changeset 23911:dd4df1a209b7

merge of '44b23c8bda2576a9bfcd3eaa90f9188c455df575' and '7f16ff52262dcf6e66b6fd7796fca4bdd5de76bb'
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 27 Aug 2008 01:43:09 +0000
parents def8c164f557 (current diff) b789b54c5bb2 (diff)
children 7fbc99a1481d c87def3afa48
files pidgin/pixmaps/status/11/scalable/available.svg pidgin/pixmaps/status/11/scalable/away.svg pidgin/pixmaps/status/11/scalable/busy.svg pidgin/pixmaps/status/11/scalable/chat.svg pidgin/pixmaps/status/11/scalable/extended-away.svg pidgin/pixmaps/status/11/scalable/invisible.svg pidgin/pixmaps/status/11/scalable/offline.svg pidgin/pixmaps/status/11/scalable/person.svg pidgin/pixmaps/status/16/scalable/available.svg pidgin/pixmaps/status/16/scalable/away.svg pidgin/pixmaps/status/16/scalable/busy.svg pidgin/pixmaps/status/16/scalable/chat.svg pidgin/pixmaps/status/16/scalable/extended-away.svg pidgin/pixmaps/status/16/scalable/invisible.svg pidgin/pixmaps/status/16/scalable/log-in.svg pidgin/pixmaps/status/16/scalable/log-out.svg pidgin/pixmaps/status/16/scalable/message-pending.svg pidgin/pixmaps/status/16/scalable/offline.svg pidgin/pixmaps/status/16/scalable/person.svg pidgin/pixmaps/status/22/scalable/available.svg pidgin/pixmaps/status/22/scalable/away.svg pidgin/pixmaps/status/22/scalable/busy.svg pidgin/pixmaps/status/22/scalable/chat.svg pidgin/pixmaps/status/22/scalable/extended-away.svg pidgin/pixmaps/status/22/scalable/log-in.svg pidgin/pixmaps/status/22/scalable/log-out.svg pidgin/pixmaps/status/22/scalable/offline.svg pidgin/pixmaps/status/22/scalable/person.svg pidgin/pixmaps/status/22/scalable/sign-off.svg pidgin/pixmaps/status/22/scalable/sign-on.svg pidgin/pixmaps/status/32/scalable/available.svg pidgin/pixmaps/status/32/scalable/away.svg pidgin/pixmaps/status/32/scalable/busy.svg pidgin/pixmaps/status/32/scalable/chat.svg pidgin/pixmaps/status/32/scalable/extended-away.svg pidgin/pixmaps/status/32/scalable/log-in.svg pidgin/pixmaps/status/32/scalable/log-out.svg pidgin/pixmaps/status/32/scalable/offline.svg pidgin/pixmaps/status/32/scalable/person.svg pidgin/pixmaps/tray/16/scalable/tray-away.svg pidgin/pixmaps/tray/16/scalable/tray-busy.svg pidgin/pixmaps/tray/16/scalable/tray-connecting.svg pidgin/pixmaps/tray/16/scalable/tray-extended-away.svg pidgin/pixmaps/tray/16/scalable/tray-invisible.svg pidgin/pixmaps/tray/16/scalable/tray-message.svg pidgin/pixmaps/tray/16/scalable/tray-offline.svg pidgin/pixmaps/tray/16/scalable/tray-online.svg pidgin/pixmaps/tray/22/scalable/tray-away.svg pidgin/pixmaps/tray/22/scalable/tray-busy.svg pidgin/pixmaps/tray/22/scalable/tray-extended-away.svg pidgin/pixmaps/tray/22/scalable/tray-invisible.svg pidgin/pixmaps/tray/22/scalable/tray-message-new.svg pidgin/pixmaps/tray/22/scalable/tray-offline.svg pidgin/pixmaps/tray/22/scalable/tray-online.svg
diffstat 76 files changed, 6676 insertions(+), 18576 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Wed Aug 27 01:37:54 2008 +0000
+++ b/Makefile.am	Wed Aug 27 01:43:09 2008 +0000
@@ -30,6 +30,36 @@
 distcheck-hook: libpurple/plugins/perl/common/Purple.pm pidgin/plugins/perl/common/Pidgin.pm
 #	cp libpurple/plugins/perl/common/Gaim.pm $(distdir)/libpurple/plugins/perl/common
 
+version-check:
+# We don't want to release development versions.
+	test x`echo $(PACKAGE_VERSION) | grep dev` = x
+
+# Ensure NEWS has no spaces at the start of a line.
+# Using spaces instead of tabs there is a common mistake.
+	test x`grep "^ " NEWS` = x
+
+# When doing a new minor (or major) release (X.Y.0), there must be a section in
+# ChangeLog.API.
+	echo $(PACKAGE_VERSION) | grep -v "^[0-9]\+\.[0-9]\+\.0$$" >/dev/null || head ChangeLog.API | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null
+
+# For all releases, check the ChangeLogs.
+	head ChangeLog | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null
+	head ChangeLog.win32 | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null
+	head po/ChangeLog | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null
+
+# Ensure we're working from a tag...
+	test x`mtn automate select t:v$(PACKAGE_VERSION)` = x`mtn automate get_base_revision_id`
+# ... and have no changes in the working copy.
+	test x`mtn diff | grep -v '^#'` = x
+
+release: distcheck packages
+
+packages: version-check
+	gpg -ab pidgin-$(PACKAGE_VERSION).tar.gz
+	gpg -ab pidgin-$(PACKAGE_VERSION).tar.bz2
+	gpg --verify pidgin-$(PACKAGE_VERSION).tar.gz.asc pidgin-$(PACKAGE_VERSION).tar.gz
+	gpg --verify pidgin-$(PACKAGE_VERSION).tar.bz2.asc pidgin-$(PACKAGE_VERSION).tar.bz2
+
 if ENABLE_GTK
 appsdir = $(datadir)/applications
 apps_in_files = pidgin.desktop.in
--- a/configure.ac	Wed Aug 27 01:37:54 2008 +0000
+++ b/configure.ac	Wed Aug 27 01:43:09 2008 +0000
@@ -74,8 +74,7 @@
 
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
-#AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([dist-bzip2 check-news])
 
 PURPLE_MAJOR_VERSION=purple_major_version
 PURPLE_MINOR_VERSION=purple_minor_version
--- a/libpurple/log.c	Wed Aug 27 01:37:54 2008 +0000
+++ b/libpurple/log.c	Wed Aug 27 01:43:09 2008 +0000
@@ -887,9 +887,8 @@
 			struct tm tm;
 #if defined (HAVE_TM_GMTOFF) && defined (HAVE_STRUCT_TM_TM_ZONE)
 			long tz_off;
-			const char *rest;
+			const char *rest, *end;
 			time_t stamp = purple_str_to_time(purple_unescape_filename(filename), FALSE, &tm, &tz_off, &rest);
-			char *end;
 
 			/* As zero is a valid offset, PURPLE_NO_TZ_OFF means no offset was
 			 * provided. See util.h. Yes, it's kinda ugly. */
--- a/libpurple/protocols/msn/user.c	Wed Aug 27 01:37:54 2008 +0000
+++ b/libpurple/protocols/msn/user.c	Wed Aug 27 01:43:09 2008 +0000
@@ -84,6 +84,8 @@
 	PurpleAccount *account;
 	gboolean offline;
 
+	g_return_if_fail(user != NULL);
+
 	account = user->userlist->session->account;
 
 	offline = (user->status == NULL);
@@ -125,6 +127,8 @@
 {
 	const char *status;
 
+	g_return_if_fail(user != NULL);
+
 	if (state == NULL) {
 		user->status = NULL;
 		return;
@@ -282,7 +286,7 @@
 {
 	PurpleBuddy *buddy;
 
-	buddy =purple_find_buddy(account,name);
+	buddy = purple_find_buddy(account, name);
 	return PURPLE_BUDDY_IS_ONLINE(buddy);
 }
 
--- a/libpurple/proxy.c	Wed Aug 27 01:37:54 2008 +0000
+++ b/libpurple/proxy.c	Wed Aug 27 01:43:09 2008 +0000
@@ -211,7 +211,8 @@
 purple_gnome_proxy_get_info(void)
 {
 	static PurpleProxyInfo info = {0, NULL, 0, NULL, NULL};
-	gchar *tmp;
+	gboolean use_same_proxy = FALSE;
+	gchar *tmp, *err;
 
 	tmp = g_find_program_in_path("gconftool-2");
 	if (tmp == NULL)
@@ -221,8 +222,9 @@
 
 	/* Check whether to use a proxy. */
 	if (!g_spawn_command_line_sync("gconftool-2 -g /system/proxy/mode",
-			&tmp, NULL, NULL, NULL))
+			&tmp, &err, NULL, NULL))
 		return purple_global_proxy_get_info();
+	g_free(err);
 
 	if (!strcmp(tmp, "none\n")) {
 		info.type = PURPLE_PROXY_NONE;
@@ -238,9 +240,6 @@
 
 	g_free(tmp);
 
-	/* If we get this far then we know we're using an HTTP proxy */
-	info.type = PURPLE_PROXY_HTTP;
-
 	/* Free the old fields */
 	if (info.host) {
 		g_free(info.host);
@@ -255,56 +254,236 @@
 		info.password = NULL;
 	}
 
-	if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/host",
-			&info.host, NULL, NULL, NULL))
+	if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/use_same_proxy",
+			&tmp, &err, NULL, NULL))
 		return purple_global_proxy_get_info();
+	g_free(err);
+
+	if (!strcmp(tmp, "true\n"))
+		use_same_proxy = TRUE;
+	g_free(tmp);
+
+	if (!use_same_proxy && !g_spawn_command_line_sync("gconftool-2 -g /system/proxy/socks_host",
+			&info.host, &err, NULL, NULL))
+		return purple_global_proxy_get_info();
+	g_free(err);
 	g_strchomp(info.host);
-	if (*info.host == '\0')
-	{
-		purple_debug_info("proxy", "Gnome proxy settings are set to "
-				"'manual' but no proxy server is specified.  Using "
-				"Pidgin's proxy settings instead.\n");
+
+	if (!use_same_proxy && *info.host != '\0') {
+		info.type = PURPLE_PROXY_SOCKS5;
+		if (!g_spawn_command_line_sync("gconftool-2 -g /system/proxy/socks_port",
+				&tmp, &err, NULL, NULL))
+		{
+			g_free(info.host);
+			info.host = NULL;
+			g_free(info.username);
+			info.username = NULL;
+			g_free(info.password);
+			info.password = NULL;
+			return purple_global_proxy_get_info();
+		}
+		g_free(err);
+		info.port = atoi(tmp);
+		g_free(tmp);
+	} else {
 		g_free(info.host);
-		info.host = NULL;
-		return purple_global_proxy_get_info();
-	}
-
-	if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/authentication_user",
-			&info.username, NULL, NULL, NULL))
-	{
-		g_free(info.host);
-		info.host = NULL;
-		return purple_global_proxy_get_info();
-	}
-	g_strchomp(info.username);
+		if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/host",
+					&info.host, &err, NULL, NULL))
+			return purple_global_proxy_get_info();
+		g_free(err);
+		/* If we get this far then we know we're using an HTTP proxy */
+		info.type = PURPLE_PROXY_HTTP;
 
-	if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/authentication_password",
-			&info.password, NULL, NULL, NULL))
-	{
-		g_free(info.host);
-		info.host = NULL;
-		g_free(info.username);
-		info.username = NULL;
-		return purple_global_proxy_get_info();
-	}
-	g_strchomp(info.password);
+		g_strchomp(info.host);
+		if (*info.host == '\0')
+		{
+			purple_debug_info("proxy", "Gnome proxy settings are set to "
+					"'manual' but no suitable proxy server is specified.  Using "
+					"Pidgin's proxy settings instead.\n");
+			g_free(info.host);
+			info.host = NULL;
+			return purple_global_proxy_get_info();
+		}
+
+		if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/authentication_user",
+					&info.username, &err, NULL, NULL))
+		{
+			g_free(info.host);
+			info.host = NULL;
+			g_free(info.username);
+			info.username = NULL;
+			return purple_global_proxy_get_info();
+		}
+		g_free(err);
+		g_strchomp(info.username);
 
-	if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/port",
-			&tmp, NULL, NULL, NULL))
-	{
-		g_free(info.host);
-		info.host = NULL;
-		g_free(info.username);
-		info.username = NULL;
-		g_free(info.password);
-		info.password = NULL;
-		return purple_global_proxy_get_info();
+		if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/authentication_password",
+					&info.password, &err, NULL, NULL))
+		{
+			g_free(info.host);
+			info.host = NULL;
+			g_free(info.username);
+			info.username = NULL;
+			return purple_global_proxy_get_info();
+		}
+		g_free(err);
+		g_strchomp(info.password);
+
+		if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/port",
+					&tmp, &err, NULL, NULL))
+		{
+			g_free(info.host);
+			info.host = NULL;
+			g_free(info.username);
+			info.username = NULL;
+			g_free(info.password);
+			info.password = NULL;
+			return purple_global_proxy_get_info();
+		}
+		g_free(err);
+		info.port = atoi(tmp);
+		g_free(tmp);
 	}
-	info.port = atoi(tmp);
-	g_free(tmp);
 
 	return &info;
 }
+
+#ifdef _WIN32
+
+typedef BOOL (CALLBACK* LPFNWINHTTPGETIEPROXYCONFIG)(/*IN OUT*/ WINHTTP_CURRENT_USER_IE_PROXY_CONFIG* pProxyConfig);
+
+/* This modifies "host" in-place evilly */
+static void
+_proxy_fill_hostinfo(PurpleProxyInfo *info, char *host, int default_port)
+{
+	int port = default_port;
+	char *d;
+
+	d = g_strrstr(host, ":");
+	if (d)
+		*d = '\0';
+	d++;
+	if (*d)
+		sscanf(d, "%d", &port);
+
+	purple_proxy_info_set_host(info, host);
+	purple_proxy_info_set_port(info, port);
+}
+
+static PurpleProxyInfo *
+purple_win32_proxy_get_info(void)
+{
+	static LPFNWINHTTPGETIEPROXYCONFIG MyWinHttpGetIEProxyConfig = NULL;
+	static gboolean loaded = FALSE;
+	static PurpleProxyInfo info = {0, NULL, 0, NULL, NULL};
+
+	WINHTTP_CURRENT_USER_IE_PROXY_CONFIG ie_proxy_config;
+
+	if (!loaded) {
+		loaded = TRUE;
+		MyWinHttpGetIEProxyConfig = (LPFNWINHTTPGETIEPROXYCONFIG)
+			wpurple_find_and_loadproc("winhttp.dll", "WinHttpGetIEProxyConfigForCurrentUser");
+		if (!MyWinHttpGetIEProxyConfig)
+			purple_debug_info("proxy", "Unable to read Windows Proxy Settings.\n");
+	}
+
+	if (!MyWinHttpGetIEProxyConfig)
+		return NULL;
+
+	ZeroMemory(&ie_proxy_config, sizeof(ie_proxy_config));
+	if (!MyWinHttpGetIEProxyConfig(&ie_proxy_config)) {
+		purple_debug_error("proxy", "Error reading Windows Proxy Settings(%lu).\n", GetLastError());
+		return NULL;
+	}
+
+	/* We can't do much if it is autodetect*/
+	if (ie_proxy_config.fAutoDetect) {
+		purple_debug_error("proxy", "Windows Proxy Settings set to autodetect (not supported).\n");
+
+		/* TODO: For 3.0.0 we'll revisit this (maybe)*/
+
+		return NULL;
+
+	} else if (ie_proxy_config.lpszProxy) {
+		gchar *proxy_list = g_utf16_to_utf8(ie_proxy_config.lpszProxy, -1,
+									 NULL, NULL, NULL);
+
+		/* We can't do anything about the bypass list, as we don't have the url */
+		/* TODO: For 3.0.0 we'll revisit this*/
+
+		/* There are proxy settings for several protocols */
+		if (proxy_list && *proxy_list) {
+			char *specific = NULL, *tmp;
+
+			/* If there is only a global proxy, which  means "HTTP" */
+			if (!strchr(proxy_list, ';') || (specific = g_strstr_len(proxy_list, -1, "http=")) != NULL) {
+
+				if (specific) {
+					specific += strlen("http=");
+					tmp = strchr(specific, ';');
+					if (tmp)
+						*tmp = '\0';
+					/* specific now points the proxy server (and port) */
+				} else
+					specific = proxy_list;
+
+				purple_proxy_info_set_type(&info, PURPLE_PROXY_HTTP);
+				_proxy_fill_hostinfo(&info, specific, 80);
+				/* TODO: is there a way to set the username/password? */
+				purple_proxy_info_set_username(&info, NULL);
+				purple_proxy_info_set_password(&info, NULL);
+
+				purple_debug_info("proxy", "Windows Proxy Settings: HTTP proxy: '%s:%d'.\n",
+								  purple_proxy_info_get_host(&info),
+								  purple_proxy_info_get_port(&info));
+
+			} else if ((specific = g_strstr_len(proxy_list, -1, "socks=")) != NULL) {
+
+				specific += strlen("socks=");
+				tmp = strchr(specific, ';');
+				if (tmp)
+					*tmp = '\0';
+				/* specific now points the proxy server (and port) */
+
+				purple_proxy_info_set_type(&info, PURPLE_PROXY_SOCKS5);
+				_proxy_fill_hostinfo(&info, specific, 1080);
+				/* TODO: is there a way to set the username/password? */
+				purple_proxy_info_set_username(&info, NULL);
+				purple_proxy_info_set_password(&info, NULL);
+
+				purple_debug_info("proxy", "Windows Proxy Settings: SOCKS5 proxy: '%s:%d'.\n",
+								  purple_proxy_info_get_host(&info),
+								  purple_proxy_info_get_port(&info));
+
+			} else {
+
+				purple_debug_info("proxy", "Windows Proxy Settings: No supported proxy specified.\n");
+
+				purple_proxy_info_set_type(&info, PURPLE_PROXY_NONE);
+
+			}
+		}
+
+		/* TODO: Fix API to be able look at proxy bypass settings */
+
+		g_free(proxy_list);
+	} else {
+		purple_debug_info("proxy", "No Windows proxy set.\n");
+		purple_proxy_info_set_type(&info, PURPLE_PROXY_NONE);
+	}
+
+	if (ie_proxy_config.lpszAutoConfigUrl)
+		GlobalFree(ie_proxy_config.lpszAutoConfigUrl);
+	if (ie_proxy_config.lpszProxy)
+		GlobalFree(ie_proxy_config.lpszProxy);
+	if (ie_proxy_config.lpszProxyBypass)
+		GlobalFree(ie_proxy_config.lpszProxyBypass);
+
+	return &info;
+}
+#endif
+
+
 /**************************************************************************
  * Proxy API
  **************************************************************************/
@@ -1836,9 +2015,6 @@
 	}
 
 	if (purple_proxy_info_get_type(gpi) == PURPLE_PROXY_USE_ENVVAR) {
-#ifdef _WIN32
-		wpurple_check_for_proxy_changes();
-#endif
 		if ((tmp = g_getenv("HTTP_PROXY")) != NULL ||
 			(tmp = g_getenv("http_proxy")) != NULL ||
 			(tmp = g_getenv("HTTPPROXY")) != NULL) {
@@ -1880,6 +2056,11 @@
 
 			}
 		} else {
+#ifdef _WIN32
+			PurpleProxyInfo *wgpi;
+			if ((wgpi = purple_win32_proxy_get_info()) != NULL)
+				return wgpi;
+#endif
 			/* no proxy environment variable found, don't use a proxy */
 			purple_debug_info("proxy", "No environment settings found, not using a proxy\n");
 			gpi = tmp_none_proxy_info;
--- a/libpurple/util.c	Wed Aug 27 01:37:54 2008 +0000
+++ b/libpurple/util.c	Wed Aug 27 01:43:09 2008 +0000
@@ -768,6 +768,9 @@
 	time(&retval);
 	localtime_r(&retval, &t);
 
+	if (rest != NULL)
+		*rest = NULL;
+
 	/* 4 digit year */
 	if (sscanf(c, "%04d", &year) && year > 1900)
 	{
--- a/libpurple/win32/win32dep.c	Wed Aug 27 01:37:54 2008 +0000
+++ b/libpurple/win32/win32dep.c	Wed Aug 27 01:43:09 2008 +0000
@@ -416,107 +416,18 @@
 	return result;
 }
 
-/* the winapi headers don't yet have winhttp.h, so we use the struct from msdn directly */
-typedef struct {
-  BOOL fAutoDetect;
-  LPWSTR lpszAutoConfigUrl;
-  LPWSTR lpszProxy;
-  LPWSTR lpszProxyBypass;
-} WINHTTP_CURRENT_USER_IE_PROXY_CONFIG;
-
-typedef BOOL (CALLBACK* LPFNWINHTTPGETIEPROXYCONFIG)(/*IN OUT*/ WINHTTP_CURRENT_USER_IE_PROXY_CONFIG* pProxyConfig);
-
-gboolean wpurple_check_for_proxy_changes(void) {
-	static gboolean loaded = FALSE;
-	static LPFNWINHTTPGETIEPROXYCONFIG MyWinHttpGetIEProxyConfig = NULL;
-
-	WINHTTP_CURRENT_USER_IE_PROXY_CONFIG ie_proxy_config;
-	char *tmp = NULL, *c = NULL;
-	gboolean changed = FALSE;
-
-	if (!loaded) {
-		loaded = TRUE;
-
-		if (getenv("HTTP_PROXY") || getenv("http_proxy") || getenv("HTTPPROXY")) {
-			purple_debug_info("wpurple", "HTTP_PROXY env. var already set.  Ignoring win32 Internet Settings.\n");
-			return FALSE;
-		}
-
-		MyWinHttpGetIEProxyConfig = (LPFNWINHTTPGETIEPROXYCONFIG)
-			wpurple_find_and_loadproc("winhttp.dll", "WinHttpGetIEProxyConfigForCurrentUser");
-		if (!MyWinHttpGetIEProxyConfig)
-			purple_debug_info("wpurple", "Unable to read Windows Proxy Settings.\n");
-	}
-
-	if (!MyWinHttpGetIEProxyConfig)
-		return FALSE;
-
-	ZeroMemory(&ie_proxy_config, sizeof(ie_proxy_config));
-	if (!MyWinHttpGetIEProxyConfig(&ie_proxy_config)) {
-		purple_debug_error("wpurple", "Error reading Windows Proxy Settings(%lu).\n", GetLastError());
-		return FALSE;
-	}
-
-	/* We can't do much if it is autodetect*/
-	if (ie_proxy_config.fAutoDetect)
-		purple_debug_error("wpurple", "Windows Proxy Settings set to autodetect (not supported).\n");
-	else if (ie_proxy_config.lpszProxy) {
-		tmp = g_utf16_to_utf8(ie_proxy_config.lpszProxy, -1,
-						NULL, NULL, NULL);
-		/* We can't do anything about the bypass list, as we don't have the url */
-	} else
-		purple_debug_info("wpurple", "No Windows Proxy Set.\n");
-
-	if (ie_proxy_config.lpszAutoConfigUrl)
-		GlobalFree(ie_proxy_config.lpszAutoConfigUrl);
-	if (ie_proxy_config.lpszProxy)
-		GlobalFree(ie_proxy_config.lpszProxy);
-	if (ie_proxy_config.lpszProxyBypass)
-		GlobalFree(ie_proxy_config.lpszProxyBypass);
-
-	/* There are proxy settings for several protocols */
-	if (tmp && (c = g_strstr_len(tmp, strlen(tmp), "http="))) {
-		char *d;
-		c += strlen("http=");
-		d = strchr(c, ';');
-		if (d)
-			*d = '\0';
-		/* c now points the proxy server (and port) */
-	/* There is only a global proxy */
-	} else if (tmp && strlen(tmp) > 0 && !strchr(tmp, ';')) {
-		c = tmp;
-	}
-
-	if (c && *c) {
-		const char *current = g_getenv("HTTP_PROXY");
-		if (!current || strcmp(current, c)) {
-			purple_debug_info("wpurple", "Setting HTTP Proxy: 'http://%s'\n", c);
-			g_setenv("HTTP_PROXY", c, TRUE);
-			changed = TRUE;
-		}
-	}
-	/* If there previously was a proxy set and there isn't one now, clear it */
-	else if (getenv("HTTP_PROXY")) {
-		purple_debug_info("wpurple", "Clearing HTTP Proxy\n");
-		g_unsetenv("HTTP_PROXY");
-		changed = TRUE;
-	}
-
-	g_free(tmp);
-
-	return changed;
-}
-
 void wpurple_init(void) {
 	WORD wVersionRequested;
 	WSADATA wsaData;
 	const char *perlenv;
 	char *newenv;
 
+	if (!g_thread_supported())
+		g_thread_init(NULL);
+
 	purple_debug_info("wpurple", "wpurple_init start\n");
 	purple_debug_info("wpurple", "libpurple version: " DISPLAY_VERSION "\n");
 
-
 	purple_debug_info("wpurple", "Glib:%u.%u.%u\n",
 		glib_major_version, glib_minor_version, glib_micro_version);
 
@@ -544,9 +455,6 @@
 		purple_debug_warning("wpurple", "putenv failed for PERL5LIB\n");
 	g_free(newenv);
 
-	if (!g_thread_supported())
-		g_thread_init(NULL);
-
 	purple_debug_info("wpurple", "wpurple_init end\n");
 }
 
--- a/libpurple/win32/win32dep.h	Wed Aug 27 01:37:54 2008 +0000
+++ b/libpurple/win32/win32dep.h	Wed Aug 27 01:43:09 2008 +0000
@@ -29,10 +29,19 @@
 #include "wpurpleerror.h"
 #include "libc_interface.h"
 
+
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
 
+/* the winapi headers don't yet have winhttp.h, so we use the struct from msdn directly */
+typedef struct {
+  BOOL fAutoDetect;
+  LPWSTR lpszAutoConfigUrl;
+  LPWSTR lpszProxy;
+  LPWSTR lpszProxyBypass;
+} WINHTTP_CURRENT_USER_IE_PROXY_CONFIG;
+
 /* rpcndr.h defines small as char, causing problems, so we need to undefine it */
 #undef small
 
@@ -49,8 +58,6 @@
 gboolean wpurple_write_reg_string(HKEY rootkey, const char *subkey, const char *valname, const char *value);
 char *wpurple_escape_dirsep(const char *filename); /* needs to be g_free'd */
 GIOChannel *wpurple_g_io_channel_win32_new_socket(int socket); /* Until we get the post-2.8 glib win32 giochannel implementation working, use the thread-based one */
-/** Check for changes to the system proxy settings and update the HTTP_PROXY env. var. if there have been changes */
-gboolean wpurple_check_for_proxy_changes(void);
 
 /* Determine Purple paths */
 gchar *wpurple_get_special_folder(int folder_type); /* needs to be g_free'd */
--- a/pidgin/gtksmiley.c	Wed Aug 27 01:37:54 2008 +0000
+++ b/pidgin/gtksmiley.c	Wed Aug 27 01:43:09 2008 +0000
@@ -224,6 +224,13 @@
 	PurpleSmiley *emoticon;
 
 	entry = gtk_entry_get_text(GTK_ENTRY(s->smile));
+	if (!entry || !*entry) {
+		purple_notify_error(s->parent, _("Custom Smiley"),
+				_("More Data needed"),
+				_("Please provide a shortcut to associate with the smiley."));
+		return;
+	}
+
 	emoticon = purple_smileys_find_by_shortcut(entry);
 	if (emoticon && emoticon != s->smiley) {
 		purple_notify_error(s->parent, _("Custom Smiley"),
@@ -346,7 +353,7 @@
 	window = gtk_dialog_new_with_buttons(smiley ? _("Edit Smiley") : _("Add Smiley"),
 			widget ? GTK_WINDOW(widget) : NULL,
 			GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_NO_SEPARATOR,
-			GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,							 
+			GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 			smiley ? GTK_STOCK_SAVE : GTK_STOCK_ADD, GTK_RESPONSE_ACCEPT,
 			NULL);
 	s->parent = window;
--- a/pidgin/pidginstock.c	Wed Aug 27 01:37:54 2008 +0000
+++ b/pidgin/pidginstock.c	Wed Aug 27 01:43:09 2008 +0000
@@ -93,6 +93,7 @@
 	{ PIDGIN_STOCK_MODIFY,              N_("_Modify"),     0, 0, NULL },
 	{ PIDGIN_STOCK_OPEN_MAIL,           N_("_Open Mail"),  0, 0, NULL },
 	{ PIDGIN_STOCK_PAUSE,               N_("_Pause"),      0, 0, NULL },
+	{ PIDGIN_STOCK_EDIT,                N_("_Edit"),       0, 0, NULL }
 };
 
 static struct SizedStockIcon {
--- a/pidgin/pixmaps/Makefile.am	Wed Aug 27 01:37:54 2008 +0000
+++ b/pidgin/pixmaps/Makefile.am	Wed Aug 27 01:43:09 2008 +0000
@@ -329,16 +329,6 @@
 		protocols/48/yahoo.png \
 		protocols/48/zephyr.png
 
-STATUS_11_SCALABLE = \
-		status/11/scalable/available.svg \
-		status/11/scalable/away.svg \
-		status/11/scalable/busy.svg \
-		status/11/scalable/chat.svg \
-		status/11/scalable/extended-away.svg \
-		status/11/scalable/invisible.svg \
-		status/11/scalable/offline.svg \
-		status/11/scalable/person.svg
-
 STATUS_11 = \
 		status/11/available.png \
 		status/11/away.png \
@@ -354,18 +344,6 @@
 STATUS_11_RTL = \
 		status/11/rtl/extended-away.png
 
-STATUS_16_SCALABLE = \
-		status/16/scalable/available.svg \
-		status/16/scalable/away.svg \
-		status/16/scalable/busy.svg \
-		status/16/scalable/chat.svg \
-		status/16/scalable/extended-away.svg \
-		status/16/scalable/log-in.svg \
-		status/16/scalable/log-out.svg \
-		status/16/scalable/message-pending.svg \
-		status/16/scalable/offline.svg \
-		status/16/scalable/person.svg
-
 STATUS_16 = \
 		status/16/available.png \
 		status/16/away.png \
@@ -383,17 +361,6 @@
 		status/16/rtl/log-in.png \
 		status/16/rtl/log-out.png
 
-STATUS_22_SCALABLE = \
-		status/22/scalable/available.svg \
-		status/22/scalable/away.svg \
-		status/22/scalable/busy.svg \
-		status/22/scalable/chat.svg \
-		status/22/scalable/extended-away.svg \
-		status/22/scalable/log-in.svg \
-		status/22/scalable/log-out.svg \
-		status/22/scalable/offline.svg \
-		status/22/scalable/person.svg
-
 STATUS_22 = \
 		status/22/available.png \
 		status/22/away.png \
@@ -411,17 +378,6 @@
 		status/22/rtl/log-in.png \
 		status/22/rtl/log-out.png
 
-STATUS_32_SCALABLE = \
-		status/32/scalable/available.svg \
-		status/32/scalable/away.svg \
-		status/32/scalable/busy.svg \
-		status/32/scalable/chat.svg \
-		status/32/scalable/extended-away.svg \
-		status/32/scalable/log-in.svg \
-		status/32/scalable/log-out.svg \
-		status/32/scalable/offline.svg \
-		status/32/scalable/person.svg
-
 STATUS_32 = \
 		status/32/available.png \
 		status/32/away.png \
@@ -487,16 +443,6 @@
 TOOLBAR_22 = \
 		toolbar/22/select-avatar.png
 
-TRAY_16_SCALABLE = \
-		tray/16/scalable/tray-away.svg \
-		tray/16/scalable/tray-busy.svg \
-		tray/16/scalable/tray-connecting.svg \
-		tray/16/scalable/tray-extended-away.svg \
-		tray/16/scalable/tray-invisible.svg \
-		tray/16/scalable/tray-message.svg \
-		tray/16/scalable/tray-offline.svg \
-		tray/16/scalable/tray-online.svg
-
 TRAY_16_ICO = \
 		tray/16/available_4bit.ico \
 		tray/16/away_4bit.ico \
@@ -518,9 +464,6 @@
 		tray/16/tray-offline.png \
 		tray/16/tray-online.png
 
-TRAY_22_SCALABLE = \
-		tray/22/scalable/tray-invisible.svg
-
 TRAY_22 = \
 		tray/22/tray-away.png \
 		tray/22/tray-busy.png \
@@ -567,7 +510,6 @@
 		$(DIALOGS_16_SCALABLE)	\
 		$(DIALOGS_64_SCALABLE)	\
 		$(ICONS_16_SCALABLE)	\
-		$(ICONS_22_SCALABLE)	\
 		$(ICONS_24_SCALABLE)	\
 		$(ICONS_32_SCALABLE)	\
 		$(ICONS_48_SCALABLE)	\
@@ -576,16 +518,9 @@
 		$(PROTOCOLS_16_SCALABLE)	\
 		$(PROTOCOLS_22_SCALABLE)	\
 		$(PROTOCOLS_48_SCALABLE)	\
-		$(STATUS_11_SCALABLE)	\
-		$(STATUS_16_SCALABLE)	\
-		$(STATUS_22_SCALABLE)   \
-		$(STATUS_32_SCALABLE)	\
 		$(TOOLBAR_11)		\
 		$(TOOLBAR_16_SCALABLE)	\
-		$(TOOLBAR_22_SCALABLE)	\
-		$(TRAY_16_ICO) \
-		$(TRAY_16_SCALABLE)	\
-		$(TRAY_22_SCALABLE)
+		$(TOOLBAR_22_SCALABLE)
 
 pidginbuttonpixdir = $(datadir)/pixmaps/pidgin/buttons
 pidginbuttonpix_DATA = edit.png pause.png info.png
Binary file pidgin/pixmaps/dialogs/64/question.png has changed
--- a/pidgin/pixmaps/dialogs/64/scalable/question.svg	Wed Aug 27 01:37:54 2008 +0000
+++ b/pidgin/pixmaps/dialogs/64/scalable/question.svg	Wed Aug 27 01:43:09 2008 +0000
@@ -24,13 +24,18 @@
    sodipodi:modified="true">
   <defs
      id="defs4">
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 24 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="48 : 24 : 1"
-       inkscape:persp3d-origin="24 : 16 : 1"
-       id="perspective92" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8711">
+      <stop
+         style="stop-color:#a5c2e1;stop-opacity:1"
+         offset="0"
+         id="stop8713" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop8715" />
+    </linearGradient>
     <linearGradient
        inkscape:collect="always"
        id="linearGradient11586">
@@ -374,11 +379,40 @@
        inkscape:collect="always"
        xlink:href="#linearGradient11586"
        id="linearGradient11592"
-       x1="39.704506"
-       y1="13.248698"
+       x1="43.267006"
+       y1="14"
        x2="54.781696"
        y2="18.949747"
        gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11570"
+       id="linearGradient8706"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-2)"
+       x1="46.202572"
+       y1="17.035757"
+       x2="37.247715"
+       y2="14.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11586"
+       id="linearGradient8708"
+       gradientUnits="userSpaceOnUse"
+       x1="43.267006"
+       y1="14"
+       x2="54.781696"
+       y2="18.949747"
+       gradientTransform="translate(0,-2)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8711"
+       id="linearGradient8717"
+       x1="47.873451"
+       y1="13.986977"
+       x2="41.067547"
+       y2="12.484375"
+       gradientUnits="userSpaceOnUse" />
   </defs>
   <sodipodi:namedview
      id="base"
@@ -387,9 +421,9 @@
      borderopacity="1.0"
      inkscape:pageopacity="0.0"
      inkscape:pageshadow="2"
-     inkscape:zoom="16"
-     inkscape:cx="30.755674"
-     inkscape:cy="25.718908"
+     inkscape:zoom="11.313709"
+     inkscape:cx="48.898255"
+     inkscape:cy="29.543471"
      inkscape:document-units="px"
      inkscape:current-layer="layer1"
      showgrid="true"
@@ -609,17 +643,13 @@
        d="M 30.0625,30.1875 A 6.8125,2.8125 0 1 1 16.4375,30.1875 A 6.8125,2.8125 0 1 1 30.0625,30.1875 z"
        transform="matrix(1.0275229,0,0,1.777778,-1.8899762,-24.666672)" />
     <path
-       style="font-size:19.03945922999999851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient11576);fill-opacity:1;stroke:none;stroke-width:1.55613649000000009px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Century Schoolbook L"
-       d="M 40.562802,1 C 38.874778,1 37.325048,1.4262995 36.103865,2.2849003 C 34.882682,3.1435011 34,4.5562356 34,6.1396011 C 33.999998,7.9466388 35.485788,8.98666 37.359903,8.98666 C 38.957767,8.98666 40.035961,8.624307 40.035961,6.9379006 C 40.035961,5.8362752 41.040796,5.7582514 41.040796,6.9845976 C 41.040796,7.5577749 40.719884,7.6810132 40.468599,8.019943 C 39.556828,9.177515 39.139094,9.717805 38.804348,10.213675 C 37.945076,11.552236 36.991232,12.943969 36.991232,14.475783 C 36.991232,17.084737 39.589372,16.982906 39.589372,16.982906 C 38.286049,17.378389 37.171498,18.353378 37.171498,19.803419 C 37.171496,21.626512 38.733926,23 40.468599,23 C 42.202179,23.000002 44.030865,21.590735 44.030865,19.803419 C 44.030861,18.208952 42.511206,17.276809 41.065217,16.990133 C 41.766698,16.738997 42.055837,15.940338 42.050276,15.196581 C 42.03878,14.148655 42.289227,13.720536 42.384058,13.504274 C 43.435127,11.604868 44.950472,11.091534 46.120773,9.74359 C 46.745392,8.827976 47,7.7327672 47,6.7350427 C 47.000001,5.0864959 46.278841,3.5526223 45.084541,2.5356125 C 43.890241,1.5186028 42.298919,1 40.562802,1 z"
+       style="font-size:19.03945922999999851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient8706);fill-opacity:1;stroke:none;stroke-width:1.55613649000000009px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Century Schoolbook L"
+       d="M 40.5625,1 C 38.874477,1 37.314933,1.4226492 36.09375,2.28125 C 34.872565,3.1398509 34,4.5416345 34,6.125 C 33.999998,7.9320376 35.500885,9 37.375,9 C 38.972866,9 40.03125,8.6239064 40.03125,6.9375 C 40.03125,5.8358747 41.03125,5.7736538 41.03125,7 C 41.031252,7.5731772 40.720035,7.6923202 40.46875,8.03125 C 39.556981,9.1888218 39.147246,9.72288 38.8125,10.21875 C 37.953228,11.557311 37,12.936936 37,14.46875 C 36.999998,17.077704 39.59375,16.96875 39.59375,16.96875 C 39.236295,17.077217 38.886105,17.297356 38.5625,17.5625 C 38.550686,17.570277 38.542964,17.585834 38.53125,17.59375 C 38.424354,17.683359 38.318146,17.772605 38.21875,17.875 C 37.480053,18.516861 37,19.445308 37,20.5 C 37,22.432 38.568,24 40.5,24 C 42.432,24 44.000001,22.432 44,20.5 C 44,18.95785 43.010761,17.653479 41.625,17.1875 C 41.444379,17.110901 41.249634,17.062378 41.0625,17 C 41.763982,16.748864 42.068061,15.931257 42.0625,15.1875 C 42.051002,14.139574 42.280169,13.716262 42.375,13.5 C 43.426067,11.600594 44.954699,11.097944 46.125,9.75 C 46.749619,8.8343856 47,7.7477245 47,6.75 C 47.000001,5.1014533 46.28805,3.5482598 45.09375,2.53125 C 43.89945,1.5142402 42.298617,1 40.5625,1 z"
        id="path3346"
-       sodipodi:nodetypes="csssccccccssscsccssc" />
+       sodipodi:nodetypes="csssssccscsscsssccsccssc" />
     <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.97557348"
-       inkscape:original="M 40.5625 3 C 38.874477 3 37.314933 3.4226492 36.09375 4.28125 C 34.872565 5.1398509 34 6.5416345 34 8.125 C 33.999998 9.932038 35.500885 11 37.375 11 C 38.972866 11 40.03125 10.623906 40.03125 8.9375 C 40.03125 7.8358747 41.03125 7.7736538 41.03125 9 C 41.031252 9.5731777 40.720035 9.6923202 40.46875 10.03125 C 39.556981 11.188822 39.147246 11.72288 38.8125 12.21875 C 37.953228 13.557311 37 14.936936 37 16.46875 C 36.999998 19.077705 39.59375 18.96875 39.59375 18.96875 C 38.290428 19.364233 37.15625 20.362459 37.15625 21.8125 C 37.156249 23.635593 38.734077 25 40.46875 25 C 42.202332 25.000002 44.03125 23.599816 44.03125 21.8125 C 44.031246 20.218033 42.508489 19.286676 41.0625 19 C 41.763982 18.748864 42.068061 17.931257 42.0625 17.1875 C 42.051002 16.139574 42.280169 15.716262 42.375 15.5 C 43.426067 13.600594 44.954699 13.097944 46.125 11.75 C 46.749619 10.834386 47 9.7477245 47 8.75 C 47.000001 7.1014533 46.28805 5.5482598 45.09375 4.53125 C 43.89945 3.5142402 42.298617 3 40.5625 3 z "
-       style="font-size:19.03945922999999851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient11592);fill-opacity:1;stroke:none;stroke-width:1.55613649000000009px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Century Schoolbook L"
-       id="path11582"
-       d="M 40.5625,3.96875 C 39.03732,3.96875 37.680971,4.3732797 36.65625,5.09375 C 35.664894,5.7907611 34.96875,6.9000488 34.96875,8.125 C 34.968749,8.758422 35.192622,9.1443716 35.59375,9.46875 C 35.994878,9.7931284 36.623252,10.03125 37.375,10.03125 C 38.097392,10.03125 38.596706,9.9024002 38.78125,9.78125 C 38.965794,9.6600998 39.0625,9.5766139 39.0625,8.9375 C 39.0625,8.5144976 39.145775,8.1274407 39.375,7.78125 C 39.604225,7.4350593 40.027732,7.1249297 40.53125,7.125 C 41.034768,7.1250703 41.462039,7.4531849 41.6875,7.8125 C 41.912961,8.1718151 42,8.5608281 42,9 C 42.000002,9.4631574 41.827288,9.9211544 41.625,10.1875 C 41.422712,10.453846 41.293456,10.566387 41.25,10.625 C 40.340574,11.779598 39.934939,12.290878 39.625,12.75 C 38.753163,14.108134 37.96875,15.34166 37.96875,16.46875 C 37.968749,17.449931 38.315321,17.62655 38.71875,17.8125 C 39.122179,17.99845 39.5625,18 39.5625,18 C 39.861882,17.988556 40.149924,18.115294 40.34375,18.34375 C 40.447526,18.232292 40.575952,18.146675 40.71875,18.09375 C 40.795302,18.066344 40.889618,18.003346 40.96875,17.84375 C 41.047882,17.684154 41.095517,17.423765 41.09375,17.1875 C 41.08066,15.994488 41.418028,15.209423 41.46875,15.09375 C 41.488628,15.071983 41.509483,15.051128 41.53125,15.03125 C 42.136141,13.938138 42.896246,13.218183 43.59375,12.65625 C 44.265082,12.115402 44.835184,11.717613 45.3125,11.1875 C 45.803013,10.468469 46.03125,9.5845097 46.03125,8.75 C 46.031251,7.3823316 45.435469,6.1044628 44.46875,5.28125 C 43.478484,4.4379857 42.105973,3.96875 40.5625,3.96875 z M 40.3125,19.625 C 40.194801,19.756609 40.043595,19.853813 39.875,19.90625 C 38.857674,20.21495 38.125,20.871168 38.125,21.8125 C 38.124999,23.072708 39.245635,24.03125 40.46875,24.03125 C 41.072889,24.031251 41.781174,23.769276 42.28125,23.34375 C 42.781326,22.918224 43.0625,22.373398 43.0625,21.8125 C 43.062499,21.325832 42.865255,20.986753 42.46875,20.65625 C 42.072245,20.325747 41.464388,20.0856 40.875,19.96875 C 40.653297,19.922898 40.454439,19.801374 40.3125,19.625 z"
-       transform="translate(0,-2)" />
+       style="font-size:19.03945922999999851px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient8717);fill-opacity:1;stroke:none;stroke-width:1.55613649000000009px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Century Schoolbook L"
+       d="M 40.5625 1.96875 C 39.03732 1.96875 37.680971 2.3732797 36.65625 3.09375 C 35.664894 3.7907611 34.96875 4.9000488 34.96875 6.125 C 34.968749 6.758422 35.192622 7.1443716 35.59375 7.46875 C 35.994878 7.7931284 36.623252 8.03125 37.375 8.03125 C 38.097392 8.03125 38.596706 7.9024002 38.78125 7.78125 C 38.965794 7.6600998 39.0625 7.5766139 39.0625 6.9375 C 39.0625 6.5144976 39.145775 6.1274407 39.375 5.78125 C 39.604225 5.4350593 40.027732 5.1249297 40.53125 5.125 C 41.034768 5.1250703 41.462039 5.4531849 41.6875 5.8125 C 41.912961 6.1718151 42 6.5608281 42 7 C 42.000002 7.4631574 41.827288 7.9211544 41.625 8.1875 C 41.422712 8.453846 41.293456 8.566387 41.25 8.625 C 40.340574 9.779598 39.934939 10.290878 39.625 10.75 C 38.753163 12.108134 37.96875 13.34166 37.96875 14.46875 C 37.968749 15.449931 38.315321 15.62655 38.71875 15.8125 C 39.583542 16.168963 40.115403 16.105798 40.96875 15.84375 C 41.047882 15.684154 41.095517 15.423765 41.09375 15.1875 C 41.08066 13.994488 41.418028 13.209423 41.46875 13.09375 C 41.488628 13.071983 41.509483 13.051128 41.53125 13.03125 C 42.136141 11.938138 42.896246 11.218183 43.59375 10.65625 C 44.265082 10.115402 44.835184 9.717613 45.3125 9.1875 C 45.803013 8.468469 46.03125 7.5845097 46.03125 6.75 C 46.031251 5.3823316 45.435469 4.1044628 44.46875 3.28125 C 43.478484 2.4379857 42.105973 1.96875 40.5625 1.96875 z M 40.5 18 C 39.12 18 37.999999 19.12 38 20.5 C 38 21.88 39.119998 23 40.5 23 C 41.88 23 43.000002 21.88 43 20.5 C 43 19.12 41.879998 17.999999 40.5 18 z "
+       id="path11582" />
   </g>
 </svg>
Binary file pidgin/pixmaps/status/11/chat.png has changed
Binary file pidgin/pixmaps/status/11/log-in.png has changed
Binary file pidgin/pixmaps/status/11/log-out.png has changed
Binary file pidgin/pixmaps/status/11/person.png has changed
--- a/pidgin/pixmaps/status/11/scalable/available.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,114 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="11"
-   height="11"
-   id="svg1872"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop/tabs"
-   sodipodi:docname="available.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/tabs/available.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs1874">
-    <linearGradient
-       id="linearGradient2851">
-      <stop
-         id="stop2853"
-         offset="0"
-         style="stop-color:#73d216;stop-opacity:1;" />
-      <stop
-         id="stop2855"
-         offset="1"
-         style="stop-color:#5ca911;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3149"
-       inkscape:collect="always">
-      <stop
-         id="stop3151"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3153"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient2597"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.358865,0,0,0.358865,-0.920117,-0.8061648)"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient2599"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.2870918,0,0,0.287092,0.3639019,0.4550689)"
-       x1="15.498499"
-       y1="9.4211226"
-       x2="24.240097"
-       y2="36.603138" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="31.392433"
-     inkscape:cx="16.517697"
-     inkscape:cy="7.0793428"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     width="11px"
-     height="11px" />
-  <metadata
-     id="metadata1877">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       style="fill:url(#linearGradient2597);fill-opacity:1;fill-rule:evenodd;stroke:#306300;stroke-width:0.99999893;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 10.500001,5.5000001 C 10.500001,8.2600001 8.2599999,10.500001 5.5000003,10.500001 C 2.7400002,10.500001 0.49999946,8.2600001 0.49999946,5.5000001 C 0.49999946,2.7399991 2.7400002,0.49999904 5.5000003,0.49999904 C 8.2599999,0.49999904 10.500001,2.7399991 10.500001,5.5000001 z "
-       id="path4331" />
-    <path
-       style="opacity:0.6;fill:url(#linearGradient2599);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999857;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 9.5000009,5.5000008 C 9.5000009,7.7080002 7.7080009,9.5000009 5.5000004,9.5000009 C 3.2920001,9.5000009 1.4999993,7.7080002 1.4999993,5.5000008 C 1.4999993,3.2919993 3.2920001,1.4999992 5.5000004,1.4999992 C 7.7080009,1.4999992 9.5000009,3.2919993 9.5000009,5.5000008 z "
-       id="path4333" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/11/scalable/away.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="11"
-   height="11"
-   id="svg1872"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop/tabs"
-   sodipodi:docname="away.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/tabs/busy.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs1874" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="31.392433"
-     inkscape:cx="14.001166"
-     inkscape:cy="6.793253"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     width="11px"
-     height="11px" />
-  <metadata
-     id="metadata1877">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       sodipodi:type="arc"
-       style="color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#173867;stroke-width:2.86902547px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2069"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.348549,0,0,0.348549,6.6036232e-2,-0.2762077)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2788"
-       sodipodi:cx="-3.8088531"
-       sodipodi:cy="3.303823"
-       sodipodi:rx="3.1932809"
-       sodipodi:ry="3.3471739"
-       d="M -0.61557221 3.303823 A 3.1932809 3.3471739 0 1 1  -7.0021341,3.303823 A 3.1932809 3.3471739 0 1 1  -0.61557221 3.303823 z"
-       transform="matrix(1.409209,0,0,1.344418,10.867469,1.0582933)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#dcdcd8;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2796"
-       sodipodi:cx="6.0403023"
-       sodipodi:cy="7.5551186"
-       sodipodi:rx="1.615877"
-       sodipodi:ry="1.3273276"
-       d="M 7.6561793 7.5551186 A 1.615877 1.3273276 0 1 1  4.4244252,7.5551186 A 1.615877 1.3273276 0 1 1  7.6561793 7.5551186 z"
-       transform="matrix(2.784865,0,0,3.390272,-11.321424,-20.113899)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2832"
-       width="1"
-       height="1"
-       x="5.00001"
-       y="-5.999999"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2236"
-       width="1"
-       height="1"
-       x="4.00001"
-       y="-6.999999"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2240"
-       width="1"
-       height="1"
-       x="6.00001"
-       y="-6.999999"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect3133"
-       width="1"
-       height="1"
-       x="3.00001"
-       y="-7.9999981"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect3135"
-       width="1"
-       height="1"
-       x="7.00001"
-       y="-7.9999981"
-       transform="matrix(0,1,-1,0,0,0)" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/11/scalable/busy.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,138 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="11"
-   height="11"
-   id="svg1872"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop/tabs"
-   sodipodi:docname="busy.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/tabs/busy.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs1874">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2239">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2241" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2243" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2186"
-       inkscape:collect="always">
-      <stop
-         id="stop2188"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop2190"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2186"
-       id="linearGradient2739"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.420408,0,0,0.420404,10.546911,0.4571158)"
-       x1="11.226587"
-       y1="-5.4832759"
-       x2="11.226587"
-       y2="17.697369" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2239"
-       id="linearGradient2741"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.296523,0,0,0.296522,10.244371,0.7556398)"
-       x1="15.535398"
-       y1="1.8014067"
-       x2="15.535398"
-       y2="48.674999" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="31.392433"
-     inkscape:cx="16.517697"
-     inkscape:cy="5.0346503"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     width="11px"
-     height="11px" />
-  <metadata
-     id="metadata1877">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       sodipodi:type="arc"
-       style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.36561811px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1311"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(-0.359512,0,0,0.359513,11.065161,-0.4895062)" />
-    <path
-       sodipodi:type="arc"
-       style="color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:2.86904168px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2325"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(-0.348549,0,0,0.348549,10.933961,-0.2762162)" />
-    <path
-       style="opacity:0.6;color:#000000;fill:url(#linearGradient2739);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2741);stroke-width:0.99999988px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       d="M 1.5000029,5.5000048 C 1.5000029,7.7080048 3.2920029,9.5000073 5.5000039,9.5000073 C 7.7080029,9.5000073 9.5000039,7.7080048 9.5000039,5.5000048 C 9.5000039,3.2920029 7.7080029,1.5000022 5.5000039,1.5000022 C 3.2920029,1.5000022 1.5000029,3.2920029 1.5000029,5.5000048 z "
-       id="path2327" />
-    <rect
-       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#a40000;stroke-width:0.99999994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2921"
-       width="6.0000005"
-       height="1.9999999"
-       x="2.5"
-       y="4.5" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/11/scalable/chat.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,206 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="11"
-   height="11"
-   id="svg7380"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop"
-   sodipodi:docname="chat.svg"
-   inkscape:export-filename="/home/hbons/Desktop/chat.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   version="1.0">
-  <defs
-     id="defs7382">
-    <linearGradient
-       id="linearGradient3800">
-      <stop
-         style="stop-color:#f4d9b1;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3802" />
-      <stop
-         style="stop-color:#df9725;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop3804" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient7300">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop7302" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop7304" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7300"
-       id="radialGradient2631"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.964825,0,0,0.631898,0.954495,11.94073)"
-       cx="24.248138"
-       cy="27.184834"
-       fx="24.248138"
-       fy="27.184834"
-       r="12.499089" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3800"
-       id="radialGradient2633"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.191087,0,0,1.124022,-5.086983,-1.361697)"
-       cx="27.702486"
-       cy="14.540437"
-       fx="27.702486"
-       fy="14.540437"
-       r="9.1620579" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7300"
-       id="radialGradient2188"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.964825,0,0,0.631898,0.954495,11.94073)"
-       cx="24.248138"
-       cy="27.184834"
-       fx="24.248138"
-       fy="27.184834"
-       r="12.499089" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3800"
-       id="radialGradient2190"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.191087,0,0,1.124022,-5.086983,-1.361697)"
-       cx="27.702486"
-       cy="14.540437"
-       fx="27.702486"
-       fy="14.540437"
-       r="9.1620579" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="36.060436"
-     inkscape:cx="12.098289"
-     inkscape:cy="6.1866582"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="843"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     width="11px"
-     height="11px" />
-  <metadata
-     id="metadata7385">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       style="opacity:1;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       d="M 5.6663217,10.5 L 8.5076604,10.5 C 9.3127059,10.5 10.109736,10.185178 10.401886,9.2878789 C 10.679316,8.4357864 10.449241,6.8131316 8.6497271,5.5000004 L 5.2874764,5.5000004 C 3.4879623,6.7121213 3.26308,8.3698055 3.677385,9.3383838 C 4.0994615,10.32513 4.8139201,10.5 5.6663217,10.5 z "
-       id="path2178"
-       sodipodi:nodetypes="cczcczc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.1784238"
-       inkscape:original="M 24.5625 24.125 C 17.844986 28.367641 17.015916 34.172303 18.5625 37.5625 C 20.138096 41.016289 22.818019 41.625 26 41.625 L 36.59375 41.625 C 39.598953 41.624999 42.565667 40.546959 43.65625 37.40625 C 44.691891 34.423774 43.842514 28.721194 37.125 24.125 L 24.5625 24.125 z "
-       style="opacity:0.45454544;color:#000000;fill:url(#radialGradient2188);fill-opacity:1;fill-rule:evenodd;stroke:#eeeeec;stroke-width:4.89376259px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2180"
-       d="M 24.96875,25.3125 C 18.887883,29.293056 18.373983,34.320202 19.625,37.0625 C 20.318936,38.583645 21.166625,39.341162 22.1875,39.8125 C 23.208375,40.283838 24.484153,40.4375 26,40.4375 L 36.59375,40.4375 C 37.955442,40.4375 39.252462,40.19959 40.28125,39.65625 C 41.310038,39.11291 42.08087,38.328274 42.53125,37.03125 C 43.335253,34.715853 42.805994,29.63256 36.71875,25.3125 L 24.96875,25.3125 z "
-       transform="matrix(0.2105175,0,0,0.1983472,0.4849292,1.4793376)" />
-    <path
-       style="opacity:0.78977272;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 8.9999998,7.5000004 C 8.9999998,8.3280004 7.9468851,8.5707392 7.0000001,9.0000002 C 5.6603268,8.5959901 4.9999998,8.3280004 4.9999998,7.5000004 C 4.9999998,6.6720007 5.8959997,6.0000002 7.0000001,6.0000002 C 8.1039998,6.0000002 8.9999998,6.6720007 8.9999998,7.5000004 z "
-       id="path2182"
-       sodipodi:nodetypes="ccssc" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:#000000;fill:url(#radialGradient2190);fill-opacity:1;fill-rule:evenodd;stroke:#b2730d;stroke-width:2.47487783px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2184"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       transform="matrix(0.4040609,0,0,0.4040609,-5.571426,-3.680641)" />
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path2186"
-       style="opacity:0.25;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.46482706px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(0.288615,0,0,0.288615,-1.9795919,-1.4861727)" />
-    <path
-       style="opacity:1;color:#000000;fill:#ad7fa8;fill-opacity:1;fill-rule:evenodd;stroke:#5c3566;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       d="M 2.6663227,10.5 L 5.5076614,10.5 C 6.3127069,10.5 7.1097368,10.185178 7.4018867,9.2878787 C 7.6793171,8.4357862 7.4492418,6.8131314 5.6497281,5.5000002 L 2.2874774,5.5000002 C 0.48796329,6.7121211 0.26308099,8.3698053 0.67738599,9.3383836 C 1.0994625,10.32513 1.8139211,10.5 2.6663227,10.5 z "
-       id="path4308"
-       sodipodi:nodetypes="cczcczc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.1784238"
-       inkscape:original="M 24.5625 24.125 C 17.844986 28.367641 17.015916 34.172303 18.5625 37.5625 C 20.138096 41.016289 22.818019 41.625 26 41.625 L 36.59375 41.625 C 39.598953 41.624999 42.565667 40.546959 43.65625 37.40625 C 44.691891 34.423774 43.842514 28.721194 37.125 24.125 L 24.5625 24.125 z "
-       style="opacity:0.45454544;color:#000000;fill:url(#radialGradient2631);fill-opacity:1;fill-rule:evenodd;stroke:#eeeeec;stroke-width:4.89376259px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path7281"
-       d="M 24.96875,25.3125 C 18.887883,29.293056 18.373983,34.320202 19.625,37.0625 C 20.318936,38.583645 21.166625,39.341162 22.1875,39.8125 C 23.208375,40.283838 24.484153,40.4375 26,40.4375 L 36.59375,40.4375 C 37.955442,40.4375 39.252462,40.19959 40.28125,39.65625 C 41.310038,39.11291 42.08087,38.328274 42.53125,37.03125 C 43.335253,34.715853 42.805994,29.63256 36.71875,25.3125 L 24.96875,25.3125 z "
-       transform="matrix(0.2105175,0,0,0.1983472,-2.5150698,1.4793374)" />
-    <path
-       style="opacity:0.78977272;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 6.0000008,7.5000002 C 6.0000008,8.3280002 4.9468861,8.570739 4.0000011,9 C 2.6603278,8.5959899 2.0000008,8.3280002 2.0000008,7.5000002 C 2.0000008,6.6720005 2.8960007,6 4.0000011,6 C 5.1040008,6 6.0000008,6.6720005 6.0000008,7.5000002 z "
-       id="path7285"
-       sodipodi:nodetypes="ccssc" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:#000000;fill:url(#radialGradient2633);fill-opacity:1;fill-rule:evenodd;stroke:#b2730d;stroke-width:2.47487783px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path4320"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       transform="matrix(0.4040609,0,0,0.4040609,-8.571425,-3.6806412)" />
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path4322"
-       style="opacity:0.25;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.46482706px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(0.288615,0,0,0.288615,-4.9795909,-1.4861729)" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/11/scalable/extended-away.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,113 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="11"
-   height="11"
-   id="svg1872"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop/tabs"
-   sodipodi:docname="extended-away.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/tabs/extended-away.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs1874" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="31.392433"
-     inkscape:cx="17.632615"
-     inkscape:cy="9.3032494"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     width="11px"
-     height="11px" />
-  <metadata
-     id="metadata1877">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M -10.795455,-3.5 C -10.618367,-3.5 -10.5,-3.3971157 -10.5,-3.2012194 L -10.5,2.3475645 C -10.5,2.5434609 -10.618367,2.6463452 -10.795455,2.6463452 L -14.999998,3.3220878 C -15.175778,3.3232474 -15.345224,3.383862 -15.477271,3.4928196 L -16.295452,4.1757469 L -16.295452,4.005015 C -16.297398,3.628604 -16.621872,3.3239147 -17.022725,3.3220878 L -18.204542,2.6463452 C -18.38163,2.6463452 -18.499997,2.5434595 -18.499997,2.3475645 L -18.499997,-3.2012194 C -18.499997,-3.3971155 -18.38163,-3.5 -18.204542,-3.5 L -10.795455,-3.5 z "
-       id="path5807"
-       sodipodi:nodetypes="cccccccccccccc" />
-    <path
-       style="fill:#fce94f;fill-opacity:1;stroke:#ce5c00;stroke-width:0.99999905;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 10.499996,3.1704551 L 7.6022705,0.49999908 L 1.9176175,0.49999908 C 1.0082505,0.49999908 0.49999952,1.0912623 0.49999952,1.8290758 L 0.49999952,10.5 L 10.499996,10.5 L 10.499996,3.1704551 z "
-       id="rect5097"
-       sodipodi:nodetypes="ccccccc" />
-    <path
-       style="opacity:0.5625;fill:none;fill-opacity:1;stroke:#eeeeec;stroke-width:0.99999952;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 9.4572875,3.5607647 L 7.1836985,1.5000008 L 1.5000025,1.5128215 L 1.5000025,9.5000007 L 9.5000005,9.5000007 L 9.4572875,3.5607647 z "
-       id="rect5099"
-       sodipodi:nodetypes="cccccc" />
-    <rect
-       style="opacity:0.4;fill:#ce5c00;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect5988"
-       width="1"
-       height="2.0000002"
-       x="-7.0000048"
-       y="1.9999998"
-       transform="scale(-1,1)" />
-    <rect
-       style="opacity:0.4;fill:#ce5c00;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect5990"
-       width="0.99999851"
-       height="1.9999995"
-       x="3.0000069"
-       y="7.0000057"
-       transform="matrix(-2.004699e-7,1,1,-8.326572e-7,0,0)" />
-    <rect
-       style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect7300"
-       width="4"
-       height="1"
-       x="3.0000041"
-       y="6.9999995" />
-    <rect
-       style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect7302"
-       width="3.6559839"
-       height="0.91399604"
-       x="3.0000041"
-       y="5.0860038" />
-    <rect
-       style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect7304"
-       width="2"
-       height="1"
-       x="3.0000041"
-       y="2.9999998" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/11/scalable/invisible.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="11"
-   height="11"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/invisible.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop"
-   sodipodi:docname="invisible.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3149">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop3151" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop3153" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient3162"
-       gradientUnits="userSpaceOnUse"
-       x1="15.498499"
-       y1="9.4211226"
-       x2="24.240097"
-       y2="36.603138"
-       gradientTransform="matrix(0.287092,0,0,0.2870921,0.3639043,0.4550679)" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="25.992076"
-     inkscape:cx="14.809403"
-     inkscape:cy="5.0224378"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     fill="#eeeeec"
-     inkscape:window-width="1440"
-     inkscape:window-height="843"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     width="11px"
-     height="11px" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       style="opacity:0.8;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:0.99999934;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 10.5,5.4999993 C 10.5,8.2599995 8.2599997,10.5 5.4999997,10.5 C 2.7399994,10.5 0.49999907,8.2599995 0.49999907,5.4999993 C 0.49999907,2.7399988 2.7399994,0.49999858 5.4999997,0.49999858 C 8.2599997,0.49999858 10.5,2.7399988 10.5,5.4999993 z "
-       id="path4331" />
-    <path
-       style="opacity:0.47999998;fill:url(#linearGradient3162);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999887;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 9.5000004,5.5000003 C 9.5000004,7.7080004 7.7080003,9.500001 5.4999998,9.500001 C 3.2919997,9.500001 1.4999994,7.7080004 1.4999994,5.5000003 C 1.4999994,3.2919997 3.2919997,1.4999995 5.4999998,1.4999995 C 7.7080003,1.4999995 9.5000004,3.2919997 9.5000004,5.5000003 z "
-       id="path4333" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/11/scalable/offline.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="11"
-   height="11"
-   id="svg1872"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop/tabs"
-   sodipodi:docname="offline.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/tabs/extended-away.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs1874">
-    <linearGradient
-       id="linearGradient2225"
-       inkscape:collect="always">
-      <stop
-         id="stop2227"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop2229"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2225"
-       id="linearGradient5293"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.799641,0,0,0.799917,-1.2969486,-6.0992136)"
-       x1="11.802028"
-       y1="1.9986149"
-       x2="11.802028"
-       y2="14.895812" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="11.098901"
-     inkscape:cx="24.268079"
-     inkscape:cy="12.383905"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     width="11px"
-     height="11px" />
-  <metadata
-     id="metadata1877">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 7.4671024,3.5945806 C 7.6975914,3.5945816 7.8846544,4.1557556 7.8846544,4.8472026 C 7.8846544,5.5386494 7.6975914,6.0998244 7.4671024,6.0998234 C 7.2366144,6.0998234 7.0495504,5.5386484 7.0495504,4.8472026 C 7.0495504,4.1557546 7.2366144,3.5945806 7.4671024,3.5945806 z "
-       id="path1588" />
-    <path
-       style="fill:#888a85;fill-opacity:1;stroke:#555753;stroke-width:0.99999905;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 9.0356994,9.0357004 C 7.0835864,10.987813 3.9152694,10.988142 1.9635634,9.0364384 C 0.011857449,7.0847304 0.012187449,3.916415 1.9643014,1.9643009 C 3.9164144,0.012187388 7.0847294,0.011856588 9.0364364,1.9635636 C 10.988143,3.9152692 10.987812,7.0835864 9.0356994,9.0357004 z "
-       id="path2187" />
-    <path
-       style="opacity:0.4;fill:url(#linearGradient5293);fill-opacity:1;stroke:#ffffff;stroke-width:0.99999774;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 5.4999974,1.4999993 C 4.4701574,1.5001066 3.4600094,1.8920184 2.6762664,2.6748775 C 1.1077144,4.2416618 1.1080924,6.7578834 2.6762664,8.3242924 C 4.2454614,9.8917164 6.7541574,9.8920954 8.3237284,8.3242924 C 9.8922794,6.7575084 9.8919014,4.2412844 8.3237284,2.6748775 C 7.5401624,1.8921947 6.5295274,1.499892 5.4999974,1.4999993 z "
-       id="path2215" />
-    <path
-       style="fill:#eeeeec;fill-opacity:1;stroke:#555753;stroke-width:0.99999911;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 7.0127094,2.0856389 L 5.4931354,3.5136891 L 4.0186124,1.9641835 L 1.9054394,4.0600449 L 3.5171444,5.4862974 L 1.9955384,6.9712984 L 4.1224304,9.0945484 L 5.4931354,7.4589104 L 6.9676594,9.0358034 L 9.0945514,6.9125544 L 7.4691314,5.4862974 L 9.1258834,4.2088865 L 7.0127094,2.0856389 z "
-       id="rect1322"
-       sodipodi:nodetypes="ccccccccccccc" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/11/scalable/person.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,146 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="11"
-   height="11"
-   id="svg7380"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop"
-   sodipodi:docname="person.svg"
-   inkscape:export-filename="/home/hbons/Desktop/person.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   version="1.0">
-  <defs
-     id="defs7382">
-    <linearGradient
-       id="linearGradient3800">
-      <stop
-         style="stop-color:#f4d9b1;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3802" />
-      <stop
-         style="stop-color:#df9725;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop3804" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient7300">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop7302" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop7304" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7300"
-       id="radialGradient2631"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.964825,0,0,0.631898,0.954495,11.94073)"
-       cx="24.248138"
-       cy="27.184834"
-       fx="24.248138"
-       fy="27.184834"
-       r="12.499089" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3800"
-       id="radialGradient2633"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.191087,0,0,1.124022,-5.086983,-1.361697)"
-       cx="27.702486"
-       cy="14.540437"
-       fx="27.702486"
-       fy="14.540437"
-       r="9.1620579" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="36.060436"
-     inkscape:cx="13.678969"
-     inkscape:cy="6.3391799"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="843"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     width="11px"
-     height="11px" />
-  <metadata
-     id="metadata7385">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       style="opacity:1;color:#000000;fill:#ad7fa8;fill-opacity:1;fill-rule:evenodd;stroke:#5c3566;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       d="M 3.6663219,10.5 L 6.5076606,10.5 C 7.3127061,10.5 8.109736,10.185178 8.4018859,9.2878787 C 8.6793163,8.4357862 8.449241,6.8131314 6.6497273,5.5000002 L 3.2874766,5.5000002 C 1.4879625,6.7121211 1.2630802,8.3698053 1.6773852,9.3383836 C 2.0994617,10.32513 2.8139203,10.5 3.6663219,10.5 z "
-       id="path4308"
-       sodipodi:nodetypes="cczcczc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.1784238"
-       inkscape:original="M 24.5625 24.125 C 17.844986 28.367641 17.015916 34.172303 18.5625 37.5625 C 20.138096 41.016289 22.818019 41.625 26 41.625 L 36.59375 41.625 C 39.598953 41.624999 42.565667 40.546959 43.65625 37.40625 C 44.691891 34.423774 43.842514 28.721194 37.125 24.125 L 24.5625 24.125 z "
-       style="opacity:0.45454544;color:#000000;fill:url(#radialGradient2631);fill-opacity:1;fill-rule:evenodd;stroke:#eeeeec;stroke-width:4.89376259px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path7281"
-       d="M 24.96875,25.3125 C 18.887883,29.293056 18.373983,34.320202 19.625,37.0625 C 20.318936,38.583645 21.166625,39.341162 22.1875,39.8125 C 23.208375,40.283838 24.484153,40.4375 26,40.4375 L 36.59375,40.4375 C 37.955442,40.4375 39.252462,40.19959 40.28125,39.65625 C 41.310038,39.11291 42.08087,38.328274 42.53125,37.03125 C 43.335253,34.715853 42.805994,29.63256 36.71875,25.3125 L 24.96875,25.3125 z "
-       transform="matrix(0.2105175,0,0,0.1983472,-1.5150706,1.4793374)" />
-    <path
-       style="opacity:0.78977272;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 7,7.5000002 C 7,8.3280002 5.9468853,8.570739 5.0000003,9 C 3.660327,8.5959899 3,8.3280002 3,7.5000002 C 3,6.6720005 3.8959999,6 5.0000003,6 C 6.104,6 7,6.6720005 7,7.5000002 z "
-       id="path7285"
-       sodipodi:nodetypes="ccssc" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:#000000;fill:url(#radialGradient2633);fill-opacity:1;fill-rule:evenodd;stroke:#b2730d;stroke-width:2.47487783px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path4320"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       transform="matrix(0.4040609,0,0,0.4040609,-7.5714258,-3.6806412)" />
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path4322"
-       style="opacity:0.25;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.46482706px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(0.288615,0,0,0.288615,-3.9795917,-1.4861729)" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/16/scalable/available.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,167 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/available.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/2.1.1/status/16/scalable"
-   sodipodi:docname="available.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   sodipodi:modified="true">
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3286">
-      <stop
-         style="stop-color:#459000;stop-opacity:1"
-         offset="0"
-         id="stop3288" />
-      <stop
-         style="stop-color:#204300;stop-opacity:1"
-         offset="1"
-         id="stop3290" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient4738"
-       gradientUnits="userSpaceOnUse"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient4740"
-       gradientUnits="userSpaceOnUse"
-       x1="11.127699"
-       y1="10.823074"
-       x2="30.341434"
-       y2="31.325201" />
-    <linearGradient
-       id="linearGradient2851">
-      <stop
-         style="stop-color:#73d216;stop-opacity:1;"
-         offset="0"
-         id="stop2853" />
-      <stop
-         style="stop-color:#5ca911;stop-opacity:1;"
-         offset="1"
-         id="stop2855" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3149">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop3151" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop3153" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3286"
-       id="linearGradient3292"
-       x1="15.893391"
-       y1="15.213944"
-       x2="26.533659"
-       y2="28.579245"
-       gradientUnits="userSpaceOnUse" />
-    <filter
-       inkscape:collect="always"
-       id="filter3374"
-       x="-0.13117394"
-       width="1.2623479"
-       y="-0.11015608"
-       height="1.2203122">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.19309804"
-         id="feGaussianBlur3376" />
-    </filter>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="25.992076"
-     inkscape:cx="12.058565"
-     inkscape:cy="10.562588"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     fill="#eeeeec"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     inkscape:snap-bbox="true"
-     inkscape:snap-nodes="false"
-     objecttolerance="13"
-     gridtolerance="10">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3284"
-       empspacing="5"
-       visible="true"
-       enabled="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       style="fill:url(#linearGradient4738);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3292);stroke-width:1.85770929000000007;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 31.822886,17.572527 C 31.822886,25.263442 25.580983,31.505344 17.890068,31.505344 C 10.199153,31.505344 3.9572506,25.263442 3.9572506,17.572527 C 3.9572506,9.8816117 10.199153,3.6397095 17.890068,3.6397095 C 25.580983,3.6397095 31.822886,9.8816117 31.822886,17.572527 z "
-       id="path4331"
-       transform="matrix(0.538297,0,0,0.538297,-1.630177,-1.459246)" />
-    <path
-       style="opacity:0.59999999999999998;fill:url(#linearGradient4740);fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:2.14350747999999980;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 31.822886,17.572527 C 31.822886,25.263442 25.580983,31.505344 17.890068,31.505344 C 10.199153,31.505344 3.9572506,25.263442 3.9572506,17.572527 C 3.9572506,9.8816117 10.199153,3.6397095 17.890068,3.6397095 C 25.580983,3.6397095 31.822886,9.8816117 31.822886,17.572527 z "
-       id="path4333"
-       transform="matrix(0.466524,0,0,0.466525,-0.346154,-0.198015)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.19499996000000000;fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter3374)"
-       id="path3302"
-       sodipodi:cx="11.484269"
-       sodipodi:cy="4.7465701"
-       sodipodi:rx="1.8659533"
-       sodipodi:ry="1.9428998"
-       d="m 13.350222,4.7465701 a 1.8659533,1.9428998 0 1 1 -3.7319067,0 A 1.8659533,1.9428998 0 1 1 13.350222,4.7465701 z"
-       transform="matrix(2.2014717,-1.281888,0.9447394,1.6503281,-23.266565,12.888149)" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/16/scalable/away.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,248 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/away.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/2.1.1/status/16/scalable"
-   sodipodi:docname="away.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   sodipodi:modified="true">
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3284">
-      <stop
-         style="stop-color:#173867;stop-opacity:1;"
-         offset="0"
-         id="stop3286" />
-      <stop
-         style="stop-color:#173867;stop-opacity:0;"
-         offset="1"
-         id="stop3288" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3276">
-      <stop
-         style="stop-color:#2863b7;stop-opacity:1"
-         offset="0"
-         id="stop3278" />
-      <stop
-         style="stop-color:#14325c;stop-opacity:1"
-         offset="1"
-         id="stop3280" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2804">
-      <stop
-         style="stop-color:white;stop-opacity:1;"
-         offset="0"
-         id="stop2806" />
-      <stop
-         style="stop-color:white;stop-opacity:0;"
-         offset="1"
-         id="stop2808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient2810"
-       x1="4.5264969"
-       y1="2.6807978"
-       x2="9.7444448"
-       y2="9.9594812"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3276"
-       id="linearGradient3282"
-       x1="15.377563"
-       y1="12.744186"
-       x2="22.868998"
-       y2="29.821121"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3284"
-       id="linearGradient3290"
-       x1="23.221344"
-       y1="24.700239"
-       x2="8.2601509"
-       y2="0.92288947"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="25.992076"
-     inkscape:cx="13.286484"
-     inkscape:cy="9.6281985"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     fill="#eeeeec"
-     inkscape:window-width="1432"
-     inkscape:window-height="840"
-     inkscape:window-x="0"
-     inkscape:window-y="4"
-     inkscape:object-paths="false"
-     inkscape:grid-bbox="true"
-     inkscape:guide-bbox="false"
-     inkscape:grid-points="true"
-     objecttolerance="14"
-     gridtolerance="18"
-     inkscape:snap-bbox="true"
-     inkscape:snap-nodes="false">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3274"
-       empspacing="5"
-       visible="true"
-       enabled="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3282);stroke-width:1.91314827999999992px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1339"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.522697,0,0,0.522697,-0.148088,-0.661348)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2788"
-       sodipodi:cx="-3.8088531"
-       sodipodi:cy="3.303823"
-       sodipodi:rx="3.1932809"
-       sodipodi:ry="3.3471739"
-       d="M -0.61557221 3.303823 A 3.1932809 3.3471739 0 1 1  -7.0021341,3.303823 A 3.1932809 3.3471739 0 1 1  -0.61557221 3.303823 z"
-       transform="matrix(2.192102,0,0,2.091316,16.34939,1.090661)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.40340911000000002;color:black;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3290);stroke-width:2.60821199000000004px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1341"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.383404,0,0,0.383404,2.022641,1.646167)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:white;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2796"
-       sodipodi:cx="6.0403023"
-       sodipodi:cy="7.5551186"
-       sodipodi:rx="1.615877"
-       sodipodi:ry="1.3273276"
-       d="M 7.6561793 7.5551186 A 1.615877 1.3273276 0 1 1  4.4244252,7.5551186 A 1.615877 1.3273276 0 1 1  7.6561793 7.5551186 z"
-       transform="matrix(3.094296,0,0,3.766968,-10.69048,-20.45989)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.76704543999999986;fill:none;fill-opacity:1;stroke:url(#linearGradient2810);stroke-width:0.80677562999999985;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2802"
-       sodipodi:cx="7.5"
-       sodipodi:cy="7"
-       sodipodi:rx="5.5"
-       sodipodi:ry="5"
-       d="M 13 7 A 5.5 5 0 1 1  2,7 A 5.5 5 0 1 1  13 7 z"
-       transform="matrix(1.18182,0,0,1.3,-0.86365,-1.1)" />
-    <rect
-       style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2820"
-       width="1"
-       height="1"
-       x="5"
-       y="-11"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2832"
-       width="1"
-       height="1"
-       x="7"
-       y="-9"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2838"
-       width="2"
-       height="2"
-       x="7"
-       y="-9"
-       rx="1"
-       ry="1"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2840"
-       width="1"
-       height="1"
-       x="6"
-       y="-10"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2846"
-       width="1"
-       height="1"
-       x="-11"
-       y="-11"
-       transform="matrix(0,-1,-1,0,0,0)" />
-    <rect
-       style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2848"
-       width="1"
-       height="1"
-       x="-9"
-       y="-9"
-       transform="matrix(0,-1,-1,0,0,0)" />
-    <rect
-       style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2850"
-       width="1"
-       height="1"
-       x="-10"
-       y="-10"
-       transform="matrix(0,-1,-1,0,0,0)" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/16/scalable/busy.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,185 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/busy.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/2.1.1/status/16/scalable"
-   sodipodi:docname="busy.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   sodipodi:modified="true">
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3290">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1"
-         offset="0"
-         id="stop3292" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3294" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3280">
-      <stop
-         style="stop-color:#a60000;stop-opacity:1"
-         offset="0"
-         id="stop3282" />
-      <stop
-         style="stop-color:#460000;stop-opacity:1"
-         offset="1"
-         id="stop3284" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2239">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2241" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2243" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2239"
-       id="linearGradient2245"
-       x1="-1.5418521"
-       y1="-6.2826729"
-       x2="63.127094"
-       y2="59.183727"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.482882,0,0,0.482874,0.269812,0.2698205)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3280"
-       id="linearGradient3286"
-       x1="11.549973"
-       y1="7.078577"
-       x2="33.836056"
-       y2="45.494511"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3290"
-       id="linearGradient3282"
-       x1="5.8424845"
-       y1="-1.2794704"
-       x2="10.945268"
-       y2="11.145247"
-       gradientUnits="userSpaceOnUse" />
-    <filter
-       inkscape:collect="always"
-       id="filter3416"
-       x="-0.13117394"
-       width="1.2623479"
-       y="-0.11015608"
-       height="1.2203122">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.19309804"
-         id="feGaussianBlur3418" />
-    </filter>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="18.379173"
-     inkscape:cx="0.35485832"
-     inkscape:cy="7.0130435"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     fill="#eeeeec"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0">
-    <inkscape:grid
-       type="xygrid"
-       id="grid2508" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.36561811px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1311"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.468971,0,0,0.468971,0.730372,0.26987)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:#000000;fill:#f13d3d;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3286);stroke-width:1.91298747000000002px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1339"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.522706,0,0,0.522779,-0.14857,-0.663013)" />
-    <path
-       style="opacity:0.75000000000000000;color:#000000;fill:url(#linearGradient3282);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2245);stroke-width:1.00000011999999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
-       d="m 14.525974,7.9894993 c 0,3.6090777 -2.917808,6.5381857 -6.5129645,6.5381857 -3.5951552,0 -6.5129625,-2.929108 -6.5129625,-6.5381857 0,-3.6090774 2.9178073,-6.5381838 6.5129625,-6.5381838 3.5951565,0 6.5129645,2.9291064 6.5129645,6.5381838 z"
-       id="path2220" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.19499996000000000;fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter3416)"
-       id="path3302"
-       sodipodi:cx="11.484269"
-       sodipodi:cy="4.7465701"
-       sodipodi:rx="1.8659533"
-       sodipodi:ry="1.9428998"
-       d="m 13.350222,4.7465701 a 1.8659533,1.9428998 0 1 1 -3.7319067,0 A 1.8659533,1.9428998 0 1 1 13.350222,4.7465701 z"
-       transform="matrix(2.2014717,-1.281888,0.9447394,1.6503281,-23.212768,12.908772)" />
-    <rect
-       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024000000010;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-       id="rect3207"
-       width="11.000004"
-       height="2.9999959"
-       x="2.500001"
-       y="6.5000038"
-       rx="1.0387781"
-       ry="1.0387781" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/16/scalable/chat.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,431 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   id="svg7380"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop"
-   sodipodi:docname="chat.svg"
-   inkscape:export-filename="/home/hbons/Bureaublad/chat.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   version="1.0">
-  <defs
-     id="defs7382">
-    <linearGradient
-       id="linearGradient9105"
-       inkscape:collect="always">
-      <stop
-         id="stop9107"
-         offset="0"
-         style="stop-color:#75507b;stop-opacity:1" />
-      <stop
-         id="stop9109"
-         offset="1"
-         style="stop-color:#5c3566;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient9099"
-       inkscape:collect="always">
-      <stop
-         id="stop9101"
-         offset="0"
-         style="stop-color:#75507b;stop-opacity:1" />
-      <stop
-         id="stop9103"
-         offset="1"
-         style="stop-color:#5c3566;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient9093"
-       inkscape:collect="always">
-      <stop
-         id="stop9095"
-         offset="0"
-         style="stop-color:#3465a4;stop-opacity:1" />
-      <stop
-         id="stop9097"
-         offset="1"
-         style="stop-color:#5c3566;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8986">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop8988" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop8990" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8978">
-      <stop
-         style="stop-color:#884a02;stop-opacity:1"
-         offset="0"
-         id="stop8980" />
-      <stop
-         style="stop-color:#b37124;stop-opacity:1"
-         offset="1"
-         id="stop8982" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8970">
-      <stop
-         style="stop-color:#b85400;stop-opacity:1"
-         offset="0"
-         id="stop8972" />
-      <stop
-         style="stop-color:#954400;stop-opacity:1"
-         offset="1"
-         id="stop8974" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8944">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop8946" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop8948" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8920">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop8922" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop8924" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8901">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop8903" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop8905" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3327">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3329" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3331" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3327"
-       id="linearGradient3409"
-       gradientUnits="userSpaceOnUse"
-       x1="32.26284"
-       y1="18.39094"
-       x2="40.463146"
-       y2="28.908117" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3327"
-       id="linearGradient8895"
-       gradientUnits="userSpaceOnUse"
-       x1="32.26284"
-       y1="18.39094"
-       x2="40.463146"
-       y2="28.908117" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8901"
-       id="linearGradient8907"
-       x1="1.5392504"
-       y1="5.5203876"
-       x2="8.2186995"
-       y2="19.06147"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8920"
-       id="linearGradient8926"
-       x1="16.822878"
-       y1="19.008617"
-       x2="32.99292"
-       y2="19.008623"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8944"
-       id="linearGradient8950"
-       x1="21.635874"
-       y1="16.722939"
-       x2="34.254536"
-       y2="19.008621"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8970"
-       id="linearGradient8976"
-       x1="29.945496"
-       y1="15.951253"
-       x2="36.016682"
-       y2="26.057554"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8978"
-       id="linearGradient8984"
-       x1="34.021988"
-       y1="23.42482"
-       x2="28.033556"
-       y2="13.403446"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8986"
-       id="linearGradient8992"
-       x1="5.1100583"
-       y1="5.9662361"
-       x2="5.1100583"
-       y2="14.328883"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8986"
-       id="linearGradient8996"
-       gradientUnits="userSpaceOnUse"
-       x1="5.1100583"
-       y1="5.9662361"
-       x2="5.1100583"
-       y2="14.328883" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8901"
-       id="linearGradient8998"
-       gradientUnits="userSpaceOnUse"
-       x1="5.1017504"
-       y1="7.2391376"
-       x2="10.718699"
-       y2="18.06147" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9099"
-       id="linearGradient9073"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-1,0,0,1,22,-0.9999997)"
-       x1="13.5"
-       y1="15.016466"
-       x2="13.5"
-       y2="11.480932" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9105"
-       id="linearGradient9081"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-11,-0.9999997)"
-       x1="13.5"
-       y1="15.016466"
-       x2="13.5"
-       y2="11.480932" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9093"
-       id="linearGradient9091"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-1,0,0,1,27,-1.9999997)"
-       x1="13.5"
-       y1="15.016466"
-       x2="13.5"
-       y2="11.480932" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="32"
-     inkscape:cx="17.053842"
-     inkscape:cy="7.0543638"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     width="11px"
-     height="11px"
-     inkscape:snap-nodes="false"
-     inkscape:snap-bbox="true"
-     objecttolerance="7"
-     gridtolerance="7"
-     showguides="true"
-     inkscape:guide-bbox="true">
-    <inkscape:grid
-       type="xygrid"
-       id="grid2497"
-       empspacing="5"
-       visible="true"
-       enabled="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7385">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="M 10.5,6.4999997 C 13.26,6.4999997 15.5,8.2919998 15.5,10.5 L 15.5,13.010217 C 15.5,13.919263 14.969825,14.5 14.006545,14.5 L 6.949881,14.5 C 6.029272,14.5 5.503482,14.019448 5.503482,12.993824 C 5.503482,12.323147 5.5,11.14772 5.5,10.5 C 5.5,8.2919998 7.74,6.4999997 10.5,6.4999997 z"
-       id="path8952"
-       sodipodi:nodetypes="cccccscc" />
-    <path
-       d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path9012"
-       style="opacity:0.625;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.88735723px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(0.2041125,0.2041124,-0.2041124,0.2041125,8.0294047,-1.7303844)" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0099438"
-       inkscape:original="M 5.5 7.5 C 2.74 7.5 0.5 9.2920001 0.5 11.5 L 0.5 14 C 0.50000002 14.909046 1.03672 15.5 2 15.5 L 9.0625 15.5 C 9.9831085 15.5 10.5 15.025624 10.5 14 C 10.5 13.329323 10.5 12.14772 10.5 11.5 C 10.5 9.2920001 8.26 7.5 5.5 7.5 z "
-       style="opacity:1;fill:url(#linearGradient8996);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8998);stroke-width:0.99999994000000003;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path8994"
-       d="M 5.5,8.5 C 3.1771545,8.5 1.5,9.9750539 1.5,11.5 L 1.5,14 C 1.5,14.255759 1.5835553,14.332452 1.625,14.375 C 1.6664447,14.417548 1.7248871,14.5 2,14.5 L 9.0625,14.5 C 9.3493345,14.5 9.3965243,14.447325 9.40625,14.4375 C 9.4159757,14.427675 9.5,14.343149 9.5,14 C 9.5,13.329323 9.5,12.14772 9.5,11.5 C 9.5,9.9750539 7.8228455,8.5 5.5,8.5 z"
-       transform="translate(5,-1)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#cdaa71;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8984);stroke-width:2.16551828px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path8887"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z"
-       transform="matrix(0.461784,0,0,0.4617839,-3.8673469,-4.2778756)" />
-    <path
-       d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path8889"
-       style="opacity:0.59722218000000005;fill:url(#linearGradient8950);fill-opacity:1;stroke:url(#linearGradient8895);stroke-width:2.88735342000000017;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(0.2448979,0.2448979,-0.2448979,0.2448979,7.5357341,-7.7746052)" />
-    <path
-       style="opacity:1;fill:#ad7fa8;fill-opacity:1;fill-rule:nonzero;stroke:#5c3566;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="M 5.5,7.5000003 C 8.26,7.5000003 10.5,9.2920004 10.5,11.5 L 10.5,14.010217 C 10.5,14.919263 9.969825,15.5 9.006545,15.5 L 1.949881,15.5 C 1.029272,15.5 0.503482,15.019448 0.503482,13.993824 C 0.503482,13.323147 0.5,12.14772 0.5,11.5 C 0.5,9.2920004 2.74,7.5000003 5.5,7.5000003 z"
-       id="path8878"
-       sodipodi:nodetypes="cccccscc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0099438"
-       inkscape:original="M 5.5 7.5 C 2.74 7.5 0.5 9.2920001 0.5 11.5 L 0.5 14 C 0.50000002 14.909046 1.03672 15.5 2 15.5 L 9.0625 15.5 C 9.9831085 15.5 10.5 15.025624 10.5 14 C 10.5 13.329323 10.5 12.14772 10.5 11.5 C 10.5 9.2920001 8.26 7.5 5.5 7.5 z "
-       style="opacity:1;fill:url(#linearGradient8992);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8907);stroke-width:0.99999994000000003;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path8899"
-       d="M 5.5,8.5 C 3.1771545,8.5 1.5,9.9750539 1.5,11.5 L 1.5,14 C 1.5,14.255759 1.5835553,14.332452 1.625,14.375 C 1.6664447,14.417548 1.7248871,14.5 2,14.5 L 9.0625,14.5 C 9.3493345,14.5 9.3965243,14.447325 9.40625,14.4375 C 9.4159757,14.427675 9.5,14.343149 9.5,14 C 9.5,13.329323 9.5,12.14772 9.5,11.5 C 9.5,9.9750539 7.8228455,8.5 5.5,8.5 z" />
-    <path
-       d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path9006"
-       style="opacity:0.625;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.88735723px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(0.2041125,0.2041124,-0.2041124,0.2041125,3.0294049,-0.7303849)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#e2b369;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8976);stroke-width:2.16551828px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.95686484;visibility:visible;display:inline;overflow:visible"
-       id="path3405"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z"
-       transform="matrix(0.461784,0,0,0.4617839,-8.867346,-3.2778756)" />
-    <path
-       d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path3407"
-       style="opacity:0.73611111;fill:url(#linearGradient8926);fill-opacity:1;stroke:url(#linearGradient3409);stroke-width:2.88735723000000011px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(0.2448979,0.2448978,-0.2448978,0.2448979,2.5357361,-6.7746053)" />
-    <image
-       xlink:href="/usr/share/icons/Tango/16x16/apps/system-users.png"
-       sodipodi:absref="/usr/share/icons/Tango/16x16/apps/system-users.png"
-       width="16"
-       height="16"
-       id="image8875"
-       x="-26"
-       y="-1.5467961" />
-    <path
-       d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path9000"
-       style="opacity:0.625;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.88735723px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(0.2448979,0.2448978,-0.2448978,0.2448979,21.525366,-19.96268)" />
-    <path
-       style="opacity:1;fill:url(#linearGradient9073);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="M 8.5,11 C 8.777,11 9,11.223 9,11.5 L 9,14 L 9.5,14 C 9.777,14 10,14.223 10,14.5 C 10,14.777 9.777,15 9.5,15 L 8.5,15 C 8.43075,15 8.3723594,14.993984 8.3125,14.96875 C 8.1329219,14.893047 8,14.70775 8,14.5 L 8,11.5 C 8,11.223 8.223,11 8.5,11 z"
-       id="rect9030" />
-    <path
-       style="opacity:1;fill:url(#linearGradient9081);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="M 2.5,11 C 2.223,11 2,11.223 2,11.5 L 2,14 L 1.5,14 C 1.223,14 1,14.223 1,14.5 C 1,14.777 1.223,15 1.5,15 L 2.5,15 C 2.56925,15 2.6276406,14.993984 2.6875,14.96875 C 2.8670781,14.893047 3,14.70775 3,14.5 L 3,11.5 C 3,11.223 2.777,11 2.5,11 z"
-       id="path9079" />
-    <path
-       style="opacity:1;fill:url(#linearGradient9091);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="M 13.5,10 C 13.777,10 14,10.223 14,10.5 L 14,13 L 14.5,13 C 14.777,13 15,13.223 15,13.5 C 15,13.777 14.777,14 14.5,14 L 13.5,14 C 13.43075,14 13.372359,13.993984 13.3125,13.96875 C 13.132922,13.893047 13,13.70775 13,13.5 L 13,10.5 C 13,10.223 13.223,10 13.5,10 z"
-       id="path9083" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/16/scalable/extended-away.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,209 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16px"
-   height="16px"
-   id="svg7848"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docname="extended-away.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/hbons/Bureaublad/extended-away.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs7850">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8677">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop8679" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop8681" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8667">
-      <stop
-         style="stop-color:#853a00;stop-opacity:1"
-         offset="0"
-         id="stop8669" />
-      <stop
-         style="stop-color:#ce5c00;stop-opacity:1"
-         offset="1"
-         id="stop8671" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8658">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop8660" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop8662" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8648">
-      <stop
-         style="stop-color:#f57900;stop-opacity:1"
-         offset="0"
-         id="stop8650" />
-      <stop
-         style="stop-color:#833a00;stop-opacity:1"
-         offset="1"
-         id="stop8652" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8634">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop8636" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop8638" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8634"
-       id="linearGradient8640"
-       x1="-0.61538464"
-       y1="-3.8347311"
-       x2="27.720596"
-       y2="26.762022"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8648"
-       id="linearGradient8654"
-       x1="6.2939439"
-       y1="4.7692041"
-       x2="8.5330935"
-       y2="16.166666"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8658"
-       id="linearGradient8664"
-       x1="-0.61538464"
-       y1="1.0377178"
-       x2="9.8706741"
-       y2="8"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8667"
-       id="linearGradient8673"
-       x1="9.6184616"
-       y1="8.5"
-       x2="3.3227746"
-       y2="7.1418128"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8677"
-       id="linearGradient8683"
-       x1="7.9938149"
-       y1="10.772483"
-       x2="3.9442363"
-       y2="4.4609427"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="32"
-     inkscape:cx="17.569571"
-     inkscape:cy="8.1875894"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:snap-bbox="true"
-     inkscape:snap-nodes="false"
-     objecttolerance="11"
-     gridtolerance="11"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0">
-    <inkscape:grid
-       type="xygrid"
-       id="grid7858"
-       visible="true"
-       enabled="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7853">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8654);stroke-width:1.06666671999999996;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path7860"
-       sodipodi:cx="8"
-       sodipodi:cy="8"
-       sodipodi:rx="8"
-       sodipodi:ry="8"
-       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
-       transform="matrix(0.9375,0,0,0.9375,0.5,0.5)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:url(#linearGradient8664);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8640);stroke-width:1.23076922999999994;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path8632"
-       sodipodi:cx="8"
-       sodipodi:cy="8"
-       sodipodi:rx="8"
-       sodipodi:ry="8"
-       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
-       transform="matrix(0.8125,0,0,0.8125,1.5,1.5)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:url(#linearGradient8683);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path8675"
-       sodipodi:cx="5.90625"
-       sodipodi:cy="6.859375"
-       sodipodi:rx="2.8125"
-       sodipodi:ry="3.328125"
-       d="M 8.71875,6.859375 A 2.8125,3.328125 0 1 1 3.09375,6.859375 A 2.8125,3.328125 0 1 1 8.71875,6.859375 z"
-       transform="matrix(1.4029457,-0.8931572,0.6106929,1.1218835,-5.9140651,4.0797899)" />
-    <path
-       style="opacity:1;fill:url(#linearGradient8673);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="M 4.5,5 C 4.223,5 4,5.223 4,5.5 C 4,5.777 4.223,6 4.5,6 L 11.5,6 C 11.777,6 12,5.777 12,5.5 C 12,5.223 11.777,5 11.5,5 L 4.5,5 z M 5.5,7 C 5.223,7 5,7.223 5,7.5 C 5,7.777 5.223,8 5.5,8 L 10.505631,8 C 10.782631,8 11.005631,7.777 11.005631,7.5 C 11.005631,7.223 10.782631,7 10.505631,7 L 5.5,7 z M 4.5,9 C 4.223,9 4,9.223 4,9.5 C 4,9.777 4.223,10 4.5,10 L 11.5,10 C 11.777,10 12,9.777 12,9.5 C 12,9.223 11.777,9 11.5,9 L 4.5,9 z M 5.40625,11 C 5.163875,11 4.96875,11.223 4.96875,11.5 C 4.96875,11.777 5.163875,12 5.40625,12 L 10.527728,12 C 10.770103,12 10.965228,11.777 10.965228,11.5 C 10.965228,11.223 10.770103,11 10.527728,11 L 5.40625,11 z"
-       id="rect8642"
-       sodipodi:nodetypes="csccscccsccscccsccscccsccscc" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/16/scalable/invisible.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,114 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   width="16"
-   height="16"
-   version="1.0"
-   sodipodi:docname="16x16px Icon.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <defs
-     id="defs5">
-    <linearGradient
-       id="linearGradient3149"
-       inkscape:collect="always">
-      <stop
-         id="stop3151"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3153"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       y2="36.603138"
-       x2="24.240097"
-       y1="9.4211226"
-       x1="15.498499"
-       gradientTransform="matrix(0.4665246,0,0,0.4665245,-0.3461549,-0.1980139)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8270"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient9042"
-       inkscape:collect="always">
-      <stop
-         id="stop9044"
-         offset="0"
-         style="stop-color:#8cb1d9;stop-opacity:1;" />
-      <stop
-         id="stop9046"
-         offset="1"
-         style="stop-color:#437fc2;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       gradientTransform="matrix(1.1538472,0,0,1.1538472,-9.3077161,-9.307716)"
-       gradientUnits="userSpaceOnUse"
-       y2="20.375008"
-       x2="17.500002"
-       y1="16.125008"
-       x1="15.562512"
-       id="linearGradient9048"
-       xlink:href="#linearGradient9042"
-       inkscape:collect="always" />
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective9" />
-  </defs>
-  <sodipodi:namedview
-     inkscape:window-height="669"
-     inkscape:window-width="641"
-     inkscape:pageshadow="2"
-     inkscape:pageopacity="0.0"
-     guidetolerance="10.0"
-     gridtolerance="10.0"
-     objecttolerance="10.0"
-     borderopacity="1.0"
-     bordercolor="#666666"
-     pagecolor="#ffffff"
-     id="base"
-     showgrid="false"
-     inkscape:snap-bbox="true"
-     inkscape:snap-nodes="false"
-     inkscape:zoom="3.496895"
-     inkscape:cx="-5.3691626"
-     inkscape:cy="34.032407"
-     inkscape:window-x="45"
-     inkscape:window-y="100"
-     inkscape:current-layer="svg2" />
-  <path
-     id="path8239"
-     d="M 15.5,7.9999989 C 15.5,12.14 12.139999,15.5 7.9999992,15.5 C 3.8599988,15.5 0.49999967,12.14 0.49999967,7.9999989 C 0.49999967,3.8599986 3.8599988,0.49999967 7.9999992,0.49999967 C 12.139999,0.49999967 15.5,3.8599986 15.5,7.9999989 z"
-     style="opacity:0.8;fill:#c0d4ea;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9048);stroke-width:0.99999934;stroke-miterlimit:4;stroke-opacity:1" />
-  <path
-     id="path8241"
-     d="M 14.500001,7.9999996 C 14.500001,11.588001 11.588002,14.5 8.0000012,14.5 C 4.4119997,14.5 1.4999994,11.588001 1.4999994,7.9999996 C 1.4999994,4.4119983 4.4119997,1.4999994 8.0000012,1.4999994 C 11.588002,1.4999994 14.500001,4.4119983 14.500001,7.9999996 z"
-     style="opacity:0.47999998;fill:url(#linearGradient8270);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999869;stroke-miterlimit:4;stroke-opacity:1" />
-</svg>
--- a/pidgin/pixmaps/status/16/scalable/log-in.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,185 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   id="svg1316"
-   sodipodi:version="0.32"
-   inkscape:version="0.43"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/16/log-in16.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/status/16"
-   sodipodi:docname="log-in16.svg">
-  <defs
-     id="defs1318">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2241">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop2243" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop2245" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2203">
-      <stop
-         style="stop-color:#727e0a;stop-opacity:1;"
-         offset="0"
-         id="stop2205" />
-      <stop
-         style="stop-color:#727e0a;stop-opacity:0;"
-         offset="1"
-         id="stop2207" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2203"
-       id="linearGradient2209"
-       x1="16"
-       y1="24.34691"
-       x2="16"
-       y2="13.322957"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2241"
-       id="linearGradient2247"
-       x1="15.990176"
-       y1="5.2178974"
-       x2="15.990176"
-       y2="12.654988"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.558563,0,0,0.666486,2.075361,-0.497363)" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="37.977794"
-     inkscape:cx="11.965571"
-     inkscape:cy="7.5821656"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#eeeeec"
-     inkscape:window-width="1268"
-     inkscape:window-height="971"
-     inkscape:window-x="6"
-     inkscape:window-y="21" />
-  <metadata
-     id="metadata1321">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.5;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path3140"
-       sodipodi:cx="10.748654"
-       sodipodi:cy="10.457643"
-       sodipodi:rx="6.6449099"
-       sodipodi:ry="2.3675451"
-       d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1  4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1  17.393564 10.457643 z"
-       transform="matrix(1.104346,0,0,0.885579,-2.930623,4.539349)" />
-    <rect
-       style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999857;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1324"
-       width="7.0111022"
-       height="12.002368"
-       x="7.4932785"
-       y="1.4989802"
-       ry="0" />
-    <rect
-       style="opacity:0.2;fill:url(#linearGradient2247);fill-opacity:1;stroke:#ffffff;stroke-width:0.99999809;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2211"
-       width="5.0161037"
-       height="9.9974489"
-       x="8.4988499"
-       y="2.5016885"
-       ry="0" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#fecb81;fill-opacity:1;stroke:none;stroke-width:2.03035927;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2215"
-       sodipodi:cx="17.607706"
-       sodipodi:cy="10.679387"
-       sodipodi:rx="0.80383009"
-       sodipodi:ry="0.80383009"
-       d="M 18.411536 10.679387 A 0.80383009 0.80383009 0 1 1  16.803876,10.679387 A 0.80383009 0.80383009 0 1 1  18.411536 10.679387 z"
-       transform="matrix(0.622021,0,0,0.62202,1.547634,0.857205)" />
-    <path
-       style="fill:#73d216;fill-opacity:1;stroke:#4e9a06;stroke-width:0.99999928;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 5.5002154,3.3156814 L 5.5055028,5.5049187 L 9.5000004,5.5136467 L 9.4971614,9.508076 L 5.5051126,9.508076 L 5.4998251,11.77036 L 0.7780459,7.4765094 L 5.5002154,3.3156814 z "
-       id="rect2249"
-       sodipodi:nodetypes="cccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.98435259"
-       inkscape:original="M 5.5 3.3125 L 0.78125 7.46875 L 5.5 11.78125 L 5.5 9.5 L 9.5 9.5 L 9.5 5.5 L 5.5 5.5 L 5.5 3.3125 z "
-       xlink:href="#rect2249"
-       style="opacity:0.33300003;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       id="path2256"
-       inkscape:href="#rect2249"
-       d="M 4.53125,6.5 L 2.25,8.5 L 4.53125,10.5625 L 4.53125,10.5 C 4.5396614,9.9684973 4.9684973,9.5396614 5.5,9.53125 L 8.53125,9.53125 L 8.53125,7.46875 L 5.5,7.46875 C 4.9684973,7.4603386 4.5396614,7.0315027 4.53125,6.5 z " />
-    <image
-       xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png"
-       sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png"
-       width="129"
-       height="160"
-       id="image2499"
-       x="-130"
-       y="-68" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/16/scalable/log-out.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,185 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   id="svg1316"
-   sodipodi:version="0.32"
-   inkscape:version="0.43"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/16/log-out16.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/status/16"
-   sodipodi:docname="log-out16.svg">
-  <defs
-     id="defs1318">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2241">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop2243" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop2245" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2203">
-      <stop
-         style="stop-color:#727e0a;stop-opacity:1;"
-         offset="0"
-         id="stop2205" />
-      <stop
-         style="stop-color:#727e0a;stop-opacity:0;"
-         offset="1"
-         id="stop2207" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2203"
-       id="linearGradient2209"
-       x1="16"
-       y1="24.34691"
-       x2="16"
-       y2="13.322957"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2241"
-       id="linearGradient2247"
-       x1="15.990176"
-       y1="5.2178974"
-       x2="15.990176"
-       y2="12.654988"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.558563,0,0,0.666486,2.075361,-0.497363)" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="37.977794"
-     inkscape:cx="11.965571"
-     inkscape:cy="7.5821656"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#ef2929"
-     inkscape:window-width="1268"
-     inkscape:window-height="971"
-     inkscape:window-x="6"
-     inkscape:window-y="21" />
-  <metadata
-     id="metadata1321">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.5;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path3140"
-       sodipodi:cx="10.748654"
-       sodipodi:cy="10.457643"
-       sodipodi:rx="6.6449099"
-       sodipodi:ry="2.3675451"
-       d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1  4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1  17.393564 10.457643 z"
-       transform="matrix(1.104346,0,0,0.885579,-2.930623,4.539349)" />
-    <rect
-       style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999857;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1324"
-       width="7.0111022"
-       height="12.002368"
-       x="7.4932785"
-       y="1.4989802"
-       ry="0" />
-    <rect
-       style="opacity:0.2;fill:url(#linearGradient2247);fill-opacity:1;stroke:#ffffff;stroke-width:0.99999809;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2211"
-       width="5.0161037"
-       height="9.9974489"
-       x="8.4988499"
-       y="2.5016885"
-       ry="0" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#fecb81;fill-opacity:1;stroke:none;stroke-width:2.03035927;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2215"
-       sodipodi:cx="17.607706"
-       sodipodi:cy="10.679387"
-       sodipodi:rx="0.80383009"
-       sodipodi:ry="0.80383009"
-       d="M 18.411536 10.679387 A 0.80383009 0.80383009 0 1 1  16.803876,10.679387 A 0.80383009 0.80383009 0 1 1  18.411536 10.679387 z"
-       transform="matrix(0.622021,0,0,0.62202,1.547634,0.857205)" />
-    <path
-       style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:0.99999928;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 5.4997846,3.3206002 L 5.4944972,5.5098375 L 1.4999996,5.5185655 L 1.5028386,9.512995 L 5.4948874,9.512995 L 5.5001749,11.775279 L 10.221954,7.4814282 L 5.4997846,3.3206002 z "
-       id="rect2249"
-       sodipodi:nodetypes="cccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.98435259"
-       inkscape:original="M 5.5 3.3125 L 5.5 5.5 L 1.5 5.53125 L 1.5 9.5 L 5.5 9.5 L 5.5 11.78125 L 10.21875 7.46875 L 5.5 3.3125 z "
-       xlink:href="#rect2249"
-       style="opacity:0.33300003;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       id="path2256"
-       inkscape:href="#rect2249"
-       d="M 6.4375,6.46875 C 6.4290886,7.0002527 6.0002527,7.4290886 5.46875,7.4375 L 2.4375,7.46875 L 2.4375,9.5 L 5.46875,9.5 C 6.0002527,9.5084114 6.4290886,9.9372473 6.4375,10.46875 L 6.4375,10.53125 L 8.71875,8.46875 L 6.4375,6.46875 z " />
-    <image
-       xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png"
-       sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png"
-       width="129"
-       height="160"
-       id="image2499"
-       x="-130"
-       y="-68" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/16/scalable/message-pending.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,153 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/emblems"
-   sodipodi:docname="message-pending.svg"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/emblems/message-pending.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2422">
-      <stop
-         style="stop-color:#dfe2dc;stop-opacity:1;"
-         offset="0"
-         id="stop2424" />
-      <stop
-         style="stop-color:#dfe2dc;stop-opacity:0;"
-         offset="1"
-         id="stop2426" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient4146"
-       inkscape:collect="always">
-      <stop
-         id="stop4148"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop4150"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4146"
-       id="radialGradient1537"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.257382,-2.683712e-16,1.506476e-16,0.665505,-3.088585,4.013937)"
-       cx="12"
-       cy="12"
-       fx="12"
-       fy="12"
-       r="8.96875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2422"
-       id="linearGradient2432"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.92783,0,0,1.001064,-0.823593,-7.013831)"
-       x1="9.5028229"
-       y1="12.832533"
-       x2="10.30435"
-       y2="12.031006" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="29.556977"
-     inkscape:cx="14.103447"
-     inkscape:cy="8.3465311"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     fill="#d3d7cf"
-     inkscape:window-width="1268"
-     inkscape:window-height="900"
-     inkscape:window-x="43"
-     inkscape:window-y="63" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <rect
-       style="fill:#dfe2dc;fill-opacity:1;stroke:#888a85;stroke-width:1.00000072;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect3198"
-       width="13.000139"
-       height="10.992994"
-       x="1.4998647"
-       y="2.5055699"
-       rx="1.3258357"
-       ry="1.3258338" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0251163"
-       inkscape:original="M 2.8125 2.5 C 2.077987 2.5 1.5 3.1092381 1.5 3.84375 L 1.5 12.1875 C 1.5 12.922012 2.0779871 13.5 2.8125 13.5 L 13.1875 13.5 C 13.922013 13.5 14.5 12.922012 14.5 12.1875 L 14.5 3.84375 C 14.5 3.1092381 13.922013 2.5 13.1875 2.5 L 2.8125 2.5 z "
-       xlink:href="#rect3198"
-       style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#radialGradient1537);stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path4119"
-       inkscape:href="#rect3198"
-       d="M 2.8125,5.625 C 2.6448378,5.625 2.53125,5.7407625 2.53125,5.9375 L 2.53125,14.15625 C 2.53125,14.352987 2.6157624,14.4375 2.8125,14.4375 L 13.1875,14.4375 C 13.384238,14.4375 13.46875,14.352988 13.46875,14.15625 L 13.46875,5.9375 C 13.46875,5.7407629 13.355162,5.625 13.1875,5.625 L 2.8125,5.625 z "
-       transform="translate(-2.49527e-7,3.000449)" />
-    <path
-       style="fill:#dfe2dc;fill-opacity:1;stroke:#888a85;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 13.592215,13.500304 L 2.4076597,13.500304 C 1.9049198,13.500304 1.5001876,12.987314 1.5001876,12.350102 L 7.9870143,6.4978147 L 14.499686,12.350102 C 14.499686,12.987314 14.094954,13.500304 13.592215,13.500304 z "
-       id="path4113"
-       sodipodi:nodetypes="cccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0369591"
-       inkscape:original="M 8 6.5 L 1.5 12.34375 C 1.5 12.980962 1.90351 13.5 2.40625 13.5 L 13.59375 13.5 C 14.096489 13.5 14.5 12.980962 14.5 12.34375 L 8 6.5 z "
-       xlink:href="#path4113"
-       style="opacity:0.4;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.9999997;stroke-miterlimit:4;stroke-opacity:1"
-       id="path2434"
-       inkscape:href="#path4113"
-       d="M 7.96875,9.875 L 2.90625,14.4375 L 13.09375,14.4375 L 7.96875,9.875 z " />
-    <path
-       style="fill:url(#linearGradient2432);fill-opacity:1;stroke:#888a85;stroke-width:1.00000095;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 13.583704,2.5043194 L 2.4031327,2.5043194 C 1.9005721,2.5043194 1.4959838,3.0164966 1.4959838,3.6526958 L 7.9805003,9.4956802 L 14.490853,3.6526958 C 14.490853,3.0164966 14.086265,2.5043194 13.583704,2.5043194 z "
-       id="path4122"
-       sodipodi:nodetypes="cccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0758224"
-       inkscape:original="M 2.40625 2.5 C 1.9036894 2.5 1.5 3.0200508 1.5 3.65625 L 7.96875 9.5 L 14.5 3.65625 C 14.5 3.0200507 14.096311 2.5 13.59375 2.5 L 2.40625 2.5 z "
-       xlink:href="#path4122"
-       style="opacity:0.4;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.0000006;stroke-miterlimit:4;stroke-opacity:1"
-       id="path2430"
-       inkscape:href="#path4122"
-       d="M 3.03125,5.625 L 7.96875,10.0625 L 12.96875,5.625 L 3.03125,5.625 z " />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/16/scalable/offline.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46+devel"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/offline.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/2.1.1/status/16/scalable"
-   sodipodi:docname="offline.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   sodipodi:modified="true">
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3303">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3305" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3307" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3295">
-      <stop
-         style="stop-color:#babdb6;stop-opacity:1"
-         offset="0"
-         id="stop3297" />
-      <stop
-         style="stop-color:#888a85;stop-opacity:1"
-         offset="1"
-         id="stop3299" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3275">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3277" />
-      <stop
-         style="stop-color:#61635f;stop-opacity:1"
-         offset="1"
-         id="stop3279" />
-    </linearGradient>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 8 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="16 : 8 : 1"
-       inkscape:persp3d-origin="8 : 5.3333333 : 1"
-       id="perspective34" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2186">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2188" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2190" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2186"
-       id="linearGradient2194"
-       x1="11.226587"
-       y1="-5.4832759"
-       x2="11.226587"
-       y2="17.697369"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.684526,0,0,0.687171,-0.20455,-0.253325)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2239">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2241" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2243" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2239"
-       id="linearGradient2245"
-       x1="15.602553"
-       y1="1.5657365"
-       x2="15.522223"
-       y2="33.483475"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.482882,0,0,0.482874,0.269812,0.26982)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient2269"
-       gradientUnits="userSpaceOnUse"
-       x1="17.890068"
-       y1="8.0617304"
-       x2="17.890068"
-       y2="40.032413" />
-    <linearGradient
-       id="linearGradient2851">
-      <stop
-         style="stop-color:#73d216;stop-opacity:1;"
-         offset="0"
-         id="stop2853" />
-      <stop
-         style="stop-color:#5ca911;stop-opacity:1;"
-         offset="1"
-         id="stop2855" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3149">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop3151" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop3153" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3816">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3818" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3820" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient3822"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.914124,-3.896132e-15,-2.475021e-18,1.631747,2.671799,-12.00863)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient2857"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3275"
-       id="linearGradient3281"
-       x1="14.345539"
-       y1="14.69435"
-       x2="6.8097677"
-       y2="4.3450422"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3295"
-       id="linearGradient3301"
-       x1="4.8374491"
-       y1="3.565635"
-       x2="12.060304"
-       y2="13.821809"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3303"
-       id="linearGradient3309"
-       x1="6.8490844"
-       y1="8.6799088"
-       x2="-3.3852992"
-       y2="-4.1349444"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="8"
-     inkscape:cx="1.3444167"
-     inkscape:cy="3.0859953"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     fill="#eeeeec"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="22"
-     inkscape:snap-nodes="false"
-     inkscape:snap-bbox="true"
-     objecttolerance="11"
-     gridtolerance="10">
-    <inkscape:grid
-       type="xygrid"
-       empspacing="5"
-       visible="true"
-       enabled="true"
-       id="grid2503" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       style="fill:url(#linearGradient3301);fill-opacity:1;stroke:url(#linearGradient3281);stroke-width:0.99999826999999997;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 13.307074,13.307079 C 10.376958,16.237198 5.6213214,16.237693 2.6918157,13.308187 C -0.23769028,10.378679 -0.23719421,5.623042 2.692923,2.6929237 C 5.62304,-0.23719442 10.378675,-0.23769056 13.308181,2.6918165 C 16.237687,5.6213234 16.237192,10.376962 13.307074,13.307079 z "
-       id="path2187" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0137641"
-       inkscape:original="M 8 0.5 C 6.0786384 0.50020041 4.1525585 1.2224409 2.6875 2.6875 C -0.24261721 5.6176183 -0.24200589 10.382992 2.6875 13.3125 C 5.6170057 16.242006 10.382384 16.242619 13.3125 13.3125 C 16.242618 10.382383 16.242006 5.6170068 13.3125 2.6875 C 11.847747 1.2227465 9.9213616 0.49979959 8 0.5 z "
-       xlink:href="#path2187"
-       style="opacity:0.40000000000000002;fill:none;fill-opacity:1;stroke:url(#linearGradient3309);stroke-width:0.99995583000000021;stroke-miterlimit:4;stroke-opacity:1"
-       id="path2215"
-       inkscape:href="#path2187"
-       d="M 8,1.5 C 6.3326173,1.5001739 4.674966,2.1375335 3.40625,3.40625 c -2.5414588,2.5414597 -2.5408663,6.646632 0,9.1875 2.5408654,2.540866 6.646043,2.541459 9.1875,0 2.541459,-2.541458 2.540866,-6.6466333 0,-9.1875 C 11.325315,2.1378146 9.6669929,1.4998261 8,1.5 z"
-       transform="matrix(-1.000056,0,0,-1.000028,16.000461,16.000041)" />
-    <path
-       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#555753;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-       d="M 11.85704,4.0822721 C 11.226174,3.4531102 10.534706,3.2129687 9.903839,3.8421305 L 8.0059223,5.7349162 6.1080057,3.8421305 C 5.4771385,3.2129688 4.7446581,3.5335449 4.1137906,4.1627068 3.4829234,4.7918685 3.1996385,5.4843118 3.8305058,6.1134733 L 5.7284224,8.006259 3.8305058,9.8990447 C 3.1996384,10.528207 3.4803833,11.334907 4.1112504,11.96407 4.7421178,12.59323 5.4771383,12.799549 6.1080057,12.170389 L 8.0059223,10.277602 9.903839,12.170389 C 10.534706,12.799549 11.306931,12.596719 11.937797,11.967558 12.568664,11.338395 12.812206,10.528207 12.181339,9.8990449 L 10.283423,8.0062592 12.181339,6.1134736 C 12.812206,5.4843115 12.487908,4.7114342 11.85704,4.0822721 z"
-       id="rect2920"
-       sodipodi:nodetypes="ccccscccscccscccc" />
-    <rect
-       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none"
-       id="rect3285"
-       width="4"
-       height="4"
-       x="6"
-       y="6" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/16/scalable/person.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,276 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   id="svg7380"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop"
-   sodipodi:docname="person.svg"
-   inkscape:export-filename="/home/hbons/Bureaublad/person.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   version="1.0">
-  <defs
-     id="defs7382">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3327">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3329" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3331" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient8901"
-       inkscape:collect="always">
-      <stop
-         id="stop8903"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop8905"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient8920"
-       inkscape:collect="always">
-      <stop
-         id="stop8922"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop8924"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient8970"
-       inkscape:collect="always">
-      <stop
-         id="stop8972"
-         offset="0"
-         style="stop-color:#b85400;stop-opacity:1" />
-      <stop
-         id="stop8974"
-         offset="1"
-         style="stop-color:#954400;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient8986"
-       inkscape:collect="always">
-      <stop
-         id="stop8988"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop8990"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient9099">
-      <stop
-         style="stop-color:#75507b;stop-opacity:1"
-         offset="0"
-         id="stop9101" />
-      <stop
-         style="stop-color:#5c3566;stop-opacity:0;"
-         offset="1"
-         id="stop9103" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient9105">
-      <stop
-         style="stop-color:#75507b;stop-opacity:1"
-         offset="0"
-         id="stop9107" />
-      <stop
-         style="stop-color:#5c3566;stop-opacity:0;"
-         offset="1"
-         id="stop9109" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8986"
-       id="linearGradient8081"
-       gradientUnits="userSpaceOnUse"
-       x1="5.1100583"
-       y1="5.9662361"
-       x2="5.1100583"
-       y2="14.328883" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8901"
-       id="linearGradient8083"
-       gradientUnits="userSpaceOnUse"
-       x1="1.5392504"
-       y1="5.5203876"
-       x2="8.2186995"
-       y2="19.06147" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8970"
-       id="linearGradient8085"
-       gradientUnits="userSpaceOnUse"
-       x1="29.945496"
-       y1="15.951253"
-       x2="36.016682"
-       y2="26.057554" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8920"
-       id="linearGradient8087"
-       gradientUnits="userSpaceOnUse"
-       x1="16.822878"
-       y1="19.008617"
-       x2="32.99292"
-       y2="19.008623" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3327"
-       id="linearGradient8089"
-       gradientUnits="userSpaceOnUse"
-       x1="32.26284"
-       y1="18.39094"
-       x2="40.463146"
-       y2="28.908117" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9099"
-       id="linearGradient8091"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-1,0,0,1,25,-0.9999993)"
-       x1="13.5"
-       y1="15.016466"
-       x2="13.5"
-       y2="11.480932" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9105"
-       id="linearGradient8093"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-8.9999996,-0.9999993)"
-       x1="13.5"
-       y1="15.016466"
-       x2="13.5"
-       y2="11.480932" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="25.498579"
-     inkscape:cx="14.735825"
-     inkscape:cy="8.9463465"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     width="11px"
-     height="11px"
-     inkscape:snap-nodes="false"
-     inkscape:snap-bbox="true"
-     objecttolerance="7"
-     gridtolerance="7"
-     showguides="true"
-     inkscape:guide-bbox="true">
-    <inkscape:grid
-       type="xygrid"
-       id="grid2497"
-       empspacing="5"
-       visible="true"
-       enabled="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7385">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       style="fill:#ad7fa8;fill-opacity:1;fill-rule:nonzero;stroke:#5c3566;stroke-width:0.99999994;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="M 8,6.4999999 C 11.036,6.4999999 13.5,8.5159999 13.5,11 L 13.5,13.823994 C 13.5,14.846671 12.916808,15.5 11.8572,15.5 L 4.0948691,15.5 C 3.0821992,15.5 2.5038302,14.959379 2.5038302,13.805552 C 2.5038302,13.05104 2.5,11.728685 2.5,11 C 2.5,8.5159999 4.964,6.4999999 8,6.4999999 z"
-       id="path8878"
-       sodipodi:nodetypes="cccccscc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0099438"
-       inkscape:original="M 5.5 7.5 C 2.74 7.5 0.5 9.2920001 0.5 11.5 L 0.5 14 C 0.50000002 14.909046 1.03672 15.5 2 15.5 L 9.0625 15.5 C 9.9831085 15.5 10.5 15.025624 10.5 14 C 10.5 13.329323 10.5 12.14772 10.5 11.5 C 10.5 9.2920001 8.26 7.5 5.5 7.5 z "
-       style="fill:url(#linearGradient8081);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8083);stroke-width:0.87287146;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="path8899"
-       d="M 5.5,8.5 C 3.1771545,8.5 1.5,9.9750539 1.5,11.5 L 1.5,14 C 1.5,14.255759 1.5835553,14.332452 1.625,14.375 C 1.6664447,14.417548 1.7248871,14.5 2,14.5 L 9.0625,14.5 C 9.3493345,14.5 9.3965243,14.447325 9.40625,14.4375 C 9.4159757,14.427675 9.5,14.343149 9.5,14 C 9.5,13.329323 9.5,12.14772 9.5,11.5 C 9.5,9.9750539 7.8228455,8.5 5.5,8.5 z"
-       transform="matrix(1.125,0,0,1.1666668,1.8125,-2.4166682)" />
-    <path
-       d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path9006"
-       style="opacity:0.625;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.88735723px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(0.244935,0.2041124,-0.2449349,0.2041125,5.0352856,-0.730384)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#e2b369;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8085);stroke-width:1.92490506px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.95686484;visibility:visible;display:inline;overflow:visible"
-       id="path8024"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z"
-       transform="matrix(0.519507,0,0,0.5195069,-8.1632636,-4.8751103)" />
-    <path
-       d="M 39.774755,19.008621 A 8.6620579,8.6620579 0 1 1 22.45064,19.008621 A 8.6620579,8.6620579 0 1 1 39.774755,19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path8026"
-       style="opacity:0.73611109;fill:url(#linearGradient8087);fill-opacity:1;stroke:url(#linearGradient8089);stroke-width:2.47466373px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(0.285739,0.2857387,-0.2857388,0.2857389,4.541165,-9.3218323)" />
-    <path
-       style="fill:url(#linearGradient8091);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="M 11.5,11 C 11.777,11 12,11.223 12,11.5 L 12,14 L 12.5,14 C 12.777,14 13,14.223 13,14.5 C 13,14.777 12.777,15 12.5,15 L 11.5,15 C 11.43075,15 11.372359,14.993984 11.3125,14.96875 C 11.132921,14.893047 11,14.70775 11,14.5 L 11,11.5 C 11,11.223 11.223,11 11.5,11 z"
-       id="rect9030" />
-    <path
-       style="fill:url(#linearGradient8093);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       d="M 4.5,11 C 4.223,11 4,11.223 4,11.5 L 4,14 L 3.5,14 C 3.223,14 3,14.223 3,14.5 C 3,14.777 3.223,15 3.5,15 L 4.5,15 C 4.56925,15 4.62764,14.993984 4.6875,14.96875 C 4.867078,14.893047 5,14.70775 5,14.5 L 5,11.5 C 5,11.223 4.777,11 4.5,11 z"
-       id="path9079" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/22/scalable/available.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,146 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/32/available32.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/experiment/22/scalable"
-   sodipodi:docname="available.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs4">
-    <linearGradient
-       id="linearGradient2851">
-      <stop
-         style="stop-color:#73d216;stop-opacity:1;"
-         offset="0"
-         id="stop2853" />
-      <stop
-         style="stop-color:#5ca911;stop-opacity:1;"
-         offset="1"
-         id="stop2855" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3149">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop3151" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop3153" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2812">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop2814" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop2816" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient2184"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient2189"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.789503,0,0,0.789503,-2.624255,-2.373563)"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient2191"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.717731,0,0,0.71773,-1.34025,-1.112314)"
-       x1="15.498499"
-       y1="9.4211226"
-       x2="24.240097"
-       y2="36.603138" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="14.928527"
-     inkscape:cx="26.286595"
-     inkscape:cy="13.181001"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     fill="#eeeeec"
-     inkscape:window-width="1434"
-     inkscape:window-height="844"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     height="24px"
-     width="24px" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path1948"
-       style="color:black;fill:url(#radialGradient2184);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(1.269906,0,0,0.346338,-27.5102,14.41659)" />
-    <path
-       style="fill:url(#linearGradient2189);fill-opacity:1;fill-rule:evenodd;stroke:#306300;stroke-width:0.99999911;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 22.500011,11.499997 C 22.500011,17.571995 17.57201,22.499994 11.500011,22.499994 C 5.428011,22.499994 0.50001162,17.571995 0.50001162,11.499997 C 0.50001162,5.4279975 5.428011,0.4999987 11.500011,0.4999987 C 17.57201,0.4999987 22.500011,5.4279975 22.500011,11.499997 z "
-       id="path4331" />
-    <path
-       style="opacity:0.6;fill:url(#linearGradient2191);fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:0.99999809;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 21.500009,11.499995 C 21.500009,17.019992 17.020007,21.499992 11.500005,21.499992 C 5.9800027,21.499992 1.4999988,17.019992 1.4999988,11.499995 C 1.4999988,5.9799971 5.9800027,1.4999992 11.500005,1.4999992 C 17.020007,1.4999992 21.500009,5.9799971 21.500009,11.499995 z "
-       id="path4333" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/22/scalable/away.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,291 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg1331"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/away.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/experiment/status/22/scalable"
-   sodipodi:docname="away.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1333">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2811">
-      <stop
-         style="stop-color:white;stop-opacity:1;"
-         offset="0"
-         id="stop2813" />
-      <stop
-         style="stop-color:white;stop-opacity:0;"
-         offset="1"
-         id="stop2815" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2804"
-       inkscape:collect="always">
-      <stop
-         id="stop2806"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop2808"
-         offset="1"
-         style="stop-color:white;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2812"
-       inkscape:collect="always">
-      <stop
-         id="stop2814"
-         offset="0"
-         style="stop-color:#2e3436;stop-opacity:1;" />
-      <stop
-         id="stop2816"
-         offset="1"
-         style="stop-color:#2e3436;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient1983"
-       gradientUnits="userSpaceOnUse"
-       x1="4.5264969"
-       y1="2.7991772"
-       x2="10.623409"
-       y2="11.024895" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient1985"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2811"
-       id="radialGradient2817"
-       cx="5.2511673"
-       cy="7.3335675"
-       fx="5.2511673"
-       fy="7.3335675"
-       r="0.82651663"
-       gradientTransform="matrix(1,0,0,1.337946,0,-2.478349)"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="13.928809"
-     inkscape:cx="38.913091"
-     inkscape:cy="9.6136547"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#729fcf"
-     inkscape:window-width="1434"
-     inkscape:window-height="844"
-     inkscape:window-x="0"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata1336">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path1948"
-       style="color:black;fill:url(#radialGradient1985);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(1.269906,0,0,0.346338,-27.5102,14.41659)" />
-    <path
-       sodipodi:type="arc"
-       style="color:black;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#173867;stroke-width:1.3043046px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1951"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.766665,0,0,0.766715,-0.450429,-1.204777)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2788"
-       sodipodi:cx="-3.8088531"
-       sodipodi:cy="3.303823"
-       sodipodi:rx="3.1932809"
-       sodipodi:ry="3.3471739"
-       d="M -0.61557221 3.303823 A 3.1932809 3.3471739 0 1 1  -7.0021341,3.303823 A 3.1932809 3.3471739 0 1 1  -0.61557221 3.303823 z"
-       transform="matrix(3.246937,0,0,3.097864,23.99872,1.396119)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.40340911;color:black;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#173867;stroke-width:1.59390604px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1954"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.627389,0,0,0.627389,1.718859,1.102807)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#dcdcd8;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2796"
-       sodipodi:cx="6.0403023"
-       sodipodi:cy="7.5551186"
-       sodipodi:rx="1.615877"
-       sodipodi:ry="1.3273276"
-       d="M 7.6561793 7.5551186 A 1.615877 1.3273276 0 1 1  4.4244252,7.5551186 A 1.615877 1.3273276 0 1 1  7.6561793 7.5551186 z"
-       transform="matrix(5.2603,0,0,6.403843,-20.2738,-36.88179)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.76704544;fill:none;fill-opacity:1;stroke:url(#linearGradient1983);stroke-width:0.52440464;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2802"
-       sodipodi:cx="7.5"
-       sodipodi:cy="7"
-       sodipodi:rx="5.5"
-       sodipodi:ry="5"
-       d="M 13 7 A 5.5 5 0 1 1  2,7 A 5.5 5 0 1 1  13 7 z"
-       transform="matrix(1.818182,0,0,2,-2.136362,-2.499999)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:url(#radialGradient2817);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2852"
-       sodipodi:cx="6.0403023"
-       sodipodi:cy="7.5551186"
-       sodipodi:rx="1.615877"
-       sodipodi:ry="1.3273276"
-       d="M 4.835244,8.4394021 A 1.615877,1.3273276 0 0 1 6.0776839,6.2281462 L 6.0403023,7.5551186 z"
-       transform="matrix(3.941577,0,0,4.521472,-12.44011,-23.15852)"
-       sodipodi:start="2.4124729"
-       sodipodi:end="4.735525" />
-    <rect
-       style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1926"
-       width="1"
-       height="1"
-       x="10"
-       y="-13"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1928"
-       width="1"
-       height="1"
-       x="12"
-       y="-13"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2838"
-       width="3"
-       height="3"
-       x="10"
-       y="-13"
-       rx="1.5"
-       ry="1.5"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1987"
-       width="1"
-       height="1"
-       x="11"
-       y="-12"
-       rx="0.5"
-       ry="0.5"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1991"
-       width="1"
-       height="1"
-       x="9"
-       y="-14"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1993"
-       width="1"
-       height="1"
-       x="8"
-       y="-15"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1995"
-       width="1"
-       height="1"
-       x="7"
-       y="-16"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1999"
-       width="1"
-       height="1"
-       x="-13.953762"
-       y="-14"
-       transform="matrix(0,-1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2001"
-       width="1"
-       height="1"
-       x="-14.953762"
-       y="-15"
-       transform="matrix(0,-1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2003"
-       width="1"
-       height="1"
-       x="-15.953762"
-       y="-16"
-       transform="matrix(0,-1,-1,0,0,0)" />
-    <rect
-       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1932"
-       width="1"
-       height="1.0102224"
-       x="11"
-       y="10.989778" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/22/scalable/busy.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,167 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg1331"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/22/busy22.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/status/22/scalable"
-   sodipodi:docname="busy.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1333">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3816">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3818" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3820" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient3822"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2186">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2188" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2190" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2239">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2241" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2243" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2239"
-       id="linearGradient2245"
-       x1="15.535398"
-       y1="1.8014067"
-       x2="15.535398"
-       y2="48.674999"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.705322,0,0,0.705327,0.719621,0.710083)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2186"
-       id="linearGradient2194"
-       x1="11.226587"
-       y1="-5.4832759"
-       x2="11.226587"
-       y2="17.697369"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="31.999999"
-     inkscape:cx="19.410047"
-     inkscape:cy="11.209569"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#ef2929"
-     inkscape:window-width="1268"
-     inkscape:window-height="972"
-     inkscape:window-x="6"
-     inkscape:window-y="21" />
-  <metadata
-     id="metadata1336">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path4318"
-       style="opacity:0.7;color:#000000;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(1.385352,0,0,0.634953,-31.10204,6.430418)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.36561811px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1311"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.732268,0,0,0.732268,0.582335,-0.13671)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:#000000;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1.36561811px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1339"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.732268,0,0,0.732268,0.582335,-0.13671)" />
-    <path
-       style="opacity:0.6;color:#000000;fill:url(#linearGradient2194);fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient2245);stroke-width:0.99999976px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       d="M 21.51933,11.9953 C 21.51933,17.24738 17.256803,21.509937 12.004759,21.509937 C 6.7527164,21.509937 2.4901888,17.24738 2.4901888,11.9953 C 2.4901888,6.7432209 6.7527164,2.4806637 12.004759,2.4806637 C 17.256803,2.4806637 21.51933,6.7432209 21.51933,11.9953 z "
-       id="path2220" />
-    <path
-       transform="matrix(0.592417,0,0,0.592416,2.763254,2.183203)"
-       style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:1.68800032px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
-       d="M 29.935402,16.332307 C 29.935402,21.547769 26.886194,20.820029 15.205289,20.820029 C 3.5771331,20.820029 1.2450523,21.694876 1.2450523,16.57217 C 1.2450523,11.791511 3.5943507,12.340854 15.326477,12.340854 C 27.111471,12.340854 29.935402,11.169592 29.935402,16.332307 z "
-       id="path1341"
-       sodipodi:nodetypes="czczz" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/22/scalable/chat.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,299 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg13306"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/32/irc32.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/status/22/scalable"
-   sodipodi:docname="chat.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs13308">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2280">
-      <stop
-         style="stop-color:#d3d7cf;stop-opacity:1;"
-         offset="0"
-         id="stop2282" />
-      <stop
-         style="stop-color:#d3d7cf;stop-opacity:0;"
-         offset="1"
-         id="stop2284" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2280"
-       id="radialGradient2286"
-       cx="10.288303"
-       cy="6.7567434"
-       fx="10.288303"
-       fy="6.7567434"
-       r="9.5"
-       gradientTransform="matrix(2.369002,1.711096e-16,-1.716974e-16,2.389565,-14.87449,-9.225873)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient2259"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2280"
-       id="radialGradient2311"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-2.369597,1.712163e-16,1.717406e-16,2.391056,38.88682,-13.24031)"
-       cx="10.288303"
-       cy="6.7567434"
-       fx="10.288303"
-       fy="6.7567434"
-       r="9.5" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="11.371534"
-     inkscape:cx="20.85698"
-     inkscape:cy="14.844022"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#ff0033"
-     inkscape:window-width="1268"
-     inkscape:window-height="971"
-     inkscape:window-x="6"
-     inkscape:window-y="21" />
-  <metadata
-     id="metadata13311">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <rect
-       style="fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="rect2266"
-       width="5.9860415"
-       height="1.0008848"
-       x="6.054316"
-       y="7.5486698" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.5;fill:url(#radialGradient2259);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2257"
-       sodipodi:cx="10.748654"
-       sodipodi:cy="10.457643"
-       sodipodi:rx="6.6449099"
-       sodipodi:ry="2.3675451"
-       d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1  4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1  17.393564 10.457643 z"
-       transform="matrix(1.48539,0,0,1.13303,-1.306933,4.968885)" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0020103"
-       inkscape:original="M 10.03125 5.5 C 5.2809556 5.6861502 1.5 8.7231084 1.5 12.4375 C 1.5 14.570281 2.4139213 16.850503 4.375 18.125 C 4.790921 19.906271 3.5825788 21.282326 3.375 21.5 C 3.7506605 21.398222 6.7302843 20.58004 7.84375 19.375 C 8.9660824 19.328744 9.5914383 19.40625 10.5 19.40625 C 15.465015 19.40625 19.500001 16.271711 19.5 12.4375 C 19.499999 8.6032883 15.465015 5.5 10.5 5.5 C 10.344844 5.4999998 10.184486 5.4939951 10.03125 5.5 z "
-       xlink:href="#path13316"
-       style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2268"
-       inkscape:href="#path13316"
-       d="M 10.0625,6.5 C 7.8900031,6.5851338 5.9762716,7.3427975 4.625,8.4375 C 3.2737284,9.5322025 2.5,10.920293 2.5,12.4375 C 2.5,14.284032 3.2837785,16.226812 4.90625,17.28125 C 5.1287835,17.423752 5.2860248,17.648382 5.34375,17.90625 C 5.4955807,18.556498 5.4707531,19.125743 5.375,19.65625 C 6.0781419,19.333618 6.8270886,18.976092 7.09375,18.6875 C 7.2809756,18.490079 7.540428,18.377274 7.8125,18.375 C 8.9961476,18.326217 9.6484235,18.40625 10.5,18.40625 C 12.771643,18.40625 14.815021,17.674738 16.25,16.5625 C 17.684979,15.450262 18.5,14.003112 18.5,12.4375 C 18.5,10.871887 17.684227,9.4172787 16.25,8.3125 C 14.815773,7.2077213 12.773745,6.5 10.5,6.5 C 10.318992,6.4999998 10.162289,6.4960896 10.0625,6.5 z "
-       transform="matrix(-0.997673,0,0,1.000884,24.00493,-3.47033)" />
-    <rect
-       style="fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="rect2270"
-       width="5.9860415"
-       height="1.0008848"
-       x="-18.018883"
-       y="7.5393991"
-       transform="scale(-1,1)" />
-    <rect
-       style="fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="rect2272"
-       width="8.9790611"
-       height="1.0008843"
-       x="-18.018883"
-       y="9.5411692"
-       transform="scale(-1,1)" />
-    <path
-       style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 17.462848,2.0345351 C 20.28167,2.2326326 22.508414,4.8428606 22.508414,8.0398417 L 22.508414,10.041609 C 22.508414,12.276899 21.432831,14.230867 19.817446,15.264975 L 19.817446,18.11124 L 16.930261,16.046916 L 11.74454,16.046916 C 8.7629471,16.046916 6.3626031,13.36855 6.3626031,10.041609 L 6.3626031,8.0398417 C 6.3626031,4.7129016 8.7629471,2.0345351 11.74454,2.0345351 L 17.126478,2.0345351 C 17.242945,2.0345351 17.348262,2.0264824 17.462848,2.0345351 z "
-       id="path2274" />
-    <path
-       style="fill:url(#radialGradient2311);fill-opacity:1;stroke:#555753;stroke-width:0.99999911;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 17.191187,1.5081301 C 20.156942,1.7179684 22.499759,4.4829039 22.499759,7.8693698 L 22.499759,9.9897819 C 22.499759,12.357556 22.260496,14.385421 20.560908,15.480822 L 20.560908,18.495784 L 16.630838,16.351022 L 11.174805,16.351022 C 8.0377925,16.351022 5.5123276,13.513909 5.5123276,9.9897819 L 5.5123276,7.8693698 C 5.5123276,4.3452417 8.0377925,1.5081301 11.174805,1.5081301 L 16.837282,1.5081301 C 16.959821,1.5081301 17.070627,1.4995998 17.191187,1.5081301 z "
-       id="path2276"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       style="fill:none;fill-opacity:1;stroke:#eeeeec;stroke-width:0.99999958;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 17.135857,2.4916226 C 19.561138,2.6615394 21.50422,4.8998576 21.50422,7.7452031 L 21.50422,9.8466356 C 21.50422,11.837212 21.538584,13.553581 20.144119,14.443518 C 19.853317,14.634376 19.473329,15.130753 19.472969,15.491409 L 19.472969,16.50929 L 17.198264,15.297225 C 17.034405,15.173056 16.838501,15.104339 16.636617,15.100218 L 11.176166,15.100218 C 8.6004294,15.100218 6.4957772,12.805706 6.4957772,9.8466356 L 6.4957772,7.7452031 C 6.4957772,4.7861327 8.6004294,2.4916226 11.176166,2.4916226 L 16.823833,2.4916226 C 16.989883,2.4916226 17.106652,2.4895765 17.135857,2.4916226 z "
-       id="path2280"
-       sodipodi:nodetypes="cccccccccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0020103"
-       inkscape:original="M 10.03125 5.5 C 5.2809556 5.6861502 1.5 8.7231084 1.5 12.4375 C 1.5 14.570281 2.4139213 16.850503 4.375 18.125 C 4.790921 19.906271 3.5825788 21.282326 3.375 21.5 C 3.7506605 21.398222 6.7302843 20.58004 7.84375 19.375 C 8.9660824 19.328744 9.5914383 19.40625 10.5 19.40625 C 15.465015 19.40625 19.500001 16.271711 19.5 12.4375 C 19.499999 8.6032883 15.465015 5.5 10.5 5.5 C 10.344844 5.4999998 10.184486 5.4939951 10.03125 5.5 z "
-       xlink:href="#path13316"
-       style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2288"
-       inkscape:href="#path13316"
-       d="M 10.0625,6.5 C 7.8900031,6.5851338 5.9762716,7.3427975 4.625,8.4375 C 3.2737284,9.5322025 2.5,10.920293 2.5,12.4375 C 2.5,14.284032 3.2837785,16.226812 4.90625,17.28125 C 5.1287835,17.423752 5.2860248,17.648382 5.34375,17.90625 C 5.4955807,18.556498 5.4707531,19.125743 5.375,19.65625 C 6.0781419,19.333618 6.8270886,18.976092 7.09375,18.6875 C 7.2809756,18.490079 7.540428,18.377274 7.8125,18.375 C 8.9961476,18.326217 9.6484235,18.40625 10.5,18.40625 C 12.771643,18.40625 14.815021,17.674738 16.25,16.5625 C 17.684979,15.450262 18.5,14.003112 18.5,12.4375 C 18.5,10.871887 17.684227,9.4172787 16.25,8.3125 C 14.815773,7.2077213 12.773745,6.5 10.5,6.5 C 10.318992,6.4999998 10.162289,6.4960896 10.0625,6.5 z "
-       transform="matrix(-1.000884,0,0,1.000884,24.01062,-3.667893)" />
-    <rect
-       style="fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="rect2300"
-       width="6.0053062"
-       height="1.0008848"
-       x="-18.005306"
-       y="11.345372"
-       transform="scale(-1,1)" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0020103"
-       inkscape:original="M 10.03125 5.5 C 5.2809556 5.6861502 1.5 8.7231084 1.5 12.4375 C 1.5 14.570281 2.4139213 16.850503 4.375 18.125 C 4.790921 19.906271 3.5825788 21.282326 3.375 21.5 C 3.7506605 21.398222 6.7302843 20.58004 7.84375 19.375 C 8.9660824 19.328744 9.5914383 19.40625 10.5 19.40625 C 15.465015 19.40625 19.500001 16.271711 19.5 12.4375 C 19.499999 8.6032883 15.465015 5.5 10.5 5.5 C 10.344844 5.4999998 10.184486 5.4939951 10.03125 5.5 z "
-       xlink:href="#path13316"
-       style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path13434"
-       inkscape:href="#path13316"
-       d="M 10.0625,6.5 C 7.8900031,6.5851338 5.9762716,7.3427975 4.625,8.4375 C 3.2737284,9.5322025 2.5,10.920293 2.5,12.4375 C 2.5,14.284032 3.2837785,16.226812 4.90625,17.28125 C 5.1287835,17.423752 5.2860248,17.648382 5.34375,17.90625 C 5.4955807,18.556498 5.4707531,19.125743 5.375,19.65625 C 6.0781419,19.333618 6.8270886,18.976092 7.09375,18.6875 C 7.2809756,18.490079 7.540428,18.377274 7.8125,18.375 C 8.9961476,18.326217 9.6484235,18.40625 10.5,18.40625 C 12.771643,18.40625 14.815021,17.674738 16.25,16.5625 C 17.684979,15.450262 18.5,14.003112 18.5,12.4375 C 18.5,10.871887 17.684227,9.4172787 16.25,8.3125 C 14.815773,7.2077213 12.773745,6.5 10.5,6.5 C 10.318992,6.4999998 10.162289,6.4960896 10.0625,6.5 z "
-       transform="matrix(-1.318248,0,0,1.318248,41.87276,-10.91182)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.5;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path3140"
-       sodipodi:cx="10.748654"
-       sodipodi:cy="10.457643"
-       sodipodi:rx="6.6449099"
-       sodipodi:ry="2.3675451"
-       d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1  4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1  17.393564 10.457643 z"
-       transform="matrix(1.48539,0,0,1.13303,-5.862459,8.056126)" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0020103"
-       inkscape:original="M 10.03125 5.5 C 5.2809556 5.6861502 1.5 8.7231084 1.5 12.4375 C 1.5 14.570281 2.4139213 16.850503 4.375 18.125 C 4.790921 19.906271 3.5825788 21.282326 3.375 21.5 C 3.7506605 21.398222 6.7302843 20.58004 7.84375 19.375 C 8.9660824 19.328744 9.5914383 19.40625 10.5 19.40625 C 15.465015 19.40625 19.500001 16.271711 19.5 12.4375 C 19.499999 8.6032883 15.465015 5.5 10.5 5.5 C 10.344844 5.4999998 10.184486 5.4939951 10.03125 5.5 z "
-       xlink:href="#path13316"
-       style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path13323"
-       inkscape:href="#path13316"
-       d="M 10.0625,6.5 C 7.8900031,6.5851338 5.9762716,7.3427975 4.625,8.4375 C 3.2737284,9.5322025 2.5,10.920293 2.5,12.4375 C 2.5,14.284032 3.2837785,16.226812 4.90625,17.28125 C 5.1287835,17.423752 5.2860248,17.648382 5.34375,17.90625 C 5.4955807,18.556498 5.4707531,19.125743 5.375,19.65625 C 6.0781419,19.333618 6.8270886,18.976092 7.09375,18.6875 C 7.2809756,18.490079 7.540428,18.377274 7.8125,18.375 C 8.9961476,18.326217 9.6484235,18.40625 10.5,18.40625 C 12.771643,18.40625 14.815021,17.674738 16.25,16.5625 C 17.684979,15.450262 18.5,14.003112 18.5,12.4375 C 18.5,10.871887 17.684227,9.4172787 16.25,8.3125 C 14.815773,7.2077213 12.773745,6.5 10.5,6.5 C 10.318992,6.4999998 10.162289,6.4960896 10.0625,6.5 z "
-       transform="matrix(1.000884,0,0,1.000884,-3.072507e-3,0.326374)" />
-    <rect
-       style="fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="rect13438"
-       width="6.0053062"
-       height="1.0008848"
-       x="6.002233"
-       y="11.336102" />
-    <rect
-       style="fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="rect13440"
-       width="9.0079584"
-       height="1.0008843"
-       x="6.002233"
-       y="13.337872" />
-    <path
-       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 6.560058,5.8312381 C 3.7321648,6.0293356 1.4982534,8.6395636 1.4982534,11.836545 L 1.4982534,13.838313 C 1.4982534,16.073601 2.5772989,18.02757 4.1978826,19.061679 L 4.1978826,21.907943 L 7.0943597,19.84362 L 12.296769,19.84362 C 15.287958,19.84362 17.696027,17.165252 17.696027,13.838313 L 17.696027,11.836545 C 17.696027,8.5096045 15.287958,5.8312381 12.296769,5.8312381 L 6.8975116,5.8312381 C 6.7806683,5.8312381 6.675013,5.8231853 6.560058,5.8312381 z "
-       id="path2262" />
-    <path
-       style="opacity:1;fill:url(#radialGradient2286);fill-opacity:1;stroke:#555753;stroke-width:0.99999976;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 6.8156547,5.5133605 C 3.8506456,5.7230681 1.5084186,8.4862805 1.5084186,11.870636 L 1.5084186,13.989727 C 1.5084186,16.356026 2.8905386,18.382627 4.5896996,19.477345 L 4.5896996,22.490429 L 7.3758631,20.347004 L 12.830522,20.347004 C 15.966746,20.347004 18.491575,17.511659 18.491575,13.989727 L 18.491575,11.870636 C 18.491575,8.3487041 15.966746,5.5133605 12.830522,5.5133605 L 7.1694706,5.5133605 C 7.0469618,5.5133605 6.9361836,5.5048355 6.8156547,5.5133605 z "
-       id="rect1326"
-       sodipodi:nodetypes="cccccccccccc" />
-    <rect
-       style="opacity:1;fill:#9a9b96;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2207"
-       width="10"
-       height="1"
-       x="5"
-       y="9"
-       rx="0"
-       ry="2" />
-    <path
-       style="fill:none;fill-opacity:1;stroke:#eeeeec;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 6.8635186,6.4916243 C 4.4377546,6.6615411 2.4942864,8.8998594 2.4942864,11.745205 L 2.4942864,13.846637 C 2.4942866,15.837213 3.4714142,17.553583 4.8661553,18.44352 C 5.1570178,18.634378 5.5370806,19.130756 5.5374411,19.491411 L 5.5374411,20.509293 L 6.8011009,19.297227 C 6.9649913,19.173058 7.1609349,19.104341 7.3628594,19.10022 L 12.824398,19.10022 C 15.400648,19.10022 17.505719,16.805708 17.505719,13.846637 L 17.505719,11.745205 C 17.505719,8.7861344 15.400648,6.4916243 12.824398,6.4916243 L 7.1756064,6.4916243 C 7.0095223,6.4916243 6.8927299,6.4895782 6.8635186,6.4916243 z "
-       id="path2248"
-       sodipodi:nodetypes="cccccccccccccc" />
-    <rect
-       style="opacity:1;fill:#9a9b96;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2209"
-       width="7"
-       height="1"
-       x="5"
-       y="11"
-       rx="0"
-       ry="1.9999999" />
-    <rect
-       style="opacity:1;fill:#9a9b96;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1358"
-       width="10"
-       height="1"
-       x="5"
-       y="13"
-       rx="0"
-       ry="2" />
-    <rect
-       style="opacity:1;fill:#9a9b96;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1360"
-       width="7"
-       height="1"
-       x="5"
-       y="15"
-       rx="0"
-       ry="1.9999999" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/22/scalable/extended-away.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,218 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg1307"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/status/22"
-   sodipodi:docname="extended-away.svg"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/22/extended-away22.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.0"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1309">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2442">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2444" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2446" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3816">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3818" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3820" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient3822"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2223">
-      <stop
-         style="stop-color:#ebf3ff;stop-opacity:1;"
-         offset="0"
-         id="stop2225" />
-      <stop
-         style="stop-color:#ebf3ff;stop-opacity:0;"
-         offset="1"
-         id="stop2227" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2215">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2217" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2219" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2215"
-       id="linearGradient2221"
-       x1="8.3892212"
-       y1="10"
-       x2="3.5579317"
-       y2="10"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2223"
-       id="linearGradient2229"
-       x1="12.56203"
-       y1="10"
-       x2="8.2020855"
-       y2="10"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2442"
-       id="linearGradient2448"
-       x1="12.921875"
-       y1="4.6247787"
-       x2="12.921875"
-       y2="25.292774"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="16.972694"
-     inkscape:cx="21.574867"
-     inkscape:cy="13.048292"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#edd400"
-     showguides="true"
-     inkscape:guide-bbox="true"
-     inkscape:window-width="1268"
-     inkscape:window-height="971"
-     inkscape:window-x="6"
-     inkscape:window-y="21" />
-  <metadata
-     id="metadata1312">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path4318"
-       style="opacity:0.6;color:#000000;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(1.385352,0,0,0.346338,-31.10204,14.41659)" />
-    <path
-       style="fill:#edd400;fill-opacity:1;fill-rule:evenodd;stroke:#c17d11;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 3.5354021,2.4509757 C 8.2976823,2.4509757 15.8544,2.4814924 21.387463,2.4814924 C 21.387463,5.8108984 21.267337,15.33223 22.416677,20.628203 C 17.376951,21.963453 3.5563092,21.480663 3.5563092,21.480663 C 3.5563092,15.537423 3.5354021,9.8280087 3.5354021,2.4509757 z "
-       id="rect1315"
-       sodipodi:nodetypes="ccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0393443"
-       inkscape:original="M 3.53125 2.4375 C 3.53125 9.814533 3.5625 15.52551 3.5625 21.46875 C 3.5625 21.46875 17.366524 21.960251 22.40625 20.625 C 21.25691 15.329027 21.375 5.7981561 21.375 2.46875 C 15.841937 2.46875 8.2935302 2.4375 3.53125 2.4375 z "
-       xlink:href="#rect1315"
-       style="opacity:0.7;fill:url(#linearGradient2448);fill-opacity:1.0;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1"
-       id="path2197"
-       inkscape:href="#rect1315"
-       d="M 4.21875,3.65625 C 4.3591263,4.537157 4.6587332,6.2489196 4.8125,9.5 C 4.9772457,12.983206 4.8497616,17.037671 3.78125,20.40625 C 5.5832318,20.450728 13.203339,20.560549 21.21875,19.84375 C 20.032959,14.807668 20.162255,10.896046 20.1875,3.6875 C 11.3223,4.8023606 7.670249,3.8584292 4.21875,3.65625 z " />
-    <path
-       style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 11.499798,6.0001256 L 13,7.0268234 L 11.499798,8.6450863 L 11.499798,6.0001256 z "
-       id="rect2325"
-       sodipodi:nodetypes="cccc" />
-    <path
-       style="fill:#3465a4;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1.00000048;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 11.498816,7.4903683 C 11.498816,9.7042701 9.7076004,11.501061 7.5005649,11.501061 C 5.2935297,11.501061 3.5023127,9.7042701 3.5023127,7.4903683 C 3.5023127,5.2764663 5.2935297,3.4796762 7.5005649,3.4796762 C 9.7076004,3.4796762 11.498816,5.2764663 11.498816,7.4903683 z "
-       id="path2193" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.95346487"
-       inkscape:original="M 7.5 3.46875 C 5.2929648 3.46875 3.5 5.2860979 3.5 7.5 C 3.5 9.7139018 5.2929646 11.5 7.5 11.5 C 9.7070355 11.5 11.5 9.7139017 11.5 7.5 C 11.5 5.286098 9.7070353 3.46875 7.5 3.46875 z "
-       xlink:href="#path2193"
-       style="opacity:0.8;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2229);stroke-width:1.00443506;stroke-miterlimit:4;stroke-opacity:1"
-       id="path2203"
-       inkscape:href="#path2193"
-       d="M 7.5,4.4375 C 5.8163751,4.4375 4.46875,5.800884 4.46875,7.5 C 4.46875,9.1991157 5.8073747,10.53125 7.5,10.53125 C 9.1926254,10.53125 10.53125,9.1991156 10.53125,7.5 C 10.53125,5.8008841 9.183625,4.4375 7.5,4.4375 z "
-       transform="matrix(1,0,0,0.991189,0,9.7192e-2)" />
-    <path
-       style="fill:#3465a4;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 8.5053755,7.5041184 C 8.5053755,9.1576797 7.1589674,10.4997 5.4999997,10.4997 C 3.8410319,10.4997 2.4946233,10.151713 2.4946233,7.5041184 C 2.4946233,4.9271515 3.8410319,4.5085356 5.4999997,4.5085356 C 7.1589674,4.5085356 8.5053755,5.8505566 8.5053755,7.5041184 z "
-       id="path2191"
-       sodipodi:nodetypes="cszsz" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0040261"
-       inkscape:original="M 5.5 4.5 C 3.8410322 4.5 2.5000001 4.9230331 2.5 7.5 C 2.5 10.147595 3.8410324 10.5 5.5 10.5 C 7.1589677 10.5 8.4999996 9.1535613 8.5 7.5 C 8.5 5.8464382 7.1589679 4.5000002 5.5 4.5 z "
-       xlink:href="#path2191"
-       style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2221);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2205"
-       inkscape:href="#path2191"
-       d="M 5.46875,5.5 C 4.7130748,5.5 4.1942447,5.6144004 3.9375,5.8125 C 3.6807553,6.0105996 3.4375,6.3693657 3.4375,7.46875 C 3.4375,8.6078647 3.6909149,8.9386748 3.9375,9.125 C 4.1840851,9.3113252 4.6991068,9.4375 5.46875,9.4375 C 6.61486,9.4375 7.5000001,8.5542197 7.5,7.46875 C 7.5,6.3832798 6.6148604,5.5000001 5.46875,5.5 z " />
-    <path
-       style="fill:#1f2325;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="path2426"
-       d="M 7.0470024,15.413824 C 6.9072231,13.985828 7.008631,13.796619 8.3442977,13.052956 C 9.0148939,12.935076 9.524414,12.969636 9.7985228,13.623732 C 9.9394033,14.375105 9.9616293,15.182355 10.51014,15.774306 C 10.4242,16.265055 12.048025,15.57261 11.83365,15.691826 C 10.755777,16.291244 11.088411,16.329076 11.131175,15.787408 C 10.864796,14.731244 12.292065,13.49309 13.157711,14.396267 C 13.100906,14.504226 13.619018,14.415019 13.514471,14.477885 C 12.358461,15.173013 12.956097,14.57223 12.970219,13.741642 L 13.883119,13.282859 C 13.839102,14.121802 13.472034,15.608151 12.291954,14.925302 C 11.766087,14.417284 11.391884,14.853814 12.51374,14.171493 C 12.609674,14.113146 11.539868,15.158227 12.023876,15.314569 C 12.223926,16.261124 10.309656,16.814511 9.6501495,16.304378 C 9.1041704,15.690168 9.035487,14.890332 8.9135374,14.114959 C 8.6522172,13.529844 8.1280107,13.532657 7.5389634,13.684574 C 8.707984,12.967806 7.6130286,13.527587 7.9794753,14.938706 L 7.0470024,15.413824 z " />
-    <path
-       style="fill:#1f2325;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="path2428"
-       d="M 15.168543,12.616134 C 16.560586,11.696074 15.552304,13.075919 15.83051,14.159512 C 15.76948,14.710758 17.129397,14.174789 16.91402,14.292459 C 15.648965,14.983614 16.442889,14.539051 16.728387,14.054989 C 17.132944,13.055989 17.956669,12.64758 18.836632,13.231764 C 17.969841,13.761801 18.204351,13.531307 18.013401,12.682276 L 18.89371,12.210338 C 19.081332,13.152856 19.147894,13.342395 17.974364,13.784982 C 17.760151,13.639556 17.029901,13.639611 17.250317,13.50377 C 18.578858,12.684999 17.864671,13.062807 17.64402,13.647143 C 17.153474,14.521313 15.764203,15.643424 14.942576,14.660446 C 14.633305,13.530442 14.911674,12.451417 16.016579,12 L 15.168543,12.616134 z " />
-    <path
-       style="fill:#1f2325;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="path2432"
-       d="M 10.047002,16.586176 C 9.9072232,18.014172 10.008631,18.203381 11.344297,18.947044 C 12.014894,19.064924 12.524414,19.030364 12.798523,18.376268 C 12.939403,17.624895 12.961629,16.817645 13.51014,16.225694 C 13.4242,15.734945 15.048025,16.42739 14.83365,16.308174 C 13.755777,15.708756 14.088411,15.670924 14.131175,16.212592 C 13.864796,17.268756 15.292065,18.50691 16.157711,17.603733 C 16.100906,17.495774 16.619018,17.584981 16.514471,17.522115 C 15.358461,16.826987 15.956097,17.42777 15.970219,18.258358 L 16.883119,18.717141 C 16.839102,17.878198 16.472034,16.391849 15.291954,17.074698 C 14.766087,17.582716 14.391884,17.146186 15.51374,17.828507 C 15.609674,17.886854 14.539868,16.841773 15.023876,16.685431 C 15.223926,15.738876 13.309656,15.185489 12.650149,15.695622 C 12.10417,16.309832 12.035487,17.109668 11.913537,17.885041 C 11.652217,18.470156 11.12801,18.467343 10.538963,18.315426 C 11.707984,19.032194 10.613028,18.472413 10.979475,17.061294 L 10.047002,16.586176 z " />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/22/scalable/log-in.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,164 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg1316"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/22/logout.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/status/22"
-   sodipodi:docname="log-in.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1318">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2241">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop2243" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop2245" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2241"
-       id="linearGradient2247"
-       x1="15.990176"
-       y1="5.2178974"
-       x2="15.990176"
-       y2="12.654988"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="8.8586337"
-     inkscape:cx="13.448322"
-     inkscape:cy="23.958267"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#eeeeec"
-     inkscape:window-width="1268"
-     inkscape:window-height="971"
-     inkscape:window-x="6"
-     inkscape:window-y="21" />
-  <metadata
-     id="metadata1321">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.5;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path3140"
-       sodipodi:cx="10.748654"
-       sodipodi:cy="10.457643"
-       sodipodi:rx="6.6449099"
-       sodipodi:ry="2.3675451"
-       d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1  4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1  17.393564 10.457643 z"
-       transform="matrix(1.580156,0,0,1.267134,-3.484557,6.748761)" />
-    <rect
-       style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999934;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1324"
-       width="11.000027"
-       height="17.000084"
-       x="10.499994"
-       y="3.4999645"
-       ry="0" />
-    <rect
-       style="opacity:0.2;fill:url(#linearGradient2247);fill-opacity:1.0;stroke:#ffffff;stroke-width:0.99999845;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2211"
-       width="8.9803543"
-       height="15.000213"
-       x="11.499999"
-       y="4.4997883"
-       ry="0" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#fcaf3e;fill-opacity:1;stroke:none;stroke-width:2.03035927;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2215"
-       sodipodi:cx="17.607706"
-       sodipodi:cy="10.679387"
-       sodipodi:rx="0.80383009"
-       sodipodi:ry="0.80383009"
-       d="M 18.411536 10.679387 A 0.80383009 0.80383009 0 1 1  16.803876,10.679387 A 0.80383009 0.80383009 0 1 1  18.411536 10.679387 z"
-       transform="matrix(1.244041,0,0,1.244044,-3.90471,-1.285628)" />
-    <path
-       style="fill:#73d216;fill-opacity:1;stroke:#4e9a06;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 8.3526806,6.2306634 L 8.3602461,9.5027402 L 14.301844,9.514261 L 14.297782,14.508781 L 8.3596877,14.508781 L 8.3521222,17.807765 L 2.5001726,12.000934 L 8.3526806,6.2306634 z "
-       id="rect2249"
-       sodipodi:nodetypes="cccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.98435259"
-       inkscape:original="M 8.34375 6.21875 L 2.5 12 L 8.34375 17.8125 L 8.375 14.5 L 14.3125 14.5 L 14.3125 9.5 L 8.375 9.5 L 8.34375 6.21875 z "
-       xlink:href="#rect2249"
-       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;opacity:0.333"
-       id="path2256"
-       inkscape:href="#rect2249"
-       d="M 9.46875,9.5625 C 9.428393,10.069463 9.0085255,10.462243 8.5,10.46875 L 5.46875,10.46875 L 5.46875,13.53125 L 8.5,13.53125 C 9.0085255,13.537757 9.428393,13.930537 9.46875,14.4375 L 11.9375,12 L 9.46875,9.5625 z " />
-    <image
-       xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png"
-       sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png"
-       width="129"
-       height="160"
-       id="image2499"
-       x="-130"
-       y="-68" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/22/scalable/log-out.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,156 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg1316"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/logout.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/status/22"
-   sodipodi:docname="log-out.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1318">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2241">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop2243" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop2245" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2241"
-       id="linearGradient2247"
-       x1="15.990176"
-       y1="5.2178974"
-       x2="15.990176"
-       y2="12.654988"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.743067"
-     inkscape:cx="22.63342"
-     inkscape:cy="14.823739"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#eeeeec"
-     inkscape:window-width="1268"
-     inkscape:window-height="971"
-     inkscape:window-x="6"
-     inkscape:window-y="21" />
-  <metadata
-     id="metadata1321">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.5;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path3140"
-       sodipodi:cx="10.748654"
-       sodipodi:cy="10.457643"
-       sodipodi:rx="6.6449099"
-       sodipodi:ry="2.3675451"
-       d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1  4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1  17.393564 10.457643 z"
-       transform="matrix(1.580156,0,0,1.267134,-3.484557,6.748761)" />
-    <rect
-       style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999934;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1324"
-       width="11.000027"
-       height="17.000084"
-       x="10.499994"
-       y="3.4999645"
-       ry="0" />
-    <rect
-       style="opacity:0.2;fill:url(#linearGradient2247);fill-opacity:1.0;stroke:#ffffff;stroke-width:0.99999845;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2211"
-       width="8.9803543"
-       height="15.000213"
-       x="11.499999"
-       y="4.4997883"
-       ry="0" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#fcaf3e;fill-opacity:1;stroke:none;stroke-width:2.03035927;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2215"
-       sodipodi:cx="17.607706"
-       sodipodi:cy="10.679387"
-       sodipodi:rx="0.80383009"
-       sodipodi:ry="0.80383009"
-       d="M 18.411536 10.679387 A 0.80383009 0.80383009 0 1 1  16.803876,10.679387 A 0.80383009 0.80383009 0 1 1  18.411536 10.679387 z"
-       transform="matrix(1.244041,0,0,1.244044,-3.90471,-1.285628)" />
-    <path
-       style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:0.99999976;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 8.449336,6.2306634 L 8.4417705,9.5027402 L 2.5001726,9.514261 L 2.5042346,14.508781 L 8.4423289,14.508781 L 8.4498944,17.807765 L 14.301844,12.000934 L 8.449336,6.2306634 z "
-       id="rect2249"
-       sodipodi:nodetypes="cccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.98435259"
-       inkscape:original="M 8.4375 6.21875 L 8.4375 9.5 L 2.5 9.5 L 2.5 14.5 L 8.4375 14.5 L 8.4375 17.8125 L 14.3125 12 L 8.4375 6.21875 z "
-       xlink:href="#rect2249"
-       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;opacity:0.333"
-       id="path2256"
-       inkscape:href="#rect2249"
-       d="M 9.46875,9.5625 C 9.428393,10.069463 9.0085255,10.462243 8.5,10.46875 L 5.46875,10.46875 L 5.46875,13.53125 L 8.5,13.53125 C 9.0085255,13.537757 9.428393,13.930537 9.46875,14.4375 L 11.9375,12 L 9.46875,9.5625 z " />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/22/scalable/offline.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,157 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docbase="/home/hbons/Desktop/experiment/status/22/scalable"
-   sodipodi:docname="offline.svg"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/offline.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3034">
-      <stop
-         style="stop-color:#babdb6;stop-opacity:1"
-         offset="0"
-         id="stop3036" />
-      <stop
-         style="stop-color:#d3d7cf;stop-opacity:0;"
-         offset="1"
-         id="stop3038" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2225">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop2227" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop2229" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2225"
-       id="linearGradient2231"
-       x1="11.802028"
-       y1="1.9986149"
-       x2="11.802028"
-       y2="14.895812"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2812">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop2814" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop2816" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient3021"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3034"
-       id="linearGradient3040"
-       x1="11.500003"
-       y1="19.000008"
-       x2="11.500003"
-       y2="9.3821249"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="20.899939"
-     inkscape:cx="22.169755"
-     inkscape:cy="10.589231"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     fill="#888a85"
-     inkscape:window-width="1434"
-     inkscape:window-height="844"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     showguides="true"
-     inkscape:guide-bbox="true" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path1948"
-       style="color:black;fill:url(#radialGradient3021);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(1.269906,0,0,0.346338,-27.5102,14.41659)" />
-    <path
-       style="fill:#888a85;fill-opacity:1;stroke:#2e3436;stroke-width:0.99999821;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 19.27853,19.278538 C 14.983883,23.573188 8.0135883,23.573914 3.719837,19.280161 C -0.57391464,14.986408 -0.57318755,8.0161106 3.72146,3.7214613 C 8.0161072,-0.57318761 14.986402,-0.57391481 19.280153,3.7198384 C 23.573904,8.0135915 23.573178,14.983889 19.27853,19.278538 z "
-       id="path2187" />
-    <path
-       style="opacity:0.4;fill:url(#linearGradient2231);fill-opacity:1;stroke:white;stroke-width:0.99999809;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 11.5,1.5 C 8.9408673,1.500267 6.3904601,2.4845389 4.4375,4.4375 C 0.53092837,8.3440732 0.53180564,14.656804 4.4375,18.5625 C 8.3431938,22.468195 14.655929,22.469073 18.5625,18.5625 C 22.469072,14.655927 22.468194,8.3431958 18.5625,4.4375 C 16.609962,2.4849619 14.058743,1.4997331 11.5,1.5 z "
-       id="path2215" />
-    <path
-       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 15.527292,4.7878577 C 15.153659,4.4142246 14.558496,4.4142246 14.184863,4.7878577 L 11.500003,7.4727164 L 8.7941693,4.7668822 C 8.4383282,4.4110411 7.849532,4.4110411 7.4936909,4.7668822 L 4.7668812,7.4936919 C 4.4110402,7.8495329 4.4110401,8.4383292 4.7668812,8.7941703 L 7.4727154,11.500004 L 4.7878567,14.184864 C 4.4142238,14.558497 4.4142236,15.15366 4.7878567,15.527293 L 7.4727154,18.212151 C 7.8463484,18.585784 8.4415118,18.585784 8.8151448,18.212151 L 11.500003,15.527293 L 14.205838,18.233126 C 14.561679,18.588967 15.150475,18.588967 15.506317,18.233126 L 18.233125,15.506318 C 18.588966,15.150476 18.588965,14.56168 18.233125,14.205839 L 15.527292,11.500004 L 18.21215,8.8151458 C 18.585783,8.4415126 18.585784,7.84635 18.21215,7.4727164 L 15.527292,4.7878577 z "
-       id="path3032" />
-    <path
-       style="opacity:1;fill:url(#linearGradient3040);fill-opacity:1.0;stroke:#555753;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 15.527292,4.7878577 C 15.153659,4.4142246 14.558496,4.4142246 14.184863,4.7878577 L 11.500003,7.4727164 L 8.7941693,4.7668822 C 8.4383282,4.4110411 7.849532,4.4110411 7.4936909,4.7668822 L 4.7668812,7.4936919 C 4.4110402,7.8495329 4.4110401,8.4383292 4.7668812,8.7941703 L 7.4727154,11.500004 L 4.7878567,14.184864 C 4.4142238,14.558497 4.4142236,15.15366 4.7878567,15.527293 L 7.4727154,18.212151 C 7.8463484,18.585784 8.4415118,18.585784 8.8151448,18.212151 L 11.500003,15.527293 L 14.205838,18.233126 C 14.561679,18.588967 15.150475,18.588967 15.506317,18.233126 L 18.233125,15.506318 C 18.588966,15.150476 18.588965,14.56168 18.233125,14.205839 L 15.527292,11.500004 L 18.21215,8.8151458 C 18.585783,8.4415126 18.585784,7.84635 18.21215,7.4727164 L 15.527292,4.7878577 z "
-       id="rect3024" />
-    <path
-       style="fill:none;fill-opacity:1;stroke:white;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 8.15625,5.625 L 5.625,8.15625 L 8.21875,10.78125 C 8.6216689,11.187934 8.6216689,11.843316 8.21875,12.25 L 5.625,14.875 L 8.125,17.375 L 10.75,14.78125 C 11.156684,14.378331 11.812066,14.378331 12.21875,14.78125 L 14.84375,17.375 L 17.375,14.84375 L 14.78125,12.21875 C 14.378331,11.812066 14.378331,11.156684 14.78125,10.75 L 17.375,8.125 L 14.875,5.625 L 12.25,8.21875 C 11.843316,8.6216689 11.187934,8.6216689 10.78125,8.21875 L 8.15625,5.625 z "
-       id="path3050" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/22/scalable/person.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,203 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="22"
-   height="22"
-   id="svg7348"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docbase="/home/hbons/GUI/Tango/Gaim Refresh/status/22/scalable"
-   sodipodi:docname="person.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs7350">
-    <linearGradient
-       id="linearGradient3800">
-      <stop
-         style="stop-color:#f4d9b1;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3802" />
-      <stop
-         style="stop-color:#df9725;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop3804" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3800"
-       id="radialGradient4171"
-       gradientUnits="userSpaceOnUse"
-       cx="27.702486"
-       cy="14.540437"
-       fx="27.702486"
-       fy="14.540437"
-       r="9.1620579"
-       gradientTransform="matrix(1.191087,0,0,1.124022,-5.086983,-1.361697)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient7300">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop7302" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop7304" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7300"
-       id="radialGradient7306"
-       cx="24.248138"
-       cy="27.184834"
-       fx="24.248138"
-       fy="27.184834"
-       r="12.499089"
-       gradientTransform="matrix(0.964825,0,0,0.631898,0.954495,11.94073)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3816">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3818" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3820" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient4179"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.395604"
-     inkscape:cx="14.705103"
-     inkscape:cy="11.679286"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     width="22px"
-     height="22px"
-     inkscape:window-width="1274"
-     inkscape:window-height="972"
-     inkscape:window-x="3"
-     inkscape:window-y="23" />
-  <metadata
-     id="metadata7353">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       transform="matrix(1.039014,0,0,0.287788,-21.32653,14.03671)"
-       sodipodi:type="arc"
-       style="opacity:1;color:black;fill:url(#radialGradient4179);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path4306"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z" />
-    <path
-       style="opacity:1;color:black;fill:#ad7fa8;fill-opacity:1;fill-rule:evenodd;stroke:#5c3566;stroke-width:1.74606609px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       d="M 25.986174,41.636039 L 36.592776,41.636039 C 39.59798,41.636039 42.57326,40.534107 43.663843,37.393398 C 44.699482,34.410922 43.84062,28.73134 37.123106,24.135146 L 24.57196,24.135146 C 17.854446,28.377786 17.014969,34.179977 18.561553,37.570174 C 20.137148,41.023964 22.804193,41.636039 25.986174,41.636039 z "
-       id="path4308"
-       sodipodi:nodetypes="cczcczc"
-       transform="matrix(0.574037,0,0,0.571399,-6.774899,-3.290803)" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.1784238"
-       inkscape:original="M 24.5625 24.125 C 17.844986 28.367641 17.015916 34.172303 18.5625 37.5625 C 20.138096 41.016289 22.818019 41.625 26 41.625 L 36.59375 41.625 C 39.598953 41.624999 42.565667 40.546959 43.65625 37.40625 C 44.691891 34.423774 43.842514 28.721194 37.125 24.125 L 24.5625 24.125 z "
-       style="opacity:0.45454544;color:black;fill:url(#radialGradient7306);fill-opacity:1;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1.8585428px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path7281"
-       d="M 24.96875,25.3125 C 18.887883,29.293056 18.373983,34.320202 19.625,37.0625 C 20.318936,38.583645 21.166625,39.341162 22.1875,39.8125 C 23.208375,40.283838 24.484153,40.4375 26,40.4375 L 36.59375,40.4375 C 37.955442,40.4375 39.252462,40.19959 40.28125,39.65625 C 41.310038,39.11291 42.08087,38.328274 42.53125,37.03125 C 43.335253,34.715853 42.805994,29.63256 36.71875,25.3125 L 24.96875,25.3125 z "
-       transform="matrix(0.547345,0,0,0.528924,-5.939178,-1.888399)" />
-    <path
-       transform="matrix(0.870395,0,0,1.162478,-2.487186,-9.898269)"
-       style="opacity:0.78977272;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 20.091094,19.980694 C 20.091094,21.249084 17.671238,21.620929 15.495478,22.278502 C 12.417166,21.65961 10.899861,21.249084 10.899861,19.980694 C 10.899861,18.712304 12.958697,17.682885 15.495478,17.682885 C 18.032258,17.682885 20.091094,18.712304 20.091094,19.980694 z "
-       id="path7285"
-       sodipodi:nodetypes="ccssc" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:black;fill:url(#radialGradient4171);fill-opacity:1;fill-rule:evenodd;stroke:#b2730d;stroke-width:1.33262587px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path4320"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       transform="matrix(0.750399,0,0,0.750399,-12.34694,-7.26405)" />
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path4322"
-       style="opacity:0.25;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1.57491922px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(0.634953,0,0,0.634953,-8.755092,-5.069579)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:none;fill-opacity:1;stroke:#5c3566;stroke-width:1.02789998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path7292"
-       sodipodi:cx="15.996282"
-       sodipodi:cy="20.334204"
-       sodipodi:rx="2.3861856"
-       sodipodi:ry="5.1847987"
-       d="M 14.176248,23.687254 A 2.3861856,5.1847987 0 0 1 14.22429,16.861786"
-       transform="matrix(1.614994,0,0,0.58604,-8.472143,4.618319)"
-       sodipodi:start="2.4383323"
-       sodipodi:end="3.8754384"
-       sodipodi:open="true" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:none;fill-opacity:1;stroke:#5c3566;stroke-width:1.02789998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path7378"
-       sodipodi:cx="15.996282"
-       sodipodi:cy="20.334204"
-       sodipodi:rx="2.3861856"
-       sodipodi:ry="5.1847987"
-       d="M 14.176248,23.687254 A 2.3861856,5.1847987 0 0 1 14.22429,16.861786"
-       transform="matrix(-1.614994,0,0,0.58604,30.47214,4.618312)"
-       sodipodi:start="2.4383323"
-       sodipodi:end="3.8754384"
-       sodipodi:open="true" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/22/scalable/sign-off.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,176 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg1316"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/logout.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/experiment/status/22/scalable"
-   sodipodi:docname="sign-off.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1318">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2773">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop2775" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop2777" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,0,0,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2241">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop2243" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop2245" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2241"
-       id="linearGradient2247"
-       x1="12.733098"
-       y1="7.7892389"
-       x2="17.02302"
-       y2="14.684355"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.113542,0,0,1.199983,-25.30573,-2.899671)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2773"
-       id="linearGradient2779"
-       x1="12.611981"
-       y1="7.7485132"
-       x2="17.922712"
-       y2="13.177787"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="18.473111"
-     inkscape:cx="23.638942"
-     inkscape:cy="12.598308"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#eeeeec"
-     inkscape:window-width="1268"
-     inkscape:window-height="844"
-     inkscape:window-x="6"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata1321">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.5;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path3140"
-       sodipodi:cx="10.748654"
-       sodipodi:cy="10.457643"
-       sodipodi:rx="6.6449099"
-       sodipodi:ry="2.3675451"
-       d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1  4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1  17.393564 10.457643 z"
-       transform="matrix(-1.580156,0,0,1.267134,27.48455,7.748764)" />
-    <rect
-       style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999899;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1324"
-       width="12.000006"
-       height="19.999994"
-       x="-13.500007"
-       y="1.4999995"
-       ry="0"
-       transform="scale(-1,1)" />
-    <rect
-       style="opacity:0.3;fill:url(#linearGradient2247);fill-opacity:1;stroke:white;stroke-width:0.99999833;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2211"
-       width="10.000002"
-       height="18.000004"
-       x="-12.500002"
-       y="2.499999"
-       ry="0"
-       transform="scale(-1,1)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#fcaf3e;fill-opacity:1;stroke:none;stroke-width:2.03035927;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2215"
-       sodipodi:cx="17.607706"
-       sodipodi:cy="10.679387"
-       sodipodi:rx="0.80383009"
-       sodipodi:ry="0.80383009"
-       d="M 18.411536 10.679387 A 0.80383009 0.80383009 0 1 1  16.803876,10.679387 A 0.80383009 0.80383009 0 1 1  18.411536 10.679387 z"
-       transform="matrix(-1.244041,0,0,1.244044,26.90471,-1.285625)" />
-    <path
-       style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 15.505983,6.2306652 L 15.513747,9.502742 L 22.5,9.5142628 L 22.495831,14.508783 L 15.513174,14.508783 L 15.50541,17.807767 L 9.3375971,12.000936 L 15.505983,6.2306652 z "
-       id="rect2249"
-       sodipodi:nodetypes="cccccccc" />
-    <path
-       transform="matrix(1,0,0,0.978166,-0.125,0.246725)"
-       style="opacity:0.33300003;fill:url(#linearGradient2779);fill-opacity:1.0;stroke:white;stroke-width:1.0110991;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 14.53125,8.5 L 10.78125,12 L 14.53125,15.53125 L 14.53125,14.5 C 14.539661,13.968497 14.968497,13.539661 15.5,13.53125 L 21.53125,13.53125 L 21.53125,10.46875 L 15.5,10.46875 C 14.968497,10.460339 14.539661,10.031503 14.53125,9.5 L 14.53125,8.5 z "
-       id="path2256" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/22/scalable/sign-on.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,177 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg1316"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/logout.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/experiment/status/22/scalable"
-   sodipodi:docname="sign-on.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1318">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2773">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop2775" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop2777" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,0,0,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2241">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop2243" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop2245" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2241"
-       id="linearGradient2247"
-       x1="18.91893"
-       y1="8.0836868"
-       x2="15.486184"
-       y2="14.556396"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.113542,0,0,1.199983,-25.30573,-2.899671)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2773"
-       id="linearGradient2779"
-       x1="17.595509"
-       y1="8.398921"
-       x2="12.611981"
-       y2="13.493687"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-1,0,0,0.978166,32.125,0.246725)" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="18.473111"
-     inkscape:cx="23.638942"
-     inkscape:cy="12.598308"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#eeeeec"
-     inkscape:window-width="1268"
-     inkscape:window-height="844"
-     inkscape:window-x="6"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata1321">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.5;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path3140"
-       sodipodi:cx="10.748654"
-       sodipodi:cy="10.457643"
-       sodipodi:rx="6.6449099"
-       sodipodi:ry="2.3675451"
-       d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1  4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1  17.393564 10.457643 z"
-       transform="matrix(-1.580156,0,0,1.267134,27.48455,7.748764)" />
-    <rect
-       style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999899;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1324"
-       width="12.000006"
-       height="19.999994"
-       x="-13.500007"
-       y="1.4999995"
-       ry="0"
-       transform="scale(-1,1)" />
-    <rect
-       style="opacity:0.3;fill:url(#linearGradient2247);fill-opacity:1;stroke:white;stroke-width:0.99999833;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2211"
-       width="10.000002"
-       height="18.000004"
-       x="-12.500002"
-       y="2.499999"
-       ry="0"
-       transform="scale(-1,1)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#fcaf3e;fill-opacity:1;stroke:none;stroke-width:2.03035927;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2215"
-       sodipodi:cx="17.607706"
-       sodipodi:cy="10.679387"
-       sodipodi:rx="0.80383009"
-       sodipodi:ry="0.80383009"
-       d="M 18.411536 10.679387 A 0.80383009 0.80383009 0 1 1  16.803876,10.679387 A 0.80383009 0.80383009 0 1 1  18.411536 10.679387 z"
-       transform="matrix(-1.244041,0,0,1.244044,26.90471,-1.285625)" />
-    <path
-       style="fill:#8ae234;fill-opacity:1;stroke:#458905;stroke-width:1.00000012;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 16.494017,6.2306652 L 16.486253,9.502742 L 9.5000001,9.5142628 L 9.5041691,14.508783 L 16.486826,14.508783 L 16.49459,17.807767 L 23.149598,12.000936 L 16.494017,6.2306652 z "
-       id="rect2249"
-       sodipodi:nodetypes="cccccccc" />
-    <path
-       style="opacity:0.33300003;fill:url(#linearGradient2779);fill-opacity:1;stroke:white;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 17.59375,8.561136 L 21.668546,11.984717 L 17.59375,15.438866 L 17.59375,14.430132 C 17.585339,13.910234 17.156503,13.490761 16.625,13.482534 L 10.59375,13.482534 L 10.59375,10.4869 L 16.625,10.4869 C 17.156503,10.478673 17.585339,10.0592 17.59375,9.539302 L 17.59375,8.561136 z "
-       id="path2256"
-       sodipodi:nodetypes="cccccccccc" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/32/scalable/available.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,560 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.44.1"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/32/available32.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/experiment/status/32/scalable"
-   sodipodi:docname="available.svg">
-  <defs
-     id="defs4">
-    <linearGradient
-       id="linearGradient2851">
-      <stop
-         style="stop-color:#73d216;stop-opacity:1;"
-         offset="0"
-         id="stop2853" />
-      <stop
-         style="stop-color:#5ca911;stop-opacity:1;"
-         offset="1"
-         id="stop2855" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3149">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop3151" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop3153" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3816">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3818" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3820" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient3822"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient3155"
-       x1="17.890068"
-       y1="8.3091545"
-       x2="17.890068"
-       y2="36.574547"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3025"
-       xlink:href="#linearGradient2812"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="11.024895"
-       x2="10.623409"
-       y1="2.7991772"
-       x1="4.5264969"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3007"
-       xlink:href="#linearGradient2804"
-       inkscape:collect="always" />
-    <radialGradient
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3005"
-       xlink:href="#linearGradient2812"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2812">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop2814" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop2816" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2804">
-      <stop
-         style="stop-color:white;stop-opacity:1;"
-         offset="0"
-         id="stop2806" />
-      <stop
-         style="stop-color:white;stop-opacity:0;"
-         offset="1"
-         id="stop2808" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient2949"
-       gradientUnits="userSpaceOnUse"
-       x1="17.890068"
-       y1="8.0617304"
-       x2="17.890068"
-       y2="40.032413" />
-    <linearGradient
-       id="linearGradient2951">
-      <stop
-         style="stop-color:#73d216;stop-opacity:1;"
-         offset="0"
-         id="stop2953" />
-      <stop
-         style="stop-color:#5ca911;stop-opacity:1;"
-         offset="1"
-         id="stop2955" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient2963"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient2810"
-       x1="4.5264969"
-       y1="2.7991772"
-       x2="10.623409"
-       y2="11.024895"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient2818"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.018423,0.664359,-1.388844,4.257661,-0.134567,-26.02469)"
-       r="0.8078171"
-       fy="6.9473476"
-       fx="4.8470273"
-       cy="6.9473476"
-       cx="4.8470273"
-       id="radialGradient2904"
-       xlink:href="#linearGradient2898"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="27.77807"
-       x2="12.233074"
-       y1="11.789385"
-       x1="6.878005"
-       id="linearGradient1955"
-       xlink:href="#linearGradient2851"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientTransform="matrix(0.914124,-3.896132e-15,-2.475021e-18,1.631747,2.671799,-12.00863)"
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient1953"
-       xlink:href="#linearGradient3816"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient1935">
-      <stop
-         id="stop1937"
-         offset="0"
-         style="stop-color:#73d216;stop-opacity:1;" />
-      <stop
-         id="stop1939"
-         offset="1"
-         style="stop-color:#5ca911;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="40.032413"
-       x2="17.890068"
-       y1="8.0617304"
-       x1="17.890068"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2269"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="36.603138"
-       x2="24.240097"
-       y1="9.4211226"
-       x1="15.498499"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4740"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="27.77807"
-       x2="12.233074"
-       y1="11.789385"
-       x1="6.878005"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4738"
-       xlink:href="#linearGradient2851"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2898"
-       inkscape:collect="always">
-      <stop
-         id="stop2900"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop2902"
-         offset="1"
-         style="stop-color:white;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient1983"
-       gradientUnits="userSpaceOnUse"
-       x1="15.498499"
-       y1="9.4211226"
-       x2="24.240097"
-       y2="36.603138"
-       gradientTransform="matrix(1.004822,0,0,1.004822,-2.476351,-2.157242)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient1986"
-       gradientUnits="userSpaceOnUse"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807"
-       gradientTransform="matrix(1.076595,0,0,1.076595,-3.760351,-3.418494)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2898"
-       id="radialGradient1990"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.018423,0.664359,-1.388844,4.257661,-0.134567,-26.02469)"
-       cx="4.8470273"
-       cy="6.9473476"
-       fx="4.8470273"
-       fy="6.9473476"
-       r="0.8078171" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient1992"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       y2="21.045444"
-       x2="15.602553"
-       y1="1.5657365"
-       x1="15.602553"
-       gradientTransform="matrix(0.705322,0,0,0.705327,8.71963,7.710084)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2073"
-       xlink:href="#linearGradient2239"
-       inkscape:collect="always" />
-    <radialGradient
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2057"
-       xlink:href="#linearGradient3816"
-       inkscape:collect="always" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient2032"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2239"
-       id="linearGradient2040"
-       x1="15.602553"
-       y1="1.5657365"
-       x2="15.522223"
-       y2="33.483475"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.999824,0,0,0.999281,2.209264e-4,5.644055e-4)" />
-    <radialGradient
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient1985"
-       xlink:href="#linearGradient2812"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="11.024895"
-       x2="10.623409"
-       y1="2.7991772"
-       x1="4.5264969"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2100"
-       xlink:href="#linearGradient2804"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient2086"
-       gradientUnits="userSpaceOnUse"
-       x1="17.890068"
-       y1="8.0617304"
-       x2="17.890068"
-       y2="40.032413" />
-    <linearGradient
-       id="linearGradient2080">
-      <stop
-         style="stop-color:#73d216;stop-opacity:1;"
-         offset="0"
-         id="stop2082" />
-      <stop
-         style="stop-color:#5ca911;stop-opacity:1;"
-         offset="1"
-         id="stop2084" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient2072"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient2070"
-       x1="4.5264969"
-       y1="2.7991772"
-       x2="10.623409"
-       y2="11.024895"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient2068"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.493392,0,4.185903)"
-       r="5.7619157"
-       fy="5.3375292"
-       fx="10.99079"
-       cy="5.3375292"
-       cx="10.99079"
-       id="radialGradient5135"
-       xlink:href="#linearGradient5129"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2239"
-       inkscape:collect="always">
-      <stop
-         id="stop2241"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop2243"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.842757,0,0,-0.35721,19.80716,14.19321)"
-       r="6.6449099"
-       fy="10.457643"
-       fx="10.748654"
-       cy="10.457643"
-       cx="10.748654"
-       id="radialGradient3156"
-       xlink:href="#linearGradient3150"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient3150"
-       inkscape:collect="always">
-      <stop
-         id="stop3152"
-         offset="0"
-         style="stop-color:#2e3436;stop-opacity:1;" />
-      <stop
-         id="stop3154"
-         offset="1"
-         style="stop-color:#2e3436;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5129"
-       inkscape:collect="always">
-      <stop
-         id="stop5131"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop5133"
-         offset="1"
-         style="stop-color:white;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient2126"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.466524,0,0,0.466525,38.65385,10.80199)"
-       x1="15.498499"
-       y1="9.4211226"
-       x2="24.240097"
-       y2="36.603138" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2239"
-       id="linearGradient2132"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.705322,0,0,0.705327,-58.76363,3.243275)"
-       x1="15.602553"
-       y1="1.5657365"
-       x2="15.602553"
-       y2="21.045444" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient2146"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.466524,0,0,0.466525,38.65385,10.80199)"
-       x1="15.498499"
-       y1="9.4211226"
-       x2="24.240097"
-       y2="36.603138" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient2148"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="14.928527"
-     inkscape:cx="1.0834072"
-     inkscape:cy="19.47767"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     fill="#eeeeec"
-     inkscape:window-width="1434"
-     inkscape:window-height="844"
-     inkscape:window-x="0"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       transform="matrix(1.731691,0,0,0.461784,-37.88165,19.22212)"
-       sodipodi:type="arc"
-       style="color:black;fill:url(#radialGradient2148);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2173"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z" />
-    <path
-       style="fill:url(#linearGradient1986);fill-opacity:1;fill-rule:evenodd;stroke:#306300;stroke-width:0.99999946;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 30.500005,15.500002 C 30.500005,23.780003 23.780005,30.500004 15.500008,30.500004 C 7.2200097,30.500004 0.50001191,23.780003 0.50001191,15.500002 C 0.50001191,7.2200001 7.2200097,0.49999934 15.500008,0.49999934 C 23.780005,0.49999934 30.500005,7.2200001 30.500005,15.500002 z "
-       id="path4331" />
-    <path
-       style="opacity:0.6;fill:url(#linearGradient1983);fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:0.99999863;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 29.499996,15.5 C 29.499996,23.227999 23.227996,29.500002 15.499996,29.500002 C 7.7719974,29.500002 1.4999949,23.227999 1.4999949,15.5 C 1.4999949,7.7719992 7.7719974,1.4999993 15.499996,1.4999993 C 23.227996,1.4999993 29.499996,7.7719992 29.499996,15.5 z "
-       id="path4333" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/32/scalable/away.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,401 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg1331"
-   sodipodi:version="0.32"
-   inkscape:version="0.44.1"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/status/22/away.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/experiment/status/32/scalable"
-   sodipodi:docname="away.svg">
-  <defs
-     id="defs1333">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2808">
-      <stop
-         style="stop-color:white;stop-opacity:1;"
-         offset="0"
-         id="stop2810" />
-      <stop
-         style="stop-color:white;stop-opacity:0;"
-         offset="1"
-         id="stop2812" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5129">
-      <stop
-         style="stop-color:white;stop-opacity:1;"
-         offset="0"
-         id="stop5131" />
-      <stop
-         style="stop-color:white;stop-opacity:0;"
-         offset="1"
-         id="stop5133" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3816">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3818" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3820" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,0,0,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2239">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2241" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2243" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5129"
-       id="radialGradient5135"
-       cx="10.99079"
-       cy="5.3375292"
-       fx="10.99079"
-       fy="5.3375292"
-       r="5.7619157"
-       gradientTransform="matrix(1,0,0,0.493392,0,4.185903)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient2818"
-       xlink:href="#linearGradient2812"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="11.024895"
-       x2="10.623409"
-       y1="2.7991772"
-       x1="4.5264969"
-       id="linearGradient2810"
-       xlink:href="#linearGradient2804"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="27.77807"
-       x2="12.233074"
-       y1="11.789385"
-       x1="6.878005"
-       id="linearGradient2857"
-       xlink:href="#linearGradient2851"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient3149"
-       inkscape:collect="always">
-      <stop
-         id="stop3151"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3153"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2851">
-      <stop
-         id="stop2853"
-         offset="0"
-         style="stop-color:#73d216;stop-opacity:1;" />
-      <stop
-         id="stop2855"
-         offset="1"
-         style="stop-color:#5ca911;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="40.032413"
-       x2="17.890068"
-       y1="8.0617304"
-       x1="17.890068"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2269"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2804"
-       inkscape:collect="always">
-      <stop
-         id="stop2806"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop2808"
-         offset="1"
-         style="stop-color:white;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2812"
-       inkscape:collect="always">
-      <stop
-         id="stop2814"
-         offset="0"
-         style="stop-color:#2e3436;stop-opacity:1;" />
-      <stop
-         id="stop2816"
-         offset="1"
-         style="stop-color:#2e3436;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient1983"
-       gradientUnits="userSpaceOnUse"
-       x1="4.5264969"
-       y1="2.7991772"
-       x2="10.623409"
-       y2="11.024895" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient1985"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       gradientTransform="matrix(0.999824,0,0,0.999281,2.209264e-4,5.644055e-4)"
-       gradientUnits="userSpaceOnUse"
-       y2="33.483475"
-       x2="15.522223"
-       y1="1.5657365"
-       x1="15.602553"
-       id="linearGradient2040"
-       xlink:href="#linearGradient2239"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient2032"
-       xlink:href="#linearGradient3816"
-       inkscape:collect="always" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient2057"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2239"
-       id="linearGradient2073"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.705322,0,0,0.705327,8.71963,7.710084)"
-       x1="15.602553"
-       y1="1.5657365"
-       x2="15.602553"
-       y2="21.045444" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2808"
-       id="radialGradient2814"
-       cx="5.2511673"
-       cy="7.3335675"
-       fx="5.2511673"
-       fy="7.3335675"
-       r="0.82651663"
-       gradientTransform="matrix(1,0,0,1.337946,0,-2.478349)"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="13.928809"
-     inkscape:cx="28.28763"
-     inkscape:cy="14.998178"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#729fcf"
-     inkscape:window-width="1434"
-     inkscape:window-height="844"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     width="32px"
-     height="32px" />
-  <metadata
-     id="metadata1336">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path1948"
-       style="color:black;fill:url(#radialGradient1985);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(1.731691,0,0,0.461784,-37.87757,19.22211)" />
-    <path
-       sodipodi:type="arc"
-       style="color:black;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#173867;stroke-width:0.95645106px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1951"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(1.045505,0,0,1.045554,-0.797598,-1.825749)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2788"
-       sodipodi:cx="-3.8088531"
-       sodipodi:cy="3.303823"
-       sodipodi:rx="3.1932809"
-       sodipodi:ry="3.3471739"
-       d="M -0.61557221 3.303823 A 3.1932809 3.3471739 0 1 1  -7.0021341,3.303823 A 3.1932809 3.3471739 0 1 1  -0.61557221 3.303823 z"
-       transform="matrix(4.414832,0,0,4.210029,32.44953,1.716868)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.40340911;color:black;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#173867;stroke-width:1.19542968px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1954"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.836518,0,0,0.836518,2.458491,1.637077)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#dcdcd8;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2796"
-       sodipodi:cx="6.0403023"
-       sodipodi:cy="7.5551186"
-       sodipodi:rx="1.615877"
-       sodipodi:ry="1.3273276"
-       d="M 7.6561793 7.5551186 A 1.615877 1.3273276 0 1 1  4.4244252,7.5551186 A 1.615877 1.3273276 0 1 1  7.6561793 7.5551186 z"
-       transform="matrix(7.116878,0,0,8.664024,-27.4881,-49.95773)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.76704544;fill:none;fill-opacity:1;stroke:url(#linearGradient1983);stroke-width:0.37457478;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2802"
-       sodipodi:cx="7.5"
-       sodipodi:cy="7"
-       sodipodi:rx="5.5"
-       sodipodi:ry="5"
-       d="M 13 7 A 5.5 5 0 1 1  2,7 A 5.5 5 0 1 1  13 7 z"
-       transform="matrix(2.545454,0,0,2.8,-3.590908,-4.100001)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:url(#radialGradient2814);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2852"
-       sodipodi:cx="6.0403023"
-       sodipodi:cy="7.5551186"
-       sodipodi:rx="1.615877"
-       sodipodi:ry="1.3273276"
-       d="M 4.835244,8.4394021 A 1.615877,1.3273276 0 0 1 6.0776839,6.2281462 L 6.0403023,7.5551186 z"
-       transform="matrix(5.732654,0,0,7.234355,-19.36499,-39.05363)"
-       sodipodi:start="2.4124729"
-       sodipodi:end="4.735525" />
-    <path
-       sodipodi:type="arc"
-       style="color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:7.17263222px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2051"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.13942,0,0,0.139419,13.32641,13.18954)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:4.86999989;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect4234"
-       width="2.0651035"
-       height="6.1953154"
-       x="20.887754"
-       y="-8.7545109"
-       transform="matrix(0.707107,0.707107,-0.707107,0.707107,0,0)"
-       rx="1.0325518"
-       ry="1.0027943" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:4.86999989;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2080"
-       width="2.065105"
-       height="6.1953192"
-       x="-1.0325458"
-       y="-30.674829"
-       transform="matrix(0.707107,-0.707107,-0.707107,-0.707107,0,0)"
-       rx="1.0325525"
-       ry="1.002795" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/32/scalable/busy.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,688 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg1331"
-   sodipodi:version="0.32"
-   inkscape:version="0.44.1"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/32/busy32.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/experiment/32/scalable"
-   sodipodi:docname="busy.svg">
-  <defs
-     id="defs1333">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3816">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3818" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3820" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2186">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2188" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2190" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2239">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2241" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2243" />
-    </linearGradient>
-    <radialGradient
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2148"
-       xlink:href="#linearGradient2812"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="36.603138"
-       x2="24.240097"
-       y1="9.4211226"
-       x1="15.498499"
-       gradientTransform="matrix(0.466524,0,0,0.466525,38.65385,10.80199)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2146"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="21.045444"
-       x2="15.602553"
-       y1="1.5657365"
-       x1="15.602553"
-       gradientTransform="matrix(0.705322,0,0,0.705327,-58.76363,3.243275)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2132"
-       xlink:href="#linearGradient2239"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="36.603138"
-       x2="24.240097"
-       y1="9.4211226"
-       x1="15.498499"
-       gradientTransform="matrix(0.466524,0,0,0.466525,38.65385,10.80199)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2126"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5129">
-      <stop
-         style="stop-color:white;stop-opacity:1;"
-         offset="0"
-         id="stop5131" />
-      <stop
-         style="stop-color:white;stop-opacity:0;"
-         offset="1"
-         id="stop5133" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,0,0,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5129"
-       id="radialGradient5135"
-       cx="10.99079"
-       cy="5.3375292"
-       fx="10.99079"
-       fy="5.3375292"
-       r="5.7619157"
-       gradientTransform="matrix(1,0,0,0.493392,0,4.185903)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient2068"
-       xlink:href="#linearGradient2812"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="11.024895"
-       x2="10.623409"
-       y1="2.7991772"
-       x1="4.5264969"
-       id="linearGradient2070"
-       xlink:href="#linearGradient2804"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="27.77807"
-       x2="12.233074"
-       y1="11.789385"
-       x1="6.878005"
-       id="linearGradient2072"
-       xlink:href="#linearGradient2851"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2080">
-      <stop
-         id="stop2082"
-         offset="0"
-         style="stop-color:#73d216;stop-opacity:1;" />
-      <stop
-         id="stop2084"
-         offset="1"
-         style="stop-color:#5ca911;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="40.032413"
-       x2="17.890068"
-       y1="8.0617304"
-       x1="17.890068"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2086"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient2100"
-       gradientUnits="userSpaceOnUse"
-       x1="4.5264969"
-       y1="2.7991772"
-       x2="10.623409"
-       y2="11.024895" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient1985"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       gradientTransform="matrix(0.999824,0,0,0.999281,2.209264e-4,5.644055e-4)"
-       gradientUnits="userSpaceOnUse"
-       y2="33.483475"
-       x2="15.522223"
-       y1="1.5657365"
-       x1="15.602553"
-       id="linearGradient2040"
-       xlink:href="#linearGradient2239"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient2032"
-       xlink:href="#linearGradient3816"
-       inkscape:collect="always" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient2057"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2239"
-       id="linearGradient2073"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.705322,0,0,0.705327,8.71963,7.710084)"
-       x1="15.602553"
-       y1="1.5657365"
-       x2="15.602553"
-       y2="21.045444" />
-    <radialGradient
-       r="0.8078171"
-       fy="6.9473476"
-       fx="4.8470273"
-       cy="6.9473476"
-       cx="4.8470273"
-       gradientTransform="matrix(3.018423,0.664359,-1.388844,4.257661,-0.134567,-26.02469)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient1990"
-       xlink:href="#linearGradient2898"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2898">
-      <stop
-         style="stop-color:white;stop-opacity:1;"
-         offset="0"
-         id="stop2900" />
-      <stop
-         style="stop-color:white;stop-opacity:0;"
-         offset="1"
-         id="stop2902" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient4738"
-       gradientUnits="userSpaceOnUse"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient4740"
-       gradientUnits="userSpaceOnUse"
-       x1="15.498499"
-       y1="9.4211226"
-       x2="24.240097"
-       y2="36.603138" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient2269"
-       gradientUnits="userSpaceOnUse"
-       x1="17.890068"
-       y1="8.0617304"
-       x2="17.890068"
-       y2="40.032413" />
-    <linearGradient
-       id="linearGradient1935">
-      <stop
-         style="stop-color:#73d216;stop-opacity:1;"
-         offset="0"
-         id="stop1937" />
-      <stop
-         style="stop-color:#5ca911;stop-opacity:1;"
-         offset="1"
-         id="stop1939" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient1953"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.914124,-3.896132e-15,-2.475021e-18,1.631747,2.671799,-12.00863)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient1955"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient2818"
-       xlink:href="#linearGradient2812"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="11.024895"
-       x2="10.623409"
-       y1="2.7991772"
-       x1="4.5264969"
-       id="linearGradient2810"
-       xlink:href="#linearGradient2804"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="27.77807"
-       x2="12.233074"
-       y1="11.789385"
-       x1="6.878005"
-       id="linearGradient2963"
-       xlink:href="#linearGradient2851"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2951">
-      <stop
-         id="stop2953"
-         offset="0"
-         style="stop-color:#73d216;stop-opacity:1;" />
-      <stop
-         id="stop2955"
-         offset="1"
-         style="stop-color:#5ca911;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="40.032413"
-       x2="17.890068"
-       y1="8.0617304"
-       x1="17.890068"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2949"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2804"
-       inkscape:collect="always">
-      <stop
-         id="stop2806"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop2808"
-         offset="1"
-         style="stop-color:white;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2812"
-       inkscape:collect="always">
-      <stop
-         id="stop2814"
-         offset="0"
-         style="stop-color:#2e3436;stop-opacity:1;" />
-      <stop
-         id="stop2816"
-         offset="1"
-         style="stop-color:#2e3436;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient3005"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient3007"
-       gradientUnits="userSpaceOnUse"
-       x1="4.5264969"
-       y1="2.7991772"
-       x2="10.623409"
-       y2="11.024895" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="36.574547"
-       x2="17.890068"
-       y1="8.3091545"
-       x1="17.890068"
-       id="linearGradient3155"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient1988"
-       xlink:href="#linearGradient3816"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient3149"
-       inkscape:collect="always">
-      <stop
-         id="stop3151"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3153"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2851">
-      <stop
-         id="stop2853"
-         offset="0"
-         style="stop-color:#73d216;stop-opacity:1;" />
-      <stop
-         id="stop2855"
-         offset="1"
-         style="stop-color:#5ca911;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient2070"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient2083"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.004822,0,0,1.004822,-54.47635,15.84276)"
-       x1="15.498499"
-       y1="9.4211226"
-       x2="24.240097"
-       y2="36.603138" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient2087"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.076595,0,0,1.076595,-55.76035,14.58151)"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient2093"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="27.77807"
-       x2="12.233074"
-       y1="11.789385"
-       x1="6.878005"
-       id="linearGradient2857"
-       xlink:href="#linearGradient2851"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientTransform="matrix(0.914124,-3.896132e-15,-2.475021e-18,1.631747,2.671799,-12.00863)"
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient2187"
-       xlink:href="#linearGradient3816"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2169">
-      <stop
-         id="stop2171"
-         offset="0"
-         style="stop-color:#73d216;stop-opacity:1;" />
-      <stop
-         id="stop2173"
-         offset="1"
-         style="stop-color:#5ca911;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="40.032413"
-       x2="17.890068"
-       y1="8.0617304"
-       x1="17.890068"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2167"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(0.482882,0,0,0.482874,0.269812,0.26982)"
-       gradientUnits="userSpaceOnUse"
-       y2="39.834526"
-       x2="31.18539"
-       y1="4.5934086"
-       x1="8.7505674"
-       id="linearGradient2165"
-       xlink:href="#linearGradient2239"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(0.684526,0,0,0.687171,-0.20455,-0.253325)"
-       gradientUnits="userSpaceOnUse"
-       y2="17.697369"
-       x2="11.226587"
-       y1="-1.5641226"
-       x1="9.2594385"
-       id="linearGradient2157"
-       xlink:href="#linearGradient2186"
-       inkscape:collect="always" />
-    <radialGradient
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2149"
-       xlink:href="#linearGradient2812"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.018423,0.664359,-1.388844,4.257661,-0.134567,-26.02469)"
-       r="0.8078171"
-       fy="6.9473476"
-       fx="4.8470273"
-       cy="6.9473476"
-       cx="4.8470273"
-       id="radialGradient2141"
-       xlink:href="#linearGradient2898"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2186"
-       id="linearGradient2208"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.048768,0,0,3.033857,-3.920843,-3.729339)"
-       x1="3.3119085"
-       y1="-0.76356995"
-       x2="9.0812168"
-       y2="10.792614" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2239"
-       id="linearGradient2210"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.150367,0,0,2.139859,-1.726897,-1.575055)"
-       x1="6.6158633"
-       y1="4.5275822"
-       x2="11.507221"
-       y2="32.896225" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="11.313708"
-     inkscape:cx="32.077294"
-     inkscape:cy="17.208225"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#ef2929"
-     inkscape:window-width="1440"
-     inkscape:window-height="849"
-     inkscape:window-x="0"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata1336">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       transform="matrix(1.731691,0,0,0.461784,-37.87759,19.22212)"
-       sodipodi:type="arc"
-       style="color:black;fill:url(#radialGradient2093);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2091"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z" />
-    <path
-       sodipodi:type="arc"
-       style="color:black;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.36561811px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2194"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.936036,0,0,0.936032,1.023071,0.100614)" />
-    <path
-       sodipodi:type="arc"
-       style="color:black;fill:#f24747;fill-opacity:1;fill-rule:evenodd;stroke:#820000;stroke-width:0.95634508px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2196"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(1.045648,0,0,1.045648,-0.801887,-1.828653)" />
-    <path
-       style="opacity:0.6;color:black;fill:url(#linearGradient2208);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2210);stroke-width:0.99999946px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       d="M 29.499988,15.499986 C 29.499988,23.227979 23.227989,29.499978 15.49999,29.499978 C 7.7719953,29.499978 1.4999991,23.227979 1.4999991,15.499986 C 1.4999991,7.7719948 7.7719953,1.4999985 15.49999,1.4999985 C 23.227989,1.4999985 29.499988,7.7719948 29.499988,15.499986 z "
-       id="path2199" />
-    <rect
-       style="fill:#eeeeec;fill-opacity:1;stroke:#a40000;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect3207"
-       width="24"
-       height="5.9877748"
-       x="3.5000014"
-       y="12.535524"
-       rx="2.098541"
-       ry="1.919746" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/32/scalable/chat.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,382 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg13306"
-   sodipodi:version="0.32"
-   inkscape:version="0.43"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/32/irc32.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/status/22/scalable"
-   sodipodi:docname="irc22.svg">
-  <defs
-     id="defs13308">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2280">
-      <stop
-         style="stop-color:#d3d7cf;stop-opacity:1;"
-         offset="0"
-         id="stop2282" />
-      <stop
-         style="stop-color:#d3d7cf;stop-opacity:0;"
-         offset="1"
-         id="stop2284" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3131">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop3133" />
-      <stop
-         style="stop-color:#d3d7cf"
-         offset="1"
-         id="stop3135" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3121">
-      <stop
-         style="stop-color:#d3d7cf;stop-opacity:1;"
-         offset="0"
-         id="stop3123" />
-      <stop
-         style="stop-color:#d3d7cf;stop-opacity:0;"
-         offset="1"
-         id="stop3125" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3121"
-       id="linearGradient3127"
-       x1="13"
-       y1="26.785713"
-       x2="13"
-       y2="18.078569"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3131"
-       id="linearGradient3137"
-       x1="18.206755"
-       y1="4.8468447"
-       x2="18.150391"
-       y2="13.775416"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2280"
-       id="radialGradient2286"
-       cx="10.288303"
-       cy="6.7567434"
-       fx="10.288303"
-       fy="6.7567434"
-       r="9.5"
-       gradientTransform="matrix(3.068505,2.211325e-16,-2.22395e-16,3.088141,-19.718,-11.54269)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3121"
-       id="linearGradient2314"
-       gradientUnits="userSpaceOnUse"
-       x1="13"
-       y1="26.785713"
-       x2="13"
-       y2="18.078569" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2280"
-       id="radialGradient2316"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-1.276682,0,0,1.19816,31.40394,-2.987018)"
-       cx="10.5"
-       cy="12.373168"
-       fx="10.5"
-       fy="12.373168"
-       r="9.5" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient2259"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2280"
-       id="radialGradient2288"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-3.068505,2.211325e-16,2.22395e-16,3.088141,49.79439,-16.48838)"
-       cx="10.288303"
-       cy="6.7567434"
-       fx="10.288303"
-       fy="6.7567434"
-       r="9.5" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2280"
-       id="radialGradient2303"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-3.068505,2.211325e-16,2.22395e-16,3.088141,49.79439,-16.48838)"
-       cx="10.288303"
-       cy="6.7567434"
-       fx="10.288303"
-       fy="6.7567434"
-       r="9.5" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2280"
-       id="radialGradient2311"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-3.068359,2.215789e-16,2.223845e-16,3.094375,50.71778,-16.58055)"
-       cx="10.288303"
-       cy="6.7567434"
-       fx="10.288303"
-       fy="6.7567434"
-       r="9.5" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="18.473111"
-     inkscape:cx="29.810494"
-     inkscape:cy="15.064084"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#888a85"
-     inkscape:window-width="1268"
-     inkscape:window-height="971"
-     inkscape:window-x="6"
-     inkscape:window-y="21" />
-  <metadata
-     id="metadata13311">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <rect
-       style="fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="rect2266"
-       width="7.8841181"
-       height="1.3182492"
-       x="7.6668901"
-       y="10.258818" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.5;fill:url(#radialGradient2259);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2257"
-       sodipodi:cx="10.748654"
-       sodipodi:cy="10.457643"
-       sodipodi:rx="6.6449099"
-       sodipodi:ry="2.3675451"
-       d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1  4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1  17.393564 10.457643 z"
-       transform="matrix(1.956384,0,0,1.492296,-2.028491,6.861024)" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0020103"
-       inkscape:original="M 10.03125 5.5 C 5.2809556 5.6861502 1.5 8.7231084 1.5 12.4375 C 1.5 14.570281 2.4139213 16.850503 4.375 18.125 C 4.790921 19.906271 3.5825788 21.282326 3.375 21.5 C 3.7506605 21.398222 6.7302843 20.58004 7.84375 19.375 C 8.9660824 19.328744 9.5914383 19.40625 10.5 19.40625 C 15.465015 19.40625 19.500001 16.271711 19.5 12.4375 C 19.499999 8.6032883 15.465015 5.5 10.5 5.5 C 10.344844 5.4999998 10.184486 5.4939951 10.03125 5.5 z "
-       xlink:href="#path13316"
-       style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2268"
-       inkscape:href="#path13316"
-       d="M 10.0625,6.5 C 7.8900031,6.5851338 5.9762716,7.3427975 4.625,8.4375 C 3.2737284,9.5322025 2.5,10.920293 2.5,12.4375 C 2.5,14.284032 3.2837785,16.226812 4.90625,17.28125 C 5.1287835,17.423752 5.2860248,17.648382 5.34375,17.90625 C 5.4955807,18.556498 5.4707531,19.125743 5.375,19.65625 C 6.0781419,19.333618 6.8270886,18.976092 7.09375,18.6875 C 7.2809756,18.490079 7.540428,18.377274 7.8125,18.375 C 8.9961476,18.326217 9.6484235,18.40625 10.5,18.40625 C 12.771643,18.40625 14.815021,17.674738 16.25,16.5625 C 17.684979,15.450262 18.5,14.003112 18.5,12.4375 C 18.5,10.871887 17.684227,9.4172787 16.25,8.3125 C 14.815773,7.2077213 12.773745,6.5 10.5,6.5 C 10.318992,6.4999998 10.162289,6.4960896 10.0625,6.5 z "
-       transform="matrix(-1.314019,0,0,1.318248,31.30935,-4.254128)" />
-    <rect
-       style="fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="rect2270"
-       width="7.8841181"
-       height="1.3182492"
-       x="-23.425228"
-       y="10.246607"
-       transform="scale(-1,1)" />
-    <rect
-       style="fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="rect2272"
-       width="11.826177"
-       height="1.3182486"
-       x="-23.425228"
-       y="12.883106"
-       transform="scale(-1,1)" />
-    <path
-       style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 22.692883,2.99624 C 26.405508,3.257151 29.338317,6.6950401 29.338317,10.905732 L 29.338317,13.542228 C 29.338317,16.486291 27.921683,19.059831 25.794086,20.421839 L 25.794086,24.170608 L 21.991421,21.45172 L 15.161392,21.45172 C 11.234384,21.45172 8.0729297,17.924087 8.0729297,13.542228 L 8.0729297,10.905732 C 8.0729297,6.5238731 11.234384,2.99624 15.161392,2.99624 L 22.249855,2.99624 C 22.403253,2.99624 22.541964,2.9856339 22.692883,2.99624 z "
-       id="path2274" />
-    <path
-       style="fill:url(#radialGradient2311);fill-opacity:1;stroke:#555753;stroke-width:0.99999934;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 22.624417,2.5060703 C 26.464733,2.777632 29.498415,6.3558623 29.498415,10.738444 L 29.498415,13.482567 C 29.498415,16.546813 27.708276,19.171166 25.507502,20.588776 L 25.507502,24.490577 L 21.898829,21.714941 L 14.833889,21.714941 C 10.771813,21.714941 7.5016231,18.043303 7.5016231,13.482567 L 7.5016231,10.738444 C 7.5016231,6.1777074 10.771813,2.5060703 14.833889,2.5060703 L 22.166152,2.5060703 C 22.324826,2.5060703 22.468307,2.4950311 22.624417,2.5060703 z "
-       id="path2276"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       style="fill:none;fill-opacity:1;stroke:#eeeeec;stroke-width:0.9999994;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 22.704664,3.5131917 C 25.926163,3.7412218 28.507158,6.7450671 28.507158,10.563549 L 28.507158,13.383692 C 28.507158,16.055065 27.209498,18.35845 25.357232,19.552755 C 24.970958,19.808888 24.466221,20.475031 24.465742,20.959035 L 24.465742,22.325042 L 22.787558,20.698438 C 22.569905,20.531802 22.309685,20.439583 22.041522,20.434052 L 14.788408,20.434052 C 11.367058,20.434052 8.5714493,17.354794 8.5714493,13.383692 L 8.5714493,10.563549 C 8.5714493,6.5924471 11.367058,3.5131917 14.788408,3.5131917 L 22.290201,3.5131917 C 22.510766,3.5131917 22.665871,3.5104459 22.704664,3.5131917 z "
-       id="path2280"
-       sodipodi:nodetypes="cccccccccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0020103"
-       inkscape:original="M 10.03125 5.5 C 5.2809556 5.6861502 1.5 8.7231084 1.5 12.4375 C 1.5 14.570281 2.4139213 16.850503 4.375 18.125 C 4.790921 19.906271 3.5825788 21.282326 3.375 21.5 C 3.7506605 21.398222 6.7302843 20.58004 7.84375 19.375 C 8.9660824 19.328744 9.5914383 19.40625 10.5 19.40625 C 15.465015 19.40625 19.500001 16.271711 19.5 12.4375 C 19.499999 8.6032883 15.465015 5.5 10.5 5.5 C 10.344844 5.4999998 10.184486 5.4939951 10.03125 5.5 z "
-       xlink:href="#path13316"
-       style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2288"
-       inkscape:href="#path13316"
-       d="M 10.0625,6.5 C 7.8900031,6.5851338 5.9762716,7.3427975 4.625,8.4375 C 3.2737284,9.5322025 2.5,10.920293 2.5,12.4375 C 2.5,14.284032 3.2837785,16.226812 4.90625,17.28125 C 5.1287835,17.423752 5.2860248,17.648382 5.34375,17.90625 C 5.4955807,18.556498 5.4707531,19.125743 5.375,19.65625 C 6.0781419,19.333618 6.8270886,18.976092 7.09375,18.6875 C 7.2809756,18.490079 7.540428,18.377274 7.8125,18.375 C 8.9961476,18.326217 9.6484235,18.40625 10.5,18.40625 C 12.771643,18.40625 14.815021,17.674738 16.25,16.5625 C 17.684979,15.450262 18.5,14.003112 18.5,12.4375 C 18.5,10.871887 17.684227,9.4172787 16.25,8.3125 C 14.815773,7.2077213 12.773745,6.5 10.5,6.5 C 10.318992,6.4999998 10.162289,6.4960896 10.0625,6.5 z "
-       transform="matrix(-1.318248,0,0,1.318248,31.31684,-4.514336)" />
-    <rect
-       style="fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="rect2300"
-       width="7.9094915"
-       height="1.3182492"
-       x="-23.407347"
-       y="15.259394"
-       transform="scale(-1,1)" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0020103"
-       inkscape:original="M 10.03125 5.5 C 5.2809556 5.6861502 1.5 8.7231084 1.5 12.4375 C 1.5 14.570281 2.4139213 16.850503 4.375 18.125 C 4.790921 19.906271 3.5825788 21.282326 3.375 21.5 C 3.7506605 21.398222 6.7302843 20.58004 7.84375 19.375 C 8.9660824 19.328744 9.5914383 19.40625 10.5 19.40625 C 15.465015 19.40625 19.500001 16.271711 19.5 12.4375 C 19.499999 8.6032883 15.465015 5.5 10.5 5.5 C 10.344844 5.4999998 10.184486 5.4939951 10.03125 5.5 z "
-       xlink:href="#path13316"
-       style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path13434"
-       inkscape:href="#path13316"
-       d="M 10.0625,6.5 C 7.8900031,6.5851338 5.9762716,7.3427975 4.625,8.4375 C 3.2737284,9.5322025 2.5,10.920293 2.5,12.4375 C 2.5,14.284032 3.2837785,16.226812 4.90625,17.28125 C 5.1287835,17.423752 5.2860248,17.648382 5.34375,17.90625 C 5.4955807,18.556498 5.4707531,19.125743 5.375,19.65625 C 6.0781419,19.333618 6.8270886,18.976092 7.09375,18.6875 C 7.2809756,18.490079 7.540428,18.377274 7.8125,18.375 C 8.9961476,18.326217 9.6484235,18.40625 10.5,18.40625 C 12.771643,18.40625 14.815021,17.674738 16.25,16.5625 C 17.684979,15.450262 18.5,14.003112 18.5,12.4375 C 18.5,10.871887 17.684227,9.4172787 16.25,8.3125 C 14.815773,7.2077213 12.773745,6.5 10.5,6.5 C 10.318992,6.4999998 10.162289,6.4960896 10.0625,6.5 z "
-       transform="matrix(-1.318248,0,0,1.318248,41.87276,-10.91182)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.5;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path3140"
-       sodipodi:cx="10.748654"
-       sodipodi:cy="10.457643"
-       sodipodi:rx="6.6449099"
-       sodipodi:ry="2.3675451"
-       d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1  4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1  17.393564 10.457643 z"
-       transform="matrix(1.956384,0,0,1.492296,-8.028502,10.92718)" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0020103"
-       inkscape:original="M 10.03125 5.5 C 5.2809556 5.6861502 1.5 8.7231084 1.5 12.4375 C 1.5 14.570281 2.4139213 16.850503 4.375 18.125 C 4.790921 19.906271 3.5825788 21.282326 3.375 21.5 C 3.7506605 21.398222 6.7302843 20.58004 7.84375 19.375 C 8.9660824 19.328744 9.5914383 19.40625 10.5 19.40625 C 15.465015 19.40625 19.500001 16.271711 19.5 12.4375 C 19.499999 8.6032883 15.465015 5.5 10.5 5.5 C 10.344844 5.4999998 10.184486 5.4939951 10.03125 5.5 z "
-       xlink:href="#path13316"
-       style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path13323"
-       inkscape:href="#path13316"
-       d="M 10.0625,6.5 C 7.8900031,6.5851338 5.9762716,7.3427975 4.625,8.4375 C 3.2737284,9.5322025 2.5,10.920293 2.5,12.4375 C 2.5,14.284032 3.2837785,16.226812 4.90625,17.28125 C 5.1287835,17.423752 5.2860248,17.648382 5.34375,17.90625 C 5.4955807,18.556498 5.4707531,19.125743 5.375,19.65625 C 6.0781419,19.333618 6.8270886,18.976092 7.09375,18.6875 C 7.2809756,18.490079 7.540428,18.377274 7.8125,18.375 C 8.9961476,18.326217 9.6484235,18.40625 10.5,18.40625 C 12.771643,18.40625 14.815021,17.674738 16.25,16.5625 C 17.684979,15.450262 18.5,14.003112 18.5,12.4375 C 18.5,10.871887 17.684227,9.4172787 16.25,8.3125 C 14.815773,7.2077213 12.773745,6.5 10.5,6.5 C 10.318992,6.4999998 10.162289,6.4960896 10.0625,6.5 z "
-       transform="matrix(1.318248,0,0,1.318248,-0.311199,0.746448)" />
-    <rect
-       style="fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="rect13438"
-       width="7.9094915"
-       height="1.3182492"
-       x="7.5982924"
-       y="15.247183" />
-    <rect
-       style="fill:#babdb6;fill-opacity:0.75;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="rect13440"
-       width="11.864237"
-       height="1.3182486"
-       x="7.5982924"
-       y="17.883682" />
-    <path
-       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.00000012;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 8.3329944,7.9968159 C 4.6084221,8.2577269 1.6661736,11.695616 1.6661736,15.906308 L 1.6661736,18.542804 C 1.6661736,21.486867 3.087367,24.060407 5.2218115,25.422415 L 5.2218115,29.171184 L 9.0367145,26.452296 L 15.888725,26.452296 C 19.828371,26.452296 23,22.924663 23,18.542804 L 23,15.906308 C 23,11.524449 19.828371,7.9968159 15.888725,7.9968159 L 8.7774491,7.9968159 C 8.6235567,7.9968159 8.4843998,7.9862098 8.3329944,7.9968159 z "
-       id="path2262" />
-    <path
-       style="opacity:1;fill:url(#radialGradient2286);fill-opacity:1;stroke:#555753;stroke-width:0.99999964;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 8.3766927,7.5054722 C 4.5361945,7.7764868 1.5023695,11.347508 1.5023695,15.72126 L 1.5023695,18.459855 C 1.5023695,21.517927 3.2925932,24.136993 5.4934716,25.551746 L 5.4934716,29.445687 L 9.1023157,26.675643 L 16.167592,26.675643 C 20.229859,26.675643 23.500204,23.011402 23.500204,18.459855 L 23.500204,15.72126 C 23.500204,11.169712 20.229859,7.5054722 16.167592,7.5054722 L 8.834981,7.5054722 C 8.6762986,7.5054722 8.5328105,7.4944552 8.3766927,7.5054722 z "
-       id="rect1326"
-       sodipodi:nodetypes="cccccccccccc" />
-    <rect
-       style="opacity:1;fill:#9a9b96;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2207"
-       width="13"
-       height="0.99999988"
-       x="6"
-       y="13"
-       rx="0"
-       ry="2" />
-    <path
-       style="fill:none;fill-opacity:1;stroke:#eeeeec;stroke-width:0.99999952;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 8.3211756,8.5137676 C 5.0893082,8.7417977 2.5000078,11.745643 2.5000078,15.564125 L 2.5000078,18.384268 C 2.5000081,21.055641 3.8018441,23.359026 5.6600704,24.553331 C 6.0475891,24.809464 6.5539501,25.475607 6.5544304,25.959611 L 6.5544304,27.325618 L 8.2380159,25.699014 C 8.4563686,25.532378 8.7174261,25.440159 8.9864518,25.434628 L 16.262909,25.434628 C 19.69527,25.434628 22.499876,22.35537 22.499876,18.384268 L 22.499876,15.564125 C 22.499876,11.593023 19.69527,8.5137676 16.262909,8.5137676 L 8.736973,8.5137676 C 8.5156977,8.5137676 8.3600941,8.5110218 8.3211756,8.5137676 z "
-       id="path2248"
-       sodipodi:nodetypes="cccccccccccccc" />
-    <rect
-       style="opacity:1;fill:#9a9b96;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2209"
-       width="9"
-       height="1"
-       x="6"
-       y="15"
-       rx="0"
-       ry="2" />
-    <rect
-       style="opacity:1;fill:#9a9b96;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2211"
-       width="13"
-       height="1"
-       x="6"
-       y="17"
-       rx="0"
-       ry="2" />
-    <rect
-       style="opacity:1;fill:#9a9b96;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2213"
-       width="9"
-       height="1"
-       x="6"
-       y="19"
-       rx="0"
-       ry="2" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/32/scalable/extended-away.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,331 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg1307"
-   sodipodi:version="0.32"
-   inkscape:version="0.43"
-   sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/status/32/scalable"
-   sodipodi:docname="extended-away.svg"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/32/extended-away.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   version="1.0">
-  <defs
-     id="defs1309">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2442">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2444" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2446" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2218">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2220" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2222" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2218"
-       id="linearGradient2224"
-       x1="16.78166"
-       y1="2.2841253"
-       x2="16.78166"
-       y2="31.254913"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3816">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3818" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3820" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient3822"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2223">
-      <stop
-         style="stop-color:#ebf3ff;stop-opacity:1;"
-         offset="0"
-         id="stop2225" />
-      <stop
-         style="stop-color:#ebf3ff;stop-opacity:0;"
-         offset="1"
-         id="stop2227" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2215">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2217" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2219" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2215"
-       id="linearGradient2221"
-       x1="8.3892212"
-       y1="10"
-       x2="3.5579317"
-       y2="10"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2223"
-       id="linearGradient2229"
-       x1="12.56203"
-       y1="10"
-       x2="8.2020855"
-       y2="10"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient2407"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2223"
-       id="linearGradient2409"
-       gradientUnits="userSpaceOnUse"
-       x1="12.56203"
-       y1="10"
-       x2="8.2020855"
-       y2="10" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2215"
-       id="linearGradient2411"
-       gradientUnits="userSpaceOnUse"
-       x1="8.3892212"
-       y1="10"
-       x2="3.5579317"
-       y2="10" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2442"
-       id="linearGradient2448"
-       x1="12.921875"
-       y1="4.6247787"
-       x2="12.921875"
-       y2="25.292774"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="31.254913"
-       x2="16.78166"
-       y1="2.2841253"
-       x1="16.78166"
-       id="linearGradient2302"
-       xlink:href="#linearGradient2218"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="10"
-       x2="8.2020855"
-       y1="10"
-       x1="11.402334"
-       id="linearGradient2300"
-       xlink:href="#linearGradient2223"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="10"
-       x2="3.5579317"
-       y1="10"
-       x1="6.9676862"
-       id="linearGradient2298"
-       xlink:href="#linearGradient2215"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient2284"
-       xlink:href="#linearGradient3816"
-       inkscape:collect="always" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient2329"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2223"
-       id="linearGradient2331"
-       gradientUnits="userSpaceOnUse"
-       x1="12.56203"
-       y1="10"
-       x2="8.2020855"
-       y2="10" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2215"
-       id="linearGradient2333"
-       gradientUnits="userSpaceOnUse"
-       x1="8.3892212"
-       y1="10"
-       x2="3.5579317"
-       y2="10" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="18.190884"
-     inkscape:cx="25.389762"
-     inkscape:cy="10.962876"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#edd400"
-     showguides="true"
-     inkscape:guide-bbox="true"
-     inkscape:window-width="1268"
-     inkscape:window-height="971"
-     inkscape:window-x="6"
-     inkscape:window-y="21" />
-  <metadata
-     id="metadata1312">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path4318"
-       style="opacity:0.6;color:#000000;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(1.673967,0,0,0.403354,-36.58163,19.76375)" />
-    <path
-       style="fill:#edd400;fill-opacity:1;fill-rule:evenodd;stroke:#c17d11;stroke-width:0.99999988;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 4.5080959,4.4269758 C 10.557346,4.4269758 20.15621,4.465285 27.184542,4.465285 C 27.184542,8.6448632 28.02146,21.037271 29.481401,27.685585 C 23.079726,29.361794 4.5346529,28.315941 4.5346529,28.315941 C 4.5346529,20.85508 4.5080959,13.687753 4.5080959,4.4269758 z "
-       id="rect1315"
-       sodipodi:nodetypes="ccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0393443"
-       inkscape:original="M 4.5 4.4375 C 4.5 13.698277 4.5312502 20.851639 4.53125 28.3125 C 4.53125 28.3125 23.067075 29.363709 29.46875 27.6875 C 28.008809 21.039186 27.1875 8.6483284 27.1875 4.46875 C 20.159168 4.46875 10.54925 4.4375001 4.5 4.4375 z "
-       xlink:href="#rect1315"
-       style="opacity:0.7;fill:url(#linearGradient2448);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-opacity:1"
-       id="path2197"
-       inkscape:href="#rect1315"
-       d="M 5.53125,3.53125 C 5.5336072,11.831399 5.5601429,18.573215 5.5625,25.375 C 6.3482241,25.398715 9.4703272,25.494413 14.09375,25.4375 C 18.884454,25.378528 24.215992,25.091659 27.34375,24.4375 C 26.107491,17.785975 26.144132,7.9866899 26.15625,3.5625 C 19.562455,3.5600347 11.310382,3.5337152 5.53125,3.53125 z " />
-    <path
-       style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 13.749747,6.6050121 L 15.625,7.8883843 L 13.749747,9.9112132 L 13.749747,6.6050121 z "
-       id="rect2325"
-       sodipodi:nodetypes="cccc" />
-    <path
-       style="fill:#3465a4;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1.00000048;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 13.74852,8.4678156 C 13.74852,11.235194 11.509501,13.481182 8.7507066,13.481182 C 5.9919126,13.481182 3.7528913,11.235194 3.7528913,8.4678156 C 3.7528913,5.7004381 5.9919126,3.4544504 8.7507066,3.4544504 C 11.509501,3.4544504 13.74852,5.7004381 13.74852,8.4678156 z "
-       id="path2193" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.95346487"
-       inkscape:original="M 8.75 3.46875 C 5.991206 3.46875 3.75 5.7013727 3.75 8.46875 C 3.75 11.236128 5.9912059 13.46875 8.75 13.46875 C 11.508794 13.46875 13.75 11.236129 13.75 8.46875 C 13.75 5.7013725 11.508794 3.46875 8.75 3.46875 z "
-       xlink:href="#path2193"
-       style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2229);stroke-width:1.00443506;stroke-miterlimit:4;stroke-opacity:1"
-       id="path2203"
-       inkscape:href="#path2193"
-       d="M 7.75,4.4375 C 5.5128163,4.4375 3.71875,6.2474089 3.71875,8.5 C 3.71875,10.752592 5.5056158,12.53125 7.75,12.53125 C 9.994384,12.53125 11.78125,10.752592 11.78125,8.5 C 11.78125,6.2474086 9.9871838,4.4375001 7.75,4.4375 z "
-       transform="matrix(1,0,0,0.991189,0,9.7192e-2)" />
-    <path
-       style="fill:#3465a4;fill-opacity:1;fill-rule:evenodd;stroke:#204a87;stroke-width:1.00000048;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 9.52976,8.000001 C 9.52976,9.9478989 7.9469225,11.5288 5.9966401,11.5288 C 4.0463575,11.5288 2.4635196,11.118871 2.4635196,8.000001 C 2.4635196,4.9643308 4.0463575,4.4712007 5.9966401,4.4712007 C 7.9469225,4.4712007 9.52976,6.0521032 9.52976,8.000001 z "
-       id="path2191"
-       sodipodi:nodetypes="cszsz" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0040261"
-       inkscape:original="M 6 4.46875 C 4.0497174 4.46875 2.46875 4.9643298 2.46875 8 C 2.46875 11.11887 4.0497173 11.53125 6 11.53125 C 7.9502824 11.53125 9.5312496 9.9478979 9.53125 8 C 9.53125 6.0521022 7.9502823 4.4687502 6 4.46875 z "
-       xlink:href="#path2191"
-       style="opacity:0.2;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2221);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2205"
-       inkscape:href="#path2191"
-       d="M 6.25,5.75 C 5.2984865,5.75 4.6069837,5.9126162 4.21875,6.21875 C 3.8305163,6.5248838 3.5,7.0635578 3.5,8.5 C 3.5,9.9852307 3.8443679,10.527692 4.21875,10.8125 C 4.5931321,11.097308 5.2791948,11.21875 6.25,11.21875 C 7.7905436,11.21875 9,10.024112 9,8.5 C 9,6.9758887 7.7804565,5.7499999 6.25,5.75 z " />
-    <path
-       style="fill:#1f2325;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="path2321"
-       d="M 7.4664419,21.790504 C 7.6171335,21.472639 7.5903631,21.080207 7.5738107,20.724054 C 7.5645966,20.328182 7.553531,19.931444 7.5628815,19.535434 C 7.6862086,18.934722 7.4223025,18.284509 7.5619837,17.695635 C 8.4913478,16.918611 8.779547,17.520222 8.9732134,18.535315 C 9.141714,19.316993 9.0808976,20.138929 9.3107603,20.904493 C 9.4229858,21.186719 9.5228874,21.533907 9.7862865,21.688466 C 9.8717985,21.738642 10.160546,21.650479 10.076139,21.702911 C 9.9277994,21.795056 9.7738321,21.875554 9.6226778,21.961876 C 10.166856,21.463073 10.350205,20.729344 10.396938,19.982391 C 10.435833,19.581606 10.451998,19.188952 10.399578,18.789123 C 10.166407,18.058179 10.990102,17.248796 11.51262,17.886694 C 11.720664,18.218895 11.740938,18.63542 11.90574,18.994554 C 11.947812,19.086236 12.251074,19.046225 12.168944,19.093863 C 11.395379,19.542562 11.603267,19.552673 11.755485,19.186599 C 11.923692,18.381531 12.070216,17.57428 12.262965,16.77402 C 12.355647,16.128047 13.073444,15.326089 13.632005,15.832071 C 13.922797,17.038416 13.775507,18.350327 13.779031,19.594719 C 13.762689,20.259909 13.823491,20.46924 14.391772,20.232099 C 14.673689,20.036509 15.879147,19.780615 14.605225,20.302133 C 14.428558,20.374457 14.592391,19.881822 14.551741,19.677654 C 14.406583,18.798019 14.328474,17.905712 14.205756,17.02013 C 13.741974,15.732 15.323052,14.999636 15.833449,16.332594 C 16.072345,16.847093 15.632116,17.920383 16.293839,17.999536 C 16.606773,18.008892 17.2325,17.627433 16.195304,18.221431 C 16.067604,18.294563 16.352036,17.945237 16.379382,17.788593 L 17,17.446903 C 16.917573,18.113071 16.305197,18.459743 15.730448,18.445044 C 15.022636,18.315751 15.472421,17.252659 15.259499,16.690238 C 15.157937,16.423212 14.979402,16.059468 14.690545,15.993681 C 14.578077,15.968067 14.259461,16.142923 14.352808,16.068695 C 15.057372,15.508443 14.634768,16.014378 14.806068,16.667643 C 14.92647,17.552937 14.989234,18.4456 15.143858,19.323134 C 15.406315,20.480254 14.551321,20.369083 13.850464,20.701846 C 13.232029,20.951398 13.149873,20.590349 13.181406,19.93174 C 13.214535,18.714058 13.356393,17.417552 13.040099,16.240856 C 12.944597,16.162057 12.592575,16.220478 12.692818,16.149313 C 13.641649,15.475716 12.957186,15.912077 12.883197,16.445334 C 12.677069,17.245994 12.508758,18.050062 12.37553,18.869996 C 11.749734,20.643047 11.14424,18.96046 10.923029,18.27894 C 10.603335,17.926927 10.411727,18.247051 11.147353,17.72929 C 11.203912,17.689479 10.787221,18.33988 11.013091,18.429835 C 11.062284,18.835092 11.071264,19.232258 11.01471,19.638079 C 10.962733,20.40254 10.779662,21.14716 10.248302,21.685351 C 9.3607654,22.279855 9.0841413,22.308764 8.7096713,21.275282 C 8.4697235,20.505358 8.564412,19.671829 8.3875807,18.884671 C 8.3162099,18.539051 8.2444032,18.154232 8.0131768,17.89074 C 7.9316171,17.7978 7.5991028,17.793749 7.6969194,17.722745 C 7.8618476,17.603021 8.4763633,17.236704 8.2003734,17.378751 C 8.0348997,17.946135 8.2494951,18.593839 8.1876043,19.188648 C 8.1698229,19.58173 8.1803028,19.97754 8.1900281,20.370998 C 8.2081877,20.74632 8.2130102,21.123443 8.1240771,21.487995 L 7.4664419,21.790504 z " />
-    <path
-       style="fill:#1f2325;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="path2323"
-       d="M 24.902817,19.286144 C 24.74629,19.580709 24.774097,19.944379 24.79129,20.274426 C 24.800861,20.641282 24.812355,21.008939 24.80264,21.375924 C 24.674538,21.932605 24.948665,22.535158 24.803574,23.080869 C 23.838216,23.80094 23.538852,23.243425 23.337684,22.302736 C 23.162656,21.578352 23.225828,20.816663 22.987063,20.10721 C 22.87049,19.845673 22.76672,19.523932 22.493119,19.380702 C 22.404296,19.334204 22.104364,19.415905 22.192041,19.367317 C 22.346124,19.281926 22.506057,19.207327 22.663065,19.127333 C 22.09781,19.589576 21.907359,20.269524 21.858815,20.961727 C 21.818415,21.333135 21.801623,21.697009 21.856073,22.067532 C 22.098275,22.7449 21.242678,23.494957 20.69992,22.903814 C 20.48382,22.595962 20.462759,22.209969 20.291574,21.877159 C 20.247873,21.792194 19.932864,21.829275 20.018176,21.785128 C 20.821704,21.369318 20.605763,21.359947 20.447648,21.699188 C 20.272926,22.445248 20.120725,23.193329 19.920512,23.934933 C 19.824241,24.533558 19.078644,25.276734 18.498446,24.80784 C 18.196392,23.689917 18.349388,22.474165 18.345726,21.320983 C 18.362702,20.70455 18.299545,20.510563 17.709252,20.730322 C 17.416416,20.911575 16.164267,21.148713 17.487532,20.665419 C 17.67104,20.598399 17.500864,21.054924 17.543086,21.244128 C 17.693869,22.059287 17.775002,22.886191 17.902472,23.706862 C 18.38422,24.900575 16.741902,25.57926 16.211735,24.344003 C 15.963585,23.867215 16.420866,22.872595 15.733513,22.799243 C 15.408459,22.790574 14.758495,23.144072 15.835866,22.593613 C 15.968511,22.52584 15.673063,22.849563 15.644657,22.994726 L 15,23.31137 C 15.08562,22.69403 15.721716,22.372768 16.318726,22.38639 C 17.053954,22.506205 16.586747,23.491375 16.807916,24.012573 C 16.913412,24.260027 17.098863,24.59711 17.398906,24.658075 C 17.515731,24.681812 17.846689,24.519773 17.749726,24.588559 C 17.017873,25.107746 17.456845,24.638894 17.278909,24.033512 C 17.153843,23.213108 17.08865,22.385875 16.928037,21.57266 C 16.655414,20.500356 17.543525,20.603378 18.271528,20.295007 C 18.913916,20.063744 18.999253,20.39833 18.966499,21.008665 C 18.932088,22.137094 18.784734,23.33857 19.11328,24.429017 C 19.212481,24.50204 19.578137,24.4479 19.47401,24.513851 C 18.488429,25.138075 19.199404,24.733695 19.276259,24.239527 C 19.490371,23.497554 19.6652,22.752422 19.803589,21.992587 C 20.453622,20.349496 21.082568,21.908754 21.312349,22.540319 C 21.644424,22.86653 21.843455,22.569871 21.079334,23.049682 C 21.020585,23.086574 21.453416,22.483845 21.218798,22.400483 C 21.167699,22.024932 21.158371,21.656878 21.217118,21.2808 C 21.271106,20.572373 21.461269,19.882332 22.013209,19.383589 C 22.935122,18.832661 23.22246,18.805872 23.611435,19.763601 C 23.860676,20.477092 23.762321,21.249526 23.945999,21.978987 C 24.020135,22.299274 24.094725,22.655886 24.334906,22.900065 C 24.419624,22.986194 24.765016,22.989948 24.663414,23.055747 C 24.492096,23.166695 23.853779,23.506162 24.140459,23.374525 C 24.312341,22.84873 24.089434,22.248499 24.153722,21.69729 C 24.172192,21.333021 24.161306,20.966223 24.151203,20.601604 C 24.13234,20.253793 24.127334,19.90431 24.21971,19.56648 L 24.902817,19.286144 z " />
-    <path
-       style="fill:#1f2325;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-       id="path2325"
-       d="M 19.434371,17.997739 C 19.583934,17.787903 19.056933,18.227677 18.856826,18.316432 C 18.689706,18.390555 19.008924,17.961456 19.043842,17.771658 C 19.138359,17.257908 19.151802,16.715855 19.142419,16.19344 C 18.976609,15.560293 19.220874,14.76829 19.99978,15.063775 C 20.528061,15.484111 21.121779,15.449251 21.713451,15.571757 C 21.971675,15.987856 21.571998,16.490821 21.710246,16.920641 C 22.348603,16.68343 23.142157,16.604952 23.728112,16.233558 C 23.555872,16.336972 23.386976,16.447029 23.211392,16.543799 C 23.10366,16.603173 23.40537,16.349058 23.412144,16.219682 C 23.426732,15.941106 23.078888,15.635634 22.92216,15.441116 L 23.536507,15.048071 C 24.162131,15.887481 24.256767,16.159049 23.175256,16.709785 C 22.574631,17.029295 21.729113,17.284671 21.083753,17.316818 C 20.882967,16.899514 21.297701,16.431856 21.119644,16.008156 C 20.514216,15.913603 19.945832,15.855236 19.397048,15.496677 C 18.83123,15.343594 19.932847,14.478665 19.766147,15.853187 C 19.758462,16.970485 19.880276,17.928468 18.835791,18.462694 L 19.434371,17.997739 z " />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/32/scalable/log-in.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,185 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg1316"
-   sodipodi:version="0.32"
-   inkscape:version="0.43"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/22/logout.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/status/32"
-   sodipodi:docname="log-in32.svg">
-  <defs
-     id="defs1318">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2241">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop2243" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop2245" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2203">
-      <stop
-         style="stop-color:#727e0a;stop-opacity:1;"
-         offset="0"
-         id="stop2205" />
-      <stop
-         style="stop-color:#727e0a;stop-opacity:0;"
-         offset="1"
-         id="stop2207" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2203"
-       id="linearGradient2209"
-       x1="16"
-       y1="24.34691"
-       x2="16"
-       y2="13.322957"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2241"
-       id="linearGradient2247"
-       x1="15.990176"
-       y1="5.2178974"
-       x2="15.990176"
-       y2="12.654988"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.335404,0,0,1.332187,-0.856061,-1.48309)" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="13.427178"
-     inkscape:cx="23.992971"
-     inkscape:cy="24.519716"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#eeeeec"
-     inkscape:window-width="1268"
-     inkscape:window-height="971"
-     inkscape:window-x="6"
-     inkscape:window-y="21" />
-  <metadata
-     id="metadata1321">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.5;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path3140"
-       sodipodi:cx="10.748654"
-       sodipodi:cy="10.457643"
-       sodipodi:rx="6.6449099"
-       sodipodi:ry="2.3675451"
-       d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1  4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1  17.393564 10.457643 z"
-       transform="matrix(2.082938,0,0,1.670317,-5.229716,7.941572)" />
-    <rect
-       style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999928;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1324"
-       width="14.023601"
-       height="22.020569"
-       x="13.483435"
-       y="3.4914081"
-       ry="0" />
-    <rect
-       style="opacity:0.2;fill:url(#linearGradient2247);fill-opacity:1;stroke:#ffffff;stroke-width:0.99999845;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2211"
-       width="11.992401"
-       height="19.983084"
-       x="14.501082"
-       y="4.5114679"
-       ry="0" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#fcaf3e;fill-opacity:1;stroke:none;stroke-width:2.03035927;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2215"
-       sodipodi:cx="17.607706"
-       sodipodi:cy="10.679387"
-       sodipodi:rx="0.80383009"
-       sodipodi:ry="0.80383009"
-       d="M 18.411536 10.679387 A 0.80383009 0.80383009 0 1 1  16.803876,10.679387 A 0.80383009 0.80383009 0 1 1  18.411536 10.679387 z"
-       transform="matrix(1.866066,0,0,1.866066,-9.357145,-5.428438)" />
-    <path
-       style="fill:#73d216;fill-opacity:1;stroke:#4e9a06;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 10.441266,7.4917432 L 10.451514,11.523168 L 18.499752,11.538103 L 18.49425,18.487192 L 10.450758,18.487192 L 10.44051,22.500837 L 2.5137068,14.97259 L 10.441266,7.4917432 z "
-       id="rect2249"
-       sodipodi:nodetypes="cccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.98435259"
-       inkscape:original="M 10.4375 7.5 L 2.5 14.96875 L 10.4375 22.5 L 10.4375 18.5 L 18.5 18.5 L 18.5 11.53125 L 10.4375 11.53125 L 10.4375 7.5 z "
-       xlink:href="#rect2249"
-       style="opacity:0.33300003;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       id="path2256"
-       inkscape:href="#rect2249"
-       d="M 7.40625,8.53125 L 3.875,12 L 7.40625,15.5 L 7.40625,14.5 C 7.4146614,13.968497 7.8434973,13.539661 8.375,13.53125 L 13.34375,13.53125 L 13.34375,10.46875 L 8.375,10.46875 C 7.8434973,10.460339 7.4146614,10.031503 7.40625,9.5 L 7.40625,8.53125 z " />
-    <image
-       xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png"
-       sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png"
-       width="129"
-       height="160"
-       id="image2499"
-       x="-130"
-       y="-68" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/32/scalable/log-out.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,185 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg1316"
-   sodipodi:version="0.32"
-   inkscape:version="0.43"
-   version="1.0"
-   inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/status/32/log-out32.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/status/32"
-   sodipodi:docname="log-out32.svg">
-  <defs
-     id="defs1318">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2241">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop2243" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop2245" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2203">
-      <stop
-         style="stop-color:#727e0a;stop-opacity:1;"
-         offset="0"
-         id="stop2205" />
-      <stop
-         style="stop-color:#727e0a;stop-opacity:0;"
-         offset="1"
-         id="stop2207" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2203"
-       id="linearGradient2209"
-       x1="16"
-       y1="24.34691"
-       x2="16"
-       y2="13.322957"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2241"
-       id="linearGradient2247"
-       x1="15.990176"
-       y1="5.2178974"
-       x2="15.990176"
-       y2="12.654988"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.335404,0,0,1.332187,-0.856061,-1.48309)" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="13.427178"
-     inkscape:cx="23.992971"
-     inkscape:cy="24.519716"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     fill="#ef2929"
-     inkscape:window-width="1268"
-     inkscape:window-height="971"
-     inkscape:window-x="6"
-     inkscape:window-y="21" />
-  <metadata
-     id="metadata1321">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.5;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path3140"
-       sodipodi:cx="10.748654"
-       sodipodi:cy="10.457643"
-       sodipodi:rx="6.6449099"
-       sodipodi:ry="2.3675451"
-       d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1  4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1  17.393564 10.457643 z"
-       transform="matrix(2.082938,0,0,1.670317,-5.229716,7.941572)" />
-    <rect
-       style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999928;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect1324"
-       width="14.023601"
-       height="22.020569"
-       x="13.483435"
-       y="3.4914081"
-       ry="0" />
-    <rect
-       style="opacity:0.2;fill:url(#linearGradient2247);fill-opacity:1;stroke:#ffffff;stroke-width:0.99999845;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2211"
-       width="11.992401"
-       height="19.983084"
-       x="14.501082"
-       y="4.5114679"
-       ry="0" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#fcaf3e;fill-opacity:1;stroke:none;stroke-width:2.03035927;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2215"
-       sodipodi:cx="17.607706"
-       sodipodi:cy="10.679387"
-       sodipodi:rx="0.80383009"
-       sodipodi:ry="0.80383009"
-       d="M 18.411536 10.679387 A 0.80383009 0.80383009 0 1 1  16.803876,10.679387 A 0.80383009 0.80383009 0 1 1  18.411536 10.679387 z"
-       transform="matrix(1.866066,0,0,1.866066,-9.357145,-5.428438)" />
-    <path
-       style="fill:#ef2929;fill-opacity:1;stroke:#a40000;stroke-width:0.99999994;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 10.572193,7.4917432 L 10.561945,11.523168 L 2.5137068,11.538103 L 2.5192088,18.487192 L 10.562701,18.487192 L 10.572949,22.500837 L 18.499752,14.97259 L 10.572193,7.4917432 z "
-       id="rect2249"
-       sodipodi:nodetypes="cccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.98435259"
-       inkscape:original="M 10.5625 7.5 L 10.5625 11.53125 L 2.5 11.53125 L 2.53125 18.5 L 10.5625 18.5 L 10.5625 22.5 L 18.5 14.96875 L 10.5625 7.5 z "
-       xlink:href="#rect2249"
-       style="opacity:0.33300003;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       id="path2256"
-       inkscape:href="#rect2249"
-       d="M 7.40625,8.53125 L 3.875,12 L 7.40625,15.5 L 7.40625,14.5 C 7.4146614,13.968497 7.8434973,13.539661 8.375,13.53125 L 13.34375,13.53125 L 13.34375,10.46875 L 8.375,10.46875 C 7.8434973,10.460339 7.4146614,10.031503 7.40625,9.5 L 7.40625,8.53125 z " />
-    <image
-       xlink:href="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png"
-       sodipodi:absref="/home/hbons/Desktop/Gaim Refresh/Tango-Palette.png"
-       width="129"
-       height="160"
-       id="image2499"
-       x="-130"
-       y="-68" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/32/scalable/offline.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,678 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.44.1"
-   version="1.0"
-   sodipodi:docbase="/home/hbons/Desktop/experiment/status/32/scalable"
-   sodipodi:docname="offline.svg"
-   inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/status/32/offline.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3816">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3818" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3820" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient3822"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3150">
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1;"
-         offset="0"
-         id="stop3152" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
-         offset="1"
-         id="stop3154" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient3156"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,5.698892e-16,-4.565819e-9,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2235">
-      <stop
-         style="stop-color:#babdb6;stop-opacity:1;"
-         offset="0"
-         id="stop2237" />
-      <stop
-         style="stop-color:#babdb6;stop-opacity:0;"
-         offset="1"
-         id="stop2239" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2225">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop2227" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop2229" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2225"
-       id="linearGradient2231"
-       x1="11.802028"
-       y1="1.9986149"
-       x2="11.802028"
-       y2="14.895812"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2235"
-       id="linearGradient2270"
-       gradientUnits="userSpaceOnUse"
-       x1="12.00096"
-       y1="17.203793"
-       x2="12.00096"
-       y2="9.1482677"
-       gradientTransform="matrix(1.40375,0,0,1.403934,-1.668488,-1.296374)" />
-    <radialGradient
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient2148"
-       xlink:href="#linearGradient2812"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="36.603138"
-       x2="24.240097"
-       y1="9.4211226"
-       x1="15.498499"
-       gradientTransform="matrix(0.466524,0,0,0.466525,38.65385,10.80199)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2146"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="21.045444"
-       x2="15.602553"
-       y1="1.5657365"
-       x1="15.602553"
-       gradientTransform="matrix(0.705322,0,0,0.705327,-58.76363,3.243275)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2132"
-       xlink:href="#linearGradient2239"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="36.603138"
-       x2="24.240097"
-       y1="9.4211226"
-       x1="15.498499"
-       gradientTransform="matrix(0.466524,0,0,0.466525,38.65385,10.80199)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2126"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5129">
-      <stop
-         style="stop-color:white;stop-opacity:1;"
-         offset="0"
-         id="stop5131" />
-      <stop
-         style="stop-color:white;stop-opacity:0;"
-         offset="1"
-         id="stop5133" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3150"
-       id="radialGradient2035"
-       cx="10.748654"
-       cy="10.457643"
-       fx="10.748654"
-       fy="10.457643"
-       r="6.6449099"
-       gradientTransform="matrix(-0.842757,0,0,-0.35721,19.80716,14.19321)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2239">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2241" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2243" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5129"
-       id="radialGradient5135"
-       cx="10.99079"
-       cy="5.3375292"
-       fx="10.99079"
-       fy="5.3375292"
-       r="5.7619157"
-       gradientTransform="matrix(1,0,0,0.493392,0,4.185903)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient2068"
-       xlink:href="#linearGradient2812"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="11.024895"
-       x2="10.623409"
-       y1="2.7991772"
-       x1="4.5264969"
-       id="linearGradient2070"
-       xlink:href="#linearGradient2804"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="27.77807"
-       x2="12.233074"
-       y1="11.789385"
-       x1="6.878005"
-       id="linearGradient2072"
-       xlink:href="#linearGradient2851"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2080">
-      <stop
-         id="stop2082"
-         offset="0"
-         style="stop-color:#73d216;stop-opacity:1;" />
-      <stop
-         id="stop2084"
-         offset="1"
-         style="stop-color:#5ca911;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="40.032413"
-       x2="17.890068"
-       y1="8.0617304"
-       x1="17.890068"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2086"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient2100"
-       gradientUnits="userSpaceOnUse"
-       x1="4.5264969"
-       y1="2.7991772"
-       x2="10.623409"
-       y2="11.024895" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient1985"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       gradientTransform="matrix(0.999824,0,0,0.999281,2.209264e-4,5.644055e-4)"
-       gradientUnits="userSpaceOnUse"
-       y2="33.483475"
-       x2="15.522223"
-       y1="1.5657365"
-       x1="15.602553"
-       id="linearGradient2040"
-       xlink:href="#linearGradient2239"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient2032"
-       xlink:href="#linearGradient3816"
-       inkscape:collect="always" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient2057"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2239"
-       id="linearGradient2073"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.705322,0,0,0.705327,8.71963,7.710084)"
-       x1="15.602553"
-       y1="1.5657365"
-       x2="15.602553"
-       y2="21.045444" />
-    <radialGradient
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient1992"
-       xlink:href="#linearGradient2812"
-       inkscape:collect="always" />
-    <radialGradient
-       r="0.8078171"
-       fy="6.9473476"
-       fx="4.8470273"
-       cy="6.9473476"
-       cx="4.8470273"
-       gradientTransform="matrix(3.018423,0.664359,-1.388844,4.257661,-0.134567,-26.02469)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient1990"
-       xlink:href="#linearGradient2898"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(1.076595,0,0,1.076595,-3.760351,-3.418494)"
-       y2="27.77807"
-       x2="12.233074"
-       y1="11.789385"
-       x1="6.878005"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient1986"
-       xlink:href="#linearGradient2851"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="matrix(1.004822,0,0,1.004822,-2.476351,-2.157242)"
-       y2="36.603138"
-       x2="24.240097"
-       y1="9.4211226"
-       x1="15.498499"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient1983"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2898">
-      <stop
-         style="stop-color:white;stop-opacity:1;"
-         offset="0"
-         id="stop2900" />
-      <stop
-         style="stop-color:white;stop-opacity:0;"
-         offset="1"
-         id="stop2902" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient4738"
-       gradientUnits="userSpaceOnUse"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient4740"
-       gradientUnits="userSpaceOnUse"
-       x1="15.498499"
-       y1="9.4211226"
-       x2="24.240097"
-       y2="36.603138" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient2269"
-       gradientUnits="userSpaceOnUse"
-       x1="17.890068"
-       y1="8.0617304"
-       x2="17.890068"
-       y2="40.032413" />
-    <linearGradient
-       id="linearGradient1935">
-      <stop
-         style="stop-color:#73d216;stop-opacity:1;"
-         offset="0"
-         id="stop1937" />
-      <stop
-         style="stop-color:#5ca911;stop-opacity:1;"
-         offset="1"
-         id="stop1939" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient1953"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.914124,-3.896132e-15,-2.475021e-18,1.631747,2.671799,-12.00863)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient1955"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2898"
-       id="radialGradient2904"
-       cx="4.8470273"
-       cy="6.9473476"
-       fx="4.8470273"
-       fy="6.9473476"
-       r="0.8078171"
-       gradientTransform="matrix(3.018423,0.664359,-1.388844,4.257661,-0.134567,-26.02469)"
-       gradientUnits="userSpaceOnUse" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient2818"
-       xlink:href="#linearGradient2812"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="11.024895"
-       x2="10.623409"
-       y1="2.7991772"
-       x1="4.5264969"
-       id="linearGradient2810"
-       xlink:href="#linearGradient2804"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="27.77807"
-       x2="12.233074"
-       y1="11.789385"
-       x1="6.878005"
-       id="linearGradient2963"
-       xlink:href="#linearGradient2851"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2951">
-      <stop
-         id="stop2953"
-         offset="0"
-         style="stop-color:#73d216;stop-opacity:1;" />
-      <stop
-         id="stop2955"
-         offset="1"
-         style="stop-color:#5ca911;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="40.032413"
-       x2="17.890068"
-       y1="8.0617304"
-       x1="17.890068"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient2949"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2804"
-       inkscape:collect="always">
-      <stop
-         id="stop2806"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop2808"
-         offset="1"
-         style="stop-color:white;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2812"
-       inkscape:collect="always">
-      <stop
-         id="stop2814"
-         offset="0"
-         style="stop-color:#2e3436;stop-opacity:1;" />
-      <stop
-         id="stop2816"
-         offset="1"
-         style="stop-color:#2e3436;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient3005"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient3007"
-       gradientUnits="userSpaceOnUse"
-       x1="4.5264969"
-       y1="2.7991772"
-       x2="10.623409"
-       y2="11.024895" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient3025"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <linearGradient
-       gradientUnits="userSpaceOnUse"
-       y2="36.574547"
-       x2="17.890068"
-       y1="8.3091545"
-       x1="17.890068"
-       id="linearGradient3155"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <radialGradient
-       gradientUnits="userSpaceOnUse"
-       r="8.6620579"
-       fy="19.008621"
-       fx="31.112698"
-       cy="19.008621"
-       cx="31.112698"
-       id="radialGradient1983"
-       xlink:href="#linearGradient3816"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient3149"
-       inkscape:collect="always">
-      <stop
-         id="stop3151"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3153"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2851">
-      <stop
-         id="stop2853"
-         offset="0"
-         style="stop-color:#73d216;stop-opacity:1;" />
-      <stop
-         id="stop2855"
-         offset="1"
-         style="stop-color:#5ca911;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient2056"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.004822,0,0,1.004822,-33.47635,-2.157242)"
-       x1="15.498499"
-       y1="9.4211226"
-       x2="24.240097"
-       y2="36.603138" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient2059"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.076595,0,0,1.076595,-34.76035,-3.418494)"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2812"
-       id="radialGradient2062"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="16.976026"
-     inkscape:cx="12.808044"
-     inkscape:cy="15.904368"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     fill="#888a85"
-     inkscape:window-width="1440"
-     inkscape:window-height="849"
-     inkscape:window-x="0"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       transform="matrix(1.731691,0,0,0.461784,-37.87759,19.22212)"
-       sodipodi:type="arc"
-       style="color:black;fill:url(#radialGradient2062);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2173"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z" />
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path4318"
-       style="opacity:1;color:#000000;fill:url(#radialGradient3822);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(1.847136,0,0,0.865845,-41.46938,8.041481)" />
-    <path
-       style="fill:#888a85;fill-opacity:1;stroke:#2e3436;stroke-width:0.99999887;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 26.107102,26.107103 C 20.250761,31.963443 10.74581,31.964434 4.8906904,26.109316 C -0.9644283,20.254196 -0.96343682,10.749245 4.8929036,4.8929035 C 10.749243,-0.96343684 20.254194,-0.96442847 26.109314,4.8906904 C 31.964432,10.74581 31.963442,20.250761 26.107102,26.107103 z "
-       id="path2187" />
-    <path
-       style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 20.92264,5.5294893 L 15.440071,10.599712 L 10.134222,5.2349563 L 5.3520274,10.017152 L 10.598969,15.440813 L 5.6452582,20.865777 L 9.8972946,25.942506 L 15.322258,20.340822 L 20.894813,25.442125 L 25.618102,21.013369 L 20.222267,15.49972 L 25.469209,10.252778 L 20.92264,5.5294893 z "
-       id="path2233"
-       sodipodi:nodetypes="ccccccccccccc" />
-    <path
-       style="opacity:0.4;fill:url(#linearGradient2231);fill-opacity:1;stroke:white;stroke-width:0.99999809;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 15.5,1.5 C 11.919821,1.5003735 8.3615884,2.8884111 5.625,5.625 C 0.15534426,11.094657 0.15654704,19.906546 5.625,25.375 C 11.093454,30.843452 19.905345,30.844655 25.375,25.375 C 30.844655,19.905343 30.843452,11.093454 25.375,5.625 C 22.638996,2.8889961 19.07979,1.4996266 15.5,1.5 z "
-       id="path2215" />
-    <path
-       style="opacity:1;fill:url(#linearGradient2270);fill-opacity:1;stroke:#555753;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 20.955744,5.3057668 L 15.428786,10.645198 L 10.208679,5.2643747 L 5.2971223,10.087479 L 10.587082,15.424797 L 5.3232778,20.999126 L 9.9729678,25.708323 L 15.426184,20.184349 L 20.92481,25.618393 L 25.650927,20.985618 L 20.223902,15.427399 L 25.723247,10.233074 L 20.955744,5.3057668 z "
-       id="rect2204"
-       sodipodi:nodetypes="ccccccccccccc" />
-    <path
-       style="fill:none;fill-opacity:1;stroke:#e1e1e1;stroke-width:1.00000036;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 10.21875,6.6875 L 6.75,10.09375 L 11.3125,14.71875 C 11.697174,15.10858 11.697174,15.73517 11.3125,16.125 L 6.6875,21 L 9.96875,24.28125 L 14.71875,19.46875 C 14.907298,19.274258 15.166617,19.164481 15.4375,19.164481 C 15.708383,19.164481 15.967702,19.274258 16.15625,19.46875 L 20.96875,24.21875 L 24.25,21 L 19.5,16.125 C 19.123854,15.726673 19.137781,15.099974 19.53125,14.71875 L 24.3125,10.1875 L 20.9375,6.71875 L 16.125,11.375 C 15.726673,11.751146 15.099974,11.737219 14.71875,11.34375 L 10.21875,6.6875 z "
-       id="path2268" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/status/32/scalable/person.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,236 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://web.resource.org/cc/"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32px"
-   height="32px"
-   id="svg7254"
-   sodipodi:version="0.32"
-   inkscape:version="0.44.1"
-   sodipodi:docbase="/home/hbons/Desktop"
-   sodipodi:docname="person.svg"
-   inkscape:export-filename="/home/hbons/Desktop/person.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs7256">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient7300">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop7302" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop7304" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3800">
-      <stop
-         style="stop-color:#f4d9b1;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop3802" />
-      <stop
-         style="stop-color:#df9725;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop3804" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3800"
-       id="radialGradient4171"
-       gradientUnits="userSpaceOnUse"
-       cx="27.702486"
-       cy="14.540437"
-       fx="27.702486"
-       fy="14.540437"
-       r="9.1620579"
-       gradientTransform="matrix(1.191087,0,0,1.124022,-5.086983,-1.361697)" />
-    <linearGradient
-       id="linearGradient4163">
-      <stop
-         style="stop-color:#3b74bc;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop4165" />
-      <stop
-         style="stop-color:#2d5990;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop4167" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3816">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3818" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3820" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3816"
-       id="radialGradient4179"
-       gradientUnits="userSpaceOnUse"
-       cx="31.112698"
-       cy="19.008621"
-       fx="31.112698"
-       fy="19.008621"
-       r="8.6620579" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7300"
-       id="radialGradient7306"
-       cx="24.248138"
-       cy="27.184834"
-       fx="24.248138"
-       fy="27.184834"
-       r="12.499089"
-       gradientTransform="matrix(0.964825,0,0,0.631898,0.954495,11.94073)"
-       gradientUnits="userSpaceOnUse" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="16.972694"
-     inkscape:cx="26.396969"
-     inkscape:cy="17.763841"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1274"
-     inkscape:window-height="972"
-     inkscape:window-x="3"
-     inkscape:window-y="23" />
-  <metadata
-     id="metadata7259">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:#ad7fa8;fill-opacity:1;stroke:#5c3566;stroke-width:0.65324759;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path7296"
-       sodipodi:cx="15.377642"
-       sodipodi:cy="17.830181"
-       sodipodi:rx="9.0733976"
-       sodipodi:ry="2.6807766"
-       d="M 24.451039 17.830181 A 9.0733976 2.6807766 0 1 1  6.304244,17.830181 A 9.0733976 2.6807766 0 1 1  24.451039 17.830181 z"
-       transform="matrix(1.047017,0,0,2.238159,-0.10065,-20.40677)" />
-    <path
-       transform="matrix(1.500798,0,0,0.410815,-30.69387,20.74948)"
-       sodipodi:type="arc"
-       style="opacity:1;color:black;fill:url(#radialGradient4179);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path4306"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:none;fill-opacity:1;stroke:#5c3566;stroke-width:0.84592807;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path7283"
-       sodipodi:cx="18.235172"
-       sodipodi:cy="25.106575"
-       sodipodi:rx="3.2699583"
-       sodipodi:ry="4.5956168"
-       d="M 18.259036,29.702069 A 3.2699583,4.5956168 0 0 1 16.457861,21.249053"
-       transform="matrix(1.07035,0,0,1.305592,-0.518011,-8.27894)"
-       sodipodi:start="1.5634985"
-       sodipodi:end="4.1377553"
-       sodipodi:open="true" />
-    <path
-       style="opacity:1;color:black;fill:#ad7fa8;fill-opacity:1;fill-rule:evenodd;stroke:#5c3566;stroke-width:1.24718821px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       d="M 25.986174,41.636039 L 36.592776,41.636039 C 39.59798,41.636039 42.57326,40.534107 43.663843,37.393398 C 44.699482,34.410922 43.84062,28.73134 37.123106,24.135146 L 24.57196,24.135146 C 17.854446,28.377786 17.014969,34.179977 18.561553,37.570174 C 20.137148,41.023964 22.804193,41.636039 25.986174,41.636039 z "
-       id="path4308"
-       sodipodi:nodetypes="cczcczc"
-       transform="matrix(0.803652,0,0,0.799959,-8.884879,-2.807127)" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.1784238"
-       inkscape:original="M 24.5625 24.125 C 17.844986 28.367641 17.015916 34.172303 18.5625 37.5625 C 20.138096 41.016289 22.818019 41.625 26 41.625 L 36.59375 41.625 C 39.598953 41.624999 42.565667 40.546959 43.65625 37.40625 C 44.691891 34.423774 43.842514 28.721194 37.125 24.125 L 24.5625 24.125 z "
-       style="opacity:0.45454545;color:black;fill:url(#radialGradient7306);fill-opacity:1.0;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1.24718821px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path7281"
-       d="M 24.96875,25.3125 C 18.887883,29.293056 18.373983,34.320202 19.625,37.0625 C 20.318936,38.583645 21.166625,39.341162 22.1875,39.8125 C 23.208375,40.283838 24.484153,40.4375 26,40.4375 L 36.59375,40.4375 C 37.955442,40.4375 39.252462,40.19959 40.28125,39.65625 C 41.310038,39.11291 42.08087,38.328274 42.53125,37.03125 C 43.335253,34.715853 42.805994,29.63256 36.71875,25.3125 L 24.96875,25.3125 z "
-       transform="matrix(0.803652,0,0,0.799959,-8.884879,-2.807127)" />
-    <path
-       transform="matrix(1.305592,0,0,1.523191,-4.23077,-10.9344)"
-       style="fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;opacity:0.78977273"
-       d="M 20.091094,19.980694 C 20.091094,21.249084 17.671238,21.620929 15.495478,22.278502 C 12.417166,21.65961 10.899861,21.249084 10.899861,19.980694 C 10.899861,18.712304 12.958697,17.682885 15.495478,17.682885 C 18.032258,17.682885 20.091094,18.712304 20.091094,19.980694 z "
-       id="path7285"
-       sodipodi:nodetypes="ccssc" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:black;fill:url(#radialGradient4171);fill-opacity:1;fill-rule:evenodd;stroke:#b2730d;stroke-width:0.91179669px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path4320"
-       sodipodi:cx="31.112698"
-       sodipodi:cy="19.008621"
-       sodipodi:rx="8.6620579"
-       sodipodi:ry="8.6620579"
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       transform="matrix(1.096737,0,0,1.096737,-18.12245,-9.847458)" />
-    <path
-       d="M 39.774755 19.008621 A 8.6620579 8.6620579 0 1 1  22.45064,19.008621 A 8.6620579 8.6620579 0 1 1  39.774755 19.008621 z"
-       sodipodi:ry="8.6620579"
-       sodipodi:rx="8.6620579"
-       sodipodi:cy="19.008621"
-       sodipodi:cx="31.112698"
-       id="path4322"
-       style="opacity:0.25;color:black;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1.01906586px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       sodipodi:type="arc"
-       transform="matrix(0.981291,0,0,0.981291,-14.53061,-7.652982)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:none;fill-opacity:1;stroke:#5c3566;stroke-width:0.83708477;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path7292"
-       sodipodi:cx="15.996282"
-       sodipodi:cy="20.334204"
-       sodipodi:rx="2.3861856"
-       sodipodi:ry="5.1847987"
-       d="M 14.176248,23.687254 A 2.3861856,5.1847987 0 0 1 14.22429,16.861786"
-       transform="matrix(-1.623464,0,0,0.87906,34.58738,7.677484)"
-       sodipodi:start="2.4383323"
-       sodipodi:end="3.8754384"
-       sodipodi:open="true" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:none;fill-opacity:1;stroke:#5c3566;stroke-width:0.83708477;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path7294"
-       sodipodi:cx="15.996282"
-       sodipodi:cy="20.334204"
-       sodipodi:rx="2.3861856"
-       sodipodi:ry="5.1847987"
-       d="M 14.176248,23.687254 A 2.3861856,5.1847987 0 0 1 14.22429,16.861786"
-       transform="matrix(1.623464,0,0,0.87906,-2.592621,7.677484)"
-       sodipodi:start="2.4383323"
-       sodipodi:end="3.8754384"
-       sodipodi:open="true" />
-  </g>
-</svg>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/pixmaps/status/svg/pidgin-status.svg	Wed Aug 27 01:43:09 2008 +0000
@@ -0,0 +1,6022 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   inkscape:export-ydpi="90.000000"
+   inkscape:export-xdpi="90.000000"
+   inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
+   width="450"
+   height="500"
+   id="svg11300"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="pidgin-status.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0"
+   style="display:inline;enable-background:new">
+  <defs
+     id="defs3">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10278">
+      <stop
+         style="stop-color:#b14e00;stop-opacity:1"
+         offset="0"
+         id="stop10280" />
+      <stop
+         style="stop-color:#f57900;stop-opacity:1"
+         offset="1"
+         id="stop10282" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10272">
+      <stop
+         style="stop-color:#b14e00;stop-opacity:1"
+         offset="0"
+         id="stop10274" />
+      <stop
+         style="stop-color:#f57900;stop-opacity:1"
+         offset="1"
+         id="stop10276" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10266">
+      <stop
+         style="stop-color:#b14e00;stop-opacity:1"
+         offset="0"
+         id="stop10268" />
+      <stop
+         style="stop-color:#f57900;stop-opacity:1"
+         offset="1"
+         id="stop10270" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11810">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1"
+         offset="0"
+         id="stop11812" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop11814" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11698">
+      <stop
+         style="stop-color:#f5f5f5;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop11700" />
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1"
+         offset="1.0000000"
+         id="stop11702" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11692">
+      <stop
+         style="stop-color:white;stop-opacity:1;"
+         offset="0"
+         id="stop11694" />
+      <stop
+         style="stop-color:#c1d5ec;stop-opacity:1"
+         offset="1"
+         id="stop11696" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11686">
+      <stop
+         style="stop-color:white;stop-opacity:1;"
+         offset="0"
+         id="stop11688" />
+      <stop
+         style="stop-color:#bbd1ea;stop-opacity:1"
+         offset="1"
+         id="stop11690" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10119">
+      <stop
+         style="stop-color:#f57900;stop-opacity:1"
+         offset="0"
+         id="stop10121" />
+      <stop
+         style="stop-color:#b14e00;stop-opacity:1"
+         offset="1"
+         id="stop10123" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10096">
+      <stop
+         style="stop-color:#f57900;stop-opacity:1"
+         offset="0"
+         id="stop10098" />
+      <stop
+         style="stop-color:#b14e00;stop-opacity:1"
+         offset="1"
+         id="stop10100" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11907">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop11909" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop11911" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient11892">
+      <stop
+         style="stop-color:#cc0000;stop-opacity:1"
+         offset="0"
+         id="stop11894" />
+      <stop
+         style="stop-color:#7b0000;stop-opacity:1"
+         offset="1"
+         id="stop11896" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient10986">
+      <stop
+         style="stop-color:#888a85;stop-opacity:1;"
+         offset="0"
+         id="stop10988" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:0;"
+         offset="1"
+         id="stop10990" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3149"
+       inkscape:collect="always">
+      <stop
+         id="stop3151"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1;" />
+      <stop
+         id="stop3153"
+         offset="1"
+         style="stop-color:#eeeeec;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2851">
+      <stop
+         id="stop2853"
+         offset="0"
+         style="stop-color:#73d216;stop-opacity:1;" />
+      <stop
+         id="stop2855"
+         offset="1"
+         style="stop-color:#5ca911;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3286"
+       inkscape:collect="always">
+      <stop
+         id="stop3288"
+         offset="0"
+         style="stop-color:#459000;stop-opacity:1" />
+      <stop
+         id="stop3290"
+         offset="1"
+         style="stop-color:#204300;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="29.821121"
+       x2="22.868998"
+       y1="12.744186"
+       x1="15.377563"
+       id="linearGradient3282"
+       xlink:href="#linearGradient3276"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="9.9594812"
+       x2="9.7444448"
+       y1="2.6807978"
+       x1="4.5264969"
+       id="linearGradient2810"
+       xlink:href="#linearGradient2804"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient2804"
+       inkscape:collect="always">
+      <stop
+         id="stop2806"
+         offset="0"
+         style="stop-color:white;stop-opacity:1;" />
+      <stop
+         id="stop2808"
+         offset="1"
+         style="stop-color:white;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3276"
+       inkscape:collect="always">
+      <stop
+         id="stop3278"
+         offset="0"
+         style="stop-color:#2863b7;stop-opacity:1" />
+      <stop
+         id="stop3280"
+         offset="1"
+         style="stop-color:#14325c;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3284"
+       inkscape:collect="always">
+      <stop
+         id="stop3286"
+         offset="0"
+         style="stop-color:#173867;stop-opacity:1;" />
+      <stop
+         id="stop8875"
+         offset="1"
+         style="stop-color:#173867;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2239"
+       inkscape:collect="always">
+      <stop
+         id="stop2241"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop2243"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="8"
+       x2="9.8706741"
+       y1="1.0377178"
+       x1="-0.61538464"
+       id="linearGradient8664"
+       xlink:href="#linearGradient8658"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="16.166666"
+       x2="8.5330935"
+       y1="4.7692041"
+       x1="6.2939439"
+       id="linearGradient8654"
+       xlink:href="#linearGradient8648"
+       inkscape:collect="always" />
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       y2="26.762022"
+       x2="27.720596"
+       y1="-3.8347311"
+       x1="-0.61538464"
+       id="linearGradient8640"
+       xlink:href="#linearGradient8634"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient8634"
+       inkscape:collect="always">
+      <stop
+         id="stop8636"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop8638"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8648"
+       inkscape:collect="always">
+      <stop
+         id="stop8650"
+         offset="0"
+         style="stop-color:#f57900;stop-opacity:1" />
+      <stop
+         id="stop8652"
+         offset="1"
+         style="stop-color:#833a00;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8658"
+       inkscape:collect="always">
+      <stop
+         id="stop8660"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop8662"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8667"
+       inkscape:collect="always">
+      <stop
+         id="stop8669"
+         offset="0"
+         style="stop-color:#b14e00;stop-opacity:1" />
+      <stop
+         id="stop8671"
+         offset="1"
+         style="stop-color:#f57900;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9042">
+      <stop
+         style="stop-color:#8cb1d9;stop-opacity:1;"
+         offset="0"
+         id="stop9044" />
+      <stop
+         style="stop-color:#437fc2;stop-opacity:1"
+         offset="1"
+         id="stop9046" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3275"
+       inkscape:collect="always">
+      <stop
+         id="stop3277"
+         offset="0"
+         style="stop-color:#2e3436;stop-opacity:1;" />
+      <stop
+         id="stop3279"
+         offset="1"
+         style="stop-color:#61635f;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3295"
+       inkscape:collect="always">
+      <stop
+         id="stop3297"
+         offset="0"
+         style="stop-color:#babdb6;stop-opacity:1" />
+      <stop
+         id="stop3299"
+         offset="1"
+         style="stop-color:#888a85;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3303"
+       inkscape:collect="always">
+      <stop
+         id="stop3305"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop3307"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3284"
+       id="linearGradient9573"
+       gradientUnits="userSpaceOnUse"
+       x1="23.221344"
+       y1="24.700239"
+       x2="8.2601509"
+       y2="0.92288947" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient9591"
+       gradientUnits="userSpaceOnUse"
+       x1="11.127699"
+       y1="10.823074"
+       x2="30.341434"
+       y2="31.325201"
+       gradientTransform="matrix(0.645957,0,0,0.6459576,46.943775,181.14889)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2851"
+       id="linearGradient9594"
+       gradientUnits="userSpaceOnUse"
+       x1="6.878005"
+       y1="11.789385"
+       x2="12.233074"
+       y2="27.77807"
+       gradientTransform="matrix(0.7177295,0,0,0.7177302,45.659765,179.88768)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3286"
+       id="linearGradient9596"
+       gradientUnits="userSpaceOnUse"
+       x1="15.893391"
+       y1="15.213944"
+       x2="26.533659"
+       y2="28.579245"
+       gradientTransform="matrix(0.7177295,0,0,0.7177302,45.659765,179.88768)" />
+    <filter
+       inkscape:collect="always"
+       id="filter10542"
+       x="-0.129375"
+       width="1.25875"
+       y="-0.29571429"
+       height="1.5914286">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.8625"
+         id="feGaussianBlur10544" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2851"
+       id="linearGradient10552"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0048212,0,0,1.0048221,36.523646,136.84644)"
+       x1="6.878005"
+       y1="11.789385"
+       x2="12.233074"
+       y2="27.77807" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3286"
+       id="linearGradient10554"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0048212,0,0,1.0048221,36.523646,136.84644)"
+       x1="15.893391"
+       y1="15.213944"
+       x2="26.533659"
+       y2="28.579245" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient10556"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.933049,0,0,0.9330493,37.80769,138.10762)"
+       x1="11.127699"
+       y1="10.823074"
+       x2="30.341434"
+       y2="31.325201" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2851"
+       id="linearGradient10568"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5072322,0,0,1.5071004,19.473006,78.018311)"
+       x1="6.878005"
+       y1="11.789385"
+       x2="12.233074"
+       y2="27.77807" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3286"
+       id="linearGradient10570"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5072322,0,0,1.5071004,19.473006,78.018311)"
+       x1="15.893391"
+       y1="15.213944"
+       x2="26.533659"
+       y2="28.579245" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient10572"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4354598,0,0,1.4354605,20.757025,79.278978)"
+       x1="11.127699"
+       y1="10.823074"
+       x2="30.341434"
+       y2="31.325201" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient10576"
+       gradientUnits="userSpaceOnUse"
+       x1="11.127699"
+       y1="10.823074"
+       x2="30.341434"
+       y2="31.325201"
+       gradientTransform="matrix(0.466524,0,0,0.466525,53.653859,214.80197)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2851"
+       id="linearGradient10579"
+       gradientUnits="userSpaceOnUse"
+       x1="6.878005"
+       y1="11.789385"
+       x2="12.233074"
+       y2="27.77807"
+       gradientTransform="matrix(0.538297,0,0,0.538297,52.369836,213.54074)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3286"
+       id="linearGradient10581"
+       gradientUnits="userSpaceOnUse"
+       x1="15.893391"
+       y1="15.213944"
+       x2="26.533659"
+       y2="28.579245"
+       gradientTransform="matrix(0.538297,0,0,0.538297,52.369836,213.54074)" />
+    <filter
+       inkscape:collect="always"
+       id="filter10591"
+       x="-0.29381531"
+       width="1.5876306"
+       y="-0.24673747"
+       height="1.4934748">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.43251839"
+         id="feGaussianBlur10593" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2804"
+       id="linearGradient10726"
+       gradientUnits="userSpaceOnUse"
+       x1="4.5264969"
+       y1="2.6807978"
+       x2="9.7444448"
+       y2="9.9594812" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3284"
+       id="linearGradient10728"
+       gradientUnits="userSpaceOnUse"
+       x1="23.221344"
+       y1="24.700239"
+       x2="0.34848017"
+       y2="-7.2395163" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3276"
+       id="linearGradient10741"
+       gradientUnits="userSpaceOnUse"
+       x1="15.377563"
+       y1="12.744186"
+       x2="22.868998"
+       y2="29.821121" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3276"
+       id="linearGradient10797"
+       gradientUnits="userSpaceOnUse"
+       x1="15.377563"
+       y1="12.744186"
+       x2="22.868998"
+       y2="29.821121" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2804"
+       id="linearGradient10833"
+       gradientUnits="userSpaceOnUse"
+       x1="4.5264969"
+       y1="2.6807978"
+       x2="9.7444448"
+       y2="9.9594812" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3284"
+       id="linearGradient10835"
+       gradientUnits="userSpaceOnUse"
+       x1="23.221344"
+       y1="24.700239"
+       x2="-0.50020719"
+       y2="-5.6473765" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3276"
+       id="linearGradient10910"
+       gradientUnits="userSpaceOnUse"
+       x1="15.377563"
+       y1="12.744186"
+       x2="22.868998"
+       y2="29.821121" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2804"
+       id="linearGradient10912"
+       gradientUnits="userSpaceOnUse"
+       x1="4.5264969"
+       y1="2.6807978"
+       x2="9.7444448"
+       y2="9.9594812" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3284"
+       id="linearGradient10914"
+       gradientUnits="userSpaceOnUse"
+       x1="23.221344"
+       y1="24.700239"
+       x2="-4.1375465"
+       y2="-5.4168415" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10986"
+       id="linearGradient10992"
+       x1="106.33119"
+       y1="61.759155"
+       x2="109.77834"
+       y2="61.759155"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10986"
+       id="linearGradient10996"
+       gradientUnits="userSpaceOnUse"
+       x1="106.33119"
+       y1="61.759155"
+       x2="109.77834"
+       y2="61.759155" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10986"
+       id="linearGradient11003"
+       gradientUnits="userSpaceOnUse"
+       x1="106.33119"
+       y1="61.759155"
+       x2="109.77834"
+       y2="61.759155" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10986"
+       id="linearGradient11005"
+       gradientUnits="userSpaceOnUse"
+       x1="106.33119"
+       y1="61.759155"
+       x2="109.77834"
+       y2="61.759155" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10986"
+       id="linearGradient11019"
+       gradientUnits="userSpaceOnUse"
+       x1="106.33119"
+       y1="61.759155"
+       x2="109.77834"
+       y2="61.759155" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10986"
+       id="linearGradient11023"
+       gradientUnits="userSpaceOnUse"
+       x1="106.33119"
+       y1="61.759155"
+       x2="109.77834"
+       y2="61.759155" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10986"
+       id="linearGradient11037"
+       gradientUnits="userSpaceOnUse"
+       x1="106.33119"
+       y1="61.759155"
+       x2="109.77834"
+       y2="61.759155" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10986"
+       id="linearGradient11039"
+       gradientUnits="userSpaceOnUse"
+       x1="106.33119"
+       y1="61.759155"
+       x2="109.77834"
+       y2="61.759155" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11892"
+       id="linearGradient11945"
+       gradientUnits="userSpaceOnUse"
+       x1="6.5451713"
+       y1="5.8359699"
+       x2="21.422428"
+       y2="26.885685" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11907"
+       id="linearGradient11955"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,1.3818608,-1.3765287,0,453.9879,-47.925878)"
+       x1="166.97408"
+       y1="203.03818"
+       x2="181"
+       y2="203.03818" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2239"
+       id="linearGradient11957"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.6672757,-0.6646899,0,185.12637,181.79997)"
+       x1="-1.5418521"
+       y1="-6.2826729"
+       x2="63.127094"
+       y2="59.183727" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11892"
+       id="linearGradient11971"
+       gradientUnits="userSpaceOnUse"
+       x1="6.5451713"
+       y1="5.8359699"
+       x2="21.422428"
+       y2="26.885685" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11907"
+       id="linearGradient11983"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,1.9960213,-1.9883192,0,574.20475,-192.78186)"
+       x1="166.97408"
+       y1="203.03818"
+       x2="181"
+       y2="203.03818" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2239"
+       id="linearGradient11985"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.9638428,-0.9601077,0,185.84921,139.0444)"
+       x1="-1.5418521"
+       y1="-6.2826729"
+       x2="63.127094"
+       y2="59.183727" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11892"
+       id="linearGradient11995"
+       gradientUnits="userSpaceOnUse"
+       x1="6.5451713"
+       y1="5.8359699"
+       x2="21.422428"
+       y2="26.885685" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11907"
+       id="linearGradient12005"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,3.0708021,-3.0589515,0,783.58401,-429.77979)"
+       x1="166.97408"
+       y1="203.03818"
+       x2="181"
+       y2="203.03818" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2239"
+       id="linearGradient12007"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,1.4828351,-1.4770883,0,186.11416,80.722157)"
+       x1="-1.5418521"
+       y1="-6.2826729"
+       x2="63.127094"
+       y2="59.183727" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient8404"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6459566,0,0,0.6459573,220.94379,181.1489)"
+       x1="15.498499"
+       y1="9.4211226"
+       x2="24.240097"
+       y2="36.603138" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9042"
+       id="linearGradient8407"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5375817,0,0,1.5375817,209.43815,169.43815)"
+       x1="15.562512"
+       y1="16.125008"
+       x2="17.500002"
+       y2="20.375008" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient8426"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9330486,0,0,0.9330495,211.8077,138.10396)"
+       x1="15.498499"
+       y1="9.4211226"
+       x2="24.240097"
+       y2="36.603138" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9042"
+       id="linearGradient8429"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.154312,0,0,2.1519459,196.19194,122.21194)"
+       x1="15.562512"
+       y1="16.125008"
+       x2="17.500002"
+       y2="20.375008" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient8448"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4354596,0,0,1.3995733,194.81953,79.405959)"
+       x1="15.498499"
+       y1="9.4211226"
+       x2="24.240097"
+       y2="36.603138" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9042"
+       id="linearGradient8451"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.2303197,0,0,3.1529439,172.04509,56.702927)"
+       x1="15.562512"
+       y1="16.125008"
+       x2="17.500002"
+       y2="20.375008" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3295"
+       id="linearGradient9410"
+       gradientUnits="userSpaceOnUse"
+       x1="4.8374491"
+       y1="3.565635"
+       x2="12.060304"
+       y2="13.821809"
+       gradientTransform="matrix(1.3317013,0,0,1.3317008,280.84816,181.84816)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3275"
+       id="linearGradient9412"
+       gradientUnits="userSpaceOnUse"
+       x1="14.345539"
+       y1="14.69435"
+       x2="6.8097677"
+       y2="4.3450422"
+       gradientTransform="matrix(1.3317013,0,0,1.3317008,280.84816,181.84816)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3295"
+       id="linearGradient9434"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.8654293,0,0,1.8654267,272.5766,139.57657)"
+       x1="4.8374491"
+       y1="3.565635"
+       x2="12.060304"
+       y2="13.821809" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3275"
+       id="linearGradient9436"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.8654293,0,0,1.8654267,272.5766,139.57657)"
+       x1="14.345539"
+       y1="14.69435"
+       x2="6.8097677"
+       y2="4.3450422" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3295"
+       id="linearGradient9474"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.798139,0,0,2.7981393,257.11488,82.114859)"
+       x1="4.8374491"
+       y1="3.565635"
+       x2="12.060304"
+       y2="13.821809" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3275"
+       id="linearGradient9476"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.798139,0,0,2.7981393,257.11488,82.114859)"
+       x1="14.345539"
+       y1="14.69435"
+       x2="6.8097677"
+       y2="4.3450422" />
+    <linearGradient
+       id="linearGradient11259"
+       inkscape:collect="always">
+      <stop
+         id="stop11261"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop11263"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9792"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9796"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9803"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9807"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9817"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9821"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9823"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9833"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9837"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9839"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9864"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3303"
+       id="linearGradient9881"
+       gradientUnits="userSpaceOnUse"
+       x1="6.8490844"
+       y1="8.6799088"
+       x2="-3.3852992"
+       y2="-4.1349444"
+       gradientTransform="matrix(-1.000056,0,0,-1.000028,303.00545,231.00503)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3295"
+       id="linearGradient9884"
+       gradientUnits="userSpaceOnUse"
+       x1="4.8374491"
+       y1="3.565635"
+       x2="12.060304"
+       y2="13.821809"
+       gradientTransform="translate(287.00499,215.00499)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3275"
+       id="linearGradient9886"
+       gradientUnits="userSpaceOnUse"
+       x1="14.345539"
+       y1="14.69435"
+       x2="6.8097677"
+       y2="4.3450422"
+       gradientTransform="translate(287.00499,215.00499)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3303"
+       id="linearGradient9893"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.3846966,0,0,-1.3846557,302.57758,203.57698)"
+       x1="6.8490844"
+       y1="8.6799088"
+       x2="-3.3852992"
+       y2="-4.1349444" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3303"
+       id="linearGradient9902"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.0001166,0,0,-2.0000587,303.50094,170.50008)"
+       x1="6.8490844"
+       y1="8.6799088"
+       x2="-3.3852992"
+       y2="-4.1349444" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3303"
+       id="linearGradient9906"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-3.0771036,0,0,-3.0770117,304.11683,129.1155)"
+       x1="6.8490844"
+       y1="8.6799088"
+       x2="-3.3852992"
+       y2="-4.1349444" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10278"
+       id="linearGradient9914"
+       gradientUnits="userSpaceOnUse"
+       x1="9.6184616"
+       y1="8.5"
+       x2="3.3227746"
+       y2="7.1418128"
+       gradientTransform="translate(348,215)" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9921"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8648"
+       id="linearGradient9931"
+       gradientUnits="userSpaceOnUse"
+       x1="6.2939439"
+       y1="4.7692041"
+       x2="8.5330935"
+       y2="16.166666" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8658"
+       id="linearGradient9945"
+       gradientUnits="userSpaceOnUse"
+       x1="-0.61538464"
+       y1="1.0377178"
+       x2="9.8706741"
+       y2="8" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8634"
+       id="linearGradient9947"
+       gradientUnits="userSpaceOnUse"
+       x1="-0.61538464"
+       y1="-3.8347311"
+       x2="27.720596"
+       y2="26.762022" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9949"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8667"
+       id="linearGradient9951"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(343.99999,184)"
+       x1="9.6184616"
+       y1="8.5"
+       x2="3.3227746"
+       y2="7.1418128" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8648"
+       id="linearGradient9959"
+       gradientUnits="userSpaceOnUse"
+       x1="6.2939439"
+       y1="4.7692041"
+       x2="8.5330935"
+       y2="16.166666" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8658"
+       id="linearGradient9970"
+       gradientUnits="userSpaceOnUse"
+       x1="-0.61538464"
+       y1="1.0377178"
+       x2="9.8706741"
+       y2="8" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8634"
+       id="linearGradient9972"
+       gradientUnits="userSpaceOnUse"
+       x1="-0.61538464"
+       y1="-3.8347311"
+       x2="27.720596"
+       y2="26.762022" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9974"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8648"
+       id="linearGradient9995"
+       gradientUnits="userSpaceOnUse"
+       x1="6.2939439"
+       y1="4.7692041"
+       x2="8.5330935"
+       y2="16.166666" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8658"
+       id="linearGradient9997"
+       gradientUnits="userSpaceOnUse"
+       x1="-0.61538464"
+       y1="1.0377178"
+       x2="9.8706741"
+       y2="8" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8634"
+       id="linearGradient9999"
+       gradientUnits="userSpaceOnUse"
+       x1="-0.61538464"
+       y1="-3.8347311"
+       x2="27.720596"
+       y2="26.762022" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient10001"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10096"
+       id="linearGradient10102"
+       x1="348.875"
+       y1="122.875"
+       x2="356.5625"
+       y2="128.5625"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-3,30)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10119"
+       id="linearGradient10125"
+       x1="340.27557"
+       y1="74.484375"
+       x2="352.02774"
+       y2="77.224411"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-3,30.03125)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8907">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1"
+         offset="0"
+         id="stop8909" />
+      <stop
+         style="stop-color:#2f5379;stop-opacity:1"
+         offset="1"
+         id="stop8911" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8710">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop8712" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop8714" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8192"
+       inkscape:collect="always">
+      <stop
+         id="stop8194"
+         offset="0"
+         style="stop-color:#a40000;stop-opacity:1" />
+      <stop
+         id="stop8196"
+         offset="1"
+         style="stop-color:#810000;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8968"
+       inkscape:collect="always">
+      <stop
+         id="stop8970"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop10309"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="8"
+       x2="9.8706741"
+       y1="1.0377178"
+       x1="-0.61538464"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7969"
+       xlink:href="#linearGradient8658"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="26.762022"
+       x2="27.720596"
+       y1="-3.8347311"
+       x1="-0.61538464"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7957"
+       xlink:href="#linearGradient8634"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="16.166666"
+       x2="8.5330935"
+       y1="4.7692041"
+       x1="6.2939439"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7953"
+       xlink:href="#linearGradient8648"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient8743"
+       inkscape:collect="always">
+      <stop
+         id="stop8745"
+         offset="0"
+         style="stop-color:#e97100;stop-opacity:1;" />
+      <stop
+         id="stop8747"
+         offset="1"
+         style="stop-color:#b14e00;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2851"
+       id="linearGradient11050"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4665239,0,0,0.4665243,52.653846,358.80174)"
+       x1="6.878005"
+       y1="11.789385"
+       x2="12.233074"
+       y2="27.77807" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3286"
+       id="linearGradient11052"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4665239,0,0,0.4665243,52.653846,358.80174)"
+       x1="15.893391"
+       y1="15.213944"
+       x2="26.533659"
+       y2="28.579245" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient11054"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3947517,0,0,0.394752,53.937864,360.06323)"
+       x1="11.127699"
+       y1="10.823074"
+       x2="30.341434"
+       y2="31.325201" />
+    <linearGradient
+       id="linearGradient8904"
+       inkscape:collect="always">
+      <stop
+         id="stop8906"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:1;" />
+      <stop
+         id="stop8908"
+         offset="1"
+         style="stop-color:#25486d;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3276"
+       id="linearGradient12025"
+       gradientUnits="userSpaceOnUse"
+       x1="15.377563"
+       y1="12.744186"
+       x2="22.868998"
+       y2="29.821121" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2804"
+       id="linearGradient12027"
+       gradientUnits="userSpaceOnUse"
+       x1="4.5264969"
+       y1="2.6807978"
+       x2="9.7444448"
+       y2="9.9594812" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3284"
+       id="linearGradient12029"
+       gradientUnits="userSpaceOnUse"
+       x1="23.221344"
+       y1="24.700239"
+       x2="8.2601509"
+       y2="0.92288947" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3276"
+       id="linearGradient12067"
+       gradientUnits="userSpaceOnUse"
+       x1="15.377563"
+       y1="12.744186"
+       x2="22.868998"
+       y2="29.821121" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2804"
+       id="linearGradient12085"
+       gradientUnits="userSpaceOnUse"
+       x1="6.5925751"
+       y1="5.4429345"
+       x2="10.959785"
+       y2="10.511909" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8968"
+       id="linearGradient12194"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8444696,0,0,0.8412122,170.17074,360.27914)"
+       x1="1.000047"
+       y1="-4.5287623"
+       x2="10.253004"
+       y2="11.790199" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2239"
+       id="linearGradient12196"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4077791,0,0,0.4061995,170.39859,360.50611)"
+       x1="-1.5418521"
+       y1="-6.2826729"
+       x2="63.127094"
+       y2="59.183727" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8192"
+       id="linearGradient12208"
+       gradientUnits="userSpaceOnUse"
+       x1="4.3481388"
+       y1="10.84792"
+       x2="26.936407"
+       y2="24.065733" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8192"
+       id="linearGradient12254"
+       gradientUnits="userSpaceOnUse"
+       x1="4.3481388"
+       y1="10.84792"
+       x2="26.936407"
+       y2="24.065733" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8968"
+       id="linearGradient12256"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6141608,0,0,0.6117913,175.57873,391.6121)"
+       x1="1.000047"
+       y1="-4.5287623"
+       x2="10.253004"
+       y2="11.790199" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2239"
+       id="linearGradient12258"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.2965671,0,0,0.2954181,175.74443,391.77718)"
+       x1="-1.5418521"
+       y1="-6.2826729"
+       x2="63.127094"
+       y2="59.183727" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient12295"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3947516,0,0,0.3947515,227.93787,360.06322)"
+       x1="15.498499"
+       y1="9.4211226"
+       x2="24.240097"
+       y2="36.603138" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9042"
+       id="linearGradient12298"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(220,352)"
+       x1="15.562512"
+       y1="16.125008"
+       x2="17.500002"
+       y2="20.375008" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8743"
+       id="linearGradient12308"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4056313,0,0,1,336.01285,357.66363)"
+       x1="11.372168"
+       y1="10.843963"
+       x2="15.640712"
+       y2="10.843963" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8743"
+       id="linearGradient12311"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4056313,0,0,0.9810136,336.01285,355.85984)"
+       x1="11.372168"
+       y1="10.843963"
+       x2="15.640712"
+       y2="10.843963" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8743"
+       id="linearGradient12314"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4056313,0,0,1,336.01285,353.66363)"
+       x1="11.372168"
+       y1="10.843963"
+       x2="15.640712"
+       y2="10.843963" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient12526"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient12532"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3947517,0,0,0.394752,286.93786,360.06323)"
+       x1="11.127699"
+       y1="10.823074"
+       x2="30.341434"
+       y2="31.325201" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2851"
+       id="linearGradient12540"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4665239,0,0,0.4665243,285.65385,358.80174)"
+       x1="6.878005"
+       y1="11.789385"
+       x2="12.233074"
+       y2="27.77807" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3286"
+       id="linearGradient12542"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4665239,0,0,0.4665243,285.65385,358.80174)"
+       x1="15.893391"
+       y1="15.213944"
+       x2="26.533659"
+       y2="28.579245" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient12576"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.2870919,0,0,0.2870918,233.36392,391.45509)"
+       x1="15.498499"
+       y1="9.4211226"
+       x2="24.240097"
+       y2="36.603138" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9042"
+       id="linearGradient12578"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7692314,0,0,0.7692314,226.96152,384.96153)"
+       x1="15.562512"
+       y1="16.125008"
+       x2="17.500002"
+       y2="20.375008" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2851"
+       id="linearGradient12580"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3588645,0,0,0.3588645,58.079895,390.19385)"
+       x1="6.878005"
+       y1="11.789385"
+       x2="12.233074"
+       y2="27.77807" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3286"
+       id="linearGradient12582"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3588645,0,0,0.3588645,58.079895,390.19385)"
+       x1="15.893391"
+       y1="15.213944"
+       x2="26.533659"
+       y2="28.579245" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient12584"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient12586"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.2870919,0,0,0.2870917,59.36391,391.45512)"
+       x1="11.127699"
+       y1="10.823074"
+       x2="30.341434"
+       y2="31.325201" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient12607"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4665246,0,0,0.4665245,227.65385,214.80199)"
+       x1="15.498499"
+       y1="9.4211226"
+       x2="24.240097"
+       y2="36.603138" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9042"
+       id="linearGradient12610"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1538472,0,0,1.1538472,218.69228,205.69228)"
+       x1="15.562512"
+       y1="16.125008"
+       x2="17.500002"
+       y2="20.375008" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient12613"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4665246,0,0,0.4665245,224.65385,322.80199)"
+       x1="15.498499"
+       y1="9.4211226"
+       x2="24.240097"
+       y2="36.603138" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9042"
+       id="linearGradient12616"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1538472,0,0,1.1538472,215.69228,313.69228)"
+       x1="15.562512"
+       y1="16.125008"
+       x2="17.500002"
+       y2="20.375008" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3295"
+       id="linearGradient8661"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8667556,0,0,0.8660963,287.07095,360.07119)"
+       x1="4.8374491"
+       y1="3.565635"
+       x2="12.060304"
+       y2="13.821809" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3275"
+       id="linearGradient8663"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8667556,0,0,0.8660963,287.07095,360.07119)"
+       x1="14.345539"
+       y1="14.69435"
+       x2="6.8097677"
+       y2="4.3450422" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3303"
+       id="linearGradient8665"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.8462039,0,0,-0.8461777,300.76963,373.76924)"
+       x1="6.8490844"
+       y1="8.6799088"
+       x2="-3.3852992"
+       y2="-4.1349444" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient8667"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2851"
+       id="linearGradient9490"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3589472,0,0,0.3589418,291.06958,390.19122)"
+       x1="6.878005"
+       y1="11.789385"
+       x2="12.233074"
+       y2="27.77807" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3286"
+       id="linearGradient9492"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3589472,0,0,0.3589418,291.06958,390.19122)"
+       x1="15.893391"
+       y1="15.213944"
+       x2="26.533659"
+       y2="28.579245" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient9494"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3037251,0,0,0.3037205,292.0575,391.16181)"
+       x1="11.127699"
+       y1="10.823074"
+       x2="30.341434"
+       y2="31.325201" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9496"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3295"
+       id="linearGradient9498"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6668887,0,0,0.6663708,292.1599,391.16793)"
+       x1="4.8374491"
+       y1="3.565635"
+       x2="12.060304"
+       y2="13.821809" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3275"
+       id="linearGradient9500"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6668887,0,0,0.6663708,292.1599,391.16793)"
+       x1="14.345539"
+       y1="14.69435"
+       x2="6.8097677"
+       y2="4.3450422" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3303"
+       id="linearGradient9502"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.6154211,0,0,-0.6154025,302.42337,401.42308)"
+       x1="6.8490844"
+       y1="8.6799088"
+       x2="-3.3852992"
+       y2="-4.1349444" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9504"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8648"
+       id="linearGradient9558"
+       gradientUnits="userSpaceOnUse"
+       x1="6.2939439"
+       y1="4.7692041"
+       x2="8.5330935"
+       y2="16.166666" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8658"
+       id="linearGradient9567"
+       gradientUnits="userSpaceOnUse"
+       x1="-0.61538464"
+       y1="1.0377178"
+       x2="9.8706741"
+       y2="8" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8634"
+       id="linearGradient9569"
+       gradientUnits="userSpaceOnUse"
+       x1="-0.61538464"
+       y1="-3.8347311"
+       x2="27.720596"
+       y2="26.762022" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8743"
+       id="linearGradient9577"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1713594,0,0,1,342.67911,383.6657)"
+       x1="11.372168"
+       y1="10.843963"
+       x2="14.810675"
+       y2="10.843963" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8743"
+       id="linearGradient9579"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1713594,0,0,0.9810136,342.67911,385.86191)"
+       x1="11.372168"
+       y1="10.843963"
+       x2="15.037048"
+       y2="10.843963" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8743"
+       id="linearGradient9581"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1713594,0,0,1,342.67911,387.6657)"
+       x1="11.372168"
+       y1="10.843963"
+       x2="14.810675"
+       y2="10.843963" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9589"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9593"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient9597"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6459566,0,0,0.6459573,216.94379,273.1489)"
+       x1="15.498499"
+       y1="9.4211226"
+       x2="24.240097"
+       y2="36.603138" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9042"
+       id="linearGradient9601"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5375817,0,0,1.5375817,205.43815,261.43815)"
+       x1="15.562512"
+       y1="16.125008"
+       x2="17.500002"
+       y2="20.375008" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11907"
+       id="linearGradient9605"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,1.3818608,-1.3765287,0,449.99065,44.074124)"
+       x1="166.97408"
+       y1="203.03818"
+       x2="181"
+       y2="203.03818" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2239"
+       id="linearGradient9607"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.6672757,-0.6646899,0,181.12912,273.79997)"
+       x1="-1.5418521"
+       y1="-6.2826729"
+       x2="63.127094"
+       y2="59.183727" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11892"
+       id="linearGradient9611"
+       gradientUnits="userSpaceOnUse"
+       x1="6.5451713"
+       y1="5.8359699"
+       x2="21.422428"
+       y2="26.885685" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11907"
+       id="linearGradient9615"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,1,-1,0,378.02183,157.05242)"
+       x1="166.97408"
+       y1="203.03818"
+       x2="181"
+       y2="203.03818" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2239"
+       id="linearGradient9617"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.482882,-0.482874,0,182.70333,323.29627)"
+       x1="-1.5418521"
+       y1="-6.2826729"
+       x2="63.127094"
+       y2="59.183727" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11892"
+       id="linearGradient9621"
+       gradientUnits="userSpaceOnUse"
+       x1="6.5451713"
+       y1="5.8359699"
+       x2="21.422428"
+       y2="26.885685" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3303"
+       id="linearGradient9701"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.3846966,0,0,-1.3846557,298.58141,295.58081)"
+       x1="6.8490844"
+       y1="8.6799088"
+       x2="-3.3852992"
+       y2="-4.1349444" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9709"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10272"
+       id="linearGradient9713"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(339.99999,276)"
+       x1="9.6184616"
+       y1="8.5"
+       x2="3.3227746"
+       y2="7.1418128" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9717"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8658"
+       id="linearGradient9721"
+       gradientUnits="userSpaceOnUse"
+       x1="-0.61538464"
+       y1="1.0377178"
+       x2="9.8706741"
+       y2="8" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8634"
+       id="linearGradient9723"
+       gradientUnits="userSpaceOnUse"
+       x1="-0.61538464"
+       y1="-3.8347311"
+       x2="27.720596"
+       y2="26.762022" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8648"
+       id="linearGradient9727"
+       gradientUnits="userSpaceOnUse"
+       x1="6.2939439"
+       y1="4.7692041"
+       x2="8.5330935"
+       y2="16.166666" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9731"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3295"
+       id="linearGradient9735"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3317013,0,0,1.3317008,276.85199,273.85199)"
+       x1="4.8374491"
+       y1="3.565635"
+       x2="12.060304"
+       y2="13.821809" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3275"
+       id="linearGradient9737"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3317013,0,0,1.3317008,276.85199,273.85199)"
+       x1="14.345539"
+       y1="14.69435"
+       x2="6.8097677"
+       y2="4.3450422" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2804"
+       id="linearGradient9765"
+       gradientUnits="userSpaceOnUse"
+       x1="4.5264969"
+       y1="2.6807978"
+       x2="9.7444448"
+       y2="9.9594812" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3284"
+       id="linearGradient9771"
+       gradientUnits="userSpaceOnUse"
+       x1="23.221344"
+       y1="24.700239"
+       x2="0.34848017"
+       y2="-7.2395163" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3276"
+       id="linearGradient9777"
+       gradientUnits="userSpaceOnUse"
+       x1="15.377563"
+       y1="12.744186"
+       x2="22.868998"
+       y2="29.821121" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient9783"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.645957,0,0,0.6459576,42.943787,273.1489)"
+       x1="11.127699"
+       y1="10.823074"
+       x2="30.341434"
+       y2="31.325201" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2851"
+       id="linearGradient9787"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7177295,0,0,0.7177302,41.659777,271.88769)"
+       x1="6.878005"
+       y1="11.789385"
+       x2="12.233074"
+       y2="27.77807" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3286"
+       id="linearGradient9789"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7177295,0,0,0.7177302,41.659777,271.88769)"
+       x1="15.893391"
+       y1="15.213944"
+       x2="26.533659"
+       y2="28.579245" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2851"
+       id="linearGradient9956"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.538297,0,0,0.538297,49.369836,321.54077)"
+       x1="6.878005"
+       y1="11.789385"
+       x2="12.233074"
+       y2="27.77807" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3286"
+       id="linearGradient9958"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.538297,0,0,0.538297,49.369836,321.54077)"
+       x1="15.893391"
+       y1="15.213944"
+       x2="26.533659"
+       y2="28.579245" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3149"
+       id="linearGradient9962"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.466524,0,0,0.466525,50.653859,322.802)"
+       x1="11.127699"
+       y1="10.823074"
+       x2="30.341434"
+       y2="31.325201" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient9966"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3276"
+       id="linearGradient9996"
+       gradientUnits="userSpaceOnUse"
+       x1="15.377563"
+       y1="12.744186"
+       x2="22.868998"
+       y2="29.821121" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3284"
+       id="linearGradient9998"
+       gradientUnits="userSpaceOnUse"
+       x1="23.221344"
+       y1="24.700239"
+       x2="8.2601509"
+       y2="0.92288947" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2804"
+       id="linearGradient10000"
+       gradientUnits="userSpaceOnUse"
+       x1="4.5264969"
+       y1="2.6807978"
+       x2="9.7444448"
+       y2="9.9594812" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient10006"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3303"
+       id="linearGradient10010"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.000056,0,0,-1.000028,300.00545,339.00503)"
+       x1="6.8490844"
+       y1="8.6799088"
+       x2="-3.3852992"
+       y2="-4.1349444" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3295"
+       id="linearGradient10014"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(284.00499,323.00499)"
+       x1="4.8374491"
+       y1="3.565635"
+       x2="12.060304"
+       y2="13.821809" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3275"
+       id="linearGradient10016"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(284.00499,323.00499)"
+       x1="14.345539"
+       y1="14.69435"
+       x2="6.8097677"
+       y2="4.3450422" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10266"
+       id="linearGradient10020"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(345,323)"
+       x1="9.6184616"
+       y1="8.5"
+       x2="3.3227746"
+       y2="7.1418128" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient10024"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient10028"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient10032"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8658"
+       id="linearGradient10036"
+       gradientUnits="userSpaceOnUse"
+       x1="-0.61538464"
+       y1="1.0377178"
+       x2="9.8706741"
+       y2="8" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8634"
+       id="linearGradient10038"
+       gradientUnits="userSpaceOnUse"
+       x1="-0.61538464"
+       y1="-3.8347311"
+       x2="27.720596"
+       y2="26.762022" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8648"
+       id="linearGradient10042"
+       gradientUnits="userSpaceOnUse"
+       x1="6.2939439"
+       y1="4.7692041"
+       x2="8.5330935"
+       y2="16.166666" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11892"
+       id="linearGradient10073"
+       gradientUnits="userSpaceOnUse"
+       x1="6.5451713"
+       y1="5.8359699"
+       x2="21.422428"
+       y2="26.885685" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11907"
+       id="linearGradient10075"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,1,-1,0,381.02522,49.051145)"
+       x1="166.97408"
+       y1="203.03818"
+       x2="181"
+       y2="203.03818" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2239"
+       id="linearGradient10077"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.482882,-0.482874,0,185.70672,215.29499)"
+       x1="-1.5418521"
+       y1="-6.2826729"
+       x2="63.127094"
+       y2="59.183727" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient10079"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient10175"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11810"
+       id="linearGradient8637"
+       gradientUnits="userSpaceOnUse"
+       x1="8.5574398"
+       y1="22.116201"
+       x2="8.5574398"
+       y2="-5.6289487"
+       gradientTransform="matrix(0.7857143,0,0,0.8184144,52.75,383.81713)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8907"
+       id="linearGradient8641"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8125,0,0,0.8241349,52.468749,384.43967)"
+       x1="4.4929714"
+       y1="0.19875723"
+       x2="13.685987"
+       y2="14.030128" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11259"
+       id="radialGradient8643"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.023438,0,0,0.8870879,-0.2709505,0.7064648)"
+       cx="11.736404"
+       cy="7.3689327"
+       fx="11.800528"
+       fy="1.1734189"
+       r="9.975256" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8710"
+       id="linearGradient8647"
+       gradientUnits="userSpaceOnUse"
+       x1="8.9130106"
+       y1="-0.8185938"
+       x2="8.9130106"
+       y2="24.482672"
+       gradientTransform="translate(46,351)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11698"
+       id="linearGradient8653"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.6236299,0,0,0.6278379,76.602334,350.49753)"
+       x1="35.003674"
+       y1="1.6234462"
+       x2="35.003674"
+       y2="29.096479" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8907"
+       id="linearGradient8655"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(46,352)"
+       x1="7.764298"
+       y1="2.1792839"
+       x2="14.874086"
+       y2="14.493798" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11686"
+       id="linearGradient8659"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.6666666,0,0,0.6587574,72.833339,312.85311)"
+       x1="30.5"
+       y1="-14.344133"
+       x2="30.5"
+       y2="37.582375" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8904"
+       id="linearGradient8666"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.6875001,0,0,0.6767003,73.468755,312.484)"
+       x1="38.980465"
+       y1="3.3696313"
+       x2="20.845173"
+       y2="33.273224" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11692"
+       id="linearGradient8670"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1,0,0,1,74,255.94919)"
+       x1="30.5"
+       y1="-9.010848"
+       x2="30.5"
+       y2="31.782904" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8904"
+       id="linearGradient8674"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1,0,0,1,74,255.94919)"
+       x1="40.625"
+       y1="1"
+       x2="17.625"
+       y2="29.553783" />
+  </defs>
+  <sodipodi:namedview
+     stroke="#ef2929"
+     fill="#f57900"
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="0.25490196"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="476.43492"
+     inkscape:cy="262.88856"
+     inkscape:current-layer="layer8"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1440"
+     inkscape:window-height="847"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     width="400px"
+     height="300px"
+     inkscape:snap-nodes="false"
+     inkscape:snap-bbox="true"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="13"
+     showborder="false"
+     inkscape:snap-global="true"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid5883"
+       spacingx="1px"
+       spacingy="1px"
+       enabled="true"
+       visible="true"
+       color="#000000"
+       opacity="0.1254902"
+       empcolor="#000000"
+       empopacity="0.25098039" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>http://jimmac.musichall.cz</dc:source>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:title>Generic Audio</dc:title>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>mp3</rdf:li>
+            <rdf:li>audio</rdf:li>
+            <rdf:li>media</rdf:li>
+            <rdf:li>file</rdf:li>
+            <rdf:li>audio</rdf:li>
+            <rdf:li>sound</rdf:li>
+            <rdf:li>music</rdf:li>
+            <rdf:li>wave</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:date />
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:publisher>
+        <dc:identifier />
+        <dc:relation />
+        <dc:language />
+        <dc:coverage />
+        <dc:description>mimetypes</dc:description>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     id="layer17"
+     inkscape:label="plate-pidgin-tray-extended-away"
+     style="display:inline">
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="use12425"
+       width="48"
+       height="48"
+       x="316"
+       y="252"
+       inkscape:label="48x48" />
+    <rect
+       inkscape:label="32x32"
+       y="310"
+       x="332"
+       height="32"
+       width="32"
+       id="use12427"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="use12429"
+       width="22"
+       height="22"
+       x="341"
+       y="353.05884"
+       inkscape:label="22x22" />
+    <rect
+       inkscape:label="16x16"
+       y="386"
+       x="348"
+       height="16"
+       width="16"
+       id="use12431"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       inkscape:label="24x24"
+       y="352"
+       x="340"
+       height="24"
+       width="24"
+       id="use12433"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <text
+       xml:space="preserve"
+       style="font-size:6.33509922px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+       x="341.41019"
+       y="439.71375"
+       id="text11739"
+       inkscape:label="context"><tspan
+         sodipodi:role="line"
+         id="tspan11741"
+         x="341.41019"
+         y="439.71375">status</tspan></text>
+    <text
+       inkscape:label="icon-name"
+       id="text11743"
+       y="449.31232"
+       x="298.43176"
+       style="font-size:7.4286747px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       xml:space="preserve"
+       sodipodi:linespacing="125%"><tspan
+         y="449.31232"
+         x="298.43176"
+         id="tspan11745"
+         sodipodi:role="line">pidgin-tray-extended-away</tspan></text>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer16"
+     inkscape:label="plate-pidgin-tray-offline"
+     style="display:inline">
+    <rect
+       inkscape:label="48x48"
+       y="252"
+       x="255"
+       height="48"
+       width="48"
+       id="use12375"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="use12377"
+       width="32"
+       height="32"
+       x="271"
+       y="310"
+       inkscape:label="32x32" />
+    <rect
+       inkscape:label="22x22"
+       y="353.05884"
+       x="280"
+       height="22"
+       width="22"
+       id="use12379"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="use12381"
+       width="16"
+       height="16"
+       x="287"
+       y="386"
+       inkscape:label="16x16" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="use12383"
+       width="24"
+       height="24"
+       x="279"
+       y="352"
+       inkscape:label="24x24" />
+    <text
+       xml:space="preserve"
+       style="font-size:6.33509922px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+       x="276.41019"
+       y="466.21375"
+       id="text11731"
+       inkscape:label="context"><tspan
+         sodipodi:role="line"
+         id="tspan11733"
+         x="276.41019"
+         y="466.21375">status</tspan></text>
+    <text
+       inkscape:label="icon-name"
+       id="text11735"
+       y="475.81232"
+       x="249.43176"
+       style="font-size:7.4286747px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       xml:space="preserve"
+       sodipodi:linespacing="125%"><tspan
+         y="475.81232"
+         x="249.43176"
+         id="tspan11737"
+         sodipodi:role="line">pidgin-tray-offline</tspan></text>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer15"
+     inkscape:label="plate-pidgin-tray-invisible"
+     style="display:inline">
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="use12325"
+       width="48"
+       height="48"
+       x="196"
+       y="252"
+       inkscape:label="48x48" />
+    <rect
+       inkscape:label="32x32"
+       y="310"
+       x="212"
+       height="32"
+       width="32"
+       id="use12327"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="use12329"
+       width="22"
+       height="22"
+       x="221"
+       y="353.05884"
+       inkscape:label="22x22" />
+    <rect
+       inkscape:label="16x16"
+       y="386"
+       x="228"
+       height="16"
+       width="16"
+       id="use12331"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       inkscape:label="24x24"
+       y="352"
+       x="220"
+       height="24"
+       width="24"
+       id="use12333"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <text
+       xml:space="preserve"
+       style="font-size:6.33509922px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+       x="211.91019"
+       y="440.71375"
+       id="text11755"
+       inkscape:label="context"><tspan
+         sodipodi:role="line"
+         id="tspan11757"
+         x="211.91019"
+         y="440.71375">status</tspan></text>
+    <text
+       inkscape:label="icon-name"
+       id="text11759"
+       y="450.31232"
+       x="182.93176"
+       style="font-size:7.4286747px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       xml:space="preserve"
+       sodipodi:linespacing="125%"><tspan
+         y="450.31232"
+         x="182.93176"
+         id="tspan11761"
+         sodipodi:role="line">pidgin-tray-invisible</tspan></text>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer14"
+     inkscape:label="plate-pidgin-tray-busy"
+     style="display:inline">
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="use12117"
+       width="48"
+       height="48"
+       x="138"
+       y="252"
+       inkscape:label="48x48" />
+    <rect
+       inkscape:label="32x32"
+       y="310"
+       x="154"
+       height="32"
+       width="32"
+       id="use12119"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="use12121"
+       width="22"
+       height="22"
+       x="163"
+       y="353.05884"
+       inkscape:label="22x22" />
+    <rect
+       inkscape:label="16x16"
+       y="386"
+       x="170"
+       height="16"
+       width="16"
+       id="use12123"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       inkscape:label="24x24"
+       y="352"
+       x="162"
+       height="24"
+       width="24"
+       id="use12125"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <text
+       xml:space="preserve"
+       style="font-size:6.33509922px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+       x="162.85637"
+       y="466.71375"
+       id="text11747"
+       inkscape:label="context"><tspan
+         sodipodi:role="line"
+         id="tspan11749"
+         x="162.85637"
+         y="466.71375">status</tspan></text>
+    <text
+       inkscape:label="icon-name"
+       id="text11751"
+       y="476.31232"
+       x="139.87794"
+       style="font-size:7.4286747px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       xml:space="preserve"
+       sodipodi:linespacing="125%"><tspan
+         y="476.31232"
+         x="139.87794"
+         id="tspan11753"
+         sodipodi:role="line">pidgin-tray-busy</tspan></text>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer13"
+     inkscape:label="plate-pidgin-tray-away"
+     style="display:inline">
+    <text
+       xml:space="preserve"
+       style="font-size:6.33509922px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+       x="103.85637"
+       y="440.21375"
+       id="text11723"
+       inkscape:label="context"><tspan
+         sodipodi:role="line"
+         id="tspan11725"
+         x="103.85637"
+         y="440.21375">status</tspan></text>
+    <text
+       inkscape:label="icon-name"
+       id="text11727"
+       y="449.81232"
+       x="80.877937"
+       style="font-size:7.4286747px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       xml:space="preserve"
+       sodipodi:linespacing="125%"><tspan
+         y="449.81232"
+         x="80.877937"
+         id="tspan11729"
+         sodipodi:role="line">pidgin-tray-away</tspan></text>
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="use11818"
+       width="48"
+       height="48"
+       x="80"
+       y="252"
+       inkscape:label="48x48" />
+    <rect
+       inkscape:label="32x32"
+       y="310"
+       x="96"
+       height="32"
+       width="32"
+       id="use11820"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="use11822"
+       width="22"
+       height="22"
+       x="105"
+       y="353.05884"
+       inkscape:label="22x22" />
+    <rect
+       inkscape:label="16x16"
+       y="386"
+       x="112"
+       height="16"
+       width="16"
+       id="use11824"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       inkscape:label="24x24"
+       y="352"
+       x="104"
+       height="24"
+       width="24"
+       id="use11826"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer12"
+     inkscape:label="plate-pidgin-tray-available"
+     style="display:inline">
+    <rect
+       inkscape:label="48x48"
+       y="252"
+       x="22"
+       height="48"
+       width="48"
+       id="rect10915"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect10917"
+       width="32"
+       height="32"
+       x="38"
+       y="310"
+       inkscape:label="32x32" />
+    <rect
+       inkscape:label="22x22"
+       y="353.05884"
+       x="47"
+       height="22"
+       width="22"
+       id="rect10919"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect10921"
+       width="16"
+       height="16"
+       x="54"
+       y="386"
+       inkscape:label="16x16" />
+    <rect
+       style="opacity:0;fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect10923"
+       width="24"
+       height="24"
+       x="46"
+       y="352"
+       inkscape:label="24x24" />
+    <text
+       xml:space="preserve"
+       style="font-size:6.33509922px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+       x="45.356365"
+       y="466.21375"
+       id="text11715"
+       inkscape:label="context"><tspan
+         sodipodi:role="line"
+         id="tspan11717"
+         x="45.356365"
+         y="466.21375">status</tspan></text>
+    <text
+       inkscape:label="icon-name"
+       id="text11719"
+       y="475.81232"
+       x="14.377939"
+       style="font-size:7.4286747px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       xml:space="preserve"
+       sodipodi:linespacing="125%"><tspan
+         y="475.81232"
+         x="14.377939"
+         id="tspan11721"
+         sodipodi:role="line">pidgin-tray-available</tspan></text>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer11"
+     inkscape:label="plate-pidgin-exended-away"
+     style="display:inline">
+    <rect
+       inkscape:label="48x48"
+       y="81"
+       x="315.99002"
+       height="48"
+       width="48"
+       id="rect9480"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9482"
+       width="32"
+       height="32"
+       x="331.99002"
+       y="139"
+       inkscape:label="32x32" />
+    <rect
+       inkscape:label="22x22"
+       y="182.05884"
+       x="340.99002"
+       height="22"
+       width="22"
+       id="rect9484"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9486"
+       width="16"
+       height="16"
+       x="347.99002"
+       y="215"
+       inkscape:label="16x16" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9488"
+       width="24"
+       height="24"
+       x="339.99002"
+       y="181"
+       inkscape:label="24x24" />
+    <text
+       xml:space="preserve"
+       style="font-size:6.33509922px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+       x="331.41019"
+       y="19.713753"
+       id="text10127"
+       inkscape:label="context"><tspan
+         sodipodi:role="line"
+         id="tspan10129"
+         x="331.41019"
+         y="19.713753">status</tspan></text>
+    <text
+       inkscape:label="icon-name"
+       id="text10131"
+       y="29.312298"
+       x="294.43176"
+       style="font-size:7.4286747px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       xml:space="preserve"
+       sodipodi:linespacing="125%"><tspan
+         y="29.312298"
+         x="294.43176"
+         id="tspan10133"
+         sodipodi:role="line">pidgin-extended-away</tspan></text>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer10"
+     inkscape:label="plate-pidgin-offline"
+     style="display:inline">
+    <rect
+       inkscape:label="48x48"
+       y="81"
+       x="255"
+       height="48"
+       width="48"
+       id="rect9231"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9233"
+       width="32"
+       height="32"
+       x="271"
+       y="139"
+       inkscape:label="32x32" />
+    <rect
+       inkscape:label="22x22"
+       y="182.05884"
+       x="280"
+       height="22"
+       width="22"
+       id="rect9235"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9237"
+       width="16"
+       height="16"
+       x="287"
+       y="215"
+       inkscape:label="16x16" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9239"
+       width="24"
+       height="24"
+       x="279"
+       y="181"
+       inkscape:label="24x24" />
+    <text
+       xml:space="preserve"
+       style="font-size:6.33509922px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+       x="266.41019"
+       y="46.213753"
+       id="text9440"
+       inkscape:label="context"><tspan
+         sodipodi:role="line"
+         id="tspan9442"
+         x="266.41019"
+         y="46.213753">status</tspan></text>
+    <text
+       inkscape:label="icon-name"
+       id="text9444"
+       y="55.812298"
+       x="251.43176"
+       style="font-size:7.4286747px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       xml:space="preserve"
+       sodipodi:linespacing="125%"><tspan
+         y="55.812298"
+         x="251.43176"
+         id="tspan9446"
+         sodipodi:role="line">pidgin-offline</tspan></text>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer9"
+     inkscape:label="plate-pidgin-invisible"
+     style="display:inline">
+    <rect
+       inkscape:label="48x48"
+       y="81"
+       x="196"
+       height="48"
+       width="48"
+       id="rect8305"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect8307"
+       width="32"
+       height="32"
+       x="212"
+       y="139"
+       inkscape:label="32x32" />
+    <rect
+       inkscape:label="22x22"
+       y="182.05884"
+       x="221"
+       height="22"
+       width="22"
+       id="rect8309"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect8311"
+       width="16"
+       height="16"
+       x="228"
+       y="215"
+       inkscape:label="16x16" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect8313"
+       width="24"
+       height="24"
+       x="220"
+       y="181"
+       inkscape:label="24x24" />
+    <text
+       xml:space="preserve"
+       style="font-size:6.33509922px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+       x="201.91019"
+       y="20.713753"
+       id="text9223"
+       inkscape:label="context"><tspan
+         sodipodi:role="line"
+         id="tspan9225"
+         x="201.91019"
+         y="20.713753">status</tspan></text>
+    <text
+       inkscape:label="icon-name"
+       id="text9227"
+       y="30.312298"
+       x="186.93176"
+       style="font-size:7.4286747px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       xml:space="preserve"
+       sodipodi:linespacing="125%"><tspan
+         y="30.312298"
+         x="186.93176"
+         id="tspan9229"
+         sodipodi:role="line">pidgin-invisible</tspan></text>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer7"
+     inkscape:label="plate-pidgin-busy"
+     style="display:inline">
+    <rect
+       inkscape:label="48x48"
+       y="81"
+       x="138"
+       height="48"
+       width="48"
+       id="rect11163"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect11165"
+       width="32"
+       height="32"
+       x="154"
+       y="139"
+       inkscape:label="32x32" />
+    <rect
+       inkscape:label="22x22"
+       y="182.05884"
+       x="163"
+       height="22"
+       width="22"
+       id="rect11167"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect11169"
+       width="16"
+       height="16"
+       x="170"
+       y="215"
+       inkscape:label="16x16" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect11171"
+       width="24"
+       height="24"
+       x="162"
+       y="181"
+       inkscape:label="24x24" />
+    <text
+       xml:space="preserve"
+       style="font-size:6.33509922px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+       x="152.85637"
+       y="46.713753"
+       id="text11227"
+       inkscape:label="context"><tspan
+         sodipodi:role="line"
+         id="tspan11229"
+         x="152.85637"
+         y="46.713753">status</tspan></text>
+    <text
+       inkscape:label="icon-name"
+       id="text11231"
+       y="56.312298"
+       x="137.87794"
+       style="font-size:7.4286747px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       xml:space="preserve"
+       sodipodi:linespacing="125%"><tspan
+         y="56.312298"
+         x="137.87794"
+         id="tspan11233"
+         sodipodi:role="line">pidgin-busy</tspan></text>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer5"
+     inkscape:label="plate-pidgin-away"
+     style="display:inline">
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect10605"
+       width="16"
+       height="16"
+       x="112"
+       y="215"
+       inkscape:label="16x16" />
+    <rect
+       inkscape:label="48x48"
+       y="81"
+       x="80"
+       height="48"
+       width="48"
+       id="rect10599"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect10601"
+       width="32"
+       height="32"
+       x="96"
+       y="139"
+       inkscape:label="32x32" />
+    <rect
+       inkscape:label="22x22"
+       y="182.05884"
+       x="105"
+       height="22"
+       width="22"
+       id="rect10603"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect10607"
+       width="24"
+       height="24"
+       x="104"
+       y="181"
+       inkscape:label="24x24" />
+    <text
+       xml:space="preserve"
+       style="font-size:6.33509922px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+       x="93.856369"
+       y="20.213753"
+       id="text10849"
+       inkscape:label="context"><tspan
+         sodipodi:role="line"
+         id="tspan10851"
+         x="93.856369"
+         y="20.213753">status</tspan></text>
+    <text
+       inkscape:label="icon-name"
+       id="text10853"
+       y="29.812298"
+       x="78.877937"
+       style="font-size:7.4286747px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       xml:space="preserve"
+       sodipodi:linespacing="125%"><tspan
+         y="29.812298"
+         x="78.877937"
+         id="tspan10855"
+         sodipodi:role="line">pidgin-away</tspan></text>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer4"
+     inkscape:label="plate-pidgin-available"
+     style="display:inline">
+    <rect
+       inkscape:label="48x48"
+       y="81"
+       x="22"
+       height="48"
+       width="48"
+       id="rect6284"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect6592"
+       width="32"
+       height="32"
+       x="38"
+       y="139"
+       inkscape:label="32x32" />
+    <rect
+       inkscape:label="22x22"
+       y="182.05884"
+       x="47"
+       height="22"
+       width="22"
+       id="rect6749"
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect6833"
+       width="16"
+       height="16"
+       x="54"
+       y="215"
+       inkscape:label="16x16" />
+    <rect
+       style="opacity:0;fill:#babdb6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect8104"
+       width="24"
+       height="24"
+       x="46"
+       y="181"
+       inkscape:label="24x24" />
+    <text
+       xml:space="preserve"
+       style="font-size:6.33509922px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Bitstream Vera Sans"
+       x="35.356365"
+       y="46.213753"
+       id="context"
+       inkscape:label="context"><tspan
+         sodipodi:role="line"
+         id="tspan2716"
+         x="35.356365"
+         y="46.213753">status</tspan></text>
+    <text
+       inkscape:label="icon-name"
+       id="icon-name"
+       y="55.812298"
+       x="12.377939"
+       style="font-size:7.4286747px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       xml:space="preserve"
+       sodipodi:linespacing="125%"><tspan
+         y="55.812298"
+         x="12.377939"
+         id="tspan3023"
+         sodipodi:role="line">pidgin-available</tspan></text>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer8"
+     inkscape:label="instructions"
+     style="display:inline">
+    <flowRoot
+       xml:space="preserve"
+       id="flowRoot2742"
+       style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+       transform="translate(700,0)"><flowRegion
+         id="flowRegion2744"><rect
+           id="rect2746"
+           width="343"
+           height="607"
+           x="-359"
+           y="-5" /></flowRegion><flowPara
+         id="flowPara2748"
+         style="font-size:40px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold" /></flowRoot>    <text
+       xml:space="preserve"
+       style="font-size:18.71271896px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#babdb6;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       x="468.74457"
+       y="117.82666"
+       id="text2750"
+       sodipodi:linespacing="125%"><tspan
+         sodipodi:role="line"
+         id="tspan2752"
+         x="468.74457"
+         y="117.82666">How does this work?</tspan></text>
+    <flowRoot
+       xml:space="preserve"
+       id="flowRoot3051"
+       style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Bitstream Vera Sans"
+       transform="matrix(0.9695678,0,0,0.9695678,739.38991,114.65335)"><flowRegion
+         id="flowRegion3053"><rect
+           id="rect3055"
+           width="291"
+           height="424"
+           x="-278"
+           y="35"
+           style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#555753;font-family:Droid Sans;-inkscape-font-specification:Bitstream Vera Sans" /></flowRegion><flowPara
+         id="flowPara3057">The ruby script will walk this SVG and search for layers that include the string 'plate'.</flowPara><flowPara
+         id="flowPara3059" /><flowPara
+         id="flowPara3061">in each of this layer it looks for a text object with the label 'context' and 'icon-name'.</flowPara><flowPara
+         id="flowPara3063" /><flowPara
+         id="flowPara3065">It then iterates throu all <flowSpan
+   style="font-weight:bold;fill:#555753;-inkscape-font-specification:Bitstream Vera Sans"
+   id="flowSpan3067">rect <flowSpan
+   style="font-weight:normal;fill:#555753"
+   id="flowSpan3069">objects within that layer. It takes the dimensions of the rectangle and exports a bitmap to </flowSpan></flowSpan></flowPara><flowPara
+         id="flowPara3075"><flowSpan
+           style="font-weight:bold;fill:#555753;-inkscape-font-specification:Bitstream Vera Sans"
+           id="flowSpan3077"><flowSpan
+             style="font-weight:normal;fill:#555753"
+             id="flowSpan3079" /></flowSpan></flowPara><flowPara
+         id="flowPara3081"><flowSpan
+           style="font-weight:bold;fill:#555753;-inkscape-font-specification:Bitstream Vera Sans"
+           id="flowSpan3083"><flowSpan
+             style="font-weight:normal;fill:#555753"
+             id="flowSpan3085">#{width}x#{height}/#{context}/#{icon_name}.png</flowSpan></flowSpan></flowPara><flowPara
+         id="flowPara3071" /><flowPara
+         id="flowPara3073">Make sure you label text objects when you create new layers. Make sure your plate layers are hidden when saving.</flowPara></flowRoot>    <text
+       xml:space="preserve"
+       style="font-size:10.83777523px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#555753;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold"
+       x="-143.67143"
+       y="322.12497"
+       id="text12101"
+       sodipodi:linespacing="125%"><tspan
+         sodipodi:role="line"
+         id="tspan12103"
+         x="-143.67143"
+         y="322.12497">Status icons are mostly</tspan><tspan
+         sodipodi:role="line"
+         x="-143.67143"
+         y="335.67218"
+         id="tspan12105">clones of the ones used</tspan><tspan
+         sodipodi:role="line"
+         x="-143.67143"
+         y="349.21942"
+         id="tspan12107">above. The bubbles are </tspan><tspan
+         sodipodi:role="line"
+         x="-143.67143"
+         y="362.76663"
+         id="tspan12111">clones of the bubbles in </tspan><tspan
+         sodipodi:role="line"
+         x="-143.67143"
+         y="376.31384"
+         id="tspan12115">the first column.</tspan></text>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer18"
+     inkscape:label="artwork"
+     style="display:inline">
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 66.999991,199.5 C 66.999991,201.432 63.41599,203 58.999991,203 C 54.583991,203 50.999991,201.432 50.999991,199.5 C 50.999991,197.568 54.583991,196 58.999991,196 C 63.41599,196 66.999991,197.568 66.999991,199.5 z"
+       id="path9598" />
+    <path
+       style="fill:url(#linearGradient9594);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9596);stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 68.499988,192.5 C 68.499988,198.02001 64.01999,202.5 58.499994,202.5 C 52.979997,202.5 48.5,198.02001 48.5,192.5 C 48.5,186.98 52.979997,182.49999 58.499994,182.49999 C 64.01999,182.49999 68.499988,186.98 68.499988,192.5 z"
+       id="path9577" />
+    <path
+       style="opacity:0.6;fill:url(#linearGradient9591);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999881;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 67.499991,192.5 C 67.499991,197.46801 63.467992,201.50001 58.49999,201.50001 C 53.53199,201.50001 49.499989,197.46801 49.499989,192.5 C 49.499989,187.53199 53.53199,183.5 58.49999,183.5 C 63.467992,183.5 67.499991,187.53199 67.499991,192.5 z"
+       id="path9579" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 52.000003,144.5 C 52.000003,146.432 48.416002,148 44.000003,148 C 39.584003,148 36.000003,146.432 36.000003,144.5 C 36.000003,142.568 39.584003,141 44.000003,141 C 48.416002,141 52.000003,142.568 52.000003,144.5 z"
+       id="path10546"
+       transform="matrix(1.3999998,0,0,1.3999998,-6.40001,-37.996289)" />
+    <path
+       style="fill:url(#linearGradient10552);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10554);stroke-width:0.99999875;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 68.499953,154.50368 C 68.499953,162.2317 62.227957,168.50368 54.499964,168.50368 C 46.771969,168.50368 40.499974,162.2317 40.499974,154.50368 C 40.499974,146.77568 46.771969,140.50367 54.499964,140.50367 C 62.227957,140.50367 68.499953,146.77568 68.499953,154.50368 z"
+       id="path10548" />
+    <path
+       style="opacity:0.6;fill:url(#linearGradient10556);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999881;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 67.500001,154.50366 C 67.500001,161.67967 61.676003,167.50367 54.5,167.50367 C 47.324001,167.50367 41.499999,161.67967 41.499999,154.50366 C 41.499999,147.32765 47.324001,141.50367 54.5,141.50367 C 61.676003,141.50367 67.500001,147.32765 67.500001,154.50366 z"
+       id="path10550" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 124.99999,199.5 C 124.99999,201.432 121.41599,203 116.99999,203 C 112.58399,203 108.99999,201.432 108.99999,199.5 C 108.99999,197.568 112.58399,196 116.99999,196 C 121.41599,196 124.99999,197.568 124.99999,199.5 z"
+       id="path10615" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 52.000003,144.5 C 52.000003,146.432 48.416002,148 44.000003,148 C 39.584003,148 36.000003,146.432 36.000003,144.5 C 36.000003,142.568 39.584003,141 44.000003,141 C 48.416002,141 52.000003,142.568 52.000003,144.5 z"
+       id="path10623"
+       transform="matrix(1.3999998,0,0,1.3999998,51.59999,-37.996289)" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 52.000003,144.5 C 52.000003,146.432 48.416002,148 44.000003,148 C 39.584003,148 36.000003,146.432 36.000003,144.5 C 36.000003,142.568 39.584003,141 44.000003,141 C 48.416002,141 52.000003,142.568 52.000003,144.5 z"
+       id="path10631"
+       transform="matrix(2.1000004,0,0,2.0998147,13.087504,-184.22267)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10741);stroke-width:1.43507147px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path10665"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.6969616,0,0,0.696693,105.63618,180.95617)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path10667"
+       sodipodi:cx="-3.8088531"
+       sodipodi:cy="3.303823"
+       sodipodi:rx="3.1932809"
+       sodipodi:ry="3.3471739"
+       d="M -0.61557221,3.303823 A 3.1932809,3.3471739 0 1 1 -7.0021341,3.303823 A 3.1932809,3.3471739 0 1 1 -0.61557221,3.303823 z"
+       transform="matrix(2.9218113,0,0,2.7874756,127.62568,183.29139)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.40340911;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10728);stroke-width:1.79314482px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path10669"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.557679,0,0,0.5576787,107.80566,183.25805)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path10671"
+       sodipodi:cx="6.0403023"
+       sodipodi:cy="7.5551186"
+       sodipodi:rx="1.615877"
+       sodipodi:ry="1.3273276"
+       d="M 7.6561793,7.5551186 A 1.615877,1.3273276 0 1 1 4.4244252,7.5551186 A 1.615877,1.3273276 0 1 1 7.6561793,7.5551186 z"
+       transform="matrix(4.6414424,0,0,5.6504495,88.464285,149.81019)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.76704544;fill:none;fill-opacity:1;stroke:url(#linearGradient10726);stroke-width:0.58267182;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path10673"
+       sodipodi:cx="7.5"
+       sodipodi:cy="7"
+       sodipodi:rx="5.5"
+       sodipodi:ry="5"
+       d="M 13,7 A 5.5,5 0 1 1 2,7 A 5.5,5 0 1 1 13,7 z"
+       transform="matrix(1.636363,0,0,1.8,104.22728,179.9)" />
+    <rect
+       style="fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10675"
+       width="0.99999535"
+       height="1.000003"
+       x="188"
+       y="-121"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <path
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 116.5,191 C 115.669,191 115,191.669 115,192.5 C 115,193.331 115.669,194 116.5,194 C 116.51028,194 116.52102,194.0002 116.53125,194 L 118,194 L 118,192.5 L 118,191 L 116.53125,191 C 116.52102,190.9998 116.51028,191 116.5,191 z"
+       id="rect10679" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10681"
+       width="1"
+       height="1"
+       x="189"
+       y="-120"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10731"
+       width="1"
+       height="1"
+       x="190"
+       y="-119"
+       transform="matrix(0,1,-1,0,0,0)"
+       inkscape:transform-center-x="-0.90598057"
+       inkscape:transform-center-y="-0.70710678" />
+    <rect
+       style="fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10733"
+       width="0.99999535"
+       height="1.000003"
+       x="-197"
+       y="-121"
+       transform="matrix(0,-1,-1,0,0,0)" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10735"
+       width="1"
+       height="1"
+       x="-196"
+       y="-120"
+       transform="matrix(0,-1,-1,0,0,0)" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10737"
+       width="1"
+       height="1"
+       x="-195"
+       y="-119"
+       transform="matrix(0,-1,-1,0,0,0)"
+       inkscape:transform-center-x="-0.90598057"
+       inkscape:transform-center-y="0.70710678" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10739"
+       width="1"
+       height="1"
+       x="192"
+       y="-117"
+       transform="matrix(0,1,-1,0,0,0)"
+       inkscape:transform-center-x="-0.90598057"
+       inkscape:transform-center-y="-0.70710678"
+       rx="0"
+       ry="0" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10797);stroke-width:1.02488315px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path10771"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.9759035,0,0,0.9755326,97.28888,138.33913)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path10773"
+       sodipodi:cx="-3.8088531"
+       sodipodi:cy="3.303823"
+       sodipodi:rx="3.1932809"
+       sodipodi:ry="3.3471739"
+       d="M -0.61557221,3.303823 A 3.1932809,3.3471739 0 1 1 -7.0021341,3.303823 A 3.1932809,3.3471739 0 1 1 -0.61557221,3.303823 z"
+       transform="matrix(4.0911952,0,0,3.9031154,128.07915,141.60898)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.40340911;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10835);stroke-width:1.3041054px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path10775"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.7668082,0,0,0.7668085,100.54528,141.79232)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path10777"
+       sodipodi:cx="6.0403023"
+       sodipodi:cy="7.5551186"
+       sodipodi:rx="1.615877"
+       sodipodi:ry="1.3273276"
+       d="M 7.6561793,7.5551186 A 1.615877,1.3273276 0 1 1 4.4244252,7.5551186 A 1.615877,1.3273276 0 1 1 7.6561793,7.5551186 z"
+       transform="matrix(6.4980192,0,0,7.910632,73.25,94.734237)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.76704544;fill:none;fill-opacity:1;stroke:url(#linearGradient10833);stroke-width:0.40338814;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path10779"
+       sodipodi:cx="7.5"
+       sodipodi:cy="7"
+       sodipodi:rx="5.5"
+       sodipodi:ry="5"
+       d="M 13,7 A 5.5,5 0 1 1 2,7 A 5.5,5 0 1 1 13,7 z"
+       transform="matrix(2.3636364,0,0,2.5999995,94.772727,136.30001)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10910);stroke-width:0.68320411px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path10859"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(1.4638725,0,0,1.4635016,81.678391,80.252419)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path10861"
+       sodipodi:cx="-3.8088531"
+       sodipodi:cy="3.303823"
+       sodipodi:rx="3.1932809"
+       sodipodi:ry="3.3471739"
+       d="M -0.61557221,3.303823 A 3.1932809,3.3471739 0 1 1 -7.0021341,3.303823 A 3.1932809,3.3471739 0 1 1 -0.61557221,3.303823 z"
+       transform="matrix(6.1376159,0,0,5.855484,127.86977,85.157873)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.40340911;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10914);stroke-width:0.79695326px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path10863"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(1.2547773,0,0,1.2547774,84.937736,83.705616)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path10865"
+       sodipodi:cx="6.0403023"
+       sodipodi:cy="7.5551186"
+       sodipodi:rx="1.615877"
+       sodipodi:ry="1.3273276"
+       d="M 7.6561793,7.5551186 A 1.615877,1.3273276 0 1 1 4.4244252,7.5551186 A 1.615877,1.3273276 0 1 1 7.6561793,7.5551186 z"
+       transform="matrix(10.830033,0,0,13.184386,39.083329,4.890403)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.76704544;fill:none;fill-opacity:1;stroke:url(#linearGradient10912);stroke-width:0.26220229;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path10867"
+       sodipodi:cx="7.5"
+       sodipodi:cy="7"
+       sodipodi:rx="5.5"
+       sodipodi:ry="5"
+       d="M 13,7 A 5.5,5 0 1 1 2,7 A 5.5,5 0 1 1 13,7 z"
+       transform="matrix(3.6363636,0,0,3.9999999,77.227273,76.500001)" />
+    <path
+       style="fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 117.80113,149.23014 C 118.14963,149.57865 118.14963,150.13978 117.80112,150.48829 L 114.51953,153.7386 C 114.17102,154.08711 113.60989,154.08711 113.26138,153.73861 C 112.91287,153.3901 112.91287,152.82896 113.26138,152.48046 L 116.54297,149.23014 C 116.89148,148.88163 117.45262,148.88163 117.80113,149.23014 z"
+       id="rect10953"
+       sodipodi:nodetypes="cccsccc" />
+    <path
+       style="fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 117.73862,159.73859 C 118.08713,159.39008 118.08714,158.82895 117.73862,158.48044 L 114.51954,155.26137 C 114.17103,154.91286 113.60989,154.91287 113.26138,155.26137 C 112.91287,155.60988 112.91287,156.17101 113.26138,156.51952 L 116.48047,159.73859 C 116.82898,160.0871 117.39011,160.0871 117.73862,159.73859 z"
+       id="rect10955" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10957"
+       width="5"
+       height="5"
+       x="152"
+       y="-115"
+       transform="matrix(0,1,-1,0,0,0)"
+       inkscape:transform-center-x="-4.5299029"
+       inkscape:transform-center-y="-3.535524"
+       rx="2.5"
+       ry="2.5" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10795"
+       width="3"
+       height="3"
+       x="153"
+       y="-114"
+       transform="matrix(0,1,-1,0,0,0)"
+       inkscape:transform-center-x="-2.7179417"
+       inkscape:transform-center-y="-2.1213144"
+       rx="1.5"
+       ry="1.5" />
+    <path
+       style="fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 113.80086,95.267032 C 114.14936,95.615536 114.14937,96.176675 113.80086,96.525183 L 106.51954,103.73862 C 106.17103,104.08713 105.60989,104.08712 105.26138,103.73862 C 104.91287,103.39011 104.91287,102.82898 105.26138,102.48047 L 112.5427,95.267031 C 112.89121,94.918523 113.45234,94.918521 113.80086,95.267032 z"
+       id="rect10962"
+       sodipodi:nodetypes="cccsccc" />
+    <path
+       style="fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 112.80114,112.73862 C 113.14965,112.39011 113.14965,111.82898 112.80114,111.48047 L 106.51956,105.26141 C 106.17105,104.9129 105.60991,104.9129 105.2614,105.26141 C 104.91289,105.60991 104.91289,106.17105 105.2614,106.51956 L 111.54298,112.73862 C 111.89149,113.08713 112.45263,113.08713 112.80114,112.73862 z"
+       id="rect10964"
+       sodipodi:nodetypes="cccsccc" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10966"
+       width="5"
+       height="5"
+       x="102.00002"
+       y="-107"
+       transform="matrix(0,1,-1,0,0,0)"
+       inkscape:transform-center-x="-4.5299029"
+       inkscape:transform-center-y="-3.535524"
+       rx="2.5"
+       ry="2.5" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10968"
+       width="3"
+       height="3"
+       x="103.00002"
+       y="-106"
+       transform="matrix(0,1,-1,0,0,0)"
+       inkscape:transform-center-x="-2.7179417"
+       inkscape:transform-center-y="-2.1213144"
+       rx="1.5"
+       ry="1.5" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:url(#linearGradient10992);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path10982"
+       sodipodi:cx="108.05476"
+       sodipodi:cy="61.759155"
+       sodipodi:rx="1.7235727"
+       sodipodi:ry="2.0771263"
+       d="M 109.77834,61.759155 A 1.7235727,2.0771263 0 1 1 106.33119,61.759155 A 1.7235727,2.0771263 0 1 1 109.77834,61.759155 z"
+       transform="matrix(0.8406311,0.2252464,-0.1869066,0.6975449,12.208993,37.081264)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:url(#linearGradient10996);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path10994"
+       sodipodi:cx="108.05476"
+       sodipodi:cy="61.759155"
+       sodipodi:rx="1.7235727"
+       sodipodi:ry="2.0771263"
+       d="M 109.77834,61.759155 A 1.7235727,2.0771263 0 1 1 106.33119,61.759155 A 1.7235727,2.0771263 0 1 1 109.77834,61.759155 z"
+       transform="matrix(-0.8406311,0.2252464,0.1869066,0.6975449,196.79069,37.081577)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:url(#linearGradient11003);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path10999"
+       sodipodi:cx="108.05476"
+       sodipodi:cy="61.759155"
+       sodipodi:rx="1.7235727"
+       sodipodi:ry="2.0771263"
+       d="M 109.77834,61.759155 A 1.7235727,2.0771263 0 1 1 106.33119,61.759155 A 1.7235727,2.0771263 0 1 1 109.77834,61.759155 z"
+       transform="matrix(0.2252464,-0.8406311,0.6975449,0.1869066,37.080955,196.791)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:url(#linearGradient11005);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path11001"
+       sodipodi:cx="108.05476"
+       sodipodi:cy="61.759155"
+       sodipodi:rx="1.7235727"
+       sodipodi:ry="2.0771263"
+       d="M 109.77834,61.759155 A 1.7235727,2.0771263 0 1 1 106.33119,61.759155 A 1.7235727,2.0771263 0 1 1 109.77834,61.759155 z"
+       transform="matrix(0.2252464,0.8406311,0.6975449,-0.1869066,37.081268,12.209302)" />
+    <rect
+       style="fill:#b0b2ae;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect11007"
+       width="0.99999535"
+       height="1.000003"
+       x="187"
+       y="-117"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <rect
+       style="fill:#b0b2ae;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect11009"
+       width="0.99999535"
+       height="1.000003"
+       x="197"
+       y="-117"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <rect
+       style="fill:#b0b2ae;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect11013"
+       width="0.99999535"
+       height="1.000003"
+       x="192"
+       y="-112"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <rect
+       style="fill:#b0b2ae;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect11015"
+       width="0.99999535"
+       height="1.000003"
+       x="192"
+       y="-122"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:url(#linearGradient11019);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path11017"
+       sodipodi:cx="108.05476"
+       sodipodi:cy="61.759155"
+       sodipodi:rx="1.7235727"
+       sodipodi:ry="2.0771263"
+       d="M 109.77834,61.759155 A 1.7235727,2.0771263 0 1 1 106.33119,61.759155 A 1.7235727,2.0771263 0 1 1 109.77834,61.759155 z"
+       transform="matrix(0.1501333,0.560306,0.4649341,-0.1245789,67.063445,94.150155)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:url(#linearGradient11023);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path11021"
+       sodipodi:cx="108.05476"
+       sodipodi:cy="61.759155"
+       sodipodi:rx="1.7235727"
+       sodipodi:ry="2.0771263"
+       d="M 109.77834,61.759155 A 1.7235727,2.0771263 0 1 1 106.33119,61.759155 A 1.7235727,2.0771263 0 1 1 109.77834,61.759155 z"
+       transform="matrix(0.1501333,-0.560306,0.4649341,0.1245789,67.063445,214.84984)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:url(#linearGradient11037);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path11033"
+       sodipodi:cx="108.05476"
+       sodipodi:cy="61.759155"
+       sodipodi:rx="1.7235727"
+       sodipodi:ry="2.0771263"
+       d="M 109.77834,61.759155 A 1.7235727,2.0771263 0 1 1 106.33119,61.759155 A 1.7235727,2.0771263 0 1 1 109.77834,61.759155 z"
+       transform="matrix(0.560306,-0.1501335,-0.1245789,-0.4649348,52.15016,199.93662)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:url(#linearGradient11039);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path11035"
+       sodipodi:cx="108.05476"
+       sodipodi:cy="61.759155"
+       sodipodi:rx="1.7235727"
+       sodipodi:ry="2.0771263"
+       d="M 109.77834,61.759155 A 1.7235727,2.0771263 0 1 1 106.33119,61.759155 A 1.7235727,2.0771263 0 1 1 109.77834,61.759155 z"
+       transform="matrix(-0.560306,-0.1501335,0.1245789,-0.4649348,172.84985,199.93662)" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 299.99999,199.5 C 299.99999,201.432 296.41599,203 291.99999,203 C 287.58399,203 283.99999,201.432 283.99999,199.5 C 283.99999,197.568 287.58399,196 291.99999,196 C 296.41599,196 299.99999,197.568 299.99999,199.5 z"
+       id="path9241" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 52.000003,144.5 C 52.000003,146.432 48.416002,148 44.000003,148 C 39.584003,148 36.000003,146.432 36.000003,144.5 C 36.000003,142.568 39.584003,141 44.000003,141 C 48.416002,141 52.000003,142.568 52.000003,144.5 z"
+       id="path9245"
+       transform="matrix(1.3999998,0,0,1.3999998,226.59999,-37.996289)" />
+    <path
+       style="fill:url(#linearGradient9434);fill-opacity:1;stroke:url(#linearGradient9436);stroke-width:0.99999833;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 297.40001,164.39996 C 291.93407,169.86588 283.06277,169.8668 277.59798,164.40201 C 272.13321,158.93725 272.13413,150.06595 277.60005,144.60002 C 283.06598,139.13411 291.93727,139.13319 297.40206,144.59795 C 302.86685,150.06274 302.86593,158.93403 297.40001,164.39996 z"
+       id="path9416" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 52.000003,144.5 C 52.000003,146.432 48.416002,148 44.000003,148 C 39.584003,148 36.000003,146.432 36.000003,144.5 C 36.000003,142.568 39.584003,141 44.000003,141 C 48.416002,141 52.000003,142.568 52.000003,144.5 z"
+       id="path9247"
+       transform="matrix(2.1000004,0,0,2.0998147,188.0875,-184.22267)" />
+    <path
+       style="fill:url(#linearGradient9410);fill-opacity:1;stroke:url(#linearGradient9412);stroke-width:0.99999833;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 298.56921,199.56921 C 294.66717,203.47125 288.33408,203.47191 284.43285,199.57068 C 280.53163,195.66946 280.53229,189.33637 284.43433,185.43433 C 288.33637,181.53229 294.66945,181.53163 298.57068,185.43285 C 302.47191,189.33408 302.47125,195.66717 298.56921,199.56921 z"
+       id="path9381" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter10591);enable-background:new"
+       id="path9448"
+       sodipodi:cx="11.484269"
+       sodipodi:cy="4.7465701"
+       sodipodi:rx="1.8659533"
+       sodipodi:ry="1.9428998"
+       d="M 13.350222,4.7465701 A 1.8659533,1.9428998 0 1 1 9.6183158,4.7465701 A 1.8659533,1.9428998 0 1 1 13.350222,4.7465701 z"
+       transform="matrix(6.1643533,-3.5894243,2.6453701,4.6210964,191.95523,118.18816)" />
+    <path
+       style="fill:url(#linearGradient9474);fill-opacity:1;stroke:url(#linearGradient9476);stroke-width:0.99999821;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 294.34994,119.34994 C 286.15104,127.54881 272.84411,127.55019 264.64694,119.35301 C 256.44981,111.15587 256.45119,97.848925 264.65005,89.650032 C 272.84893,81.451169 286.15584,81.449789 294.35302,89.646927 C 302.55019,97.84411 302.54881,111.15104 294.34994,119.34994 z"
+       id="path9450" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 360.99001,199.5 C 360.99001,201.432 357.40601,203 352.99001,203 C 348.57401,203 344.99001,201.432 344.99001,199.5 C 344.99001,197.568 348.57401,196 352.99001,196 C 357.40601,196 360.99001,197.568 360.99001,199.5 z"
+       id="path9490" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 52.000003,144.5 C 52.000003,146.432 48.416002,148 44.000003,148 C 39.584003,148 36.000003,146.432 36.000003,144.5 C 36.000003,142.568 39.584003,141 44.000003,141 C 48.416002,141 52.000003,142.568 52.000003,144.5 z"
+       id="path9492"
+       transform="matrix(1.3999998,0,0,1.3999998,287.59001,-37.996289)" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 52.000003,144.5 C 52.000003,146.432 48.416002,148 44.000003,148 C 39.584003,148 36.000003,146.432 36.000003,144.5 C 36.000003,142.568 39.584003,141 44.000003,141 C 48.416002,141 52.000003,142.568 52.000003,144.5 z"
+       id="path9494"
+       transform="matrix(2.1000004,0,0,2.0998147,249.07752,-184.22267)" />
+    <path
+       transform="matrix(0.7379107,-0.426033,0.426033,0.7379107,45.108979,189.42532)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9798"
+       style="fill:url(#radialGradient9803);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient9902);stroke-width:0.99999791;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 287.49998,167.5 C 290.83496,167.49964 294.15045,166.22489 296.68803,163.68737 C 301.77124,158.60432 301.77006,150.39374 296.68803,145.31186 C 291.60601,140.22996 283.39518,140.22877 278.31197,145.31186 C 273.22873,150.39491 273.22994,158.60551 278.31197,163.68737 C 280.84896,166.22433 284.16582,167.50035 287.49998,167.5 z"
+       id="path9897" />
+    <path
+       style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient9906);stroke-width:0.99999779;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 279.49996,124.5 C 284.6307,124.49945 289.73146,122.53829 293.63542,118.63442 C 301.45575,110.81435 301.45394,98.18269 293.63542,90.364417 C 285.81694,82.546106 273.18488,82.544275 265.36456,90.364417 C 257.54418,98.18449 257.54605,110.81618 265.36456,118.63442 C 269.26763,122.53743 274.37048,124.50054 279.49996,124.5 z"
+       id="path9904" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9931);stroke-width:0.80000007;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path9923"
+       sodipodi:cx="8"
+       sodipodi:cy="8"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       transform="matrix(1.25,0,0,1.25,342.5,182.5)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#linearGradient9945);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9947);stroke-width:0.88888896;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path9925"
+       sodipodi:cx="8"
+       sodipodi:cy="8"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       transform="matrix(1.125,0,0,1.125,343.5,183.5)" />
+    <path
+       transform="matrix(0.7379108,-0.4260329,0.426033,0.7379105,339.10898,189.42533)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9927"
+       style="fill:url(#radialGradient9949);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       style="fill:url(#linearGradient9951);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 348.5,189 C 348.223,189 348,189.223 348,189.5 C 348,189.777 348.223,190 348.5,190 L 356.51647,190 C 356.79347,190 357.01647,189.777 357.01647,189.5 C 357.01647,189.223 356.79347,189 356.51647,189 L 348.5,189 z M 349.5,191 C 349.223,191 349,191.223 349,191.5 C 349,191.777 349.223,192 349.5,192 L 355.54576,192 C 355.82276,192 356.04576,191.777 356.04576,191.5 C 356.04576,191.223 355.82276,191 355.54576,191 L 349.5,191 z M 348.5,193 C 348.223,193 348,193.223 348,193.5 C 348,193.777 348.223,194 348.5,194 L 356.4375,194 C 356.7145,194 356.9375,193.777 356.9375,193.5 C 356.9375,193.223 356.7145,193 356.4375,193 L 348.5,193 z M 349.40625,195 C 349.16388,195 348.96875,195.223 348.96875,195.5 C 348.96875,195.777 349.16388,196 349.40625,196 L 355.65273,196 C 355.8951,196 356.09023,195.777 356.09023,195.5 C 356.09023,195.223 355.8951,195 355.65273,195 L 349.40625,195 z"
+       id="path9929"
+       sodipodi:nodetypes="csccscccsccscccsccscccsccscc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9959);stroke-width:0.5714286;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path9953"
+       sodipodi:cx="8"
+       sodipodi:cy="8"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       transform="matrix(1.75,0,0,1.75,334.5,140.5)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#linearGradient9970);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9972);stroke-width:0.61538464;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path9955"
+       sodipodi:cx="8"
+       sodipodi:cy="8"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       transform="matrix(1.625,0,0,1.625,335.5,141.5)" />
+    <path
+       transform="matrix(1.085163,-0.6265192,0.6265191,1.0851627,328.80732,149.97842)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9957"
+       style="fill:url(#radialGradient9974);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9995);stroke-width:0.38095239;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path9978"
+       sodipodi:cx="8"
+       sodipodi:cy="8"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       transform="matrix(2.625,0,0,2.625,319.5,83.5)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#linearGradient9997);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9999);stroke-width:0.40002236;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path9980"
+       sodipodi:cx="8"
+       sodipodi:cy="8"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       transform="matrix(2.5,0,0,2.499721,320.5,84.504464)" />
+    <path
+       transform="matrix(1.6928542,-0.97737,0.9773697,1.6928539,309.77942,97.44633)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9982"
+       style="fill:url(#radialGradient10001);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       style="opacity:1;fill:url(#linearGradient10102);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 342.5,150 C 342.223,150 342,150.223 342,150.5 C 342,150.777 342.223,151 342.5,151 L 354.5,151 C 354.777,151 355,150.777 355,150.5 C 355,150.223 354.777,150 354.5,150 L 342.5,150 z M 344.5,153 C 344.223,153 344,153.223 344,153.5 C 344,153.777 344.223,154 344.5,154 L 352.5,154 C 352.777,154 353,153.777 353,153.5 C 353,153.223 352.777,153 352.5,153 L 344.5,153 z M 343.5,156 C 343.223,156 343,156.223 343,156.5 C 343,156.777 343.223,157 343.5,157 L 353.5,157 C 353.777,157 354,156.777 354,156.5 C 354,156.223 353.777,156 353.5,156 L 343.5,156 z M 344.5,159 C 344.223,159 344,159.223 344,159.5 C 344,159.777 344.223,160 344.5,160 L 352.5,160 C 352.777,160 353,159.777 353,159.5 C 353,159.223 352.777,159 352.5,159 L 344.5,159 z"
+       id="rect10087" />
+    <path
+       style="opacity:1;fill:url(#linearGradient10125);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.95686275;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 331.53125,96 C 331.24513,96 331,96.213879 331,96.5 C 331,96.786121 331.24511,97.03125 331.53125,97.03125 L 349.46875,97.03125 C 349.75487,97.03125 350,96.786121 350,96.5 C 350,96.213879 349.75489,96 349.46875,96 L 331.53125,96 z M 334.53125,100 C 334.24513,100 334,100.21388 334,100.5 C 334,100.78612 334.24511,101.03125 334.53125,101.03125 L 346.46875,101.03125 C 346.75487,101.03125 347,100.78612 347,100.5 C 347,100.21388 346.75489,100 346.46875,100 L 334.53125,100 z M 334.53125,104.03125 C 334.24513,104.03125 334,104.27638 334,104.5625 C 334,104.84862 334.24511,105.0625 334.53125,105.0625 L 346.46875,105.0625 C 346.75487,105.0625 347,104.84862 347,104.5625 C 347,104.27638 346.75489,104.03125 346.46875,104.03125 L 334.53125,104.03125 z M 333.53125,108 C 333.24513,108 333,108.21388 333,108.5 C 333,108.78612 333.24511,109.03125 333.53125,109.03125 L 347.46875,109.03125 C 347.75487,109.03125 348,108.78612 348,108.5 C 348,108.21388 347.75489,108 347.46875,108 L 333.53125,108 z M 331.53125,112 C 331.24513,112 331,112.21388 331,112.5 C 331,112.78612 331.24511,113.03125 331.53125,113.03125 L 349.46875,113.03125 C 349.75487,113.03125 350,112.78612 350,112.5 C 350,112.21388 349.75489,112 349.46875,112 L 331.53125,112 z"
+       id="rect10108" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 52.000003,144.5 C 52.000003,146.432 48.416002,148 44.000003,148 C 39.584003,148 36.000003,146.432 36.000003,144.5 C 36.000003,142.568 39.584003,141 44.000003,141 C 48.416002,141 52.000003,142.568 52.000003,144.5 z"
+       id="path10560"
+       transform="matrix(2.1000004,0,0,2.0998147,-44.912496,-184.22267)" />
+    <path
+       style="fill:url(#linearGradient10568);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10570);stroke-width:0.99999875;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 67.437479,104.50184 C 67.437479,116.09285 58.029482,125.49999 46.43749,125.49999 C 34.845495,125.49999 25.437499,116.09285 25.437499,104.50184 C 25.437499,92.910858 34.845495,83.503673 46.43749,83.503673 C 58.029482,83.503673 67.437479,92.910858 67.437479,104.50184 z"
+       id="path10562" />
+    <path
+       style="opacity:0.6;fill:url(#linearGradient10572);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999881;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 66.4375,104.50366 C 66.4375,115.54367 57.477504,124.50367 46.437499,124.50367 C 35.397503,124.50367 26.4375,115.54367 26.4375,104.50366 C 26.4375,93.463639 35.397503,84.503672 46.437499,84.503672 C 57.477504,84.503672 66.4375,93.463639 66.4375,104.50366 z"
+       id="path10564" />
+    <path
+       transform="matrix(1.6929363,-0.9774173,0.9774173,1.6929363,15.776982,97.445035)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path11257"
+       style="fill:url(#radialGradient9792);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(1.0851628,-0.6265191,0.6265191,1.0851628,34.807322,149.97841)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9794"
+       style="fill:url(#radialGradient9796);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(0.7379107,-0.426033,0.426033,0.7379107,278.10898,189.42532)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9825"
+       style="fill:url(#radialGradient9833);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(1.6929363,-0.9774173,0.9774173,1.6929363,248.77698,97.445035)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9829"
+       style="fill:url(#radialGradient9837);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(1.0851628,-0.6265191,0.6265191,1.0851628,267.80732,149.97841)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9831"
+       style="fill:url(#radialGradient9839);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;stroke:#555753;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 289.66749,94.109112 C 287.99906,92.446002 286.17036,91.811217 284.50195,93.474326 L 279.48262,98.47762 L 274.4633,93.474326 C 272.79487,91.811217 270.85773,92.658597 269.1893,94.321721 C 267.52086,95.984831 266.77167,97.815176 268.44011,99.478286 L 273.45944,104.48159 L 268.44011,109.48492 C 266.77167,111.148 267.51416,113.2804 269.1826,114.94351 C 270.85099,116.6066 272.79487,117.15199 274.4633,115.48889 L 279.48262,110.48557 L 284.50195,115.48889 C 286.17036,117.15199 288.21263,116.61583 289.88104,114.95273 C 291.54947,113.28964 292.19355,111.148 290.5251,109.48492 L 285.50581,104.48159 L 290.5251,99.478286 C 292.19355,97.815176 291.33588,95.772176 289.66749,94.109112 z"
+       id="path9454"
+       sodipodi:nodetypes="ccccscccscccscccc" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       id="rect9456"
+       width="11.000001"
+       height="11"
+       x="274"
+       y="99" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter10591);enable-background:new"
+       id="path9265"
+       sodipodi:cx="11.484269"
+       sodipodi:cy="4.7465701"
+       sodipodi:rx="1.8659533"
+       sodipodi:ry="1.9428998"
+       d="M 13.350222,4.7465701 A 1.8659533,1.9428998 0 1 1 9.6183158,4.7465701 A 1.8659533,1.9428998 0 1 1 13.350222,4.7465701 z"
+       transform="matrix(4.1095761,-2.39295,1.7635832,3.0807315,229.13675,163.62544)" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;stroke:#555753;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 294.27837,147.57274 C 293.16608,146.464 291.94695,146.04081 290.83468,147.14955 L 287.48845,150.48508 L 284.14223,147.14955 C 283.02994,146.04081 281.73851,146.60573 280.62622,147.71448 C 279.51393,148.82322 279.01447,150.04345 280.12676,151.15219 L 283.47299,154.48773 L 280.12676,157.82328 C 279.01447,158.932 279.50946,160.3536 280.62175,161.46234 C 281.73402,162.57107 283.02994,162.93466 284.14223,161.82593 L 287.48845,158.49038 L 290.83468,161.82593 C 291.94695,162.93466 293.30846,162.57722 294.42074,161.46849 C 295.53303,160.35976 295.96242,158.932 294.85012,157.82328 L 291.50391,154.48773 L 294.85012,151.15219 C 295.96242,150.04345 295.39064,148.68145 294.27837,147.57274 z"
+       id="path9420"
+       sodipodi:nodetypes="ccccscccscccscccc" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       id="rect9422"
+       width="7"
+       height="7"
+       x="284"
+       y="151" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;stroke:#555753;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 296.6382,187.28453 C 295.79807,186.44667 294.87724,186.12687 294.03712,186.96473 L 291.50966,189.48535 L 288.9822,186.96473 C 288.14207,186.12687 287.16663,186.55378 286.3265,187.39164 C 285.48637,188.2295 285.10912,189.15162 285.94925,189.98948 L 288.47671,192.5101 L 285.94925,195.03073 C 285.10912,195.86858 285.48299,196.94286 286.32312,197.78072 C 287.16324,198.61857 288.14207,198.89333 288.9822,198.05548 L 291.50966,195.53485 L 294.03712,198.05548 C 294.87724,198.89333 295.90561,198.62322 296.74574,197.78537 C 297.58587,196.94751 297.91019,195.86858 297.07006,195.03073 L 294.54261,192.5101 L 297.07006,189.98948 C 297.91019,189.15162 297.47832,188.12238 296.6382,187.28453 z"
+       id="path9385"
+       sodipodi:nodetypes="ccccscccscccscccc" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+       id="rect9387"
+       width="5"
+       height="5"
+       x="289"
+       y="190" />
+    <path
+       style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient9893);stroke-width:0.99999791;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 291.49999,201.49999 C 293.80882,201.49975 296.10416,200.61723 297.86095,198.86049 C 301.38009,195.34145 301.37928,189.6572 297.86095,186.13897 C 294.34262,182.62074 288.6582,182.61992 285.13905,186.13897 C 281.61989,189.65801 281.62073,195.34227 285.13905,198.86049 C 286.89544,200.61684 289.19172,201.50023 291.49999,201.49999 z"
+       id="path9888" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 182.99999,199.5 C 182.99999,201.432 179.41599,203 174.99999,203 C 170.58399,203 166.99999,201.432 166.99999,199.5 C 166.99999,197.568 170.58399,196 174.99999,196 C 179.41599,196 182.99999,197.568 182.99999,199.5 z"
+       id="path11179" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 52.000003,144.5 C 52.000003,146.432 48.416002,148 44.000003,148 C 39.584003,148 36.000003,146.432 36.000003,144.5 C 36.000003,142.568 39.584003,141 44.000003,141 C 48.416002,141 52.000003,142.568 52.000003,144.5 z"
+       id="path11187"
+       transform="matrix(1.3999998,0,0,1.3999998,109.59999,-37.996289)" />
+    <path
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 52.000003,144.5 C 52.000003,146.432 48.416002,148 44.000003,148 C 39.584003,148 36.000003,146.432 36.000003,144.5 C 36.000003,142.568 39.584003,141 44.000003,141 C 48.416002,141 52.000003,142.568 52.000003,144.5 z"
+       id="path11195"
+       transform="matrix(2.1000004,0,0,2.0998147,71.087504,-184.22267)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#f13d3d;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11945);stroke-width:1.43461561px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path11937"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.6970028,0,0,0.6970986,163.63219,180.94756)" />
+    <path
+       style="opacity:0.75;fill:url(#linearGradient11955);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11957);stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       d="M 174.50002,201.5 C 169.53201,201.5 165.5,197.46801 165.5,192.5 C 165.5,187.53199 169.53201,183.5 174.50002,183.5 C 179.46802,183.5 183.5,187.53199 183.5,192.5 C 183.5,197.46801 179.46802,201.5 174.50002,201.5 L 174.50002,201.5 z"
+       id="path11939" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#f13d3d;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11971);stroke-width:1.0246861px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path11963"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.9758422,0,0,0.9759745,155.28777,138.3265)" />
+    <path
+       style="opacity:0.75;fill:url(#linearGradient11983);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11985);stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       d="M 170.50003,167.5 C 163.32401,167.5 157.5,161.67601 157.5,154.5 C 157.5,147.32398 163.32401,141.5 170.50003,141.5 C 177.67602,141.5 183.5,147.32398 183.5,154.5 C 183.5,161.67601 177.67602,167.5 170.50003,167.5 L 170.50003,167.5 z"
+       id="path11965" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#f13d3d;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11995);stroke-width:0.68314916px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path11989"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(1.4637107,0,0,1.4639069,139.68035,80.239886)" />
+    <path
+       style="opacity:0.75;fill:url(#linearGradient12005);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12007);stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       d="M 162.50004,124.5 C 151.46002,124.5 142.5,115.54002 142.5,104.5 C 142.5,93.459973 151.46002,84.500003 162.50004,84.500003 C 173.54002,84.500003 182.49999,93.459973 182.49999,104.5 C 182.49999,115.54002 173.54002,124.5 162.50004,124.5 L 162.50004,124.5 z"
+       id="path11991" />
+    <path
+       style="opacity:0.1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 240.99999,199.5 C 240.99999,201.432 237.41599,203 232.99999,203 C 228.58399,203 224.99999,201.432 224.99999,199.5 C 224.99999,197.568 228.58399,196 232.99999,196 C 237.41599,196 240.99999,197.568 240.99999,199.5 z"
+       id="path8315" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:none;display:inline;filter:url(#filter10591);enable-background:new"
+       id="path8317"
+       sodipodi:cx="11.484269"
+       sodipodi:cy="4.7465701"
+       sodipodi:rx="1.8659533"
+       sodipodi:ry="1.9428998"
+       d="M 13.350222,4.7465701 A 1.8659533,1.9428998 0 1 1 9.6183158,4.7465701 A 1.8659533,1.9428998 0 1 1 13.350222,4.7465701 z"
+       transform="matrix(2.9352962,-1.7091861,1.2596528,2.2004402,190.81124,199.01755)" />
+    <path
+       style="opacity:0.1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 52.000003,144.5 C 52.000003,146.432 48.416002,148 44.000003,148 C 39.584003,148 36.000003,146.432 36.000003,144.5 C 36.000003,142.568 39.584003,141 44.000003,141 C 48.416002,141 52.000003,142.568 52.000003,144.5 z"
+       id="path8319"
+       transform="matrix(1.3999998,0,0,1.3999998,167.59999,-37.996289)" />
+    <path
+       style="opacity:0.1;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new"
+       d="M 52.000003,144.5 C 52.000003,146.432 48.416002,148 44.000003,148 C 39.584003,148 36.000003,146.432 36.000003,144.5 C 36.000003,142.568 39.584003,141 44.000003,141 C 48.416002,141 52.000003,142.568 52.000003,144.5 z"
+       id="path8321"
+       transform="matrix(2.1000004,0,0,2.0998147,129.0875,-184.22267)" />
+    <path
+       id="path8388"
+       d="M 242.49616,192.50189 C 242.49616,198.01872 238.01872,202.49616 232.50189,202.49616 C 226.98505,202.49616 222.50761,198.01872 222.50761,192.50189 C 222.50761,186.98505 226.98505,182.50761 232.50189,182.50761 C 238.01872,182.50761 242.49616,186.98505 242.49616,192.50189 z"
+       style="opacity:0.7;fill:#c0d4ea;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8407);stroke-width:0.99999934;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       id="path8390"
+       d="M 241.49999,192.5 C 241.49999,197.468 237.468,201.5 232.5,201.5 C 227.53201,201.5 223.5,197.468 223.5,192.5 C 223.5,187.53199 227.53201,183.49999 232.5,183.49999 C 237.468,183.49999 241.49999,187.53199 241.49999,192.5 z"
+       style="opacity:0.7;fill:url(#linearGradient8404);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999869;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       id="path8410"
+       d="M 242.50965,154.49114 C 242.50965,162.21232 236.2363,168.47878 228.50664,168.47878 C 220.77697,168.47878 214.50362,162.21232 214.50362,154.49114 C 214.50362,146.76997 220.77697,140.50351 228.50664,140.50351 C 236.2363,140.50351 242.50965,146.76997 242.50965,154.49114 z"
+       style="opacity:0.7;fill:#c0d4ea;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8429);stroke-width:0.9999994;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       id="path8412"
+       d="M 241.49999,154.49999 C 241.49999,161.67599 235.67599,167.49999 228.5,167.49999 C 221.324,167.49999 215.5,161.67599 215.5,154.49999 C 215.5,147.32399 221.324,141.49998 228.5,141.49998 C 235.67599,141.49998 241.49999,147.32399 241.49999,154.49999 z"
+       style="opacity:0.7;fill:url(#linearGradient8426);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999863;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       id="path8432"
+       d="M 241.49697,103.9971 C 241.49697,115.30986 232.09029,124.49122 220.49991,124.49122 C 208.90953,124.49122 199.50285,115.30986 199.50285,103.9971 C 199.50285,92.684351 208.90953,83.50299 220.49991,83.50299 C 232.09029,83.50299 241.49697,92.684351 241.49697,103.9971 z"
+       style="opacity:0.7;fill:#c0d4ea;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8451);stroke-width:0.99999928;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       id="path8434"
+       d="M 240.49999,104 C 240.49999,114.764 231.53999,123.5 220.49999,123.5 C 209.46,123.5 200.5,114.764 200.5,104 C 200.5,93.235995 209.46,84.499999 220.49999,84.499999 C 231.53999,84.499999 240.49999,93.235995 240.49999,104 z"
+       style="opacity:0.7;fill:url(#linearGradient8448);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999863;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       transform="matrix(0.7379107,-0.426033,0.426033,0.7379107,161.10898,189.42532)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9809"
+       style="fill:url(#radialGradient9817);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(1.6929363,-0.9774173,0.9774173,1.6929363,131.77698,97.445035)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9813"
+       style="fill:url(#radialGradient9821);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(1.0851628,-0.6265191,0.6265191,1.0851628,150.80732,149.97841)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9815"
+       style="fill:url(#radialGradient9823);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect11993"
+       width="34"
+       height="9"
+       x="145.5"
+       y="99.5"
+       rx="3.2198915"
+       ry="3.2198915" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect11967"
+       width="22"
+       height="6.0000072"
+       x="159.5"
+       y="151.5"
+       rx="1.8704543"
+       ry="1.8704543" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect11941"
+       width="16"
+       height="4"
+       x="166.5"
+       y="190.5"
+       rx="1.5109494"
+       ry="1.3850392" />
+    <path
+       style="fill:url(#linearGradient10579);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10581);stroke-width:0.99999934;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 69.5,222.99998 C 69.5,227.13998 66.140002,230.49997 62.000006,230.49997 C 57.860009,230.49997 54.500012,227.13998 54.500012,222.99998 C 54.500012,218.85998 57.860009,215.49998 62.000006,215.49998 C 66.140002,215.49998 69.5,218.85998 69.5,222.99998 z"
+       id="path4331" />
+    <path
+       style="opacity:0.6;fill:url(#linearGradient10576);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999875;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 68.499999,222.99999 C 68.499999,226.588 65.588002,229.5 62.000005,229.5 C 58.412009,229.5 55.500011,226.588 55.500011,222.99999 C 55.500011,219.41199 58.412009,216.49999 62.000005,216.49999 C 65.588002,216.49999 68.499999,219.41199 68.499999,222.99999 z"
+       id="path4333" />
+    <g
+       style="display:inline;enable-background:new"
+       id="g8886"
+       inkscape:label="Layer 1"
+       transform="translate(112.00094,214.9973)">
+      <path
+         transform="matrix(0.522697,0,0,0.522697,-0.148088,-0.661348)"
+         d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+         sodipodi:ry="14.345175"
+         sodipodi:rx="14.345175"
+         sodipodi:cy="16.57217"
+         sodipodi:cx="15.590227"
+         id="path1339"
+         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient3282);stroke-width:1.91314828px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(2.192102,0,0,2.091316,16.34939,1.090661)"
+         d="M -0.61557221,3.303823 A 3.1932809,3.3471739 0 1 1 -7.0021341,3.303823 A 3.1932809,3.3471739 0 1 1 -0.61557221,3.303823 z"
+         sodipodi:ry="3.3471739"
+         sodipodi:rx="3.1932809"
+         sodipodi:cy="3.303823"
+         sodipodi:cx="-3.8088531"
+         id="path2788"
+         style="opacity:1;fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(0.383404,0,0,0.383404,2.022641,1.646167)"
+         d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+         sodipodi:ry="14.345175"
+         sodipodi:rx="14.345175"
+         sodipodi:cy="16.57217"
+         sodipodi:cx="15.590227"
+         id="path1341"
+         style="opacity:0.40340911;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9573);stroke-width:2.60821199px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(3.094296,0,0,3.766968,-10.69048,-20.45989)"
+         d="M 7.6561793,7.5551186 A 1.615877,1.3273276 0 1 1 4.4244252,7.5551186 A 1.615877,1.3273276 0 1 1 7.6561793,7.5551186 z"
+         sodipodi:ry="1.3273276"
+         sodipodi:rx="1.615877"
+         sodipodi:cy="7.5551186"
+         sodipodi:cx="6.0403023"
+         id="path2796"
+         style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(1.18182,0,0,1.3,-0.86365,-1.1)"
+         d="M 13,7 A 5.5,5 0 1 1 2,7 A 5.5,5 0 1 1 13,7 z"
+         sodipodi:ry="5"
+         sodipodi:rx="5.5"
+         sodipodi:cy="7"
+         sodipodi:cx="7.5"
+         id="path2802"
+         style="opacity:0.76704544;fill:none;fill-opacity:1;stroke:url(#linearGradient2810);stroke-width:0.80677563;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-11"
+         x="5"
+         height="1"
+         width="1"
+         id="rect2820"
+         style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-9"
+         x="7"
+         height="1"
+         width="1"
+         id="rect2832"
+         style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         ry="1"
+         rx="1"
+         y="-9"
+         x="7"
+         height="2"
+         width="2"
+         id="rect2838"
+         style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-10"
+         x="6"
+         height="1"
+         width="1"
+         id="rect2840"
+         style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0,-1,-1,0,0,0)"
+         y="-11"
+         x="-11"
+         height="1"
+         width="1"
+         id="rect2846"
+         style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0,-1,-1,0,0,0)"
+         y="-9"
+         x="-9"
+         height="1"
+         width="1"
+         id="rect2848"
+         style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0,-1,-1,0,0,0)"
+         y="-10"
+         x="-10"
+         height="1"
+         width="1"
+         id="rect2850"
+         style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <path
+       style="fill:url(#linearGradient9884);fill-opacity:1;stroke:url(#linearGradient9886);stroke-width:0.99999827;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 300.31206,228.31207 C 297.38195,231.24219 292.62631,231.24268 289.69681,228.31318 C 286.7673,225.38367 286.7678,220.62803 289.69791,217.69791 C 292.62803,214.7678 297.38367,214.7673 300.31317,217.69681 C 303.24268,220.62631 303.24218,225.38195 300.31206,228.31207 z"
+       id="path2187" />
+    <path
+       style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient9881);stroke-width:0.99999785;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 295.005,229.50499 C 296.67248,229.50481 298.33022,228.86744 299.59901,227.59868 C 302.14061,225.05715 302.14002,220.95187 299.59901,218.41093 C 297.058,215.86999 292.95259,215.8694 290.41099,218.41093 C 287.86939,220.95246 287.86999,225.05775 290.41099,227.59868 C 291.6795,228.86716 293.33792,229.50516 295.005,229.50499 z"
+       id="path9423" />
+    <path
+       transform="matrix(0.5208781,-0.3007292,0.3007291,0.5208782,285.54752,220.82964)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9827"
+       style="fill:url(#radialGradient9864);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;stroke:#555753;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 298.86203,219.08726 C 298.23116,218.4581 297.5397,218.21796 296.90883,218.84712 L 295.01091,220.73991 L 293.113,218.84712 C 292.48213,218.21796 291.74965,218.53853 291.11878,219.1677 C 290.48791,219.79686 290.20463,220.4893 290.8355,221.11846 L 292.73341,223.01125 L 290.8355,224.90403 C 290.20463,225.5332 290.48537,226.3399 291.11624,226.96906 C 291.74711,227.59822 292.48213,227.80454 293.113,227.17538 L 295.01091,225.28259 L 296.90883,227.17538 C 297.5397,227.80454 298.31192,227.60171 298.94279,226.97255 C 299.57365,226.34338 299.8172,225.5332 299.18633,224.90403 L 297.28841,223.01125 L 299.18633,221.11846 C 299.8172,220.4893 299.4929,219.71642 298.86203,219.08726 z"
+       id="rect2920"
+       sodipodi:nodetypes="ccccscccscccscccc" />
+    <path
+       transform="matrix(0.5208781,-0.3007292,0.3007291,0.5208782,52.547515,220.82964)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9805"
+       style="fill:url(#radialGradient9807);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8654);stroke-width:1.06666672;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path7860"
+       sodipodi:cx="8"
+       sodipodi:cy="8"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       transform="matrix(0.9375,0,0,0.9375,348.5,215.5)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#linearGradient8664);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8640);stroke-width:1.23076928;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path8632"
+       sodipodi:cx="8"
+       sodipodi:cy="8"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       transform="matrix(0.8125,0,0,0.8125,349.5,216.5)" />
+    <path
+       transform="matrix(0.5208781,-0.3007292,0.3007291,0.5208782,346.54752,220.82964)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9919"
+       style="fill:url(#radialGradient9921);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       style="fill:url(#linearGradient9914);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 352.5,220 C 352.223,220 352,220.223 352,220.5 C 352,220.777 352.223,221 352.5,221 L 359.5,221 C 359.777,221 360,220.777 360,220.5 C 360,220.223 359.777,220 359.5,220 L 352.5,220 z M 353.5,222 C 353.223,222 353,222.223 353,222.5 C 353,222.777 353.223,223 353.5,223 L 358.50563,223 C 358.78263,223 359.00563,222.777 359.00563,222.5 C 359.00563,222.223 358.78263,222 358.50563,222 L 353.5,222 z M 352.5,224 C 352.223,224 352,224.223 352,224.5 C 352,224.777 352.223,225 352.5,225 L 359.5,225 C 359.777,225 360,224.777 360,224.5 C 360,224.223 359.777,224 359.5,224 L 352.5,224 z M 353.40625,226 C 353.16388,226 352.96875,226.223 352.96875,226.5 C 352.96875,226.777 353.16388,227 353.40625,227 L 358.52773,227 C 358.7701,227 358.96523,226.777 358.96523,226.5 C 358.96523,226.223 358.7701,226 358.52773,226 L 353.40625,226 z"
+       id="rect8642"
+       sodipodi:nodetypes="csccscccsccscccsccscccsccscc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#f13d3d;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10073);stroke-width:1.91298747px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path11868"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.522706,0,0,0.522779,169.85259,214.33578)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.36561811px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path11866"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.468971,0,0,0.468971,170.73153,215.26866)" />
+    <path
+       style="opacity:0.75;fill:url(#linearGradient10075);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient10077);stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       d="M 177.98704,229.55115 C 174.37796,229.55115 171.44885,226.63335 171.44885,223.03819 C 171.44885,219.44303 174.37796,216.52523 177.98704,216.52523 C 181.59612,216.52523 184.52522,219.44303 184.52522,223.03819 C 184.52522,226.63335 181.59612,229.55115 177.98704,229.55115 L 177.98704,229.55115 z"
+       id="path11870" />
+    <path
+       id="path8239"
+       d="M 243.5,223 C 243.5,227.14 240.14,230.5 236,230.5 C 231.86,230.5 228.5,227.14 228.5,223 C 228.5,218.86 231.86,215.5 236,215.5 C 240.14,215.5 243.5,218.86 243.5,223 z"
+       style="opacity:0.7;fill:#c0d4ea;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12610);stroke-width:0.99999934;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       id="path8241"
+       d="M 242.5,223 C 242.5,226.588 239.588,229.5 236,229.5 C 232.412,229.5 229.5,226.588 229.5,223 C 229.5,219.412 232.412,216.5 236,216.5 C 239.588,216.5 242.5,219.412 242.5,223 z"
+       style="opacity:0.7;fill:url(#linearGradient12607);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999869;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       transform="matrix(0.5208781,-0.3007292,0.3007291,0.5208782,168.54752,220.82964)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9811"
+       style="fill:url(#radialGradient10079);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect11874"
+       width="11.000004"
+       height="2.9999959"
+       x="172.50116"
+       y="221.49879"
+       rx="1.0387781"
+       ry="1.0387781" />
+    <path
+       style="fill:#efefef;fill-opacity:1;stroke:url(#linearGradient8674);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 53.46875,257.44919 C 56.807307,257.44919 59.5,260.56043 59.5,264.41794 L 59.5,276.48044 C 59.5,280.33796 56.807307,283.44919 53.46875,283.44919 L 39.469797,283.44919 C 39.469797,283.44919 39.838251,289.5 33.127552,289.5 C 34.796575,288.4276 34.458947,283.4347 34.458947,283.4347 L 32.5,283.44919 C 28.487263,283.44919 27.5,280.33238 27.5,276.48044 L 27.5,264.41794 C 27.5,260.56043 30.192693,257.44919 33.53125,257.44919 L 53.46875,257.44919 z"
+       id="rect5498"
+       sodipodi:nodetypes="cccccccccccc" />
+    <path
+       style="fill:url(#linearGradient8670);fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 53.46875,258.44919 C 56.184299,258.44919 58.5,261.02708 58.5,264.41794 L 58.5,276.48044 C 58.5,279.8713 56.184299,282.44919 53.46875,282.44919 L 39.46875,282.44919 C 38.917125,282.45078 38.470339,282.89757 38.46875,283.44919 C 38.46875,283.44919 38.96183,287.07538 35.104473,288.10896 C 35.658172,286.95271 35.46875,282.63669 35.46875,282.63669 C 35.295739,282.51278 35.087797,282.44711 34.875,282.44919 L 32.5,282.44919 C 30.753264,282.44919 29.934548,281.88189 29.34375,280.88669 C 28.752952,279.89149 28.5,278.32074 28.5,276.48044 L 28.5,264.41794 C 28.5,261.02708 30.815701,258.44919 33.53125,258.44919 L 53.46875,258.44919 z"
+       id="path6535"
+       sodipodi:nodetypes="ccccccccccscccc" />
+    <path
+       id="use11133"
+       d="M 64.5,284.50001 C 64.5,290.02002 60.020002,294.50001 54.500006,294.50001 C 48.980009,294.50001 44.500012,290.02002 44.500012,284.50001 C 44.500012,278.98001 48.980009,274.5 54.500006,274.5 C 60.020002,274.5 64.5,278.98001 64.5,284.50001 z"
+       style="fill:url(#linearGradient9787);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9789);stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       id="use11135"
+       d="M 63.500003,284.50001 C 63.500003,289.46802 59.468004,293.50002 54.500002,293.50002 C 49.532002,293.50002 45.500001,289.46802 45.500001,284.50001 C 45.500001,279.532 49.532002,275.50001 54.500002,275.50001 C 59.468004,275.50001 63.500003,279.532 63.500003,284.50001 z"
+       style="opacity:0.6;fill:url(#linearGradient9783);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999881;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient9731);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="use11137"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.7379107,-0.426033,0.426033,0.7379107,41.108991,281.42533)" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#rect5498"
+       id="use11842"
+       transform="translate(58,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path6535"
+       id="use11844"
+       transform="translate(58,0)"
+       width="400"
+       height="600" />
+    <path
+       id="use11868"
+       d="M 120.99999,291.5 C 120.99999,293.432 117.41599,295 112.99999,295 C 108.58399,295 104.99999,293.432 104.99999,291.5 C 104.99999,289.568 108.58399,288 112.99999,288 C 117.41599,288 120.99999,289.568 120.99999,291.5 z"
+       style="opacity:0.75;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999917;stroke-miterlimit:4;stroke-opacity:1;display:inline;filter:url(#filter10542);enable-background:new" />
+    <path
+       transform="matrix(0.6969616,0,0,0.696693,101.63618,272.95617)"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       sodipodi:ry="14.345175"
+       sodipodi:rx="14.345175"
+       sodipodi:cy="16.57217"
+       sodipodi:cx="15.590227"
+       id="use11870"
+       style="fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9777);stroke-width:1.43507147px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(2.9218113,0,0,2.7874756,123.62568,275.29139)"
+       d="M -0.61557221,3.303823 A 3.1932809,3.3471739 0 1 1 -7.0021341,3.303823 A 3.1932809,3.3471739 0 1 1 -0.61557221,3.303823 z"
+       sodipodi:ry="3.3471739"
+       sodipodi:rx="3.1932809"
+       sodipodi:cy="3.303823"
+       sodipodi:cx="-3.8088531"
+       id="use11872"
+       style="fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(0.557679,0,0,0.5576787,103.80566,275.25805)"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       sodipodi:ry="14.345175"
+       sodipodi:rx="14.345175"
+       sodipodi:cy="16.57217"
+       sodipodi:cx="15.590227"
+       id="use11874"
+       style="opacity:0.40340911;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9771);stroke-width:1.79314482px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(4.6414424,0,0,5.6504495,84.464285,241.81019)"
+       d="M 7.6561793,7.5551186 A 1.615877,1.3273276 0 1 1 4.4244252,7.5551186 A 1.615877,1.3273276 0 1 1 7.6561793,7.5551186 z"
+       sodipodi:ry="1.3273276"
+       sodipodi:rx="1.615877"
+       sodipodi:cy="7.5551186"
+       sodipodi:cx="6.0403023"
+       id="use11876"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(1.636363,0,0,1.8,100.22728,271.9)"
+       d="M 13,7 A 5.5,5 0 1 1 2,7 A 5.5,5 0 1 1 13,7 z"
+       sodipodi:ry="5"
+       sodipodi:rx="5.5"
+       sodipodi:cy="7"
+       sodipodi:cx="7.5"
+       id="use11878"
+       style="opacity:0.76704544;fill:none;fill-opacity:1;stroke:url(#linearGradient9765);stroke-width:0.58267182;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <rect
+       transform="matrix(0,1,-1,0,0,0)"
+       y="-117"
+       x="280"
+       height="1.000003"
+       width="0.99999535"
+       id="use11880"
+       style="fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       id="use11882"
+       d="M 112.5,283 C 111.669,283 111,283.669 111,284.5 C 111,285.331 111.669,286 112.5,286 C 112.51028,286 112.52102,286.0002 112.53125,286 L 114,286 L 114,284.5 L 114,283 L 112.53125,283 C 112.52102,282.9998 112.51028,283 112.5,283 z"
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <rect
+       transform="matrix(0,1,-1,0,0,0)"
+       y="-116"
+       x="281"
+       height="1"
+       width="1"
+       id="use11884"
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <rect
+       inkscape:transform-center-y="-0.70710678"
+       inkscape:transform-center-x="-0.90598057"
+       transform="matrix(0,1,-1,0,0,0)"
+       y="-115"
+       x="282"
+       height="1"
+       width="1"
+       id="use11886"
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <rect
+       transform="matrix(0,-1,-1,0,0,0)"
+       y="-117"
+       x="-289"
+       height="1.000003"
+       width="0.99999535"
+       id="use11888"
+       style="fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <rect
+       transform="matrix(0,-1,-1,0,0,0)"
+       y="-116"
+       x="-288"
+       height="1"
+       width="1"
+       id="use11890"
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <rect
+       inkscape:transform-center-y="0.70710678"
+       inkscape:transform-center-x="-0.90598057"
+       transform="matrix(0,-1,-1,0,0,0)"
+       y="-115"
+       x="-287"
+       height="1"
+       width="1"
+       id="use11892"
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <rect
+       ry="0"
+       rx="0"
+       inkscape:transform-center-y="-0.70710678"
+       inkscape:transform-center-x="-0.90598057"
+       transform="matrix(0,1,-1,0,0,0)"
+       y="-113"
+       x="284"
+       height="1"
+       width="1"
+       id="use11894"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <rect
+       transform="matrix(0,1,-1,0,0,0)"
+       y="-113"
+       x="279"
+       height="1.000003"
+       width="0.99999535"
+       id="use11896"
+       style="fill:#b0b2ae;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <rect
+       transform="matrix(0,1,-1,0,0,0)"
+       y="-113"
+       x="289"
+       height="1.000003"
+       width="0.99999535"
+       id="use11898"
+       style="fill:#b0b2ae;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <rect
+       transform="matrix(0,1,-1,0,0,0)"
+       y="-108"
+       x="284"
+       height="1.000003"
+       width="0.99999535"
+       id="use11900"
+       style="fill:#b0b2ae;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <rect
+       transform="matrix(0,1,-1,0,0,0)"
+       y="-118"
+       x="284"
+       height="1.000003"
+       width="0.99999535"
+       id="use11902"
+       style="fill:#b0b2ae;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#rect5498"
+       id="use12141"
+       transform="translate(116,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path6535"
+       id="use12143"
+       transform="translate(116,0)"
+       width="400"
+       height="600" />
+    <path
+       transform="matrix(0.6970028,0,0,0.6970986,159.63494,272.94756)"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       sodipodi:ry="14.345175"
+       sodipodi:rx="14.345175"
+       sodipodi:cy="16.57217"
+       sodipodi:cx="15.590227"
+       id="use12167"
+       style="fill:#f13d3d;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9611);stroke-width:1.43461561px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       id="use12169"
+       d="M 170.50277,293.5 C 165.53476,293.5 161.50275,289.46801 161.50275,284.5 C 161.50275,279.53199 165.53476,275.5 170.50277,275.5 C 175.47077,275.5 179.50275,279.53199 179.50275,284.5 C 179.50275,289.46801 175.47077,293.5 170.50277,293.5 L 170.50277,293.5 z"
+       style="opacity:0.75;fill:url(#linearGradient9605);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9607);stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient9593);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="use12171"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.7379107,-0.426033,0.426033,0.7379107,157.11173,281.42532)" />
+    <rect
+       ry="1.3850392"
+       rx="1.5109494"
+       y="282.5"
+       x="162.50275"
+       height="4"
+       width="16"
+       id="use12173"
+       style="fill:#ffffff;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#rect5498"
+       id="use12349"
+       transform="translate(174,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path6535"
+       id="use12351"
+       transform="translate(174,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12349"
+       id="use12399"
+       transform="translate(59,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12351"
+       id="use12401"
+       transform="translate(59,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12399"
+       id="use12449"
+       transform="translate(61,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12401"
+       id="use12451"
+       transform="translate(61,0)"
+       width="400"
+       height="600" />
+    <path
+       style="opacity:0.7;fill:#c0d4ea;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9601);stroke-width:0.99999934;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 238.49616,284.50189 C 238.49616,290.01872 234.01872,294.49616 228.50189,294.49616 C 222.98505,294.49616 218.50761,290.01872 218.50761,284.50189 C 218.50761,278.98505 222.98505,274.50761 228.50189,274.50761 C 234.01872,274.50761 238.49616,278.98505 238.49616,284.50189 z"
+       id="use12475" />
+    <path
+       style="opacity:0.7;fill:url(#linearGradient9597);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999869;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 237.49999,284.5 C 237.49999,289.468 233.468,293.5 228.5,293.5 C 223.53201,293.5 219.5,289.468 219.5,284.5 C 219.5,279.53199 223.53201,275.49999 228.5,275.49999 C 233.468,275.49999 237.49999,279.53199 237.49999,284.5 z"
+       id="use12477" />
+    <path
+       id="use8600"
+       d="M 294.57304,291.57304 C 290.671,295.47508 284.33791,295.47574 280.43668,291.57451 C 276.53546,287.67329 276.53612,281.3402 280.43816,277.43816 C 284.3402,273.53612 290.67328,273.53546 294.57451,277.43668 C 298.47574,281.33791 298.47508,287.671 294.57304,291.57304 z"
+       style="fill:url(#linearGradient9735);fill-opacity:1;stroke:url(#linearGradient9737);stroke-width:0.99999833;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient9709);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="use8602"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.7379107,-0.426033,0.426033,0.7379107,274.11281,281.42915)" />
+    <path
+       sodipodi:nodetypes="ccccscccscccscccc"
+       id="use8604"
+       d="M 292.64203,279.28836 C 291.8019,278.4505 290.88107,278.1307 290.04095,278.96856 L 287.51349,281.48918 L 284.98603,278.96856 C 284.1459,278.1307 283.17046,278.55761 282.33033,279.39547 C 281.4902,280.23333 281.11295,281.15545 281.95308,281.99331 L 284.48054,284.51393 L 281.95308,287.03456 C 281.11295,287.87241 281.48682,288.94669 282.32695,289.78455 C 283.16707,290.6224 284.1459,290.89716 284.98603,290.05931 L 287.51349,287.53868 L 290.04095,290.05931 C 290.88107,290.89716 291.90944,290.62705 292.74957,289.7892 C 293.5897,288.95134 293.91402,287.87241 293.07389,287.03456 L 290.54644,284.51393 L 293.07389,281.99331 C 293.91402,281.15545 293.48215,280.12621 292.64203,279.28836 z"
+       style="fill:#ffffff;fill-opacity:1;stroke:#555753;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <rect
+       y="282.00385"
+       x="285.00381"
+       height="5"
+       width="5"
+       id="use8606"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+    <path
+       id="use8608"
+       d="M 287.50382,293.50382 C 289.81265,293.50358 292.10799,292.62106 293.86478,290.86432 C 297.38392,287.34528 297.38311,281.66103 293.86478,278.1428 C 290.34645,274.62457 284.66203,274.62375 281.14288,278.1428 C 277.62372,281.66184 277.62456,287.3461 281.14288,290.86432 C 282.89927,292.62067 285.19555,293.50406 287.50382,293.50382 z"
+       style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient9701);stroke-width:0.99999791;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       transform="matrix(1.25,0,0,1.25,338.5,274.5)"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       sodipodi:ry="8"
+       sodipodi:rx="8"
+       sodipodi:cy="8"
+       sodipodi:cx="8"
+       id="use9520"
+       style="fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9727);stroke-width:0.80000007;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(1.125,0,0,1.125,339.5,275.5)"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       sodipodi:ry="8"
+       sodipodi:rx="8"
+       sodipodi:cy="8"
+       sodipodi:cx="8"
+       id="use9522"
+       style="fill:url(#linearGradient9721);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9723);stroke-width:0.88888896;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient9717);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="use9524"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.7379108,-0.4260329,0.426033,0.7379105,335.10898,281.42533)" />
+    <path
+       sodipodi:nodetypes="csccscccsccscccsccscccsccscc"
+       id="use9526"
+       d="M 344.5,281 C 344.223,281 344,281.223 344,281.5 C 344,281.777 344.223,282 344.5,282 L 352.51647,282 C 352.79347,282 353.01647,281.777 353.01647,281.5 C 353.01647,281.223 352.79347,281 352.51647,281 L 344.5,281 z M 345.5,283 C 345.223,283 345,283.223 345,283.5 C 345,283.777 345.223,284 345.5,284 L 351.54576,284 C 351.82276,284 352.04576,283.777 352.04576,283.5 C 352.04576,283.223 351.82276,283 351.54576,283 L 345.5,283 z M 344.5,285 C 344.223,285 344,285.223 344,285.5 C 344,285.777 344.223,286 344.5,286 L 352.4375,286 C 352.7145,286 352.9375,285.777 352.9375,285.5 C 352.9375,285.223 352.7145,285 352.4375,285 L 344.5,285 z M 345.40625,287 C 345.16388,287 344.96875,287.223 344.96875,287.5 C 344.96875,287.777 345.16388,288 345.40625,288 L 351.65273,288 C 351.8951,288 352.09023,287.777 352.09023,287.5 C 352.09023,287.223 351.8951,287 351.65273,287 L 345.40625,287 z"
+       style="fill:url(#linearGradient9713);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <path
+       style="fill:#efefef;fill-opacity:1;stroke:url(#linearGradient8666);stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 59.353519,313.49905 C 61.648778,313.49905 63.500005,315.60442 63.500005,318.21481 L 63.500005,326.3775 C 63.500005,328.98788 61.648778,331.47038 59.353519,331.47038 L 49.4116,331.47038 C 49.4116,332.63042 48.909332,334.5 45.720775,334.5 C 46.583429,334.00195 46.512005,333.06058 46.512005,331.50745 L 44.9375,331.51726 C 42.17875,331.51726 41.5,328.98411 41.5,326.3775 L 41.5,318.21481 C 41.5,315.60442 43.35123,313.49905 45.64649,313.49905 L 59.353519,313.49905 z"
+       id="path8201"
+       sodipodi:nodetypes="cccccccccccc" />
+    <path
+       style="fill:url(#linearGradient8659);fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 59.145839,314.5 C 60.956205,314.5 62.500005,316.19821 62.500005,318.43196 L 62.500005,326.37822 C 62.500005,328.61197 60.956205,330.31018 59.145839,330.31018 L 49.1453,330.31018 C 48.77755,330.31123 48.47969,330.60555 48.47863,330.96894 C 48.47863,330.96894 48.308655,332.72491 47.626765,332.93768 C 48.0263,331.71682 47.27084,330.41807 47.27084,330.41807 C 47.1555,330.33644 46.89187,330.30881 46.75001,330.31018 L 45.16667,330.31018 C 44.00218,330.31018 43.45637,329.93647 43.0625,329.28087 C 42.66864,328.62527 42.5,327.59053 42.5,326.37822 L 42.5,318.43196 C 42.5,316.19821 44.04381,314.5 45.85417,314.5 L 59.145839,314.5 z"
+       id="path8203"
+       sodipodi:nodetypes="ccccccccccscccc" />
+    <path
+       id="use11058"
+       d="M 66.5,331.00001 C 66.5,335.14001 63.140002,338.5 59.000006,338.5 C 54.860009,338.5 51.500012,335.14001 51.500012,331.00001 C 51.500012,326.86001 54.860009,323.50001 59.000006,323.50001 C 63.140002,323.50001 66.5,326.86001 66.5,331.00001 z"
+       style="fill:url(#linearGradient9956);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9958);stroke-width:0.99999934;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       id="use11060"
+       d="M 65.499999,331.00002 C 65.499999,334.58803 62.588002,337.50003 59.000005,337.50003 C 55.412009,337.50003 52.500011,334.58803 52.500011,331.00002 C 52.500011,327.41202 55.412009,324.50002 59.000005,324.50002 C 62.588002,324.50002 65.499999,327.41202 65.499999,331.00002 z"
+       style="opacity:0.6;fill:url(#linearGradient9962);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999875;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient9966);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="use11062"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.5208781,-0.3007292,0.3007291,0.5208782,49.547515,328.82967)" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path8201"
+       id="use11852"
+       transform="translate(58,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path8203"
+       id="use11854"
+       transform="translate(58,0)"
+       width="400"
+       height="600" />
+    <g
+       style="display:inline;enable-background:new"
+       transform="translate(108.9973,322.9973)"
+       inkscape:label="Layer 1"
+       id="use11922">
+      <path
+         sodipodi:type="arc"
+         style="opacity:1;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9996);stroke-width:1.91314828px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path9970"
+         sodipodi:cx="15.590227"
+         sodipodi:cy="16.57217"
+         sodipodi:rx="14.345175"
+         sodipodi:ry="14.345175"
+         d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+         transform="matrix(0.522697,0,0,0.522697,-0.148088,-0.661348)" />
+      <path
+         sodipodi:type="arc"
+         style="opacity:1;fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="path9972"
+         sodipodi:cx="-3.8088531"
+         sodipodi:cy="3.303823"
+         sodipodi:rx="3.1932809"
+         sodipodi:ry="3.3471739"
+         d="M -0.61557221,3.303823 A 3.1932809,3.3471739 0 1 1 -7.0021341,3.303823 A 3.1932809,3.3471739 0 1 1 -0.61557221,3.303823 z"
+         transform="matrix(2.192102,0,0,2.091316,16.34939,1.090661)" />
+      <path
+         sodipodi:type="arc"
+         style="opacity:0.40340911;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9998);stroke-width:2.60821199px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path9974"
+         sodipodi:cx="15.590227"
+         sodipodi:cy="16.57217"
+         sodipodi:rx="14.345175"
+         sodipodi:ry="14.345175"
+         d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+         transform="matrix(0.383404,0,0,0.383404,2.022641,1.646167)" />
+      <path
+         sodipodi:type="arc"
+         style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="path9976"
+         sodipodi:cx="6.0403023"
+         sodipodi:cy="7.5551186"
+         sodipodi:rx="1.615877"
+         sodipodi:ry="1.3273276"
+         d="M 7.6561793,7.5551186 A 1.615877,1.3273276 0 1 1 4.4244252,7.5551186 A 1.615877,1.3273276 0 1 1 7.6561793,7.5551186 z"
+         transform="matrix(3.094296,0,0,3.766968,-10.69048,-20.45989)" />
+      <path
+         sodipodi:type="arc"
+         style="opacity:0.76704544;fill:none;fill-opacity:1;stroke:url(#linearGradient10000);stroke-width:0.80677563;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="path9979"
+         sodipodi:cx="7.5"
+         sodipodi:cy="7"
+         sodipodi:rx="5.5"
+         sodipodi:ry="5"
+         d="M 13,7 A 5.5,5 0 1 1 2,7 A 5.5,5 0 1 1 13,7 z"
+         transform="matrix(1.18182,0,0,1.3,-0.86365,-1.1)" />
+      <rect
+         style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect9981"
+         width="1"
+         height="1"
+         x="5"
+         y="-11"
+         transform="matrix(0,1,-1,0,0,0)" />
+      <rect
+         style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect9983"
+         width="1"
+         height="1"
+         x="7"
+         y="-9"
+         transform="matrix(0,1,-1,0,0,0)" />
+      <rect
+         style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect9985"
+         width="2"
+         height="2"
+         x="7"
+         y="-9"
+         rx="1"
+         ry="1"
+         transform="matrix(0,1,-1,0,0,0)" />
+      <rect
+         style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect9987"
+         width="1"
+         height="1"
+         x="6"
+         y="-10"
+         transform="matrix(0,1,-1,0,0,0)" />
+      <rect
+         style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect9989"
+         width="1"
+         height="1"
+         x="-11"
+         y="-11"
+         transform="matrix(0,-1,-1,0,0,0)" />
+      <rect
+         style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect9991"
+         width="1"
+         height="1"
+         x="-9"
+         y="-9"
+         transform="matrix(0,-1,-1,0,0,0)" />
+      <rect
+         style="opacity:1;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect9993"
+         width="1"
+         height="1"
+         x="-10"
+         y="-10"
+         transform="matrix(0,-1,-1,0,0,0)" />
+    </g>
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path8201"
+       id="use12151"
+       transform="translate(116,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path8203"
+       id="use12153"
+       transform="translate(116,0)"
+       width="400"
+       height="600" />
+    <path
+       transform="matrix(0.522706,0,0,0.522779,166.8492,322.33706)"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       sodipodi:ry="14.345175"
+       sodipodi:rx="14.345175"
+       sodipodi:cy="16.57217"
+       sodipodi:cx="15.590227"
+       id="use12179"
+       style="fill:#f13d3d;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9621);stroke-width:1.91298747px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       id="use12181"
+       d="M 174.98365,337.55243 C 171.37457,337.55243 168.44546,334.63463 168.44546,331.03947 C 168.44546,327.44431 171.37457,324.52651 174.98365,324.52651 C 178.59273,324.52651 181.52183,327.44431 181.52183,331.03947 C 181.52183,334.63463 178.59273,337.55243 174.98365,337.55243 L 174.98365,337.55243 z"
+       style="opacity:0.75;fill:url(#linearGradient9615);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9617);stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient9589);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="use12183"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.5208781,-0.3007292,0.3007291,0.5208782,165.54413,328.83092)" />
+    <rect
+       ry="1.0387781"
+       rx="1.0387781"
+       y="329.50006"
+       x="169.49777"
+       height="2.9999959"
+       width="11.000004"
+       id="use12185"
+       style="fill:#ffffff;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path8201"
+       id="use12359"
+       transform="translate(174,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path8203"
+       id="use12361"
+       transform="translate(174,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12359"
+       id="use12409"
+       transform="translate(59,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12361"
+       id="use12411"
+       transform="translate(59,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12409"
+       id="use12459"
+       transform="translate(61,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12411"
+       id="use12461"
+       transform="translate(61,0)"
+       width="400"
+       height="600" />
+    <path
+       style="opacity:0.7;fill:#c0d4ea;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12616);stroke-width:0.99999934;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 240.5,331 C 240.5,335.14 237.14,338.5 233,338.5 C 228.86,338.5 225.5,335.14 225.5,331 C 225.5,326.86 228.86,323.5 233,323.5 C 237.14,323.5 240.5,326.86 240.5,331 z"
+       id="path12598" />
+    <path
+       style="opacity:0.7;fill:url(#linearGradient12613);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999869;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 239.5,331 C 239.5,334.588 236.588,337.5 233,337.5 C 229.412,337.5 226.5,334.588 226.5,331 C 226.5,327.412 229.412,324.5 233,324.5 C 236.588,324.5 239.5,327.412 239.5,331 z"
+       id="path12600" />
+    <path
+       id="use8629"
+       d="M 297.31206,336.31207 C 294.38195,339.24219 289.62631,339.24268 286.69681,336.31318 C 283.7673,333.38367 283.7678,328.62803 286.69791,325.69791 C 289.62803,322.7678 294.38367,322.7673 297.31317,325.69681 C 300.24268,328.62631 300.24218,333.38195 297.31206,336.31207 z"
+       style="fill:url(#linearGradient10014);fill-opacity:1;stroke:url(#linearGradient10016);stroke-width:0.99999827;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       id="use8631"
+       d="M 292.005,337.50499 C 293.67248,337.50481 295.33022,336.86744 296.59901,335.59868 C 299.14061,333.05715 299.14002,328.95187 296.59901,326.41093 C 294.058,323.86999 289.95259,323.8694 287.41099,326.41093 C 284.86939,328.95246 284.86999,333.05775 287.41099,335.59868 C 288.6795,336.86716 290.33792,337.50516 292.005,337.50499 z"
+       style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient10010);stroke-width:0.99999785;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient10006);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="use8633"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.5208781,-0.3007292,0.3007291,0.5208782,282.54752,328.82964)" />
+    <path
+       sodipodi:nodetypes="ccccscccscccscccc"
+       id="use8635"
+       d="M 295.86203,327.08726 C 295.23116,326.4581 294.5397,326.21796 293.90883,326.84712 L 292.01091,328.73991 L 290.113,326.84712 C 289.48213,326.21796 288.74965,326.53853 288.11878,327.1677 C 287.48791,327.79686 287.20463,328.4893 287.8355,329.11846 L 289.73341,331.01125 L 287.8355,332.90403 C 287.20463,333.5332 287.48537,334.3399 288.11624,334.96906 C 288.74711,335.59822 289.48213,335.80454 290.113,335.17538 L 292.01091,333.28259 L 293.90883,335.17538 C 294.5397,335.80454 295.31192,335.60171 295.94279,334.97255 C 296.57365,334.34338 296.8172,333.5332 296.18633,332.90403 L 294.28841,331.01125 L 296.18633,329.11846 C 296.8172,328.4893 296.4929,327.71642 295.86203,327.08726 z"
+       style="fill:#ffffff;fill-opacity:1;stroke:#555753;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       transform="matrix(0.9375,0,0,0.9375,345.5,323.5)"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       sodipodi:ry="8"
+       sodipodi:rx="8"
+       sodipodi:cy="8"
+       sodipodi:cx="8"
+       id="use9532"
+       style="fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient10042);stroke-width:1.06666672;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(0.8125,0,0,0.8125,346.5,324.5)"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       sodipodi:ry="8"
+       sodipodi:rx="8"
+       sodipodi:cy="8"
+       sodipodi:cx="8"
+       id="use9534"
+       style="fill:url(#linearGradient10036);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient10038);stroke-width:1.23076928;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient10032);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="use9536"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.5208781,-0.3007292,0.3007291,0.5208782,343.54752,328.82964)" />
+    <path
+       sodipodi:nodetypes="csccscccsccscccsccscccsccscc"
+       id="use9538"
+       d="M 349.5,328 C 349.223,328 349,328.223 349,328.5 C 349,328.777 349.223,329 349.5,329 L 356.5,329 C 356.777,329 357,328.777 357,328.5 C 357,328.223 356.777,328 356.5,328 L 349.5,328 z M 350.5,330 C 350.223,330 350,330.223 350,330.5 C 350,330.777 350.223,331 350.5,331 L 355.50563,331 C 355.78263,331 356.00563,330.777 356.00563,330.5 C 356.00563,330.223 355.78263,330 355.50563,330 L 350.5,330 z M 349.5,332 C 349.223,332 349,332.223 349,332.5 C 349,332.777 349.223,333 349.5,333 L 356.5,333 C 356.777,333 357,332.777 357,332.5 C 357,332.223 356.777,332 356.5,332 L 349.5,332 z M 350.40625,334 C 350.16388,334 349.96875,334.223 349.96875,334.5 C 349.96875,334.777 350.16388,335 350.40625,335 L 355.52773,335 C 355.7701,335 355.96523,334.777 355.96523,334.5 C 355.96523,334.223 355.7701,334 355.52773,334 L 350.40625,334 z"
+       style="fill:url(#linearGradient10020);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <path
+       id="path10883"
+       d="M 62.611841,354.5 C 63.580371,354.5 64.5,355.54256 64.5,356.51136 L 64.5,365.29096 C 64.5,365.95854 63.974302,366.48778 63.311203,366.48778 L 54.560901,366.48778 C 54.030879,367.18939 54.837354,370.53929 51.012145,370.53929 C 52.113029,369.2368 51.501217,366.48778 51.501217,366.48778 L 50.511204,366.48778 C 49.488733,366.48778 48.5,365.51668 48.5,364.50488 L 48.5,356.51755 C 48.5,355.47205 49.546637,354.5 50.49437,354.5 L 62.611841,354.5 z"
+       style="fill:url(#linearGradient8653);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8655);stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;enable-background:new"
+       sodipodi:nodetypes="cccccccccccc" />
+    <path
+       style="fill:url(#linearGradient8647);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.47738689;visibility:visible;display:block;overflow:visible;enable-background:new"
+       d="M 50.5625,355.5 C 50.032363,355.5 49.5,356.04424 49.5,356.51562 L 49.5,364.46875 C 49.499791,364.98886 49.991313,365.5 50.5625,365.5 L 51.5,365.5 C 52.006643,365.49682 52.4359,365.87242 52.5,366.375 C 52.5,366.375 52.756015,368.53192 52.577665,369.17142 C 53.541347,368.85534 53.348495,366.51846 53.75,365.90625 C 53.940341,365.64876 54.242305,365.49778 54.5625,365.5 L 63.3125,365.5 C 63.420535,365.5 63.5,365.42426 63.5,365.28125 L 63.5,356.48438 C 63.5,356.01298 63.030149,355.5 62.515625,355.5 L 50.5625,355.5 z"
+       id="path10885"
+       sodipodi:nodetypes="cccccccccccccc" />
+    <path
+       style="fill:url(#linearGradient11050);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient11052);stroke-width:0.99999881;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 67.499982,366.99973 C 67.499982,370.58773 64.587985,373.49973 60.999989,373.49973 C 57.411994,373.49973 54.499999,370.58773 54.499999,366.99973 C 54.499999,363.41173 57.411994,360.49973 60.999989,360.49973 C 64.587985,360.49973 67.499982,363.41173 67.499982,366.99973 z"
+       id="path10931" />
+    <path
+       style="opacity:0.6;fill:url(#linearGradient11054);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999893;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 66.500001,367.00001 C 66.500001,370.03602 64.036002,372.50002 61,372.50002 C 57.963998,372.50002 55.499997,370.03602 55.499997,367.00001 C 55.499997,363.96401 57.963998,361.50001 61,361.50001 C 64.036002,361.50001 66.500001,363.96401 66.500001,367.00001 z"
+       id="path10933" />
+    <path
+       transform="matrix(0.4340651,-0.2506077,0.2506077,0.4340652,53.122928,365.19136)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path10941"
+       style="fill:url(#radialGradient8643);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path10883"
+       id="use11828"
+       transform="translate(58,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path10885"
+       id="use11830"
+       transform="translate(58,0)"
+       width="400"
+       height="600" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12025);stroke-width:2.20694971;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path10225"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.453114,0,0,0.4531141,111.93585,359.49092)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.76704544;fill:none;fill-opacity:1;stroke:url(#linearGradient12027);stroke-width:0.95346284;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path10227"
+       sodipodi:cx="7.5"
+       sodipodi:cy="7"
+       sodipodi:rx="5.5"
+       sodipodi:ry="5"
+       d="M 13,7 A 5.5,5 0 1 1 2,7 A 5.5,5 0 1 1 13,7 z"
+       transform="matrix(1,0,0,1.1,111.5,359.3)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path10229"
+       sodipodi:cx="-3.8088531"
+       sodipodi:cy="3.303823"
+       sodipodi:rx="3.1932809"
+       sodipodi:ry="3.3471739"
+       d="M -0.61557221,3.303823 A 3.1932809,3.3471739 0 1 1 -7.0021341,3.303823 A 3.1932809,3.3471739 0 1 1 -0.61557221,3.303823 z"
+       transform="matrix(1.5657877,0,0,1.4933941,124.96386,362.06744)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.40340911;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12029);stroke-width:3.18781281px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path10231"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.3136944,0,0,0.3136944,114.10943,361.8014)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path10233"
+       sodipodi:cx="6.0403023"
+       sodipodi:cy="7.5551186"
+       sodipodi:rx="1.615877"
+       sodipodi:ry="1.3273276"
+       d="M 7.6561793,7.5551186 A 1.615877,1.3273276 0 1 1 4.4244252,7.5551186 A 1.615877,1.3273276 0 1 1 7.6561793,7.5551186 z"
+       transform="matrix(2.4754359,0,0,3.013574,104.04762,344.23209)" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10235"
+       width="1"
+       height="1"
+       x="365.99997"
+       y="-120"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10237"
+       width="2"
+       height="2"
+       x="365.99997"
+       y="-120"
+       rx="1"
+       ry="1"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10239"
+       width="1"
+       height="1"
+       x="364.99997"
+       y="-121"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10241"
+       width="1"
+       height="1"
+       x="-367.99997"
+       y="-120"
+       transform="matrix(0,-1,-1,0,0,0)" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect10243"
+       width="1"
+       height="1"
+       x="-368.99997"
+       y="-121"
+       transform="matrix(0,-1,-1,0,0,0)" />
+    <rect
+       style="fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect8869"
+       width="1"
+       height="1"
+       x="363.99997"
+       y="-122"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <rect
+       style="fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect8871"
+       width="1"
+       height="1"
+       x="368.99997"
+       y="-122"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path10883"
+       id="use12127"
+       transform="translate(116,0)"
+       width="400"
+       height="600" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.36561811px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path1311"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.4103372,0,0,0.4103372,170.57798,360.23636)" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path10885"
+       id="use12129"
+       transform="translate(116,0)"
+       width="400"
+       height="600" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#f13d3d;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12208);stroke-width:2.19154143px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path10333"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.457354,0,0,0.455248,169.80892,359.42494)" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path10941"
+       id="use12135"
+       transform="translate(116,2.29e-4)"
+       width="400"
+       height="600" />
+    <path
+       style="opacity:0.75;fill:url(#linearGradient12194);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12196);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       d="M 182.43748,367 C 182.43748,370.036 179.97348,372.5 176.93748,372.5 C 173.90148,372.5 171.43748,370.036 171.43748,367 C 171.43748,363.964 173.90148,361.5 176.93748,361.5 C 179.97348,361.5 182.43748,363.964 182.43748,367 L 182.43748,367 z"
+       id="path2220" />
+    <rect
+       style="fill:#eeeeec;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect3207"
+       width="8.937499"
+       height="2.9999998"
+       x="172.5"
+       y="365.5"
+       rx="0.90743363"
+       ry="0.91377938" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path10883"
+       id="use12335"
+       transform="translate(174,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path10885"
+       id="use12337"
+       transform="translate(174,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12335"
+       id="use12385"
+       transform="translate(59,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12337"
+       id="use12387"
+       transform="translate(59,0)"
+       width="400"
+       height="600" />
+    <path
+       id="use12389"
+       d="M 300.49998,366.99973 C 300.49998,370.58773 297.58799,373.49973 293.99999,373.49973 C 290.41199,373.49973 287.5,370.58773 287.5,366.99973 C 287.5,363.41173 290.41199,360.49973 293.99999,360.49973 C 297.58799,360.49973 300.49998,363.41173 300.49998,366.99973 z"
+       style="fill:url(#linearGradient12540);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12542);stroke-width:0.99999881;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       id="use12391"
+       d="M 299.5,367.00001 C 299.5,370.03602 297.036,372.50002 294,372.50002 C 290.964,372.50002 288.5,370.03602 288.5,367.00001 C 288.5,363.96401 290.964,361.50001 294,361.50001 C 297.036,361.50001 299.5,363.96401 299.5,367.00001 z"
+       style="opacity:0.6;fill:url(#linearGradient12532);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999893;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient12526);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="use12393"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.4340651,-0.2506077,0.2506077,0.4340652,286.12293,365.19136)" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12385"
+       id="use12435"
+       transform="translate(61,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12387"
+       id="use12437"
+       transform="translate(61,0)"
+       width="400"
+       height="600" />
+    <path
+       style="opacity:0.7;fill:#c0d4ea;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12298);stroke-width:0.99999934;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 241.5,367.00001 C 241.5,370.588 238.588,373.5 235.00001,373.5 C 231.41201,373.5 228.50001,370.588 228.50001,367.00001 C 228.50001,363.41201 231.41201,360.50001 235.00001,360.50001 C 238.588,360.50001 241.5,363.41201 241.5,367.00001 z"
+       id="path10531" />
+    <path
+       style="opacity:0.7;fill:url(#linearGradient12295);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999875;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 240.5,367 C 240.5,370.036 238.036,372.5 235,372.5 C 231.964,372.5 229.5,370.036 229.5,367 C 229.5,363.964 231.964,361.5 235,361.5 C 238.036,361.5 240.5,363.964 240.5,367 z"
+       id="path10533" />
+    <path
+       style="fill:url(#linearGradient8661);fill-opacity:1;stroke:url(#linearGradient8663);stroke-width:0.99999821;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 298.60492,371.59639 C 296.06523,374.13416 291.94326,374.13459 289.4041,371.59735 C 286.86493,369.06012 286.86536,364.94128 289.40505,362.40351 C 291.94475,359.86575 296.06672,359.86532 298.60589,362.40256 C 301.14505,364.93979 301.14462,369.05863 298.60492,371.59639 z"
+       id="path8655" />
+    <path
+       style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient8665);stroke-width:0.99999768;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 294,372.49998 C 295.41095,372.49983 296.81366,371.96051 297.88725,370.88695 C 300.03785,368.73642 300.03734,365.26272 297.88725,363.11269 C 295.73716,360.96267 292.26334,360.96217 290.11275,363.11269 C 287.96216,365.26322 287.96266,368.73692 290.11275,370.88695 C 291.1861,371.96027 292.58939,372.50013 294,372.49998 z"
+       id="path8657" />
+    <path
+       transform="matrix(0.451474,-0.2606587,0.2606586,0.4514741,285.80767,365.11949)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path8659"
+       style="fill:url(#radialGradient8667);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;stroke:#555753;stroke-width:1.00000048;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 296.96555,363.96934 C 296.47892,363.48427 295.94555,363.29912 295.45892,363.7842 L 293.99495,365.24349 L 292.53098,363.7842 C 292.04435,363.29912 291.47935,363.54628 290.99272,364.03135 C 290.5061,364.51642 290.28759,365.05028 290.77421,365.53535 L 292.23818,366.99465 L 290.77421,368.45394 C 290.28759,368.93902 290.50414,369.56097 290.99076,370.04604 C 291.47739,370.5311 292.04435,370.69017 292.53098,370.2051 L 293.99495,368.74581 L 295.45892,370.2051 C 295.94555,370.69017 296.54121,370.5338 297.02783,370.04873 C 297.51446,369.56365 297.70232,368.93902 297.21569,368.45394 L 295.75172,366.99465 L 297.21569,365.53535 C 297.70232,365.05028 297.45216,364.45441 296.96555,363.96934 z"
+       id="path10786"
+       sodipodi:nodetypes="ccccscccscccscccc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7953);stroke-width:1.23057282;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path10444"
+       sodipodi:cx="8"
+       sodipodi:cy="8"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       transform="matrix(0.8126297,0,0,0.8126297,348.49792,360.49792)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#linearGradient7969);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7957);stroke-width:1.4545455;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path10446"
+       sodipodi:cx="8"
+       sodipodi:cy="8"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       transform="matrix(0.6875,0,0,0.6875,349.49792,361.49792)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient10028);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="use9550"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.4340645,-0.2506076,0.2506072,0.4340651,347.12296,365.19136)" />
+    <rect
+       style="fill:url(#linearGradient12314);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect7971"
+       width="6"
+       height="1.019354"
+       x="351.99792"
+       y="363.99792"
+       rx="0.50967699"
+       ry="0.50967699" />
+    <rect
+       style="fill:url(#linearGradient12311);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect8751"
+       width="6"
+       height="1.0000001"
+       x="351.99792"
+       y="365.99792"
+       rx="0.50967699"
+       ry="0.50000006" />
+    <rect
+       style="fill:url(#linearGradient12308);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect8755"
+       width="6"
+       height="1.019354"
+       x="351.99792"
+       y="367.99792"
+       rx="0.50967699"
+       ry="0.50967699" />
+    <path
+       id="path11109"
+       d="M 66.378809,386.50001 C 67.021627,386.50001 67.499999,386.97678 67.499999,387.73878 L 67.499999,395.53384 C 67.499999,396.08401 67.072869,396.52018 66.534101,396.52018 L 59.424481,396.52018 C 59.424481,397.4772 58.513457,398.71967 56.504423,399.50001 C 56.504423,399.50001 56.499227,396.51213 56.499227,396.51213 L 55.740548,396.51213 C 55.201782,396.51213 54.5,395.86594 54.499999,395.31578 L 54.499999,387.68628 C 54.499999,387.13611 55.150018,386.50001 55.688784,386.50001 L 66.378809,386.50001 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8641);stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;enable-background:new"
+       sodipodi:nodetypes="cccccccccccc" />
+    <path
+       style="fill:url(#linearGradient8637);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999946;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.47738689;visibility:visible;display:block;overflow:visible;enable-background:new"
+       d="M 55.671875,387.49999 C 55.586993,387.49999 55.5,387.58756 55.5,387.67902 L 55.5,395.30624 C 55.5,395.3977 55.586994,395.48526 55.671875,395.48526 L 57.071429,395.48526 C 57.469505,395.48266 57.806779,395.98893 57.857143,396.40025 C 57.857143,396.40025 57.69308,396.90625 57.69308,396.90625 C 57.69308,396.90625 58.327636,396.1104 58.643973,395.61037 C 58.793527,395.39964 59.226097,395.52607 59.477679,395.52789 L 66.352679,395.52789 C 66.437563,395.52789 66.5,395.4659 66.5,395.34886 L 66.5,387.67902 C 66.5,387.56198 66.437565,387.49999 66.352679,387.49999 L 55.671875,387.49999 z"
+       id="path11111"
+       sodipodi:nodetypes="cccccccccccccc" />
+    <path
+       style="fill:url(#linearGradient12580);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12582);stroke-width:0.99999928;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 69.5,396.50001 C 69.5,399.26001 67.260002,401.5 64.500006,401.5 C 61.740009,401.5 59.500012,399.26001 59.500012,396.50001 C 59.500012,393.74001 61.740009,391.50001 64.500006,391.50001 C 67.260002,391.50001 69.5,393.74001 69.5,396.50001 z"
+       id="path11764" />
+    <path
+       style="opacity:0.6;fill:url(#linearGradient12586);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999881;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 68.500004,396.50004 C 68.500004,398.70804 66.708004,400.50004 64.500004,400.50004 C 62.292005,400.50004 60.500005,398.70804 60.500005,396.50004 C 60.500005,394.29205 62.292005,392.50005 64.500004,392.50005 C 66.708004,392.50005 68.500004,394.29205 68.500004,396.50004 z"
+       id="path11766" />
+    <path
+       transform="matrix(0.3038456,-0.1754253,0.1754253,0.3038456,58.986052,395.23398)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path11768"
+       style="fill:url(#radialGradient12584);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path11109"
+       id="use11838"
+       transform="translate(58,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path11111"
+       id="use11840"
+       transform="translate(58,0)"
+       width="400"
+       height="600" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12067);stroke-width:2.86903596;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path12043"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.3485491,0,0,0.3485492,117.06604,390.72379)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.76704544;fill:none;fill-opacity:1;stroke:url(#linearGradient12085);stroke-width:1.31101179;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path12045"
+       sodipodi:cx="7.5"
+       sodipodi:cy="7"
+       sodipodi:rx="5.5"
+       sodipodi:ry="5"
+       d="M 13,7 A 5.5,5 0 1 1 2,7 A 5.5,5 0 1 1 13,7 z"
+       transform="matrix(0.7272725,0,0,0.7999997,117.04546,390.9)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path12047"
+       sodipodi:cx="-3.8088531"
+       sodipodi:cy="3.303823"
+       sodipodi:rx="3.1932809"
+       sodipodi:ry="3.3471739"
+       d="M -0.61557221,3.303823 A 3.1932809,3.3471739 0 1 1 -7.0021341,3.303823 A 3.1932809,3.3471739 0 1 1 -0.61557221,3.303823 z"
+       transform="matrix(1.2044515,0,0,1.1487642,127.08758,392.70572)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path12051"
+       sodipodi:cx="6.0403023"
+       sodipodi:cy="7.5551186"
+       sodipodi:rx="1.615877"
+       sodipodi:ry="1.3273276"
+       d="M 7.6561793,7.5551186 A 1.615877,1.3273276 0 1 1 4.4244252,7.5551186 A 1.615877,1.3273276 0 1 1 7.6561793,7.5551186 z"
+       transform="matrix(2.166007,0,0,2.636879,109.41666,376.57806)" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect12093"
+       width="1.0000043"
+       height="3"
+       x="396"
+       y="-125"
+       transform="matrix(0,1,-1,0,0,0)"
+       rx="0.50000215"
+       ry="0.50000215" />
+    <rect
+       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect12099"
+       width="1.0000043"
+       height="3"
+       x="122"
+       y="394"
+       rx="0.50000215"
+       ry="0.50000215" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path11109"
+       id="use12137"
+       transform="translate(116,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path11111"
+       id="use12139"
+       transform="translate(116,0)"
+       width="400"
+       height="600" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.36561811px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path12233"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.3127178,0,0,0.3126858,175.65214,391.34575)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#f13d3d;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12254);stroke-width:2.87581062px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       id="path12235"
+       sodipodi:cx="15.590227"
+       sodipodi:cy="16.57217"
+       sodipodi:rx="14.345175"
+       sodipodi:ry="14.345175"
+       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
+       transform="matrix(0.3485492,0,0,0.3469088,175.06604,390.72743)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient10175);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="use12237"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.3308008,-0.1909685,0.190988,0.3307671,174.54325,395.12175)" />
+    <path
+       style="opacity:0.75;fill:url(#linearGradient12256);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12258);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:new"
+       d="M 184.5,396.50001 C 184.5,398.70802 182.70801,400.50001 180.49999,400.50001 C 178.292,400.50001 176.49999,398.70802 176.49999,396.50001 C 176.49999,394.29201 178.292,392.5 180.49999,392.5 C 182.70801,392.5 184.5,394.29201 184.5,396.50001 L 184.5,396.50001 z"
+       id="path12239" />
+    <rect
+       style="fill:#eeeeec;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="rect12241"
+       width="5.9999995"
+       height="1.9999999"
+       x="177.5"
+       y="395.5"
+       rx="0.69757456"
+       ry="0.69757456" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path11109"
+       id="use12345"
+       transform="translate(174,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#path11111"
+       id="use12347"
+       transform="translate(174,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12345"
+       id="use12395"
+       transform="translate(59,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12347"
+       id="use12397"
+       transform="translate(59,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12395"
+       id="use12445"
+       transform="translate(61,0)"
+       width="400"
+       height="600" />
+    <use
+       style="display:inline;enable-background:new"
+       x="0"
+       y="0"
+       xlink:href="#use12397"
+       id="use12447"
+       transform="translate(61,0)"
+       width="400"
+       height="600" />
+    <path
+       style="opacity:0.7;fill:#c0d4ea;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12578);stroke-width:0.99999934;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 243.49999,396.50001 C 243.49999,399.26 241.25999,401.5 238.5,401.5 C 235.73999,401.5 233.49999,399.26 233.49999,396.50001 C 233.49999,393.74001 235.73999,391.5 238.5,391.5 C 241.25999,391.5 243.49999,393.74001 243.49999,396.50001 z"
+       id="path12556" />
+    <path
+       style="opacity:0.7;fill:url(#linearGradient12576);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999887;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 242.5,396.50002 C 242.5,398.70802 240.70801,400.50001 238.50001,400.50001 C 236.29201,400.50001 234.50001,398.70802 234.50001,396.50002 C 234.50001,394.29201 236.29201,392.50002 238.50001,392.50002 C 240.70801,392.50002 242.5,394.29201 242.5,396.50002 z"
+       id="path12558" />
+    <path
+       id="path9439"
+       d="M 302.49231,396.49872 C 302.49231,399.25931 300.2518,401.49979 297.49116,401.49979 C 294.73053,401.49979 292.49002,399.25931 292.49002,396.49872 C 292.49002,393.73813 294.73053,391.49765 297.49116,391.49765 C 300.2518,391.49765 302.49231,393.73813 302.49231,396.49872 z"
+       style="fill:url(#linearGradient9490);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient9492);stroke-width:0.99999875;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       id="path9441"
+       d="M 301.72292,396.49893 C 301.72292,398.83483 299.82709,400.73062 297.49117,400.73062 C 295.15525,400.73062 293.25943,398.83483 293.25943,396.49893 C 293.25943,394.16305 295.15525,392.26726 297.49117,392.26726 C 299.82709,392.26726 301.72292,394.16305 301.72292,396.49893 z"
+       style="opacity:0.6;fill:url(#linearGradient9494);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999893;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient9496);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="path9443"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.3339732,-0.1928165,0.1928196,0.3339679,291.43049,395.10737)" />
+    <path
+       style="fill:url(#linearGradient9498);fill-opacity:1;stroke:url(#linearGradient9500);stroke-width:0.99999821;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 301.03423,400.03537 C 299.08018,401.98792 295.9087,401.98825 293.95505,400.03611 C 292.00139,398.08397 292.00172,394.91496 293.95578,392.96241 C 295.90985,391.00987 299.08132,391.00953 301.03498,392.96168 C 302.98863,394.91381 302.9883,398.08283 301.03423,400.03537 z"
+       id="path9445" />
+    <path
+       style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient9502);stroke-width:0.99999762;stroke-miterlimit:4;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 297.5,400.49998 C 298.52615,400.49987 299.54629,400.10763 300.32709,399.32687 C 301.89117,397.76284 301.8908,395.23651 300.32709,393.67286 C 298.76339,392.1092 296.23697,392.10884 294.6729,393.67286 C 293.10885,395.23688 293.10921,397.76321 294.6729,399.32687 C 295.45352,400.10747 296.47411,400.50008 297.5,400.49998 z"
+       id="path9447" />
+    <path
+       transform="matrix(0.3473677,-0.2005497,0.2005528,0.3473622,291.18793,395.05207)"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       sodipodi:ry="9.975256"
+       sodipodi:rx="9.975256"
+       sodipodi:cy="10.983024"
+       sodipodi:cx="11.806158"
+       id="path9449"
+       style="fill:url(#radialGradient9504);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       sodipodi:type="arc" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;stroke:#555753;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       d="M 300.04191,393.90227 C 299.62479,393.48651 299.16762,393.32781 298.75051,393.74357 L 297.49568,394.99442 L 296.24084,393.74357 C 295.82373,393.32781 295.33945,393.53964 294.92234,393.95542 C 294.50523,394.37121 294.31794,394.82879 294.73503,395.24458 L 295.98986,396.4954 L 294.73503,397.74621 C 294.31794,398.16201 294.50354,398.69512 294.92066,399.11088 C 295.33777,399.52665 295.82373,399.66299 296.24084,399.24721 L 297.49568,397.99641 L 298.75051,399.24721 C 299.16762,399.66299 299.67819,399.52896 300.09529,399.11317 C 300.51238,398.69741 300.67342,398.16201 300.2563,397.74621 L 299.00148,396.4954 L 300.2563,395.24458 C 300.67342,394.82879 300.459,394.31805 300.04191,393.90227 z"
+       id="path9451"
+       sodipodi:nodetypes="ccccscccscccscccc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9558);stroke-width:1.60000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path9552"
+       sodipodi:cx="8"
+       sodipodi:cy="8"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       transform="matrix(0.625,0,0,0.625,353.5,391.5)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#linearGradient9567);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9569);stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path9554"
+       sodipodi:cx="8"
+       sodipodi:cy="8"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
+       transform="matrix(0.5,0,0,0.5,354.5,392.5)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient10024);fill-opacity:1;stroke:none;stroke-width:0.51155168;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline;enable-background:new"
+       id="use9556"
+       sodipodi:cx="11.806158"
+       sodipodi:cy="10.983024"
+       sodipodi:rx="9.975256"
+       sodipodi:ry="9.975256"
+       d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
+       transform="matrix(0.3338425,-0.1927443,0.192744,0.3338429,352.44253,395.10976)" />
+    <rect
+       style="fill:url(#linearGradient9577);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9571"
+       width="5"
+       height="1.019354"
+       x="356"
+       y="394"
+       rx="0.50967699"
+       ry="0.50967699" />
+    <rect
+       style="fill:url(#linearGradient9579);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9573"
+       width="5"
+       height="1.0000001"
+       x="356"
+       y="396"
+       rx="0.50000006"
+       ry="0.50000006" />
+    <rect
+       style="fill:url(#linearGradient9581);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect9575"
+       width="5"
+       height="1.019354"
+       x="356"
+       y="398"
+       rx="0.50967699"
+       ry="0.50967699" />
+  </g>
+</svg>
--- a/pidgin/pixmaps/tray/16/scalable/tray-away.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,222 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16px"
-   height="16px"
-   id="svg1872"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop/experiment/tray/16/scalable"
-   sodipodi:docname="tray-away.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1874">
-    <linearGradient
-       id="linearGradient2781"
-       inkscape:collect="always">
-      <stop
-         id="stop2783"
-         offset="0"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         id="stop2785"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2804">
-      <stop
-         id="stop2806"
-         offset="0"
-         style="stop-color:black;stop-opacity:0;" />
-      <stop
-         style="stop-color:black;stop-opacity:1;"
-         offset="0.5"
-         id="stop2812" />
-      <stop
-         id="stop2808"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2781"
-       id="radialGradient1970"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2,0,0,0.8,-13,-79.2)"
-       cx="1"
-       cy="44"
-       fx="1"
-       fy="44"
-       r="5" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2781"
-       id="radialGradient1972"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2,0,0,0.8,36,8.8)"
-       cx="1"
-       cy="44"
-       fx="1"
-       fy="44"
-       r="5" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient1974"
-       gradientUnits="userSpaceOnUse"
-       x1="21.875"
-       y1="48.000977"
-       x2="21.875"
-       y2="40" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="11.098901"
-     inkscape:cx="5.3508001"
-     inkscape:cy="5.4726286"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata1877">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="g2249"
-       style="opacity:0.3"
-       transform="matrix(-0.274688,0,0,0.504311,12.18504,-12.90685)">
-      <rect
-         transform="scale(-1,-1)"
-         y="-48"
-         x="-11"
-         height="8"
-         width="10"
-         id="rect2251"
-         style="opacity:1;color:black;fill:url(#radialGradient1970);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <rect
-         y="40"
-         x="38"
-         height="8"
-         width="10"
-         id="rect2253"
-         style="opacity:1;color:black;fill:url(#radialGradient1972);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <rect
-         y="40"
-         x="11"
-         height="8"
-         width="27"
-         id="rect2255"
-         style="opacity:1;color:black;fill:url(#linearGradient1974);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-    </g>
-    <path
-       style="fill:#efefef;fill-opacity:1;fill-rule:evenodd;stroke:#787878;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.418273,0.49999995 C 10.02141,0.49999995 10.500003,1.0061936 10.500003,1.6499642 L 10.500003,8.32996 C 10.500003,8.9737304 10.021411,9.4799242 9.418273,9.4799242 L 5.2414529,9.4799242 L 2.471336,11.429863 L 2.471336,9.4799242 L 1.5817316,9.4799242 C 0.9785936,9.4799242 0.49999957,8.9737304 0.50000033,8.32996 L 0.50000033,1.6499642 C 0.50000033,1.0061936 0.9785936,0.49999995 1.5817316,0.49999995 L 9.418273,0.49999995 z "
-       id="path2221"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.2045414,1.5000001 C 9.3816286,1.5000001 9.4999957,1.6028844 9.4999957,1.7987807 L 9.4999957,7.3475646 C 9.4999957,7.543461 9.3816293,7.6463453 9.2045414,7.6463453 L 4.9999978,8.3220879 C 4.8242182,8.3232475 4.6547723,8.3838621 4.5227251,8.4928197 L 3.7045437,9.175747 L 3.7045437,9.0050151 C 3.7025982,8.6286041 3.3781242,8.3239148 2.9772712,8.3220879 L 1.7954537,7.6463453 C 1.6183665,7.6463453 1.4999993,7.5434596 1.4999993,7.3475646 L 1.4999993,1.7987807 C 1.4999993,1.6028846 1.6183665,1.5000001 1.7954537,1.5000001 L 9.2045414,1.5000001 z "
-       id="path5807"
-       sodipodi:nodetypes="cccccccccccccc" />
-    <path
-       sodipodi:type="arc"
-       style="color:black;fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:#173867;stroke-width:2.86902547px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2069"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(0.348549,0,0,0.348549,5.066037,4.723781)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2788"
-       sodipodi:cx="-3.8088531"
-       sodipodi:cy="3.303823"
-       sodipodi:rx="3.1932809"
-       sodipodi:ry="3.3471739"
-       d="M -0.61557221 3.303823 A 3.1932809 3.3471739 0 1 1  -7.0021341,3.303823 A 3.1932809 3.3471739 0 1 1  -0.61557221 3.303823 z"
-       transform="matrix(1.409209,0,0,1.344418,15.86747,6.058282)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#dcdcd8;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path2796"
-       sodipodi:cx="6.0403023"
-       sodipodi:cy="7.5551186"
-       sodipodi:rx="1.615877"
-       sodipodi:ry="1.3273276"
-       d="M 7.6561793 7.5551186 A 1.615877 1.3273276 0 1 1  4.4244252,7.5551186 A 1.615877 1.3273276 0 1 1  7.6561793 7.5551186 z"
-       transform="matrix(2.784865,0,0,3.390272,-6.321424,-15.11391)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2832"
-       width="1"
-       height="1"
-       x="10"
-       y="-11"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2236"
-       width="1"
-       height="1"
-       x="9"
-       y="-12"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect2240"
-       width="1"
-       height="1"
-       x="11"
-       y="-12"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect3133"
-       width="1"
-       height="1"
-       x="8"
-       y="-13"
-       transform="matrix(0,1,-1,0,0,0)" />
-    <rect
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect3135"
-       width="1"
-       height="1"
-       x="12"
-       y="-13"
-       transform="matrix(0,1,-1,0,0,0)" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/tray/16/scalable/tray-busy.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,225 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16px"
-   height="16px"
-   id="svg1872"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop/temp"
-   sodipodi:docname="tray-busy.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1874">
-    <linearGradient
-       id="linearGradient2239"
-       inkscape:collect="always">
-      <stop
-         id="stop2241"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop2243"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2239"
-       id="linearGradient2345"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.296523,0,0,0.296522,15.24437,5.75564)"
-       x1="15.535398"
-       y1="1.8014067"
-       x2="15.535398"
-       y2="48.674999" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient2186">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop2188" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop2190" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2186"
-       id="linearGradient2343"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.420408,0,0,0.420404,15.54691,5.457116)"
-       x1="11.226587"
-       y1="-5.4832759"
-       x2="11.226587"
-       y2="17.697369" />
-    <linearGradient
-       id="linearGradient2781"
-       inkscape:collect="always">
-      <stop
-         id="stop2783"
-         offset="0"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         id="stop2785"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2804">
-      <stop
-         id="stop2806"
-         offset="0"
-         style="stop-color:black;stop-opacity:0;" />
-      <stop
-         style="stop-color:black;stop-opacity:1;"
-         offset="0.5"
-         id="stop2812" />
-      <stop
-         id="stop2808"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2781"
-       id="radialGradient1970"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2,0,0,0.8,-13,-79.2)"
-       cx="1"
-       cy="44"
-       fx="1"
-       fy="44"
-       r="5" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2781"
-       id="radialGradient1972"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2,0,0,0.8,36,8.8)"
-       cx="1"
-       cy="44"
-       fx="1"
-       fy="44"
-       r="5" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient1974"
-       gradientUnits="userSpaceOnUse"
-       x1="21.875"
-       y1="48.000977"
-       x2="21.875"
-       y2="40" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.197802"
-     inkscape:cx="24.938614"
-     inkscape:cy="9.7385644"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1434"
-     inkscape:window-height="844"
-     inkscape:window-x="0"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata1877">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="g2249"
-       style="opacity:0.3"
-       transform="matrix(-0.274688,0,0,0.504311,12.18504,-12.90685)">
-      <rect
-         transform="scale(-1,-1)"
-         y="-48"
-         x="-11"
-         height="8"
-         width="10"
-         id="rect2251"
-         style="opacity:1;color:black;fill:url(#radialGradient1970);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <rect
-         y="40"
-         x="38"
-         height="8"
-         width="10"
-         id="rect2253"
-         style="opacity:1;color:black;fill:url(#radialGradient1972);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <rect
-         y="40"
-         x="11"
-         height="8"
-         width="27"
-         id="rect2255"
-         style="opacity:1;color:black;fill:url(#linearGradient1974);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-    </g>
-    <path
-       style="fill:#efefef;fill-opacity:1;fill-rule:evenodd;stroke:#787878;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.418273,0.49999995 C 10.02141,0.49999995 10.500003,1.0061936 10.500003,1.6499642 L 10.500003,8.32996 C 10.500003,8.9737304 10.021411,9.4799242 9.418273,9.4799242 L 5.2414529,9.4799242 L 2.471336,11.429863 L 2.471336,9.4799242 L 1.5817316,9.4799242 C 0.9785936,9.4799242 0.49999957,8.9737304 0.50000033,8.32996 L 0.50000033,1.6499642 C 0.50000033,1.0061936 0.9785936,0.49999995 1.5817316,0.49999995 L 9.418273,0.49999995 z "
-       id="path2221"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.2045414,1.5000001 C 9.3816286,1.5000001 9.4999957,1.6028844 9.4999957,1.7987807 L 9.4999957,7.3475646 C 9.4999957,7.543461 9.3816293,7.6463453 9.2045414,7.6463453 L 4.9999978,8.3220879 C 4.8242182,8.3232475 4.6547723,8.3838621 4.5227251,8.4928197 L 3.7045437,9.175747 L 3.7045437,9.0050151 C 3.7025982,8.6286041 3.3781242,8.3239148 2.9772712,8.3220879 L 1.7954537,7.6463453 C 1.6183665,7.6463453 1.4999993,7.5434596 1.4999993,7.3475646 L 1.4999993,1.7987807 C 1.4999993,1.6028846 1.6183665,1.5000001 1.7954537,1.5000001 L 9.2045414,1.5000001 z "
-       id="path5807"
-       sodipodi:nodetypes="cccccccccccccc" />
-    <path
-       sodipodi:type="arc"
-       style="color:black;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.36561811px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1311"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(-0.359512,0,0,0.359513,16.06516,4.510494)" />
-    <path
-       sodipodi:type="arc"
-       style="color:black;fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:2.86904168px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path2325"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402 16.57217 A 14.345175 14.345175 0 1 1  1.2450523,16.57217 A 14.345175 14.345175 0 1 1  29.935402 16.57217 z"
-       transform="matrix(-0.348549,0,0,0.348549,15.93396,4.723784)" />
-    <path
-       style="opacity:0.6;color:black;fill:url(#linearGradient2343);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2345);stroke-width:0.99999988px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       d="M 6.5000022,10.500005 C 6.5000022,12.708005 8.2920019,14.500007 10.500003,14.500007 C 12.708002,14.500007 14.500003,12.708005 14.500003,10.500005 C 14.500003,8.2920031 12.708002,6.5000024 10.500003,6.5000024 C 8.2920019,6.5000024 6.5000022,8.2920031 6.5000022,10.500005 z "
-       id="path2327" />
-    <path
-       style="color:black;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:0.9999997px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       d="M 7.4999965,10.462709 C 7.4999965,11.704559 7.8536586,11.48502 10.525339,11.48502 C 13.171696,11.48502 13.499995,11.684313 13.499995,10.517346 C 13.499995,9.3321718 12.740568,9.5414293 10.499996,9.5414293 C 8.2761439,9.5414293 7.4999965,9.2026451 7.4999965,10.462709 z "
-       id="path2329"
-       sodipodi:nodetypes="czzzz" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/tray/16/scalable/tray-connecting.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,167 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docbase="/home/hbons/Desktop"
-   sodipodi:docname="tray-connecting.svg"
-   inkscape:export-filename="/home/hbons/GUI/Tango/Gaim Refresh/notification-area/tray-connecting.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5189">
-      <stop
-         style="stop-color:white;stop-opacity:1;"
-         offset="0"
-         id="stop5191" />
-      <stop
-         style="stop-color:white;stop-opacity:0;"
-         offset="1"
-         id="stop5193" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient5167">
-      <stop
-         style="stop-color:#204a87;stop-opacity:1;"
-         offset="0"
-         id="stop5169" />
-      <stop
-         style="stop-color:#204a87;stop-opacity:0;"
-         offset="1"
-         id="stop5171" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5167"
-       id="linearGradient5173"
-       x1="2.532984"
-       y1="19.600262"
-       x2="4.5063553"
-       y2="19.600262"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.520241,0,0,0.83297,-6.850746,-7.826426)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5189"
-       id="linearGradient5195"
-       x1="13.140625"
-       y1="17.39238"
-       x2="13.140625"
-       y2="19.558514"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5189"
-       id="linearGradient5199"
-       gradientUnits="userSpaceOnUse"
-       x1="13.140625"
-       y1="17.39238"
-       x2="13.140625"
-       y2="19.558514" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="25.730843"
-     inkscape:cx="9.7885693"
-     inkscape:cy="10.965701"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     fill="#d3d7cf"
-     inkscape:window-width="1274"
-     inkscape:window-height="848"
-     inkscape:window-x="219"
-     inkscape:window-y="606"
-     width="16px"
-     height="16px" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <rect
-       style="opacity:1;fill:#fce94f;fill-opacity:1;stroke:#c4a000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect5163"
-       width="3.9243481"
-       height="2.000005"
-       x="5.5"
-       y="9.4999905"
-       rx="0.92197275"
-       ry="1.0000025" />
-    <rect
-       style="opacity:1;fill:#fce94f;fill-opacity:1;stroke:#c4a000;stroke-width:0.99999958;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect4276"
-       width="3.0000005"
-       height="1.9999996"
-       x="6.4999995"
-       y="5.4999957"
-       rx="0.70481014"
-       ry="0.99999982" />
-    <path
-       style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:0.99999899;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 5.4454196,4.4999958 C 3.5422197,4.4999958 3.5000001,6.8300533 3.5000001,6.8300533 L 3.5522474,9.8333292 C 3.5522474,9.8333292 3.4852045,12.499995 5.4454196,12.499995 L 7.5000026,12.499995 C 7.5000026,10.21962 7.5000026,6.7931358 7.5000026,4.4999958 L 5.4454196,4.4999958 z "
-       id="rect4812"
-       sodipodi:nodetypes="ccccccc" />
-    <rect
-       style="opacity:1;fill:url(#linearGradient5173);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect5165"
-       width="3"
-       height="1"
-       x="-3"
-       y="7.9999962"
-       transform="scale(-1,1)" />
-    <path
-       style="opacity:1;fill:#729fcf;fill-opacity:1;stroke:#204a87;stroke-width:0.99999928;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 13.554581,4.499996 C 15.45778,4.499996 15.5,6.8300545 15.5,6.8300545 L 15.447753,9.8333318 C 15.447753,9.8333318 15.514797,12.5 13.554581,12.5 L 11.499997,12.5 C 11.499997,10.219623 11.499997,6.7931371 11.499997,4.499996 L 13.554581,4.499996 z "
-       id="path5179"
-       sodipodi:nodetypes="ccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.70056742"
-       inkscape:original="M 13.09375 15.5 C 11.825955 15.5 11.8125 17.25 11.8125 17.25 L 11.84375 19.5 C 11.84375 19.5 11.787975 21.5 13.09375 21.5 L 14.46875 21.5 C 14.46875 19.789718 14.46875 17.219855 14.46875 15.5 L 13.09375 15.5 z "
-       style="opacity:0.4585153;fill:#729fcf;fill-opacity:1;stroke:url(#linearGradient5195);stroke-width:0.71123713;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path5187"
-       d="M 13.09375,16.1875 C 12.937973,16.1875 12.909638,16.221044 12.84375,16.28125 C 12.777862,16.341456 12.680104,16.476035 12.625,16.625 C 12.514791,16.92293 12.5,17.25 12.5,17.25 L 12.53125,19.5 C 12.531482,19.510415 12.531482,19.520835 12.53125,19.53125 C 12.53125,19.53125 12.547019,19.946636 12.65625,20.3125 C 12.710866,20.495432 12.775674,20.6472 12.84375,20.71875 C 12.911826,20.7903 12.946144,20.8125 13.09375,20.8125 L 13.78125,20.8125 C 13.78125,19.359615 13.78125,17.646073 13.78125,16.1875 L 13.09375,16.1875 z "
-       transform="matrix(1.56098,0,0,1.266408,-15.01225,-14.99999)" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.70056742"
-       inkscape:original="M 13.09375 15.5 C 11.825955 15.5 11.8125 17.25 11.8125 17.25 L 11.84375 19.5 C 11.84375 19.5 11.787975 21.5 13.09375 21.5 L 14.46875 21.5 C 14.46875 19.789718 14.46875 17.219855 14.46875 15.5 L 13.09375 15.5 z "
-       style="opacity:0.4585153;fill:#729fcf;fill-opacity:1;stroke:url(#linearGradient5199);stroke-width:0.70271838;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path5197"
-       d="M 13.09375,16.1875 C 12.937973,16.1875 12.909638,16.221044 12.84375,16.28125 C 12.777862,16.341456 12.680104,16.476035 12.625,16.625 C 12.514791,16.92293 12.5,17.25 12.5,17.25 L 12.53125,19.5 C 12.531482,19.510415 12.531482,19.520835 12.53125,19.53125 C 12.53125,19.53125 12.547019,19.946636 12.65625,20.3125 C 12.710866,20.495432 12.775674,20.6472 12.84375,20.71875 C 12.911826,20.7903 12.946144,20.8125 13.09375,20.8125 L 13.78125,20.8125 C 13.78125,19.359615 13.78125,17.646073 13.78125,16.1875 L 13.09375,16.1875 z "
-       transform="matrix(-1.56098,0,0,1.297298,34.01224,-15.50001)" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/tray/16/scalable/tray-extended-away.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,112 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16px"
-   height="16px"
-   id="svg1872"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop"
-   sodipodi:docname="tray-extended-away.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1874" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.197802"
-     inkscape:cx="23.810832"
-     inkscape:cy="5.890161"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata1877">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       style="fill:#efefef;fill-opacity:1;fill-rule:evenodd;stroke:#787878;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.418273,0.49999995 C 10.02141,0.49999995 10.500003,1.0061936 10.500003,1.6499642 L 10.500003,8.32996 C 10.500003,8.9737304 10.021411,9.4799242 9.418273,9.4799242 L 5.2414529,9.4799242 L 2.471336,11.429863 L 2.471336,9.4799242 L 1.5817316,9.4799242 C 0.9785936,9.4799242 0.49999957,8.9737304 0.50000033,8.32996 L 0.50000033,1.6499642 C 0.50000033,1.0061936 0.9785936,0.49999995 1.5817316,0.49999995 L 9.418273,0.49999995 z "
-       id="path2221"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.2045414,1.5000001 C 9.3816286,1.5000001 9.4999957,1.6028844 9.4999957,1.7987807 L 9.4999957,7.3475646 C 9.4999957,7.543461 9.3816293,7.6463453 9.2045414,7.6463453 L 4.9999978,8.3220879 C 4.8242182,8.3232475 4.6547723,8.3838621 4.5227251,8.4928197 L 3.7045437,9.175747 L 3.7045437,9.0050151 C 3.7025982,8.6286041 3.3781242,8.3239148 2.9772712,8.3220879 L 1.7954537,7.6463453 C 1.6183665,7.6463453 1.4999993,7.5434596 1.4999993,7.3475646 L 1.4999993,1.7987807 C 1.4999993,1.6028846 1.6183665,1.5000001 1.7954537,1.5000001 L 9.2045414,1.5000001 z "
-       id="path5807"
-       sodipodi:nodetypes="cccccccccccccc" />
-    <path
-       style="fill:#fce94f;fill-opacity:1;stroke:#ce5c00;stroke-width:0.99999905;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 15.499991,8.1704554 L 12.602266,5.4999994 L 6.9176132,5.4999994 C 6.0082464,5.4999994 5.499995,6.0912626 5.499995,6.8290761 L 5.499995,15.500001 L 15.499991,15.500001 L 15.499991,8.1704554 z "
-       id="rect5097"
-       sodipodi:nodetypes="ccccccc" />
-    <path
-       style="opacity:0.5625;fill:none;fill-opacity:1;stroke:#eeeeec;stroke-width:0.99999952;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 14.457283,8.560765 L 12.183694,6.5000011 L 6.4999976,6.5128218 L 6.4999976,14.500001 L 14.499996,14.500001 L 14.457283,8.560765 z "
-       id="rect5099"
-       sodipodi:nodetypes="cccccc" />
-    <rect
-       style="opacity:0.4;fill:#ce5c00;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect5988"
-       width="1"
-       height="2.0000002"
-       x="-12"
-       y="7"
-       transform="scale(-1,1)" />
-    <rect
-       style="opacity:0.4;fill:#ce5c00;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect5990"
-       width="0.99999851"
-       height="1.9999995"
-       x="8.0000114"
-       y="12.000002"
-       transform="matrix(-2.004699e-7,1,1,-8.326572e-7,0,0)" />
-    <rect
-       style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect7300"
-       width="4"
-       height="1"
-       x="8"
-       y="12" />
-    <rect
-       style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect7302"
-       width="3.6559839"
-       height="0.91399604"
-       x="8"
-       y="10.086004" />
-    <rect
-       style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect7304"
-       width="2"
-       height="1"
-       x="8"
-       y="8" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/tray/16/scalable/tray-invisible.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,185 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16px"
-   height="16px"
-   id="svg1872"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/code/pidgin-mtn/pidgin/pixmaps/tray/16/scalable"
-   sodipodi:docname="tray-invisible.svg"
-   inkscape:export-filename="/home/hbons/code/pidgin-mtn/pidgin/pixmaps/tray/16/tray-invisible.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1874">
-    <linearGradient
-       id="linearGradient2781"
-       inkscape:collect="always">
-      <stop
-         id="stop2783"
-         offset="0"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         id="stop2785"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2804">
-      <stop
-         id="stop2806"
-         offset="0"
-         style="stop-color:black;stop-opacity:0;" />
-      <stop
-         style="stop-color:black;stop-opacity:1;"
-         offset="0.5"
-         id="stop2812" />
-      <stop
-         id="stop2808"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2781"
-       id="radialGradient1970"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2,0,0,0.8,-13,-79.2)"
-       cx="1"
-       cy="44"
-       fx="1"
-       fy="44"
-       r="5" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2781"
-       id="radialGradient1972"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2,0,0,0.8,36,8.8)"
-       cx="1"
-       cy="44"
-       fx="1"
-       fy="44"
-       r="5" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient1974"
-       gradientUnits="userSpaceOnUse"
-       x1="21.875"
-       y1="48.000977"
-       x2="21.875"
-       y2="40" />
-    <linearGradient
-       id="linearGradient5187"
-       inkscape:collect="always">
-      <stop
-         id="stop5189"
-         offset="0"
-         style="stop-color:#d3d7cf;stop-opacity:1;" />
-      <stop
-         id="stop5191"
-         offset="1"
-         style="stop-color:#d3d7cf;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5187"
-       id="linearGradient2013"
-       gradientUnits="userSpaceOnUse"
-       x1="19.461548"
-       y1="6.4422231"
-       x2="19.461548"
-       y2="28.669207"
-       gradientTransform="matrix(0.322979,0,0,0.322979,4.721886,4.824456)" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.197802"
-     inkscape:cx="23.136634"
-     inkscape:cy="8.450495"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1434"
-     inkscape:window-height="844"
-     inkscape:window-x="0"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata1877">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="g2249"
-       style="opacity:0.3"
-       transform="matrix(-0.274688,0,0,0.504311,12.18504,-12.90685)">
-      <rect
-         transform="scale(-1,-1)"
-         y="-48"
-         x="-11"
-         height="8"
-         width="10"
-         id="rect2251"
-         style="opacity:1;color:black;fill:url(#radialGradient1970);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <rect
-         y="40"
-         x="38"
-         height="8"
-         width="10"
-         id="rect2253"
-         style="opacity:1;color:black;fill:url(#radialGradient1972);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <rect
-         y="40"
-         x="11"
-         height="8"
-         width="27"
-         id="rect2255"
-         style="opacity:1;color:black;fill:url(#linearGradient1974);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-    </g>
-    <path
-       style="fill:#efefef;fill-opacity:1;fill-rule:evenodd;stroke:#787878;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.418273,0.49999995 C 10.02141,0.49999995 10.500003,1.0061936 10.500003,1.6499642 L 10.500003,8.32996 C 10.500003,8.9737304 10.021411,9.4799242 9.418273,9.4799242 L 5.2414529,9.4799242 L 2.471336,11.429863 L 2.471336,9.4799242 L 1.5817316,9.4799242 C 0.9785936,9.4799242 0.49999957,8.9737304 0.50000033,8.32996 L 0.50000033,1.6499642 C 0.50000033,1.0061936 0.9785936,0.49999995 1.5817316,0.49999995 L 9.418273,0.49999995 z "
-       id="path2221"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.2045414,1.5000001 C 9.3816286,1.5000001 9.4999957,1.6028844 9.4999957,1.7987807 L 9.4999957,7.3475646 C 9.4999957,7.543461 9.3816293,7.6463453 9.2045414,7.6463453 L 4.9999978,8.3220879 C 4.8242182,8.3232475 4.6547723,8.3838621 4.5227251,8.4928197 L 3.7045437,9.175747 L 3.7045437,9.0050151 C 3.7025982,8.6286041 3.3781242,8.3239148 2.9772712,8.3220879 L 1.7954537,7.6463453 C 1.6183665,7.6463453 1.4999993,7.5434596 1.4999993,7.3475646 L 1.4999993,1.7987807 C 1.4999993,1.6028846 1.6183665,1.5000001 1.7954537,1.5000001 L 9.2045414,1.5000001 z "
-       id="path5807"
-       sodipodi:nodetypes="cccccccccccccc" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#babdb6;stroke-width:0.99999875;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 15.500001,10.499992 C 15.500001,13.25999 13.260004,15.499989 10.5,15.499989 C 7.7399965,15.499989 5.4999996,13.25999 5.4999996,10.499992 C 5.4999996,7.7399925 7.7399965,5.4999935 10.5,5.4999935 C 13.260004,5.4999935 15.500001,7.7399925 15.500001,10.499992 z "
-       id="path4331" />
-    <path
-       style="opacity:0.6;fill:url(#linearGradient2013);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.14350748;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 15,10.5 C 15,12.984 12.984,15 10.5,15 C 8.0160001,15 6,12.984 6,10.5 C 6,8.0159998 8.0160001,6 10.5,6 C 12.984,6 15,8.0159998 15,10.5 z "
-       id="path4333" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/tray/16/scalable/tray-message.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,93 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16px"
-   height="16px"
-   id="svg1872"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop"
-   sodipodi:docname="tray-message.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1874" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="7.8481082"
-     inkscape:cx="20.589801"
-     inkscape:cy="5.5495262"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata1877">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       style="fill:#efefef;fill-opacity:1;fill-rule:evenodd;stroke:#787878;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.418273,0.49999995 C 10.02141,0.49999995 10.500003,1.0061936 10.500003,1.6499642 L 10.500003,8.32996 C 10.500003,8.9737304 10.021411,9.4799242 9.418273,9.4799242 L 5.2414529,9.4799242 L 2.471336,11.429863 L 2.471336,9.4799242 L 1.5817316,9.4799242 C 0.9785936,9.4799242 0.49999957,8.9737304 0.50000033,8.32996 L 0.50000033,1.6499642 C 0.50000033,1.0061936 0.9785936,0.49999995 1.5817316,0.49999995 L 9.418273,0.49999995 z "
-       id="path2221"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.2045414,1.5000001 C 9.3816286,1.5000001 9.4999957,1.6028844 9.4999957,1.7987807 L 9.4999957,7.3475646 C 9.4999957,7.543461 9.3816293,7.6463453 9.2045414,7.6463453 L 4.9999978,8.3220879 C 4.8242182,8.3232475 4.6547723,8.3838621 4.5227251,8.4928197 L 3.7045437,9.175747 L 3.7045437,9.0050151 C 3.7025982,8.6286041 3.3781242,8.3239148 2.9772712,8.3220879 L 1.7954537,7.6463453 C 1.6183665,7.6463453 1.4999993,7.5434596 1.4999993,7.3475646 L 1.4999993,1.7987807 C 1.4999993,1.6028846 1.6183665,1.5000001 1.7954537,1.5000001 L 9.2045414,1.5000001 z "
-       id="path5807"
-       sodipodi:nodetypes="cccccccccccccc" />
-    <path
-       style="fill:#efefef;fill-opacity:1;stroke:#888a85;stroke-width:1.00000167;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 6.4416648,8.0767122 L 14.508728,8.0767122 C 15.030409,8.0767122 15.450391,8.4774422 15.450391,8.9752122 L 15.450391,14.601489 C 15.450391,15.099258 15.030409,15.49999 14.508728,15.49999 L 6.4416648,15.49999 C 5.9199828,15.49999 5.5000008,15.099258 5.5000008,14.601489 L 5.5000008,8.9752122 C 5.5000008,8.4774422 5.9199828,8.0767122 6.4416648,8.0767122 z "
-       id="path7503" />
-    <path
-       style="opacity:0.4;fill:none;fill-opacity:1;stroke:white;stroke-width:1.00000155;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 7.1139138,8.9015152 L 13.836463,8.9015152 C 14.271197,8.9015152 14.621182,9.2131942 14.621182,9.6003474 L 14.621182,13.976335 C 14.621182,14.363489 14.271197,14.675168 13.836463,14.675168 L 7.1139138,14.675168 C 6.6791788,14.675168 6.3291938,14.363489 6.3291938,13.976335 L 6.3291938,9.6003474 C 6.3291938,9.2131942 6.6791788,8.9015152 7.1139138,8.9015152 z "
-       id="path7507" />
-    <path
-       style="opacity:0.4;fill:none;fill-opacity:1;stroke:white;stroke-width:0.99999934;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 10.475189,12.200748 L 7.1583938,14.675172 L 13.791985,14.675172 L 10.475189,12.200748 z "
-       id="path7509" />
-    <path
-       style="fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:1.00000119;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 14.763998,15.500002 L 6.2015868,15.500002 C 5.8167108,15.500002 5.5068658,15.13371 5.5068658,14.678722 L 10.472899,10.500001 L 15.458721,14.678722 C 15.458721,15.13371 15.148874,15.500002 14.763998,15.500002 z "
-       id="path7499" />
-    <path
-       style="opacity:0.4;fill:none;fill-opacity:1;stroke:white;stroke-width:1.00000119;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 7.1583978,8.9015212 L 10.475193,11.375936 L 13.791988,8.9015212 L 7.1583978,8.9015212 z "
-       id="path7512" />
-    <path
-       style="fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:1.00000131;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 14.763998,7.5000019 L 6.2015868,7.5000019 C 5.8167108,7.5000019 5.5068658,7.8662936 5.5068658,8.3212822 L 10.472899,12.499995 L 15.458721,8.3212822 C 15.458721,7.8662936 15.148874,7.5000019 14.763998,7.5000019 z "
-       id="path7514" />
-    <path
-       style="fill:none;fill-opacity:1;stroke:#888a85;stroke-width:1.00000155;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 6.4463598,7.500006 L 14.553645,7.500006 C 15.077927,7.500006 15.500003,7.9318687 15.500003,8.4683105 L 15.500003,14.531693 C 15.500003,15.068134 15.077927,15.499999 14.553645,15.499999 L 6.4463598,15.499999 C 5.9220768,15.499999 5.5000008,15.068134 5.5000008,14.531693 L 5.5000008,8.4683105 C 5.5000008,7.9318687 5.9220768,7.500006 6.4463598,7.500006 z "
-       id="path7501" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/tray/16/scalable/tray-offline.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,264 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16px"
-   height="16px"
-   id="svg1872"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop"
-   sodipodi:docname="tray-offline.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1874">
-    <linearGradient
-       id="linearGradient2781"
-       inkscape:collect="always">
-      <stop
-         id="stop2783"
-         offset="0"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         id="stop2785"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2804">
-      <stop
-         id="stop2806"
-         offset="0"
-         style="stop-color:black;stop-opacity:0;" />
-      <stop
-         style="stop-color:black;stop-opacity:1;"
-         offset="0.5"
-         id="stop2812" />
-      <stop
-         id="stop2808"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2781"
-       id="radialGradient1970"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2,0,0,0.8,-13,-79.2)"
-       cx="1"
-       cy="44"
-       fx="1"
-       fy="44"
-       r="5" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2781"
-       id="radialGradient1972"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2,0,0,0.8,36,8.8)"
-       cx="1"
-       cy="44"
-       fx="1"
-       fy="44"
-       r="5" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient1974"
-       gradientUnits="userSpaceOnUse"
-       x1="21.875"
-       y1="48.000977"
-       x2="21.875"
-       y2="40" />
-    <linearGradient
-       id="linearGradient2225"
-       inkscape:collect="always">
-      <stop
-         id="stop2227"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop2229"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2781"
-       id="radialGradient3201"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2,0,0,0.8,-13,-79.2)"
-       cx="1"
-       cy="44"
-       fx="1"
-       fy="44"
-       r="5" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2781"
-       id="radialGradient3203"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2,0,0,0.8,36,8.8)"
-       cx="1"
-       cy="44"
-       fx="1"
-       fy="44"
-       r="5" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient3205"
-       gradientUnits="userSpaceOnUse"
-       x1="21.875"
-       y1="48.000977"
-       x2="21.875"
-       y2="40" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2225"
-       id="linearGradient3211"
-       gradientUnits="userSpaceOnUse"
-       x1="11.802028"
-       y1="1.9986149"
-       x2="11.802028"
-       y2="14.895812"
-       gradientTransform="matrix(0.799641,0,0,0.799917,3.703059,-1.099214)" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.197802"
-     inkscape:cx="20.94098"
-     inkscape:cy="10.016866"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata1877">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="g2249"
-       style="opacity:0.3"
-       transform="matrix(-0.274688,0,0,0.504311,12.18504,-12.90685)">
-      <rect
-         transform="scale(-1,-1)"
-         y="-48"
-         x="-11"
-         height="8"
-         width="10"
-         id="rect2251"
-         style="opacity:1;color:black;fill:url(#radialGradient1970);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <rect
-         y="40"
-         x="38"
-         height="8"
-         width="10"
-         id="rect2253"
-         style="opacity:1;color:black;fill:url(#radialGradient1972);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <rect
-         y="40"
-         x="11"
-         height="8"
-         width="27"
-         id="rect2255"
-         style="opacity:1;color:black;fill:url(#linearGradient1974);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-    </g>
-    <path
-       style="fill:#efefef;fill-opacity:1;fill-rule:evenodd;stroke:#787878;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.418273,0.49999995 C 10.02141,0.49999995 10.500003,1.0061936 10.500003,1.6499642 L 10.500003,8.32996 C 10.500003,8.9737304 10.021411,9.4799242 9.418273,9.4799242 L 5.2414529,9.4799242 L 2.471336,11.429863 L 2.471336,9.4799242 L 1.5817316,9.4799242 C 0.9785936,9.4799242 0.49999957,8.9737304 0.50000033,8.32996 L 0.50000033,1.6499642 C 0.50000033,1.0061936 0.9785936,0.49999995 1.5817316,0.49999995 L 9.418273,0.49999995 z "
-       id="path2221"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.2045414,1.5000001 C 9.3816286,1.5000001 9.4999957,1.6028844 9.4999957,1.7987807 L 9.4999957,7.3475646 C 9.4999957,7.543461 9.3816293,7.6463453 9.2045414,7.6463453 L 4.9999978,8.3220879 C 4.8242182,8.3232475 4.6547723,8.3838621 4.5227251,8.4928197 L 3.7045437,9.175747 L 3.7045437,9.0050151 C 3.7025982,8.6286041 3.3781242,8.3239148 2.9772712,8.3220879 L 1.7954537,7.6463453 C 1.6183665,7.6463453 1.4999993,7.5434596 1.4999993,7.3475646 L 1.4999993,1.7987807 C 1.4999993,1.6028846 1.6183665,1.5000001 1.7954537,1.5000001 L 9.2045414,1.5000001 z "
-       id="path5807"
-       sodipodi:nodetypes="cccccccccccccc" />
-    <g
-       id="g3183"
-       style="opacity:0.3"
-       transform="matrix(-0.340425,0,0,0.625,-11.6596,-23.99648)">
-      <rect
-         transform="scale(-1,-1)"
-         y="-48"
-         x="-11"
-         height="8"
-         width="10"
-         id="rect3185"
-         style="opacity:1;color:black;fill:url(#radialGradient3201);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <rect
-         y="40"
-         x="38"
-         height="8"
-         width="10"
-         id="rect3187"
-         style="opacity:1;color:black;fill:url(#radialGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <rect
-         y="40"
-         x="11"
-         height="8"
-         width="27"
-         id="rect3189"
-         style="opacity:1;color:black;fill:url(#linearGradient3205);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-    </g>
-    <path
-       style="fill:#efefef;fill-opacity:1;fill-rule:evenodd;stroke:#787878;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M -14.90628,-7.496478 C -14.122201,-7.496478 -13.50003,-6.8637163 -13.50003,-6.058978 L -13.50003,2.066022 C -13.50003,2.87076 -14.1222,3.503522 -14.90628,3.503522 L -20.68753,3.503522 L -23.46878,5.941022 L -23.46878,3.503522 L -25.09378,3.503522 C -25.877859,3.503522 -26.500031,2.87076 -26.50003,2.066022 L -26.50003,-6.058978 C -26.50003,-6.8637163 -25.877859,-7.496478 -25.09378,-7.496478 L -14.90628,-7.496478 z "
-       id="path3192"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0047876"
-       inkscape:original="M 1.59375 0.5 C 0.990612 0.5 0.49999997 1.0124794 0.5 1.65625 L 0.5 8.34375 C 0.49999924 8.9875204 0.99061204 9.46875 1.59375 9.46875 L 2.46875 9.46875 L 2.46875 11.4375 L 5.25 9.46875 L 9.40625 9.46875 C 10.009388 9.46875 10.5 8.9875205 10.5 8.34375 L 10.5 1.65625 C 10.5 1.0124794 10.009387 0.50000001 9.40625 0.5 L 1.59375 0.5 z "
-       xlink:href="#path2221"
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="path3194"
-       inkscape:href="#path2221"
-       d="M 1.59375,1.5 C 1.5597829,1.5 1.5,1.5229727 1.5,1.65625 L 1.5,8.34375 C 1.4999998,8.4770255 1.5250763,8.46875 1.59375,8.46875 L 2.46875,8.46875 C 3.0199231,8.4714246 3.4660754,8.9175769 3.46875,9.46875 L 3.46875,9.5 L 4.65625,8.65625 C 4.8293233,8.532463 5.0372235,8.4668103 5.25,8.46875 L 9.40625,8.46875 C 9.4749239,8.46875 9.5,8.4770272 9.5,8.34375 L 9.5,1.65625 C 9.5,1.5229737 9.4402151,1.5 9.40625,1.5 L 1.59375,1.5 z "
-       transform="matrix(-1,0,0,1,-5.00003,-9.996478)" />
-    <path
-       style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 12.46711,8.5945802 C 12.697599,8.5945812 12.884662,9.1557552 12.884662,9.8472022 C 12.884662,10.538649 12.697599,11.099824 12.46711,11.099823 C 12.236622,11.099823 12.049558,10.538648 12.049558,9.8472022 C 12.049558,9.1557542 12.236622,8.5945802 12.46711,8.5945802 z "
-       id="path1588" />
-    <path
-       style="fill:#888a85;fill-opacity:1;stroke:#555753;stroke-width:0.99999905;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 14.035707,14.0357 C 12.083594,15.987813 8.915277,15.988142 6.963571,14.036438 C 5.0118649,12.08473 5.0121953,8.9164146 6.9643092,6.9643005 C 8.9164221,5.012187 12.084737,5.0118562 14.036444,6.9635632 C 15.988151,8.9152688 15.98782,12.083586 14.035707,14.0357 z "
-       id="path2187" />
-    <path
-       style="opacity:0.4;fill:url(#linearGradient3211);fill-opacity:1;stroke:white;stroke-width:0.99999774;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 10.500005,6.4999989 C 9.4701653,6.5001062 8.4600166,6.892018 7.6762741,7.6748771 C 6.1077225,9.2416614 6.1080997,11.757883 7.6762741,13.324292 C 9.2454692,14.891716 11.754165,14.892095 13.323736,13.324292 C 14.892287,11.757508 14.891909,9.241284 13.323736,7.6748771 C 12.54017,6.8921943 11.529535,6.4998916 10.500005,6.4999989 z "
-       id="path2215" />
-    <path
-       style="fill:#eeeeec;fill-opacity:1;stroke:#555753;stroke-width:0.99999911;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 12.012717,7.0856385 L 10.493143,8.5136887 L 9.0186203,6.9641831 L 6.905447,9.0600445 L 8.5171518,10.486297 L 6.9955461,11.971298 L 9.1224384,14.094548 L 10.493143,12.45891 L 11.967667,14.035803 L 14.094559,11.912554 L 12.469139,10.486297 L 14.125891,9.2088861 L 12.012717,7.0856385 z "
-       id="rect1322"
-       sodipodi:nodetypes="ccccccccccccc" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/tray/16/scalable/tray-online.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,203 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16px"
-   height="16px"
-   id="svg1872"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   sodipodi:docbase="/home/hbons/Desktop/experiment/tray/16/scalable"
-   sodipodi:docname="tray-online.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs1874">
-    <linearGradient
-       id="linearGradient2781"
-       inkscape:collect="always">
-      <stop
-         id="stop2783"
-         offset="0"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         id="stop2785"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2804">
-      <stop
-         id="stop2806"
-         offset="0"
-         style="stop-color:black;stop-opacity:0;" />
-      <stop
-         style="stop-color:black;stop-opacity:1;"
-         offset="0.5"
-         id="stop2812" />
-      <stop
-         id="stop2808"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2851">
-      <stop
-         id="stop2853"
-         offset="0"
-         style="stop-color:#73d216;stop-opacity:1;" />
-      <stop
-         id="stop2855"
-         offset="1"
-         style="stop-color:#5ca911;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3149"
-       inkscape:collect="always">
-      <stop
-         id="stop3151"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3153"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2781"
-       id="radialGradient1970"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2,0,0,0.8,-13,-79.2)"
-       cx="1"
-       cy="44"
-       fx="1"
-       fy="44"
-       r="5" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2781"
-       id="radialGradient1972"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2,0,0,0.8,36,8.8)"
-       cx="1"
-       cy="44"
-       fx="1"
-       fy="44"
-       r="5" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient1974"
-       gradientUnits="userSpaceOnUse"
-       x1="21.875"
-       y1="48.000977"
-       x2="21.875"
-       y2="40" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient2119"
-       gradientUnits="userSpaceOnUse"
-       x1="15.498499"
-       y1="9.4211226"
-       x2="24.240097"
-       y2="36.603138"
-       gradientTransform="matrix(0.287092,0,0,0.287092,5.363901,5.455069)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2851"
-       id="linearGradient2122"
-       gradientUnits="userSpaceOnUse"
-       x1="6.878005"
-       y1="11.789385"
-       x2="12.233074"
-       y2="27.77807"
-       gradientTransform="matrix(0.358865,0,0,0.358865,4.079883,4.193835)" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.197802"
-     inkscape:cx="15.613366"
-     inkscape:cy="10.112799"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0" />
-  <metadata
-     id="metadata1877">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       id="g2249"
-       style="opacity:0.3"
-       transform="matrix(-0.274688,0,0,0.504311,12.18504,-12.90685)">
-      <rect
-         transform="scale(-1,-1)"
-         y="-48"
-         x="-11"
-         height="8"
-         width="10"
-         id="rect2251"
-         style="opacity:1;color:black;fill:url(#radialGradient1970);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <rect
-         y="40"
-         x="38"
-         height="8"
-         width="10"
-         id="rect2253"
-         style="opacity:1;color:black;fill:url(#radialGradient1972);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-      <rect
-         y="40"
-         x="11"
-         height="8"
-         width="27"
-         id="rect2255"
-         style="opacity:1;color:black;fill:url(#linearGradient1974);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.20000057;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
-    </g>
-    <path
-       style="fill:#efefef;fill-opacity:1;fill-rule:evenodd;stroke:#787878;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.418273,0.49999995 C 10.02141,0.49999995 10.500003,1.0061936 10.500003,1.6499642 L 10.500003,8.32996 C 10.500003,8.9737304 10.021411,9.4799242 9.418273,9.4799242 L 5.2414529,9.4799242 L 2.471336,11.429863 L 2.471336,9.4799242 L 1.5817316,9.4799242 C 0.9785936,9.4799242 0.49999957,8.9737304 0.50000033,8.32996 L 0.50000033,1.6499642 C 0.50000033,1.0061936 0.9785936,0.49999995 1.5817316,0.49999995 L 9.418273,0.49999995 z "
-       id="path2221"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 9.2045414,1.5000001 C 9.3816286,1.5000001 9.4999957,1.6028844 9.4999957,1.7987807 L 9.4999957,7.3475646 C 9.4999957,7.543461 9.3816293,7.6463453 9.2045414,7.6463453 L 4.9999978,8.3220879 C 4.8242182,8.3232475 4.6547723,8.3838621 4.5227251,8.4928197 L 3.7045437,9.175747 L 3.7045437,9.0050151 C 3.7025982,8.6286041 3.3781242,8.3239148 2.9772712,8.3220879 L 1.7954537,7.6463453 C 1.6183665,7.6463453 1.4999993,7.5434596 1.4999993,7.3475646 L 1.4999993,1.7987807 C 1.4999993,1.6028846 1.6183665,1.5000001 1.7954537,1.5000001 L 9.2045414,1.5000001 z "
-       id="path5807"
-       sodipodi:nodetypes="cccccccccccccc" />
-    <path
-       style="fill:url(#linearGradient2122);fill-opacity:1;fill-rule:evenodd;stroke:#306300;stroke-width:0.99999887;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 15.500002,10.5 C 15.500002,13.26 13.260001,15.5 10.500001,15.5 C 7.7400006,15.5 5.4999996,13.26 5.4999996,10.5 C 5.4999996,7.739999 7.7400006,5.4999989 10.500001,5.4999989 C 13.260001,5.4999989 15.500002,7.739999 15.500002,10.5 z "
-       id="path4331" />
-    <path
-       style="opacity:0.6;fill:url(#linearGradient2119);fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:0.99999845;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 14.500006,10.500002 C 14.500006,12.708002 12.708005,14.500003 10.500003,14.500003 C 8.2920011,14.500003 6.4999992,12.708002 6.4999992,10.500002 C 6.4999992,8.2920001 8.2920011,6.4999996 10.500003,6.4999996 C 12.708005,6.4999996 14.500006,8.2920001 14.500006,10.500002 z "
-       id="path4333" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/tray/22/scalable/tray-away.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,310 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="22"
-   height="22"
-   id="svg11816"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docname="tray-away.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs11818">
-    <linearGradient
-       id="linearGradient3276"
-       inkscape:collect="always">
-      <stop
-         id="stop3278"
-         offset="0"
-         style="stop-color:#2863b7;stop-opacity:1" />
-      <stop
-         id="stop3280"
-         offset="1"
-         style="stop-color:#14325c;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient2804"
-       inkscape:collect="always">
-      <stop
-         id="stop2806"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop2808"
-         offset="1"
-         style="stop-color:white;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3284"
-       inkscape:collect="always">
-      <stop
-         id="stop3286"
-         offset="0"
-         style="stop-color:#173867;stop-opacity:1;" />
-      <stop
-         id="stop3288"
-         offset="1"
-         style="stop-color:#173867;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient8710"
-       inkscape:collect="always">
-      <stop
-         id="stop8712"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop8714"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8710"
-       id="linearGradient11026"
-       gradientUnits="userSpaceOnUse"
-       x1="6.924273"
-       y1="2.5071414"
-       x2="16.499542"
-       y2="15.010952" />
-    <linearGradient
-       id="linearGradient8907"
-       inkscape:collect="always">
-      <stop
-         id="stop8909"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:1" />
-      <stop
-         id="stop8911"
-         offset="1"
-         style="stop-color:#2f5379;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient29418">
-      <stop
-         style="stop-color:#f5f5f5;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop29420" />
-      <stop
-         style="stop-color:#e9e9e9;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop29422" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient29418"
-       id="linearGradient12269"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.6236299,0,0,0.6278379,29.602334,-2.502468)"
-       x1="35.003674"
-       y1="10.957423"
-       x2="27.2733"
-       y2="24.143761" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8907"
-       id="linearGradient12271"
-       gradientUnits="userSpaceOnUse"
-       x1="11.531433"
-       y1="2.0188477"
-       x2="7.6475248"
-       y2="16.513792"
-       gradientTransform="translate(-0.9999999,-0.9999997)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3276"
-       id="linearGradient12879"
-       gradientUnits="userSpaceOnUse"
-       x1="15.377563"
-       y1="12.744186"
-       x2="22.868998"
-       y2="29.821121" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2804"
-       id="linearGradient12881"
-       gradientUnits="userSpaceOnUse"
-       x1="4.5264969"
-       y1="2.6807978"
-       x2="9.7444448"
-       y2="9.9594812" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3284"
-       id="linearGradient12883"
-       gradientUnits="userSpaceOnUse"
-       x1="23.221344"
-       y1="24.700239"
-       x2="8.2601509"
-       y2="0.92288947" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="16"
-     inkscape:cx="9.4089556"
-     inkscape:cy="10.537363"
-     inkscape:current-layer="svg11816"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:snap-bbox="true"
-     inkscape:snap-nodes="false"
-     objecttolerance="10"
-     gridtolerance="10"
-     inkscape:window-width="641"
-     inkscape:window-height="669"
-     inkscape:window-x="4"
-     inkscape:window-y="22">
-    <inkscape:grid
-       type="xygrid"
-       id="grid11826"
-       visible="true"
-       enabled="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata11821">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <path
-     id="path11012"
-     d="M 16.120074,1.4999997 C 16.911234,1.4999997 17.5,2.0785204 17.5,3.0031287 L 17.5,12.290965 C 17.5,12.958536 16.974302,13.487782 16.311203,13.487782 L 7.5609012,13.487782 C 7.0308789,14.189395 6.1533459,16.327271 3.6806889,17.274119 C 4.781573,15.971634 4.5012167,13.487782 4.5012167,13.487782 L 3.0268296,13.487782 C 2.3637331,13.487782 1.5000011,12.703698 1.4999997,12.036127 L 1.4999997,2.9394191 C 1.4999997,2.2718468 2.3000235,1.4999997 2.96312,1.4999997 L 16.120074,1.4999997 z"
-     style="fill:url(#linearGradient12269);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient12271);stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-     sodipodi:nodetypes="cccccccccccc" />
-  <path
-     sodipodi:type="inkscape:offset"
-     inkscape:radius="-1.0016589"
-     inkscape:original="M 3.71875 3.5 C 3.0556535 3.5 2.5000001 4.0511776 2.5 4.71875 L 2.5 14.28125 C 2.5000014 14.948821 3.0556534 15.5 3.71875 15.5 L 5.5 15.5 C 5.5 15.5 5.788384 17.978766 4.6875 19.28125 C 7.160157 18.334402 8.0324781 16.201613 8.5625 15.5 L 17.3125 15.5 C 17.975599 15.5 18.5 14.948821 18.5 14.28125 L 18.5 4.71875 C 18.5 4.0511777 17.975599 3.5000001 17.3125 3.5 L 3.71875 3.5 z "
-     style="fill:url(#linearGradient11026);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.47738689;visibility:visible;display:block;overflow:visible"
-     id="path11014"
-     d="M 3.71875,4.5 C 3.610718,4.5 3.5,4.6069976 3.5,4.71875 L 3.5,14.28125 C 3.5000002,14.393002 3.6107192,14.5 3.71875,14.5 L 5.5,14.5 C 6.0066429,14.496818 6.4358999,14.872418 6.5,15.375 C 6.5,15.375 6.5221001,16.048002 6.5,16.71875 C 6.5166237,16.698497 6.5462133,16.676539 6.5625,16.65625 C 7.0808734,16.010479 7.3500532,15.435677 7.75,14.90625 C 7.9403413,14.648762 8.2423046,14.49778 8.5625,14.5 L 17.3125,14.5 C 17.420535,14.5 17.5,14.424262 17.5,14.28125 L 17.5,4.71875 C 17.5,4.5757361 17.420537,4.5 17.3125,4.5 L 3.71875,4.5 z"
-     transform="translate(-0.9999999,-1.9999999)" />
-  <path
-     sodipodi:type="arc"
-     style="fill:#729fcf;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12879);stroke-width:2.20694971;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-     id="path1339"
-     sodipodi:cx="15.590227"
-     sodipodi:cy="16.57217"
-     sodipodi:rx="14.345175"
-     sodipodi:ry="14.345175"
-     d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
-     transform="matrix(0.453114,0,0,0.4531141,6.9358504,6.4909172)" />
-  <path
-     sodipodi:type="arc"
-     style="opacity:0.76704544;fill:none;fill-opacity:1;stroke:url(#linearGradient12881);stroke-width:0.95346284;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="path2802"
-     sodipodi:cx="7.5"
-     sodipodi:cy="7"
-     sodipodi:rx="5.5"
-     sodipodi:ry="5"
-     d="M 13,7 A 5.5,5 0 1 1 2,7 A 5.5,5 0 1 1 13,7 z"
-     transform="matrix(1,0,0,1.1,6.5000003,6.2999972)" />
-  <path
-     sodipodi:type="arc"
-     style="fill:#8ab0d7;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="path2788"
-     sodipodi:cx="-3.8088531"
-     sodipodi:cy="3.303823"
-     sodipodi:rx="3.1932809"
-     sodipodi:ry="3.3471739"
-     d="M -0.61557221,3.303823 A 3.1932809,3.3471739 0 1 1 -7.0021341,3.303823 A 3.1932809,3.3471739 0 1 1 -0.61557221,3.303823 z"
-     transform="matrix(1.5657877,0,0,1.4933941,19.96386,9.0674373)" />
-  <path
-     sodipodi:type="arc"
-     style="opacity:0.40340911;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12883);stroke-width:3.18781281px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-     id="path1341"
-     sodipodi:cx="15.590227"
-     sodipodi:cy="16.57217"
-     sodipodi:rx="14.345175"
-     sodipodi:ry="14.345175"
-     d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
-     transform="matrix(0.3136944,0,0,0.3136944,9.1094301,8.8013972)" />
-  <path
-     sodipodi:type="arc"
-     style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="path2796"
-     sodipodi:cx="6.0403023"
-     sodipodi:cy="7.5551186"
-     sodipodi:rx="1.615877"
-     sodipodi:ry="1.3273276"
-     d="M 7.6561793,7.5551186 A 1.615877,1.3273276 0 1 1 4.4244252,7.5551186 A 1.615877,1.3273276 0 1 1 7.6561793,7.5551186 z"
-     transform="matrix(2.4754359,0,0,3.013574,-0.9523797,-8.7679128)" />
-  <rect
-     style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="rect2832"
-     width="1"
-     height="1"
-     x="12.999996"
-     y="-14.999987"
-     transform="matrix(0,1,-1,0,0,0)" />
-  <rect
-     style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="rect2838"
-     width="2"
-     height="2"
-     x="12.999996"
-     y="-14.999987"
-     rx="1"
-     ry="1"
-     transform="matrix(0,1,-1,0,0,0)" />
-  <rect
-     style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="rect2840"
-     width="1"
-     height="1"
-     x="11.999996"
-     y="-15.999987"
-     transform="matrix(0,1,-1,0,0,0)" />
-  <rect
-     style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="rect2848"
-     width="1"
-     height="1"
-     x="-14.999996"
-     y="-14.999987"
-     transform="matrix(0,-1,-1,0,0,0)" />
-  <rect
-     style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="rect2850"
-     width="1"
-     height="1"
-     x="-15.999996"
-     y="-15.999987"
-     transform="matrix(0,-1,-1,0,0,0)" />
-  <rect
-     style="fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="rect8869"
-     width="1"
-     height="1"
-     x="10.999996"
-     y="-16.999987"
-     transform="matrix(0,1,-1,0,0,0)" />
-  <rect
-     style="fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="rect8871"
-     width="1"
-     height="1"
-     x="15.999996"
-     y="-16.999987"
-     transform="matrix(0,1,-1,0,0,0)" />
-</svg>
--- a/pidgin/pixmaps/tray/22/scalable/tray-busy.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,267 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="22"
-   height="22"
-   id="svg8999"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docname="tray-busy.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin/Pidgin objecten voor 2.5.0/Pidgin Polish/tray/tray-busy.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs9001">
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8710"
-       id="linearGradient9155"
-       gradientUnits="userSpaceOnUse"
-       x1="6.924273"
-       y1="2.5071414"
-       x2="16.499542"
-       y2="15.010952" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8907">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1"
-         offset="0"
-         id="stop8909" />
-      <stop
-         style="stop-color:#2f5379;stop-opacity:1"
-         offset="1"
-         id="stop8911" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8907"
-       id="linearGradient9153"
-       gradientUnits="userSpaceOnUse"
-       x1="11.531433"
-       y1="2.0188477"
-       x2="7.6475248"
-       y2="16.513792"
-       gradientTransform="translate(-1,-1)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient29418"
-       id="linearGradient9151"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.6236299,0,0,0.6278379,29.602334,-2.502468)"
-       x1="35.003674"
-       y1="10.957423"
-       x2="27.2733"
-       y2="24.143761" />
-    <filter
-       height="1.2203122"
-       y="-0.11015608"
-       width="1.2623479"
-       x="-0.13117394"
-       id="filter3416"
-       inkscape:collect="always">
-      <feGaussianBlur
-         id="feGaussianBlur3418"
-         stdDeviation="0.19309804"
-         inkscape:collect="always" />
-    </filter>
-    <linearGradient
-       id="linearGradient2239"
-       inkscape:collect="always">
-      <stop
-         id="stop2241"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop2243"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2239"
-       id="linearGradient8993"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4077791,0,0,0.4061995,7.3985887,7.5061135)"
-       x1="-1.5418521"
-       y1="-6.2826729"
-       x2="63.127094"
-       y2="59.183727" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8968">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop8970" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop8972" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8968"
-       id="linearGradient8991"
-       gradientUnits="userSpaceOnUse"
-       x1="1.000047"
-       y1="-4.5287623"
-       x2="10.253004"
-       y2="11.790199"
-       gradientTransform="matrix(0.8444696,0,0,0.8412122,7.1707406,7.2791373)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8192">
-      <stop
-         style="stop-color:#a40000;stop-opacity:1"
-         offset="0"
-         id="stop8194" />
-      <stop
-         style="stop-color:#810000;stop-opacity:1"
-         offset="1"
-         id="stop8196" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8192"
-       id="linearGradient8997"
-       gradientUnits="userSpaceOnUse"
-       x1="4.3481388"
-       y1="10.84792"
-       x2="26.936407"
-       y2="24.065733" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8710">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop8712" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop8714" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient29418">
-      <stop
-         id="stop29420"
-         offset="0.0000000"
-         style="stop-color:#f5f5f5;stop-opacity:1.0000000;" />
-      <stop
-         id="stop29422"
-         offset="1.0000000"
-         style="stop-color:#e9e9e9;stop-opacity:1.0000000;" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="15.696216"
-     inkscape:cx="8.9775768"
-     inkscape:cy="11.795254"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="650"
-     inkscape:window-height="669"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     inkscape:snap-bbox="true"
-     inkscape:snap-nodes="false"
-     objecttolerance="10"
-     gridtolerance="10">
-    <inkscape:grid
-       type="xygrid"
-       id="grid7874"
-       visible="true"
-       enabled="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata9004">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       id="path9137"
-       d="M 16.120074,1.4999997 C 16.911234,1.4999997 17.5,2.0785204 17.5,3.0031287 L 17.5,12.290965 C 17.5,12.958536 16.974302,13.487782 16.311203,13.487782 L 7.5609012,13.487782 C 7.0308789,14.189395 6.1533459,16.327271 3.6806889,17.274119 C 4.781573,15.971634 4.5012167,13.487782 4.5012167,13.487782 L 3.0268296,13.487782 C 2.3637331,13.487782 1.5000011,12.703698 1.4999997,12.036127 L 1.4999997,2.9394191 C 1.4999997,2.2718468 2.3000235,1.4999997 2.96312,1.4999997 L 16.120074,1.4999997 z"
-       style="fill:url(#linearGradient9151);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient9153);stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.99184585"
-       inkscape:original="M 3.71875 3.5 C 3.0556535 3.5 2.5000001 4.0511776 2.5 4.71875 L 2.5 14.28125 C 2.5000014 14.948821 3.0556534 15.5 3.71875 15.5 L 5.5 15.5 C 5.5 15.5 5.788384 17.978766 4.6875 19.28125 C 7.160157 18.334402 8.0324781 16.201613 8.5625 15.5 L 17.3125 15.5 C 17.975599 15.5 18.5 14.948821 18.5 14.28125 L 18.5 4.71875 C 18.5 4.0511777 17.975599 3.5000001 17.3125 3.5 L 3.71875 3.5 z "
-       style="fill:url(#linearGradient9155);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-       id="path9139"
-       d="M 3.71875,4.5 C 3.6052801,4.5 3.5,4.6015523 3.5,4.71875 L 3.5,14.28125 C 3.5000002,14.398448 3.6052813,14.5 3.71875,14.5 L 5.5,14.5 C 6.0083008,14.492334 6.440125,14.87018 6.5,15.375 C 6.5,15.375 6.5264519,16.055972 6.5,16.75 C 6.5214715,16.72401 6.5728376,16.713552 6.59375,16.6875 C 7.1128586,16.040814 7.3826252,15.433927 7.78125,14.90625 C 7.9639971,14.656332 8.2529544,14.506075 8.5625,14.5 L 17.3125,14.5 C 17.425973,14.5 17.5,14.429401 17.5,14.28125 L 17.5,4.71875 C 17.5,4.570597 17.425975,4.5 17.3125,4.5 L 3.71875,4.5 z"
-       transform="translate(-0.9999999,-1.9999999)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#ef2929;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.36561811px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1311"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
-       transform="matrix(0.4103372,0,0,0.4103372,7.5779752,7.2363566)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:#f13d3d;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8997);stroke-width:2.19154143px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       id="path1339"
-       sodipodi:cx="15.590227"
-       sodipodi:cy="16.57217"
-       sodipodi:rx="14.345175"
-       sodipodi:ry="14.345175"
-       d="M 29.935402,16.57217 A 14.345175,14.345175 0 1 1 1.2450523,16.57217 A 14.345175,14.345175 0 1 1 29.935402,16.57217 z"
-       transform="matrix(0.457354,0,0,0.455248,6.8089242,6.4249406)" />
-    <path
-       style="opacity:0.75;fill:url(#linearGradient8991);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8993);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
-       d="M 19.437485,14.000001 C 19.437485,17.036 16.973484,19.500002 13.937484,19.500002 C 10.901484,19.500002 8.4374847,17.036 8.4374847,14.000001 C 8.4374847,10.964002 10.901484,8.5000019 13.937484,8.5000019 C 16.973484,8.5000019 19.437485,10.964002 19.437485,14.000001 L 19.437485,14.000001 z"
-       id="path2220" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.19499996;fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter3416)"
-       id="path3302"
-       sodipodi:cx="11.484269"
-       sodipodi:cy="4.7465701"
-       sodipodi:rx="1.8659533"
-       sodipodi:ry="1.9428998"
-       d="M 13.350222,4.7465701 A 1.8659533,1.9428998 0 1 1 9.6183158,4.7465701 A 1.8659533,1.9428998 0 1 1 13.350222,4.7465701 z"
-       transform="matrix(1.9262296,-1.1216182,0.826622,1.4439935,-13.37164,18.295062)" />
-    <rect
-       style="fill:#eeeeec;fill-opacity:1;stroke:#a40000;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect3207"
-       width="9"
-       height="2.9999998"
-       x="9.4374847"
-       y="12.500002"
-       rx="0.91377938"
-       ry="0.91377938" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/tray/22/scalable/tray-extended-away.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,325 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="22"
-   height="22"
-   id="svg7943"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docname="tray-extended-away.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin/pidgin-mtn/pidgin/pixmaps/tray/22/tray-extended-away.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs7945">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8743">
-      <stop
-         style="stop-color:#e97100;stop-opacity:1;"
-         offset="0"
-         id="stop8745" />
-      <stop
-         style="stop-color:#b14e00;stop-opacity:1"
-         offset="1"
-         id="stop8747" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8907">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1"
-         offset="0"
-         id="stop8909" />
-      <stop
-         style="stop-color:#2f5379;stop-opacity:1"
-         offset="1"
-         id="stop8911" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient29418">
-      <stop
-         id="stop29420"
-         offset="0.0000000"
-         style="stop-color:#f5f5f5;stop-opacity:1.0000000;" />
-      <stop
-         id="stop29422"
-         offset="1.0000000"
-         style="stop-color:#e9e9e9;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient29418"
-       id="linearGradient8799"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.6236299,0,0,0.6278379,29.600259,-2.5024683)"
-       x1="35.003674"
-       y1="10.957423"
-       x2="27.2733"
-       y2="24.143761" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8710">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop8712" />
-      <stop
-         style="stop-color:#c7d9ed;stop-opacity:1"
-         offset="1"
-         id="stop8714" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8710"
-       id="linearGradient8716"
-       x1="9.9977369"
-       y1="2.5581124"
-       x2="9.9977369"
-       y2="15.90989"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8907"
-       id="linearGradient8914"
-       x1="11.531433"
-       y1="2.0188477"
-       x2="7.6475248"
-       y2="16.513792"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-1.0020752,-0.9999997)" />
-    <linearGradient
-       id="linearGradient8634"
-       inkscape:collect="always">
-      <stop
-         id="stop8636"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop8638"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient8648"
-       inkscape:collect="always">
-      <stop
-         id="stop8650"
-         offset="0"
-         style="stop-color:#f57900;stop-opacity:1" />
-      <stop
-         id="stop8652"
-         offset="1"
-         style="stop-color:#833a00;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient8658"
-       inkscape:collect="always">
-      <stop
-         id="stop8660"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop8662"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient8677"
-       inkscape:collect="always">
-      <stop
-         id="stop8679"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop8681"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8648"
-       id="linearGradient7953"
-       gradientUnits="userSpaceOnUse"
-       x1="6.2939439"
-       y1="4.7692041"
-       x2="8.5330935"
-       y2="16.166666" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8634"
-       id="linearGradient7957"
-       gradientUnits="userSpaceOnUse"
-       x1="-0.61538464"
-       y1="-3.8347311"
-       x2="27.720596"
-       y2="26.762022" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8677"
-       id="linearGradient7959"
-       gradientUnits="userSpaceOnUse"
-       x1="7.9938149"
-       y1="10.772483"
-       x2="3.9442363"
-       y2="4.4609427" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8658"
-       id="linearGradient7969"
-       gradientUnits="userSpaceOnUse"
-       x1="-0.61538464"
-       y1="1.0377178"
-       x2="9.8706741"
-       y2="8" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8743"
-       id="linearGradient8749"
-       x1="11.372168"
-       y1="10.843963"
-       x2="15.640712"
-       y2="10.843963"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.4056313,0,0,1,-4.98715,0.6657146)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8743"
-       id="linearGradient8753"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.4056313,0,0,0.9810136,-4.9871499,2.861925)"
-       x1="11.372168"
-       y1="10.843963"
-       x2="15.640712"
-       y2="10.843963" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8743"
-       id="linearGradient8759"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.4056313,0,0,1,-4.9871502,4.6657144)"
-       x1="11.372168"
-       y1="10.843963"
-       x2="15.640712"
-       y2="10.843963" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="15.696216"
-     inkscape:cx="21.493979"
-     inkscape:cy="9.5517755"
-     inkscape:current-layer="svg7943"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1232"
-     inkscape:window-height="718"
-     inkscape:window-x="68"
-     inkscape:window-y="65"
-     inkscape:snap-bbox="true"
-     inkscape:snap-nodes="false"
-     objecttolerance="10"
-     gridtolerance="10">
-    <inkscape:grid
-       type="xygrid"
-       id="grid7872"
-       visible="true"
-       enabled="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7948">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <path
-     id="path29441"
-     d="M 16.117999,1.4999997 C 16.909159,1.4999997 17.497925,2.0785204 17.497925,3.0031287 L 17.497925,12.290965 C 17.497925,12.958536 16.972227,13.487782 16.309128,13.487782 L 7.5588259,13.487782 C 7.0288036,14.189395 6.1512706,16.327271 3.6786136,17.274119 C 4.7794977,15.971634 4.4991414,13.487782 4.4991414,13.487782 L 3.0247543,13.487782 C 2.3616578,13.487782 1.4979258,12.703698 1.4979244,12.036127 L 1.4979244,2.9394191 C 1.4979244,2.2718468 2.2979482,1.4999997 2.9610447,1.4999997 L 16.117999,1.4999997 z"
-     style="fill:url(#linearGradient8799);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8914);stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-     sodipodi:nodetypes="cccccccccccc" />
-  <path
-     sodipodi:type="inkscape:offset"
-     inkscape:radius="-0.99184585"
-     inkscape:original="M 3.71875 3.5 C 3.0556535 3.5 2.5000001 4.0511776 2.5 4.71875 L 2.5 14.28125 C 2.5000014 14.948821 3.0556534 15.5 3.71875 15.5 L 5.5 15.5 C 5.5 15.5 5.788384 17.978766 4.6875 19.28125 C 7.160157 18.334402 8.0324781 16.201613 8.5625 15.5 L 17.3125 15.5 C 17.975599 15.5 18.5 14.948821 18.5 14.28125 L 18.5 4.71875 C 18.5 4.0511777 17.975599 3.5000001 17.3125 3.5 L 3.71875 3.5 z "
-     style="fill:url(#linearGradient8716);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-     id="path8805"
-     d="M 3.71875,4.5 C 3.6052801,4.5 3.5,4.6015523 3.5,4.71875 L 3.5,14.28125 C 3.5000002,14.398448 3.6052813,14.5 3.71875,14.5 L 5.5,14.5 C 6.0083008,14.492334 6.440125,14.87018 6.5,15.375 C 6.5,15.375 6.5264519,16.055972 6.5,16.75 C 6.5214715,16.72401 6.5728376,16.713552 6.59375,16.6875 C 7.1128586,16.040814 7.3826252,15.433927 7.78125,14.90625 C 7.9639971,14.656332 8.2529544,14.506075 8.5625,14.5 L 17.3125,14.5 C 17.425973,14.5 17.5,14.429401 17.5,14.28125 L 17.5,4.71875 C 17.5,4.570597 17.425975,4.5 17.3125,4.5 L 3.71875,4.5 z"
-     transform="translate(-1.0020752,-1.9999999)" />
-  <path
-     sodipodi:type="arc"
-     style="fill:#edd400;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7953);stroke-width:1.23057282;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path7860"
-     sodipodi:cx="8"
-     sodipodi:cy="8"
-     sodipodi:rx="8"
-     sodipodi:ry="8"
-     d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
-     transform="matrix(0.8126297,0,0,0.8126297,7.4979248,7.5000003)" />
-  <path
-     sodipodi:type="arc"
-     style="fill:url(#linearGradient7969);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient7957);stroke-width:1.4545455;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path8632"
-     sodipodi:cx="8"
-     sodipodi:cy="8"
-     sodipodi:rx="8"
-     sodipodi:ry="8"
-     d="M 16,8 A 8,8 0 1 1 0,8 A 8,8 0 1 1 16,8 z"
-     transform="matrix(0.6875,0,0,0.6875,8.4979248,8.5000003)" />
-  <path
-     sodipodi:type="arc"
-     style="fill:url(#linearGradient7959);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="path8675"
-     sodipodi:cx="5.90625"
-     sodipodi:cy="6.859375"
-     sodipodi:rx="2.8125"
-     sodipodi:ry="3.328125"
-     d="M 8.71875,6.859375 A 2.8125,3.328125 0 1 1 3.09375,6.859375 A 2.8125,3.328125 0 1 1 8.71875,6.859375 z"
-     transform="matrix(1.1537276,-0.7245321,0.5022099,0.9100757,2.3892904,10.687133)" />
-  <rect
-     style="opacity:1;fill:url(#linearGradient8749);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect7971"
-     width="6"
-     height="1.019354"
-     x="10.997925"
-     y="11"
-     rx="0.50967699"
-     ry="0.50967699" />
-  <rect
-     style="opacity:1;fill:url(#linearGradient8753);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect8751"
-     width="6"
-     height="1.0000001"
-     x="10.997925"
-     y="13"
-     rx="0.50967699"
-     ry="0.50000006" />
-  <rect
-     style="opacity:1;fill:url(#linearGradient8759);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-     id="rect8755"
-     width="6"
-     height="1.019354"
-     x="10.997925"
-     y="14.999999"
-     rx="0.50967699"
-     ry="0.50967699" />
-</svg>
--- a/pidgin/pixmaps/tray/22/scalable/tray-invisible.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,200 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="22"
-   height="22"
-   id="svg11816"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docname="tray-invisible.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs11818">
-    <linearGradient
-       id="linearGradient9042"
-       inkscape:collect="always">
-      <stop
-         id="stop9044"
-         offset="0"
-         style="stop-color:#8cb1d9;stop-opacity:1;" />
-      <stop
-         id="stop9046"
-         offset="1"
-         style="stop-color:#437fc2;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9042"
-       id="linearGradient12378"
-       gradientUnits="userSpaceOnUse"
-       x1="15.562512"
-       y1="16.125008"
-       x2="17.500002"
-       y2="20.375008"
-       gradientTransform="translate(-0.9999996,-1)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3149"
-       id="linearGradient12375"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.3947516,0,0,0.3947515,6.9378704,7.06322)"
-       x1="15.498499"
-       y1="9.4211226"
-       x2="24.240097"
-       y2="36.603138" />
-    <linearGradient
-       id="linearGradient3149"
-       inkscape:collect="always">
-      <stop
-         id="stop3151"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3153"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient8710"
-       inkscape:collect="always">
-      <stop
-         id="stop8712"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop8714"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8710"
-       id="linearGradient11026"
-       gradientUnits="userSpaceOnUse"
-       x1="6.924273"
-       y1="2.5071414"
-       x2="16.499542"
-       y2="15.010952" />
-    <linearGradient
-       id="linearGradient8907"
-       inkscape:collect="always">
-      <stop
-         id="stop8909"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:1" />
-      <stop
-         id="stop8911"
-         offset="1"
-         style="stop-color:#2f5379;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient29418">
-      <stop
-         style="stop-color:#f5f5f5;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop29420" />
-      <stop
-         style="stop-color:#e9e9e9;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop29422" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient29418"
-       id="linearGradient12269"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.6236299,0,0,0.6278379,29.602334,-2.502458)"
-       x1="35.003674"
-       y1="10.957423"
-       x2="27.2733"
-       y2="24.143761" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8907"
-       id="linearGradient12271"
-       gradientUnits="userSpaceOnUse"
-       x1="11.531433"
-       y1="2.0188477"
-       x2="7.6475248"
-       y2="16.513792"
-       gradientTransform="translate(-0.9999999,-0.9999897)" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="16"
-     inkscape:cx="12.4165"
-     inkscape:cy="9.1393488"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:snap-bbox="true"
-     inkscape:snap-nodes="false"
-     objecttolerance="10"
-     gridtolerance="10"
-     inkscape:window-width="641"
-     inkscape:window-height="669"
-     inkscape:window-x="434"
-     inkscape:window-y="61">
-    <inkscape:grid
-       type="xygrid"
-       id="grid11826"
-       visible="true"
-       enabled="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata11821">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       id="path11012"
-       d="M 16.120074,1.5000097 C 16.911234,1.5000097 17.5,2.0785304 17.5,3.0031387 L 17.5,12.290975 C 17.5,12.958546 16.974302,13.487792 16.311203,13.487792 L 7.5609012,13.487792 C 7.0308789,14.189405 6.1533459,16.327281 3.6806889,17.274129 C 4.781573,15.971644 4.5012167,13.487792 4.5012167,13.487792 L 3.0268296,13.487792 C 2.3637331,13.487792 1.5000011,12.703708 1.4999997,12.036137 L 1.4999997,2.9394291 C 1.4999997,2.2718568 2.3000235,1.5000097 2.96312,1.5000097 L 16.120074,1.5000097 z"
-       style="fill:url(#linearGradient12269);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient12271);stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0016589"
-       inkscape:original="M 3.71875 3.5 C 3.0556535 3.5 2.5000001 4.0511776 2.5 4.71875 L 2.5 14.28125 C 2.5000014 14.948821 3.0556534 15.5 3.71875 15.5 L 5.5 15.5 C 5.5 15.5 5.788384 17.978766 4.6875 19.28125 C 7.160157 18.334402 8.0324781 16.201613 8.5625 15.5 L 17.3125 15.5 C 17.975599 15.5 18.5 14.948821 18.5 14.28125 L 18.5 4.71875 C 18.5 4.0511777 17.975599 3.5000001 17.3125 3.5 L 3.71875 3.5 z "
-       style="fill:url(#linearGradient11026);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.47738689;visibility:visible;display:block;overflow:visible"
-       id="path11014"
-       d="M 3.71875,4.5 C 3.610718,4.5 3.5,4.6069976 3.5,4.71875 L 3.5,14.28125 C 3.5000002,14.393002 3.6107192,14.5 3.71875,14.5 L 5.5,14.5 C 6.0066429,14.496818 6.4358999,14.872418 6.5,15.375 C 6.5,15.375 6.5221001,16.048002 6.5,16.71875 C 6.5166237,16.698497 6.5462133,16.676539 6.5625,16.65625 C 7.0808734,16.010479 7.3500532,15.435677 7.75,14.90625 C 7.9403413,14.648762 8.2423046,14.49778 8.5625,14.5 L 17.3125,14.5 C 17.420535,14.5 17.5,14.424262 17.5,14.28125 L 17.5,4.71875 C 17.5,4.5757361 17.420537,4.5 17.3125,4.5 L 3.71875,4.5 z"
-       transform="translate(-0.9999999,-1.9999899)" />
-    <g
-       id="g11016"
-       inkscape:label="Layer 1"
-       transform="translate(41.12926,4.0376448)" />
-    <path
-       style="opacity:0.8;fill:#c0d4ea;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12378);stroke-width:0.99999934;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 20.5,14.00001 C 20.5,17.588 17.588,20.5 14.00001,20.5 C 10.41201,20.5 7.5000104,17.588 7.5000104,14.00001 C 7.5000104,10.41201 10.41201,7.50001 14.00001,7.50001 C 17.588,7.50001 20.5,10.41201 20.5,14.00001 z"
-       id="path8239" />
-    <path
-       style="opacity:0.47999998;fill:url(#linearGradient12375);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999875;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 19.5,14 C 19.5,17.036 17.036,19.5 14,19.5 C 10.964,19.5 8.5000004,17.036 8.5000004,14 C 8.5000004,10.964 10.964,8.5 14,8.5 C 17.036,8.5 19.5,10.964 19.5,14 z"
-       id="path8241" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/tray/22/scalable/tray-message-new.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,428 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="22"
-   height="22"
-   id="svg7943"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docname="tray-message-new.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin/Pidgin objecten voor 2.5.0/Pidgin Polish/tray/tray-available.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs7945">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient9676">
-      <stop
-         style="stop-color:#da8200;stop-opacity:1"
-         offset="0"
-         id="stop9678" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1"
-         offset="1"
-         id="stop9680" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient9670">
-      <stop
-         style="stop-color:#d27c00;stop-opacity:1"
-         offset="0"
-         id="stop9672" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1"
-         offset="1"
-         id="stop9674" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8907">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1"
-         offset="0"
-         id="stop8909" />
-      <stop
-         style="stop-color:#2f5379;stop-opacity:1"
-         offset="1"
-         id="stop8911" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient29418">
-      <stop
-         id="stop29420"
-         offset="0.0000000"
-         style="stop-color:#f5f5f5;stop-opacity:1.0000000;" />
-      <stop
-         id="stop29422"
-         offset="1.0000000"
-         style="stop-color:#e9e9e9;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient29418"
-       id="linearGradient8799"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.6236299,0,0,0.6278379,29.602334,-2.5024684)"
-       x1="35.003674"
-       y1="10.957423"
-       x2="27.2733"
-       y2="24.143761" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8710">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop8712" />
-      <stop
-         style="stop-color:#c7d9ed;stop-opacity:1"
-         offset="1"
-         id="stop8714" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8710"
-       id="linearGradient8716"
-       x1="9.9977369"
-       y1="2.5581124"
-       x2="9.9977369"
-       y2="15.90989"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8907"
-       id="linearGradient8914"
-       x1="11.531433"
-       y1="2.0188477"
-       x2="7.6475248"
-       y2="16.513792"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-0.9999998,-0.9999998)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3104">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop3106" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop3108" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3357"
-       inkscape:collect="always">
-      <stop
-         id="stop3359"
-         offset="0"
-         style="stop-color:#dd6c00;stop-opacity:1" />
-      <stop
-         id="stop3361"
-         offset="1"
-         style="stop-color:#7c3c00;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3378"
-       inkscape:collect="always">
-      <stop
-         id="stop3380"
-         offset="0"
-         style="stop-color:#a64a00;stop-opacity:1;" />
-      <stop
-         id="stop3382"
-         offset="1"
-         style="stop-color:#a64a00;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9676"
-       id="linearGradient9655"
-       gradientUnits="userSpaceOnUse"
-       x1="4.4739528"
-       y1="5.465261"
-       x2="5.8391519"
-       y2="6.8304601"
-       gradientTransform="matrix(0.9657282,0.258819,-0.258766,0.9659258,7.8704745,4.7983866)" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3104"
-       id="radialGradient9660"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-1.30241,1.304442,-1.325199,-1.323009,41.46631,16.11711)"
-       cx="5.7434092"
-       cy="16.737026"
-       fx="5.7434092"
-       fy="16.737026"
-       r="9.975256" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3357"
-       id="linearGradient9662"
-       gradientUnits="userSpaceOnUse"
-       x1="12.549859"
-       y1="12.357164"
-       x2="13.745301"
-       y2="19.751348" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3378"
-       id="radialGradient9664"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.6444693,0,0,1.4596828,-7.5849142,-16.236248)"
-       cx="11.76924"
-       cy="25.560368"
-       fx="11.76924"
-       fy="25.560368"
-       r="9.8412294" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient9670"
-       id="linearGradient9666"
-       gradientUnits="userSpaceOnUse"
-       x1="10.221361"
-       y1="8.1903381"
-       x2="9.8845415"
-       y2="9.2942877" />
-    <linearGradient
-       gradientTransform="translate(-0.9999999,-0.9999897)"
-       y2="16.513792"
-       x2="7.6475248"
-       y1="2.0188477"
-       x1="11.531433"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12271"
-       xlink:href="#linearGradient8907"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="24.143761"
-       x2="27.2733"
-       y1="10.957423"
-       x1="35.003674"
-       gradientTransform="matrix(-0.6236299,0,0,0.6278379,29.602334,-2.502458)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12269"
-       xlink:href="#linearGradient29418"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="15.010952"
-       x2="16.499542"
-       y1="2.5071414"
-       x1="6.924273"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient11026"
-       xlink:href="#linearGradient8710"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3149">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop3151" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop3153" />
-    </linearGradient>
-    <linearGradient
-       y2="36.603138"
-       x2="24.240097"
-       y1="9.4211226"
-       x1="15.498499"
-       gradientTransform="matrix(0.3947516,0,0,0.3947515,6.9378704,7.06322)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12375"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       gradientTransform="translate(-0.9999996,-1)"
-       y2="20.375008"
-       x2="17.500002"
-       y1="16.125008"
-       x1="15.562512"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient12378"
-       xlink:href="#linearGradient9042"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient9042">
-      <stop
-         style="stop-color:#8cb1d9;stop-opacity:1;"
-         offset="0"
-         id="stop9044" />
-      <stop
-         style="stop-color:#437fc2;stop-opacity:1"
-         offset="1"
-         id="stop9046" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="16"
-     inkscape:cx="22.9121"
-     inkscape:cy="12.498423"
-     inkscape:current-layer="svg7943"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     inkscape:snap-bbox="true"
-     inkscape:snap-nodes="false"
-     objecttolerance="10"
-     gridtolerance="10">
-    <inkscape:grid
-       type="xygrid"
-       id="grid7872"
-       visible="true"
-       enabled="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7948">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <path
-     id="path29441"
-     d="M 16.120074,1.4999996 C 16.911234,1.4999996 17.5,2.0785203 17.5,3.0031286 L 17.5,12.290965 C 17.5,12.958536 16.974302,13.487782 16.311203,13.487782 L 7.5609013,13.487782 C 7.030879,14.189395 6.153346,16.327271 3.680689,17.274119 C 4.7815731,15.971634 4.5012168,13.487782 4.5012168,13.487782 L 3.0268297,13.487782 C 2.3637332,13.487782 1.5000012,12.703698 1.4999998,12.036127 L 1.4999998,2.939419 C 1.4999998,2.2718467 2.3000236,1.4999996 2.9631201,1.4999996 L 16.120074,1.4999996 z"
-     style="fill:url(#linearGradient8799);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8914);stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-     sodipodi:nodetypes="cccccccccccc" />
-  <path
-     sodipodi:type="inkscape:offset"
-     inkscape:radius="-0.99184585"
-     inkscape:original="M 3.71875 3.5 C 3.0556535 3.5 2.5000001 4.0511776 2.5 4.71875 L 2.5 14.28125 C 2.5000014 14.948821 3.0556534 15.5 3.71875 15.5 L 5.5 15.5 C 5.5 15.5 5.788384 17.978766 4.6875 19.28125 C 7.160157 18.334402 8.0324781 16.201613 8.5625 15.5 L 17.3125 15.5 C 17.975599 15.5 18.5 14.948821 18.5 14.28125 L 18.5 4.71875 C 18.5 4.0511777 17.975599 3.5000001 17.3125 3.5 L 3.71875 3.5 z "
-     style="fill:url(#linearGradient8716);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-     id="path8805"
-     d="M 3.71875,4.5 C 3.6052801,4.5 3.5,4.6015523 3.5,4.71875 L 3.5,14.28125 C 3.5000002,14.398448 3.6052813,14.5 3.71875,14.5 L 5.5,14.5 C 6.0083008,14.492334 6.440125,14.87018 6.5,15.375 C 6.5,15.375 6.5264519,16.055972 6.5,16.75 C 6.5214715,16.72401 6.5728376,16.713552 6.59375,16.6875 C 7.1128586,16.040814 7.3826252,15.433927 7.78125,14.90625 C 7.9639971,14.656332 8.2529544,14.506075 8.5625,14.5 L 17.3125,14.5 C 17.425973,14.5 17.5,14.429401 17.5,14.28125 L 17.5,4.71875 C 17.5,4.570597 17.425975,4.5 17.3125,4.5 L 3.71875,4.5 z"
-     transform="translate(-0.9999998,-2)" />
-  <path
-     sodipodi:type="arc"
-     style="fill:#edd400;fill-opacity:1;stroke:url(#linearGradient9662);stroke-width:1.53875625;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="path3317"
-     sodipodi:cx="11.806158"
-     sodipodi:cy="10.983024"
-     sodipodi:rx="9.975256"
-     sodipodi:ry="9.975256"
-     d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
-     transform="matrix(0.651488,0,0,0.651488,6.3084299,6.8446921)" />
-  <path
-     sodipodi:type="arc"
-     style="opacity:0.64044949;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.81368279;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="path3321"
-     sodipodi:cx="11.806158"
-     sodipodi:cy="10.983024"
-     sodipodi:rx="9.975256"
-     sodipodi:ry="9.975256"
-     d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
-     transform="matrix(0.5513644,0,0,0.5513644,7.4905059,7.9443529)" />
-  <path
-     sodipodi:type="arc"
-     style="opacity:0.79545456;fill:url(#radialGradient9660);fill-opacity:1;stroke:none;stroke-width:1.05274069;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="path3319"
-     sodipodi:cx="11.806158"
-     sodipodi:cy="10.983024"
-     sodipodi:rx="9.975256"
-     sodipodi:ry="9.975256"
-     d="M 21.781414,10.983024 A 9.975256,9.975256 0 1 1 1.8309021,10.983024 A 9.975256,9.975256 0 1 1 21.781414,10.983024 z"
-     transform="matrix(0.6014884,0,0,0.6014884,6.8987337,7.3938394)" />
-  <path
-     style="fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient9655);stroke-width:0.99999982;stroke-miterlimit:4;stroke-opacity:1"
-     d="M 13.431456,13.018048 C 13.145778,14.08443 12.048631,14.717998 10.982467,14.432262 C 9.9163047,14.146525 9.2828659,13.049154 9.568544,11.982772 C 9.854222,10.91639 10.951368,10.282822 12.017531,10.568558 C 13.083695,10.854295 13.717134,11.951666 13.431456,13.018048 z"
-     id="path3154" />
-  <path
-     sodipodi:type="arc"
-     style="fill:#eeeeec;fill-opacity:1;stroke:url(#linearGradient9666);stroke-width:0.70564491;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="path3152"
-     sodipodi:cx="9.7069349"
-     sodipodi:cy="9.6526775"
-     sodipodi:rx="1.0259361"
-     sodipodi:ry="1.9413869"
-     d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z"
-     transform="matrix(1.949439,0,0,1.0301914,-3.4230773,2.5558948)" />
-  <path
-     sodipodi:type="arc"
-     style="opacity:0.75;fill:none;fill-opacity:1;stroke:#ce5c00;stroke-width:0.85073608;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="path2259"
-     sodipodi:cx="8.3258924"
-     sodipodi:cy="9.2232141"
-     sodipodi:rx="1.2276785"
-     sodipodi:ry="1.7410715"
-     d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
-     transform="matrix(1.4017773,0.3494647,-0.2648498,0.9196421,5.6361975,-1.2342213)"
-     sodipodi:start="3.5782199"
-     sodipodi:end="5.6135639"
-     sodipodi:open="true" />
-  <path
-     sodipodi:type="arc"
-     style="opacity:0.75;fill:none;fill-opacity:1;stroke:#ce5c00;stroke-width:0.786129;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="path2261"
-     sodipodi:cx="8.3258924"
-     sodipodi:cy="9.2232141"
-     sodipodi:rx="1.2276785"
-     sodipodi:ry="1.7410715"
-     d="M 7.2133909,8.4869402 A 1.2276785,1.7410715 0 0 1 9.288462,8.1425499"
-     transform="matrix(-1.6416529,0.3494645,0.3101714,0.9196416,21.709478,-1.2342154)"
-     sodipodi:start="3.5782199"
-     sodipodi:end="5.6135639"
-     sodipodi:open="true" />
-  <path
-     sodipodi:type="arc"
-     style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="path3346"
-     sodipodi:cx="9.7069349"
-     sodipodi:cy="9.6526775"
-     sodipodi:rx="1.0259361"
-     sodipodi:ry="1.9413869"
-     d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z"
-     transform="matrix(-0.9747196,0,0,0.5150957,24.46154,8.0279474)" />
-  <path
-     sodipodi:type="arc"
-     style="fill:none;fill-opacity:1;stroke:url(#radialGradient9664);stroke-width:2.55228639;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="path3367"
-     sodipodi:cx="11.806158"
-     sodipodi:cy="10.983024"
-     sodipodi:rx="9.975256"
-     sodipodi:ry="9.975256"
-     d="M 20.502108,15.870372 A 9.975256,9.975256 0 0 1 3.0363724,15.736611"
-     transform="matrix(0.4007848,0,0,0.3830275,9.2830681,9.4724452)"
-     sodipodi:start="0.51202919"
-     sodipodi:end="2.6448802"
-     sodipodi:open="true" />
-  <path
-     sodipodi:type="arc"
-     style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:0.98640186;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-     id="path2172"
-     sodipodi:cx="9.7069349"
-     sodipodi:cy="9.6526775"
-     sodipodi:rx="1.0259361"
-     sodipodi:ry="1.9413869"
-     d="M 10.732871,9.6526775 A 1.0259361,1.9413869 0 1 1 8.6809988,9.6526775 A 1.0259361,1.9413869 0 1 1 10.732871,9.6526775 z"
-     transform="matrix(0.9747196,0,0,0.5150957,2.5384607,8.0279472)" />
-</svg>
--- a/pidgin/pixmaps/tray/22/scalable/tray-offline.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,236 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="22"
-   height="22"
-   id="svg7943"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docname="tray-offline.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/hbons/Bureaublad/Projecten/Pidgin/Pidgin objecten voor 2.5.0/Pidgin Polish/tray/tray-invisible.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs7945">
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8907">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1"
-         offset="0"
-         id="stop8909" />
-      <stop
-         style="stop-color:#2f5379;stop-opacity:1"
-         offset="1"
-         id="stop8911" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient29418">
-      <stop
-         id="stop29420"
-         offset="0.0000000"
-         style="stop-color:#f5f5f5;stop-opacity:1.0000000;" />
-      <stop
-         id="stop29422"
-         offset="1.0000000"
-         style="stop-color:#e9e9e9;stop-opacity:1.0000000;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient29418"
-       id="linearGradient8799"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.6236299,0,0,0.6278379,29.602334,-2.5024683)"
-       x1="35.003674"
-       y1="10.957423"
-       x2="27.2733"
-       y2="24.143761" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient8710">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop8712" />
-      <stop
-         style="stop-color:#c7d9ed;stop-opacity:1"
-         offset="1"
-         id="stop8714" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8710"
-       id="linearGradient8716"
-       x1="9.9977369"
-       y1="2.5581124"
-       x2="9.9977369"
-       y2="15.90989"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8907"
-       id="linearGradient8914"
-       x1="11.531433"
-       y1="2.0188477"
-       x2="7.6475248"
-       y2="16.513792"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-0.9999999,-0.9999997)" />
-    <linearGradient
-       id="linearGradient3275"
-       inkscape:collect="always">
-      <stop
-         id="stop3277"
-         offset="0"
-         style="stop-color:#2e3436;stop-opacity:1;" />
-      <stop
-         id="stop3279"
-         offset="1"
-         style="stop-color:#61635f;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3295"
-       inkscape:collect="always">
-      <stop
-         id="stop3297"
-         offset="0"
-         style="stop-color:#babdb6;stop-opacity:1" />
-      <stop
-         id="stop3299"
-         offset="1"
-         style="stop-color:#888a85;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient3303"
-       inkscape:collect="always">
-      <stop
-         id="stop3305"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop3307"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3295"
-       id="linearGradient8231"
-       gradientUnits="userSpaceOnUse"
-       x1="4.8374491"
-       y1="3.565635"
-       x2="12.060304"
-       y2="13.821809"
-       gradientTransform="matrix(0.8705935,0,0,0.8662612,7.0664839,7.0686288)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3275"
-       id="linearGradient8233"
-       gradientUnits="userSpaceOnUse"
-       x1="14.345539"
-       y1="14.69435"
-       x2="6.8097677"
-       y2="4.3450422"
-       gradientTransform="matrix(0.8705935,0,0,0.8662612,7.0664839,7.0686288)" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3303"
-       id="linearGradient8236"
-       gradientUnits="userSpaceOnUse"
-       x1="6.8490844"
-       y1="8.6799088"
-       x2="-3.3852992"
-       y2="-4.1349444" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.627417"
-     inkscape:cx="17.419143"
-     inkscape:cy="12.631073"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:window-width="1440"
-     inkscape:window-height="847"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     inkscape:snap-bbox="true"
-     inkscape:snap-nodes="false"
-     objecttolerance="10"
-     gridtolerance="10"
-     inkscape:showpageshadow="false">
-    <inkscape:grid
-       type="xygrid"
-       id="grid7872"
-       visible="true"
-       enabled="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7948">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <path
-       id="path29441"
-       d="M 16.120074,1.4999997 C 16.911234,1.4999997 17.5,2.0785204 17.5,3.0031287 L 17.5,12.290965 C 17.5,12.958536 16.974302,13.487782 16.311203,13.487782 L 7.5609012,13.487782 C 7.0308789,14.189395 6.1533459,16.327271 3.6806889,17.274119 C 4.781573,15.971634 4.5012167,13.487782 4.5012167,13.487782 L 3.0268296,13.487782 C 2.3637331,13.487782 1.5000011,12.703698 1.4999997,12.036127 L 1.4999997,2.9394191 C 1.4999997,2.2718468 2.3000235,1.4999997 2.96312,1.4999997 L 16.120074,1.4999997 z"
-       style="fill:url(#linearGradient8799);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient8914);stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-       sodipodi:nodetypes="cccccccccccc" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-0.99184585"
-       inkscape:original="M 3.71875 3.5 C 3.0556535 3.5 2.5000001 4.0511776 2.5 4.71875 L 2.5 14.28125 C 2.5000014 14.948821 3.0556534 15.5 3.71875 15.5 L 5.5 15.5 C 5.5 15.5 5.788384 17.978766 4.6875 19.28125 C 7.160157 18.334402 8.0324781 16.201613 8.5625 15.5 L 17.3125 15.5 C 17.975599 15.5 18.5 14.948821 18.5 14.28125 L 18.5 4.71875 C 18.5 4.0511777 17.975599 3.5000001 17.3125 3.5 L 3.71875 3.5 z "
-       style="fill:url(#linearGradient8716);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-       id="path8805"
-       d="M 3.71875,4.5 C 3.6052801,4.5 3.5,4.6015523 3.5,4.71875 L 3.5,14.28125 C 3.5000002,14.398448 3.6052813,14.5 3.71875,14.5 L 5.5,14.5 C 6.0083008,14.492334 6.440125,14.87018 6.5,15.375 C 6.5,15.375 6.5264519,16.055972 6.5,16.75 C 6.5214715,16.72401 6.5728376,16.713552 6.59375,16.6875 C 7.1128586,16.040814 7.3826252,15.433927 7.78125,14.90625 C 7.9639971,14.656332 8.2529544,14.506075 8.5625,14.5 L 17.3125,14.5 C 17.425973,14.5 17.5,14.429401 17.5,14.28125 L 17.5,4.71875 C 17.5,4.570597 17.425975,4.5 17.3125,4.5 L 3.71875,4.5 z"
-       transform="translate(-0.9999999,-1.9999999)" />
-    <g
-       id="g2057"
-       inkscape:label="Layer 1"
-       transform="translate(41.12926,4.0376348)" />
-    <path
-       style="fill:url(#linearGradient8231);fill-opacity:1;stroke:url(#linearGradient8233);stroke-width:0.99999833;stroke-miterlimit:4;stroke-opacity:1"
-       d="M 18.651536,18.596035 C 16.100596,21.134283 11.96037,21.134712 9.4099611,18.596995 C 6.8595523,16.059275 6.8599842,11.939651 9.4109251,9.4014043 C 11.961866,6.8631565 16.102091,6.8627266 18.6525,9.4004453 C 21.202909,11.938163 21.202478,16.057788 18.651536,18.596035 z"
-       id="path2187" />
-    <path
-       sodipodi:type="inkscape:offset"
-       inkscape:radius="-1.0137641"
-       inkscape:original="M 14.03125 7.5 C 12.358525 7.5001736 10.681721 8.1371261 9.40625 9.40625 C 6.8553091 11.944497 6.8558416 16.056031 9.40625 18.59375 C 11.956659 21.131467 16.105309 21.131998 18.65625 18.59375 C 21.207192 16.055503 21.206659 11.943968 18.65625 9.40625 C 17.381045 8.1373906 15.703975 7.4998264 14.03125 7.5 z "
-       xlink:href="#path2187"
-       style="opacity:0.4;fill:none;fill-opacity:1;stroke:url(#linearGradient8236);stroke-width:1.00200045;stroke-miterlimit:4;stroke-opacity:1"
-       id="path2215"
-       inkscape:href="#path2187"
-       d="M 14.03125,8.5 C 12.615807,8.5001469 11.205781,9.0495975 10.125,10.125 C 7.9621217,12.277115 7.9626348,15.723393 10.125,17.875 C 12.285811,20.025058 15.776176,20.02557 17.9375,17.875 C 20.100379,15.722885 20.099866,12.276605 17.9375,10.125 C 16.85696,9.0498372 15.446305,8.4998531 14.03125,8.5 z"
-       transform="matrix(-0.9948961,0,0,-1.0011165,27.959636,28.009493)" />
-    <path
-       style="fill:#eeeeec;fill-opacity:1;stroke:#555753;stroke-width:1.00000036;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 17.389146,10.620482 C 16.839918,10.072738 16.23793,9.8636723 15.688702,10.411416 L 14.036388,12.059262 L 12.384074,10.411416 C 11.834845,9.8636723 11.197152,10.142764 10.647923,10.690508 C 10.098694,11.238251 9.8520681,11.841088 10.401297,12.388831 L 12.053611,14.036678 L 10.401297,15.684524 C 9.8520681,16.232268 10.096483,16.934576 10.645712,17.482321 C 11.194941,18.030063 11.834845,18.209683 12.384074,17.66194 L 14.036388,16.014093 L 15.688702,17.66194 C 16.23793,18.209683 16.910224,18.0331 17.459452,17.485357 C 18.008681,16.937612 18.220707,16.232268 17.671478,15.684524 L 16.019165,14.036678 L 17.671478,12.388832 C 18.220707,11.841088 17.938375,11.168226 17.389146,10.620482 z"
-       id="rect2920"
-       sodipodi:nodetypes="ccccscccscccscccc" />
-  </g>
-</svg>
--- a/pidgin/pixmaps/tray/22/scalable/tray-online.svg	Wed Aug 27 01:37:54 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,247 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="22"
-   height="22"
-   id="svg11816"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docname="tray-online.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs11818">
-    <filter
-       inkscape:collect="always"
-       id="filter3374"
-       x="-0.13117394"
-       width="1.2623479"
-       y="-0.11015608"
-       height="1.2203122">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.19309804"
-         id="feGaussianBlur3376" />
-    </filter>
-    <linearGradient
-       id="linearGradient3149"
-       inkscape:collect="always">
-      <stop
-         id="stop3151"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3153"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       gradientTransform="matrix(0.3947515,0,0,0.3947515,7.9378683,8.0632187)"
-       y2="31.325201"
-       x2="30.341434"
-       y1="10.823074"
-       x1="11.127699"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8232"
-       xlink:href="#linearGradient3149"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3286">
-      <stop
-         style="stop-color:#459000;stop-opacity:1"
-         offset="0"
-         id="stop2476" />
-      <stop
-         style="stop-color:#204300;stop-opacity:1"
-         offset="1"
-         id="stop3290" />
-    </linearGradient>
-    <linearGradient
-       gradientTransform="matrix(0.466769,0,0,0.466769,6.6483659,6.7965842)"
-       y2="28.579245"
-       x2="26.533659"
-       y1="15.213944"
-       x1="15.893391"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8237"
-       xlink:href="#linearGradient3286"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2851">
-      <stop
-         id="stop2853"
-         offset="0"
-         style="stop-color:#73d216;stop-opacity:1;" />
-      <stop
-         id="stop2855"
-         offset="1"
-         style="stop-color:#5ca911;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       gradientTransform="matrix(0.466769,0,0,0.466769,6.6483659,6.7965842)"
-       y2="27.77807"
-       x2="12.233074"
-       y1="11.789385"
-       x1="6.878005"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient8235"
-       xlink:href="#linearGradient2851"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient8710"
-       inkscape:collect="always">
-      <stop
-         id="stop8712"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop8714"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8710"
-       id="linearGradient11026"
-       gradientUnits="userSpaceOnUse"
-       x1="6.924273"
-       y1="2.5071414"
-       x2="16.499542"
-       y2="15.010952" />
-    <linearGradient
-       id="linearGradient8907"
-       inkscape:collect="always">
-      <stop
-         id="stop8909"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:1" />
-      <stop
-         id="stop8911"
-         offset="1"
-         style="stop-color:#2f5379;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8907"
-       id="linearGradient11024"
-       gradientUnits="userSpaceOnUse"
-       x1="11.531433"
-       y1="2.0188477"
-       x2="7.6475248"
-       y2="16.513792" />
-    <linearGradient
-       id="linearGradient29418">
-      <stop
-         style="stop-color:#f5f5f5;stop-opacity:1.0000000;"
-         offset="0.0000000"
-         id="stop29420" />
-      <stop
-         style="stop-color:#e9e9e9;stop-opacity:1.0000000;"
-         offset="1.0000000"
-         id="stop29422" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient29418"
-       id="linearGradient11022"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(-0.6236299,0,0,0.6278379,30.602334,-1.5024683)"
-       x1="35.003674"
-       y1="10.957423"
-       x2="27.2733"
-       y2="24.143761" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="16"
-     inkscape:cx="8.1664998"
-     inkscape:cy="10.889349"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:grid-bbox="true"
-     inkscape:document-units="px"
-     inkscape:snap-bbox="true"
-     inkscape:snap-nodes="false"
-     objecttolerance="10"
-     gridtolerance="10"
-     inkscape:window-width="871"
-     inkscape:window-height="669"
-     inkscape:window-x="4"
-     inkscape:window-y="22">
-    <inkscape:grid
-       type="xygrid"
-       id="grid11826"
-       visible="true"
-       enabled="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata11821">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     id="layer1"
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer">
-    <g
-       inkscape:label="Layer 1"
-       id="g11010"
-       transform="translate(-0.9999999,-1.0023017)">
-      <path
-         sodipodi:nodetypes="cccccccccccc"
-         style="fill:url(#linearGradient11022);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient11024);stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
-         d="M 17.120074,2.4999994 C 17.911234,2.4999994 18.5,3.0785201 18.5,4.0031284 L 18.5,13.290965 C 18.5,13.958536 17.974302,14.487782 17.311203,14.487782 L 8.5609011,14.487782 C 8.0308788,15.189395 7.1533458,17.327271 4.6806888,18.274119 C 5.7815729,16.971634 5.5012166,14.487782 5.5012166,14.487782 L 4.0268295,14.487782 C 3.363733,14.487782 2.500001,13.703698 2.4999996,13.036127 L 2.4999996,3.9394188 C 2.4999996,3.2718465 3.3000234,2.4999994 3.9631199,2.4999994 L 17.120074,2.4999994 z"
-         id="path11012" />
-      <path
-         transform="translate(0,-1.0000002)"
-         d="M 3.71875,4.5 C 3.610718,4.5 3.5,4.6069976 3.5,4.71875 L 3.5,14.28125 C 3.5000002,14.393002 3.6107192,14.5 3.71875,14.5 L 5.5,14.5 C 6.0066429,14.496818 6.4358999,14.872418 6.5,15.375 C 6.5,15.375 6.5221001,16.048002 6.5,16.71875 C 6.5166237,16.698497 6.5462133,16.676539 6.5625,16.65625 C 7.0808734,16.010479 7.3500532,15.435677 7.75,14.90625 C 7.9403413,14.648762 8.2423046,14.49778 8.5625,14.5 L 17.3125,14.5 C 17.420535,14.5 17.5,14.424262 17.5,14.28125 L 17.5,4.71875 C 17.5,4.5757361 17.420537,4.5 17.3125,4.5 L 3.71875,4.5 z"
-         id="path11014"
-         style="fill:url(#linearGradient11026);fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.9999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.47738689;visibility:visible;display:block;overflow:visible"
-         inkscape:original="M 3.71875 3.5 C 3.0556535 3.5 2.5000001 4.0511776 2.5 4.71875 L 2.5 14.28125 C 2.5000014 14.948821 3.0556534 15.5 3.71875 15.5 L 5.5 15.5 C 5.5 15.5 5.788384 17.978766 4.6875 19.28125 C 7.160157 18.334402 8.0324781 16.201613 8.5625 15.5 L 17.3125 15.5 C 17.975599 15.5 18.5 14.948821 18.5 14.28125 L 18.5 4.71875 C 18.5 4.0511777 17.975599 3.5000001 17.3125 3.5 L 3.71875 3.5 z "
-         inkscape:radius="-1.0016589"
-         sodipodi:type="inkscape:offset" />
-      <g
-         transform="translate(42.12926,5.0376345)"
-         inkscape:label="Layer 1"
-         id="g11016" />
-      <path
-         id="path4331"
-         d="M 21.502303,14.998895 C 21.502303,18.588776 18.588776,21.502302 14.998895,21.502302 C 11.409014,21.502302 8.4954878,18.588776 8.4954878,14.998895 C 8.4954878,11.409014 11.409014,8.4954878 14.998895,8.4954878 C 18.588776,8.4954878 21.502303,11.409014 21.502303,14.998895 z"
-         style="fill:url(#linearGradient8235);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8237);stroke-width:0.99999946;stroke-miterlimit:4;stroke-opacity:1" />
-      <path
-         id="path4333"
-         d="M 20.5,15 C 20.5,18.036001 18.036,20.5 15,20.5 C 11.963999,20.5 9.4999989,18.036001 9.4999989,15 C 9.4999989,11.964 11.963999,9.4999996 15,9.4999996 C 18.036,9.4999996 20.5,11.964 20.5,15 z"
-         style="opacity:0.6;fill:url(#linearGradient8232);fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999869;stroke-miterlimit:4;stroke-opacity:1" />
-      <path
-         transform="matrix(1.9089437,-1.1115528,0.8192039,1.4310351,-12.113013,19.23752)"
-         d="M 13.350222,4.7465701 A 1.8659533,1.9428998 0 1 1 9.6183158,4.7465701 A 1.8659533,1.9428998 0 1 1 13.350222,4.7465701 z"
-         sodipodi:ry="1.9428998"
-         sodipodi:rx="1.8659533"
-         sodipodi:cy="4.7465701"
-         sodipodi:cx="11.484269"
-         id="path11020"
-         style="opacity:0.19499996;fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter3374)"
-         sodipodi:type="arc" />
-    </g>
-  </g>
-</svg>
--- a/po/de.po	Wed Aug 27 01:37:54 2008 +0000
+++ b/po/de.po	Wed Aug 27 01:43:09 2008 +0000
@@ -11,15 +11,14 @@
 msgstr ""
 "Project-Id-Version: de\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-12 17:23+0200\n"
-"PO-Revision-Date: 2008-08-12 17:21+0200\n"
-"Last-Translator: Jochen Kemnade <jochenkemnade@web.de>\n"
+"POT-Creation-Date: 2008-08-26 22:39+0200\n"
+"PO-Revision-Date: 2008-08-26 22:32+0200\n"
+"Last-Translator: Björn Voigt <bjoern@cs.tu-berlin.de>\n"
 "Language-Team: Deutsch <de@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.4\n"
 
 #. Translators may want to transliterate the name.
 #. It is not to be translated.
@@ -332,6 +331,7 @@
 msgid "Nickname"
 msgstr "Spitzname"
 
+#. Never know what those translations might end up like...
 #. Idle stuff
 msgid "Idle"
 msgstr "Untätig"
@@ -2399,6 +2399,9 @@
 msgid "User Inactivity Timeout (in minutes)"
 msgstr "Benutzer-Inaktivitäts-Zeitüberschreitung"
 
+msgid "Apply hiding rules to buddies"
+msgstr "Regeln zum Verstecken auf Buddies anwenden"
+
 #. *< type
 #. *< ui_requirement
 #. *< flags
@@ -10196,7 +10199,7 @@
 "all.\n"
 "\n"
 "You can come back to this window to add, edit, or remove accounts from "
-"<b>Accounts->Add/Edit</b> in the Buddy List window"
+"<b>Accounts->Manage Accounts</b> in the Buddy List window"
 msgstr ""
 "<span size='larger' weight='bold'>Willkommen bei %s!</span>\n"
 "\n"
@@ -10205,7 +10208,7 @@
 "Konto. Wenn Sie mehrere IM-Konten mit %s benutzen wollen, drücken Sie erneut "
 "auf <b>Hinzufügen</b> um sie einzurichten.\n"
 "\n"
-"Sie können später über <b>Konten->Hinzufügen/Bearbeiten</b> im Buddy-"
+"Sie können später über <b>Konten->Konten verwalten</b> im Buddy-"
 "Listenfenster zu diesem Dialog zurückkehren und Konten hinzufügen, "
 "bearbeiten oder löschen"
 
@@ -12791,6 +12794,9 @@
 msgid "_Open Mail"
 msgstr "Mail ö_ffnen"
 
+msgid "_Edit"
+msgstr "_Bearbeiten"
+
 msgid "Pidgin Tooltip"
 msgstr "Pidgin-Tooltip"
 
--- a/po/fr.po	Wed Aug 27 01:37:54 2008 +0000
+++ b/po/fr.po	Wed Aug 27 01:43:09 2008 +0000
@@ -21,8 +21,8 @@
 msgstr ""
 "Project-Id-Version: Pidgin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-07 14:57+0200\n"
-"PO-Revision-Date: 2008-08-07 14:56+0200\n"
+"POT-Creation-Date: 2008-08-26 14:22+0200\n"
+"PO-Revision-Date: 2008-08-26 14:30+0200\n"
 "Last-Translator: Éric Boumaour <zongo_fr@users.sourceforge.net>\n"
 "Language-Team: fr <fr@li.org>\n"
 "MIME-Version: 1.0\n"
@@ -340,6 +340,7 @@
 msgid "Nickname"
 msgstr "Pseudonyme"
 
+#. Never know what those translations might end up like...
 #. Idle stuff
 msgid "Idle"
 msgstr "Inactif"
@@ -2413,6 +2414,9 @@
 msgid "User Inactivity Timeout (in minutes)"
 msgstr "Temps d'inactivité de déclenchement (en minutes)"
 
+msgid "Apply hiding rules to buddies"
+msgstr "Appliquer les règles de masquage aux contacts"
+
 #. *< type
 #. *< ui_requirement
 #. *< flags
@@ -7383,13 +7387,6 @@
 "Note : si vous en êtes le créateur, \n"
 "cette opération peut supprimer ce Qun."
 
-#, c-format
-msgid "Code [0x%02X]: %s"
-msgstr "Code [0x%02X] : %s"
-
-msgid "Group Operation Error"
-msgstr "Erreur sur une opération du groupe."
-
 #. we want to see window
 msgid "Do you want to approve the request?"
 msgstr "Voulez-vous accepter cette demande ?"
@@ -7568,7 +7565,7 @@
 msgstr "Impossible de trouver l'adresse de l'hôte."
 
 msgid "hostname is NULL or port is 0"
-msgstr ""
+msgstr "Le nom d'hôte est NULL ou le port est 0"
 
 #, c-format
 msgid "Connecting server %s, retries %d"
@@ -7589,6 +7586,28 @@
 msgstr "Impossible de se connecter."
 
 #, c-format
+msgid ""
+"Reply %s(0x%02X )\n"
+"Sent %s(0x%02X )\n"
+"Room id %d, reply [0x%02X]: \n"
+"%s"
+msgstr ""
+"Réponse %s(0x%02X )\n"
+"Envoi %s(0x%02X )\n"
+"Salon id %d, réponse [0x%02X]: \n"
+"%s"
+
+msgid "Failed room reply"
+msgstr "Échec à la réponse du salon"
+
+#, c-format
+msgid "You are not a member of group \"%s\"\n"
+msgstr "Vous n'êtes pas membre du groupe « %s ».\n"
+
+msgid "Can not decrypt login reply"
+msgstr "Impossible de déchiffrer la réponse de connexion"
+
+#, c-format
 msgid "Invalid token reply code, 0x%02X"
 msgstr "Code du token de réponse non valide : 0x%02X"
 
@@ -9992,6 +10011,12 @@
 msgid "+++ %s became unidle"
 msgstr "+++ %s devient actif."
 
+#.
+#. * This string determines how some dates are displayed.  The default
+#. * string "%x %X" shows the date then the time.  Translators can
+#. * change this to "%X %x" if they want the time to be shown first,
+#. * followed by the date.
+#.
 #, c-format
 msgid "%x %X"
 msgstr "%x %X"
@@ -10240,18 +10265,18 @@
 "all.\n"
 "\n"
 "You can come back to this window to add, edit, or remove accounts from "
-"<b>Accounts->Add/Edit</b> in the Buddy List window"
+"<b>Accounts->Manage Accounts</b> in the Buddy List window"
 msgstr ""
 "<span weight='bold' size='larger'>Bienvenue dans %s !</span>\n"
 "\n"
 "Vous n'avez aucun compte configuré. Pour vous connecter avec %s, cliquez le "
 "bouton <b>Ajouter</b> ci-dessous et configurez votre premier compte. Si vous "
 "désirez vous connecter à plusieurs comptes avec %s, cliquez sur <b>Ajouter</"
-"b> autant de fois que nécessaires.\n"
+"b> autant de fois que nécessaire.\n"
 "\n"
 "Pour retrouver cette fenêtre afin d'ajouter, modifier ou supprimer des "
-"comptes, choisissez <b>Comptes->Modifier</b> dans le menu de la liste de "
-"contacts"
+"comptes, choisissez <b>Comptes->Gérer les comptes</b> dans le menu de la "
+"liste de contacts."
 
 #, c-format
 msgid "You have %d contact named %s. Would you like to merge them?"
@@ -12837,6 +12862,9 @@
 msgid "_Open Mail"
 msgstr "_Ouvrir le courrier"
 
+msgid "_Edit"
+msgstr "_Editer"
+
 msgid "Pidgin Tooltip"
 msgstr "Infobulle Pidgin"
 
@@ -13833,6 +13861,12 @@
 msgid "This plugin is useful for debbuging XMPP servers or clients."
 msgstr "Ce plugin est utile pour débugger les clients ou serveurs XMPP."
 
+#~ msgid "Code [0x%02X]: %s"
+#~ msgstr "Code [0x%02X] : %s"
+
+#~ msgid "Group Operation Error"
+#~ msgstr "Erreur sur une opération du groupe."
+
 #~ msgid "Error setting socket options"
 #~ msgstr "Erreur à la mise en place des paramètres de la connexion."
 
@@ -13870,9 +13904,6 @@
 #~ msgid "UDP Address"
 #~ msgstr "Adresse UDP"
 
-#~ msgid "Login failed, no reply"
-#~ msgstr "Échec à la connexion, aucune réponse."
-
 #~ msgid "Screen name:"
 #~ msgstr "Nom d'utilisateur :"
 
--- a/po/lt.po	Wed Aug 27 01:37:54 2008 +0000
+++ b/po/lt.po	Wed Aug 27 01:43:09 2008 +0000
@@ -10,8 +10,8 @@
 msgstr ""
 "Project-Id-Version: Gaim 2.0.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-06 12:28-0400\n"
-"PO-Revision-Date: 2008-08-07 20:38+0200\n"
+"POT-Creation-Date: 2008-08-26 01:00+0200\n"
+"PO-Revision-Date: 2008-08-26 01:02+0200\n"
 "Last-Translator: Laurynas Biveinis <laurynas.biveinis@gmail.com>\n"
 "Language-Team:\n"
 "MIME-Version: 1.0\n"
@@ -22,17 +22,13 @@
 
 #. Translators may want to transliterate the name.
 #. It is not to be translated.
-#: ../finch/finch.c:64 ../finch/finch.c:302 ../finch/finch.c:331
-#: ../finch/finch.c:419
 msgid "Finch"
 msgstr "Finch"
 
-#: ../finch/finch.c:208
 #, c-format
 msgid "%s. Try `%s -h' for more information.\n"
 msgstr "%s. Daugiau informacijos suteikia `%s -h'.\n"
 
-#: ../finch/finch.c:210
 #, c-format
 msgid ""
 "%s\n"
@@ -53,7 +49,6 @@
 "  -n, --nologin           automatiškai neprisijungti\n"
 "  -v, --version           parodyti šios programos versiją ir baigti\n"
 
-#: ../finch/finch.c:329 ../pidgin/gtkmain.c:736
 #, c-format
 msgid ""
 "%s encountered errors migrating your settings from %s to %s. Please "
@@ -64,258 +59,104 @@
 "surasti klaidų priežastis ir pabaigti perkėlimą pačiam.  Praneškite apie šią "
 "klaidą adresu http://developer.pidgin.im"
 
-#: ../finch/gntaccount.c:126 ../finch/gntaccount.c:505 ../finch/gntblist.c:595
-#: ../finch/gntblist.c:759 ../finch/gntblist.c:772 ../finch/gntplugin.c:196
-#: ../finch/gntplugin.c:244 ../finch/gntrequest.c:380 ../finch/gntstatus.c:301
-#: ../finch/gntstatus.c:310 ../finch/plugins/gntclipboard.c:115
-#: ../finch/plugins/gntclipboard.c:121 ../finch/plugins/gntclipboard.c:128
-#: ../libpurple/protocols/jabber/buddy.c:2053
-#: ../libpurple/protocols/jabber/chat.c:702
-#: ../libpurple/protocols/jabber/chat.c:713
-#: ../libpurple/protocols/jabber/jabber.c:1627
-#: ../libpurple/protocols/qq/group_join.c:310
-#: ../libpurple/protocols/qq/im.c:561 ../libpurple/protocols/silc/ops.c:76
-#: ../libpurple/protocols/silc/ops.c:1473
-#: ../libpurple/protocols/silc10/ops.c:1451
 msgid "Error"
 msgstr "Klaida"
 
-#: ../finch/gntaccount.c:126
 msgid "Account was not added"
 msgstr "Paskyra nebuvo sukurta"
 
-#: ../finch/gntaccount.c:127
 msgid "Username of an account must be non-empty."
 msgstr "Paskyros vardas negali būti tuščias"
 
-#: ../finch/gntaccount.c:458
 msgid "New mail notifications"
 msgstr "Pranešimai apie naujus laiškus"
 
-#: ../finch/gntaccount.c:468
 msgid "Remember password"
 msgstr "Prisiminti slaptažodį"
 
-#: ../finch/gntaccount.c:506
 msgid "There's no protocol plugins installed."
 msgstr "Nėra suinstaliuotas nė vienas protokolo papildinys."
 
-#: ../finch/gntaccount.c:507
 msgid "(You probably forgot to 'make install'.)"
 msgstr "(Turbūt pamiršote paleisti „make install“.)"
 
-#: ../finch/gntaccount.c:517 ../finch/gntconn.c:138
-#: ../pidgin/gtkaccount.c:1501 ../pidgin/gtkblist.c:4761
 msgid "Modify Account"
 msgstr "Redaguoti paskyrą"
 
-#: ../finch/gntaccount.c:517
 msgid "New Account"
 msgstr "Nauja paskyra"
 
-#: ../finch/gntaccount.c:542 ../pidgin/gtkft.c:698
 msgid "Protocol:"
 msgstr "Protokolas:"
 
-#: ../finch/gntaccount.c:550
-#: ../pidgin/plugins/gevolution/new_person_dialog.c:294
 msgid "Username:"
 msgstr "Naudotojo vardas:"
 
-#: ../finch/gntaccount.c:563
 msgid "Password:"
 msgstr "Slaptažodis:"
 
-#: ../finch/gntaccount.c:573
 msgid "Alias:"
 msgstr "Alternatyvusis vardas:"
 
 #. Register checkbox
-#: ../finch/gntaccount.c:584
 msgid "Create this account on the server"
 msgstr "Sukurti šią paskyrą serveryje"
 
 #. Cancel button
 #. Cancel
-#: ../finch/gntaccount.c:600 ../finch/gntaccount.c:664
-#: ../finch/gntaccount.c:915 ../finch/gntblist.c:641 ../finch/gntblist.c:747
-#: ../finch/gntblist.c:782 ../finch/gntblist.c:1134 ../finch/gntblist.c:1360
-#: ../finch/gntblist.c:1494 ../finch/gntblist.c:2661 ../finch/gntblist.c:2712
-#: ../finch/gntblist.c:2786 ../finch/gntblist.c:2848 ../finch/gntcertmgr.c:90
-#: ../finch/gntconv.c:596 ../finch/gntplugin.c:532 ../finch/gntpounce.c:471
-#: ../finch/gntpounce.c:679 ../finch/gntprefs.c:265 ../finch/gntsound.c:1064
-#: ../finch/gntstatus.c:145 ../finch/gntstatus.c:485 ../finch/gntstatus.c:610
-#: ../finch/plugins/gnthistory.c:178 ../libpurple/account.c:1118
-#: ../libpurple/account.c:1437 ../libpurple/account.c:1472
-#: ../libpurple/conversation.c:1235 ../libpurple/plugins/buddynote.c:51
-#: ../libpurple/protocols/gg/gg.c:509 ../libpurple/protocols/gg/gg.c:671
-#: ../libpurple/protocols/gg/gg.c:808 ../libpurple/protocols/gg/gg.c:890
-#: ../libpurple/protocols/jabber/buddy.c:759
-#: ../libpurple/protocols/jabber/buddy.c:2447
-#: ../libpurple/protocols/jabber/buddy.c:2483
-#: ../libpurple/protocols/jabber/chat.c:811
-#: ../libpurple/protocols/jabber/jabber.c:1093
-#: ../libpurple/protocols/jabber/jabber.c:1102
-#: ../libpurple/protocols/jabber/jabber.c:1820
-#: ../libpurple/protocols/jabber/si.c:1109
-#: ../libpurple/protocols/jabber/usermood.c:199
-#: ../libpurple/protocols/jabber/usernick.c:78
-#: ../libpurple/protocols/jabber/xdata.c:401
-#: ../libpurple/protocols/msn/msn.c:321 ../libpurple/protocols/msn/msn.c:338
-#: ../libpurple/protocols/msn/msn.c:355 ../libpurple/protocols/msn/msn.c:372
-#: ../libpurple/protocols/msn/msn.c:393 ../libpurple/protocols/msnp9/msn.c:303
-#: ../libpurple/protocols/msnp9/msn.c:320
-#: ../libpurple/protocols/msnp9/msn.c:337
-#: ../libpurple/protocols/msnp9/msn.c:354
-#: ../libpurple/protocols/msnp9/msn.c:375
-#: ../libpurple/protocols/myspace/user.c:582
-#: ../libpurple/protocols/myspace/user.c:676
-#: ../libpurple/protocols/oscar/oscar.c:6299
-#: ../libpurple/protocols/oscar/peer.c:1048
-#: ../libpurple/protocols/qq/buddy_info.c:684
-#: ../libpurple/protocols/qq/buddy_opt.c:213
-#: ../libpurple/protocols/qq/buddy_opt.c:414
-#: ../libpurple/protocols/qq/group.c:124
-#: ../libpurple/protocols/qq/group_join.c:132
-#: ../libpurple/protocols/qq/group_join.c:347
-#: ../libpurple/protocols/qq/group_opt.c:122
-#: ../libpurple/protocols/qq/group_opt.c:387
-#: ../libpurple/protocols/qq/sys_msg.c:116
-#: ../libpurple/protocols/qq/sys_msg.c:178
-#: ../libpurple/protocols/qq/sys_msg.c:272
-#: ../libpurple/protocols/sametime/sametime.c:3440
-#: ../libpurple/protocols/sametime/sametime.c:3526
-#: ../libpurple/protocols/sametime/sametime.c:3700
-#: ../libpurple/protocols/sametime/sametime.c:5453
-#: ../libpurple/protocols/sametime/sametime.c:5543
-#: ../libpurple/protocols/sametime/sametime.c:5668
-#: ../libpurple/protocols/silc/buddy.c:455
-#: ../libpurple/protocols/silc/buddy.c:1079
-#: ../libpurple/protocols/silc/buddy.c:1194
-#: ../libpurple/protocols/silc/chat.c:619
-#: ../libpurple/protocols/silc/chat.c:753
-#: ../libpurple/protocols/silc/ops.c:1833
-#: ../libpurple/protocols/silc/silc.c:1058
-#: ../libpurple/protocols/silc/silc.c:1266
-#: ../libpurple/protocols/silc10/buddy.c:468
-#: ../libpurple/protocols/silc10/buddy.c:1087
-#: ../libpurple/protocols/silc10/buddy.c:1192
-#: ../libpurple/protocols/silc10/chat.c:600
-#: ../libpurple/protocols/silc10/chat.c:730
-#: ../libpurple/protocols/silc10/ops.c:1910
-#: ../libpurple/protocols/silc10/silc.c:761
-#: ../libpurple/protocols/silc10/silc.c:967
-#: ../libpurple/protocols/yahoo/yahoo.c:994
-#: ../libpurple/protocols/yahoo/yahoo.c:3571
-#: ../libpurple/protocols/yahoo/yahoo.c:3582 ../pidgin/gtkaccount.c:1865
-#: ../pidgin/gtkaccount.c:2417 ../pidgin/gtkblist.c:686
-#: ../pidgin/gtkblist.c:6989 ../pidgin/gtkcertmgr.c:197
-#: ../pidgin/gtkdialogs.c:772 ../pidgin/gtkdialogs.c:911
-#: ../pidgin/gtkdialogs.c:1003 ../pidgin/gtkdialogs.c:1023
-#: ../pidgin/gtkdialogs.c:1047 ../pidgin/gtkdialogs.c:1069
-#: ../pidgin/gtkdialogs.c:1117 ../pidgin/gtkdialogs.c:1158
-#: ../pidgin/gtkdialogs.c:1214 ../pidgin/gtkdialogs.c:1253
-#: ../pidgin/gtkdialogs.c:1280 ../pidgin/gtkimhtmltoolbar.c:439
-#: ../pidgin/gtklog.c:327 ../pidgin/gtkplugin.c:302 ../pidgin/gtkpounce.c:1137
-#: ../pidgin/gtkprivacy.c:509 ../pidgin/gtkprivacy.c:525
-#: ../pidgin/gtkprivacy.c:550 ../pidgin/gtkprivacy.c:564
-#: ../pidgin/gtkrequest.c:273 ../pidgin/gtksavedstatuses.c:347
-#: ../pidgin/gtkstatusbox.c:1622
 msgid "Cancel"
 msgstr "A_tšaukti"
 
 #. Save button
 #. Save
-#: ../finch/gntaccount.c:604 ../finch/gntcertmgr.c:310 ../finch/gntdebug.c:297
-#: ../finch/gntplugin.c:532 ../finch/gntpounce.c:477 ../finch/gntprefs.c:265
-#: ../finch/gntsound.c:1061 ../finch/gntstatus.c:488 ../finch/gntstatus.c:598
-#: ../libpurple/account.c:1471 ../libpurple/plugins/buddynote.c:50
-#: ../libpurple/protocols/jabber/buddy.c:758 ../pidgin/gtkblist.c:686
-#: ../pidgin/gtkdebug.c:746 ../pidgin/gtkrequest.c:279
 msgid "Save"
 msgstr "Įrašyti"
 
-#: ../finch/gntaccount.c:657 ../pidgin/gtkaccount.c:1856
-#: ../pidgin/gtksavedstatuses.c:335 ../pidgin/gtkstatusbox.c:1616
 #, c-format
 msgid "Are you sure you want to delete %s?"
 msgstr "Ar Jūs tikrai norite šalinti %s?"
 
-#: ../finch/gntaccount.c:660
 msgid "Delete Account"
 msgstr "Pašalinti paskyrą"
 
 #. Delete button
-#: ../finch/gntaccount.c:663 ../finch/gntaccount.c:733
-#: ../finch/gntcertmgr.c:318 ../finch/gntpounce.c:678 ../finch/gntpounce.c:741
-#: ../finch/gntstatus.c:144 ../finch/gntstatus.c:210
-#: ../pidgin/gtkaccount.c:1864 ../pidgin/gtklog.c:326
-#: ../pidgin/gtkpounce.c:1136 ../pidgin/gtkrequest.c:276
-#: ../pidgin/gtksavedstatuses.c:346 ../pidgin/gtkstatusbox.c:1621
 msgid "Delete"
 msgstr "Šalinti"
 
-#: ../finch/gntaccount.c:695 ../finch/gntblist.c:2528 ../finch/gntui.c:94
-#: ../pidgin/gtkaccount.c:2278
 msgid "Accounts"
 msgstr "Paskyros"
 
-#: ../finch/gntaccount.c:701
 msgid "You can enable/disable accounts from the following list."
 msgstr "Jūs galite aktyvuoti ir deaktyvuoti paskyras iš šio sąrašo."
 
 #. Add button
-#: ../finch/gntaccount.c:724 ../finch/gntaccount.c:914 ../finch/gntblist.c:640
-#: ../finch/gntblist.c:747 ../finch/gntblist.c:782 ../finch/gntblist.c:2968
-#: ../finch/gntcertmgr.c:305 ../finch/gntnotify.c:390 ../finch/gntpounce.c:725
-#: ../finch/gntroomlist.c:274 ../finch/gntstatus.c:199
-#: ../libpurple/protocols/gg/gg.c:889 ../libpurple/protocols/qq/sys_msg.c:117
-#: ../libpurple/protocols/qq/sys_msg.c:179
-#: ../libpurple/protocols/qq/sys_msg.c:273
-#: ../libpurple/protocols/sametime/sametime.c:5542
-#: ../libpurple/protocols/silc/chat.c:618
-#: ../libpurple/protocols/silc10/chat.c:599 ../pidgin/gtkaccount.c:2416
-#: ../pidgin/gtkblist.c:6988 ../pidgin/gtkconv.c:1740
-#: ../pidgin/gtkrequest.c:277
 msgid "Add"
 msgstr "Pridėti"
 
 #. Modify button
-#: ../finch/gntaccount.c:729 ../finch/gntpounce.c:733
 msgid "Modify"
 msgstr "Keisti"
 
-#: ../finch/gntaccount.c:837 ../pidgin/gtkaccount.c:2363
 #, c-format
 msgid "%s%s%s%s has made %s his or her buddy%s%s"
 msgstr "%s%s%s%s padarė %s savo bičiuliu%s%s"
 
-#: ../finch/gntaccount.c:910 ../pidgin/gtkaccount.c:2415
 msgid "Add buddy to your list?"
 msgstr "Pridėti bičiulį į Jūsų sąrašą?"
 
-#: ../finch/gntaccount.c:970 ../pidgin/gtkaccount.c:2473
 #, c-format
 msgid "%s%s%s%s wants to add %s to his or her buddy list%s%s"
 msgstr "Vartotojas %s%s%s%s nori pridėti %s į savo bičiulių sąrašą%s%s."
 
-#: ../finch/gntaccount.c:995 ../finch/gntaccount.c:998
-#: ../finch/gntaccount.c:1025 ../pidgin/gtkaccount.c:2496
-#: ../pidgin/gtkaccount.c:2503
 msgid "Authorize buddy?"
 msgstr "Ar leisti?"
 
-#: ../finch/gntaccount.c:1002 ../finch/gntaccount.c:1029
-#: ../pidgin/gtkaccount.c:2497 ../pidgin/gtkaccount.c:2504
 msgid "Authorize"
 msgstr "Leisti"
 
-#: ../finch/gntaccount.c:1003 ../finch/gntaccount.c:1030
-#: ../pidgin/gtkaccount.c:2498 ../pidgin/gtkaccount.c:2505
 msgid "Deny"
 msgstr "Drausti"
 
-#: ../finch/gntblist.c:265
 #, c-format
 msgid ""
 "Online: %d\n"
@@ -324,12 +165,10 @@
 "Prisijungusių: %d\n"
 "Iš viso: %d"
 
-#: ../finch/gntblist.c:274
 #, c-format
 msgid "Account: %s (%s)"
 msgstr "Paskyra: %s (%s)"
 
-#: ../finch/gntblist.c:286
 #, c-format
 msgid ""
 "\n"
@@ -338,350 +177,189 @@
 "\n"
 "Paskutinį kartą matytas prieš: %s"
 
-#: ../finch/gntblist.c:306 ../pidgin/gtkprefs.c:327
-#: ../pidgin/pixmaps/emotes/default/24/default.theme.in.h:1
 msgid "Default"
 msgstr "Numatytosios"
 
-#: ../finch/gntblist.c:584
 msgid "You must provide a username for the buddy."
 msgstr "Turite duoti bičiuliui vardą."
 
-#: ../finch/gntblist.c:586
 msgid "You must provide a group."
 msgstr "Turite nurodyti grupę."
 
-#: ../finch/gntblist.c:588
 msgid "You must select an account."
 msgstr "Jūs privalote pasirinkti paskyrą"
 
-#: ../finch/gntblist.c:590
 msgid "The selected account is not online."
 msgstr "Pasirinktoji paskyra nėra prisijungusi."
 
-#: ../finch/gntblist.c:595
 msgid "Error adding buddy"
 msgstr "Bičiulio pridėjimo klaida"
 
-#: ../finch/gntblist.c:622 ../libpurple/protocols/irc/irc.c:995
-#: ../libpurple/protocols/irc/msgs.c:368
-#: ../libpurple/protocols/jabber/jabber.c:1004
-#: ../libpurple/protocols/jabber/jabber.c:1006
-#: ../libpurple/protocols/oscar/oscar.c:4087
-#: ../libpurple/protocols/silc/buddy.c:1554
-#: ../libpurple/protocols/silc/ops.c:1210
-#: ../libpurple/protocols/silc/ops.c:1213
-#: ../libpurple/protocols/silc/ops.c:1349
-#: ../libpurple/protocols/silc/ops.c:1352
-#: ../libpurple/protocols/silc/silc.c:1240
-#: ../libpurple/protocols/silc10/buddy.c:1554
-#: ../libpurple/protocols/silc10/ops.c:1191
-#: ../libpurple/protocols/silc10/ops.c:1194
-#: ../libpurple/protocols/silc10/ops.c:1340
-#: ../libpurple/protocols/silc10/ops.c:1343
-#: ../libpurple/protocols/silc10/silc.c:941 ../pidgin/gtkaccount.c:1938
-#: ../pidgin/gtksavedstatuses.c:1011
 msgid "Username"
 msgstr "Vartotojo vardas"
 
-#: ../finch/gntblist.c:625
 msgid "Alias (optional)"
 msgstr "Alternatyvusis vardas (neprivalomas)"
 
-#: ../finch/gntblist.c:628
 msgid "Add in group"
 msgstr "Pridėti grupėje"
 
-#: ../finch/gntblist.c:632 ../finch/gntblist.c:726 ../finch/gntblist.c:1705
-#: ../finch/gntblist.c:2642 ../finch/gntblist.c:2698 ../finch/gntblist.c:2773
-#: ../finch/gntblist.c:2833 ../finch/gntnotify.c:174 ../finch/gntstatus.c:576
-#: ../libpurple/plugins/idle.c:153 ../libpurple/plugins/idle.c:190
-#: ../pidgin/gtkblist.c:3409 ../pidgin/gtknotify.c:530
-#: ../pidgin/gtkpounce.c:1305 ../pidgin/plugins/gevolution/gevolution.c:447
 msgid "Account"
 msgstr "Paskyra"
 
-#: ../finch/gntblist.c:638 ../finch/gntblist.c:1183
-#: ../libpurple/protocols/silc/buddy.c:725
-#: ../libpurple/protocols/silc/buddy.c:1030
-#: ../libpurple/protocols/silc/buddy.c:1075
-#: ../libpurple/protocols/silc/buddy.c:1185
-#: ../libpurple/protocols/silc10/buddy.c:737
-#: ../libpurple/protocols/silc10/buddy.c:1036
-#: ../libpurple/protocols/silc10/buddy.c:1083
-#: ../libpurple/protocols/silc10/buddy.c:1183
-#: ../libpurple/protocols/yahoo/yahoo.c:3407 ../pidgin/gtkblist.c:6537
-#: ../pidgin/plugins/gevolution/add_buddy_dialog.c:449
 msgid "Add Buddy"
 msgstr "Pridėti bičiulį"
 
-#: ../finch/gntblist.c:638
 msgid "Please enter buddy information."
 msgstr "Įveskite bičiulio informaciją."
 
-#: ../finch/gntblist.c:694 ../libpurple/blist.c:1246
 msgid "Chats"
 msgstr "Pokalbiai"
 
 #. Extract their Name and put it in
-#: ../finch/gntblist.c:732 ../finch/gntblist.c:2637 ../finch/gntblist.c:2693
-#: ../finch/gntblist.c:2828 ../finch/gntconv.c:584 ../finch/gntroomlist.c:298
-#: ../libpurple/protocols/jabber/jabber.c:1021
-#: ../libpurple/protocols/jabber/jabber.c:1024
-#: ../libpurple/protocols/msn/msn.c:1968 ../libpurple/protocols/msn/msn.c:2033
-#: ../libpurple/protocols/msn/msn.c:2060
-#: ../libpurple/protocols/msnp9/msn.c:1724
-#: ../libpurple/protocols/msnp9/msn.c:1789
-#: ../libpurple/protocols/msnp9/msn.c:1816
-#: ../libpurple/protocols/qq/buddy_info.c:45 ../pidgin/gtkplugin.c:770
-#: ../pidgin/gtkroomlist.c:739
-#: ../pidgin/plugins/gevolution/add_buddy_dialog.c:132
-#: ../pidgin/plugins/gevolution/assoc-buddy.c:123
 msgid "Name"
 msgstr "Vardas"
 
-#: ../finch/gntblist.c:735 ../finch/gntblist.c:1646
-#: ../libpurple/protocols/msn/msn.c:1787
-#: ../libpurple/protocols/msnp9/msn.c:1542
-#: ../libpurple/protocols/silc/chat.c:609
-#: ../libpurple/protocols/silc10/chat.c:590
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:704
-#: ../libpurple/protocols/zephyr/zephyr.c:791
-#: ../libpurple/protocols/zephyr/zephyr.c:1171 ../pidgin/gtkdialogs.c:1022
-#: ../pidgin/gtkdialogs.c:1046 ../pidgin/gtkdialogs.c:1068
-#: ../pidgin/gtkrequest.c:280
 msgid "Alias"
 msgstr "Sukurti alternatyvųjį vardą"
 
-#: ../finch/gntblist.c:738 ../finch/gntblist.c:2984
 msgid "Group"
 msgstr "Grupė"
 
-#: ../finch/gntblist.c:742 ../finch/gntblist.c:1150
 msgid "Auto-join"
 msgstr "Automatiškai prisijungti"
 
-#: ../finch/gntblist.c:745 ../finch/gntblist.c:1185 ../pidgin/gtkblist.c:6902
 msgid "Add Chat"
 msgstr "Pridėti pokalbių kambarį"
 
-#: ../finch/gntblist.c:746
 msgid "You can edit more information from the context menu later."
 msgstr ""
 "Daugiau informacijos galite keisti vėliau naudodamiesi kontekstiniu meniu."
 
-#: ../finch/gntblist.c:759 ../finch/gntblist.c:772
 msgid "Error adding group"
 msgstr "Grupės sukūrimo klaida"
 
-#: ../finch/gntblist.c:760
 msgid "You must give a name for the group to add."
 msgstr "Jūs turite kuriamai grupei suteikti pavadinimą."
 
-#: ../finch/gntblist.c:773
 msgid "A group with the name already exists."
 msgstr "Grupė su tokiu vardu jau yra."
 
-#: ../finch/gntblist.c:780 ../finch/gntblist.c:1187
-#: ../libpurple/protocols/sametime/sametime.c:5452
-#: ../libpurple/protocols/sametime/sametime.c:5540 ../pidgin/gtkblist.c:6985
 msgid "Add Group"
 msgstr "Pridėti grupę"
 
-#: ../finch/gntblist.c:780
 msgid "Enter the name of the group"
 msgstr "Įveskite grupės pavadinimą"
 
-#: ../finch/gntblist.c:1133 ../pidgin/gtkblist.c:685
 msgid "Edit Chat"
 msgstr "Keisti pokalbių kambarį"
 
-#: ../finch/gntblist.c:1133
 msgid "Please Update the necessary fields."
 msgstr "Pataisykite būtinus laukus."
 
-#: ../finch/gntblist.c:1134 ../finch/gntstatus.c:205
 msgid "Edit"
 msgstr "Keisti"
 
 #  Use Environmental Settings
-#: ../finch/gntblist.c:1159
 msgid "Edit Settings"
 msgstr "Keisti nuostatas"
 
-#: ../finch/gntblist.c:1195 ../pidgin/gtkutils.c:982
 msgid "Information"
 msgstr "Informacija"
 
-#: ../finch/gntblist.c:1195 ../pidgin/gtkutils.c:982
 msgid "Retrieving..."
 msgstr "Išrenkama..."
 
-#: ../finch/gntblist.c:1249 ../finch/gntconv.c:633
-#: ../libpurple/protocols/silc/chat.c:906
-#: ../libpurple/protocols/silc10/chat.c:883
 msgid "Get Info"
 msgstr "Gauti informaciją"
 
-#: ../finch/gntblist.c:1253
 msgid "Add Buddy Pounce"
 msgstr "Sukurti reakciją į bičiulį"
 
 #  Send File button
 #. if (q_bud && is_online(q_bud->status)) {
-#: ../finch/gntblist.c:1260 ../finch/gntconv.c:645
-#: ../libpurple/protocols/jabber/si.c:1109
-#: ../libpurple/protocols/oscar/oscar.c:657 ../libpurple/protocols/qq/qq.c:664
-#: ../pidgin/gtkconv.c:1679
 msgid "Send File"
 msgstr "Siųsti failą"
 
 #  Block button
-#: ../finch/gntblist.c:1267 ../libpurple/protocols/gg/gg.c:1625
-#: ../libpurple/protocols/msn/msn.c:766 ../libpurple/protocols/msnp9/msn.c:581
 msgid "Blocked"
 msgstr "Blokuotas"
 
-#: ../finch/gntblist.c:1273 ../finch/gntblist.c:1662 ../finch/gntblist.c:2842
 msgid "View Log"
 msgstr "Žiūrėti žurnalą"
 
-#: ../finch/gntblist.c:1355
 #, c-format
 msgid "Please enter the new name for %s"
 msgstr "Įveskite naują „%s“ vardą"
 
-#: ../finch/gntblist.c:1357 ../finch/gntblist.c:1646
 msgid "Rename"
 msgstr "Pervadinti"
 
-#: ../finch/gntblist.c:1357
 msgid "Set Alias"
 msgstr "Nustatyti alternatyvųjį vardą"
 
-#: ../finch/gntblist.c:1358
 msgid "Enter empty string to reset the name."
 msgstr "Įveskite tuščią eilutę, jei norite atstatyti vardą."
 
-#: ../finch/gntblist.c:1472
 msgid "Removing this contact will also remove all the buddies in the contact"
 msgstr "Šio kontakto pašalinimas taip pat pašalins ir visus bičiulius jame"
 
-#: ../finch/gntblist.c:1480
 msgid "Removing this group will also remove all the buddies in the group"
 msgstr "Šios grupės pašalinimas taip pat pašalins ir visus bičiulius joje"
 
-#: ../finch/gntblist.c:1485
 #, c-format
 msgid "Are you sure you want to remove %s?"
 msgstr "Ar tikrai norite pašalinti %s?"
 
 #. XXX: anything to do with the returned ui-handle?
-#: ../finch/gntblist.c:1488
 msgid "Confirm Remove"
 msgstr "Patvirtinkite pašalinimą"
 
-#: ../finch/gntblist.c:1493 ../finch/gntblist.c:1648 ../finch/gntft.c:245
-#: ../pidgin/gtkconv.c:1737 ../pidgin/gtkrequest.c:278
-#: ../pidgin/gtkstatusbox.c:269
 msgid "Remove"
 msgstr "Pašalinti"
 
 #. Buddy List
-#: ../finch/gntblist.c:1622 ../finch/gntblist.c:3025 ../finch/gntprefs.c:258
-#: ../finch/gntui.c:95 ../pidgin/gtkblist.c:5261
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:326
 msgid "Buddy List"
 msgstr "Bičiulių sąrašas"
 
-#: ../finch/gntblist.c:1653
 msgid "Place tagged"
 msgstr "Vieta pažymėta"
 
-#: ../finch/gntblist.c:1658
 msgid "Toggle Tag"
 msgstr "Perjungti žymę"
 
 #. General
-#: ../finch/gntblist.c:1698 ../libpurple/protocols/gg/gg.c:642
-#: ../libpurple/protocols/gg/gg.c:1059 ../libpurple/protocols/gg/gg.c:1132
-#: ../libpurple/protocols/gg/gg.c:2247
-#: ../libpurple/protocols/jabber/buddy.c:309
-#: ../libpurple/protocols/jabber/buddy.c:1280
-#: ../libpurple/protocols/jabber/buddy.c:2238
-#: ../libpurple/protocols/jabber/buddy.c:2430
-#: ../libpurple/protocols/jabber/jabber.c:1032
-#: ../libpurple/protocols/jabber/jabber.c:1647
-#: ../libpurple/protocols/jabber/jabber.c:1661
-#: ../libpurple/protocols/jabber/jabber.c:1675
-#: ../libpurple/protocols/jabber/jabber.c:1689
-#: ../libpurple/protocols/jabber/jabber.c:1703
-#: ../libpurple/protocols/msn/msn.c:1795 ../libpurple/protocols/msn/msn.c:1971
-#: ../libpurple/protocols/msnp9/msn.c:1550
-#: ../libpurple/protocols/msnp9/msn.c:1727
-#: ../libpurple/protocols/qq/buddy_info.c:44
-#: ../libpurple/protocols/silc/buddy.c:1550
-#: ../libpurple/protocols/silc/ops.c:1016
-#: ../libpurple/protocols/silc/ops.c:1199
-#: ../libpurple/protocols/silc/ops.c:1337
-#: ../libpurple/protocols/silc10/buddy.c:1550
-#: ../libpurple/protocols/silc10/ops.c:1036
-#: ../libpurple/protocols/silc10/ops.c:1179
-#: ../libpurple/protocols/silc10/ops.c:1328
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1069 ../pidgin/gtkblist.c:3433
 msgid "Nickname"
 msgstr "Vardas"
 
 #. Idle stuff
-#: ../finch/gntblist.c:1720 ../finch/gntprefs.c:261
-#: ../libpurple/protocols/bonjour/bonjour.c:365
-#: ../libpurple/protocols/jabber/buddy.c:821
-#: ../libpurple/protocols/jabber/buddy.c:991
-#: ../libpurple/protocols/msn/msn.c:713 ../libpurple/protocols/msn/msn.c:731
-#: ../libpurple/protocols/msn/msn.c:739 ../libpurple/protocols/msn/state.c:32
-#: ../libpurple/protocols/msnp9/msn.c:560
-#: ../libpurple/protocols/msnp9/state.c:32
-#: ../libpurple/protocols/novell/novell.c:2843
-#: ../libpurple/protocols/oscar/oscar.c:3142
-#: ../libpurple/protocols/yahoo/yahoo.c:3161
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:710 ../pidgin/gtkblist.c:3461
-#: ../pidgin/gtkblist.c:3921 ../pidgin/gtkprefs.c:2053
 msgid "Idle"
 msgstr "Neveiklus"
 
-#: ../finch/gntblist.c:1734
 msgid "On Mobile"
 msgstr "Pasiekiamas mobiliuoju telefonu"
 
-#: ../finch/gntblist.c:2035 ../pidgin/gtkdocklet.c:582
 msgid "New..."
 msgstr "Nauja..."
 
-#: ../finch/gntblist.c:2042 ../pidgin/gtkdocklet.c:583
 msgid "Saved..."
 msgstr "Įrašyta..."
 
-#: ../finch/gntblist.c:2496 ../finch/gntplugin.c:352 ../finch/gntui.c:100
-#: ../pidgin/gtkplugin.c:719
 msgid "Plugins"
 msgstr "Papildiniai"
 
 #  Block button
-#: ../finch/gntblist.c:2650 ../finch/gntblist.c:2655
 msgid "Block/Unblock"
 msgstr "Blokuoti/nebeblokuoti"
 
 #  Block button
-#: ../finch/gntblist.c:2651 ../libpurple/protocols/gg/gg.c:1661
 msgid "Block"
 msgstr "Blokuoti"
 
 #  Block button
-#: ../finch/gntblist.c:2652 ../libpurple/protocols/gg/gg.c:1657
 msgid "Unblock"
 msgstr "Nebeblokuoti"
 
-#: ../finch/gntblist.c:2657
 msgid ""
 "Please enter the username or alias of the person you would like to Block/"
 "Unblock."
@@ -692,74 +370,29 @@
 #. Not multiline
 #. Not masked?
 #. No hints?
-#: ../finch/gntblist.c:2660 ../finch/gntblist.c:2711 ../finch/gntblist.c:2847
-#: ../finch/gntcertmgr.c:89 ../finch/gntconn.c:137 ../finch/gntconv.c:595
-#: ../finch/gntnotify.c:80 ../finch/plugins/gnthistory.c:177
-#: ../libpurple/account.c:1117 ../libpurple/account.c:1436
-#: ../libpurple/protocols/gg/gg.c:508 ../libpurple/protocols/gg/gg.c:670
-#: ../libpurple/protocols/gg/gg.c:807
-#: ../libpurple/protocols/jabber/jabber.c:1819
-#: ../libpurple/protocols/jabber/xdata.c:400
-#: ../libpurple/protocols/msn/msn.c:320 ../libpurple/protocols/msn/msn.c:337
-#: ../libpurple/protocols/msn/msn.c:354 ../libpurple/protocols/msn/msn.c:371
-#: ../libpurple/protocols/msnp9/msn.c:302
-#: ../libpurple/protocols/msnp9/msn.c:319
-#: ../libpurple/protocols/msnp9/msn.c:336
-#: ../libpurple/protocols/msnp9/msn.c:353
-#: ../libpurple/protocols/myspace/user.c:581
-#: ../libpurple/protocols/myspace/user.c:675
-#: ../libpurple/protocols/oscar/oscar.c:6298
-#: ../libpurple/protocols/silc/buddy.c:454
-#: ../libpurple/protocols/silc/buddy.c:1193
-#: ../libpurple/protocols/silc/chat.c:448
-#: ../libpurple/protocols/silc/chat.c:485
-#: ../libpurple/protocols/silc/chat.c:752
-#: ../libpurple/protocols/silc/ops.c:1306
-#: ../libpurple/protocols/silc/ops.c:1832
-#: ../libpurple/protocols/silc/silc.c:1057
-#: ../libpurple/protocols/silc10/buddy.c:467
-#: ../libpurple/protocols/silc10/buddy.c:1191
-#: ../libpurple/protocols/silc10/chat.c:425
-#: ../libpurple/protocols/silc10/chat.c:464
-#: ../libpurple/protocols/silc10/chat.c:729
-#: ../libpurple/protocols/silc10/ops.c:1297
-#: ../libpurple/protocols/silc10/ops.c:1909
-#: ../libpurple/protocols/silc10/silc.c:760
-#: ../libpurple/protocols/yahoo/yahoo.c:993
-#: ../libpurple/protocols/yahoo/yahoo.c:3570
-#: ../libpurple/protocols/yahoo/yahoo.c:3581 ../pidgin/gtkcertmgr.c:195
-#: ../pidgin/gtkdialogs.c:771 ../pidgin/gtkdialogs.c:910
-#: ../pidgin/gtkdialogs.c:1002 ../pidgin/gtkrequest.c:272
 msgid "OK"
 msgstr "Gerai"
 
-#: ../finch/gntblist.c:2706 ../pidgin/gtkdialogs.c:766
 msgid "New Instant Message"
 msgstr "Nauja greitoji žinutė"
 
-#: ../finch/gntblist.c:2708 ../pidgin/gtkdialogs.c:768
 msgid "Please enter the username or alias of the person you would like to IM."
 msgstr ""
 "Įveskite vardą arba alternatyvųjį vardą asmens, su kuriuo norite bendrauti."
 
-#: ../finch/gntblist.c:2769
 msgid "Channel"
 msgstr "Kanalas"
 
-#: ../finch/gntblist.c:2781 ../pidgin/gtkblist.c:1038
 msgid "Join a Chat"
 msgstr "Prisijungti prie pokalbio"
 
-#: ../finch/gntblist.c:2783
 msgid "Please enter the name of the chat you want to join."
 msgstr "Prašome įvesti vardą pokalbių kambario, prie kurio norite prisijungti."
 
 #  join button
-#: ../finch/gntblist.c:2785 ../finch/gntnotify.c:399
 msgid "Join"
 msgstr "Prisijungti"
 
-#: ../finch/gntblist.c:2844 ../pidgin/gtkdialogs.c:999
 msgid ""
 "Please enter the username or alias of the person whose log you would like to "
 "view."
@@ -769,90 +402,66 @@
 
 #  Options
 #. Create the "Options" frame.
-#: ../finch/gntblist.c:2898 ../finch/gntpounce.c:459 ../pidgin/gtkpounce.c:826
 msgid "Options"
 msgstr "Parinktys"
 
-#: ../finch/gntblist.c:2904
 msgid "Send IM..."
 msgstr "Rašyti žinutę..."
 
 #  Block button
-#: ../finch/gntblist.c:2909
 msgid "Block/Unblock..."
 msgstr "Blokuoti/nebeblokuoti..."
 
-#: ../finch/gntblist.c:2914 ../pidgin/gtkdocklet.c:711
 msgid "Join Chat..."
 msgstr "Prisijungti prie pokalbio..."
 
-#: ../finch/gntblist.c:2919 ../finch/gntconv.c:657
 msgid "View Log..."
 msgstr "Žiūrėti žurnalą..."
 
-#: ../finch/gntblist.c:2924
 msgid "View All Logs"
 msgstr "Žiūrėti visus žurnalus"
 
-#: ../finch/gntblist.c:2929
 msgid "Show"
 msgstr "Rodyti"
 
-#: ../finch/gntblist.c:2934
 msgid "Empty groups"
 msgstr "tuščias grupes"
 
 #  set the Show Offline Buddies option. must be done
 #  * after the treeview or faceprint gets mad. -Robot101
-#: ../finch/gntblist.c:2941
 msgid "Offline buddies"
 msgstr "neprisijungusius bičiulius"
 
-#: ../finch/gntblist.c:2948
 msgid "Sort"
 msgstr "Rikiuoti"
 
-#: ../finch/gntblist.c:2953
 msgid "By Status"
 msgstr "pagal statusą"
 
-#: ../finch/gntblist.c:2958 ../pidgin/gtkblist.c:4412
 msgid "Alphabetically"
 msgstr "pagal abėcėlę"
 
-#: ../finch/gntblist.c:2963
 msgid "By Log Size"
 msgstr "pagal žurnalo dydį"
 
-#: ../finch/gntblist.c:2974
 msgid "Buddy"
 msgstr "bičiulį"
 
-#: ../finch/gntblist.c:2979 ../libpurple/protocols/oscar/oscar.c:651
-#: ../libpurple/protocols/silc/silc.c:1003
-#: ../libpurple/protocols/silc/util.c:559
-#: ../libpurple/protocols/silc10/silc.c:704
-#: ../libpurple/protocols/silc10/util.c:553
 msgid "Chat"
 msgstr "Pokalbis"
 
-#: ../finch/gntblist.c:2989 ../finch/plugins/grouping.c:255
 msgid "Grouping"
 msgstr "Grupavimas"
 
-#: ../finch/gntcertmgr.c:85 ../pidgin/gtkcertmgr.c:188
 msgid "Certificate Import"
 msgstr "Liudijimo importavimas"
 
-#: ../finch/gntcertmgr.c:86 ../pidgin/gtkcertmgr.c:189
 msgid "Specify a hostname"
 msgstr "Įveskite mazgo vardą"
 
-#: ../finch/gntcertmgr.c:87 ../pidgin/gtkcertmgr.c:190
 msgid "Type the host name this certificate is for."
 msgstr "Įveskite mazgo, kuriam skirtas šis liudijimas, vardą"
 
-#: ../finch/gntcertmgr.c:96 ../pidgin/gtkcertmgr.c:210
 #, c-format
 msgid ""
 "File %s could not be imported.\n"
@@ -861,19 +470,15 @@
 "Nepavyko importuoti failo %s.\n"
 "Įsitikinte, kad failą galima perskaityti ir jis yra PEM formato.\n"
 
-#: ../finch/gntcertmgr.c:98 ../pidgin/gtkcertmgr.c:212
 msgid "Certificate Import Error"
 msgstr "Liudijimo importavimo klaida"
 
-#: ../finch/gntcertmgr.c:99 ../pidgin/gtkcertmgr.c:213
 msgid "X.509 certificate import failed"
 msgstr "Nepavyko importuoti X.509 liudijimo "
 
-#: ../finch/gntcertmgr.c:109 ../pidgin/gtkcertmgr.c:224
 msgid "Select a PEM certificate"
 msgstr "Pasirinkite PEM liudijimą"
 
-#: ../finch/gntcertmgr.c:126 ../pidgin/gtkcertmgr.c:245
 #, c-format
 msgid ""
 "Export to file %s failed.\n"
@@ -882,24 +487,19 @@
 "Nepavyko eksportavimas į failą %s.\n"
 "Patikrinkite, ar turite rašymo prieigos teisę šiuo keliu\n"
 
-#: ../finch/gntcertmgr.c:128 ../pidgin/gtkcertmgr.c:247
 msgid "Certificate Export Error"
 msgstr "Liudijimo eksporto klaida"
 
-#: ../finch/gntcertmgr.c:129 ../pidgin/gtkcertmgr.c:248
 msgid "X.509 certificate export failed"
 msgstr "Nepavyko eksportuoti X.509 liudijimo"
 
-#: ../finch/gntcertmgr.c:158 ../pidgin/gtkcertmgr.c:298
 msgid "PEM X.509 Certificate Export"
 msgstr "PEM X.509 liudijimo eksportas"
 
-#: ../finch/gntcertmgr.c:187
 #, c-format
 msgid "Certificate for %s"
 msgstr "Liudijimas, skirtas %s"
 
-#: ../finch/gntcertmgr.c:194
 #, c-format
 msgid ""
 "Common name: %s\n"
@@ -912,58 +512,39 @@
 "SHA1 kontrolinis kodas:\n"
 "%s"
 
-#: ../finch/gntcertmgr.c:197
 msgid "SSL Host Certificate"
 msgstr "SSL mazgo liudijimas"
 
-#: ../finch/gntcertmgr.c:232 ../pidgin/gtkcertmgr.c:371
 #, c-format
 msgid "Really delete certificate for %s?"
 msgstr "Ar tikrai pašalinti %s liudijimą?"
 
-#: ../finch/gntcertmgr.c:235 ../pidgin/gtkcertmgr.c:373
 msgid "Confirm certificate delete"
 msgstr "Patvirtinkite liudijimo pašalinimą"
 
-#: ../finch/gntcertmgr.c:292 ../pidgin/gtkcertmgr.c:613
 msgid "Certificate Manager"
 msgstr "Liudijimų tvarkytuvė"
 
 #. Creating the user splits
-#: ../finch/gntcertmgr.c:297 ../libpurple/protocols/bonjour/bonjour.c:705
-#: ../libpurple/protocols/silc/silc.c:1242
-#: ../libpurple/protocols/silc10/silc.c:943 ../pidgin/gtkcertmgr.c:446
 msgid "Hostname"
 msgstr "Mazgo vardas"
 
 #  Info button
-#: ../finch/gntcertmgr.c:314 ../finch/gntnotify.c:393 ../pidgin/gtkconv.c:1716
-#: ../pidgin/gtkdebug.c:832
 msgid "Info"
 msgstr "Informacija"
 
 #. Close button
-#: ../finch/gntcertmgr.c:323 ../finch/gntft.c:255 ../finch/gntnotify.c:182
-#: ../finch/gntplugin.c:220 ../finch/gntplugin.c:413 ../finch/gntpounce.c:750
-#: ../finch/gntroomlist.c:275 ../finch/gntstatus.c:216
-#: ../libpurple/protocols/msn/msn.c:476 ../libpurple/protocols/msnp9/msn.c:419
-#: ../libpurple/protocols/silc/util.c:385
-#: ../libpurple/protocols/silc10/util.c:377 ../pidgin/gtkaccount.c:2390
-#: ../pidgin/gtkrequest.c:275
 msgid "Close"
 msgstr "Užverti"
 
-#: ../finch/gntconn.c:126
 #, c-format
 msgid "%s (%s)"
 msgstr "%s (%s)"
 
-#: ../finch/gntconn.c:129
 #, c-format
 msgid "%s disconnected."
 msgstr "%s atsijungė."
 
-#: ../finch/gntconn.c:130
 #, c-format
 msgid ""
 "%s\n"
@@ -976,11 +557,9 @@
 "Finch nebebandys prisijungti su šia paskyra, kol nepataisysite klaidos ir "
 "paskyros neaktyvuosite iš naujo."
 
-#: ../finch/gntconn.c:139
 msgid "Re-enable Account"
 msgstr "Iš naujo aktyvuoti paskyrą"
 
-#: ../finch/gntconn.c:156
 msgid ""
 "The account has disconnected and you are no longer in this chat. You will be "
 "automatically rejoined in the chat when the account reconnects."
@@ -988,48 +567,38 @@
 "Paskyra atsijungė, todėl jūs nebedalyvaujate šiame pokalbyje.  Kai bus "
 "prisijungta su šia paskyra iš naujo, jūs automatiškai grįšite į šį pokalbį."
 
-#: ../finch/gntconv.c:160
 msgid "No such command."
 msgstr "Tokios komandos nėra."
 
-#: ../finch/gntconv.c:164 ../pidgin/gtkconv.c:493
 msgid "Syntax Error:  You typed the wrong number of arguments to that command."
 msgstr ""
 "Sintaksės klaida: Jūs įvedėte neteisingą argumentų skaičių tai komandai."
 
-#: ../finch/gntconv.c:169 ../pidgin/gtkconv.c:499
 msgid "Your command failed for an unknown reason."
 msgstr "Jūsų komanda nepavyko dėl nežinomos priežasties."
 
-#: ../finch/gntconv.c:174 ../pidgin/gtkconv.c:506
 msgid "That command only works in chats, not IMs."
 msgstr ""
 "Ta komanda veikia tik pokalbių kambariuose, o ne asmeniniuose pokalbiuose."
 
-#: ../finch/gntconv.c:177 ../pidgin/gtkconv.c:509
 msgid "That command only works in IMs, not chats."
 msgstr ""
 "Ta komanda veikia tik asmeniniuose pokalbiuose, o ne pokalbių kambariuose."
 
-#: ../finch/gntconv.c:181 ../pidgin/gtkconv.c:514
 msgid "That command doesn't work on this protocol."
 msgstr "Ta komanda neveikia šiame protokole."
 
-#: ../finch/gntconv.c:189
 msgid "Message was not sent, because you are not signed on."
 msgstr "Žinutė neišsiųsta, nes nesate prisijungęs."
 
-#: ../finch/gntconv.c:269
 #, c-format
 msgid "%s (%s -- %s)"
 msgstr "%s (%s -- %s)"
 
-#: ../finch/gntconv.c:292
 #, c-format
 msgid "%s [%s]"
 msgstr "%s [%s]"
 
-#: ../finch/gntconv.c:297 ../finch/gntconv.c:974 ../pidgin/gtkconv.c:3611
 #, c-format
 msgid ""
 "\n"
@@ -1038,16 +607,13 @@
 "\n"
 "%s rašo..."
 
-#: ../finch/gntconv.c:316
 msgid "You have left this chat."
 msgstr "Jūs palikote šį pokalbį."
 
-#: ../finch/gntconv.c:434 ../pidgin/gtkconv.c:1402
 msgid "Logging started. Future messages in this conversation will be logged."
 msgstr ""
 "Žurnalų vedimas įjungtas. Būsimos šio pokalbio žinutės bus įvestos į žurnalą."
 
-#: ../finch/gntconv.c:438 ../pidgin/gtkconv.c:1410
 msgid ""
 "Logging stopped. Future messages in this conversation will not be logged."
 msgstr ""
@@ -1055,61 +621,49 @@
 "žurnalą."
 
 #  Build the Send As menu
-#: ../finch/gntconv.c:524
 msgid "Send To"
 msgstr "Siųsti kam"
 
-#: ../finch/gntconv.c:588
 msgid "Invite message"
 msgstr "Pakvietimo žinutė"
 
 #  Invite
-#: ../finch/gntconv.c:590 ../finch/gntnotify.c:402
-#: ../libpurple/protocols/sametime/sametime.c:3525
 msgid "Invite"
 msgstr "Pakviesti"
 
 #  Put our happy label in it.
-#: ../finch/gntconv.c:592
 msgid ""
 "Please enter the name of the user you wish to invite,\n"
 "along with an optional invite message."
-msgstr "Prašom įvesti vartotojo, kurį norite pakviesti, vardą kartu su neprivaloma pakvietimo žinute."
-
-#: ../finch/gntconv.c:610
+msgstr ""
+"Prašom įvesti vartotojo, kurį norite pakviesti, vardą kartu su neprivaloma "
+"pakvietimo žinute."
+
 msgid "Conversation"
 msgstr "Pokalbis"
 
-#: ../finch/gntconv.c:616
 msgid "Clear Scrollback"
 msgstr "Išvalyti langą"
 
-#: ../finch/gntconv.c:620 ../finch/gntprefs.c:191
 msgid "Show Timestamps"
 msgstr "Rodyti laiko žymas"
 
-#: ../finch/gntconv.c:638
 msgid "Add Buddy Pounce..."
 msgstr "Sukurti reakciją į bičiulį..."
 
 #  Invite
-#: ../finch/gntconv.c:652
 msgid "Invite..."
 msgstr "Pakviesti..."
 
-#: ../finch/gntconv.c:661
 msgid "Enable Logging"
 msgstr "Įjungti žurnalų vedimą"
 
-#: ../finch/gntconv.c:667
 msgid "Enable Sounds"
 msgstr "Įjungti garsus"
 
-#: ../finch/gntconv.c:927
 msgid "<AUTO-REPLY> "
 msgstr "<AUTOMATINIS-ATSAKYMAS> "
 
-#: ../finch/gntconv.c:1067
 #, c-format
 msgid "List of %d user:\n"
 msgid_plural "List of %d users:\n"
@@ -1117,15 +671,12 @@
 msgstr[1] "Sąrašas su %d vartotojais:\n"
 msgstr[2] "Sąrašas su %d vartotojų:\n"
 
-#: ../finch/gntconv.c:1227 ../pidgin/gtkconv.c:338
 msgid "Supported debug options are:  version"
 msgstr "Palaikomi derinimo parametrai yra:  version"
 
-#: ../finch/gntconv.c:1263 ../pidgin/gtkconv.c:390
 msgid "No such command (in this context)."
 msgstr "Šiame kontekste tokios komandos nėra."
 
-#: ../finch/gntconv.c:1266 ../pidgin/gtkconv.c:393
 msgid ""
 "Use \"/help &lt;command&gt;\" for help on a specific command.\n"
 "The following commands are available in this context:\n"
@@ -1133,19 +684,20 @@
 "Naudokite \"/help &lt;komanda&gt;\" pagalbai apie konkrečią komandą.\n"
 "Tolimesnės komandos yra prieinamos šiame kontekste:\n"
 
-#: ../finch/gntconv.c:1310
 #, c-format
 msgid ""
 "%s is not a valid message class. See '/help msgcolor' for valid message "
 "classes."
-msgstr "„%s“ nėra teisingas žinutės tipas.  Teisingus tipus galite pažiūrėti „/help msgcolor“."
-
-#: ../finch/gntconv.c:1317 ../finch/gntconv.c:1324
+msgstr ""
+"„%s“ nėra teisingas žinutės tipas.  Teisingus tipus galite pažiūrėti „/help "
+"msgcolor“."
+
 #, c-format
 msgid "%s is not a valid color. See '/help msgcolor' for valid colors."
-msgstr "„%s“ nėra teisinga spalva.  Teisingas spalvas galite pažiūrėti „/help msgcolor“."
-
-#: ../finch/gntconv.c:1380 ../pidgin/gtkconv.c:7809
+msgstr ""
+"„%s“ nėra teisinga spalva.  Teisingas spalvas galite pažiūrėti „/help "
+"msgcolor“."
+
 msgid ""
 "say &lt;message&gt;:  Send a message normally as if you weren't using a "
 "command."
@@ -1153,13 +705,11 @@
 "say &lt;žinutė&gt;:  nusiųsti žinutę įprastai, kaip ir nenaudojant šios "
 "komandos."
 
-#: ../finch/gntconv.c:1383 ../pidgin/gtkconv.c:7812
 msgid "me &lt;action&gt;:  Send an IRC style action to a buddy or chat."
 msgstr ""
 "me &lt;veiksmas&gt;:  nusiųsti IRC stiliaus veiksmą bičiuliui ar pokalbių "
 "kambariui."
 
-#: ../finch/gntconv.c:1386 ../pidgin/gtkconv.c:7815
 msgid ""
 "debug &lt;option&gt;:  Send various debug information to the current "
 "conversation."
@@ -1167,43 +717,33 @@
 "debug &lt;parametras&gt;:  nusiųsti įvairią derinimo informaciją į šį "
 "pokalbį."
 
-#: ../finch/gntconv.c:1389 ../pidgin/gtkconv.c:7818
 msgid "clear: Clears the conversation scrollback."
 msgstr "clear: išvalo pokalbių žinučių langą."
 
-#: ../finch/gntconv.c:1392 ../pidgin/gtkconv.c:7824
 msgid "help &lt;command&gt;:  Help on a specific command."
 msgstr "help &lt;komanda&gt;:  suteikia pagalbą apie konkrečią komanda."
 
-#: ../finch/gntconv.c:1395
 msgid "users:  Show the list of users in the chat."
 msgstr "users: parodo pokalbio dalyvių sąrašą."
 
-#: ../finch/gntconv.c:1400
 msgid "plugins: Show the plugins window."
 msgstr "plugins: parodo papildinių langą."
 
-#: ../finch/gntconv.c:1403
 msgid "buddylist: Show the buddylist."
 msgstr "buddylist: parodo bičiulių sąrašą."
 
-#: ../finch/gntconv.c:1406
 msgid "accounts: Show the accounts window."
 msgstr "accounts: parodo paskyrų langą."
 
-#: ../finch/gntconv.c:1409
 msgid "debugwin: Show the debug window."
 msgstr "debugwin: parodo derinimo langą."
 
-#: ../finch/gntconv.c:1412
 msgid "prefs: Show the preference window."
 msgstr "prefs: parodo nuostatų langą."
 
-#: ../finch/gntconv.c:1415
 msgid "statuses: Show the savedstatuses window."
 msgstr "statuses: parodo išsaugotų būsenų langą."
 
-#: ../finch/gntconv.c:1420
 msgid ""
 "msgcolor &lt;class&gt; &lt;foreground&gt; &lt;background&gt;: Set the color "
 "for different classes of messages in the conversation window.<br>    &lt;"
@@ -1211,19 +751,18 @@
 "background&gt;: black, red, green, blue, white, gray, darkgray, magenta, "
 "cyan, default<br><br>EXAMPLE:<br>    msgcolor send cyan default"
 msgstr ""
-"msgcolor &lt;tipas&gt; &lt;tekstospalva&gt; &lt;fonospalva&gt;:  nustatyti spalvas įvairiems žinučių tipams pokalbių lange.<br>\n"
+"msgcolor &lt;tipas&gt; &lt;tekstospalva&gt; &lt;fonospalva&gt;:  nustatyti "
+"spalvas įvairiems žinučių tipams pokalbių lange.<br>\n"
 "&lt;tipas&gt;: receive, send, highlight, action, timestamp<br>\n"
-"&lt;tekstospalva/fonospalva&gt;: black, red, green, blue, white, gray, darkgray, magenta, cyan, default<br>\n"
+"&lt;tekstospalva/fonospalva&gt;: black, red, green, blue, white, gray, "
+"darkgray, magenta, cyan, default<br>\n"
 "<br>\n"
 "PAVYZDYS:<br>\n"
 "msgcolor send cyan default"
 
-#: ../finch/gntdebug.c:231 ../pidgin/gtkconv.c:966 ../pidgin/gtkconv.c:2722
-#: ../pidgin/gtkdebug.c:219 ../pidgin/gtkft.c:545
 msgid "Unable to open file."
 msgstr "Negalima atidaryti failo."
 
-#: ../finch/gntdebug.c:271 ../finch/gntui.c:98 ../pidgin/gtkdebug.c:689
 msgid "Debug Window"
 msgstr "Derinimo langas"
 
@@ -1231,19 +770,15 @@
 #. * it's necessary to make the width of the debug window resizable ... like I said,
 #. * it doesn't make sense. The bug is likely in the packing in gntbox.c.
 #.
-#: ../finch/gntdebug.c:292 ../pidgin/gtkdebug.c:751
 msgid "Clear"
 msgstr "Išvalyti"
 
-#: ../finch/gntdebug.c:303
 msgid "Filter:"
 msgstr "Filtras: "
 
-#: ../finch/gntdebug.c:309 ../pidgin/gtkdebug.c:760
 msgid "Pause"
 msgstr "Pristabdyti"
 
-#: ../finch/gntft.c:120 ../pidgin/gtkft.c:229
 #, c-format
 msgid "File Transfers - %d%% of %d file"
 msgid_plural "File Transfers - %d%% of %d files"
@@ -1252,124 +787,81 @@
 msgstr[2] "Failų perdavimai – %d%% iš %d failų"
 
 #. Create the window.
-#: ../finch/gntft.c:127 ../finch/gntft.c:214 ../finch/gntui.c:99
-#: ../pidgin/gtkft.c:236 ../pidgin/gtkft.c:763
 msgid "File Transfers"
 msgstr "Failų perdavimai"
 
-#: ../finch/gntft.c:219 ../pidgin/gtkft.c:647
 msgid "Progress"
 msgstr "Eiga"
 
-#: ../finch/gntft.c:219 ../pidgin/gtkft.c:654
 msgid "Filename"
 msgstr "Failo pavadinimas"
 
-#: ../finch/gntft.c:219 ../pidgin/gtkft.c:661
 msgid "Size"
 msgstr "Dydis"
 
-#: ../finch/gntft.c:219
 msgid "Speed"
 msgstr "Greitis"
 
-#: ../finch/gntft.c:219 ../pidgin/gtkft.c:668
 msgid "Remaining"
 msgstr "Liko"
 
 #. XXX: Use of ggp_str_to_uin() is an ugly hack!
-#: ../finch/gntft.c:219 ../finch/gntstatus.c:547 ../finch/gntstatus.c:576
-#: ../libpurple/protocols/bonjour/bonjour.c:369
-#: ../libpurple/protocols/gg/gg.c:1048 ../libpurple/protocols/gg/gg.c:1580
-#: ../libpurple/protocols/gg/gg.c:1588
-#: ../libpurple/protocols/jabber/buddy.c:836
-#: ../libpurple/protocols/jabber/buddy.c:840
-#: ../libpurple/protocols/jabber/buddy.c:1005
-#: ../libpurple/protocols/jabber/jabber.c:1612
-#: ../libpurple/protocols/msn/msn.c:723 ../libpurple/protocols/msn/msn.c:733
-#: ../libpurple/protocols/msn/msn.c:738 ../libpurple/protocols/msn/msn.c:741
-#: ../libpurple/protocols/msnp9/msn.c:559
-#: ../libpurple/protocols/novell/novell.c:2853
-#: ../libpurple/protocols/oscar/oscar.c:910
-#: ../libpurple/protocols/oscar/oscar.c:2949
-#: ../libpurple/protocols/sametime/sametime.c:3315
-#: ../libpurple/protocols/sametime/sametime.c:4206
-#: ../libpurple/protocols/yahoo/yahoo.c:3312 ../pidgin/gtkblist.c:3505
-#: ../pidgin/gtkblist.c:3519 ../pidgin/gtkblist.c:3521
-#: ../pidgin/gtksavedstatuses.c:1030 ../pidgin/gtksavedstatuses.c:1181
 msgid "Status"
 msgstr "Būsena"
 
-#: ../finch/gntft.c:229
 msgid "Close this window when all transfers finish"
 msgstr "Uždaryti ši langą pasibaigus visiems failų perdavimams"
 
-#: ../finch/gntft.c:236
 msgid "Clear finished transfers"
 msgstr "Pašalinti pabaigtus perdavimus"
 
-#: ../finch/gntft.c:250 ../finch/gntroomlist.c:272
 msgid "Stop"
 msgstr "Sustabdyti"
 
-#: ../finch/gntft.c:323 ../pidgin/gtkft.c:169 ../pidgin/gtkft.c:936
 msgid "Waiting for transfer to begin"
 msgstr "Laukiama perdavimo pradžios"
 
-#: ../finch/gntft.c:390 ../pidgin/gtkft.c:163 ../pidgin/gtkft.c:1017
 msgid "Canceled"
 msgstr "Atšaukta"
 
-#: ../finch/gntft.c:392 ../pidgin/gtkft.c:1019
 msgid "Failed"
 msgstr "Nepavyko"
 
-#: ../finch/gntft.c:438 ../pidgin/gtkft.c:134
 #, c-format
 msgid "%.2f KiB/s"
 msgstr "%.2f KB/s"
 
-#: ../finch/gntft.c:449
 msgid "Sent"
 msgstr "Išsiųstas"
 
-#: ../finch/gntft.c:449
 msgid "Received"
 msgstr "Gautas"
 
-#: ../finch/gntft.c:450 ../pidgin/gtkft.c:160 ../pidgin/gtkft.c:1082
 msgid "Finished"
 msgstr "Baigta"
 
-#: ../finch/gntft.c:452
 #, c-format
 msgid "The file was saved as %s."
 msgstr "Failas įrašytas vardu %s."
 
 #  Build the Send As menu
-#: ../finch/gntft.c:459
 msgid "Sending"
 msgstr "Siunčiama"
 
-#: ../finch/gntft.c:459
 msgid "Receiving"
 msgstr "Gaunama"
 
-#: ../finch/gntlog.c:192
 #, c-format
 msgid "Conversation in %s on %s"
 msgstr "Pokalbiai kambaryje %s, %s"
 
-#: ../finch/gntlog.c:195
 #, c-format
 msgid "Conversation with %s on %s"
 msgstr "Pokalbiai su %s, %s"
 
-#: ../finch/gntlog.c:238 ../pidgin/gtklog.c:503
 msgid "%B %Y"
 msgstr "%Y %B"
 
-#: ../finch/gntlog.c:278 ../pidgin/gtklog.c:550
 msgid ""
 "System events will only be logged if the \"Log all status changes to system "
 "log\" preference is enabled."
@@ -1377,7 +869,6 @@
 "Sisteminiai įvykiai įrašomi į žurnalą, jei įjungta nuostata „Rašyti visus "
 "būsenos pasikeitimus į sistemos žurnalą“."
 
-#: ../finch/gntlog.c:282 ../pidgin/gtklog.c:554
 msgid ""
 "Instant messages will only be logged if the \"Log all instant messages\" "
 "preference is enabled."
@@ -1385,63 +876,49 @@
 "Skubiosios žinutės įrašomos į žurnalą, jei įjungta nuostata „Rašyti visas "
 "skubiąsias žinutes į žurnalą“."
 
-#: ../finch/gntlog.c:285 ../pidgin/gtklog.c:557
 msgid ""
 "Chats will only be logged if the \"Log all chats\" preference is enabled."
 msgstr ""
 "Pokalbiai kambariuose įrašomi į žurnalą, jei įjungta nuostata „Rašyti visus "
 "pokalbius kambariuoe į žurnalą“.\""
 
-#: ../finch/gntlog.c:291 ../pidgin/gtklog.c:566
 msgid "No logs were found"
 msgstr "Žurnalų nerasta"
 
-#: ../finch/gntlog.c:338 ../pidgin/gtklog.c:646
 msgid "Total log size:"
 msgstr "Viso žurnalo dydis:"
 
 #. Search box *********
-#: ../finch/gntlog.c:346
 msgid "Scroll/Search: "
 msgstr "Slinkti/ieškoti: "
 
-#: ../finch/gntlog.c:404 ../pidgin/gtklog.c:716
 #, c-format
 msgid "Conversations in %s"
 msgstr "Pokalbiai kambaryje %s"
 
-#: ../finch/gntlog.c:412 ../finch/gntlog.c:485 ../pidgin/gtklog.c:724
-#: ../pidgin/gtklog.c:799
 #, c-format
 msgid "Conversations with %s"
 msgstr "Pokalbiai su %s"
 
-#: ../finch/gntlog.c:414
 msgid "All Conversations"
 msgstr "Visi pokalbiai"
 
 #  Window **********
-#: ../finch/gntlog.c:510 ../pidgin/gtklog.c:824
 msgid "System Log"
 msgstr "Sistemos žurnalas"
 
-#: ../finch/gntnotify.c:165
 msgid "Emails"
 msgstr "El. laiškai"
 
-#: ../finch/gntnotify.c:171 ../finch/gntnotify.c:231
 msgid "You have mail!"
 msgstr "Jūs turite pašto!"
 
-#: ../finch/gntnotify.c:174 ../pidgin/gtknotify.c:537
 msgid "Sender"
 msgstr "Siuntėjas"
 
-#: ../finch/gntnotify.c:174 ../pidgin/gtknotify.c:544
 msgid "Subject"
 msgstr "Tema"
 
-#: ../finch/gntnotify.c:202
 #, c-format
 msgid "%s (%s) has %d new message."
 msgid_plural "%s (%s) has %d new messages."
@@ -1449,49 +926,37 @@
 msgstr[1] "%s (%s) turi %d naujus pranešimus."
 msgstr[2] "%s (%s) turi %d naujų pranešimų."
 
-#: ../finch/gntnotify.c:231 ../pidgin/gtknotify.c:352
 msgid "New Mail"
 msgstr "Naujas paštas"
 
-#: ../finch/gntnotify.c:296 ../pidgin/gtknotify.c:984
 #, c-format
 msgid "Info for %s"
 msgstr "Informacija apie %s"
 
-#: ../finch/gntnotify.c:297 ../libpurple/protocols/toc/toc.c:476
-#: ../pidgin/gtknotify.c:985
 msgid "Buddy Information"
 msgstr "Informacija apie bičiulį"
 
-#: ../finch/gntnotify.c:387 ../libpurple/protocols/qq/group_join.c:349
 msgid "Continue"
 msgstr "Tęsti"
 
-#: ../finch/gntnotify.c:396 ../pidgin/gtkconv.c:1666
 msgid "IM"
 msgstr "Kalbėtis"
 
-#: ../finch/gntnotify.c:405
 msgid "(none)"
 msgstr "(nieko)"
 
-#: ../finch/gntnotify.c:431
 msgid "URI"
 msgstr "URI"
 
-#: ../finch/gntplugin.c:84 ../finch/gntplugin.c:93
 msgid "ERROR"
 msgstr "KLAIDA"
 
-#: ../finch/gntplugin.c:84
 msgid "loading plugin failed"
 msgstr "nepavyko įkelti papildinio"
 
-#: ../finch/gntplugin.c:93
 msgid "unloading plugin failed"
 msgstr "nepavyko iškelti papildinio"
 
-#: ../finch/gntplugin.c:139
 #, c-format
 msgid ""
 "Name: %s\n"
@@ -1508,42 +973,33 @@
 "Svetainė: %s\n"
 "Failo vardas: %s\n"
 
-#: ../finch/gntplugin.c:197
 msgid "Plugin need to be loaded before you can configure it."
 msgstr "Prieš konfigūruojant papildinį, jį reikia įkelti."
 
-#: ../finch/gntplugin.c:245
 msgid "No configuration options for this plugin."
 msgstr "Šis papildinys neturi konfigūruojamų parinkčių."
 
-#: ../finch/gntplugin.c:266
 msgid "Error loading plugin"
 msgstr "Papildinio įkėlimo klaida"
 
-#: ../finch/gntplugin.c:267
 msgid "The selected file is not a valid plugin."
 msgstr "Pasirinktasis failas nėra tikras papildinys."
 
-#: ../finch/gntplugin.c:268
 msgid ""
 "Please open the debug window and try again to see the exact error message."
 msgstr ""
 "Prašau atidaryti derinimo langą ir pabandyti vėl, kad pamatytumėte tikslų "
 "klaidos pranešimą."
 
-#: ../finch/gntplugin.c:331
 msgid "Select plugin to install"
 msgstr "Pasirinkite papildinį įdiegimui"
 
-#: ../finch/gntplugin.c:357
 msgid "You can (un)load plugins from the following list."
 msgstr "Jūs galite įkelti ar iškelti papildinius iš šio sąrašo."
 
-#: ../finch/gntplugin.c:408
 msgid "Install Plugin..."
 msgstr "Įdiegti papildinį..."
 
-#: ../finch/gntplugin.c:418
 msgid "Configure Plugin"
 msgstr "Konfigūruoti papildinį"
 
@@ -1552,400 +1008,299 @@
 #. (that should have been "effect," right?)
 #. Back to instant-apply! I win!  BU-HAHAHA!
 #. Create the window
-#: ../finch/gntplugin.c:524 ../finch/gntplugin.c:531 ../finch/gntprefs.c:264
-#: ../finch/gntui.c:103 ../pidgin/gtkprefs.c:2177
 msgid "Preferences"
 msgstr "Nuostatos"
 
-#: ../finch/gntpounce.c:193 ../pidgin/gtkpounce.c:270
 msgid "Please enter a buddy to pounce."
 msgstr "Įveskite bičiulį, į kurį reaguoti"
 
 #  "New Buddy Pounce"
-#: ../finch/gntpounce.c:338 ../pidgin/gtkpounce.c:538
 msgid "New Buddy Pounce"
 msgstr "Nauja reakcija į bičiulį"
 
-#: ../finch/gntpounce.c:338 ../pidgin/gtkpounce.c:538
 msgid "Edit Buddy Pounce"
 msgstr "Redaguoti reakciją į bičiulį"
 
 #  Create the "Pounce Who" frame.
-#: ../finch/gntpounce.c:343
 msgid "Pounce Who"
 msgstr "Į kokį bičiulį reaguoti"
 
 #  Set up stuff for the account box
 #. Account:
-#: ../finch/gntpounce.c:346 ../finch/gntstatus.c:456
 msgid "Account:"
 msgstr "Paskyra:"
 
-#: ../finch/gntpounce.c:368
 msgid "Buddy name:"
 msgstr "Bičiulio vardas:"
 
 #  Create the "Pounce When" frame.
 #. Create the "Pounce When Buddy..." frame.
-#: ../finch/gntpounce.c:386 ../pidgin/gtkpounce.c:606
 msgid "Pounce When Buddy..."
 msgstr "Reaguoti, kai bičiulis..."
 
-#: ../finch/gntpounce.c:388
 msgid "Signs on"
 msgstr "prisijungia"
 
-#: ../finch/gntpounce.c:389
 msgid "Signs off"
 msgstr "atsijungia"
 
-#: ../finch/gntpounce.c:390
 msgid "Goes away"
 msgstr "pasitraukia"
 
-#: ../finch/gntpounce.c:391
 msgid "Returns from away"
 msgstr "sugrįžta"
 
-#: ../finch/gntpounce.c:392
 msgid "Becomes idle"
 msgstr "tampa neveiklus"
 
-#: ../finch/gntpounce.c:393
 msgid "Is no longer idle"
 msgstr "tampa veiklus"
 
-#: ../finch/gntpounce.c:394
 msgid "Starts typing"
 msgstr "pradeda rašyti"
 
-#: ../finch/gntpounce.c:395
 msgid "Pauses while typing"
 msgstr "trumpam nustoja rašyti"
 
-#: ../finch/gntpounce.c:396
 msgid "Stops typing"
 msgstr "nustoja rašyti"
 
-#: ../finch/gntpounce.c:397
 msgid "Sends a message"
 msgstr "išsiunčia žinutę"
 
 #. Create the "Action" frame.
-#: ../finch/gntpounce.c:426 ../pidgin/gtkpounce.c:667
 msgid "Action"
 msgstr "Veiksmas"
 
-#: ../finch/gntpounce.c:428
 msgid "Open an IM window"
 msgstr "Atidaryti pokalbių langą"
 
-#: ../finch/gntpounce.c:429
 msgid "Pop up a notification"
 msgstr "Parodyti pranešimo langą"
 
-#: ../finch/gntpounce.c:430
 msgid "Send a message"
 msgstr "Nusiųsti žinutę"
 
-#: ../finch/gntpounce.c:431
 msgid "Execute a command"
 msgstr "Įvykdyti komandą"
 
-#: ../finch/gntpounce.c:432
 msgid "Play a sound"
 msgstr "Groti garsą"
 
-#: ../finch/gntpounce.c:460
 msgid "Pounce only when my status is not Available"
 msgstr "Reaguoti tik tada, kai esu neprieinamoje būsenoje"
 
-#: ../finch/gntpounce.c:462 ../pidgin/gtkpounce.c:1318
 msgid "Recurring"
 msgstr "Pasikartojanti reakcija"
 
-#: ../finch/gntpounce.c:630
 msgid "Cannot create pounce"
 msgstr "Negalima sukurti reakcijos"
 
-#: ../finch/gntpounce.c:631
 msgid "You do not have any accounts."
 msgstr "Neturite jokių paskyrų."
 
-#: ../finch/gntpounce.c:632
 msgid "You must create an account first before you can create a pounce."
 msgstr "Prieš kurdamas reakciją privalote pirma sukurti paskyrą."
 
-#: ../finch/gntpounce.c:674 ../pidgin/gtkpounce.c:1132
 #, c-format
 msgid "Are you sure you want to delete the pounce on %s for %s?"
 msgstr "Ar tikrai norite pašalinti reakciją į %s nuo %s?"
 
 #  "New Buddy Pounce"
-#: ../finch/gntpounce.c:708 ../finch/gntui.c:96 ../pidgin/gtkpounce.c:1361
 msgid "Buddy Pounces"
 msgstr "Reakcijos į bičiulius"
 
-#: ../finch/gntpounce.c:817 ../pidgin/gtkpounce.c:1460
 #, c-format
 msgid "%s has started typing to you (%s)"
 msgstr "%s pradėjo Jums rašyti (%s)"
 
-#: ../finch/gntpounce.c:818 ../pidgin/gtkpounce.c:1462
 #, c-format
 msgid "%s has paused while typing to you (%s)"
 msgstr "Pradėjęs Jums rašyti %s sustojo (%s)"
 
-#: ../finch/gntpounce.c:819 ../pidgin/gtkpounce.c:1464
 #, c-format
 msgid "%s has signed on (%s)"
 msgstr "%s prisijungė (%s)"
 
-#: ../finch/gntpounce.c:820 ../pidgin/gtkpounce.c:1466
 #, c-format
 msgid "%s has returned from being idle (%s)"
 msgstr "%s tapo veiklus (%s)"
 
-#: ../finch/gntpounce.c:821 ../pidgin/gtkpounce.c:1468
 #, c-format
 msgid "%s has returned from being away (%s)"
 msgstr "%s sugrįžo (%s)"
 
-#: ../finch/gntpounce.c:822 ../pidgin/gtkpounce.c:1470
 #, c-format
 msgid "%s has stopped typing to you (%s)"
 msgstr "%s nustojo Jums rašyti (%s)"
 
-#: ../finch/gntpounce.c:823 ../pidgin/gtkpounce.c:1472
 #, c-format
 msgid "%s has signed off (%s)"
 msgstr "%s atsijungė (%s)"
 
-#: ../finch/gntpounce.c:824 ../pidgin/gtkpounce.c:1474
 #, c-format
 msgid "%s has become idle (%s)"
 msgstr "%s tapo neveiklus (%s)"
 
-#: ../finch/gntpounce.c:825 ../pidgin/gtkpounce.c:1476
 #, c-format
 msgid "%s has gone away. (%s)"
 msgstr "%s pasitraukė. (%s)"
 
-#: ../finch/gntpounce.c:826 ../pidgin/gtkpounce.c:1478
 #, c-format
 msgid "%s has sent you a message. (%s)"
 msgstr "%s atsiuntė Jums žinutę. (%s)"
 
-#: ../finch/gntpounce.c:845 ../pidgin/gtkpounce.c:1479
 msgid "Unknown pounce event. Please report this!"
 msgstr "Nežinomas reakcijos veiksmas. Prašome apie tai pranešti!"
 
-#: ../finch/gntprefs.c:92
 msgid "Based on keyboard use"
 msgstr "pagal klaviatūros naudojimą"
 
-#: ../finch/gntprefs.c:94 ../pidgin/gtkprefs.c:2058
 msgid "From last sent message"
 msgstr "nuo paskutinės išsiųstos žinutės"
 
-#: ../finch/gntprefs.c:96 ../pidgin/gtkprefs.c:945 ../pidgin/gtkprefs.c:953
-#: ../pidgin/gtkprefs.c:2057 ../pidgin/gtkprefs.c:2071
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:333
 msgid "Never"
 msgstr "niekada"
 
 #  set the Show Offline Buddies option. must be done
 #  * after the treeview or faceprint gets mad. -Robot101
-#: ../finch/gntprefs.c:184
 msgid "Show Idle Time"
 msgstr "Rodyti neveiklumo laikus"
 
 #  set the Show Offline Buddies option. must be done
 #  * after the treeview or faceprint gets mad. -Robot101
-#: ../finch/gntprefs.c:185
 msgid "Show Offline Buddies"
 msgstr "Rodyti neprisijungusius bičiulius"
 
-#: ../finch/gntprefs.c:192
 msgid "Notify buddies when you are typing"
 msgstr "Informuoti bičiulius, kai jiems rašote"
 
-#: ../finch/gntprefs.c:198 ../finch/plugins/gnthistory.c:153
 msgid "Log format"
 msgstr "Žurnalo formatas"
 
-#: ../finch/gntprefs.c:199 ../finch/plugins/gnthistory.c:143
 msgid "Log IMs"
 msgstr "Į žurnalą rašyti asmeninius pokalbius"
 
-#: ../finch/gntprefs.c:200 ../finch/plugins/gnthistory.c:144
 msgid "Log chats"
 msgstr "Į žurnalą rašyti pokalbius kambariuose"
 
-#: ../finch/gntprefs.c:201
 msgid "Log status change events"
 msgstr "Į žurnalą rašyti būsenos pasikeitimus"
 
-#: ../finch/gntprefs.c:207
 msgid "Report Idle time"
 msgstr "Rodyti neveiklumo laiką"
 
-#: ../finch/gntprefs.c:208
 msgid "Change status when idle"
 msgstr "Pakeisti būseną tapus neveikliu"
 
-#: ../finch/gntprefs.c:209
 msgid "Minutes before changing status"
 msgstr "Kiek minučių turi praeiti iki būsenos pakeitimo"
 
-#: ../finch/gntprefs.c:210
 msgid "Change status to"
 msgstr "Pakeisti būseną į"
 
 #. Conversations
-#: ../finch/gntprefs.c:259 ../pidgin/gtkprefs.c:1043 ../pidgin/gtkprefs.c:2144
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:340
 msgid "Conversations"
 msgstr "Pokalbiai"
 
-#: ../finch/gntprefs.c:260 ../finch/plugins/gnthistory.c:151
-#: ../pidgin/gtkprefs.c:1614 ../pidgin/gtkprefs.c:2155
 msgid "Logging"
 msgstr "Žurnalų vedimas"
 
-#: ../finch/gntrequest.c:381
 msgid "You must fill all the required fields."
 msgstr "Turite užpildyti visus privalomus laukus."
 
-#: ../finch/gntrequest.c:382
 msgid "The required fields are underlined."
 msgstr "Privalomi laukai yra pabraukti."
 
-#: ../finch/gntrequest.c:640
 msgid "Not implemented yet."
 msgstr "Funkcija dar nerealizuota."
 
-#: ../finch/gntrequest.c:745 ../pidgin/gtkrequest.c:1553
-#: ../pidgin/gtkrequest.c:1599
 msgid "Save File..."
 msgstr "Įrašyti failą..."
 
-#: ../finch/gntrequest.c:745 ../pidgin/gtkrequest.c:1554
-#: ../pidgin/gtkrequest.c:1600
 msgid "Open File..."
 msgstr "Atverti failą..."
 
-#: ../finch/gntrequest.c:762
 msgid "Choose Location..."
 msgstr "Parinkite kelią..."
 
-#: ../finch/gntroomlist.c:208
 msgid "Hit 'Enter' to find more rooms of this category."
 msgstr ""
 "Paspauskite įvedimo klavišą, kad rastumėte daugiau šios kategorijos kambarių."
 
-#: ../finch/gntroomlist.c:273
 msgid "Get"
 msgstr "Gauti"
 
 #. Create the window.
-#: ../finch/gntroomlist.c:285 ../finch/gntui.c:101 ../pidgin/gtkroomlist.c:523
 msgid "Room List"
 msgstr "Kambarių sąrašas"
 
-#: ../finch/gntsound.c:96 ../pidgin/gtksound.c:62
 msgid "Buddy logs in"
 msgstr "Bičiulis prisijungia"
 
-#: ../finch/gntsound.c:97 ../pidgin/gtksound.c:63
 msgid "Buddy logs out"
 msgstr "Bičiulis atsijungia"
 
-#: ../finch/gntsound.c:98 ../pidgin/gtksound.c:64
 msgid "Message received"
 msgstr "Gauta žinutė"
 
-#: ../finch/gntsound.c:99 ../pidgin/gtksound.c:65
 msgid "Message received begins conversation"
 msgstr "Gauta žinutė, pradedanti pokalbį"
 
-#: ../finch/gntsound.c:100 ../pidgin/gtksound.c:66
 msgid "Message sent"
 msgstr "Išsiųsta žinutė"
 
-#: ../finch/gntsound.c:101 ../pidgin/gtksound.c:67
 msgid "Person enters chat"
 msgstr "Asmuo ateina į pokalbių kambarį"
 
-#: ../finch/gntsound.c:102 ../pidgin/gtksound.c:68
 msgid "Person leaves chat"
 msgstr "Asmuo palieka pokalbių kambarį"
 
-#: ../finch/gntsound.c:103 ../pidgin/gtksound.c:69
 msgid "You talk in chat"
 msgstr "Jūs kalbate pokalbių kambaryje"
 
-#: ../finch/gntsound.c:104 ../pidgin/gtksound.c:70
 msgid "Others talk in chat"
 msgstr "Kiti kalba pokalbių kambaryje"
 
-#: ../finch/gntsound.c:106 ../pidgin/gtksound.c:73
 msgid "Someone says your username in chat"
 msgstr "Kas nors pokalbyje pasako Jūsų vardą"
 
-#: ../finch/gntsound.c:367 ../pidgin/gtksound.c:309
 msgid "GStreamer Failure"
 msgstr "GStreamer klaida"
 
-#: ../finch/gntsound.c:368 ../pidgin/gtksound.c:310
 msgid "GStreamer failed to initialize."
 msgstr "Nepavyko paleisti GStreamer."
 
-#: ../finch/gntsound.c:722 ../finch/gntsound.c:808 ../pidgin/gtkpounce.c:178
-#: ../pidgin/gtkpounce.c:189 ../pidgin/gtkpounce.c:321
-#: ../pidgin/gtkpounce.c:691 ../pidgin/gtkpounce.c:951
-#: ../pidgin/gtkprefs.c:1738 ../pidgin/gtkprefs.c:1827
-#: ../pidgin/gtkprefs.c:2000
 msgid "(default)"
 msgstr "(numatytasis)"
 
-#: ../finch/gntsound.c:735
 msgid "Select Sound File ..."
 msgstr "Pasirinkite garso failą..."
 
-#: ../finch/gntsound.c:910
 msgid "Sound Preferences"
 msgstr "Garsų nuostatos"
 
-#: ../finch/gntsound.c:921
 msgid "Profiles"
 msgstr "Profiliai"
 
-#: ../finch/gntsound.c:960 ../pidgin/gtkprefs.c:1865
 msgid "Automatic"
 msgstr "automatinis"
 
-#: ../finch/gntsound.c:963
 msgid "Console Beep"
 msgstr "pyptelėjimai"
 
-#: ../finch/gntsound.c:964 ../pidgin/gtkprefs.c:1869
 msgid "Command"
 msgstr "komanda"
 
-#: ../finch/gntsound.c:965
 msgid "No Sound"
 msgstr "be garsų"
 
-#: ../finch/gntsound.c:967 ../pidgin/gtkprefs.c:1860
 msgid "Sound Method"
 msgstr "Garso grojimo būdas:"
 
-#: ../finch/gntsound.c:972
 msgid "Method: "
 msgstr "Būdas:"
 
-#: ../finch/gntsound.c:979
 #, c-format
 msgid ""
 "Sound Command\n"
@@ -1955,82 +1310,56 @@
 "(%s reiškia failo vardą)"
 
 #. Sound options
-#: ../finch/gntsound.c:987 ../pidgin/gtkprefs.c:1891
 msgid "Sound Options"
 msgstr "Garso parinktys"
 
-#: ../finch/gntsound.c:988
 msgid "Sounds when conversation has focus"
 msgstr "Groti garsus, kai pokalbio langas yra veikiamasis"
 
-#: ../finch/gntsound.c:996 ../pidgin/gtkprefs.c:943 ../pidgin/gtkprefs.c:955
-#: ../pidgin/gtkprefs.c:1898 ../pidgin/plugins/timestamp_format.c:42
-#: ../pidgin/plugins/timestamp_format.c:51
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:334
 msgid "Always"
 msgstr "visada"
 
-#: ../finch/gntsound.c:997 ../pidgin/gtkprefs.c:1896
 msgid "Only when available"
 msgstr "tik kai esu pasiekiamas"
 
-#: ../finch/gntsound.c:998 ../pidgin/gtkprefs.c:1897
 msgid "Only when not available"
 msgstr "tik kai esu nepasiekiamas"
 
-#: ../finch/gntsound.c:1005
 msgid "Volume(0-100):"
 msgstr "Garsumas (0--100):"
 
 #. Sound events
-#: ../finch/gntsound.c:1024 ../pidgin/gtkprefs.c:1926
 msgid "Sound Events"
 msgstr "Garsai ir veiksmai"
 
-#: ../finch/gntsound.c:1026 ../pidgin/gtkprefs.c:1985
 msgid "Event"
 msgstr "Įvykis"
 
-#: ../finch/gntsound.c:1026
 msgid "File"
 msgstr "Failas"
 
-#: ../finch/gntsound.c:1045
 msgid "Test"
 msgstr "Testuoti"
 
-#: ../finch/gntsound.c:1048 ../pidgin/gtkpounce.c:695
 msgid "Reset"
 msgstr "Atstatyti"
 
-#: ../finch/gntsound.c:1051
 msgid "Choose..."
 msgstr "Pasirinkti..."
 
-#: ../finch/gntstatus.c:138
 #, c-format
 msgid "Are you sure you want to delete \"%s\""
 msgstr "Ar Jūs tikrai norite šalinti „%s“?"
 
-#: ../finch/gntstatus.c:141
 msgid "Delete Status"
 msgstr "Pašalinti būseną"
 
-#: ../finch/gntstatus.c:176 ../pidgin/gtksavedstatuses.c:629
 msgid "Saved Statuses"
 msgstr "Išsaugotos būsenos"
 
-#: ../finch/gntstatus.c:183 ../finch/gntstatus.c:539
-#: ../libpurple/protocols/jabber/buddy.c:321
-#: ../libpurple/protocols/jabber/buddy.c:1387
-#: ../libpurple/protocols/msn/msn.c:839
-#: ../libpurple/protocols/myspace/myspace.c:171
-#: ../libpurple/protocols/novell/novell.c:1493
-#: ../pidgin/gtksavedstatuses.c:528
 msgid "Title"
 msgstr "Pavadinimas"
 
-#: ../finch/gntstatus.c:183 ../pidgin/gtksavedstatuses.c:543
 msgid "Type"
 msgstr "Rūšis"
 
@@ -2042,208 +1371,131 @@
 #. user_settable
 #. not independent
 #. Attributes - each status can have a message.
-#: ../finch/gntstatus.c:183 ../finch/gntstatus.c:564 ../finch/gntstatus.c:576
-#: ../libpurple/protocols/bonjour/bonjour.c:281
-#: ../libpurple/protocols/bonjour/bonjour.c:288
-#: ../libpurple/protocols/bonjour/bonjour.c:371
-#: ../libpurple/protocols/gg/gg.c:1086 ../libpurple/protocols/gg/gg.c:1583
-#: ../libpurple/protocols/gg/gg.c:1601 ../libpurple/protocols/gg/gg.c:1611
-#: ../libpurple/protocols/gg/gg.c:1617 ../libpurple/protocols/gg/gg.c:1626
-#: ../libpurple/protocols/gg/gg.c:1631 ../libpurple/protocols/irc/irc.c:245
-#: ../libpurple/protocols/jabber/jabber.c:1644
-#: ../libpurple/protocols/jabber/jabber.c:1658
-#: ../libpurple/protocols/jabber/jabber.c:1672
-#: ../libpurple/protocols/jabber/jabber.c:1686
-#: ../libpurple/protocols/jabber/jabber.c:1700
-#: ../libpurple/protocols/jabber/jabber.c:1716
-#: ../libpurple/protocols/msn/msn.c:791 ../libpurple/protocols/msn/msn.c:797
-#: ../libpurple/protocols/msn/msn.c:803 ../libpurple/protocols/msn/msn.c:809
-#: ../libpurple/protocols/msn/msn.c:814 ../libpurple/protocols/msn/msn.c:819
-#: ../libpurple/protocols/myspace/myspace.c:148
-#: ../libpurple/protocols/novell/novell.c:2856
-#: ../libpurple/protocols/novell/novell.c:2959
-#: ../libpurple/protocols/novell/novell.c:2965
-#: ../libpurple/protocols/novell/novell.c:2971
-#: ../libpurple/protocols/oscar/oscar.c:5977
-#: ../libpurple/protocols/oscar/oscar.c:5991
-#: ../libpurple/protocols/oscar/oscar.c:6007
-#: ../libpurple/protocols/oscar/oscar.c:6014
-#: ../libpurple/protocols/oscar/oscar.c:6021
-#: ../libpurple/protocols/sametime/sametime.c:3338
-#: ../libpurple/protocols/sametime/sametime.c:3344
-#: ../libpurple/protocols/sametime/sametime.c:3350
-#: ../libpurple/protocols/sametime/sametime.c:3429
-#: ../libpurple/protocols/silc/buddy.c:1566
-#: ../libpurple/protocols/silc10/buddy.c:1566
-#: ../libpurple/protocols/simple/simple.c:247
-#: ../libpurple/protocols/yahoo/yahoo.c:3824
-#: ../libpurple/protocols/yahoo/yahoo.c:3830
-#: ../libpurple/protocols/zephyr/zephyr.c:2356
-#: ../pidgin/gtksavedstatuses.c:558 ../pidgin/gtksavedstatuses.c:1045
 msgid "Message"
 msgstr "Žinutė"
 
 #. Use
-#: ../finch/gntstatus.c:194 ../finch/gntstatus.c:593
 msgid "Use"
 msgstr "Naudoti"
 
-#: ../finch/gntstatus.c:301
 msgid "Invalid title"
 msgstr "Neteisingas pavadinimas"
 
-#: ../finch/gntstatus.c:302
 msgid "Please enter a non-empty title for the status."
 msgstr "Įveskite netuščią būsenos pavadinimą."
 
-#: ../finch/gntstatus.c:310
 msgid "Duplicate title"
 msgstr "Pasikartojantis pavadinimas"
 
-#: ../finch/gntstatus.c:311
 msgid "Please enter a different title for the status."
 msgstr "Prašome įvesti skirtingą pavadinimą šiai būsenai."
 
-#: ../finch/gntstatus.c:452
 msgid "Substatus"
 msgstr "Smulkesnė būsena"
 
-#: ../finch/gntstatus.c:464 ../pidgin/gtkft.c:701
 msgid "Status:"
 msgstr "Būsena:"
 
-#: ../finch/gntstatus.c:479
 msgid "Message:"
 msgstr "Žinutė:"
 
-#: ../finch/gntstatus.c:528
 msgid "Edit Status"
 msgstr "Redaguoti būseną"
 
-#: ../finch/gntstatus.c:570
 msgid "Use different status for following accounts"
 msgstr "Šioms paskyroms naudoti kitą būseną"
 
 #. Save & Use
-#: ../finch/gntstatus.c:604
 msgid "Save & Use"
 msgstr "Išsaugoti ir naudoti"
 
-#: ../finch/gntui.c:97
 msgid "Certificates"
 msgstr "Liudijimai"
 
-#: ../finch/gntui.c:102 ../pidgin/gtkprefs.c:2146
 msgid "Sounds"
 msgstr "Garsai"
 
-#: ../finch/gntui.c:104
 msgid "Statuses"
 msgstr "Būsenos"
 
-#: ../finch/plugins/gntclipboard.c:115 ../finch/plugins/gntclipboard.c:121
-#: ../finch/plugins/gntclipboard.c:128
 msgid "Error loading the plugin."
 msgstr "Papildinio įkėlimo klaida."
 
-#: ../finch/plugins/gntclipboard.c:116
 msgid "Couldn't find X display"
 msgstr "Nepavyko surasti X ekrano"
 
-#: ../finch/plugins/gntclipboard.c:122
 msgid "Couldn't find window"
 msgstr "Nepavyko surasti lango"
 
-#: ../finch/plugins/gntclipboard.c:129
 msgid "This plugin cannot be loaded because it was not built with X11 support."
 msgstr ""
 "Nepavyko įkelti šio papildinio, nes jis sukonstruotas be X11 palaikymo."
 
-#: ../finch/plugins/gntclipboard.c:158
 msgid "GntClipboard"
 msgstr "„Gnt“ iškarpinė"
 
-#: ../finch/plugins/gntclipboard.c:160
 msgid "Clipboard plugin"
 msgstr "Iškarpinės papildinys"
 
-#: ../finch/plugins/gntclipboard.c:161
 msgid ""
 "When the gnt clipboard contents change, the contents are made available to "
 "X, if possible."
 msgstr "Kai „Gnt“ iškarpinės turinys pasikeičia, jis perduodamas X iškarpinei"
 
-#: ../finch/plugins/gntgf.c:231
 #, c-format
 msgid "%s just signed on"
 msgstr "%s ką tik prisijungė"
 
-#: ../finch/plugins/gntgf.c:238
 #, c-format
 msgid "%s just signed off"
 msgstr "%s atsijungė"
 
-#: ../finch/plugins/gntgf.c:246
 #, c-format
 msgid "%s sent you a message"
 msgstr "%s atsiuntė žinutę"
 
-#: ../finch/plugins/gntgf.c:265
 #, c-format
 msgid "%s said your nick in %s"
 msgstr "%s pasakė Jūsų vardą pokalbyje %s"
 
-#: ../finch/plugins/gntgf.c:267
 #, c-format
 msgid "%s sent a message in %s"
 msgstr "%s parašė žinutę pokalbyje %s"
 
-#: ../finch/plugins/gntgf.c:305
 msgid "Buddy signs on/off"
 msgstr "Bičiulis pradeda arba baigia seansą"
 
-#: ../finch/plugins/gntgf.c:306
 msgid "You receive an IM"
 msgstr "Gaunate žinutę"
 
-#: ../finch/plugins/gntgf.c:307
 msgid "Someone speaks in a chat"
 msgstr "Kas nors parašo į pokalbį"
 
-#: ../finch/plugins/gntgf.c:308
 msgid "Someone says your name in a chat"
 msgstr "Kas nors pokalbyje pasako Jūsų vardą"
 
-#: ../finch/plugins/gntgf.c:336
 msgid "Notify with a toaster when"
 msgstr "Informuoti iššokančiu langeliu, kai:"
 
-#: ../finch/plugins/gntgf.c:351
 msgid "Beep too!"
 msgstr "Taip pat ir pyptelėti!"
 
-#: ../finch/plugins/gntgf.c:357
 msgid "Set URGENT for the terminal window."
 msgstr "Nustatyti „URGENT“ požymį terminalo langui."
 
-#: ../finch/plugins/gntgf.c:377
 msgid "GntGf"
 msgstr "GntGf"
 
-#: ../finch/plugins/gntgf.c:379 ../finch/plugins/gntgf.c:380
 msgid "Toaster plugin"
 msgstr "Iššokančių langelių papildinys"
 
-#: ../finch/plugins/gnthistory.c:114 ../pidgin/plugins/history.c:132
 #, c-format
 msgid "<b>Conversation with %s on %s:</b><br>"
 msgstr "<b>Pokalbis su %s, įvykęs %s:</b><br>"
 
-#: ../finch/plugins/gnthistory.c:172 ../pidgin/plugins/history.c:159
 msgid "History Plugin Requires Logging"
 msgstr "Istorijos papildinys reikalauja žurnalų vedimo"
 
-#: ../finch/plugins/gnthistory.c:173 ../pidgin/plugins/history.c:160
 msgid ""
 "Logging can be enabled from Tools -> Preferences -> Logging.\n"
 "\n"
@@ -2256,15 +1508,12 @@
 "Žurnalų vedimo įjungimas greitosioms žinutėms ar pokalbiams kambariuose "
 "aktyvuos ir jų istoriją."
 
-#: ../finch/plugins/gnthistory.c:217
 msgid "GntHistory"
 msgstr "GntHistory"
 
-#: ../finch/plugins/gnthistory.c:219 ../pidgin/plugins/history.c:203
 msgid "Shows recently logged conversations in new conversations."
 msgstr "Parodo neseniai įrašytus pokalbius naujuose pokalbiuose."
 
-#: ../finch/plugins/gnthistory.c:220 ../pidgin/plugins/history.c:204
 msgid ""
 "When a new conversation is opened this plugin will insert the last "
 "conversation into the current conversation."
@@ -2272,173 +1521,116 @@
 "Kai pradedamas naujas pokalbis, šis papildinys įterps paskutinio pokalbio "
 "tekstą su tuo pačiu pašnekovu į pokalbių langą."
 
-#: ../finch/plugins/grouping.c:42 ../libpurple/protocols/oscar/oscar.c:745
 msgid "Online"
 msgstr "Prisijungęs"
 
-#: ../finch/plugins/grouping.c:44 ../finch/plugins/grouping.c:145
-#: ../libpurple/protocols/gg/gg.c:1017
-#: ../libpurple/protocols/jabber/buddy.c:2055
-#: ../libpurple/protocols/novell/novell.c:2846
-#: ../libpurple/protocols/oscar/oscar.c:904
-#: ../libpurple/protocols/oscar/oscar.c:5809
-#: ../libpurple/protocols/qq/qq.c:213 ../libpurple/protocols/qq/qq.c:220
-#: ../libpurple/protocols/qq/qq.c:367
-#: ../libpurple/protocols/yahoo/yahoo.c:3163 ../libpurple/status.c:159
-#: ../pidgin/gtkblist.c:3505 ../pidgin/gtkblist.c:3897
-#: ../pidgin/gtkdocklet.c:561 ../pidgin/gtkstatusbox.c:1093
 msgid "Offline"
 msgstr "Atsijungęs"
 
 #  set the Show Offline Buddies option. must be done
 #  * after the treeview or faceprint gets mad. -Robot101
-#: ../finch/plugins/grouping.c:117 ../pidgin/gtkblist.c:3541
 msgid "Online Buddies"
 msgstr "Prisijungusių bičiulių"
 
 #  set the Show Offline Buddies option. must be done
 #  * after the treeview or faceprint gets mad. -Robot101
-#: ../finch/plugins/grouping.c:117
 msgid "Offline Buddies"
 msgstr "Neprisijungusių bičiulių"
 
-#: ../finch/plugins/grouping.c:127
 msgid "Online/Offline"
 msgstr "Prisijungęs/neprisijungęs"
 
-#: ../finch/plugins/grouping.c:168
 msgid "Meebo"
 msgstr "Meebo"
 
-#: ../finch/plugins/grouping.c:217
 msgid "No Grouping"
 msgstr "Be grupavimo"
 
-#: ../finch/plugins/grouping.c:257 ../finch/plugins/grouping.c:258
 msgid "Provides alternate buddylist grouping options."
 msgstr "Siūlo papildomus bičiulių sąrašo grupavimo būdus."
 
-#: ../finch/plugins/lastlog.c:69
 msgid "Lastlog"
 msgstr "Lastlog"
 
 #. Translator Note: The "backlog" is the conversation buffer/history.
-#: ../finch/plugins/lastlog.c:100
 msgid "lastlog: Searches for a substring in the backlog."
 msgstr "lastlog: ieško eilutės žurnaluose."
 
-#: ../finch/plugins/lastlog.c:122
 msgid "GntLastlog"
 msgstr "GntLastLog"
 
-#: ../finch/plugins/lastlog.c:124 ../finch/plugins/lastlog.c:125
 msgid "Lastlog plugin."
 msgstr "„Lastlog“ papildinys."
 
-#: ../libpurple/account.c:887
 msgid "accounts"
 msgstr "paskyros"
 
-#: ../libpurple/account.c:1063 ../libpurple/protocols/jabber/auth.c:204
-#: ../libpurple/protocols/silc/silc.c:474
 msgid "Password is required to sign on."
 msgstr "Prisijungimui būtinas slaptažoidis."
 
-#: ../libpurple/account.c:1097
 #, c-format
 msgid "Enter password for %s (%s)"
 msgstr "Įveskite %s (%s) slaptažodį"
 
-#: ../libpurple/account.c:1104
 msgid "Enter Password"
 msgstr "Įveskite slaptažodį"
 
-#: ../libpurple/account.c:1109
 msgid "Save password"
 msgstr "Išsaugoti slaptažodį"
 
-#: ../libpurple/account.c:1144 ../libpurple/connection.c:118
-#: ../libpurple/connection.c:191
 #, c-format
 msgid "Missing protocol plugin for %s"
 msgstr "Trūksta %s protokolo papildinio"
 
-#: ../libpurple/account.c:1146 ../libpurple/connection.c:121
 msgid "Connection Error"
 msgstr "Sujungimo klaida"
 
-#: ../libpurple/account.c:1357 ../libpurple/protocols/gg/gg.c:712
-#: ../libpurple/protocols/jabber/jabber.c:1772
 msgid "New passwords do not match."
 msgstr "Nauji slaptažodžiai nesutampa."
 
-#: ../libpurple/account.c:1370
 msgid "Fill out all fields completely."
 msgstr "Pilnai užpildykite visus laukus."
 
-#: ../libpurple/account.c:1402
 msgid "Original password"
 msgstr "Pradinis slaptažodis"
 
-#: ../libpurple/account.c:1410
 msgid "New password"
 msgstr "Naujas slaptažodis"
 
-#: ../libpurple/account.c:1418
 msgid "New password (again)"
 msgstr "Naujas slaptažodis (vėl)"
 
-#: ../libpurple/account.c:1425
 #, c-format
 msgid "Change password for %s"
 msgstr "Keisti %s slaptažodį"
 
-#: ../libpurple/account.c:1433
 msgid "Please enter your current password and your new password."
 msgstr "Prašome įvesti Jūsų pradinį slaptažodį ir Jūsų naują slaptažodį."
 
-#: ../libpurple/account.c:1464
 #, c-format
 msgid "Change user information for %s"
 msgstr "Pakeisti vartotojo %s informaciją"
 
-#: ../libpurple/account.c:1467 ../libpurple/protocols/toc/toc.c:1670
 msgid "Set User Info"
 msgstr "Nustatyti vartotojo informaciją"
 
-#: ../libpurple/account.c:1938 ../libpurple/protocols/gg/gg.c:1026
-#: ../libpurple/protocols/jabber/buddy.c:840
-#: ../libpurple/protocols/jabber/buddy.c:2051
-#: ../libpurple/protocols/jabber/buddy.c:2068
-#: ../libpurple/protocols/novell/novell.c:2849
-#: ../libpurple/protocols/qq/qq.c:273 ../pidgin/gtkft.c:166
 msgid "Unknown"
 msgstr "Nežinoma"
 
-#: ../libpurple/blist.c:521 ../libpurple/blist.c:1347
-#: ../libpurple/blist.c:1559 ../libpurple/blist.c:1561
-#: ../libpurple/protocols/jabber/roster.c:68
-#: ../libpurple/protocols/myspace/myspace.c:3459 ../pidgin/gtkblist.c:6423
-#: ../pidgin/plugins/gevolution/gevo-util.c:67
-#: ../pidgin/plugins/gevolution/gevolution.c:96
 msgid "Buddies"
 msgstr "Bičiuliai"
 
-#: ../libpurple/blist.c:548
 msgid "buddy list"
 msgstr "bičiulių sąrašas"
 
-#: ../libpurple/certificate.c:558
 msgid "(DOES NOT MATCH)"
 msgstr "(NESUTAMPA)"
 
 #. Make messages
-#: ../libpurple/certificate.c:562
 #, c-format
 msgid "%s has presented the following certificate for just-this-once use:"
 msgstr "%s pateikė šį liudijimą vienkartiniam naudojimui:"
 
-#: ../libpurple/certificate.c:563
 #, c-format
 msgid ""
 "Common name: %s %s\n"
@@ -2448,53 +1640,40 @@
 "SHA1 liudijimo kodas: %s"
 
 #. TODO: Find what the handle ought to be
-#: ../libpurple/certificate.c:568
 msgid "Single-use Certificate Verification"
 msgstr "Vienkartinio liudijimo patikra"
 
 #. Scheme name
 #. Pool name
-#: ../libpurple/certificate.c:897
 msgid "Certificate Authorities"
 msgstr "Liudijimų įstaigos"
 
 #. Scheme name
 #. Pool name
-#: ../libpurple/certificate.c:1065
 msgid "SSL Peers Cache"
 msgstr "SSL partnerių podėlis"
 
 #. Make messages
-#: ../libpurple/certificate.c:1196
 #, c-format
 msgid "Accept certificate for %s?"
 msgstr "Ar priimti liudijimą iš %s?"
 
 #. TODO: Find what the handle ought to be
-#: ../libpurple/certificate.c:1202
 msgid "SSL Certificate Verification"
 msgstr "SSL liudijimo patikra"
 
 #. Number of actions
-#: ../libpurple/certificate.c:1211
 msgid "Accept"
 msgstr "Priimti"
 
-#: ../libpurple/certificate.c:1212 ../libpurple/protocols/qq/buddy_opt.c:213
-#: ../libpurple/protocols/qq/group_im.c:141
-#: ../libpurple/protocols/qq/group_opt.c:105
-#: ../libpurple/protocols/qq/sys_msg.c:92
-#: ../libpurple/protocols/qq/sys_msg.c:252
 msgid "Reject"
 msgstr "Atmesti"
 
-#: ../libpurple/certificate.c:1213
 msgid "_View Certificate..."
 msgstr "_Rodyti liudijimą..."
 
 #. Prompt the user to authenticate the certificate
 #. vrq will be completed by user_auth
-#: ../libpurple/certificate.c:1314
 #, c-format
 msgid ""
 "The certificate presented by \"%s\" is self-signed. It cannot be "
@@ -2503,7 +1682,6 @@
 "Liudijimas, kurį pateikė „%s“, yra paties pasirašytas.  Jis negali būti "
 "automatiškai patikrintas."
 
-#: ../libpurple/certificate.c:1332
 #, c-format
 msgid "The certificate chain presented for %s is not valid."
 msgstr "Liudijimų grandinė, pateikta %s, yra neteisinga."
@@ -2513,16 +1691,13 @@
 #. stifle it.
 #. TODO: Probably wrong.
 #. TODO: Probably wrong
-#: ../libpurple/certificate.c:1340 ../libpurple/certificate.c:1410
 msgid "SSL Certificate Error"
 msgstr "SSL liudijimo klaida"
 
-#: ../libpurple/certificate.c:1341
 msgid "Invalid certificate chain"
 msgstr "Neteisinga liudijimų grandinė"
 
 #. vrq will be completed by user_auth
-#: ../libpurple/certificate.c:1362
 msgid ""
 "You have no database of root certificates, so this certificate cannot be "
 "validated."
@@ -2531,13 +1706,11 @@
 "būti patikrintas."
 
 #. vrq will be completed by user_auth
-#: ../libpurple/certificate.c:1385
 msgid ""
 "The root certificate this one claims to be issued by is unknown to Pidgin."
 msgstr ""
 "Šis liudijimas nurodo jį išleidusį pagrindinį liudijimą, kurio Pidgin nežino."
 
-#: ../libpurple/certificate.c:1402
 #, c-format
 msgid ""
 "The certificate chain presented by %s does not have a valid digital "
@@ -2547,7 +1720,6 @@
 "Liudijimų grandinė, kurią pateikė %s, neturi galiojančio skaitmeninio parašo "
 "iš liudijimų įstaigos, iš kurios ji teigia gavusi parašą."
 
-#: ../libpurple/certificate.c:1411
 msgid "Invalid certificate authority signature"
 msgstr "Neteisingas liudijimų įstaigos parašas"
 
@@ -2555,7 +1727,6 @@
 #. TODO: Provide the user with more guidance about why he is
 #. being prompted
 #. vrq will be completed by user_auth
-#: ../libpurple/certificate.c:1437
 #, c-format
 msgid ""
 "The certificate presented by \"%s\" claims to be from \"%s\" instead.  This "
@@ -2565,7 +1736,6 @@
 "jūs jungiatės ne prie tos paslaugos, prie kurios manote, kad jungiatės."
 
 #. Make messages
-#: ../libpurple/certificate.c:1899
 #, c-format
 msgid ""
 "Common name: %s\n"
@@ -2583,126 +1753,93 @@
 "Galiojimo pabaiga: %s\n"
 
 #. TODO: Find what the handle ought to be
-#: ../libpurple/certificate.c:1908
 msgid "Certificate Information"
 msgstr "Liudijimo informacija"
 
-#: ../libpurple/connection.c:120
 msgid "Registration Error"
 msgstr "Registravimo klaida"
 
-#: ../libpurple/connection.c:193
 msgid "Unregistration Error"
 msgstr "Išregistravimo klaida"
 
-#: ../libpurple/connection.c:347
 #, c-format
 msgid "+++ %s signed on"
 msgstr "+++ %s prisijungė"
 
-#: ../libpurple/connection.c:377
 #, c-format
 msgid "+++ %s signed off"
 msgstr "+++ %s atsijungė"
 
-#: ../libpurple/connection.c:530 ../libpurple/plugin.c:277
-#: ../libpurple/protocols/jabber/buddy.c:2371
-#: ../libpurple/protocols/msn/servconn.c:141
-#: ../libpurple/protocols/msn/session.c:384
-#: ../libpurple/protocols/msnp9/servconn.c:139
-#: ../libpurple/protocols/msnp9/session.c:343
-#: ../libpurple/protocols/oscar/family_chatnav.c:63
 msgid "Unknown error"
 msgstr "Nežinoma klaida"
 
-#: ../libpurple/conversation.c:170
 msgid "Unable to send message: The message is too large."
 msgstr "Negalima išsiųsti žinutės: ji per ilga."
 
-#: ../libpurple/conversation.c:173 ../libpurple/conversation.c:186
 #, c-format
 msgid "Unable to send message to %s."
 msgstr "Negalima išsiųsti žinutės vartotojui %s."
 
-#: ../libpurple/conversation.c:174
 msgid "The message is too large."
 msgstr "Žinutė per ilga."
 
-#: ../libpurple/conversation.c:183 ../libpurple/protocols/bonjour/jabber.c:296
-#: ../libpurple/protocols/bonjour/jabber.c:339
 msgid "Unable to send message."
 msgstr "Negalima išsiųsti žinutės."
 
-#: ../libpurple/conversation.c:1231
 msgid "Send Message"
 msgstr "Nusiųsti žinutę"
 
-#: ../libpurple/conversation.c:1234
 msgid "_Send Message"
 msgstr "Nu_siųsti žinutę"
 
-#: ../libpurple/conversation.c:1640
 #, c-format
 msgid "%s entered the room."
 msgstr "%s atėjo į kambarį."
 
-#: ../libpurple/conversation.c:1643
 #, c-format
 msgid "%s [<I>%s</I>] entered the room."
 msgstr "%s [<I>%s</I>] atėjo į kambarį."
 
-#: ../libpurple/conversation.c:1753
 #, c-format
 msgid "You are now known as %s"
 msgstr "Dabar esate žinomas kaip %s"
 
-#: ../libpurple/conversation.c:1773
 #, c-format
 msgid "%s is now known as %s"
 msgstr "%s dabar yra žinomas kaip %s"
 
-#: ../libpurple/conversation.c:1848
 #, c-format
 msgid "%s left the room."
 msgstr "%s paliko kambarį."
 
-#: ../libpurple/conversation.c:1851
 #, c-format
 msgid "%s left the room (%s)."
 msgstr "%s paliko kambarį (%s)."
 
-#: ../libpurple/dbus-server.c:587
 #, c-format
 msgid "Failed to get connection: %s"
 msgstr "Nepavyko gauti jungties: %s"
 
-#: ../libpurple/dbus-server.c:599
 #, c-format
 msgid "Failed to get name: %s"
 msgstr "Nepavyko gauti vardo: %s"
 
-#: ../libpurple/dbus-server.c:613
 #, c-format
 msgid "Failed to get serv name: %s"
 msgstr "Nepavyko gauti serverio pavadinimo: %s"
 
-#: ../libpurple/dbus-server.h:86
 msgid "Purple's D-BUS server is not running for the reason listed below"
 msgstr "Purple D-BUS serveris nėra paleistas dėl žemiau pateiktos priežasties"
 
-#: ../libpurple/desktopitem.c:287 ../libpurple/desktopitem.c:878
 msgid "No name"
 msgstr "Be vardo"
 
-#: ../libpurple/dnsquery.c:535
 msgid "Unable to create new resolver process\n"
 msgstr "Negalima sukurti naujo DNS adresų keitiklio proceso\n"
 
-#: ../libpurple/dnsquery.c:540
 msgid "Unable to send request to resolver process\n"
 msgstr "Nepavyko išsiųsti užklausos DNS adresų keitiklio procesui\n"
 
-#: ../libpurple/dnsquery.c:573 ../libpurple/dnsquery.c:722
 #, c-format
 msgid ""
 "Error resolving %s:\n"
@@ -2711,13 +1848,10 @@
 "Klaida verčiant DNS adresą %s:\n"
 "%s"
 
-#: ../libpurple/dnsquery.c:576 ../libpurple/dnsquery.c:736
-#: ../libpurple/dnsquery.c:854
 #, c-format
 msgid "Error resolving %s: %d"
 msgstr "Klaida keičiant DNS adresą %s: %d"
 
-#: ../libpurple/dnsquery.c:598
 #, c-format
 msgid ""
 "Error reading from resolver process:\n"
@@ -2726,20 +1860,16 @@
 "Skaitymo iš DNS adresų keitiklio proceso klaida:\n"
 "%s"
 
-#: ../libpurple/dnsquery.c:602
 msgid "EOF while reading from resolver process"
 msgstr "Failo pabaiga skaitymo iš DNS adresų keitiklio proceso metu"
 
-#: ../libpurple/dnsquery.c:786
 #, c-format
 msgid "Thread creation failure: %s"
 msgstr "Nepavyko sukurti gijos: %s"
 
-#: ../libpurple/dnsquery.c:787
 msgid "Unknown reason"
 msgstr "Nežinoma priežastis"
 
-#: ../libpurple/ft.c:210
 #, c-format
 msgid ""
 "Error reading %s: \n"
@@ -2748,7 +1878,6 @@
 "%s skaitymo klaida:\n"
 "%s.\n"
 
-#: ../libpurple/ft.c:214
 #, c-format
 msgid ""
 "Error writing %s: \n"
@@ -2757,7 +1886,6 @@
 "%s rašymo klaida:\n"
 "%s.\n"
 
-#: ../libpurple/ft.c:218
 #, c-format
 msgid ""
 "Error accessing %s: \n"
@@ -2766,39 +1894,31 @@
 "%s prieigos klaida:\n"
 "%s.\n"
 
-#: ../libpurple/ft.c:254
 msgid "Directory is not writable."
 msgstr "Į katalogą negalima rašyti."
 
-#: ../libpurple/ft.c:269
 msgid "Cannot send a file of 0 bytes."
 msgstr "Negalima siųsti 0 baitų dydžio failo."
 
-#: ../libpurple/ft.c:279
 msgid "Cannot send a directory."
 msgstr "Negalima siųsti katalogo."
 
-#: ../libpurple/ft.c:288
 #, c-format
 msgid "%s is not a regular file. Cowardly refusing to overwrite it.\n"
 msgstr "%s nėra paprastas failas, todėl nebuvo pakeistas.\n"
 
-#: ../libpurple/ft.c:348
 #, c-format
 msgid "%s wants to send you %s (%s)"
 msgstr "%s nori Jums atsiųsti %s (%s)"
 
-#: ../libpurple/ft.c:355
 #, c-format
 msgid "%s wants to send you a file"
 msgstr "%s nori Jums atsiųsti failą"
 
-#: ../libpurple/ft.c:398
 #, c-format
 msgid "Accept file transfer request from %s?"
 msgstr "Ar priimti perduodamą failą iš %s?"
 
-#: ../libpurple/ft.c:402
 #, c-format
 msgid ""
 "A file is available for download from:\n"
@@ -2809,133 +1929,103 @@
 "Nutolęs mazgas: %s\n"
 "Nutolęs prievadas: %d"
 
-#: ../libpurple/ft.c:437
 #, c-format
 msgid "%s is offering to send file %s"
 msgstr "%s siūlo atsiųsti failą %s"
 
-#: ../libpurple/ft.c:490
 #, c-format
 msgid "%s is not a valid filename.\n"
 msgstr "%s nėra teisingas failo vardas.\n"
 
-#: ../libpurple/ft.c:511
 #, c-format
 msgid "Offering to send %s to %s"
 msgstr "Siūloma nusiųsti %s bičiuliui %s"
 
-#: ../libpurple/ft.c:523
 #, c-format
 msgid "Starting transfer of %s from %s"
 msgstr "Pradedamas %s gavimas iš %s"
 
-#: ../libpurple/ft.c:700
 #, c-format
 msgid "Transfer of file %s complete"
 msgstr "Failo %s perdavimas baigtas"
 
-#: ../libpurple/ft.c:703
 msgid "File transfer complete"
 msgstr "Failo perdavimas baigtas"
 
-#: ../libpurple/ft.c:1138
 #, c-format
 msgid "You canceled the transfer of %s"
 msgstr "Jūs nutraukėte %s perdavimą"
 
-#: ../libpurple/ft.c:1143
 msgid "File transfer cancelled"
 msgstr "Failo perdavimas nutrauktas"
 
-#: ../libpurple/ft.c:1201
 #, c-format
 msgid "%s canceled the transfer of %s"
 msgstr "%s nutraukė %s perdavimą"
 
-#: ../libpurple/ft.c:1206
 #, c-format
 msgid "%s canceled the file transfer"
 msgstr "%s nutraukė failo perdavimą"
 
-#: ../libpurple/ft.c:1263
 #, c-format
 msgid "File transfer to %s failed."
 msgstr "Įvyko failo perdavimo bičiuliui %s klaida."
 
-#: ../libpurple/ft.c:1265
 #, c-format
 msgid "File transfer from %s failed."
 msgstr "Įvyko failo gavimo iš %s klaida."
 
-#: ../libpurple/gconf/purple.schemas.in.h:1
 msgid "Run the command in a terminal"
 msgstr "Vykdyti komandą terminale"
 
-#: ../libpurple/gconf/purple.schemas.in.h:2
 msgid "The command used to handle \"aim\" URLs, if enabled."
 msgstr "Komanda „aim“ universaliųjų adresų apdorojimui, jei aktyvuota."
 
-#: ../libpurple/gconf/purple.schemas.in.h:3
 msgid "The command used to handle \"gg\" URLs, if enabled."
 msgstr "Komanda „gg“ universaliųjų adresų apdorojimui, jei aktyvuota."
 
-#: ../libpurple/gconf/purple.schemas.in.h:4
 msgid "The command used to handle \"icq\" URLs, if enabled."
 msgstr "Komanda „icq“ universaliųjų adresų apdorojimui, jei aktyvuota."
 
-#: ../libpurple/gconf/purple.schemas.in.h:5
 msgid "The command used to handle \"irc\" URLs, if enabled."
 msgstr "Komanda „irc“ universaliųjų adresų apdorojimui, jei aktyvuota."
 
-#: ../libpurple/gconf/purple.schemas.in.h:6
 msgid "The command used to handle \"msnim\" URLs, if enabled."
 msgstr "Komanda „msnim“ universaliųjų adresų apdorojimui, jei aktyvuota."
 
-#: ../libpurple/gconf/purple.schemas.in.h:7
 msgid "The command used to handle \"sip\" URLs, if enabled."
 msgstr "Komanda „sip“ universaliųjų adresų apdorojimui, jei aktyvuota."
 
-#: ../libpurple/gconf/purple.schemas.in.h:8
 msgid "The command used to handle \"xmpp\" URLs, if enabled."
 msgstr "Komanda „xmpp“ universaliųjų adresų apdorojimui, jei aktyvuota."
 
-#: ../libpurple/gconf/purple.schemas.in.h:9
 msgid "The command used to handle \"ymsgr\" URLs, if enabled."
 msgstr "Komanda „ysmgr“ universaliųjų adresų apdorojimui, jei aktyvuota."
 
-#: ../libpurple/gconf/purple.schemas.in.h:10
 msgid "The handler for \"aim\" URLs"
 msgstr "Komanda „aim“ universaliųjų adresų apdorojimui"
 
-#: ../libpurple/gconf/purple.schemas.in.h:11
 msgid "The handler for \"gg\" URLs"
 msgstr "Komanda „aim“ universaliųjų adresų apdorojimui"
 
-#: ../libpurple/gconf/purple.schemas.in.h:12
 msgid "The handler for \"icq\" URLs"
 msgstr "Komanda „icq“ universaliųjų adresų apdorojimui"
 
-#: ../libpurple/gconf/purple.schemas.in.h:13
 msgid "The handler for \"irc\" URLs"
 msgstr "Komanda „irc“ universaliųjų adresų apdorojimui"
 
-#: ../libpurple/gconf/purple.schemas.in.h:14
 msgid "The handler for \"msnim\" URLs"
 msgstr "Komanda „msnim“ universaliųjų adresų apdorojimui"
 
-#: ../libpurple/gconf/purple.schemas.in.h:15
 msgid "The handler for \"sip\" URLs"
 msgstr "Komanda „sip“ universaliųjų adresų apdorojimui"
 
-#: ../libpurple/gconf/purple.schemas.in.h:16
 msgid "The handler for \"xmpp\" URLs"
 msgstr "Komanda „xmpp“ universaliųjų adresų apdorojimui"
 
-#: ../libpurple/gconf/purple.schemas.in.h:17
 msgid "The handler for \"ymsgr\" URLs"
 msgstr "Komanda „ysmgr“ universaliųjų adresų apdorojimui"
 
-#: ../libpurple/gconf/purple.schemas.in.h:18
 msgid ""
 "True if the command specified in the \"command\" key should handle \"aim\" "
 "URLs."
@@ -2943,7 +2033,6 @@
 "„True“, jeigu komanda, nurodyta „command“ rakte, turi apdoroti „aim“ "
 "universaliuosius adresus."
 
-#: ../libpurple/gconf/purple.schemas.in.h:19
 msgid ""
 "True if the command specified in the \"command\" key should handle \"gg\" "
 "URLs."
@@ -2951,7 +2040,6 @@
 "„True“, jeigu komanda, nurodyta „command“ rakte, turi apdoroti „gg“ "
 "universaliuosius adresus."
 
-#: ../libpurple/gconf/purple.schemas.in.h:20
 msgid ""
 "True if the command specified in the \"command\" key should handle \"icq\" "
 "URLs."
@@ -2959,7 +2047,6 @@
 "„True“, jeigu komanda, nurodyta „command“ rakte, turi apdoroti „icq“ "
 "universaliuosius adresus."
 
-#: ../libpurple/gconf/purple.schemas.in.h:21
 msgid ""
 "True if the command specified in the \"command\" key should handle \"irc\" "
 "URLs."
@@ -2967,7 +2054,6 @@
 "„True“, jeigu komanda, nurodyta „command“ rakte, turi apdoroti „irc“ "
 "universaliuosius adresus."
 
-#: ../libpurple/gconf/purple.schemas.in.h:22
 msgid ""
 "True if the command specified in the \"command\" key should handle \"msnim\" "
 "URLs."
@@ -2975,7 +2061,6 @@
 "„True“, jeigu komanda, nurodyta „command“ rakte, turi apdoroti „msnim“ "
 "universaliuosius adresus."
 
-#: ../libpurple/gconf/purple.schemas.in.h:23
 msgid ""
 "True if the command specified in the \"command\" key should handle \"sip\" "
 "URLs."
@@ -2983,7 +2068,6 @@
 "„True“, jeigu komanda, nurodyta „command“ rakte, turi apdoroti „sip“ "
 "universaliuosius adresus."
 
-#: ../libpurple/gconf/purple.schemas.in.h:24
 msgid ""
 "True if the command specified in the \"command\" key should handle \"xmpp\" "
 "URLs."
@@ -2991,7 +2075,6 @@
 "„True“, jeigu komanda, nurodyta „command“ rakte, turi apdoroti „xmpp“ "
 "universaliuosius adresus."
 
-#: ../libpurple/gconf/purple.schemas.in.h:25
 msgid ""
 "True if the command specified in the \"command\" key should handle \"ymsgr\" "
 "URLs."
@@ -2999,7 +2082,6 @@
 "„True“, jeigu komanda, nurodyta „command“ rakte, turi apdoroti „ysmgr“ "
 "universaliuosius adresus."
 
-#: ../libpurple/gconf/purple.schemas.in.h:26
 msgid ""
 "True if the command used to handle this type of URL should be run in a "
 "terminal."
@@ -3007,65 +2089,50 @@
 "„True“, jeigu komanda, turinti apdoroti šio tipo universaliuosius adresus, "
 "turi būti leidžiama terminale."
 
-#: ../libpurple/gconf/purple.schemas.in.h:27
 msgid "Whether the specified command should handle \"aim\" URLs"
 msgstr "Ar nurodytoji komanda turėtų apdoroti „aim“ universaliuosius adresus"
 
-#: ../libpurple/gconf/purple.schemas.in.h:28
 msgid "Whether the specified command should handle \"gg\" URLs"
 msgstr "Ar nurodytoji komanda turėtų apdoroti „gg“ universaliuosius adresus"
 
-#: ../libpurple/gconf/purple.schemas.in.h:29
 msgid "Whether the specified command should handle \"icq\" URLs"
 msgstr "Ar nurodytoji komanda turėtų apdoroti „icq“ universaliuosius adresus"
 
-#: ../libpurple/gconf/purple.schemas.in.h:30
 msgid "Whether the specified command should handle \"irc\" URLs"
 msgstr "Ar nurodytoji komanda turėtų apdoroti „irc“ universaliuosius adresus"
 
-#: ../libpurple/gconf/purple.schemas.in.h:31
 msgid "Whether the specified command should handle \"msnim\" URLs"
 msgstr "Ar nurodytoji komanda turėtų apdoroti „msnim“ universaliuosius adresus"
 
-#: ../libpurple/gconf/purple.schemas.in.h:32
 msgid "Whether the specified command should handle \"sip\" URLs"
 msgstr "Ar nurodytoji komanda turėtų apdoroti „sip“ universaliuosius adresus"
 
-#: ../libpurple/gconf/purple.schemas.in.h:33
 msgid "Whether the specified command should handle \"xmpp\" URLs"
 msgstr "Ar nurodytoji komanda turėtų apdoroti „xmpp“ universaliuosius adresus"
 
-#: ../libpurple/gconf/purple.schemas.in.h:34
 msgid "Whether the specified command should handle \"ymsgr\" URLs"
 msgstr "Ar nurodytoji komanda turėtų apdoroti „ysmgr“ universaliuosius adresus"
 
-#: ../libpurple/log.c:183
 msgid "<b><font color=\"red\">The logger has no read function</font></b>"
 msgstr ""
 "<b><font color=\"red\">Žurnalų tvarkytuvė neturi skaitymo funkcijos</font></"
 "b>"
 
-#: ../libpurple/log.c:597
 msgid "HTML"
 msgstr "HTML"
 
-#: ../libpurple/log.c:611
 msgid "Plain text"
 msgstr "Grynasis tekstas"
 
-#: ../libpurple/log.c:625
 msgid "Old flat format"
 msgstr "Senasis plokščias formatas"
 
-#: ../libpurple/log.c:850
 msgid "Logging of this conversation failed."
 msgstr "Nepavyko šio pokalbio įrašyti į žurnalą."
 
-#: ../libpurple/log.c:1293
 msgid "XML"
 msgstr "XML"
 
-#: ../libpurple/log.c:1377
 #, c-format
 msgid ""
 "<font color=\"#16569E\"><font size=\"2\">(%s)</font> <b>%s &lt;AUTO-"
@@ -3074,7 +2141,6 @@
 "<font color=\"#16569E\"><font size=\"2\">(%s)</font> <b>%s &lt;AUTOMATINIS "
 "ATSAKYMAS&gt;:</b></font> %s<br/>\n"
 
-#: ../libpurple/log.c:1379
 #, c-format
 msgid ""
 "<font color=\"#A82F2F\"><font size=\"2\">(%s)</font> <b>%s &lt;AUTO-"
@@ -3083,45 +2149,37 @@
 "<font color=\"#A82F2F\"><font size=\"2\">(%s)</font> <b>%s &lt;AUTOMATINIS "
 "ATSAKYMAS&gt;:</b></font> %s<br/>\n"
 
-#: ../libpurple/log.c:1437 ../libpurple/log.c:1570
 msgid "<font color=\"red\"><b>Unable to find log path!</b></font>"
 msgstr "<font color=\"red\"><b>Negalima rasti žurnalų kelio!</b></font>"
 
-#: ../libpurple/log.c:1449 ../libpurple/log.c:1579
 #, c-format
 msgid "<font color=\"red\"><b>Could not read file: %s</b></font>"
 msgstr "<font color=\"red\"><b>Negalima perskaityti failo: %s</b></font>"
 
-#: ../libpurple/log.c:1511
 #, c-format
 msgid "(%s) %s <AUTO-REPLY>: %s\n"
 msgstr "(%s) %s <AUTOMATINIS-ATSAKYMAS>: %s\n"
 
-#: ../libpurple/plugin.c:360
 #, c-format
 msgid "You are using %s, but this plugin requires %s."
 msgstr "Jūs naudojatės %s, bet šiam papildiniui reikia %s."
 
-#: ../libpurple/plugin.c:375
 msgid "This plugin has not defined an ID."
 msgstr "Šis papildinys nenustatė ID"
 
-#: ../libpurple/plugin.c:443
 #, c-format
 msgid "Plugin magic mismatch %d (need %d)"
 msgstr "Neatitinka papildinio kontrolinis skaičius %d (turėtų būti %d)"
 
-#: ../libpurple/plugin.c:460
 #, c-format
 msgid "ABI version mismatch %d.%d.x (need %d.%d.x)"
 msgstr "ABI versija %d.%d.x neatitinka (turėtų būti %d.%d.x)"
 
-#: ../libpurple/plugin.c:477
 msgid ""
 "Plugin does not implement all required functions (list_icon, login and close)"
-msgstr "Papildinys nerealizuoja visų reikallingų funkcijų (list_icon, login ir close)"
-
-#: ../libpurple/plugin.c:542
+msgstr ""
+"Papildinys nerealizuoja visų reikallingų funkcijų (list_icon, login ir close)"
+
 #, c-format
 msgid ""
 "The required plugin %s was not found. Please install this plugin and try "
@@ -3130,85 +2188,59 @@
 "Reikalautas papildinys %s nerastas. Prašome įdiegti šį papildinį ir bandyti "
 "iš naujo."
 
-#: ../libpurple/plugin.c:547
 msgid "Unable to load the plugin"
 msgstr "Papildinio įkelti nepavyko"
 
-#: ../libpurple/plugin.c:569
 #, c-format
 msgid "The required plugin %s was unable to load."
 msgstr "Reikalauto papildinio %s nepavyko įkelti."
 
-#: ../libpurple/plugin.c:573
 msgid "Unable to load your plugin."
 msgstr "Nepavyko įkelti Jūsų nurodyto papildinio."
 
-#: ../libpurple/plugin.c:663
 #, c-format
 msgid "%s requires %s, but it failed to unload."
 msgstr "%s reikalauja %s, bet pastarojo papildinio iškelti nepavyko."
 
-#: ../libpurple/plugins/autoaccept.c:23
 msgid "Autoaccept"
 msgstr "Automatinis priėmimas"
 
-#: ../libpurple/plugins/autoaccept.c:25 ../libpurple/plugins/autoaccept.c:26
 msgid "Auto-accept file transfer requests from selected users."
 msgstr "Automatiškai priima failų siuntimus iš pasirinktų vartotojų."
 
-#: ../libpurple/plugins/autoaccept.c:81
 #, c-format
 msgid "Autoaccepted file transfer of \"%s\" from \"%s\" completed."
 msgstr "Automatiškai priimtas failo „%s“ siuntimas iš „%s“ baigtas."
 
-#: ../libpurple/plugins/autoaccept.c:83
 msgid "Autoaccept complete"
 msgstr "Automatinis priėmimas baigtas"
 
-#: ../libpurple/plugins/autoaccept.c:176
 #, c-format
 msgid "When a file-transfer request arrives from %s"
 msgstr "Kai gaunamas failo perdavimo prašymas iš %s"
 
-#: ../libpurple/plugins/autoaccept.c:178
 msgid "Set Autoaccept Setting"
 msgstr "Nustatyti automatinį prėmimą"
 
-#: ../libpurple/plugins/autoaccept.c:180
 msgid "_Save"
 msgstr "_Įrašyti"
 
-#: ../libpurple/plugins/autoaccept.c:181 ../libpurple/plugins/idle.c:170
-#: ../libpurple/plugins/idle.c:204 ../libpurple/plugins/idle.c:230
-#: ../libpurple/protocols/oscar/oscar.c:1612
-#: ../libpurple/protocols/oscar/oscar.c:2483
-#: ../libpurple/protocols/oscar/oscar.c:2531
-#: ../libpurple/protocols/oscar/oscar.c:6091
-#: ../libpurple/protocols/oscar/oscar.c:6146
-#: ../libpurple/protocols/oscar/oscar.c:6373
-#: ../libpurple/protocols/oscar/oscar.c:6443 ../libpurple/request.h:1401
-#: ../libpurple/request.h:1411
 msgid "_Cancel"
 msgstr "_Atsisakyti"
 
-#: ../libpurple/plugins/autoaccept.c:184
 msgid "Ask"
 msgstr "Paklausti"
 
-#: ../libpurple/plugins/autoaccept.c:185
 msgid "Auto Accept"
 msgstr "Automatiškai priimti"
 
-#: ../libpurple/plugins/autoaccept.c:186
 msgid "Auto Reject"
 msgstr "Automatiškai atmesti"
 
-#: ../libpurple/plugins/autoaccept.c:201
 msgid "Autoaccept File Transfers..."
 msgstr "Automatiškai priimti failų perdavimus..."
 
 #. XXX: Is there a better way than this? There really should be.
-#: ../libpurple/plugins/autoaccept.c:231
 msgid ""
 "Path to save the files in\n"
 "(Please provide the full path)"
@@ -3216,11 +2248,9 @@
 "Kelias, kuriame išsaugoti failus\n"
 "(Nurodykite pilną kelią)"
 
-#: ../libpurple/plugins/autoaccept.c:236
 msgid "Automatically reject from users not in buddy list"
 msgstr "Automatiškai atmesti iš vartotojų, nesančių bičiulių sąraše"
 
-#: ../libpurple/plugins/autoaccept.c:240
 msgid ""
 "Notify with a popup when an autoaccepted file transfer is complete\n"
 "(only when there's no conversation with the sender)"
@@ -3229,22 +2259,15 @@
 "perdavimas\n"
 "(tik jei nevyko pokalbis su siuntėju)"
 
-#: ../libpurple/plugins/autoaccept.c:245
 msgid "Create a new directory for each user"
 msgstr "Sukurti po naują katalogą kiekvienam naudotojui"
 
-#: ../libpurple/plugins/buddynote.c:46 ../libpurple/protocols/msn/msn.c:2044
-#: ../libpurple/protocols/msn/msn.c:2074
-#: ../libpurple/protocols/msnp9/msn.c:1800
-#: ../libpurple/protocols/msnp9/msn.c:1830
 msgid "Notes"
 msgstr "Pastabos"
 
-#: ../libpurple/plugins/buddynote.c:47
 msgid "Enter your notes below..."
 msgstr "Įveskite savo pastabas žemiau..."
 
-#: ../libpurple/plugins/buddynote.c:65
 msgid "Edit Notes..."
 msgstr "Redaguoti pastabas..."
 
@@ -3257,18 +2280,15 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/buddynote.c:90 ../pidgin/plugins/gtkbuddynote.c:74
 msgid "Buddy Notes"
 msgstr "Pastabos apie bičiulius"
 
 #. *< name
 #. *< version
-#: ../libpurple/plugins/buddynote.c:92 ../pidgin/plugins/gtkbuddynote.c:76
 msgid "Store notes on particular buddies."
 msgstr "Saugo pastabas apie konkrečius bičiulius."
 
 #. *< summary
-#: ../libpurple/plugins/buddynote.c:93 ../pidgin/plugins/gtkbuddynote.c:77
 msgid "Adds the option to store notes for buddies on your buddy list."
 msgstr ""
 "Siūlo galimybę saugoti pastabas apie bičiulius iš Jūsų bičiulių sąrašo."
@@ -3279,7 +2299,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/ciphertest.c:264
 msgid "Cipher Test"
 msgstr "Šifrų testas"
 
@@ -3287,7 +2306,6 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/plugins/ciphertest.c:267 ../libpurple/plugins/ciphertest.c:269
 msgid "Tests the ciphers that ship with libpurple."
 msgstr "Testuoja su „libpurple“ pateikiamus šifrus."
 
@@ -3297,7 +2315,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/dbus-example.c:155
 msgid "DBus Example"
 msgstr "DBus papildinio pavyzdys"
 
@@ -3305,8 +2322,6 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/plugins/dbus-example.c:158
-#: ../libpurple/plugins/dbus-example.c:160
 msgid "DBus Plugin Example"
 msgstr "DBus papildinio pavyzdys"
 
@@ -3323,7 +2338,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/filectl.c:248
 msgid "File Control"
 msgstr "Valdymas failu"
 
@@ -3339,50 +2353,38 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/plugins/filectl.c:251 ../libpurple/plugins/filectl.c:253
 msgid "Allows control by entering commands in a file."
 msgstr "Leidžia valdyti programą faile surašytomis komandomis."
 
-#: ../libpurple/plugins/idle.c:158 ../libpurple/plugins/idle.c:218
 msgid "Minutes"
 msgstr "Minutės"
 
 #. This is a cultural reference.  Dy'er Mak'er is a song by Led Zeppelin.
 #. If that doesn't translate well into your language, drop the 's before translating.
-#: ../libpurple/plugins/idle.c:165 ../libpurple/plugins/idle.c:199
-#: ../libpurple/plugins/idle.c:225 ../libpurple/plugins/idle.c:318
 msgid "I'dle Mak'er"
 msgstr "Neveiklumo meistras"
 
-#: ../libpurple/plugins/idle.c:166 ../libpurple/plugins/idle.c:258
 msgid "Set Account Idle Time"
 msgstr "Nustatyti abonento neveiklumo laiką"
 
-#: ../libpurple/plugins/idle.c:169 ../libpurple/plugins/idle.c:229
 msgid "_Set"
 msgstr "_Nustatyti"
 
-#: ../libpurple/plugins/idle.c:184
 msgid "None of your accounts are idle."
 msgstr "Nėra neveiklių paskyrų."
 
-#: ../libpurple/plugins/idle.c:200 ../libpurple/plugins/idle.c:262
 msgid "Unset Account Idle Time"
 msgstr "Panaikinti abonento neveiklumo laiko nustatymą"
 
-#: ../libpurple/plugins/idle.c:203
 msgid "_Unset"
 msgstr "_Panaikinti"
 
-#: ../libpurple/plugins/idle.c:226 ../libpurple/plugins/idle.c:266
 msgid "Set Idle Time for All Accounts"
 msgstr "Nustatyti neveiklumo laiką visoms paskyroms"
 
-#: ../libpurple/plugins/idle.c:271
 msgid "Unset Idle Time for All Idled Accounts"
 msgstr "Panaikinti neveiklumo laiko nustatymą visoms paskyroms"
 
-#: ../libpurple/plugins/idle.c:320 ../libpurple/plugins/idle.c:321
 msgid "Allows you to hand-configure how long you've been idle"
 msgstr "Leidžia Jums rankiniu būdu nustatyti Jūsų neveiklumo laiką"
 
@@ -3392,19 +2394,16 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/ipc-test-client.c:87
 msgid "IPC Test Client"
 msgstr "Testinis IPC klientas"
 
 #. *< name
 #. *< version
 #. *  summary
-#: ../libpurple/plugins/ipc-test-client.c:90
 msgid "Test plugin IPC support, as a client."
 msgstr "Patikrina papildinių IPC palaikymą klientams."
 
 #. *  description
-#: ../libpurple/plugins/ipc-test-client.c:92
 msgid ""
 "Test plugin IPC support, as a client. This locates the server plugin and "
 "calls the commands registered."
@@ -3418,32 +2417,26 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/ipc-test-server.c:74
 msgid "IPC Test Server"
 msgstr "Testinis IPC serveris"
 
 #. *< name
 #. *< version
 #. *  summary
-#: ../libpurple/plugins/ipc-test-server.c:77
 msgid "Test plugin IPC support, as a server."
 msgstr "Patikrina papildinių IPC palaikymą serveriams."
 
 #. *  description
-#: ../libpurple/plugins/ipc-test-server.c:79
 msgid "Test plugin IPC support, as a server. This registers the IPC commands."
 msgstr ""
 "Patikrina papildinių IPC palaikymą serveriams. Priregistruoja IPC komandas."
 
-#: ../libpurple/plugins/joinpart.c:228
 msgid "Join/Part Hiding Configuration"
 msgstr "Prisijungimų ir atsijungimų slėpimo parinktys"
 
-#: ../libpurple/plugins/joinpart.c:232
 msgid "Minimum Room Size"
 msgstr "Mažiausias kambario dydis"
 
-#: ../libpurple/plugins/joinpart.c:238
 msgid "User Inactivity Timeout (in minutes)"
 msgstr "Vartotojo neveiklumo laukimo laikas (minutėmis)"
 
@@ -3453,19 +2446,16 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/joinpart.c:269
 msgid "Join/Part Hiding"
 msgstr "Prisijungimų ir atsijungimų slėpimas"
 
 #. *< name
 #. *< version
 #. *  summary
-#: ../libpurple/plugins/joinpart.c:272
 msgid "Hides extraneous join/part messages."
 msgstr "Slepia šalutines prisijungimų ir atsijungimų žinutes."
 
 #. *  description
-#: ../libpurple/plugins/joinpart.c:274
 msgid ""
 "This plugin hides join/part messages in large rooms, except for those users "
 "actively taking part in a conversation."
@@ -3477,119 +2467,90 @@
 #. * offset is way off.  The user should never really see it, but
 #. * it's here just in case.  The parens are to make it clear it's
 #. * not a real timezone.
-#: ../libpurple/plugins/log_reader.c:499
 msgid "(UTC)"
 msgstr "(UTC)"
 
-#: ../libpurple/plugins/log_reader.c:1554
 msgid "User is offline."
 msgstr "Vartotojas atsijungęs."
 
-#: ../libpurple/plugins/log_reader.c:1560
 msgid "Auto-response sent:"
 msgstr "Nusiųstas automatinis atsakymas:"
 
-#: ../libpurple/plugins/log_reader.c:1570
-#: ../libpurple/plugins/log_reader.c:1573
-#: ../libpurple/plugins/statenotify.c:84
 #, c-format
 msgid "%s has signed off."
 msgstr "%s atsijungė."
 
-#: ../libpurple/plugins/log_reader.c:1587
 msgid "One or more messages may have been undeliverable."
 msgstr "Viena ar daugiau žinučių galėjo būti nepristatytos gavėjui."
 
-#: ../libpurple/plugins/log_reader.c:1597
 msgid "You were disconnected from the server."
 msgstr "Jūs buvote atjungtas nuo serverio."
 
-#: ../libpurple/plugins/log_reader.c:1605
 msgid ""
 "You are currently disconnected. Messages will not be received unless you are "
 "logged in."
 msgstr ""
 "Šiuo metu esate atsijungęs, todėl negausite žinučių, kol neprisijungsite."
 
-#: ../libpurple/plugins/log_reader.c:1620
 msgid "Message could not be sent because the maximum length was exceeded."
 msgstr "Žinutė neišsiųsta, nes viršytas jos didžiausias leistinas ilgis"
 
-#: ../libpurple/plugins/log_reader.c:1625
 msgid "Message could not be sent."
 msgstr "Žinutė nebuvo išsiųsta."
 
 #. The names of IM clients are marked for translation at the request of
 #. translators who wanted to transliterate them.  Many translators
 #. choose to leave them alone.  Choose what's best for your language.
-#: ../libpurple/plugins/log_reader.c:2699
-#: ../libpurple/plugins/log_reader.c:2855
 msgid "Adium"
 msgstr "Adium"
 
 #. The names of IM clients are marked for translation at the request of
 #. translators who wanted to transliterate them.  Many translators
 #. choose to leave them alone.  Choose what's best for your language.
-#: ../libpurple/plugins/log_reader.c:2712
-#: ../libpurple/plugins/log_reader.c:2860
 msgid "Fire"
 msgstr "Fire"
 
 #. The names of IM clients are marked for translation at the request of
 #. translators who wanted to transliterate them.  Many translators
 #. choose to leave them alone.  Choose what's best for your language.
-#: ../libpurple/plugins/log_reader.c:2724
-#: ../libpurple/plugins/log_reader.c:2864
 msgid "Messenger Plus!"
 msgstr "Messenger Plus!"
 
 #. The names of IM clients are marked for translation at the request of
 #. translators who wanted to transliterate them.  Many translators
 #. choose to leave them alone.  Choose what's best for your language.
-#: ../libpurple/plugins/log_reader.c:2738
-#: ../libpurple/plugins/log_reader.c:2869
 msgid "QIP"
 msgstr "QIP"
 
 #. The names of IM clients are marked for translation at the request of
 #. translators who wanted to transliterate them.  Many translators
 #. choose to leave them alone.  Choose what's best for your language.
-#: ../libpurple/plugins/log_reader.c:2750
-#: ../libpurple/plugins/log_reader.c:2873
 msgid "MSN Messenger"
 msgstr "MSN Messenger"
 
 #. The names of IM clients are marked for translation at the request of
 #. translators who wanted to transliterate them.  Many translators
 #. choose to leave them alone.  Choose what's best for your language.
-#: ../libpurple/plugins/log_reader.c:2762
-#: ../libpurple/plugins/log_reader.c:2877
 msgid "Trillian"
 msgstr "Trillian"
 
 #. The names of IM clients are marked for translation at the request of
 #. translators who wanted to transliterate them.  Many translators
 #. choose to leave them alone.  Choose what's best for your language.
-#: ../libpurple/plugins/log_reader.c:2774
-#: ../libpurple/plugins/log_reader.c:2881
 msgid "aMSN"
 msgstr "aMSN"
 
 #. Add general preferences.
-#: ../libpurple/plugins/log_reader.c:2837
 msgid "General Log Reading Configuration"
 msgstr "Bendros žurnalų skaitymo parinktys"
 
-#: ../libpurple/plugins/log_reader.c:2841
 msgid "Fast size calculations"
 msgstr "Greitas dydžio apskaičiavimas"
 
-#: ../libpurple/plugins/log_reader.c:2845
 msgid "Use name heuristics"
 msgstr "Naudoti vardų euristiką"
 
 #. Add Log Directory preferences.
-#: ../libpurple/plugins/log_reader.c:2851
 msgid "Log Directory"
 msgstr "Žurnalų katalogas"
 
@@ -3599,19 +2560,16 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/log_reader.c:2910
 msgid "Log Reader"
 msgstr "Žurnalų skaityklė"
 
 #. *< name
 #. *< version
 #. * summary
-#: ../libpurple/plugins/log_reader.c:2914
 msgid "Includes other IM clients' logs in the log viewer."
 msgstr "Žurnalų žiūryklėje parodo ir kitų pokalbių programų žurnalus."
 
 #. * description
-#: ../libpurple/plugins/log_reader.c:2918
 msgid ""
 "When viewing logs, this plugin will include logs from other IM clients. "
 "Currently, this includes Adium, MSN Messenger, and Trillian.\n"
@@ -3626,20 +2584,15 @@
 "PERSPĖJIMAS: šis papildinys yra vis dar bandomasis ir gali dažnai lūžti.  "
 "Naudokite jį savo rizika!"
 
-#: ../libpurple/plugins/mono/loader/mono.c:217
 msgid "Mono Plugin Loader"
 msgstr "Mono papildinių paleidyklė"
 
-#: ../libpurple/plugins/mono/loader/mono.c:219
-#: ../libpurple/plugins/mono/loader/mono.c:220
 msgid "Loads .NET plugins with Mono."
 msgstr "Su Mono įkelia .NET papildinius."
 
-#: ../libpurple/plugins/newline.c:57
 msgid "Add new line in IMs"
 msgstr "Pridėti naują eilutę asmeninėse žinutėse"
 
-#: ../libpurple/plugins/newline.c:61
 msgid "Add new line in Chats"
 msgstr "Pridėti naują eilutę pokalbių kambariuose"
 
@@ -3652,34 +2605,28 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/newline.c:104
 msgid "New Line"
 msgstr "Nauja eilutė"
 
 #. *< name
 #. *< version
-#: ../libpurple/plugins/newline.c:106
 msgid "Prepends a newline to displayed message."
 msgstr "Prieš rodomą žinutę įterpia naują eilutę"
 
 #. *< summary
-#: ../libpurple/plugins/newline.c:107
 msgid ""
 "Prepends a newline to messages so that the rest of the message appears below "
 "the username in the conversation window."
 msgstr ""
 "Įterpia naują eilutę pokalbių lange tarp žinutės autoriaus ir žinutės teksto."
 
-#: ../libpurple/plugins/offlinemsg.c:23
 msgid "Offline Message Emulation"
 msgstr "Atjungtų žinučių imitavimas"
 
-#: ../libpurple/plugins/offlinemsg.c:25 ../libpurple/plugins/offlinemsg.c:26
 msgid "Save messages sent to an offline user as pounce."
 msgstr ""
 "Išsaugo žinutes, išsiųstas atsijungusiems bičiuliams, kaip reakcijas į juos."
 
-#: ../libpurple/plugins/offlinemsg.c:95
 msgid ""
 "The rest of the messages will be saved as pounce. You can edit/delete the "
 "pounce from the `Buddy Pounce' dialog."
@@ -3687,7 +2634,6 @@
 "Likusios žinutės bus išsaugotos kaip reakcija į bičiulį.  Galite keisti arba "
 "ištrinti šią reakciją dialoge „Reakcijos į bičiulius“."
 
-#: ../libpurple/plugins/offlinemsg.c:156
 #, c-format
 msgid ""
 "\"%s\" is currently offline. Do you want to save the rest of the messages in "
@@ -3696,51 +2642,23 @@
 "„%s“ šiuo metu yra atsijungęs.  Ar norite išsaugoti likusias žinutes kaip "
 "reakciją į bičiulį ir automatiškai jas išsiųsti, kai „%s“ vėl prisijungs?"
 
-#: ../libpurple/plugins/offlinemsg.c:160
 msgid "Offline Message"
 msgstr "Atjungta žinutė"
 
-#: ../libpurple/plugins/offlinemsg.c:161
 msgid "You can edit/delete the pounce from the `Buddy Pounces' dialog"
 msgstr "Galite keisti arba ištrinti reakciją dialoge „Reakcijos į bičiulius“."
 
 #  *
 #  * A wrapper for gaim_request_action() that uses Yes and No buttons.
-#: ../libpurple/plugins/offlinemsg.c:165
-#: ../libpurple/protocols/msn/dialog.c:141
-#: ../libpurple/protocols/msn/msn.c:767
-#: ../libpurple/protocols/msnp9/dialog.c:133
-#: ../libpurple/protocols/msnp9/msn.c:566
-#: ../libpurple/protocols/msnp9/msn.c:582
-#: ../libpurple/protocols/novell/novell.c:1929
-#: ../libpurple/protocols/silc/buddy.c:317
-#: ../libpurple/protocols/silc/pk.c:113 ../libpurple/protocols/silc/wb.c:308
-#: ../libpurple/protocols/silc10/buddy.c:314
-#: ../libpurple/protocols/silc10/pk.c:119
-#: ../libpurple/protocols/silc10/wb.c:307 ../pidgin/gtkrequest.c:270
 msgid "Yes"
 msgstr "Taip"
 
-#: ../libpurple/plugins/offlinemsg.c:166
-#: ../libpurple/protocols/msn/dialog.c:142
-#: ../libpurple/protocols/msn/msn.c:767
-#: ../libpurple/protocols/msnp9/dialog.c:134
-#: ../libpurple/protocols/msnp9/msn.c:566
-#: ../libpurple/protocols/msnp9/msn.c:582
-#: ../libpurple/protocols/novell/novell.c:1930
-#: ../libpurple/protocols/silc/buddy.c:318
-#: ../libpurple/protocols/silc/pk.c:114 ../libpurple/protocols/silc/wb.c:309
-#: ../libpurple/protocols/silc10/buddy.c:315
-#: ../libpurple/protocols/silc10/pk.c:120
-#: ../libpurple/protocols/silc10/wb.c:308 ../pidgin/gtkrequest.c:271
 msgid "No"
 msgstr "Ne"
 
-#: ../libpurple/plugins/offlinemsg.c:193
 msgid "Save offline messages in pounce"
 msgstr "Išsaugoti atjungtas žinutes reakcijoje"
 
-#: ../libpurple/plugins/offlinemsg.c:197
 msgid "Do not ask. Always save in pounce."
 msgstr "Neklausti. Visada išsaugoti reakcijoje."
 
@@ -3750,26 +2668,21 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/perl/perl.c:657
 msgid "Perl Plugin Loader"
 msgstr "Perl papildinių paleidyklė"
 
 #. *< name
 #. *< version
 #. *< summary
-#: ../libpurple/plugins/perl/perl.c:659 ../libpurple/plugins/perl/perl.c:660
 msgid "Provides support for loading perl plugins."
 msgstr "Suteikia galimybę įkelti Perl papildinius."
 
-#: ../libpurple/plugins/psychic.c:20
 msgid "Psychic Mode"
 msgstr "Aiškiaregystė"
 
-#: ../libpurple/plugins/psychic.c:21
 msgid "Psychic mode for incoming conversation"
 msgstr "Išankstinis įeinančių žinučių numatymas"
 
-#: ../libpurple/plugins/psychic.c:22
 msgid ""
 "Causes conversation windows to appear as other users begin to message you.  "
 "This works for AIM, ICQ, XMPP, Sametime, and Yahoo!"
@@ -3777,23 +2690,18 @@
 "Atidaro pokalbių langą iškart, kai kitas vartotojas pradeda rašyti Jums "
 "žinutę.  Ši funkcija veikia AIM, ICQ, XMPP, Sametime ir Yahoo! protokoluose."
 
-#: ../libpurple/plugins/psychic.c:72
 msgid "You feel a disturbance in the force..."
 msgstr "Jaučiate sutrikdymą jėgoje..."
 
-#: ../libpurple/plugins/psychic.c:91
 msgid "Only enable for users on the buddy list"
 msgstr "Įjungti tik vartotojams iš bičiulių sąrašo"
 
-#: ../libpurple/plugins/psychic.c:96
 msgid "Disable when away"
 msgstr "Išjungti, kai aš pasitraukęs"
 
-#: ../libpurple/plugins/psychic.c:100
 msgid "Display notification message in conversations"
 msgstr "Rodyti informacinį pranešimą pokalbyje"
 
-#: ../libpurple/plugins/psychic.c:105
 msgid "Raise psychic conversations"
 msgstr "Pakelti nujaučiamų pokalbių langus"
 
@@ -3810,7 +2718,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/signals-test.c:753
 msgid "Signals Test"
 msgstr "Signalų testas"
 
@@ -3822,8 +2729,6 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/plugins/signals-test.c:756
-#: ../libpurple/plugins/signals-test.c:758
 msgid "Test to see that all signals are working properly."
 msgstr "Testas, skirtas nustatyti, ar visi signalai veikia teisingai."
 
@@ -3840,7 +2745,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/simple.c:37
 msgid "Simple Plugin"
 msgstr "Paprastas papildinys"
 
@@ -3852,13 +2756,10 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/plugins/simple.c:40 ../libpurple/plugins/simple.c:42
 msgid "Tests to see that most things are working."
 msgstr "Patikrina, ar dauguma dalykų veikia"
 
 #. Scheme name
-#: ../libpurple/plugins/ssl/ssl-gnutls.c:910
-#: ../libpurple/plugins/ssl/ssl-nss.c:731
 msgid "X.509 Certificates"
 msgstr "X.509 liudijimai"
 
@@ -3868,7 +2769,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/ssl/ssl-gnutls.c:994
 msgid "GNUTLS"
 msgstr "GNUTLS biblioteka"
 
@@ -3880,8 +2780,6 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/plugins/ssl/ssl-gnutls.c:997
-#: ../libpurple/plugins/ssl/ssl-gnutls.c:999
 msgid "Provides SSL support through GNUTLS."
 msgstr "GNUTLS pagalba suteikia SSL palaikymą."
 
@@ -3891,7 +2789,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/ssl/ssl-nss.c:816
 msgid "NSS"
 msgstr "NSS"
 
@@ -3899,8 +2796,6 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/plugins/ssl/ssl-nss.c:819
-#: ../libpurple/plugins/ssl/ssl-nss.c:821
 msgid "Provides SSL support through Mozilla NSS."
 msgstr "Mozilla NSS pagalba suteikia SSL palaikymą."
 
@@ -3910,7 +2805,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/ssl/ssl.c:94
 msgid "SSL"
 msgstr "SSL protokolo palaikymas"
 
@@ -3918,48 +2812,38 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/plugins/ssl/ssl.c:97 ../libpurple/plugins/ssl/ssl.c:99
 msgid "Provides a wrapper around SSL support libraries."
 msgstr "Suteikia apvalkalą SSL palaikymo bibliotekoms"
 
-#: ../libpurple/plugins/statenotify.c:54
 #, c-format
 msgid "%s is no longer away."
 msgstr "%s sugrįžo."
 
-#: ../libpurple/plugins/statenotify.c:56
 #, c-format
 msgid "%s has gone away."
 msgstr "%s pasitraukė."
 
-#: ../libpurple/plugins/statenotify.c:66
 #, c-format
 msgid "%s has become idle."
 msgstr "%s tapo neveiklus."
 
-#: ../libpurple/plugins/statenotify.c:68
 #, c-format
 msgid "%s is no longer idle."
 msgstr "%s tapo veiklus."
 
-#: ../libpurple/plugins/statenotify.c:77
 #, c-format
 msgid "%s has signed on."
 msgstr "%s prisijungė."
 
-#: ../libpurple/plugins/statenotify.c:95
 msgid "Notify When"
 msgstr "Informuoti, kai"
 
-#: ../libpurple/plugins/statenotify.c:98
 msgid "Buddy Goes _Away"
 msgstr "bičiulis išein_a"
 
-#: ../libpurple/plugins/statenotify.c:101
 msgid "Buddy Goes _Idle"
 msgstr "b_ičiulis tampa neveiklus"
 
-#: ../libpurple/plugins/statenotify.c:104
 msgid "Buddy _Signs On/Off"
 msgstr "Bičiulis pradeda arba baigia seansą"
 
@@ -3976,7 +2860,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../libpurple/plugins/statenotify.c:152
 msgid "Buddy State Notification"
 msgstr "Pranešimai apie bičiulių būsenas"
 
@@ -3988,8 +2871,6 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/plugins/statenotify.c:155
-#: ../libpurple/plugins/statenotify.c:158
 msgid ""
 "Notifies in a conversation window when a buddy goes or returns from away or "
 "idle."
@@ -3997,15 +2878,12 @@
 "Pokalbių lange praneša apie bičiulio pasitraukimą, grįžimą, tapimą veikliu "
 "ar neveikliu."
 
-#: ../libpurple/plugins/tcl/tcl.c:423
 msgid "Tcl Plugin Loader"
 msgstr "Tcl papildinių paleidyklė"
 
-#: ../libpurple/plugins/tcl/tcl.c:425 ../libpurple/plugins/tcl/tcl.c:426
 msgid "Provides support for loading Tcl plugins"
 msgstr "Suteikia galimybę įkelti Tcl papildinius"
 
-#: ../libpurple/plugins/tcl/tcl.c:509
 msgid ""
 "Unable to detect ActiveTCL installation. If you wish to use TCL plugins, "
 "install ActiveTCL from http://www.activestate.com\n"
@@ -4013,65 +2891,34 @@
 "Nepavyko rasti įdiegto „ActiveTCL“.  Jei norite naudoti TCL papildinius, "
 "įdiekite „ActiveTCL“ iš http://www.activestate.com\n"
 
-#: ../libpurple/protocols/bonjour/bonjour.c:93
 msgid ""
 "The Apple Bonjour For Windows toolkit wasn't found, see the FAQ at: http://d."
 "pidgin.im/BonjourWindows for more information."
-msgstr "Apple Bonjour Windows priemonių rinkinys nerastas.  Adresu http://d.pidgin.im/BonjourWindow rasite daugiau informacijos."
-
-#: ../libpurple/protocols/bonjour/bonjour.c:112
+msgstr ""
+"Apple Bonjour Windows priemonių rinkinys nerastas.  Adresu http://d.pidgin."
+"im/BonjourWindow rasite daugiau informacijos."
+
 msgid "Unable to listen for incoming IM connections\n"
 msgstr ""
 "Nepavyko sukurti klausymo prievado įeinančioms greitųjų žinučių jungtims\n"
 
-#: ../libpurple/protocols/bonjour/bonjour.c:139
 msgid ""
 "Unable to establish connection with the local mDNS server.  Is it running?"
 msgstr "Nepavyko prisijungti su vietiniu mDNS serveriu.  Ar jis paleistas?"
 
 #. Creating the options for the protocol
-#: ../libpurple/protocols/bonjour/bonjour.c:381
-#: ../libpurple/protocols/bonjour/bonjour.c:709
-#: ../libpurple/protocols/gg/gg.c:637
-#: ../libpurple/protocols/jabber/jabber.c:1036
 msgid "First name"
 msgstr "Tikrasis vardas"
 
-#: ../libpurple/protocols/bonjour/bonjour.c:383
-#: ../libpurple/protocols/bonjour/bonjour.c:712
-#: ../libpurple/protocols/gg/gg.c:632
-#: ../libpurple/protocols/jabber/jabber.c:1040
 msgid "Last name"
 msgstr "Pavardė"
 
-#: ../libpurple/protocols/bonjour/bonjour.c:387
-#: ../libpurple/protocols/bonjour/bonjour.c:715
-#: ../libpurple/protocols/gg/gg.c:479
-#: ../libpurple/protocols/jabber/buddy.c:318
-#: ../libpurple/protocols/jabber/buddy.c:1351
-#: ../libpurple/protocols/jabber/buddy.c:1364
-#: ../libpurple/protocols/jabber/buddy.c:2240
-#: ../libpurple/protocols/jabber/jabber.c:1028
-#: ../libpurple/protocols/qq/buddy_info.c:56
-#: ../libpurple/protocols/silc/ops.c:1055
-#: ../libpurple/protocols/silc/silc.c:1005
-#: ../libpurple/protocols/silc/silc.c:1246
-#: ../libpurple/protocols/silc/util.c:561
-#: ../libpurple/protocols/silc10/ops.c:1075
-#: ../libpurple/protocols/silc10/silc.c:706
-#: ../libpurple/protocols/silc10/silc.c:947
-#: ../libpurple/protocols/silc10/util.c:555
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1064
 msgid "Email"
 msgstr "El. paštas"
 
-#: ../libpurple/protocols/bonjour/bonjour.c:390
-#: ../libpurple/protocols/bonjour/bonjour.c:718
 msgid "AIM Account"
 msgstr "AIM paskyra"
 
-#: ../libpurple/protocols/bonjour/bonjour.c:393
-#: ../libpurple/protocols/bonjour/bonjour.c:721
 msgid "XMPP Account"
 msgstr "XMPP paskyra"
 
@@ -4085,53 +2932,37 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/protocols/bonjour/bonjour.c:526
-#: ../libpurple/protocols/bonjour/bonjour.c:528
 msgid "Bonjour Protocol Plugin"
 msgstr "Bonjour protokolo papildinys"
 
-#: ../libpurple/protocols/bonjour/bonjour.c:668
 msgid "Purple Person"
 msgstr "(nežinomas vardas)"
 
-#: ../libpurple/protocols/bonjour/bonjour.h:33
 msgid "Bonjour"
 msgstr "Bonjour"
 
-#: ../libpurple/protocols/bonjour/jabber.c:431
 #, c-format
 msgid "%s has closed the conversation."
 msgstr "%s uždarė pokalbio langą."
 
-#: ../libpurple/protocols/bonjour/jabber.c:481
-#: ../libpurple/protocols/bonjour/jabber.c:546
-#: ../libpurple/protocols/bonjour/jabber.c:591
-#: ../libpurple/protocols/bonjour/jabber.c:759
-#: ../libpurple/protocols/bonjour/jabber.c:777
 msgid "Unable to send the message, the conversation couldn't be started."
 msgstr "Negalima išsiųsti žinutės ir pradėti pokalbio."
 
-#: ../libpurple/protocols/bonjour/jabber.c:684
 msgid "Cannot open socket"
 msgstr "Nepavyko atidaryti prievado"
 
-#: ../libpurple/protocols/bonjour/jabber.c:712
 msgid "Could not bind socket to port"
 msgstr "Nepavyko susieti jungties su prievadu"
 
-#: ../libpurple/protocols/bonjour/jabber.c:722
 msgid "Could not listen on socket"
 msgstr "Nepavyko nustatyti jungties klausymuisi"
 
-#: ../libpurple/protocols/bonjour/mdns_win32.c:110
 msgid "Error communicating with local mDNSResponder."
 msgstr "Komunikacijos su vietiniu mDNSResponder klaida"
 
-#: ../libpurple/protocols/gg/gg.c:76 ../libpurple/proxy.c:1919
 msgid "Invalid proxy settings"
 msgstr "Neteisingi tarpininko nustatymai"
 
-#: ../libpurple/protocols/gg/gg.c:77 ../libpurple/proxy.c:1919
 msgid ""
 "Either the host name or port number specified for your given proxy type is "
 "invalid."
@@ -4139,336 +2970,213 @@
 "Jūsų pasirinktam tarpininko tipui neteisingai nurodytas mazgo vardas arba "
 "prievado numeris."
 
-#: ../libpurple/protocols/gg/gg.c:115 ../libpurple/protocols/gg/gg.c:137
-#: ../libpurple/protocols/gg/gg.c:180
 msgid "Token Error"
 msgstr "Žymės klaida"
 
-#: ../libpurple/protocols/gg/gg.c:116 ../libpurple/protocols/gg/gg.c:138
-#: ../libpurple/protocols/gg/gg.c:181
 msgid "Unable to fetch the token.\n"
 msgstr "Nepavyko gauti žymės.\n"
 
-#: ../libpurple/protocols/gg/gg.c:267 ../libpurple/protocols/gg/gg.c:274
-#: ../libpurple/protocols/gg/gg.c:280
 msgid "Save Buddylist..."
 msgstr "Išsaugoti bičiulių sąrašą..."
 
-#: ../libpurple/protocols/gg/gg.c:268
 msgid "Your buddylist is empty, nothing was written to the file."
 msgstr "Jūsų bičiulių sąrašas tuščias, todėl į failą nieko nebuvo įrašyta."
 
-#: ../libpurple/protocols/gg/gg.c:275
 msgid "Buddylist saved successfully!"
 msgstr "Bičiulių sąrašas sėkmingai išsaugotas!"
 
-#: ../libpurple/protocols/gg/gg.c:278
 #, c-format
 msgid "Couldn't write buddy list for %s to %s"
 msgstr "Paskyros %s bičiulių sąrašo nepavyko įrašyti į %s"
 
-#: ../libpurple/protocols/gg/gg.c:303 ../libpurple/protocols/gg/gg.c:304
 msgid "Couldn't load buddylist"
 msgstr "Nepavyko įkelti bičiulių sąrašo"
 
-#: ../libpurple/protocols/gg/gg.c:320
 msgid "Load Buddylist..."
 msgstr "Įkelti bičiulių sąrašą..."
 
-#: ../libpurple/protocols/gg/gg.c:321
 msgid "Buddylist loaded successfully!"
 msgstr "Bičiulių sąrašas sėkmingai įkeltas!"
 
-#: ../libpurple/protocols/gg/gg.c:332
 msgid "Save buddylist..."
 msgstr "Išsaugoti bičiulių sąrašą..."
 
-#: ../libpurple/protocols/gg/gg.c:346 ../libpurple/protocols/gg/gg.c:2088
 msgid "Load buddylist from file..."
 msgstr "Įkelti bičiulių sąrašą iš failo..."
 
-#: ../libpurple/protocols/gg/gg.c:383
 msgid "Fill in the registration fields."
 msgstr "Užpildykite registracijos formos laukus."
 
-#: ../libpurple/protocols/gg/gg.c:390
 msgid "Passwords do not match."
 msgstr "Slaptažodžiai nesutampa."
 
-#: ../libpurple/protocols/gg/gg.c:400
 msgid "Unable to register new account. Error occurred.\n"
 msgstr "Nepavyko registruoti naujos paskyros, nes įvyko klaida.\n"
 
-#: ../libpurple/protocols/gg/gg.c:413
 msgid "New Gadu-Gadu Account Registered"
 msgstr "Užregistruotas naujas Gadu-Gadu abonentas"
 
-#: ../libpurple/protocols/gg/gg.c:414
 msgid "Registration completed successfully!"
 msgstr "Registracija sėkmingai užbaigta!"
 
-#: ../libpurple/protocols/gg/gg.c:484 ../libpurple/protocols/gg/gg.c:780
-#: ../libpurple/protocols/jabber/jabber.c:1011
-#: ../libpurple/protocols/jabber/jabber.c:1014
-#: ../libpurple/protocols/jabber/jabber.c:1805
 msgid "Password"
 msgstr "Slaptažodis"
 
-#: ../libpurple/protocols/gg/gg.c:489 ../libpurple/protocols/gg/gg.c:785
 msgid "Password (retype)"
 msgstr "Pakartotas slaptažodis"
 
-#: ../libpurple/protocols/gg/gg.c:494 ../libpurple/protocols/gg/gg.c:790
 msgid "Enter current token"
 msgstr "Įveskite dabartinę žymę"
 
-#: ../libpurple/protocols/gg/gg.c:500 ../libpurple/protocols/gg/gg.c:796
 msgid "Current token"
 msgstr "Dabartinė žymė"
 
-#: ../libpurple/protocols/gg/gg.c:504 ../libpurple/protocols/gg/gg.c:505
 msgid "Register New Gadu-Gadu Account"
 msgstr "Registruoti naują Gadu-Gadu abonentą"
 
-#: ../libpurple/protocols/gg/gg.c:506
 msgid "Please, fill in the following fields"
 msgstr "Prašome užpildyti tolimesnius laukus"
 
-#: ../libpurple/protocols/gg/gg.c:647 ../libpurple/protocols/gg/gg.c:1063
-#: ../libpurple/protocols/gg/gg.c:1135
-#: ../libpurple/protocols/jabber/jabber.c:1048
-#: ../libpurple/protocols/oscar/oscar.c:3963
-#: ../libpurple/protocols/oscar/oscar.c:3971
-#: ../libpurple/protocols/qq/buddy_info.c:50
 msgid "City"
 msgstr "Miestas"
 
-#: ../libpurple/protocols/gg/gg.c:652
 msgid "Year of birth"
 msgstr "Gimimo metai"
 
-#: ../libpurple/protocols/gg/gg.c:655 ../libpurple/protocols/msn/msn.c:1973
-#: ../libpurple/protocols/msnp9/msn.c:1729
-#: ../libpurple/protocols/myspace/user.c:129
-#: ../libpurple/protocols/oscar/oscar.c:3922
-#: ../libpurple/protocols/qq/buddy_info.c:47
-#: ../libpurple/protocols/qq/qq.c:267 ../libpurple/protocols/qq/qq.c:270
-#: ../libpurple/protocols/qq/qq.c:273 ../libpurple/protocols/qq/qq.c:277
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1094
 msgid "Gender"
 msgstr "Lytis"
 
-#: ../libpurple/protocols/gg/gg.c:656
 msgid "Male or female"
 msgstr "Vyras ar moteris"
 
-#: ../libpurple/protocols/gg/gg.c:657
-#: ../libpurple/protocols/oscar/oscar.c:3922
-#: ../libpurple/protocols/qq/buddy_info.c:84
-#: ../libpurple/protocols/qq/qq.c:267
 msgid "Male"
 msgstr "Vyras"
 
-#: ../libpurple/protocols/gg/gg.c:658
-#: ../libpurple/protocols/oscar/oscar.c:3922
-#: ../libpurple/protocols/qq/buddy_info.c:85
-#: ../libpurple/protocols/qq/qq.c:270
 msgid "Female"
 msgstr "Moteris"
 
-#: ../libpurple/protocols/gg/gg.c:662
 msgid "Only online"
 msgstr "Šiuo metu prisijungęs"
 
-#: ../libpurple/protocols/gg/gg.c:666 ../libpurple/protocols/gg/gg.c:667
 msgid "Find buddies"
 msgstr "Ieškoti bičiulių"
 
-#: ../libpurple/protocols/gg/gg.c:668
 msgid "Please, enter your search criteria below"
 msgstr "Prašome žemiau įvesti, pagal ką ieškosite"
 
-#: ../libpurple/protocols/gg/gg.c:706
 msgid "Fill in the fields."
 msgstr "Užpildykite laukus."
 
-#: ../libpurple/protocols/gg/gg.c:718
 msgid "Your current password is different from the one that you specified."
 msgstr "Jūsų dabartinis slaptažodis skiriasi nuo nurodytojo."
 
-#: ../libpurple/protocols/gg/gg.c:732
 msgid "Unable to change password. Error occurred.\n"
 msgstr "Slaptažodis nepakeistas, įvyko klaida.\n"
 
-#: ../libpurple/protocols/gg/gg.c:741
 msgid "Change password for the Gadu-Gadu account"
 msgstr "Pakeisti Gadu-Gadu paskyros slaptažodį"
 
-#: ../libpurple/protocols/gg/gg.c:742
 msgid "Password was changed successfully!"
 msgstr "Slaptažodis buvo sėkmingai pakeistas!"
 
-#: ../libpurple/protocols/gg/gg.c:775
 msgid "Current password"
 msgstr "Dabartinis slaptažodis"
 
-#: ../libpurple/protocols/gg/gg.c:800
 msgid "Please, enter your current password and your new password for UIN: "
 msgstr "Prašome įvesti Jūsų dabartinį slaptažodį ir Jūsų naują UIN slaptažodį:"
 
-#: ../libpurple/protocols/gg/gg.c:804 ../libpurple/protocols/gg/gg.c:805
 msgid "Change Gadu-Gadu Password"
 msgstr "Pakeisti Gadu-Gadu slaptažodį"
 
-#: ../libpurple/protocols/gg/gg.c:882
 #, c-format
 msgid "Select a chat for buddy: %s"
 msgstr "Pasirinkite pokalbių kambarį bičiuliui %s"
 
-#: ../libpurple/protocols/gg/gg.c:885 ../libpurple/protocols/gg/gg.c:886
 msgid "Add to chat..."
 msgstr "Įtraukti į pokalbių kambarį..."
 
-#: ../libpurple/protocols/gg/gg.c:1020
-#: ../libpurple/protocols/jabber/buddy.c:2057
-#: ../libpurple/protocols/msn/state.c:29 ../libpurple/protocols/msn/state.c:30
-#: ../libpurple/protocols/msn/state.c:37 ../libpurple/protocols/msn/state.c:38
-#: ../libpurple/protocols/msnp9/state.c:29
-#: ../libpurple/protocols/msnp9/state.c:30
-#: ../libpurple/protocols/msnp9/state.c:37
-#: ../libpurple/protocols/msnp9/state.c:38
-#: ../libpurple/protocols/novell/novell.c:2834
-#: ../libpurple/protocols/qq/qq.c:355
-#: ../libpurple/protocols/yahoo/yahoo.c:3165 ../libpurple/status.c:160
-#: ../pidgin/gtkdocklet.c:545 ../pidgin/gtkstatusbox.c:1089
 msgid "Available"
 msgstr "Pasiekiamas"
 
 #. get_yahoo_status_from_purple_status() returns YAHOO_STATUS_CUSTOM for
 #. * the generic away state (YAHOO_STATUS_TYPE_AWAY) with no message
 #. Away stuff
-#: ../libpurple/protocols/gg/gg.c:1023 ../libpurple/protocols/irc/irc.c:561
-#: ../libpurple/protocols/irc/msgs.c:362
-#: ../libpurple/protocols/jabber/buddy.c:2061
-#: ../libpurple/protocols/novell/novell.c:2837
-#: ../libpurple/protocols/oscar/oscar.c:739
-#: ../libpurple/protocols/oscar/oscar.c:5837
-#: ../libpurple/protocols/qq/qq.c:223 ../libpurple/protocols/qq/qq.c:359
-#: ../libpurple/protocols/silc/buddy.c:1491
-#: ../libpurple/protocols/silc10/buddy.c:1491
-#: ../libpurple/protocols/yahoo/yahoo.c:3726
-#: ../libpurple/protocols/yahoo/yahoo.c:3800 ../libpurple/status.c:163
-#: ../pidgin/gtkdocklet.c:549 ../pidgin/gtkprefs.c:2067
-#: ../pidgin/gtkstatusbox.c:1090
 msgid "Away"
 msgstr "Pasitraukęs"
 
-#: ../libpurple/protocols/gg/gg.c:1052 ../libpurple/protocols/gg/gg.c:1126
-#: ../libpurple/protocols/oscar/oscar.c:2948
-#: ../libpurple/protocols/oscar/oscar.c:3889
 msgid "UIN"
 msgstr "UIN"
 
-#: ../libpurple/protocols/gg/gg.c:1055 ../libpurple/protocols/gg/gg.c:1129
-#: ../libpurple/protocols/jabber/buddy.c:2234
-#: ../libpurple/protocols/jabber/buddy.c:2420
-#: ../libpurple/protocols/oscar/oscar.c:3900
-#: ../libpurple/protocols/silc/ops.c:1004
-#: ../libpurple/protocols/silc10/ops.c:1024
 msgid "First Name"
 msgstr "Vardas"
 
-#: ../libpurple/protocols/gg/gg.c:1068 ../libpurple/protocols/gg/gg.c:1138
 msgid "Birth Year"
 msgstr "Gimimo metai"
 
-#: ../libpurple/protocols/gg/gg.c:1120 ../libpurple/protocols/gg/gg.c:1189
-#: ../libpurple/protocols/oscar/oscar.c:4076
 msgid "Unable to display the search results."
 msgstr "Negalima parodyti paieškos rezultatų."
 
-#: ../libpurple/protocols/gg/gg.c:1180
 msgid "Gadu-Gadu Public Directory"
 msgstr "Viešasis Gadu-Gadu katalogas"
 
-#: ../libpurple/protocols/gg/gg.c:1181
 msgid "Search results"
 msgstr "Paieškos rezultatai"
 
-#: ../libpurple/protocols/gg/gg.c:1224
 msgid "No matching users found"
 msgstr "Ieškotų vartotojų nerasta"
 
-#: ../libpurple/protocols/gg/gg.c:1225
 msgid "There are no users matching your search criteria."
 msgstr "Vartotojų, tenkinančių paieškos kriterijus, nėra."
 
-#: ../libpurple/protocols/gg/gg.c:1321 ../libpurple/protocols/gg/gg.c:1476
 msgid "Unable to read socket"
 msgstr "Nepavyko skaityti iš jungties"
 
 #  Buddy List trans options
-#: ../libpurple/protocols/gg/gg.c:1406
 msgid "Buddy list downloaded"
 msgstr "Bičiulių sąrašas atsisiųstas"
 
-#: ../libpurple/protocols/gg/gg.c:1407
 msgid "Your buddy list was downloaded from the server."
 msgstr "Jūsų bičiulių sąrašas atsisiųstas iš serverio."
 
-#: ../libpurple/protocols/gg/gg.c:1414
 msgid "Buddy list uploaded"
 msgstr "Bičiulių sąrašas nusiųstas į serverį"
 
-#: ../libpurple/protocols/gg/gg.c:1415
 msgid "Your buddy list was stored on the server."
 msgstr "Jūsų bičiulių sąrašas išsaugotas serveryje."
 
-#: ../libpurple/protocols/gg/gg.c:1513 ../libpurple/protocols/gg/gg.c:1726
 msgid "Connection failed."
 msgstr "Nepavyko prisijungti."
 
-#: ../libpurple/protocols/gg/gg.c:1648
 msgid "Add to chat"
 msgstr "Įtraukti į pokalbių kambarį"
 
-#: ../libpurple/protocols/gg/gg.c:1678
 msgid "Chat _name:"
 msgstr "Ka_nalo pavadinimas:"
 
-#: ../libpurple/protocols/gg/gg.c:1951
 msgid "Chat error"
 msgstr "Pokalbių kambario klaida"
 
-#: ../libpurple/protocols/gg/gg.c:1952
 msgid "This chat name is already in use"
 msgstr "Toks pokalbių kambario vardas jau yra vartojamas"
 
-#: ../libpurple/protocols/gg/gg.c:2037
 msgid "Not connected to the server."
 msgstr "Neprisijungta prie serverio."
 
-#: ../libpurple/protocols/gg/gg.c:2060
 msgid "Find buddies..."
 msgstr "Ieškoti bičiulių..."
 
-#: ../libpurple/protocols/gg/gg.c:2066
 msgid "Change password..."
 msgstr "Pakeisti slaptažodį..."
 
-#: ../libpurple/protocols/gg/gg.c:2072
 msgid "Upload buddylist to Server"
 msgstr "Nusiųsti bičiulių sąrašą į serverį"
 
-#: ../libpurple/protocols/gg/gg.c:2076
 msgid "Download buddylist from Server"
 msgstr "Atsisiųsti bičiulių sąrašą iš serverio"
 
-#: ../libpurple/protocols/gg/gg.c:2080
 msgid "Delete buddylist from Server"
 msgstr "Ištrinti bičiulių sąrašą iš serverio"
 
-#: ../libpurple/protocols/gg/gg.c:2084
 msgid "Save buddylist to file..."
 msgstr "Įšsaugoti bičiulių sąrašą faile..."
 
@@ -4483,151 +3191,81 @@
 #. id
 #. name
 #. version
-#: ../libpurple/protocols/gg/gg.c:2193
 msgid "Gadu-Gadu Protocol Plugin"
 msgstr "Gadu-Gadu protokolo papildinys"
 
 #. summary
-#: ../libpurple/protocols/gg/gg.c:2194
 msgid "Polish popular IM"
 msgstr "Populiarus lenkiškas bendravimo tinklas"
 
-#: ../libpurple/protocols/gg/gg.c:2248
 msgid "Gadu-Gadu User"
 msgstr "Gadu-Gadu vartotojas"
 
-#: ../libpurple/protocols/irc/cmds.c:43
-#: ../libpurple/protocols/silc/silc.c:1890
-#: ../libpurple/protocols/silc10/silc.c:1609
 #, c-format
 msgid "Unknown command: %s"
 msgstr "Nežinoma komanda: %s"
 
-#: ../libpurple/protocols/irc/cmds.c:537
-#: ../libpurple/protocols/jabber/chat.c:616
-#: ../libpurple/protocols/silc/silc.c:1580
-#: ../libpurple/protocols/silc10/silc.c:1299
 #, c-format
 msgid "current topic is: %s"
 msgstr "dabartinė tema yra: %s"
 
-#: ../libpurple/protocols/irc/cmds.c:541
-#: ../libpurple/protocols/jabber/chat.c:620
-#: ../libpurple/protocols/silc/silc.c:1584
-#: ../libpurple/protocols/silc10/silc.c:1303
 msgid "No topic is set"
 msgstr "Temos nėra"
 
-#: ../libpurple/protocols/irc/dcc_send.c:298
-#: ../libpurple/protocols/irc/dcc_send.c:339
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:318
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:327
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:336
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:1110
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:1514
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:1565
 msgid "File Transfer Failed"
 msgstr "Failo perdavimas nepavyko"
 
-#: ../libpurple/protocols/irc/dcc_send.c:299
-#: ../libpurple/protocols/irc/dcc_send.c:340
 msgid "Could not open a listening port."
 msgstr "Nepavyko atverti prievado klausymui."
 
-#: ../libpurple/protocols/irc/irc.c:79
 msgid "Error displaying MOTD"
 msgstr "MOTD pavaizdavimo klaida"
 
-#: ../libpurple/protocols/irc/irc.c:79
 msgid "No MOTD available"
 msgstr "Nėra MOTD"
 
-#: ../libpurple/protocols/irc/irc.c:80
 msgid "There is no MOTD associated with this connection."
 msgstr "Nėra su šia jungtimi susieto MOTD."
 
-#: ../libpurple/protocols/irc/irc.c:83
 #, c-format
 msgid "MOTD for %s"
 msgstr "%s MOTD"
 
-#: ../libpurple/protocols/irc/irc.c:129 ../libpurple/protocols/irc/irc.c:169
-#: ../libpurple/protocols/irc/irc.c:650 ../libpurple/protocols/irc/irc.c:679
-#: ../libpurple/protocols/myspace/myspace.c:2554
 msgid "Server has disconnected"
 msgstr "Serveris atsijungė"
 
-#: ../libpurple/protocols/irc/irc.c:260
 msgid "View MOTD"
 msgstr "Žiūrėti MOTD"
 
-#: ../libpurple/protocols/irc/irc.c:272 ../libpurple/protocols/silc/chat.c:33
-#: ../libpurple/protocols/silc10/chat.c:33
 msgid "_Channel:"
 msgstr "_Kanalas:"
 
-#: ../libpurple/protocols/irc/irc.c:278
-#: ../libpurple/protocols/jabber/chat.c:59 ../pidgin/gtkaccount.c:550
 msgid "_Password:"
 msgstr "Sla_ptažodis:"
 
-#: ../libpurple/protocols/irc/irc.c:311
 msgid "IRC nicks may not contain whitespace"
 msgstr "IRC vardai negali turėti matomų tarpų"
 
 #. 1. connect to server
 #. connect to the server
-#: ../libpurple/protocols/irc/irc.c:332
-#: ../libpurple/protocols/jabber/jabber.c:1380
-#: ../libpurple/protocols/msn/session.c:409
-#: ../libpurple/protocols/msnp9/session.c:368
-#: ../libpurple/protocols/myspace/myspace.c:295
-#: ../libpurple/protocols/novell/novell.c:2199
-#: ../libpurple/protocols/oscar/oscar.c:1446
-#: ../libpurple/protocols/sametime/sametime.c:3778
-#: ../libpurple/protocols/simple/simple.c:1931
-#: ../libpurple/protocols/yahoo/yahoo.c:2991
-#: ../libpurple/protocols/zephyr/zephyr.c:1589 ../pidgin/gtkstatusbox.c:687
 msgid "Connecting"
 msgstr "Jungiamasi"
 
-#: ../libpurple/protocols/irc/irc.c:342
-#: ../libpurple/protocols/jabber/jabber.c:704
-#: ../libpurple/protocols/jabber/jabber.c:1185
 msgid "SSL support unavailable"
 msgstr "Nėra SSL palaikymo"
 
-#: ../libpurple/protocols/irc/irc.c:355
-#: ../libpurple/protocols/myspace/myspace.c:313
-#: ../libpurple/protocols/simple/simple.c:485
-#: ../libpurple/protocols/simple/simple.c:1841
 msgid "Couldn't create socket"
 msgstr "Nepavyko sukurti jungties"
 
-#: ../libpurple/protocols/irc/irc.c:453
-#: ../libpurple/protocols/oscar/oscar.c:1442
 msgid "Couldn't connect to host"
 msgstr "Nepavyko prisijungti prie mazgo"
 
-#: ../libpurple/protocols/irc/irc.c:645 ../libpurple/protocols/irc/irc.c:674
-#: ../libpurple/protocols/myspace/myspace.c:2548
 msgid "Read error"
 msgstr "Skaitymo klaida"
 
-#: ../libpurple/protocols/irc/irc.c:815
-#: ../libpurple/protocols/silc/chat.c:1401
-#: ../libpurple/protocols/silc10/chat.c:1426
-#: ../libpurple/protocols/yahoo/yahoochat.c:1508
 msgid "Users"
 msgstr "Vartotojai"
 
-#: ../libpurple/protocols/irc/irc.c:818
-#: ../libpurple/protocols/sametime/sametime.c:3426
-#: ../libpurple/protocols/silc/chat.c:1404
-#: ../libpurple/protocols/silc/ops.c:1406
-#: ../libpurple/protocols/silc10/chat.c:1429
-#: ../libpurple/protocols/silc10/ops.c:1382
-#: ../libpurple/protocols/yahoo/yahoochat.c:1517
 msgid "Topic"
 msgstr "Tema"
 
@@ -4648,55 +3286,28 @@
 #. *< id
 #. *< name
 #. *< version
-#: ../libpurple/protocols/irc/irc.c:957
 msgid "IRC Protocol Plugin"
 msgstr "IRC protokolo papildinys"
 
 #  *  summary
 #. *  summary
-#: ../libpurple/protocols/irc/irc.c:958
 msgid "The IRC Protocol Plugin that Sucks Less"
 msgstr "Mažiau knisantis IRC protokolo papildinys"
 
 #. host to connect to
-#: ../libpurple/protocols/irc/irc.c:983 ../libpurple/protocols/irc/msgs.c:375
-#: ../libpurple/protocols/msn/msn.c:2571
-#: ../libpurple/protocols/msnp9/msn.c:2326
-#: ../libpurple/protocols/oscar/oscar.c:6836
-#: ../libpurple/protocols/qq/qq.c:805
-#: ../libpurple/protocols/sametime/sametime.c:5783
-#: ../libpurple/protocols/silc/ops.c:1262
-#: ../libpurple/protocols/silc/ops.c:1356
-#: ../libpurple/protocols/silc10/ops.c:1244
-#: ../libpurple/protocols/silc10/ops.c:1347
-#: ../libpurple/protocols/simple/simple.c:2115
-#: ../libpurple/protocols/toc/toc.c:2327
 msgid "Server"
 msgstr "Serveris"
 
 #. port to connect to
-#: ../libpurple/protocols/irc/irc.c:986 ../libpurple/protocols/msn/msn.c:2576
-#: ../libpurple/protocols/msnp9/msn.c:2331
-#: ../libpurple/protocols/oscar/oscar.c:6839
-#: ../libpurple/protocols/qq/qq.c:808
-#: ../libpurple/protocols/sametime/sametime.c:5788
-#: ../libpurple/protocols/silc/silc.c:2181
-#: ../libpurple/protocols/silc10/silc.c:1904
-#: ../libpurple/protocols/toc/toc.c:2331
 msgid "Port"
 msgstr "Prievadas"
 
-#: ../libpurple/protocols/irc/irc.c:989
 msgid "Encodings"
 msgstr "Koduotės"
 
-#: ../libpurple/protocols/irc/irc.c:992
 msgid "Auto-detect incoming UTF-8"
 msgstr "Automatiškai nustatyti gaunamą UTF-8"
 
-#: ../libpurple/protocols/irc/irc.c:998 ../libpurple/protocols/irc/msgs.c:369
-#: ../libpurple/protocols/silc/silc.c:1244
-#: ../libpurple/protocols/silc10/silc.c:945
 msgid "Real name"
 msgstr "Tikras vardas"
 
@@ -4704,174 +3315,131 @@
 #. option = purple_account_option_string_new(_("Quit message"), "quitmsg", IRC_DEFAULT_QUIT);
 #. prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);
 #.
-#: ../libpurple/protocols/irc/irc.c:1006
 msgid "Use SSL"
 msgstr "Naudoti SSL"
 
-#: ../libpurple/protocols/irc/msgs.c:196
 msgid "Bad mode"
 msgstr "Bloga būsena"
 
-#: ../libpurple/protocols/irc/msgs.c:218
 #, c-format
 msgid "Ban on %s by %s, set %s ago"
 msgstr "Vartotojui %s uždraudė prisijungti %s prieš %s sekundžių"
 
-#: ../libpurple/protocols/irc/msgs.c:221
 #, c-format
 msgid "Ban on %s"
 msgstr "Vartotojui %s uždrausta prisijungti"
 
-#: ../libpurple/protocols/irc/msgs.c:236
 msgid "End of ban list"
 msgstr "Draudimų sąrašo pabaiga"
 
-#: ../libpurple/protocols/irc/msgs.c:250
 #, c-format
 msgid "You are banned from %s."
 msgstr "Jums uždrausta prisijungti prie kanalo %s."
 
-#: ../libpurple/protocols/irc/msgs.c:251
 msgid "Banned"
 msgstr "Uždrausta prisijungti prie kanalo"
 
-#: ../libpurple/protocols/irc/msgs.c:268
 #, c-format
 msgid "Cannot ban %s: banlist is full"
 msgstr ""
 "Negalima uždrausti %s prisijungti prie kanalo, nes draudimų sąrašas pilnas"
 
-#: ../libpurple/protocols/irc/msgs.c:353
 msgid " <i>(ircop)</i>"
 msgstr "<i>(IRC operatorius)</i>"
 
-#: ../libpurple/protocols/irc/msgs.c:354
 msgid " <i>(identified)</i>"
 msgstr "<i>(identifikavęsis)</i>"
 
-#: ../libpurple/protocols/irc/msgs.c:355
-#: ../libpurple/protocols/oscar/oscar.c:3890
-#: ../libpurple/protocols/silc/ops.c:1435
-#: ../libpurple/protocols/silc10/ops.c:1414
 msgid "Nick"
 msgstr "Vardas"
 
-#: ../libpurple/protocols/irc/msgs.c:381
-#: ../libpurple/protocols/silc/ops.c:1281
-#: ../libpurple/protocols/silc10/ops.c:1272
 msgid "Currently on"
 msgstr "Kanaluose"
 
-#: ../libpurple/protocols/irc/msgs.c:386
 msgid "Idle for"
 msgstr "Neveiklus jau"
 
-#: ../libpurple/protocols/irc/msgs.c:389
 msgid "Online since"
 msgstr "Prisijungęs nuo"
 
-#: ../libpurple/protocols/irc/msgs.c:393
 msgid "<b>Defining adjective:</b>"
 msgstr "<b>Aprašantis būdvardis:</b>"
 
-#: ../libpurple/protocols/irc/msgs.c:393
 msgid "Glorious"
 msgstr "Šlovingas"
 
-#: ../libpurple/protocols/irc/msgs.c:477
 #, c-format
 msgid "%s has changed the topic to: %s"
 msgstr "%s pakeitė temą į: %s"
 
-#: ../libpurple/protocols/irc/msgs.c:479
 #, c-format
 msgid "%s has cleared the topic."
 msgstr "%s ištrynė temą."
 
-#: ../libpurple/protocols/irc/msgs.c:487
 #, c-format
 msgid "The topic for %s is: %s"
 msgstr "Kanalo %s tema: %s"
 
-#: ../libpurple/protocols/irc/msgs.c:505
 #, c-format
 msgid "Unknown message '%s'"
 msgstr "Nežinomas pranešimas „%s“"
 
-#: ../libpurple/protocols/irc/msgs.c:506
 msgid "Unknown message"
 msgstr "Nežinoma pranešimas"
 
-#: ../libpurple/protocols/irc/msgs.c:506
 msgid "The IRC server received a message it did not understand."
 msgstr "IRC serveris gavo nesuprantamą pranešimą."
 
-#: ../libpurple/protocols/irc/msgs.c:527
 #, c-format
 msgid "Users on %s: %s"
 msgstr "Vartotojai, esantys %s: %s"
 
-#: ../libpurple/protocols/irc/msgs.c:634
 msgid "Time Response"
 msgstr "Laiko atsakas"
 
-#: ../libpurple/protocols/irc/msgs.c:635
 msgid "The IRC server's local time is:"
 msgstr "IRC serverio vietinis laikas yra:"
 
-#: ../libpurple/protocols/irc/msgs.c:646
 msgid "No such channel"
 msgstr "Tokio kanalo nėra"
 
 #  does this happen?
 #. does this happen?
-#: ../libpurple/protocols/irc/msgs.c:657
 msgid "no such channel"
 msgstr "tokio kanalo nėra"
 
-#: ../libpurple/protocols/irc/msgs.c:660
 msgid "User is not logged in"
 msgstr "Vartotojas neprisijungęs"
 
-#: ../libpurple/protocols/irc/msgs.c:665
 msgid "No such nick or channel"
 msgstr "Nėra tokio vardo ar kanalo"
 
-#: ../libpurple/protocols/irc/msgs.c:685
 msgid "Could not send"
 msgstr "Nepavyko išsiųsti"
 
-#: ../libpurple/protocols/irc/msgs.c:741
 #, c-format
 msgid "Joining %s requires an invitation."
 msgstr "Prisijungimui prie %s būtinas pakvietimas."
 
-#: ../libpurple/protocols/irc/msgs.c:742
 msgid "Invitation only"
 msgstr "Tik su pakvietimais"
 
-#: ../libpurple/protocols/irc/msgs.c:858
 #, c-format
 msgid "You have been kicked by %s: (%s)"
 msgstr "Tave išspyrė %s: %s"
 
 #. Remove user from channel
-#: ../libpurple/protocols/irc/msgs.c:863 ../libpurple/protocols/silc/ops.c:714
-#: ../libpurple/protocols/silc10/ops.c:720
 #, c-format
 msgid "Kicked by %s (%s)"
 msgstr "Išspyrė %s (%s)"
 
-#: ../libpurple/protocols/irc/msgs.c:886
 #, c-format
 msgid "mode (%s %s) by %s"
 msgstr "Būseną (%s %s) nustatė %s"
 
-#: ../libpurple/protocols/irc/msgs.c:976 ../libpurple/protocols/irc/msgs.c:977
 msgid "Invalid nickname"
 msgstr "Neteisingas vardas"
 
-#: ../libpurple/protocols/irc/msgs.c:978
 msgid ""
 "Your selected nickname was rejected by the server.  It probably contains "
 "invalid characters."
@@ -4879,7 +3447,6 @@
 "Serveris atmetė Jūsų pasirinktą vardą.  Greičiausiai jame yra neleistinų "
 "simbolių."
 
-#: ../libpurple/protocols/irc/msgs.c:983
 msgid ""
 "Your selected account name was rejected by the server.  It probably contains "
 "invalid characters."
@@ -4887,53 +3454,40 @@
 "Serveris atmetė Jūsų pasirinktą abonento vardą.  Greičiausiai jame yra "
 "neleistinų simbolių."
 
-#: ../libpurple/protocols/irc/msgs.c:1031
 msgid "Cannot change nick"
 msgstr "Negalima pakeisti vardo"
 
-#: ../libpurple/protocols/irc/msgs.c:1031
 msgid "Could not change nick"
 msgstr "Vardo pakeisti nepavyko"
 
-#: ../libpurple/protocols/irc/msgs.c:1056
 #, c-format
 msgid "You have parted the channel%s%s"
 msgstr "Jūs palikote kanalą%s%s"
 
-#: ../libpurple/protocols/irc/msgs.c:1100
 msgid "Error: invalid PONG from server"
 msgstr "Klaida: neteisingas PONG iš serverio"
 
-#: ../libpurple/protocols/irc/msgs.c:1102
 #, c-format
 msgid "PING reply -- Lag: %lu seconds"
 msgstr "Atsakymas į skimbtelėjimą -- delsa: %lu sek."
 
-#: ../libpurple/protocols/irc/msgs.c:1193
 #, c-format
 msgid "Cannot join %s: Registration is required."
 msgstr "Nepavyko prisijungti prie %s, nes reikalinga registracija."
 
-#: ../libpurple/protocols/irc/msgs.c:1194
-#: ../libpurple/protocols/silc/ops.c:1106
-#: ../libpurple/protocols/silc10/ops.c:1128
 msgid "Cannot join channel"
 msgstr "Nepavyko prisijungti prie kanalo"
 
-#: ../libpurple/protocols/irc/msgs.c:1228
 msgid "Nick or channel is temporarily unavailable."
 msgstr "Vardas ar kanalas yra laikinai neprieinamas."
 
-#: ../libpurple/protocols/irc/msgs.c:1240
 #, c-format
 msgid "Wallops from %s"
 msgstr "Žinutė (wallops) iš %s"
 
-#: ../libpurple/protocols/irc/parse.c:124
 msgid "action &lt;action to perform&gt;:  Perform an action."
 msgstr "action &lt;veiksmas&gt;:  atlieka veiksmą."
 
-#: ../libpurple/protocols/irc/parse.c:125
 msgid ""
 "away [message]:  Set an away message, or use no message to return from being "
 "away."
@@ -4941,15 +3495,12 @@
 "away [žinutė]:  nustato pasitraukimp žinutę. Jei žinutė nenurodyta, grįžta "
 "iš pasitraukimo."
 
-#: ../libpurple/protocols/irc/parse.c:126
 msgid "ctcp <nick> <msg>: sends ctcp msg to nick."
 msgstr "ctcp <vardas> <žinutė>: nusiunčia CTCP žinutę nurodytu vardu."
 
-#: ../libpurple/protocols/irc/parse.c:127
 msgid "chanserv: Send a command to chanserv"
 msgstr "chanserv: nusiunčia chanserv komandą"
 
-#: ../libpurple/protocols/irc/parse.c:128
 msgid ""
 "deop &lt;nick1&gt; [nick2] ...:  Remove channel operator status from "
 "someone. You must be a channel operator to do this."
@@ -4957,7 +3508,6 @@
 "deop &lt;vardas1&gt; [vardas2] ...:  pašalina nurodyto vardo(-ų) "
 "operatoriaus statusą. Tam Jūs turite būti kanalo operatorius."
 
-#: ../libpurple/protocols/irc/parse.c:129
 msgid ""
 "devoice &lt;nick1&gt; [nick2] ...:  Remove channel voice status from "
 "someone, preventing them from speaking if the channel is moderated (+m). You "
@@ -4967,7 +3517,6 @@
 "kalbėjimo teisę, taip užkertant kelią jam kalbėti, jei kanalas yra "
 "prižiūrimas (+m). Tam Jūs turite būti kanalo operatorius."
 
-#: ../libpurple/protocols/irc/parse.c:130
 msgid ""
 "invite &lt;nick&gt; [room]:  Invite someone to join you in the specified "
 "channel, or the current channel."
@@ -4975,7 +3524,6 @@
 "invite &lt;vardas&gt; [room]:  pakviesti vartotoją su nurodytu vardu į "
 "nurodytą arba dabartinį kanalą."
 
-#: ../libpurple/protocols/irc/parse.c:131
 msgid ""
 "j &lt;room1&gt;[,room2][,...] [key1[,key2][,...]]:  Enter one or more "
 "channels, optionally providing a channel key for each if needed."
@@ -4984,7 +3532,6 @@
 "prie vieno ar daugiau kanalų, papildomai kiekvienam iš jų nurodant po raktą, "
 "jei reikia."
 
-#: ../libpurple/protocols/irc/parse.c:132
 msgid ""
 "join &lt;room1&gt;[,room2][,...] [key1[,key2][,...]]:  Enter one or more "
 "channels, optionally providing a channel key for each if needed."
@@ -4993,7 +3540,6 @@
 "prisijungti prie vieno ar daugiau kanalų, papildomai kiekvienam iš jų "
 "nurodant po raktą, jei reikia."
 
-#: ../libpurple/protocols/irc/parse.c:133
 msgid ""
 "kick &lt;nick&gt; [message]:  Remove someone from a channel. You must be a "
 "channel operator to do this."
@@ -5001,7 +3547,6 @@
 "kick &lt;vardas&gt; [pranešimas]:  išspirti vartotoją su nurodytu vardu iš "
 "kanalo. Tam Jūs turite būti kanalo operatorius."
 
-#: ../libpurple/protocols/irc/parse.c:134
 msgid ""
 "list:  Display a list of chat rooms on the network. <i>Warning, some servers "
 "may disconnect you upon doing this.</i>"
@@ -5009,15 +3554,12 @@
 "list:  parodyti tinklo kanalų sąrašą. <i>Dėmesio, kai kurie serveriai gali "
 "Jus už tai atjungti.</i>"
 
-#: ../libpurple/protocols/irc/parse.c:135
 msgid "me &lt;action to perform&gt;:  Perform an action."
 msgstr "me &lt;veiksmas&gt;:  įvykdyti veiksmą."
 
-#: ../libpurple/protocols/irc/parse.c:136
 msgid "memoserv: Send a command to memoserv"
 msgstr "memoserv: nusiunčia memoserv komandą"
 
-#: ../libpurple/protocols/irc/parse.c:137
 msgid ""
 "mode &lt;+|-&gt;&lt;A-Za-z&gt; &lt;nick|channel&gt;:  Set or unset a channel "
 "or user mode."
@@ -5025,7 +3567,6 @@
 "mode &lt;+|-&gt;&lt;A-Za-z&gt; &lt;vardas|kanalas&gt;:  nustatyti arba "
 "atšaukti kanalo arba vartotojo būseną."
 
-#: ../libpurple/protocols/irc/parse.c:138
 msgid ""
 "msg &lt;nick&gt; &lt;message&gt;:  Send a private message to a user (as "
 "opposed to a channel)."
@@ -5033,24 +3574,18 @@
 "msg &lt;vardas&gt; &lt;žinutė&gt;:  siunčia privačią žinutę vartotojui su "
 "nurodytu vardu.  Rašyti į kanalą su šia komanda negalima."
 
-#: ../libpurple/protocols/irc/parse.c:139
 msgid "names [channel]:  List the users currently in a channel."
 msgstr "names [kanalas]:  parodo šiuo metu kanale esančių vartotojų sąrašą."
 
-#: ../libpurple/protocols/irc/parse.c:140
-#: ../libpurple/protocols/jabber/jabber.c:2391
 msgid "nick &lt;new nickname&gt;:  Change your nickname."
 msgstr "nick &lt;naujas slapyvardis&gt;:  pakeičia Jūsų vardą"
 
-#: ../libpurple/protocols/irc/parse.c:141
 msgid "nickserv: Send a command to nickserv"
 msgstr "nickserv: nusiunčia nickserv komandą"
 
-#: ../libpurple/protocols/irc/parse.c:142
 msgid "notice &lt;target&lt;:  Send a notice to a user or channel."
 msgstr "notice &lt;gavėjas&gt;:  nusiųsti pranešimą naudotojui ar kanalui."
 
-#: ../libpurple/protocols/irc/parse.c:143
 msgid ""
 "op &lt;nick1&gt; [nick2] ...:  Grant channel operator status to someone. You "
 "must be a channel operator to do this."
@@ -5058,7 +3593,6 @@
 "op &lt;vardas1&gt; [vardas2] ...:  suteikia kanalo operatoriaus statusą "
 "nurodytam vardui(-ams).  Tam Jūs turite būti kanalo operatorius."
 
-#: ../libpurple/protocols/irc/parse.c:144
 msgid ""
 "operwall &lt;message&gt;:  If you don't know what this is, you probably "
 "can't use it."
@@ -5066,11 +3600,9 @@
 "operwall &lt;žinutė&gt;:  jei nežinote, kas tai yra, tai greičiausiai ir "
 "negalite šios komandos naudoti."
 
-#: ../libpurple/protocols/irc/parse.c:145
 msgid "operserv: Send a command to operserv"
 msgstr "operserv: nusiunčia operserv komandą"
 
-#: ../libpurple/protocols/irc/parse.c:146
 msgid ""
 "part [room] [message]:  Leave the current channel, or a specified channel, "
 "with an optional message."
@@ -5078,7 +3610,6 @@
 "part [kanalas] [žinutė]:  išeiti iš dabartinio ar nurodyto kanalo, "
 "neprivalomai nurodant išėjimo žinutę."
 
-#: ../libpurple/protocols/irc/parse.c:147
 msgid ""
 "ping [nick]:  Asks how much lag a user (or the server if no user specified) "
 "has."
@@ -5086,7 +3617,6 @@
 "ping [vardas]:  nustato, kokia yra vartotojo (arba serverio, jei slapyvardis "
 "nenurodytas) delsa."
 
-#: ../libpurple/protocols/irc/parse.c:148
 msgid ""
 "query &lt;nick&gt; &lt;message&gt;:  Send a private message to a user (as "
 "opposed to a channel)."
@@ -5094,16 +3624,13 @@
 "query &lt;vardas&gt; &lt;žinutė&gt;: siunčia privačią žinutę vartotojui su "
 "nurodytu vardu.  Rašyti į kanalą su šia komanda negalima."
 
-#: ../libpurple/protocols/irc/parse.c:149
 msgid "quit [message]:  Disconnect from the server, with an optional message."
 msgstr ""
 "quit [žinutė]:  atsijungia nuo serverio su papildoma neprivaloma žinute."
 
-#: ../libpurple/protocols/irc/parse.c:150
 msgid "quote [...]:  Send a raw command to the server."
 msgstr "quote [...]:  siunčia komandą serveriui be papildomo apdorojimo."
 
-#: ../libpurple/protocols/irc/parse.c:151
 msgid ""
 "remove &lt;nick&gt; [message]:  Remove someone from a room. You must be a "
 "channel operator to do this."
@@ -5111,24 +3638,19 @@
 "remove &lt;vardas&gt; [žinutė]:  pašalinti vartotoją su nurodytu vardu iš "
 "kanalo. Tam Jūs turite būti kanalo operatorius."
 
-#: ../libpurple/protocols/irc/parse.c:152
 msgid "time: Displays the current local time at the IRC server."
 msgstr "time:  parodyti dabartinį vietinį IRC serverio laiko."
 
-#: ../libpurple/protocols/irc/parse.c:153
 msgid "topic [new topic]:  View or change the channel topic."
 msgstr "topic [nauja tema]:  pažiurėti arba pakeisti kanalo antraštę."
 
-#: ../libpurple/protocols/irc/parse.c:154
 msgid "umode &lt;+|-&gt;&lt;A-Za-z&gt;:  Set or unset a user mode."
 msgstr ""
 "umode &lt;+|-&gt;&lt;A-Za-z&gt;:  keisti arba atstatyti vartotojo būseną."
 
-#: ../libpurple/protocols/irc/parse.c:155
 msgid "version [nick]: send CTCP VERSION request to a user"
 msgstr "version [vardas]: nusiųsti vartotojui CTCP VERSION užklausą"
 
-#: ../libpurple/protocols/irc/parse.c:156
 msgid ""
 "voice &lt;nick1&gt; [nick2] ...:  Grant channel voice status to someone. You "
 "must be a channel operator to do this."
@@ -5136,7 +3658,6 @@
 "voice &lt;vardas1&gt; [vardas2] ...: suteikti vartotojui(-ams) kalbėjimo "
 "teisę.  Tam Jūs turite būti kanalo operatorius."
 
-#: ../libpurple/protocols/irc/parse.c:157
 msgid ""
 "wallops &lt;message&gt;:  If you don't know what this is, you probably can't "
 "use it."
@@ -5144,69 +3665,47 @@
 "wallops &lt;žinutė&gt;:  jei nežinote, kas tai yra, tai greičiausiai ir "
 "negalite šios komandos naudoti."
 
-#: ../libpurple/protocols/irc/parse.c:158
 msgid "whois [server] &lt;nick&gt;:  Get information on a user."
 msgstr "whois [serveris] &lt;vardas&gt;:  gauti informaciją apie vartotoją."
 
-#: ../libpurple/protocols/irc/parse.c:159
 msgid "whowas &lt;nick&gt;: Get information on a user that has logged off."
 msgstr "whowas &lt;vardas&gt;:  gauti informaciją apie atsijungusį vartotoją."
 
-#: ../libpurple/protocols/irc/parse.c:531
 #, c-format
 msgid "Reply time from %s: %lu seconds"
 msgstr "Atsakymo laikas iš %s: %lu sek."
 
 # Būna poroje su „PING“. Nelabai aišku, kaip versti
-#: ../libpurple/protocols/irc/parse.c:532
 msgid "PONG"
 msgstr "PONG"
 
 # CTCP yra akronimas, PING neišversta.
-#: ../libpurple/protocols/irc/parse.c:532
 msgid "CTCP PING reply"
 msgstr "CTCP PING atsakas"
 
-#: ../libpurple/protocols/irc/parse.c:644
-#: ../libpurple/protocols/irc/parse.c:651 ../libpurple/protocols/toc/toc.c:191
-#: ../libpurple/protocols/toc/toc.c:694 ../libpurple/protocols/toc/toc.c:710
-#: ../libpurple/protocols/toc/toc.c:786
 msgid "Disconnected."
 msgstr "Atjungta."
 
-#: ../libpurple/protocols/jabber/adhoccommands.c:143
-#: ../libpurple/protocols/jabber/jabber.c:765
-#: ../libpurple/protocols/jabber/jabber.c:795
-#: ../libpurple/protocols/jabber/jabber.c:1975
 msgid "Unknown Error"
 msgstr "Nežinoma klaida"
 
-#: ../libpurple/protocols/jabber/adhoccommands.c:145
-#: ../libpurple/protocols/jabber/adhoccommands.c:146
 msgid "Ad-Hoc Command Failed"
 msgstr "Specialios (ad hoc) komandos klaida"
 
-#: ../libpurple/protocols/jabber/adhoccommands.c:182
 msgid "execute"
 msgstr "vykdyti"
 
-#: ../libpurple/protocols/jabber/auth.c:55
 msgid "Server requires TLS/SSL for login.  No TLS/SSL support found."
 msgstr "Serveris reikalauja TLS/SSL prisijungimui.  Nėra TLS/SSL palaikymo."
 
-#: ../libpurple/protocols/jabber/auth.c:60
 msgid "You require encryption, but no TLS/SSL support found."
 msgstr "Jūs reikalaujate šifravimo, bet TLS/SSL palaikymas nerastas."
 
-#: ../libpurple/protocols/jabber/auth.c:125
 msgid "Server requires plaintext authentication over an unencrypted stream"
 msgstr ""
 "Serveris reikalauja tapatybės nustatymo grynu tekstu nekoduojamame duomenų "
 "sraute"
 
-#: ../libpurple/protocols/jabber/auth.c:328
-#: ../libpurple/protocols/jabber/auth.c:544
-#: ../libpurple/protocols/jabber/auth.c:670
 #, c-format
 msgid ""
 "%s requires plaintext authentication over an unencrypted connection.  Allow "
@@ -5215,142 +3714,75 @@
 "%s reikalauja tapatybės nustatymo grynu tekstu nekoduojamame duomenu "
 "kanale.  Ar leisti tai ir tęsti tapatybės nustatymą?"
 
-#: ../libpurple/protocols/jabber/auth.c:330
-#: ../libpurple/protocols/jabber/auth.c:331
-#: ../libpurple/protocols/jabber/auth.c:546
-#: ../libpurple/protocols/jabber/auth.c:547
-#: ../libpurple/protocols/jabber/auth.c:672
-#: ../libpurple/protocols/jabber/auth.c:673
 msgid "Plaintext Authentication"
 msgstr "Tapatybės nustatymas grynu tekstu"
 
-#: ../libpurple/protocols/jabber/auth.c:489
-#: ../libpurple/protocols/jabber/auth.c:602
-#: ../libpurple/protocols/jabber/auth.c:854
-#: ../libpurple/protocols/jabber/auth.c:1006
-#: ../libpurple/protocols/jabber/auth.c:1033
-#: ../libpurple/protocols/jabber/auth.c:1079
-#: ../libpurple/protocols/jabber/jabber.c:128
 msgid "Invalid response from server."
 msgstr "Neteisingas atsakas iš serverio."
 
-#: ../libpurple/protocols/jabber/auth.c:560
-#: ../libpurple/protocols/jabber/auth.c:686
 msgid "Server does not use any supported authentication method"
 msgstr "Serveris nenaudoja jokio Gaim palaikomo tapatybės nustatymo metodo"
 
-#: ../libpurple/protocols/jabber/auth.c:877
-#: ../libpurple/protocols/jabber/auth.c:903
 msgid "Invalid challenge from server"
 msgstr "Neteisingas serverio iššūkis"
 
-#: ../libpurple/protocols/jabber/auth.c:979
 msgid "SASL error"
 msgstr "SASL klaida"
 
-#: ../libpurple/protocols/jabber/buddy.c:306
-#: ../libpurple/protocols/jabber/buddy.c:1256
-#: ../libpurple/protocols/sametime/sametime.c:4184
-#: ../libpurple/protocols/silc/ops.c:1000
-#: ../libpurple/protocols/silc10/ops.c:1020
 msgid "Full Name"
 msgstr "Pilnas vardas"
 
-#: ../libpurple/protocols/jabber/buddy.c:307
-#: ../libpurple/protocols/jabber/buddy.c:1267
-#: ../libpurple/protocols/silc/ops.c:1012
-#: ../libpurple/protocols/silc10/ops.c:1032
 msgid "Family Name"
 msgstr "Pavardė"
 
-#: ../libpurple/protocols/jabber/buddy.c:308
-#: ../libpurple/protocols/jabber/buddy.c:1269
 msgid "Given Name"
 msgstr "Vardas"
 
-#: ../libpurple/protocols/jabber/buddy.c:310
-#: ../libpurple/protocols/jabber/jabber.c:1064
 msgid "URL"
 msgstr "URL"
 
-#: ../libpurple/protocols/jabber/buddy.c:311
-#: ../libpurple/protocols/jabber/buddy.c:1310
 msgid "Street Address"
 msgstr "Adresas"
 
-#: ../libpurple/protocols/jabber/buddy.c:312
-#: ../libpurple/protocols/jabber/buddy.c:1308
 msgid "Extended Address"
 msgstr "Išplėstas adresas"
 
-#: ../libpurple/protocols/jabber/buddy.c:313
-#: ../libpurple/protocols/jabber/buddy.c:1312
 msgid "Locality"
 msgstr "Vietovė"
 
-#: ../libpurple/protocols/jabber/buddy.c:314
-#: ../libpurple/protocols/jabber/buddy.c:1314
 msgid "Region"
 msgstr "Regionas"
 
-#: ../libpurple/protocols/jabber/buddy.c:315
-#: ../libpurple/protocols/jabber/buddy.c:1316
 msgid "Postal Code"
 msgstr "Pašto indeksas"
 
 #  Country
-#: ../libpurple/protocols/jabber/buddy.c:316
-#: ../libpurple/protocols/jabber/buddy.c:1319
-#: ../libpurple/protocols/silc/silc.c:1250
-#: ../libpurple/protocols/silc10/silc.c:951
 msgid "Country"
 msgstr "Šalis"
 
 #. lots of clients (including purple) do this, but it's
 #. * out of spec
-#: ../libpurple/protocols/jabber/buddy.c:317
-#: ../libpurple/protocols/jabber/buddy.c:1333
-#: ../libpurple/protocols/jabber/buddy.c:1339
 msgid "Telephone"
 msgstr "Telefonas"
 
-#: ../libpurple/protocols/jabber/buddy.c:319
-#: ../libpurple/protocols/jabber/buddy.c:1380
 msgid "Organization Name"
 msgstr "Organizacijos pavadinimas"
 
-#: ../libpurple/protocols/jabber/buddy.c:320
-#: ../libpurple/protocols/jabber/buddy.c:1382
 msgid "Organization Unit"
 msgstr "Organizacijos padalinys"
 
-#: ../libpurple/protocols/jabber/buddy.c:322
-#: ../libpurple/protocols/jabber/buddy.c:1389
 msgid "Role"
 msgstr "Pareigos"
 
-#: ../libpurple/protocols/jabber/buddy.c:323
-#: ../libpurple/protocols/jabber/buddy.c:1282
-#: ../libpurple/protocols/msn/msn.c:2042
-#: ../libpurple/protocols/msnp9/msn.c:1798
-#: ../libpurple/protocols/oscar/oscar.c:3939
 msgid "Birthday"
 msgstr "Gimtadienis"
 
-#: ../libpurple/protocols/jabber/buddy.c:324
-#: ../libpurple/protocols/jabber/buddy.c:1391
-#: ../libpurple/protocols/jabber/chat.c:800
-#: ../libpurple/protocols/jabber/usermood.c:190 ../pidgin/gtkblist.c:3517
-#: ../pidgin/gtkplugin.c:584 ../pidgin/gtkprefs.c:688
 msgid "Description"
 msgstr "Aprašymas"
 
-#: ../libpurple/protocols/jabber/buddy.c:753
-#: ../libpurple/protocols/jabber/buddy.c:754
 msgid "Edit XMPP vCard"
 msgstr "Redaguoti XMPP vCard vizitinę kortelę"
 
-#: ../libpurple/protocols/jabber/buddy.c:755
 msgid ""
 "All items below are optional. Enter only the information with which you feel "
 "comfortable."
@@ -5358,88 +3790,54 @@
 "Visi tolimesni įrašai yra neprivalomi.  Įveskite tik tą informaciją, kurią "
 "norite viešinti."
 
-#: ../libpurple/protocols/jabber/buddy.c:811
-#: ../libpurple/protocols/jabber/buddy.c:980
 msgid "Client"
 msgstr "Klientas"
 
-#: ../libpurple/protocols/jabber/buddy.c:815
-#: ../libpurple/protocols/jabber/buddy.c:984
 msgid "Operating System"
 msgstr "Operacinė sistema"
 
-#: ../libpurple/protocols/jabber/buddy.c:855
-#: ../libpurple/protocols/jabber/buddy.c:1025
 msgid "Last Activity"
 msgstr "Paskutinis veiksmas"
 
-#: ../libpurple/protocols/jabber/buddy.c:857
-#: ../libpurple/protocols/jabber/buddy.c:1027
 msgid "Service Discovery Info"
 msgstr "Paslaugų paieškos informacija"
 
-#: ../libpurple/protocols/jabber/buddy.c:859
-#: ../libpurple/protocols/jabber/buddy.c:1029
 msgid "Service Discovery Items"
 msgstr "Paslaugų paieškos elementai"
 
-#: ../libpurple/protocols/jabber/buddy.c:861
-#: ../libpurple/protocols/jabber/buddy.c:1031
 msgid "Extended Stanza Addressing"
 msgstr "Išplėstinių strofų adresavimas"
 
-#: ../libpurple/protocols/jabber/buddy.c:863
-#: ../libpurple/protocols/jabber/buddy.c:1033
 msgid "Multi-User Chat"
 msgstr "Pokalbis su keliais vartotojais"
 
-#: ../libpurple/protocols/jabber/buddy.c:865
-#: ../libpurple/protocols/jabber/buddy.c:1035
 msgid "Multi-User Chat Extended Presence Information"
 msgstr "Išplėstinė buvimo informacija pokalbiuose su keliais vartotojais"
 
-#: ../libpurple/protocols/jabber/buddy.c:867
-#: ../libpurple/protocols/jabber/buddy.c:1037
 msgid "In-Band Bytestreams"
 msgstr "Kanalo vidaus baitų srautai"
 
-#: ../libpurple/protocols/jabber/buddy.c:869
-#: ../libpurple/protocols/jabber/buddy.c:1039
 msgid "Ad-Hoc Commands"
 msgstr "Specialios (ad hoc) komandos"
 
-#: ../libpurple/protocols/jabber/buddy.c:871
-#: ../libpurple/protocols/jabber/buddy.c:1041
 msgid "PubSub Service"
 msgstr "PubSub paslauga"
 
-#: ../libpurple/protocols/jabber/buddy.c:873
-#: ../libpurple/protocols/jabber/buddy.c:1043
 msgid "SOCKS5 Bytestreams"
 msgstr "SOCKS5 baitų srautai"
 
-#: ../libpurple/protocols/jabber/buddy.c:875
-#: ../libpurple/protocols/jabber/buddy.c:1045
 msgid "Out of Band Data"
 msgstr "Užkanaliniai duomenys"
 
-#: ../libpurple/protocols/jabber/buddy.c:877
-#: ../libpurple/protocols/jabber/buddy.c:1047
 msgid "XHTML-IM"
 msgstr "XHTML-IM"
 
-#: ../libpurple/protocols/jabber/buddy.c:879
-#: ../libpurple/protocols/jabber/buddy.c:1049
 msgid "In-Band Registration"
 msgstr "Registracija kanalo viduje"
 
-#: ../libpurple/protocols/jabber/buddy.c:881
-#: ../libpurple/protocols/jabber/buddy.c:1051
 msgid "User Location"
 msgstr "Naudotojo vietovė"
 
-#: ../libpurple/protocols/jabber/buddy.c:883
-#: ../libpurple/protocols/jabber/buddy.c:1053
 msgid "User Avatar"
 msgstr "Naudotojo avataras"
 
@@ -5450,250 +3848,146 @@
 #  *< dependencies
 #  *< priority
 #  *< id
-#: ../libpurple/protocols/jabber/buddy.c:885
-#: ../libpurple/protocols/jabber/buddy.c:1055
 msgid "Chat State Notifications"
 msgstr "Pranešimai apie pokalbio būseną"
 
-#: ../libpurple/protocols/jabber/buddy.c:887
-#: ../libpurple/protocols/jabber/buddy.c:1057
 msgid "Software Version"
 msgstr "Programinės įrangos versija"
 
-#: ../libpurple/protocols/jabber/buddy.c:889
-#: ../libpurple/protocols/jabber/buddy.c:1059
 msgid "Stream Initiation"
 msgstr "Kanalo inicijavimas"
 
-#: ../libpurple/protocols/jabber/buddy.c:891
-#: ../libpurple/protocols/jabber/buddy.c:1061
-#: ../libpurple/protocols/sametime/sametime.c:3287
 msgid "File Transfer"
 msgstr "Failų perdavimas"
 
-#: ../libpurple/protocols/jabber/buddy.c:893
-#: ../libpurple/protocols/jabber/buddy.c:1063
 msgid "User Mood"
 msgstr "Naudotojo nuotaika"
 
-#: ../libpurple/protocols/jabber/buddy.c:895
-#: ../libpurple/protocols/jabber/buddy.c:1065
 msgid "User Activity"
 msgstr "Naudotojo aktyvumas"
 
-#: ../libpurple/protocols/jabber/buddy.c:897
-#: ../libpurple/protocols/jabber/buddy.c:1067
 msgid "Entity Capabilities"
 msgstr "Objektų gebos"
 
-#: ../libpurple/protocols/jabber/buddy.c:899
-#: ../libpurple/protocols/jabber/buddy.c:1069
 msgid "Encrypted Session Negotiations"
 msgstr "Šifruoti seansų susitarimai"
 
-#: ../libpurple/protocols/jabber/buddy.c:901
-#: ../libpurple/protocols/jabber/buddy.c:1071
 msgid "User Tune"
 msgstr "Naudotojo daina"
 
-#: ../libpurple/protocols/jabber/buddy.c:903
-#: ../libpurple/protocols/jabber/buddy.c:1073
 msgid "Roster Item Exchange"
 msgstr "Sąrašo objektų apsikeitimas"
 
-#: ../libpurple/protocols/jabber/buddy.c:905
-#: ../libpurple/protocols/jabber/buddy.c:1075
 msgid "Reachability Address"
 msgstr "Pasiekiamumo adresas"
 
-#: ../libpurple/protocols/jabber/buddy.c:907
-#: ../libpurple/protocols/jabber/buddy.c:1077
 msgid "User Profile"
 msgstr "Naudotojo profilis"
 
 #  join button
-#: ../libpurple/protocols/jabber/buddy.c:909
-#: ../libpurple/protocols/jabber/buddy.c:1079
 msgid "Jingle"
 msgstr "Jingle"
 
-#: ../libpurple/protocols/jabber/buddy.c:911
-#: ../libpurple/protocols/jabber/buddy.c:1081
 msgid "Jingle Audio"
 msgstr "Jingle Audio"
 
-#: ../libpurple/protocols/jabber/buddy.c:913
-#: ../libpurple/protocols/jabber/buddy.c:1083
 msgid "User Nickname"
 msgstr "Naudotojo vardas"
 
-#: ../libpurple/protocols/jabber/buddy.c:915
-#: ../libpurple/protocols/jabber/buddy.c:1085
 msgid "Jingle ICE UDP"
 msgstr "Jingle ICE UDP"
 
-#: ../libpurple/protocols/jabber/buddy.c:917
-#: ../libpurple/protocols/jabber/buddy.c:1087
 msgid "Jingle ICE TCP"
 msgstr "Jingle ICE TCP"
 
-#: ../libpurple/protocols/jabber/buddy.c:919
-#: ../libpurple/protocols/jabber/buddy.c:1089
 msgid "Jingle Raw UDP"
 msgstr "Jingle grynu UDP"
 
-#: ../libpurple/protocols/jabber/buddy.c:921
-#: ../libpurple/protocols/jabber/buddy.c:1091
 msgid "Jingle Video"
 msgstr "Jingle Video"
 
-#: ../libpurple/protocols/jabber/buddy.c:923
-#: ../libpurple/protocols/jabber/buddy.c:1093
 msgid "Jingle DTMF"
 msgstr "Jingle DTMF"
 
-#: ../libpurple/protocols/jabber/buddy.c:925
-#: ../libpurple/protocols/jabber/buddy.c:1095
 msgid "Message Receipts"
 msgstr "Pranešimai apie žinučių pristatymą"
 
-#: ../libpurple/protocols/jabber/buddy.c:927
-#: ../libpurple/protocols/jabber/buddy.c:1097
 msgid "Public Key Publishing"
 msgstr "Viešojo rakto skelbimas"
 
-#: ../libpurple/protocols/jabber/buddy.c:929
-#: ../libpurple/protocols/jabber/buddy.c:1099
 msgid "User Chatting"
 msgstr "Naudotojas šnekasi"
 
-#: ../libpurple/protocols/jabber/buddy.c:931
-#: ../libpurple/protocols/jabber/buddy.c:1101
 msgid "User Browsing"
 msgstr "Naudotojas naršo"
 
-#: ../libpurple/protocols/jabber/buddy.c:933
-#: ../libpurple/protocols/jabber/buddy.c:1103
 msgid "User Gaming"
 msgstr "Naudotojas žaidžia"
 
-#: ../libpurple/protocols/jabber/buddy.c:935
-#: ../libpurple/protocols/jabber/buddy.c:1105
 msgid "User Viewing"
 msgstr "Naudotojas žiūri"
 
-#: ../libpurple/protocols/jabber/buddy.c:937
-#: ../libpurple/protocols/jabber/buddy.c:1107
-#: ../libpurple/protocols/silc/ops.c:1613
-#: ../libpurple/protocols/silc/ops.c:1618
-#: ../libpurple/protocols/silc10/ops.c:1612
-#: ../libpurple/protocols/silc10/ops.c:1617
 msgid "Ping"
 msgstr "Skimbtelėti"
 
-#: ../libpurple/protocols/jabber/buddy.c:939
-#: ../libpurple/protocols/jabber/buddy.c:1109
 msgid "Stanza Encryption"
 msgstr "Strofų šifravimas"
 
-#: ../libpurple/protocols/jabber/buddy.c:941
-#: ../libpurple/protocols/jabber/buddy.c:1111
 msgid "Entity Time"
 msgstr "Objekto laikas"
 
-#: ../libpurple/protocols/jabber/buddy.c:943
-#: ../libpurple/protocols/jabber/buddy.c:1113
 msgid "Delayed Delivery"
 msgstr "Uždelstinis pristatymas"
 
-#: ../libpurple/protocols/jabber/buddy.c:945
-#: ../libpurple/protocols/jabber/buddy.c:1115
 msgid "Collaborative Data Objects"
 msgstr "Bendradarbiavimo duomenų objektai"
 
-#: ../libpurple/protocols/jabber/buddy.c:947
-#: ../libpurple/protocols/jabber/buddy.c:1117
 msgid "File Repository and Sharing"
 msgstr "Failų saugykla ir dalinimasis"
 
-#: ../libpurple/protocols/jabber/buddy.c:949
-#: ../libpurple/protocols/jabber/buddy.c:1119
 msgid "STUN Service Discovery for Jingle"
 msgstr "STUN paslaugos paieška, skirta Jingle"
 
-#: ../libpurple/protocols/jabber/buddy.c:951
-#: ../libpurple/protocols/jabber/buddy.c:1121
 msgid "Simplified Encrypted Session Negotiation"
 msgstr "Supaprastintas susitarimas dėl šifruoto seanso"
 
-#: ../libpurple/protocols/jabber/buddy.c:953
-#: ../libpurple/protocols/jabber/buddy.c:1123
 msgid "Hop Check"
 msgstr "Šuolių patikrinimas"
 
-#: ../libpurple/protocols/jabber/buddy.c:961
-#: ../libpurple/protocols/jabber/buddy.c:1131
-#: ../libpurple/protocols/oscar/oscar.c:3161
 msgid "Capabilities"
 msgstr "Sugebėjimai"
 
-#: ../libpurple/protocols/jabber/buddy.c:1011
-#: ../libpurple/protocols/jabber/jabber.c:1643
-#: ../libpurple/protocols/jabber/jabber.c:1657
-#: ../libpurple/protocols/jabber/jabber.c:1671
-#: ../libpurple/protocols/jabber/jabber.c:1685
-#: ../libpurple/protocols/jabber/jabber.c:1699
 msgid "Priority"
 msgstr "Prioritetas"
 
-#: ../libpurple/protocols/jabber/buddy.c:1016
-#: ../libpurple/protocols/jabber/libxmpp.c:210
-#: ../libpurple/protocols/jabber/si.c:1094
 msgid "Resource"
 msgstr "Išteklius"
 
-#: ../libpurple/protocols/jabber/buddy.c:1271
-#: ../libpurple/protocols/silc/ops.c:1008
-#: ../libpurple/protocols/silc10/ops.c:1028
 msgid "Middle Name"
 msgstr "Antras vardas"
 
-#: ../libpurple/protocols/jabber/buddy.c:1301
-#: ../libpurple/protocols/jabber/jabber.c:1044
-#: ../libpurple/protocols/oscar/oscar.c:3962
-#: ../libpurple/protocols/oscar/oscar.c:3970
-#: ../libpurple/protocols/qq/buddy_info.c:57
-#: ../libpurple/protocols/silc/ops.c:1044
-#: ../libpurple/protocols/silc10/ops.c:1064
 msgid "Address"
 msgstr "Adresas"
 
-#: ../libpurple/protocols/jabber/buddy.c:1306
 msgid "P.O. Box"
 msgstr "Abonentinė pašto dėžutė"
 
-#: ../libpurple/protocols/jabber/buddy.c:1414
 msgid "Photo"
 msgstr "Nuotrauka"
 
-#: ../libpurple/protocols/jabber/buddy.c:1414
 msgid "Logo"
 msgstr "Logotipas"
 
-#: ../libpurple/protocols/jabber/buddy.c:1966
 msgid "Un-hide From"
 msgstr "Nustoti slėpti nuo"
 
-#: ../libpurple/protocols/jabber/buddy.c:1970
 msgid "Temporarily Hide From"
 msgstr "Laikinai paslėpti nuo"
 
 #. && NOT ME
-#: ../libpurple/protocols/jabber/buddy.c:1978
 msgid "Cancel Presence Notification"
 msgstr "Nutraukti informavimą apie buvimą"
 
-#: ../libpurple/protocols/jabber/buddy.c:1985
 msgid "(Re-)Request authorization"
 msgstr "Pareikalauti (iš naujo) prieigos teisės"
 
@@ -5703,51 +3997,34 @@
 #. if(NOT ME)
 #. shouldn't this just happen automatically when the buddy is
 #. removed?
-#: ../libpurple/protocols/jabber/buddy.c:1994
 msgid "Unsubscribe"
 msgstr "Išsiregistruoti"
 
-#: ../libpurple/protocols/jabber/buddy.c:2009
 msgid "Log In"
 msgstr "Prisijungti"
 
-#: ../libpurple/protocols/jabber/buddy.c:2013
 msgid "Log Out"
 msgstr "Atsijungti"
 
-#: ../libpurple/protocols/jabber/buddy.c:2059
-#: ../libpurple/protocols/jabber/jabber.c:1656
 msgid "Chatty"
 msgstr "Plepiai nusiteikęs"
 
-#: ../libpurple/protocols/jabber/buddy.c:2063
 msgid "Extended Away"
 msgstr "Ilgam pasitraukęs"
 
-#: ../libpurple/protocols/jabber/buddy.c:2065
-#: ../libpurple/protocols/jabber/jabber.c:1698
-#: ../libpurple/protocols/oscar/oscar.c:733
-#: ../libpurple/protocols/oscar/oscar.c:6013
-#: ../libpurple/protocols/sametime/sametime.c:3349
 msgid "Do Not Disturb"
 msgstr "Netrukdyti"
 
-#: ../libpurple/protocols/jabber/buddy.c:2232
 msgid "JID"
 msgstr "JID"
 
-#: ../libpurple/protocols/jabber/buddy.c:2236
-#: ../libpurple/protocols/jabber/buddy.c:2425
-#: ../libpurple/protocols/oscar/oscar.c:3901
 msgid "Last Name"
 msgstr "Pavardė"
 
-#: ../libpurple/protocols/jabber/buddy.c:2268
 msgid "The following are the results of your search"
 msgstr "Toliau yra Jūsų paieškos rezultatai"
 
 #. current comment from Jabber User Directory users.jabber.org
-#: ../libpurple/protocols/jabber/buddy.c:2353
 msgid ""
 "Find a contact by entering the search criteria in the given fields. Note: "
 "Each field supports wild card searches (%)"
@@ -5755,180 +4032,118 @@
 "Ieškokite kontakto įvesdami paieškos požymius pateiktuose laukuose.  "
 "Pastaba: kiekvienas laukas palaiko pakaitos simbolius (%)"
 
-#: ../libpurple/protocols/jabber/buddy.c:2373
 msgid "Directory Query Failed"
 msgstr "Katalogo užklausa nepavyko"
 
-#: ../libpurple/protocols/jabber/buddy.c:2374
 msgid "Could not query the directory server."
 msgstr "Nepavyko užklausti katalogo serverio."
 
 #. Try to translate the message (see static message
 #. list in jabber_user_dir_comments[])
-#: ../libpurple/protocols/jabber/buddy.c:2408
 #, c-format
 msgid "Server Instructions: %s"
 msgstr "Serverio instrukcijos: %s"
 
-#: ../libpurple/protocols/jabber/buddy.c:2415
 msgid "Fill in one or more fields to search for any matching XMPP users."
 msgstr "Užpildykite vieną ar daugiau laukų XMPP vartotojų paieškai."
 
-#: ../libpurple/protocols/jabber/buddy.c:2435
-#: ../libpurple/protocols/novell/novell.c:1497
-#: ../libpurple/protocols/oscar/oscar.c:3904
-#: ../libpurple/protocols/oscar/oscar.c:3913
 msgid "Email Address"
 msgstr "El. pašto adresas"
 
-#: ../libpurple/protocols/jabber/buddy.c:2444
-#: ../libpurple/protocols/jabber/buddy.c:2445
 msgid "Search for XMPP users"
 msgstr "Ieškoti XMPP vartotojų"
 
 #. "Search"
-#: ../libpurple/protocols/jabber/buddy.c:2446
-#: ../libpurple/protocols/qq/group.c:123
-#: ../libpurple/protocols/qq/group_im.c:144
-#: ../libpurple/protocols/qq/sys_msg.c:180
-#: ../libpurple/protocols/qq/sys_msg.c:256
-#: ../libpurple/protocols/qq/sys_msg.c:274
-#: ../libpurple/protocols/sametime/sametime.c:5667
-#: ../pidgin/plugins/gevolution/add_buddy_dialog.c:474
-#: ../pidgin/plugins/gevolution/assoc-buddy.c:356
 msgid "Search"
 msgstr "Ieškoti"
 
-#: ../libpurple/protocols/jabber/buddy.c:2461
 msgid "Invalid Directory"
 msgstr "Neteisingas katalogas"
 
-#: ../libpurple/protocols/jabber/buddy.c:2478
 msgid "Enter a User Directory"
 msgstr "Įveskite vartotojų katalogą"
 
-#: ../libpurple/protocols/jabber/buddy.c:2479
 msgid "Select a user directory to search"
 msgstr "Pasirinkite vartotojų katalogą paieškai"
 
-#: ../libpurple/protocols/jabber/buddy.c:2482
 msgid "Search Directory"
 msgstr "Paieškos katalogas"
 
-#: ../libpurple/protocols/jabber/chat.c:41
-#: ../libpurple/protocols/oscar/oscar.c:5524
-#: ../libpurple/protocols/yahoo/yahoochat.c:1057
 msgid "_Room:"
 msgstr "Kamba_rys:"
 
-#: ../libpurple/protocols/jabber/chat.c:47
 msgid "_Server:"
 msgstr "_Serveris:"
 
-#: ../libpurple/protocols/jabber/chat.c:53
 msgid "_Handle:"
 msgstr "Ra_nkenėlė:"
 
-#: ../libpurple/protocols/jabber/chat.c:231
 #, c-format
 msgid "%s is not a valid room name"
 msgstr "%s yra neteisingas kambario pavadinimas"
 
-#: ../libpurple/protocols/jabber/chat.c:232
 msgid "Invalid Room Name"
 msgstr "Neteisingas kambario pavadinimas"
 
-#: ../libpurple/protocols/jabber/chat.c:238
 #, c-format
 msgid "%s is not a valid server name"
 msgstr "%s yra neteisingas serverio pavadinimas"
 
-#: ../libpurple/protocols/jabber/chat.c:239
-#: ../libpurple/protocols/jabber/chat.c:240
 msgid "Invalid Server Name"
 msgstr "Neteisingas serverio pavadinimas"
 
-#: ../libpurple/protocols/jabber/chat.c:245
 #, c-format
 msgid "%s is not a valid room handle"
 msgstr "%s yra neteisinga kambario rankenėlė"
 
-#: ../libpurple/protocols/jabber/chat.c:246
-#: ../libpurple/protocols/jabber/chat.c:247
 msgid "Invalid Room Handle"
 msgstr "Neteisinga kambario rankenėlė"
 
-#: ../libpurple/protocols/jabber/chat.c:421
 msgid "Configuration error"
 msgstr "Konfigūracijos klaida"
 
-#: ../libpurple/protocols/jabber/chat.c:430
-#: ../libpurple/protocols/jabber/chat.c:573
 msgid "Unable to configure"
 msgstr "Negalima konfigūruoti"
 
-#: ../libpurple/protocols/jabber/chat.c:445
 msgid "Room Configuration Error"
 msgstr "Kambario konfigūracijos klaida"
 
-#: ../libpurple/protocols/jabber/chat.c:446
 msgid "This room is not capable of being configured"
 msgstr "Šis kambarys neturi konfigūravimo galimybės"
 
-#: ../libpurple/protocols/jabber/chat.c:495
-#: ../libpurple/protocols/jabber/chat.c:564
 msgid "Registration error"
 msgstr "Registracijos klaida"
 
-#: ../libpurple/protocols/jabber/chat.c:652
 msgid "Nick changing not supported in non-MUC chatrooms"
 msgstr "Ne MUC kambariuose vardo keitimas nėra palaikomas"
 
-#: ../libpurple/protocols/jabber/chat.c:703
-#: ../libpurple/protocols/jabber/chat.c:714
-#: ../libpurple/protocols/silc/ops.c:1473
-#: ../libpurple/protocols/silc10/ops.c:1451
 msgid "Error retrieving room list"
 msgstr "Kambarių sąrašo gavimo klaida"
 
-#: ../libpurple/protocols/jabber/chat.c:762
 msgid "Invalid Server"
 msgstr "Neteisingas serveris"
 
-#: ../libpurple/protocols/jabber/chat.c:806
 msgid "Enter a Conference Server"
 msgstr "Įveskite konferencijų serverį"
 
-#: ../libpurple/protocols/jabber/chat.c:807
 msgid "Select a conference server to query"
 msgstr "Pasirinkite konferencijų serverį užklausai"
 
-#: ../libpurple/protocols/jabber/chat.c:810
 msgid "Find Rooms"
 msgstr "Rasti kambarius"
 
-#: ../libpurple/protocols/jabber/jabber.c:152
 msgid "You require encryption, but it is not available on this server."
 msgstr "Jūs reikalaujate šifravimo, bet jo šis serveris nesiūlo."
 
-#: ../libpurple/protocols/jabber/jabber.c:270
-#: ../libpurple/protocols/jabber/jabber.c:295
 msgid "Write error"
 msgstr "Rašymo klaida"
 
-#: ../libpurple/protocols/jabber/jabber.c:389
 msgid "Ping timeout"
 msgstr "Baigėsi skimbtelėjimo laukimo laikas"
 
-#: ../libpurple/protocols/jabber/jabber.c:443
-#: ../libpurple/protocols/jabber/jabber.c:488
 msgid "Read Error"
 msgstr "Skaitymo klaida"
 
-#: ../libpurple/protocols/jabber/jabber.c:529
-#: ../libpurple/protocols/oscar/flap_connection.c:444
-#: ../libpurple/protocols/yahoo/yahoo.c:2601
-#: ../libpurple/protocols/yahoo/yahoo.c:2633
 #, c-format
 msgid ""
 "Could not establish a connection with the server:\n"
@@ -5937,603 +4152,412 @@
 "Nepavyko prisijungti prie serverio:\n"
 "%s"
 
-#: ../libpurple/protocols/jabber/jabber.c:593
 msgid "Unable to create socket"
 msgstr "Negalima sukurti jungties"
 
-#: ../libpurple/protocols/jabber/jabber.c:665
-#: ../libpurple/protocols/jabber/jabber.c:1150
 msgid "Invalid XMPP ID"
 msgstr "Neteisingas XMPP ID"
 
-#: ../libpurple/protocols/jabber/jabber.c:672
 msgid "Invalid XMPP ID. Domain must be set."
 msgstr "Neteisingas XMPP ID.  Sritis privalo būti nustatyta."
 
-#: ../libpurple/protocols/jabber/jabber.c:750
 #, c-format
 msgid "Registration of %s@%s successful"
 msgstr "%s@%s registracija sėkminga"
 
-#: ../libpurple/protocols/jabber/jabber.c:756
 #, c-format
 msgid "Registration to %s successful"
 msgstr "Registracija prie %s sėkminga"
 
-#: ../libpurple/protocols/jabber/jabber.c:758
-#: ../libpurple/protocols/jabber/jabber.c:759
 msgid "Registration Successful"
 msgstr "Sėkminga registracija"
 
-#: ../libpurple/protocols/jabber/jabber.c:767
-#: ../libpurple/protocols/jabber/jabber.c:768
 msgid "Registration Failed"
 msgstr "Registracija nepavyko"
 
-#: ../libpurple/protocols/jabber/jabber.c:786
 #, c-format
 msgid "Registration from %s successfully removed"
 msgstr "Sėkmingai išsiregistruota iš %s"
 
-#: ../libpurple/protocols/jabber/jabber.c:788
-#: ../libpurple/protocols/jabber/jabber.c:789
 msgid "Unregistration Successful"
 msgstr "Sėkmingas išsiregistravimas"
 
-#: ../libpurple/protocols/jabber/jabber.c:797
-#: ../libpurple/protocols/jabber/jabber.c:798
 msgid "Unregistration Failed"
 msgstr "Išsiregistravimas nepavyko"
 
-#: ../libpurple/protocols/jabber/jabber.c:964
-#: ../libpurple/protocols/jabber/jabber.c:965
 msgid "Already Registered"
 msgstr "Jau registruota"
 
-#: ../libpurple/protocols/jabber/jabber.c:1052
-#: ../libpurple/protocols/oscar/oscar.c:3964
-#: ../libpurple/protocols/oscar/oscar.c:3972
 msgid "State"
 msgstr "Valstija"
 
-#: ../libpurple/protocols/jabber/jabber.c:1056
 msgid "Postal code"
 msgstr "Pašto indeksas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1060
-#: ../libpurple/protocols/silc/ops.c:1049
-#: ../libpurple/protocols/silc/silc.c:1007
-#: ../libpurple/protocols/silc/util.c:563
-#: ../libpurple/protocols/silc10/ops.c:1069
-#: ../libpurple/protocols/silc10/silc.c:708
-#: ../libpurple/protocols/silc10/util.c:557
 msgid "Phone"
 msgstr "Telefonas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1068
 msgid "Date"
 msgstr "Data"
 
-#: ../libpurple/protocols/jabber/jabber.c:1072
 msgid "Unregister"
 msgstr "Išsiregistruoti"
 
-#: ../libpurple/protocols/jabber/jabber.c:1079
 msgid ""
 "Please fill out the information below to change your account registration."
 msgstr ""
 "Jūsų paskyros registracijos keitimui prašome įvesti informaciją žemiau."
 
-#: ../libpurple/protocols/jabber/jabber.c:1082
 msgid "Please fill out the information below to register your new account."
 msgstr "Jūsų naujo abonento registravimui prašome įvesti informaciją žemiau."
 
-#: ../libpurple/protocols/jabber/jabber.c:1090
-#: ../libpurple/protocols/jabber/jabber.c:1091
 msgid "Register New XMPP Account"
 msgstr "Registruoti naują XMPP abonentą"
 
-#: ../libpurple/protocols/jabber/jabber.c:1092
-#: ../libpurple/protocols/jabber/jabber.c:1101
 msgid "Register"
 msgstr "Registruotis"
 
-#: ../libpurple/protocols/jabber/jabber.c:1097
 #, c-format
 msgid "Change Account Registration at %s"
 msgstr "Pakeisti paskyros %s registraciją"
 
-#: ../libpurple/protocols/jabber/jabber.c:1098
 #, c-format
 msgid "Register New Account at %s"
 msgstr "Registruoti naują paskyrą %s"
 
-#: ../libpurple/protocols/jabber/jabber.c:1101
 msgid "Change Registration"
 msgstr "Pakeisti registraciją"
 
-#: ../libpurple/protocols/jabber/jabber.c:1210
-#: ../libpurple/protocols/jabber/jabber.c:1211
 msgid "Error unregistering account"
 msgstr "Paskyros išregistravimo klaida"
 
-#: ../libpurple/protocols/jabber/jabber.c:1216
-#: ../libpurple/protocols/jabber/jabber.c:1217
 msgid "Account successfully unregistered"
 msgstr "Paskyra sėkmingai išregistruota"
 
-#: ../libpurple/protocols/jabber/jabber.c:1384
 msgid "Initializing Stream"
 msgstr "Inicializuojamas duomenų srautas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1389
 msgid "Initializing SSL/TLS"
 msgstr "Inicializuojama SSL/TLS"
 
-#: ../libpurple/protocols/jabber/jabber.c:1393
-#: ../libpurple/protocols/msn/session.c:415
-#: ../libpurple/protocols/msnp9/session.c:374
 msgid "Authenticating"
 msgstr "Nustatoma tapatybė"
 
-#: ../libpurple/protocols/jabber/jabber.c:1402
 msgid "Re-initializing Stream"
 msgstr "Iš naujo inicializuojamas duomenų srautas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1496
-#: ../libpurple/protocols/jabber/jabber.c:1953
-#: ../libpurple/protocols/jabber/jabber.c:1996
-#: ../libpurple/protocols/jabber/jabber.c:2034
-#: ../libpurple/protocols/oscar/oscar.c:897
-#: ../libpurple/protocols/oscar/oscar.c:5807
 msgid "Not Authorized"
 msgstr "Prieiga nesuteikta"
 
-#: ../libpurple/protocols/jabber/jabber.c:1543
 msgid "Both"
 msgstr "abipusė"
 
-#: ../libpurple/protocols/jabber/jabber.c:1545
 msgid "From (To pending)"
 msgstr "patvirtinta Jūsų, laukiama bičiulio patvirtinimo"
 
-#: ../libpurple/protocols/jabber/jabber.c:1547
 msgid "From"
 msgstr "Iš"
 
-#: ../libpurple/protocols/jabber/jabber.c:1550
 msgid "To"
 msgstr "bičiulio patvirtinta"
 
-#: ../libpurple/protocols/jabber/jabber.c:1552
 msgid "None (To pending)"
 msgstr "Jokia (laukiama patvirtinimo iš bičiulio)"
 
-#: ../libpurple/protocols/jabber/jabber.c:1554
-#: ../pidgin/plugins/gevolution/eds-utils.c:73
-#: ../pidgin/plugins/gevolution/eds-utils.c:86
 msgid "None"
 msgstr "niekaip"
 
-#: ../libpurple/protocols/jabber/jabber.c:1557
 msgid "Subscription"
 msgstr "Registracija"
 
-#: ../libpurple/protocols/jabber/jabber.c:1567
-#: ../libpurple/protocols/jabber/jabber.c:1570
-#: ../libpurple/protocols/jabber/jabber.c:1645
-#: ../libpurple/protocols/jabber/jabber.c:1659
-#: ../libpurple/protocols/jabber/jabber.c:1673
-#: ../libpurple/protocols/jabber/jabber.c:1687
-#: ../libpurple/protocols/jabber/jabber.c:1701
-#: ../libpurple/protocols/jabber/usermood.c:181
-#: ../libpurple/protocols/silc/buddy.c:1572
-#: ../libpurple/protocols/silc/ops.c:1225
-#: ../libpurple/protocols/silc10/buddy.c:1572
-#: ../libpurple/protocols/silc10/ops.c:1207
 msgid "Mood"
 msgstr "Nuotaika"
 
-#: ../libpurple/protocols/jabber/jabber.c:1579
-#: ../libpurple/protocols/msn/msn.c:748
 msgid "Now Listening"
 msgstr "Dabar klausosi"
 
-#: ../libpurple/protocols/jabber/jabber.c:1646
-#: ../libpurple/protocols/jabber/jabber.c:1660
-#: ../libpurple/protocols/jabber/jabber.c:1674
-#: ../libpurple/protocols/jabber/jabber.c:1688
-#: ../libpurple/protocols/jabber/jabber.c:1702
 msgid "Mood Text"
 msgstr "Nuotaikos tekstas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1648
-#: ../libpurple/protocols/jabber/jabber.c:1662
-#: ../libpurple/protocols/jabber/jabber.c:1676
-#: ../libpurple/protocols/jabber/jabber.c:1690
-#: ../libpurple/protocols/jabber/jabber.c:1704
 msgid "Allow Buzz"
 msgstr "Leisti zyzimus"
 
-#: ../libpurple/protocols/jabber/jabber.c:1722
 msgid "Tune Artist"
 msgstr "Dainos atlikėjas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1723
 msgid "Tune Title"
 msgstr "Dainos pavadinimas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1724
 msgid "Tune Album"
 msgstr "Dainos albumas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1725
 msgid "Tune Genre"
 msgstr "Dainos žanras"
 
-#: ../libpurple/protocols/jabber/jabber.c:1726
 msgid "Tune Comment"
 msgstr "Dainos komentaras"
 
-#: ../libpurple/protocols/jabber/jabber.c:1727
 msgid "Tune Track"
 msgstr "Dainos takelis"
 
-#: ../libpurple/protocols/jabber/jabber.c:1728
 msgid "Tune Time"
 msgstr "Dainos laikas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1729
 msgid "Tune Year"
 msgstr "Dainos metai"
 
-#: ../libpurple/protocols/jabber/jabber.c:1730
 msgid "Tune URL"
 msgstr "Dainos URL"
 
-#: ../libpurple/protocols/jabber/jabber.c:1746
 msgid "Password Changed"
 msgstr "Slaptažodis pakeistas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1747
 msgid "Your password has been changed."
 msgstr "Jūsų slaptažodis pakeistas."
 
-#: ../libpurple/protocols/jabber/jabber.c:1753
-#: ../libpurple/protocols/jabber/jabber.c:1754
 msgid "Error changing password"
 msgstr "Slaptažodžio keitimo klaida"
 
-#: ../libpurple/protocols/jabber/jabber.c:1811
 msgid "Password (again)"
 msgstr "Pakartotas slaptažodis"
 
-#: ../libpurple/protocols/jabber/jabber.c:1817
-#: ../libpurple/protocols/jabber/jabber.c:1818
 msgid "Change XMPP Password"
 msgstr "Pakeiskite XMPP slaptažodį"
 
-#: ../libpurple/protocols/jabber/jabber.c:1818
 msgid "Please enter your new password"
 msgstr "Prašome įvesti Jūsų naują slaptažodį"
 
-#: ../libpurple/protocols/jabber/jabber.c:1832
-#: ../libpurple/protocols/oscar/oscar.c:6591
-#: ../libpurple/protocols/silc/silc.c:1328
-#: ../libpurple/protocols/silc10/silc.c:1029
 msgid "Set User Info..."
 msgstr "Nustatyti vartotojo informaciją..."
 
 #. if (js->protocol_options & CHANGE_PASSWORD) {
-#: ../libpurple/protocols/jabber/jabber.c:1837
-#: ../libpurple/protocols/oscar/oscar.c:6602
-#: ../libpurple/protocols/silc/silc.c:1324
-#: ../libpurple/protocols/silc10/silc.c:1025
 msgid "Change Password..."
 msgstr "Pakeisti slaptažodį..."
 
 #. }
-#: ../libpurple/protocols/jabber/jabber.c:1842
 msgid "Search for Users..."
 msgstr "Ieškoti vartotojų..."
 
-#: ../libpurple/protocols/jabber/jabber.c:1933
 msgid "Bad Request"
 msgstr "Bloga užklausa"
 
-#: ../libpurple/protocols/jabber/jabber.c:1935
 msgid "Conflict"
 msgstr "Konfliktas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1937
 msgid "Feature Not Implemented"
 msgstr "Funkcija neįgyvendinta"
 
-#: ../libpurple/protocols/jabber/jabber.c:1939
 msgid "Forbidden"
 msgstr "Uždrausta"
 
-#: ../libpurple/protocols/jabber/jabber.c:1941
 msgid "Gone"
 msgstr "Dingo"
 
-#: ../libpurple/protocols/jabber/jabber.c:1943
-#: ../libpurple/protocols/jabber/jabber.c:2024
 msgid "Internal Server Error"
 msgstr "Vidinė serverio klaida"
 
-#: ../libpurple/protocols/jabber/jabber.c:1945
 msgid "Item Not Found"
 msgstr "Nerastas elementas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1947
 msgid "Malformed XMPP ID"
 msgstr "Neteisingai suformuotas XMPP ID"
 
-#: ../libpurple/protocols/jabber/jabber.c:1949
 msgid "Not Acceptable"
 msgstr "Nepriimtina"
 
-#: ../libpurple/protocols/jabber/jabber.c:1951
 msgid "Not Allowed"
 msgstr "Neleistina"
 
-#: ../libpurple/protocols/jabber/jabber.c:1955
 msgid "Payment Required"
 msgstr "Reikalingas apmokėjimas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1957
 msgid "Recipient Unavailable"
 msgstr "Gavėjas neprieinamas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1961
 msgid "Registration Required"
 msgstr "Rekalinga registracija"
 
-#: ../libpurple/protocols/jabber/jabber.c:1963
 msgid "Remote Server Not Found"
 msgstr "Nuotolinis serveris nerastas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1965
 msgid "Remote Server Timeout"
 msgstr "Nuotolinio serverio laukimo laikas baigėsi"
 
-#: ../libpurple/protocols/jabber/jabber.c:1967
 msgid "Server Overloaded"
 msgstr "Serveris perkrautas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1969
 msgid "Service Unavailable"
 msgstr "Paslauga neteikiama"
 
-#: ../libpurple/protocols/jabber/jabber.c:1971
 msgid "Subscription Required"
 msgstr "Reikalinga registracija"
 
-#: ../libpurple/protocols/jabber/jabber.c:1973
 msgid "Unexpected Request"
 msgstr "Nelaukta užklausa"
 
-#: ../libpurple/protocols/jabber/jabber.c:1981
 msgid "Authorization Aborted"
 msgstr "Prieigos suteikimas nutrauktas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1983
 msgid "Incorrect encoding in authorization"
 msgstr "Neteisinga koduotė prieigos suteikime"
 
-#: ../libpurple/protocols/jabber/jabber.c:1985
 msgid "Invalid authzid"
 msgstr "Neteisingas prieigos suteikimo identifikatorius"
 
-#: ../libpurple/protocols/jabber/jabber.c:1987
 msgid "Invalid Authorization Mechanism"
 msgstr "Neteisingas prieigos suteikimo mechanizmas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1990
 msgid "Authorization mechanism too weak"
 msgstr "Prieigos suteikimo mechanizmas per silpnas"
 
-#: ../libpurple/protocols/jabber/jabber.c:1998
 msgid "Temporary Authentication Failure"
 msgstr "Laikina prieigos suteikimo nesekmė"
 
-#: ../libpurple/protocols/jabber/jabber.c:2001
 msgid "Authentication Failure"
 msgstr "Prieigos suteikimo nesekmė"
 
-#: ../libpurple/protocols/jabber/jabber.c:2009
 msgid "Bad Format"
 msgstr "Blogas formatas"
 
-#: ../libpurple/protocols/jabber/jabber.c:2011
 msgid "Bad Namespace Prefix"
 msgstr "Blogas vardų erdvės priešdėlis"
 
-#: ../libpurple/protocols/jabber/jabber.c:2014
 msgid "Resource Conflict"
 msgstr "Išteklių konfliktas"
 
-#: ../libpurple/protocols/jabber/jabber.c:2016
-#: ../libpurple/protocols/silc/silc.c:351
-#: ../libpurple/protocols/silc10/ops.c:1725
 msgid "Connection Timeout"
 msgstr "Jungties laukimo laikas baigėsi"
 
-#: ../libpurple/protocols/jabber/jabber.c:2018
 msgid "Host Gone"
 msgstr "Dingo mazgas"
 
-#: ../libpurple/protocols/jabber/jabber.c:2020
 msgid "Host Unknown"
 msgstr "Nežinomas mazgas"
 
-#: ../libpurple/protocols/jabber/jabber.c:2022
 msgid "Improper Addressing"
 msgstr "Neteisingas adresavimas"
 
-#: ../libpurple/protocols/jabber/jabber.c:2026
 msgid "Invalid ID"
 msgstr "Neteisingas ID"
 
-#: ../libpurple/protocols/jabber/jabber.c:2028
 msgid "Invalid Namespace"
 msgstr "Neteisinga vardų erdvė"
 
-#: ../libpurple/protocols/jabber/jabber.c:2030
 msgid "Invalid XML"
 msgstr "Neteisingas XML"
 
-#: ../libpurple/protocols/jabber/jabber.c:2032
 msgid "Non-matching Hosts"
 msgstr "Neatitinkantys mazgai"
 
-#: ../libpurple/protocols/jabber/jabber.c:2036
 msgid "Policy Violation"
 msgstr "Taisyklių pažeidimas"
 
-#: ../libpurple/protocols/jabber/jabber.c:2038
 msgid "Remote Connection Failed"
 msgstr "Nuotolinė jungtis nepavyko"
 
-#: ../libpurple/protocols/jabber/jabber.c:2040
 msgid "Resource Constraint"
 msgstr "Išteklių apribojimas"
 
-#: ../libpurple/protocols/jabber/jabber.c:2042
 msgid "Restricted XML"
 msgstr "Apribotas XML"
 
-#: ../libpurple/protocols/jabber/jabber.c:2044
 msgid "See Other Host"
 msgstr "Aplankykite kitą mazgą"
 
-#: ../libpurple/protocols/jabber/jabber.c:2046
 msgid "System Shutdown"
 msgstr "Sistemos sustabdymas"
 
-#: ../libpurple/protocols/jabber/jabber.c:2048
 msgid "Undefined Condition"
 msgstr "Neapibrėžta salyga"
 
-#: ../libpurple/protocols/jabber/jabber.c:2050
 msgid "Unsupported Encoding"
 msgstr "Nepalaikoma koduotė"
 
-#: ../libpurple/protocols/jabber/jabber.c:2052
 msgid "Unsupported Stanza Type"
 msgstr "Nepalaikomas strofos tipas"
 
-#: ../libpurple/protocols/jabber/jabber.c:2054
 msgid "Unsupported Version"
 msgstr "Nepalaikoma versija"
 
-#: ../libpurple/protocols/jabber/jabber.c:2056
 msgid "XML Not Well Formed"
 msgstr "Neteisingai suformuotas XML"
 
-#: ../libpurple/protocols/jabber/jabber.c:2058
 msgid "Stream Error"
 msgstr "Duomenų srauto klaida"
 
-#: ../libpurple/protocols/jabber/jabber.c:2143
 #, c-format
 msgid "Unable to ban user %s"
 msgstr "Negalima uždrausti vartotojui %s prisijungti prie kanalo"
 
-#: ../libpurple/protocols/jabber/jabber.c:2163
 #, c-format
 msgid "Unknown affiliation: \"%s\""
 msgstr "Nežinomas statusas: „%s“"
 
-#: ../libpurple/protocols/jabber/jabber.c:2168
 #, c-format
 msgid "Unable to affiliate user %s as \"%s\""
 msgstr "Vartotojui %s negalima priskirti statuso „%s“"
 
-#: ../libpurple/protocols/jabber/jabber.c:2187
 #, c-format
 msgid "Unknown role: \"%s\""
 msgstr "Nežinomas vaidmuo: „%s“"
 
 #  Data is assumed to be the destination sn
-#: ../libpurple/protocols/jabber/jabber.c:2192
 #, c-format
 msgid "Unable to set role \"%s\" for user: %s"
 msgstr "Nepavyko nustatyti vaidmens „%s“ vartotojui: %s"
 
-#: ../libpurple/protocols/jabber/jabber.c:2245
 #, c-format
 msgid "Unable to kick user %s"
 msgstr "Negalima išspirti vartotojo %s"
 
-#: ../libpurple/protocols/jabber/jabber.c:2276
 #, c-format
 msgid "Unable to ping user %s"
 msgstr "Nepavyko skimbtelėti naudotojui %s"
 
-#: ../libpurple/protocols/jabber/jabber.c:2294
-#: ../libpurple/protocols/jabber/jabber.c:2305
 #, c-format
 msgid "Unable to buzz, because there is nothing known about user %s."
 msgstr "Negalima pazyzti, nes nieko nežinoma apie naudotoją %s."
 
-#: ../libpurple/protocols/jabber/jabber.c:2300
 #, c-format
 msgid "Unable to buzz, because user %s might be offline."
 msgstr "Negalima pazyzti, nes naudotojas %s gali būti neprisijungęs."
 
-#: ../libpurple/protocols/jabber/jabber.c:2331
 #, c-format
 msgid "Unable to buzz, because the user %s does not support it."
 msgstr "Nepavyko pazyzti, nes naudotojas %s to nepalaiko."
 
 #. Yahoo only supports one attention command: the 'buzz'.
 #. This is index number YAHOO_BUZZ.
-#: ../libpurple/protocols/jabber/jabber.c:2351
-#: ../libpurple/protocols/yahoo/yahoo.c:4174
 msgid "Buzz"
 msgstr "Zvimbt"
 
-#: ../libpurple/protocols/jabber/jabber.c:2352
-#: ../libpurple/protocols/jabber/message.c:308
-#: ../libpurple/protocols/yahoo/yahoo.c:4175
 #, c-format
 msgid "%s has buzzed you!"
 msgstr "%s jums pazyzė!"
 
-#: ../libpurple/protocols/jabber/jabber.c:2352
-#: ../libpurple/protocols/yahoo/yahoo.c:4175
 #, c-format
 msgid "Buzzing %s..."
 msgstr "Zyziama %s..."
 
-#: ../libpurple/protocols/jabber/jabber.c:2383
 msgid "config:  Configure a chat room."
 msgstr "config:  konfigūruoti pokalbių kambarį."
 
-#: ../libpurple/protocols/jabber/jabber.c:2387
 msgid "configure:  Configure a chat room."
 msgstr "configure:  konfigūruoti pokalbių kambarį."
 
-#: ../libpurple/protocols/jabber/jabber.c:2396
 msgid "part [room]:  Leave the room."
 msgstr "part [kambarys]:  palikti kambarį."
 
-#: ../libpurple/protocols/jabber/jabber.c:2401
 msgid "register:  Register with a chat room."
 msgstr "register:  prisiregistruoti pokalbių kambaryje."
 
-#: ../libpurple/protocols/jabber/jabber.c:2407
 msgid "topic [new topic]:  View or change the topic."
 msgstr "topic [nauja tema]:  žiūrėti arba pakeisti temą."
 
-#: ../libpurple/protocols/jabber/jabber.c:2413
 msgid "ban &lt;user&gt; [reason]:  Ban a user from the room."
 msgstr ""
 "ban &lt;vartotojas&gt; [priežastis]:  uždrausti vartotojui ateiti į kambarį."
 
-#: ../libpurple/protocols/jabber/jabber.c:2419
 msgid ""
 "affiliate &lt;user&gt; &lt;owner|admin|member|outcast|none&gt;: Set a user's "
 "affiliation with the room."
@@ -6541,7 +4565,6 @@
 "affilliate &lt;vartotojas;&gt; &lt;owner|admin|member|outcast|none&gt;:  "
 "nustatyti vartotojo statusą kambaryje."
 
-#: ../libpurple/protocols/jabber/jabber.c:2425
 msgid ""
 "role &lt;user&gt; &lt;moderator|participant|visitor|none&gt;: Set a user's "
 "role in the room."
@@ -6549,35 +4572,28 @@
 "role &lt;vartotojas&gt; &lt;moderator|participant|visitor|none&gt;: "
 "nustatyti vartotojo vaidmenį kambaryje."
 
-#: ../libpurple/protocols/jabber/jabber.c:2431
 msgid "invite &lt;user&gt; [message]:  Invite a user to the room."
 msgstr "invite &lt;vartotojas&gt; [žinutė]:  pakviesti vartotoją į kambarį."
 
-#: ../libpurple/protocols/jabber/jabber.c:2437
 msgid "join: &lt;room&gt; [password]:  Join a chat on this server."
 msgstr ""
 "join: &lt;kambarys&gt; [slaptažodis]:  prisijungti prie pokalbių kambario "
 "šiame serveryje."
 
-#: ../libpurple/protocols/jabber/jabber.c:2443
 msgid "kick &lt;user&gt; [reason]:  Kick a user from the room."
 msgstr "kick &lt;vartotojas&gt; [priežastis]:  išspirti vartotoją iš kambario."
 
-#: ../libpurple/protocols/jabber/jabber.c:2448
 msgid ""
 "msg &lt;user&gt; &lt;message&gt;:  Send a private message to another user."
 msgstr ""
 "msg &lt;vartotojas&gt; &lt;žinutė&gt;:  nusiųsti asmeninę žinutę kitam "
 "vartotojui."
 
-#: ../libpurple/protocols/jabber/jabber.c:2454
 msgid "ping &lt;jid&gt;:\tPing a user/component/server."
 msgstr ""
 "ping &lt;jid&gt;:       pasignalizuoti naudotojui, komponentui arba "
 "serveriui."
 
-#: ../libpurple/protocols/jabber/jabber.c:2459
-#: ../libpurple/protocols/yahoo/yahoo.c:4198
 msgid "buzz: Buzz a user to get their attention"
 msgstr "buzz:  pazyzti kontaktui, kad atkreipti jo dėmesį"
 
@@ -6591,96 +4607,70 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/protocols/jabber/libxmpp.c:170
-#: ../libpurple/protocols/jabber/libxmpp.c:172
 msgid "XMPP Protocol Plugin"
 msgstr "XMPP protokolo papildinys"
 
 #. Translators: 'domain' is used here in the context of Internet domains, e.g. pidgin.im
-#: ../libpurple/protocols/jabber/libxmpp.c:206 ../pidgin/gtkaccount.c:532
 msgid "Domain"
 msgstr "Sritis"
 
-#: ../libpurple/protocols/jabber/libxmpp.c:214
 msgid "Require SSL/TLS"
 msgstr "Reikalauti SSL/TLS"
 
-#: ../libpurple/protocols/jabber/libxmpp.c:218
 msgid "Force old (port 5223) SSL"
 msgstr "Priverstinai naudoti seną 5223 prievado SSL"
 
-#: ../libpurple/protocols/jabber/libxmpp.c:223
 msgid "Allow plaintext auth over unencrypted streams"
 msgstr "Leisti tapatybės nustatymą grynu tekstu nekoduojamame duomenų sraute"
 
-#: ../libpurple/protocols/jabber/libxmpp.c:228
-#: ../libpurple/protocols/myspace/myspace.c:3492
-#: ../libpurple/protocols/simple/simple.c:2121
 msgid "Connect port"
 msgstr "Jungties prievadas"
 
 #. TODO: default to automatically try different ports. Make the user be
 #. * able to set the first port to try (like LastConnectedPort in Windows client).
 #. Account options
-#: ../libpurple/protocols/jabber/libxmpp.c:232
-#: ../libpurple/protocols/myspace/myspace.c:3489
-#: ../libpurple/protocols/silc/silc.c:2177
-#: ../libpurple/protocols/silc10/silc.c:1900 ../pidgin/gtkaccount.c:865
 msgid "Connect server"
 msgstr "Prisijungimo serveris"
 
-#: ../libpurple/protocols/jabber/libxmpp.c:237
 msgid "File transfer proxies"
 msgstr "Failų perdavimo tarpininkaujantys serveriai"
 
-#: ../libpurple/protocols/jabber/message.c:106
 #, c-format
 msgid "%s has left the conversation."
 msgstr "%s paliko pokalbį."
 
-#: ../libpurple/protocols/jabber/message.c:162
 #, c-format
 msgid "Message from %s"
 msgstr "Žinutė nuo %s"
 
-#: ../libpurple/protocols/jabber/message.c:226
 #, c-format
 msgid "%s has set the topic to: %s"
 msgstr "%s pakeitė temą į: %s"
 
-#: ../libpurple/protocols/jabber/message.c:228
 #, c-format
 msgid "The topic is: %s"
 msgstr "Tema: %s"
 
-#: ../libpurple/protocols/jabber/message.c:276
 #, c-format
 msgid "Message delivery to %s failed: %s"
 msgstr "Žinutės pristatymas gavėjui %s nepavyko: %s"
 
-#: ../libpurple/protocols/jabber/message.c:279
 msgid "XMPP Message Error"
 msgstr "XMPP pranešimo klaida"
 
-#: ../libpurple/protocols/jabber/message.c:414
 #, c-format
 msgid "(Code %s)"
 msgstr "(Kodas %s)"
 
-#: ../libpurple/protocols/jabber/parser.c:219
 msgid "XML Parse error"
 msgstr "XML sintaksinės analizės klaida"
 
-#: ../libpurple/protocols/jabber/presence.c:453
 msgid "Unknown Error in presence"
 msgstr "Nežinoma būsenos klaida"
 
-#: ../libpurple/protocols/jabber/presence.c:534
-#: ../libpurple/protocols/jabber/presence.c:535
 msgid "Create New Room"
 msgstr "Sukurti naują kambarį"
 
-#: ../libpurple/protocols/jabber/presence.c:536
 msgid ""
 "You are creating a new room.  Would you like to configure it, or accept the "
 "default settings?"
@@ -6688,89 +4678,67 @@
 "Jūs kuriate naują kambarį.  Ar norėtumėte jį sukonfigūruoti, ar priimti "
 "numatytąsias nuostatas?"
 
-#: ../libpurple/protocols/jabber/presence.c:542
 msgid "_Configure Room"
 msgstr "_Konfigūruoti kambarį"
 
-#: ../libpurple/protocols/jabber/presence.c:543
 msgid "_Accept Defaults"
 msgstr "_Priimti numatytąsias nuostatas"
 
-#: ../libpurple/protocols/jabber/presence.c:585
 #, c-format
 msgid "Error joining chat %s"
 msgstr "Prisijungimo prie pokalbio %s klaida"
 
-#: ../libpurple/protocols/jabber/presence.c:588
 #, c-format
 msgid "Error in chat %s"
 msgstr "Klaida pokalbyje %s"
 
-#: ../libpurple/protocols/jabber/si.c:1009
 #, c-format
 msgid "Unable to send file to %s, user does not support file transfers"
 msgstr ""
 "Negalima siųsti failo vartotojui %s, nes jo kliento programa nepalaiko failų "
 "perdavimo"
 
-#: ../libpurple/protocols/jabber/si.c:1010
-#: ../libpurple/protocols/jabber/si.c:1011
-#: ../libpurple/protocols/jabber/si.c:1080
 msgid "File Send Failed"
 msgstr "Failo siuntimas nepavyko"
 
-#: ../libpurple/protocols/jabber/si.c:1073
 #, c-format
 msgid "Unable to send file to %s, invalid JID"
 msgstr "Negalima nusiųsti failo vartotojui %s, nes neteisingas JID"
 
-#: ../libpurple/protocols/jabber/si.c:1075
 #, c-format
 msgid "Unable to send file to %s, user is not online"
 msgstr "Negalima nusiųsti failo vartotojui %s, nes jis neprisijungęs"
 
-#: ../libpurple/protocols/jabber/si.c:1077
 #, c-format
 msgid "Unable to send file to %s, not subscribed to user presence"
 msgstr ""
 "Negalima siųsti failo vartotojui %s, nes jis neįtrauktas į bičiulių sąrašą"
 
-#: ../libpurple/protocols/jabber/si.c:1092
 #, c-format
 msgid "Please select the resource of %s to which you would like to send a file"
 msgstr "Parinkite %s išteklių, į kurį norite nusiųsti failą"
 
-#: ../libpurple/protocols/jabber/si.c:1108
 msgid "Select a Resource"
 msgstr "Parinkite išteklių"
 
-#: ../libpurple/protocols/jabber/usermood.c:194
-#: ../libpurple/protocols/jabber/usermood.c:195
 msgid "Edit User Mood"
 msgstr "Nustatyti vartotojo nuotaiką"
 
-#: ../libpurple/protocols/jabber/usermood.c:196
 msgid "Please select your mood from the list."
 msgstr "Pasirinkite savo nuotaiką iš sąrašo."
 
-#: ../libpurple/protocols/jabber/usermood.c:198
-#: ../libpurple/protocols/jabber/usernick.c:78
 msgid "Set"
 msgstr "Nustatyti"
 
-#: ../libpurple/protocols/jabber/usermood.c:206
 msgid "Set Mood..."
 msgstr "Nustatyti nuotaiką..."
 
-#: ../libpurple/protocols/jabber/usernick.c:76
 msgid "Set User Nickname"
 msgstr "Nustatyti naudotojo vardą"
 
-#: ../libpurple/protocols/jabber/usernick.c:76
 msgid "Please specify a new nickname for you."
 msgstr "Prašau įvesti naują savo vardą."
 
-#: ../libpurple/protocols/jabber/usernick.c:77
 msgid ""
 "This information is visible to all contacts on your contact list, so choose "
 "something appropriate."
@@ -6778,30 +4746,22 @@
 "Ši informacija matoma visiems naudotojams jūsų kontaktų sąraše, todėl "
 "pasirinkite ką nors tinkamo."
 
-#: ../libpurple/protocols/jabber/usernick.c:100
 msgid "Set Nickname..."
 msgstr "Nustatyti vardą..."
 
-#: ../libpurple/protocols/jabber/xdata.c:379
 msgid "Actions"
 msgstr "Veiksmai"
 
-#: ../libpurple/protocols/jabber/xdata.c:381
 msgid "Select an action"
 msgstr "Pasirinkite veiksmą"
 
-#: ../libpurple/protocols/msn/contact.c:790
 msgid "Unable to retrieve MSN Address Book"
 msgstr "Nepavyko gauti MSN adresų knygos"
 
-#: ../libpurple/protocols/msn/dialog.c:118
-#: ../libpurple/protocols/msnp9/dialog.c:110
 #, c-format
 msgid "Buddy list synchronization issue in %s (%s)"
 msgstr "Bičiulių sąrašo suvienodinimo klaida vartotojui %s (%s)"
 
-#: ../libpurple/protocols/msn/dialog.c:124
-#: ../libpurple/protocols/msnp9/dialog.c:116
 #, c-format
 msgid ""
 "%s on the local list is inside the group \"%s\" but not on the server list. "
@@ -6810,8 +4770,6 @@
 "Vietiniame sąraše bičiulis %s yra \"%s\" grupėje, bet serverio sąraše jo "
 "nėra. Ar norite įtraukti šį bičiulį į serverio sąrašą?"
 
-#: ../libpurple/protocols/msn/dialog.c:132
-#: ../libpurple/protocols/msnp9/dialog.c:124
 #, c-format
 msgid ""
 "%s is on the local list but not on the server list. Do you want this buddy "
@@ -6820,342 +4778,209 @@
 "Bičiulis %s yra vietiniame sąraše, tačiau jo nėra serverio sąraše.  Ar "
 "norite įtraukti šį bičiulį į serverio sąrašą?"
 
-#: ../libpurple/protocols/msn/error.c:36
-#: ../libpurple/protocols/msnp9/error.c:36
 msgid "Unable to parse message"
 msgstr "Negalima išanalizuoti pranešimo"
 
-#: ../libpurple/protocols/msn/error.c:41
-#: ../libpurple/protocols/msnp9/error.c:41
 msgid "Syntax Error (probably a client bug)"
 msgstr "Sintaksės klaida (greičiausiai Gaim riktas)"
 
-#: ../libpurple/protocols/msn/error.c:46
-#: ../libpurple/protocols/msnp9/error.c:46
 msgid "Invalid email address"
 msgstr "Neteisingas el. pašto adresas"
 
-#: ../libpurple/protocols/msn/error.c:49
-#: ../libpurple/protocols/msnp9/error.c:49
 msgid "User does not exist"
 msgstr "Vartotojas neegzistuoja"
 
-#: ../libpurple/protocols/msn/error.c:53
-#: ../libpurple/protocols/msnp9/error.c:53
 msgid "Fully qualified domain name missing"
 msgstr "Trūksta viso srities vardo"
 
-#: ../libpurple/protocols/msn/error.c:56
-#: ../libpurple/protocols/msnp9/error.c:56
 msgid "Already logged in"
 msgstr "Jau prisijungęs"
 
-#: ../libpurple/protocols/msn/error.c:59
-#: ../libpurple/protocols/msnp9/error.c:59
 msgid "Invalid username"
 msgstr "Neteisingas vardas"
 
-#: ../libpurple/protocols/msn/error.c:62
-#: ../libpurple/protocols/msnp9/error.c:62
 msgid "Invalid friendly name"
 msgstr "Neteisingas patogusis vardas"
 
-#: ../libpurple/protocols/msn/error.c:65
-#: ../libpurple/protocols/msnp9/error.c:65
 msgid "List full"
 msgstr "Sąrašas pilnas"
 
-#: ../libpurple/protocols/msn/error.c:68
-#: ../libpurple/protocols/msnp9/error.c:68
 msgid "Already there"
 msgstr "Jau yra ten"
 
-#: ../libpurple/protocols/msn/error.c:72
-#: ../libpurple/protocols/msnp9/error.c:72
 msgid "Not on list"
 msgstr "Sąraše nėra"
 
-#: ../libpurple/protocols/msn/error.c:75
-#: ../libpurple/protocols/msnp9/error.c:75
-#: ../libpurple/protocols/zephyr/zephyr.c:759
 msgid "User is offline"
 msgstr "Vartotojas atsijungęs"
 
-#: ../libpurple/protocols/msn/error.c:78
-#: ../libpurple/protocols/msnp9/error.c:78
 msgid "Already in the mode"
 msgstr "Jau yra būsenoje"
 
-#: ../libpurple/protocols/msn/error.c:82
-#: ../libpurple/protocols/msnp9/error.c:82
 msgid "Already in opposite list"
 msgstr "Jau yra priešingame sąraše"
 
-#: ../libpurple/protocols/msn/error.c:86
-#: ../libpurple/protocols/msnp9/error.c:86
 msgid "Too many groups"
 msgstr "Per daug grupių"
 
-#: ../libpurple/protocols/msn/error.c:89
-#: ../libpurple/protocols/msnp9/error.c:89
 msgid "Invalid group"
 msgstr "Neteisinga grupė"
 
-#: ../libpurple/protocols/msn/error.c:92
-#: ../libpurple/protocols/msnp9/error.c:92
 msgid "User not in group"
 msgstr "Vartotojo nėra grupėje"
 
-#: ../libpurple/protocols/msn/error.c:95
-#: ../libpurple/protocols/msnp9/error.c:95
 msgid "Group name too long"
 msgstr "Grupės pavadinimas per ilgas"
 
-#: ../libpurple/protocols/msn/error.c:98
-#: ../libpurple/protocols/msnp9/error.c:98
 msgid "Cannot remove group zero"
 msgstr "Negalima pašalinti nulinės grupės"
 
-#: ../libpurple/protocols/msn/error.c:103
-#: ../libpurple/protocols/msnp9/error.c:103
 msgid "Tried to add a user to a group that doesn't exist"
 msgstr "Bandyta įtraukti vartotoją į neegzistuojančią grupę"
 
-#: ../libpurple/protocols/msn/error.c:107
-#: ../libpurple/protocols/msnp9/error.c:107
 msgid "Switchboard failed"
 msgstr "Komutatoriaus klaida"
 
-#: ../libpurple/protocols/msn/error.c:111
-#: ../libpurple/protocols/msnp9/error.c:111
 msgid "Notify transfer failed"
 msgstr "Nepavyko perduoti informavimo"
 
-#: ../libpurple/protocols/msn/error.c:116
-#: ../libpurple/protocols/msnp9/error.c:116
 msgid "Required fields missing"
 msgstr "Trūksta reikalingų laukų"
 
-#: ../libpurple/protocols/msn/error.c:120
-#: ../libpurple/protocols/msnp9/error.c:120
 msgid "Too many hits to a FND"
 msgstr "Per daug pataikymų į FND"
 
-#: ../libpurple/protocols/msn/error.c:124
-#: ../libpurple/protocols/msnp9/error.c:124
-#: ../libpurple/protocols/oscar/oscar.c:123
 msgid "Not logged in"
 msgstr "Neprisijungęs"
 
-#: ../libpurple/protocols/msn/error.c:128
-#: ../libpurple/protocols/msnp9/error.c:128
 msgid "Service temporarily unavailable"
 msgstr "Tarnyba laikinai neprieinama"
 
-#: ../libpurple/protocols/msn/error.c:131
-#: ../libpurple/protocols/msnp9/error.c:131
 msgid "Database server error"
 msgstr "Duomenų bazės serverio klaida"
 
-#: ../libpurple/protocols/msn/error.c:135
-#: ../libpurple/protocols/msnp9/error.c:135
 msgid "Command disabled"
 msgstr "Komanda išjungta"
 
-#: ../libpurple/protocols/msn/error.c:139
-#: ../libpurple/protocols/msnp9/error.c:139
 msgid "File operation error"
 msgstr "Failo operacijos klaida"
 
-#: ../libpurple/protocols/msn/error.c:143
-#: ../libpurple/protocols/msnp9/error.c:143
 msgid "Memory allocation error"
 msgstr "Atminties paskyrimo klaida"
 
-#: ../libpurple/protocols/msn/error.c:147
-#: ../libpurple/protocols/msnp9/error.c:147
 msgid "Wrong CHL value sent to server"
 msgstr "Serveriui nusiųsta bloga CHL reikšmė"
 
-#: ../libpurple/protocols/msn/error.c:152
-#: ../libpurple/protocols/msnp9/error.c:152
 msgid "Server busy"
 msgstr "Serveris užimtas"
 
-#: ../libpurple/protocols/msn/error.c:155
-#: ../libpurple/protocols/msn/error.c:170
-#: ../libpurple/protocols/msn/error.c:230
-#: ../libpurple/protocols/msnp9/error.c:155
-#: ../libpurple/protocols/msnp9/error.c:170
-#: ../libpurple/protocols/msnp9/error.c:230
 msgid "Server unavailable"
 msgstr "Serveris neprieinamas"
 
 # Kaip išversti „peer“?
-#: ../libpurple/protocols/msn/error.c:158
-#: ../libpurple/protocols/msnp9/error.c:158
 msgid "Peer notification server down"
 msgstr "Kitų vartotojų informavimo serveris neprieinamas"
 
-#: ../libpurple/protocols/msn/error.c:162
-#: ../libpurple/protocols/msnp9/error.c:162
 msgid "Database connect error"
 msgstr "Prisijungimo prie duomenų bazės klaida"
 
-#: ../libpurple/protocols/msn/error.c:167
-#: ../libpurple/protocols/msnp9/error.c:167
 msgid "Server is going down (abandon ship)"
 msgstr "Serveris išjungiamas (palikite laivą)"
 
-#: ../libpurple/protocols/msn/error.c:174
-#: ../libpurple/protocols/msnp9/error.c:174
 msgid "Error creating connection"
 msgstr "Jungties kūrimo klaida"
 
-#: ../libpurple/protocols/msn/error.c:179
-#: ../libpurple/protocols/msnp9/error.c:179
 msgid "CVR parameters are either unknown or not allowed"
 msgstr "CVR parametrai yra nežinomi arba neleistini"
 
-#: ../libpurple/protocols/msn/error.c:183
-#: ../libpurple/protocols/msnp9/error.c:183
 msgid "Unable to write"
 msgstr "Negalima rašyti"
 
-#: ../libpurple/protocols/msn/error.c:186
-#: ../libpurple/protocols/msnp9/error.c:186
 msgid "Session overload"
 msgstr "Seanso perkrova"
 
-#: ../libpurple/protocols/msn/error.c:190
-#: ../libpurple/protocols/msnp9/error.c:190
 msgid "User is too active"
 msgstr "Vartotojas yra per daug aktyvus"
 
-#: ../libpurple/protocols/msn/error.c:193
-#: ../libpurple/protocols/msnp9/error.c:193
 msgid "Too many sessions"
 msgstr "Per daug seansų"
 
-#: ../libpurple/protocols/msn/error.c:196
-#: ../libpurple/protocols/msnp9/error.c:196
 msgid "Passport not verified"
 msgstr "Microsoft .NET pasas nepatikrintas"
 
-#: ../libpurple/protocols/msn/error.c:199
-#: ../libpurple/protocols/msnp9/error.c:199
 msgid "Bad friend file"
 msgstr "Blogas draugų failas"
 
-#: ../libpurple/protocols/msn/error.c:203
-#: ../libpurple/protocols/msnp9/error.c:203
 msgid "Not expected"
 msgstr "Netikėta"
 
-#: ../libpurple/protocols/msn/error.c:209
-#: ../libpurple/protocols/msnp9/error.c:209
 msgid "Friendly name changes too rapidly"
 msgstr "Patogusis vardas keičiasi per dažnai"
 
-#: ../libpurple/protocols/msn/error.c:218
-#: ../libpurple/protocols/msnp9/error.c:218
 msgid "Server too busy"
 msgstr "Serveris per daug užimtas"
 
-#: ../libpurple/protocols/msn/error.c:222
-#: ../libpurple/protocols/msnp9/error.c:222
-#: ../libpurple/protocols/oscar/oscar.c:1538
-#: ../libpurple/protocols/silc/silc.c:339
-#: ../libpurple/protocols/silc10/ops.c:1713
-#: ../libpurple/protocols/toc/toc.c:728 ../libpurple/proxy.c:1451
 msgid "Authentication failed"
 msgstr "Nepavyko nustatyti tapatybę"
 
-#: ../libpurple/protocols/msn/error.c:225
-#: ../libpurple/protocols/msnp9/error.c:225
 msgid "Not allowed when offline"
 msgstr "Atsijungus neleidžiama"
 
-#: ../libpurple/protocols/msn/error.c:233
-#: ../libpurple/protocols/msnp9/error.c:233
 msgid "Not accepting new users"
 msgstr "Nauji vartotojai nepriimami"
 
-#: ../libpurple/protocols/msn/error.c:237
-#: ../libpurple/protocols/msnp9/error.c:237
 msgid "Kids Passport without parental consent"
 msgstr "Vaikiškas Microsoft .NET pasas be tėvų sutikimo"
 
-#: ../libpurple/protocols/msn/error.c:241
-#: ../libpurple/protocols/msnp9/error.c:241
 msgid "Passport account not yet verified"
 msgstr "Microsoft .NET paso paskyra dar nepatikrinta"
 
-#: ../libpurple/protocols/msn/error.c:244
-#: ../libpurple/protocols/msnp9/error.c:244
 msgid "Bad ticket"
 msgstr "Blogas bilietas"
 
-#: ../libpurple/protocols/msn/error.c:249
-#: ../libpurple/protocols/msnp9/error.c:249
 #, c-format
 msgid "Unknown Error Code %d"
 msgstr "Nežinomas klaidos kodas %d"
 
-#: ../libpurple/protocols/msn/error.c:263
-#: ../libpurple/protocols/msnp9/error.c:263
 #, c-format
 msgid "MSN Error: %s\n"
 msgstr "MSN klaida: %s\n"
 
-#: ../libpurple/protocols/msn/msn.c:137 ../libpurple/protocols/msnp9/msn.c:137
 msgid "Nudge"
 msgstr "Bakstelėjimas"
 
-#: ../libpurple/protocols/msn/msn.c:138 ../libpurple/protocols/msnp9/msn.c:138
 #, c-format
 msgid "%s has nudged you!"
 msgstr "%s bakstelėjo jums!"
 
-#: ../libpurple/protocols/msn/msn.c:138 ../libpurple/protocols/msnp9/msn.c:138
 #, c-format
 msgid "Nudging %s..."
 msgstr "Bakstelėju %s..."
 
-#: ../libpurple/protocols/msn/msn.c:151 ../libpurple/protocols/msnp9/msn.c:151
-#: ../libpurple/protocols/myspace/myspace.c:2462
 msgid "Email Address..."
 msgstr "El. pašto adresas..."
 
-#: ../libpurple/protocols/msn/msn.c:190 ../libpurple/protocols/msnp9/msn.c:190
 msgid "Your new MSN friendly name is too long."
 msgstr "Jūsų naujas patogusis MSN vardas yra per ilgas"
 
-#: ../libpurple/protocols/msn/msn.c:316 ../libpurple/protocols/msnp9/msn.c:298
 msgid "Set your friendly name."
 msgstr "Nustatyti Jūsų patogųjį vardą."
 
-#: ../libpurple/protocols/msn/msn.c:317 ../libpurple/protocols/msnp9/msn.c:299
 msgid "This is the name that other MSN buddies will see you as."
 msgstr "Tai yra vardas, kuriuo Jus matys kiti MSN bičiuliai."
 
-#: ../libpurple/protocols/msn/msn.c:335 ../libpurple/protocols/msnp9/msn.c:317
 msgid "Set your home phone number."
 msgstr "Nustatyti Jūsų namų telefono numerį."
 
-#: ../libpurple/protocols/msn/msn.c:352 ../libpurple/protocols/msnp9/msn.c:334
 msgid "Set your work phone number."
 msgstr "Nustatyti Jūsų darbo telefono numerį."
 
-#: ../libpurple/protocols/msn/msn.c:369 ../libpurple/protocols/msnp9/msn.c:351
 msgid "Set your mobile phone number."
 msgstr "Nustatyti Jūsų mobilaus telefono numerį."
 
-#: ../libpurple/protocols/msn/msn.c:384 ../libpurple/protocols/msnp9/msn.c:366
 msgid "Allow MSN Mobile pages?"
 msgstr "Ar leisti mobiliąsias MSN žinutes?"
 
-#: ../libpurple/protocols/msn/msn.c:385 ../libpurple/protocols/msnp9/msn.c:367
 msgid ""
 "Do you want to allow or disallow people on your buddy list to send you MSN "
 "Mobile pages to your cell phone or other mobile device?"
@@ -7163,84 +4988,52 @@
 "Ar Jūs norite leisti ar neleisti asmenims Jūsų bičiulių sąraše siųsti Jums "
 "mobiliąsias MSN žinutes į Jūsų mobilųjį telefoną ar kitą mobilųjį įrenginį?"
 
-#: ../libpurple/protocols/msn/msn.c:391 ../libpurple/protocols/msnp9/msn.c:373
 msgid "Allow"
 msgstr "Leisti"
 
-#: ../libpurple/protocols/msn/msn.c:392 ../libpurple/protocols/msnp9/msn.c:374
 msgid "Disallow"
 msgstr "Neleisti"
 
-#: ../libpurple/protocols/msn/msn.c:407
 #, c-format
 msgid "Blocked Text for %s"
 msgstr "Blokuotas tekstas iš %s"
 
-#: ../libpurple/protocols/msn/msn.c:409
 msgid "No text is blocked for this account."
 msgstr "Šiai paskyrai blokuoto teksto nėra."
 
-#: ../libpurple/protocols/msn/msn.c:412
 #, c-format
 msgid ""
 "MSN servers are currently blocking the following regular expressions:<br/>%s"
-msgstr "MSN serveriai šiuo metu blokuojas šias reguliariuosius reiškinius:<br/>%s"
-
-#: ../libpurple/protocols/msn/msn.c:433
+msgstr ""
+"MSN serveriai šiuo metu blokuojas šias reguliariuosius reiškinius:<br/>%s"
+
 msgid "This account does not have email enabled."
 msgstr "Ši paskyra neturi aktyvaus el. pašto adreso."
 
-#: ../libpurple/protocols/msn/msn.c:473 ../libpurple/protocols/msnp9/msn.c:416
 msgid "Send a mobile message."
 msgstr "Nusiųsti mobiliąją žinutę"
 
-#: ../libpurple/protocols/msn/msn.c:475 ../libpurple/protocols/msnp9/msn.c:418
 msgid "Page"
 msgstr "Siųsti"
 
-#: ../libpurple/protocols/msn/msn.c:771 ../libpurple/protocols/msnp9/msn.c:586
 msgid "Home Phone Number"
 msgstr "Namų telefono numeris"
 
-#: ../libpurple/protocols/msn/msn.c:775 ../libpurple/protocols/msnp9/msn.c:590
 msgid "Work Phone Number"
 msgstr "Darbo telefono numeris"
 
-#: ../libpurple/protocols/msn/msn.c:779 ../libpurple/protocols/msnp9/msn.c:594
 msgid "Mobile Phone Number"
 msgstr "Mobilaus telefono numeris"
 
-#: ../libpurple/protocols/msn/msn.c:802 ../libpurple/protocols/msn/state.c:33
-#: ../libpurple/protocols/msnp9/msn.c:613
-#: ../libpurple/protocols/msnp9/state.c:33
-#: ../libpurple/protocols/yahoo/yahoo.c:3141
-#: ../libpurple/protocols/yahoo/yahoo.c:3834
 msgid "Be Right Back"
 msgstr "tuoj pat grįš"
 
-#: ../libpurple/protocols/msn/msn.c:808 ../libpurple/protocols/msn/state.c:31
-#: ../libpurple/protocols/msnp9/msn.c:617
-#: ../libpurple/protocols/msnp9/state.c:31
-#: ../libpurple/protocols/novell/novell.c:2840
-#: ../libpurple/protocols/novell/novell.c:2970
-#: ../libpurple/protocols/silc/buddy.c:1495
-#: ../libpurple/protocols/silc/silc.c:57
-#: ../libpurple/protocols/silc10/buddy.c:1495
-#: ../libpurple/protocols/silc10/silc.c:48
-#: ../libpurple/protocols/yahoo/yahoo.c:3143
-#: ../libpurple/protocols/yahoo/yahoo.c:3837
 msgid "Busy"
 msgstr "užimtas"
 
-#: ../libpurple/protocols/msn/msn.c:813 ../libpurple/protocols/msnp9/msn.c:621
-#: ../libpurple/protocols/yahoo/yahoo.c:3151
-#: ../libpurple/protocols/yahoo/yahoo.c:3849
 msgid "On the Phone"
 msgstr "kalba telefonu"
 
-#: ../libpurple/protocols/msn/msn.c:818 ../libpurple/protocols/msnp9/msn.c:625
-#: ../libpurple/protocols/yahoo/yahoo.c:3155
-#: ../libpurple/protocols/yahoo/yahoo.c:3855
 msgid "Out to Lunch"
 msgstr "išėjęs papietauti"
 
@@ -7250,346 +5043,192 @@
 #. savable
 #. should be user_settable some day
 #. independent
-#: ../libpurple/protocols/msn/msn.c:837
-#: ../libpurple/protocols/myspace/myspace.c:170
 msgid "Artist"
 msgstr "Atlikėjas"
 
-#: ../libpurple/protocols/msn/msn.c:838
 msgid "Album"
 msgstr "Albumas"
 
-#: ../libpurple/protocols/msn/msn.c:852 ../libpurple/protocols/msnp9/msn.c:653
 msgid "Set Friendly Name..."
 msgstr "Nustatyti patogųjį vardą..."
 
-#: ../libpurple/protocols/msn/msn.c:857 ../libpurple/protocols/msnp9/msn.c:658
 msgid "Set Home Phone Number..."
 msgstr "Nustatyti namų telefono numerį..."
 
-#: ../libpurple/protocols/msn/msn.c:861 ../libpurple/protocols/msnp9/msn.c:662
 msgid "Set Work Phone Number..."
 msgstr "Nustatyti darbo telefono numerį..."
 
-#: ../libpurple/protocols/msn/msn.c:865 ../libpurple/protocols/msnp9/msn.c:666
 msgid "Set Mobile Phone Number..."
 msgstr "Nustatyti mobilaus telefono numerį..."
 
-#: ../libpurple/protocols/msn/msn.c:871 ../libpurple/protocols/msnp9/msn.c:672
 msgid "Enable/Disable Mobile Devices..."
 msgstr "Leisti arba neleisti mobiliuosius įrenginius..."
 
-#: ../libpurple/protocols/msn/msn.c:876 ../libpurple/protocols/msnp9/msn.c:677
 msgid "Allow/Disallow Mobile Pages..."
 msgstr "Leisti arba neleisti mobiliąsias žinutes..."
 
-#: ../libpurple/protocols/msn/msn.c:883
 msgid "View Blocked Text..."
 msgstr "Žiūrėti užblokuotą tekstą..."
 
-#: ../libpurple/protocols/msn/msn.c:889 ../libpurple/protocols/msnp9/msn.c:688
 msgid "Open Hotmail Inbox"
 msgstr "Atidaryti Hotmail pašto dėžutę"
 
-#: ../libpurple/protocols/msn/msn.c:912 ../libpurple/protocols/msnp9/msn.c:712
 msgid "Send to Mobile"
 msgstr "Siųsti į mobilų įrenginį"
 
-#: ../libpurple/protocols/msn/msn.c:922 ../libpurple/protocols/msnp9/msn.c:722
-#: ../libpurple/protocols/novell/novell.c:3426
 msgid "Initiate _Chat"
 msgstr "_Pradėti pokalbį"
 
-#: ../libpurple/protocols/msn/msn.c:960 ../libpurple/protocols/msnp9/msn.c:761
 msgid "SSL support is needed for MSN. Please install a supported SSL library."
 msgstr ""
 "MSN protokolui SSL palaikymas yra būtinas.  Prašome įdiegti palaikomą SSL "
 "biblioteką."
 
-#: ../libpurple/protocols/msn/msn.c:991 ../libpurple/protocols/msnp9/msn.c:792
 msgid "Failed to connect to server."
 msgstr "Nepavyko prisijungti prie serverio."
 
-#: ../libpurple/protocols/msn/msn.c:1899 ../libpurple/protocols/msn/msn.c:2242
-#: ../libpurple/protocols/msnp9/msn.c:1655
-#: ../libpurple/protocols/msnp9/msn.c:1998
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:809
 msgid "Error retrieving profile"
 msgstr "Profilio gavimo klaida"
 
-#: ../libpurple/protocols/msn/msn.c:1965
-#: ../libpurple/protocols/msnp9/msn.c:1721 ../pidgin/plugins/convcolors.c:371
-#: ../pidgin/plugins/pidginrc.c:372
 msgid "General"
 msgstr "Bendros parinktys"
 
-#: ../libpurple/protocols/msn/msn.c:1972
-#: ../libpurple/protocols/msnp9/msn.c:1728
-#: ../libpurple/protocols/myspace/user.c:125
-#: ../libpurple/protocols/oscar/oscar.c:3944
-#: ../libpurple/protocols/qq/buddy_info.c:46
-#: ../libpurple/protocols/qq/qq.c:262
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1084
 msgid "Age"
 msgstr "Amžius"
 
-#: ../libpurple/protocols/msn/msn.c:1974
-#: ../libpurple/protocols/msnp9/msn.c:1730
-#: ../libpurple/protocols/qq/buddy_info.c:52
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1099
 msgid "Occupation"
 msgstr "Profesija"
 
-#: ../libpurple/protocols/msn/msn.c:1975
-#: ../libpurple/protocols/msnp9/msn.c:1731
-#: ../libpurple/protocols/myspace/user.c:133
-#: ../libpurple/protocols/novell/novell.c:1487
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1079
-#: ../libpurple/protocols/zephyr/zephyr.c:801
-#: ../libpurple/protocols/zephyr/zephyr.c:1179
 msgid "Location"
 msgstr "Vietovė"
 
-#: ../libpurple/protocols/msn/msn.c:1980 ../libpurple/protocols/msn/msn.c:2172
-#: ../libpurple/protocols/msn/msn.c:2178 ../libpurple/protocols/msn/msn.c:2185
-#: ../libpurple/protocols/msnp9/msn.c:1736
-#: ../libpurple/protocols/msnp9/msn.c:1928
-#: ../libpurple/protocols/msnp9/msn.c:1934
-#: ../libpurple/protocols/msnp9/msn.c:1941
 msgid "Hobbies and Interests"
 msgstr "Hobi ir interesai"
 
-#: ../libpurple/protocols/msn/msn.c:1986 ../libpurple/protocols/msn/msn.c:2106
-#: ../libpurple/protocols/msn/msn.c:2112 ../libpurple/protocols/msn/msn.c:2119
-#: ../libpurple/protocols/msn/msn.c:2127 ../libpurple/protocols/msn/msn.c:2134
-#: ../libpurple/protocols/msnp9/msn.c:1742
-#: ../libpurple/protocols/msnp9/msn.c:1862
-#: ../libpurple/protocols/msnp9/msn.c:1868
-#: ../libpurple/protocols/msnp9/msn.c:1875
-#: ../libpurple/protocols/msnp9/msn.c:1883
-#: ../libpurple/protocols/msnp9/msn.c:1890
 msgid "A Little About Me"
 msgstr "Truputį apie mane"
 
-#: ../libpurple/protocols/msn/msn.c:2003
-#: ../libpurple/protocols/msnp9/msn.c:1759
 msgid "Social"
 msgstr "Draugijai"
 
-#: ../libpurple/protocols/msn/msn.c:2005
-#: ../libpurple/protocols/msnp9/msn.c:1761
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1089
 msgid "Marital Status"
 msgstr "Šeimyninė padėtis"
 
-#: ../libpurple/protocols/msn/msn.c:2006
-#: ../libpurple/protocols/msnp9/msn.c:1762
 msgid "Interests"
 msgstr "Pomėgiai"
 
-#: ../libpurple/protocols/msn/msn.c:2007
-#: ../libpurple/protocols/msnp9/msn.c:1763
 msgid "Pets"
 msgstr "Naminiai gyvūnai"
 
-#: ../libpurple/protocols/msn/msn.c:2008
-#: ../libpurple/protocols/msnp9/msn.c:1764
 msgid "Hometown"
 msgstr "Gimtasis miestas"
 
-#: ../libpurple/protocols/msn/msn.c:2009
-#: ../libpurple/protocols/msnp9/msn.c:1765
 msgid "Places Lived"
 msgstr "Kur gyveno"
 
-#: ../libpurple/protocols/msn/msn.c:2010
-#: ../libpurple/protocols/msnp9/msn.c:1766
 msgid "Fashion"
 msgstr "Mada"
 
-#: ../libpurple/protocols/msn/msn.c:2011
-#: ../libpurple/protocols/msnp9/msn.c:1767
 msgid "Humor"
 msgstr "Humoras"
 
-#: ../libpurple/protocols/msn/msn.c:2012
-#: ../libpurple/protocols/msnp9/msn.c:1768
 msgid "Music"
 msgstr "Muzika"
 
-#: ../libpurple/protocols/msn/msn.c:2013 ../libpurple/protocols/msn/msn.c:2194
-#: ../libpurple/protocols/msn/msn.c:2200
-#: ../libpurple/protocols/msnp9/msn.c:1769
-#: ../libpurple/protocols/msnp9/msn.c:1950
-#: ../libpurple/protocols/msnp9/msn.c:1956
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1141
 msgid "Favorite Quote"
 msgstr "Mėgstamiausia citata"
 
-#: ../libpurple/protocols/msn/msn.c:2030
-#: ../libpurple/protocols/msnp9/msn.c:1786
 msgid "Contact Info"
 msgstr "Kontaktinė informacija"
 
-#: ../libpurple/protocols/msn/msn.c:2031
-#: ../libpurple/protocols/msnp9/msn.c:1787
 msgid "Personal"
 msgstr "Asmeninė"
 
-#: ../libpurple/protocols/msn/msn.c:2034
-#: ../libpurple/protocols/msnp9/msn.c:1790
 msgid "Significant Other"
 msgstr "Antra pusė"
 
-#: ../libpurple/protocols/msn/msn.c:2035
-#: ../libpurple/protocols/msnp9/msn.c:1791
 msgid "Home Phone"
 msgstr "Namų telefonas"
 
-#: ../libpurple/protocols/msn/msn.c:2036
-#: ../libpurple/protocols/msnp9/msn.c:1792
 msgid "Home Phone 2"
 msgstr "Antras namų telefonas"
 
-#: ../libpurple/protocols/msn/msn.c:2037
-#: ../libpurple/protocols/msnp9/msn.c:1793
-#: ../libpurple/protocols/oscar/oscar.c:3960
 msgid "Home Address"
 msgstr "Namų adresas"
 
 # Ar čia turima omeny „Mr.“, „Ms.“, „Dr.“ ???
-#: ../libpurple/protocols/msn/msn.c:2038
-#: ../libpurple/protocols/msnp9/msn.c:1794
 msgid "Personal Mobile"
 msgstr "Asmeninis mobilusis telefonas"
 
-#: ../libpurple/protocols/msn/msn.c:2039
-#: ../libpurple/protocols/msnp9/msn.c:1795
 msgid "Home Fax"
 msgstr "Namų faksas"
 
 # Ar čia turima omeny „Mr.“, „Ms.“, „Dr.“ ???
-#: ../libpurple/protocols/msn/msn.c:2040
-#: ../libpurple/protocols/msnp9/msn.c:1796
 msgid "Personal Email"
 msgstr "Asmeninis el. pašto adresas"
 
 # Ar čia turima omeny „Mr.“, „Ms.“, „Dr.“ ???
-#: ../libpurple/protocols/msn/msn.c:2041
-#: ../libpurple/protocols/msnp9/msn.c:1797
 msgid "Personal IM"
 msgstr "Asmeninis skubiųjų žinučių kontaktas"
 
-#: ../libpurple/protocols/msn/msn.c:2043
-#: ../libpurple/protocols/msnp9/msn.c:1799
 msgid "Anniversary"
 msgstr "Sukaktis"
 
 #. Business
-#: ../libpurple/protocols/msn/msn.c:2059
-#: ../libpurple/protocols/msnp9/msn.c:1815
 msgid "Work"
 msgstr "Darbas"
 
-#: ../libpurple/protocols/msn/msn.c:2061
-#: ../libpurple/protocols/msnp9/msn.c:1817
-#: ../libpurple/protocols/silc/ops.c:1024
-#: ../libpurple/protocols/silc10/ops.c:1044
 msgid "Job Title"
 msgstr "Pareigos"
 
-#: ../libpurple/protocols/msn/msn.c:2062
-#: ../libpurple/protocols/msnp9/msn.c:1818
-#: ../libpurple/protocols/oscar/oscar.c:3978
 msgid "Company"
 msgstr "Kompanija"
 
-#: ../libpurple/protocols/msn/msn.c:2063
-#: ../libpurple/protocols/msnp9/msn.c:1819
-#: ../libpurple/protocols/novell/novell.c:1489
 msgid "Department"
 msgstr "Skyrius"
 
-#: ../libpurple/protocols/msn/msn.c:2064
-#: ../libpurple/protocols/msnp9/msn.c:1820
 msgid "Profession"
 msgstr "Profesija"
 
-#: ../libpurple/protocols/msn/msn.c:2065
-#: ../libpurple/protocols/msnp9/msn.c:1821
 msgid "Work Phone"
 msgstr "Darbo telefonas"
 
-#: ../libpurple/protocols/msn/msn.c:2066
-#: ../libpurple/protocols/msnp9/msn.c:1822
 msgid "Work Phone 2"
 msgstr "Antras darbo telefonas"
 
-#: ../libpurple/protocols/msn/msn.c:2067
-#: ../libpurple/protocols/msnp9/msn.c:1823
-#: ../libpurple/protocols/oscar/oscar.c:3968
 msgid "Work Address"
 msgstr "Darbo adresas"
 
-#: ../libpurple/protocols/msn/msn.c:2068
-#: ../libpurple/protocols/msnp9/msn.c:1824
 msgid "Work Mobile"
 msgstr "Darbo mobilusis telefonas"
 
-#: ../libpurple/protocols/msn/msn.c:2069
-#: ../libpurple/protocols/msnp9/msn.c:1825
 msgid "Work Pager"
 msgstr "Darbo pranešimų gaviklis"
 
-#: ../libpurple/protocols/msn/msn.c:2070
-#: ../libpurple/protocols/msnp9/msn.c:1826
 msgid "Work Fax"
 msgstr "Darbo faksas"
 
-#: ../libpurple/protocols/msn/msn.c:2071
-#: ../libpurple/protocols/msnp9/msn.c:1827
 msgid "Work Email"
 msgstr "Darbo el. pašto adresas"
 
-#: ../libpurple/protocols/msn/msn.c:2072
-#: ../libpurple/protocols/msnp9/msn.c:1828
 msgid "Work IM"
 msgstr "Darbo skubiųjų žinučių kontaktas"
 
-#: ../libpurple/protocols/msn/msn.c:2073
-#: ../libpurple/protocols/msnp9/msn.c:1829
 msgid "Start Date"
 msgstr "Pradžios data"
 
-#: ../libpurple/protocols/msn/msn.c:2143 ../libpurple/protocols/msn/msn.c:2149
-#: ../libpurple/protocols/msn/msn.c:2156 ../libpurple/protocols/msn/msn.c:2163
-#: ../libpurple/protocols/msnp9/msn.c:1899
-#: ../libpurple/protocols/msnp9/msn.c:1905
-#: ../libpurple/protocols/msnp9/msn.c:1912
-#: ../libpurple/protocols/msnp9/msn.c:1919
 msgid "Favorite Things"
 msgstr "Mėgstu"
 
-#: ../libpurple/protocols/msn/msn.c:2208
-#: ../libpurple/protocols/msnp9/msn.c:1964
 msgid "Last Updated"
 msgstr "Paskutinį kartą atnaujinta"
 
-#: ../libpurple/protocols/msn/msn.c:2219
-#: ../libpurple/protocols/msnp9/msn.c:1975
-#: ../libpurple/protocols/qq/buddy_info.c:61
-#: ../libpurple/protocols/silc/ops.c:1040
-#: ../libpurple/protocols/silc10/ops.c:1060
 msgid "Homepage"
 msgstr "Namų puslapis"
 
-#: ../libpurple/protocols/msn/msn.c:2243
-#: ../libpurple/protocols/msnp9/msn.c:1999
 msgid "The user has not created a public profile."
 msgstr "Šis vartotojas nesukūrė viešo profilio."
 
-#: ../libpurple/protocols/msn/msn.c:2244
-#: ../libpurple/protocols/msnp9/msn.c:2000
 msgid ""
 "MSN reported not being able to find the user's profile. This either means "
 "that the user does not exist, or that the user exists but has not created a "
@@ -7598,8 +5237,6 @@
 "MSN nerado vartotojo profilio. Tai reiškia, kad arba tokio vartotojo nėra, "
 "arba kad vartotojas yra, bet neturi sukūręs viešo profilio."
 
-#: ../libpurple/protocols/msn/msn.c:2248
-#: ../libpurple/protocols/msnp9/msn.c:2004
 msgid ""
 "Could not find any information in the user's profile. The user most likely "
 "does not exist."
@@ -7607,9 +5244,6 @@
 "Nepavyko rasti jokios informacijos vartotojo profilyje. Greičiausiai toks "
 "vartotojas neegzistuoja."
 
-#: ../libpurple/protocols/msn/msn.c:2256
-#: ../libpurple/protocols/msnp9/msn.c:2012
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1243
 msgid "Profile URL"
 msgstr "Profilio URL"
 
@@ -7623,126 +5257,82 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/protocols/msn/msn.c:2543 ../libpurple/protocols/msn/msn.c:2545
 msgid "Windows Live Messenger Protocol Plugin"
 msgstr "Windows Live Messenger protokolo papildinys"
 
-#: ../libpurple/protocols/msn/msn.c:2580
-#: ../libpurple/protocols/msnp9/msn.c:2335
 msgid "Use HTTP Method"
 msgstr "Naudoti HTTP metodą"
 
-#: ../libpurple/protocols/msn/msn.c:2585
-#: ../libpurple/protocols/msnp9/msn.c:2340
 msgid "HTTP Method Server"
 msgstr "HTTP metodo serveris"
 
-#: ../libpurple/protocols/msn/msn.c:2590
-#: ../libpurple/protocols/msnp9/msn.c:2345
 msgid "Show custom smileys"
 msgstr "Rodyti nestandartines šypsenėles"
 
-#: ../libpurple/protocols/msn/msn.c:2598
-#: ../libpurple/protocols/msnp9/msn.c:2353
 msgid "nudge: nudge a user to get their attention"
 msgstr "nudge: bakstelėti vartotojui, kad atkreipti jo dėmesį"
 
-#: ../libpurple/protocols/msn/nexus.c:359
 msgid "Windows Live ID authentication:Unable to connect"
 msgstr "Nepavyko prisijungti prie Windows Live ID tapatybės nustatymo serverio"
 
-#: ../libpurple/protocols/msn/nexus.c:366
 msgid "Windows Live ID authentication:Invalid response"
 msgstr "Windows Live ID tapatybės nustatymas: neteisingas atsakas"
 
-#: ../libpurple/protocols/msn/notification.c:176
-#: ../libpurple/protocols/msnp9/notification.c:178
 #, c-format
 msgid "%s is not a valid group."
 msgstr "%s nėra teisinga grupė"
 
-#: ../libpurple/protocols/msn/notification.c:182
-#: ../libpurple/protocols/msn/notification.c:861
-#: ../libpurple/protocols/msn/session.c:394
-#: ../libpurple/protocols/msnp9/notification.c:184
-#: ../libpurple/protocols/msnp9/notification.c:534
-#: ../libpurple/protocols/msnp9/session.c:353
 msgid "Unknown error."
 msgstr "Nežinoma klaida."
 
-#: ../libpurple/protocols/msn/notification.c:185
-#: ../libpurple/protocols/msnp9/notification.c:187
 #, c-format
 msgid "%s on %s (%s)"
 msgstr "%s. Vartotojas %s (%s)."
 
-#: ../libpurple/protocols/msn/notification.c:475
 #, c-format
 msgid "%s just sent you a Nudge!"
 msgstr "%s nori bakstelėjo Jums!"
 
-#: ../libpurple/protocols/msn/notification.c:768
 #, c-format
 msgid "Unknown error (%d)"
 msgstr "Nežinoma klaida (%d)"
 
-#: ../libpurple/protocols/msn/notification.c:769
-#: ../libpurple/protocols/sametime/sametime.c:4481
 msgid "Unable to add user"
 msgstr "Nepavyko pridėti vartotojo"
 
-#: ../libpurple/protocols/msn/notification.c:827
-#: ../libpurple/protocols/msnp9/notification.c:500
 #, c-format
 msgid "Unable to add user on %s (%s)"
 msgstr "Negalima pridėti vartotojo paskyroje %s (%s)"
 
 #  Data is assumed to be the destination sn
-#: ../libpurple/protocols/msn/notification.c:831
-#: ../libpurple/protocols/msnp9/notification.c:504
 #, c-format
 msgid "Unable to block user on %s (%s)"
 msgstr "Negalima blokuoti vartotojo paskyroje %s (%s)"
 
-#: ../libpurple/protocols/msn/notification.c:835
-#: ../libpurple/protocols/msnp9/notification.c:508
 #, c-format
 msgid "Unable to permit user on %s (%s)"
 msgstr "Negalima leisti vartotojo paskyroje %s (%s)"
 
-#: ../libpurple/protocols/msn/notification.c:843
-#: ../libpurple/protocols/msnp9/notification.c:516
 #, c-format
 msgid "%s could not be added because your buddy list is full."
 msgstr "Negalima pridėti %s, nes Jūsų bičiulių sąrašas pilnas."
 
-#: ../libpurple/protocols/msn/notification.c:852
-#: ../libpurple/protocols/msnp9/notification.c:525
 #, c-format
 msgid "%s is not a valid passport account."
 msgstr "%s nėra teisinga Microsoft .NET paso paskyra"
 
-#: ../libpurple/protocols/msn/notification.c:857
-#: ../libpurple/protocols/msnp9/notification.c:530
 msgid "Service Temporarily Unavailable."
 msgstr "Tarnyba laikinai neprieinama"
 
-#: ../libpurple/protocols/msn/notification.c:1067
 msgid "Mobile message was not sent because it was too long."
 msgstr "Mobilioji žinutė nebuvo išsiųsta, nes ji per ilga."
 
-#: ../libpurple/protocols/msn/notification.c:1246
-#: ../libpurple/protocols/msnp9/notification.c:899
 msgid "Unable to rename group"
 msgstr "Negalima pervadinti grupės"
 
-#: ../libpurple/protocols/msn/notification.c:1273
-#: ../libpurple/protocols/msnp9/notification.c:954
 msgid "Unable to delete group"
 msgstr "Negalima pašalinti grupės"
 
-#: ../libpurple/protocols/msn/notification.c:1799
-#: ../libpurple/protocols/msnp9/notification.c:1373
 #, c-format
 msgid ""
 "The MSN server will shut down for maintenance in %d minute. You will "
@@ -7774,46 +5364,31 @@
 "\n"
 "Kai serverio priežiūra bus baigta, Jūs galėsite sėkmingai prisijungti."
 
-#: ../libpurple/protocols/msn/oim.c:375
 msgid ""
 "Message was not sent because the system is unavailable. This normally "
 "happens when the user is blocked or does not exist."
-msgstr "Žinutė nebuvo nusiųsta, nes sistema neprieinama.  Paprastai taip atsitinka, kai naudotojas yra užblokuotas arba iš viso neegzistuoja."
-
-#: ../libpurple/protocols/msn/oim.c:380
+msgstr ""
+"Žinutė nebuvo nusiųsta, nes sistema neprieinama.  Paprastai taip atsitinka, "
+"kai naudotojas yra užblokuotas arba iš viso neegzistuoja."
+
 msgid "Message was not sent because messages are being sent too quickly."
 msgstr "Žinutė nebuvo išsiųsta nes žinutės yra išsiuntinėjamos per greitai."
 
-#: ../libpurple/protocols/msn/oim.c:384
 msgid "Message was not sent because an unknown encoding error occurred."
 msgstr "Žinutė nebuvo išsiųsta, nes įvyko nežinoma užkodavimo klaida."
 
-#: ../libpurple/protocols/msn/oim.c:388
 msgid "Message was not sent because an unknown error occurred."
 msgstr "Žinutė nebuvo išsiųsta, nes įvyko nežinoma klaida."
 
-#: ../libpurple/protocols/msn/servconn.c:135
-#: ../libpurple/protocols/msnp9/nexus.c:146
-#: ../libpurple/protocols/msnp9/servconn.c:133
-#: ../libpurple/protocols/qq/qq_network.c:680
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:1565
-#: ../libpurple/protocols/yahoo/yahoochat.c:1425
-#: ../libpurple/protocols/yahoo/yahoochat.c:1451
 msgid "Unable to connect"
 msgstr "Negalima prisijungti"
 
-#: ../libpurple/protocols/msn/servconn.c:137
-#: ../libpurple/protocols/msnp9/servconn.c:135
 msgid "Writing error"
 msgstr "Rašymo klaida"
 
-#: ../libpurple/protocols/msn/servconn.c:139
-#: ../libpurple/protocols/msnp9/servconn.c:137
 msgid "Reading error"
 msgstr "Skaitymo klaida"
 
-#: ../libpurple/protocols/msn/servconn.c:146
-#: ../libpurple/protocols/msnp9/servconn.c:144
 #, c-format
 msgid ""
 "Connection error from %s server:\n"
@@ -7822,124 +5397,76 @@
 "Jungties klaida su severiu %s:\n"
 "%s"
 
-#: ../libpurple/protocols/msn/session.c:356
-#: ../libpurple/protocols/msnp9/session.c:315
 msgid "Our protocol is not supported by the server."
 msgstr "Mūsų protokolo serveris nepalaiko."
 
-#: ../libpurple/protocols/msn/session.c:361
-#: ../libpurple/protocols/msnp9/session.c:320
 msgid "Error parsing HTTP."
 msgstr "HTTP sintaksinės analizės klaida."
 
-#: ../libpurple/protocols/msn/session.c:365
-#: ../libpurple/protocols/msnp9/session.c:324
-#: ../libpurple/protocols/oscar/flap_connection.c:433
-#: ../libpurple/protocols/yahoo/yahoo.c:155
 msgid "You have signed on from another location."
 msgstr "Jūs prisijungėte iš kitur."
 
-#: ../libpurple/protocols/msn/session.c:371
-#: ../libpurple/protocols/msnp9/session.c:330
 msgid "The MSN servers are temporarily unavailable. Please wait and try again."
 msgstr ""
 "MSN serveriai yra laikinai neprieinami. Prašome palaukti ir pabandyti iš "
 "naujo."
 
-#: ../libpurple/protocols/msn/session.c:377
-#: ../libpurple/protocols/msnp9/session.c:336
 msgid "The MSN servers are going down temporarily."
 msgstr "MSN serveriai yra laikinai išjungiami."
 
 #  Data is assumed to be the destination sn
-#: ../libpurple/protocols/msn/session.c:382
-#: ../libpurple/protocols/msnp9/session.c:341
 #, c-format
 msgid "Unable to authenticate: %s"
 msgstr "Negalima patikrinti tapatybės: %s"
 
-#: ../libpurple/protocols/msn/session.c:388
-#: ../libpurple/protocols/msnp9/session.c:347
 msgid ""
 "Your MSN buddy list is temporarily unavailable. Please wait and try again."
 msgstr ""
 "Jūsų MSN bičiulių sąrašas yra laikinai neprieinamas. Prašome palaukti ir "
 "pabandyti iš naujo."
 
-#: ../libpurple/protocols/msn/session.c:410
-#: ../libpurple/protocols/msn/session.c:412
-#: ../libpurple/protocols/msnp9/session.c:369
-#: ../libpurple/protocols/msnp9/session.c:371
 msgid "Handshaking"
 msgstr "Pasisveikinimas"
 
-#: ../libpurple/protocols/msn/session.c:411
-#: ../libpurple/protocols/msnp9/session.c:370
 msgid "Transferring"
 msgstr "Perdavimas"
 
-#: ../libpurple/protocols/msn/session.c:413
-#: ../libpurple/protocols/msnp9/session.c:372
 msgid "Starting authentication"
 msgstr "Pradedamas tapatybės nustatymas"
 
-#: ../libpurple/protocols/msn/session.c:414
-#: ../libpurple/protocols/msnp9/session.c:373
 msgid "Getting cookie"
 msgstr "Gaunamas slapukas"
 
-#: ../libpurple/protocols/msn/session.c:416
-#: ../libpurple/protocols/msnp9/session.c:375
 msgid "Sending cookie"
 msgstr "Siunčiamas slapukas"
 
-#: ../libpurple/protocols/msn/session.c:417
-#: ../libpurple/protocols/msnp9/session.c:376
 msgid "Retrieving buddy list"
 msgstr "Gaunamas bičiulių sąrašas"
 
-#: ../libpurple/protocols/msn/state.c:34
-#: ../libpurple/protocols/msnp9/state.c:34
 msgid "Away From Computer"
 msgstr "Pasitraukęs nuo kompiuterio"
 
-#: ../libpurple/protocols/msn/state.c:35
-#: ../libpurple/protocols/msnp9/state.c:35
 msgid "On The Phone"
 msgstr "Kalba telefonu"
 
-#: ../libpurple/protocols/msn/state.c:36
-#: ../libpurple/protocols/msnp9/state.c:36
 msgid "Out To Lunch"
 msgstr "Išėjęs papietauti"
 
-#: ../libpurple/protocols/msn/switchboard.c:406
-#: ../libpurple/protocols/msnp9/switchboard.c:411
 msgid "Message may have not been sent because a timeout occurred:"
 msgstr "Žinutė galėjo būti neišsiųsta, nes baigėsi laukimo laikas:"
 
-#: ../libpurple/protocols/msn/switchboard.c:414
-#: ../libpurple/protocols/msnp9/switchboard.c:419
 msgid "Message could not be sent, not allowed while invisible:"
 msgstr "Žinutės negalima išsiųsti esant nematomu:"
 
-#: ../libpurple/protocols/msn/switchboard.c:418
-#: ../libpurple/protocols/msnp9/switchboard.c:423
 msgid "Message could not be sent because the user is offline:"
 msgstr "Žinutė neišsiųsta, nes vartotojas atsijungęs:"
 
-#: ../libpurple/protocols/msn/switchboard.c:422
-#: ../libpurple/protocols/msnp9/switchboard.c:427
 msgid "Message could not be sent because a connection error occurred:"
 msgstr "Žinutė neišsiųsta, nes įvyko jungties klaida:"
 
-#: ../libpurple/protocols/msn/switchboard.c:426
-#: ../libpurple/protocols/msnp9/switchboard.c:431
 msgid "Message could not be sent because we are sending too quickly:"
 msgstr "Žinutė neišsiųsta, nes bandyta išsiųsti per greitai:"
 
-#: ../libpurple/protocols/msn/switchboard.c:430
-#: ../libpurple/protocols/msnp9/switchboard.c:435
 msgid ""
 "Message could not be sent because we were unable to establish a session with "
 "the server. This is likely a server problem, try again in a few minutes:"
@@ -7947,25 +5474,17 @@
 "Žinutės išsiųsti nepavyko, nes nepavyko sukurti seanso su serveriu.  "
 "Greičiausiai tai serverio problema, pabandykite vėl po kelių minučių:"
 
-#: ../libpurple/protocols/msn/switchboard.c:437
-#: ../libpurple/protocols/msnp9/switchboard.c:442
 msgid ""
 "Message could not be sent because an error with the switchboard occurred:"
 msgstr "Žinutė neišsiųsta, nes įvyko komutatoriaus klaida:"
 
-#: ../libpurple/protocols/msn/switchboard.c:445
-#: ../libpurple/protocols/msnp9/switchboard.c:450
 msgid "Message may have not been sent because an unknown error occurred:"
 msgstr "Žinutė neišsiųsta, nes įvyko nežinoma klaida:"
 
-#: ../libpurple/protocols/msn/userlist.c:215
-#: ../libpurple/protocols/msnp9/userlist.c:262
 #, c-format
 msgid "%s has added you to his or her buddy list."
 msgstr "Vartotojas %s įtraukė Jus į savo bičiulių sąrašo."
 
-#: ../libpurple/protocols/msn/userlist.c:284
-#: ../libpurple/protocols/msnp9/userlist.c:331
 #, c-format
 msgid "%s has removed you from his or her buddy list."
 msgstr "Vartotojas %s pašalino Jus iš savo bičiulių sąrašo."
@@ -7973,22 +5492,16 @@
 #. only notify the user about problems adding to the friends list
 #. * maybe we should do something else for other lists, but it probably
 #. * won't cause too many problems if we just ignore it
-#: ../libpurple/protocols/msn/userlist.c:676
-#: ../libpurple/protocols/msnp9/userlist.c:653
 #, c-format
 msgid "Unable to add \"%s\"."
 msgstr "Negalima pridėti \"%s\"."
 
-#: ../libpurple/protocols/msn/userlist.c:679
-#: ../libpurple/protocols/msnp9/userlist.c:655
 msgid "The username specified is invalid."
 msgstr "Nurodytas neteisingas vardas."
 
-#: ../libpurple/protocols/msnp9/msn.c:390
 msgid "This Hotmail account may not be active."
 msgstr "Ši Hotmail paskyra gali būti neaktyvi."
 
-#: ../libpurple/protocols/msnp9/msn.c:565
 msgid "Has you"
 msgstr "Turi Jus"
 
@@ -8002,20 +5515,15 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/protocols/msnp9/msn.c:2299
-#: ../libpurple/protocols/msnp9/msn.c:2301
 msgid "MSN Protocol Plugin"
 msgstr "MSN protokolo papildinys"
 
-#: ../libpurple/protocols/myspace/myspace.c:111
 msgid "Missing Cipher"
 msgstr "Šifras nerastas"
 
-#: ../libpurple/protocols/myspace/myspace.c:112
 msgid "The RC4 cipher could not be found"
 msgstr "RC4 šifras nerastas"
 
-#: ../libpurple/protocols/myspace/myspace.c:113
 msgid ""
 "Upgrade to a libpurple with RC4 support (>= 2.0.1). MySpaceIM plugin will "
 "not be loaded."
@@ -8023,19 +5531,15 @@
 "Atnaujinkite libpurple į versiją su RC4 palaikymu (>= 2.0.1).  MySpaceIM "
 "papildinys nebus įkeltas."
 
-#: ../libpurple/protocols/myspace/myspace.c:345
 msgid "Reading challenge"
 msgstr "Skaitomas serverio iššūkis"
 
-#: ../libpurple/protocols/myspace/myspace.c:355
 msgid "Unexpected challenge length from server"
 msgstr "Neteisingas serverio iššūkio ilgis"
 
-#: ../libpurple/protocols/myspace/myspace.c:359
 msgid "Logging in"
 msgstr "Prisijungiama"
 
-#: ../libpurple/protocols/myspace/myspace.c:1331
 #, c-format
 msgid "Connection to server lost (no data received within %d second)"
 msgid_plural "Connection to server lost (no data received within %d seconds)"
@@ -8044,56 +5548,43 @@
 msgstr[2] "Nutrūko ryšys su serveriu (negauta jokių duomenų per %d sekundžių)"
 
 #. Can't write _()'d strings in array initializers. Workaround.
-#: ../libpurple/protocols/myspace/myspace.c:1377
 msgid "New mail messages"
 msgstr "Nauji laiškai"
 
-#: ../libpurple/protocols/myspace/myspace.c:1378
 msgid "New blog comments"
 msgstr "Nauji tinklaraščio komentarai"
 
-#: ../libpurple/protocols/myspace/myspace.c:1379
 msgid "New profile comments"
 msgstr "Nauji profilio komentarai"
 
-#: ../libpurple/protocols/myspace/myspace.c:1380
 msgid "New friend requests!"
 msgstr "Nauji pasiūlymai draugauti!"
 
-#: ../libpurple/protocols/myspace/myspace.c:1381
 msgid "New picture comments"
 msgstr "Nauji nuotraukų komentarai"
 
-#: ../libpurple/protocols/myspace/myspace.c:1411
 msgid "MySpace"
 msgstr "MySpace"
 
-#: ../libpurple/protocols/myspace/myspace.c:1597
 msgid "MySpaceIM - No Username Set"
 msgstr "MySpaceIM – nenustatytas naudotojo vardas"
 
-#: ../libpurple/protocols/myspace/myspace.c:1598
 msgid "You appear to have no MySpace username."
 msgstr "Atrodo, kad neturite MySpace naudojo vardo."
 
-#: ../libpurple/protocols/myspace/myspace.c:1599
 msgid "Would you like to set one now? (Note: THIS CANNOT BE CHANGED!)"
 msgstr "Ar norite dabar jį nustatyti? (Pastaba: jis negalės būti keičiamas!)"
 
 #. The session is now set up, ready to be connected. This emits the
 #. * signedOn signal, so clients can now do anything with msimprpl, and
 #. * we're ready for it (session key, userid, username all setup).
-#: ../libpurple/protocols/myspace/myspace.c:1623
-#: ../libpurple/protocols/sametime/sametime.c:1548
 msgid "Connected"
 msgstr "Prisijungta"
 
-#: ../libpurple/protocols/myspace/myspace.c:1858
 #, c-format
 msgid "Protocol error, code %d: %s"
 msgstr "Protokolo klaida, kodas %d: %s"
 
-#: ../libpurple/protocols/myspace/myspace.c:1880
 #, c-format
 msgid ""
 "%s Your password is %d characters, greater than the expected maximum length "
@@ -8106,69 +5597,50 @@
 "profileedit.myspace.com/index.cfm?fuseaction=accountSettings.changePassword "
 "ir pabandykite iš naujo."
 
-#: ../libpurple/protocols/myspace/myspace.c:1903
 msgid "MySpaceIM Error"
 msgstr "MySpaceIM klaida"
 
-#: ../libpurple/protocols/myspace/myspace.c:2081
-#: ../libpurple/protocols/myspace/myspace.c:2115
 msgid "Failed to add buddy"
 msgstr "Nepavyko pridėti bičiulio"
 
-#: ../libpurple/protocols/myspace/myspace.c:2081
 msgid "'addbuddy' command failed."
 msgstr "Komanda „addbuddy“ nepavyko."
 
-#: ../libpurple/protocols/myspace/myspace.c:2115
-#: ../libpurple/protocols/myspace/myspace.c:2360
 msgid "persist command failed"
 msgstr "Komanda „persist“ nepavyko."
 
-#: ../libpurple/protocols/myspace/myspace.c:2220
 #, c-format
 msgid "No such user: %s"
 msgstr "Naudotojas nerastas: %s"
 
-#: ../libpurple/protocols/myspace/myspace.c:2222
 msgid "User lookup"
 msgstr "Naudotojo paieška"
 
-#: ../libpurple/protocols/myspace/myspace.c:2341
-#: ../libpurple/protocols/myspace/myspace.c:2360
-#: ../libpurple/protocols/myspace/myspace.c:2382
 msgid "Failed to remove buddy"
 msgstr "Nepavyko pašalinti bičiulio"
 
-#: ../libpurple/protocols/myspace/myspace.c:2341
 msgid "'delbuddy' command failed"
 msgstr "Komanda „delbuddy“ nepavyko"
 
-#: ../libpurple/protocols/myspace/myspace.c:2382
 msgid "blocklist command failed"
 msgstr "Komanda „blocklist“ nepavyko"
 
-#: ../libpurple/protocols/myspace/myspace.c:2508
 msgid "Invalid input condition"
 msgstr "Neteisinga įvesties sąlyga"
 
-#: ../libpurple/protocols/myspace/myspace.c:2563
 msgid "Read buffer full (2)"
 msgstr "Skaitymo buferis pripildytas (2)"
 
-#: ../libpurple/protocols/myspace/myspace.c:2606
 msgid "Unparseable message"
 msgstr "Nepavyko išanalizuoti pranešimo"
 
-#: ../libpurple/protocols/myspace/myspace.c:2677
 #, c-format
 msgid "Couldn't connect to host: %s (%d)"
 msgstr "Nepavyko prisijungti prie mazgo: %s (%d)"
 
-#: ../libpurple/protocols/myspace/myspace.c:2844
 msgid "IM Friends"
 msgstr "IM draugai"
 
-#: ../libpurple/protocols/myspace/myspace.c:2952
 #, c-format
 msgid ""
 "%d buddy was added or updated from the server (including buddies already on "
@@ -8186,118 +5658,86 @@
 "%d bičiulių buvo pridėta ar atnaujinta iš serverio (įskaitant ir bičiulius, "
 "jau esančius serverio sąraše)"
 
-#: ../libpurple/protocols/myspace/myspace.c:2956
 msgid "Add contacts from server"
 msgstr "Pridėti kontaktus iš serverio"
 
-#: ../libpurple/protocols/myspace/myspace.c:3008
-#: ../libpurple/protocols/myspace/myspace.c:3072
 msgid "Add friends from MySpace.com"
 msgstr "Pridėti draugus iš MySpace.com"
 
-#: ../libpurple/protocols/myspace/myspace.c:3009
 msgid "Importing friends failed"
 msgstr "Nepavyko importuoti draugų"
 
 #. TODO: find out how
-#: ../libpurple/protocols/myspace/myspace.c:3065
 msgid "Find people..."
 msgstr "Ieškoti žmonių..."
 
-#: ../libpurple/protocols/myspace/myspace.c:3068
 msgid "Change IM name..."
 msgstr "Pakeisti vardą skubiosioms žinutėms..."
 
-#: ../libpurple/protocols/myspace/myspace.c:3371
 msgid "myim URL handler"
 msgstr "myim URL doroklė"
 
-#: ../libpurple/protocols/myspace/myspace.c:3372
 msgid "No suitable MySpaceIM account could be found to open this myim URL."
 msgstr "Nerasta tinkama MySpaceIM paskyra šio myim URL atidarymui."
 
-#: ../libpurple/protocols/myspace/myspace.c:3373
 msgid "Enable the proper MySpaceIM account and try again."
 msgstr "Įjunkite tinkamą MySpaceIM paskyrą ir bandykite iš naujo."
 
-#: ../libpurple/protocols/myspace/myspace.c:3496
 msgid "Show display name in status text"
 msgstr "Rodyti vardą būsenos tekste"
 
-#: ../libpurple/protocols/myspace/myspace.c:3499
 msgid "Show headline in status text"
 msgstr "Rodyti antraštę būsenos tekste"
 
-#: ../libpurple/protocols/myspace/myspace.c:3504
 msgid "Send emoticons"
 msgstr "Siųsti jaustukus"
 
-#: ../libpurple/protocols/myspace/myspace.c:3509
 msgid "Screen resolution (dots per inch)"
 msgstr "Ekrano skiriamoji geba (taškais colyje)"
 
-#: ../libpurple/protocols/myspace/myspace.c:3512
 msgid "Base font size (points)"
 msgstr "Numatytojo šrifto dydis (punktais)"
 
-#: ../libpurple/protocols/myspace/user.c:105
-#: ../libpurple/protocols/zephyr/zephyr.c:789
-#: ../libpurple/protocols/zephyr/zephyr.c:1168
 msgid "User"
 msgstr "Vartotojas"
 
-#: ../libpurple/protocols/myspace/user.c:115
-#: ../libpurple/protocols/oscar/oscar.c:3174
 msgid "Profile"
 msgstr "Profilis"
 
-#: ../libpurple/protocols/myspace/user.c:138
 msgid "Headline"
 msgstr "Antraštė"
 
-#: ../libpurple/protocols/myspace/user.c:153
 msgid "Song"
 msgstr "Daina"
 
-#: ../libpurple/protocols/myspace/user.c:162
 msgid "Total Friends"
 msgstr "Iš viso draugų"
 
-#: ../libpurple/protocols/myspace/user.c:180
 msgid "Client Version"
 msgstr "Kliento programos versija"
 
 #. Protocol won't log in now without a username set.. Disconnect
-#: ../libpurple/protocols/myspace/user.c:570
 msgid "No username set"
 msgstr "Nenustatytas naudotojo vardas"
 
-#: ../libpurple/protocols/myspace/user.c:577
-#: ../libpurple/protocols/myspace/user.c:671
 msgid "MySpaceIM - Please Set a Username"
 msgstr "MySpaceIM – nustatykite naudotojo vardą"
 
-#: ../libpurple/protocols/myspace/user.c:578
 msgid "Please enter a username to check its availability:"
 msgstr "Įveskite naudotojo vardą, kad patikrintumėte, ar jis laisvas:"
 
-#: ../libpurple/protocols/myspace/user.c:658
 msgid "MySpaceIM - Username Available"
 msgstr "MySpaceIM – naudotojo vardas laisvas"
 
-#: ../libpurple/protocols/myspace/user.c:659
 msgid "This username is available. Would you like to set it?"
 msgstr "Šis naudotojo vardas laisvas.  Ar norite juo pasivadinti?"
 
-#: ../libpurple/protocols/myspace/user.c:660
 msgid "ONCE SET, THIS CANNOT BE CHANGED!"
 msgstr "KARTĄ NUSTATYTAS, JIS NEGALI BŪTI PAKEISTAS!"
 
-#: ../libpurple/protocols/myspace/user.c:672
 msgid "This username is unavailable."
 msgstr "Šis naudotojo vardas užimtas."
 
-#: ../libpurple/protocols/myspace/user.c:673
 msgid "Please try another username:"
 msgstr "Pabandykite kitokį naudotojo vardą:"
 
@@ -8307,32 +5747,25 @@
 #. * projectile or weapon."  This term often has an electrical
 #. * connotation, for example, "he was zapped by electricity when
 #. * he put a fork in the toaster."
-#: ../libpurple/protocols/myspace/zap.c:48
-#: ../libpurple/protocols/myspace/zap.c:221
 msgid "Zap"
 msgstr "Pykšt"
 
-#: ../libpurple/protocols/myspace/zap.c:48
 #, c-format
 msgid "%s has zapped you!"
 msgstr "%s pykštelėjo jums!"
 
-#: ../libpurple/protocols/myspace/zap.c:49
 #, c-format
 msgid "Zapping %s..."
 msgstr "Pykšteliu į %s..."
 
 #. Whack means "to hit or strike someone with a sharp blow"
-#: ../libpurple/protocols/myspace/zap.c:52
 msgid "Whack"
 msgstr "Bumpt"
 
-#: ../libpurple/protocols/myspace/zap.c:53
 #, c-format
 msgid "%s has whacked you!"
 msgstr "%s bumptelėjo jums!"
 
-#: ../libpurple/protocols/myspace/zap.c:53
 #, c-format
 msgid "Whacking %s..."
 msgstr "Bumpteliu į %s..."
@@ -8340,76 +5773,61 @@
 #. Torch means "to set on fire."  Don't worry, this doesn't
 #. * make a whole lot of sense in English, either.  Feel free
 #. * to translate it literally.
-#: ../libpurple/protocols/myspace/zap.c:58
 msgid "Torch"
 msgstr "Padegimas"
 
-#: ../libpurple/protocols/myspace/zap.c:59
 #, c-format
 msgid "%s has torched you!"
 msgstr "%s jus padegė!"
 
-#: ../libpurple/protocols/myspace/zap.c:59
 #, c-format
 msgid "Torching %s..."
 msgstr "Padegu %s..."
 
 #. Smooch means "to kiss someone, often enthusiastically"
-#: ../libpurple/protocols/myspace/zap.c:62
 msgid "Smooch"
 msgstr "Bučkis"
 
-#: ../libpurple/protocols/myspace/zap.c:63
 #, c-format
 msgid "%s has smooched you!"
 msgstr "%s pabučiavo jus!"
 
-#: ../libpurple/protocols/myspace/zap.c:63
 #, c-format
 msgid "Smooching %s..."
 msgstr "Bučiuoju %s..."
 
 #. A hug is a display of affection; wrapping your arms around someone
-#: ../libpurple/protocols/myspace/zap.c:66
 msgid "Hug"
 msgstr "Apkabinimas"
 
-#: ../libpurple/protocols/myspace/zap.c:66
 #, c-format
 msgid "%s has hugged you!"
 msgstr "%s apkabino jus!"
 
-#: ../libpurple/protocols/myspace/zap.c:67
 #, c-format
 msgid "Hugging %s..."
 msgstr "Apkabinu %s..."
 
 #. Slap means "to hit someone with an open/flat hand"
-#: ../libpurple/protocols/myspace/zap.c:70
 msgid "Slap"
 msgstr "Pliaukšt"
 
-#: ../libpurple/protocols/myspace/zap.c:71
 #, c-format
 msgid "%s has slapped you!"
 msgstr "%s pliaukštelėjo jums!"
 
-#: ../libpurple/protocols/myspace/zap.c:71
 #, c-format
 msgid "Slapping %s..."
 msgstr "Pliaukšteliu %s..."
 
 #. Goose means "to pinch someone on their butt"
-#: ../libpurple/protocols/myspace/zap.c:74
 msgid "Goose"
 msgstr "Žnybt"
 
-#: ../libpurple/protocols/myspace/zap.c:75
 #, c-format
 msgid "%s has goosed you!"
 msgstr "%s jums įžnybo!"
 
-#: ../libpurple/protocols/myspace/zap.c:75
 #, c-format
 msgid "Goosing %s..."
 msgstr "Įžnybiu %s..."
@@ -8417,16 +5835,13 @@
 #. A high-five is when two people's hands slap each other
 #. * in the air above their heads.  It is done to celebrate
 #. * something, often a victory, or to congratulate someone.
-#: ../libpurple/protocols/myspace/zap.c:80
 msgid "High-five"
 msgstr "Duodam penkis"
 
-#: ../libpurple/protocols/myspace/zap.c:81
 #, c-format
 msgid "%s has high-fived you!"
 msgstr "%s davė jums penkis!"
 
-#: ../libpurple/protocols/myspace/zap.c:81
 #, c-format
 msgid "High-fiving %s..."
 msgstr "Duodu penkis %s..."
@@ -8434,16 +5849,13 @@
 #. We're not entirely sure what the MySpace people mean by
 #. * this... but we think it's the equivalent of "prank."  Or, for
 #. * someone to perform a mischievous trick or practical joke.
-#: ../libpurple/protocols/myspace/zap.c:86
 msgid "Punk"
 msgstr "Punkt"
 
-#: ../libpurple/protocols/myspace/zap.c:87
 #, c-format
 msgid "%s has punk'd you!"
 msgstr "%s punktelėjo jums!"
 
-#: ../libpurple/protocols/myspace/zap.c:87
 #, c-format
 msgid "Punking %s..."
 msgstr "Punkteliu %s..."
@@ -8455,101 +5867,77 @@
 #. * gesture, so it does not carry a harsh negative
 #. * connotation.  It is generally used in a playful tone
 #. * with friends.
-#: ../libpurple/protocols/myspace/zap.c:96
 msgid "Raspberry"
 msgstr "Parodyti liežuvį"
 
-#: ../libpurple/protocols/myspace/zap.c:97
 #, c-format
 msgid "%s has raspberried you!"
 msgstr "%s parodė jums liežuvį!"
 
-#: ../libpurple/protocols/myspace/zap.c:97
 #, c-format
 msgid "Raspberrying %s..."
 msgstr "Rodau liežuvį %s..."
 
-#: ../libpurple/protocols/novell/nmuser.c:1864
 msgid "Required parameters not passed in"
 msgstr "Neperduoti reikalingi parametrai"
 
-#: ../libpurple/protocols/novell/nmuser.c:1867
 msgid "Unable to write to network"
 msgstr "Negalima rašyti į tinklą"
 
-#: ../libpurple/protocols/novell/nmuser.c:1870
 msgid "Unable to read from network"
 msgstr "Negalima skaityti iš tinklo"
 
-#: ../libpurple/protocols/novell/nmuser.c:1873
 msgid "Error communicating with server"
 msgstr "Komunikacijos su serveriu klaida"
 
-#: ../libpurple/protocols/novell/nmuser.c:1877
 msgid "Conference not found"
 msgstr "Konferencija nerasta"
 
-#: ../libpurple/protocols/novell/nmuser.c:1880
 msgid "Conference does not exist"
 msgstr "Konferencija neegzistuoja"
 
-#: ../libpurple/protocols/novell/nmuser.c:1884
 msgid "A folder with that name already exists"
 msgstr "Aplankas su tokiu vardu jau yra"
 
-#: ../libpurple/protocols/novell/nmuser.c:1887
 msgid "Not supported"
 msgstr "Nepalaikoma"
 
-#: ../libpurple/protocols/novell/nmuser.c:1891
 msgid "Password has expired"
 msgstr "Slaptažodžio galiojimo laikas pasibaigė"
 
-#: ../libpurple/protocols/novell/nmuser.c:1894
 msgid "Incorrect password"
 msgstr "Neteisingas slaptažodis"
 
-#: ../libpurple/protocols/novell/nmuser.c:1897
 msgid "User not found"
 msgstr "Vartotojas nerastas"
 
-#: ../libpurple/protocols/novell/nmuser.c:1900
 msgid "Account has been disabled"
 msgstr "Neveiksni paskyra"
 
-#: ../libpurple/protocols/novell/nmuser.c:1903
 msgid "The server could not access the directory"
 msgstr "Serveris negalėjo kreiptis į katalogą"
 
-#: ../libpurple/protocols/novell/nmuser.c:1906
 msgid "Your system administrator has disabled this operation"
 msgstr "Jūsų sistemos administratorius išjungė šią operaciją"
 
-#: ../libpurple/protocols/novell/nmuser.c:1909
 msgid "The server is unavailable; try again later"
 msgstr "Serveris neprieinamas; pabandykite vėliau vėl"
 
-#: ../libpurple/protocols/novell/nmuser.c:1912
 msgid "Cannot add a contact to the same folder twice"
 msgstr "Negalima pridėti kontakto į tą patį katalogą du kartus"
 
-#: ../libpurple/protocols/novell/nmuser.c:1915
 msgid "Cannot add yourself"
 msgstr "Negalima pridėti savęs"
 
-#: ../libpurple/protocols/novell/nmuser.c:1918
 msgid "Master archive is misconfigured"
 msgstr "Pagrindinis archyvas yra blogai sukonfigūruotas"
 
-#: ../libpurple/protocols/novell/nmuser.c:1922
 msgid "Incorrect username or password"
 msgstr "Neteisingas naudotojo vardas ar slaptažodis"
 
-#: ../libpurple/protocols/novell/nmuser.c:1925
 msgid "Could not recognize the host of the username you entered"
 msgstr "Nepavyko atpažinti mazgo, priklausančio šiam naudotojo vardui"
 
-#: ../libpurple/protocols/novell/nmuser.c:1928
 msgid ""
 "Your account has been disabled because too many incorrect passwords were "
 "entered"
@@ -8557,31 +5945,24 @@
 "Jūsų paskyra padaryta neveiksnia dėl per daug kartų neteisingai įvesto "
 "slaptažodžio"
 
-#: ../libpurple/protocols/novell/nmuser.c:1931
 msgid "You cannot add the same person twice to a conversation"
 msgstr "Negalite du kartus įtraukti to paties asmens į pokalbį"
 
-#: ../libpurple/protocols/novell/nmuser.c:1935
 msgid "You have reached your limit for the number of contacts allowed"
 msgstr "Jūs pasiekėte savo leistinų kontaktų skaičiaus ribą."
 
-#: ../libpurple/protocols/novell/nmuser.c:1938
 msgid "You have entered an incorrect username"
 msgstr "Jūs įvedėte neteisingą naudotojo vardą"
 
-#: ../libpurple/protocols/novell/nmuser.c:1941
 msgid "An error occurred while updating the directory"
 msgstr "Katalogo atnaujinimo metu įvyko klaida"
 
-#: ../libpurple/protocols/novell/nmuser.c:1944
 msgid "Incompatible protocol version"
 msgstr "Nesuderinama protokolo versija"
 
-#: ../libpurple/protocols/novell/nmuser.c:1947
 msgid "The user has blocked you"
 msgstr "Vartotojas Jus užblokavo"
 
-#: ../libpurple/protocols/novell/nmuser.c:1950
 msgid ""
 "This evaluation version does not allow more than ten users to log in at one "
 "time"
@@ -8589,54 +5970,43 @@
 "Ši laikinoji versija neleidžia daugiau kaip dešimčiai vartotojų prisijungti "
 "tuo pačiu metu"
 
-#: ../libpurple/protocols/novell/nmuser.c:1953
 msgid "The user is either offline or you are blocked"
 msgstr "Vartotojas yra atsijungęs arba Jūs esate užblokuotas"
 
-#: ../libpurple/protocols/novell/nmuser.c:1956
 #, c-format
 msgid "Unknown error: 0x%X"
 msgstr "Nežinoma klaida: 0x%X"
 
-#: ../libpurple/protocols/novell/novell.c:124
 #, c-format
 msgid "Login failed (%s)."
 msgstr "Prisijungimas nepavyko (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:255
 #, c-format
 msgid "Unable to send message. Could not get details for user (%s)."
 msgstr "Neįmanoma išsiųsti pranešimo. Nepavyko gauti vartotojo detalių (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:404
 #, c-format
 msgid "Unable to add %s to your buddy list (%s)."
 msgstr "Negalima pridėti %s į Jūsų bičiulių sąrašą (%s)."
 
 #. TODO: Improve this! message to who or for what conference?
-#: ../libpurple/protocols/novell/novell.c:430
 #, c-format
 msgid "Unable to send message (%s)."
 msgstr "Negalima išsiųsti žinutės (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:501
-#: ../libpurple/protocols/novell/novell.c:993
 #, c-format
 msgid "Unable to invite user (%s)."
 msgstr "Negalima pakviesti vartotojo (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:540
 #, c-format
 msgid "Unable to send message to %s. Could not create the conference (%s)."
 msgstr ""
 "Negalima išsiųsti žinutės vartotojui %s. Nepavyko sukurti konferencijos (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:545
 #, c-format
 msgid "Unable to send message. Could not create the conference (%s)."
 msgstr "Nepavyko išsiųsti žinutės. Nepavyko sukurti konferencijos (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:592
 #, c-format
 msgid ""
 "Unable to move user %s to folder %s in the server side list. Error while "
@@ -8645,7 +6015,6 @@
 "Nepavyko perkelti vartotojo %s į aplanką %s serverio sąraše. Aplanko kūrimo "
 "klaida (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:640
 #, c-format
 msgid ""
 "Unable to add %s to your buddy list. Error creating folder in server side "
@@ -8654,63 +6023,47 @@
 "Nepavyko įtraukti vartotojo %s į Jūsų bičiulių sąrašą. Aplanko kūrimo "
 "serverio sąraše klaida (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:713
 #, c-format
 msgid "Could not get details for user %s (%s)."
 msgstr "Nepavyko gauti detalių apie vartotoją %s (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:759
-#: ../libpurple/protocols/novell/novell.c:905
 #, c-format
 msgid "Unable to add user to privacy list (%s)."
 msgstr "Nepavyko įtraukti vartotojo į privatumo sąrašą (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:806
 #, c-format
 msgid "Unable to add %s to deny list (%s)."
 msgstr "Nepavyko įtraukti %s į draudimo sąrašą (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:859
 #, c-format
 msgid "Unable to add %s to permit list (%s)."
 msgstr "Nepavyko įtraukti %s į leidimo sąrašą (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:927
 #, c-format
 msgid "Unable to remove %s from privacy list (%s)."
 msgstr "Nepavyko pašalinti %s iš privatumo sąrašo (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:950
-#: ../libpurple/protocols/novell/novell.c:1656
 #, c-format
 msgid "Unable to change server side privacy settings (%s)."
 msgstr "Nepavyko pakeisti privatumo nuostatų serveryje (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:1020
 #, c-format
 msgid "Unable to create conference (%s)."
 msgstr "Nepavyko sukurti konferencijos (%s)."
 
-#: ../libpurple/protocols/novell/novell.c:1131
-#: ../libpurple/protocols/novell/novell.c:1702
 msgid "Error communicating with server. Closing connection."
 msgstr "Komunikacijos su serveriu klaida. Jungtis uždaroma."
 
-#: ../libpurple/protocols/novell/novell.c:1485
 msgid "Telephone Number"
 msgstr "Telefonas"
 
 # Ar čia turima omeny „Mr.“, „Ms.“, „Dr.“ ???
-#: ../libpurple/protocols/novell/novell.c:1491
 msgid "Personal Title"
 msgstr "Asmens pavadinimas"
 
-#: ../libpurple/protocols/novell/novell.c:1495
 msgid "Mailstop"
 msgstr "Mailstop"
 
-#: ../libpurple/protocols/novell/novell.c:1511
-#: ../libpurple/protocols/sametime/sametime.c:4178
 msgid "User ID"
 msgstr "Vartotojo ID"
 
@@ -8720,37 +6073,29 @@
 #. purple_notify_user_info_add_pair(user_info, tag, value);
 #. }
 #.
-#: ../libpurple/protocols/novell/novell.c:1524
 msgid "Full name"
 msgstr "Pilnas vardas"
 
-#: ../libpurple/protocols/novell/novell.c:1646
 #, c-format
 msgid "GroupWise Conference %d"
 msgstr "GroupWise konferencija %d"
 
-#: ../libpurple/protocols/novell/novell.c:1729
 msgid "Authenticating..."
 msgstr "Nustatoma tapatybė..."
 
-#: ../libpurple/protocols/novell/novell.c:1743
 msgid "Unable to connect to server."
 msgstr "Nepavyko prisijungti prie serverio."
 
-#: ../libpurple/protocols/novell/novell.c:1746
 msgid "Waiting for response..."
 msgstr "Laukiama atsako..."
 
-#: ../libpurple/protocols/novell/novell.c:1881
 #, c-format
 msgid "%s has been invited to this conversation."
 msgstr "%s pakviestas į šį pokalbį"
 
-#: ../libpurple/protocols/novell/novell.c:1909
 msgid "Invitation to Conversation"
 msgstr "Kvietimas į pokalbį"
 
-#: ../libpurple/protocols/novell/novell.c:1910
 #, c-format
 msgid ""
 "Invitation from: %s\n"
@@ -8761,22 +6106,18 @@
 "\n"
 "Išsiųstas: %s"
 
-#: ../libpurple/protocols/novell/novell.c:1912
 msgid "Would you like to join the conversation?"
 msgstr "Ar norite prisijungti prie pokalbio?"
 
-#: ../libpurple/protocols/novell/novell.c:2028
 msgid "You have been logged out because you logged in at another workstation."
 msgstr "Jūs buvote atjungtas, kadangi prisijungėte kitoje darbo vietoje."
 
-#: ../libpurple/protocols/novell/novell.c:2085
 #, c-format
 msgid ""
 "%s appears to be offline and did not receive the message that you just sent."
 msgstr ""
 "Atrodo, kad %s yra atsijungęs ir negavo žinutės, kurią ką tik išsiuntėte."
 
-#: ../libpurple/protocols/novell/novell.c:2185
 msgid ""
 "Unable to connect to server. Please enter the address of the server you wish "
 "to connect to."
@@ -8784,11 +6125,9 @@
 "Negalima prisijungti prie servrio.  Prašome įvesti serverio, prie kurio "
 "norite prisijungti, adresą."
 
-#: ../libpurple/protocols/novell/novell.c:2214
 msgid "Error. SSL support is not installed."
 msgstr "Klaida. SSL palaikymas neįdiegtas."
 
-#: ../libpurple/protocols/novell/novell.c:2522
 msgid "This conference has been closed. No more messages can be sent."
 msgstr "Ši konferencija uždaryta. Daugiau žinučių siųsti negalima."
 
@@ -8802,42 +6141,24 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/protocols/novell/novell.c:3537
-#: ../libpurple/protocols/novell/novell.c:3539
 msgid "Novell GroupWise Messenger Protocol Plugin"
 msgstr "Novell GroupWise Messenger protokolo papildinys"
 
-#: ../libpurple/protocols/novell/novell.c:3564
 msgid "Server address"
 msgstr "Serverio adresas"
 
-#: ../libpurple/protocols/novell/novell.c:3568
 msgid "Server port"
 msgstr "Serverio prievadas"
 
-#: ../libpurple/protocols/oscar/family_chatnav.c:62
 msgid "Could not join chat room"
 msgstr "Nepavyko prisijungti prie pokalbių kambario"
 
-#: ../libpurple/protocols/oscar/family_chatnav.c:63
 msgid "Invalid chat room name"
 msgstr "Neteisingas pokalbių kambario pavadinimas"
 
-#: ../libpurple/protocols/oscar/flap_connection.c:437
-#: ../libpurple/protocols/qq/qq_network.c:281
-#: ../libpurple/protocols/yahoo/yahoo.c:2512
-#: ../libpurple/protocols/yahoo/yahoo.c:2680
-#: ../libpurple/protocols/yahoo/ycht.c:482 ../libpurple/proxy.c:616
-#: ../libpurple/proxy.c:1159 ../libpurple/proxy.c:1273
-#: ../libpurple/proxy.c:1379 ../libpurple/proxy.c:1532
 msgid "Server closed the connection."
 msgstr "Serveris uždarė jungtį."
 
-#: ../libpurple/protocols/oscar/flap_connection.c:439
-#: ../libpurple/protocols/yahoo/yahoo.c:2505
-#: ../libpurple/protocols/yahoo/yahoo.c:2673 ../libpurple/proxy.c:628
-#: ../libpurple/proxy.c:1171 ../libpurple/proxy.c:1285
-#: ../libpurple/proxy.c:1391 ../libpurple/proxy.c:1544
 #, c-format
 msgid ""
 "Lost connection with server:\n"
@@ -8846,10 +6167,6 @@
 "Dingo jungtis su serveriu:\n"
 "%s"
 
-#: ../libpurple/protocols/oscar/flap_connection.c:442
-#: ../libpurple/proxy.c:1188 ../libpurple/proxy.c:1218
-#: ../libpurple/proxy.c:1298 ../libpurple/proxy.c:1403
-#: ../libpurple/proxy.c:1493 ../libpurple/proxy.c:1557
 msgid "Received invalid data on connection with server."
 msgstr "Jungtimi su serveriu gauti neteisingi duomenys."
 
@@ -8874,8 +6191,6 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/protocols/oscar/libaim.c:118
-#: ../libpurple/protocols/oscar/libaim.c:120
 msgid "AIM Protocol Plugin"
 msgstr "AIM protokolo papildinys"
 
@@ -8898,43 +6213,31 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/protocols/oscar/libicq.c:118
-#: ../libpurple/protocols/oscar/libicq.c:120
 msgid "ICQ Protocol Plugin"
 msgstr "ICQ protokolo papildinys"
 
-#: ../libpurple/protocols/oscar/libicq.c:147
-#: ../libpurple/protocols/yahoo/yahoo.c:4463
-#: ../libpurple/protocols/zephyr/zephyr.c:2986
 msgid "Encoding"
 msgstr "Koduotė"
 
-#: ../libpurple/protocols/oscar/odc.c:42
 msgid "The remote user has closed the connection."
 msgstr "Nutolęs vartotojas uždarė jungtį."
 
-#: ../libpurple/protocols/oscar/odc.c:44
 msgid "The remote user has declined your request."
 msgstr "Nutolęs vartotojas atmetė Jūsų prašymą."
 
-#: ../libpurple/protocols/oscar/odc.c:46
 #, c-format
 msgid "Lost connection with the remote user:<br>%s"
 msgstr "Prarastas ryšys su nutolusiu vartotoju:<br>%s"
 
-#: ../libpurple/protocols/oscar/odc.c:49
 msgid "Received invalid data on connection with remote user."
 msgstr "Gauti neteisingi duomenys ryšiu su nutolusiu vartotoju."
 
-#: ../libpurple/protocols/oscar/odc.c:51
 msgid "Could not establish a connection with the remote user."
 msgstr "Nepavyko sukurti jungties su nutolusiu vartotoju."
 
-#: ../libpurple/protocols/oscar/odc.c:562
 msgid "Direct IM established"
 msgstr "Sukurtas tiesioginis pokalbių ryšis"
 
-#: ../libpurple/protocols/oscar/odc.c:600
 #, c-format
 msgid ""
 "%s tried to send you a %s file, but we only allow files up to %s over Direct "
@@ -8943,109 +6246,83 @@
 "%s bandė jums atsiųsti failą %s, tačiau tiesioginiu ryšiu failai leidžiami "
 "tik iki %s.  Pabandykite naudoti failų perdavimą vietoje tiesioginio ryšio.\n"
 
-#: ../libpurple/protocols/oscar/oft.c:656
 #, c-format
 msgid "File %s is %s, which is larger than the maximum size of %s."
 msgstr ""
 "Failas „%s“ yra %s dydžio – didesnis nei maksimalus leidžiamas dydis %s."
 
-#: ../libpurple/protocols/oscar/oscar.c:119
 msgid "Invalid error"
 msgstr "Neteisinga klaida"
 
-#: ../libpurple/protocols/oscar/oscar.c:120
 msgid "Invalid SNAC"
 msgstr "Neteisingas SNAC"
 
-#: ../libpurple/protocols/oscar/oscar.c:121
 msgid "Rate to host"
 msgstr "Sparta į mazgą"
 
-#: ../libpurple/protocols/oscar/oscar.c:122
 msgid "Rate to client"
 msgstr "Sparta į klientą"
 
-#: ../libpurple/protocols/oscar/oscar.c:124
 msgid "Service unavailable"
 msgstr "Tarnyba neprieinama"
 
-#: ../libpurple/protocols/oscar/oscar.c:125
 msgid "Service not defined"
 msgstr "Tarnyba neaprašyta"
 
-#: ../libpurple/protocols/oscar/oscar.c:126
 msgid "Obsolete SNAC"
 msgstr "SNAC pasenęs"
 
-#: ../libpurple/protocols/oscar/oscar.c:127
 msgid "Not supported by host"
 msgstr "Nepalaikoma mazgo"
 
-#: ../libpurple/protocols/oscar/oscar.c:128
 msgid "Not supported by client"
 msgstr "Nepalaikoma kliento"
 
-#: ../libpurple/protocols/oscar/oscar.c:129
 msgid "Refused by client"
 msgstr "Atsisakyta kliento"
 
-#: ../libpurple/protocols/oscar/oscar.c:130
 msgid "Reply too big"
 msgstr "Atsakas per didelis"
 
-#: ../libpurple/protocols/oscar/oscar.c:131
 msgid "Responses lost"
 msgstr "Prarasti atsakai"
 
-#: ../libpurple/protocols/oscar/oscar.c:132
 msgid "Request denied"
 msgstr "Užklausa negalima"
 
-#: ../libpurple/protocols/oscar/oscar.c:133
 msgid "Busted SNAC payload"
 msgstr "Neteisingas SNAC turinys"
 
-#: ../libpurple/protocols/oscar/oscar.c:134
 msgid "Insufficient rights"
 msgstr "Nepakankamos teisės"
 
-#: ../libpurple/protocols/oscar/oscar.c:135
 msgid "In local permit/deny"
 msgstr "Yra vietiniame leidimo ar draudimo sąraše"
 
-#: ../libpurple/protocols/oscar/oscar.c:136
 msgid "Warning level too high (sender)"
 msgstr "Per aukštas siuntėjo perspėjimo lygis"
 
-#: ../libpurple/protocols/oscar/oscar.c:137
 msgid "Warning level too high (receiver)"
 msgstr "Per aukštas gavėjo perspėjimo lygis"
 
-#: ../libpurple/protocols/oscar/oscar.c:138
 msgid "User temporarily unavailable"
 msgstr "Vartotojas laikinai neprieinamas"
 
-#: ../libpurple/protocols/oscar/oscar.c:139
 msgid "No match"
 msgstr "Nėra atitikmens"
 
-#: ../libpurple/protocols/oscar/oscar.c:140
 msgid "List overflow"
 msgstr "Sąrašo perpildymas"
 
-#: ../libpurple/protocols/oscar/oscar.c:141
 msgid "Request ambiguous"
 msgstr "Nevienareikšmė užklausa"
 
-#: ../libpurple/protocols/oscar/oscar.c:142
 msgid "Queue full"
 msgstr "Eilė pilna"
 
-#: ../libpurple/protocols/oscar/oscar.c:143
 msgid "Not while on AOL"
 msgstr "Negalima prisijungus per AOL"
 
-#: ../libpurple/protocols/oscar/oscar.c:351
 msgid ""
 "(There was an error receiving this message.  The buddy you are speaking with "
 "is probably using a different encoding than expected.  If you know what "
@@ -9057,7 +6334,6 @@
 "koduotę jis naudoja, galite ją nurodyti papildomose AIM/ICQ paskyros "
 "nuostatose."
 
-#: ../libpurple/protocols/oscar/oscar.c:460
 #, c-format
 msgid ""
 "(There was an error receiving this message.  Either you and %s have "
@@ -9068,138 +6344,96 @@
 
 #  Label
 #. Label
-#: ../libpurple/protocols/oscar/oscar.c:642 ../pidgin/gtkutils.c:2455
-#: ../pidgin/gtkutils.c:2485
-#: ../pidgin/plugins/gevolution/new_person_dialog.c:336
 msgid "Buddy Icon"
 msgstr "Vartotojo paveiksliukas"
 
-#: ../libpurple/protocols/oscar/oscar.c:645
 msgid "Voice"
 msgstr "Balsas"
 
-#: ../libpurple/protocols/oscar/oscar.c:648
 msgid "AIM Direct IM"
 msgstr "AIM tiesioginės greitosios žinutės"
 
-#: ../libpurple/protocols/oscar/oscar.c:654
-#: ../libpurple/protocols/oscar/oscar.c:6215
 msgid "Get File"
 msgstr "Gauti failai"
 
-#: ../libpurple/protocols/oscar/oscar.c:661
 msgid "Games"
 msgstr "Žaidimai"
 
-#: ../libpurple/protocols/oscar/oscar.c:664
 msgid "Add-Ins"
 msgstr "Papildiniai"
 
-#: ../libpurple/protocols/oscar/oscar.c:667
 msgid "Send Buddy List"
 msgstr "Nusiųsti bičiulių sąrašą"
 
-#: ../libpurple/protocols/oscar/oscar.c:670
 msgid "ICQ Direct Connect"
 msgstr "ICQ tiesioginė jungtis"
 
-#: ../libpurple/protocols/oscar/oscar.c:673
 msgid "AP User"
 msgstr "AP vartotojas"
 
-#: ../libpurple/protocols/oscar/oscar.c:676
 msgid "ICQ RTF"
 msgstr "ICQ RTF"
 
-#: ../libpurple/protocols/oscar/oscar.c:679
 msgid "Nihilist"
 msgstr "Nihilistas"
 
-#: ../libpurple/protocols/oscar/oscar.c:682
 msgid "ICQ Server Relay"
 msgstr "Perdavimas per ICQ serverį"
 
-#: ../libpurple/protocols/oscar/oscar.c:685
 msgid "Old ICQ UTF8"
 msgstr "Senas ICQ UTF8"
 
-#: ../libpurple/protocols/oscar/oscar.c:688
 msgid "Trillian Encryption"
 msgstr "Trillian užkodavimas"
 
-#: ../libpurple/protocols/oscar/oscar.c:691
 msgid "ICQ UTF8"
 msgstr "ICQ UTF8"
 
-#: ../libpurple/protocols/oscar/oscar.c:694
 msgid "Hiptop"
 msgstr "Hiptop"
 
-#: ../libpurple/protocols/oscar/oscar.c:697
 msgid "Security Enabled"
 msgstr "Su saugumu"
 
-#: ../libpurple/protocols/oscar/oscar.c:700
 msgid "Video Chat"
 msgstr "Vaizdinis pokalbis"
 
-#: ../libpurple/protocols/oscar/oscar.c:704
 msgid "iChat AV"
 msgstr "iChat AV"
 
-#: ../libpurple/protocols/oscar/oscar.c:707
 msgid "Live Video"
 msgstr "Tiesioginis vaizdas"
 
-#: ../libpurple/protocols/oscar/oscar.c:710
 msgid "Camera"
 msgstr "Kamera"
 
-#: ../libpurple/protocols/oscar/oscar.c:713
 msgid "Screen Sharing"
 msgstr "Ekrano dalinimasis"
 
-#: ../libpurple/protocols/oscar/oscar.c:731
-#: ../libpurple/protocols/oscar/oscar.c:5985
 msgid "Free For Chat"
 msgstr "Prieinamas pokalbiui"
 
-#: ../libpurple/protocols/oscar/oscar.c:735
-#: ../libpurple/protocols/oscar/oscar.c:6020
 msgid "Not Available"
 msgstr "Neprieinamas"
 
-#: ../libpurple/protocols/oscar/oscar.c:737
-#: ../libpurple/protocols/oscar/oscar.c:6006
 msgid "Occupied"
 msgstr "Užimtas"
 
-#: ../libpurple/protocols/oscar/oscar.c:741
 msgid "Web Aware"
 msgstr "Žinantis apie žiniatinklį"
 
-#: ../libpurple/protocols/oscar/oscar.c:743 ../libpurple/protocols/qq/qq.c:226
-#: ../libpurple/protocols/qq/qq.c:363
-#: ../libpurple/protocols/yahoo/yahoo.c:3159 ../libpurple/status.c:162
-#: ../pidgin/gtkdocklet.c:557 ../pidgin/gtkstatusbox.c:1092
 msgid "Invisible"
 msgstr "Nematomas"
 
-#: ../libpurple/protocols/oscar/oscar.c:951
-#: ../libpurple/protocols/oscar/oscar.c:3897
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:721 ../pidgin/gtkprefs.c:1207
 msgid "IP Address"
 msgstr "IP adresas"
 
-#: ../libpurple/protocols/oscar/oscar.c:957
 msgid "Warning Level"
 msgstr "Perspėjimo lygis"
 
-#: ../libpurple/protocols/oscar/oscar.c:967
 msgid "Buddy Comment"
 msgstr "Bičiulio komentaras"
 
-#: ../libpurple/protocols/oscar/oscar.c:1107
 #, c-format
 msgid ""
 "Could not connect to authentication server:\n"
@@ -9208,7 +6442,6 @@
 "Nepavyko prisijungti prie tapatybės nustatymo serverio:\n"
 "%s"
 
-#: ../libpurple/protocols/oscar/oscar.c:1115
 #, c-format
 msgid ""
 "Could not connect to BOS server:\n"
@@ -9217,20 +6450,16 @@
 "Nepavyko prisijungti prie BOS serverio:\n"
 "%s"
 
-#: ../libpurple/protocols/oscar/oscar.c:1155
 msgid "Username sent"
 msgstr "Vartotojo vardas nusiųstas"
 
-#: ../libpurple/protocols/oscar/oscar.c:1160
 msgid "Connection established, cookie sent"
 msgstr "Jungtis nustatyta, nusiųstas slapukas"
 
 #. TODO: Don't call this with ssi
-#: ../libpurple/protocols/oscar/oscar.c:1189
 msgid "Finalizing connection"
 msgstr "Pabaigiama jungtis"
 
-#: ../libpurple/protocols/oscar/oscar.c:1417
 #, c-format
 msgid ""
 "Unable to login: Could not sign on as %s because the username is invalid.  "
@@ -9243,32 +6472,22 @@
 "tik skaitmenis."
 
 #. Unregistered screen name
-#: ../libpurple/protocols/oscar/oscar.c:1503
-#: ../libpurple/protocols/yahoo/yahoo.c:2134
 msgid "Invalid username."
 msgstr "Neteisingas naudotojo vardas"
 
-#: ../libpurple/protocols/oscar/oscar.c:1509
-#: ../libpurple/protocols/qq/qq_process.c:156
-#: ../libpurple/protocols/simple/simple.c:1128
-#: ../libpurple/protocols/yahoo/yahoo.c:2156
 msgid "Incorrect password."
 msgstr "Neteisingas slaptažodis."
 
 #. Suspended account
-#: ../libpurple/protocols/oscar/oscar.c:1513
 msgid "Your account is currently suspended."
 msgstr "Jūsų abonentas šiuo metu suspenduotas."
 
 #. service temporarily unavailable
-#: ../libpurple/protocols/oscar/oscar.c:1518
 msgid "The AOL Instant Messenger service is temporarily unavailable."
 msgstr "AOL IM tarnyba laikinai neprieinama"
 
 #. screen name connecting too frequently
 #. IP address connecting too frequently
-#: ../libpurple/protocols/oscar/oscar.c:1522
-#: ../libpurple/protocols/oscar/oscar.c:1535
 msgid ""
 "You have been connecting and disconnecting too frequently. Wait ten minutes "
 "and try again. If you continue to try, you will need to wait even longer."
@@ -9277,45 +6496,33 @@
 "ir bandykite vėl. Jei vis tiek bandysite jungtis, Jums reikės laukti dar "
 "ilgiau."
 
-#: ../libpurple/protocols/oscar/oscar.c:1528
 #, c-format
 msgid "The client version you are using is too old. Please upgrade at %s"
 msgstr ""
 "Jūsų naudojama kliento programos versija yra per sena. Prašome atnaujinti "
 "svetainėje %s"
 
-#: ../libpurple/protocols/oscar/oscar.c:1568
 msgid "Could Not Connect"
 msgstr "Nepavyko prisijungti"
 
-#: ../libpurple/protocols/oscar/oscar.c:1572
 msgid "Received authorization"
 msgstr "Gauta prieigos teisė"
 
-#: ../libpurple/protocols/oscar/oscar.c:1595
 msgid "The SecurID key entered is invalid."
 msgstr "Įvestas SecurID raktas yra neteisingas."
 
-#: ../libpurple/protocols/oscar/oscar.c:1608
 msgid "Enter SecurID"
 msgstr "Įveskite SecurID"
 
-#: ../libpurple/protocols/oscar/oscar.c:1609
 msgid "Enter the 6 digit number from the digital display."
 msgstr "Įveskite 6 skaitmenų skaičių iš skaitmeninio displėjaus."
 
 #. *
 #. * A wrapper for purple_request_action() that uses @c OK and @c Cancel buttons.
 #.
-#: ../libpurple/protocols/oscar/oscar.c:1611
-#: ../libpurple/protocols/oscar/oscar.c:2482
-#: ../libpurple/protocols/oscar/oscar.c:2530
-#: ../libpurple/protocols/oscar/oscar.c:6090
-#: ../libpurple/protocols/oscar/oscar.c:6372 ../libpurple/request.h:1401
 msgid "_OK"
 msgstr "_Gerai"
 
-#: ../libpurple/protocols/oscar/oscar.c:1651
 #, c-format
 msgid ""
 "You may be disconnected shortly.  You may want to use TOC until this is "
@@ -9324,57 +6531,40 @@
 "Jus netrukus gali atjungti.  Galbūt norėsite naudoti TOC protokolą, kol tai "
 "nebus pataisyta.  Pasižiūrėkite %s, ar nėra atnaujinimų."
 
-#: ../libpurple/protocols/oscar/oscar.c:1655
-#: ../libpurple/protocols/oscar/oscar.c:1701
 msgid "Unable to get a valid AIM login hash."
 msgstr "Nepavyko gauti teisingos AIM prisijungimo maišos."
 
-#: ../libpurple/protocols/oscar/oscar.c:1697
-#: ../libpurple/protocols/oscar/oscar.c:1799
 #, c-format
 msgid "You may be disconnected shortly.  Check %s for updates."
 msgstr "Jus netrukus gali atjungti.  Patikrinkite %s, ar nėra atnaujinimų."
 
-#: ../libpurple/protocols/oscar/oscar.c:1803
 msgid "Unable to get a valid login hash."
 msgstr "Nepavyko gauti teisingos prisijungimo maišos."
 
 #. allow multple logins?
-#: ../libpurple/protocols/oscar/oscar.c:1834
 msgid "Password sent"
 msgstr "Išsiųstas slaptažodis"
 
-#: ../libpurple/protocols/oscar/oscar.c:1890
 msgid "Unable to initialize connection"
 msgstr "Nepavyko sukurti jungties"
 
-#: ../libpurple/protocols/oscar/oscar.c:2451
 msgid "Please authorize me so I can add you to my buddy list."
 msgstr ""
 "Prašau suteikti man prieigos teisę, kad aš galėčiau įtraukti Jus į savo "
 "bičiulių sąrašą."
 
-#: ../libpurple/protocols/oscar/oscar.c:2480
 msgid "Authorization Request Message:"
 msgstr "Prieigos teisės prašymo žinutė:"
 
-#: ../libpurple/protocols/oscar/oscar.c:2481
 msgid "Please authorize me!"
 msgstr "Prašau suteikti man prieigos teisę!"
 
-#: ../libpurple/protocols/oscar/oscar.c:2521
-#: ../libpurple/protocols/oscar/oscar.c:2529
-#: ../libpurple/protocols/oscar/oscar.c:2656
-#: ../libpurple/protocols/oscar/oscar.c:5493
-#: ../libpurple/protocols/yahoo/yahoo.c:992
 msgid "No reason given."
 msgstr "Nenurodyta priežastis."
 
-#: ../libpurple/protocols/oscar/oscar.c:2528
 msgid "Authorization Denied Message:"
 msgstr "Prieigos teisės nesuteikimo žinutė:"
 
-#: ../libpurple/protocols/oscar/oscar.c:2656
 #, c-format
 msgid ""
 "The user %u has denied your request to add them to your buddy list for the "
@@ -9385,17 +6575,14 @@
 "šios priežasties:\n"
 "%s"
 
-#: ../libpurple/protocols/oscar/oscar.c:2657
 msgid "ICQ authorization denied."
 msgstr "ICQ prieigos teisė nesuteikta."
 
 #. Someone has granted you authorization
-#: ../libpurple/protocols/oscar/oscar.c:2664
 #, c-format
 msgid "The user %u has granted your request to add them to your buddy list."
 msgstr "Vartotojas %u suteikė Jums teisę įtraukti jį į Jūsų bičiulių sąrašą."
 
-#: ../libpurple/protocols/oscar/oscar.c:2672
 #, c-format
 msgid ""
 "You have received a special message\n"
@@ -9408,7 +6595,6 @@
 "Nuo: %s [%s]\n"
 "%s"
 
-#: ../libpurple/protocols/oscar/oscar.c:2680
 #, c-format
 msgid ""
 "You have received an ICQ page\n"
@@ -9421,7 +6607,6 @@
 "Nuo: %s [%s]\n"
 "%s"
 
-#: ../libpurple/protocols/oscar/oscar.c:2688
 #, c-format
 msgid ""
 "You have received an ICQ email from %s [%s]\n"
@@ -9434,24 +6619,19 @@
 "Laiškas yra:\n"
 "%s"
 
-#: ../libpurple/protocols/oscar/oscar.c:2709
 #, c-format
 msgid "ICQ user %u has sent you a buddy: %s (%s)"
 msgstr "ICQ vartotojas %u atsiuntė bičiulio adresą: %s (%s)"
 
-#: ../libpurple/protocols/oscar/oscar.c:2715
 msgid "Do you want to add this buddy to your buddy list?"
 msgstr "Ar norite įtraukti šį bičiulį į Jūsų bičiulių sąrašą?"
 
-#: ../libpurple/protocols/oscar/oscar.c:2720 ../pidgin/gtkroomlist.c:315
 msgid "_Add"
 msgstr "_Pridėti"
 
-#: ../libpurple/protocols/oscar/oscar.c:2721
 msgid "_Decline"
 msgstr "_Atsisakyti"
 
-#: ../libpurple/protocols/oscar/oscar.c:2845
 #, c-format
 msgid "You missed %hu message from %s because it was invalid."
 msgid_plural "You missed %hu messages from %s because they were invalid."
@@ -9459,7 +6639,6 @@
 msgstr[1] "Jūs praleidote %hu neteisingus pranešimus nuo vartotojo %s."
 msgstr[2] "Jūs praleidote %hu neteisingų pranešimų nuo vartotojo %s."
 
-#: ../libpurple/protocols/oscar/oscar.c:2854
 #, c-format
 msgid "You missed %hu message from %s because it was too large."
 msgid_plural "You missed %hu messages from %s because they were too large."
@@ -9467,7 +6646,6 @@
 msgstr[1] "Jūs praleidote %hu per ilgus pranešimus nuo vartotojo %s."
 msgstr[2] "Jūs praleidote %hu per ilgų pranešimų nuo vartotojo %s."
 
-#: ../libpurple/protocols/oscar/oscar.c:2863
 #, c-format
 msgid ""
 "You missed %hu message from %s because the rate limit has been exceeded."
@@ -9480,26 +6658,35 @@
 msgstr[2] ""
 "Jūs praleidote %hu pranešimų nuo vartotojo %s, kadangi viršyta spartos riba."
 
-#: ../libpurple/protocols/oscar/oscar.c:2872
 #, c-format
 msgid ""
 "You missed %hu message from %s because his/her warning level is too high."
 msgid_plural ""
 "You missed %hu messages from %s because his/her warning level is too high."
-msgstr[0] "Jūs praleidote %hu žinutę nuo vartotojo %s, kadangi jo/jos perspėjimo lygis yra per aukštas."
-msgstr[1] "Jūs praleidote %hu žinutes nuo vartotojo %s, kadangi jo/jos perspėjimo lygis yra per aukštas."
-msgstr[2] "Jūs praleidote %hu žinučių nuo vartotojo %s, kadangi jo/jos perspėjimo lygis yra yra per aukštas."
-
-#: ../libpurple/protocols/oscar/oscar.c:2881
+msgstr[0] ""
+"Jūs praleidote %hu žinutę nuo vartotojo %s, kadangi jo/jos perspėjimo lygis "
+"yra per aukštas."
+msgstr[1] ""
+"Jūs praleidote %hu žinutes nuo vartotojo %s, kadangi jo/jos perspėjimo lygis "
+"yra per aukštas."
+msgstr[2] ""
+"Jūs praleidote %hu žinučių nuo vartotojo %s, kadangi jo/jos perspėjimo lygis "
+"yra yra per aukštas."
+
 #, c-format
 msgid "You missed %hu message from %s because your warning level is too high."
 msgid_plural ""
 "You missed %hu messages from %s because your warning level is too high."
-msgstr[0] "Jūs praleidote %hu žinutę nuo vartotojo %s, kadangi Jūsų perspėjimo lygis yra per aukštas."
-msgstr[1] "Jūs praleidote %hu žinutes nuo vartotojo %s, kadangi Jūsų perspėjimo lygis yra per aukštas."
-msgstr[2] "Jūs praleidote %hu žinučių nuo vartotojo %s, kadangi Jūsų perspėjimo lygis yra per aukštas."
-
-#: ../libpurple/protocols/oscar/oscar.c:2890
+msgstr[0] ""
+"Jūs praleidote %hu žinutę nuo vartotojo %s, kadangi Jūsų perspėjimo lygis "
+"yra per aukštas."
+msgstr[1] ""
+"Jūs praleidote %hu žinutes nuo vartotojo %s, kadangi Jūsų perspėjimo lygis "
+"yra per aukštas."
+msgstr[2] ""
+"Jūs praleidote %hu žinučių nuo vartotojo %s, kadangi Jūsų perspėjimo lygis "
+"yra per aukštas."
+
 #, c-format
 msgid "You missed %hu message from %s for an unknown reason."
 msgid_plural "You missed %hu messages from %s for an unknown reason."
@@ -9512,44 +6699,32 @@
 
 #  Data is assumed to be the destination sn
 #. Data is assumed to be the destination sn
-#: ../libpurple/protocols/oscar/oscar.c:3045
 #, c-format
 msgid "Unable to send message: %s"
 msgstr "Negalima išsiųsti žinutės: %s"
 
-#: ../libpurple/protocols/oscar/oscar.c:3045
-#: ../libpurple/protocols/oscar/oscar.c:3050
-#: ../libpurple/protocols/oscar/oscar.c:3114
 msgid "Unknown reason."
 msgstr "Nežinoma priežastis."
 
-#: ../libpurple/protocols/oscar/oscar.c:3048
-#: ../libpurple/protocols/sametime/sametime.c:2461
 #, c-format
 msgid "Unable to send message to %s:"
 msgstr "Negalima išsiųsti žinutės vartotojui %s:"
 
-#: ../libpurple/protocols/oscar/oscar.c:3114
 #, c-format
 msgid "User information not available: %s"
 msgstr "Vartotojo informacija neprieinama: %s"
 
-#: ../libpurple/protocols/oscar/oscar.c:3151
 msgid "Online Since"
 msgstr "Prisijungęs nuo"
 
-#: ../libpurple/protocols/oscar/oscar.c:3156
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1188
 msgid "Member Since"
 msgstr "Narys nuo"
 
-#: ../libpurple/protocols/oscar/oscar.c:3250
 msgid "Your AIM connection may be lost."
 msgstr "Jūsų AIM jungtis gali būti prarasta."
 
 #  The conversion failed!
 #. The conversion failed!
-#: ../libpurple/protocols/oscar/oscar.c:3438
 msgid ""
 "[Unable to display a message from this user because it contained invalid "
 "characters.]"
@@ -9557,7 +6732,6 @@
 "[Negalima pavaizduoti žinutės nuo šio vartotojo, kadangi joje yra neteisingų "
 "simbolių.]"
 
-#: ../libpurple/protocols/oscar/oscar.c:3602
 msgid ""
 "The last action you attempted could not be performed because you are over "
 "the rate limit. Please wait 10 seconds and try again."
@@ -9565,55 +6739,39 @@
 "Paskutinis Jūsų bandytas veiksmas negalėjo būti įvykdytas, nes Jūs viršyjate "
 "spartos ribą. Prašome palaukti 10 sekundžių ir bandyti iš naujo."
 
-#: ../libpurple/protocols/oscar/oscar.c:3687
-#: ../libpurple/protocols/toc/toc.c:977
 #, c-format
 msgid "You have been disconnected from chat room %s."
 msgstr "Jūs buvote atjungtas nuo pokalbių kambario %s."
 
-#: ../libpurple/protocols/oscar/oscar.c:3919
-#: ../libpurple/protocols/silc/util.c:591
-#: ../libpurple/protocols/silc10/util.c:586
 msgid "Mobile Phone"
 msgstr "Mobilus telefonas"
 
-#: ../libpurple/protocols/oscar/oscar.c:3948
 msgid "Personal Web Page"
 msgstr "Asmeninė svetainė"
 
 #. aim_userinfo_t
 #. strip_html_tags
-#: ../libpurple/protocols/oscar/oscar.c:3956
-#: ../libpurple/protocols/qq/buddy_info.c:41
 msgid "Additional Information"
 msgstr "Papildoma informacija"
 
-#: ../libpurple/protocols/oscar/oscar.c:3965
-#: ../libpurple/protocols/oscar/oscar.c:3973
 msgid "Zip Code"
 msgstr "Pašto kodas"
 
-#: ../libpurple/protocols/oscar/oscar.c:3976
 msgid "Work Information"
 msgstr "Darbovietės informacija"
 
-#: ../libpurple/protocols/oscar/oscar.c:3979
 msgid "Division"
 msgstr "Skyrius"
 
-#: ../libpurple/protocols/oscar/oscar.c:3980
 msgid "Position"
 msgstr "Pareigos"
 
-#: ../libpurple/protocols/oscar/oscar.c:3984
 msgid "Web Page"
 msgstr "Svetainė"
 
-#: ../libpurple/protocols/oscar/oscar.c:4042
 msgid "Pop-Up Message"
 msgstr "Iššokanti žinutė"
 
-#: ../libpurple/protocols/oscar/oscar.c:4082
 #, c-format
 msgid "The following username is associated with %s"
 msgid_plural "The following usernames are associated with %s"
@@ -9621,21 +6779,17 @@
 msgstr[1] "Tolesni naudotojų vardai yra susieti su %s"
 msgstr[2] "Tolesni naudotojų vardai yra susieti su %s"
 
-#: ../libpurple/protocols/oscar/oscar.c:4113
 #, c-format
 msgid "No results found for email address %s"
 msgstr "Pagal el. pašto adresą %s jokių rezultatų nerasta"
 
-#: ../libpurple/protocols/oscar/oscar.c:4134
 #, c-format
 msgid "You should receive an email asking to confirm %s."
 msgstr "Jūs turėtumėte gauti el. laišką, prašantį patvirtinti %s."
 
-#: ../libpurple/protocols/oscar/oscar.c:4136
 msgid "Account Confirmation Requested"
 msgstr "Paprašyta abonento patvirtinimo"
 
-#: ../libpurple/protocols/oscar/oscar.c:4169
 #, c-format
 msgid ""
 "Error 0x%04x: Unable to format username because the requested name differs "
@@ -9644,14 +6798,12 @@
 "Klaida 0x%04x: neįmanoma taikyti formato naudotojo vardui, nes paprašytasis "
 "vardas skiriasi nuo pradinio vardo."
 
-#: ../libpurple/protocols/oscar/oscar.c:4171
 #, c-format
 msgid "Error 0x%04x: Unable to format username because it is invalid."
 msgstr ""
 "Klaida 0x%04x: neįmanoma taikyti formato naudotojo vardui, nes paprašytasis "
 "vardas yra neteisingas."
 
-#: ../libpurple/protocols/oscar/oscar.c:4173
 #, c-format
 msgid ""
 "Error 0x%04x: Unable to format username because the requested name is too "
@@ -9660,7 +6812,6 @@
 "Klaida 0x%04x: neįmanoma taikyti formato naudotojo vardui, nes paprašytasis "
 "vardas yra per ilgas."
 
-#: ../libpurple/protocols/oscar/oscar.c:4175
 #, c-format
 msgid ""
 "Error 0x%04x: Unable to change email address because there is already a "
@@ -9669,7 +6820,6 @@
 "Klaida 0x%04x: neįmanoma pakeisti el. pašto adreso, kadangi šiuo metu laukia "
 "užklausa šiam naudotojo vardui."
 
-#: ../libpurple/protocols/oscar/oscar.c:4177
 #, c-format
 msgid ""
 "Error 0x%04x: Unable to change email address because the given address has "
@@ -9678,7 +6828,6 @@
 "Klaida 0x%04x: neįmanoma pakeisti el. pašto adreso, kadangi duotas adresas "
 "turi per daug su juo susietų naudotojų vardų."
 
-#: ../libpurple/protocols/oscar/oscar.c:4179
 #, c-format
 msgid ""
 "Error 0x%04x: Unable to change email address because the given address is "
@@ -9687,36 +6836,29 @@
 "Klaida 0x%04x: neįmanoma pakeisti el. pašto adreso, kadangi duotas adresas "
 "yra neteisingas."
 
-#: ../libpurple/protocols/oscar/oscar.c:4181
 #, c-format
 msgid "Error 0x%04x: Unknown error."
 msgstr "Klaida 0x%04x: nežinoma klaida."
 
-#: ../libpurple/protocols/oscar/oscar.c:4183
 msgid "Error Changing Account Info"
 msgstr "Abonento informacijos keitimo klaida"
 
-#: ../libpurple/protocols/oscar/oscar.c:4189
 #, c-format
 msgid "The email address for %s is %s"
 msgstr "Vartotojo %s el. pašto adresas yra %s"
 
-#: ../libpurple/protocols/oscar/oscar.c:4191
 msgid "Account Info"
 msgstr "Abonento informacija"
 
-#: ../libpurple/protocols/oscar/oscar.c:4377
 msgid ""
 "Your IM Image was not sent. You must be Direct Connected to send IM Images."
 msgstr ""
 "Jūsų IM vaizdas negalėjo būti išsiųstas. IM vaizdų siuntimui jūs turite būti "
 "tiesiogiai prisijungęs."
 
-#: ../libpurple/protocols/oscar/oscar.c:4648
 msgid "Unable to set AIM profile."
 msgstr "Negalima nustatyti AIM profilio."
 
-#: ../libpurple/protocols/oscar/oscar.c:4649
 msgid ""
 "You have probably requested to set your profile before the login procedure "
 "completed.  Your profile remains unset; try setting it again when you are "
@@ -9726,7 +6868,6 @@
 "procedūrai.  Jūsų profilis lieka nenustatytas.  Pabandykite jį nustatyti dar "
 "kartą, kai būsite galutinai prisijungęs."
 
-#: ../libpurple/protocols/oscar/oscar.c:4663
 #, c-format
 msgid ""
 "The maximum profile length of %d byte has been exceeded.  It has been "
@@ -9744,11 +6885,9 @@
 "Viršytas maksimalus %d baitų profilio ilgis, todėl profilis buvo "
 "sutrumpintas."
 
-#: ../libpurple/protocols/oscar/oscar.c:4668
 msgid "Profile too long."
 msgstr "Profilis per ilgas."
 
-#: ../libpurple/protocols/oscar/oscar.c:4712
 #, c-format
 msgid ""
 "The maximum away message length of %d byte has been exceeded.  It has been "
@@ -9766,11 +6905,9 @@
 "Viršytas maksimalus %d baitų pasitraukimo žinutės ilgis, todėl žinutė buvo "
 "sutrumpinta."
 
-#: ../libpurple/protocols/oscar/oscar.c:4717
 msgid "Away message too long."
 msgstr "Pasitraukimo žinutė per ilga."
 
-#: ../libpurple/protocols/oscar/oscar.c:4790
 #, c-format
 msgid ""
 "Could not add the buddy %s because the username is invalid.  Usernames must "
@@ -9781,17 +6918,12 @@
 "turi būti arba teisingi el. pašto adresai, arba turi prasidėti raide ir "
 "turėti tik raides, skaitmenis ir tarpus, arba turėti tik skaitmenis."
 
-#: ../libpurple/protocols/oscar/oscar.c:4792
-#: ../libpurple/protocols/oscar/oscar.c:5262
-#: ../libpurple/protocols/oscar/oscar.c:5277
 msgid "Unable To Add"
 msgstr "Negalima pridėti"
 
-#: ../libpurple/protocols/oscar/oscar.c:4911
 msgid "Unable To Retrieve Buddy List"
 msgstr "Negalima gauti bičiulių sąrašo"
 
-#: ../libpurple/protocols/oscar/oscar.c:4912
 msgid ""
 "The AIM servers were temporarily unable to send your buddy list.  Your buddy "
 "list is not lost, and will probably become available in a few minutes."
@@ -9799,15 +6931,9 @@
 "AIM serveriai laikinai negalėjo išsiųsti Jūsų bičiulių sąrašo.  Jis nėra "
 "prarastas ir greičiausiai taps prieinamas už kelių minučių."
 
-#: ../libpurple/protocols/oscar/oscar.c:5103
-#: ../libpurple/protocols/oscar/oscar.c:5105
-#: ../libpurple/protocols/oscar/oscar.c:5344
-#: ../libpurple/protocols/oscar/oscar.c:5345
-#: ../libpurple/protocols/oscar/oscar.c:5350
 msgid "Orphans"
 msgstr "Našlaičiai"
 
-#: ../libpurple/protocols/oscar/oscar.c:5260
 #, c-format
 msgid ""
 "Could not add the buddy %s because you have too many buddies in your buddy "
@@ -9816,17 +6942,13 @@
 "Nepavyko pridėti bičiulio %s, nes Jūs turite per daug bičiulių savo bičiulių "
 "sąraše.  Prašome vieną pašalinti ir bandyti iš naujo."
 
-#: ../libpurple/protocols/oscar/oscar.c:5260
-#: ../libpurple/protocols/oscar/oscar.c:5275
 msgid "(no name)"
 msgstr "(nėra vardo)"
 
-#: ../libpurple/protocols/oscar/oscar.c:5274
 #, c-format
 msgid "Could not add the buddy %s for an unknown reason."
 msgstr "Bičiulio %s pridėti nepavyko dėl nežinamos priežasties."
 
-#: ../libpurple/protocols/oscar/oscar.c:5408
 #, c-format
 msgid ""
 "The user %s has given you permission to add him or her to your buddy list.  "
@@ -9835,23 +6957,19 @@
 "Naudotojas %s suteikė Jums teisę pridėti jį į savo bičiulių sąrašą.  Ar "
 "norite tai padaryti?"
 
-#: ../libpurple/protocols/oscar/oscar.c:5416
 msgid "Authorization Given"
 msgstr "Suteikta prieigos teisė"
 
 #. Granted
-#: ../libpurple/protocols/oscar/oscar.c:5489
 #, c-format
 msgid "The user %s has granted your request to add them to your buddy list."
 msgstr ""
 "Vartotojas %s patenkino Jūsų prašymą įtrauktį jį į Jūsų bičiulių sarašą."
 
-#: ../libpurple/protocols/oscar/oscar.c:5490
 msgid "Authorization Granted"
 msgstr "Suteikta prieigos teisė"
 
 #. Denied
-#: ../libpurple/protocols/oscar/oscar.c:5493
 #, c-format
 msgid ""
 "The user %s has denied your request to add them to your buddy list for the "
@@ -9862,40 +6980,31 @@
 "šios priežasties:\n"
 "%s"
 
-#: ../libpurple/protocols/oscar/oscar.c:5494
 msgid "Authorization Denied"
 msgstr "Nesuteikta prieigos teisė"
 
-#: ../libpurple/protocols/oscar/oscar.c:5530
-#: ../libpurple/protocols/toc/toc.c:1371
 msgid "_Exchange:"
 msgstr "Kom_utatorius:"
 
-#: ../libpurple/protocols/oscar/oscar.c:5643
 msgid "Your IM Image was not sent. You cannot send IM Images in AIM chats."
 msgstr ""
 "Jūsų IM vaizdas nebuvo nusiųstas. Jūs negalite siųsti IM vaizdų AIM "
 "pokalbiuose."
 
-#: ../libpurple/protocols/oscar/oscar.c:5979
 msgid "iTunes Music Store Link"
 msgstr "Muzikos parduotuvės „iTunes“ nuoroda"
 
-#: ../libpurple/protocols/oscar/oscar.c:6087
 #, c-format
 msgid "Buddy Comment for %s"
 msgstr "Bičiulio komentaras apie %s"
 
-#: ../libpurple/protocols/oscar/oscar.c:6088
 msgid "Buddy Comment:"
 msgstr "Bičiulio komentaras:"
 
-#: ../libpurple/protocols/oscar/oscar.c:6135
 #, c-format
 msgid "You have selected to open a Direct IM connection with %s."
 msgstr "Jūs pasirinkote sukurti tiesioginį ryšį su %s."
 
-#: ../libpurple/protocols/oscar/oscar.c:6139
 msgid ""
 "Because this reveals your IP address, it may be considered a security risk.  "
 "Do you wish to continue?"
@@ -9903,68 +7012,52 @@
 "Kadangi tai atskleidžia Jūsų IP adresą, tai gali būti pavojus saugumui.  Ar "
 "norite tęsti?"
 
-#: ../libpurple/protocols/oscar/oscar.c:6145
-#: ../libpurple/protocols/oscar/peer.c:1047
 msgid "C_onnect"
 msgstr "_Jungtis"
 
-#: ../libpurple/protocols/oscar/oscar.c:6180
 msgid "Get AIM Info"
 msgstr "Gauti AIM informaciją"
 
-#: ../libpurple/protocols/oscar/oscar.c:6186
 msgid "Edit Buddy Comment"
 msgstr "Redaguoti bičiulio komentarą"
 
-#: ../libpurple/protocols/oscar/oscar.c:6194
 msgid "Get Status Msg"
 msgstr "Gauti būsenos pranešimą"
 
-#: ../libpurple/protocols/oscar/oscar.c:6207
 msgid "Direct IM"
 msgstr "Tiesioginis ryšys"
 
-#: ../libpurple/protocols/oscar/oscar.c:6229
 msgid "Re-request Authorization"
 msgstr "Iš naujo paprašyti prieigos teisės"
 
-#: ../libpurple/protocols/oscar/oscar.c:6288
 msgid "Require authorization"
 msgstr "Būtina prieigos teisė"
 
-#: ../libpurple/protocols/oscar/oscar.c:6291
 msgid "Web aware (enabling this will cause you to receive SPAM!)"
 msgstr ""
 "Pasiekiamas per žiniatinklį (angl. web aware).  Parinkties aktyvavimas gali "
 "tapti šlamšto gavimo priežastimi!"
 
-#: ../libpurple/protocols/oscar/oscar.c:6296
 msgid "ICQ Privacy Options"
 msgstr "ICQ privatumo parinktys"
 
-#: ../libpurple/protocols/oscar/oscar.c:6316
 msgid "The new formatting is invalid."
 msgstr "Nauja formato informacija yra neteisinga."
 
-#: ../libpurple/protocols/oscar/oscar.c:6317
 msgid "Username formatting can change only capitalization and whitespace."
 msgstr ""
 "Naudotojo vardo formatavimas gali pakeisti tik keitimą didžiosiomis raidėmis "
 "ir matomus tarpus."
 
-#: ../libpurple/protocols/oscar/oscar.c:6370
 msgid "Change Address To:"
 msgstr "Pakeisti adresą į:"
 
-#: ../libpurple/protocols/oscar/oscar.c:6416
 msgid "<i>you are not waiting for authorization</i>"
 msgstr "<i>jūs nelaukiate prieigos suteikimo</i>"
 
-#: ../libpurple/protocols/oscar/oscar.c:6419
 msgid "You are awaiting authorization from the following buddies"
 msgstr "Jūs laukiate prieigos suteikimo iš šių bičiulių"
 
-#: ../libpurple/protocols/oscar/oscar.c:6420
 msgid ""
 "You can re-request authorization from these buddies by right-clicking on "
 "them and selecting \"Re-request Authorization.\""
@@ -9973,65 +7066,50 @@
 "spragtelėdamas dešiniuoju klavišu ant jų ir pasirinkdamas „Iš naujo "
 "paprašyti prieigos teisės“."
 
-#: ../libpurple/protocols/oscar/oscar.c:6437
 msgid "Find Buddy by Email"
 msgstr "Surasti bičiulį pagal el. pašto adresą"
 
-#: ../libpurple/protocols/oscar/oscar.c:6438
 msgid "Search for a buddy by email address"
 msgstr "Ieškoti bičiulio pagal el. pašto adresą"
 
-#: ../libpurple/protocols/oscar/oscar.c:6439
 msgid "Type the email address of the buddy you are searching for."
 msgstr "Įveskite bičiulio, kurio ieškote, el. pašto adresą."
 
-#: ../libpurple/protocols/oscar/oscar.c:6442
 msgid "_Search"
 msgstr "_Ieškoti"
 
-#: ../libpurple/protocols/oscar/oscar.c:6597
 msgid "Set User Info (web)..."
 msgstr "Nustatyti naudotojo informaciją (žiniatinklis)..."
 
-#: ../libpurple/protocols/oscar/oscar.c:6608
 msgid "Change Password (web)"
 msgstr "Pakeisti slaptažodį (žiniatinklis)..."
 
-#: ../libpurple/protocols/oscar/oscar.c:6612
 msgid "Configure IM Forwarding (web)"
 msgstr "Konfigūruoti žinučių persiuntimą (žiniatinklis)..."
 
 #. ICQ actions
-#: ../libpurple/protocols/oscar/oscar.c:6622
 msgid "Set Privacy Options..."
 msgstr "Nustatyti privatumo parinktis..."
 
 #. AIM actions
-#: ../libpurple/protocols/oscar/oscar.c:6629
 msgid "Confirm Account"
 msgstr "Patvirtinti abonentą"
 
-#: ../libpurple/protocols/oscar/oscar.c:6633
 msgid "Display Currently Registered Email Address"
 msgstr "Parodyti šiuo metu registruotą el. pašto adresą"
 
-#: ../libpurple/protocols/oscar/oscar.c:6637
 msgid "Change Currently Registered Email Address..."
 msgstr "Pakeisti šiuo metu registruotą el. pašto adresą..."
 
-#: ../libpurple/protocols/oscar/oscar.c:6644
 msgid "Show Buddies Awaiting Authorization"
 msgstr "Parodyti bičiulius, laukiančius prieigos suteikimo"
 
-#: ../libpurple/protocols/oscar/oscar.c:6650
 msgid "Search for Buddy by Email Address..."
 msgstr "Ieškoti bičiulio pagal el. pašto adresą..."
 
-#: ../libpurple/protocols/oscar/oscar.c:6655
 msgid "Search for Buddy by Information"
 msgstr "Ieškoti bičiulio pagal informaciją"
 
-#: ../libpurple/protocols/oscar/oscar.c:6843
 msgid ""
 "Always use AIM/ICQ proxy server for\n"
 "file transfers and direct IM (slower,\n"
@@ -10040,30 +7118,24 @@
 "Visada naudoti ICQ tarpininkaujantį serverį failų perdavimams ir "
 "tiesioginiam bendravimui (lėčiau, bet neatskleidžia Jūsų IP adreso.)"
 
-#: ../libpurple/protocols/oscar/oscar.c:6847
 msgid "Allow multiple simultaneous logins"
 msgstr "Leisti kelis prisijungimus vienu metu"
 
-#: ../libpurple/protocols/oscar/peer.c:699
 #, c-format
 msgid "Asking %s to connect to us at %s:%hu for Direct IM."
 msgstr "Prašoma %s prisijungti prie mūsų tiesioginiu ryšiu adresu %s:%hu."
 
-#: ../libpurple/protocols/oscar/peer.c:784
 #, c-format
 msgid "Attempting to connect to %s:%hu."
 msgstr "Bandoma prisijungti prie %s:%hu."
 
-#: ../libpurple/protocols/oscar/peer.c:858
 msgid "Attempting to connect via proxy server."
 msgstr "Bandoma jungtis per tarpininką serverį."
 
-#: ../libpurple/protocols/oscar/peer.c:1035
 #, c-format
 msgid "%s has just asked to directly connect to %s"
 msgstr "%s ką tik paprašė tiesiogiai prisijungti prie %s"
 
-#: ../libpurple/protocols/oscar/peer.c:1039
 msgid ""
 "This requires a direct connection between the two computers and is necessary "
 "for IM Images.  Because your IP address will be revealed, this may be "
@@ -10073,169 +7145,127 @@
 "vaizdams.  Kadangi Jūsų IP adresas bus atskleistas, tai gali būti privatumo "
 "rizika."
 
-#: ../libpurple/protocols/qq/buddy_info.c:40
 msgid "Primary Information"
 msgstr "Pagrindinė informacija"
 
-#: ../libpurple/protocols/qq/buddy_info.c:42
 msgid "Personal Introduction"
 msgstr "Asmeninis prisistatymas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:43
 msgid "QQ Number"
 msgstr "QQ numeris"
 
 #  Country
-#: ../libpurple/protocols/qq/buddy_info.c:48
 msgid "Country/Region"
 msgstr "Šalis ar regionas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:49
 msgid "Province/State"
 msgstr "Provincija ar valstija"
 
-#: ../libpurple/protocols/qq/buddy_info.c:51
 msgid "Horoscope Symbol"
 msgstr "Kinų horoskopo ženklas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:53
 msgid "Zodiac Sign"
 msgstr "Zodiako ženklas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:54
 msgid "Blood Type"
 msgstr "Kraujo grupė"
 
-#: ../libpurple/protocols/qq/buddy_info.c:55
 msgid "College"
 msgstr "Koledžas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:58
 msgid "Zipcode"
 msgstr "Pašto kodas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:59
 msgid "Cellphone Number"
 msgstr "Mobilus telefonas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:60
 msgid "Phone Number"
 msgstr "Telefonas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:65
 msgid "Aquarius"
 msgstr "Vandenis"
 
-#: ../libpurple/protocols/qq/buddy_info.c:65
 msgid "Pisces"
 msgstr "Žuvys"
 
-#: ../libpurple/protocols/qq/buddy_info.c:65
 msgid "Aries"
 msgstr "Avinas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:65
 msgid "Taurus"
 msgstr "Jautis"
 
-#: ../libpurple/protocols/qq/buddy_info.c:66
 msgid "Gemini"
 msgstr "Dvyniai"
 
-#: ../libpurple/protocols/qq/buddy_info.c:66
 msgid "Cancer"
 msgstr "Vėžys"
 
-#: ../libpurple/protocols/qq/buddy_info.c:66
 msgid "Leo"
 msgstr "Liūtas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:66
 msgid "Virgo"
 msgstr "Mergelė"
 
-#: ../libpurple/protocols/qq/buddy_info.c:66
 msgid "Libra"
 msgstr "Svarstyklės"
 
-#: ../libpurple/protocols/qq/buddy_info.c:67
 msgid "Scorpio"
 msgstr "Skorpionas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:67
 msgid "Sagittarius"
 msgstr "Šaulys"
 
-#: ../libpurple/protocols/qq/buddy_info.c:67
 msgid "Capricorn"
 msgstr "Ožiaragis"
 
-#: ../libpurple/protocols/qq/buddy_info.c:72
 msgid "Rat"
 msgstr "Žiurkė"
 
-#: ../libpurple/protocols/qq/buddy_info.c:72
 msgid "Ox"
 msgstr "Jautis"
 
-#: ../libpurple/protocols/qq/buddy_info.c:72
 msgid "Tiger"
 msgstr "Tigras"
 
-#: ../libpurple/protocols/qq/buddy_info.c:72
 msgid "Rabbit"
 msgstr "Triušis"
 
-#: ../libpurple/protocols/qq/buddy_info.c:73
 msgid "Dragon"
 msgstr "Drakonas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:73
 msgid "Snake"
 msgstr "Gyvatė"
 
-#: ../libpurple/protocols/qq/buddy_info.c:73
 msgid "Horse"
 msgstr "Arklys"
 
-#: ../libpurple/protocols/qq/buddy_info.c:73
 msgid "Goat"
 msgstr "Ožys"
 
-#: ../libpurple/protocols/qq/buddy_info.c:73
 msgid "Monkey"
 msgstr "Beždžionė"
 
-#: ../libpurple/protocols/qq/buddy_info.c:74
 msgid "Rooster"
 msgstr "Gaidys"
 
-#: ../libpurple/protocols/qq/buddy_info.c:74
 msgid "Dog"
 msgstr "Šuo"
 
-#: ../libpurple/protocols/qq/buddy_info.c:74
 msgid "Pig"
 msgstr "Kiaulė"
 
-#: ../libpurple/protocols/qq/buddy_info.c:79
 msgid "Other"
 msgstr "Kitas"
 
-#: ../libpurple/protocols/qq/buddy_info.c:681
-#: ../libpurple/protocols/qq/buddy_info.c:682
 msgid "Modify my information"
 msgstr "Keisti savo informaciją"
 
-#: ../libpurple/protocols/qq/buddy_info.c:683
 msgid "Update my information"
 msgstr "Atnaujinti savo informaciją"
 
-#: ../libpurple/protocols/qq/buddy_info.c:707
 msgid "Your information has been updated"
 msgstr "Jūsų informacija atnaujinta"
 
-#: ../libpurple/protocols/qq/buddy_info.c:759
 #, c-format
 msgid ""
 "Setting custom faces is not currently supported. Please choose an image from "
@@ -10244,58 +7274,42 @@
 "Specialių veidukų nustatymas šiuo metu nėra palaikomas.  Prašome pasirinkti "
 "paveiksliuką iš %s."
 
-#: ../libpurple/protocols/qq/buddy_info.c:776
-#: ../libpurple/protocols/qq/buddy_info.c:789
 msgid "Invalid QQ Face"
 msgstr "Negalima QQ veidukas"
 
-#: ../libpurple/protocols/qq/buddy_opt.c:207
-#: ../libpurple/protocols/qq/group_opt.c:114
 #, c-format
 msgid "You rejected %d's request"
 msgstr "Atmetėte iš %d gautą prašymą"
 
-#: ../libpurple/protocols/qq/buddy_opt.c:208
 msgid "Input your reason:"
 msgstr "Įveskite savo priežastį:"
 
-#: ../libpurple/protocols/qq/buddy_opt.c:211
 msgid "Reject request"
 msgstr "Atmesti prašymą"
 
 #. title
-#: ../libpurple/protocols/qq/buddy_opt.c:212
-#: ../libpurple/protocols/qq/group_opt.c:119
 msgid "Sorry, you are not my type..."
 msgstr "Atleisk, tu nesi iš man patinkančių..."
 
-#: ../libpurple/protocols/qq/buddy_opt.c:281
 msgid "Add buddy with auth request failed"
 msgstr "Bičiulio pridėjimo su prieigos patvirtinimu užklausa nepavyko"
 
 #. TODO: We don't really need to notify the user about this, do we?
-#: ../libpurple/protocols/qq/buddy_opt.c:314
 msgid "You have successfully removed a buddy"
 msgstr "Jūs sėkmingai pašalinote bičiulį"
 
 #. TODO: Does the user really need to be notified about this?
-#: ../libpurple/protocols/qq/buddy_opt.c:344
 msgid "You have successfully removed yourself from your friend's buddy list"
 msgstr "Jūs sėkmingai pašalinote save iš savo draugo bičiulių sąrašo"
 
-#: ../libpurple/protocols/qq/buddy_opt.c:407
 #, c-format
 msgid "User %d needs authentication"
 msgstr "Vartotojui %d reikia patvirtinti prieigą"
 
-#: ../libpurple/protocols/qq/buddy_opt.c:409
-#: ../libpurple/protocols/qq/group_join.c:128
 msgid "Input request here"
 msgstr "Įveskite prašymą čia"
 
 #. TODO: Awkward string to fix post string freeze - standardize auth dialogues? -evands
-#: ../libpurple/protocols/qq/buddy_opt.c:410
-#: ../libpurple/protocols/qq/group_join.c:129
 msgid "Would you be my friend?"
 msgstr "Ar draugausi su manimi?"
 
@@ -10303,159 +7317,110 @@
 #. multiline
 #. masked
 #. hint
-#: ../libpurple/protocols/qq/buddy_opt.c:411
-#: ../libpurple/protocols/qq/group_join.c:130
-#: ../libpurple/protocols/qq/group_opt.c:121
 msgid "Send"
 msgstr "Siųsti"
 
-#: ../libpurple/protocols/qq/buddy_opt.c:421
 #, c-format
 msgid "You have added %d to buddy list"
 msgstr "Jūs įtraukėte %d į bičiulių sąrašą"
 
-#: ../libpurple/protocols/qq/buddy_opt.c:518
 msgid "QQid Error"
 msgstr "QQid klaida"
 
-#: ../libpurple/protocols/qq/buddy_opt.c:519
 msgid "Invalid QQid"
 msgstr "Neteisingas QQid"
 
-#: ../libpurple/protocols/qq/group.c:65
 msgid "ID: "
 msgstr "ID: "
 
-#: ../libpurple/protocols/qq/group.c:98
 msgid "Group ID"
 msgstr "Grupės ID"
 
-#: ../libpurple/protocols/qq/group.c:100
 msgid "Creator"
 msgstr "Kūrėjas"
 
-#: ../libpurple/protocols/qq/group.c:103
 msgid "Group Description"
 msgstr "Grupės aprašymas"
 
-#: ../libpurple/protocols/qq/group.c:109
 msgid "Auth"
 msgstr "Patvirtinti prieigos teisę"
 
-#: ../libpurple/protocols/qq/group.c:119
 msgid "QQ Qun"
 msgstr "QQ Qun"
 
-#: ../libpurple/protocols/qq/group.c:120
 msgid "Please enter external group ID"
 msgstr "Įveskite išorinį grupės ID"
 
-#: ../libpurple/protocols/qq/group.c:121
 msgid "You can only search for permanent QQ groups\n"
 msgstr "Galite ieškoti tik pastovių QQ grupių\n"
 
-#: ../libpurple/protocols/qq/group_im.c:123
 #, c-format
 msgid "User %d requested to join group %d"
 msgstr "Vartotojas %d prašo būti prijungtas prie grupės %d"
 
-#: ../libpurple/protocols/qq/group_im.c:124
-#: ../libpurple/protocols/qq/group_im.c:175
-#: ../libpurple/protocols/qq/sys_msg.c:199
 #, c-format
 msgid "Reason: %s"
 msgstr "Priežastis: %s"
 
-#: ../libpurple/protocols/qq/group_im.c:133
-#: ../libpurple/protocols/qq/group_im.c:177
-#: ../libpurple/protocols/qq/group_im.c:214
-#: ../libpurple/protocols/qq/group_im.c:246
-#: ../libpurple/protocols/qq/group_im.c:277
-#: ../libpurple/protocols/qq/group_join.c:220
-#: ../libpurple/protocols/qq/group_join.c:341
-#: ../libpurple/protocols/qq/group_opt.c:215
-#: ../libpurple/protocols/qq/group_opt.c:289
-#: ../libpurple/protocols/qq/group_opt.c:379
 msgid "QQ Qun Operation"
 msgstr "Operacija su QQ pokalbių kambariu"
 
-#: ../libpurple/protocols/qq/group_im.c:138
-#: ../libpurple/protocols/qq/group_opt.c:106
-#: ../libpurple/protocols/qq/sys_msg.c:93
-#: ../libpurple/protocols/qq/sys_msg.c:254
 msgid "Approve"
 msgstr "Patvirtinti"
 
-#: ../libpurple/protocols/qq/group_im.c:174
 #, c-format
 msgid "Your request to join group %d has been rejected by admin %d"
 msgstr "Jūsų prašymas tapti grupės %d nariu buvo atmestas administratoriaus %d"
 
-#: ../libpurple/protocols/qq/group_im.c:212
 #, c-format
 msgid "Your request to join group %d has been approved by admin %d"
 msgstr ""
 "Jūsų prašymas tapti grupės %d nariu buvo patvirtintas administratoriaus %d"
 
-#: ../libpurple/protocols/qq/group_im.c:245
 #, c-format
 msgid "You [%d] have left group \"%d\""
 msgstr "Jūs [%d] palikote grupę „%d“"
 
-#: ../libpurple/protocols/qq/group_im.c:276
 #, c-format
 msgid "You [%d] have been added to group \"%d\""
 msgstr "Jus [%d] pridėjo į grupę „%d“"
 
-#: ../libpurple/protocols/qq/group_im.c:277
 msgid "This group has been added to your buddy list"
 msgstr "Ši grupė buvo įtraukta į Jūsų bičiulių sąrašą"
 
-#: ../libpurple/protocols/qq/group_internal.c:41
 msgid "I am not a member"
 msgstr "Nesu narys"
 
-#: ../libpurple/protocols/qq/group_internal.c:44
 msgid "I am a member"
 msgstr "Esu narys"
 
-#: ../libpurple/protocols/qq/group_internal.c:47
 msgid "I am applying to join"
 msgstr "Prašau būti priimtas"
 
-#: ../libpurple/protocols/qq/group_internal.c:50
 msgid "I am the admin"
 msgstr "Esu administratorius"
 
-#: ../libpurple/protocols/qq/group_internal.c:53
 msgid "Unknown status"
 msgstr "Nežinoma būsena"
 
-#: ../libpurple/protocols/qq/group_join.c:82
 msgid "This group does not allow others to join"
 msgstr "Ši grupė neleidžia kitiems prie jos prisijungti"
 
-#: ../libpurple/protocols/qq/group_join.c:220
 msgid "You have successfully left the group"
 msgstr "Sėkmingai palikote grupę"
 
-#: ../libpurple/protocols/qq/group_join.c:242
 msgid "QQ Group Auth"
 msgstr "QQ grupės prieiga"
 
-#: ../libpurple/protocols/qq/group_join.c:243
 msgid "Your authorization request has been accepted by the QQ server"
 msgstr "Jūsų prieigos suteikimo operacija patvirtinta QQ serverio"
 
-#: ../libpurple/protocols/qq/group_join.c:311
 msgid "You entered a group ID outside the acceptable range"
 msgstr "Įvedėte grupės identifikacinį numerį, nesantį priimtiname intervale"
 
-#: ../libpurple/protocols/qq/group_join.c:342
 msgid "Are you sure you want to leave this Qun?"
 msgstr "Ar Jūs tikrai norite paliktį šį Qun pokalbių kambarį?"
 
-#: ../libpurple/protocols/qq/group_join.c:344
 msgid ""
 "Note, if you are the creator, \n"
 "this operation will eventually remove this Qun."
@@ -10463,169 +7428,130 @@
 "Jeigu esate grupės sukūrėjas, ši operacija galiausiai pašalins šį pokalbių "
 "kambarį."
 
-#: ../libpurple/protocols/qq/group_network.c:116
 #, c-format
 msgid "Code [0x%02X]: %s"
 msgstr "Kodas [0x%02X]: %s"
 
-#: ../libpurple/protocols/qq/group_network.c:117
 msgid "Group Operation Error"
-msgstr "Operacijos su grupe klaida"
+msgstr "Grupės operacijos klaida"
 
 #. we want to see window
-#: ../libpurple/protocols/qq/group_opt.c:101
-#: ../libpurple/protocols/qq/sys_msg.c:88
 msgid "Do you want to approve the request?"
 msgstr "Ar norite patvirtinti šį prašymą?"
 
-#: ../libpurple/protocols/qq/group_opt.c:115
 msgid "Enter your reason:"
 msgstr "Įveskite savo priežastį:"
 
-#: ../libpurple/protocols/qq/group_opt.c:215
 msgid "You have successfully modified Qun member"
 msgstr "Jūs sėkmingai pakeitėte Qun pokalbių kambario dalyvio informaciją"
 
-#: ../libpurple/protocols/qq/group_opt.c:289
 msgid "You have successfully modified Qun information"
 msgstr "Jūs sėkmingai pakeitėte Qun pokalbių kambario informaciją"
 
-#: ../libpurple/protocols/qq/group_opt.c:380
 msgid "You have successfully created a Qun"
 msgstr "Jūs sėkmingai sukūrėte pokalbių kambarį"
 
-#: ../libpurple/protocols/qq/group_opt.c:382
 msgid "Would you like to set up the Qun details now?"
 msgstr "Ar norite sutvarkyti šio pokalbių kambario detales dabar?"
 
-#: ../libpurple/protocols/qq/group_opt.c:386
 msgid "Setup"
 msgstr "Nustatyti"
 
 #  Window **********
-#: ../libpurple/protocols/qq/im.c:418
 msgid "System Message"
 msgstr "Sistemos pranešimas"
 
-#: ../libpurple/protocols/qq/im.c:561
 msgid "Failed to send IM."
 msgstr "Nepavyko išsiųsti pokalbio žinutės."
 
-#: ../libpurple/protocols/qq/qq.c:229
 #, c-format
 msgid "Unknown-%d"
 msgstr "Nežinomas: %d"
 
-#: ../libpurple/protocols/qq/qq.c:283
 msgid "Level"
 msgstr "Lygis"
 
-#: ../libpurple/protocols/qq/qq.c:289
 msgid "Member"
 msgstr "Narys"
 
-#: ../libpurple/protocols/qq/qq.c:292
 msgid " VIP"
 msgstr " VIP"
 
-#: ../libpurple/protocols/qq/qq.c:295
 msgid " TCP"
 msgstr " TCP"
 
-#: ../libpurple/protocols/qq/qq.c:298
 msgid " FromMobile"
 msgstr " „FromMobile“"
 
-#: ../libpurple/protocols/qq/qq.c:301
 msgid " BindMobile"
 msgstr " „BindMobile“"
 
-#: ../libpurple/protocols/qq/qq.c:304
 msgid " Video"
 msgstr " Vaizdas"
 
-#: ../libpurple/protocols/qq/qq.c:308
 msgid " Space"
 msgstr " „Space“"
 
-#: ../libpurple/protocols/qq/qq.c:310 ../libpurple/protocols/qq/qq.c:323
 msgid "Flag"
 msgstr "Vėliava"
 
-#: ../libpurple/protocols/qq/qq.c:318
 msgid "Ver"
 msgstr "Versija"
 
-#: ../libpurple/protocols/qq/qq.c:449
 msgid "Invalid name"
 msgstr "Neteisingas vardas"
 
-#: ../libpurple/protocols/qq/qq.c:515
 #, c-format
 msgid "<b>Current Online</b>: %d<br>\n"
 msgstr "<b>Dabar prisijungę</b>: %d<br>\n"
 
-#: ../libpurple/protocols/qq/qq.c:516
 #, c-format
 msgid "<b>Last Refresh</b>: %s<br>\n"
 msgstr "<b>Paskutinis atnaujinimas</b>: %s<br>\n"
 
-#: ../libpurple/protocols/qq/qq.c:520
 #, c-format
 msgid "<b>Server</b>: %s: %d<br>\n"
 msgstr "<b>Serverios</b>: %s: %d<br>\n"
 
-#: ../libpurple/protocols/qq/qq.c:521
 #, c-format
 msgid "<b>Connection Mode</b>: %s<br>\n"
 msgstr "<b>Jungties režimas</b>: %s<br>\n"
 
-#: ../libpurple/protocols/qq/qq.c:522
 #, c-format
 msgid "<b>Real hostname</b>: %s: %d<br>\n"
 msgstr "<b>Tikras mazgo vardas</b>: %s: %d<br>\n"
 
-#: ../libpurple/protocols/qq/qq.c:523
 #, c-format
 msgid "<b>My Public IP</b>: %s<br>\n"
 msgstr "<b>Mano viešasis IP</b>: %s<br>\n"
 
-#: ../libpurple/protocols/qq/qq.c:528
 #, c-format
 msgid "<b>Login Time</b>: %s<br>\n"
 msgstr "<b>Prisijungimo laikas</b>: %s\n"
 
-#: ../libpurple/protocols/qq/qq.c:529
 #, c-format
 msgid "<b>Last Login IP</b>: %s<br>\n"
 msgstr "<b>Paskutinio prisijungimo IP</b>: %s<br>\n"
 
-#: ../libpurple/protocols/qq/qq.c:530
 #, c-format
 msgid "<b>Last Login Time</b>: %s\n"
 msgstr "<b>Paskutinio prisijungimo laikas</b>: %s\n"
 
-#: ../libpurple/protocols/qq/qq.c:534
 msgid "Login Information"
 msgstr "Prisijungimo informacija"
 
-#: ../libpurple/protocols/qq/qq.c:610
 msgid "Set My Information"
 msgstr "Nustatyti informaciją apie save"
 
-#: ../libpurple/protocols/qq/qq.c:613 ../libpurple/protocols/toc/toc.c:1680
 msgid "Change Password"
 msgstr "Pakeisti slaptažodį"
 
-#: ../libpurple/protocols/qq/qq.c:616
 msgid "Show Login Information"
 msgstr "Rodyti prisijungimo informaciją"
 
-#: ../libpurple/protocols/qq/qq.c:637
 msgid "Leave this QQ Qun"
 msgstr "Palikti šį QQ Qun pokalbių kambarį"
 
-#: ../libpurple/protocols/qq/qq.c:661
 msgid "Block this buddy"
 msgstr "Blokuoti šį bičiulį"
 
@@ -10648,46 +7574,34 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/protocols/qq/qq.c:778 ../libpurple/protocols/qq/qq.c:780
 msgid "QQ Protocol\tPlugin"
 msgstr "QQ protokolo    papildinys"
 
-#: ../libpurple/protocols/qq/qq.c:811
 msgid "Connect using TCP"
 msgstr "Jungtis naudojant TCP"
 
-#: ../libpurple/protocols/qq/qq.c:814
 msgid "resend interval(s)"
 msgstr "persiuntimo intervalas (-ai)"
 
-#: ../libpurple/protocols/qq/qq.c:817
 msgid "Keep alive interval(s)"
 msgstr "Jungties palaikymo intervalas (-ai)"
 
-#: ../libpurple/protocols/qq/qq.c:820
 msgid "Update interval(s)"
 msgstr "Atnaujinimo intervalas (-ai)"
 
-#: ../libpurple/protocols/qq/qq_base.c:376
 #, c-format
 msgid "Invalid token len, %d"
 msgstr "Neteisingas žymės ilgis %d"
 
-#: ../libpurple/protocols/qq/qq_base.c:513
 msgid "Keep alive error"
 msgstr "Jungties palaikymo klaida"
 
-#: ../libpurple/protocols/qq/qq_network.c:144
-#: ../libpurple/protocols/qq/qq_network.c:799
 msgid "Failed to connect server"
 msgstr "Nepavyko prisijungti prie serverio."
 
-#: ../libpurple/protocols/qq/qq_network.c:254
-#: ../libpurple/protocols/qq/qq_network.c:379
 msgid "Socket error"
 msgstr "Jungties klaida"
 
-#: ../libpurple/protocols/qq/qq_network.c:275
 #, c-format
 msgid ""
 "Lost connection with server:\n"
@@ -10696,292 +7610,217 @@
 "Dingo jungtis su serveriu:\n"
 "%d, %s"
 
-#: ../libpurple/protocols/qq/qq_network.c:392
 msgid "Unable to read from socket"
 msgstr "Nepavyko skaityti iš jungties"
 
-#: ../libpurple/protocols/qq/qq_network.c:458
-#: ../libpurple/protocols/yahoo/yahoo_packet.c:307
 msgid "Write Error"
 msgstr "Rašymo klaida"
 
-#: ../libpurple/protocols/qq/qq_network.c:521
 msgid "Connection lost"
 msgstr "Prisijungimas prarastas"
 
-#: ../libpurple/protocols/qq/qq_network.c:707
-#: ../libpurple/protocols/simple/simple.c:1790
 msgid "Couldn't resolve host"
 msgstr "Nepavyko nustatyti mazgo IP adreso"
 
-#: ../libpurple/protocols/qq/qq_network.c:806
 msgid "hostname is NULL or port is 0"
 msgstr "mazgo vardas yra NULL arba prievadas yra 0"
 
-#: ../libpurple/protocols/qq/qq_network.c:810
 #, c-format
 msgid "Connecting server %s, retries %d"
 msgstr "Jungiamasi prie serverio %s, kartojimas %d"
 
 #. we didn't successfully connect. tdt->toc_fd is valid here
-#: ../libpurple/protocols/qq/qq_network.c:839
-#: ../libpurple/protocols/toc/toc.c:173
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:158
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:238
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:1195
-#: ../libpurple/protocols/yahoo/ycht.c:550
 msgid "Unable to connect."
 msgstr "Nepavyko prisijungti."
 
-#: ../libpurple/protocols/qq/qq_network.c:853
-#: ../libpurple/protocols/simple/simple.c:1891
 msgid "Could not resolve hostname"
 msgstr "Nepavyko nustatyti mazgo IP adreso"
 
-#: ../libpurple/protocols/qq/qq_process.c:163
 msgid "Unable to login. Check debug log."
 msgstr "Nepavyko prisijungti, patikrinkite derinimo žurnalą"
 
-#: ../libpurple/protocols/qq/qq_process.c:166
 msgid "Unable to login"
 msgstr "Nepavyko prisijungti"
 
-#: ../libpurple/protocols/qq/qq_process.c:184
 #, c-format
 msgid "Invalid token reply code, 0x%02X"
 msgstr "Neteisingas žymės atsakymo kodas, 0x%02X\""
 
-#: ../libpurple/protocols/qq/send_file.c:704
 #, c-format
 msgid "%d has declined the file %s"
 msgstr "%d atmetė failą %s"
 
-#: ../libpurple/protocols/qq/send_file.c:707
-#: ../libpurple/protocols/qq/send_file.c:738
 msgid "File Send"
 msgstr "Failo siuntimas"
 
-#: ../libpurple/protocols/qq/send_file.c:735
 #, c-format
 msgid "%d canceled the transfer of %s"
 msgstr "%d nutraukė %s perdavimą"
 
-#: ../libpurple/protocols/qq/sys_msg.c:112
 msgid "Do you want to add this buddy?"
 msgstr "Ar norite įtraukti šį bičiulį į Jūsų bičiulių sąrašą?"
 
 #. only need to get value
-#: ../libpurple/protocols/qq/sys_msg.c:171
 #, c-format
 msgid "You have been added by %s"
 msgstr "Jus prisidėjo %s"
 
-#: ../libpurple/protocols/qq/sys_msg.c:174
-#: ../libpurple/protocols/qq/sys_msg.c:269
 msgid "Would you like to add him?"
 msgstr "Ar norite jį prisidėti?"
 
-#: ../libpurple/protocols/qq/sys_msg.c:182
 #, c-format
 msgid "%s has added you [%s] to his or her buddy list"
 msgstr "Vartotojas %s įtraukė Jus [%s] į savo bičiulių sąrašo."
 
-#: ../libpurple/protocols/qq/sys_msg.c:198
 #, c-format
 msgid "User %s rejected your request"
 msgstr "Vartotojas %s atmetė Jūsų prašymą"
 
-#: ../libpurple/protocols/qq/sys_msg.c:218
 #, c-format
 msgid "User %s approved your request"
 msgstr "Vartotojas %s patvirtino Jūsų prašymą"
 
 #. TODO: this should go through purple_account_request_authorization()
-#: ../libpurple/protocols/qq/sys_msg.c:244
 #, c-format
 msgid "%s wants to add you [%s] as a friend"
 msgstr "%s nori prisidėti Jus [%s] kaip draugą"
 
-#: ../libpurple/protocols/qq/sys_msg.c:245
 #, c-format
 msgid "Message: %s"
 msgstr "Žinutė: %s"
 
-#: ../libpurple/protocols/qq/sys_msg.c:267
 #, c-format
 msgid "%s is not in your buddy list"
 msgstr "Vartotojo %s nėra Jūsų bičiulių sąraše"
 
-#: ../libpurple/protocols/qq/sys_msg.c:287
 #, c-format
 msgid "Notice from: %s"
 msgstr "Skelbimas nuo: %s"
 
-#: ../libpurple/protocols/qq/sys_msg.c:288
 #, c-format
 msgid "%s"
 msgstr "%s"
 
-#: ../libpurple/protocols/sametime/sametime.c:420
 msgid "Connection closed (writing)"
 msgstr "Jungtis uždaryta (rašoma)"
 
-#: ../libpurple/protocols/sametime/sametime.c:1294
 #, c-format
 msgid "<b>Group Title:</b> %s<br>"
 msgstr "<b>Grupės pavadinimas:</b> %s<br>"
 
-#: ../libpurple/protocols/sametime/sametime.c:1295
 #, c-format
 msgid "<b>Notes Group ID:</b> %s<br>"
 msgstr "<b>„Notes“ grupės identifikatorius:</b> %s<br>"
 
-#: ../libpurple/protocols/sametime/sametime.c:1297
 #, c-format
 msgid "Info for Group %s"
 msgstr "Informacija apie grupę %s"
 
-#: ../libpurple/protocols/sametime/sametime.c:1299
 msgid "Notes Address Book Information"
 msgstr "„Notes“ adresų knygos informacija"
 
-#: ../libpurple/protocols/sametime/sametime.c:1331
 msgid "Invite Group to Conference..."
 msgstr "Pakviesti grupę į konferenciją..."
 
-#: ../libpurple/protocols/sametime/sametime.c:1341
 msgid "Get Notes Address Book Info"
 msgstr "Gauti „Notes“ adresų knygos informaciją"
 
-#: ../libpurple/protocols/sametime/sametime.c:1508
 msgid "Sending Handshake"
 msgstr "Siunčiamas pasisveikinimas"
 
-#: ../libpurple/protocols/sametime/sametime.c:1513
 msgid "Waiting for Handshake Acknowledgement"
 msgstr "Laukiama pasisveikinimo patvirtinimo"
 
-#: ../libpurple/protocols/sametime/sametime.c:1518
 msgid "Handshake Acknowledged, Sending Login"
 msgstr "Pasisveikinimas patvirtintas, siunčiama prisijungimo informacija"
 
-#: ../libpurple/protocols/sametime/sametime.c:1523
 msgid "Waiting for Login Acknowledgement"
 msgstr "Laukiama prisijungimo patvirtinimo"
 
-#: ../libpurple/protocols/sametime/sametime.c:1528
 msgid "Login Redirected"
 msgstr "Prisijungimas nukreiptas kitur"
 
-#: ../libpurple/protocols/sametime/sametime.c:1534
 msgid "Forcing Login"
 msgstr "Jungiamasi"
 
-#: ../libpurple/protocols/sametime/sametime.c:1538
 msgid "Login Acknowledged"
 msgstr "Prisijungimas patvirtintas"
 
-#: ../libpurple/protocols/sametime/sametime.c:1543
 msgid "Starting Services"
 msgstr "Paleidžiami servisai"
 
-#: ../libpurple/protocols/sametime/sametime.c:1680
 #, c-format
 msgid ""
 "A Sametime administrator has issued the following announcement on server %s"
 msgstr "„Sametime“ administratoriaus skelbimas serveryje %s"
 
-#: ../libpurple/protocols/sametime/sametime.c:1685
 msgid "Sametime Administrator Announcement"
 msgstr "„Sametime“ administratoriaus skelbimas"
 
-#: ../libpurple/protocols/sametime/sametime.c:1738
 msgid "Connection reset"
 msgstr "Jungtis atidaryta iš naujo"
 
-#: ../libpurple/protocols/sametime/sametime.c:1750
 #, c-format
 msgid "Error reading from socket: %s"
 msgstr "Skaitymo iš jungties klaida: %s"
 
 #. this is a regular connect, error out
-#: ../libpurple/protocols/sametime/sametime.c:1775
-#: ../libpurple/protocols/sametime/sametime.c:3782
 msgid "Unable to connect to host"
 msgstr "Nepavyko prisijungti prie mazgo"
 
-#: ../libpurple/protocols/sametime/sametime.c:1816
 #, c-format
 msgid "Announcement from %s"
 msgstr "Abonento %s skelbimas"
 
-#: ../libpurple/protocols/sametime/sametime.c:1990
 msgid "Conference Closed"
 msgstr "Konferencija uždaryta"
 
 #  Data is assumed to be the destination sn
-#: ../libpurple/protocols/sametime/sametime.c:2455
 msgid "Unable to send message: "
 msgstr "Negalima išsiųsti žinutės: "
 
-#: ../libpurple/protocols/sametime/sametime.c:3011
 msgid "Place Closed"
 msgstr "Vieta uždaryta"
 
-#: ../libpurple/protocols/sametime/sametime.c:3281
 msgid "Microphone"
 msgstr "Mikrofonas"
 
-#: ../libpurple/protocols/sametime/sametime.c:3282
 msgid "Speakers"
 msgstr "Garsiakalbiai"
 
-#: ../libpurple/protocols/sametime/sametime.c:3283
 msgid "Video Camera"
 msgstr "Videokamera"
 
-#: ../libpurple/protocols/sametime/sametime.c:3321
-#: ../libpurple/protocols/sametime/sametime.c:4201
 msgid "Supports"
 msgstr "Palaiko"
 
-#: ../libpurple/protocols/sametime/sametime.c:3326
-#: ../libpurple/protocols/sametime/sametime.c:4175
 msgid "External User"
 msgstr "Išorinis vartotoajs"
 
-#: ../libpurple/protocols/sametime/sametime.c:3432
 msgid "Create conference with user"
 msgstr "Sukurti konferenciją su vartotoju"
 
-#: ../libpurple/protocols/sametime/sametime.c:3433
 #, c-format
 msgid ""
 "Please enter a topic for the new conference, and an invitation message to be "
 "sent to %s"
 msgstr "Įveskite naujos konferencijos temą ir pakvietimo žinutę vartotojui %s"
 
-#: ../libpurple/protocols/sametime/sametime.c:3437
 msgid "New Conference"
 msgstr "Nauja konferencija"
 
-#: ../libpurple/protocols/sametime/sametime.c:3439
 msgid "Create"
 msgstr "Sukurti"
 
-#: ../libpurple/protocols/sametime/sametime.c:3504
 msgid "Available Conferences"
 msgstr "Esamos konferencijos"
 
-#: ../libpurple/protocols/sametime/sametime.c:3510
 msgid "Create New Conference..."
 msgstr "Sukurti naują konferenciją..."
 
-#: ../libpurple/protocols/sametime/sametime.c:3517
 msgid "Invite user to a conference"
 msgstr "Pakviesti vartotoją į konferenciją"
 
-#: ../libpurple/protocols/sametime/sametime.c:3518
 #, c-format
 msgid ""
 "Select a conference from the list below to send an invite to user %s. Select "
@@ -10992,27 +7831,21 @@
 "Pasirinkite „Sukurti naują konferenciją“, jei norite sukurti naują "
 "konfereciją ir į ją pakviesti šį vartotoją."
 
-#: ../libpurple/protocols/sametime/sametime.c:3523
 msgid "Invite to Conference"
 msgstr "Pakviesti į konferenciją"
 
-#: ../libpurple/protocols/sametime/sametime.c:3614
 msgid "Invite to Conference..."
 msgstr "Pakviesti į konferenciją..."
 
-#: ../libpurple/protocols/sametime/sametime.c:3619
 msgid "Send TEST Announcement"
 msgstr "Nusiųsti „TEST“ skelbimą"
 
-#: ../libpurple/protocols/sametime/sametime.c:3638 ../pidgin/gtkconv.c:4555
 msgid "Topic:"
 msgstr "Tema:"
 
-#: ../libpurple/protocols/sametime/sametime.c:3666
 msgid "No Sametime Community Server specified"
 msgstr "Nenurodytas „Sametime“ bendruomenės serveris"
 
-#: ../libpurple/protocols/sametime/sametime.c:3691
 #, c-format
 msgid ""
 "No host or IP address has been configured for the Meanwhile account %s. "
@@ -11021,42 +7854,31 @@
 "Nenustatytas mazgo vardas ar IP adresas „Meanwhile“ paskyrai %s.  Įveskite "
 "vieną iš jų žemiau, jei norite pradėti seansą."
 
-#: ../libpurple/protocols/sametime/sametime.c:3696
 msgid "Meanwhile Connection Setup"
 msgstr "„Meanwhile“ jungties sąranka"
 
-#: ../libpurple/protocols/sametime/sametime.c:3697
 msgid "No Sametime Community Server Specified"
 msgstr "Nenurodytas „Sametime“ bendruomenės serveris"
 
-#: ../libpurple/protocols/sametime/sametime.c:3699
 msgid "Connect"
 msgstr "Jungtis"
 
-#: ../libpurple/protocols/sametime/sametime.c:4191
 #, c-format
 msgid "Unknown (0x%04x)<br>"
 msgstr "Nežinomas (0x%04x)<br>"
 
-#: ../libpurple/protocols/sametime/sametime.c:4193
 msgid "Last Known Client"
 msgstr "Paskutinis žinomas klientas"
 
-#: ../libpurple/protocols/sametime/sametime.c:4357
-#: ../libpurple/protocols/sametime/sametime.c:5562
 msgid "User Name"
 msgstr "Vartotojo vardas"
 
-#: ../libpurple/protocols/sametime/sametime.c:4360
-#: ../libpurple/protocols/sametime/sametime.c:5565
 msgid "Sametime ID"
 msgstr "„Sametime“ identifikatorius"
 
-#: ../libpurple/protocols/sametime/sametime.c:4384
 msgid "An ambiguous user ID was entered"
 msgstr "Įvestas nevienareikšmiškas vartotojo identifikatorius"
 
-#: ../libpurple/protocols/sametime/sametime.c:4385
 #, c-format
 msgid ""
 "The identifier '%s' may possibly refer to any of the following users. Please "
@@ -11066,15 +7888,12 @@
 "Pasirinkite norimą vartotoją iš žemiau esančio sąrašo, kuris bus įtrauktas į "
 "bičiulių sąrašą."
 
-#: ../libpurple/protocols/sametime/sametime.c:4390
 msgid "Select User"
 msgstr "Pasirinkite vartotoją"
 
-#: ../libpurple/protocols/sametime/sametime.c:4474
 msgid "Unable to add user: user not found"
 msgstr "Negalima pridėti vartotojo: jis nerastas"
 
-#: ../libpurple/protocols/sametime/sametime.c:4476
 #, c-format
 msgid ""
 "The identifier '%s' did not match any users in your Sametime community. This "
@@ -11083,7 +7902,6 @@
 "Identifikatorius „%s“ neatitiko jokių vartotojų Jūsų „Sametime“ "
 "bendruomenėje.  Šis įrašas pašalintas iš Jūsų bičiulių sąrašo."
 
-#: ../libpurple/protocols/sametime/sametime.c:5067
 #, c-format
 msgid ""
 "Error reading file %s: \n"
@@ -11092,63 +7910,48 @@
 "Failo %s skaitymo klaida:\n"
 "%s\n"
 
-#: ../libpurple/protocols/sametime/sametime.c:5202
 msgid "Remotely Stored Buddy List"
 msgstr "Nutolusiai saugomas bičiulių sąrašas"
 
-#: ../libpurple/protocols/sametime/sametime.c:5207
 msgid "Buddy List Storage Mode"
 msgstr "Bičiulių sąrašo saugojimo būdas"
 
-#: ../libpurple/protocols/sametime/sametime.c:5210
 msgid "Local Buddy List Only"
 msgstr "Tik vietinis bičiulių sąrašas"
 
-#: ../libpurple/protocols/sametime/sametime.c:5212
 msgid "Merge List from Server"
 msgstr "Prijungti sąrašą iš serverio"
 
-#: ../libpurple/protocols/sametime/sametime.c:5214
 msgid "Merge and Save List to Server"
 msgstr "Prijungti ir išsaugoti sąrašą serveryje"
 
-#: ../libpurple/protocols/sametime/sametime.c:5216
 msgid "Synchronize List with Server"
 msgstr "Suvienodinti sąrašą su serveriu"
 
-#: ../libpurple/protocols/sametime/sametime.c:5271
 #, c-format
 msgid "Import Sametime List for Account %s"
 msgstr "Importuoti „Sametime“ sąrašą paskyrai %s"
 
-#: ../libpurple/protocols/sametime/sametime.c:5311
 #, c-format
 msgid "Export Sametime List for Account %s"
 msgstr "Eksportuoti „Sametime“ sąrašą paskyrai %s"
 
-#: ../libpurple/protocols/sametime/sametime.c:5365
 msgid "Unable to add group: group exists"
 msgstr "Nepavyko pridėti grupės: ji jau yra"
 
-#: ../libpurple/protocols/sametime/sametime.c:5366
 #, c-format
 msgid "A group named '%s' already exists in your buddy list."
 msgstr "Grupė pavadinimu „%s“ jau yra Jūsų bičiulių sąraše."
 
-#: ../libpurple/protocols/sametime/sametime.c:5369
-#: ../libpurple/protocols/sametime/sametime.c:5499
 msgid "Unable to add group"
 msgstr "Nepavyko pridėti grupės"
 
-#: ../libpurple/protocols/sametime/sametime.c:5428
 msgid "Possible Matches"
 msgstr "Galimi variantai"
 
-#: ../libpurple/protocols/sametime/sametime.c:5444
 msgid "Notes Address Book group results"
 msgstr "Grupės iš „Notes“ adresų knygos"
 
-#: ../libpurple/protocols/sametime/sametime.c:5445
 #, c-format
 msgid ""
 "The identifier '%s' may possibly refer to any of the following Notes Address "
@@ -11159,15 +7962,12 @@
 "adresų knygos grupių. Pasirinkite iš žemiau esančio sąrašo grupę, kurią "
 "norite įtraukti į savo bičiulių sąrašą."
 
-#: ../libpurple/protocols/sametime/sametime.c:5450
 msgid "Select Notes Address Book"
 msgstr "Pasirinkite „Notes“ adresų knygos grupę"
 
-#: ../libpurple/protocols/sametime/sametime.c:5493
 msgid "Unable to add group: group not found"
 msgstr "Negalima pridėti grupės: ji nerasta"
 
-#: ../libpurple/protocols/sametime/sametime.c:5495
 #, c-format
 msgid ""
 "The identifier '%s' did not match any Notes Address Book groups in your "
@@ -11176,11 +7976,9 @@
 "Identifikatorius „%s“ neatitiko jokių „Notes“ adresų knygos grupių Jūsų "
 "„Sametime“ bendruomenėje."
 
-#: ../libpurple/protocols/sametime/sametime.c:5536
 msgid "Notes Address Book Group"
 msgstr "„Notes“ adresų knygos grupė"
 
-#: ../libpurple/protocols/sametime/sametime.c:5537
 msgid ""
 "Enter the name of a Notes Address Book group in the field below to add the "
 "group and its members to your buddy list."
@@ -11188,12 +7986,10 @@
 "Įveskite „Notes“ adresų knygos grupės pavadinimą žemiau esančiame lauke, kad "
 "pridėtumėte grupę ir jos narius į savo bičiulių sąrašą."
 
-#: ../libpurple/protocols/sametime/sametime.c:5586
 #, c-format
 msgid "Search results for '%s'"
 msgstr "„%s“ paieškos rezultatai"
 
-#: ../libpurple/protocols/sametime/sametime.c:5587
 #, c-format
 msgid ""
 "The identifier '%s' may possibly refer to any of the following users. You "
@@ -11204,30 +8000,24 @@
 "Galite įtraukti šiuos vartotojus į savo bičiulių sąrašą arba nusiųsti jiems "
 "žinutes žemiau esančių mygtukų pagalba."
 
-#: ../libpurple/protocols/sametime/sametime.c:5594 ../pidgin/gtknotify.c:794
 msgid "Search Results"
 msgstr "Paieškos rezultatai"
 
-#: ../libpurple/protocols/sametime/sametime.c:5619
 msgid "No matches"
 msgstr "Nėra atitikimų"
 
-#: ../libpurple/protocols/sametime/sametime.c:5620
 #, c-format
 msgid "The identifier '%s' did not match any users in your Sametime community."
 msgstr ""
 "Identifikatorius „%s“ neatitiko jokių vartotojų Jūsų „Sametime“ "
 "bendruomenėje."
 
-#: ../libpurple/protocols/sametime/sametime.c:5624
 msgid "No Matches"
 msgstr "Nėra atitikimų"
 
-#: ../libpurple/protocols/sametime/sametime.c:5661
 msgid "Search for a user"
 msgstr "Ieškoti vartotojo"
 
-#: ../libpurple/protocols/sametime/sametime.c:5662
 msgid ""
 "Enter a name or partial ID in the field below to search for matching users "
 "in your Sametime community."
@@ -11235,115 +8025,59 @@
 "Įveskite vardą ar identifikatoriaus dalį žemiau esančiame lauke, kad "
 "ieškotumėte atitinkančių vartotojų Jūsų „Sametime“ bendruomenėje."
 
-#: ../libpurple/protocols/sametime/sametime.c:5665
 msgid "User Search"
 msgstr "Vartotojų paieška"
 
-#: ../libpurple/protocols/sametime/sametime.c:5678
 msgid "Import Sametime List..."
 msgstr "Importuoti „Sametime“ sąrašą..."
 
-#: ../libpurple/protocols/sametime/sametime.c:5682
 msgid "Export Sametime List..."
 msgstr "Eksportuoti „Sametime“ sąrašą..."
 
-#: ../libpurple/protocols/sametime/sametime.c:5686
 msgid "Add Notes Address Book Group..."
 msgstr "Pridėti „Notes“ adresų knygos grupę..."
 
-#: ../libpurple/protocols/sametime/sametime.c:5690
 msgid "User Search..."
 msgstr "Ieškoti vartotojų..."
 
-#: ../libpurple/protocols/sametime/sametime.c:5796
 msgid "Force login (ignore server redirects)"
 msgstr "Jungtis priverstinai (ignoruoti serverio nukreipimus kitur)"
 
 #. pretend to be Sametime Connect
-#: ../libpurple/protocols/sametime/sametime.c:5806
 msgid "Hide client identity"
 msgstr "Slėpti kliento tapatybę"
 
-#: ../libpurple/protocols/silc/buddy.c:52
-#: ../libpurple/protocols/silc/buddy.c:410
-#: ../libpurple/protocols/silc/buddy.c:538
-#: ../libpurple/protocols/silc/buddy.c:700
-#: ../libpurple/protocols/silc/ft.c:423
-#: ../libpurple/protocols/silc10/buddy.c:52
-#: ../libpurple/protocols/silc10/buddy.c:421
-#: ../libpurple/protocols/silc10/buddy.c:546
-#: ../libpurple/protocols/silc10/buddy.c:712
-#: ../libpurple/protocols/silc10/ft.c:338
 #, c-format
 msgid "User %s is not present in the network"
 msgstr "Vartotojo %s nėra tinkle"
 
-#: ../libpurple/protocols/silc/buddy.c:53
-#: ../libpurple/protocols/silc/buddy.c:110
-#: ../libpurple/protocols/silc/buddy.c:115
-#: ../libpurple/protocols/silc/buddy.c:119
-#: ../libpurple/protocols/silc/buddy.c:124
-#: ../libpurple/protocols/silc/buddy.c:129
-#: ../libpurple/protocols/silc/buddy.c:134
-#: ../libpurple/protocols/silc/buddy.c:254
-#: ../libpurple/protocols/silc10/buddy.c:53
-#: ../libpurple/protocols/silc10/buddy.c:115
-#: ../libpurple/protocols/silc10/buddy.c:120
-#: ../libpurple/protocols/silc10/buddy.c:124
-#: ../libpurple/protocols/silc10/buddy.c:129
-#: ../libpurple/protocols/silc10/buddy.c:134
-#: ../libpurple/protocols/silc10/buddy.c:139
-#: ../libpurple/protocols/silc10/buddy.c:257
 msgid "Key Agreement"
 msgstr "Susitarimas dėl raktų"
 
-#: ../libpurple/protocols/silc/buddy.c:54
-#: ../libpurple/protocols/silc10/buddy.c:54
 msgid "Cannot perform the key agreement"
 msgstr "Nepavyko susitarti dėl raktų"
 
-#: ../libpurple/protocols/silc/buddy.c:111
-#: ../libpurple/protocols/silc10/buddy.c:116
 msgid "Error occurred during key agreement"
 msgstr "Susitarimo dėl raktų metu įvyko klaida"
 
-#: ../libpurple/protocols/silc/buddy.c:115
-#: ../libpurple/protocols/silc10/buddy.c:120
 msgid "Key Agreement failed"
 msgstr "Susitarimas dėl raktų nepavyko"
 
-#: ../libpurple/protocols/silc/buddy.c:120
-#: ../libpurple/protocols/silc10/buddy.c:125
 msgid "Timeout during key agreement"
 msgstr "Baigėsi susitarimo dėl raktų laukimo laikas"
 
-#: ../libpurple/protocols/silc/buddy.c:125
-#: ../libpurple/protocols/silc10/buddy.c:130
 msgid "Key agreement was aborted"
 msgstr "Susitarimas dėl raktų buvo nutrauktas"
 
-#: ../libpurple/protocols/silc/buddy.c:130
-#: ../libpurple/protocols/silc10/buddy.c:135
 msgid "Key agreement is already started"
 msgstr "Susitarimas dėl raktų jau pradėtas"
 
-#: ../libpurple/protocols/silc/buddy.c:135
-#: ../libpurple/protocols/silc10/buddy.c:140
 msgid "Key agreement cannot be started with yourself"
 msgstr "Negalima susitarti dėl raktų su savimi pačiu"
 
-#: ../libpurple/protocols/silc/buddy.c:255
-#: ../libpurple/protocols/silc/buddy.c:383
-#: ../libpurple/protocols/silc/buddy.c:497
-#: ../libpurple/protocols/silc/buddy.c:508
-#: ../libpurple/protocols/silc10/buddy.c:258
-#: ../libpurple/protocols/silc10/buddy.c:389
-#: ../libpurple/protocols/silc10/buddy.c:514
 msgid "The remote user is not present in the network any more"
 msgstr "Nuotolinio vartotojo nebėra tinkle"
 
-#: ../libpurple/protocols/silc/buddy.c:298
-#: ../libpurple/protocols/silc10/buddy.c:295
 #, c-format
 msgid ""
 "Key agreement request received from %s. Would you like to perform the key "
@@ -11351,8 +8085,6 @@
 msgstr ""
 "Susitarimo dėl raktų prašymas gautas iš vartotojo %s. Ar norite susitarti?"
 
-#: ../libpurple/protocols/silc/buddy.c:302
-#: ../libpurple/protocols/silc10/buddy.c:299
 #, c-format
 msgid ""
 "The remote user is waiting key agreement on:\n"
@@ -11363,99 +8095,40 @@
 "nuotoliniame mazge: %s\n"
 "nuotoliniame prievade: %d"
 
-#: ../libpurple/protocols/silc/buddy.c:315
-#: ../libpurple/protocols/silc10/buddy.c:312
 msgid "Key Agreement Request"
 msgstr "Susitarymo dėl raktų prašymas"
 
-#: ../libpurple/protocols/silc/buddy.c:382
-#: ../libpurple/protocols/silc/buddy.c:412
-#: ../libpurple/protocols/silc/buddy.c:452
-#: ../libpurple/protocols/silc10/buddy.c:388
-#: ../libpurple/protocols/silc10/buddy.c:423
-#: ../libpurple/protocols/silc10/buddy.c:465
 msgid "IM With Password"
 msgstr "IM su slaptažodžiu"
 
-#: ../libpurple/protocols/silc/buddy.c:413
-#: ../libpurple/protocols/silc10/buddy.c:424
 msgid "Cannot set IM key"
 msgstr "Negalima nustatyti IM rakto"
 
-#: ../libpurple/protocols/silc/buddy.c:453
-#: ../libpurple/protocols/silc10/buddy.c:466
 msgid "Set IM Password"
 msgstr "Nustatyti IM slaptažodį"
 
-#: ../libpurple/protocols/silc/buddy.c:496
-#: ../libpurple/protocols/silc/buddy.c:507
-#: ../libpurple/protocols/silc/buddy.c:540
-#: ../libpurple/protocols/silc/ops.c:1516
-#: ../libpurple/protocols/silc/ops.c:1527
-#: ../libpurple/protocols/silc10/buddy.c:513
-#: ../libpurple/protocols/silc10/buddy.c:548
-#: ../libpurple/protocols/silc10/ops.c:1494
-#: ../libpurple/protocols/silc10/ops.c:1505
 msgid "Get Public Key"
 msgstr "Gauti viešąjį raktą"
 
-#: ../libpurple/protocols/silc/buddy.c:541
-#: ../libpurple/protocols/silc/ops.c:1517
-#: ../libpurple/protocols/silc/ops.c:1528
-#: ../libpurple/protocols/silc10/buddy.c:549
-#: ../libpurple/protocols/silc10/ops.c:1495
-#: ../libpurple/protocols/silc10/ops.c:1506
 msgid "Cannot fetch the public key"
 msgstr "Negalima gauti viešojo rakto"
 
-#: ../libpurple/protocols/silc/buddy.c:622
-#: ../libpurple/protocols/silc/buddy.c:1670
-#: ../libpurple/protocols/silc10/buddy.c:635
-#: ../libpurple/protocols/silc10/buddy.c:1669
 msgid "Show Public Key"
 msgstr "Rodyti viešąjį raktą"
 
-#: ../libpurple/protocols/silc/buddy.c:623
-#: ../libpurple/protocols/silc/buddy.c:1030
-#: ../libpurple/protocols/silc/chat.c:238
-#: ../libpurple/protocols/silc10/buddy.c:636
-#: ../libpurple/protocols/silc10/buddy.c:1036
-#: ../libpurple/protocols/silc10/chat.c:237
 msgid "Could not load public key"
 msgstr "Nepavyko įkelti viešojo rakto"
 
-#: ../libpurple/protocols/silc/buddy.c:701
-#: ../libpurple/protocols/silc/ops.c:1066
-#: ../libpurple/protocols/silc/ops.c:1181
-#: ../libpurple/protocols/silc/ops.c:1303
-#: ../libpurple/protocols/silc/ops.c:1304
-#: ../libpurple/protocols/silc/ops.c:1322
-#: ../libpurple/protocols/silc10/buddy.c:713
-#: ../libpurple/protocols/silc10/ops.c:1087
-#: ../libpurple/protocols/silc10/ops.c:1159
-#: ../libpurple/protocols/silc10/ops.c:1294
-#: ../libpurple/protocols/silc10/ops.c:1295
-#: ../libpurple/protocols/silc10/ops.c:1313
 msgid "User Information"
 msgstr "Vartotojo informacija"
 
-#: ../libpurple/protocols/silc/buddy.c:702
-#: ../libpurple/protocols/silc/ops.c:1182
-#: ../libpurple/protocols/silc/ops.c:1323
-#: ../libpurple/protocols/silc10/buddy.c:714
-#: ../libpurple/protocols/silc10/ops.c:1160
-#: ../libpurple/protocols/silc10/ops.c:1314
 msgid "Cannot get user information"
 msgstr "Nepavyko gauti vartotojo informacijos"
 
-#: ../libpurple/protocols/silc/buddy.c:723
-#: ../libpurple/protocols/silc10/buddy.c:735
 #, c-format
 msgid "The %s buddy is not trusted"
 msgstr "Bičiulis %s nėra patikimas"
 
-#: ../libpurple/protocols/silc/buddy.c:726
-#: ../libpurple/protocols/silc10/buddy.c:738
 msgid ""
 "You cannot receive buddy notifications until you import his/her public key.  "
 "You can use the Get Public Key command to get the public key."
@@ -11464,19 +8137,13 @@
 "rakto.  Tam jūs galite naudoti „Gauti viešąjį raktą\"."
 
 #. Open file selector to select the public key.
-#: ../libpurple/protocols/silc/buddy.c:1062
-#: ../libpurple/protocols/silc10/buddy.c:1070
 msgid "Open..."
 msgstr "Atverti..."
 
-#: ../libpurple/protocols/silc/buddy.c:1073
-#: ../libpurple/protocols/silc10/buddy.c:1081
 #, c-format
 msgid "The %s buddy is not present in the network"
 msgstr "Bičiulio %s nėra tinkle"
 
-#: ../libpurple/protocols/silc/buddy.c:1076
-#: ../libpurple/protocols/silc10/buddy.c:1084
 msgid ""
 "To add the buddy you must import his/her public key. Press Import to import "
 "a public key."
@@ -11484,18 +8151,12 @@
 "Norėdami pridėti bičiulį, privalote importuoti jo viešąjį raktą.  Tam "
 "paspauskite „Importuoti...“."
 
-#: ../libpurple/protocols/silc/buddy.c:1080
-#: ../libpurple/protocols/silc10/buddy.c:1088
 msgid "_Import..."
 msgstr "_Importuoti..."
 
-#: ../libpurple/protocols/silc/buddy.c:1186
-#: ../libpurple/protocols/silc10/buddy.c:1184
 msgid "Select correct user"
 msgstr "Pasirinkite teisingą vartotoją"
 
-#: ../libpurple/protocols/silc/buddy.c:1188
-#: ../libpurple/protocols/silc10/buddy.c:1186
 msgid ""
 "More than one user was found with the same public key. Select the correct "
 "user from the list to add to the buddy list."
@@ -11504,8 +8165,6 @@
 "Pasirinkite teisingą vartotoją iš sąrašo, kuris bus įtrauktas į bičiulių "
 "sąrašą."
 
-#: ../libpurple/protocols/silc/buddy.c:1190
-#: ../libpurple/protocols/silc10/buddy.c:1188
 msgid ""
 "More than one user was found with the same name. Select the correct user "
 "from the list to add to the buddy list."
@@ -11513,312 +8172,152 @@
 "Rastas daugiau nei vienas vartotojas su tokiu pačiu vardu.  Pasirinkite "
 "teisingą vartotoją iš sąrašo, kuris bus įtrauktas į bičiulių sąrašą."
 
-#: ../libpurple/protocols/silc/buddy.c:1489
-#: ../libpurple/protocols/silc10/buddy.c:1489
 msgid "Detached"
 msgstr "Atskirtas"
 
-#: ../libpurple/protocols/silc/buddy.c:1493
-#: ../libpurple/protocols/silc/silc.c:59
-#: ../libpurple/protocols/silc10/buddy.c:1493
-#: ../libpurple/protocols/silc10/silc.c:50
 msgid "Indisposed"
 msgstr "Nelinkęs"
 
-#: ../libpurple/protocols/silc/buddy.c:1497
-#: ../libpurple/protocols/silc/silc.c:61
-#: ../libpurple/protocols/silc10/buddy.c:1497
-#: ../libpurple/protocols/silc10/silc.c:52
 msgid "Wake Me Up"
 msgstr "Pažadink mane"
 
-#: ../libpurple/protocols/silc/buddy.c:1499
-#: ../libpurple/protocols/silc/silc.c:53
-#: ../libpurple/protocols/silc10/buddy.c:1499
-#: ../libpurple/protocols/silc10/silc.c:44
 msgid "Hyper Active"
 msgstr "Hiperaktyvus"
 
-#: ../libpurple/protocols/silc/buddy.c:1501
-#: ../libpurple/protocols/silc10/buddy.c:1501
 msgid "Robot"
 msgstr "Robotas"
 
-#: ../libpurple/protocols/silc/buddy.c:1508
-#: ../libpurple/protocols/silc/silc.c:978
-#: ../libpurple/protocols/silc/util.c:522
-#: ../libpurple/protocols/silc10/buddy.c:1508
-#: ../libpurple/protocols/silc10/silc.c:679
-#: ../libpurple/protocols/silc10/util.c:515
 msgid "Happy"
 msgstr "Laimingas"
 
-#: ../libpurple/protocols/silc/buddy.c:1510
-#: ../libpurple/protocols/silc/silc.c:980
-#: ../libpurple/protocols/silc/util.c:524
-#: ../libpurple/protocols/silc10/buddy.c:1510
-#: ../libpurple/protocols/silc10/silc.c:681
-#: ../libpurple/protocols/silc10/util.c:517
 msgid "Sad"
 msgstr "Liūdnas"
 
-#: ../libpurple/protocols/silc/buddy.c:1512
-#: ../libpurple/protocols/silc/silc.c:982
-#: ../libpurple/protocols/silc/util.c:526
-#: ../libpurple/protocols/silc10/buddy.c:1512
-#: ../libpurple/protocols/silc10/silc.c:683
-#: ../libpurple/protocols/silc10/util.c:519
 msgid "Angry"
 msgstr "Piktas"
 
-#: ../libpurple/protocols/silc/buddy.c:1514
-#: ../libpurple/protocols/silc/silc.c:984
-#: ../libpurple/protocols/silc/util.c:528
-#: ../libpurple/protocols/silc10/buddy.c:1514
-#: ../libpurple/protocols/silc10/silc.c:685
-#: ../libpurple/protocols/silc10/util.c:521
 msgid "Jealous"
 msgstr "Pavydus"
 
-#: ../libpurple/protocols/silc/buddy.c:1516
-#: ../libpurple/protocols/silc/silc.c:986
-#: ../libpurple/protocols/silc/util.c:530
-#: ../libpurple/protocols/silc10/buddy.c:1516
-#: ../libpurple/protocols/silc10/silc.c:687
-#: ../libpurple/protocols/silc10/util.c:523
 msgid "Ashamed"
 msgstr "Susigėdęs"
 
-#: ../libpurple/protocols/silc/buddy.c:1518
-#: ../libpurple/protocols/silc/silc.c:988
-#: ../libpurple/protocols/silc/util.c:532
-#: ../libpurple/protocols/silc10/buddy.c:1518
-#: ../libpurple/protocols/silc10/silc.c:689
-#: ../libpurple/protocols/silc10/util.c:525
 msgid "Invincible"
 msgstr "Nenugalimas"
 
-#: ../libpurple/protocols/silc/buddy.c:1520
-#: ../libpurple/protocols/silc/util.c:534
-#: ../libpurple/protocols/silc10/buddy.c:1520
-#: ../libpurple/protocols/silc10/util.c:527
 msgid "In Love"
 msgstr "Įsimylėjęs"
 
-#: ../libpurple/protocols/silc/buddy.c:1522
-#: ../libpurple/protocols/silc/silc.c:992
-#: ../libpurple/protocols/silc/util.c:536
-#: ../libpurple/protocols/silc10/buddy.c:1522
-#: ../libpurple/protocols/silc10/silc.c:693
-#: ../libpurple/protocols/silc10/util.c:529
 msgid "Sleepy"
 msgstr "Mieguistas"
 
-#: ../libpurple/protocols/silc/buddy.c:1524
-#: ../libpurple/protocols/silc/silc.c:994
-#: ../libpurple/protocols/silc/util.c:538
-#: ../libpurple/protocols/silc10/buddy.c:1524
-#: ../libpurple/protocols/silc10/silc.c:695
-#: ../libpurple/protocols/silc10/util.c:531
 msgid "Bored"
 msgstr "Nuobuodžiaujantis"
 
-#: ../libpurple/protocols/silc/buddy.c:1526
-#: ../libpurple/protocols/silc/silc.c:996
-#: ../libpurple/protocols/silc/util.c:540
-#: ../libpurple/protocols/silc10/buddy.c:1526
-#: ../libpurple/protocols/silc10/silc.c:697
-#: ../libpurple/protocols/silc10/util.c:533
 msgid "Excited"
 msgstr "Susijaudinęs"
 
-#: ../libpurple/protocols/silc/buddy.c:1528
-#: ../libpurple/protocols/silc/silc.c:998
-#: ../libpurple/protocols/silc/util.c:542
-#: ../libpurple/protocols/silc10/buddy.c:1528
-#: ../libpurple/protocols/silc10/silc.c:699
-#: ../libpurple/protocols/silc10/util.c:535
 msgid "Anxious"
 msgstr "Neramus"
 
-#: ../libpurple/protocols/silc/buddy.c:1560
-#: ../libpurple/protocols/silc/ops.c:1220
-#: ../libpurple/protocols/silc10/buddy.c:1560
-#: ../libpurple/protocols/silc10/ops.c:1202
 msgid "User Modes"
 msgstr "Vartotojo būsenos"
 
-#: ../libpurple/protocols/silc/buddy.c:1577
-#: ../libpurple/protocols/silc/ops.c:1237
-#: ../libpurple/protocols/silc10/buddy.c:1577
-#: ../libpurple/protocols/silc10/ops.c:1219
 msgid "Preferred Contact"
 msgstr "Labiausiai mėgstamas kontaktas"
 
-#: ../libpurple/protocols/silc/buddy.c:1582
-#: ../libpurple/protocols/silc/ops.c:1242
-#: ../libpurple/protocols/silc10/buddy.c:1582
-#: ../libpurple/protocols/silc10/ops.c:1224
 msgid "Preferred Language"
 msgstr "Labiausiai mėgstama kalba"
 
-#: ../libpurple/protocols/silc/buddy.c:1587
-#: ../libpurple/protocols/silc/ops.c:1247
-#: ../libpurple/protocols/silc10/buddy.c:1587
-#: ../libpurple/protocols/silc10/ops.c:1229
 msgid "Device"
 msgstr "Įrenginys"
 
-#: ../libpurple/protocols/silc/buddy.c:1592
-#: ../libpurple/protocols/silc/ops.c:1252
-#: ../libpurple/protocols/silc10/buddy.c:1592
-#: ../libpurple/protocols/silc10/ops.c:1234
-#: ../libpurple/protocols/silc10/silc.c:747
-#: ../libpurple/protocols/silc10/silc.c:749
 msgid "Timezone"
 msgstr "Laiko juosta"
 
-#: ../libpurple/protocols/silc/buddy.c:1597
-#: ../libpurple/protocols/silc/ops.c:1257
-#: ../libpurple/protocols/silc10/buddy.c:1597
-#: ../libpurple/protocols/silc10/ops.c:1239
 msgid "Geolocation"
 msgstr "Geografinė vietovė"
 
-#: ../libpurple/protocols/silc/buddy.c:1653
-#: ../libpurple/protocols/silc10/buddy.c:1651
 msgid "Reset IM Key"
 msgstr "Atstatyti IM raktą"
 
-#: ../libpurple/protocols/silc/buddy.c:1658
-#: ../libpurple/protocols/silc10/buddy.c:1657
 msgid "IM with Key Exchange"
 msgstr "Pokalbiai su raktų apsikeitimu"
 
-#: ../libpurple/protocols/silc/buddy.c:1663
-#: ../libpurple/protocols/silc10/buddy.c:1662
 msgid "IM with Password"
 msgstr "Pokalbiai su slaptažodžiu"
 
-#: ../libpurple/protocols/silc/buddy.c:1676
-#: ../libpurple/protocols/silc10/buddy.c:1675
 msgid "Get Public Key..."
 msgstr "Gauti viešąjį raktą..."
 
-#: ../libpurple/protocols/silc/buddy.c:1683
-#: ../libpurple/protocols/silc/ops.c:1625
-#: ../libpurple/protocols/silc10/buddy.c:1682
-#: ../libpurple/protocols/silc10/ops.c:1624
 msgid "Kill User"
 msgstr "Išmesti vartotoją"
 
-#: ../libpurple/protocols/silc/buddy.c:1693
-#: ../libpurple/protocols/silc/chat.c:1000
-#: ../libpurple/protocols/silc10/buddy.c:1692
-#: ../libpurple/protocols/silc10/chat.c:977
 msgid "Draw On Whiteboard"
 msgstr "Piešti ant lentos"
 
-#: ../libpurple/protocols/silc/chat.c:39
-#: ../libpurple/protocols/silc10/chat.c:39
 msgid "_Passphrase:"
 msgstr "Sla_ptafrazė:"
 
-#: ../libpurple/protocols/silc/chat.c:80
-#: ../libpurple/protocols/silc10/chat.c:80
 #, c-format
 msgid "Channel %s does not exist in the network"
 msgstr "Kanalas %s tinkle neegzistuoja"
 
-#: ../libpurple/protocols/silc/chat.c:81
-#: ../libpurple/protocols/silc/chat.c:176
-#: ../libpurple/protocols/silc10/chat.c:81
-#: ../libpurple/protocols/silc10/chat.c:174
 msgid "Channel Information"
 msgstr "Kanalo informacija"
 
-#: ../libpurple/protocols/silc/chat.c:82
-#: ../libpurple/protocols/silc10/chat.c:82
 msgid "Cannot get channel information"
 msgstr "Nepavyko gauti kanalo informacijos"
 
-#: ../libpurple/protocols/silc/chat.c:119
-#: ../libpurple/protocols/silc10/chat.c:119
 #, c-format
 msgid "<b>Channel Name:</b> %s"
 msgstr "<b>Kanalo pavadinimas:</b> %s"
 
-#: ../libpurple/protocols/silc/chat.c:122
-#: ../libpurple/protocols/silc10/chat.c:122
 #, c-format
 msgid "<br><b>User Count:</b> %d"
 msgstr "<br><b>Vartotojų skaičius:</b> %d"
 
-#: ../libpurple/protocols/silc/chat.c:129
-#: ../libpurple/protocols/silc10/chat.c:129
 #, c-format
 msgid "<br><b>Channel Founder:</b> %s"
 msgstr "<br><b>Kanalo įkūrėjas:</b> %s"
 
-#: ../libpurple/protocols/silc/chat.c:138
-#: ../libpurple/protocols/silc10/chat.c:138
 #, c-format
 msgid "<br><b>Channel Cipher:</b> %s"
 msgstr "<br><b>Kanalo šifras:</b> %s"
 
 #. Definition of HMAC: http://en.wikipedia.org/wiki/HMAC
-#: ../libpurple/protocols/silc/chat.c:143
-#: ../libpurple/protocols/silc10/chat.c:142
 #, c-format
 msgid "<br><b>Channel HMAC:</b> %s"
 msgstr "<br><b>Kanalo HMAC:</b> %s"
 
-#: ../libpurple/protocols/silc/chat.c:148
-#: ../libpurple/protocols/silc10/chat.c:147
 #, c-format
 msgid "<br><b>Channel Topic:</b><br>%s"
 msgstr "<br><b>Kanalo tema:</b><br>%s"
 
-#: ../libpurple/protocols/silc/chat.c:153
-#: ../libpurple/protocols/silc10/chat.c:152
 msgid "<br><b>Channel Modes:</b> "
 msgstr "<br><b>Kanalo būsenos:</b> "
 
-#: ../libpurple/protocols/silc/chat.c:167
-#: ../libpurple/protocols/silc10/chat.c:165
 #, c-format
 msgid "<br><b>Founder Key Fingerprint:</b><br>%s"
 msgstr "<br><b>Įkūrėjo rakto kontrolinis kodas:</b><br>%s"
 
-#: ../libpurple/protocols/silc/chat.c:168
-#: ../libpurple/protocols/silc10/chat.c:166
 #, c-format
 msgid "<br><b>Founder Key Babbleprint:</b><br>%s"
 msgstr "<br><b>Įkūrėjo rakto žodinis kontrolinis kodas:</b><br>%s"
 
-#: ../libpurple/protocols/silc/chat.c:237
-#: ../libpurple/protocols/silc10/chat.c:236
 msgid "Add Channel Public Key"
 msgstr "Pridėti kanalo viešąjį raktą"
 
 #. Add new public key
-#: ../libpurple/protocols/silc/chat.c:305
-#: ../libpurple/protocols/silc10/chat.c:291
 msgid "Open Public Key..."
 msgstr "Atverti viešąjį raktą..."
 
-#: ../libpurple/protocols/silc/chat.c:424
-#: ../libpurple/protocols/silc10/chat.c:401
 msgid "Channel Passphrase"
 msgstr "Kanalo slaptafrazė"
 
-#: ../libpurple/protocols/silc/chat.c:431
-#: ../libpurple/protocols/silc10/chat.c:408
 msgid "Channel Public Keys List"
 msgstr "Kanalo viešųjų raktų sąrašas"
 
-#: ../libpurple/protocols/silc/chat.c:436
-#: ../libpurple/protocols/silc10/chat.c:413
 msgid ""
 "Channel authentication is used to secure the channel from unauthorized "
 "access. The authentication may be based on passphrase and digital "
@@ -11832,124 +8331,68 @@
 "norint prisijungti prie kanalo.  Jei kanalo viešieji raktai yra nustatyti, "
 "gali prisijungti tik vartotojai, kurių viešieji raktai yra priskirti."
 
-#: ../libpurple/protocols/silc/chat.c:445
-#: ../libpurple/protocols/silc/chat.c:446
-#: ../libpurple/protocols/silc/chat.c:482
-#: ../libpurple/protocols/silc/chat.c:483
-#: ../libpurple/protocols/silc/chat.c:934
-#: ../libpurple/protocols/silc10/chat.c:422
-#: ../libpurple/protocols/silc10/chat.c:423
-#: ../libpurple/protocols/silc10/chat.c:461
-#: ../libpurple/protocols/silc10/chat.c:462
-#: ../libpurple/protocols/silc10/chat.c:911
 msgid "Channel Authentication"
 msgstr "Tapatybės nustatymas kanale"
 
-#: ../libpurple/protocols/silc/chat.c:447
-#: ../libpurple/protocols/silc/chat.c:484
-#: ../libpurple/protocols/silc10/chat.c:424
-#: ../libpurple/protocols/silc10/chat.c:463
 msgid "Add / Remove"
 msgstr "Įdėti / Pašalinti"
 
-#: ../libpurple/protocols/silc/chat.c:600
-#: ../libpurple/protocols/silc10/chat.c:581
 msgid "Group Name"
 msgstr "Grupės pavadinimas"
 
-#: ../libpurple/protocols/silc/chat.c:604
-#: ../libpurple/protocols/silc/ops.c:1830
-#: ../libpurple/protocols/silc/silc.c:1255
-#: ../libpurple/protocols/silc10/chat.c:585
-#: ../libpurple/protocols/silc10/ops.c:1907
-#: ../libpurple/protocols/silc10/silc.c:956
 msgid "Passphrase"
 msgstr "Slaptafrazė"
 
-#: ../libpurple/protocols/silc/chat.c:615
-#: ../libpurple/protocols/silc10/chat.c:596
 #, c-format
 msgid "Please enter the %s channel private group name and passphrase."
 msgstr "Prašom įvesti kanalo %s privačios grupės pavadinimą ir slaptafrazę."
 
-#: ../libpurple/protocols/silc/chat.c:617
-#: ../libpurple/protocols/silc10/chat.c:598
 msgid "Add Channel Private Group"
 msgstr "Pridėti kanalo privačią grupę"
 
-#: ../libpurple/protocols/silc/chat.c:749
-#: ../libpurple/protocols/silc10/chat.c:726
 msgid "User Limit"
 msgstr "Vartotojų skaičiaus riba"
 
-#: ../libpurple/protocols/silc/chat.c:750
-#: ../libpurple/protocols/silc10/chat.c:727
 msgid "Set user limit on channel. Set to zero to reset user limit."
 msgstr ""
 "Nustatyti kanalo vartotojų skaičiaus ribą.  Nulio reikšmė pašalina ribą."
 
-#: ../libpurple/protocols/silc/chat.c:914
-#: ../libpurple/protocols/silc10/chat.c:891
 msgid "Invite List"
 msgstr "Pakvietimų sąrašas"
 
-#: ../libpurple/protocols/silc/chat.c:919
-#: ../libpurple/protocols/silc10/chat.c:896
 msgid "Ban List"
 msgstr "Draudimų sąrašas"
 
-#: ../libpurple/protocols/silc/chat.c:927
-#: ../libpurple/protocols/silc10/chat.c:904
 msgid "Add Private Group"
 msgstr "Pridėti privačią grupę"
 
-#: ../libpurple/protocols/silc/chat.c:940
-#: ../libpurple/protocols/silc10/chat.c:917
 msgid "Reset Permanent"
 msgstr "Atšaukti pastovumą"
 
-#: ../libpurple/protocols/silc/chat.c:945
-#: ../libpurple/protocols/silc10/chat.c:922
 msgid "Set Permanent"
 msgstr "Nustatyti pastovumą"
 
-#: ../libpurple/protocols/silc/chat.c:953
-#: ../libpurple/protocols/silc10/chat.c:930
 msgid "Set User Limit"
 msgstr "Nustatyti vartotojų skaičiaus ribą"
 
-#: ../libpurple/protocols/silc/chat.c:959
-#: ../libpurple/protocols/silc10/chat.c:936
 msgid "Reset Topic Restriction"
 msgstr "Atšaukti temos apribojimą"
 
-#: ../libpurple/protocols/silc/chat.c:964
-#: ../libpurple/protocols/silc10/chat.c:941
 msgid "Set Topic Restriction"
 msgstr "Nustatyti temos apribojimą"
 
-#: ../libpurple/protocols/silc/chat.c:971
-#: ../libpurple/protocols/silc10/chat.c:948
 msgid "Reset Private Channel"
 msgstr "Atšaukti kanalo privatumą"
 
-#: ../libpurple/protocols/silc/chat.c:976
-#: ../libpurple/protocols/silc10/chat.c:953
 msgid "Set Private Channel"
 msgstr "Nustatyti kanalo privatumą"
 
-#: ../libpurple/protocols/silc/chat.c:983
-#: ../libpurple/protocols/silc10/chat.c:960
 msgid "Reset Secret Channel"
 msgstr "Atšaukti kanalo slaptumą"
 
-#: ../libpurple/protocols/silc/chat.c:988
-#: ../libpurple/protocols/silc10/chat.c:965
 msgid "Set Secret Channel"
 msgstr "Nustatyti kanalo slaptumą"
 
-#: ../libpurple/protocols/silc/chat.c:1049
-#: ../libpurple/protocols/silc10/chat.c:1102
 #, c-format
 msgid ""
 "You have to join the %s channel before you are able to join the private group"
@@ -11957,322 +8400,178 @@
 "Jūs turite prisijungti prie kanalo %s, kad galėtumėte prisijungti prie "
 "privačios grupės"
 
-#: ../libpurple/protocols/silc/chat.c:1051
-#: ../libpurple/protocols/silc10/chat.c:1104
 msgid "Join Private Group"
 msgstr "Prisijungti prie privačios grupės"
 
-#: ../libpurple/protocols/silc/chat.c:1052
-#: ../libpurple/protocols/silc10/chat.c:1105
 msgid "Cannot join private group"
 msgstr "Negalima prisijungti prie privačios grupės"
 
-#: ../libpurple/protocols/silc/chat.c:1248
-#: ../libpurple/protocols/silc/silc.c:1452
-#: ../libpurple/protocols/silc10/chat.c:1299
-#: ../libpurple/protocols/silc10/silc.c:1162
 msgid "Call Command"
 msgstr "Komandos iškvietimas"
 
-#: ../libpurple/protocols/silc/chat.c:1248
-#: ../libpurple/protocols/silc/silc.c:1453
-#: ../libpurple/protocols/silc10/chat.c:1299
-#: ../libpurple/protocols/silc10/silc.c:1162
 msgid "Cannot call command"
 msgstr "Negalima iškviesti komandos"
 
-#: ../libpurple/protocols/silc/chat.c:1249
-#: ../libpurple/protocols/silc/silc.c:1454
-#: ../libpurple/protocols/silc10/chat.c:1300
-#: ../libpurple/protocols/silc10/silc.c:1163
 msgid "Unknown command"
 msgstr "Nežinoma komanda"
 
-#: ../libpurple/protocols/silc/ft.c:85 ../libpurple/protocols/silc/ft.c:101
-#: ../libpurple/protocols/silc/ft.c:104 ../libpurple/protocols/silc/ft.c:108
-#: ../libpurple/protocols/silc/ft.c:112 ../libpurple/protocols/silc/ft.c:116
-#: ../libpurple/protocols/silc/ft.c:120 ../libpurple/protocols/silc/ft.c:272
-#: ../libpurple/protocols/silc/ft.c:277 ../libpurple/protocols/silc/ft.c:282
-#: ../libpurple/protocols/silc/ft.c:288 ../libpurple/protocols/silc/ft.c:425
-#: ../libpurple/protocols/silc10/ft.c:89 ../libpurple/protocols/silc10/ft.c:92
-#: ../libpurple/protocols/silc10/ft.c:96
-#: ../libpurple/protocols/silc10/ft.c:100
-#: ../libpurple/protocols/silc10/ft.c:104
-#: ../libpurple/protocols/silc10/ft.c:205
-#: ../libpurple/protocols/silc10/ft.c:210
-#: ../libpurple/protocols/silc10/ft.c:215
-#: ../libpurple/protocols/silc10/ft.c:221
-#: ../libpurple/protocols/silc10/ft.c:340
 msgid "Secure File Transfer"
 msgstr "Saugus failų perdavimas"
 
-#: ../libpurple/protocols/silc/ft.c:86 ../libpurple/protocols/silc/ft.c:102
-#: ../libpurple/protocols/silc/ft.c:105 ../libpurple/protocols/silc/ft.c:109
-#: ../libpurple/protocols/silc/ft.c:113 ../libpurple/protocols/silc/ft.c:117
-#: ../libpurple/protocols/silc/ft.c:121 ../libpurple/protocols/silc10/ft.c:90
-#: ../libpurple/protocols/silc10/ft.c:93 ../libpurple/protocols/silc10/ft.c:97
-#: ../libpurple/protocols/silc10/ft.c:101
-#: ../libpurple/protocols/silc10/ft.c:105
 msgid "Error during file transfer"
 msgstr "Failų perdavimo klaida"
 
-#: ../libpurple/protocols/silc/ft.c:87
 msgid "Remote disconnected"
 msgstr "Kitas vartotojas atsijungė"
 
-#: ../libpurple/protocols/silc/ft.c:106 ../libpurple/protocols/silc10/ft.c:94
 msgid "Permission denied"
 msgstr "Neduotas leidimas"
 
-#: ../libpurple/protocols/silc/ft.c:110 ../libpurple/protocols/silc10/ft.c:98
 msgid "Key agreement failed"
 msgstr "Raktų sutikimas nepavyko"
 
-#: ../libpurple/protocols/silc/ft.c:114
 msgid "Connection timed out"
 msgstr "Jungties laukimo laikas baigėsi"
 
-#: ../libpurple/protocols/silc/ft.c:118
 msgid "Creating connection failed"
 msgstr "Jungties sukūrimo klaida"
 
-#: ../libpurple/protocols/silc/ft.c:122 ../libpurple/protocols/silc10/ft.c:102
 msgid "File transfer session does not exist"
 msgstr "Failų perdavimo seansas neegzistuoja"
 
-#: ../libpurple/protocols/silc/ft.c:273 ../libpurple/protocols/silc10/ft.c:206
 msgid "No file transfer session active"
 msgstr "Nėra aktyvaus failų perdavimo seanso"
 
-#: ../libpurple/protocols/silc/ft.c:278 ../libpurple/protocols/silc10/ft.c:211
 msgid "File transfer already started"
 msgstr "Failo perdavimas jau pradėtas"
 
-#: ../libpurple/protocols/silc/ft.c:283 ../libpurple/protocols/silc10/ft.c:216
 msgid "Could not perform key agreement for file transfer"
 msgstr "Nepavyko atlikti raktų sutarimo failų perdavimui"
 
-#: ../libpurple/protocols/silc/ft.c:289 ../libpurple/protocols/silc10/ft.c:222
 msgid "Could not start the file transfer"
 msgstr "Nepavyko pradėti failų perdavimo"
 
-#: ../libpurple/protocols/silc/ft.c:426 ../libpurple/protocols/silc10/ft.c:341
 msgid "Cannot send file"
 msgstr "Negalima išsiųsti failo"
 
-#: ../libpurple/protocols/silc/ops.c:76
 msgid "Error occurred"
 msgstr "Įvyko klaida"
 
-#: ../libpurple/protocols/silc/ops.c:548 ../libpurple/protocols/silc/ops.c:557
-#: ../libpurple/protocols/silc/ops.c:566
-#: ../libpurple/protocols/silc10/ops.c:554
-#: ../libpurple/protocols/silc10/ops.c:563
-#: ../libpurple/protocols/silc10/ops.c:572
 #, c-format
 msgid "%s has changed the topic of <I>%s</I> to: %s"
 msgstr "%s pakeitė kanalo <I>%s</I> temą į: %s"
 
-#: ../libpurple/protocols/silc/ops.c:632
-#: ../libpurple/protocols/silc10/ops.c:638
 #, c-format
 msgid "<I>%s</I> set channel <I>%s</I> modes to: %s"
 msgstr "<I>%s</I> pakeitė kanalo <I>%s</I> būsenas į: %s"
 
-#: ../libpurple/protocols/silc/ops.c:636
-#: ../libpurple/protocols/silc10/ops.c:642
 #, c-format
 msgid "<I>%s</I> removed all channel <I>%s</I> modes"
 msgstr "<I>%s</s> pašalino visus kanalo <i>%s</i> būsenas"
 
-#: ../libpurple/protocols/silc/ops.c:669
-#: ../libpurple/protocols/silc10/ops.c:675
 #, c-format
 msgid "<I>%s</I> set <I>%s's</I> modes to: %s"
 msgstr "<I>%s</I> pakeitė vartotojo <I>%s</I> būsenas į: %s"
 
-#: ../libpurple/protocols/silc/ops.c:677
-#: ../libpurple/protocols/silc10/ops.c:683
 #, c-format
 msgid "<I>%s</I> removed all <I>%s's</I> modes"
 msgstr "<i>%s</i> pašalino visas vartotojo <i>%s</i> būsenas"
 
-#: ../libpurple/protocols/silc/ops.c:706
-#: ../libpurple/protocols/silc10/ops.c:712
 #, c-format
 msgid "You have been kicked off <I>%s</I> by <I>%s</I> (%s)"
 msgstr "Iš <i>%s</i> Jus išspyrė <i>%s</i> (%s)"
 
-#: ../libpurple/protocols/silc/ops.c:733 ../libpurple/protocols/silc/ops.c:738
-#: ../libpurple/protocols/silc/ops.c:743
-#: ../libpurple/protocols/silc10/ops.c:742
-#: ../libpurple/protocols/silc10/ops.c:747
-#: ../libpurple/protocols/silc10/ops.c:752
 #, c-format
 msgid "You have been killed by %s (%s)"
 msgstr "Jus išmetė %s (%s)"
 
-#: ../libpurple/protocols/silc/ops.c:764 ../libpurple/protocols/silc/ops.c:769
-#: ../libpurple/protocols/silc/ops.c:774
-#: ../libpurple/protocols/silc10/ops.c:773
-#: ../libpurple/protocols/silc10/ops.c:778
-#: ../libpurple/protocols/silc10/ops.c:783
 #, c-format
 msgid "Killed by %s (%s)"
 msgstr "Išmestas vartotojo %s (%s)"
 
-#: ../libpurple/protocols/silc/ops.c:811
-#: ../libpurple/protocols/silc10/ops.c:829
 msgid "Server signoff"
 msgstr "Serverio atjungimas"
 
-#: ../libpurple/protocols/silc/ops.c:997
-#: ../libpurple/protocols/silc10/ops.c:1017
 msgid "Personal Information"
 msgstr "Asmeninė informacija"
 
-#: ../libpurple/protocols/silc/ops.c:1020
-#: ../libpurple/protocols/silc10/ops.c:1040
 msgid "Birth Day"
 msgstr "Gimtadienis"
 
-#: ../libpurple/protocols/silc/ops.c:1028
-#: ../libpurple/protocols/silc10/ops.c:1048
 msgid "Job Role"
 msgstr "Vaidmuo darbe"
 
-#: ../libpurple/protocols/silc/ops.c:1032
-#: ../libpurple/protocols/silc/silc.c:1248
-#: ../libpurple/protocols/silc10/ops.c:1052
-#: ../libpurple/protocols/silc10/silc.c:949
 msgid "Organization"
 msgstr "Organizacija"
 
-#: ../libpurple/protocols/silc/ops.c:1036
-#: ../libpurple/protocols/silc10/ops.c:1056
 msgid "Unit"
 msgstr "Padalinys"
 
-#: ../libpurple/protocols/silc/ops.c:1060
-#: ../libpurple/protocols/silc10/ops.c:1080
 msgid "Note"
 msgstr "Pastabos"
 
-#: ../libpurple/protocols/silc/ops.c:1106
-#: ../libpurple/protocols/silc10/ops.c:1128
 msgid "Join Chat"
 msgstr "Prisijungti prie pokalbių kambario"
 
-#: ../libpurple/protocols/silc/ops.c:1140
-#: ../libpurple/protocols/silc10/chat.c:1039
 #, c-format
 msgid "You are channel founder on <I>%s</I>"
 msgstr "Jūs esate <i>%s</i> kanalo įkūrėjas"
 
-#: ../libpurple/protocols/silc/ops.c:1144
-#: ../libpurple/protocols/silc10/chat.c:1043
 #, c-format
 msgid "Channel founder on <I>%s</I> is <I>%s</I>"
 msgstr "Kanalo <i>%s</i> įkūrėjas yra <i>%s</i>"
 
-#: ../libpurple/protocols/silc/ops.c:1203
-#: ../libpurple/protocols/silc/ops.c:1341
-#: ../libpurple/protocols/silc10/ops.c:1183
-#: ../libpurple/protocols/silc10/ops.c:1332
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1074
 msgid "Real Name"
 msgstr "Tikras vardas"
 
-#: ../libpurple/protocols/silc/ops.c:1231
-#: ../libpurple/protocols/silc10/ops.c:1213
 msgid "Status Text"
 msgstr "Būsenos tekstas"
 
-#: ../libpurple/protocols/silc/ops.c:1293
-#: ../libpurple/protocols/silc/ops.c:1367
-#: ../libpurple/protocols/silc10/ops.c:1285
-#: ../libpurple/protocols/silc10/ops.c:1357
 msgid "Public Key Fingerprint"
 msgstr "Viešojo rakto kontrolinis kodas"
 
-#: ../libpurple/protocols/silc/ops.c:1294
-#: ../libpurple/protocols/silc/ops.c:1368
-#: ../libpurple/protocols/silc10/ops.c:1286
-#: ../libpurple/protocols/silc10/ops.c:1358
 msgid "Public Key Babbleprint"
 msgstr "Viešojo rakto žodinis kontrolinis kodas"
 
-#: ../libpurple/protocols/silc/ops.c:1307
-#: ../libpurple/protocols/silc10/ops.c:1298
 msgid "_More..."
 msgstr "_Daugiau..."
 
-#: ../libpurple/protocols/silc/ops.c:1386
-#: ../libpurple/protocols/silc/silc.c:1312
-#: ../libpurple/protocols/silc10/ops.c:1371
-#: ../libpurple/protocols/silc10/silc.c:1013
 msgid "Detach From Server"
 msgstr "Atsiskirti nuo serverio"
 
-#: ../libpurple/protocols/silc/ops.c:1386
-#: ../libpurple/protocols/silc10/ops.c:1371
 msgid "Cannot detach"
 msgstr "Atsiskirti negalima"
 
-#: ../libpurple/protocols/silc/ops.c:1406
-#: ../libpurple/protocols/silc10/ops.c:1382
 msgid "Cannot set topic"
 msgstr "Negalima nustatyti temos"
 
-#: ../libpurple/protocols/silc/ops.c:1435
-#: ../libpurple/protocols/silc10/ops.c:1414
 msgid "Failed to change nickname"
 msgstr "Vardo pakeisti nepavyko"
 
-#: ../libpurple/protocols/silc/ops.c:1484
-#: ../libpurple/protocols/silc10/ops.c:1462
 msgid "Roomlist"
 msgstr "Kambarių sąrašas"
 
-#: ../libpurple/protocols/silc/ops.c:1484
-#: ../libpurple/protocols/silc10/ops.c:1462
 msgid "Cannot get room list"
 msgstr "Nepavyko gauti kambarių sąrašo"
 
-#: ../libpurple/protocols/silc/ops.c:1485
 msgid "Network is empty"
 msgstr "Tinklas yra tuščias"
 
-#: ../libpurple/protocols/silc/ops.c:1529
-#: ../libpurple/protocols/silc10/ops.c:1507
 msgid "No public key was received"
 msgstr "Joks viešasis raktas nebuvo gautas"
 
-#: ../libpurple/protocols/silc/ops.c:1541
-#: ../libpurple/protocols/silc/ops.c:1554
-#: ../libpurple/protocols/silc10/ops.c:1519
-#: ../libpurple/protocols/silc10/ops.c:1532
 msgid "Server Information"
 msgstr "Serverio informacija"
 
-#: ../libpurple/protocols/silc/ops.c:1542
-#: ../libpurple/protocols/silc10/ops.c:1520
 msgid "Cannot get server information"
 msgstr "Nepavyko gauti informacijos apie serverį"
 
-#: ../libpurple/protocols/silc/ops.c:1565
-#: ../libpurple/protocols/silc10/ops.c:1549
-#: ../libpurple/protocols/silc10/ops.c:1558
 msgid "Server Statistics"
 msgstr "Serverio statistika"
 
-#: ../libpurple/protocols/silc/ops.c:1566
-#: ../libpurple/protocols/silc10/ops.c:1550
 msgid "Cannot get server statistics"
 msgstr "Nepavyko gauti serverio statistikos"
 
-#: ../libpurple/protocols/silc/ops.c:1573
-#: ../libpurple/protocols/silc10/ops.c:1581
 #, c-format
 msgid ""
 "Local server start time: %s\n"
@@ -12307,59 +8606,36 @@
 "Iš viso serverio operatorių: %d\n"
 "Iš viso maršruto parinktuvų operatorių: %d\n"
 
-#: ../libpurple/protocols/silc/ops.c:1605
-#: ../libpurple/protocols/silc10/ops.c:1604
 msgid "Network Statistics"
 msgstr "Tinklo statistika"
 
-#: ../libpurple/protocols/silc/ops.c:1613
-#: ../libpurple/protocols/silc10/ops.c:1612
 msgid "Ping failed"
 msgstr "Nepavyko skimbtelėti"
 
-#: ../libpurple/protocols/silc/ops.c:1618
-#: ../libpurple/protocols/silc10/ops.c:1617
 msgid "Ping reply received from server"
 msgstr "Atsakas į skimbtelėjimą gautas iš serverio"
 
-#: ../libpurple/protocols/silc/ops.c:1626
-#: ../libpurple/protocols/silc10/ops.c:1625
 msgid "Could not kill user"
 msgstr "Nepavyko išmesti vartotojo"
 
-#: ../libpurple/protocols/silc/ops.c:1665
 msgid "WATCH"
 msgstr "STEBĖTI"
 
-#: ../libpurple/protocols/silc/ops.c:1665
 msgid "Cannot watch user"
 msgstr "Negalima stebėti vartotojo"
 
-#: ../libpurple/protocols/silc/ops.c:1741
-#: ../libpurple/protocols/silc/ops.c:1792
-#: ../libpurple/protocols/silc/silc.c:395
-#: ../libpurple/protocols/silc10/ops.c:1817
-#: ../libpurple/protocols/silc10/ops.c:1864
-#: ../libpurple/protocols/silc10/silc.c:194
 msgid "Resuming session"
 msgstr "Pratęsiamas seansas"
 
-#: ../libpurple/protocols/silc/ops.c:1743
-#: ../libpurple/protocols/silc10/ops.c:1819
 msgid "Authenticating connection"
 msgstr "Jungties tapatybės nustatymas"
 
-#: ../libpurple/protocols/silc/ops.c:1794
-#: ../libpurple/protocols/silc10/ops.c:1866
 msgid "Verifying server public key"
 msgstr "Tikrinamas serverio viešasis raktas"
 
-#: ../libpurple/protocols/silc/ops.c:1831
-#: ../libpurple/protocols/silc10/ops.c:1908
 msgid "Passphrase required"
 msgstr "Reikalinga slaptafrazė"
 
-#: ../libpurple/protocols/silc/pk.c:98 ../libpurple/protocols/silc10/pk.c:104
 #, c-format
 msgid ""
 "Received %s's public key. Your local copy does not match this key. Would you "
@@ -12368,13 +8644,11 @@
 "Gautas vartotojo %s viešasis raktas.  Jūsų vietinė kopija nesutampa su šiuo "
 "raktu.  Ar vis tiek norite priimti šį viešąjį raktą?"
 
-#: ../libpurple/protocols/silc/pk.c:103 ../libpurple/protocols/silc10/pk.c:109
 #, c-format
 msgid "Received %s's public key. Would you like to accept this public key?"
 msgstr ""
 "Gautas vartotojo %s viešasis raktas.  Ar norite priimti šį viešąjį raktą?"
 
-#: ../libpurple/protocols/silc/pk.c:107 ../libpurple/protocols/silc10/pk.c:113
 #, c-format
 msgid ""
 "Fingerprint and babbleprint for the %s key are:\n"
@@ -12387,112 +8661,68 @@
 "%s\n"
 "%s\n"
 
-#: ../libpurple/protocols/silc/pk.c:110 ../libpurple/protocols/silc/pk.c:139
-#: ../libpurple/protocols/silc10/pk.c:116
-#: ../libpurple/protocols/silc10/pk.c:142
 msgid "Verify Public Key"
 msgstr "Patikrinti viešąjį raktą"
 
-#: ../libpurple/protocols/silc/pk.c:115 ../libpurple/protocols/silc10/pk.c:121
 msgid "_View..."
 msgstr "_Peržiūrėti..."
 
-#: ../libpurple/protocols/silc/pk.c:140 ../libpurple/protocols/silc10/pk.c:143
 msgid "Unsupported public key type"
 msgstr "Nepalaikomas viešojo rakto tipas"
 
-#: ../libpurple/protocols/silc/silc.c:320
-#: ../libpurple/protocols/silc10/ops.c:1755
 msgid "Disconnected by server"
 msgstr "Atjungtas serverio"
 
-#: ../libpurple/protocols/silc/silc.c:328
-#: ../libpurple/protocols/silc10/ops.c:1701
 msgid "Error during connecting to SILC Server"
 msgstr "Jungimosi į SILC serverį klaida"
 
-#: ../libpurple/protocols/silc/silc.c:334
-#: ../libpurple/protocols/silc10/ops.c:1707
 msgid "Key Exchange failed"
 msgstr "Apsikeitimas raktais nepavyko"
 
-#: ../libpurple/protocols/silc/silc.c:344
-#: ../libpurple/protocols/silc10/ops.c:1718
 msgid ""
 "Resuming detached session failed. Press Reconnect to create new connection."
 msgstr ""
 "Atskirto seanso pratęsimas nepavyko. Paspauskite „Jungtis iš naujo\", kad "
 "sukurtumėtę naują jungtį."
 
-#: ../libpurple/protocols/silc/silc.c:374
-#: ../libpurple/protocols/silc/silc.c:421
-#: ../libpurple/protocols/silc10/silc.c:164
 msgid "Connection failed"
 msgstr "Jungties klaida"
 
-#: ../libpurple/protocols/silc/silc.c:398
-#: ../libpurple/protocols/silc10/silc.c:197
 msgid "Performing key exchange"
 msgstr "Apsikeičiama raktais"
 
-#: ../libpurple/protocols/silc/silc.c:450
-#: ../libpurple/protocols/silc10/silc.c:362
 msgid "Unable to create connection"
 msgstr "Nepavyko sukurti jungties."
 
-#: ../libpurple/protocols/silc/silc.c:493
-#: ../libpurple/protocols/silc/silc.c:509
-#: ../libpurple/protocols/silc/silc.c:538
-#: ../libpurple/protocols/silc10/silc.c:341
 msgid "Could not load SILC key pair"
 msgstr "Nepavyko įkelti SILC raktų poros"
 
 #. Progress
-#: ../libpurple/protocols/silc/silc.c:523
-#: ../libpurple/protocols/silc10/silc.c:330
 msgid "Connecting to SILC Server"
 msgstr "Jungiamasi prie SILC serverio"
 
-#: ../libpurple/protocols/silc/silc.c:569
-#: ../libpurple/protocols/silc10/silc.c:272
 msgid "Out of memory"
 msgstr "Trūksta atminties"
 
-#: ../libpurple/protocols/silc/silc.c:620
-#: ../libpurple/protocols/silc10/silc.c:318
 msgid "Cannot initialize SILC protocol"
 msgstr "Nepavyko inicijuoti SILC protokolo"
 
-#: ../libpurple/protocols/silc/silc.c:633
-#: ../libpurple/protocols/silc10/silc.c:325
 msgid "Error loading SILC key pair"
 msgstr "SILC raktų poros įkėlimo klaida"
 
-#: ../libpurple/protocols/silc/silc.c:690
-#: ../libpurple/protocols/silc/silc.c:1863
-#: ../libpurple/protocols/silc10/silc.c:405
-#: ../libpurple/protocols/silc10/silc.c:1582
 #, c-format
 msgid "Download %s: %s"
 msgstr "Atsisiųsk %s: %s"
 
-#: ../libpurple/protocols/silc/silc.c:974
-#: ../libpurple/protocols/silc10/silc.c:675
 msgid "Your Current Mood"
 msgstr "Jūsų dabartinė nuotaika"
 
-#: ../libpurple/protocols/silc/silc.c:976
-#: ../libpurple/protocols/silc10/silc.c:677 ../pidgin/gtkprefs.c:1792
 msgid "Normal"
 msgstr "Normaliai"
 
-#: ../libpurple/protocols/silc/silc.c:990
-#: ../libpurple/protocols/silc10/silc.c:691
 msgid "In love"
 msgstr "Įsimylėjęs"
 
-#: ../libpurple/protocols/silc/silc.c:1001
-#: ../libpurple/protocols/silc10/silc.c:702
 msgid ""
 "\n"
 "Your Preferred Contact Methods"
@@ -12500,64 +8730,37 @@
 "\n"
 "Jūsų labiausiai mėgstami kontaktavimo būdai"
 
-#: ../libpurple/protocols/silc/silc.c:1009
-#: ../libpurple/protocols/silc/util.c:567
-#: ../libpurple/protocols/silc10/silc.c:710
-#: ../libpurple/protocols/silc10/util.c:561
 msgid "SMS"
 msgstr "SMS"
 
-#: ../libpurple/protocols/silc/silc.c:1011
-#: ../libpurple/protocols/silc/util.c:569
-#: ../libpurple/protocols/silc10/silc.c:712
-#: ../libpurple/protocols/silc10/util.c:563
 msgid "MMS"
 msgstr "MMS"
 
-#: ../libpurple/protocols/silc/silc.c:1013
-#: ../libpurple/protocols/silc10/silc.c:714
 msgid "Video conferencing"
 msgstr "Kontaktas vaizdo konferencijoms"
 
-#: ../libpurple/protocols/silc/silc.c:1018
-#: ../libpurple/protocols/silc10/silc.c:719
 msgid "Your Current Status"
 msgstr "Jūsų dabartinė būsena"
 
-#: ../libpurple/protocols/silc/silc.c:1025
-#: ../libpurple/protocols/silc10/silc.c:726
 msgid "Online Services"
 msgstr "Tiesioginės tarnybos"
 
-#: ../libpurple/protocols/silc/silc.c:1028
-#: ../libpurple/protocols/silc10/silc.c:729
 msgid "Let others see what services you are using"
 msgstr "Leisti kitiems pamatyti, kokiomis tarnybomis Jūs naudojatės"
 
-#: ../libpurple/protocols/silc/silc.c:1034
-#: ../libpurple/protocols/silc10/silc.c:735
 msgid "Let others see what computer you are using"
 msgstr "Leisti kitiems pamatyti, kokiu kompiuteriu Jūs naudojatės"
 
 # „vCard“ yra tikrinis žodis
-#: ../libpurple/protocols/silc/silc.c:1041
-#: ../libpurple/protocols/silc10/silc.c:742
 msgid "Your VCard File"
 msgstr "Jūsų vCard failas"
 
-#: ../libpurple/protocols/silc/silc.c:1047
 msgid "Timezone (UTC)"
 msgstr "Laiko juosta (UTC)"
 
-#: ../libpurple/protocols/silc/silc.c:1051
-#: ../libpurple/protocols/silc/silc.c:1052
-#: ../libpurple/protocols/silc10/silc.c:754
-#: ../libpurple/protocols/silc10/silc.c:755
 msgid "User Online Status Attributes"
 msgstr "Vartotojo prisijungimo būsenos atributai"
 
-#: ../libpurple/protocols/silc/silc.c:1053
-#: ../libpurple/protocols/silc10/silc.c:756
 msgid ""
 "You can let other users see your online status information and your personal "
 "information. Please fill the information you would like other users to see "
@@ -12567,217 +8770,128 @@
 "informaciją ir Jūsų asmeninę informaciją.  Prašome užpildyti informaciją, "
 "kurią matys kiti vartotojai apie Jus."
 
-#: ../libpurple/protocols/silc/silc.c:1094
-#: ../libpurple/protocols/silc/silc.c:1100
-#: ../libpurple/protocols/silc/silc.c:1721
-#: ../libpurple/protocols/silc10/silc.c:797
-#: ../libpurple/protocols/silc10/silc.c:803
-#: ../libpurple/protocols/silc10/silc.c:1440
 msgid "Message of the Day"
 msgstr "Dienos žinutė"
 
-#: ../libpurple/protocols/silc/silc.c:1094
-#: ../libpurple/protocols/silc10/silc.c:797
 msgid "No Message of the Day available"
 msgstr "Dienos žinutės nėra"
 
-#: ../libpurple/protocols/silc/silc.c:1095
-#: ../libpurple/protocols/silc/silc.c:1716
-#: ../libpurple/protocols/silc10/silc.c:798
-#: ../libpurple/protocols/silc10/silc.c:1435
 msgid "There is no Message of the Day associated with this connection"
 msgstr "Nėra susietos su šia jungtimi dienos žinutės"
 
-#: ../libpurple/protocols/silc/silc.c:1146
-#: ../libpurple/protocols/silc/silc.c:1192
-#: ../libpurple/protocols/silc/silc.c:1263
-#: ../libpurple/protocols/silc/silc.c:1264
-#: ../libpurple/protocols/silc10/silc.c:849
-#: ../libpurple/protocols/silc10/silc.c:893
-#: ../libpurple/protocols/silc10/silc.c:964
-#: ../libpurple/protocols/silc10/silc.c:965
 msgid "Create New SILC Key Pair"
 msgstr "Kuriama nauja SILC raktų pora..."
 
-#: ../libpurple/protocols/silc/silc.c:1146
-#: ../libpurple/protocols/silc10/silc.c:849
 msgid "Passphrases do not match"
 msgstr "Slaptafrazės nesutampa"
 
-#: ../libpurple/protocols/silc/silc.c:1192
-#: ../libpurple/protocols/silc10/silc.c:893
 msgid "Key Pair Generation failed"
 msgstr "Raktų poros sukūrimas nepavyko"
 
-#: ../libpurple/protocols/silc/silc.c:1231
-#: ../libpurple/protocols/silc10/silc.c:932
 msgid "Key length"
 msgstr "Rakto ilgis"
 
-#: ../libpurple/protocols/silc/silc.c:1233
-#: ../libpurple/protocols/silc10/silc.c:934
 msgid "Public key file"
 msgstr "Viešojo rakto failas"
 
-#: ../libpurple/protocols/silc/silc.c:1235
-#: ../libpurple/protocols/silc10/silc.c:936
 msgid "Private key file"
 msgstr "Privataus rakto failas"
 
-#: ../libpurple/protocols/silc/silc.c:1258
-#: ../libpurple/protocols/silc10/silc.c:959
 msgid "Passphrase (retype)"
 msgstr "Slaptafrazė (pakartoti)"
 
-#: ../libpurple/protocols/silc/silc.c:1265
-#: ../libpurple/protocols/silc10/silc.c:966
 msgid "Generate Key Pair"
 msgstr "Sukurti raktų porą"
 
-#: ../libpurple/protocols/silc/silc.c:1308
-#: ../libpurple/protocols/silc10/silc.c:1009
 msgid "Online Status"
 msgstr "Prisijungimo būsena"
 
-#: ../libpurple/protocols/silc/silc.c:1316
-#: ../libpurple/protocols/silc10/silc.c:1017
 msgid "View Message of the Day"
 msgstr "Žiūrėti dienos žinutę"
 
-#: ../libpurple/protocols/silc/silc.c:1320
-#: ../libpurple/protocols/silc10/silc.c:1021
 msgid "Create SILC Key Pair..."
 msgstr "Sukurti SILC raktų porą..."
 
-#: ../libpurple/protocols/silc/silc.c:1412
-#: ../libpurple/protocols/silc10/silc.c:1120
 #, c-format
 msgid "User <I>%s</I> is not present in the network"
 msgstr "Vartotojo <i>%s</i> nėra tinkle"
 
-#: ../libpurple/protocols/silc/silc.c:1592
-#: ../libpurple/protocols/silc10/silc.c:1311
 msgid "Topic too long"
 msgstr "Tema per ilga"
 
-#: ../libpurple/protocols/silc/silc.c:1673
-#: ../libpurple/protocols/silc10/silc.c:1392
 msgid "You must specify a nick"
 msgstr "Jūs privalote nurodyti vardą"
 
-#: ../libpurple/protocols/silc/silc.c:1775
-#: ../libpurple/protocols/silc10/silc.c:1494
 #, c-format
 msgid "channel %s not found"
 msgstr "kanalas %s nerastas"
 
-#: ../libpurple/protocols/silc/silc.c:1780
-#: ../libpurple/protocols/silc10/silc.c:1499
 #, c-format
 msgid "channel modes for %s: %s"
 msgstr "Kanalo %s būsenos: %s"
 
-#: ../libpurple/protocols/silc/silc.c:1782
-#: ../libpurple/protocols/silc10/silc.c:1501
 #, c-format
 msgid "no channel modes are set on %s"
 msgstr "kanalas %s neturi būsenų"
 
-#: ../libpurple/protocols/silc/silc.c:1795
-#: ../libpurple/protocols/silc10/silc.c:1514
 #, c-format
 msgid "Failed to set cmodes for %s"
 msgstr "Nepavyko nustatyti %s kanalo būsenų"
 
-#: ../libpurple/protocols/silc/silc.c:1825
-#: ../libpurple/protocols/silc10/silc.c:1544
 #, c-format
 msgid "Unknown command: %s, (may be a client bug)"
 msgstr "Nežinoma komanda: %s, (gali būti programos riktas)"
 
-#: ../libpurple/protocols/silc/silc.c:1906
-#: ../libpurple/protocols/silc10/silc.c:1625
 msgid "part [channel]:  Leave the chat"
 msgstr "part [kanalas]:  palikti kanalą"
 
-#: ../libpurple/protocols/silc/silc.c:1910
-#: ../libpurple/protocols/silc10/silc.c:1629
 msgid "leave [channel]:  Leave the chat"
 msgstr "leave [channel]  palikti kanalą"
 
-#: ../libpurple/protocols/silc/silc.c:1914
-#: ../libpurple/protocols/silc10/silc.c:1633
 msgid "topic [&lt;new topic&gt;]:  View or change the topic"
 msgstr "topic [nauja tema]:  rodyti arba pakeisti temą"
 
-#: ../libpurple/protocols/silc/silc.c:1919
-#: ../libpurple/protocols/silc10/silc.c:1638
 msgid "join &lt;channel&gt; [&lt;password&gt;]:  Join a chat on this network"
 msgstr ""
 "join &lt;kanalas&gt; [slaptažodis]:  prisijungti prie pokalbių kanalo šiame "
 "tinkle"
 
-#: ../libpurple/protocols/silc/silc.c:1923
-#: ../libpurple/protocols/silc10/silc.c:1642
 msgid "list:  List channels on this network"
 msgstr "list:  parodyti šio tinklo kanalų sąrašą"
 
-#: ../libpurple/protocols/silc/silc.c:1927
-#: ../libpurple/protocols/silc10/silc.c:1646
 msgid "whois &lt;nick&gt;:  View nick's information"
 msgstr "whois &lt;vardas&gt;  rodyti informaciją apie vartotoją"
 
-#: ../libpurple/protocols/silc/silc.c:1931
-#: ../libpurple/protocols/silc10/silc.c:1650
-#: ../libpurple/protocols/zephyr/zephyr.c:2704
 msgid "msg &lt;nick&gt; &lt;message&gt;:  Send a private message to a user"
 msgstr ""
 "msg &lt;vardas&gt; &lt;žinutė&gt;:  vartotojui nusiųsti privačią žinutę"
 
-#: ../libpurple/protocols/silc/silc.c:1935
-#: ../libpurple/protocols/silc10/silc.c:1654
 msgid "query &lt;nick&gt; [&lt;message&gt;]:  Send a private message to a user"
 msgstr "query &lt;vardas&gt; [žinutė]:  vartotojui nusiųsti privačią žinutę"
 
-#: ../libpurple/protocols/silc/silc.c:1939
-#: ../libpurple/protocols/silc10/silc.c:1658
 msgid "motd:  View the server's Message Of The Day"
 msgstr "motd:  rodyti serverio dienos žinutę"
 
-#: ../libpurple/protocols/silc/silc.c:1943
-#: ../libpurple/protocols/silc10/silc.c:1662
 msgid "detach:  Detach this session"
 msgstr "detach:  atskirti šią sesiją"
 
-#: ../libpurple/protocols/silc/silc.c:1947
-#: ../libpurple/protocols/silc10/silc.c:1666
 msgid "quit [message]:  Disconnect from the server, with an optional message"
 msgstr ""
 "quit [žinutė]:  atsijungti nuo serverio su papildoma neprivaloma žinute"
 
-#: ../libpurple/protocols/silc/silc.c:1951
-#: ../libpurple/protocols/silc10/silc.c:1670
 msgid "call &lt;command&gt;:  Call any silc client command"
 msgstr "call &lt;komanda&gt;  iškviesti bet kokią SILC kliento komandą"
 
-#: ../libpurple/protocols/silc/silc.c:1957
-#: ../libpurple/protocols/silc10/silc.c:1676
 msgid "kill &lt;nick&gt; [-pubkey|&lt;reason&gt;]:  Kill nick"
 msgstr ""
 "kill &lt;vardas&gt; [-viešasis raktas|&lt;priežastis&gt;]:  išmesti vartotoją"
 
-#: ../libpurple/protocols/silc/silc.c:1961
-#: ../libpurple/protocols/silc10/silc.c:1680
 msgid "nick &lt;newnick&gt;:  Change your nickname"
 msgstr "nick &lt;naujas-vardas&gt;:  pakeisti Jūsų vardą"
 
-#: ../libpurple/protocols/silc/silc.c:1965
-#: ../libpurple/protocols/silc10/silc.c:1684
 msgid "whowas &lt;nick&gt;:  View nick's information"
 msgstr "whowas &lt;slapyvardis&gt;:  rodyti informaciją apie vartotoją"
 
-#: ../libpurple/protocols/silc/silc.c:1969
-#: ../libpurple/protocols/silc10/silc.c:1688
 msgid ""
 "cmode &lt;channel&gt; [+|-&lt;modes&gt;] [arguments]:  Change or display "
 "channel modes"
@@ -12785,8 +8899,6 @@
 "cmode &lt;kanalas&gt; [+|-&lt;būsenos&gt;] [argumentai]:  keisti arba rodyti "
 "kanalo būsenas"
 
-#: ../libpurple/protocols/silc/silc.c:1973
-#: ../libpurple/protocols/silc10/silc.c:1692
 msgid ""
 "cumode &lt;channel&gt; +|-&lt;modes&gt; &lt;nick&gt;:  Change nick's modes "
 "on channel"
@@ -12794,20 +8906,14 @@
 "cumode &lt;kanalas&gt; +|-&lt;būsenos&gr; &lt;slapyvardis&gt;:  keisti "
 "vartotojo būsenas kanale"
 
-#: ../libpurple/protocols/silc/silc.c:1977
-#: ../libpurple/protocols/silc10/silc.c:1696
 msgid "umode &lt;usermodes&gt;:  Set your modes in the network"
 msgstr "umode &lt;vartotojo-būsenos&gt;:  nustatyti Jūsų būsenas tinkle"
 
-#: ../libpurple/protocols/silc/silc.c:1981
-#: ../libpurple/protocols/silc10/silc.c:1700
 msgid "oper &lt;nick&gt; [-pubkey]:  Get server operator privileges"
 msgstr ""
 "oper &lt;slapyvardis&gt; [-viešasis raktas]:  gauti serverio operatoriaus "
 "privilegijas"
 
-#: ../libpurple/protocols/silc/silc.c:1985
-#: ../libpurple/protocols/silc10/silc.c:1704
 msgid ""
 "invite &lt;channel&gt; [-|+]&lt;nick&gt;:  invite nick or add/remove from "
 "channel invite list"
@@ -12815,48 +8921,32 @@
 "invite &lt;kanalas&gt; [-|+]&lt;slapyvardis&gt;:  pakviesti vartotoją arba "
 "įterpti/pašalinti iš kanalo pakvietimų sąrašo"
 
-#: ../libpurple/protocols/silc/silc.c:1989
-#: ../libpurple/protocols/silc10/silc.c:1708
 msgid "kick &lt;channel&gt; &lt;nick&gt; [comment]:  Kick client from channel"
 msgstr ""
 "kick &lt;kanalas&gt; &lt;slapyvardis&gt; [komentaras]:  išspirti vartotoją "
 "iš kanalog"
 
-#: ../libpurple/protocols/silc/silc.c:1993
-#: ../libpurple/protocols/silc10/silc.c:1712
 msgid "info [server]:  View server administrative details"
 msgstr "info [serveris]:  rodyti serverio administracines detales"
 
-#: ../libpurple/protocols/silc/silc.c:1997
-#: ../libpurple/protocols/silc10/silc.c:1716
 msgid "ban [&lt;channel&gt; +|-&lt;nick&gt;]:  Ban client from channel"
 msgstr ""
 "ban [&lt;kanalas&gt; +|-&lt;slapyvardis&gt;]:  uždrausti vartotojui "
 "prisijungti prie kanalo"
 
-#: ../libpurple/protocols/silc/silc.c:2001
-#: ../libpurple/protocols/silc10/silc.c:1720
 msgid "getkey &lt;nick|server&gt;:  Retrieve client's or server's public key"
 msgstr ""
 "getkey &lt;nick|server&gt;:  gauti vartotojo arba serverio viešąjį raktą"
 
-#: ../libpurple/protocols/silc/silc.c:2005
-#: ../libpurple/protocols/silc10/silc.c:1724
 msgid "stats:  View server and network statistics"
 msgstr "stats:  rodyti serverio ir tinklo statistiką"
 
-#: ../libpurple/protocols/silc/silc.c:2009
-#: ../libpurple/protocols/silc10/silc.c:1728
 msgid "ping:  Send PING to the connected server"
 msgstr "ping:  skimbtelėti serveriui"
 
-#: ../libpurple/protocols/silc/silc.c:2014
-#: ../libpurple/protocols/silc10/silc.c:1733
 msgid "users &lt;channel&gt;:  List users in channel"
 msgstr "users &lt;kanalas&gt;:  rodyti vartotojus kanale"
 
-#: ../libpurple/protocols/silc/silc.c:2018
-#: ../libpurple/protocols/silc10/silc.c:1737
 msgid ""
 "names [-count|-ops|-halfops|-voices|-normal] &lt;channel(s)&gt;:  List "
 "specific users in channel(s)"
@@ -12883,142 +8973,92 @@
 #. *< name
 #. *< version
 #. *  summary
-#: ../libpurple/protocols/silc/silc.c:2130
-#: ../libpurple/protocols/silc10/silc.c:1862
 msgid "SILC Protocol Plugin"
 msgstr "SILC protokolo papildinys"
 
 #  *  description
 #. *  description
-#: ../libpurple/protocols/silc/silc.c:2132
-#: ../libpurple/protocols/silc10/silc.c:1864
 msgid "Secure Internet Live Conferencing (SILC) Protocol"
 msgstr "SILC papildinys"
 
-#: ../libpurple/protocols/silc/silc.c:2173
-#: ../libpurple/protocols/silc10/silc.c:1896 ../pidgin/gtkprefs.c:2147
 msgid "Network"
 msgstr "Tinklas"
 
-#: ../libpurple/protocols/silc/silc.c:2184
-#: ../libpurple/protocols/silc10/silc.c:1907
 msgid "Public Key file"
 msgstr "Viešojo rakto failas"
 
-#: ../libpurple/protocols/silc/silc.c:2188
-#: ../libpurple/protocols/silc10/silc.c:1911
 msgid "Private Key file"
 msgstr "Privataus rakto failas"
 
-#: ../libpurple/protocols/silc/silc.c:2198
-#: ../libpurple/protocols/silc10/silc.c:1921
 msgid "Cipher"
 msgstr "Šifras"
 
-#: ../libpurple/protocols/silc/silc.c:2208
-#: ../libpurple/protocols/silc10/silc.c:1931
 msgid "HMAC"
 msgstr "HMAC"
 
-#: ../libpurple/protocols/silc/silc.c:2211
 msgid "Use Perfect Forward Secrecy"
 msgstr "Naudoti „Perfect Forward Secrecy“ (PFC)"
 
-#: ../libpurple/protocols/silc/silc.c:2215
-#: ../libpurple/protocols/silc10/silc.c:1934
 msgid "Public key authentication"
 msgstr "Tapatybės nustatymas viešuoju raktu"
 
-#: ../libpurple/protocols/silc/silc.c:2218
-#: ../libpurple/protocols/silc10/silc.c:1937
 msgid "Block IMs without Key Exchange"
 msgstr "Blokuoti greitąsias žinutes be raktų apsikeitimo"
 
-#: ../libpurple/protocols/silc/silc.c:2221
-#: ../libpurple/protocols/silc10/silc.c:1940
 msgid "Block messages to whiteboard"
 msgstr "Blokuoti rašymo ant lentos žinutes"
 
-#: ../libpurple/protocols/silc/silc.c:2224
-#: ../libpurple/protocols/silc10/silc.c:1943
 msgid "Automatically open whiteboard"
 msgstr "Automatiškai atidaryti rašymo lentą"
 
-#: ../libpurple/protocols/silc/silc.c:2227
-#: ../libpurple/protocols/silc10/silc.c:1946
 msgid "Digitally sign and verify all messages"
 msgstr "Skaitmeniškai pasirašyti ir patikrinti visas greitąsias žinutes"
 
-#: ../libpurple/protocols/silc/util.c:207
-#: ../libpurple/protocols/silc/util.c:250
-#: ../libpurple/protocols/silc10/util.c:207
-#: ../libpurple/protocols/silc10/util.c:247
 msgid "Creating SILC key pair..."
 msgstr "Kuriama SILC raktų pora..."
 
-#: ../libpurple/protocols/silc/util.c:216
-#: ../libpurple/protocols/silc/util.c:259
 msgid "Cannot create SILC key pair\n"
 msgstr "Negalima sukurti SILC raktų poros\n"
 
 #. Hint for translators: Please check the tabulator width here and in
 #. the next strings (short strings: 2 tabs, longer strings 1 tab,
 #. sum: 3 tabs or 24 characters)
-#: ../libpurple/protocols/silc/util.c:363
-#: ../libpurple/protocols/silc10/util.c:355
 #, c-format
 msgid "Real Name: \t%s\n"
 msgstr "Asmenvardis: \t%s\n"
 
-#: ../libpurple/protocols/silc/util.c:365
-#: ../libpurple/protocols/silc10/util.c:357
 #, c-format
 msgid "User Name: \t%s\n"
 msgstr "Vartotojo vardas: \t%s\n"
 
-#: ../libpurple/protocols/silc/util.c:367
-#: ../libpurple/protocols/silc10/util.c:359
 #, c-format
 msgid "Email: \t\t%s\n"
 msgstr "El. paštas: \t\t%s\n"
 
-#: ../libpurple/protocols/silc/util.c:369
-#: ../libpurple/protocols/silc10/util.c:361
 #, c-format
 msgid "Host Name: \t%s\n"
 msgstr "Mazgo vardas:   %s\n"
 
-#: ../libpurple/protocols/silc/util.c:371
-#: ../libpurple/protocols/silc10/util.c:363
 #, c-format
 msgid "Organization: \t%s\n"
 msgstr "Organizacija: \t%s\n"
 
-#: ../libpurple/protocols/silc/util.c:373
-#: ../libpurple/protocols/silc10/util.c:365
 #, c-format
 msgid "Country: \t%s\n"
 msgstr "Šalis: \t%s\n"
 
-#: ../libpurple/protocols/silc/util.c:374
-#: ../libpurple/protocols/silc10/util.c:366
 #, c-format
 msgid "Algorithm: \t%s\n"
 msgstr "Algoritmas:  \t%s\n"
 
-#: ../libpurple/protocols/silc/util.c:375
-#: ../libpurple/protocols/silc10/util.c:367
 #, c-format
 msgid "Key Length: \t%d bits\n"
 msgstr "Rakto ilgis, bitais: \t%d\n"
 
-#: ../libpurple/protocols/silc/util.c:377
 #, c-format
 msgid "Version: \t%s\n"
 msgstr "Versija:        %s\n"
 
-#: ../libpurple/protocols/silc/util.c:379
-#: ../libpurple/protocols/silc10/util.c:369
 #, c-format
 msgid ""
 "Public Key Fingerprint:\n"
@@ -13028,8 +9068,6 @@
 "Viešojo rakto kontrolinė suma:\n"
 "%s\n"
 
-#: ../libpurple/protocols/silc/util.c:380
-#: ../libpurple/protocols/silc10/util.c:370
 #, c-format
 msgid ""
 "Public Key Babbleprint:\n"
@@ -13038,44 +9076,28 @@
 "Viešojo rakto žodinė kontrolinė suma:\n"
 "%s"
 
-#: ../libpurple/protocols/silc/util.c:382
-#: ../libpurple/protocols/silc/util.c:383
-#: ../libpurple/protocols/silc10/util.c:374
-#: ../libpurple/protocols/silc10/util.c:375
 msgid "Public Key Information"
 msgstr "Viešojo rakto informacija"
 
-#: ../libpurple/protocols/silc/util.c:565
-#: ../libpurple/protocols/silc10/util.c:559
 msgid "Paging"
 msgstr "Žinutės į pranešimų gaviklį"
 
-#: ../libpurple/protocols/silc/util.c:571
-#: ../libpurple/protocols/silc10/util.c:565
 msgid "Video Conferencing"
 msgstr "Vaizdo konferencija"
 
-#: ../libpurple/protocols/silc/util.c:589
-#: ../libpurple/protocols/silc10/util.c:584
 msgid "Computer"
 msgstr "Kompiuteris"
 
-#: ../libpurple/protocols/silc/util.c:593
-#: ../libpurple/protocols/silc10/util.c:588
 msgid "PDA"
 msgstr "PDA"
 
-#: ../libpurple/protocols/silc/util.c:595
-#: ../libpurple/protocols/silc10/util.c:590
 msgid "Terminal"
 msgstr "Terminalas"
 
-#: ../libpurple/protocols/silc/wb.c:288 ../libpurple/protocols/silc10/wb.c:287
 #, c-format
 msgid "%s sent message to whiteboard. Would you like to open the whiteboard?"
 msgstr "„%s“ atsiuntė rašymo ant lentos žinutę. Ar norite atidaryti lentą?"
 
-#: ../libpurple/protocols/silc/wb.c:292 ../libpurple/protocols/silc10/wb.c:291
 #, c-format
 msgid ""
 "%s sent message to whiteboard on %s channel. Would you like to open the "
@@ -13084,89 +9106,65 @@
 "„%s“ atsiuntė rašymo ant lentos žinutę kanale „%s“. Ar norite atidaryti "
 "lentą?"
 
-#: ../libpurple/protocols/silc/wb.c:306 ../libpurple/protocols/silc10/wb.c:305
 msgid "Whiteboard"
 msgstr "Lenta"
 
-#: ../libpurple/protocols/silc10/ops.c:1559
 msgid "No server statistics available"
 msgstr "Nėra prieinamos serverio statistikos"
 
-#: ../libpurple/protocols/silc10/ops.c:1937
 msgid "Failure: Version mismatch, upgrade your client"
 msgstr "Nesėkmė: versijų neatitikimas, atnaujinkite savo klientą"
 
-#: ../libpurple/protocols/silc10/ops.c:1940
 msgid "Failure: Remote does not trust/support your public key"
 msgstr ""
 "Nesekmė: nuotolinis mazgas nepasitiki arba nepalaiko Jūsų viešojo rakto"
 
-#: ../libpurple/protocols/silc10/ops.c:1943
 msgid "Failure: Remote does not support proposed KE group"
 msgstr "Nesekmė: nuotolinis mazgas nepalaiko siūlomos KE grupės"
 
-#: ../libpurple/protocols/silc10/ops.c:1946
 msgid "Failure: Remote does not support proposed cipher"
 msgstr "Nesekmė: nuotolinis mazgas nepalaiko siūlomo šifro"
 
-#: ../libpurple/protocols/silc10/ops.c:1949
 msgid "Failure: Remote does not support proposed PKCS"
 msgstr "Nesekmė: nuotolinis mazgas nepalaiko siūlomo PKCS"
 
-#: ../libpurple/protocols/silc10/ops.c:1952
 msgid "Failure: Remote does not support proposed hash function"
 msgstr "Nesekmė: nuotolinis mazgas nepalaiko siūlomos maišos funkcijos"
 
-#: ../libpurple/protocols/silc10/ops.c:1955
 msgid "Failure: Remote does not support proposed HMAC"
 msgstr "Nesekmė: nuotolinis mazgas nepalaiko siūlomo HMAC"
 
-#: ../libpurple/protocols/silc10/ops.c:1957
 msgid "Failure: Incorrect signature"
 msgstr "Nesekmė: neteisingas parašas"
 
-#: ../libpurple/protocols/silc10/ops.c:1959
 msgid "Failure: Invalid cookie"
 msgstr "Nesekmė: neteisingas slapukas"
 
-#: ../libpurple/protocols/silc10/ops.c:1970
 msgid "Failure: Authentication failed"
 msgstr "Nesekmė: tapatybės nustatymas nepavyko"
 
-#: ../libpurple/protocols/silc10/silc.c:186
 msgid "Cannot initialize SILC Client connection"
 msgstr "Nepavyko inicijuoti SILC kliento jungties"
 
-#: ../libpurple/protocols/silc10/silc.c:295
 msgid "John Noname"
 msgstr "Vardenis Pavardenis"
 
-#: ../libpurple/protocols/silc10/silc.c:339
 #, c-format
 msgid "Could not load SILC key pair: %s"
 msgstr "Nepavyko įkelti SILC raktų poros: %s"
 
-#: ../libpurple/protocols/simple/simple.c:435
 msgid "Could not write"
 msgstr "Nepavyko rašyti"
 
-#: ../libpurple/protocols/simple/simple.c:459
-#: ../libpurple/protocols/simple/simple.c:1729
 msgid "Could not connect"
 msgstr "Nepavyko prisijungti"
 
-#: ../libpurple/protocols/simple/simple.c:1143
 msgid "Unknown server response."
 msgstr "Nežinomas serverio atsakymas."
 
-#: ../libpurple/protocols/simple/simple.c:1765
-#: ../libpurple/protocols/simple/simple.c:1811
-#: ../libpurple/protocols/simple/simple.c:1826
-#: ../libpurple/protocols/simple/simple.c:1881
 msgid "Could not create listen socket"
 msgstr "Nepavyko sukurti jungties klausymuisi"
 
-#: ../libpurple/protocols/simple/simple.c:1909
 msgid "SIP usernames may not contain whitespaces or @ symbols"
 msgstr "SIP naudotojų vardai negali turėti matomų tarpų arba „@“ simbolių"
 
@@ -13188,7 +9186,6 @@
 #. *< id
 #. *< name
 #. *< version
-#: ../libpurple/protocols/simple/simple.c:2089
 msgid "SIP/SIMPLE Protocol Plugin"
 msgstr "SIP/SIMPLE protokolo papildinys"
 
@@ -13203,153 +9200,119 @@
 #  *< version
 #  *  summary
 #. *  summary
-#: ../libpurple/protocols/simple/simple.c:2090
 msgid "The SIP/SIMPLE Protocol Plugin"
 msgstr "SIP/SIMPLE protokolo papildinys"
 
-#: ../libpurple/protocols/simple/simple.c:2118
 msgid "Publish status (note: everyone may watch you)"
 msgstr "Skelbti būseną (pastaba: bet kas galės Jus stebėti)"
 
-#: ../libpurple/protocols/simple/simple.c:2124
 msgid "Use UDP"
 msgstr "Naudoti UDP"
 
-#: ../libpurple/protocols/simple/simple.c:2126
 msgid "Use proxy"
 msgstr "Be tarpininko"
 
-#: ../libpurple/protocols/simple/simple.c:2128
 msgid "Proxy"
 msgstr "Tarpininkas"
 
-#: ../libpurple/protocols/simple/simple.c:2130
 msgid "Auth User"
 msgstr "Vartotojas prieigos teisės tikrinimui"
 
-#: ../libpurple/protocols/simple/simple.c:2132
 msgid "Auth Domain"
 msgstr "Sritis prieigos teisės tikrinimui"
 
-#: ../libpurple/protocols/toc/toc.c:139
 #, c-format
 msgid "Looking up %s"
 msgstr "Ieškoma %s"
 
-#: ../libpurple/protocols/toc/toc.c:148
 #, c-format
 msgid "Connect to %s failed"
 msgstr "Prisijungimas prie %s nepavyko"
 
-#: ../libpurple/protocols/toc/toc.c:201
 #, c-format
 msgid "Signon: %s"
 msgstr "Prisijungiama: %s"
 
-#: ../libpurple/protocols/toc/toc.c:488
 #, c-format
 msgid "Unable to write file %s."
 msgstr "Negalima rašyti failo %s."
 
-#: ../libpurple/protocols/toc/toc.c:491
 #, c-format
 msgid "Unable to read file %s."
 msgstr "Negalima skaityti failo %s."
 
-#: ../libpurple/protocols/toc/toc.c:494
 #, c-format
 msgid "Message too long, last %s bytes truncated."
 msgstr "Žinutė per ilga, paskutiniai %s bitai nukąsti."
 
-#: ../libpurple/protocols/toc/toc.c:497
 #, c-format
 msgid "%s not currently logged in."
 msgstr "%s nėra šiuo metu prisijungęs"
 
-#: ../libpurple/protocols/toc/toc.c:500
 #, c-format
 msgid "Warning of %s not allowed."
 msgstr "Vartotojo %s perspėjimas neleidžiamas"
 
-#: ../libpurple/protocols/toc/toc.c:503
 msgid "A message has been dropped, you are exceeding the server speed limit."
 msgstr "Žinutė prarasta, Jūs viršijote maksimalią serverio greičio ribą"
 
-#: ../libpurple/protocols/toc/toc.c:506
 #, c-format
 msgid "Chat in %s is not available."
 msgstr "Pokalbis %s nepasiekiamas"
 
-#: ../libpurple/protocols/toc/toc.c:509
 #, c-format
 msgid "You are sending messages too fast to %s."
 msgstr "Žinutes gavėjui %s Jūs siunčiate per greitai."
 
-#: ../libpurple/protocols/toc/toc.c:512
 #, c-format
 msgid "You missed an IM from %s because it was too big."
 msgstr "Jūs praleidote žinutę iš %s, nes ji buvo išsiųsta per didelė"
 
-#: ../libpurple/protocols/toc/toc.c:515
 #, c-format
 msgid "You missed an IM from %s because it was sent too fast."
 msgstr "Jūs praleidote žinutę iš %s, nes ji buvo išsiųsta per greitai."
 
-#: ../libpurple/protocols/toc/toc.c:518
 msgid "Failure."
 msgstr "Nesekmė."
 
-#: ../libpurple/protocols/toc/toc.c:521
 msgid "Too many matches."
 msgstr "Per daug atitikimų."
 
-#: ../libpurple/protocols/toc/toc.c:524
 msgid "Need more qualifiers."
 msgstr "Reikia labiau apibrėžti."
 
-#: ../libpurple/protocols/toc/toc.c:527
 msgid "Dir service temporarily unavailable."
 msgstr "Katalogo tarnyba laikinai neprieinama."
 
-#: ../libpurple/protocols/toc/toc.c:530
 msgid "Email lookup restricted."
 msgstr "El. pašto adresų paieška apribota."
 
-#: ../libpurple/protocols/toc/toc.c:533
 msgid "Keyword ignored."
 msgstr "Ignoruotas bazinis žodis"
 
-#: ../libpurple/protocols/toc/toc.c:536
 msgid "No keywords."
 msgstr "Nėra bazinių žodžių"
 
-#: ../libpurple/protocols/toc/toc.c:539
 msgid "User has no directory information."
 msgstr "Vartotojas neturi katalogo informacijos"
 
-#: ../libpurple/protocols/toc/toc.c:543
 msgid "Country not supported."
 msgstr "Nepalaikoma šalis."
 
-#: ../libpurple/protocols/toc/toc.c:546
 #, c-format
 msgid "Failure unknown: %s."
 msgstr "Nežinoma nesekmė: %s."
 
-#: ../libpurple/protocols/toc/toc.c:549
 msgid "Incorrect username or password."
 msgstr "Neteisingas naudotojo vardas arba slaptažodis"
 
-#: ../libpurple/protocols/toc/toc.c:552
 msgid "The service is temporarily unavailable."
 msgstr "Paslauga laikinai nepasiekiama"
 
-#: ../libpurple/protocols/toc/toc.c:555
 msgid "Your warning level is currently too high to log in."
 msgstr ""
 "Jūsų perspėjimo lygis šiuo metu yra per aukštas, kad galėtumėte prisijungti."
 
-#: ../libpurple/protocols/toc/toc.c:558
 msgid ""
 "You have been connecting and disconnecting too frequently.  Wait ten minutes "
 "and try again.  If you continue to try, you will need to wait even longer."
@@ -13358,71 +9321,54 @@
 "minučių ir pabandykite iš naujo.  Jei ir toliau bandysite, Jums reikės "
 "laukti dar ilgiau."
 
-#: ../libpurple/protocols/toc/toc.c:560
 #, c-format
 msgid "An unknown signon error has occurred: %s."
 msgstr "Įvyko nežinoma prisijungimo klaida: %s."
 
-#: ../libpurple/protocols/toc/toc.c:563
 #, c-format
 msgid "An unknown error, %d, has occurred.  Info: %s"
 msgstr "Įvyko nežinoma klaida %d.  Informacija: %s"
 
-#: ../libpurple/protocols/toc/toc.c:590
 msgid "Invalid Groupname"
 msgstr "Neteisingas grupės pavadinimas"
 
-#: ../libpurple/protocols/toc/toc.c:674
 msgid "Connection Closed"
 msgstr "Jungtis uždaryta"
 
-#: ../libpurple/protocols/toc/toc.c:714
 msgid "Waiting for reply..."
 msgstr "Laukiama atsako..."
 
-#: ../libpurple/protocols/toc/toc.c:792
 msgid "TOC has come back from its pause. You may now send messages again."
 msgstr "TOC protokolo užlaikymas baigėsi. Dabar Jūs vėl galite siųsti žinutes."
 
-#: ../libpurple/protocols/toc/toc.c:995
 msgid "Password Change Successful"
 msgstr "Slaptažodis pakeistas sėkmingai"
 
-#: ../libpurple/protocols/toc/toc.c:1366 ../pidgin/gtkblist.c:6957
 msgid "_Group:"
 msgstr "_Grupė:"
 
-#: ../libpurple/protocols/toc/toc.c:1535
 msgid "Get Dir Info"
 msgstr "Gauti katalogo informaciją"
 
-#: ../libpurple/protocols/toc/toc.c:1675
 msgid "Set Dir Info"
 msgstr "Nustatyti katalogo informaciją"
 
-#: ../libpurple/protocols/toc/toc.c:1797
 #, c-format
 msgid "Could not open %s for writing!"
 msgstr "Nepavyko atverti %s rašymui!"
 
-#: ../libpurple/protocols/toc/toc.c:1833
 msgid "File transfer failed; other side probably canceled."
 msgstr "Failų perdavimas nepavyko; greičiausiai kita pusė jį nutraukė."
 
-#: ../libpurple/protocols/toc/toc.c:1878 ../libpurple/protocols/toc/toc.c:1918
-#: ../libpurple/protocols/toc/toc.c:2042 ../libpurple/protocols/toc/toc.c:2130
 msgid "Could not connect for transfer."
 msgstr "Nepavyko prisijungti perdavimui."
 
-#: ../libpurple/protocols/toc/toc.c:2075
 msgid "Could not write file header.  The file will not be transferred."
 msgstr "Nepavyko rašyti failo antraštės.  Failas nebus perduotas."
 
-#: ../libpurple/protocols/toc/toc.c:2175
 msgid "Save As..."
 msgstr "Įrašyti kaip..."
 
-#: ../libpurple/protocols/toc/toc.c:2209
 #, c-format
 msgid "%s requests %s to accept %d file: %s (%.2f %s)%s%s"
 msgid_plural "%s requests %s to accept %d files: %s (%.2f %s)%s%s"
@@ -13430,7 +9376,6 @@
 msgstr[1] "%s prašo %s priimti %d failus: %s (%.2f %s)%s%s"
 msgstr[2] "%s prašo %s priimti %d failų: %s (%.2f %s)%s%s"
 
-#: ../libpurple/protocols/toc/toc.c:2216
 #, c-format
 msgid "%s requests you to send them a file"
 msgstr "%s prašo nusiųsti jam failą"
@@ -13445,31 +9390,25 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/protocols/toc/toc.c:2306 ../libpurple/protocols/toc/toc.c:2308
 msgid "TOC Protocol Plugin"
 msgstr "TOC protokolo papildinys"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:745
 #, c-format
 msgid "%s has sent you a webcam invite, which is not yet supported."
 msgstr ""
 "%s atsiuntė kvietimą internetinės vaizdo kameros pokalbiui, ko Pidgin dar "
 "nepalaiko."
 
-#: ../libpurple/protocols/yahoo/yahoo.c:804
 msgid "Your Yahoo! message did not get sent."
 msgstr "Jūsų Yahoo! žinutė nebuvo išsiųsta."
 
-#: ../libpurple/protocols/yahoo/yahoo.c:917
 #, c-format
 msgid "Yahoo! system message for %s:"
 msgstr "Yahoo! sisteminis pranešimas vartotojui %s:"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:991
 msgid "Authorization denied message:"
 msgstr "Prieigos teisės nesuteikimo žinutė:"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:1009
 #, c-format
 msgid ""
 "%s has (retroactively) denied your request to add them to your list for the "
@@ -13478,17 +9417,14 @@
 "%s atmeteė (atgaline data) Jūsų prašymą įtraukti jį į Jūsų bičiulių sąrašą "
 "dėl šios priežasties: %s."
 
-#: ../libpurple/protocols/yahoo/yahoo.c:1012
 #, c-format
 msgid "%s has (retroactively) denied your request to add them to your list."
 msgstr ""
 "%s atmetė (atgaline data) Jūsų prašymą įtraukti jį į Jūsų bičiulių sąrašą."
 
-#: ../libpurple/protocols/yahoo/yahoo.c:1014
 msgid "Add buddy rejected"
 msgstr "Bičiulio pridėjimas atmestas"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2001
 #, c-format
 msgid ""
 "The Yahoo server has requested the use of an unrecognized authentication "
@@ -13499,11 +9435,9 @@
 "turbūt nepavyks sėkmingai prisijungti prie Yahoo.  Paieškokite atnaujinimų "
 "adresu %s."
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2005
 msgid "Failed Yahoo! Authentication"
 msgstr "Yahoo! tapatybės nustatymas nepavyko"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2085
 #, c-format
 msgid ""
 "You have tried to ignore %s, but the user is on your buddy list.  Clicking "
@@ -13512,50 +9446,35 @@
 "Jūs bandėte ignoruoti vartotoją %s, bet jis yra Jūsų bičiulių sąraše.  "
 "Paspauskite „Taip“, jei norite pašalinti ir ignoruoti bičiulį."
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2088
 msgid "Ignore buddy?"
 msgstr "Ar ignoruoti bičiulį?"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2159
 msgid "Your account is locked, please log in to the Yahoo! website."
 msgstr "Jūsų abonentas užblokuotas, prisijunkite prie Yahoo! svetainės."
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2162
 #, c-format
 msgid "Unknown error number %d. Logging into the Yahoo! website may fix this."
 msgstr ""
 "Nežinomas klaidos numeris %d.  Prisijungimas prie Yahoo! svetainės galbūt "
 "tai pataisys."
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2215
 #, c-format
 msgid "Could not add buddy %s to group %s to the server list on account %s."
 msgstr "Nepavyko pridėti bičiulio %s į grupę %s serverio sąraše paskyroje %s."
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2218
 msgid "Could not add buddy to server list"
 msgstr "Nepavyko pridėti bičiulio į serverio sarašą"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2340
 #, c-format
 msgid "[ Audible %s/%s/%s.swf ] %s"
 msgstr "[ Garsinė žinutė %s/%s/%s.swf ] %s"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2696
 msgid "Received unexpected HTTP response from server."
 msgstr "Gautas nelauktas HTTP atsakymas iš serverio."
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2725
-#: ../libpurple/protocols/yahoo/yahoo.c:2913
-#: ../libpurple/protocols/yahoo/yahoo.c:3018
-#: ../libpurple/protocols/yahoo/yahoo.c:3029
-#: ../libpurple/protocols/yahoo/yahoochat.c:1525
-#: ../libpurple/protocols/yahoo/yahoochat.c:1595
-#: ../libpurple/protocols/yahoo/ycht.c:586
 msgid "Connection problem"
 msgstr "Jungties klaida"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2751
 #, c-format
 msgid ""
 "Lost connection with %s:\n"
@@ -13564,7 +9483,6 @@
 "Prarasta jungtis su %s:\n"
 "%s"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:2776
 #, c-format
 msgid ""
 "Could not establish a connection with %s:\n"
@@ -13573,105 +9491,74 @@
 "Nepavyko sukurti jungties su %s:\n"
 "%s"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3145
-#: ../libpurple/protocols/yahoo/yahoo.c:3840
 msgid "Not at Home"
 msgstr "Ne namie"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3147
-#: ../libpurple/protocols/yahoo/yahoo.c:3843
 msgid "Not at Desk"
 msgstr "Ne darbo vietoje"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3149
-#: ../libpurple/protocols/yahoo/yahoo.c:3846
 msgid "Not in Office"
 msgstr "Ne biure"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3153
-#: ../libpurple/protocols/yahoo/yahoo.c:3852
 msgid "On Vacation"
 msgstr "Atostogose"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3157
-#: ../libpurple/protocols/yahoo/yahoo.c:3858
 msgid "Stepped Out"
 msgstr "Trumpam išėjęs"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3250
-#: ../libpurple/protocols/yahoo/yahoo.c:3280
 msgid "Not on server list"
 msgstr "Nėra serverio sąraše"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3297
-#: ../libpurple/protocols/yahoo/yahoo.c:3355
 msgid "Appear Online"
 msgstr "Atrodyti prisijungusiu"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3300
-#: ../libpurple/protocols/yahoo/yahoo.c:3376
 msgid "Appear Permanently Offline"
 msgstr "Atrodyti atsijungusiu"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3318
 msgid "Presence"
 msgstr "Būsena"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3361
 msgid "Appear Offline"
 msgstr "Atrodyti atsijungusiu"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3370
 msgid "Don't Appear Permanently Offline"
 msgstr "Neatrodyti atsijungusiu"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3418
 msgid "Join in Chat"
 msgstr "Prisijungti prie pokalbio"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3424
 msgid "Initiate Conference"
 msgstr "Inicijuoti konferenciją"
 
 #  Use Environmental Settings
-#: ../libpurple/protocols/yahoo/yahoo.c:3452
 msgid "Presence Settings"
 msgstr "Būsenos nuostatos"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3458
 msgid "Start Doodling"
 msgstr "Pradėti paišinėjimą"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3568
 msgid "Activate which ID?"
 msgstr "Kurį ID aktyvuoti?"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3579
 msgid "Join whom in chat?"
 msgstr "Prisijungti prie ko į pokalbį?"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3591
 msgid "Activate ID..."
 msgstr "Aktyvuoti ID..."
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3595
 msgid "Join User in Chat..."
 msgstr "Prisijungti prie vartotojo pokalbyje..."
 
-#: ../libpurple/protocols/yahoo/yahoo.c:3600
 msgid "Open Inbox"
 msgstr "Atidaryti pašto dėžutę"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4189
 msgid "join &lt;room&gt;:  Join a chat room on the Yahoo network"
 msgstr ""
 "join &lt;kambarys&gt;:  prisijungti prie pokalbių kambario Yahoo tinkle"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4194
 msgid "list: List rooms on the Yahoo network"
 msgstr "list:  parodyti šio Yahoo tinklo kanalų sąrašą"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4202
 msgid "doodle: Request user to start a Doodle session"
 msgstr "doodle:  paprašyti kontakto pradėti su juo paišymo seansą"
 
@@ -13685,88 +9572,64 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/protocols/yahoo/yahoo.c:4411
-#: ../libpurple/protocols/yahoo/yahoo.c:4413
 msgid "Yahoo Protocol Plugin"
 msgstr "Yahoo protokolo papildinys"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4436
 msgid "Yahoo Japan"
 msgstr "Yahoo Japonija"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4439
 msgid "Pager server"
 msgstr "Pranešimų gaviklio serveris"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4442
 msgid "Japan Pager server"
 msgstr "Japonijos pranešimų gaviklio serveris"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4445
 msgid "Pager port"
 msgstr "Pranešimų gaviklio prievadas"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4448
 msgid "File transfer server"
 msgstr "Failų perdavimo serveris"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4451
 msgid "Japan file transfer server"
 msgstr "Japonijos failų perdavimo serveris"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4454
 msgid "File transfer port"
 msgstr "Failų perdavimo prievadas"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4457
 msgid "Chat room locale"
 msgstr "Pokalbių kambario lokalė"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4460
 msgid "Ignore conference and chatroom invitations"
 msgstr "Ignoruoti kvietimus į konferencijas ir pokalbių kambarius"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4468
 msgid "Chat room list URL"
 msgstr "Pokalbių kambarių sąrašo URL"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4471
 msgid "Yahoo Chat server"
 msgstr "Yahoo pokalbių serveris"
 
-#: ../libpurple/protocols/yahoo/yahoo.c:4474
 msgid "Yahoo Chat port"
 msgstr "Yahoo pokalbių serverio prievadas"
 
 #. Write a local message to this conversation showing that a request for a
 #. * Doodle session has been made
 #.
-#: ../libpurple/protocols/yahoo/yahoo_doodle.c:98
 msgid "Sent Doodle request."
 msgstr "Nusiųsta Doodle užklausa."
 
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:319
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:328
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:337
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:1111
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:1515
 msgid "Unable to establish file descriptor."
 msgstr "Negalima nustatyti failo deskriptoriaus."
 
-#: ../libpurple/protocols/yahoo/yahoo_filexfer.c:1410
 #, c-format
 msgid "%s is trying to send you a group of %d files.\n"
 msgstr "%s siūlo atsiųsti %d failo(-ų) grupę\n"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:798
 msgid "Yahoo! Japan Profile"
 msgstr "Yahoo! Japonija profilis"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:799
 msgid "Yahoo! Profile"
 msgstr "Yahoo! profilis"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:839
 msgid ""
 "Sorry, profiles marked as containing adult content are not supported at this "
 "time."
@@ -13774,53 +9637,39 @@
 "Atsiprašome, profiliai, pažymėti kaip tik suaugusiems, nėra palaikomi šiuo "
 "metu."
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:841
 msgid ""
 "If you wish to view this profile, you will need to visit this link in your "
 "web browser:"
 msgstr "Jeigu norite pamatyti šį profilį, turite šį saitą atverti naršyklėje:"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1036
 msgid "Yahoo! ID"
 msgstr "Yahoo! ID"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1112
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1116
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1120
 msgid "Hobbies"
 msgstr "Hobiai"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1130
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1134
 msgid "Latest News"
 msgstr "Naujienos"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1155
 msgid "Home Page"
 msgstr "Namų puslapis"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1170
 msgid "Cool Link 1"
 msgstr "Puiki nuoroda 1"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1175
 msgid "Cool Link 2"
 msgstr "Puiki nuoroda 2"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1179
 msgid "Cool Link 3"
 msgstr "Puiki nuoroda 3"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1193
 msgid "Last Update"
 msgstr "Paskutinis atnaujinimas"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1202
 #, c-format
 msgid "User information for %s unavailable"
 msgstr "Vartotojo %s informacija nepasiekiama"
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1208
 msgid ""
 "Sorry, this profile seems to be in a language or format that is not "
 "supported at this time."
@@ -13828,7 +9677,6 @@
 "Atsiprašome, bet atrodo, jog šis profilis parašytas šiuo metu nepalaikoma "
 "kalba ar formatu."
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1224
 msgid ""
 "Could not retrieve the user's profile. This most likely is a temporary "
 "server-side problem. Please try again later."
@@ -13836,7 +9684,6 @@
 "Nepavyko gauti vartotojo profilio.  Greičiausiai tai yra laikina serverio "
 "problema.  Prašome pabandyti vėliau iš naujo."
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1227
 msgid ""
 "Could not retrieve the user's profile. This most likely means that the user "
 "does not exist; however, Yahoo! sometimes does fail to find a user's "
@@ -13847,41 +9694,33 @@
 "egzistuojančio vartotojo profilio, todėl jei žinote, kad toks vartotojas "
 "egzistuoja, pabandykite vėliau iš naujo."
 
-#: ../libpurple/protocols/yahoo/yahoo_profile.c:1234
 msgid "The user's profile is empty."
 msgstr "Tuščias vartotojo profilis."
 
-#: ../libpurple/protocols/yahoo/yahoochat.c:222
 #, c-format
 msgid "%s declined your conference invitation to room \"%s\" because \"%s\"."
 msgstr ""
 "Vartotojas %s atmetė Jūsų konferencijos pakvietimą į kambarį „%s“ dėl "
 "priežasties „%s“."
 
-#: ../libpurple/protocols/yahoo/yahoochat.c:224
 msgid "Invitation Rejected"
 msgstr "Pakvietimas atmestas"
 
-#: ../libpurple/protocols/yahoo/yahoochat.c:443
 msgid "Failed to join chat"
 msgstr "Nepavyko prisijungti prie pokalbio"
 
 #. -6
-#: ../libpurple/protocols/yahoo/yahoochat.c:446
 msgid "Unknown room"
 msgstr "Nežinomas kambarys"
 
 #. -15
-#: ../libpurple/protocols/yahoo/yahoochat.c:449
 msgid "Maybe the room is full"
 msgstr "Galbūt kambarys yra pilnas"
 
 #. -35
-#: ../libpurple/protocols/yahoo/yahoochat.c:452
 msgid "Not available"
 msgstr "Neprieinamas"
 
-#: ../libpurple/protocols/yahoo/yahoochat.c:456
 msgid ""
 "Unknown error. You may need to logout and wait five minutes before being "
 "able to rejoin a chatroom"
@@ -13889,46 +9728,34 @@
 "Nežinoma klaida. Jums gali tektis atsijungti ir palaukti penkias minutės "
 "prieš atgaunant galimybę prisijungti prie pokalbių kambario"
 
-#: ../libpurple/protocols/yahoo/yahoochat.c:539
 #, c-format
 msgid "You are now chatting in %s."
 msgstr "Jūs dabar kalbate %s."
 
-#: ../libpurple/protocols/yahoo/yahoochat.c:728
 msgid "Failed to join buddy in chat"
 msgstr "Nepavyko prisijungti prie bičiulio pokalbių kambaryje"
 
-#: ../libpurple/protocols/yahoo/yahoochat.c:729
 msgid "Maybe they're not in a chat?"
 msgstr "Galbūt jie nėra pokalbių kambaryje?"
 
-#: ../libpurple/protocols/yahoo/yahoochat.c:1425
-#: ../libpurple/protocols/yahoo/yahoochat.c:1451
 msgid "Fetching the room list failed."
 msgstr "Nepavyko gauti kambarių sąrašo."
 
-#: ../libpurple/protocols/yahoo/yahoochat.c:1511
 msgid "Voices"
 msgstr "Balsai"
 
-#: ../libpurple/protocols/yahoo/yahoochat.c:1514
 msgid "Webcams"
 msgstr "Internetinės kameros"
 
-#: ../libpurple/protocols/yahoo/yahoochat.c:1525
-#: ../libpurple/protocols/yahoo/yahoochat.c:1595
 msgid "Unable to fetch room list."
 msgstr "Nepavyko gauti kambarių sąrašo."
 
-#: ../libpurple/protocols/yahoo/yahoochat.c:1588
 msgid "User Rooms"
 msgstr "Vartotojų kambariai"
 
-#: ../libpurple/protocols/yahoo/ycht.c:457
 msgid "Connection problem with the YCHT server."
 msgstr "Jungties su YCHT serveriu problemos."
 
-#: ../libpurple/protocols/yahoo/ycht.c:476
 #, c-format
 msgid ""
 "Lost connection with server\n"
@@ -13937,7 +9764,6 @@
 "Prarastas prisijungimas prie serverio\n"
 "%s"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:357
 msgid ""
 "(There was an error converting this message.\t Check the 'Encoding' option "
 "in the Account Editor)"
@@ -13945,80 +9771,61 @@
 "(Įvyko pranešimo konvertavimo klaida. Patikrinkite parinktį „Koduotė“ "
 "paskyrų redaktoriuje)"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:755
 #, c-format
 msgid "Unable to send to chat %s,%s,%s"
 msgstr "Nepavyko išsiųsti žinutės į pokalbių kambarį %s,%s,%s"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:794
-#: ../libpurple/protocols/zephyr/zephyr.c:1174
 msgid "Hidden or not logged-in"
 msgstr "Pasislėpęs arba neprisijungęs"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:800
-#: ../libpurple/protocols/zephyr/zephyr.c:1176
 #, c-format
 msgid "<br>At %s since %s"
 msgstr "<br>Prisijungęs prie %s nuo %s"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:1514
-#: ../libpurple/protocols/zephyr/zephyr.c:1515
 msgid "Anyone"
 msgstr "Bet kas"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2373
 msgid "_Class:"
 msgstr "_Klasė"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2379
 msgid "_Instance:"
 msgstr "_Instancija"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2385
 msgid "_Recipient:"
 msgstr "_Gavėjas:"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2396
 #, c-format
 msgid "Attempt to subscribe to %s,%s,%s failed"
 msgstr "Bandymas užsirašyti į %s,%s,%s nepavyko"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2709
 msgid "zlocate &lt;nick&gt;: Locate user"
 msgstr "zlocate &lt;slapyvardis&gt;:  surasti vartotoją"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2714
 msgid "zl &lt;nick&gt;: Locate user"
 msgstr "zl &lt;slapyvardis&gt;:  surasti vartotoją"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2719
 msgid "instance &lt;instance&gt;: Set the instance to be used on this class"
 msgstr ""
 "instance &lt;instancija&gt;:  nustatyti šioje klasėje vartojamą instanciją"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2724
 msgid "inst &lt;instance&gt;: Set the instance to be used on this class"
 msgstr "inst &lt;instancija&gt;:  nustatyti šioje klasėje vartojamą instanciją"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2729
 msgid "topic &lt;instance&gt;: Set the instance to be used on this class"
 msgstr ""
 "topic &lt;instancija&gt;:  nustatyti šioje klasėje vartojamą instanciją"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2735
 msgid "sub &lt;class&gt; &lt;instance&gt; &lt;recipient&gt;: Join a new chat"
 msgstr ""
 "sub &lt;klasė&gt; &lt;instancija&gt; &lt;gavėjas&gt;:  prisijungti prie "
 "naujo pokalbio"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2740
 msgid ""
 "zi &lt;instance&gt;: Send a message to &lt;message,<i>instance</i>,*&gt;"
 msgstr ""
 "zi &lt;instancija&gt;:  siųsti žinutę adresu &lt;ŽINUTĖ,<i>instancija</i>,"
 "*&gt;"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2746
 msgid ""
 "zci &lt;class&gt; &lt;instance&gt;: Send a message to &lt;<i>class</i>,"
 "<i>instance</i>,*&gt;"
@@ -14026,7 +9833,6 @@
 "zci &lt;klasė&gt; &lt;instancija&gt;:  siųsti žinutę adresu &lt;<i>klasė</"
 "i>, <i>instancija</i>,*&gt;"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2752
 msgid ""
 "zcir &lt;class&gt; &lt;instance&gt; &lt;recipient&gt;: Send a message to &lt;"
 "<i>class</i>,<i>instance</i>,<i>recipient</i>&gt;"
@@ -14034,7 +9840,6 @@
 "zcir &lt;klasė&gt; &lt;instancija&gt; &lt;gavėjas&gt;:  siųsti žinutę adresu "
 "&lt;<i>klasė</i>,<i>instancija</i>,<i>gavėjas</i>&gt;"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2758
 msgid ""
 "zir &lt;instance&gt; &lt;recipient&gt;: Send a message to &lt;MESSAGE,"
 "<i>instance</i>,<i>recipient</i>&gt;"
@@ -14042,16 +9847,13 @@
 "zir &lt;instancija&gt; &lt;gavėjas&gt;:  siųsti žinutę adresu &lt;ŽINUTĖ,"
 "<i>instancija</i>,<i>gavėjas</i>&gt;"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2763
 msgid "zc &lt;class&gt;: Send a message to &lt;<i>class</i>,PERSONAL,*&gt;"
 msgstr ""
 "zc &lt;klasė&gt;:  siųsti žinutę adresu &lt;<i>klasė</i>,ASMENINĖ,*&gt;"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2839
 msgid "Resubscribe"
 msgstr "Prisiregistruoti iš naujo"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2842
 msgid "Retrieve subscriptions from server"
 msgstr "Gauti registracijas iš serverio"
 
@@ -14065,45 +9867,33 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../libpurple/protocols/zephyr/zephyr.c:2935
-#: ../libpurple/protocols/zephyr/zephyr.c:2937
 msgid "Zephyr Protocol Plugin"
 msgstr "Zephyr protokolo papildinys"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2962
 msgid "Use tzc"
 msgstr "Naudoti „tzc“"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2965
 msgid "tzc command"
 msgstr "„tzc“ komanda"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2968
 msgid "Export to .anyone"
 msgstr "Eksportuoti į .anyone"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2971
 msgid "Export to .zephyr.subs"
 msgstr "Eksportuoti į .zephyr.subs"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2974
 msgid "Import from .anyone"
 msgstr "Importuoti iš .anyone"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2977
 msgid "Import from .zephyr.subs"
 msgstr "Importuoti iš .zephyr.subs"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2980
 msgid "Realm"
 msgstr "Sritis"
 
-#: ../libpurple/protocols/zephyr/zephyr.c:2983
 msgid "Exposure"
 msgstr "Atskleidimas"
 
-#: ../libpurple/proxy.c:493 ../libpurple/proxy.c:955 ../libpurple/proxy.c:1090
-#: ../libpurple/proxy.c:1698
 #, c-format
 msgid ""
 "Unable to create socket:\n"
@@ -14113,39 +9903,31 @@
 "%s"
 
 #  Data is assumed to be the destination sn
-#: ../libpurple/proxy.c:694
 #, c-format
 msgid "Unable to parse response from HTTP proxy: %s\n"
 msgstr "Nepavyko suprasti HTTP tarpininko serverio atsakymo: %s\n"
 
-#: ../libpurple/proxy.c:734 ../libpurple/proxy.c:783 ../libpurple/proxy.c:821
-#: ../libpurple/proxy.c:833
 #, c-format
 msgid "HTTP proxy connection error %d"
 msgstr "HTTP tarpininko serverio jungties klaida %d"
 
-#: ../libpurple/proxy.c:829
 #, c-format
 msgid "Access denied: HTTP proxy server forbids port %d tunneling."
 msgstr ""
 "Kreiptis atmesta: tarpininkaujantis serveris draudžia prievado %d "
 "tuneliavimą."
 
-#: ../libpurple/proxy.c:1051
 #, c-format
 msgid "Error resolving %s"
 msgstr "Klaida nustatant %s"
 
-#: ../libpurple/proxy.c:1804
 msgid "Could not resolve host name"
 msgstr "Nepavyko nustatyti mazgo IP adreso"
 
-#: ../libpurple/prpl.c:424
 #, c-format
 msgid "Requesting %s's attention..."
 msgstr "Prašoma %s dėmesio..."
 
-#: ../libpurple/prpl.c:469
 #, c-format
 msgid "%s has requested your attention!"
 msgstr "%s paprašė jūsų dėmesio!"
@@ -14155,38 +9937,31 @@
 #. *
 #. * A wrapper for purple_request_action() that uses @c Yes and @c No buttons.
 #.
-#: ../libpurple/request.h:1391 ../pidgin/gtkblist.c:554
 msgid "_Yes"
 msgstr "_Taip"
 
-#: ../libpurple/request.h:1391 ../pidgin/gtkblist.c:554
 msgid "_No"
 msgstr "_Ne"
 
 #. *
 #. * A wrapper for purple_request_action() that uses Accept and Cancel buttons.
 #.
-#: ../libpurple/request.h:1411
 msgid "_Accept"
 msgstr "_Priimti"
 
 #. *
 #. * The default message to use when the user becomes auto-away.
 #.
-#: ../libpurple/savedstatuses.c:48
 msgid "I'm not here right now"
 msgstr "Manęs čia nėra šiuo metu"
 
-#: ../libpurple/savedstatuses.c:537
 msgid "saved statuses"
 msgstr "išsaugotos būsenos"
 
-#: ../libpurple/server.c:264
 #, c-format
 msgid "%s is now known as %s.\n"
 msgstr "%s dabar žinomas kaip %s.\n"
 
-#: ../libpurple/server.c:827
 #, c-format
 msgid ""
 "%s has invited %s to the chat room %s:\n"
@@ -14195,116 +9970,90 @@
 "Vartotojas %s pakvietė bičiulį %s į pokalbių kambarį %s:\n"
 "%s"
 
-#: ../libpurple/server.c:832
 #, c-format
 msgid "%s has invited %s to the chat room %s\n"
 msgstr "Vartotojas %s pakvietė bičiulį %s į pokalbių kambarį %s\n"
 
-#: ../libpurple/server.c:836
 msgid "Accept chat invitation?"
 msgstr "Ar priimti pakvietimą į pokalbių kambarį?"
 
 #. Shortcut
-#: ../libpurple/smiley.c:411 ../pidgin/gtksmiley.c:504
 msgid "Shortcut"
 msgstr "Klavišų seka"
 
-#: ../libpurple/smiley.c:412
 msgid "The text-shortcut for the smiley"
 msgstr "Šypsenėlės klavišų seka"
 
 #. Stored Image
-#: ../libpurple/smiley.c:418
 msgid "Stored Image"
 msgstr "Įrašytas vaizdas"
 
-#: ../libpurple/smiley.c:419
 msgid "Stored Image. (that'll have to do for now)"
 msgstr "Įrašytas paveiksliukas. (kol kas reikia tenkintis tuo)"
 
-#: ../libpurple/sslconn.c:164
 msgid "SSL Connection Failed"
 msgstr "SSL prisijungimas nepavyko"
 
-#: ../libpurple/sslconn.c:166
 msgid "SSL Handshake Failed"
 msgstr "SSL pasisveikinimas nepavyko"
 
-#: ../libpurple/sslconn.c:168
 msgid "SSL peer presented an invalid certificate"
 msgstr "SSL partneris pristatė neteisingą liudijimą"
 
-#: ../libpurple/sslconn.c:171
 msgid "Unknown SSL error"
 msgstr "Nežinoma SSL klaida"
 
-#: ../libpurple/status.c:158
 msgid "Unset"
 msgstr "Atstatyti"
 
-#: ../libpurple/status.c:161 ../pidgin/gtkdocklet.c:553
-#: ../pidgin/gtkstatusbox.c:1091
 msgid "Do not disturb"
 msgstr "Netrukdyti"
 
-#: ../libpurple/status.c:164
 msgid "Extended away"
 msgstr "Ilgam pasitraukęs"
 
-#: ../libpurple/status.c:165
 msgid "Mobile"
 msgstr "Mobilus"
 
-#: ../libpurple/status.c:166
 msgid "Listening to music"
 msgstr "Klausausi muzikos"
 
-#: ../libpurple/status.c:615
 #, c-format
 msgid "%s (%s) changed status from %s to %s"
 msgstr "%s (%s) pakeitė būseną iš %s į %s"
 
-#: ../libpurple/status.c:626
 #, c-format
 msgid "%s (%s) is now %s"
 msgstr "%s (%s) dabar %s"
 
-#: ../libpurple/status.c:632
 #, c-format
 msgid "%s (%s) is no longer %s"
 msgstr "%s (%s) nebe %s"
 
-#: ../libpurple/status.c:1247
 #, c-format
 msgid "%s became idle"
 msgstr "%s tapo neveiklus"
 
-#: ../libpurple/status.c:1267
 #, c-format
 msgid "%s became unidle"
 msgstr "%s tapo veiklus"
 
-#: ../libpurple/status.c:1333
 #, c-format
 msgid "+++ %s became idle"
 msgstr "+++ %s tapo neveiklus"
 
-#: ../libpurple/status.c:1335
 #, c-format
 msgid "+++ %s became unidle"
 msgstr "+++ %s tapo veiklus"
 
-#: ../libpurple/util.c:721
 #, c-format
 msgid "%x %X"
 msgstr "%x %X"
 
-#: ../libpurple/util.c:2812
 #, c-format
 msgid "Error Reading %s"
 msgstr "%s skaitymo klaida"
 
-#: ../libpurple/util.c:2813
 #, c-format
 msgid ""
 "An error was encountered reading your %s.  They have not been loaded, and "
@@ -14313,15 +10062,12 @@
 "Failo %s skaitymo metu įvyko klaida.  Failas įkeltas nebuvo, o senasis "
 "failas pervadintas į %s~."
 
-#: ../libpurple/util.c:3321
 msgid "Calculating..."
 msgstr "Skaičiuojama..."
 
-#: ../libpurple/util.c:3324
 msgid "Unknown."
 msgstr "Nežinoma."
 
-#: ../libpurple/util.c:3350
 #, c-format
 msgid "%d second"
 msgid_plural "%d seconds"
@@ -14329,7 +10075,6 @@
 msgstr[1] "%d sekundės"
 msgstr[2] "%d sekundžių"
 
-#: ../libpurple/util.c:3362
 #, c-format
 msgid "%d day"
 msgid_plural "%d days"
@@ -14337,7 +10082,6 @@
 msgstr[1] "%d dienos"
 msgstr[2] "%d dienų"
 
-#: ../libpurple/util.c:3370
 #, c-format
 msgid "%s, %d hour"
 msgid_plural "%s, %d hours"
@@ -14345,7 +10089,6 @@
 msgstr[1] "%s, %d valandos"
 msgstr[2] "%s, %d valandų"
 
-#: ../libpurple/util.c:3376
 #, c-format
 msgid "%d hour"
 msgid_plural "%d hours"
@@ -14353,7 +10096,6 @@
 msgstr[1] "%d valandos"
 msgstr[2] "%d valandų"
 
-#: ../libpurple/util.c:3384
 #, c-format
 msgid "%s, %d minute"
 msgid_plural "%s, %d minutes"
@@ -14361,7 +10103,6 @@
 msgstr[1] "%s, %d minutės"
 msgstr[2] "%s, %d minučių"
 
-#: ../libpurple/util.c:3390
 #, c-format
 msgid "%d minute"
 msgid_plural "%d minutes"
@@ -14369,17 +10110,14 @@
 msgstr[1] "%d minutės"
 msgstr[2] "%d minučių"
 
-#: ../libpurple/util.c:3650
 #, c-format
 msgid "Could not open %s: Redirected too many times"
 msgstr "Nepavyko atverti %s: per daug peradresavimų"
 
-#: ../libpurple/util.c:3687 ../libpurple/util.c:3983
 #, c-format
 msgid "Unable to connect to %s"
 msgstr "Nepavyko prisijungti prie %s"
 
-#: ../libpurple/util.c:3810
 #, c-format
 msgid ""
 "Unable to allocate enough memory to hold the contents from %s.  The web "
@@ -14388,147 +10126,116 @@
 "Negalima išskirti pakankamai atminties %s turinio saugojimui.  Galbūt\n"
 "žiniatinklio serveris tyčia bando padaryti kažką blogo."
 
-#: ../libpurple/util.c:3845
 #, c-format
 msgid "Error reading from %s: %s"
 msgstr "Skaitymo iš %s klaida: %s"
 
-#: ../libpurple/util.c:3876
 #, c-format
 msgid "Error writing to %s: %s"
 msgstr "Rašymo į %s klaida: %s"
 
-#: ../libpurple/util.c:3901
 #, c-format
 msgid "Unable to connect to %s: %s"
 msgstr "Nepavyko prisijungti prie %s: %s"
 
-#: ../libpurple/util.c:4713
 #, c-format
 msgid " - %s"
 msgstr " – %s"
 
-#: ../libpurple/util.c:4719
 #, c-format
 msgid " (%s)"
 msgstr " (%s)"
 
 #. 10053
-#: ../libpurple/win32/libc_interface.c:322
 msgid "Connection interrupted by other software on your computer."
 msgstr "Jungtis nutraukta kitos programos jūsų kompiuteryje."
 
 #. 10054
-#: ../libpurple/win32/libc_interface.c:325
 msgid "Remote host closed connection."
 msgstr "Nutolęs mazgas uždarė jungtį."
 
 #. 10060
-#: ../libpurple/win32/libc_interface.c:328
 msgid "Connection timed out."
 msgstr "Jungties laukimo laikas baigėsi."
 
 #. 10061
-#: ../libpurple/win32/libc_interface.c:331
 msgid "Connection refused."
 msgstr "Jungtis atmesta."
 
 #. 10048
-#: ../libpurple/win32/libc_interface.c:334
 msgid "Address already in use."
 msgstr "Adresas jau užimtas"
 
-#: ../pidgin.desktop.in.h:1
 msgid "Internet Messenger"
 msgstr "Pokalbiai internete"
 
-#: ../pidgin.desktop.in.h:2
 msgid "Pidgin Internet Messenger"
 msgstr "Pidgin pokalbiai internete"
 
-#: ../pidgin.desktop.in.h:3
 msgid "Send instant messages over multiple protocols"
 msgstr "Bendrauti keliais interneto pokalbių protokolais"
 
-#: ../pidgin/eggtrayicon.c:128
 msgid "Orientation"
 msgstr "Orientacija"
 
-#: ../pidgin/eggtrayicon.c:129
 msgid "The orientation of the tray."
 msgstr "Juostelės orientacija"
 
 #. Build the login options frame.
-#: ../pidgin/gtkaccount.c:417
 msgid "Login Options"
 msgstr "Seanso pradžios parinktys"
 
-#: ../pidgin/gtkaccount.c:438
 msgid "Pro_tocol:"
 msgstr "Pro_tokolas:"
 
-#: ../pidgin/gtkaccount.c:449 ../pidgin/gtkaccount.c:1093
 msgid "_Username:"
 msgstr "_Vartotojo vardas:"
 
-#: ../pidgin/gtkaccount.c:555
 msgid "Remember pass_word"
 msgstr "P_risiminti slaptažodį"
 
 #. Build the user options frame.
-#: ../pidgin/gtkaccount.c:609
 msgid "User Options"
 msgstr "Vartotojo parinktys"
 
-#: ../pidgin/gtkaccount.c:622
 msgid "_Local alias:"
 msgstr "Vietinis a_lternatyvusis vardas:"
 
-#: ../pidgin/gtkaccount.c:626
 msgid "New _mail notifications"
 msgstr "Praneši_mai apie naujus laiškus"
 
 #. Buddy icon
-#: ../pidgin/gtkaccount.c:631
 msgid "Use this buddy _icon for this account:"
 msgstr "Naudot_i tokį vartotojo paveiksliuką šiai paskyrai:"
 
 #. Build the protocol options frame.
-#: ../pidgin/gtkaccount.c:759
 #, c-format
 msgid "%s Options"
 msgstr "%s parinktys"
 
 #  Use Global Proxy Settings
 #  Use Global Proxy Settings
-#: ../pidgin/gtkaccount.c:964
 msgid "Use GNOME Proxy Settings"
 msgstr "naudoti GNOME tarpininkų nuostatas"
 
 #  Use Global Proxy Settings
 #  Use Global Proxy Settings
-#: ../pidgin/gtkaccount.c:965
 msgid "Use Global Proxy Settings"
 msgstr "naudoti visuotines tarpininkų nuostatas"
 
-#: ../pidgin/gtkaccount.c:971
 msgid "No Proxy"
 msgstr "be tarpininkų"
 
-#: ../pidgin/gtkaccount.c:977
 msgid "HTTP"
 msgstr "HTTP"
 
-#: ../pidgin/gtkaccount.c:983
 msgid "SOCKS 4"
 msgstr "SOCKS 4"
 
-#: ../pidgin/gtkaccount.c:989
 msgid "SOCKS 5"
 msgstr "SOCKS 5"
 
 #  Use Environmental Settings
-#: ../pidgin/gtkaccount.c:995 ../pidgin/gtkprefs.c:1337
 msgid "Use Environmental Settings"
 msgstr "naudoti aplinkos nuostatas"
 
@@ -14537,69 +10244,52 @@
 #. A) your network is really slow and you have nothing better to do than
 #. look at butterflies.
 #. B)You are looking really closely at something that shouldn't matter.
-#: ../pidgin/gtkaccount.c:1034
 msgid "If you look real closely"
 msgstr "Jei pažiūrėtumėte tikrai iš arti,"
 
 #. This is an easter egg. See the comment on the previous line in the source.
-#: ../pidgin/gtkaccount.c:1037
 msgid "you can see the butterflies mating"
 msgstr "galėtumėte matyti besiporuojancius drugelius"
 
-#: ../pidgin/gtkaccount.c:1058
 msgid "Proxy Options"
 msgstr "Tarpininko parinktys"
 
-#: ../pidgin/gtkaccount.c:1072 ../pidgin/gtkprefs.c:1331
 msgid "Proxy _type:"
 msgstr "Tarpininko _tipas:"
 
-#: ../pidgin/gtkaccount.c:1081 ../pidgin/gtkprefs.c:1352
 msgid "_Host:"
 msgstr "_Mazgas:"
 
-#: ../pidgin/gtkaccount.c:1085 ../pidgin/gtkprefs.c:1370
 msgid "_Port:"
 msgstr "_Prievadas:"
 
-#: ../pidgin/gtkaccount.c:1100 ../pidgin/gtkprefs.c:1407
 msgid "Pa_ssword:"
 msgstr "_Slaptažodis:"
 
-#: ../pidgin/gtkaccount.c:1224
 msgid "Unable to save new account"
 msgstr "Nepavyko įrašyti naujos paskyros"
 
-#: ../pidgin/gtkaccount.c:1225
 msgid "An account already exists with the specified criteria."
 msgstr "Paskyra su tokiais požymiais jau yra."
 
-#: ../pidgin/gtkaccount.c:1501
 msgid "Add Account"
 msgstr "Pridėti paskyrą"
 
-#: ../pidgin/gtkaccount.c:1518
 msgid "_Basic"
 msgstr "_Pagrindinės nuostatos"
 
-#: ../pidgin/gtkaccount.c:1526
 msgid "Create _this new account on the server"
 msgstr "Sukur_ti šią naują paskyrą serveryje"
 
-#: ../pidgin/gtkaccount.c:1540
 msgid "_Advanced"
 msgstr "Papildomos _nuostatos"
 
-#: ../pidgin/gtkaccount.c:1930 ../pidgin/gtkplugin.c:757
-#: ../pidgin/plugins/convcolors.c:327
 msgid "Enabled"
 msgstr "Įjungta"
 
-#: ../pidgin/gtkaccount.c:1958
 msgid "Protocol"
 msgstr "Protokolas"
 
-#: ../pidgin/gtkaccount.c:2154
 #, c-format
 msgid ""
 "<span size='larger' weight='bold'>Welcome to %s!</span>\n"
@@ -14614,15 +10304,10 @@
 msgstr ""
 "<span size='larger' weight='bold'>Sveikiname pradėjus naudoti %s!</span>\n"
 "\n"
-"Jūs neturite nustatytų paskyrų.  Norėdami su %s prisijungti, paspauskite <b>"
-"„Pridėti“</b> mygtuką žemiau ir sukonfigūruokite pirmąją savo paskyrą.  Jei "
-"norite, kad %s prisijungtų prie daugiau paskyrų, paspauskite <b>„Pridėti“</"
-"b> daugiau kartų ir sukonfigūruokite visas paskyras.\n"
+"Jūs neturite nustatytų paskyrų.  Norėdami su %s prisijungti, paspauskite <b>„Pridėti“</b> mygtuką žemiau ir sukonfigūruokite pirmąją savo paskyrą.  Jei norite, kad %s prisijungtų prie daugiau paskyrų, paspauskite <b>„Pridėti“</b> daugiau kartų ir sukonfigūruokite visas paskyras.\n"
 "\n"
-"Vėliau galite sugrįžti į šį langą sukurti, keisti, ar pašalinti paskyrų per "
-"„Paskyros“ -> „Pridėti/Keisti“ meniu bičiulių sąrašo lange."
-
-#: ../pidgin/gtkblist.c:551
+"Vėliau galite sugrįžti į šį langą sukurti, keisti, ar pašalinti paskyrų per <b>„Paskyros“ -> „Pridėti/Keisti“</b> meniu bičiulių sąrašo lange."
+
 #, c-format
 msgid "You have %d contact named %s. Would you like to merge them?"
 msgid_plural ""
@@ -14631,7 +10316,6 @@
 msgstr[1] "Šiuo metu turite %d kontaktus vardu %s.  Ar norite juos sujungti?"
 msgstr[2] "Šiuo metu turite %d kontaktų vardu %s.  Ar norite juos sujungti?"
 
-#: ../pidgin/gtkblist.c:552
 msgid ""
 "Merging these contacts will cause them to share a single entry on the buddy "
 "list and use a single conversation window. You can separate them again by "
@@ -14641,15 +10325,12 @@
 "naudos brendrą pokalbių langą.  Galite juos vėl atskirti pasirinkdami "
 "„Išskleisti“ kontakto kontekstiniame meniu."
 
-#: ../pidgin/gtkblist.c:685
 msgid "Please update the necessary fields."
 msgstr "Pataisykite būtinus laukus."
 
-#: ../pidgin/gtkblist.c:1040 ../pidgin/gtkblist.c:6904
 msgid "Room _List"
 msgstr "Ka_mbarių sąrašas"
 
-#: ../pidgin/gtkblist.c:1060
 msgid ""
 "Please enter the appropriate information about the chat you would like to "
 "join.\n"
@@ -14657,124 +10338,89 @@
 "Prašome įvesti atitinkamą informaciją apie pokalbį, prie kurio norite "
 "prisijungti\n"
 
-#: ../pidgin/gtkblist.c:1072 ../pidgin/gtkblist.c:6939
-#: ../pidgin/gtkpounce.c:560 ../pidgin/gtkroomlist.c:540
 msgid "_Account:"
 msgstr "P_askyra:"
 
 #  Block button
-#: ../pidgin/gtkblist.c:1351 ../pidgin/gtkprivacy.c:549
-#: ../pidgin/gtkprivacy.c:563
 msgid "_Block"
 msgstr "_Blokuoti"
 
 #  Block button
-#: ../pidgin/gtkblist.c:1351
 msgid "Un_block"
 msgstr "_Nebeblokuoti"
 
-#: ../pidgin/gtkblist.c:1394
 msgid "Move to"
 msgstr "Perkelti į"
 
-#: ../pidgin/gtkblist.c:1434
 msgid "Get _Info"
 msgstr "Gauti _informaciją"
 
-#: ../pidgin/gtkblist.c:1437 ../pidgin/pidginstock.c:90
 msgid "I_M"
 msgstr "_Kalbėtis"
 
-#: ../pidgin/gtkblist.c:1443
 msgid "_Send File..."
 msgstr "_Siųsti failą..."
 
-#: ../pidgin/gtkblist.c:1450
 msgid "Add Buddy _Pounce..."
 msgstr "Sukurti #reakciją į bičiulį..."
 
-#: ../pidgin/gtkblist.c:1455 ../pidgin/gtkblist.c:1459
-#: ../pidgin/gtkblist.c:1622 ../pidgin/gtkblist.c:1649
 msgid "View _Log"
 msgstr "Žiūrėti žurna_lą"
 
-#: ../pidgin/gtkblist.c:1465 ../pidgin/gtkblist.c:1594
 msgid "Hide when offline"
 msgstr "Paslėpti, kai neprisijungęs"
 
-#: ../pidgin/gtkblist.c:1465 ../pidgin/gtkblist.c:1594
 msgid "Show when offline"
 msgstr "Rodyti, kai neprisijungęs"
 
-#: ../pidgin/gtkblist.c:1479 ../pidgin/gtkblist.c:1488
-#: ../pidgin/gtkblist.c:1632 ../pidgin/gtkblist.c:1655
 msgid "_Alias..."
 msgstr "N_aujas alternatyvusis vardas..."
 
-#: ../pidgin/gtkblist.c:1482 ../pidgin/gtkblist.c:1490
-#: ../pidgin/gtkblist.c:1634 ../pidgin/gtkblist.c:1657
 msgid "_Remove"
 msgstr "_Pašalinti"
 
-#: ../pidgin/gtkblist.c:1564
 msgid "Set Custom Icon"
 msgstr "Nustatyti specialų paveiksliuką"
 
-#: ../pidgin/gtkblist.c:1568 ../pidgin/gtkconv.c:2916
 msgid "Remove Custom Icon"
 msgstr "Pašalinti specialų vartotojo paveiksliuką"
 
-#: ../pidgin/gtkblist.c:1582
 msgid "Add _Buddy..."
 msgstr "Pridėti _bičiulį..."
 
-#: ../pidgin/gtkblist.c:1585
 msgid "Add C_hat..."
 msgstr "Pridėti pokalbių _kambarį..."
 
-#: ../pidgin/gtkblist.c:1588
 msgid "_Delete Group"
 msgstr "_Pašalinti grupę"
 
-#: ../pidgin/gtkblist.c:1590
 msgid "_Rename"
 msgstr "P_ervadinti"
 
 #  join button
 #. join button
-#: ../pidgin/gtkblist.c:1616 ../pidgin/gtkroomlist.c:313
-#: ../pidgin/gtkroomlist.c:587 ../pidgin/pidginstock.c:88
 msgid "_Join"
 msgstr "Prisi_jungti"
 
-#: ../pidgin/gtkblist.c:1618
 msgid "Auto-Join"
 msgstr "Automatiškai prisijungti"
 
-#: ../pidgin/gtkblist.c:1620
 msgid "Persistent"
 msgstr "Pastovus"
 
 #  Use Environmental Settings
-#: ../pidgin/gtkblist.c:1630
 msgid "_Edit Settings..."
 msgstr "K_eisti nuostatas..."
 
-#: ../pidgin/gtkblist.c:1664 ../pidgin/gtkblist.c:1689
 msgid "_Collapse"
 msgstr "_Suskleisti"
 
-#: ../pidgin/gtkblist.c:1694
 msgid "_Expand"
 msgstr "Išskl_eisti"
 
-#: ../pidgin/gtkblist.c:1947 ../pidgin/gtkblist.c:1959
-#: ../pidgin/gtkblist.c:5590 ../pidgin/gtkblist.c:5603
 msgid "/Tools/Mute Sounds"
 msgstr "/Įrankiai/Išjungti garsus"
 
-#: ../pidgin/gtkblist.c:2419 ../pidgin/gtkconv.c:4957
-#: ../pidgin/gtkpounce.c:451
 msgid ""
 "You are not currently signed on with an account that can add that buddy."
 msgstr ""
@@ -14783,162 +10429,126 @@
 #. I don't believe this can happen currently, I think
 #. * everything that calls this function checks for one of the
 #. * above node types first.
-#: ../pidgin/gtkblist.c:2805
 msgid "Unknown node type"
 msgstr "Nežinomas mazgo tipas"
 
 #  Buddies menu
 #. Buddies menu
-#: ../pidgin/gtkblist.c:3241
 msgid "/_Buddies"
 msgstr "/_Bičiuliai"
 
-#: ../pidgin/gtkblist.c:3242
 msgid "/Buddies/New Instant _Message..."
 msgstr "/Bičiuliai/_Nauja žinutė..."
 
-#: ../pidgin/gtkblist.c:3243
 msgid "/Buddies/Join a _Chat..."
 msgstr "/Bičiuliai/Prisijungti prie _pokalbio..."
 
-#: ../pidgin/gtkblist.c:3244
 msgid "/Buddies/Get User _Info..."
 msgstr "/Bičiuliai/Ga_uti vartotojo informaciją..."
 
-#: ../pidgin/gtkblist.c:3245
 msgid "/Buddies/View User _Log..."
 msgstr "/Buddies/_Rodyti vartotojo žurnalus..."
 
 #  Buddies menu
-#: ../pidgin/gtkblist.c:3247
 msgid "/Buddies/Sh_ow"
 msgstr "/Bičiuliai/R_odyti"
 
-#: ../pidgin/gtkblist.c:3248
 msgid "/Buddies/Show/_Offline Buddies"
 msgstr "/Bičiuliai/Rodyti/_atsijungusius bičiulius"
 
-#: ../pidgin/gtkblist.c:3249
 msgid "/Buddies/Show/_Empty Groups"
 msgstr "/Bičiuliai/Rodyti/_tuščias grupes"
 
 #  set the Show Offline Buddies option. must be done
 #  * after the treeview or faceprint gets mad. -Robot101
-#: ../pidgin/gtkblist.c:3250
 msgid "/Buddies/Show/Buddy _Details"
 msgstr "/Bičiuliai/Rodyti/_informaciją apie bičiulius"
 
 #  set the Show Offline Buddies option. must be done
 #  * after the treeview or faceprint gets mad. -Robot101
-#: ../pidgin/gtkblist.c:3251
 msgid "/Buddies/Show/Idle _Times"
 msgstr "/Bičiuliai/Rodyti/n_eveiklumo laikus"
 
-#: ../pidgin/gtkblist.c:3252
 msgid "/Buddies/Show/_Protocol Icons"
 msgstr "/Bičiuliai/Rodyti/_protokolų piktogramas"
 
 #  set the Show Offline Buddies option. must be done
 #  * after the treeview or faceprint gets mad. -Robot101
-#: ../pidgin/gtkblist.c:3253
 msgid "/Buddies/_Sort Buddies"
 msgstr "/Bičiuliai/_Surikiuoti bičiulius"
 
-#: ../pidgin/gtkblist.c:3255
 msgid "/Buddies/_Add Buddy..."
 msgstr "/Bičiuliai/Pri_dėti bičiulį..."
 
-#: ../pidgin/gtkblist.c:3256
 msgid "/Buddies/Add C_hat..."
 msgstr "/Bičiuliai/Pridėti pokalbių _kambarį..."
 
-#: ../pidgin/gtkblist.c:3257
 msgid "/Buddies/Add _Group..."
 msgstr "/Bičiuliai/Prid_ėti grupę..."
 
-#: ../pidgin/gtkblist.c:3259
 msgid "/Buddies/_Quit"
 msgstr "/Bičiuliai/Bai_gti"
 
 #. Accounts menu
-#: ../pidgin/gtkblist.c:3262
 msgid "/_Accounts"
 msgstr "/_Paskyros"
 
-#: ../pidgin/gtkblist.c:3263 ../pidgin/gtkblist.c:7631
 msgid "/Accounts/Manage Accounts"
 msgstr "/Paskyros/Tvarkyti paskyras"
 
 #  Tools
 #. Tools
-#: ../pidgin/gtkblist.c:3266
 msgid "/_Tools"
 msgstr "/_Įrankiai"
 
-#: ../pidgin/gtkblist.c:3267
 msgid "/Tools/Buddy _Pounces"
 msgstr "/Įrankiai/_Reakcijos į bičiulius"
 
-#: ../pidgin/gtkblist.c:3268
 msgid "/Tools/_Certificates"
 msgstr "/Įrankiai/_Liudijimai"
 
-#: ../pidgin/gtkblist.c:3269
 msgid "/Tools/Plu_gins"
 msgstr "/Įrankiai/_Papildiniai"
 
-#: ../pidgin/gtkblist.c:3270
 msgid "/Tools/Pr_eferences"
 msgstr "/Įrankiai/_Nuostatos"
 
-#: ../pidgin/gtkblist.c:3271
 msgid "/Tools/Pr_ivacy"
 msgstr "/Įrankiai/Pr_ivatumas"
 
-#: ../pidgin/gtkblist.c:3272
 msgid "/Tools/Smile_y"
 msgstr "/Įrankiai/_Šypsenėlės"
 
-#: ../pidgin/gtkblist.c:3274
 msgid "/Tools/_File Transfers"
 msgstr "/Įrankiai/_Failų perdavimas"
 
-#: ../pidgin/gtkblist.c:3275
 msgid "/Tools/R_oom List"
 msgstr "/Įrankiai/_Kambarių sąrašas"
 
-#: ../pidgin/gtkblist.c:3276
 msgid "/Tools/System _Log"
 msgstr "/Įrankiai/_Sistemos žurnalas"
 
-#: ../pidgin/gtkblist.c:3278
 msgid "/Tools/Mute _Sounds"
 msgstr "/Tools/Išjungti _garsus"
 
 #  Help
 #. Help
-#: ../pidgin/gtkblist.c:3280
 msgid "/_Help"
 msgstr "/Pa_galba"
 
-#: ../pidgin/gtkblist.c:3281
 msgid "/Help/Online _Help"
 msgstr "/Pagalba/_Žinynas internete"
 
-#: ../pidgin/gtkblist.c:3282
 msgid "/Help/_Debug Window"
 msgstr "/Pagalba/_Derinimo langas"
 
-#: ../pidgin/gtkblist.c:3284 ../pidgin/gtkblist.c:3286
 msgid "/Help/_About"
 msgstr "/Pagalba/_Apie"
 
-#: ../pidgin/gtkblist.c:3317
 #, c-format
 msgid "<b>Account:</b> %s"
 msgstr "<b>Paskyra:</b> %s"
 
-#: ../pidgin/gtkblist.c:3336
 #, c-format
 msgid ""
 "\n"
@@ -14947,7 +10557,6 @@
 "\n"
 "<b>Dalyvių:</b> %d"
 
-#: ../pidgin/gtkblist.c:3342
 #, c-format
 msgid ""
 "\n"
@@ -14956,88 +10565,67 @@
 "\n"
 "<b>Tema:</b> %s"
 
-#: ../pidgin/gtkblist.c:3342
 msgid "(no topic set)"
 msgstr "(temos nėra)"
 
-#: ../pidgin/gtkblist.c:3421
 msgid "Buddy Alias"
 msgstr "Alternatyvusis bičiulio vardas"
 
-#: ../pidgin/gtkblist.c:3450
 msgid "Logged In"
 msgstr "Prisijungęs"
 
-#: ../pidgin/gtkblist.c:3496
 msgid "Last Seen"
 msgstr "Paskutinį kartą matytas"
 
-#: ../pidgin/gtkblist.c:3517
 msgid "Spooky"
 msgstr "Vaiduokliškas"
 
-#: ../pidgin/gtkblist.c:3519
 msgid "Awesome"
 msgstr "Stulbinantis"
 
-#: ../pidgin/gtkblist.c:3521
 msgid "Rockin'"
 msgstr "Pavarantis"
 
-#: ../pidgin/gtkblist.c:3552
 msgid "Total Buddies"
 msgstr "Iš viso bičiulių"
 
-#: ../pidgin/gtkblist.c:3914
 #, c-format
 msgid "Idle %dd %dh %02dm"
 msgstr "Neveiklus %d d. %d val. %02d min. "
 
-#: ../pidgin/gtkblist.c:3916
 #, c-format
 msgid "Idle %dh %02dm"
 msgstr "Neveiklus %d val. %02d min. "
 
-#: ../pidgin/gtkblist.c:3918
 #, c-format
 msgid "Idle %dm"
 msgstr "Neveiklus %d min. "
 
-#: ../pidgin/gtkblist.c:4072
 msgid "/Buddies/New Instant Message..."
 msgstr "/Bičiuliai/Nauja žinutė..."
 
 #  Make menu items sensitive/insensitive where appropriate
-#: ../pidgin/gtkblist.c:4073 ../pidgin/gtkblist.c:4106
 msgid "/Buddies/Join a Chat..."
 msgstr "/Bičiuliai/Prisijungti prie pokalbio..."
 
-#: ../pidgin/gtkblist.c:4074
 msgid "/Buddies/Get User Info..."
 msgstr "/Bičiuliai/Gauti vartotojo informaciją..."
 
-#: ../pidgin/gtkblist.c:4075
 msgid "/Buddies/Add Buddy..."
 msgstr "/Bičiuliai/Pridėti bičiulį..."
 
-#: ../pidgin/gtkblist.c:4076 ../pidgin/gtkblist.c:4109
 msgid "/Buddies/Add Chat..."
 msgstr "/Bičiuliai/Pridėti pokalbių kambarį..."
 
-#: ../pidgin/gtkblist.c:4077
 msgid "/Buddies/Add Group..."
 msgstr "/Bičiuliai/Pridėti grupę..."
 
-#: ../pidgin/gtkblist.c:4112
 msgid "/Tools/Privacy"
 msgstr "/Įrankiai/Privatumas"
 
-#: ../pidgin/gtkblist.c:4115
 msgid "/Tools/Room List"
 msgstr "/Įrankiai/Kambarių sąrašas"
 
-#: ../pidgin/gtkblist.c:4247 ../pidgin/gtkdocklet.c:155
-#: ../pidgin/gtkdocklet.c:160
 #, c-format
 msgid "%d unread message from %s\n"
 msgid_plural "%d unread messages from %s\n"
@@ -15045,41 +10633,32 @@
 msgstr[1] "%d neperskaitytos žinutės iš %s\n"
 msgstr[2] "%d neperskaitytų žinučių iš %s\n"
 
-#: ../pidgin/gtkblist.c:4410
 msgid "Manually"
 msgstr "rankiniu būdu"
 
-#: ../pidgin/gtkblist.c:4413
 msgid "By status"
 msgstr "pagal statusą"
 
-#: ../pidgin/gtkblist.c:4414
 msgid "By log size"
 msgstr "pagal žurnalo dydį"
 
-#: ../pidgin/gtkblist.c:4752
 #, c-format
 msgid "%s disconnected"
 msgstr "%s atsijungė"
 
-#: ../pidgin/gtkblist.c:4754
 #, c-format
 msgid "%s disabled"
 msgstr "%s išjungtas"
 
-#: ../pidgin/gtkblist.c:4758
 msgid "Reconnect"
 msgstr "Jungtis iš naujo"
 
-#: ../pidgin/gtkblist.c:4758 ../pidgin/gtkblist.c:4877
 msgid "Re-enable"
 msgstr "Aktyvuoti vėl"
 
-#: ../pidgin/gtkblist.c:4875
 msgid "Welcome back!"
 msgstr "Sveiki sugrįžę!"
 
-#: ../pidgin/gtkblist.c:4911
 #, c-format
 msgid "%d account was disabled because you signed on from another location:"
 msgid_plural ""
@@ -15088,24 +10667,19 @@
 msgstr[1] "%d paskyros buvo išjungtos, nes prisijungėte iš kitur:"
 msgstr[2] "%d paskyrų buvo išjungta, nes prisijungėte iš kitur:"
 
-#: ../pidgin/gtkblist.c:5195
 msgid "<b>Username:</b>"
 msgstr "<b>Vartotojo vardas:</b>"
 
-#: ../pidgin/gtkblist.c:5202
 msgid "<b>Password:</b>"
 msgstr "<b>Slaptažodis:</b>"
 
-#: ../pidgin/gtkblist.c:5213
 msgid "_Login"
 msgstr "_Prisijungti"
 
-#: ../pidgin/gtkblist.c:5299
 msgid "/Accounts"
 msgstr "/Paskyros"
 
 #. Translators: Please maintain the use of -> and <- to refer to menu heirarchy
-#: ../pidgin/gtkblist.c:5313
 #, c-format
 msgid ""
 "<span weight='bold' size='larger'>Welcome to %s!</span>\n"
@@ -15116,59 +10690,51 @@
 msgstr ""
 "<span weight='bold' size='larger'>Sveikiname pradėjus naudoti %s!</span>\n"
 "\n"
-"Jūs neturite aktyvuotų paskyrų.  Aktyvuokite jas lange <b>„Paskyros“</b>, pasiekiamame per <b>Paskyros->Tvarkyti paskyras</b> meniu bičiulių sąrašo lange.  Aktyvavę paskyras, galėsite prisijungti, nustatyti savo būseną ir šnekėtis su draugais."
+"Jūs neturite aktyvuotų paskyrų.  Aktyvuokite jas lange <b>„Paskyros“</b>, "
+"pasiekiamame per <b>Paskyros->Tvarkyti paskyras</b> meniu bičiulių sąrašo "
+"lange.  Aktyvavę paskyras, galėsite prisijungti, nustatyti savo būseną ir "
+"šnekėtis su draugais."
 
 #  set the Show Offline Buddies option. must be done
 #  * after the treeview or faceprint gets mad. -Robot101
 #. set the Show Offline Buddies option. must be done
 #. * after the treeview or faceprint gets mad. -Robot101
 #.
-#: ../pidgin/gtkblist.c:5584
 msgid "/Buddies/Show/Offline Buddies"
 msgstr "/Bičiuliai/Rodyti/atsijungusius bičiulius"
 
-#: ../pidgin/gtkblist.c:5587
 msgid "/Buddies/Show/Empty Groups"
 msgstr "/Bičiuliai/Rodyti/tuščias grupes"
 
 #  set the Show Offline Buddies option. must be done
 #  * after the treeview or faceprint gets mad. -Robot101
-#: ../pidgin/gtkblist.c:5593
 msgid "/Buddies/Show/Buddy Details"
 msgstr "/Bičiuliai/Rodyti/informaciją apie bičiulius"
 
 #  set the Show Offline Buddies option. must be done
 #  * after the treeview or faceprint gets mad. -Robot101
-#: ../pidgin/gtkblist.c:5596
 msgid "/Buddies/Show/Idle Times"
 msgstr "/Bičiuliai/Rodyti/neveiklumo laikus"
 
-#: ../pidgin/gtkblist.c:5599
 msgid "/Buddies/Show/Protocol Icons"
 msgstr "/Bičiuliai/Rodyti/protokolų piktogramas"
 
-#: ../pidgin/gtkblist.c:6565
 msgid "Add a buddy.\n"
 msgstr "Pridėti bičiulį.\n"
 
-#: ../pidgin/gtkblist.c:6580
 msgid "Buddy's _username:"
 msgstr "_Bičiulio naudotojo vardas:"
 
 #  Optional Information section
-#: ../pidgin/gtkblist.c:6602
 msgid "(Optional) A_lias:"
 msgstr "(Neprivaloma) A_lternatyvus vardas:"
 
-#: ../pidgin/gtkblist.c:6620
 msgid "Add buddy to _group:"
 msgstr "Bičiulį pridėti į _grupę:"
 
-#: ../pidgin/gtkblist.c:6869
 msgid "This protocol does not support chat rooms."
 msgstr "Šis protokolas nepalaiko pokalbių kambarių."
 
-#: ../pidgin/gtkblist.c:6885
 msgid ""
 "You are not currently signed on with any protocols that have the ability to "
 "chat."
@@ -15176,7 +10742,6 @@
 "Šiuo metu nesate prisijungęs su jokiu pokalbių kambarius palaikančiu "
 "protokolu."
 
-#: ../pidgin/gtkblist.c:6929
 msgid ""
 "Please enter an alias, and the appropriate information about the chat you "
 "would like to add to your buddy list.\n"
@@ -15184,84 +10749,66 @@
 "Prašome įvesti alternatyvųjį vardą ir kitą informaciją apie pokalbių "
 "kambarį, kurį norite įtraukti į bičiulių sąrašą.\n"
 
-#: ../pidgin/gtkblist.c:6952
 msgid "A_lias:"
 msgstr "A_lternatyvusis vardas:"
 
-#: ../pidgin/gtkblist.c:6959
 msgid "Auto_join when account becomes online."
 msgstr "Automatiškai prisi_jungti, kai paskyra aktyvuojama."
 
-#: ../pidgin/gtkblist.c:6960
 msgid "_Hide chat when the window is closed."
 msgstr "_Paslėpti pokalbį, kai uždaromas langas."
 
-#: ../pidgin/gtkblist.c:6986
 msgid "Please enter the name of the group to be added."
 msgstr "Prašome įvesti pridedamos grupės pavadinimą."
 
-#: ../pidgin/gtkblist.c:7645
 msgid "Enable Account"
 msgstr "Aktyvuoti paskyrą"
 
-#: ../pidgin/gtkblist.c:7651
 msgid "<PurpleMain>/Accounts/Enable Account"
 msgstr "<PurpleMain>/Paskyros/Aktyvuoti paskyrą"
 
-#: ../pidgin/gtkblist.c:7697
 msgid "<PurpleMain>/Accounts/"
 msgstr "<PurpleMain>/Paskyros/"
 
-#: ../pidgin/gtkblist.c:7721
 msgid "_Edit Account"
 msgstr "K_eisti paskyrą..."
 
-#: ../pidgin/gtkblist.c:7734 ../pidgin/gtkconv.c:3265
 msgid "No actions available"
 msgstr "Veiksmų nėra"
 
-#: ../pidgin/gtkblist.c:7742
 msgid "_Disable"
 msgstr "_Deaktyvuoti"
 
 #  Tools
-#: ../pidgin/gtkblist.c:7764
 msgid "/Tools"
 msgstr "/Įrankiai"
 
 #  set the Show Offline Buddies option. must be done
 #  * after the treeview or faceprint gets mad. -Robot101
-#: ../pidgin/gtkblist.c:7834
 msgid "/Buddies/Sort Buddies"
 msgstr "/Bičiuliai/Surikiuoti bičiulius"
 
 #. Widget creation function
-#: ../pidgin/gtkcertmgr.c:541
 msgid "SSL Servers"
 msgstr "SSL serveriai"
 
-#: ../pidgin/gtkconv.c:486
 msgid "Unknown command."
 msgstr "Nežinoma komanda."
 
-#: ../pidgin/gtkconv.c:770 ../pidgin/gtkconv.c:797
 msgid "That buddy is not on the same protocol as this chat."
 msgstr "Tas bičiulis nenaudoja to paties protokolo kaip šis pokalbių kambarys."
 
-#: ../pidgin/gtkconv.c:791
 msgid ""
 "You are not currently signed on with an account that can invite that buddy."
 msgstr ""
 "Šiuo metu Jūs nesate prisijungęs su jokia paskyra, kuri leistų pakviesti tą "
 "bičiulį."
 
-#: ../pidgin/gtkconv.c:845
 msgid "Invite Buddy Into Chat Room"
 msgstr "Pakviesti bičiulį į pokalbių kambarį"
 
 #  Put our happy label in it.
 #. Put our happy label in it.
-#: ../pidgin/gtkconv.c:875
 msgid ""
 "Please enter the name of the user you wish to invite, along with an optional "
 "invite message."
@@ -15269,186 +10816,141 @@
 "Prašom įvesti vartotojo, kurį norite pakviesti, vardą, kartu su neprivaloma "
 "pakvietimo žinute."
 
-#: ../pidgin/gtkconv.c:896
 msgid "_Buddy:"
 msgstr "_Bičiulis:"
 
-#: ../pidgin/gtkconv.c:909 ../pidgin/gtksavedstatuses.c:1213
-#: ../pidgin/gtksavedstatuses.c:1527
 msgid "_Message:"
 msgstr "Ž_inutė:"
 
-#: ../pidgin/gtkconv.c:972
 #, c-format
 msgid "<h1>Conversation with %s</h1>\n"
 msgstr "<h1>Pokalbis su %s</h1>\n"
 
-#: ../pidgin/gtkconv.c:1010
 msgid "Save Conversation"
 msgstr "Įrašyti pokalbį"
 
-#: ../pidgin/gtkconv.c:1156 ../pidgin/gtkdebug.c:167 ../pidgin/gtkdebug.c:740
 msgid "Find"
 msgstr "Paieška"
 
-#: ../pidgin/gtkconv.c:1182 ../pidgin/gtkdebug.c:195
 msgid "_Search for:"
 msgstr "_Ieškoti:"
 
-#: ../pidgin/gtkconv.c:1703
 msgid "Un-Ignore"
 msgstr "Nebeignoruoti"
 
-#: ../pidgin/gtkconv.c:1706
 msgid "Ignore"
 msgstr "Ignoruoti"
 
-#: ../pidgin/gtkconv.c:1726
 msgid "Get Away Message"
 msgstr "Gauti pasitraukimo žinutę"
 
-#: ../pidgin/gtkconv.c:1749
 msgid "Last said"
 msgstr "Paskutinė žinutė"
 
-#: ../pidgin/gtkconv.c:2730
 msgid "Unable to save icon file to disk."
 msgstr "Negalima įrašyti vartotojo paveiksliuko failo į diską."
 
-#: ../pidgin/gtkconv.c:2829
 msgid "Save Icon"
 msgstr "Įrašyti vartotojo paveiksliuką"
 
-#: ../pidgin/gtkconv.c:2887
 msgid "Animate"
 msgstr "Animuoti"
 
-#: ../pidgin/gtkconv.c:2892
 msgid "Hide Icon"
 msgstr "Paslėpti vartotojo paveiksliuką"
 
-#: ../pidgin/gtkconv.c:2895
 msgid "Save Icon As..."
 msgstr "Įrasyti vartotojo paveiksliuką kaip..."
 
-#: ../pidgin/gtkconv.c:2899
 msgid "Set Custom Icon..."
 msgstr "Nustatyti specialų vartotojo paveiksliuką..."
 
-#: ../pidgin/gtkconv.c:2903
 msgid "Change Size"
 msgstr "Keisti dydį"
 
-#: ../pidgin/gtkconv.c:3041
 msgid "Show All"
 msgstr "Viską rodyti"
 
 #  Conversation menu
 #. Conversation menu
-#: ../pidgin/gtkconv.c:3060
 msgid "/_Conversation"
 msgstr "/_Pokalbis"
 
-#: ../pidgin/gtkconv.c:3062
 msgid "/Conversation/New Instant _Message..."
 msgstr "/Pokalbis/_Nauja žinutė..."
 
-#: ../pidgin/gtkconv.c:3067
 msgid "/Conversation/_Find..."
 msgstr "/Pokalbis/_Ieškoti..."
 
-#: ../pidgin/gtkconv.c:3069
 msgid "/Conversation/View _Log"
 msgstr "/Pokalbis/Žiūrėti žurna_lą"
 
-#: ../pidgin/gtkconv.c:3070
 msgid "/Conversation/_Save As..."
 msgstr "/Pokalbis/Įrašyti _kaip..."
 
-#: ../pidgin/gtkconv.c:3072
 msgid "/Conversation/Clea_r Scrollback"
 msgstr "/Pokalbis/Iš_valyti langą"
 
-#: ../pidgin/gtkconv.c:3076
 msgid "/Conversation/Se_nd File..."
 msgstr "/Pokalbis/Nusiųsti _failą..."
 
-#: ../pidgin/gtkconv.c:3077
 msgid "/Conversation/Add Buddy _Pounce..."
 msgstr "/Pokalbis/_Pridėti reakciją į bičiulį..."
 
-#: ../pidgin/gtkconv.c:3079
 msgid "/Conversation/_Get Info"
 msgstr "/Pokalbis/_Gauti informaciją"
 
-#: ../pidgin/gtkconv.c:3081
 msgid "/Conversation/In_vite..."
 msgstr "/Pokalbis/_Pakviesti..."
 
-#: ../pidgin/gtkconv.c:3083
 msgid "/Conversation/M_ore"
 msgstr "/Pokalbis/_Daugiau"
 
-#: ../pidgin/gtkconv.c:3087
 msgid "/Conversation/Al_ias..."
 msgstr "/Pokalbis/Al_ternatyvusis vardas..."
 
-#: ../pidgin/gtkconv.c:3089
 msgid "/Conversation/_Block..."
 msgstr "/Pokalbis/_Blokuoti..."
 
-#: ../pidgin/gtkconv.c:3091
 msgid "/Conversation/_Unblock..."
 msgstr "/Pokalbis/Atbl_okuoti..."
 
-#: ../pidgin/gtkconv.c:3093
 msgid "/Conversation/_Add..."
 msgstr "/Pokalbis/P_ridėti..."
 
-#: ../pidgin/gtkconv.c:3095
 msgid "/Conversation/_Remove..."
 msgstr "/Pokalbis/P_ašalinti..."
 
-#: ../pidgin/gtkconv.c:3100
 msgid "/Conversation/Insert Lin_k..."
 msgstr "/Pokalbis/_Įterpti nuorodą..."
 
-#: ../pidgin/gtkconv.c:3102
 msgid "/Conversation/Insert Imag_e..."
 msgstr "/Pokalbis/Įt_erpti paveiksliuką..."
 
-#: ../pidgin/gtkconv.c:3108
 msgid "/Conversation/_Close"
 msgstr "/Pokalbis/U_žverti"
 
 #  Options
 #. Options
-#: ../pidgin/gtkconv.c:3112
 msgid "/_Options"
 msgstr "/P_arinktys"
 
-#: ../pidgin/gtkconv.c:3113
 msgid "/Options/Enable _Logging"
 msgstr "/Parinktys/Įjungti ž_urnalų vedimą"
 
-#: ../pidgin/gtkconv.c:3114
 msgid "/Options/Enable _Sounds"
 msgstr "/Parinktys/Įjungti gar_sus"
 
-#: ../pidgin/gtkconv.c:3116
 msgid "/Options/Show Formatting _Toolbars"
 msgstr "/Parinktys/Rodyti forma_to taikymo priemonių juostas"
 
-#: ../pidgin/gtkconv.c:3117
 msgid "/Options/Show Ti_mestamps"
 msgstr "/Parinktys/Rodyti laiko žy_mas"
 
-#: ../pidgin/gtkconv.c:3253
 msgid "/Conversation/More"
 msgstr "/Pokalbis/Daugiau"
 
 #  Options
-#: ../pidgin/gtkconv.c:3309
 msgid "/Options"
 msgstr "/Parinktys"
 
@@ -15458,79 +10960,60 @@
 #. Make sure the 'Conversation -> More' menuitems are regenerated whenever
 #. * the 'Conversation' menu pops up because the entries can change after the
 #. * conversation is created.
-#: ../pidgin/gtkconv.c:3344 ../pidgin/gtkconv.c:3376
 msgid "/Conversation"
 msgstr "/Pokalbis"
 
-#: ../pidgin/gtkconv.c:3384
 msgid "/Conversation/View Log"
 msgstr "/Pokalbis/Rodyti žurnalą"
 
-#: ../pidgin/gtkconv.c:3390
 msgid "/Conversation/Send File..."
 msgstr "/Pokalbis/Siųsti failą..."
 
-#: ../pidgin/gtkconv.c:3394
 msgid "/Conversation/Add Buddy Pounce..."
 msgstr "/Pokalbis/Pridėti reakciją į bičiulį..."
 
-#: ../pidgin/gtkconv.c:3400
 msgid "/Conversation/Get Info"
 msgstr "/Pokalbis/Gauti informaciją"
 
-#: ../pidgin/gtkconv.c:3404
 msgid "/Conversation/Invite..."
 msgstr "/Pokalbis/Pakviesti..."
 
-#: ../pidgin/gtkconv.c:3410
 msgid "/Conversation/Alias..."
 msgstr "/Pokalbis/Alternatyvusis vardas..."
 
-#: ../pidgin/gtkconv.c:3414
 msgid "/Conversation/Block..."
 msgstr "/Pokalbis/Blokuoti..."
 
-#: ../pidgin/gtkconv.c:3418
 msgid "/Conversation/Unblock..."
 msgstr "/Pokalbis/Atblokuoti..."
 
-#: ../pidgin/gtkconv.c:3422
 msgid "/Conversation/Add..."
 msgstr "/Pokalbis/Pridėti..."
 
-#: ../pidgin/gtkconv.c:3426
 msgid "/Conversation/Remove..."
 msgstr "/Pokalbis/Pašalinti..."
 
-#: ../pidgin/gtkconv.c:3432
 msgid "/Conversation/Insert Link..."
 msgstr "/Pokalbis/Įterpti nuorodą..."
 
-#: ../pidgin/gtkconv.c:3436
 msgid "/Conversation/Insert Image..."
 msgstr "/Pokalbis/Įterpti paveiksliuką..."
 
-#: ../pidgin/gtkconv.c:3442
 msgid "/Options/Enable Logging"
 msgstr "/Parinktys/Įjungti žurnalų vedimą"
 
-#: ../pidgin/gtkconv.c:3445
 msgid "/Options/Enable Sounds"
 msgstr "/Parinktys/Įjungti garsus"
 
-#: ../pidgin/gtkconv.c:3458
 msgid "/Options/Show Formatting Toolbars"
 msgstr "/Parinktys/Rodyti formato taikymo priemonių juostas"
 
-#: ../pidgin/gtkconv.c:3461
 msgid "/Options/Show Timestamps"
 msgstr "/Parinktys/Rodyti laiko žymas"
 
-#: ../pidgin/gtkconv.c:3539
 msgid "User is typing..."
 msgstr "Vartotojas rašo..."
 
-#: ../pidgin/gtkconv.c:3613
 #, c-format
 msgid ""
 "\n"
@@ -15541,23 +11024,19 @@
 
 #  Build the Send As menu
 #. Build the Send To menu
-#: ../pidgin/gtkconv.c:3793 ../pidgin/gtkconv.c:8349
 msgid "S_end To"
 msgstr "_Siųsti paskyrai"
 
 #  Build the Send As menu
-#: ../pidgin/gtkconv.c:4462 ../pidgin/plugins/sendbutton.c:44
 msgid "_Send"
 msgstr "_Siųsti"
 
 #  Setup the label telling how many people are in the room.
 #. Setup the label telling how many people are in the room.
-#: ../pidgin/gtkconv.c:4621
 msgid "0 people in room"
 msgstr "0 žmonių kambaryje"
 
 #  Setup the label telling how many people are in the room.
-#: ../pidgin/gtkconv.c:5899 ../pidgin/gtkconv.c:6020
 #, c-format
 msgid "%d person in room"
 msgid_plural "%d people in room"
@@ -15565,515 +11044,360 @@
 msgstr[1] "%d asmenys kambaryje"
 msgstr[2] "%d asmenų kambaryje"
 
-#: ../pidgin/gtkconv.c:6564 ../pidgin/gtkstatusbox.c:685
 msgid "Typing"
 msgstr "Renkamas tekstas"
 
-#: ../pidgin/gtkconv.c:6568
 msgid "Stopped Typing"
 msgstr "Nustota rinkti tekstą"
 
-#: ../pidgin/gtkconv.c:6571
 msgid "Nick Said"
 msgstr "Pasakytas vardas"
 
-#: ../pidgin/gtkconv.c:6574
 msgid "Unread Messages"
 msgstr "Neperskaitytos žinutės"
 
-#: ../pidgin/gtkconv.c:6580
 msgid "New Event"
 msgstr "Naujas įvykis"
 
-#: ../pidgin/gtkconv.c:7821
 msgid "clear: Clears all conversation scrollbacks."
 msgstr "clear: išvalo visus pokalbių žinučių langus."
 
-#: ../pidgin/gtkconv.c:8025
 msgid "Confirm close"
 msgstr "Patvirtinkite uždarymą"
 
-#: ../pidgin/gtkconv.c:8057
 msgid "You have unread messages. Are you sure you want to close the window?"
 msgstr "Turite neperskaitytų žinučių. Ar tikrai norite uždaryti langą?"
 
-#: ../pidgin/gtkconv.c:8690
 msgid "Close other tabs"
 msgstr "Uždaryti kitas korteles"
 
-#: ../pidgin/gtkconv.c:8696
 msgid "Close all tabs"
 msgstr "Uždaryti visas korteles"
 
-#: ../pidgin/gtkconv.c:8704
 msgid "Detach this tab"
 msgstr "Atskirti šią kortelę"
 
-#: ../pidgin/gtkconv.c:8710
 msgid "Close this tab"
 msgstr "Uždaryti šią kortelę"
 
-#: ../pidgin/gtkconv.c:9232
 msgid "Close conversation"
 msgstr "Uždaryti pokalbį"
 
-#: ../pidgin/gtkconv.c:9836
 msgid "Last created window"
 msgstr "Paskutiniame sukurtame lange"
 
-#: ../pidgin/gtkconv.c:9838
 msgid "Separate IM and Chat windows"
 msgstr "Atskiruose asmeninių pokalbių ir pokalbių kambarių languose"
 
-#: ../pidgin/gtkconv.c:9840 ../pidgin/gtkprefs.c:1573
 msgid "New window"
 msgstr "Naujame lange"
 
-#: ../pidgin/gtkconv.c:9842
 msgid "By group"
 msgstr "Grupuoti pagal grupę"
 
-#: ../pidgin/gtkconv.c:9844
 msgid "By account"
 msgstr "Grupuoti pagal paskyrą"
 
-#: ../pidgin/gtkdebug.c:234
 msgid "Save Debug Log"
 msgstr "Įrašyti derinimo žurnalą"
 
-#: ../pidgin/gtkdebug.c:582
 msgid "Invert"
 msgstr "Priešingai"
 
-#: ../pidgin/gtkdebug.c:585
 msgid "Highlight matches"
 msgstr "Paryškinti rastus rezultatus"
 
-#: ../pidgin/gtkdebug.c:652
 msgid "_Icon Only"
 msgstr "T_ik piktogramos"
 
-#: ../pidgin/gtkdebug.c:653
 msgid "_Text Only"
 msgstr "_Tik tekstai"
 
-#: ../pidgin/gtkdebug.c:654
 msgid "_Both Icon & Text"
 msgstr "_Piktogramos ir tekstai"
 
-#: ../pidgin/gtkdebug.c:772
 msgid "Filter"
 msgstr "Filtras"
 
-#: ../pidgin/gtkdebug.c:791
 msgid "Right click for more options."
 msgstr "Spustelėkite dešinįjį pelės mygtuką kitų parinkčių rodymui."
 
-#: ../pidgin/gtkdebug.c:821
 msgid "Level "
 msgstr "Lygis "
 
-#: ../pidgin/gtkdebug.c:822 ../pidgin/gtkdebug.c:828
 msgid "Select the debug filter level."
 msgstr "Pasirinkite derinimo informacijos filtravimo lygį."
 
-#: ../pidgin/gtkdebug.c:830
 msgid "All"
 msgstr "Viskas"
 
-#: ../pidgin/gtkdebug.c:831
 msgid "Misc"
 msgstr "Kiti"
 
-#: ../pidgin/gtkdebug.c:833
 msgid "Warning"
 msgstr "Perspėjimai"
 
-#: ../pidgin/gtkdebug.c:834
 msgid "Error "
 msgstr "Klaidos "
 
-#: ../pidgin/gtkdebug.c:835
 msgid "Fatal Error"
 msgstr "Lemtingos klaidos"
 
-#: ../pidgin/gtkdialogs.c:72 ../pidgin/gtkdialogs.c:73
-#: ../pidgin/gtkdialogs.c:74 ../pidgin/gtkdialogs.c:75
-#: ../pidgin/gtkdialogs.c:77 ../pidgin/gtkdialogs.c:78
-#: ../pidgin/gtkdialogs.c:79 ../pidgin/gtkdialogs.c:80
-#: ../pidgin/gtkdialogs.c:81 ../pidgin/gtkdialogs.c:82
-#: ../pidgin/gtkdialogs.c:83 ../pidgin/gtkdialogs.c:84
-#: ../pidgin/gtkdialogs.c:85 ../pidgin/gtkdialogs.c:86
-#: ../pidgin/gtkdialogs.c:87 ../pidgin/gtkdialogs.c:88
-#: ../pidgin/gtkdialogs.c:89 ../pidgin/gtkdialogs.c:92
-#: ../pidgin/gtkdialogs.c:94 ../pidgin/gtkdialogs.c:95
-#: ../pidgin/gtkdialogs.c:96
 msgid "developer"
 msgstr "kūrėjas"
 
 #. feel free to not translate this
-#: ../pidgin/gtkdialogs.c:77
 msgid "Ka-Hing Cheung"
 msgstr "Ka-Hing Cheung"
 
-#: ../pidgin/gtkdialogs.c:90
 msgid "support"
 msgstr "palaikymas"
 
-#: ../pidgin/gtkdialogs.c:91
 msgid "support/QA"
 msgstr "priežiūra ir kokybės kontrolė"
 
-#: ../pidgin/gtkdialogs.c:93 ../pidgin/gtkdialogs.c:116
 msgid "developer & webmaster"
 msgstr "kūrėjas ir svetainės administratorius"
 
-#: ../pidgin/gtkdialogs.c:103
 msgid "Senior Contributor/QA"
 msgstr "Vyresnysis bendradarbis/kokybės kontrolė"
 
-#: ../pidgin/gtkdialogs.c:112
 msgid "win32 port"
 msgstr "perkėlimas į win32"
 
-#: ../pidgin/gtkdialogs.c:113 ../pidgin/gtkdialogs.c:114
 msgid "maintainer"
 msgstr "prižiūrėtojas"
 
-#: ../pidgin/gtkdialogs.c:115
 msgid "libfaim maintainer"
 msgstr "libfaim prižiūrėtojas"
 
 #. If "lazy bum" translates literally into a serious insult, use something else or omit it.
-#: ../pidgin/gtkdialogs.c:118
 msgid "hacker and designated driver [lazy bum]"
 msgstr "hakeris ir negeriantis, nes prie vairo [tingus bastūnas]"
 
-#: ../pidgin/gtkdialogs.c:119
 msgid "XMPP developer"
 msgstr "XMPP kūrėjas"
 
-#: ../pidgin/gtkdialogs.c:120
 msgid "original author"
 msgstr "pradinis autorius"
 
-#: ../pidgin/gtkdialogs.c:121
 msgid "lead developer"
 msgstr "pagrindinis kūrėjas"
 
-#: ../pidgin/gtkdialogs.c:136 ../pidgin/gtkdialogs.c:137
 msgid "Afrikaans"
 msgstr "Būrų kalba"
 
-#: ../pidgin/gtkdialogs.c:138 ../pidgin/gtkdialogs.c:234
 msgid "Arabic"
 msgstr "Arabų kalba"
 
-#: ../pidgin/gtkdialogs.c:139
 msgid "Belarusian Latin"
 msgstr "Baltarusų kalba lotynu abėcėle"
 
-#: ../pidgin/gtkdialogs.c:140 ../pidgin/gtkdialogs.c:141
-#: ../pidgin/gtkdialogs.c:235
 msgid "Bulgarian"
 msgstr "Bulgarų kalba"
 
-#: ../pidgin/gtkdialogs.c:142 ../pidgin/gtkdialogs.c:143
-#: ../pidgin/gtkdialogs.c:144 ../pidgin/gtkdialogs.c:145
 msgid "Bengali"
 msgstr "Bengalų kalba"
 
-#: ../pidgin/gtkdialogs.c:146
 msgid "Bosnian"
 msgstr "Bosnių kalba"
 
-#: ../pidgin/gtkdialogs.c:147 ../pidgin/gtkdialogs.c:236
-#: ../pidgin/gtkdialogs.c:237
 msgid "Catalan"
 msgstr "Katalonų kalba"
 
-#: ../pidgin/gtkdialogs.c:148 ../pidgin/gtkdialogs.c:149
 msgid "Valencian-Catalan"
 msgstr "Valenciečių-katalonų kalba"
 
-#: ../pidgin/gtkdialogs.c:150 ../pidgin/gtkdialogs.c:238
-#: ../pidgin/gtkdialogs.c:239
 msgid "Czech"
 msgstr "Čekų kalba"
 
-#: ../pidgin/gtkdialogs.c:151 ../pidgin/gtkdialogs.c:152
 msgid "Danish"
 msgstr "Danų kalba"
 
-#: ../pidgin/gtkdialogs.c:153 ../pidgin/gtkdialogs.c:154
-#: ../pidgin/gtkdialogs.c:240
 msgid "German"
 msgstr "Vokiečių kalba"
 
-#: ../pidgin/gtkdialogs.c:155 ../pidgin/gtkdialogs.c:156
-#: ../pidgin/gtkdialogs.c:157
 msgid "Dzongkha"
 msgstr "Botijų kalba"
 
-#: ../pidgin/gtkdialogs.c:158 ../pidgin/gtkdialogs.c:159
 msgid "Greek"
 msgstr "Graikų kalba"
 
-#: ../pidgin/gtkdialogs.c:160
 msgid "Australian English"
 msgstr "Australų anglų kalba"
 
-#: ../pidgin/gtkdialogs.c:161
 msgid "Canadian English"
 msgstr "Kanadiečių anglų kalba"
 
-#: ../pidgin/gtkdialogs.c:162
 msgid "British English"
 msgstr "Britų anglų kalba"
 
-#: ../pidgin/gtkdialogs.c:163
 msgid "Esperanto"
 msgstr "Esperanto"
 
-#: ../pidgin/gtkdialogs.c:164 ../pidgin/gtkdialogs.c:241
-#: ../pidgin/gtkdialogs.c:242 ../pidgin/gtkdialogs.c:243
-#: ../pidgin/gtkdialogs.c:244
 msgid "Spanish"
 msgstr "Ispanų kalba"
 
-#: ../pidgin/gtkdialogs.c:165
 msgid "Estonian"
 msgstr "Estų kalba"
 
-#: ../pidgin/gtkdialogs.c:166 ../pidgin/gtkdialogs.c:167
 msgid "Euskera(Basque)"
 msgstr "Baskų kalba"
 
-#: ../pidgin/gtkdialogs.c:168 ../pidgin/gtkdialogs.c:169
-#: ../pidgin/gtkdialogs.c:170
 msgid "Persian"
 msgstr "Persų kalba"
 
-#: ../pidgin/gtkdialogs.c:171 ../pidgin/gtkdialogs.c:245
-#: ../pidgin/gtkdialogs.c:246
 msgid "Finnish"
 msgstr "Suomių kalba"
 
-#: ../pidgin/gtkdialogs.c:172 ../pidgin/gtkdialogs.c:247
-#: ../pidgin/gtkdialogs.c:248 ../pidgin/gtkdialogs.c:249
-#: ../pidgin/gtkdialogs.c:250
 msgid "French"
 msgstr "Prancūzų kalba"
 
-#: ../pidgin/gtkdialogs.c:173 ../pidgin/gtkdialogs.c:174
-#: ../pidgin/gtkdialogs.c:251
 msgid "Galician"
 msgstr "Galeganų kalba"
 
-#: ../pidgin/gtkdialogs.c:175 ../pidgin/gtkdialogs.c:176
 msgid "Gujarati"
 msgstr "Gudžaratų kalba"
 
-#: ../pidgin/gtkdialogs.c:176
 msgid "Gujarati Language Team"
 msgstr "Gudžarati kalbos komanda"
 
-#: ../pidgin/gtkdialogs.c:177 ../pidgin/gtkdialogs.c:252
 msgid "Hebrew"
 msgstr "Hebrajų kalba"
 
-#: ../pidgin/gtkdialogs.c:178
 msgid "Hindi"
 msgstr "Hindi kalba"
 
-#: ../pidgin/gtkdialogs.c:179 ../pidgin/gtkdialogs.c:253
 msgid "Hungarian"
 msgstr "Vengrų kalba"
 
-#: ../pidgin/gtkdialogs.c:180
 msgid "Indonesian"
 msgstr "Indoneziečių kalba"
 
-#: ../pidgin/gtkdialogs.c:181 ../pidgin/gtkdialogs.c:254
 msgid "Italian"
 msgstr "Italų kalba"
 
-#: ../pidgin/gtkdialogs.c:182 ../pidgin/gtkdialogs.c:255
-#: ../pidgin/gtkdialogs.c:256 ../pidgin/gtkdialogs.c:257
 msgid "Japanese"
 msgstr "Japonų kalba"
 
-#: ../pidgin/gtkdialogs.c:183 ../pidgin/gtkdialogs.c:258
 msgid "Georgian"
 msgstr "Gruzinų kalba"
 
-#: ../pidgin/gtkdialogs.c:183
 msgid "Ubuntu Georgian Translators"
 msgstr "Ubuntu vertėjai į gruzinų kalbą"
 
-#: ../pidgin/gtkdialogs.c:184
 msgid "Kannada"
 msgstr "Kanadų kalba"
 
-#: ../pidgin/gtkdialogs.c:184
 msgid "Kannada Translation team"
 msgstr "Kanadų kalbos vertimo komanda"
 
-#: ../pidgin/gtkdialogs.c:185 ../pidgin/gtkdialogs.c:259
-#: ../pidgin/gtkdialogs.c:260
 msgid "Korean"
 msgstr "Korėjiečių kalba"
 
-#: ../pidgin/gtkdialogs.c:186 ../pidgin/gtkdialogs.c:187
-#: ../pidgin/gtkdialogs.c:188
 msgid "Kurdish"
 msgstr "Kurdų kalba"
 
-#: ../pidgin/gtkdialogs.c:189
 msgid "Lao"
 msgstr "Laosiečių kalba"
 
-#: ../pidgin/gtkdialogs.c:190 ../pidgin/gtkdialogs.c:261
-#: ../pidgin/gtkdialogs.c:262
 msgid "Lithuanian"
 msgstr "Lietuvių kalba"
 
-#: ../pidgin/gtkdialogs.c:191 ../pidgin/gtkdialogs.c:192
-#: ../pidgin/gtkdialogs.c:193 ../pidgin/gtkdialogs.c:263
 msgid "Macedonian"
 msgstr "Makedoniečių kalba"
 
-#: ../pidgin/gtkdialogs.c:194 ../pidgin/gtkdialogs.c:264
-#: ../pidgin/gtkdialogs.c:265
 msgid "Bokmål Norwegian"
 msgstr "Norvegų kalba (Bokmål)"
 
-#: ../pidgin/gtkdialogs.c:195
 msgid "Nepali"
 msgstr "Nepalų kalba"
 
-#: ../pidgin/gtkdialogs.c:196
 msgid "Dutch, Flemish"
 msgstr "Olandų, flamandų kalba"
 
-#: ../pidgin/gtkdialogs.c:197
 msgid "Norwegian Nynorsk"
 msgstr "Norvegų kalba (nynorsk)"
 
-#: ../pidgin/gtkdialogs.c:198
 msgid "Occitan"
 msgstr "Oksitanų kalba"
 
-#: ../pidgin/gtkdialogs.c:199
 msgid "Punjabi"
 msgstr "Pandžabų kalba"
 
-#: ../pidgin/gtkdialogs.c:200 ../pidgin/gtkdialogs.c:201
-#: ../pidgin/gtkdialogs.c:202 ../pidgin/gtkdialogs.c:266
 msgid "Polish"
 msgstr "Lenkų kalba"
 
-#: ../pidgin/gtkdialogs.c:203
 msgid "Portuguese"
 msgstr "Portugalų kalba"
 
-#: ../pidgin/gtkdialogs.c:204 ../pidgin/gtkdialogs.c:267
 msgid "Portuguese-Brazil"
 msgstr "Brazilų portugalų kalba"
 
-#: ../pidgin/gtkdialogs.c:205
 msgid "Pashto"
 msgstr "Puštūnų kalba"
 
-#: ../pidgin/gtkdialogs.c:206
 msgid "Romanian"
 msgstr "Rumunų kalba"
 
-#: ../pidgin/gtkdialogs.c:207 ../pidgin/gtkdialogs.c:268
-#: ../pidgin/gtkdialogs.c:269
 msgid "Russian"
 msgstr "Rusų kalba"
 
-#: ../pidgin/gtkdialogs.c:208 ../pidgin/gtkdialogs.c:209
-#: ../pidgin/gtkdialogs.c:270 ../pidgin/gtkdialogs.c:271
-#: ../pidgin/gtkdialogs.c:272
 msgid "Slovak"
 msgstr "Slovakų kalba"
 
-#: ../pidgin/gtkdialogs.c:210 ../pidgin/gtkdialogs.c:273
 msgid "Slovenian"
 msgstr "Slovėnų kalba"
 
-#: ../pidgin/gtkdialogs.c:211
 msgid "Albanian"
 msgstr "Albanų kalba"
 
-#: ../pidgin/gtkdialogs.c:212 ../pidgin/gtkdialogs.c:213
-#: ../pidgin/gtkdialogs.c:274 ../pidgin/gtkdialogs.c:275
 msgid "Serbian"
 msgstr "Serbų kalba"
 
-#: ../pidgin/gtkdialogs.c:214
 msgid "Sinhala"
 msgstr "Sinhalų kalba"
 
-#: ../pidgin/gtkdialogs.c:215 ../pidgin/gtkdialogs.c:276
-#: ../pidgin/gtkdialogs.c:277
 msgid "Swedish"
 msgstr "Švedų kalba"
 
-#: ../pidgin/gtkdialogs.c:216
 msgid "Tamil"
 msgstr "Tamilų kalba"
 
-#: ../pidgin/gtkdialogs.c:217
 msgid "Telugu"
 msgstr "Telugu kalba"
 
-#: ../pidgin/gtkdialogs.c:218
 msgid "Thai"
 msgstr "Tajų kalba"
 
-#: ../pidgin/gtkdialogs.c:219 ../pidgin/gtkdialogs.c:278
 msgid "Turkish"
 msgstr "Turkų kalba"
 
-#: ../pidgin/gtkdialogs.c:220
 msgid "Urdu"
 msgstr "Urdu kalba"
 
-#: ../pidgin/gtkdialogs.c:221
 msgid "Vietnamese"
 msgstr "Vietnamiečių kalba"
 
-#: ../pidgin/gtkdialogs.c:221
 msgid "T.M.Thanh and the Gnome-Vi Team"
 msgstr "T.M. Thanh ir Gnome-Vi komanda"
 
-#: ../pidgin/gtkdialogs.c:222 ../pidgin/gtkdialogs.c:279
 msgid "Simplified Chinese"
 msgstr "Supaprastinta kinų kalba"
 
-#: ../pidgin/gtkdialogs.c:223 ../pidgin/gtkdialogs.c:224
-#: ../pidgin/gtkdialogs.c:225
 msgid "Hong Kong Chinese"
 msgstr "Hongkongo kinų kalba"
 
-#: ../pidgin/gtkdialogs.c:226 ../pidgin/gtkdialogs.c:227
-#: ../pidgin/gtkdialogs.c:280
 msgid "Traditional Chinese"
 msgstr "Tradicinė kinų kalba"
 
-#: ../pidgin/gtkdialogs.c:233
 msgid "Amharic"
 msgstr "Amharų kalba"
 
-#: ../pidgin/gtkdialogs.c:365
 #, c-format
 msgid "About %s"
 msgstr "Apie %s"
 
-#: ../pidgin/gtkdialogs.c:401
 #, c-format
 msgid ""
 "%s is a graphical modular messaging client based on libpurple which is "
@@ -16096,59 +11420,44 @@
 "pateiktas pilnas autorių sąrašas.  Mes neteikiame jokios garantijos šiai "
 "programai.<br><br>"
 
-#: ../pidgin/gtkdialogs.c:419
 msgid "<FONT SIZE=\"4\">IRC:</FONT> #pidgin on irc.freenode.net<BR><BR>"
 msgstr ""
 "<FONT SIZE=\"4\">IRC:</FONT> #pidgin kanalas serveryje irc.freenode."
 "net<BR><BR>"
 
-#: ../pidgin/gtkdialogs.c:424
 msgid "Current Developers"
 msgstr "Dabartiniai kūrėjai"
 
-#: ../pidgin/gtkdialogs.c:439
 msgid "Crazy Patch Writers"
 msgstr "Pakvaišę pataisų rašytojai"
 
-#: ../pidgin/gtkdialogs.c:454
 msgid "Retired Developers"
 msgstr "Buvę kūrėjai"
 
-#: ../pidgin/gtkdialogs.c:469
 msgid "Retired Crazy Patch Writers"
 msgstr "Atsistadydinę pakvaišę pataisų rašytojai"
 
-#: ../pidgin/gtkdialogs.c:484
 msgid "Artists"
 msgstr "Menininkai"
 
-#: ../pidgin/gtkdialogs.c:499
 msgid "Current Translators"
 msgstr "Dabartiniai vertėjai"
 
-#: ../pidgin/gtkdialogs.c:519
 msgid "Past Translators"
 msgstr "Buvę vertėjai"
 
-#: ../pidgin/gtkdialogs.c:537
 msgid "Debugging Information"
 msgstr "Derinimo informacija"
 
-#: ../pidgin/gtkdialogs.c:753 ../pidgin/gtkdialogs.c:892
-#: ../pidgin/gtkdialogs.c:973
 msgid "_Name"
 msgstr "_Vardas"
 
-#: ../pidgin/gtkdialogs.c:758 ../pidgin/gtkdialogs.c:897
-#: ../pidgin/gtkdialogs.c:978
 msgid "_Account"
 msgstr "_Paskyra"
 
-#: ../pidgin/gtkdialogs.c:905
 msgid "Get User Info"
 msgstr "Gauti vartotojo informaciją"
 
-#: ../pidgin/gtkdialogs.c:907
 msgid ""
 "Please enter the username or alias of the person whose info you would like "
 "to view."
@@ -16156,36 +11465,28 @@
 "Įveskite naudotojo vardą arba alternatyvųjį vardą asmens, kurio informaciją "
 "Jūs norite pažiūrėti."
 
-#: ../pidgin/gtkdialogs.c:997
 msgid "View User Log"
 msgstr "Žiūrėti vartotojo žurnalą"
 
-#: ../pidgin/gtkdialogs.c:1019
 msgid "Alias Contact"
 msgstr "Alternatyvusis kontakto vardas"
 
-#: ../pidgin/gtkdialogs.c:1020
 msgid "Enter an alias for this contact."
 msgstr "Įveskite alternatyvųjį vardą šiam kontaktui."
 
-#: ../pidgin/gtkdialogs.c:1042
 #, c-format
 msgid "Enter an alias for %s."
 msgstr "Įveskite alternatyvųjį vardą vartotojui %s."
 
-#: ../pidgin/gtkdialogs.c:1044
 msgid "Alias Buddy"
 msgstr "Alternatyvusis bičiulio vardas"
 
-#: ../pidgin/gtkdialogs.c:1065
 msgid "Alias Chat"
 msgstr "Alternatyvusis pokalbių kambario vardas"
 
-#: ../pidgin/gtkdialogs.c:1066
 msgid "Enter an alias for this chat."
 msgstr "Įveskite alternatyvųjį vardą šiam pokalbių kambariui."
 
-#: ../pidgin/gtkdialogs.c:1105
 #, c-format
 msgid ""
 "You are about to remove the contact containing %s and %d other buddy from "
@@ -16203,30 +11504,24 @@
 "Jūs ruošiatės pašalinti kontaktą su %s ir turintį dar %d kitų bičiulio "
 "paskyrų iš Jūsų bičiulių sąrašo.  Ar norite tęsti?"
 
-#: ../pidgin/gtkdialogs.c:1113
 msgid "Remove Contact"
 msgstr "Pašalinti kontaktą"
 
-#: ../pidgin/gtkdialogs.c:1116
 msgid "_Remove Contact"
 msgstr "_Pašalinti kontaktą"
 
-#: ../pidgin/gtkdialogs.c:1147
 #, c-format
 msgid ""
 "You are about to merge the group called %s into the group called %s. Do you "
 "want to continue?"
 msgstr "Jūs ruošiates grupę %s prijungti prie grupės %s. Ar norite tęsti?"
 
-#: ../pidgin/gtkdialogs.c:1154
 msgid "Merge Groups"
 msgstr "Sujungti grupes"
 
-#: ../pidgin/gtkdialogs.c:1157
 msgid "_Merge Groups"
 msgstr "_Sujungti grupes"
 
-#: ../pidgin/gtkdialogs.c:1207
 #, c-format
 msgid ""
 "You are about to remove the group %s and all its members from your buddy "
@@ -16235,29 +11530,23 @@
 "Jūs ruošiates pašalinti grupę %s ir visus jos narius iš Jūsų bičiulių "
 "sąrašo.  Ar norite tęsti?"
 
-#: ../pidgin/gtkdialogs.c:1210
 msgid "Remove Group"
 msgstr "Pašalinti grupę"
 
-#: ../pidgin/gtkdialogs.c:1213
 msgid "_Remove Group"
 msgstr "_Pašalinti grupę"
 
-#: ../pidgin/gtkdialogs.c:1246
 #, c-format
 msgid ""
 "You are about to remove %s from your buddy list.  Do you want to continue?"
 msgstr "Jūs ruošiates pašalinti %s iš Jūsų bičiulių sąrašo.  Ar norite tęsti?"
 
-#: ../pidgin/gtkdialogs.c:1249
 msgid "Remove Buddy"
 msgstr "Pašalinti bičiulį"
 
-#: ../pidgin/gtkdialogs.c:1252
 msgid "_Remove Buddy"
 msgstr "_Pašalinti bičiulį"
 
-#: ../pidgin/gtkdialogs.c:1273
 #, c-format
 msgid ""
 "You are about to remove the chat %s from your buddy list.  Do you want to "
@@ -16266,251 +11555,191 @@
 "Jūs ruošiates pašalinti pokalbių kambarį %s iš Jūsų bičiulių sąrašo.  Ar "
 "norite tęsti?"
 
-#: ../pidgin/gtkdialogs.c:1276
 msgid "Remove Chat"
 msgstr "Pašalinti pokalbių kambarį"
 
-#: ../pidgin/gtkdialogs.c:1279
 msgid "_Remove Chat"
 msgstr "_Pašalinti pokalbių kambarį"
 
-#: ../pidgin/gtkdocklet.c:152
 msgid "Right-click for more unread messages...\n"
 msgstr ""
 "Spustelėkite dešinį pelės mygtuką, kad pamatytumėte kitas neperskaitytas "
 "žinutes...\n"
 
-#: ../pidgin/gtkdocklet.c:533
 msgid "_Change Status"
 msgstr "_Keisti būseną"
 
-#: ../pidgin/gtkdocklet.c:681
 msgid "Show Buddy _List"
 msgstr "_Rodyti bičiulių sąrašą"
 
-#: ../pidgin/gtkdocklet.c:686
 msgid "_Unread Messages"
 msgstr "_Neperskaitytos žinutės"
 
-#: ../pidgin/gtkdocklet.c:707
 msgid "New _Message..."
 msgstr "Nauja _žinutė..."
 
-#: ../pidgin/gtkdocklet.c:721
 msgid "_Accounts"
 msgstr "_Paskyros"
 
-#: ../pidgin/gtkdocklet.c:722
 msgid "Plu_gins"
 msgstr "P_apildiniai"
 
-#: ../pidgin/gtkdocklet.c:723
 msgid "Pr_eferences"
 msgstr "N_uostatos"
 
-#: ../pidgin/gtkdocklet.c:727
 msgid "Mute _Sounds"
 msgstr "_Išjungti garsus"
 
-#: ../pidgin/gtkdocklet.c:734
 msgid "_Blink on New Message"
 msgstr "_Mirksėti gavus naują žinutę"
 
-#: ../pidgin/gtkdocklet.c:744
 msgid "_Quit"
 msgstr "I_šeiti"
 
-#: ../pidgin/gtkft.c:154
 msgid "Not started"
 msgstr "Nepradėta"
 
-#: ../pidgin/gtkft.c:276
 msgid "<b>Receiving As:</b>"
 msgstr "<b>Gaunama kaip:</b>"
 
-#: ../pidgin/gtkft.c:278
 msgid "<b>Receiving From:</b>"
 msgstr "<b>Gaunama iš:</b>"
 
-#: ../pidgin/gtkft.c:282
 msgid "<b>Sending To:</b>"
 msgstr "<b>Siunčiama kam:</b>"
 
-#: ../pidgin/gtkft.c:284
 msgid "<b>Sending As:</b>"
 msgstr "<b>Siunčiama kaip:</b>"
 
-#: ../pidgin/gtkft.c:500
 msgid "There is no application configured to open this type of file."
 msgstr "Jokia programa nėra sukonfigūruota atverti šio tipo failą."
 
-#: ../pidgin/gtkft.c:505
 msgid "An error occurred while opening the file."
 msgstr "Failo atvėrimo metu įvyko klaida."
 
-#: ../pidgin/gtkft.c:542
 #, c-format
 msgid "Error launching %s: %s"
 msgstr "Programos %s paleidimo klaida: %s"
 
-#: ../pidgin/gtkft.c:551
 #, c-format
 msgid "Error running %s"
 msgstr "Programos %s vykdymo klaida"
 
-#: ../pidgin/gtkft.c:552
 #, c-format
 msgid "Process returned error code %d"
 msgstr "Procesas grąžino klaidos kodą %d"
 
-#: ../pidgin/gtkft.c:699
 msgid "Filename:"
 msgstr "Failo pavadinimas:"
 
-#: ../pidgin/gtkft.c:700
 msgid "Local File:"
 msgstr "Vietinis failas:"
 
-#: ../pidgin/gtkft.c:702
 msgid "Speed:"
 msgstr "Greitis:"
 
-#: ../pidgin/gtkft.c:703
 msgid "Time Elapsed:"
 msgstr "Praėjo laiko:"
 
-#: ../pidgin/gtkft.c:704
 msgid "Time Remaining:"
 msgstr "Liko laiko:"
 
-#: ../pidgin/gtkft.c:783
 msgid "Close this window when all transfers _finish"
 msgstr "_Uždaryti ši langą pasibaigus visiems failų perdavimams"
 
-#: ../pidgin/gtkft.c:793
 msgid "C_lear finished transfers"
 msgstr "_Pašalinti pabaigtus perdavimus"
 
 #. "Download Details" arrow
-#: ../pidgin/gtkft.c:802
 msgid "File transfer _details"
 msgstr "_Informacija apie perdavimą"
 
 #  Pause button
 #. Pause button
-#: ../pidgin/gtkft.c:820 ../pidgin/pidginstock.c:95
 msgid "_Pause"
 msgstr "_Sustabdyti"
 
 #  Resume button
 #. Resume button
-#: ../pidgin/gtkft.c:825
 msgid "_Resume"
 msgstr "_Tęsti"
 
-#: ../pidgin/gtkimhtml.c:897
 msgid "Paste as Plain _Text"
 msgstr "Įdėti kaip gryną _tekstą"
 
-#: ../pidgin/gtkimhtml.c:914 ../pidgin/gtkimhtmltoolbar.c:1325
 msgid "_Reset formatting"
 msgstr "Atstatyti fo_rmato taikymą"
 
-#: ../pidgin/gtkimhtml.c:922
 msgid "Disable _smileys in selected text"
 msgstr "Pa_sirinktame tekste išjungti šypsenėles"
 
-#: ../pidgin/gtkimhtml.c:1482
 msgid "Hyperlink color"
 msgstr "Hipersaito spalva"
 
-#: ../pidgin/gtkimhtml.c:1483
 msgid "Color to draw hyperlinks."
 msgstr "Spalva hipersaitų vaizdavimui."
 
-#: ../pidgin/gtkimhtml.c:1486
 msgid "Hyperlink prelight color"
 msgstr "Hipersaito paryškinimo spalva"
 
-#: ../pidgin/gtkimhtml.c:1487
 msgid "Color to draw hyperlinks when mouse is over them."
 msgstr "Hipersaito spalva, kai virš jo yra pelės žymeklis."
 
-#: ../pidgin/gtkimhtml.c:1490 ../pidgin/plugins/pidginrc.c:52
 msgid "Sent Message Name Color"
 msgstr "Vardo spalva išsiunčiamose žinutėse"
 
-#: ../pidgin/gtkimhtml.c:1491
 msgid "Color to draw the name of a message you sent."
 msgstr "Spalva vardui išsiunčiamoje žinutėje."
 
-#: ../pidgin/gtkimhtml.c:1494 ../pidgin/plugins/pidginrc.c:53
 msgid "Received Message Name Color"
 msgstr "Vardo spalva gaunamose žinutėse"
 
-#: ../pidgin/gtkimhtml.c:1495
 msgid "Color to draw the name of a message you received."
 msgstr "Spalva vardui gaunamoje žinutėje."
 
-#: ../pidgin/gtkimhtml.c:1498
 msgid "\"Attention\" Name Color"
 msgstr "Vardo spalva „dėmesio“ žinutėse"
 
-#: ../pidgin/gtkimhtml.c:1499
 msgid "Color to draw the name of a message you received containing your name."
 msgstr "Spalva vardui gaunamoje žinutėje, kurioje minimas jūsų vardas."
 
-#: ../pidgin/gtkimhtml.c:1502 ../pidgin/plugins/pidginrc.c:55
 msgid "Action Message Name Color"
 msgstr "Vardo spalva veiksmo žinutėse"
 
-#: ../pidgin/gtkimhtml.c:1503 ../pidgin/gtkimhtml.c:1507
-#: ../pidgin/gtkimhtml.c:1511
 msgid "Color to draw the name of an action message."
 msgstr "Spalva vardui veiksmo žinutėje."
 
-#: ../pidgin/gtkimhtml.c:1506
 msgid "Action Message Name Color for Whispered Message"
 msgstr "Veiksmo žinutės vardo spalva pašnibždėtoms žinutėms"
 
-#: ../pidgin/gtkimhtml.c:1510
 msgid "Whisper Message Name Color"
 msgstr "Vardo spalva pašnibždėtose žinutėse"
 
 #  ---------- "Notification Removals" ----------
-#: ../pidgin/gtkimhtml.c:1520
 msgid "Typing notification color"
 msgstr "Pranešimo apie pašnekovo renkamą žinutę spalva"
 
-#: ../pidgin/gtkimhtml.c:1521
 msgid "The color to use for the typing notification font"
 msgstr "Spalva pranešimui apie pašnekovo renkamą žinutę"
 
-#: ../pidgin/gtkimhtml.c:1524
 msgid "Typing notification font"
 msgstr "Pranešimo apie pašnekovo renkamą žinutę šriftas"
 
-#: ../pidgin/gtkimhtml.c:1525
 msgid "The font to use for the typing notification"
 msgstr "Šriftas pranešimui apie pašnekovo renkamą žinutę"
 
-#: ../pidgin/gtkimhtml.c:1528 ../pidgin/gtkimhtml.c:1529
 msgid "Enable typing notification"
 msgstr "Rodyti pranešimus apie pašnekovų renkamas žinutes"
 
-#: ../pidgin/gtkimhtml.c:1757
 msgid "_Copy Email Address"
 msgstr "Kopijuoti _el. pašto adresą"
 
-#: ../pidgin/gtkimhtml.c:1769
 msgid "_Open Link in Browser"
 msgstr "_Atverti saitą naršyklėje"
 
-#: ../pidgin/gtkimhtml.c:1779
 msgid "_Copy Link Location"
 msgstr "Kopijuoti _saito adresą"
 
-#: ../pidgin/gtkimhtml.c:3551
 msgid ""
 "<span size='larger' weight='bold'>Unrecognized file type</span>\n"
 "\n"
@@ -16520,7 +11749,6 @@
 "\n"
 "Laikyti, kad failas yra PNG tipo."
 
-#: ../pidgin/gtkimhtml.c:3554
 msgid ""
 "Unrecognized file type\n"
 "\n"
@@ -16530,7 +11758,6 @@
 "\n"
 "Naudojamas numatytasis tipas PNG."
 
-#: ../pidgin/gtkimhtml.c:3583
 #, c-format
 msgid ""
 "<span size='larger' weight='bold'>Error saving image</span>\n"
@@ -16541,7 +11768,6 @@
 "\n"
 "%s"
 
-#: ../pidgin/gtkimhtml.c:3586
 #, c-format
 msgid ""
 "Error saving image\n"
@@ -16552,217 +11778,168 @@
 "\n"
 "%s"
 
-#: ../pidgin/gtkimhtml.c:3667 ../pidgin/gtkimhtml.c:3679
 msgid "Save Image"
 msgstr "Įrašyti vaizdą"
 
-#: ../pidgin/gtkimhtml.c:3716
 msgid "_Save Image..."
 msgstr "Įrašyti vai_zdą..."
 
-#: ../pidgin/gtkimhtml.c:3730
 msgid "_Add Custom Smiley..."
 msgstr "_Pridėti tinkintą šypsenėlę"
 
-#: ../pidgin/gtkimhtmltoolbar.c:165
 msgid "Select Font"
 msgstr "Pasirinkti šriftą"
 
-#: ../pidgin/gtkimhtmltoolbar.c:245
 msgid "Select Text Color"
 msgstr "Pasirinkti teksto spalvą"
 
-#: ../pidgin/gtkimhtmltoolbar.c:325
 msgid "Select Background Color"
 msgstr "Pasirinkti fono spalvą"
 
-#: ../pidgin/gtkimhtmltoolbar.c:414
 msgid "_URL"
 msgstr "_URL"
 
-#: ../pidgin/gtkimhtmltoolbar.c:422
 msgid "_Description"
 msgstr "_Aprašymas"
 
-#: ../pidgin/gtkimhtmltoolbar.c:425
 msgid ""
 "Please enter the URL and description of the link that you want to insert. "
 "The description is optional."
 msgstr ""
 "Prašome įvesti norimo įterpti saito URL ir aprašymą. Aprašymas nėra būtinas."
 
-#: ../pidgin/gtkimhtmltoolbar.c:429
 msgid "Please enter the URL of the link that you want to insert."
 msgstr "Prašome įvesti norimo įterpti saito URL."
 
-#: ../pidgin/gtkimhtmltoolbar.c:434 ../pidgin/gtkimhtmltoolbar.c:1232
 msgid "Insert Link"
 msgstr "Įterpti saitą"
 
-#: ../pidgin/gtkimhtmltoolbar.c:438 ../pidgin/gtkimhtmltoolbar.c:1393
 msgid "_Insert"
 msgstr "_Įterpti"
 
-#: ../pidgin/gtkimhtmltoolbar.c:519
 #, c-format
 msgid "Failed to store image: %s\n"
 msgstr "Nepavyko išsaugoti vaizdo: %s\n"
 
-#: ../pidgin/gtkimhtmltoolbar.c:545 ../pidgin/gtkimhtmltoolbar.c:555
 msgid "Insert Image"
 msgstr "Įterpti vaizdą"
 
-#: ../pidgin/gtkimhtmltoolbar.c:684
 #, c-format
 msgid ""
 "This smiley is disabled because a custom smiley exists for this shortcut:\n"
 " %s"
 msgstr ""
-"Ši šypsenėlė yra išjungta, nes šiai klavišų sekai jau yra tinkinta šypsenelė:\n"
+"Ši šypsenėlė yra išjungta, nes šiai klavišų sekai jau yra tinkinta "
+"šypsenelė:\n"
 "%s"
 
 #  show everything
-#: ../pidgin/gtkimhtmltoolbar.c:815
 msgid "Smile!"
 msgstr "Šypsokis!"
 
-#: ../pidgin/gtkimhtmltoolbar.c:830
 msgid "_Manage custom smileys"
 msgstr "_Tvarkyti tinkintas šypsenėles"
 
-#: ../pidgin/gtkimhtmltoolbar.c:867
 msgid "This theme has no available smileys."
 msgstr "Šis apipavidalinimas neturi šypsenėlių."
 
-#: ../pidgin/gtkimhtmltoolbar.c:973 ../pidgin/gtkimhtmltoolbar.c:1350
 msgid "_Font"
 msgstr "_Šriftas"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1184
 msgid "Group Items"
 msgstr "Grupuoti elementus"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1184
 msgid "Ungroup Items"
 msgstr "Negrupuoti elementų"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1218 ../pidgin/plugins/convcolors.c:342
 msgid "Bold"
 msgstr "Pusjuodis"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1219 ../pidgin/plugins/convcolors.c:351
 msgid "Italic"
 msgstr "Kursyvas"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1220 ../pidgin/plugins/convcolors.c:360
 msgid "Underline"
 msgstr "Pabraukimas"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1221
 msgid "Strikethrough"
 msgstr "Perbraukimas"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1223
 msgid "Increase Font Size"
 msgstr "Padidinti šriftą"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1224
 msgid "Decrease Font Size"
 msgstr "Sumažinti šriftą"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1226
 msgid "Font Face"
 msgstr "Šrifto garnitūras"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1227
 msgid "Background Color"
 msgstr "Fono spalva"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1228
 msgid "Foreground Color"
 msgstr "Šrifto spalva"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1230
 msgid "Reset Formatting"
 msgstr "Atstatyti formato taikymą"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1233
 msgid "Insert IM Image"
 msgstr "Įterpti vaizdą"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1234
 msgid "Insert Smiley"
 msgstr "Įterpti šypsenėlę"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1310
 msgid "<b>_Bold</b>"
 msgstr "<b>_Pusjuodis</b>"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1311
 msgid "<i>_Italic</i>"
 msgstr "<i>_Kursyvas</i>"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1312
 msgid "<u>_Underline</u>"
 msgstr "<u>P_abraukimas</u>"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1313
 msgid "<span strikethrough='true'>Strikethrough</span>"
 msgstr "<span strikethrough='true'>Perbraukimas</span>"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1314
 msgid "<span size='larger'>_Larger</span>"
 msgstr "<span size='larger'>_Didesnis</span>"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1316
 msgid "_Normal"
 msgstr "_Normalus"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1318
 msgid "<span size='smaller'>_Smaller</span>"
 msgstr "<span size='smaller'>_Mažesnis</span>"
 
 #. If we want to show the formatting for the following items, we would
 #. * need to update them when formatting changes. The above items don't need
 #. * no updating nor nothin'
-#: ../pidgin/gtkimhtmltoolbar.c:1322
 msgid "_Font face"
 msgstr "_Šrifto garnitūras"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1323
 msgid "Foreground _color"
 msgstr "Š_rifto spalva"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1324
 msgid "Bac_kground color"
 msgstr "_Fono spalva"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1401
 msgid "_Image"
 msgstr "_paveiksliuką"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1407
 msgid "_Link"
 msgstr "_nuorodą"
 
-#: ../pidgin/gtkimhtmltoolbar.c:1413
 msgid "_Horizontal rule"
 msgstr "_Horizontali linija"
 
 #  show everything
-#: ../pidgin/gtkimhtmltoolbar.c:1435
 msgid "_Smile!"
 msgstr "_Šypsokitės!"
 
-#: ../pidgin/gtklog.c:245
 msgid "Log Deletion Failed"
 msgstr "Žurnalo pašalinimas nepavyko"
 
-#: ../pidgin/gtklog.c:246
 msgid "Check permissions and try again."
 msgstr "Patikrinkite teises ir bandykite iš naujo."
 
-#: ../pidgin/gtklog.c:292
 #, c-format
 msgid ""
 "Are you sure you want to permanently delete the log of the conversation with "
@@ -16770,49 +11947,40 @@
 msgstr ""
 "Ar tikrai norite negrįžtamai ištrinti pokalbių su %s žurnalą, pradėtą %s?"
 
-#: ../pidgin/gtklog.c:303
 #, c-format
 msgid ""
 "Are you sure you want to permanently delete the log of the conversation in %"
 "s which started at %s?"
 msgstr "Ar tikrai norite negrįžtamai ištrinti pokalbių %s žurnalą, pradėtą %s?"
 
-#: ../pidgin/gtklog.c:308
 #, c-format
 msgid ""
 "Are you sure you want to permanently delete the system log which started at %"
 "s?"
 msgstr "Ar tikrai norite negrįžtamai ištrinti sistemos žurnalą, pradėtą %s?"
 
-#: ../pidgin/gtklog.c:323
 msgid "Delete Log?"
 msgstr "Ar pašalinti žurnalą?"
 
-#: ../pidgin/gtklog.c:334
 msgid "Delete Log..."
 msgstr "Pašalinti žurnalą..."
 
-#: ../pidgin/gtklog.c:453
 #, c-format
 msgid "<span size='larger' weight='bold'>Conversation in %s on %s</span>"
 msgstr "<span size='larger' weight='bold'>Pokalbis kambaryje %s (%s)</span>"
 
-#: ../pidgin/gtklog.c:456
 #, c-format
 msgid "<span size='larger' weight='bold'>Conversation with %s on %s</span>"
 msgstr "<span size='larger' weight='bold'>Pokalbis su %s (%s)</span>"
 
 #. Steal the "HELP" response and use it to trigger browsing to the logs folder
-#: ../pidgin/gtklog.c:581
 msgid "_Browse logs folder"
 msgstr "_Naršyti žurnalų aplanką"
 
-#: ../pidgin/gtkmain.c:384
 #, c-format
 msgid "%s %s. Try `%s -h' for more information.\n"
 msgstr "%s %s. Daugiau informacijos suteikia komanda „%s -h“.\n"
 
-#: ../pidgin/gtkmain.c:387
 #, c-format
 msgid ""
 "%s %s\n"
@@ -16844,7 +12012,6 @@
 "  --display=DISPLAY       X displėjus naudojimui\n"
 "  -v, --version           parodyti šios programos versiją ir baigti\n"
 
-#: ../pidgin/gtkmain.c:400
 #, c-format
 msgid ""
 "%s %s\n"
@@ -16876,7 +12043,6 @@
 "                          paskyra.\n"
 "  -v, --version           parodyti šios programos versiją ir baigti\n"
 
-#: ../pidgin/gtkmain.c:530
 #, c-format
 msgid ""
 "%s %s has segfaulted and attempted to dump a core file.\n"
@@ -16916,19 +12082,15 @@
 
 #. Translators may want to transliterate the name.
 #. It is not to be translated.
-#: ../pidgin/gtkmain.c:724 ../pidgin/pidgin.h:51
 msgid "Pidgin"
 msgstr "Pidgin"
 
-#: ../pidgin/gtknotify.c:360
 msgid "Open All Messages"
 msgstr "Atidaryti visas žinutes"
 
-#: ../pidgin/gtknotify.c:414
 msgid "<span weight=\"bold\" size=\"larger\">You have mail!</span>"
 msgstr "<span weight=\"bold\" size=\"larger\">Jūs gavote laišką!</span>"
 
-#: ../pidgin/gtknotify.c:570
 #, c-format
 msgid "%s has %d new message."
 msgid_plural "%s has %d new messages."
@@ -16936,7 +12098,6 @@
 msgstr[1] "%s turi %d naujus pranešimus."
 msgstr[2] "%s turi %d naujų pranešimų."
 
-#: ../pidgin/gtknotify.c:599
 #, c-format
 msgid "<b>%d new email.</b>"
 msgid_plural "<b>%d new emails.</b>"
@@ -16944,43 +12105,33 @@
 msgstr[1] "<b>%d nauji laiškai.</b>"
 msgstr[2] "<b>%d naujų laiškų.</b>"
 
-#: ../pidgin/gtknotify.c:1033
 #, c-format
 msgid "The browser command \"%s\" is invalid."
 msgstr "Neteisinga naršyklės komanda „%s“."
 
-#: ../pidgin/gtknotify.c:1035 ../pidgin/gtknotify.c:1047
-#: ../pidgin/gtknotify.c:1060 ../pidgin/gtknotify.c:1197
 msgid "Unable to open URL"
 msgstr "Negalima atverti URL"
 
-#: ../pidgin/gtknotify.c:1045 ../pidgin/gtknotify.c:1058
 #, c-format
 msgid "Error launching \"%s\": %s"
 msgstr "Programos „%s“ paleidimo klaida: %s"
 
-#: ../pidgin/gtknotify.c:1198
 msgid ""
 "The 'Manual' browser command has been chosen, but no command has been set."
 msgstr "Pasirinkta 'Rankinė' naršyklės komanda, tačiau komanda nenustatyta."
 
-#: ../pidgin/gtkplugin.c:278
 msgid "The following plugins will be unloaded."
 msgstr "Šie papildiniai bus iškelti."
 
-#: ../pidgin/gtkplugin.c:297
 msgid "Multiple plugins will be unloaded."
 msgstr "Keletas papildinių bus iškelta."
 
-#: ../pidgin/gtkplugin.c:301
 msgid "Unload Plugins"
 msgstr "Iškelti papildinius"
 
-#: ../pidgin/gtkplugin.c:318
 msgid "Could not unload plugin"
 msgstr "Nepavyko iškelti papildinio"
 
-#: ../pidgin/gtkplugin.c:319
 msgid ""
 "The plugin could not be unloaded now, but will be disabled at the next "
 "startup."
@@ -16988,7 +12139,6 @@
 "Šiuo metu papildinio iškelti nepavyko, bet jis bus išjungtas sekančio Pidgin "
 "paleidimo metu."
 
-#: ../pidgin/gtkplugin.c:456
 #, c-format
 msgid ""
 "<span foreground=\"red\" weight=\"bold\">Error: %s\n"
@@ -16997,138 +12147,105 @@
 "<span foreground=\"red\" weight=\"bold\">Klaida: %s\n"
 "Patikrinkite, ar papildinio internetinėje svetainėje nėra atnaujinimo.</span>"
 
-#: ../pidgin/gtkplugin.c:585
 msgid "Author"
 msgstr "Autorius"
 
-#: ../pidgin/gtkplugin.c:663
 msgid "<b>Written by:</b>"
 msgstr "<b>Parašė:</b>"
 
-#: ../pidgin/gtkplugin.c:687
 msgid "<b>Web site:</b>"
 msgstr "<b>Internetinis puslapis:</b>"
 
-#: ../pidgin/gtkplugin.c:696
 msgid "<b>Filename:</b>"
 msgstr "<b>Failo vardas:</b>"
 
-#: ../pidgin/gtkplugin.c:724
 msgid "Configure Pl_ugin"
 msgstr "Konfigūr_uoti papildinį"
 
-#: ../pidgin/gtkplugin.c:792
 msgid "<b>Plugin Details</b>"
 msgstr "<b>Informacija apie papildinį</b>"
 
-#: ../pidgin/gtkpounce.c:158
 msgid "Select a file"
 msgstr "Pasirinkite failą"
 
 #  Create the "Pounce Who" frame.
 #. Create the "Pounce on Whom" frame.
-#: ../pidgin/gtkpounce.c:553
 msgid "Pounce on Whom"
 msgstr "Į ką reaguoti"
 
-#: ../pidgin/gtkpounce.c:580
 msgid "_Buddy name:"
 msgstr "_Bičiulio vardas:"
 
-#: ../pidgin/gtkpounce.c:614
 msgid "Si_gns on"
 msgstr "pr_isijungia"
 
-#: ../pidgin/gtkpounce.c:616
 msgid "Signs o_ff"
 msgstr "atsi_jungia"
 
-#: ../pidgin/gtkpounce.c:618
 msgid "Goes a_way"
 msgstr "_pasitraukia"
 
-#: ../pidgin/gtkpounce.c:620
 msgid "Ret_urns from away"
 msgstr "su_grįžta"
 
-#: ../pidgin/gtkpounce.c:622
 msgid "Becomes _idle"
 msgstr "tampa neve_iklus"
 
-#: ../pidgin/gtkpounce.c:624
 msgid "Is no longer i_dle"
 msgstr "ta_mpa veiklus"
 
-#: ../pidgin/gtkpounce.c:626
 msgid "Starts _typing"
 msgstr "pradeda rašy_ti"
 
-#: ../pidgin/gtkpounce.c:628
 msgid "P_auses while typing"
 msgstr "trumpam nustoja raš_yti"
 
-#: ../pidgin/gtkpounce.c:630
 msgid "Stops t_yping"
 msgstr "nustoja raš_yti"
 
-#: ../pidgin/gtkpounce.c:632
 msgid "Sends a _message"
 msgstr "i_šsiunčia žinutę"
 
-#: ../pidgin/gtkpounce.c:675
 msgid "Ope_n an IM window"
 msgstr "Atidaryti pokalbių la_ngą"
 
-#: ../pidgin/gtkpounce.c:677
 msgid "_Pop up a notification"
 msgstr "_Parodyti pranešimo langą"
 
-#: ../pidgin/gtkpounce.c:679
 msgid "Send a _message"
 msgstr "Nusiųsti _žinutę"
 
-#: ../pidgin/gtkpounce.c:681
 msgid "E_xecute a command"
 msgstr "_Įvykdyti komandą"
 
-#: ../pidgin/gtkpounce.c:683
 msgid "P_lay a sound"
 msgstr "_Groti garsą"
 
-#: ../pidgin/gtkpounce.c:689
 msgid "Brows_e..."
 msgstr "Nar_šyti...."
 
-#: ../pidgin/gtkpounce.c:693
 msgid "Br_owse..."
 msgstr "_Naršyti...."
 
-#: ../pidgin/gtkpounce.c:694 ../pidgin/gtkprefs.c:2008
 msgid "Pre_view"
 msgstr "Pa_klausyti"
 
-#: ../pidgin/gtkpounce.c:834
 msgid "P_ounce only when my status is not Available"
 msgstr "Reaguoti tik tada, kai aš es_u neprieinamoje būsenoje"
 
-#: ../pidgin/gtkpounce.c:839
 msgid "_Recurring"
 msgstr "_Reakcija yra pasikartojanti"
 
 #  Create the "Pounce When" frame.
-#: ../pidgin/gtkpounce.c:1283
 msgid "Pounce Target"
 msgstr "Reakcija į"
 
-#: ../pidgin/gtkprefs.c:458
 msgid "Smiley theme failed to unpack."
 msgstr "Nepavyko išpakuoti šypsenėlių apipavidalinimo failo."
 
-#: ../pidgin/gtkprefs.c:593
 msgid "Install Theme"
 msgstr "Įdiegti apipavidalinimą"
 
-#: ../pidgin/gtkprefs.c:646
 msgid ""
 "Select a smiley theme that you would like to use from the list below. New "
 "themes can be installed by dragging and dropping them onto the theme list."
@@ -17137,15 +12254,12 @@
 "Nauji apipavidalinimai gali būti įdiegti nutempiant juos pele į "
 "apipavidalinimų sąrašą."
 
-#: ../pidgin/gtkprefs.c:681
 msgid "Icon"
 msgstr "Piktograma"
 
-#: ../pidgin/gtkprefs.c:891
 msgid "Keyboard Shortcuts"
 msgstr "Spartieji klavišai"
 
-#: ../pidgin/gtkprefs.c:911
 msgid "Cl_ose conversations with the Escape key"
 msgstr "Uždaryti p_okalbius grįžimo („Escape“) klavišu"
 
@@ -17156,7 +12270,6 @@
 #  *< dependencies
 #  *< priority
 #  *< id
-#: ../pidgin/gtkprefs.c:940
 msgid "System Tray Icon"
 msgstr "Piktograma sistemos juostelėje"
 
@@ -17167,37 +12280,29 @@
 #  *< dependencies
 #  *< priority
 #  *< id
-#: ../pidgin/gtkprefs.c:941
 msgid "_Show system tray icon:"
 msgstr "_Rodyti piktogramą sistemos juostelėje:"
 
-#: ../pidgin/gtkprefs.c:944
 msgid "On unread messages"
 msgstr "kai yra neperskaitytų žinučių"
 
 #  IM Convo trans options
-#: ../pidgin/gtkprefs.c:950
 msgid "Conversation Window Hiding"
 msgstr "Pokalbių langų slėpimas"
 
-#: ../pidgin/gtkprefs.c:951
 msgid "_Hide new IM conversations:"
 msgstr "_Slėpti naujus pokalbius"
 
-#: ../pidgin/gtkprefs.c:954 ../pidgin/gtkprefs.c:2072
 msgid "When away"
 msgstr "kai pasitraukęs"
 
 #. All the tab options!
-#: ../pidgin/gtkprefs.c:962
 msgid "Tabs"
 msgstr "Kortelės"
 
-#: ../pidgin/gtkprefs.c:964
 msgid "Show IMs and chats in _tabbed windows"
 msgstr "Rodyti pokalbius ir kambarius languose su kor_telėmis"
 
-#: ../pidgin/gtkprefs.c:978
 msgid "Show close b_utton on tabs"
 msgstr "Rodyti _uždarymo mygtuką ant kortelių"
 
@@ -17209,101 +12314,77 @@
 #  *< priority
 #  *< id
 # <„ExtPlacement“ yra tikrinis žodis, todėl neverstinas?
-#: ../pidgin/gtkprefs.c:981
 msgid "_Placement:"
 msgstr "Tal_pinimas:"
 
-#: ../pidgin/gtkprefs.c:983
 msgid "Top"
 msgstr "viršuje"
 
-#: ../pidgin/gtkprefs.c:984
 msgid "Bottom"
 msgstr "apačioje"
 
-#: ../pidgin/gtkprefs.c:985
 msgid "Left"
 msgstr "kairėje"
 
-#: ../pidgin/gtkprefs.c:986
 msgid "Right"
 msgstr "dešinėje"
 
-#: ../pidgin/gtkprefs.c:988
 msgid "Left Vertical"
 msgstr "vertikalus kairėje"
 
-#: ../pidgin/gtkprefs.c:989
 msgid "Right Vertical"
 msgstr "vertikalus dešinėje"
 
-#: ../pidgin/gtkprefs.c:996
 msgid "N_ew conversations:"
 msgstr "Nau_ji pokalbiai:"
 
-#: ../pidgin/gtkprefs.c:1045
 msgid "Show _formatting on incoming messages"
 msgstr "Gaunamas žinutes rodyti su _formatavimu"
 
-#: ../pidgin/gtkprefs.c:1047
 msgid "Close IMs immediately when the tab is closed"
 msgstr "Uždaryti pokalbius iškart po kortelės uždarymo"
 
-#: ../pidgin/gtkprefs.c:1050
 msgid "Show _detailed information"
 msgstr "Ro_dyti smulkią informaciją"
 
-#: ../pidgin/gtkprefs.c:1052
 msgid "Enable buddy ic_on animation"
 msgstr "Leisti bičiulių pikt_ogramų animaciją"
 
-#: ../pidgin/gtkprefs.c:1059
 msgid "_Notify buddies that you are typing to them"
 msgstr "I_nformuoti bičiulius, kai jiems rašote"
 
-#: ../pidgin/gtkprefs.c:1062
 msgid "Highlight _misspelled words"
 msgstr "_Paryškinti neteisingai parašytus žodžius"
 
-#: ../pidgin/gtkprefs.c:1066
 msgid "Use smooth-scrolling"
 msgstr "Naudoti _tolygią slinktį"
 
-#: ../pidgin/gtkprefs.c:1069
 msgid "F_lash window when IMs are received"
 msgstr "Mirginti _langą, kai gaunamos žinutės"
 
 #  IM Convo trans options
-#: ../pidgin/gtkprefs.c:1071
 msgid "Minimi_ze new conversation windows"
 msgstr "_Suskleisti naujus pokalbių langus"
 
-#: ../pidgin/gtkprefs.c:1075
 msgid "Minimum input area height in lines:"
 msgstr "Mažiausias įvedimo srities aukštis linijomis:"
 
-#: ../pidgin/gtkprefs.c:1081
 msgid "Font"
 msgstr "Šriftas"
 
-#: ../pidgin/gtkprefs.c:1083
 msgid "Use document font from _theme"
 msgstr "Naudo_ti dokumento šriftą iš apipavidalinimo"
 
-#: ../pidgin/gtkprefs.c:1085
 msgid "Use font from _theme"
 msgstr "Naudo_ti šriftą iš apipavidalinimo"
 
-#: ../pidgin/gtkprefs.c:1091
 msgid "Conversation _font:"
 msgstr "P_okalbio šriftas:"
 
-#: ../pidgin/gtkprefs.c:1098
 msgid "Default Formatting"
 msgstr "Numatytasis formato taikymas"
 
 # Šitaip atrodys Jūsų išsiunčiamų žinučių tekstas su protokolais kurie palaiko formato taikymą. :)
-#: ../pidgin/gtkprefs.c:1117
 msgid ""
 "This is how your outgoing message text will appear when you use protocols "
 "that support formatting."
@@ -17311,162 +12392,123 @@
 "Šitaip atrodys Jūsų išsiunčiamų žinučių tekstas protokoluose, palaikančiuose "
 "formato taikymą."
 
-#: ../pidgin/gtkprefs.c:1177
 msgid "Cannot start proxy configuration program."
 msgstr "Nepavyko paleisti tinklo tarpininko nustatymų programos."
 
-#: ../pidgin/gtkprefs.c:1189
 msgid "Cannot start browser configuration program."
 msgstr "Nepavyko paleisti naršyklės nustatymų programos."
 
-#: ../pidgin/gtkprefs.c:1209
 msgid "ST_UN server:"
 msgstr "ST_UN Serveris:"
 
-#: ../pidgin/gtkprefs.c:1221
 msgid "<span style=\"italic\">Example: stunserver.org</span>"
 msgstr "<span style=\\\"italic\\\">Pavyzdžiui: stunserver.org</span>"
 
-#: ../pidgin/gtkprefs.c:1225
 msgid "_Autodetect IP address"
 msgstr "_Automatiškai aptikti IP adresą"
 
-#: ../pidgin/gtkprefs.c:1234
 msgid "Public _IP:"
 msgstr "Viešas _IP:"
 
-#: ../pidgin/gtkprefs.c:1265
 msgid "Ports"
 msgstr "Prievadai"
 
-#: ../pidgin/gtkprefs.c:1268
 msgid "_Enable automatic router port forwarding"
 msgstr "_Įjungti automatinį maršruto parinktuvo prievadų persiuntimą"
 
-#: ../pidgin/gtkprefs.c:1271
 msgid "_Manually specify range of ports to listen on"
 msgstr "Rankiniu būdu nurodyti klauso_mų prievadų režį"
 
-#: ../pidgin/gtkprefs.c:1274
 msgid "_Start port:"
 msgstr "Pirmas prievada_s:"
 
-#: ../pidgin/gtkprefs.c:1281
 msgid "_End port:"
 msgstr "Paskutinis pri_evadas:"
 
-#: ../pidgin/gtkprefs.c:1289
 msgid "Proxy Server &amp; Browser"
 msgstr "Tarpininkaujantis serveris ir naršyklė"
 
-#: ../pidgin/gtkprefs.c:1297
 msgid "<b>Proxy configuration program was not found.</b>"
 msgstr "<b>Nerasta tinklo tarpininko nustatymų programa.</b>"
 
-#: ../pidgin/gtkprefs.c:1305
 msgid "<b>Browser configuration program was not found.</b>"
 msgstr "<b>Nerasta naršyklės nustatymų programa.</b>"
 
-#: ../pidgin/gtkprefs.c:1310
 msgid ""
 "Proxy & Browser preferences are configured\n"
 "in GNOME Preferences"
 msgstr ""
 "Tinklo tarpininko ir naršyklės nustatymai yra tvarkomi GNOME parinktyse"
 
-#: ../pidgin/gtkprefs.c:1317
 msgid "Configure _Proxy"
 msgstr "_Konfigūruoti tarpininkaujantį serverį"
 
-#: ../pidgin/gtkprefs.c:1322
 msgid "Configure _Browser"
 msgstr "Konfigūruoti _naršyklę"
 
-#: ../pidgin/gtkprefs.c:1328
 msgid "Proxy Server"
 msgstr "Tarpininkaujantis serveris"
 
-#: ../pidgin/gtkprefs.c:1333
 msgid "No proxy"
 msgstr "be tarpininko"
 
-#: ../pidgin/gtkprefs.c:1389
 msgid "_User:"
 msgstr "_Vartotojas:"
 
-#: ../pidgin/gtkprefs.c:1477
 msgid "Seamonkey"
 msgstr "SeaMonkey"
 
-#: ../pidgin/gtkprefs.c:1478
 msgid "Opera"
 msgstr "Opera"
 
-#: ../pidgin/gtkprefs.c:1479
 msgid "Netscape"
 msgstr "Netscape"
 
-#: ../pidgin/gtkprefs.c:1480
 msgid "Mozilla"
 msgstr "Mozilla"
 
-#: ../pidgin/gtkprefs.c:1481
 msgid "Konqueror"
 msgstr "Konqueror"
 
-#: ../pidgin/gtkprefs.c:1482
 msgid "Desktop Default"
 msgstr "Darbalaukio numatytasis"
 
-#: ../pidgin/gtkprefs.c:1483
 msgid "GNOME Default"
 msgstr "GNOME numatytasis"
 
-#: ../pidgin/gtkprefs.c:1484
 msgid "Galeon"
 msgstr "Galeon"
 
-#: ../pidgin/gtkprefs.c:1485
 msgid "Firefox"
 msgstr "Firefox"
 
-#: ../pidgin/gtkprefs.c:1486
 msgid "Firebird"
 msgstr "Firebird"
 
-#: ../pidgin/gtkprefs.c:1487
 msgid "Epiphany"
 msgstr "Epiphany"
 
-#: ../pidgin/gtkprefs.c:1496
 msgid "Manual"
 msgstr "Rankinis"
 
-#: ../pidgin/gtkprefs.c:1557
 msgid "Browser Selection"
 msgstr "Naršyklės išrinkimas"
 
-#: ../pidgin/gtkprefs.c:1561
 msgid "_Browser:"
 msgstr "_Naršyklė:"
 
-#: ../pidgin/gtkprefs.c:1569
 msgid "_Open link in:"
 msgstr "_Atverti saitą kame:"
 
-#: ../pidgin/gtkprefs.c:1571
 msgid "Browser default"
 msgstr "pagal naršyklės nustatymą"
 
-#: ../pidgin/gtkprefs.c:1572
 msgid "Existing window"
 msgstr "esamame lange"
 
-#: ../pidgin/gtkprefs.c:1574
 msgid "New tab"
 msgstr "naujoje kortelėje"
 
-#: ../pidgin/gtkprefs.c:1591
 #, c-format
 msgid ""
 "_Manual:\n"
@@ -17475,63 +12517,48 @@
 "_Rankinis:\n"
 "(%s žymi URL)"
 
-#: ../pidgin/gtkprefs.c:1617
 msgid "Log _format:"
 msgstr "Žurnalo _formatas:"
 
-#: ../pidgin/gtkprefs.c:1622
 msgid "Log all _instant messages"
 msgstr "Rašyti visus asmeninius pokalbius į žurna_lą"
 
-#: ../pidgin/gtkprefs.c:1624
 msgid "Log all c_hats"
 msgstr "Raš_yti visus pokalbius kambariuose į žurnalą"
 
-#: ../pidgin/gtkprefs.c:1626
 msgid "Log all _status changes to system log"
 msgstr "Ra_šyti visus būsenos pasikeitimus į sistemos žurnalą"
 
-#: ../pidgin/gtkprefs.c:1776
 msgid "Sound Selection"
 msgstr "Garso išrinkimas"
 
-#: ../pidgin/gtkprefs.c:1786
 msgid "Quietest"
 msgstr "Tyliausiai"
 
-#: ../pidgin/gtkprefs.c:1788
 msgid "Quieter"
 msgstr "Tyliau"
 
-#: ../pidgin/gtkprefs.c:1790
 msgid "Quiet"
 msgstr "Tyliai"
 
-#: ../pidgin/gtkprefs.c:1794
 msgid "Loud"
 msgstr "Garsiai"
 
-#: ../pidgin/gtkprefs.c:1796
 msgid "Louder"
 msgstr "Garsiau"
 
-#: ../pidgin/gtkprefs.c:1798
 msgid "Loudest"
 msgstr "Garsiausiai"
 
-#: ../pidgin/gtkprefs.c:1861
 msgid "_Method:"
 msgstr "_Būdas:"
 
-#: ../pidgin/gtkprefs.c:1863
 msgid "Console beep"
 msgstr "pyptelėjimai"
 
-#: ../pidgin/gtkprefs.c:1870
 msgid "No sounds"
 msgstr "be garsų"
 
-#: ../pidgin/gtkprefs.c:1883
 #, c-format
 msgid ""
 "Sound c_ommand:\n"
@@ -17540,342 +12567,264 @@
 "Garso k_omanda:\n"
 "(%s reiškia failo vardą)"
 
-#: ../pidgin/gtkprefs.c:1892
 msgid "Sounds when conversation has _focus"
 msgstr "Groti _garsus, kai pokalbio langas yra veikiamasis"
 
-#: ../pidgin/gtkprefs.c:1894
 msgid "Enable sounds:"
 msgstr "Įjungti garsus:"
 
-#: ../pidgin/gtkprefs.c:1911
 msgid "Volume:"
 msgstr "Garsumas:"
 
-#: ../pidgin/gtkprefs.c:1978
 msgid "Play"
 msgstr "Groti"
 
-#: ../pidgin/gtkprefs.c:2004
 msgid "_Browse..."
 msgstr "_Naršyti...."
 
-#: ../pidgin/gtkprefs.c:2012
 msgid "_Reset"
 msgstr "_Atstatyti"
 
-#: ../pidgin/gtkprefs.c:2055
 msgid "_Report idle time:"
 msgstr "_Rodyti neveiklumo laiką:"
 
-#: ../pidgin/gtkprefs.c:2060
 msgid "Based on keyboard or mouse use"
 msgstr "pagal klaviatūros ir pelės naudojimą"
 
-#: ../pidgin/gtkprefs.c:2069
 msgid "_Auto-reply:"
 msgstr "_Automatinis atsakymas:"
 
-#: ../pidgin/gtkprefs.c:2073
 msgid "When both away and idle"
 msgstr "ir kai pasitraukęs, ir kai neveiklus"
 
 #. Auto-away stuff
-#: ../pidgin/gtkprefs.c:2079
 msgid "Auto-away"
 msgstr "Automatinis pasitraukimas"
 
-#: ../pidgin/gtkprefs.c:2081
 msgid "Change status when _idle"
 msgstr "Pake_isti būseną, kai neveiklus"
 
-#: ../pidgin/gtkprefs.c:2085
 msgid "_Minutes before becoming idle:"
 msgstr "Kiek minučių turi praeiti iki tapimo neveikliu:"
 
-#: ../pidgin/gtkprefs.c:2092
 msgid "Change _status to:"
 msgstr "Pakei_sti būseną į:"
 
 #. Signon status stuff
-#: ../pidgin/gtkprefs.c:2105
 msgid "Status at Startup"
 msgstr "Būsena programos paleidimo metu"
 
-#: ../pidgin/gtkprefs.c:2107
 msgid "Use status from last _exit at startup"
 msgstr "Programos paleidimo metu nustatyti paskutinę prieš tai naudotą būseną"
 
-#: ../pidgin/gtkprefs.c:2114
 msgid "Status to a_pply at startup:"
 msgstr "Programos paleidimo metu nustatyti būseną:"
 
-#: ../pidgin/gtkprefs.c:2143
 msgid "Interface"
 msgstr "Sąsaja"
 
-#: ../pidgin/gtkprefs.c:2145
 msgid "Smiley Themes"
 msgstr "Šypsenėlių apipavidalinimai"
 
 #  We use the registered default browser in windows
-#: ../pidgin/gtkprefs.c:2152
 msgid "Browser"
 msgstr "Naršyklė"
 
-#: ../pidgin/gtkprefs.c:2156
 msgid "Status / Idle"
 msgstr "Būsenos ir neveiklumas"
 
-#: ../pidgin/gtkprivacy.c:81
 msgid "Allow all users to contact me"
 msgstr "Leisti visiems vartotojams susisiekti su manimi"
 
-#: ../pidgin/gtkprivacy.c:82
 msgid "Allow only the users on my buddy list"
 msgstr "Leisti tik vartotojus iš mano bičiulių sąrašo"
 
-#: ../pidgin/gtkprivacy.c:83
 msgid "Allow only the users below"
 msgstr "Leisti žemiau išvardintus vartotojus"
 
-#: ../pidgin/gtkprivacy.c:84
 msgid "Block all users"
 msgstr "Blokuoti visus vartotojus"
 
-#: ../pidgin/gtkprivacy.c:85
 msgid "Block only the users below"
 msgstr "Blokuoti žemiau išvardintus vartotojus"
 
-#: ../pidgin/gtkprivacy.c:352
 msgid "Privacy"
 msgstr "Privatumas"
 
-#: ../pidgin/gtkprivacy.c:362
 msgid "Changes to privacy settings take effect immediately."
 msgstr "Privatumo nuostatų pakeitimai iš karto tampa aktyvūs"
 
-#: ../pidgin/gtkprivacy.c:371
 msgid "Set privacy for:"
 msgstr "Nustatyti privatumo parinktis vartotojui:"
 
 #. Remove All button
-#: ../pidgin/gtkprivacy.c:417
 msgid "Remove Al_l"
 msgstr "Paša_linti visus"
 
-#: ../pidgin/gtkprivacy.c:503 ../pidgin/gtkprivacy.c:520
 msgid "Permit User"
 msgstr "Leisti vartotoją"
 
-#: ../pidgin/gtkprivacy.c:504
 msgid "Type a user you permit to contact you."
 msgstr "Įveskite vartotojo, kuriam leidžiate su jumis susisiekti, vardą"
 
-#: ../pidgin/gtkprivacy.c:505
 msgid "Please enter the name of the user you wish to be able to contact you."
 msgstr ""
 "Prašau įvesti vartotojo, kuriam norite leisti su jumis susisiekti, vardą"
 
-#: ../pidgin/gtkprivacy.c:508 ../pidgin/gtkprivacy.c:524
 msgid "_Permit"
 msgstr "_Leisti"
 
-#: ../pidgin/gtkprivacy.c:514
 #, c-format
 msgid "Allow %s to contact you?"
 msgstr "Ar leisti vartotojui %s susisiekti su Jumis?"
 
-#: ../pidgin/gtkprivacy.c:516
 #, c-format
 msgid "Are you sure you wish to allow %s to contact you?"
 msgstr "Ar esate tikras, kad norite leisti vartotojui %s susisiekti su Jumis?"
 
-#: ../pidgin/gtkprivacy.c:545 ../pidgin/gtkprivacy.c:559
 msgid "Block User"
 msgstr "Blokuoti vartotoją"
 
-#: ../pidgin/gtkprivacy.c:546
 msgid "Type a user to block."
 msgstr "Įveskite vartotoją, kurį blokuojate, vardą."
 
-#: ../pidgin/gtkprivacy.c:547
 msgid "Please enter the name of the user you wish to block."
 msgstr "Prašau įvesti vartotojo, kurį norite blokuoti, vardą."
 
-#: ../pidgin/gtkprivacy.c:555
 #, c-format
 msgid "Block %s?"
 msgstr "Ar blokuoti vartotoją %s?"
 
-#: ../pidgin/gtkprivacy.c:557
 #, c-format
 msgid "Are you sure you want to block %s?"
 msgstr "Ar esate tikras, kad norite blokuoti vartotoją %s?"
 
-#: ../pidgin/gtkrequest.c:274
 msgid "Apply"
 msgstr "Vykdyti"
 
-#: ../pidgin/gtkrequest.c:1504
 msgid "That file already exists"
 msgstr "Toks failas jau yra"
 
-#: ../pidgin/gtkrequest.c:1505
 msgid "Would you like to overwrite it?"
 msgstr "Ar norite jį perrašyti?"
 
-#: ../pidgin/gtkrequest.c:1508
 msgid "Overwrite"
 msgstr "Perrašyti"
 
-#: ../pidgin/gtkrequest.c:1509
 msgid "Choose New Name"
 msgstr "Parinkti kitą vardą"
 
-#: ../pidgin/gtkrequest.c:1650 ../pidgin/gtkrequest.c:1664
 msgid "Select Folder..."
 msgstr "Pasirinkite aplanką..."
 
 #. list button
-#: ../pidgin/gtkroomlist.c:570
 msgid "_Get List"
 msgstr "_Gauti sąrašą"
 
 #. add button
-#: ../pidgin/gtkroomlist.c:578
 msgid "_Add Chat"
 msgstr "_Pridėti pokalbių kambarį"
 
-#: ../pidgin/gtksavedstatuses.c:339
 msgid "Are you sure you want to delete the selected saved statuses?"
 msgstr "Ar tikrai norite pašalinti pasirinktas įrašytas būsenas?"
 
 #. Use button
-#: ../pidgin/gtksavedstatuses.c:648 ../pidgin/gtksavedstatuses.c:1277
 msgid "_Use"
 msgstr "Pasi_šalinti"
 
-#: ../pidgin/gtksavedstatuses.c:791
 msgid "Title already in use.  You must choose a unique title."
 msgstr "Toks pavadinimas jau yra.  Privalote pasirinkti unikalų pavadinimą."
 
-#: ../pidgin/gtksavedstatuses.c:1001
 msgid "Different"
 msgstr "Skirtinga"
 
-#: ../pidgin/gtksavedstatuses.c:1200
 msgid "_Title:"
 msgstr "_Pavadinimas:"
 
-#: ../pidgin/gtksavedstatuses.c:1208 ../pidgin/gtksavedstatuses.c:1496
 msgid "_Status:"
 msgstr "_Būsena:"
 
 #. Different status message expander
-#: ../pidgin/gtksavedstatuses.c:1224
 msgid "Use a _different status for some accounts"
 msgstr "Kai kurioms paskyroms naudoti kitokią būseną"
 
 #. Save & Use button
-#: ../pidgin/gtksavedstatuses.c:1284
 msgid "Sa_ve & Use"
 msgstr "I_šsaugoti ir pasišalinti"
 
-#: ../pidgin/gtksavedstatuses.c:1480
 #, c-format
 msgid "Status for %s"
 msgstr "Paskyros %s būsena"
 
-#: ../pidgin/gtksmiley.c:229 ../pidgin/gtksmiley.c:254
-#: ../pidgin/gtksmiley.c:327
 msgid "Custom Smiley"
 msgstr "Tinkinta šypsenėlė"
 
-#: ../pidgin/gtksmiley.c:230
 msgid "Duplicate Shortcut"
 msgstr "Klavišų seka jau priskirta"
 
-#: ../pidgin/gtksmiley.c:231
 msgid ""
 "A custom smiley for the selected shortcut already exists. Please specify a "
 "different shortcut."
-msgstr "Šiai klavišų sekai jau priskirta tinkinta šypsenelė.  Pasirinkite kitokią kombinaciją."
-
-#: ../pidgin/gtksmiley.c:255
+msgstr ""
+"Šiai klavišų sekai jau priskirta tinkinta šypsenelė.  Pasirinkite kitokią "
+"kombinaciją."
+
 msgid "More Data needed"
 msgstr "Reikia daugiau duomenų"
 
-#: ../pidgin/gtksmiley.c:256
 msgid "Please provide a shortcut to associate with the smiley."
 msgstr "Nurodykite klavišų seką susiejimui su šypsenėle."
 
-#: ../pidgin/gtksmiley.c:257
 msgid "Please select an image for the smiley."
 msgstr "Parinkite šypsenėlei paveiksliuką."
 
-#: ../pidgin/gtksmiley.c:346
 msgid "Edit Smiley"
 msgstr "Keisti šypsenėlę"
 
 #  show everything
-#: ../pidgin/gtksmiley.c:346
 msgid "Add Smiley"
 msgstr "Pridėti šypsenėlę"
 
-#: ../pidgin/gtksmiley.c:367
 msgid "Smiley _Image"
 msgstr "_Šypsenėlės paveiksliukas"
 
 #. Smiley shortcut
-#: ../pidgin/gtksmiley.c:398
 msgid "Smiley S_hortcut"
 msgstr "_Šypsenėlės klavišų seka"
 
 #  show everything
-#: ../pidgin/gtksmiley.c:494
 msgid "Smiley"
 msgstr "Šypsenėlė"
 
-#: ../pidgin/gtksmiley.c:691
 msgid "Custom Smiley Manager"
 msgstr "Tinkintų šypsenėlių tvarkytuvė"
 
-#: ../pidgin/gtkstatusbox.c:689
 msgid "Waiting for network connection"
 msgstr "Laukiama tinklo jungties"
 
-#: ../pidgin/gtkstatusbox.c:1104
 msgid "New status..."
 msgstr "Nauja būsena..."
 
-#: ../pidgin/gtkstatusbox.c:1105
 msgid "Saved statuses..."
 msgstr "Išsaugotos būsenos..."
 
-#: ../pidgin/gtkstatusbox.c:1782
 msgid "Status Selector"
 msgstr "Būsenos rinkiklis"
 
-#: ../pidgin/gtkutils.c:685
 msgid "Google Talk"
 msgstr "Google Talk"
 
-#: ../pidgin/gtkutils.c:1455 ../pidgin/gtkutils.c:1484
 #, c-format
 msgid "The following error has occurred loading %s: %s"
 msgstr "Įkeliant %s įvyko klaida: %s"
 
-#: ../pidgin/gtkutils.c:1458 ../pidgin/gtkutils.c:1486
 msgid "Failed to load image"
 msgstr "Nepavyko įkelti vaizdo"
 
-#: ../pidgin/gtkutils.c:1560
 #, c-format
 msgid "Cannot send folder %s."
 msgstr "Negalima išsiųsti katalogo %s."
 
-#: ../pidgin/gtkutils.c:1561
 #, c-format
 msgid ""
 "%s cannot transfer a folder. You will need to send the files within "
@@ -17884,12 +12833,9 @@
 "%s negali perduoti katalogo.  Jums reikia perduoti jame esančius failus po "
 "vieną."
 
-#: ../pidgin/gtkutils.c:1595 ../pidgin/gtkutils.c:1607
-#: ../pidgin/gtkutils.c:1614
 msgid "You have dragged an image"
 msgstr "Jūs atitempėte pele paveiksliuką"
 
-#: ../pidgin/gtkutils.c:1596
 msgid ""
 "You can send this image as a file transfer, embed it into this message, or "
 "use it as the buddy icon for this user."
@@ -17897,23 +12843,18 @@
 "Galite šį paveiksliuką nusiųsti kaip failą, įterpti į šią žinutę, arba "
 "naudoti kaip paveiksliuką šiam vartotojui."
 
-#: ../pidgin/gtkutils.c:1602 ../pidgin/gtkutils.c:1622
 msgid "Set as buddy icon"
 msgstr "Naudoti kaip vartotojo paveiksliuką"
 
-#: ../pidgin/gtkutils.c:1603 ../pidgin/gtkutils.c:1623
 msgid "Send image file"
 msgstr "Nusiųsti kaip failą"
 
-#: ../pidgin/gtkutils.c:1604 ../pidgin/gtkutils.c:1623
 msgid "Insert in message"
 msgstr "Įterpti į žinutę"
 
-#: ../pidgin/gtkutils.c:1608
 msgid "Would you like to set it as the buddy icon for this user?"
 msgstr "Ar norite paveiksliuką naudoti kaip šio vartotojo paveiksliuką?"
 
-#: ../pidgin/gtkutils.c:1615
 msgid ""
 "You can send this image as a file transfer, or use it as the buddy icon for "
 "this user."
@@ -17921,7 +12862,6 @@
 "Galite šį paveiksliuką nusiųsti kaip failą arba nustatyti kaip šio vartotojo "
 "paveiksliuką."
 
-#: ../pidgin/gtkutils.c:1616
 msgid ""
 "You can insert this image into this message, or use it as the buddy icon for "
 "this user"
@@ -17934,11 +12874,9 @@
 #. * send.  The only logical one is "Application," but do we really want to send a binary and nothing else?
 #. * Probably not.  I'll just give an error and return.
 #. The original patch sent the icon used by the launcher.  That's probably wrong
-#: ../pidgin/gtkutils.c:1675
 msgid "Cannot send launcher"
 msgstr "Negalima išsiųsti paleidyklės"
 
-#: ../pidgin/gtkutils.c:1675
 msgid ""
 "You dragged a desktop launcher. Most likely you wanted to send whatever this "
 "launcher points to instead of this launcher itself."
@@ -17946,7 +12884,6 @@
 "Jūs atitempėte pele darbastalio paleidyklę.  Greičiausiai norite siųsti ne "
 "pačią paleidyklę, o jos paleidžiamą objektą."
 
-#: ../pidgin/gtkutils.c:2413
 #, c-format
 msgid ""
 "<b>File:</b> %s\n"
@@ -17957,26 +12894,21 @@
 "<b>Failo dydis:</b> %s\n"
 "<b>Vaizdo dydis:</b> %dx%d"
 
-#: ../pidgin/gtkutils.c:2715
 #, c-format
 msgid "The file '%s' is too large for %s.  Please try a smaller image.\n"
 msgstr ""
 "Failas „%s“ yra per didelis %s.  Pabandykite su mažesniu paveiksliuku.\n"
 
-#: ../pidgin/gtkutils.c:2717
 msgid "Icon Error"
 msgstr "Paveiksliuko klaida"
 
-#: ../pidgin/gtkutils.c:2718
 msgid "Could not set icon"
 msgstr "Nepavyko nustatyti paveiksliuko"
 
-#: ../pidgin/gtkutils.c:2818
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "Nepavyko atverti failo „%s“: %s"
 
-#: ../pidgin/gtkutils.c:2867
 #, c-format
 msgid ""
 "Failed to load image '%s': reason not known, probably a corrupt image file"
@@ -17984,84 +12916,64 @@
 "Paveiksliuko „%s“ nepavyko įkelti dėl nežinomos priežasties, turbūt tai yra "
 "sugadintas paveiksliuko failas"
 
-#: ../pidgin/gtkwhiteboard.c:754 ../pidgin/gtkwhiteboard.c:773
 msgid "Save File"
 msgstr "Įrašyti failą"
 
-#: ../pidgin/gtkwhiteboard.c:861
 msgid "Select color"
 msgstr "Pasirinkite spalvą"
 
-#: ../pidgin/pidginstock.c:87
 msgid "_Alias"
 msgstr "_Alternatyvusis vardas"
 
-#: ../pidgin/pidginstock.c:89
 msgid "Close _tabs"
 msgstr "Uždaryti kor_teles"
 
-#: ../pidgin/pidginstock.c:91
 msgid "_Get Info"
 msgstr "_Gauti informaciją"
 
 #  Invite
-#: ../pidgin/pidginstock.c:92
 msgid "_Invite"
 msgstr "Pakv_iesti"
 
-#: ../pidgin/pidginstock.c:93
 msgid "_Modify"
 msgstr "_Keisti"
 
-#: ../pidgin/pidginstock.c:94
 msgid "_Open Mail"
 msgstr "_Atverti paštą"
 
-#: ../pidgin/pidgintooltip.c:101
 msgid "Pidgin Tooltip"
 msgstr "Pidgin mygtukų etiketės"
 
-#: ../pidgin/pixmaps/emotes/default/24/default.theme.in.h:2
 msgid "Pidgin smileys"
 msgstr "Pidgin šypsenėlės"
 
-#: ../pidgin/pixmaps/emotes/none/none.theme.in.h:1
 msgid "Penguin Pimps"
 msgstr "Pingvinai sąvadautojai"
 
-#: ../pidgin/pixmaps/emotes/none/none.theme.in.h:2
 msgid "Selecting this disables graphical emoticons."
 msgstr "Išjungia grafines šypsenėles"
 
-#: ../pidgin/pixmaps/emotes/none/none.theme.in.h:3
 msgid "none"
 msgstr "Jokių šypsenėlių"
 
-#: ../pidgin/plugins/cap/cap.c:441 ../pidgin/plugins/cap/cap.c:444
 msgid "Response Probability:"
 msgstr "Atsakymo tikimybė:"
 
-#: ../pidgin/plugins/cap/cap.c:769
 msgid "Statistics Configuration"
 msgstr "Statistikos parinktys"
 
 #. msg_difference spinner
-#: ../pidgin/plugins/cap/cap.c:772
 msgid "Maximum response timeout:"
 msgstr "Didžiausias atsakymo laukimo laikas:"
 
-#: ../pidgin/plugins/cap/cap.c:775 ../pidgin/plugins/cap/cap.c:782
-#: ../pidgin/plugins/cap/cap.c:789 ../pidgin/plugins/timestamp.c:148
 msgid "minutes"
 msgstr "minutės"
 
 #. last_seen spinner
-#: ../pidgin/plugins/cap/cap.c:779
 msgid "Maximum last-seen difference:"
 msgstr "Didžiausias paskutinio pamatymo laiko skirtumas:"
 
 #. threshold spinner
-#: ../pidgin/plugins/cap/cap.c:786
 msgid "Threshold:"
 msgstr "Slenkstis:"
 
@@ -18071,57 +12983,45 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/cap/cap.c:894
 msgid "Contact Availability Prediction"
 msgstr "Kontaktų prieinamumo nuspėjimas"
 
 #. *< name
 #. *< version
-#: ../pidgin/plugins/cap/cap.c:896
 msgid "Contact Availability Prediction plugin."
 msgstr "Kontaktų prieinamumo nuspėjimo papildinys."
 
 #. *  summary
-#: ../pidgin/plugins/cap/cap.c:897
 msgid "Displays statistical information about your buddies' availability"
 msgstr "Rodo statistiką apie bičiulių prieinamumą"
 
-#: ../pidgin/plugins/contact_priority.c:61
 msgid "Buddy is idle"
 msgstr "bičiulis yra neveiklus"
 
-#: ../pidgin/plugins/contact_priority.c:62
 msgid "Buddy is away"
 msgstr "bičiulis yra pasitraukęs"
 
-#: ../pidgin/plugins/contact_priority.c:63
 msgid "Buddy is \"extended\" away"
 msgstr "bičiulis yra ilgam pasitraukęs"
 
 #. Not used yet.
-#: ../pidgin/plugins/contact_priority.c:66
 msgid "Buddy is mobile"
 msgstr "bičiulis yra mobilus"
 
-#: ../pidgin/plugins/contact_priority.c:68
 msgid "Buddy is offline"
 msgstr "bičiulis yra atsijungęs"
 
-#: ../pidgin/plugins/contact_priority.c:90
 msgid "Point values to use when..."
 msgstr "Kiek taškų skiriama, kai..."
 
-#: ../pidgin/plugins/contact_priority.c:118
 msgid ""
 "The buddy with the <i>largest score</i> is the buddy who will have priority "
 "in the contact.\n"
 msgstr "Bičiulis su <i>daugiausia taškų</i> turės kontakto pirmenybę.\n"
 
-#: ../pidgin/plugins/contact_priority.c:125
 msgid "Use last buddy when scores are equal"
 msgstr "Jeigu keli bičiuliai surinko vienodai taškų, pasirinkti paskutinį"
 
-#: ../pidgin/plugins/contact_priority.c:130
 msgid "Point values to use for account..."
 msgstr "Kiek taškų skiriama paskyrai..."
 
@@ -18131,20 +13031,17 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/contact_priority.c:188
 msgid "Contact Priority"
 msgstr "Kontakto pirmenybė"
 
 #. *< name
 #. *< version
 #. *< summary
-#: ../pidgin/plugins/contact_priority.c:191
 msgid ""
 "Allows for controlling the values associated with different buddy states."
 msgstr "Leidžia keisti reikšmes, susietas su skirtingomis bičiulių būsenomis."
 
 #. *< description
-#: ../pidgin/plugins/contact_priority.c:193
 msgid ""
 "Allows for changing the point values of idle/away/offline states for buddies "
 "in contact priority computations."
@@ -18152,62 +13049,48 @@
 "Leidžia keisti reikšmes, susietas su įvairiomis bičiulių būsenomis, "
 "naudojamas kontakto pirmenybės skaičiavimuose."
 
-#: ../pidgin/plugins/convcolors.c:23
 msgid "Conversation Colors"
 msgstr "Pokalbių spalvos"
 
 #  IM Convo trans options
-#: ../pidgin/plugins/convcolors.c:25 ../pidgin/plugins/convcolors.c:26
 msgid "Customize colors in the conversation window"
 msgstr "Nustatyti pokalbių lango spalvas"
 
-#: ../pidgin/plugins/convcolors.c:87
 msgid "Error Messages"
 msgstr "Klaidų pranešimai"
 
-#: ../pidgin/plugins/convcolors.c:88
 msgid "Highlighted Messages"
 msgstr "Paryškintos žinutės"
 
-#: ../pidgin/plugins/convcolors.c:89
 msgid "System Messages"
 msgstr "Sisteminės žinutės"
 
-#: ../pidgin/plugins/convcolors.c:90
 msgid "Sent Messages"
 msgstr "Išsiųstos žinutės"
 
-#: ../pidgin/plugins/convcolors.c:91
 msgid "Received Messages"
 msgstr "Gautos žinutės"
 
-#: ../pidgin/plugins/convcolors.c:223 ../pidgin/plugins/pidginrc.c:257
 #, c-format
 msgid "Select Color for %s"
 msgstr "Pasirinkite sąsajos elemento „%s“ spalvą"
 
-#: ../pidgin/plugins/convcolors.c:372
 msgid "Ignore incoming format"
 msgstr "Ignoruoti gaunamų žinučių formato taikymą"
 
-#: ../pidgin/plugins/convcolors.c:373
 msgid "Apply in Chats"
 msgstr "Taikyti pokalbių kambariuose"
 
-#: ../pidgin/plugins/convcolors.c:374
 msgid "Apply in IMs"
 msgstr "Taikyti asmeniniams pokalbiams"
 
-#: ../pidgin/plugins/extplacement.c:80
 msgid "By conversation count"
 msgstr "Pagal pokalbių skaičių"
 
-#: ../pidgin/plugins/extplacement.c:101
 msgid "Conversation Placement"
 msgstr "Pokalbių patalpinimas"
 
 #. Translators: "New conversations" should match the text in the preferences dialog and "By conversation count" should be the same text used above
-#: ../pidgin/plugins/extplacement.c:105
 msgid ""
 "Note: The preference for \"New conversations\" must be set to \"By "
 "conversation count\"."
@@ -18215,11 +13098,9 @@
 "Pastaba: parinktis „Nauji pokalbiai“ turi būti nustatyta kaip „Pagal "
 "pokalbių skaičių.“"
 
-#: ../pidgin/plugins/extplacement.c:111
 msgid "Number of conversations per window"
 msgstr "Pokalbių skaičius langui"
 
-#: ../pidgin/plugins/extplacement.c:117
 msgid "Separate IM and Chat windows when placing by number"
 msgstr ""
 "Talpinant pagal skaičių atskirti asmeninių pokalbių ir pokalbių kambarių "
@@ -18239,7 +13120,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/extplacement.c:146
 msgid "ExtPlacement"
 msgstr "ExtPlacement"
 
@@ -18247,7 +13127,6 @@
 #  *< version
 #. *< name
 #. *< version
-#: ../pidgin/plugins/extplacement.c:148
 msgid "Extra conversation placement options."
 msgstr "Papildomi pokalbių talpinimo į langus nustatymai"
 
@@ -18255,7 +13134,6 @@
 #  *  description
 #. *< summary
 #. *  description
-#: ../pidgin/plugins/extplacement.c:150
 msgid ""
 "Restrict the number of conversations per windows, optionally separating IMs "
 "and Chats"
@@ -18264,21 +13142,17 @@
 "pokalbius ir pokalbius kambariuose į atskirus langus"
 
 #. Configuration frame
-#: ../pidgin/plugins/gestures/gestures.c:235
 msgid "Mouse Gestures Configuration"
 msgstr "Pelės gestų konfigūracija"
 
-#: ../pidgin/plugins/gestures/gestures.c:242
 msgid "Middle mouse button"
 msgstr "Vidurinis pelės klavišas"
 
-#: ../pidgin/plugins/gestures/gestures.c:247
 msgid "Right mouse button"
 msgstr "Dešinysis pelės klavišas"
 
 #  "Visual gesture display" checkbox
 #. "Visual gesture display" checkbox
-#: ../pidgin/plugins/gestures/gestures.c:259
 msgid "_Visual gesture display"
 msgstr "_Vizualus gesto pavaizdavimas"
 
@@ -18288,7 +13162,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/gestures/gestures.c:295
 msgid "Mouse Gestures"
 msgstr "Pelės gestai"
 
@@ -18298,13 +13171,11 @@
 #. *< name
 #. *< version
 #. *  summary
-#: ../pidgin/plugins/gestures/gestures.c:298
 msgid "Provides support for mouse gestures"
 msgstr "Leidžia naudoti pelės gestus"
 
 #  *  description
 #. *  description
-#: ../pidgin/plugins/gestures/gestures.c:300
 msgid ""
 "Allows support for mouse gestures in conversation windows. Drag the middle "
 "mouse button to perform certain actions:\n"
@@ -18319,36 +13190,27 @@
 " • Tempkite aukštyn ir į kairę persijungimui į prieš tai buvusį pokalbį.\n"
 " • Tempkite aukštyn ir į dešinę persijungimui į kitą pokalbį."
 
-#: ../pidgin/plugins/gevolution/add_buddy_dialog.c:143
 msgid "Instant Messaging"
 msgstr "Greitasis bendravimas"
 
 #. Add the label.
-#: ../pidgin/plugins/gevolution/add_buddy_dialog.c:461
 msgid "Select a person from your address book below, or add a new person."
 msgstr ""
 "Pasirinkite asmenį iš Jūsų adresų knygos arba sukurkite naują asmens įrašą."
 
-#: ../pidgin/plugins/gevolution/add_buddy_dialog.c:555
-#: ../pidgin/plugins/gevolution/new_person_dialog.c:305
 msgid "Group:"
 msgstr "Grupė:"
 
 #. "New Person" button
-#: ../pidgin/plugins/gevolution/add_buddy_dialog.c:580
-#: ../pidgin/plugins/gevolution/assoc-buddy.c:467
-#: ../pidgin/plugins/gevolution/new_person_dialog.c:252
 msgid "New Person"
 msgstr "Naujas asmuo"
 
 #. "Select Buddy" button
-#: ../pidgin/plugins/gevolution/add_buddy_dialog.c:597
 msgid "Select Buddy"
 msgstr "Pasirinkti bičiulį"
 
 #  Add the label.
 #. Add the label.
-#: ../pidgin/plugins/gevolution/assoc-buddy.c:343
 msgid ""
 "Select a person from your address book to add this buddy to, or create a new "
 "person."
@@ -18357,46 +13219,36 @@
 "sukurti naują asmenį."
 
 #. Add the expander
-#: ../pidgin/plugins/gevolution/assoc-buddy.c:431
 msgid "User _details"
 msgstr "Vartotojo _duomenys"
 
 #  "Associate Buddy" button
 #. "Associate Buddy" button
-#: ../pidgin/plugins/gevolution/assoc-buddy.c:484
 msgid "_Associate Buddy"
 msgstr "_Susieti bičiulį"
 
-#: ../pidgin/plugins/gevolution/gevolution.c:242
-#: ../pidgin/plugins/gevolution/gevolution.c:248
 msgid "Unable to send email"
 msgstr "Negalima išsiųsti el. laiško"
 
-#: ../pidgin/plugins/gevolution/gevolution.c:243
 msgid "The evolution executable was not found in the PATH."
 msgstr "Vykdomasis Evolution failas nerastas PATH kintamajame."
 
-#: ../pidgin/plugins/gevolution/gevolution.c:249
 msgid "An email address was not found for this buddy."
 msgstr "Nerastas šio bičiulio el. pašto adresas."
 
-#: ../pidgin/plugins/gevolution/gevolution.c:275
 msgid "Add to Address Book"
 msgstr "Įtraukti į adresų knygą"
 
-#: ../pidgin/plugins/gevolution/gevolution.c:287
 msgid "Send Email"
 msgstr "Nusiųsti el. laišką"
 
 #  Configuration frame
 #. Configuration frame
-#: ../pidgin/plugins/gevolution/gevolution.c:414
 msgid "Evolution Integration Configuration"
 msgstr "Evolution integracijos konfigūravimas"
 
 #  Label
 #. Label
-#: ../pidgin/plugins/gevolution/gevolution.c:417
 msgid "Select all accounts that buddies should be auto-added to."
 msgstr ""
 "Pasirinkite visas paskyras, į kurias bičiuliai turėtų būti pridedami "
@@ -18415,7 +13267,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/gevolution/gevolution.c:529
 msgid "Evolution Integration"
 msgstr "Evolution integracija"
 
@@ -18423,38 +13274,29 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../pidgin/plugins/gevolution/gevolution.c:532
-#: ../pidgin/plugins/gevolution/gevolution.c:534
 msgid "Provides integration with Evolution."
 msgstr "Suteikia integraciją su Evolution"
 
-#: ../pidgin/plugins/gevolution/new_person_dialog.c:266
 msgid "Please enter the person's information below."
 msgstr "Prašau žemiau įvesti asmens informaciją."
 
-#: ../pidgin/plugins/gevolution/new_person_dialog.c:270
 msgid "Please enter the buddy's username and account type below."
 msgstr "Prašau žemiau įvesti bičiulio naudotojo vardą ir paskyros tipą."
 
-#: ../pidgin/plugins/gevolution/new_person_dialog.c:290
 msgid "Account type:"
 msgstr "Paskyros tipas:"
 
 #  Optional Information section
 #. Optional Information section
-#: ../pidgin/plugins/gevolution/new_person_dialog.c:313
 msgid "Optional information:"
 msgstr "Nebūtina informacija:"
 
-#: ../pidgin/plugins/gevolution/new_person_dialog.c:348
 msgid "First name:"
 msgstr "Vardas:"
 
-#: ../pidgin/plugins/gevolution/new_person_dialog.c:360
 msgid "Last name:"
 msgstr "Pavardė:"
 
-#: ../pidgin/plugins/gevolution/new_person_dialog.c:380
 msgid "Email:"
 msgstr "El. pašto adresas:"
 
@@ -18471,7 +13313,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/gtk-signals-test.c:160
 msgid "GTK Signals Test"
 msgstr "GTK signalų testas"
 
@@ -18483,13 +13324,10 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../pidgin/plugins/gtk-signals-test.c:163
-#: ../pidgin/plugins/gtk-signals-test.c:165
 msgid "Test to see that all ui signals are working properly."
 msgstr "Testas, skirtas nustatyti, ar visi sąsajos signalai veikia teisingai."
 
 #  "New Buddy Pounce"
-#: ../pidgin/plugins/gtkbuddynote.c:36
 #, c-format
 msgid ""
 "\n"
@@ -18498,7 +13336,6 @@
 "\n"
 "<b>Bičiulio pastaba</b>: %s"
 
-#: ../pidgin/plugins/history.c:201
 msgid "History"
 msgstr "Istorija"
 
@@ -18515,7 +13352,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/iconaway.c:82
 msgid "Iconify on Away"
 msgstr "Suskleisti pasitraukiant"
 
@@ -18527,48 +13363,37 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../pidgin/plugins/iconaway.c:85 ../pidgin/plugins/iconaway.c:87
 msgid "Iconifies the buddy list and your conversations when you go away."
 msgstr "Suskleidžia bičiulių sąrašą ir Jūsų pokalbius, kai Jūs pasitraukiate."
 
-#: ../pidgin/plugins/mailchk.c:160
 msgid "Mail Checker"
 msgstr "Pašto tikrinimas"
 
-#: ../pidgin/plugins/mailchk.c:162
 msgid "Checks for new local mail."
 msgstr "Patikrina, ar negautas naujas vietinis paštas."
 
-#: ../pidgin/plugins/mailchk.c:163
 msgid "Adds a small box to the buddy list that shows if you have new mail."
 msgstr ""
 "Įdeda mažą langelį į bičiulių sąrašą, kuris parodo, ar turite naujo pašto."
 
-#: ../pidgin/plugins/markerline.c:23
 msgid "Markerline"
 msgstr "Skirtukas"
 
-#: ../pidgin/plugins/markerline.c:25 ../pidgin/plugins/markerline.c:26
 msgid "Draw a line to indicate new messages in a conversation."
 msgstr "Pokalbių lange nubrėžia naujas žinutes atskiriančią liniją"
 
-#: ../pidgin/plugins/markerline.c:240
 msgid "Jump to markerline"
 msgstr "Peršokti prie skirtuko"
 
-#: ../pidgin/plugins/markerline.c:274
 msgid "Draw Markerline in "
 msgstr "Skirtuką piešti "
 
-#: ../pidgin/plugins/markerline.c:278 ../pidgin/plugins/notify.c:693
 msgid "_IM windows"
 msgstr "_asmeninių pokalbių languose"
 
-#: ../pidgin/plugins/markerline.c:282 ../pidgin/plugins/notify.c:700
 msgid "C_hat windows"
 msgstr "_pokalbių kambarių languose"
 
-#: ../pidgin/plugins/musicmessaging/musicmessaging.c:44
 msgid ""
 "A music messaging session has been requested. Please click the MM icon to "
 "accept."
@@ -18576,36 +13401,28 @@
 "Prašoma pradėti muzikinių žinučių seansą.  Spustelėkite MM piktogramą seanso "
 "pradėjimui."
 
-#: ../pidgin/plugins/musicmessaging/musicmessaging.c:45
 msgid "Music messaging session confirmed."
 msgstr "Muzikinių žinučių seansas patvirtintas."
 
-#: ../pidgin/plugins/musicmessaging/musicmessaging.c:430
 msgid "Music Messaging"
 msgstr "Muzikinės žinutės"
 
-#: ../pidgin/plugins/musicmessaging/musicmessaging.c:431
 msgid "There was a conflict in running the command:"
 msgstr "Komandos vykdymo metu įvyko konfliktas"
 
-#: ../pidgin/plugins/musicmessaging/musicmessaging.c:539
 msgid "Error Running Editor"
 msgstr "Redaktoriaus vykdymo klaida"
 
-#: ../pidgin/plugins/musicmessaging/musicmessaging.c:540
 msgid "The following error has occurred:"
 msgstr "Įvyko klaida:"
 
 #. Configuration frame
-#: ../pidgin/plugins/musicmessaging/musicmessaging.c:639
 msgid "Music Messaging Configuration"
 msgstr "Muzikinių žinučių parinktys"
 
-#: ../pidgin/plugins/musicmessaging/musicmessaging.c:643
 msgid "Score Editor Path"
 msgstr "Partitūrų redaktoriaus kelias"
 
-#: ../pidgin/plugins/musicmessaging/musicmessaging.c:644
 msgid "_Apply"
 msgstr "_Vykdyti"
 
@@ -18617,12 +13434,10 @@
 #. *< id
 #. *< name
 #. *< version
-#: ../pidgin/plugins/musicmessaging/musicmessaging.c:685
 msgid "Music Messaging Plugin for collaborative composition."
 msgstr "Muzikinių žinučių papildinys kolektyviniam muzikos kūrimui."
 
 #. *  summary
-#: ../pidgin/plugins/musicmessaging/musicmessaging.c:687
 msgid ""
 "The Music Messaging Plugin allows a number of users to simultaneously work "
 "on a piece of music by editting a common score in real-time."
@@ -18632,93 +13447,77 @@
 
 #  ---------- "Notify For" ----------
 #. ---------- "Notify For" ----------
-#: ../pidgin/plugins/notify.c:689
 msgid "Notify For"
 msgstr "Pranešti apie:"
 
-#: ../pidgin/plugins/notify.c:708
 msgid "\t_Only when someone says your username"
 msgstr "        tik kai kas n_ors pasako Jūsų naudotojo vardą"
 
-#: ../pidgin/plugins/notify.c:718
 msgid "_Focused windows"
 msgstr "_veikiamuosius langus"
 
 #  ---------- "Notification Methods" ----------
 #. ---------- "Notification Methods" ----------
-#: ../pidgin/plugins/notify.c:726
 msgid "Notification Methods"
 msgstr "Pranešimo būdai:"
 
-#: ../pidgin/plugins/notify.c:733
 msgid "Prepend _string into window title:"
 msgstr "p_ridėti eilutę prieš lango pavadinimą:"
 
 #  Count method button
 #. Count method button
-#: ../pidgin/plugins/notify.c:752
 msgid "Insert c_ount of new messages into window title"
 msgstr "į_terpti naujų žinučių skaičių į lango pavadinimą"
 
 #  Count method button
 #. Count xprop method button
-#: ../pidgin/plugins/notify.c:761
 msgid "Insert count of new message into _X property"
 msgstr "įterpti naujų žinučių skaičių į _X sąvybę"
 
 #  Urgent method button
 #. Urgent method button
-#: ../pidgin/plugins/notify.c:769
 msgid "Set window manager \"_URGENT\" hint"
 msgstr "nustatyti langų tvarkytuvės „_URGENT“ patarimą"
 
 #  IM Convo trans options
 #. Raise window method button
-#: ../pidgin/plugins/notify.c:778
 msgid "R_aise conversation window"
 msgstr "P_akelti pokalbių langą"
 
 #  IM Convo trans options
 #. Present conversation method button
-#: ../pidgin/plugins/notify.c:786
 msgid "_Present conversation window"
 msgstr "_Pristatyti pokalbių langą"
 
 #  ---------- "Notification Removals" ----------
 #. ---------- "Notification Removals" ----------
-#: ../pidgin/plugins/notify.c:794
 msgid "Notification Removal"
 msgstr "Baigti pranešimą, kai:"
 
 #  Remove on focus button
 #. Remove on focus button
-#: ../pidgin/plugins/notify.c:799
 msgid "Remove when conversation window _gains focus"
 msgstr "pokalbių _langas tampa veikiamasis"
 
 #  Remove on click button
 #. Remove on click button
-#: ../pidgin/plugins/notify.c:806
 msgid "Remove when conversation window _receives click"
 msgstr "spragtelėjama ant pokalbių la_ngo"
 
 #  Remove on type button
 #. Remove on type button
-#: ../pidgin/plugins/notify.c:814
 msgid "Remove when _typing in conversation window"
 msgstr "rašo_ma į pokalbių langą"
 
 #  Remove on message send button
 #  Remove on message send button
 #. Remove on message send button
-#: ../pidgin/plugins/notify.c:822
 msgid "Remove when a _message gets sent"
 msgstr "iš_siunčiama žinutė"
 
 #  Remove on conversation switch button
 #  Remove on conversation switch button
 #. Remove on conversation switch button
-#: ../pidgin/plugins/notify.c:831
 msgid "Remove on switch to conversation ta_b"
 msgstr "kai pers_ijungiama į pokalbio kortelę"
 
@@ -18735,7 +13534,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/notify.c:924
 msgid "Message Notification"
 msgstr "Pranešimai apie žinutes"
 
@@ -18747,7 +13545,6 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../pidgin/plugins/notify.c:927 ../pidgin/plugins/notify.c:929
 msgid "Provides a variety of ways of notifying you of unread messages."
 msgstr "Siūlo keletą būdų, kaip Jums pranešti apie neperskaitytas žinutes"
 
@@ -18757,19 +13554,16 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/pidgininc.c:91
 msgid "Pidgin Demonstration Plugin"
 msgstr "Demonstracinis Pidgin papildinys"
 
 #. *< name
 #. *< version
 #. *  summary
-#: ../pidgin/plugins/pidgininc.c:94
 msgid "An example plugin that does stuff - see the description."
 msgstr "Pavyzdinis papildinis, kuris daro šį bei tą – skaitykite jo aprašymą."
 
 #. *  description
-#: ../pidgin/plugins/pidgininc.c:96
 msgid ""
 "This is a really cool plugin that does a lot of stuff:\n"
 "- It tells you who wrote the program when you log in\n"
@@ -18781,57 +13575,44 @@
 "- jis apsuka visą gaunamą tekstą\n"
 "- jis nusiunčia žinutę Jūsų bičiuliams iškart, kai jie prisijungia."
 
-#: ../pidgin/plugins/pidginrc.c:49
 msgid "Cursor Color"
 msgstr "Žymeklio spalva"
 
-#: ../pidgin/plugins/pidginrc.c:50
 msgid "Secondary Cursor Color"
 msgstr "Antrinė žymeklio spalva"
 
-#: ../pidgin/plugins/pidginrc.c:51
 msgid "Hyperlink Color"
 msgstr "Hipersaito spalva"
 
-#: ../pidgin/plugins/pidginrc.c:54
 msgid "Highlighted Message Name Color"
 msgstr "Vardo paryškintoje žinutėje spalva"
 
-#: ../pidgin/plugins/pidginrc.c:66
 msgid "GtkTreeView Horizontal Separation"
 msgstr "GtkTreeView horizontalus atskyrimo tarpas"
 
-#: ../pidgin/plugins/pidginrc.c:81
 msgid "Conversation Entry"
 msgstr "Pokalbio įrašas"
 
-#: ../pidgin/plugins/pidginrc.c:82
 msgid "Request Dialog"
 msgstr "Užklausos dialogas"
 
 #  ---------- "Notify For" ----------
-#: ../pidgin/plugins/pidginrc.c:83
 msgid "Notify Dialog"
 msgstr "Informacinis dialogas"
 
-#: ../pidgin/plugins/pidginrc.c:259
 msgid "Select Color"
 msgstr "Pasirinkite spalvą"
 
-#: ../pidgin/plugins/pidginrc.c:306
 msgid "Select Interface Font"
 msgstr "Pasirinkite sąsajos šriftą"
 
-#: ../pidgin/plugins/pidginrc.c:309
 #, c-format
 msgid "Select Font for %s"
 msgstr "Pasirinkite sąsajos elemento „%s“ šriftą"
 
-#: ../pidgin/plugins/pidginrc.c:377
 msgid "GTK+ Interface Font"
 msgstr "GTK+ sąsajos šriftas"
 
-#: ../pidgin/plugins/pidginrc.c:397
 msgid "GTK+ Text Shortcut Theme"
 msgstr "GTK+ prieigos klavišų parinktis"
 
@@ -18855,28 +13636,22 @@
 #. widget_bool_widgets[i]);
 #. }
 #.
-#: ../pidgin/plugins/pidginrc.c:434
 msgid "Interface colors"
 msgstr "Sąsajos spalvos"
 
-#: ../pidgin/plugins/pidginrc.c:458
 msgid "Widget Sizes"
 msgstr "Sąsajos elementų dydžiai"
 
-#: ../pidgin/plugins/pidginrc.c:479
 msgid "Fonts"
 msgstr "Šriftai"
 
-#: ../pidgin/plugins/pidginrc.c:503
 msgid "Gtkrc File Tools"
 msgstr "Gtkrc failų įrankiai"
 
-#: ../pidgin/plugins/pidginrc.c:508
 #, c-format
 msgid "Write settings to %s%sgtkrc-2.0"
 msgstr "Įrašyti nuostatas į %s%sgtkrc-2.0"
 
-#: ../pidgin/plugins/pidginrc.c:517
 msgid "Re-read gtkrc files"
 msgstr "Iš naujo įkelti gtkrc failus"
 
@@ -18887,23 +13662,18 @@
 #  *< dependencies
 #  *< priority
 #  *< id
-#: ../pidgin/plugins/pidginrc.c:555
 msgid "Pidgin GTK+ Theme Control"
 msgstr "Pidgin GTK+ apipavidalinimo parinktys"
 
-#: ../pidgin/plugins/pidginrc.c:557 ../pidgin/plugins/pidginrc.c:558
 msgid "Provides access to commonly used gtkrc settings."
 msgstr "Leidžia keisti dažnai naudojamas gtkrc parinktis."
 
-#: ../pidgin/plugins/raw.c:175
 msgid "Raw"
 msgstr "Neapdorota įvestis"
 
-#: ../pidgin/plugins/raw.c:177
 msgid "Lets you send raw input to text-based protocols."
 msgstr "Leidžia Jums tiesiogiai įvesti tekstinių protokolų komandas."
 
-#: ../pidgin/plugins/raw.c:178
 msgid ""
 "Lets you send raw input to text-based protocols (XMPP, MSN, IRC, TOC). Hit "
 "'Enter' in the entry box to send. Watch the debug window."
@@ -18912,7 +13682,6 @@
 "IRC, TOC).  Paspauskite „Enter“ įvedimo langelyje išsiuntimui.  Stebėkite "
 "derinimo langą."
 
-#: ../pidgin/plugins/relnot.c:71
 #, c-format
 msgid ""
 "You are using %s version %s.  The current version is %s.  You can get it "
@@ -18921,12 +13690,10 @@
 "Jūs naudojate %s versiją %s.  Naujausia versija yra %s.  Galite ją gauti iš "
 "<a href=\\\"%s\\\">%s</a><hr>"
 
-#: ../pidgin/plugins/relnot.c:79
 #, c-format
 msgid "<b>ChangeLog:</b><br>%s"
 msgstr "<b>Atnaujinimų žurnalas:</b><br>%s"
 
-#: ../pidgin/plugins/relnot.c:84 ../pidgin/plugins/relnot.c:85
 msgid "New Version Available"
 msgstr "Pasirodė nauja versija"
 
@@ -18943,7 +13710,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/relnot.c:143
 msgid "Release Notification"
 msgstr "Pranešimai apie išleistas naujas versijas"
 
@@ -18953,13 +13719,11 @@
 #. *< name
 #. *< version
 #. *  summary
-#: ../pidgin/plugins/relnot.c:146
 msgid "Checks periodically for new releases."
 msgstr "Periodiškai patikrina, ar neišleistos naujos versijos"
 
 #  *  description
 #. *  description
-#: ../pidgin/plugins/relnot.c:148
 msgid ""
 "Checks periodically for new releases and notifies the user with the "
 "ChangeLog."
@@ -18976,19 +13740,16 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/sendbutton.c:138
 msgid "Send Button"
 msgstr "Siuntimo mygtukas"
 
 #  IM Convo trans options
 #. *< name
 #. *< version
-#: ../pidgin/plugins/sendbutton.c:140
 msgid "Conversation Window Send Button."
 msgstr "Mygtukas „Siųsti“ pokalbių languose"
 
 #. *< summary
-#: ../pidgin/plugins/sendbutton.c:141
 msgid ""
 "Adds a Send button to the entry area of the conversation window. Intended "
 "for when no physical keyboard is present."
@@ -18996,70 +13757,54 @@
 "Prideda mygtuką „Siųsti“ į pokalbių lango įvedimo sritį.  Skirta naudojimui, "
 "kai nėra realios klaviatūros."
 
-#: ../pidgin/plugins/spellchk.c:1971
 msgid "Duplicate Correction"
 msgstr "Pakartoto žodžio pataisymas"
 
-#: ../pidgin/plugins/spellchk.c:1972
 msgid "The specified word already exists in the correction list."
 msgstr "Toks žodis jau yra pataisymų sąraše."
 
-#: ../pidgin/plugins/spellchk.c:2185
 msgid "Text Replacements"
 msgstr "Teksto pakeitimai"
 
-#: ../pidgin/plugins/spellchk.c:2208
 msgid "You type"
 msgstr "Jūs parašote"
 
-#: ../pidgin/plugins/spellchk.c:2222
 msgid "You send"
 msgstr "Jūs išsiunčiate"
 
-#: ../pidgin/plugins/spellchk.c:2236
 msgid "Whole words only"
 msgstr "Tik ištisi žodžiai"
 
-#: ../pidgin/plugins/spellchk.c:2248
 msgid "Case sensitive"
 msgstr "Skirti mažąsias ir didžiąsias raides"
 
-#: ../pidgin/plugins/spellchk.c:2274
 msgid "Add a new text replacement"
 msgstr "Sukurti naują teksto pakeitimą"
 
-#: ../pidgin/plugins/spellchk.c:2290
 msgid "You _type:"
 msgstr "Jūs parašo_te:"
 
-#: ../pidgin/plugins/spellchk.c:2294
 msgid "You _send:"
 msgstr "Jūs iš_siunčiate:"
 
 #. Created here so it can be passed to whole_words_button_toggled.
-#: ../pidgin/plugins/spellchk.c:2297
 msgid "_Exact case match (uncheck for automatic case handling)"
 msgstr ""
 "Tikslus didžiųjų ir mažųjų raidžių sutapimas (panaikinkite žymėjimą "
 "automatiniam apdorojimui)"
 
-#: ../pidgin/plugins/spellchk.c:2299
 msgid "Only replace _whole words"
 msgstr "Keisti tik _ištisus žodžius"
 
-#: ../pidgin/plugins/spellchk.c:2324
 msgid "General Text Replacement Options"
 msgstr "Bendrosios teksto pakeitimo parinktys"
 
-#: ../pidgin/plugins/spellchk.c:2325
 msgid "Enable replacement of last word on send"
 msgstr "Leisti paskutinio žodžio pakeitimą išsiuntimo metu"
 
-#: ../pidgin/plugins/spellchk.c:2358
 msgid "Text replacement"
 msgstr "Teksto pakeitimas"
 
-#: ../pidgin/plugins/spellchk.c:2360 ../pidgin/plugins/spellchk.c:2361
 msgid "Replaces text in outgoing messages according to user-defined rules."
 msgstr ""
 "Pakeičia tekstą išsiunčiamose žinutėse pagal vartotojo sukurtas taisykles."
@@ -19070,7 +13815,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/ticker/ticker.c:74 ../pidgin/plugins/ticker/ticker.c:356
 msgid "Buddy Ticker"
 msgstr "Bičiulių juosta"
 
@@ -19078,11 +13822,9 @@
 #. *< version
 #. *  summary
 #. *  description
-#: ../pidgin/plugins/ticker/ticker.c:359 ../pidgin/plugins/ticker/ticker.c:361
 msgid "A horizontal scrolling version of the buddy list."
 msgstr "Horizontalus slenkantis bičiulių sąrašo variantas."
 
-#: ../pidgin/plugins/timestamp.c:135
 msgid "Display Timestamps Every"
 msgstr "Rodyti laiko žymes kas"
 
@@ -19092,49 +13834,37 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/timestamp.c:200
 msgid "Timestamp"
 msgstr "Laiko žymos"
 
 #. *< name
 #. *< version
 #. *  summary
-#: ../pidgin/plugins/timestamp.c:203
 msgid "Display iChat-style timestamps"
 msgstr "Rodo iChat stiliaus laiko žymas"
 
 #. *  description
-#: ../pidgin/plugins/timestamp.c:205
 msgid "Display iChat-style timestamps every N minutes."
 msgstr "Kas N minučių rodo iChat stiliaus laiko žymes"
 
-#: ../pidgin/plugins/timestamp_format.c:23
 msgid "Timestamp Format Options"
 msgstr "Laiko žymių formato parinktys"
 
-#: ../pidgin/plugins/timestamp_format.c:26
 msgid "_Force 24-hour time format"
 msgstr "_Būtinai naudoti 24 valandų laiko formatą"
 
-#: ../pidgin/plugins/timestamp_format.c:33
 msgid "Show dates in..."
 msgstr "Rodyti datas..."
 
-#: ../pidgin/plugins/timestamp_format.c:38
 msgid "Co_nversations:"
 msgstr "pokalbiuose:"
 
-#: ../pidgin/plugins/timestamp_format.c:40
-#: ../pidgin/plugins/timestamp_format.c:49
 msgid "For delayed messages"
 msgstr "uždelstoms žinutėms"
 
-#: ../pidgin/plugins/timestamp_format.c:41
-#: ../pidgin/plugins/timestamp_format.c:50
 msgid "For delayed messages and in chats"
 msgstr "uždelstoms žinutėms ir pokalbių kambariams"
 
-#: ../pidgin/plugins/timestamp_format.c:47
 msgid "_Message Logs:"
 msgstr "Ž_urnaluose:"
 
@@ -19144,19 +13874,16 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/timestamp_format.c:151
 msgid "Message Timestamp Formats"
 msgstr "Žinučių laiko žymių formatai"
 
 #. *< name
 #. *< version
 #. *  summary
-#: ../pidgin/plugins/timestamp_format.c:154
 msgid "Customizes the message timestamp formats."
 msgstr "Parenka žinučių laiko žymių formatus."
 
 #. *  description
-#: ../pidgin/plugins/timestamp_format.c:156
 msgid ""
 "This plugin allows the user to customize conversation and logging message "
 "timestamp formats."
@@ -19164,46 +13891,34 @@
 "Šis papildinys leidžia vartotojui pasirinkti pokalbių ir žurnalų žinučių "
 "laiko žymių formatus."
 
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:175
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:598
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:645
 msgid "Opacity:"
 msgstr "Nepermatomumas:"
 
 #  IM Convo trans options
 #. IM Convo trans options
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:562
 msgid "IM Conversation Windows"
 msgstr "Pokalbių langai"
 
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:563
 msgid "_IM window transparency"
 msgstr "Pokalb_ių langų permatotumas"
 
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:577
 msgid "_Show slider bar in IM window"
 msgstr "Rodyti šliaužiklio juo_stą pokalbių lange"
 
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:584
 msgid "Remove IM window transparency on focus"
 msgstr "Aktyvavus pokalbių langą pašalinti jo permatomumą"
 
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:587
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:635
 msgid "Always on top"
 msgstr "Visada viršuje"
 
 #  Buddy List trans options
 #. Buddy List trans options
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:619
 msgid "Buddy List Window"
 msgstr "Bičiulių sąrašo langas"
 
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:620
 msgid "_Buddy List window transparency"
 msgstr "_Bičiulių sąrašo lango permatomumas"
 
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:633
 msgid "Remove Buddy List window transparency on focus"
 msgstr "Aktyvavus bičiulių sąrašo langą pašalinti jo permatomumą"
 
@@ -19213,7 +13928,6 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:693
 msgid "Transparency"
 msgstr "Permatomumas"
 
@@ -19223,13 +13937,11 @@
 #. *< name
 #. *< version
 #. *  summary
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:696
 msgid "Variable Transparency for the buddy list and conversations."
 msgstr "Kintamas permatumomas bičiulių sąrašo ir pokalbių langams."
 
 #  *  description
 #. *  description
-#: ../pidgin/plugins/win32/transparency/win2ktrans.c:698
 msgid ""
 "This plugin enables variable alpha transparency on conversation windows and "
 "the buddy list.\n"
@@ -19241,57 +13953,46 @@
 "\n"
 "* Pastaba: šis papildinys reikalauja Windows 2000 arba vėlesnės versijos."
 
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:303
 msgid "GTK+ Runtime Version"
 msgstr "GTK+ vykdymo laiko bibliotekos versija"
 
 #  Autostart
 #  Autostart
 #. Autostart
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:311
 msgid "Startup"
 msgstr "Paleidimas"
 
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:312
 #, c-format
 msgid "_Start %s on Windows startup"
 msgstr "Paleisti %s Window_s paleidimo metu"
 
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:327
 msgid "_Dockable Buddy List"
 msgstr "_Pritvirtinamas bičiulių langas"
 
 #  Blist On Top
 #. Blist On Top
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:331
 msgid "_Keep Buddy List window on top:"
 msgstr "Lai_kyti bičiulių sąrašo langą viršuje:"
 
 #. XXX: Did this ever work?
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:336
 msgid "Only when docked"
 msgstr "tik kai pritvirtintas"
 
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:341
 msgid "_Flash window when chat messages are received"
 msgstr "Gavus pokalbių žinučių _mirginti langą"
 
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:371
 msgid "Windows Pidgin Options"
 msgstr "Windows Pidgin parinktys"
 
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:373
 msgid "Options specific to Pidgin for Windows."
 msgstr "Specifinės Pidgin parinktys Windows operacinei sistemai."
 
-#: ../pidgin/plugins/win32/winprefs/winprefs.c:374
 msgid ""
 "Provides options specific to Pidgin for Windows , such as buddy list docking."
 msgstr ""
 "Leidžia keisti Pidgin parinktis, kurios yra specifinės Windows operacinėje "
 "sistemoje, pavyzdžiui, bičiulių sąrašo lango pritvirtinimą."
 
-#: ../pidgin/plugins/xmppconsole.c:670
 msgid "<font color='#777777'>Logged out.</font>"
 msgstr "<font color='#777777'>Atsijungė.</font>"
 
@@ -19301,40 +14002,31 @@
 #. *< dependencies
 #. *< priority
 #. *< id
-#: ../pidgin/plugins/xmppconsole.c:749 ../pidgin/plugins/xmppconsole.c:844
-#: ../pidgin/plugins/xmppconsole.c:863
 msgid "XMPP Console"
 msgstr "XMPP pultas"
 
 #  Set up stuff for the account box
-#: ../pidgin/plugins/xmppconsole.c:756
 msgid "Account: "
 msgstr "Paskyra:"
 
-#: ../pidgin/plugins/xmppconsole.c:783
 msgid "<font color='#777777'>Not connected to XMPP</font>"
 msgstr "<font color='#777777'>Neprisijungta prie XMPP</font>"
 
-#: ../pidgin/plugins/xmppconsole.c:793
 msgid "Insert an <iq/> stanza."
 msgstr "Įterpti <iq/> strofą."
 
-#: ../pidgin/plugins/xmppconsole.c:802
 msgid "Insert a <presence/> stanza."
 msgstr "Įterpti <presence/> strofą."
 
-#: ../pidgin/plugins/xmppconsole.c:811
 msgid "Insert a <message/> stanza."
 msgstr "Įterpti <message/> strofą."
 
 #. *< name
 #. *< version
 #. *  summary
-#: ../pidgin/plugins/xmppconsole.c:866
 msgid "Send and receive raw XMPP stanzas."
 msgstr "Siųsti ir gauti neapdorotas XMPP strofas."
 
 #. *  description
-#: ../pidgin/plugins/xmppconsole.c:868
 msgid "This plugin is useful for debbuging XMPP servers or clients."
 msgstr "Šis papildinys naudingas XMPP serverių ir klientų derinimui."
--- a/po/nl.po	Wed Aug 27 01:37:54 2008 +0000
+++ b/po/nl.po	Wed Aug 27 01:43:09 2008 +0000
@@ -1,18 +1,20 @@
 # translation of nl.po to
 # Pidgin Dutch translation
-# Copyright (C) 2008, Daniël Heres <danielheres@gmail.com>
-# This file is distributed under the same license as the Gaim package.
 #
-#
+# Hylke Bons <hylkebons@gmail.com>, 2008
+# Daniël Heres <danielheres@gmail.com>, 2008
 # Vincent van Adrighem <adrighem@gnome.org>, 2004, 2005, 2006.
 # Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>, 2004.
+#
+# This file is distributed under the same license as the Pidgin package.
+
 msgid ""
 msgstr ""
 "Project-Id-Version: pidgin\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2008-08-06 03:06-0400\n"
 "PO-Revision-Date: 2008-08-06 14:55+0100\n"
-"Last-Translator: Daniël <danielheres@gmail.com>\n"
+"Last-Translator: Hylke <hylkebons@gmail.com>\n"
 "Language-Team: Dutch <nl@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -59,7 +61,7 @@
 #: ../pidgin/gtkmain.c:736
 #, c-format
 msgid "%s encountered errors migrating your settings from %s to %s. Please investigate and complete the migration by hand. Please report this error at http://developer.pidgin.im"
-msgstr "%s zorgde voor fouten tijdens het verplaatsen van je instellingen van %s naar %s. Verplaats het handmatig. Rapporteer deze fout alstublieft op http://developer.pidgin.im"
+msgstr "%s zorgde voor fouten tijdens het verplaatsen van je instellingen van %s naar %s. Verplaats het handmatig. Rapporteer deze fout a.u.b. op http://developer.pidgin.im"
 
 #: ../finch/gntaccount.c:126
 #: ../finch/gntaccount.c:505
@@ -590,11 +592,11 @@
 
 #: ../finch/gntblist.c:760
 msgid "You must give a name for the group to add."
-msgstr "Geef de naam van de toe te voegen groep."
+msgstr "Geef de naam van de toe te voegen groep"
 
 #: ../finch/gntblist.c:773
 msgid "A group with the name already exists."
-msgstr "Die groep bestaat al."
+msgstr "Er bestaat al een groep met dezelfde naam"
 
 #: ../finch/gntblist.c:780
 #: ../finch/gntblist.c:1187
@@ -1247,7 +1249,7 @@
 "Please enter the name of the user you wish to invite,\n"
 "along with an optional invite message."
 msgstr ""
-"Geef de bijnaam van de persoon die u wilt uitnodigen,\n"
+"Geef de bijnaam van de persoon die je wil uitnodigen,\n"
 "eventueel met een uitnodigende tekst."
 
 #: ../finch/gntconv.c:610
@@ -1705,7 +1707,7 @@
 
 #: ../finch/gntplugin.c:197
 msgid "Plugin need to be loaded before you can configure it."
-msgstr "Plugins moet geladen zijn voordat u deze kunt configureren."
+msgstr "Plugin moet geladen zijn voordat je deze kunt configureren."
 
 #: ../finch/gntplugin.c:245
 msgid "No configuration options for this plugin."
@@ -1769,7 +1771,7 @@
 
 #: ../finch/gntpounce.c:343
 msgid "Pounce Who"
-msgstr "Wie alarmeren"
+msgstr "Alarmdoel"
 
 #. Account:
 #: ../finch/gntpounce.c:346
@@ -1855,7 +1857,7 @@
 
 #: ../finch/gntpounce.c:460
 msgid "Pounce only when my status is not Available"
-msgstr "Contactalarm alleen actief wanneer mijn status niet beschikbaar is"
+msgstr "Alarmeer alleen wanneer ik niet beschikbaar ben"
 
 #: ../finch/gntpounce.c:462
 #: ../pidgin/gtkpounce.c:1318
@@ -1878,7 +1880,7 @@
 #: ../pidgin/gtkpounce.c:1132
 #, c-format
 msgid "Are you sure you want to delete the pounce on %s for %s?"
-msgstr "Wilt u het contactalarm van %s op %s echt verwijderen?"
+msgstr "Wilt je het contactalarm van %s op %s echt verwijderen?"
 
 #: ../finch/gntpounce.c:708
 #: ../finch/gntui.c:96
@@ -1944,12 +1946,12 @@
 #: ../pidgin/gtkpounce.c:1478
 #, c-format
 msgid "%s has sent you a message. (%s)"
-msgstr "%s heeft u een bericht toegestuurd. (%s)"
+msgstr "%s heeft je een bericht gestuurd. (%s)"
 
 #: ../finch/gntpounce.c:845
 #: ../pidgin/gtkpounce.c:1479
 msgid "Unknown pounce event. Please report this!"
-msgstr "Onbekend contactalarm. Rapporteer dit alstublieft!"
+msgstr "Onbekend contactalarm. Rapporteer dit a.u.b!"
 
 #: ../finch/gntprefs.c:92
 msgid "Based on keyboard use"
@@ -2112,7 +2114,7 @@
 #: ../finch/gntsound.c:103
 #: ../pidgin/gtksound.c:69
 msgid "You talk in chat"
-msgstr "U praat in de chatruimte"
+msgstr "Je praat in de chatruimte"
 
 #: ../finch/gntsound.c:104
 #: ../pidgin/gtksound.c:70
@@ -2122,7 +2124,7 @@
 #: ../finch/gntsound.c:106
 #: ../pidgin/gtksound.c:73
 msgid "Someone says your username in chat"
-msgstr "Iemand zegt uw gebruikersnaam in de chatruimte"
+msgstr "Iemand zegt je gebruikersnaam in de chatruimte"
 
 #: ../finch/gntsound.c:367
 #: ../pidgin/gtksound.c:309
@@ -2519,9 +2521,9 @@
 "\n"
 "Enabling logs for instant messages and/or chats will activate history for the same conversation type(s)."
 msgstr ""
-"Logboek bijhouden kan worden ingeschakeld via Extra -> Voorkeuren -> Logboek.\n"
-"\n"
-"Het inschakelen hiervan zal u de mogelijkheid geven om geschiedenis op te vragen."
+"Logboek bijhouden kan worden ingeschakeld via Extra -> Voorkeuren -> 'Logboek bijhouden'.\n"
+"\n"
+"Het inschakelen hiervan zal je de mogelijkheid geven om geschiedenis op te vragen."
 
 #: ../finch/plugins/gnthistory.c:217
 msgid "GntHistory"
@@ -2670,7 +2672,7 @@
 
 #: ../libpurple/account.c:1433
 msgid "Please enter your current password and your new password."
-msgstr "Geef uw oude wachtwoord en nieuwe wachtwoord."
+msgstr "Geef je oude wachtwoord en nieuwe wachtwoord."
 
 #: ../libpurple/account.c:1464
 #, c-format
@@ -3057,12 +3059,12 @@
 #: ../libpurple/ft.c:348
 #, c-format
 msgid "%s wants to send you %s (%s)"
-msgstr "%s wil u %s toesturen (%s)"
+msgstr "%s wil je %s toesturen (%s)"
 
 #: ../libpurple/ft.c:355
 #, c-format
 msgid "%s wants to send you a file"
-msgstr "%s wil u een bestand toesturen"
+msgstr "%s wil je een bestand toesturen"
 
 #: ../libpurple/ft.c:398
 #, c-format
@@ -3601,7 +3603,7 @@
 
 #: ../libpurple/plugins/idle.c:184
 msgid "None of your accounts are idle."
-msgstr "Geen van uw accounts is inactief."
+msgstr "Geen van je accounts is inactief."
 
 #: ../libpurple/plugins/idle.c:200
 #: ../libpurple/plugins/idle.c:262
@@ -3624,7 +3626,7 @@
 #: ../libpurple/plugins/idle.c:320
 #: ../libpurple/plugins/idle.c:321
 msgid "Allows you to hand-configure how long you've been idle"
-msgstr "Stelt u in staat om zelf in te stellen hoe lang u afwezig bent"
+msgstr "Stelt je in staat om zelf in te stellen hoe lang je inactief bent"
 
 #. *< type
 #. *< ui_requirement
@@ -3737,7 +3739,7 @@
 
 #: ../libpurple/plugins/log_reader.c:1605
 msgid "You are currently disconnected. Messages will not be received unless you are logged in."
-msgstr "U bent op dit moment niet aangemeld. U kunt geen berichten ontvangen totdat u zich aanmeld."
+msgstr "Je bent op dit moment niet aangemeld. Je kunt geen berichten ontvangen totdat je bent aangemeld."
 
 #: ../libpurple/plugins/log_reader.c:1620
 msgid "Message could not be sent because the maximum length was exceeded."
@@ -4305,7 +4307,7 @@
 #: ../libpurple/protocols/gg/gg.c:77
 #: ../libpurple/proxy.c:1919
 msgid "Either the host name or port number specified for your given proxy type is invalid."
-msgstr "De computernaam of poort voor uw gegeven proxy-type is ongeldig."
+msgstr "De computernaam of poort voor je gegeven proxy-type is ongeldig."
 
 #: ../libpurple/protocols/gg/gg.c:115
 #: ../libpurple/protocols/gg/gg.c:137
@@ -4469,7 +4471,7 @@
 
 #: ../libpurple/protocols/gg/gg.c:668
 msgid "Please, enter your search criteria below"
-msgstr "Geef hieronder uw zoekcriteria"
+msgstr "Geef hieronder je zoekcriteria"
 
 #: ../libpurple/protocols/gg/gg.c:706
 msgid "Fill in the fields."
@@ -4477,7 +4479,7 @@
 
 #: ../libpurple/protocols/gg/gg.c:718
 msgid "Your current password is different from the one that you specified."
-msgstr "Je  huidige wachtwoord wijkt af van het door u gegeven wachtwoord."
+msgstr "Je huidige wachtwoord wijkt af van het opgegeven wachtwoord."
 
 #: ../libpurple/protocols/gg/gg.c:732
 msgid "Unable to change password. Error occurred.\n"
@@ -4598,7 +4600,7 @@
 
 #: ../libpurple/protocols/gg/gg.c:1225
 msgid "There are no users matching your search criteria."
-msgstr "Er zijn geen overeenkomende gebruikers voor uw zoekcriteria"
+msgstr "Er zijn geen overeenkomende gebruikers voor je zoekcriteria"
 
 #: ../libpurple/protocols/gg/gg.c:1321
 #: ../libpurple/protocols/gg/gg.c:1476
@@ -5137,11 +5139,11 @@
 
 #: ../libpurple/protocols/irc/parse.c:128
 msgid "deop &lt;nick1&gt; [nick2] ...:  Remove channel operator status from someone. You must be a channel operator to do this."
-msgstr "deop &lt;bijnaam1&gt; [bijnaam2] ...:  Operator-status uitschakelen van iemand. U moet wel zelf operator zijn hiervoor."
+msgstr "deop &lt;bijnaam1&gt; [bijnaam2] ...:  Operator-status uitschakelen van iemand. Hiervoor is het nodig operator te zijn."
 
 #: ../libpurple/protocols/irc/parse.c:129
 msgid "devoice &lt;nick1&gt; [nick2] ...:  Remove channel voice status from someone, preventing them from speaking if the channel is moderated (+m). You must be a channel operator to do this."
-msgstr "devoice &lt;bijnaam1&gt; [bijnaam2] ...:  Spreekstatus van iemand verwijderen, zodat deze niet meer kan praten in een gemodereerd kanaal (+m). U moet wel zelf operator zijn hiervoor."
+msgstr "devoice &lt;bijnaam1&gt; [bijnaam2] ...:  Spreekstatus van iemand verwijderen, zodat deze niet meer kan praten in een gemodereerd kanaal (+m). Hiervoor is het nodig operator te zijn."
 
 #: ../libpurple/protocols/irc/parse.c:130
 msgid "invite &lt;nick&gt; [room]:  Invite someone to join you in the specified channel, or the current channel."
@@ -5157,7 +5159,7 @@
 
 #: ../libpurple/protocols/irc/parse.c:133
 msgid "kick &lt;nick&gt; [message]:  Remove someone from a channel. You must be a channel operator to do this."
-msgstr "kick &lt;bijnaam&gt; [bericht]:  Iemand uit een ruimte schoppen. U moet wel zelf operator zijn hiervoor."
+msgstr "kick &lt;bijnaam&gt; [bericht]:  Iemand uit een ruimte schoppen. Hiervoor is het nodig operator te zijn."
 
 #: ../libpurple/protocols/irc/parse.c:134
 msgid "list:  Display a list of chat rooms on the network. <i>Warning, some servers may disconnect you upon doing this.</i>"
@@ -5186,7 +5188,7 @@
 #: ../libpurple/protocols/irc/parse.c:140
 #: ../libpurple/protocols/jabber/jabber.c:2391
 msgid "nick &lt;new nickname&gt;:  Change your nickname."
-msgstr "nick &lt;nieuwe bijnaam&gt;:  Uw eigen bijnaam veranderen."
+msgstr "nick &lt;nieuwe bijnaam&gt;:  Je eigen bijnaam veranderen."
 
 #: ../libpurple/protocols/irc/parse.c:141
 msgid "nickserv: Send a command to nickserv"
@@ -5198,7 +5200,7 @@
 
 #: ../libpurple/protocols/irc/parse.c:143
 msgid "op &lt;nick1&gt; [nick2] ...:  Grant channel operator status to someone. You must be a channel operator to do this."
-msgstr "op &lt;bijnaam1&gt; [bijnaam2] ...:  Iemand benoemen tot operator voor het huidige kanaal. U moet wel zelf operator zijn hiervoor."
+msgstr "op &lt;bijnaam1&gt; [bijnaam2] ...:  Iemand benoemen tot operator voor het huidige kanaal. Hiervoor is het nodig operator te zijn."
 
 #: ../libpurple/protocols/irc/parse.c:144
 msgid "operwall &lt;message&gt;:  If you don't know what this is, you probably can't use it."
@@ -5230,7 +5232,7 @@
 
 #: ../libpurple/protocols/irc/parse.c:151
 msgid "remove &lt;nick&gt; [message]:  Remove someone from a room. You must be a channel operator to do this."
-msgstr "remove &lt;bijnaam&gt; [bericht]:  Iemand uit een ruimte verwijderen. U moet wel zelf operator zijn hiervoor."
+msgstr "remove &lt;bijnaam&gt; [bericht]:  Iemand uit een ruimte verwijderen. Hiervoor is het nodig operator te zijn."
 
 #: ../libpurple/protocols/irc/parse.c:152
 msgid "time: Displays the current local time at the IRC server."
@@ -5250,11 +5252,11 @@
 
 #: ../libpurple/protocols/irc/parse.c:156
 msgid "voice &lt;nick1&gt; [nick2] ...:  Grant channel voice status to someone. You must be a channel operator to do this."
-msgstr "voice &lt;bijnaam1&gt; [bijnaam2] ...:  Iemand spreekstatus geven. U moet wel zelf operator zijn hiervoor."
+msgstr "voice &lt;bijnaam1&gt; [bijnaam2] ...:  Iemand spreekstatus geven. Hiervoor is het nodig operator te zijn."
 
 #: ../libpurple/protocols/irc/parse.c:157
 msgid "wallops &lt;message&gt;:  If you don't know what this is, you probably can't use it."
-msgstr "wallops &lt;bericht&gt;:  Als u niet weet wat dit is, kunt u het waarschijnlijk niet gebruiken."
+msgstr "wallops &lt;bericht&gt;:  Als je niet weet wat dit is, kun je het waarschijnlijk niet gebruiken."
 
 #: ../libpurple/protocols/irc/parse.c:158
 msgid "whois [server] &lt;nick&gt;:  Get information on a user."
@@ -5319,7 +5321,7 @@
 #: ../libpurple/protocols/jabber/auth.c:670
 #, c-format
 msgid "%s requires plaintext authentication over an unencrypted connection.  Allow this and continue authentication?"
-msgstr "%s vereist een identificatie via tekstaanmelding via een ongecodeerde datastroom. Wilt u hiermee doorgaan?"
+msgstr "%s vereist een identificatie d.m.v tekst via een ongecodeerde datastroom. Wil je hiermee doorgaan?"
 
 #: ../libpurple/protocols/jabber/auth.c:330
 #: ../libpurple/protocols/jabber/auth.c:331
@@ -5459,7 +5461,7 @@
 
 #: ../libpurple/protocols/jabber/buddy.c:755
 msgid "All items below are optional. Enter only the information with which you feel comfortable."
-msgstr "Alle items hieronder zijn optioneel. Geef alleen die informatie die u ook openbaar wilt maken."
+msgstr "Alle items hieronder zijn optioneel. Geef alleen die informatie die je ook openbaar wilt maken."
 
 #: ../libpurple/protocols/jabber/buddy.c:811
 #: ../libpurple/protocols/jabber/buddy.c:980
@@ -5840,7 +5842,7 @@
 
 #: ../libpurple/protocols/jabber/buddy.c:2268
 msgid "The following are the results of your search"
-msgstr "Resultaten van uw zoekopdracht"
+msgstr "Resultaten van je zoekopdracht"
 
 #. current comment from Jabber User Directory users.jabber.org
 #: ../libpurple/protocols/jabber/buddy.c:2353
@@ -6116,7 +6118,7 @@
 
 #: ../libpurple/protocols/jabber/jabber.c:1082
 msgid "Please fill out the information below to register your new account."
-msgstr "Vul onderstaand formulier in om uw nieuwe account te registreren."
+msgstr "Vul onderstaand formulier in om je nieuwe account te registreren."
 
 #: ../libpurple/protocols/jabber/jabber.c:1090
 #: ../libpurple/protocols/jabber/jabber.c:1091
@@ -6305,7 +6307,7 @@
 
 #: ../libpurple/protocols/jabber/jabber.c:1818
 msgid "Please enter your new password"
-msgstr "Vul uw nieuwe wachtwoord in"
+msgstr "Vul je nieuwe wachtwoord in"
 
 #: ../libpurple/protocols/jabber/jabber.c:1832
 #: ../libpurple/protocols/oscar/oscar.c:6591
@@ -6757,7 +6759,7 @@
 
 #: ../libpurple/protocols/jabber/presence.c:536
 msgid "You are creating a new room.  Would you like to configure it, or accept the default settings?"
-msgstr "U bent een nieuwe ruimte aan het maken. Wilt u deze instellen, of de standaardinstellingen gebruiken?"
+msgstr "Je bent een nieuwe ruimte aan het maken. Wil je deze instellen, of de standaardinstellingen gebruiken?"
 
 #: ../libpurple/protocols/jabber/presence.c:542
 msgid "_Configure Room"
@@ -6868,13 +6870,13 @@
 #: ../libpurple/protocols/msnp9/dialog.c:116
 #, c-format
 msgid "%s on the local list is inside the group \"%s\" but not on the server list. Do you want this buddy to be added?"
-msgstr "%s is op de lokale lijst in de groep \"%s\", maar niet op de serverlijst. Wilt u deze toevoegen?"
+msgstr "%s is op de lokale lijst in de groep \"%s\", maar niet op de serverlijst. Wil je deze toevoegen?"
 
 #: ../libpurple/protocols/msn/dialog.c:132
 #: ../libpurple/protocols/msnp9/dialog.c:124
 #, c-format
 msgid "%s is on the local list but not on the server list. Do you want this buddy to be added?"
-msgstr "%s is op de lokale lijst, maar niet op de serverlijst. Wilt u deze toevoegen?"
+msgstr "%s staat op de lokale lijst, maar niet op de server-lijst. Wil je deze toevoegen?"
 
 #: ../libpurple/protocols/msn/error.c:36
 #: ../libpurple/protocols/msnp9/error.c:36
@@ -7006,7 +7008,7 @@
 #: ../libpurple/protocols/msn/error.c:128
 #: ../libpurple/protocols/msnp9/error.c:128
 msgid "Service temporarily unavailable"
-msgstr "Service momenteel niet toegankelijk"
+msgstr "Dienst momenteel niet toegankelijk"
 
 #: ../libpurple/protocols/msn/error.c:131
 #: ../libpurple/protocols/msnp9/error.c:131
@@ -7200,7 +7202,7 @@
 #: ../libpurple/protocols/msn/msn.c:317
 #: ../libpurple/protocols/msnp9/msn.c:299
 msgid "This is the name that other MSN buddies will see you as."
-msgstr "Dit is de naam die uw contacten zullen zien."
+msgstr "Dit is de naam die je contacten zullen zien."
 
 #: ../libpurple/protocols/msn/msn.c:335
 #: ../libpurple/protocols/msnp9/msn.c:317
@@ -7225,7 +7227,7 @@
 #: ../libpurple/protocols/msn/msn.c:385
 #: ../libpurple/protocols/msnp9/msn.c:367
 msgid "Do you want to allow or disallow people on your buddy list to send you MSN Mobile pages to your cell phone or other mobile device?"
-msgstr "Wilt u dat mensen op uw contactenlijst MSN-mobile oproepen kunnen sturen naar uw mobiele telefoon of ander mobiel apparaat?"
+msgstr "Wil je dat mensen in je contactenlijst je MSN-mobile oproepen kunnen sturen naar je mobiele telefoon of ander mobiel apparaat?"
 
 #: ../libpurple/protocols/msn/msn.c:391
 #: ../libpurple/protocols/msnp9/msn.c:373
@@ -7761,7 +7763,7 @@
 #: ../libpurple/protocols/msn/notification.c:475
 #, c-format
 msgid "%s just sent you a Nudge!"
-msgstr "%s heeft u zojuist een duwtje gegeven!"
+msgstr "%s heeft je zojuist een duwtje gegeven!"
 
 #: ../libpurple/protocols/msn/notification.c:768
 #, c-format
@@ -7795,7 +7797,7 @@
 #: ../libpurple/protocols/msnp9/notification.c:516
 #, c-format
 msgid "%s could not be added because your buddy list is full."
-msgstr "Kan %s niet toevoegen omdat uw contactenlijst vol is."
+msgstr "Kan %s niet toevoegen omdat je contactenlijst vol is."
 
 #: ../libpurple/protocols/msn/notification.c:852
 #: ../libpurple/protocols/msnp9/notification.c:525
@@ -7834,11 +7836,11 @@
 "\n"
 "After the maintenance has been completed, you will be able to successfully sign in."
 msgstr[0] ""
-"De MSN-server zal voor onderhoud uitgeschakeld worden over %d minuut. U zult automatisch afgemeld worden op dat moment. Rond a.u.b. al uw gesprekken af.\n"
-"\n"
-"U zult zich weer kunnen aanmelden als het onderhoud gepleegd is."
+"De MSN-server zal voor onderhoud uitgeschakeld worden over %d minuut. Je zult automatisch worden afgemeld op dat moment. Rond a.u.b. al je gesprekken af.\n"
+"\n"
+"Je zult je weer kunnen aanmelden als het onderhoud gepleegd is."
 msgstr[1] ""
-"De MSN-server zal voor onderhoud uitgeschakeld worden over %d minuten. U zult automatisch afgemeld worden op dat moment. Rond a.u.b. al uw gesprekken af.\n"
+"De MSN-server zal voor onderhoud uitgeschakeld worden over %d minuten. Je zult automatisch afgemeld worden op dat moment. Rond a.u.b. al je gesprekken af.\n"
 "\n"
 "U zult zich weer kunnen aanmelden als het onderhoud gepleegd is."
 
@@ -7981,12 +7983,12 @@
 #: ../libpurple/protocols/msn/switchboard.c:414
 #: ../libpurple/protocols/msnp9/switchboard.c:419
 msgid "Message could not be sent, not allowed while invisible:"
-msgstr "Kan bericht niet versturen. Niet toegestaan wanneer u onzichtbaar bent:"
+msgstr "Je kan geen bericht versturen wanneer je onzichtbaar bent:"
 
 #: ../libpurple/protocols/msn/switchboard.c:418
 #: ../libpurple/protocols/msnp9/switchboard.c:423
 msgid "Message could not be sent because the user is offline:"
-msgstr "Kan bericht niet versturen omdat de ander off-line is:"
+msgstr "Kan bericht niet versturen omdat de ander offline is:"
 
 #: ../libpurple/protocols/msn/switchboard.c:422
 #: ../libpurple/protocols/msnp9/switchboard.c:427
@@ -8017,13 +8019,13 @@
 #: ../libpurple/protocols/msnp9/userlist.c:262
 #, c-format
 msgid "%s has added you to his or her buddy list."
-msgstr "%s heeft u aan zijn/haar contactenlijst toegevoegd."
+msgstr "%s heeft je aan zijn/haar contactenlijst toegevoegd."
 
 #: ../libpurple/protocols/msn/userlist.c:284
 #: ../libpurple/protocols/msnp9/userlist.c:331
 #, c-format
 msgid "%s has removed you from his or her buddy list."
-msgstr "%s heeft u van zijn/haar contactenlijst verwijderd."
+msgstr "%s heeft je van zijn/haar contactenlijst verwijderd."
 
 #. only notify the user about problems adding to the friends list
 #. * maybe we should do something else for other lists, but it probably
@@ -8610,7 +8612,7 @@
 
 #: ../libpurple/protocols/novell/nmuser.c:1947
 msgid "The user has blocked you"
-msgstr "De gebruiker heeft u geblokkeerd"
+msgstr "De gebruiker heeft je geblokkeerd"
 
 #: ../libpurple/protocols/novell/nmuser.c:1950
 msgid "This evaluation version does not allow more than ten users to log in at one time"
@@ -8618,7 +8620,7 @@
 
 #: ../libpurple/protocols/novell/nmuser.c:1953
 msgid "The user is either offline or you are blocked"
-msgstr "De gebruiker is off-line of heeft u geblokkeerd"
+msgstr "De gebruiker is offline of heeft je geblokkeerd"
 
 #: ../libpurple/protocols/novell/nmuser.c:1956
 #, c-format
@@ -8638,7 +8640,7 @@
 #: ../libpurple/protocols/novell/novell.c:404
 #, c-format
 msgid "Unable to add %s to your buddy list (%s)."
-msgstr "Kan %s niet toevoegen aan uw contactenlijst (%s)."
+msgstr "Kan %s niet toevoegen aan je contactenlijst (%s)."
 
 #. TODO: Improve this! message to who or for what conference?
 #: ../libpurple/protocols/novell/novell.c:430
@@ -8670,7 +8672,7 @@
 #: ../libpurple/protocols/novell/novell.c:640
 #, c-format
 msgid "Unable to add %s to your buddy list. Error creating folder in server side list (%s)."
-msgstr "Kan %s niet toevoegen aan uw contactenlijst. Fout bij aanmaken van map op de server (%s)."
+msgstr "Kan %s niet toevoegen aan je contactenlijst. Fout bij aanmaken van map op de server (%s)."
 
 #: ../libpurple/protocols/novell/novell.c:713
 #, c-format
@@ -8681,22 +8683,22 @@
 #: ../libpurple/protocols/novell/novell.c:905
 #, c-format
 msgid "Unable to add user to privacy list (%s)."
-msgstr "Kan de gebruiker niet toevoegen aan uw privacy-lijst (%s)."
+msgstr "Kan de gebruiker niet toevoegen aan je privacy-lijst (%s)."
 
 #: ../libpurple/protocols/novell/novell.c:806
 #, c-format
 msgid "Unable to add %s to deny list (%s)."
-msgstr "Kan %s niet aan uw weigeringslijst toevoegen (%s)."
+msgstr "Kan %s niet aan je weigeringslijst toevoegen (%s)."
 
 #: ../libpurple/protocols/novell/novell.c:859
 #, c-format
 msgid "Unable to add %s to permit list (%s)."
-msgstr "Kan %s niet toevoegen aan uw toestemmingslijst (%s)."
+msgstr "Kan %s niet toevoegen aan je toestemmingslijst (%s)."
 
 #: ../libpurple/protocols/novell/novell.c:927
 #, c-format
 msgid "Unable to remove %s from privacy list (%s)."
-msgstr "Kan %s niet verwijderen van uw privacy-lijst (%s)."
+msgstr "Kan %s niet verwijderen van je privacy-lijst (%s)."
 
 #: ../libpurple/protocols/novell/novell.c:950
 #: ../libpurple/protocols/novell/novell.c:1656
@@ -8780,20 +8782,20 @@
 
 #: ../libpurple/protocols/novell/novell.c:1912
 msgid "Would you like to join the conversation?"
-msgstr "Wilt u het gesprek bijwonen?"
+msgstr "Wil je het gesprek bijwonen?"
 
 #: ../libpurple/protocols/novell/novell.c:2028
 msgid "You have been logged out because you logged in at another workstation."
-msgstr "De verbinding is verbroken omdat u zich heeft aangemeld op een andere computer."
+msgstr "De verbinding is verbroken omdat je je hebt aangemeld op een andere computer."
 
 #: ../libpurple/protocols/novell/novell.c:2085
 #, c-format
 msgid "%s appears to be offline and did not receive the message that you just sent."
-msgstr "%s lijkt niet aangemeld te zijn en heeft uw bericht niet ontvangen."
+msgstr "%s lijkt niet aangemeld te zijn en heeft je bericht niet ontvangen."
 
 #: ../libpurple/protocols/novell/novell.c:2185
 msgid "Unable to connect to server. Please enter the address of the server you wish to connect to."
-msgstr "Kan geen verbinding makenmet server. Geef de naam op van de server waarmee u contact wilt maken."
+msgstr "Kan geen verbinding maken met de server. Geef de naam op van de server waarmee je verbinding wilt maken."
 
 #: ../libpurple/protocols/novell/novell.c:2214
 msgid "Error. SSL support is not installed."
@@ -8801,7 +8803,7 @@
 
 #: ../libpurple/protocols/novell/novell.c:2522
 msgid "This conference has been closed. No more messages can be sent."
-msgstr "Deze bijeenkomst is afgesloten. Er kunnen geen nieuwe berichten verzonden worden."
+msgstr "Deze bijeenkomst is gesloten. Er kunnen geen nieuwe berichten verzonden worden."
 
 #. *< type
 #. *< ui_requirement
@@ -8915,7 +8917,7 @@
 
 #: ../libpurple/protocols/oscar/odc.c:44
 msgid "The remote user has declined your request."
-msgstr "De andere gebruiker heeft uw verzoek geweigerd."
+msgstr "De andere gebruiker heeft je verzoek geweigerd."
 
 #: ../libpurple/protocols/oscar/odc.c:46
 #, c-format
@@ -9042,7 +9044,7 @@
 
 #: ../libpurple/protocols/oscar/oscar.c:351
 msgid "(There was an error receiving this message.  The buddy you are speaking with is probably using a different encoding than expected.  If you know what encoding he is using, you can specify it in the advanced account options for your AIM/ICQ account.)"
-msgstr "(Er is een fout opgetreden bij ontvangen van het bericht. De ander gebruikt waarschijnlijk een andere tekencodering dan verwacht. Als u weet welke tekencodering er gebruikt wordt dan kunt u dit instellen bij de geavanceerde instellingen van uw AIM/ICQ-account.)"
+msgstr "(Er is een fout opgetreden bij het ontvangen van dit bericht. De ander gebruikt waarschijnlijk een andere tekencodering dan verwacht. Als je weet welke tekencodering er gebruikt wordt dan kun je dit instellen bij de geavanceerde instellingen van je AIM/ICQ-account.)"
 
 #: ../libpurple/protocols/oscar/oscar.c:460
 #, c-format
@@ -9258,7 +9260,7 @@
 #: ../libpurple/protocols/oscar/oscar.c:1528
 #, c-format
 msgid "The client version you are using is too old. Please upgrade at %s"
-msgstr "Het programma wat u gebruikt is te oud. Haal een nieuwe versie op bij %s"
+msgstr "Het programma dat je gebruikt is te oud. Je kan upgraden op %s"
 
 #: ../libpurple/protocols/oscar/oscar.c:1568
 msgid "Could Not Connect"
@@ -9295,7 +9297,7 @@
 #: ../libpurple/protocols/oscar/oscar.c:1651
 #, c-format
 msgid "You may be disconnected shortly.  You may want to use TOC until this is fixed.  Check %s for updates."
-msgstr "U wordt waarschijnlijk binnenkort afgemeld. U kunt misschien beter TOC gebruiken tot dit probleem is opgelost. Kijk op %s voor nieuwe versies."
+msgstr "U wordt waarschijnlijk binnenkort afgemeld. Je kunt misschien beter TOC gebruiken tot dit probleem is opgelost. Kijk op %s voor updates."
 
 #: ../libpurple/protocols/oscar/oscar.c:1655
 #: ../libpurple/protocols/oscar/oscar.c:1701
@@ -9323,7 +9325,7 @@
 
 #: ../libpurple/protocols/oscar/oscar.c:2451
 msgid "Please authorize me so I can add you to my buddy list."
-msgstr "Geef mij toestemming zodat ik u kan toevoegen aan mijn contactenlijst."
+msgstr "Geef mij a.u.b. toestemming zodat ik je kan toevoegen aan mijn contactenlijst."
 
 #: ../libpurple/protocols/oscar/oscar.c:2480
 msgid "Authorization Request Message:"
@@ -9331,7 +9333,7 @@
 
 #: ../libpurple/protocols/oscar/oscar.c:2481
 msgid "Please authorize me!"
-msgstr "Geef mij toestemming, alstublieft!"
+msgstr "Geef mij toestemming, a.u.b!"
 
 #: ../libpurple/protocols/oscar/oscar.c:2521
 #: ../libpurple/protocols/oscar/oscar.c:2529
@@ -9410,7 +9412,7 @@
 
 #: ../libpurple/protocols/oscar/oscar.c:2715
 msgid "Do you want to add this buddy to your buddy list?"
-msgstr "Wilt u deze persoon toevoegen aan uw contactenlijst?"
+msgstr "Wil je deze persoon toevoegen aan je contactenlijst?"
 
 #: ../libpurple/protocols/oscar/oscar.c:2720
 #: ../pidgin/gtkroomlist.c:315
@@ -9507,7 +9509,7 @@
 
 #: ../libpurple/protocols/oscar/oscar.c:3602
 msgid "The last action you attempted could not be performed because you are over the rate limit. Please wait 10 seconds and try again."
-msgstr "Uw laatste actie is niet gebeurd omdat uw snelheid te hoog ligt. Wacht 10 seconden en probeer het dan nogmaals."
+msgstr "Uw laatste actie is niet gebeurd omdat je snelheid te hoog ligt. Wacht 10 seconden en probeer het dan nogmaals."
 
 #: ../libpurple/protocols/oscar/oscar.c:3687
 #: ../libpurple/protocols/toc/toc.c:977
@@ -9628,7 +9630,7 @@
 
 #: ../libpurple/protocols/oscar/oscar.c:4377
 msgid "Your IM Image was not sent. You must be Direct Connected to send IM Images."
-msgstr "Uw chat-afbeelding is niet verstuurd. u moet een directe verbinding hebben om IM-afbeeldingen te sturen."
+msgstr "Je afbeelding is niet verstuurd. Er is een directe verbinding nodig om afbeeldingen te kunnen sturen."
 
 #: ../libpurple/protocols/oscar/oscar.c:4648
 msgid "Unable to set AIM profile."
@@ -9690,7 +9692,7 @@
 #: ../libpurple/protocols/oscar/oscar.c:5260
 #, c-format
 msgid "Could not add the buddy %s because you have too many buddies in your buddy list.  Please remove one and try again."
-msgstr "Kon %s niet als contact toevoegen omdat u te veel contacten in uw lijst heeft. Verwijder eerst een ander en probeer opnieuw."
+msgstr "Kon %s niet toevoegen, lijst is vol. Verwijder een contactpersoon en probeer het opnieuw."
 
 #: ../libpurple/protocols/oscar/oscar.c:5260
 #: ../libpurple/protocols/oscar/oscar.c:5275
@@ -9705,7 +9707,7 @@
 #: ../libpurple/protocols/oscar/oscar.c:5408
 #, c-format
 msgid "The user %s has given you permission to add him or her to your buddy list.  Do you want to add this user?"
-msgstr "De gebruiker %s heeft u toestemming gegeven om u toe te voegen aan zijn of haar contactenlijst. Wilt u deze gebruiker toevoegen?"
+msgstr "De gebruiker %s heeft je toestemming gegeven om hem/haar toe te voegen aan je contactenlijst. Wil je deze gebruiker toevoegen?"
 
 #: ../libpurple/protocols/oscar/oscar.c:5416
 msgid "Authorization Given"
@@ -9715,7 +9717,7 @@
 #: ../libpurple/protocols/oscar/oscar.c:5489
 #, c-format
 msgid "The user %s has granted your request to add them to your buddy list."
-msgstr "De gebruiker %s heeft toestemming gegeven. Hij/zij wordt toegevoegd aan uw contactenlijst."
+msgstr "De gebruiker %s heeft je toestemming gegeven hem/haar toe te voegen aan je contactenlijst."
 
 #: ../libpurple/protocols/oscar/oscar.c:5490
 msgid "Authorization Granted"
@@ -9728,7 +9730,7 @@
 "The user %s has denied your request to add them to your buddy list for the following reason:\n"
 "%s"
 msgstr ""
-"De gebruiker %s heeft uw aanvraag om hem/haar toe te voegen aan uw contactenlijst geweigerd met de volgende reden:\n"
+"De gebruiker %s heeft je aanvraag om hem/haar toe te voegen aan je contactenlijst geweigerd met de volgende reden:\n"
 "%s"
 
 #: ../libpurple/protocols/oscar/oscar.c:5494
@@ -9742,7 +9744,7 @@
 
 #: ../libpurple/protocols/oscar/oscar.c:5643
 msgid "Your IM Image was not sent. You cannot send IM Images in AIM chats."
-msgstr "Uw chat-afbeelding is niet verstuurd. U kunt geen IM-afbeeldingen versturen in een AIM-chat."
+msgstr "Uw afbeelding is niet verstuurd. Je kunt geen afbeeldingen versturen in een AIM-chat."
 
 #: ../libpurple/protocols/oscar/oscar.c:5979
 msgid "iTunes Music Store Link"
@@ -9764,7 +9766,7 @@
 
 #: ../libpurple/protocols/oscar/oscar.c:6139
 msgid "Because this reveals your IP address, it may be considered a security risk.  Do you wish to continue?"
-msgstr "Omdat dit uw IP-adres zichtbaar maakt voor de andere partij kan het worden gezien als veiligheidsrisico. Wilt u doorgaan?"
+msgstr "Omdat dit je IP-adres zichtbaar maakt voor de andere partij kan het worden gezien als veiligheidsrisico. Wil je doorgaan?"
 
 #: ../libpurple/protocols/oscar/oscar.c:6145
 #: ../libpurple/protocols/oscar/peer.c:1047
@@ -9892,7 +9894,7 @@
 "but does not reveal your IP address)"
 msgstr ""
 "Altijd AIM/ICQ proxy gebruiken voor\n"
-"bestandsoverdrachten en directe gesprekken(langzaam, maar verbergt uw IP-adres)"
+"bestandsoverdrachten en directe gesprekken(langzaam, maar verbergt je IP-adres)"
 
 #: ../libpurple/protocols/oscar/oscar.c:6847
 msgid "Allow multiple simultaneous logins"
@@ -9919,7 +9921,7 @@
 
 #: ../libpurple/protocols/oscar/peer.c:1039
 msgid "This requires a direct connection between the two computers and is necessary for IM Images.  Because your IP address will be revealed, this may be considered a privacy risk."
-msgstr "Dit vereist een directe verbinding tussen de twee computers (nodig voor afbeeldingen via chatberichten). Dit zou als een inbreuk op de privacy beschouwd kunnen worden omdat de ander dan uw IP-adres te weten komt."
+msgstr "Dit vereist een directe verbinding tussen de twee computers (nodig voor afbeeldingen via chatberichten). Dit zou als een inbreuk op de privacy beschouwd kunnen worden omdat de ander dan je IP-adres te weten komt."
 
 #: ../libpurple/protocols/qq/buddy_info.c:40
 msgid "Primary Information"
@@ -10100,7 +10102,7 @@
 
 #: ../libpurple/protocols/qq/buddy_opt.c:208
 msgid "Input your reason:"
-msgstr "Geef uw reden:"
+msgstr "Geef je reden:"
 
 #: ../libpurple/protocols/qq/buddy_opt.c:211
 msgid "Reject request"
@@ -10134,13 +10136,13 @@
 #: ../libpurple/protocols/qq/buddy_opt.c:409
 #: ../libpurple/protocols/qq/group_join.c:128
 msgid "Input request here"
-msgstr "Geef hier uw verzoek"
+msgstr "Geef hier je verzoek"
 
 #. TODO: Awkward string to fix post string freeze - standardize auth dialogues? -evands
 #: ../libpurple/protocols/qq/buddy_opt.c:410
 #: ../libpurple/protocols/qq/group_join.c:129
 msgid "Would you be my friend?"
-msgstr "Wilt u mijn vriend zijn?"
+msgstr "Wil je mijn vriend zijn?"
 
 #. multiline
 #. masked
@@ -10154,7 +10156,7 @@
 #: ../libpurple/protocols/qq/buddy_opt.c:421
 #, c-format
 msgid "You have added %d to buddy list"
-msgstr "Je hebt %d toegevoegd aan uw contactenlijst"
+msgstr "Je hebt %d toegevoegd aan je contactenlijst"
 
 #: ../libpurple/protocols/qq/buddy_opt.c:518
 msgid "QQid Error"
@@ -10250,7 +10252,7 @@
 
 #: ../libpurple/protocols/qq/group_im.c:277
 msgid "This group has been added to your buddy list"
-msgstr "Deze groep is toegevoegd aan uw contactenlijst"
+msgstr "Deze groep is toegevoegd aan je contactenlijst"
 
 #: ../libpurple/protocols/qq/group_internal.c:41
 msgid "I am not a member"
@@ -10294,14 +10296,14 @@
 
 #: ../libpurple/protocols/qq/group_join.c:342
 msgid "Are you sure you want to leave this Qun?"
-msgstr "Wilt u deze Qun echt verlaten?"
+msgstr "Wil je deze Qun echt verlaten?"
 
 #: ../libpurple/protocols/qq/group_join.c:344
 msgid ""
 "Note, if you are the creator, \n"
 "this operation will eventually remove this Qun."
 msgstr ""
-"Opmerking: Als u de maker bent, \n"
+"Opmerking: Als je de maker bent, \n"
 "deze opdracht verwijdert deze Qun uiteindelijk."
 
 #: ../libpurple/protocols/qq/group_network.c:116
@@ -10317,11 +10319,11 @@
 #: ../libpurple/protocols/qq/group_opt.c:101
 #: ../libpurple/protocols/qq/sys_msg.c:88
 msgid "Do you want to approve the request?"
-msgstr "Wilt u de aanvraag goedkeuren?"
+msgstr "Wil je de aanvraag goedkeuren?"
 
 #: ../libpurple/protocols/qq/group_opt.c:115
 msgid "Enter your reason:"
-msgstr "Geef uw reden:"
+msgstr "Geef je reden:"
 
 #: ../libpurple/protocols/qq/group_opt.c:215
 msgid "You have successfully modified Qun member"
@@ -10337,7 +10339,7 @@
 
 #: ../libpurple/protocols/qq/group_opt.c:382
 msgid "Would you like to set up the Qun details now?"
-msgstr "Wilt u de Qundetails nu instellen?"
+msgstr "Wil je de Qun-details nu instellen?"
 
 #: ../libpurple/protocols/qq/group_opt.c:386
 msgid "Setup"
@@ -10581,7 +10583,7 @@
 
 #: ../libpurple/protocols/qq/sys_msg.c:112
 msgid "Do you want to add this buddy?"
-msgstr "Wilt u deze contact toevoegen?"
+msgstr "Wil je deze contactpersoon toevoegen?"
 
 #. only need to get value
 #: ../libpurple/protocols/qq/sys_msg.c:171
@@ -10592,22 +10594,22 @@
 #: ../libpurple/protocols/qq/sys_msg.c:174
 #: ../libpurple/protocols/qq/sys_msg.c:269
 msgid "Would you like to add him?"
-msgstr "Wilt u hem/haar toevoegen?"
+msgstr "Wil je hem/haar toevoegen?"
 
 #: ../libpurple/protocols/qq/sys_msg.c:182
 #, c-format
 msgid "%s has added you [%s] to his or her buddy list"
-msgstr "%s heeft u [%s] aan zijn/haar contactenlijst toegevoegd"
+msgstr "%s heeft je [%s] aan zijn/haar contactenlijst toegevoegd"
 
 #: ../libpurple/protocols/qq/sys_msg.c:198
 #, c-format
 msgid "User %s rejected your request"
-msgstr "De gebruiker %s heeft uw verzoek geweigerd"
+msgstr "De gebruiker %s heeft je verzoek geweigerd"
 
 #: ../libpurple/protocols/qq/sys_msg.c:218
 #, c-format
 msgid "User %s approved your request"
-msgstr "De gebruiker %s heeft uw verzoek goedgekeurd"
+msgstr "De gebruiker %s heeft je verzoek goedgekeurd"
 
 #. TODO: this should go through purple_account_request_authorization()
 #: ../libpurple/protocols/qq/sys_msg.c:244
@@ -10623,7 +10625,7 @@
 #: ../libpurple/protocols/qq/sys_msg.c:267
 #, c-format
 msgid "%s is not in your buddy list"
-msgstr "%s staat niet in uw contactenlijst"
+msgstr "%s staat niet in je contactenlijst"
 
 #: ../libpurple/protocols/qq/sys_msg.c:287
 #, c-format
@@ -10793,7 +10795,7 @@
 #: ../libpurple/protocols/sametime/sametime.c:3518
 #, c-format
 msgid "Select a conference from the list below to send an invite to user %s. Select \"Create New Conference\" if you'd like to create a new conference to invite this user to."
-msgstr "Kies een bijeenkomst uit onderstaande lijst om een uitnodiging naar %s te sturen. Kies \"Nieuwe bijeenkomst\" als u een nieuwe bijeenkomst wilt aanmaken."
+msgstr "Kies een bijeenkomst uit onderstaande lijst om een uitnodiging naar %s te sturen. Kies \"Nieuwe bijeenkomst\" als je een nieuwe bijeenkomst wilt aanmaken."
 
 #: ../libpurple/protocols/sametime/sametime.c:3523
 msgid "Invite to Conference"
@@ -10874,7 +10876,7 @@
 #: ../libpurple/protocols/sametime/sametime.c:4476
 #, c-format
 msgid "The identifier '%s' did not match any users in your Sametime community. This entry has been removed from your buddy list."
-msgstr "Identificatie '%s' heeft geen overeenkomende gebruikers in uw Sametime-groep. Deze ingang is uit uw lijst verwijderd."
+msgstr "Identificatie '%s' heeft geen overeenkomende gebruikers in je Sametime-groep. Deze ingang is uit je lijst verwijderd."
 
 #: ../libpurple/protocols/sametime/sametime.c:5067
 #, c-format
@@ -10965,7 +10967,7 @@
 
 #: ../libpurple/protocols/sametime/sametime.c:5537
 msgid "Enter the name of a Notes Address Book group in the field below to add the group and its members to your buddy list."
-msgstr "Geef de groepsnaam in het veld hieronder om de groep en de leden toe te voegen aan uw contactenlijst."
+msgstr "Geef de groepsnaam in het veld hieronder om de groep en de leden toe te voegen aan je contactenlijst."
 
 #: ../libpurple/protocols/sametime/sametime.c:5586
 #, c-format
@@ -10975,7 +10977,7 @@
 #: ../libpurple/protocols/sametime/sametime.c:5587
 #, c-format
 msgid "The identifier '%s' may possibly refer to any of the following users. You may add these users to your buddy list or send them messages with the action buttons below."
-msgstr "De identificatie '%s' kan naar ieder van de volgende gebruikers verwijzen. U kunt deze gebruikers toevoegen aan uw lijst of berichten sturen door middel van de knoppen hieronder."
+msgstr "De identificatie '%s' kan naar ieder van de volgende gebruikers verwijzen. Je kunt deze gebruikers toevoegen aan je lijst of berichten sturen door middel van de knoppen hieronder."
 
 #: ../libpurple/protocols/sametime/sametime.c:5594
 #: ../pidgin/gtknotify.c:794
@@ -11099,7 +11101,7 @@
 #: ../libpurple/protocols/silc/buddy.c:135
 #: ../libpurple/protocols/silc10/buddy.c:140
 msgid "Key agreement cannot be started with yourself"
-msgstr "Kan geen sleutels uitwisselen met uzelf"
+msgstr "Je kan geen sleutels uitwisselen met jezelf"
 
 #: ../libpurple/protocols/silc/buddy.c:255
 #: ../libpurple/protocols/silc/buddy.c:383
@@ -11115,7 +11117,7 @@
 #: ../libpurple/protocols/silc10/buddy.c:295
 #, c-format
 msgid "Key agreement request received from %s. Would you like to perform the key agreement?"
-msgstr "Verzoek tot uitwisselen van sleutels ontvangen van %s. Wilt u sleutels met deze persoon uitwisselen?"
+msgstr "%s wil sleutels uitwisselen. Wil je sleutels met deze persoon uitwisselen?"
 
 #: ../libpurple/protocols/silc/buddy.c:302
 #: ../libpurple/protocols/silc10/buddy.c:299
@@ -11223,7 +11225,7 @@
 #: ../libpurple/protocols/silc/buddy.c:726
 #: ../libpurple/protocols/silc10/buddy.c:738
 msgid "You cannot receive buddy notifications until you import his/her public key.  You can use the Get Public Key command to get the public key."
-msgstr "Je kan geen meldingen krijgen totdat u de openbare sleutel van deze gebruiker importeert.  Je kan de opdracht \"Openbare sleutel ophalen\" gebruiken om de openbare sleutel te importeren."
+msgstr "Je kan geen meldingen krijgen totdat je de openbare sleutel van deze gebruiker importeert.  Je kan de opdracht \"Openbare sleutel ophalen\" gebruiken om de openbare sleutel te importeren."
 
 #. Open file selector to select the public key.
 #: ../libpurple/protocols/silc/buddy.c:1062
@@ -11240,7 +11242,7 @@
 #: ../libpurple/protocols/silc/buddy.c:1076
 #: ../libpurple/protocols/silc10/buddy.c:1084
 msgid "To add the buddy you must import his/her public key. Press Import to import a public key."
-msgstr "Om de gebruiker toe te voegen moet u de openbare sleutel importeren. Klik op \"Importeren\" om de openbare sleutel te importeren."
+msgstr "Om de gebruiker toe te voegen is het nodig zijn/haar publieke sleutel te importeren. Klik op \"Importeren\" om de publieke sleutel te importeren."
 
 #: ../libpurple/protocols/silc/buddy.c:1080
 #: ../libpurple/protocols/silc10/buddy.c:1088
@@ -11690,7 +11692,7 @@
 #: ../libpurple/protocols/silc10/chat.c:1102
 #, c-format
 msgid "You have to join the %s channel before you are able to join the private group"
-msgstr "U moet lid zijn van het %s-kanaal voordat u mag deelnemen aan de privé-groep"
+msgstr "U moet lid zijn van het %s-kanaal voordat je kan deelnemen aan de privé-groep"
 
 #: ../libpurple/protocols/silc/chat.c:1051
 #: ../libpurple/protocols/silc10/chat.c:1104
@@ -11700,7 +11702,7 @@
 #: ../libpurple/protocols/silc/chat.c:1052
 #: ../libpurple/protocols/silc10/chat.c:1105
 msgid "Cannot join private group"
-msgstr "Kan niet deelnamen aan privégroep"
+msgstr "Kan niet deelnemen aan privégroep"
 
 #: ../libpurple/protocols/silc/chat.c:1248
 #: ../libpurple/protocols/silc/silc.c:1452
@@ -12289,17 +12291,17 @@
 #: ../libpurple/protocols/silc/silc.c:1028
 #: ../libpurple/protocols/silc10/silc.c:729
 msgid "Let others see what services you are using"
-msgstr "Anderen uw gebruikte diensten laten zien"
+msgstr "Anderen je gebruikte diensten laten zien"
 
 #: ../libpurple/protocols/silc/silc.c:1034
 #: ../libpurple/protocols/silc10/silc.c:735
 msgid "Let others see what computer you are using"
-msgstr "Anderen door u gebruiket computer laten zien"
+msgstr "Laat anderen zien wat voor computer je gebruikt"
 
 #: ../libpurple/protocols/silc/silc.c:1041
 #: ../libpurple/protocols/silc10/silc.c:742
 msgid "Your VCard File"
-msgstr "Uw VCard-bestand"
+msgstr "Jouw VCard-bestand"
 
 #: ../libpurple/protocols/silc/silc.c:1047
 msgid "Timezone (UTC)"
@@ -12315,7 +12317,7 @@
 #: ../libpurple/protocols/silc/silc.c:1053
 #: ../libpurple/protocols/silc10/silc.c:756
 msgid "You can let other users see your online status information and your personal information. Please fill the information you would like other users to see about yourself."
-msgstr "U kunt andere gebruikers uw online gegevens laten inzien. Geef de informatie waarvan u vind dat anderen die mogen zien."
+msgstr "Je kunt andere gebruikers je online gegevens laten inzien. Geef de informatie waarvan je vind dat anderen die mogen zien."
 
 #: ../libpurple/protocols/silc/silc.c:1094
 #: ../libpurple/protocols/silc/silc.c:1100
@@ -12514,7 +12516,7 @@
 #: ../libpurple/protocols/silc/silc.c:1961
 #: ../libpurple/protocols/silc10/silc.c:1680
 msgid "nick &lt;newnick&gt;:  Change your nickname"
-msgstr "nick &lt;nieuwebijnaam&gt;:  Uw bijnaam veranderen"
+msgstr "nick &lt;nieuwebijnaam&gt;:  Je bijnaam veranderen"
 
 #: ../libpurple/protocols/silc/silc.c:1965
 #: ../libpurple/protocols/silc10/silc.c:1684
@@ -12534,7 +12536,7 @@
 #: ../libpurple/protocols/silc/silc.c:1977
 #: ../libpurple/protocols/silc10/silc.c:1696
 msgid "umode &lt;usermodes&gt;:  Set your modes in the network"
-msgstr "umode &lt;gebruikersinstellingen&gt;:  Uw gebruikersinstellingen binnen het netwerk instellen"
+msgstr "umode &lt;gebruikersinstellingen&gt;:  Je gebruikersinstellingen binnen het netwerk instellen"
 
 #: ../libpurple/protocols/silc/silc.c:1981
 #: ../libpurple/protocols/silc10/silc.c:1700
@@ -12806,11 +12808,11 @@
 
 #: ../libpurple/protocols/silc10/ops.c:1937
 msgid "Failure: Version mismatch, upgrade your client"
-msgstr "Mislukt: Versies komen niet overeen. Installeer een nieuwe versie van uw programma"
+msgstr "Mislukt: Versies komen niet overeen. Installeer een nieuwe versie van je programma"
 
 #: ../libpurple/protocols/silc10/ops.c:1940
 msgid "Failure: Remote does not trust/support your public key"
-msgstr "Mislukt: De andere kant vertrouwt/ondersteunt uw openbare sleutel niet"
+msgstr "Mislukt: De andere kant vertrouwt/ondersteunt je openbare sleutel niet"
 
 #: ../libpurple/protocols/silc10/ops.c:1943
 msgid "Failure: Remote does not support proposed KE group"
@@ -12964,7 +12966,7 @@
 
 #: ../libpurple/protocols/toc/toc.c:503
 msgid "A message has been dropped, you are exceeding the server speed limit."
-msgstr "Een bericht is verloren gegaan. U overschreidt de snelheid van de server."
+msgstr "Een bericht is verloren gegaan. Je overschreidt de maximumsnelheid van de server."
 
 #: ../libpurple/protocols/toc/toc.c:506
 #, c-format
@@ -13067,7 +13069,7 @@
 
 #: ../libpurple/protocols/toc/toc.c:792
 msgid "TOC has come back from its pause. You may now send messages again."
-msgstr "TOC werkt weer. U kunt nu weer berichten versturen."
+msgstr "TOC werkt weer. Je kunt nu weer berichten versturen."
 
 #: ../libpurple/protocols/toc/toc.c:995
 msgid "Password Change Successful"
@@ -13120,7 +13122,7 @@
 #: ../libpurple/protocols/toc/toc.c:2216
 #, c-format
 msgid "%s requests you to send them a file"
-msgstr "%s vraagt u om een bestand te verzenden"
+msgstr "%s vraagt je om een bestand te verzenden"
 
 #. *< type
 #. *< ui_requirement
@@ -13158,12 +13160,12 @@
 #: ../libpurple/protocols/yahoo/yahoo.c:1009
 #, c-format
 msgid "%s has (retroactively) denied your request to add them to your list for the following reason: %s."
-msgstr "De gebruiker %s heeft uw aanvraag om hem/haar toe te voegen aan uw contactenlijst met terugwerkende kracht geweigerd met de volgende reden: %s"
+msgstr "De gebruiker %s heeft je aanvraag om hem/haar toe te voegen aan je contactenlijst met terugwerkende kracht geweigerd met de volgende reden: %s"
 
 #: ../libpurple/protocols/yahoo/yahoo.c:1012
 #, c-format
 msgid "%s has (retroactively) denied your request to add them to your list."
-msgstr "De gebruiker %s heeft geen toestemming gegeven. Hij/zij wordt NIET toegevoegd aan uw contactenlijst."
+msgstr "De gebruiker %s heeft geen toestemming gegeven. Hij/zij wordt NIET toegevoegd aan je contactenlijst."
 
 #: ../libpurple/protocols/yahoo/yahoo.c:1014
 msgid "Add buddy rejected"
@@ -13181,7 +13183,7 @@
 #: ../libpurple/protocols/yahoo/yahoo.c:2085
 #, c-format
 msgid "You have tried to ignore %s, but the user is on your buddy list.  Clicking \"Yes\" will remove and ignore the buddy."
-msgstr "U probeert %s te negeren, maar de gebruiker staat in uw contactenlijst.  Klik op \"Ja\" om de gebruiker uit uw lijst te verwijderen en deze te negeren."
+msgstr "U probeert %s te negeren, maar de gebruiker staat in je contactenlijst.  Klik op \"Ja\" om de gebruiker uit je lijst te verwijderen en deze te negeren."
 
 #: ../libpurple/protocols/yahoo/yahoo.c:2088
 msgid "Ignore buddy?"
@@ -13189,7 +13191,7 @@
 
 #: ../libpurple/protocols/yahoo/yahoo.c:2159
 msgid "Your account is locked, please log in to the Yahoo! website."
-msgstr "Uw account is afgesloten. Meld u aan via de Yahoo website."
+msgstr "Uw account is afgesloten. Meld je aan via de Yahoo website."
 
 #: ../libpurple/protocols/yahoo/yahoo.c:2162
 #, c-format
@@ -13423,7 +13425,7 @@
 #: ../libpurple/protocols/yahoo/yahoo_filexfer.c:1410
 #, c-format
 msgid "%s is trying to send you a group of %d files.\n"
-msgstr "%s biedt u een collectie van %d bestanden aan.\n"
+msgstr "%s biedt je een collectie van %d bestanden aan.\n"
 
 #: ../libpurple/protocols/yahoo/yahoo_profile.c:798
 msgid "Yahoo! Japan Profile"
@@ -13439,7 +13441,7 @@
 
 #: ../libpurple/protocols/yahoo/yahoo_profile.c:841
 msgid "If you wish to view this profile, you will need to visit this link in your web browser:"
-msgstr "Als u dit profiel wilt zien, zult u deze verwijzing moeten openen in uw web-browser"
+msgstr "Als je dit profiel wilt zien, zul je deze verwijzing moeten openen in je web-browser"
 
 #: ../libpurple/protocols/yahoo/yahoo_profile.c:1036
 msgid "Yahoo! ID"
@@ -13487,11 +13489,11 @@
 
 #: ../libpurple/protocols/yahoo/yahoo_profile.c:1224
 msgid "Could not retrieve the user's profile. This most likely is a temporary server-side problem. Please try again later."
-msgstr "Kan gebruikersprofiel niet ophalen. Dit is waarschijnlijk een tijdelijk serverprobleem. Probeert u het later nogmaals."
+msgstr "Kan gebruikersprofiel niet ophalen. Dit is waarschijnlijk een tijdelijk serverprobleem. Probeer het later nog een keer."
 
 #: ../libpurple/protocols/yahoo/yahoo_profile.c:1227
 msgid "Could not retrieve the user's profile. This most likely means that the user does not exist; however, Yahoo! sometimes does fail to find a user's profile. If you know that the user exists, please try again later."
-msgstr "Kan gebruikersprofiel niet ophalen. Dit betekent waarschijnlijk dat de gebruiker niet bestaat. Soms kan Yahoo! ten onrechte een gebruiker niet vinde. Als u er zeker van bent dat de gebruiker bestaat, probeert u het dan later nogmaals."
+msgstr "Kan gebruikersprofiel niet ophalen. Dit betekent waarschijnlijk dat de gebruiker niet bestaat. Soms kan Yahoo! ten onrechte een gebruiker niet vinden. Als je er zeker van bent dat de gebruiker bestaat, probeer het dan later nogmaals."
 
 #: ../libpurple/protocols/yahoo/yahoo_profile.c:1234
 msgid "The user's profile is empty."
@@ -13500,7 +13502,7 @@
 #: ../libpurple/protocols/yahoo/yahoochat.c:222
 #, c-format
 msgid "%s declined your conference invitation to room \"%s\" because \"%s\"."
-msgstr "%s heeft uw uitnodiging voor ruimte \"%s\" afgeslagen omdat \"%s\"."
+msgstr "%s heeft je uitnodiging voor ruimte \"%s\" afgeslagen omdat \"%s\"."
 
 #: ../libpurple/protocols/yahoo/yahoochat.c:224
 msgid "Invitation Rejected"
@@ -13528,12 +13530,12 @@
 
 #: ../libpurple/protocols/yahoo/yahoochat.c:456
 msgid "Unknown error. You may need to logout and wait five minutes before being able to rejoin a chatroom"
-msgstr "Onbekende fout. U kunt misschien het beste afmelden en vijf minuten wachten voordta u dit weer probeert"
+msgstr "Onbekende fout. Je kunt je het beste afmelden en een paar minuten wachten voordat je je weer nij de chatruimte kan voegen"
 
 #: ../libpurple/protocols/yahoo/yahoochat.c:539
 #, c-format
 msgid "You are now chatting in %s."
-msgstr "U bent nu aan het chatten in  %s."
+msgstr "Je bent nu aan het chatten in  %s."
 
 #: ../libpurple/protocols/yahoo/yahoochat.c:728
 msgid "Failed to join buddy in chat"
@@ -13917,7 +13919,7 @@
 #: ../libpurple/util.c:2813
 #, c-format
 msgid "An error was encountered reading your %s.  They have not been loaded, and the old file has been renamed to %s~."
-msgstr "Er is een fout opgetreden bij lezen van uw %s. Deze is niet geladen. Het oude bestand is verplaatst naar %s~."
+msgstr "Er is een fout opgetreden bij lezen van je %s. Deze is niet geladen. Het oude bestand is verplaatst naar %s~."
 
 #: ../libpurple/util.c:3321
 msgid "Calculating..."
@@ -14133,12 +14135,12 @@
 #. B)You are looking really closely at something that shouldn't matter.
 #: ../pidgin/gtkaccount.c:1034
 msgid "If you look real closely"
-msgstr "Als u zeer aandachtig kijkt"
+msgstr "Als je zeer aandachtig kijkt"
 
 #. This is an easter egg. See the comment on the previous line in the source.
 #: ../pidgin/gtkaccount.c:1037
 msgid "you can see the butterflies mating"
-msgstr "kunt u de vlinders zien paren"
+msgstr "kan je de vlinders zien paren"
 
 #: ../pidgin/gtkaccount.c:1058
 msgid "Proxy Options"
@@ -14222,7 +14224,7 @@
 
 #: ../pidgin/gtkblist.c:552
 msgid "Merging these contacts will cause them to share a single entry on the buddy list and use a single conversation window. You can separate them again by choosing 'Expand' from the contact's context menu"
-msgstr "Samenvoeging van deze contacten zullen ze over een item verdelen bij de contactenlijst en gebruiken een enkel gespreks-venster. U kunt ze weer scheiden door weer te kiezen voor 'Uitvouwen' in het contact-menu"
+msgstr "Het samenvoegen van contacten zorgt ervoor dat contacten een enkel item beslaan in de contactenlijst en het gespreksvenster. Je kunt ze weer scheiden door te kiezen voor 'Uitvouwen' in het contact-menu"
 
 #: ../pidgin/gtkblist.c:685
 msgid "Please update the necessary fields."
@@ -14235,7 +14237,7 @@
 
 #: ../pidgin/gtkblist.c:1060
 msgid "Please enter the appropriate information about the chat you would like to join.\n"
-msgstr "Geef de benodigde informatie van de chat die u wilt openen.\n"
+msgstr "Geef de benodigde informatie van de chat die je wil openen.\n"
 
 #: ../pidgin/gtkblist.c:1072
 #: ../pidgin/gtkblist.c:6939
@@ -14750,7 +14752,7 @@
 
 #: ../pidgin/gtkblist.c:6929
 msgid "Please enter an alias, and the appropriate information about the chat you would like to add to your buddy list.\n"
-msgstr "Geef de bijnaam en andere informatie van de chat die u wilt toevoegen aan de contactlijst.\n"
+msgstr "Geef de bijnaam en andere informatie van de chat die je wil toevoegen aan de contactlijst.\n"
 
 #: ../pidgin/gtkblist.c:6952
 msgid "A_lias:"
@@ -14826,7 +14828,7 @@
 #. Put our happy label in it.
 #: ../pidgin/gtkconv.c:875
 msgid "Please enter the name of the user you wish to invite, along with an optional invite message."
-msgstr "Geef de bijnaam van de persoon die u wilt uitnodigen, eventueel met een uitnodigende tekst"
+msgstr "Geef de bijnaam van de persoon die je wil uitnodigen, eventueel met een uitnodigende tekst."
 
 #: ../pidgin/gtkconv.c:896
 msgid "_Buddy:"
@@ -15758,7 +15760,7 @@
 
 #: ../pidgin/gtkdialogs.c:907
 msgid "Please enter the username or alias of the person whose info you would like to view."
-msgstr "Geef de gebruikersnaam of bijnaamvan de persoon waarvan u de informatie wilt opvragen."
+msgstr "Geef de gebruikersnaam of bijnaamvan de persoon waarvan je de informatie wil opvragen."
 
 #: ../pidgin/gtkdialogs.c:997
 msgid "View User Log"
@@ -15807,7 +15809,7 @@
 #: ../pidgin/gtkdialogs.c:1147
 #, c-format
 msgid "You are about to merge the group called %s into the group called %s. Do you want to continue?"
-msgstr "U staat op het punt om de groep %s in de groep %s samen te voegen. Wilt u doorgaan?"
+msgstr "Je staat op het punt om de groep %s in de groep %s samen te voegen. Wilt je doorgaan?"
 
 #: ../pidgin/gtkdialogs.c:1154
 msgid "Merge Groups"
@@ -15820,7 +15822,7 @@
 #: ../pidgin/gtkdialogs.c:1207
 #, c-format
 msgid "You are about to remove the group %s and all its members from your buddy list.  Do you want to continue?"
-msgstr "U staat op het punt om de groep %s en alle contacten in die groep van uw contactenlijst te verwijderen. Wilt u doorgaan?"
+msgstr "Je staat op het punt om de groep %s en alle contacten in die groep van je contactenlijst te verwijderen. Wil je doorgaan?"
 
 #: ../pidgin/gtkdialogs.c:1210
 msgid "Remove Group"
@@ -15833,7 +15835,7 @@
 #: ../pidgin/gtkdialogs.c:1246
 #, c-format
 msgid "You are about to remove %s from your buddy list.  Do you want to continue?"
-msgstr "U staat op het punt om %s van uw contactenlijst te verwijderen. Wilt u doorgaan?"
+msgstr "Je staat op het punt om %s van je contactenlijst te verwijderen. Wil je doorgaan?"
 
 #: ../pidgin/gtkdialogs.c:1249
 msgid "Remove Buddy"
@@ -15846,7 +15848,7 @@
 #: ../pidgin/gtkdialogs.c:1273
 #, c-format
 msgid "You are about to remove the chat %s from your buddy list.  Do you want to continue?"
-msgstr "U staat op het punt om de chatruimte %s van uw contactenlijst te verwijderen. Wilt u doorgaan?"
+msgstr "Je staat op het punt om de chatruimte %s van je contactenlijst te verwijderen. Wil je doorgaan?"
 
 #: ../pidgin/gtkdialogs.c:1276
 msgid "Remove Chat"
@@ -16171,11 +16173,11 @@
 
 #: ../pidgin/gtkimhtmltoolbar.c:425
 msgid "Please enter the URL and description of the link that you want to insert. The description is optional."
-msgstr "Geef de URL en de beschrijving van de verwijzing die u wilt invoegen. De beschrijving is optioneel."
+msgstr "Geef het adres en de beschrijving van de verwijzing die je wilt invoegen. De beschrijving is optioneel."
 
 #: ../pidgin/gtkimhtmltoolbar.c:429
 msgid "Please enter the URL of the link that you want to insert."
-msgstr "Geef de URL van de verwijzing die u wilt invoegen."
+msgstr "Geef het adres van de verwijzing die je wilt invoegen."
 
 #: ../pidgin/gtkimhtmltoolbar.c:434
 #: ../pidgin/gtkimhtmltoolbar.c:1232
@@ -16499,7 +16501,7 @@
 
 #: ../pidgin/gtknotify.c:414
 msgid "<span weight=\"bold\" size=\"larger\">You have mail!</span>"
-msgstr "<span weight=\"bold\" size=\"larger\">Je hebt postl!</span>"
+msgstr "<span weight=\"bold\" size=\"larger\">Je hebt post!</span>"
 
 #: ../pidgin/gtknotify.c:570
 #, c-format
@@ -16597,7 +16599,7 @@
 #. Create the "Pounce on Whom" frame.
 #: ../pidgin/gtkpounce.c:553
 msgid "Pounce on Whom"
-msgstr "Wie alarmeren"
+msgstr "Alarmdoel"
 
 #: ../pidgin/gtkpounce.c:580
 msgid "_Buddy name:"
@@ -16605,43 +16607,43 @@
 
 #: ../pidgin/gtkpounce.c:614
 msgid "Si_gns on"
-msgstr "_Aanmelden"
+msgstr "...zich _aanmeldt"
 
 #: ../pidgin/gtkpounce.c:616
 msgid "Signs o_ff"
-msgstr "Af_melden"
+msgstr "...zich af_meld"
 
 #: ../pidgin/gtkpounce.c:618
 msgid "Goes a_way"
-msgstr "_Weggaan"
+msgstr "..._weggaat"
 
 #: ../pidgin/gtkpounce.c:620
 msgid "Ret_urns from away"
-msgstr "_Terugkeren van afwezigheid"
+msgstr "_terugkeert van afwezigheid"
 
 #: ../pidgin/gtkpounce.c:622
 msgid "Becomes _idle"
-msgstr "_Inactief is"
+msgstr "..._inactief is"
 
 #: ../pidgin/gtkpounce.c:624
 msgid "Is no longer i_dle"
-msgstr "Weer _actief is"
+msgstr "...weer _actief is"
 
 #: ../pidgin/gtkpounce.c:626
 msgid "Starts _typing"
-msgstr "Start met _typen"
+msgstr "...begint met _typen"
 
 #: ../pidgin/gtkpounce.c:628
 msgid "P_auses while typing"
-msgstr "Pauzeert tijdens typen"
+msgstr "...pauzeert tijdens het typen"
 
 #: ../pidgin/gtkpounce.c:630
 msgid "Stops t_yping"
-msgstr "Stopt _met typen"
+msgstr "...stopt _met typen"
 
 #: ../pidgin/gtkpounce.c:632
 msgid "Sends a _message"
-msgstr "Een bericht ver_stuurt"
+msgstr "...een bericht ver_stuurt"
 
 #: ../pidgin/gtkpounce.c:675
 msgid "Ope_n an IM window"
@@ -16678,7 +16680,7 @@
 
 #: ../pidgin/gtkpounce.c:834
 msgid "P_ounce only when my status is not Available"
-msgstr "_Contactalarm alleen wanneer mijn status niet beschikbaar is"
+msgstr "Alarmeer alleen wanneer ik niet beschikbaar ben"
 
 #: ../pidgin/gtkpounce.c:839
 msgid "_Recurring"
@@ -16698,11 +16700,11 @@
 
 #: ../pidgin/gtkprefs.c:646
 msgid "Select a smiley theme that you would like to use from the list below. New themes can be installed by dragging and dropping them onto the theme list."
-msgstr "Kies een smileythema uit de lijst. U kunt nieuwe thema's installeren door deze naar de lijst te slepen."
+msgstr "Kies een smiley-thema uit de lijst. Je kunt nieuwe thema's installeren door deze naar de lijst te slepen."
 
 #: ../pidgin/gtkprefs.c:681
 msgid "Icon"
-msgstr "Pictogram"
+msgstr "Voorbeeld"
 
 #: ../pidgin/gtkprefs.c:891
 msgid "Keyboard Shortcuts"
@@ -17206,11 +17208,11 @@
 
 #: ../pidgin/gtkprivacy.c:504
 msgid "Type a user you permit to contact you."
-msgstr "Geef een gebruiker die contact met u mag leggen."
+msgstr "Geef een gebruiker die contact met je mag leggen."
 
 #: ../pidgin/gtkprivacy.c:505
 msgid "Please enter the name of the user you wish to be able to contact you."
-msgstr "Geef de naam van de gebruiker die contact met u mag leggen."
+msgstr "Geef de naam van de gebruiker die contact met je mag leggen."
 
 #: ../pidgin/gtkprivacy.c:508
 #: ../pidgin/gtkprivacy.c:524
@@ -17220,12 +17222,12 @@
 #: ../pidgin/gtkprivacy.c:514
 #, c-format
 msgid "Allow %s to contact you?"
-msgstr "%s toestaan contact met u te leggen?"
+msgstr "%s toestaan contact met je te leggen?"
 
 #: ../pidgin/gtkprivacy.c:516
 #, c-format
 msgid "Are you sure you wish to allow %s to contact you?"
-msgstr "Weet u zeker dat u %s toestemming wilt geven?"
+msgstr "Weet je zeker dat je %s toestemming wilt geven?"
 
 #: ../pidgin/gtkprivacy.c:545
 #: ../pidgin/gtkprivacy.c:559
@@ -17238,7 +17240,7 @@
 
 #: ../pidgin/gtkprivacy.c:547
 msgid "Please enter the name of the user you wish to block."
-msgstr "Geef de naam van de gebruiker die u wilt blokkeren."
+msgstr "Geef de naam van de gebruiker die je wil blokkeren."
 
 #: ../pidgin/gtkprivacy.c:555
 #, c-format
@@ -17248,7 +17250,7 @@
 #: ../pidgin/gtkprivacy.c:557
 #, c-format
 msgid "Are you sure you want to block %s?"
-msgstr "Weet u zeker dat u %s wilt blokkeren?"
+msgstr "Weet je zeker dat je %s wilt blokkeren?"
 
 #: ../pidgin/gtkrequest.c:274
 msgid "Apply"
@@ -17260,7 +17262,7 @@
 
 #: ../pidgin/gtkrequest.c:1505
 msgid "Would you like to overwrite it?"
-msgstr "Wilt u het overschrijven?"
+msgstr "Wil je het overschrijven?"
 
 #: ../pidgin/gtkrequest.c:1508
 msgid "Overwrite"
@@ -17297,7 +17299,7 @@
 
 #: ../pidgin/gtksavedstatuses.c:791
 msgid "Title already in use.  You must choose a unique title."
-msgstr "Titel al in gebruik. U dient een unieke titel te kiezen."
+msgstr "Titel al in gebruik. Kies een unieke titel."
 
 #: ../pidgin/gtksavedstatuses.c:1001
 msgid "Different"
@@ -17340,7 +17342,7 @@
 
 #: ../pidgin/gtksmiley.c:231
 msgid "A custom smiley for the selected shortcut already exists. Please specify a different shortcut."
-msgstr "Een eigen smiley voor de geselecteerde snelkoppeling bestaat al reeds. Geef alsjeblieft een andere snelkoppeling."
+msgstr "Een eigen smiley voor de geselecteerde snelkoppeling bestaat al reeds. Geef een andere snelkoppeling."
 
 #: ../pidgin/gtksmiley.c:255
 msgid "More Data needed"
@@ -17418,7 +17420,7 @@
 #: ../pidgin/gtkutils.c:1561
 #, c-format
 msgid "%s cannot transfer a folder. You will need to send the files within individually."
-msgstr "%s kan geen hele map ineens sturen. U zult de bestanden per stuk moeten selecteren."
+msgstr "%s kan geen hele map ineens sturen. Je zult de bestanden per stuk moeten selecteren."
 
 #: ../pidgin/gtkutils.c:1595
 #: ../pidgin/gtkutils.c:1607
@@ -17447,7 +17449,7 @@
 
 #: ../pidgin/gtkutils.c:1608
 msgid "Would you like to set it as the buddy icon for this user?"
-msgstr "Wilt u het instellen als het pictogram van deze gebruiker?"
+msgstr "Wil je het instellen als het pictogram van deze gebruiker?"
 
 #: ../pidgin/gtkutils.c:1615
 msgid "You can send this image as a file transfer, or use it as the buddy icon for this user."
@@ -17841,7 +17843,7 @@
 #. Add the label.
 #: ../pidgin/plugins/gevolution/assoc-buddy.c:343
 msgid "Select a person from your address book to add this buddy to, or create a new person."
-msgstr "Kies een persoon uit uw adresboek om dit contact aan toe te voegen, of maak een nieuw persoon aan."
+msgstr "Kies een persoon uit je adresboek om dit contact aan toe te voegen, of maak een nieuw persoon aan."
 
 #. Add the expander
 #: ../pidgin/plugins/gevolution/assoc-buddy.c:431
@@ -17909,7 +17911,7 @@
 
 #: ../pidgin/plugins/gevolution/new_person_dialog.c:270
 msgid "Please enter the buddy's username and account type below."
-msgstr "Vul hieronder de gebruikersnaam en accounttype van uw contact in."
+msgstr "Vul hieronder de gebruikersnaam en accounttype van je contact in."
 
 #: ../pidgin/plugins/gevolution/new_person_dialog.c:290
 msgid "Account type:"
@@ -17993,7 +17995,7 @@
 
 #: ../pidgin/plugins/mailchk.c:163
 msgid "Adds a small box to the buddy list that shows if you have new mail."
-msgstr "Voegt een klein vak toe aan de contactenlijst die aangeeft of u nieuwe e-mail heeft."
+msgstr "Voegt een klein vak toe aan de contactenlijst die aangeeft als je nieuwe e-mail hebt."
 
 #: ../pidgin/plugins/markerline.c:23
 msgid "Markerline"
@@ -18092,7 +18094,7 @@
 
 #: ../pidgin/plugins/notify.c:708
 msgid "\t_Only when someone says your username"
-msgstr "\t _Alleen wanneer iemand uw gebruikersnaam vermeldt"
+msgstr "\t _Alleen wanneer iemand je gebruikersnaam vermeldt"
 
 #: ../pidgin/plugins/notify.c:718
 msgid "_Focused windows"
@@ -18180,7 +18182,7 @@
 #: ../pidgin/plugins/notify.c:927
 #: ../pidgin/plugins/notify.c:929
 msgid "Provides a variety of ways of notifying you of unread messages."
-msgstr "Geeft je een aantal manieren om u te attenderen op nieuwe berichten."
+msgstr "Geeft je een aantal manieren om je te attenderen op nieuwe berichten."
 
 #. *< type
 #. *< ui_requirement
@@ -18457,7 +18459,7 @@
 #: ../pidgin/plugins/spellchk.c:2360
 #: ../pidgin/plugins/spellchk.c:2361
 msgid "Replaces text in outgoing messages according to user-defined rules."
-msgstr "Vervangt tekst in uitgaande berichten volgens uw eigen regels."
+msgstr "Vervangt tekst in uitgaande berichten volgens jouw eigen regels."
 
 #. *< type
 #. *< ui_requirement