[SCM] freetuxtv/master: Imported Upstream version 0.6.8

ebeuque-guest at users.alioth.debian.org ebeuque-guest at users.alioth.debian.org
Tue May 24 16:57:38 UTC 2016


The following commit has been merged in the master branch:
commit 428544e0d12e0e0f0c468ad1461910cc01d48252
Author: Eric Beuque <eric.beuque at gmail.com>
Date:   Tue May 24 18:44:48 2016 +0200

    Imported Upstream version 0.6.8

diff --git a/ChangeLog b/ChangeLog
index 6300bef..a84a378 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+FreetuxTV 0.6.8 (2016-04-27)
+  - Update for github tag
+
+FreetuxTV 0.6.7 (2016-04-27)
+  - Fix crash at startup
+  - Update to github
+  - Fix bad freetuxtv icon
+
 FreetuxTV 0.6.6 (2014-01-18)
   - Use correctly libvlc options
   - Add Turkish translation
diff --git a/Makefile.in b/Makefile.in
index 98b9cf3..3ad7295 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -83,7 +83,7 @@ DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
 	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 	$(top_srcdir)/configure $(am__configure_deps) \
 	$(srcdir)/config.h.in COPYING compile config.guess config.sub \
-	install-sh missing ltmain.sh
+	depcomp install-sh missing ltmain.sh
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -458,8 +458,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 $(am__aclocal_m4_deps):
 
 config.h: stamp-h1
-	@if test ! -f $@; then rm -f stamp-h1; else :; fi
-	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
+	@test -f $@ || rm -f stamp-h1
+	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
 
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 	@rm -f stamp-h1
@@ -689,10 +689,16 @@ dist-xz: distdir
 	$(am__post_remove_distdir)
 
 dist-tarZ: distdir
+	@echo WARNING: "Support for shar distribution archives is" \
+	               "deprecated." >&2
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 	$(am__post_remove_distdir)
 
 dist-shar: distdir
+	@echo WARNING: "Support for distribution archives compressed with" \
+		       "legacy program 'compress' is deprecated." >&2
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 	$(am__post_remove_distdir)
 
@@ -734,9 +740,10 @@ distcheck: dist
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 	  && am__cwd=`pwd` \
 	  && $(am__cd) $(distdir)/_build \
-	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+	  && ../configure \
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
+	    --srcdir=.. --prefix="$$dc_install_base" \
 	  && $(MAKE) $(AM_MAKEFLAGS) \
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
diff --git a/README b/README
index 9d751dc..7c3e6d9 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
     FreetuxTV
     =========
 
-    FreetuxTV is a WebTV player working on the Linux platform based on GTK2+ and LibVLC.
+    FreetuxTV is a WebTV player working on the Linux platform based on GTK+ and LibVLC.
 
     Features :
       - Play TV (Free, SFR and WebTV)
@@ -26,7 +26,7 @@
     Report bugs at
     ==============
 
-    http://code.google.com/p/freetuxtv/issues/list
+    https://github.com/freetuxtv/freetuxtv/issues
 
 
     Installing FreetuxTV
@@ -62,7 +62,7 @@
 
     1) Install needed packages to compile according to your distribution
       a) Ubuntu
-        $> sudo apt-get install subversion gcc make autoconf automake intltool libtool gettext libgtk2.0-dev libdbus-glib-1-dev libsqlite3-0 libsqlite3-dev libcurl3 libcurl4-openssl-dev vlc libvlc-dev libnotify-dev
+        $> sudo apt-get install git gcc make autoconf automake intltool libtool libtool-bin gettext libgtk-3-dev libdbus-glib-1-dev libsqlite3-0 libsqlite3-dev libcurl3 libcurl4-openssl-dev vlc libvlc-dev libnotify-dev
       b) Mandriva Linux
         $> su root
         $> urpmi subversion gcc autoconf automake make gettext-devel libgtk+2.0_0-devel vlc libvlc-devel libsqlite3-devel libcurl-devel libnotify-devel
@@ -72,8 +72,8 @@
         $> zypper install subversion gcc autoconf automake make gettext-tools gtk2-devel vlc vlc-devel sqlite3-devel libcurl-devel dbus-1-glib-devel libnotify-devel
         $> exit
     2) Get FreetuxTV sources from the SVN
-        $> svn checkout http://freetuxtv.googlecode.com/svn/trunk/ freetuxtv-read-only
-        $> cd freetuxtv-read-only
+        $> git clone https://github.com/freetuxtv/freetuxtv.git
+        $> cd freetuxtv
     3) Compile it
         $> ./autogen.sh
         $> ./configure --prefix=/usr
diff --git a/aclocal.m4 b/aclocal.m4
index c3d0a52..32e0438 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.13.3 -*- Autoconf -*-
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
 
 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
@@ -1977,7 +1977,7 @@ ia64-*-hpux*)
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -1998,7 +1998,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 		;;
 	    esac
 	    ;;
-	  ppc64-*linux*|powerpc64-*linux*)
+	  powerpc64le-*)
+	    LD="${LD-ld} -m elf32lppclinux"
+	    ;;
+	  powerpc64-*)
 	    LD="${LD-ld} -m elf32ppclinux"
 	    ;;
 	  s390x-*linux*)
@@ -2017,7 +2020,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_x86_64"
 	    ;;
-	  ppc*-*linux*|powerpc*-*linux*)
+	  powerpcle-*)
+	    LD="${LD-ld} -m elf64lppc"
+	    ;;
+	  powerpc-*)
 	    LD="${LD-ld} -m elf64ppc"
 	    ;;
 	  s390*-*linux*|s390*-*tpf*)
@@ -9268,7 +9274,7 @@ m4_ifndef([_LT_PROG_FC],		[AC_DEFUN([_LT_PROG_FC])])
 m4_ifndef([_LT_PROG_CXX],		[AC_DEFUN([_LT_PROG_CXX])])
 
 # nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation,
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -9460,6 +9466,61 @@ else
 fi[]dnl
 ])# PKG_CHECK_MODULES
 
+
+# PKG_INSTALLDIR(DIRECTORY)
+# -------------------------
+# Substitutes the variable pkgconfigdir as the location where a module
+# should install pkg-config .pc files. By default the directory is
+# $libdir/pkgconfig, but the default can be changed by passing
+# DIRECTORY. The user can override through the --with-pkgconfigdir
+# parameter.
+AC_DEFUN([PKG_INSTALLDIR],
+[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
+m4_pushdef([pkg_description],
+    [pkg-config installation directory @<:@]pkg_default[@:>@])
+AC_ARG_WITH([pkgconfigdir],
+    [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
+    [with_pkgconfigdir=]pkg_default)
+AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
+m4_popdef([pkg_default])
+m4_popdef([pkg_description])
+]) dnl PKG_INSTALLDIR
+
+
+# PKG_NOARCH_INSTALLDIR(DIRECTORY)
+# -------------------------
+# Substitutes the variable noarch_pkgconfigdir as the location where a
+# module should install arch-independent pkg-config .pc files. By
+# default the directory is $datadir/pkgconfig, but the default can be
+# changed by passing DIRECTORY. The user can override through the
+# --with-noarch-pkgconfigdir parameter.
+AC_DEFUN([PKG_NOARCH_INSTALLDIR],
+[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
+m4_pushdef([pkg_description],
+    [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
+AC_ARG_WITH([noarch-pkgconfigdir],
+    [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
+    [with_noarch_pkgconfigdir=]pkg_default)
+AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
+m4_popdef([pkg_default])
+m4_popdef([pkg_description])
+]) dnl PKG_NOARCH_INSTALLDIR
+
+
+# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
+# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
+# -------------------------------------------
+# Retrieves the value of the pkg-config variable for the given module.
+AC_DEFUN([PKG_CHECK_VAR],
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
+AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
+
+_PKG_CONFIG([$1], [variable="][$3]["], [$2])
+AS_VAR_COPY([$1], [pkg_cv_][$1])
+
+AS_VAR_IF([$1], [""], [$5], [$4])dnl
+])# PKG_CHECK_VAR
+
 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
@@ -9472,10 +9533,10 @@ fi[]dnl
 # generated from the m4 files accompanying Automake X.Y.
 # (This private macro should not be called outside this file.)
 AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.13'
+[am__api_version='1.14'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.13.3], [],
+m4_if([$1], [1.14.1], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -9491,7 +9552,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.13.3])dnl
+[AM_AUTOMAKE_VERSION([1.14.1])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
@@ -9543,10 +9604,9 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 # configured tree to be moved without reconfiguration.
 
 AC_DEFUN([AM_AUX_DIR_EXPAND],
-[dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
+[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
 ])
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
@@ -9858,6 +9918,12 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 # This macro actually does too much.  Some checks are only needed if
 # your package does certain things.  But this isn't really a big deal.
 
+dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
+m4_define([AC_PROG_CC],
+m4_defn([AC_PROG_CC])
+[_AM_PROG_CC_C_O
+])
+
 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 # AM_INIT_AUTOMAKE([OPTIONS])
 # -----------------------------------------------
@@ -9966,6 +10032,48 @@ dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
 AC_CONFIG_COMMANDS_PRE(dnl
 [m4_provide_if([_AM_COMPILER_EXEEXT],
   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
+
+# POSIX will say in a future version that running "rm -f" with no argument
+# is OK; and we want to be able to make that assumption in our Makefile
+# recipes.  So use an aggressive probe to check that the usage we want is
+# actually supported "in the wild" to an acceptable degree.
+# See automake bug#10828.
+# To make any issue more visible, cause the running configure to be aborted
+# by default if the 'rm' program in use doesn't match our expectations; the
+# user can still override this though.
+if rm -f && rm -fr && rm -rf; then : OK; else
+  cat >&2 <<'END'
+Oops!
+
+Your 'rm' program seems unable to run without file operands specified
+on the command line, even when the '-f' option is present.  This is contrary
+to the behaviour of most rm programs out there, and not conforming with
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
+
+Please tell bug-automake at gnu.org about your system, including the value
+of your $PATH and any error possibly output before this message.  This
+can help us improve future automake versions.
+
+END
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
+    echo 'Configuration will proceed anyway, since you have set the' >&2
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
+    echo >&2
+  else
+    cat >&2 <<'END'
+Aborting the configuration process, to ensure you take notice of the issue.
+
+You can download and install GNU coreutils to get an 'rm' implementation
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
+
+If you want to complete the configuration process using your problematic
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
+to "yes", and re-run configure.
+
+END
+    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
+  fi
+fi
 ])
 
 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
@@ -9974,7 +10082,6 @@ dnl mangled by Autoconf and run in a shell conditional statement.
 m4_define([_AC_COMPILER_EXEEXT],
 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
 
-
 # When config.status generates a header, we must update the stamp-h file.
 # This file resides in the same directory as the config header
 # that is generated.  The stamp files are numbered to have different names.
@@ -10122,38 +10229,6 @@ AC_MSG_RESULT([$_am_result])
 rm -f confinc confmf
 ])
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# AM_PROG_CC_C_O
-# --------------
-# Like AC_PROG_CC_C_O, but changed for automake.
-AC_DEFUN([AM_PROG_CC_C_O],
-[AC_REQUIRE([AC_PROG_CC_C_O])dnl
-AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-AC_REQUIRE_AUX_FILE([compile])dnl
-# FIXME: we rely on the cache variable name because
-# there is no other way.
-set dummy $CC
-am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
-if test "$am_t" != yes; then
-   # Losing compiler, so override with the script.
-   # FIXME: It is wrong to rewrite CC.
-   # But if we don't then we get into trouble of one sort or another.
-   # A longer-term fix would be to have automake use am__CC in this case,
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
-   CC="$am_aux_dir/compile $CC"
-fi
-dnl Make sure AC_PROG_CC is never called again, or it will override our
-dnl setting of CC.
-m4_define([AC_PROG_CC],
-          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
-])
-
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
@@ -10224,6 +10299,70 @@ AC_DEFUN([_AM_SET_OPTIONS],
 AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# _AM_PROG_CC_C_O
+# ---------------
+# Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
+# to automatically call this.
+AC_DEFUN([_AM_PROG_CC_C_O],
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+AC_REQUIRE_AUX_FILE([compile])dnl
+AC_LANG_PUSH([C])dnl
+AC_CACHE_CHECK(
+  [whether $CC understands -c and -o together],
+  [am_cv_prog_cc_c_o],
+  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
+  # Make sure it works both with $CC and with simple cc.
+  # Following AC_PROG_CC_C_O, we do the test twice because some
+  # compilers refuse to overwrite an existing .o file with -o,
+  # though they will create one.
+  am_cv_prog_cc_c_o=yes
+  for am_i in 1 2; do
+    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
+         && test -f conftest2.$ac_objext; then
+      : OK
+    else
+      am_cv_prog_cc_c_o=no
+      break
+    fi
+  done
+  rm -f core conftest*
+  unset am_i])
+if test "$am_cv_prog_cc_c_o" != yes; then
+   # Losing compiler, so override with the script.
+   # FIXME: It is wrong to rewrite CC.
+   # But if we don't then we get into trouble of one sort or another.
+   # A longer-term fix would be to have automake use am__CC in this case,
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
+   CC="$am_aux_dir/compile $CC"
+fi
+AC_LANG_POP([C])])
+
+# For backward compatibility.
+AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
+
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_RUN_LOG(COMMAND)
+# -------------------
+# Run COMMAND, save the exit status in ac_status, and log it.
+# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
+AC_DEFUN([AM_RUN_LOG],
+[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
+   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
+   (exit $ac_status); }])
+
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
diff --git a/config.guess b/config.guess
index b79252d..1f5c50c 100755
--- a/config.guess
+++ b/config.guess
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright 1992-2013 Free Software Foundation, Inc.
+#   Copyright 1992-2014 Free Software Foundation, Inc.
 
-timestamp='2013-06-10'
+timestamp='2014-03-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -50,7 +50,7 @@ version="\
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright 1992-2013 Free Software Foundation, Inc.
+Copyright 1992-2014 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -149,7 +149,7 @@ Linux|GNU|GNU/*)
 	LIBC=gnu
 	#endif
 	EOF
-	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
+	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
 	;;
 esac
 
@@ -826,7 +826,7 @@ EOF
     *:MINGW*:*)
 	echo ${UNAME_MACHINE}-pc-mingw32
 	exit ;;
-    i*:MSYS*:*)
+    *:MSYS*:*)
 	echo ${UNAME_MACHINE}-pc-msys
 	exit ;;
     i*:windows32*:*)
@@ -969,10 +969,10 @@ EOF
 	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
 	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
 	;;
-    or1k:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+    openrisc*:Linux:*:*)
+	echo or1k-unknown-linux-${LIBC}
 	exit ;;
-    or32:Linux:*:*)
+    or32:Linux:*:* | or1k*:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     padre:Linux:*:*)
@@ -1260,16 +1260,26 @@ EOF
 	if test "$UNAME_PROCESSOR" = unknown ; then
 	    UNAME_PROCESSOR=powerpc
 	fi
-	if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
-	    if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
-		(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
-		grep IS_64BIT_ARCH >/dev/null
-	    then
-		case $UNAME_PROCESSOR in
-		    i386) UNAME_PROCESSOR=x86_64 ;;
-		    powerpc) UNAME_PROCESSOR=powerpc64 ;;
-		esac
+	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
+	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+		if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
+		    (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+		    grep IS_64BIT_ARCH >/dev/null
+		then
+		    case $UNAME_PROCESSOR in
+			i386) UNAME_PROCESSOR=x86_64 ;;
+			powerpc) UNAME_PROCESSOR=powerpc64 ;;
+		    esac
+		fi
 	    fi
+	elif test "$UNAME_PROCESSOR" = i386 ; then
+	    # Avoid executing cc on OS X 10.9, as it ships with a stub
+	    # that puts up a graphical alert prompting to install
+	    # developer tools.  Any system running Mac OS X 10.7 or
+	    # later (Darwin 11 and later) is required to have a 64-bit
+	    # processor. This is not true of the ARM version of Darwin
+	    # that Apple uses in portable devices.
+	    UNAME_PROCESSOR=x86_64
 	fi
 	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
 	exit ;;
@@ -1361,154 +1371,6 @@ EOF
 	exit ;;
 esac
 
-eval $set_cc_for_build
-cat >$dummy.c <<EOF
-#ifdef _SEQUENT_
-# include <sys/types.h>
-# include <sys/utsname.h>
-#endif
-main ()
-{
-#if defined (sony)
-#if defined (MIPSEB)
-  /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,
-     I don't know....  */
-  printf ("mips-sony-bsd\n"); exit (0);
-#else
-#include <sys/param.h>
-  printf ("m68k-sony-newsos%s\n",
-#ifdef NEWSOS4
-	"4"
-#else
-	""
-#endif
-	); exit (0);
-#endif
-#endif
-
-#if defined (__arm) && defined (__acorn) && defined (__unix)
-  printf ("arm-acorn-riscix\n"); exit (0);
-#endif
-
-#if defined (hp300) && !defined (hpux)
-  printf ("m68k-hp-bsd\n"); exit (0);
-#endif
-
-#if defined (NeXT)
-#if !defined (__ARCHITECTURE__)
-#define __ARCHITECTURE__ "m68k"
-#endif
-  int version;
-  version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
-  if (version < 4)
-    printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
-  else
-    printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
-  exit (0);
-#endif
-
-#if defined (MULTIMAX) || defined (n16)
-#if defined (UMAXV)
-  printf ("ns32k-encore-sysv\n"); exit (0);
-#else
-#if defined (CMU)
-  printf ("ns32k-encore-mach\n"); exit (0);
-#else
-  printf ("ns32k-encore-bsd\n"); exit (0);
-#endif
-#endif
-#endif
-
-#if defined (__386BSD__)
-  printf ("i386-pc-bsd\n"); exit (0);
-#endif
-
-#if defined (sequent)
-#if defined (i386)
-  printf ("i386-sequent-dynix\n"); exit (0);
-#endif
-#if defined (ns32000)
-  printf ("ns32k-sequent-dynix\n"); exit (0);
-#endif
-#endif
-
-#if defined (_SEQUENT_)
-    struct utsname un;
-
-    uname(&un);
-
-    if (strncmp(un.version, "V2", 2) == 0) {
-	printf ("i386-sequent-ptx2\n"); exit (0);
-    }
-    if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
-	printf ("i386-sequent-ptx1\n"); exit (0);
-    }
-    printf ("i386-sequent-ptx\n"); exit (0);
-
-#endif
-
-#if defined (vax)
-# if !defined (ultrix)
-#  include <sys/param.h>
-#  if defined (BSD)
-#   if BSD == 43
-      printf ("vax-dec-bsd4.3\n"); exit (0);
-#   else
-#    if BSD == 199006
-      printf ("vax-dec-bsd4.3reno\n"); exit (0);
-#    else
-      printf ("vax-dec-bsd\n"); exit (0);
-#    endif
-#   endif
-#  else
-    printf ("vax-dec-bsd\n"); exit (0);
-#  endif
-# else
-    printf ("vax-dec-ultrix\n"); exit (0);
-# endif
-#endif
-
-#if defined (alliant) && defined (i860)
-  printf ("i860-alliant-bsd\n"); exit (0);
-#endif
-
-  exit (1);
-}
-EOF
-
-$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
-	{ echo "$SYSTEM_NAME"; exit; }
-
-# Apollos put the system type in the environment.
-
-test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
-
-# Convex versions that predate uname can use getsysinfo(1)
-
-if [ -x /usr/convex/getsysinfo ]
-then
-    case `getsysinfo -f cpu_type` in
-    c1*)
-	echo c1-convex-bsd
-	exit ;;
-    c2*)
-	if getsysinfo -f scalar_acc
-	then echo c32-convex-bsd
-	else echo c2-convex-bsd
-	fi
-	exit ;;
-    c34*)
-	echo c34-convex-bsd
-	exit ;;
-    c38*)
-	echo c38-convex-bsd
-	exit ;;
-    c4*)
-	echo c4-convex-bsd
-	exit ;;
-    esac
-fi
-
 cat >&2 <<EOF
 $0: unable to guess system type
 
diff --git a/config.h.in b/config.h.in
index c7e42a2..c948403 100644
--- a/config.h.in
+++ b/config.h.in
@@ -114,9 +114,6 @@
    */
 #undef LT_OBJDIR
 
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
 /* Name of package */
 #undef PACKAGE
 
diff --git a/config.sub b/config.sub
index 9633db7..bba4efb 100755
--- a/config.sub
+++ b/config.sub
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Configuration validation subroutine script.
-#   Copyright 1992-2013 Free Software Foundation, Inc.
+#   Copyright 1992-2014 Free Software Foundation, Inc.
 
-timestamp='2013-08-10'
+timestamp='2014-09-11'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -68,7 +68,7 @@ Report bugs and patches to <config-patches at gnu.org>."
 version="\
 GNU config.sub ($timestamp)
 
-Copyright 1992-2013 Free Software Foundation, Inc.
+Copyright 1992-2014 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -265,6 +265,7 @@ case $basic_machine in
 	| hexagon \
 	| i370 | i860 | i960 | ia64 \
 	| ip2k | iq2000 \
+	| k1om \
 	| le32 | le64 \
 	| lm32 \
 	| m32c | m32r | m32rle | m68000 | m68k | m88k \
@@ -282,8 +283,10 @@ case $basic_machine in
 	| mips64vr5900 | mips64vr5900el \
 	| mipsisa32 | mipsisa32el \
 	| mipsisa32r2 | mipsisa32r2el \
+	| mipsisa32r6 | mipsisa32r6el \
 	| mipsisa64 | mipsisa64el \
 	| mipsisa64r2 | mipsisa64r2el \
+	| mipsisa64r6 | mipsisa64r6el \
 	| mipsisa64sb1 | mipsisa64sb1el \
 	| mipsisa64sr71k | mipsisa64sr71kel \
 	| mipsr5900 | mipsr5900el \
@@ -295,11 +298,11 @@ case $basic_machine in
 	| nds32 | nds32le | nds32be \
 	| nios | nios2 | nios2eb | nios2el \
 	| ns16k | ns32k \
-	| open8 \
-	| or1k | or32 \
+	| open8 | or1k | or1knd | or32 \
 	| pdp10 | pdp11 | pj | pjl \
 	| powerpc | powerpc64 | powerpc64le | powerpcle \
 	| pyramid \
+	| riscv32 | riscv64 \
 	| rl78 | rx \
 	| score \
 	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
@@ -324,7 +327,7 @@ case $basic_machine in
 	c6x)
 		basic_machine=tic6x-unknown
 		;;
-	m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
+	m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
 		basic_machine=$basic_machine-unknown
 		os=-none
 		;;
@@ -381,6 +384,7 @@ case $basic_machine in
 	| hexagon-* \
 	| i*86-* | i860-* | i960-* | ia64-* \
 	| ip2k-* | iq2000-* \
+	| k1om-* \
 	| le32-* | le64-* \
 	| lm32-* \
 	| m32c-* | m32r-* | m32rle-* \
@@ -400,8 +404,10 @@ case $basic_machine in
 	| mips64vr5900-* | mips64vr5900el-* \
 	| mipsisa32-* | mipsisa32el-* \
 	| mipsisa32r2-* | mipsisa32r2el-* \
+	| mipsisa32r6-* | mipsisa32r6el-* \
 	| mipsisa64-* | mipsisa64el-* \
 	| mipsisa64r2-* | mipsisa64r2el-* \
+	| mipsisa64r6-* | mipsisa64r6el-* \
 	| mipsisa64sb1-* | mipsisa64sb1el-* \
 	| mipsisa64sr71k-* | mipsisa64sr71kel-* \
 	| mipsr5900-* | mipsr5900el-* \
@@ -413,6 +419,7 @@ case $basic_machine in
 	| nios-* | nios2-* | nios2eb-* | nios2el-* \
 	| none-* | np1-* | ns16k-* | ns32k-* \
 	| open8-* \
+	| or1k*-* \
 	| orion-* \
 	| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
 	| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
@@ -822,6 +829,10 @@ case $basic_machine in
 		basic_machine=powerpc-unknown
 		os=-morphos
 		;;
+	moxiebox)
+		basic_machine=moxie-unknown
+		os=-moxiebox
+		;;
 	msdos)
 		basic_machine=i386-pc
 		os=-msdos
@@ -1367,14 +1378,14 @@ case $os in
 	      | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
 	      | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
 	      | -linux-newlib* | -linux-musl* | -linux-uclibc* \
-	      | -uxpv* | -beos* | -mpeix* | -udk* \
+	      | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
 	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
 	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
 	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
 	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
 	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
 	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
-	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
+	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
 	# Remember, each alternative MUST END IN *, to match a version number.
 		;;
 	-qnx*)
@@ -1592,9 +1603,6 @@ case $basic_machine in
 	mips*-*)
 		os=-elf
 		;;
-	or1k-*)
-		os=-elf
-		;;
 	or32-*)
 		os=-coff
 		;;
diff --git a/configure b/configure
index 7ccaee0..0eb439c 100755
--- a/configure
+++ b/configure
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for freetuxtv 0.6.6.
+# Generated by GNU Autoconf 2.69 for freetuxtv 0.6.8.
 #
-# Report bugs to <http://code.google.com/p/freetuxtv/issues/list>.
+# Report bugs to <https://github.com/freetuxtv/freetuxtv/issues>.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -275,7 +275,7 @@ fi
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
     $as_echo "$0: Please tell bug-autoconf at gnu.org and
-$0: http://code.google.com/p/freetuxtv/issues/list about
+$0: https://github.com/freetuxtv/freetuxtv/issues about
 $0: your system, including any error possibly output before
 $0: this message. Then install a modern shell, or manually
 $0: run the script under such a shell if you do have one."
@@ -590,10 +590,10 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='freetuxtv'
 PACKAGE_TARNAME='freetuxtv'
-PACKAGE_VERSION='0.6.6'
-PACKAGE_STRING='freetuxtv 0.6.6'
-PACKAGE_BUGREPORT='http://code.google.com/p/freetuxtv/issues/list'
-PACKAGE_URL='http://code.google.com/p/freetuxtv/'
+PACKAGE_VERSION='0.6.8'
+PACKAGE_STRING='freetuxtv 0.6.8'
+PACKAGE_BUGREPORT='https://github.com/freetuxtv/freetuxtv/issues'
+PACKAGE_URL='https://github.com/freetuxtv/freetuxtv'
 
 # Factoring default headers for most tests.
 ac_includes_default="\
@@ -1416,7 +1416,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures freetuxtv 0.6.6 to adapt to many kinds of systems.
+\`configure' configures freetuxtv 0.6.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1486,7 +1486,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of freetuxtv 0.6.6:";;
+     short | recursive ) echo "Configuration of freetuxtv 0.6.8:";;
    esac
   cat <<\_ACEOF
 
@@ -1568,8 +1568,8 @@ Some influential environment variables:
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <http://code.google.com/p/freetuxtv/issues/list>.
-freetuxtv home page: <http://code.google.com/p/freetuxtv/>.
+Report bugs to <https://github.com/freetuxtv/freetuxtv/issues>.
+freetuxtv home page: <https://github.com/freetuxtv/freetuxtv>.
 _ACEOF
 ac_status=$?
 fi
@@ -1632,7 +1632,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-freetuxtv configure 0.6.6
+freetuxtv configure 0.6.8
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1977,9 +1977,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-( $as_echo "## ------------------------------------------------------------- ##
-## Report this to http://code.google.com/p/freetuxtv/issues/list ##
-## ------------------------------------------------------------- ##"
+( $as_echo "## ------------------------------------------------------------ ##
+## Report this to https://github.com/freetuxtv/freetuxtv/issues ##
+## ------------------------------------------------------------ ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
 esac
@@ -2055,7 +2055,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by freetuxtv $as_me 0.6.6, which was
+It was created by freetuxtv $as_me 0.6.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2404,7 +2404,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-am__api_version='1.13'
+am__api_version='1.14'
 
 ac_aux_dir=
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
@@ -2605,8 +2605,8 @@ test "$program_suffix" != NONE &&
 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
 
 if test x"${MISSING+set}" != xset; then
   case $am_aux_dir in
@@ -2920,7 +2920,7 @@ fi
 # Define the identity of the package.
 
  PACKAGE=freetuxtv
- VERSION=0.6.6
+ VERSION=0.6.8
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2971,6 +2971,48 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
 
 
 
+# POSIX will say in a future version that running "rm -f" with no argument
+# is OK; and we want to be able to make that assumption in our Makefile
+# recipes.  So use an aggressive probe to check that the usage we want is
+# actually supported "in the wild" to an acceptable degree.
+# See automake bug#10828.
+# To make any issue more visible, cause the running configure to be aborted
+# by default if the 'rm' program in use doesn't match our expectations; the
+# user can still override this though.
+if rm -f && rm -fr && rm -rf; then : OK; else
+  cat >&2 <<'END'
+Oops!
+
+Your 'rm' program seems unable to run without file operands specified
+on the command line, even when the '-f' option is present.  This is contrary
+to the behaviour of most rm programs out there, and not conforming with
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
+
+Please tell bug-automake at gnu.org about your system, including the value
+of your $PATH and any error possibly output before this message.  This
+can help us improve future automake versions.
+
+END
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
+    echo 'Configuration will proceed anyway, since you have set the' >&2
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
+    echo >&2
+  else
+    cat >&2 <<'END'
+Aborting the configuration process, to ensure you take notice of the issue.
+
+You can download and install GNU coreutils to get an 'rm' implementation
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
+
+If you want to complete the configuration process using your problematic
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
+to "yes", and re-run configure.
+
+END
+    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
+  fi
+fi
+
 ac_config_headers="$ac_config_headers config.h"
 
 
@@ -3792,6 +3834,65 @@ ac_cpp='$CPP $CPPFLAGS'
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
+if ${am_cv_prog_cc_c_o+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+  # Make sure it works both with $CC and with simple cc.
+  # Following AC_PROG_CC_C_O, we do the test twice because some
+  # compilers refuse to overwrite an existing .o file with -o,
+  # though they will create one.
+  am_cv_prog_cc_c_o=yes
+  for am_i in 1 2; do
+    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
+   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
+   ac_status=$?
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); } \
+         && test -f conftest2.$ac_objext; then
+      : OK
+    else
+      am_cv_prog_cc_c_o=no
+      break
+    fi
+  done
+  rm -f core conftest*
+  unset am_i
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
+$as_echo "$am_cv_prog_cc_c_o" >&6; }
+if test "$am_cv_prog_cc_c_o" != yes; then
+   # Losing compiler, so override with the script.
+   # FIXME: It is wrong to rewrite CC.
+   # But if we don't then we get into trouble of one sort or another.
+   # A longer-term fix would be to have automake use am__CC in this case,
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
+   CC="$am_aux_dir/compile $CC"
+fi
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
 DEPDIR="${am__leading_dot}deps"
 
 ac_config_commands="$ac_config_commands depfiles"
@@ -6455,7 +6556,7 @@ ia64-*-hpux*)
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -6480,7 +6581,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 		;;
 	    esac
 	    ;;
-	  ppc64-*linux*|powerpc64-*linux*)
+	  powerpc64le-*)
+	    LD="${LD-ld} -m elf32lppclinux"
+	    ;;
+	  powerpc64-*)
 	    LD="${LD-ld} -m elf32ppclinux"
 	    ;;
 	  s390x-*linux*)
@@ -6499,7 +6603,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_x86_64"
 	    ;;
-	  ppc*-*linux*|powerpc*-*linux*)
+	  powerpcle-*)
+	    LD="${LD-ld} -m elf64lppc"
+	    ;;
+	  powerpc-*)
 	    LD="${LD-ld} -m elf64ppc"
 	    ;;
 	  s390*-*linux*|s390*-*tpf*)
@@ -11606,131 +11713,6 @@ CC="$lt_save_CC"
 
 
 
-if test "x$CC" != xcc; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
-$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
-$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
-fi
-set dummy $CC; ac_cc=`$as_echo "$2" |
-		      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
-if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-int
-main ()
-{
-
-  ;
-  return 0;
-}
-_ACEOF
-# Make sure it works both with $CC and with simple cc.
-# We do the test twice because some compilers refuse to overwrite an
-# existing .o file with -o, though they will create one.
-ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
-rm -f conftest2.*
-if { { case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } &&
-   test -f conftest2.$ac_objext && { { case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; };
-then
-  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
-  if test "x$CC" != xcc; then
-    # Test first that cc exists at all.
-    if { ac_try='cc -c conftest.$ac_ext >&5'
-  { { case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; }; then
-      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
-      rm -f conftest2.*
-      if { { case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; } &&
-	 test -f conftest2.$ac_objext && { { case "(($ac_try" in
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-  *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-$as_echo "$ac_try_echo"; } >&5
-  (eval "$ac_try") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; };
-      then
-	# cc works too.
-	:
-      else
-	# cc exists but doesn't like -o.
-	eval ac_cv_prog_cc_${ac_cc}_c_o=no
-      fi
-    fi
-  fi
-else
-  eval ac_cv_prog_cc_${ac_cc}_c_o=no
-fi
-rm -f core conftest*
-
-fi
-if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-$as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
-
-fi
-
-# FIXME: we rely on the cache variable name because
-# there is no other way.
-set dummy $CC
-am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
-if test "$am_t" != yes; then
-   # Losing compiler, so override with the script.
-   # FIXME: It is wrong to rewrite CC.
-   # But if we don't then we get into trouble of one sort or another.
-   # A longer-term fix would be to have automake use am__CC in this case,
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
-   CC="$am_aux_dir/compile $CC"
-fi
-
 
 
 if pkg-config --version >/dev/null 2>&1; then
@@ -15345,7 +15327,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by freetuxtv $as_me 0.6.6, which was
+This file was extended by freetuxtv $as_me 0.6.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15405,14 +15387,14 @@ $config_headers
 Configuration commands:
 $config_commands
 
-Report bugs to <http://code.google.com/p/freetuxtv/issues/list>.
-freetuxtv home page: <http://code.google.com/p/freetuxtv/>."
+Report bugs to <https://github.com/freetuxtv/freetuxtv/issues>.
+freetuxtv home page: <https://github.com/freetuxtv/freetuxtv>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-freetuxtv config.status 0.6.6
+freetuxtv config.status 0.6.8
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 51927b5..5789844 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl Created by Anjuta application wizard.
 
-AC_INIT(freetuxtv, 0.6.6,
-	http://code.google.com/p/freetuxtv/issues/list,,
-	http://code.google.com/p/freetuxtv/)
+AC_INIT(freetuxtv, 0.6.8,
+	https://github.com/freetuxtv/freetuxtv/issues,,
+	https://github.com/freetuxtv/freetuxtv)
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AC_CONFIG_HEADERS([config.h])
diff --git a/data/Makefile.in b/data/Makefile.in
index cf78677..c3e329a 100644
--- a/data/Makefile.in
+++ b/data/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff --git a/data/channels_groups.xml.in b/data/channels_groups.xml.in
index 5b8d326..70702a5 100644
--- a/data/channels_groups.xml.in
+++ b/data/channels_groups.xml.in
@@ -113,6 +113,7 @@
 	</language>
 	<language id="hu" _lang="Hungarian Web TV and Radio">
 		<channels_group uri="http://database.freetuxtv.net/playlists/playlist_webtv_hu.m3u" _name="Web TV (Hungarian)"></channels_group>
+		<channels_group uri="http://database.freetuxtv.net/playlists/playlist_webradio_hu.m3u" _name="Web Radio (Hungarian)"></channels_group>
 	</language>
 	<language id="is" _lang="Icelandic Web TV and Radio">
 		<channels_group uri="http://database.freetuxtv.net/playlists/playlist_webtv_is.m3u" _name="Web TV (Icelandic)"></channels_group>
diff --git a/data/icons/Makefile.in b/data/icons/Makefile.in
index 6be3971..e2fab13 100644
--- a/data/icons/Makefile.in
+++ b/data/icons/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff --git a/data/icons/hicolor_apps_16x16_freetuxtv.svg b/data/icons/hicolor_apps_16x16_freetuxtv.svg
index acf4add..3e5b813 100644
--- a/data/icons/hicolor_apps_16x16_freetuxtv.svg
+++ b/data/icons/hicolor_apps_16x16_freetuxtv.svg
@@ -1,5 +1,6 @@
 <?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#"
@@ -11,429 +12,1619 @@
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
    width="16"
    height="16"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45+devel"
-   version="1.0"
-   sodipodi:docbase="/home/lapo/Icone/tangerine-icon-theme/16x16/devices"
-   sodipodi:docname="video-display.svg"
-   inkscape:export-filename="/home/lapo/Desktop/video-display.png"
+   id="svg19089"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="hicolor_apps_16x16_freetuxtv.svg"
+   inkscape:export-filename="/home/ebeuque/Informatique/Personnel/Projets/autres/freetuxtv/freetuxtv/data/icons/hicolor_apps_scalable_freetuxtv.png"
    inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+   inkscape:export-ydpi="90">
   <defs
-     id="defs4">
+     id="defs19091">
+    <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="perspective19097" />
+    <inkscape:perspective
+       id="perspective19107"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6814"
+       id="radialGradient19039"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.58265832,0.48695545,-0.35874809,0.43561089,-6534.2634,8805.1227)"
+       cx="-11724.028"
+       cy="7085.5718"
+       fx="-11724.028"
+       fy="7085.5718"
+       r="230.60361" />
     <linearGradient
-       id="linearGradient6836">
+       inkscape:collect="always"
+       id="linearGradient6814">
       <stop
-         style="stop-color:#8f5902;stop-opacity:1"
+         style="stop-color:#ffffff;stop-opacity:1;"
          offset="0"
-         id="stop6838" />
+         id="stop6816" />
       <stop
-         style="stop-color:#4f3101;stop-opacity:1"
+         style="stop-color:#ffffff;stop-opacity:0;"
          offset="1"
-         id="stop6840" />
+         id="stop6818" />
     </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22931"
+       id="radialGradient19041"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70059678,0,0,0.39699302,-7364.8104,3547.1811)"
+       cx="-11699.636"
+       cy="6699.9062"
+       fx="-11699.636"
+       fy="6699.9062"
+       r="282.70825" />
     <linearGradient
-       id="linearGradient2829"
+       id="linearGradient22931"
        inkscape:collect="always">
       <stop
-         id="stop2831"
+         id="stop22933"
          offset="0"
-         style="stop-color:#babdb6" />
+         style="stop-color:#ffffff;stop-opacity:0.5" />
       <stop
-         id="stop2833"
+         id="stop22935"
          offset="1"
-         style="stop-color:#eeeeec" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient2207">
+       xlink:href="#linearGradient7918"
+       id="linearGradient19043"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.85224082,0,0,0.85852814,-5913.9015,53.6739)"
+       x1="-11583.832"
+       y1="7177.8628"
+       x2="-11393.838"
+       y2="7307.4028" />
+    <linearGradient
+       id="linearGradient7918"
+       inkscape:collect="always">
       <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
+         id="stop7920"
          offset="0"
-         id="stop2209" />
+         style="stop-color:#ffffff;stop-opacity:1;" />
       <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
+         id="stop7922"
          offset="1"
-         id="stop2211" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       height="1.7744713"
+       y="-0.38723564"
+       width="1.1470716"
+       x="-0.073535778"
+       id="filter7804"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur7806"
+         stdDeviation="20.83271"
+         inkscape:collect="always" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19045"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
     <linearGradient
+       id="linearGradient7834"
+       inkscape:collect="always">
+      <stop
+         id="stop7836"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop7838"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2207"
-       id="linearGradient2208"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19047"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.302582,0,0,0.285411,-56.74903,-6.3485974)"
-       x1="192.61819"
-       y1="44.316147"
-       x2="192.61819"
-       y2="69.140022" />
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <filter
+       id="filter10358"
+       color-interpolation-filters="sRGB"
+       height="1.3937207"
+       width="1.1726084"
+       y="-0.19686034"
+       x="-0.086304188">
+      <feGaussianBlur
+         stdDeviation="4.5870333"
+         id="feGaussianBlur10360" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19049"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       id="linearGradient10031">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop10033" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop10370" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop10035" />
+    </linearGradient>
+    <filter
+       id="filter19143"
+       color-interpolation-filters="sRGB"
+       height="1.3937207"
+       width="1.1726084"
+       y="-0.19686034"
+       x="-0.086304188">
+      <feGaussianBlur
+         stdDeviation="4.5870333"
+         id="feGaussianBlur19145" />
+    </filter>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2829"
-       id="linearGradient2211"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19051"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.334557,0,0,0.333272,-63.59318,-8.3174015)"
-       x1="198.25261"
-       y1="29.854406"
-       x2="218.1942"
-       y2="54.870758" />
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
     <linearGradient
-       id="linearGradient4039">
+       id="linearGradient19148">
       <stop
-         id="stop4041"
          offset="0"
-         style="stop-color:#f4dbb5;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19150" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19152" />
       <stop
-         id="stop4043"
          offset="1"
-         style="stop-color:#f57900" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19154" />
     </linearGradient>
     <linearGradient
-       id="linearGradient2295"
+       inkscape:collect="always"
+       xlink:href="#linearGradient24407"
+       id="linearGradient19053"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.85224082,0,0,0.85852814,-24609.665,872.89967)"
+       x1="-10733.51"
+       y1="6162.6846"
+       x2="-10893.229"
+       y2="6245.1299" />
+    <linearGradient
+       id="linearGradient24407"
        inkscape:collect="always">
       <stop
-         id="stop2297"
+         id="stop24409"
          offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
+         style="stop-color:#727272;stop-opacity:1;" />
       <stop
-         id="stop2299"
+         id="stop24411"
          offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
+         style="stop-color:#727272;stop-opacity:0;" />
     </linearGradient>
-    <radialGradient
+    <filter
+       id="filter12102"
+       color-interpolation-filters="sRGB"
+       height="1.6799877"
+       width="1.2914308"
+       y="-0.33999386"
+       x="-0.14571542">
+      <feGaussianBlur
+         stdDeviation="9.3045363"
+         id="feGaussianBlur12104" />
+    </filter>
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6836"
-       id="radialGradient2410"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19055"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.3738532,1.5955536e-5,0,0.1814236,-104.147,-32.236674)"
-       cx="213.97337"
-       cy="44.082935"
-       fx="213.97337"
-       fy="44.082935"
-       r="21.006207" />
+       gradientTransform="matrix(2.6692123,0,0,2.3154451,-16227.008,5865.2495)"
+       x1="202"
+       y1="29.969534"
+       x2="202"
+       y2="103.63979" />
+    <linearGradient
+       id="linearGradient19163">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19165" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19167" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19169" />
+    </linearGradient>
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2295"
-       id="radialGradient2412"
+       xlink:href="#linearGradient11291"
+       id="radialGradient19057"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.640314,0.11639,-3.218816e-2,0.167962,-154.84091,-53.177307)"
-       cx="197.48041"
-       cy="16.234577"
-       fx="197.48041"
-       fy="16.234577"
-       r="20" />
-    <radialGradient
+       gradientTransform="matrix(-2.5126812,-0.04191043,0.03821081,-2.3248023,-15049.446,6215.0897)"
+       cx="232.90625"
+       cy="51.545879"
+       fx="232.90625"
+       fy="51.545879"
+       r="36.125" />
+    <linearGradient
+       id="linearGradient11291">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11293" />
+      <stop
+         offset="0.32802752"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11295" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11297" />
+    </linearGradient>
+    <filter
+       id="filter11252"
+       color-interpolation-filters="sRGB"
+       height="1.3996418"
+       width="1.3721279"
+       y="-0.19982085"
+       x="-0.18606396">
+      <feGaussianBlur
+         stdDeviation="5.2752828"
+         id="feGaussianBlur11254" />
+    </filter>
+    <filter
+       id="filter11182"
+       color-interpolation-filters="sRGB"
+       height="1.2505243"
+       width="1.3386598"
+       y="-0.12526216"
+       x="-0.1693299">
+      <feGaussianBlur
+         stdDeviation="4.0317543"
+         id="feGaussianBlur11184" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19059"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,-2.739553e-8,0,0.220582,1.27479e-2,10.35166)"
-       r="6.0007591"
-       fy="10.830013"
-       fx="7.9880157"
-       cy="10.830013"
-       cx="7.9880157"
-       id="radialGradient2575"
-       xlink:href="#linearGradient2567"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="16.623674"
-       x2="22.029285"
-       y1="20.992985"
-       x1="22.029285"
-       gradientTransform="matrix(0.720005,0,0,0.701365,6.891033e-2,0.19423)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient1657"
-       xlink:href="#linearGradient1384"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="43.125"
-       x2="5"
-       y1="37"
-       x1="42.75"
-       gradientTransform="matrix(0.322153,0,0,0.39934,0.26784,-2.503745)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient1655"
-       xlink:href="#linearGradient2829"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="67.691895"
-       x2="196.88957"
-       y1="63.996719"
-       x1="196.88957"
-       gradientTransform="matrix(0.3086121,0,0,0.551726,-55.761676,-23.11348)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient1652"
-       xlink:href="#linearGradient4663"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient1384"
-       inkscape:collect="always">
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="128.40625"
+       y1="94.96875"
+       x2="179.78125"
+       y2="130.46875" />
+    <linearGradient
+       id="linearGradient19181">
       <stop
-         id="stop1386"
          offset="0"
-         style="stop-color:#555753" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19183" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19185" />
       <stop
-         id="stop1388"
          offset="1"
-         style="stop-color:#babdb6" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19187" />
     </linearGradient>
     <radialGradient
-       r="20"
-       fy="16.234577"
-       fx="197.48041"
-       cy="16.234577"
-       cx="197.48041"
-       gradientTransform="matrix(0.640314,0.11639,-3.218816e-2,0.167962,-122.5178,-23.26638)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient1396"
-       xlink:href="#linearGradient2295"
-       inkscape:collect="always" />
+       inkscape:collect="always"
+       xlink:href="#linearGradient11121"
+       id="radialGradient19061"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.3004803,2.5681016,-2.1966656,-1.9968924,-15161.097,6013.6207)"
+       cx="113.13426"
+       cy="125.41722"
+       fx="113.13426"
+       fy="125.41722"
+       r="35.125" />
+    <linearGradient
+       id="linearGradient11121">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11123" />
+      <stop
+         offset="0.45320001"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11125" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11127" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19063"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="155.01221"
+       y1="55.221191"
+       x2="155.01221"
+       y2="88.420464" />
+    <linearGradient
+       id="linearGradient19195">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19197" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19199" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19201" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19065"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.435,5925.2558)"
+       x1="233.84886"
+       y1="72.522697"
+       x2="233.84886"
+       y2="91.96846" />
+    <linearGradient
+       id="linearGradient19204">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19206" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19208" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19210" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11360"
+       id="linearGradient19067"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="223.03125"
+       y1="91.015617"
+       x2="258.875"
+       y2="130.01561" />
+    <linearGradient
+       id="linearGradient11360">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11362" />
+      <stop
+         offset="0.31528139"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11364" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11366" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11532"
+       id="linearGradient19069"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="173.5625"
+       y1="158.78125"
+       x2="183.0625"
+       y2="99.135406" />
+    <linearGradient
+       id="linearGradient11532">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11534" />
+      <stop
+         offset="0.17569453"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11536" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11538" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11524"
+       id="linearGradient19071"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="204.4375"
+       y1="154.97546"
+       x2="204.4375"
+       y2="109.71875" />
+    <linearGradient
+       id="linearGradient11524">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11526" />
+      <stop
+         offset="0.23175907"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11528" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11530" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19073"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="183.1875"
+       y1="105.875"
+       x2="183.1875"
+       y2="127.13049" />
+    <linearGradient
+       id="linearGradient19228">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19230" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19232" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19234" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11633"
+       id="linearGradient19075"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="208.34375"
+       y1="108.34375"
+       x2="207.0625"
+       y2="140.17188" />
+    <linearGradient
+       id="linearGradient11633">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11635" />
+      <stop
+         offset="0.3093777"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11637" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11639" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10433"
+       id="linearGradient19077"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="156.37009"
+       y1="169.46875"
+       x2="228.69044"
+       y2="169.46875" />
+    <linearGradient
+       id="linearGradient10433">
+      <stop
+         offset="0"
+         style="stop-color:#d99600;stop-opacity:1"
+         id="stop10435" />
+      <stop
+         offset="1"
+         style="stop-color:#dfa800;stop-opacity:1"
+         id="stop10437" />
+    </linearGradient>
+    <filter
+       id="filter10487"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         stdDeviation="1.3416777"
+         id="feGaussianBlur10489" />
+    </filter>
+    <filter
+       id="filter10857"
+       color-interpolation-filters="sRGB"
+       height="1.3654251"
+       width="1.2722038"
+       y="-0.18271257"
+       x="-0.13610192">
+      <feGaussianBlur
+         stdDeviation="3.20761"
+         id="feGaussianBlur10859" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19079"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="215.9375"
+       y1="142.375"
+       x2="196.81396"
+       y2="174.625" />
+    <linearGradient
+       id="linearGradient10762">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1"
+         id="stop10764-3" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0.19607843"
+         id="stop10766" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19081"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="177.01546"
+       y1="182.03799"
+       x2="183.34375"
+       y2="176.04688" />
+    <linearGradient
+       id="linearGradient19254">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1"
+         id="stop19256" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0.19607843"
+         id="stop19258" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10656"
+       id="linearGradient19083"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="157.37009"
+       y1="169.46875"
+       x2="227.69044"
+       y2="169.46875" />
+    <linearGradient
+       id="linearGradient10656">
+      <stop
+         offset="0"
+         style="stop-color:#d99600;stop-opacity:1"
+         id="stop10658" />
+      <stop
+         offset="1"
+         style="stop-color:#deae00;stop-opacity:1"
+         id="stop10660" />
+    </linearGradient>
     <radialGradient
-       r="21.006207"
-       fy="44.082935"
-       fx="213.97337"
-       cy="44.082935"
-       cx="213.97337"
-       gradientTransform="matrix(0.362075,1.545771e-5,0,0.175763,-69.48262,-2.175583)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient1394"
-       xlink:href="#linearGradient4039"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="69.140022"
-       x2="192.61819"
-       y1="44.316147"
-       x1="192.61819"
-       gradientTransform="matrix(0.302582,0,0,0.285411,-56.74903,-6.348598)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient1392"
-       xlink:href="#linearGradient2207"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="54.870758"
-       x2="218.1942"
-       y1="29.854406"
-       x1="198.25261"
-       gradientTransform="matrix(0.334557,0,0,0.333272,-63.59318,-8.317401)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient1390"
-       xlink:href="#linearGradient2829"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient4663">
-      <stop
-         id="stop4665"
+       inkscape:collect="always"
+       xlink:href="#linearGradient8692"
+       id="radialGradient19085"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1447958,0,0,1.350518,2302.7045,-2015.133)"
+       cx="-15876.722"
+       cy="5911.4395"
+       fx="-15876.722"
+       fy="5911.4395"
+       r="79.04715" />
+    <linearGradient
+       id="linearGradient8692"
+       inkscape:collect="always">
+      <stop
+         id="stop8694"
          offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:1;" />
       <stop
-         id="stop4667"
+         id="stop8696"
          offset="1"
-         style="stop-color:#2e3436" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10734"
+       id="radialGradient19087"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0599124,0,-355.49027)"
+       cx="-15520.047"
+       cy="5933.5034"
+       fx="-15520.047"
+       fy="5933.5034"
+       r="99.828003" />
     <linearGradient
-       id="linearGradient2567"
+       id="linearGradient10734"
        inkscape:collect="always">
       <stop
-         id="stop2569"
+         id="stop10736"
          offset="0"
-         style="stop-color:#888a85" />
+         style="stop-color:#ffffff;stop-opacity:1;" />
       <stop
-         id="stop2571"
+         id="stop10739"
          offset="1"
-         style="stop-color:#2e3436" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6814"
+       id="radialGradient19872"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.58265832,0.48695545,-0.35874809,0.43561089,-6534.2634,8805.1227)"
+       cx="-11724.028"
+       cy="7085.5718"
+       fx="-11724.028"
+       fy="7085.5718"
+       r="230.60361" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22931"
+       id="radialGradient19874"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70059678,0,0,0.39699302,-7364.8104,3547.1811)"
+       cx="-11699.636"
+       cy="6699.9062"
+       fx="-11699.636"
+       fy="6699.9062"
+       r="282.70825" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7918"
+       id="linearGradient19876"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.85224082,0,0,0.85852814,-5913.9015,53.6739)"
+       x1="-11583.832"
+       y1="7177.8628"
+       x2="-11393.838"
+       y2="7307.4028" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19878"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19880"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19882"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19884"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient24407"
+       id="linearGradient19886"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.85224082,0,0,0.85852814,-24609.665,872.89967)"
+       x1="-10733.51"
+       y1="6162.6846"
+       x2="-10893.229"
+       y2="6245.1299" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19888"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6692123,0,0,2.3154451,-16227.008,5865.2495)"
+       x1="202"
+       y1="29.969534"
+       x2="202"
+       y2="103.63979" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11291"
+       id="radialGradient19890"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.5126812,-0.04191043,0.03821081,-2.3248023,-15049.446,6215.0897)"
+       cx="232.90625"
+       cy="51.545879"
+       fx="232.90625"
+       fy="51.545879"
+       r="36.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19892"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="128.40625"
+       y1="94.96875"
+       x2="179.78125"
+       y2="130.46875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11121"
+       id="radialGradient19894"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.3004803,2.5681016,-2.1966656,-1.9968924,-15161.097,6013.6207)"
+       cx="113.13426"
+       cy="125.41722"
+       fx="113.13426"
+       fy="125.41722"
+       r="35.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19896"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="155.01221"
+       y1="55.221191"
+       x2="155.01221"
+       y2="88.420464" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19898"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.435,5925.2558)"
+       x1="233.84886"
+       y1="72.522697"
+       x2="233.84886"
+       y2="91.96846" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11360"
+       id="linearGradient19900"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="223.03125"
+       y1="91.015617"
+       x2="258.875"
+       y2="130.01561" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11532"
+       id="linearGradient19902"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="173.5625"
+       y1="158.78125"
+       x2="183.0625"
+       y2="99.135406" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11524"
+       id="linearGradient19904"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="204.4375"
+       y1="154.97546"
+       x2="204.4375"
+       y2="109.71875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19906"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="183.1875"
+       y1="105.875"
+       x2="183.1875"
+       y2="127.13049" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11633"
+       id="linearGradient19908"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="208.34375"
+       y1="108.34375"
+       x2="207.0625"
+       y2="140.17188" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10433"
+       id="linearGradient19910"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="156.37009"
+       y1="169.46875"
+       x2="228.69044"
+       y2="169.46875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19912"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="215.9375"
+       y1="142.375"
+       x2="196.81396"
+       y2="174.625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19914"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="177.01546"
+       y1="182.03799"
+       x2="183.34375"
+       y2="176.04688" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10656"
+       id="linearGradient19916"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="157.37009"
+       y1="169.46875"
+       x2="227.69044"
+       y2="169.46875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8692"
+       id="radialGradient19918"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1447958,0,0,1.350518,2302.7045,-2015.133)"
+       cx="-15876.722"
+       cy="5911.4395"
+       fx="-15876.722"
+       fy="5911.4395"
+       r="79.04715" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10734"
+       id="radialGradient19920"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0599124,0,-355.49027)"
+       cx="-15520.047"
+       cy="5933.5034"
+       fx="-15520.047"
+       fy="5933.5034"
+       r="99.828003" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6814"
+       id="radialGradient3271"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.58265832,0.48695545,-0.35874809,0.43561089,-6534.2634,8805.1227)"
+       cx="-11724.028"
+       cy="7085.5718"
+       fx="-11724.028"
+       fy="7085.5718"
+       r="230.60361" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22931"
+       id="radialGradient3273"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70059678,0,0,0.39699302,-7364.8104,3547.1811)"
+       cx="-11699.636"
+       cy="6699.9062"
+       fx="-11699.636"
+       fy="6699.9062"
+       r="282.70825" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7918"
+       id="linearGradient3275"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.85224082,0,0,0.85852814,-5913.9015,53.6739)"
+       x1="-11583.832"
+       y1="7177.8628"
+       x2="-11393.838"
+       y2="7307.4028" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient3277"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient3279"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3281"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3283"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient24407"
+       id="linearGradient3285"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.85224082,0,0,0.85852814,-24609.665,872.89967)"
+       x1="-10733.51"
+       y1="6162.6846"
+       x2="-10893.229"
+       y2="6245.1299" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3287"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6692123,0,0,2.3154451,-16227.008,5865.2495)"
+       x1="202"
+       y1="29.969534"
+       x2="202"
+       y2="103.63979" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11291"
+       id="radialGradient3289"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.5126812,-0.04191043,0.03821081,-2.3248023,-15049.446,6215.0897)"
+       cx="232.90625"
+       cy="51.545879"
+       fx="232.90625"
+       fy="51.545879"
+       r="36.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3291"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="128.40625"
+       y1="94.96875"
+       x2="179.78125"
+       y2="130.46875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11121"
+       id="radialGradient3293"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.3004803,2.5681016,-2.1966656,-1.9968924,-15161.097,6013.6207)"
+       cx="113.13426"
+       cy="125.41722"
+       fx="113.13426"
+       fy="125.41722"
+       r="35.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3295"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="155.01221"
+       y1="55.221191"
+       x2="155.01221"
+       y2="88.420464" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3297"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.435,5925.2558)"
+       x1="233.84886"
+       y1="72.522697"
+       x2="233.84886"
+       y2="91.96846" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11360"
+       id="linearGradient3299"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="223.03125"
+       y1="91.015617"
+       x2="258.875"
+       y2="130.01561" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11532"
+       id="linearGradient3301"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="173.5625"
+       y1="158.78125"
+       x2="183.0625"
+       y2="99.135406" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11524"
+       id="linearGradient3303"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="204.4375"
+       y1="154.97546"
+       x2="204.4375"
+       y2="109.71875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3305"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="183.1875"
+       y1="105.875"
+       x2="183.1875"
+       y2="127.13049" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11633"
+       id="linearGradient3307"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="208.34375"
+       y1="108.34375"
+       x2="207.0625"
+       y2="140.17188" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10433"
+       id="linearGradient3309"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="156.37009"
+       y1="169.46875"
+       x2="228.69044"
+       y2="169.46875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient3311"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="215.9375"
+       y1="142.375"
+       x2="196.81396"
+       y2="174.625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient3313"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="177.01546"
+       y1="182.03799"
+       x2="183.34375"
+       y2="176.04688" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10656"
+       id="linearGradient3315"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="157.37009"
+       y1="169.46875"
+       x2="227.69044"
+       y2="169.46875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8692"
+       id="radialGradient3317"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1447958,0,0,1.350518,2302.7045,-2015.133)"
+       cx="-15876.722"
+       cy="5911.4395"
+       fx="-15876.722"
+       fy="5911.4395"
+       r="79.04715" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10734"
+       id="radialGradient3319"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0599124,0,-355.49027)"
+       cx="-15520.047"
+       cy="5933.5034"
+       fx="-15520.047"
+       fy="5933.5034"
+       r="99.828003" />
   </defs>
   <sodipodi:namedview
      id="base"
      pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
+     bordercolor="#ffffff"
+     borderopacity="0.0"
      inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="6.2941433"
-     inkscape:cy="6.3359525"
+     inkscape:pageshadow="0"
+     inkscape:zoom="2.366598"
+     inkscape:cx="62.923637"
+     inkscape:cy="52.05854"
      inkscape:document-units="px"
-     inkscape:current-layer="layer2"
+     inkscape:current-layer="layer1"
      showgrid="false"
-     stroke="#2e3436"
-     fill="#2e3436"
-     inkscape:grid-points="true"
-     inkscape:grid-bbox="true"
-     inkscape:window-width="1085"
-     inkscape:window-height="760"
-     inkscape:window-x="3"
-     inkscape:window-y="24"
-     gridspacingx="0.5px"
-     gridspacingy="0.5px"
-     gridempspacing="2"
-     showguides="false"
-     inkscape:guide-bbox="true"
-     inkscape:showpageshadow="false"
-     showborder="false">
-    <sodipodi:guide
-       orientation="vertical"
-       position="24.010638"
-       id="guide2292" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="7"
-       id="guide2294" />
-  </sodipodi:namedview>
+     inkscape:window-width="1680"
+     inkscape:window-height="1024"
+     inkscape:window-x="1680"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1" />
   <metadata
-     id="metadata7">
+     id="metadata19094">
     <rdf:RDF>
       <cc:Work
          rdf:about="">
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
       </cc:Work>
     </rdf:RDF>
   </metadata>
   <g
+     inkscape:label="Layer 1"
      inkscape:groupmode="layer"
      id="layer1"
-     inkscape:label="Shadow" />
-  <g
-     inkscape:groupmode="layer"
-     id="layer2"
-     inkscape:label="Lavoro"
-     style="display:inline">
-    <g
-       id="g2611"
-       inkscape:label="Shadow"
-       transform="translate(0,15.06603)" />
-    <g
-       id="g2613"
-       inkscape:label="Lavoro"
-       style="display:inline"
-       transform="translate(0,15.06603)" />
-    <path
-       sodipodi:nodetypes="ccccc"
-       id="path2624"
-       d="M 30.6875,19.2 L 70,19.2 L 72,24 L 29,24 L 30.6875,19.2 z "
-       style="opacity:0.7;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1;stroke-linecap:round;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" />
-    <g
-       id="g1598"
-       inkscape:label="Shadow"
-       transform="translate(-306.25,-49)" />
-    <g
-       id="g1618"
-       inkscape:label="finiture"
-       style="display:inline"
-       transform="translate(-306.25,-49)" />
-    <g
-       transform="translate(-25.16869,41.95909)"
-       inkscape:label="Shadow"
-       id="g1577" />
+     transform="translate(207.14254,-1003.3798)">
     <g
-       transform="translate(-25.16869,41.95909)"
-       style="display:inline"
-       inkscape:label="Lavoro"
-       id="g1579" />
-    <g
-       id="g2196"
-       transform="translate(0,1)">
-      <rect
-         y="6.5"
-         x="5.5"
-         height="5.9904065"
-         width="5"
-         id="rect2255"
-         style="opacity:1;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1.00000012;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" />
-      <path
-         sodipodi:nodetypes="ccccccc"
-         id="rect1362"
-         d="M 3,13.5 L 3.5,12 L 12.5,12 L 13,13.5 L 13,13.990403 L 3,13.990403 L 3,13.5 z "
-         style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;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" />
-      <rect
-         y="8.4904032"
-         x="6.5"
-         height="4"
-         width="3"
-         id="rect2257"
-         style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#6a6e67;stroke-width:1;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" />
-    </g>
-    <rect
-       style="color:#000000;fill:url(#linearGradient2211);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999976;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="rect1368"
-       width="15.004538"
-       height="11.006206"
-       x="0.49546236"
-       y="0.49379444"
-       rx="1.1888983"
-       ry="1.1888984" />
-    <rect
-       style="opacity:0.83921569;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2208);stroke-width:1.00000036;stroke-linecap:round;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="rect1370"
-       width="13.005486"
-       height="9.008769"
-       x="1.4945142"
-       y="1.4912311"
-       rx="0.26486456"
-       ry="0.25975561" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-       id="path1376"
-       sodipodi:cx="194.25"
-       sodipodi:cy="51.25"
-       sodipodi:rx="0.25"
-       sodipodi:ry="0.25"
-       d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-       transform="matrix(2.000052,0,0,1.99997,-385.0101,-92.99847)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.80392157;color:#000000;fill:#f57900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-       id="path1398"
-       sodipodi:cx="194.25"
-       sodipodi:cy="51.25"
-       sodipodi:rx="0.25"
-       sodipodi:ry="0.25"
-       d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-       transform="matrix(2.000052,0,0,1.99997,-378.0101,-92.99847)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-       id="path1400"
-       sodipodi:cx="194.25"
-       sodipodi:cy="51.25"
-       sodipodi:rx="0.25"
-       sodipodi:ry="0.25"
-       d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-       transform="matrix(2.000052,0,0,1.99997,-376.0101,-92.99846)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.80392157;color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-       id="path1402"
-       sodipodi:cx="194.25"
-       sodipodi:cy="51.25"
-       sodipodi:rx="0.25"
-       sodipodi:ry="0.25"
-       d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-       transform="matrix(2.000052,0,0,1.99997,-380.0101,-92.99847)" />
-    <g
-       id="g2406"
-       transform="translate(32.332605,29.910928)">
-      <rect
-         ry="0"
-         rx="0"
-         style="color:#000000;fill:url(#radialGradient2410);fill-opacity:1;fill-rule:nonzero;stroke:#3b2400;stroke-width:1;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="rect1372"
-         width="11.007386"
-         height="6.0129633"
-         x="-29.832605"
-         y="-27.423893" />
-      <path
-         style="opacity:0.5;color:#000000;fill:url(#radialGradient2412);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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.32311,-26.910927 L -19.32311,-26.910927 L -19.32311,-24.910927 L -29.32311,-24.910927 L -29.32311,-26.910927 z "
-         id="path1374"
-         sodipodi:nodetypes="ccccc" />
+       id="g3202"
+       transform="matrix(0.25,0,0,0.25,-155.3569,764.53484)">
+      <g
+         transform="matrix(0.44062106,0,0,0.44062106,-194.02644,648.37484)"
+         id="g19804">
+        <rect
+           y="696.75507"
+           x="-29.767303"
+           height="145.24953"
+           width="145.24953"
+           id="rect18907"
+           style="fill:none;stroke:none" />
+        <g
+           transform="matrix(0.18785991,0,0,0.18785991,2982.284,-403.80476)"
+           id="g18909">
+          <g
+             id="g18911"
+             transform="matrix(1.1447958,0,0,1.1447958,2321.1724,-803.13568)">
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccssccsccszcc"
+               id="path18913"
+               d="m -15830.189,5839.7611 9.314,-4.2487 c 0,0 -8.674,19.5152 -4.032,31.3243 4.644,11.8094 18.933,42.6546 9.92,70.5703 -9.012,27.9151 -32.826,45.4327 -32.826,45.4327 -15.298,10.3098 -19.567,4.6983 -5.713,-3.8538 0,0 22.437,-14.1574 29.007,-39.6193 7.755,-30.0518 -11.28,-43.7916 -15.804,-62.5015 l -60.402,119.9419 c -21.695,20.9602 -67.692,11.7487 -64.711,-15.7297 1.853,-17.0859 25.062,-21.0854 35.252,-20.4317 9.736,0.6249 23.702,8.089 31.799,14.6181 l 68.196,-135.5026 z"
+               style="fill:#3d81d1;fill-opacity:1;fill-rule:evenodd;stroke:none"
+               inkscape:export-filename="/home/smorge/SEBASTIENs/ACTIVITEs/EN COURS/freetuxtv/freetuxtv-1.png"
+               inkscape:export-xdpi="30.536354"
+               inkscape:export-ydpi="30.536354" />
+            <path
+               inkscape:connector-curvature="0"
+               inkscape:export-ydpi="30.536354"
+               inkscape:export-xdpi="30.536354"
+               inkscape:export-filename="/home/smorge/SEBASTIENs/ACTIVITEs/EN COURS/freetuxtv/freetuxtv-1.png"
+               style="fill:#ecd000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+               d="m -15890.888,5824.2711 5.452,-2.4874 c 0,0 -5.078,11.4237 -2.358,18.3366 2.717,6.9129 11.082,24.9687 5.805,41.3099 -5.276,16.341 -19.214,26.5951 -19.214,26.5951 -8.955,6.0351 -11.456,2.7502 -3.346,-2.2559 0,0 13.135,-8.2874 16.981,-23.1922 4.539,-17.5913 -6.603,-25.6344 -9.252,-36.5864 l -35.359,70.2107 c -12.697,12.2695 -39.624,6.8771 -37.879,-9.2079 1.085,-10.0016 14.672,-12.3427 20.634,-11.9603 5.702,0.3659 13.878,4.735 18.617,8.557 l 39.919,-79.3192 z"
+               id="path18915"
+               sodipodi:nodetypes="ccssccsccszcc" />
+          </g>
+          <g
+             id="g18917"
+             transform="translate(40.381598,120.28663)">
+            <path
+               inkscape:connector-curvature="0"
+               id="path18919"
+               d="m -15690.342,5918.3309 c -84.807,1.4896 -145.741,66.5755 -153.274,129.8026 -7.559,63.4563 -3.247,76.5545 -18.678,127.3472 l 346.839,0 c -15.428,-50.7884 -11.118,-63.893 -18.678,-127.3472 -7.532,-63.227 -68.442,-128.313 -153.25,-129.8026 l -2.959,0 z"
+               style="fill:#000000;fill-opacity:1;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#000000;stroke:none"
+               d="m -15469.405,6154.8583 16.44,104.7341 c 0,0 30.033,-16.7156 55.873,-11.7295 25.843,4.9859 63.837,33.3542 86.435,26.8411 10.928,-3.15 5.332,-19.2677 -5.116,-33.0683 -44.014,-51.2128 -89.856,-75.4203 -153.632,-86.7774 z"
+               id="path18921"
+               sodipodi:nodetypes="ccsccc" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccsccc"
+               id="path18923"
+               d="m -15905.167,6154.8583 -16.441,104.7341 c 0,0 -30.032,-16.7156 -55.873,-11.7295 -25.842,4.9859 -63.837,33.3542 -86.435,26.8411 -10.928,-3.15 -5.331,-19.2677 5.116,-33.0683 44.014,-51.2128 89.857,-75.4203 153.633,-86.7774 z"
+               style="fill:#000000;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m -15928.384,6137.378 c 0,91.6973 0,183.3946 0,275.092 159.676,0 319.353,0 479.03,0 0,-92.058 0,-184.1158 0,-276.1736 -159.677,0 -319.354,-1e-4 -479.03,0 l 0,0.5408 0,0.5408 z"
+               id="path18925" />
+            <rect
+               y="6138.4565"
+               x="-15923.021"
+               height="265.35864"
+               width="468.29385"
+               id="rect18927"
+               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path18929"
+               d="m -15922.565,6140.6116 0,24.0119 c -34.172,7.6069 -67.054,21.9243 -94.811,43.624 -15.394,13.1547 -31.051,26.2747 -42.532,43.2216 -3.024,5.4324 -7.953,11.8555 -5.939,18.3241 41.473,-37.6863 91.515,-64.9136 143.282,-85.8797 l 0,217.7442 183.445,0 c 1.359,-5.3744 2.716,-10.7498 4.076,-16.1242 l -155.747,0 0,-228.7977 c 71.156,10e-5 142.303,10e-5 213.459,0 1.359,-5.3744 2.717,-10.7499 4.075,-16.1242 l -249.308,0 z"
+               style="opacity:0.5;fill:url(#radialGradient3271);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <rect
+               style="fill:#2f6ed2;fill-opacity:1;fill-rule:nonzero;stroke:none"
+               id="rect18931"
+               width="396.129"
+               height="224.46642"
+               x="-15886.94"
+               y="6158.9028" />
+            <rect
+               y="6158.9028"
+               x="-15886.94"
+               height="224.46642"
+               width="396.129"
+               id="rect18933"
+               style="fill:url(#radialGradient3273);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.5;fill:url(#linearGradient3275);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m -15884.798,6381.2038 c 47.266,0 94.533,0 141.799,0 18.522,-73.3771 37.043,-146.7541 55.565,-220.1312 -65.789,10e-5 -131.577,0 -197.364,0 0,73.3771 0,146.7541 0,220.1312 z"
+               id="path18935" />
+            <rect
+               y="6158.9028"
+               x="-15886.94"
+               height="224.46642"
+               width="396.129"
+               id="rect18937"
+               style="fill:none;stroke:#ffffff;stroke-width:1.40635264;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#ffffff;fill-opacity:1;stroke:none"
+               d="m -15811.58,6161.5157 c -0.266,0.4393 -0.477,1.0158 -0.534,1.5724 -0.03,0.2921 -1.053,0.4595 -2.288,0.3662 -1.646,-0.1247 -2.224,0.024 -2.117,0.5384 0.1,0.4611 -0.441,0.7115 -1.561,0.7325 -0.936,0.017 -1.831,0.1857 -2.032,0.3876 -0.199,0.202 -1.226,0.3928 -2.266,0.4308 l -1.903,0.065 1.861,0.3231 c 1.016,0.1808 1.706,0.5186 1.56,0.7323 -0.144,0.2135 0.298,0.7799 0.962,1.2494 0.93,0.6563 1.36,0.7095 1.926,0.2369 0.492,-0.4114 1.045,-0.4469 1.688,-0.1076 2.459,1.3028 5.145,1.2415 7.783,-0.1724 1.813,-0.9711 2.751,-1.2138 3.144,-0.8185 0.848,0.8539 -0.519,1.8542 -4.149,3.0587 -2.32,0.7698 -3.47,0.9197 -4.319,0.5386 -1.23,-0.554 -2.801,-0.219 -2.801,0.6031 0,0.8415 3.74,2.7993 4.747,2.4772 1.237,-0.3952 1.792,0.4729 0.813,1.2923 -1.086,0.9077 -6.372,0.052 -6.372,-1.0339 0,-0.4357 -0.404,-1.1132 -0.899,-1.4863 -0.496,-0.3734 -0.766,-1.0441 -0.599,-1.4863 0.168,-0.4421 0.126,-0.7474 -0.127,-0.6892 -0.542,0.125 -2.237,-0.4615 -3.357,-1.1632 -1.568,-0.9848 -2.143,-1.1423 -3.037,-0.7971 -0.778,0.3008 -0.794,0.4164 -0.129,0.8402 0.772,0.4912 0.637,0.5845 -1.198,0.7323 -0.361,0.029 -0.951,0.4115 -1.282,0.8402 -0.765,0.9849 0.546,2.0957 2.48,2.1325 0.726,0.014 1.661,0.2592 2.096,0.5385 0.619,0.3966 0.404,0.5796 -0.983,0.8615 -1.426,0.2891 -1.593,0.4497 -0.899,0.8402 0.474,0.2669 0.726,0.695 0.557,0.9693 -0.169,0.2781 0.606,0.5169 1.753,0.5169 1.388,0 2.349,-0.3619 2.994,-1.077 0.729,-0.8139 1.115,-0.9123 1.667,-0.4524 0.394,0.3298 1.433,0.9919 2.31,1.4647 0.876,0.4729 1.645,1.108 1.689,1.4002 0.135,0.8971 -1.644,0.9064 -2.523,0.022 -0.455,-0.4599 -0.594,-0.8402 -0.299,-0.8402 0.295,0 0.674,0.2464 0.855,0.5385 0.179,0.2925 0.715,0.5386 1.197,0.5386 0.679,0 0.598,-0.1973 -0.343,-0.8616 -1.008,-0.7107 -1.458,-0.743 -2.607,-0.2155 -1.247,0.5727 -1.298,0.6968 -0.472,1.1632 0.968,0.5453 0.76,1.5218 -0.32,1.5079 -0.376,-0.011 -0.304,-0.2291 0.17,-0.5385 0.437,-0.2835 0.546,-0.5169 0.258,-0.5169 -0.865,0 -2.108,0.9779 -1.732,1.357 0.192,0.1932 2.431,0.4252 4.96,0.5385 2.53,0.1128 4.728,0.3475 4.876,0.4954 0.375,0.379 0.595,0.33 2.566,-0.3877 1.815,-0.6612 2.447,-1.556 0.791,-1.1201 -1.307,0.345 -3.94,-0.7586 -3.507,-1.4648 0.195,-0.3169 0.916,-0.4371 1.626,-0.2585 0.759,0.1926 1.99,-0.034 2.993,-0.56 0.93,-0.4887 2.021,-1.0507 2.438,-1.2494 0.418,-0.1984 0.856,-0.6698 0.983,-1.0554 0.167,-0.5084 -0.121,-0.6062 -1.069,-0.3662 -0.721,0.182 -1.461,0.1649 -1.647,-0.021 -0.598,-0.6033 0.793,-1.7662 2.118,-1.7662 0.706,0 1.15,-0.2234 0.983,-0.4955 -0.537,-0.8778 0.58,-1.0666 2.309,-0.4094 1.384,0.5268 1.756,0.4943 2.139,-0.1291 0.255,-0.4168 2.326,-1.6574 4.598,-2.7572 2.27,-1.0995 3.845,-2.0108 3.506,-2.0249 -0.34,-0.014 -1.05,-0.1706 -1.583,-0.3447 -0.718,-0.2341 -0.783,-0.1645 -0.257,0.2155 0.543,0.3906 0.341,0.6424 -0.898,1.0771 -1.696,0.5961 -2.641,0.054 -1.518,-0.8618 0.358,-0.2933 1.708,-0.8927 3.015,-1.3354 3.152,-1.0683 5.282,-2.0482 5.282,-2.4556 0,-0.1826 -0.656,-0.724 -1.454,-1.1847 -1.05,-0.6067 -1.868,-0.7172 -3.014,-0.3877 -1.545,0.4435 -2.833,0.2747 -2.781,-0.3016 l -18.817,0 z m 44.52,0 c 0.02,0.9978 0.847,0.997 1.262,0 l -1.262,0 z m 2.543,0 c 0.111,0.1002 0.187,0.1707 0.321,0.3015 0.862,0.8362 1.133,1.4613 0.792,1.874 -0.434,0.5268 -3.1,0.5882 -5.753,0.1507 -1.988,-0.3277 -3.654,0.073 -3.377,0.7972 0.41,1.0784 -0.602,1.4891 -1.369,0.5599 -0.787,-0.9561 -1.636,-1.0256 -1.454,-0.1291 0.101,0.4668 -0.759,0.6081 -3.037,0.4953 -3.011,-0.149 -6.506,0.8557 -5.709,1.6587 0.528,0.5302 -0.972,2.0609 -1.732,1.7663 -0.38,-0.1468 -0.819,-0.051 -0.983,0.2155 -0.163,0.2666 -0.603,0.3549 -0.962,0.2153 -0.863,-0.3342 -4.893,1.6441 -4.214,2.0678 0.29,0.1799 1.275,0.1117 2.182,-0.1507 2.174,-0.628 2.541,0.082 1.069,2.0895 -0.815,1.1099 -1.648,1.6154 -2.652,1.6154 -0.798,0 -1.595,0.2415 -1.774,0.5387 -0.184,0.297 -0.559,0.387 -0.833,0.2153 -0.661,-0.4105 -4.17,0.7687 -4.17,1.4002 0,0.4931 0.631,0.6063 4.426,0.7108 1.138,0.03 2.186,0.345 2.309,0.7108 0.245,0.7334 -0.21,0.9405 -3.314,1.5079 -1.895,0.3465 -1.955,0.4234 -0.77,0.7323 0.726,0.1892 1.193,0.5473 1.047,0.797 -0.394,0.6774 1.676,1.2627 2.887,0.8186 0.582,-0.213 2.938,-0.4169 5.239,-0.474 2.304,-0.054 4.396,-0.2273 4.619,-0.3661 0.222,-0.1389 0.716,0.4139 1.133,1.2278 0.419,0.814 1.274,1.9428 1.881,2.4987 0.614,0.5559 1.112,1.2893 1.112,1.6371 0,0.3478 0.454,1.0478 1.005,1.5509 0.698,0.6368 0.92,1.3705 0.749,2.4556 -0.28,1.7925 0.621,2.1578 1.069,0.4308 0.241,-0.9333 0.43,-1.033 1.048,-0.5169 1.801,1.5056 1.352,3.3477 -0.962,3.9203 -0.724,0.1795 -0.542,0.2809 0.577,0.3232 0.898,0.034 2.02,0.5185 2.502,1.0554 0.821,0.9139 0.814,1.0392 -0.171,1.9388 -0.995,0.9058 -0.993,0.9753 -0.128,1.6155 0.839,0.6231 0.796,0.7379 -0.534,1.2493 -0.799,0.3069 -1.455,0.828 -1.455,1.1632 0,0.4438 0.21,0.426 0.769,-0.043 1.227,-1.0245 2.097,-0.07 1.027,1.1201 -0.496,0.5553 -0.69,1.0243 -0.427,1.034 0.261,0.011 0.05,0.3311 -0.493,0.7323 -0.614,0.4696 -0.729,0.8492 -0.362,1.0771 0.312,0.1943 0.398,0.6459 0.192,0.9909 -0.237,0.4016 -0.07,0.3557 0.469,-0.086 0.958,-0.7814 1.619,-0.1413 0.963,0.9262 -0.273,0.4455 0.119,1.5126 1.048,2.908 2.045,3.0547 3.489,4.2579 5.153,4.2866 0.782,0.014 1.44,0.3238 1.476,0.6893 0.03,0.3652 0.117,0.8069 0.149,0.9693 0.141,0.6285 3.237,-1.6417 3.293,-2.4126 0.03,-0.4485 0.02,-1.3305 -0.04,-1.9601 -0.06,-0.6294 0.141,-1.3168 0.448,-1.5079 0.308,-0.1913 0.556,-0.7715 0.556,-1.314 0,-1.1436 4.654,-5.4555 5.389,-4.9974 0.272,0.1694 1.179,0.01 2.01,-0.3447 1.493,-0.6226 2.234,-1.6295 2.331,-3.1879 0.03,-0.4385 0.341,-0.7192 0.705,-0.6462 0.361,0.072 1.121,-0.3521 1.69,-0.9263 0.828,-0.832 1.708,-1.0148 4.361,-0.9693 2.047,0.034 3.933,-0.278 4.897,-0.7755 0.866,-0.4451 2.405,-0.9962 3.422,-1.2277 l 1.838,-0.4093 -1.838,-0.4093 c -1.017,-0.2246 -2.354,-0.2817 -2.973,-0.1293 -1.333,0.3271 -2.216,-0.737 -1.005,-1.2062 0.462,-0.1774 0.762,-0.7064 0.684,-1.1848 -0.1,-0.6033 0.336,-0.9146 1.369,-1.0339 1.145,-0.1322 1.534,0.081 1.754,0.9262 0.348,1.3469 1.754,1.4672 1.754,0.1508 0,-1.2385 -2.878,-2.9538 -4.235,-2.5203 -1.439,0.4596 -2.32,-0.1547 -1.561,-1.0769 0.45,-0.5469 0.314,-0.8359 -0.534,-1.2925 -1.506,-0.8121 -0.776,-1.7386 1.047,-1.3356 1.204,0.2663 1.473,0.1457 1.412,-0.6246 -0.114,-1.3484 1.716,-1.2396 3.528,0.2155 0.819,0.6581 1.874,1.2062 2.351,1.2062 0.675,0 0.616,-0.1941 -0.299,-0.8401 -1.499,-1.0578 -1.055,-1.8094 1.07,-1.8094 1.564,0 1.589,-0.056 0.619,-0.797 -0.562,-0.4292 -0.781,-0.8179 -0.491,-0.8616 0.29,-0.046 -0.173,-0.2244 -1.026,-0.4093 -2.019,-0.4363 -2.043,-1.2914 -0.04,-1.7232 l 1.582,-0.3232 -1.689,-0.086 c -0.925,-0.034 -1.817,-0.2821 -1.988,-0.56 -0.516,-0.8426 1.628,-1.6366 3.442,-1.2709 1.275,0.2568 1.625,0.1829 1.326,-0.3016 -0.22,-0.3572 -0.532,-0.5213 -0.685,-0.3661 -0.515,0.5192 -2.341,-0.8283 -2.073,-1.5294 0.144,-0.3803 0,-0.9539 -0.321,-1.2709 -0.412,-0.4143 -0.154,-0.7332 0.855,-1.1201 0.771,-0.2958 1.412,-0.8829 1.412,-1.314 0,-0.431 0.41,-1.0318 0.919,-1.3571 0.781,-0.5 0.712,-0.568 -0.449,-0.323 -1.643,0.3469 -2.283,-0.097 -1.476,-1.0771 0.329,-0.3978 1.621,-0.7323 2.909,-0.7323 1.543,0 2.268,-0.2107 2.18,-0.6463 -0.08,-0.3583 0.407,-0.7388 1.07,-0.84 0.657,-0.1013 1.804,-0.4959 2.544,-0.8833 l 1.347,-0.6893 -2.117,-0.3876 c -1.162,-0.1977 -2.528,-0.1122 -3.057,0.1723 -1.34,0.7189 -3.482,0.9296 -4.277,0.4308 -0.369,-0.2307 -1.378,-0.048 -2.245,0.3877 -1.541,0.7747 -2.527,0.3887 -1.839,-0.7323 0.229,-0.3731 -0.905,-0.5128 -3.507,-0.3878 -2.824,0.1363 -4.771,0.5885 -7.162,1.6802 -1.884,0.859 -3.653,1.3624 -4.17,1.1631 -1.3,-0.5028 -0.492,-1.1012 4.106,-2.951 2.61,-1.0506 4.979,-1.6156 6.67,-1.6156 1.44,0 3.407,-0.3689 4.384,-0.8184 l 1.774,-0.8187 -2.971,0.3017 c -3.124,0.3333 -4.356,-0.2794 -2.695,-1.3356 0.164,-0.1046 0.153,-0.1764 0.04,-0.2369 l -3.849,0 c -1.648,0.1417 -3.671,0.3937 -5.773,0.7323 -1.725,0.2776 -3.354,0.3553 -3.615,0.1938 -0.402,-0.2503 -0.259,-0.5858 0.258,-0.9261 l -7.207,0 c -0.169,0.023 -0.357,0.021 -0.577,0 l -6.137,0 z m 193.601,15.9183 c -2.751,7.0882 -12.303,4.2071 -19.587,6.2684 -6.339,0.3391 0.933,6.6984 -6.97,3.8773 -8.874,-2.1715 5.01,9.5011 -1.475,5.9667 -0.899,-3.7296 -11.179,-4.0639 -4.941,0.2155 -3.742,-0.9765 -6.388,-6.9516 -5.793,0.6677 -0.181,2.5187 10.297,6.7165 5.131,7.733 -2.484,-10.1223 -8.652,8.1997 -11.376,0.1078 7.025,4.2281 6.052,-18.1779 0.193,-11.8473 -6.359,2.4713 4.643,12.0059 -4.341,7.2376 -4.311,-2.4588 -8.774,2.858 -9.537,0.5385 -5.497,2.4173 -10.334,0.5702 -15.93,4.8251 1.254,-2.3629 -4.238,-6.1561 -1.989,-0.086 -1.544,0.8075 -3.392,2.502 -5.281,3.5542 -0.113,0.063 -0.228,0.1145 -0.342,0.1724 -0.03,0.015 -0.08,0.026 -0.107,0.043 -0.193,0.096 -0.382,0.2011 -0.578,0.28 -0.08,0.031 -0.159,0.057 -0.235,0.086 -0.148,0.056 -0.278,0.1095 -0.427,0.1508 -0.07,0.017 -0.15,0.03 -0.215,0.043 -0.03,0.011 -0.06,0.02 -0.08,0.021 -0.182,0.041 -0.353,0.069 -0.535,0.086 -0.204,0.02 -0.416,0.036 -0.619,0.021 -0.08,-0.011 -0.156,-0.031 -0.235,-0.043 -0.1,-0.014 -0.2,-0.021 -0.299,-0.043 -0.03,-0.011 -0.06,-0.019 -0.09,-0.021 -0.1,-0.028 -0.2,-0.072 -0.299,-0.1077 -0.1,-0.038 -0.2,-0.081 -0.299,-0.1293 0.112,0.2329 0.203,0.4576 0.278,0.6462 0.08,0.1832 0.127,0.3514 0.171,0.4954 0.09,0.3015 0.132,0.5188 0.106,0.6678 -0.108,0.5661 -1.027,0.062 -2.073,-0.8617 -0.262,-0.2327 -0.543,-0.5009 -0.813,-0.7754 -0.265,-0.2718 -0.54,-0.5484 -0.791,-0.8401 -0.02,-0.01 0.02,-0.021 0,-0.021 -0.38,-0.4388 -0.741,-0.8683 -1.026,-1.2925 0,-0.011 0.02,-0.019 0,-0.022 -0.191,-0.2845 -0.349,-0.5457 -0.471,-0.7969 -0.121,-0.2514 -0.182,-0.471 -0.213,-0.6678 -0.07,-0.3931 0.06,-0.6648 0.491,-0.7108 0.213,-0.022 0.51,0.018 0.876,0.1077 0.185,0.047 0.373,0.1122 0.6,0.1938 0.454,0.1633 1.005,0.3967 1.646,0.7108 0.424,0.039 0.807,0.07 1.176,0.086 0.366,0.015 0.713,0.01 1.027,0 1.704,-0.025 2.658,-0.3468 3.014,-0.8401 0.03,-0.046 0.06,-0.081 0.09,-0.1292 0.06,-0.096 0.06,-0.2165 0.06,-0.3232 0.02,-0.1066 0,-0.2074 -0.02,-0.323 -0.06,-0.2308 -0.168,-0.4753 -0.342,-0.7324 -0.09,-0.1261 -0.189,-0.2576 -0.299,-0.3877 l 0,-0.022 c -0.112,-0.1283 -0.25,-0.2563 -0.386,-0.3877 -0.02,-0.011 -0.02,0 -0.02,0 -0.689,-0.6779 -1.657,-1.3825 -2.78,-2.0248 l -0.02,0 c -0.904,-0.5152 -1.897,-0.9919 -2.908,-1.3787 -0.252,-0.096 -0.517,-0.1948 -0.77,-0.2799 -2.026,-0.6793 -4.019,-0.9658 -5.411,-0.4738 -0.09,-0.09 -0.155,-0.1745 -0.213,-0.2585 -0.02,-0.012 0.03,-0.02 0,-0.021 -0.112,-0.1685 -0.176,-0.3247 -0.213,-0.4738 -0.113,-0.4531 0.02,-0.8276 -0.13,-1.1417 -0.02,-0.053 -0.09,-0.1009 -0.127,-0.1508 -0.06,-0.051 -0.1,-0.1017 -0.172,-0.1508 -0.07,-0.047 -0.155,-0.085 -0.256,-0.1292 -0.41,-0.18 -1.075,-0.3615 -2.181,-0.517 -0.02,0.011 -0.02,0.019 -0.02,0.022 -0.06,0.063 -0.09,0.1213 -0.129,0.1723 -0.02,0.014 -0.04,0.03 -0.06,0.043 -0.03,0.031 -0.05,0.058 -0.09,0.086 -0.03,0.028 -0.08,0.041 -0.106,0.065 -0.02,0.011 -0.02,0.033 -0.04,0.043 -0.06,0.031 -0.09,0.044 -0.15,0.064 -0.06,0.016 -0.106,0.033 -0.15,0.043 -0.642,0.1352 -1.375,-0.4151 -2.138,-0.6677 -0.1,-0.034 -0.198,-0.065 -0.299,-0.086 -0.03,-0.011 -0.04,0 -0.06,0 -0.03,-0.011 -0.07,-0.019 -0.107,-0.021 -0.08,-0.011 -0.154,-0.025 -0.235,-0.021 -0.06,0 -0.132,0.033 -0.192,0.043 -0.02,0 -0.02,-0.011 -0.04,0 -0.07,0.014 -0.13,0.021 -0.192,0.043 -0.02,0.011 -0.04,0.019 -0.06,0.021 -0.03,0.014 -0.06,0.029 -0.09,0.043 -0.06,0.025 -0.115,0.051 -0.172,0.086 -0.131,0.08 -0.254,0.1886 -0.384,0.3231 -0.02,0.018 -0.03,0.025 -0.06,0.043 -0.216,0.2401 -0.426,0.5584 -0.641,0.9908 -0.184,-0.014 -0.383,-0.01 -0.556,0 -0.535,0.014 -1.029,0.1162 -1.496,0.2586 -1.244,0.3807 -2.336,1.115 -3.721,1.7662 -0.176,0.081 -0.351,0.1591 -0.535,0.2369 -0.55,0.234 -1.144,0.4573 -1.817,0.6248 -0.03,0.1236 -0.07,0.2464 -0.107,0.3662 -0.203,0.5987 -0.494,1.1434 -0.856,1.6586 -0.144,0.2061 -0.306,0.4079 -0.469,0.6031 -0.166,0.1949 -0.333,0.3748 -0.514,0.5601 -0.363,0.3706 -0.786,0.737 -1.198,1.077 -0.617,0.5076 -1.265,0.9952 -1.924,1.4648 -0.662,0.4712 -1.345,0.9308 -1.967,1.4001 -0.205,0.1541 -0.383,0.3173 -0.578,0.474 -0.395,0.3178 -0.78,0.6336 -1.111,0.9692 0.239,0.3512 0.401,0.673 0.513,0.9693 0.06,0.1521 0.1,0.2915 0.129,0.4308 0.02,0.1363 0.06,0.2628 0.06,0.3878 0,0.1197 -0.03,0.2341 -0.06,0.3446 -0.08,0.3511 -0.257,0.6677 -0.514,0.9478 -0.258,0.2772 -0.582,0.5159 -0.962,0.7539 -1.647,1.032 -4.178,1.8502 -5.175,3.662 -0.155,0.2787 -0.271,0.5738 -0.342,0.9047 -0.222,0.9937 -0.04,2.2297 0.791,3.8557 0.437,0.9801 1.07,1.2803 1.796,1.2494 0.1,-0.011 0.212,-0.01 0.321,-0.021 2.565,-0.4061 6.01,-4.1146 5.944,3.0373 1.424,3.8119 4.503,2.0063 6.266,-0.9263 0.1,-0.1628 0.189,-0.305 0.277,-0.4739 1.076,-2.0294 1.498,-4.4592 0.365,-5.9452 -0.09,-0.1241 -0.207,-0.2345 -0.322,-0.3446 1.001,-4.1156 5.704,-10.935 9.751,-9.8441 -0.232,0.3727 -0.534,0.8772 -0.876,1.4647 -0.173,0.2938 -0.372,0.5962 -0.557,0.9263 -1.652,2.973 -3.579,7.2058 -1.988,8.5086 l 0.02,0 c 0.09,0.069 0.17,0.1205 0.278,0.1723 l 0.02,0 c 0.665,0.3166 1.744,0.2981 3.378,-0.237 0.272,-0.088 0.552,-0.184 0.855,-0.3016 1.582,-0.1265 2.656,-0.079 3.336,0.065 l 0.02,0 c 0.333,0.072 0.577,0.1647 0.727,0.28 l 0.02,0 c 0.442,0.3503 0.108,0.8685 -0.684,1.3355 -1.15,0.6786 -3.268,1.2638 -5.325,1.1202 -0.158,-0.013 -0.314,-0.022 -0.471,-0.043 0.226,0.8258 0.37,1.4787 0.428,2.0249 0.02,0.1821 0.04,0.361 0.04,0.5169 0,0.1498 -0.03,0.3033 -0.04,0.4308 -0.02,0.1261 -0.02,0.26 -0.06,0.3662 -0.346,1.1023 -1.582,1.191 -3.571,1.4432 -0.02,0.189 -0.04,0.3796 -0.09,0.5601 -0.124,0.5417 -0.346,1.0218 -0.642,1.4863 -0.1,0.1547 -0.206,0.3067 -0.32,0.4524 -0.346,0.4377 -0.749,0.8301 -1.219,1.1848 -1.563,1.1812 -3.738,1.9122 -5.881,2.0678 -0.215,0.015 -0.426,0.016 -0.641,0.021 -2.77,0.057 -5.392,-0.8367 -6.48,-2.8434 -0.613,-6.5361 0.309,3.4809 -3.185,4.5666 -0.124,0.039 -0.248,0.07 -0.385,0.086 -0.406,0.045 -0.869,-0.024 -1.39,-0.237 -3.344,3.1027 -8.045,7.8804 -12.894,8.487 0.121,0.071 0.225,0.1501 0.342,0.237 0.02,0.011 0.02,-0.011 0.02,0 1.656,1.2186 2.871,3.8732 2.93,6.096 0.03,0.1591 0.03,0.2986 0,0.4523 -0.02,0.4673 -0.115,0.8968 -0.257,1.2925 -0.06,0.1345 -0.111,0.2643 -0.171,0.3877 -0.07,0.1199 -0.118,0.2367 -0.193,0.3446 -0.152,0.2161 -0.323,0.4 -0.534,0.5601 -0.112,0.081 -0.218,0.1512 -0.342,0.2154 -0.245,0.128 -0.545,0.2239 -0.856,0.28 -0.158,0.029 -0.318,0.057 -0.491,0.065 -0.347,0.015 -0.735,-0.012 -1.155,-0.086 -0.422,-0.072 -0.869,-0.1935 -1.369,-0.3662 -0.254,-0.087 -0.494,-0.1863 -0.769,-0.3017 -0.932,0.011 -1.709,0.221 -2.31,0.5818 -0.171,0.1033 -0.325,0.2182 -0.47,0.3446 -0.66,0.5685 -1.05,1.3608 -1.24,2.2617 -0.06,0.2003 -0.09,0.3936 -0.107,0.6031 -0.06,0.4239 -0.03,0.8453 0,1.2925 0.03,0.4421 0.1,0.8909 0.214,1.3356 0.06,0.2223 0.121,0.4482 0.192,0.6677 0.08,0.2191 0.168,0.4325 0.256,0.6462 l 0,0.021 c 0.09,0.2095 0.177,0.4016 0.279,0.6031 0.111,0.2098 0.22,0.4045 0.342,0.6031 0.119,0.1947 0.231,0.3784 0.363,0.5602 0.139,0.1874 0.276,0.3677 0.427,0.5385 0.148,0.1659 0.313,0.3264 0.471,0.4739 l 0.02,0 c 0.159,0.1452 0.302,0.2845 0.47,0.4092 0.177,0.1316 0.37,0.2377 0.556,0.3447 0.184,0.1034 0.363,0.2017 0.557,0.28 l 0.02,0 c 0.05,0.018 0.08,0.026 0.127,0.043 0.536,0.1957 1.109,0.2956 1.711,0.2586 0.02,-3e-4 0.02,2e-4 0.02,0 0.323,-0.021 0.665,-0.093 1.005,-0.1938 0.114,-0.034 0.225,-0.062 0.341,-0.1078 0.466,-0.1759 0.949,-0.4334 1.434,-0.7755 l 0.02,0 c 0.245,-0.1725 0.502,-0.3629 0.748,-0.5815 0.428,-0.651 0.898,-1.4116 1.433,-2.1972 0.269,-0.3913 0.543,-0.7779 0.834,-1.1847 0.583,-0.8161 1.212,-1.6484 1.882,-2.4556 0.333,-0.4022 0.676,-0.8028 1.027,-1.1848 1.053,-1.1435 2.182,-2.1569 3.356,-2.9079 0.196,-0.1252 0.401,-0.2356 0.599,-0.3447 0.199,-0.1089 0.396,-0.21 0.599,-0.3016 0.805,-0.3651 1.631,-0.6011 2.459,-0.6246 0.206,-0.011 0.412,0 0.62,0.021 0.208,0.018 0.41,0.062 0.62,0.1076 l 0.02,0 c 0.206,0.046 0.416,0.1003 0.62,0.1724 l 0.02,0 c 0.204,0.072 0.394,0.1788 0.598,0.2801 l 0.02,0 c 0.414,0.2062 0.826,0.4655 1.24,0.797 0.211,0.1689 0.432,0.3344 0.641,0.5385 0.208,0.2012 0.392,0.431 0.599,0.6678 0.144,0.025 0.286,0.041 0.428,0.086 l 0.02,0 c 0.135,0.043 0.274,0.1131 0.406,0.1722 l 0.02,0 c 0.132,0.059 0.255,0.1399 0.386,0.2153 0.401,0.2332 0.786,0.5174 1.154,0.8617 1.464,1.3655 2.656,3.4111 3.529,4.5451 0.144,0.1888 0.278,0.3642 0.405,0.4955 0.07,0.064 0.113,0.1241 0.172,0.1723 0.12,0.1014 0.239,0.1543 0.341,0.1723 0.1,0.017 0.18,-0.01 0.257,-0.086 0.117,-0.1134 0.229,-0.3519 0.3,-0.7108 l 0,-0.021 c 0.02,-0.1185 0.02,-0.2397 0.04,-0.3877 l 0,-0.021 c 0.06,-0.4596 0.1,-1.0575 0.107,-1.831 0.1,0.09 0.106,0.091 0.15,0.1294 -0.548,-0.5842 -3.323,-3.4423 -5.046,-5.7945 -0.249,-0.3398 -0.471,-0.6811 -0.662,-0.9909 -0.535,-0.8507 -0.825,-1.5563 -0.664,-1.9386 0.02,-0.034 0.03,-0.054 0.06,-0.086 0.267,-0.3516 1.103,-0.2942 2.76,0.3877 4.828,2.8081 9.829,14.3821 10.84,11.2658 -0.315,1.463 -1.338,3.051 -0.576,2.7141 0.07,-0.03 0.138,-0.068 0.235,-0.1293 0.197,-0.1238 0.447,-0.3264 0.791,-0.6031 0.34,-0.2713 0.769,-0.6111 1.282,-1.0554 -0.359,-0.3859 -0.643,-0.7412 -0.855,-1.0556 -0.211,-0.3142 -0.366,-0.5871 -0.449,-0.8401 -0.09,-0.2592 -0.109,-0.4829 -0.08,-0.6892 0.02,-0.097 0.04,-0.1935 0.08,-0.2801 0.03,-0.087 0.1,-0.1806 0.15,-0.2585 0.06,-0.08 0.133,-0.164 0.213,-0.2369 0.712,-0.6579 2.168,-1.0014 3.571,-1.5293 0.469,-0.1757 0.922,-0.372 1.348,-0.6032 0.704,-0.3842 1.326,-0.8639 1.689,-1.5294 l 0,-0.021 c 0.218,-0.3991 0.349,-0.8545 0.364,-1.4001 l 0,-0.022 c 0.02,-0.364 -0.06,-0.7645 -0.15,-1.2063 l 0,-0.021 c -0.06,-0.2236 -0.109,-0.4438 -0.193,-0.6894 0.592,-1.4012 1.208,-2.3689 1.818,-2.9942 0.172,-0.1785 0.338,-0.3264 0.514,-0.4522 0.35,-0.2511 0.714,-0.4052 1.068,-0.4739 0.445,-0.087 0.875,-0.046 1.327,0.086 0.181,0.053 0.371,0.1152 0.555,0.1938 0.181,0.08 0.353,0.1797 0.535,0.28 l 0.02,0 c 0.364,0.1992 0.724,0.4346 1.091,0.6893 0.552,0.386 1.125,0.8015 1.689,1.2063 -0.118,-0.1236 -0.234,-0.225 -0.321,-0.3447 -0.17,-0.2374 -0.262,-0.47 -0.32,-0.6892 -0.02,-0.097 -0.05,-0.2079 -0.06,-0.3016 -0.02,-0.262 0.04,-0.4866 0.149,-0.711 0.03,-0.01 0.03,-0.02 0.03,-0.021 0.03,-0.072 0.09,-0.1472 0.149,-0.2154 0.08,-0.109 0.171,-0.2266 0.278,-0.3232 0.06,-0.039 0.08,-0.071 0.129,-0.1077 0.142,-0.114 0.299,-0.2101 0.47,-0.3015 0.202,-0.1092 0.416,-0.2056 0.641,-0.2801 0.02,-0.011 0.03,0 0.04,0 0.02,-0.011 0.02,-0.019 0.04,-0.022 l 0.03,0 c 0.191,-0.058 0.381,-0.1189 0.576,-0.1507 0.02,-0.011 0.04,0 0.06,0 0.225,-0.033 0.45,-0.048 0.664,-0.043 1.419,0.043 2.428,0.9946 0.726,3.3388 6.544,2.5887 5.149,10.0574 -2.308,6.1175 -5.102,-2.7136 -17.302,4.0377 -8.681,8.3793 6.395,-1.4759 11.284,0.1188 6.842,7.4962 -0.704,0.8543 -1.905,1.5244 -3.336,2.1109 -0.113,0 -0.151,-1e-4 -0.279,0 -4.745,0.011 -11.373,-4.9285 -14.027,-2.2401 -3.919,3.9687 -7.226,0.087 -11.097,-0.711 -5.022,-1.035 0.428,-8.6669 -7.078,-6.8498 -4.611,1.1167 -9.497,3.557 -13.877,3.0372 -3.831,-0.4544 -5.157,1.2551 -6.736,3.8773 -1.905,3.1668 -2.704,7.0973 -5.709,10.1241 -3.272,3.2941 -4.3,7.3027 -3.999,12.278 0.278,4.5454 -1.34,8.0035 2.075,11.9336 3.023,3.4767 4.239,10.1335 10.221,9.9302 4.898,-0.1669 10.829,-3.9842 14.412,-1.8525 2.569,1.5295 4.972,0.723 6.308,2.628 2.396,3.4206 -0.617,9.2751 2.801,13.4413 2.721,3.3149 4.626,8.8121 2.16,13.2259 -2.805,5.0199 0.675,9.6559 1.282,14.6044 0.695,5.6635 5.786,10.7644 5.496,15.7031 -0.274,4.6744 4.675,3.5923 7.804,3.0803 5.448,-0.8914 9.186,-5.823 10.435,-10.684 1.112,-4.3264 2.51,-7.4611 2.908,-12.192 0.345,-4.123 9.698,-6.7498 7.27,-13.2045 -1.797,-4.7793 -2.759,-10.1397 1.027,-14.5614 3.517,-4.111 8.018,-7.3293 10.177,-12.6012 0.991,-2.4079 3.973,-8.2602 3.379,-8.25 -2.916,0.048 -9.47,3.1689 -11.568,-1.8095 -2.04,-4.8434 -6.92,-8.0548 -7.248,-13.6566 -0.246,-4.143 -5.27,-8.5025 -5.474,-11.5673 1.372,-0.6182 2.58,-0.6915 3.613,0.2801 3.628,8.0671 8.638,14.8741 10.628,23.8238 7.523,-1.1631 17.198,-6.101 20.633,-13.7644 -3.624,-2.5963 -3.915,-8.4313 -7.825,-2.8865 -5.712,2.2263 -10.068,-17.276 -2.032,-6.6775 6.432,5.2364 19.167,2.5064 23.136,9.3917 -0.609,4.5931 4.694,-3.6417 3.401,3.0156 0.179,5.3021 3.507,17.1611 6.971,18.0079 0.879,-9.3756 6.849,-18.0721 15.801,-21.1314 5.725,0.7927 3.599,12.7035 9.344,9.1764 0.236,9.8418 2.664,6.6466 7.463,7.4531 0.523,7.1305 7.919,2.7648 7.27,-1.9171 -1.343,-5.109 -7.489,-14.4772 1.347,-13.0537 5.952,-1.2925 16.739,-7.9356 13.578,-14.2383 3.206,-1.9893 -5.311,-9.3096 2.674,-11.8257 -1.146,0.087 -10.887,-0.9851 -3.871,-4.739 6.199,-4.8418 -0.195,5.6201 4.747,0.28 4.883,-0.8019 3.911,14.1523 7.527,5.7083 -4.494,-4.5206 0.979,-11.7894 5.709,-11.2873 6.051,-2.2336 15.524,-20.7722 4.854,-19.8173 -5.556,-4.9944 8.813,-13.2009 14.562,-10.9856 6.462,1.7625 8.488,-1.652 13.706,-5.0191 3.922,-0.074 -0.642,5.0234 4.319,1.0771 l 0,-17.9218 c -4.515,-1.446 -8.501,-3.4199 -13.963,-3.1019 -2.489,-2.6674 -5.122,-2.9991 -8.403,-1.637 2.489,-3.4801 -8.165,-2.4982 -7.463,1.0339 -5.465,-0.9501 -14.914,3.556 -14.39,-3.4465 -0.799,-4.1055 -10.59,1.2409 -14.669,-2.1325 -4.047,3.2275 -6.162,-5.1079 -8.04,-1.637 7.137,3.1523 -2.751,-1.2632 -0.256,2.4341 -10.539,3.6028 -1.161,-3.8161 3.549,-4.8036 1.605,-5.8538 -12.516,-0.3964 -11.055,-5.7513 l -0.749,-0.065 -0.04,-0.021 z m -258.497,2.4557 c -0.353,0 -0.435,0.1598 -0.32,0.517 0.139,0.4221 1.256,0.8608 2.587,1.0124 1.966,0.2241 2.384,0.4729 2.609,1.594 0.257,1.282 0.748,1.5363 3.506,1.7663 0.629,0.053 1.341,0.2923 1.582,0.5386 0.241,0.2463 2.096,0.315 4.127,0.1508 2.031,-0.1642 4.495,-0.2928 5.453,-0.3016 1.077,-0.011 1.62,-0.2403 1.412,-0.5817 -0.187,-0.3051 -0.05,-0.9445 0.342,-1.4431 0.606,-0.7835 0.6,-0.8352 -0.09,-0.3016 -0.436,0.3396 -1.392,0.5908 -2.117,0.5817 -0.724,-0.012 -3.331,0.1183 -5.795,0.2584 -4.6,0.2614 -6.843,-0.4052 -6.843,-2.0033 0,-0.3821 -0.877,-0.7913 -1.988,-0.9478 -1.089,-0.1532 -2.651,-0.4566 -3.485,-0.6677 -0.442,-0.1111 -0.771,-0.1733 -0.984,-0.1724 z m 11.975,7.9054 c -1.585,0 -3.935,1.9574 -3.935,3.2742 0,1.5109 1.641,4.1609 2.609,4.2004 0.446,0.017 3.19,0.1061 6.094,0.1939 3.665,0.1112 5.909,0.4543 7.377,1.1201 1.162,0.5266 2.54,1.0054 3.058,1.0556 1.608,0.1552 2.209,1.1589 1.369,2.2401 -0.672,0.8592 -0.652,0.8671 0.149,0.2369 0.756,-0.5958 0.975,-0.5393 1.454,0.3662 0.312,0.5843 0.577,1.3921 0.577,1.8095 0,0.5121 0.393,0.7019 1.241,0.5384 1.54,-0.2966 2.195,0.5601 1.111,1.4648 -0.645,0.5394 -0.967,0.4819 -1.732,-0.2154 -0.859,-0.7828 -1.061,-0.7802 -2.138,-0.021 -0.938,0.6616 -1.046,0.9785 -0.556,1.5725 0.34,0.4119 0.403,0.7746 0.149,0.797 -0.252,0.022 -1.52,0.079 -2.821,0.1292 -1.787,0.07 -2.433,0.3316 -2.566,1.034 -0.132,0.6725 0.183,0.9321 1.068,0.9262 0.674,-0.011 1.534,-0.2254 1.925,-0.4739 0.763,-0.4872 4.833,1.2189 4.833,2.0249 0,0.2537 0.628,0.6207 1.411,0.8185 1.083,0.2738 1.269,0.4669 0.706,0.8185 -0.516,0.3212 -0.268,0.4633 0.855,0.4309 0.892,-0.025 2.551,0.4227 3.678,1.0124 2.666,1.3926 2.632,1.3945 1.496,0.1292 -0.951,-1.0586 -0.936,-1.083 0.108,-1.3571 1.688,-0.4446 1.169,-2.2741 -1.412,-4.8466 -2.245,-2.2375 -2.312,-2.3613 -1.325,-3.1018 1.382,-1.0391 1.506,-1.0012 3.464,0.8401 1.324,1.2466 1.857,1.4583 2.415,0.9908 0.397,-0.3306 0.6,-0.8415 0.428,-1.1201 -0.17,-0.279 0.193,-0.6121 0.813,-0.7755 1.054,-0.2776 1.061,-0.3761 0.256,-1.2708 -0.475,-0.5277 -1.145,-0.8477 -1.497,-0.7108 -0.356,0.1366 -1.091,-0.2451 -1.625,-0.8401 -0.537,-0.599 -1.638,-1.0771 -2.458,-1.0771 -1.776,0 -3.056,-1.7882 -1.796,-2.4987 0.424,-0.2391 0.609,-0.6753 0.406,-0.9693 -0.474,-0.6803 -3.393,-2.0744 -4.02,-1.9171 -0.261,0.065 -0.863,-0.034 -1.326,-0.2155 -0.742,-0.2895 -0.704,-0.4112 0.192,-1.0769 0.857,-0.6349 0.87,-0.754 0.15,-0.754 -0.473,1e-4 -0.997,0.2454 -1.176,0.5386 -0.204,0.3307 -0.664,0.3398 -1.219,0.043 -0.488,-0.2643 -1.146,-0.5098 -1.433,-0.5386 -0.291,-0.029 -0.512,-0.3087 -0.512,-0.6246 0,-1.0379 -1.775,-1.8993 -3.401,-1.6587 -0.88,0.1297 -1.487,0.4493 -1.325,0.7108 0.474,0.7731 -1.289,1.1669 -2.117,0.474 -0.421,-0.3503 -0.98,-0.4776 -1.262,-0.3016 -0.717,0.4451 -1.404,-0.7847 -1.219,-2.2187 0.121,-0.9446 -0.101,-1.1981 -1.068,-1.1847 -0.676,0.011 -1.575,0.3119 -2.011,0.6677 -0.916,0.7459 -1.174,3.5276 -0.428,4.4373 0.332,0.4042 0.264,0.7543 -0.15,1.0126 -0.964,0.6005 -2.052,-1.3097 -1.967,-3.4466 l 0.04,-1.8955 0.342,2.1108 c 0.283,1.8267 0.381,1.9782 0.685,0.9048 0.498,-1.7702 -0.554,-3.8126 -1.968,-3.8126 z m -9.751,4.6312 c -0.182,0 -0.335,0.067 -0.492,0.1508 -1.928,1.0393 -1.977,3.7265 -0.06,3.7265 1.435,0 1.585,0.4423 0.749,2.1325 -0.999,2.0165 -1.509,2.2836 -2.779,1.4863 -0.787,-0.4963 -1.323,-0.4954 -2.246,-0.043 -2.19,1.0725 -5.585,1.257 -7.548,0.4308 -1.015,-0.4269 -1.839,-1.0284 -1.839,-1.3356 0,-0.614 -2.587,-0.7522 -3.977,-0.2153 -0.7,0.271 -0.732,0.4386 -0.171,0.7969 0.385,0.2472 1.059,0.4254 1.497,0.4094 0.521,-0.018 0.439,-0.1727 -0.257,-0.474 -0.86,-0.3723 -0.897,-0.4864 -0.171,-0.517 1.363,-0.056 1.739,1.0659 0.47,1.4003 -0.821,0.2165 -1.065,0.6719 -0.962,1.6585 0.193,1.8109 -1.051,2.1229 -1.689,0.4309 -0.597,-1.5803 -2.379,-2.1644 -5.324,-1.7665 -2.378,0.3213 -3.885,-0.749 -2.31,-1.637 0.824,-0.4634 0.81,-0.5668 -0.256,-1.1416 -0.874,-0.4721 -1.343,-0.4692 -1.882,-0.021 -0.544,0.4561 -1.155,0.374 -2.481,-0.3231 -2.319,-1.2183 -5.797,-1.841 -6.585,-1.1848 -0.413,0.346 -1.139,0.2323 -2.203,-0.323 -1.486,-0.7744 -1.741,-0.7628 -3.357,0.2154 -4.259,2.5766 -5.828,3.2629 -6.307,2.7787 -0.311,-0.3137 0.327,-1.0091 1.754,-1.874 1.247,-0.7596 2,-1.3885 1.645,-1.4002 -0.355,-0.014 -1.395,0.4615 -2.331,1.034 -1.362,0.8352 -1.864,0.9032 -2.523,0.3877 -0.688,-0.5381 -0.726,-0.5172 -0.235,0.1508 0.722,0.9832 1.314,3.9967 0.877,4.4374 -0.58,0.5836 -1.733,-0.8197 -1.733,-2.111 0,-0.695 -0.166,-1.27 -0.384,-1.2925 -0.508,-0.052 -1.164,-0.2126 -2.01,-0.4738 l 0,21.4113 c 1.112,0.4782 1.827,0.5992 2.159,0.3231 0.433,-0.3632 0.877,-0.1454 1.476,0.7754 0.471,0.7256 0.855,1.4977 0.855,1.6803 0,0.5414 2.33,2.3069 3.058,2.3263 1.118,0.03 2.352,3.5634 1.603,4.5882 -0.261,0.3589 0.109,0.815 0.963,1.2063 1.36,0.6239 1.367,0.6498 0.406,1.8093 -0.535,0.6474 -0.656,0.9115 -0.256,0.5601 1.005,-0.8851 2.993,0.1355 2.181,1.1201 -0.66,0.8003 -0.223,1.3786 1.048,1.3786 1.324,0 5.773,4.412 5.773,5.7298 0,1.2616 -0.806,1.9973 -1.304,1.1848 -0.736,-1.197 -1.055,-0.4024 -1.113,2.7571 -0.03,1.827 -0.138,4.7732 -0.235,6.5268 -0.186,3.3295 1.085,7.2585 2.288,7.0223 0.321,-0.063 0.619,0.4046 0.663,1.0339 0.118,1.7481 2.322,4.963 3.763,5.5144 0.706,0.271 1.133,0.7637 0.941,1.077 -0.208,0.3415 0.05,0.489 0.62,0.3877 0.765,-0.132 1.175,0.4645 1.925,2.7573 0.529,1.6072 1.431,3.4268 1.988,4.028 0.738,0.7918 0.868,1.2585 0.449,1.6801 -0.418,0.4214 -0.135,0.9611 1.049,2.0249 0.9,0.8078 1.651,1.9756 1.668,2.5849 0.03,1.1913 2.944,3.8616 3.548,3.2526 0.201,-0.2022 -0.06,-0.5984 -0.555,-0.8832 -0.507,-0.2848 -0.92,-0.7688 -0.92,-1.0769 0,-0.3086 -0.712,-1.6305 -1.582,-2.9296 -0.873,-1.2992 -1.583,-2.531 -1.582,-2.7357 0,-0.2044 -0.525,-1.3734 -1.177,-2.6064 -0.91,-1.7321 -1.039,-2.3981 -0.556,-2.8864 0.724,-0.7273 2.267,0.2455 2.267,1.4217 0,0.3702 1.046,2.1337 2.352,3.9203 1.307,1.7865 2.395,3.4234 2.395,3.662 0,0.2388 0.782,1.3932 1.753,2.5417 2.338,2.7672 2.99,4.0649 2.652,5.3637 -0.364,1.3959 1.345,2.7604 7.078,5.6221 3.647,1.8203 4.582,2.1017 5.388,1.5939 0.799,-0.5019 1.322,-0.3818 2.887,0.6893 2.486,1.6983 5.864,3.425 6.692,3.425 1.308,0 3.615,2.8188 3.615,4.4157 0,1.3144 0.113,1.4746 0.769,0.9263 0.639,-0.5344 0.877,-0.4396 1.347,0.6031 0.322,0.7081 0.936,1.1857 1.668,1.3356 0.1,0.018 0.18,0.033 0.278,0.043 0.75,0.063 1.636,0.3476 1.967,0.6246 0.303,0.2532 0.609,0.2124 0.92,-0.1077 0.06,-0.053 0.104,-0.1246 0.15,-0.1939 0.06,-0.07 0.09,-0.1297 0.149,-0.2154 1.412,-2.2809 3.822,1.1363 3.742,5.3205 -0.03,1.8671 -0.408,2.8427 -1.774,4.5236 -0.959,1.1785 -2.04,3.296 -2.396,4.7174 -0.585,2.3336 -0.557,2.6403 0.3,3.1234 0.897,0.5056 0.877,0.588 -0.171,1.4001 l -1.112,0.8617 1.753,3.985 c 0.963,2.1918 2.324,5.754 3.016,7.9269 1.063,3.342 1.575,4.1671 3.271,5.3205 1.101,0.7496 2.848,2.1271 3.892,3.0802 l 1.903,1.7449 -0.663,9.1548 c -0.356,5.0379 -0.714,10.4769 -0.791,12.0841 -0.09,1.9099 -0.637,3.9187 -1.583,5.7945 -1.044,2.0721 -1.361,3.3061 -1.133,4.4589 0.105,0.5339 0.09,1.3091 -0.02,2.0464 l 14.177,0 c 0.02,-0.068 0.04,-0.1226 0.06,-0.1939 0.191,-0.6313 1.121,-0.9985 2.993,-1.2494 4.315,-0.5758 5.346,-2.5115 2.909,-5.4282 -0.792,-0.9488 -1.123,-1.5557 -0.983,-1.7879 0.02,-0.029 0.05,-0.047 0.09,-0.064 0.221,-0.1185 0.78,0.048 1.667,0.56 0.868,0.502 1.299,0.6892 1.903,0.5601 0.122,-0.026 0.242,-0.057 0.385,-0.1077 0.282,-0.1023 0.625,-0.2492 1.047,-0.4524 1.834,-0.8812 3.136,-2.698 5.924,-8.2931 1.129,-2.2638 1.309,-3.0977 0.876,-4.0496 -0.295,-0.6568 -0.387,-1.4455 -0.192,-1.7663 0.06,-0.08 0.158,-0.1893 0.3,-0.3232 0.281,-0.2677 0.719,-0.6163 1.218,-0.9908 1.24,-0.936 2.825,-1.9817 3.144,-1.9817 0.172,0 0.574,-0.3689 0.897,-0.7971 0.323,-0.4281 1.526,-0.8562 2.674,-0.9692 2.006,-0.1974 2.128,-0.3492 3.528,-3.6189 1.189,-2.7724 1.459,-4.1797 1.475,-7.7331 0.02,-3.0622 0.23,-4.5048 0.727,-4.8035 0.388,-0.2335 1.59,-1.7283 2.651,-3.2957 1.27,-1.8792 1.945,-3.5075 2.011,-4.825 0.02,-0.1649 0.02,-0.3193 0,-0.4739 -0.08,-1.0821 -0.617,-1.9092 -1.625,-2.4342 -0.854,-0.4441 -1.865,-1.2632 -2.245,-1.8094 -0.51,-0.7303 -1.557,-1.055 -3.935,-1.2278 -2.081,-0.1515 -3.016,-0.3531 -3.955,-1.0554 -0.157,-0.1174 -0.288,-0.2403 -0.45,-0.3878 -0.164,-0.1474 -0.333,-0.3136 -0.513,-0.4955 -2.036,-2.0523 -2.968,-2.1081 -4.363,-0.323 -0.749,0.9606 -1.454,1.2993 -2.437,1.1847 -0.628,-0.073 -1.022,-0.2423 -1.176,-0.4524 -0.02,-0.034 -0.06,-0.07 -0.06,-0.1077 -0.113,-0.3302 0.312,-0.7222 1.261,-0.9477 0.669,-0.1592 1.272,-0.6862 1.369,-1.1848 0.257,-1.3426 -0.681,-1.1343 -2.694,0.6462 -0.615,0.5437 -1.218,0.9846 -1.626,1.1847 -0.08,0.039 -0.172,0.066 -0.235,0.086 -0.13,0.043 -0.213,0.046 -0.256,0 -0.555,-0.5593 2.828,-5.0074 3.507,-4.6097 0.128,0.076 0.186,0.072 0.171,0 -0.02,-0.023 0,-0.07 -0.04,-0.1077 -0.08,-0.1541 -0.266,-0.4212 -0.555,-0.7539 -0.509,-0.5823 -0.893,-1.156 -0.941,-1.4216 -0.02,-0.039 -0.02,-0.083 0,-0.1078 0.31,-0.9767 -0.391,-2.1943 -1.539,-3.1664 -0.143,-0.1218 -0.315,-0.2317 -0.471,-0.3447 -1.092,-0.7903 -2.461,-1.357 -3.743,-1.357 -1.449,0 -2.276,-0.4458 -3.784,-2.0033 -1.063,-1.0957 -2.511,-2.5562 -3.229,-3.2526 -0.719,-0.6965 -1.167,-1.5126 -0.983,-1.8094 0.216,-0.3555 -0.589,-0.4083 -2.352,-0.1724 -0.421,0.056 -0.81,0.088 -1.154,0.1077 -1.031,0.057 -1.698,-0.06 -1.862,-0.3231 -0.185,-0.3071 -0.597,-0.5068 -0.941,-0.4524 -0.07,0.011 -0.157,0.022 -0.235,0.022 -0.08,2e-4 -0.151,-0.02 -0.234,-0.022 -0.169,-0.018 -0.345,-0.056 -0.534,-0.1076 -0.193,-0.051 -0.381,-0.1173 -0.578,-0.1938 -0.983,-0.3832 -1.966,-1.0395 -1.989,-1.4864 -0.02,-0.3726 -0.252,-0.1407 -0.513,0.517 -0.264,0.6575 -0.691,1.2061 -0.963,1.2061 -0.272,0 -0.398,0.4395 -0.256,0.991 0.02,0.091 0.06,0.1761 0.06,0.2585 0.08,0.4941 -0.06,0.8533 -0.256,1.0124 -0.03,0.028 -0.07,0.051 -0.107,0.065 -0.317,0.1274 -0.762,-0.095 -1.112,-0.7539 -0.343,-0.6499 -0.396,-1.0962 -0.128,-1.7017 l 0,-0.021 c 0.09,-0.204 0.22,-0.4146 0.385,-0.6677 0.417,-0.6386 0.543,-1.0358 0.469,-1.1848 -0.06,-0.1046 -0.177,-0.082 -0.384,0.022 -0.309,0.1558 -0.786,0.5382 -1.368,1.1633 -0.249,0.266 -0.52,0.4954 -0.792,0.6677 -0.179,0.1148 -0.35,0.1976 -0.512,0.2585 -0.163,0.062 -0.321,0.088 -0.45,0.086 -0.07,0 -0.123,0 -0.171,-0.021 -0.169,-0.065 -0.291,-0.098 -0.428,-0.043 -0.03,0.012 -0.09,0.042 -0.128,0.065 -0.364,0.2712 -0.735,1.1855 -1.539,3.4681 -0.02,0.071 -0.06,0.1444 -0.09,0.1938 -0.03,0.048 -0.07,0.082 -0.106,0.1076 -0.117,0.072 -0.271,0.048 -0.492,-0.086 -0.08,-0.045 -0.167,-0.082 -0.257,-0.1507 -0.181,-0.1381 -0.387,-0.3415 -0.641,-0.5816 -0.894,-0.8457 -1.296,-1.0944 -2.245,-0.9478 -0.158,0.023 -0.343,0.062 -0.535,0.1077 -0.193,0.046 -0.383,0.1076 -0.62,0.1723 -0.252,0.067 -0.485,0.125 -0.684,0.1724 -0.19,0.045 -0.382,0.084 -0.536,0.1076 -0.153,0.021 -0.279,0.021 -0.405,0.021 -0.08,0 -0.152,0 -0.214,0 -0.02,-0.011 -0.05,-0.019 -0.06,-0.021 -0.02,0 -0.02,0 -0.04,0 -0.08,-0.017 -0.141,-0.052 -0.214,-0.086 -0.07,-0.028 -0.132,-0.049 -0.193,-0.086 -0.02,-0.014 -0.02,-0.03 -0.04,-0.043 -0.02,-0.014 -0.03,-0.03 -0.06,-0.043 -0.296,-0.2171 -0.61,-0.5534 -1.049,-1.077 -1.255,-1.5015 -1.353,-1.9253 -1.048,-4.9328 0.328,-3.2422 0.329,-3.2932 -1.112,-3.705 -0.804,-0.2293 -2.297,-0.4293 -3.314,-0.4523 -1.73,-0.039 -1.831,-0.1502 -1.667,-1.6372 0.1,-0.8732 0.371,-1.8368 0.598,-2.1325 0.229,-0.2957 0.562,-1.5367 0.748,-2.7787 0.304,-2.0016 0.226,-2.2618 -0.683,-2.2618 -2.317,0 -3.656,0.9686 -3.829,2.7573 -0.153,1.6106 -0.352,1.7832 -2.523,2.154 -2.931,0.5004 -4.316,-0.322 -5.794,-3.4034 -1.038,-2.1652 -1.476,-6.762 -0.706,-7.5392 0.21,-0.2104 0.318,-1.2042 0.235,-2.1756 -0.133,-1.5418 0.09,-1.9049 1.839,-2.9941 2.375,-1.4773 2.965,-1.6008 4.833,-1.0125 0.776,0.2447 2.21,0.5616 3.186,0.7324 1.59,0.2779 1.697,0.2466 1.069,-0.5169 -0.599,-0.7267 -0.538,-0.9881 0.342,-1.6371 0.666,-0.4899 1.505,-0.6318 2.352,-0.3878 0.726,0.2095 1.944,0.3594 2.716,0.3231 1.604,-0.074 3.004,1.6141 3.271,3.985 0.205,1.8205 1.439,3.8773 2.331,3.8773 0.896,0 0.827,-0.6959 -0.405,-5.0405 -0.583,-2.0438 -1.049,-4.0457 -1.049,-4.4373 0,-0.3916 1.25,-1.9993 2.802,-3.5757 1.553,-1.5765 2.731,-3.0002 2.587,-3.145 -0.144,-0.1446 0.105,-0.3981 0.577,-0.5816 0.476,-0.1834 0.748,-0.534 0.598,-0.7755 -0.149,-0.2412 0,-0.5913 0.3,-0.7754 0.364,-0.2256 0.326,-0.6869 -0.06,-1.4002 -0.652,-1.2284 -0.459,-3.9203 0.279,-3.9203 0.277,0 0.653,0.5834 0.855,1.3139 0.301,1.0868 0.387,1.1356 0.427,0.2586 0.08,-1.6338 2.618,-5.019 3.743,-5.019 1.977,0 2.658,-0.5473 2.01,-1.5941 -0.468,-0.7536 -0.403,-1.2677 0.299,-2.3478 0.493,-0.7595 1.251,-1.3787 1.689,-1.3787 0.439,0 1.927,-0.5784 3.294,-1.2709 1.702,-0.8609 2.806,-1.1088 3.527,-0.8184 0.609,0.245 0.756,0.4525 0.321,0.4738 -1.048,0.053 -2.694,1.6175 -2.694,2.5849 0,0.6445 0.228,0.5954 1.176,-0.2585 0.655,-0.5881 1.964,-1.3784 2.887,-1.7448 0.921,-0.3663 1.826,-1.0131 1.988,-1.4432 0.165,-0.4301 0.519,-0.6343 0.813,-0.4523 0.291,0.1818 0.534,0.1098 0.534,-0.1509 0,-1.0808 -0.671,-0.9833 -1.903,0.2585 -1.052,1.0612 -1.459,1.2027 -2.074,0.6893 -0.418,-0.3509 -0.604,-0.9172 -0.406,-1.2492 0.268,-0.4507 0.16,-0.4508 -0.405,0 -0.602,0.4765 -1.06,0.2995 -2.182,-0.8616 -1.489,-1.539 -1.433,-2.1326 0.192,-2.1326 0.542,0 0.963,-0.3756 0.963,-0.8616 0,-1.3449 -3.524,-0.5512 -5.347,1.2063 -1.052,1.0174 -1.66,1.2976 -2.052,0.9047 -0.77,-0.7766 3.725,-4.7356 5.88,-5.1698 0.908,-0.183 2.823,-0.3231 4.255,-0.3231 1.435,0 3.13,-0.2818 3.764,-0.6247 0.634,-0.3433 1.868,-0.7673 2.737,-0.9478 1.373,-0.2844 1.582,-0.5718 1.582,-2.0895 0,-2.3361 -0.665,-2.7619 -3.037,-1.9385 -1.341,0.4662 -2.101,0.5241 -2.33,0.1508 -0.428,-0.6984 1.265,-1.9912 2.694,-2.0464 0.768,-0.029 0.858,-0.1116 0.299,-0.3231 -0.436,-0.1648 -1.403,-0.7368 -2.159,-1.271 -0.758,-0.5341 -1.503,-0.8575 -1.647,-0.7108 -0.146,0.1466 -0.651,-0.337 -1.133,-1.077 -0.481,-0.7397 -0.714,-1.357 -0.513,-1.357 0.203,0 -0.171,-0.5605 -0.813,-1.2494 -0.641,-0.6889 -1.285,-1.9326 -1.433,-2.7573 -0.43,-2.3934 -0.725,-2.4827 -2.309,-0.7754 -0.894,0.9626 -1.816,1.4748 -2.288,1.2924 -0.43,-0.1673 -0.95,-0.032 -1.155,0.3016 -0.25,0.4126 -0.74,0.2158 -1.496,-0.6031 -1.244,-1.3452 -1.556,-2.4356 -0.834,-2.8865 0.742,-0.4622 0.566,-1.8094 -0.235,-1.8094 -0.392,0 -1.383,-0.6443 -2.224,-1.4432 -1.188,-1.1292 -2.094,-1.4903 -4.062,-1.5509 -2.363,-0.072 -2.58,0.039 -3.229,1.594 -0.46,1.1013 -0.516,1.968 -0.193,2.6064 0.325,0.6399 0.269,1.2384 -0.149,1.7448 -0.344,0.4196 -0.449,0.7539 -0.236,0.7539 0.218,0 0.133,0.3352 -0.193,0.7324 -0.454,0.5509 -0.337,1.0337 0.471,2.0679 1.301,1.6661 1.339,3.4612 0.128,5.1913 -0.593,0.8497 -0.956,2.4437 -1.005,4.4804 -0.06,2.3273 -0.299,3.3095 -0.984,3.8127 -0.8,0.5885 -1.212,0.4323 -3.014,-1.2709 -1.902,-1.799 -2.053,-2.1725 -1.839,-4.1789 l 0.214,-2.2187 -2.33,-0.2584 c -1.533,-0.1737 -3.322,-0.9325 -5.176,-2.2187 -1.561,-1.0821 -3.074,-1.8353 -3.357,-1.6587 -0.641,0.3983 -1.342,-0.6709 -1.369,-2.0893 -0.02,-0.7936 -0.312,-1.0073 -1.197,-0.8832 -0.869,0.1217 -1.313,-0.2133 -1.688,-1.2062 -0.736,-1.9504 -0.138,-3.2266 3.271,-6.8285 0.801,-0.8451 1.33,-1.7287 1.176,-1.9817 -0.387,-0.6281 1.603,-1.6481 2.523,-1.2925 0.409,0.1579 1.308,-0.1784 2.009,-0.7538 1.384,-1.1376 1.458,-1.0594 -1.582,-2.0033 -1.392,-0.4329 0.283,-1.3421 2.138,-1.1633 1.643,0.1584 1.797,0.3346 1.947,2.1756 0.12,1.4485 -0.05,2.0897 -0.663,2.3265 -0.673,0.2601 -0.552,0.4813 0.619,1.0986 1.386,0.73 1.52,0.6963 2.46,-0.5602 0.933,-1.246 1.064,-1.269 2.203,-0.517 0.672,0.443 1.469,0.6508 1.753,0.474 0.834,-0.5205 -1.764,-2.936 -3.55,-3.2957 -0.899,-0.181 -1.986,-0.8976 -2.438,-1.5941 -0.861,-1.321 -0.761,-1.4437 1.134,-1.2924 1.251,0.1003 4.384,-1.3306 4.384,-2.0033 0,-0.2289 -0.34,-0.8765 -0.749,-1.4432 -0.54,-0.7414 -0.577,-1.2317 -0.171,-1.7232 0.752,-0.9148 -0.931,-2.1957 -2.909,-2.2187 -1.256,-0.014 -1.396,0.13 -0.962,0.9478 0.388,0.7303 0.169,1.3893 -0.877,2.7357 -1.284,1.6544 -1.394,1.68 -2.052,0.7754 -0.383,-0.5313 -0.727,-1.472 -0.727,-2.1109 0,-0.639 -0.334,-1.4619 -0.749,-1.8094 -0.609,-0.5095 -0.933,-0.3631 -1.647,0.7322 -0.951,1.4644 -1.817,1.3724 -1.817,-0.1937 0,-0.5471 -0.488,-1.1013 -1.132,-1.271 -0.891,-0.2348 -1.019,-0.4507 -0.557,-1.0124 0.81,-0.9836 -1.07,-3.1331 -2.458,-3.2096 l -0.04,0 z m -48.261,5.4714 c -0.291,0 -0.893,0.2337 -1.326,0.517 -0.435,0.2834 -0.549,0.5169 -0.257,0.5169 0.288,0 0.89,-0.2335 1.326,-0.5169 0.436,-0.2833 0.546,-0.517 0.257,-0.517 z m 150.321,5.9882 c -0.38,0 -0.94,0.053 -1.71,0.1723 -1.378,0.2147 -2.928,0.3559 -3.443,0.3232 -0.514,-0.032 -0.791,0.1451 -0.642,0.3877 0.408,0.6653 -2.135,2.1472 -3.805,2.2186 l -1.455,0.065 1.582,0.3447 c 0.869,0.1875 1.449,0.5585 1.306,0.8185 -0.306,0.5453 1.339,1.2806 2.971,1.3355 0.615,0.021 2.394,-0.4766 3.956,-1.12 3.169,-1.3068 3.961,-2.0721 2.822,-2.7142 -0.421,-0.2379 -0.769,-0.8076 -0.769,-1.2493 0,-0.4117 -0.179,-0.5801 -0.813,-0.5817 z m 229.694,12.0197 c -2.046,2.4428 -4.975,5.4553 -6.5,5.9021 -4.19,2.9027 -2.666,17.7942 2.63,8.8747 0.931,-2.9169 3.227,-4.4445 3.87,-6.7207 l 0,-2.4772 c -0.108,-0.447 -0.274,-0.9238 -0.512,-1.4431 0.158,-0.2554 0.341,-0.4866 0.512,-0.7109 l 0,-3.4249 z m -324.356,20.7866 c 0.29,0 0.535,0.2248 0.535,0.517 0,0.2925 -0.245,0.5384 -0.535,0.5384 -0.289,0 -0.535,-0.2459 -0.535,-0.5384 0,-0.2922 0.246,-0.517 0.535,-0.517 z m 1.07,2.8865 c 0.06,-0.011 0.113,-0.011 0.171,0 0.286,0.019 0.592,0.144 1.027,0.3446 0.752,0.3452 1.734,1.3974 2.18,2.348 0.682,1.4463 1.231,1.8152 3.293,2.197 1.356,0.2513 2.55,0.7458 2.673,1.1201 0.124,0.3746 -0.08,0.6207 -0.449,0.5386 -0.389,-0.086 -0.804,0.5311 -0.984,1.4432 -0.314,1.5921 -0.32,1.5966 -0.984,0.3877 -0.363,-0.6658 -0.862,-1.1026 -1.111,-0.9477 -0.25,0.1545 -0.34,-0.1725 -0.193,-0.7325 0.172,-0.6593 -0.11,-1.2267 -0.791,-1.5939 -0.882,-0.4752 -1.207,-0.3123 -2.01,0.9046 -0.526,0.798 -1.084,2.5191 -1.24,3.8343 -0.182,1.5155 -0.453,2.1518 -0.727,1.7233 -0.236,-0.372 -0.341,-1.3355 -0.256,-2.1326 0.08,-0.7974 0,-1.6648 -0.193,-1.9602 -0.462,-0.7489 0.717,-2.2562 1.967,-2.4987 3,-0.5819 -1.653,-2.5961 -5.175,-2.2402 -1.958,0.1979 -2.061,0.1635 -0.897,-0.3447 0.724,-0.3164 1.824,-1.0362 2.437,-1.6155 0.517,-0.4912 0.865,-0.745 1.262,-0.7754 z m 180.3,3.188 c 0.201,-0.011 0.403,-0.011 0.62,0 2.719,2.1859 -5.277,4.1789 0.129,7.9485 0.338,2.6855 4.311,0.4711 0.704,3.468 6.304,8.4154 -9.241,6.4269 -3.784,-1.3786 -3.198,-3.6932 -3.949,-9.7942 2.331,-10.0379 z m -170.121,0.4953 c 0.226,-0.036 0.45,0.05 0.576,0.2585 0.171,0.277 0.102,0.6473 -0.171,0.8186 -0.272,0.171 -0.642,0.105 -0.813,-0.1723 -0.169,-0.2767 -0.08,-0.6475 0.193,-0.8186 0.07,-0.044 0.139,-0.072 0.215,-0.086 z m 181.347,0.8617 c 2.226,5.3894 -5.411,3.5285 0,0 z m -176.837,3.2741 c 0.07,-0.01 0.09,-0.01 0.128,0 0.111,0.019 0.153,0.097 0.108,0.2155 -0.158,0.4107 -1.062,0.9368 -2.031,1.2063 -0.967,0.2694 -2.582,1.1363 -3.571,1.8956 -0.987,0.759 -2.106,1.3785 -2.481,1.3785 -1.019,0 1.431,-1.7088 5.11,-3.5758 1.36,-0.6889 2.306,-1.0713 2.737,-1.1201 z m 269.296,88.2518 c -0.125,0.033 -0.117,0.1237 -0.02,0.3016 0.189,0.3109 -0.253,0.9816 -0.985,1.4648 -0.731,0.4833 -1.229,1.0652 -1.09,1.2924 0.141,0.2271 -0.103,0.713 -0.534,1.077 -0.573,0.4792 -0.64,0.8442 -0.234,1.3355 0.306,0.3736 0.381,0.8038 0.149,0.9479 -0.839,0.5204 -4.051,-0.059 -4.342,-0.7756 -0.412,-1.0273 -1.624,-1.1506 -1.624,-0.1723 0,0.4447 -0.579,1.0561 -1.283,1.3787 -0.723,0.332 -1.157,0.871 -1.005,1.2708 0.146,0.3883 0.106,1.0067 -0.107,1.3571 -0.283,0.4604 -0.596,0.3843 -1.112,-0.323 -0.685,-0.9452 -0.709,-0.9545 -0.769,0.043 -0.03,0.5673 -0.03,1.3144 0.02,1.6587 0.08,0.6569 -3.119,3.3603 -3.978,3.3603 -0.518,0 -2.949,1.2263 -5.881,2.9726 -1.927,1.149 -2.269,2.951 -0.855,4.5235 0.517,0.5779 0.736,1.3405 0.513,1.9172 -0.342,0.8965 -0.423,0.8881 -1.132,-0.086 -0.436,-0.5962 -0.75,-0.7398 -0.75,-0.3446 0,0.376 0.505,1.3988 1.113,2.2618 1.232,1.7422 2.808,8.4347 2.437,10.3825 -0.184,0.965 0.09,1.4362 1.262,2.0463 1.422,0.7402 1.648,0.6984 3.486,-0.56 1.096,-0.7497 2.709,-1.3357 3.656,-1.3357 1.078,0 2.219,-0.4691 3.122,-1.3138 0.783,-0.7307 2.043,-1.3356 2.779,-1.3356 0.734,0 2.039,-0.2527 2.93,-0.56 2.439,-0.8397 6.543,0.8118 7.655,3.0803 0.457,0.9378 0.97,1.695 1.133,1.7017 0.165,0.011 0.692,-0.8515 1.198,-1.9172 0.676,-1.4292 1.062,-1.7957 1.497,-1.357 0.435,0.4387 0.443,0.9728 -0.02,1.9817 -0.811,1.7919 -0.776,2.1146 0.128,1.3571 0.544,-0.4539 0.847,-0.4545 1.111,-0.021 0.2,0.3261 0.227,0.7161 0.06,0.8832 -0.166,0.1674 0.287,1.0156 1.005,1.8741 0.717,0.8586 1.304,1.8972 1.304,2.3049 0,1.158 3.249,1.8344 4.319,0.9046 0.776,-0.6719 0.992,-0.6323 1.84,0.3017 1.246,1.3668 1.172,1.3664 2.374,-0.1724 0.603,-0.7732 1.47,-1.2561 2.116,-1.1848 0.756,0.083 1.15,-0.2194 1.24,-0.9477 0.17,-1.3406 1.129,-4.1458 2.374,-6.8931 1.243,-2.7425 2.574,-13.6949 1.626,-13.4198 -0.5,0.1452 -3.23,-1.8038 -3.23,-2.3047 0,-0.2436 -0.585,-1.0702 -1.305,-1.8525 -0.719,-0.7828 -1.191,-1.6394 -1.048,-1.8741 0.145,-0.2342 -0.221,-0.5655 -0.811,-0.7539 -1.45,-0.4633 -3.165,-4.0164 -3.165,-6.5483 0,-1.3696 -0.347,-2.3528 -1.026,-2.9726 -0.565,-0.5142 -1.194,-1.7086 -1.39,-2.628 -0.197,-0.9195 -0.478,-1.8779 -0.642,-2.1541 -0.396,-0.674 -1.601,2.7415 -1.668,4.7389 -0.06,1.6074 -1.814,6.1176 -2.395,6.1176 -0.172,0 -1.628,-0.9622 -3.228,-2.154 -2.722,-2.0249 -2.894,-2.2803 -2.566,-3.8557 0.193,-0.9269 0.574,-1.9198 0.834,-2.1973 0.626,-0.6683 0.594,-2.0493 -0.04,-1.6586 -0.27,0.1682 -0.599,0.084 -0.771,-0.1938 -0.171,-0.2784 -0.739,-0.484 -1.24,-0.4524 -0.502,0.032 -1.47,-0.1172 -2.159,-0.3447 -0.407,-0.1344 -0.701,-0.1916 -0.856,-0.1723 l -0.02,0 z m -346.959,14.4108 c -0.06,-0.011 -0.114,0.019 -0.17,0.021 -0.08,0.014 -0.144,0.022 -0.214,0.065 -0.122,0.076 -0.194,0.1943 -0.235,0.323 l 0,0.3878 c 0.02,0.037 0.02,0.073 0.04,0.1076 0.168,0.277 0.536,0.3651 0.812,0.1939 0.273,-0.1709 0.337,-0.5417 0.171,-0.8186 -0.101,-0.1557 -0.243,-0.2588 -0.407,-0.2799 z m 2.995,3.2095 c -0.08,0.012 -0.146,0.045 -0.215,0.086 -0.276,0.1711 -0.359,0.5201 -0.191,0.797 0.171,0.2769 0.537,0.3649 0.812,0.1939 0.273,-0.1713 0.342,-0.5417 0.171,-0.8186 -0.129,-0.2075 -0.35,-0.2934 -0.577,-0.2584 z m 7.548,2.1109 c -0.06,-0.01 -0.09,0.013 -0.15,0.021 -0.08,0.014 -0.167,0.045 -0.235,0.086 -0.278,0.1713 -0.364,0.5202 -0.192,0.797 0.169,0.2768 0.538,0.3651 0.811,0.1937 0.278,-0.1711 0.364,-0.5415 0.194,-0.8184 -0.09,-0.1556 -0.261,-0.261 -0.428,-0.28 z m 4.575,1.077 c -0.08,0.013 -0.146,0.045 -0.213,0.086 -0.278,0.1712 -0.34,0.5201 -0.171,0.797 0.171,0.2767 0.516,0.365 0.792,0.1939 0.272,-0.1712 0.362,-0.5419 0.191,-0.8185 -0.127,-0.2078 -0.373,-0.2935 -0.599,-0.2586 z m 337.764,18.051 c -0.06,-0.011 -0.113,0.02 -0.171,0.022 -0.08,0.013 -0.144,0.022 -0.214,0.064 -0.276,0.1711 -0.363,0.5418 -0.192,0.8185 0.169,0.277 0.539,0.3648 0.812,0.1938 0.276,-0.1711 0.34,-0.5416 0.171,-0.8184 -0.1,-0.1558 -0.24,-0.2589 -0.406,-0.2801 z"
+               id="path18939" />
+            <rect
+               inkscape:export-ydpi="30.536354"
+               inkscape:export-xdpi="30.536354"
+               inkscape:export-filename="/home/smorge/SEBASTIENs/ACTIVITEs/EN COURS/freetuxtv/freetuxtv-1.png"
+               y="6157.2017"
+               x="-15602.469"
+               height="233.57555"
+               width="3.5472536"
+               id="rect18941"
+               style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               transform="matrix(0.70059678,0,0,0.70576536,-8323.3149,1768.4725)"
+               style="fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter7804)"
+               d="m -10709.312,6469.5727 c -42.542,1.0077 -87.338,9.1813 -121,37.0312 -19.772,16.7999 -32.035,45.5339 -23.593,71.125 4.561,12.0928 17.685,18.746 30.187,19.3438 25.668,3.1687 51.732,0.3132 77.563,1.2468 50.428,-0.4191 100.933,0.7611 151.312,-0.9344 13.632,-2.288 24.417,-14.9208 24.813,-28.625 3.532,-23.5966 -9.446,-46.08 -27.375,-60.5624 -30.489,-26.7235 -71.672,-39.8232 -111.907,-38.625 z m 375.282,-0.063 c -44.591,1.4042 -89.967,20.3043 -117.844,55.75 -12.475,17.2401 -16.757,42.2912 -5.062,60.9688 9.248,12.7518 26.088,12.1622 40.187,12.0938 68.48,-0.9896 137.008,1.4051 205.469,-0.7813 13.692,-1.0746 29.823,-7.9398 32.687,-22.9687 7.677,-28.5407 -8.823,-58.371 -32.469,-74.1563 -35.357,-24.9816 -80.553,-30.8663 -122.968,-30.9063 z"
+               id="path18943" />
+            <path
+               sodipodi:type="arc"
+               style="fill:url(#radialGradient3277);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               id="path18945"
+               sodipodi:cx="-8773.3252"
+               sodipodi:cy="8040.1943"
+               sodipodi:rx="291.20587"
+               sodipodi:ry="35.95134"
+               d="m -8482.1193,8040.1943 c 0,19.8554 -130.3773,35.9514 -291.2059,35.9514 -160.8286,0 -291.2059,-16.096 -291.2059,-35.9514 0,-19.8553 130.3773,-35.9513 291.2059,-35.9513 160.8286,0 291.2059,16.096 291.2059,35.9513 z"
+               transform="matrix(0.67375101,0,0,0.63282235,-9915.7151,1343.0013)" />
+            <path
+               transform="matrix(0.67375101,0,0,0.63282235,-9639.9489,1343.0013)"
+               d="m -8482.1193,8040.1943 c 0,19.8554 -130.3773,35.9514 -291.2059,35.9514 -160.8286,0 -291.2059,-16.096 -291.2059,-35.9514 0,-19.8553 130.3773,-35.9513 291.2059,-35.9513 160.8286,0 291.2059,16.096 291.2059,35.9513 z"
+               sodipodi:ry="35.95134"
+               sodipodi:rx="291.20587"
+               sodipodi:cy="8040.1943"
+               sodipodi:cx="-8773.3252"
+               id="path18947"
+               style="fill:url(#radialGradient3279);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               sodipodi:type="arc" />
+            <g
+               id="g18949"
+               transform="matrix(1.1778525,0,0,1.186542,-5745.3486,-2179.7748)">
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:#c28f00;fill-opacity:1;stroke:#c28f00;stroke-width:1.31368029px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 id="path18951"
+                 d="m -8498.8531,7266.8057 c 21.0124,0 26.4152,-14.5185 24.7806,-30.8017 -2.6484,-26.3763 -42.1317,-52.8965 -82.1412,-52.8965 -60.8431,0 -95.3297,26.1257 -95.3297,57.7086 0,23.374 16.7547,26.1257 35.6481,26.1257 27.9997,0 72.3416,-0.1361 117.0422,-0.1361 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.3136803,0,0,1.3136803,3566.7902,-567.3186)"
+                 style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10358)"
+                 id="path18953"
+                 d="m -9230.2786,5905.805 c -21.611,0.4586 -46.25,4.5895 -60,23.0625 -4.813,7.2653 -7.813,19.8454 0.344,25.875 11.653,5.5298 25.024,1.57 37.5,2.7596 24.776,-0.3654 49.758,1.1058 74.4061,-0.9783 9.2946,-4.7332 7.6562,-18.6088 2.3125,-25.7813 -11.9156,-17.0176 -34.3396,-25.1542 -54.5626,-24.9375 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3281);fill-opacity:1;stroke:none;stroke-width:2.05566597;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18955"
+                 d="m -8490.5743,7230.7189 a 51.39775,36.618844 0 0 1 -102.7955,0 51.39775,36.618844 0 1 1 102.7955,0 z" />
+            </g>
+            <g
+               id="g18957"
+               transform="matrix(-1.1778525,0,0,1.186542,-25641.212,-2179.7748)">
+              <path
+                 inkscape:connector-curvature="0"
+                 d="m -8498.8531,7266.8057 c 21.0124,0 26.4152,-14.5185 24.7806,-30.8017 -2.6484,-26.3763 -42.1317,-52.8965 -82.1412,-52.8965 -60.8431,0 -95.3297,26.1257 -95.3297,57.7086 0,23.374 16.7547,26.1257 35.6481,26.1257 27.9997,0 72.3416,-0.1361 117.0422,-0.1361 z"
+                 id="path18959"
+                 style="fill:#c28f00;fill-opacity:1;stroke:#c28f00;stroke-width:1.31368029px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+              <path
+                 inkscape:connector-curvature="0"
+                 d="m -9230.2786,5905.805 c -21.611,0.4586 -46.25,4.5895 -60,23.0625 -4.813,7.2653 -7.813,19.8454 0.344,25.875 11.653,5.5298 25.024,1.57 37.5,2.7596 24.776,-0.3654 49.758,1.1058 74.4061,-0.9783 9.2946,-4.7332 7.6562,-18.6088 2.3125,-25.7813 -11.9156,-17.0176 -34.3396,-25.1542 -54.5626,-24.9375 z"
+                 id="path18961"
+                 style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10358)"
+                 transform="matrix(1.3136803,0,0,1.3136803,3566.7902,-567.3186)" />
+              <path
+                 inkscape:connector-curvature="0"
+                 d="m -8490.5743,7230.7189 a 51.39775,36.618844 0 0 1 -102.7955,0 51.39775,36.618844 0 1 1 102.7955,0 z"
+                 id="path18963"
+                 style="color:#000000;fill:url(#linearGradient3283);fill-opacity:1;stroke:none;stroke-width:2.05566597;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#4d4d4d;fill-opacity:1;stroke:none"
+               id="path18965"
+               d="m -15424.607,6231.787 c 5.743,-0.4822 30.393,-1.4325 56.897,14.0621 30.292,17.708 37.328,14.9527 37.328,14.9527 l 4.252,7.4377 c -22.6,-2.2877 -53.311,-23.3669 -75.248,-27.5996 -7.414,-1.4305 -15.162,-1.0609 -22.459,0.174 l -1.991,-8.905 c 0,0 0.399,-0.053 1.221,-0.1219 z" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:url(#linearGradient3285);fill-opacity:1;stroke:none"
+               d="m -15452.591,6165.7033 c 34.173,7.6069 67.054,21.9243 94.812,43.624 15.394,13.1547 31.05,26.2747 42.531,43.2215 3.024,5.4324 7.953,11.8556 5.939,18.3242 -41.473,-37.6863 -91.515,-64.9136 -143.282,-85.8797 l 0,-19.29 z"
+               id="path18967" />
+            <path
+               inkscape:connector-curvature="0"
+               d="m -15949.965,6231.787 c -5.743,-0.4822 -30.393,-1.4325 -56.897,14.0621 -30.292,17.708 -37.328,14.9527 -37.328,14.9527 l -4.252,7.4377 c 22.599,-2.2877 53.31,-23.3669 75.247,-27.5996 7.415,-1.4305 15.163,-1.0609 22.459,0.174 l 1.992,-8.905 c 0,0 -0.4,-0.053 -1.221,-0.1219 z"
+               id="path18969"
+               style="fill:#4c4c4c;fill-opacity:1;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               d="m -9382.9769,6994.5019 c 3.863,15.2823 13.555,28.897 28.437,33.9375 4.887,1.7177 9.87,2.0482 14.688,1.3125 1.405,1.7654 2.916,3.3897 4.187,4.7812 7.826,7.9768 13.863,18.1647 23.031,24.5938 6.386,2.9946 13.205,-0.8042 16.875,-6.125 7.676,-9.636 17.214,-18.0334 23.657,-28.5 1.009,-1.7572 1.286,-3.5704 1.062,-5.3125 3.503,0.2916 7.036,0.1156 10.5,-0.5625 13.596,-1.7778 25.786,-11.5621 30.813,-24.125 l -75.844,0 c 1.065,2.7549 2.486,5.3358 4.187,7.7187 -2.226,-0.2708 -4.471,-0.3928 -6.718,-0.375 0.946,-2.3761 1.719,-4.8384 2.343,-7.3437 l -77.218,0 z"
+               id="path18971"
+               style="color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12102);enable-background:accumulate"
+               transform="matrix(1.5174057,0,0,1.5286002,-1572.9387,-4584.9209)" />
+            <path
+               inkscape:connector-curvature="0"
+               d="m -15573.05,6023.8578 a 114.77613,99.564144 0 0 1 -229.551,0 114.77613,99.564144 0 1 1 229.551,0 z"
+               id="path18973"
+               style="color:#000000;fill:url(#linearGradient3287);fill-opacity:1;stroke:none;stroke-width:1.14415216;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+            <g
+               transform="translate(0,-18.572963)"
+               id="g18975">
+              <path
+                 inkscape:connector-curvature="0"
+                 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:AlArabiya;-inkscape-font-specification:AlArabiya"
+                 id="path18977"
+                 d="m -15741.76,6007.8597 c -0.705,0 -1.42,0.014 -2.126,0.045 a 9.2113512,9.279307 0 0 0 -0.05,0 c -38.727,1.8494 -64.852,36.5482 -68.767,70.2569 0,0.045 0,0.09 0,0.1345 -0.02,0.06 -0.05,0.1179 -0.05,0.1784 l 0.05,0 c -1.672,12.0491 -0.858,24.698 2.346,36.7566 l 16.782,0 c -1.819,-6.936 -2.833,-14.3633 -2.833,-22.0806 0,-38.3945 24.421,-69.4987 54.51,-69.4987 22.497,0 41.768,17.4143 50.083,42.2435 0.03,0.076 0.07,0.1465 0.09,0.2229 0.06,0.1511 0.125,0.2948 0.177,0.4461 -0.02,0.016 -0.03,0.027 -0.05,0.046 2.657,8.1888 4.162,17.1268 4.162,26.5416 0,7.7172 -1.013,15.1445 -2.833,22.0807 l 6.509,0 c -2.371,-5.6568 -3.676,-11.8097 -3.676,-18.2445 0,-27.8084 24.275,-50.362 54.246,-50.362 15.371,0 29.269,5.9497 39.143,15.4788 5.569,4.5702 10.174,10.2316 13.196,16.7726 a 9.2113512,9.279307 0 0 0 0.177,0.3569 c 5.725,11.1527 5.014,24.3482 0.09,35.9982 l 20.058,0 c 4.186,-14.2938 3.571,-29.9091 -3.63,-44.1616 -0.06,-0.115 -0.07,-0.2419 -0.125,-0.3568 l -0.05,0.045 c -12.589,-26.8533 -41.689,-41.7236 -70.142,-39.7007 l 0,-0.045 c -0.1,0 -0.204,0.041 -0.31,0.045 -16.332,0.7504 -31.76,7.9241 -43.528,18.9135 -7.055,-14.179 -18.059,-26.4641 -33.033,-34.7047 a 9.2113512,9.279307 0 0 0 -0.177,-0.045 c -9.248,-4.8714 -19.678,-7.4525 -30.244,-7.3602 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#838383;fill-opacity:1;stroke:#838383;stroke-width:2.84441352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18979"
+                 d="m -15578.894,6096.9961 a 54.2675,50.352238 0 0 1 -108.535,0 54.2675,50.352238 0 1 1 108.535,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#radialGradient3289);fill-opacity:1;stroke:none;stroke-width:2.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18981"
+                 d="m -15581.508,6112.4647 c -11.792,9.4368 -31.046,15.6126 -52.827,15.6126 -19.854,0 -37.63,-5.1073 -49.551,-13.1593 7.791,18.953 27.541,32.4296 50.703,32.4296 24.154,0 44.641,-14.6444 51.675,-34.8829 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#d7d7d7;fill-opacity:1;stroke:#838383;stroke-width:2.1166954;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter11252);enable-background:accumulate"
+                 id="path18983"
+                 transform="matrix(1.3791254,-0.32777949,0.29049116,1.2403359,-15988.904,6017.1495)"
+                 d="M 230.5625,89.15625 C 209.8308,88.739692 191.20134,112.31236 200.59375,132 c 9.83037,23.32855 46.5842,26.90158 60.65625,5.78125 9.87539,-13.04031 6.23537,-33.71256 -7.875,-42.25 -6.64233,-4.600103 -14.80406,-6.737157 -22.8125,-6.375 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#000000;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18985"
+                 d="m -15656.997,6100.8024 a 13.527192,21.134448 0 0 1 -27.054,0 13.527192,21.134448 0 1 1 27.054,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#bababa;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18987"
+                 d="m -15687.432,6093.1694 a 54.481819,69.519419 0 0 1 -108.963,0 54.481819,69.519419 0 1 1 108.963,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.4169893,0,0,1.427443,-2501.0468,-3869.3789)"
+                 style="color:#000000;fill:#d7d7d7;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter11182);enable-background:accumulate"
+                 id="path18989"
+                 d="m -9344.8839,6940.6894 c -16.572,1.2878 -26.662,18.2484 -27.75,33.5 -2.085,17.8273 6.525,39.6722 25.625,43.625 16.197,1.4815 28.45,-14.6436 30.344,-29.5 3.554,-17.9245 -3.761,-40.3792 -22.25,-46.9375 -1.943,-0.5059 -3.954,-0.8119 -5.969,-0.6875 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3291);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18991"
+                 d="m -15741.892,6023.6508 c -15.231,0 -27.615,5.9568 -37.503,18.8131 2.005,-0.2506 4.056,-0.4015 6.111,-0.4015 41.76,0 59.466,36.3133 59.466,78.6101 0,13.3439 -2.67,25.8767 -7.44,36.8011 19.838,-10.3896 33.83,-35.2674 33.83,-64.3242 0,-38.3944 -24.377,-69.4986 -54.464,-69.4986 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#radialGradient3293);fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18993"
+                 d="m -15777.316,6040.3788 c -11.666,12.7503 -19.087,31.6336 -19.087,52.7706 0,38.3945 24.422,69.5433 54.511,69.5433 18.715,0 35.225,-12.0338 45.033,-30.3779 -7.828,7.1375 -16.815,11.1968 -26.393,11.1968 -30.191,0 -54.686,-40.3745 -54.686,-90.1967 0,-4.3939 0.252,-8.7102 0.622,-12.9361 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#000000;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18995"
+                 d="m -15692.568,6099.9823 a 14.027546,23.846116 0 0 1 -28.054,0 14.027546,23.846116 0 1 1 28.054,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3295);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18997"
+                 d="m -15740.567,6010.7186 c -29.39,0 -56.762,22.4467 -65.161,50.2688 l 0.08,0 c 9.193,-21.8845 34.135,-41.2555 62.127,-41.2555 27.993,0 53.813,19.371 63.004,41.2555 l 0.1,0 c -8.401,-27.8221 -30.762,-50.2688 -60.155,-50.2688 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3297);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18999"
+                 d="m -15628.761,6034.8121 c -21.591,0 -40.473,8.6897 -50.701,21.6345 12.251,-7.3322 27.712,-13.9658 45.803,-13.9658 26.71,0 50.842,11.9125 62.153,26.1883 -6.082,-19.4034 -29.404,-33.857 -57.255,-33.857 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:none;stroke:#878787;stroke-width:2.84441304;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19001"
+                 d="m -15687.432,6093.1694 a 54.481819,69.519419 0 0 1 -108.963,0 54.481819,69.519419 0 1 1 108.963,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3299);fill-opacity:1;stroke:none;stroke-width:2.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19003"
+                 d="m -15633.183,6046.6239 c -10.717,0 -20.679,2.9207 -29.093,7.8953 31.034,1.1415 55.837,25.3231 55.837,55.0459 0,13.9973 -5.509,26.7657 -14.567,36.4888 24.112,-5.1248 42.112,-25.1411 42.112,-49.0682 0,-27.8085 -24.318,-50.3618 -54.289,-50.3618 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3301);fill-opacity:1;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19005"
+                 d="m -15711.561,6077.7153 c -5.291,3.4128 -9.076,12.0674 -9.076,22.2592 0,13.1697 6.288,23.865 14.036,23.865 3.214,0 6.181,-1.8622 8.546,-4.9515 -0.744,0.1548 -1.487,0.2677 -2.26,0.2677 -8.948,0 -16.206,-10.7845 -16.206,-24.0879 0,-6.8159 1.901,-12.9707 4.96,-17.3525 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:none;stroke:#838383;stroke-width:2.84441352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19007"
+                 d="m -15578.894,6096.9961 a 54.2675,50.352238 0 0 1 -108.535,0 54.2675,50.352238 0 1 1 108.535,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3303);fill-opacity:1;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19009"
+                 d="m -15677.863,6083.0681 c -3.723,3.7651 -6.199,10.3102 -6.199,17.7539 0,11.6716 6.081,21.0993 13.55,21.0993 3.22,0 6.179,-1.7468 8.501,-4.6837 -0.851,0.1868 -1.719,0.3123 -2.612,0.3123 -8.951,0 -16.209,-9.7859 -16.209,-21.8577 0,-4.7037 1.094,-9.0582 2.969,-12.6241 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3305);fill-opacity:1;stroke:none"
+                 id="path19011"
+                 d="m -15706.601,6076.154 c -2.073,0 -4.029,0.7694 -5.801,2.1412 6.853,9.645 6.643,16.1479 6.643,16.1479 l 11.868,-4.5055 c -2.232,-8.1463 -7.076,-13.7836 -12.71,-13.7836 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3307);fill-opacity:1;stroke:none"
+                 id="path19013"
+                 d="m -15670.512,6079.6779 c -2.214,0 -3.426,0.3991 -5.271,1.8735 5.552,7.0495 5.316,15.1221 5.316,15.1221 l 12.132,-4.9516 c -2.176,-7.1197 -6.792,-12.044 -12.177,-12.044 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3309);fill-opacity:1;stroke:none"
+                 id="path19015"
+                 d="m -15691.147,6128.2557 c -21.918,0 -45.744,13.4945 -47.513,19.9394 -1.628,5.9302 2.659,11.7854 4.649,14.2299 2.006,2.4674 30.464,35.7131 33.343,38.3627 2.881,2.6494 5.05,4.8175 10.059,4.8175 2.296,0 -0.815,0 1.474,0 5.009,0 7.109,-2.1681 9.987,-4.8175 2.882,-2.6496 31.294,-35.8953 33.3,-38.3627 1.989,-2.4445 6.322,-8.2997 4.693,-14.2299 -1.768,-6.4449 -25.595,-19.9394 -47.511,-19.9394 l -2.481,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.4169893,0,0,1.427443,-2501.0468,-3869.3789)"
+                 style="fill:none;stroke:none;filter:url(#filter10487)"
+                 id="path19017"
+                 d="m -9309.7269,7007.9081 c -10.072,1.0206 -21.939,3.5909 -28.469,11.7813 1.071,6.9256 8.092,10.7687 11.805,16.2015 6.015,6.0007 10.155,14.7869 18.132,18.2047 6.978,-0.2354 9.579,-8.3993 14.282,-12.2812 5.246,-7.4945 14.344,-13.1743 16.875,-22.1875 -1.914,-4.6916 -8.203,-5.6101 -12.125,-8.0625 -6.546,-2.5805 -13.396,-4.0088 -20.5,-3.6563 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.4169893,0,0,1.427443,-2501.0468,-3869.3789)"
+                 style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10857)"
+                 id="path19019"
+                 d="m -9308.3209,7009.8769 c -9.706,0.823 -21.168,2.7052 -27.656,10.5625 2.806,7.2492 10.013,11.5276 14.375,17.8125 4.285,4.9168 7.767,11.614 14.187,13.75 6.288,-2.1033 8.862,-9.2677 13.438,-13.5313 4.856,-6.189 12.599,-11.2224 14.562,-18.9375 -4.08,-4.2952 -10.91,-5.9918 -16.562,-8.0937 -4.008,-1.1109 -8.184,-1.6444 -12.344,-1.5625 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3311);fill-opacity:1;stroke:none"
+                 id="path19021"
+                 d="m -15691.147,6128.2557 c -12.888,0 -26.398,4.6587 -35.736,9.8137 41.358,8.8433 58.809,18.4876 70.895,36.2212 5.044,-5.8893 9.428,-10.9894 10.14,-11.8656 1.989,-2.4445 6.322,-8.2997 4.693,-14.2299 -1.768,-6.4449 -25.595,-19.9394 -47.511,-19.9394 l -2.481,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3313);fill-opacity:1;stroke:none"
+                 id="path19023"
+                 d="m -15733.169,6142.0393 c -3.045,2.2789 -5.03,4.4728 -5.491,6.1558 -1.628,5.9302 2.659,11.7854 4.649,14.2299 2.006,2.4674 30.464,35.7131 33.343,38.3627 2.881,2.6494 5.043,4.8175 10.052,4.8175 l 1.461,0 c 5.01,0 7.129,-2.1681 10.007,-4.8175 0.143,-0.1291 0.59,-0.6287 0.842,-0.8924 -5.474,-2.1595 -10.572,-5.2069 -14.791,-9.4565 -4.132,-4.1638 -21.428,-23.5957 -33.077,-35.3295 -3.8,-3.8286 -5.899,-8.4905 -6.995,-13.07 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:none;stroke:url(#linearGradient3315);stroke-width:4.26661968;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="path19025"
+                 d="m -15691.147,6128.2557 c -21.918,0 -45.744,13.4945 -47.513,19.9394 -1.628,5.9302 2.659,11.7854 4.649,14.2299 2.006,2.4674 30.464,35.7131 33.343,38.3627 2.881,2.6494 5.05,4.8175 10.059,4.8175 2.296,0 -0.815,0 1.474,0 5.009,0 7.109,-2.1681 9.987,-4.8175 2.882,-2.6496 31.294,-35.8953 33.3,-38.3627 1.989,-2.4445 6.322,-8.2997 4.693,-14.2299 -1.768,-6.4449 -25.595,-19.9394 -47.511,-19.9394 l -2.481,0 z" />
+            </g>
+          </g>
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:url(#radialGradient3317);fill-opacity:1;fill-rule:evenodd;stroke:none"
+             d="m -15876.582,5882.4746 c 1.592,9.4468 7.431,17.3368 10.875,26.1158 -0.8,-10.6805 -7.64,-19.688 -8.8,-30.2657 -0.691,1.3834 -1.383,2.7666 -2.075,4.1499 z m 63.68,29.1923 c 2.213,25.3946 25.07,44.8131 22.896,71.049 -0.181,6.273 -1.417,12.4429 -3.256,18.424 11.515,-25.3547 5.396,-54.4655 -5.366,-79.0625 -5.151,-10.6618 -6.008,-22.8903 -2.29,-34.165 -3.994,7.9182 -7.99,15.8364 -11.984,23.7545 z m 19.64,89.473 c -0.237,0.2524 -0.335,1.1748 0,0 z m -150.54,-51.0865 c -6.98,0.34 -16.918,4.4298 -14.704,13.1651 2.927,8.8349 14.731,10.3244 22.753,9.3015 7.18,-1.0033 13.722,-5.6019 15.741,-12.8074 -6.693,-5.4226 -14.954,-10.0338 -23.79,-9.6592 z m 19.962,75.0914 c -11.914,0.8595 -27.861,5.9416 -29.73,19.712 -1.452,15.2387 15.114,24.5678 28.478,25.3286 13.726,1.2919 29.645,-1.6254 38.508,-13.0428 1.008,-5.1689 10.103,-12.1286 3.348,-15.5771 -11.526,-8.9143 -25.494,-17.0601 -40.604,-16.4207 z"
+             id="path19027" />
+          <g
+             id="g19029"
+             transform="matrix(1.2588426,0,0,1.2588426,4091.4591,-1477.7431)">
+            <g
+               id="g19031">
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:#649ada;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                 d="m -15617.469,5888.8438 c -0.6,-0.01 -0.541,0.6182 -0.593,2.375 -0.604,8.0502 -1.209,16.106 -1.813,24.1562 56.149,15.2688 103.466,65.3655 110.281,123.9375 l 26.188,0 c -0.475,-3.4692 -1.369,-6.9222 -1.5,-10.375 -10.631,-67.15 -65.745,-122.2218 -130.625,-139.5 -0.986,-0.362 -1.577,-0.5896 -1.938,-0.5937 z"
+                 id="path19033" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:#ebcf00;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                 d="m -15605.969,5827.7188 c -0.595,0.1567 -0.56,1.0976 -0.625,3.2812 -0.834,11.1181 -1.666,22.2258 -2.5,33.3438 78.652,21.3881 144.769,92.2792 152.688,174.6562 -0.01,0.1081 -0.02,0.2066 -0.03,0.3125 l 36.219,0 c -0.295,-6.0371 -2.208,-12.1303 -2.437,-18.1563 -14.682,-92.7389 -90.803,-168.7624 -180.406,-192.625 -1.589,-0.5832 -2.444,-0.9344 -2.907,-0.8124 z"
+                 id="path19035" />
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               id="path19037"
+               d="m -15602.719,5833.1562 c -0.352,9.376 -2.19,19.3699 -1.625,28.375 72.159,21.245 132.374,82.0679 148.625,156.1876 1.523,5.6571 2.195,12.0716 3,17.6874 9.311,-0.2301 18.694,0 28.031,-0.125 -3.672,-33.5326 -14.533,-66.2074 -32.744,-94.6666 -32.652,-52.2669 -85.841,-91.4918 -145.256,-107.9271 l -0.03,0.4687 z m -12.906,79.2813 c 55.337,16.4015 101.009,65.1195 109.531,122.8437 5.991,-0.1081 12.265,0.3359 18.094,-0.1562 -7.932,-65.2162 -59.36,-120.4547 -121.294,-139.718 -6.58,-4.0699 -5.184,3.6949 -5.697,8.503 -0.211,2.8425 -0.423,5.685 -0.634,8.5275 z"
+               style="fill:url(#radialGradient3319);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+          </g>
+        </g>
+      </g>
     </g>
   </g>
-  <g
-     inkscape:groupmode="layer"
-     id="layer3"
-     inkscape:label="finiture"
-     style="display:inline" />
 </svg>
diff --git a/data/icons/hicolor_apps_22x22_freetuxtv.svg b/data/icons/hicolor_apps_22x22_freetuxtv.svg
index 1a55801..b099943 100644
--- a/data/icons/hicolor_apps_22x22_freetuxtv.svg
+++ b/data/icons/hicolor_apps_22x22_freetuxtv.svg
@@ -1,5 +1,6 @@
 <?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#"
@@ -11,1134 +12,1619 @@
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
    width="22"
    height="22"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45+devel"
-   version="1.0"
-   sodipodi:docbase="/home/lapo/Icone/tangerine-icon-theme/22x22/devices"
-   sodipodi:docname="video-display.svg"
-   inkscape:export-filename="/home/lapo/Desktop/computer.png"
+   id="svg19089"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="hicolor_apps_22x22_freetuxtv.svg"
+   inkscape:export-filename="/home/ebeuque/Informatique/Personnel/Projets/autres/freetuxtv/freetuxtv/data/icons/hicolor_apps_scalable_freetuxtv.png"
    inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+   inkscape:export-ydpi="90">
   <defs
-     id="defs4">
-    <linearGradient
-       id="linearGradient2829"
-       inkscape:collect="always">
-      <stop
-         id="stop2831"
-         offset="0"
-         style="stop-color:#babdb6" />
-      <stop
-         id="stop2833"
-         offset="1"
-         style="stop-color:#eeeeec" />
-    </linearGradient>
+     id="defs19091">
+    <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="perspective19097" />
+    <inkscape:perspective
+       id="perspective19107"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6814"
+       id="radialGradient19039"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.58265832,0.48695545,-0.35874809,0.43561089,-6534.2634,8805.1227)"
+       cx="-11724.028"
+       cy="7085.5718"
+       fx="-11724.028"
+       fy="7085.5718"
+       r="230.60361" />
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient2295">
+       id="linearGradient6814">
       <stop
          style="stop-color:#ffffff;stop-opacity:1;"
          offset="0"
-         id="stop2297" />
+         id="stop6816" />
       <stop
          style="stop-color:#ffffff;stop-opacity:0;"
          offset="1"
-         id="stop2299" />
+         id="stop6818" />
     </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22931"
+       id="radialGradient19041"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70059678,0,0,0.39699302,-7364.8104,3547.1811)"
+       cx="-11699.636"
+       cy="6699.9062"
+       fx="-11699.636"
+       fy="6699.9062"
+       r="282.70825" />
     <linearGradient
-       id="linearGradient4039">
+       id="linearGradient22931"
+       inkscape:collect="always">
       <stop
-         style="stop-color:#f4dbb5;stop-opacity:1;"
+         id="stop22933"
          offset="0"
-         id="stop4041" />
+         style="stop-color:#ffffff;stop-opacity:0.5" />
       <stop
-         style="stop-color:#f57900"
+         id="stop22935"
          offset="1"
-         id="stop4043" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient2207">
+       xlink:href="#linearGradient7918"
+       id="linearGradient19043"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.85224082,0,0,0.85852814,-5913.9015,53.6739)"
+       x1="-11583.832"
+       y1="7177.8628"
+       x2="-11393.838"
+       y2="7307.4028" />
+    <linearGradient
+       id="linearGradient7918"
+       inkscape:collect="always">
       <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
+         id="stop7920"
          offset="0"
-         id="stop2209" />
+         style="stop-color:#ffffff;stop-opacity:1;" />
       <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
+         id="stop7922"
          offset="1"
-         id="stop2211" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       height="1.7744713"
+       y="-0.38723564"
+       width="1.1470716"
+       x="-0.073535778"
+       id="filter7804"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur7806"
+         stdDeviation="20.83271"
+         inkscape:collect="always" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19045"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
     <linearGradient
-       id="linearGradient2275">
+       id="linearGradient7834"
+       inkscape:collect="always">
       <stop
-         id="stop2277"
+         id="stop7836"
          offset="0"
-         style="stop-color:#555753" />
+         style="stop-color:#000000;stop-opacity:1;" />
       <stop
-         id="stop2279"
+         id="stop7838"
          offset="1"
-         style="stop-color:#2e3436" />
+         style="stop-color:#000000;stop-opacity:0;" />
     </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19047"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <filter
+       id="filter10358"
+       color-interpolation-filters="sRGB"
+       height="1.3937207"
+       width="1.1726084"
+       y="-0.19686034"
+       x="-0.086304188">
+      <feGaussianBlur
+         stdDeviation="4.5870333"
+         id="feGaussianBlur10360" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19049"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
     <linearGradient
-       id="linearGradient2283">
+       id="linearGradient10031">
       <stop
-         id="stop2285"
          offset="0"
-         style="stop-color:#555753" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop10033" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop10370" />
       <stop
-         id="stop2287"
          offset="1"
-         style="stop-color:#2e3436" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop10035" />
     </linearGradient>
+    <filter
+       id="filter19143"
+       color-interpolation-filters="sRGB"
+       height="1.3937207"
+       width="1.1726084"
+       y="-0.19686034"
+       x="-0.086304188">
+      <feGaussianBlur
+         stdDeviation="4.5870333"
+         id="feGaussianBlur19145" />
+    </filter>
     <linearGradient
-       id="linearGradient4065"
-       inkscape:collect="always">
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19051"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       id="linearGradient19148">
       <stop
-         id="stop4067"
          offset="0"
-         style="stop-color:#d3d7cf" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19150" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19152" />
       <stop
-         id="stop4069"
          offset="1"
-         style="stop-color:#555753" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19154" />
     </linearGradient>
     <linearGradient
-       id="linearGradient2288"
+       inkscape:collect="always"
+       xlink:href="#linearGradient24407"
+       id="linearGradient19053"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.85224082,0,0,0.85852814,-24609.665,872.89967)"
+       x1="-10733.51"
+       y1="6162.6846"
+       x2="-10893.229"
+       y2="6245.1299" />
+    <linearGradient
+       id="linearGradient24407"
        inkscape:collect="always">
       <stop
-         id="stop2290"
+         id="stop24409"
          offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
+         style="stop-color:#727272;stop-opacity:1;" />
       <stop
-         id="stop2292"
+         id="stop24411"
          offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
+         style="stop-color:#727272;stop-opacity:0;" />
     </linearGradient>
+    <filter
+       id="filter12102"
+       color-interpolation-filters="sRGB"
+       height="1.6799877"
+       width="1.2914308"
+       y="-0.33999386"
+       x="-0.14571542">
+      <feGaussianBlur
+         stdDeviation="9.3045363"
+         id="feGaussianBlur12104" />
+    </filter>
     <linearGradient
-       id="linearGradient2296"
-       inkscape:collect="always">
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19055"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6692123,0,0,2.3154451,-16227.008,5865.2495)"
+       x1="202"
+       y1="29.969534"
+       x2="202"
+       y2="103.63979" />
+    <linearGradient
+       id="linearGradient19163">
       <stop
-         id="stop2298"
          offset="0"
-         style="stop-color:#555753" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19165" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19167" />
       <stop
-         id="stop2300"
          offset="1"
-         style="stop-color:#2e3436" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19169" />
     </linearGradient>
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2288"
-       id="radialGradient2443"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.989153,1.558835e-8,-1.098365e-8,0.15625,0.12021,15.8204)"
-       cx="10.999102"
-       cy="18.749454"
-       fx="10.999102"
-       fy="18.749454"
-       r="8" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4065"
-       id="radialGradient2445"
+       xlink:href="#linearGradient11291"
+       id="radialGradient19057"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.481924,-1.036963e-5,-9.337958e-7,7.068424e-2,-91.82019,15.36153)"
-       cx="209.79654"
-       cy="53.239998"
-       fx="209.79654"
-       fy="53.239998"
-       r="21" />
+       gradientTransform="matrix(-2.5126812,-0.04191043,0.03821081,-2.3248023,-15049.446,6215.0897)"
+       cx="232.90625"
+       cy="51.545879"
+       fx="232.90625"
+       fy="51.545879"
+       r="36.125" />
     <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2296"
-       id="linearGradient2447"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,1.006679,0,1.893802)"
-       x1="4.124783"
-       y1="16.87085"
-       x2="4.124783"
-       y2="18.371796" />
+       id="linearGradient11291">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11293" />
+      <stop
+         offset="0.32802752"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11295" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11297" />
+    </linearGradient>
+    <filter
+       id="filter11252"
+       color-interpolation-filters="sRGB"
+       height="1.3996418"
+       width="1.3721279"
+       y="-0.19982085"
+       x="-0.18606396">
+      <feGaussianBlur
+         stdDeviation="5.2752828"
+         id="feGaussianBlur11254" />
+    </filter>
+    <filter
+       id="filter11182"
+       color-interpolation-filters="sRGB"
+       height="1.2505243"
+       width="1.3386598"
+       y="-0.12526216"
+       x="-0.1693299">
+      <feGaussianBlur
+         stdDeviation="4.0317543"
+         id="feGaussianBlur11184" />
+    </filter>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2283"
-       id="linearGradient2449"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19059"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.467167,0,0,0.494895,-88.97188,-11.449)"
-       x1="217.75"
-       y1="60.957611"
-       x2="217.75"
-       y2="57.287102" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="128.40625"
+       y1="94.96875"
+       x2="179.78125"
+       y2="130.46875" />
     <linearGradient
+       id="linearGradient19181">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19183" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19185" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19187" />
+    </linearGradient>
+    <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2275"
-       id="linearGradient2451"
+       xlink:href="#linearGradient11121"
+       id="radialGradient19061"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.467167,0,0,0.494895,-88.97188,-11.449)"
-       x1="219.625"
-       y1="61.282185"
-       x2="219.625"
-       y2="57.31184" />
+       gradientTransform="matrix(-2.3004803,2.5681016,-2.1966656,-1.9968924,-15161.097,6013.6207)"
+       cx="113.13426"
+       cy="125.41722"
+       fx="113.13426"
+       fy="125.41722"
+       r="35.125" />
     <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2829"
-       id="linearGradient2466"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.468101,0,0,0.464498,-89.17665,-9.74362)"
-       x1="198.25261"
-       y1="29.854406"
-       x2="218.1942"
-       y2="54.870758" />
+       id="linearGradient11121">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11123" />
+      <stop
+         offset="0.45320001"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11125" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11127" />
+    </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2207"
-       id="linearGradient2468"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19063"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.441847,0,0,0.425078,-83.55033,-8.12941)"
-       x1="192.61819"
-       y1="44.316147"
-       x2="192.61819"
-       y2="69.140022" />
-    <radialGradient
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="155.01221"
+       y1="55.221191"
+       x2="155.01221"
+       y2="88.420464" />
+    <linearGradient
+       id="linearGradient19195">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19197" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19199" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19201" />
+    </linearGradient>
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4039"
-       id="radialGradient2470"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19065"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.558859,2.466131e-5,0,0.280412,-108.5899,-2.938769)"
-       cx="213.99513"
-       cy="44.082935"
-       fx="213.99513"
-       fy="44.082935"
-       r="21.006207" />
-    <radialGradient
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.435,5925.2558)"
+       x1="233.84886"
+       y1="72.522697"
+       x2="233.84886"
+       y2="91.96846" />
+    <linearGradient
+       id="linearGradient19204">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19206" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19208" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19210" />
+    </linearGradient>
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2295"
-       id="radialGradient2472"
+       xlink:href="#linearGradient11360"
+       id="linearGradient19067"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.024502,0.186224,-5.150105e-2,0.26874,-197.8285,-37.02619)"
-       cx="197.48041"
-       cy="16.234577"
-       fx="197.48041"
-       fy="16.234577"
-       r="20" />
-    <radialGradient
-       r="20.03125"
-       fy="9.6084557"
-       fx="118"
-       cy="9.6084557"
-       cx="118"
-       gradientTransform="matrix(0.4469583,-0.1741651,2.734086e-2,5.8184845e-2,-44.412521,25.174533)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient7037"
-       xlink:href="#linearGradient6764"
-       inkscape:collect="always" />
-    <radialGradient
-       r="19"
-       fy="8.0600147"
-       fx="123.70635"
-       cy="8.0600147"
-       cx="123.70635"
-       gradientTransform="matrix(0.4567226,-0.1301209,1.8634092e-2,6.2638257e-2,-45.991784,21.993264)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient7034"
-       xlink:href="#linearGradient6782"
-       inkscape:collect="always" />
-    <radialGradient
-       r="19"
-       fy="14.015168"
-       fx="117.53682"
-       cy="14.015168"
-       cx="117.53682"
-       gradientTransform="matrix(0.4938297,-5.7575953e-2,4.8963037e-3,3.4296209e-2,-49.901271,12.568463)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient7031"
-       xlink:href="#linearGradient6794"
-       inkscape:collect="always" />
-    <radialGradient
-       r="11.46875"
-       fy="23.098652"
-       fx="82"
-       cy="23.098652"
-       cx="82"
-       gradientTransform="matrix(0.4253093,0,0,0.2107816,-20.527184,3.2352252)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient7028"
-       xlink:href="#linearGradient6808"
-       inkscape:collect="always" />
-    <radialGradient
-       r="6"
-       fy="12.5"
-       fx="110.5"
-       cy="12.5"
-       cx="110.5"
-       gradientTransform="matrix(0.4411176,0,0,0.3433747,-43.689644,0.1519248)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient7025"
-       xlink:href="#linearGradient6818"
-       inkscape:collect="always" />
-    <radialGradient
-       r="20"
-       fy="16.234577"
-       fx="197.48041"
-       cy="16.234577"
-       cx="197.48041"
-       gradientTransform="matrix(1.024502,0.2234688,-5.150105e-2,0.322488,-197.8285,-47.431428)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient6435"
-       xlink:href="#linearGradient2295"
-       inkscape:collect="always" />
-    <radialGradient
-       r="20.03125"
-       fy="34.711994"
-       fx="115.24761"
-       cy="34.711994"
-       cx="115.24761"
-       gradientTransform="matrix(0.4731153,-0.1323864,2.7821981e-2,8.1484825e-2,-46.742007,19.108198)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient6424"
-       xlink:href="#linearGradient6764"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="23"
-       x2="108"
-       y1="14"
-       x1="114"
-       gradientTransform="matrix(0.4364547,0,0,0.4014818,-43.11514,-0.5188434)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient6394"
-       xlink:href="#linearGradient6826"
-       inkscape:collect="always" />
-    <radialGradient
-       r="23.5"
-       fy="40.374615"
-       fx="23.96336"
-       cy="40.374615"
-       cx="23.96336"
-       gradientTransform="matrix(1.190333,0,-1.973304e-7,0.297873,-4.524361,28.9735)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient1635"
-       xlink:href="#linearGradient2795"
-       inkscape:collect="always" />
-    <radialGradient
-       r="7.0007591"
-       fy="18.5"
-       fx="11"
-       cy="18.5"
-       cx="11"
-       gradientTransform="matrix(1,0,0,0.214371,0,14.53414)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4248"
-       xlink:href="#linearGradient2510"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="67.691895"
-       x2="196.88957"
-       y1="63.996719"
-       x1="196.88957"
-       gradientTransform="matrix(0.401135,0,0,0.515243,-74.85005,-15.74062)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4246"
-       xlink:href="#linearGradient4663"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="17.049946"
-       x2="22.029285"
-       y1="21.055552"
-       x1="22.029285"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4244"
-       xlink:href="#linearGradient1385"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="43.125"
-       x2="5"
-       y1="37"
-       x1="42.75"
-       gradientTransform="matrix(0.447431,0,0,0.569377,0.276285,-3.84675)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4242"
-       xlink:href="#linearGradient2829"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="69.140022"
-       x2="192.61819"
-       y1="44.316147"
-       x1="192.61819"
-       gradientTransform="matrix(0.441847,0,0,0.425078,-83.55033,-10.12941)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient1507"
-       xlink:href="#linearGradient2207"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="54.870758"
-       x2="218.1942"
-       y1="29.854406"
-       x1="198.25261"
-       gradientTransform="matrix(0.468101,0,0,0.464498,-89.17665,-11.74362)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient1505"
-       xlink:href="#linearGradient2829"
-       inkscape:collect="always" />
-    <linearGradient
-       y2="56.877113"
-       x2="207.71683"
-       y1="62"
-       x1="207.71683"
-       gradientTransform="matrix(0.386175,0,0,0.540837,-71.64416,-15.76166)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient1503"
-       xlink:href="#linearGradient4218"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient4218"
-       inkscape:collect="always">
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="223.03125"
+       y1="91.015617"
+       x2="258.875"
+       y2="130.01561" />
+    <linearGradient
+       id="linearGradient11360">
       <stop
-         id="stop4220"
          offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11362" />
+      <stop
+         offset="0.31528139"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11364" />
       <stop
-         id="stop4222"
          offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11366" />
     </linearGradient>
     <linearGradient
-       id="linearGradient4663">
+       inkscape:collect="always"
+       xlink:href="#linearGradient11532"
+       id="linearGradient19069"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="173.5625"
+       y1="158.78125"
+       x2="183.0625"
+       y2="99.135406" />
+    <linearGradient
+       id="linearGradient11532">
       <stop
-         id="stop4665"
          offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11534" />
+      <stop
+         offset="0.17569453"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11536" />
       <stop
-         id="stop4667"
          offset="1"
-         style="stop-color:#2e3436" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11538" />
     </linearGradient>
     <linearGradient
-       id="linearGradient2795"
-       inkscape:collect="always">
+       inkscape:collect="always"
+       xlink:href="#linearGradient11524"
+       id="linearGradient19071"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="204.4375"
+       y1="154.97546"
+       x2="204.4375"
+       y2="109.71875" />
+    <linearGradient
+       id="linearGradient11524">
       <stop
-         id="stop2797"
          offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11526" />
+      <stop
+         offset="0.23175907"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11528" />
       <stop
-         id="stop2799"
          offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11530" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient2510">
+       xlink:href="#linearGradient10031"
+       id="linearGradient19073"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="183.1875"
+       y1="105.875"
+       x2="183.1875"
+       y2="127.13049" />
+    <linearGradient
+       id="linearGradient19228">
       <stop
-         style="stop-color:#888a85"
          offset="0"
-         id="stop2512" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19230" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19232" />
       <stop
-         style="stop-color:#2e3436"
          offset="1"
-         id="stop2514" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19234" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient1385">
+       xlink:href="#linearGradient11633"
+       id="linearGradient19075"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="208.34375"
+       y1="108.34375"
+       x2="207.0625"
+       y2="140.17188" />
+    <linearGradient
+       id="linearGradient11633">
       <stop
-         style="stop-color:#555753"
          offset="0"
-         id="stop1387" />
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11635" />
+      <stop
+         offset="0.3093777"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11637" />
       <stop
-         style="stop-color:#babdb6"
          offset="1"
-         id="stop1389" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11639" />
     </linearGradient>
     <linearGradient
-       id="linearGradient6826"
-       inkscape:collect="always">
+       inkscape:collect="always"
+       xlink:href="#linearGradient10433"
+       id="linearGradient19077"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="156.37009"
+       y1="169.46875"
+       x2="228.69044"
+       y2="169.46875" />
+    <linearGradient
+       id="linearGradient10433">
       <stop
-         id="stop6828"
          offset="0"
-         style="stop-color:#3c2400;stop-opacity:1;" />
+         style="stop-color:#d99600;stop-opacity:1"
+         id="stop10435" />
       <stop
-         id="stop6830"
          offset="1"
-         style="stop-color:#503000;stop-opacity:1" />
+         style="stop-color:#dfa800;stop-opacity:1"
+         id="stop10437" />
     </linearGradient>
+    <filter
+       id="filter10487"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         stdDeviation="1.3416777"
+         id="feGaussianBlur10489" />
+    </filter>
+    <filter
+       id="filter10857"
+       color-interpolation-filters="sRGB"
+       height="1.3654251"
+       width="1.2722038"
+       y="-0.18271257"
+       x="-0.13610192">
+      <feGaussianBlur
+         stdDeviation="3.20761"
+         id="feGaussianBlur10859" />
+    </filter>
     <linearGradient
-       id="linearGradient6764"
-       inkscape:collect="always">
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19079"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="215.9375"
+       y1="142.375"
+       x2="196.81396"
+       y2="174.625" />
+    <linearGradient
+       id="linearGradient10762">
       <stop
-         id="stop6766"
          offset="0"
-         style="stop-color:#e9b96e;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:1"
+         id="stop10764-3" />
       <stop
-         id="stop6768"
          offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0;" />
+         style="stop-color:#ffffff;stop-opacity:0.19607843"
+         id="stop10766" />
     </linearGradient>
     <linearGradient
-       id="linearGradient6782"
-       inkscape:collect="always">
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19081"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="177.01546"
+       y1="182.03799"
+       x2="183.34375"
+       y2="176.04688" />
+    <linearGradient
+       id="linearGradient19254">
       <stop
-         id="stop6784"
          offset="0"
-         style="stop-color:#e9b96e;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:1"
+         id="stop19256" />
       <stop
-         id="stop6786"
          offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0;" />
+         style="stop-color:#ffffff;stop-opacity:0.19607843"
+         id="stop19258" />
     </linearGradient>
     <linearGradient
-       id="linearGradient6794"
-       inkscape:collect="always">
+       inkscape:collect="always"
+       xlink:href="#linearGradient10656"
+       id="linearGradient19083"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="157.37009"
+       y1="169.46875"
+       x2="227.69044"
+       y2="169.46875" />
+    <linearGradient
+       id="linearGradient10656">
       <stop
-         id="stop6796"
          offset="0"
-         style="stop-color:#e9b96e;stop-opacity:1;" />
+         style="stop-color:#d99600;stop-opacity:1"
+         id="stop10658" />
       <stop
-         id="stop6798"
          offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0;" />
+         style="stop-color:#deae00;stop-opacity:1"
+         id="stop10660" />
     </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8692"
+       id="radialGradient19085"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1447958,0,0,1.350518,2302.7045,-2015.133)"
+       cx="-15876.722"
+       cy="5911.4395"
+       fx="-15876.722"
+       fy="5911.4395"
+       r="79.04715" />
     <linearGradient
-       id="linearGradient6808"
+       id="linearGradient8692"
        inkscape:collect="always">
       <stop
-         id="stop6810"
+         id="stop8694"
          offset="0"
-         style="stop-color:#e9b96e;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:1;" />
       <stop
-         id="stop6812"
+         id="stop8696"
          offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0;" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10734"
+       id="radialGradient19087"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0599124,0,-355.49027)"
+       cx="-15520.047"
+       cy="5933.5034"
+       fx="-15520.047"
+       fy="5933.5034"
+       r="99.828003" />
     <linearGradient
-       id="linearGradient6818"
+       id="linearGradient10734"
        inkscape:collect="always">
       <stop
-         id="stop6820"
+         id="stop10736"
          offset="0"
-         style="stop-color:#e9b96e;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:1;" />
       <stop
-         id="stop6822"
+         id="stop10739"
          offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0;" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2295"
-       id="radialGradient6407"
+       xlink:href="#linearGradient6814"
+       id="radialGradient19872"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.024502,0.186224,-5.150105e-2,0.26874,-197.8285,-38.02619)"
-       cx="197.48041"
-       cy="16.234577"
-       fx="197.48041"
-       fy="16.234577"
-       r="20" />
+       gradientTransform="matrix(0.58265832,0.48695545,-0.35874809,0.43561089,-6534.2634,8805.1227)"
+       cx="-11724.028"
+       cy="7085.5718"
+       fx="-11724.028"
+       fy="7085.5718"
+       r="230.60361" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4039"
-       id="radialGradient6410"
+       xlink:href="#linearGradient22931"
+       id="radialGradient19874"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.558859,2.466131e-5,0,0.280412,-108.5899,-3.938769)"
-       cx="213.99513"
-       cy="44.082935"
-       fx="213.99513"
-       fy="44.082935"
-       r="21.006207" />
+       gradientTransform="matrix(0.70059678,0,0,0.39699302,-7364.8104,3547.1811)"
+       cx="-11699.636"
+       cy="6699.9062"
+       fx="-11699.636"
+       fy="6699.9062"
+       r="282.70825" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2207"
-       id="linearGradient6413"
+       xlink:href="#linearGradient7918"
+       id="linearGradient19876"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.441847,0,0,0.425078,-83.55033,-9.12941)"
-       x1="192.61819"
-       y1="44.316147"
-       x2="192.61819"
-       y2="69.140022" />
+       gradientTransform="matrix(0.85224082,0,0,0.85852814,-5913.9015,53.6739)"
+       x1="-11583.832"
+       y1="7177.8628"
+       x2="-11393.838"
+       y2="7307.4028" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19878"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19880"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2829"
-       id="linearGradient6416"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19882"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.468101,0,0,0.464498,-89.17665,-10.74362)"
-       x1="198.25261"
-       y1="29.854406"
-       x2="218.1942"
-       y2="54.870758" />
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4218"
-       id="linearGradient6450"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19884"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.386175,0,0,0.540837,-71.64416,-15.76166)"
-       x1="207.71683"
-       y1="62"
-       x2="207.71683"
-       y2="56.877113" />
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2829"
-       id="linearGradient6452"
+       xlink:href="#linearGradient24407"
+       id="linearGradient19886"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.468101,0,0,0.464498,-89.17665,-11.74362)"
-       x1="198.25261"
-       y1="29.854406"
-       x2="218.1942"
-       y2="54.870758" />
+       gradientTransform="matrix(-0.85224082,0,0,0.85852814,-24609.665,872.89967)"
+       x1="-10733.51"
+       y1="6162.6846"
+       x2="-10893.229"
+       y2="6245.1299" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2207"
-       id="linearGradient6454"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19888"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6692123,0,0,2.3154451,-16227.008,5865.2495)"
+       x1="202"
+       y1="29.969534"
+       x2="202"
+       y2="103.63979" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11291"
+       id="radialGradient19890"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.441847,0,0,0.425078,-83.55033,-10.12941)"
-       x1="192.61819"
-       y1="44.316147"
-       x2="192.61819"
-       y2="69.140022" />
+       gradientTransform="matrix(-2.5126812,-0.04191043,0.03821081,-2.3248023,-15049.446,6215.0897)"
+       cx="232.90625"
+       cy="51.545879"
+       fx="232.90625"
+       fy="51.545879"
+       r="36.125" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2829"
-       id="linearGradient6456"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19892"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.447431,0,0,0.569377,0.276285,-3.84675)"
-       x1="42.75"
-       y1="37"
-       x2="5"
-       y2="43.125" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="128.40625"
+       y1="94.96875"
+       x2="179.78125"
+       y2="130.46875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11121"
+       id="radialGradient19894"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.3004803,2.5681016,-2.1966656,-1.9968924,-15161.097,6013.6207)"
+       cx="113.13426"
+       cy="125.41722"
+       fx="113.13426"
+       fy="125.41722"
+       r="35.125" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient1385"
-       id="linearGradient6458"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19896"
        gradientUnits="userSpaceOnUse"
-       x1="22.029285"
-       y1="21.055552"
-       x2="22.029285"
-       y2="17.049946" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="155.01221"
+       y1="55.221191"
+       x2="155.01221"
+       y2="88.420464" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4663"
-       id="linearGradient6460"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19898"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.401135,0,0,0.515243,-74.85005,-15.74062)"
-       x1="196.88957"
-       y1="63.996719"
-       x2="196.88957"
-       y2="67.691895" />
-    <radialGradient
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.435,5925.2558)"
+       x1="233.84886"
+       y1="72.522697"
+       x2="233.84886"
+       y2="91.96846" />
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2510"
-       id="radialGradient6462"
+       xlink:href="#linearGradient11360"
+       id="linearGradient19900"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.214371,0,14.53414)"
-       cx="11"
-       cy="18.5"
-       fx="11"
-       fy="18.5"
-       r="7.0007591" />
-    <radialGradient
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="223.03125"
+       y1="91.015617"
+       x2="258.875"
+       y2="130.01561" />
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2795"
-       id="radialGradient6464"
+       xlink:href="#linearGradient11532"
+       id="linearGradient19902"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.190333,0,-1.973304e-7,0.297873,-4.524361,28.9735)"
-       cx="23.96336"
-       cy="40.374615"
-       fx="23.96336"
-       fy="40.374615"
-       r="23.5" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="173.5625"
+       y1="158.78125"
+       x2="183.0625"
+       y2="99.135406" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6826"
-       id="linearGradient6466"
+       xlink:href="#linearGradient11524"
+       id="linearGradient19904"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4364547,0,0,0.4014818,-43.11514,-0.5188434)"
-       x1="114"
-       y1="14"
-       x2="108"
-       y2="23" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="204.4375"
+       y1="154.97546"
+       x2="204.4375"
+       y2="109.71875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19906"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="183.1875"
+       y1="105.875"
+       x2="183.1875"
+       y2="127.13049" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11633"
+       id="linearGradient19908"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="208.34375"
+       y1="108.34375"
+       x2="207.0625"
+       y2="140.17188" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10433"
+       id="linearGradient19910"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="156.37009"
+       y1="169.46875"
+       x2="228.69044"
+       y2="169.46875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19912"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="215.9375"
+       y1="142.375"
+       x2="196.81396"
+       y2="174.625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19914"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="177.01546"
+       y1="182.03799"
+       x2="183.34375"
+       y2="176.04688" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10656"
+       id="linearGradient19916"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="157.37009"
+       y1="169.46875"
+       x2="227.69044"
+       y2="169.46875" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6764"
-       id="radialGradient6468"
+       xlink:href="#linearGradient8692"
+       id="radialGradient19918"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4469583,-0.1741651,2.734086e-2,5.8184845e-2,-44.412521,25.174533)"
-       cx="118"
-       cy="9.6084557"
-       fx="118"
-       fy="9.6084557"
-       r="20.03125" />
+       gradientTransform="matrix(1.1447958,0,0,1.350518,2302.7045,-2015.133)"
+       cx="-15876.722"
+       cy="5911.4395"
+       fx="-15876.722"
+       fy="5911.4395"
+       r="79.04715" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6782"
-       id="radialGradient6470"
+       xlink:href="#linearGradient10734"
+       id="radialGradient19920"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4567226,-0.1301209,1.8634092e-2,6.2638257e-2,-45.991784,21.993264)"
-       cx="123.70635"
-       cy="8.0600147"
-       fx="123.70635"
-       fy="8.0600147"
-       r="19" />
+       gradientTransform="matrix(1,0,0,1.0599124,0,-355.49027)"
+       cx="-15520.047"
+       cy="5933.5034"
+       fx="-15520.047"
+       fy="5933.5034"
+       r="99.828003" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6794"
-       id="radialGradient6472"
+       xlink:href="#linearGradient6814"
+       id="radialGradient3271"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4938297,-5.7575953e-2,4.8963037e-3,3.4296209e-2,-49.901271,12.568463)"
-       cx="117.53682"
-       cy="14.015168"
-       fx="117.53682"
-       fy="14.015168"
-       r="19" />
+       gradientTransform="matrix(0.58265832,0.48695545,-0.35874809,0.43561089,-6534.2634,8805.1227)"
+       cx="-11724.028"
+       cy="7085.5718"
+       fx="-11724.028"
+       fy="7085.5718"
+       r="230.60361" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6808"
-       id="radialGradient6474"
+       xlink:href="#linearGradient22931"
+       id="radialGradient3273"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4253093,0,0,0.2107816,-20.527184,3.2352252)"
-       cx="82"
-       cy="23.098652"
-       fx="82"
-       fy="23.098652"
-       r="11.46875" />
+       gradientTransform="matrix(0.70059678,0,0,0.39699302,-7364.8104,3547.1811)"
+       cx="-11699.636"
+       cy="6699.9062"
+       fx="-11699.636"
+       fy="6699.9062"
+       r="282.70825" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7918"
+       id="linearGradient3275"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.85224082,0,0,0.85852814,-5913.9015,53.6739)"
+       x1="-11583.832"
+       y1="7177.8628"
+       x2="-11393.838"
+       y2="7307.4028" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6818"
-       id="radialGradient6476"
+       xlink:href="#linearGradient7834"
+       id="radialGradient3277"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4411176,0,0,0.3433747,-43.689644,0.1519248)"
-       cx="110.5"
-       cy="12.5"
-       fx="110.5"
-       fy="12.5"
-       r="6" />
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6764"
-       id="radialGradient6478"
+       xlink:href="#linearGradient7834"
+       id="radialGradient3279"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4731153,-0.1323864,2.7821981e-2,8.1484825e-2,-46.742007,19.108198)"
-       cx="115.24761"
-       cy="34.711994"
-       fx="115.24761"
-       fy="34.711994"
-       r="20.03125" />
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3281"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3283"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient24407"
+       id="linearGradient3285"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.85224082,0,0,0.85852814,-24609.665,872.89967)"
+       x1="-10733.51"
+       y1="6162.6846"
+       x2="-10893.229"
+       y2="6245.1299" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3287"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6692123,0,0,2.3154451,-16227.008,5865.2495)"
+       x1="202"
+       y1="29.969534"
+       x2="202"
+       y2="103.63979" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2295"
-       id="radialGradient6480"
+       xlink:href="#linearGradient11291"
+       id="radialGradient3289"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.5126812,-0.04191043,0.03821081,-2.3248023,-15049.446,6215.0897)"
+       cx="232.90625"
+       cy="51.545879"
+       fx="232.90625"
+       fy="51.545879"
+       r="36.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3291"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.024502,0.2234688,-5.150105e-2,0.322488,-197.8285,-47.431428)"
-       cx="197.48041"
-       cy="16.234577"
-       fx="197.48041"
-       fy="16.234577"
-       r="20" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="128.40625"
+       y1="94.96875"
+       x2="179.78125"
+       y2="130.46875" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2295"
-       id="radialGradient6483"
+       xlink:href="#linearGradient11121"
+       id="radialGradient3293"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.024502,0.2234688,-5.150105e-2,0.322488,-171.94617,-47.443194)"
-       cx="197.48041"
-       cy="16.234577"
-       fx="197.48041"
-       fy="16.234577"
-       r="20" />
+       gradientTransform="matrix(-2.3004803,2.5681016,-2.1966656,-1.9968924,-15161.097,6013.6207)"
+       cx="113.13426"
+       cy="125.41722"
+       fx="113.13426"
+       fy="125.41722"
+       r="35.125" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6826"
-       id="linearGradient6493"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3295"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4364547,0,0,0.4014818,-17.232809,-0.5306094)"
-       x1="114"
-       y1="14"
-       x2="108"
-       y2="23" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="155.01221"
+       y1="55.221191"
+       x2="155.01221"
+       y2="88.420464" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2207"
-       id="linearGradient6510"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3297"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.441847,0,0,0.425078,-57.667999,-10.141176)"
-       x1="192.61819"
-       y1="44.316147"
-       x2="192.61819"
-       y2="69.140022" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.435,5925.2558)"
+       x1="233.84886"
+       y1="72.522697"
+       x2="233.84886"
+       y2="91.96846" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2829"
-       id="linearGradient6513"
+       xlink:href="#linearGradient11360"
+       id="linearGradient3299"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.468101,0,0,0.464498,-63.294319,-11.755386)"
-       x1="198.25261"
-       y1="29.854406"
-       x2="218.1942"
-       y2="54.870758" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="223.03125"
+       y1="91.015617"
+       x2="258.875"
+       y2="130.01561" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4218"
-       id="linearGradient6516"
+       xlink:href="#linearGradient11532"
+       id="linearGradient3301"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.386175,0,0,0.540837,-45.761829,-15.773426)"
-       x1="207.71683"
-       y1="62"
-       x2="207.71683"
-       y2="56.877113" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="173.5625"
+       y1="158.78125"
+       x2="183.0625"
+       y2="99.135406" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6826"
-       id="linearGradient6532"
+       xlink:href="#linearGradient11524"
+       id="linearGradient3303"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4364547,0,0,0.4014818,-17.232809,-0.5306094)"
-       x1="114"
-       y1="14"
-       x2="108"
-       y2="23" />
-    <radialGradient
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="204.4375"
+       y1="154.97546"
+       x2="204.4375"
+       y2="109.71875" />
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6764"
-       id="radialGradient6534"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3305"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4469583,-0.1741651,2.734086e-2,5.8184845e-2,-44.412521,25.174533)"
-       cx="118"
-       cy="9.6084557"
-       fx="118"
-       fy="9.6084557"
-       r="20.03125" />
-    <radialGradient
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="183.1875"
+       y1="105.875"
+       x2="183.1875"
+       y2="127.13049" />
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6782"
-       id="radialGradient6536"
+       xlink:href="#linearGradient11633"
+       id="linearGradient3307"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4567226,-0.1301209,1.8634092e-2,6.2638257e-2,-45.991784,21.993264)"
-       cx="123.70635"
-       cy="8.0600147"
-       fx="123.70635"
-       fy="8.0600147"
-       r="19" />
-    <radialGradient
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="208.34375"
+       y1="108.34375"
+       x2="207.0625"
+       y2="140.17188" />
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6794"
-       id="radialGradient6538"
+       xlink:href="#linearGradient10433"
+       id="linearGradient3309"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4938297,-5.7575953e-2,4.8963037e-3,3.4296209e-2,-49.901271,12.568463)"
-       cx="117.53682"
-       cy="14.015168"
-       fx="117.53682"
-       fy="14.015168"
-       r="19" />
-    <radialGradient
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="156.37009"
+       y1="169.46875"
+       x2="228.69044"
+       y2="169.46875" />
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6808"
-       id="radialGradient6540"
+       xlink:href="#linearGradient10762"
+       id="linearGradient3311"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4253093,0,0,0.2107816,-20.527184,3.2352252)"
-       cx="82"
-       cy="23.098652"
-       fx="82"
-       fy="23.098652"
-       r="11.46875" />
-    <radialGradient
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="215.9375"
+       y1="142.375"
+       x2="196.81396"
+       y2="174.625" />
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6818"
-       id="radialGradient6542"
+       xlink:href="#linearGradient10762"
+       id="linearGradient3313"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4411176,0,0,0.3433747,-43.689644,0.1519248)"
-       cx="110.5"
-       cy="12.5"
-       fx="110.5"
-       fy="12.5"
-       r="6" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="177.01546"
+       y1="182.03799"
+       x2="183.34375"
+       y2="176.04688" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10656"
+       id="linearGradient3315"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="157.37009"
+       y1="169.46875"
+       x2="227.69044"
+       y2="169.46875" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6764"
-       id="radialGradient6544"
+       xlink:href="#linearGradient8692"
+       id="radialGradient3317"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4731153,-0.1323864,2.7821981e-2,8.1484825e-2,-46.742007,19.108198)"
-       cx="115.24761"
-       cy="34.711994"
-       fx="115.24761"
-       fy="34.711994"
-       r="20.03125" />
+       gradientTransform="matrix(1.1447958,0,0,1.350518,2302.7045,-2015.133)"
+       cx="-15876.722"
+       cy="5911.4395"
+       fx="-15876.722"
+       fy="5911.4395"
+       r="79.04715" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2295"
-       id="radialGradient6546"
+       xlink:href="#linearGradient10734"
+       id="radialGradient3319"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.024502,0.2234688,-5.150105e-2,0.322488,-171.94617,-47.443194)"
-       cx="197.48041"
-       cy="16.234577"
-       fx="197.48041"
-       fy="16.234577"
-       r="20" />
+       gradientTransform="matrix(1,0,0,1.0599124,0,-355.49027)"
+       cx="-15520.047"
+       cy="5933.5034"
+       fx="-15520.047"
+       fy="5933.5034"
+       r="99.828003" />
   </defs>
   <sodipodi:namedview
      id="base"
      pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
+     bordercolor="#ffffff"
+     borderopacity="0.0"
      inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="16.36854"
-     inkscape:cy="12.18199"
+     inkscape:pageshadow="0"
+     inkscape:zoom="2.366598"
+     inkscape:cx="62.923637"
+     inkscape:cy="52.903635"
      inkscape:document-units="px"
-     inkscape:current-layer="layer2"
+     inkscape:current-layer="layer1"
      showgrid="false"
-     stroke="#888a85"
-     fill="#babdb6"
-     inkscape:grid-points="true"
-     inkscape:grid-bbox="true"
-     inkscape:window-width="1085"
-     inkscape:window-height="760"
-     inkscape:window-x="274"
-     inkscape:window-y="213"
-     gridspacingx="0.5px"
-     gridspacingy="0.5px"
-     gridempspacing="2"
-     showguides="false"
-     inkscape:guide-bbox="true"
-     inkscape:showpageshadow="false"
-     showborder="false"
-     gridtolerance="10000"
-     inkscape:snap-nodes="false"
-     inkscape:snap-bbox="true">
-    <sodipodi:guide
-       orientation="vertical"
-       position="24.010638"
-       id="guide2292" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="7"
-       id="guide2294" />
-    <inkscape:grid
-       type="xygrid"
-       id="grid6548" />
-  </sodipodi:namedview>
+     inkscape:window-width="1680"
+     inkscape:window-height="1024"
+     inkscape:window-x="1680"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1" />
   <metadata
-     id="metadata7">
+     id="metadata19094">
     <rdf:RDF>
       <cc:Work
          rdf:about="">
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
       </cc:Work>
     </rdf:RDF>
   </metadata>
   <g
+     inkscape:label="Layer 1"
      inkscape:groupmode="layer"
      id="layer1"
-     inkscape:label="Shadow" />
-  <g
-     inkscape:groupmode="layer"
-     id="layer2"
-     inkscape:label="Lavoro"
-     style="display:inline">
+     transform="translate(207.14254,-997.37979)">
     <g
-       id="g2611"
-       inkscape:label="Shadow"
-       transform="translate(0,15.06603)" />
-    <g
-       id="g2613"
-       inkscape:label="Lavoro"
-       style="display:inline"
-       transform="translate(0,15.06603)" />
-    <g
-       transform="translate(6.04e-3,-1)"
-       id="g2401">
-      <path
-         sodipodi:type="arc"
-         style="opacity:0.4;fill:url(#radialGradient2443);fill-opacity:1;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-         id="path1413"
-         sodipodi:cx="11"
-         sodipodi:cy="18.75"
-         sodipodi:rx="8"
-         sodipodi:ry="1.25"
-         d="M 19 18.75 A 8 1.25 0 1 1  3,18.75 A 8 1.25 0 1 1  19 18.75 z"
-         transform="matrix(1.375755,0,0,2.4,-4.133305,-25)" />
-      <path
-         style="fill:url(#radialGradient2445);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2447);stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-         d="M 5.1690639,18.493362 L 4.4963333,20.528011 L 17.502458,20.528003 L 16.82973,18.493362 L 5.1690639,18.493362 z "
-         id="path1426"
-         sodipodi:nodetypes="ccccc" />
-      <rect
-         style="color:#000000;fill:url(#linearGradient2449);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2451);stroke-width:0.99999893;stroke-linecap:round;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="rect2355"
-         width="7.0145669"
-         height="3.36463"
-         x="7.4910188"
-         y="15.57246" />
-      <rect
-         style="opacity:0.15294118;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#eeeeec;stroke-width:1.00000131;stroke-linecap:round;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="rect2357"
-         width="5.0020132"
-         height="3.304399"
-         x="8.500001"
-         y="15.186802" />
-    </g>
-    <rect
-       style="fill:url(#linearGradient6416);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.99999905;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="rect1432"
-       width="21.006041"
-       height="13.963011"
-       x="0.4939599"
-       y="1.5369897"
-       rx="1.3500546"
-       ry="1.3500546" />
-    <rect
-       style="opacity:0.93103452;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6413);stroke-width:1.00000036;stroke-linecap:round;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="rect1434"
-       width="19.00699"
-       height="11.953147"
-       x="1.5000002"
-       y="2.5468583"
-       rx="0.38676941"
-       ry="0.3868677" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.80392157;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-       id="path1446"
-       sodipodi:cx="194.25"
-       sodipodi:cy="51.25"
-       sodipodi:rx="0.25"
-       sodipodi:ry="0.25"
-       d="M 194.5,51.25 A 0.25,0.25 0 1 1 194,51.25 A 0.25,0.25 0 1 1 194.5,51.25 z"
-       transform="matrix(2.000052,0,0,1.99997,-386.0101,-88.99846)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.80392157;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-       id="path1450"
-       sodipodi:cx="194.25"
-       sodipodi:cy="51.25"
-       sodipodi:rx="0.25"
-       sodipodi:ry="0.25"
-       d="M 194.5,51.25 A 0.25,0.25 0 1 1 194,51.25 A 0.25,0.25 0 1 1 194.5,51.25 z"
-       transform="matrix(2.000052,0,0,1.99997,-371.0101,-88.99846)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.80392157;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-       id="path1454"
-       sodipodi:cx="194.25"
-       sodipodi:cy="51.25"
-       sodipodi:rx="0.25"
-       sodipodi:ry="0.25"
-       d="M 194.5,51.25 A 0.25,0.25 0 1 1 194,51.25 A 0.25,0.25 0 1 1 194.5,51.25 z"
-       transform="matrix(2.000052,0,0,1.99997,-369.0101,-88.99846)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.80392157;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-       id="path1458"
-       sodipodi:cx="194.25"
-       sodipodi:cy="51.25"
-       sodipodi:rx="0.25"
-       sodipodi:ry="0.25"
-       d="M 194.5,51.25 A 0.25,0.25 0 1 1 194,51.25 A 0.25,0.25 0 1 1 194.5,51.25 z"
-       transform="matrix(2.000052,0,0,1.99997,-384.0101,-88.99846)" />
-    <path
-       style="opacity:0.9;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 13.5,12.5 L 13.5,13.5"
-       id="path1483"
-       sodipodi:nodetypes="cc" />
-    <path
-       style="opacity:0.9;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 11.5,12.5 L 11.5,13.5"
-       id="path1485"
-       sodipodi:nodetypes="cc" />
-    <path
-       style="opacity:0.9;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#f57900;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 15.5,12.5 L 15.5,13.5"
-       id="path1487"
-       sodipodi:nodetypes="cc" />
-    <g
-       id="g1598"
-       inkscape:label="Shadow"
-       transform="translate(-306.25,-49)" />
-    <g
-       id="g1618"
-       inkscape:label="finiture"
-       style="display:inline"
-       transform="translate(-306.25,-49)" />
-    <g
-       transform="translate(27.00604,15.06603)"
-       inkscape:label="Shadow"
-       id="g2348" />
-    <g
-       transform="translate(27.00604,15.06603)"
-       style="display:inline"
-       inkscape:label="Lavoro"
-       id="g2350" />
-    <g
-       transform="translate(25.882331,15.054264)"
-       inkscape:label="Shadow"
-       id="g6354" />
-    <g
-       transform="translate(25.882331,15.054264)"
-       style="display:inline"
-       inkscape:label="Lavoro"
-       id="g6356" />
-    <g
-       transform="translate(-280.36767,-49.011766)"
-       inkscape:label="Shadow"
-       id="g6382" />
-    <g
-       transform="translate(-280.36767,-49.011766)"
-       style="display:inline"
-       inkscape:label="finiture"
-       id="g6384" />
-    <g
-       id="g6521"
-       transform="translate(-25.89337,0.9898601)">
-      <rect
-         y="2.4768927"
-         x="28.376711"
-         height="8.033247"
-         width="17.016659"
-         id="rect6752"
-         style="fill:url(#linearGradient6532);fill-opacity:1;fill-rule:nonzero;stroke:#281800;stroke-width:1.00000036;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="g3202"
+       transform="matrix(0.34375,0,0,0.34375,-135.93729,668.96799)">
       <g
-         transform="translate(25.882331,-1.1766006e-2)"
-         id="g7039"
-         style="opacity:0.7">
-        <path
-           style="opacity:0.33257919;fill:url(#radialGradient6534);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="M 19,5.182122 L 18.975041,3.0227304 L 12.585023,3 C 9.2171577,5.3777488 6.301899,6.1813721 3,6.63687 L 3,9.1826789 C 10.09592,8.4755312 14.572484,6.8375433 19,5.182122 z"
-           id="path6748"
-           sodipodi:nodetypes="cccccc" />
-        <path
-           style="opacity:0.33257919;fill:url(#radialGradient6536);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-           d="M 19,4.650133 L 19,4.2380834 C 11.8,7.1224309 5.8,8.3585795 3,8.3585795 L 3,9.1826789 C 10.107002,8.3814953 14.565567,6.5256904 19,4.650133 z"
-           id="path6778"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           style="opacity:0.33257919;fill:url(#radialGradient6538);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-           d="M 19,3 C 9.2473688,6.6147714 4.9052633,7.4471205 3,7.1855253 L 3,7.9465296 C 10.167364,6.9195722 14.271928,4.7915315 19,3 z"
-           id="path6790"
-           sodipodi:nodetypes="cccc" />
-        <path
-           style="opacity:0.20588235;fill:url(#radialGradient6540);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="M 19,5.165195 L 19,6.2316964 C 16.315237,8.0320306 13.630471,8.9978956 10.945704,10 L 9.2444681,10 C 12.715892,8.8778279 16.089892,7.5385238 19,5.165195 z"
-           id="path6806"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           style="opacity:0.1868778;fill:none;fill-rule:evenodd;stroke:url(#radialGradient6542);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
-           d="M 2.6277041,6.2983315 C 5.2600601,5.3330522 6.3507146,3.956314 7.4799975,2.589885"
-           id="path6816"
-           sodipodi:nodetypes="cc" />
-        <path
-           style="opacity:0.18371043;fill:url(#radialGradient6544);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-           d="M 19,5.182122 L 18.975041,3.0227304 L 12.585023,3 C 9.217158,5.3777488 6.301899,6.1813721 3,6.63687 L 3,9.1826789 C 10.09592,8.4755312 14.572484,6.8375433 19,5.182122 z"
-           id="path6802"
-           sodipodi:nodetypes="cccccc" />
+         transform="matrix(0.44062106,0,0,0.44062106,-194.02644,648.37484)"
+         id="g19804">
+        <rect
+           y="696.75507"
+           x="-29.767303"
+           height="145.24953"
+           width="145.24953"
+           id="rect18907"
+           style="fill:none;stroke:none" />
+        <g
+           transform="matrix(0.18785991,0,0,0.18785991,2982.284,-403.80476)"
+           id="g18909">
+          <g
+             id="g18911"
+             transform="matrix(1.1447958,0,0,1.1447958,2321.1724,-803.13568)">
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccssccsccszcc"
+               id="path18913"
+               d="m -15830.189,5839.7611 9.314,-4.2487 c 0,0 -8.674,19.5152 -4.032,31.3243 4.644,11.8094 18.933,42.6546 9.92,70.5703 -9.012,27.9151 -32.826,45.4327 -32.826,45.4327 -15.298,10.3098 -19.567,4.6983 -5.713,-3.8538 0,0 22.437,-14.1574 29.007,-39.6193 7.755,-30.0518 -11.28,-43.7916 -15.804,-62.5015 l -60.402,119.9419 c -21.695,20.9602 -67.692,11.7487 -64.711,-15.7297 1.853,-17.0859 25.062,-21.0854 35.252,-20.4317 9.736,0.6249 23.702,8.089 31.799,14.6181 l 68.196,-135.5026 z"
+               style="fill:#3d81d1;fill-opacity:1;fill-rule:evenodd;stroke:none"
+               inkscape:export-filename="/home/smorge/SEBASTIENs/ACTIVITEs/EN COURS/freetuxtv/freetuxtv-1.png"
+               inkscape:export-xdpi="30.536354"
+               inkscape:export-ydpi="30.536354" />
+            <path
+               inkscape:connector-curvature="0"
+               inkscape:export-ydpi="30.536354"
+               inkscape:export-xdpi="30.536354"
+               inkscape:export-filename="/home/smorge/SEBASTIENs/ACTIVITEs/EN COURS/freetuxtv/freetuxtv-1.png"
+               style="fill:#ecd000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+               d="m -15890.888,5824.2711 5.452,-2.4874 c 0,0 -5.078,11.4237 -2.358,18.3366 2.717,6.9129 11.082,24.9687 5.805,41.3099 -5.276,16.341 -19.214,26.5951 -19.214,26.5951 -8.955,6.0351 -11.456,2.7502 -3.346,-2.2559 0,0 13.135,-8.2874 16.981,-23.1922 4.539,-17.5913 -6.603,-25.6344 -9.252,-36.5864 l -35.359,70.2107 c -12.697,12.2695 -39.624,6.8771 -37.879,-9.2079 1.085,-10.0016 14.672,-12.3427 20.634,-11.9603 5.702,0.3659 13.878,4.735 18.617,8.557 l 39.919,-79.3192 z"
+               id="path18915"
+               sodipodi:nodetypes="ccssccsccszcc" />
+          </g>
+          <g
+             id="g18917"
+             transform="translate(40.381598,120.28663)">
+            <path
+               inkscape:connector-curvature="0"
+               id="path18919"
+               d="m -15690.342,5918.3309 c -84.807,1.4896 -145.741,66.5755 -153.274,129.8026 -7.559,63.4563 -3.247,76.5545 -18.678,127.3472 l 346.839,0 c -15.428,-50.7884 -11.118,-63.893 -18.678,-127.3472 -7.532,-63.227 -68.442,-128.313 -153.25,-129.8026 l -2.959,0 z"
+               style="fill:#000000;fill-opacity:1;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#000000;stroke:none"
+               d="m -15469.405,6154.8583 16.44,104.7341 c 0,0 30.033,-16.7156 55.873,-11.7295 25.843,4.9859 63.837,33.3542 86.435,26.8411 10.928,-3.15 5.332,-19.2677 -5.116,-33.0683 -44.014,-51.2128 -89.856,-75.4203 -153.632,-86.7774 z"
+               id="path18921"
+               sodipodi:nodetypes="ccsccc" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccsccc"
+               id="path18923"
+               d="m -15905.167,6154.8583 -16.441,104.7341 c 0,0 -30.032,-16.7156 -55.873,-11.7295 -25.842,4.9859 -63.837,33.3542 -86.435,26.8411 -10.928,-3.15 -5.331,-19.2677 5.116,-33.0683 44.014,-51.2128 89.857,-75.4203 153.633,-86.7774 z"
+               style="fill:#000000;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m -15928.384,6137.378 c 0,91.6973 0,183.3946 0,275.092 159.676,0 319.353,0 479.03,0 0,-92.058 0,-184.1158 0,-276.1736 -159.677,0 -319.354,-1e-4 -479.03,0 l 0,0.5408 0,0.5408 z"
+               id="path18925" />
+            <rect
+               y="6138.4565"
+               x="-15923.021"
+               height="265.35864"
+               width="468.29385"
+               id="rect18927"
+               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path18929"
+               d="m -15922.565,6140.6116 0,24.0119 c -34.172,7.6069 -67.054,21.9243 -94.811,43.624 -15.394,13.1547 -31.051,26.2747 -42.532,43.2216 -3.024,5.4324 -7.953,11.8555 -5.939,18.3241 41.473,-37.6863 91.515,-64.9136 143.282,-85.8797 l 0,217.7442 183.445,0 c 1.359,-5.3744 2.716,-10.7498 4.076,-16.1242 l -155.747,0 0,-228.7977 c 71.156,10e-5 142.303,10e-5 213.459,0 1.359,-5.3744 2.717,-10.7499 4.075,-16.1242 l -249.308,0 z"
+               style="opacity:0.5;fill:url(#radialGradient3271);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <rect
+               style="fill:#2f6ed2;fill-opacity:1;fill-rule:nonzero;stroke:none"
+               id="rect18931"
+               width="396.129"
+               height="224.46642"
+               x="-15886.94"
+               y="6158.9028" />
+            <rect
+               y="6158.9028"
+               x="-15886.94"
+               height="224.46642"
+               width="396.129"
+               id="rect18933"
+               style="fill:url(#radialGradient3273);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.5;fill:url(#linearGradient3275);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m -15884.798,6381.2038 c 47.266,0 94.533,0 141.799,0 18.522,-73.3771 37.043,-146.7541 55.565,-220.1312 -65.789,10e-5 -131.577,0 -197.364,0 0,73.3771 0,146.7541 0,220.1312 z"
+               id="path18935" />
+            <rect
+               y="6158.9028"
+               x="-15886.94"
+               height="224.46642"
+               width="396.129"
+               id="rect18937"
+               style="fill:none;stroke:#ffffff;stroke-width:1.40635264;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#ffffff;fill-opacity:1;stroke:none"
+               d="m -15811.58,6161.5157 c -0.266,0.4393 -0.477,1.0158 -0.534,1.5724 -0.03,0.2921 -1.053,0.4595 -2.288,0.3662 -1.646,-0.1247 -2.224,0.024 -2.117,0.5384 0.1,0.4611 -0.441,0.7115 -1.561,0.7325 -0.936,0.017 -1.831,0.1857 -2.032,0.3876 -0.199,0.202 -1.226,0.3928 -2.266,0.4308 l -1.903,0.065 1.861,0.3231 c 1.016,0.1808 1.706,0.5186 1.56,0.7323 -0.144,0.2135 0.298,0.7799 0.962,1.2494 0.93,0.6563 1.36,0.7095 1.926,0.2369 0.492,-0.4114 1.045,-0.4469 1.688,-0.1076 2.459,1.3028 5.145,1.2415 7.783,-0.1724 1.813,-0.9711 2.751,-1.2138 3.144,-0.8185 0.848,0.8539 -0.519,1.8542 -4.149,3.0587 -2.32,0.7698 -3.47,0.9197 -4.319,0.5386 -1.23,-0.554 -2.801,-0.219 -2.801,0.6031 0,0.8415 3.74,2.7993 4.747,2.4772 1.237,-0.3952 1.792,0.4729 0.813,1.2923 -1.086,0.9077 -6.372,0.052 -6.372,-1.0339 0,-0.4357 -0.404,-1.1132 -0.899,-1.4863 -0.496,-0.3734 -0.766,-1.0441 -0.599,-1.4863 0.168,-0.4421 0.126,-0.7474 -0.127,-0.6892 -0.542,0.125 -2.237,-0.4615 -3.357,-1.1632 -1.568,-0.9848 -2.143,-1.1423 -3.037,-0.7971 -0.778,0.3008 -0.794,0.4164 -0.129,0.8402 0.772,0.4912 0.637,0.5845 -1.198,0.7323 -0.361,0.029 -0.951,0.4115 -1.282,0.8402 -0.765,0.9849 0.546,2.0957 2.48,2.1325 0.726,0.014 1.661,0.2592 2.096,0.5385 0.619,0.3966 0.404,0.5796 -0.983,0.8615 -1.426,0.2891 -1.593,0.4497 -0.899,0.8402 0.474,0.2669 0.726,0.695 0.557,0.9693 -0.169,0.2781 0.606,0.5169 1.753,0.5169 1.388,0 2.349,-0.3619 2.994,-1.077 0.729,-0.8139 1.115,-0.9123 1.667,-0.4524 0.394,0.3298 1.433,0.9919 2.31,1.4647 0.876,0.4729 1.645,1.108 1.689,1.4002 0.135,0.8971 -1.644,0.9064 -2.523,0.022 -0.455,-0.4599 -0.594,-0.8402 -0.299,-0.8402 0.295,0 0.674,0.2464 0.855,0.5385 0.179,0.2925 0.715,0.5386 1.197,0.5386 0.679,0 0.598,-0.1973 -0.343,-0.8616 -1.008,-0.7107 -1.458,-0.743 -2.607,-0.2155 -1.247,0.5727 -1.298,0.6968 -0.472,1.1632 0.968,0.5453 0.76,1.5218 -0.32,1.5079 -0.376,-0.011 -0.304,-0.2291 0.17,-0.5385 0.437,-0.2835 0.546,-0.5169 0.258,-0.5169 -0.865,0 -2.108,0.9779 -1.732,1.357 0.192,0.1932 2.431,0.4252 4.96,0.5385 2.53,0.1128 4.728,0.3475 4.876,0.4954 0.375,0.379 0.595,0.33 2.566,-0.3877 1.815,-0.6612 2.447,-1.556 0.791,-1.1201 -1.307,0.345 -3.94,-0.7586 -3.507,-1.4648 0.195,-0.3169 0.916,-0.4371 1.626,-0.2585 0.759,0.1926 1.99,-0.034 2.993,-0.56 0.93,-0.4887 2.021,-1.0507 2.438,-1.2494 0.418,-0.1984 0.856,-0.6698 0.983,-1.0554 0.167,-0.5084 -0.121,-0.6062 -1.069,-0.3662 -0.721,0.182 -1.461,0.1649 -1.647,-0.021 -0.598,-0.6033 0.793,-1.7662 2.118,-1.7662 0.706,0 1.15,-0.2234 0.983,-0.4955 -0.537,-0.8778 0.58,-1.0666 2.309,-0.4094 1.384,0.5268 1.756,0.4943 2.139,-0.1291 0.255,-0.4168 2.326,-1.6574 4.598,-2.7572 2.27,-1.0995 3.845,-2.0108 3.506,-2.0249 -0.34,-0.014 -1.05,-0.1706 -1.583,-0.3447 -0.718,-0.2341 -0.783,-0.1645 -0.257,0.2155 0.543,0.3906 0.341,0.6424 -0.898,1.0771 -1.696,0.5961 -2.641,0.054 -1.518,-0.8618 0.358,-0.2933 1.708,-0.8927 3.015,-1.3354 3.152,-1.0683 5.282,-2.0482 5.282,-2.4556 0,-0.1826 -0.656,-0.724 -1.454,-1.1847 -1.05,-0.6067 -1.868,-0.7172 -3.014,-0.3877 -1.545,0.4435 -2.833,0.2747 -2.781,-0.3016 l -18.817,0 z m 44.52,0 c 0.02,0.9978 0.847,0.997 1.262,0 l -1.262,0 z m 2.543,0 c 0.111,0.1002 0.187,0.1707 0.321,0.3015 0.862,0.8362 1.133,1.4613 0.792,1.874 -0.434,0.5268 -3.1,0.5882 -5.753,0.1507 -1.988,-0.3277 -3.654,0.073 -3.377,0.7972 0.41,1.0784 -0.602,1.4891 -1.369,0.5599 -0.787,-0.9561 -1.636,-1.0256 -1.454,-0.1291 0.101,0.4668 -0.759,0.6081 -3.037,0.4953 -3.011,-0.149 -6.506,0.8557 -5.709,1.6587 0.528,0.5302 -0.972,2.0609 -1.732,1.7663 -0.38,-0.1468 -0.819,-0.051 -0.983,0.2155 -0.163,0.2666 -0.603,0.3549 -0.962,0.2153 -0.863,-0.3342 -4.893,1.6441 -4.214,2.0678 0.29,0.1799 1.275,0.1117 2.182,-0.1507 2.174,-0.628 2.541,0.082 1.069,2.0895 -0.815,1.1099 -1.648,1.6154 -2.652,1.6154 -0.798,0 -1.595,0.2415 -1.774,0.5387 -0.184,0.297 -0.559,0.387 -0.833,0.2153 -0.661,-0.4105 -4.17,0.7687 -4.17,1.4002 0,0.4931 0.631,0.6063 4.426,0.7108 1.138,0.03 2.186,0.345 2.309,0.7108 0.245,0.7334 -0.21,0.9405 -3.314,1.5079 -1.895,0.3465 -1.955,0.4234 -0.77,0.7323 0.726,0.1892 1.193,0.5473 1.047,0.797 -0.394,0.6774 1.676,1.2627 2.887,0.8186 0.582,-0.213 2.938,-0.4169 5.239,-0.474 2.304,-0.054 4.396,-0.2273 4.619,-0.3661 0.222,-0.1389 0.716,0.4139 1.133,1.2278 0.419,0.814 1.274,1.9428 1.881,2.4987 0.614,0.5559 1.112,1.2893 1.112,1.6371 0,0.3478 0.454,1.0478 1.005,1.5509 0.698,0.6368 0.92,1.3705 0.749,2.4556 -0.28,1.7925 0.621,2.1578 1.069,0.4308 0.241,-0.9333 0.43,-1.033 1.048,-0.5169 1.801,1.5056 1.352,3.3477 -0.962,3.9203 -0.724,0.1795 -0.542,0.2809 0.577,0.3232 0.898,0.034 2.02,0.5185 2.502,1.0554 0.821,0.9139 0.814,1.0392 -0.171,1.9388 -0.995,0.9058 -0.993,0.9753 -0.128,1.6155 0.839,0.6231 0.796,0.7379 -0.534,1.2493 -0.799,0.3069 -1.455,0.828 -1.455,1.1632 0,0.4438 0.21,0.426 0.769,-0.043 1.227,-1.0245 2.097,-0.07 1.027,1.1201 -0.496,0.5553 -0.69,1.0243 -0.427,1.034 0.261,0.011 0.05,0.3311 -0.493,0.7323 -0.614,0.4696 -0.729,0.8492 -0.362,1.0771 0.312,0.1943 0.398,0.6459 0.192,0.9909 -0.237,0.4016 -0.07,0.3557 0.469,-0.086 0.958,-0.7814 1.619,-0.1413 0.963,0.9262 -0.273,0.4455 0.119,1.5126 1.048,2.908 2.045,3.0547 3.489,4.2579 5.153,4.2866 0.782,0.014 1.44,0.3238 1.476,0.6893 0.03,0.3652 0.117,0.8069 0.149,0.9693 0.141,0.6285 3.237,-1.6417 3.293,-2.4126 0.03,-0.4485 0.02,-1.3305 -0.04,-1.9601 -0.06,-0.6294 0.141,-1.3168 0.448,-1.5079 0.308,-0.1913 0.556,-0.7715 0.556,-1.314 0,-1.1436 4.654,-5.4555 5.389,-4.9974 0.272,0.1694 1.179,0.01 2.01,-0.3447 1.493,-0.6226 2.234,-1.6295 2.331,-3.1879 0.03,-0.4385 0.341,-0.7192 0.705,-0.6462 0.361,0.072 1.121,-0.3521 1.69,-0.9263 0.828,-0.832 1.708,-1.0148 4.361,-0.9693 2.047,0.034 3.933,-0.278 4.897,-0.7755 0.866,-0.4451 2.405,-0.9962 3.422,-1.2277 l 1.838,-0.4093 -1.838,-0.4093 c -1.017,-0.2246 -2.354,-0.2817 -2.973,-0.1293 -1.333,0.3271 -2.216,-0.737 -1.005,-1.2062 0.462,-0.1774 0.762,-0.7064 0.684,-1.1848 -0.1,-0.6033 0.336,-0.9146 1.369,-1.0339 1.145,-0.1322 1.534,0.081 1.754,0.9262 0.348,1.3469 1.754,1.4672 1.754,0.1508 0,-1.2385 -2.878,-2.9538 -4.235,-2.5203 -1.439,0.4596 -2.32,-0.1547 -1.561,-1.0769 0.45,-0.5469 0.314,-0.8359 -0.534,-1.2925 -1.506,-0.8121 -0.776,-1.7386 1.047,-1.3356 1.204,0.2663 1.473,0.1457 1.412,-0.6246 -0.114,-1.3484 1.716,-1.2396 3.528,0.2155 0.819,0.6581 1.874,1.2062 2.351,1.2062 0.675,0 0.616,-0.1941 -0.299,-0.8401 -1.499,-1.0578 -1.055,-1.8094 1.07,-1.8094 1.564,0 1.589,-0.056 0.619,-0.797 -0.562,-0.4292 -0.781,-0.8179 -0.491,-0.8616 0.29,-0.046 -0.173,-0.2244 -1.026,-0.4093 -2.019,-0.4363 -2.043,-1.2914 -0.04,-1.7232 l 1.582,-0.3232 -1.689,-0.086 c -0.925,-0.034 -1.817,-0.2821 -1.988,-0.56 -0.516,-0.8426 1.628,-1.6366 3.442,-1.2709 1.275,0.2568 1.625,0.1829 1.326,-0.3016 -0.22,-0.3572 -0.532,-0.5213 -0.685,-0.3661 -0.515,0.5192 -2.341,-0.8283 -2.073,-1.5294 0.144,-0.3803 0,-0.9539 -0.321,-1.2709 -0.412,-0.4143 -0.154,-0.7332 0.855,-1.1201 0.771,-0.2958 1.412,-0.8829 1.412,-1.314 0,-0.431 0.41,-1.0318 0.919,-1.3571 0.781,-0.5 0.712,-0.568 -0.449,-0.323 -1.643,0.3469 -2.283,-0.097 -1.476,-1.0771 0.329,-0.3978 1.621,-0.7323 2.909,-0.7323 1.543,0 2.268,-0.2107 2.18,-0.6463 -0.08,-0.3583 0.407,-0.7388 1.07,-0.84 0.657,-0.1013 1.804,-0.4959 2.544,-0.8833 l 1.347,-0.6893 -2.117,-0.3876 c -1.162,-0.1977 -2.528,-0.1122 -3.057,0.1723 -1.34,0.7189 -3.482,0.9296 -4.277,0.4308 -0.369,-0.2307 -1.378,-0.048 -2.245,0.3877 -1.541,0.7747 -2.527,0.3887 -1.839,-0.7323 0.229,-0.3731 -0.905,-0.5128 -3.507,-0.3878 -2.824,0.1363 -4.771,0.5885 -7.162,1.6802 -1.884,0.859 -3.653,1.3624 -4.17,1.1631 -1.3,-0.5028 -0.492,-1.1012 4.106,-2.951 2.61,-1.0506 4.979,-1.6156 6.67,-1.6156 1.44,0 3.407,-0.3689 4.384,-0.8184 l 1.774,-0.8187 -2.971,0.3017 c -3.124,0.3333 -4.356,-0.2794 -2.695,-1.3356 0.164,-0.1046 0.153,-0.1764 0.04,-0.2369 l -3.849,0 c -1.648,0.1417 -3.671,0.3937 -5.773,0.7323 -1.725,0.2776 -3.354,0.3553 -3.615,0.1938 -0.402,-0.2503 -0.259,-0.5858 0.258,-0.9261 l -7.207,0 c -0.169,0.023 -0.357,0.021 -0.577,0 l -6.137,0 z m 193.601,15.9183 c -2.751,7.0882 -12.303,4.2071 -19.587,6.2684 -6.339,0.3391 0.933,6.6984 -6.97,3.8773 -8.874,-2.1715 5.01,9.5011 -1.475,5.9667 -0.899,-3.7296 -11.179,-4.0639 -4.941,0.2155 -3.742,-0.9765 -6.388,-6.9516 -5.793,0.6677 -0.181,2.5187 10.297,6.7165 5.131,7.733 -2.484,-10.1223 -8.652,8.1997 -11.376,0.1078 7.025,4.2281 6.052,-18.1779 0.193,-11.8473 -6.359,2.4713 4.643,12.0059 -4.341,7.2376 -4.311,-2.4588 -8.774,2.858 -9.537,0.5385 -5.497,2.4173 -10.334,0.5702 -15.93,4.8251 1.254,-2.3629 -4.238,-6.1561 -1.989,-0.086 -1.544,0.8075 -3.392,2.502 -5.281,3.5542 -0.113,0.063 -0.228,0.1145 -0.342,0.1724 -0.03,0.015 -0.08,0.026 -0.107,0.043 -0.193,0.096 -0.382,0.2011 -0.578,0.28 -0.08,0.031 -0.159,0.057 -0.235,0.086 -0.148,0.056 -0.278,0.1095 -0.427,0.1508 -0.07,0.017 -0.15,0.03 -0.215,0.043 -0.03,0.011 -0.06,0.02 -0.08,0.021 -0.182,0.041 -0.353,0.069 -0.535,0.086 -0.204,0.02 -0.416,0.036 -0.619,0.021 -0.08,-0.011 -0.156,-0.031 -0.235,-0.043 -0.1,-0.014 -0.2,-0.021 -0.299,-0.043 -0.03,-0.011 -0.06,-0.019 -0.09,-0.021 -0.1,-0.028 -0.2,-0.072 -0.299,-0.1077 -0.1,-0.038 -0.2,-0.081 -0.299,-0.1293 0.112,0.2329 0.203,0.4576 0.278,0.6462 0.08,0.1832 0.127,0.3514 0.171,0.4954 0.09,0.3015 0.132,0.5188 0.106,0.6678 -0.108,0.5661 -1.027,0.062 -2.073,-0.8617 -0.262,-0.2327 -0.543,-0.5009 -0.813,-0.7754 -0.265,-0.2718 -0.54,-0.5484 -0.791,-0.8401 -0.02,-0.01 0.02,-0.021 0,-0.021 -0.38,-0.4388 -0.741,-0.8683 -1.026,-1.2925 0,-0.011 0.02,-0.019 0,-0.022 -0.191,-0.2845 -0.349,-0.5457 -0.471,-0.7969 -0.121,-0.2514 -0.182,-0.471 -0.213,-0.6678 -0.07,-0.3931 0.06,-0.6648 0.491,-0.7108 0.213,-0.022 0.51,0.018 0.876,0.1077 0.185,0.047 0.373,0.1122 0.6,0.1938 0.454,0.1633 1.005,0.3967 1.646,0.7108 0.424,0.039 0.807,0.07 1.176,0.086 0.366,0.015 0.713,0.01 1.027,0 1.704,-0.025 2.658,-0.3468 3.014,-0.8401 0.03,-0.046 0.06,-0.081 0.09,-0.1292 0.06,-0.096 0.06,-0.2165 0.06,-0.3232 0.02,-0.1066 0,-0.2074 -0.02,-0.323 -0.06,-0.2308 -0.168,-0.4753 -0.342,-0.7324 -0.09,-0.1261 -0.189,-0.2576 -0.299,-0.3877 l 0,-0.022 c -0.112,-0.1283 -0.25,-0.2563 -0.386,-0.3877 -0.02,-0.011 -0.02,0 -0.02,0 -0.689,-0.6779 -1.657,-1.3825 -2.78,-2.0248 l -0.02,0 c -0.904,-0.5152 -1.897,-0.9919 -2.908,-1.3787 -0.252,-0.096 -0.517,-0.1948 -0.77,-0.2799 -2.026,-0.6793 -4.019,-0.9658 -5.411,-0.4738 -0.09,-0.09 -0.155,-0.1745 -0.213,-0.2585 -0.02,-0.012 0.03,-0.02 0,-0.021 -0.112,-0.1685 -0.176,-0.3247 -0.213,-0.4738 -0.113,-0.4531 0.02,-0.8276 -0.13,-1.1417 -0.02,-0.053 -0.09,-0.1009 -0.127,-0.1508 -0.06,-0.051 -0.1,-0.1017 -0.172,-0.1508 -0.07,-0.047 -0.155,-0.085 -0.256,-0.1292 -0.41,-0.18 -1.075,-0.3615 -2.181,-0.517 -0.02,0.011 -0.02,0.019 -0.02,0.022 -0.06,0.063 -0.09,0.1213 -0.129,0.1723 -0.02,0.014 -0.04,0.03 -0.06,0.043 -0.03,0.031 -0.05,0.058 -0.09,0.086 -0.03,0.028 -0.08,0.041 -0.106,0.065 -0.02,0.011 -0.02,0.033 -0.04,0.043 -0.06,0.031 -0.09,0.044 -0.15,0.064 -0.06,0.016 -0.106,0.033 -0.15,0.043 -0.642,0.1352 -1.375,-0.4151 -2.138,-0.6677 -0.1,-0.034 -0.198,-0.065 -0.299,-0.086 -0.03,-0.011 -0.04,0 -0.06,0 -0.03,-0.011 -0.07,-0.019 -0.107,-0.021 -0.08,-0.011 -0.154,-0.025 -0.235,-0.021 -0.06,0 -0.132,0.033 -0.192,0.043 -0.02,0 -0.02,-0.011 -0.04,0 -0.07,0.014 -0.13,0.021 -0.192,0.043 -0.02,0.011 -0.04,0.019 -0.06,0.021 -0.03,0.014 -0.06,0.029 -0.09,0.043 -0.06,0.025 -0.115,0.051 -0.172,0.086 -0.131,0.08 -0.254,0.1886 -0.384,0.3231 -0.02,0.018 -0.03,0.025 -0.06,0.043 -0.216,0.2401 -0.426,0.5584 -0.641,0.9908 -0.184,-0.014 -0.383,-0.01 -0.556,0 -0.535,0.014 -1.029,0.1162 -1.496,0.2586 -1.244,0.3807 -2.336,1.115 -3.721,1.7662 -0.176,0.081 -0.351,0.1591 -0.535,0.2369 -0.55,0.234 -1.144,0.4573 -1.817,0.6248 -0.03,0.1236 -0.07,0.2464 -0.107,0.3662 -0.203,0.5987 -0.494,1.1434 -0.856,1.6586 -0.144,0.2061 -0.306,0.4079 -0.469,0.6031 -0.166,0.1949 -0.333,0.3748 -0.514,0.5601 -0.363,0.3706 -0.786,0.737 -1.198,1.077 -0.617,0.5076 -1.265,0.9952 -1.924,1.4648 -0.662,0.4712 -1.345,0.9308 -1.967,1.4001 -0.205,0.1541 -0.383,0.3173 -0.578,0.474 -0.395,0.3178 -0.78,0.6336 -1.111,0.9692 0.239,0.3512 0.401,0.673 0.513,0.9693 0.06,0.1521 0.1,0.2915 0.129,0.4308 0.02,0.1363 0.06,0.2628 0.06,0.3878 0,0.1197 -0.03,0.2341 -0.06,0.3446 -0.08,0.3511 -0.257,0.6677 -0.514,0.9478 -0.258,0.2772 -0.582,0.5159 -0.962,0.7539 -1.647,1.032 -4.178,1.8502 -5.175,3.662 -0.155,0.2787 -0.271,0.5738 -0.342,0.9047 -0.222,0.9937 -0.04,2.2297 0.791,3.8557 0.437,0.9801 1.07,1.2803 1.796,1.2494 0.1,-0.011 0.212,-0.01 0.321,-0.021 2.565,-0.4061 6.01,-4.1146 5.944,3.0373 1.424,3.8119 4.503,2.0063 6.266,-0.9263 0.1,-0.1628 0.189,-0.305 0.277,-0.4739 1.076,-2.0294 1.498,-4.4592 0.365,-5.9452 -0.09,-0.1241 -0.207,-0.2345 -0.322,-0.3446 1.001,-4.1156 5.704,-10.935 9.751,-9.8441 -0.232,0.3727 -0.534,0.8772 -0.876,1.4647 -0.173,0.2938 -0.372,0.5962 -0.557,0.9263 -1.652,2.973 -3.579,7.2058 -1.988,8.5086 l 0.02,0 c 0.09,0.069 0.17,0.1205 0.278,0.1723 l 0.02,0 c 0.665,0.3166 1.744,0.2981 3.378,-0.237 0.272,-0.088 0.552,-0.184 0.855,-0.3016 1.582,-0.1265 2.656,-0.079 3.336,0.065 l 0.02,0 c 0.333,0.072 0.577,0.1647 0.727,0.28 l 0.02,0 c 0.442,0.3503 0.108,0.8685 -0.684,1.3355 -1.15,0.6786 -3.268,1.2638 -5.325,1.1202 -0.158,-0.013 -0.314,-0.022 -0.471,-0.043 0.226,0.8258 0.37,1.4787 0.428,2.0249 0.02,0.1821 0.04,0.361 0.04,0.5169 0,0.1498 -0.03,0.3033 -0.04,0.4308 -0.02,0.1261 -0.02,0.26 -0.06,0.3662 -0.346,1.1023 -1.582,1.191 -3.571,1.4432 -0.02,0.189 -0.04,0.3796 -0.09,0.5601 -0.124,0.5417 -0.346,1.0218 -0.642,1.4863 -0.1,0.1547 -0.206,0.3067 -0.32,0.4524 -0.346,0.4377 -0.749,0.8301 -1.219,1.1848 -1.563,1.1812 -3.738,1.9122 -5.881,2.0678 -0.215,0.015 -0.426,0.016 -0.641,0.021 -2.77,0.057 -5.392,-0.8367 -6.48,-2.8434 -0.613,-6.5361 0.309,3.4809 -3.185,4.5666 -0.124,0.039 -0.248,0.07 -0.385,0.086 -0.406,0.045 -0.869,-0.024 -1.39,-0.237 -3.344,3.1027 -8.045,7.8804 -12.894,8.487 0.121,0.071 0.225,0.1501 0.342,0.237 0.02,0.011 0.02,-0.011 0.02,0 1.656,1.2186 2.871,3.8732 2.93,6.096 0.03,0.1591 0.03,0.2986 0,0.4523 -0.02,0.4673 -0.115,0.8968 -0.257,1.2925 -0.06,0.1345 -0.111,0.2643 -0.171,0.3877 -0.07,0.1199 -0.118,0.2367 -0.193,0.3446 -0.152,0.2161 -0.323,0.4 -0.534,0.5601 -0.112,0.081 -0.218,0.1512 -0.342,0.2154 -0.245,0.128 -0.545,0.2239 -0.856,0.28 -0.158,0.029 -0.318,0.057 -0.491,0.065 -0.347,0.015 -0.735,-0.012 -1.155,-0.086 -0.422,-0.072 -0.869,-0.1935 -1.369,-0.3662 -0.254,-0.087 -0.494,-0.1863 -0.769,-0.3017 -0.932,0.011 -1.709,0.221 -2.31,0.5818 -0.171,0.1033 -0.325,0.2182 -0.47,0.3446 -0.66,0.5685 -1.05,1.3608 -1.24,2.2617 -0.06,0.2003 -0.09,0.3936 -0.107,0.6031 -0.06,0.4239 -0.03,0.8453 0,1.2925 0.03,0.4421 0.1,0.8909 0.214,1.3356 0.06,0.2223 0.121,0.4482 0.192,0.6677 0.08,0.2191 0.168,0.4325 0.256,0.6462 l 0,0.021 c 0.09,0.2095 0.177,0.4016 0.279,0.6031 0.111,0.2098 0.22,0.4045 0.342,0.6031 0.119,0.1947 0.231,0.3784 0.363,0.5602 0.139,0.1874 0.276,0.3677 0.427,0.5385 0.148,0.1659 0.313,0.3264 0.471,0.4739 l 0.02,0 c 0.159,0.1452 0.302,0.2845 0.47,0.4092 0.177,0.1316 0.37,0.2377 0.556,0.3447 0.184,0.1034 0.363,0.2017 0.557,0.28 l 0.02,0 c 0.05,0.018 0.08,0.026 0.127,0.043 0.536,0.1957 1.109,0.2956 1.711,0.2586 0.02,-3e-4 0.02,2e-4 0.02,0 0.323,-0.021 0.665,-0.093 1.005,-0.1938 0.114,-0.034 0.225,-0.062 0.341,-0.1078 0.466,-0.1759 0.949,-0.4334 1.434,-0.7755 l 0.02,0 c 0.245,-0.1725 0.502,-0.3629 0.748,-0.5815 0.428,-0.651 0.898,-1.4116 1.433,-2.1972 0.269,-0.3913 0.543,-0.7779 0.834,-1.1847 0.583,-0.8161 1.212,-1.6484 1.882,-2.4556 0.333,-0.4022 0.676,-0.8028 1.027,-1.1848 1.053,-1.1435 2.182,-2.1569 3.356,-2.9079 0.196,-0.1252 0.401,-0.2356 0.599,-0.3447 0.199,-0.1089 0.396,-0.21 0.599,-0.3016 0.805,-0.3651 1.631,-0.6011 2.459,-0.6246 0.206,-0.011 0.412,0 0.62,0.021 0.208,0.018 0.41,0.062 0.62,0.1076 l 0.02,0 c 0.206,0.046 0.416,0.1003 0.62,0.1724 l 0.02,0 c 0.204,0.072 0.394,0.1788 0.598,0.2801 l 0.02,0 c 0.414,0.2062 0.826,0.4655 1.24,0.797 0.211,0.1689 0.432,0.3344 0.641,0.5385 0.208,0.2012 0.392,0.431 0.599,0.6678 0.144,0.025 0.286,0.041 0.428,0.086 l 0.02,0 c 0.135,0.043 0.274,0.1131 0.406,0.1722 l 0.02,0 c 0.132,0.059 0.255,0.1399 0.386,0.2153 0.401,0.2332 0.786,0.5174 1.154,0.8617 1.464,1.3655 2.656,3.4111 3.529,4.5451 0.144,0.1888 0.278,0.3642 0.405,0.4955 0.07,0.064 0.113,0.1241 0.172,0.1723 0.12,0.1014 0.239,0.1543 0.341,0.1723 0.1,0.017 0.18,-0.01 0.257,-0.086 0.117,-0.1134 0.229,-0.3519 0.3,-0.7108 l 0,-0.021 c 0.02,-0.1185 0.02,-0.2397 0.04,-0.3877 l 0,-0.021 c 0.06,-0.4596 0.1,-1.0575 0.107,-1.831 0.1,0.09 0.106,0.091 0.15,0.1294 -0.548,-0.5842 -3.323,-3.4423 -5.046,-5.7945 -0.249,-0.3398 -0.471,-0.6811 -0.662,-0.9909 -0.535,-0.8507 -0.825,-1.5563 -0.664,-1.9386 0.02,-0.034 0.03,-0.054 0.06,-0.086 0.267,-0.3516 1.103,-0.2942 2.76,0.3877 4.828,2.8081 9.829,14.3821 10.84,11.2658 -0.315,1.463 -1.338,3.051 -0.576,2.7141 0.07,-0.03 0.138,-0.068 0.235,-0.1293 0.197,-0.1238 0.447,-0.3264 0.791,-0.6031 0.34,-0.2713 0.769,-0.6111 1.282,-1.0554 -0.359,-0.3859 -0.643,-0.7412 -0.855,-1.0556 -0.211,-0.3142 -0.366,-0.5871 -0.449,-0.8401 -0.09,-0.2592 -0.109,-0.4829 -0.08,-0.6892 0.02,-0.097 0.04,-0.1935 0.08,-0.2801 0.03,-0.087 0.1,-0.1806 0.15,-0.2585 0.06,-0.08 0.133,-0.164 0.213,-0.2369 0.712,-0.6579 2.168,-1.0014 3.571,-1.5293 0.469,-0.1757 0.922,-0.372 1.348,-0.6032 0.704,-0.3842 1.326,-0.8639 1.689,-1.5294 l 0,-0.021 c 0.218,-0.3991 0.349,-0.8545 0.364,-1.4001 l 0,-0.022 c 0.02,-0.364 -0.06,-0.7645 -0.15,-1.2063 l 0,-0.021 c -0.06,-0.2236 -0.109,-0.4438 -0.193,-0.6894 0.592,-1.4012 1.208,-2.3689 1.818,-2.9942 0.172,-0.1785 0.338,-0.3264 0.514,-0.4522 0.35,-0.2511 0.714,-0.4052 1.068,-0.4739 0.445,-0.087 0.875,-0.046 1.327,0.086 0.181,0.053 0.371,0.1152 0.555,0.1938 0.181,0.08 0.353,0.1797 0.535,0.28 l 0.02,0 c 0.364,0.1992 0.724,0.4346 1.091,0.6893 0.552,0.386 1.125,0.8015 1.689,1.2063 -0.118,-0.1236 -0.234,-0.225 -0.321,-0.3447 -0.17,-0.2374 -0.262,-0.47 -0.32,-0.6892 -0.02,-0.097 -0.05,-0.2079 -0.06,-0.3016 -0.02,-0.262 0.04,-0.4866 0.149,-0.711 0.03,-0.01 0.03,-0.02 0.03,-0.021 0.03,-0.072 0.09,-0.1472 0.149,-0.2154 0.08,-0.109 0.171,-0.2266 0.278,-0.3232 0.06,-0.039 0.08,-0.071 0.129,-0.1077 0.142,-0.114 0.299,-0.2101 0.47,-0.3015 0.202,-0.1092 0.416,-0.2056 0.641,-0.2801 0.02,-0.011 0.03,0 0.04,0 0.02,-0.011 0.02,-0.019 0.04,-0.022 l 0.03,0 c 0.191,-0.058 0.381,-0.1189 0.576,-0.1507 0.02,-0.011 0.04,0 0.06,0 0.225,-0.033 0.45,-0.048 0.664,-0.043 1.419,0.043 2.428,0.9946 0.726,3.3388 6.544,2.5887 5.149,10.0574 -2.308,6.1175 -5.102,-2.7136 -17.302,4.0377 -8.681,8.3793 6.395,-1.4759 11.284,0.1188 6.842,7.4962 -0.704,0.8543 -1.905,1.5244 -3.336,2.1109 -0.113,0 -0.151,-1e-4 -0.279,0 -4.745,0.011 -11.373,-4.9285 -14.027,-2.2401 -3.919,3.9687 -7.226,0.087 -11.097,-0.711 -5.022,-1.035 0.428,-8.6669 -7.078,-6.8498 -4.611,1.1167 -9.497,3.557 -13.877,3.0372 -3.831,-0.4544 -5.157,1.2551 -6.736,3.8773 -1.905,3.1668 -2.704,7.0973 -5.709,10.1241 -3.272,3.2941 -4.3,7.3027 -3.999,12.278 0.278,4.5454 -1.34,8.0035 2.075,11.9336 3.023,3.4767 4.239,10.1335 10.221,9.9302 4.898,-0.1669 10.829,-3.9842 14.412,-1.8525 2.569,1.5295 4.972,0.723 6.308,2.628 2.396,3.4206 -0.617,9.2751 2.801,13.4413 2.721,3.3149 4.626,8.8121 2.16,13.2259 -2.805,5.0199 0.675,9.6559 1.282,14.6044 0.695,5.6635 5.786,10.7644 5.496,15.7031 -0.274,4.6744 4.675,3.5923 7.804,3.0803 5.448,-0.8914 9.186,-5.823 10.435,-10.684 1.112,-4.3264 2.51,-7.4611 2.908,-12.192 0.345,-4.123 9.698,-6.7498 7.27,-13.2045 -1.797,-4.7793 -2.759,-10.1397 1.027,-14.5614 3.517,-4.111 8.018,-7.3293 10.177,-12.6012 0.991,-2.4079 3.973,-8.2602 3.379,-8.25 -2.916,0.048 -9.47,3.1689 -11.568,-1.8095 -2.04,-4.8434 -6.92,-8.0548 -7.248,-13.6566 -0.246,-4.143 -5.27,-8.5025 -5.474,-11.5673 1.372,-0.6182 2.58,-0.6915 3.613,0.2801 3.628,8.0671 8.638,14.8741 10.628,23.8238 7.523,-1.1631 17.198,-6.101 20.633,-13.7644 -3.624,-2.5963 -3.915,-8.4313 -7.825,-2.8865 -5.712,2.2263 -10.068,-17.276 -2.032,-6.6775 6.432,5.2364 19.167,2.5064 23.136,9.3917 -0.609,4.5931 4.694,-3.6417 3.401,3.0156 0.179,5.3021 3.507,17.1611 6.971,18.0079 0.879,-9.3756 6.849,-18.0721 15.801,-21.1314 5.725,0.7927 3.599,12.7035 9.344,9.1764 0.236,9.8418 2.664,6.6466 7.463,7.4531 0.523,7.1305 7.919,2.7648 7.27,-1.9171 -1.343,-5.109 -7.489,-14.4772 1.347,-13.0537 5.952,-1.2925 16.739,-7.9356 13.578,-14.2383 3.206,-1.9893 -5.311,-9.3096 2.674,-11.8257 -1.146,0.087 -10.887,-0.9851 -3.871,-4.739 6.199,-4.8418 -0.195,5.6201 4.747,0.28 4.883,-0.8019 3.911,14.1523 7.527,5.7083 -4.494,-4.5206 0.979,-11.7894 5.709,-11.2873 6.051,-2.2336 15.524,-20.7722 4.854,-19.8173 -5.556,-4.9944 8.813,-13.2009 14.562,-10.9856 6.462,1.7625 8.488,-1.652 13.706,-5.0191 3.922,-0.074 -0.642,5.0234 4.319,1.0771 l 0,-17.9218 c -4.515,-1.446 -8.501,-3.4199 -13.963,-3.1019 -2.489,-2.6674 -5.122,-2.9991 -8.403,-1.637 2.489,-3.4801 -8.165,-2.4982 -7.463,1.0339 -5.465,-0.9501 -14.914,3.556 -14.39,-3.4465 -0.799,-4.1055 -10.59,1.2409 -14.669,-2.1325 -4.047,3.2275 -6.162,-5.1079 -8.04,-1.637 7.137,3.1523 -2.751,-1.2632 -0.256,2.4341 -10.539,3.6028 -1.161,-3.8161 3.549,-4.8036 1.605,-5.8538 -12.516,-0.3964 -11.055,-5.7513 l -0.749,-0.065 -0.04,-0.021 z m -258.497,2.4557 c -0.353,0 -0.435,0.1598 -0.32,0.517 0.139,0.4221 1.256,0.8608 2.587,1.0124 1.966,0.2241 2.384,0.4729 2.609,1.594 0.257,1.282 0.748,1.5363 3.506,1.7663 0.629,0.053 1.341,0.2923 1.582,0.5386 0.241,0.2463 2.096,0.315 4.127,0.1508 2.031,-0.1642 4.495,-0.2928 5.453,-0.3016 1.077,-0.011 1.62,-0.2403 1.412,-0.5817 -0.187,-0.3051 -0.05,-0.9445 0.342,-1.4431 0.606,-0.7835 0.6,-0.8352 -0.09,-0.3016 -0.436,0.3396 -1.392,0.5908 -2.117,0.5817 -0.724,-0.012 -3.331,0.1183 -5.795,0.2584 -4.6,0.2614 -6.843,-0.4052 -6.843,-2.0033 0,-0.3821 -0.877,-0.7913 -1.988,-0.9478 -1.089,-0.1532 -2.651,-0.4566 -3.485,-0.6677 -0.442,-0.1111 -0.771,-0.1733 -0.984,-0.1724 z m 11.975,7.9054 c -1.585,0 -3.935,1.9574 -3.935,3.2742 0,1.5109 1.641,4.1609 2.609,4.2004 0.446,0.017 3.19,0.1061 6.094,0.1939 3.665,0.1112 5.909,0.4543 7.377,1.1201 1.162,0.5266 2.54,1.0054 3.058,1.0556 1.608,0.1552 2.209,1.1589 1.369,2.2401 -0.672,0.8592 -0.652,0.8671 0.149,0.2369 0.756,-0.5958 0.975,-0.5393 1.454,0.3662 0.312,0.5843 0.577,1.3921 0.577,1.8095 0,0.5121 0.393,0.7019 1.241,0.5384 1.54,-0.2966 2.195,0.5601 1.111,1.4648 -0.645,0.5394 -0.967,0.4819 -1.732,-0.2154 -0.859,-0.7828 -1.061,-0.7802 -2.138,-0.021 -0.938,0.6616 -1.046,0.9785 -0.556,1.5725 0.34,0.4119 0.403,0.7746 0.149,0.797 -0.252,0.022 -1.52,0.079 -2.821,0.1292 -1.787,0.07 -2.433,0.3316 -2.566,1.034 -0.132,0.6725 0.183,0.9321 1.068,0.9262 0.674,-0.011 1.534,-0.2254 1.925,-0.4739 0.763,-0.4872 4.833,1.2189 4.833,2.0249 0,0.2537 0.628,0.6207 1.411,0.8185 1.083,0.2738 1.269,0.4669 0.706,0.8185 -0.516,0.3212 -0.268,0.4633 0.855,0.4309 0.892,-0.025 2.551,0.4227 3.678,1.0124 2.666,1.3926 2.632,1.3945 1.496,0.1292 -0.951,-1.0586 -0.936,-1.083 0.108,-1.3571 1.688,-0.4446 1.169,-2.2741 -1.412,-4.8466 -2.245,-2.2375 -2.312,-2.3613 -1.325,-3.1018 1.382,-1.0391 1.506,-1.0012 3.464,0.8401 1.324,1.2466 1.857,1.4583 2.415,0.9908 0.397,-0.3306 0.6,-0.8415 0.428,-1.1201 -0.17,-0.279 0.193,-0.6121 0.813,-0.7755 1.054,-0.2776 1.061,-0.3761 0.256,-1.2708 -0.475,-0.5277 -1.145,-0.8477 -1.497,-0.7108 -0.356,0.1366 -1.091,-0.2451 -1.625,-0.8401 -0.537,-0.599 -1.638,-1.0771 -2.458,-1.0771 -1.776,0 -3.056,-1.7882 -1.796,-2.4987 0.424,-0.2391 0.609,-0.6753 0.406,-0.9693 -0.474,-0.6803 -3.393,-2.0744 -4.02,-1.9171 -0.261,0.065 -0.863,-0.034 -1.326,-0.2155 -0.742,-0.2895 -0.704,-0.4112 0.192,-1.0769 0.857,-0.6349 0.87,-0.754 0.15,-0.754 -0.473,1e-4 -0.997,0.2454 -1.176,0.5386 -0.204,0.3307 -0.664,0.3398 -1.219,0.043 -0.488,-0.2643 -1.146,-0.5098 -1.433,-0.5386 -0.291,-0.029 -0.512,-0.3087 -0.512,-0.6246 0,-1.0379 -1.775,-1.8993 -3.401,-1.6587 -0.88,0.1297 -1.487,0.4493 -1.325,0.7108 0.474,0.7731 -1.289,1.1669 -2.117,0.474 -0.421,-0.3503 -0.98,-0.4776 -1.262,-0.3016 -0.717,0.4451 -1.404,-0.7847 -1.219,-2.2187 0.121,-0.9446 -0.101,-1.1981 -1.068,-1.1847 -0.676,0.011 -1.575,0.3119 -2.011,0.6677 -0.916,0.7459 -1.174,3.5276 -0.428,4.4373 0.332,0.4042 0.264,0.7543 -0.15,1.0126 -0.964,0.6005 -2.052,-1.3097 -1.967,-3.4466 l 0.04,-1.8955 0.342,2.1108 c 0.283,1.8267 0.381,1.9782 0.685,0.9048 0.498,-1.7702 -0.554,-3.8126 -1.968,-3.8126 z m -9.751,4.6312 c -0.182,0 -0.335,0.067 -0.492,0.1508 -1.928,1.0393 -1.977,3.7265 -0.06,3.7265 1.435,0 1.585,0.4423 0.749,2.1325 -0.999,2.0165 -1.509,2.2836 -2.779,1.4863 -0.787,-0.4963 -1.323,-0.4954 -2.246,-0.043 -2.19,1.0725 -5.585,1.257 -7.548,0.4308 -1.015,-0.4269 -1.839,-1.0284 -1.839,-1.3356 0,-0.614 -2.587,-0.7522 -3.977,-0.2153 -0.7,0.271 -0.732,0.4386 -0.171,0.7969 0.385,0.2472 1.059,0.4254 1.497,0.4094 0.521,-0.018 0.439,-0.1727 -0.257,-0.474 -0.86,-0.3723 -0.897,-0.4864 -0.171,-0.517 1.363,-0.056 1.739,1.0659 0.47,1.4003 -0.821,0.2165 -1.065,0.6719 -0.962,1.6585 0.193,1.8109 -1.051,2.1229 -1.689,0.4309 -0.597,-1.5803 -2.379,-2.1644 -5.324,-1.7665 -2.378,0.3213 -3.885,-0.749 -2.31,-1.637 0.824,-0.4634 0.81,-0.5668 -0.256,-1.1416 -0.874,-0.4721 -1.343,-0.4692 -1.882,-0.021 -0.544,0.4561 -1.155,0.374 -2.481,-0.3231 -2.319,-1.2183 -5.797,-1.841 -6.585,-1.1848 -0.413,0.346 -1.139,0.2323 -2.203,-0.323 -1.486,-0.7744 -1.741,-0.7628 -3.357,0.2154 -4.259,2.5766 -5.828,3.2629 -6.307,2.7787 -0.311,-0.3137 0.327,-1.0091 1.754,-1.874 1.247,-0.7596 2,-1.3885 1.645,-1.4002 -0.355,-0.014 -1.395,0.4615 -2.331,1.034 -1.362,0.8352 -1.864,0.9032 -2.523,0.3877 -0.688,-0.5381 -0.726,-0.5172 -0.235,0.1508 0.722,0.9832 1.314,3.9967 0.877,4.4374 -0.58,0.5836 -1.733,-0.8197 -1.733,-2.111 0,-0.695 -0.166,-1.27 -0.384,-1.2925 -0.508,-0.052 -1.164,-0.2126 -2.01,-0.4738 l 0,21.4113 c 1.112,0.4782 1.827,0.5992 2.159,0.3231 0.433,-0.3632 0.877,-0.1454 1.476,0.7754 0.471,0.7256 0.855,1.4977 0.855,1.6803 0,0.5414 2.33,2.3069 3.058,2.3263 1.118,0.03 2.352,3.5634 1.603,4.5882 -0.261,0.3589 0.109,0.815 0.963,1.2063 1.36,0.6239 1.367,0.6498 0.406,1.8093 -0.535,0.6474 -0.656,0.9115 -0.256,0.5601 1.005,-0.8851 2.993,0.1355 2.181,1.1201 -0.66,0.8003 -0.223,1.3786 1.048,1.3786 1.324,0 5.773,4.412 5.773,5.7298 0,1.2616 -0.806,1.9973 -1.304,1.1848 -0.736,-1.197 -1.055,-0.4024 -1.113,2.7571 -0.03,1.827 -0.138,4.7732 -0.235,6.5268 -0.186,3.3295 1.085,7.2585 2.288,7.0223 0.321,-0.063 0.619,0.4046 0.663,1.0339 0.118,1.7481 2.322,4.963 3.763,5.5144 0.706,0.271 1.133,0.7637 0.941,1.077 -0.208,0.3415 0.05,0.489 0.62,0.3877 0.765,-0.132 1.175,0.4645 1.925,2.7573 0.529,1.6072 1.431,3.4268 1.988,4.028 0.738,0.7918 0.868,1.2585 0.449,1.6801 -0.418,0.4214 -0.135,0.9611 1.049,2.0249 0.9,0.8078 1.651,1.9756 1.668,2.5849 0.03,1.1913 2.944,3.8616 3.548,3.2526 0.201,-0.2022 -0.06,-0.5984 -0.555,-0.8832 -0.507,-0.2848 -0.92,-0.7688 -0.92,-1.0769 0,-0.3086 -0.712,-1.6305 -1.582,-2.9296 -0.873,-1.2992 -1.583,-2.531 -1.582,-2.7357 0,-0.2044 -0.525,-1.3734 -1.177,-2.6064 -0.91,-1.7321 -1.039,-2.3981 -0.556,-2.8864 0.724,-0.7273 2.267,0.2455 2.267,1.4217 0,0.3702 1.046,2.1337 2.352,3.9203 1.307,1.7865 2.395,3.4234 2.395,3.662 0,0.2388 0.782,1.3932 1.753,2.5417 2.338,2.7672 2.99,4.0649 2.652,5.3637 -0.364,1.3959 1.345,2.7604 7.078,5.6221 3.647,1.8203 4.582,2.1017 5.388,1.5939 0.799,-0.5019 1.322,-0.3818 2.887,0.6893 2.486,1.6983 5.864,3.425 6.692,3.425 1.308,0 3.615,2.8188 3.615,4.4157 0,1.3144 0.113,1.4746 0.769,0.9263 0.639,-0.5344 0.877,-0.4396 1.347,0.6031 0.322,0.7081 0.936,1.1857 1.668,1.3356 0.1,0.018 0.18,0.033 0.278,0.043 0.75,0.063 1.636,0.3476 1.967,0.6246 0.303,0.2532 0.609,0.2124 0.92,-0.1077 0.06,-0.053 0.104,-0.1246 0.15,-0.1939 0.06,-0.07 0.09,-0.1297 0.149,-0.2154 1.412,-2.2809 3.822,1.1363 3.742,5.3205 -0.03,1.8671 -0.408,2.8427 -1.774,4.5236 -0.959,1.1785 -2.04,3.296 -2.396,4.7174 -0.585,2.3336 -0.557,2.6403 0.3,3.1234 0.897,0.5056 0.877,0.588 -0.171,1.4001 l -1.112,0.8617 1.753,3.985 c 0.963,2.1918 2.324,5.754 3.016,7.9269 1.063,3.342 1.575,4.1671 3.271,5.3205 1.101,0.7496 2.848,2.1271 3.892,3.0802 l 1.903,1.7449 -0.663,9.1548 c -0.356,5.0379 -0.714,10.4769 -0.791,12.0841 -0.09,1.9099 -0.637,3.9187 -1.583,5.7945 -1.044,2.0721 -1.361,3.3061 -1.133,4.4589 0.105,0.5339 0.09,1.3091 -0.02,2.0464 l 14.177,0 c 0.02,-0.068 0.04,-0.1226 0.06,-0.1939 0.191,-0.6313 1.121,-0.9985 2.993,-1.2494 4.315,-0.5758 5.346,-2.5115 2.909,-5.4282 -0.792,-0.9488 -1.123,-1.5557 -0.983,-1.7879 0.02,-0.029 0.05,-0.047 0.09,-0.064 0.221,-0.1185 0.78,0.048 1.667,0.56 0.868,0.502 1.299,0.6892 1.903,0.5601 0.122,-0.026 0.242,-0.057 0.385,-0.1077 0.282,-0.1023 0.625,-0.2492 1.047,-0.4524 1.834,-0.8812 3.136,-2.698 5.924,-8.2931 1.129,-2.2638 1.309,-3.0977 0.876,-4.0496 -0.295,-0.6568 -0.387,-1.4455 -0.192,-1.7663 0.06,-0.08 0.158,-0.1893 0.3,-0.3232 0.281,-0.2677 0.719,-0.6163 1.218,-0.9908 1.24,-0.936 2.825,-1.9817 3.144,-1.9817 0.172,0 0.574,-0.3689 0.897,-0.7971 0.323,-0.4281 1.526,-0.8562 2.674,-0.9692 2.006,-0.1974 2.128,-0.3492 3.528,-3.6189 1.189,-2.7724 1.459,-4.1797 1.475,-7.7331 0.02,-3.0622 0.23,-4.5048 0.727,-4.8035 0.388,-0.2335 1.59,-1.7283 2.651,-3.2957 1.27,-1.8792 1.945,-3.5075 2.011,-4.825 0.02,-0.1649 0.02,-0.3193 0,-0.4739 -0.08,-1.0821 -0.617,-1.9092 -1.625,-2.4342 -0.854,-0.4441 -1.865,-1.2632 -2.245,-1.8094 -0.51,-0.7303 -1.557,-1.055 -3.935,-1.2278 -2.081,-0.1515 -3.016,-0.3531 -3.955,-1.0554 -0.157,-0.1174 -0.288,-0.2403 -0.45,-0.3878 -0.164,-0.1474 -0.333,-0.3136 -0.513,-0.4955 -2.036,-2.0523 -2.968,-2.1081 -4.363,-0.323 -0.749,0.9606 -1.454,1.2993 -2.437,1.1847 -0.628,-0.073 -1.022,-0.2423 -1.176,-0.4524 -0.02,-0.034 -0.06,-0.07 -0.06,-0.1077 -0.113,-0.3302 0.312,-0.7222 1.261,-0.9477 0.669,-0.1592 1.272,-0.6862 1.369,-1.1848 0.257,-1.3426 -0.681,-1.1343 -2.694,0.6462 -0.615,0.5437 -1.218,0.9846 -1.626,1.1847 -0.08,0.039 -0.172,0.066 -0.235,0.086 -0.13,0.043 -0.213,0.046 -0.256,0 -0.555,-0.5593 2.828,-5.0074 3.507,-4.6097 0.128,0.076 0.186,0.072 0.171,0 -0.02,-0.023 0,-0.07 -0.04,-0.1077 -0.08,-0.1541 -0.266,-0.4212 -0.555,-0.7539 -0.509,-0.5823 -0.893,-1.156 -0.941,-1.4216 -0.02,-0.039 -0.02,-0.083 0,-0.1078 0.31,-0.9767 -0.391,-2.1943 -1.539,-3.1664 -0.143,-0.1218 -0.315,-0.2317 -0.471,-0.3447 -1.092,-0.7903 -2.461,-1.357 -3.743,-1.357 -1.449,0 -2.276,-0.4458 -3.784,-2.0033 -1.063,-1.0957 -2.511,-2.5562 -3.229,-3.2526 -0.719,-0.6965 -1.167,-1.5126 -0.983,-1.8094 0.216,-0.3555 -0.589,-0.4083 -2.352,-0.1724 -0.421,0.056 -0.81,0.088 -1.154,0.1077 -1.031,0.057 -1.698,-0.06 -1.862,-0.3231 -0.185,-0.3071 -0.597,-0.5068 -0.941,-0.4524 -0.07,0.011 -0.157,0.022 -0.235,0.022 -0.08,2e-4 -0.151,-0.02 -0.234,-0.022 -0.169,-0.018 -0.345,-0.056 -0.534,-0.1076 -0.193,-0.051 -0.381,-0.1173 -0.578,-0.1938 -0.983,-0.3832 -1.966,-1.0395 -1.989,-1.4864 -0.02,-0.3726 -0.252,-0.1407 -0.513,0.517 -0.264,0.6575 -0.691,1.2061 -0.963,1.2061 -0.272,0 -0.398,0.4395 -0.256,0.991 0.02,0.091 0.06,0.1761 0.06,0.2585 0.08,0.4941 -0.06,0.8533 -0.256,1.0124 -0.03,0.028 -0.07,0.051 -0.107,0.065 -0.317,0.1274 -0.762,-0.095 -1.112,-0.7539 -0.343,-0.6499 -0.396,-1.0962 -0.128,-1.7017 l 0,-0.021 c 0.09,-0.204 0.22,-0.4146 0.385,-0.6677 0.417,-0.6386 0.543,-1.0358 0.469,-1.1848 -0.06,-0.1046 -0.177,-0.082 -0.384,0.022 -0.309,0.1558 -0.786,0.5382 -1.368,1.1633 -0.249,0.266 -0.52,0.4954 -0.792,0.6677 -0.179,0.1148 -0.35,0.1976 -0.512,0.2585 -0.163,0.062 -0.321,0.088 -0.45,0.086 -0.07,0 -0.123,0 -0.171,-0.021 -0.169,-0.065 -0.291,-0.098 -0.428,-0.043 -0.03,0.012 -0.09,0.042 -0.128,0.065 -0.364,0.2712 -0.735,1.1855 -1.539,3.4681 -0.02,0.071 -0.06,0.1444 -0.09,0.1938 -0.03,0.048 -0.07,0.082 -0.106,0.1076 -0.117,0.072 -0.271,0.048 -0.492,-0.086 -0.08,-0.045 -0.167,-0.082 -0.257,-0.1507 -0.181,-0.1381 -0.387,-0.3415 -0.641,-0.5816 -0.894,-0.8457 -1.296,-1.0944 -2.245,-0.9478 -0.158,0.023 -0.343,0.062 -0.535,0.1077 -0.193,0.046 -0.383,0.1076 -0.62,0.1723 -0.252,0.067 -0.485,0.125 -0.684,0.1724 -0.19,0.045 -0.382,0.084 -0.536,0.1076 -0.153,0.021 -0.279,0.021 -0.405,0.021 -0.08,0 -0.152,0 -0.214,0 -0.02,-0.011 -0.05,-0.019 -0.06,-0.021 -0.02,0 -0.02,0 -0.04,0 -0.08,-0.017 -0.141,-0.052 -0.214,-0.086 -0.07,-0.028 -0.132,-0.049 -0.193,-0.086 -0.02,-0.014 -0.02,-0.03 -0.04,-0.043 -0.02,-0.014 -0.03,-0.03 -0.06,-0.043 -0.296,-0.2171 -0.61,-0.5534 -1.049,-1.077 -1.255,-1.5015 -1.353,-1.9253 -1.048,-4.9328 0.328,-3.2422 0.329,-3.2932 -1.112,-3.705 -0.804,-0.2293 -2.297,-0.4293 -3.314,-0.4523 -1.73,-0.039 -1.831,-0.1502 -1.667,-1.6372 0.1,-0.8732 0.371,-1.8368 0.598,-2.1325 0.229,-0.2957 0.562,-1.5367 0.748,-2.7787 0.304,-2.0016 0.226,-2.2618 -0.683,-2.2618 -2.317,0 -3.656,0.9686 -3.829,2.7573 -0.153,1.6106 -0.352,1.7832 -2.523,2.154 -2.931,0.5004 -4.316,-0.322 -5.794,-3.4034 -1.038,-2.1652 -1.476,-6.762 -0.706,-7.5392 0.21,-0.2104 0.318,-1.2042 0.235,-2.1756 -0.133,-1.5418 0.09,-1.9049 1.839,-2.9941 2.375,-1.4773 2.965,-1.6008 4.833,-1.0125 0.776,0.2447 2.21,0.5616 3.186,0.7324 1.59,0.2779 1.697,0.2466 1.069,-0.5169 -0.599,-0.7267 -0.538,-0.9881 0.342,-1.6371 0.666,-0.4899 1.505,-0.6318 2.352,-0.3878 0.726,0.2095 1.944,0.3594 2.716,0.3231 1.604,-0.074 3.004,1.6141 3.271,3.985 0.205,1.8205 1.439,3.8773 2.331,3.8773 0.896,0 0.827,-0.6959 -0.405,-5.0405 -0.583,-2.0438 -1.049,-4.0457 -1.049,-4.4373 0,-0.3916 1.25,-1.9993 2.802,-3.5757 1.553,-1.5765 2.731,-3.0002 2.587,-3.145 -0.144,-0.1446 0.105,-0.3981 0.577,-0.5816 0.476,-0.1834 0.748,-0.534 0.598,-0.7755 -0.149,-0.2412 0,-0.5913 0.3,-0.7754 0.364,-0.2256 0.326,-0.6869 -0.06,-1.4002 -0.652,-1.2284 -0.459,-3.9203 0.279,-3.9203 0.277,0 0.653,0.5834 0.855,1.3139 0.301,1.0868 0.387,1.1356 0.427,0.2586 0.08,-1.6338 2.618,-5.019 3.743,-5.019 1.977,0 2.658,-0.5473 2.01,-1.5941 -0.468,-0.7536 -0.403,-1.2677 0.299,-2.3478 0.493,-0.7595 1.251,-1.3787 1.689,-1.3787 0.439,0 1.927,-0.5784 3.294,-1.2709 1.702,-0.8609 2.806,-1.1088 3.527,-0.8184 0.609,0.245 0.756,0.4525 0.321,0.4738 -1.048,0.053 -2.694,1.6175 -2.694,2.5849 0,0.6445 0.228,0.5954 1.176,-0.2585 0.655,-0.5881 1.964,-1.3784 2.887,-1.7448 0.921,-0.3663 1.826,-1.0131 1.988,-1.4432 0.165,-0.4301 0.519,-0.6343 0.813,-0.4523 0.291,0.1818 0.534,0.1098 0.534,-0.1509 0,-1.0808 -0.671,-0.9833 -1.903,0.2585 -1.052,1.0612 -1.459,1.2027 -2.074,0.6893 -0.418,-0.3509 -0.604,-0.9172 -0.406,-1.2492 0.268,-0.4507 0.16,-0.4508 -0.405,0 -0.602,0.4765 -1.06,0.2995 -2.182,-0.8616 -1.489,-1.539 -1.433,-2.1326 0.192,-2.1326 0.542,0 0.963,-0.3756 0.963,-0.8616 0,-1.3449 -3.524,-0.5512 -5.347,1.2063 -1.052,1.0174 -1.66,1.2976 -2.052,0.9047 -0.77,-0.7766 3.725,-4.7356 5.88,-5.1698 0.908,-0.183 2.823,-0.3231 4.255,-0.3231 1.435,0 3.13,-0.2818 3.764,-0.6247 0.634,-0.3433 1.868,-0.7673 2.737,-0.9478 1.373,-0.2844 1.582,-0.5718 1.582,-2.0895 0,-2.3361 -0.665,-2.7619 -3.037,-1.9385 -1.341,0.4662 -2.101,0.5241 -2.33,0.1508 -0.428,-0.6984 1.265,-1.9912 2.694,-2.0464 0.768,-0.029 0.858,-0.1116 0.299,-0.3231 -0.436,-0.1648 -1.403,-0.7368 -2.159,-1.271 -0.758,-0.5341 -1.503,-0.8575 -1.647,-0.7108 -0.146,0.1466 -0.651,-0.337 -1.133,-1.077 -0.481,-0.7397 -0.714,-1.357 -0.513,-1.357 0.203,0 -0.171,-0.5605 -0.813,-1.2494 -0.641,-0.6889 -1.285,-1.9326 -1.433,-2.7573 -0.43,-2.3934 -0.725,-2.4827 -2.309,-0.7754 -0.894,0.9626 -1.816,1.4748 -2.288,1.2924 -0.43,-0.1673 -0.95,-0.032 -1.155,0.3016 -0.25,0.4126 -0.74,0.2158 -1.496,-0.6031 -1.244,-1.3452 -1.556,-2.4356 -0.834,-2.8865 0.742,-0.4622 0.566,-1.8094 -0.235,-1.8094 -0.392,0 -1.383,-0.6443 -2.224,-1.4432 -1.188,-1.1292 -2.094,-1.4903 -4.062,-1.5509 -2.363,-0.072 -2.58,0.039 -3.229,1.594 -0.46,1.1013 -0.516,1.968 -0.193,2.6064 0.325,0.6399 0.269,1.2384 -0.149,1.7448 -0.344,0.4196 -0.449,0.7539 -0.236,0.7539 0.218,0 0.133,0.3352 -0.193,0.7324 -0.454,0.5509 -0.337,1.0337 0.471,2.0679 1.301,1.6661 1.339,3.4612 0.128,5.1913 -0.593,0.8497 -0.956,2.4437 -1.005,4.4804 -0.06,2.3273 -0.299,3.3095 -0.984,3.8127 -0.8,0.5885 -1.212,0.4323 -3.014,-1.2709 -1.902,-1.799 -2.053,-2.1725 -1.839,-4.1789 l 0.214,-2.2187 -2.33,-0.2584 c -1.533,-0.1737 -3.322,-0.9325 -5.176,-2.2187 -1.561,-1.0821 -3.074,-1.8353 -3.357,-1.6587 -0.641,0.3983 -1.342,-0.6709 -1.369,-2.0893 -0.02,-0.7936 -0.312,-1.0073 -1.197,-0.8832 -0.869,0.1217 -1.313,-0.2133 -1.688,-1.2062 -0.736,-1.9504 -0.138,-3.2266 3.271,-6.8285 0.801,-0.8451 1.33,-1.7287 1.176,-1.9817 -0.387,-0.6281 1.603,-1.6481 2.523,-1.2925 0.409,0.1579 1.308,-0.1784 2.009,-0.7538 1.384,-1.1376 1.458,-1.0594 -1.582,-2.0033 -1.392,-0.4329 0.283,-1.3421 2.138,-1.1633 1.643,0.1584 1.797,0.3346 1.947,2.1756 0.12,1.4485 -0.05,2.0897 -0.663,2.3265 -0.673,0.2601 -0.552,0.4813 0.619,1.0986 1.386,0.73 1.52,0.6963 2.46,-0.5602 0.933,-1.246 1.064,-1.269 2.203,-0.517 0.672,0.443 1.469,0.6508 1.753,0.474 0.834,-0.5205 -1.764,-2.936 -3.55,-3.2957 -0.899,-0.181 -1.986,-0.8976 -2.438,-1.5941 -0.861,-1.321 -0.761,-1.4437 1.134,-1.2924 1.251,0.1003 4.384,-1.3306 4.384,-2.0033 0,-0.2289 -0.34,-0.8765 -0.749,-1.4432 -0.54,-0.7414 -0.577,-1.2317 -0.171,-1.7232 0.752,-0.9148 -0.931,-2.1957 -2.909,-2.2187 -1.256,-0.014 -1.396,0.13 -0.962,0.9478 0.388,0.7303 0.169,1.3893 -0.877,2.7357 -1.284,1.6544 -1.394,1.68 -2.052,0.7754 -0.383,-0.5313 -0.727,-1.472 -0.727,-2.1109 0,-0.639 -0.334,-1.4619 -0.749,-1.8094 -0.609,-0.5095 -0.933,-0.3631 -1.647,0.7322 -0.951,1.4644 -1.817,1.3724 -1.817,-0.1937 0,-0.5471 -0.488,-1.1013 -1.132,-1.271 -0.891,-0.2348 -1.019,-0.4507 -0.557,-1.0124 0.81,-0.9836 -1.07,-3.1331 -2.458,-3.2096 l -0.04,0 z m -48.261,5.4714 c -0.291,0 -0.893,0.2337 -1.326,0.517 -0.435,0.2834 -0.549,0.5169 -0.257,0.5169 0.288,0 0.89,-0.2335 1.326,-0.5169 0.436,-0.2833 0.546,-0.517 0.257,-0.517 z m 150.321,5.9882 c -0.38,0 -0.94,0.053 -1.71,0.1723 -1.378,0.2147 -2.928,0.3559 -3.443,0.3232 -0.514,-0.032 -0.791,0.1451 -0.642,0.3877 0.408,0.6653 -2.135,2.1472 -3.805,2.2186 l -1.455,0.065 1.582,0.3447 c 0.869,0.1875 1.449,0.5585 1.306,0.8185 -0.306,0.5453 1.339,1.2806 2.971,1.3355 0.615,0.021 2.394,-0.4766 3.956,-1.12 3.169,-1.3068 3.961,-2.0721 2.822,-2.7142 -0.421,-0.2379 -0.769,-0.8076 -0.769,-1.2493 0,-0.4117 -0.179,-0.5801 -0.813,-0.5817 z m 229.694,12.0197 c -2.046,2.4428 -4.975,5.4553 -6.5,5.9021 -4.19,2.9027 -2.666,17.7942 2.63,8.8747 0.931,-2.9169 3.227,-4.4445 3.87,-6.7207 l 0,-2.4772 c -0.108,-0.447 -0.274,-0.9238 -0.512,-1.4431 0.158,-0.2554 0.341,-0.4866 0.512,-0.7109 l 0,-3.4249 z m -324.356,20.7866 c 0.29,0 0.535,0.2248 0.535,0.517 0,0.2925 -0.245,0.5384 -0.535,0.5384 -0.289,0 -0.535,-0.2459 -0.535,-0.5384 0,-0.2922 0.246,-0.517 0.535,-0.517 z m 1.07,2.8865 c 0.06,-0.011 0.113,-0.011 0.171,0 0.286,0.019 0.592,0.144 1.027,0.3446 0.752,0.3452 1.734,1.3974 2.18,2.348 0.682,1.4463 1.231,1.8152 3.293,2.197 1.356,0.2513 2.55,0.7458 2.673,1.1201 0.124,0.3746 -0.08,0.6207 -0.449,0.5386 -0.389,-0.086 -0.804,0.5311 -0.984,1.4432 -0.314,1.5921 -0.32,1.5966 -0.984,0.3877 -0.363,-0.6658 -0.862,-1.1026 -1.111,-0.9477 -0.25,0.1545 -0.34,-0.1725 -0.193,-0.7325 0.172,-0.6593 -0.11,-1.2267 -0.791,-1.5939 -0.882,-0.4752 -1.207,-0.3123 -2.01,0.9046 -0.526,0.798 -1.084,2.5191 -1.24,3.8343 -0.182,1.5155 -0.453,2.1518 -0.727,1.7233 -0.236,-0.372 -0.341,-1.3355 -0.256,-2.1326 0.08,-0.7974 0,-1.6648 -0.193,-1.9602 -0.462,-0.7489 0.717,-2.2562 1.967,-2.4987 3,-0.5819 -1.653,-2.5961 -5.175,-2.2402 -1.958,0.1979 -2.061,0.1635 -0.897,-0.3447 0.724,-0.3164 1.824,-1.0362 2.437,-1.6155 0.517,-0.4912 0.865,-0.745 1.262,-0.7754 z m 180.3,3.188 c 0.201,-0.011 0.403,-0.011 0.62,0 2.719,2.1859 -5.277,4.1789 0.129,7.9485 0.338,2.6855 4.311,0.4711 0.704,3.468 6.304,8.4154 -9.241,6.4269 -3.784,-1.3786 -3.198,-3.6932 -3.949,-9.7942 2.331,-10.0379 z m -170.121,0.4953 c 0.226,-0.036 0.45,0.05 0.576,0.2585 0.171,0.277 0.102,0.6473 -0.171,0.8186 -0.272,0.171 -0.642,0.105 -0.813,-0.1723 -0.169,-0.2767 -0.08,-0.6475 0.193,-0.8186 0.07,-0.044 0.139,-0.072 0.215,-0.086 z m 181.347,0.8617 c 2.226,5.3894 -5.411,3.5285 0,0 z m -176.837,3.2741 c 0.07,-0.01 0.09,-0.01 0.128,0 0.111,0.019 0.153,0.097 0.108,0.2155 -0.158,0.4107 -1.062,0.9368 -2.031,1.2063 -0.967,0.2694 -2.582,1.1363 -3.571,1.8956 -0.987,0.759 -2.106,1.3785 -2.481,1.3785 -1.019,0 1.431,-1.7088 5.11,-3.5758 1.36,-0.6889 2.306,-1.0713 2.737,-1.1201 z m 269.296,88.2518 c -0.125,0.033 -0.117,0.1237 -0.02,0.3016 0.189,0.3109 -0.253,0.9816 -0.985,1.4648 -0.731,0.4833 -1.229,1.0652 -1.09,1.2924 0.141,0.2271 -0.103,0.713 -0.534,1.077 -0.573,0.4792 -0.64,0.8442 -0.234,1.3355 0.306,0.3736 0.381,0.8038 0.149,0.9479 -0.839,0.5204 -4.051,-0.059 -4.342,-0.7756 -0.412,-1.0273 -1.624,-1.1506 -1.624,-0.1723 0,0.4447 -0.579,1.0561 -1.283,1.3787 -0.723,0.332 -1.157,0.871 -1.005,1.2708 0.146,0.3883 0.106,1.0067 -0.107,1.3571 -0.283,0.4604 -0.596,0.3843 -1.112,-0.323 -0.685,-0.9452 -0.709,-0.9545 -0.769,0.043 -0.03,0.5673 -0.03,1.3144 0.02,1.6587 0.08,0.6569 -3.119,3.3603 -3.978,3.3603 -0.518,0 -2.949,1.2263 -5.881,2.9726 -1.927,1.149 -2.269,2.951 -0.855,4.5235 0.517,0.5779 0.736,1.3405 0.513,1.9172 -0.342,0.8965 -0.423,0.8881 -1.132,-0.086 -0.436,-0.5962 -0.75,-0.7398 -0.75,-0.3446 0,0.376 0.505,1.3988 1.113,2.2618 1.232,1.7422 2.808,8.4347 2.437,10.3825 -0.184,0.965 0.09,1.4362 1.262,2.0463 1.422,0.7402 1.648,0.6984 3.486,-0.56 1.096,-0.7497 2.709,-1.3357 3.656,-1.3357 1.078,0 2.219,-0.4691 3.122,-1.3138 0.783,-0.7307 2.043,-1.3356 2.779,-1.3356 0.734,0 2.039,-0.2527 2.93,-0.56 2.439,-0.8397 6.543,0.8118 7.655,3.0803 0.457,0.9378 0.97,1.695 1.133,1.7017 0.165,0.011 0.692,-0.8515 1.198,-1.9172 0.676,-1.4292 1.062,-1.7957 1.497,-1.357 0.435,0.4387 0.443,0.9728 -0.02,1.9817 -0.811,1.7919 -0.776,2.1146 0.128,1.3571 0.544,-0.4539 0.847,-0.4545 1.111,-0.021 0.2,0.3261 0.227,0.7161 0.06,0.8832 -0.166,0.1674 0.287,1.0156 1.005,1.8741 0.717,0.8586 1.304,1.8972 1.304,2.3049 0,1.158 3.249,1.8344 4.319,0.9046 0.776,-0.6719 0.992,-0.6323 1.84,0.3017 1.246,1.3668 1.172,1.3664 2.374,-0.1724 0.603,-0.7732 1.47,-1.2561 2.116,-1.1848 0.756,0.083 1.15,-0.2194 1.24,-0.9477 0.17,-1.3406 1.129,-4.1458 2.374,-6.8931 1.243,-2.7425 2.574,-13.6949 1.626,-13.4198 -0.5,0.1452 -3.23,-1.8038 -3.23,-2.3047 0,-0.2436 -0.585,-1.0702 -1.305,-1.8525 -0.719,-0.7828 -1.191,-1.6394 -1.048,-1.8741 0.145,-0.2342 -0.221,-0.5655 -0.811,-0.7539 -1.45,-0.4633 -3.165,-4.0164 -3.165,-6.5483 0,-1.3696 -0.347,-2.3528 -1.026,-2.9726 -0.565,-0.5142 -1.194,-1.7086 -1.39,-2.628 -0.197,-0.9195 -0.478,-1.8779 -0.642,-2.1541 -0.396,-0.674 -1.601,2.7415 -1.668,4.7389 -0.06,1.6074 -1.814,6.1176 -2.395,6.1176 -0.172,0 -1.628,-0.9622 -3.228,-2.154 -2.722,-2.0249 -2.894,-2.2803 -2.566,-3.8557 0.193,-0.9269 0.574,-1.9198 0.834,-2.1973 0.626,-0.6683 0.594,-2.0493 -0.04,-1.6586 -0.27,0.1682 -0.599,0.084 -0.771,-0.1938 -0.171,-0.2784 -0.739,-0.484 -1.24,-0.4524 -0.502,0.032 -1.47,-0.1172 -2.159,-0.3447 -0.407,-0.1344 -0.701,-0.1916 -0.856,-0.1723 l -0.02,0 z m -346.959,14.4108 c -0.06,-0.011 -0.114,0.019 -0.17,0.021 -0.08,0.014 -0.144,0.022 -0.214,0.065 -0.122,0.076 -0.194,0.1943 -0.235,0.323 l 0,0.3878 c 0.02,0.037 0.02,0.073 0.04,0.1076 0.168,0.277 0.536,0.3651 0.812,0.1939 0.273,-0.1709 0.337,-0.5417 0.171,-0.8186 -0.101,-0.1557 -0.243,-0.2588 -0.407,-0.2799 z m 2.995,3.2095 c -0.08,0.012 -0.146,0.045 -0.215,0.086 -0.276,0.1711 -0.359,0.5201 -0.191,0.797 0.171,0.2769 0.537,0.3649 0.812,0.1939 0.273,-0.1713 0.342,-0.5417 0.171,-0.8186 -0.129,-0.2075 -0.35,-0.2934 -0.577,-0.2584 z m 7.548,2.1109 c -0.06,-0.01 -0.09,0.013 -0.15,0.021 -0.08,0.014 -0.167,0.045 -0.235,0.086 -0.278,0.1713 -0.364,0.5202 -0.192,0.797 0.169,0.2768 0.538,0.3651 0.811,0.1937 0.278,-0.1711 0.364,-0.5415 0.194,-0.8184 -0.09,-0.1556 -0.261,-0.261 -0.428,-0.28 z m 4.575,1.077 c -0.08,0.013 -0.146,0.045 -0.213,0.086 -0.278,0.1712 -0.34,0.5201 -0.171,0.797 0.171,0.2767 0.516,0.365 0.792,0.1939 0.272,-0.1712 0.362,-0.5419 0.191,-0.8185 -0.127,-0.2078 -0.373,-0.2935 -0.599,-0.2586 z m 337.764,18.051 c -0.06,-0.011 -0.113,0.02 -0.171,0.022 -0.08,0.013 -0.144,0.022 -0.214,0.064 -0.276,0.1711 -0.363,0.5418 -0.192,0.8185 0.169,0.277 0.539,0.3648 0.812,0.1938 0.276,-0.1711 0.34,-0.5416 0.171,-0.8184 -0.1,-0.1558 -0.24,-0.2589 -0.406,-0.2801 z"
+               id="path18939" />
+            <rect
+               inkscape:export-ydpi="30.536354"
+               inkscape:export-xdpi="30.536354"
+               inkscape:export-filename="/home/smorge/SEBASTIENs/ACTIVITEs/EN COURS/freetuxtv/freetuxtv-1.png"
+               y="6157.2017"
+               x="-15602.469"
+               height="233.57555"
+               width="3.5472536"
+               id="rect18941"
+               style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               transform="matrix(0.70059678,0,0,0.70576536,-8323.3149,1768.4725)"
+               style="fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter7804)"
+               d="m -10709.312,6469.5727 c -42.542,1.0077 -87.338,9.1813 -121,37.0312 -19.772,16.7999 -32.035,45.5339 -23.593,71.125 4.561,12.0928 17.685,18.746 30.187,19.3438 25.668,3.1687 51.732,0.3132 77.563,1.2468 50.428,-0.4191 100.933,0.7611 151.312,-0.9344 13.632,-2.288 24.417,-14.9208 24.813,-28.625 3.532,-23.5966 -9.446,-46.08 -27.375,-60.5624 -30.489,-26.7235 -71.672,-39.8232 -111.907,-38.625 z m 375.282,-0.063 c -44.591,1.4042 -89.967,20.3043 -117.844,55.75 -12.475,17.2401 -16.757,42.2912 -5.062,60.9688 9.248,12.7518 26.088,12.1622 40.187,12.0938 68.48,-0.9896 137.008,1.4051 205.469,-0.7813 13.692,-1.0746 29.823,-7.9398 32.687,-22.9687 7.677,-28.5407 -8.823,-58.371 -32.469,-74.1563 -35.357,-24.9816 -80.553,-30.8663 -122.968,-30.9063 z"
+               id="path18943" />
+            <path
+               sodipodi:type="arc"
+               style="fill:url(#radialGradient3277);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               id="path18945"
+               sodipodi:cx="-8773.3252"
+               sodipodi:cy="8040.1943"
+               sodipodi:rx="291.20587"
+               sodipodi:ry="35.95134"
+               d="m -8482.1193,8040.1943 c 0,19.8554 -130.3773,35.9514 -291.2059,35.9514 -160.8286,0 -291.2059,-16.096 -291.2059,-35.9514 0,-19.8553 130.3773,-35.9513 291.2059,-35.9513 160.8286,0 291.2059,16.096 291.2059,35.9513 z"
+               transform="matrix(0.67375101,0,0,0.63282235,-9915.7151,1343.0013)" />
+            <path
+               transform="matrix(0.67375101,0,0,0.63282235,-9639.9489,1343.0013)"
+               d="m -8482.1193,8040.1943 c 0,19.8554 -130.3773,35.9514 -291.2059,35.9514 -160.8286,0 -291.2059,-16.096 -291.2059,-35.9514 0,-19.8553 130.3773,-35.9513 291.2059,-35.9513 160.8286,0 291.2059,16.096 291.2059,35.9513 z"
+               sodipodi:ry="35.95134"
+               sodipodi:rx="291.20587"
+               sodipodi:cy="8040.1943"
+               sodipodi:cx="-8773.3252"
+               id="path18947"
+               style="fill:url(#radialGradient3279);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               sodipodi:type="arc" />
+            <g
+               id="g18949"
+               transform="matrix(1.1778525,0,0,1.186542,-5745.3486,-2179.7748)">
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:#c28f00;fill-opacity:1;stroke:#c28f00;stroke-width:1.31368029px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 id="path18951"
+                 d="m -8498.8531,7266.8057 c 21.0124,0 26.4152,-14.5185 24.7806,-30.8017 -2.6484,-26.3763 -42.1317,-52.8965 -82.1412,-52.8965 -60.8431,0 -95.3297,26.1257 -95.3297,57.7086 0,23.374 16.7547,26.1257 35.6481,26.1257 27.9997,0 72.3416,-0.1361 117.0422,-0.1361 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.3136803,0,0,1.3136803,3566.7902,-567.3186)"
+                 style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10358)"
+                 id="path18953"
+                 d="m -9230.2786,5905.805 c -21.611,0.4586 -46.25,4.5895 -60,23.0625 -4.813,7.2653 -7.813,19.8454 0.344,25.875 11.653,5.5298 25.024,1.57 37.5,2.7596 24.776,-0.3654 49.758,1.1058 74.4061,-0.9783 9.2946,-4.7332 7.6562,-18.6088 2.3125,-25.7813 -11.9156,-17.0176 -34.3396,-25.1542 -54.5626,-24.9375 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3281);fill-opacity:1;stroke:none;stroke-width:2.05566597;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18955"
+                 d="m -8490.5743,7230.7189 a 51.39775,36.618844 0 0 1 -102.7955,0 51.39775,36.618844 0 1 1 102.7955,0 z" />
+            </g>
+            <g
+               id="g18957"
+               transform="matrix(-1.1778525,0,0,1.186542,-25641.212,-2179.7748)">
+              <path
+                 inkscape:connector-curvature="0"
+                 d="m -8498.8531,7266.8057 c 21.0124,0 26.4152,-14.5185 24.7806,-30.8017 -2.6484,-26.3763 -42.1317,-52.8965 -82.1412,-52.8965 -60.8431,0 -95.3297,26.1257 -95.3297,57.7086 0,23.374 16.7547,26.1257 35.6481,26.1257 27.9997,0 72.3416,-0.1361 117.0422,-0.1361 z"
+                 id="path18959"
+                 style="fill:#c28f00;fill-opacity:1;stroke:#c28f00;stroke-width:1.31368029px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+              <path
+                 inkscape:connector-curvature="0"
+                 d="m -9230.2786,5905.805 c -21.611,0.4586 -46.25,4.5895 -60,23.0625 -4.813,7.2653 -7.813,19.8454 0.344,25.875 11.653,5.5298 25.024,1.57 37.5,2.7596 24.776,-0.3654 49.758,1.1058 74.4061,-0.9783 9.2946,-4.7332 7.6562,-18.6088 2.3125,-25.7813 -11.9156,-17.0176 -34.3396,-25.1542 -54.5626,-24.9375 z"
+                 id="path18961"
+                 style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10358)"
+                 transform="matrix(1.3136803,0,0,1.3136803,3566.7902,-567.3186)" />
+              <path
+                 inkscape:connector-curvature="0"
+                 d="m -8490.5743,7230.7189 a 51.39775,36.618844 0 0 1 -102.7955,0 51.39775,36.618844 0 1 1 102.7955,0 z"
+                 id="path18963"
+                 style="color:#000000;fill:url(#linearGradient3283);fill-opacity:1;stroke:none;stroke-width:2.05566597;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#4d4d4d;fill-opacity:1;stroke:none"
+               id="path18965"
+               d="m -15424.607,6231.787 c 5.743,-0.4822 30.393,-1.4325 56.897,14.0621 30.292,17.708 37.328,14.9527 37.328,14.9527 l 4.252,7.4377 c -22.6,-2.2877 -53.311,-23.3669 -75.248,-27.5996 -7.414,-1.4305 -15.162,-1.0609 -22.459,0.174 l -1.991,-8.905 c 0,0 0.399,-0.053 1.221,-0.1219 z" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:url(#linearGradient3285);fill-opacity:1;stroke:none"
+               d="m -15452.591,6165.7033 c 34.173,7.6069 67.054,21.9243 94.812,43.624 15.394,13.1547 31.05,26.2747 42.531,43.2215 3.024,5.4324 7.953,11.8556 5.939,18.3242 -41.473,-37.6863 -91.515,-64.9136 -143.282,-85.8797 l 0,-19.29 z"
+               id="path18967" />
+            <path
+               inkscape:connector-curvature="0"
+               d="m -15949.965,6231.787 c -5.743,-0.4822 -30.393,-1.4325 -56.897,14.0621 -30.292,17.708 -37.328,14.9527 -37.328,14.9527 l -4.252,7.4377 c 22.599,-2.2877 53.31,-23.3669 75.247,-27.5996 7.415,-1.4305 15.163,-1.0609 22.459,0.174 l 1.992,-8.905 c 0,0 -0.4,-0.053 -1.221,-0.1219 z"
+               id="path18969"
+               style="fill:#4c4c4c;fill-opacity:1;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               d="m -9382.9769,6994.5019 c 3.863,15.2823 13.555,28.897 28.437,33.9375 4.887,1.7177 9.87,2.0482 14.688,1.3125 1.405,1.7654 2.916,3.3897 4.187,4.7812 7.826,7.9768 13.863,18.1647 23.031,24.5938 6.386,2.9946 13.205,-0.8042 16.875,-6.125 7.676,-9.636 17.214,-18.0334 23.657,-28.5 1.009,-1.7572 1.286,-3.5704 1.062,-5.3125 3.503,0.2916 7.036,0.1156 10.5,-0.5625 13.596,-1.7778 25.786,-11.5621 30.813,-24.125 l -75.844,0 c 1.065,2.7549 2.486,5.3358 4.187,7.7187 -2.226,-0.2708 -4.471,-0.3928 -6.718,-0.375 0.946,-2.3761 1.719,-4.8384 2.343,-7.3437 l -77.218,0 z"
+               id="path18971"
+               style="color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12102);enable-background:accumulate"
+               transform="matrix(1.5174057,0,0,1.5286002,-1572.9387,-4584.9209)" />
+            <path
+               inkscape:connector-curvature="0"
+               d="m -15573.05,6023.8578 a 114.77613,99.564144 0 0 1 -229.551,0 114.77613,99.564144 0 1 1 229.551,0 z"
+               id="path18973"
+               style="color:#000000;fill:url(#linearGradient3287);fill-opacity:1;stroke:none;stroke-width:1.14415216;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+            <g
+               transform="translate(0,-18.572963)"
+               id="g18975">
+              <path
+                 inkscape:connector-curvature="0"
+                 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:AlArabiya;-inkscape-font-specification:AlArabiya"
+                 id="path18977"
+                 d="m -15741.76,6007.8597 c -0.705,0 -1.42,0.014 -2.126,0.045 a 9.2113512,9.279307 0 0 0 -0.05,0 c -38.727,1.8494 -64.852,36.5482 -68.767,70.2569 0,0.045 0,0.09 0,0.1345 -0.02,0.06 -0.05,0.1179 -0.05,0.1784 l 0.05,0 c -1.672,12.0491 -0.858,24.698 2.346,36.7566 l 16.782,0 c -1.819,-6.936 -2.833,-14.3633 -2.833,-22.0806 0,-38.3945 24.421,-69.4987 54.51,-69.4987 22.497,0 41.768,17.4143 50.083,42.2435 0.03,0.076 0.07,0.1465 0.09,0.2229 0.06,0.1511 0.125,0.2948 0.177,0.4461 -0.02,0.016 -0.03,0.027 -0.05,0.046 2.657,8.1888 4.162,17.1268 4.162,26.5416 0,7.7172 -1.013,15.1445 -2.833,22.0807 l 6.509,0 c -2.371,-5.6568 -3.676,-11.8097 -3.676,-18.2445 0,-27.8084 24.275,-50.362 54.246,-50.362 15.371,0 29.269,5.9497 39.143,15.4788 5.569,4.5702 10.174,10.2316 13.196,16.7726 a 9.2113512,9.279307 0 0 0 0.177,0.3569 c 5.725,11.1527 5.014,24.3482 0.09,35.9982 l 20.058,0 c 4.186,-14.2938 3.571,-29.9091 -3.63,-44.1616 -0.06,-0.115 -0.07,-0.2419 -0.125,-0.3568 l -0.05,0.045 c -12.589,-26.8533 -41.689,-41.7236 -70.142,-39.7007 l 0,-0.045 c -0.1,0 -0.204,0.041 -0.31,0.045 -16.332,0.7504 -31.76,7.9241 -43.528,18.9135 -7.055,-14.179 -18.059,-26.4641 -33.033,-34.7047 a 9.2113512,9.279307 0 0 0 -0.177,-0.045 c -9.248,-4.8714 -19.678,-7.4525 -30.244,-7.3602 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#838383;fill-opacity:1;stroke:#838383;stroke-width:2.84441352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18979"
+                 d="m -15578.894,6096.9961 a 54.2675,50.352238 0 0 1 -108.535,0 54.2675,50.352238 0 1 1 108.535,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#radialGradient3289);fill-opacity:1;stroke:none;stroke-width:2.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18981"
+                 d="m -15581.508,6112.4647 c -11.792,9.4368 -31.046,15.6126 -52.827,15.6126 -19.854,0 -37.63,-5.1073 -49.551,-13.1593 7.791,18.953 27.541,32.4296 50.703,32.4296 24.154,0 44.641,-14.6444 51.675,-34.8829 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#d7d7d7;fill-opacity:1;stroke:#838383;stroke-width:2.1166954;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter11252);enable-background:accumulate"
+                 id="path18983"
+                 transform="matrix(1.3791254,-0.32777949,0.29049116,1.2403359,-15988.904,6017.1495)"
+                 d="M 230.5625,89.15625 C 209.8308,88.739692 191.20134,112.31236 200.59375,132 c 9.83037,23.32855 46.5842,26.90158 60.65625,5.78125 9.87539,-13.04031 6.23537,-33.71256 -7.875,-42.25 -6.64233,-4.600103 -14.80406,-6.737157 -22.8125,-6.375 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#000000;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18985"
+                 d="m -15656.997,6100.8024 a 13.527192,21.134448 0 0 1 -27.054,0 13.527192,21.134448 0 1 1 27.054,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#bababa;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18987"
+                 d="m -15687.432,6093.1694 a 54.481819,69.519419 0 0 1 -108.963,0 54.481819,69.519419 0 1 1 108.963,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.4169893,0,0,1.427443,-2501.0468,-3869.3789)"
+                 style="color:#000000;fill:#d7d7d7;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter11182);enable-background:accumulate"
+                 id="path18989"
+                 d="m -9344.8839,6940.6894 c -16.572,1.2878 -26.662,18.2484 -27.75,33.5 -2.085,17.8273 6.525,39.6722 25.625,43.625 16.197,1.4815 28.45,-14.6436 30.344,-29.5 3.554,-17.9245 -3.761,-40.3792 -22.25,-46.9375 -1.943,-0.5059 -3.954,-0.8119 -5.969,-0.6875 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3291);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18991"
+                 d="m -15741.892,6023.6508 c -15.231,0 -27.615,5.9568 -37.503,18.8131 2.005,-0.2506 4.056,-0.4015 6.111,-0.4015 41.76,0 59.466,36.3133 59.466,78.6101 0,13.3439 -2.67,25.8767 -7.44,36.8011 19.838,-10.3896 33.83,-35.2674 33.83,-64.3242 0,-38.3944 -24.377,-69.4986 -54.464,-69.4986 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#radialGradient3293);fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18993"
+                 d="m -15777.316,6040.3788 c -11.666,12.7503 -19.087,31.6336 -19.087,52.7706 0,38.3945 24.422,69.5433 54.511,69.5433 18.715,0 35.225,-12.0338 45.033,-30.3779 -7.828,7.1375 -16.815,11.1968 -26.393,11.1968 -30.191,0 -54.686,-40.3745 -54.686,-90.1967 0,-4.3939 0.252,-8.7102 0.622,-12.9361 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#000000;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18995"
+                 d="m -15692.568,6099.9823 a 14.027546,23.846116 0 0 1 -28.054,0 14.027546,23.846116 0 1 1 28.054,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3295);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18997"
+                 d="m -15740.567,6010.7186 c -29.39,0 -56.762,22.4467 -65.161,50.2688 l 0.08,0 c 9.193,-21.8845 34.135,-41.2555 62.127,-41.2555 27.993,0 53.813,19.371 63.004,41.2555 l 0.1,0 c -8.401,-27.8221 -30.762,-50.2688 -60.155,-50.2688 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3297);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18999"
+                 d="m -15628.761,6034.8121 c -21.591,0 -40.473,8.6897 -50.701,21.6345 12.251,-7.3322 27.712,-13.9658 45.803,-13.9658 26.71,0 50.842,11.9125 62.153,26.1883 -6.082,-19.4034 -29.404,-33.857 -57.255,-33.857 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:none;stroke:#878787;stroke-width:2.84441304;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19001"
+                 d="m -15687.432,6093.1694 a 54.481819,69.519419 0 0 1 -108.963,0 54.481819,69.519419 0 1 1 108.963,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3299);fill-opacity:1;stroke:none;stroke-width:2.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19003"
+                 d="m -15633.183,6046.6239 c -10.717,0 -20.679,2.9207 -29.093,7.8953 31.034,1.1415 55.837,25.3231 55.837,55.0459 0,13.9973 -5.509,26.7657 -14.567,36.4888 24.112,-5.1248 42.112,-25.1411 42.112,-49.0682 0,-27.8085 -24.318,-50.3618 -54.289,-50.3618 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3301);fill-opacity:1;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19005"
+                 d="m -15711.561,6077.7153 c -5.291,3.4128 -9.076,12.0674 -9.076,22.2592 0,13.1697 6.288,23.865 14.036,23.865 3.214,0 6.181,-1.8622 8.546,-4.9515 -0.744,0.1548 -1.487,0.2677 -2.26,0.2677 -8.948,0 -16.206,-10.7845 -16.206,-24.0879 0,-6.8159 1.901,-12.9707 4.96,-17.3525 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:none;stroke:#838383;stroke-width:2.84441352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19007"
+                 d="m -15578.894,6096.9961 a 54.2675,50.352238 0 0 1 -108.535,0 54.2675,50.352238 0 1 1 108.535,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3303);fill-opacity:1;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19009"
+                 d="m -15677.863,6083.0681 c -3.723,3.7651 -6.199,10.3102 -6.199,17.7539 0,11.6716 6.081,21.0993 13.55,21.0993 3.22,0 6.179,-1.7468 8.501,-4.6837 -0.851,0.1868 -1.719,0.3123 -2.612,0.3123 -8.951,0 -16.209,-9.7859 -16.209,-21.8577 0,-4.7037 1.094,-9.0582 2.969,-12.6241 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3305);fill-opacity:1;stroke:none"
+                 id="path19011"
+                 d="m -15706.601,6076.154 c -2.073,0 -4.029,0.7694 -5.801,2.1412 6.853,9.645 6.643,16.1479 6.643,16.1479 l 11.868,-4.5055 c -2.232,-8.1463 -7.076,-13.7836 -12.71,-13.7836 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3307);fill-opacity:1;stroke:none"
+                 id="path19013"
+                 d="m -15670.512,6079.6779 c -2.214,0 -3.426,0.3991 -5.271,1.8735 5.552,7.0495 5.316,15.1221 5.316,15.1221 l 12.132,-4.9516 c -2.176,-7.1197 -6.792,-12.044 -12.177,-12.044 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3309);fill-opacity:1;stroke:none"
+                 id="path19015"
+                 d="m -15691.147,6128.2557 c -21.918,0 -45.744,13.4945 -47.513,19.9394 -1.628,5.9302 2.659,11.7854 4.649,14.2299 2.006,2.4674 30.464,35.7131 33.343,38.3627 2.881,2.6494 5.05,4.8175 10.059,4.8175 2.296,0 -0.815,0 1.474,0 5.009,0 7.109,-2.1681 9.987,-4.8175 2.882,-2.6496 31.294,-35.8953 33.3,-38.3627 1.989,-2.4445 6.322,-8.2997 4.693,-14.2299 -1.768,-6.4449 -25.595,-19.9394 -47.511,-19.9394 l -2.481,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.4169893,0,0,1.427443,-2501.0468,-3869.3789)"
+                 style="fill:none;stroke:none;filter:url(#filter10487)"
+                 id="path19017"
+                 d="m -9309.7269,7007.9081 c -10.072,1.0206 -21.939,3.5909 -28.469,11.7813 1.071,6.9256 8.092,10.7687 11.805,16.2015 6.015,6.0007 10.155,14.7869 18.132,18.2047 6.978,-0.2354 9.579,-8.3993 14.282,-12.2812 5.246,-7.4945 14.344,-13.1743 16.875,-22.1875 -1.914,-4.6916 -8.203,-5.6101 -12.125,-8.0625 -6.546,-2.5805 -13.396,-4.0088 -20.5,-3.6563 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.4169893,0,0,1.427443,-2501.0468,-3869.3789)"
+                 style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10857)"
+                 id="path19019"
+                 d="m -9308.3209,7009.8769 c -9.706,0.823 -21.168,2.7052 -27.656,10.5625 2.806,7.2492 10.013,11.5276 14.375,17.8125 4.285,4.9168 7.767,11.614 14.187,13.75 6.288,-2.1033 8.862,-9.2677 13.438,-13.5313 4.856,-6.189 12.599,-11.2224 14.562,-18.9375 -4.08,-4.2952 -10.91,-5.9918 -16.562,-8.0937 -4.008,-1.1109 -8.184,-1.6444 -12.344,-1.5625 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3311);fill-opacity:1;stroke:none"
+                 id="path19021"
+                 d="m -15691.147,6128.2557 c -12.888,0 -26.398,4.6587 -35.736,9.8137 41.358,8.8433 58.809,18.4876 70.895,36.2212 5.044,-5.8893 9.428,-10.9894 10.14,-11.8656 1.989,-2.4445 6.322,-8.2997 4.693,-14.2299 -1.768,-6.4449 -25.595,-19.9394 -47.511,-19.9394 l -2.481,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3313);fill-opacity:1;stroke:none"
+                 id="path19023"
+                 d="m -15733.169,6142.0393 c -3.045,2.2789 -5.03,4.4728 -5.491,6.1558 -1.628,5.9302 2.659,11.7854 4.649,14.2299 2.006,2.4674 30.464,35.7131 33.343,38.3627 2.881,2.6494 5.043,4.8175 10.052,4.8175 l 1.461,0 c 5.01,0 7.129,-2.1681 10.007,-4.8175 0.143,-0.1291 0.59,-0.6287 0.842,-0.8924 -5.474,-2.1595 -10.572,-5.2069 -14.791,-9.4565 -4.132,-4.1638 -21.428,-23.5957 -33.077,-35.3295 -3.8,-3.8286 -5.899,-8.4905 -6.995,-13.07 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:none;stroke:url(#linearGradient3315);stroke-width:4.26661968;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="path19025"
+                 d="m -15691.147,6128.2557 c -21.918,0 -45.744,13.4945 -47.513,19.9394 -1.628,5.9302 2.659,11.7854 4.649,14.2299 2.006,2.4674 30.464,35.7131 33.343,38.3627 2.881,2.6494 5.05,4.8175 10.059,4.8175 2.296,0 -0.815,0 1.474,0 5.009,0 7.109,-2.1681 9.987,-4.8175 2.882,-2.6496 31.294,-35.8953 33.3,-38.3627 1.989,-2.4445 6.322,-8.2997 4.693,-14.2299 -1.768,-6.4449 -25.595,-19.9394 -47.511,-19.9394 l -2.481,0 z" />
+            </g>
+          </g>
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:url(#radialGradient3317);fill-opacity:1;fill-rule:evenodd;stroke:none"
+             d="m -15876.582,5882.4746 c 1.592,9.4468 7.431,17.3368 10.875,26.1158 -0.8,-10.6805 -7.64,-19.688 -8.8,-30.2657 -0.691,1.3834 -1.383,2.7666 -2.075,4.1499 z m 63.68,29.1923 c 2.213,25.3946 25.07,44.8131 22.896,71.049 -0.181,6.273 -1.417,12.4429 -3.256,18.424 11.515,-25.3547 5.396,-54.4655 -5.366,-79.0625 -5.151,-10.6618 -6.008,-22.8903 -2.29,-34.165 -3.994,7.9182 -7.99,15.8364 -11.984,23.7545 z m 19.64,89.473 c -0.237,0.2524 -0.335,1.1748 0,0 z m -150.54,-51.0865 c -6.98,0.34 -16.918,4.4298 -14.704,13.1651 2.927,8.8349 14.731,10.3244 22.753,9.3015 7.18,-1.0033 13.722,-5.6019 15.741,-12.8074 -6.693,-5.4226 -14.954,-10.0338 -23.79,-9.6592 z m 19.962,75.0914 c -11.914,0.8595 -27.861,5.9416 -29.73,19.712 -1.452,15.2387 15.114,24.5678 28.478,25.3286 13.726,1.2919 29.645,-1.6254 38.508,-13.0428 1.008,-5.1689 10.103,-12.1286 3.348,-15.5771 -11.526,-8.9143 -25.494,-17.0601 -40.604,-16.4207 z"
+             id="path19027" />
+          <g
+             id="g19029"
+             transform="matrix(1.2588426,0,0,1.2588426,4091.4591,-1477.7431)">
+            <g
+               id="g19031">
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:#649ada;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                 d="m -15617.469,5888.8438 c -0.6,-0.01 -0.541,0.6182 -0.593,2.375 -0.604,8.0502 -1.209,16.106 -1.813,24.1562 56.149,15.2688 103.466,65.3655 110.281,123.9375 l 26.188,0 c -0.475,-3.4692 -1.369,-6.9222 -1.5,-10.375 -10.631,-67.15 -65.745,-122.2218 -130.625,-139.5 -0.986,-0.362 -1.577,-0.5896 -1.938,-0.5937 z"
+                 id="path19033" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:#ebcf00;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                 d="m -15605.969,5827.7188 c -0.595,0.1567 -0.56,1.0976 -0.625,3.2812 -0.834,11.1181 -1.666,22.2258 -2.5,33.3438 78.652,21.3881 144.769,92.2792 152.688,174.6562 -0.01,0.1081 -0.02,0.2066 -0.03,0.3125 l 36.219,0 c -0.295,-6.0371 -2.208,-12.1303 -2.437,-18.1563 -14.682,-92.7389 -90.803,-168.7624 -180.406,-192.625 -1.589,-0.5832 -2.444,-0.9344 -2.907,-0.8124 z"
+                 id="path19035" />
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               id="path19037"
+               d="m -15602.719,5833.1562 c -0.352,9.376 -2.19,19.3699 -1.625,28.375 72.159,21.245 132.374,82.0679 148.625,156.1876 1.523,5.6571 2.195,12.0716 3,17.6874 9.311,-0.2301 18.694,0 28.031,-0.125 -3.672,-33.5326 -14.533,-66.2074 -32.744,-94.6666 -32.652,-52.2669 -85.841,-91.4918 -145.256,-107.9271 l -0.03,0.4687 z m -12.906,79.2813 c 55.337,16.4015 101.009,65.1195 109.531,122.8437 5.991,-0.1081 12.265,0.3359 18.094,-0.1562 -7.932,-65.2162 -59.36,-120.4547 -121.294,-139.718 -6.58,-4.0699 -5.184,3.6949 -5.697,8.503 -0.211,2.8425 -0.423,5.685 -0.634,8.5275 z"
+               style="fill:url(#radialGradient3319);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+          </g>
+        </g>
       </g>
-      <path
-         sodipodi:nodetypes="ccccc"
-         id="path6433"
-         d="M 28.882331,2.988234 L 44.882331,2.988234 L 44.882331,5.988234 C 37.882331,4.788234 31.868187,5.0541132 28.882331,8.988234 L 28.882331,2.988234 z"
-         style="opacity:0.5;fill:url(#radialGradient6546);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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" />
     </g>
   </g>
-  <g
-     inkscape:groupmode="layer"
-     id="layer3"
-     inkscape:label="finiture"
-     style="display:inline" />
 </svg>
diff --git a/data/icons/hicolor_apps_32x32_freetuxtv.svg b/data/icons/hicolor_apps_32x32_freetuxtv.svg
index 3113144..78561ba 100644
--- a/data/icons/hicolor_apps_32x32_freetuxtv.svg
+++ b/data/icons/hicolor_apps_32x32_freetuxtv.svg
@@ -1,5 +1,6 @@
 <?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#"
@@ -11,826 +12,1619 @@
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
    width="32"
    height="32"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45+devel"
-   version="1.0"
-   sodipodi:docbase="/home/lapo/Icone/tangerine-icon-theme/32x32/devices"
-   sodipodi:docname="video-display.svg"
-   inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/Ubuntu/computer.png"
+   id="svg19089"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="hicolor_apps_32x32_freetuxtv.svg"
+   inkscape:export-filename="/home/ebeuque/Informatique/Personnel/Projets/autres/freetuxtv/freetuxtv/data/icons/hicolor_apps_scalable_freetuxtv.png"
    inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+   inkscape:export-ydpi="90">
   <defs
-     id="defs4">
+     id="defs19091">
+    <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="perspective19097" />
+    <inkscape:perspective
+       id="perspective19107"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6814"
+       id="radialGradient19039"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.58265832,0.48695545,-0.35874809,0.43561089,-6534.2634,8805.1227)"
+       cx="-11724.028"
+       cy="7085.5718"
+       fx="-11724.028"
+       fy="7085.5718"
+       r="230.60361" />
     <linearGradient
-       id="linearGradient2249">
+       inkscape:collect="always"
+       id="linearGradient6814">
       <stop
-         style="stop-color:#555753;stop-opacity:1;"
+         style="stop-color:#ffffff;stop-opacity:1;"
          offset="0"
-         id="stop2251" />
+         id="stop6816" />
       <stop
-         style="stop-color:#2e3436;stop-opacity:1"
+         style="stop-color:#ffffff;stop-opacity:0;"
          offset="1"
-         id="stop2253" />
+         id="stop6818" />
     </linearGradient>
-    <linearGradient
+    <radialGradient
        inkscape:collect="always"
-       id="linearGradient3342">
+       xlink:href="#linearGradient22931"
+       id="radialGradient19041"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70059678,0,0,0.39699302,-7364.8104,3547.1811)"
+       cx="-11699.636"
+       cy="6699.9062"
+       fx="-11699.636"
+       fy="6699.9062"
+       r="282.70825" />
+    <linearGradient
+       id="linearGradient22931"
+       inkscape:collect="always">
       <stop
-         style="stop-color:#000000;stop-opacity:1;"
+         id="stop22933"
          offset="0"
-         id="stop3344" />
+         style="stop-color:#ffffff;stop-opacity:0.5" />
       <stop
-         style="stop-color:#000000;stop-opacity:0;"
+         id="stop22935"
          offset="1"
-         id="stop3346" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
     <linearGradient
-       id="linearGradient2829"
+       inkscape:collect="always"
+       xlink:href="#linearGradient7918"
+       id="linearGradient19043"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.85224082,0,0,0.85852814,-5913.9015,53.6739)"
+       x1="-11583.832"
+       y1="7177.8628"
+       x2="-11393.838"
+       y2="7307.4028" />
+    <linearGradient
+       id="linearGradient7918"
        inkscape:collect="always">
       <stop
-         id="stop2831"
+         id="stop7920"
          offset="0"
-         style="stop-color:#babdb6" />
+         style="stop-color:#ffffff;stop-opacity:1;" />
       <stop
-         id="stop2833"
+         id="stop7922"
          offset="1"
-         style="stop-color:#eeeeec" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
-    <linearGradient
+    <filter
+       color-interpolation-filters="sRGB"
+       height="1.7744713"
+       y="-0.38723564"
+       width="1.1470716"
+       x="-0.073535778"
+       id="filter7804"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur7806"
+         stdDeviation="20.83271"
+         inkscape:collect="always" />
+    </filter>
+    <radialGradient
        inkscape:collect="always"
-       id="linearGradient2795">
+       xlink:href="#linearGradient7834"
+       id="radialGradient19045"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <linearGradient
+       id="linearGradient7834"
+       inkscape:collect="always">
       <stop
-         style="stop-color:#000000;stop-opacity:1;"
+         id="stop7836"
          offset="0"
-         id="stop2797" />
+         style="stop-color:#000000;stop-opacity:1;" />
       <stop
-         style="stop-color:#000000;stop-opacity:0;"
+         id="stop7838"
          offset="1"
-         id="stop2799" />
+         style="stop-color:#000000;stop-opacity:0;" />
     </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19047"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <filter
+       id="filter10358"
+       color-interpolation-filters="sRGB"
+       height="1.3937207"
+       width="1.1726084"
+       y="-0.19686034"
+       x="-0.086304188">
+      <feGaussianBlur
+         stdDeviation="4.5870333"
+         id="feGaussianBlur10360" />
+    </filter>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient2295">
+       xlink:href="#linearGradient10031"
+       id="linearGradient19049"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       id="linearGradient10031">
       <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
          offset="0"
-         id="stop2297" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop10033" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop10370" />
       <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
          offset="1"
-         id="stop2299" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop10035" />
     </linearGradient>
+    <filter
+       id="filter19143"
+       color-interpolation-filters="sRGB"
+       height="1.3937207"
+       width="1.1726084"
+       y="-0.19686034"
+       x="-0.086304188">
+      <feGaussianBlur
+         stdDeviation="4.5870333"
+         id="feGaussianBlur19145" />
+    </filter>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient4218">
+       xlink:href="#linearGradient10031"
+       id="linearGradient19051"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       id="linearGradient19148">
       <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
          offset="0"
-         id="stop4220" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19150" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19152" />
       <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
          offset="1"
-         id="stop4222" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19154" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient4087">
+       xlink:href="#linearGradient24407"
+       id="linearGradient19053"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.85224082,0,0,0.85852814,-24609.665,872.89967)"
+       x1="-10733.51"
+       y1="6162.6846"
+       x2="-10893.229"
+       y2="6245.1299" />
+    <linearGradient
+       id="linearGradient24407"
+       inkscape:collect="always">
       <stop
-         style="stop-color:#555753"
+         id="stop24409"
          offset="0"
-         id="stop4089" />
+         style="stop-color:#727272;stop-opacity:1;" />
       <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
+         id="stop24411"
          offset="1"
-         id="stop4091" />
+         style="stop-color:#727272;stop-opacity:0;" />
     </linearGradient>
+    <filter
+       id="filter12102"
+       color-interpolation-filters="sRGB"
+       height="1.6799877"
+       width="1.2914308"
+       y="-0.33999386"
+       x="-0.14571542">
+      <feGaussianBlur
+         stdDeviation="9.3045363"
+         id="feGaussianBlur12104" />
+    </filter>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient4079">
+       xlink:href="#linearGradient10031"
+       id="linearGradient19055"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6692123,0,0,2.3154451,-16227.008,5865.2495)"
+       x1="202"
+       y1="29.969534"
+       x2="202"
+       y2="103.63979" />
+    <linearGradient
+       id="linearGradient19163">
       <stop
-         style="stop-color:#555753"
          offset="0"
-         id="stop4081" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19165" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19167" />
       <stop
-         style="stop-color:#555753;stop-opacity:0;"
          offset="1"
-         id="stop4083" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19169" />
     </linearGradient>
-    <linearGradient
+    <radialGradient
        inkscape:collect="always"
-       id="linearGradient4065">
+       xlink:href="#linearGradient11291"
+       id="radialGradient19057"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.5126812,-0.04191043,0.03821081,-2.3248023,-15049.446,6215.0897)"
+       cx="232.90625"
+       cy="51.545879"
+       fx="232.90625"
+       fy="51.545879"
+       r="36.125" />
+    <linearGradient
+       id="linearGradient11291">
       <stop
-         style="stop-color:#d3d7cf"
          offset="0"
-         id="stop4067" />
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11293" />
+      <stop
+         offset="0.32802752"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11295" />
       <stop
-         style="stop-color:#555753"
          offset="1"
-         id="stop4069" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11297" />
     </linearGradient>
+    <filter
+       id="filter11252"
+       color-interpolation-filters="sRGB"
+       height="1.3996418"
+       width="1.3721279"
+       y="-0.19982085"
+       x="-0.18606396">
+      <feGaussianBlur
+         stdDeviation="5.2752828"
+         id="feGaussianBlur11254" />
+    </filter>
+    <filter
+       id="filter11182"
+       color-interpolation-filters="sRGB"
+       height="1.2505243"
+       width="1.3386598"
+       y="-0.12526216"
+       x="-0.1693299">
+      <feGaussianBlur
+         stdDeviation="4.0317543"
+         id="feGaussianBlur11184" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19059"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="128.40625"
+       y1="94.96875"
+       x2="179.78125"
+       y2="130.46875" />
     <linearGradient
-       id="linearGradient2283">
+       id="linearGradient19181">
       <stop
-         style="stop-color:#555753"
          offset="0"
-         id="stop2285" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19183" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19185" />
       <stop
-         style="stop-color:#2e3436"
          offset="1"
-         id="stop2287" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19187" />
     </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11121"
+       id="radialGradient19061"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.3004803,2.5681016,-2.1966656,-1.9968924,-15161.097,6013.6207)"
+       cx="113.13426"
+       cy="125.41722"
+       fx="113.13426"
+       fy="125.41722"
+       r="35.125" />
     <linearGradient
-       id="linearGradient2275">
+       id="linearGradient11121">
       <stop
-         style="stop-color:#555753"
          offset="0"
-         id="stop2277" />
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11123" />
+      <stop
+         offset="0.45320001"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11125" />
       <stop
-         style="stop-color:#2e3436"
          offset="1"
-         id="stop2279" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11127" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient2207">
+       xlink:href="#linearGradient10031"
+       id="linearGradient19063"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="155.01221"
+       y1="55.221191"
+       x2="155.01221"
+       y2="88.420464" />
+    <linearGradient
+       id="linearGradient19195">
       <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
          offset="0"
-         id="stop2209" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19197" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19199" />
       <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
          offset="1"
-         id="stop2211" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19201" />
     </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2795"
-       id="radialGradient3645"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,-2.301335e-6,-6.522924e-8,0.297873,3.664127e-2,28.97356)"
-       cx="23.96336"
-       cy="40.374615"
-       fx="23.96336"
-       fy="40.374615"
-       r="23.5" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2207"
-       id="linearGradient3723"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19065"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6744044,0,0,0.6401933,-128.32067,-13.07573)"
-       x1="192.61819"
-       y1="44.316147"
-       x2="192.61819"
-       y2="69.140022" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.435,5925.2558)"
+       x1="233.84886"
+       y1="72.522697"
+       x2="233.84886"
+       y2="91.96846" />
     <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2829"
-       id="linearGradient3726"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6907119,0,0,0.6654109,-131.81395,-14.092464)"
-       x1="198.25261"
-       y1="29.854406"
-       x2="218.1942"
-       y2="54.870758" />
+       id="linearGradient19204">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19206" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19208" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19210" />
+    </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4218"
-       id="linearGradient3729"
+       xlink:href="#linearGradient11360"
+       id="linearGradient19067"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6940353,0,0,0.6480022,-132.53479,-13.852222)"
-       x1="207.71683"
-       y1="62"
-       x2="207.71683"
-       y2="56.877113" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="223.03125"
+       y1="91.015617"
+       x2="258.875"
+       y2="130.01561" />
+    <linearGradient
+       id="linearGradient11360">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11362" />
+      <stop
+         offset="0.31528139"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11364" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11366" />
+    </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2283"
-       id="linearGradient3732"
+       xlink:href="#linearGradient11532"
+       id="linearGradient19069"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7360454,0,0,0.763295,-141.51139,-20.365548)"
-       x1="217.75"
-       y1="60.957611"
-       x2="217.75"
-       y2="57.287102" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="173.5625"
+       y1="158.78125"
+       x2="183.0625"
+       y2="99.135406" />
+    <linearGradient
+       id="linearGradient11532">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11534" />
+      <stop
+         offset="0.17569453"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11536" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11538" />
+    </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2275"
-       id="linearGradient3734"
+       xlink:href="#linearGradient11524"
+       id="linearGradient19071"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7360454,0,0,0.763295,-141.51139,-20.365548)"
-       x1="219.625"
-       y1="61.282185"
-       x2="219.625"
-       y2="57.31184" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="204.4375"
+       y1="154.97546"
+       x2="204.4375"
+       y2="109.71875" />
+    <linearGradient
+       id="linearGradient11524">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11526" />
+      <stop
+         offset="0.23175907"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11528" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11530" />
+    </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4079"
-       id="linearGradient3740"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19073"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.737593,0,0,0.5493118,-141.82929,-7.923004)"
-       x1="206.4698"
-       y1="63.914768"
-       x2="206.50735"
-       y2="64.954399" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="183.1875"
+       y1="105.875"
+       x2="183.1875"
+       y2="127.13049" />
+    <linearGradient
+       id="linearGradient19228">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19230" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19232" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19234" />
+    </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4087"
-       id="linearGradient3742"
+       xlink:href="#linearGradient11633"
+       id="linearGradient19075"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.737593,0,0,0.5493118,-141.82929,-7.923004)"
-       x1="221.39929"
-       y1="64.193214"
-       x2="221.39929"
-       y2="64.947449" />
-    <radialGradient
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="208.34375"
+       y1="108.34375"
+       x2="207.0625"
+       y2="140.17188" />
+    <linearGradient
+       id="linearGradient11633">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11635" />
+      <stop
+         offset="0.3093777"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11637" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11639" />
+    </linearGradient>
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4065"
-       id="radialGradient3745"
+       xlink:href="#linearGradient10433"
+       id="linearGradient19077"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.5564529,-9.8336723e-6,0,7.4461012e-2,-103.10557,22.890178)"
-       cx="210.76491"
-       cy="61.016609"
-       fx="210.76491"
-       fy="61.016609"
-       r="21" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3342"
-       id="radialGradient3348"
-       cx="16"
-       cy="26.28125"
-       fx="16"
-       fy="26.28125"
-       r="15"
-       gradientTransform="matrix(1,0,0,0.2854167,0,18.780143)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2249"
-       id="linearGradient2255"
-       x1="7.6672192"
-       y1="26.651878"
-       x2="7.6672192"
-       y2="29.001661"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient6826"
-       inkscape:collect="always">
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="156.37009"
+       y1="169.46875"
+       x2="228.69044"
+       y2="169.46875" />
+    <linearGradient
+       id="linearGradient10433">
       <stop
-         id="stop6828"
          offset="0"
-         style="stop-color:#3c2400;stop-opacity:1;" />
+         style="stop-color:#d99600;stop-opacity:1"
+         id="stop10435" />
       <stop
-         id="stop6830"
          offset="1"
-         style="stop-color:#503000;stop-opacity:1" />
+         style="stop-color:#dfa800;stop-opacity:1"
+         id="stop10437" />
     </linearGradient>
+    <filter
+       id="filter10487"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         stdDeviation="1.3416777"
+         id="feGaussianBlur10489" />
+    </filter>
+    <filter
+       id="filter10857"
+       color-interpolation-filters="sRGB"
+       height="1.3654251"
+       width="1.2722038"
+       y="-0.18271257"
+       x="-0.13610192">
+      <feGaussianBlur
+         stdDeviation="3.20761"
+         id="feGaussianBlur10859" />
+    </filter>
     <linearGradient
-       id="linearGradient6764"
-       inkscape:collect="always">
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19079"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="215.9375"
+       y1="142.375"
+       x2="196.81396"
+       y2="174.625" />
+    <linearGradient
+       id="linearGradient10762">
       <stop
-         id="stop6766"
          offset="0"
-         style="stop-color:#e9b96e;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:1"
+         id="stop10764-3" />
       <stop
-         id="stop6768"
          offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0;" />
+         style="stop-color:#ffffff;stop-opacity:0.19607843"
+         id="stop10766" />
     </linearGradient>
     <linearGradient
-       id="linearGradient6782"
-       inkscape:collect="always">
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19081"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="177.01546"
+       y1="182.03799"
+       x2="183.34375"
+       y2="176.04688" />
+    <linearGradient
+       id="linearGradient19254">
       <stop
-         id="stop6784"
          offset="0"
-         style="stop-color:#e9b96e;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:1"
+         id="stop19256" />
       <stop
-         id="stop6786"
          offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0;" />
+         style="stop-color:#ffffff;stop-opacity:0.19607843"
+         id="stop19258" />
     </linearGradient>
     <linearGradient
-       id="linearGradient6794"
-       inkscape:collect="always">
+       inkscape:collect="always"
+       xlink:href="#linearGradient10656"
+       id="linearGradient19083"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="157.37009"
+       y1="169.46875"
+       x2="227.69044"
+       y2="169.46875" />
+    <linearGradient
+       id="linearGradient10656">
       <stop
-         id="stop6796"
          offset="0"
-         style="stop-color:#e9b96e;stop-opacity:1;" />
+         style="stop-color:#d99600;stop-opacity:1"
+         id="stop10658" />
       <stop
-         id="stop6798"
          offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0;" />
+         style="stop-color:#deae00;stop-opacity:1"
+         id="stop10660" />
     </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8692"
+       id="radialGradient19085"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1447958,0,0,1.350518,2302.7045,-2015.133)"
+       cx="-15876.722"
+       cy="5911.4395"
+       fx="-15876.722"
+       fy="5911.4395"
+       r="79.04715" />
     <linearGradient
-       id="linearGradient6808"
+       id="linearGradient8692"
        inkscape:collect="always">
       <stop
-         id="stop6810"
+         id="stop8694"
          offset="0"
-         style="stop-color:#e9b96e;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:1;" />
       <stop
-         id="stop6812"
+         id="stop8696"
          offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0;" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10734"
+       id="radialGradient19087"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0599124,0,-355.49027)"
+       cx="-15520.047"
+       cy="5933.5034"
+       fx="-15520.047"
+       fy="5933.5034"
+       r="99.828003" />
     <linearGradient
-       id="linearGradient6818"
+       id="linearGradient10734"
        inkscape:collect="always">
       <stop
-         id="stop6820"
+         id="stop10736"
          offset="0"
-         style="stop-color:#e9b96e;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:1;" />
       <stop
-         id="stop6822"
+         id="stop10739"
          offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0;" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2295"
-       id="radialGradient6496"
+       xlink:href="#linearGradient6814"
+       id="radialGradient19872"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.452364,0.7896597,-0.3343268,0.5997757,-276.11898,-157.5282)"
-       cx="197.70364"
-       cy="14.180145"
-       fx="197.70364"
-       fy="14.180145"
-       r="20" />
+       gradientTransform="matrix(0.58265832,0.48695545,-0.35874809,0.43561089,-6534.2634,8805.1227)"
+       cx="-11724.028"
+       cy="7085.5718"
+       fx="-11724.028"
+       fy="7085.5718"
+       r="230.60361" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6818"
-       id="radialGradient6521"
+       xlink:href="#linearGradient22931"
+       id="radialGradient19874"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70059678,0,0,0.39699302,-7364.8104,3547.1811)"
+       cx="-11699.636"
+       cy="6699.9062"
+       fx="-11699.636"
+       fy="6699.9062"
+       r="282.70825" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7918"
+       id="linearGradient19876"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6999127,0,0,0.5556745,-70.77929,1.7185232)"
-       cx="110.5"
-       cy="12.5"
-       fx="110.5"
-       fy="12.5"
-       r="6" />
+       gradientTransform="matrix(0.85224082,0,0,0.85852814,-5913.9015,53.6739)"
+       x1="-11583.832"
+       y1="7177.8628"
+       x2="-11393.838"
+       y2="7307.4028" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6808"
-       id="radialGradient6524"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19878"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.6883822,0,0,0.3561255,-34.976518,6.5705966)"
-       cx="82"
-       cy="23.098652"
-       fx="82"
-       fy="23.098652"
-       r="11.46875" />
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6794"
-       id="radialGradient6527"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19880"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8024733,-9.6985586e-2,7.9564933e-3,5.7771304e-2,-82.964563,22.117893)"
-       cx="117.53682"
-       cy="14.015168"
-       fx="117.53682"
-       fy="14.015168"
-       r="19" />
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19882"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19884"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient24407"
+       id="linearGradient19886"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.85224082,0,0,0.85852814,-24609.665,872.89967)"
+       x1="-10733.51"
+       y1="6162.6846"
+       x2="-10893.229"
+       y2="6245.1299" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19888"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6692123,0,0,2.3154451,-16227.008,5865.2495)"
+       x1="202"
+       y1="29.969534"
+       x2="202"
+       y2="103.63979" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6782"
-       id="radialGradient6530"
+       xlink:href="#linearGradient11291"
+       id="radialGradient19890"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7416099,-0.2105714,3.0257374e-2,0.1013659,-76.531343,37.063807)"
-       cx="123.70635"
-       cy="8.0600147"
-       fx="123.70635"
-       fy="8.0600147"
-       r="19" />
+       gradientTransform="matrix(-2.5126812,-0.04191043,0.03821081,-2.3248023,-15049.446,6215.0897)"
+       cx="232.90625"
+       cy="51.545879"
+       fx="232.90625"
+       fy="51.545879"
+       r="36.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19892"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="128.40625"
+       y1="94.96875"
+       x2="179.78125"
+       y2="130.46875" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6764"
-       id="radialGradient6533"
+       xlink:href="#linearGradient11121"
+       id="radialGradient19894"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.3004803,2.5681016,-2.1966656,-1.9968924,-15161.097,6013.6207)"
+       cx="113.13426"
+       cy="125.41722"
+       fx="113.13426"
+       fy="125.41722"
+       r="35.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19896"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="155.01221"
+       y1="55.221191"
+       x2="155.01221"
+       y2="88.420464" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19898"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7263072,-0.2910723,4.4428897e-2,9.7241055e-2,-74.045345,43.059049)"
-       cx="118"
-       cy="9.6084557"
-       fx="118"
-       fy="9.6084557"
-       r="20.03125" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.435,5925.2558)"
+       x1="233.84886"
+       y1="72.522697"
+       x2="233.84886"
+       y2="91.96846" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11360"
+       id="linearGradient19900"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="223.03125"
+       y1="91.015617"
+       x2="258.875"
+       y2="130.01561" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11532"
+       id="linearGradient19902"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="173.5625"
+       y1="158.78125"
+       x2="183.0625"
+       y2="99.135406" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11524"
+       id="linearGradient19904"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="204.4375"
+       y1="154.97546"
+       x2="204.4375"
+       y2="109.71875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19906"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="183.1875"
+       y1="105.875"
+       x2="183.1875"
+       y2="127.13049" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11633"
+       id="linearGradient19908"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="208.34375"
+       y1="108.34375"
+       x2="207.0625"
+       y2="140.17188" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10433"
+       id="linearGradient19910"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="156.37009"
+       y1="169.46875"
+       x2="228.69044"
+       y2="169.46875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19912"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="215.9375"
+       y1="142.375"
+       x2="196.81396"
+       y2="174.625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19914"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="177.01546"
+       y1="182.03799"
+       x2="183.34375"
+       y2="176.04688" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10656"
+       id="linearGradient19916"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="157.37009"
+       y1="169.46875"
+       x2="227.69044"
+       y2="169.46875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8692"
+       id="radialGradient19918"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1447958,0,0,1.350518,2302.7045,-2015.133)"
+       cx="-15876.722"
+       cy="5911.4395"
+       fx="-15876.722"
+       fy="5911.4395"
+       r="79.04715" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6764"
-       id="radialGradient6536"
+       xlink:href="#linearGradient10734"
+       id="radialGradient19920"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7688123,-0.2212499,4.5210719e-2,0.136181,-77.830759,32.920724)"
-       cx="115.24761"
-       cy="34.711994"
-       fx="115.24761"
-       fy="34.711994"
-       r="20.03125" />
+       gradientTransform="matrix(1,0,0,1.0599124,0,-355.49027)"
+       cx="-15520.047"
+       cy="5933.5034"
+       fx="-15520.047"
+       fy="5933.5034"
+       r="99.828003" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6814"
+       id="radialGradient3271"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.58265832,0.48695545,-0.35874809,0.43561089,-6534.2634,8805.1227)"
+       cx="-11724.028"
+       cy="7085.5718"
+       fx="-11724.028"
+       fy="7085.5718"
+       r="230.60361" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient22931"
+       id="radialGradient3273"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70059678,0,0,0.39699302,-7364.8104,3547.1811)"
+       cx="-11699.636"
+       cy="6699.9062"
+       fx="-11699.636"
+       fy="6699.9062"
+       r="282.70825" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7918"
+       id="linearGradient3275"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.85224082,0,0,0.85852814,-5913.9015,53.6739)"
+       x1="-11583.832"
+       y1="7177.8628"
+       x2="-11393.838"
+       y2="7307.4028" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient3277"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient3279"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3281"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6826"
-       id="linearGradient6539"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3283"
        gradientUnits="userSpaceOnUse"
-       x1="114"
-       y1="14"
-       x2="108"
-       y2="23"
-       gradientTransform="matrix(0.6925142,0,0,0.6497078,-69.867736,0.633036)" />
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient24407"
+       id="linearGradient3285"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.85224082,0,0,0.85852814,-24609.665,872.89967)"
+       x1="-10733.51"
+       y1="6162.6846"
+       x2="-10893.229"
+       y2="6245.1299" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3287"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6692123,0,0,2.3154451,-16227.008,5865.2495)"
+       x1="202"
+       y1="29.969534"
+       x2="202"
+       y2="103.63979" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11291"
+       id="radialGradient3289"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.5126812,-0.04191043,0.03821081,-2.3248023,-15049.446,6215.0897)"
+       cx="232.90625"
+       cy="51.545879"
+       fx="232.90625"
+       fy="51.545879"
+       r="36.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3291"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="128.40625"
+       y1="94.96875"
+       x2="179.78125"
+       y2="130.46875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11121"
+       id="radialGradient3293"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.3004803,2.5681016,-2.1966656,-1.9968924,-15161.097,6013.6207)"
+       cx="113.13426"
+       cy="125.41722"
+       fx="113.13426"
+       fy="125.41722"
+       r="35.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3295"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="155.01221"
+       y1="55.221191"
+       x2="155.01221"
+       y2="88.420464" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3297"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.435,5925.2558)"
+       x1="233.84886"
+       y1="72.522697"
+       x2="233.84886"
+       y2="91.96846" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11360"
+       id="linearGradient3299"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="223.03125"
+       y1="91.015617"
+       x2="258.875"
+       y2="130.01561" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11532"
+       id="linearGradient3301"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="173.5625"
+       y1="158.78125"
+       x2="183.0625"
+       y2="99.135406" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11524"
+       id="linearGradient3303"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="204.4375"
+       y1="154.97546"
+       x2="204.4375"
+       y2="109.71875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3305"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="183.1875"
+       y1="105.875"
+       x2="183.1875"
+       y2="127.13049" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11633"
+       id="linearGradient3307"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="208.34375"
+       y1="108.34375"
+       x2="207.0625"
+       y2="140.17188" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10433"
+       id="linearGradient3309"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="156.37009"
+       y1="169.46875"
+       x2="228.69044"
+       y2="169.46875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient3311"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="215.9375"
+       y1="142.375"
+       x2="196.81396"
+       y2="174.625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient3313"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="177.01546"
+       y1="182.03799"
+       x2="183.34375"
+       y2="176.04688" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10656"
+       id="linearGradient3315"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="157.37009"
+       y1="169.46875"
+       x2="227.69044"
+       y2="169.46875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8692"
+       id="radialGradient3317"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1447958,0,0,1.350518,2302.7045,-2015.133)"
+       cx="-15876.722"
+       cy="5911.4395"
+       fx="-15876.722"
+       fy="5911.4395"
+       r="79.04715" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10734"
+       id="radialGradient3319"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0599124,0,-355.49027)"
+       cx="-15520.047"
+       cy="5933.5034"
+       fx="-15520.047"
+       fy="5933.5034"
+       r="99.828003" />
   </defs>
   <sodipodi:namedview
      id="base"
      pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="0.14117647"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="17.119143"
-     inkscape:cy="24.078759"
+     bordercolor="#ffffff"
+     borderopacity="0.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="0"
+     inkscape:zoom="2.366598"
+     inkscape:cx="62.923637"
+     inkscape:cy="52.05854"
      inkscape:document-units="px"
-     inkscape:current-layer="layer3"
+     inkscape:current-layer="layer1"
      showgrid="false"
-     stroke="#555753"
-     fill="#eeeeec"
-     inkscape:grid-points="true"
-     inkscape:grid-bbox="false"
-     inkscape:window-width="1085"
-     inkscape:window-height="760"
-     inkscape:window-x="485"
-     inkscape:window-y="188"
-     gridspacingx="0.5px"
-     gridspacingy="0.5px"
-     gridempspacing="2"
-     showguides="false"
-     inkscape:guide-bbox="true"
-     inkscape:showpageshadow="false"
-     showborder="false"
-     width="32px"
-     height="32px"
-     gridtolerance="10000"
-     inkscape:snap-nodes="false"
-     inkscape:snap-bbox="true">
-    <sodipodi:guide
-       orientation="vertical"
-       position="24.010638"
-       id="guide2292" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="7"
-       id="guide2294" />
-    <inkscape:grid
-       type="xygrid"
-       id="grid6687" />
-  </sodipodi:namedview>
+     inkscape:window-width="1680"
+     inkscape:window-height="1024"
+     inkscape:window-x="1680"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1" />
   <metadata
-     id="metadata7">
+     id="metadata19094">
     <rdf:RDF>
       <cc:Work
          rdf:about="">
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title>Ubuntu Computer</dc:title>
-        <dc:date>2006-03-09</dc:date>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Lapo Calamandrei</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <dc:contributor>
-          <cc:Agent>
-            <dc:title>Jakub Steiner</dc:title>
-          </cc:Agent>
-        </dc:contributor>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/" />
-        <dc:subject>
-          <rdf:Bag>
-            <rdf:li>workstation</rdf:li>
-            <rdf:li>computer</rdf:li>
-            <rdf:li>node</rdf:li>
-            <rdf:li>client</rdf:li>
-          </rdf:Bag>
-        </dc:subject>
+        <dc:title />
       </cc:Work>
-      <cc:License
-         rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.0/">
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/Reproduction" />
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/Distribution" />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/Notice" />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/Attribution" />
-        <cc:prohibits
-           rdf:resource="http://web.resource.org/cc/CommercialUse" />
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/ShareAlike" />
-      </cc:License>
     </rdf:RDF>
   </metadata>
   <g
+     inkscape:label="Layer 1"
      inkscape:groupmode="layer"
      id="layer1"
-     inkscape:label="Shadow" />
-  <g
-     inkscape:groupmode="layer"
-     id="layer2"
-     inkscape:label="Lavoro"
-     style="display:inline">
-    <g
-       id="g2611"
-       inkscape:label="Shadow"
-       transform="translate(0,15.06603)" />
-    <g
-       id="g2613"
-       inkscape:label="Lavoro"
-       style="display:inline"
-       transform="translate(0,15.06603)" />
-  </g>
-  <g
-     inkscape:groupmode="layer"
-     id="layer3"
-     inkscape:label="finiture"
-     style="display:inline">
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.3;color:#000000;fill:url(#radialGradient3645);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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="path2791"
-       sodipodi:cx="24"
-       sodipodi:cy="41"
-       sodipodi:rx="23.5"
-       sodipodi:ry="7"
-       d="M 47.5 41 A 23.5 7 0 1 1  0.5,41 A 23.5 7 0 1 1  47.5 41 z"
-       transform="matrix(0.6736152,0,0,0.4766949,-0.166598,7.4555097)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.2;fill:url(#radialGradient3348);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="path3340"
-       sodipodi:cx="16"
-       sodipodi:cy="26.28125"
-       sodipodi:rx="15"
-       sodipodi:ry="4.28125"
-       d="M 31 26.28125 A 15 4.28125 0 1 1  1,26.28125 A 15 4.28125 0 1 1  31 26.28125 z"
-       transform="matrix(1,0,0,0.8832117,0,5.5693424)" />
-    <path
-       style="fill:url(#radialGradient3745);fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient2255);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 7.9574758,26.08216 L 6.5,28.499999 L 25.5,28.499999 L 24.042845,26.08216 L 7.9574758,26.08216 z "
-       id="path4055"
-       sodipodi:nodetypes="ccccc" />
-    <rect
-       style="opacity:0.7;color:#000000;fill:url(#linearGradient3740);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3742);stroke-width:1;stroke-linecap:round;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="rect4073"
-       width="11.07373"
-       height="2.0726893"
-       x="10.473828"
-       y="27.053438" />
-    <rect
-       style="color:#000000;fill:url(#linearGradient3732);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3734);stroke-width:0.99999964;stroke-linecap:round;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="rect1320"
-       width="11.051801"
-       height="5.1893916"
-       x="10.470866"
-       y="21.310608" />
-    <rect
-       style="opacity:0.23921569;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3729);stroke-width:1.00000048;stroke-linecap:round;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="rect2291"
-       width="9.0233908"
-       height="4.4913073"
-       x="11.476609"
-       y="21.508694" />
-    <rect
-       style="color:#000000;fill:url(#linearGradient3726);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:1;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="rect1318"
-       width="30.995695"
-       height="20.002575"
-       x="0.50054765"
-       y="3.500001"
-       rx="1.989687"
-       ry="1.989687" />
-    <rect
-       style="opacity:0.83921569;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3723);stroke-width:1;stroke-linecap:round;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="rect1322"
-       width="29.010992"
-       height="18.002174"
-       x="1.4944704"
-       y="4.5094438"
-       rx="0.97909319"
-       ry="0.97909319" />
-    <path
-       style="opacity:0.87843137;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000024;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 1.4999999,19.5 L 30.491335,19.5"
-       id="path2237"
-       sodipodi:nodetypes="cc" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 21.5,20.499999 L 21.5,21.509196"
-       id="path2312" />
-    <path
-       style="fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#f57900;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 23.5,20.499999 L 23.5,21.509196"
-       id="path2326" />
-    <path
-       sodipodi:type="arc"
-       style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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="path4955"
-       sodipodi:cx="34.950596"
-       sodipodi:cy="33.151112"
-       sodipodi:rx="0.88684016"
-       sodipodi:ry="0.95505863"
-       d="M 35.837436 33.151112 A 0.88684016 0.95505863 0 1 1  34.063756,33.151112 A 0.88684016 0.95505863 0 1 1  35.837436 33.151112 z"
-       transform="matrix(0.3718719,0,0,0.3471749,8.5028555,9.9907661)" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 19.5,20.499999 L 19.5,21.509196"
-       id="path3755" />
-    <path
-       sodipodi:type="arc"
-       style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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="path3757"
-       sodipodi:cx="34.950596"
-       sodipodi:cy="33.151112"
-       sodipodi:rx="0.88684016"
-       sodipodi:ry="0.95505863"
-       d="M 35.837436 33.151112 A 0.88684016 0.95505863 0 1 1  34.063756,33.151112 A 0.88684016 0.95505863 0 1 1  35.837436 33.151112 z"
-       transform="matrix(0.3718719,0,0,0.3471749,6.5028555,9.9907661)" />
-    <path
-       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 17.5,20.499999 L 17.5,21.509196"
-       id="path3759" />
-    <path
-       sodipodi:type="arc"
-       style="color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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="path3761"
-       sodipodi:cx="34.950596"
-       sodipodi:cy="33.151112"
-       sodipodi:rx="0.88684016"
-       sodipodi:ry="0.95505863"
-       d="M 35.837436 33.151112 A 0.88684016 0.95505863 0 1 1  34.063756,33.151112 A 0.88684016 0.95505863 0 1 1  35.837436 33.151112 z"
-       transform="matrix(0.3718719,0,0,0.3471749,4.5028555,9.9907661)" />
-    <path
-       sodipodi:type="arc"
-       style="color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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="path3763"
-       sodipodi:cx="34.950596"
-       sodipodi:cy="33.151112"
-       sodipodi:rx="0.88684016"
-       sodipodi:ry="0.95505863"
-       d="M 35.837436 33.151112 A 0.88684016 0.95505863 0 1 1  34.063756,33.151112 A 0.88684016 0.95505863 0 1 1  35.837436 33.151112 z"
-       transform="matrix(0.3718719,0,0,0.3471749,10.502856,8.9907661)" />
-    <g
-       id="g3835"
-       style="fill:#555753;display:inline"
-       transform="translate(-192,-31.000012)">
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-194.0101,-50.99845)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path3837"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-193.0101,-49.99847)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path3839"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-192.0101,-50.99845)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path3845"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-191.0101,-49.99845)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path3847"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-    </g>
-    <g
-       id="g3862"
-       style="fill:#555753;display:inline"
-       transform="matrix(1,0,0,-1,-168,73.000013)">
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-194.0101,-50.99845)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path3864"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-193.0101,-49.99847)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path3866"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-192.0101,-50.99845)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path3868"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-191.0101,-49.99845)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path3870"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-    </g>
-    <g
-       id="g6436"
-       inkscape:label="Shadow"
-       transform="translate(-45.375017,34.430882)" />
-    <g
-       transform="translate(-45.375017,49.496912)"
-       inkscape:label="Shadow"
-       id="g6458" />
-    <g
-       transform="translate(-45.375017,49.496912)"
-       style="display:inline"
-       inkscape:label="Lavoro"
-       id="g6460" />
+     transform="translate(207.14254,-987.37979)">
     <g
-       id="g7126">
-      <rect
-         style="fill:url(#linearGradient6539);fill-opacity:1;fill-rule:nonzero;stroke:#281800;stroke-width:1.00000036;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="rect6752"
-         width="27"
-         height="13"
-         x="2.5000002"
-         y="5.5" />
+       id="g3202"
+       transform="matrix(0.5,0,0,0.5,-103.57127,509.68989)">
       <g
-         style="opacity:0.7"
-         id="g7118">
-        <path
-           sodipodi:nodetypes="cccccc"
-           id="path6802"
-           d="M 29,9.6468575 L 28.95944,6.037988 L 18.575663,6 C 13.102881,9.9737977 8.3655858,11.316848 3,12.078096 L 3,16.332763 C 14.530869,15.150947 21.805287,12.41347 29,9.6468575 z"
-           style="opacity:0.26244345000000002;fill:url(#radialGradient6536);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
-        <path
-           sodipodi:nodetypes="cccccc"
-           id="path6748"
-           d="M 29,9.6468575 L 28.95944,6.037988 L 18.575663,6 C 13.102881,9.9737977 8.3655858,11.316848 3,12.078096 L 3,16.332763 C 14.530869,15.150947 21.805287,12.41347 29,9.6468575 z"
-           style="opacity:0.47511309000000002;fill:url(#radialGradient6533);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-        <path
-           sodipodi:nodetypes="ccccc"
-           id="path6778"
-           d="M 29,8.9978592 L 29,8.3310498 C 17.308896,12.998716 7.5663099,14.999144 3.0197695,14.999144 L 3.0197695,16.332763 C 14.559867,15.036228 21.799525,12.033026 29,8.9978592 z"
-           style="opacity:0.47511309000000002;fill:url(#radialGradient6530);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
-        <path
-           sodipodi:nodetypes="cccc"
-           id="path6790"
-           d="M 29,6 C 13.151974,12.089013 6.0960527,13.491089 3,13.050437 L 3,14.332334 C 14.646966,12.602444 21.316883,9.0178004 29,6 z"
-           style="opacity:0.47511309000000002;fill:url(#radialGradient6527);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
-        <path
-           sodipodi:nodetypes="ccccc"
-           id="path6806"
-           d="M 28.999999,9.831371 L 28.999999,11.633275 C 24.654591,14.675024 20.309176,16.306898 15.963761,18 L 13.210234,18 C 18.828888,16.104038 24.289859,13.841221 28.999999,9.831371 z"
-           style="opacity:0.29411765000000001;fill:url(#radialGradient6524);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-        <path
-           sodipodi:nodetypes="cc"
-           id="path6816"
-           d="M 2.7115435,11.665097 C 6.8882515,10.10301 8.6187717,7.8750695 10.410583,5.6638122"
-           style="opacity:0.26696830999999999;fill:none;fill-rule:evenodd;stroke:url(#radialGradient6521);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+         transform="matrix(0.44062106,0,0,0.44062106,-194.02644,648.37484)"
+         id="g19804">
+        <rect
+           y="696.75507"
+           x="-29.767303"
+           height="145.24953"
+           width="145.24953"
+           id="rect18907"
+           style="fill:none;stroke:none" />
+        <g
+           transform="matrix(0.18785991,0,0,0.18785991,2982.284,-403.80476)"
+           id="g18909">
+          <g
+             id="g18911"
+             transform="matrix(1.1447958,0,0,1.1447958,2321.1724,-803.13568)">
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccssccsccszcc"
+               id="path18913"
+               d="m -15830.189,5839.7611 9.314,-4.2487 c 0,0 -8.674,19.5152 -4.032,31.3243 4.644,11.8094 18.933,42.6546 9.92,70.5703 -9.012,27.9151 -32.826,45.4327 -32.826,45.4327 -15.298,10.3098 -19.567,4.6983 -5.713,-3.8538 0,0 22.437,-14.1574 29.007,-39.6193 7.755,-30.0518 -11.28,-43.7916 -15.804,-62.5015 l -60.402,119.9419 c -21.695,20.9602 -67.692,11.7487 -64.711,-15.7297 1.853,-17.0859 25.062,-21.0854 35.252,-20.4317 9.736,0.6249 23.702,8.089 31.799,14.6181 l 68.196,-135.5026 z"
+               style="fill:#3d81d1;fill-opacity:1;fill-rule:evenodd;stroke:none"
+               inkscape:export-filename="/home/smorge/SEBASTIENs/ACTIVITEs/EN COURS/freetuxtv/freetuxtv-1.png"
+               inkscape:export-xdpi="30.536354"
+               inkscape:export-ydpi="30.536354" />
+            <path
+               inkscape:connector-curvature="0"
+               inkscape:export-ydpi="30.536354"
+               inkscape:export-xdpi="30.536354"
+               inkscape:export-filename="/home/smorge/SEBASTIENs/ACTIVITEs/EN COURS/freetuxtv/freetuxtv-1.png"
+               style="fill:#ecd000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+               d="m -15890.888,5824.2711 5.452,-2.4874 c 0,0 -5.078,11.4237 -2.358,18.3366 2.717,6.9129 11.082,24.9687 5.805,41.3099 -5.276,16.341 -19.214,26.5951 -19.214,26.5951 -8.955,6.0351 -11.456,2.7502 -3.346,-2.2559 0,0 13.135,-8.2874 16.981,-23.1922 4.539,-17.5913 -6.603,-25.6344 -9.252,-36.5864 l -35.359,70.2107 c -12.697,12.2695 -39.624,6.8771 -37.879,-9.2079 1.085,-10.0016 14.672,-12.3427 20.634,-11.9603 5.702,0.3659 13.878,4.735 18.617,8.557 l 39.919,-79.3192 z"
+               id="path18915"
+               sodipodi:nodetypes="ccssccsccszcc" />
+          </g>
+          <g
+             id="g18917"
+             transform="translate(40.381598,120.28663)">
+            <path
+               inkscape:connector-curvature="0"
+               id="path18919"
+               d="m -15690.342,5918.3309 c -84.807,1.4896 -145.741,66.5755 -153.274,129.8026 -7.559,63.4563 -3.247,76.5545 -18.678,127.3472 l 346.839,0 c -15.428,-50.7884 -11.118,-63.893 -18.678,-127.3472 -7.532,-63.227 -68.442,-128.313 -153.25,-129.8026 l -2.959,0 z"
+               style="fill:#000000;fill-opacity:1;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#000000;stroke:none"
+               d="m -15469.405,6154.8583 16.44,104.7341 c 0,0 30.033,-16.7156 55.873,-11.7295 25.843,4.9859 63.837,33.3542 86.435,26.8411 10.928,-3.15 5.332,-19.2677 -5.116,-33.0683 -44.014,-51.2128 -89.856,-75.4203 -153.632,-86.7774 z"
+               id="path18921"
+               sodipodi:nodetypes="ccsccc" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccsccc"
+               id="path18923"
+               d="m -15905.167,6154.8583 -16.441,104.7341 c 0,0 -30.032,-16.7156 -55.873,-11.7295 -25.842,4.9859 -63.837,33.3542 -86.435,26.8411 -10.928,-3.15 -5.331,-19.2677 5.116,-33.0683 44.014,-51.2128 89.857,-75.4203 153.633,-86.7774 z"
+               style="fill:#000000;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m -15928.384,6137.378 c 0,91.6973 0,183.3946 0,275.092 159.676,0 319.353,0 479.03,0 0,-92.058 0,-184.1158 0,-276.1736 -159.677,0 -319.354,-1e-4 -479.03,0 l 0,0.5408 0,0.5408 z"
+               id="path18925" />
+            <rect
+               y="6138.4565"
+               x="-15923.021"
+               height="265.35864"
+               width="468.29385"
+               id="rect18927"
+               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path18929"
+               d="m -15922.565,6140.6116 0,24.0119 c -34.172,7.6069 -67.054,21.9243 -94.811,43.624 -15.394,13.1547 -31.051,26.2747 -42.532,43.2216 -3.024,5.4324 -7.953,11.8555 -5.939,18.3241 41.473,-37.6863 91.515,-64.9136 143.282,-85.8797 l 0,217.7442 183.445,0 c 1.359,-5.3744 2.716,-10.7498 4.076,-16.1242 l -155.747,0 0,-228.7977 c 71.156,10e-5 142.303,10e-5 213.459,0 1.359,-5.3744 2.717,-10.7499 4.075,-16.1242 l -249.308,0 z"
+               style="opacity:0.5;fill:url(#radialGradient3271);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <rect
+               style="fill:#2f6ed2;fill-opacity:1;fill-rule:nonzero;stroke:none"
+               id="rect18931"
+               width="396.129"
+               height="224.46642"
+               x="-15886.94"
+               y="6158.9028" />
+            <rect
+               y="6158.9028"
+               x="-15886.94"
+               height="224.46642"
+               width="396.129"
+               id="rect18933"
+               style="fill:url(#radialGradient3273);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.5;fill:url(#linearGradient3275);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m -15884.798,6381.2038 c 47.266,0 94.533,0 141.799,0 18.522,-73.3771 37.043,-146.7541 55.565,-220.1312 -65.789,10e-5 -131.577,0 -197.364,0 0,73.3771 0,146.7541 0,220.1312 z"
+               id="path18935" />
+            <rect
+               y="6158.9028"
+               x="-15886.94"
+               height="224.46642"
+               width="396.129"
+               id="rect18937"
+               style="fill:none;stroke:#ffffff;stroke-width:1.40635264;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#ffffff;fill-opacity:1;stroke:none"
+               d="m -15811.58,6161.5157 c -0.266,0.4393 -0.477,1.0158 -0.534,1.5724 -0.03,0.2921 -1.053,0.4595 -2.288,0.3662 -1.646,-0.1247 -2.224,0.024 -2.117,0.5384 0.1,0.4611 -0.441,0.7115 -1.561,0.7325 -0.936,0.017 -1.831,0.1857 -2.032,0.3876 -0.199,0.202 -1.226,0.3928 -2.266,0.4308 l -1.903,0.065 1.861,0.3231 c 1.016,0.1808 1.706,0.5186 1.56,0.7323 -0.144,0.2135 0.298,0.7799 0.962,1.2494 0.93,0.6563 1.36,0.7095 1.926,0.2369 0.492,-0.4114 1.045,-0.4469 1.688,-0.1076 2.459,1.3028 5.145,1.2415 7.783,-0.1724 1.813,-0.9711 2.751,-1.2138 3.144,-0.8185 0.848,0.8539 -0.519,1.8542 -4.149,3.0587 -2.32,0.7698 -3.47,0.9197 -4.319,0.5386 -1.23,-0.554 -2.801,-0.219 -2.801,0.6031 0,0.8415 3.74,2.7993 4.747,2.4772 1.237,-0.3952 1.792,0.4729 0.813,1.2923 -1.086,0.9077 -6.372,0.052 -6.372,-1.0339 0,-0.4357 -0.404,-1.1132 -0.899,-1.4863 -0.496,-0.3734 -0.766,-1.0441 -0.599,-1.4863 0.168,-0.4421 0.126,-0.7474 -0.127,-0.6892 -0.542,0.125 -2.237,-0.4615 -3.357,-1.1632 -1.568,-0.9848 -2.143,-1.1423 -3.037,-0.7971 -0.778,0.3008 -0.794,0.4164 -0.129,0.8402 0.772,0.4912 0.637,0.5845 -1.198,0.7323 -0.361,0.029 -0.951,0.4115 -1.282,0.8402 -0.765,0.9849 0.546,2.0957 2.48,2.1325 0.726,0.014 1.661,0.2592 2.096,0.5385 0.619,0.3966 0.404,0.5796 -0.983,0.8615 -1.426,0.2891 -1.593,0.4497 -0.899,0.8402 0.474,0.2669 0.726,0.695 0.557,0.9693 -0.169,0.2781 0.606,0.5169 1.753,0.5169 1.388,0 2.349,-0.3619 2.994,-1.077 0.729,-0.8139 1.115,-0.9123 1.667,-0.4524 0.394,0.3298 1.433,0.9919 2.31,1.4647 0.876,0.4729 1.645,1.108 1.689,1.4002 0.135,0.8971 -1.644,0.9064 -2.523,0.022 -0.455,-0.4599 -0.594,-0.8402 -0.299,-0.8402 0.295,0 0.674,0.2464 0.855,0.5385 0.179,0.2925 0.715,0.5386 1.197,0.5386 0.679,0 0.598,-0.1973 -0.343,-0.8616 -1.008,-0.7107 -1.458,-0.743 -2.607,-0.2155 -1.247,0.5727 -1.298,0.6968 -0.472,1.1632 0.968,0.5453 0.76,1.5218 -0.32,1.5079 -0.376,-0.011 -0.304,-0.2291 0.17,-0.5385 0.437,-0.2835 0.546,-0.5169 0.258,-0.5169 -0.865,0 -2.108,0.9779 -1.732,1.357 0.192,0.1932 2.431,0.4252 4.96,0.5385 2.53,0.1128 4.728,0.3475 4.876,0.4954 0.375,0.379 0.595,0.33 2.566,-0.3877 1.815,-0.6612 2.447,-1.556 0.791,-1.1201 -1.307,0.345 -3.94,-0.7586 -3.507,-1.4648 0.195,-0.3169 0.916,-0.4371 1.626,-0.2585 0.759,0.1926 1.99,-0.034 2.993,-0.56 0.93,-0.4887 2.021,-1.0507 2.438,-1.2494 0.418,-0.1984 0.856,-0.6698 0.983,-1.0554 0.167,-0.5084 -0.121,-0.6062 -1.069,-0.3662 -0.721,0.182 -1.461,0.1649 -1.647,-0.021 -0.598,-0.6033 0.793,-1.7662 2.118,-1.7662 0.706,0 1.15,-0.2234 0.983,-0.4955 -0.537,-0.8778 0.58,-1.0666 2.309,-0.4094 1.384,0.5268 1.756,0.4943 2.139,-0.1291 0.255,-0.4168 2.326,-1.6574 4.598,-2.7572 2.27,-1.0995 3.845,-2.0108 3.506,-2.0249 -0.34,-0.014 -1.05,-0.1706 -1.583,-0.3447 -0.718,-0.2341 -0.783,-0.1645 -0.257,0.2155 0.543,0.3906 0.341,0.6424 -0.898,1.0771 -1.696,0.5961 -2.641,0.054 -1.518,-0.8618 0.358,-0.2933 1.708,-0.8927 3.015,-1.3354 3.152,-1.0683 5.282,-2.0482 5.282,-2.4556 0,-0.1826 -0.656,-0.724 -1.454,-1.1847 -1.05,-0.6067 -1.868,-0.7172 -3.014,-0.3877 -1.545,0.4435 -2.833,0.2747 -2.781,-0.3016 l -18.817,0 z m 44.52,0 c 0.02,0.9978 0.847,0.997 1.262,0 l -1.262,0 z m 2.543,0 c 0.111,0.1002 0.187,0.1707 0.321,0.3015 0.862,0.8362 1.133,1.4613 0.792,1.874 -0.434,0.5268 -3.1,0.5882 -5.753,0.1507 -1.988,-0.3277 -3.654,0.073 -3.377,0.7972 0.41,1.0784 -0.602,1.4891 -1.369,0.5599 -0.787,-0.9561 -1.636,-1.0256 -1.454,-0.1291 0.101,0.4668 -0.759,0.6081 -3.037,0.4953 -3.011,-0.149 -6.506,0.8557 -5.709,1.6587 0.528,0.5302 -0.972,2.0609 -1.732,1.7663 -0.38,-0.1468 -0.819,-0.051 -0.983,0.2155 -0.163,0.2666 -0.603,0.3549 -0.962,0.2153 -0.863,-0.3342 -4.893,1.6441 -4.214,2.0678 0.29,0.1799 1.275,0.1117 2.182,-0.1507 2.174,-0.628 2.541,0.082 1.069,2.0895 -0.815,1.1099 -1.648,1.6154 -2.652,1.6154 -0.798,0 -1.595,0.2415 -1.774,0.5387 -0.184,0.297 -0.559,0.387 -0.833,0.2153 -0.661,-0.4105 -4.17,0.7687 -4.17,1.4002 0,0.4931 0.631,0.6063 4.426,0.7108 1.138,0.03 2.186,0.345 2.309,0.7108 0.245,0.7334 -0.21,0.9405 -3.314,1.5079 -1.895,0.3465 -1.955,0.4234 -0.77,0.7323 0.726,0.1892 1.193,0.5473 1.047,0.797 -0.394,0.6774 1.676,1.2627 2.887,0.8186 0.582,-0.213 2.938,-0.4169 5.239,-0.474 2.304,-0.054 4.396,-0.2273 4.619,-0.3661 0.222,-0.1389 0.716,0.4139 1.133,1.2278 0.419,0.814 1.274,1.9428 1.881,2.4987 0.614,0.5559 1.112,1.2893 1.112,1.6371 0,0.3478 0.454,1.0478 1.005,1.5509 0.698,0.6368 0.92,1.3705 0.749,2.4556 -0.28,1.7925 0.621,2.1578 1.069,0.4308 0.241,-0.9333 0.43,-1.033 1.048,-0.5169 1.801,1.5056 1.352,3.3477 -0.962,3.9203 -0.724,0.1795 -0.542,0.2809 0.577,0.3232 0.898,0.034 2.02,0.5185 2.502,1.0554 0.821,0.9139 0.814,1.0392 -0.171,1.9388 -0.995,0.9058 -0.993,0.9753 -0.128,1.6155 0.839,0.6231 0.796,0.7379 -0.534,1.2493 -0.799,0.3069 -1.455,0.828 -1.455,1.1632 0,0.4438 0.21,0.426 0.769,-0.043 1.227,-1.0245 2.097,-0.07 1.027,1.1201 -0.496,0.5553 -0.69,1.0243 -0.427,1.034 0.261,0.011 0.05,0.3311 -0.493,0.7323 -0.614,0.4696 -0.729,0.8492 -0.362,1.0771 0.312,0.1943 0.398,0.6459 0.192,0.9909 -0.237,0.4016 -0.07,0.3557 0.469,-0.086 0.958,-0.7814 1.619,-0.1413 0.963,0.9262 -0.273,0.4455 0.119,1.5126 1.048,2.908 2.045,3.0547 3.489,4.2579 5.153,4.2866 0.782,0.014 1.44,0.3238 1.476,0.6893 0.03,0.3652 0.117,0.8069 0.149,0.9693 0.141,0.6285 3.237,-1.6417 3.293,-2.4126 0.03,-0.4485 0.02,-1.3305 -0.04,-1.9601 -0.06,-0.6294 0.141,-1.3168 0.448,-1.5079 0.308,-0.1913 0.556,-0.7715 0.556,-1.314 0,-1.1436 4.654,-5.4555 5.389,-4.9974 0.272,0.1694 1.179,0.01 2.01,-0.3447 1.493,-0.6226 2.234,-1.6295 2.331,-3.1879 0.03,-0.4385 0.341,-0.7192 0.705,-0.6462 0.361,0.072 1.121,-0.3521 1.69,-0.9263 0.828,-0.832 1.708,-1.0148 4.361,-0.9693 2.047,0.034 3.933,-0.278 4.897,-0.7755 0.866,-0.4451 2.405,-0.9962 3.422,-1.2277 l 1.838,-0.4093 -1.838,-0.4093 c -1.017,-0.2246 -2.354,-0.2817 -2.973,-0.1293 -1.333,0.3271 -2.216,-0.737 -1.005,-1.2062 0.462,-0.1774 0.762,-0.7064 0.684,-1.1848 -0.1,-0.6033 0.336,-0.9146 1.369,-1.0339 1.145,-0.1322 1.534,0.081 1.754,0.9262 0.348,1.3469 1.754,1.4672 1.754,0.1508 0,-1.2385 -2.878,-2.9538 -4.235,-2.5203 -1.439,0.4596 -2.32,-0.1547 -1.561,-1.0769 0.45,-0.5469 0.314,-0.8359 -0.534,-1.2925 -1.506,-0.8121 -0.776,-1.7386 1.047,-1.3356 1.204,0.2663 1.473,0.1457 1.412,-0.6246 -0.114,-1.3484 1.716,-1.2396 3.528,0.2155 0.819,0.6581 1.874,1.2062 2.351,1.2062 0.675,0 0.616,-0.1941 -0.299,-0.8401 -1.499,-1.0578 -1.055,-1.8094 1.07,-1.8094 1.564,0 1.589,-0.056 0.619,-0.797 -0.562,-0.4292 -0.781,-0.8179 -0.491,-0.8616 0.29,-0.046 -0.173,-0.2244 -1.026,-0.4093 -2.019,-0.4363 -2.043,-1.2914 -0.04,-1.7232 l 1.582,-0.3232 -1.689,-0.086 c -0.925,-0.034 -1.817,-0.2821 -1.988,-0.56 -0.516,-0.8426 1.628,-1.6366 3.442,-1.2709 1.275,0.2568 1.625,0.1829 1.326,-0.3016 -0.22,-0.3572 -0.532,-0.5213 -0.685,-0.3661 -0.515,0.5192 -2.341,-0.8283 -2.073,-1.5294 0.144,-0.3803 0,-0.9539 -0.321,-1.2709 -0.412,-0.4143 -0.154,-0.7332 0.855,-1.1201 0.771,-0.2958 1.412,-0.8829 1.412,-1.314 0,-0.431 0.41,-1.0318 0.919,-1.3571 0.781,-0.5 0.712,-0.568 -0.449,-0.323 -1.643,0.3469 -2.283,-0.097 -1.476,-1.0771 0.329,-0.3978 1.621,-0.7323 2.909,-0.7323 1.543,0 2.268,-0.2107 2.18,-0.6463 -0.08,-0.3583 0.407,-0.7388 1.07,-0.84 0.657,-0.1013 1.804,-0.4959 2.544,-0.8833 l 1.347,-0.6893 -2.117,-0.3876 c -1.162,-0.1977 -2.528,-0.1122 -3.057,0.1723 -1.34,0.7189 -3.482,0.9296 -4.277,0.4308 -0.369,-0.2307 -1.378,-0.048 -2.245,0.3877 -1.541,0.7747 -2.527,0.3887 -1.839,-0.7323 0.229,-0.3731 -0.905,-0.5128 -3.507,-0.3878 -2.824,0.1363 -4.771,0.5885 -7.162,1.6802 -1.884,0.859 -3.653,1.3624 -4.17,1.1631 -1.3,-0.5028 -0.492,-1.1012 4.106,-2.951 2.61,-1.0506 4.979,-1.6156 6.67,-1.6156 1.44,0 3.407,-0.3689 4.384,-0.8184 l 1.774,-0.8187 -2.971,0.3017 c -3.124,0.3333 -4.356,-0.2794 -2.695,-1.3356 0.164,-0.1046 0.153,-0.1764 0.04,-0.2369 l -3.849,0 c -1.648,0.1417 -3.671,0.3937 -5.773,0.7323 -1.725,0.2776 -3.354,0.3553 -3.615,0.1938 -0.402,-0.2503 -0.259,-0.5858 0.258,-0.9261 l -7.207,0 c -0.169,0.023 -0.357,0.021 -0.577,0 l -6.137,0 z m 193.601,15.9183 c -2.751,7.0882 -12.303,4.2071 -19.587,6.2684 -6.339,0.3391 0.933,6.6984 -6.97,3.8773 -8.874,-2.1715 5.01,9.5011 -1.475,5.9667 -0.899,-3.7296 -11.179,-4.0639 -4.941,0.2155 -3.742,-0.9765 -6.388,-6.9516 -5.793,0.6677 -0.181,2.5187 10.297,6.7165 5.131,7.733 -2.484,-10.1223 -8.652,8.1997 -11.376,0.1078 7.025,4.2281 6.052,-18.1779 0.193,-11.8473 -6.359,2.4713 4.643,12.0059 -4.341,7.2376 -4.311,-2.4588 -8.774,2.858 -9.537,0.5385 -5.497,2.4173 -10.334,0.5702 -15.93,4.8251 1.254,-2.3629 -4.238,-6.1561 -1.989,-0.086 -1.544,0.8075 -3.392,2.502 -5.281,3.5542 -0.113,0.063 -0.228,0.1145 -0.342,0.1724 -0.03,0.015 -0.08,0.026 -0.107,0.043 -0.193,0.096 -0.382,0.2011 -0.578,0.28 -0.08,0.031 -0.159,0.057 -0.235,0.086 -0.148,0.056 -0.278,0.1095 -0.427,0.1508 -0.07,0.017 -0.15,0.03 -0.215,0.043 -0.03,0.011 -0.06,0.02 -0.08,0.021 -0.182,0.041 -0.353,0.069 -0.535,0.086 -0.204,0.02 -0.416,0.036 -0.619,0.021 -0.08,-0.011 -0.156,-0.031 -0.235,-0.043 -0.1,-0.014 -0.2,-0.021 -0.299,-0.043 -0.03,-0.011 -0.06,-0.019 -0.09,-0.021 -0.1,-0.028 -0.2,-0.072 -0.299,-0.1077 -0.1,-0.038 -0.2,-0.081 -0.299,-0.1293 0.112,0.2329 0.203,0.4576 0.278,0.6462 0.08,0.1832 0.127,0.3514 0.171,0.4954 0.09,0.3015 0.132,0.5188 0.106,0.6678 -0.108,0.5661 -1.027,0.062 -2.073,-0.8617 -0.262,-0.2327 -0.543,-0.5009 -0.813,-0.7754 -0.265,-0.2718 -0.54,-0.5484 -0.791,-0.8401 -0.02,-0.01 0.02,-0.021 0,-0.021 -0.38,-0.4388 -0.741,-0.8683 -1.026,-1.2925 0,-0.011 0.02,-0.019 0,-0.022 -0.191,-0.2845 -0.349,-0.5457 -0.471,-0.7969 -0.121,-0.2514 -0.182,-0.471 -0.213,-0.6678 -0.07,-0.3931 0.06,-0.6648 0.491,-0.7108 0.213,-0.022 0.51,0.018 0.876,0.1077 0.185,0.047 0.373,0.1122 0.6,0.1938 0.454,0.1633 1.005,0.3967 1.646,0.7108 0.424,0.039 0.807,0.07 1.176,0.086 0.366,0.015 0.713,0.01 1.027,0 1.704,-0.025 2.658,-0.3468 3.014,-0.8401 0.03,-0.046 0.06,-0.081 0.09,-0.1292 0.06,-0.096 0.06,-0.2165 0.06,-0.3232 0.02,-0.1066 0,-0.2074 -0.02,-0.323 -0.06,-0.2308 -0.168,-0.4753 -0.342,-0.7324 -0.09,-0.1261 -0.189,-0.2576 -0.299,-0.3877 l 0,-0.022 c -0.112,-0.1283 -0.25,-0.2563 -0.386,-0.3877 -0.02,-0.011 -0.02,0 -0.02,0 -0.689,-0.6779 -1.657,-1.3825 -2.78,-2.0248 l -0.02,0 c -0.904,-0.5152 -1.897,-0.9919 -2.908,-1.3787 -0.252,-0.096 -0.517,-0.1948 -0.77,-0.2799 -2.026,-0.6793 -4.019,-0.9658 -5.411,-0.4738 -0.09,-0.09 -0.155,-0.1745 -0.213,-0.2585 -0.02,-0.012 0.03,-0.02 0,-0.021 -0.112,-0.1685 -0.176,-0.3247 -0.213,-0.4738 -0.113,-0.4531 0.02,-0.8276 -0.13,-1.1417 -0.02,-0.053 -0.09,-0.1009 -0.127,-0.1508 -0.06,-0.051 -0.1,-0.1017 -0.172,-0.1508 -0.07,-0.047 -0.155,-0.085 -0.256,-0.1292 -0.41,-0.18 -1.075,-0.3615 -2.181,-0.517 -0.02,0.011 -0.02,0.019 -0.02,0.022 -0.06,0.063 -0.09,0.1213 -0.129,0.1723 -0.02,0.014 -0.04,0.03 -0.06,0.043 -0.03,0.031 -0.05,0.058 -0.09,0.086 -0.03,0.028 -0.08,0.041 -0.106,0.065 -0.02,0.011 -0.02,0.033 -0.04,0.043 -0.06,0.031 -0.09,0.044 -0.15,0.064 -0.06,0.016 -0.106,0.033 -0.15,0.043 -0.642,0.1352 -1.375,-0.4151 -2.138,-0.6677 -0.1,-0.034 -0.198,-0.065 -0.299,-0.086 -0.03,-0.011 -0.04,0 -0.06,0 -0.03,-0.011 -0.07,-0.019 -0.107,-0.021 -0.08,-0.011 -0.154,-0.025 -0.235,-0.021 -0.06,0 -0.132,0.033 -0.192,0.043 -0.02,0 -0.02,-0.011 -0.04,0 -0.07,0.014 -0.13,0.021 -0.192,0.043 -0.02,0.011 -0.04,0.019 -0.06,0.021 -0.03,0.014 -0.06,0.029 -0.09,0.043 -0.06,0.025 -0.115,0.051 -0.172,0.086 -0.131,0.08 -0.254,0.1886 -0.384,0.3231 -0.02,0.018 -0.03,0.025 -0.06,0.043 -0.216,0.2401 -0.426,0.5584 -0.641,0.9908 -0.184,-0.014 -0.383,-0.01 -0.556,0 -0.535,0.014 -1.029,0.1162 -1.496,0.2586 -1.244,0.3807 -2.336,1.115 -3.721,1.7662 -0.176,0.081 -0.351,0.1591 -0.535,0.2369 -0.55,0.234 -1.144,0.4573 -1.817,0.6248 -0.03,0.1236 -0.07,0.2464 -0.107,0.3662 -0.203,0.5987 -0.494,1.1434 -0.856,1.6586 -0.144,0.2061 -0.306,0.4079 -0.469,0.6031 -0.166,0.1949 -0.333,0.3748 -0.514,0.5601 -0.363,0.3706 -0.786,0.737 -1.198,1.077 -0.617,0.5076 -1.265,0.9952 -1.924,1.4648 -0.662,0.4712 -1.345,0.9308 -1.967,1.4001 -0.205,0.1541 -0.383,0.3173 -0.578,0.474 -0.395,0.3178 -0.78,0.6336 -1.111,0.9692 0.239,0.3512 0.401,0.673 0.513,0.9693 0.06,0.1521 0.1,0.2915 0.129,0.4308 0.02,0.1363 0.06,0.2628 0.06,0.3878 0,0.1197 -0.03,0.2341 -0.06,0.3446 -0.08,0.3511 -0.257,0.6677 -0.514,0.9478 -0.258,0.2772 -0.582,0.5159 -0.962,0.7539 -1.647,1.032 -4.178,1.8502 -5.175,3.662 -0.155,0.2787 -0.271,0.5738 -0.342,0.9047 -0.222,0.9937 -0.04,2.2297 0.791,3.8557 0.437,0.9801 1.07,1.2803 1.796,1.2494 0.1,-0.011 0.212,-0.01 0.321,-0.021 2.565,-0.4061 6.01,-4.1146 5.944,3.0373 1.424,3.8119 4.503,2.0063 6.266,-0.9263 0.1,-0.1628 0.189,-0.305 0.277,-0.4739 1.076,-2.0294 1.498,-4.4592 0.365,-5.9452 -0.09,-0.1241 -0.207,-0.2345 -0.322,-0.3446 1.001,-4.1156 5.704,-10.935 9.751,-9.8441 -0.232,0.3727 -0.534,0.8772 -0.876,1.4647 -0.173,0.2938 -0.372,0.5962 -0.557,0.9263 -1.652,2.973 -3.579,7.2058 -1.988,8.5086 l 0.02,0 c 0.09,0.069 0.17,0.1205 0.278,0.1723 l 0.02,0 c 0.665,0.3166 1.744,0.2981 3.378,-0.237 0.272,-0.088 0.552,-0.184 0.855,-0.3016 1.582,-0.1265 2.656,-0.079 3.336,0.065 l 0.02,0 c 0.333,0.072 0.577,0.1647 0.727,0.28 l 0.02,0 c 0.442,0.3503 0.108,0.8685 -0.684,1.3355 -1.15,0.6786 -3.268,1.2638 -5.325,1.1202 -0.158,-0.013 -0.314,-0.022 -0.471,-0.043 0.226,0.8258 0.37,1.4787 0.428,2.0249 0.02,0.1821 0.04,0.361 0.04,0.5169 0,0.1498 -0.03,0.3033 -0.04,0.4308 -0.02,0.1261 -0.02,0.26 -0.06,0.3662 -0.346,1.1023 -1.582,1.191 -3.571,1.4432 -0.02,0.189 -0.04,0.3796 -0.09,0.5601 -0.124,0.5417 -0.346,1.0218 -0.642,1.4863 -0.1,0.1547 -0.206,0.3067 -0.32,0.4524 -0.346,0.4377 -0.749,0.8301 -1.219,1.1848 -1.563,1.1812 -3.738,1.9122 -5.881,2.0678 -0.215,0.015 -0.426,0.016 -0.641,0.021 -2.77,0.057 -5.392,-0.8367 -6.48,-2.8434 -0.613,-6.5361 0.309,3.4809 -3.185,4.5666 -0.124,0.039 -0.248,0.07 -0.385,0.086 -0.406,0.045 -0.869,-0.024 -1.39,-0.237 -3.344,3.1027 -8.045,7.8804 -12.894,8.487 0.121,0.071 0.225,0.1501 0.342,0.237 0.02,0.011 0.02,-0.011 0.02,0 1.656,1.2186 2.871,3.8732 2.93,6.096 0.03,0.1591 0.03,0.2986 0,0.4523 -0.02,0.4673 -0.115,0.8968 -0.257,1.2925 -0.06,0.1345 -0.111,0.2643 -0.171,0.3877 -0.07,0.1199 -0.118,0.2367 -0.193,0.3446 -0.152,0.2161 -0.323,0.4 -0.534,0.5601 -0.112,0.081 -0.218,0.1512 -0.342,0.2154 -0.245,0.128 -0.545,0.2239 -0.856,0.28 -0.158,0.029 -0.318,0.057 -0.491,0.065 -0.347,0.015 -0.735,-0.012 -1.155,-0.086 -0.422,-0.072 -0.869,-0.1935 -1.369,-0.3662 -0.254,-0.087 -0.494,-0.1863 -0.769,-0.3017 -0.932,0.011 -1.709,0.221 -2.31,0.5818 -0.171,0.1033 -0.325,0.2182 -0.47,0.3446 -0.66,0.5685 -1.05,1.3608 -1.24,2.2617 -0.06,0.2003 -0.09,0.3936 -0.107,0.6031 -0.06,0.4239 -0.03,0.8453 0,1.2925 0.03,0.4421 0.1,0.8909 0.214,1.3356 0.06,0.2223 0.121,0.4482 0.192,0.6677 0.08,0.2191 0.168,0.4325 0.256,0.6462 l 0,0.021 c 0.09,0.2095 0.177,0.4016 0.279,0.6031 0.111,0.2098 0.22,0.4045 0.342,0.6031 0.119,0.1947 0.231,0.3784 0.363,0.5602 0.139,0.1874 0.276,0.3677 0.427,0.5385 0.148,0.1659 0.313,0.3264 0.471,0.4739 l 0.02,0 c 0.159,0.1452 0.302,0.2845 0.47,0.4092 0.177,0.1316 0.37,0.2377 0.556,0.3447 0.184,0.1034 0.363,0.2017 0.557,0.28 l 0.02,0 c 0.05,0.018 0.08,0.026 0.127,0.043 0.536,0.1957 1.109,0.2956 1.711,0.2586 0.02,-3e-4 0.02,2e-4 0.02,0 0.323,-0.021 0.665,-0.093 1.005,-0.1938 0.114,-0.034 0.225,-0.062 0.341,-0.1078 0.466,-0.1759 0.949,-0.4334 1.434,-0.7755 l 0.02,0 c 0.245,-0.1725 0.502,-0.3629 0.748,-0.5815 0.428,-0.651 0.898,-1.4116 1.433,-2.1972 0.269,-0.3913 0.543,-0.7779 0.834,-1.1847 0.583,-0.8161 1.212,-1.6484 1.882,-2.4556 0.333,-0.4022 0.676,-0.8028 1.027,-1.1848 1.053,-1.1435 2.182,-2.1569 3.356,-2.9079 0.196,-0.1252 0.401,-0.2356 0.599,-0.3447 0.199,-0.1089 0.396,-0.21 0.599,-0.3016 0.805,-0.3651 1.631,-0.6011 2.459,-0.6246 0.206,-0.011 0.412,0 0.62,0.021 0.208,0.018 0.41,0.062 0.62,0.1076 l 0.02,0 c 0.206,0.046 0.416,0.1003 0.62,0.1724 l 0.02,0 c 0.204,0.072 0.394,0.1788 0.598,0.2801 l 0.02,0 c 0.414,0.2062 0.826,0.4655 1.24,0.797 0.211,0.1689 0.432,0.3344 0.641,0.5385 0.208,0.2012 0.392,0.431 0.599,0.6678 0.144,0.025 0.286,0.041 0.428,0.086 l 0.02,0 c 0.135,0.043 0.274,0.1131 0.406,0.1722 l 0.02,0 c 0.132,0.059 0.255,0.1399 0.386,0.2153 0.401,0.2332 0.786,0.5174 1.154,0.8617 1.464,1.3655 2.656,3.4111 3.529,4.5451 0.144,0.1888 0.278,0.3642 0.405,0.4955 0.07,0.064 0.113,0.1241 0.172,0.1723 0.12,0.1014 0.239,0.1543 0.341,0.1723 0.1,0.017 0.18,-0.01 0.257,-0.086 0.117,-0.1134 0.229,-0.3519 0.3,-0.7108 l 0,-0.021 c 0.02,-0.1185 0.02,-0.2397 0.04,-0.3877 l 0,-0.021 c 0.06,-0.4596 0.1,-1.0575 0.107,-1.831 0.1,0.09 0.106,0.091 0.15,0.1294 -0.548,-0.5842 -3.323,-3.4423 -5.046,-5.7945 -0.249,-0.3398 -0.471,-0.6811 -0.662,-0.9909 -0.535,-0.8507 -0.825,-1.5563 -0.664,-1.9386 0.02,-0.034 0.03,-0.054 0.06,-0.086 0.267,-0.3516 1.103,-0.2942 2.76,0.3877 4.828,2.8081 9.829,14.3821 10.84,11.2658 -0.315,1.463 -1.338,3.051 -0.576,2.7141 0.07,-0.03 0.138,-0.068 0.235,-0.1293 0.197,-0.1238 0.447,-0.3264 0.791,-0.6031 0.34,-0.2713 0.769,-0.6111 1.282,-1.0554 -0.359,-0.3859 -0.643,-0.7412 -0.855,-1.0556 -0.211,-0.3142 -0.366,-0.5871 -0.449,-0.8401 -0.09,-0.2592 -0.109,-0.4829 -0.08,-0.6892 0.02,-0.097 0.04,-0.1935 0.08,-0.2801 0.03,-0.087 0.1,-0.1806 0.15,-0.2585 0.06,-0.08 0.133,-0.164 0.213,-0.2369 0.712,-0.6579 2.168,-1.0014 3.571,-1.5293 0.469,-0.1757 0.922,-0.372 1.348,-0.6032 0.704,-0.3842 1.326,-0.8639 1.689,-1.5294 l 0,-0.021 c 0.218,-0.3991 0.349,-0.8545 0.364,-1.4001 l 0,-0.022 c 0.02,-0.364 -0.06,-0.7645 -0.15,-1.2063 l 0,-0.021 c -0.06,-0.2236 -0.109,-0.4438 -0.193,-0.6894 0.592,-1.4012 1.208,-2.3689 1.818,-2.9942 0.172,-0.1785 0.338,-0.3264 0.514,-0.4522 0.35,-0.2511 0.714,-0.4052 1.068,-0.4739 0.445,-0.087 0.875,-0.046 1.327,0.086 0.181,0.053 0.371,0.1152 0.555,0.1938 0.181,0.08 0.353,0.1797 0.535,0.28 l 0.02,0 c 0.364,0.1992 0.724,0.4346 1.091,0.6893 0.552,0.386 1.125,0.8015 1.689,1.2063 -0.118,-0.1236 -0.234,-0.225 -0.321,-0.3447 -0.17,-0.2374 -0.262,-0.47 -0.32,-0.6892 -0.02,-0.097 -0.05,-0.2079 -0.06,-0.3016 -0.02,-0.262 0.04,-0.4866 0.149,-0.711 0.03,-0.01 0.03,-0.02 0.03,-0.021 0.03,-0.072 0.09,-0.1472 0.149,-0.2154 0.08,-0.109 0.171,-0.2266 0.278,-0.3232 0.06,-0.039 0.08,-0.071 0.129,-0.1077 0.142,-0.114 0.299,-0.2101 0.47,-0.3015 0.202,-0.1092 0.416,-0.2056 0.641,-0.2801 0.02,-0.011 0.03,0 0.04,0 0.02,-0.011 0.02,-0.019 0.04,-0.022 l 0.03,0 c 0.191,-0.058 0.381,-0.1189 0.576,-0.1507 0.02,-0.011 0.04,0 0.06,0 0.225,-0.033 0.45,-0.048 0.664,-0.043 1.419,0.043 2.428,0.9946 0.726,3.3388 6.544,2.5887 5.149,10.0574 -2.308,6.1175 -5.102,-2.7136 -17.302,4.0377 -8.681,8.3793 6.395,-1.4759 11.284,0.1188 6.842,7.4962 -0.704,0.8543 -1.905,1.5244 -3.336,2.1109 -0.113,0 -0.151,-1e-4 -0.279,0 -4.745,0.011 -11.373,-4.9285 -14.027,-2.2401 -3.919,3.9687 -7.226,0.087 -11.097,-0.711 -5.022,-1.035 0.428,-8.6669 -7.078,-6.8498 -4.611,1.1167 -9.497,3.557 -13.877,3.0372 -3.831,-0.4544 -5.157,1.2551 -6.736,3.8773 -1.905,3.1668 -2.704,7.0973 -5.709,10.1241 -3.272,3.2941 -4.3,7.3027 -3.999,12.278 0.278,4.5454 -1.34,8.0035 2.075,11.9336 3.023,3.4767 4.239,10.1335 10.221,9.9302 4.898,-0.1669 10.829,-3.9842 14.412,-1.8525 2.569,1.5295 4.972,0.723 6.308,2.628 2.396,3.4206 -0.617,9.2751 2.801,13.4413 2.721,3.3149 4.626,8.8121 2.16,13.2259 -2.805,5.0199 0.675,9.6559 1.282,14.6044 0.695,5.6635 5.786,10.7644 5.496,15.7031 -0.274,4.6744 4.675,3.5923 7.804,3.0803 5.448,-0.8914 9.186,-5.823 10.435,-10.684 1.112,-4.3264 2.51,-7.4611 2.908,-12.192 0.345,-4.123 9.698,-6.7498 7.27,-13.2045 -1.797,-4.7793 -2.759,-10.1397 1.027,-14.5614 3.517,-4.111 8.018,-7.3293 10.177,-12.6012 0.991,-2.4079 3.973,-8.2602 3.379,-8.25 -2.916,0.048 -9.47,3.1689 -11.568,-1.8095 -2.04,-4.8434 -6.92,-8.0548 -7.248,-13.6566 -0.246,-4.143 -5.27,-8.5025 -5.474,-11.5673 1.372,-0.6182 2.58,-0.6915 3.613,0.2801 3.628,8.0671 8.638,14.8741 10.628,23.8238 7.523,-1.1631 17.198,-6.101 20.633,-13.7644 -3.624,-2.5963 -3.915,-8.4313 -7.825,-2.8865 -5.712,2.2263 -10.068,-17.276 -2.032,-6.6775 6.432,5.2364 19.167,2.5064 23.136,9.3917 -0.609,4.5931 4.694,-3.6417 3.401,3.0156 0.179,5.3021 3.507,17.1611 6.971,18.0079 0.879,-9.3756 6.849,-18.0721 15.801,-21.1314 5.725,0.7927 3.599,12.7035 9.344,9.1764 0.236,9.8418 2.664,6.6466 7.463,7.4531 0.523,7.1305 7.919,2.7648 7.27,-1.9171 -1.343,-5.109 -7.489,-14.4772 1.347,-13.0537 5.952,-1.2925 16.739,-7.9356 13.578,-14.2383 3.206,-1.9893 -5.311,-9.3096 2.674,-11.8257 -1.146,0.087 -10.887,-0.9851 -3.871,-4.739 6.199,-4.8418 -0.195,5.6201 4.747,0.28 4.883,-0.8019 3.911,14.1523 7.527,5.7083 -4.494,-4.5206 0.979,-11.7894 5.709,-11.2873 6.051,-2.2336 15.524,-20.7722 4.854,-19.8173 -5.556,-4.9944 8.813,-13.2009 14.562,-10.9856 6.462,1.7625 8.488,-1.652 13.706,-5.0191 3.922,-0.074 -0.642,5.0234 4.319,1.0771 l 0,-17.9218 c -4.515,-1.446 -8.501,-3.4199 -13.963,-3.1019 -2.489,-2.6674 -5.122,-2.9991 -8.403,-1.637 2.489,-3.4801 -8.165,-2.4982 -7.463,1.0339 -5.465,-0.9501 -14.914,3.556 -14.39,-3.4465 -0.799,-4.1055 -10.59,1.2409 -14.669,-2.1325 -4.047,3.2275 -6.162,-5.1079 -8.04,-1.637 7.137,3.1523 -2.751,-1.2632 -0.256,2.4341 -10.539,3.6028 -1.161,-3.8161 3.549,-4.8036 1.605,-5.8538 -12.516,-0.3964 -11.055,-5.7513 l -0.749,-0.065 -0.04,-0.021 z m -258.497,2.4557 c -0.353,0 -0.435,0.1598 -0.32,0.517 0.139,0.4221 1.256,0.8608 2.587,1.0124 1.966,0.2241 2.384,0.4729 2.609,1.594 0.257,1.282 0.748,1.5363 3.506,1.7663 0.629,0.053 1.341,0.2923 1.582,0.5386 0.241,0.2463 2.096,0.315 4.127,0.1508 2.031,-0.1642 4.495,-0.2928 5.453,-0.3016 1.077,-0.011 1.62,-0.2403 1.412,-0.5817 -0.187,-0.3051 -0.05,-0.9445 0.342,-1.4431 0.606,-0.7835 0.6,-0.8352 -0.09,-0.3016 -0.436,0.3396 -1.392,0.5908 -2.117,0.5817 -0.724,-0.012 -3.331,0.1183 -5.795,0.2584 -4.6,0.2614 -6.843,-0.4052 -6.843,-2.0033 0,-0.3821 -0.877,-0.7913 -1.988,-0.9478 -1.089,-0.1532 -2.651,-0.4566 -3.485,-0.6677 -0.442,-0.1111 -0.771,-0.1733 -0.984,-0.1724 z m 11.975,7.9054 c -1.585,0 -3.935,1.9574 -3.935,3.2742 0,1.5109 1.641,4.1609 2.609,4.2004 0.446,0.017 3.19,0.1061 6.094,0.1939 3.665,0.1112 5.909,0.4543 7.377,1.1201 1.162,0.5266 2.54,1.0054 3.058,1.0556 1.608,0.1552 2.209,1.1589 1.369,2.2401 -0.672,0.8592 -0.652,0.8671 0.149,0.2369 0.756,-0.5958 0.975,-0.5393 1.454,0.3662 0.312,0.5843 0.577,1.3921 0.577,1.8095 0,0.5121 0.393,0.7019 1.241,0.5384 1.54,-0.2966 2.195,0.5601 1.111,1.4648 -0.645,0.5394 -0.967,0.4819 -1.732,-0.2154 -0.859,-0.7828 -1.061,-0.7802 -2.138,-0.021 -0.938,0.6616 -1.046,0.9785 -0.556,1.5725 0.34,0.4119 0.403,0.7746 0.149,0.797 -0.252,0.022 -1.52,0.079 -2.821,0.1292 -1.787,0.07 -2.433,0.3316 -2.566,1.034 -0.132,0.6725 0.183,0.9321 1.068,0.9262 0.674,-0.011 1.534,-0.2254 1.925,-0.4739 0.763,-0.4872 4.833,1.2189 4.833,2.0249 0,0.2537 0.628,0.6207 1.411,0.8185 1.083,0.2738 1.269,0.4669 0.706,0.8185 -0.516,0.3212 -0.268,0.4633 0.855,0.4309 0.892,-0.025 2.551,0.4227 3.678,1.0124 2.666,1.3926 2.632,1.3945 1.496,0.1292 -0.951,-1.0586 -0.936,-1.083 0.108,-1.3571 1.688,-0.4446 1.169,-2.2741 -1.412,-4.8466 -2.245,-2.2375 -2.312,-2.3613 -1.325,-3.1018 1.382,-1.0391 1.506,-1.0012 3.464,0.8401 1.324,1.2466 1.857,1.4583 2.415,0.9908 0.397,-0.3306 0.6,-0.8415 0.428,-1.1201 -0.17,-0.279 0.193,-0.6121 0.813,-0.7755 1.054,-0.2776 1.061,-0.3761 0.256,-1.2708 -0.475,-0.5277 -1.145,-0.8477 -1.497,-0.7108 -0.356,0.1366 -1.091,-0.2451 -1.625,-0.8401 -0.537,-0.599 -1.638,-1.0771 -2.458,-1.0771 -1.776,0 -3.056,-1.7882 -1.796,-2.4987 0.424,-0.2391 0.609,-0.6753 0.406,-0.9693 -0.474,-0.6803 -3.393,-2.0744 -4.02,-1.9171 -0.261,0.065 -0.863,-0.034 -1.326,-0.2155 -0.742,-0.2895 -0.704,-0.4112 0.192,-1.0769 0.857,-0.6349 0.87,-0.754 0.15,-0.754 -0.473,1e-4 -0.997,0.2454 -1.176,0.5386 -0.204,0.3307 -0.664,0.3398 -1.219,0.043 -0.488,-0.2643 -1.146,-0.5098 -1.433,-0.5386 -0.291,-0.029 -0.512,-0.3087 -0.512,-0.6246 0,-1.0379 -1.775,-1.8993 -3.401,-1.6587 -0.88,0.1297 -1.487,0.4493 -1.325,0.7108 0.474,0.7731 -1.289,1.1669 -2.117,0.474 -0.421,-0.3503 -0.98,-0.4776 -1.262,-0.3016 -0.717,0.4451 -1.404,-0.7847 -1.219,-2.2187 0.121,-0.9446 -0.101,-1.1981 -1.068,-1.1847 -0.676,0.011 -1.575,0.3119 -2.011,0.6677 -0.916,0.7459 -1.174,3.5276 -0.428,4.4373 0.332,0.4042 0.264,0.7543 -0.15,1.0126 -0.964,0.6005 -2.052,-1.3097 -1.967,-3.4466 l 0.04,-1.8955 0.342,2.1108 c 0.283,1.8267 0.381,1.9782 0.685,0.9048 0.498,-1.7702 -0.554,-3.8126 -1.968,-3.8126 z m -9.751,4.6312 c -0.182,0 -0.335,0.067 -0.492,0.1508 -1.928,1.0393 -1.977,3.7265 -0.06,3.7265 1.435,0 1.585,0.4423 0.749,2.1325 -0.999,2.0165 -1.509,2.2836 -2.779,1.4863 -0.787,-0.4963 -1.323,-0.4954 -2.246,-0.043 -2.19,1.0725 -5.585,1.257 -7.548,0.4308 -1.015,-0.4269 -1.839,-1.0284 -1.839,-1.3356 0,-0.614 -2.587,-0.7522 -3.977,-0.2153 -0.7,0.271 -0.732,0.4386 -0.171,0.7969 0.385,0.2472 1.059,0.4254 1.497,0.4094 0.521,-0.018 0.439,-0.1727 -0.257,-0.474 -0.86,-0.3723 -0.897,-0.4864 -0.171,-0.517 1.363,-0.056 1.739,1.0659 0.47,1.4003 -0.821,0.2165 -1.065,0.6719 -0.962,1.6585 0.193,1.8109 -1.051,2.1229 -1.689,0.4309 -0.597,-1.5803 -2.379,-2.1644 -5.324,-1.7665 -2.378,0.3213 -3.885,-0.749 -2.31,-1.637 0.824,-0.4634 0.81,-0.5668 -0.256,-1.1416 -0.874,-0.4721 -1.343,-0.4692 -1.882,-0.021 -0.544,0.4561 -1.155,0.374 -2.481,-0.3231 -2.319,-1.2183 -5.797,-1.841 -6.585,-1.1848 -0.413,0.346 -1.139,0.2323 -2.203,-0.323 -1.486,-0.7744 -1.741,-0.7628 -3.357,0.2154 -4.259,2.5766 -5.828,3.2629 -6.307,2.7787 -0.311,-0.3137 0.327,-1.0091 1.754,-1.874 1.247,-0.7596 2,-1.3885 1.645,-1.4002 -0.355,-0.014 -1.395,0.4615 -2.331,1.034 -1.362,0.8352 -1.864,0.9032 -2.523,0.3877 -0.688,-0.5381 -0.726,-0.5172 -0.235,0.1508 0.722,0.9832 1.314,3.9967 0.877,4.4374 -0.58,0.5836 -1.733,-0.8197 -1.733,-2.111 0,-0.695 -0.166,-1.27 -0.384,-1.2925 -0.508,-0.052 -1.164,-0.2126 -2.01,-0.4738 l 0,21.4113 c 1.112,0.4782 1.827,0.5992 2.159,0.3231 0.433,-0.3632 0.877,-0.1454 1.476,0.7754 0.471,0.7256 0.855,1.4977 0.855,1.6803 0,0.5414 2.33,2.3069 3.058,2.3263 1.118,0.03 2.352,3.5634 1.603,4.5882 -0.261,0.3589 0.109,0.815 0.963,1.2063 1.36,0.6239 1.367,0.6498 0.406,1.8093 -0.535,0.6474 -0.656,0.9115 -0.256,0.5601 1.005,-0.8851 2.993,0.1355 2.181,1.1201 -0.66,0.8003 -0.223,1.3786 1.048,1.3786 1.324,0 5.773,4.412 5.773,5.7298 0,1.2616 -0.806,1.9973 -1.304,1.1848 -0.736,-1.197 -1.055,-0.4024 -1.113,2.7571 -0.03,1.827 -0.138,4.7732 -0.235,6.5268 -0.186,3.3295 1.085,7.2585 2.288,7.0223 0.321,-0.063 0.619,0.4046 0.663,1.0339 0.118,1.7481 2.322,4.963 3.763,5.5144 0.706,0.271 1.133,0.7637 0.941,1.077 -0.208,0.3415 0.05,0.489 0.62,0.3877 0.765,-0.132 1.175,0.4645 1.925,2.7573 0.529,1.6072 1.431,3.4268 1.988,4.028 0.738,0.7918 0.868,1.2585 0.449,1.6801 -0.418,0.4214 -0.135,0.9611 1.049,2.0249 0.9,0.8078 1.651,1.9756 1.668,2.5849 0.03,1.1913 2.944,3.8616 3.548,3.2526 0.201,-0.2022 -0.06,-0.5984 -0.555,-0.8832 -0.507,-0.2848 -0.92,-0.7688 -0.92,-1.0769 0,-0.3086 -0.712,-1.6305 -1.582,-2.9296 -0.873,-1.2992 -1.583,-2.531 -1.582,-2.7357 0,-0.2044 -0.525,-1.3734 -1.177,-2.6064 -0.91,-1.7321 -1.039,-2.3981 -0.556,-2.8864 0.724,-0.7273 2.267,0.2455 2.267,1.4217 0,0.3702 1.046,2.1337 2.352,3.9203 1.307,1.7865 2.395,3.4234 2.395,3.662 0,0.2388 0.782,1.3932 1.753,2.5417 2.338,2.7672 2.99,4.0649 2.652,5.3637 -0.364,1.3959 1.345,2.7604 7.078,5.6221 3.647,1.8203 4.582,2.1017 5.388,1.5939 0.799,-0.5019 1.322,-0.3818 2.887,0.6893 2.486,1.6983 5.864,3.425 6.692,3.425 1.308,0 3.615,2.8188 3.615,4.4157 0,1.3144 0.113,1.4746 0.769,0.9263 0.639,-0.5344 0.877,-0.4396 1.347,0.6031 0.322,0.7081 0.936,1.1857 1.668,1.3356 0.1,0.018 0.18,0.033 0.278,0.043 0.75,0.063 1.636,0.3476 1.967,0.6246 0.303,0.2532 0.609,0.2124 0.92,-0.1077 0.06,-0.053 0.104,-0.1246 0.15,-0.1939 0.06,-0.07 0.09,-0.1297 0.149,-0.2154 1.412,-2.2809 3.822,1.1363 3.742,5.3205 -0.03,1.8671 -0.408,2.8427 -1.774,4.5236 -0.959,1.1785 -2.04,3.296 -2.396,4.7174 -0.585,2.3336 -0.557,2.6403 0.3,3.1234 0.897,0.5056 0.877,0.588 -0.171,1.4001 l -1.112,0.8617 1.753,3.985 c 0.963,2.1918 2.324,5.754 3.016,7.9269 1.063,3.342 1.575,4.1671 3.271,5.3205 1.101,0.7496 2.848,2.1271 3.892,3.0802 l 1.903,1.7449 -0.663,9.1548 c -0.356,5.0379 -0.714,10.4769 -0.791,12.0841 -0.09,1.9099 -0.637,3.9187 -1.583,5.7945 -1.044,2.0721 -1.361,3.3061 -1.133,4.4589 0.105,0.5339 0.09,1.3091 -0.02,2.0464 l 14.177,0 c 0.02,-0.068 0.04,-0.1226 0.06,-0.1939 0.191,-0.6313 1.121,-0.9985 2.993,-1.2494 4.315,-0.5758 5.346,-2.5115 2.909,-5.4282 -0.792,-0.9488 -1.123,-1.5557 -0.983,-1.7879 0.02,-0.029 0.05,-0.047 0.09,-0.064 0.221,-0.1185 0.78,0.048 1.667,0.56 0.868,0.502 1.299,0.6892 1.903,0.5601 0.122,-0.026 0.242,-0.057 0.385,-0.1077 0.282,-0.1023 0.625,-0.2492 1.047,-0.4524 1.834,-0.8812 3.136,-2.698 5.924,-8.2931 1.129,-2.2638 1.309,-3.0977 0.876,-4.0496 -0.295,-0.6568 -0.387,-1.4455 -0.192,-1.7663 0.06,-0.08 0.158,-0.1893 0.3,-0.3232 0.281,-0.2677 0.719,-0.6163 1.218,-0.9908 1.24,-0.936 2.825,-1.9817 3.144,-1.9817 0.172,0 0.574,-0.3689 0.897,-0.7971 0.323,-0.4281 1.526,-0.8562 2.674,-0.9692 2.006,-0.1974 2.128,-0.3492 3.528,-3.6189 1.189,-2.7724 1.459,-4.1797 1.475,-7.7331 0.02,-3.0622 0.23,-4.5048 0.727,-4.8035 0.388,-0.2335 1.59,-1.7283 2.651,-3.2957 1.27,-1.8792 1.945,-3.5075 2.011,-4.825 0.02,-0.1649 0.02,-0.3193 0,-0.4739 -0.08,-1.0821 -0.617,-1.9092 -1.625,-2.4342 -0.854,-0.4441 -1.865,-1.2632 -2.245,-1.8094 -0.51,-0.7303 -1.557,-1.055 -3.935,-1.2278 -2.081,-0.1515 -3.016,-0.3531 -3.955,-1.0554 -0.157,-0.1174 -0.288,-0.2403 -0.45,-0.3878 -0.164,-0.1474 -0.333,-0.3136 -0.513,-0.4955 -2.036,-2.0523 -2.968,-2.1081 -4.363,-0.323 -0.749,0.9606 -1.454,1.2993 -2.437,1.1847 -0.628,-0.073 -1.022,-0.2423 -1.176,-0.4524 -0.02,-0.034 -0.06,-0.07 -0.06,-0.1077 -0.113,-0.3302 0.312,-0.7222 1.261,-0.9477 0.669,-0.1592 1.272,-0.6862 1.369,-1.1848 0.257,-1.3426 -0.681,-1.1343 -2.694,0.6462 -0.615,0.5437 -1.218,0.9846 -1.626,1.1847 -0.08,0.039 -0.172,0.066 -0.235,0.086 -0.13,0.043 -0.213,0.046 -0.256,0 -0.555,-0.5593 2.828,-5.0074 3.507,-4.6097 0.128,0.076 0.186,0.072 0.171,0 -0.02,-0.023 0,-0.07 -0.04,-0.1077 -0.08,-0.1541 -0.266,-0.4212 -0.555,-0.7539 -0.509,-0.5823 -0.893,-1.156 -0.941,-1.4216 -0.02,-0.039 -0.02,-0.083 0,-0.1078 0.31,-0.9767 -0.391,-2.1943 -1.539,-3.1664 -0.143,-0.1218 -0.315,-0.2317 -0.471,-0.3447 -1.092,-0.7903 -2.461,-1.357 -3.743,-1.357 -1.449,0 -2.276,-0.4458 -3.784,-2.0033 -1.063,-1.0957 -2.511,-2.5562 -3.229,-3.2526 -0.719,-0.6965 -1.167,-1.5126 -0.983,-1.8094 0.216,-0.3555 -0.589,-0.4083 -2.352,-0.1724 -0.421,0.056 -0.81,0.088 -1.154,0.1077 -1.031,0.057 -1.698,-0.06 -1.862,-0.3231 -0.185,-0.3071 -0.597,-0.5068 -0.941,-0.4524 -0.07,0.011 -0.157,0.022 -0.235,0.022 -0.08,2e-4 -0.151,-0.02 -0.234,-0.022 -0.169,-0.018 -0.345,-0.056 -0.534,-0.1076 -0.193,-0.051 -0.381,-0.1173 -0.578,-0.1938 -0.983,-0.3832 -1.966,-1.0395 -1.989,-1.4864 -0.02,-0.3726 -0.252,-0.1407 -0.513,0.517 -0.264,0.6575 -0.691,1.2061 -0.963,1.2061 -0.272,0 -0.398,0.4395 -0.256,0.991 0.02,0.091 0.06,0.1761 0.06,0.2585 0.08,0.4941 -0.06,0.8533 -0.256,1.0124 -0.03,0.028 -0.07,0.051 -0.107,0.065 -0.317,0.1274 -0.762,-0.095 -1.112,-0.7539 -0.343,-0.6499 -0.396,-1.0962 -0.128,-1.7017 l 0,-0.021 c 0.09,-0.204 0.22,-0.4146 0.385,-0.6677 0.417,-0.6386 0.543,-1.0358 0.469,-1.1848 -0.06,-0.1046 -0.177,-0.082 -0.384,0.022 -0.309,0.1558 -0.786,0.5382 -1.368,1.1633 -0.249,0.266 -0.52,0.4954 -0.792,0.6677 -0.179,0.1148 -0.35,0.1976 -0.512,0.2585 -0.163,0.062 -0.321,0.088 -0.45,0.086 -0.07,0 -0.123,0 -0.171,-0.021 -0.169,-0.065 -0.291,-0.098 -0.428,-0.043 -0.03,0.012 -0.09,0.042 -0.128,0.065 -0.364,0.2712 -0.735,1.1855 -1.539,3.4681 -0.02,0.071 -0.06,0.1444 -0.09,0.1938 -0.03,0.048 -0.07,0.082 -0.106,0.1076 -0.117,0.072 -0.271,0.048 -0.492,-0.086 -0.08,-0.045 -0.167,-0.082 -0.257,-0.1507 -0.181,-0.1381 -0.387,-0.3415 -0.641,-0.5816 -0.894,-0.8457 -1.296,-1.0944 -2.245,-0.9478 -0.158,0.023 -0.343,0.062 -0.535,0.1077 -0.193,0.046 -0.383,0.1076 -0.62,0.1723 -0.252,0.067 -0.485,0.125 -0.684,0.1724 -0.19,0.045 -0.382,0.084 -0.536,0.1076 -0.153,0.021 -0.279,0.021 -0.405,0.021 -0.08,0 -0.152,0 -0.214,0 -0.02,-0.011 -0.05,-0.019 -0.06,-0.021 -0.02,0 -0.02,0 -0.04,0 -0.08,-0.017 -0.141,-0.052 -0.214,-0.086 -0.07,-0.028 -0.132,-0.049 -0.193,-0.086 -0.02,-0.014 -0.02,-0.03 -0.04,-0.043 -0.02,-0.014 -0.03,-0.03 -0.06,-0.043 -0.296,-0.2171 -0.61,-0.5534 -1.049,-1.077 -1.255,-1.5015 -1.353,-1.9253 -1.048,-4.9328 0.328,-3.2422 0.329,-3.2932 -1.112,-3.705 -0.804,-0.2293 -2.297,-0.4293 -3.314,-0.4523 -1.73,-0.039 -1.831,-0.1502 -1.667,-1.6372 0.1,-0.8732 0.371,-1.8368 0.598,-2.1325 0.229,-0.2957 0.562,-1.5367 0.748,-2.7787 0.304,-2.0016 0.226,-2.2618 -0.683,-2.2618 -2.317,0 -3.656,0.9686 -3.829,2.7573 -0.153,1.6106 -0.352,1.7832 -2.523,2.154 -2.931,0.5004 -4.316,-0.322 -5.794,-3.4034 -1.038,-2.1652 -1.476,-6.762 -0.706,-7.5392 0.21,-0.2104 0.318,-1.2042 0.235,-2.1756 -0.133,-1.5418 0.09,-1.9049 1.839,-2.9941 2.375,-1.4773 2.965,-1.6008 4.833,-1.0125 0.776,0.2447 2.21,0.5616 3.186,0.7324 1.59,0.2779 1.697,0.2466 1.069,-0.5169 -0.599,-0.7267 -0.538,-0.9881 0.342,-1.6371 0.666,-0.4899 1.505,-0.6318 2.352,-0.3878 0.726,0.2095 1.944,0.3594 2.716,0.3231 1.604,-0.074 3.004,1.6141 3.271,3.985 0.205,1.8205 1.439,3.8773 2.331,3.8773 0.896,0 0.827,-0.6959 -0.405,-5.0405 -0.583,-2.0438 -1.049,-4.0457 -1.049,-4.4373 0,-0.3916 1.25,-1.9993 2.802,-3.5757 1.553,-1.5765 2.731,-3.0002 2.587,-3.145 -0.144,-0.1446 0.105,-0.3981 0.577,-0.5816 0.476,-0.1834 0.748,-0.534 0.598,-0.7755 -0.149,-0.2412 0,-0.5913 0.3,-0.7754 0.364,-0.2256 0.326,-0.6869 -0.06,-1.4002 -0.652,-1.2284 -0.459,-3.9203 0.279,-3.9203 0.277,0 0.653,0.5834 0.855,1.3139 0.301,1.0868 0.387,1.1356 0.427,0.2586 0.08,-1.6338 2.618,-5.019 3.743,-5.019 1.977,0 2.658,-0.5473 2.01,-1.5941 -0.468,-0.7536 -0.403,-1.2677 0.299,-2.3478 0.493,-0.7595 1.251,-1.3787 1.689,-1.3787 0.439,0 1.927,-0.5784 3.294,-1.2709 1.702,-0.8609 2.806,-1.1088 3.527,-0.8184 0.609,0.245 0.756,0.4525 0.321,0.4738 -1.048,0.053 -2.694,1.6175 -2.694,2.5849 0,0.6445 0.228,0.5954 1.176,-0.2585 0.655,-0.5881 1.964,-1.3784 2.887,-1.7448 0.921,-0.3663 1.826,-1.0131 1.988,-1.4432 0.165,-0.4301 0.519,-0.6343 0.813,-0.4523 0.291,0.1818 0.534,0.1098 0.534,-0.1509 0,-1.0808 -0.671,-0.9833 -1.903,0.2585 -1.052,1.0612 -1.459,1.2027 -2.074,0.6893 -0.418,-0.3509 -0.604,-0.9172 -0.406,-1.2492 0.268,-0.4507 0.16,-0.4508 -0.405,0 -0.602,0.4765 -1.06,0.2995 -2.182,-0.8616 -1.489,-1.539 -1.433,-2.1326 0.192,-2.1326 0.542,0 0.963,-0.3756 0.963,-0.8616 0,-1.3449 -3.524,-0.5512 -5.347,1.2063 -1.052,1.0174 -1.66,1.2976 -2.052,0.9047 -0.77,-0.7766 3.725,-4.7356 5.88,-5.1698 0.908,-0.183 2.823,-0.3231 4.255,-0.3231 1.435,0 3.13,-0.2818 3.764,-0.6247 0.634,-0.3433 1.868,-0.7673 2.737,-0.9478 1.373,-0.2844 1.582,-0.5718 1.582,-2.0895 0,-2.3361 -0.665,-2.7619 -3.037,-1.9385 -1.341,0.4662 -2.101,0.5241 -2.33,0.1508 -0.428,-0.6984 1.265,-1.9912 2.694,-2.0464 0.768,-0.029 0.858,-0.1116 0.299,-0.3231 -0.436,-0.1648 -1.403,-0.7368 -2.159,-1.271 -0.758,-0.5341 -1.503,-0.8575 -1.647,-0.7108 -0.146,0.1466 -0.651,-0.337 -1.133,-1.077 -0.481,-0.7397 -0.714,-1.357 -0.513,-1.357 0.203,0 -0.171,-0.5605 -0.813,-1.2494 -0.641,-0.6889 -1.285,-1.9326 -1.433,-2.7573 -0.43,-2.3934 -0.725,-2.4827 -2.309,-0.7754 -0.894,0.9626 -1.816,1.4748 -2.288,1.2924 -0.43,-0.1673 -0.95,-0.032 -1.155,0.3016 -0.25,0.4126 -0.74,0.2158 -1.496,-0.6031 -1.244,-1.3452 -1.556,-2.4356 -0.834,-2.8865 0.742,-0.4622 0.566,-1.8094 -0.235,-1.8094 -0.392,0 -1.383,-0.6443 -2.224,-1.4432 -1.188,-1.1292 -2.094,-1.4903 -4.062,-1.5509 -2.363,-0.072 -2.58,0.039 -3.229,1.594 -0.46,1.1013 -0.516,1.968 -0.193,2.6064 0.325,0.6399 0.269,1.2384 -0.149,1.7448 -0.344,0.4196 -0.449,0.7539 -0.236,0.7539 0.218,0 0.133,0.3352 -0.193,0.7324 -0.454,0.5509 -0.337,1.0337 0.471,2.0679 1.301,1.6661 1.339,3.4612 0.128,5.1913 -0.593,0.8497 -0.956,2.4437 -1.005,4.4804 -0.06,2.3273 -0.299,3.3095 -0.984,3.8127 -0.8,0.5885 -1.212,0.4323 -3.014,-1.2709 -1.902,-1.799 -2.053,-2.1725 -1.839,-4.1789 l 0.214,-2.2187 -2.33,-0.2584 c -1.533,-0.1737 -3.322,-0.9325 -5.176,-2.2187 -1.561,-1.0821 -3.074,-1.8353 -3.357,-1.6587 -0.641,0.3983 -1.342,-0.6709 -1.369,-2.0893 -0.02,-0.7936 -0.312,-1.0073 -1.197,-0.8832 -0.869,0.1217 -1.313,-0.2133 -1.688,-1.2062 -0.736,-1.9504 -0.138,-3.2266 3.271,-6.8285 0.801,-0.8451 1.33,-1.7287 1.176,-1.9817 -0.387,-0.6281 1.603,-1.6481 2.523,-1.2925 0.409,0.1579 1.308,-0.1784 2.009,-0.7538 1.384,-1.1376 1.458,-1.0594 -1.582,-2.0033 -1.392,-0.4329 0.283,-1.3421 2.138,-1.1633 1.643,0.1584 1.797,0.3346 1.947,2.1756 0.12,1.4485 -0.05,2.0897 -0.663,2.3265 -0.673,0.2601 -0.552,0.4813 0.619,1.0986 1.386,0.73 1.52,0.6963 2.46,-0.5602 0.933,-1.246 1.064,-1.269 2.203,-0.517 0.672,0.443 1.469,0.6508 1.753,0.474 0.834,-0.5205 -1.764,-2.936 -3.55,-3.2957 -0.899,-0.181 -1.986,-0.8976 -2.438,-1.5941 -0.861,-1.321 -0.761,-1.4437 1.134,-1.2924 1.251,0.1003 4.384,-1.3306 4.384,-2.0033 0,-0.2289 -0.34,-0.8765 -0.749,-1.4432 -0.54,-0.7414 -0.577,-1.2317 -0.171,-1.7232 0.752,-0.9148 -0.931,-2.1957 -2.909,-2.2187 -1.256,-0.014 -1.396,0.13 -0.962,0.9478 0.388,0.7303 0.169,1.3893 -0.877,2.7357 -1.284,1.6544 -1.394,1.68 -2.052,0.7754 -0.383,-0.5313 -0.727,-1.472 -0.727,-2.1109 0,-0.639 -0.334,-1.4619 -0.749,-1.8094 -0.609,-0.5095 -0.933,-0.3631 -1.647,0.7322 -0.951,1.4644 -1.817,1.3724 -1.817,-0.1937 0,-0.5471 -0.488,-1.1013 -1.132,-1.271 -0.891,-0.2348 -1.019,-0.4507 -0.557,-1.0124 0.81,-0.9836 -1.07,-3.1331 -2.458,-3.2096 l -0.04,0 z m -48.261,5.4714 c -0.291,0 -0.893,0.2337 -1.326,0.517 -0.435,0.2834 -0.549,0.5169 -0.257,0.5169 0.288,0 0.89,-0.2335 1.326,-0.5169 0.436,-0.2833 0.546,-0.517 0.257,-0.517 z m 150.321,5.9882 c -0.38,0 -0.94,0.053 -1.71,0.1723 -1.378,0.2147 -2.928,0.3559 -3.443,0.3232 -0.514,-0.032 -0.791,0.1451 -0.642,0.3877 0.408,0.6653 -2.135,2.1472 -3.805,2.2186 l -1.455,0.065 1.582,0.3447 c 0.869,0.1875 1.449,0.5585 1.306,0.8185 -0.306,0.5453 1.339,1.2806 2.971,1.3355 0.615,0.021 2.394,-0.4766 3.956,-1.12 3.169,-1.3068 3.961,-2.0721 2.822,-2.7142 -0.421,-0.2379 -0.769,-0.8076 -0.769,-1.2493 0,-0.4117 -0.179,-0.5801 -0.813,-0.5817 z m 229.694,12.0197 c -2.046,2.4428 -4.975,5.4553 -6.5,5.9021 -4.19,2.9027 -2.666,17.7942 2.63,8.8747 0.931,-2.9169 3.227,-4.4445 3.87,-6.7207 l 0,-2.4772 c -0.108,-0.447 -0.274,-0.9238 -0.512,-1.4431 0.158,-0.2554 0.341,-0.4866 0.512,-0.7109 l 0,-3.4249 z m -324.356,20.7866 c 0.29,0 0.535,0.2248 0.535,0.517 0,0.2925 -0.245,0.5384 -0.535,0.5384 -0.289,0 -0.535,-0.2459 -0.535,-0.5384 0,-0.2922 0.246,-0.517 0.535,-0.517 z m 1.07,2.8865 c 0.06,-0.011 0.113,-0.011 0.171,0 0.286,0.019 0.592,0.144 1.027,0.3446 0.752,0.3452 1.734,1.3974 2.18,2.348 0.682,1.4463 1.231,1.8152 3.293,2.197 1.356,0.2513 2.55,0.7458 2.673,1.1201 0.124,0.3746 -0.08,0.6207 -0.449,0.5386 -0.389,-0.086 -0.804,0.5311 -0.984,1.4432 -0.314,1.5921 -0.32,1.5966 -0.984,0.3877 -0.363,-0.6658 -0.862,-1.1026 -1.111,-0.9477 -0.25,0.1545 -0.34,-0.1725 -0.193,-0.7325 0.172,-0.6593 -0.11,-1.2267 -0.791,-1.5939 -0.882,-0.4752 -1.207,-0.3123 -2.01,0.9046 -0.526,0.798 -1.084,2.5191 -1.24,3.8343 -0.182,1.5155 -0.453,2.1518 -0.727,1.7233 -0.236,-0.372 -0.341,-1.3355 -0.256,-2.1326 0.08,-0.7974 0,-1.6648 -0.193,-1.9602 -0.462,-0.7489 0.717,-2.2562 1.967,-2.4987 3,-0.5819 -1.653,-2.5961 -5.175,-2.2402 -1.958,0.1979 -2.061,0.1635 -0.897,-0.3447 0.724,-0.3164 1.824,-1.0362 2.437,-1.6155 0.517,-0.4912 0.865,-0.745 1.262,-0.7754 z m 180.3,3.188 c 0.201,-0.011 0.403,-0.011 0.62,0 2.719,2.1859 -5.277,4.1789 0.129,7.9485 0.338,2.6855 4.311,0.4711 0.704,3.468 6.304,8.4154 -9.241,6.4269 -3.784,-1.3786 -3.198,-3.6932 -3.949,-9.7942 2.331,-10.0379 z m -170.121,0.4953 c 0.226,-0.036 0.45,0.05 0.576,0.2585 0.171,0.277 0.102,0.6473 -0.171,0.8186 -0.272,0.171 -0.642,0.105 -0.813,-0.1723 -0.169,-0.2767 -0.08,-0.6475 0.193,-0.8186 0.07,-0.044 0.139,-0.072 0.215,-0.086 z m 181.347,0.8617 c 2.226,5.3894 -5.411,3.5285 0,0 z m -176.837,3.2741 c 0.07,-0.01 0.09,-0.01 0.128,0 0.111,0.019 0.153,0.097 0.108,0.2155 -0.158,0.4107 -1.062,0.9368 -2.031,1.2063 -0.967,0.2694 -2.582,1.1363 -3.571,1.8956 -0.987,0.759 -2.106,1.3785 -2.481,1.3785 -1.019,0 1.431,-1.7088 5.11,-3.5758 1.36,-0.6889 2.306,-1.0713 2.737,-1.1201 z m 269.296,88.2518 c -0.125,0.033 -0.117,0.1237 -0.02,0.3016 0.189,0.3109 -0.253,0.9816 -0.985,1.4648 -0.731,0.4833 -1.229,1.0652 -1.09,1.2924 0.141,0.2271 -0.103,0.713 -0.534,1.077 -0.573,0.4792 -0.64,0.8442 -0.234,1.3355 0.306,0.3736 0.381,0.8038 0.149,0.9479 -0.839,0.5204 -4.051,-0.059 -4.342,-0.7756 -0.412,-1.0273 -1.624,-1.1506 -1.624,-0.1723 0,0.4447 -0.579,1.0561 -1.283,1.3787 -0.723,0.332 -1.157,0.871 -1.005,1.2708 0.146,0.3883 0.106,1.0067 -0.107,1.3571 -0.283,0.4604 -0.596,0.3843 -1.112,-0.323 -0.685,-0.9452 -0.709,-0.9545 -0.769,0.043 -0.03,0.5673 -0.03,1.3144 0.02,1.6587 0.08,0.6569 -3.119,3.3603 -3.978,3.3603 -0.518,0 -2.949,1.2263 -5.881,2.9726 -1.927,1.149 -2.269,2.951 -0.855,4.5235 0.517,0.5779 0.736,1.3405 0.513,1.9172 -0.342,0.8965 -0.423,0.8881 -1.132,-0.086 -0.436,-0.5962 -0.75,-0.7398 -0.75,-0.3446 0,0.376 0.505,1.3988 1.113,2.2618 1.232,1.7422 2.808,8.4347 2.437,10.3825 -0.184,0.965 0.09,1.4362 1.262,2.0463 1.422,0.7402 1.648,0.6984 3.486,-0.56 1.096,-0.7497 2.709,-1.3357 3.656,-1.3357 1.078,0 2.219,-0.4691 3.122,-1.3138 0.783,-0.7307 2.043,-1.3356 2.779,-1.3356 0.734,0 2.039,-0.2527 2.93,-0.56 2.439,-0.8397 6.543,0.8118 7.655,3.0803 0.457,0.9378 0.97,1.695 1.133,1.7017 0.165,0.011 0.692,-0.8515 1.198,-1.9172 0.676,-1.4292 1.062,-1.7957 1.497,-1.357 0.435,0.4387 0.443,0.9728 -0.02,1.9817 -0.811,1.7919 -0.776,2.1146 0.128,1.3571 0.544,-0.4539 0.847,-0.4545 1.111,-0.021 0.2,0.3261 0.227,0.7161 0.06,0.8832 -0.166,0.1674 0.287,1.0156 1.005,1.8741 0.717,0.8586 1.304,1.8972 1.304,2.3049 0,1.158 3.249,1.8344 4.319,0.9046 0.776,-0.6719 0.992,-0.6323 1.84,0.3017 1.246,1.3668 1.172,1.3664 2.374,-0.1724 0.603,-0.7732 1.47,-1.2561 2.116,-1.1848 0.756,0.083 1.15,-0.2194 1.24,-0.9477 0.17,-1.3406 1.129,-4.1458 2.374,-6.8931 1.243,-2.7425 2.574,-13.6949 1.626,-13.4198 -0.5,0.1452 -3.23,-1.8038 -3.23,-2.3047 0,-0.2436 -0.585,-1.0702 -1.305,-1.8525 -0.719,-0.7828 -1.191,-1.6394 -1.048,-1.8741 0.145,-0.2342 -0.221,-0.5655 -0.811,-0.7539 -1.45,-0.4633 -3.165,-4.0164 -3.165,-6.5483 0,-1.3696 -0.347,-2.3528 -1.026,-2.9726 -0.565,-0.5142 -1.194,-1.7086 -1.39,-2.628 -0.197,-0.9195 -0.478,-1.8779 -0.642,-2.1541 -0.396,-0.674 -1.601,2.7415 -1.668,4.7389 -0.06,1.6074 -1.814,6.1176 -2.395,6.1176 -0.172,0 -1.628,-0.9622 -3.228,-2.154 -2.722,-2.0249 -2.894,-2.2803 -2.566,-3.8557 0.193,-0.9269 0.574,-1.9198 0.834,-2.1973 0.626,-0.6683 0.594,-2.0493 -0.04,-1.6586 -0.27,0.1682 -0.599,0.084 -0.771,-0.1938 -0.171,-0.2784 -0.739,-0.484 -1.24,-0.4524 -0.502,0.032 -1.47,-0.1172 -2.159,-0.3447 -0.407,-0.1344 -0.701,-0.1916 -0.856,-0.1723 l -0.02,0 z m -346.959,14.4108 c -0.06,-0.011 -0.114,0.019 -0.17,0.021 -0.08,0.014 -0.144,0.022 -0.214,0.065 -0.122,0.076 -0.194,0.1943 -0.235,0.323 l 0,0.3878 c 0.02,0.037 0.02,0.073 0.04,0.1076 0.168,0.277 0.536,0.3651 0.812,0.1939 0.273,-0.1709 0.337,-0.5417 0.171,-0.8186 -0.101,-0.1557 -0.243,-0.2588 -0.407,-0.2799 z m 2.995,3.2095 c -0.08,0.012 -0.146,0.045 -0.215,0.086 -0.276,0.1711 -0.359,0.5201 -0.191,0.797 0.171,0.2769 0.537,0.3649 0.812,0.1939 0.273,-0.1713 0.342,-0.5417 0.171,-0.8186 -0.129,-0.2075 -0.35,-0.2934 -0.577,-0.2584 z m 7.548,2.1109 c -0.06,-0.01 -0.09,0.013 -0.15,0.021 -0.08,0.014 -0.167,0.045 -0.235,0.086 -0.278,0.1713 -0.364,0.5202 -0.192,0.797 0.169,0.2768 0.538,0.3651 0.811,0.1937 0.278,-0.1711 0.364,-0.5415 0.194,-0.8184 -0.09,-0.1556 -0.261,-0.261 -0.428,-0.28 z m 4.575,1.077 c -0.08,0.013 -0.146,0.045 -0.213,0.086 -0.278,0.1712 -0.34,0.5201 -0.171,0.797 0.171,0.2767 0.516,0.365 0.792,0.1939 0.272,-0.1712 0.362,-0.5419 0.191,-0.8185 -0.127,-0.2078 -0.373,-0.2935 -0.599,-0.2586 z m 337.764,18.051 c -0.06,-0.011 -0.113,0.02 -0.171,0.022 -0.08,0.013 -0.144,0.022 -0.214,0.064 -0.276,0.1711 -0.363,0.5418 -0.192,0.8185 0.169,0.277 0.539,0.3648 0.812,0.1938 0.276,-0.1711 0.34,-0.5416 0.171,-0.8184 -0.1,-0.1558 -0.24,-0.2589 -0.406,-0.2801 z"
+               id="path18939" />
+            <rect
+               inkscape:export-ydpi="30.536354"
+               inkscape:export-xdpi="30.536354"
+               inkscape:export-filename="/home/smorge/SEBASTIENs/ACTIVITEs/EN COURS/freetuxtv/freetuxtv-1.png"
+               y="6157.2017"
+               x="-15602.469"
+               height="233.57555"
+               width="3.5472536"
+               id="rect18941"
+               style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               transform="matrix(0.70059678,0,0,0.70576536,-8323.3149,1768.4725)"
+               style="fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter7804)"
+               d="m -10709.312,6469.5727 c -42.542,1.0077 -87.338,9.1813 -121,37.0312 -19.772,16.7999 -32.035,45.5339 -23.593,71.125 4.561,12.0928 17.685,18.746 30.187,19.3438 25.668,3.1687 51.732,0.3132 77.563,1.2468 50.428,-0.4191 100.933,0.7611 151.312,-0.9344 13.632,-2.288 24.417,-14.9208 24.813,-28.625 3.532,-23.5966 -9.446,-46.08 -27.375,-60.5624 -30.489,-26.7235 -71.672,-39.8232 -111.907,-38.625 z m 375.282,-0.063 c -44.591,1.4042 -89.967,20.3043 -117.844,55.75 -12.475,17.2401 -16.757,42.2912 -5.062,60.9688 9.248,12.7518 26.088,12.1622 40.187,12.0938 68.48,-0.9896 137.008,1.4051 205.469,-0.7813 13.692,-1.0746 29.823,-7.9398 32.687,-22.9687 7.677,-28.5407 -8.823,-58.371 -32.469,-74.1563 -35.357,-24.9816 -80.553,-30.8663 -122.968,-30.9063 z"
+               id="path18943" />
+            <path
+               sodipodi:type="arc"
+               style="fill:url(#radialGradient3277);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               id="path18945"
+               sodipodi:cx="-8773.3252"
+               sodipodi:cy="8040.1943"
+               sodipodi:rx="291.20587"
+               sodipodi:ry="35.95134"
+               d="m -8482.1193,8040.1943 c 0,19.8554 -130.3773,35.9514 -291.2059,35.9514 -160.8286,0 -291.2059,-16.096 -291.2059,-35.9514 0,-19.8553 130.3773,-35.9513 291.2059,-35.9513 160.8286,0 291.2059,16.096 291.2059,35.9513 z"
+               transform="matrix(0.67375101,0,0,0.63282235,-9915.7151,1343.0013)" />
+            <path
+               transform="matrix(0.67375101,0,0,0.63282235,-9639.9489,1343.0013)"
+               d="m -8482.1193,8040.1943 c 0,19.8554 -130.3773,35.9514 -291.2059,35.9514 -160.8286,0 -291.2059,-16.096 -291.2059,-35.9514 0,-19.8553 130.3773,-35.9513 291.2059,-35.9513 160.8286,0 291.2059,16.096 291.2059,35.9513 z"
+               sodipodi:ry="35.95134"
+               sodipodi:rx="291.20587"
+               sodipodi:cy="8040.1943"
+               sodipodi:cx="-8773.3252"
+               id="path18947"
+               style="fill:url(#radialGradient3279);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               sodipodi:type="arc" />
+            <g
+               id="g18949"
+               transform="matrix(1.1778525,0,0,1.186542,-5745.3486,-2179.7748)">
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:#c28f00;fill-opacity:1;stroke:#c28f00;stroke-width:1.31368029px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 id="path18951"
+                 d="m -8498.8531,7266.8057 c 21.0124,0 26.4152,-14.5185 24.7806,-30.8017 -2.6484,-26.3763 -42.1317,-52.8965 -82.1412,-52.8965 -60.8431,0 -95.3297,26.1257 -95.3297,57.7086 0,23.374 16.7547,26.1257 35.6481,26.1257 27.9997,0 72.3416,-0.1361 117.0422,-0.1361 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.3136803,0,0,1.3136803,3566.7902,-567.3186)"
+                 style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10358)"
+                 id="path18953"
+                 d="m -9230.2786,5905.805 c -21.611,0.4586 -46.25,4.5895 -60,23.0625 -4.813,7.2653 -7.813,19.8454 0.344,25.875 11.653,5.5298 25.024,1.57 37.5,2.7596 24.776,-0.3654 49.758,1.1058 74.4061,-0.9783 9.2946,-4.7332 7.6562,-18.6088 2.3125,-25.7813 -11.9156,-17.0176 -34.3396,-25.1542 -54.5626,-24.9375 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3281);fill-opacity:1;stroke:none;stroke-width:2.05566597;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18955"
+                 d="m -8490.5743,7230.7189 a 51.39775,36.618844 0 0 1 -102.7955,0 51.39775,36.618844 0 1 1 102.7955,0 z" />
+            </g>
+            <g
+               id="g18957"
+               transform="matrix(-1.1778525,0,0,1.186542,-25641.212,-2179.7748)">
+              <path
+                 inkscape:connector-curvature="0"
+                 d="m -8498.8531,7266.8057 c 21.0124,0 26.4152,-14.5185 24.7806,-30.8017 -2.6484,-26.3763 -42.1317,-52.8965 -82.1412,-52.8965 -60.8431,0 -95.3297,26.1257 -95.3297,57.7086 0,23.374 16.7547,26.1257 35.6481,26.1257 27.9997,0 72.3416,-0.1361 117.0422,-0.1361 z"
+                 id="path18959"
+                 style="fill:#c28f00;fill-opacity:1;stroke:#c28f00;stroke-width:1.31368029px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+              <path
+                 inkscape:connector-curvature="0"
+                 d="m -9230.2786,5905.805 c -21.611,0.4586 -46.25,4.5895 -60,23.0625 -4.813,7.2653 -7.813,19.8454 0.344,25.875 11.653,5.5298 25.024,1.57 37.5,2.7596 24.776,-0.3654 49.758,1.1058 74.4061,-0.9783 9.2946,-4.7332 7.6562,-18.6088 2.3125,-25.7813 -11.9156,-17.0176 -34.3396,-25.1542 -54.5626,-24.9375 z"
+                 id="path18961"
+                 style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10358)"
+                 transform="matrix(1.3136803,0,0,1.3136803,3566.7902,-567.3186)" />
+              <path
+                 inkscape:connector-curvature="0"
+                 d="m -8490.5743,7230.7189 a 51.39775,36.618844 0 0 1 -102.7955,0 51.39775,36.618844 0 1 1 102.7955,0 z"
+                 id="path18963"
+                 style="color:#000000;fill:url(#linearGradient3283);fill-opacity:1;stroke:none;stroke-width:2.05566597;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#4d4d4d;fill-opacity:1;stroke:none"
+               id="path18965"
+               d="m -15424.607,6231.787 c 5.743,-0.4822 30.393,-1.4325 56.897,14.0621 30.292,17.708 37.328,14.9527 37.328,14.9527 l 4.252,7.4377 c -22.6,-2.2877 -53.311,-23.3669 -75.248,-27.5996 -7.414,-1.4305 -15.162,-1.0609 -22.459,0.174 l -1.991,-8.905 c 0,0 0.399,-0.053 1.221,-0.1219 z" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:url(#linearGradient3285);fill-opacity:1;stroke:none"
+               d="m -15452.591,6165.7033 c 34.173,7.6069 67.054,21.9243 94.812,43.624 15.394,13.1547 31.05,26.2747 42.531,43.2215 3.024,5.4324 7.953,11.8556 5.939,18.3242 -41.473,-37.6863 -91.515,-64.9136 -143.282,-85.8797 l 0,-19.29 z"
+               id="path18967" />
+            <path
+               inkscape:connector-curvature="0"
+               d="m -15949.965,6231.787 c -5.743,-0.4822 -30.393,-1.4325 -56.897,14.0621 -30.292,17.708 -37.328,14.9527 -37.328,14.9527 l -4.252,7.4377 c 22.599,-2.2877 53.31,-23.3669 75.247,-27.5996 7.415,-1.4305 15.163,-1.0609 22.459,0.174 l 1.992,-8.905 c 0,0 -0.4,-0.053 -1.221,-0.1219 z"
+               id="path18969"
+               style="fill:#4c4c4c;fill-opacity:1;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               d="m -9382.9769,6994.5019 c 3.863,15.2823 13.555,28.897 28.437,33.9375 4.887,1.7177 9.87,2.0482 14.688,1.3125 1.405,1.7654 2.916,3.3897 4.187,4.7812 7.826,7.9768 13.863,18.1647 23.031,24.5938 6.386,2.9946 13.205,-0.8042 16.875,-6.125 7.676,-9.636 17.214,-18.0334 23.657,-28.5 1.009,-1.7572 1.286,-3.5704 1.062,-5.3125 3.503,0.2916 7.036,0.1156 10.5,-0.5625 13.596,-1.7778 25.786,-11.5621 30.813,-24.125 l -75.844,0 c 1.065,2.7549 2.486,5.3358 4.187,7.7187 -2.226,-0.2708 -4.471,-0.3928 -6.718,-0.375 0.946,-2.3761 1.719,-4.8384 2.343,-7.3437 l -77.218,0 z"
+               id="path18971"
+               style="color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12102);enable-background:accumulate"
+               transform="matrix(1.5174057,0,0,1.5286002,-1572.9387,-4584.9209)" />
+            <path
+               inkscape:connector-curvature="0"
+               d="m -15573.05,6023.8578 a 114.77613,99.564144 0 0 1 -229.551,0 114.77613,99.564144 0 1 1 229.551,0 z"
+               id="path18973"
+               style="color:#000000;fill:url(#linearGradient3287);fill-opacity:1;stroke:none;stroke-width:1.14415216;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+            <g
+               transform="translate(0,-18.572963)"
+               id="g18975">
+              <path
+                 inkscape:connector-curvature="0"
+                 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:AlArabiya;-inkscape-font-specification:AlArabiya"
+                 id="path18977"
+                 d="m -15741.76,6007.8597 c -0.705,0 -1.42,0.014 -2.126,0.045 a 9.2113512,9.279307 0 0 0 -0.05,0 c -38.727,1.8494 -64.852,36.5482 -68.767,70.2569 0,0.045 0,0.09 0,0.1345 -0.02,0.06 -0.05,0.1179 -0.05,0.1784 l 0.05,0 c -1.672,12.0491 -0.858,24.698 2.346,36.7566 l 16.782,0 c -1.819,-6.936 -2.833,-14.3633 -2.833,-22.0806 0,-38.3945 24.421,-69.4987 54.51,-69.4987 22.497,0 41.768,17.4143 50.083,42.2435 0.03,0.076 0.07,0.1465 0.09,0.2229 0.06,0.1511 0.125,0.2948 0.177,0.4461 -0.02,0.016 -0.03,0.027 -0.05,0.046 2.657,8.1888 4.162,17.1268 4.162,26.5416 0,7.7172 -1.013,15.1445 -2.833,22.0807 l 6.509,0 c -2.371,-5.6568 -3.676,-11.8097 -3.676,-18.2445 0,-27.8084 24.275,-50.362 54.246,-50.362 15.371,0 29.269,5.9497 39.143,15.4788 5.569,4.5702 10.174,10.2316 13.196,16.7726 a 9.2113512,9.279307 0 0 0 0.177,0.3569 c 5.725,11.1527 5.014,24.3482 0.09,35.9982 l 20.058,0 c 4.186,-14.2938 3.571,-29.9091 -3.63,-44.1616 -0.06,-0.115 -0.07,-0.2419 -0.125,-0.3568 l -0.05,0.045 c -12.589,-26.8533 -41.689,-41.7236 -70.142,-39.7007 l 0,-0.045 c -0.1,0 -0.204,0.041 -0.31,0.045 -16.332,0.7504 -31.76,7.9241 -43.528,18.9135 -7.055,-14.179 -18.059,-26.4641 -33.033,-34.7047 a 9.2113512,9.279307 0 0 0 -0.177,-0.045 c -9.248,-4.8714 -19.678,-7.4525 -30.244,-7.3602 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#838383;fill-opacity:1;stroke:#838383;stroke-width:2.84441352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18979"
+                 d="m -15578.894,6096.9961 a 54.2675,50.352238 0 0 1 -108.535,0 54.2675,50.352238 0 1 1 108.535,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#radialGradient3289);fill-opacity:1;stroke:none;stroke-width:2.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18981"
+                 d="m -15581.508,6112.4647 c -11.792,9.4368 -31.046,15.6126 -52.827,15.6126 -19.854,0 -37.63,-5.1073 -49.551,-13.1593 7.791,18.953 27.541,32.4296 50.703,32.4296 24.154,0 44.641,-14.6444 51.675,-34.8829 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#d7d7d7;fill-opacity:1;stroke:#838383;stroke-width:2.1166954;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter11252);enable-background:accumulate"
+                 id="path18983"
+                 transform="matrix(1.3791254,-0.32777949,0.29049116,1.2403359,-15988.904,6017.1495)"
+                 d="M 230.5625,89.15625 C 209.8308,88.739692 191.20134,112.31236 200.59375,132 c 9.83037,23.32855 46.5842,26.90158 60.65625,5.78125 9.87539,-13.04031 6.23537,-33.71256 -7.875,-42.25 -6.64233,-4.600103 -14.80406,-6.737157 -22.8125,-6.375 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#000000;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18985"
+                 d="m -15656.997,6100.8024 a 13.527192,21.134448 0 0 1 -27.054,0 13.527192,21.134448 0 1 1 27.054,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#bababa;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18987"
+                 d="m -15687.432,6093.1694 a 54.481819,69.519419 0 0 1 -108.963,0 54.481819,69.519419 0 1 1 108.963,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.4169893,0,0,1.427443,-2501.0468,-3869.3789)"
+                 style="color:#000000;fill:#d7d7d7;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter11182);enable-background:accumulate"
+                 id="path18989"
+                 d="m -9344.8839,6940.6894 c -16.572,1.2878 -26.662,18.2484 -27.75,33.5 -2.085,17.8273 6.525,39.6722 25.625,43.625 16.197,1.4815 28.45,-14.6436 30.344,-29.5 3.554,-17.9245 -3.761,-40.3792 -22.25,-46.9375 -1.943,-0.5059 -3.954,-0.8119 -5.969,-0.6875 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3291);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18991"
+                 d="m -15741.892,6023.6508 c -15.231,0 -27.615,5.9568 -37.503,18.8131 2.005,-0.2506 4.056,-0.4015 6.111,-0.4015 41.76,0 59.466,36.3133 59.466,78.6101 0,13.3439 -2.67,25.8767 -7.44,36.8011 19.838,-10.3896 33.83,-35.2674 33.83,-64.3242 0,-38.3944 -24.377,-69.4986 -54.464,-69.4986 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#radialGradient3293);fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18993"
+                 d="m -15777.316,6040.3788 c -11.666,12.7503 -19.087,31.6336 -19.087,52.7706 0,38.3945 24.422,69.5433 54.511,69.5433 18.715,0 35.225,-12.0338 45.033,-30.3779 -7.828,7.1375 -16.815,11.1968 -26.393,11.1968 -30.191,0 -54.686,-40.3745 -54.686,-90.1967 0,-4.3939 0.252,-8.7102 0.622,-12.9361 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#000000;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18995"
+                 d="m -15692.568,6099.9823 a 14.027546,23.846116 0 0 1 -28.054,0 14.027546,23.846116 0 1 1 28.054,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3295);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18997"
+                 d="m -15740.567,6010.7186 c -29.39,0 -56.762,22.4467 -65.161,50.2688 l 0.08,0 c 9.193,-21.8845 34.135,-41.2555 62.127,-41.2555 27.993,0 53.813,19.371 63.004,41.2555 l 0.1,0 c -8.401,-27.8221 -30.762,-50.2688 -60.155,-50.2688 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3297);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18999"
+                 d="m -15628.761,6034.8121 c -21.591,0 -40.473,8.6897 -50.701,21.6345 12.251,-7.3322 27.712,-13.9658 45.803,-13.9658 26.71,0 50.842,11.9125 62.153,26.1883 -6.082,-19.4034 -29.404,-33.857 -57.255,-33.857 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:none;stroke:#878787;stroke-width:2.84441304;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19001"
+                 d="m -15687.432,6093.1694 a 54.481819,69.519419 0 0 1 -108.963,0 54.481819,69.519419 0 1 1 108.963,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3299);fill-opacity:1;stroke:none;stroke-width:2.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19003"
+                 d="m -15633.183,6046.6239 c -10.717,0 -20.679,2.9207 -29.093,7.8953 31.034,1.1415 55.837,25.3231 55.837,55.0459 0,13.9973 -5.509,26.7657 -14.567,36.4888 24.112,-5.1248 42.112,-25.1411 42.112,-49.0682 0,-27.8085 -24.318,-50.3618 -54.289,-50.3618 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3301);fill-opacity:1;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19005"
+                 d="m -15711.561,6077.7153 c -5.291,3.4128 -9.076,12.0674 -9.076,22.2592 0,13.1697 6.288,23.865 14.036,23.865 3.214,0 6.181,-1.8622 8.546,-4.9515 -0.744,0.1548 -1.487,0.2677 -2.26,0.2677 -8.948,0 -16.206,-10.7845 -16.206,-24.0879 0,-6.8159 1.901,-12.9707 4.96,-17.3525 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:none;stroke:#838383;stroke-width:2.84441352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19007"
+                 d="m -15578.894,6096.9961 a 54.2675,50.352238 0 0 1 -108.535,0 54.2675,50.352238 0 1 1 108.535,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3303);fill-opacity:1;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19009"
+                 d="m -15677.863,6083.0681 c -3.723,3.7651 -6.199,10.3102 -6.199,17.7539 0,11.6716 6.081,21.0993 13.55,21.0993 3.22,0 6.179,-1.7468 8.501,-4.6837 -0.851,0.1868 -1.719,0.3123 -2.612,0.3123 -8.951,0 -16.209,-9.7859 -16.209,-21.8577 0,-4.7037 1.094,-9.0582 2.969,-12.6241 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3305);fill-opacity:1;stroke:none"
+                 id="path19011"
+                 d="m -15706.601,6076.154 c -2.073,0 -4.029,0.7694 -5.801,2.1412 6.853,9.645 6.643,16.1479 6.643,16.1479 l 11.868,-4.5055 c -2.232,-8.1463 -7.076,-13.7836 -12.71,-13.7836 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3307);fill-opacity:1;stroke:none"
+                 id="path19013"
+                 d="m -15670.512,6079.6779 c -2.214,0 -3.426,0.3991 -5.271,1.8735 5.552,7.0495 5.316,15.1221 5.316,15.1221 l 12.132,-4.9516 c -2.176,-7.1197 -6.792,-12.044 -12.177,-12.044 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3309);fill-opacity:1;stroke:none"
+                 id="path19015"
+                 d="m -15691.147,6128.2557 c -21.918,0 -45.744,13.4945 -47.513,19.9394 -1.628,5.9302 2.659,11.7854 4.649,14.2299 2.006,2.4674 30.464,35.7131 33.343,38.3627 2.881,2.6494 5.05,4.8175 10.059,4.8175 2.296,0 -0.815,0 1.474,0 5.009,0 7.109,-2.1681 9.987,-4.8175 2.882,-2.6496 31.294,-35.8953 33.3,-38.3627 1.989,-2.4445 6.322,-8.2997 4.693,-14.2299 -1.768,-6.4449 -25.595,-19.9394 -47.511,-19.9394 l -2.481,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.4169893,0,0,1.427443,-2501.0468,-3869.3789)"
+                 style="fill:none;stroke:none;filter:url(#filter10487)"
+                 id="path19017"
+                 d="m -9309.7269,7007.9081 c -10.072,1.0206 -21.939,3.5909 -28.469,11.7813 1.071,6.9256 8.092,10.7687 11.805,16.2015 6.015,6.0007 10.155,14.7869 18.132,18.2047 6.978,-0.2354 9.579,-8.3993 14.282,-12.2812 5.246,-7.4945 14.344,-13.1743 16.875,-22.1875 -1.914,-4.6916 -8.203,-5.6101 -12.125,-8.0625 -6.546,-2.5805 -13.396,-4.0088 -20.5,-3.6563 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.4169893,0,0,1.427443,-2501.0468,-3869.3789)"
+                 style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10857)"
+                 id="path19019"
+                 d="m -9308.3209,7009.8769 c -9.706,0.823 -21.168,2.7052 -27.656,10.5625 2.806,7.2492 10.013,11.5276 14.375,17.8125 4.285,4.9168 7.767,11.614 14.187,13.75 6.288,-2.1033 8.862,-9.2677 13.438,-13.5313 4.856,-6.189 12.599,-11.2224 14.562,-18.9375 -4.08,-4.2952 -10.91,-5.9918 -16.562,-8.0937 -4.008,-1.1109 -8.184,-1.6444 -12.344,-1.5625 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3311);fill-opacity:1;stroke:none"
+                 id="path19021"
+                 d="m -15691.147,6128.2557 c -12.888,0 -26.398,4.6587 -35.736,9.8137 41.358,8.8433 58.809,18.4876 70.895,36.2212 5.044,-5.8893 9.428,-10.9894 10.14,-11.8656 1.989,-2.4445 6.322,-8.2997 4.693,-14.2299 -1.768,-6.4449 -25.595,-19.9394 -47.511,-19.9394 l -2.481,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3313);fill-opacity:1;stroke:none"
+                 id="path19023"
+                 d="m -15733.169,6142.0393 c -3.045,2.2789 -5.03,4.4728 -5.491,6.1558 -1.628,5.9302 2.659,11.7854 4.649,14.2299 2.006,2.4674 30.464,35.7131 33.343,38.3627 2.881,2.6494 5.043,4.8175 10.052,4.8175 l 1.461,0 c 5.01,0 7.129,-2.1681 10.007,-4.8175 0.143,-0.1291 0.59,-0.6287 0.842,-0.8924 -5.474,-2.1595 -10.572,-5.2069 -14.791,-9.4565 -4.132,-4.1638 -21.428,-23.5957 -33.077,-35.3295 -3.8,-3.8286 -5.899,-8.4905 -6.995,-13.07 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:none;stroke:url(#linearGradient3315);stroke-width:4.26661968;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="path19025"
+                 d="m -15691.147,6128.2557 c -21.918,0 -45.744,13.4945 -47.513,19.9394 -1.628,5.9302 2.659,11.7854 4.649,14.2299 2.006,2.4674 30.464,35.7131 33.343,38.3627 2.881,2.6494 5.05,4.8175 10.059,4.8175 2.296,0 -0.815,0 1.474,0 5.009,0 7.109,-2.1681 9.987,-4.8175 2.882,-2.6496 31.294,-35.8953 33.3,-38.3627 1.989,-2.4445 6.322,-8.2997 4.693,-14.2299 -1.768,-6.4449 -25.595,-19.9394 -47.511,-19.9394 l -2.481,0 z" />
+            </g>
+          </g>
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:url(#radialGradient3317);fill-opacity:1;fill-rule:evenodd;stroke:none"
+             d="m -15876.582,5882.4746 c 1.592,9.4468 7.431,17.3368 10.875,26.1158 -0.8,-10.6805 -7.64,-19.688 -8.8,-30.2657 -0.691,1.3834 -1.383,2.7666 -2.075,4.1499 z m 63.68,29.1923 c 2.213,25.3946 25.07,44.8131 22.896,71.049 -0.181,6.273 -1.417,12.4429 -3.256,18.424 11.515,-25.3547 5.396,-54.4655 -5.366,-79.0625 -5.151,-10.6618 -6.008,-22.8903 -2.29,-34.165 -3.994,7.9182 -7.99,15.8364 -11.984,23.7545 z m 19.64,89.473 c -0.237,0.2524 -0.335,1.1748 0,0 z m -150.54,-51.0865 c -6.98,0.34 -16.918,4.4298 -14.704,13.1651 2.927,8.8349 14.731,10.3244 22.753,9.3015 7.18,-1.0033 13.722,-5.6019 15.741,-12.8074 -6.693,-5.4226 -14.954,-10.0338 -23.79,-9.6592 z m 19.962,75.0914 c -11.914,0.8595 -27.861,5.9416 -29.73,19.712 -1.452,15.2387 15.114,24.5678 28.478,25.3286 13.726,1.2919 29.645,-1.6254 38.508,-13.0428 1.008,-5.1689 10.103,-12.1286 3.348,-15.5771 -11.526,-8.9143 -25.494,-17.0601 -40.604,-16.4207 z"
+             id="path19027" />
+          <g
+             id="g19029"
+             transform="matrix(1.2588426,0,0,1.2588426,4091.4591,-1477.7431)">
+            <g
+               id="g19031">
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:#649ada;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                 d="m -15617.469,5888.8438 c -0.6,-0.01 -0.541,0.6182 -0.593,2.375 -0.604,8.0502 -1.209,16.106 -1.813,24.1562 56.149,15.2688 103.466,65.3655 110.281,123.9375 l 26.188,0 c -0.475,-3.4692 -1.369,-6.9222 -1.5,-10.375 -10.631,-67.15 -65.745,-122.2218 -130.625,-139.5 -0.986,-0.362 -1.577,-0.5896 -1.938,-0.5937 z"
+                 id="path19033" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:#ebcf00;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                 d="m -15605.969,5827.7188 c -0.595,0.1567 -0.56,1.0976 -0.625,3.2812 -0.834,11.1181 -1.666,22.2258 -2.5,33.3438 78.652,21.3881 144.769,92.2792 152.688,174.6562 -0.01,0.1081 -0.02,0.2066 -0.03,0.3125 l 36.219,0 c -0.295,-6.0371 -2.208,-12.1303 -2.437,-18.1563 -14.682,-92.7389 -90.803,-168.7624 -180.406,-192.625 -1.589,-0.5832 -2.444,-0.9344 -2.907,-0.8124 z"
+                 id="path19035" />
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               id="path19037"
+               d="m -15602.719,5833.1562 c -0.352,9.376 -2.19,19.3699 -1.625,28.375 72.159,21.245 132.374,82.0679 148.625,156.1876 1.523,5.6571 2.195,12.0716 3,17.6874 9.311,-0.2301 18.694,0 28.031,-0.125 -3.672,-33.5326 -14.533,-66.2074 -32.744,-94.6666 -32.652,-52.2669 -85.841,-91.4918 -145.256,-107.9271 l -0.03,0.4687 z m -12.906,79.2813 c 55.337,16.4015 101.009,65.1195 109.531,122.8437 5.991,-0.1081 12.265,0.3359 18.094,-0.1562 -7.932,-65.2162 -59.36,-120.4547 -121.294,-139.718 -6.58,-4.0699 -5.184,3.6949 -5.697,8.503 -0.211,2.8425 -0.423,5.685 -0.634,8.5275 z"
+               style="fill:url(#radialGradient3319);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+          </g>
+        </g>
       </g>
-      <path
-         style="opacity:0.4;fill:url(#radialGradient6496);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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 3,6 L 29,6 L 29,11.144941 C 20.703947,8.693055 10.11579,8.411691 3,15.175921 L 3,6 z"
-         id="path7398"
-         sodipodi:nodetypes="ccccc" />
     </g>
   </g>
 </svg>
diff --git a/data/icons/hicolor_apps_48x48_freetuxtv.svg b/data/icons/hicolor_apps_48x48_freetuxtv.svg
index ef34939..b76da40 100644
--- a/data/icons/hicolor_apps_48x48_freetuxtv.svg
+++ b/data/icons/hicolor_apps_48x48_freetuxtv.svg
@@ -1,5 +1,6 @@
 <?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#"
@@ -11,836 +12,1361 @@
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
    width="48"
    height="48"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.45+devel"
-   version="1.0"
-   sodipodi:docbase="/home/lapo/Icone/tangerine-icon-theme/scalable/devices"
-   sodipodi:docname="video-display.svg"
-   inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/Ubuntu/monitor.png"
+   id="svg19089"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="hicolor_apps_48x48_freetuxtv.svg"
+   inkscape:export-filename="/home/ebeuque/Informatique/Personnel/Projets/autres/freetuxtv/freetuxtv/data/icons/hicolor_apps_scalable_freetuxtv.png"
    inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+   inkscape:export-ydpi="90">
   <defs
-     id="defs4">
+     id="defs19091">
+    <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="perspective19097" />
+    <inkscape:perspective
+       id="perspective19107"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6814"
+       id="radialGradient19039"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.58265832,0.48695545,-0.35874809,0.43561089,-6534.2634,8805.1227)"
+       cx="-11724.028"
+       cy="7085.5718"
+       fx="-11724.028"
+       fy="7085.5718"
+       r="230.60361" />
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient6826">
+       id="linearGradient6814">
       <stop
-         style="stop-color:#3c2400;stop-opacity:1;"
+         style="stop-color:#ffffff;stop-opacity:1;"
          offset="0"
-         id="stop6828" />
+         id="stop6816" />
       <stop
-         style="stop-color:#503000;stop-opacity:1"
+         style="stop-color:#ffffff;stop-opacity:0;"
          offset="1"
-         id="stop6830" />
+         id="stop6818" />
     </linearGradient>
-    <linearGradient
+    <radialGradient
        inkscape:collect="always"
-       id="linearGradient6818">
+       xlink:href="#linearGradient22931"
+       id="radialGradient19041"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70059678,0,0,0.39699302,-7364.8104,3547.1811)"
+       cx="-11699.636"
+       cy="6699.9062"
+       fx="-11699.636"
+       fy="6699.9062"
+       r="282.70825" />
+    <linearGradient
+       id="linearGradient22931"
+       inkscape:collect="always">
       <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
+         id="stop22933"
          offset="0"
-         id="stop6820" />
+         style="stop-color:#ffffff;stop-opacity:0.5" />
       <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
+         id="stop22935"
          offset="1"
-         id="stop6822" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient6808">
+       xlink:href="#linearGradient7918"
+       id="linearGradient19043"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.85224082,0,0,0.85852814,-5913.9015,53.6739)"
+       x1="-11583.832"
+       y1="7177.8628"
+       x2="-11393.838"
+       y2="7307.4028" />
+    <linearGradient
+       id="linearGradient7918"
+       inkscape:collect="always">
       <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
+         id="stop7920"
          offset="0"
-         id="stop6810" />
+         style="stop-color:#ffffff;stop-opacity:1;" />
       <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
+         id="stop7922"
          offset="1"
-         id="stop6812" />
+         style="stop-color:#ffffff;stop-opacity:0;" />
     </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       height="1.7744713"
+       y="-0.38723564"
+       width="1.1470716"
+       x="-0.073535778"
+       id="filter7804"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur7806"
+         stdDeviation="20.83271"
+         inkscape:collect="always" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19045"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <linearGradient
+       id="linearGradient7834"
+       inkscape:collect="always">
+      <stop
+         id="stop7836"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop7838"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7834"
+       id="radialGradient19047"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
+    <filter
+       id="filter10358"
+       color-interpolation-filters="sRGB"
+       height="1.3937207"
+       width="1.1726084"
+       y="-0.19686034"
+       x="-0.086304188">
+      <feGaussianBlur
+         stdDeviation="4.5870333"
+         id="feGaussianBlur10360" />
+    </filter>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient6794">
+       xlink:href="#linearGradient10031"
+       id="linearGradient19049"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       id="linearGradient10031">
       <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
          offset="0"
-         id="stop6796" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop10033" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop10370" />
       <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
          offset="1"
-         id="stop6798" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop10035" />
     </linearGradient>
+    <filter
+       id="filter19143"
+       color-interpolation-filters="sRGB"
+       height="1.3937207"
+       width="1.1726084"
+       y="-0.19686034"
+       x="-0.086304188">
+      <feGaussianBlur
+         stdDeviation="4.5870333"
+         id="feGaussianBlur19145" />
+    </filter>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient6782">
+       xlink:href="#linearGradient10031"
+       id="linearGradient19051"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
+       id="linearGradient19148">
       <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
          offset="0"
-         id="stop6784" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19150" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19152" />
       <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
          offset="1"
-         id="stop6786" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19154" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient6764">
+       xlink:href="#linearGradient24407"
+       id="linearGradient19053"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.85224082,0,0,0.85852814,-24609.665,872.89967)"
+       x1="-10733.51"
+       y1="6162.6846"
+       x2="-10893.229"
+       y2="6245.1299" />
+    <linearGradient
+       id="linearGradient24407"
+       inkscape:collect="always">
       <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
+         id="stop24409"
          offset="0"
-         id="stop6766" />
+         style="stop-color:#727272;stop-opacity:1;" />
       <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
+         id="stop24411"
          offset="1"
-         id="stop6768" />
+         style="stop-color:#727272;stop-opacity:0;" />
     </linearGradient>
+    <filter
+       id="filter12102"
+       color-interpolation-filters="sRGB"
+       height="1.6799877"
+       width="1.2914308"
+       y="-0.33999386"
+       x="-0.14571542">
+      <feGaussianBlur
+         stdDeviation="9.3045363"
+         id="feGaussianBlur12104" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19055"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6692123,0,0,2.3154451,-16227.008,5865.2495)"
+       x1="202"
+       y1="29.969534"
+       x2="202"
+       y2="103.63979" />
     <linearGradient
-       id="linearGradient2873">
+       id="linearGradient19163">
       <stop
-         id="stop2875"
          offset="0"
-         style="stop-color:#f4dbb5;stop-opacity:1;" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19165" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19167" />
       <stop
-         id="stop2877"
          offset="1"
-         style="stop-color:#f57900" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19169" />
     </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11291"
+       id="radialGradient19057"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.5126812,-0.04191043,0.03821081,-2.3248023,-15049.446,6215.0897)"
+       cx="232.90625"
+       cy="51.545879"
+       fx="232.90625"
+       fy="51.545879"
+       r="36.125" />
     <linearGradient
-       id="linearGradient2829"
-       inkscape:collect="always">
+       id="linearGradient11291">
       <stop
-         id="stop2831"
          offset="0"
-         style="stop-color:#babdb6" />
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11293" />
+      <stop
+         offset="0.32802752"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11295" />
       <stop
-         id="stop2833"
          offset="1"
-         style="stop-color:#eeeeec" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11297" />
     </linearGradient>
+    <filter
+       id="filter11252"
+       color-interpolation-filters="sRGB"
+       height="1.3996418"
+       width="1.3721279"
+       y="-0.19982085"
+       x="-0.18606396">
+      <feGaussianBlur
+         stdDeviation="5.2752828"
+         id="feGaussianBlur11254" />
+    </filter>
+    <filter
+       id="filter11182"
+       color-interpolation-filters="sRGB"
+       height="1.2505243"
+       width="1.3386598"
+       y="-0.12526216"
+       x="-0.1693299">
+      <feGaussianBlur
+         stdDeviation="4.0317543"
+         id="feGaussianBlur11184" />
+    </filter>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient2795">
+       xlink:href="#linearGradient10031"
+       id="linearGradient19059"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="128.40625"
+       y1="94.96875"
+       x2="179.78125"
+       y2="130.46875" />
+    <linearGradient
+       id="linearGradient19181">
       <stop
-         style="stop-color:#000000;stop-opacity:1;"
          offset="0"
-         id="stop2797" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19183" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19185" />
       <stop
-         style="stop-color:#000000;stop-opacity:0;"
          offset="1"
-         id="stop2799" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19187" />
     </linearGradient>
-    <linearGradient
+    <radialGradient
        inkscape:collect="always"
-       id="linearGradient2295">
+       xlink:href="#linearGradient11121"
+       id="radialGradient19061"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.3004803,2.5681016,-2.1966656,-1.9968924,-15161.097,6013.6207)"
+       cx="113.13426"
+       cy="125.41722"
+       fx="113.13426"
+       fy="125.41722"
+       r="35.125" />
+    <linearGradient
+       id="linearGradient11121">
       <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
          offset="0"
-         id="stop2297" />
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11123" />
+      <stop
+         offset="0.45320001"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11125" />
       <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
          offset="1"
-         id="stop2299" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11127" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient4218">
+       xlink:href="#linearGradient10031"
+       id="linearGradient19063"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="155.01221"
+       y1="55.221191"
+       x2="155.01221"
+       y2="88.420464" />
+    <linearGradient
+       id="linearGradient19195">
       <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
          offset="0"
-         id="stop4220" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19197" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19199" />
       <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
          offset="1"
-         id="stop4222" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19201" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient4087">
+       xlink:href="#linearGradient10031"
+       id="linearGradient19065"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.435,5925.2558)"
+       x1="233.84886"
+       y1="72.522697"
+       x2="233.84886"
+       y2="91.96846" />
+    <linearGradient
+       id="linearGradient19204">
       <stop
-         style="stop-color:#555753"
          offset="0"
-         id="stop4089" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19206" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19208" />
       <stop
-         style="stop-color:#2e3436;stop-opacity:0;"
          offset="1"
-         id="stop4091" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19210" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient4079">
+       xlink:href="#linearGradient11360"
+       id="linearGradient19067"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="223.03125"
+       y1="91.015617"
+       x2="258.875"
+       y2="130.01561" />
+    <linearGradient
+       id="linearGradient11360">
       <stop
-         style="stop-color:#555753"
          offset="0"
-         id="stop4081" />
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11362" />
+      <stop
+         offset="0.31528139"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11364" />
       <stop
-         style="stop-color:#555753;stop-opacity:0;"
          offset="1"
-         id="stop4083" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11366" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient4065">
+       xlink:href="#linearGradient11532"
+       id="linearGradient19069"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="173.5625"
+       y1="158.78125"
+       x2="183.0625"
+       y2="99.135406" />
+    <linearGradient
+       id="linearGradient11532">
       <stop
-         style="stop-color:#d3d7cf"
          offset="0"
-         id="stop4067" />
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11534" />
+      <stop
+         offset="0.17569453"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11536" />
       <stop
-         style="stop-color:#555753"
          offset="1"
-         id="stop4069" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11538" />
     </linearGradient>
     <linearGradient
-       id="linearGradient2283">
+       inkscape:collect="always"
+       xlink:href="#linearGradient11524"
+       id="linearGradient19071"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="204.4375"
+       y1="154.97546"
+       x2="204.4375"
+       y2="109.71875" />
+    <linearGradient
+       id="linearGradient11524">
       <stop
-         style="stop-color:#555753"
          offset="0"
-         id="stop2285" />
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11526" />
+      <stop
+         offset="0.23175907"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11528" />
       <stop
-         style="stop-color:#2e3436"
          offset="1"
-         id="stop2287" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11530" />
     </linearGradient>
     <linearGradient
-       id="linearGradient2275">
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient19073"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="183.1875"
+       y1="105.875"
+       x2="183.1875"
+       y2="127.13049" />
+    <linearGradient
+       id="linearGradient19228">
       <stop
-         style="stop-color:#555753"
          offset="0"
-         id="stop2277" />
+         style="stop-color:#ffffff;stop-opacity:0.67595828;"
+         id="stop19230" />
+      <stop
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop19232" />
       <stop
-         style="stop-color:#2e3436"
          offset="1"
-         id="stop2279" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop19234" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       id="linearGradient2207">
+       xlink:href="#linearGradient11633"
+       id="linearGradient19075"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="208.34375"
+       y1="108.34375"
+       x2="207.0625"
+       y2="140.17188" />
+    <linearGradient
+       id="linearGradient11633">
       <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
          offset="0"
-         id="stop2209" />
+         style="stop-color:#ffffff;stop-opacity:0.90196079"
+         id="stop11635" />
+      <stop
+         offset="0.3093777"
+         style="stop-color:#ffffff;stop-opacity:0.50196081"
+         id="stop11637" />
       <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
          offset="1"
-         id="stop2211" />
+         style="stop-color:#ffffff;stop-opacity:0"
+         id="stop11639" />
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2207"
-       id="linearGradient2213"
-       x1="192.61819"
-       y1="44.316147"
-       x2="192.61819"
-       y2="69.140022"
+       xlink:href="#linearGradient10433"
+       id="linearGradient19077"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.999602,0,0,0.961422,-189.9119,-20.92669)" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="156.37009"
+       y1="169.46875"
+       x2="228.69044"
+       y2="169.46875" />
+    <linearGradient
+       id="linearGradient10433">
+      <stop
+         offset="0"
+         style="stop-color:#d99600;stop-opacity:1"
+         id="stop10435" />
+      <stop
+         offset="1"
+         style="stop-color:#dfa800;stop-opacity:1"
+         id="stop10437" />
+    </linearGradient>
+    <filter
+       id="filter10487"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         stdDeviation="1.3416777"
+         id="feGaussianBlur10489" />
+    </filter>
+    <filter
+       id="filter10857"
+       color-interpolation-filters="sRGB"
+       height="1.3654251"
+       width="1.2722038"
+       y="-0.18271257"
+       x="-0.13610192">
+      <feGaussianBlur
+         stdDeviation="3.20761"
+         id="feGaussianBlur10859" />
+    </filter>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2275"
-       id="linearGradient2281"
-       x1="219.625"
-       y1="61.282185"
-       x2="219.625"
-       y2="57.31184"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19079"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.999057,0,0,1.151023,-189.7906,-31.17189)" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="215.9375"
+       y1="142.375"
+       x2="196.81396"
+       y2="174.625" />
+    <linearGradient
+       id="linearGradient10762">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1"
+         id="stop10764-3" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0.19607843"
+         id="stop10766" />
+    </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2283"
-       id="linearGradient2289"
-       x1="217.75"
-       y1="60.957611"
-       x2="217.75"
-       y2="57.287102"
+       xlink:href="#linearGradient10762"
+       id="linearGradient19081"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.999057,0,0,1.151023,-189.7906,-31.17189)" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="177.01546"
+       y1="182.03799"
+       x2="183.34375"
+       y2="176.04688" />
+    <linearGradient
+       id="linearGradient19254">
+      <stop
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1"
+         id="stop19256" />
+      <stop
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0.19607843"
+         id="stop19258" />
+    </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2829"
-       id="linearGradient4053"
-       x1="198.25261"
-       y1="29.854406"
-       x2="218.1942"
-       y2="54.870758"
+       xlink:href="#linearGradient10656"
+       id="linearGradient19083"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.002741,0,0,0.998021,-190.5863,-21.88717)" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="157.37009"
+       y1="169.46875"
+       x2="227.69044"
+       y2="169.46875" />
+    <linearGradient
+       id="linearGradient10656">
+      <stop
+         offset="0"
+         style="stop-color:#d99600;stop-opacity:1"
+         id="stop10658" />
+      <stop
+         offset="1"
+         style="stop-color:#deae00;stop-opacity:1"
+         id="stop10660" />
+    </linearGradient>
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4065"
-       id="radialGradient4071"
-       cx="210.76491"
-       cy="61.016609"
-       fx="210.76491"
-       fy="61.016609"
-       r="21"
-       gradientTransform="matrix(0.899437,-1.184496e-5,1.489071e-16,8.969057e-2,-168.5196,34.65516)"
-       gradientUnits="userSpaceOnUse" />
+       xlink:href="#linearGradient8692"
+       id="radialGradient19085"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1447958,0,0,1.350518,2302.7045,-2015.133)"
+       cx="-15876.722"
+       cy="5911.4395"
+       fx="-15876.722"
+       fy="5911.4395"
+       r="79.04715" />
     <linearGradient
+       id="linearGradient8692"
+       inkscape:collect="always">
+      <stop
+         id="stop8694"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop8696"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4079"
-       id="linearGradient4085"
-       x1="206.4698"
-       y1="63.914768"
-       x2="206.50735"
-       y2="64.954399"
+       xlink:href="#linearGradient10734"
+       id="radialGradient19087"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.975295,-190,-22.63779)" />
+       gradientTransform="matrix(1,0,0,1.0599124,0,-355.49027)"
+       cx="-15520.047"
+       cy="5933.5034"
+       fx="-15520.047"
+       fy="5933.5034"
+       r="99.828003" />
     <linearGradient
+       id="linearGradient10734"
+       inkscape:collect="always">
+      <stop
+         id="stop10736"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop10739"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6814"
+       id="radialGradient3515"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.58265832,0.48695545,-0.35874809,0.43561089,-6534.2634,8805.1227)"
+       cx="-11724.028"
+       cy="7085.5718"
+       fx="-11724.028"
+       fy="7085.5718"
+       r="230.60361" />
+    <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4087"
-       id="linearGradient4093"
-       x1="221.39929"
-       y1="64.193214"
-       x2="221.39929"
-       y2="64.947449"
+       xlink:href="#linearGradient22931"
+       id="radialGradient3517"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.975295,-190,-22.63779)" />
+       gradientTransform="matrix(0.70059678,0,0,0.39699302,-7364.8104,3547.1811)"
+       cx="-11699.636"
+       cy="6699.9062"
+       fx="-11699.636"
+       fy="6699.9062"
+       r="282.70825" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient4218"
-       id="linearGradient4224"
-       x1="207.71683"
-       y1="62"
-       x2="207.71683"
-       y2="56.877113"
+       xlink:href="#linearGradient7918"
+       id="linearGradient3519"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.998304,-190,-22.89582)" />
+       gradientTransform="matrix(0.85224082,0,0,0.85852814,-5913.9015,53.6739)"
+       x1="-11583.832"
+       y1="7177.8628"
+       x2="-11393.838"
+       y2="7307.4028" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2795"
-       id="radialGradient2801"
-       cx="23.96336"
-       cy="40.374615"
-       fx="23.96336"
-       fy="40.374615"
-       r="23.5"
-       gradientTransform="matrix(1,-2.301335e-6,-6.522924e-8,0.297873,3.664127e-2,28.97356)"
-       gradientUnits="userSpaceOnUse" />
+       xlink:href="#linearGradient7834"
+       id="radialGradient3521"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient2295"
-       id="radialGradient6154"
+       xlink:href="#linearGradient7834"
+       id="radialGradient3523"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.433191,0.47803,-0.122315,0.689847,-471.9676,-95.88267)"
-       cx="195.88818"
-       cy="12.02062"
-       fx="195.88818"
-       fy="12.02062"
-       r="20" />
+       gradientTransform="matrix(1,0,0,0.12345678,0,7047.5778)"
+       cx="-8773.3252"
+       cy="8040.1943"
+       fx="-8773.3252"
+       fy="8040.1943"
+       r="291.20587" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6826"
-       id="linearGradient6843"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3525"
        gradientUnits="userSpaceOnUse"
-       x1="114"
-       y1="14"
-       x2="108"
-       y2="23" />
-    <radialGradient
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6764"
-       id="radialGradient6845"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3527"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.1236488,-0.3425994,6.6077204e-2,0.2108726,-13.137263,49.686005)"
-       cx="115.24761"
-       cy="34.711994"
-       fx="115.24761"
-       fy="34.711994"
-       r="20.03125" />
-    <radialGradient
+       gradientTransform="matrix(1.2574371,0,0,1.2991162,-8898.6126,6772.5369)"
+       x1="283.625"
+       y1="324.5"
+       x2="283.625"
+       y2="380.875" />
+    <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6764"
-       id="radialGradient6847"
+       xlink:href="#linearGradient24407"
+       id="linearGradient3529"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.061526,-0.4507175,6.4934543e-2,0.1505751,-7.6047353,65.384922)"
-       cx="118"
-       cy="9.6084557"
-       fx="118"
-       fy="9.6084557"
-       r="20.03125" />
+       gradientTransform="matrix(-0.85224082,0,0,0.85852814,-24609.665,872.89967)"
+       x1="-10733.51"
+       y1="6162.6846"
+       x2="-10893.229"
+       y2="6245.1299" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3531"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6692123,0,0,2.3154451,-16227.008,5865.2495)"
+       x1="202"
+       y1="29.969534"
+       x2="202"
+       y2="103.63979" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6782"
-       id="radialGradient6849"
+       xlink:href="#linearGradient11291"
+       id="radialGradient3533"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.5126812,-0.04191043,0.03821081,-2.3248023,-15049.446,6215.0897)"
+       cx="232.90625"
+       cy="51.545879"
+       fx="232.90625"
+       fy="51.545879"
+       r="36.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3535"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.0847162,-0.3157895,4.4255966e-2,0.1520163,-11.355484,55.089911)"
-       cx="123.70635"
-       cy="8.0600147"
-       fx="123.70635"
-       fy="8.0600147"
-       r="19" />
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="128.40625"
+       y1="94.96875"
+       x2="179.78125"
+       y2="130.46875" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6794"
-       id="radialGradient6851"
+       xlink:href="#linearGradient11121"
+       id="radialGradient3537"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.1728456,-0.1513157,1.1628721e-2,9.0134038e-2,-20.640516,33.146927)"
-       cx="117.53682"
-       cy="14.015168"
-       fx="117.53682"
-       fy="14.015168"
-       r="19" />
+       gradientTransform="matrix(-2.3004803,2.5681016,-2.1966656,-1.9968924,-15161.097,6013.6207)"
+       cx="113.13426"
+       cy="125.41722"
+       fx="113.13426"
+       fy="125.41722"
+       r="35.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3539"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="155.01221"
+       y1="55.221191"
+       x2="155.01221"
+       y2="88.420464" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3541"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.435,5925.2558)"
+       x1="233.84886"
+       y1="72.522697"
+       x2="233.84886"
+       y2="91.96846" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11360"
+       id="linearGradient3543"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="223.03125"
+       y1="91.015617"
+       x2="258.875"
+       y2="130.01561" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11532"
+       id="linearGradient3545"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="173.5625"
+       y1="158.78125"
+       x2="183.0625"
+       y2="99.135406" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11524"
+       id="linearGradient3547"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="204.4375"
+       y1="154.97546"
+       x2="204.4375"
+       y2="109.71875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10031"
+       id="linearGradient3549"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="183.1875"
+       y1="105.875"
+       x2="183.1875"
+       y2="127.13049" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11633"
+       id="linearGradient3551"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="208.34375"
+       y1="108.34375"
+       x2="207.0625"
+       y2="140.17188" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10433"
+       id="linearGradient3553"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="156.37009"
+       y1="169.46875"
+       x2="228.69044"
+       y2="169.46875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient3555"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="215.9375"
+       y1="142.375"
+       x2="196.81396"
+       y2="174.625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10762"
+       id="linearGradient3557"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="177.01546"
+       y1="182.03799"
+       x2="183.34375"
+       y2="176.04688" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient10656"
+       id="linearGradient3559"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4169893,0,0,1.427443,-15962.721,5925.0235)"
+       x1="157.37009"
+       y1="169.46875"
+       x2="227.69044"
+       y2="169.46875" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6808"
-       id="radialGradient6853"
+       xlink:href="#linearGradient8692"
+       id="radialGradient3561"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.5558583,50,9.1604223)"
-       cx="82"
-       cy="23.098652"
-       fx="82"
-       fy="23.098652"
-       r="11.46875" />
+       gradientTransform="matrix(1.1447958,0,0,1.350518,2302.7045,-2015.133)"
+       cx="-15876.722"
+       cy="5911.4395"
+       fx="-15876.722"
+       fy="5911.4395"
+       r="79.04715" />
     <radialGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6818"
-       id="radialGradient6855"
+       xlink:href="#linearGradient10734"
+       id="radialGradient3563"
        gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.8333333,0,2.0833333)"
-       cx="110.5"
-       cy="12.5"
-       fx="110.5"
-       fy="12.5"
-       r="6" />
+       gradientTransform="matrix(1,0,0,1.0599124,0,-355.49027)"
+       cx="-15520.047"
+       cy="5933.5034"
+       fx="-15520.047"
+       fy="5933.5034"
+       r="99.828003" />
   </defs>
   <sodipodi:namedview
      id="base"
      pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
+     bordercolor="#ffffff"
+     borderopacity="0.0"
      inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="37.785362"
-     inkscape:cy="30.419662"
+     inkscape:pageshadow="0"
+     inkscape:zoom="4.733196"
+     inkscape:cx="-14.42968"
+     inkscape:cy="-23.744833"
      inkscape:document-units="px"
-     inkscape:current-layer="layer3"
+     inkscape:current-layer="layer1"
      showgrid="false"
-     stroke="#555753"
-     fill="#eeeeec"
-     inkscape:grid-points="true"
-     inkscape:grid-bbox="false"
-     inkscape:window-width="1085"
-     inkscape:window-height="760"
-     inkscape:window-x="359"
-     inkscape:window-y="155"
-     gridspacingx="0.5px"
-     gridspacingy="0.5px"
-     gridempspacing="2"
-     showguides="false"
-     inkscape:guide-bbox="true"
-     inkscape:showpageshadow="false"
-     showborder="false"
-     inkscape:object-paths="false"
-     inkscape:snap-nodes="true"
-     inkscape:snap-bbox="true"
-     gridtolerance="10000"
-     inkscape:object-nodes="false"
-     inkscape:snap-guide="true">
-    <sodipodi:guide
-       orientation="vertical"
-       position="24.010638"
-       id="guide2292" />
-    <sodipodi:guide
-       orientation="horizontal"
-       position="7"
-       id="guide2294" />
-    <inkscape:grid
-       type="xygrid"
-       id="grid6151" />
-  </sodipodi:namedview>
+     inkscape:window-width="1680"
+     inkscape:window-height="1024"
+     inkscape:window-x="1680"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1" />
   <metadata
-     id="metadata7">
+     id="metadata19094">
     <rdf:RDF>
       <cc:Work
          rdf:about="">
         <dc:format>image/svg+xml</dc:format>
         <dc:type
            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title>Ubuntu Monitor</dc:title>
-        <dc:date>2006-03-09</dc:date>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Lapo Calamandrei</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
+        <dc:title></dc:title>
       </cc:Work>
-      <cc:License
-         rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/Reproduction" />
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/Distribution" />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/Notice" />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/Attribution" />
-        <cc:permits
-           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
-        <cc:requires
-           rdf:resource="http://web.resource.org/cc/ShareAlike" />
-      </cc:License>
     </rdf:RDF>
   </metadata>
   <g
+     inkscape:label="Layer 1"
      inkscape:groupmode="layer"
      id="layer1"
-     inkscape:label="Shadow" />
-  <g
-     inkscape:groupmode="layer"
-     id="layer2"
-     inkscape:label="Lavoro"
-     style="display:inline">
-    <path
-       sodipodi:type="arc"
-       style="opacity:0.3;color:#000000;fill:url(#radialGradient2801);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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="path2791"
-       sodipodi:cx="24"
-       sodipodi:cy="41"
-       sodipodi:rx="23.5"
-       sodipodi:ry="7"
-       d="M 47.5 41 A 23.5 7 0 1 1  0.5,41 A 23.5 7 0 1 1  47.5 41 z"
-       transform="matrix(1.0106206,0,0,0.6435585,-0.1803705,15.128729)" />
-    <path
-       style="opacity:1;fill:url(#radialGradient4071);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 11,38.5 L 9.5,41.500015 L 38.5,41.5 L 37,38.5 L 11,38.5 z "
-       id="path4055"
-       sodipodi:nodetypes="ccccc" />
-    <rect
-       style="opacity:0.7;color:#000000;fill:url(#linearGradient4085);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4093);stroke-width:1;stroke-linecap:round;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="rect4073"
-       width="15.013332"
-       height="3.6800294"
-       x="16.486656"
-       y="39.462372" />
-    <rect
-       style="opacity:1;color:#000000;fill:url(#linearGradient2289);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2281);stroke-width:0.99999976;stroke-linecap:round;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="rect1320"
-       width="15.000947"
-       height="7.8254261"
-       x="16.499573"
-       y="31.674339" />
-    <rect
-       style="opacity:0.23921569;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4224);stroke-width:1.00000048;stroke-linecap:round;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="rect2291"
-       width="13.001343"
-       height="6.9192514"
-       x="17.498657"
-       y="31.580761" />
-    <rect
-       style="opacity:1;color:#000000;fill:url(#linearGradient4053);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:1;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="rect1318"
-       width="44.997997"
-       height="30.000994"
-       x="1.5012436"
-       y="4.4990063"
-       rx="1.625"
-       ry="1.625" />
-    <rect
-       style="opacity:0.83921569;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2213);stroke-width:1;stroke-linecap:round;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="rect1322"
-       width="43.000084"
-       height="27.035091"
-       x="2.5000534"
-       y="5.4821644"
-       rx="0.875"
-       ry="0.875" />
-    <path
-       style="opacity:0.87843137;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 2.5,28.5 L 45.5,28.5"
-       id="path2237"
-       sodipodi:nodetypes="cc" />
-    <g
-       id="g2611"
-       inkscape:label="Shadow"
-       transform="translate(0,15.06603)" />
+     transform="translate(207.14254,-971.37979)">
     <g
-       id="g2613"
-       inkscape:label="Lavoro"
-       style="display:inline"
-       transform="translate(0,15.06603)" />
-    <g
-       id="g7352">
+       id="g3446"
+       transform="matrix(0.74999999,0,0,0.74999999,-51.785636,254.84495)">
       <g
-         transform="translate(-100,0)"
-         id="g6834">
+         transform="matrix(0.44062106,0,0,0.44062106,-194.02644,648.37484)"
+         id="g19804">
         <rect
-           style="fill:url(#linearGradient6843);fill-opacity:1;fill-rule:nonzero;stroke:#281800;stroke-width:1.00000036;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="rect6752"
-           width="38.988369"
-           height="20.008995"
-           x="104.5"
-           y="7.4910049" />
-        <path
-           style="opacity:0.26244345;fill:url(#radialGradient6845);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-           d="M 143,13.647059 L 142.94072,8.0588234 L 127.76443,8 C 119.76575,14.153317 112.84201,16.232994 105,17.411765 L 105,24 C 121.85281,22.16999 132.48465,17.931082 143,13.647059 z"
-           id="path6802"
-           sodipodi:nodetypes="cccccc" />
-        <path
-           style="opacity:0.47511309;fill:url(#radialGradient6847);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="M 143,13.647059 L 142.94072,8.0588234 L 127.76443,8 C 119.76575,14.153317 112.84201,16.232994 105,17.411765 L 105,24 C 121.85281,22.16999 132.48465,17.931082 143,13.647059 z"
-           id="path6748"
-           sodipodi:nodetypes="cccccc" />
-        <path
-           style="opacity:0.47511309;fill:url(#radialGradient6849);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-           d="M 143,13 L 143,12 C 125.9,19 111.65,22 105,22 L 105,24 C 121.87913,22.055614 132.46822,17.551775 143,13 z"
-           id="path6778"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           style="opacity:0.47511309;fill:url(#radialGradient6851);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline"
-           d="M 143,8 C 119.8375,17.5 109.525,19.6875 105,19 L 105,21 C 122.02249,18.301047 131.77083,12.708333 143,8 z"
-           id="path6790"
-           sodipodi:nodetypes="cccc" />
-        <path
-           style="opacity:0.29411765;fill:url(#radialGradient6853);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-           d="M 142.9375,14.25 L 142.9375,17.0625 C 136.625,21.810213 130.3125,24.357323 124,27 L 120,27 C 128.16211,24.040688 136.09517,20.508772 142.9375,14.25 z"
-           id="path6806"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           style="opacity:0.26696831;fill:none;fill-rule:evenodd;stroke:url(#radialGradient6855);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
-           d="M 105,17 C 110.96747,14.657371 113.43995,11.316176 116,8"
-           id="path6816"
-           sodipodi:nodetypes="cc" />
+           y="696.75507"
+           x="-29.767303"
+           height="145.24953"
+           width="145.24953"
+           id="rect18907"
+           style="fill:none;stroke:none" />
+        <g
+           transform="matrix(0.18785991,0,0,0.18785991,2982.284,-403.80476)"
+           id="g18909">
+          <g
+             id="g18911"
+             transform="matrix(1.1447958,0,0,1.1447958,2321.1724,-803.13568)">
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccssccsccszcc"
+               id="path18913"
+               d="m -15830.189,5839.7611 9.314,-4.2487 c 0,0 -8.674,19.5152 -4.032,31.3243 4.644,11.8094 18.933,42.6546 9.92,70.5703 -9.012,27.9151 -32.826,45.4327 -32.826,45.4327 -15.298,10.3098 -19.567,4.6983 -5.713,-3.8538 0,0 22.437,-14.1574 29.007,-39.6193 7.755,-30.0518 -11.28,-43.7916 -15.804,-62.5015 l -60.402,119.9419 c -21.695,20.9602 -67.692,11.7487 -64.711,-15.7297 1.853,-17.0859 25.062,-21.0854 35.252,-20.4317 9.736,0.6249 23.702,8.089 31.799,14.6181 l 68.196,-135.5026 z"
+               style="fill:#3d81d1;fill-opacity:1;fill-rule:evenodd;stroke:none"
+               inkscape:export-filename="/home/smorge/SEBASTIENs/ACTIVITEs/EN COURS/freetuxtv/freetuxtv-1.png"
+               inkscape:export-xdpi="30.536354"
+               inkscape:export-ydpi="30.536354" />
+            <path
+               inkscape:connector-curvature="0"
+               inkscape:export-ydpi="30.536354"
+               inkscape:export-xdpi="30.536354"
+               inkscape:export-filename="/home/smorge/SEBASTIENs/ACTIVITEs/EN COURS/freetuxtv/freetuxtv-1.png"
+               style="fill:#ecd000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+               d="m -15890.888,5824.2711 5.452,-2.4874 c 0,0 -5.078,11.4237 -2.358,18.3366 2.717,6.9129 11.082,24.9687 5.805,41.3099 -5.276,16.341 -19.214,26.5951 -19.214,26.5951 -8.955,6.0351 -11.456,2.7502 -3.346,-2.2559 0,0 13.135,-8.2874 16.981,-23.1922 4.539,-17.5913 -6.603,-25.6344 -9.252,-36.5864 l -35.359,70.2107 c -12.697,12.2695 -39.624,6.8771 -37.879,-9.2079 1.085,-10.0016 14.672,-12.3427 20.634,-11.9603 5.702,0.3659 13.878,4.735 18.617,8.557 l 39.919,-79.3192 z"
+               id="path18915"
+               sodipodi:nodetypes="ccssccsccszcc" />
+          </g>
+          <g
+             id="g18917"
+             transform="translate(40.381598,120.28663)">
+            <path
+               inkscape:connector-curvature="0"
+               id="path18919"
+               d="m -15690.342,5918.3309 c -84.807,1.4896 -145.741,66.5755 -153.274,129.8026 -7.559,63.4563 -3.247,76.5545 -18.678,127.3472 l 346.839,0 c -15.428,-50.7884 -11.118,-63.893 -18.678,-127.3472 -7.532,-63.227 -68.442,-128.313 -153.25,-129.8026 l -2.959,0 z"
+               style="fill:#000000;fill-opacity:1;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#000000;stroke:none"
+               d="m -15469.405,6154.8583 16.44,104.7341 c 0,0 30.033,-16.7156 55.873,-11.7295 25.843,4.9859 63.837,33.3542 86.435,26.8411 10.928,-3.15 5.332,-19.2677 -5.116,-33.0683 -44.014,-51.2128 -89.856,-75.4203 -153.632,-86.7774 z"
+               id="path18921"
+               sodipodi:nodetypes="ccsccc" />
+            <path
+               inkscape:connector-curvature="0"
+               sodipodi:nodetypes="ccsccc"
+               id="path18923"
+               d="m -15905.167,6154.8583 -16.441,104.7341 c 0,0 -30.032,-16.7156 -55.873,-11.7295 -25.842,4.9859 -63.837,33.3542 -86.435,26.8411 -10.928,-3.15 -5.331,-19.2677 5.116,-33.0683 44.014,-51.2128 89.857,-75.4203 153.633,-86.7774 z"
+               style="fill:#000000;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m -15928.384,6137.378 c 0,91.6973 0,183.3946 0,275.092 159.676,0 319.353,0 479.03,0 0,-92.058 0,-184.1158 0,-276.1736 -159.677,0 -319.354,-1e-4 -479.03,0 l 0,0.5408 0,0.5408 z"
+               id="path18925" />
+            <rect
+               y="6138.4565"
+               x="-15923.021"
+               height="265.35864"
+               width="468.29385"
+               id="rect18927"
+               style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               id="path18929"
+               d="m -15922.565,6140.6116 0,24.0119 c -34.172,7.6069 -67.054,21.9243 -94.811,43.624 -15.394,13.1547 -31.051,26.2747 -42.532,43.2216 -3.024,5.4324 -7.953,11.8555 -5.939,18.3241 41.473,-37.6863 91.515,-64.9136 143.282,-85.8797 l 0,217.7442 183.445,0 c 1.359,-5.3744 2.716,-10.7498 4.076,-16.1242 l -155.747,0 0,-228.7977 c 71.156,10e-5 142.303,10e-5 213.459,0 1.359,-5.3744 2.717,-10.7499 4.075,-16.1242 l -249.308,0 z"
+               style="opacity:0.5;fill:url(#radialGradient3515);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <rect
+               style="fill:#2f6ed2;fill-opacity:1;fill-rule:nonzero;stroke:none"
+               id="rect18931"
+               width="396.129"
+               height="224.46642"
+               x="-15886.94"
+               y="6158.9028" />
+            <rect
+               y="6158.9028"
+               x="-15886.94"
+               height="224.46642"
+               width="396.129"
+               id="rect18933"
+               style="fill:url(#radialGradient3517);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="opacity:0.5;fill:url(#linearGradient3519);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               d="m -15884.798,6381.2038 c 47.266,0 94.533,0 141.799,0 18.522,-73.3771 37.043,-146.7541 55.565,-220.1312 -65.789,10e-5 -131.577,0 -197.364,0 0,73.3771 0,146.7541 0,220.1312 z"
+               id="path18935" />
+            <rect
+               y="6158.9028"
+               x="-15886.94"
+               height="224.46642"
+               width="396.129"
+               id="rect18937"
+               style="fill:none;stroke:#ffffff;stroke-width:1.40635264;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#ffffff;fill-opacity:1;stroke:none"
+               d="m -15811.58,6161.5157 c -0.266,0.4393 -0.477,1.0158 -0.534,1.5724 -0.03,0.2921 -1.053,0.4595 -2.288,0.3662 -1.646,-0.1247 -2.224,0.024 -2.117,0.5384 0.1,0.4611 -0.441,0.7115 -1.561,0.7325 -0.936,0.017 -1.831,0.1857 -2.032,0.3876 -0.199,0.202 -1.226,0.3928 -2.266,0.4308 l -1.903,0.065 1.861,0.3231 c 1.016,0.1808 1.706,0.5186 1.56,0.7323 -0.144,0.2135 0.298,0.7799 0.962,1.2494 0.93,0.6563 1.36,0.7095 1.926,0.2369 0.492,-0.4114 1.045,-0.4469 1.688,-0.1076 2.459,1.3028 5.145,1.2415 7.783,-0.1724 1.813,-0.9711 2.751,-1.2138 3.144,-0.8185 0.848,0.8539 -0.519,1.8542 -4.149,3.0587 -2.32,0.7698 -3.47,0.9197 -4.319,0.5386 -1.23,-0.554 -2.801,-0.219 -2.801,0.6031 0,0.8415 3.74,2.7993 4.747,2.4772 1.237,-0.3952 1.792,0.4729 0.813,1.2923 -1.086,0.9077 -6.372,0.052 -6.372,-1.0339 0,-0.4357 -0.404,-1.1132 -0.899,-1.4863 -0.496,-0.3734 -0.766,-1.0441 -0.599,-1.4863 0.168,-0.4421 0.126,-0.7474 -0.127,-0.6892 -0.542,0.125 -2.237,-0.4615 -3.357,-1.1632 -1.568,-0.9848 -2.143,-1.1423 -3.037,-0.7971 -0.778,0.3008 -0.794,0.4164 -0.129,0.8402 0.772,0.4912 0.637,0.5845 -1.198,0.7323 -0.361,0.029 -0.951,0.4115 -1.282,0.8402 -0.765,0.9849 0.546,2.0957 2.48,2.1325 0.726,0.014 1.661,0.2592 2.096,0.5385 0.619,0.3966 0.404,0.5796 -0.983,0.8615 -1.426,0.2891 -1.593,0.4497 -0.899,0.8402 0.474,0.2669 0.726,0.695 0.557,0.9693 -0.169,0.2781 0.606,0.5169 1.753,0.5169 1.388,0 2.349,-0.3619 2.994,-1.077 0.729,-0.8139 1.115,-0.9123 1.667,-0.4524 0.394,0.3298 1.433,0.9919 2.31,1.4647 0.876,0.4729 1.645,1.108 1.689,1.4002 0.135,0.8971 -1.644,0.9064 -2.523,0.022 -0.455,-0.4599 -0.594,-0.8402 -0.299,-0.8402 0.295,0 0.674,0.2464 0.855,0.5385 0.179,0.2925 0.715,0.5386 1.197,0.5386 0.679,0 0.598,-0.1973 -0.343,-0.8616 -1.008,-0.7107 -1.458,-0.743 -2.607,-0.2155 -1.247,0.5727 -1.298,0.6968 -0.472,1.1632 0.968,0.5453 0.76,1.5218 -0.32,1.5079 -0.376,-0.011 -0.304,-0.2291 0.17,-0.5385 0.437,-0.2835 0.546,-0.5169 0.258,-0.5169 -0.865,0 -2.108,0.9779 -1.732,1.357 0.192,0.1932 2.431,0.4252 4.96,0.5385 2.53,0.1128 4.728,0.3475 4.876,0.4954 0.375,0.379 0.595,0.33 2.566,-0.3877 1.815,-0.6612 2.447,-1.556 0.791,-1.1201 -1.307,0.345 -3.94,-0.7586 -3.507,-1.4648 0.195,-0.3169 0.916,-0.4371 1.626,-0.2585 0.759,0.1926 1.99,-0.034 2.993,-0.56 0.93,-0.4887 2.021,-1.0507 2.438,-1.2494 0.418,-0.1984 0.856,-0.6698 0.983,-1.0554 0.167,-0.5084 -0.121,-0.6062 -1.069,-0.3662 -0.721,0.182 -1.461,0.1649 -1.647,-0.021 -0.598,-0.6033 0.793,-1.7662 2.118,-1.7662 0.706,0 1.15,-0.2234 0.983,-0.4955 -0.537,-0.8778 0.58,-1.0666 2.309,-0.4094 1.384,0.5268 1.756,0.4943 2.139,-0.1291 0.255,-0.4168 2.326,-1.6574 4.598,-2.7572 2.27,-1.0995 3.845,-2.0108 3.506,-2.0249 -0.34,-0.014 -1.05,-0.1706 -1.583,-0.3447 -0.718,-0.2341 -0.783,-0.1645 -0.257,0.2155 0.543,0.3906 0.341,0.6424 -0.898,1.0771 -1.696,0.5961 -2.641,0.054 -1.518,-0.8618 0.358,-0.2933 1.708,-0.8927 3.015,-1.3354 3.152,-1.0683 5.282,-2.0482 5.282,-2.4556 0,-0.1826 -0.656,-0.724 -1.454,-1.1847 -1.05,-0.6067 -1.868,-0.7172 -3.014,-0.3877 -1.545,0.4435 -2.833,0.2747 -2.781,-0.3016 l -18.817,0 z m 44.52,0 c 0.02,0.9978 0.847,0.997 1.262,0 l -1.262,0 z m 2.543,0 c 0.111,0.1002 0.187,0.1707 0.321,0.3015 0.862,0.8362 1.133,1.4613 0.792,1.874 -0.434,0.5268 -3.1,0.5882 -5.753,0.1507 -1.988,-0.3277 -3.654,0.073 -3.377,0.7972 0.41,1.0784 -0.602,1.4891 -1.369,0.5599 -0.787,-0.9561 -1.636,-1.0256 -1.454,-0.1291 0.101,0.4668 -0.759,0.6081 -3.037,0.4953 -3.011,-0.149 -6.506,0.8557 -5.709,1.6587 0.528,0.5302 -0.972,2.0609 -1.732,1.7663 -0.38,-0.1468 -0.819,-0.051 -0.983,0.2155 -0.163,0.2666 -0.603,0.3549 -0.962,0.2153 -0.863,-0.3342 -4.893,1.6441 -4.214,2.0678 0.29,0.1799 1.275,0.1117 2.182,-0.1507 2.174,-0.628 2.541,0.082 1.069,2.0895 -0.815,1.1099 -1.648,1.6154 -2.652,1.6154 -0.798,0 -1.595,0.2415 -1.774,0.5387 -0.184,0.297 -0.559,0.387 -0.833,0.2153 -0.661,-0.4105 -4.17,0.7687 -4.17,1.4002 0,0.4931 0.631,0.6063 4.426,0.7108 1.138,0.03 2.186,0.345 2.309,0.7108 0.245,0.7334 -0.21,0.9405 -3.314,1.5079 -1.895,0.3465 -1.955,0.4234 -0.77,0.7323 0.726,0.1892 1.193,0.5473 1.047,0.797 -0.394,0.6774 1.676,1.2627 2.887,0.8186 0.582,-0.213 2.938,-0.4169 5.239,-0.474 2.304,-0.054 4.396,-0.2273 4.619,-0.3661 0.222,-0.1389 0.716,0.4139 1.133,1.2278 0.419,0.814 1.274,1.9428 1.881,2.4987 0.614,0.5559 1.112,1.2893 1.112,1.6371 0,0.3478 0.454,1.0478 1.005,1.5509 0.698,0.6368 0.92,1.3705 0.749,2.4556 -0.28,1.7925 0.621,2.1578 1.069,0.4308 0.241,-0.9333 0.43,-1.033 1.048,-0.5169 1.801,1.5056 1.352,3.3477 -0.962,3.9203 -0.724,0.1795 -0.542,0.2809 0.577,0.3232 0.898,0.034 2.02,0.5185 2.502,1.0554 0.821,0.9139 0.814,1.0392 -0.171,1.9388 -0.995,0.9058 -0.993,0.9753 -0.128,1.6155 0.839,0.6231 0.796,0.7379 -0.534,1.2493 -0.799,0.3069 -1.455,0.828 -1.455,1.1632 0,0.4438 0.21,0.426 0.769,-0.043 1.227,-1.0245 2.097,-0.07 1.027,1.1201 -0.496,0.5553 -0.69,1.0243 -0.427,1.034 0.261,0.011 0.05,0.3311 -0.493,0.7323 -0.614,0.4696 -0.729,0.8492 -0.362,1.0771 0.312,0.1943 0.398,0.6459 0.192,0.9909 -0.237,0.4016 -0.07,0.3557 0.469,-0.086 0.958,-0.7814 1.619,-0.1413 0.963,0.9262 -0.273,0.4455 0.119,1.5126 1.048,2.908 2.045,3.0547 3.489,4.2579 5.153,4.2866 0.782,0.014 1.44,0.3238 1.476,0.6893 0.03,0.3652 0.117,0.8069 0.149,0.9693 0.141,0.6285 3.237,-1.6417 3.293,-2.4126 0.03,-0.4485 0.02,-1.3305 -0.04,-1.9601 -0.06,-0.6294 0.141,-1.3168 0.448,-1.5079 0.308,-0.1913 0.556,-0.7715 0.556,-1.314 0,-1.1436 4.654,-5.4555 5.389,-4.9974 0.272,0.1694 1.179,0.01 2.01,-0.3447 1.493,-0.6226 2.234,-1.6295 2.331,-3.1879 0.03,-0.4385 0.341,-0.7192 0.705,-0.6462 0.361,0.072 1.121,-0.3521 1.69,-0.9263 0.828,-0.832 1.708,-1.0148 4.361,-0.9693 2.047,0.034 3.933,-0.278 4.897,-0.7755 0.866,-0.4451 2.405,-0.9962 3.422,-1.2277 l 1.838,-0.4093 -1.838,-0.4093 c -1.017,-0.2246 -2.354,-0.2817 -2.973,-0.1293 -1.333,0.3271 -2.216,-0.737 -1.005,-1.2062 0.462,-0.1774 0.762,-0.7064 0.684,-1.1848 -0.1,-0.6033 0.336,-0.9146 1.369,-1.0339 1.145,-0.1322 1.534,0.081 1.754,0.9262 0.348,1.3469 1.754,1.4672 1.754,0.1508 0,-1.2385 -2.878,-2.9538 -4.235,-2.5203 -1.439,0.4596 -2.32,-0.1547 -1.561,-1.0769 0.45,-0.5469 0.314,-0.8359 -0.534,-1.2925 -1.506,-0.8121 -0.776,-1.7386 1.047,-1.3356 1.204,0.2663 1.473,0.1457 1.412,-0.6246 -0.114,-1.3484 1.716,-1.2396 3.528,0.2155 0.819,0.6581 1.874,1.2062 2.351,1.2062 0.675,0 0.616,-0.1941 -0.299,-0.8401 -1.499,-1.0578 -1.055,-1.8094 1.07,-1.8094 1.564,0 1.589,-0.056 0.619,-0.797 -0.562,-0.4292 -0.781,-0.8179 -0.491,-0.8616 0.29,-0.046 -0.173,-0.2244 -1.026,-0.4093 -2.019,-0.4363 -2.043,-1.2914 -0.04,-1.7232 l 1.582,-0.3232 -1.689,-0.086 c -0.925,-0.034 -1.817,-0.2821 -1.988,-0.56 -0.516,-0.8426 1.628,-1.6366 3.442,-1.2709 1.275,0.2568 1.625,0.1829 1.326,-0.3016 -0.22,-0.3572 -0.532,-0.5213 -0.685,-0.3661 -0.515,0.5192 -2.341,-0.8283 -2.073,-1.5294 0.144,-0.3803 0,-0.9539 -0.321,-1.2709 -0.412,-0.4143 -0.154,-0.7332 0.855,-1.1201 0.771,-0.2958 1.412,-0.8829 1.412,-1.314 0,-0.431 0.41,-1.0318 0.919,-1.3571 0.781,-0.5 0.712,-0.568 -0.449,-0.323 -1.643,0.3469 -2.283,-0.097 -1.476,-1.0771 0.329,-0.3978 1.621,-0.7323 2.909,-0.7323 1.543,0 2.268,-0.2107 2.18,-0.6463 -0.08,-0.3583 0.407,-0.7388 1.07,-0.84 0.657,-0.1013 1.804,-0.4959 2.544,-0.8833 l 1.347,-0.6893 -2.117,-0.3876 c -1.162,-0.1977 -2.528,-0.1122 -3.057,0.1723 -1.34,0.7189 -3.482,0.9296 -4.277,0.4308 -0.369,-0.2307 -1.378,-0.048 -2.245,0.3877 -1.541,0.7747 -2.527,0.3887 -1.839,-0.7323 0.229,-0.3731 -0.905,-0.5128 -3.507,-0.3878 -2.824,0.1363 -4.771,0.5885 -7.162,1.6802 -1.884,0.859 -3.653,1.3624 -4.17,1.1631 -1.3,-0.5028 -0.492,-1.1012 4.106,-2.951 2.61,-1.0506 4.979,-1.6156 6.67,-1.6156 1.44,0 3.407,-0.3689 4.384,-0.8184 l 1.774,-0.8187 -2.971,0.3017 c -3.124,0.3333 -4.356,-0.2794 -2.695,-1.3356 0.164,-0.1046 0.153,-0.1764 0.04,-0.2369 l -3.849,0 c -1.648,0.1417 -3.671,0.3937 -5.773,0.7323 -1.725,0.2776 -3.354,0.3553 -3.615,0.1938 -0.402,-0.2503 -0.259,-0.5858 0.258,-0.9261 l -7.207,0 c -0.169,0.023 -0.357,0.021 -0.577,0 l -6.137,0 z m 193.601,15.9183 c -2.751,7.0882 -12.303,4.2071 -19.587,6.2684 -6.339,0.3391 0.933,6.6984 -6.97,3.8773 -8.874,-2.1715 5.01,9.5011 -1.475,5.9667 -0.899,-3.7296 -11.179,-4.0639 -4.941,0.2155 -3.742,-0.9765 -6.388,-6.9516 -5.793,0.6677 -0.181,2.5187 10.297,6.7165 5.131,7.733 -2.484,-10.1223 -8.652,8.1997 -11.376,0.1078 7.025,4.2281 6.052,-18.1779 0.193,-11.8473 -6.359,2.4713 4.643,12.0059 -4.341,7.2376 -4.311,-2.4588 -8.774,2.858 -9.537,0.5385 -5.497,2.4173 -10.334,0.5702 -15.93,4.8251 1.254,-2.3629 -4.238,-6.1561 -1.989,-0.086 -1.544,0.8075 -3.392,2.502 -5.281,3.5542 -0.113,0.063 -0.228,0.1145 -0.342,0.1724 -0.03,0.015 -0.08,0.026 -0.107,0.043 -0.193,0.096 -0.382,0.2011 -0.578,0.28 -0.08,0.031 -0.159,0.057 -0.235,0.086 -0.148,0.056 -0.278,0.1095 -0.427,0.1508 -0.07,0.017 -0.15,0.03 -0.215,0.043 -0.03,0.011 -0.06,0.02 -0.08,0.021 -0.182,0.041 -0.353,0.069 -0.535,0.086 -0.204,0.02 -0.416,0.036 -0.619,0.021 -0.08,-0.011 -0.156,-0.031 -0.235,-0.043 -0.1,-0.014 -0.2,-0.021 -0.299,-0.043 -0.03,-0.011 -0.06,-0.019 -0.09,-0.021 -0.1,-0.028 -0.2,-0.072 -0.299,-0.1077 -0.1,-0.038 -0.2,-0.081 -0.299,-0.1293 0.112,0.2329 0.203,0.4576 0.278,0.6462 0.08,0.1832 0.127,0.3514 0.171,0.4954 0.09,0.3015 0.132,0.5188 0.106,0.6678 -0.108,0.5661 -1.027,0.062 -2.073,-0.8617 -0.262,-0.2327 -0.543,-0.5009 -0.813,-0.7754 -0.265,-0.2718 -0.54,-0.5484 -0.791,-0.8401 -0.02,-0.01 0.02,-0.021 0,-0.021 -0.38,-0.4388 -0.741,-0.8683 -1.026,-1.2925 0,-0.011 0.02,-0.019 0,-0.022 -0.191,-0.2845 -0.349,-0.5457 -0.471,-0.7969 -0.121,-0.2514 -0.182,-0.471 -0.213,-0.6678 -0.07,-0.3931 0.06,-0.6648 0.491,-0.7108 0.213,-0.022 0.51,0.018 0.876,0.1077 0.185,0.047 0.373,0.1122 0.6,0.1938 0.454,0.1633 1.005,0.3967 1.646,0.7108 0.424,0.039 0.807,0.07 1.176,0.086 0.366,0.015 0.713,0.01 1.027,0 1.704,-0.025 2.658,-0.3468 3.014,-0.8401 0.03,-0.046 0.06,-0.081 0.09,-0.1292 0.06,-0.096 0.06,-0.2165 0.06,-0.3232 0.02,-0.1066 0,-0.2074 -0.02,-0.323 -0.06,-0.2308 -0.168,-0.4753 -0.342,-0.7324 -0.09,-0.1261 -0.189,-0.2576 -0.299,-0.3877 l 0,-0.022 c -0.112,-0.1283 -0.25,-0.2563 -0.386,-0.3877 -0.02,-0.011 -0.02,0 -0.02,0 -0.689,-0.6779 -1.657,-1.3825 -2.78,-2.0248 l -0.02,0 c -0.904,-0.5152 -1.897,-0.9919 -2.908,-1.3787 -0.252,-0.096 -0.517,-0.1948 -0.77,-0.2799 -2.026,-0.6793 -4.019,-0.9658 -5.411,-0.4738 -0.09,-0.09 -0.155,-0.1745 -0.213,-0.2585 -0.02,-0.012 0.03,-0.02 0,-0.021 -0.112,-0.1685 -0.176,-0.3247 -0.213,-0.4738 -0.113,-0.4531 0.02,-0.8276 -0.13,-1.1417 -0.02,-0.053 -0.09,-0.1009 -0.127,-0.1508 -0.06,-0.051 -0.1,-0.1017 -0.172,-0.1508 -0.07,-0.047 -0.155,-0.085 -0.256,-0.1292 -0.41,-0.18 -1.075,-0.3615 -2.181,-0.517 -0.02,0.011 -0.02,0.019 -0.02,0.022 -0.06,0.063 -0.09,0.1213 -0.129,0.1723 -0.02,0.014 -0.04,0.03 -0.06,0.043 -0.03,0.031 -0.05,0.058 -0.09,0.086 -0.03,0.028 -0.08,0.041 -0.106,0.065 -0.02,0.011 -0.02,0.033 -0.04,0.043 -0.06,0.031 -0.09,0.044 -0.15,0.064 -0.06,0.016 -0.106,0.033 -0.15,0.043 -0.642,0.1352 -1.375,-0.4151 -2.138,-0.6677 -0.1,-0.034 -0.198,-0.065 -0.299,-0.086 -0.03,-0.011 -0.04,0 -0.06,0 -0.03,-0.011 -0.07,-0.019 -0.107,-0.021 -0.08,-0.011 -0.154,-0.025 -0.235,-0.021 -0.06,0 -0.132,0.033 -0.192,0.043 -0.02,0 -0.02,-0.011 -0.04,0 -0.07,0.014 -0.13,0.021 -0.192,0.043 -0.02,0.011 -0.04,0.019 -0.06,0.021 -0.03,0.014 -0.06,0.029 -0.09,0.043 -0.06,0.025 -0.115,0.051 -0.172,0.086 -0.131,0.08 -0.254,0.1886 -0.384,0.3231 -0.02,0.018 -0.03,0.025 -0.06,0.043 -0.216,0.2401 -0.426,0.5584 -0.641,0.9908 -0.184,-0.014 -0.383,-0.01 -0.556,0 -0.535,0.014 -1.029,0.1162 -1.496,0.2586 -1.244,0.3807 -2.336,1.115 -3.721,1.7662 -0.176,0.081 -0.351,0.1591 -0.535,0.2369 -0.55,0.234 -1.144,0.4573 -1.817,0.6248 -0.03,0.1236 -0.07,0.2464 -0.107,0.3662 -0.203,0.5987 -0.494,1.1434 -0.856,1.6586 -0.144,0.2061 -0.306,0.4079 -0.469,0.6031 -0.166,0.1949 -0.333,0.3748 -0.514,0.5601 -0.363,0.3706 -0.786,0.737 -1.198,1.077 -0.617,0.5076 -1.265,0.9952 -1.924,1.4648 -0.662,0.4712 -1.345,0.9308 -1.967,1.4001 -0.205,0.1541 -0.383,0.3173 -0.578,0.474 -0.395,0.3178 -0.78,0.6336 -1.111,0.9692 0.239,0.3512 0.401,0.673 0.513,0.9693 0.06,0.1521 0.1,0.2915 0.129,0.4308 0.02,0.1363 0.06,0.2628 0.06,0.3878 0,0.1197 -0.03,0.2341 -0.06,0.3446 -0.08,0.3511 -0.257,0.6677 -0.514,0.9478 -0.258,0.2772 -0.582,0.5159 -0.962,0.7539 -1.647,1.032 -4.178,1.8502 -5.175,3.662 -0.155,0.2787 -0.271,0.5738 -0.342,0.9047 -0.222,0.9937 -0.04,2.2297 0.791,3.8557 0.437,0.9801 1.07,1.2803 1.796,1.2494 0.1,-0.011 0.212,-0.01 0.321,-0.021 2.565,-0.4061 6.01,-4.1146 5.944,3.0373 1.424,3.8119 4.503,2.0063 6.266,-0.9263 0.1,-0.1628 0.189,-0.305 0.277,-0.4739 1.076,-2.0294 1.498,-4.4592 0.365,-5.9452 -0.09,-0.1241 -0.207,-0.2345 -0.322,-0.3446 1.001,-4.1156 5.704,-10.935 9.751,-9.8441 -0.232,0.3727 -0.534,0.8772 -0.876,1.4647 -0.173,0.2938 -0.372,0.5962 -0.557,0.9263 -1.652,2.973 -3.579,7.2058 -1.988,8.5086 l 0.02,0 c 0.09,0.069 0.17,0.1205 0.278,0.1723 l 0.02,0 c 0.665,0.3166 1.744,0.2981 3.378,-0.237 0.272,-0.088 0.552,-0.184 0.855,-0.3016 1.582,-0.1265 2.656,-0.079 3.336,0.065 l 0.02,0 c 0.333,0.072 0.577,0.1647 0.727,0.28 l 0.02,0 c 0.442,0.3503 0.108,0.8685 -0.684,1.3355 -1.15,0.6786 -3.268,1.2638 -5.325,1.1202 -0.158,-0.013 -0.314,-0.022 -0.471,-0.043 0.226,0.8258 0.37,1.4787 0.428,2.0249 0.02,0.1821 0.04,0.361 0.04,0.5169 0,0.1498 -0.03,0.3033 -0.04,0.4308 -0.02,0.1261 -0.02,0.26 -0.06,0.3662 -0.346,1.1023 -1.582,1.191 -3.571,1.4432 -0.02,0.189 -0.04,0.3796 -0.09,0.5601 -0.124,0.5417 -0.346,1.0218 -0.642,1.4863 -0.1,0.1547 -0.206,0.3067 -0.32,0.4524 -0.346,0.4377 -0.749,0.8301 -1.219,1.1848 -1.563,1.1812 -3.738,1.9122 -5.881,2.0678 -0.215,0.015 -0.426,0.016 -0.641,0.021 -2.77,0.057 -5.392,-0.8367 -6.48,-2.8434 -0.613,-6.5361 0.309,3.4809 -3.185,4.5666 -0.124,0.039 -0.248,0.07 -0.385,0.086 -0.406,0.045 -0.869,-0.024 -1.39,-0.237 -3.344,3.1027 -8.045,7.8804 -12.894,8.487 0.121,0.071 0.225,0.1501 0.342,0.237 0.02,0.011 0.02,-0.011 0.02,0 1.656,1.2186 2.871,3.8732 2.93,6.096 0.03,0.1591 0.03,0.2986 0,0.4523 -0.02,0.4673 -0.115,0.8968 -0.257,1.2925 -0.06,0.1345 -0.111,0.2643 -0.171,0.3877 -0.07,0.1199 -0.118,0.2367 -0.193,0.3446 -0.152,0.2161 -0.323,0.4 -0.534,0.5601 -0.112,0.081 -0.218,0.1512 -0.342,0.2154 -0.245,0.128 -0.545,0.2239 -0.856,0.28 -0.158,0.029 -0.318,0.057 -0.491,0.065 -0.347,0.015 -0.735,-0.012 -1.155,-0.086 -0.422,-0.072 -0.869,-0.1935 -1.369,-0.3662 -0.254,-0.087 -0.494,-0.1863 -0.769,-0.3017 -0.932,0.011 -1.709,0.221 -2.31,0.5818 -0.171,0.1033 -0.325,0.2182 -0.47,0.3446 -0.66,0.5685 -1.05,1.3608 -1.24,2.2617 -0.06,0.2003 -0.09,0.3936 -0.107,0.6031 -0.06,0.4239 -0.03,0.8453 0,1.2925 0.03,0.4421 0.1,0.8909 0.214,1.3356 0.06,0.2223 0.121,0.4482 0.192,0.6677 0.08,0.2191 0.168,0.4325 0.256,0.6462 l 0,0.021 c 0.09,0.2095 0.177,0.4016 0.279,0.6031 0.111,0.2098 0.22,0.4045 0.342,0.6031 0.119,0.1947 0.231,0.3784 0.363,0.5602 0.139,0.1874 0.276,0.3677 0.427,0.5385 0.148,0.1659 0.313,0.3264 0.471,0.4739 l 0.02,0 c 0.159,0.1452 0.302,0.2845 0.47,0.4092 0.177,0.1316 0.37,0.2377 0.556,0.3447 0.184,0.1034 0.363,0.2017 0.557,0.28 l 0.02,0 c 0.05,0.018 0.08,0.026 0.127,0.043 0.536,0.1957 1.109,0.2956 1.711,0.2586 0.02,-3e-4 0.02,2e-4 0.02,0 0.323,-0.021 0.665,-0.093 1.005,-0.1938 0.114,-0.034 0.225,-0.062 0.341,-0.1078 0.466,-0.1759 0.949,-0.4334 1.434,-0.7755 l 0.02,0 c 0.245,-0.1725 0.502,-0.3629 0.748,-0.5815 0.428,-0.651 0.898,-1.4116 1.433,-2.1972 0.269,-0.3913 0.543,-0.7779 0.834,-1.1847 0.583,-0.8161 1.212,-1.6484 1.882,-2.4556 0.333,-0.4022 0.676,-0.8028 1.027,-1.1848 1.053,-1.1435 2.182,-2.1569 3.356,-2.9079 0.196,-0.1252 0.401,-0.2356 0.599,-0.3447 0.199,-0.1089 0.396,-0.21 0.599,-0.3016 0.805,-0.3651 1.631,-0.6011 2.459,-0.6246 0.206,-0.011 0.412,0 0.62,0.021 0.208,0.018 0.41,0.062 0.62,0.1076 l 0.02,0 c 0.206,0.046 0.416,0.1003 0.62,0.1724 l 0.02,0 c 0.204,0.072 0.394,0.1788 0.598,0.2801 l 0.02,0 c 0.414,0.2062 0.826,0.4655 1.24,0.797 0.211,0.1689 0.432,0.3344 0.641,0.5385 0.208,0.2012 0.392,0.431 0.599,0.6678 0.144,0.025 0.286,0.041 0.428,0.086 l 0.02,0 c 0.135,0.043 0.274,0.1131 0.406,0.1722 l 0.02,0 c 0.132,0.059 0.255,0.1399 0.386,0.2153 0.401,0.2332 0.786,0.5174 1.154,0.8617 1.464,1.3655 2.656,3.4111 3.529,4.5451 0.144,0.1888 0.278,0.3642 0.405,0.4955 0.07,0.064 0.113,0.1241 0.172,0.1723 0.12,0.1014 0.239,0.1543 0.341,0.1723 0.1,0.017 0.18,-0.01 0.257,-0.086 0.117,-0.1134 0.229,-0.3519 0.3,-0.7108 l 0,-0.021 c 0.02,-0.1185 0.02,-0.2397 0.04,-0.3877 l 0,-0.021 c 0.06,-0.4596 0.1,-1.0575 0.107,-1.831 0.1,0.09 0.106,0.091 0.15,0.1294 -0.548,-0.5842 -3.323,-3.4423 -5.046,-5.7945 -0.249,-0.3398 -0.471,-0.6811 -0.662,-0.9909 -0.535,-0.8507 -0.825,-1.5563 -0.664,-1.9386 0.02,-0.034 0.03,-0.054 0.06,-0.086 0.267,-0.3516 1.103,-0.2942 2.76,0.3877 4.828,2.8081 9.829,14.3821 10.84,11.2658 -0.315,1.463 -1.338,3.051 -0.576,2.7141 0.07,-0.03 0.138,-0.068 0.235,-0.1293 0.197,-0.1238 0.447,-0.3264 0.791,-0.6031 0.34,-0.2713 0.769,-0.6111 1.282,-1.0554 -0.359,-0.3859 -0.643,-0.7412 -0.855,-1.0556 -0.211,-0.3142 -0.366,-0.5871 -0.449,-0.8401 -0.09,-0.2592 -0.109,-0.4829 -0.08,-0.6892 0.02,-0.097 0.04,-0.1935 0.08,-0.2801 0.03,-0.087 0.1,-0.1806 0.15,-0.2585 0.06,-0.08 0.133,-0.164 0.213,-0.2369 0.712,-0.6579 2.168,-1.0014 3.571,-1.5293 0.469,-0.1757 0.922,-0.372 1.348,-0.6032 0.704,-0.3842 1.326,-0.8639 1.689,-1.5294 l 0,-0.021 c 0.218,-0.3991 0.349,-0.8545 0.364,-1.4001 l 0,-0.022 c 0.02,-0.364 -0.06,-0.7645 -0.15,-1.2063 l 0,-0.021 c -0.06,-0.2236 -0.109,-0.4438 -0.193,-0.6894 0.592,-1.4012 1.208,-2.3689 1.818,-2.9942 0.172,-0.1785 0.338,-0.3264 0.514,-0.4522 0.35,-0.2511 0.714,-0.4052 1.068,-0.4739 0.445,-0.087 0.875,-0.046 1.327,0.086 0.181,0.053 0.371,0.1152 0.555,0.1938 0.181,0.08 0.353,0.1797 0.535,0.28 l 0.02,0 c 0.364,0.1992 0.724,0.4346 1.091,0.6893 0.552,0.386 1.125,0.8015 1.689,1.2063 -0.118,-0.1236 -0.234,-0.225 -0.321,-0.3447 -0.17,-0.2374 -0.262,-0.47 -0.32,-0.6892 -0.02,-0.097 -0.05,-0.2079 -0.06,-0.3016 -0.02,-0.262 0.04,-0.4866 0.149,-0.711 0.03,-0.01 0.03,-0.02 0.03,-0.021 0.03,-0.072 0.09,-0.1472 0.149,-0.2154 0.08,-0.109 0.171,-0.2266 0.278,-0.3232 0.06,-0.039 0.08,-0.071 0.129,-0.1077 0.142,-0.114 0.299,-0.2101 0.47,-0.3015 0.202,-0.1092 0.416,-0.2056 0.641,-0.2801 0.02,-0.011 0.03,0 0.04,0 0.02,-0.011 0.02,-0.019 0.04,-0.022 l 0.03,0 c 0.191,-0.058 0.381,-0.1189 0.576,-0.1507 0.02,-0.011 0.04,0 0.06,0 0.225,-0.033 0.45,-0.048 0.664,-0.043 1.419,0.043 2.428,0.9946 0.726,3.3388 6.544,2.5887 5.149,10.0574 -2.308,6.1175 -5.102,-2.7136 -17.302,4.0377 -8.681,8.3793 6.395,-1.4759 11.284,0.1188 6.842,7.4962 -0.704,0.8543 -1.905,1.5244 -3.336,2.1109 -0.113,0 -0.151,-1e-4 -0.279,0 -4.745,0.011 -11.373,-4.9285 -14.027,-2.2401 -3.919,3.9687 -7.226,0.087 -11.097,-0.711 -5.022,-1.035 0.428,-8.6669 -7.078,-6.8498 -4.611,1.1167 -9.497,3.557 -13.877,3.0372 -3.831,-0.4544 -5.157,1.2551 -6.736,3.8773 -1.905,3.1668 -2.704,7.0973 -5.709,10.1241 -3.272,3.2941 -4.3,7.3027 -3.999,12.278 0.278,4.5454 -1.34,8.0035 2.075,11.9336 3.023,3.4767 4.239,10.1335 10.221,9.9302 4.898,-0.1669 10.829,-3.9842 14.412,-1.8525 2.569,1.5295 4.972,0.723 6.308,2.628 2.396,3.4206 -0.617,9.2751 2.801,13.4413 2.721,3.3149 4.626,8.8121 2.16,13.2259 -2.805,5.0199 0.675,9.6559 1.282,14.6044 0.695,5.6635 5.786,10.7644 5.496,15.7031 -0.274,4.6744 4.675,3.5923 7.804,3.0803 5.448,-0.8914 9.186,-5.823 10.435,-10.684 1.112,-4.3264 2.51,-7.4611 2.908,-12.192 0.345,-4.123 9.698,-6.7498 7.27,-13.2045 -1.797,-4.7793 -2.759,-10.1397 1.027,-14.5614 3.517,-4.111 8.018,-7.3293 10.177,-12.6012 0.991,-2.4079 3.973,-8.2602 3.379,-8.25 -2.916,0.048 -9.47,3.1689 -11.568,-1.8095 -2.04,-4.8434 -6.92,-8.0548 -7.248,-13.6566 -0.246,-4.143 -5.27,-8.5025 -5.474,-11.5673 1.372,-0.6182 2.58,-0.6915 3.613,0.2801 3.628,8.0671 8.638,14.8741 10.628,23.8238 7.523,-1.1631 17.198,-6.101 20.633,-13.7644 -3.624,-2.5963 -3.915,-8.4313 -7.825,-2.8865 -5.712,2.2263 -10.068,-17.276 -2.032,-6.6775 6.432,5.2364 19.167,2.5064 23.136,9.3917 -0.609,4.5931 4.694,-3.6417 3.401,3.0156 0.179,5.3021 3.507,17.1611 6.971,18.0079 0.879,-9.3756 6.849,-18.0721 15.801,-21.1314 5.725,0.7927 3.599,12.7035 9.344,9.1764 0.236,9.8418 2.664,6.6466 7.463,7.4531 0.523,7.1305 7.919,2.7648 7.27,-1.9171 -1.343,-5.109 -7.489,-14.4772 1.347,-13.0537 5.952,-1.2925 16.739,-7.9356 13.578,-14.2383 3.206,-1.9893 -5.311,-9.3096 2.674,-11.8257 -1.146,0.087 -10.887,-0.9851 -3.871,-4.739 6.199,-4.8418 -0.195,5.6201 4.747,0.28 4.883,-0.8019 3.911,14.1523 7.527,5.7083 -4.494,-4.5206 0.979,-11.7894 5.709,-11.2873 6.051,-2.2336 15.524,-20.7722 4.854,-19.8173 -5.556,-4.9944 8.813,-13.2009 14.562,-10.9856 6.462,1.7625 8.488,-1.652 13.706,-5.0191 3.922,-0.074 -0.642,5.0234 4.319,1.0771 l 0,-17.9218 c -4.515,-1.446 -8.501,-3.4199 -13.963,-3.1019 -2.489,-2.6674 -5.122,-2.9991 -8.403,-1.637 2.489,-3.4801 -8.165,-2.4982 -7.463,1.0339 -5.465,-0.9501 -14.914,3.556 -14.39,-3.4465 -0.799,-4.1055 -10.59,1.2409 -14.669,-2.1325 -4.047,3.2275 -6.162,-5.1079 -8.04,-1.637 7.137,3.1523 -2.751,-1.2632 -0.256,2.4341 -10.539,3.6028 -1.161,-3.8161 3.549,-4.8036 1.605,-5.8538 -12.516,-0.3964 -11.055,-5.7513 l -0.749,-0.065 -0.04,-0.021 z m -258.497,2.4557 c -0.353,0 -0.435,0.1598 -0.32,0.517 0.139,0.4221 1.256,0.8608 2.587,1.0124 1.966,0.2241 2.384,0.4729 2.609,1.594 0.257,1.282 0.748,1.5363 3.506,1.7663 0.629,0.053 1.341,0.2923 1.582,0.5386 0.241,0.2463 2.096,0.315 4.127,0.1508 2.031,-0.1642 4.495,-0.2928 5.453,-0.3016 1.077,-0.011 1.62,-0.2403 1.412,-0.5817 -0.187,-0.3051 -0.05,-0.9445 0.342,-1.4431 0.606,-0.7835 0.6,-0.8352 -0.09,-0.3016 -0.436,0.3396 -1.392,0.5908 -2.117,0.5817 -0.724,-0.012 -3.331,0.1183 -5.795,0.2584 -4.6,0.2614 -6.843,-0.4052 -6.843,-2.0033 0,-0.3821 -0.877,-0.7913 -1.988,-0.9478 -1.089,-0.1532 -2.651,-0.4566 -3.485,-0.6677 -0.442,-0.1111 -0.771,-0.1733 -0.984,-0.1724 z m 11.975,7.9054 c -1.585,0 -3.935,1.9574 -3.935,3.2742 0,1.5109 1.641,4.1609 2.609,4.2004 0.446,0.017 3.19,0.1061 6.094,0.1939 3.665,0.1112 5.909,0.4543 7.377,1.1201 1.162,0.5266 2.54,1.0054 3.058,1.0556 1.608,0.1552 2.209,1.1589 1.369,2.2401 -0.672,0.8592 -0.652,0.8671 0.149,0.2369 0.756,-0.5958 0.975,-0.5393 1.454,0.3662 0.312,0.5843 0.577,1.3921 0.577,1.8095 0,0.5121 0.393,0.7019 1.241,0.5384 1.54,-0.2966 2.195,0.5601 1.111,1.4648 -0.645,0.5394 -0.967,0.4819 -1.732,-0.2154 -0.859,-0.7828 -1.061,-0.7802 -2.138,-0.021 -0.938,0.6616 -1.046,0.9785 -0.556,1.5725 0.34,0.4119 0.403,0.7746 0.149,0.797 -0.252,0.022 -1.52,0.079 -2.821,0.1292 -1.787,0.07 -2.433,0.3316 -2.566,1.034 -0.132,0.6725 0.183,0.9321 1.068,0.9262 0.674,-0.011 1.534,-0.2254 1.925,-0.4739 0.763,-0.4872 4.833,1.2189 4.833,2.0249 0,0.2537 0.628,0.6207 1.411,0.8185 1.083,0.2738 1.269,0.4669 0.706,0.8185 -0.516,0.3212 -0.268,0.4633 0.855,0.4309 0.892,-0.025 2.551,0.4227 3.678,1.0124 2.666,1.3926 2.632,1.3945 1.496,0.1292 -0.951,-1.0586 -0.936,-1.083 0.108,-1.3571 1.688,-0.4446 1.169,-2.2741 -1.412,-4.8466 -2.245,-2.2375 -2.312,-2.3613 -1.325,-3.1018 1.382,-1.0391 1.506,-1.0012 3.464,0.8401 1.324,1.2466 1.857,1.4583 2.415,0.9908 0.397,-0.3306 0.6,-0.8415 0.428,-1.1201 -0.17,-0.279 0.193,-0.6121 0.813,-0.7755 1.054,-0.2776 1.061,-0.3761 0.256,-1.2708 -0.475,-0.5277 -1.145,-0.8477 -1.497,-0.7108 -0.356,0.1366 -1.091,-0.2451 -1.625,-0.8401 -0.537,-0.599 -1.638,-1.0771 -2.458,-1.0771 -1.776,0 -3.056,-1.7882 -1.796,-2.4987 0.424,-0.2391 0.609,-0.6753 0.406,-0.9693 -0.474,-0.6803 -3.393,-2.0744 -4.02,-1.9171 -0.261,0.065 -0.863,-0.034 -1.326,-0.2155 -0.742,-0.2895 -0.704,-0.4112 0.192,-1.0769 0.857,-0.6349 0.87,-0.754 0.15,-0.754 -0.473,1e-4 -0.997,0.2454 -1.176,0.5386 -0.204,0.3307 -0.664,0.3398 -1.219,0.043 -0.488,-0.2643 -1.146,-0.5098 -1.433,-0.5386 -0.291,-0.029 -0.512,-0.3087 -0.512,-0.6246 0,-1.0379 -1.775,-1.8993 -3.401,-1.6587 -0.88,0.1297 -1.487,0.4493 -1.325,0.7108 0.474,0.7731 -1.289,1.1669 -2.117,0.474 -0.421,-0.3503 -0.98,-0.4776 -1.262,-0.3016 -0.717,0.4451 -1.404,-0.7847 -1.219,-2.2187 0.121,-0.9446 -0.101,-1.1981 -1.068,-1.1847 -0.676,0.011 -1.575,0.3119 -2.011,0.6677 -0.916,0.7459 -1.174,3.5276 -0.428,4.4373 0.332,0.4042 0.264,0.7543 -0.15,1.0126 -0.964,0.6005 -2.052,-1.3097 -1.967,-3.4466 l 0.04,-1.8955 0.342,2.1108 c 0.283,1.8267 0.381,1.9782 0.685,0.9048 0.498,-1.7702 -0.554,-3.8126 -1.968,-3.8126 z m -9.751,4.6312 c -0.182,0 -0.335,0.067 -0.492,0.1508 -1.928,1.0393 -1.977,3.7265 -0.06,3.7265 1.435,0 1.585,0.4423 0.749,2.1325 -0.999,2.0165 -1.509,2.2836 -2.779,1.4863 -0.787,-0.4963 -1.323,-0.4954 -2.246,-0.043 -2.19,1.0725 -5.585,1.257 -7.548,0.4308 -1.015,-0.4269 -1.839,-1.0284 -1.839,-1.3356 0,-0.614 -2.587,-0.7522 -3.977,-0.2153 -0.7,0.271 -0.732,0.4386 -0.171,0.7969 0.385,0.2472 1.059,0.4254 1.497,0.4094 0.521,-0.018 0.439,-0.1727 -0.257,-0.474 -0.86,-0.3723 -0.897,-0.4864 -0.171,-0.517 1.363,-0.056 1.739,1.0659 0.47,1.4003 -0.821,0.2165 -1.065,0.6719 -0.962,1.6585 0.193,1.8109 -1.051,2.1229 -1.689,0.4309 -0.597,-1.5803 -2.379,-2.1644 -5.324,-1.7665 -2.378,0.3213 -3.885,-0.749 -2.31,-1.637 0.824,-0.4634 0.81,-0.5668 -0.256,-1.1416 -0.874,-0.4721 -1.343,-0.4692 -1.882,-0.021 -0.544,0.4561 -1.155,0.374 -2.481,-0.3231 -2.319,-1.2183 -5.797,-1.841 -6.585,-1.1848 -0.413,0.346 -1.139,0.2323 -2.203,-0.323 -1.486,-0.7744 -1.741,-0.7628 -3.357,0.2154 -4.259,2.5766 -5.828,3.2629 -6.307,2.7787 -0.311,-0.3137 0.327,-1.0091 1.754,-1.874 1.247,-0.7596 2,-1.3885 1.645,-1.4002 -0.355,-0.014 -1.395,0.4615 -2.331,1.034 -1.362,0.8352 -1.864,0.9032 -2.523,0.3877 -0.688,-0.5381 -0.726,-0.5172 -0.235,0.1508 0.722,0.9832 1.314,3.9967 0.877,4.4374 -0.58,0.5836 -1.733,-0.8197 -1.733,-2.111 0,-0.695 -0.166,-1.27 -0.384,-1.2925 -0.508,-0.052 -1.164,-0.2126 -2.01,-0.4738 l 0,21.4113 c 1.112,0.4782 1.827,0.5992 2.159,0.3231 0.433,-0.3632 0.877,-0.1454 1.476,0.7754 0.471,0.7256 0.855,1.4977 0.855,1.6803 0,0.5414 2.33,2.3069 3.058,2.3263 1.118,0.03 2.352,3.5634 1.603,4.5882 -0.261,0.3589 0.109,0.815 0.963,1.2063 1.36,0.6239 1.367,0.6498 0.406,1.8093 -0.535,0.6474 -0.656,0.9115 -0.256,0.5601 1.005,-0.8851 2.993,0.1355 2.181,1.1201 -0.66,0.8003 -0.223,1.3786 1.048,1.3786 1.324,0 5.773,4.412 5.773,5.7298 0,1.2616 -0.806,1.9973 -1.304,1.1848 -0.736,-1.197 -1.055,-0.4024 -1.113,2.7571 -0.03,1.827 -0.138,4.7732 -0.235,6.5268 -0.186,3.3295 1.085,7.2585 2.288,7.0223 0.321,-0.063 0.619,0.4046 0.663,1.0339 0.118,1.7481 2.322,4.963 3.763,5.5144 0.706,0.271 1.133,0.7637 0.941,1.077 -0.208,0.3415 0.05,0.489 0.62,0.3877 0.765,-0.132 1.175,0.4645 1.925,2.7573 0.529,1.6072 1.431,3.4268 1.988,4.028 0.738,0.7918 0.868,1.2585 0.449,1.6801 -0.418,0.4214 -0.135,0.9611 1.049,2.0249 0.9,0.8078 1.651,1.9756 1.668,2.5849 0.03,1.1913 2.944,3.8616 3.548,3.2526 0.201,-0.2022 -0.06,-0.5984 -0.555,-0.8832 -0.507,-0.2848 -0.92,-0.7688 -0.92,-1.0769 0,-0.3086 -0.712,-1.6305 -1.582,-2.9296 -0.873,-1.2992 -1.583,-2.531 -1.582,-2.7357 0,-0.2044 -0.525,-1.3734 -1.177,-2.6064 -0.91,-1.7321 -1.039,-2.3981 -0.556,-2.8864 0.724,-0.7273 2.267,0.2455 2.267,1.4217 0,0.3702 1.046,2.1337 2.352,3.9203 1.307,1.7865 2.395,3.4234 2.395,3.662 0,0.2388 0.782,1.3932 1.753,2.5417 2.338,2.7672 2.99,4.0649 2.652,5.3637 -0.364,1.3959 1.345,2.7604 7.078,5.6221 3.647,1.8203 4.582,2.1017 5.388,1.5939 0.799,-0.5019 1.322,-0.3818 2.887,0.6893 2.486,1.6983 5.864,3.425 6.692,3.425 1.308,0 3.615,2.8188 3.615,4.4157 0,1.3144 0.113,1.4746 0.769,0.9263 0.639,-0.5344 0.877,-0.4396 1.347,0.6031 0.322,0.7081 0.936,1.1857 1.668,1.3356 0.1,0.018 0.18,0.033 0.278,0.043 0.75,0.063 1.636,0.3476 1.967,0.6246 0.303,0.2532 0.609,0.2124 0.92,-0.1077 0.06,-0.053 0.104,-0.1246 0.15,-0.1939 0.06,-0.07 0.09,-0.1297 0.149,-0.2154 1.412,-2.2809 3.822,1.1363 3.742,5.3205 -0.03,1.8671 -0.408,2.8427 -1.774,4.5236 -0.959,1.1785 -2.04,3.296 -2.396,4.7174 -0.585,2.3336 -0.557,2.6403 0.3,3.1234 0.897,0.5056 0.877,0.588 -0.171,1.4001 l -1.112,0.8617 1.753,3.985 c 0.963,2.1918 2.324,5.754 3.016,7.9269 1.063,3.342 1.575,4.1671 3.271,5.3205 1.101,0.7496 2.848,2.1271 3.892,3.0802 l 1.903,1.7449 -0.663,9.1548 c -0.356,5.0379 -0.714,10.4769 -0.791,12.0841 -0.09,1.9099 -0.637,3.9187 -1.583,5.7945 -1.044,2.0721 -1.361,3.3061 -1.133,4.4589 0.105,0.5339 0.09,1.3091 -0.02,2.0464 l 14.177,0 c 0.02,-0.068 0.04,-0.1226 0.06,-0.1939 0.191,-0.6313 1.121,-0.9985 2.993,-1.2494 4.315,-0.5758 5.346,-2.5115 2.909,-5.4282 -0.792,-0.9488 -1.123,-1.5557 -0.983,-1.7879 0.02,-0.029 0.05,-0.047 0.09,-0.064 0.221,-0.1185 0.78,0.048 1.667,0.56 0.868,0.502 1.299,0.6892 1.903,0.5601 0.122,-0.026 0.242,-0.057 0.385,-0.1077 0.282,-0.1023 0.625,-0.2492 1.047,-0.4524 1.834,-0.8812 3.136,-2.698 5.924,-8.2931 1.129,-2.2638 1.309,-3.0977 0.876,-4.0496 -0.295,-0.6568 -0.387,-1.4455 -0.192,-1.7663 0.06,-0.08 0.158,-0.1893 0.3,-0.3232 0.281,-0.2677 0.719,-0.6163 1.218,-0.9908 1.24,-0.936 2.825,-1.9817 3.144,-1.9817 0.172,0 0.574,-0.3689 0.897,-0.7971 0.323,-0.4281 1.526,-0.8562 2.674,-0.9692 2.006,-0.1974 2.128,-0.3492 3.528,-3.6189 1.189,-2.7724 1.459,-4.1797 1.475,-7.7331 0.02,-3.0622 0.23,-4.5048 0.727,-4.8035 0.388,-0.2335 1.59,-1.7283 2.651,-3.2957 1.27,-1.8792 1.945,-3.5075 2.011,-4.825 0.02,-0.1649 0.02,-0.3193 0,-0.4739 -0.08,-1.0821 -0.617,-1.9092 -1.625,-2.4342 -0.854,-0.4441 -1.865,-1.2632 -2.245,-1.8094 -0.51,-0.7303 -1.557,-1.055 -3.935,-1.2278 -2.081,-0.1515 -3.016,-0.3531 -3.955,-1.0554 -0.157,-0.1174 -0.288,-0.2403 -0.45,-0.3878 -0.164,-0.1474 -0.333,-0.3136 -0.513,-0.4955 -2.036,-2.0523 -2.968,-2.1081 -4.363,-0.323 -0.749,0.9606 -1.454,1.2993 -2.437,1.1847 -0.628,-0.073 -1.022,-0.2423 -1.176,-0.4524 -0.02,-0.034 -0.06,-0.07 -0.06,-0.1077 -0.113,-0.3302 0.312,-0.7222 1.261,-0.9477 0.669,-0.1592 1.272,-0.6862 1.369,-1.1848 0.257,-1.3426 -0.681,-1.1343 -2.694,0.6462 -0.615,0.5437 -1.218,0.9846 -1.626,1.1847 -0.08,0.039 -0.172,0.066 -0.235,0.086 -0.13,0.043 -0.213,0.046 -0.256,0 -0.555,-0.5593 2.828,-5.0074 3.507,-4.6097 0.128,0.076 0.186,0.072 0.171,0 -0.02,-0.023 0,-0.07 -0.04,-0.1077 -0.08,-0.1541 -0.266,-0.4212 -0.555,-0.7539 -0.509,-0.5823 -0.893,-1.156 -0.941,-1.4216 -0.02,-0.039 -0.02,-0.083 0,-0.1078 0.31,-0.9767 -0.391,-2.1943 -1.539,-3.1664 -0.143,-0.1218 -0.315,-0.2317 -0.471,-0.3447 -1.092,-0.7903 -2.461,-1.357 -3.743,-1.357 -1.449,0 -2.276,-0.4458 -3.784,-2.0033 -1.063,-1.0957 -2.511,-2.5562 -3.229,-3.2526 -0.719,-0.6965 -1.167,-1.5126 -0.983,-1.8094 0.216,-0.3555 -0.589,-0.4083 -2.352,-0.1724 -0.421,0.056 -0.81,0.088 -1.154,0.1077 -1.031,0.057 -1.698,-0.06 -1.862,-0.3231 -0.185,-0.3071 -0.597,-0.5068 -0.941,-0.4524 -0.07,0.011 -0.157,0.022 -0.235,0.022 -0.08,2e-4 -0.151,-0.02 -0.234,-0.022 -0.169,-0.018 -0.345,-0.056 -0.534,-0.1076 -0.193,-0.051 -0.381,-0.1173 -0.578,-0.1938 -0.983,-0.3832 -1.966,-1.0395 -1.989,-1.4864 -0.02,-0.3726 -0.252,-0.1407 -0.513,0.517 -0.264,0.6575 -0.691,1.2061 -0.963,1.2061 -0.272,0 -0.398,0.4395 -0.256,0.991 0.02,0.091 0.06,0.1761 0.06,0.2585 0.08,0.4941 -0.06,0.8533 -0.256,1.0124 -0.03,0.028 -0.07,0.051 -0.107,0.065 -0.317,0.1274 -0.762,-0.095 -1.112,-0.7539 -0.343,-0.6499 -0.396,-1.0962 -0.128,-1.7017 l 0,-0.021 c 0.09,-0.204 0.22,-0.4146 0.385,-0.6677 0.417,-0.6386 0.543,-1.0358 0.469,-1.1848 -0.06,-0.1046 -0.177,-0.082 -0.384,0.022 -0.309,0.1558 -0.786,0.5382 -1.368,1.1633 -0.249,0.266 -0.52,0.4954 -0.792,0.6677 -0.179,0.1148 -0.35,0.1976 -0.512,0.2585 -0.163,0.062 -0.321,0.088 -0.45,0.086 -0.07,0 -0.123,0 -0.171,-0.021 -0.169,-0.065 -0.291,-0.098 -0.428,-0.043 -0.03,0.012 -0.09,0.042 -0.128,0.065 -0.364,0.2712 -0.735,1.1855 -1.539,3.4681 -0.02,0.071 -0.06,0.1444 -0.09,0.1938 -0.03,0.048 -0.07,0.082 -0.106,0.1076 -0.117,0.072 -0.271,0.048 -0.492,-0.086 -0.08,-0.045 -0.167,-0.082 -0.257,-0.1507 -0.181,-0.1381 -0.387,-0.3415 -0.641,-0.5816 -0.894,-0.8457 -1.296,-1.0944 -2.245,-0.9478 -0.158,0.023 -0.343,0.062 -0.535,0.1077 -0.193,0.046 -0.383,0.1076 -0.62,0.1723 -0.252,0.067 -0.485,0.125 -0.684,0.1724 -0.19,0.045 -0.382,0.084 -0.536,0.1076 -0.153,0.021 -0.279,0.021 -0.405,0.021 -0.08,0 -0.152,0 -0.214,0 -0.02,-0.011 -0.05,-0.019 -0.06,-0.021 -0.02,0 -0.02,0 -0.04,0 -0.08,-0.017 -0.141,-0.052 -0.214,-0.086 -0.07,-0.028 -0.132,-0.049 -0.193,-0.086 -0.02,-0.014 -0.02,-0.03 -0.04,-0.043 -0.02,-0.014 -0.03,-0.03 -0.06,-0.043 -0.296,-0.2171 -0.61,-0.5534 -1.049,-1.077 -1.255,-1.5015 -1.353,-1.9253 -1.048,-4.9328 0.328,-3.2422 0.329,-3.2932 -1.112,-3.705 -0.804,-0.2293 -2.297,-0.4293 -3.314,-0.4523 -1.73,-0.039 -1.831,-0.1502 -1.667,-1.6372 0.1,-0.8732 0.371,-1.8368 0.598,-2.1325 0.229,-0.2957 0.562,-1.5367 0.748,-2.7787 0.304,-2.0016 0.226,-2.2618 -0.683,-2.2618 -2.317,0 -3.656,0.9686 -3.829,2.7573 -0.153,1.6106 -0.352,1.7832 -2.523,2.154 -2.931,0.5004 -4.316,-0.322 -5.794,-3.4034 -1.038,-2.1652 -1.476,-6.762 -0.706,-7.5392 0.21,-0.2104 0.318,-1.2042 0.235,-2.1756 -0.133,-1.5418 0.09,-1.9049 1.839,-2.9941 2.375,-1.4773 2.965,-1.6008 4.833,-1.0125 0.776,0.2447 2.21,0.5616 3.186,0.7324 1.59,0.2779 1.697,0.2466 1.069,-0.5169 -0.599,-0.7267 -0.538,-0.9881 0.342,-1.6371 0.666,-0.4899 1.505,-0.6318 2.352,-0.3878 0.726,0.2095 1.944,0.3594 2.716,0.3231 1.604,-0.074 3.004,1.6141 3.271,3.985 0.205,1.8205 1.439,3.8773 2.331,3.8773 0.896,0 0.827,-0.6959 -0.405,-5.0405 -0.583,-2.0438 -1.049,-4.0457 -1.049,-4.4373 0,-0.3916 1.25,-1.9993 2.802,-3.5757 1.553,-1.5765 2.731,-3.0002 2.587,-3.145 -0.144,-0.1446 0.105,-0.3981 0.577,-0.5816 0.476,-0.1834 0.748,-0.534 0.598,-0.7755 -0.149,-0.2412 0,-0.5913 0.3,-0.7754 0.364,-0.2256 0.326,-0.6869 -0.06,-1.4002 -0.652,-1.2284 -0.459,-3.9203 0.279,-3.9203 0.277,0 0.653,0.5834 0.855,1.3139 0.301,1.0868 0.387,1.1356 0.427,0.2586 0.08,-1.6338 2.618,-5.019 3.743,-5.019 1.977,0 2.658,-0.5473 2.01,-1.5941 -0.468,-0.7536 -0.403,-1.2677 0.299,-2.3478 0.493,-0.7595 1.251,-1.3787 1.689,-1.3787 0.439,0 1.927,-0.5784 3.294,-1.2709 1.702,-0.8609 2.806,-1.1088 3.527,-0.8184 0.609,0.245 0.756,0.4525 0.321,0.4738 -1.048,0.053 -2.694,1.6175 -2.694,2.5849 0,0.6445 0.228,0.5954 1.176,-0.2585 0.655,-0.5881 1.964,-1.3784 2.887,-1.7448 0.921,-0.3663 1.826,-1.0131 1.988,-1.4432 0.165,-0.4301 0.519,-0.6343 0.813,-0.4523 0.291,0.1818 0.534,0.1098 0.534,-0.1509 0,-1.0808 -0.671,-0.9833 -1.903,0.2585 -1.052,1.0612 -1.459,1.2027 -2.074,0.6893 -0.418,-0.3509 -0.604,-0.9172 -0.406,-1.2492 0.268,-0.4507 0.16,-0.4508 -0.405,0 -0.602,0.4765 -1.06,0.2995 -2.182,-0.8616 -1.489,-1.539 -1.433,-2.1326 0.192,-2.1326 0.542,0 0.963,-0.3756 0.963,-0.8616 0,-1.3449 -3.524,-0.5512 -5.347,1.2063 -1.052,1.0174 -1.66,1.2976 -2.052,0.9047 -0.77,-0.7766 3.725,-4.7356 5.88,-5.1698 0.908,-0.183 2.823,-0.3231 4.255,-0.3231 1.435,0 3.13,-0.2818 3.764,-0.6247 0.634,-0.3433 1.868,-0.7673 2.737,-0.9478 1.373,-0.2844 1.582,-0.5718 1.582,-2.0895 0,-2.3361 -0.665,-2.7619 -3.037,-1.9385 -1.341,0.4662 -2.101,0.5241 -2.33,0.1508 -0.428,-0.6984 1.265,-1.9912 2.694,-2.0464 0.768,-0.029 0.858,-0.1116 0.299,-0.3231 -0.436,-0.1648 -1.403,-0.7368 -2.159,-1.271 -0.758,-0.5341 -1.503,-0.8575 -1.647,-0.7108 -0.146,0.1466 -0.651,-0.337 -1.133,-1.077 -0.481,-0.7397 -0.714,-1.357 -0.513,-1.357 0.203,0 -0.171,-0.5605 -0.813,-1.2494 -0.641,-0.6889 -1.285,-1.9326 -1.433,-2.7573 -0.43,-2.3934 -0.725,-2.4827 -2.309,-0.7754 -0.894,0.9626 -1.816,1.4748 -2.288,1.2924 -0.43,-0.1673 -0.95,-0.032 -1.155,0.3016 -0.25,0.4126 -0.74,0.2158 -1.496,-0.6031 -1.244,-1.3452 -1.556,-2.4356 -0.834,-2.8865 0.742,-0.4622 0.566,-1.8094 -0.235,-1.8094 -0.392,0 -1.383,-0.6443 -2.224,-1.4432 -1.188,-1.1292 -2.094,-1.4903 -4.062,-1.5509 -2.363,-0.072 -2.58,0.039 -3.229,1.594 -0.46,1.1013 -0.516,1.968 -0.193,2.6064 0.325,0.6399 0.269,1.2384 -0.149,1.7448 -0.344,0.4196 -0.449,0.7539 -0.236,0.7539 0.218,0 0.133,0.3352 -0.193,0.7324 -0.454,0.5509 -0.337,1.0337 0.471,2.0679 1.301,1.6661 1.339,3.4612 0.128,5.1913 -0.593,0.8497 -0.956,2.4437 -1.005,4.4804 -0.06,2.3273 -0.299,3.3095 -0.984,3.8127 -0.8,0.5885 -1.212,0.4323 -3.014,-1.2709 -1.902,-1.799 -2.053,-2.1725 -1.839,-4.1789 l 0.214,-2.2187 -2.33,-0.2584 c -1.533,-0.1737 -3.322,-0.9325 -5.176,-2.2187 -1.561,-1.0821 -3.074,-1.8353 -3.357,-1.6587 -0.641,0.3983 -1.342,-0.6709 -1.369,-2.0893 -0.02,-0.7936 -0.312,-1.0073 -1.197,-0.8832 -0.869,0.1217 -1.313,-0.2133 -1.688,-1.2062 -0.736,-1.9504 -0.138,-3.2266 3.271,-6.8285 0.801,-0.8451 1.33,-1.7287 1.176,-1.9817 -0.387,-0.6281 1.603,-1.6481 2.523,-1.2925 0.409,0.1579 1.308,-0.1784 2.009,-0.7538 1.384,-1.1376 1.458,-1.0594 -1.582,-2.0033 -1.392,-0.4329 0.283,-1.3421 2.138,-1.1633 1.643,0.1584 1.797,0.3346 1.947,2.1756 0.12,1.4485 -0.05,2.0897 -0.663,2.3265 -0.673,0.2601 -0.552,0.4813 0.619,1.0986 1.386,0.73 1.52,0.6963 2.46,-0.5602 0.933,-1.246 1.064,-1.269 2.203,-0.517 0.672,0.443 1.469,0.6508 1.753,0.474 0.834,-0.5205 -1.764,-2.936 -3.55,-3.2957 -0.899,-0.181 -1.986,-0.8976 -2.438,-1.5941 -0.861,-1.321 -0.761,-1.4437 1.134,-1.2924 1.251,0.1003 4.384,-1.3306 4.384,-2.0033 0,-0.2289 -0.34,-0.8765 -0.749,-1.4432 -0.54,-0.7414 -0.577,-1.2317 -0.171,-1.7232 0.752,-0.9148 -0.931,-2.1957 -2.909,-2.2187 -1.256,-0.014 -1.396,0.13 -0.962,0.9478 0.388,0.7303 0.169,1.3893 -0.877,2.7357 -1.284,1.6544 -1.394,1.68 -2.052,0.7754 -0.383,-0.5313 -0.727,-1.472 -0.727,-2.1109 0,-0.639 -0.334,-1.4619 -0.749,-1.8094 -0.609,-0.5095 -0.933,-0.3631 -1.647,0.7322 -0.951,1.4644 -1.817,1.3724 -1.817,-0.1937 0,-0.5471 -0.488,-1.1013 -1.132,-1.271 -0.891,-0.2348 -1.019,-0.4507 -0.557,-1.0124 0.81,-0.9836 -1.07,-3.1331 -2.458,-3.2096 l -0.04,0 z m -48.261,5.4714 c -0.291,0 -0.893,0.2337 -1.326,0.517 -0.435,0.2834 -0.549,0.5169 -0.257,0.5169 0.288,0 0.89,-0.2335 1.326,-0.5169 0.436,-0.2833 0.546,-0.517 0.257,-0.517 z m 150.321,5.9882 c -0.38,0 -0.94,0.053 -1.71,0.1723 -1.378,0.2147 -2.928,0.3559 -3.443,0.3232 -0.514,-0.032 -0.791,0.1451 -0.642,0.3877 0.408,0.6653 -2.135,2.1472 -3.805,2.2186 l -1.455,0.065 1.582,0.3447 c 0.869,0.1875 1.449,0.5585 1.306,0.8185 -0.306,0.5453 1.339,1.2806 2.971,1.3355 0.615,0.021 2.394,-0.4766 3.956,-1.12 3.169,-1.3068 3.961,-2.0721 2.822,-2.7142 -0.421,-0.2379 -0.769,-0.8076 -0.769,-1.2493 0,-0.4117 -0.179,-0.5801 -0.813,-0.5817 z m 229.694,12.0197 c -2.046,2.4428 -4.975,5.4553 -6.5,5.9021 -4.19,2.9027 -2.666,17.7942 2.63,8.8747 0.931,-2.9169 3.227,-4.4445 3.87,-6.7207 l 0,-2.4772 c -0.108,-0.447 -0.274,-0.9238 -0.512,-1.4431 0.158,-0.2554 0.341,-0.4866 0.512,-0.7109 l 0,-3.4249 z m -324.356,20.7866 c 0.29,0 0.535,0.2248 0.535,0.517 0,0.2925 -0.245,0.5384 -0.535,0.5384 -0.289,0 -0.535,-0.2459 -0.535,-0.5384 0,-0.2922 0.246,-0.517 0.535,-0.517 z m 1.07,2.8865 c 0.06,-0.011 0.113,-0.011 0.171,0 0.286,0.019 0.592,0.144 1.027,0.3446 0.752,0.3452 1.734,1.3974 2.18,2.348 0.682,1.4463 1.231,1.8152 3.293,2.197 1.356,0.2513 2.55,0.7458 2.673,1.1201 0.124,0.3746 -0.08,0.6207 -0.449,0.5386 -0.389,-0.086 -0.804,0.5311 -0.984,1.4432 -0.314,1.5921 -0.32,1.5966 -0.984,0.3877 -0.363,-0.6658 -0.862,-1.1026 -1.111,-0.9477 -0.25,0.1545 -0.34,-0.1725 -0.193,-0.7325 0.172,-0.6593 -0.11,-1.2267 -0.791,-1.5939 -0.882,-0.4752 -1.207,-0.3123 -2.01,0.9046 -0.526,0.798 -1.084,2.5191 -1.24,3.8343 -0.182,1.5155 -0.453,2.1518 -0.727,1.7233 -0.236,-0.372 -0.341,-1.3355 -0.256,-2.1326 0.08,-0.7974 0,-1.6648 -0.193,-1.9602 -0.462,-0.7489 0.717,-2.2562 1.967,-2.4987 3,-0.5819 -1.653,-2.5961 -5.175,-2.2402 -1.958,0.1979 -2.061,0.1635 -0.897,-0.3447 0.724,-0.3164 1.824,-1.0362 2.437,-1.6155 0.517,-0.4912 0.865,-0.745 1.262,-0.7754 z m 180.3,3.188 c 0.201,-0.011 0.403,-0.011 0.62,0 2.719,2.1859 -5.277,4.1789 0.129,7.9485 0.338,2.6855 4.311,0.4711 0.704,3.468 6.304,8.4154 -9.241,6.4269 -3.784,-1.3786 -3.198,-3.6932 -3.949,-9.7942 2.331,-10.0379 z m -170.121,0.4953 c 0.226,-0.036 0.45,0.05 0.576,0.2585 0.171,0.277 0.102,0.6473 -0.171,0.8186 -0.272,0.171 -0.642,0.105 -0.813,-0.1723 -0.169,-0.2767 -0.08,-0.6475 0.193,-0.8186 0.07,-0.044 0.139,-0.072 0.215,-0.086 z m 181.347,0.8617 c 2.226,5.3894 -5.411,3.5285 0,0 z m -176.837,3.2741 c 0.07,-0.01 0.09,-0.01 0.128,0 0.111,0.019 0.153,0.097 0.108,0.2155 -0.158,0.4107 -1.062,0.9368 -2.031,1.2063 -0.967,0.2694 -2.582,1.1363 -3.571,1.8956 -0.987,0.759 -2.106,1.3785 -2.481,1.3785 -1.019,0 1.431,-1.7088 5.11,-3.5758 1.36,-0.6889 2.306,-1.0713 2.737,-1.1201 z m 269.296,88.2518 c -0.125,0.033 -0.117,0.1237 -0.02,0.3016 0.189,0.3109 -0.253,0.9816 -0.985,1.4648 -0.731,0.4833 -1.229,1.0652 -1.09,1.2924 0.141,0.2271 -0.103,0.713 -0.534,1.077 -0.573,0.4792 -0.64,0.8442 -0.234,1.3355 0.306,0.3736 0.381,0.8038 0.149,0.9479 -0.839,0.5204 -4.051,-0.059 -4.342,-0.7756 -0.412,-1.0273 -1.624,-1.1506 -1.624,-0.1723 0,0.4447 -0.579,1.0561 -1.283,1.3787 -0.723,0.332 -1.157,0.871 -1.005,1.2708 0.146,0.3883 0.106,1.0067 -0.107,1.3571 -0.283,0.4604 -0.596,0.3843 -1.112,-0.323 -0.685,-0.9452 -0.709,-0.9545 -0.769,0.043 -0.03,0.5673 -0.03,1.3144 0.02,1.6587 0.08,0.6569 -3.119,3.3603 -3.978,3.3603 -0.518,0 -2.949,1.2263 -5.881,2.9726 -1.927,1.149 -2.269,2.951 -0.855,4.5235 0.517,0.5779 0.736,1.3405 0.513,1.9172 -0.342,0.8965 -0.423,0.8881 -1.132,-0.086 -0.436,-0.5962 -0.75,-0.7398 -0.75,-0.3446 0,0.376 0.505,1.3988 1.113,2.2618 1.232,1.7422 2.808,8.4347 2.437,10.3825 -0.184,0.965 0.09,1.4362 1.262,2.0463 1.422,0.7402 1.648,0.6984 3.486,-0.56 1.096,-0.7497 2.709,-1.3357 3.656,-1.3357 1.078,0 2.219,-0.4691 3.122,-1.3138 0.783,-0.7307 2.043,-1.3356 2.779,-1.3356 0.734,0 2.039,-0.2527 2.93,-0.56 2.439,-0.8397 6.543,0.8118 7.655,3.0803 0.457,0.9378 0.97,1.695 1.133,1.7017 0.165,0.011 0.692,-0.8515 1.198,-1.9172 0.676,-1.4292 1.062,-1.7957 1.497,-1.357 0.435,0.4387 0.443,0.9728 -0.02,1.9817 -0.811,1.7919 -0.776,2.1146 0.128,1.3571 0.544,-0.4539 0.847,-0.4545 1.111,-0.021 0.2,0.3261 0.227,0.7161 0.06,0.8832 -0.166,0.1674 0.287,1.0156 1.005,1.8741 0.717,0.8586 1.304,1.8972 1.304,2.3049 0,1.158 3.249,1.8344 4.319,0.9046 0.776,-0.6719 0.992,-0.6323 1.84,0.3017 1.246,1.3668 1.172,1.3664 2.374,-0.1724 0.603,-0.7732 1.47,-1.2561 2.116,-1.1848 0.756,0.083 1.15,-0.2194 1.24,-0.9477 0.17,-1.3406 1.129,-4.1458 2.374,-6.8931 1.243,-2.7425 2.574,-13.6949 1.626,-13.4198 -0.5,0.1452 -3.23,-1.8038 -3.23,-2.3047 0,-0.2436 -0.585,-1.0702 -1.305,-1.8525 -0.719,-0.7828 -1.191,-1.6394 -1.048,-1.8741 0.145,-0.2342 -0.221,-0.5655 -0.811,-0.7539 -1.45,-0.4633 -3.165,-4.0164 -3.165,-6.5483 0,-1.3696 -0.347,-2.3528 -1.026,-2.9726 -0.565,-0.5142 -1.194,-1.7086 -1.39,-2.628 -0.197,-0.9195 -0.478,-1.8779 -0.642,-2.1541 -0.396,-0.674 -1.601,2.7415 -1.668,4.7389 -0.06,1.6074 -1.814,6.1176 -2.395,6.1176 -0.172,0 -1.628,-0.9622 -3.228,-2.154 -2.722,-2.0249 -2.894,-2.2803 -2.566,-3.8557 0.193,-0.9269 0.574,-1.9198 0.834,-2.1973 0.626,-0.6683 0.594,-2.0493 -0.04,-1.6586 -0.27,0.1682 -0.599,0.084 -0.771,-0.1938 -0.171,-0.2784 -0.739,-0.484 -1.24,-0.4524 -0.502,0.032 -1.47,-0.1172 -2.159,-0.3447 -0.407,-0.1344 -0.701,-0.1916 -0.856,-0.1723 l -0.02,0 z m -346.959,14.4108 c -0.06,-0.011 -0.114,0.019 -0.17,0.021 -0.08,0.014 -0.144,0.022 -0.214,0.065 -0.122,0.076 -0.194,0.1943 -0.235,0.323 l 0,0.3878 c 0.02,0.037 0.02,0.073 0.04,0.1076 0.168,0.277 0.536,0.3651 0.812,0.1939 0.273,-0.1709 0.337,-0.5417 0.171,-0.8186 -0.101,-0.1557 -0.243,-0.2588 -0.407,-0.2799 z m 2.995,3.2095 c -0.08,0.012 -0.146,0.045 -0.215,0.086 -0.276,0.1711 -0.359,0.5201 -0.191,0.797 0.171,0.2769 0.537,0.3649 0.812,0.1939 0.273,-0.1713 0.342,-0.5417 0.171,-0.8186 -0.129,-0.2075 -0.35,-0.2934 -0.577,-0.2584 z m 7.548,2.1109 c -0.06,-0.01 -0.09,0.013 -0.15,0.021 -0.08,0.014 -0.167,0.045 -0.235,0.086 -0.278,0.1713 -0.364,0.5202 -0.192,0.797 0.169,0.2768 0.538,0.3651 0.811,0.1937 0.278,-0.1711 0.364,-0.5415 0.194,-0.8184 -0.09,-0.1556 -0.261,-0.261 -0.428,-0.28 z m 4.575,1.077 c -0.08,0.013 -0.146,0.045 -0.213,0.086 -0.278,0.1712 -0.34,0.5201 -0.171,0.797 0.171,0.2767 0.516,0.365 0.792,0.1939 0.272,-0.1712 0.362,-0.5419 0.191,-0.8185 -0.127,-0.2078 -0.373,-0.2935 -0.599,-0.2586 z m 337.764,18.051 c -0.06,-0.011 -0.113,0.02 -0.171,0.022 -0.08,0.013 -0.144,0.022 -0.214,0.064 -0.276,0.1711 -0.363,0.5418 -0.192,0.8185 0.169,0.277 0.539,0.3648 0.812,0.1938 0.276,-0.1711 0.34,-0.5416 0.171,-0.8184 -0.1,-0.1558 -0.24,-0.2589 -0.406,-0.2801 z"
+               id="path18939" />
+            <rect
+               inkscape:export-ydpi="30.536354"
+               inkscape:export-xdpi="30.536354"
+               inkscape:export-filename="/home/smorge/SEBASTIENs/ACTIVITEs/EN COURS/freetuxtv/freetuxtv-1.png"
+               y="6157.2017"
+               x="-15602.469"
+               height="233.57555"
+               width="3.5472536"
+               id="rect18941"
+               style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               transform="matrix(0.70059678,0,0,0.70576536,-8323.3149,1768.4725)"
+               style="fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter7804)"
+               d="m -10709.312,6469.5727 c -42.542,1.0077 -87.338,9.1813 -121,37.0312 -19.772,16.7999 -32.035,45.5339 -23.593,71.125 4.561,12.0928 17.685,18.746 30.187,19.3438 25.668,3.1687 51.732,0.3132 77.563,1.2468 50.428,-0.4191 100.933,0.7611 151.312,-0.9344 13.632,-2.288 24.417,-14.9208 24.813,-28.625 3.532,-23.5966 -9.446,-46.08 -27.375,-60.5624 -30.489,-26.7235 -71.672,-39.8232 -111.907,-38.625 z m 375.282,-0.063 c -44.591,1.4042 -89.967,20.3043 -117.844,55.75 -12.475,17.2401 -16.757,42.2912 -5.062,60.9688 9.248,12.7518 26.088,12.1622 40.187,12.0938 68.48,-0.9896 137.008,1.4051 205.469,-0.7813 13.692,-1.0746 29.823,-7.9398 32.687,-22.9687 7.677,-28.5407 -8.823,-58.371 -32.469,-74.1563 -35.357,-24.9816 -80.553,-30.8663 -122.968,-30.9063 z"
+               id="path18943" />
+            <path
+               sodipodi:type="arc"
+               style="fill:url(#radialGradient3521);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               id="path18945"
+               sodipodi:cx="-8773.3252"
+               sodipodi:cy="8040.1943"
+               sodipodi:rx="291.20587"
+               sodipodi:ry="35.95134"
+               d="m -8482.1193,8040.1943 c 0,19.8554 -130.3773,35.9514 -291.2059,35.9514 -160.8286,0 -291.2059,-16.096 -291.2059,-35.9514 0,-19.8553 130.3773,-35.9513 291.2059,-35.9513 160.8286,0 291.2059,16.096 291.2059,35.9513 z"
+               transform="matrix(0.67375101,0,0,0.63282235,-9915.7151,1343.0013)" />
+            <path
+               transform="matrix(0.67375101,0,0,0.63282235,-9639.9489,1343.0013)"
+               d="m -8482.1193,8040.1943 c 0,19.8554 -130.3773,35.9514 -291.2059,35.9514 -160.8286,0 -291.2059,-16.096 -291.2059,-35.9514 0,-19.8553 130.3773,-35.9513 291.2059,-35.9513 160.8286,0 291.2059,16.096 291.2059,35.9513 z"
+               sodipodi:ry="35.95134"
+               sodipodi:rx="291.20587"
+               sodipodi:cy="8040.1943"
+               sodipodi:cx="-8773.3252"
+               id="path18947"
+               style="fill:url(#radialGradient3523);fill-opacity:1;fill-rule:nonzero;stroke:none"
+               sodipodi:type="arc" />
+            <g
+               id="g18949"
+               transform="matrix(1.1778525,0,0,1.186542,-5745.3486,-2179.7748)">
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:#c28f00;fill-opacity:1;stroke:#c28f00;stroke-width:1.31368029px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+                 id="path18951"
+                 d="m -8498.8531,7266.8057 c 21.0124,0 26.4152,-14.5185 24.7806,-30.8017 -2.6484,-26.3763 -42.1317,-52.8965 -82.1412,-52.8965 -60.8431,0 -95.3297,26.1257 -95.3297,57.7086 0,23.374 16.7547,26.1257 35.6481,26.1257 27.9997,0 72.3416,-0.1361 117.0422,-0.1361 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.3136803,0,0,1.3136803,3566.7902,-567.3186)"
+                 style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10358)"
+                 id="path18953"
+                 d="m -9230.2786,5905.805 c -21.611,0.4586 -46.25,4.5895 -60,23.0625 -4.813,7.2653 -7.813,19.8454 0.344,25.875 11.653,5.5298 25.024,1.57 37.5,2.7596 24.776,-0.3654 49.758,1.1058 74.4061,-0.9783 9.2946,-4.7332 7.6562,-18.6088 2.3125,-25.7813 -11.9156,-17.0176 -34.3396,-25.1542 -54.5626,-24.9375 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3525);fill-opacity:1;stroke:none;stroke-width:2.05566597;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18955"
+                 d="m -8490.5743,7230.7189 a 51.39775,36.618844 0 0 1 -102.7955,0 51.39775,36.618844 0 1 1 102.7955,0 z" />
+            </g>
+            <g
+               id="g18957"
+               transform="matrix(-1.1778525,0,0,1.186542,-25641.212,-2179.7748)">
+              <path
+                 inkscape:connector-curvature="0"
+                 d="m -8498.8531,7266.8057 c 21.0124,0 26.4152,-14.5185 24.7806,-30.8017 -2.6484,-26.3763 -42.1317,-52.8965 -82.1412,-52.8965 -60.8431,0 -95.3297,26.1257 -95.3297,57.7086 0,23.374 16.7547,26.1257 35.6481,26.1257 27.9997,0 72.3416,-0.1361 117.0422,-0.1361 z"
+                 id="path18959"
+                 style="fill:#c28f00;fill-opacity:1;stroke:#c28f00;stroke-width:1.31368029px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+              <path
+                 inkscape:connector-curvature="0"
+                 d="m -9230.2786,5905.805 c -21.611,0.4586 -46.25,4.5895 -60,23.0625 -4.813,7.2653 -7.813,19.8454 0.344,25.875 11.653,5.5298 25.024,1.57 37.5,2.7596 24.776,-0.3654 49.758,1.1058 74.4061,-0.9783 9.2946,-4.7332 7.6562,-18.6088 2.3125,-25.7813 -11.9156,-17.0176 -34.3396,-25.1542 -54.5626,-24.9375 z"
+                 id="path18961"
+                 style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10358)"
+                 transform="matrix(1.3136803,0,0,1.3136803,3566.7902,-567.3186)" />
+              <path
+                 inkscape:connector-curvature="0"
+                 d="m -8490.5743,7230.7189 a 51.39775,36.618844 0 0 1 -102.7955,0 51.39775,36.618844 0 1 1 102.7955,0 z"
+                 id="path18963"
+                 style="color:#000000;fill:url(#linearGradient3527);fill-opacity:1;stroke:none;stroke-width:2.05566597;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#4d4d4d;fill-opacity:1;stroke:none"
+               id="path18965"
+               d="m -15424.607,6231.787 c 5.743,-0.4822 30.393,-1.4325 56.897,14.0621 30.292,17.708 37.328,14.9527 37.328,14.9527 l 4.252,7.4377 c -22.6,-2.2877 -53.311,-23.3669 -75.248,-27.5996 -7.414,-1.4305 -15.162,-1.0609 -22.459,0.174 l -1.991,-8.905 c 0,0 0.399,-0.053 1.221,-0.1219 z" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:url(#linearGradient3529);fill-opacity:1;stroke:none"
+               d="m -15452.591,6165.7033 c 34.173,7.6069 67.054,21.9243 94.812,43.624 15.394,13.1547 31.05,26.2747 42.531,43.2215 3.024,5.4324 7.953,11.8556 5.939,18.3242 -41.473,-37.6863 -91.515,-64.9136 -143.282,-85.8797 l 0,-19.29 z"
+               id="path18967" />
+            <path
+               inkscape:connector-curvature="0"
+               d="m -15949.965,6231.787 c -5.743,-0.4822 -30.393,-1.4325 -56.897,14.0621 -30.292,17.708 -37.328,14.9527 -37.328,14.9527 l -4.252,7.4377 c 22.599,-2.2877 53.31,-23.3669 75.247,-27.5996 7.415,-1.4305 15.163,-1.0609 22.459,0.174 l 1.992,-8.905 c 0,0 -0.4,-0.053 -1.221,-0.1219 z"
+               id="path18969"
+               style="fill:#4c4c4c;fill-opacity:1;stroke:none" />
+            <path
+               inkscape:connector-curvature="0"
+               d="m -9382.9769,6994.5019 c 3.863,15.2823 13.555,28.897 28.437,33.9375 4.887,1.7177 9.87,2.0482 14.688,1.3125 1.405,1.7654 2.916,3.3897 4.187,4.7812 7.826,7.9768 13.863,18.1647 23.031,24.5938 6.386,2.9946 13.205,-0.8042 16.875,-6.125 7.676,-9.636 17.214,-18.0334 23.657,-28.5 1.009,-1.7572 1.286,-3.5704 1.062,-5.3125 3.503,0.2916 7.036,0.1156 10.5,-0.5625 13.596,-1.7778 25.786,-11.5621 30.813,-24.125 l -75.844,0 c 1.065,2.7549 2.486,5.3358 4.187,7.7187 -2.226,-0.2708 -4.471,-0.3928 -6.718,-0.375 0.946,-2.3761 1.719,-4.8384 2.343,-7.3437 l -77.218,0 z"
+               id="path18971"
+               style="color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12102);enable-background:accumulate"
+               transform="matrix(1.5174057,0,0,1.5286002,-1572.9387,-4584.9209)" />
+            <path
+               inkscape:connector-curvature="0"
+               d="m -15573.05,6023.8578 a 114.77613,99.564144 0 0 1 -229.551,0 114.77613,99.564144 0 1 1 229.551,0 z"
+               id="path18973"
+               style="color:#000000;fill:url(#linearGradient3531);fill-opacity:1;stroke:none;stroke-width:1.14415216;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+            <g
+               transform="translate(0,-18.572963)"
+               id="g18975">
+              <path
+                 inkscape:connector-curvature="0"
+                 style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:AlArabiya;-inkscape-font-specification:AlArabiya"
+                 id="path18977"
+                 d="m -15741.76,6007.8597 c -0.705,0 -1.42,0.014 -2.126,0.045 a 9.2113512,9.279307 0 0 0 -0.05,0 c -38.727,1.8494 -64.852,36.5482 -68.767,70.2569 0,0.045 0,0.09 0,0.1345 -0.02,0.06 -0.05,0.1179 -0.05,0.1784 l 0.05,0 c -1.672,12.0491 -0.858,24.698 2.346,36.7566 l 16.782,0 c -1.819,-6.936 -2.833,-14.3633 -2.833,-22.0806 0,-38.3945 24.421,-69.4987 54.51,-69.4987 22.497,0 41.768,17.4143 50.083,42.2435 0.03,0.076 0.07,0.1465 0.09,0.2229 0.06,0.1511 0.125,0.2948 0.177,0.4461 -0.02,0.016 -0.03,0.027 -0.05,0.046 2.657,8.1888 4.162,17.1268 4.162,26.5416 0,7.7172 -1.013,15.1445 -2.833,22.0807 l 6.509,0 c -2.371,-5.6568 -3.676,-11.8097 -3.676,-18.2445 0,-27.8084 24.275,-50.362 54.246,-50.362 15.371,0 29.269,5.9497 39.143,15.4788 5.569,4.5702 10.174,10.2316 13.196,16.7726 a 9.2113512,9.279307 0 0 0 0.177,0.3569 c 5.725,11.1527 5.014,24.3482 0.09,35.9982 l 20.058,0 c 4.186,-14.2938 3.571,-29.9091 -3.63,-44.1616 -0.06,-0.115 -0.07,-0.2419 -0.125,-0.3568 l -0.05,0.045 c -12.589,-26.8533 -41.689,-41.7236 -70.142,-39.7007 l 0,-0.045 c -0.1,0 -0.204,0.041 -0.31,0.045 -16.332,0.7504 -31.76,7.9241 -43.528,18.9135 -7.055,-14.179 -18.059,-26.4641 -33.033,-34.7047 a 9.2113512,9.279307 0 0 0 -0.177,-0.045 c -9.248,-4.8714 -19.678,-7.4525 -30.244,-7.3602 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#838383;fill-opacity:1;stroke:#838383;stroke-width:2.84441352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18979"
+                 d="m -15578.894,6096.9961 a 54.2675,50.352238 0 0 1 -108.535,0 54.2675,50.352238 0 1 1 108.535,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#radialGradient3533);fill-opacity:1;stroke:none;stroke-width:2.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18981"
+                 d="m -15581.508,6112.4647 c -11.792,9.4368 -31.046,15.6126 -52.827,15.6126 -19.854,0 -37.63,-5.1073 -49.551,-13.1593 7.791,18.953 27.541,32.4296 50.703,32.4296 24.154,0 44.641,-14.6444 51.675,-34.8829 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#d7d7d7;fill-opacity:1;stroke:#838383;stroke-width:2.1166954;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter11252);enable-background:accumulate"
+                 id="path18983"
+                 transform="matrix(1.3791254,-0.32777949,0.29049116,1.2403359,-15988.904,6017.1495)"
+                 d="M 230.5625,89.15625 C 209.8308,88.739692 191.20134,112.31236 200.59375,132 c 9.83037,23.32855 46.5842,26.90158 60.65625,5.78125 9.87539,-13.04031 6.23537,-33.71256 -7.875,-42.25 -6.64233,-4.600103 -14.80406,-6.737157 -22.8125,-6.375 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#000000;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18985"
+                 d="m -15656.997,6100.8024 a 13.527192,21.134448 0 0 1 -27.054,0 13.527192,21.134448 0 1 1 27.054,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#bababa;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18987"
+                 d="m -15687.432,6093.1694 a 54.481819,69.519419 0 0 1 -108.963,0 54.481819,69.519419 0 1 1 108.963,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.4169893,0,0,1.427443,-2501.0468,-3869.3789)"
+                 style="color:#000000;fill:#d7d7d7;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter11182);enable-background:accumulate"
+                 id="path18989"
+                 d="m -9344.8839,6940.6894 c -16.572,1.2878 -26.662,18.2484 -27.75,33.5 -2.085,17.8273 6.525,39.6722 25.625,43.625 16.197,1.4815 28.45,-14.6436 30.344,-29.5 3.554,-17.9245 -3.761,-40.3792 -22.25,-46.9375 -1.943,-0.5059 -3.954,-0.8119 -5.969,-0.6875 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3535);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18991"
+                 d="m -15741.892,6023.6508 c -15.231,0 -27.615,5.9568 -37.503,18.8131 2.005,-0.2506 4.056,-0.4015 6.111,-0.4015 41.76,0 59.466,36.3133 59.466,78.6101 0,13.3439 -2.67,25.8767 -7.44,36.8011 19.838,-10.3896 33.83,-35.2674 33.83,-64.3242 0,-38.3944 -24.377,-69.4986 -54.464,-69.4986 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#radialGradient3537);fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18993"
+                 d="m -15777.316,6040.3788 c -11.666,12.7503 -19.087,31.6336 -19.087,52.7706 0,38.3945 24.422,69.5433 54.511,69.5433 18.715,0 35.225,-12.0338 45.033,-30.3779 -7.828,7.1375 -16.815,11.1968 -26.393,11.1968 -30.191,0 -54.686,-40.3745 -54.686,-90.1967 0,-4.3939 0.252,-8.7102 0.622,-12.9361 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:#000000;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18995"
+                 d="m -15692.568,6099.9823 a 14.027546,23.846116 0 0 1 -28.054,0 14.027546,23.846116 0 1 1 28.054,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3539);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18997"
+                 d="m -15740.567,6010.7186 c -29.39,0 -56.762,22.4467 -65.161,50.2688 l 0.08,0 c 9.193,-21.8845 34.135,-41.2555 62.127,-41.2555 27.993,0 53.813,19.371 63.004,41.2555 l 0.1,0 c -8.401,-27.8221 -30.762,-50.2688 -60.155,-50.2688 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3541);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path18999"
+                 d="m -15628.761,6034.8121 c -21.591,0 -40.473,8.6897 -50.701,21.6345 12.251,-7.3322 27.712,-13.9658 45.803,-13.9658 26.71,0 50.842,11.9125 62.153,26.1883 -6.082,-19.4034 -29.404,-33.857 -57.255,-33.857 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:none;stroke:#878787;stroke-width:2.84441304;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19001"
+                 d="m -15687.432,6093.1694 a 54.481819,69.519419 0 0 1 -108.963,0 54.481819,69.519419 0 1 1 108.963,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3543);fill-opacity:1;stroke:none;stroke-width:2.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19003"
+                 d="m -15633.183,6046.6239 c -10.717,0 -20.679,2.9207 -29.093,7.8953 31.034,1.1415 55.837,25.3231 55.837,55.0459 0,13.9973 -5.509,26.7657 -14.567,36.4888 24.112,-5.1248 42.112,-25.1411 42.112,-49.0682 0,-27.8085 -24.318,-50.3618 -54.289,-50.3618 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3545);fill-opacity:1;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19005"
+                 d="m -15711.561,6077.7153 c -5.291,3.4128 -9.076,12.0674 -9.076,22.2592 0,13.1697 6.288,23.865 14.036,23.865 3.214,0 6.181,-1.8622 8.546,-4.9515 -0.744,0.1548 -1.487,0.2677 -2.26,0.2677 -8.948,0 -16.206,-10.7845 -16.206,-24.0879 0,-6.8159 1.901,-12.9707 4.96,-17.3525 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:none;stroke:#838383;stroke-width:2.84441352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19007"
+                 d="m -15578.894,6096.9961 a 54.2675,50.352238 0 0 1 -108.535,0 54.2675,50.352238 0 1 1 108.535,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="color:#000000;fill:url(#linearGradient3547);fill-opacity:1;stroke:#000000;stroke-width:2.84441304;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+                 id="path19009"
+                 d="m -15677.863,6083.0681 c -3.723,3.7651 -6.199,10.3102 -6.199,17.7539 0,11.6716 6.081,21.0993 13.55,21.0993 3.22,0 6.179,-1.7468 8.501,-4.6837 -0.851,0.1868 -1.719,0.3123 -2.612,0.3123 -8.951,0 -16.209,-9.7859 -16.209,-21.8577 0,-4.7037 1.094,-9.0582 2.969,-12.6241 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3549);fill-opacity:1;stroke:none"
+                 id="path19011"
+                 d="m -15706.601,6076.154 c -2.073,0 -4.029,0.7694 -5.801,2.1412 6.853,9.645 6.643,16.1479 6.643,16.1479 l 11.868,-4.5055 c -2.232,-8.1463 -7.076,-13.7836 -12.71,-13.7836 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3551);fill-opacity:1;stroke:none"
+                 id="path19013"
+                 d="m -15670.512,6079.6779 c -2.214,0 -3.426,0.3991 -5.271,1.8735 5.552,7.0495 5.316,15.1221 5.316,15.1221 l 12.132,-4.9516 c -2.176,-7.1197 -6.792,-12.044 -12.177,-12.044 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3553);fill-opacity:1;stroke:none"
+                 id="path19015"
+                 d="m -15691.147,6128.2557 c -21.918,0 -45.744,13.4945 -47.513,19.9394 -1.628,5.9302 2.659,11.7854 4.649,14.2299 2.006,2.4674 30.464,35.7131 33.343,38.3627 2.881,2.6494 5.05,4.8175 10.059,4.8175 2.296,0 -0.815,0 1.474,0 5.009,0 7.109,-2.1681 9.987,-4.8175 2.882,-2.6496 31.294,-35.8953 33.3,-38.3627 1.989,-2.4445 6.322,-8.2997 4.693,-14.2299 -1.768,-6.4449 -25.595,-19.9394 -47.511,-19.9394 l -2.481,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.4169893,0,0,1.427443,-2501.0468,-3869.3789)"
+                 style="fill:none;stroke:none;filter:url(#filter10487)"
+                 id="path19017"
+                 d="m -9309.7269,7007.9081 c -10.072,1.0206 -21.939,3.5909 -28.469,11.7813 1.071,6.9256 8.092,10.7687 11.805,16.2015 6.015,6.0007 10.155,14.7869 18.132,18.2047 6.978,-0.2354 9.579,-8.3993 14.282,-12.2812 5.246,-7.4945 14.344,-13.1743 16.875,-22.1875 -1.914,-4.6916 -8.203,-5.6101 -12.125,-8.0625 -6.546,-2.5805 -13.396,-4.0088 -20.5,-3.6563 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 transform="matrix(1.4169893,0,0,1.427443,-2501.0468,-3869.3789)"
+                 style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10857)"
+                 id="path19019"
+                 d="m -9308.3209,7009.8769 c -9.706,0.823 -21.168,2.7052 -27.656,10.5625 2.806,7.2492 10.013,11.5276 14.375,17.8125 4.285,4.9168 7.767,11.614 14.187,13.75 6.288,-2.1033 8.862,-9.2677 13.438,-13.5313 4.856,-6.189 12.599,-11.2224 14.562,-18.9375 -4.08,-4.2952 -10.91,-5.9918 -16.562,-8.0937 -4.008,-1.1109 -8.184,-1.6444 -12.344,-1.5625 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3555);fill-opacity:1;stroke:none"
+                 id="path19021"
+                 d="m -15691.147,6128.2557 c -12.888,0 -26.398,4.6587 -35.736,9.8137 41.358,8.8433 58.809,18.4876 70.895,36.2212 5.044,-5.8893 9.428,-10.9894 10.14,-11.8656 1.989,-2.4445 6.322,-8.2997 4.693,-14.2299 -1.768,-6.4449 -25.595,-19.9394 -47.511,-19.9394 l -2.481,0 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:url(#linearGradient3557);fill-opacity:1;stroke:none"
+                 id="path19023"
+                 d="m -15733.169,6142.0393 c -3.045,2.2789 -5.03,4.4728 -5.491,6.1558 -1.628,5.9302 2.659,11.7854 4.649,14.2299 2.006,2.4674 30.464,35.7131 33.343,38.3627 2.881,2.6494 5.043,4.8175 10.052,4.8175 l 1.461,0 c 5.01,0 7.129,-2.1681 10.007,-4.8175 0.143,-0.1291 0.59,-0.6287 0.842,-0.8924 -5.474,-2.1595 -10.572,-5.2069 -14.791,-9.4565 -4.132,-4.1638 -21.428,-23.5957 -33.077,-35.3295 -3.8,-3.8286 -5.899,-8.4905 -6.995,-13.07 z" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:none;stroke:url(#linearGradient3559);stroke-width:4.26661968;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+                 id="path19025"
+                 d="m -15691.147,6128.2557 c -21.918,0 -45.744,13.4945 -47.513,19.9394 -1.628,5.9302 2.659,11.7854 4.649,14.2299 2.006,2.4674 30.464,35.7131 33.343,38.3627 2.881,2.6494 5.05,4.8175 10.059,4.8175 2.296,0 -0.815,0 1.474,0 5.009,0 7.109,-2.1681 9.987,-4.8175 2.882,-2.6496 31.294,-35.8953 33.3,-38.3627 1.989,-2.4445 6.322,-8.2997 4.693,-14.2299 -1.768,-6.4449 -25.595,-19.9394 -47.511,-19.9394 l -2.481,0 z" />
+            </g>
+          </g>
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:url(#radialGradient3561);fill-opacity:1;fill-rule:evenodd;stroke:none"
+             d="m -15876.582,5882.4746 c 1.592,9.4468 7.431,17.3368 10.875,26.1158 -0.8,-10.6805 -7.64,-19.688 -8.8,-30.2657 -0.691,1.3834 -1.383,2.7666 -2.075,4.1499 z m 63.68,29.1923 c 2.213,25.3946 25.07,44.8131 22.896,71.049 -0.181,6.273 -1.417,12.4429 -3.256,18.424 11.515,-25.3547 5.396,-54.4655 -5.366,-79.0625 -5.151,-10.6618 -6.008,-22.8903 -2.29,-34.165 -3.994,7.9182 -7.99,15.8364 -11.984,23.7545 z m 19.64,89.473 c -0.237,0.2524 -0.335,1.1748 0,0 z m -150.54,-51.0865 c -6.98,0.34 -16.918,4.4298 -14.704,13.1651 2.927,8.8349 14.731,10.3244 22.753,9.3015 7.18,-1.0033 13.722,-5.6019 15.741,-12.8074 -6.693,-5.4226 -14.954,-10.0338 -23.79,-9.6592 z m 19.962,75.0914 c -11.914,0.8595 -27.861,5.9416 -29.73,19.712 -1.452,15.2387 15.114,24.5678 28.478,25.3286 13.726,1.2919 29.645,-1.6254 38.508,-13.0428 1.008,-5.1689 10.103,-12.1286 3.348,-15.5771 -11.526,-8.9143 -25.494,-17.0601 -40.604,-16.4207 z"
+             id="path19027" />
+          <g
+             id="g19029"
+             transform="matrix(1.2588426,0,0,1.2588426,4091.4591,-1477.7431)">
+            <g
+               id="g19031">
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:#649ada;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                 d="m -15617.469,5888.8438 c -0.6,-0.01 -0.541,0.6182 -0.593,2.375 -0.604,8.0502 -1.209,16.106 -1.813,24.1562 56.149,15.2688 103.466,65.3655 110.281,123.9375 l 26.188,0 c -0.475,-3.4692 -1.369,-6.9222 -1.5,-10.375 -10.631,-67.15 -65.745,-122.2218 -130.625,-139.5 -0.986,-0.362 -1.577,-0.5896 -1.938,-0.5937 z"
+                 id="path19033" />
+              <path
+                 inkscape:connector-curvature="0"
+                 style="fill:#ebcf00;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                 d="m -15605.969,5827.7188 c -0.595,0.1567 -0.56,1.0976 -0.625,3.2812 -0.834,11.1181 -1.666,22.2258 -2.5,33.3438 78.652,21.3881 144.769,92.2792 152.688,174.6562 -0.01,0.1081 -0.02,0.2066 -0.03,0.3125 l 36.219,0 c -0.295,-6.0371 -2.208,-12.1303 -2.437,-18.1563 -14.682,-92.7389 -90.803,-168.7624 -180.406,-192.625 -1.589,-0.5832 -2.444,-0.9344 -2.907,-0.8124 z"
+                 id="path19035" />
+            </g>
+            <path
+               inkscape:connector-curvature="0"
+               id="path19037"
+               d="m -15602.719,5833.1562 c -0.352,9.376 -2.19,19.3699 -1.625,28.375 72.159,21.245 132.374,82.0679 148.625,156.1876 1.523,5.6571 2.195,12.0716 3,17.6874 9.311,-0.2301 18.694,0 28.031,-0.125 -3.672,-33.5326 -14.533,-66.2074 -32.744,-94.6666 -32.652,-52.2669 -85.841,-91.4918 -145.256,-107.9271 l -0.03,0.4687 z m -12.906,79.2813 c 55.337,16.4015 101.009,65.1195 109.531,122.8437 5.991,-0.1081 12.265,0.3359 18.094,-0.1562 -7.932,-65.2162 -59.36,-120.4547 -121.294,-139.718 -6.58,-4.0699 -5.184,3.6949 -5.697,8.503 -0.211,2.8425 -0.423,5.685 -0.634,8.5275 z"
+               style="fill:url(#radialGradient3563);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+          </g>
+        </g>
       </g>
-      <path
-         sodipodi:nodetypes="ccccc"
-         id="rect2292"
-         d="M 5.000001,7.997234 L 43.000001,7.997234 L 43.000001,15.997234 C 30.875001,12.184734 15.400001,11.747234 5.000001,22.265109 L 5.000001,7.997234 z"
-         style="opacity:0.7;fill:url(#radialGradient6154);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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" />
-    </g>
-  </g>
-  <g
-     inkscape:groupmode="layer"
-     id="layer3"
-     inkscape:label="finiture"
-     style="display:inline">
-    <g
-       id="g4120"
-       style="opacity:1;fill:#555753;fill-opacity:0.39215687"
-       transform="translate(-190,-22)">
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-194.0101,-50.99845)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4104"
-         style="opacity:0.80392156999999997;color:#000000;fill:#555753;fill-opacity:0.39215687;fill-rule:nonzero;stroke:none;stroke-width:1.10000001999999997;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-193.0101,-49.99847)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4106"
-         style="opacity:0.80392156999999997;color:#000000;fill:#555753;fill-opacity:0.39215687;fill-rule:nonzero;stroke:none;stroke-width:1.10000001999999997;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-194.0101,-48.99847)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4108"
-         style="opacity:0.80392156999999997;color:#000000;fill:#555753;fill-opacity:0.39215687;fill-rule:nonzero;stroke:none;stroke-width:1.10000001999999997;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-192.0101,-48.99847)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4110"
-         style="opacity:0.80392156999999997;color:#000000;fill:#555753;fill-opacity:0.39215687;fill-rule:nonzero;stroke:none;stroke-width:1.10000001999999997;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-192.0101,-50.99845)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4112"
-         style="opacity:0.80392156999999997;color:#000000;fill:#555753;fill-opacity:0.39215687;fill-rule:nonzero;stroke:none;stroke-width:1.10000001999999997;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-191.0101,-49.99845)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4114"
-         style="opacity:0.80392156999999997;color:#000000;fill:#555753;fill-opacity:0.39215687;fill-rule:nonzero;stroke:none;stroke-width:1.10000001999999997;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-190.0101,-50.99847)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4116"
-         style="opacity:0.80392156999999997;color:#000000;fill:#555753;fill-opacity:0.39215687;fill-rule:nonzero;stroke:none;stroke-width:1.10000001999999997;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-190.0101,-48.99847)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4118"
-         style="opacity:0.80392156999999997;color:#000000;fill:#555753;fill-opacity:0.39215687;fill-rule:nonzero;stroke:none;stroke-width:1.10000001999999997;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"
-         sodipodi:type="arc" />
-    </g>
-    <g
-       id="g4132"
-       transform="translate(-155,-22)"
-       style="opacity:1;fill:#555753">
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-194.0101,-50.99845)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4134"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-193.0101,-49.99847)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4136"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-194.0101,-48.99847)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4138"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-192.0101,-48.99847)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4140"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-192.0101,-50.99845)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4142"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-191.0101,-49.99845)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4144"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-190.0101,-50.99847)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4146"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2.000052,0,0,1.99997,-190.0101,-48.99847)"
-         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
-         sodipodi:ry="0.25"
-         sodipodi:rx="0.25"
-         sodipodi:cy="51.25"
-         sodipodi:cx="194.25"
-         id="path4148"
-         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;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"
-         sodipodi:type="arc" />
     </g>
-    <path
-       style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 30.5,29.5 L 30.5,31.5"
-       id="path4150" />
-    <path
-       style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 32.5,29.5 L 32.5,31.5"
-       id="path2308" />
-    <path
-       style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 34.5,29.5 L 34.5,31.5"
-       id="path2312" />
-    <path
-       style="opacity:1;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#f57900;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
-       d="M 36.5,29.5 L 36.5,31.5"
-       id="path2326" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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="path4951"
-       sodipodi:cx="34.950596"
-       sodipodi:cy="33.151112"
-       sodipodi:rx="0.88684016"
-       sodipodi:ry="0.95505863"
-       d="M 35.837436 33.151112 A 0.88684016 0.95505863 0 1 1  34.063756,33.151112 A 0.88684016 0.95505863 0 1 1  35.837436 33.151112 z"
-       transform="matrix(0.5638,0,0,0.523528,10.79487,14.14446)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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="path4953"
-       sodipodi:cx="34.950596"
-       sodipodi:cy="33.151112"
-       sodipodi:rx="0.88684016"
-       sodipodi:ry="0.95505863"
-       d="M 35.837436 33.151112 A 0.88684016 0.95505863 0 1 1  34.063756,33.151112 A 0.88684016 0.95505863 0 1 1  35.837436 33.151112 z"
-       transform="matrix(0.5638,0,0,0.523528,12.79485,14.14446)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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="path4955"
-       sodipodi:cx="34.950596"
-       sodipodi:cy="33.151112"
-       sodipodi:rx="0.88684016"
-       sodipodi:ry="0.95505863"
-       d="M 35.837436 33.151112 A 0.88684016 0.95505863 0 1 1  34.063756,33.151112 A 0.88684016 0.95505863 0 1 1  35.837436 33.151112 z"
-       transform="matrix(0.5638,0,0,0.523528,14.79485,14.14446)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;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="path4957"
-       sodipodi:cx="34.950596"
-       sodipodi:cy="33.151112"
-       sodipodi:rx="0.88684016"
-       sodipodi:ry="0.95505863"
-       d="M 35.837436 33.151112 A 0.88684016 0.95505863 0 1 1  34.063756,33.151112 A 0.88684016 0.95505863 0 1 1  35.837436 33.151112 z"
-       transform="matrix(0.5638,0,0,0.523528,16.79485,12.14446)" />
   </g>
 </svg>
diff --git a/data/images/Makefile.in b/data/images/Makefile.in
index 2e74acf..0a389a0 100644
--- a/data/images/Makefile.in
+++ b/data/images/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff --git a/data/images/channels/Makefile.in b/data/images/channels/Makefile.in
index 1adb460..21e46f2 100644
--- a/data/images/channels/Makefile.in
+++ b/data/images/channels/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff --git a/data/images/groups/Makefile.in b/data/images/groups/Makefile.in
index beefc96..92bcaea 100644
--- a/data/images/groups/Makefile.in
+++ b/data/images/groups/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff --git a/data/menu/Makefile.in b/data/menu/Makefile.in
index 0793c57..eb74ed1 100644
--- a/data/menu/Makefile.in
+++ b/data/menu/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff --git a/data/ui/Makefile.in b/data/ui/Makefile.in
index 8da5e7f..f4b28bd 100644
--- a/data/ui/Makefile.in
+++ b/data/ui/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff --git a/data/ui/addchannelsgroups.glade b/data/ui/addchannelsgroups.glade
index f1a23e8..d96c2e0 100644
--- a/data/ui/addchannelsgroups.glade
+++ b/data/ui/addchannelsgroups.glade
@@ -1,34 +1,48 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.18.3 -->
 <interface>
-  <requires lib="gtk+" version="2.20"/>
-  <!-- interface-naming-policy project-wide -->
+  <requires lib="gtk+" version="3.0"/>
+  <object class="GtkTreeStore" id="treestore_channelsgroup">
+    <columns>
+      <!-- column-name Name -->
+      <column type="gchararray"/>
+      <!-- column-name URI -->
+      <column type="gchararray"/>
+      <!-- column-name Required -->
+      <column type="gchararray"/>
+      <!-- column-name BRegex -->
+      <column type="gchararray"/>
+      <!-- column-name ERegex -->
+      <column type="gchararray"/>
+    </columns>
+  </object>
   <object class="GtkDialog" id="dialogaddgroup">
     <property name="can_focus">False</property>
     <property name="border_width">5</property>
     <property name="title" translatable="yes">Add a group</property>
     <property name="modal">True</property>
     <property name="window_position">center-on-parent</property>
+    <property name="default_width">800</property>
     <property name="default_height">450</property>
     <property name="icon_name">freetuxtv</property>
     <property name="type_hint">dialog</property>
-    <property name="has_separator">True</property>
     <child internal-child="vbox">
-      <object class="GtkVBox" id="dialog-vbox2">
+      <object class="GtkBox" id="dialog-vbox2">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="spacing">5</property>
         <child internal-child="action_area">
-          <object class="GtkHButtonBox" id="dialog-action_area2">
+          <object class="GtkButtonBox" id="dialog-action_area2">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="button_close">
                 <property name="label">gtk-close</property>
+                <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
               </object>
               <packing>
@@ -40,10 +54,10 @@
             <child>
               <object class="GtkButton" id="button_add">
                 <property name="label">gtk-add</property>
+                <property name="use_action_appearance">False</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
               </object>
               <packing>
@@ -90,11 +104,9 @@
                       <object class="GtkEntry" id="dialogaddgroup_entrychannelsgroupfile">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="text" translatable="yes">http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml</property>
+                        <property name="text" translatable="no">https://raw.githubusercontent.com/freetuxtv/freetuxtv/master/data/channels_groups.xml</property>
                         <property name="primary_icon_activatable">False</property>
                         <property name="secondary_icon_activatable">False</property>
-                        <property name="primary_icon_sensitive">True</property>
-                        <property name="secondary_icon_sensitive">True</property>
                       </object>
                       <packing>
                         <property name="expand">True</property>
@@ -105,10 +117,10 @@
                     <child>
                       <object class="GtkButton" id="button_refresh">
                         <property name="label">gtk-refresh</property>
+                        <property name="use_action_appearance">False</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                       </object>
                       <packing>
@@ -142,8 +154,6 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="border_width">3</property>
-                    <property name="hscrollbar_policy">automatic</property>
-                    <property name="vscrollbar_policy">automatic</property>
                     <property name="shadow_type">etched-in</property>
                     <child>
                       <object class="GtkTreeView" id="treeview_channelsgroups">
@@ -153,6 +163,9 @@
                         <property name="headers_clickable">False</property>
                         <property name="expander_column">treeviewcolumn2</property>
                         <property name="search_column">0</property>
+                        <child internal-child="selection">
+                          <object class="GtkTreeSelection" id="treeview-selection1"/>
+                        </child>
                         <child>
                           <object class="GtkTreeViewColumn" id="treeviewcolumn2">
                             <property name="title" translatable="yes">Languages/Channels group</property>
@@ -235,8 +248,6 @@
                         <property name="tooltip_text" translatable="yes">Name of the group which will be added</property>
                         <property name="primary_icon_activatable">False</property>
                         <property name="secondary_icon_activatable">False</property>
-                        <property name="primary_icon_sensitive">True</property>
-                        <property name="secondary_icon_sensitive">True</property>
                       </object>
                       <packing>
                         <property name="left_attach">1</property>
@@ -263,8 +274,6 @@
                         <property name="width_chars">50</property>
                         <property name="primary_icon_activatable">False</property>
                         <property name="secondary_icon_activatable">False</property>
-                        <property name="primary_icon_sensitive">True</property>
-                        <property name="secondary_icon_sensitive">True</property>
                       </object>
                       <packing>
                         <property name="left_attach">1</property>
@@ -319,8 +328,6 @@
                                     <property name="tooltip_text" translatable="yes">Text or regexp which must be deleted at the end of the channel's name</property>
                                     <property name="primary_icon_activatable">False</property>
                                     <property name="secondary_icon_activatable">False</property>
-                                    <property name="primary_icon_sensitive">True</property>
-                                    <property name="secondary_icon_sensitive">True</property>
                                   </object>
                                   <packing>
                                     <property name="left_attach">1</property>
@@ -346,8 +353,6 @@
                                     <property name="tooltip_text" translatable="yes">Text or regexp which must be deleted at the beginning of the channel's name</property>
                                     <property name="primary_icon_activatable">False</property>
                                     <property name="secondary_icon_activatable">False</property>
-                                    <property name="primary_icon_sensitive">True</property>
-                                    <property name="secondary_icon_sensitive">True</property>
                                   </object>
                                   <packing>
                                     <property name="left_attach">1</property>
@@ -437,8 +442,6 @@
                         <property name="can_focus">True</property>
                         <property name="primary_icon_activatable">False</property>
                         <property name="secondary_icon_activatable">False</property>
-                        <property name="primary_icon_sensitive">True</property>
-                        <property name="secondary_icon_sensitive">True</property>
                       </object>
                       <packing>
                         <property name="left_attach">1</property>
@@ -471,10 +474,11 @@
                             <child>
                               <object class="GtkRadioButton" id="radiobutton1">
                                 <property name="label" translatable="yes">Favourites</property>
+                                <property name="use_action_appearance">False</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
+                                <property name="xalign">0.5</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
                               </object>
@@ -534,18 +538,4 @@
       <action-widget response="0">button_add</action-widget>
     </action-widgets>
   </object>
-  <object class="GtkTreeStore" id="treestore_channelsgroup">
-    <columns>
-      <!-- column-name Name -->
-      <column type="gchararray"/>
-      <!-- column-name URI -->
-      <column type="gchararray"/>
-      <!-- column-name Required -->
-      <column type="gchararray"/>
-      <!-- column-name BRegex -->
-      <column type="gchararray"/>
-      <!-- column-name ERegex -->
-      <column type="gchararray"/>
-    </columns>
-  </object>
 </interface>
diff --git a/data/ui/freetuxtv.glade b/data/ui/freetuxtv.glade
index 45828bc..b0c5f92 100644
--- a/data/ui/freetuxtv.glade
+++ b/data/ui/freetuxtv.glade
@@ -12,7 +12,7 @@
     <property name="program_name">FreetuxTV</property>
     <property name="copyright" translatable="yes">GNU General Public License v3</property>
     <property name="comments" translatable="yes">Web TV channels player</property>
-    <property name="website">http://code.google.com/p/freetuxtv/</property>
+    <property name="website">https://github.com/freetuxtv/freetuxtv/</property>
     <property name="website_label" translatable="yes">Project's Web Site</property>
     <property name="license">FreetuxTV is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
     
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 8c2471a..e0afc45 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff --git a/lib/libdbevolution/Makefile.in b/lib/libdbevolution/Makefile.in
index 6a7d153..ce6ed93 100644
--- a/lib/libdbevolution/Makefile.in
+++ b/lib/libdbevolution/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -475,14 +475,14 @@ distclean-compile:
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c $<
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
diff --git a/lib/libvlc-gtk/Makefile.in b/lib/libvlc-gtk/Makefile.in
index 20e226c..fbc3e60 100644
--- a/lib/libvlc-gtk/Makefile.in
+++ b/lib/libvlc-gtk/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -487,14 +487,14 @@ distclean-compile:
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c $<
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
diff --git a/lib/libvlc-gtk/gtk-libvlc-media-player.c b/lib/libvlc-gtk/gtk-libvlc-media-player.c
index d8617ae..b5eda1e 100644
--- a/lib/libvlc-gtk/gtk-libvlc-media-player.c
+++ b/lib/libvlc-gtk/gtk-libvlc-media-player.c
@@ -1819,7 +1819,7 @@ gtk_libvlc_media_player_get_state (GtkLibvlcMediaPlayer *self, GError** error)
 
 	// Create the media player if not initialized
 	gtk_libvlc_media_player_initialize (self, &pError);
-	g_return_if_fail(priv->initialized == TRUE);
+	g_return_val_if_fail(priv->initialized == TRUE, gtkstate);
 
 	if(pError == NULL){
 
diff --git a/ltmain.sh b/ltmain.sh
index 3825a2a..bffda54 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -70,7 +70,7 @@
 #         compiler:		$LTCC
 #         compiler flags:		$LTCFLAGS
 #         linker:		$LD (gnu? $with_gnu_ld)
-#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu1
+#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1.11
 #         automake:	$automake_version
 #         autoconf:	$autoconf_version
 #
@@ -80,7 +80,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION="2.4.2 Debian-2.4.2-1.3ubuntu1"
+VERSION="2.4.2 Debian-2.4.2-1.11"
 TIMESTAMP=""
 package_revision=1.3337
 
diff --git a/missing b/missing
index cdea514..db98974 100755
--- a/missing
+++ b/missing
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2012-06-26.16; # UTC
+scriptversion=2013-10-28.13; # UTC
 
 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
@@ -160,7 +160,7 @@ give_advice ()
       ;;
    autom4te*)
       echo "You might have modified some maintainer files that require"
-      echo "the 'automa4te' program to be rebuilt."
+      echo "the 'autom4te' program to be rebuilt."
       program_details 'autom4te'
       ;;
     bison*|yacc*)
diff --git a/po/de.po b/po/de.po
index 6f611c7..565b392 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: freetuxtv.HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-05 20:38+0100\n"
+"POT-Creation-Date: 2016-04-27 13:59+0200\n"
 "PO-Revision-Date: 2010-08-09 20:00+0200\n"
 "Last-Translator: Benni <bestofbenni@@googlemail.com>\n"
 "Language-Team: DE <DE at li.org>\n"
@@ -69,10 +69,6 @@ msgid "Channels groups file:"
 msgstr "Sendergruppendatei: "
 
 #: ../data/ui/addchannelsgroups.glade.h:3
-msgid "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-msgstr "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-
-#: ../data/ui/addchannelsgroups.glade.h:4
 #, fuzzy
 msgid ""
 "Select one or several channels group you want to add and click on the add "
@@ -81,67 +77,67 @@ msgstr ""
 "Wähle einen oder mehrere Sendergruppen zum hinzufügen aus und klicke auf "
 "Hinzufügen."
 
-#: ../data/ui/addchannelsgroups.glade.h:5
+#: ../data/ui/addchannelsgroups.glade.h:4
 #, fuzzy
 msgid "Languages/Channels group"
 msgstr "Sprachen/Sendergruppe"
 
-#: ../data/ui/addchannelsgroups.glade.h:6
+#: ../data/ui/addchannelsgroups.glade.h:5
 #, fuzzy
 msgid "Required ISP"
 msgstr "Erforderlicher ISP"
 
-#: ../data/ui/addchannelsgroups.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:6
 msgid "URI"
 msgstr "URI"
 
-#: ../data/ui/addchannelsgroups.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:7
 msgid "Existing channels group"
 msgstr "Bestehende Sendergruppe"
 
-#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:8 ../data/ui/freetuxtv.glade.h:7
 #, fuzzy
 msgid "Group's name:"
 msgstr "Gruppenname:"
 
-#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:9
+#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:9
 msgid "Name of the group which will be added"
 msgstr "Name der Gruppe die hinzugefügt wird"
 
-#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:8
 #, fuzzy
 msgid "Playlist's URI:"
 msgstr "URI der Wiedergabeliste:"
 
-#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:10
+#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:10
 #, fuzzy
 msgid "Playlist's URI of the group which will be added"
 msgstr "URI der Wiedergabeliste der Gruppe die hinzugefügt wird"
 
-#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:11
+#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:11
 #, fuzzy
 msgid "Delete this text before the name:"
 msgstr "Folgendes vor dem Namen löschen:"
 
-#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:13
+#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:13
 #, fuzzy
 msgid "Text or regexp which must be deleted at the end of the channel's name"
 msgstr ""
 "Text oder regulärer Ausdruck der hinter dem Sendernamen gelöscht werden soll"
 
-#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:12
+#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:12
 #, fuzzy
 msgid "Delete this text behind the name:"
 msgstr "Folgendes hinter dem Namen löschen: "
 
-#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:14
+#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:14
 #, fuzzy
 msgid ""
 "Text or regexp which must be deleted at the beginning of the channel's name"
 msgstr ""
 "Text oder regulärer Ausdruck der vor dem Sendernamen gelöscht werden soll"
 
-#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:15
+#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:15
 msgid ""
 "You can easily use regular expressions to delete some text in the channel's "
 "name of the groupe. For example, if in your playlist, you have a name like "
@@ -153,26 +149,26 @@ msgstr ""
 "NT1\" oder \"12 - NRJ 12\" heißt, kann FreetuxTV die Nummer des Senders vor "
 "dem Namen entfernen, indem man reguläre Ausdrücke \"[0-9]* - \" nutzt."
 
-#: ../data/ui/addchannelsgroups.glade.h:18 ../data/ui/freetuxtv.glade.h:16
+#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:16
 #, fuzzy
 msgid "<b>Processing of channels' name</b>"
 msgstr "<b>Verarbeitung des Sendernamens</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:19
+#: ../data/ui/addchannelsgroups.glade.h:18
 #, fuzzy
 msgid "Custom channels group"
 msgstr "Benutzerdefinierte Sendergruppe"
 
-#: ../data/ui/addchannelsgroups.glade.h:20
+#: ../data/ui/addchannelsgroups.glade.h:19
 msgid "Favourites"
 msgstr "Favoriten"
 
-#: ../data/ui/addchannelsgroups.glade.h:21
+#: ../data/ui/addchannelsgroups.glade.h:20
 #, fuzzy
 msgid "<b>Special group type:</b>"
 msgstr "<b>Spezieller Gruppentyp:</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:22
+#: ../data/ui/addchannelsgroups.glade.h:21
 #, fuzzy
 msgid "Special group"
 msgstr "Spezielle Gruppe"
@@ -877,505 +873,510 @@ msgstr "Internet-TV (ungarisch)"
 
 #: ../data/channels_groups.xml.in.h:71
 #, fuzzy
+msgid "Web Radio (Hungarian)"
+msgstr "Internet-TV (ungarisch)"
+
+#: ../data/channels_groups.xml.in.h:72
+#, fuzzy
 msgid "Icelandic Web TV and Radio"
 msgstr "Italienisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:72
+#: ../data/channels_groups.xml.in.h:73
 #, fuzzy
 msgid "Web TV (Icelandic)"
 msgstr "Internet-TV (italienisch)"
 
-#: ../data/channels_groups.xml.in.h:73
+#: ../data/channels_groups.xml.in.h:74
 #, fuzzy
 msgid "Indonesian Web TV and Radio"
 msgstr "Persisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:74
+#: ../data/channels_groups.xml.in.h:75
 #, fuzzy
 msgid "Web TV (Indonesian)"
 msgstr "Internet-TV (persisch)"
 
-#: ../data/channels_groups.xml.in.h:75
+#: ../data/channels_groups.xml.in.h:76
 #, fuzzy
 msgid "Interlingua Web TV and Radio"
 msgstr "Italienisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:76
+#: ../data/channels_groups.xml.in.h:77
 #, fuzzy
 msgid "Web Radio (Interlingua)"
 msgstr "Internetradio (italienisch)"
 
-#: ../data/channels_groups.xml.in.h:77
+#: ../data/channels_groups.xml.in.h:78
 #, fuzzy
 msgid "Irish Web TV and Radio"
 msgstr "Türkisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:78
+#: ../data/channels_groups.xml.in.h:79
 #, fuzzy
 msgid "Web TV (Irish)"
 msgstr "Internet-TV (türkisch)"
 
-#: ../data/channels_groups.xml.in.h:79
+#: ../data/channels_groups.xml.in.h:80
 #, fuzzy
 msgid "Web Radio (Irish)"
 msgstr "Internetradio (englisch)"
 
-#: ../data/channels_groups.xml.in.h:80
+#: ../data/channels_groups.xml.in.h:81
 msgid "Italian Web TV and Radio"
 msgstr "Italienisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:81
+#: ../data/channels_groups.xml.in.h:82
 msgid "Web TV (Italian)"
 msgstr "Internet-TV (italienisch)"
 
-#: ../data/channels_groups.xml.in.h:82
+#: ../data/channels_groups.xml.in.h:83
 msgid "Web Radio (Italian)"
 msgstr "Internetradio (italienisch)"
 
-#: ../data/channels_groups.xml.in.h:83
+#: ../data/channels_groups.xml.in.h:84
 msgid "Japanese Web TV and Radio"
 msgstr "Japanisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:84
+#: ../data/channels_groups.xml.in.h:85
 msgid "Web TV (Japanese)"
 msgstr "Internet-TV (japanisch)"
 
-#: ../data/channels_groups.xml.in.h:85
+#: ../data/channels_groups.xml.in.h:86
 #, fuzzy
 msgid "Web Radio (Japanese)"
 msgstr "Internetradio (chinesisch)"
 
-#: ../data/channels_groups.xml.in.h:86
+#: ../data/channels_groups.xml.in.h:87
 #, fuzzy
 msgid "Web Cam (Japanese)"
 msgstr "Internet-TV (japanisch)"
 
-#: ../data/channels_groups.xml.in.h:87
+#: ../data/channels_groups.xml.in.h:88
 #, fuzzy
 msgid "Kazakh Web TV and Radio"
 msgstr "Tschechisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:88
+#: ../data/channels_groups.xml.in.h:89
 #, fuzzy
 msgid "Web TV (Kazakh)"
 msgstr "Internet-TV (tschechisch)"
 
-#: ../data/channels_groups.xml.in.h:89
+#: ../data/channels_groups.xml.in.h:90
 msgid "Korean Web TV and Radio"
 msgstr "Koreanisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:90
+#: ../data/channels_groups.xml.in.h:91
 msgid "Web TV (Korean)"
 msgstr "Internet-TV (koreanisch)"
 
-#: ../data/channels_groups.xml.in.h:91
+#: ../data/channels_groups.xml.in.h:92
 #, fuzzy
 msgid "Kurdish Web TV and Radio"
 msgstr "Türkisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:92
+#: ../data/channels_groups.xml.in.h:93
 #, fuzzy
 msgid "Web TV (Kurdish)"
 msgstr "Internet-TV (türkisch)"
 
-#: ../data/channels_groups.xml.in.h:93
+#: ../data/channels_groups.xml.in.h:94
 msgid "Latin Web TV and Radio"
 msgstr "Lateinisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:94
+#: ../data/channels_groups.xml.in.h:95
 msgid "Web TV (Latin)"
 msgstr "Internet-TV (lateinisch)"
 
-#: ../data/channels_groups.xml.in.h:95
+#: ../data/channels_groups.xml.in.h:96
 #, fuzzy
 msgid "Latvian/Lettish Web TV and Radio"
 msgstr "Lateinisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:96
+#: ../data/channels_groups.xml.in.h:97
 #, fuzzy
 msgid "Web TV (Latvian/Lettish)"
 msgstr "Internet-TV (lateinisch)"
 
-#: ../data/channels_groups.xml.in.h:97
+#: ../data/channels_groups.xml.in.h:98
 #, fuzzy
 msgid "Lithuanian Web TV and Radio"
 msgstr "Italienisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:98
+#: ../data/channels_groups.xml.in.h:99
 #, fuzzy
 msgid "Web TV (Lithuanian)"
 msgstr "Internet-TV (italienisch)"
 
-#: ../data/channels_groups.xml.in.h:99
+#: ../data/channels_groups.xml.in.h:100
 #, fuzzy
 msgid "Macedonian Web TV and Radio"
 msgstr "Rumänisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:100
+#: ../data/channels_groups.xml.in.h:101
 #, fuzzy
 msgid "Web TV (Macedonian)"
 msgstr "Internet-TV (rumänisch)"
 
-#: ../data/channels_groups.xml.in.h:101
+#: ../data/channels_groups.xml.in.h:102
 #, fuzzy
 msgid "Web Radio (Macedonian)"
 msgstr "Internetradio (italienisch)"
 
-#: ../data/channels_groups.xml.in.h:102
+#: ../data/channels_groups.xml.in.h:103
 #, fuzzy
 msgid "Malay Web TV and Radio"
 msgstr "Katalanisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:103
+#: ../data/channels_groups.xml.in.h:104
 #, fuzzy
 msgid "Web TV (Malay)"
 msgstr "Internet-TV (katalanisch)"
 
-#: ../data/channels_groups.xml.in.h:104
+#: ../data/channels_groups.xml.in.h:105
 #, fuzzy
 msgid "Malayalam Web TV and Radio"
 msgstr "Katalanisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:105
+#: ../data/channels_groups.xml.in.h:106
 #, fuzzy
 msgid "Web TV (Malayalam)"
 msgstr "Internet-TV (katalanisch)"
 
-#: ../data/channels_groups.xml.in.h:106
+#: ../data/channels_groups.xml.in.h:107
 #, fuzzy
 msgid "Maltese Web TV and Radio"
 msgstr "Japanisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:107
+#: ../data/channels_groups.xml.in.h:108
 #, fuzzy
 msgid "Web TV (Maltese)"
 msgstr "Internet-TV (japanisch)"
 
-#: ../data/channels_groups.xml.in.h:108
+#: ../data/channels_groups.xml.in.h:109
 #, fuzzy
 msgid "Web Radio (Maltese)"
 msgstr "Internetradio (chinesisch)"
 
-#: ../data/channels_groups.xml.in.h:109
+#: ../data/channels_groups.xml.in.h:110
 #, fuzzy
 msgid "Moldavian Web TV and Radio"
 msgstr "Rumänisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:110
+#: ../data/channels_groups.xml.in.h:111
 #, fuzzy
 msgid "Web TV (Moldavian)"
 msgstr "Internet-TV (rumänisch)"
 
-#: ../data/channels_groups.xml.in.h:111
+#: ../data/channels_groups.xml.in.h:112
 #, fuzzy
 msgid "Mongolian Web TV and Radio"
 msgstr "Rumänisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:112
+#: ../data/channels_groups.xml.in.h:113
 #, fuzzy
 msgid "Web TV (Mongolian)"
 msgstr "Internet-TV (rumänisch)"
 
-#: ../data/channels_groups.xml.in.h:113
+#: ../data/channels_groups.xml.in.h:114
 msgid "Norwegian Web TV and Radio"
 msgstr "Norwegisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:114
+#: ../data/channels_groups.xml.in.h:115
 msgid "Web TV (Norwegian)"
 msgstr "Internet-TV (norwegisch)"
 
-#: ../data/channels_groups.xml.in.h:115
+#: ../data/channels_groups.xml.in.h:116
 msgid "Persian Web TV and Radio"
 msgstr "Persisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:116
+#: ../data/channels_groups.xml.in.h:117
 msgid "Web TV (Persian)"
 msgstr "Internet-TV (persisch)"
 
-#: ../data/channels_groups.xml.in.h:117
+#: ../data/channels_groups.xml.in.h:118
 msgid "Polish Web TV and Radio"
 msgstr "Polnisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:118
+#: ../data/channels_groups.xml.in.h:119
 msgid "Web TV (Polish)"
 msgstr "Internet-TV (polnisch)"
 
-#: ../data/channels_groups.xml.in.h:119
+#: ../data/channels_groups.xml.in.h:120
 #, fuzzy
 msgid "Web Radio (Polish)"
 msgstr "Internetradio (englisch)"
 
-#: ../data/channels_groups.xml.in.h:120
+#: ../data/channels_groups.xml.in.h:121
 #, fuzzy
 msgid "Web Cam (Polish)"
 msgstr "Internet-TV (polnisch)"
 
-#: ../data/channels_groups.xml.in.h:121
+#: ../data/channels_groups.xml.in.h:122
 msgid "Portuguese Web TV and Radio"
 msgstr "Portugiesisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:122
+#: ../data/channels_groups.xml.in.h:123
 msgid "Web TV (Portuguese)"
 msgstr "Internet-TV (portugiesisch)"
 
-#: ../data/channels_groups.xml.in.h:123
+#: ../data/channels_groups.xml.in.h:124
 #, fuzzy
 msgid "Web Radio (Portuguese)"
 msgstr "Internet-TV (portugiesisch)"
 
-#: ../data/channels_groups.xml.in.h:124
+#: ../data/channels_groups.xml.in.h:125
 #, fuzzy
 msgid "Punjabi Web TV and Radio"
 msgstr "Arabisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:125
+#: ../data/channels_groups.xml.in.h:126
 #, fuzzy
 msgid "Web TV (Punjabi)"
 msgstr "Internet-TV (arabisch)"
 
-#: ../data/channels_groups.xml.in.h:126
+#: ../data/channels_groups.xml.in.h:127
 msgid "Romanian Web TV and Radio"
 msgstr "Rumänisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:127
+#: ../data/channels_groups.xml.in.h:128
 msgid "Web TV (Romanian)"
 msgstr "Internet-TV (rumänisch)"
 
-#: ../data/channels_groups.xml.in.h:128
+#: ../data/channels_groups.xml.in.h:129
 #, fuzzy
 msgid "Web Radio (Romanian)"
 msgstr "Internetradio (russisch)"
 
-#: ../data/channels_groups.xml.in.h:129
+#: ../data/channels_groups.xml.in.h:130
 msgid "Russian Web TV and Radio"
 msgstr "Russisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:130
+#: ../data/channels_groups.xml.in.h:131
 msgid "Web TV (Russian)"
 msgstr "Internet-TV (russisch)"
 
-#: ../data/channels_groups.xml.in.h:131
+#: ../data/channels_groups.xml.in.h:132
 msgid "Web Radio (Russian)"
 msgstr "Internetradio (russisch)"
 
-#: ../data/channels_groups.xml.in.h:132
+#: ../data/channels_groups.xml.in.h:133
 #, fuzzy
 msgid "Serbian Web TV and Radio"
 msgstr "Persisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:133
+#: ../data/channels_groups.xml.in.h:134
 #, fuzzy
 msgid "Web TV (Serbian)"
 msgstr "Internet-TV (persisch)"
 
-#: ../data/channels_groups.xml.in.h:134
+#: ../data/channels_groups.xml.in.h:135
 #, fuzzy
 msgid "Web Radio (Serbian)"
 msgstr "Internetradio (deutsch)"
 
-#: ../data/channels_groups.xml.in.h:135
+#: ../data/channels_groups.xml.in.h:136
 #, fuzzy
 msgid "Serbo-Croatian Web TV and Radio"
 msgstr "Persisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:136
+#: ../data/channels_groups.xml.in.h:137
 #, fuzzy
 msgid "Web TV (Serbo-Croatian)"
 msgstr "Internet-TV (persisch)"
 
-#: ../data/channels_groups.xml.in.h:137
+#: ../data/channels_groups.xml.in.h:138
 #, fuzzy
 msgid "Web Radio (Serbo-Croatian)"
 msgstr "Internetradio (katalanisch)"
 
-#: ../data/channels_groups.xml.in.h:138
+#: ../data/channels_groups.xml.in.h:139
 msgid "Slovak Web TV and Radio"
 msgstr "Slovakisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:139
+#: ../data/channels_groups.xml.in.h:140
 msgid "Web TV (Slovak)"
 msgstr "Internet-TV (slovakisch)"
 
-#: ../data/channels_groups.xml.in.h:140
+#: ../data/channels_groups.xml.in.h:141
 #, fuzzy
 msgid "Web Radio (Slovak)"
 msgstr "Internet-TV (slovakisch)"
 
-#: ../data/channels_groups.xml.in.h:141
+#: ../data/channels_groups.xml.in.h:142
 #, fuzzy
 msgid "Slovenian Web TV and Radio"
 msgstr "Slovakisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:142
+#: ../data/channels_groups.xml.in.h:143
 #, fuzzy
 msgid "Web TV (Slovenian)"
 msgstr "Internet-TV (slovakisch)"
 
-#: ../data/channels_groups.xml.in.h:143
+#: ../data/channels_groups.xml.in.h:144
 #, fuzzy
 msgid "Web Radio (Slovenian)"
 msgstr "Internetradio (italienisch)"
 
-#: ../data/channels_groups.xml.in.h:144
+#: ../data/channels_groups.xml.in.h:145
 msgid "Spanish Web TV and Radio"
 msgstr "Spanisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:145
+#: ../data/channels_groups.xml.in.h:146
 msgid "Web TV (Spanish)"
 msgstr "Internet-TV (spanisch)"
 
-#: ../data/channels_groups.xml.in.h:146
+#: ../data/channels_groups.xml.in.h:147
 msgid "Web Radio (Spanish)"
 msgstr "Internetradio (spanisch)"
 
-#: ../data/channels_groups.xml.in.h:147
+#: ../data/channels_groups.xml.in.h:148
 #, fuzzy
 msgid "Web Programmes (Spanish)"
 msgstr "Webprogramme (englisch)"
 
-#: ../data/channels_groups.xml.in.h:148
+#: ../data/channels_groups.xml.in.h:149
 #, fuzzy
 msgid "Web Cam (Spanish)"
 msgstr "Internet-TV (spanisch)"
 
-#: ../data/channels_groups.xml.in.h:149
+#: ../data/channels_groups.xml.in.h:150
 msgid "Swedish Web TV and Radio"
 msgstr "Schwedisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:150
+#: ../data/channels_groups.xml.in.h:151
 msgid "Web TV (Swedish)"
 msgstr "Internet-TV (schwedisch)"
 
-#: ../data/channels_groups.xml.in.h:151
+#: ../data/channels_groups.xml.in.h:152
 #, fuzzy
 msgid "Tagalog Web TV and Radio"
 msgstr "Thailändisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:152
+#: ../data/channels_groups.xml.in.h:153
 #, fuzzy
 msgid "Web TV (Tagalog)"
 msgstr "Internet-TV (thailändisch)"
 
-#: ../data/channels_groups.xml.in.h:153
+#: ../data/channels_groups.xml.in.h:154
 #, fuzzy
 msgid "Tamil Web TV and Radio"
 msgstr "Thailändisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:154
+#: ../data/channels_groups.xml.in.h:155
 #, fuzzy
 msgid "Web TV (Tamil)"
 msgstr "Internet-TV (thailändisch)"
 
-#: ../data/channels_groups.xml.in.h:155
+#: ../data/channels_groups.xml.in.h:156
 #, fuzzy
 msgid "Thai Web TV and Radio"
 msgstr "Thailändisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:156
+#: ../data/channels_groups.xml.in.h:157
 #, fuzzy
 msgid "Web TV (Thai)"
 msgstr "Internet-TV (thailändisch)"
 
-#: ../data/channels_groups.xml.in.h:157
+#: ../data/channels_groups.xml.in.h:158
 msgid "Turkish Web TV and Radio"
 msgstr "Türkisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:158
+#: ../data/channels_groups.xml.in.h:159
 msgid "Web TV (Turkish)"
 msgstr "Internet-TV (türkisch)"
 
-#: ../data/channels_groups.xml.in.h:159
+#: ../data/channels_groups.xml.in.h:160
 #, fuzzy
 msgid "Web Radio (Turkish)"
 msgstr "Internet-TV (türkisch)"
 
-#: ../data/channels_groups.xml.in.h:160
+#: ../data/channels_groups.xml.in.h:161
 #, fuzzy
 msgid "Turkmen Web TV and Radio"
 msgstr "Türkisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:161
+#: ../data/channels_groups.xml.in.h:162
 #, fuzzy
 msgid "Web TV (Turkmen)"
 msgstr "Internet-TV (türkisch)"
 
-#: ../data/channels_groups.xml.in.h:162
+#: ../data/channels_groups.xml.in.h:163
 #, fuzzy
 msgid "Ukrainian Web TV and Radio"
 msgstr "Rumänisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:163
+#: ../data/channels_groups.xml.in.h:164
 #, fuzzy
 msgid "Web TV (Ukrainian)"
 msgstr "Internet-TV (rumänisch)"
 
-#: ../data/channels_groups.xml.in.h:164
+#: ../data/channels_groups.xml.in.h:165
 #, fuzzy
 msgid "Web Cam (Ukrainian)"
 msgstr "Internet-TV (rumänisch)"
 
-#: ../data/channels_groups.xml.in.h:165
+#: ../data/channels_groups.xml.in.h:166
 #, fuzzy
 msgid "Urdu Web TV and Radio"
 msgstr "Niederländisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:166
+#: ../data/channels_groups.xml.in.h:167
 #, fuzzy
 msgid "Web TV (Urdu)"
 msgstr "Internet-TV (niederländisch)"
 
 # latin?
-#: ../data/channels_groups.xml.in.h:167
+#: ../data/channels_groups.xml.in.h:168
 #, fuzzy
 msgid "Uzbek Web TV and Radio"
 msgstr "Griechisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:168
+#: ../data/channels_groups.xml.in.h:169
 #, fuzzy
 msgid "Web TV (Uzbek)"
 msgstr "Internet-TV (tschechisch)"
 
-#: ../data/channels_groups.xml.in.h:169
+#: ../data/channels_groups.xml.in.h:170
 #, fuzzy
 msgid "Vietnamese Web TV and Radio"
 msgstr "Chinesisches Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:170
+#: ../data/channels_groups.xml.in.h:171
 #, fuzzy
 msgid "Web TV (Vietnamese)"
 msgstr "Internet-TV (chinesisch)"
 
-#: ../data/channels_groups.xml.in.h:171
+#: ../data/channels_groups.xml.in.h:172
 #, fuzzy
 msgid "Web Radio (Vietnamese)"
 msgstr "Internetradio (chinesisch)"
 
-#: ../data/channels_groups.xml.in.h:172
+#: ../data/channels_groups.xml.in.h:173
 #, fuzzy
 msgid "No lang Web TV and Radio"
 msgstr "Sprachenloses Web TV und Radio"
 
-#: ../data/channels_groups.xml.in.h:173
+#: ../data/channels_groups.xml.in.h:174
 #, fuzzy
 msgid "Web TV (No lang)"
 msgstr "Internet-TV (sprachenlos)"
 
-#: ../data/channels_groups.xml.in.h:174
+#: ../data/channels_groups.xml.in.h:175
 #, fuzzy
 msgid "Web Radio (No lang)"
 msgstr "Internetradio (sprachenlos)"
 
-#: ../data/channels_groups.xml.in.h:175
+#: ../data/channels_groups.xml.in.h:176
 #, fuzzy
 msgid "Web Programmes (No lang)"
 msgstr "Webprogramme (englisch)"
 
-#: ../data/channels_groups.xml.in.h:176
+#: ../data/channels_groups.xml.in.h:177
 #, fuzzy
 msgid "Web Cam (No lang)"
 msgstr "Internet-TV (sprachenlos)"
 
-#: ../data/channels_groups.xml.in.h:177
+#: ../data/channels_groups.xml.in.h:178
 #, fuzzy
 msgid "WebCam"
 msgstr "WebCam"
@@ -1800,7 +1801,7 @@ msgstr ""
 "Möchten Sie die zugehörige Datei auf der Festplatte in den Mülleimer "
 "verschieben?"
 
-#: ../src/freetuxtv-tv-channels-list.c:69
+#: ../src/freetuxtv-tv-channels-list.c:72
 #, fuzzy, c-format
 msgid "Synchronizing the tv channels list"
 msgstr "Synchronisiere die TV-Senderliste"
@@ -1886,16 +1887,16 @@ msgstr "Bitte gib die URI der Gruppe ein!"
 msgid "Updating TV channel: %s"
 msgstr "_Aktualisieren der TV-Senderliste"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:140
+#: ../src/freetuxtv-window-tv-channels-database.c:148
 msgid "TV channels synchronisation"
 msgstr ""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:149
+#: ../src/freetuxtv-window-tv-channels-database.c:157
 #, fuzzy, c-format
 msgid "Downloading the file '%s'"
 msgstr "Hole Datei \"%s\""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:164
+#: ../src/freetuxtv-window-tv-channels-database.c:172
 #, fuzzy
 msgid "Synchronizing TV channels from file"
 msgstr "Synchronisiere die TV-Senderliste"
@@ -2110,6 +2111,3 @@ msgstr "Sind Sie sicher, dass Sie beenden wollen?"
 
 #~ msgid "Eric Beuque"
 #~ msgstr "Eric Beuque"
-
-#~ msgid "http://code.google.com/p/freetuxtv/"
-#~ msgstr "http://code.google.com/p/freetuxtv/"
diff --git a/po/es.po b/po/es.po
index 2a66e94..899f2f6 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: freetuxtv.HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-05 20:38+0100\n"
+"POT-Creation-Date: 2016-04-27 13:59+0200\n"
 "PO-Revision-Date: 2012-11-3 16:22+GMT+4\n"
 "Last-Translator: Maximiliano Castañón Araneda <maximi89 at gmail.com>\n"
 "Language-Team: Español <es at li.org>\n"
@@ -58,10 +58,6 @@ msgid "Channels groups file:"
 msgstr "Archivo de grupos de canales:"
 
 #: ../data/ui/addchannelsgroups.glade.h:3
-msgid "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-msgstr ""
-
-#: ../data/ui/addchannelsgroups.glade.h:4
 msgid ""
 "Select one or several channels group you want to add and click on the add "
 "button."
@@ -69,56 +65,56 @@ msgstr ""
 "Selecciona 1 o varios grupos de canales que quieras agregar y hace clic "
 "sobre el botón agregar."
 
-#: ../data/ui/addchannelsgroups.glade.h:5
+#: ../data/ui/addchannelsgroups.glade.h:4
 msgid "Languages/Channels group"
 msgstr "Grupo Idioma/Canales"
 
-#: ../data/ui/addchannelsgroups.glade.h:6
+#: ../data/ui/addchannelsgroups.glade.h:5
 msgid "Required ISP"
 msgstr "ISP Requerido"
 
-#: ../data/ui/addchannelsgroups.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:6
 msgid "URI"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:7
 msgid "Existing channels group"
 msgstr "Grupo existente de canales"
 
-#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:8 ../data/ui/freetuxtv.glade.h:7
 msgid "Group's name:"
 msgstr "Nombre grupo:"
 
-#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:9
+#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:9
 msgid "Name of the group which will be added"
 msgstr "Nombre del grupo que será agregado"
 
-#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:8
 msgid "Playlist's URI:"
 msgstr "URI reproducción:"
 
-#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:10
+#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:10
 msgid "Playlist's URI of the group which will be added"
 msgstr "Lista de reproducción de URI que serán agregados"
 
-#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:11
+#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:11
 msgid "Delete this text before the name:"
 msgstr "Elimina este texto antes del nombre:"
 
-#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:13
+#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:13
 msgid "Text or regexp which must be deleted at the end of the channel's name"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:12
+#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:12
 msgid "Delete this text behind the name:"
 msgstr "Elimina este texto detrás del nombre:"
 
-#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:14
+#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:14
 msgid ""
 "Text or regexp which must be deleted at the beginning of the channel's name"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:15
+#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:15
 msgid ""
 "You can easily use regular expressions to delete some text in the channel's "
 "name of the groupe. For example, if in your playlist, you have a name like "
@@ -126,23 +122,23 @@ msgid ""
 "number before the name, by using the regular expression \"[0-9]* - \"."
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:18 ../data/ui/freetuxtv.glade.h:16
+#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:16
 msgid "<b>Processing of channels' name</b>"
 msgstr "<b>Nombre procesamiento de canales</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:19
+#: ../data/ui/addchannelsgroups.glade.h:18
 msgid "Custom channels group"
 msgstr "Grupo de canales personalizado"
 
-#: ../data/ui/addchannelsgroups.glade.h:20
+#: ../data/ui/addchannelsgroups.glade.h:19
 msgid "Favourites"
 msgstr "Favoritos"
 
-#: ../data/ui/addchannelsgroups.glade.h:21
+#: ../data/ui/addchannelsgroups.glade.h:20
 msgid "<b>Special group type:</b>"
 msgstr "<b>Tipo de grupo especial:</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:22
+#: ../data/ui/addchannelsgroups.glade.h:21
 msgid "Special group"
 msgstr "Grupo Especial"
 
@@ -792,473 +788,478 @@ msgstr ""
 
 #: ../data/channels_groups.xml.in.h:71
 #, fuzzy
+msgid "Web Radio (Hungarian)"
+msgstr "Radio Web (Español)"
+
+#: ../data/channels_groups.xml.in.h:72
+#, fuzzy
 msgid "Icelandic Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:72
+#: ../data/channels_groups.xml.in.h:73
 msgid "Web TV (Icelandic)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:73
+#: ../data/channels_groups.xml.in.h:74
 #, fuzzy
 msgid "Indonesian Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:74
+#: ../data/channels_groups.xml.in.h:75
 msgid "Web TV (Indonesian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:75
+#: ../data/channels_groups.xml.in.h:76
 #, fuzzy
 msgid "Interlingua Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:76
+#: ../data/channels_groups.xml.in.h:77
 #, fuzzy
 msgid "Web Radio (Interlingua)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:77
+#: ../data/channels_groups.xml.in.h:78
 #, fuzzy
 msgid "Irish Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:78
+#: ../data/channels_groups.xml.in.h:79
 #, fuzzy
 msgid "Web TV (Irish)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:79
+#: ../data/channels_groups.xml.in.h:80
 #, fuzzy
 msgid "Web Radio (Irish)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:80
+#: ../data/channels_groups.xml.in.h:81
 msgid "Italian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:81
+#: ../data/channels_groups.xml.in.h:82
 msgid "Web TV (Italian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:82
+#: ../data/channels_groups.xml.in.h:83
 msgid "Web Radio (Italian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:83
+#: ../data/channels_groups.xml.in.h:84
 msgid "Japanese Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:84
+#: ../data/channels_groups.xml.in.h:85
 msgid "Web TV (Japanese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:85
+#: ../data/channels_groups.xml.in.h:86
 #, fuzzy
 msgid "Web Radio (Japanese)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:86
+#: ../data/channels_groups.xml.in.h:87
 #, fuzzy
 msgid "Web Cam (Japanese)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:87
+#: ../data/channels_groups.xml.in.h:88
 #, fuzzy
 msgid "Kazakh Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:88
+#: ../data/channels_groups.xml.in.h:89
 msgid "Web TV (Kazakh)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:89
+#: ../data/channels_groups.xml.in.h:90
 msgid "Korean Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:90
+#: ../data/channels_groups.xml.in.h:91
 msgid "Web TV (Korean)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:91
+#: ../data/channels_groups.xml.in.h:92
 #, fuzzy
 msgid "Kurdish Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:92
+#: ../data/channels_groups.xml.in.h:93
 msgid "Web TV (Kurdish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:93
+#: ../data/channels_groups.xml.in.h:94
 msgid "Latin Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:94
+#: ../data/channels_groups.xml.in.h:95
 msgid "Web TV (Latin)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:95
+#: ../data/channels_groups.xml.in.h:96
 #, fuzzy
 msgid "Latvian/Lettish Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:96
+#: ../data/channels_groups.xml.in.h:97
 msgid "Web TV (Latvian/Lettish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:97
+#: ../data/channels_groups.xml.in.h:98
 #, fuzzy
 msgid "Lithuanian Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:98
+#: ../data/channels_groups.xml.in.h:99
 msgid "Web TV (Lithuanian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:99
+#: ../data/channels_groups.xml.in.h:100
 #, fuzzy
 msgid "Macedonian Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:100
+#: ../data/channels_groups.xml.in.h:101
 msgid "Web TV (Macedonian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:101
+#: ../data/channels_groups.xml.in.h:102
 #, fuzzy
 msgid "Web Radio (Macedonian)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:102
+#: ../data/channels_groups.xml.in.h:103
 #, fuzzy
 msgid "Malay Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:103
+#: ../data/channels_groups.xml.in.h:104
 msgid "Web TV (Malay)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:104
+#: ../data/channels_groups.xml.in.h:105
 #, fuzzy
 msgid "Malayalam Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:105
+#: ../data/channels_groups.xml.in.h:106
 msgid "Web TV (Malayalam)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:106
+#: ../data/channels_groups.xml.in.h:107
 #, fuzzy
 msgid "Maltese Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:107
+#: ../data/channels_groups.xml.in.h:108
 msgid "Web TV (Maltese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:108
+#: ../data/channels_groups.xml.in.h:109
 #, fuzzy
 msgid "Web Radio (Maltese)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:109
+#: ../data/channels_groups.xml.in.h:110
 #, fuzzy
 msgid "Moldavian Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:110
+#: ../data/channels_groups.xml.in.h:111
 msgid "Web TV (Moldavian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:111
+#: ../data/channels_groups.xml.in.h:112
 #, fuzzy
 msgid "Mongolian Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:112
+#: ../data/channels_groups.xml.in.h:113
 msgid "Web TV (Mongolian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:113
+#: ../data/channels_groups.xml.in.h:114
 msgid "Norwegian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:114
+#: ../data/channels_groups.xml.in.h:115
 msgid "Web TV (Norwegian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:115
+#: ../data/channels_groups.xml.in.h:116
 msgid "Persian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:116
+#: ../data/channels_groups.xml.in.h:117
 msgid "Web TV (Persian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:117
+#: ../data/channels_groups.xml.in.h:118
 msgid "Polish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:118
+#: ../data/channels_groups.xml.in.h:119
 msgid "Web TV (Polish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:119
+#: ../data/channels_groups.xml.in.h:120
 #, fuzzy
 msgid "Web Radio (Polish)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:120
+#: ../data/channels_groups.xml.in.h:121
 #, fuzzy
 msgid "Web Cam (Polish)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:121
+#: ../data/channels_groups.xml.in.h:122
 msgid "Portuguese Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:122
+#: ../data/channels_groups.xml.in.h:123
 msgid "Web TV (Portuguese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:123
+#: ../data/channels_groups.xml.in.h:124
 #, fuzzy
 msgid "Web Radio (Portuguese)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:124
+#: ../data/channels_groups.xml.in.h:125
 #, fuzzy
 msgid "Punjabi Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:125
+#: ../data/channels_groups.xml.in.h:126
 msgid "Web TV (Punjabi)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:126
+#: ../data/channels_groups.xml.in.h:127
 msgid "Romanian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:127
+#: ../data/channels_groups.xml.in.h:128
 msgid "Web TV (Romanian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:128
+#: ../data/channels_groups.xml.in.h:129
 #, fuzzy
 msgid "Web Radio (Romanian)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:129
+#: ../data/channels_groups.xml.in.h:130
 msgid "Russian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:130
+#: ../data/channels_groups.xml.in.h:131
 msgid "Web TV (Russian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:131
+#: ../data/channels_groups.xml.in.h:132
 msgid "Web Radio (Russian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:132
+#: ../data/channels_groups.xml.in.h:133
 #, fuzzy
 msgid "Serbian Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:133
+#: ../data/channels_groups.xml.in.h:134
 msgid "Web TV (Serbian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:134
+#: ../data/channels_groups.xml.in.h:135
 #, fuzzy
 msgid "Web Radio (Serbian)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:135
+#: ../data/channels_groups.xml.in.h:136
 #, fuzzy
 msgid "Serbo-Croatian Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:136
+#: ../data/channels_groups.xml.in.h:137
 msgid "Web TV (Serbo-Croatian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:137
+#: ../data/channels_groups.xml.in.h:138
 #, fuzzy
 msgid "Web Radio (Serbo-Croatian)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:138
+#: ../data/channels_groups.xml.in.h:139
 msgid "Slovak Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:139
+#: ../data/channels_groups.xml.in.h:140
 msgid "Web TV (Slovak)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:140
+#: ../data/channels_groups.xml.in.h:141
 #, fuzzy
 msgid "Web Radio (Slovak)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:141
+#: ../data/channels_groups.xml.in.h:142
 #, fuzzy
 msgid "Slovenian Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:142
+#: ../data/channels_groups.xml.in.h:143
 msgid "Web TV (Slovenian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:143
+#: ../data/channels_groups.xml.in.h:144
 #, fuzzy
 msgid "Web Radio (Slovenian)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:144
+#: ../data/channels_groups.xml.in.h:145
 msgid "Spanish Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:145
+#: ../data/channels_groups.xml.in.h:146
 msgid "Web TV (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:146
+#: ../data/channels_groups.xml.in.h:147
 msgid "Web Radio (Spanish)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:147
+#: ../data/channels_groups.xml.in.h:148
 #, fuzzy
 msgid "Web Programmes (Spanish)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:148
+#: ../data/channels_groups.xml.in.h:149
 #, fuzzy
 msgid "Web Cam (Spanish)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:149
+#: ../data/channels_groups.xml.in.h:150
 msgid "Swedish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:150
+#: ../data/channels_groups.xml.in.h:151
 msgid "Web TV (Swedish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:151
+#: ../data/channels_groups.xml.in.h:152
 #, fuzzy
 msgid "Tagalog Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:152
+#: ../data/channels_groups.xml.in.h:153
 msgid "Web TV (Tagalog)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:153
+#: ../data/channels_groups.xml.in.h:154
 #, fuzzy
 msgid "Tamil Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:154
+#: ../data/channels_groups.xml.in.h:155
 msgid "Web TV (Tamil)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:155
+#: ../data/channels_groups.xml.in.h:156
 msgid "Thai Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:156
+#: ../data/channels_groups.xml.in.h:157
 msgid "Web TV (Thai)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:157
+#: ../data/channels_groups.xml.in.h:158
 msgid "Turkish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:158
+#: ../data/channels_groups.xml.in.h:159
 msgid "Web TV (Turkish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:159
+#: ../data/channels_groups.xml.in.h:160
 #, fuzzy
 msgid "Web Radio (Turkish)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:160
+#: ../data/channels_groups.xml.in.h:161
 #, fuzzy
 msgid "Turkmen Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:161
+#: ../data/channels_groups.xml.in.h:162
 msgid "Web TV (Turkmen)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:162
+#: ../data/channels_groups.xml.in.h:163
 #, fuzzy
 msgid "Ukrainian Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:163
+#: ../data/channels_groups.xml.in.h:164
 msgid "Web TV (Ukrainian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:164
+#: ../data/channels_groups.xml.in.h:165
 msgid "Web Cam (Ukrainian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:165
+#: ../data/channels_groups.xml.in.h:166
 #, fuzzy
 msgid "Urdu Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:166
+#: ../data/channels_groups.xml.in.h:167
 msgid "Web TV (Urdu)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:167
+#: ../data/channels_groups.xml.in.h:168
 #, fuzzy
 msgid "Uzbek Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:168
+#: ../data/channels_groups.xml.in.h:169
 msgid "Web TV (Uzbek)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:169
+#: ../data/channels_groups.xml.in.h:170
 #, fuzzy
 msgid "Vietnamese Web TV and Radio"
 msgstr "Español, Canales TV y Radio"
 
-#: ../data/channels_groups.xml.in.h:170
+#: ../data/channels_groups.xml.in.h:171
 msgid "Web TV (Vietnamese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:171
+#: ../data/channels_groups.xml.in.h:172
 #, fuzzy
 msgid "Web Radio (Vietnamese)"
 msgstr "Radio Web (Español)"
 
-#: ../data/channels_groups.xml.in.h:172
+#: ../data/channels_groups.xml.in.h:173
 msgid "No lang Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:173
+#: ../data/channels_groups.xml.in.h:174
 msgid "Web TV (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:174
+#: ../data/channels_groups.xml.in.h:175
 msgid "Web Radio (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:175
+#: ../data/channels_groups.xml.in.h:176
 msgid "Web Programmes (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:176
+#: ../data/channels_groups.xml.in.h:177
 msgid "Web Cam (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:177
+#: ../data/channels_groups.xml.in.h:178
 msgid "WebCam"
 msgstr ""
 
@@ -1567,7 +1568,7 @@ msgstr ""
 msgid "Do you want to move the related file on the hard disk to the trash?"
 msgstr ""
 
-#: ../src/freetuxtv-tv-channels-list.c:69
+#: ../src/freetuxtv-tv-channels-list.c:72
 #, c-format
 msgid "Synchronizing the tv channels list"
 msgstr "Sincronizando la lista de canales de TV"
@@ -1652,16 +1653,16 @@ msgstr ""
 msgid "Updating TV channel: %s"
 msgstr "_Actualizar listado de canales de TV"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:140
+#: ../src/freetuxtv-window-tv-channels-database.c:148
 msgid "TV channels synchronisation"
 msgstr ""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:149
+#: ../src/freetuxtv-window-tv-channels-database.c:157
 #, fuzzy, c-format
 msgid "Downloading the file '%s'"
 msgstr "Obteniendo el archivo: \"%s\""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:164
+#: ../src/freetuxtv-window-tv-channels-database.c:172
 #, fuzzy
 msgid "Synchronizing TV channels from file"
 msgstr "Sincronizando la lista de canales de TV"
diff --git a/po/fr.po b/po/fr.po
index 16de11c..283914d 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: freetuxtv.HEAD\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-05 20:38+0100\n"
+"POT-Creation-Date: 2016-04-27 13:59+0200\n"
 "PO-Revision-Date: 2010-08-03 23:14+0200\n"
 "Last-Translator: Yannick LE NY <yleny at laposte.net>\n"
 "Language-Team: FR <eric.beuque at gmail.com>\n"
@@ -58,10 +58,6 @@ msgid "Channels groups file:"
 msgstr "Fichier des groupes de chaînes :"
 
 #: ../data/ui/addchannelsgroups.glade.h:3
-msgid "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-msgstr "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-
-#: ../data/ui/addchannelsgroups.glade.h:4
 msgid ""
 "Select one or several channels group you want to add and click on the add "
 "button."
@@ -69,58 +65,58 @@ msgstr ""
 "Sélectionnez un ou plusieurs groupes de chaînes que vous voulez ajouter et "
 "cliquez sur le bouton Ajouter."
 
-#: ../data/ui/addchannelsgroups.glade.h:5
+#: ../data/ui/addchannelsgroups.glade.h:4
 msgid "Languages/Channels group"
 msgstr "Groupe Langues/Chaînes"
 
-#: ../data/ui/addchannelsgroups.glade.h:6
+#: ../data/ui/addchannelsgroups.glade.h:5
 msgid "Required ISP"
 msgstr "FAI requis"
 
-#: ../data/ui/addchannelsgroups.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:6
 msgid "URI"
 msgstr "URI"
 
-#: ../data/ui/addchannelsgroups.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:7
 msgid "Existing channels group"
 msgstr "Groupe des chaînes existantes"
 
-#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:8 ../data/ui/freetuxtv.glade.h:7
 msgid "Group's name:"
 msgstr "Nom du groupe :"
 
-#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:9
+#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:9
 msgid "Name of the group which will be added"
 msgstr "Nom du groupe à ajouter"
 
-#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:8
 msgid "Playlist's URI:"
 msgstr "URI de la playlist :"
 
-#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:10
+#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:10
 msgid "Playlist's URI of the group which will be added"
 msgstr "URI de la playlist du groupe à ajouter"
 
-#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:11
+#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:11
 msgid "Delete this text before the name:"
 msgstr "Texte à enlever au début :"
 
-#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:13
+#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:13
 msgid "Text or regexp which must be deleted at the end of the channel's name"
 msgstr ""
 "Texte ou expression régulière qui sera retiré à la fin du nom de la chaîne"
 
-#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:12
+#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:12
 msgid "Delete this text behind the name:"
 msgstr "Texte à enlever à la fin :"
 
-#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:14
+#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:14
 msgid ""
 "Text or regexp which must be deleted at the beginning of the channel's name"
 msgstr ""
 "Texte ou expression régulière qui sera retiré au début du nom de la chaîne"
 
-#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:15
+#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:15
 msgid ""
 "You can easily use regular expressions to delete some text in the channel's "
 "name of the groupe. For example, if in your playlist, you have a name like "
@@ -133,23 +129,23 @@ msgstr ""
 "12\", FreetuxTV peut enlever automatiquement le numéro de chaînes devant, en "
 "spécifiant l'expression \"[0-9]* - \"."
 
-#: ../data/ui/addchannelsgroups.glade.h:18 ../data/ui/freetuxtv.glade.h:16
+#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:16
 msgid "<b>Processing of channels' name</b>"
 msgstr "<b>Traitement du nom des chaînes</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:19
+#: ../data/ui/addchannelsgroups.glade.h:18
 msgid "Custom channels group"
 msgstr "Groupe personnalisé de chaînes"
 
-#: ../data/ui/addchannelsgroups.glade.h:20
+#: ../data/ui/addchannelsgroups.glade.h:19
 msgid "Favourites"
 msgstr "Favoris"
 
-#: ../data/ui/addchannelsgroups.glade.h:21
+#: ../data/ui/addchannelsgroups.glade.h:20
 msgid "<b>Special group type:</b>"
 msgstr "<b>Type du groupe spécial :</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:22
+#: ../data/ui/addchannelsgroups.glade.h:21
 msgid "Special group"
 msgstr "Groupe spécial"
 
@@ -777,430 +773,435 @@ msgid "Web TV (Hungarian)"
 msgstr "Web TV (Hongrois)"
 
 #: ../data/channels_groups.xml.in.h:71
+#, fuzzy
+msgid "Web Radio (Hungarian)"
+msgstr "Web TV (Hongrois)"
+
+#: ../data/channels_groups.xml.in.h:72
 msgid "Icelandic Web TV and Radio"
 msgstr "Islandais : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:72
+#: ../data/channels_groups.xml.in.h:73
 msgid "Web TV (Icelandic)"
 msgstr "Web TV (Islandais)"
 
-#: ../data/channels_groups.xml.in.h:73
+#: ../data/channels_groups.xml.in.h:74
 msgid "Indonesian Web TV and Radio"
 msgstr "Indonésien : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:74
+#: ../data/channels_groups.xml.in.h:75
 msgid "Web TV (Indonesian)"
 msgstr "Web TV (Indonésien)"
 
-#: ../data/channels_groups.xml.in.h:75
+#: ../data/channels_groups.xml.in.h:76
 msgid "Interlingua Web TV and Radio"
 msgstr "Interlingua : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:76
+#: ../data/channels_groups.xml.in.h:77
 msgid "Web Radio (Interlingua)"
 msgstr "Web Radio (Interlingua)"
 
-#: ../data/channels_groups.xml.in.h:77
+#: ../data/channels_groups.xml.in.h:78
 msgid "Irish Web TV and Radio"
 msgstr "Irlandais : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:78
+#: ../data/channels_groups.xml.in.h:79
 msgid "Web TV (Irish)"
 msgstr "Web TV (Irlandais)"
 
-#: ../data/channels_groups.xml.in.h:79
+#: ../data/channels_groups.xml.in.h:80
 msgid "Web Radio (Irish)"
 msgstr "Web Radio (Irlandais)"
 
-#: ../data/channels_groups.xml.in.h:80
+#: ../data/channels_groups.xml.in.h:81
 msgid "Italian Web TV and Radio"
 msgstr "Italien : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:81
+#: ../data/channels_groups.xml.in.h:82
 msgid "Web TV (Italian)"
 msgstr "Web TV (Italien)"
 
-#: ../data/channels_groups.xml.in.h:82
+#: ../data/channels_groups.xml.in.h:83
 msgid "Web Radio (Italian)"
 msgstr "Web Radio (Italien)"
 
-#: ../data/channels_groups.xml.in.h:83
+#: ../data/channels_groups.xml.in.h:84
 msgid "Japanese Web TV and Radio"
 msgstr "Japonais : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:84
+#: ../data/channels_groups.xml.in.h:85
 msgid "Web TV (Japanese)"
 msgstr "Web TV (Japonais)"
 
-#: ../data/channels_groups.xml.in.h:85
+#: ../data/channels_groups.xml.in.h:86
 msgid "Web Radio (Japanese)"
 msgstr "Web Radio (Japonais)"
 
-#: ../data/channels_groups.xml.in.h:86
+#: ../data/channels_groups.xml.in.h:87
 msgid "Web Cam (Japanese)"
 msgstr "Webcam (Japonais)"
 
-#: ../data/channels_groups.xml.in.h:87
+#: ../data/channels_groups.xml.in.h:88
 msgid "Kazakh Web TV and Radio"
 msgstr "Kazakh : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:88
+#: ../data/channels_groups.xml.in.h:89
 msgid "Web TV (Kazakh)"
 msgstr "Web TV (Kazakh)"
 
-#: ../data/channels_groups.xml.in.h:89
+#: ../data/channels_groups.xml.in.h:90
 msgid "Korean Web TV and Radio"
 msgstr "Coréen : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:90
+#: ../data/channels_groups.xml.in.h:91
 msgid "Web TV (Korean)"
 msgstr "Web TV (Coréen)"
 
-#: ../data/channels_groups.xml.in.h:91
+#: ../data/channels_groups.xml.in.h:92
 msgid "Kurdish Web TV and Radio"
 msgstr "Kurde : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:92
+#: ../data/channels_groups.xml.in.h:93
 msgid "Web TV (Kurdish)"
 msgstr "Web TV (Kurde)"
 
-#: ../data/channels_groups.xml.in.h:93
+#: ../data/channels_groups.xml.in.h:94
 msgid "Latin Web TV and Radio"
 msgstr "Latin : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:94
+#: ../data/channels_groups.xml.in.h:95
 msgid "Web TV (Latin)"
 msgstr "Web TV (Latin)"
 
-#: ../data/channels_groups.xml.in.h:95
+#: ../data/channels_groups.xml.in.h:96
 msgid "Latvian/Lettish Web TV and Radio"
 msgstr "Letton/Lette : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:96
+#: ../data/channels_groups.xml.in.h:97
 msgid "Web TV (Latvian/Lettish)"
 msgstr "Web TV (Letton/Lette)"
 
-#: ../data/channels_groups.xml.in.h:97
+#: ../data/channels_groups.xml.in.h:98
 msgid "Lithuanian Web TV and Radio"
 msgstr "Lituanien : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:98
+#: ../data/channels_groups.xml.in.h:99
 msgid "Web TV (Lithuanian)"
 msgstr "Web TV (Lituanien)"
 
-#: ../data/channels_groups.xml.in.h:99
+#: ../data/channels_groups.xml.in.h:100
 msgid "Macedonian Web TV and Radio"
 msgstr "Macédonienne : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:100
+#: ../data/channels_groups.xml.in.h:101
 msgid "Web TV (Macedonian)"
 msgstr "Web TV (Macédonienne)"
 
-#: ../data/channels_groups.xml.in.h:101
+#: ../data/channels_groups.xml.in.h:102
 msgid "Web Radio (Macedonian)"
 msgstr "Web Radio (Macédonienne)"
 
-#: ../data/channels_groups.xml.in.h:102
+#: ../data/channels_groups.xml.in.h:103
 msgid "Malay Web TV and Radio"
 msgstr "Malais : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:103
+#: ../data/channels_groups.xml.in.h:104
 msgid "Web TV (Malay)"
 msgstr "Web TV (Malais)"
 
-#: ../data/channels_groups.xml.in.h:104
+#: ../data/channels_groups.xml.in.h:105
 msgid "Malayalam Web TV and Radio"
 msgstr "Malayalam : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:105
+#: ../data/channels_groups.xml.in.h:106
 msgid "Web TV (Malayalam)"
 msgstr "Web TV (Malayalam)"
 
-#: ../data/channels_groups.xml.in.h:106
+#: ../data/channels_groups.xml.in.h:107
 msgid "Maltese Web TV and Radio"
 msgstr "Maltais : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:107
+#: ../data/channels_groups.xml.in.h:108
 msgid "Web TV (Maltese)"
 msgstr "Web TV (Maltais)"
 
-#: ../data/channels_groups.xml.in.h:108
+#: ../data/channels_groups.xml.in.h:109
 msgid "Web Radio (Maltese)"
 msgstr "Web Radio (Maltais)"
 
-#: ../data/channels_groups.xml.in.h:109
+#: ../data/channels_groups.xml.in.h:110
 msgid "Moldavian Web TV and Radio"
 msgstr "Moldave : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:110
+#: ../data/channels_groups.xml.in.h:111
 msgid "Web TV (Moldavian)"
 msgstr "Web TV (Moldave)"
 
-#: ../data/channels_groups.xml.in.h:111
+#: ../data/channels_groups.xml.in.h:112
 msgid "Mongolian Web TV and Radio"
 msgstr "Mongol : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:112
+#: ../data/channels_groups.xml.in.h:113
 msgid "Web TV (Mongolian)"
 msgstr "Web TV (Mongol)"
 
-#: ../data/channels_groups.xml.in.h:113
+#: ../data/channels_groups.xml.in.h:114
 msgid "Norwegian Web TV and Radio"
 msgstr "Norvégien : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:114
+#: ../data/channels_groups.xml.in.h:115
 msgid "Web TV (Norwegian)"
 msgstr "Web TV (Norvégien)"
 
-#: ../data/channels_groups.xml.in.h:115
+#: ../data/channels_groups.xml.in.h:116
 msgid "Persian Web TV and Radio"
 msgstr "Persan : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:116
+#: ../data/channels_groups.xml.in.h:117
 msgid "Web TV (Persian)"
 msgstr "Web TV (Persan)"
 
-#: ../data/channels_groups.xml.in.h:117
+#: ../data/channels_groups.xml.in.h:118
 msgid "Polish Web TV and Radio"
 msgstr "Polonais : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:118
+#: ../data/channels_groups.xml.in.h:119
 msgid "Web TV (Polish)"
 msgstr "Web TV (Polonais)"
 
-#: ../data/channels_groups.xml.in.h:119
+#: ../data/channels_groups.xml.in.h:120
 msgid "Web Radio (Polish)"
 msgstr "Web Radio (Polonais)"
 
-#: ../data/channels_groups.xml.in.h:120
+#: ../data/channels_groups.xml.in.h:121
 msgid "Web Cam (Polish)"
 msgstr "Webcam (Polonais)"
 
-#: ../data/channels_groups.xml.in.h:121
+#: ../data/channels_groups.xml.in.h:122
 msgid "Portuguese Web TV and Radio"
 msgstr "Portugais : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:122
+#: ../data/channels_groups.xml.in.h:123
 msgid "Web TV (Portuguese)"
 msgstr "Web TV (Portugais)"
 
-#: ../data/channels_groups.xml.in.h:123
+#: ../data/channels_groups.xml.in.h:124
 msgid "Web Radio (Portuguese)"
 msgstr "Web Radio (Portugais)"
 
-#: ../data/channels_groups.xml.in.h:124
+#: ../data/channels_groups.xml.in.h:125
 msgid "Punjabi Web TV and Radio"
 msgstr "Panjābī : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:125
+#: ../data/channels_groups.xml.in.h:126
 msgid "Web TV (Punjabi)"
 msgstr "Web TV (Panjābī)"
 
-#: ../data/channels_groups.xml.in.h:126
+#: ../data/channels_groups.xml.in.h:127
 msgid "Romanian Web TV and Radio"
 msgstr "Roumain : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:127
+#: ../data/channels_groups.xml.in.h:128
 msgid "Web TV (Romanian)"
 msgstr "Web TV (Roumain)"
 
-#: ../data/channels_groups.xml.in.h:128
+#: ../data/channels_groups.xml.in.h:129
 msgid "Web Radio (Romanian)"
 msgstr "Web Radio (Roumain)"
 
-#: ../data/channels_groups.xml.in.h:129
+#: ../data/channels_groups.xml.in.h:130
 msgid "Russian Web TV and Radio"
 msgstr "Russe : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:130
+#: ../data/channels_groups.xml.in.h:131
 msgid "Web TV (Russian)"
 msgstr "Web TV (Russe)"
 
-#: ../data/channels_groups.xml.in.h:131
+#: ../data/channels_groups.xml.in.h:132
 msgid "Web Radio (Russian)"
 msgstr "Web Radio (Russe)"
 
-#: ../data/channels_groups.xml.in.h:132
+#: ../data/channels_groups.xml.in.h:133
 msgid "Serbian Web TV and Radio"
 msgstr "Serbe : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:133
+#: ../data/channels_groups.xml.in.h:134
 msgid "Web TV (Serbian)"
 msgstr "Web TV (Serbe)"
 
-#: ../data/channels_groups.xml.in.h:134
+#: ../data/channels_groups.xml.in.h:135
 msgid "Web Radio (Serbian)"
 msgstr "Web Radio (Serbe)"
 
-#: ../data/channels_groups.xml.in.h:135
+#: ../data/channels_groups.xml.in.h:136
 msgid "Serbo-Croatian Web TV and Radio"
 msgstr "Serbo-croate : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:136
+#: ../data/channels_groups.xml.in.h:137
 msgid "Web TV (Serbo-Croatian)"
 msgstr "Web TV (Serbo-croate)"
 
-#: ../data/channels_groups.xml.in.h:137
+#: ../data/channels_groups.xml.in.h:138
 msgid "Web Radio (Serbo-Croatian)"
 msgstr "Web Radio (Serbo-croate)"
 
-#: ../data/channels_groups.xml.in.h:138
+#: ../data/channels_groups.xml.in.h:139
 msgid "Slovak Web TV and Radio"
 msgstr "Slovaque : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:139
+#: ../data/channels_groups.xml.in.h:140
 msgid "Web TV (Slovak)"
 msgstr "Web TV (Slovaque)"
 
-#: ../data/channels_groups.xml.in.h:140
+#: ../data/channels_groups.xml.in.h:141
 msgid "Web Radio (Slovak)"
 msgstr "Web Radio (Slovaque)"
 
-#: ../data/channels_groups.xml.in.h:141
+#: ../data/channels_groups.xml.in.h:142
 msgid "Slovenian Web TV and Radio"
 msgstr "Slovène : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:142
+#: ../data/channels_groups.xml.in.h:143
 msgid "Web TV (Slovenian)"
 msgstr "Web TV (Slovène)"
 
-#: ../data/channels_groups.xml.in.h:143
+#: ../data/channels_groups.xml.in.h:144
 msgid "Web Radio (Slovenian)"
 msgstr "Web Radio (Slovène)"
 
-#: ../data/channels_groups.xml.in.h:144
+#: ../data/channels_groups.xml.in.h:145
 msgid "Spanish Web TV and Radio"
 msgstr "Espagnol : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:145
+#: ../data/channels_groups.xml.in.h:146
 msgid "Web TV (Spanish)"
 msgstr "Web TV (Espagnol)"
 
-#: ../data/channels_groups.xml.in.h:146
+#: ../data/channels_groups.xml.in.h:147
 msgid "Web Radio (Spanish)"
 msgstr "Web Radio (Espagnol)"
 
-#: ../data/channels_groups.xml.in.h:147
+#: ../data/channels_groups.xml.in.h:148
 msgid "Web Programmes (Spanish)"
 msgstr "Emissions TV/Radio sur le Web (Espagnol)"
 
-#: ../data/channels_groups.xml.in.h:148
+#: ../data/channels_groups.xml.in.h:149
 msgid "Web Cam (Spanish)"
 msgstr "Webcam (Espagnol)"
 
-#: ../data/channels_groups.xml.in.h:149
+#: ../data/channels_groups.xml.in.h:150
 msgid "Swedish Web TV and Radio"
 msgstr "Suédois : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:150
+#: ../data/channels_groups.xml.in.h:151
 msgid "Web TV (Swedish)"
 msgstr "Web TV (Suédois)"
 
-#: ../data/channels_groups.xml.in.h:151
+#: ../data/channels_groups.xml.in.h:152
 msgid "Tagalog Web TV and Radio"
 msgstr "Tagalog : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:152
+#: ../data/channels_groups.xml.in.h:153
 msgid "Web TV (Tagalog)"
 msgstr "Web TV (Tagalog)"
 
-#: ../data/channels_groups.xml.in.h:153
+#: ../data/channels_groups.xml.in.h:154
 msgid "Tamil Web TV and Radio"
 msgstr "Tamoul : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:154
+#: ../data/channels_groups.xml.in.h:155
 msgid "Web TV (Tamil)"
 msgstr "Web TV (Tamoul)"
 
-#: ../data/channels_groups.xml.in.h:155
+#: ../data/channels_groups.xml.in.h:156
 msgid "Thai Web TV and Radio"
 msgstr "Thai : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:156
+#: ../data/channels_groups.xml.in.h:157
 msgid "Web TV (Thai)"
 msgstr "Web TV (Thai)"
 
-#: ../data/channels_groups.xml.in.h:157
+#: ../data/channels_groups.xml.in.h:158
 msgid "Turkish Web TV and Radio"
 msgstr "Turc : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:158
+#: ../data/channels_groups.xml.in.h:159
 msgid "Web TV (Turkish)"
 msgstr "Web TV (Turc)"
 
-#: ../data/channels_groups.xml.in.h:159
+#: ../data/channels_groups.xml.in.h:160
 msgid "Web Radio (Turkish)"
 msgstr "Web Radio (Turc)"
 
-#: ../data/channels_groups.xml.in.h:160
+#: ../data/channels_groups.xml.in.h:161
 msgid "Turkmen Web TV and Radio"
 msgstr "Turkmène : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:161
+#: ../data/channels_groups.xml.in.h:162
 msgid "Web TV (Turkmen)"
 msgstr "Web TV (Turkmène)"
 
-#: ../data/channels_groups.xml.in.h:162
+#: ../data/channels_groups.xml.in.h:163
 msgid "Ukrainian Web TV and Radio"
 msgstr "Ukrainien : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:163
+#: ../data/channels_groups.xml.in.h:164
 msgid "Web TV (Ukrainian)"
 msgstr "Web TV (Ukrainien)"
 
-#: ../data/channels_groups.xml.in.h:164
+#: ../data/channels_groups.xml.in.h:165
 msgid "Web Cam (Ukrainian)"
 msgstr "Webcam (Ukrainien)"
 
-#: ../data/channels_groups.xml.in.h:165
+#: ../data/channels_groups.xml.in.h:166
 msgid "Urdu Web TV and Radio"
 msgstr "Ourdou : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:166
+#: ../data/channels_groups.xml.in.h:167
 msgid "Web TV (Urdu)"
 msgstr "Web TV (Ourdou)"
 
-#: ../data/channels_groups.xml.in.h:167
+#: ../data/channels_groups.xml.in.h:168
 msgid "Uzbek Web TV and Radio"
 msgstr "Ouzbek : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:168
+#: ../data/channels_groups.xml.in.h:169
 msgid "Web TV (Uzbek)"
 msgstr "Web TV (Ouzbek)"
 
-#: ../data/channels_groups.xml.in.h:169
+#: ../data/channels_groups.xml.in.h:170
 msgid "Vietnamese Web TV and Radio"
 msgstr "Vietnamien : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:170
+#: ../data/channels_groups.xml.in.h:171
 msgid "Web TV (Vietnamese)"
 msgstr "Web TV (Vietnamien)"
 
-#: ../data/channels_groups.xml.in.h:171
+#: ../data/channels_groups.xml.in.h:172
 msgid "Web Radio (Vietnamese)"
 msgstr "Web Radio (Vietnamien)"
 
-#: ../data/channels_groups.xml.in.h:172
+#: ../data/channels_groups.xml.in.h:173
 msgid "No lang Web TV and Radio"
 msgstr "Sans langue : WebTV et WebRadio"
 
-#: ../data/channels_groups.xml.in.h:173
+#: ../data/channels_groups.xml.in.h:174
 msgid "Web TV (No lang)"
 msgstr "Web TV (Sans langue)"
 
-#: ../data/channels_groups.xml.in.h:174
+#: ../data/channels_groups.xml.in.h:175
 msgid "Web Radio (No lang)"
 msgstr "Web Radio (Sans langue)"
 
-#: ../data/channels_groups.xml.in.h:175
+#: ../data/channels_groups.xml.in.h:176
 msgid "Web Programmes (No lang)"
 msgstr "Emissions TV/Radio sur le Web (Sans langue)"
 
-#: ../data/channels_groups.xml.in.h:176
+#: ../data/channels_groups.xml.in.h:177
 msgid "Web Cam (No lang)"
 msgstr "Webcam (Sans langue)"
 
-#: ../data/channels_groups.xml.in.h:177
+#: ../data/channels_groups.xml.in.h:178
 msgid "WebCam"
 msgstr "WebCam"
 
@@ -1619,7 +1620,7 @@ msgid "Do you want to move the related file on the hard disk to the trash?"
 msgstr ""
 "Voulez-vous déplacer le fichier correspondant du disque dur vers la poubelle?"
 
-#: ../src/freetuxtv-tv-channels-list.c:69
+#: ../src/freetuxtv-tv-channels-list.c:72
 #, c-format
 msgid "Synchronizing the tv channels list"
 msgstr "Synchronisation de la liste des chaînes TV"
@@ -1704,16 +1705,16 @@ msgstr "Veuillez remplir l'URI du groupe !"
 msgid "Updating TV channel: %s"
 msgstr "Mise à jour de la chaîne TV: %s"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:140
+#: ../src/freetuxtv-window-tv-channels-database.c:148
 msgid "TV channels synchronisation"
 msgstr "Synchronisation des chaînes TV"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:149
+#: ../src/freetuxtv-window-tv-channels-database.c:157
 #, c-format
 msgid "Downloading the file '%s'"
 msgstr "Récupération du fichier '%s'"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:164
+#: ../src/freetuxtv-window-tv-channels-database.c:172
 msgid "Synchronizing TV channels from file"
 msgstr "Synchronisation de la liste des chaînes TV du fichier"
 
@@ -1743,7 +1744,9 @@ msgstr "_Synchroniser la base de donnée des chaînes TV"
 #: ../src/freetuxtv-window-main.c:313
 msgid ""
 "Synchronize the TV channels list in the local database from the XML database"
-msgstr "Synchroniser la liste des chaînes TV dans la base locale depuis le fichier XML"
+msgstr ""
+"Synchroniser la liste des chaînes TV dans la base locale depuis le fichier "
+"XML"
 
 #. End Menu : Channels
 #. Menu : Video
diff --git a/po/lt.po b/po/lt.po
index 6ed9541..81c0185 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-02-28 11:07+0200\n"
+"POT-Creation-Date: 2016-04-27 13:59+0200\n"
 "PO-Revision-Date: 2013-02-28 13:43+0200\n"
 "Last-Translator: Algimantas Margevičius <margevicius.algimantas at gmail.com>\n"
 "Language-Team: Lietuvių <>\n"
@@ -61,10 +61,6 @@ msgid "Channels groups file:"
 msgstr "Kanalų grupės failas:"
 
 #: ../data/ui/addchannelsgroups.glade.h:3
-msgid "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-msgstr "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-
-#: ../data/ui/addchannelsgroups.glade.h:4
 msgid ""
 "Select one or several channels group you want to add and click on the add "
 "button."
@@ -72,60 +68,60 @@ msgstr ""
 "Pasirinkite vieną ar kelias kanalų grupes, kurias norite pridėti ir "
 "paspauskite mygtuką pridėti."
 
-#: ../data/ui/addchannelsgroups.glade.h:5
+#: ../data/ui/addchannelsgroups.glade.h:4
 msgid "Languages/Channels group"
 msgstr "Kalbos/Kanalų grupė"
 
-#: ../data/ui/addchannelsgroups.glade.h:6
+#: ../data/ui/addchannelsgroups.glade.h:5
 msgid "Required ISP"
 msgstr "Reikalingas ISP"
 
-#: ../data/ui/addchannelsgroups.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:6
 msgid "URI"
 msgstr "URI"
 
-#: ../data/ui/addchannelsgroups.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:7
 msgid "Existing channels group"
 msgstr "Esamos kanalų grupės"
 
-#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:8 ../data/ui/freetuxtv.glade.h:7
 msgid "Group's name:"
 msgstr "Grupės pavadinimas:"
 
-#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:9
+#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:9
 msgid "Name of the group which will be added"
 msgstr "Pridedamos grupės pavadinimas"
 
-#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:8
 msgid "Playlist's URI:"
 msgstr "Grojaraščio URI:"
 
-#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:10
+#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:10
 msgid "Playlist's URI of the group which will be added"
 msgstr "Pridedamos grupės grojaraščio URI"
 
-#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:11
+#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:11
 msgid "Delete this text before the name:"
 msgstr "Prieš pavadinimą pašalinti šį tekstą:"
 
-#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:13
+#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:13
 msgid "Text or regexp which must be deleted at the end of the channel's name"
 msgstr ""
 "Kanalo pavadinimo pabaigoje tekstas ar regexp išraiška kuri turi būti "
 "pašalinta"
 
-#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:12
+#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:12
 msgid "Delete this text behind the name:"
 msgstr "Pašalinti šį tekstą pavadinimo pradžioje:"
 
-#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:14
+#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:14
 msgid ""
 "Text or regexp which must be deleted at the beginning of the channel's name"
 msgstr ""
 "Kanalo pavadinimo pradžioje tekstas ar regexp išraiška kuri turi būti "
 "pašalinta"
 
-#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:15
+#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:15
 msgid ""
 "You can easily use regular expressions to delete some text in the channel's "
 "name of the groupe. For example, if in your playlist, you have a name like "
@@ -137,23 +133,23 @@ msgstr ""
 "NT1\" or \"12 - NRJ 12\", FreeetuxTV gali pašalinti kanalo numerį, naudojant "
 "reguliariąją išraišką „[0-9]* - “."
 
-#: ../data/ui/addchannelsgroups.glade.h:18 ../data/ui/freetuxtv.glade.h:16
+#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:16
 msgid "<b>Processing of channels' name</b>"
 msgstr "<b>Apdorojamas kanalo pavadinimas</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:19
+#: ../data/ui/addchannelsgroups.glade.h:18
 msgid "Custom channels group"
 msgstr "Pasirinktinė kanalų grupė"
 
-#: ../data/ui/addchannelsgroups.glade.h:20
+#: ../data/ui/addchannelsgroups.glade.h:19
 msgid "Favourites"
 msgstr "Mėgstamiausi"
 
-#: ../data/ui/addchannelsgroups.glade.h:21
+#: ../data/ui/addchannelsgroups.glade.h:20
 msgid "<b>Special group type:</b>"
 msgstr "<b>Specialios grupės tipas:</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:22
+#: ../data/ui/addchannelsgroups.glade.h:21
 msgid "Special group"
 msgstr "Speciali grupė"
 
@@ -519,525 +515,696 @@ msgstr "Internetinė televizija (afrikiečių)"
 msgid "Albanian Web TV and Radio"
 msgstr "Albanų internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:6
 msgid "Web TV (Albanian)"
 msgstr "Internetinė televizija (Albanų)"
 
+#: ../data/channels_groups.xml.in.h:7
 msgid "Amharic Web TV and Radio"
 msgstr "Amharų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:8
 msgid "Web TV (Amharic)"
 msgstr "Internetinė televizija (Amharų)"
 
+#: ../data/channels_groups.xml.in.h:9
 msgid "Arabic Web TV and Radio"
 msgstr "Arabų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:10
 msgid "Web TV (Arabic)"
 msgstr "Internetinė televizija (Arabų)"
 
+#: ../data/channels_groups.xml.in.h:11
 msgid "Web Radio (Arabic)"
 msgstr "Internetinė radija (Arabų)"
 
+#: ../data/channels_groups.xml.in.h:12
 msgid "Web Cam (Arabic)"
 msgstr "Interneto kamera (Arabų)"
 
+#: ../data/channels_groups.xml.in.h:13
 msgid "Armenian Web TV and Radio"
 msgstr "Armėnų Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:14
 msgid "Web TV (Armenian)"
 msgstr "Internetinė televizija (Armėnų kalba)"
 
+#: ../data/channels_groups.xml.in.h:15
 msgid "Azerbaijani Web TV and Radio"
 msgstr "Azerbaidžano Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:16
 msgid "Web TV (Azerbaijani)"
 msgstr "Internetinė televizija (Azerbaidžano)"
 
+#: ../data/channels_groups.xml.in.h:17
 msgid "Bengali/Bangla Web TV and Radio"
 msgstr "Bengalų / Bangalija interneto TV ir radijas"
 
+#: ../data/channels_groups.xml.in.h:18
 msgid "Web TV (Bengali/Bangla)"
 msgstr "Internetinė televizija (Bengalų / Bangalija)"
 
+#: ../data/channels_groups.xml.in.h:19
 msgid "Bulgarian Web TV and Radio"
 msgstr "Bulgarų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:20
 msgid "Web TV (Bulgarian)"
 msgstr "Internetinė televizija (Bulgarų)"
 
+#: ../data/channels_groups.xml.in.h:21
 msgid "Cambodian Web TV and Radio"
 msgstr "Kambodžos Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:22
 msgid "Web TV (Cambodian)"
 msgstr "Internetinė televizija (Kambodžos)"
 
+#: ../data/channels_groups.xml.in.h:23
 msgid "Catalan Web TV and Radio"
 msgstr "Katalonų Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:24
 msgid "Web TV (Catalan)"
 msgstr "Internetinė televizija (Katalonų)"
 
+#: ../data/channels_groups.xml.in.h:25
 msgid "Web Radio (Catalan)"
 msgstr "Internetinė radija (Katalonų)"
 
+#: ../data/channels_groups.xml.in.h:26
 msgid "Chinese Web TV and Radio"
 msgstr "Kinijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:27
 msgid "Web TV (Chinese)"
 msgstr "Internetinė televizija (Kinų)"
 
+#: ../data/channels_groups.xml.in.h:28
 msgid "Web Radio (Chinese)"
 msgstr "Interneto radijo (Kinų)"
 
+#: ../data/channels_groups.xml.in.h:29
 msgid "Croatian Web TV and Radio"
 msgstr "Kroatijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:30
 msgid "Web TV (Croatian)"
 msgstr "Internetinė televizija (Kroatų)"
 
+#: ../data/channels_groups.xml.in.h:31
 msgid "Web Radio (Croatian)"
 msgstr "Interneto radijo (Kroatų)"
 
+#: ../data/channels_groups.xml.in.h:32
 msgid "Czech Web TV and Radio"
 msgstr "Čekijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:33
 msgid "Web TV (Czech)"
 msgstr "Internetinė televizija (Čekija)"
 
+#: ../data/channels_groups.xml.in.h:34
 msgid "Web Radio (Czech)"
 msgstr "Internetinė radija (Čekų)"
 
+#: ../data/channels_groups.xml.in.h:35
 msgid "Danish Web TV and Radio"
 msgstr "Danijos internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:36
 msgid "Web TV (Danish)"
 msgstr "Internetinė televizija (Danų kalba)"
 
+#: ../data/channels_groups.xml.in.h:37
 msgid "Dutch Web TV and Radio"
 msgstr "Olandų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:38
 msgid "Web TV (Dutch)"
 msgstr "Internetinė televizija (Olandų)"
 
+#: ../data/channels_groups.xml.in.h:39
 msgid "Web Radio (Dutch)"
 msgstr "Internetinė radija (Olandų)"
 
+#: ../data/channels_groups.xml.in.h:40
 msgid "Web Cam (Dutch)"
 msgstr "Interneto kamera (Olandų)"
 
+#: ../data/channels_groups.xml.in.h:41
 msgid "English Web TV and Radio"
 msgstr "Anglų Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:42
 msgid "Web TV (English)"
 msgstr "Internetinė televizija (Anglų kalba)"
 
+#: ../data/channels_groups.xml.in.h:43
 msgid "Web Radio (English)"
 msgstr "Internetinė radija (Anglų kalba)"
 
+#: ../data/channels_groups.xml.in.h:44
 msgid "Web Programmes (English)"
 msgstr "Interneto programos (Anglų kalba)"
 
+#: ../data/channels_groups.xml.in.h:45
 msgid "Web Cam (English)"
 msgstr "Interneto kamera (Anglų k.)"
 
+#: ../data/channels_groups.xml.in.h:46
 msgid "Estonian Web TV and Radio"
 msgstr "Estijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:47
 msgid "Web TV (Estonian)"
 msgstr "Internetinė televizija (Estų)"
 
+#: ../data/channels_groups.xml.in.h:48
 msgid "Finnish Web TV and Radio"
 msgstr "Suomijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:49
 msgid "Web TV (Finnish)"
 msgstr "Internetinė televizija (Suomių kalba)"
 
+#: ../data/channels_groups.xml.in.h:50
 msgid "French Web TV and Radio"
 msgstr "Prancūzijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:51
 msgid "Web TV (French)"
 msgstr "Internetinė televizija (Prancūzų kalba)"
 
+#: ../data/channels_groups.xml.in.h:52
 msgid "Web Radio (French)"
 msgstr "Interneto radijo (Prancūzų kalba)"
 
+#: ../data/channels_groups.xml.in.h:53
 msgid "Web Programmes (French)"
 msgstr "Tinklinės programos (Prancūzijoje)"
 
+#: ../data/channels_groups.xml.in.h:54
 msgid "Georgian Web TV and Radio"
 msgstr "Gruzijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:55
 msgid "Web TV (Georgian)"
 msgstr "Internetinė televizija (Gruzinų)"
 
+#: ../data/channels_groups.xml.in.h:56
 msgid "German Web TV and Radio"
 msgstr "Vokietijos interneto TV ir radijas"
 
+#: ../data/channels_groups.xml.in.h:57
 msgid "Web TV (German)"
 msgstr "Internetinė televizija (Vokiečių kalba)"
 
+#: ../data/channels_groups.xml.in.h:58
 msgid "Web Radio (German)"
 msgstr "Interneto radijo (Vokiečių kalba)"
 
+#: ../data/channels_groups.xml.in.h:59
 msgid "Greek Web TV and Radio"
 msgstr "Graikijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:60
 msgid "Web TV (Greek)"
 msgstr "Internetinė televizija (Graikų)"
 
+#: ../data/channels_groups.xml.in.h:61
 msgid "Web Radio (Greek)"
 msgstr "Internetinė radija (Graikų)"
 
+#: ../data/channels_groups.xml.in.h:62
 msgid "Hebrew Web TV and Radio"
 msgstr "Hebrajų Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:63
 msgid "Web TV (Hebrew)"
 msgstr "Internetinė televizija (Hebrajų)"
 
+#: ../data/channels_groups.xml.in.h:64
 msgid "Web Radio (Hebrew)"
 msgstr "Internetinė radija (Hebrajų)"
 
+#: ../data/channels_groups.xml.in.h:65
 msgid "Web Cam (Hebrew)"
 msgstr "Interneto kamera (Hebrajų)"
 
+#: ../data/channels_groups.xml.in.h:66
 msgid "Hindi Web TV and Radio"
 msgstr "Hindi Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:67
 msgid "Web TV (Hindi)"
 msgstr "Internetinė televizija (Hindi)"
 
+#: ../data/channels_groups.xml.in.h:68
 msgid "Web Radio (Hindi)"
 msgstr "Internetinė radija (Hindi)"
 
+#: ../data/channels_groups.xml.in.h:69
 msgid "Hungarian Web TV and Radio"
 msgstr "Vengrijos Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:70
 msgid "Web TV (Hungarian)"
 msgstr "Internetinė televizija (Vengrijos)"
 
+#: ../data/channels_groups.xml.in.h:71
+#, fuzzy
+msgid "Web Radio (Hungarian)"
+msgstr "Internetinė televizija (Vengrijos)"
+
+#: ../data/channels_groups.xml.in.h:72
 msgid "Icelandic Web TV and Radio"
 msgstr "Islandijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:73
 msgid "Web TV (Icelandic)"
 msgstr "Internetinė televizija (Islandų)"
 
+#: ../data/channels_groups.xml.in.h:74
 msgid "Indonesian Web TV and Radio"
 msgstr "Indonezijos Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:75
 msgid "Web TV (Indonesian)"
 msgstr "Internetinė televizija (Indoneziečių)"
 
+#: ../data/channels_groups.xml.in.h:76
 msgid "Interlingua Web TV and Radio"
 msgstr "Interlingva Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:77
 msgid "Web Radio (Interlingua)"
 msgstr "Interneto radijo (Tarpinė kalba)"
 
+#: ../data/channels_groups.xml.in.h:78
 msgid "Irish Web TV and Radio"
 msgstr "Airijos Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:79
 msgid "Web TV (Irish)"
 msgstr "Internetinė televizija (Airija)"
 
+#: ../data/channels_groups.xml.in.h:80
 msgid "Web Radio (Irish)"
 msgstr "Interneto radijo (Airija)"
 
+#: ../data/channels_groups.xml.in.h:81
 msgid "Italian Web TV and Radio"
 msgstr "Italijos interneto TV ir radijas"
 
+#: ../data/channels_groups.xml.in.h:82
 msgid "Web TV (Italian)"
 msgstr "Internetinė televizija (Italų)"
 
+#: ../data/channels_groups.xml.in.h:83
 msgid "Web Radio (Italian)"
 msgstr "Internetinė radija (Italija)"
 
+#: ../data/channels_groups.xml.in.h:84
 msgid "Japanese Web TV and Radio"
 msgstr "Japonijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:85
 msgid "Web TV (Japanese)"
 msgstr "Internetinė televizija (Japonų kalba)"
 
+#: ../data/channels_groups.xml.in.h:86
 msgid "Web Radio (Japanese)"
 msgstr "Internetinė radija (Japonų)"
 
+#: ../data/channels_groups.xml.in.h:87
 msgid "Web Cam (Japanese)"
 msgstr "Interneto kamera (Japonų kalba)"
 
+#: ../data/channels_groups.xml.in.h:88
 msgid "Kazakh Web TV and Radio"
 msgstr "Kazachų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:89
 msgid "Web TV (Kazakh)"
 msgstr "Internetinė televizija (Kazachstanas)"
 
+#: ../data/channels_groups.xml.in.h:90
 msgid "Korean Web TV and Radio"
 msgstr "Korėjos interneto TV ir radijas"
 
+#: ../data/channels_groups.xml.in.h:91
 msgid "Web TV (Korean)"
 msgstr "Internetinė televizija (Korėjiečių)"
 
+#: ../data/channels_groups.xml.in.h:92
 msgid "Kurdish Web TV and Radio"
 msgstr "Kurdų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:93
 msgid "Web TV (Kurdish)"
 msgstr "Internetinė televizija (Kurdų)"
 
+#: ../data/channels_groups.xml.in.h:94
 msgid "Latin Web TV and Radio"
 msgstr "Lotynų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:95
 msgid "Web TV (Latin)"
 msgstr "Internetinė televizija (Lotynų)"
 
+#: ../data/channels_groups.xml.in.h:96
 msgid "Latvian/Lettish Web TV and Radio"
 msgstr "Latvijos / latvių Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:97
 msgid "Web TV (Latvian/Lettish)"
 msgstr "Internetinė televizija (Latvių / Latviešu valoda)"
 
+#: ../data/channels_groups.xml.in.h:98
 msgid "Lithuanian Web TV and Radio"
 msgstr "Lietuvos Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:99
 msgid "Web TV (Lithuanian)"
 msgstr "Internetinė televizija (Lietuvių)"
 
+#: ../data/channels_groups.xml.in.h:100
 msgid "Macedonian Web TV and Radio"
 msgstr "Makedonų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:101
 msgid "Web TV (Macedonian)"
 msgstr "Internetinė televizija (Makedonijos)"
 
+#: ../data/channels_groups.xml.in.h:102
 msgid "Web Radio (Macedonian)"
 msgstr "Interneto radijo (Makedonijos)"
 
+#: ../data/channels_groups.xml.in.h:103
 msgid "Malay Web TV and Radio"
 msgstr "Malajų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:104
 msgid "Web TV (Malay)"
 msgstr "Internetinė televizija (Malajų)"
 
+#: ../data/channels_groups.xml.in.h:105
 msgid "Malayalam Web TV and Radio"
 msgstr "Malajalių Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:106
 msgid "Web TV (Malayalam)"
 msgstr "Internetinė televizija (Malayalam)"
 
+#: ../data/channels_groups.xml.in.h:107
 msgid "Maltese Web TV and Radio"
 msgstr "Maltos Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:108
 msgid "Web TV (Maltese)"
 msgstr "Internetinė televizija (Maltiečių)"
 
+#: ../data/channels_groups.xml.in.h:109
 msgid "Web Radio (Maltese)"
 msgstr "Interneto radijo (Maltiečių)"
 
+#: ../data/channels_groups.xml.in.h:110
 msgid "Moldavian Web TV and Radio"
 msgstr "Moldavų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:111
 msgid "Web TV (Moldavian)"
 msgstr "Internetinė televizija (Moldavijos)"
 
+#: ../data/channels_groups.xml.in.h:112
 msgid "Mongolian Web TV and Radio"
 msgstr "Mongolų Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:113
 msgid "Web TV (Mongolian)"
 msgstr "Internetinė televizija (Mongolų)"
 
+#: ../data/channels_groups.xml.in.h:114
 msgid "Norwegian Web TV and Radio"
 msgstr "Norvegijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:115
 msgid "Web TV (Norwegian)"
 msgstr "Internetinė televizija (Norvegų kalba)"
 
+#: ../data/channels_groups.xml.in.h:116
 msgid "Persian Web TV and Radio"
 msgstr "Persijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:117
 msgid "Web TV (Persian)"
 msgstr "Internetinė televizija (Persian)"
 
+#: ../data/channels_groups.xml.in.h:118
 msgid "Polish Web TV and Radio"
 msgstr "Lenkijos Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:119
 msgid "Web TV (Polish)"
 msgstr "Internetinė televizija (Lenkų)"
 
+#: ../data/channels_groups.xml.in.h:120
 msgid "Web Radio (Polish)"
 msgstr "Interneto radijo (Lenkų)"
 
+#: ../data/channels_groups.xml.in.h:121
 msgid "Web Cam (Polish)"
 msgstr "Interneto kamera (Lenkų)"
 
+#: ../data/channels_groups.xml.in.h:122
 msgid "Portuguese Web TV and Radio"
 msgstr "Portugalijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:123
 msgid "Web TV (Portuguese)"
 msgstr "Internetinė televizija (Portugalų)"
 
+#: ../data/channels_groups.xml.in.h:124
 msgid "Web Radio (Portuguese)"
 msgstr "Interneto radijo (Portugalų)"
 
+#: ../data/channels_groups.xml.in.h:125
 msgid "Punjabi Web TV and Radio"
 msgstr "Pandžabi Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:126
 msgid "Web TV (Punjabi)"
 msgstr "Internetinė televizija (Pandžabų)"
 
+#: ../data/channels_groups.xml.in.h:127
 msgid "Romanian Web TV and Radio"
 msgstr "Rumunijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:128
 msgid "Web TV (Romanian)"
 msgstr "Internetinė televizija (Rumunų)"
 
+#: ../data/channels_groups.xml.in.h:129
 msgid "Web Radio (Romanian)"
 msgstr "Interneto radijo (Rumunų)"
 
+#: ../data/channels_groups.xml.in.h:130
 msgid "Russian Web TV and Radio"
 msgstr "Rusijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:131
 msgid "Web TV (Russian)"
 msgstr "Internetinė televizija (Rusų k.)"
 
+#: ../data/channels_groups.xml.in.h:132
 msgid "Web Radio (Russian)"
 msgstr "Web Radijas (Rusų k.)"
 
+#: ../data/channels_groups.xml.in.h:133
 msgid "Serbian Web TV and Radio"
 msgstr "Serbijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:134
 msgid "Web TV (Serbian)"
 msgstr "Internetinė televizija (Serbijos)"
 
+#: ../data/channels_groups.xml.in.h:135
 msgid "Web Radio (Serbian)"
 msgstr "Internetinė radija (Indeksas)"
 
+#: ../data/channels_groups.xml.in.h:136
 msgid "Serbo-Croatian Web TV and Radio"
 msgstr "Serbų-horvatų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:137
 msgid "Web TV (Serbo-Croatian)"
 msgstr "Internetinė televizija (Serbų-horvatų)"
 
+#: ../data/channels_groups.xml.in.h:138
 msgid "Web Radio (Serbo-Croatian)"
 msgstr "Internetinė radija (Serbų-horvatų)"
 
+#: ../data/channels_groups.xml.in.h:139
 msgid "Slovak Web TV and Radio"
 msgstr "Slovakijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:140
 msgid "Web TV (Slovak)"
 msgstr "Internetinė televizija (Slovakijos)"
 
+#: ../data/channels_groups.xml.in.h:141
 msgid "Web Radio (Slovak)"
 msgstr "Internetinė radija (Slovakijos)"
 
+#: ../data/channels_groups.xml.in.h:142
 msgid "Slovenian Web TV and Radio"
 msgstr "Slovėnijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:143
 msgid "Web TV (Slovenian)"
 msgstr "Internetinė televizija (Slovėnų)"
 
+#: ../data/channels_groups.xml.in.h:144
 msgid "Web Radio (Slovenian)"
 msgstr "Internetinė radija (Slovėnų)"
 
+#: ../data/channels_groups.xml.in.h:145
 msgid "Spanish Web TV and Radio"
 msgstr "Spanish Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:146
 msgid "Web TV (Spanish)"
 msgstr "Internetinė televizija (Ispanų)"
 
+#: ../data/channels_groups.xml.in.h:147
 msgid "Web Radio (Spanish)"
 msgstr "Internetinė radija (Ispanų)"
 
+#: ../data/channels_groups.xml.in.h:148
 msgid "Web Programmes (Spanish)"
 msgstr "Interneto programos (Ispanų)"
 
+#: ../data/channels_groups.xml.in.h:149
 msgid "Web Cam (Spanish)"
 msgstr "Interneto kamera (Ispanų)"
 
+#: ../data/channels_groups.xml.in.h:150
 msgid "Swedish Web TV and Radio"
 msgstr "Švedijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:151
 msgid "Web TV (Swedish)"
 msgstr "Internetinė televizija (Švedų kalba)"
 
+#: ../data/channels_groups.xml.in.h:152
 msgid "Tagalog Web TV and Radio"
 msgstr "Tagalų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:153
 msgid "Web TV (Tagalog)"
 msgstr "Internetinė televizija (Tagalog)"
 
+#: ../data/channels_groups.xml.in.h:154
 msgid "Tamil Web TV and Radio"
 msgstr "Tamil Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:155
 msgid "Web TV (Tamil)"
 msgstr "Internetinė televizija (Tamil)"
 
+#: ../data/channels_groups.xml.in.h:156
 msgid "Thai Web TV and Radio"
 msgstr "Tailando Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:157
 msgid "Web TV (Thai)"
 msgstr "Internetinė televizija (Tajų)"
 
+#: ../data/channels_groups.xml.in.h:158
 msgid "Turkish Web TV and Radio"
 msgstr "Turkijos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:159
 msgid "Web TV (Turkish)"
 msgstr "Internetinė televizija (Turkish)"
 
+#: ../data/channels_groups.xml.in.h:160
 msgid "Web Radio (Turkish)"
 msgstr "Internetinė radija (Turkish)"
 
+#: ../data/channels_groups.xml.in.h:161
 msgid "Turkmen Web TV and Radio"
 msgstr "Turkmėnų Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:162
 msgid "Web TV (Turkmen)"
 msgstr "Internetinė televizija (Turkmėnų)"
 
+#: ../data/channels_groups.xml.in.h:163
 msgid "Ukrainian Web TV and Radio"
 msgstr "Ukrainos Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:164
 msgid "Web TV (Ukrainian)"
 msgstr "Internetinė televizija (Ukrainiečių)"
 
+#: ../data/channels_groups.xml.in.h:165
 msgid "Web Cam (Ukrainian)"
 msgstr "Interneto kamera (Ukrainiečių)"
 
+#: ../data/channels_groups.xml.in.h:166
 msgid "Urdu Web TV and Radio"
 msgstr "Urdu Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:167
 msgid "Web TV (Urdu)"
 msgstr "Internetinė televizija (Urdu)"
 
+#: ../data/channels_groups.xml.in.h:168
 msgid "Uzbek Web TV and Radio"
 msgstr "Uzbekų Internetinė televizija ir radija"
 
+#: ../data/channels_groups.xml.in.h:169
 msgid "Web TV (Uzbek)"
 msgstr "Internetinė televizija (Uzbek)"
 
+#: ../data/channels_groups.xml.in.h:170
 msgid "Vietnamese Web TV and Radio"
 msgstr "Vietnamo Internetinė televizija ir radijas"
 
+#: ../data/channels_groups.xml.in.h:171
 msgid "Web TV (Vietnamese)"
 msgstr "Internetinė televizija (Vietnamese)"
 
+#: ../data/channels_groups.xml.in.h:172
 msgid "Web Radio (Vietnamese)"
 msgstr "Internetinė radija (Vietnamiečių)"
 
-#: ../data/channels_groups.xml.in.h:172
+#: ../data/channels_groups.xml.in.h:173
 msgid "No lang Web TV and Radio"
 msgstr "Internetinės televizijos ir radijas be kalbos"
 
-#: ../data/channels_groups.xml.in.h:173
+#: ../data/channels_groups.xml.in.h:174
 msgid "Web TV (No lang)"
 msgstr "Internetinė televizija (be kalbos)"
 
-#: ../data/channels_groups.xml.in.h:174
+#: ../data/channels_groups.xml.in.h:175
 msgid "Web Radio (No lang)"
 msgstr "Internetinė radija (be kalbos)"
 
-#: ../data/channels_groups.xml.in.h:175
+#: ../data/channels_groups.xml.in.h:176
 msgid "Web Programmes (No lang)"
 msgstr "Interneto programos (be kalbos)"
 
-#: ../data/channels_groups.xml.in.h:176
+#: ../data/channels_groups.xml.in.h:177
 msgid "Web Cam (No lang)"
 msgstr "Internetinė kamera (be kalbos)"
 
-#: ../data/channels_groups.xml.in.h:177
+#: ../data/channels_groups.xml.in.h:178
 msgid "WebCam"
 msgstr "Internetinė kamera"
 
@@ -1454,7 +1621,7 @@ msgstr "%m/%d/%Y %H:%M"
 msgid "Do you want to move the related file on the hard disk to the trash?"
 msgstr "Ar norite susijusius failus, kietajame diske perkelti į šiukšlinę?"
 
-#: ../src/freetuxtv-tv-channels-list.c:69
+#: ../src/freetuxtv-tv-channels-list.c:72
 #, c-format
 msgid "Synchronizing the tv channels list"
 msgstr "Sinchronizuojamas tv kanalų sąrašas"
@@ -1539,16 +1706,16 @@ msgstr "Prašome įvesti grupės URI!"
 msgid "Updating TV channel: %s"
 msgstr "Atnaujinami tv kanalai: %s"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:140
+#: ../src/freetuxtv-window-tv-channels-database.c:148
 msgid "TV channels synchronisation"
 msgstr "TV kanalų sinchronizacija"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:149
+#: ../src/freetuxtv-window-tv-channels-database.c:157
 #, c-format
 msgid "Downloading the file '%s'"
 msgstr "Atsiunčiamas failas „%s“"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:164
+#: ../src/freetuxtv-window-tv-channels-database.c:172
 msgid "Synchronizing TV channels from file"
 msgstr "TV kanalai sinchronizuojami su failu"
 
diff --git a/po/pl.po b/po/pl.po
index f7af200..93b1a4b 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-11-24 21:41+0100\n"
+"POT-Creation-Date: 2016-04-27 13:59+0200\n"
 "PO-Revision-Date: 2013-11-24 11:00+0100\n"
 "Last-Translator: Eric Beuque <eric.beuque at gmail.com>\n"
 "Language-Team: Polish <eric.beuque at gmail.com>\n"
@@ -17,122 +17,103 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 
 #: ../data/ui/addrecording.glade.h:1
-msgid "<b>Recording period</b>"
-msgstr "<b>okres nagrywania</b>"
-
-#: ../data/ui/addrecording.glade.h:2
 msgid "Add a recording"
 msgstr "Dodaj nagranie"
 
+#: ../data/ui/addrecording.glade.h:2
+msgid "Selected channel:"
+msgstr "Wybierz kanał"
+
 #: ../data/ui/addrecording.glade.h:3
-msgid "Duration:"
-msgstr "Czas nagrywania"
+msgid "Title:"
+msgstr "Tytuł"
 
 #: ../data/ui/addrecording.glade.h:4
-msgid "End time:"
-msgstr "Czas końcowy"
+msgid "Start time:"
+msgstr "Czas początkowy"
 
 #: ../data/ui/addrecording.glade.h:5
-msgid "Selected channel:"
-msgstr "Wybierz kanał"
+msgid "Duration:"
+msgstr "Czas nagrywania"
 
 #: ../data/ui/addrecording.glade.h:6
-msgid "Start time:"
-msgstr "Czas początkowy"
+msgid "End time:"
+msgstr "Czas końcowy"
 
 #: ../data/ui/addrecording.glade.h:7
-msgid "Title:"
-msgstr "Tytuł"
-
-#: ../data/ui/addrecording.glade.h:8
 msgid "minutes"
 msgstr "minuty"
 
-#: ../data/ui/addchannelsgroups.glade.h:1 ../data/ui/freetuxtv.glade.h:10
-msgid "<b>Processing of channels' name</b>"
-msgstr ""
-
-#: ../data/ui/addchannelsgroups.glade.h:2
-msgid "<b>Special group type:</b>"
-msgstr ""
+#: ../data/ui/addrecording.glade.h:8
+msgid "<b>Recording period</b>"
+msgstr "<b>okres nagrywania</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:3
+#: ../data/ui/addchannelsgroups.glade.h:1
 msgid "Add a group"
 msgstr "Dodaj grupę"
 
-#: ../data/ui/addchannelsgroups.glade.h:4
+#: ../data/ui/addchannelsgroups.glade.h:2
 msgid "Channels groups file:"
 msgstr "Plik grupy kanałów"
 
-#: ../data/ui/addchannelsgroups.glade.h:5
-msgid "Custom channels group"
-msgstr "Grupa kanałów użytkownika"
+#: ../data/ui/addchannelsgroups.glade.h:3
+msgid ""
+"Select one or several channels group you want to add and click on the add "
+"button."
+msgstr ""
+"Wybierz jedną lub kilka grup kanałów jakie chcesz dodać i kliknij na "
+"przycisk."
 
-#: ../data/ui/addchannelsgroups.glade.h:6 ../data/ui/freetuxtv.glade.h:20
-msgid "Delete this text before the name:"
-msgstr "Usuń tekst przed nazwą:"
+#: ../data/ui/addchannelsgroups.glade.h:4
+msgid "Languages/Channels group"
+msgstr "ęzyki/Grupy kanałów"
 
-#: ../data/ui/addchannelsgroups.glade.h:7 ../data/ui/freetuxtv.glade.h:21
-msgid "Delete this text behind the name:"
+#: ../data/ui/addchannelsgroups.glade.h:5
+msgid "Required ISP"
+msgstr "Brakuje ISP"
+
+#: ../data/ui/addchannelsgroups.glade.h:6
+msgid "URI"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:7
 msgid "Existing channels group"
 msgstr "Istniejące grupy kanałów"
 
-#: ../data/ui/addchannelsgroups.glade.h:9
-msgid "Favourites"
-msgstr "Ulubione"
-
-#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:34
+#: ../data/ui/addchannelsgroups.glade.h:8 ../data/ui/freetuxtv.glade.h:7
 msgid "Group's name:"
 msgstr "Nazwa grupy:"
 
-#: ../data/ui/addchannelsgroups.glade.h:11
-msgid "Languages/Channels group"
-msgstr "ęzyki/Grupy kanałów"
-
-#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:41
+#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:9
 msgid "Name of the group which will be added"
 msgstr "Nazwa grupy jaka ma być dodana"
 
-#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:51
-msgid "Playlist's URI of the group which will be added"
-msgstr "URI Listy odtwarzania jaka ma być dodana"
-
-#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:52
+#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:8
 msgid "Playlist's URI:"
 msgstr "URI Listy odtwarzania:"
 
-#: ../data/ui/addchannelsgroups.glade.h:15
-msgid "Required ISP"
-msgstr "Brakuje ISP"
-
-#: ../data/ui/addchannelsgroups.glade.h:16
-msgid ""
-"Select one or several channels group you want to add and click on the add "
-"button."
-msgstr "Wybierz jedną lub kilka grup kanałów jakie chcesz dodać i kliknij na "
-"przycisk."
+#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:10
+msgid "Playlist's URI of the group which will be added"
+msgstr "URI Listy odtwarzania jaka ma być dodana"
 
-#: ../data/ui/addchannelsgroups.glade.h:17
-msgid "Special group"
-msgstr "Grupa specjalna"
+#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:11
+msgid "Delete this text before the name:"
+msgstr "Usuń tekst przed nazwą:"
 
-#: ../data/ui/addchannelsgroups.glade.h:18 ../data/ui/freetuxtv.glade.h:68
-msgid ""
-"Text or regexp which must be deleted at the beginning of the channel's name"
+#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:13
+msgid "Text or regexp which must be deleted at the end of the channel's name"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:19 ../data/ui/freetuxtv.glade.h:69
-msgid "Text or regexp which must be deleted at the end of the channel's name"
+#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:12
+msgid "Delete this text behind the name:"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:20
-msgid "URI"
+#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:14
+msgid ""
+"Text or regexp which must be deleted at the beginning of the channel's name"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:21 ../data/ui/freetuxtv.glade.h:80
+#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:15
 msgid ""
 "You can easily use regular expressions to delete some text in the channel's "
 "name of the groupe. For example, if in your playlist, you have a name like "
@@ -140,125 +121,106 @@ msgid ""
 "number before the name, by using the regular expression \"[0-9]* - \"."
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:22
-msgid "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
+#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:16
+msgid "<b>Processing of channels' name</b>"
 msgstr ""
 
-#: ../data/ui/channelproperties.glade.h:1
-msgid "<b>Channel VLC options:</b>"
+#: ../data/ui/addchannelsgroups.glade.h:18
+msgid "Custom channels group"
+msgstr "Grupa kanałów użytkownika"
+
+#: ../data/ui/addchannelsgroups.glade.h:19
+msgid "Favourites"
+msgstr "Ulubione"
+
+#: ../data/ui/addchannelsgroups.glade.h:20
+msgid "<b>Special group type:</b>"
 msgstr ""
 
-#: ../data/ui/channelproperties.glade.h:2
+#: ../data/ui/addchannelsgroups.glade.h:21
+msgid "Special group"
+msgstr "Grupa specjalna"
+
+#: ../data/ui/channelproperties.glade.h:1
 msgid "Channel properties"
 msgstr "Właściwości kanału"
 
+#: ../data/ui/channelproperties.glade.h:2
+msgid "Channel's name:"
+msgstr "Nazwa kanału"
+
 #: ../data/ui/channelproperties.glade.h:3
 msgid "Channel's URI:"
 msgstr "URI kanału:"
 
 #: ../data/ui/channelproperties.glade.h:4
-msgid "Channel's name:"
-msgstr "Nazwa kanału"
-
-#: ../data/ui/channelproperties.glade.h:5
-msgid "Deinterlacement:"
+msgid "<b>Channel VLC options:</b>"
 msgstr ""
 
-#: ../data/ui/channelproperties.glade.h:6 ../data/ui/freetuxtv.glade.h:30
+#: ../data/ui/channelproperties.glade.h:5 ../data/ui/freetuxtv.glade.h:17
 msgid "General"
 msgstr "Ogólne"
 
-#: ../data/ui/channelproperties.glade.h:7
-msgid "Options"
-msgstr "Okcje"
+#: ../data/ui/channelproperties.glade.h:6
+msgid "Deinterlacement:"
+msgstr ""
 
-#: ../data/ui/channelproperties.glade.h:8
-#: ../src/freetuxtv-window-channel-properties.c:175
+#: ../data/ui/channelproperties.glade.h:7
+#: ../src/freetuxtv-window-channel-properties.c:176
 msgid "none"
 msgstr ""
 
+#: ../data/ui/channelproperties.glade.h:8
+msgid "Options"
+msgstr "Okcje"
+
 #: ../data/ui/freetuxtv.glade.h:1
-msgid " channels"
+msgid "GNU General Public License v3"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:2
-msgid "+"
+msgid "Web TV channels player"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:3
-msgid "-"
-msgstr ""
-
-#: ../data/ui/freetuxtv.glade.h:4
-msgid "0"
+msgid "Project's Web Site"
 msgstr ""
 
+#. TRANSLATORS: Replace this string with your names, one name per line.
 #: ../data/ui/freetuxtv.glade.h:5
-msgid "00:00:00"
+msgid "translator-credits"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:6
-msgid "<b>Configuration file (vlcrc)</b>"
-msgstr ""
-
-#: ../data/ui/freetuxtv.glade.h:7
-msgid "<b>Connection</b>"
-msgstr ""
-
-#: ../data/ui/freetuxtv.glade.h:8
-msgid "<b>Destination</b>"
-msgstr ""
-
-#: ../data/ui/freetuxtv.glade.h:9
-msgid "<b>Notifications</b>"
-msgstr ""
-
-#: ../data/ui/freetuxtv.glade.h:11
-msgid "<b>Proxy</b>"
-msgstr ""
-
-#: ../data/ui/freetuxtv.glade.h:12
-msgid "<b>Search of channels</b>"
-msgstr ""
-
-#: ../data/ui/freetuxtv.glade.h:13
-msgid "<b>Startup</b>"
-msgstr ""
-
-#: ../data/ui/freetuxtv.glade.h:14
-msgid "<b>Transcoding options</b>"
-msgstr ""
-
-#: ../data/ui/freetuxtv.glade.h:15
-msgid "<i>Restart the application after changing this option.</i>"
+msgid "Group properties"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:16
-msgid "Activate/Deactivate the window always on top"
+#: ../data/ui/freetuxtv.glade.h:18
+msgid "Number of channels:"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:17
-msgid "Channels"
+#: ../data/ui/freetuxtv.glade.h:19
+msgid "0"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:18
-msgid "Channels' search text area"
+#: ../data/ui/freetuxtv.glade.h:20
+msgid "Details"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:19
-msgid "Delete the search text area"
+#: ../data/ui/freetuxtv.glade.h:21
+msgid "View file"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:22
-msgid "Details"
-msgstr ""
+msgid "Preferences"
+msgstr "Preferencje"
 
 #: ../data/ui/freetuxtv.glade.h:23
-msgid "Directory Record:"
-msgstr "Katalog Nagrania:"
+msgid "Play last channel on startup"
+msgstr "Po uruchomieniu odtwarzaj ostatni kanał"
 
 #: ../data/ui/freetuxtv.glade.h:24
-msgid "Download timeout (seconds) :"
+msgid "<b>Startup</b>"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:25
@@ -266,515 +228,986 @@ msgid "Enable desktop notifications"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:26
-msgid "Format:"
+msgid "<b>Notifications</b>"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:27 ../data/menu/freetuxtv.desktop.in.h:1
-msgid "FreetuxTV"
+#: ../data/ui/freetuxtv.glade.h:27
+msgid "Ignore diacritics"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:28
-msgid "Fullscreen mode"
+msgid "<b>Search of channels</b>"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:29
-msgid "GNU General Public License v3"
+msgid "None"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:30
+msgid "Use a custom configuration file"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:31
-msgid "Go back to the normal mode"
+msgid "Use the VLC configuration file"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:32
-msgid "Go to the current channel playing"
+msgid "<i>Restart the application after changing this option.</i>"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:33
-msgid "Group properties"
+msgid "<b>Configuration file (vlcrc)</b>"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:35
-msgid "HTTP"
+#: ../data/ui/freetuxtv.glade.h:34
+msgid "LibVLC"
 msgstr ""
 
+#: ../data/ui/freetuxtv.glade.h:35
+msgid "Directory Record:"
+msgstr "Katalog Nagrania:"
+
 #: ../data/ui/freetuxtv.glade.h:36
-msgid "Ignore diacritics"
-msgstr ""
+msgid "Select a directory"
+msgstr "Wybierz katalog"
 
 #: ../data/ui/freetuxtv.glade.h:37
-msgid "In progress"
+msgid "<b>Destination</b>"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:38
-msgid "Jump to current channel"
+msgid "No transcoding"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:39
-msgid "LibVLC"
+msgid "Predefined transcoding formats"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:40
-msgid "Manual proxy configuration"
+msgid "Format:"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:41
+msgid "<b>Transcoding options</b>"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:42
-msgid "Network"
-msgstr "Sieć"
+msgid "Recordings"
+msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:43
-msgid "Next channel"
+msgid "Download timeout (seconds) :"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:44
-msgid "No proxy"
+msgid "<b>Connection</b>"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:45
-msgid "No transcoding"
+msgid "No proxy"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:46
-msgid "None"
+msgid "Manual proxy configuration"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:47
-msgid "Number of channels:"
+msgid "Proxy server:"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:48
-msgid "Password:"
-msgstr "Hasłó:"
+msgid "Proxy port:"
+msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:49
-msgid "Play last channel on startup"
-msgstr "Po uruchomieniu odtwarzaj ostatni kanał"
+msgid "Proxy type:"
+msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:50
-msgid "Play the current channel"
+msgid "Use authentification"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:53
-msgid "Predefined transcoding formats"
-msgstr ""
+#: ../data/ui/freetuxtv.glade.h:51
+msgid "Username:"
+msgstr "Nazwa użytkownika:"
 
-#: ../data/ui/freetuxtv.glade.h:54
-msgid "Preferences"
-msgstr "Preferencje"
+#: ../data/ui/freetuxtv.glade.h:52
+msgid "Password:"
+msgstr "Hasłó:"
+
+#: ../data/ui/freetuxtv.glade.h:53
+msgid "<b>Proxy</b>"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:54
+msgid "Network"
+msgstr "Sieć"
 
 #: ../data/ui/freetuxtv.glade.h:55
-msgid "Previous channel"
+msgid "HTTP"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:56
-msgid "Project's Web Site"
+msgid "SOCKS"
 msgstr ""
 
 #: ../data/ui/freetuxtv.glade.h:57
-msgid "Proxy port:"
+msgid "Video - Theora + Vorbis (OGG)"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:58
+msgid "vcodec=theo,vb=800,scale=1,acodec=vorb,ab=128,channels=2"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:59
+msgid "ogg"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:60
+msgid "Video - H.264 + MPGA (MP4)"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:61
+msgid ""
+"vcodec=h264,vb=768,width=368,height=208,fps=29.97,acodec=mpga,ab=64,"
+"channels=2"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:62
+msgid "mp4"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:63
+msgid "Video - MPEG-2 + MPGA (TS)"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:64
+msgid "vcodec=mp2v,vb=800,scale=1,acodec=mpga,ab=128,channels=2"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:65
+msgid "ts"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:66 ../data/menu/freetuxtv.desktop.in.h:1
+msgid "FreetuxTV"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:67
+msgid "Search:"
+msgstr "Szukaj:"
+
+#: ../data/ui/freetuxtv.glade.h:68
+msgid "Channels' search text area"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:69
+msgid "Delete the search text area"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:70
+msgid "Jump to current channel"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:71
+msgid "Go to the current channel playing"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:72
+msgid "Channels"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:73
+msgid "In progress"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:74
+msgid "Terminated"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:75
+msgid "00:00:00"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:76
+msgid "Previous channel"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:77
+msgid "Play the current channel"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:78
+msgid "Stop playing the current channel"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:79
+msgid "Record the current channel"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:80
+msgid "Next channel"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:81
+msgid "Vol:"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:82
+msgid "-"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:83
+msgid "+"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:84
+msgid "Fullscreen mode"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:85
+msgid "Small mode"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:86
+msgid " channels"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:87
+msgid "Go back to the normal mode"
+msgstr ""
+
+#: ../data/ui/freetuxtv.glade.h:88
+msgid "Activate/Deactivate the window always on top"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:1
+msgid "Alice (Unofficial)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:2
+msgid "SFR TV (Unofficial)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:3
+msgid "Afrikaans Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:4
+msgid "Web TV (Afrikaans)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:5
+msgid "Albanian Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:6
+msgid "Web TV (Albanian)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:7
+msgid "Amharic Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:8
+msgid "Web TV (Amharic)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:9
+msgid "Arabic Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:10
+msgid "Web TV (Arabic)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:11
+msgid "Web Radio (Arabic)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:12
+msgid "Web Cam (Arabic)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:13
+msgid "Armenian Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:14
+msgid "Web TV (Armenian)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:15
+msgid "Azerbaijani Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:16
+msgid "Web TV (Azerbaijani)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:17
+msgid "Bengali/Bangla Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:18
+msgid "Web TV (Bengali/Bangla)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:19
+msgid "Bulgarian Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:20
+msgid "Web TV (Bulgarian)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:21
+msgid "Cambodian Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:22
+msgid "Web TV (Cambodian)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:23
+msgid "Catalan Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:24
+msgid "Web TV (Catalan)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:25
+msgid "Web Radio (Catalan)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:26
+msgid "Chinese Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:27
+msgid "Web TV (Chinese)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:28
+msgid "Web Radio (Chinese)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:29
+msgid "Croatian Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:30
+msgid "Web TV (Croatian)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:31
+msgid "Web Radio (Croatian)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:32
+msgid "Czech Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:33
+msgid "Web TV (Czech)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:34
+msgid "Web Radio (Czech)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:35
+msgid "Danish Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:36
+msgid "Web TV (Danish)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:37
+msgid "Dutch Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:38
+msgid "Web TV (Dutch)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:39
+msgid "Web Radio (Dutch)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:40
+msgid "Web Cam (Dutch)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:41
+msgid "English Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:42
+msgid "Web TV (English)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:43
+msgid "Web Radio (English)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:44
+msgid "Web Programmes (English)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:45
+msgid "Web Cam (English)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:46
+msgid "Estonian Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:47
+msgid "Web TV (Estonian)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:48
+msgid "Finnish Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:49
+msgid "Web TV (Finnish)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:50
+msgid "French Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:51
+msgid "Web TV (French)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:52
+msgid "Web Radio (French)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:53
+msgid "Web Programmes (French)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:54
+msgid "Georgian Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:55
+msgid "Web TV (Georgian)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:56
+msgid "German Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:57
+msgid "Web TV (German)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:58
+msgid "Web Radio (German)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:59
+msgid "Greek Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:60
+msgid "Web TV (Greek)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:61
+msgid "Web Radio (Greek)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:62
+msgid "Hebrew Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:63
+msgid "Web TV (Hebrew)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:64
+msgid "Web Radio (Hebrew)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:65
+msgid "Web Cam (Hebrew)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:66
+msgid "Hindi Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:67
+msgid "Web TV (Hindi)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:68
+msgid "Web Radio (Hindi)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:69
+msgid "Hungarian Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:70
+msgid "Web TV (Hungarian)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:71
+msgid "Web Radio (Hungarian)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:72
+msgid "Icelandic Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:73
+msgid "Web TV (Icelandic)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:74
+msgid "Indonesian Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:75
+msgid "Web TV (Indonesian)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:76
+msgid "Interlingua Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:77
+msgid "Web Radio (Interlingua)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:78
+msgid "Irish Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:79
+msgid "Web TV (Irish)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:80
+msgid "Web Radio (Irish)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:81
+msgid "Italian Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:82
+msgid "Web TV (Italian)"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:83
+msgid "Web Radio (Italian)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:58
-msgid "Proxy server:"
+#: ../data/channels_groups.xml.in.h:84
+msgid "Japanese Web TV and Radio"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:59
-msgid "Proxy type:"
+#: ../data/channels_groups.xml.in.h:85
+msgid "Web TV (Japanese)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:60
-msgid "Record the current channel"
+#: ../data/channels_groups.xml.in.h:86
+msgid "Web Radio (Japanese)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:61
-msgid "Recordings"
+#: ../data/channels_groups.xml.in.h:87
+msgid "Web Cam (Japanese)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:62
-msgid "SOCKS"
+#: ../data/channels_groups.xml.in.h:88
+msgid "Kazakh Web TV and Radio"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:63
-msgid "Search:"
-msgstr "Szukaj:"
-
-#: ../data/ui/freetuxtv.glade.h:64
-msgid "Select a directory"
-msgstr "Wybierz katalog"
+#: ../data/channels_groups.xml.in.h:89
+msgid "Web TV (Kazakh)"
+msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:65
-msgid "Small mode"
+#: ../data/channels_groups.xml.in.h:90
+msgid "Korean Web TV and Radio"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:66
-msgid "Stop playing the current channel"
+#: ../data/channels_groups.xml.in.h:91
+msgid "Web TV (Korean)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:67
-msgid "Terminated"
+#: ../data/channels_groups.xml.in.h:92
+msgid "Kurdish Web TV and Radio"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:70
-msgid "Use a custom configuration file"
+#: ../data/channels_groups.xml.in.h:93
+msgid "Web TV (Kurdish)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:71
-msgid "Use authentification"
+#: ../data/channels_groups.xml.in.h:94
+msgid "Latin Web TV and Radio"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:72
-msgid "Use the VLC configuration file"
+#: ../data/channels_groups.xml.in.h:95
+msgid "Web TV (Latin)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:73
-msgid "Username:"
-msgstr "Nazwa użytkownika:"
+#: ../data/channels_groups.xml.in.h:96
+msgid "Latvian/Lettish Web TV and Radio"
+msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:74
-msgid "Video - H.264 + MPGA (MP4)"
+#: ../data/channels_groups.xml.in.h:97
+msgid "Web TV (Latvian/Lettish)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:75
-msgid "Video - MPEG-2 + MPGA (TS)"
+#: ../data/channels_groups.xml.in.h:98
+msgid "Lithuanian Web TV and Radio"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:76
-msgid "Video - Theora + Vorbis (OGG)"
+#: ../data/channels_groups.xml.in.h:99
+msgid "Web TV (Lithuanian)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:77
-msgid "View file"
+#: ../data/channels_groups.xml.in.h:100
+msgid "Macedonian Web TV and Radio"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:78
-msgid "Vol:"
+#: ../data/channels_groups.xml.in.h:101
+msgid "Web TV (Macedonian)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:79
-msgid "Web TV channels player"
+#: ../data/channels_groups.xml.in.h:102
+msgid "Web Radio (Macedonian)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:81
-msgid "mp4"
+#: ../data/channels_groups.xml.in.h:103
+msgid "Malay Web TV and Radio"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:82
-msgid "ogg"
+#: ../data/channels_groups.xml.in.h:104
+msgid "Web TV (Malay)"
 msgstr ""
 
-#. TRANSLATORS: Replace this string with your names, one name per line.
-#: ../data/ui/freetuxtv.glade.h:84
-msgid "translator-credits"
+#: ../data/channels_groups.xml.in.h:105
+msgid "Malayalam Web TV and Radio"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:85
-msgid "ts"
+#: ../data/channels_groups.xml.in.h:106
+msgid "Web TV (Malayalam)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:86
-msgid ""
-"vcodec=h264,vb=768,width=368,height=208,fps=29.97,acodec=mpga,ab=64,"
-"channels=2"
+#: ../data/channels_groups.xml.in.h:107
+msgid "Maltese Web TV and Radio"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:87
-msgid "vcodec=mp2v,vb=800,scale=1,acodec=mpga,ab=128,channels=2"
+#: ../data/channels_groups.xml.in.h:108
+msgid "Web TV (Maltese)"
 msgstr ""
 
-#: ../data/ui/freetuxtv.glade.h:88
-msgid "vcodec=theo,vb=800,scale=1,acodec=vorb,ab=128,channels=2"
+#: ../data/channels_groups.xml.in.h:109
+msgid "Web Radio (Maltese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:1
-msgid "Alice (Unofficial)"
+#: ../data/channels_groups.xml.in.h:110
+msgid "Moldavian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:2
-msgid "Arabic Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:111
+msgid "Web TV (Moldavian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:3
-msgid "Catalan Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:112
+msgid "Mongolian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:4
-msgid "Chinese Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:113
+msgid "Web TV (Mongolian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:5
-msgid "Czech Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:114
+msgid "Norwegian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:6
-msgid "Dutch Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:115
+msgid "Web TV (Norwegian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:7
-msgid "English Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:116
+msgid "Persian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:8
-msgid "French Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:117
+msgid "Web TV (Persian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:9
-msgid "German Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:118
+msgid "Polish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:10
-msgid "Greek Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:119
+msgid "Web TV (Polish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:11
-msgid "Hungarian Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:120
+msgid "Web Radio (Polish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:12
-msgid "Italian Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:121
+msgid "Web Cam (Polish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:13
-msgid "Japanese Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:122
+msgid "Portuguese Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:14
-msgid "Korean Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:123
+msgid "Web TV (Portuguese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:15
-msgid "Latin Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:124
+msgid "Web Radio (Portuguese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:16
-msgid "Modern Greek Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:125
+msgid "Punjabi Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:17
-msgid "No lang Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:126
+msgid "Web TV (Punjabi)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:18
-msgid "Norwegian Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:127
+msgid "Romanian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:19
-msgid "Persian Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:128
+msgid "Web TV (Romanian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:20
-msgid "Polish Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:129
+msgid "Web Radio (Romanian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:21
-msgid "Portuguese Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:130
+msgid "Russian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:22
-msgid "Romanian Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:131
+msgid "Web TV (Russian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:23
-msgid "Russian Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:132
+msgid "Web Radio (Russian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:24
-msgid "SFR TV (Unofficial)"
+#: ../data/channels_groups.xml.in.h:133
+msgid "Serbian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:25
-msgid "Slovak Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:134
+msgid "Web TV (Serbian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:26
-msgid "Spanish Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:135
+msgid "Web Radio (Serbian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:27
-msgid "Swedish Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:136
+msgid "Serbo-Croatian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:28
-msgid "Thai Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:137
+msgid "Web TV (Serbo-Croatian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:29
-msgid "Turkish Web TV and Radio"
+#: ../data/channels_groups.xml.in.h:138
+msgid "Web Radio (Serbo-Croatian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:30
-msgid "Web Programmes (English)"
+#: ../data/channels_groups.xml.in.h:139
+msgid "Slovak Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:31
-msgid "Web Programmes (French)"
+#: ../data/channels_groups.xml.in.h:140
+msgid "Web TV (Slovak)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:32
-msgid "Web Radio (Arabic)"
+#: ../data/channels_groups.xml.in.h:141
+msgid "Web Radio (Slovak)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:33
-msgid "Web Radio (Catalan)"
+#: ../data/channels_groups.xml.in.h:142
+msgid "Slovenian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:34
-msgid "Web Radio (Chinese)"
+#: ../data/channels_groups.xml.in.h:143
+msgid "Web TV (Slovenian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:35
-msgid "Web Radio (English)"
+#: ../data/channels_groups.xml.in.h:144
+msgid "Web Radio (Slovenian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:36
-msgid "Web Radio (French)"
+#: ../data/channels_groups.xml.in.h:145
+msgid "Spanish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:37
-msgid "Web Radio (German)"
+#: ../data/channels_groups.xml.in.h:146
+msgid "Web TV (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:38
-msgid "Web Radio (Italian)"
+#: ../data/channels_groups.xml.in.h:147
+msgid "Web Radio (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:39
-msgid "Web Radio (No lang)"
+#: ../data/channels_groups.xml.in.h:148
+msgid "Web Programmes (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:40
-msgid "Web Radio (Russian)"
+#: ../data/channels_groups.xml.in.h:149
+msgid "Web Cam (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:41
-msgid "Web Radio (Spanish)"
+#: ../data/channels_groups.xml.in.h:150
+msgid "Swedish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:42
-msgid "Web TV (Arabic)"
+#: ../data/channels_groups.xml.in.h:151
+msgid "Web TV (Swedish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:43
-msgid "Web TV (Catalan)"
+#: ../data/channels_groups.xml.in.h:152
+msgid "Tagalog Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:44
-msgid "Web TV (Chinese)"
+#: ../data/channels_groups.xml.in.h:153
+msgid "Web TV (Tagalog)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:45
-msgid "Web TV (Czech)"
+#: ../data/channels_groups.xml.in.h:154
+msgid "Tamil Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:46
-msgid "Web TV (Dutch)"
+#: ../data/channels_groups.xml.in.h:155
+msgid "Web TV (Tamil)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:47
-msgid "Web TV (English)"
+#: ../data/channels_groups.xml.in.h:156
+msgid "Thai Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:48
-msgid "Web TV (French)"
+#: ../data/channels_groups.xml.in.h:157
+msgid "Web TV (Thai)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:49
-msgid "Web TV (German)"
+#: ../data/channels_groups.xml.in.h:158
+msgid "Turkish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:50
-msgid "Web TV (Greek)"
+#: ../data/channels_groups.xml.in.h:159
+msgid "Web TV (Turkish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:51
-msgid "Web TV (Hungarian)"
+#: ../data/channels_groups.xml.in.h:160
+msgid "Web Radio (Turkish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:52
-msgid "Web TV (Italian)"
+#: ../data/channels_groups.xml.in.h:161
+msgid "Turkmen Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:53
-msgid "Web TV (Japanese)"
+#: ../data/channels_groups.xml.in.h:162
+msgid "Web TV (Turkmen)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:54
-msgid "Web TV (Korean)"
+#: ../data/channels_groups.xml.in.h:163
+msgid "Ukrainian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:55
-msgid "Web TV (Latin)"
+#: ../data/channels_groups.xml.in.h:164
+msgid "Web TV (Ukrainian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:56
-msgid "Web TV (Modern Greek)"
+#: ../data/channels_groups.xml.in.h:165
+msgid "Web Cam (Ukrainian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:57
-msgid "Web TV (No lang)"
+#: ../data/channels_groups.xml.in.h:166
+msgid "Urdu Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:58
-msgid "Web TV (Norwegian)"
+#: ../data/channels_groups.xml.in.h:167
+msgid "Web TV (Urdu)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:59
-msgid "Web TV (Persian)"
+#: ../data/channels_groups.xml.in.h:168
+msgid "Uzbek Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:60
-msgid "Web TV (Polish)"
+#: ../data/channels_groups.xml.in.h:169
+msgid "Web TV (Uzbek)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:61
-msgid "Web TV (Portuguese)"
+#: ../data/channels_groups.xml.in.h:170
+msgid "Vietnamese Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:62
-msgid "Web TV (Romanian)"
+#: ../data/channels_groups.xml.in.h:171
+msgid "Web TV (Vietnamese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:63
-msgid "Web TV (Russian)"
+#: ../data/channels_groups.xml.in.h:172
+msgid "Web Radio (Vietnamese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:64
-msgid "Web TV (Slovak)"
+#: ../data/channels_groups.xml.in.h:173
+msgid "No lang Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:65
-msgid "Web TV (Spanish)"
+#: ../data/channels_groups.xml.in.h:174
+msgid "Web TV (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:66
-msgid "Web TV (Swedish)"
+#: ../data/channels_groups.xml.in.h:175
+msgid "Web Radio (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:67
-msgid "Web TV (Thai)"
+#: ../data/channels_groups.xml.in.h:176
+msgid "Web Programmes (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:68
-msgid "Web TV (Turkish)"
+#: ../data/channels_groups.xml.in.h:177
+msgid "Web Cam (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:69
+#: ../data/channels_groups.xml.in.h:178
 msgid "WebCam"
 msgstr ""
 
 #: ../data/menu/freetuxtv.desktop.in.h:2
-msgid "FreetuxTV Television Channels Player"
+msgid "Television Channels Player"
 msgstr ""
 
 #: ../data/menu/freetuxtv.desktop.in.h:3
-msgid "Television Channels Player"
+msgid "FreetuxTV Television Channels Player"
 msgstr ""
 
 #: ../data/menu/freetuxtv.desktop.in.h:4
 msgid "Watch television channels from internet"
 msgstr ""
 
-#: ../src/freetuxtv-cellrenderer-recordingslist.c:348
+#: ../src/freetuxtv-cellrenderer-recordingslist.c:339
 #, c-format
-msgid "%lld min"
+msgid "%ld min"
 msgstr ""
 
 #. Update status bar
@@ -798,17 +1231,17 @@ msgid ""
 "%s."
 msgstr ""
 
-#: ../src/freetuxtv-channels-list.c:1322
+#: ../src/freetuxtv-channels-list.c:1335
 msgid "Delete group's channels"
 msgstr ""
 
 #. Add to favourite is only for channels
-#: ../src/freetuxtv-channels-list.c:1372
+#: ../src/freetuxtv-channels-list.c:1385
 msgid "Add to favourites"
 msgstr ""
 
 #. Add favourites to a new group
-#: ../src/freetuxtv-channels-list.c:1388
+#: ../src/freetuxtv-channels-list.c:1401
 msgid "New group"
 msgstr ""
 
@@ -1065,7 +1498,7 @@ msgstr ""
 msgid "Do you want to move the related file on the hard disk to the trash?"
 msgstr ""
 
-#: ../src/freetuxtv-tv-channels-list.c:67
+#: ../src/freetuxtv-tv-channels-list.c:72
 #, c-format
 msgid "Synchronizing the tv channels list"
 msgstr ""
@@ -1105,113 +1538,140 @@ msgstr ""
 msgid "%1.1f GB"
 msgstr ""
 
-#: ../src/freetuxtv-window-add-channels-group.c:376
+#: ../src/freetuxtv-window-add-channels-group.c:395
 #, c-format
 msgid "Please select a least one group !"
 msgstr ""
 
-#: ../src/freetuxtv-window-add-channels-group.c:382
-#: ../src/freetuxtv-window-add-channels-group.c:530
-#: ../src/freetuxtv-window-add-channels-group.c:584
+#: ../src/freetuxtv-window-add-channels-group.c:401
+#: ../src/freetuxtv-window-add-channels-group.c:549
+#: ../src/freetuxtv-window-add-channels-group.c:603
 msgid "Adding channels groups"
 msgstr ""
 
 #. Update progress dialog
-#: ../src/freetuxtv-window-add-channels-group.c:422
-#: ../src/freetuxtv-window-add-channels-group.c:466
-#: ../src/freetuxtv-window-add-channels-group.c:548
-#: ../src/freetuxtv-window-add-channels-group.c:592
+#: ../src/freetuxtv-window-add-channels-group.c:441
+#: ../src/freetuxtv-window-add-channels-group.c:485
+#: ../src/freetuxtv-window-add-channels-group.c:567
+#: ../src/freetuxtv-window-add-channels-group.c:611
 #, c-format
 msgid "Adding channels group: <i>%s</i>"
 msgstr ""
 
-#: ../src/freetuxtv-window-add-channels-group.c:494
-#: ../src/freetuxtv-window-add-channels-group.c:561
-#: ../src/freetuxtv-window-add-channels-group.c:605
+#: ../src/freetuxtv-window-add-channels-group.c:513
+#: ../src/freetuxtv-window-add-channels-group.c:580
+#: ../src/freetuxtv-window-add-channels-group.c:624
 #, c-format
 msgid "%d channels group(s) have been successfully added."
 msgstr ""
 
-#: ../src/freetuxtv-window-add-channels-group.c:522
-#: ../src/freetuxtv-window-add-channels-group.c:579
-#: ../src/freetuxtv-window-main.c:1980
+#: ../src/freetuxtv-window-add-channels-group.c:541
+#: ../src/freetuxtv-window-add-channels-group.c:598
+#: ../src/freetuxtv-window-main.c:1982
 #, c-format
 msgid "Please enter the group's name !"
 msgstr ""
 
-#: ../src/freetuxtv-window-add-channels-group.c:525
-#: ../src/freetuxtv-window-main.c:1985
+#: ../src/freetuxtv-window-add-channels-group.c:544
+#: ../src/freetuxtv-window-main.c:1987
 #, c-format
 msgid "Please enter the group's URI !"
 msgstr ""
 
+#: ../src/freetuxtv-window-tv-channels-database.c:85
+#, c-format
+msgid "Updating TV channel: %s"
+msgstr ""
+
+#: ../src/freetuxtv-window-tv-channels-database.c:148
+msgid "TV channels synchronisation"
+msgstr ""
+
+#: ../src/freetuxtv-window-tv-channels-database.c:157
+#, c-format
+msgid "Downloading the file '%s'"
+msgstr ""
+
+#: ../src/freetuxtv-window-tv-channels-database.c:172
+msgid "Synchronizing TV channels from file"
+msgstr ""
+
 #. Menu : FreetuxTV
-#: ../src/freetuxtv-window-main.c:277
+#: ../src/freetuxtv-window-main.c:278
 msgid "_FreetuxTV"
 msgstr ""
 
 #. End Menu : FreetuxTV
 #. Menu : Channels
-#: ../src/freetuxtv-window-main.c:298
+#: ../src/freetuxtv-window-main.c:299
 msgid "_Channels"
 msgstr ""
 
-#: ../src/freetuxtv-window-main.c:302
+#: ../src/freetuxtv-window-main.c:303
 msgid "_Add a group"
 msgstr ""
 
-#: ../src/freetuxtv-window-main.c:308
-msgid "_Update TV channels list"
+#: ../src/freetuxtv-window-main.c:305
+msgid "Add/create a channels group from different sources"
+msgstr ""
+
+#: ../src/freetuxtv-window-main.c:311
+msgid "_Synchronize TV channels database"
+msgstr ""
+
+#: ../src/freetuxtv-window-main.c:313
+msgid ""
+"Synchronize the TV channels list in the local database from the XML database"
 msgstr ""
 
 #. End Menu : Channels
 #. Menu : Video
-#: ../src/freetuxtv-window-main.c:317
+#: ../src/freetuxtv-window-main.c:322
 msgid "_Video"
 msgstr ""
 
 #. SubMenu : Deinterlace
-#: ../src/freetuxtv-window-main.c:322
+#: ../src/freetuxtv-window-main.c:327
 msgid "_Deinterlace"
 msgstr ""
 
-#: ../src/freetuxtv-window-main.c:327
+#: ../src/freetuxtv-window-main.c:332
 msgid "Disable"
 msgstr ""
 
-#: ../src/freetuxtv-window-main.c:339
+#: ../src/freetuxtv-window-main.c:344
 msgid "Blend"
 msgstr ""
 
-#: ../src/freetuxtv-window-main.c:348
+#: ../src/freetuxtv-window-main.c:353
 msgid "Bob"
 msgstr ""
 
-#: ../src/freetuxtv-window-main.c:357
+#: ../src/freetuxtv-window-main.c:362
 msgid "Discard"
 msgstr ""
 
-#: ../src/freetuxtv-window-main.c:366
+#: ../src/freetuxtv-window-main.c:371
 msgid "Linear"
 msgstr ""
 
-#: ../src/freetuxtv-window-main.c:375
+#: ../src/freetuxtv-window-main.c:380
 msgid "Mean"
 msgstr ""
 
-#: ../src/freetuxtv-window-main.c:384
+#: ../src/freetuxtv-window-main.c:389
 msgid "X"
 msgstr ""
 
 #. End SubMenu : Deinterlace
 #. End Menu : Video
 #. Menu : Help
-#: ../src/freetuxtv-window-main.c:396
+#: ../src/freetuxtv-window-main.c:401
 msgid "_Help"
 msgstr ""
 
 #. Create the menu items
-#: ../src/freetuxtv-window-main.c:1024
+#: ../src/freetuxtv-window-main.c:1029
 msgid "Mute"
 msgstr ""
 
@@ -1232,49 +1692,54 @@ msgstr ""
 msgid "An error occurred"
 msgstr ""
 
-#: ../src/main.c:627
+#: ../src/main.c:607
+#, c-format
+msgid "Synchronizing the list of tv channels: %s..."
+msgstr ""
+
+#: ../src/main.c:642
 msgid "Initializing user configuration..."
 msgstr ""
 
-#: ../src/main.c:634
+#: ../src/main.c:649
 msgid "Loading user configuration..."
 msgstr ""
 
-#: ../src/main.c:693
+#: ../src/main.c:719
 msgid "Synchronizing the list of tv channels..."
 msgstr ""
 
-#: ../src/main.c:726
+#: ../src/main.c:752
 msgid "Loading the list of channels..."
 msgstr ""
 
-#: ../src/main.c:735
+#: ../src/main.c:761
 msgid "Loading the list of recordings..."
 msgstr ""
 
-#: ../src/main.c:1051 ../src/main.c:1247
+#: ../src/main.c:1080 ../src/main.c:1276
 #, c-format
 msgid "Playing: %s"
 msgstr ""
 
-#: ../src/main.c:1060
+#: ../src/main.c:1089
 msgid "is playing"
 msgstr ""
 
-#: ../src/main.c:1249
+#: ../src/main.c:1278
 #, c-format
 msgid "Stopping channel: %s"
 msgstr ""
 
-#: ../src/main.c:1293
+#: ../src/main.c:1322
 msgid "is recording"
 msgstr ""
 
-#: ../src/main.c:1340
+#: ../src/main.c:1369
 #, c-format
 msgid "Recording: %s"
 msgstr ""
 
-#: ../src/main.c:1465
+#: ../src/main.c:1494
 msgid "Are you sure you want to quit?"
 msgstr "Zamknąć?"
diff --git a/po/pt.po b/po/pt.po
index bfe054b..f7ea030 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-05 20:38+0100\n"
+"POT-Creation-Date: 2016-04-27 13:59+0200\n"
 "PO-Revision-Date: 2009-12-13 22:57+0100\n"
 "Last-Translator: José JORGE <jjorge at free.fr>\n"
 "Language-Team: Portuguese <kde-i18n-doc at kde.org>\n"
@@ -64,67 +64,63 @@ msgid "Channels groups file:"
 msgstr "Ficheiro de grupos de canais :"
 
 #: ../data/ui/addchannelsgroups.glade.h:3
-msgid "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-msgstr ""
-
-#: ../data/ui/addchannelsgroups.glade.h:4
 msgid ""
 "Select one or several channels group you want to add and click on the add "
 "button."
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:5
+#: ../data/ui/addchannelsgroups.glade.h:4
 #, fuzzy
 msgid "Languages/Channels group"
 msgstr "Grupos de canais personalizados"
 
-#: ../data/ui/addchannelsgroups.glade.h:6
+#: ../data/ui/addchannelsgroups.glade.h:5
 msgid "Required ISP"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:6
 msgid "URI"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:7
 msgid "Existing channels group"
 msgstr "Grupos de canais conhecidos"
 
-#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:8 ../data/ui/freetuxtv.glade.h:7
 msgid "Group's name:"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:9
+#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:9
 msgid "Name of the group which will be added"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:8
 #, fuzzy
 msgid "Playlist's URI:"
 msgstr "Endereço URI da lista de leitura :"
 
-#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:10
+#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:10
 msgid "Playlist's URI of the group which will be added"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:11
+#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:11
 msgid "Delete this text before the name:"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:13
+#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:13
 msgid "Text or regexp which must be deleted at the end of the channel's name"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:12
+#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:12
 msgid "Delete this text behind the name:"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:14
+#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:14
 msgid ""
 "Text or regexp which must be deleted at the beginning of the channel's name"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:15
+#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:15
 msgid ""
 "You can easily use regular expressions to delete some text in the channel's "
 "name of the groupe. For example, if in your playlist, you have a name like "
@@ -132,24 +128,24 @@ msgid ""
 "number before the name, by using the regular expression \"[0-9]* - \"."
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:18 ../data/ui/freetuxtv.glade.h:16
+#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:16
 msgid "<b>Processing of channels' name</b>"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:19
+#: ../data/ui/addchannelsgroups.glade.h:18
 msgid "Custom channels group"
 msgstr "Grupos de canais personalizados"
 
-#: ../data/ui/addchannelsgroups.glade.h:20
+#: ../data/ui/addchannelsgroups.glade.h:19
 msgid "Favourites"
 msgstr ""
 
-#: ../data/ui/addchannelsgroups.glade.h:21
+#: ../data/ui/addchannelsgroups.glade.h:20
 #, fuzzy
 msgid "<b>Special group type:</b>"
 msgstr "Adicionar um grupo"
 
-#: ../data/ui/addchannelsgroups.glade.h:22
+#: ../data/ui/addchannelsgroups.glade.h:21
 #, fuzzy
 msgid "Special group"
 msgstr "Adicionar um grupo"
@@ -792,431 +788,435 @@ msgid "Web TV (Hungarian)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:71
-msgid "Icelandic Web TV and Radio"
+msgid "Web Radio (Hungarian)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:72
-msgid "Web TV (Icelandic)"
+msgid "Icelandic Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:73
-msgid "Indonesian Web TV and Radio"
+msgid "Web TV (Icelandic)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:74
-msgid "Web TV (Indonesian)"
+msgid "Indonesian Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:75
-msgid "Interlingua Web TV and Radio"
+msgid "Web TV (Indonesian)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:76
-msgid "Web Radio (Interlingua)"
+msgid "Interlingua Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:77
-msgid "Irish Web TV and Radio"
+msgid "Web Radio (Interlingua)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:78
-msgid "Web TV (Irish)"
+msgid "Irish Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:79
-msgid "Web Radio (Irish)"
+msgid "Web TV (Irish)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:80
-msgid "Italian Web TV and Radio"
+msgid "Web Radio (Irish)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:81
-msgid "Web TV (Italian)"
+msgid "Italian Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:82
-msgid "Web Radio (Italian)"
+msgid "Web TV (Italian)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:83
-msgid "Japanese Web TV and Radio"
+msgid "Web Radio (Italian)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:84
-msgid "Web TV (Japanese)"
+msgid "Japanese Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:85
-msgid "Web Radio (Japanese)"
+msgid "Web TV (Japanese)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:86
-msgid "Web Cam (Japanese)"
+msgid "Web Radio (Japanese)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:87
-msgid "Kazakh Web TV and Radio"
+msgid "Web Cam (Japanese)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:88
-msgid "Web TV (Kazakh)"
+msgid "Kazakh Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:89
-msgid "Korean Web TV and Radio"
+msgid "Web TV (Kazakh)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:90
-msgid "Web TV (Korean)"
+msgid "Korean Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:91
-msgid "Kurdish Web TV and Radio"
+msgid "Web TV (Korean)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:92
-msgid "Web TV (Kurdish)"
+msgid "Kurdish Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:93
-msgid "Latin Web TV and Radio"
+msgid "Web TV (Kurdish)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:94
-msgid "Web TV (Latin)"
+msgid "Latin Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:95
-msgid "Latvian/Lettish Web TV and Radio"
+msgid "Web TV (Latin)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:96
-msgid "Web TV (Latvian/Lettish)"
+msgid "Latvian/Lettish Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:97
-msgid "Lithuanian Web TV and Radio"
+msgid "Web TV (Latvian/Lettish)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:98
-msgid "Web TV (Lithuanian)"
+msgid "Lithuanian Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:99
-msgid "Macedonian Web TV and Radio"
+msgid "Web TV (Lithuanian)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:100
-msgid "Web TV (Macedonian)"
+msgid "Macedonian Web TV and Radio"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:101
-msgid "Web Radio (Macedonian)"
+msgid "Web TV (Macedonian)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:102
-msgid "Malay Web TV and Radio"
+msgid "Web Radio (Macedonian)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:103
+msgid "Malay Web TV and Radio"
+msgstr ""
+
+#: ../data/channels_groups.xml.in.h:104
 #, fuzzy
 msgid "Web TV (Malay)"
 msgstr "Actualizar a lista de canais \"%s\""
 
-#: ../data/channels_groups.xml.in.h:104
+#: ../data/channels_groups.xml.in.h:105
 msgid "Malayalam Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:105
+#: ../data/channels_groups.xml.in.h:106
 msgid "Web TV (Malayalam)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:106
+#: ../data/channels_groups.xml.in.h:107
 msgid "Maltese Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:107
+#: ../data/channels_groups.xml.in.h:108
 msgid "Web TV (Maltese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:108
+#: ../data/channels_groups.xml.in.h:109
 msgid "Web Radio (Maltese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:109
+#: ../data/channels_groups.xml.in.h:110
 msgid "Moldavian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:110
+#: ../data/channels_groups.xml.in.h:111
 msgid "Web TV (Moldavian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:111
+#: ../data/channels_groups.xml.in.h:112
 msgid "Mongolian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:112
+#: ../data/channels_groups.xml.in.h:113
 msgid "Web TV (Mongolian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:113
+#: ../data/channels_groups.xml.in.h:114
 msgid "Norwegian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:114
+#: ../data/channels_groups.xml.in.h:115
 msgid "Web TV (Norwegian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:115
+#: ../data/channels_groups.xml.in.h:116
 msgid "Persian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:116
+#: ../data/channels_groups.xml.in.h:117
 msgid "Web TV (Persian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:117
+#: ../data/channels_groups.xml.in.h:118
 msgid "Polish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:118
+#: ../data/channels_groups.xml.in.h:119
 msgid "Web TV (Polish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:119
+#: ../data/channels_groups.xml.in.h:120
 msgid "Web Radio (Polish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:120
+#: ../data/channels_groups.xml.in.h:121
 msgid "Web Cam (Polish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:121
+#: ../data/channels_groups.xml.in.h:122
 msgid "Portuguese Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:122
+#: ../data/channels_groups.xml.in.h:123
 msgid "Web TV (Portuguese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:123
+#: ../data/channels_groups.xml.in.h:124
 msgid "Web Radio (Portuguese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:124
+#: ../data/channels_groups.xml.in.h:125
 msgid "Punjabi Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:125
+#: ../data/channels_groups.xml.in.h:126
 msgid "Web TV (Punjabi)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:126
+#: ../data/channels_groups.xml.in.h:127
 msgid "Romanian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:127
+#: ../data/channels_groups.xml.in.h:128
 msgid "Web TV (Romanian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:128
+#: ../data/channels_groups.xml.in.h:129
 msgid "Web Radio (Romanian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:129
+#: ../data/channels_groups.xml.in.h:130
 msgid "Russian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:130
+#: ../data/channels_groups.xml.in.h:131
 msgid "Web TV (Russian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:131
+#: ../data/channels_groups.xml.in.h:132
 msgid "Web Radio (Russian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:132
+#: ../data/channels_groups.xml.in.h:133
 msgid "Serbian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:133
+#: ../data/channels_groups.xml.in.h:134
 msgid "Web TV (Serbian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:134
+#: ../data/channels_groups.xml.in.h:135
 msgid "Web Radio (Serbian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:135
+#: ../data/channels_groups.xml.in.h:136
 msgid "Serbo-Croatian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:136
+#: ../data/channels_groups.xml.in.h:137
 msgid "Web TV (Serbo-Croatian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:137
+#: ../data/channels_groups.xml.in.h:138
 msgid "Web Radio (Serbo-Croatian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:138
+#: ../data/channels_groups.xml.in.h:139
 msgid "Slovak Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:139
+#: ../data/channels_groups.xml.in.h:140
 msgid "Web TV (Slovak)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:140
+#: ../data/channels_groups.xml.in.h:141
 msgid "Web Radio (Slovak)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:141
+#: ../data/channels_groups.xml.in.h:142
 msgid "Slovenian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:142
+#: ../data/channels_groups.xml.in.h:143
 msgid "Web TV (Slovenian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:143
+#: ../data/channels_groups.xml.in.h:144
 msgid "Web Radio (Slovenian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:144
+#: ../data/channels_groups.xml.in.h:145
 msgid "Spanish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:145
+#: ../data/channels_groups.xml.in.h:146
 msgid "Web TV (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:146
+#: ../data/channels_groups.xml.in.h:147
 msgid "Web Radio (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:147
+#: ../data/channels_groups.xml.in.h:148
 msgid "Web Programmes (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:148
+#: ../data/channels_groups.xml.in.h:149
 msgid "Web Cam (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:149
+#: ../data/channels_groups.xml.in.h:150
 msgid "Swedish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:150
+#: ../data/channels_groups.xml.in.h:151
 msgid "Web TV (Swedish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:151
+#: ../data/channels_groups.xml.in.h:152
 msgid "Tagalog Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:152
+#: ../data/channels_groups.xml.in.h:153
 msgid "Web TV (Tagalog)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:153
+#: ../data/channels_groups.xml.in.h:154
 msgid "Tamil Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:154
+#: ../data/channels_groups.xml.in.h:155
 msgid "Web TV (Tamil)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:155
+#: ../data/channels_groups.xml.in.h:156
 msgid "Thai Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:156
+#: ../data/channels_groups.xml.in.h:157
 msgid "Web TV (Thai)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:157
+#: ../data/channels_groups.xml.in.h:158
 msgid "Turkish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:158
+#: ../data/channels_groups.xml.in.h:159
 msgid "Web TV (Turkish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:159
+#: ../data/channels_groups.xml.in.h:160
 msgid "Web Radio (Turkish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:160
+#: ../data/channels_groups.xml.in.h:161
 msgid "Turkmen Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:161
+#: ../data/channels_groups.xml.in.h:162
 msgid "Web TV (Turkmen)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:162
+#: ../data/channels_groups.xml.in.h:163
 msgid "Ukrainian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:163
+#: ../data/channels_groups.xml.in.h:164
 msgid "Web TV (Ukrainian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:164
+#: ../data/channels_groups.xml.in.h:165
 msgid "Web Cam (Ukrainian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:165
+#: ../data/channels_groups.xml.in.h:166
 msgid "Urdu Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:166
+#: ../data/channels_groups.xml.in.h:167
 msgid "Web TV (Urdu)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:167
+#: ../data/channels_groups.xml.in.h:168
 msgid "Uzbek Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:168
+#: ../data/channels_groups.xml.in.h:169
 msgid "Web TV (Uzbek)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:169
+#: ../data/channels_groups.xml.in.h:170
 msgid "Vietnamese Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:170
+#: ../data/channels_groups.xml.in.h:171
 msgid "Web TV (Vietnamese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:171
+#: ../data/channels_groups.xml.in.h:172
 msgid "Web Radio (Vietnamese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:172
+#: ../data/channels_groups.xml.in.h:173
 msgid "No lang Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:173
+#: ../data/channels_groups.xml.in.h:174
 msgid "Web TV (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:174
+#: ../data/channels_groups.xml.in.h:175
 msgid "Web Radio (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:175
+#: ../data/channels_groups.xml.in.h:176
 msgid "Web Programmes (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:176
+#: ../data/channels_groups.xml.in.h:177
 msgid "Web Cam (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:177
+#: ../data/channels_groups.xml.in.h:178
 msgid "WebCam"
 msgstr ""
 
@@ -1526,7 +1526,7 @@ msgstr ""
 msgid "Do you want to move the related file on the hard disk to the trash?"
 msgstr ""
 
-#: ../src/freetuxtv-tv-channels-list.c:69
+#: ../src/freetuxtv-tv-channels-list.c:72
 #, c-format
 msgid "Synchronizing the tv channels list"
 msgstr ""
@@ -1611,16 +1611,16 @@ msgstr ""
 msgid "Updating TV channel: %s"
 msgstr "Actualizar a lista de canais \"%s\""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:140
+#: ../src/freetuxtv-window-tv-channels-database.c:148
 msgid "TV channels synchronisation"
 msgstr ""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:149
+#: ../src/freetuxtv-window-tv-channels-database.c:157
 #, c-format
 msgid "Downloading the file '%s'"
 msgstr ""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:164
+#: ../src/freetuxtv-window-tv-channels-database.c:172
 msgid "Synchronizing TV channels from file"
 msgstr ""
 
diff --git a/po/ru.po b/po/ru.po
index a1bd84d..8c55602 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-05 20:38+0100\n"
+"POT-Creation-Date: 2016-04-27 13:59+0200\n"
 "PO-Revision-Date: 2013-02-15 21:00+GMT+3\n"
 "Last-Translator: Eugen Z.<cdxncdxn at gmail.com>\n"
 "Language-Team: Russian \n"
@@ -58,72 +58,68 @@ msgid "Channels groups file:"
 msgstr "XML Файл со списками каналов:"
 
 #: ../data/ui/addchannelsgroups.glade.h:3
-msgid "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-msgstr ""
-
-#: ../data/ui/addchannelsgroups.glade.h:4
 msgid ""
 "Select one or several channels group you want to add and click on the add "
 "button."
 msgstr ""
 "Выделите один или несколько списков с каналами и нажмите кнопку добавить."
 
-#: ../data/ui/addchannelsgroups.glade.h:5
+#: ../data/ui/addchannelsgroups.glade.h:4
 msgid "Languages/Channels group"
 msgstr "Язык/Список каналов"
 
-#: ../data/ui/addchannelsgroups.glade.h:6
+#: ../data/ui/addchannelsgroups.glade.h:5
 msgid "Required ISP"
 msgstr "Необходимый провайдер"
 
-#: ../data/ui/addchannelsgroups.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:6
 msgid "URI"
 msgstr "Интернет адрес"
 
-#: ../data/ui/addchannelsgroups.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:7
 msgid "Existing channels group"
 msgstr "Готовые списки каналов"
 
-#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:8 ../data/ui/freetuxtv.glade.h:7
 msgid "Group's name:"
 msgstr "Название списка"
 
-#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:9
+#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:9
 msgid "Name of the group which will be added"
 msgstr ""
 "Название списка с каналами который будет добавлен.\n"
 "Например: Мои список каналов"
 
-#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:8
 msgid "Playlist's URI:"
 msgstr "Интернет адрес списка каналов:"
 
-#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:10
+#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:10
 msgid "Playlist's URI of the group which will be added"
 msgstr ""
 "Адрес содержащий список каналов который будет добавлен\n"
 "(ссылка на m3u файл или в другом читаемом формате)\n"
 "Например: http://database.freetuxtv.net/playlists/playlist_webtv_ru.m3u"
 
-#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:11
+#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:11
 msgid "Delete this text before the name:"
 msgstr "Удалить этот тест из начала названия:"
 
-#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:13
+#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:13
 msgid "Text or regexp which must be deleted at the end of the channel's name"
 msgstr ""
 "Текст или регулярное выражение удаляемые из начала строки названия канала"
 
-#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:12
+#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:12
 msgid "Delete this text behind the name:"
 msgstr "Удалить этот тест из конца названия:"
 
-#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:14
+#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:14
 msgid ""
 "Text or regexp which must be deleted at the beginning of the channel's name"
 msgstr "Текст или регулярное выражение удаляемые с конца названия канала"
 
-#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:15
+#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:15
 msgid ""
 "You can easily use regular expressions to delete some text in the channel's "
 "name of the groupe. For example, if in your playlist, you have a name like "
@@ -138,23 +134,23 @@ msgstr ""
 "\"11 - \" и \"12 - \" перед именем канала удаляется с помощью фильтра: "
 "\"[0-9]* - \""
 
-#: ../data/ui/addchannelsgroups.glade.h:18 ../data/ui/freetuxtv.glade.h:16
+#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:16
 msgid "<b>Processing of channels' name</b>"
 msgstr "<b>Обработка имен каналов</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:19
+#: ../data/ui/addchannelsgroups.glade.h:18
 msgid "Custom channels group"
 msgstr "Другой список каналов"
 
-#: ../data/ui/addchannelsgroups.glade.h:20
+#: ../data/ui/addchannelsgroups.glade.h:19
 msgid "Favourites"
 msgstr "Избранное"
 
-#: ../data/ui/addchannelsgroups.glade.h:21
+#: ../data/ui/addchannelsgroups.glade.h:20
 msgid "<b>Special group type:</b>"
 msgstr "<b>Тип списка:</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:22
+#: ../data/ui/addchannelsgroups.glade.h:21
 msgid "Special group"
 msgstr "Пустой список каналов"
 
@@ -793,454 +789,459 @@ msgid "Web TV (Hungarian)"
 msgstr ""
 
 #: ../data/channels_groups.xml.in.h:71
+#, fuzzy
+msgid "Web Radio (Hungarian)"
+msgstr "Интернет ТВ (Русскоязычные каналы)"
+
+#: ../data/channels_groups.xml.in.h:72
 msgid "Icelandic Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:72
+#: ../data/channels_groups.xml.in.h:73
 #, fuzzy
 msgid "Web TV (Icelandic)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:73
+#: ../data/channels_groups.xml.in.h:74
 msgid "Indonesian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:74
+#: ../data/channels_groups.xml.in.h:75
 #, fuzzy
 msgid "Web TV (Indonesian)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:75
+#: ../data/channels_groups.xml.in.h:76
 msgid "Interlingua Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:76
+#: ../data/channels_groups.xml.in.h:77
 msgid "Web Radio (Interlingua)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:77
+#: ../data/channels_groups.xml.in.h:78
 msgid "Irish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:78
+#: ../data/channels_groups.xml.in.h:79
 #, fuzzy
 msgid "Web TV (Irish)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:79
+#: ../data/channels_groups.xml.in.h:80
 msgid "Web Radio (Irish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:80
+#: ../data/channels_groups.xml.in.h:81
 msgid "Italian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:81
+#: ../data/channels_groups.xml.in.h:82
 msgid "Web TV (Italian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:82
+#: ../data/channels_groups.xml.in.h:83
 msgid "Web Radio (Italian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:83
+#: ../data/channels_groups.xml.in.h:84
 msgid "Japanese Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:84
+#: ../data/channels_groups.xml.in.h:85
 msgid "Web TV (Japanese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:85
+#: ../data/channels_groups.xml.in.h:86
 msgid "Web Radio (Japanese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:86
+#: ../data/channels_groups.xml.in.h:87
 msgid "Web Cam (Japanese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:87
+#: ../data/channels_groups.xml.in.h:88
 msgid "Kazakh Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:88
+#: ../data/channels_groups.xml.in.h:89
 #, fuzzy
 msgid "Web TV (Kazakh)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:89
+#: ../data/channels_groups.xml.in.h:90
 msgid "Korean Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:90
+#: ../data/channels_groups.xml.in.h:91
 msgid "Web TV (Korean)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:91
+#: ../data/channels_groups.xml.in.h:92
 msgid "Kurdish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:92
+#: ../data/channels_groups.xml.in.h:93
 #, fuzzy
 msgid "Web TV (Kurdish)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:93
+#: ../data/channels_groups.xml.in.h:94
 msgid "Latin Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:94
+#: ../data/channels_groups.xml.in.h:95
 msgid "Web TV (Latin)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:95
+#: ../data/channels_groups.xml.in.h:96
 msgid "Latvian/Lettish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:96
+#: ../data/channels_groups.xml.in.h:97
 #, fuzzy
 msgid "Web TV (Latvian/Lettish)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:97
+#: ../data/channels_groups.xml.in.h:98
 msgid "Lithuanian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:98
+#: ../data/channels_groups.xml.in.h:99
 #, fuzzy
 msgid "Web TV (Lithuanian)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:99
+#: ../data/channels_groups.xml.in.h:100
 msgid "Macedonian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:100
+#: ../data/channels_groups.xml.in.h:101
 #, fuzzy
 msgid "Web TV (Macedonian)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:101
+#: ../data/channels_groups.xml.in.h:102
 msgid "Web Radio (Macedonian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:102
+#: ../data/channels_groups.xml.in.h:103
 msgid "Malay Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:103
+#: ../data/channels_groups.xml.in.h:104
 #, fuzzy
 msgid "Web TV (Malay)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:104
+#: ../data/channels_groups.xml.in.h:105
 msgid "Malayalam Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:105
+#: ../data/channels_groups.xml.in.h:106
 msgid "Web TV (Malayalam)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:106
+#: ../data/channels_groups.xml.in.h:107
 msgid "Maltese Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:107
+#: ../data/channels_groups.xml.in.h:108
 #, fuzzy
 msgid "Web TV (Maltese)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:108
+#: ../data/channels_groups.xml.in.h:109
 msgid "Web Radio (Maltese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:109
+#: ../data/channels_groups.xml.in.h:110
 msgid "Moldavian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:110
+#: ../data/channels_groups.xml.in.h:111
 #, fuzzy
 msgid "Web TV (Moldavian)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:111
+#: ../data/channels_groups.xml.in.h:112
 msgid "Mongolian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:112
+#: ../data/channels_groups.xml.in.h:113
 #, fuzzy
 msgid "Web TV (Mongolian)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:113
+#: ../data/channels_groups.xml.in.h:114
 msgid "Norwegian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:114
+#: ../data/channels_groups.xml.in.h:115
 msgid "Web TV (Norwegian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:115
+#: ../data/channels_groups.xml.in.h:116
 msgid "Persian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:116
+#: ../data/channels_groups.xml.in.h:117
 msgid "Web TV (Persian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:117
+#: ../data/channels_groups.xml.in.h:118
 msgid "Polish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:118
+#: ../data/channels_groups.xml.in.h:119
 msgid "Web TV (Polish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:119
+#: ../data/channels_groups.xml.in.h:120
 msgid "Web Radio (Polish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:120
+#: ../data/channels_groups.xml.in.h:121
 msgid "Web Cam (Polish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:121
+#: ../data/channels_groups.xml.in.h:122
 msgid "Portuguese Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:122
+#: ../data/channels_groups.xml.in.h:123
 msgid "Web TV (Portuguese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:123
+#: ../data/channels_groups.xml.in.h:124
 msgid "Web Radio (Portuguese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:124
+#: ../data/channels_groups.xml.in.h:125
 msgid "Punjabi Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:125
+#: ../data/channels_groups.xml.in.h:126
 #, fuzzy
 msgid "Web TV (Punjabi)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:126
+#: ../data/channels_groups.xml.in.h:127
 msgid "Romanian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:127
+#: ../data/channels_groups.xml.in.h:128
 msgid "Web TV (Romanian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:128
+#: ../data/channels_groups.xml.in.h:129
 #, fuzzy
 msgid "Web Radio (Romanian)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:129
+#: ../data/channels_groups.xml.in.h:130
 msgid "Russian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:130
+#: ../data/channels_groups.xml.in.h:131
 msgid "Web TV (Russian)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:131
+#: ../data/channels_groups.xml.in.h:132
 msgid "Web Radio (Russian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:132
+#: ../data/channels_groups.xml.in.h:133
 msgid "Serbian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:133
+#: ../data/channels_groups.xml.in.h:134
 #, fuzzy
 msgid "Web TV (Serbian)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:134
+#: ../data/channels_groups.xml.in.h:135
 msgid "Web Radio (Serbian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:135
+#: ../data/channels_groups.xml.in.h:136
 msgid "Serbo-Croatian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:136
+#: ../data/channels_groups.xml.in.h:137
 #, fuzzy
 msgid "Web TV (Serbo-Croatian)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:137
+#: ../data/channels_groups.xml.in.h:138
 msgid "Web Radio (Serbo-Croatian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:138
+#: ../data/channels_groups.xml.in.h:139
 msgid "Slovak Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:139
+#: ../data/channels_groups.xml.in.h:140
 msgid "Web TV (Slovak)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:140
+#: ../data/channels_groups.xml.in.h:141
 msgid "Web Radio (Slovak)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:141
+#: ../data/channels_groups.xml.in.h:142
 msgid "Slovenian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:142
+#: ../data/channels_groups.xml.in.h:143
 #, fuzzy
 msgid "Web TV (Slovenian)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:143
+#: ../data/channels_groups.xml.in.h:144
 msgid "Web Radio (Slovenian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:144
+#: ../data/channels_groups.xml.in.h:145
 msgid "Spanish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:145
+#: ../data/channels_groups.xml.in.h:146
 msgid "Web TV (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:146
+#: ../data/channels_groups.xml.in.h:147
 msgid "Web Radio (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:147
+#: ../data/channels_groups.xml.in.h:148
 msgid "Web Programmes (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:148
+#: ../data/channels_groups.xml.in.h:149
 msgid "Web Cam (Spanish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:149
+#: ../data/channels_groups.xml.in.h:150
 msgid "Swedish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:150
+#: ../data/channels_groups.xml.in.h:151
 msgid "Web TV (Swedish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:151
+#: ../data/channels_groups.xml.in.h:152
 msgid "Tagalog Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:152
+#: ../data/channels_groups.xml.in.h:153
 #, fuzzy
 msgid "Web TV (Tagalog)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:153
+#: ../data/channels_groups.xml.in.h:154
 msgid "Tamil Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:154
+#: ../data/channels_groups.xml.in.h:155
 #, fuzzy
 msgid "Web TV (Tamil)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:155
+#: ../data/channels_groups.xml.in.h:156
 msgid "Thai Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:156
+#: ../data/channels_groups.xml.in.h:157
 msgid "Web TV (Thai)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:157
+#: ../data/channels_groups.xml.in.h:158
 msgid "Turkish Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:158
+#: ../data/channels_groups.xml.in.h:159
 msgid "Web TV (Turkish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:159
+#: ../data/channels_groups.xml.in.h:160
 msgid "Web Radio (Turkish)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:160
+#: ../data/channels_groups.xml.in.h:161
 msgid "Turkmen Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:161
+#: ../data/channels_groups.xml.in.h:162
 #, fuzzy
 msgid "Web TV (Turkmen)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:162
+#: ../data/channels_groups.xml.in.h:163
 msgid "Ukrainian Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:163
+#: ../data/channels_groups.xml.in.h:164
 #, fuzzy
 msgid "Web TV (Ukrainian)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:164
+#: ../data/channels_groups.xml.in.h:165
 msgid "Web Cam (Ukrainian)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:165
+#: ../data/channels_groups.xml.in.h:166
 msgid "Urdu Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:166
+#: ../data/channels_groups.xml.in.h:167
 #, fuzzy
 msgid "Web TV (Urdu)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:167
+#: ../data/channels_groups.xml.in.h:168
 msgid "Uzbek Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:168
+#: ../data/channels_groups.xml.in.h:169
 #, fuzzy
 msgid "Web TV (Uzbek)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:169
+#: ../data/channels_groups.xml.in.h:170
 msgid "Vietnamese Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:170
+#: ../data/channels_groups.xml.in.h:171
 #, fuzzy
 msgid "Web TV (Vietnamese)"
 msgstr "Интернет ТВ (Русскоязычные каналы)"
 
-#: ../data/channels_groups.xml.in.h:171
+#: ../data/channels_groups.xml.in.h:172
 msgid "Web Radio (Vietnamese)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:172
+#: ../data/channels_groups.xml.in.h:173
 msgid "No lang Web TV and Radio"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:173
+#: ../data/channels_groups.xml.in.h:174
 msgid "Web TV (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:174
+#: ../data/channels_groups.xml.in.h:175
 msgid "Web Radio (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:175
+#: ../data/channels_groups.xml.in.h:176
 msgid "Web Programmes (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:176
+#: ../data/channels_groups.xml.in.h:177
 msgid "Web Cam (No lang)"
 msgstr ""
 
-#: ../data/channels_groups.xml.in.h:177
+#: ../data/channels_groups.xml.in.h:178
 msgid "WebCam"
 msgstr ""
 
@@ -1553,7 +1554,7 @@ msgstr "%m/%d/%Y %H:%M"
 msgid "Do you want to move the related file on the hard disk to the trash?"
 msgstr "Вы хотите поместить файл в корзину?"
 
-#: ../src/freetuxtv-tv-channels-list.c:69
+#: ../src/freetuxtv-tv-channels-list.c:72
 #, c-format
 msgid "Synchronizing the tv channels list"
 msgstr "Синхронизация списка каналов"
@@ -1638,16 +1639,16 @@ msgstr "Пожалуйста введите адрес списка канало
 msgid "Updating TV channel: %s"
 msgstr "_Обновить список каналов"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:140
+#: ../src/freetuxtv-window-tv-channels-database.c:148
 msgid "TV channels synchronisation"
 msgstr ""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:149
+#: ../src/freetuxtv-window-tv-channels-database.c:157
 #, fuzzy, c-format
 msgid "Downloading the file '%s'"
 msgstr "Получаем: \"%s\""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:164
+#: ../src/freetuxtv-window-tv-channels-database.c:172
 #, fuzzy
 msgid "Synchronizing TV channels from file"
 msgstr "Синхронизация списка каналов"
diff --git a/po/tr.po b/po/tr.po
index 2fba574..38c0b66 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-05 20:38+0100\n"
+"POT-Creation-Date: 2016-04-27 13:59+0200\n"
 "PO-Revision-Date: 2012-10-26 18:41+0300\n"
 "Last-Translator: Şâkir Aşçı <sakirasci at gmail.com>\n"
 "Language-Team: Ubuntu Türkçe Çeviri Takımı\n"
@@ -58,10 +58,6 @@ msgid "Channels groups file:"
 msgstr "Kanalların liste dosyası:"
 
 #: ../data/ui/addchannelsgroups.glade.h:3
-msgid "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-msgstr "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-
-#: ../data/ui/addchannelsgroups.glade.h:4
 msgid ""
 "Select one or several channels group you want to add and click on the add "
 "button."
@@ -69,56 +65,56 @@ msgstr ""
 "Eklemek istediğiniz bir ya da daha fazla kanal listesini seçin ve ekle "
 "düğmesine tıklayın."
 
-#: ../data/ui/addchannelsgroups.glade.h:5
+#: ../data/ui/addchannelsgroups.glade.h:4
 msgid "Languages/Channels group"
 msgstr "Dil/Kanal Listesi"
 
-#: ../data/ui/addchannelsgroups.glade.h:6
+#: ../data/ui/addchannelsgroups.glade.h:5
 msgid "Required ISP"
 msgstr "Sağlayıcı"
 
-#: ../data/ui/addchannelsgroups.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:6
 msgid "URI"
 msgstr "Bulunak"
 
-#: ../data/ui/addchannelsgroups.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:7
 msgid "Existing channels group"
 msgstr "Öntanımlı kanal listesi"
 
-#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:8 ../data/ui/freetuxtv.glade.h:7
 msgid "Group's name:"
 msgstr "Liste adı:"
 
-#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:9
+#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:9
 msgid "Name of the group which will be added"
 msgstr "Eklenecek liste adı"
 
-#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:8
 msgid "Playlist's URI:"
 msgstr "Liste bulunağı:"
 
-#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:10
+#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:10
 msgid "Playlist's URI of the group which will be added"
 msgstr "Eklenecek listenin bulunağı"
 
-#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:11
+#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:11
 msgid "Delete this text before the name:"
 msgstr "Addan önceki şu metni sil:"
 
-#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:13
+#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:13
 msgid "Text or regexp which must be deleted at the end of the channel's name"
 msgstr "Kanal adının sonundan silinecek olan metin ya da düzenli ifâde"
 
-#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:12
+#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:12
 msgid "Delete this text behind the name:"
 msgstr "Addan sonraki şu metni sil:"
 
-#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:14
+#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:14
 msgid ""
 "Text or regexp which must be deleted at the beginning of the channel's name"
 msgstr "Kanal adının başından silinecek olan metin ya da düzenli ifâde"
 
-#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:15
+#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:15
 msgid ""
 "You can easily use regular expressions to delete some text in the channel's "
 "name of the groupe. For example, if in your playlist, you have a name like "
@@ -131,23 +127,23 @@ msgstr ""
 "öncesinde bulunan rakamları \"[0-9]*- \" düzenli ifâdesini kullanarak "
 "silebilir."
 
-#: ../data/ui/addchannelsgroups.glade.h:18 ../data/ui/freetuxtv.glade.h:16
+#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:16
 msgid "<b>Processing of channels' name</b>"
 msgstr "<b>Kanalların adının işlenmesi</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:19
+#: ../data/ui/addchannelsgroups.glade.h:18
 msgid "Custom channels group"
 msgstr "Kişisel kanal listesi"
 
-#: ../data/ui/addchannelsgroups.glade.h:20
+#: ../data/ui/addchannelsgroups.glade.h:19
 msgid "Favourites"
 msgstr "Gözdeler"
 
-#: ../data/ui/addchannelsgroups.glade.h:21
+#: ../data/ui/addchannelsgroups.glade.h:20
 msgid "<b>Special group type:</b>"
 msgstr "<b>Özel liste biçimi:</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:22
+#: ../data/ui/addchannelsgroups.glade.h:21
 msgid "Special group"
 msgstr "Özel liste"
 
@@ -815,499 +811,504 @@ msgstr "Genelağ Televizyonu (Macarca)"
 
 #: ../data/channels_groups.xml.in.h:71
 #, fuzzy
+msgid "Web Radio (Hungarian)"
+msgstr "Genelağ Televizyonu (Macarca)"
+
+#: ../data/channels_groups.xml.in.h:72
+#, fuzzy
 msgid "Icelandic Web TV and Radio"
 msgstr "İtalyanca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:72
+#: ../data/channels_groups.xml.in.h:73
 #, fuzzy
 msgid "Web TV (Icelandic)"
 msgstr "Genelağ Televizyonu (İtalyanca)"
 
-#: ../data/channels_groups.xml.in.h:73
+#: ../data/channels_groups.xml.in.h:74
 #, fuzzy
 msgid "Indonesian Web TV and Radio"
 msgstr "Farsça Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:74
+#: ../data/channels_groups.xml.in.h:75
 #, fuzzy
 msgid "Web TV (Indonesian)"
 msgstr "Genelağ Televizyonu (Farsça)"
 
-#: ../data/channels_groups.xml.in.h:75
+#: ../data/channels_groups.xml.in.h:76
 #, fuzzy
 msgid "Interlingua Web TV and Radio"
 msgstr "İtalyanca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:76
+#: ../data/channels_groups.xml.in.h:77
 #, fuzzy
 msgid "Web Radio (Interlingua)"
 msgstr "Genelağ Radyosu (İtalyanca)"
 
-#: ../data/channels_groups.xml.in.h:77
+#: ../data/channels_groups.xml.in.h:78
 #, fuzzy
 msgid "Irish Web TV and Radio"
 msgstr "Türkçe Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:78
+#: ../data/channels_groups.xml.in.h:79
 #, fuzzy
 msgid "Web TV (Irish)"
 msgstr "Genelağ Televizyonu (Türkçe)"
 
-#: ../data/channels_groups.xml.in.h:79
+#: ../data/channels_groups.xml.in.h:80
 #, fuzzy
 msgid "Web Radio (Irish)"
 msgstr "Genelağ Radyosu (İngilizce)"
 
-#: ../data/channels_groups.xml.in.h:80
+#: ../data/channels_groups.xml.in.h:81
 msgid "Italian Web TV and Radio"
 msgstr "İtalyanca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:81
+#: ../data/channels_groups.xml.in.h:82
 msgid "Web TV (Italian)"
 msgstr "Genelağ Televizyonu (İtalyanca)"
 
-#: ../data/channels_groups.xml.in.h:82
+#: ../data/channels_groups.xml.in.h:83
 msgid "Web Radio (Italian)"
 msgstr "Genelağ Radyosu (İtalyanca)"
 
-#: ../data/channels_groups.xml.in.h:83
+#: ../data/channels_groups.xml.in.h:84
 msgid "Japanese Web TV and Radio"
 msgstr "Japonca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:84
+#: ../data/channels_groups.xml.in.h:85
 msgid "Web TV (Japanese)"
 msgstr "Genelağ Televizyonu (Japonca)"
 
-#: ../data/channels_groups.xml.in.h:85
+#: ../data/channels_groups.xml.in.h:86
 #, fuzzy
 msgid "Web Radio (Japanese)"
 msgstr "Genelağ Radyosu (Çince)"
 
-#: ../data/channels_groups.xml.in.h:86
+#: ../data/channels_groups.xml.in.h:87
 #, fuzzy
 msgid "Web Cam (Japanese)"
 msgstr "Genelağ Televizyonu (Japonca)"
 
-#: ../data/channels_groups.xml.in.h:87
+#: ../data/channels_groups.xml.in.h:88
 #, fuzzy
 msgid "Kazakh Web TV and Radio"
 msgstr "Çekçe Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:88
+#: ../data/channels_groups.xml.in.h:89
 #, fuzzy
 msgid "Web TV (Kazakh)"
 msgstr "Genelağ Televizyonu (Çekçe)"
 
-#: ../data/channels_groups.xml.in.h:89
+#: ../data/channels_groups.xml.in.h:90
 msgid "Korean Web TV and Radio"
 msgstr "Korece Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:90
+#: ../data/channels_groups.xml.in.h:91
 msgid "Web TV (Korean)"
 msgstr "Genelağ Televizyonu (Korece)"
 
-#: ../data/channels_groups.xml.in.h:91
+#: ../data/channels_groups.xml.in.h:92
 #, fuzzy
 msgid "Kurdish Web TV and Radio"
 msgstr "Türkçe Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:92
+#: ../data/channels_groups.xml.in.h:93
 #, fuzzy
 msgid "Web TV (Kurdish)"
 msgstr "Genelağ Televizyonu (Türkçe)"
 
-#: ../data/channels_groups.xml.in.h:93
+#: ../data/channels_groups.xml.in.h:94
 msgid "Latin Web TV and Radio"
 msgstr "Latince Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:94
+#: ../data/channels_groups.xml.in.h:95
 msgid "Web TV (Latin)"
 msgstr "Genelağ Televizyonu (Latince)"
 
-#: ../data/channels_groups.xml.in.h:95
+#: ../data/channels_groups.xml.in.h:96
 #, fuzzy
 msgid "Latvian/Lettish Web TV and Radio"
 msgstr "Latince Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:96
+#: ../data/channels_groups.xml.in.h:97
 #, fuzzy
 msgid "Web TV (Latvian/Lettish)"
 msgstr "Genelağ Televizyonu (Latince)"
 
-#: ../data/channels_groups.xml.in.h:97
+#: ../data/channels_groups.xml.in.h:98
 #, fuzzy
 msgid "Lithuanian Web TV and Radio"
 msgstr "İtalyanca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:98
+#: ../data/channels_groups.xml.in.h:99
 #, fuzzy
 msgid "Web TV (Lithuanian)"
 msgstr "Genelağ Televizyonu (İtalyanca)"
 
-#: ../data/channels_groups.xml.in.h:99
+#: ../data/channels_groups.xml.in.h:100
 #, fuzzy
 msgid "Macedonian Web TV and Radio"
 msgstr "Romence Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:100
+#: ../data/channels_groups.xml.in.h:101
 #, fuzzy
 msgid "Web TV (Macedonian)"
 msgstr "Genelağ Televizyonu (Romence)"
 
-#: ../data/channels_groups.xml.in.h:101
+#: ../data/channels_groups.xml.in.h:102
 #, fuzzy
 msgid "Web Radio (Macedonian)"
 msgstr "Genelağ Radyosu (İtalyanca)"
 
-#: ../data/channels_groups.xml.in.h:102
+#: ../data/channels_groups.xml.in.h:103
 #, fuzzy
 msgid "Malay Web TV and Radio"
 msgstr "Katalonca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:103
+#: ../data/channels_groups.xml.in.h:104
 #, fuzzy
 msgid "Web TV (Malay)"
 msgstr "Genelağ Televizyonu (Katalonca)"
 
-#: ../data/channels_groups.xml.in.h:104
+#: ../data/channels_groups.xml.in.h:105
 #, fuzzy
 msgid "Malayalam Web TV and Radio"
 msgstr "Katalonca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:105
+#: ../data/channels_groups.xml.in.h:106
 #, fuzzy
 msgid "Web TV (Malayalam)"
 msgstr "Genelağ Televizyonu (Katalonca)"
 
-#: ../data/channels_groups.xml.in.h:106
+#: ../data/channels_groups.xml.in.h:107
 #, fuzzy
 msgid "Maltese Web TV and Radio"
 msgstr "Japonca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:107
+#: ../data/channels_groups.xml.in.h:108
 #, fuzzy
 msgid "Web TV (Maltese)"
 msgstr "Genelağ Televizyonu (Japonca)"
 
-#: ../data/channels_groups.xml.in.h:108
+#: ../data/channels_groups.xml.in.h:109
 #, fuzzy
 msgid "Web Radio (Maltese)"
 msgstr "Genelağ Radyosu (Çince)"
 
-#: ../data/channels_groups.xml.in.h:109
+#: ../data/channels_groups.xml.in.h:110
 #, fuzzy
 msgid "Moldavian Web TV and Radio"
 msgstr "Romence Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:110
+#: ../data/channels_groups.xml.in.h:111
 #, fuzzy
 msgid "Web TV (Moldavian)"
 msgstr "Genelağ Televizyonu (Romence)"
 
-#: ../data/channels_groups.xml.in.h:111
+#: ../data/channels_groups.xml.in.h:112
 #, fuzzy
 msgid "Mongolian Web TV and Radio"
 msgstr "Romence Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:112
+#: ../data/channels_groups.xml.in.h:113
 #, fuzzy
 msgid "Web TV (Mongolian)"
 msgstr "Genelağ Televizyonu (Romence)"
 
-#: ../data/channels_groups.xml.in.h:113
+#: ../data/channels_groups.xml.in.h:114
 msgid "Norwegian Web TV and Radio"
 msgstr "Norveççe Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:114
+#: ../data/channels_groups.xml.in.h:115
 msgid "Web TV (Norwegian)"
 msgstr "Genelağ Televizyonu (Norveççe)"
 
-#: ../data/channels_groups.xml.in.h:115
+#: ../data/channels_groups.xml.in.h:116
 msgid "Persian Web TV and Radio"
 msgstr "Farsça Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:116
+#: ../data/channels_groups.xml.in.h:117
 msgid "Web TV (Persian)"
 msgstr "Genelağ Televizyonu (Farsça)"
 
-#: ../data/channels_groups.xml.in.h:117
+#: ../data/channels_groups.xml.in.h:118
 msgid "Polish Web TV and Radio"
 msgstr "Lehçe Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:118
+#: ../data/channels_groups.xml.in.h:119
 msgid "Web TV (Polish)"
 msgstr "Genelağ Televizyonu (Lehçe)"
 
-#: ../data/channels_groups.xml.in.h:119
+#: ../data/channels_groups.xml.in.h:120
 #, fuzzy
 msgid "Web Radio (Polish)"
 msgstr "Genelağ Radyosu (İngilizce)"
 
-#: ../data/channels_groups.xml.in.h:120
+#: ../data/channels_groups.xml.in.h:121
 #, fuzzy
 msgid "Web Cam (Polish)"
 msgstr "Genelağ Televizyonu (Lehçe)"
 
-#: ../data/channels_groups.xml.in.h:121
+#: ../data/channels_groups.xml.in.h:122
 msgid "Portuguese Web TV and Radio"
 msgstr "Portekizce Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:122
+#: ../data/channels_groups.xml.in.h:123
 msgid "Web TV (Portuguese)"
 msgstr "Genelağ Televizyonu (Portekizce)"
 
-#: ../data/channels_groups.xml.in.h:123
+#: ../data/channels_groups.xml.in.h:124
 #, fuzzy
 msgid "Web Radio (Portuguese)"
 msgstr "Genelağ Televizyonu (Portekizce)"
 
-#: ../data/channels_groups.xml.in.h:124
+#: ../data/channels_groups.xml.in.h:125
 #, fuzzy
 msgid "Punjabi Web TV and Radio"
 msgstr "Arapça Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:125
+#: ../data/channels_groups.xml.in.h:126
 #, fuzzy
 msgid "Web TV (Punjabi)"
 msgstr "Genelağ Televizyonu (Arapça)"
 
-#: ../data/channels_groups.xml.in.h:126
+#: ../data/channels_groups.xml.in.h:127
 msgid "Romanian Web TV and Radio"
 msgstr "Romence Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:127
+#: ../data/channels_groups.xml.in.h:128
 msgid "Web TV (Romanian)"
 msgstr "Genelağ Televizyonu (Romence)"
 
-#: ../data/channels_groups.xml.in.h:128
+#: ../data/channels_groups.xml.in.h:129
 #, fuzzy
 msgid "Web Radio (Romanian)"
 msgstr "Genelağ Radyosu (Rusça)"
 
-#: ../data/channels_groups.xml.in.h:129
+#: ../data/channels_groups.xml.in.h:130
 msgid "Russian Web TV and Radio"
 msgstr "Rusça Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:130
+#: ../data/channels_groups.xml.in.h:131
 msgid "Web TV (Russian)"
 msgstr "Genelağ Televizyonu (Rusça)"
 
-#: ../data/channels_groups.xml.in.h:131
+#: ../data/channels_groups.xml.in.h:132
 msgid "Web Radio (Russian)"
 msgstr "Genelağ Radyosu (Rusça)"
 
-#: ../data/channels_groups.xml.in.h:132
+#: ../data/channels_groups.xml.in.h:133
 #, fuzzy
 msgid "Serbian Web TV and Radio"
 msgstr "Farsça Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:133
+#: ../data/channels_groups.xml.in.h:134
 #, fuzzy
 msgid "Web TV (Serbian)"
 msgstr "Genelağ Televizyonu (Farsça)"
 
-#: ../data/channels_groups.xml.in.h:134
+#: ../data/channels_groups.xml.in.h:135
 #, fuzzy
 msgid "Web Radio (Serbian)"
 msgstr "Genelağ Radyosu (Almanca)"
 
-#: ../data/channels_groups.xml.in.h:135
+#: ../data/channels_groups.xml.in.h:136
 #, fuzzy
 msgid "Serbo-Croatian Web TV and Radio"
 msgstr "Farsça Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:136
+#: ../data/channels_groups.xml.in.h:137
 #, fuzzy
 msgid "Web TV (Serbo-Croatian)"
 msgstr "Genelağ Televizyonu (Farsça)"
 
-#: ../data/channels_groups.xml.in.h:137
+#: ../data/channels_groups.xml.in.h:138
 #, fuzzy
 msgid "Web Radio (Serbo-Croatian)"
 msgstr "Genelağ Radyosu (Katalonca)"
 
-#: ../data/channels_groups.xml.in.h:138
+#: ../data/channels_groups.xml.in.h:139
 msgid "Slovak Web TV and Radio"
 msgstr "Slovakça Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:139
+#: ../data/channels_groups.xml.in.h:140
 msgid "Web TV (Slovak)"
 msgstr "Genelağ Televizyonu (Slovakça)"
 
-#: ../data/channels_groups.xml.in.h:140
+#: ../data/channels_groups.xml.in.h:141
 #, fuzzy
 msgid "Web Radio (Slovak)"
 msgstr "Genelağ Televizyonu (Slovakça)"
 
-#: ../data/channels_groups.xml.in.h:141
+#: ../data/channels_groups.xml.in.h:142
 #, fuzzy
 msgid "Slovenian Web TV and Radio"
 msgstr "Slovakça Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:142
+#: ../data/channels_groups.xml.in.h:143
 #, fuzzy
 msgid "Web TV (Slovenian)"
 msgstr "Genelağ Televizyonu (Slovakça)"
 
-#: ../data/channels_groups.xml.in.h:143
+#: ../data/channels_groups.xml.in.h:144
 #, fuzzy
 msgid "Web Radio (Slovenian)"
 msgstr "Genelağ Radyosu (İtalyanca)"
 
-#: ../data/channels_groups.xml.in.h:144
+#: ../data/channels_groups.xml.in.h:145
 msgid "Spanish Web TV and Radio"
 msgstr "İspanyolca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:145
+#: ../data/channels_groups.xml.in.h:146
 msgid "Web TV (Spanish)"
 msgstr "Genelağ Televizyonu (İspanyolca)"
 
-#: ../data/channels_groups.xml.in.h:146
+#: ../data/channels_groups.xml.in.h:147
 msgid "Web Radio (Spanish)"
 msgstr "Genelağ Radyosu (İspanyolca)"
 
-#: ../data/channels_groups.xml.in.h:147
+#: ../data/channels_groups.xml.in.h:148
 #, fuzzy
 msgid "Web Programmes (Spanish)"
 msgstr "Genelağ Programları (İngilizce)"
 
-#: ../data/channels_groups.xml.in.h:148
+#: ../data/channels_groups.xml.in.h:149
 #, fuzzy
 msgid "Web Cam (Spanish)"
 msgstr "Genelağ Televizyonu (İspanyolca)"
 
-#: ../data/channels_groups.xml.in.h:149
+#: ../data/channels_groups.xml.in.h:150
 msgid "Swedish Web TV and Radio"
 msgstr "İsveççe Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:150
+#: ../data/channels_groups.xml.in.h:151
 msgid "Web TV (Swedish)"
 msgstr "Genelağ Televizyonu (İsveççe)"
 
-#: ../data/channels_groups.xml.in.h:151
+#: ../data/channels_groups.xml.in.h:152
 #, fuzzy
 msgid "Tagalog Web TV and Radio"
 msgstr "Tayca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:152
+#: ../data/channels_groups.xml.in.h:153
 #, fuzzy
 msgid "Web TV (Tagalog)"
 msgstr "Genelağ Televizyonu (Tayca)"
 
-#: ../data/channels_groups.xml.in.h:153
+#: ../data/channels_groups.xml.in.h:154
 #, fuzzy
 msgid "Tamil Web TV and Radio"
 msgstr "Tayca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:154
+#: ../data/channels_groups.xml.in.h:155
 #, fuzzy
 msgid "Web TV (Tamil)"
 msgstr "Genelağ Televizyonu (Tayca)"
 
-#: ../data/channels_groups.xml.in.h:155
+#: ../data/channels_groups.xml.in.h:156
 msgid "Thai Web TV and Radio"
 msgstr "Tayca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:156
+#: ../data/channels_groups.xml.in.h:157
 msgid "Web TV (Thai)"
 msgstr "Genelağ Televizyonu (Tayca)"
 
-#: ../data/channels_groups.xml.in.h:157
+#: ../data/channels_groups.xml.in.h:158
 msgid "Turkish Web TV and Radio"
 msgstr "Türkçe Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:158
+#: ../data/channels_groups.xml.in.h:159
 msgid "Web TV (Turkish)"
 msgstr "Genelağ Televizyonu (Türkçe)"
 
-#: ../data/channels_groups.xml.in.h:159
+#: ../data/channels_groups.xml.in.h:160
 #, fuzzy
 msgid "Web Radio (Turkish)"
 msgstr "Genelağ Televizyonu (Türkçe)"
 
-#: ../data/channels_groups.xml.in.h:160
+#: ../data/channels_groups.xml.in.h:161
 #, fuzzy
 msgid "Turkmen Web TV and Radio"
 msgstr "Türkçe Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:161
+#: ../data/channels_groups.xml.in.h:162
 #, fuzzy
 msgid "Web TV (Turkmen)"
 msgstr "Genelağ Televizyonu (Türkçe)"
 
-#: ../data/channels_groups.xml.in.h:162
+#: ../data/channels_groups.xml.in.h:163
 #, fuzzy
 msgid "Ukrainian Web TV and Radio"
 msgstr "Romence Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:163
+#: ../data/channels_groups.xml.in.h:164
 #, fuzzy
 msgid "Web TV (Ukrainian)"
 msgstr "Genelağ Televizyonu (Romence)"
 
-#: ../data/channels_groups.xml.in.h:164
+#: ../data/channels_groups.xml.in.h:165
 #, fuzzy
 msgid "Web Cam (Ukrainian)"
 msgstr "Genelağ Televizyonu (Romence)"
 
-#: ../data/channels_groups.xml.in.h:165
+#: ../data/channels_groups.xml.in.h:166
 #, fuzzy
 msgid "Urdu Web TV and Radio"
 msgstr "Flemenkçe Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:166
+#: ../data/channels_groups.xml.in.h:167
 #, fuzzy
 msgid "Web TV (Urdu)"
 msgstr "Genelağ Televizyonu (Flemenkçe)"
 
-#: ../data/channels_groups.xml.in.h:167
+#: ../data/channels_groups.xml.in.h:168
 #, fuzzy
 msgid "Uzbek Web TV and Radio"
 msgstr "Yunanca Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:168
+#: ../data/channels_groups.xml.in.h:169
 #, fuzzy
 msgid "Web TV (Uzbek)"
 msgstr "Genelağ Televizyonu (Çekçe)"
 
-#: ../data/channels_groups.xml.in.h:169
+#: ../data/channels_groups.xml.in.h:170
 #, fuzzy
 msgid "Vietnamese Web TV and Radio"
 msgstr "Çince Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:170
+#: ../data/channels_groups.xml.in.h:171
 #, fuzzy
 msgid "Web TV (Vietnamese)"
 msgstr "Genelağ Televizyonu (Çince)"
 
-#: ../data/channels_groups.xml.in.h:171
+#: ../data/channels_groups.xml.in.h:172
 #, fuzzy
 msgid "Web Radio (Vietnamese)"
 msgstr "Genelağ Radyosu (Çince)"
 
-#: ../data/channels_groups.xml.in.h:172
+#: ../data/channels_groups.xml.in.h:173
 msgid "No lang Web TV and Radio"
 msgstr "Dil Ayrımsız Genelağ TV ve Radyoları"
 
-#: ../data/channels_groups.xml.in.h:173
+#: ../data/channels_groups.xml.in.h:174
 msgid "Web TV (No lang)"
 msgstr "Genelağ Televizyonu (Dil ayrımsız)"
 
-#: ../data/channels_groups.xml.in.h:174
+#: ../data/channels_groups.xml.in.h:175
 msgid "Web Radio (No lang)"
 msgstr "Genelağ Radyosu (Dil ayrımsız)"
 
-#: ../data/channels_groups.xml.in.h:175
+#: ../data/channels_groups.xml.in.h:176
 #, fuzzy
 msgid "Web Programmes (No lang)"
 msgstr "Genelağ Programları (İngilizce)"
 
-#: ../data/channels_groups.xml.in.h:176
+#: ../data/channels_groups.xml.in.h:177
 #, fuzzy
 msgid "Web Cam (No lang)"
 msgstr "Genelağ Televizyonu (Dil ayrımsız)"
 
-#: ../data/channels_groups.xml.in.h:177
+#: ../data/channels_groups.xml.in.h:178
 msgid "WebCam"
 msgstr "Ağ Kamerası"
 
@@ -1724,7 +1725,7 @@ msgstr "%m/%d/%Y %H:%M"
 msgid "Do you want to move the related file on the hard disk to the trash?"
 msgstr "Bellekte bulunan ilgili dosyayı çöpe taşımak istiyor musunuz?"
 
-#: ../src/freetuxtv-tv-channels-list.c:69
+#: ../src/freetuxtv-tv-channels-list.c:72
 #, c-format
 msgid "Synchronizing the tv channels list"
 msgstr "TV kanalları listesi eşleniyor"
@@ -1809,16 +1810,16 @@ msgstr "Lütfen listenin bulunağını yazın !"
 msgid "Updating TV channel: %s"
 msgstr "_TV Kanal listesini güncelle"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:140
+#: ../src/freetuxtv-window-tv-channels-database.c:148
 msgid "TV channels synchronisation"
 msgstr ""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:149
+#: ../src/freetuxtv-window-tv-channels-database.c:157
 #, fuzzy, c-format
 msgid "Downloading the file '%s'"
 msgstr "\"%s\" dosyası alınıyor"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:164
+#: ../src/freetuxtv-window-tv-channels-database.c:172
 #, fuzzy
 msgid "Synchronizing TV channels from file"
 msgstr "TV kanalları listesi eşleniyor"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 0ce9976..e79b1e9 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: freetuxtv\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-05 20:38+0100\n"
+"POT-Creation-Date: 2016-04-27 13:59+0200\n"
 "PO-Revision-Date: 2011-12-14 17:53+0800\n"
 "Last-Translator: Dean Lee <xslidian at gmail.com>\n"
 "Language-Team: Chinese Simplified <xslidian+freetuxtv at gmail.com>\n"
@@ -58,65 +58,61 @@ msgid "Channels groups file:"
 msgstr "频道组文件:"
 
 #: ../data/ui/addchannelsgroups.glade.h:3
-msgid "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-msgstr "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-
-#: ../data/ui/addchannelsgroups.glade.h:4
 msgid ""
 "Select one or several channels group you want to add and click on the add "
 "button."
 msgstr "选择希望添加的一个或多个频道组并点击添加按钮。"
 
-#: ../data/ui/addchannelsgroups.glade.h:5
+#: ../data/ui/addchannelsgroups.glade.h:4
 msgid "Languages/Channels group"
 msgstr "语言/频道组"
 
-#: ../data/ui/addchannelsgroups.glade.h:6
+#: ../data/ui/addchannelsgroups.glade.h:5
 msgid "Required ISP"
 msgstr "所需 ISP"
 
-#: ../data/ui/addchannelsgroups.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:6
 msgid "URI"
 msgstr "URI"
 
-#: ../data/ui/addchannelsgroups.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:7
 msgid "Existing channels group"
 msgstr "现有频道组"
 
-#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:8 ../data/ui/freetuxtv.glade.h:7
 msgid "Group's name:"
 msgstr "组名:"
 
-#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:9
+#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:9
 msgid "Name of the group which will be added"
 msgstr "将添加的组名"
 
-#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:8
 msgid "Playlist's URI:"
 msgstr "播放列表 URI:"
 
-#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:10
+#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:10
 msgid "Playlist's URI of the group which will be added"
 msgstr "将添加组的播放列表 URI"
 
-#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:11
+#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:11
 msgid "Delete this text before the name:"
 msgstr "删除名称前的这些文字:"
 
-#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:13
+#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:13
 msgid "Text or regexp which must be deleted at the end of the channel's name"
 msgstr "频道名称末尾必须删除的文本或正则表达式"
 
-#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:12
+#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:12
 msgid "Delete this text behind the name:"
 msgstr "删除名称后的这些文字:"
 
-#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:14
+#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:14
 msgid ""
 "Text or regexp which must be deleted at the beginning of the channel's name"
 msgstr "频道名称开头必须删除的文本或正则表达式"
 
-#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:15
+#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:15
 msgid ""
 "You can easily use regular expressions to delete some text in the channel's "
 "name of the groupe. For example, if in your playlist, you have a name like "
@@ -127,23 +123,23 @@ msgstr ""
 "似 \"11 - NT1\" 或 \"12 - NRJ 12\" 的名称,FreetuxTV 可以使用正则表达式 "
 "\"[0-9]* - \" 移除名称前的频道号。"
 
-#: ../data/ui/addchannelsgroups.glade.h:18 ../data/ui/freetuxtv.glade.h:16
+#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:16
 msgid "<b>Processing of channels' name</b>"
 msgstr "<b>正在处理频道名称</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:19
+#: ../data/ui/addchannelsgroups.glade.h:18
 msgid "Custom channels group"
 msgstr "自定义频道组"
 
-#: ../data/ui/addchannelsgroups.glade.h:20
+#: ../data/ui/addchannelsgroups.glade.h:19
 msgid "Favourites"
 msgstr "收藏"
 
-#: ../data/ui/addchannelsgroups.glade.h:21
+#: ../data/ui/addchannelsgroups.glade.h:20
 msgid "<b>Special group type:</b>"
 msgstr "<b>特殊组类:</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:22
+#: ../data/ui/addchannelsgroups.glade.h:21
 msgid "Special group"
 msgstr "特殊组"
 
@@ -811,499 +807,504 @@ msgstr "网络电视 (匈牙利语)"
 
 #: ../data/channels_groups.xml.in.h:71
 #, fuzzy
+msgid "Web Radio (Hungarian)"
+msgstr "网络电视 (匈牙利语)"
+
+#: ../data/channels_groups.xml.in.h:72
+#, fuzzy
 msgid "Icelandic Web TV and Radio"
 msgstr "意大利语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:72
+#: ../data/channels_groups.xml.in.h:73
 #, fuzzy
 msgid "Web TV (Icelandic)"
 msgstr "网络电视 (意大利语)"
 
-#: ../data/channels_groups.xml.in.h:73
+#: ../data/channels_groups.xml.in.h:74
 #, fuzzy
 msgid "Indonesian Web TV and Radio"
 msgstr "波斯语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:74
+#: ../data/channels_groups.xml.in.h:75
 #, fuzzy
 msgid "Web TV (Indonesian)"
 msgstr "网络电视 (波斯语)"
 
-#: ../data/channels_groups.xml.in.h:75
+#: ../data/channels_groups.xml.in.h:76
 #, fuzzy
 msgid "Interlingua Web TV and Radio"
 msgstr "意大利语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:76
+#: ../data/channels_groups.xml.in.h:77
 #, fuzzy
 msgid "Web Radio (Interlingua)"
 msgstr "网络电台 (意大利语)"
 
-#: ../data/channels_groups.xml.in.h:77
+#: ../data/channels_groups.xml.in.h:78
 #, fuzzy
 msgid "Irish Web TV and Radio"
 msgstr "土耳其语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:78
+#: ../data/channels_groups.xml.in.h:79
 #, fuzzy
 msgid "Web TV (Irish)"
 msgstr "网络电视 (土耳其语)"
 
-#: ../data/channels_groups.xml.in.h:79
+#: ../data/channels_groups.xml.in.h:80
 #, fuzzy
 msgid "Web Radio (Irish)"
 msgstr "网络电台 (英语)"
 
-#: ../data/channels_groups.xml.in.h:80
+#: ../data/channels_groups.xml.in.h:81
 msgid "Italian Web TV and Radio"
 msgstr "意大利语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:81
+#: ../data/channels_groups.xml.in.h:82
 msgid "Web TV (Italian)"
 msgstr "网络电视 (意大利语)"
 
-#: ../data/channels_groups.xml.in.h:82
+#: ../data/channels_groups.xml.in.h:83
 msgid "Web Radio (Italian)"
 msgstr "网络电台 (意大利语)"
 
-#: ../data/channels_groups.xml.in.h:83
+#: ../data/channels_groups.xml.in.h:84
 msgid "Japanese Web TV and Radio"
 msgstr "日语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:84
+#: ../data/channels_groups.xml.in.h:85
 msgid "Web TV (Japanese)"
 msgstr "网络电视 (日语)"
 
-#: ../data/channels_groups.xml.in.h:85
+#: ../data/channels_groups.xml.in.h:86
 #, fuzzy
 msgid "Web Radio (Japanese)"
 msgstr "网络电台 (汉语)"
 
-#: ../data/channels_groups.xml.in.h:86
+#: ../data/channels_groups.xml.in.h:87
 #, fuzzy
 msgid "Web Cam (Japanese)"
 msgstr "网络电视 (日语)"
 
-#: ../data/channels_groups.xml.in.h:87
+#: ../data/channels_groups.xml.in.h:88
 #, fuzzy
 msgid "Kazakh Web TV and Radio"
 msgstr "捷克语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:88
+#: ../data/channels_groups.xml.in.h:89
 #, fuzzy
 msgid "Web TV (Kazakh)"
 msgstr "网络电视 (捷克语)"
 
-#: ../data/channels_groups.xml.in.h:89
+#: ../data/channels_groups.xml.in.h:90
 msgid "Korean Web TV and Radio"
 msgstr "朝鲜语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:90
+#: ../data/channels_groups.xml.in.h:91
 msgid "Web TV (Korean)"
 msgstr "网络电视 (朝鲜语)"
 
-#: ../data/channels_groups.xml.in.h:91
+#: ../data/channels_groups.xml.in.h:92
 #, fuzzy
 msgid "Kurdish Web TV and Radio"
 msgstr "土耳其语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:92
+#: ../data/channels_groups.xml.in.h:93
 #, fuzzy
 msgid "Web TV (Kurdish)"
 msgstr "网络电视 (土耳其语)"
 
-#: ../data/channels_groups.xml.in.h:93
+#: ../data/channels_groups.xml.in.h:94
 msgid "Latin Web TV and Radio"
 msgstr "拉丁语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:94
+#: ../data/channels_groups.xml.in.h:95
 msgid "Web TV (Latin)"
 msgstr "网络电视 (拉丁语)"
 
-#: ../data/channels_groups.xml.in.h:95
+#: ../data/channels_groups.xml.in.h:96
 #, fuzzy
 msgid "Latvian/Lettish Web TV and Radio"
 msgstr "拉丁语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:96
+#: ../data/channels_groups.xml.in.h:97
 #, fuzzy
 msgid "Web TV (Latvian/Lettish)"
 msgstr "网络电视 (拉丁语)"
 
-#: ../data/channels_groups.xml.in.h:97
+#: ../data/channels_groups.xml.in.h:98
 #, fuzzy
 msgid "Lithuanian Web TV and Radio"
 msgstr "意大利语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:98
+#: ../data/channels_groups.xml.in.h:99
 #, fuzzy
 msgid "Web TV (Lithuanian)"
 msgstr "网络电视 (意大利语)"
 
-#: ../data/channels_groups.xml.in.h:99
+#: ../data/channels_groups.xml.in.h:100
 #, fuzzy
 msgid "Macedonian Web TV and Radio"
 msgstr "罗马尼亚语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:100
+#: ../data/channels_groups.xml.in.h:101
 #, fuzzy
 msgid "Web TV (Macedonian)"
 msgstr "网络电视 (罗马尼亚语)"
 
-#: ../data/channels_groups.xml.in.h:101
+#: ../data/channels_groups.xml.in.h:102
 #, fuzzy
 msgid "Web Radio (Macedonian)"
 msgstr "网络电台 (意大利语)"
 
-#: ../data/channels_groups.xml.in.h:102
+#: ../data/channels_groups.xml.in.h:103
 #, fuzzy
 msgid "Malay Web TV and Radio"
 msgstr "加泰罗尼亚语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:103
+#: ../data/channels_groups.xml.in.h:104
 #, fuzzy
 msgid "Web TV (Malay)"
 msgstr "网络电视 (加泰罗尼亚语)"
 
-#: ../data/channels_groups.xml.in.h:104
+#: ../data/channels_groups.xml.in.h:105
 #, fuzzy
 msgid "Malayalam Web TV and Radio"
 msgstr "加泰罗尼亚语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:105
+#: ../data/channels_groups.xml.in.h:106
 #, fuzzy
 msgid "Web TV (Malayalam)"
 msgstr "网络电视 (加泰罗尼亚语)"
 
-#: ../data/channels_groups.xml.in.h:106
+#: ../data/channels_groups.xml.in.h:107
 #, fuzzy
 msgid "Maltese Web TV and Radio"
 msgstr "日语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:107
+#: ../data/channels_groups.xml.in.h:108
 #, fuzzy
 msgid "Web TV (Maltese)"
 msgstr "网络电视 (日语)"
 
-#: ../data/channels_groups.xml.in.h:108
+#: ../data/channels_groups.xml.in.h:109
 #, fuzzy
 msgid "Web Radio (Maltese)"
 msgstr "网络电台 (汉语)"
 
-#: ../data/channels_groups.xml.in.h:109
+#: ../data/channels_groups.xml.in.h:110
 #, fuzzy
 msgid "Moldavian Web TV and Radio"
 msgstr "罗马尼亚语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:110
+#: ../data/channels_groups.xml.in.h:111
 #, fuzzy
 msgid "Web TV (Moldavian)"
 msgstr "网络电视 (罗马尼亚语)"
 
-#: ../data/channels_groups.xml.in.h:111
+#: ../data/channels_groups.xml.in.h:112
 #, fuzzy
 msgid "Mongolian Web TV and Radio"
 msgstr "罗马尼亚语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:112
+#: ../data/channels_groups.xml.in.h:113
 #, fuzzy
 msgid "Web TV (Mongolian)"
 msgstr "网络电视 (罗马尼亚语)"
 
-#: ../data/channels_groups.xml.in.h:113
+#: ../data/channels_groups.xml.in.h:114
 msgid "Norwegian Web TV and Radio"
 msgstr "挪威语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:114
+#: ../data/channels_groups.xml.in.h:115
 msgid "Web TV (Norwegian)"
 msgstr "网络电视 (挪威语)"
 
-#: ../data/channels_groups.xml.in.h:115
+#: ../data/channels_groups.xml.in.h:116
 msgid "Persian Web TV and Radio"
 msgstr "波斯语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:116
+#: ../data/channels_groups.xml.in.h:117
 msgid "Web TV (Persian)"
 msgstr "网络电视 (波斯语)"
 
-#: ../data/channels_groups.xml.in.h:117
+#: ../data/channels_groups.xml.in.h:118
 msgid "Polish Web TV and Radio"
 msgstr "波兰语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:118
+#: ../data/channels_groups.xml.in.h:119
 msgid "Web TV (Polish)"
 msgstr "网络电视 (波兰语)"
 
-#: ../data/channels_groups.xml.in.h:119
+#: ../data/channels_groups.xml.in.h:120
 #, fuzzy
 msgid "Web Radio (Polish)"
 msgstr "网络电台 (英语)"
 
-#: ../data/channels_groups.xml.in.h:120
+#: ../data/channels_groups.xml.in.h:121
 #, fuzzy
 msgid "Web Cam (Polish)"
 msgstr "网络电视 (波兰语)"
 
-#: ../data/channels_groups.xml.in.h:121
+#: ../data/channels_groups.xml.in.h:122
 msgid "Portuguese Web TV and Radio"
 msgstr "葡萄牙语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:122
+#: ../data/channels_groups.xml.in.h:123
 msgid "Web TV (Portuguese)"
 msgstr "网络电视 (葡萄牙语)"
 
-#: ../data/channels_groups.xml.in.h:123
+#: ../data/channels_groups.xml.in.h:124
 #, fuzzy
 msgid "Web Radio (Portuguese)"
 msgstr "网络电视 (葡萄牙语)"
 
-#: ../data/channels_groups.xml.in.h:124
+#: ../data/channels_groups.xml.in.h:125
 #, fuzzy
 msgid "Punjabi Web TV and Radio"
 msgstr "阿拉伯语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:125
+#: ../data/channels_groups.xml.in.h:126
 #, fuzzy
 msgid "Web TV (Punjabi)"
 msgstr "网络电视 (阿拉伯语)"
 
-#: ../data/channels_groups.xml.in.h:126
+#: ../data/channels_groups.xml.in.h:127
 msgid "Romanian Web TV and Radio"
 msgstr "罗马尼亚语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:127
+#: ../data/channels_groups.xml.in.h:128
 msgid "Web TV (Romanian)"
 msgstr "网络电视 (罗马尼亚语)"
 
-#: ../data/channels_groups.xml.in.h:128
+#: ../data/channels_groups.xml.in.h:129
 #, fuzzy
 msgid "Web Radio (Romanian)"
 msgstr "网络电台 (俄语)"
 
-#: ../data/channels_groups.xml.in.h:129
+#: ../data/channels_groups.xml.in.h:130
 msgid "Russian Web TV and Radio"
 msgstr "俄语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:130
+#: ../data/channels_groups.xml.in.h:131
 msgid "Web TV (Russian)"
 msgstr "网络电视 (俄语)"
 
-#: ../data/channels_groups.xml.in.h:131
+#: ../data/channels_groups.xml.in.h:132
 msgid "Web Radio (Russian)"
 msgstr "网络电台 (俄语)"
 
-#: ../data/channels_groups.xml.in.h:132
+#: ../data/channels_groups.xml.in.h:133
 #, fuzzy
 msgid "Serbian Web TV and Radio"
 msgstr "波斯语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:133
+#: ../data/channels_groups.xml.in.h:134
 #, fuzzy
 msgid "Web TV (Serbian)"
 msgstr "网络电视 (波斯语)"
 
-#: ../data/channels_groups.xml.in.h:134
+#: ../data/channels_groups.xml.in.h:135
 #, fuzzy
 msgid "Web Radio (Serbian)"
 msgstr "网络电台 (德语)"
 
-#: ../data/channels_groups.xml.in.h:135
+#: ../data/channels_groups.xml.in.h:136
 #, fuzzy
 msgid "Serbo-Croatian Web TV and Radio"
 msgstr "波斯语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:136
+#: ../data/channels_groups.xml.in.h:137
 #, fuzzy
 msgid "Web TV (Serbo-Croatian)"
 msgstr "网络电视 (波斯语)"
 
-#: ../data/channels_groups.xml.in.h:137
+#: ../data/channels_groups.xml.in.h:138
 #, fuzzy
 msgid "Web Radio (Serbo-Croatian)"
 msgstr "网络电台 (加泰罗尼亚语)"
 
-#: ../data/channels_groups.xml.in.h:138
+#: ../data/channels_groups.xml.in.h:139
 msgid "Slovak Web TV and Radio"
 msgstr "斯洛伐克语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:139
+#: ../data/channels_groups.xml.in.h:140
 msgid "Web TV (Slovak)"
 msgstr "网络电视 (斯洛伐克语)"
 
-#: ../data/channels_groups.xml.in.h:140
+#: ../data/channels_groups.xml.in.h:141
 #, fuzzy
 msgid "Web Radio (Slovak)"
 msgstr "网络电视 (斯洛伐克语)"
 
-#: ../data/channels_groups.xml.in.h:141
+#: ../data/channels_groups.xml.in.h:142
 #, fuzzy
 msgid "Slovenian Web TV and Radio"
 msgstr "斯洛伐克语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:142
+#: ../data/channels_groups.xml.in.h:143
 #, fuzzy
 msgid "Web TV (Slovenian)"
 msgstr "网络电视 (斯洛伐克语)"
 
-#: ../data/channels_groups.xml.in.h:143
+#: ../data/channels_groups.xml.in.h:144
 #, fuzzy
 msgid "Web Radio (Slovenian)"
 msgstr "网络电台 (意大利语)"
 
-#: ../data/channels_groups.xml.in.h:144
+#: ../data/channels_groups.xml.in.h:145
 msgid "Spanish Web TV and Radio"
 msgstr "西班牙语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:145
+#: ../data/channels_groups.xml.in.h:146
 msgid "Web TV (Spanish)"
 msgstr "网络电视 (西班牙语)"
 
-#: ../data/channels_groups.xml.in.h:146
+#: ../data/channels_groups.xml.in.h:147
 msgid "Web Radio (Spanish)"
 msgstr "网络电台 (西班牙语)"
 
-#: ../data/channels_groups.xml.in.h:147
+#: ../data/channels_groups.xml.in.h:148
 #, fuzzy
 msgid "Web Programmes (Spanish)"
 msgstr "网络节目 (英语)"
 
-#: ../data/channels_groups.xml.in.h:148
+#: ../data/channels_groups.xml.in.h:149
 #, fuzzy
 msgid "Web Cam (Spanish)"
 msgstr "网络电视 (西班牙语)"
 
-#: ../data/channels_groups.xml.in.h:149
+#: ../data/channels_groups.xml.in.h:150
 msgid "Swedish Web TV and Radio"
 msgstr "瑞典语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:150
+#: ../data/channels_groups.xml.in.h:151
 msgid "Web TV (Swedish)"
 msgstr "网络电视 (瑞典语)"
 
-#: ../data/channels_groups.xml.in.h:151
+#: ../data/channels_groups.xml.in.h:152
 #, fuzzy
 msgid "Tagalog Web TV and Radio"
 msgstr "泰语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:152
+#: ../data/channels_groups.xml.in.h:153
 #, fuzzy
 msgid "Web TV (Tagalog)"
 msgstr "网络电视 (泰语)"
 
-#: ../data/channels_groups.xml.in.h:153
+#: ../data/channels_groups.xml.in.h:154
 #, fuzzy
 msgid "Tamil Web TV and Radio"
 msgstr "泰语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:154
+#: ../data/channels_groups.xml.in.h:155
 #, fuzzy
 msgid "Web TV (Tamil)"
 msgstr "网络电视 (泰语)"
 
-#: ../data/channels_groups.xml.in.h:155
+#: ../data/channels_groups.xml.in.h:156
 msgid "Thai Web TV and Radio"
 msgstr "泰语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:156
+#: ../data/channels_groups.xml.in.h:157
 msgid "Web TV (Thai)"
 msgstr "网络电视 (泰语)"
 
-#: ../data/channels_groups.xml.in.h:157
+#: ../data/channels_groups.xml.in.h:158
 msgid "Turkish Web TV and Radio"
 msgstr "土耳其语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:158
+#: ../data/channels_groups.xml.in.h:159
 msgid "Web TV (Turkish)"
 msgstr "网络电视 (土耳其语)"
 
-#: ../data/channels_groups.xml.in.h:159
+#: ../data/channels_groups.xml.in.h:160
 #, fuzzy
 msgid "Web Radio (Turkish)"
 msgstr "网络电视 (土耳其语)"
 
-#: ../data/channels_groups.xml.in.h:160
+#: ../data/channels_groups.xml.in.h:161
 #, fuzzy
 msgid "Turkmen Web TV and Radio"
 msgstr "土耳其语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:161
+#: ../data/channels_groups.xml.in.h:162
 #, fuzzy
 msgid "Web TV (Turkmen)"
 msgstr "网络电视 (土耳其语)"
 
-#: ../data/channels_groups.xml.in.h:162
+#: ../data/channels_groups.xml.in.h:163
 #, fuzzy
 msgid "Ukrainian Web TV and Radio"
 msgstr "罗马尼亚语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:163
+#: ../data/channels_groups.xml.in.h:164
 #, fuzzy
 msgid "Web TV (Ukrainian)"
 msgstr "网络电视 (罗马尼亚语)"
 
-#: ../data/channels_groups.xml.in.h:164
+#: ../data/channels_groups.xml.in.h:165
 #, fuzzy
 msgid "Web Cam (Ukrainian)"
 msgstr "网络电视 (罗马尼亚语)"
 
-#: ../data/channels_groups.xml.in.h:165
+#: ../data/channels_groups.xml.in.h:166
 #, fuzzy
 msgid "Urdu Web TV and Radio"
 msgstr "荷兰语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:166
+#: ../data/channels_groups.xml.in.h:167
 #, fuzzy
 msgid "Web TV (Urdu)"
 msgstr "网络电视 (荷兰语)"
 
-#: ../data/channels_groups.xml.in.h:167
+#: ../data/channels_groups.xml.in.h:168
 #, fuzzy
 msgid "Uzbek Web TV and Radio"
 msgstr "希腊语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:168
+#: ../data/channels_groups.xml.in.h:169
 #, fuzzy
 msgid "Web TV (Uzbek)"
 msgstr "网络电视 (捷克语)"
 
-#: ../data/channels_groups.xml.in.h:169
+#: ../data/channels_groups.xml.in.h:170
 #, fuzzy
 msgid "Vietnamese Web TV and Radio"
 msgstr "汉语网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:170
+#: ../data/channels_groups.xml.in.h:171
 #, fuzzy
 msgid "Web TV (Vietnamese)"
 msgstr "网络电视 (汉语)"
 
-#: ../data/channels_groups.xml.in.h:171
+#: ../data/channels_groups.xml.in.h:172
 #, fuzzy
 msgid "Web Radio (Vietnamese)"
 msgstr "网络电台 (汉语)"
 
-#: ../data/channels_groups.xml.in.h:172
+#: ../data/channels_groups.xml.in.h:173
 msgid "No lang Web TV and Radio"
 msgstr "未归类语言的网络电视与电台"
 
-#: ../data/channels_groups.xml.in.h:173
+#: ../data/channels_groups.xml.in.h:174
 msgid "Web TV (No lang)"
 msgstr "网络电视 (无语言归类)"
 
-#: ../data/channels_groups.xml.in.h:174
+#: ../data/channels_groups.xml.in.h:175
 msgid "Web Radio (No lang)"
 msgstr "网络电台 (无语言归类)"
 
-#: ../data/channels_groups.xml.in.h:175
+#: ../data/channels_groups.xml.in.h:176
 #, fuzzy
 msgid "Web Programmes (No lang)"
 msgstr "网络节目 (英语)"
 
-#: ../data/channels_groups.xml.in.h:176
+#: ../data/channels_groups.xml.in.h:177
 #, fuzzy
 msgid "Web Cam (No lang)"
 msgstr "网络电视 (无语言归类)"
 
-#: ../data/channels_groups.xml.in.h:177
+#: ../data/channels_groups.xml.in.h:178
 msgid "WebCam"
 msgstr "摄像头"
 
@@ -1720,7 +1721,7 @@ msgstr "%m/%d/%Y %H:%M"
 msgid "Do you want to move the related file on the hard disk to the trash?"
 msgstr "是否希望将硬盘上的相关文件移入回收站?"
 
-#: ../src/freetuxtv-tv-channels-list.c:69
+#: ../src/freetuxtv-tv-channels-list.c:72
 #, c-format
 msgid "Synchronizing the tv channels list"
 msgstr "正在同步电视频道列表"
@@ -1805,16 +1806,16 @@ msgstr "请输入组 URI !"
 msgid "Updating TV channel: %s"
 msgstr "更新电视频道列表(_U)"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:140
+#: ../src/freetuxtv-window-tv-channels-database.c:148
 msgid "TV channels synchronisation"
 msgstr ""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:149
+#: ../src/freetuxtv-window-tv-channels-database.c:157
 #, fuzzy, c-format
 msgid "Downloading the file '%s'"
 msgstr "正在获取文件: \"%s\""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:164
+#: ../src/freetuxtv-window-tv-channels-database.c:172
 #, fuzzy
 msgid "Synchronizing TV channels from file"
 msgstr "正在同步电视频道列表"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index bd14965..b89352e 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: freetuxtv 0.6.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-05 20:38+0100\n"
+"POT-Creation-Date: 2016-04-27 13:59+0200\n"
 "PO-Revision-Date: 2011-11-25 10:59+0800\n"
 "Last-Translator: Wei-Lun Chao <william.chao at ossii.com.tw>\n"
 "Language-Team: Chinese (traditional) <zh-l10n at linux.org.tw>\n"
@@ -59,65 +59,61 @@ msgid "Channels groups file:"
 msgstr "頻道群組檔案:"
 
 #: ../data/ui/addchannelsgroups.glade.h:3
-msgid "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-msgstr "http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml"
-
-#: ../data/ui/addchannelsgroups.glade.h:4
 msgid ""
 "Select one or several channels group you want to add and click on the add "
 "button."
 msgstr "選擇希望加入的一個或多個頻道群組並點擊加入按鈕。"
 
-#: ../data/ui/addchannelsgroups.glade.h:5
+#: ../data/ui/addchannelsgroups.glade.h:4
 msgid "Languages/Channels group"
 msgstr "語言/頻道群組"
 
-#: ../data/ui/addchannelsgroups.glade.h:6
+#: ../data/ui/addchannelsgroups.glade.h:5
 msgid "Required ISP"
 msgstr "所需 ISP"
 
-#: ../data/ui/addchannelsgroups.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:6
 msgid "URI"
 msgstr "URI"
 
-#: ../data/ui/addchannelsgroups.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:7
 msgid "Existing channels group"
 msgstr "現有頻道群組"
 
-#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:7
+#: ../data/ui/addchannelsgroups.glade.h:8 ../data/ui/freetuxtv.glade.h:7
 msgid "Group's name:"
 msgstr "群組名稱:"
 
-#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:9
+#: ../data/ui/addchannelsgroups.glade.h:9 ../data/ui/freetuxtv.glade.h:9
 msgid "Name of the group which will be added"
 msgstr "將加入的群組名稱"
 
-#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:8
+#: ../data/ui/addchannelsgroups.glade.h:10 ../data/ui/freetuxtv.glade.h:8
 msgid "Playlist's URI:"
 msgstr "播放清單 URI:"
 
-#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:10
+#: ../data/ui/addchannelsgroups.glade.h:11 ../data/ui/freetuxtv.glade.h:10
 msgid "Playlist's URI of the group which will be added"
 msgstr "將加入群組的播放清單 URI"
 
-#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:11
+#: ../data/ui/addchannelsgroups.glade.h:12 ../data/ui/freetuxtv.glade.h:11
 msgid "Delete this text before the name:"
 msgstr "刪除名稱前的這些文字:"
 
-#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:13
+#: ../data/ui/addchannelsgroups.glade.h:13 ../data/ui/freetuxtv.glade.h:13
 msgid "Text or regexp which must be deleted at the end of the channel's name"
 msgstr "頻道名稱末尾必須刪除的文字或正規表示式"
 
-#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:12
+#: ../data/ui/addchannelsgroups.glade.h:14 ../data/ui/freetuxtv.glade.h:12
 msgid "Delete this text behind the name:"
 msgstr "刪除名稱後的這些文字:"
 
-#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:14
+#: ../data/ui/addchannelsgroups.glade.h:15 ../data/ui/freetuxtv.glade.h:14
 msgid ""
 "Text or regexp which must be deleted at the beginning of the channel's name"
 msgstr "頻道名稱開頭必須刪除的文字或正規表示式"
 
-#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:15
+#: ../data/ui/addchannelsgroups.glade.h:16 ../data/ui/freetuxtv.glade.h:15
 msgid ""
 "You can easily use regular expressions to delete some text in the channel's "
 "name of the groupe. For example, if in your playlist, you have a name like "
@@ -125,26 +121,26 @@ msgid ""
 "number before the name, by using the regular expression \"[0-9]* - \"."
 msgstr ""
 "您可以使用正規表示式刪除群組中頻道名稱的部分文字。例如,如果您的播放清單中有"
-"類似「11 - NT1」或「12 - NRJ 12」的名稱,FreetuxTV 可以使用正規表示式「[0-9]"
-"* - 」移除名稱前的頻道號。"
+"類似「11 - NT1」或「12 - NRJ 12」的名稱,FreetuxTV 可以使用正規表示式"
+"「[0-9]* - 」移除名稱前的頻道號。"
 
-#: ../data/ui/addchannelsgroups.glade.h:18 ../data/ui/freetuxtv.glade.h:16
+#: ../data/ui/addchannelsgroups.glade.h:17 ../data/ui/freetuxtv.glade.h:16
 msgid "<b>Processing of channels' name</b>"
 msgstr "<b>正在處理頻道名稱</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:19
+#: ../data/ui/addchannelsgroups.glade.h:18
 msgid "Custom channels group"
 msgstr "自訂頻道群組"
 
-#: ../data/ui/addchannelsgroups.glade.h:20
+#: ../data/ui/addchannelsgroups.glade.h:19
 msgid "Favourites"
 msgstr "收藏"
 
-#: ../data/ui/addchannelsgroups.glade.h:21
+#: ../data/ui/addchannelsgroups.glade.h:20
 msgid "<b>Special group type:</b>"
 msgstr "<b>特殊群組類別:</b>"
 
-#: ../data/ui/addchannelsgroups.glade.h:22
+#: ../data/ui/addchannelsgroups.glade.h:21
 msgid "Special group"
 msgstr "特殊群組"
 
@@ -814,499 +810,504 @@ msgstr "網路電視 (匈牙利語)"
 
 #: ../data/channels_groups.xml.in.h:71
 #, fuzzy
+msgid "Web Radio (Hungarian)"
+msgstr "網路電視 (匈牙利語)"
+
+#: ../data/channels_groups.xml.in.h:72
+#, fuzzy
 msgid "Icelandic Web TV and Radio"
 msgstr "義大利語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:72
+#: ../data/channels_groups.xml.in.h:73
 #, fuzzy
 msgid "Web TV (Icelandic)"
 msgstr "網路電視 (義大利語)"
 
-#: ../data/channels_groups.xml.in.h:73
+#: ../data/channels_groups.xml.in.h:74
 #, fuzzy
 msgid "Indonesian Web TV and Radio"
 msgstr "波斯語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:74
+#: ../data/channels_groups.xml.in.h:75
 #, fuzzy
 msgid "Web TV (Indonesian)"
 msgstr "網路電視 (波斯語)"
 
-#: ../data/channels_groups.xml.in.h:75
+#: ../data/channels_groups.xml.in.h:76
 #, fuzzy
 msgid "Interlingua Web TV and Radio"
 msgstr "義大利語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:76
+#: ../data/channels_groups.xml.in.h:77
 #, fuzzy
 msgid "Web Radio (Interlingua)"
 msgstr "網路電台 (義大利語)"
 
-#: ../data/channels_groups.xml.in.h:77
+#: ../data/channels_groups.xml.in.h:78
 #, fuzzy
 msgid "Irish Web TV and Radio"
 msgstr "土耳其語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:78
+#: ../data/channels_groups.xml.in.h:79
 #, fuzzy
 msgid "Web TV (Irish)"
 msgstr "網路電視 (土耳其語)"
 
-#: ../data/channels_groups.xml.in.h:79
+#: ../data/channels_groups.xml.in.h:80
 #, fuzzy
 msgid "Web Radio (Irish)"
 msgstr "網路電台 (英語)"
 
-#: ../data/channels_groups.xml.in.h:80
+#: ../data/channels_groups.xml.in.h:81
 msgid "Italian Web TV and Radio"
 msgstr "義大利語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:81
+#: ../data/channels_groups.xml.in.h:82
 msgid "Web TV (Italian)"
 msgstr "網路電視 (義大利語)"
 
-#: ../data/channels_groups.xml.in.h:82
+#: ../data/channels_groups.xml.in.h:83
 msgid "Web Radio (Italian)"
 msgstr "網路電台 (義大利語)"
 
-#: ../data/channels_groups.xml.in.h:83
+#: ../data/channels_groups.xml.in.h:84
 msgid "Japanese Web TV and Radio"
 msgstr "日語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:84
+#: ../data/channels_groups.xml.in.h:85
 msgid "Web TV (Japanese)"
 msgstr "網路電視 (日語)"
 
-#: ../data/channels_groups.xml.in.h:85
+#: ../data/channels_groups.xml.in.h:86
 #, fuzzy
 msgid "Web Radio (Japanese)"
 msgstr "網路電台 (漢語)"
 
-#: ../data/channels_groups.xml.in.h:86
+#: ../data/channels_groups.xml.in.h:87
 #, fuzzy
 msgid "Web Cam (Japanese)"
 msgstr "網路電視 (日語)"
 
-#: ../data/channels_groups.xml.in.h:87
+#: ../data/channels_groups.xml.in.h:88
 #, fuzzy
 msgid "Kazakh Web TV and Radio"
 msgstr "捷克語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:88
+#: ../data/channels_groups.xml.in.h:89
 #, fuzzy
 msgid "Web TV (Kazakh)"
 msgstr "網路電視 (捷克語)"
 
-#: ../data/channels_groups.xml.in.h:89
+#: ../data/channels_groups.xml.in.h:90
 msgid "Korean Web TV and Radio"
 msgstr "韓語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:90
+#: ../data/channels_groups.xml.in.h:91
 msgid "Web TV (Korean)"
 msgstr "網路電視 (韓語)"
 
-#: ../data/channels_groups.xml.in.h:91
+#: ../data/channels_groups.xml.in.h:92
 #, fuzzy
 msgid "Kurdish Web TV and Radio"
 msgstr "土耳其語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:92
+#: ../data/channels_groups.xml.in.h:93
 #, fuzzy
 msgid "Web TV (Kurdish)"
 msgstr "網路電視 (土耳其語)"
 
-#: ../data/channels_groups.xml.in.h:93
+#: ../data/channels_groups.xml.in.h:94
 msgid "Latin Web TV and Radio"
 msgstr "拉丁語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:94
+#: ../data/channels_groups.xml.in.h:95
 msgid "Web TV (Latin)"
 msgstr "網路電視 (拉丁語)"
 
-#: ../data/channels_groups.xml.in.h:95
+#: ../data/channels_groups.xml.in.h:96
 #, fuzzy
 msgid "Latvian/Lettish Web TV and Radio"
 msgstr "拉丁語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:96
+#: ../data/channels_groups.xml.in.h:97
 #, fuzzy
 msgid "Web TV (Latvian/Lettish)"
 msgstr "網路電視 (拉丁語)"
 
-#: ../data/channels_groups.xml.in.h:97
+#: ../data/channels_groups.xml.in.h:98
 #, fuzzy
 msgid "Lithuanian Web TV and Radio"
 msgstr "義大利語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:98
+#: ../data/channels_groups.xml.in.h:99
 #, fuzzy
 msgid "Web TV (Lithuanian)"
 msgstr "網路電視 (義大利語)"
 
-#: ../data/channels_groups.xml.in.h:99
+#: ../data/channels_groups.xml.in.h:100
 #, fuzzy
 msgid "Macedonian Web TV and Radio"
 msgstr "羅馬尼亞語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:100
+#: ../data/channels_groups.xml.in.h:101
 #, fuzzy
 msgid "Web TV (Macedonian)"
 msgstr "網路電視 (羅馬尼亞語)"
 
-#: ../data/channels_groups.xml.in.h:101
+#: ../data/channels_groups.xml.in.h:102
 #, fuzzy
 msgid "Web Radio (Macedonian)"
 msgstr "網路電台 (義大利語)"
 
-#: ../data/channels_groups.xml.in.h:102
+#: ../data/channels_groups.xml.in.h:103
 #, fuzzy
 msgid "Malay Web TV and Radio"
 msgstr "加泰羅尼亞語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:103
+#: ../data/channels_groups.xml.in.h:104
 #, fuzzy
 msgid "Web TV (Malay)"
 msgstr "網路電視 (加泰羅尼亞語)"
 
-#: ../data/channels_groups.xml.in.h:104
+#: ../data/channels_groups.xml.in.h:105
 #, fuzzy
 msgid "Malayalam Web TV and Radio"
 msgstr "加泰羅尼亞語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:105
+#: ../data/channels_groups.xml.in.h:106
 #, fuzzy
 msgid "Web TV (Malayalam)"
 msgstr "網路電視 (加泰羅尼亞語)"
 
-#: ../data/channels_groups.xml.in.h:106
+#: ../data/channels_groups.xml.in.h:107
 #, fuzzy
 msgid "Maltese Web TV and Radio"
 msgstr "日語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:107
+#: ../data/channels_groups.xml.in.h:108
 #, fuzzy
 msgid "Web TV (Maltese)"
 msgstr "網路電視 (日語)"
 
-#: ../data/channels_groups.xml.in.h:108
+#: ../data/channels_groups.xml.in.h:109
 #, fuzzy
 msgid "Web Radio (Maltese)"
 msgstr "網路電台 (漢語)"
 
-#: ../data/channels_groups.xml.in.h:109
+#: ../data/channels_groups.xml.in.h:110
 #, fuzzy
 msgid "Moldavian Web TV and Radio"
 msgstr "羅馬尼亞語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:110
+#: ../data/channels_groups.xml.in.h:111
 #, fuzzy
 msgid "Web TV (Moldavian)"
 msgstr "網路電視 (羅馬尼亞語)"
 
-#: ../data/channels_groups.xml.in.h:111
+#: ../data/channels_groups.xml.in.h:112
 #, fuzzy
 msgid "Mongolian Web TV and Radio"
 msgstr "羅馬尼亞語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:112
+#: ../data/channels_groups.xml.in.h:113
 #, fuzzy
 msgid "Web TV (Mongolian)"
 msgstr "網路電視 (羅馬尼亞語)"
 
-#: ../data/channels_groups.xml.in.h:113
+#: ../data/channels_groups.xml.in.h:114
 msgid "Norwegian Web TV and Radio"
 msgstr "挪威語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:114
+#: ../data/channels_groups.xml.in.h:115
 msgid "Web TV (Norwegian)"
 msgstr "網路電視 (挪威語)"
 
-#: ../data/channels_groups.xml.in.h:115
+#: ../data/channels_groups.xml.in.h:116
 msgid "Persian Web TV and Radio"
 msgstr "波斯語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:116
+#: ../data/channels_groups.xml.in.h:117
 msgid "Web TV (Persian)"
 msgstr "網路電視 (波斯語)"
 
-#: ../data/channels_groups.xml.in.h:117
+#: ../data/channels_groups.xml.in.h:118
 msgid "Polish Web TV and Radio"
 msgstr "波蘭語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:118
+#: ../data/channels_groups.xml.in.h:119
 msgid "Web TV (Polish)"
 msgstr "網路電視 (波蘭語)"
 
-#: ../data/channels_groups.xml.in.h:119
+#: ../data/channels_groups.xml.in.h:120
 #, fuzzy
 msgid "Web Radio (Polish)"
 msgstr "網路電台 (英語)"
 
-#: ../data/channels_groups.xml.in.h:120
+#: ../data/channels_groups.xml.in.h:121
 #, fuzzy
 msgid "Web Cam (Polish)"
 msgstr "網路電視 (波蘭語)"
 
-#: ../data/channels_groups.xml.in.h:121
+#: ../data/channels_groups.xml.in.h:122
 msgid "Portuguese Web TV and Radio"
 msgstr "葡萄牙語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:122
+#: ../data/channels_groups.xml.in.h:123
 msgid "Web TV (Portuguese)"
 msgstr "網路電視 (葡萄牙語)"
 
-#: ../data/channels_groups.xml.in.h:123
+#: ../data/channels_groups.xml.in.h:124
 #, fuzzy
 msgid "Web Radio (Portuguese)"
 msgstr "網路電視 (葡萄牙語)"
 
-#: ../data/channels_groups.xml.in.h:124
+#: ../data/channels_groups.xml.in.h:125
 #, fuzzy
 msgid "Punjabi Web TV and Radio"
 msgstr "阿拉伯語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:125
+#: ../data/channels_groups.xml.in.h:126
 #, fuzzy
 msgid "Web TV (Punjabi)"
 msgstr "網路電視 (阿拉伯語)"
 
-#: ../data/channels_groups.xml.in.h:126
+#: ../data/channels_groups.xml.in.h:127
 msgid "Romanian Web TV and Radio"
 msgstr "羅馬尼亞語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:127
+#: ../data/channels_groups.xml.in.h:128
 msgid "Web TV (Romanian)"
 msgstr "網路電視 (羅馬尼亞語)"
 
-#: ../data/channels_groups.xml.in.h:128
+#: ../data/channels_groups.xml.in.h:129
 #, fuzzy
 msgid "Web Radio (Romanian)"
 msgstr "網路電台 (俄語)"
 
-#: ../data/channels_groups.xml.in.h:129
+#: ../data/channels_groups.xml.in.h:130
 msgid "Russian Web TV and Radio"
 msgstr "俄語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:130
+#: ../data/channels_groups.xml.in.h:131
 msgid "Web TV (Russian)"
 msgstr "網路電視 (俄語)"
 
-#: ../data/channels_groups.xml.in.h:131
+#: ../data/channels_groups.xml.in.h:132
 msgid "Web Radio (Russian)"
 msgstr "網路電台 (俄語)"
 
-#: ../data/channels_groups.xml.in.h:132
+#: ../data/channels_groups.xml.in.h:133
 #, fuzzy
 msgid "Serbian Web TV and Radio"
 msgstr "波斯語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:133
+#: ../data/channels_groups.xml.in.h:134
 #, fuzzy
 msgid "Web TV (Serbian)"
 msgstr "網路電視 (波斯語)"
 
-#: ../data/channels_groups.xml.in.h:134
+#: ../data/channels_groups.xml.in.h:135
 #, fuzzy
 msgid "Web Radio (Serbian)"
 msgstr "網路電台 (德語)"
 
-#: ../data/channels_groups.xml.in.h:135
+#: ../data/channels_groups.xml.in.h:136
 #, fuzzy
 msgid "Serbo-Croatian Web TV and Radio"
 msgstr "波斯語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:136
+#: ../data/channels_groups.xml.in.h:137
 #, fuzzy
 msgid "Web TV (Serbo-Croatian)"
 msgstr "網路電視 (波斯語)"
 
-#: ../data/channels_groups.xml.in.h:137
+#: ../data/channels_groups.xml.in.h:138
 #, fuzzy
 msgid "Web Radio (Serbo-Croatian)"
 msgstr "網路電台 (加泰羅尼亞語)"
 
-#: ../data/channels_groups.xml.in.h:138
+#: ../data/channels_groups.xml.in.h:139
 msgid "Slovak Web TV and Radio"
 msgstr "斯洛伐克語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:139
+#: ../data/channels_groups.xml.in.h:140
 msgid "Web TV (Slovak)"
 msgstr "網路電視 (斯洛伐克語)"
 
-#: ../data/channels_groups.xml.in.h:140
+#: ../data/channels_groups.xml.in.h:141
 #, fuzzy
 msgid "Web Radio (Slovak)"
 msgstr "網路電視 (斯洛伐克語)"
 
-#: ../data/channels_groups.xml.in.h:141
+#: ../data/channels_groups.xml.in.h:142
 #, fuzzy
 msgid "Slovenian Web TV and Radio"
 msgstr "斯洛伐克語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:142
+#: ../data/channels_groups.xml.in.h:143
 #, fuzzy
 msgid "Web TV (Slovenian)"
 msgstr "網路電視 (斯洛伐克語)"
 
-#: ../data/channels_groups.xml.in.h:143
+#: ../data/channels_groups.xml.in.h:144
 #, fuzzy
 msgid "Web Radio (Slovenian)"
 msgstr "網路電台 (義大利語)"
 
-#: ../data/channels_groups.xml.in.h:144
+#: ../data/channels_groups.xml.in.h:145
 msgid "Spanish Web TV and Radio"
 msgstr "西班牙語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:145
+#: ../data/channels_groups.xml.in.h:146
 msgid "Web TV (Spanish)"
 msgstr "網路電視 (西班牙語)"
 
-#: ../data/channels_groups.xml.in.h:146
+#: ../data/channels_groups.xml.in.h:147
 msgid "Web Radio (Spanish)"
 msgstr "網路電台 (西班牙語)"
 
-#: ../data/channels_groups.xml.in.h:147
+#: ../data/channels_groups.xml.in.h:148
 #, fuzzy
 msgid "Web Programmes (Spanish)"
 msgstr "網路節目 (英語)"
 
-#: ../data/channels_groups.xml.in.h:148
+#: ../data/channels_groups.xml.in.h:149
 #, fuzzy
 msgid "Web Cam (Spanish)"
 msgstr "網路電視 (西班牙語)"
 
-#: ../data/channels_groups.xml.in.h:149
+#: ../data/channels_groups.xml.in.h:150
 msgid "Swedish Web TV and Radio"
 msgstr "瑞典語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:150
+#: ../data/channels_groups.xml.in.h:151
 msgid "Web TV (Swedish)"
 msgstr "網路電視 (瑞典語)"
 
-#: ../data/channels_groups.xml.in.h:151
+#: ../data/channels_groups.xml.in.h:152
 #, fuzzy
 msgid "Tagalog Web TV and Radio"
 msgstr "泰語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:152
+#: ../data/channels_groups.xml.in.h:153
 #, fuzzy
 msgid "Web TV (Tagalog)"
 msgstr "網路電視 (泰語)"
 
-#: ../data/channels_groups.xml.in.h:153
+#: ../data/channels_groups.xml.in.h:154
 #, fuzzy
 msgid "Tamil Web TV and Radio"
 msgstr "泰語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:154
+#: ../data/channels_groups.xml.in.h:155
 #, fuzzy
 msgid "Web TV (Tamil)"
 msgstr "網路電視 (泰語)"
 
-#: ../data/channels_groups.xml.in.h:155
+#: ../data/channels_groups.xml.in.h:156
 msgid "Thai Web TV and Radio"
 msgstr "泰語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:156
+#: ../data/channels_groups.xml.in.h:157
 msgid "Web TV (Thai)"
 msgstr "網路電視 (泰語)"
 
-#: ../data/channels_groups.xml.in.h:157
+#: ../data/channels_groups.xml.in.h:158
 msgid "Turkish Web TV and Radio"
 msgstr "土耳其語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:158
+#: ../data/channels_groups.xml.in.h:159
 msgid "Web TV (Turkish)"
 msgstr "網路電視 (土耳其語)"
 
-#: ../data/channels_groups.xml.in.h:159
+#: ../data/channels_groups.xml.in.h:160
 #, fuzzy
 msgid "Web Radio (Turkish)"
 msgstr "網路電視 (土耳其語)"
 
-#: ../data/channels_groups.xml.in.h:160
+#: ../data/channels_groups.xml.in.h:161
 #, fuzzy
 msgid "Turkmen Web TV and Radio"
 msgstr "土耳其語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:161
+#: ../data/channels_groups.xml.in.h:162
 #, fuzzy
 msgid "Web TV (Turkmen)"
 msgstr "網路電視 (土耳其語)"
 
-#: ../data/channels_groups.xml.in.h:162
+#: ../data/channels_groups.xml.in.h:163
 #, fuzzy
 msgid "Ukrainian Web TV and Radio"
 msgstr "羅馬尼亞語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:163
+#: ../data/channels_groups.xml.in.h:164
 #, fuzzy
 msgid "Web TV (Ukrainian)"
 msgstr "網路電視 (羅馬尼亞語)"
 
-#: ../data/channels_groups.xml.in.h:164
+#: ../data/channels_groups.xml.in.h:165
 #, fuzzy
 msgid "Web Cam (Ukrainian)"
 msgstr "網路電視 (羅馬尼亞語)"
 
-#: ../data/channels_groups.xml.in.h:165
+#: ../data/channels_groups.xml.in.h:166
 #, fuzzy
 msgid "Urdu Web TV and Radio"
 msgstr "荷蘭語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:166
+#: ../data/channels_groups.xml.in.h:167
 #, fuzzy
 msgid "Web TV (Urdu)"
 msgstr "網路電視 (荷蘭語)"
 
-#: ../data/channels_groups.xml.in.h:167
+#: ../data/channels_groups.xml.in.h:168
 #, fuzzy
 msgid "Uzbek Web TV and Radio"
 msgstr "希臘語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:168
+#: ../data/channels_groups.xml.in.h:169
 #, fuzzy
 msgid "Web TV (Uzbek)"
 msgstr "網路電視 (捷克語)"
 
-#: ../data/channels_groups.xml.in.h:169
+#: ../data/channels_groups.xml.in.h:170
 #, fuzzy
 msgid "Vietnamese Web TV and Radio"
 msgstr "漢語網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:170
+#: ../data/channels_groups.xml.in.h:171
 #, fuzzy
 msgid "Web TV (Vietnamese)"
 msgstr "網路電視 (漢語)"
 
-#: ../data/channels_groups.xml.in.h:171
+#: ../data/channels_groups.xml.in.h:172
 #, fuzzy
 msgid "Web Radio (Vietnamese)"
 msgstr "網路電台 (漢語)"
 
-#: ../data/channels_groups.xml.in.h:172
+#: ../data/channels_groups.xml.in.h:173
 msgid "No lang Web TV and Radio"
 msgstr "無語言網路電視與電台"
 
-#: ../data/channels_groups.xml.in.h:173
+#: ../data/channels_groups.xml.in.h:174
 msgid "Web TV (No lang)"
 msgstr "網路電視 (無語言)"
 
-#: ../data/channels_groups.xml.in.h:174
+#: ../data/channels_groups.xml.in.h:175
 msgid "Web Radio (No lang)"
 msgstr "網路電台 (無語言)"
 
-#: ../data/channels_groups.xml.in.h:175
+#: ../data/channels_groups.xml.in.h:176
 #, fuzzy
 msgid "Web Programmes (No lang)"
 msgstr "網路節目 (英語)"
 
-#: ../data/channels_groups.xml.in.h:176
+#: ../data/channels_groups.xml.in.h:177
 #, fuzzy
 msgid "Web Cam (No lang)"
 msgstr "網路電視 (無語言)"
 
-#: ../data/channels_groups.xml.in.h:177
+#: ../data/channels_groups.xml.in.h:178
 msgid "WebCam"
 msgstr "攝影機"
 
@@ -1723,7 +1724,7 @@ msgstr "%m/%d/%Y %H:%M"
 msgid "Do you want to move the related file on the hard disk to the trash?"
 msgstr "是否希望將硬碟上的相關檔案移入回收筒 ?"
 
-#: ../src/freetuxtv-tv-channels-list.c:69
+#: ../src/freetuxtv-tv-channels-list.c:72
 #, c-format
 msgid "Synchronizing the tv channels list"
 msgstr "正在同步電視頻道清單"
@@ -1808,16 +1809,16 @@ msgstr "請輸入群組 URI !"
 msgid "Updating TV channel: %s"
 msgstr "更新電視頻道清單(_U)"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:140
+#: ../src/freetuxtv-window-tv-channels-database.c:148
 msgid "TV channels synchronisation"
 msgstr ""
 
-#: ../src/freetuxtv-window-tv-channels-database.c:149
+#: ../src/freetuxtv-window-tv-channels-database.c:157
 #, fuzzy, c-format
 msgid "Downloading the file '%s'"
 msgstr "正在獲取檔案:「%s」"
 
-#: ../src/freetuxtv-window-tv-channels-database.c:164
+#: ../src/freetuxtv-window-tv-channels-database.c:172
 #, fuzzy
 msgid "Synchronizing TV channels from file"
 msgstr "正在同步電視頻道清單"
diff --git a/src/Makefile.in b/src/Makefile.in
index 9e635e3..15e122e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -566,14 +566,14 @@ distclean-compile:
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c $<
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ $<
 
 .c.obj:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
+ at am__fastdepCC_FALSE@	$(AM_V_CC at am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 .c.lo:
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<

-- 
freetuxtv packaging



More information about the pkg-multimedia-commits mailing list