← Back to team overview

cairo-dock-team team mailing list archive

[Merge] lp:~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1 into lp:ubuntu/cairo-dock

 

Matthieu Baerts has proposed merging lp:~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1 into lp:ubuntu/cairo-dock.

Requested reviews:
  Ubuntu Sponsors Team (ubuntu-sponsors)
Related bugs:
  Bug #932041 in cairo-dock (Ubuntu): "Please update Cairo-Dock to 3.0.0.0beta1 version"
  https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/932041

For more details, see:
https://code.launchpad.net/~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1/+merge/92986

Hello,

The Cairo-Dock team proposes a new version of its Cairo-Dock packages.

This is the Upstream (short) ChangeLog:
 * Upstream (short) ChangeLog:
   - The taskbar has been greatly enhanced.
   - The control of the dock from the keyboard is now very powerful:
    - many shortkeys have been added in different applets
    - you can activate a launcher by pressing a shortkey + its number
    - all shortkeys can now be managed in a single place
       in the configuration window.
   - A new Twitter applet lets you tweet in one click.
   - A new applet to inhibit the screensaver in one click.
   - Cairo-Dock now uses GTK3, for a better integration in a Gnome desktop

Note that the next stable version if scheduled for March. (before the beta freeze)

This branch should be ready to be pushed on lp:ubuntu/cairo-dock (except the UNRELEASED version in debian/changelog)

Please upload this version before the Feature Freeze :)

Thank you for your help!

PS: Don't forget our plug-ins ! ( LP: #932042 )
-- 
The attached diff has been truncated due to its size.
https://code.launchpad.net/~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1/+merge/92986
Your team Cairo-Dock Team is subscribed to branch lp:~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1.
=== removed directory '.pc/01-improved-cairo-dock-session.patch'
=== removed directory '.pc/01-improved-cairo-dock-session.patch/data'
=== removed directory '.pc/01-improved-cairo-dock-session.patch/data/desktop-manager'
=== removed file '.pc/01-improved-cairo-dock-session.patch/data/desktop-manager/CMakeLists.txt'
--- .pc/01-improved-cairo-dock-session.patch/data/desktop-manager/CMakeLists.txt	2011-10-11 10:53:26 +0000
+++ .pc/01-improved-cairo-dock-session.patch/data/desktop-manager/CMakeLists.txt	1970-01-01 00:00:00 +0000
@@ -1,9 +0,0 @@
-install (FILES
-	cairo-dock.desktop
-	cairo-dock-fallback.desktop
-	DESTINATION /usr/share/xsessions)
-
-install (FILES
-	cairo-dock.session
-	cairo-dock-fallback.session
-	DESTINATION /usr/share/gnome-session/sessions)

=== removed file '.pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock-fallback.desktop'
--- .pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock-fallback.desktop	2011-10-11 10:53:26 +0000
+++ .pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock-fallback.desktop	1970-01-01 00:00:00 +0000
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Name=Cairo-Dock (with Gnome and without effect)
-Comment=This session logs you into GNOME with Cairo-Dock and without any graphical effect.
-Exec=gnome-session --session=cairo-dock-fallback
-TryExec=gnome-session
-Icon=
-Type=Application

=== removed file '.pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock-session'
=== removed file '.pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock.desktop'
--- .pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock.desktop	2011-10-11 10:53:26 +0000
+++ .pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock.desktop	1970-01-01 00:00:00 +0000
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Name=Cairo-Dock (with Gnome and effects)
-Comment=This session logs you into GNOME with Cairo-Dock and with graphical effects.
-Exec=gnome-session --session=cairo-dock
-TryExec=gnome-session
-Icon=
-Type=Application

=== removed directory '.pc/01-improved-cairo-dock-session.patch/data/scripts'
=== removed file '.pc/01-improved-cairo-dock-session.patch/data/scripts/help_scripts.sh'
--- .pc/01-improved-cairo-dock-session.patch/data/scripts/help_scripts.sh	2011-10-11 10:53:26 +0000
+++ .pc/01-improved-cairo-dock-session.patch/data/scripts/help_scripts.sh	1970-01-01 00:00:00 +0000
@@ -1,148 +0,0 @@
-#!/bin/bash
-
-# Script for the Help applet of Cairo-Dock
-#
-# Copyright : (C) see the 'copyright' file.
-# E-mail    : see the 'copyright' file.
-#
-#
-# This program 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.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-# http://www.gnu.org/licenses/licenses.html#GPL
-
-ARG=$1
-ARG2=$2
-#ARG3=$3
-ERROR=0
-
-up_install() {
-	if [ "$ARG2" != "no" ]; then
-		apt-get update
-		apt-get install cairo-dock cairo-dock-plug-ins
-	fi
-}
-
-addRepo() {
-	# $1, repository address
-	# $2, a few comments
-	if [ "$1" = "" ]; then
-		exit
-	else
-		myRepo="$1"
-	fi
-	if [ "$2" = "" ]; then
-		comments="Additional Repository"
-	else
-		comments="$2"
-	fi
-
-	grep -r "$myRepo" /etc/apt/sources.list* > /dev/null
-	if [ $? -eq 1 ]; then
-		# the repository isn't in the list.
-		echo "$myRepo ## $comments" | sudo tee -a /etc/apt/sources.list
-	fi
-}
-
-repository() {
-	addRepo "deb http://repository.glx-dock.org/ubuntu $(lsb_release -sc) cairo-dock" "Cairo-Dock-Stable"
-	wget -q http://repository.glx-dock.org/cairo-dock.gpg -O- | apt-key add -
-	up_install
-}
-
-ppa() {
-	addRepo "deb http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu $(lsb_release -sc) main" "Cairo-Dock-PPA"
-	apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
-	up_install
-}
-
-weekly() {
-	addRepo "deb http://ppa.launchpad.net/cairo-dock-team/weekly/ubuntu $(lsb_release -sc) main" "Cairo-Dock-PPA-Weekly"
-	apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
-	up_install
-}
-
-debian_stable() {
-	addRepo "deb http://repository.glx-dock.org/debian stable cairo-dock" "Cairo-Dock-Stable"
-	wget -q http://repository.glx-dock.org/cairo-dock.gpg -O- | apt-key add -
-	up_install
-}
-
-debian_unstable() {
-	addRepo "deb http://repository.glx-dock.org/debian unstable cairo-dock" "Cairo-Dock-Stable"
-	wget -q http://repository.glx-dock.org/cairo-dock.gpg -O- | apt-key add -
-	up_install
-}
-
-compiz_plugin() {
-	if test -d "$HOME/.config/compiz"; then # compiz < 0.9
-		# flat file
-		if test -f "$HOME/.config/compiz/compizconfig/Default.ini"; then
-			sed -i "/as_active_plugins/ s/.*/&;$ARG2/g" $HOME/.config/compiz/compizconfig/Default.ini
-		fi
-		# gconf
-		plugins=`gconftool-2 -g /apps/compiz/general/allscreens/options/active_plugins`
-		gconftool-2 -s /apps/compiz/general/allscreens/options/active_plugins --type=list --list-type=string "${plugins:0:${#plugins}-1},$ARG2]"  # plug-ins in double are filtered by Compiz.
-	fi
-
-	if test -d "$HOME/.config/compiz-1"; then # compiz >= 0.9 => we can have compiz and compiz-1
-		# plug-ins in double are NO LONGER filtered by Compiz in this version... (and if plugins in double, compiz crashes :) )
-		# flat file
-		if test -f "$HOME/.config/compiz-1/compizconfig/Default.ini"; then
-			pluginsFlat=`grep "s0_active_plugins" $HOME/.config/compiz-1/compizconfig/Default.ini`
-			if test `echo $pluginsFlat | grep -c $ARG2` -eq 0; then
-				pluginsFlat="$pluginsFlat""$ARG2;"
-				sed -i "/s0_active_plugins/ s/.*/&$ARG2;/g" $HOME/.config/compiz-1/compizconfig/Default.ini
-			fi
-		fi
-		# gconf
-		plugins=`gconftool-2 -g /apps/compiz-1/general/screen0/options/active_plugins`
-		if test `echo $plugins | grep -c $ARG2` -eq 0; then
-			plugins=${plugins:0:${#plugins}-1},$ARG2]
-			gconftool-2 -s /apps/compiz-1/general/screen0/options/active_plugins --type=list --list-type=string "$plugins"
-		fi
-	fi
-}
-
-compiz_new_replace_list_plugins() {
-	if test -d "$HOME/.config/compiz-1"; then # only for compiz 0.9
-		# flat file
-		if test -f "$HOME/.config/compiz-1/compizconfig/Default.ini"; then
-			pluginsList="s0_active_plugins = "`echo $ARG2 |sed -e 's/,/;/g'`";" # , => ;
-			sed -i "/s0_active_plugins/ s/.*/$ARG2/g" $HOME/.config/compiz-1/compizconfig/Default.ini
-		fi
-		# gconf
-		gconftool-2 -s /apps/compiz-1/general/screen0/options/active_plugins --type=list --list-type=string "[$ARG2]"
-	fi
-}
-
-case $ARG in
-	"repository")
-		repository
-	;;
-	"ppa")
-		ppa
-	;;
-	"weekly")
-		weekly
-	;;
-	"debian_stable")
-		debian_stable
-	;;
-	"debian_unstable")
-		debian_unstable
-	;;
-	"compiz_plugin")
-		compiz_plugin
-	;;
-	"compiz_new_replace_list_plugins")
-		compiz_new_replace_list_plugins
-	;;
-esac
-exit

=== removed directory '.pc/02-manpage-not-compressed-with-max-compression.patch'
=== removed directory '.pc/02-manpage-not-compressed-with-max-compression.patch/data'
=== removed directory '.pc/02-manpage-not-compressed-with-max-compression.patch/data/man'
=== removed file '.pc/02-manpage-not-compressed-with-max-compression.patch/data/man/CMakeLists.txt'
--- .pc/02-manpage-not-compressed-with-max-compression.patch/data/man/CMakeLists.txt	2011-10-11 10:53:26 +0000
+++ .pc/02-manpage-not-compressed-with-max-compression.patch/data/man/CMakeLists.txt	1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
-############## Man pages ################
-find_program(GZIP_TOOL
-				NAMES gzip
-				PATHS /bin
-				usr/bin
-				usr/local/bin)
-if(NOT GZIP_TOOL)
-	message(FATAL_ERROR "Unable to find 'gzip' program")
-endif(NOT GZIP_TOOL)
-set(cairo_dock_man_src cairo-dock_en.1) # cairo-dock_fr.1 cairo-dock_it.1)
-
-# Compression of the manuals
-foreach(man ${cairo_dock_man_src})
-	message(STATUS "Building ${man}.gz")
-	execute_process(COMMAND ${GZIP_TOOL} -c ${CMAKE_CURRENT_SOURCE_DIR}/${man}
-						OUTPUT_FILE ${CMAKE_CURRENT_BINARY_DIR}/${man}.gz)
-endforeach(man)
-
-# Installation of the manuals
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cairo-dock_en.1.gz
-        DESTINATION "${mandir}/man1"
-        PERMISSIONS OWNER_READ GROUP_READ WORLD_READ RENAME cairo-dock.1.gz)

=== removed file '.pc/applied-patches'
--- .pc/applied-patches	2011-10-11 10:53:26 +0000
+++ .pc/applied-patches	1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
-01-improved-cairo-dock-session.patch
-02-manpage-not-compressed-with-max-compression.patch

=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2011-10-11 10:53:26 +0000
+++ CMakeLists.txt	2012-02-14 14:02:34 +0000
@@ -6,13 +6,14 @@
 include (CheckIncludeFiles)
 include (CheckFunctionExists)
 include (CheckSymbolExists)
+include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/GNUInstallDirs.cmake")
 
 ########### project ###############
 
 project ("cairo-dock")
-set (VERSION "2.4.0~2")
+set (VERSION "3.0.0.0beta1")
 
-add_definitions (-std=c99 -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration) # removed for stable versions: -Wstrict-prototypes #-Wunreachable-code -Wno-unused-parameter -Wall 
+add_definitions (-std=c99 -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration -Wstrict-prototypes) # removed for stable versions: -Wstrict-prototypes #-Wunreachable-code -Wno-unused-parameter -Wall 
 if (NOT ${CMAKE_BUILD_TYPE})
 	add_definitions (-O3)
 endif()
@@ -45,31 +46,53 @@
 
 set (PACKAGE ${CMAKE_PROJECT_NAME})
 set (GETTEXT_PACKAGE ${PACKAGE})
-set (prefix ${CMAKE_INSTALL_PREFIX})
+
+set (prefix ${CMAKE_INSTALL_PREFIX})  # /usr/local
 set (exec_prefix ${prefix})
-set (datadir ${prefix}/share)
-set (pkgdatadir ${datadir}/cairo-dock)
-set (mandir ${datadir}/man)
+set (datadir "${prefix}/${CMAKE_INSTALL_DATAROOTDIR}")  # (...)/share
+set (pkgdatadir "${datadir}/${CMAKE_PROJECT_NAME}")  # (...)/cairo-dock
+set (mandir "${prefix}/${CMAKE_INSTALL_MANDIR}")  # (...)/man
+
 set (VERSION_HELP "0.9.99") # needed to parse Help.conf.in
 
-if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT "${FORCE_LIB64}" STREQUAL "")  # 64bits and force install in lib64
-	set (libdir ${prefix}/lib64)
+if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND "${FORCE_LIB64}" STREQUAL "yes")  # 64bits and force install in lib64
+	set (libdir "${prefix}/lib64")
 else()
-	set (libdir ${prefix}/lib${LIB_SUFFIX})
+	set (libdir "${prefix}/${CMAKE_INSTALL_LIBDIR}${LIB_SUFFIX}")  # (...)/lib
 endif()
 
-set (includedir ${prefix}/include)
-set (bindir ${prefix}/bin)
+set (includedir "${prefix}/${CMAKE_INSTALL_INCLUDEDIR}")  # (...)/include
+set (bindir "${prefix}/${CMAKE_INSTALL_BINDIR}")  # (...)/bin
 
 ########### dependencies ###############
 
-pkg_check_modules ("PACKAGE" REQUIRED "gtk+-2.0" "gthread-2.0" "cairo" "librsvg-2.0" "dbus-1" "dbus-glib-1" "libxml-2.0" "gtkglext-1.0" "xrender" "libcurl")
+set (packages_required "gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 xrender gl glu pangox libcurl")  # for the .pc
+STRING (REGEX REPLACE " " ";" packages_required_semicolon ${packages_required})  # replace blank space by semicolon => to have more details if a package is missing
+pkg_check_modules ("PACKAGE" REQUIRED "${packages_required_semicolon}")
 
-pkg_check_modules ("XEXTEND" "xtst" "xcomposite" "xinerama")
+set (xextend_required "xtst xcomposite xinerama")  # for the .pc
+STRING (REGEX REPLACE " " ";" xextend_required_semicolon ${xextend_required})
+pkg_check_modules ("XEXTEND" "${xextend_required_semicolon}")
 if (${XEXTEND_FOUND})
 	set (HAVE_XEXTEND 1)
-	set (xextend_required "xtst xcomposite xinerama")  # pour le .pc
-endif()
+else()
+	set (xextend_required)
+endif()
+
+if (NOT "${force-gtk2}" STREQUAL "yes")  # by default, we use GTK+3 except if we force the use of GTK+2
+	set (gtk_required "gtk+-3.0")  # for the .pc
+	pkg_check_modules ("GTK" "${gtk_required}")  # the check is not set as 'required' because we can use GTK+2 if GTK+3 isn't available
+endif()
+
+if (NOT "${GTK_FOUND}")
+	set (gtk_required "gtk+-2.0")  # for the .pc
+	pkg_check_modules ("GTK" REQUIRED "${gtk_required}")  # the check is requiered this time because we need GTK anyway.
+endif()
+
+STRING (REGEX REPLACE "\\..*" "" GTK_MAJOR "${GTK_VERSION}")
+
+add_definitions (-DGTK_DISABLE_DEPRECATED="1")
+## add_definitions (-DG_DISABLE_DEPRECATED="1")
 
 # We use crypt(3) which may be in libc, or in libcrypt (eg FreeBSD)
 check_library_exists (crypt encrypt "" HAVE_LIBCRYPT)
@@ -93,26 +116,28 @@
 else()
 	MESSAGE (STATUS " * crypt passwords : no")
 endif()
+MESSAGE (STATUS " * GTK version : ${GTK_MAJOR}")
 MESSAGE (STATUS)
 
-########### next steps ###############
-
-add_subdirectory (src)
-add_subdirectory (data)
-add_subdirectory (po)
-
 ########### variables defined at compil time ###############
 
 set (CAIRO_DOCK_SHARE_DATA_DIR ${pkgdatadir})
 set (CAIRO_DOCK_SHARE_THEMES_DIR ${pkgdatadir}/themes)
 #set (CAIRO_DOCK_MODULES_DIR ${libdir}/cairo-dock)
-set (CAIRO_DOCK_LOCALE_DIR ${datadir}/locale)
+set (CAIRO_DOCK_LOCALE_DIR "${prefix}/${CMAKE_INSTALL_LOCALEDIR}")
 set (CAIRO_DOCK_THEMES_DIR "themes")
 set (CAIRO_DOCK_GETTEXT_PACKAGE ${GETTEXT_PACKAGE})
 
 set (GLDI_GETTEXT_PACKAGE ${GETTEXT_PACKAGE})
 set (GLDI_SHARE_DATA_DIR ${pkgdatadir})
 set (GLDI_MODULES_DIR ${libdir}/cairo-dock)
+set (GLDI_BIN_DIR ${bindir})
+
+########### next steps ###############
+
+add_subdirectory (src)
+add_subdirectory (data)
+add_subdirectory (po)
 
 ########### file generation ###############
 

=== modified file 'INSTALL'
--- INSTALL	2010-09-18 14:17:48 +0000
+++ INSTALL	2012-02-14 14:02:34 +0000
@@ -32,10 +32,6 @@
 You can also force another prefix for this librairy directory with "LIB_SUFFIX" flag, e.g. for 'lib32' directory:
     $ cmake CMakeLists.txt -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=32
 
-<deprecated>
-If your libcairo is compiled with glitz support (that is, with --enable-glitz option), you can benefit from glitz hardware acceleration in cairo-dock too.
-Just add the -Denable-glitz option.
-</deprecated>
 
 Plug-ins are compiled all at once, but you can skip some of them. Unstable plug-ins are skipped by default, unless you add "-Denable-xxx=yes", where xxx is the name of the plug-in.
 See the "Applets.stable" file in the "plug-ins" folder for an exhaustive list of stable applets (that are effectively integrated into the official package).

=== modified file 'cairo-dock.pc.in'
--- cairo-dock.pc.in	2011-08-09 16:48:08 +0000
+++ cairo-dock.pc.in	2012-02-14 14:02:34 +0000
@@ -6,8 +6,8 @@
 pluginsdatadir=@datadir@/@PACKAGE@/plug-ins
 
 Name: cairo-dock
-Description: An eye-candy fully animated and configurable dock.
-Requires: gtk+-2.0 gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 xrender gtkglext-1.0 @xextend_required@ @glitz_required@ @libgio_required@
+Description: A pretty and convenient interface to your desktop: dock, panel, desklet.
+Requires: @packages_required@ @xextend_required@ @gtk_required@
 Libs: -L${libdir}
 Cflags: -I${includedir}/cairo-dock -I${includedir}/cairo-dock/gldit -I${includedir}/cairo-dock/icon-factory -I${includedir}/cairo-dock/implementations
 Version: @VERSION@

=== added directory 'cmake_modules'
=== added file 'cmake_modules/GNUInstallDirs.cmake'
--- cmake_modules/GNUInstallDirs.cmake	1970-01-01 00:00:00 +0000
+++ cmake_modules/GNUInstallDirs.cmake	2012-02-14 14:02:34 +0000
@@ -0,0 +1,182 @@
+# - Define GNU standard installation directories
+# Provides install directory variables as defined for GNU software:
+#  http://www.gnu.org/prep/standards/html_node/Directory-Variables.html
+# Inclusion of this module defines the following variables:
+#  CMAKE_INSTALL_<dir>      - destination for files of a given type
+#  CMAKE_INSTALL_FULL_<dir> - corresponding absolute path
+# where <dir> is one of:
+#  BINDIR           - user executables (bin)
+#  SBINDIR          - system admin executables (sbin)
+#  LIBEXECDIR       - program executables (libexec)
+#  SYSCONFDIR       - read-only single-machine data (etc)
+#  SHAREDSTATEDIR   - modifiable architecture-independent data (com)
+#  LOCALSTATEDIR    - modifiable single-machine data (var)
+#  LIBDIR           - object code libraries (lib or lib64)
+#  INCLUDEDIR       - C header files (include)
+#  OLDINCLUDEDIR    - C header files for non-gcc (/usr/include)
+#  DATAROOTDIR      - read-only architecture-independent data root (share)
+#  DATADIR          - read-only architecture-independent data (DATAROOTDIR)
+#  INFODIR          - info documentation (DATAROOTDIR/info)
+#  LOCALEDIR        - locale-dependent data (DATAROOTDIR/locale)
+#  MANDIR           - man documentation (DATAROOTDIR/man)
+#  DOCDIR           - documentation root (DATAROOTDIR/doc/PROJECT_NAME)
+# Each CMAKE_INSTALL_<dir> value may be passed to the DESTINATION options of
+# install() commands for the corresponding file type.  If the includer does
+# not define a value the above-shown default will be used and the value will
+# appear in the cache for editing by the user.
+# Each CMAKE_INSTALL_FULL_<dir> value contains an absolute path constructed
+# from the corresponding destination by prepending (if necessary) the value
+# of CMAKE_INSTALL_PREFIX.
+
+#=============================================================================
+# Copyright 2011 Nikita Krupen'ko <krnekit@xxxxxxxxx>
+# Copyright 2011 Kitware, Inc.
+#
+# Distributed under the OSI-approved BSD License (the "License");
+# see accompanying file Copyright.txt for details.
+#
+# This software is distributed WITHOUT ANY WARRANTY; without even the
+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the License for more information.
+#=============================================================================
+# (To distribute this file outside of CMake, substitute the full
+#  License text for the above reference.)
+
+# Installation directories
+
+if(NOT DEFINED CMAKE_INSTALL_BINDIR)
+  set(CMAKE_INSTALL_BINDIR "bin" CACHE PATH "user executables (bin)")
+endif()
+
+#~ if(NOT DEFINED CMAKE_INSTALL_SBINDIR)
+  #~ set(CMAKE_INSTALL_SBINDIR "sbin" CACHE PATH "system admin executables (sbin)")
+#~ endif()
+#~ 
+#~ if(NOT DEFINED CMAKE_INSTALL_LIBEXECDIR)
+  #~ set(CMAKE_INSTALL_LIBEXECDIR "libexec" CACHE PATH "program executables (libexec)")
+#~ endif()
+#~ 
+#~ if(NOT DEFINED CMAKE_INSTALL_SYSCONFDIR)
+  #~ set(CMAKE_INSTALL_SYSCONFDIR "etc" CACHE PATH "read-only single-machine data (etc)")
+#~ endif()
+#~ 
+#~ if(NOT DEFINED CMAKE_INSTALL_SHAREDSTATEDIR)
+  #~ set(CMAKE_INSTALL_SHAREDSTATEDIR "com" CACHE PATH "modifiable architecture-independent data (com)")
+#~ endif()
+#~ 
+#~ if(NOT DEFINED CMAKE_INSTALL_LOCALSTATEDIR)
+  #~ set(CMAKE_INSTALL_LOCALSTATEDIR "var" CACHE PATH "modifiable single-machine data (var)")
+#~ endif()
+
+if(NOT DEFINED CMAKE_INSTALL_LIBDIR)
+  set(_LIBDIR_DEFAULT "lib")
+  # Override this default 'lib' with 'lib64' iff:
+  #  - we are on Linux system but NOT cross-compiling
+  #  - we are NOT on debian
+  #  - we are on a 64 bits system
+  # reason is: amd64 ABI: http://www.x86-64.org/documentation/abi.pdf
+  # Note that the future of multi-arch handling may be even
+  # more complicated than that: http://wiki.debian.org/Multiarch
+  if(CMAKE_SYSTEM_NAME MATCHES "Linux"
+      AND NOT CMAKE_CROSSCOMPILING
+      AND NOT EXISTS "/etc/debian_version")
+    if(NOT DEFINED CMAKE_SIZEOF_VOID_P)
+      message(AUTHOR_WARNING
+        "Unable to determine default CMAKE_INSTALL_LIBDIR directory because no target architecture is known. "
+        "Please enable at least one language before including GNUInstallDirs.")
+    else()
+      if("${CMAKE_SIZEOF_VOID_P}" EQUAL "8")
+        set(_LIBDIR_DEFAULT "lib64")
+      endif()
+    endif()
+  endif()
+  set(CMAKE_INSTALL_LIBDIR "${_LIBDIR_DEFAULT}" CACHE PATH "object code libraries (${_LIBDIR_DEFAULT})")
+endif()
+
+if(NOT DEFINED CMAKE_INSTALL_INCLUDEDIR)
+  set(CMAKE_INSTALL_INCLUDEDIR "include" CACHE PATH "C header files (include)")
+endif()
+
+#~ if(NOT DEFINED CMAKE_INSTALL_OLDINCLUDEDIR)
+  #~ set(CMAKE_INSTALL_OLDINCLUDEDIR "/usr/include" CACHE PATH "C header files for non-gcc (/usr/include)")
+#~ endif()
+
+if(NOT DEFINED CMAKE_INSTALL_DATAROOTDIR)
+  set(CMAKE_INSTALL_DATAROOTDIR "share" CACHE PATH "read-only architecture-independent data root (share)")
+endif()
+
+#-----------------------------------------------------------------------------
+# Values whose defaults are relative to DATAROOTDIR.  Store empty values in
+# the cache and store the defaults in local variables if the cache values are
+# not set explicitly.  This auto-updates the defaults as DATAROOTDIR changes.
+
+if(NOT CMAKE_INSTALL_DATADIR)
+  set(CMAKE_INSTALL_DATADIR "" CACHE PATH "read-only architecture-independent data (DATAROOTDIR)")
+  set(CMAKE_INSTALL_DATADIR "${CMAKE_INSTALL_DATAROOTDIR}")
+endif()
+
+#~ if(NOT CMAKE_INSTALL_INFODIR)
+  #~ set(CMAKE_INSTALL_INFODIR "" CACHE PATH "info documentation (DATAROOTDIR/info)")
+  #~ set(CMAKE_INSTALL_INFODIR "${CMAKE_INSTALL_DATAROOTDIR}/info")
+#~ endif()
+
+if(NOT CMAKE_INSTALL_LOCALEDIR)
+  set(CMAKE_INSTALL_LOCALEDIR "" CACHE PATH "locale-dependent data (DATAROOTDIR/locale)")
+  set(CMAKE_INSTALL_LOCALEDIR "${CMAKE_INSTALL_DATAROOTDIR}/locale")
+endif()
+
+if(NOT CMAKE_INSTALL_MANDIR)
+  set(CMAKE_INSTALL_MANDIR "" CACHE PATH "man documentation (DATAROOTDIR/man)")
+  set(CMAKE_INSTALL_MANDIR "${CMAKE_INSTALL_DATAROOTDIR}/man")
+endif()
+
+#~ if(NOT CMAKE_INSTALL_DOCDIR)
+  #~ set(CMAKE_INSTALL_DOCDIR "" CACHE PATH "documentation root (DATAROOTDIR/doc/PROJECT_NAME)")
+  #~ set(CMAKE_INSTALL_DOCDIR "${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME}")
+#~ endif()
+
+#-----------------------------------------------------------------------------
+
+mark_as_advanced(
+  CMAKE_INSTALL_BINDIR
+  #~ CMAKE_INSTALL_SBINDIR
+  #~ CMAKE_INSTALL_LIBEXECDIR
+  #~ CMAKE_INSTALL_SYSCONFDIR
+  #~ CMAKE_INSTALL_SHAREDSTATEDIR
+  #~ CMAKE_INSTALL_LOCALSTATEDIR
+  CMAKE_INSTALL_LIBDIR
+  CMAKE_INSTALL_INCLUDEDIR
+  #~ CMAKE_INSTALL_OLDINCLUDEDIR
+  CMAKE_INSTALL_DATAROOTDIR
+  CMAKE_INSTALL_DATADIR
+  #~ CMAKE_INSTALL_INFODIR
+  CMAKE_INSTALL_LOCALEDIR
+  CMAKE_INSTALL_MANDIR
+  #~ CMAKE_INSTALL_DOCDIR
+  )
+
+# Result directories
+
+foreach(dir
+    BINDIR
+    #~ SBINDIR
+    #~ LIBEXECDIR
+    #~ SYSCONFDIR
+    #~ SHAREDSTATEDIR
+    #~ LOCALSTATEDIR
+    LIBDIR
+    INCLUDEDIR
+    #~ OLDINCLUDEDIR
+    DATAROOTDIR
+    DATADIR
+    #~ INFODIR
+    LOCALEDIR
+    MANDIR
+    #~ DOCDIR
+    )
+  if(NOT IS_ABSOLUTE ${CMAKE_INSTALL_${dir}})
+    set(CMAKE_INSTALL_FULL_${dir} "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_${dir}}")
+  else()
+    set(CMAKE_INSTALL_FULL_${dir} "${CMAKE_INSTALL_${dir}}")
+  endif()
+endforeach()

=== modified file 'copyright'
--- copyright	2011-03-17 14:08:48 +0000
+++ copyright	2012-02-14 14:02:34 +0000
@@ -2,7 +2,7 @@
 X-Upstream-Author: Fabrice Rey <fabounet@xxxxxxxxxxxx>.
 
 Files: 	*/*
-Copyright: 2007-2011 Fabrice Rey <fabounet@xxxxxxxxxxxx>
+Copyright: 2007-2012 Fabrice Rey <fabounet@xxxxxxxxxxxx>
 Licence: GPL 3+ (See /usr/share/common-licenses/GPL-3 for complete licence)
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

=== modified file 'data/ChangeLog.txt'
--- data/ChangeLog.txt	2011-09-26 11:14:46 +0000
+++ data/ChangeLog.txt	2012-02-14 14:02:34 +0000
@@ -2,3 +2,5 @@
 [ChangeLog]
 
 2.4.0 = <b><span color='red'>GLX-Dock 2.4.0</span></b>\n - The <b>Power-Manager applet</b> has been rewritten to work on any plateform.\n - A <b>new Help applet</b> has been added to help our beloved users :-)\n - <b>Integration in the XFCE desktop</b> has been improved\n - Several <b>new DBus methods</b> lets you interact on the dock more easily.\n - The dock can now be used as a shell in a Compiz-standalone environment.
+
+3.0.0 = <b>New version: <span color='red'>GLX-Dock 3.0</span>!</b>\n - The <b>taskbar</b> has been greatly enhanced.\n - The <b>Log out</b> applet has been rewritten, now allows to switch users.\n - The <b>control of the dock from the keyboard</b> is now very powerful:\n   - many shortkeys have been added in different applets\n   - you can activate a launcher by pressing a shortkey + its number\n   - all shortkeys can now be managed in a single place in the configuration window.\n - The <b>Sound Menu</b> from Ubuntu has been integrated into the Sound-Control applet.\n - A new <b>Twitter applet</b> lets you tweet in one click.\n - A new applet to <b>inhibit the screensaver</b> in one click.\n - Separators are transparent to click in <b>'Panel'</b> mode\n - Cairo-Dock now uses <b>GTK3</b>, for a better integration in a Gnome desktop\n - Few additions to the DBus API.\n - It's possible to donate to support the project!

=== modified file 'data/cairo-dock-simple.conf.in'
--- data/cairo-dock-simple.conf.in	2011-08-09 16:48:08 +0000
+++ data/cairo-dock-simple.conf.in	2012-02-14 14:02:34 +0000
@@ -37,13 +37,16 @@
 #F-[Taskbar;@pkgdatadir@/icons/icon-taskbar.png]
 frame_task =
 
-#l-[None;MacOSX;KDE;Gnome] Behaviour of the Taskbar:
-#{None     : Don't show opened windows in the dock.
-#MacOSX   : Mix applications with its launcher, show other windows only if they are minimized.
-#KDE : Mix applications with its launcher, show all others windows and group windows togather in sub-dock.
-#Gnome    : Separate the taskbar from the launchers and only show windows that are on the current desktop.}
+#Y-[None;0;0;Minimalistic;1;1;Integrated;1;1;Separated;1;1] Behaviour of the Taskbar:
+#{None       : Don't show opened windows in the dock.
+#Minimalistic: Mix applications with its launcher, show other windows only if they are minimized (like in MacOSX).
+#Integrated  : Mix applications with its launcher, show all others windows and group windows togather in sub-dock (default).
+#Separated   : Separate the taskbar from the launchers and only show windows that are on the current desktop.}
 taskbar = 2
 
+#l-[At the beginning of the dock;Before the launchers;After the launchers;At the end of the dock] Place new icons
+place icons = 2
+
 
 #F[Icons' animations and effects;@pkgdatadir@/icons/icon-movment.png]
 frame_anim=
@@ -71,16 +74,6 @@
 #l[Very small;Small;Medium;Big;Very Big] Icons size:
 icon size = 2
 
-#v
-sev_order=
-
-#B Separate the different types of icons?
-#{This will separate launchers, application, and applets from each others. Separators will be automatically inserted then.}
-separate icons = true
-
-#T[launchers;applications;applets] Order of the different types of icons :
-icon's type order = 0;1;2
-
 
 #F[Views;@pkgdatadir@/icons/icon-views.svg]
 frame_view =
@@ -96,6 +89,18 @@
 sub-dock view = default
 
 
+#[gtk-select-font]
+[Shortkeys]
+
+#F[Keyboard shortcuts currently available;gtk-select-font]
+frame_key=
+
+#_ 
+#{Many applets provide shortkeys for their actions. As soon as an applet is enabled, its shortkeys become available.
+#Double-click on a line, and press the shortkey you want to use for the corresponding action.}
+shortkeys=
+
+
 #[@pkgdatadir@/icons/icon-plug-ins.svg]
 [Add-ons]
 

=== modified file 'data/cairo-dock.conf.in'
--- data/cairo-dock.conf.in	2011-09-26 11:14:46 +0000
+++ data/cairo-dock.conf.in	2012-02-14 14:02:34 +0000
@@ -59,7 +59,7 @@
 unhide delay = 0
 
 #Y-[Hit the screen's border;0;0;Hit where the dock is;0;0;Hit the screen's corner;0;0;Hit a zone;1;2] How to call the dock back:
-callback = 0
+callback = 1
 
 #j-[2;999] Size of the zone :
 zone size = 80;10
@@ -104,20 +104,23 @@
 #F-[Behaviour;gtk-properties]
 frame1 =
 
-#B-[5] Show currently opened applications in the dock?
+#B-[8] Show currently opened applications in the dock?
 #{Cairo-Dock will then act as your taskbar. It is recommended to remove any other taskbars.}
 show applications = true
 
-#b- Only show icons whose windows are minimised
-hide visible = false
-
-#b- Only show applications on current desktop
-current desktop only = false
-
 #b- Mix launchers and applications
 #{Allows launchers to act as applications when their programs are running and displays a marker on icons to indicate this. You can launch other occurences of the program with SHIFT+click.}
 mix launcher appli = true
 
+#b- Only show applications on current desktop
+current desktop only = false
+
+#b- Only show icons whose windows are minimised
+hide visible = false
+
+#l-[At the beginning of the dock;Before the launchers;After the launchers;At the end of the dock] Place new icons
+place icons = 2
+
 #B- Group windows from the same application in a sub-dock ?
 #{This allows you to group all the windows of a given application into a unique sub-dock, and to act on all of the windows at the same time.}
 group by class = true
@@ -156,7 +159,7 @@
 #F-[Interaction;gtk-refresh]
 frame2 =
 
-#l-[Nothing;Close;Minimize;Launch new] Action on middle-click on the related application
+#l-[Nothing;Close;Minimize;Launch new;Lower] Action on middle-click on the related application
 action on middle click = 1
 
 #b- Minimise the window when its icon is clicked, if it was already the active window ?
@@ -186,6 +189,18 @@
 animation on demands attention = rotate
 
 
+#[gtk-select-font]
+[Shortkeys]
+
+#F[Keyboard shortcuts currently available;gtk-select-font]
+frame_key=
+
+#_ 
+#{Many applets provide shortkeys for their actions. As soon as an applet is enabled, its shortkeys become available.
+#Double-click on a line, and press the shortkey you want to use for the corresponding action.}
+shortkeys=
+
+
 [System]
 
 #X-[Animations speed;@pkgdatadir@/icons/icon-movment.png]
@@ -492,6 +507,12 @@
 #{Any format allowed; leave this field empty if you don't want to use an image as background.}
 icons bg =
 
+#F+[Icons size;gtk-zoom-fit]
+frame_size =
+
+#j+[10;128] Icons' size at rest (width x height) :
+launcher size = 40;40
+
 #F+[Zoom effect;@pkgdatadir@/icons/icon-wave.png]
 frame_shape =
 #f+[1;5] Maximum zoom of the icons :
@@ -506,42 +527,6 @@
 #{in pixels.}
 icon gap = 0
 
-#F+[Reflections]
-frame_refl =
-
-#e+[0;1;light;strong] Reflective power of the plane :
-#{It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 reflections are not used.}
-albedo = .8
-
-#e+[0;1;small;tall] Height of the reflection:
-#{In percent of the icon's size. This parameter influence the total height of the dock.}
-field depth = 0.5
-
-#e+[0;1;Transparent;Opaque] Icons' transparency at rest :
-#{It is their transparency when the dock is at rest; they will "materialize" progressively as the dock grows up. The closer to 0, the more transparent they will be.}
-alpha at rest = 1
-
-#X+[Icons size]
-frame_size =
-
-#j+[10;128] Launcher's size at rest (width x height) :
-launcher size = 40;40
-
-#j+[10;128] Application's size at rest (width x height) :
-appli size = 40;40
-
-#j+[10;128] Applet's size at rest (width x height) :
-applet size = 40;40
-
-#m[Animated icons] Configure icons' animations.
-config_anim = 
-
-#M[icon effects] Configure icons' special effects (requires OpenGL).
-config_effect = 
-
-#M[illusion] Configure icons' animations on appearing/disappearing (require OpenGL capacity).
-config_illusion = 
-
 #X+[Separators]
 frame_sep =
 
@@ -565,18 +550,20 @@
 #C+ Colour of flat separators :
 separator color = 0.9;0.9;0.9;1.0
 
-
-#X+[Icons order]
-frame_order =
-
-#Y+[No;0;0;Separate applications from others;1;1;Separate applets from others;1;1;Separate all;1;1] Separate the different types of icons?
-#{If you separate a type of icons, the icons of this type will be placed together, separated from the others by a separator.
-#If you don't separate the icons, you can place them wherever you want, and insert separators manually. Applications will then be placed next to their launcher if they have one, or after the last launcher.}
-separate_icons = 0
-
-#T+[launchers;applications;applets] Order of the different types of icons :
-icon's type order = 0;1;2
-
+#X+[Reflections]
+frame_refl =
+
+#e+[0;1;light;strong] Reflective power of the plane :
+#{It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 reflections are not used.}
+albedo = .45
+
+#e+[0;1;small;tall] Height of the reflection:
+#{In percent of the icon's size. This parameter influence the total height of the dock.}
+field depth = 0.5
+
+#e+[0;1;Transparent;Opaque] Icons' transparency at rest :
+#{It is their transparency when the dock is at rest; they will "materialize" progressively as the dock grows up. The closer to 0, the more transparent they will be.}
+alpha at rest = 1
 
 #X+[Link the icons with a string]
 frame_string =

=== modified file 'data/container.desktop.in'
--- data/container.desktop.in	2011-08-09 16:48:08 +0000
+++ data/container.desktop.in	2012-02-14 14:02:34 +0000
@@ -35,7 +35,5 @@
 #f[0;100] Order you want for this launcher among the others:
 Order=0
 
-group = 0
-
 Icon Type = 1
 Type = Container

=== modified file 'data/default-theme/cairo-dock.conf'
--- data/default-theme/cairo-dock.conf	2011-09-26 11:14:46 +0000
+++ data/default-theme/cairo-dock.conf	2012-02-14 14:02:34 +0000
@@ -59,7 +59,7 @@
 unhide delay=0
 
 #Y-[Hit the screen's border;0;0;Hit where the dock is;0;0;Hit the screen's corner;0;0;Hit a zone;1;2] How to call the dock back:
-callback=0
+callback=1
 
 #j-[2;999] Size of the zone :
 zone size=80;10
@@ -278,7 +278,7 @@
 #{Let empty if you don't need to log-in to the proxy with a user/password.}
 conn passwd=
 
-modules=switcher;dnd2share;illusion;logout;showDesktop;shortcuts;Quick Browser;GMenu;Recent-Events;Animated icons;icon effects;Scooby-Do;musicPlayer;Help
+modules=switcher;dnd2share;illusion;logout;showDesktop;shortcuts;Quick Browser;GMenu;Recent-Events;Animated icons;icon effects;Scooby-Do;musicPlayer;Help;Remote-Control
 
 
 [Background]

=== added file 'data/desktop-manager/cairo-dock-session'
--- data/desktop-manager/cairo-dock-session	1970-01-01 00:00:00 +0000
+++ data/desktop-manager/cairo-dock-session	2012-02-14 14:02:34 +0000
@@ -0,0 +1,48 @@
+#!/bin/bash
+
+# Script for the 'desktop-manager' subproject of Cairo-Dock
+#
+# Copyright : (C) see the 'copyright' file.
+# E-mail    : see the 'copyright' file.
+#
+#
+# This program 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.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# http://www.gnu.org/licenses/licenses.html#GPL
+
+# This script removes Unity Compiz plugin and launches Cairo-Dock with a short delay
+
+UNITY_NAME="unityshell"
+COMPIZ_FLAT_FILE="$HOME/.config/compiz-1/compizconfig/Default.ini"
+COMPIZ_GCONF="/apps/compiz-1/general/screen0/options/active_plugins"
+
+if test -d "$HOME/.config/compiz-1"; then # compiz >= 0.9
+	# plug-ins in double are NO LONGER filtered by Compiz in this version... (and if plugins are in double or wrong, compiz crashes :) )
+	# flat file
+	if test -f "$COMPIZ_FLAT_FILE"; then
+		pluginsFlat=`grep "s0_active_plugins" $COMPIZ_FLAT_FILE`
+		if test `echo $pluginsFlat | grep -c $UNITY_NAME` -gt 0; then
+			pluginsFlatWithoutUnity=`echo $pluginsFlat | sed -e "s/$UNITY_NAME;//g"`
+			sed -i "/s0_active_plugins/ s/$pluginsFlat/$pluginsFlatWithoutUnity/g" $COMPIZ_FLAT_FILE
+			killall unity-panel-service
+		fi
+	fi
+	# gconf
+	plugins=`gconftool-2 -g $COMPIZ_GCONF`
+	if test `echo $plugins | grep -c $UNITY_NAME` -gt 0; then
+		pluginsWithoutUnity=`echo $plugins | sed -e "s/$UNITY_NAME,//g"`
+		gconftool-2 -s $COMPIZ_GCONF --type=list --list-type=string "$pluginsWithoutUnity"
+		killall unity-panel-service
+	fi
+fi
+
+if test `ps aux | grep -c " [c]airo-dock"` -eq 0; then # cairo-dock not launched
+	cairo-dock -w 3
+fi

=== removed file 'data/desktop-manager/cairo-dock-session'
--- data/desktop-manager/cairo-dock-session	2011-10-11 10:53:26 +0000
+++ data/desktop-manager/cairo-dock-session	1970-01-01 00:00:00 +0000
@@ -1,47 +0,0 @@
-#!/bin/bash
-
-# Script for the 'desktop-manager' subproject of Cairo-Dock
-#
-# Copyright : (C) see the 'copyright' file.
-# E-mail    : see the 'copyright' file.
-#
-#
-# This program 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.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-# http://www.gnu.org/licenses/licenses.html#GPL
-
-# This script removes Unity Compiz plugin and launches Cairo-Dock with a short delay
-
-UNITY_NAME="unityshell"
-COMPIZ_FLAT_FILE="$HOME/.config/compiz-1/compizconfig/Default.ini"
-COMPIZ_GCONF="/apps/compiz-1/general/screen0/options/active_plugins"
-
-if test -d "$HOME/.config/compiz-1"; then # compiz >= 0.9
-	# plug-ins in double are NO LONGER filtered by Compiz in this version... (and if plugins are in double or wrong, compiz crashes :) )
-	# flat file
-	if test -f "$COMPIZ_FLAT_FILE"; then
-		pluginsFlat=`grep "s0_active_plugins" $COMPIZ_FLAT_FILE`
-		if test `echo $pluginsFlat | grep -c $UNITY_NAME` -gt 0; then
-			pluginsFlatWithoutUnity=`echo $pluginsFlat | sed -e "s/$UNITY_NAME;//g"`
-			sed -i "/s0_active_plugins/ s/$pluginsFlat/$pluginsFlatWithoutUnity/g" $COMPIZ_FLAT_FILE
-		fi
-	fi
-	# gconf
-	plugins=`gconftool-2 -g $COMPIZ_GCONF`
-	if test `echo $plugins | grep -c $UNITY_NAME` -gt 0; then
-		pluginsWithoutUnity=`echo $plugins | sed -e "s/$UNITY_NAME,//g"`
-		gconftool-2 -s $COMPIZ_GCONF --type=list --list-type=string "$pluginsWithoutUnity"
-		killall unity-panel-service
-	fi
-fi
-
-if test `ps aux | grep -c " [c]airo-dock"` -eq 0; then # cairo-dock not launched
-	cairo-dock -w 3
-fi

=== modified file 'data/icons/CMakeLists.txt'
--- data/icons/CMakeLists.txt	2011-09-26 11:14:46 +0000
+++ data/icons/CMakeLists.txt	2012-02-14 14:02:34 +0000
@@ -49,6 +49,7 @@
 	icon-internet.svg
 	icon-labels.svg
 	icon-lock-icons.svg
+	icon-lower.svg
 	icon-maximize.svg
 	icon-minimize.svg
 	icon-mouse.svg

=== added file 'data/icons/icon-lower.svg'
--- data/icons/icon-lower.svg	1970-01-01 00:00:00 +0000
+++ data/icons/icon-lower.svg	2012-02-14 14:02:34 +0000
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   version="1.0"
+   width="24"
+   height="24"
+   id="svg2"
+   inkscape:version="0.48.2 r9819"
+   sodipodi:docname="icon-lower.svg">
+  <metadata
+     id="metadata21">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1084"
+     inkscape:window-height="729"
+     id="namedview19"
+     showgrid="false"
+     inkscape:zoom="17.383042"
+     inkscape:cx="12"
+     inkscape:cy="13.093622"
+     inkscape:window-x="7"
+     inkscape:window-y="41"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient3725">
+      <stop
+         id="stop3729"
+         style="stop-color:#f0c178;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.5"
+         style="stop-color:#e18941;stop-opacity:1;"
+         id="stop3766" />
+      <stop
+         id="stop3731"
+         style="stop-color:#ec4f18;stop-opacity:1;"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5105-262-943-861">
+      <stop
+         id="stop2487"
+         style="stop-color:#0d0d0d;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2489"
+         style="stop-color:#0d0d0d;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4222">
+      <stop
+         id="stop4224"
+         style="stop-color:#f6daae;stop-opacity:1;"
+         offset="0" />
+      <stop
+         id="stop4226"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="24.138529"
+       y1="6.5316639"
+       x2="24.138529"
+       y2="45.690399"
+       id="linearGradient2833"
+       xlink:href="#linearGradient4222"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5399382,0,0,0.5366811,-0.8489227,-5.8733974)" />
+    <linearGradient
+       x1="23.878078"
+       y1="18.541262"
+       x2="23.942078"
+       y2="36.509308"
+       id="linearGradient2836"
+       xlink:href="#linearGradient3725"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8988874,0,0,0.8934652,-9.4637044,-13.933171)" />
+    <radialGradient
+       cx="11.25"
+       cy="19.03125"
+       r="8.0625"
+       fx="11.25"
+       fy="19.03125"
+       id="radialGradient2839"
+       xlink:href="#linearGradient5105-262-943-861"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.4061954,0,0,0.37209335,-3.8196983,7.9186058)" />
+  </defs>
+  <path
+     d="m 21.5,5.1276193 0,5.0051817 -9.442473,8.39899 -9.5575271,-8.39899 0,-5.0051817 z"
+     id="path2262"
+     style="fill:url(#linearGradient2836);fill-opacity:1;fill-rule:evenodd;stroke:#bb2b12;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccc" />
+  <path
+     d="m 20.5,6.1276193 0,3.0051813 L 12.162712,16.448642 3.5,9.1328006 3.5,6.1276193 z"
+     id="path2272"
+     style="opacity:0.4;fill:none;stroke:url(#linearGradient2833);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccc" />
+</svg>

=== modified file 'data/launcher.desktop.in'
--- data/launcher.desktop.in	2011-08-09 16:48:08 +0000
+++ data/launcher.desktop.in	2012-02-14 14:02:34 +0000
@@ -12,13 +12,13 @@
 #v
 sep_display=
 
-#s Launcher's name :
+#s[Default] Launcher's name :
 Name =
 
-#S+ Image's name or path :
+#S+[Default] Image's name or path :
 Icon=
 
-#s Command to launch on click :
+#s[Default] Command to launch on click :
 #{Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard shortcut, for exemple <Alt>F1, <Ctrl>c,  <Ctrl>v, etc}
 Exec=
 
@@ -26,11 +26,11 @@
 #X[Extra parameters]
 frame_extra =
 
-#b Prevent this launcher from stealing appli from taskbar ?
+#b Prevent this launcher from stealing this application from taskbar ?
 #{If you choosed to mix launcher and applis, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the Terminal's icon from the Taskbar.} 
 prevent inhibate = false
 
-#K Class of the program :
+#K[Default] Class of the program :
 #{The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the appli with its launcher.}
 StartupWMClass = 
 

=== modified file 'data/main-dock.conf.in'
--- data/main-dock.conf.in	2011-08-09 16:48:08 +0000
+++ data/main-dock.conf.in	2012-02-14 14:02:34 +0000
@@ -36,7 +36,7 @@
 #F-[Visibility of the dock;@pkgdatadir@/icons/icon-visibility.svg]
 frame_visi =
 
-#l-[Always on top;Reserve space for the dock;Keep the dock below;Hide the dock when it overlaps the current window;Hide the dock whenever it overlaps any window;Keep the dock hidden;Pop-up on shortcut] Visibility:
+#l-[Always on top;Reserve space for the dock;Keep the dock below;Hide the dock when it overlaps the current window;Hide the dock whenever it overlaps any window;Keep the dock hidden] Visibility:
 #{Modes are sorted from the most intrusive to the less intrusive.
 #When the dock is hidden or below a window, place the mouse on the screen's border to call it back.
 #When the dock pops up on shortcut, it will appear at the position of your mouse. The rest of the time, it stays invisible, thus acting like a menu.}
@@ -46,6 +46,12 @@
 #[@pkgdatadir@/icons/icon-appearance.svg]
 [Appearance]
 
+#F[Icons;@pkgdatadir@/icons/icon-icons.svg]
+frame_icons=
+
+#l[Same as main dock;Tiny;Very small;Small;Medium;Big;Very Big] Icons size:
+icon size = 0
+
 #F[Views;@pkgdatadir@/icons/icon-views.svg]
 frame_view =
 

=== modified file 'data/man/CMakeLists.txt'
--- data/man/CMakeLists.txt	2011-10-11 10:53:26 +0000
+++ data/man/CMakeLists.txt	2012-02-14 14:02:34 +0000
@@ -12,7 +12,7 @@
 # Compression of the manuals
 foreach(man ${cairo_dock_man_src})
 	message(STATUS "Building ${man}.gz")
-	execute_process(COMMAND ${GZIP_TOOL} -9 -c ${CMAKE_CURRENT_SOURCE_DIR}/${man}
+	execute_process(COMMAND ${GZIP_TOOL} -9c ${CMAKE_CURRENT_SOURCE_DIR}/${man}
 						OUTPUT_FILE ${CMAKE_CURRENT_BINARY_DIR}/${man}.gz)
 endforeach(man)
 

=== modified file 'data/man/cairo-dock_en.1'
--- data/man/cairo-dock_en.1	2011-08-09 16:48:08 +0000
+++ data/man/cairo-dock_en.1	2012-02-14 14:02:34 +0000
@@ -32,7 +32,7 @@
 .PP
 It's recommended to install the PLUG\-INS package (
 .B cairo\-dock\-plug\-ins
-) to have acces to more views, dialogs and many plug\-ins and applets.
+) to have access to more views, dialogues and many plug\-ins and applets.
 .PP
 Some
 .B screenshots
@@ -138,21 +138,27 @@
 .B Cairo\-Dock
 project was written by 
 .B Fabrice Rey
-(fabounet) <fabounet@xxxxxxxxxxxxxxxx>.
-.br
+(fabounet) <fabounet@xxxxxxxxxxxx>.
+.PP
 The
 .B Cairo\-Dock Team
-is formed by
+is currently formed by
 .B Fabounet
-(Fabrice Rey),
+(Fabrice Rey) and
+.B Matttbe
+(Matthieu Baerts).
+.br
+With the help of
+.B Eduardo Mucelli
+for our third-party applets.
+.PP
+Thanks to our former developers:
 .B Mav
 (Yann Sladek),
 .B Tofe
 (Christophe Chapuis),
 .B Nochka85
 (Yann Dulieu),
-.B Matttbe
-(Matthieu Baerts)
 .B ChanGFu
 (Rémy Robertson),
 .B Paradoxxx\ Zero
@@ -164,7 +170,19 @@
 .B Ctaf
 ,
 .B Augur
- as well as numerous beta testers (ppmt, vilraleur, M.Tasaka, etc. see the 'About' menu in the dock) !
+and
+.B SQP
+as well as numerous beta testers and contributors:
+lylambda, taiebot65, Franksuse64, ppmt, etc.
+see the 'About' menu in the dock and this web page.
+.br
+        http://glx\-dock.org/userlist_messages.php
+.PP
+Don't hesitate to contribute to this project ;)
+.br
+Please have a look at this wiki page:
+.br
+        http://glx\-dock.org/ww_page.php?p=How%20to%20help%20us
 .PP
 This manual page was started by Julien Lavergne <julien.lavergne@xxxxxxxxx>,
 for the Debian project (but may be used by others).
@@ -175,13 +193,17 @@
 Your bug is maybe a
 .B recurrent problem
 (black background, window at startup (use \-c or \-o),
-problem with OpenGL, etc.). Please go to http://www.glx\-dock.org/ww_page.php?p=Recurrents%20problems&lang=en
+problem with OpenGL, etc.). Please go to:
+.br
+        http://www.glx\-dock.org/ww_page.php?p=Recurrents%20problems
 .PP
-For any other bugs, you can post them on Cairo\-Dock forum
-(http://forum.glx\-dock.org)
+For any other bugs, you can post them on Cairo\-Dock forum:
+.br
+        http://forum.glx\-dock.org
 .br
 or on Launchpad
-(https://bugs.launchpad.net/cairo\-dock)
+.br
+        https://bugs.launchpad.net/cairo\-dock
 
 .SH WEBSITE
 <

=== modified file 'data/separator.desktop.in'
--- data/separator.desktop.in	2011-08-09 16:48:08 +0000
+++ data/separator.desktop.in	2012-02-14 14:02:34 +0000
@@ -21,7 +21,5 @@
 #f[0;100] Order you want for this launcher among the others:
 Order=0
 
-group = 0
-
 Icon Type = 2
 Type = Separator

=== modified file 'debian/cairo-dock-core.install'
--- debian/cairo-dock-core.install	2011-10-11 10:53:26 +0000
+++ debian/cairo-dock-core.install	2012-02-14 14:02:34 +0000
@@ -2,5 +2,4 @@
 debian/tmp/usr/share/locale
 debian/tmp/usr/share/applications
 debian/apport/cairo-dock.py usr/share/apport/package-hooks/
-debian/tmp/usr/share/man/man1/cairo-dock.1.gz
-debian/tmp/usr/lib*/*.so.*
+debian/tmp/usr/share/man/

=== removed file 'debian/cairo-dock-core.lintian-overrides'
--- debian/cairo-dock-core.lintian-overrides	2011-10-11 10:53:26 +0000
+++ debian/cairo-dock-core.lintian-overrides	1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
-# Temporally lintian override: This package is going to be split
-cairo-dock-core: package-name-doesnt-match-sonames

=== removed file 'debian/cairo-dock-dev.install'
--- debian/cairo-dock-dev.install	2011-10-11 10:53:26 +0000
+++ debian/cairo-dock-dev.install	1970-01-01 00:00:00 +0000
@@ -1,3 +0,0 @@
-debian/tmp/usr/include
-debian/tmp/usr/lib*/pkgconfig
-debian/tmp/usr/lib*/*.so

=== modified file 'debian/changelog'
--- debian/changelog	2011-10-11 10:53:26 +0000
+++ debian/changelog	2012-02-14 14:02:34 +0000
@@ -1,3 +1,42 @@
+cairo-dock (3.0.0.0beta1-0ubuntu1) UNRELEASED; urgency=low
+
+  * New upstream release. (LP: #932041)
+  * Upstream (short) ChangeLog:
+   - The taskbar has been greatly enhanced.
+   - The control of the dock from the keyboard is now very powerful:
+    - many shortkeys have been added in different applets
+    - you can activate a launcher by pressing a shortkey + its number
+    - all shortkeys can now be managed in a single place
+       in the configuration window.
+   - A new Twitter applet lets you tweet in one click.
+   - A new applet to inhibit the screensaver in one click.
+   - Cairo-Dock now uses GTK3, for a better integration in a Gnome desktop
+   - It's possible to donate to support the project!
+   - (...)
+  * debian/patches:
+   - Removed all previous patches (now in upstream)
+  * debian/rules and debian/control:
+   - Added multiarch support
+  * debian/control:
+   - libgtk-3-dev is now needed instead of libgtk2.0-dev
+   - libgtkglext1-dev is no longer needed
+      (replaced by libgl, libglu and libpango)
+   - cairo-dock: increase the version of plug-ins packages
+      and added: cairo-dock-plug-ins-dbus-interface-python
+   - cairo-dock-dev has been replaced by libgldi-dev
+      and dependences have been updated
+   - Added a new package (libgldi3) in order to support multiarch
+      and to fix this lintian error: package-name-doesnt-match-sonames
+  * debian/cairo-dock-core.install and debian/libgldi3.install:
+   - libgldi3 package has been added
+   - It contains the library used by cairo-dock
+   - MultiArch is supported
+  * debian/cairo-dock-dev.install and debian/libgldi-dev.install:
+   - cairo-dock-dev has been replaced by libgldi-dev
+  * Updated debian/watch
+
+ -- Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>  Tue, 14 Feb 2012 13:56:31 +0100
+
 cairo-dock (2.4.0~2-0ubuntu1) oneiric; urgency=low
 
   [ Matthieu Baerts (matttbe) ]

=== modified file 'debian/compat'
--- debian/compat	2009-08-26 17:13:42 +0000
+++ debian/compat	2012-02-14 14:02:34 +0000
@@ -1,1 +1,1 @@
-7
+8

=== modified file 'debian/control'
--- debian/control	2011-10-11 10:53:26 +0000
+++ debian/control	2012-02-14 14:02:34 +0000
@@ -4,19 +4,21 @@
 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
 XSBC-Original-Maintainer: Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>, Julien Lavergne <julien.lavergne@xxxxxxxxx>, Fabrice Rey <fabounet@xxxxxxxxxxxx>
 Build-Depends: 	cdbs, 
-		debhelper (>= 7),
+		debhelper (>= 8.1.3),
 		cmake,
 		libcairo2-dev, 
-		libgtk2.0-dev, 
+		libgtk-3-dev, 
 		librsvg2-dev,
 		libdbus-glib-1-dev,
 		libxml2-dev,
 		libxtst-dev,
 		libxrender-dev,
 		libxcomposite-dev,
-		libgtkglext1-dev,
 		libxinerama-dev,
 		libglib2.0-dev,
+		libgl1-mesa-dev | libgl-dev,
+		libglu1-mesa-dev | libglu-dev,
+		libpango1.0-dev,
 		libcurl4-gnutls-dev
 Standards-Version: 3.9.2
 Homepage: http://www.glx-dock.org/
@@ -26,8 +28,10 @@
 Architecture: all
 Conflicts: 	cairo-dock (<= 2.0.8.0)
 Depends: 	cairo-dock-core (>= ${source:Version}),
-		cairo-dock-plug-ins (>= 2.4.0~2),
-		${misc:Depends}
+			cairo-dock-plug-ins (>= 3.0.0.0beta1),
+			cairo-dock-plug-ins-integration (>= 3.0.0.0beta1),
+			cairo-dock-plug-ins-dbus-interface-python (>= 3.0.0.0beta1),
+			${misc:Depends}
 Description: Light and eye-candy dock to launch your programs (metapackage)
  Cairo-Dock is a pretty, light and convenient interface to your desktop,
   able to replace advantageously your system panel! 
@@ -50,8 +54,8 @@
 Conflicts: cairo-dock (<= 2.0.8.0)
 Replaces: cairo-dock (<= 2.0.8.0) 
 Depends: 	cairo-dock-data (>= ${source:Version}),
-		${shlibs:Depends}, 
-		${misc:Depends}
+			${shlibs:Depends}, 
+			${misc:Depends}
 Recommends:	cairo-dock, cairo-dock-plug-ins
 Suggests:	firefox, gnome-terminal, empathy, inkscape, gimp, shotwell, rhythmbox
 Description: Light and eye-candy dock to launch your programs (core package)
@@ -68,24 +72,28 @@
  .
  This package is the core of Cairo-Dock project.
 
-Package: cairo-dock-dev
+Package: libgldi-dev
 Section: libdevel
-Architecture: all
-Depends: 	cairo-dock-core (>= ${source:Version}),
+Architecture: any
+Depends: 	libgldi3 (= ${binary:Version}),
 		${misc:Depends},
-		cmake,
-		libcairo2-dev, 
-		libgtk2.0-dev, 
+		libcairo2-dev,
+		libgtk-3-dev,
 		librsvg2-dev,
 		libdbus-glib-1-dev,
 		libxml2-dev,
 		libxtst-dev,
 		libxrender-dev,
 		libxcomposite-dev,
-		libgtkglext1-dev,
 		libxinerama-dev,
-		libglib2.0-dev
-Recommends:	cairo-dock-plug-ins
+		libglib2.0-dev,
+		libgl1-mesa-dev | libgl-dev,
+		libglu1-mesa-dev | libglu-dev,
+		libpango1.0-dev,
+		libcurl4-gnutls-dev
+Pre-Depends: ${misc:Pre-Depends}
+Recommends:	cairo-dock
+Multi-Arch: same
 Description: Light and eye-candy dock to launch your programs (dev package)
  Cairo-Dock is a pretty, light and convenient interface to your desktop,
   able to replace advantageously your system panel! 
@@ -106,8 +114,7 @@
 Architecture: all
 Conflicts: cairo-dock (<= 2.0.8.0)
 Replaces: cairo-dock (<= 2.0.8.0) 
-Depends: 	${shlibs:Depends}, 
-		${misc:Depends}
+Depends: 	${misc:Depends}
 Description: Light and eye-candy dock to launch your programs (common files)
  Cairo-Dock is a pretty, light and convenient interface to your desktop,
   able to replace advantageously your system panel! 
@@ -121,3 +128,29 @@
  Development site: https://launchpad.net/cairo-dock
  .
  This package contains default icons and themes for Cairo-Dock.
+
+Package: libgldi3
+Section: graphics
+Architecture: any
+Conflicts:	cairo-dock (<= 2.0.8.0)
+Replaces:	cairo-dock (<= 2.0.8.0),
+			cairo-dock-core (<< 3.0.0)
+Breaks:		cairo-dock-core (<< 3.0.0)
+Depends: 	${shlibs:Depends}, 
+			${misc:Depends}
+Recommends:	cairo-dock-data (>= ${source:Version})
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Light and eye-candy dock to launch your programs (lib package)
+ Cairo-Dock is a pretty, light and convenient interface to your desktop,
+  able to replace advantageously your system panel! 
+ It features multi-docks, taskbar, launchers and a lot of useful applets. 
+ Applets can be detached from the dock to act as desktop widgets. 
+ Numerous ready-to-use themes are downloadable in 1 click, and can be easily
+  customized at your convenience.
+ It can use hardware acceleration to be very fast and low on CPU.
+ .
+ Some screenshots are available : http://pics.glx-dock.org
+ Development site: https://launchpad.net/cairo-dock
+ .
+ This package contains the library created and used by the Cairo-Dock project.

=== added file 'debian/libgldi-dev.install'
--- debian/libgldi-dev.install	1970-01-01 00:00:00 +0000
+++ debian/libgldi-dev.install	2012-02-14 14:02:34 +0000
@@ -0,0 +1,3 @@
+debian/tmp/usr/include
+debian/tmp/usr/lib/*/pkgconfig
+debian/tmp/usr/lib/*/*.so

=== added file 'debian/libgldi3.install'
--- debian/libgldi3.install	1970-01-01 00:00:00 +0000
+++ debian/libgldi3.install	2012-02-14 14:02:34 +0000
@@ -0,0 +1,1 @@
+debian/tmp/usr/lib/*/*.so.*

=== removed file 'debian/patches/01-improved-cairo-dock-session.patch'
--- debian/patches/01-improved-cairo-dock-session.patch	2011-10-11 10:53:26 +0000
+++ debian/patches/01-improved-cairo-dock-session.patch	1970-01-01 00:00:00 +0000
@@ -1,106 +0,0 @@
-## From: Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>
-## Description: Improved the launch of our Cairo-Dock session (by removing Unity
-##               Compiz plugin and by launching the dock with a short delay)
-## Origin: upstream, http://bazaar.launchpad.net/~cairo-dock-team/cairo-dock-core/cairo-dock/revision/885
-## Forwarded: yes
-Index: cairo-dock/data/desktop-manager/CMakeLists.txt
-===================================================================
---- cairo-dock.orig/data/desktop-manager/CMakeLists.txt	2011-10-06 12:02:24.494184799 +0200
-+++ cairo-dock/data/desktop-manager/CMakeLists.txt	2011-10-06 12:02:17.554184897 +0200
-@@ -7,3 +7,7 @@
- 	cairo-dock.session
- 	cairo-dock-fallback.session
- 	DESTINATION /usr/share/gnome-session/sessions)
-+
-+install (FILES cairo-dock-session
-+	DESTINATION ${bindir}
-+	PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
-Index: cairo-dock/data/desktop-manager/cairo-dock-fallback.desktop
-===================================================================
---- cairo-dock.orig/data/desktop-manager/cairo-dock-fallback.desktop	2011-10-06 12:02:24.578184798 +0200
-+++ cairo-dock/data/desktop-manager/cairo-dock-fallback.desktop	2011-10-06 12:02:17.554184897 +0200
-@@ -2,6 +2,6 @@
- Name=Cairo-Dock (with Gnome and without effect)
- Comment=This session logs you into GNOME with Cairo-Dock and without any graphical effect.
- Exec=gnome-session --session=cairo-dock-fallback
--TryExec=gnome-session
-+TryExec=cairo-dock-session
- Icon=
- Type=Application
-Index: cairo-dock/data/desktop-manager/cairo-dock-session
-===================================================================
---- /dev/null	1970-01-01 00:00:00.000000000 +0000
-+++ cairo-dock/data/desktop-manager/cairo-dock-session	2011-10-06 12:02:17.554184897 +0200
-@@ -0,0 +1,47 @@
-+#!/bin/bash
-+
-+# Script for the 'desktop-manager' subproject of Cairo-Dock
-+#
-+# Copyright : (C) see the 'copyright' file.
-+# E-mail    : see the 'copyright' file.
-+#
-+#
-+# This program 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.
-+#
-+# This program is distributed in the hope that it will be useful,
-+# but WITHOUT ANY WARRANTY; without even the implied warranty of
-+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+# GNU General Public License for more details.
-+# http://www.gnu.org/licenses/licenses.html#GPL
-+
-+# This script removes Unity Compiz plugin and launches Cairo-Dock with a short delay
-+
-+UNITY_NAME="unityshell"
-+COMPIZ_FLAT_FILE="$HOME/.config/compiz-1/compizconfig/Default.ini"
-+COMPIZ_GCONF="/apps/compiz-1/general/screen0/options/active_plugins"
-+
-+if test -d "$HOME/.config/compiz-1"; then # compiz >= 0.9
-+	# plug-ins in double are NO LONGER filtered by Compiz in this version... (and if plugins are in double or wrong, compiz crashes :) )
-+	# flat file
-+	if test -f "$COMPIZ_FLAT_FILE"; then
-+		pluginsFlat=`grep "s0_active_plugins" $COMPIZ_FLAT_FILE`
-+		if test `echo $pluginsFlat | grep -c $UNITY_NAME` -gt 0; then
-+			pluginsFlatWithoutUnity=`echo $pluginsFlat | sed -e "s/$UNITY_NAME;//g"`
-+			sed -i "/s0_active_plugins/ s/$pluginsFlat/$pluginsFlatWithoutUnity/g" $COMPIZ_FLAT_FILE
-+		fi
-+	fi
-+	# gconf
-+	plugins=`gconftool-2 -g $COMPIZ_GCONF`
-+	if test `echo $plugins | grep -c $UNITY_NAME` -gt 0; then
-+		pluginsWithoutUnity=`echo $plugins | sed -e "s/$UNITY_NAME,//g"`
-+		gconftool-2 -s $COMPIZ_GCONF --type=list --list-type=string "$pluginsWithoutUnity"
-+		killall unity-panel-service
-+	fi
-+fi
-+
-+if test `ps aux | grep -c " [c]airo-dock"` -eq 0; then # cairo-dock not launched
-+	cairo-dock -w 3
-+fi
-Index: cairo-dock/data/desktop-manager/cairo-dock.desktop
-===================================================================
---- cairo-dock.orig/data/desktop-manager/cairo-dock.desktop	2011-10-06 12:02:24.450184800 +0200
-+++ cairo-dock/data/desktop-manager/cairo-dock.desktop	2011-10-06 12:02:17.554184897 +0200
-@@ -2,6 +2,6 @@
- Name=Cairo-Dock (with Gnome and effects)
- Comment=This session logs you into GNOME with Cairo-Dock and with graphical effects.
- Exec=gnome-session --session=cairo-dock
--TryExec=gnome-session
-+TryExec=cairo-dock-session
- Icon=
- Type=Application
-Index: cairo-dock/data/scripts/help_scripts.sh
-===================================================================
---- cairo-dock.orig/data/scripts/help_scripts.sh	2011-10-06 12:02:24.294184802 +0200
-+++ cairo-dock/data/scripts/help_scripts.sh	2011-10-06 12:02:17.554184897 +0200
-@@ -115,7 +115,7 @@
- 		# flat file
- 		if test -f "$HOME/.config/compiz-1/compizconfig/Default.ini"; then
- 			pluginsList="s0_active_plugins = "`echo $ARG2 |sed -e 's/,/;/g'`";" # , => ;
--			sed -i "/s0_active_plugins/ s/.*/$ARG2/g" $HOME/.config/compiz-1/compizconfig/Default.ini
-+			sed -i "/s0_active_plugins/ s/.*/$pluginsList/g" $HOME/.config/compiz-1/compizconfig/Default.ini
- 		fi
- 		# gconf
- 		gconftool-2 -s /apps/compiz-1/general/screen0/options/active_plugins --type=list --list-type=string "[$ARG2]"

=== removed file 'debian/patches/02-manpage-not-compressed-with-max-compression.patch'
--- debian/patches/02-manpage-not-compressed-with-max-compression.patch	2011-10-11 10:53:26 +0000
+++ debian/patches/02-manpage-not-compressed-with-max-compression.patch	1970-01-01 00:00:00 +0000
@@ -1,19 +0,0 @@
-## From: Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>
-## Description: Fixed a lintian error
-## Forwarded: yes
-Index: cairo-dock/.bzr/checkout/dirstate
-===================================================================
-Binary files cairo-dock.orig/.bzr/checkout/dirstate	2011-10-08 18:37:04.250876667 +0200 and cairo-dock/.bzr/checkout/dirstate	2011-10-08 18:36:53.094876635 +0200 differ
-Index: cairo-dock/data/man/CMakeLists.txt
-===================================================================
---- cairo-dock.orig/data/man/CMakeLists.txt	2011-10-08 18:37:04.114876666 +0200
-+++ cairo-dock/data/man/CMakeLists.txt	2011-10-08 18:33:17.478876037 +0200
-@@ -12,7 +12,7 @@
- # Compression of the manuals
- foreach(man ${cairo_dock_man_src})
- 	message(STATUS "Building ${man}.gz")
--	execute_process(COMMAND ${GZIP_TOOL} -c ${CMAKE_CURRENT_SOURCE_DIR}/${man}
-+	execute_process(COMMAND ${GZIP_TOOL} -9 -c ${CMAKE_CURRENT_SOURCE_DIR}/${man}
- 						OUTPUT_FILE ${CMAKE_CURRENT_BINARY_DIR}/${man}.gz)
- endforeach(man)
- 

=== modified file 'debian/patches/series'
--- debian/patches/series	2011-10-11 10:53:26 +0000
+++ debian/patches/series	2012-02-14 14:02:34 +0000
@@ -1,2 +0,0 @@
-01-improved-cairo-dock-session.patch
-02-manpage-not-compressed-with-max-compression.patch

=== modified file 'debian/rules'
--- debian/rules	2011-10-11 10:53:26 +0000
+++ debian/rules	2012-02-14 14:02:34 +0000
@@ -4,7 +4,8 @@
 DH_ALWAYS_EXCLUDE=CVS:.bzr
 
 DEB_CMAKE_EXTRA_FLAGS += -Denable_gtk_grip=yes \
-	-Denable-desktop-manager=yes
+	-Denable-desktop-manager=yes \
+	-DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH)
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/cmake.mk

=== modified file 'debian/watch'
--- debian/watch	2011-03-17 14:08:48 +0000
+++ debian/watch	2012-02-14 14:02:34 +0000
@@ -1,2 +1,2 @@
 version=3
-https://launchpad.net/cairo-dock-core/+download .*/cairo-dock-([\d\.\-]+(?:~.*)?).tar.gz
+https://launchpad.net/cairo-dock-core/+download .*/cairo-dock-([\d\.]+(?:.*)?).tar.gz

=== modified file 'po/CMakeLists.txt'
--- po/CMakeLists.txt	2010-08-09 23:26:12 +0000
+++ po/CMakeLists.txt	2012-02-14 14:02:34 +0000
@@ -14,6 +14,6 @@
 		set (MO_OUTPUT ${PO_INPUT_BASE}.gmo)  # le nom du fichier en sortie.
 		message (STATUS "  Building ${MO_OUTPUT}...")
 		add_custom_command (TARGET i18n COMMAND ${MSGFMT_EXECUTABLE} -o  ${CMAKE_CURRENT_BINARY_DIR}/${MO_OUTPUT} ${PO_INPUT})  # appel a msgfmt.
-		install (FILES  ${CMAKE_CURRENT_BINARY_DIR}/${MO_OUTPUT} DESTINATION ${datadir}/locale/${PO_INPUT_BASE}/LC_MESSAGES RENAME ${GETTEXT_PACKAGE}.mo)  # installation du fichier dans le bon repertoire.
+		install (FILES  ${CMAKE_CURRENT_BINARY_DIR}/${MO_OUTPUT} DESTINATION ${CAIRO_DOCK_LOCALE_DIR}/${PO_INPUT_BASE}/LC_MESSAGES RENAME ${GETTEXT_PACKAGE}.mo)  # installation du fichier dans le bon repertoire.
 	endif()
 endforeach ()

=== modified file 'po/ar.po'
--- po/ar.po	2011-09-26 11:14:46 +0000
+++ po/ar.po	2012-02-14 14:02:34 +0000
@@ -7,160 +7,192 @@
 msgstr ""
 "Project-Id-Version: cairo-dock-core\n"
 "Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2011-09-23 23:42+0000\n"
-"PO-Revision-Date: 2011-09-20 08:48+0000\n"
+"POT-Creation-Date: 2012-02-13 01:12+0000\n"
+"PO-Revision-Date: 2012-02-13 02:57+0000\n"
 "Last-Translator: Matthieu Baerts <matttbe@xxxxxxxxx>\n"
 "Language-Team: Arabic <ar@xxxxxx>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2011-09-25 04:33+0000\n"
-"X-Generator: Launchpad (build 14012)\n"
+"X-Launchpad-Export-Date: 2012-02-13 04:34+0000\n"
+"X-Generator: Launchpad (build 14781)\n"
 "Language: ar\n"
 
-#: ../src/cairo-dock-gui-commons.c:216
+#: ../src/cairo-dock-gui-commons.c:221
 msgid ""
 "You have made some changes to the current theme.\n"
 "You will lose them if you don't save before choosing a new theme. Continue "
 "anyway?"
 msgstr ""
 
-#: ../src/cairo-dock-gui-commons.c:242
+#: ../src/cairo-dock-gui-commons.c:247
 msgid "Please wait while importing the theme..."
 msgstr ""
 
-#: ../src/cairo-dock-gui-commons.c:364 ../src/cairo-dock-menu.c:1456
+#: ../src/cairo-dock-gui-commons.c:369
 msgid "Configure this applet"
 msgstr "تكوين الاضافة"
 
-#: ../src/cairo-dock-gui-commons.c:401 ../src/cairo-dock-gui-main.c:131
+#: ../src/cairo-dock-gui-commons.c:406 ../src/cairo-dock-gui-main.c:130
 msgid "Files"
 msgstr "ملفّات"
 
-#: ../src/cairo-dock-gui-commons.c:406 ../src/cairo-dock-gui-main.c:132
+#: ../src/cairo-dock-gui-commons.c:411 ../src/cairo-dock-gui-main.c:131
 msgid "Internet"
 msgstr "إنترنت"
 
-#: ../src/cairo-dock-gui-commons.c:411 ../src/cairo-dock-gui-main.c:133
+#: ../src/cairo-dock-gui-commons.c:416 ../src/cairo-dock-gui-main.c:132
 msgid "Desktop"
 msgstr "سطح المكتب"
 
-#: ../src/cairo-dock-gui-commons.c:416
+#: ../src/cairo-dock-gui-commons.c:421
 msgid "Accessory"
 msgstr "ملحقات"
 
-#: ../src/cairo-dock-gui-commons.c:421 ../src/cairo-dock-gui-main.c:135
-#: ../src/cairo-dock-gui-main.c:1504 ../data/messages:757
+#: ../src/cairo-dock-gui-commons.c:426 ../src/cairo-dock-gui-main.c:134
+#: ../src/cairo-dock-gui-main.c:1528 ../data/messages:779
 msgid "System"
 msgstr "النّظام"
 
-#: ../src/cairo-dock-gui-commons.c:426 ../src/cairo-dock-gui-main.c:136
+#: ../src/cairo-dock-gui-commons.c:431 ../src/cairo-dock-gui-main.c:135
 msgid "Fun"
 msgstr "مرح"
 
-#: ../src/cairo-dock-gui-commons.c:468
+#: ../src/cairo-dock-gui-commons.c:474
 msgid "plug-in"
 msgstr ""
 
-#: ../src/cairo-dock-gui-commons.c:474
+#: ../src/cairo-dock-gui-commons.c:480
 msgid "category"
 msgstr "تصنيف"
 
-#: ../src/cairo-dock-gui-items.c:384
+#: ../src/cairo-dock-gui-commons.c:575
+msgid "Press the shortkey"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:594
+msgid "Change the shortkey"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:681
+msgid "Origin"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:686
+msgid "Action"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:690
+msgid "Shortkey"
+msgstr ""
+
+#: ../src/cairo-dock-gui-items.c:242
 msgid ""
 "Main dock's parameters are available in the main configuration window."
 msgstr ""
 
-#: ../src/cairo-dock-gui-items.c:600
+#: ../src/cairo-dock-gui-items.c:459
 msgid "Launcher configuration"
 msgstr "اعدادات المشغل"
 
-#: ../src/cairo-dock-gui-main.c:129 ../data/messages:671
+#: ../src/cairo-dock-gui-items.c:877
+msgid "Remove this item"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:128 ../data/messages:675
 msgid "Behaviour"
 msgstr "السّلوك"
 
-#: ../src/cairo-dock-gui-main.c:130 ../data/messages:491 ../data/messages:1657
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:501 ../data/messages:1645
 msgid "Appearance"
 msgstr "المظهر"
 
-#: ../src/cairo-dock-gui-main.c:134
+#: ../src/cairo-dock-gui-main.c:133
 msgid "Accessories"
 msgstr "ملحقات"
 
-#: ../src/cairo-dock-gui-main.c:137 ../src/cairo-dock-gui-main.c:1653
-#: ../data/messages:1791
+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1682
+#: ../data/messages:1797
 msgid "All"
 msgstr "الكل"
 
-#: ../src/cairo-dock-gui-main.c:1482
+#: ../src/cairo-dock-gui-main.c:1499
 msgid "Set the position of the main dock."
 msgstr "تحديد موضع الشريط الرئيسي."
 
-#: ../src/cairo-dock-gui-main.c:1483 ../data/messages:335 ../data/messages:545
+#: ../src/cairo-dock-gui-main.c:1500 ../data/messages:335 ../data/messages:549
 msgid "Position"
 msgstr "الموضع"
 
-#: ../src/cairo-dock-gui-main.c:1489
+#: ../src/cairo-dock-gui-main.c:1506
 msgid ""
 "Do you like your dock to be always visible,\n"
 " or on the contrary unobtrusive?\n"
 "Configure the way you access your docks and sub-docks!"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1490 ../src/cairo-dock-menu.c:1494
+#: ../src/cairo-dock-gui-main.c:1507 ../src/cairo-dock-menu.c:1690
 #: ../data/messages:353
 msgid "Visibility"
 msgstr "الرؤية"
 
-#: ../src/cairo-dock-gui-main.c:1496
+#: ../src/cairo-dock-gui-main.c:1513
 msgid "Display and interact with currently open windows."
 msgstr "العرض والتفاعل مع النوافذ المفتوحة حاليا."
 
-#: ../src/cairo-dock-gui-main.c:1497 ../data/messages:41 ../data/messages:469
-#: ../data/messages:1323
+#: ../src/cairo-dock-gui-main.c:1514 ../data/messages:41 ../data/messages:469
+#: ../data/messages:1313
 msgid "Taskbar"
 msgstr "شريط المهام"
 
-#: ../src/cairo-dock-gui-main.c:1503
+#: ../src/cairo-dock-gui-main.c:1520
+msgid "Define all the keyboard shortcuts currently available."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1521 ../data/messages:529 ../data/messages:773
+msgid "Shortkeys"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1527
 msgid "All of the parameters you will never want to tweak."
 msgstr "المؤشرات التي لن تعدلها ابدا."
 
-#: ../src/cairo-dock-gui-main.c:1513
+#: ../src/cairo-dock-gui-main.c:1537
 msgid "Set a background for your dock."
 msgstr "تعيين خلفية  لشريطك"
 
-#: ../src/cairo-dock-gui-main.c:1514 ../data/messages:853
-#: ../data/messages:1251 ../data/messages:1665
+#: ../src/cairo-dock-gui-main.c:1538 ../data/messages:875
+#: ../data/messages:1241 ../data/messages:1671
 msgid "Background"
 msgstr "خلفيَّة"
 
-#: ../src/cairo-dock-gui-main.c:1520
+#: ../src/cairo-dock-gui-main.c:1544
 msgid "Select a view for each of your docks."
 msgstr "حدد طريقة عرض الشريط"
 
-#: ../src/cairo-dock-gui-main.c:1521 ../data/messages:523 ../data/messages:915
-#: ../data/messages:1659
+#: ../src/cairo-dock-gui-main.c:1545 ../data/messages:521 ../data/messages:937
+#: ../data/messages:1665
 msgid "Views"
 msgstr "العرض"
 
-#: ../src/cairo-dock-gui-main.c:1528
+#: ../src/cairo-dock-gui-main.c:1552
 msgid "Configure text bubble appearance."
 msgstr "ظهور فقاعة في خصائص النص."
 
-#: ../src/cairo-dock-gui-main.c:1529
+#: ../src/cairo-dock-gui-main.c:1553
 msgid "Dialog boxes"
 msgstr "صناديق الحوار"
 
-#: ../src/cairo-dock-gui-main.c:1536
+#: ../src/cairo-dock-gui-main.c:1560
 msgid "Applets can be displayed on your desktop as widgets."
 msgstr "يمكن عرض بريمجاتك على سطح المكتب في وجدات الشريط"
 
-#: ../src/cairo-dock-gui-main.c:1537 ../data/messages:101 ../data/messages:971
-#: ../data/messages:1383
+#: ../src/cairo-dock-gui-main.c:1561 ../data/messages:101 ../data/messages:993
+#: ../data/messages:1373
 msgid "Desklets"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1544
+#: ../src/cairo-dock-gui-main.c:1568
 msgid ""
 "All about icons:\n"
 " size, reflection, icon theme,..."
@@ -168,76 +200,76 @@
 "كل ما يخص الايقونات:\n"
 " الحجم, الإنعكاس, سمة الايقونة, ..."
 
-#: ../src/cairo-dock-gui-main.c:1545 ../data/messages:11 ../data/messages:493
-#: ../data/messages:1035 ../data/messages:1293
+#: ../src/cairo-dock-gui-main.c:1569 ../data/messages:11 ../data/messages:503
+#: ../data/messages:1057 ../data/messages:1283 ../data/messages:1647
 msgid "Icons"
 msgstr "أيقونات"
 
-#: ../src/cairo-dock-gui-main.c:1551
+#: ../src/cairo-dock-gui-main.c:1575
 msgid "Indicators are additional markers for your icons."
 msgstr "المؤشرات هي علامات إضافية للأيقونات."
 
-#: ../src/cairo-dock-gui-main.c:1552 ../data/messages:1153
+#: ../src/cairo-dock-gui-main.c:1576 ../data/messages:1143
 msgid "Indicators"
 msgstr "المؤشرات"
 
-#: ../src/cairo-dock-gui-main.c:1559
+#: ../src/cairo-dock-gui-main.c:1583
 msgid "Define icon caption and quick-info style."
 msgstr "رمز تعريف وشرح سريع لمعلومات النمط."
 
-#: ../src/cairo-dock-gui-main.c:1560
+#: ../src/cairo-dock-gui-main.c:1584
 msgid "Captions"
 msgstr "تعليق"
 
-#: ../src/cairo-dock-gui-main.c:1629
+#: ../src/cairo-dock-gui-main.c:1654
 msgid "Categories"
 msgstr "التصنيفات"
 
-#: ../src/cairo-dock-gui-main.c:1767
+#: ../src/cairo-dock-gui-main.c:1796
 msgid "Filter"
 msgstr "فلترة"
 
-#: ../src/cairo-dock-gui-main.c:1814
+#: ../src/cairo-dock-gui-main.c:1843
 msgid "Options"
 msgstr "خيارات"
 
-#: ../src/cairo-dock-gui-main.c:1824
+#: ../src/cairo-dock-gui-main.c:1853
 msgid "All words"
 msgstr "كافة الكلمات"
 
-#: ../src/cairo-dock-gui-main.c:1828
+#: ../src/cairo-dock-gui-main.c:1857
 msgid "Highlighted words"
 msgstr "الكلمات المظللة"
 
-#: ../src/cairo-dock-gui-main.c:1833
+#: ../src/cairo-dock-gui-main.c:1862
 msgid "Hide others"
 msgstr "اخفاء الاخرى"
 
-#: ../src/cairo-dock-gui-main.c:1838
+#: ../src/cairo-dock-gui-main.c:1867
 msgid "Search in description"
 msgstr "البحث بالوصف"
 
-#: ../src/cairo-dock-gui-main.c:1852
+#: ../src/cairo-dock-gui-main.c:1881
 msgid "Enable this module"
 msgstr "تمكين هذه الوحدة"
 
-#: ../src/cairo-dock-gui-main.c:1916 ../data/messages:541
+#: ../src/cairo-dock-gui-main.c:1945 ../data/messages:545
 msgid "More applets"
 msgstr "مزيد من التطبيقات"
 
-#: ../src/cairo-dock-gui-main.c:1917 ../data/messages:539
+#: ../src/cairo-dock-gui-main.c:1946 ../data/messages:543
 msgid "Get more applets online !"
 msgstr "الحصول على المزيد من التطبيقات على الانترنت!"
 
-#: ../src/cairo-dock-gui-main.c:1951 ../src/cairo-dock.c:663
+#: ../src/cairo-dock-gui-main.c:1982 ../src/cairo-dock.c:689
 msgid "< Maintenance mode >"
 msgstr "< وضع الصيانة >"
 
-#: ../src/cairo-dock-gui-main.c:2041 ../src/cairo-dock-gui-simple.c:901
+#: ../src/cairo-dock-gui-main.c:2072 ../src/cairo-dock-gui-simple.c:859
 msgid "Cairo-Dock configuration"
 msgstr "إعدادات كايرو دك"
 
-#: ../src/cairo-dock-gui-main.c:2396
+#: ../src/cairo-dock-gui-main.c:2437
 #, c-format
 msgid ""
 "The '%s' module is not present. You need to install it and all its "
@@ -246,57 +278,57 @@
 "'%s' الوحدة غير موجودة . تحتاج إلى تثبيتها وجميع تابعاتها من أجل استخدام هذه "
 "الوحدة"
 
-#: ../src/cairo-dock-gui-main.c:2402
+#: ../src/cairo-dock-gui-main.c:2443
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr "'%s' الوحدةغير مفعلة."
 
-#: ../src/cairo-dock-gui-main.c:2403
+#: ../src/cairo-dock-gui-main.c:2444
 msgid "Do you want to enable it now?"
 msgstr "هل تريد تفعيلها الان؟"
 
-#: ../src/cairo-dock-gui-main.c:2750
+#: ../src/cairo-dock-gui-main.c:2810
 msgid "Simple Mode"
 msgstr "الوضع البسيط"
 
-#: ../src/cairo-dock-gui-simple.c:408 ../src/cairo-dock-gui-themes.c:114
+#: ../src/cairo-dock-gui-simple.c:378 ../src/cairo-dock-gui-themes.c:114
 msgid "Could not import the theme."
 msgstr "ﻻيمكن اسيراد السمة ."
 
-#: ../src/cairo-dock-gui-simple.c:428
+#: ../src/cairo-dock-gui-simple.c:398
 msgid "Importing theme..."
 msgstr ""
 
-#: ../src/cairo-dock-gui-simple.c:435 ../src/cairo-dock-gui-themes.c:156
+#: ../src/cairo-dock-gui-simple.c:405 ../src/cairo-dock-gui-themes.c:156
 msgid "Theme has been saved"
 msgstr ""
 
-#: ../src/cairo-dock-gui-simple.c:441 ../src/cairo-dock-gui-themes.c:162
+#: ../src/cairo-dock-gui-simple.c:411 ../src/cairo-dock-gui-themes.c:162
 msgid "Themes have been deleted"
 msgstr ""
 
-#: ../src/cairo-dock-gui-simple.c:771
+#: ../src/cairo-dock-gui-simple.c:706
 msgid "Animation:"
 msgstr "تحريك:"
 
-#: ../src/cairo-dock-gui-simple.c:788
+#: ../src/cairo-dock-gui-simple.c:727
 msgid "Effects:"
 msgstr "تأثيرات:"
 
-#: ../src/cairo-dock-gui-simple.c:856
+#: ../src/cairo-dock-gui-simple.c:795
 msgid ""
 "Click on an applet in order to have a preview and a description for it."
 msgstr "انقر على المصغر للحصول على عرض و وصف له."
 
-#: ../src/cairo-dock-gui-simple.c:865 ../data/messages:485
+#: ../src/cairo-dock-gui-simple.c:821 ../data/messages:495
 msgid "On mouse hover:"
 msgstr "حدث مرور الفأرة:"
 
-#: ../src/cairo-dock-gui-simple.c:867 ../data/messages:487
+#: ../src/cairo-dock-gui-simple.c:823 ../data/messages:497
 msgid "On click:"
 msgstr "عند الضغط:"
 
-#: ../src/cairo-dock-gui-simple.c:938
+#: ../src/cairo-dock-gui-simple.c:896
 msgid ""
 "This is the simple configuration panel of Cairo-Dock.\n"
 " After you get familiar with it, and if you want to customise your theme\n"
@@ -304,11 +336,11 @@
 " You can switch from a mode to another at any time."
 msgstr ""
 
-#: ../src/cairo-dock-gui-simple.c:1063
+#: ../src/cairo-dock-gui-simple.c:1039
 msgid "Advanced Mode"
 msgstr "الوضع المتقدم"
 
-#: ../src/cairo-dock-gui-simple.c:1064
+#: ../src/cairo-dock-gui-simple.c:1040
 msgid ""
 "The advanced mode lets you tweak every single parameter of the dock. It is a "
 "powerful tool to customise your current theme."
@@ -324,541 +356,576 @@
 msgid "Manage Themes"
 msgstr "إدارة السمات"
 
-#: ../src/cairo-dock-help.c:54 ../src/cairo-dock-menu.c:454
-#: ../src/help/applet-init.c:28 ../src/help/applet-notifications.c:228
-msgid "Help"
-msgstr "مساعدة"
-
-#: ../src/cairo-dock-help.c:69 ../src/help/applet-init.c:31
-msgid ""
-"This applet is made to help you.\n"
-"Click on its icon to pop up useful tips about the possibilities of Cairo-"
-"Dock.\n"
-"Middle-click to open the configuration window.\n"
-"Right-click to access some troubleshooting actions."
-msgstr ""
-
-#: ../src/cairo-dock-help.c:220 ../src/help/applet-tips-dialog.c:152
-msgid "Tips and Tricks"
-msgstr ""
-
-#: ../src/cairo-dock-help.c:380 ../src/help/applet-tips-dialog.c:299
-msgid "Category"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:122
+#: ../src/cairo-dock-menu.c:123
 msgid "Delete this dock?"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:174
+#: ../src/cairo-dock-menu.c:177
 msgid "About Cairo-Dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:211 ../data/messages:283 ../data/messages:1565
+#: ../src/cairo-dock-menu.c:214 ../data/messages:283 ../data/messages:1555
 msgid "Development site"
 msgstr "موقع التطوير"
 
-#: ../src/cairo-dock-menu.c:212 ../data/messages:281 ../data/messages:1563
+#: ../src/cairo-dock-menu.c:215 ../data/messages:281 ../data/messages:1553
 msgid "Find the latest version of Cairo-Dock here !"
 msgstr "إبحث عن النسخه الاخيره  من البرنامج هنا !"
 
-#: ../src/cairo-dock-menu.c:216 ../src/cairo-dock-menu.c:447
+#: ../src/cairo-dock-menu.c:219 ../src/cairo-dock-menu.c:928
 msgid "Get more applets!"
 msgstr "الحصول على مزيد من التطبيقات!"
 
-#: ../src/cairo-dock-menu.c:220 ../src/cairo-dock-menu.c:226
+#: ../src/cairo-dock-menu.c:223 ../src/cairo-dock-menu.c:229
 msgid "Donate"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:223 ../src/cairo-dock-menu.c:229
+#: ../src/cairo-dock-menu.c:226 ../src/cairo-dock-menu.c:232
 msgid ""
 "Support the people who spend countless hours to bring you the best dock ever."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:240
+#: ../src/cairo-dock-menu.c:260
+msgid "Here is a list of the current developers and contributors"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:261
+msgid "Developers"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:262
+msgid "Main developer and project leader"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:263
+msgid "Contributors / Hackers"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:265
 msgid "Development"
 msgstr "تطوير"
 
-#: ../src/cairo-dock-menu.c:246
+#: ../src/cairo-dock-menu.c:280
+msgid "Website"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:281
+msgid "Beta-testing / Suggestions / Forum animation"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:282
+msgid "Translators for this language"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:283
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+"  Ahmed Mohammed https://launchpad.net/~ahmedqatar\n";
+"  Fabounet https://launchpad.net/~fabounet03\n";
+"  Matthieu Baerts https://launchpad.net/~matttbe";
+
+#: ../src/cairo-dock-menu.c:285
+msgid "Support"
+msgstr "الدعم"
+
+#: ../src/cairo-dock-menu.c:315
+msgid ""
+"Thanks to all people that help us to improve the Cairo-Dock project.\n"
+"Thanks to all current, former and future contributors."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:317
+msgid "How to help us?"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:318
+msgid "Don't hesitate to join the project, we need you ;)"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:319
+msgid "Former contributors"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:320
+msgid "For a complete list, please have a look to BZR logs"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:321
+msgid "Users of our forum"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:322
 msgid "Artwork"
 msgstr "الأعمال الفنية"
 
-#: ../src/cairo-dock-menu.c:250
-msgid "Support"
-msgstr "الدعم"
+#: ../src/cairo-dock-menu.c:324
+msgid "Thanks"
+msgstr ""
 
-#: ../src/cairo-dock-menu.c:332
+#: ../src/cairo-dock-menu.c:401
 msgid "Quit Cairo-Dock?"
 msgstr "إغلاق برنامج كايرو-دوك؟"
 
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:431 ../src/cairo-dock-menu.c:573
+msgid "Separator"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:543
+msgid ""
+"The new dock has been created.\n"
+"Now move some launchers or applets into it by right-clicking on the icon -> "
+"move to another dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:567
+msgid "Add"
+msgstr "أضف"
+
+#: ../src/cairo-dock-menu.c:569
+msgid "Sub-dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:571
+msgid "Main dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:575
+msgid "Custom launcher"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:576
+msgid ""
+"Usually you would drag a launcher from the menu and drop it on the dock."
+msgstr "يتوجب في العاده سحب المشغل من القائمه وإفلاته على الشريط."
+
+#: ../src/cairo-dock-menu.c:593
+msgid "separator"
+msgstr "فاصل"
+
+#: ../src/cairo-dock-menu.c:597
+#, c-format
+msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
+msgstr "انت على وشك ازالة الأيقون  (%s)من الشريط. هل انت متأكد؟"
+
+#: ../src/cairo-dock-menu.c:609
+msgid ""
+"Do you want to re-dispatch the icons contained inside this container into "
+"the dock?\n"
+"(otherwise they will be destroyed)"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:633
+msgid "Sorry, this icon doesn't have a configuration file."
+msgstr "عذرا ، هذا الايقون لا يملك  ملف التكوين."
+
+#: ../src/cairo-dock-menu.c:673
+msgid ""
+"The new dock has been created.\n"
+"You can customize it by right-clicking on it -> cairo-dock -> configure this "
+"dock."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:731
+msgid ""
+"Sorry, couldn't find the corresponding description file.\n"
+"Consider dragging and dropping the launcher from the Applications Menu."
+msgstr ""
+"عفوا, لم يتم العثور على الملف المطابق.\n"
+"حاول سحب المشغل وإفلاته من قائمه التطبيقات."
+
+#: ../src/cairo-dock-menu.c:772
+#, c-format
+msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
+msgstr "انت على وشك ازالة الاضافة  (%s)من الشريط . هل انت متأكد ؟"
+
+#: ../src/cairo-dock-menu.c:830
 msgid "Configure"
 msgstr "عدل"
 
-#: ../src/cairo-dock-menu.c:368
+#: ../src/cairo-dock-menu.c:835
 msgid "Configure behaviour, appearance, and applets."
 msgstr "تكوين السلوك والمظهر والاضفات ."
 
-#: ../src/cairo-dock-menu.c:372
+#: ../src/cairo-dock-menu.c:840
 msgid "Configure this dock"
 msgstr "ضبط الشريط"
 
-#: ../src/cairo-dock-menu.c:377
+#: ../src/cairo-dock-menu.c:845
 msgid "Customize the position, visibility and appearance of this main dock."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:379
+#: ../src/cairo-dock-menu.c:847
 msgid "Delete this dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:388
+#: ../src/cairo-dock-menu.c:857
 msgid "Manage themes"
 msgstr "إدارة الثيمات"
 
-#: ../src/cairo-dock-menu.c:393
+#: ../src/cairo-dock-menu.c:862
 msgid ""
 "Choose from amongst many themes on the server or save your current theme."
 msgstr "اختر من العديد من السمات في الخادم او حفظ السمة الخاصة بك ."
 
-#: ../src/cairo-dock-menu.c:399
-msgid "Unlock icons"
-msgstr "فتح الايقونات"
-
-#: ../src/cairo-dock-menu.c:399
-msgid "Lock icons"
-msgstr "قفل الايقونات"
-
-#: ../src/cairo-dock-menu.c:403
+#: ../src/cairo-dock-menu.c:875
+msgid "Unlock icons position"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:875
+msgid "Lock icons position"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:879
 msgid "This will (un)lock the position of the icons."
 msgstr "هذا سيلغي قفل مكان الأيقونات."
 
-#: ../src/cairo-dock-menu.c:407
-msgid "Unlock dock"
-msgstr "إالغاء قفل الشريط"
-
-#: ../src/cairo-dock-menu.c:407
-msgid "Lock dock"
-msgstr "قفل الشريط"
-
-#: ../src/cairo-dock-menu.c:414
-msgid ""
-"This will allow you to add or remove launchers and applets, and configure "
-"the program."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:418
-msgid ""
-"This will prevent any modification of the current theme, and hide all the "
-"unnecessary entries in the menus."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:424
+#: ../src/cairo-dock-menu.c:903
 msgid "Quick-Hide"
 msgstr "إخفاء سريع"
 
-#: ../src/cairo-dock-menu.c:429
+#: ../src/cairo-dock-menu.c:908
 msgid "This will hide the dock until you hover over it with the mouse."
 msgstr "سيختفي الشريط حتى تقوم بتمرير المؤشر عليه"
 
-#: ../src/cairo-dock-menu.c:437
+#: ../src/cairo-dock-menu.c:917
 msgid "Launch Cairo-Dock on startup"
 msgstr "تشغيل شريط كيرو عند بدء التشغيل"
 
-#: ../src/cairo-dock-menu.c:452
+#: ../src/cairo-dock-menu.c:933
 msgid ""
 "Third-party applets provide integration with many programs, like Pidgin"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:459
+#: ../src/cairo-dock-menu.c:936 ../src/help/applet-init.c:28
+#: ../src/help/applet-notifications.c:257
+msgid "Help"
+msgstr "مساعدة"
+
+#: ../src/cairo-dock-menu.c:941
 msgid "There are no problems, only solutions (and a lot of useful hints!)"
 msgstr "لا يوجد مشاكل، فقط حلول (والعديد من التلميحات المفيده!)"
 
-#: ../src/cairo-dock-menu.c:461
+#: ../src/cairo-dock-menu.c:943
 msgid "About"
 msgstr "حول"
 
-#: ../src/cairo-dock-menu.c:469
+#: ../src/cairo-dock-menu.c:952
 msgid "Quit"
 msgstr "خروج"
 
-#: ../src/cairo-dock-menu.c:494
-msgid "separator"
-msgstr "فاصل"
-
-#: ../src/cairo-dock-menu.c:498
-#, c-format
-msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
-msgstr "انت على وشك ازالة الأيقون  (%s)من الشريط. هل انت متأكد؟"
-
-#: ../src/cairo-dock-menu.c:509
-msgid ""
-"Do you want to re-dispatch the icons contained inside this container into "
-"the dock?\n"
-"(otherwise they will be destroyed)"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:577
-msgid ""
-"The new dock has been created.\n"
-"Now move some launchers or applets into it by right-clicking on the icon -> "
-"move to another dock"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:611
-msgid "Sorry, this icon doesn't have a configuration file."
-msgstr "عذرا ، هذا الايقون لا يملك  ملف التكوين."
-
-#: ../src/cairo-dock-menu.c:651
-msgid ""
-"The new dock has been created.\n"
-"You can customize it by right-clicking on it -> cairo-dock -> configure this "
-"dock."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:712
-#, c-format
-msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
-msgstr "انت على وشك ازالة الاضافة  (%s)من الشريط . هل انت متأكد ؟"
-
-#: ../src/cairo-dock-menu.c:934
-msgid ""
-"Sorry, couldn't find the corresponding description file.\n"
-"Consider dragging and dropping the launcher from the Applications Menu."
-msgstr ""
-"عفوا, لم يتم العثور على الملف المطابق.\n"
-"حاول سحب المشغل وإفلاته من قائمه التطبيقات."
-
-#: ../src/cairo-dock-menu.c:1169
+#: ../src/cairo-dock-menu.c:961
+msgid ""
+"You're using a Cairo-Dock Session!\n"
+"It's not advised to quit the dock but you can press Shift to unlock this "
+"menu entry."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:993 ../src/cairo-dock-menu.c:1014
+msgid "Edit"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:995 ../src/cairo-dock-menu.c:1021
+msgid "Remove"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:996
+msgid ""
+"You can remove a launcher by dragging it out of the dock with the mouse ."
+msgstr "بإمكانك ازاله احد المشغلات بسحبه خارج الشريط بالمؤشر."
+
+#: ../src/cairo-dock-menu.c:998 ../src/cairo-dock-menu.c:1030
+msgid "Move to another dock"
+msgstr "نقل الى شريط اخر"
+
+#: ../src/cairo-dock-menu.c:1000 ../src/cairo-dock-menu.c:1032
+#: ../src/gldit/cairo-dock-gui-factory.c:1105
+msgid "New main dock"
+msgstr "شريط رئيسي جديد"
+
+#: ../src/cairo-dock-menu.c:1009
+msgid "Make it a launcher"
+msgstr "تحويله الى مشغل"
+
+#: ../src/cairo-dock-menu.c:1018
+msgid "Detach"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1018
+msgid "Return to the dock"
+msgstr "عوده الى الشريط"
+
+#: ../src/cairo-dock-menu.c:1025
+msgid "Duplicate"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1040
+msgid "Applet's handbook"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1085
+msgid "Pick up an image"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1316
 #, c-format
 msgid "Move all to desktop %d - face %d"
 msgstr "أنقل الكل إلى سطح المكتب %d - الوجه %d"
 
-#: ../src/cairo-dock-menu.c:1169
+#: ../src/cairo-dock-menu.c:1316
 #, c-format
 msgid "Move to desktop %d - face %d"
 msgstr "أنقل إلى سطح المكتب %d - الوجه %d"
 
-#: ../src/cairo-dock-menu.c:1171
+#: ../src/cairo-dock-menu.c:1318
 #, c-format
 msgid "Move all to desktop %d"
 msgstr "نقل الكل الى سطح المكتب %d"
 
-#: ../src/cairo-dock-menu.c:1171
+#: ../src/cairo-dock-menu.c:1318
 #, c-format
 msgid "Move to desktop %d"
 msgstr "أنقل إلى سطح المكتب %d"
 
-#: ../src/cairo-dock-menu.c:1173
+#: ../src/cairo-dock-menu.c:1320
 #, c-format
 msgid "Move all to face %d"
 msgstr "أنقل الكل إلى الوجه %d"
 
-#: ../src/cairo-dock-menu.c:1173
+#: ../src/cairo-dock-menu.c:1320
 #, c-format
 msgid "Move to face %d"
 msgstr "أنقل إلى الوجه %d"
 
-#: ../src/cairo-dock-menu.c:1211
-msgid "Add"
-msgstr "أضف"
-
-#: ../src/cairo-dock-menu.c:1213
-msgid "Sub-dock"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1215
-msgid "Main dock"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1218
-msgid "Separator"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1222
-msgid "Custom launcher"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1223
-msgid ""
-"Usually you would drag a launcher from the menu and drop it on the dock."
-msgstr "يتوجب في العاده سحب المشغل من القائمه وإفلاته على الشريط."
-
-#: ../src/cairo-dock-menu.c:1288
-msgid "Modify this separator"
-msgstr "تحرير الفاصل"
-
-#: ../src/cairo-dock-menu.c:1288
-msgid "Modify this launcher"
-msgstr "تعديل هذا المشغل"
-
-#: ../src/cairo-dock-menu.c:1290
-msgid "Remove this separator"
-msgstr "إزالة هذا الفاصل"
-
-#: ../src/cairo-dock-menu.c:1290
-msgid "Remove this launcher"
-msgstr "إزالة هذا المشغل"
-
-#: ../src/cairo-dock-menu.c:1291
-msgid ""
-"You can remove a launcher by dragging it out of the dock with the mouse ."
-msgstr "بإمكانك ازاله احد المشغلات بسحبه خارج الشريط بالمؤشر."
-
-#: ../src/cairo-dock-menu.c:1293 ../src/cairo-dock-menu.c:1472
-msgid "Move to another dock"
-msgstr "نقل الى شريط اخر"
-
-#: ../src/cairo-dock-menu.c:1298 ../src/cairo-dock-menu.c:1477
-#: ../src/gldit/cairo-dock-gui-factory.c:1104
-msgid "New main dock"
-msgstr "شريط رئيسي جديد"
-
-#: ../src/cairo-dock-menu.c:1318 ../src/cairo-dock-menu.c:1416
+#: ../src/cairo-dock-menu.c:1566 ../src/cairo-dock-menu.c:1665
 msgid "Other actions"
 msgstr "خيارات أخرى"
 
-#: ../src/cairo-dock-menu.c:1324
+#: ../src/cairo-dock-menu.c:1568
 msgid "Move to this desktop"
 msgstr "نقل إالى سطح المكتب هذا"
 
-#: ../src/cairo-dock-menu.c:1339
+#: ../src/cairo-dock-menu.c:1583
 msgid "Not Fullscreen"
 msgstr "ليس ملء"
 
-#: ../src/cairo-dock-menu.c:1339
+#: ../src/cairo-dock-menu.c:1583
 msgid "Fullscreen"
 msgstr "ملء الشاشة"
 
-#: ../src/cairo-dock-menu.c:1343
+#: ../src/cairo-dock-menu.c:1587
 msgid "Don't keep above"
 msgstr "ﻻ تجعله في الاعلى"
 
-#: ../src/cairo-dock-menu.c:1343 ../data/messages:363
+#: ../src/cairo-dock-menu.c:1587 ../data/messages:363
 msgid "Keep above"
 msgstr "أبقها في الأعلى"
 
-#: ../src/cairo-dock-menu.c:1368
+#: ../src/cairo-dock-menu.c:1612
 msgid "Remove custom icon"
 msgstr "إزاله الايقونه المعدله"
 
-#: ../src/cairo-dock-menu.c:1372
+#: ../src/cairo-dock-menu.c:1616
 msgid "Set a custom icon"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1375
+#: ../src/cairo-dock-menu.c:1619
 msgid "Kill"
 msgstr "اقتل"
 
-#: ../src/cairo-dock-menu.c:1380
-msgid "Make it a launcher"
-msgstr "تحويله الى مشغل"
-
-#: ../src/cairo-dock-menu.c:1383 ../src/cairo-dock-menu.c:1426
+#: ../src/cairo-dock-menu.c:1623 ../src/cairo-dock-menu.c:1671
 msgid "Launch a new (Shift+clic)"
 msgstr "تشغيل جديد (Shift+أنقر)"
 
-#: ../src/cairo-dock-menu.c:1385
+#: ../src/cairo-dock-menu.c:1627
 msgid "Show"
 msgstr "اظهر"
 
-#: ../src/cairo-dock-menu.c:1387
+#: ../src/cairo-dock-menu.c:1629
 msgid "Unmaximise"
 msgstr "غير مكبر"
 
-#: ../src/cairo-dock-menu.c:1387
+#: ../src/cairo-dock-menu.c:1629
 msgid "Maximise"
 msgstr "تكبير"
 
-#: ../src/cairo-dock-menu.c:1392 ../src/cairo-dock-menu.c:1394
+#: ../src/cairo-dock-menu.c:1634 ../src/cairo-dock-menu.c:1636
 msgid "Minimise"
 msgstr "تصغير"
 
-#: ../src/cairo-dock-menu.c:1392 ../src/cairo-dock-menu.c:1400
-#: ../src/help/applet-notifications.c:218
+#: ../src/cairo-dock-menu.c:1634 ../src/cairo-dock-menu.c:1641
+#: ../src/cairo-dock-menu.c:1649 ../src/help/applet-notifications.c:247
 msgid "middle-click"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1400 ../src/cairo-dock-menu.c:1402
-#: ../data/messages:731
+#: ../src/cairo-dock-menu.c:1641 ../src/cairo-dock-menu.c:1643
+#: ../data/messages:751
+msgid "Lower"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1649 ../src/cairo-dock-menu.c:1651
+#: ../data/messages:745
 msgid "Close"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1422
+#: ../src/cairo-dock-menu.c:1667
 msgid "Move all to this desktop"
 msgstr "نقل الكل لسطح المكتب هذا"
 
-#: ../src/cairo-dock-menu.c:1428
+#: ../src/cairo-dock-menu.c:1673
 msgid "Show all"
 msgstr "إظهار الكل"
 
-#: ../src/cairo-dock-menu.c:1430
+#: ../src/cairo-dock-menu.c:1675
 msgid "Minimise all"
 msgstr "تصغير الكل"
 
-#: ../src/cairo-dock-menu.c:1432
+#: ../src/cairo-dock-menu.c:1677
 msgid "Close all"
 msgstr "إغلاق الكل"
 
-#: ../src/cairo-dock-menu.c:1460
-msgid "Detach this applet"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1460
-msgid "Return to the dock"
-msgstr "عوده الى الشريط"
-
-#: ../src/cairo-dock-menu.c:1463
-msgid "Remove this applet"
-msgstr "حذف الاضافة"
-
-#: ../src/cairo-dock-menu.c:1467
-msgid "Launch another instance of this applet"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1502 ../data/messages:361
+#: ../src/cairo-dock-menu.c:1698 ../data/messages:361
 msgid "Normal"
 msgstr "عادي"
 
-#: ../src/cairo-dock-menu.c:1508 ../data/messages:427 ../data/messages:595
-#: ../data/messages:1643
+#: ../src/cairo-dock-menu.c:1704 ../data/messages:427 ../data/messages:599
+#: ../data/messages:1633
 msgid "Always on top"
 msgstr "دائما في الأعلى"
 
-#: ../src/cairo-dock-menu.c:1515
+#: ../src/cairo-dock-menu.c:1711
 msgid "Always below"
 msgstr "دئما ادنى"
 
-#: ../src/cairo-dock-menu.c:1533 ../data/messages:369
+#: ../src/cairo-dock-menu.c:1728 ../data/messages:369
 msgid "Reserve space"
 msgstr "الإحتفاظ بالمسافه"
 
-#: ../src/cairo-dock-menu.c:1540
+#: ../src/cairo-dock-menu.c:1735
 msgid "On all desktops"
 msgstr "على كل سطوح المكتب"
 
-#: ../src/cairo-dock-menu.c:1546
+#: ../src/cairo-dock-menu.c:1741
 msgid "Lock position"
 msgstr "قفل التحريك"
 
-#: ../src/cairo-dock-user-interaction.c:405
+#: ../src/cairo-dock-user-interaction.c:416
 msgid ""
 "The option 'overwrite X icons' has been automatically enabled in the "
 "config.\n"
 "It is located in the 'Taskbar' module."
 msgstr ""
 
-#: ../src/cairo-dock.c:148
+#: ../src/cairo-dock.c:147
 #, c-format
 msgid "Happy new year %d !!!"
 msgstr ""
 
-#: ../src/cairo-dock.c:317
+#: ../src/cairo-dock.c:320
 msgid "Use Cairo backend."
 msgstr ""
 
-#: ../src/cairo-dock.c:320
+#: ../src/cairo-dock.c:323
 msgid "Use OpenGL backend."
 msgstr ""
 
-#: ../src/cairo-dock.c:324
-msgid ""
-"Force Glitz backend (hardware acceleration for cairo, needs a glitz-enabled "
-"libcairo)."
-msgstr ""
-
-#: ../src/cairo-dock.c:328
+#: ../src/cairo-dock.c:326
 msgid ""
 "Use OpenGL backend with indirect rendering. There are very few case where "
 "this option should be used."
 msgstr ""
 
-#: ../src/cairo-dock.c:331
+#: ../src/cairo-dock.c:329
+msgid "Ask again on startup which backend to use."
+msgstr ""
+
+#: ../src/cairo-dock.c:332
 msgid "Force the dock to consider this environnement - use it with care."
 msgstr ""
 
-#: ../src/cairo-dock.c:334
+#: ../src/cairo-dock.c:335
 msgid ""
 "Force the dock to load from this directory, instead of ~/.config/cairo-dock."
 msgstr ""
 
-#: ../src/cairo-dock.c:337
+#: ../src/cairo-dock.c:338
 msgid ""
 "Address of a server containing additional themes. This will overwrite the "
 "default server address."
 msgstr ""
 
-#: ../src/cairo-dock.c:340
+#: ../src/cairo-dock.c:341
 msgid ""
 "Wait for N seconds before starting; this is useful if you notice some "
 "problems when the dock starts with the session."
 msgstr ""
 
-#: ../src/cairo-dock.c:343
+#: ../src/cairo-dock.c:344
 msgid ""
 "Allow to edit the config before the dock is started and show the config "
 "panel on start."
 msgstr ""
 
-#: ../src/cairo-dock.c:346
+#: ../src/cairo-dock.c:347
 msgid "Exclude a given plug-in from activating (it is still loaded though)."
 msgstr ""
 
-#: ../src/cairo-dock.c:349
+#: ../src/cairo-dock.c:350
 msgid "Don't load any plug-ins."
 msgstr ""
 
-#: ../src/cairo-dock.c:352
+#: ../src/cairo-dock.c:353
 msgid ""
 "Log verbosity (debug,message,warning,critical,error); default is warning."
 msgstr ""
 
-#: ../src/cairo-dock.c:355
+#: ../src/cairo-dock.c:356
 msgid "Force to display some output messages with colors."
 msgstr ""
 
-#: ../src/cairo-dock.c:358
+#: ../src/cairo-dock.c:359
 msgid "Print version and quit."
 msgstr ""
 
-#: ../src/cairo-dock.c:361
+#: ../src/cairo-dock.c:362
 msgid "Lock the dock so that any modification is impossible for users."
 msgstr ""
 
-#: ../src/cairo-dock.c:365
+#: ../src/cairo-dock.c:366
 msgid "Keep the dock above other windows whatever."
 msgstr ""
 
-#: ../src/cairo-dock.c:368
+#: ../src/cairo-dock.c:369
 msgid "Don't make the dock appear on all desktops."
 msgstr ""
 
-#: ../src/cairo-dock.c:371
+#: ../src/cairo-dock.c:372
 msgid "Cairo-Dock makes anything, including coffee !"
 msgstr ""
 
-#: ../src/cairo-dock.c:374
+#: ../src/cairo-dock.c:375
 msgid ""
 "Ask the dock to load additionnal modules contained in this directory (though "
 "it is unsafe for your dock to load unnofficial modules)."
 msgstr ""
 
-#: ../src/cairo-dock.c:377
+#: ../src/cairo-dock.c:378
 msgid ""
 "For debugging purpose only. The crash manager will not be started to hunt "
 "down the bugs."
 msgstr ""
 
-#: ../src/cairo-dock.c:380
+#: ../src/cairo-dock.c:381
 msgid ""
 "For debugging purpose only. Some hidden and still unstable options will be "
 "activated."
 msgstr ""
 
-#: ../src/cairo-dock.c:499
+#: ../src/cairo-dock.c:502
 msgid "Use OpenGL in Cairo-Dock"
 msgstr "استخدام OpenGL في شريط كيرو"
 
-#: ../src/cairo-dock.c:507
+#: ../src/cairo-dock.c:510
 msgid ""
 "OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
 "the minimum.\n"
@@ -870,11 +937,11 @@
 "  or with the -o option to force OpenGL and -c to force cairo.)"
 msgstr ""
 
-#: ../src/cairo-dock.c:512
+#: ../src/cairo-dock.c:521
 msgid "Remember this choice"
 msgstr "تذكر هذا الاختيار"
 
-#: ../src/cairo-dock.c:749
+#: ../src/cairo-dock.c:775
 #, c-format
 msgid ""
 "The module '%s' may have encountered a problem.\n"
@@ -900,77 +967,86 @@
 "ﻻ يمكن العثور على السِّمَةُ  القياسية. سوف يكون القياس الافتراضية مفعله .\n"
 "يمكنك تغيير ذلك عن طريق فتح تكوين هذه الوحدة. هل تريد أن تفعل ذلك الآن؟"
 
-#: ../src/gldit/cairo-dock-applet-facility.h:374
-msgid "Applet's handbook"
-msgstr ""
-
-#: ../src/gldit/cairo-dock-desklet-manager.c:860
+#: ../src/gldit/cairo-dock-desklet-manager.c:858
 msgid "_custom decoration_"
 msgstr "_زخرفه مخصصه_"
 
-#: ../src/gldit/cairo-dock-dock-manager.c:333
+#: ../src/gldit/cairo-dock-dock-manager.c:363
 msgid "Bottom dock"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-dock-manager.c:335
+#: ../src/gldit/cairo-dock-dock-manager.c:365
 msgid "Top dock"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-dock-manager.c:340
+#: ../src/gldit/cairo-dock-dock-manager.c:370
 msgid "Right dock"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-dock-manager.c:342
+#: ../src/gldit/cairo-dock-dock-manager.c:372
 msgid "Left dock"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:236
+#: ../src/gldit/cairo-dock-dock-manager.c:1632
+#: ../src/gldit/cairo-dock-dock-manager.c:1733
+msgid "Pop up the main dock"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:243
 #, c-format
 msgid "by %s"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:248
+#: ../src/gldit/cairo-dock-gui-factory.c:255
 msgid "kB"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:250
+#: ../src/gldit/cairo-dock-gui-factory.c:257
 msgid "MB"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:259
+#: ../src/gldit/cairo-dock-gui-factory.c:266
 msgid "Local"
 msgstr "محلِّي"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:260
+#: ../src/gldit/cairo-dock-gui-factory.c:267
 msgid "User"
 msgstr "مستخدم"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:261
+#: ../src/gldit/cairo-dock-gui-factory.c:268
 msgid "Net"
 msgstr "شبكة"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:262
+#: ../src/gldit/cairo-dock-gui-factory.c:269
 msgid "New"
 msgstr "جديد"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:263
+#: ../src/gldit/cairo-dock-gui-factory.c:270
 msgid "Updated"
 msgstr "محدث"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:983
+#: ../src/gldit/cairo-dock-gui-factory.c:724
+msgid "Pick up a file"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:724
+msgid "Pick up a directory"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:984
 msgid "_Custom Icons_"
 msgstr "_ايقونه معدله_"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1347
+#: ../src/gldit/cairo-dock-gui-factory.c:1348
 msgid "Rate me"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1446
-#: ../src/gldit/cairo-dock-gui-factory.c:1448
+#: ../src/gldit/cairo-dock-gui-factory.c:1447
+#: ../src/gldit/cairo-dock-gui-factory.c:1449
 msgid "You must try the theme before you can rate it."
 msgstr "يتوجب عليك تجربة السمة قبل تقيمها"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1471
+#: ../src/gldit/cairo-dock-gui-factory.c:1472
 #, c-format
 msgid ""
 "The '%s' module was not found.\n"
@@ -980,7 +1056,7 @@
 "الـــــ '%s' لم يتم العثور علىالوحدة .\n"
 "يجب التأكد من تثبت الاصدار المتوافق مع الشريط لتمتع بهذه المزايا ."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1480
+#: ../src/gldit/cairo-dock-gui-factory.c:1481
 #, c-format
 msgid ""
 "The '%s' plug-in is not active.\n"
@@ -989,33 +1065,33 @@
 "الإضافة '%s' غير مفعله.\n"
 "هل تريد تفعليها الآن ؟"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2252
-#: ../src/gldit/cairo-dock-gui-factory.c:2831
+#: ../src/gldit/cairo-dock-gui-factory.c:2329
+#: ../src/gldit/cairo-dock-gui-factory.c:2912
 #, c-format
 msgid "Listing themes in '%s' ..."
 msgstr "قائمة السمات في '%s' ..."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2769
+#: ../src/gldit/cairo-dock-gui-factory.c:2846
 msgid "Theme"
 msgstr "سِمة"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2782
+#: ../src/gldit/cairo-dock-gui-factory.c:2859
 msgid "Rating"
 msgstr "تقييم"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2788
+#: ../src/gldit/cairo-dock-gui-factory.c:2865
 msgid "Sobriety"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2857
+#: ../src/gldit/cairo-dock-gui-factory.c:2938
 msgid "link"
 msgstr "رابط"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2910
+#: ../src/gldit/cairo-dock-gui-factory.c:2991
 msgid "Grab"
 msgstr "التقاط"
 
-#: ../src/gldit/cairo-dock-struct.h:419
+#: ../src/gldit/cairo-dock-struct.h:423
 msgid "Default"
 msgstr "الافتراضي"
 
@@ -1028,22 +1104,19 @@
 msgid "Last modification on:"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-themes-manager.c:276
+#: ../src/gldit/cairo-dock-themes-manager.c:272
 #, c-format
 msgid ""
-"Could not access remote file %s/%s. Maybe the server is down.\n"
+"Could not access remote file %s. Maybe the server is down.\n"
 "Please retry later or contact us at glx-dock.org."
 msgstr ""
-"لا يمكن الوصول إلى الملف %s/%s عن بعد. قد يكون الخادم مشغول او متوقف عن "
-"العمل.\n"
-"حاول لاحقا. وفي حال استمرت المشكله اتصل بنا على glx-dock.org"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:291
+#: ../src/gldit/cairo-dock-themes-manager.c:286
 #, c-format
 msgid "Are you sure you want to delete theme %s?"
 msgstr "هل تريد حذف السمة %s ؟"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:293
+#: ../src/gldit/cairo-dock-themes-manager.c:288
 msgid "Are you sure you want to delete these themes?"
 msgstr "هل انت متأكد سوف تقوم بحذف هذه السمات ؟"
 
@@ -1085,72 +1158,85 @@
 "page."
 msgstr ""
 
-#: ../src/help/applet-notifications.c:169
-msgid "Unity is already disabled."
+#: ../src/help/applet-init.c:31
+msgid ""
+"This applet is made to help you.\n"
+"Click on its icon to pop up useful tips about the possibilities of Cairo-"
+"Dock.\n"
+"Middle-click to open the configuration window.\n"
+"Right-click to access some troubleshooting actions."
 msgstr ""
 
-#: ../src/help/applet-notifications.c:218
+#: ../src/help/applet-notifications.c:247
 msgid "Open global settings"
 msgstr ""
 
-#: ../src/help/applet-notifications.c:223
+#: ../src/help/applet-notifications.c:252
 msgid "Activate composite"
 msgstr ""
 
-#: ../src/help/applet-notifications.c:225
+#: ../src/help/applet-notifications.c:254
 msgid "Disable the gnome-panel"
 msgstr ""
 
-#: ../src/help/applet-notifications.c:227
+#: ../src/help/applet-notifications.c:256
 msgid "Disable Unity"
 msgstr ""
 
-#: ../src/help/applet-notifications.c:229
+#: ../src/help/applet-notifications.c:258
 msgid "Online help"
 msgstr ""
 
-#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:128
+#: ../src/help/applet-tips-dialog.c:152
+msgid "Tips and Tricks"
+msgstr ""
+
+#: ../src/help/applet-tips-dialog.c:307
+msgid "Category"
+msgstr ""
+
+#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:119
 msgid "Enter a command"
 msgstr ""
 
-#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:129
+#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:120
 msgid "New launcher"
 msgstr ""
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:445
-#: ../data/messages:613
+#: ../src/implementations/cairo-dock-hiding-effect.c:596 ../data/messages:445
+#: ../data/messages:617
 msgid "Move down"
 msgstr "تحريك للأسفل"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:447
-#: ../data/messages:615
+#: ../src/implementations/cairo-dock-hiding-effect.c:604 ../data/messages:447
+#: ../data/messages:619
 msgid "Fade out"
 msgstr "تلاشي"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:449
-#: ../data/messages:617
+#: ../src/implementations/cairo-dock-hiding-effect.c:612 ../data/messages:449
+#: ../data/messages:621
 msgid "Semi transparent"
 msgstr "شبه شفاف"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:451
-#: ../data/messages:619
+#: ../src/implementations/cairo-dock-hiding-effect.c:621 ../data/messages:451
+#: ../data/messages:623
 msgid "Zoom out"
 msgstr "تصغير"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:453
-#: ../data/messages:621
+#: ../src/implementations/cairo-dock-hiding-effect.c:629 ../data/messages:453
+#: ../data/messages:625
 msgid "Folding"
 msgstr "ثني"
 
-#: ../data/messages:1 ../data/messages:1283
+#: ../data/messages:1 ../data/messages:1273
 msgid "General"
 msgstr ""
 
-#: ../data/messages:3 ../data/messages:1285
+#: ../data/messages:3 ../data/messages:1275
 msgid "Using the dock"
 msgstr ""
 
-#: ../data/messages:5 ../data/messages:1287
+#: ../data/messages:5 ../data/messages:1277
 msgid ""
 "Most icons in the dock have several actions: the primary action on left-"
 "click, a secondary action on middle-click, and additionnal actions on right-"
@@ -1159,11 +1245,11 @@
 "sould be on middle-click."
 msgstr ""
 
-#: ../data/messages:7 ../data/messages:1289
+#: ../data/messages:7 ../data/messages:1279
 msgid "Adding features"
 msgstr ""
 
-#: ../data/messages:9 ../data/messages:1291
+#: ../data/messages:9 ../data/messages:1281
 msgid ""
 "Cairo-Dock has a lot of applets. Applets are small applications that live "
 "inside the dock, for instance a clock or a log-out button.\n"
@@ -1174,11 +1260,11 @@
 "and then just drag-and-drop the link of an applet into your dock."
 msgstr ""
 
-#: ../data/messages:13 ../data/messages:1295
+#: ../data/messages:13 ../data/messages:1285
 msgid "Adding a launcher"
 msgstr ""
 
-#: ../data/messages:15 ../data/messages:1297
+#: ../data/messages:15 ../data/messages:1287
 msgid ""
 "You can add a launcher by drag-and-dropping it from the Applications Menu "
 "into the dock. An animated arrow will appear when you can drop.\n"
@@ -1186,21 +1272,21 @@
 "its icon and select \"make it a launcher\"."
 msgstr ""
 
-#: ../data/messages:17 ../data/messages:1299
+#: ../data/messages:17 ../data/messages:1289
 msgid "Removing a launcher"
 msgstr ""
 
-#: ../data/messages:19 ../data/messages:1301
+#: ../data/messages:19 ../data/messages:1291
 msgid ""
 "You can remove a launcher by drag-and-dropping it outside the dock. A "
 "\"delete\" emblem will appear on it when you can drop it."
 msgstr ""
 
-#: ../data/messages:21 ../data/messages:1303
+#: ../data/messages:21 ../data/messages:1293
 msgid "Grouping icons into a sub-dock"
 msgstr ""
 
-#: ../data/messages:23 ../data/messages:1305
+#: ../data/messages:23 ../data/messages:1295
 msgid ""
 "You can group icons into a \"sub-dock\".\n"
 "To add a sub-dock, right-click on the dock -> add -> a sub-dock.\n"
@@ -1208,11 +1294,11 @@
 "dock -> select the sub-dock's name."
 msgstr ""
 
-#: ../data/messages:25 ../data/messages:1307
+#: ../data/messages:25 ../data/messages:1297
 msgid "Moving icons"
 msgstr ""
 
-#: ../data/messages:27 ../data/messages:1309
+#: ../data/messages:27 ../data/messages:1299
 msgid ""
 "You can drag any icon to a new location inside its dock.\n"
 "You can move an icon into another dock by right-clicking on it -> move to "
@@ -1221,7 +1307,7 @@
 "icon inside."
 msgstr ""
 
-#: ../data/messages:29 ../data/messages:1311
+#: ../data/messages:29 ../data/messages:1301
 msgid "Changing an icon's image"
 msgstr ""
 
@@ -1239,11 +1325,11 @@
 "window."
 msgstr ""
 
-#: ../data/messages:33 ../data/messages:1315
+#: ../data/messages:33 ../data/messages:1305
 msgid "Resizing icons"
 msgstr ""
 
-#: ../data/messages:35 ../data/messages:1317
+#: ../data/messages:35 ../data/messages:1307
 msgid ""
 "You can make the icons and the zoom effect smaller or bigger. Open the "
 "settings (right-click -> Cairo-Dock -> configure), and go to Appearance (or "
@@ -1254,11 +1340,11 @@
 "settings."
 msgstr ""
 
-#: ../data/messages:37 ../data/messages:1319
+#: ../data/messages:37 ../data/messages:1309
 msgid "Separating icons"
 msgstr ""
 
-#: ../data/messages:39 ../data/messages:1321
+#: ../data/messages:39 ../data/messages:1311
 msgid ""
 "You can add separators between icons by right-clicking on the dock -> add -> "
 "a separator.\n"
@@ -1268,11 +1354,11 @@
 "In the \"panel\" view, separators are represented as gap between icons."
 msgstr ""
 
-#: ../data/messages:43 ../data/messages:1325
+#: ../data/messages:43 ../data/messages:1315
 msgid "Using the dock as a taskbar"
 msgstr ""
 
-#: ../data/messages:45 ../data/messages:1327
+#: ../data/messages:45 ../data/messages:1317
 msgid ""
 "When an application is running, a corresponding icon will appear in the "
 "dock.\n"
@@ -1283,50 +1369,50 @@
 "the launcher, etc."
 msgstr ""
 
-#: ../data/messages:47 ../data/messages:1329
+#: ../data/messages:47 ../data/messages:1319
 msgid "Closing a window"
 msgstr ""
 
-#: ../data/messages:49 ../data/messages:1331
+#: ../data/messages:49 ../data/messages:1321
 msgid ""
 "You can close a window by middle-clicking on its icon (or from the menu)."
 msgstr ""
 
-#: ../data/messages:51 ../data/messages:1333
+#: ../data/messages:51 ../data/messages:1323
 msgid "Minimizing / restauring a window"
 msgstr ""
 
-#: ../data/messages:53 ../data/messages:1335
+#: ../data/messages:53 ../data/messages:1325
 msgid ""
 "Clicking on its icon will bring the window on top.\n"
 "When the window has the focus, clicking on its icon will minimize the window."
 msgstr ""
 
-#: ../data/messages:55 ../data/messages:1337
+#: ../data/messages:55 ../data/messages:1327
 msgid "Launching an application several times"
 msgstr ""
 
-#: ../data/messages:57 ../data/messages:1339
+#: ../data/messages:57 ../data/messages:1329
 msgid ""
 "You can launch an application several times by SHIFT+clicking on its icon "
 "(or from the menu)."
 msgstr ""
 
-#: ../data/messages:59 ../data/messages:1341
+#: ../data/messages:59 ../data/messages:1331
 msgid "Switching between the windows of a same application"
 msgstr ""
 
-#: ../data/messages:61 ../data/messages:1343
+#: ../data/messages:61 ../data/messages:1333
 msgid ""
 "With your mouse, scroll up/down on one of the icons of the application. Each "
 "time you scroll, the next/previous window will be presented to you."
 msgstr ""
 
-#: ../data/messages:63 ../data/messages:1345
+#: ../data/messages:63 ../data/messages:1335
 msgid "Grouping windows of a given application"
 msgstr ""
 
-#: ../data/messages:65 ../data/messages:1347
+#: ../data/messages:65 ../data/messages:1337
 msgid ""
 "When an application has several windows, one icon for each window will "
 "appear in the dock; they will be grouped togather into a sub-dock.\n"
@@ -1334,19 +1420,19 @@
 "side-by-side (if your Window Manager is able to do that)."
 msgstr ""
 
-#: ../data/messages:67 ../data/messages:1349
+#: ../data/messages:67 ../data/messages:1339
 msgid "Setting a custom icon for an application"
 msgstr ""
 
-#: ../data/messages:69 ../data/messages:1351
+#: ../data/messages:69 ../data/messages:1341
 msgid "See \"Changing an icon's image\" in the \"Icons\" category."
 msgstr ""
 
-#: ../data/messages:71 ../data/messages:1353
+#: ../data/messages:71 ../data/messages:1343
 msgid "Showing windows preview over the icons"
 msgstr ""
 
-#: ../data/messages:73 ../data/messages:1355
+#: ../data/messages:73 ../data/messages:1345
 msgid ""
 "You need to run Compiz, and enable the \"Window Preview\" plug-in in Compiz. "
 "Install \"ccsm\" to be able to configure Compiz."
@@ -1354,26 +1440,26 @@
 
 #: ../data/messages:75 ../data/messages:197 ../data/messages:217
 #: ../data/messages:255 ../data/messages:297 ../data/messages:301
-#: ../data/messages:307 ../data/messages:311 ../data/messages:1357
-#: ../data/messages:1479 ../data/messages:1499 ../data/messages:1537
-#: ../data/messages:1579 ../data/messages:1583 ../data/messages:1589
-#: ../data/messages:1593 ../data/messages:1597 ../data/messages:1601
+#: ../data/messages:307 ../data/messages:311 ../data/messages:1347
+#: ../data/messages:1469 ../data/messages:1489 ../data/messages:1527
+#: ../data/messages:1569 ../data/messages:1573 ../data/messages:1579
+#: ../data/messages:1583 ../data/messages:1587 ../data/messages:1591
 msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
 msgstr ""
 
-#: ../data/messages:77 ../data/messages:1359
+#: ../data/messages:77 ../data/messages:1349
 msgid "If you're using Compiz, you can click on this button:"
 msgstr ""
 
-#: ../data/messages:79 ../data/messages:1361
+#: ../data/messages:79 ../data/messages:1351
 msgid "Docks"
 msgstr ""
 
-#: ../data/messages:81 ../data/messages:1363
+#: ../data/messages:81 ../data/messages:1353
 msgid "Positionning the dock on the screen"
 msgstr ""
 
-#: ../data/messages:83 ../data/messages:1365
+#: ../data/messages:83 ../data/messages:1355
 msgid ""
 "The dock can be placed anywhere on the screen.\n"
 "In the case of the main dock, right-click -> Cairo-Dock -> configure, and "
@@ -1382,11 +1468,11 @@
 "dock, and then select the position you want."
 msgstr ""
 
-#: ../data/messages:85 ../data/messages:1367
+#: ../data/messages:85 ../data/messages:1357
 msgid "Hiding the dock to use all the screen"
 msgstr ""
 
-#: ../data/messages:87 ../data/messages:1369
+#: ../data/messages:87 ../data/messages:1359
 msgid ""
 "The dock can hide itself to let all the screen for applications. But it can "
 "also be always visible like a panel.\n"
@@ -1396,39 +1482,39 @@
 "dock, and then select the visibility you want."
 msgstr ""
 
-#: ../data/messages:89 ../data/messages:1371
+#: ../data/messages:89 ../data/messages:1361
 msgid "Having more than one dock"
 msgstr ""
 
 #: ../data/messages:91 ../data/messages:95 ../data/messages:99
-#: ../data/messages:1373 ../data/messages:1377 ../data/messages:1381
+#: ../data/messages:1363 ../data/messages:1367 ../data/messages:1371
 msgid "TODO"
 msgstr ""
 
-#: ../data/messages:93 ../data/messages:1375
+#: ../data/messages:93 ../data/messages:1365
 msgid "Deleting a dock"
 msgstr ""
 
-#: ../data/messages:97 ../data/messages:1379
+#: ../data/messages:97 ../data/messages:1369
 msgid "Changing the look of a dock"
 msgstr ""
 
-#: ../data/messages:103 ../data/messages:1385
+#: ../data/messages:103 ../data/messages:1375
 msgid "Placing applets on your desktop"
 msgstr ""
 
-#: ../data/messages:105 ../data/messages:1387
+#: ../data/messages:105 ../data/messages:1377
 msgid ""
 "Applets can live inside desklets, which are small windows that can be placed "
 "wherever on your desktop.\n"
 "To detach an applet from the dock, simply drag and drop it outside the dock."
 msgstr ""
 
-#: ../data/messages:107 ../data/messages:1389
+#: ../data/messages:107 ../data/messages:1379
 msgid "Moving desklets"
 msgstr ""
 
-#: ../data/messages:109 ../data/messages:1391
+#: ../data/messages:109 ../data/messages:1381
 msgid ""
 "Desklets can be moved anywhere simply with the mouse.\n"
 "They can also be rotated by dragging the small arrows on the top and left "
@@ -1437,11 +1523,11 @@
 "clicking on it -> \"lock position\". To unlock it, de-select this option."
 msgstr ""
 
-#: ../data/messages:111 ../data/messages:1393
+#: ../data/messages:111 ../data/messages:1383
 msgid "Placing desklets"
 msgstr ""
 
-#: ../data/messages:113 ../data/messages:1395
+#: ../data/messages:113 ../data/messages:1385
 msgid ""
 "From the menu (right-click -> visibility), you can also decide to keep it "
 "above other windows, or on the Widget Layer (if you use Compiz), or make a "
@@ -1452,26 +1538,26 @@
 "the small bottom-right button."
 msgstr ""
 
-#: ../data/messages:115 ../data/messages:1397
+#: ../data/messages:115 ../data/messages:1387
 msgid "Changing the desklets decorations"
 msgstr ""
 
-#: ../data/messages:117 ../data/messages:1399
+#: ../data/messages:117 ../data/messages:1389
 msgid ""
 "Desklets can have decorations. To change that, open the settings of the "
 "applet, go to Desklet, and select the decoration you want (you can provide "
 "your own one)."
 msgstr ""
 
-#: ../data/messages:119 ../data/messages:1401
+#: ../data/messages:119 ../data/messages:1391
 msgid "Useful Features"
 msgstr ""
 
-#: ../data/messages:121 ../data/messages:1403
+#: ../data/messages:121 ../data/messages:1393
 msgid "Having a calendar with tasks"
 msgstr ""
 
-#: ../data/messages:123 ../data/messages:1405
+#: ../data/messages:123 ../data/messages:1395
 msgid ""
 "Activate the Clock applet.\n"
 "Clicking on it will display a calendar.\n"
@@ -1481,11 +1567,11 @@
 "(15mn before the event, and also 1 day before in the case of an anniversary)."
 msgstr ""
 
-#: ../data/messages:125 ../data/messages:1407
+#: ../data/messages:125 ../data/messages:1397
 msgid "Having a list of all windows"
 msgstr ""
 
-#: ../data/messages:127 ../data/messages:1409
+#: ../data/messages:127 ../data/messages:1399
 msgid ""
 "Activate the Switcher applet.\n"
 "Right-clicking on it will give you access to a list containing all the "
@@ -1495,43 +1581,43 @@
 "You can bind this action to the middle-click."
 msgstr ""
 
-#: ../data/messages:129 ../data/messages:1411
+#: ../data/messages:129 ../data/messages:1401
 msgid "Showing all the desktops"
 msgstr ""
 
-#: ../data/messages:131 ../data/messages:1413
+#: ../data/messages:131 ../data/messages:1403
 msgid ""
 "Activate either the Switcher applet or the Show-Desktop applet.\n"
 "Right-click on it -> \"show all the desktop\".\n"
 "You can bind this action to the middle-click."
 msgstr ""
 
-#: ../data/messages:133 ../data/messages:1415
+#: ../data/messages:133 ../data/messages:1405
 msgid "Changing the screen resolution"
 msgstr ""
 
-#: ../data/messages:135 ../data/messages:1417
+#: ../data/messages:135 ../data/messages:1407
 msgid ""
 "Activate the Show-Desktop applet.\n"
 "Right-click on it -> \"change resolution\" -> select the one you want."
 msgstr ""
 
-#: ../data/messages:137 ../data/messages:1419
+#: ../data/messages:137 ../data/messages:1409
 msgid "Locking your session"
 msgstr ""
 
-#: ../data/messages:139 ../data/messages:1421
+#: ../data/messages:139 ../data/messages:1411
 msgid ""
 "Activate the Log-out applet.\n"
 "Right-click on it -> \"lock screen\".\n"
 "You can bind this action to the middle-click."
 msgstr ""
 
-#: ../data/messages:141 ../data/messages:1423
+#: ../data/messages:141 ../data/messages:1413
 msgid "Quick-launching a program from keyboard (replacing ALT+F2)"
 msgstr ""
 
-#: ../data/messages:143 ../data/messages:1425
+#: ../data/messages:143 ../data/messages:1415
 msgid ""
 "Activate the Applications Menu applet.\n"
 "Middle-click on it, or right-click -> \"quick-launch\".\n"
@@ -1540,11 +1626,11 @@
 "completed into \"firefox\")."
 msgstr ""
 
-#: ../data/messages:145 ../data/messages:1427
+#: ../data/messages:145 ../data/messages:1417
 msgid "Turning Composite OFF during games"
 msgstr ""
 
-#: ../data/messages:147 ../data/messages:1429
+#: ../data/messages:147 ../data/messages:1419
 msgid ""
 "Activate the Composite Manager applet.\n"
 "Clicking on it will disable the Composite, which often makes games more "
@@ -1552,11 +1638,11 @@
 "Clicking again on it will enable the Composite."
 msgstr ""
 
-#: ../data/messages:149 ../data/messages:1431
+#: ../data/messages:149 ../data/messages:1421
 msgid "Seeing the hourly weather forecast"
 msgstr ""
 
-#: ../data/messages:151 ../data/messages:1433
+#: ../data/messages:151 ../data/messages:1423
 msgid ""
 "Activate the Weather applet.\n"
 "Open its settings, go to Configure, and type the name of your city. Press "
@@ -1566,11 +1652,11 @@
 "forecast for this day."
 msgstr ""
 
-#: ../data/messages:153 ../data/messages:1435
+#: ../data/messages:153 ../data/messages:1425
 msgid "Adding a file or a web page into the dock"
 msgstr ""
 
-#: ../data/messages:155 ../data/messages:1437
+#: ../data/messages:155 ../data/messages:1427
 msgid ""
 "Simply drag a file or an html link and drop it onto the dock (an animated "
 "arrow should appear when you can drop).\n"
@@ -1580,22 +1666,22 @@
 "directly."
 msgstr ""
 
-#: ../data/messages:157 ../data/messages:1439
+#: ../data/messages:157 ../data/messages:1429
 msgid "Importing a folder into the dock"
 msgstr ""
 
-#: ../data/messages:159 ../data/messages:1441
+#: ../data/messages:159 ../data/messages:1431
 msgid ""
 "Simply drag a folder and drop it onto the dock (an animated arrow should "
 "appear when you can drop).\n"
 "You can choose to import the folder's files or not."
 msgstr ""
 
-#: ../data/messages:161 ../data/messages:1443
+#: ../data/messages:161 ../data/messages:1433
 msgid "Accessing the recent events"
 msgstr ""
 
-#: ../data/messages:163 ../data/messages:1445
+#: ../data/messages:163 ../data/messages:1435
 msgid ""
 "Activate the Recent-Events applet.\n"
 "You need to have the Zeitgeist daemon to be running. Install it if it's not "
@@ -1605,11 +1691,11 @@
 "quickly."
 msgstr ""
 
-#: ../data/messages:165 ../data/messages:1447
+#: ../data/messages:165 ../data/messages:1437
 msgid "Quickly opening a recent file with a launcher"
 msgstr ""
 
-#: ../data/messages:167 ../data/messages:1449
+#: ../data/messages:167 ../data/messages:1439
 msgid ""
 "Activate the Recent-Events applet.\n"
 "You need to have the Zeitgeist daemon to be running. Install it if it's not "
@@ -1618,11 +1704,11 @@
 "opened with this launcher will appear in its menu."
 msgstr ""
 
-#: ../data/messages:169 ../data/messages:1451
+#: ../data/messages:169 ../data/messages:1441
 msgid "Accessing disks"
 msgstr ""
 
-#: ../data/messages:171 ../data/messages:1453
+#: ../data/messages:171 ../data/messages:1443
 msgid ""
 "Activate the Shortcuts applet.\n"
 "Then all the disks (including USB key or external hard drives) will be "
@@ -1630,7 +1716,7 @@
 "To unmount a disk before disconnecting it, middle-click on its icon."
 msgstr ""
 
-#: ../data/messages:173 ../data/messages:1455
+#: ../data/messages:173 ../data/messages:1445
 msgid "Accessing folder bookmarks"
 msgstr ""
 
@@ -1643,11 +1729,11 @@
 "To remove a bookmark, right-click on its icon -> remove"
 msgstr ""
 
-#: ../data/messages:177 ../data/messages:1459
+#: ../data/messages:177 ../data/messages:1449
 msgid "Having multiple instances of an applet"
 msgstr ""
 
-#: ../data/messages:179 ../data/messages:1461
+#: ../data/messages:179 ../data/messages:1451
 msgid ""
 "Some applets can have several instances running at the same time: Clock, "
 "Stack, Weather, ...\n"
@@ -1657,22 +1743,22 @@
 "the weather in different cities."
 msgstr ""
 
-#: ../data/messages:181 ../data/messages:1463
+#: ../data/messages:181 ../data/messages:1453
 msgid "Adding / removing a desktop"
 msgstr ""
 
-#: ../data/messages:183 ../data/messages:1465
+#: ../data/messages:183 ../data/messages:1455
 msgid ""
 "Activate the Switcher applet.\n"
 "Right-click on it -> \"add a desktop\" or \"remove this desktop\".\n"
 "You can even name each of them."
 msgstr ""
 
-#: ../data/messages:185 ../data/messages:1467
+#: ../data/messages:185 ../data/messages:1457
 msgid "Controling the sound volume"
 msgstr ""
 
-#: ../data/messages:187 ../data/messages:1469
+#: ../data/messages:187 ../data/messages:1459
 msgid ""
 "Activate the Sound Volume applet.\n"
 "Then scroll up/down to increase/decrease the sound.\n"
@@ -1680,22 +1766,22 @@
 "Middle-click will mute/unmute."
 msgstr ""
 
-#: ../data/messages:189 ../data/messages:1471
+#: ../data/messages:189 ../data/messages:1461
 msgid "Controling the screen brightness"
 msgstr ""
 
-#: ../data/messages:191 ../data/messages:1473
+#: ../data/messages:191 ../data/messages:1463
 msgid ""
 "Activate the Screen Luminosity applet.\n"
 "Then scroll up/down to increase/decrease the brightness.\n"
 "Alternatively, you can click on the icon and move the scroll bar."
 msgstr ""
 
-#: ../data/messages:193 ../data/messages:1475
+#: ../data/messages:193 ../data/messages:1465
 msgid "Removing completely the gnome-panel"
 msgstr ""
 
-#: ../data/messages:195 ../data/messages:1477
+#: ../data/messages:195 ../data/messages:1467
 msgid ""
 "Open gconf-editor, edit the key "
 "/desktop/gnome/session/required_components/panel, and replace its content "
@@ -1704,43 +1790,43 @@
 "dock has been started (if not, you can add it to the startup programs)."
 msgstr ""
 
-#: ../data/messages:199 ../data/messages:1481
+#: ../data/messages:199 ../data/messages:1471
 msgid ""
 "If you are on Gnome, you can click on this button in order to automatically "
 "modify this key:"
 msgstr ""
 
-#: ../data/messages:201 ../data/messages:1483
+#: ../data/messages:201 ../data/messages:1473
 msgid "Troubleshooting"
 msgstr ""
 
-#: ../data/messages:203 ../data/messages:1485
+#: ../data/messages:203 ../data/messages:1475
 msgid "If you have any question, don't hesitate to ask on our forum."
 msgstr ""
 
-#: ../data/messages:205 ../data/messages:1487
+#: ../data/messages:205 ../data/messages:1477
 msgid "Forum"
 msgstr ""
 
-#: ../data/messages:207 ../data/messages:1489
+#: ../data/messages:207 ../data/messages:1479
 msgid "Our wiki can also help you, it is more complete on some points."
 msgstr ""
 
-#: ../data/messages:209 ../data/messages:1491
+#: ../data/messages:209 ../data/messages:1481
 msgid "Wiki"
 msgstr ""
 
-#: ../data/messages:211 ../data/messages:1493
+#: ../data/messages:211 ../data/messages:1483
 msgid "I have a black background around my dock."
 msgstr ""
 
-#: ../data/messages:213 ../data/messages:1495
+#: ../data/messages:213 ../data/messages:1485
 msgid ""
 "Hint : If you have an ATI or an Intel card, you should try without OpenGL "
 "first, because their drivers are not yet perfect."
 msgstr ""
 
-#: ../data/messages:215 ../data/messages:1497
+#: ../data/messages:215 ../data/messages:1487
 msgid ""
 "You need to turn on compositing. For instance, you can run Compiz or "
 "xcompmgr. \n"
@@ -1751,28 +1837,28 @@
 "'/apps/metacity/general/compositing_manager' and set it to 'true'."
 msgstr ""
 
-#: ../data/messages:219 ../data/messages:1501
+#: ../data/messages:219 ../data/messages:1491
 msgid ""
 "If you're on Gnome with Metacity (without Compiz), you can click on this "
 "button:"
 msgstr ""
 
-#: ../data/messages:221 ../data/messages:1503
+#: ../data/messages:221 ../data/messages:1493
 msgid "My machine is too old to run a composite manager."
 msgstr ""
 
-#: ../data/messages:223 ../data/messages:1505
+#: ../data/messages:223 ../data/messages:1495
 msgid ""
 "Don't panic, Cairo-Dock can emulate the transparency.\n"
 "To get rid of the black background, simply enable the corresponding option "
 "in the end of the «System» module"
 msgstr ""
 
-#: ../data/messages:225 ../data/messages:1507
+#: ../data/messages:225 ../data/messages:1497
 msgid "The dock is horribly slow when I move the mouse into it."
 msgstr ""
 
-#: ../data/messages:227 ../data/messages:1509
+#: ../data/messages:227 ../data/messages:1499
 msgid ""
 "If you have an Nvidia GeForce8 graphics card, please install the latest "
 "drivers, as the first ones were really buggy.\n"
@@ -1782,32 +1868,32 @@
 "with «cairo-dock -c»."
 msgstr ""
 
-#: ../data/messages:229 ../data/messages:1511
+#: ../data/messages:229 ../data/messages:1501
 msgid "I don't have these wonderful effects like fire, cube rotating, etc."
 msgstr ""
 
-#: ../data/messages:231 ../data/messages:1513
+#: ../data/messages:231 ../data/messages:1503
 msgid ""
 "Tip: You can force OpenGL by launching the dock with «cairo-dock -o».but you "
 "might get a lot of visual artifacts."
 msgstr ""
 
-#: ../data/messages:233 ../data/messages:1515
+#: ../data/messages:233 ../data/messages:1505
 msgid ""
 "You need a graphics card with drivers that support OpenGL2.0. Most Nvidia "
 "cards can do this, as can more and more Intel cards. Most ATI cards do not "
 "support OpenGL2.0."
 msgstr ""
 
-#: ../data/messages:235 ../data/messages:1517
+#: ../data/messages:235 ../data/messages:1507
 msgid "I don't have any themes in the Theme Manager, except the default one."
 msgstr ""
 
-#: ../data/messages:237 ../data/messages:1519
+#: ../data/messages:237 ../data/messages:1509
 msgid "Hint : Up to version 2.1.1-2, wget was used."
 msgstr ""
 
-#: ../data/messages:239 ../data/messages:1521
+#: ../data/messages:239 ../data/messages:1511
 msgid ""
 "Be sure that you are connected to the Net.\n"
 " If your connection is very slow, you can increase the connection timeout in "
@@ -1817,17 +1903,17 @@
 "\"http_proxy\" environment variable)."
 msgstr ""
 
-#: ../data/messages:241 ../data/messages:1523
+#: ../data/messages:241 ../data/messages:1513
 msgid "The «netspeed» applet displays 0 even when I'm downloading something"
 msgstr ""
 
-#: ../data/messages:243 ../data/messages:1525
+#: ../data/messages:243 ../data/messages:1515
 msgid ""
 "Tip: you can run several instances of this applet if you wish to monitor "
 "several interfaces."
 msgstr ""
 
-#: ../data/messages:245 ../data/messages:1527
+#: ../data/messages:245 ../data/messages:1517
 msgid ""
 "You must tell the applet which interface you're using to connect to the Net "
 "(by default, this is «eth0»).\n"
@@ -1836,11 +1922,11 @@
 "something like «eth1», «ath0», or «wifi0».."
 msgstr ""
 
-#: ../data/messages:247 ../data/messages:1529
+#: ../data/messages:247 ../data/messages:1519
 msgid "The dustbin remains empty even when I delete a file."
 msgstr ""
 
-#: ../data/messages:249 ../data/messages:1531
+#: ../data/messages:249 ../data/messages:1521
 msgid ""
 "if you're using KDE, you may have to specify the path to the trash folder.\n"
 "Just edit the applet's configuration, and fill in the Trash path; it is "
@@ -1848,31 +1934,31 @@
 "here!!! (do not insert spaces or some invisible caracters)."
 msgstr ""
 
-#: ../data/messages:251 ../data/messages:1533
+#: ../data/messages:251 ../data/messages:1523
 msgid ""
 "There is no icon in the Applications Menu even though I enable the option."
 msgstr ""
 
-#: ../data/messages:253 ../data/messages:1535
+#: ../data/messages:253 ../data/messages:1525
 msgid ""
 "In Gnome, there is an option that override the dock's one. To enable icons "
 "in menus, open 'gconf-editor', go to Desktop / Gnome / Interface and enable "
 "the \"menus have icons\" and the \"buttons have icons\" options. "
 msgstr ""
 
-#: ../data/messages:257 ../data/messages:1539
+#: ../data/messages:257 ../data/messages:1529
 msgid "If you're on Gnome you can click on this button:"
 msgstr ""
 
-#: ../data/messages:259 ../data/messages:1541
+#: ../data/messages:259 ../data/messages:1531
 msgid "The Project"
 msgstr ""
 
-#: ../data/messages:261 ../data/messages:1543
+#: ../data/messages:261 ../data/messages:1533
 msgid "Join the project!"
 msgstr ""
 
-#: ../data/messages:263 ../data/messages:1545
+#: ../data/messages:263 ../data/messages:1535
 msgid ""
 "We value your help! If you see a bug, if you think something could be "
 "improved,\n"
@@ -1883,73 +1969,73 @@
 "we’ll be happy to integrate it on our server !"
 msgstr ""
 
-#: ../data/messages:265 ../data/messages:1547
+#: ../data/messages:265 ../data/messages:1537
 msgid ""
 "If you wish to develop an applet, a complete documentation is available here."
 msgstr ""
 
-#: ../data/messages:267 ../data/messages:1549
+#: ../data/messages:267 ../data/messages:1539
 msgid "Documentation"
 msgstr ""
 
-#: ../data/messages:269 ../data/messages:1551
+#: ../data/messages:269 ../data/messages:1541
 msgid ""
 "If you wish to develop an applet in Python, Perl or any other language,\n"
 "or to interact with the dock in any kind of way, a full DBus API is "
 "described here."
 msgstr ""
 
-#: ../data/messages:271 ../data/messages:1553
+#: ../data/messages:271 ../data/messages:1543
 msgid "DBus API"
 msgstr ""
 
-#: ../data/messages:273 ../data/messages:1555
+#: ../data/messages:273 ../data/messages:1545
 msgid ""
 "\n"
 "\n"
 "The Cairo-Dock Team"
 msgstr ""
 
-#: ../data/messages:275 ../data/messages:1557
+#: ../data/messages:275 ../data/messages:1547
 msgid "Websites"
 msgstr ""
 
-#: ../data/messages:277 ../data/messages:1559
+#: ../data/messages:277 ../data/messages:1549
 msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
 msgstr "مشاكل؟ اقتراحات؟ تريد التحدث إلينا؟ تفضل!"
 
-#: ../data/messages:279 ../data/messages:1561
+#: ../data/messages:279 ../data/messages:1551
 msgid "Community site"
 msgstr "موقع المجتمع"
 
-#: ../data/messages:285 ../data/messages:1567
+#: ../data/messages:285 ../data/messages:1557
 msgid "More applets available online!"
 msgstr ""
 
-#: ../data/messages:287 ../data/messages:1569
+#: ../data/messages:287 ../data/messages:1559
 msgid "Cairo-Dock-Plug-ins-Extras"
 msgstr "اضفات اضافية ليكرو دوك"
 
-#: ../data/messages:289 ../data/messages:1571
+#: ../data/messages:289 ../data/messages:1561
 msgid "Repositories"
 msgstr ""
 
-#: ../data/messages:291 ../data/messages:1573
+#: ../data/messages:291 ../data/messages:1563
 msgid ""
 "We maintain two repositories for Debian, Ubuntu and other Debian-forked:\n"
 " One for stable releases and another which is updated weekly (unstable "
 "version)"
 msgstr ""
 
-#: ../data/messages:293 ../data/messages:1575
+#: ../data/messages:293 ../data/messages:1565
 msgid "Debian/Ubuntu"
 msgstr ""
 
-#: ../data/messages:295 ../data/messages:1577
+#: ../data/messages:295 ../data/messages:1567
 msgid "Ubuntu"
 msgstr ""
 
-#: ../data/messages:299 ../data/messages:1581
+#: ../data/messages:299 ../data/messages:1571
 msgid ""
 "If you're on Ubuntu, you can add our 'stable' repository by clicking on this "
 "button:\n"
@@ -1957,7 +2043,7 @@
 "latest stable version."
 msgstr ""
 
-#: ../data/messages:303 ../data/messages:1585
+#: ../data/messages:303 ../data/messages:1575
 msgid ""
 "If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by "
 "clicking on this button:\n"
@@ -1965,11 +2051,11 @@
 "latest weekly version."
 msgstr ""
 
-#: ../data/messages:305 ../data/messages:1587
+#: ../data/messages:305 ../data/messages:1577
 msgid "Debian"
 msgstr ""
 
-#: ../data/messages:309 ../data/messages:1591
+#: ../data/messages:309 ../data/messages:1581
 msgid ""
 "If you're on Debian Stable, you can add our 'stable' repository by clicking "
 "on this button:\n"
@@ -1977,7 +2063,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:313 ../data/messages:1595
+#: ../data/messages:313 ../data/messages:1585
 msgid ""
 "If you're on Debian Unstable, you can add our 'stable' repository by "
 "clicking on this button:\n"
@@ -1985,8 +2071,8 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:315 ../data/messages:317 ../data/messages:1733
-#: ../data/messages:1813 ../data/messages:1845
+#: ../data/messages:315 ../data/messages:317 ../data/messages:1739
+#: ../data/messages:1819 ../data/messages:1851
 msgid "Icon"
 msgstr ""
 
@@ -2073,7 +2159,7 @@
 msgstr ""
 
 #: ../data/messages:359 ../data/messages:425 ../data/messages:463
-#: ../data/messages:593 ../data/messages:655 ../data/messages:1641
+#: ../data/messages:597 ../data/messages:659 ../data/messages:1631
 msgid "Visibility:"
 msgstr "مدى الرؤية:"
 
@@ -2089,7 +2175,7 @@
 msgid "Should be visible on all desktops?"
 msgstr ""
 
-#: ../data/messages:373 ../data/messages:973
+#: ../data/messages:373 ../data/messages:995
 msgid "Decorations"
 msgstr "زخرفات"
 
@@ -2160,41 +2246,41 @@
 msgid "Foreground tansparency:"
 msgstr ""
 
-#: ../data/messages:407 ../data/messages:1605
+#: ../data/messages:407 ../data/messages:1595
 msgid "Behavior"
 msgstr "سلوك"
 
-#: ../data/messages:409 ../data/messages:547 ../data/messages:1607
+#: ../data/messages:409 ../data/messages:551 ../data/messages:1597
 msgid "Position on the screen"
 msgstr "الموقع على الشاشه"
 
-#: ../data/messages:411 ../data/messages:549 ../data/messages:1609
+#: ../data/messages:411 ../data/messages:553 ../data/messages:1599
 msgid "Choose which border of the screen the dock will be placed on:"
 msgstr "أختر جهه الشاشه التي ترغب بظهور الشريط فيها:"
 
-#: ../data/messages:413 ../data/messages:551 ../data/messages:1611
+#: ../data/messages:413 ../data/messages:555 ../data/messages:1601
 msgid "bottom"
 msgstr "أسفل"
 
-#: ../data/messages:415 ../data/messages:553 ../data/messages:1613
+#: ../data/messages:415 ../data/messages:557 ../data/messages:1603
 msgid "top"
 msgstr "أعلى"
 
-#: ../data/messages:417 ../data/messages:555 ../data/messages:565
-#: ../data/messages:1615
+#: ../data/messages:417 ../data/messages:559 ../data/messages:569
+#: ../data/messages:1605
 msgid "right"
 msgstr "يمين"
 
-#: ../data/messages:419 ../data/messages:557 ../data/messages:563
-#: ../data/messages:1617
+#: ../data/messages:419 ../data/messages:561 ../data/messages:567
+#: ../data/messages:1607
 msgid "left"
 msgstr "يسار"
 
-#: ../data/messages:421 ../data/messages:589
+#: ../data/messages:421 ../data/messages:593
 msgid "Visibility of the main dock"
 msgstr "وضوح الشريط الرئيسي"
 
-#: ../data/messages:423 ../data/messages:591 ../data/messages:1639
+#: ../data/messages:423 ../data/messages:595 ../data/messages:1629
 msgid ""
 "Modes are sorted from the most intrusive to the less intrusive.\n"
 "When the dock is hidden or below a window, place the mouse on the screen's "
@@ -2203,47 +2289,47 @@
 "mouse. The rest of the time, it stays invisible, thus acting like a menu."
 msgstr ""
 
-#: ../data/messages:429 ../data/messages:597 ../data/messages:1645
+#: ../data/messages:429 ../data/messages:601 ../data/messages:1635
 msgid "Reserve space for the dock"
 msgstr ""
 
-#: ../data/messages:431 ../data/messages:599 ../data/messages:1647
+#: ../data/messages:431 ../data/messages:603 ../data/messages:1637
 msgid "Keep the dock below"
 msgstr ""
 
-#: ../data/messages:433 ../data/messages:601 ../data/messages:1649
+#: ../data/messages:433 ../data/messages:605 ../data/messages:1639
 msgid "Hide the dock when it overlaps the current window"
 msgstr "إخفاء الشريط عندما يتداخل مع النافذة الحالية"
 
-#: ../data/messages:435 ../data/messages:603 ../data/messages:1651
+#: ../data/messages:435 ../data/messages:607 ../data/messages:1641
 msgid "Hide the dock whenever it overlaps any window"
 msgstr ""
 
-#: ../data/messages:437 ../data/messages:605 ../data/messages:1653
+#: ../data/messages:437 ../data/messages:609 ../data/messages:1643
 msgid "Keep the dock hidden"
 msgstr ""
 
-#: ../data/messages:439 ../data/messages:607 ../data/messages:1655
+#: ../data/messages:439 ../data/messages:611
 msgid "Pop-up on shortcut"
 msgstr "فقاعه على الاختصارات"
 
-#: ../data/messages:441 ../data/messages:609
+#: ../data/messages:441 ../data/messages:613
 msgid "Effect used to hide the dock:"
 msgstr "التأثير المستخدم لإخفاء الشريط:"
 
-#: ../data/messages:443 ../data/messages:475 ../data/messages:611
-#: ../data/messages:1781
+#: ../data/messages:443 ../data/messages:475 ../data/messages:615
+#: ../data/messages:1787
 msgid "None"
 msgstr "بدون"
 
-#: ../data/messages:455 ../data/messages:641
+#: ../data/messages:455 ../data/messages:645
 msgid ""
 "When you press the shortcut, the dock will show itself at the potition of "
 "your mouse. The rest of the time, it stays invisible, thus acting like a "
 "menu."
 msgstr ""
 
-#: ../data/messages:457 ../data/messages:643
+#: ../data/messages:457 ../data/messages:647
 msgid "Keyboard shortcut to pop-up the dock:"
 msgstr "إختصار لوحه المفاتيح لإظهار الشريط:"
 
@@ -2251,28 +2337,28 @@
 msgid "Visibility of sub-docks"
 msgstr "وضوح الشريط الفرعي"
 
-#: ../data/messages:461 ../data/messages:653
+#: ../data/messages:461 ../data/messages:657
 msgid ""
 "they will appear either when you click or when you linger over the icon "
 "pointing on it."
 msgstr ""
 
-#: ../data/messages:465 ../data/messages:657
+#: ../data/messages:465 ../data/messages:661
 msgid "Appear on mouse over"
 msgstr "إظهار عند مرور المؤشر"
 
-#: ../data/messages:467 ../data/messages:659
+#: ../data/messages:467 ../data/messages:663
 msgid "Appear on click"
 msgstr "إظهار عند النقر"
 
 #: ../data/messages:471
 msgid ""
-"None     : Don't show opened windows in the dock.\n"
-"MacOSX   : Mix applications with its launcher, show other windows only if "
-"they are minimized.\n"
-"KDE : Mix applications with its launcher, show all others windows and group "
-"windows togather in sub-dock.\n"
-"Gnome    : Separate the taskbar from the launchers and only show windows "
+"None       : Don't show opened windows in the dock.\n"
+"Minimalistic: Mix applications with its launcher, show other windows only if "
+"they are minimized (like in MacOSX).\n"
+"Integrated  : Mix applications with its launcher, show all others windows "
+"and group windows togather in sub-dock (default).\n"
+"Separated   : Separate the taskbar from the launchers and only show windows "
 "that are on the current desktop."
 msgstr ""
 
@@ -2281,123 +2367,129 @@
 msgstr "سلوك شريط المهام"
 
 #: ../data/messages:477
-msgid "MacOSX"
-msgstr "ماك"
+msgid "Minimalistic"
+msgstr ""
 
 #: ../data/messages:479
-msgid "KDE"
-msgstr "وندوز سفن"
+msgid "Integrated"
+msgstr ""
 
 #: ../data/messages:481
-msgid "Gnome"
-msgstr "جنوم"
-
-#: ../data/messages:483
+msgid "Separated"
+msgstr ""
+
+#: ../data/messages:483 ../data/messages:689
+msgid "Place new icons"
+msgstr ""
+
+#: ../data/messages:485 ../data/messages:691
+msgid "At the beginning of the dock"
+msgstr ""
+
+#: ../data/messages:487 ../data/messages:693
+msgid "Before the launchers"
+msgstr ""
+
+#: ../data/messages:489 ../data/messages:695
+msgid "After the launchers"
+msgstr ""
+
+#: ../data/messages:491 ../data/messages:697
+msgid "At the end of the dock"
+msgstr ""
+
+#: ../data/messages:493
 msgid "Icons' animations and effects"
 msgstr "تأثيرات الأيقونات وحركاتها"
 
-#: ../data/messages:489
+#: ../data/messages:499
 msgid "On appearance/disappearance:"
 msgstr "عند الإظهار\\الإخفاء:"
 
-#: ../data/messages:495 ../data/messages:1039
+#: ../data/messages:505 ../data/messages:1061
 msgid ""
 "Leave empty to use the current icon theme of your system. You can enter the "
 "name of a theme that is installed on your system (like 'Gartoon' or "
 "'Human'), or even a path to a folder containing icons."
 msgstr ""
 
-#: ../data/messages:497
+#: ../data/messages:507
 msgid "Choose a theme of icons :"
 msgstr "اختر سمات الايقونات"
 
-#: ../data/messages:499
+#: ../data/messages:509 ../data/messages:1649
 msgid "Icons size:"
 msgstr "حجم الايقونات :"
 
-#: ../data/messages:501
+#: ../data/messages:511 ../data/messages:1655
 msgid "Very small"
 msgstr "صغير جدا"
 
-#: ../data/messages:503
+#: ../data/messages:513 ../data/messages:1657
 msgid "Small"
 msgstr "صغير"
 
-#: ../data/messages:505
+#: ../data/messages:515 ../data/messages:1659
 msgid "Medium"
 msgstr "متوسط"
 
-#: ../data/messages:507
+#: ../data/messages:517 ../data/messages:1661
 msgid "Big"
 msgstr "كبير"
 
-#: ../data/messages:509
+#: ../data/messages:519 ../data/messages:1663
 msgid "Very Big"
 msgstr "كبير جدا"
 
-#: ../data/messages:511
-msgid ""
-"This will separate launchers, application, and applets from each others. "
-"Separators will be automatically inserted then."
-msgstr ""
-
-#: ../data/messages:513 ../data/messages:1129
-msgid "Separate the different types of icons?"
-msgstr "فصل الأنواع المختلفه من الأيقونات؟"
-
-#: ../data/messages:515 ../data/messages:1139
-msgid "Order of the different types of icons :"
-msgstr "ترتيب الأنواع المختلفه من الأيقونات:"
-
-#: ../data/messages:517 ../data/messages:1141
-msgid "launchers"
-msgstr "المشغلات"
-
-#: ../data/messages:519 ../data/messages:1143
-msgid "applications"
-msgstr "تطبيقات"
-
-#: ../data/messages:521 ../data/messages:1145
-msgid "applets"
-msgstr "تطبيقات"
-
-#: ../data/messages:525 ../data/messages:919
+#: ../data/messages:523 ../data/messages:941
 msgid "Choose the default view for main docks :"
 msgstr "اختيار طريقة العرض الافتراضية لشريط الرئيسي :"
 
-#: ../data/messages:527 ../data/messages:923
+#: ../data/messages:525 ../data/messages:945
 msgid "You can overwrite this parameter for each sub-dock."
 msgstr "بإمكانك تغيير المؤشرات لكل شريط فرعي."
 
-#: ../data/messages:529 ../data/messages:925
+#: ../data/messages:527 ../data/messages:947
 msgid "Choose the default view for sub-docks :"
 msgstr "اختيار الطريقة الافتراضية  لكيرو  الفرعي"
 
-#: ../data/messages:531
+#: ../data/messages:531 ../data/messages:775
+msgid "Keyboard shortcuts currently available"
+msgstr ""
+
+#: ../data/messages:533 ../data/messages:777
+msgid ""
+"Many applets provide shortkeys for their actions. As soon as an applet is "
+"enabled, its shortkeys become available.\n"
+"Double-click on a line, and press the shortkey you want to use for the "
+"corresponding action."
+msgstr ""
+
+#: ../data/messages:535
 msgid "Add-ons"
 msgstr "إضافات"
 
-#: ../data/messages:533
+#: ../data/messages:537
 msgid "Add or remove any applet"
 msgstr ""
 
-#: ../data/messages:535
+#: ../data/messages:539
 msgid ""
 "Select a line to get a preview and a description of the applet.\n"
 "Click on the left check-box to (de)activate an applet.\n"
 "Once an applet is active, you can configure it by right clicking on its icon."
 msgstr ""
 
-#: ../data/messages:537
+#: ../data/messages:541
 msgid ""
 "You can install them by simply drag-and-dropping the link onto your dock."
 msgstr ""
 
-#: ../data/messages:543 ../data/messages:1687
+#: ../data/messages:547 ../data/messages:1693
 msgid "Themes"
 msgstr "السِمات"
 
-#: ../data/messages:559 ../data/messages:1619
+#: ../data/messages:563 ../data/messages:1609
 msgid ""
 "When set to 0 the dock will position itself relative to the left corner if "
 "horizontal and the top corner if vertical. When set to 1 it will position "
@@ -2406,148 +2498,140 @@
 "the screen's edge."
 msgstr ""
 
-#: ../data/messages:561 ../data/messages:1621
+#: ../data/messages:565 ../data/messages:1611
 msgid "Relative alignment:"
 msgstr "المحاذاه النسبيه :"
 
-#: ../data/messages:567 ../data/messages:1623
+#: ../data/messages:571 ../data/messages:1613
 msgid "Offset from the screen's edge"
 msgstr "موازنة مع حافة الشاشة"
 
-#: ../data/messages:569 ../data/messages:1625
+#: ../data/messages:573 ../data/messages:1615
 msgid ""
 "Gap from the absolute position on the screen's edge, in pixels. You can also "
 "move the dock by holding the ALT or CTRL key and the left mouse button."
 msgstr ""
 
-#: ../data/messages:571 ../data/messages:1627
+#: ../data/messages:575 ../data/messages:1617
 msgid "Lateral offset:"
 msgstr "موازنة خارجية :"
 
-#: ../data/messages:573 ../data/messages:1629
+#: ../data/messages:577 ../data/messages:1619
 msgid ""
 "in pixels. You can also move the dock by holding the ALT or CTRL key and the "
 "left mouse button."
 msgstr ""
 
-#: ../data/messages:575 ../data/messages:1631
+#: ../data/messages:579 ../data/messages:1621
 msgid "Distance to the screen edge:"
 msgstr "المسافه إالى حافه الشاشه :"
 
-#: ../data/messages:577
+#: ../data/messages:581
 msgid "Multiple screens"
 msgstr "شاشات متعددة"
 
-#: ../data/messages:579
+#: ../data/messages:583
 msgid ""
 "This option is to use if you have a dual-screen and use Xinerama to manage "
 "them."
 msgstr ""
 
-#: ../data/messages:581
+#: ../data/messages:585
 msgid "Use Xinerama?"
 msgstr ""
 
-#: ../data/messages:583
+#: ../data/messages:587
 msgid "0 is the first screen."
 msgstr "0 هي الشاشه الأولى."
 
-#: ../data/messages:585 ../data/messages:1635
+#: ../data/messages:589 ../data/messages:1625
 msgid "Number of the screen where the dock should be located:"
 msgstr "رقم الشاشه التي تريد إظهار الشريط فيها :"
 
-#: ../data/messages:587
+#: ../data/messages:591
 msgid "Accessibility"
 msgstr "الإتاحة"
 
-#: ../data/messages:623
+#: ../data/messages:627
 msgid "in ms. 0 means no delay."
 msgstr "0 ملي ثانيه ، تعني إلغاء التأخير."
 
-#: ../data/messages:625
+#: ../data/messages:629
 msgid "Delay before the dock unhides itself:"
 msgstr "المده قبل أن يظهر الشريط ذاتيا :"
 
-#: ../data/messages:627
+#: ../data/messages:631
 msgid "How to call the dock back:"
 msgstr "طريقه إستدعاء الشريط مره اخرى:"
 
-#: ../data/messages:629
+#: ../data/messages:633
 msgid "Hit the screen's border"
 msgstr ""
 
-#: ../data/messages:631
+#: ../data/messages:635
 msgid "Hit where the dock is"
 msgstr ""
 
-#: ../data/messages:633
+#: ../data/messages:637
 msgid "Hit the screen's corner"
 msgstr ""
 
-#: ../data/messages:635
+#: ../data/messages:639
 msgid "Hit a zone"
 msgstr ""
 
-#: ../data/messages:637
+#: ../data/messages:641
 msgid "Size of the zone :"
 msgstr ""
 
-#: ../data/messages:639
+#: ../data/messages:643
 msgid "Image to display on the zone :"
 msgstr ""
 
-#: ../data/messages:645
+#: ../data/messages:649
 msgid "Additional parameters"
 msgstr "مؤشرات إضافيه"
 
-#: ../data/messages:647
+#: ../data/messages:651
 msgid ""
 "This is only usefull if you do not already use auto-hide and if your Window "
 "Manager allows the dock in front of fullscreen windows (which is rare)."
 msgstr ""
 
-#: ../data/messages:649
+#: ../data/messages:653
 msgid "Automatically hide the dock when a window becomes full screen?"
 msgstr "إخفاء الشريط ذاتيا عندما تكون هناك نافذه في وضع ملء الشاشه؟"
 
-#: ../data/messages:651
+#: ../data/messages:655
 msgid "Sub-docks' visibility"
 msgstr "الرؤية الفرعية لشريط"
 
-#: ../data/messages:661 ../data/messages:665
+#: ../data/messages:665 ../data/messages:669
 msgid "in ms."
 msgstr "بالمللي ثانيه ."
 
-#: ../data/messages:663
+#: ../data/messages:667
 msgid "Delay before displaying a sub-dock:"
 msgstr "التأخير قبل عرض الشريط الفرعي :"
 
-#: ../data/messages:667
+#: ../data/messages:671
 msgid "Delay before leaving a sub-dock takes effect:"
 msgstr ""
 
-#: ../data/messages:669
+#: ../data/messages:673
 msgid "TaskBar"
 msgstr "شريط المهام"
 
-#: ../data/messages:673
+#: ../data/messages:677
 msgid ""
 "Cairo-Dock will then act as your taskbar. It is recommended to remove any "
 "other taskbars."
 msgstr ""
 
-#: ../data/messages:675
+#: ../data/messages:679
 msgid "Show currently opened applications in the dock?"
 msgstr "اظهار التطبيقات المفتوحة في الشريط ؟"
 
-#: ../data/messages:677
-msgid "Only show icons whose windows are minimised"
-msgstr "فقط أظهار الأيقونات التي تم تصغير نوافذها"
-
-#: ../data/messages:679
-msgid "Only show applications on current desktop"
-msgstr "فقط اظهار التطبيقات المتواجده على سطح المكتب الحالي"
-
 #: ../data/messages:681
 msgid ""
 "Allows launchers to act as applications when their programs are running and "
@@ -2560,862 +2644,819 @@
 msgstr "خلط المشغلات بالتطبيقات"
 
 #: ../data/messages:685
+msgid "Only show applications on current desktop"
+msgstr "فقط اظهار التطبيقات المتواجده على سطح المكتب الحالي"
+
+#: ../data/messages:687
+msgid "Only show icons whose windows are minimised"
+msgstr "فقط أظهار الأيقونات التي تم تصغير نوافذها"
+
+#: ../data/messages:699
 msgid ""
 "This allows you to group all the windows of a given application into a "
 "unique sub-dock, and to act on all of the windows at the same time."
 msgstr ""
 
-#: ../data/messages:687
+#: ../data/messages:701
 msgid "Group windows from the same application in a sub-dock ?"
 msgstr "جمع النوافذ من نفس التطبيق في شريط فرعي ؟"
 
-#: ../data/messages:689 ../data/messages:699
+#: ../data/messages:703 ../data/messages:713
 msgid "Enter the class of the applications, separated by a semi-colon ';'"
 msgstr "أدخل فئه التطبيق ، وافصل بينها بقاصله منقوطه \";\""
 
-#: ../data/messages:691 ../data/messages:701
+#: ../data/messages:705 ../data/messages:715
 msgid "\t\tExcept the following classes:"
 msgstr ""
 
-#: ../data/messages:693
+#: ../data/messages:707
 msgid "Representation"
 msgstr "التمثيل"
 
-#: ../data/messages:695
+#: ../data/messages:709
 msgid ""
 "If not set, the icon provided by X for each application will be used. If "
 "set, the same icon as the corresponding launcher will be used for each "
 "application."
 msgstr ""
 
-#: ../data/messages:697
+#: ../data/messages:711
 msgid "Overwrite the X icon with the launchers' icon?"
 msgstr "إستبدل الايقونه X بأيقونه المشغلات"
 
-#: ../data/messages:703
+#: ../data/messages:717
 msgid ""
 "A composite manager is required to display the thumbnail.\n"
 "OpenGL is required to draw the icon bent backwards."
 msgstr ""
 
-#: ../data/messages:705
+#: ../data/messages:719
 msgid "How to draw minimised windows ?"
 msgstr "كيف يتم رسم النوافذ المصغره؟"
 
-#: ../data/messages:707
+#: ../data/messages:721
 msgid "Make the icon transparent"
 msgstr "جعل الايقون شفاف ؟"
 
-#: ../data/messages:709
+#: ../data/messages:723
 msgid "Show a window's thumbnail"
 msgstr "إظهار مصغره للنافذه"
 
-#: ../data/messages:711
+#: ../data/messages:725
 msgid "Draw it bent backwards"
 msgstr ""
 
-#: ../data/messages:713
+#: ../data/messages:727
 msgid "Transparency of icons whose window is minimised:"
 msgstr "شفافية الأيقونات ذات النوافذ المصغره:"
 
-#: ../data/messages:715 ../data/messages:873 ../data/messages:987
-#: ../data/messages:1013 ../data/messages:1085
+#: ../data/messages:729 ../data/messages:895 ../data/messages:1009
+#: ../data/messages:1035 ../data/messages:1135
 msgid "Opaque"
 msgstr "معتم"
 
-#: ../data/messages:717 ../data/messages:871 ../data/messages:985
-#: ../data/messages:1011 ../data/messages:1083
+#: ../data/messages:731 ../data/messages:893 ../data/messages:1007
+#: ../data/messages:1033 ../data/messages:1133
 msgid "Transparent"
 msgstr "شفّاف"
 
-#: ../data/messages:719
+#: ../data/messages:733
 msgid "Play a short animation of the icon when its window becomes active"
 msgstr ""
 
-#: ../data/messages:721
+#: ../data/messages:735
 msgid "\"...\" will be added at the end if the name is too long."
 msgstr "\"...\" ستوضع في نهايه الاسم إذا كان طويلا جدا."
 
-#: ../data/messages:723
+#: ../data/messages:737
 msgid "Maximum number of caracters in application name:"
 msgstr "أقصى عدد لخانات الحروف في اسم التطبيق :"
 
-#: ../data/messages:725
+#: ../data/messages:739
 msgid "Interaction"
 msgstr "تفاعل"
 
-#: ../data/messages:727
+#: ../data/messages:741
 msgid "Action on middle-click on the related application"
 msgstr ""
 
-#: ../data/messages:729
+#: ../data/messages:743
 msgid "Nothing"
 msgstr ""
 
-#: ../data/messages:733
+#: ../data/messages:747
 msgid "Minimize"
 msgstr ""
 
-#: ../data/messages:735
+#: ../data/messages:749
 msgid "Launch new"
 msgstr "إطار جديد"
 
-#: ../data/messages:737
+#: ../data/messages:753
 msgid "This is the default behaviour of most taskbars."
 msgstr "هذا هو السلوك لمعظم اشرطه المهام."
 
-#: ../data/messages:739
+#: ../data/messages:755
 msgid ""
 "Minimise the window when its icon is clicked, if it was already the active "
 "window ?"
 msgstr ""
 
-#: ../data/messages:741
+#: ../data/messages:757
 msgid "Only if your Window Manager supports it."
 msgstr ""
 
-#: ../data/messages:743
+#: ../data/messages:759
 msgid ""
 "Present windows preview on click when several windows are grouped togather"
 msgstr ""
 
-#: ../data/messages:745
+#: ../data/messages:761
 msgid "Highlight applications requiring your attention with a dialog bubble"
 msgstr ""
 
-#: ../data/messages:747
+#: ../data/messages:763
 msgid "in seconds"
 msgstr "في الثواني"
 
-#: ../data/messages:749
+#: ../data/messages:765
 msgid "Duration of the dialog:"
 msgstr "مده الحوار :"
 
-#: ../data/messages:751
+#: ../data/messages:767
 msgid ""
 "It will notify you even if, for instance, you are watching a movie in full "
 "screen or you are on another desktop.\n"
 msgstr ""
 
-#: ../data/messages:753
+#: ../data/messages:769
 msgid "Force the following applications to demand your attention"
 msgstr "جعل التطبيقات التالية تجذب إنتباهك دائما"
 
-#: ../data/messages:755
+#: ../data/messages:771
 msgid "Highlight applications demanding your attention with an animation"
 msgstr ""
 
-#: ../data/messages:759
+#: ../data/messages:781
 msgid "Animations speed"
 msgstr "الرسم المتحرك بسرعة"
 
-#: ../data/messages:761
+#: ../data/messages:783
 msgid "Animate sub-docks when they appear"
 msgstr "إضافه حركه عند ظهور الشريط الفرعي"
 
-#: ../data/messages:763
+#: ../data/messages:785
 msgid ""
 "Icons will appear folded on themselves and will then unfold until they fill "
 "the whole dock. The smaller this value, the faster this will be."
 msgstr ""
 
-#: ../data/messages:765
+#: ../data/messages:787
 msgid "Animation unfolding duration:"
 msgstr "مده حركه إلغاء الثني:"
 
-#: ../data/messages:767 ../data/messages:775 ../data/messages:779
-#: ../data/messages:787 ../data/messages:791
+#: ../data/messages:789 ../data/messages:797 ../data/messages:801
+#: ../data/messages:809 ../data/messages:813
 msgid "fast"
 msgstr "سريع"
 
-#: ../data/messages:769 ../data/messages:777 ../data/messages:781
-#: ../data/messages:789 ../data/messages:793
+#: ../data/messages:791 ../data/messages:799 ../data/messages:803
+#: ../data/messages:811 ../data/messages:815
 msgid "slow"
 msgstr "بطيء"
 
-#: ../data/messages:771 ../data/messages:783
+#: ../data/messages:793 ../data/messages:805
 msgid "The more there are, the slower it will be"
 msgstr "كلما زاد العدد، يزداد بطئه"
 
-#: ../data/messages:773
+#: ../data/messages:795
 msgid "Number of steps in the zoom animation (grow/shrink):"
 msgstr "عدد الخطوات أثناء حركه التكبير (تمدد/انكماش) :"
 
-#: ../data/messages:785
+#: ../data/messages:807
 msgid "Number of steps in the auto-hide animation (move up/move down):"
 msgstr ""
 
-#: ../data/messages:795
+#: ../data/messages:817
 msgid "Refresh rate"
 msgstr "مُعدَّل التحديث"
 
-#: ../data/messages:797 ../data/messages:801 ../data/messages:805
+#: ../data/messages:819 ../data/messages:823 ../data/messages:827
 msgid "in Hz. This is to adjust behaviour relative to your CPU power."
 msgstr ""
 
-#: ../data/messages:799
+#: ../data/messages:821
 msgid "Refresh rate when mouving cursor into the dock :"
 msgstr "معدل التحديث أثناء مرور المؤشر على الشريط :"
 
-#: ../data/messages:803
+#: ../data/messages:825
 msgid "Animation frequency for the OpenGL backend :"
 msgstr ""
 
-#: ../data/messages:807
+#: ../data/messages:829
 msgid "Animation frequency for the Cairo backend :"
 msgstr ""
 
-#: ../data/messages:809
+#: ../data/messages:831
 msgid ""
 "The transparency gradation pattern will then be re-calculated in real time. "
 "May need more CPU power."
 msgstr ""
 
-#: ../data/messages:811
+#: ../data/messages:833
 msgid "Reflections should be calculated in real-time?"
 msgstr "حساب الإنعكاسات في الوقت الحقيقي؟"
 
-#: ../data/messages:813
+#: ../data/messages:835
 msgid "Composition"
 msgstr "تَرْكِيب"
 
-#: ../data/messages:815
+#: ../data/messages:837
 msgid ""
 "Only use this if you don't run a composite manager like Compiz, xcompmgr, "
 "etc and have a black background around your dock. For aesthetic reasons, the "
 "dock will be kept under other windows."
 msgstr ""
 
-#: ../data/messages:817
+#: ../data/messages:839
 msgid "Emulate composition with fake transparency?"
 msgstr ""
 
-#: ../data/messages:819
+#: ../data/messages:841
 msgid "You need to re-open the panel. It is deactivated by default on KDE."
 msgstr ""
 
-#: ../data/messages:821
+#: ../data/messages:843
 msgid "Make the config panel transparent?"
 msgstr ""
 
-#: ../data/messages:823
+#: ../data/messages:845
 msgid "Connection to the Internet"
 msgstr ""
 
-#: ../data/messages:825
+#: ../data/messages:847
 msgid ""
 "Maximum time in seconds that you allow the connection to the server to take. "
 "This only limits the connection phase,  once the dock has connected this "
 "option is of no more use."
 msgstr ""
 
-#: ../data/messages:827
+#: ../data/messages:849
 msgid "Connection timeout :"
 msgstr ""
 
-#: ../data/messages:829
+#: ../data/messages:851
 msgid ""
 "Maximum time in seconds that you allow the whole operation to last. Some "
 "themes can be up to a few MB."
 msgstr ""
 
-#: ../data/messages:831
+#: ../data/messages:853
 msgid "Maximum time to download a file:"
 msgstr ""
 
-#: ../data/messages:833
+#: ../data/messages:855
 msgid "Use this option if you experience problems to connect."
 msgstr ""
 
-#: ../data/messages:835
+#: ../data/messages:857
 msgid "Force IPv4 ?"
 msgstr ""
 
-#: ../data/messages:837
+#: ../data/messages:859
 msgid "Use this option if you connect to the Internet through a proxy."
 msgstr ""
 
-#: ../data/messages:839
+#: ../data/messages:861
 msgid "Are you behind a proxy ?"
 msgstr "هل تستعمل بروكسي؟"
 
-#: ../data/messages:841
+#: ../data/messages:863
 msgid "Proxy name :"
 msgstr "إسم البروكسي:"
 
-#: ../data/messages:843
+#: ../data/messages:865
 msgid "Port :"
 msgstr "منفذ :"
 
-#: ../data/messages:845 ../data/messages:849
+#: ../data/messages:867 ../data/messages:871
 msgid ""
 "Let empty if you don't need to log-in to the proxy with a user/password."
 msgstr ""
 
-#: ../data/messages:847
+#: ../data/messages:869
 msgid "User :"
 msgstr ""
 
-#: ../data/messages:851
+#: ../data/messages:873
 msgid "Password :"
 msgstr "كلمة السرّ :"
 
-#: ../data/messages:855 ../data/messages:1667
+#: ../data/messages:877 ../data/messages:1673
 msgid "Fill the background with:"
 msgstr "ملء الخلفيه بـ :"
 
-#: ../data/messages:857 ../data/messages:863 ../data/messages:1159
-#: ../data/messages:1671
+#: ../data/messages:879 ../data/messages:885 ../data/messages:1149
+#: ../data/messages:1677
 msgid "Image"
 msgstr "صورة"
 
-#: ../data/messages:859 ../data/messages:879 ../data/messages:1673
+#: ../data/messages:881 ../data/messages:901 ../data/messages:1679
 msgid "Colour gradation"
 msgstr "تدرج اللون"
 
-#: ../data/messages:861
+#: ../data/messages:883
 msgid "Use a background image."
 msgstr "استخدام صوره كخلفيه."
 
-#: ../data/messages:865 ../data/messages:1675
+#: ../data/messages:887 ../data/messages:1681
 msgid ""
 "Any format allowed; if empty, the colour gradation will be used as a fall "
 "back."
 msgstr ""
 
-#: ../data/messages:867 ../data/messages:1677
+#: ../data/messages:889 ../data/messages:1683
 msgid "Image filename to use as a background :"
 msgstr "اسم الصوره التي تريد استخدامها كخلفيه :"
 
-#: ../data/messages:869
+#: ../data/messages:891
 msgid "Image's transparency :"
 msgstr "شفافيه الصوره :"
 
-#: ../data/messages:875 ../data/messages:1679
+#: ../data/messages:897 ../data/messages:1685
 msgid "Repeat image as a pattern to fill background?"
 msgstr ""
 
-#: ../data/messages:877
+#: ../data/messages:899
 msgid "Use a colour gradation."
 msgstr "إستعمال تدرج لوني."
 
-#: ../data/messages:881 ../data/messages:1681
+#: ../data/messages:903 ../data/messages:1687
 msgid "Bright colour:"
 msgstr "لون فاتح"
 
-#: ../data/messages:883 ../data/messages:1683
+#: ../data/messages:905 ../data/messages:1689
 msgid "Dark colour:"
 msgstr "لون غامق :"
 
-#: ../data/messages:885
+#: ../data/messages:907
 msgid "In degrees, in relation to the vertical"
 msgstr "الزاوية بالدرجات من المحور العامودي"
 
-#: ../data/messages:887
+#: ../data/messages:909
 msgid "Angle of the gradation :"
 msgstr "زاوية التدريج :"
 
-#: ../data/messages:889
+#: ../data/messages:911
 msgid "If not nul, it will form stripes."
 msgstr ""
 
-#: ../data/messages:891
+#: ../data/messages:913
 msgid "Repeat the gradation this number of times:"
 msgstr "مرات نكرار التدرج اللوني:"
 
-#: ../data/messages:893
+#: ../data/messages:915
 msgid "Percentage of the bright colour:"
 msgstr "نسبه اللون الفاتح :"
 
-#: ../data/messages:895 ../data/messages:1685
+#: ../data/messages:917 ../data/messages:1691
 msgid "Stretch the dock to always fill the screen"
 msgstr "تمديد الشريط ليشغل كامل الشاشة دائما"
 
-#: ../data/messages:897
+#: ../data/messages:919
 msgid "External Frame"
 msgstr "الاطار الخارجي"
 
-#: ../data/messages:899 ../data/messages:903 ../data/messages:909
-#: ../data/messages:957 ../data/messages:1057
+#: ../data/messages:921 ../data/messages:925 ../data/messages:931
+#: ../data/messages:979 ../data/messages:1083
 msgid "in pixels."
 msgstr "بالباسكال"
 
-#: ../data/messages:901
+#: ../data/messages:923
 msgid "Corner radius :"
 msgstr "زاوية نصف القطر :"
 
-#: ../data/messages:905
+#: ../data/messages:927
 msgid "Linewidth of the external line :"
 msgstr ""
 
-#: ../data/messages:907
+#: ../data/messages:929
 msgid "Colour of the external line:"
 msgstr "لون الحد الخارجي :"
 
-#: ../data/messages:911
+#: ../data/messages:933
 msgid "Margin between the frame and the icons or their reflects :"
 msgstr ""
 
-#: ../data/messages:913
+#: ../data/messages:935
 msgid "Are the bottom left and right corners rounded?"
 msgstr "هل الزوايا السفليه اليمنى واليسرى مدوره الشكل ؟"
 
-#: ../data/messages:917
+#: ../data/messages:939
 msgid "Main Dock"
 msgstr "الشريط الرئيسي"
 
-#: ../data/messages:921
+#: ../data/messages:943
 msgid "Sub-Docks"
 msgstr "الأشرطه الفرعيه"
 
-#: ../data/messages:927
+#: ../data/messages:949
 msgid ""
 "You can specify a ratio for the size of the sub-docks' icons, in relation to "
 "the main docks' icons size"
 msgstr ""
 
-#: ../data/messages:929
+#: ../data/messages:951
 msgid "Ratio for the size of the sub-docks' icons :"
 msgstr "نسبه حجم الايقونات الى الحجم الكلي للشريط الفرعي :"
 
-#: ../data/messages:931 ../data/messages:1199
+#: ../data/messages:953 ../data/messages:1189
 msgid "smaller"
 msgstr "اصغر"
 
-#: ../data/messages:933
+#: ../data/messages:955
 msgid "larger"
 msgstr ""
 
-#: ../data/messages:935
+#: ../data/messages:957
 msgid "Dialogs"
 msgstr "الحوارات"
 
-#: ../data/messages:937
+#: ../data/messages:959
 msgid "Bubble"
 msgstr "فقاعه"
 
-#: ../data/messages:939
+#: ../data/messages:961
 msgid "Background colour of the bubble:"
 msgstr "لون الخلفيه للفقاعه :"
 
-#: ../data/messages:941
+#: ../data/messages:963
 msgid "Shape of the bubble:"
 msgstr "شكل الفقاعه :"
 
-#: ../data/messages:943
+#: ../data/messages:965
 msgid "Text"
 msgstr "نص"
 
-#: ../data/messages:945 ../data/messages:1243
+#: ../data/messages:967 ../data/messages:1233
 msgid "Otherwise the default's system one will be used."
 msgstr ""
 
-#: ../data/messages:947
+#: ../data/messages:969
 msgid "Use a custom font for the text?"
 msgstr "إستخدام خط خاص للنص ؟"
 
-#: ../data/messages:949
+#: ../data/messages:971
 msgid "Text font:"
 msgstr "خط النص:"
 
-#: ../data/messages:951 ../data/messages:1249
+#: ../data/messages:973 ../data/messages:1239
 msgid "Draw the outline of the text?"
 msgstr "إرسم الخط الخارجي للنص ؟"
 
-#: ../data/messages:953 ../data/messages:1279
+#: ../data/messages:975 ../data/messages:1269
 msgid "Text color:"
 msgstr "لون النّصّ:"
 
-#: ../data/messages:955 ../data/messages:1015
+#: ../data/messages:977 ../data/messages:1037
 msgid "Buttons"
 msgstr "أزرار"
 
-#: ../data/messages:959
+#: ../data/messages:981
 msgid "Size of buttons in the info-bubbles (width x height) :"
 msgstr "حجم الأزرار في فقاعه المعلومات (العرض × الطول) :"
 
-#: ../data/messages:961 ../data/messages:965 ../data/messages:1019
-#: ../data/messages:1023 ../data/messages:1027 ../data/messages:1031
+#: ../data/messages:983 ../data/messages:987 ../data/messages:1041
+#: ../data/messages:1045 ../data/messages:1049 ../data/messages:1053
 msgid "If you don't provide any, a default image will be used."
 msgstr "إن لم توفر صوره ، سيتم إستخدام الصوره الإفتراضيه."
 
-#: ../data/messages:963
+#: ../data/messages:985
 msgid "Name of an image to use for the yes/ok button :"
 msgstr ""
 
-#: ../data/messages:967
+#: ../data/messages:989
 msgid "Name of an image to use for the no/cancel button :"
 msgstr ""
 
-#: ../data/messages:969
+#: ../data/messages:991
 msgid "Size of the icon displayed next to the text :"
 msgstr "حجم الأيقونه المعروضه بجانب النص :"
 
-#: ../data/messages:975
+#: ../data/messages:997
 msgid ""
 "This can be customized for each desklet separately.\n"
 "Choose 'Custom decoration' to define your own decorations below"
 msgstr ""
 
-#: ../data/messages:977
+#: ../data/messages:999
 msgid "Choose a default decoration for all desklets :"
 msgstr ""
 
-#: ../data/messages:979
+#: ../data/messages:1001
 msgid ""
 "It's an image that will be displayed below the drawings, like a frame for "
 "example. Leave empty to not use any."
 msgstr ""
 
-#: ../data/messages:981
+#: ../data/messages:1003
 msgid "Background image :"
 msgstr "صورة الخلفية :"
 
-#: ../data/messages:983
+#: ../data/messages:1005
 msgid "Background transparency :"
 msgstr "شفافية الخلفية :"
 
-#: ../data/messages:989
+#: ../data/messages:1011
 msgid "in pixels. Use this to adjust the left position of the drawings."
 msgstr ""
 
-#: ../data/messages:991
+#: ../data/messages:1013
 msgid "Left offset :"
 msgstr ""
 
-#: ../data/messages:993
+#: ../data/messages:1015
 msgid "in pixels. Use this to adjust the top position of the drawings."
 msgstr ""
 
-#: ../data/messages:995
+#: ../data/messages:1017
 msgid "Top offset :"
 msgstr ""
 
-#: ../data/messages:997
+#: ../data/messages:1019
 msgid "in pixels. Use this to adjust the right position of the drawings."
 msgstr ""
 
-#: ../data/messages:999
+#: ../data/messages:1021
 msgid "Right offset :"
 msgstr ""
 
-#: ../data/messages:1001
+#: ../data/messages:1023
 msgid "in pixels. Use this to adjust the bottom position of the drawings."
 msgstr ""
 
-#: ../data/messages:1003
+#: ../data/messages:1025
 msgid "Bottom offset :"
 msgstr ""
 
-#: ../data/messages:1005
+#: ../data/messages:1027
 msgid ""
 "It's an image that will be displayed above the drawings, like a reflection "
 "for example. Leave empty to not use any."
 msgstr ""
 
-#: ../data/messages:1007
+#: ../data/messages:1029
 msgid "Foreground image :"
 msgstr "صورة المفدمة :"
 
-#: ../data/messages:1009
+#: ../data/messages:1031
 msgid "Foreground tansparency :"
 msgstr "شفافية المقدمه :"
 
-#: ../data/messages:1017
+#: ../data/messages:1039
 msgid "Buttons size :"
 msgstr "حجم الأزرار :"
 
-#: ../data/messages:1021 ../data/messages:1033
+#: ../data/messages:1043 ../data/messages:1055
 msgid "Name of an image to use for the 'rotate' button :"
 msgstr "إختر صوره لإستخدامها لزر التدوير:"
 
-#: ../data/messages:1025
+#: ../data/messages:1047
 msgid "Name of an image to use for the 'reattach' button :"
 msgstr ""
 
-#: ../data/messages:1029
+#: ../data/messages:1051
 msgid "Name of an image to use for the 'depth rotate' button :"
 msgstr ""
 
-#: ../data/messages:1037
+#: ../data/messages:1059
 msgid "Icons' themes"
 msgstr "سمات الأيقونات"
 
-#: ../data/messages:1041
+#: ../data/messages:1063
 msgid "Choose an icon theme :"
 msgstr "إختر سمه للأيقونه :"
 
-#: ../data/messages:1043
+#: ../data/messages:1065
 msgid ""
 "Any format allowed; leave this field empty if you don't want to use an image "
 "as background."
 msgstr ""
 
-#: ../data/messages:1045
+#: ../data/messages:1067
 msgid "Image filename to use as a background for icons :"
 msgstr "اسم ملف الصوره لإستخدامه كخلفيه للأيقونه :"
 
-#: ../data/messages:1047
+#: ../data/messages:1069
+msgid "Icons size"
+msgstr "حجم الأيقونه"
+
+#: ../data/messages:1071
+msgid "Icons' size at rest (width x height) :"
+msgstr ""
+
+#: ../data/messages:1073
 msgid "Zoom effect"
 msgstr "تأثير التكبير"
 
-#: ../data/messages:1049
+#: ../data/messages:1075
 msgid ""
 "set to 1 if you don't want the icons to zoom when you hover over them."
 msgstr ""
 
-#: ../data/messages:1051
+#: ../data/messages:1077
 msgid "Maximum zoom of the icons :"
 msgstr "التكبير الأقصى للأيقونه :"
 
-#: ../data/messages:1053
+#: ../data/messages:1079
 msgid ""
 "in pixels. Outside of this space (centered on the mouse), there is no zoom."
 msgstr ""
 
-#: ../data/messages:1055
+#: ../data/messages:1081
 msgid "Width of the space in which the zoom will be effective :"
 msgstr ""
 
-#: ../data/messages:1059
+#: ../data/messages:1085
 msgid "Space between icons :"
 msgstr "المسافه بين الأيقونات :"
 
-#: ../data/messages:1061
+#: ../data/messages:1087
+msgid "Separators"
+msgstr "فواصل"
+
+#: ../data/messages:1089
+msgid "Icon size at rest (width x height) :"
+msgstr "حجم الأيقونه في حال عدم الحركه (العرض × الطول) :"
+
+#: ../data/messages:1091
+msgid "Force separator's image size to stay constant?"
+msgstr "هل تريد ابقاء حجم صوره الفاصل ثابتا ؟"
+
+#: ../data/messages:1093
+msgid ""
+"Only the default, 3D-plane and curve views support flat and physical "
+"separators. Flat separators are rendered differently according to the view."
+msgstr ""
+
+#: ../data/messages:1095
+msgid "How to draw the separators?"
+msgstr ""
+
+#: ../data/messages:1097
+msgid "Use an image."
+msgstr ""
+
+#: ../data/messages:1099
+msgid "Flat separator"
+msgstr ""
+
+#: ../data/messages:1101
+msgid "Physical separator"
+msgstr ""
+
+#: ../data/messages:1103
+msgid "If you don't provide one, blanks will be used."
+msgstr ""
+
+#: ../data/messages:1105
+msgid "Filename of an image to use for separators :"
+msgstr "اسم ملف الصوره لإستخدامها كفاصل :"
+
+#: ../data/messages:1107
+msgid ""
+"Make the separator's image revolve when dock is on top/on the left/on the "
+"right?"
+msgstr ""
+
+#: ../data/messages:1109
+msgid "Colour of flat separators :"
+msgstr ""
+
+#: ../data/messages:1111
 msgid "Reflections"
 msgstr "انعكاسات"
 
-#: ../data/messages:1063
+#: ../data/messages:1113
 msgid ""
 "It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
 "reflections are not used."
 msgstr ""
 
-#: ../data/messages:1065
+#: ../data/messages:1115
 msgid "Reflective power of the plane :"
 msgstr ""
 
-#: ../data/messages:1067
+#: ../data/messages:1117
 msgid "light"
 msgstr "خفيف"
 
-#: ../data/messages:1069
+#: ../data/messages:1119
 msgid "strong"
 msgstr "قوي"
 
-#: ../data/messages:1071
+#: ../data/messages:1121
 msgid ""
 "In percent of the icon's size. This parameter influence the total height of "
 "the dock."
 msgstr ""
 
-#: ../data/messages:1073
+#: ../data/messages:1123
 msgid "Height of the reflection:"
 msgstr "إرتفاع الإنعكاس :"
 
-#: ../data/messages:1075
+#: ../data/messages:1125
 msgid "small"
 msgstr "صغير"
 
-#: ../data/messages:1077
+#: ../data/messages:1127
 msgid "tall"
 msgstr "طويل"
 
-#: ../data/messages:1079
+#: ../data/messages:1129
 msgid ""
 "It is their transparency when the dock is at rest; they will \"materialize\" "
 "progressively as the dock grows up. The closer to 0, the more transparent "
 "they will be."
 msgstr ""
 
-#: ../data/messages:1081
+#: ../data/messages:1131
 msgid "Icons' transparency at rest :"
 msgstr "شفافيه الأيقونات في حال عدم الحركه :"
 
-#: ../data/messages:1087
-msgid "Icons size"
-msgstr "حجم الأيقونه"
-
-#: ../data/messages:1089
-msgid "Launcher's size at rest (width x height) :"
-msgstr "حجم المشغل في حال عدم الحركه (العرض × الطول) :"
-
-#: ../data/messages:1091
-msgid "Application's size at rest (width x height) :"
-msgstr "حجم التطبيق في حال عدم الحركه (العرض × الطول) :"
-
-#: ../data/messages:1093
-msgid "Applet's size at rest (width x height) :"
-msgstr ""
-
-#: ../data/messages:1095
-msgid "Configure icons' animations."
-msgstr "تعديل حركه الأيقونه."
-
-#: ../data/messages:1097
-msgid "Configure icons' special effects (requires OpenGL)."
-msgstr "إعداد الايقونات مع تأثيرات خاصة ( يتطلبOpenGL"
-
-#: ../data/messages:1099
-msgid ""
-"Configure icons' animations on appearing/disappearing (require OpenGL "
-"capacity)."
-msgstr ""
-
-#: ../data/messages:1101
-msgid "Separators"
-msgstr "فواصل"
-
-#: ../data/messages:1103
-msgid "Icon size at rest (width x height) :"
-msgstr "حجم الأيقونه في حال عدم الحركه (العرض × الطول) :"
-
-#: ../data/messages:1105
-msgid "Force separator's image size to stay constant?"
-msgstr "هل تريد ابقاء حجم صوره الفاصل ثابتا ؟"
-
-#: ../data/messages:1107
-msgid ""
-"Only the default, 3D-plane and curve views support flat and physical "
-"separators. Flat separators are rendered differently according to the view."
-msgstr ""
-
-#: ../data/messages:1109
-msgid "How to draw the separators?"
-msgstr ""
-
-#: ../data/messages:1111
-msgid "Use an image."
-msgstr ""
-
-#: ../data/messages:1113
-msgid "Flat separator"
-msgstr ""
-
-#: ../data/messages:1115
-msgid "Physical separator"
-msgstr ""
-
-#: ../data/messages:1117
-msgid "If you don't provide one, blanks will be used."
-msgstr ""
-
-#: ../data/messages:1119
-msgid "Filename of an image to use for separators :"
-msgstr "اسم ملف الصوره لإستخدامها كفاصل :"
-
-#: ../data/messages:1121
-msgid ""
-"Make the separator's image revolve when dock is on top/on the left/on the "
-"right?"
-msgstr ""
-
-#: ../data/messages:1123
-msgid "Colour of flat separators :"
-msgstr ""
-
-#: ../data/messages:1125
-msgid "Icons order"
-msgstr "ترتيب الأيقونات"
-
-#: ../data/messages:1127
-msgid ""
-"If you separate a type of icons, the icons of this type will be placed "
-"together, separated from the others by a separator.\n"
-"If you don't separate the icons, you can place them wherever you want, and "
-"insert separators manually. Applications will then be placed next to their "
-"launcher if they have one, or after the last launcher."
-msgstr ""
-
-#: ../data/messages:1131 ../data/messages:1229
-msgid "No"
-msgstr "لا"
-
-#: ../data/messages:1133
-msgid "Separate applications from others"
-msgstr "فصل التطبيقات عن البقيه"
-
-#: ../data/messages:1135
-msgid "Separate applets from others"
-msgstr ""
-
 #: ../data/messages:1137
-msgid "Separate all"
-msgstr "فصل الكل"
-
-#: ../data/messages:1147
 msgid "Link the icons with a string"
 msgstr "ربط الأيقونات بخيط"
 
-#: ../data/messages:1149
+#: ../data/messages:1139
 msgid "Linewidth of the string, in pixels (0 to not use string) :"
 msgstr "عرض الخيط ، بالبكسل (0 لن يظهر الخيط) :"
 
-#: ../data/messages:1151
+#: ../data/messages:1141
 msgid "Colour of the string (red, blue, green, alpha) :"
 msgstr "لون الخيط (أحمر، أزرق، أخضر، ألفا) :"
 
-#: ../data/messages:1155
+#: ../data/messages:1145
 msgid "Indicator of the active window"
 msgstr "مؤشر النافذه النشطه"
 
-#: ../data/messages:1157
+#: ../data/messages:1147
 msgid "Type of indicator:"
 msgstr "نوع المؤشر"
 
-#: ../data/messages:1161
+#: ../data/messages:1151
 msgid "Frame"
 msgstr "إطار"
 
-#: ../data/messages:1163 ../data/messages:1181 ../data/messages:1219
+#: ../data/messages:1153 ../data/messages:1171 ../data/messages:1209
 msgid "Image file:"
 msgstr "ملف الصوره :"
 
-#: ../data/messages:1165
+#: ../data/messages:1155
 msgid "Set transparency to 0 if you don't want to use an indicator."
 msgstr ""
 
-#: ../data/messages:1167
+#: ../data/messages:1157
 msgid "Colour of the frame :"
 msgstr "لون الإطار :"
 
-#: ../data/messages:1169
+#: ../data/messages:1159
 msgid "Set 0 to fill the frame."
 msgstr "ضع 0 لملء الإطار."
 
-#: ../data/messages:1171
+#: ../data/messages:1161
 msgid "Linewidth of the frame around the active window :"
 msgstr "عرض الإطار حول النافذة النشطة :"
 
-#: ../data/messages:1173
+#: ../data/messages:1163
 msgid "Corner radius of the frame around the active window :"
 msgstr "قطر زاويه الإطار حول النافذة النشطة :"
 
-#: ../data/messages:1175 ../data/messages:1207
+#: ../data/messages:1165 ../data/messages:1197
 msgid "Draw indicator above the icon?"
 msgstr "رسم مؤشر فوق الأيقونة ؟"
 
-#: ../data/messages:1177
+#: ../data/messages:1167
 msgid "Indicator of active launcher"
 msgstr "مؤشر المشغل النشط"
 
-#: ../data/messages:1179
+#: ../data/messages:1169
 msgid ""
 "Indicators are drawn on launchers icons to show that they have already been "
 "launched. Leave blank to use the default one."
 msgstr ""
 
-#: ../data/messages:1183
+#: ../data/messages:1173
 msgid ""
 "The indicator is drawn on active launchers, but you may want to display it "
 "on applications too."
 msgstr ""
 
-#: ../data/messages:1185
+#: ../data/messages:1175
 msgid "Display an indicator on application icons too ?"
 msgstr ""
 
-#: ../data/messages:1187
+#: ../data/messages:1177
 msgid ""
 "Relatively to the icons' size. You can use this parameter to adjust the "
 "indicator's vertical position.\n"
@@ -3423,11 +3464,11 @@
 "otherwise downwards."
 msgstr ""
 
-#: ../data/messages:1189
+#: ../data/messages:1179
 msgid "Vertical offset :"
 msgstr ""
 
-#: ../data/messages:1191
+#: ../data/messages:1181
 msgid ""
 "If the indicator is linked to the icon, it will then be zoomed like the icon "
 "and the offset will be upwards.\n"
@@ -3435,170 +3476,174 @@
 "downwards."
 msgstr ""
 
-#: ../data/messages:1193
+#: ../data/messages:1183
 msgid "Link the indicator with its icon?"
 msgstr "ربط المؤشر بأيقونته ؟"
 
-#: ../data/messages:1195
+#: ../data/messages:1185
 msgid ""
 "You can choose to make the indicator smaller or bigger than the icons. The "
 "bigger the value is, the bigger the indicator is. 1 means the indicator will "
 "have the same size as the icons."
 msgstr ""
 
-#: ../data/messages:1197
+#: ../data/messages:1187
 msgid "Indicator size ratio :"
 msgstr "نسبه حجم المشغل :"
 
-#: ../data/messages:1201
+#: ../data/messages:1191
 msgid "bigger"
 msgstr "أكبر"
 
-#: ../data/messages:1203
+#: ../data/messages:1193
 msgid ""
 "Use it to make the indicator follow the orientation of the dock "
 "(top/bottom/right/left)."
 msgstr ""
 
-#: ../data/messages:1205
+#: ../data/messages:1195
 msgid "Rotate the indicator with dock?"
 msgstr "إالتفاف المؤشر مع الشريط ؟"
 
-#: ../data/messages:1209
+#: ../data/messages:1199
 msgid "Indicator of grouped windows"
 msgstr "مؤشر لمجموعه نوافذ"
 
-#: ../data/messages:1211
+#: ../data/messages:1201
 msgid "How to show that several icons are grouped :"
 msgstr ""
 
-#: ../data/messages:1213
+#: ../data/messages:1203
 msgid "Draw an emblem"
 msgstr ""
 
-#: ../data/messages:1215
+#: ../data/messages:1205
 msgid "Draw the sub-dock's icons as a stack"
 msgstr ""
 
-#: ../data/messages:1217
+#: ../data/messages:1207
 msgid ""
 "It only makes sense if you chose to group the applis of the same class "
 "together. Leave blank to use the default one."
 msgstr ""
 
-#: ../data/messages:1221
+#: ../data/messages:1211
 msgid "Zoom the indicator with its icon?"
 msgstr "تكبير المؤشر مع أيقونته ؟"
 
-#: ../data/messages:1223
+#: ../data/messages:1213
 msgid "Labels"
 msgstr "علامات"
 
-#: ../data/messages:1225
+#: ../data/messages:1215
 msgid "Label visibility"
 msgstr ""
 
-#: ../data/messages:1227
+#: ../data/messages:1217
 msgid "Show labels:"
 msgstr "إظهار العلامات :"
 
-#: ../data/messages:1231
+#: ../data/messages:1219
+msgid "No"
+msgstr "لا"
+
+#: ../data/messages:1221
 msgid "On pointed icon"
 msgstr "على الأيقونة المؤشر عليها"
 
-#: ../data/messages:1233
+#: ../data/messages:1223
 msgid "On all icons"
 msgstr "على كل الأيقونات"
 
-#: ../data/messages:1235
+#: ../data/messages:1225
 msgid ""
 "the bigger, the more the labels next to the selected icon will be "
 "transparent."
 msgstr ""
 
-#: ../data/messages:1237
+#: ../data/messages:1227
 msgid "label's visibility threshold :"
 msgstr ""
 
-#: ../data/messages:1239
+#: ../data/messages:1229
 msgid "Should the labels always be horizontal, even when dock is vertical?"
 msgstr ""
 
-#: ../data/messages:1241
+#: ../data/messages:1231
 msgid "Font"
 msgstr "خط"
 
-#: ../data/messages:1245
+#: ../data/messages:1235
 msgid "Use a custom font for labels?"
 msgstr "استخدام خط خاص للعلامات ؟"
 
-#: ../data/messages:1247
+#: ../data/messages:1237
 msgid "Font used for labels :"
 msgstr "الخط المستخدم للعلامات :"
 
-#: ../data/messages:1253
+#: ../data/messages:1243
 msgid ""
 "If you set it to fully transparent, there will be no background for the "
 "text, but the margin around the text will still be in effect."
 msgstr ""
 
-#: ../data/messages:1255
+#: ../data/messages:1245
 msgid "Colour of the label's background :"
 msgstr "لون الخلفيه للعلامات :"
 
-#: ../data/messages:1257
+#: ../data/messages:1247
 msgid "Margin around the text (in pixels) :"
 msgstr ""
 
-#: ../data/messages:1259
+#: ../data/messages:1249
 msgid "Colour"
 msgstr "اللون"
 
-#: ../data/messages:1261
+#: ../data/messages:1251
 msgid "It's the first color of the gradation."
 msgstr ""
 
-#: ../data/messages:1263
+#: ../data/messages:1253
 msgid "Start color :"
 msgstr "لون البداية :"
 
-#: ../data/messages:1265
+#: ../data/messages:1255
 msgid ""
 "It's the second color of the gradation. Set it to the same value as the "
 "first if you don't want to have any gradation."
 msgstr ""
 
-#: ../data/messages:1267
+#: ../data/messages:1257
 msgid "Stop color :"
 msgstr "لون النهاية :"
 
-#: ../data/messages:1269
+#: ../data/messages:1259
 msgid ""
 "If checked, the pattern will go from top to bottom, otherwise from left to "
 "right."
 msgstr ""
 
-#: ../data/messages:1271
+#: ../data/messages:1261
 msgid "Pattern should be vertical?"
 msgstr "هل يجب ان يكون النمط عاموديا ؟"
 
-#: ../data/messages:1273
+#: ../data/messages:1263
 msgid "Quick-info are short information drawn on the icons."
 msgstr ""
 
-#: ../data/messages:1275
+#: ../data/messages:1265
 msgid "Quick-info"
 msgstr ""
 
-#: ../data/messages:1277
+#: ../data/messages:1267
 msgid "Use the same look as the labels?"
 msgstr ""
 
-#: ../data/messages:1281
+#: ../data/messages:1271
 msgid "Background color:"
 msgstr ""
 
-#: ../data/messages:1313
+#: ../data/messages:1303
 msgid ""
 "For a launcher or an applet:\n"
 "Open the settings of the icon, and set a path to an image.\n"
@@ -3611,7 +3656,7 @@
 "window."
 msgstr ""
 
-#: ../data/messages:1457
+#: ../data/messages:1447
 msgid ""
 "Activate the Shortcuts applet.\n"
 "Then all the folders bookmarks (the ones that appear in Nautilus) will be "
@@ -3620,7 +3665,7 @@
 "To remove a boorkmark, right-click on its icon -> remove"
 msgstr ""
 
-#: ../data/messages:1599
+#: ../data/messages:1589
 msgid ""
 "If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) "
 "by clicking on this button:\n"
@@ -3628,7 +3673,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1603
+#: ../data/messages:1593
 msgid ""
 "If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) "
 "by clicking on this button:\n"
@@ -3636,225 +3681,229 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1633
+#: ../data/messages:1623
 msgid "starting from 0"
 msgstr "البدأ من الصفر"
 
-#: ../data/messages:1637
+#: ../data/messages:1627
 msgid "Visibility of the dock"
 msgstr ""
 
-#: ../data/messages:1661
+#: ../data/messages:1651 ../data/messages:1675
+msgid "Same as main dock"
+msgstr ""
+
+#: ../data/messages:1653
+msgid "Tiny"
+msgstr ""
+
+#: ../data/messages:1667
 msgid "Leave it empty to use the same view as the main dock."
 msgstr ""
 
-#: ../data/messages:1663
+#: ../data/messages:1669
 msgid "Choose the view for this dock :/"
 msgstr ""
 
-#: ../data/messages:1669
-msgid "Same as main dock"
-msgstr ""
-
-#: ../data/messages:1689
+#: ../data/messages:1695
 msgid "You can even paste an internet URL."
 msgstr "يمكنك ايضا لصق رابط إنترنت."
 
-#: ../data/messages:1691
+#: ../data/messages:1697
 msgid "...or drag and drop a theme package here :"
 msgstr "... أو سحب وإفلات حزمه السمه هنا :"
 
-#: ../data/messages:1693
+#: ../data/messages:1699
 msgid "Theme loading options"
 msgstr ""
 
-#: ../data/messages:1695
+#: ../data/messages:1701
 msgid ""
 "If you tick this box, your launchers will be deleted and replaced by the "
 "ones provided in the new theme. Otherwise the current launchers will be "
 "kept, only icons will be replaced."
 msgstr ""
 
-#: ../data/messages:1697
+#: ../data/messages:1703
 msgid "Use the new theme's launchers?"
 msgstr "إستخدم سمة المشغل الجديد؟"
 
-#: ../data/messages:1699
+#: ../data/messages:1705
 msgid ""
 "Otherwise the current behaviour will be kept. This defines the dock's "
 "position, behavioural settings such as auto-hide, using taskbar or not, etc."
 msgstr ""
 
-#: ../data/messages:1701
+#: ../data/messages:1707
 msgid "Use the new theme's behaviour?"
 msgstr "هل تريد استخدام سلوك السمة الجديدة ؟"
 
-#: ../data/messages:1703
+#: ../data/messages:1709
 msgid "Save"
 msgstr "حفظ"
 
-#: ../data/messages:1705
+#: ../data/messages:1711
 msgid "Save current theme"
 msgstr "حفظ السمه الحاليه"
 
-#: ../data/messages:1707
+#: ../data/messages:1713
 msgid "You will then be able to re-open it at any time."
 msgstr "سيكون بإمكانك إعاده فتحها في اي وقت."
 
-#: ../data/messages:1709
+#: ../data/messages:1715
 msgid "Save as:"
 msgstr "حفظ باسم:"
 
-#: ../data/messages:1711
+#: ../data/messages:1717
 msgid "Save current behaviour also?"
 msgstr ""
 
-#: ../data/messages:1713
+#: ../data/messages:1719
 msgid "Save current launchers also?"
 msgstr "هل تريد حفظ المشغلات الحاليه أيضا ؟"
 
-#: ../data/messages:1715
+#: ../data/messages:1721
 msgid ""
 "The dock will build a complete tarball of your current theme, allowing you "
 "to easily exchange it with other people."
 msgstr ""
 
-#: ../data/messages:1717
+#: ../data/messages:1723
 msgid "Build a package of the theme?"
 msgstr "هل تريد بناء حزمة لهذه السمه ؟"
 
-#: ../data/messages:1719
+#: ../data/messages:1725
 msgid "Delete"
 msgstr "حذف"
 
-#: ../data/messages:1721
+#: ../data/messages:1727
 msgid "List of your personal themes"
 msgstr "قائمه السمات الخاصه بك"
 
-#: ../data/messages:1723
+#: ../data/messages:1729
 msgid "Delete from the list themes that you don't need anymore :"
 msgstr "احذف من القائمه السمات التي لم تعد بحاجه لها :"
 
-#: ../data/messages:1725 ../data/messages:1727 ../data/messages:1729
-#: ../data/messages:1731 ../data/messages:1761 ../data/messages:1811
-#: ../data/messages:1843
+#: ../data/messages:1731 ../data/messages:1733 ../data/messages:1735
+#: ../data/messages:1737 ../data/messages:1767 ../data/messages:1817
+#: ../data/messages:1849
 msgid "Desktop Entry"
 msgstr ""
 
-#: ../data/messages:1735 ../data/messages:1805 ../data/messages:1815
-#: ../data/messages:1847
+#: ../data/messages:1741 ../data/messages:1811 ../data/messages:1821
+#: ../data/messages:1853
 msgid "Name of the container it belongs to:"
 msgstr "اسم الحاويه التابعة لها :"
 
-#: ../data/messages:1737
+#: ../data/messages:1743
 msgid "Sub-dock's name :"
 msgstr "اسم الشريط الفرعي"
 
-#: ../data/messages:1739 ../data/messages:1765
+#: ../data/messages:1745 ../data/messages:1771
 msgid "How to render the icon :"
 msgstr ""
 
-#: ../data/messages:1741 ../data/messages:1767
+#: ../data/messages:1747 ../data/messages:1773
 msgid "Use an image"
 msgstr "إستخدام صوره"
 
-#: ../data/messages:1743 ../data/messages:1769
+#: ../data/messages:1749 ../data/messages:1775
 msgid "Draw sub-dock's content as emblems"
 msgstr ""
 
-#: ../data/messages:1745 ../data/messages:1771
+#: ../data/messages:1751 ../data/messages:1777
 msgid "Draw sub-dock's content as stack"
 msgstr ""
 
-#: ../data/messages:1747 ../data/messages:1773
+#: ../data/messages:1753 ../data/messages:1779
 msgid "Draw sub-dock's content inside a box"
 msgstr "رسم محتويات الشريط الفرعي داخل صندوق"
 
-#: ../data/messages:1749 ../data/messages:1775 ../data/messages:1819
+#: ../data/messages:1755 ../data/messages:1781 ../data/messages:1825
 msgid "Image's name or path :"
 msgstr "اسم الصوره او مسارها :"
 
-#: ../data/messages:1751 ../data/messages:1801 ../data/messages:1825
-#: ../data/messages:1851
+#: ../data/messages:1757 ../data/messages:1807 ../data/messages:1831
+#: ../data/messages:1857
 msgid "Extra parameters"
 msgstr "مؤشرات إضافيه"
 
-#: ../data/messages:1753
+#: ../data/messages:1759
 msgid "Name of the view used for the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1755
+#: ../data/messages:1761
 msgid "If '0' the container will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1757 ../data/messages:1809 ../data/messages:1839
+#: ../data/messages:1763 ../data/messages:1815 ../data/messages:1845
 msgid "Only show in this specific viewport"
 msgstr ""
 
-#: ../data/messages:1759 ../data/messages:1803 ../data/messages:1841
-#: ../data/messages:1853
+#: ../data/messages:1765 ../data/messages:1809 ../data/messages:1847
+#: ../data/messages:1859
 msgid "Order you want for this launcher among the others:"
 msgstr ""
 
-#: ../data/messages:1763 ../data/messages:1817
+#: ../data/messages:1769 ../data/messages:1823
 msgid "Launcher's name :"
 msgstr "اسم المشغل :"
 
-#: ../data/messages:1777
+#: ../data/messages:1783
 msgid "URI of the file :"
 msgstr ""
 
-#: ../data/messages:1779
+#: ../data/messages:1785
 msgid "Number of files to list in the sub-dock :"
 msgstr "عدد الملفات التي ستدرج في الشريط الفرعي :"
 
-#: ../data/messages:1783
+#: ../data/messages:1789
 msgid "5"
 msgstr "5"
 
-#: ../data/messages:1785
+#: ../data/messages:1791
 msgid "10"
 msgstr "10"
 
-#: ../data/messages:1787
+#: ../data/messages:1793
 msgid "20"
 msgstr "20"
 
-#: ../data/messages:1789
+#: ../data/messages:1795
 msgid "30"
 msgstr "30"
 
-#: ../data/messages:1793
+#: ../data/messages:1799
 msgid "Sort files by :"
 msgstr "ترتيب الملفات بواسطه :"
 
-#: ../data/messages:1795
+#: ../data/messages:1801
 msgid "Name"
 msgstr "الإسم"
 
-#: ../data/messages:1797
+#: ../data/messages:1803
 msgid "Size"
 msgstr "الحجم"
 
-#: ../data/messages:1799
+#: ../data/messages:1805
 msgid "Date"
 msgstr "التاريخ"
 
-#: ../data/messages:1807 ../data/messages:1837
+#: ../data/messages:1813 ../data/messages:1843
 msgid "If '0' the launcher will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1821
+#: ../data/messages:1827
 msgid ""
 "Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard "
 "shortcut, for exemple <Alt>F1, <Ctrl>c,  <Ctrl>v, etc"
 msgstr ""
 
-#: ../data/messages:1823
+#: ../data/messages:1829
 msgid "Command to launch on click :"
 msgstr "الأمر للتشغيل من خلال النقر :"
 
-#: ../data/messages:1827
+#: ../data/messages:1833
 msgid ""
 "If you choosed to mix launcher and applis, this option will deactivate this "
 "behaviour for this launcher only. It can be useful for instance for a "
@@ -3862,11 +3911,11 @@
 "steal the Terminal's icon from the Taskbar."
 msgstr ""
 
-#: ../data/messages:1829
-msgid "Prevent this launcher from stealing appli from taskbar ?"
+#: ../data/messages:1835
+msgid "Prevent this launcher from stealing this application from taskbar ?"
 msgstr ""
 
-#: ../data/messages:1831
+#: ../data/messages:1837
 msgid ""
 "The only reason you may want to modify this parameter is if you made this "
 "launcher by hands. If you dropped it into the dock from the menu, it is "
@@ -3874,19 +3923,19 @@
 "program, which is useful to link the appli with its launcher."
 msgstr ""
 
-#: ../data/messages:1833
+#: ../data/messages:1839
 msgid "Class of the program :"
 msgstr "فئة البرنامج:"
 
-#: ../data/messages:1835
+#: ../data/messages:1841
 msgid "Run in a terminal ?"
 msgstr "تشغيل في الطرفيه ؟"
 
-#: ../data/messages:1849
+#: ../data/messages:1855
 msgid "Separators' appearance is defined in the global configuration."
 msgstr ""
 
-#: ../data/messages:1855
+#: ../data/messages:1861
 msgid ""
 "<b><span color='red'>GLX-Dock 2.4.0</span></b>\n"
 " - The <b>Power-Manager applet</b> has been rewritten to work on any "
@@ -3897,3 +3946,85 @@
 "easily.\n"
 " - The dock can now be used as a shell in a Compiz-standalone environment."
 msgstr ""
+
+#: ../data/messages:1863
+msgid ""
+"<b>New version: <span color='red'>GLX-Dock 3.0</span>!</b>\n"
+" - The <b>taskbar</b> has been greatly enhanced.\n"
+" - The <b>Log out</b> applet has been rewritten, now allows to switch "
+"users.\n"
+" - The <b>control of the dock from the keyboard</b> is now very powerful:\n"
+"   - many shortkeys have been added in different applets\n"
+"   - you can activate a launcher by pressing a shortkey + its number\n"
+"   - all shortkeys can now be managed in a single place in the configuration "
+"window.\n"
+" - The <b>Sound Menu</b> from Ubuntu has been integrated into the Sound-"
+"Control applet.\n"
+" - A new <b>Twitter applet</b> lets you tweet in one click.\n"
+" - A new applet to <b>inhibit the screensaver</b> in one click.\n"
+" - Separators are transparent to click in <b>'Panel'</b> mode\n"
+" - Cairo-Dock now uses <b>GTK3</b>, for a better integration in a Gnome "
+"desktop\n"
+" - Few additions to the DBus API.\n"
+" - It's possible to donate to support the project!"
+msgstr ""
+
+#~ msgid "Gnome"
+#~ msgstr "جنوم"
+
+#~ msgid "MacOSX"
+#~ msgstr "ماك"
+
+#~ msgid "applications"
+#~ msgstr "تطبيقات"
+
+#~ msgid "Configure icons' special effects (requires OpenGL)."
+#~ msgstr "إعداد الايقونات مع تأثيرات خاصة ( يتطلبOpenGL"
+
+#~ msgid "launchers"
+#~ msgstr "المشغلات"
+
+#~ msgid "Separate the different types of icons?"
+#~ msgstr "فصل الأنواع المختلفه من الأيقونات؟"
+
+#~ msgid "Order of the different types of icons :"
+#~ msgstr "ترتيب الأنواع المختلفه من الأيقونات:"
+
+#~ msgid "applets"
+#~ msgstr "تطبيقات"
+
+#~ msgid "Configure icons' animations."
+#~ msgstr "تعديل حركه الأيقونه."
+
+#~ msgid "Application's size at rest (width x height) :"
+#~ msgstr "حجم التطبيق في حال عدم الحركه (العرض × الطول) :"
+
+#~ msgid "Launcher's size at rest (width x height) :"
+#~ msgstr "حجم المشغل في حال عدم الحركه (العرض × الطول) :"
+
+#~ msgid "Separate applications from others"
+#~ msgstr "فصل التطبيقات عن البقيه"
+
+#~ msgid "Icons order"
+#~ msgstr "ترتيب الأيقونات"
+
+#~ msgid "Separate all"
+#~ msgstr "فصل الكل"
+
+#~ msgid "KDE"
+#~ msgstr "وندوز سفن"
+
+#~ msgid "Lock icons"
+#~ msgstr "قفل الايقونات"
+
+#~ msgid "Unlock dock"
+#~ msgstr "إالغاء قفل الشريط"
+
+#~ msgid "Lock dock"
+#~ msgstr "قفل الشريط"
+
+#~ msgid "Modify this separator"
+#~ msgstr "تحرير الفاصل"
+
+#~ msgid "Remove this separator"
+#~ msgstr "إزالة هذا الفاصل"

=== modified file 'po/be.po'
--- po/be.po	2011-09-26 11:14:46 +0000
+++ po/be.po	2012-02-14 14:02:34 +0000
@@ -7,18 +7,18 @@
 msgstr ""
 "Project-Id-Version: cairo-dock-core\n"
 "Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2011-09-23 23:42+0000\n"
-"PO-Revision-Date: 2011-09-20 08:57+0000\n"
-"Last-Translator: Iryna Nikanchuk <Unknown>\n"
+"POT-Creation-Date: 2012-02-13 01:12+0000\n"
+"PO-Revision-Date: 2012-02-13 02:54+0000\n"
+"Last-Translator: Fabounet <fabounet03@xxxxxxxxx>\n"
 "Language-Team: Belarusian <be@xxxxxx>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2011-09-25 04:34+0000\n"
-"X-Generator: Launchpad (build 14012)\n"
+"X-Launchpad-Export-Date: 2012-02-13 04:34+0000\n"
+"X-Generator: Launchpad (build 14781)\n"
 "Language: be\n"
 
-#: ../src/cairo-dock-gui-commons.c:216
+#: ../src/cairo-dock-gui-commons.c:221
 msgid ""
 "You have made some changes to the current theme.\n"
 "You will lose them if you don't save before choosing a new theme. Continue "
@@ -28,82 +28,106 @@
 "Яны будуць згублены, калі перад выбарам новай тэмы іх не захаваць.\n"
 "У любым выпадку працягваць?"
 
-#: ../src/cairo-dock-gui-commons.c:242
+#: ../src/cairo-dock-gui-commons.c:247
 msgid "Please wait while importing the theme..."
 msgstr ""
 
-#: ../src/cairo-dock-gui-commons.c:364 ../src/cairo-dock-menu.c:1456
+#: ../src/cairo-dock-gui-commons.c:369
 msgid "Configure this applet"
 msgstr "Наладзіць гэты аплет"
 
-#: ../src/cairo-dock-gui-commons.c:401 ../src/cairo-dock-gui-main.c:131
+#: ../src/cairo-dock-gui-commons.c:406 ../src/cairo-dock-gui-main.c:130
 msgid "Files"
 msgstr "Файлы"
 
-#: ../src/cairo-dock-gui-commons.c:406 ../src/cairo-dock-gui-main.c:132
+#: ../src/cairo-dock-gui-commons.c:411 ../src/cairo-dock-gui-main.c:131
 msgid "Internet"
 msgstr "Інтэрнэт"
 
-#: ../src/cairo-dock-gui-commons.c:411 ../src/cairo-dock-gui-main.c:133
+#: ../src/cairo-dock-gui-commons.c:416 ../src/cairo-dock-gui-main.c:132
 msgid "Desktop"
 msgstr "Працоўны стол"
 
-#: ../src/cairo-dock-gui-commons.c:416
+#: ../src/cairo-dock-gui-commons.c:421
 msgid "Accessory"
 msgstr "Аксесуар"
 
-#: ../src/cairo-dock-gui-commons.c:421 ../src/cairo-dock-gui-main.c:135
-#: ../src/cairo-dock-gui-main.c:1504 ../data/messages:757
+#: ../src/cairo-dock-gui-commons.c:426 ../src/cairo-dock-gui-main.c:134
+#: ../src/cairo-dock-gui-main.c:1528 ../data/messages:779
 msgid "System"
 msgstr "Сістэма"
 
-#: ../src/cairo-dock-gui-commons.c:426 ../src/cairo-dock-gui-main.c:136
+#: ../src/cairo-dock-gui-commons.c:431 ../src/cairo-dock-gui-main.c:135
 msgid "Fun"
 msgstr "Забавы"
 
-#: ../src/cairo-dock-gui-commons.c:468
+#: ../src/cairo-dock-gui-commons.c:474
 msgid "plug-in"
 msgstr "плагін"
 
-#: ../src/cairo-dock-gui-commons.c:474
+#: ../src/cairo-dock-gui-commons.c:480
 msgid "category"
 msgstr "катэгорыя"
 
-#: ../src/cairo-dock-gui-items.c:384
+#: ../src/cairo-dock-gui-commons.c:575
+msgid "Press the shortkey"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:594
+msgid "Change the shortkey"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:681
+msgid "Origin"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:686
+msgid "Action"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:690
+msgid "Shortkey"
+msgstr ""
+
+#: ../src/cairo-dock-gui-items.c:242
 msgid ""
 "Main dock's parameters are available in the main configuration window."
 msgstr ""
 
-#: ../src/cairo-dock-gui-items.c:600
+#: ../src/cairo-dock-gui-items.c:459
 msgid "Launcher configuration"
 msgstr "Канфігурацыя значкоў запуску"
 
-#: ../src/cairo-dock-gui-main.c:129 ../data/messages:671
+#: ../src/cairo-dock-gui-items.c:877
+msgid "Remove this item"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:128 ../data/messages:675
 msgid "Behaviour"
 msgstr "Паводзіны"
 
-#: ../src/cairo-dock-gui-main.c:130 ../data/messages:491 ../data/messages:1657
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:501 ../data/messages:1645
 msgid "Appearance"
 msgstr "Знешні выгляд"
 
-#: ../src/cairo-dock-gui-main.c:134
+#: ../src/cairo-dock-gui-main.c:133
 msgid "Accessories"
 msgstr "Аксэсуары"
 
-#: ../src/cairo-dock-gui-main.c:137 ../src/cairo-dock-gui-main.c:1653
-#: ../data/messages:1791
+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1682
+#: ../data/messages:1797
 msgid "All"
 msgstr "Усе"
 
-#: ../src/cairo-dock-gui-main.c:1482
+#: ../src/cairo-dock-gui-main.c:1499
 msgid "Set the position of the main dock."
 msgstr "Выберыце месцазнаходжанне галоўнай панэлі."
 
-#: ../src/cairo-dock-gui-main.c:1483 ../data/messages:335 ../data/messages:545
+#: ../src/cairo-dock-gui-main.c:1500 ../data/messages:335 ../data/messages:549
 msgid "Position"
 msgstr "Пазіцыя"
 
-#: ../src/cairo-dock-gui-main.c:1489
+#: ../src/cairo-dock-gui-main.c:1506
 msgid ""
 "Do you like your dock to be always visible,\n"
 " or on the contrary unobtrusive?\n"
@@ -113,60 +137,68 @@
 " ці наадварот, схаваная ад вачэй?\n"
 "Наладзьце тут выгляд адлюстравання вашай панэлі і суб-панэляў!"
 
-#: ../src/cairo-dock-gui-main.c:1490 ../src/cairo-dock-menu.c:1494
+#: ../src/cairo-dock-gui-main.c:1507 ../src/cairo-dock-menu.c:1690
 #: ../data/messages:353
 msgid "Visibility"
 msgstr "Бачнасьць"
 
-#: ../src/cairo-dock-gui-main.c:1496
+#: ../src/cairo-dock-gui-main.c:1513
 msgid "Display and interact with currently open windows."
 msgstr "Адлюстраванне і ўзаемадзеянне з цяперашнімі адкрытымі вокнамі."
 
-#: ../src/cairo-dock-gui-main.c:1497 ../data/messages:41 ../data/messages:469
-#: ../data/messages:1323
+#: ../src/cairo-dock-gui-main.c:1514 ../data/messages:41 ../data/messages:469
+#: ../data/messages:1313
 msgid "Taskbar"
 msgstr "Панэль задач"
 
-#: ../src/cairo-dock-gui-main.c:1503
+#: ../src/cairo-dock-gui-main.c:1520
+msgid "Define all the keyboard shortcuts currently available."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1521 ../data/messages:529 ../data/messages:773
+msgid "Shortkeys"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1527
 msgid "All of the parameters you will never want to tweak."
 msgstr "Не змяняйце гэтыя параметры без асаблівай патрэбы."
 
-#: ../src/cairo-dock-gui-main.c:1513
+#: ../src/cairo-dock-gui-main.c:1537
 msgid "Set a background for your dock."
 msgstr "Выберыце задні фон для Вашай панэлі."
 
-#: ../src/cairo-dock-gui-main.c:1514 ../data/messages:853
-#: ../data/messages:1251 ../data/messages:1665
+#: ../src/cairo-dock-gui-main.c:1538 ../data/messages:875
+#: ../data/messages:1241 ../data/messages:1671
 msgid "Background"
 msgstr "Задні фон"
 
-#: ../src/cairo-dock-gui-main.c:1520
+#: ../src/cairo-dock-gui-main.c:1544
 msgid "Select a view for each of your docks."
 msgstr "Можаце выбраць асобны від для кожнай панэлі."
 
-#: ../src/cairo-dock-gui-main.c:1521 ../data/messages:523 ../data/messages:915
-#: ../data/messages:1659
+#: ../src/cairo-dock-gui-main.c:1545 ../data/messages:521 ../data/messages:937
+#: ../data/messages:1665
 msgid "Views"
 msgstr "Выгляды"
 
-#: ../src/cairo-dock-gui-main.c:1528
+#: ../src/cairo-dock-gui-main.c:1552
 msgid "Configure text bubble appearance."
 msgstr "Наладзьце знешні выгляд воблачкаў напамін."
 
-#: ../src/cairo-dock-gui-main.c:1529
+#: ../src/cairo-dock-gui-main.c:1553
 msgid "Dialog boxes"
 msgstr "Дыялогі"
 
-#: ../src/cairo-dock-gui-main.c:1536
+#: ../src/cairo-dock-gui-main.c:1560
 msgid "Applets can be displayed on your desktop as widgets."
 msgstr "Аплеты могуць размяшчацца на вашым працоўным стале, як віджеты."
 
-#: ../src/cairo-dock-gui-main.c:1537 ../data/messages:101 ../data/messages:971
-#: ../data/messages:1383
+#: ../src/cairo-dock-gui-main.c:1561 ../data/messages:101 ../data/messages:993
+#: ../data/messages:1373
 msgid "Desklets"
 msgstr "Дэсклеты"
 
-#: ../src/cairo-dock-gui-main.c:1544
+#: ../src/cairo-dock-gui-main.c:1568
 msgid ""
 "All about icons:\n"
 " size, reflection, icon theme,..."
@@ -174,76 +206,76 @@
 "Усё аб значках:\n"
 " памер, адлюстраванне, тэма значкоў, ..."
 
-#: ../src/cairo-dock-gui-main.c:1545 ../data/messages:11 ../data/messages:493
-#: ../data/messages:1035 ../data/messages:1293
+#: ../src/cairo-dock-gui-main.c:1569 ../data/messages:11 ../data/messages:503
+#: ../data/messages:1057 ../data/messages:1283 ../data/messages:1647
 msgid "Icons"
 msgstr "Значкі"
 
-#: ../src/cairo-dock-gui-main.c:1551
+#: ../src/cairo-dock-gui-main.c:1575
 msgid "Indicators are additional markers for your icons."
 msgstr "Індыкатары адлюстроўваюць дадатковую інфармацыю на значках."
 
-#: ../src/cairo-dock-gui-main.c:1552 ../data/messages:1153
+#: ../src/cairo-dock-gui-main.c:1576 ../data/messages:1143
 msgid "Indicators"
 msgstr "Індыкатары"
 
-#: ../src/cairo-dock-gui-main.c:1559
+#: ../src/cairo-dock-gui-main.c:1583
 msgid "Define icon caption and quick-info style."
 msgstr "Выберыце знешні выгляд подпісаў і інфа-паведамленняў."
 
-#: ../src/cairo-dock-gui-main.c:1560
+#: ../src/cairo-dock-gui-main.c:1584
 msgid "Captions"
 msgstr "Подпісы"
 
-#: ../src/cairo-dock-gui-main.c:1629
+#: ../src/cairo-dock-gui-main.c:1654
 msgid "Categories"
 msgstr "Катэгорыі"
 
-#: ../src/cairo-dock-gui-main.c:1767
+#: ../src/cairo-dock-gui-main.c:1796
 msgid "Filter"
 msgstr "Фільтр"
 
-#: ../src/cairo-dock-gui-main.c:1814
+#: ../src/cairo-dock-gui-main.c:1843
 msgid "Options"
 msgstr "Параметры"
 
-#: ../src/cairo-dock-gui-main.c:1824
+#: ../src/cairo-dock-gui-main.c:1853
 msgid "All words"
 msgstr "Па ўсіх словах"
 
-#: ../src/cairo-dock-gui-main.c:1828
+#: ../src/cairo-dock-gui-main.c:1857
 msgid "Highlighted words"
 msgstr "Падсвятляць слова"
 
-#: ../src/cairo-dock-gui-main.c:1833
+#: ../src/cairo-dock-gui-main.c:1862
 msgid "Hide others"
 msgstr "Схаваць астатнія"
 
-#: ../src/cairo-dock-gui-main.c:1838
+#: ../src/cairo-dock-gui-main.c:1867
 msgid "Search in description"
 msgstr "Шукаць у апісаннях"
 
-#: ../src/cairo-dock-gui-main.c:1852
+#: ../src/cairo-dock-gui-main.c:1881
 msgid "Enable this module"
 msgstr "Актываваць гэты модуль"
 
-#: ../src/cairo-dock-gui-main.c:1916 ../data/messages:541
+#: ../src/cairo-dock-gui-main.c:1945 ../data/messages:545
 msgid "More applets"
 msgstr "Больш аплетаў"
 
-#: ../src/cairo-dock-gui-main.c:1917 ../data/messages:539
+#: ../src/cairo-dock-gui-main.c:1946 ../data/messages:543
 msgid "Get more applets online !"
 msgstr "Атрымаць больш апплетов!"
 
-#: ../src/cairo-dock-gui-main.c:1951 ../src/cairo-dock.c:663
+#: ../src/cairo-dock-gui-main.c:1982 ../src/cairo-dock.c:689
 msgid "< Maintenance mode >"
 msgstr "< Рэжым абслугоўвання >"
 
-#: ../src/cairo-dock-gui-main.c:2041 ../src/cairo-dock-gui-simple.c:901
+#: ../src/cairo-dock-gui-main.c:2072 ../src/cairo-dock-gui-simple.c:859
 msgid "Cairo-Dock configuration"
 msgstr "Настройка Cairo-Dock"
 
-#: ../src/cairo-dock-gui-main.c:2396
+#: ../src/cairo-dock-gui-main.c:2437
 #, c-format
 msgid ""
 "The '%s' module is not present. You need to install it and all its "
@@ -252,57 +284,57 @@
 "Модуль '%s' не усталяваны. Вам варта ўсталяваць яго або яго залежнасці, каб "
 "у поўнай меры яго выкарыстоўваць."
 
-#: ../src/cairo-dock-gui-main.c:2402
+#: ../src/cairo-dock-gui-main.c:2443
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr "Модуль '%s' не актываваны."
 
-#: ../src/cairo-dock-gui-main.c:2403
+#: ../src/cairo-dock-gui-main.c:2444
 msgid "Do you want to enable it now?"
 msgstr "Актывiраваць яго зараз?"
 
-#: ../src/cairo-dock-gui-main.c:2750
+#: ../src/cairo-dock-gui-main.c:2810
 msgid "Simple Mode"
 msgstr "Просты рэжым"
 
-#: ../src/cairo-dock-gui-simple.c:408 ../src/cairo-dock-gui-themes.c:114
+#: ../src/cairo-dock-gui-simple.c:378 ../src/cairo-dock-gui-themes.c:114
 msgid "Could not import the theme."
 msgstr "Не ўдалося імпартаваць тэму."
 
-#: ../src/cairo-dock-gui-simple.c:428
+#: ../src/cairo-dock-gui-simple.c:398
 msgid "Importing theme..."
 msgstr ""
 
-#: ../src/cairo-dock-gui-simple.c:435 ../src/cairo-dock-gui-themes.c:156
+#: ../src/cairo-dock-gui-simple.c:405 ../src/cairo-dock-gui-themes.c:156
 msgid "Theme has been saved"
 msgstr ""
 
-#: ../src/cairo-dock-gui-simple.c:441 ../src/cairo-dock-gui-themes.c:162
+#: ../src/cairo-dock-gui-simple.c:411 ../src/cairo-dock-gui-themes.c:162
 msgid "Themes have been deleted"
 msgstr ""
 
-#: ../src/cairo-dock-gui-simple.c:771
+#: ../src/cairo-dock-gui-simple.c:706
 msgid "Animation:"
 msgstr "Анімацыя:"
 
-#: ../src/cairo-dock-gui-simple.c:788
+#: ../src/cairo-dock-gui-simple.c:727
 msgid "Effects:"
 msgstr "Эфекты:"
 
-#: ../src/cairo-dock-gui-simple.c:856
+#: ../src/cairo-dock-gui-simple.c:795
 msgid ""
 "Click on an applet in order to have a preview and a description for it."
 msgstr "Пстрыкніце па аплеце, каб убачыць яго апісанне і прыкладны выгляд."
 
-#: ../src/cairo-dock-gui-simple.c:865 ../data/messages:485
+#: ../src/cairo-dock-gui-simple.c:821 ../data/messages:495
 msgid "On mouse hover:"
 msgstr "Пры навядзенні курсора"
 
-#: ../src/cairo-dock-gui-simple.c:867 ../data/messages:487
+#: ../src/cairo-dock-gui-simple.c:823 ../data/messages:497
 msgid "On click:"
 msgstr "Пры пстрычцы:"
 
-#: ../src/cairo-dock-gui-simple.c:938
+#: ../src/cairo-dock-gui-simple.c:896
 msgid ""
 "This is the simple configuration panel of Cairo-Dock.\n"
 " After you get familiar with it, and if you want to customise your theme\n"
@@ -314,11 +346,11 @@
 "вам варта пераключыцца ў пашыраны рэжым.\n"
 "У любы момант вы можаце змяніць рэжым панэлі настроек."
 
-#: ../src/cairo-dock-gui-simple.c:1063
+#: ../src/cairo-dock-gui-simple.c:1039
 msgid "Advanced Mode"
 msgstr "Пашыраны рэжым"
 
-#: ../src/cairo-dock-gui-simple.c:1064
+#: ../src/cairo-dock-gui-simple.c:1040
 msgid ""
 "The advanced mode lets you tweak every single parameter of the dock. It is a "
 "powerful tool to customise your current theme."
@@ -334,434 +366,469 @@
 msgid "Manage Themes"
 msgstr "Кіраванне тэмамі"
 
-#: ../src/cairo-dock-help.c:54 ../src/cairo-dock-menu.c:454
-#: ../src/help/applet-init.c:28 ../src/help/applet-notifications.c:228
-msgid "Help"
-msgstr "Даведка"
-
-#: ../src/cairo-dock-help.c:69 ../src/help/applet-init.c:31
-msgid ""
-"This applet is made to help you.\n"
-"Click on its icon to pop up useful tips about the possibilities of Cairo-"
-"Dock.\n"
-"Middle-click to open the configuration window.\n"
-"Right-click to access some troubleshooting actions."
-msgstr ""
-
-#: ../src/cairo-dock-help.c:220 ../src/help/applet-tips-dialog.c:152
-msgid "Tips and Tricks"
-msgstr ""
-
-#: ../src/cairo-dock-help.c:380 ../src/help/applet-tips-dialog.c:299
-msgid "Category"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:122
+#: ../src/cairo-dock-menu.c:123
 msgid "Delete this dock?"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:174
+#: ../src/cairo-dock-menu.c:177
 msgid "About Cairo-Dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:211 ../data/messages:283 ../data/messages:1565
+#: ../src/cairo-dock-menu.c:214 ../data/messages:283 ../data/messages:1555
 msgid "Development site"
 msgstr "Сайт распрацоўшчыкаў"
 
-#: ../src/cairo-dock-menu.c:212 ../data/messages:281 ../data/messages:1563
+#: ../src/cairo-dock-menu.c:215 ../data/messages:281 ../data/messages:1553
 msgid "Find the latest version of Cairo-Dock here !"
 msgstr "Высветліце тут, якая апошняя версія Cairo-Dock даступная!"
 
-#: ../src/cairo-dock-menu.c:216 ../src/cairo-dock-menu.c:447
+#: ../src/cairo-dock-menu.c:219 ../src/cairo-dock-menu.c:928
 msgid "Get more applets!"
 msgstr "Атрымаць больш аплетов!"
 
-#: ../src/cairo-dock-menu.c:220 ../src/cairo-dock-menu.c:226
+#: ../src/cairo-dock-menu.c:223 ../src/cairo-dock-menu.c:229
 msgid "Donate"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:223 ../src/cairo-dock-menu.c:229
+#: ../src/cairo-dock-menu.c:226 ../src/cairo-dock-menu.c:232
 msgid ""
 "Support the people who spend countless hours to bring you the best dock ever."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:240
+#: ../src/cairo-dock-menu.c:260
+msgid "Here is a list of the current developers and contributors"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:261
+msgid "Developers"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:262
+msgid "Main developer and project leader"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:263
+msgid "Contributors / Hackers"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:265
 msgid "Development"
 msgstr "Распрацоўка"
 
-#: ../src/cairo-dock-menu.c:246
-msgid "Artwork"
-msgstr "Афармленне"
-
-#: ../src/cairo-dock-menu.c:250
+#: ../src/cairo-dock-menu.c:280
+msgid "Website"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:281
+msgid "Beta-testing / Suggestions / Forum animation"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:282
+msgid "Translators for this language"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:283
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+"  Fabounet https://launchpad.net/~fabounet03";
+
+#: ../src/cairo-dock-menu.c:285
 msgid "Support"
 msgstr "Падтрымка"
 
-#: ../src/cairo-dock-menu.c:332
+#: ../src/cairo-dock-menu.c:315
+msgid ""
+"Thanks to all people that help us to improve the Cairo-Dock project.\n"
+"Thanks to all current, former and future contributors."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:317
+msgid "How to help us?"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:318
+msgid "Don't hesitate to join the project, we need you ;)"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:319
+msgid "Former contributors"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:320
+msgid "For a complete list, please have a look to BZR logs"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:321
+msgid "Users of our forum"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:322
+msgid "Artwork"
+msgstr "Афармленне"
+
+#: ../src/cairo-dock-menu.c:324
+msgid "Thanks"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:401
 msgid "Quit Cairo-Dock?"
 msgstr "Выйсці з Cairo-Dock?"
 
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:431 ../src/cairo-dock-menu.c:573
+msgid "Separator"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:543
+msgid ""
+"The new dock has been created.\n"
+"Now move some launchers or applets into it by right-clicking on the icon -> "
+"move to another dock"
+msgstr ""
+"Створана новая панэль.\n"
+"Цяпер можна перанесьці на яе некаторыя значкі запуску або аплеты, зрабіўшы "
+"правы пстрычка па значку -> перанесьці на іншую панэль"
+
+#: ../src/cairo-dock-menu.c:567
+msgid "Add"
+msgstr "Дадаць"
+
+#: ../src/cairo-dock-menu.c:569
+msgid "Sub-dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:571
+msgid "Main dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:575
+msgid "Custom launcher"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:576
+msgid ""
+"Usually you would drag a launcher from the menu and drop it on the dock."
+msgstr "Дастаткова проста перацягнуць значок з меню прама на панэль."
+
+#: ../src/cairo-dock-menu.c:593
+msgid "separator"
+msgstr "падзельнік"
+
+#: ../src/cairo-dock-menu.c:597
+#, c-format
+msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
+msgstr "Вы зьбіраецеся выдаліць значок (%s) з панэлі. Вы ўпэўнены?"
+
+#: ../src/cairo-dock-menu.c:609
+msgid ""
+"Do you want to re-dispatch the icons contained inside this container into "
+"the dock?\n"
+"(otherwise they will be destroyed)"
+msgstr ""
+"Перанесьці змяшчаючыеся тут значкі на панэль?\n"
+" (у адваротным выпадку яны будуць выдаленыя)"
+
+#: ../src/cairo-dock-menu.c:633
+msgid "Sorry, this icon doesn't have a configuration file."
+msgstr "Гэты значок не мае файла настроек."
+
+#: ../src/cairo-dock-menu.c:673
+msgid ""
+"The new dock has been created.\n"
+"You can customize it by right-clicking on it -> cairo-dock -> configure this "
+"dock."
+msgstr ""
+"Створана новая панэль.\n"
+"Цяпер вы можаце змяніць яе праз правы пстрычка -> cairo-dock -> Настроіць "
+"гэтую панэль."
+
+#: ../src/cairo-dock-menu.c:731
+msgid ""
+"Sorry, couldn't find the corresponding description file.\n"
+"Consider dragging and dropping the launcher from the Applications Menu."
+msgstr ""
+"Не атрымалася знайсці адпаведны файл з апісаннем.\n"
+"Паспрабуйце перацягнуць і палажыць запушчык з Галоўнага Меню."
+
+#: ../src/cairo-dock-menu.c:772
+#, c-format
+msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
+msgstr "Вы зьбіраецеся выдаліць аплет (%s) з панэлі. Вы ўпэўнены?"
+
+#: ../src/cairo-dock-menu.c:830
 msgid "Configure"
 msgstr "Настройка"
 
-#: ../src/cairo-dock-menu.c:368
+#: ../src/cairo-dock-menu.c:835
 msgid "Configure behaviour, appearance, and applets."
 msgstr "Наладзіць паводзіны, знешні выгляд і аплеты."
 
-#: ../src/cairo-dock-menu.c:372
+#: ../src/cairo-dock-menu.c:840
 msgid "Configure this dock"
 msgstr "Наладзіць гэтую панэль"
 
-#: ../src/cairo-dock-menu.c:377
+#: ../src/cairo-dock-menu.c:845
 msgid "Customize the position, visibility and appearance of this main dock."
 msgstr ""
 "Наладзьце месцазнаходжанне, бачнасць і знешні выгляд асноўнай панэлі."
 
-#: ../src/cairo-dock-menu.c:379
+#: ../src/cairo-dock-menu.c:847
 msgid "Delete this dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:388
+#: ../src/cairo-dock-menu.c:857
 msgid "Manage themes"
 msgstr "Кіраванне тэмамі"
 
-#: ../src/cairo-dock-menu.c:393
+#: ../src/cairo-dock-menu.c:862
 msgid ""
 "Choose from amongst many themes on the server or save your current theme."
 msgstr "Выберыце сярод многіх тым на сэрвэры і захавайце вашу ўласную."
 
-#: ../src/cairo-dock-menu.c:399
-msgid "Unlock icons"
-msgstr "разблакаваць значкі"
-
-#: ../src/cairo-dock-menu.c:399
-msgid "Lock icons"
-msgstr "Заблакаваць значкі"
-
-#: ../src/cairo-dock-menu.c:403
+#: ../src/cairo-dock-menu.c:875
+msgid "Unlock icons position"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:875
+msgid "Lock icons position"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:879
 msgid "This will (un)lock the position of the icons."
 msgstr "Гэта (раз) блакуе месцазнаходжанне значкоў на панэлі."
 
-#: ../src/cairo-dock-menu.c:407
-msgid "Unlock dock"
-msgstr "Разблакаваць панэль"
-
-#: ../src/cairo-dock-menu.c:407
-msgid "Lock dock"
-msgstr "Заблакаваць панэль"
-
-#: ../src/cairo-dock-menu.c:414
-msgid ""
-"This will allow you to add or remove launchers and applets, and configure "
-"the program."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:418
-msgid ""
-"This will prevent any modification of the current theme, and hide all the "
-"unnecessary entries in the menus."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:424
+#: ../src/cairo-dock-menu.c:903
 msgid "Quick-Hide"
 msgstr "Схаваць"
 
-#: ../src/cairo-dock-menu.c:429
+#: ../src/cairo-dock-menu.c:908
 msgid "This will hide the dock until you hover over it with the mouse."
 msgstr "Гэта схавае панэль, пакуль вы не навядзе на яе мышшу."
 
-#: ../src/cairo-dock-menu.c:437
+#: ../src/cairo-dock-menu.c:917
 msgid "Launch Cairo-Dock on startup"
 msgstr "Запускаць Cairo-Dock пры старце сістэмы"
 
-#: ../src/cairo-dock-menu.c:452
+#: ../src/cairo-dock-menu.c:933
 msgid ""
 "Third-party applets provide integration with many programs, like Pidgin"
 msgstr ""
 "Апплеты трэціх бакоў забяспечваюць інтэграцыю з рознымі праграмамі, "
 "напрыклад Pidgin"
 
-#: ../src/cairo-dock-menu.c:459
+#: ../src/cairo-dock-menu.c:936 ../src/help/applet-init.c:28
+#: ../src/help/applet-notifications.c:257
+msgid "Help"
+msgstr "Даведка"
+
+#: ../src/cairo-dock-menu.c:941
 msgid "There are no problems, only solutions (and a lot of useful hints!)"
 msgstr "Няма праблем, адны рашэнні (і мноства карысных саветаў!)"
 
-#: ../src/cairo-dock-menu.c:461
+#: ../src/cairo-dock-menu.c:943
 msgid "About"
 msgstr "Аб праграме"
 
-#: ../src/cairo-dock-menu.c:469
+#: ../src/cairo-dock-menu.c:952
 msgid "Quit"
 msgstr "Выхад"
 
-#: ../src/cairo-dock-menu.c:494
-msgid "separator"
-msgstr "падзельнік"
-
-#: ../src/cairo-dock-menu.c:498
-#, c-format
-msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
-msgstr "Вы зьбіраецеся выдаліць значок (%s) з панэлі. Вы ўпэўнены?"
-
-#: ../src/cairo-dock-menu.c:509
-msgid ""
-"Do you want to re-dispatch the icons contained inside this container into "
-"the dock?\n"
-"(otherwise they will be destroyed)"
-msgstr ""
-"Перанесьці змяшчаючыеся тут значкі на панэль?\n"
-" (у адваротным выпадку яны будуць выдаленыя)"
-
-#: ../src/cairo-dock-menu.c:577
-msgid ""
-"The new dock has been created.\n"
-"Now move some launchers or applets into it by right-clicking on the icon -> "
-"move to another dock"
-msgstr ""
-"Створана новая панэль.\n"
-"Цяпер можна перанесьці на яе некаторыя значкі запуску або аплеты, зрабіўшы "
-"правы пстрычка па значку -> перанесьці на іншую панэль"
-
-#: ../src/cairo-dock-menu.c:611
-msgid "Sorry, this icon doesn't have a configuration file."
-msgstr "Гэты значок не мае файла настроек."
-
-#: ../src/cairo-dock-menu.c:651
-msgid ""
-"The new dock has been created.\n"
-"You can customize it by right-clicking on it -> cairo-dock -> configure this "
-"dock."
-msgstr ""
-"Створана новая панэль.\n"
-"Цяпер вы можаце змяніць яе праз правы пстрычка -> cairo-dock -> Настроіць "
-"гэтую панэль."
-
-#: ../src/cairo-dock-menu.c:712
-#, c-format
-msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
-msgstr "Вы зьбіраецеся выдаліць аплет (%s) з панэлі. Вы ўпэўнены?"
-
-#: ../src/cairo-dock-menu.c:934
-msgid ""
-"Sorry, couldn't find the corresponding description file.\n"
-"Consider dragging and dropping the launcher from the Applications Menu."
-msgstr ""
-"Не атрымалася знайсці адпаведны файл з апісаннем.\n"
-"Паспрабуйце перацягнуць і палажыць запушчык з Галоўнага Меню."
-
-#: ../src/cairo-dock-menu.c:1169
+#: ../src/cairo-dock-menu.c:961
+msgid ""
+"You're using a Cairo-Dock Session!\n"
+"It's not advised to quit the dock but you can press Shift to unlock this "
+"menu entry."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:993 ../src/cairo-dock-menu.c:1014
+msgid "Edit"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:995 ../src/cairo-dock-menu.c:1021
+msgid "Remove"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:996
+msgid ""
+"You can remove a launcher by dragging it out of the dock with the mouse ."
+msgstr "Вы можаце выдаліць любы значок проста перацягнуў яго за межы панэлі."
+
+#: ../src/cairo-dock-menu.c:998 ../src/cairo-dock-menu.c:1030
+msgid "Move to another dock"
+msgstr "Перамясціць на іншую панэль"
+
+#: ../src/cairo-dock-menu.c:1000 ../src/cairo-dock-menu.c:1032
+#: ../src/gldit/cairo-dock-gui-factory.c:1105
+msgid "New main dock"
+msgstr "Новая асноўная панэль"
+
+#: ../src/cairo-dock-menu.c:1009
+msgid "Make it a launcher"
+msgstr "Зрабіць значком запуску"
+
+#: ../src/cairo-dock-menu.c:1018
+msgid "Detach"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1018
+msgid "Return to the dock"
+msgstr "Вярнуць на панэль"
+
+#: ../src/cairo-dock-menu.c:1025
+msgid "Duplicate"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1040
+msgid "Applet's handbook"
+msgstr "Даведка па аплетаў"
+
+#: ../src/cairo-dock-menu.c:1085
+msgid "Pick up an image"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1316
 #, c-format
 msgid "Move all to desktop %d - face %d"
 msgstr "Перамясціць ўсе на паверхню %d - рабочага стала %d"
 
-#: ../src/cairo-dock-menu.c:1169
+#: ../src/cairo-dock-menu.c:1316
 #, c-format
 msgid "Move to desktop %d - face %d"
 msgstr "Перамясціць на працоўны стол %d - паверхню %d"
 
-#: ../src/cairo-dock-menu.c:1171
+#: ../src/cairo-dock-menu.c:1318
 #, c-format
 msgid "Move all to desktop %d"
 msgstr "Перамясціць ўсе на працоўны стол %d"
 
-#: ../src/cairo-dock-menu.c:1171
+#: ../src/cairo-dock-menu.c:1318
 #, c-format
 msgid "Move to desktop %d"
 msgstr "Перанесці на працоўны стол %d"
 
-#: ../src/cairo-dock-menu.c:1173
+#: ../src/cairo-dock-menu.c:1320
 #, c-format
 msgid "Move all to face %d"
 msgstr "Перамясціць ўсе на паверхню %d"
 
-#: ../src/cairo-dock-menu.c:1173
+#: ../src/cairo-dock-menu.c:1320
 #, c-format
 msgid "Move to face %d"
 msgstr "Перамясціць на паверхню %d"
 
-#: ../src/cairo-dock-menu.c:1211
-msgid "Add"
-msgstr "Дадаць"
-
-#: ../src/cairo-dock-menu.c:1213
-msgid "Sub-dock"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1215
-msgid "Main dock"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1218
-msgid "Separator"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1222
-msgid "Custom launcher"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1223
-msgid ""
-"Usually you would drag a launcher from the menu and drop it on the dock."
-msgstr "Дастаткова проста перацягнуць значок з меню прама на панэль."
-
-#: ../src/cairo-dock-menu.c:1288
-msgid "Modify this separator"
-msgstr "Змяніць гэты падзельнік"
-
-#: ../src/cairo-dock-menu.c:1288
-msgid "Modify this launcher"
-msgstr "Змяніць гэты значок запуску"
-
-#: ../src/cairo-dock-menu.c:1290
-msgid "Remove this separator"
-msgstr "Выдаліць падзельнік"
-
-#: ../src/cairo-dock-menu.c:1290
-msgid "Remove this launcher"
-msgstr "Выдаліць гэты значок запуску"
-
-#: ../src/cairo-dock-menu.c:1291
-msgid ""
-"You can remove a launcher by dragging it out of the dock with the mouse ."
-msgstr "Вы можаце выдаліць любы значок проста перацягнуў яго за межы панэлі."
-
-#: ../src/cairo-dock-menu.c:1293 ../src/cairo-dock-menu.c:1472
-msgid "Move to another dock"
-msgstr "Перамясціць на іншую панэль"
-
-#: ../src/cairo-dock-menu.c:1298 ../src/cairo-dock-menu.c:1477
-#: ../src/gldit/cairo-dock-gui-factory.c:1104
-msgid "New main dock"
-msgstr "Новая асноўная панэль"
-
-#: ../src/cairo-dock-menu.c:1318 ../src/cairo-dock-menu.c:1416
+#: ../src/cairo-dock-menu.c:1566 ../src/cairo-dock-menu.c:1665
 msgid "Other actions"
 msgstr "Іншыя дзеянні"
 
-#: ../src/cairo-dock-menu.c:1324
+#: ../src/cairo-dock-menu.c:1568
 msgid "Move to this desktop"
 msgstr "Перамясціць на гэты рабочы стол"
 
-#: ../src/cairo-dock-menu.c:1339
+#: ../src/cairo-dock-menu.c:1583
 msgid "Not Fullscreen"
 msgstr "Не поўнаэкранны"
 
-#: ../src/cairo-dock-menu.c:1339
+#: ../src/cairo-dock-menu.c:1583
 msgid "Fullscreen"
 msgstr "Поўнаэкранны"
 
-#: ../src/cairo-dock-menu.c:1343
+#: ../src/cairo-dock-menu.c:1587
 msgid "Don't keep above"
 msgstr "Не трымаць вышэй"
 
-#: ../src/cairo-dock-menu.c:1343 ../data/messages:363
+#: ../src/cairo-dock-menu.c:1587 ../data/messages:363
 msgid "Keep above"
 msgstr "Трымаць вышэй"
 
-#: ../src/cairo-dock-menu.c:1368
+#: ../src/cairo-dock-menu.c:1612
 msgid "Remove custom icon"
 msgstr "Выдаліць настроены значок"
 
-#: ../src/cairo-dock-menu.c:1372
+#: ../src/cairo-dock-menu.c:1616
 msgid "Set a custom icon"
 msgstr "Задаць свай значок"
 
-#: ../src/cairo-dock-menu.c:1375
+#: ../src/cairo-dock-menu.c:1619
 msgid "Kill"
 msgstr "Завяршыць"
 
-#: ../src/cairo-dock-menu.c:1380
-msgid "Make it a launcher"
-msgstr "Зрабіць значком запуску"
-
-#: ../src/cairo-dock-menu.c:1383 ../src/cairo-dock-menu.c:1426
+#: ../src/cairo-dock-menu.c:1623 ../src/cairo-dock-menu.c:1671
 msgid "Launch a new (Shift+clic)"
 msgstr "Запусціць яшчэ (Shift + клік)"
 
-#: ../src/cairo-dock-menu.c:1385
+#: ../src/cairo-dock-menu.c:1627
 msgid "Show"
 msgstr "Паказаць"
 
-#: ../src/cairo-dock-menu.c:1387
+#: ../src/cairo-dock-menu.c:1629
 msgid "Unmaximise"
 msgstr "Аднавіць ранейшы памер"
 
-#: ../src/cairo-dock-menu.c:1387
+#: ../src/cairo-dock-menu.c:1629
 msgid "Maximise"
 msgstr "Разгарнуць на ўвесь экран"
 
-#: ../src/cairo-dock-menu.c:1392 ../src/cairo-dock-menu.c:1394
+#: ../src/cairo-dock-menu.c:1634 ../src/cairo-dock-menu.c:1636
 msgid "Minimise"
 msgstr "Згарнуць"
 
-#: ../src/cairo-dock-menu.c:1392 ../src/cairo-dock-menu.c:1400
-#: ../src/help/applet-notifications.c:218
+#: ../src/cairo-dock-menu.c:1634 ../src/cairo-dock-menu.c:1641
+#: ../src/cairo-dock-menu.c:1649 ../src/help/applet-notifications.c:247
 msgid "middle-click"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1400 ../src/cairo-dock-menu.c:1402
-#: ../data/messages:731
+#: ../src/cairo-dock-menu.c:1641 ../src/cairo-dock-menu.c:1643
+#: ../data/messages:751
+msgid "Lower"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1649 ../src/cairo-dock-menu.c:1651
+#: ../data/messages:745
 msgid "Close"
 msgstr "Закрыць"
 
-#: ../src/cairo-dock-menu.c:1422
+#: ../src/cairo-dock-menu.c:1667
 msgid "Move all to this desktop"
 msgstr "Перамясціць ўсё на гэты рабочы стол"
 
-#: ../src/cairo-dock-menu.c:1428
+#: ../src/cairo-dock-menu.c:1673
 msgid "Show all"
 msgstr "Паказаць усе"
 
-#: ../src/cairo-dock-menu.c:1430
+#: ../src/cairo-dock-menu.c:1675
 msgid "Minimise all"
 msgstr "Згарнуць усе"
 
-#: ../src/cairo-dock-menu.c:1432
+#: ../src/cairo-dock-menu.c:1677
 msgid "Close all"
 msgstr "Зачыніць усе"
 
-#: ../src/cairo-dock-menu.c:1460
-msgid "Detach this applet"
-msgstr "Адмацаваць гэты аплет"
-
-#: ../src/cairo-dock-menu.c:1460
-msgid "Return to the dock"
-msgstr "Вярнуць на панэль"
-
-#: ../src/cairo-dock-menu.c:1463
-msgid "Remove this applet"
-msgstr "Выдаліць гэты аплет"
-
-#: ../src/cairo-dock-menu.c:1467
-msgid "Launch another instance of this applet"
-msgstr "Запусціць яшчэ копію гэтага аплета"
-
-#: ../src/cairo-dock-menu.c:1502 ../data/messages:361
+#: ../src/cairo-dock-menu.c:1698 ../data/messages:361
 msgid "Normal"
 msgstr "Нармальны"
 
-#: ../src/cairo-dock-menu.c:1508 ../data/messages:427 ../data/messages:595
-#: ../data/messages:1643
+#: ../src/cairo-dock-menu.c:1704 ../data/messages:427 ../data/messages:599
+#: ../data/messages:1633
 msgid "Always on top"
 msgstr "Заўсёды наверсе"
 
-#: ../src/cairo-dock-menu.c:1515
+#: ../src/cairo-dock-menu.c:1711
 msgid "Always below"
 msgstr "Заўсёды ззаду"
 
-#: ../src/cairo-dock-menu.c:1533 ../data/messages:369
+#: ../src/cairo-dock-menu.c:1728 ../data/messages:369
 msgid "Reserve space"
 msgstr "Рэзерваваць месца"
 
-#: ../src/cairo-dock-menu.c:1540
+#: ../src/cairo-dock-menu.c:1735
 msgid "On all desktops"
 msgstr "На ўсіх працоўных сталах"
 
-#: ../src/cairo-dock-menu.c:1546
+#: ../src/cairo-dock-menu.c:1741
 msgid "Lock position"
 msgstr "Замацаваць месцазнаходжанне"
 
-#: ../src/cairo-dock-user-interaction.c:405
+#: ../src/cairo-dock-user-interaction.c:416
 msgid ""
 "The option 'overwrite X icons' has been automatically enabled in the "
 "config.\n"
@@ -770,118 +837,116 @@
 "Параметр \"'замясціць значкі прыкладанняў\" быў аўтаматычна усталяваны.\n"
 "Ён размешчаны ў модулі \"Панэль задач\"."
 
-#: ../src/cairo-dock.c:148
+#: ../src/cairo-dock.c:147
 #, c-format
 msgid "Happy new year %d !!!"
 msgstr ""
 
-#: ../src/cairo-dock.c:317
+#: ../src/cairo-dock.c:320
 msgid "Use Cairo backend."
 msgstr ""
 
-#: ../src/cairo-dock.c:320
+#: ../src/cairo-dock.c:323
 msgid "Use OpenGL backend."
 msgstr ""
 
-#: ../src/cairo-dock.c:324
-msgid ""
-"Force Glitz backend (hardware acceleration for cairo, needs a glitz-enabled "
-"libcairo)."
-msgstr ""
-
-#: ../src/cairo-dock.c:328
+#: ../src/cairo-dock.c:326
 msgid ""
 "Use OpenGL backend with indirect rendering. There are very few case where "
 "this option should be used."
 msgstr ""
 
-#: ../src/cairo-dock.c:331
+#: ../src/cairo-dock.c:329
+msgid "Ask again on startup which backend to use."
+msgstr ""
+
+#: ../src/cairo-dock.c:332
 msgid "Force the dock to consider this environnement - use it with care."
 msgstr ""
 
-#: ../src/cairo-dock.c:334
+#: ../src/cairo-dock.c:335
 msgid ""
 "Force the dock to load from this directory, instead of ~/.config/cairo-dock."
 msgstr ""
 
-#: ../src/cairo-dock.c:337
+#: ../src/cairo-dock.c:338
 msgid ""
 "Address of a server containing additional themes. This will overwrite the "
 "default server address."
 msgstr ""
 
-#: ../src/cairo-dock.c:340
+#: ../src/cairo-dock.c:341
 msgid ""
 "Wait for N seconds before starting; this is useful if you notice some "
 "problems when the dock starts with the session."
 msgstr ""
 
-#: ../src/cairo-dock.c:343
+#: ../src/cairo-dock.c:344
 msgid ""
 "Allow to edit the config before the dock is started and show the config "
 "panel on start."
 msgstr ""
 
-#: ../src/cairo-dock.c:346
+#: ../src/cairo-dock.c:347
 msgid "Exclude a given plug-in from activating (it is still loaded though)."
 msgstr ""
 
-#: ../src/cairo-dock.c:349
+#: ../src/cairo-dock.c:350
 msgid "Don't load any plug-ins."
 msgstr ""
 
-#: ../src/cairo-dock.c:352
+#: ../src/cairo-dock.c:353
 msgid ""
 "Log verbosity (debug,message,warning,critical,error); default is warning."
 msgstr ""
 
-#: ../src/cairo-dock.c:355
+#: ../src/cairo-dock.c:356
 msgid "Force to display some output messages with colors."
 msgstr ""
 
-#: ../src/cairo-dock.c:358
+#: ../src/cairo-dock.c:359
 msgid "Print version and quit."
 msgstr ""
 
-#: ../src/cairo-dock.c:361
+#: ../src/cairo-dock.c:362
 msgid "Lock the dock so that any modification is impossible for users."
 msgstr ""
 
-#: ../src/cairo-dock.c:365
+#: ../src/cairo-dock.c:366
 msgid "Keep the dock above other windows whatever."
 msgstr ""
 
-#: ../src/cairo-dock.c:368
+#: ../src/cairo-dock.c:369
 msgid "Don't make the dock appear on all desktops."
 msgstr ""
 
-#: ../src/cairo-dock.c:371
+#: ../src/cairo-dock.c:372
 msgid "Cairo-Dock makes anything, including coffee !"
 msgstr ""
 
-#: ../src/cairo-dock.c:374
+#: ../src/cairo-dock.c:375
 msgid ""
 "Ask the dock to load additionnal modules contained in this directory (though "
 "it is unsafe for your dock to load unnofficial modules)."
 msgstr ""
 
-#: ../src/cairo-dock.c:377
+#: ../src/cairo-dock.c:378
 msgid ""
 "For debugging purpose only. The crash manager will not be started to hunt "
 "down the bugs."
 msgstr ""
 
-#: ../src/cairo-dock.c:380
+#: ../src/cairo-dock.c:381
 msgid ""
 "For debugging purpose only. Some hidden and still unstable options will be "
 "activated."
 msgstr ""
 
-#: ../src/cairo-dock.c:499
+#: ../src/cairo-dock.c:502
 msgid "Use OpenGL in Cairo-Dock"
 msgstr "Выкарыстаць OpenGL у Cairo-Dock?"
 
-#: ../src/cairo-dock.c:507
+#: ../src/cairo-dock.c:510
 msgid ""
 "OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
 "the minimum.\n"
@@ -904,11 +969,11 @@
 "  або з опцией -o для прымусовага OpenGL, або з опцией -c для прымусовага "
 "cairo.)"
 
-#: ../src/cairo-dock.c:512
+#: ../src/cairo-dock.c:521
 msgid "Remember this choice"
 msgstr "Запомніць мой выбар"
 
-#: ../src/cairo-dock.c:749
+#: ../src/cairo-dock.c:775
 #, c-format
 msgid ""
 "The module '%s' may have encountered a problem.\n"
@@ -937,77 +1002,86 @@
 "Не атрымалася знайсці тэму для датчыка; будзе выкарыстана стандартная.\n"
 " Вы можаце змяніць яе ў настройках гэтага модуля. Зрабіць гэта зараз?"
 
-#: ../src/gldit/cairo-dock-applet-facility.h:374
-msgid "Applet's handbook"
-msgstr "Даведка па аплетаў"
-
-#: ../src/gldit/cairo-dock-desklet-manager.c:860
+#: ../src/gldit/cairo-dock-desklet-manager.c:858
 msgid "_custom decoration_"
 msgstr "_Уласнае афармленне_"
 
-#: ../src/gldit/cairo-dock-dock-manager.c:333
+#: ../src/gldit/cairo-dock-dock-manager.c:363
 msgid "Bottom dock"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-dock-manager.c:335
+#: ../src/gldit/cairo-dock-dock-manager.c:365
 msgid "Top dock"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-dock-manager.c:340
+#: ../src/gldit/cairo-dock-dock-manager.c:370
 msgid "Right dock"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-dock-manager.c:342
+#: ../src/gldit/cairo-dock-dock-manager.c:372
 msgid "Left dock"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:236
+#: ../src/gldit/cairo-dock-dock-manager.c:1632
+#: ../src/gldit/cairo-dock-dock-manager.c:1733
+msgid "Pop up the main dock"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:243
 #, c-format
 msgid "by %s"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:248
+#: ../src/gldit/cairo-dock-gui-factory.c:255
 msgid "kB"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:250
+#: ../src/gldit/cairo-dock-gui-factory.c:257
 msgid "MB"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:259
+#: ../src/gldit/cairo-dock-gui-factory.c:266
 msgid "Local"
 msgstr "Лакальная"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:260
+#: ../src/gldit/cairo-dock-gui-factory.c:267
 msgid "User"
 msgstr "Свая"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:261
+#: ../src/gldit/cairo-dock-gui-factory.c:268
 msgid "Net"
 msgstr "З сеткі"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:262
+#: ../src/gldit/cairo-dock-gui-factory.c:269
 msgid "New"
 msgstr "Новая"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:263
+#: ../src/gldit/cairo-dock-gui-factory.c:270
 msgid "Updated"
 msgstr "Абноўлена"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:983
+#: ../src/gldit/cairo-dock-gui-factory.c:724
+msgid "Pick up a file"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:724
+msgid "Pick up a directory"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:984
 msgid "_Custom Icons_"
 msgstr "_Наладзіць тэму_"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1347
+#: ../src/gldit/cairo-dock-gui-factory.c:1348
 msgid "Rate me"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1446
-#: ../src/gldit/cairo-dock-gui-factory.c:1448
+#: ../src/gldit/cairo-dock-gui-factory.c:1447
+#: ../src/gldit/cairo-dock-gui-factory.c:1449
 msgid "You must try the theme before you can rate it."
 msgstr "Перш чым ставіць рэйтынг, вы павінны паспрабаваць тэму."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1471
+#: ../src/gldit/cairo-dock-gui-factory.c:1472
 #, c-format
 msgid ""
 "The '%s' module was not found.\n"
@@ -1018,7 +1092,7 @@
 "Пераканайцеся, што вы ўстанавілі версію гэтага модуля ідэнтычную версіі "
 "самой панэлі."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1480
+#: ../src/gldit/cairo-dock-gui-factory.c:1481
 #, c-format
 msgid ""
 "The '%s' plug-in is not active.\n"
@@ -1027,33 +1101,33 @@
 "Плягін '%s' не актыўны.\n"
 "Актываваць яго зараз?"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2252
-#: ../src/gldit/cairo-dock-gui-factory.c:2831
+#: ../src/gldit/cairo-dock-gui-factory.c:2329
+#: ../src/gldit/cairo-dock-gui-factory.c:2912
 #, c-format
 msgid "Listing themes in '%s' ..."
 msgstr "Спіс тым з '%s' ..."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2769
+#: ../src/gldit/cairo-dock-gui-factory.c:2846
 msgid "Theme"
 msgstr "тэма"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2782
+#: ../src/gldit/cairo-dock-gui-factory.c:2859
 msgid "Rating"
 msgstr "рэйтынг"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2788
+#: ../src/gldit/cairo-dock-gui-factory.c:2865
 msgid "Sobriety"
 msgstr "умеранасць"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2857
+#: ../src/gldit/cairo-dock-gui-factory.c:2938
 msgid "link"
 msgstr "спасылка"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2910
+#: ../src/gldit/cairo-dock-gui-factory.c:2991
 msgid "Grab"
 msgstr "захапіць"
 
-#: ../src/gldit/cairo-dock-struct.h:419
+#: ../src/gldit/cairo-dock-struct.h:423
 msgid "Default"
 msgstr "па змоўчванні"
 
@@ -1066,21 +1140,19 @@
 msgid "Last modification on:"
 msgstr "Апошнія змяненні:"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:276
+#: ../src/gldit/cairo-dock-themes-manager.c:272
 #, c-format
 msgid ""
-"Could not access remote file %s/%s. Maybe the server is down.\n"
+"Could not access remote file %s. Maybe the server is down.\n"
 "Please retry later or contact us at glx-dock.org."
 msgstr ""
-"не ўдалося атрымаць файл %s/%s, магчыма сервер не працуе.\n"
-"Паспрабуйце пазьней ці зьвяжыцеся з намі на glx-dock.org."
 
-#: ../src/gldit/cairo-dock-themes-manager.c:291
+#: ../src/gldit/cairo-dock-themes-manager.c:286
 #, c-format
 msgid "Are you sure you want to delete theme %s?"
 msgstr "Вы ўпэўненыя, што жадаеце выдаліць тэму %s ?"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:293
+#: ../src/gldit/cairo-dock-themes-manager.c:288
 msgid "Are you sure you want to delete these themes?"
 msgstr "Вы ўпэўненыя, што жадаеце выдаліць гэтыя тэмы?"
 
@@ -1129,72 +1201,85 @@
 "симулировать яе; гэтая опцыя знаходзіцца ў модулі канфігурацыі 'Сістэма', у "
 "самым версе акна."
 
-#: ../src/help/applet-notifications.c:169
-msgid "Unity is already disabled."
+#: ../src/help/applet-init.c:31
+msgid ""
+"This applet is made to help you.\n"
+"Click on its icon to pop up useful tips about the possibilities of Cairo-"
+"Dock.\n"
+"Middle-click to open the configuration window.\n"
+"Right-click to access some troubleshooting actions."
 msgstr ""
 
-#: ../src/help/applet-notifications.c:218
+#: ../src/help/applet-notifications.c:247
 msgid "Open global settings"
 msgstr ""
 
-#: ../src/help/applet-notifications.c:223
+#: ../src/help/applet-notifications.c:252
 msgid "Activate composite"
 msgstr ""
 
-#: ../src/help/applet-notifications.c:225
+#: ../src/help/applet-notifications.c:254
 msgid "Disable the gnome-panel"
 msgstr ""
 
-#: ../src/help/applet-notifications.c:227
+#: ../src/help/applet-notifications.c:256
 msgid "Disable Unity"
 msgstr ""
 
-#: ../src/help/applet-notifications.c:229
+#: ../src/help/applet-notifications.c:258
 msgid "Online help"
 msgstr ""
 
-#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:128
+#: ../src/help/applet-tips-dialog.c:152
+msgid "Tips and Tricks"
+msgstr ""
+
+#: ../src/help/applet-tips-dialog.c:307
+msgid "Category"
+msgstr ""
+
+#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:119
 msgid "Enter a command"
 msgstr ""
 
-#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:129
+#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:120
 msgid "New launcher"
 msgstr ""
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:445
-#: ../data/messages:613
+#: ../src/implementations/cairo-dock-hiding-effect.c:596 ../data/messages:445
+#: ../data/messages:617
 msgid "Move down"
 msgstr "Перамясціць уніз"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:447
-#: ../data/messages:615
+#: ../src/implementations/cairo-dock-hiding-effect.c:604 ../data/messages:447
+#: ../data/messages:619
 msgid "Fade out"
 msgstr "Зацямніць"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:449
-#: ../data/messages:617
+#: ../src/implementations/cairo-dock-hiding-effect.c:612 ../data/messages:449
+#: ../data/messages:621
 msgid "Semi transparent"
 msgstr "Полупразрыстасць"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:451
-#: ../data/messages:619
+#: ../src/implementations/cairo-dock-hiding-effect.c:621 ../data/messages:451
+#: ../data/messages:623
 msgid "Zoom out"
 msgstr "Паменшыць маштаб"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:453
-#: ../data/messages:621
+#: ../src/implementations/cairo-dock-hiding-effect.c:629 ../data/messages:453
+#: ../data/messages:625
 msgid "Folding"
 msgstr "Згортванне"
 
-#: ../data/messages:1 ../data/messages:1283
+#: ../data/messages:1 ../data/messages:1273
 msgid "General"
 msgstr ""
 
-#: ../data/messages:3 ../data/messages:1285
+#: ../data/messages:3 ../data/messages:1275
 msgid "Using the dock"
 msgstr ""
 
-#: ../data/messages:5 ../data/messages:1287
+#: ../data/messages:5 ../data/messages:1277
 msgid ""
 "Most icons in the dock have several actions: the primary action on left-"
 "click, a secondary action on middle-click, and additionnal actions on right-"
@@ -1203,11 +1288,11 @@
 "sould be on middle-click."
 msgstr ""
 
-#: ../data/messages:7 ../data/messages:1289
+#: ../data/messages:7 ../data/messages:1279
 msgid "Adding features"
 msgstr ""
 
-#: ../data/messages:9 ../data/messages:1291
+#: ../data/messages:9 ../data/messages:1281
 msgid ""
 "Cairo-Dock has a lot of applets. Applets are small applications that live "
 "inside the dock, for instance a clock or a log-out button.\n"
@@ -1218,11 +1303,11 @@
 "and then just drag-and-drop the link of an applet into your dock."
 msgstr ""
 
-#: ../data/messages:13 ../data/messages:1295
+#: ../data/messages:13 ../data/messages:1285
 msgid "Adding a launcher"
 msgstr ""
 
-#: ../data/messages:15 ../data/messages:1297
+#: ../data/messages:15 ../data/messages:1287
 msgid ""
 "You can add a launcher by drag-and-dropping it from the Applications Menu "
 "into the dock. An animated arrow will appear when you can drop.\n"
@@ -1230,21 +1315,21 @@
 "its icon and select \"make it a launcher\"."
 msgstr ""
 
-#: ../data/messages:17 ../data/messages:1299
+#: ../data/messages:17 ../data/messages:1289
 msgid "Removing a launcher"
 msgstr ""
 
-#: ../data/messages:19 ../data/messages:1301
+#: ../data/messages:19 ../data/messages:1291
 msgid ""
 "You can remove a launcher by drag-and-dropping it outside the dock. A "
 "\"delete\" emblem will appear on it when you can drop it."
 msgstr ""
 
-#: ../data/messages:21 ../data/messages:1303
+#: ../data/messages:21 ../data/messages:1293
 msgid "Grouping icons into a sub-dock"
 msgstr ""
 
-#: ../data/messages:23 ../data/messages:1305
+#: ../data/messages:23 ../data/messages:1295
 msgid ""
 "You can group icons into a \"sub-dock\".\n"
 "To add a sub-dock, right-click on the dock -> add -> a sub-dock.\n"
@@ -1252,11 +1337,11 @@
 "dock -> select the sub-dock's name."
 msgstr ""
 
-#: ../data/messages:25 ../data/messages:1307
+#: ../data/messages:25 ../data/messages:1297
 msgid "Moving icons"
 msgstr ""
 
-#: ../data/messages:27 ../data/messages:1309
+#: ../data/messages:27 ../data/messages:1299
 msgid ""
 "You can drag any icon to a new location inside its dock.\n"
 "You can move an icon into another dock by right-clicking on it -> move to "
@@ -1265,7 +1350,7 @@
 "icon inside."
 msgstr ""
 
-#: ../data/messages:29 ../data/messages:1311
+#: ../data/messages:29 ../data/messages:1301
 msgid "Changing an icon's image"
 msgstr ""
 
@@ -1283,11 +1368,11 @@
 "window."
 msgstr ""
 
-#: ../data/messages:33 ../data/messages:1315
+#: ../data/messages:33 ../data/messages:1305
 msgid "Resizing icons"
 msgstr ""
 
-#: ../data/messages:35 ../data/messages:1317
+#: ../data/messages:35 ../data/messages:1307
 msgid ""
 "You can make the icons and the zoom effect smaller or bigger. Open the "
 "settings (right-click -> Cairo-Dock -> configure), and go to Appearance (or "
@@ -1298,11 +1383,11 @@
 "settings."
 msgstr ""
 
-#: ../data/messages:37 ../data/messages:1319
+#: ../data/messages:37 ../data/messages:1309
 msgid "Separating icons"
 msgstr ""
 
-#: ../data/messages:39 ../data/messages:1321
+#: ../data/messages:39 ../data/messages:1311
 msgid ""
 "You can add separators between icons by right-clicking on the dock -> add -> "
 "a separator.\n"
@@ -1312,11 +1397,11 @@
 "In the \"panel\" view, separators are represented as gap between icons."
 msgstr ""
 
-#: ../data/messages:43 ../data/messages:1325
+#: ../data/messages:43 ../data/messages:1315
 msgid "Using the dock as a taskbar"
 msgstr ""
 
-#: ../data/messages:45 ../data/messages:1327
+#: ../data/messages:45 ../data/messages:1317
 msgid ""
 "When an application is running, a corresponding icon will appear in the "
 "dock.\n"
@@ -1327,50 +1412,50 @@
 "the launcher, etc."
 msgstr ""
 
-#: ../data/messages:47 ../data/messages:1329
+#: ../data/messages:47 ../data/messages:1319
 msgid "Closing a window"
 msgstr ""
 
-#: ../data/messages:49 ../data/messages:1331
+#: ../data/messages:49 ../data/messages:1321
 msgid ""
 "You can close a window by middle-clicking on its icon (or from the menu)."
 msgstr ""
 
-#: ../data/messages:51 ../data/messages:1333
+#: ../data/messages:51 ../data/messages:1323
 msgid "Minimizing / restauring a window"
 msgstr ""
 
-#: ../data/messages:53 ../data/messages:1335
+#: ../data/messages:53 ../data/messages:1325
 msgid ""
 "Clicking on its icon will bring the window on top.\n"
 "When the window has the focus, clicking on its icon will minimize the window."
 msgstr ""
 
-#: ../data/messages:55 ../data/messages:1337
+#: ../data/messages:55 ../data/messages:1327
 msgid "Launching an application several times"
 msgstr ""
 
-#: ../data/messages:57 ../data/messages:1339
+#: ../data/messages:57 ../data/messages:1329
 msgid ""
 "You can launch an application several times by SHIFT+clicking on its icon "
 "(or from the menu)."
 msgstr ""
 
-#: ../data/messages:59 ../data/messages:1341
+#: ../data/messages:59 ../data/messages:1331
 msgid "Switching between the windows of a same application"
 msgstr ""
 
-#: ../data/messages:61 ../data/messages:1343
+#: ../data/messages:61 ../data/messages:1333
 msgid ""
 "With your mouse, scroll up/down on one of the icons of the application. Each "
 "time you scroll, the next/previous window will be presented to you."
 msgstr ""
 
-#: ../data/messages:63 ../data/messages:1345
+#: ../data/messages:63 ../data/messages:1335
 msgid "Grouping windows of a given application"
 msgstr ""
 
-#: ../data/messages:65 ../data/messages:1347
+#: ../data/messages:65 ../data/messages:1337
 msgid ""
 "When an application has several windows, one icon for each window will "
 "appear in the dock; they will be grouped togather into a sub-dock.\n"
@@ -1378,19 +1463,19 @@
 "side-by-side (if your Window Manager is able to do that)."
 msgstr ""
 
-#: ../data/messages:67 ../data/messages:1349
+#: ../data/messages:67 ../data/messages:1339
 msgid "Setting a custom icon for an application"
 msgstr ""
 
-#: ../data/messages:69 ../data/messages:1351
+#: ../data/messages:69 ../data/messages:1341
 msgid "See \"Changing an icon's image\" in the \"Icons\" category."
 msgstr ""
 
-#: ../data/messages:71 ../data/messages:1353
+#: ../data/messages:71 ../data/messages:1343
 msgid "Showing windows preview over the icons"
 msgstr ""
 
-#: ../data/messages:73 ../data/messages:1355
+#: ../data/messages:73 ../data/messages:1345
 msgid ""
 "You need to run Compiz, and enable the \"Window Preview\" plug-in in Compiz. "
 "Install \"ccsm\" to be able to configure Compiz."
@@ -1398,26 +1483,26 @@
 
 #: ../data/messages:75 ../data/messages:197 ../data/messages:217
 #: ../data/messages:255 ../data/messages:297 ../data/messages:301
-#: ../data/messages:307 ../data/messages:311 ../data/messages:1357
-#: ../data/messages:1479 ../data/messages:1499 ../data/messages:1537
-#: ../data/messages:1579 ../data/messages:1583 ../data/messages:1589
-#: ../data/messages:1593 ../data/messages:1597 ../data/messages:1601
+#: ../data/messages:307 ../data/messages:311 ../data/messages:1347
+#: ../data/messages:1469 ../data/messages:1489 ../data/messages:1527
+#: ../data/messages:1569 ../data/messages:1573 ../data/messages:1579
+#: ../data/messages:1583 ../data/messages:1587 ../data/messages:1591
 msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
 msgstr ""
 
-#: ../data/messages:77 ../data/messages:1359
+#: ../data/messages:77 ../data/messages:1349
 msgid "If you're using Compiz, you can click on this button:"
 msgstr ""
 
-#: ../data/messages:79 ../data/messages:1361
+#: ../data/messages:79 ../data/messages:1351
 msgid "Docks"
 msgstr ""
 
-#: ../data/messages:81 ../data/messages:1363
+#: ../data/messages:81 ../data/messages:1353
 msgid "Positionning the dock on the screen"
 msgstr ""
 
-#: ../data/messages:83 ../data/messages:1365
+#: ../data/messages:83 ../data/messages:1355
 msgid ""
 "The dock can be placed anywhere on the screen.\n"
 "In the case of the main dock, right-click -> Cairo-Dock -> configure, and "
@@ -1426,11 +1511,11 @@
 "dock, and then select the position you want."
 msgstr ""
 
-#: ../data/messages:85 ../data/messages:1367
+#: ../data/messages:85 ../data/messages:1357
 msgid "Hiding the dock to use all the screen"
 msgstr ""
 
-#: ../data/messages:87 ../data/messages:1369
+#: ../data/messages:87 ../data/messages:1359
 msgid ""
 "The dock can hide itself to let all the screen for applications. But it can "
 "also be always visible like a panel.\n"
@@ -1440,39 +1525,39 @@
 "dock, and then select the visibility you want."
 msgstr ""
 
-#: ../data/messages:89 ../data/messages:1371
+#: ../data/messages:89 ../data/messages:1361
 msgid "Having more than one dock"
 msgstr ""
 
 #: ../data/messages:91 ../data/messages:95 ../data/messages:99
-#: ../data/messages:1373 ../data/messages:1377 ../data/messages:1381
+#: ../data/messages:1363 ../data/messages:1367 ../data/messages:1371
 msgid "TODO"
 msgstr ""
 
-#: ../data/messages:93 ../data/messages:1375
+#: ../data/messages:93 ../data/messages:1365
 msgid "Deleting a dock"
 msgstr ""
 
-#: ../data/messages:97 ../data/messages:1379
+#: ../data/messages:97 ../data/messages:1369
 msgid "Changing the look of a dock"
 msgstr ""
 
-#: ../data/messages:103 ../data/messages:1385
+#: ../data/messages:103 ../data/messages:1375
 msgid "Placing applets on your desktop"
 msgstr ""
 
-#: ../data/messages:105 ../data/messages:1387
+#: ../data/messages:105 ../data/messages:1377
 msgid ""
 "Applets can live inside desklets, which are small windows that can be placed "
 "wherever on your desktop.\n"
 "To detach an applet from the dock, simply drag and drop it outside the dock."
 msgstr ""
 
-#: ../data/messages:107 ../data/messages:1389
+#: ../data/messages:107 ../data/messages:1379
 msgid "Moving desklets"
 msgstr ""
 
-#: ../data/messages:109 ../data/messages:1391
+#: ../data/messages:109 ../data/messages:1381
 msgid ""
 "Desklets can be moved anywhere simply with the mouse.\n"
 "They can also be rotated by dragging the small arrows on the top and left "
@@ -1481,11 +1566,11 @@
 "clicking on it -> \"lock position\". To unlock it, de-select this option."
 msgstr ""
 
-#: ../data/messages:111 ../data/messages:1393
+#: ../data/messages:111 ../data/messages:1383
 msgid "Placing desklets"
 msgstr ""
 
-#: ../data/messages:113 ../data/messages:1395
+#: ../data/messages:113 ../data/messages:1385
 msgid ""
 "From the menu (right-click -> visibility), you can also decide to keep it "
 "above other windows, or on the Widget Layer (if you use Compiz), or make a "
@@ -1496,26 +1581,26 @@
 "the small bottom-right button."
 msgstr ""
 
-#: ../data/messages:115 ../data/messages:1397
+#: ../data/messages:115 ../data/messages:1387
 msgid "Changing the desklets decorations"
 msgstr ""
 
-#: ../data/messages:117 ../data/messages:1399
+#: ../data/messages:117 ../data/messages:1389
 msgid ""
 "Desklets can have decorations. To change that, open the settings of the "
 "applet, go to Desklet, and select the decoration you want (you can provide "
 "your own one)."
 msgstr ""
 
-#: ../data/messages:119 ../data/messages:1401
+#: ../data/messages:119 ../data/messages:1391
 msgid "Useful Features"
 msgstr ""
 
-#: ../data/messages:121 ../data/messages:1403
+#: ../data/messages:121 ../data/messages:1393
 msgid "Having a calendar with tasks"
 msgstr ""
 
-#: ../data/messages:123 ../data/messages:1405
+#: ../data/messages:123 ../data/messages:1395
 msgid ""
 "Activate the Clock applet.\n"
 "Clicking on it will display a calendar.\n"
@@ -1525,11 +1610,11 @@
 "(15mn before the event, and also 1 day before in the case of an anniversary)."
 msgstr ""
 
-#: ../data/messages:125 ../data/messages:1407
+#: ../data/messages:125 ../data/messages:1397
 msgid "Having a list of all windows"
 msgstr ""
 
-#: ../data/messages:127 ../data/messages:1409
+#: ../data/messages:127 ../data/messages:1399
 msgid ""
 "Activate the Switcher applet.\n"
 "Right-clicking on it will give you access to a list containing all the "
@@ -1539,43 +1624,43 @@
 "You can bind this action to the middle-click."
 msgstr ""
 
-#: ../data/messages:129 ../data/messages:1411
+#: ../data/messages:129 ../data/messages:1401
 msgid "Showing all the desktops"
 msgstr ""
 
-#: ../data/messages:131 ../data/messages:1413
+#: ../data/messages:131 ../data/messages:1403
 msgid ""
 "Activate either the Switcher applet or the Show-Desktop applet.\n"
 "Right-click on it -> \"show all the desktop\".\n"
 "You can bind this action to the middle-click."
 msgstr ""
 
-#: ../data/messages:133 ../data/messages:1415
+#: ../data/messages:133 ../data/messages:1405
 msgid "Changing the screen resolution"
 msgstr ""
 
-#: ../data/messages:135 ../data/messages:1417
+#: ../data/messages:135 ../data/messages:1407
 msgid ""
 "Activate the Show-Desktop applet.\n"
 "Right-click on it -> \"change resolution\" -> select the one you want."
 msgstr ""
 
-#: ../data/messages:137 ../data/messages:1419
+#: ../data/messages:137 ../data/messages:1409
 msgid "Locking your session"
 msgstr ""
 
-#: ../data/messages:139 ../data/messages:1421
+#: ../data/messages:139 ../data/messages:1411
 msgid ""
 "Activate the Log-out applet.\n"
 "Right-click on it -> \"lock screen\".\n"
 "You can bind this action to the middle-click."
 msgstr ""
 
-#: ../data/messages:141 ../data/messages:1423
+#: ../data/messages:141 ../data/messages:1413
 msgid "Quick-launching a program from keyboard (replacing ALT+F2)"
 msgstr ""
 
-#: ../data/messages:143 ../data/messages:1425
+#: ../data/messages:143 ../data/messages:1415
 msgid ""
 "Activate the Applications Menu applet.\n"
 "Middle-click on it, or right-click -> \"quick-launch\".\n"
@@ -1584,11 +1669,11 @@
 "completed into \"firefox\")."
 msgstr ""
 
-#: ../data/messages:145 ../data/messages:1427
+#: ../data/messages:145 ../data/messages:1417
 msgid "Turning Composite OFF during games"
 msgstr ""
 
-#: ../data/messages:147 ../data/messages:1429
+#: ../data/messages:147 ../data/messages:1419
 msgid ""
 "Activate the Composite Manager applet.\n"
 "Clicking on it will disable the Composite, which often makes games more "
@@ -1596,11 +1681,11 @@
 "Clicking again on it will enable the Composite."
 msgstr ""
 
-#: ../data/messages:149 ../data/messages:1431
+#: ../data/messages:149 ../data/messages:1421
 msgid "Seeing the hourly weather forecast"
 msgstr ""
 
-#: ../data/messages:151 ../data/messages:1433
+#: ../data/messages:151 ../data/messages:1423
 msgid ""
 "Activate the Weather applet.\n"
 "Open its settings, go to Configure, and type the name of your city. Press "
@@ -1610,11 +1695,11 @@
 "forecast for this day."
 msgstr ""
 
-#: ../data/messages:153 ../data/messages:1435
+#: ../data/messages:153 ../data/messages:1425
 msgid "Adding a file or a web page into the dock"
 msgstr ""
 
-#: ../data/messages:155 ../data/messages:1437
+#: ../data/messages:155 ../data/messages:1427
 msgid ""
 "Simply drag a file or an html link and drop it onto the dock (an animated "
 "arrow should appear when you can drop).\n"
@@ -1624,22 +1709,22 @@
 "directly."
 msgstr ""
 
-#: ../data/messages:157 ../data/messages:1439
+#: ../data/messages:157 ../data/messages:1429
 msgid "Importing a folder into the dock"
 msgstr ""
 
-#: ../data/messages:159 ../data/messages:1441
+#: ../data/messages:159 ../data/messages:1431
 msgid ""
 "Simply drag a folder and drop it onto the dock (an animated arrow should "
 "appear when you can drop).\n"
 "You can choose to import the folder's files or not."
 msgstr ""
 
-#: ../data/messages:161 ../data/messages:1443
+#: ../data/messages:161 ../data/messages:1433
 msgid "Accessing the recent events"
 msgstr ""
 
-#: ../data/messages:163 ../data/messages:1445
+#: ../data/messages:163 ../data/messages:1435
 msgid ""
 "Activate the Recent-Events applet.\n"
 "You need to have the Zeitgeist daemon to be running. Install it if it's not "
@@ -1649,11 +1734,11 @@
 "quickly."
 msgstr ""
 
-#: ../data/messages:165 ../data/messages:1447
+#: ../data/messages:165 ../data/messages:1437
 msgid "Quickly opening a recent file with a launcher"
 msgstr ""
 
-#: ../data/messages:167 ../data/messages:1449
+#: ../data/messages:167 ../data/messages:1439
 msgid ""
 "Activate the Recent-Events applet.\n"
 "You need to have the Zeitgeist daemon to be running. Install it if it's not "
@@ -1662,11 +1747,11 @@
 "opened with this launcher will appear in its menu."
 msgstr ""
 
-#: ../data/messages:169 ../data/messages:1451
+#: ../data/messages:169 ../data/messages:1441
 msgid "Accessing disks"
 msgstr ""
 
-#: ../data/messages:171 ../data/messages:1453
+#: ../data/messages:171 ../data/messages:1443
 msgid ""
 "Activate the Shortcuts applet.\n"
 "Then all the disks (including USB key or external hard drives) will be "
@@ -1674,7 +1759,7 @@
 "To unmount a disk before disconnecting it, middle-click on its icon."
 msgstr ""
 
-#: ../data/messages:173 ../data/messages:1455
+#: ../data/messages:173 ../data/messages:1445
 msgid "Accessing folder bookmarks"
 msgstr ""
 
@@ -1687,11 +1772,11 @@
 "To remove a bookmark, right-click on its icon -> remove"
 msgstr ""
 
-#: ../data/messages:177 ../data/messages:1459
+#: ../data/messages:177 ../data/messages:1449
 msgid "Having multiple instances of an applet"
 msgstr ""
 
-#: ../data/messages:179 ../data/messages:1461
+#: ../data/messages:179 ../data/messages:1451
 msgid ""
 "Some applets can have several instances running at the same time: Clock, "
 "Stack, Weather, ...\n"
@@ -1701,22 +1786,22 @@
 "the weather in different cities."
 msgstr ""
 
-#: ../data/messages:181 ../data/messages:1463
+#: ../data/messages:181 ../data/messages:1453
 msgid "Adding / removing a desktop"
 msgstr ""
 
-#: ../data/messages:183 ../data/messages:1465
+#: ../data/messages:183 ../data/messages:1455
 msgid ""
 "Activate the Switcher applet.\n"
 "Right-click on it -> \"add a desktop\" or \"remove this desktop\".\n"
 "You can even name each of them."
 msgstr ""
 
-#: ../data/messages:185 ../data/messages:1467
+#: ../data/messages:185 ../data/messages:1457
 msgid "Controling the sound volume"
 msgstr ""
 
-#: ../data/messages:187 ../data/messages:1469
+#: ../data/messages:187 ../data/messages:1459
 msgid ""
 "Activate the Sound Volume applet.\n"
 "Then scroll up/down to increase/decrease the sound.\n"
@@ -1724,22 +1809,22 @@
 "Middle-click will mute/unmute."
 msgstr ""
 
-#: ../data/messages:189 ../data/messages:1471
+#: ../data/messages:189 ../data/messages:1461
 msgid "Controling the screen brightness"
 msgstr ""
 
-#: ../data/messages:191 ../data/messages:1473
+#: ../data/messages:191 ../data/messages:1463
 msgid ""
 "Activate the Screen Luminosity applet.\n"
 "Then scroll up/down to increase/decrease the brightness.\n"
 "Alternatively, you can click on the icon and move the scroll bar."
 msgstr ""
 
-#: ../data/messages:193 ../data/messages:1475
+#: ../data/messages:193 ../data/messages:1465
 msgid "Removing completely the gnome-panel"
 msgstr ""
 
-#: ../data/messages:195 ../data/messages:1477
+#: ../data/messages:195 ../data/messages:1467
 msgid ""
 "Open gconf-editor, edit the key "
 "/desktop/gnome/session/required_components/panel, and replace its content "
@@ -1748,43 +1833,43 @@
 "dock has been started (if not, you can add it to the startup programs)."
 msgstr ""
 
-#: ../data/messages:199 ../data/messages:1481
+#: ../data/messages:199 ../data/messages:1471
 msgid ""
 "If you are on Gnome, you can click on this button in order to automatically "
 "modify this key:"
 msgstr ""
 
-#: ../data/messages:201 ../data/messages:1483
+#: ../data/messages:201 ../data/messages:1473
 msgid "Troubleshooting"
 msgstr ""
 
-#: ../data/messages:203 ../data/messages:1485
+#: ../data/messages:203 ../data/messages:1475
 msgid "If you have any question, don't hesitate to ask on our forum."
 msgstr ""
 
-#: ../data/messages:205 ../data/messages:1487
+#: ../data/messages:205 ../data/messages:1477
 msgid "Forum"
 msgstr ""
 
-#: ../data/messages:207 ../data/messages:1489
+#: ../data/messages:207 ../data/messages:1479
 msgid "Our wiki can also help you, it is more complete on some points."
 msgstr ""
 
-#: ../data/messages:209 ../data/messages:1491
+#: ../data/messages:209 ../data/messages:1481
 msgid "Wiki"
 msgstr ""
 
-#: ../data/messages:211 ../data/messages:1493
+#: ../data/messages:211 ../data/messages:1483
 msgid "I have a black background around my dock."
 msgstr ""
 
-#: ../data/messages:213 ../data/messages:1495
+#: ../data/messages:213 ../data/messages:1485
 msgid ""
 "Hint : If you have an ATI or an Intel card, you should try without OpenGL "
 "first, because their drivers are not yet perfect."
 msgstr ""
 
-#: ../data/messages:215 ../data/messages:1497
+#: ../data/messages:215 ../data/messages:1487
 msgid ""
 "You need to turn on compositing. For instance, you can run Compiz or "
 "xcompmgr. \n"
@@ -1795,28 +1880,28 @@
 "'/apps/metacity/general/compositing_manager' and set it to 'true'."
 msgstr ""
 
-#: ../data/messages:219 ../data/messages:1501
+#: ../data/messages:219 ../data/messages:1491
 msgid ""
 "If you're on Gnome with Metacity (without Compiz), you can click on this "
 "button:"
 msgstr ""
 
-#: ../data/messages:221 ../data/messages:1503
+#: ../data/messages:221 ../data/messages:1493
 msgid "My machine is too old to run a composite manager."
 msgstr ""
 
-#: ../data/messages:223 ../data/messages:1505
+#: ../data/messages:223 ../data/messages:1495
 msgid ""
 "Don't panic, Cairo-Dock can emulate the transparency.\n"
 "To get rid of the black background, simply enable the corresponding option "
 "in the end of the «System» module"
 msgstr ""
 
-#: ../data/messages:225 ../data/messages:1507
+#: ../data/messages:225 ../data/messages:1497
 msgid "The dock is horribly slow when I move the mouse into it."
 msgstr ""
 
-#: ../data/messages:227 ../data/messages:1509
+#: ../data/messages:227 ../data/messages:1499
 msgid ""
 "If you have an Nvidia GeForce8 graphics card, please install the latest "
 "drivers, as the first ones were really buggy.\n"
@@ -1826,32 +1911,32 @@
 "with «cairo-dock -c»."
 msgstr ""
 
-#: ../data/messages:229 ../data/messages:1511
+#: ../data/messages:229 ../data/messages:1501
 msgid "I don't have these wonderful effects like fire, cube rotating, etc."
 msgstr ""
 
-#: ../data/messages:231 ../data/messages:1513
+#: ../data/messages:231 ../data/messages:1503
 msgid ""
 "Tip: You can force OpenGL by launching the dock with «cairo-dock -o».but you "
 "might get a lot of visual artifacts."
 msgstr ""
 
-#: ../data/messages:233 ../data/messages:1515
+#: ../data/messages:233 ../data/messages:1505
 msgid ""
 "You need a graphics card with drivers that support OpenGL2.0. Most Nvidia "
 "cards can do this, as can more and more Intel cards. Most ATI cards do not "
 "support OpenGL2.0."
 msgstr ""
 
-#: ../data/messages:235 ../data/messages:1517
+#: ../data/messages:235 ../data/messages:1507
 msgid "I don't have any themes in the Theme Manager, except the default one."
 msgstr ""
 
-#: ../data/messages:237 ../data/messages:1519
+#: ../data/messages:237 ../data/messages:1509
 msgid "Hint : Up to version 2.1.1-2, wget was used."
 msgstr ""
 
-#: ../data/messages:239 ../data/messages:1521
+#: ../data/messages:239 ../data/messages:1511
 msgid ""
 "Be sure that you are connected to the Net.\n"
 " If your connection is very slow, you can increase the connection timeout in "
@@ -1861,17 +1946,17 @@
 "\"http_proxy\" environment variable)."
 msgstr ""
 
-#: ../data/messages:241 ../data/messages:1523
+#: ../data/messages:241 ../data/messages:1513
 msgid "The «netspeed» applet displays 0 even when I'm downloading something"
 msgstr ""
 
-#: ../data/messages:243 ../data/messages:1525
+#: ../data/messages:243 ../data/messages:1515
 msgid ""
 "Tip: you can run several instances of this applet if you wish to monitor "
 "several interfaces."
 msgstr ""
 
-#: ../data/messages:245 ../data/messages:1527
+#: ../data/messages:245 ../data/messages:1517
 msgid ""
 "You must tell the applet which interface you're using to connect to the Net "
 "(by default, this is «eth0»).\n"
@@ -1880,11 +1965,11 @@
 "something like «eth1», «ath0», or «wifi0».."
 msgstr ""
 
-#: ../data/messages:247 ../data/messages:1529
+#: ../data/messages:247 ../data/messages:1519
 msgid "The dustbin remains empty even when I delete a file."
 msgstr ""
 
-#: ../data/messages:249 ../data/messages:1531
+#: ../data/messages:249 ../data/messages:1521
 msgid ""
 "if you're using KDE, you may have to specify the path to the trash folder.\n"
 "Just edit the applet's configuration, and fill in the Trash path; it is "
@@ -1892,31 +1977,31 @@
 "here!!! (do not insert spaces or some invisible caracters)."
 msgstr ""
 
-#: ../data/messages:251 ../data/messages:1533
+#: ../data/messages:251 ../data/messages:1523
 msgid ""
 "There is no icon in the Applications Menu even though I enable the option."
 msgstr ""
 
-#: ../data/messages:253 ../data/messages:1535
+#: ../data/messages:253 ../data/messages:1525
 msgid ""
 "In Gnome, there is an option that override the dock's one. To enable icons "
 "in menus, open 'gconf-editor', go to Desktop / Gnome / Interface and enable "
 "the \"menus have icons\" and the \"buttons have icons\" options. "
 msgstr ""
 
-#: ../data/messages:257 ../data/messages:1539
+#: ../data/messages:257 ../data/messages:1529
 msgid "If you're on Gnome you can click on this button:"
 msgstr ""
 
-#: ../data/messages:259 ../data/messages:1541
+#: ../data/messages:259 ../data/messages:1531
 msgid "The Project"
 msgstr ""
 
-#: ../data/messages:261 ../data/messages:1543
+#: ../data/messages:261 ../data/messages:1533
 msgid "Join the project!"
 msgstr ""
 
-#: ../data/messages:263 ../data/messages:1545
+#: ../data/messages:263 ../data/messages:1535
 msgid ""
 "We value your help! If you see a bug, if you think something could be "
 "improved,\n"
@@ -1927,73 +2012,73 @@
 "we’ll be happy to integrate it on our server !"
 msgstr ""
 
-#: ../data/messages:265 ../data/messages:1547
+#: ../data/messages:265 ../data/messages:1537
 msgid ""
 "If you wish to develop an applet, a complete documentation is available here."
 msgstr ""
 
-#: ../data/messages:267 ../data/messages:1549
+#: ../data/messages:267 ../data/messages:1539
 msgid "Documentation"
 msgstr ""
 
-#: ../data/messages:269 ../data/messages:1551
+#: ../data/messages:269 ../data/messages:1541
 msgid ""
 "If you wish to develop an applet in Python, Perl or any other language,\n"
 "or to interact with the dock in any kind of way, a full DBus API is "
 "described here."
 msgstr ""
 
-#: ../data/messages:271 ../data/messages:1553
+#: ../data/messages:271 ../data/messages:1543
 msgid "DBus API"
 msgstr ""
 
-#: ../data/messages:273 ../data/messages:1555
+#: ../data/messages:273 ../data/messages:1545
 msgid ""
 "\n"
 "\n"
 "The Cairo-Dock Team"
 msgstr ""
 
-#: ../data/messages:275 ../data/messages:1557
+#: ../data/messages:275 ../data/messages:1547
 msgid "Websites"
 msgstr ""
 
-#: ../data/messages:277 ../data/messages:1559
+#: ../data/messages:277 ../data/messages:1549
 msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
 msgstr "Праблема? Прапанова? Хочаце з намі паразмаўляць? З задавальненнем!"
 
-#: ../data/messages:279 ../data/messages:1561
+#: ../data/messages:279 ../data/messages:1551
 msgid "Community site"
 msgstr "Сайт супольнасці"
 
-#: ../data/messages:285 ../data/messages:1567
+#: ../data/messages:285 ../data/messages:1557
 msgid "More applets available online!"
 msgstr ""
 
-#: ../data/messages:287 ../data/messages:1569
+#: ../data/messages:287 ../data/messages:1559
 msgid "Cairo-Dock-Plug-ins-Extras"
 msgstr "Дадатковыя плагіны для Cairo-Dock"
 
-#: ../data/messages:289 ../data/messages:1571
+#: ../data/messages:289 ../data/messages:1561
 msgid "Repositories"
 msgstr ""
 
-#: ../data/messages:291 ../data/messages:1573
+#: ../data/messages:291 ../data/messages:1563
 msgid ""
 "We maintain two repositories for Debian, Ubuntu and other Debian-forked:\n"
 " One for stable releases and another which is updated weekly (unstable "
 "version)"
 msgstr ""
 
-#: ../data/messages:293 ../data/messages:1575
+#: ../data/messages:293 ../data/messages:1565
 msgid "Debian/Ubuntu"
 msgstr ""
 
-#: ../data/messages:295 ../data/messages:1577
+#: ../data/messages:295 ../data/messages:1567
 msgid "Ubuntu"
 msgstr ""
 
-#: ../data/messages:299 ../data/messages:1581
+#: ../data/messages:299 ../data/messages:1571
 msgid ""
 "If you're on Ubuntu, you can add our 'stable' repository by clicking on this "
 "button:\n"
@@ -2001,7 +2086,7 @@
 "latest stable version."
 msgstr ""
 
-#: ../data/messages:303 ../data/messages:1585
+#: ../data/messages:303 ../data/messages:1575
 msgid ""
 "If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by "
 "clicking on this button:\n"
@@ -2009,11 +2094,11 @@
 "latest weekly version."
 msgstr ""
 
-#: ../data/messages:305 ../data/messages:1587
+#: ../data/messages:305 ../data/messages:1577
 msgid "Debian"
 msgstr ""
 
-#: ../data/messages:309 ../data/messages:1591
+#: ../data/messages:309 ../data/messages:1581
 msgid ""
 "If you're on Debian Stable, you can add our 'stable' repository by clicking "
 "on this button:\n"
@@ -2021,7 +2106,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:313 ../data/messages:1595
+#: ../data/messages:313 ../data/messages:1585
 msgid ""
 "If you're on Debian Unstable, you can add our 'stable' repository by "
 "clicking on this button:\n"
@@ -2029,8 +2114,8 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:315 ../data/messages:317 ../data/messages:1733
-#: ../data/messages:1813 ../data/messages:1845
+#: ../data/messages:315 ../data/messages:317 ../data/messages:1739
+#: ../data/messages:1819 ../data/messages:1851
 msgid "Icon"
 msgstr ""
 
@@ -2117,7 +2202,7 @@
 msgstr ""
 
 #: ../data/messages:359 ../data/messages:425 ../data/messages:463
-#: ../data/messages:593 ../data/messages:655 ../data/messages:1641
+#: ../data/messages:597 ../data/messages:659 ../data/messages:1631
 msgid "Visibility:"
 msgstr "Бачнасць:"
 
@@ -2133,7 +2218,7 @@
 msgid "Should be visible on all desktops?"
 msgstr ""
 
-#: ../data/messages:373 ../data/messages:973
+#: ../data/messages:373 ../data/messages:995
 msgid "Decorations"
 msgstr "Афармленне"
 
@@ -2204,41 +2289,41 @@
 msgid "Foreground tansparency:"
 msgstr ""
 
-#: ../data/messages:407 ../data/messages:1605
+#: ../data/messages:407 ../data/messages:1595
 msgid "Behavior"
 msgstr "Паводзіны"
 
-#: ../data/messages:409 ../data/messages:547 ../data/messages:1607
+#: ../data/messages:409 ../data/messages:551 ../data/messages:1597
 msgid "Position on the screen"
 msgstr "Месцазнаходжанне на экране"
 
-#: ../data/messages:411 ../data/messages:549 ../data/messages:1609
+#: ../data/messages:411 ../data/messages:553 ../data/messages:1599
 msgid "Choose which border of the screen the dock will be placed on:"
 msgstr "З якога боку экрана размясціць панэль:"
 
-#: ../data/messages:413 ../data/messages:551 ../data/messages:1611
+#: ../data/messages:413 ../data/messages:555 ../data/messages:1601
 msgid "bottom"
 msgstr "знізу"
 
-#: ../data/messages:415 ../data/messages:553 ../data/messages:1613
+#: ../data/messages:415 ../data/messages:557 ../data/messages:1603
 msgid "top"
 msgstr "зверху"
 
-#: ../data/messages:417 ../data/messages:555 ../data/messages:565
-#: ../data/messages:1615
+#: ../data/messages:417 ../data/messages:559 ../data/messages:569
+#: ../data/messages:1605
 msgid "right"
 msgstr "справа"
 
-#: ../data/messages:419 ../data/messages:557 ../data/messages:563
-#: ../data/messages:1617
+#: ../data/messages:419 ../data/messages:561 ../data/messages:567
+#: ../data/messages:1607
 msgid "left"
 msgstr "злева"
 
-#: ../data/messages:421 ../data/messages:589
+#: ../data/messages:421 ../data/messages:593
 msgid "Visibility of the main dock"
 msgstr "Бачнасць асноўнай панэлі"
 
-#: ../data/messages:423 ../data/messages:591 ../data/messages:1639
+#: ../data/messages:423 ../data/messages:595 ../data/messages:1629
 msgid ""
 "Modes are sorted from the most intrusive to the less intrusive.\n"
 "When the dock is hidden or below a window, place the mouse on the screen's "
@@ -2253,40 +2338,40 @@
 "Калі панэль з'яўляецца пры клавіятурны скарачэнні, то яна з'явіцца ў пазіцыі "
 "курсора. Астатні час застаючыся нябачнай, як сістэмнае меню."
 
-#: ../data/messages:429 ../data/messages:597 ../data/messages:1645
+#: ../data/messages:429 ../data/messages:601 ../data/messages:1635
 msgid "Reserve space for the dock"
 msgstr "Зарэзерваваць месца пад панэль"
 
-#: ../data/messages:431 ../data/messages:599 ../data/messages:1647
+#: ../data/messages:431 ../data/messages:603 ../data/messages:1637
 msgid "Keep the dock below"
 msgstr "Трымаць ззаду"
 
-#: ../data/messages:433 ../data/messages:601 ../data/messages:1649
+#: ../data/messages:433 ../data/messages:605 ../data/messages:1639
 msgid "Hide the dock when it overlaps the current window"
 msgstr "Схаваць панэль калі яна перакрые бягучае акно."
 
-#: ../data/messages:435 ../data/messages:603 ../data/messages:1651
+#: ../data/messages:435 ../data/messages:607 ../data/messages:1641
 msgid "Hide the dock whenever it overlaps any window"
 msgstr "Хаваць панэль, калі яна перакрые любое акно"
 
-#: ../data/messages:437 ../data/messages:605 ../data/messages:1653
+#: ../data/messages:437 ../data/messages:609 ../data/messages:1643
 msgid "Keep the dock hidden"
 msgstr "Трымаць утоенай"
 
-#: ../data/messages:439 ../data/messages:607 ../data/messages:1655
+#: ../data/messages:439 ../data/messages:611
 msgid "Pop-up on shortcut"
 msgstr "Усплывае па клавіятурным скарачэнні"
 
-#: ../data/messages:441 ../data/messages:609
+#: ../data/messages:441 ../data/messages:613
 msgid "Effect used to hide the dock:"
 msgstr "Эфект пры ўтойванні панэлі:"
 
-#: ../data/messages:443 ../data/messages:475 ../data/messages:611
-#: ../data/messages:1781
+#: ../data/messages:443 ../data/messages:475 ../data/messages:615
+#: ../data/messages:1787
 msgid "None"
 msgstr "None"
 
-#: ../data/messages:455 ../data/messages:641
+#: ../data/messages:455 ../data/messages:645
 msgid ""
 "When you press the shortcut, the dock will show itself at the potition of "
 "your mouse. The rest of the time, it stays invisible, thus acting like a "
@@ -2296,7 +2381,7 @@
 "мышы. Астатні час знаходзячыся ў нябачным стане, такім чынам дзейнічаючы як "
 "меню."
 
-#: ../data/messages:457 ../data/messages:643
+#: ../data/messages:457 ../data/messages:647
 msgid "Keyboard shortcut to pop-up the dock:"
 msgstr "Клавіятурны скарачэнне:"
 
@@ -2304,7 +2389,7 @@
 msgid "Visibility of sub-docks"
 msgstr "Бачнасць суб-панэляў"
 
-#: ../data/messages:461 ../data/messages:653
+#: ../data/messages:461 ../data/messages:657
 msgid ""
 "they will appear either when you click or when you linger over the icon "
 "pointing on it."
@@ -2312,57 +2397,70 @@
 "яны будуць з'яўляцца калі вы клікніце на значкі, альбо калі навядзе на яго "
 "курсор мышы."
 
-#: ../data/messages:465 ../data/messages:657
+#: ../data/messages:465 ../data/messages:661
 msgid "Appear on mouse over"
 msgstr "Пры навядзенні курсора"
 
-#: ../data/messages:467 ../data/messages:659
+#: ../data/messages:467 ../data/messages:663
 msgid "Appear on click"
 msgstr "Пры кліку"
 
 #: ../data/messages:471
 msgid ""
-"None     : Don't show opened windows in the dock.\n"
-"MacOSX   : Mix applications with its launcher, show other windows only if "
-"they are minimized.\n"
-"KDE : Mix applications with its launcher, show all others windows and group "
-"windows togather in sub-dock.\n"
-"Gnome    : Separate the taskbar from the launchers and only show windows "
+"None       : Don't show opened windows in the dock.\n"
+"Minimalistic: Mix applications with its launcher, show other windows only if "
+"they are minimized (like in MacOSX).\n"
+"Integrated  : Mix applications with its launcher, show all others windows "
+"and group windows togather in sub-dock (default).\n"
+"Separated   : Separate the taskbar from the launchers and only show windows "
 "that are on the current desktop."
 msgstr ""
-"None: Не паказваць запушчаныя праграмы ў панэлі.\n"
-"MacOSX: Сумясціць праграмы з іх значкамі, паказваць астатнія акна толькі "
-"калі яны мінімізаваныя.\n"
-"KDE: Сумясціць праграмы з іх значкамі, паказваць усе астатнія акна і "
-"групіраваць падобныя вокны ў суб-панэль.\n"
-"Gnome: Аддзяліць панэль задач ад значкоў запуску і паказваць акна толькі з "
-"бягучага працоўнага стала."
 
 #: ../data/messages:473
 msgid "Behaviour of the Taskbar:"
 msgstr "Паводзіны панэлі задач:"
 
 #: ../data/messages:477
-msgid "MacOSX"
-msgstr "MacOSX"
+msgid "Minimalistic"
+msgstr ""
 
 #: ../data/messages:479
-msgid "KDE"
-msgstr "KDE"
+msgid "Integrated"
+msgstr ""
 
 #: ../data/messages:481
-msgid "Gnome"
-msgstr "Gnome"
-
-#: ../data/messages:483
+msgid "Separated"
+msgstr ""
+
+#: ../data/messages:483 ../data/messages:689
+msgid "Place new icons"
+msgstr ""
+
+#: ../data/messages:485 ../data/messages:691
+msgid "At the beginning of the dock"
+msgstr ""
+
+#: ../data/messages:487 ../data/messages:693
+msgid "Before the launchers"
+msgstr ""
+
+#: ../data/messages:489 ../data/messages:695
+msgid "After the launchers"
+msgstr ""
+
+#: ../data/messages:491 ../data/messages:697
+msgid "At the end of the dock"
+msgstr ""
+
+#: ../data/messages:493
 msgid "Icons' animations and effects"
 msgstr "Эфекты і анімацыя значкоў"
 
-#: ../data/messages:489
+#: ../data/messages:499
 msgid "On appearance/disappearance:"
 msgstr "Пры з'яўленні/утойванні:"
 
-#: ../data/messages:495 ../data/messages:1039
+#: ../data/messages:505 ../data/messages:1061
 msgid ""
 "Leave empty to use the current icon theme of your system. You can enter the "
 "name of a theme that is installed on your system (like 'Gartoon' or "
@@ -2372,83 +2470,67 @@
 "ўвесці назву любой тэмы устаноўленай ў вашай сістэме (напрыклад 'Gartoon' ці "
 "'Human'), або нават ўказаць любы каталог са значкамі."
 
-#: ../data/messages:497
+#: ../data/messages:507
 msgid "Choose a theme of icons :"
 msgstr "Выберыце тэму значкоў:"
 
-#: ../data/messages:499
+#: ../data/messages:509 ../data/messages:1649
 msgid "Icons size:"
 msgstr "Памер значкоў:"
 
-#: ../data/messages:501
+#: ../data/messages:511 ../data/messages:1655
 msgid "Very small"
 msgstr "Вельмі маленькія"
 
-#: ../data/messages:503
+#: ../data/messages:513 ../data/messages:1657
 msgid "Small"
 msgstr "Маленькія"
 
-#: ../data/messages:505
+#: ../data/messages:515 ../data/messages:1659
 msgid "Medium"
 msgstr "Сярэднія"
 
-#: ../data/messages:507
+#: ../data/messages:517 ../data/messages:1661
 msgid "Big"
 msgstr "Вялікія"
 
-#: ../data/messages:509
+#: ../data/messages:519 ../data/messages:1663
 msgid "Very Big"
 msgstr "Вельмі вялікія"
 
-#: ../data/messages:511
-msgid ""
-"This will separate launchers, application, and applets from each others. "
-"Separators will be automatically inserted then."
-msgstr ""
-"Значкі запуску, праграмы і аплеты будуць аддзеленыя адзін ад аднаго. "
-"Падзельнікі ўставяцца аўтаматычна."
-
-#: ../data/messages:513 ../data/messages:1129
-msgid "Separate the different types of icons?"
-msgstr "Аддзяляць розныя тыпы значкоў?"
-
-#: ../data/messages:515 ../data/messages:1139
-msgid "Order of the different types of icons :"
-msgstr "Парадак размяшчэння розных тыпаў значкоў:"
-
-#: ../data/messages:517 ../data/messages:1141
-msgid "launchers"
-msgstr "значкі запуску"
-
-#: ../data/messages:519 ../data/messages:1143
-msgid "applications"
-msgstr "праграмы"
-
-#: ../data/messages:521 ../data/messages:1145
-msgid "applets"
-msgstr "аплеты"
-
-#: ../data/messages:525 ../data/messages:919
+#: ../data/messages:523 ../data/messages:941
 msgid "Choose the default view for main docks :"
 msgstr "Абярыце від асноўны панэлі:"
 
-#: ../data/messages:527 ../data/messages:923
+#: ../data/messages:525 ../data/messages:945
 msgid "You can overwrite this parameter for each sub-dock."
 msgstr "Вы можаце перазапісаных гэты параметр для кожнай суб-панэлі."
 
-#: ../data/messages:529 ../data/messages:925
+#: ../data/messages:527 ../data/messages:947
 msgid "Choose the default view for sub-docks :"
 msgstr "Абярыце від суб-панэлі:"
 
-#: ../data/messages:531
+#: ../data/messages:531 ../data/messages:775
+msgid "Keyboard shortcuts currently available"
+msgstr ""
+
+#: ../data/messages:533 ../data/messages:777
+msgid ""
+"Many applets provide shortkeys for their actions. As soon as an applet is "
+"enabled, its shortkeys become available.\n"
+"Double-click on a line, and press the shortkey you want to use for the "
+"corresponding action."
+msgstr ""
+
+#: ../data/messages:535
 msgid "Add-ons"
 msgstr "Дапаўненні"
 
-#: ../data/messages:533
+#: ../data/messages:537
 msgid "Add or remove any applet"
 msgstr ""
 
-#: ../data/messages:535
+#: ../data/messages:539
 msgid ""
 "Select a line to get a preview and a description of the applet.\n"
 "Click on the left check-box to (de)activate an applet.\n"
@@ -2459,16 +2541,16 @@
 "Пасля актывавання аплетаў вы зможаце наладзіць яго націснуўшы правай кнопкай "
 "на яго значкі ў панэлі."
 
-#: ../data/messages:537
+#: ../data/messages:541
 msgid ""
 "You can install them by simply drag-and-dropping the link onto your dock."
 msgstr "Для ўсталёўкі вы можаце проста перацягнуць спасылку на панэль."
 
-#: ../data/messages:543 ../data/messages:1687
+#: ../data/messages:547 ../data/messages:1693
 msgid "Themes"
 msgstr "Тэмы"
 
-#: ../data/messages:559 ../data/messages:1619
+#: ../data/messages:563 ../data/messages:1609
 msgid ""
 "When set to 0 the dock will position itself relative to the left corner if "
 "horizontal and the top corner if vertical. When set to 1 it will position "
@@ -2481,15 +2563,15 @@
 "гарызантальнай - адносна правага і вертыкальнай - адносна ніжняга вугла і "
 "пры значэнні 0.5 размяшчэнне будзе выравниваться адносна сярэдзіны экрана."
 
-#: ../data/messages:561 ../data/messages:1621
+#: ../data/messages:565 ../data/messages:1611
 msgid "Relative alignment:"
 msgstr "Выраўноўваць адносна:"
 
-#: ../data/messages:567 ../data/messages:1623
+#: ../data/messages:571 ../data/messages:1613
 msgid "Offset from the screen's edge"
 msgstr "Зрушэнне ад мяжы экрана"
 
-#: ../data/messages:569 ../data/messages:1625
+#: ../data/messages:573 ../data/messages:1615
 msgid ""
 "Gap from the absolute position on the screen's edge, in pixels. You can also "
 "move the dock by holding the ALT or CTRL key and the left mouse button."
@@ -2498,11 +2580,11 @@
 "перетаскивать панэль утрымліваючы націснутай клавішу ALT або CTRL і левай "
 "кнопкі мышы."
 
-#: ../data/messages:571 ../data/messages:1627
+#: ../data/messages:575 ../data/messages:1617
 msgid "Lateral offset:"
 msgstr "Бакавое зрушэнне:"
 
-#: ../data/messages:573 ../data/messages:1629
+#: ../data/messages:577 ../data/messages:1619
 msgid ""
 "in pixels. You can also move the dock by holding the ALT or CTRL key and the "
 "left mouse button."
@@ -2510,15 +2592,15 @@
 "у піксэлях. Таксама вы можаце перетаскивать панэль утрымліваючы націснутай "
 "клавішу ALT або CTRL і левай кнопкі мышы."
 
-#: ../data/messages:575 ../data/messages:1631
+#: ../data/messages:579 ../data/messages:1621
 msgid "Distance to the screen edge:"
 msgstr "Дыстанцыя да мяжы экрана:"
 
-#: ../data/messages:577
+#: ../data/messages:581
 msgid "Multiple screens"
 msgstr "Множныя экраны"
 
-#: ../data/messages:579
+#: ../data/messages:583
 msgid ""
 "This option is to use if you have a dual-screen and use Xinerama to manage "
 "them."
@@ -2526,63 +2608,63 @@
 "Гэтая опцыя выкарыстоўваецца калі вы валодаеце двума маніторамі і "
 "выкарыстаеце Xinerama для кіравання."
 
-#: ../data/messages:581
+#: ../data/messages:585
 msgid "Use Xinerama?"
 msgstr "Выкарыстоўваць Xinerama?"
 
-#: ../data/messages:583
+#: ../data/messages:587
 msgid "0 is the first screen."
 msgstr "0 гэта першы экран."
 
-#: ../data/messages:585 ../data/messages:1635
+#: ../data/messages:589 ../data/messages:1625
 msgid "Number of the screen where the dock should be located:"
 msgstr "Нумары экранаў на якіх адлюстроўваць панэль:"
 
-#: ../data/messages:587
+#: ../data/messages:591
 msgid "Accessibility"
 msgstr "Дадатковыя Магчымасці"
 
-#: ../data/messages:623
+#: ../data/messages:627
 msgid "in ms. 0 means no delay."
 msgstr "у мс. 0 - без затрымакі."
 
-#: ../data/messages:625
+#: ../data/messages:629
 msgid "Delay before the dock unhides itself:"
 msgstr "Затрымка перад раскрыццём панэлі:"
 
-#: ../data/messages:627
+#: ../data/messages:631
 msgid "How to call the dock back:"
 msgstr "Якім чынам выклікаць панэль:"
 
-#: ../data/messages:629
+#: ../data/messages:633
 msgid "Hit the screen's border"
 msgstr "Дотык да краю экрана"
 
-#: ../data/messages:631
+#: ../data/messages:635
 msgid "Hit where the dock is"
 msgstr "Дотык да месца дзе панэль"
 
-#: ../data/messages:633
+#: ../data/messages:637
 msgid "Hit the screen's corner"
 msgstr "Дотык да куце экрана"
 
-#: ../data/messages:635
+#: ../data/messages:639
 msgid "Hit a zone"
 msgstr "Закрануць зоны"
 
-#: ../data/messages:637
+#: ../data/messages:641
 msgid "Size of the zone :"
 msgstr "Памер зоны:"
 
-#: ../data/messages:639
+#: ../data/messages:643
 msgid "Image to display on the zone :"
 msgstr "Выява для зоны:"
 
-#: ../data/messages:645
+#: ../data/messages:649
 msgid "Additional parameters"
 msgstr "Дадатковыя параметры"
 
-#: ../data/messages:647
+#: ../data/messages:651
 msgid ""
 "This is only usefull if you do not already use auto-hide and if your Window "
 "Manager allows the dock in front of fullscreen windows (which is rare)."
@@ -2591,31 +2673,31 @@
 "і ваш аконны мэнэджэр дазваляе панэлі быць над полноэкранных вокнаў (што "
 "рэдка)."
 
-#: ../data/messages:649
+#: ../data/messages:653
 msgid "Automatically hide the dock when a window becomes full screen?"
 msgstr "Хаваць панэль пры разворачивании акна на ўвесь экран?"
 
-#: ../data/messages:651
+#: ../data/messages:655
 msgid "Sub-docks' visibility"
 msgstr "Бачнасць суб-панэляў"
 
-#: ../data/messages:661 ../data/messages:665
+#: ../data/messages:665 ../data/messages:669
 msgid "in ms."
 msgstr "у мсек."
 
-#: ../data/messages:663
+#: ../data/messages:667
 msgid "Delay before displaying a sub-dock:"
 msgstr "Затрымка з'яўлення суб-панэлі:"
 
-#: ../data/messages:667
+#: ../data/messages:671
 msgid "Delay before leaving a sub-dock takes effect:"
 msgstr "Затрымка перад ўжыць эфекту пры покидании суб-панэлі:"
 
-#: ../data/messages:669
+#: ../data/messages:673
 msgid "TaskBar"
 msgstr "Панэль задач"
 
-#: ../data/messages:673
+#: ../data/messages:677
 msgid ""
 "Cairo-Dock will then act as your taskbar. It is recommended to remove any "
 "other taskbars."
@@ -2623,18 +2705,10 @@
 "Cairo-Dock будзе паводзіць сябе як панэль задач, рэкамендуецца прыбраць усе "
 "астатнія панэлі."
 
-#: ../data/messages:675
+#: ../data/messages:679
 msgid "Show currently opened applications in the dock?"
 msgstr "Паказваць запушчаныя праграмы ў панэлі?"
 
-#: ../data/messages:677
-msgid "Only show icons whose windows are minimised"
-msgstr "Паказваць значкі толькі мінімізаваных вокнаў?"
-
-#: ../data/messages:679
-msgid "Only show applications on current desktop"
-msgstr "Паказваць праграмы толькі цяперашнага рабочага стала?"
-
 #: ../data/messages:681
 msgid ""
 "Allows launchers to act as applications when their programs are running and "
@@ -2650,6 +2724,14 @@
 msgstr "Аб'яднаць значкі запуску з іх праграмамі?"
 
 #: ../data/messages:685
+msgid "Only show applications on current desktop"
+msgstr "Паказваць праграмы толькі цяперашнага рабочага стала?"
+
+#: ../data/messages:687
+msgid "Only show icons whose windows are minimised"
+msgstr "Паказваць значкі толькі мінімізаваных вокнаў?"
+
+#: ../data/messages:699
 msgid ""
 "This allows you to group all the windows of a given application into a "
 "unique sub-dock, and to act on all of the windows at the same time."
@@ -2657,23 +2739,23 @@
 "Дазволіць згрупаваныя ўсе вокны пэўнага аплікацыі ў адной суб-панэль, што "
 "забяспечыць адначасовае кіраванне гэтымі вокнамі."
 
-#: ../data/messages:687
+#: ../data/messages:701
 msgid "Group windows from the same application in a sub-dock ?"
 msgstr "Згрупаваць вокны адной праграмы ў суб-панэль?"
 
-#: ../data/messages:689 ../data/messages:699
+#: ../data/messages:703 ../data/messages:713
 msgid "Enter the class of the applications, separated by a semi-colon ';'"
 msgstr "увядзіце клас праграм, падзяляючы іх знакам \";\""
 
-#: ../data/messages:691 ../data/messages:701
+#: ../data/messages:705 ../data/messages:715
 msgid "\t\tExcept the following classes:"
 msgstr "\t\tАкрамя наступных класаў:"
 
-#: ../data/messages:693
+#: ../data/messages:707
 msgid "Representation"
 msgstr "Прадстаўленне"
 
-#: ../data/messages:695
+#: ../data/messages:709
 msgid ""
 "If not set, the icon provided by X for each application will be used. If "
 "set, the same icon as the corresponding launcher will be used for each "
@@ -2683,11 +2765,11 @@
 "прадстаўлены графічнай асяроддзем. У адваротным выпадку, будуць выкарыстаныя "
 "значкі саміх прыкладанняў."
 
-#: ../data/messages:697
+#: ../data/messages:711
 msgid "Overwrite the X icon with the launchers' icon?"
 msgstr "Замяніць значкі праграм?"
 
-#: ../data/messages:703
+#: ../data/messages:717
 msgid ""
 "A composite manager is required to display the thumbnail.\n"
 "OpenGL is required to draw the icon bent backwards."
@@ -2695,102 +2777,102 @@
 "Кампазітны менеджэр, неабходны для адлюстравання мініяцюр.\n"
 "OpenGL патрабуецца намаляваць абразок нахіліўся назад."
 
-#: ../data/messages:705
+#: ../data/messages:719
 msgid "How to draw minimised windows ?"
 msgstr "Як адлюстраваць згорнутыя вокны?"
 
-#: ../data/messages:707
+#: ../data/messages:721
 msgid "Make the icon transparent"
 msgstr "Зрабіць абразок празрыстым"
 
-#: ../data/messages:709
+#: ../data/messages:723
 msgid "Show a window's thumbnail"
 msgstr "Паказваць эскізы згорнутыя вокнаў"
 
-#: ../data/messages:711
+#: ../data/messages:725
 msgid "Draw it bent backwards"
 msgstr "Маляваць з загибом"
 
-#: ../data/messages:713
+#: ../data/messages:727
 msgid "Transparency of icons whose window is minimised:"
 msgstr "Празрыстасць значкоў (не) згорнутых вокнаў:"
 
-#: ../data/messages:715 ../data/messages:873 ../data/messages:987
-#: ../data/messages:1013 ../data/messages:1085
+#: ../data/messages:729 ../data/messages:895 ../data/messages:1009
+#: ../data/messages:1035 ../data/messages:1135
 msgid "Opaque"
 msgstr "непразрысты"
 
-#: ../data/messages:717 ../data/messages:871 ../data/messages:985
-#: ../data/messages:1011 ../data/messages:1083
+#: ../data/messages:731 ../data/messages:893 ../data/messages:1007
+#: ../data/messages:1033 ../data/messages:1133
 msgid "Transparent"
 msgstr "празрысты"
 
-#: ../data/messages:719
+#: ../data/messages:733
 msgid "Play a short animation of the icon when its window becomes active"
 msgstr "Аніміраваць значок, калі яго акно становіцца актыўным?"
 
-#: ../data/messages:721
+#: ../data/messages:735
 msgid "\"...\" will be added at the end if the name is too long."
 msgstr ""
 "Калі імя файла занадта доўгае, то да канца імя будзе дададзена \"...\"."
 
-#: ../data/messages:723
+#: ../data/messages:737
 msgid "Maximum number of caracters in application name:"
 msgstr "Максімальная колькасць знакаў у імя:"
 
-#: ../data/messages:725
+#: ../data/messages:739
 msgid "Interaction"
 msgstr "Узаемадзеянне"
 
-#: ../data/messages:727
+#: ../data/messages:741
 msgid "Action on middle-click on the related application"
 msgstr ""
 
-#: ../data/messages:729
+#: ../data/messages:743
 msgid "Nothing"
 msgstr ""
 
-#: ../data/messages:733
+#: ../data/messages:747
 msgid "Minimize"
 msgstr "Згарнуць"
 
-#: ../data/messages:735
+#: ../data/messages:749
 msgid "Launch new"
 msgstr "Запусціць новы"
 
-#: ../data/messages:737
+#: ../data/messages:753
 msgid "This is the default behaviour of most taskbars."
 msgstr "Стандартныя паводзіны большасці панэляў задач."
 
-#: ../data/messages:739
+#: ../data/messages:755
 msgid ""
 "Minimise the window when its icon is clicked, if it was already the active "
 "window ?"
 msgstr ""
 "Згарнуць акно пры пстрычцы на яго значкі, калі ў дадзены момант яно актыўна?"
 
-#: ../data/messages:741
+#: ../data/messages:757
 msgid "Only if your Window Manager supports it."
 msgstr ""
 
-#: ../data/messages:743
+#: ../data/messages:759
 msgid ""
 "Present windows preview on click when several windows are grouped togather"
 msgstr ""
 
-#: ../data/messages:745
+#: ../data/messages:761
 msgid "Highlight applications requiring your attention with a dialog bubble"
 msgstr "Калі патрабуецца вашу ўвага, апавяшчаць воблачкам напамінаў?"
 
-#: ../data/messages:747
+#: ../data/messages:763
 msgid "in seconds"
 msgstr "у сякундах"
 
-#: ../data/messages:749
+#: ../data/messages:765
 msgid "Duration of the dialog:"
 msgstr "Працягласць дыялогавае акна:"
 
-#: ../data/messages:751
+#: ../data/messages:767
 msgid ""
 "It will notify you even if, for instance, you are watching a movie in full "
 "screen or you are on another desktop.\n"
@@ -2798,23 +2880,23 @@
 "Вы атрымаеце апавяшчэнне, нават калі вы глядзіце фільм на поўным экране ці "
 "знаходзіцеся на іншым працоўным стале.\n"
 
-#: ../data/messages:753
+#: ../data/messages:769
 msgid "Force the following applications to demand your attention"
 msgstr "Прымусова апавяшчаць вас аб наступных праграмах?"
 
-#: ../data/messages:755
+#: ../data/messages:771
 msgid "Highlight applications demanding your attention with an animation"
 msgstr "Калі патрабуецца ваша ўвага, апавяшчаць з дапамогай анімацыі?"
 
-#: ../data/messages:759
+#: ../data/messages:781
 msgid "Animations speed"
 msgstr "Хуткасць анімацыі"
 
-#: ../data/messages:761
+#: ../data/messages:783
 msgid "Animate sub-docks when they appear"
 msgstr "Аніміраваныя суб-панэль пры з'яўленні?"
 
-#: ../data/messages:763
+#: ../data/messages:785
 msgid ""
 "Icons will appear folded on themselves and will then unfold until they fill "
 "the whole dock. The smaller this value, the faster this will be."
@@ -2823,53 +2905,53 @@
 "часоў, пакуль не запоўняць усю панэль. Чым менш значэнне, тым хутчэй "
 "разгорнуцца."
 
-#: ../data/messages:765
+#: ../data/messages:787
 msgid "Animation unfolding duration:"
 msgstr "Хуткасць анімацыі разгортвання:"
 
-#: ../data/messages:767 ../data/messages:775 ../data/messages:779
-#: ../data/messages:787 ../data/messages:791
+#: ../data/messages:789 ../data/messages:797 ../data/messages:801
+#: ../data/messages:809 ../data/messages:813
 msgid "fast"
 msgstr "хутка"
 
-#: ../data/messages:769 ../data/messages:777 ../data/messages:781
-#: ../data/messages:789 ../data/messages:793
+#: ../data/messages:791 ../data/messages:799 ../data/messages:803
+#: ../data/messages:811 ../data/messages:815
 msgid "slow"
 msgstr "павольна"
 
-#: ../data/messages:771 ../data/messages:783
+#: ../data/messages:793 ../data/messages:805
 msgid "The more there are, the slower it will be"
 msgstr "Чым больш значэнне, тым больш павольна раскрыццё"
 
-#: ../data/messages:773
+#: ../data/messages:795
 msgid "Number of steps in the zoom animation (grow/shrink):"
 msgstr "Колькасць крокаў анімацыі набліжэння (ўзрастаць/звужацца):"
 
-#: ../data/messages:785
+#: ../data/messages:807
 msgid "Number of steps in the auto-hide animation (move up/move down):"
 msgstr "Колькасць крокаў анімацыі аўта-хаваньня (рухаў уверх/уніз):"
 
-#: ../data/messages:795
+#: ../data/messages:817
 msgid "Refresh rate"
 msgstr "Частата абнаўлення"
 
-#: ../data/messages:797 ../data/messages:801 ../data/messages:805
+#: ../data/messages:819 ../data/messages:823 ../data/messages:827
 msgid "in Hz. This is to adjust behaviour relative to your CPU power."
 msgstr "у Гц. Залежыць ад магутнасці вашага працэсара."
 
-#: ../data/messages:799
+#: ../data/messages:821
 msgid "Refresh rate when mouving cursor into the dock :"
 msgstr "Частата абнаўлення пры перамяшчэнні курсора па панэлі:"
 
-#: ../data/messages:803
+#: ../data/messages:825
 msgid "Animation frequency for the OpenGL backend :"
 msgstr "Частата анімацыі для бэкенда OpenGL:"
 
-#: ../data/messages:807
+#: ../data/messages:829
 msgid "Animation frequency for the Cairo backend :"
 msgstr "Частата анімацыі для бэкенда Cairo:"
 
-#: ../data/messages:809
+#: ../data/messages:831
 msgid ""
 "The transparency gradation pattern will then be re-calculated in real time. "
 "May need more CPU power."
@@ -2877,15 +2959,15 @@
 "Шаблон градацыі празрыстасці будзе пралічвацца у рэальным часе. Можа "
 "спатрэбіцца больш рэсурсаў працэсара."
 
-#: ../data/messages:811
+#: ../data/messages:833
 msgid "Reflections should be calculated in real-time?"
 msgstr "Апрацоўваць адлюстравання ў рэальным часе?"
 
-#: ../data/messages:813
+#: ../data/messages:835
 msgid "Composition"
 msgstr "Кампазітнасць"
 
-#: ../data/messages:815
+#: ../data/messages:837
 msgid ""
 "Only use this if you don't run a composite manager like Compiz, xcompmgr, "
 "etc and have a black background around your dock. For aesthetic reasons, the "
@@ -2895,25 +2977,25 @@
 "Compiz, xcompmgr, і г.д. ці ў вас чорны фон вакол панэлі. Па эстэтычным "
 "меркаваннях, панэль будзе знаходзіцца ззаду акон."
 
-#: ../data/messages:817
+#: ../data/messages:839
 msgid "Emulate composition with fake transparency?"
 msgstr "Эмуляваць кампазітнасць з падробленай празрыстасцю?"
 
-#: ../data/messages:819
+#: ../data/messages:841
 msgid "You need to re-open the panel. It is deactivated by default on KDE."
 msgstr ""
 "Вам спатрэбіцца переоткрыть панэль. Гэты параметр па змоўчванні дэактываваў "
 "ў KDE."
 
-#: ../data/messages:821
+#: ../data/messages:843
 msgid "Make the config panel transparent?"
 msgstr "Зрабіць панэль настроек празрыстай?"
 
-#: ../data/messages:823
+#: ../data/messages:845
 msgid "Connection to the Internet"
 msgstr "Злучэнне з Інтэрнэт"
 
-#: ../data/messages:825
+#: ../data/messages:847
 msgid ""
 "Maximum time in seconds that you allow the connection to the server to take. "
 "This only limits the connection phase,  once the dock has connected this "
@@ -2923,11 +3005,11 @@
 "на фазе падключэння, г.зн. як толькі адбудзецца падключэнне, гэты параметр "
 "не будзе больш выкарыстоўвацца."
 
-#: ../data/messages:827
+#: ../data/messages:849
 msgid "Connection timeout :"
 msgstr "Ліміт злучэння:"
 
-#: ../data/messages:829
+#: ../data/messages:851
 msgid ""
 "Maximum time in seconds that you allow the whole operation to last. Some "
 "themes can be up to a few MB."
@@ -2935,66 +3017,66 @@
 "Максімальны час для завяршэння ўсёй загрузкі. Некаторыя тэмы маюць памер "
 "толькі некалькі МБ."
 
-#: ../data/messages:831
+#: ../data/messages:853
 msgid "Maximum time to download a file:"
 msgstr "Максімальны час для запампоўку файла:"
 
-#: ../data/messages:833
+#: ../data/messages:855
 msgid "Use this option if you experience problems to connect."
 msgstr "Выкарыстоўвайце гэтую опцыю, калі адчуваеце праблемы з падключэннем."
 
-#: ../data/messages:835
+#: ../data/messages:857
 msgid "Force IPv4 ?"
 msgstr "Прымусова IPv4?"
 
-#: ../data/messages:837
+#: ../data/messages:859
 msgid "Use this option if you connect to the Internet through a proxy."
 msgstr "Выкарыстоўвайце гэтую опцыю, калі выходзьце ў інтэрнэт праз проксі."
 
-#: ../data/messages:839
+#: ../data/messages:861
 msgid "Are you behind a proxy ?"
 msgstr "Вы выкарыстоўваеце проксі?"
 
-#: ../data/messages:841
+#: ../data/messages:863
 msgid "Proxy name :"
 msgstr "Імя проксі-сервера:"
 
-#: ../data/messages:843
+#: ../data/messages:865
 msgid "Port :"
 msgstr "Порт:"
 
-#: ../data/messages:845 ../data/messages:849
+#: ../data/messages:867 ../data/messages:871
 msgid ""
 "Let empty if you don't need to log-in to the proxy with a user/password."
 msgstr ""
 "Пакіньце пустым, калі не выкарыстоўваеце аўтарызаваны ўваход праз проксі."
 
-#: ../data/messages:847
+#: ../data/messages:869
 msgid "User :"
 msgstr "Карыстальнік:"
 
-#: ../data/messages:851
+#: ../data/messages:873
 msgid "Password :"
 msgstr "Пароль:"
 
-#: ../data/messages:855 ../data/messages:1667
+#: ../data/messages:877 ../data/messages:1673
 msgid "Fill the background with:"
 msgstr "Запоўніць задні фон:"
 
-#: ../data/messages:857 ../data/messages:863 ../data/messages:1159
-#: ../data/messages:1671
+#: ../data/messages:879 ../data/messages:885 ../data/messages:1149
+#: ../data/messages:1677
 msgid "Image"
 msgstr "Выявай"
 
-#: ../data/messages:859 ../data/messages:879 ../data/messages:1673
+#: ../data/messages:881 ../data/messages:901 ../data/messages:1679
 msgid "Colour gradation"
 msgstr "Градыентам"
 
-#: ../data/messages:861
+#: ../data/messages:883
 msgid "Use a background image."
 msgstr "Выкарыстоўваць выяву задняга фону."
 
-#: ../data/messages:865 ../data/messages:1675
+#: ../data/messages:887 ../data/messages:1681
 msgid ""
 "Any format allowed; if empty, the colour gradation will be used as a fall "
 "back."
@@ -3002,92 +3084,92 @@
 "Можна выкарыстоўваць любы фармат, калі пакінуць пустым, то будзе выкарыстаны "
 "градыент."
 
-#: ../data/messages:867 ../data/messages:1677
+#: ../data/messages:889 ../data/messages:1683
 msgid "Image filename to use as a background :"
 msgstr "Выява для фону:"
 
-#: ../data/messages:869
+#: ../data/messages:891
 msgid "Image's transparency :"
 msgstr "Празрыстасць выявы:"
 
-#: ../data/messages:875 ../data/messages:1679
+#: ../data/messages:897 ../data/messages:1685
 msgid "Repeat image as a pattern to fill background?"
 msgstr "Паўтараць малюнкі ў выглядзе шаблона?"
 
-#: ../data/messages:877
+#: ../data/messages:899
 msgid "Use a colour gradation."
 msgstr "Выкарыстоўваць каляровы градыент."
 
-#: ../data/messages:881 ../data/messages:1681
+#: ../data/messages:903 ../data/messages:1687
 msgid "Bright colour:"
 msgstr "Светлы колер:"
 
-#: ../data/messages:883 ../data/messages:1683
+#: ../data/messages:905 ../data/messages:1689
 msgid "Dark colour:"
 msgstr "Цёмны колер:"
 
-#: ../data/messages:885
+#: ../data/messages:907
 msgid "In degrees, in relation to the vertical"
 msgstr "У градусах, адносна вертыкалі."
 
-#: ../data/messages:887
+#: ../data/messages:909
 msgid "Angle of the gradation :"
 msgstr "Кут наколна градыенту:"
 
-#: ../data/messages:889
+#: ../data/messages:911
 msgid "If not nul, it will form stripes."
 msgstr "Калі не нуль, то будзе выкарыстаная форма полосок."
 
-#: ../data/messages:891
+#: ../data/messages:913
 msgid "Repeat the gradation this number of times:"
 msgstr "Паўтараць градыент наступнае колькасць раз:"
 
-#: ../data/messages:893
+#: ../data/messages:915
 msgid "Percentage of the bright colour:"
 msgstr "Працэнт светлага колеру:"
 
-#: ../data/messages:895 ../data/messages:1685
+#: ../data/messages:917 ../data/messages:1691
 msgid "Stretch the dock to always fill the screen"
 msgstr "Расцягваць панэль на ўсю шырыню экрана?"
 
-#: ../data/messages:897
+#: ../data/messages:919
 msgid "External Frame"
 msgstr "Знешняя рамка"
 
-#: ../data/messages:899 ../data/messages:903 ../data/messages:909
-#: ../data/messages:957 ../data/messages:1057
+#: ../data/messages:921 ../data/messages:925 ../data/messages:931
+#: ../data/messages:979 ../data/messages:1083
 msgid "in pixels."
 msgstr "у піксэлях."
 
-#: ../data/messages:901
+#: ../data/messages:923
 msgid "Corner radius :"
 msgstr "Радыус закругленых кутоў:"
 
-#: ../data/messages:905
+#: ../data/messages:927
 msgid "Linewidth of the external line :"
 msgstr "Шырыня лініі знешняй рамкі:"
 
-#: ../data/messages:907
+#: ../data/messages:929
 msgid "Colour of the external line:"
 msgstr "Колер знешніх ліній:"
 
-#: ../data/messages:911
+#: ../data/messages:933
 msgid "Margin between the frame and the icons or their reflects :"
 msgstr "Адлегласць ад рамкі да значкоў або іх адлюстраванняў:"
 
-#: ../data/messages:913
+#: ../data/messages:935
 msgid "Are the bottom left and right corners rounded?"
 msgstr "Закругляюць левыя і правыя ніжнія куты?"
 
-#: ../data/messages:917
+#: ../data/messages:939
 msgid "Main Dock"
 msgstr "Асноўная панэль"
 
-#: ../data/messages:921
+#: ../data/messages:943
 msgid "Sub-Docks"
 msgstr "Суб-панэлі"
 
-#: ../data/messages:927
+#: ../data/messages:949
 msgid ""
 "You can specify a ratio for the size of the sub-docks' icons, in relation to "
 "the main docks' icons size"
@@ -3095,84 +3177,84 @@
 "Вы можаце паказаць стаўленне памераў значкоў на суб-панэлях адносна памераў "
 "значкоў на галоўнай панэлі"
 
-#: ../data/messages:929
+#: ../data/messages:951
 msgid "Ratio for the size of the sub-docks' icons :"
 msgstr "Адносіны памераў значкоў на суб-панэлях:"
 
-#: ../data/messages:931 ../data/messages:1199
+#: ../data/messages:953 ../data/messages:1189
 msgid "smaller"
 msgstr "меншы"
 
-#: ../data/messages:933
+#: ../data/messages:955
 msgid "larger"
 msgstr ""
 
-#: ../data/messages:935
+#: ../data/messages:957
 msgid "Dialogs"
 msgstr "Дыялогі"
 
-#: ../data/messages:937
+#: ../data/messages:959
 msgid "Bubble"
 msgstr "Воблачка нагадвання"
 
-#: ../data/messages:939
+#: ../data/messages:961
 msgid "Background colour of the bubble:"
 msgstr "Фонавы колер воблака:"
 
-#: ../data/messages:941
+#: ../data/messages:963
 msgid "Shape of the bubble:"
 msgstr "Форма воблачка:"
 
-#: ../data/messages:943
+#: ../data/messages:965
 msgid "Text"
 msgstr "Тэкст"
 
-#: ../data/messages:945 ../data/messages:1243
+#: ../data/messages:967 ../data/messages:1233
 msgid "Otherwise the default's system one will be used."
 msgstr "У адваротным выпадку будзе выкарыстаны сістэмны шрыфт."
 
-#: ../data/messages:947
+#: ../data/messages:969
 msgid "Use a custom font for the text?"
 msgstr "Выкарыстаць іншы шрыфт для тэксту?"
 
-#: ../data/messages:949
+#: ../data/messages:971
 msgid "Text font:"
 msgstr "Шрыфт тэксту:"
 
-#: ../data/messages:951 ../data/messages:1249
+#: ../data/messages:973 ../data/messages:1239
 msgid "Draw the outline of the text?"
 msgstr "Абмалёўвываць тэкст?"
 
-#: ../data/messages:953 ../data/messages:1279
+#: ../data/messages:975 ../data/messages:1269
 msgid "Text color:"
 msgstr "Колер тэксту:"
 
-#: ../data/messages:955 ../data/messages:1015
+#: ../data/messages:977 ../data/messages:1037
 msgid "Buttons"
 msgstr "Кнопкі"
 
-#: ../data/messages:959
+#: ../data/messages:981
 msgid "Size of buttons in the info-bubbles (width x height) :"
 msgstr "Памер кнопак у воблачкаў напамін (шырыня х вышыня):"
 
-#: ../data/messages:961 ../data/messages:965 ../data/messages:1019
-#: ../data/messages:1023 ../data/messages:1027 ../data/messages:1031
+#: ../data/messages:983 ../data/messages:987 ../data/messages:1041
+#: ../data/messages:1045 ../data/messages:1049 ../data/messages:1053
 msgid "If you don't provide any, a default image will be used."
 msgstr "Калі нічога не пакажыце, то будзе выкарыстана стандартнае выява."
 
-#: ../data/messages:963
+#: ../data/messages:985
 msgid "Name of an image to use for the yes/ok button :"
 msgstr "Выява да кнопак Так / Не:"
 
-#: ../data/messages:967
+#: ../data/messages:989
 msgid "Name of an image to use for the no/cancel button :"
 msgstr "Выява для кнопак Нет / Адмена:"
 
-#: ../data/messages:969
+#: ../data/messages:991
 msgid "Size of the icon displayed next to the text :"
 msgstr "Памер значка побач з тэкстам:"
 
-#: ../data/messages:975
+#: ../data/messages:997
 msgid ""
 "This can be customized for each desklet separately.\n"
 "Choose 'Custom decoration' to define your own decorations below"
@@ -3180,11 +3262,11 @@
 "Вы можаце наладзіць асобна для кожнага десклета асобна.\n"
 "Выберыце 'Змяніць афармленне', каб наладзіць яго самастойна."
 
-#: ../data/messages:977
+#: ../data/messages:999
 msgid "Choose a default decoration for all desklets :"
 msgstr "Выберыце афармленне для ўсіх десклетов:"
 
-#: ../data/messages:979
+#: ../data/messages:1001
 msgid ""
 "It's an image that will be displayed below the drawings, like a frame for "
 "example. Leave empty to not use any."
@@ -3192,47 +3274,47 @@
 "Выява паказвае ззаду малюнка, напрыклад рамка. Пакіньце пустым, каб не "
 "выкарыстоўваць."
 
-#: ../data/messages:981
+#: ../data/messages:1003
 msgid "Background image :"
 msgstr "Фонавае выява:"
 
-#: ../data/messages:983
+#: ../data/messages:1005
 msgid "Background transparency :"
 msgstr "Фонавая празрыстасць:"
 
-#: ../data/messages:989
+#: ../data/messages:1011
 msgid "in pixels. Use this to adjust the left position of the drawings."
 msgstr "у піксэлях. Вызначае левую пазіцыю малюнка."
 
-#: ../data/messages:991
+#: ../data/messages:1013
 msgid "Left offset :"
 msgstr "Левае зрушэнне:"
 
-#: ../data/messages:993
+#: ../data/messages:1015
 msgid "in pixels. Use this to adjust the top position of the drawings."
 msgstr "у піксэлях. Вызначае верхнюю пазіцыю малюнка."
 
-#: ../data/messages:995
+#: ../data/messages:1017
 msgid "Top offset :"
 msgstr "Верхняе зрушэнне:"
 
-#: ../data/messages:997
+#: ../data/messages:1019
 msgid "in pixels. Use this to adjust the right position of the drawings."
 msgstr "у піксэлях. Вызначае правую пазіцыю малюнка."
 
-#: ../data/messages:999
+#: ../data/messages:1021
 msgid "Right offset :"
 msgstr "Правае зрушэнне:"
 
-#: ../data/messages:1001
+#: ../data/messages:1023
 msgid "in pixels. Use this to adjust the bottom position of the drawings."
 msgstr "у піксэлях. Вызначае ніжнюю пазіцыю малюнка."
 
-#: ../data/messages:1003
+#: ../data/messages:1025
 msgid "Bottom offset :"
 msgstr "Ніжняе зрушэнне:"
 
-#: ../data/messages:1005
+#: ../data/messages:1027
 msgid ""
 "It's an image that will be displayed above the drawings, like a reflection "
 "for example. Leave empty to not use any."
@@ -3240,39 +3322,39 @@
 "Выява паказваная над малюнкам, напрыклад адлюстраванне. Пакіньце пустым, каб "
 "не выкарыстоўваць."
 
-#: ../data/messages:1007
+#: ../data/messages:1029
 msgid "Foreground image :"
 msgstr "Выява пярэдняга плана:"
 
-#: ../data/messages:1009
+#: ../data/messages:1031
 msgid "Foreground tansparency :"
 msgstr "Празрыстасць пярэдняга плана:"
 
-#: ../data/messages:1017
+#: ../data/messages:1039
 msgid "Buttons size :"
 msgstr "Памер кнопак:"
 
-#: ../data/messages:1021 ../data/messages:1033
+#: ../data/messages:1043 ../data/messages:1055
 msgid "Name of an image to use for the 'rotate' button :"
 msgstr "Выява для кнопкі 'круціцца':"
 
-#: ../data/messages:1025
+#: ../data/messages:1047
 msgid "Name of an image to use for the 'reattach' button :"
 msgstr "Выява для кнопкі 'Открепить':"
 
-#: ../data/messages:1029
+#: ../data/messages:1051
 msgid "Name of an image to use for the 'depth rotate' button :"
 msgstr "Выява для кнопкі \"Круціць 3D\":"
 
-#: ../data/messages:1037
+#: ../data/messages:1059
 msgid "Icons' themes"
 msgstr "Тэмы значкоў"
 
-#: ../data/messages:1041
+#: ../data/messages:1063
 msgid "Choose an icon theme :"
 msgstr "Выберыце тэму значкоў:"
 
-#: ../data/messages:1043
+#: ../data/messages:1065
 msgid ""
 "Any format allowed; leave this field empty if you don't want to use an image "
 "as background."
@@ -3280,142 +3362,61 @@
 "Можаце выкарыстоўваць любы фармат, пакіньце поле пустым, каб не "
 "выкарыстоўваць фонавую выяву."
 
-#: ../data/messages:1045
+#: ../data/messages:1067
 msgid "Image filename to use as a background for icons :"
 msgstr "Выява для фону значкоў:"
 
-#: ../data/messages:1047
+#: ../data/messages:1069
+msgid "Icons size"
+msgstr "Памер значкоў"
+
+#: ../data/messages:1071
+msgid "Icons' size at rest (width x height) :"
+msgstr ""
+
+#: ../data/messages:1073
 msgid "Zoom effect"
 msgstr "Эфект набліжэння"
 
-#: ../data/messages:1049
+#: ../data/messages:1075
 msgid ""
 "set to 1 if you don't want the icons to zoom when you hover over them."
 msgstr ""
 "Усталюйце значэнне 1, калі не жадаеце каб абразкі павялічваліся пры "
 "навядзенні на іх."
 
-#: ../data/messages:1051
+#: ../data/messages:1077
 msgid "Maximum zoom of the icons :"
 msgstr "Максімальнае павелічэнне значкоў:"
 
-#: ../data/messages:1053
+#: ../data/messages:1079
 msgid ""
 "in pixels. Outside of this space (centered on the mouse), there is no zoom."
 msgstr ""
 "у піксэлях. Эфекту набліжэння не будзе звыш гэтага радыусу (цэнтр па курсору "
 "мышы)."
 
-#: ../data/messages:1055
+#: ../data/messages:1081
 msgid "Width of the space in which the zoom will be effective :"
 msgstr "Радыўс дзеяння эфекту набліжэння:"
 
-#: ../data/messages:1059
+#: ../data/messages:1085
 msgid "Space between icons :"
 msgstr "Адлегласць паміж значкамі:"
 
-#: ../data/messages:1061
-msgid "Reflections"
-msgstr "Адбіткі"
-
-#: ../data/messages:1063
-msgid ""
-"It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
-"reflections are not used."
-msgstr ""
-"Каэфіцыент адлюстравання, пры значэнні 1, значкі будуць цалкам адбівацца на "
-"плоскасць, пры значэнні 0, адлюстраванне не будзе выкарыстоўвацца."
-
-#: ../data/messages:1065
-msgid "Reflective power of the plane :"
-msgstr "Сіла адлюстравання на плоскасць:"
-
-#: ../data/messages:1067
-msgid "light"
-msgstr "слаба"
-
-#: ../data/messages:1069
-msgid "strong"
-msgstr "моцна"
-
-#: ../data/messages:1071
-msgid ""
-"In percent of the icon's size. This parameter influence the total height of "
-"the dock."
-msgstr ""
-"У працэнтах ад памеру значка. Гэты параметр уплывае на агульны памер панэлі."
-
-#: ../data/messages:1073
-msgid "Height of the reflection:"
-msgstr "Вышыня адлюстравання:"
-
-#: ../data/messages:1075
-msgid "small"
-msgstr "нізка"
-
-#: ../data/messages:1077
-msgid "tall"
-msgstr "высока"
-
-#: ../data/messages:1079
-msgid ""
-"It is their transparency when the dock is at rest; they will \"materialize\" "
-"progressively as the dock grows up. The closer to 0, the more transparent "
-"they will be."
-msgstr ""
-"Наколькі будуць празрыстыя значкі ў стане спакою; Яны будуць "
-"\"матэрыялізацца\" па меры з'яўлення панэлі. Чым бліжэй значэнне да 0, тым "
-"празрыстай яны будуць."
-
-#: ../data/messages:1081
-msgid "Icons' transparency at rest :"
-msgstr "Празрыстасць значкоў у стане спакою:"
-
 #: ../data/messages:1087
-msgid "Icons size"
-msgstr "Памер значкоў"
-
-#: ../data/messages:1089
-msgid "Launcher's size at rest (width x height) :"
-msgstr "Памер значкоў запуску ў стане спакою (шырыня х вышыня):"
-
-#: ../data/messages:1091
-msgid "Application's size at rest (width x height) :"
-msgstr "Памер значкоў праграм у стане супакою (шырыня х вышыня):"
-
-#: ../data/messages:1093
-msgid "Applet's size at rest (width x height) :"
-msgstr "Памер аплетаў ў стане спакою (шырыня х вышыня):"
-
-#: ../data/messages:1095
-msgid "Configure icons' animations."
-msgstr "Наладзіць анімацыю значкоў."
-
-#: ../data/messages:1097
-msgid "Configure icons' special effects (requires OpenGL)."
-msgstr "Наладзіць спецыяльныя эфекты значкоў (патрабуецца падтрымка OpenGL)."
-
-#: ../data/messages:1099
-msgid ""
-"Configure icons' animations on appearing/disappearing (require OpenGL "
-"capacity)."
-msgstr ""
-"Наладзіць анімацыю з'яўлення/знікнення значкоў (патрабуецца наяўнасць "
-"OpenGL)."
-
-#: ../data/messages:1101
 msgid "Separators"
 msgstr "Падзельнікі"
 
-#: ../data/messages:1103
+#: ../data/messages:1089
 msgid "Icon size at rest (width x height) :"
 msgstr "Памер значкоў у стане спакою (шырыня х вышыня):"
 
-#: ../data/messages:1105
+#: ../data/messages:1091
 msgid "Force separator's image size to stay constant?"
 msgstr "Прымусова пакідаць памер выявы падзельніка пастаянным?"
 
-#: ../data/messages:1107
+#: ../data/messages:1093
 msgid ""
 "Only the default, 3D-plane and curve views support flat and physical "
 "separators. Flat separators are rendered differently according to the view."
@@ -3424,131 +3425,154 @@
 "плоскія і фізічныя падзельнікі. Плоскія падзельнікі пралічваюцца адносна "
 "абранага віду."
 
-#: ../data/messages:1109
+#: ../data/messages:1095
 msgid "How to draw the separators?"
 msgstr "Як маляваць падзельнікі?"
 
-#: ../data/messages:1111
+#: ../data/messages:1097
 msgid "Use an image."
 msgstr "Выкарыстоўваць выяву."
 
-#: ../data/messages:1113
+#: ../data/messages:1099
 msgid "Flat separator"
 msgstr "Плоскі падзельнік"
 
-#: ../data/messages:1115
+#: ../data/messages:1101
 msgid "Physical separator"
 msgstr "Фізічны падзельнік"
 
-#: ../data/messages:1117
+#: ../data/messages:1103
 msgid "If you don't provide one, blanks will be used."
 msgstr "Калі вы нічога не дадіце, будзе выкарыстоўвацца чысты."
 
-#: ../data/messages:1119
+#: ../data/messages:1105
 msgid "Filename of an image to use for separators :"
 msgstr "Выява для падзельніка:"
 
-#: ../data/messages:1121
+#: ../data/messages:1107
 msgid ""
 "Make the separator's image revolve when dock is on top/on the left/on the "
 "right?"
 msgstr "Круціць падзельнік, калі панэль знаходзіцца зверху/злева/справа?"
 
-#: ../data/messages:1123
+#: ../data/messages:1109
 msgid "Colour of flat separators :"
 msgstr "Колер плоскіх падзельнікаў:"
 
+#: ../data/messages:1111
+msgid "Reflections"
+msgstr "Адбіткі"
+
+#: ../data/messages:1113
+msgid ""
+"It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
+"reflections are not used."
+msgstr ""
+"Каэфіцыент адлюстравання, пры значэнні 1, значкі будуць цалкам адбівацца на "
+"плоскасць, пры значэнні 0, адлюстраванне не будзе выкарыстоўвацца."
+
+#: ../data/messages:1115
+msgid "Reflective power of the plane :"
+msgstr "Сіла адлюстравання на плоскасць:"
+
+#: ../data/messages:1117
+msgid "light"
+msgstr "слаба"
+
+#: ../data/messages:1119
+msgid "strong"
+msgstr "моцна"
+
+#: ../data/messages:1121
+msgid ""
+"In percent of the icon's size. This parameter influence the total height of "
+"the dock."
+msgstr ""
+"У працэнтах ад памеру значка. Гэты параметр уплывае на агульны памер панэлі."
+
+#: ../data/messages:1123
+msgid "Height of the reflection:"
+msgstr "Вышыня адлюстравання:"
+
 #: ../data/messages:1125
-msgid "Icons order"
-msgstr "Парадак значкоў"
+msgid "small"
+msgstr "нізка"
 
 #: ../data/messages:1127
+msgid "tall"
+msgstr "высока"
+
+#: ../data/messages:1129
 msgid ""
-"If you separate a type of icons, the icons of this type will be placed "
-"together, separated from the others by a separator.\n"
-"If you don't separate the icons, you can place them wherever you want, and "
-"insert separators manually. Applications will then be placed next to their "
-"launcher if they have one, or after the last launcher."
+"It is their transparency when the dock is at rest; they will \"materialize\" "
+"progressively as the dock grows up. The closer to 0, the more transparent "
+"they will be."
 msgstr ""
-"Калі вы аддзеліце нейкі тып значкоў, то ўсе яны будуць змешчаныя асобна ад "
-"астатніх за падзельнікам.\n"
-"Калі не аддзяляць, то вы зможаце змясціць іх у любым месцы панэлі і ўставіць "
-"падзельнік ўручную. Прыкладання ў такім выпадку, будуць размяшчацца побач з "
-"іх значкамі запуску, калі такія маюцца, альбо пасля апошняга значка."
-
-#: ../data/messages:1131 ../data/messages:1229
-msgid "No"
-msgstr "Не"
-
-#: ../data/messages:1133
-msgid "Separate applications from others"
-msgstr "Аддзяляць праграмы ад астатніх"
-
-#: ../data/messages:1135
-msgid "Separate applets from others"
-msgstr "Аддзяліць аплеты ад астатніх"
+"Наколькі будуць празрыстыя значкі ў стане спакою; Яны будуць "
+"\"матэрыялізацца\" па меры з'яўлення панэлі. Чым бліжэй значэнне да 0, тым "
+"празрыстай яны будуць."
+
+#: ../data/messages:1131
+msgid "Icons' transparency at rest :"
+msgstr "Празрыстасць значкоў у стане спакою:"
 
 #: ../data/messages:1137
-msgid "Separate all"
-msgstr "Асобна ўсе"
-
-#: ../data/messages:1147
 msgid "Link the icons with a string"
 msgstr "Звязаць значок са строчкай"
 
-#: ../data/messages:1149
+#: ../data/messages:1139
 msgid "Linewidth of the string, in pixels (0 to not use string) :"
 msgstr "Шырыня лініі радка, у піксэлях (0 - не выкарыстоўваць радок):"
 
-#: ../data/messages:1151
+#: ../data/messages:1141
 msgid "Colour of the string (red, blue, green, alpha) :"
 msgstr "Колер радка (ч, c, з, а):"
 
-#: ../data/messages:1155
+#: ../data/messages:1145
 msgid "Indicator of the active window"
 msgstr "Індыкатар актыўнага акна"
 
-#: ../data/messages:1157
+#: ../data/messages:1147
 msgid "Type of indicator:"
 msgstr "Тып індыкатара:"
 
-#: ../data/messages:1161
+#: ../data/messages:1151
 msgid "Frame"
 msgstr "Фрэйм"
 
-#: ../data/messages:1163 ../data/messages:1181 ../data/messages:1219
+#: ../data/messages:1153 ../data/messages:1171 ../data/messages:1209
 msgid "Image file:"
 msgstr "Малюнак:"
 
-#: ../data/messages:1165
+#: ../data/messages:1155
 msgid "Set transparency to 0 if you don't want to use an indicator."
 msgstr "Усталюйце празрыстасць у 0, каб не выкарыстоўваць індыкатар."
 
-#: ../data/messages:1167
+#: ../data/messages:1157
 msgid "Colour of the frame :"
 msgstr "Колер рамкі:"
 
-#: ../data/messages:1169
+#: ../data/messages:1159
 msgid "Set 0 to fill the frame."
 msgstr "Усталюйце 0, каб заліць рамку."
 
-#: ../data/messages:1171
+#: ../data/messages:1161
 msgid "Linewidth of the frame around the active window :"
 msgstr "Таўшчыня лініі рамкі вакол актыўнага акна:"
 
-#: ../data/messages:1173
+#: ../data/messages:1163
 msgid "Corner radius of the frame around the active window :"
 msgstr "Радыус скругленняў рамкі вакол актыўнага акна:"
 
-#: ../data/messages:1175 ../data/messages:1207
+#: ../data/messages:1165 ../data/messages:1197
 msgid "Draw indicator above the icon?"
 msgstr "Маляваць індыкатар-над значка?"
 
-#: ../data/messages:1177
+#: ../data/messages:1167
 msgid "Indicator of active launcher"
 msgstr "Індыкатар актыўнага значка запуску"
 
-#: ../data/messages:1179
+#: ../data/messages:1169
 msgid ""
 "Indicators are drawn on launchers icons to show that they have already been "
 "launched. Leave blank to use the default one."
@@ -3556,7 +3580,7 @@
 "Індыкатары адмалёўваюцца на значках, каб паказаць, што праграма ўжо "
 "запушчана. Пакіньце пустым, каб выкарыстоўваць стандартнае."
 
-#: ../data/messages:1183
+#: ../data/messages:1173
 msgid ""
 "The indicator is drawn on active launchers, but you may want to display it "
 "on applications too."
@@ -3564,11 +3588,11 @@
 "Індыкатар адлюстроўваецца толькі на актыўных значках, але вы можаце "
 "наладзіць паказ і на дадатках."
 
-#: ../data/messages:1185
+#: ../data/messages:1175
 msgid "Display an indicator on application icons too ?"
 msgstr "Паказваць індыкатар і на праграмах таксама?"
 
-#: ../data/messages:1187
+#: ../data/messages:1177
 msgid ""
 "Relatively to the icons' size. You can use this parameter to adjust the "
 "indicator's vertical position.\n"
@@ -3580,11 +3604,11 @@
 "Калі індыкатар звязаны са значком, то зрушэнне будзе ўверх, у адваротным "
 "выпадку ўніз."
 
-#: ../data/messages:1189
+#: ../data/messages:1179
 msgid "Vertical offset :"
 msgstr "Вертыкальнае зрушэнне:"
 
-#: ../data/messages:1191
+#: ../data/messages:1181
 msgid ""
 "If the indicator is linked to the icon, it will then be zoomed like the icon "
 "and the offset will be upwards.\n"
@@ -3596,11 +3620,11 @@
 "У адваротным выпадку ён будзе отрисован прама на панэлі і яго зняцце будзе "
 "ўніз."
 
-#: ../data/messages:1193
+#: ../data/messages:1183
 msgid "Link the indicator with its icon?"
 msgstr "Звязаць індыкатар з гэтым значком?"
 
-#: ../data/messages:1195
+#: ../data/messages:1185
 msgid ""
 "You can choose to make the indicator smaller or bigger than the icons. The "
 "bigger the value is, the bigger the indicator is. 1 means the indicator will "
@@ -3610,15 +3634,15 @@
 "Чым больш значэнне параметра, тым больш індыкатары. Значэнне 1 означет, што "
 "індыкатар будзе такога ж памеру што і значок."
 
-#: ../data/messages:1197
+#: ../data/messages:1187
 msgid "Indicator size ratio :"
 msgstr "Розніца ў памерах:"
 
-#: ../data/messages:1201
+#: ../data/messages:1191
 msgid "bigger"
 msgstr "большы"
 
-#: ../data/messages:1203
+#: ../data/messages:1193
 msgid ""
 "Use it to make the indicator follow the orientation of the dock "
 "(top/bottom/right/left)."
@@ -3626,27 +3650,27 @@
 "Выкарыстоўвайце, каб арыентаваць індыкатар адносна размяшчэння панэлі "
 "(зверху, знізу, справа, злева)."
 
-#: ../data/messages:1205
+#: ../data/messages:1195
 msgid "Rotate the indicator with dock?"
 msgstr "Круціць індыкатар разам з панэллю?"
 
-#: ../data/messages:1209
+#: ../data/messages:1199
 msgid "Indicator of grouped windows"
 msgstr "Індыкатар сгрупированных вокнаў"
 
-#: ../data/messages:1211
+#: ../data/messages:1201
 msgid "How to show that several icons are grouped :"
 msgstr "Як паказваць згрупаваныя значкі:"
 
-#: ../data/messages:1213
+#: ../data/messages:1203
 msgid "Draw an emblem"
 msgstr ""
 
-#: ../data/messages:1215
+#: ../data/messages:1205
 msgid "Draw the sub-dock's icons as a stack"
 msgstr ""
 
-#: ../data/messages:1217
+#: ../data/messages:1207
 msgid ""
 "It only makes sense if you chose to group the applis of the same class "
 "together. Leave blank to use the default one."
@@ -3654,59 +3678,63 @@
 "Спрацуе толькі калі вы выберыце групу прыкладанняў з аднолькавым класам. "
 "Пакіньце пустым, каб выкарыстоўваць стандартнае."
 
-#: ../data/messages:1221
+#: ../data/messages:1211
 msgid "Zoom the indicator with its icon?"
 msgstr "Павялічваць індыкатар разам са значком?"
 
-#: ../data/messages:1223
+#: ../data/messages:1213
 msgid "Labels"
 msgstr "Подпісы"
 
-#: ../data/messages:1225
+#: ../data/messages:1215
 msgid "Label visibility"
 msgstr "Бачнасць подпісы"
 
-#: ../data/messages:1227
+#: ../data/messages:1217
 msgid "Show labels:"
 msgstr "Паказваць подпісы:"
 
-#: ../data/messages:1231
+#: ../data/messages:1219
+msgid "No"
+msgstr "Не"
+
+#: ../data/messages:1221
 msgid "On pointed icon"
 msgstr "На наведзяным значку"
 
-#: ../data/messages:1233
+#: ../data/messages:1223
 msgid "On all icons"
 msgstr "На ўсіх значках"
 
-#: ../data/messages:1235
+#: ../data/messages:1225
 msgid ""
 "the bigger, the more the labels next to the selected icon will be "
 "transparent."
 msgstr ""
 "Чым больш значэнне, тым празрысцей будуць подпісы побач з нацэленым значком."
 
-#: ../data/messages:1237
+#: ../data/messages:1227
 msgid "label's visibility threshold :"
 msgstr "Парог адлюстравання подпісаў:"
 
-#: ../data/messages:1239
+#: ../data/messages:1229
 msgid "Should the labels always be horizontal, even when dock is vertical?"
 msgstr ""
 "Заўсёды паказваць гарызантальныя подпісы, нават калі панэль вертыкальна?"
 
-#: ../data/messages:1241
+#: ../data/messages:1231
 msgid "Font"
 msgstr "Шрыфт"
 
-#: ../data/messages:1245
+#: ../data/messages:1235
 msgid "Use a custom font for labels?"
 msgstr "Выкарыстаць іншы шрыфт для подпісаў?"
 
-#: ../data/messages:1247
+#: ../data/messages:1237
 msgid "Font used for labels :"
 msgstr "Шрыфт для подпісаў:"
 
-#: ../data/messages:1253
+#: ../data/messages:1243
 msgid ""
 "If you set it to fully transparent, there will be no background for the "
 "text, but the margin around the text will still be in effect."
@@ -3714,27 +3742,27 @@
 "Калі ўсталяваць поўную празрыстасць, то фону ў подпісаў не стане, але "
 "акантоўка вакол тэксту ўсё яшчэ будзе бачная."
 
-#: ../data/messages:1255
+#: ../data/messages:1245
 msgid "Colour of the label's background :"
 msgstr "Колер фону подпісы:"
 
-#: ../data/messages:1257
+#: ../data/messages:1247
 msgid "Margin around the text (in pixels) :"
 msgstr "Акантоўка вакол тэксту (у піксэлях):"
 
-#: ../data/messages:1259
+#: ../data/messages:1249
 msgid "Colour"
 msgstr "Колер"
 
-#: ../data/messages:1261
+#: ../data/messages:1251
 msgid "It's the first color of the gradation."
 msgstr "Пачатковы колер градацыі."
 
-#: ../data/messages:1263
+#: ../data/messages:1253
 msgid "Start color :"
 msgstr "Пачатковы колер:"
 
-#: ../data/messages:1265
+#: ../data/messages:1255
 msgid ""
 "It's the second color of the gradation. Set it to the same value as the "
 "first if you don't want to have any gradation."
@@ -3742,11 +3770,11 @@
 "Гэта канчатковы колер градацыі. Усталюйце яго такім жа, як і пачатковы, каб "
 "не выкарыстоўваць градацыю."
 
-#: ../data/messages:1267
+#: ../data/messages:1257
 msgid "Stop color :"
 msgstr "Канчатковы колер:"
 
-#: ../data/messages:1269
+#: ../data/messages:1259
 msgid ""
 "If checked, the pattern will go from top to bottom, otherwise from left to "
 "right."
@@ -3754,27 +3782,27 @@
 "Калі адзначана, шаблон будзе намалёван зверху ўніз, у адваротным выпадку "
 "злева направа."
 
-#: ../data/messages:1271
+#: ../data/messages:1261
 msgid "Pattern should be vertical?"
 msgstr "Шаблон павінен быць вертыкальным?"
 
-#: ../data/messages:1273
+#: ../data/messages:1263
 msgid "Quick-info are short information drawn on the icons."
 msgstr ""
 
-#: ../data/messages:1275
+#: ../data/messages:1265
 msgid "Quick-info"
 msgstr ""
 
-#: ../data/messages:1277
+#: ../data/messages:1267
 msgid "Use the same look as the labels?"
 msgstr ""
 
-#: ../data/messages:1281
+#: ../data/messages:1271
 msgid "Background color:"
 msgstr ""
 
-#: ../data/messages:1313
+#: ../data/messages:1303
 msgid ""
 "For a launcher or an applet:\n"
 "Open the settings of the icon, and set a path to an image.\n"
@@ -3787,7 +3815,7 @@
 "window."
 msgstr ""
 
-#: ../data/messages:1457
+#: ../data/messages:1447
 msgid ""
 "Activate the Shortcuts applet.\n"
 "Then all the folders bookmarks (the ones that appear in Nautilus) will be "
@@ -3796,7 +3824,7 @@
 "To remove a boorkmark, right-click on its icon -> remove"
 msgstr ""
 
-#: ../data/messages:1599
+#: ../data/messages:1589
 msgid ""
 "If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) "
 "by clicking on this button:\n"
@@ -3804,7 +3832,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1603
+#: ../data/messages:1593
 msgid ""
 "If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) "
 "by clicking on this button:\n"
@@ -3812,39 +3840,43 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1633
+#: ../data/messages:1623
 msgid "starting from 0"
 msgstr "пачынаючы з 0"
 
-#: ../data/messages:1637
+#: ../data/messages:1627
 msgid "Visibility of the dock"
 msgstr ""
 
-#: ../data/messages:1661
+#: ../data/messages:1651 ../data/messages:1675
+msgid "Same as main dock"
+msgstr ""
+
+#: ../data/messages:1653
+msgid "Tiny"
+msgstr ""
+
+#: ../data/messages:1667
 msgid "Leave it empty to use the same view as the main dock."
 msgstr ""
 
-#: ../data/messages:1663
+#: ../data/messages:1669
 msgid "Choose the view for this dock :/"
 msgstr ""
 
-#: ../data/messages:1669
-msgid "Same as main dock"
-msgstr ""
-
-#: ../data/messages:1689
+#: ../data/messages:1695
 msgid "You can even paste an internet URL."
 msgstr ""
 
-#: ../data/messages:1691
+#: ../data/messages:1697
 msgid "...or drag and drop a theme package here :"
 msgstr ""
 
-#: ../data/messages:1693
+#: ../data/messages:1699
 msgid "Theme loading options"
 msgstr ""
 
-#: ../data/messages:1695
+#: ../data/messages:1701
 msgid ""
 "If you tick this box, your launchers will be deleted and replaced by the "
 "ones provided in the new theme. Otherwise the current launchers will be "
@@ -3854,11 +3886,11 @@
 "значкі з прадстаўленай тэмы. У адваротным выпадку, бягучыя значкі запуску "
 "будуць захаваны і толькі іх выявы будуць заменены."
 
-#: ../data/messages:1697
+#: ../data/messages:1703
 msgid "Use the new theme's launchers?"
 msgstr "Выкарыстоўваць значкі запуску з новай тэмы?"
 
-#: ../data/messages:1699
+#: ../data/messages:1705
 msgid ""
 "Otherwise the current behaviour will be kept. This defines the dock's "
 "position, behavioural settings such as auto-hide, using taskbar or not, etc."
@@ -3867,176 +3899,176 @@
 "размяшчэнне на панэлі, параметры паводзінаў, такія як аўто-схаванні, "
 "выкарыстанне панэлі задач і г.д."
 
-#: ../data/messages:1701
+#: ../data/messages:1707
 msgid "Use the new theme's behaviour?"
 msgstr "Выкарыстоўваць паводзіны з новай тэмы?"
 
-#: ../data/messages:1703
+#: ../data/messages:1709
 msgid "Save"
 msgstr ""
 
-#: ../data/messages:1705
+#: ../data/messages:1711
 msgid "Save current theme"
 msgstr ""
 
-#: ../data/messages:1707
+#: ../data/messages:1713
 msgid "You will then be able to re-open it at any time."
 msgstr ""
 
-#: ../data/messages:1709
+#: ../data/messages:1715
 msgid "Save as:"
 msgstr ""
 
-#: ../data/messages:1711
+#: ../data/messages:1717
 msgid "Save current behaviour also?"
 msgstr ""
 
-#: ../data/messages:1713
+#: ../data/messages:1719
 msgid "Save current launchers also?"
 msgstr ""
 
-#: ../data/messages:1715
+#: ../data/messages:1721
 msgid ""
 "The dock will build a complete tarball of your current theme, allowing you "
 "to easily exchange it with other people."
 msgstr ""
 
-#: ../data/messages:1717
+#: ../data/messages:1723
 msgid "Build a package of the theme?"
 msgstr ""
 
-#: ../data/messages:1719
+#: ../data/messages:1725
 msgid "Delete"
 msgstr ""
 
-#: ../data/messages:1721
+#: ../data/messages:1727
 msgid "List of your personal themes"
 msgstr ""
 
-#: ../data/messages:1723
+#: ../data/messages:1729
 msgid "Delete from the list themes that you don't need anymore :"
 msgstr ""
 
-#: ../data/messages:1725 ../data/messages:1727 ../data/messages:1729
-#: ../data/messages:1731 ../data/messages:1761 ../data/messages:1811
-#: ../data/messages:1843
+#: ../data/messages:1731 ../data/messages:1733 ../data/messages:1735
+#: ../data/messages:1737 ../data/messages:1767 ../data/messages:1817
+#: ../data/messages:1849
 msgid "Desktop Entry"
 msgstr ""
 
-#: ../data/messages:1735 ../data/messages:1805 ../data/messages:1815
-#: ../data/messages:1847
+#: ../data/messages:1741 ../data/messages:1811 ../data/messages:1821
+#: ../data/messages:1853
 msgid "Name of the container it belongs to:"
 msgstr ""
 
-#: ../data/messages:1737
+#: ../data/messages:1743
 msgid "Sub-dock's name :"
 msgstr ""
 
-#: ../data/messages:1739 ../data/messages:1765
+#: ../data/messages:1745 ../data/messages:1771
 msgid "How to render the icon :"
 msgstr ""
 
-#: ../data/messages:1741 ../data/messages:1767
+#: ../data/messages:1747 ../data/messages:1773
 msgid "Use an image"
 msgstr ""
 
-#: ../data/messages:1743 ../data/messages:1769
+#: ../data/messages:1749 ../data/messages:1775
 msgid "Draw sub-dock's content as emblems"
 msgstr ""
 
-#: ../data/messages:1745 ../data/messages:1771
+#: ../data/messages:1751 ../data/messages:1777
 msgid "Draw sub-dock's content as stack"
 msgstr ""
 
-#: ../data/messages:1747 ../data/messages:1773
+#: ../data/messages:1753 ../data/messages:1779
 msgid "Draw sub-dock's content inside a box"
 msgstr ""
 
-#: ../data/messages:1749 ../data/messages:1775 ../data/messages:1819
+#: ../data/messages:1755 ../data/messages:1781 ../data/messages:1825
 msgid "Image's name or path :"
 msgstr ""
 
-#: ../data/messages:1751 ../data/messages:1801 ../data/messages:1825
-#: ../data/messages:1851
+#: ../data/messages:1757 ../data/messages:1807 ../data/messages:1831
+#: ../data/messages:1857
 msgid "Extra parameters"
 msgstr ""
 
-#: ../data/messages:1753
+#: ../data/messages:1759
 msgid "Name of the view used for the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1755
+#: ../data/messages:1761
 msgid "If '0' the container will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1757 ../data/messages:1809 ../data/messages:1839
+#: ../data/messages:1763 ../data/messages:1815 ../data/messages:1845
 msgid "Only show in this specific viewport"
 msgstr ""
 
-#: ../data/messages:1759 ../data/messages:1803 ../data/messages:1841
-#: ../data/messages:1853
+#: ../data/messages:1765 ../data/messages:1809 ../data/messages:1847
+#: ../data/messages:1859
 msgid "Order you want for this launcher among the others:"
 msgstr ""
 
-#: ../data/messages:1763 ../data/messages:1817
+#: ../data/messages:1769 ../data/messages:1823
 msgid "Launcher's name :"
 msgstr ""
 
-#: ../data/messages:1777
+#: ../data/messages:1783
 msgid "URI of the file :"
 msgstr ""
 
-#: ../data/messages:1779
+#: ../data/messages:1785
 msgid "Number of files to list in the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1783
+#: ../data/messages:1789
 msgid "5"
 msgstr ""
 
-#: ../data/messages:1785
+#: ../data/messages:1791
 msgid "10"
 msgstr ""
 
-#: ../data/messages:1787
+#: ../data/messages:1793
 msgid "20"
 msgstr ""
 
-#: ../data/messages:1789
+#: ../data/messages:1795
 msgid "30"
 msgstr ""
 
-#: ../data/messages:1793
+#: ../data/messages:1799
 msgid "Sort files by :"
 msgstr "Сартаваць файлы па:"
 
-#: ../data/messages:1795
+#: ../data/messages:1801
 msgid "Name"
 msgstr "Назва"
 
-#: ../data/messages:1797
+#: ../data/messages:1803
 msgid "Size"
 msgstr "Памеру"
 
-#: ../data/messages:1799
+#: ../data/messages:1805
 msgid "Date"
 msgstr "Даце"
 
-#: ../data/messages:1807 ../data/messages:1837
+#: ../data/messages:1813 ../data/messages:1843
 msgid "If '0' the launcher will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1821
+#: ../data/messages:1827
 msgid ""
 "Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard "
 "shortcut, for exemple <Alt>F1, <Ctrl>c,  <Ctrl>v, etc"
 msgstr ""
 
-#: ../data/messages:1823
+#: ../data/messages:1829
 msgid "Command to launch on click :"
 msgstr ""
 
-#: ../data/messages:1827
+#: ../data/messages:1833
 msgid ""
 "If you choosed to mix launcher and applis, this option will deactivate this "
 "behaviour for this launcher only. It can be useful for instance for a "
@@ -4044,11 +4076,11 @@
 "steal the Terminal's icon from the Taskbar."
 msgstr ""
 
-#: ../data/messages:1829
-msgid "Prevent this launcher from stealing appli from taskbar ?"
+#: ../data/messages:1835
+msgid "Prevent this launcher from stealing this application from taskbar ?"
 msgstr ""
 
-#: ../data/messages:1831
+#: ../data/messages:1837
 msgid ""
 "The only reason you may want to modify this parameter is if you made this "
 "launcher by hands. If you dropped it into the dock from the menu, it is "
@@ -4056,19 +4088,19 @@
 "program, which is useful to link the appli with its launcher."
 msgstr ""
 
-#: ../data/messages:1833
+#: ../data/messages:1839
 msgid "Class of the program :"
 msgstr ""
 
-#: ../data/messages:1835
+#: ../data/messages:1841
 msgid "Run in a terminal ?"
 msgstr ""
 
-#: ../data/messages:1849
+#: ../data/messages:1855
 msgid "Separators' appearance is defined in the global configuration."
 msgstr ""
 
-#: ../data/messages:1855
+#: ../data/messages:1861
 msgid ""
 "<b><span color='red'>GLX-Dock 2.4.0</span></b>\n"
 " - The <b>Power-Manager applet</b> has been rewritten to work on any "
@@ -4079,3 +4111,141 @@
 "easily.\n"
 " - The dock can now be used as a shell in a Compiz-standalone environment."
 msgstr ""
+
+#: ../data/messages:1863
+msgid ""
+"<b>New version: <span color='red'>GLX-Dock 3.0</span>!</b>\n"
+" - The <b>taskbar</b> has been greatly enhanced.\n"
+" - The <b>Log out</b> applet has been rewritten, now allows to switch "
+"users.\n"
+" - The <b>control of the dock from the keyboard</b> is now very powerful:\n"
+"   - many shortkeys have been added in different applets\n"
+"   - you can activate a launcher by pressing a shortkey + its number\n"
+"   - all shortkeys can now be managed in a single place in the configuration "
+"window.\n"
+" - The <b>Sound Menu</b> from Ubuntu has been integrated into the Sound-"
+"Control applet.\n"
+" - A new <b>Twitter applet</b> lets you tweet in one click.\n"
+" - A new applet to <b>inhibit the screensaver</b> in one click.\n"
+" - Separators are transparent to click in <b>'Panel'</b> mode\n"
+" - Cairo-Dock now uses <b>GTK3</b>, for a better integration in a Gnome "
+"desktop\n"
+" - Few additions to the DBus API.\n"
+" - It's possible to donate to support the project!"
+msgstr ""
+
+#~ msgid "Gnome"
+#~ msgstr "Gnome"
+
+#~ msgid "MacOSX"
+#~ msgstr "MacOSX"
+
+#~ msgid "applets"
+#~ msgstr "аплеты"
+
+#~ msgid "launchers"
+#~ msgstr "значкі запуску"
+
+#~ msgid "applications"
+#~ msgstr "праграмы"
+
+#~ msgid "Order of the different types of icons :"
+#~ msgstr "Парадак размяшчэння розных тыпаў значкоў:"
+
+#~ msgid "Launcher's size at rest (width x height) :"
+#~ msgstr "Памер значкоў запуску ў стане спакою (шырыня х вышыня):"
+
+#~ msgid "Applet's size at rest (width x height) :"
+#~ msgstr "Памер аплетаў ў стане спакою (шырыня х вышыня):"
+
+#~ msgid "Separate applications from others"
+#~ msgstr "Аддзяляць праграмы ад астатніх"
+
+#~ msgid "Separate applets from others"
+#~ msgstr "Аддзяліць аплеты ад астатніх"
+
+#~ msgid "Separate all"
+#~ msgstr "Асобна ўсе"
+
+#~ msgid "Icons order"
+#~ msgstr "Парадак значкоў"
+
+#~ msgid "Configure icons' animations."
+#~ msgstr "Наладзіць анімацыю значкоў."
+
+#~ msgid "Configure icons' special effects (requires OpenGL)."
+#~ msgstr "Наладзіць спецыяльныя эфекты значкоў (патрабуецца падтрымка OpenGL)."
+
+#~ msgid ""
+#~ "This will separate launchers, application, and applets from each others. "
+#~ "Separators will be automatically inserted then."
+#~ msgstr ""
+#~ "Значкі запуску, праграмы і аплеты будуць аддзеленыя адзін ад аднаго. "
+#~ "Падзельнікі ўставяцца аўтаматычна."
+
+#~ msgid "Separate the different types of icons?"
+#~ msgstr "Аддзяляць розныя тыпы значкоў?"
+
+#~ msgid ""
+#~ "None     : Don't show opened windows in the dock.\n"
+#~ "MacOSX   : Mix applications with its launcher, show other windows only if "
+#~ "they are minimized.\n"
+#~ "KDE : Mix applications with its launcher, show all others windows and group "
+#~ "windows togather in sub-dock.\n"
+#~ "Gnome    : Separate the taskbar from the launchers and only show windows "
+#~ "that are on the current desktop."
+#~ msgstr ""
+#~ "None: Не паказваць запушчаныя праграмы ў панэлі.\n"
+#~ "MacOSX: Сумясціць праграмы з іх значкамі, паказваць астатнія акна толькі "
+#~ "калі яны мінімізаваныя.\n"
+#~ "KDE: Сумясціць праграмы з іх значкамі, паказваць усе астатнія акна і "
+#~ "групіраваць падобныя вокны ў суб-панэль.\n"
+#~ "Gnome: Аддзяліць панэль задач ад значкоў запуску і паказваць акна толькі з "
+#~ "бягучага працоўнага стала."
+
+#~ msgid "KDE"
+#~ msgstr "KDE"
+
+#~ msgid ""
+#~ "Configure icons' animations on appearing/disappearing (require OpenGL "
+#~ "capacity)."
+#~ msgstr ""
+#~ "Наладзіць анімацыю з'яўлення/знікнення значкоў (патрабуецца наяўнасць "
+#~ "OpenGL)."
+
+#~ msgid "Application's size at rest (width x height) :"
+#~ msgstr "Памер значкоў праграм у стане супакою (шырыня х вышыня):"
+
+#~ msgid ""
+#~ "If you separate a type of icons, the icons of this type will be placed "
+#~ "together, separated from the others by a separator.\n"
+#~ "If you don't separate the icons, you can place them wherever you want, and "
+#~ "insert separators manually. Applications will then be placed next to their "
+#~ "launcher if they have one, or after the last launcher."
+#~ msgstr ""
+#~ "Калі вы аддзеліце нейкі тып значкоў, то ўсе яны будуць змешчаныя асобна ад "
+#~ "астатніх за падзельнікам.\n"
+#~ "Калі не аддзяляць, то вы зможаце змясціць іх у любым месцы панэлі і ўставіць "
+#~ "падзельнік ўручную. Прыкладання ў такім выпадку, будуць размяшчацца побач з "
+#~ "іх значкамі запуску, калі такія маюцца, альбо пасля апошняга значка."
+
+#~ msgid "Lock icons"
+#~ msgstr "Заблакаваць значкі"
+
+#~ msgid "Unlock dock"
+#~ msgstr "Разблакаваць панэль"
+
+#~ msgid "Lock dock"
+#~ msgstr "Заблакаваць панэль"
+
+#~ msgid "Modify this separator"
+#~ msgstr "Змяніць гэты падзельнік"
+
+#~ msgid "Remove this separator"
+#~ msgstr "Выдаліць падзельнік"
+
+#~ msgid "Detach this applet"
+#~ msgstr "Адмацаваць гэты аплет"
+
+#~ msgid "Launch another instance of this applet"
+#~ msgstr "Запусціць яшчэ копію гэтага аплета"

=== modified file 'po/bn.po'
--- po/bn.po	2011-09-26 11:14:46 +0000
+++ po/bn.po	2012-02-14 14:02:34 +0000
@@ -7,18 +7,18 @@
 msgstr ""
 "Project-Id-Version: cairo-dock-core\n"
 "Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2011-09-23 23:42+0000\n"
-"PO-Revision-Date: 2011-09-20 08:57+0000\n"
+"POT-Creation-Date: 2012-02-13 01:12+0000\n"
+"PO-Revision-Date: 2012-02-13 02:58+0000\n"
 "Last-Translator: Fabounet <fabounet03@xxxxxxxxx>\n"
 "Language-Team: Bengali <bn@xxxxxx>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2011-09-25 04:34+0000\n"
-"X-Generator: Launchpad (build 14012)\n"
+"X-Launchpad-Export-Date: 2012-02-13 04:34+0000\n"
+"X-Generator: Launchpad (build 14781)\n"
 "Language: bn\n"
 
-#: ../src/cairo-dock-gui-commons.c:216
+#: ../src/cairo-dock-gui-commons.c:221
 msgid ""
 "You have made some changes to the current theme.\n"
 "You will lose them if you don't save before choosing a new theme. Continue "
@@ -28,217 +28,249 @@
 "আপনি সেগুলি হারিয়ে ফেলবেন যদি নতুন থীম বাছাই করার পূর্বে সংরক্ষণ না করেন। "
 "তবুও এগোবেন?"
 
-#: ../src/cairo-dock-gui-commons.c:242
+#: ../src/cairo-dock-gui-commons.c:247
 msgid "Please wait while importing the theme..."
 msgstr ""
 
-#: ../src/cairo-dock-gui-commons.c:364 ../src/cairo-dock-menu.c:1456
+#: ../src/cairo-dock-gui-commons.c:369
 msgid "Configure this applet"
 msgstr "এই এ্যাপ্লেটটি কনফিগার করুন"
 
-#: ../src/cairo-dock-gui-commons.c:401 ../src/cairo-dock-gui-main.c:131
+#: ../src/cairo-dock-gui-commons.c:406 ../src/cairo-dock-gui-main.c:130
 msgid "Files"
 msgstr "ফাইল সমূহ"
 
-#: ../src/cairo-dock-gui-commons.c:406 ../src/cairo-dock-gui-main.c:132
+#: ../src/cairo-dock-gui-commons.c:411 ../src/cairo-dock-gui-main.c:131
 msgid "Internet"
 msgstr "ইন্টারনেট"
 
-#: ../src/cairo-dock-gui-commons.c:411 ../src/cairo-dock-gui-main.c:133
+#: ../src/cairo-dock-gui-commons.c:416 ../src/cairo-dock-gui-main.c:132
 msgid "Desktop"
 msgstr "ডেস্কটপ"
 
-#: ../src/cairo-dock-gui-commons.c:416
+#: ../src/cairo-dock-gui-commons.c:421
 msgid "Accessory"
 msgstr ""
 
-#: ../src/cairo-dock-gui-commons.c:421 ../src/cairo-dock-gui-main.c:135
-#: ../src/cairo-dock-gui-main.c:1504 ../data/messages:757
+#: ../src/cairo-dock-gui-commons.c:426 ../src/cairo-dock-gui-main.c:134
+#: ../src/cairo-dock-gui-main.c:1528 ../data/messages:779
 msgid "System"
 msgstr "সিস্টেম"
 
-#: ../src/cairo-dock-gui-commons.c:426 ../src/cairo-dock-gui-main.c:136
+#: ../src/cairo-dock-gui-commons.c:431 ../src/cairo-dock-gui-main.c:135
 msgid "Fun"
 msgstr "মজা"
 
-#: ../src/cairo-dock-gui-commons.c:468
+#: ../src/cairo-dock-gui-commons.c:474
 msgid "plug-in"
 msgstr "প্লাগ-ইন"
 
-#: ../src/cairo-dock-gui-commons.c:474
+#: ../src/cairo-dock-gui-commons.c:480
 msgid "category"
 msgstr "ক্যাটেগরী"
 
-#: ../src/cairo-dock-gui-items.c:384
+#: ../src/cairo-dock-gui-commons.c:575
+msgid "Press the shortkey"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:594
+msgid "Change the shortkey"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:681
+msgid "Origin"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:686
+msgid "Action"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:690
+msgid "Shortkey"
+msgstr ""
+
+#: ../src/cairo-dock-gui-items.c:242
 msgid ""
 "Main dock's parameters are available in the main configuration window."
 msgstr ""
 
-#: ../src/cairo-dock-gui-items.c:600
+#: ../src/cairo-dock-gui-items.c:459
 msgid "Launcher configuration"
 msgstr "লঞ্চার কনফিগারেশন"
 
-#: ../src/cairo-dock-gui-main.c:129 ../data/messages:671
+#: ../src/cairo-dock-gui-items.c:877
+msgid "Remove this item"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:128 ../data/messages:675
 msgid "Behaviour"
 msgstr "আচরণ"
 
-#: ../src/cairo-dock-gui-main.c:130 ../data/messages:491 ../data/messages:1657
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:501 ../data/messages:1645
 msgid "Appearance"
 msgstr "দৃশ্য"
 
-#: ../src/cairo-dock-gui-main.c:134
+#: ../src/cairo-dock-gui-main.c:133
 msgid "Accessories"
 msgstr "আনুষাঙ্গিক"
 
-#: ../src/cairo-dock-gui-main.c:137 ../src/cairo-dock-gui-main.c:1653
-#: ../data/messages:1791
+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1682
+#: ../data/messages:1797
 msgid "All"
 msgstr "সব"
 
-#: ../src/cairo-dock-gui-main.c:1482
+#: ../src/cairo-dock-gui-main.c:1499
 msgid "Set the position of the main dock."
 msgstr "মূল ডকের অবস্থান সেট কর"
 
-#: ../src/cairo-dock-gui-main.c:1483 ../data/messages:335 ../data/messages:545
+#: ../src/cairo-dock-gui-main.c:1500 ../data/messages:335 ../data/messages:549
 msgid "Position"
 msgstr "অবস্থান"
 
-#: ../src/cairo-dock-gui-main.c:1489
+#: ../src/cairo-dock-gui-main.c:1506
 msgid ""
 "Do you like your dock to be always visible,\n"
 " or on the contrary unobtrusive?\n"
 "Configure the way you access your docks and sub-docks!"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1490 ../src/cairo-dock-menu.c:1494
+#: ../src/cairo-dock-gui-main.c:1507 ../src/cairo-dock-menu.c:1690
 #: ../data/messages:353
 msgid "Visibility"
 msgstr "দৃশ্যমানতা"
 
-#: ../src/cairo-dock-gui-main.c:1496
+#: ../src/cairo-dock-gui-main.c:1513
 msgid "Display and interact with currently open windows."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1497 ../data/messages:41 ../data/messages:469
-#: ../data/messages:1323
+#: ../src/cairo-dock-gui-main.c:1514 ../data/messages:41 ../data/messages:469
+#: ../data/messages:1313
 msgid "Taskbar"
 msgstr "টাস্কবার"
 
-#: ../src/cairo-dock-gui-main.c:1503
+#: ../src/cairo-dock-gui-main.c:1520
+msgid "Define all the keyboard shortcuts currently available."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1521 ../data/messages:529 ../data/messages:773
+msgid "Shortkeys"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1527
 msgid "All of the parameters you will never want to tweak."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1513
+#: ../src/cairo-dock-gui-main.c:1537
 msgid "Set a background for your dock."
 msgstr "আপনার ডকের জন্য একটি ব্যাকগ্রাউন্ড সেট করুন।"
 
-#: ../src/cairo-dock-gui-main.c:1514 ../data/messages:853
-#: ../data/messages:1251 ../data/messages:1665
+#: ../src/cairo-dock-gui-main.c:1538 ../data/messages:875
+#: ../data/messages:1241 ../data/messages:1671
 msgid "Background"
 msgstr "ব্যাকগ্রাউন্ড"
 
-#: ../src/cairo-dock-gui-main.c:1520
+#: ../src/cairo-dock-gui-main.c:1544
 msgid "Select a view for each of your docks."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1521 ../data/messages:523 ../data/messages:915
-#: ../data/messages:1659
+#: ../src/cairo-dock-gui-main.c:1545 ../data/messages:521 ../data/messages:937
+#: ../data/messages:1665
 msgid "Views"
 msgstr "ভিউ সমূহ"
 
-#: ../src/cairo-dock-gui-main.c:1528
+#: ../src/cairo-dock-gui-main.c:1552
 msgid "Configure text bubble appearance."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1529
+#: ../src/cairo-dock-gui-main.c:1553
 msgid "Dialog boxes"
 msgstr "ডায়ালগ বক্সসমূহ"
 
-#: ../src/cairo-dock-gui-main.c:1536
+#: ../src/cairo-dock-gui-main.c:1560
 msgid "Applets can be displayed on your desktop as widgets."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1537 ../data/messages:101 ../data/messages:971
-#: ../data/messages:1383
+#: ../src/cairo-dock-gui-main.c:1561 ../data/messages:101 ../data/messages:993
+#: ../data/messages:1373
 msgid "Desklets"
 msgstr "ডেস্কলেট সমূহ"
 
-#: ../src/cairo-dock-gui-main.c:1544
+#: ../src/cairo-dock-gui-main.c:1568
 msgid ""
 "All about icons:\n"
 " size, reflection, icon theme,..."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1545 ../data/messages:11 ../data/messages:493
-#: ../data/messages:1035 ../data/messages:1293
+#: ../src/cairo-dock-gui-main.c:1569 ../data/messages:11 ../data/messages:503
+#: ../data/messages:1057 ../data/messages:1283 ../data/messages:1647
 msgid "Icons"
 msgstr "আইকন সমূহ"
 
-#: ../src/cairo-dock-gui-main.c:1551
+#: ../src/cairo-dock-gui-main.c:1575
 msgid "Indicators are additional markers for your icons."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1552 ../data/messages:1153
+#: ../src/cairo-dock-gui-main.c:1576 ../data/messages:1143
 msgid "Indicators"
 msgstr "নির্দেশক সমূহ"
 
-#: ../src/cairo-dock-gui-main.c:1559
+#: ../src/cairo-dock-gui-main.c:1583
 msgid "Define icon caption and quick-info style."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1560
+#: ../src/cairo-dock-gui-main.c:1584
 msgid "Captions"
 msgstr "ক্যাপশন সমূহ"
 
-#: ../src/cairo-dock-gui-main.c:1629
+#: ../src/cairo-dock-gui-main.c:1654
 msgid "Categories"
 msgstr "ক্যাটাগরী সমূহ"
 
-#: ../src/cairo-dock-gui-main.c:1767
+#: ../src/cairo-dock-gui-main.c:1796
 msgid "Filter"
 msgstr "ফিল্টার"
 
-#: ../src/cairo-dock-gui-main.c:1814
+#: ../src/cairo-dock-gui-main.c:1843
 msgid "Options"
 msgstr "অপশন সমূহ"
 
-#: ../src/cairo-dock-gui-main.c:1824
+#: ../src/cairo-dock-gui-main.c:1853
 msgid "All words"
 msgstr "সকল শব্দসমূহ"
 
-#: ../src/cairo-dock-gui-main.c:1828
+#: ../src/cairo-dock-gui-main.c:1857
 msgid "Highlighted words"
 msgstr "হাইলাইটকৃত শব্দ সমূহ"
 
-#: ../src/cairo-dock-gui-main.c:1833
+#: ../src/cairo-dock-gui-main.c:1862
 msgid "Hide others"
 msgstr "বাকিগুলো লুকাও"
 
-#: ../src/cairo-dock-gui-main.c:1838
+#: ../src/cairo-dock-gui-main.c:1867
 msgid "Search in description"
 msgstr "বিবরণে খোঁজ"
 
-#: ../src/cairo-dock-gui-main.c:1852
+#: ../src/cairo-dock-gui-main.c:1881
 msgid "Enable this module"
 msgstr "এই মডিউলটি কার্যকর কর"
 
-#: ../src/cairo-dock-gui-main.c:1916 ../data/messages:541
+#: ../src/cairo-dock-gui-main.c:1945 ../data/messages:545
 msgid "More applets"
 msgstr "আরও এ্যাপ্লেট সমূহ"
 
-#: ../src/cairo-dock-gui-main.c:1917 ../data/messages:539
+#: ../src/cairo-dock-gui-main.c:1946 ../data/messages:543
 msgid "Get more applets online !"
 msgstr "অনলাইনে আরও এ্যাপ্লেট পান !"
 
-#: ../src/cairo-dock-gui-main.c:1951 ../src/cairo-dock.c:663
+#: ../src/cairo-dock-gui-main.c:1982 ../src/cairo-dock.c:689
 msgid "< Maintenance mode >"
 msgstr "< রক্ষণবেক্ষণ মোড >"
 
-#: ../src/cairo-dock-gui-main.c:2041 ../src/cairo-dock-gui-simple.c:901
+#: ../src/cairo-dock-gui-main.c:2072 ../src/cairo-dock-gui-simple.c:859
 msgid "Cairo-Dock configuration"
 msgstr "কায়রো-ডক কনফিগারেশন"
 
-#: ../src/cairo-dock-gui-main.c:2396
+#: ../src/cairo-dock-gui-main.c:2437
 #, c-format
 msgid ""
 "The '%s' module is not present. You need to install it and all its "
@@ -247,57 +279,57 @@
 "'%s' মডিউলটি উপস্থিত নয়। এই মডিউলটি ব্যবহার করতে হলে আপনাকে এটি এবং এর সকল "
 "ডিপেন্ডাইস সমূহ ইন্সটল করতে হবে।"
 
-#: ../src/cairo-dock-gui-main.c:2402
+#: ../src/cairo-dock-gui-main.c:2443
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr "'%s' মডিউলটি কার্যকর নয়।"
 
-#: ../src/cairo-dock-gui-main.c:2403
+#: ../src/cairo-dock-gui-main.c:2444
 msgid "Do you want to enable it now?"
 msgstr "আপনি কি এখন এটি কার্যকর করতে চান?"
 
-#: ../src/cairo-dock-gui-main.c:2750
+#: ../src/cairo-dock-gui-main.c:2810
 msgid "Simple Mode"
 msgstr "সরল মোড"
 
-#: ../src/cairo-dock-gui-simple.c:408 ../src/cairo-dock-gui-themes.c:114
+#: ../src/cairo-dock-gui-simple.c:378 ../src/cairo-dock-gui-themes.c:114
 msgid "Could not import the theme."
 msgstr "থীমটি ইম্পোর্ট করা সম্ভব হয় নি।"
 
-#: ../src/cairo-dock-gui-simple.c:428
+#: ../src/cairo-dock-gui-simple.c:398
 msgid "Importing theme..."
 msgstr "থীম ইম্পোর্ট করা হচ্ছে..."
 
-#: ../src/cairo-dock-gui-simple.c:435 ../src/cairo-dock-gui-themes.c:156
+#: ../src/cairo-dock-gui-simple.c:405 ../src/cairo-dock-gui-themes.c:156
 msgid "Theme has been saved"
 msgstr "থীম সংরক্ষণ করা হয়েছে"
 
-#: ../src/cairo-dock-gui-simple.c:441 ../src/cairo-dock-gui-themes.c:162
+#: ../src/cairo-dock-gui-simple.c:411 ../src/cairo-dock-gui-themes.c:162
 msgid "Themes have been deleted"
 msgstr "থীম সমূহ অপসারণ করা হয়েছে"
 
-#: ../src/cairo-dock-gui-simple.c:771
+#: ../src/cairo-dock-gui-simple.c:706
 msgid "Animation:"
 msgstr "এনিমেশনঃ"
 
-#: ../src/cairo-dock-gui-simple.c:788
+#: ../src/cairo-dock-gui-simple.c:727
 msgid "Effects:"
 msgstr "ইফেক্ট সমূহঃ"
 
-#: ../src/cairo-dock-gui-simple.c:856
+#: ../src/cairo-dock-gui-simple.c:795
 msgid ""
 "Click on an applet in order to have a preview and a description for it."
 msgstr ""
 
-#: ../src/cairo-dock-gui-simple.c:865 ../data/messages:485
+#: ../src/cairo-dock-gui-simple.c:821 ../data/messages:495
 msgid "On mouse hover:"
 msgstr "মাউস উঠালেঃ"
 
-#: ../src/cairo-dock-gui-simple.c:867 ../data/messages:487
+#: ../src/cairo-dock-gui-simple.c:823 ../data/messages:497
 msgid "On click:"
 msgstr "ক্লিক করলেঃ"
 
-#: ../src/cairo-dock-gui-simple.c:938
+#: ../src/cairo-dock-gui-simple.c:896
 msgid ""
 "This is the simple configuration panel of Cairo-Dock.\n"
 " After you get familiar with it, and if you want to customise your theme\n"
@@ -310,11 +342,11 @@
 ", আপনি এডভ্যান্সড মোডে স্যুইচ করতে পারেন।\n"
 " আপনি একটি মোড থেকে অন্য মোডে যেকোন মুহুর্তে স্যুইচ করতে পারেন।"
 
-#: ../src/cairo-dock-gui-simple.c:1063
+#: ../src/cairo-dock-gui-simple.c:1039
 msgid "Advanced Mode"
 msgstr "এডভ্যান্সড মোড"
 
-#: ../src/cairo-dock-gui-simple.c:1064
+#: ../src/cairo-dock-gui-simple.c:1040
 msgid ""
 "The advanced mode lets you tweak every single parameter of the dock. It is a "
 "powerful tool to customise your current theme."
@@ -330,548 +362,582 @@
 msgid "Manage Themes"
 msgstr "থীম ব্যবস্থাপনা করুন"
 
-#: ../src/cairo-dock-help.c:54 ../src/cairo-dock-menu.c:454
-#: ../src/help/applet-init.c:28 ../src/help/applet-notifications.c:228
-msgid "Help"
-msgstr "সাহায্য"
-
-#: ../src/cairo-dock-help.c:69 ../src/help/applet-init.c:31
-msgid ""
-"This applet is made to help you.\n"
-"Click on its icon to pop up useful tips about the possibilities of Cairo-"
-"Dock.\n"
-"Middle-click to open the configuration window.\n"
-"Right-click to access some troubleshooting actions."
-msgstr ""
-
-#: ../src/cairo-dock-help.c:220 ../src/help/applet-tips-dialog.c:152
-msgid "Tips and Tricks"
-msgstr ""
-
-#: ../src/cairo-dock-help.c:380 ../src/help/applet-tips-dialog.c:299
-msgid "Category"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:122
+#: ../src/cairo-dock-menu.c:123
 msgid "Delete this dock?"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:174
+#: ../src/cairo-dock-menu.c:177
 msgid "About Cairo-Dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:211 ../data/messages:283 ../data/messages:1565
+#: ../src/cairo-dock-menu.c:214 ../data/messages:283 ../data/messages:1555
 msgid "Development site"
 msgstr "ডেভেলপমেন্ট সাইট"
 
-#: ../src/cairo-dock-menu.c:212 ../data/messages:281 ../data/messages:1563
+#: ../src/cairo-dock-menu.c:215 ../data/messages:281 ../data/messages:1553
 msgid "Find the latest version of Cairo-Dock here !"
 msgstr "কায়রো-ডক এর সর্বশেষ ভার্সন এখানে পাবেন!"
 
-#: ../src/cairo-dock-menu.c:216 ../src/cairo-dock-menu.c:447
+#: ../src/cairo-dock-menu.c:219 ../src/cairo-dock-menu.c:928
 msgid "Get more applets!"
 msgstr "আরও এ্যাপ্লেট পান!"
 
-#: ../src/cairo-dock-menu.c:220 ../src/cairo-dock-menu.c:226
+#: ../src/cairo-dock-menu.c:223 ../src/cairo-dock-menu.c:229
 msgid "Donate"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:223 ../src/cairo-dock-menu.c:229
+#: ../src/cairo-dock-menu.c:226 ../src/cairo-dock-menu.c:232
 msgid ""
 "Support the people who spend countless hours to bring you the best dock ever."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:240
+#: ../src/cairo-dock-menu.c:260
+msgid "Here is a list of the current developers and contributors"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:261
+msgid "Developers"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:262
+msgid "Main developer and project leader"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:263
+msgid "Contributors / Hackers"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:265
 msgid "Development"
 msgstr "ডেভেলপমেন্ট"
 
-#: ../src/cairo-dock-menu.c:246
+#: ../src/cairo-dock-menu.c:280
+msgid "Website"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:281
+msgid "Beta-testing / Suggestions / Forum animation"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:282
+msgid "Translators for this language"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:283
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+"  Aniruddha Adhikary https://launchpad.net/~digitiger1\n";
+"  Fabounet https://launchpad.net/~fabounet03";
+
+#: ../src/cairo-dock-menu.c:285
+msgid "Support"
+msgstr "সাপোর্ট"
+
+#: ../src/cairo-dock-menu.c:315
+msgid ""
+"Thanks to all people that help us to improve the Cairo-Dock project.\n"
+"Thanks to all current, former and future contributors."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:317
+msgid "How to help us?"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:318
+msgid "Don't hesitate to join the project, we need you ;)"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:319
+msgid "Former contributors"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:320
+msgid "For a complete list, please have a look to BZR logs"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:321
+msgid "Users of our forum"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:322
 msgid "Artwork"
 msgstr "আর্টওয়ার্ক"
 
-#: ../src/cairo-dock-menu.c:250
-msgid "Support"
-msgstr "সাপোর্ট"
+#: ../src/cairo-dock-menu.c:324
+msgid "Thanks"
+msgstr ""
 
-#: ../src/cairo-dock-menu.c:332
+#: ../src/cairo-dock-menu.c:401
 msgid "Quit Cairo-Dock?"
 msgstr "কায়রো-ডক বন্ধ করবেন?"
 
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:431 ../src/cairo-dock-menu.c:573
+msgid "Separator"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:543
+msgid ""
+"The new dock has been created.\n"
+"Now move some launchers or applets into it by right-clicking on the icon -> "
+"move to another dock"
+msgstr ""
+"নতুন ডকটি তৈরী করা হয়েছে।\n"
+"এখন, '-> অন্য ডকে সরিয়ে নিন' আইকনে ক্লিক করে কিছু লঞ্চার বা এ্যাপ্লেট এর "
+"ভেতর সরিয়ে আনুন"
+
+#: ../src/cairo-dock-menu.c:567
+msgid "Add"
+msgstr "যোগ করুন"
+
+#: ../src/cairo-dock-menu.c:569
+msgid "Sub-dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:571
+msgid "Main dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:575
+msgid "Custom launcher"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:576
+msgid ""
+"Usually you would drag a launcher from the menu and drop it on the dock."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:593
+msgid "separator"
+msgstr "বিচ্ছিন্নকারক"
+
+#: ../src/cairo-dock-menu.c:597
+#, c-format
+msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
+msgstr "আপনি এই আইকনটি (%s) ডকটি থেকে অপসারণ করতে যাচ্ছেন। আপনি কি নিশ্চিত?"
+
+#: ../src/cairo-dock-menu.c:609
+msgid ""
+"Do you want to re-dispatch the icons contained inside this container into "
+"the dock?\n"
+"(otherwise they will be destroyed)"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:633
+msgid "Sorry, this icon doesn't have a configuration file."
+msgstr "দুঃখিত, এই আইকনটির কনফিগারেশন ফাইল নেই।"
+
+#: ../src/cairo-dock-menu.c:673
+msgid ""
+"The new dock has been created.\n"
+"You can customize it by right-clicking on it -> cairo-dock -> configure this "
+"dock."
+msgstr ""
+"নতুন ডকটি তৈরী করা হয়েছে।\n"
+"আপনি এটিকে কাস্টমাইজ করতে পারেন এটির ওপর রাইট-ক্লিক করে -> কায়রো-ডক -> ডকটি "
+"কনফিগার করুন।"
+
+#: ../src/cairo-dock-menu.c:731
+msgid ""
+"Sorry, couldn't find the corresponding description file.\n"
+"Consider dragging and dropping the launcher from the Applications Menu."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:772
+#, c-format
+msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
+msgstr ""
+"আপনি কিন্তু এই এ্যাপ্লেট (%s) ডকটি থেকে সরিয়ে ফেলছেন। আপনি কি নিশ্চিত?"
+
+#: ../src/cairo-dock-menu.c:830
 msgid "Configure"
 msgstr "কনফিগার"
 
-#: ../src/cairo-dock-menu.c:368
+#: ../src/cairo-dock-menu.c:835
 msgid "Configure behaviour, appearance, and applets."
 msgstr "আচরণ, দৃশ্য এবং এ্যাপ্লেট সমূহ কনফিগার করুন।"
 
-#: ../src/cairo-dock-menu.c:372
+#: ../src/cairo-dock-menu.c:840
 msgid "Configure this dock"
 msgstr "এই ডকটি কনফিগার করুন"
 
-#: ../src/cairo-dock-menu.c:377
+#: ../src/cairo-dock-menu.c:845
 msgid "Customize the position, visibility and appearance of this main dock."
 msgstr "এই মূল ডকটির অবস্থান, দৃশ্যমানতা এবং দৃশ্য কাস্টমাইজ করুন"
 
-#: ../src/cairo-dock-menu.c:379
+#: ../src/cairo-dock-menu.c:847
 msgid "Delete this dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:388
+#: ../src/cairo-dock-menu.c:857
 msgid "Manage themes"
 msgstr "থীম ব্যবস্থাপনা করুন"
 
-#: ../src/cairo-dock-menu.c:393
+#: ../src/cairo-dock-menu.c:862
 msgid ""
 "Choose from amongst many themes on the server or save your current theme."
 msgstr ""
 "আপনার বর্তমান থীমটি সংরক্ষণ করুন কিংবা সার্ভারের অনেক থীম হতে বাছাই করুন"
 
-#: ../src/cairo-dock-menu.c:399
-msgid "Unlock icons"
-msgstr "আইকন সমূহ আনলক কর"
-
-#: ../src/cairo-dock-menu.c:399
-msgid "Lock icons"
-msgstr "আইকন সমূহ লক কর"
-
-#: ../src/cairo-dock-menu.c:403
+#: ../src/cairo-dock-menu.c:875
+msgid "Unlock icons position"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:875
+msgid "Lock icons position"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:879
 msgid "This will (un)lock the position of the icons."
 msgstr "এটি আইকন সমূহের অবস্থান (আন)লক করবে।"
 
-#: ../src/cairo-dock-menu.c:407
-msgid "Unlock dock"
-msgstr "ডক আনলক কর"
-
-#: ../src/cairo-dock-menu.c:407
-msgid "Lock dock"
-msgstr "ডক লক কর"
-
-#: ../src/cairo-dock-menu.c:414
-msgid ""
-"This will allow you to add or remove launchers and applets, and configure "
-"the program."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:418
-msgid ""
-"This will prevent any modification of the current theme, and hide all the "
-"unnecessary entries in the menus."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:424
+#: ../src/cairo-dock-menu.c:903
 msgid "Quick-Hide"
 msgstr "দ্রুত-লুকানো"
 
-#: ../src/cairo-dock-menu.c:429
+#: ../src/cairo-dock-menu.c:908
 msgid "This will hide the dock until you hover over it with the mouse."
 msgstr "এটি ডকটিকে লুকিয়ে রাখবে যতক্ষণ না আপনি এর উপর মাউস না আনছেন।"
 
-#: ../src/cairo-dock-menu.c:437
+#: ../src/cairo-dock-menu.c:917
 msgid "Launch Cairo-Dock on startup"
 msgstr "স্টার্টআপে কায়রো-ডক লঞ্চ কর"
 
-#: ../src/cairo-dock-menu.c:452
+#: ../src/cairo-dock-menu.c:933
 msgid ""
 "Third-party applets provide integration with many programs, like Pidgin"
 msgstr ""
 "তৃতীর-পক্ষের এ্যাপ্লেট পিজিনের পত প্রোগ্রামের সাথে ইন্টিগ্রেশন সরবরাহ করে"
 
-#: ../src/cairo-dock-menu.c:459
+#: ../src/cairo-dock-menu.c:936 ../src/help/applet-init.c:28
+#: ../src/help/applet-notifications.c:257
+msgid "Help"
+msgstr "সাহায্য"
+
+#: ../src/cairo-dock-menu.c:941
 msgid "There are no problems, only solutions (and a lot of useful hints!)"
 msgstr "এখানে কোন সমস্যা নেই, শুধু সমাধান (এবং অনেক প্রয়োজনীয় হিন্ট!)"
 
-#: ../src/cairo-dock-menu.c:461
+#: ../src/cairo-dock-menu.c:943
 msgid "About"
 msgstr "সম্পর্কে"
 
-#: ../src/cairo-dock-menu.c:469
+#: ../src/cairo-dock-menu.c:952
 msgid "Quit"
 msgstr "বন্ধ কর"
 
-#: ../src/cairo-dock-menu.c:494
-msgid "separator"
-msgstr "বিচ্ছিন্নকারক"
-
-#: ../src/cairo-dock-menu.c:498
-#, c-format
-msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
-msgstr "আপনি এই আইকনটি (%s) ডকটি থেকে অপসারণ করতে যাচ্ছেন। আপনি কি নিশ্চিত?"
-
-#: ../src/cairo-dock-menu.c:509
-msgid ""
-"Do you want to re-dispatch the icons contained inside this container into "
-"the dock?\n"
-"(otherwise they will be destroyed)"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:577
-msgid ""
-"The new dock has been created.\n"
-"Now move some launchers or applets into it by right-clicking on the icon -> "
-"move to another dock"
-msgstr ""
-"নতুন ডকটি তৈরী করা হয়েছে।\n"
-"এখন, '-> অন্য ডকে সরিয়ে নিন' আইকনে ক্লিক করে কিছু লঞ্চার বা এ্যাপ্লেট এর "
-"ভেতর সরিয়ে আনুন"
-
-#: ../src/cairo-dock-menu.c:611
-msgid "Sorry, this icon doesn't have a configuration file."
-msgstr "দুঃখিত, এই আইকনটির কনফিগারেশন ফাইল নেই।"
-
-#: ../src/cairo-dock-menu.c:651
-msgid ""
-"The new dock has been created.\n"
-"You can customize it by right-clicking on it -> cairo-dock -> configure this "
-"dock."
-msgstr ""
-"নতুন ডকটি তৈরী করা হয়েছে।\n"
-"আপনি এটিকে কাস্টমাইজ করতে পারেন এটির ওপর রাইট-ক্লিক করে -> কায়রো-ডক -> ডকটি "
-"কনফিগার করুন।"
-
-#: ../src/cairo-dock-menu.c:712
-#, c-format
-msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
-msgstr ""
-"আপনি কিন্তু এই এ্যাপ্লেট (%s) ডকটি থেকে সরিয়ে ফেলছেন। আপনি কি নিশ্চিত?"
-
-#: ../src/cairo-dock-menu.c:934
-msgid ""
-"Sorry, couldn't find the corresponding description file.\n"
-"Consider dragging and dropping the launcher from the Applications Menu."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1169
+#: ../src/cairo-dock-menu.c:961
+msgid ""
+"You're using a Cairo-Dock Session!\n"
+"It's not advised to quit the dock but you can press Shift to unlock this "
+"menu entry."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:993 ../src/cairo-dock-menu.c:1014
+msgid "Edit"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:995 ../src/cairo-dock-menu.c:1021
+msgid "Remove"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:996
+msgid ""
+"You can remove a launcher by dragging it out of the dock with the mouse ."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:998 ../src/cairo-dock-menu.c:1030
+msgid "Move to another dock"
+msgstr "অন্য একটি ডকে সরিয়ে ফেলুন"
+
+#: ../src/cairo-dock-menu.c:1000 ../src/cairo-dock-menu.c:1032
+#: ../src/gldit/cairo-dock-gui-factory.c:1105
+msgid "New main dock"
+msgstr "নতুন মূল ডক"
+
+#: ../src/cairo-dock-menu.c:1009
+msgid "Make it a launcher"
+msgstr "এটিকে লঞ্চার বানাও"
+
+#: ../src/cairo-dock-menu.c:1018
+msgid "Detach"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1018
+msgid "Return to the dock"
+msgstr "ডকে ফিরে যান"
+
+#: ../src/cairo-dock-menu.c:1025
+msgid "Duplicate"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1040
+msgid "Applet's handbook"
+msgstr "এ্যাপ্লেটের হ্যান্ডবুক"
+
+#: ../src/cairo-dock-menu.c:1085
+msgid "Pick up an image"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1316
 #, c-format
 msgid "Move all to desktop %d - face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1169
+#: ../src/cairo-dock-menu.c:1316
 #, c-format
 msgid "Move to desktop %d - face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1171
+#: ../src/cairo-dock-menu.c:1318
 #, c-format
 msgid "Move all to desktop %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1171
+#: ../src/cairo-dock-menu.c:1318
 #, c-format
 msgid "Move to desktop %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1173
+#: ../src/cairo-dock-menu.c:1320
 #, c-format
 msgid "Move all to face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1173
+#: ../src/cairo-dock-menu.c:1320
 #, c-format
 msgid "Move to face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1211
-msgid "Add"
-msgstr "যোগ করুন"
-
-#: ../src/cairo-dock-menu.c:1213
-msgid "Sub-dock"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1215
-msgid "Main dock"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1218
-msgid "Separator"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1222
-msgid "Custom launcher"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1223
-msgid ""
-"Usually you would drag a launcher from the menu and drop it on the dock."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1288
-msgid "Modify this separator"
-msgstr "বিচ্ছিন্নকারকটিকে পরিবর্তন করুন"
-
-#: ../src/cairo-dock-menu.c:1288
-msgid "Modify this launcher"
-msgstr "লঞ্চারটি পরিবর্তন করুন"
-
-#: ../src/cairo-dock-menu.c:1290
-msgid "Remove this separator"
-msgstr "বিচ্ছিন্নকারকটিকে অপসারণ করুন"
-
-#: ../src/cairo-dock-menu.c:1290
-msgid "Remove this launcher"
-msgstr "লঞ্চারটি অপসারণ করুন"
-
-#: ../src/cairo-dock-menu.c:1291
-msgid ""
-"You can remove a launcher by dragging it out of the dock with the mouse ."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1293 ../src/cairo-dock-menu.c:1472
-msgid "Move to another dock"
-msgstr "অন্য একটি ডকে সরিয়ে ফেলুন"
-
-#: ../src/cairo-dock-menu.c:1298 ../src/cairo-dock-menu.c:1477
-#: ../src/gldit/cairo-dock-gui-factory.c:1104
-msgid "New main dock"
-msgstr "নতুন মূল ডক"
-
-#: ../src/cairo-dock-menu.c:1318 ../src/cairo-dock-menu.c:1416
+#: ../src/cairo-dock-menu.c:1566 ../src/cairo-dock-menu.c:1665
 msgid "Other actions"
 msgstr "অন্যান্য কার্যাবলী"
 
-#: ../src/cairo-dock-menu.c:1324
+#: ../src/cairo-dock-menu.c:1568
 msgid "Move to this desktop"
 msgstr "এই ডেস্কটপে সরিয়ে আন"
 
-#: ../src/cairo-dock-menu.c:1339
+#: ../src/cairo-dock-menu.c:1583
 msgid "Not Fullscreen"
 msgstr "ফুলস্ক্রীণ নয়"
 
-#: ../src/cairo-dock-menu.c:1339
+#: ../src/cairo-dock-menu.c:1583
 msgid "Fullscreen"
 msgstr "ফুলস্ক্রীণ"
 
-#: ../src/cairo-dock-menu.c:1343
+#: ../src/cairo-dock-menu.c:1587
 msgid "Don't keep above"
 msgstr "উপরে রাখবে না"
 
-#: ../src/cairo-dock-menu.c:1343 ../data/messages:363
+#: ../src/cairo-dock-menu.c:1587 ../data/messages:363
 msgid "Keep above"
 msgstr "উপরে রাখবে"
 
-#: ../src/cairo-dock-menu.c:1368
+#: ../src/cairo-dock-menu.c:1612
 msgid "Remove custom icon"
 msgstr "কাস্টম আইকন অপসারণ কর"
 
-#: ../src/cairo-dock-menu.c:1372
+#: ../src/cairo-dock-menu.c:1616
 msgid "Set a custom icon"
 msgstr "কাস্টম আইকন সেট কর"
 
-#: ../src/cairo-dock-menu.c:1375
+#: ../src/cairo-dock-menu.c:1619
 msgid "Kill"
 msgstr "কিল"
 
-#: ../src/cairo-dock-menu.c:1380
-msgid "Make it a launcher"
-msgstr "এটিকে লঞ্চার বানাও"
-
-#: ../src/cairo-dock-menu.c:1383 ../src/cairo-dock-menu.c:1426
+#: ../src/cairo-dock-menu.c:1623 ../src/cairo-dock-menu.c:1671
 msgid "Launch a new (Shift+clic)"
 msgstr "একটি নতুন লঞ্চ কর (Shift+Click)"
 
-#: ../src/cairo-dock-menu.c:1385
+#: ../src/cairo-dock-menu.c:1627
 msgid "Show"
 msgstr "দেখাও"
 
-#: ../src/cairo-dock-menu.c:1387
+#: ../src/cairo-dock-menu.c:1629
 msgid "Unmaximise"
 msgstr "আনম্যাক্সিমাইজ"
 
-#: ../src/cairo-dock-menu.c:1387
+#: ../src/cairo-dock-menu.c:1629
 msgid "Maximise"
 msgstr "ম্যাক্সিমাইজ"
 
-#: ../src/cairo-dock-menu.c:1392 ../src/cairo-dock-menu.c:1394
+#: ../src/cairo-dock-menu.c:1634 ../src/cairo-dock-menu.c:1636
 msgid "Minimise"
 msgstr "মিনিমাইজ"
 
-#: ../src/cairo-dock-menu.c:1392 ../src/cairo-dock-menu.c:1400
-#: ../src/help/applet-notifications.c:218
+#: ../src/cairo-dock-menu.c:1634 ../src/cairo-dock-menu.c:1641
+#: ../src/cairo-dock-menu.c:1649 ../src/help/applet-notifications.c:247
 msgid "middle-click"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1400 ../src/cairo-dock-menu.c:1402
-#: ../data/messages:731
+#: ../src/cairo-dock-menu.c:1641 ../src/cairo-dock-menu.c:1643
+#: ../data/messages:751
+msgid "Lower"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1649 ../src/cairo-dock-menu.c:1651
+#: ../data/messages:745
 msgid "Close"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1422
+#: ../src/cairo-dock-menu.c:1667
 msgid "Move all to this desktop"
 msgstr "সব এই ডেস্কটপে সরিয়ে আনুন"
 
-#: ../src/cairo-dock-menu.c:1428
+#: ../src/cairo-dock-menu.c:1673
 msgid "Show all"
 msgstr "সব দেখাও"
 
-#: ../src/cairo-dock-menu.c:1430
+#: ../src/cairo-dock-menu.c:1675
 msgid "Minimise all"
 msgstr "সব মিনিমাইজ কর"
 
-#: ../src/cairo-dock-menu.c:1432
+#: ../src/cairo-dock-menu.c:1677
 msgid "Close all"
 msgstr "সব বন্ধ কর"
 
-#: ../src/cairo-dock-menu.c:1460
-msgid "Detach this applet"
-msgstr "এই এ্যাপ্লেটটি ডিট্যাচ করুন"
-
-#: ../src/cairo-dock-menu.c:1460
-msgid "Return to the dock"
-msgstr "ডকে ফিরে যান"
-
-#: ../src/cairo-dock-menu.c:1463
-msgid "Remove this applet"
-msgstr "এই এ্যাপ্লেটটি অপসারণ করুন"
-
-#: ../src/cairo-dock-menu.c:1467
-msgid "Launch another instance of this applet"
-msgstr "এই এ্যাপ্লেটের অন্য একটি ইন্সট্যান্স চালু কর"
-
-#: ../src/cairo-dock-menu.c:1502 ../data/messages:361
+#: ../src/cairo-dock-menu.c:1698 ../data/messages:361
 msgid "Normal"
 msgstr "নরমাল"
 
-#: ../src/cairo-dock-menu.c:1508 ../data/messages:427 ../data/messages:595
-#: ../data/messages:1643
+#: ../src/cairo-dock-menu.c:1704 ../data/messages:427 ../data/messages:599
+#: ../data/messages:1633
 msgid "Always on top"
 msgstr "সর্বদা উপরে"
 
-#: ../src/cairo-dock-menu.c:1515
+#: ../src/cairo-dock-menu.c:1711
 msgid "Always below"
 msgstr "সর্বদা নিচে"
 
-#: ../src/cairo-dock-menu.c:1533 ../data/messages:369
+#: ../src/cairo-dock-menu.c:1728 ../data/messages:369
 msgid "Reserve space"
 msgstr "স্পেস রিসার্ভ কর"
 
-#: ../src/cairo-dock-menu.c:1540
+#: ../src/cairo-dock-menu.c:1735
 msgid "On all desktops"
 msgstr "সব ডেস্কটপে"
 
-#: ../src/cairo-dock-menu.c:1546
+#: ../src/cairo-dock-menu.c:1741
 msgid "Lock position"
 msgstr "পজিশন লক কর"
 
-#: ../src/cairo-dock-user-interaction.c:405
+#: ../src/cairo-dock-user-interaction.c:416
 msgid ""
 "The option 'overwrite X icons' has been automatically enabled in the "
 "config.\n"
 "It is located in the 'Taskbar' module."
 msgstr ""
 
-#: ../src/cairo-dock.c:148
+#: ../src/cairo-dock.c:147
 #, c-format
 msgid "Happy new year %d !!!"
 msgstr ""
 
-#: ../src/cairo-dock.c:317
+#: ../src/cairo-dock.c:320
 msgid "Use Cairo backend."
 msgstr ""
 
-#: ../src/cairo-dock.c:320
+#: ../src/cairo-dock.c:323
 msgid "Use OpenGL backend."
 msgstr ""
 
-#: ../src/cairo-dock.c:324
-msgid ""
-"Force Glitz backend (hardware acceleration for cairo, needs a glitz-enabled "
-"libcairo)."
-msgstr ""
-
-#: ../src/cairo-dock.c:328
+#: ../src/cairo-dock.c:326
 msgid ""
 "Use OpenGL backend with indirect rendering. There are very few case where "
 "this option should be used."
 msgstr ""
 
-#: ../src/cairo-dock.c:331
+#: ../src/cairo-dock.c:329
+msgid "Ask again on startup which backend to use."
+msgstr ""
+
+#: ../src/cairo-dock.c:332
 msgid "Force the dock to consider this environnement - use it with care."
 msgstr ""
 
-#: ../src/cairo-dock.c:334
+#: ../src/cairo-dock.c:335
 msgid ""
 "Force the dock to load from this directory, instead of ~/.config/cairo-dock."
 msgstr ""
 
-#: ../src/cairo-dock.c:337
+#: ../src/cairo-dock.c:338
 msgid ""
 "Address of a server containing additional themes. This will overwrite the "
 "default server address."
 msgstr ""
 
-#: ../src/cairo-dock.c:340
+#: ../src/cairo-dock.c:341
 msgid ""
 "Wait for N seconds before starting; this is useful if you notice some "
 "problems when the dock starts with the session."
 msgstr ""
 
-#: ../src/cairo-dock.c:343
+#: ../src/cairo-dock.c:344
 msgid ""
 "Allow to edit the config before the dock is started and show the config "
 "panel on start."
 msgstr ""
 
-#: ../src/cairo-dock.c:346
+#: ../src/cairo-dock.c:347
 msgid "Exclude a given plug-in from activating (it is still loaded though)."
 msgstr ""
 
-#: ../src/cairo-dock.c:349
+#: ../src/cairo-dock.c:350
 msgid "Don't load any plug-ins."
 msgstr ""
 
-#: ../src/cairo-dock.c:352
+#: ../src/cairo-dock.c:353
 msgid ""
 "Log verbosity (debug,message,warning,critical,error); default is warning."
 msgstr ""
 
-#: ../src/cairo-dock.c:355
+#: ../src/cairo-dock.c:356
 msgid "Force to display some output messages with colors."
 msgstr ""
 
-#: ../src/cairo-dock.c:358
+#: ../src/cairo-dock.c:359
 msgid "Print version and quit."
 msgstr ""
 
-#: ../src/cairo-dock.c:361
+#: ../src/cairo-dock.c:362
 msgid "Lock the dock so that any modification is impossible for users."
 msgstr ""
 
-#: ../src/cairo-dock.c:365
+#: ../src/cairo-dock.c:366
 msgid "Keep the dock above other windows whatever."
 msgstr ""
 
-#: ../src/cairo-dock.c:368
+#: ../src/cairo-dock.c:369
 msgid "Don't make the dock appear on all desktops."
 msgstr ""
 
-#: ../src/cairo-dock.c:371
+#: ../src/cairo-dock.c:372
 msgid "Cairo-Dock makes anything, including coffee !"
 msgstr ""
 
-#: ../src/cairo-dock.c:374
+#: ../src/cairo-dock.c:375
 msgid ""
 "Ask the dock to load additionnal modules contained in this directory (though "
 "it is unsafe for your dock to load unnofficial modules)."
 msgstr ""
 
-#: ../src/cairo-dock.c:377
+#: ../src/cairo-dock.c:378
 msgid ""
 "For debugging purpose only. The crash manager will not be started to hunt "
 "down the bugs."
 msgstr ""
 
-#: ../src/cairo-dock.c:380
+#: ../src/cairo-dock.c:381
 msgid ""
 "For debugging purpose only. Some hidden and still unstable options will be "
 "activated."
 msgstr ""
 
-#: ../src/cairo-dock.c:499
+#: ../src/cairo-dock.c:502
 msgid "Use OpenGL in Cairo-Dock"
 msgstr "কাররো-ডকে ওপেনজিএল ব্যবহার কর"
 
-#: ../src/cairo-dock.c:507
+#: ../src/cairo-dock.c:510
 msgid ""
 "OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
 "the minimum.\n"
@@ -883,11 +949,11 @@
 "  or with the -o option to force OpenGL and -c to force cairo.)"
 msgstr ""
 
-#: ../src/cairo-dock.c:512
+#: ../src/cairo-dock.c:521
 msgid "Remember this choice"
 msgstr "এই পছন্দ মনে রাখো"
 
-#: ../src/cairo-dock.c:749
+#: ../src/cairo-dock.c:775
 #, c-format
 msgid ""
 "The module '%s' may have encountered a problem.\n"
@@ -909,77 +975,86 @@
 "to do it now?"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-applet-facility.h:374
-msgid "Applet's handbook"
-msgstr "এ্যাপ্লেটের হ্যান্ডবুক"
-
-#: ../src/gldit/cairo-dock-desklet-manager.c:860
+#: ../src/gldit/cairo-dock-desklet-manager.c:858
 msgid "_custom decoration_"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-dock-manager.c:333
+#: ../src/gldit/cairo-dock-dock-manager.c:363
 msgid "Bottom dock"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-dock-manager.c:335
+#: ../src/gldit/cairo-dock-dock-manager.c:365
 msgid "Top dock"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-dock-manager.c:340
+#: ../src/gldit/cairo-dock-dock-manager.c:370
 msgid "Right dock"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-dock-manager.c:342
+#: ../src/gldit/cairo-dock-dock-manager.c:372
 msgid "Left dock"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:236
+#: ../src/gldit/cairo-dock-dock-manager.c:1632
+#: ../src/gldit/cairo-dock-dock-manager.c:1733
+msgid "Pop up the main dock"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:243
 #, c-format
 msgid "by %s"
 msgstr "%s এর দ্বারা"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:248
+#: ../src/gldit/cairo-dock-gui-factory.c:255
 msgid "kB"
 msgstr "কিলোবাইট"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:250
+#: ../src/gldit/cairo-dock-gui-factory.c:257
 msgid "MB"
 msgstr "মেগাবাইট"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:259
+#: ../src/gldit/cairo-dock-gui-factory.c:266
 msgid "Local"
 msgstr "লোকাল"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:260
+#: ../src/gldit/cairo-dock-gui-factory.c:267
 msgid "User"
 msgstr "ব্যবহারকারী"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:261
+#: ../src/gldit/cairo-dock-gui-factory.c:268
 msgid "Net"
 msgstr "নেট"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:262
+#: ../src/gldit/cairo-dock-gui-factory.c:269
 msgid "New"
 msgstr "নতুন"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:263
+#: ../src/gldit/cairo-dock-gui-factory.c:270
 msgid "Updated"
 msgstr "আপডেটকৃত"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:983
+#: ../src/gldit/cairo-dock-gui-factory.c:724
+msgid "Pick up a file"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:724
+msgid "Pick up a directory"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:984
 msgid "_Custom Icons_"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1347
+#: ../src/gldit/cairo-dock-gui-factory.c:1348
 msgid "Rate me"
 msgstr "আমাকে রেট করুন"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1446
-#: ../src/gldit/cairo-dock-gui-factory.c:1448
+#: ../src/gldit/cairo-dock-gui-factory.c:1447
+#: ../src/gldit/cairo-dock-gui-factory.c:1449
 msgid "You must try the theme before you can rate it."
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1471
+#: ../src/gldit/cairo-dock-gui-factory.c:1472
 #, c-format
 msgid ""
 "The '%s' module was not found.\n"
@@ -987,40 +1062,40 @@
 "features."
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1480
+#: ../src/gldit/cairo-dock-gui-factory.c:1481
 #, c-format
 msgid ""
 "The '%s' plug-in is not active.\n"
 "Activate it now?"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2252
-#: ../src/gldit/cairo-dock-gui-factory.c:2831
+#: ../src/gldit/cairo-dock-gui-factory.c:2329
+#: ../src/gldit/cairo-dock-gui-factory.c:2912
 #, c-format
 msgid "Listing themes in '%s' ..."
 msgstr "'%s' থীমের ভেতর লিস্টিং করা হচ্ছে ..."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2769
+#: ../src/gldit/cairo-dock-gui-factory.c:2846
 msgid "Theme"
 msgstr "থীম"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2782
+#: ../src/gldit/cairo-dock-gui-factory.c:2859
 msgid "Rating"
 msgstr "রেটিং"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2788
+#: ../src/gldit/cairo-dock-gui-factory.c:2865
 msgid "Sobriety"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2857
+#: ../src/gldit/cairo-dock-gui-factory.c:2938
 msgid "link"
 msgstr "লিংক"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2910
+#: ../src/gldit/cairo-dock-gui-factory.c:2991
 msgid "Grab"
 msgstr "গ্র্যাব"
 
-#: ../src/gldit/cairo-dock-struct.h:419
+#: ../src/gldit/cairo-dock-struct.h:423
 msgid "Default"
 msgstr ""
 
@@ -1033,19 +1108,19 @@
 msgid "Last modification on:"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-themes-manager.c:276
+#: ../src/gldit/cairo-dock-themes-manager.c:272
 #, c-format
 msgid ""
-"Could not access remote file %s/%s. Maybe the server is down.\n"
+"Could not access remote file %s. Maybe the server is down.\n"
 "Please retry later or contact us at glx-dock.org."
 msgstr ""
 
-#: ../src/gldit/cairo-dock-themes-manager.c:291
+#: ../src/gldit/cairo-dock-themes-manager.c:286
 #, c-format
 msgid "Are you sure you want to delete theme %s?"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-themes-manager.c:293
+#: ../src/gldit/cairo-dock-themes-manager.c:288
 msgid "Are you sure you want to delete these themes?"
 msgstr ""
 
@@ -1089,72 +1164,85 @@
 "page."
 msgstr ""
 
-#: ../src/help/applet-notifications.c:169
-msgid "Unity is already disabled."
+#: ../src/help/applet-init.c:31
+msgid ""
+"This applet is made to help you.\n"
+"Click on its icon to pop up useful tips about the possibilities of Cairo-"
+"Dock.\n"
+"Middle-click to open the configuration window.\n"
+"Right-click to access some troubleshooting actions."
 msgstr ""
 
-#: ../src/help/applet-notifications.c:218
+#: ../src/help/applet-notifications.c:247
 msgid "Open global settings"
 msgstr ""
 
-#: ../src/help/applet-notifications.c:223
+#: ../src/help/applet-notifications.c:252
 msgid "Activate composite"
 msgstr ""
 
-#: ../src/help/applet-notifications.c:225
+#: ../src/help/applet-notifications.c:254
 msgid "Disable the gnome-panel"
 msgstr ""
 
-#: ../src/help/applet-notifications.c:227
+#: ../src/help/applet-notifications.c:256
 msgid "Disable Unity"
 msgstr ""
 
-#: ../src/help/applet-notifications.c:229
+#: ../src/help/applet-notifications.c:258
 msgid "Online help"
 msgstr ""
 
-#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:128
+#: ../src/help/applet-tips-dialog.c:152
+msgid "Tips and Tricks"
+msgstr ""
+
+#: ../src/help/applet-tips-dialog.c:307
+msgid "Category"
+msgstr ""
+
+#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:119
 msgid "Enter a command"
 msgstr ""
 
-#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:129
+#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:120
 msgid "New launcher"
 msgstr ""
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:445
-#: ../data/messages:613
+#: ../src/implementations/cairo-dock-hiding-effect.c:596 ../data/messages:445
+#: ../data/messages:617
 msgid "Move down"
 msgstr ""
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:447
-#: ../data/messages:615
+#: ../src/implementations/cairo-dock-hiding-effect.c:604 ../data/messages:447
+#: ../data/messages:619
 msgid "Fade out"
 msgstr ""
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:449
-#: ../data/messages:617
+#: ../src/implementations/cairo-dock-hiding-effect.c:612 ../data/messages:449
+#: ../data/messages:621
 msgid "Semi transparent"
 msgstr ""
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:451
-#: ../data/messages:619
+#: ../src/implementations/cairo-dock-hiding-effect.c:621 ../data/messages:451
+#: ../data/messages:623
 msgid "Zoom out"
 msgstr ""
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:453
-#: ../data/messages:621
+#: ../src/implementations/cairo-dock-hiding-effect.c:629 ../data/messages:453
+#: ../data/messages:625
 msgid "Folding"
 msgstr ""
 
-#: ../data/messages:1 ../data/messages:1283
+#: ../data/messages:1 ../data/messages:1273
 msgid "General"
 msgstr ""
 
-#: ../data/messages:3 ../data/messages:1285
+#: ../data/messages:3 ../data/messages:1275
 msgid "Using the dock"
 msgstr ""
 
-#: ../data/messages:5 ../data/messages:1287
+#: ../data/messages:5 ../data/messages:1277
 msgid ""
 "Most icons in the dock have several actions: the primary action on left-"
 "click, a secondary action on middle-click, and additionnal actions on right-"
@@ -1163,11 +1251,11 @@
 "sould be on middle-click."
 msgstr ""
 
-#: ../data/messages:7 ../data/messages:1289
+#: ../data/messages:7 ../data/messages:1279
 msgid "Adding features"
 msgstr ""
 
-#: ../data/messages:9 ../data/messages:1291
+#: ../data/messages:9 ../data/messages:1281
 msgid ""
 "Cairo-Dock has a lot of applets. Applets are small applications that live "
 "inside the dock, for instance a clock or a log-out button.\n"
@@ -1178,11 +1266,11 @@
 "and then just drag-and-drop the link of an applet into your dock."
 msgstr ""
 
-#: ../data/messages:13 ../data/messages:1295
+#: ../data/messages:13 ../data/messages:1285
 msgid "Adding a launcher"
 msgstr ""
 
-#: ../data/messages:15 ../data/messages:1297
+#: ../data/messages:15 ../data/messages:1287
 msgid ""
 "You can add a launcher by drag-and-dropping it from the Applications Menu "
 "into the dock. An animated arrow will appear when you can drop.\n"
@@ -1190,21 +1278,21 @@
 "its icon and select \"make it a launcher\"."
 msgstr ""
 
-#: ../data/messages:17 ../data/messages:1299
+#: ../data/messages:17 ../data/messages:1289
 msgid "Removing a launcher"
 msgstr ""
 
-#: ../data/messages:19 ../data/messages:1301
+#: ../data/messages:19 ../data/messages:1291
 msgid ""
 "You can remove a launcher by drag-and-dropping it outside the dock. A "
 "\"delete\" emblem will appear on it when you can drop it."
 msgstr ""
 
-#: ../data/messages:21 ../data/messages:1303
+#: ../data/messages:21 ../data/messages:1293
 msgid "Grouping icons into a sub-dock"
 msgstr ""
 
-#: ../data/messages:23 ../data/messages:1305
+#: ../data/messages:23 ../data/messages:1295
 msgid ""
 "You can group icons into a \"sub-dock\".\n"
 "To add a sub-dock, right-click on the dock -> add -> a sub-dock.\n"
@@ -1212,11 +1300,11 @@
 "dock -> select the sub-dock's name."
 msgstr ""
 
-#: ../data/messages:25 ../data/messages:1307
+#: ../data/messages:25 ../data/messages:1297
 msgid "Moving icons"
 msgstr ""
 
-#: ../data/messages:27 ../data/messages:1309
+#: ../data/messages:27 ../data/messages:1299
 msgid ""
 "You can drag any icon to a new location inside its dock.\n"
 "You can move an icon into another dock by right-clicking on it -> move to "
@@ -1225,7 +1313,7 @@
 "icon inside."
 msgstr ""
 
-#: ../data/messages:29 ../data/messages:1311
+#: ../data/messages:29 ../data/messages:1301
 msgid "Changing an icon's image"
 msgstr ""
 
@@ -1243,11 +1331,11 @@
 "window."
 msgstr ""
 
-#: ../data/messages:33 ../data/messages:1315
+#: ../data/messages:33 ../data/messages:1305
 msgid "Resizing icons"
 msgstr ""
 
-#: ../data/messages:35 ../data/messages:1317
+#: ../data/messages:35 ../data/messages:1307
 msgid ""
 "You can make the icons and the zoom effect smaller or bigger. Open the "
 "settings (right-click -> Cairo-Dock -> configure), and go to Appearance (or "
@@ -1258,11 +1346,11 @@
 "settings."
 msgstr ""
 
-#: ../data/messages:37 ../data/messages:1319
+#: ../data/messages:37 ../data/messages:1309
 msgid "Separating icons"
 msgstr ""
 
-#: ../data/messages:39 ../data/messages:1321
+#: ../data/messages:39 ../data/messages:1311
 msgid ""
 "You can add separators between icons by right-clicking on the dock -> add -> "
 "a separator.\n"
@@ -1272,11 +1360,11 @@
 "In the \"panel\" view, separators are represented as gap between icons."
 msgstr ""
 
-#: ../data/messages:43 ../data/messages:1325
+#: ../data/messages:43 ../data/messages:1315
 msgid "Using the dock as a taskbar"
 msgstr ""
 
-#: ../data/messages:45 ../data/messages:1327
+#: ../data/messages:45 ../data/messages:1317
 msgid ""
 "When an application is running, a corresponding icon will appear in the "
 "dock.\n"
@@ -1287,50 +1375,50 @@
 "the launcher, etc."
 msgstr ""
 
-#: ../data/messages:47 ../data/messages:1329
+#: ../data/messages:47 ../data/messages:1319
 msgid "Closing a window"
 msgstr ""
 
-#: ../data/messages:49 ../data/messages:1331
+#: ../data/messages:49 ../data/messages:1321
 msgid ""
 "You can close a window by middle-clicking on its icon (or from the menu)."
 msgstr ""
 
-#: ../data/messages:51 ../data/messages:1333
+#: ../data/messages:51 ../data/messages:1323
 msgid "Minimizing / restauring a window"
 msgstr ""
 
-#: ../data/messages:53 ../data/messages:1335
+#: ../data/messages:53 ../data/messages:1325
 msgid ""
 "Clicking on its icon will bring the window on top.\n"
 "When the window has the focus, clicking on its icon will minimize the window."
 msgstr ""
 
-#: ../data/messages:55 ../data/messages:1337
+#: ../data/messages:55 ../data/messages:1327
 msgid "Launching an application several times"
 msgstr ""
 
-#: ../data/messages:57 ../data/messages:1339
+#: ../data/messages:57 ../data/messages:1329
 msgid ""
 "You can launch an application several times by SHIFT+clicking on its icon "
 "(or from the menu)."
 msgstr ""
 
-#: ../data/messages:59 ../data/messages:1341
+#: ../data/messages:59 ../data/messages:1331
 msgid "Switching between the windows of a same application"
 msgstr ""
 
-#: ../data/messages:61 ../data/messages:1343
+#: ../data/messages:61 ../data/messages:1333
 msgid ""
 "With your mouse, scroll up/down on one of the icons of the application. Each "
 "time you scroll, the next/previous window will be presented to you."
 msgstr ""
 
-#: ../data/messages:63 ../data/messages:1345
+#: ../data/messages:63 ../data/messages:1335
 msgid "Grouping windows of a given application"
 msgstr ""
 
-#: ../data/messages:65 ../data/messages:1347
+#: ../data/messages:65 ../data/messages:1337
 msgid ""
 "When an application has several windows, one icon for each window will "
 "appear in the dock; they will be grouped togather into a sub-dock.\n"
@@ -1338,19 +1426,19 @@
 "side-by-side (if your Window Manager is able to do that)."
 msgstr ""
 
-#: ../data/messages:67 ../data/messages:1349
+#: ../data/messages:67 ../data/messages:1339
 msgid "Setting a custom icon for an application"
 msgstr ""
 
-#: ../data/messages:69 ../data/messages:1351
+#: ../data/messages:69 ../data/messages:1341
 msgid "See \"Changing an icon's image\" in the \"Icons\" category."
 msgstr ""
 
-#: ../data/messages:71 ../data/messages:1353
+#: ../data/messages:71 ../data/messages:1343
 msgid "Showing windows preview over the icons"
 msgstr ""
 
-#: ../data/messages:73 ../data/messages:1355
+#: ../data/messages:73 ../data/messages:1345
 msgid ""
 "You need to run Compiz, and enable the \"Window Preview\" plug-in in Compiz. "
 "Install \"ccsm\" to be able to configure Compiz."
@@ -1358,26 +1446,26 @@
 
 #: ../data/messages:75 ../data/messages:197 ../data/messages:217
 #: ../data/messages:255 ../data/messages:297 ../data/messages:301
-#: ../data/messages:307 ../data/messages:311 ../data/messages:1357
-#: ../data/messages:1479 ../data/messages:1499 ../data/messages:1537
-#: ../data/messages:1579 ../data/messages:1583 ../data/messages:1589
-#: ../data/messages:1593 ../data/messages:1597 ../data/messages:1601
+#: ../data/messages:307 ../data/messages:311 ../data/messages:1347
+#: ../data/messages:1469 ../data/messages:1489 ../data/messages:1527
+#: ../data/messages:1569 ../data/messages:1573 ../data/messages:1579
+#: ../data/messages:1583 ../data/messages:1587 ../data/messages:1591
 msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
 msgstr ""
 
-#: ../data/messages:77 ../data/messages:1359
+#: ../data/messages:77 ../data/messages:1349
 msgid "If you're using Compiz, you can click on this button:"
 msgstr ""
 
-#: ../data/messages:79 ../data/messages:1361
+#: ../data/messages:79 ../data/messages:1351
 msgid "Docks"
 msgstr ""
 
-#: ../data/messages:81 ../data/messages:1363
+#: ../data/messages:81 ../data/messages:1353
 msgid "Positionning the dock on the screen"
 msgstr ""
 
-#: ../data/messages:83 ../data/messages:1365
+#: ../data/messages:83 ../data/messages:1355
 msgid ""
 "The dock can be placed anywhere on the screen.\n"
 "In the case of the main dock, right-click -> Cairo-Dock -> configure, and "
@@ -1386,11 +1474,11 @@
 "dock, and then select the position you want."
 msgstr ""
 
-#: ../data/messages:85 ../data/messages:1367
+#: ../data/messages:85 ../data/messages:1357
 msgid "Hiding the dock to use all the screen"
 msgstr ""
 
-#: ../data/messages:87 ../data/messages:1369
+#: ../data/messages:87 ../data/messages:1359
 msgid ""
 "The dock can hide itself to let all the screen for applications. But it can "
 "also be always visible like a panel.\n"
@@ -1400,39 +1488,39 @@
 "dock, and then select the visibility you want."
 msgstr ""
 
-#: ../data/messages:89 ../data/messages:1371
+#: ../data/messages:89 ../data/messages:1361
 msgid "Having more than one dock"
 msgstr ""
 
 #: ../data/messages:91 ../data/messages:95 ../data/messages:99
-#: ../data/messages:1373 ../data/messages:1377 ../data/messages:1381
+#: ../data/messages:1363 ../data/messages:1367 ../data/messages:1371
 msgid "TODO"
 msgstr ""
 
-#: ../data/messages:93 ../data/messages:1375
+#: ../data/messages:93 ../data/messages:1365
 msgid "Deleting a dock"
 msgstr ""
 
-#: ../data/messages:97 ../data/messages:1379
+#: ../data/messages:97 ../data/messages:1369
 msgid "Changing the look of a dock"
 msgstr ""
 
-#: ../data/messages:103 ../data/messages:1385
+#: ../data/messages:103 ../data/messages:1375
 msgid "Placing applets on your desktop"
 msgstr ""
 
-#: ../data/messages:105 ../data/messages:1387
+#: ../data/messages:105 ../data/messages:1377
 msgid ""
 "Applets can live inside desklets, which are small windows that can be placed "
 "wherever on your desktop.\n"
 "To detach an applet from the dock, simply drag and drop it outside the dock."
 msgstr ""
 
-#: ../data/messages:107 ../data/messages:1389
+#: ../data/messages:107 ../data/messages:1379
 msgid "Moving desklets"
 msgstr ""
 
-#: ../data/messages:109 ../data/messages:1391
+#: ../data/messages:109 ../data/messages:1381
 msgid ""
 "Desklets can be moved anywhere simply with the mouse.\n"
 "They can also be rotated by dragging the small arrows on the top and left "
@@ -1441,11 +1529,11 @@
 "clicking on it -> \"lock position\". To unlock it, de-select this option."
 msgstr ""
 
-#: ../data/messages:111 ../data/messages:1393
+#: ../data/messages:111 ../data/messages:1383
 msgid "Placing desklets"
 msgstr ""
 
-#: ../data/messages:113 ../data/messages:1395
+#: ../data/messages:113 ../data/messages:1385
 msgid ""
 "From the menu (right-click -> visibility), you can also decide to keep it "
 "above other windows, or on the Widget Layer (if you use Compiz), or make a "
@@ -1456,26 +1544,26 @@
 "the small bottom-right button."
 msgstr ""
 
-#: ../data/messages:115 ../data/messages:1397
+#: ../data/messages:115 ../data/messages:1387
 msgid "Changing the desklets decorations"
 msgstr ""
 
-#: ../data/messages:117 ../data/messages:1399
+#: ../data/messages:117 ../data/messages:1389
 msgid ""
 "Desklets can have decorations. To change that, open the settings of the "
 "applet, go to Desklet, and select the decoration you want (you can provide "
 "your own one)."
 msgstr ""
 
-#: ../data/messages:119 ../data/messages:1401
+#: ../data/messages:119 ../data/messages:1391
 msgid "Useful Features"
 msgstr ""
 
-#: ../data/messages:121 ../data/messages:1403
+#: ../data/messages:121 ../data/messages:1393
 msgid "Having a calendar with tasks"
 msgstr ""
 
-#: ../data/messages:123 ../data/messages:1405
+#: ../data/messages:123 ../data/messages:1395
 msgid ""
 "Activate the Clock applet.\n"
 "Clicking on it will display a calendar.\n"
@@ -1485,11 +1573,11 @@
 "(15mn before the event, and also 1 day before in the case of an anniversary)."
 msgstr ""
 
-#: ../data/messages:125 ../data/messages:1407
+#: ../data/messages:125 ../data/messages:1397
 msgid "Having a list of all windows"
 msgstr ""
 
-#: ../data/messages:127 ../data/messages:1409
+#: ../data/messages:127 ../data/messages:1399
 msgid ""
 "Activate the Switcher applet.\n"
 "Right-clicking on it will give you access to a list containing all the "
@@ -1499,43 +1587,43 @@
 "You can bind this action to the middle-click."
 msgstr ""
 
-#: ../data/messages:129 ../data/messages:1411
+#: ../data/messages:129 ../data/messages:1401
 msgid "Showing all the desktops"
 msgstr ""
 
-#: ../data/messages:131 ../data/messages:1413
+#: ../data/messages:131 ../data/messages:1403
 msgid ""
 "Activate either the Switcher applet or the Show-Desktop applet.\n"
 "Right-click on it -> \"show all the desktop\".\n"
 "You can bind this action to the middle-click."
 msgstr ""
 
-#: ../data/messages:133 ../data/messages:1415
+#: ../data/messages:133 ../data/messages:1405
 msgid "Changing the screen resolution"
 msgstr ""
 
-#: ../data/messages:135 ../data/messages:1417
+#: ../data/messages:135 ../data/messages:1407
 msgid ""
 "Activate the Show-Desktop applet.\n"
 "Right-click on it -> \"change resolution\" -> select the one you want."
 msgstr ""
 
-#: ../data/messages:137 ../data/messages:1419
+#: ../data/messages:137 ../data/messages:1409
 msgid "Locking your session"
 msgstr ""
 
-#: ../data/messages:139 ../data/messages:1421
+#: ../data/messages:139 ../data/messages:1411
 msgid ""
 "Activate the Log-out applet.\n"
 "Right-click on it -> \"lock screen\".\n"
 "You can bind this action to the middle-click."
 msgstr ""
 
-#: ../data/messages:141 ../data/messages:1423
+#: ../data/messages:141 ../data/messages:1413
 msgid "Quick-launching a program from keyboard (replacing ALT+F2)"
 msgstr ""
 
-#: ../data/messages:143 ../data/messages:1425
+#: ../data/messages:143 ../data/messages:1415
 msgid ""
 "Activate the Applications Menu applet.\n"
 "Middle-click on it, or right-click -> \"quick-launch\".\n"
@@ -1544,11 +1632,11 @@
 "completed into \"firefox\")."
 msgstr ""
 
-#: ../data/messages:145 ../data/messages:1427
+#: ../data/messages:145 ../data/messages:1417
 msgid "Turning Composite OFF during games"
 msgstr ""
 
-#: ../data/messages:147 ../data/messages:1429
+#: ../data/messages:147 ../data/messages:1419
 msgid ""
 "Activate the Composite Manager applet.\n"
 "Clicking on it will disable the Composite, which often makes games more "
@@ -1556,11 +1644,11 @@
 "Clicking again on it will enable the Composite."
 msgstr ""
 
-#: ../data/messages:149 ../data/messages:1431
+#: ../data/messages:149 ../data/messages:1421
 msgid "Seeing the hourly weather forecast"
 msgstr ""
 
-#: ../data/messages:151 ../data/messages:1433
+#: ../data/messages:151 ../data/messages:1423
 msgid ""
 "Activate the Weather applet.\n"
 "Open its settings, go to Configure, and type the name of your city. Press "
@@ -1570,11 +1658,11 @@
 "forecast for this day."
 msgstr ""
 
-#: ../data/messages:153 ../data/messages:1435
+#: ../data/messages:153 ../data/messages:1425
 msgid "Adding a file or a web page into the dock"
 msgstr ""
 
-#: ../data/messages:155 ../data/messages:1437
+#: ../data/messages:155 ../data/messages:1427
 msgid ""
 "Simply drag a file or an html link and drop it onto the dock (an animated "
 "arrow should appear when you can drop).\n"
@@ -1584,22 +1672,22 @@
 "directly."
 msgstr ""
 
-#: ../data/messages:157 ../data/messages:1439
+#: ../data/messages:157 ../data/messages:1429
 msgid "Importing a folder into the dock"
 msgstr ""
 
-#: ../data/messages:159 ../data/messages:1441
+#: ../data/messages:159 ../data/messages:1431
 msgid ""
 "Simply drag a folder and drop it onto the dock (an animated arrow should "
 "appear when you can drop).\n"
 "You can choose to import the folder's files or not."
 msgstr ""
 
-#: ../data/messages:161 ../data/messages:1443
+#: ../data/messages:161 ../data/messages:1433
 msgid "Accessing the recent events"
 msgstr ""
 
-#: ../data/messages:163 ../data/messages:1445
+#: ../data/messages:163 ../data/messages:1435
 msgid ""
 "Activate the Recent-Events applet.\n"
 "You need to have the Zeitgeist daemon to be running. Install it if it's not "
@@ -1609,11 +1697,11 @@
 "quickly."
 msgstr ""
 
-#: ../data/messages:165 ../data/messages:1447
+#: ../data/messages:165 ../data/messages:1437
 msgid "Quickly opening a recent file with a launcher"
 msgstr ""
 
-#: ../data/messages:167 ../data/messages:1449
+#: ../data/messages:167 ../data/messages:1439
 msgid ""
 "Activate the Recent-Events applet.\n"
 "You need to have the Zeitgeist daemon to be running. Install it if it's not "
@@ -1622,11 +1710,11 @@
 "opened with this launcher will appear in its menu."
 msgstr ""
 
-#: ../data/messages:169 ../data/messages:1451
+#: ../data/messages:169 ../data/messages:1441
 msgid "Accessing disks"
 msgstr ""
 
-#: ../data/messages:171 ../data/messages:1453
+#: ../data/messages:171 ../data/messages:1443
 msgid ""
 "Activate the Shortcuts applet.\n"
 "Then all the disks (including USB key or external hard drives) will be "
@@ -1634,7 +1722,7 @@
 "To unmount a disk before disconnecting it, middle-click on its icon."
 msgstr ""
 
-#: ../data/messages:173 ../data/messages:1455
+#: ../data/messages:173 ../data/messages:1445
 msgid "Accessing folder bookmarks"
 msgstr ""
 
@@ -1647,11 +1735,11 @@
 "To remove a bookmark, right-click on its icon -> remove"
 msgstr ""
 
-#: ../data/messages:177 ../data/messages:1459
+#: ../data/messages:177 ../data/messages:1449
 msgid "Having multiple instances of an applet"
 msgstr ""
 
-#: ../data/messages:179 ../data/messages:1461
+#: ../data/messages:179 ../data/messages:1451
 msgid ""
 "Some applets can have several instances running at the same time: Clock, "
 "Stack, Weather, ...\n"
@@ -1661,22 +1749,22 @@
 "the weather in different cities."
 msgstr ""
 
-#: ../data/messages:181 ../data/messages:1463
+#: ../data/messages:181 ../data/messages:1453
 msgid "Adding / removing a desktop"
 msgstr ""
 
-#: ../data/messages:183 ../data/messages:1465
+#: ../data/messages:183 ../data/messages:1455
 msgid ""
 "Activate the Switcher applet.\n"
 "Right-click on it -> \"add a desktop\" or \"remove this desktop\".\n"
 "You can even name each of them."
 msgstr ""
 
-#: ../data/messages:185 ../data/messages:1467
+#: ../data/messages:185 ../data/messages:1457
 msgid "Controling the sound volume"
 msgstr ""
 
-#: ../data/messages:187 ../data/messages:1469
+#: ../data/messages:187 ../data/messages:1459
 msgid ""
 "Activate the Sound Volume applet.\n"
 "Then scroll up/down to increase/decrease the sound.\n"
@@ -1684,22 +1772,22 @@
 "Middle-click will mute/unmute."
 msgstr ""
 
-#: ../data/messages:189 ../data/messages:1471
+#: ../data/messages:189 ../data/messages:1461
 msgid "Controling the screen brightness"
 msgstr ""
 
-#: ../data/messages:191 ../data/messages:1473
+#: ../data/messages:191 ../data/messages:1463
 msgid ""
 "Activate the Screen Luminosity applet.\n"
 "Then scroll up/down to increase/decrease the brightness.\n"
 "Alternatively, you can click on the icon and move the scroll bar."
 msgstr ""
 
-#: ../data/messages:193 ../data/messages:1475
+#: ../data/messages:193 ../data/messages:1465
 msgid "Removing completely the gnome-panel"
 msgstr ""
 
-#: ../data/messages:195 ../data/messages:1477
+#: ../data/messages:195 ../data/messages:1467
 msgid ""
 "Open gconf-editor, edit the key "
 "/desktop/gnome/session/required_components/panel, and replace its content "
@@ -1708,43 +1796,43 @@
 "dock has been started (if not, you can add it to the startup programs)."
 msgstr ""
 
-#: ../data/messages:199 ../data/messages:1481
+#: ../data/messages:199 ../data/messages:1471
 msgid ""
 "If you are on Gnome, you can click on this button in order to automatically "
 "modify this key:"
 msgstr ""
 
-#: ../data/messages:201 ../data/messages:1483
+#: ../data/messages:201 ../data/messages:1473
 msgid "Troubleshooting"
 msgstr ""
 
-#: ../data/messages:203 ../data/messages:1485
+#: ../data/messages:203 ../data/messages:1475
 msgid "If you have any question, don't hesitate to ask on our forum."
 msgstr ""
 
-#: ../data/messages:205 ../data/messages:1487
+#: ../data/messages:205 ../data/messages:1477
 msgid "Forum"
 msgstr ""
 
-#: ../data/messages:207 ../data/messages:1489
+#: ../data/messages:207 ../data/messages:1479
 msgid "Our wiki can also help you, it is more complete on some points."
 msgstr ""
 
-#: ../data/messages:209 ../data/messages:1491
+#: ../data/messages:209 ../data/messages:1481
 msgid "Wiki"
 msgstr ""
 
-#: ../data/messages:211 ../data/messages:1493
+#: ../data/messages:211 ../data/messages:1483
 msgid "I have a black background around my dock."
 msgstr ""
 
-#: ../data/messages:213 ../data/messages:1495
+#: ../data/messages:213 ../data/messages:1485
 msgid ""
 "Hint : If you have an ATI or an Intel card, you should try without OpenGL "
 "first, because their drivers are not yet perfect."
 msgstr ""
 
-#: ../data/messages:215 ../data/messages:1497
+#: ../data/messages:215 ../data/messages:1487
 msgid ""
 "You need to turn on compositing. For instance, you can run Compiz or "
 "xcompmgr. \n"
@@ -1755,28 +1843,28 @@
 "'/apps/metacity/general/compositing_manager' and set it to 'true'."
 msgstr ""
 
-#: ../data/messages:219 ../data/messages:1501
+#: ../data/messages:219 ../data/messages:1491
 msgid ""
 "If you're on Gnome with Metacity (without Compiz), you can click on this "
 "button:"
 msgstr ""
 
-#: ../data/messages:221 ../data/messages:1503
+#: ../data/messages:221 ../data/messages:1493
 msgid "My machine is too old to run a composite manager."
 msgstr ""
 
-#: ../data/messages:223 ../data/messages:1505
+#: ../data/messages:223 ../data/messages:1495
 msgid ""
 "Don't panic, Cairo-Dock can emulate the transparency.\n"
 "To get rid of the black background, simply enable the corresponding option "
 "in the end of the «System» module"
 msgstr ""
 
-#: ../data/messages:225 ../data/messages:1507
+#: ../data/messages:225 ../data/messages:1497
 msgid "The dock is horribly slow when I move the mouse into it."
 msgstr ""
 
-#: ../data/messages:227 ../data/messages:1509
+#: ../data/messages:227 ../data/messages:1499
 msgid ""
 "If you have an Nvidia GeForce8 graphics card, please install the latest "
 "drivers, as the first ones were really buggy.\n"
@@ -1786,32 +1874,32 @@
 "with «cairo-dock -c»."
 msgstr ""
 
-#: ../data/messages:229 ../data/messages:1511
+#: ../data/messages:229 ../data/messages:1501
 msgid "I don't have these wonderful effects like fire, cube rotating, etc."
 msgstr ""
 
-#: ../data/messages:231 ../data/messages:1513
+#: ../data/messages:231 ../data/messages:1503
 msgid ""
 "Tip: You can force OpenGL by launching the dock with «cairo-dock -o».but you "
 "might get a lot of visual artifacts."
 msgstr ""
 
-#: ../data/messages:233 ../data/messages:1515
+#: ../data/messages:233 ../data/messages:1505
 msgid ""
 "You need a graphics card with drivers that support OpenGL2.0. Most Nvidia "
 "cards can do this, as can more and more Intel cards. Most ATI cards do not "
 "support OpenGL2.0."
 msgstr ""
 
-#: ../data/messages:235 ../data/messages:1517
+#: ../data/messages:235 ../data/messages:1507
 msgid "I don't have any themes in the Theme Manager, except the default one."
 msgstr ""
 
-#: ../data/messages:237 ../data/messages:1519
+#: ../data/messages:237 ../data/messages:1509
 msgid "Hint : Up to version 2.1.1-2, wget was used."
 msgstr ""
 
-#: ../data/messages:239 ../data/messages:1521
+#: ../data/messages:239 ../data/messages:1511
 msgid ""
 "Be sure that you are connected to the Net.\n"
 " If your connection is very slow, you can increase the connection timeout in "
@@ -1821,17 +1909,17 @@
 "\"http_proxy\" environment variable)."
 msgstr ""
 
-#: ../data/messages:241 ../data/messages:1523
+#: ../data/messages:241 ../data/messages:1513
 msgid "The «netspeed» applet displays 0 even when I'm downloading something"
 msgstr ""
 
-#: ../data/messages:243 ../data/messages:1525
+#: ../data/messages:243 ../data/messages:1515
 msgid ""
 "Tip: you can run several instances of this applet if you wish to monitor "
 "several interfaces."
 msgstr ""
 
-#: ../data/messages:245 ../data/messages:1527
+#: ../data/messages:245 ../data/messages:1517
 msgid ""
 "You must tell the applet which interface you're using to connect to the Net "
 "(by default, this is «eth0»).\n"
@@ -1840,11 +1928,11 @@
 "something like «eth1», «ath0», or «wifi0».."
 msgstr ""
 
-#: ../data/messages:247 ../data/messages:1529
+#: ../data/messages:247 ../data/messages:1519
 msgid "The dustbin remains empty even when I delete a file."
 msgstr ""
 
-#: ../data/messages:249 ../data/messages:1531
+#: ../data/messages:249 ../data/messages:1521
 msgid ""
 "if you're using KDE, you may have to specify the path to the trash folder.\n"
 "Just edit the applet's configuration, and fill in the Trash path; it is "
@@ -1852,31 +1940,31 @@
 "here!!! (do not insert spaces or some invisible caracters)."
 msgstr ""
 
-#: ../data/messages:251 ../data/messages:1533
+#: ../data/messages:251 ../data/messages:1523
 msgid ""
 "There is no icon in the Applications Menu even though I enable the option."
 msgstr ""
 
-#: ../data/messages:253 ../data/messages:1535
+#: ../data/messages:253 ../data/messages:1525
 msgid ""
 "In Gnome, there is an option that override the dock's one. To enable icons "
 "in menus, open 'gconf-editor', go to Desktop / Gnome / Interface and enable "
 "the \"menus have icons\" and the \"buttons have icons\" options. "
 msgstr ""
 
-#: ../data/messages:257 ../data/messages:1539
+#: ../data/messages:257 ../data/messages:1529
 msgid "If you're on Gnome you can click on this button:"
 msgstr ""
 
-#: ../data/messages:259 ../data/messages:1541
+#: ../data/messages:259 ../data/messages:1531
 msgid "The Project"
 msgstr ""
 
-#: ../data/messages:261 ../data/messages:1543
+#: ../data/messages:261 ../data/messages:1533
 msgid "Join the project!"
 msgstr ""
 
-#: ../data/messages:263 ../data/messages:1545
+#: ../data/messages:263 ../data/messages:1535
 msgid ""
 "We value your help! If you see a bug, if you think something could be "
 "improved,\n"
@@ -1887,73 +1975,73 @@
 "we’ll be happy to integrate it on our server !"
 msgstr ""
 
-#: ../data/messages:265 ../data/messages:1547
+#: ../data/messages:265 ../data/messages:1537
 msgid ""
 "If you wish to develop an applet, a complete documentation is available here."
 msgstr ""
 
-#: ../data/messages:267 ../data/messages:1549
+#: ../data/messages:267 ../data/messages:1539
 msgid "Documentation"
 msgstr ""
 
-#: ../data/messages:269 ../data/messages:1551
+#: ../data/messages:269 ../data/messages:1541
 msgid ""
 "If you wish to develop an applet in Python, Perl or any other language,\n"
 "or to interact with the dock in any kind of way, a full DBus API is "
 "described here."
 msgstr ""
 
-#: ../data/messages:271 ../data/messages:1553
+#: ../data/messages:271 ../data/messages:1543
 msgid "DBus API"
 msgstr ""
 
-#: ../data/messages:273 ../data/messages:1555
+#: ../data/messages:273 ../data/messages:1545
 msgid ""
 "\n"
 "\n"
 "The Cairo-Dock Team"
 msgstr ""
 
-#: ../data/messages:275 ../data/messages:1557
+#: ../data/messages:275 ../data/messages:1547
 msgid "Websites"
 msgstr ""
 
-#: ../data/messages:277 ../data/messages:1559
+#: ../data/messages:277 ../data/messages:1549
 msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
 msgstr "সমস্যা? সাজেশন? শুধুই আমাদের সাথে কথা বলতে চান? আসুন!"
 
-#: ../data/messages:279 ../data/messages:1561
+#: ../data/messages:279 ../data/messages:1551
 msgid "Community site"
 msgstr "কমিউনিটি সাইট"
 
-#: ../data/messages:285 ../data/messages:1567
+#: ../data/messages:285 ../data/messages:1557
 msgid "More applets available online!"
 msgstr ""
 
-#: ../data/messages:287 ../data/messages:1569
+#: ../data/messages:287 ../data/messages:1559
 msgid "Cairo-Dock-Plug-ins-Extras"
 msgstr ""
 
-#: ../data/messages:289 ../data/messages:1571
+#: ../data/messages:289 ../data/messages:1561
 msgid "Repositories"
 msgstr ""
 
-#: ../data/messages:291 ../data/messages:1573
+#: ../data/messages:291 ../data/messages:1563
 msgid ""
 "We maintain two repositories for Debian, Ubuntu and other Debian-forked:\n"
 " One for stable releases and another which is updated weekly (unstable "
 "version)"
 msgstr ""
 
-#: ../data/messages:293 ../data/messages:1575
+#: ../data/messages:293 ../data/messages:1565
 msgid "Debian/Ubuntu"
 msgstr ""
 
-#: ../data/messages:295 ../data/messages:1577
+#: ../data/messages:295 ../data/messages:1567
 msgid "Ubuntu"
 msgstr ""
 
-#: ../data/messages:299 ../data/messages:1581
+#: ../data/messages:299 ../data/messages:1571
 msgid ""
 "If you're on Ubuntu, you can add our 'stable' repository by clicking on this "
 "button:\n"
@@ -1961,7 +2049,7 @@
 "latest stable version."
 msgstr ""
 
-#: ../data/messages:303 ../data/messages:1585
+#: ../data/messages:303 ../data/messages:1575
 msgid ""
 "If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by "
 "clicking on this button:\n"
@@ -1969,11 +2057,11 @@
 "latest weekly version."
 msgstr ""
 
-#: ../data/messages:305 ../data/messages:1587
+#: ../data/messages:305 ../data/messages:1577
 msgid "Debian"
 msgstr ""
 
-#: ../data/messages:309 ../data/messages:1591
+#: ../data/messages:309 ../data/messages:1581
 msgid ""
 "If you're on Debian Stable, you can add our 'stable' repository by clicking "
 "on this button:\n"
@@ -1981,7 +2069,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:313 ../data/messages:1595
+#: ../data/messages:313 ../data/messages:1585
 msgid ""
 "If you're on Debian Unstable, you can add our 'stable' repository by "
 "clicking on this button:\n"
@@ -1989,8 +2077,8 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:315 ../data/messages:317 ../data/messages:1733
-#: ../data/messages:1813 ../data/messages:1845
+#: ../data/messages:315 ../data/messages:317 ../data/messages:1739
+#: ../data/messages:1819 ../data/messages:1851
 msgid "Icon"
 msgstr ""
 
@@ -2077,7 +2165,7 @@
 msgstr ""
 
 #: ../data/messages:359 ../data/messages:425 ../data/messages:463
-#: ../data/messages:593 ../data/messages:655 ../data/messages:1641
+#: ../data/messages:597 ../data/messages:659 ../data/messages:1631
 msgid "Visibility:"
 msgstr ""
 
@@ -2093,7 +2181,7 @@
 msgid "Should be visible on all desktops?"
 msgstr ""
 
-#: ../data/messages:373 ../data/messages:973
+#: ../data/messages:373 ../data/messages:995
 msgid "Decorations"
 msgstr ""
 
@@ -2164,41 +2252,41 @@
 msgid "Foreground tansparency:"
 msgstr ""
 
-#: ../data/messages:407 ../data/messages:1605
+#: ../data/messages:407 ../data/messages:1595
 msgid "Behavior"
 msgstr ""
 
-#: ../data/messages:409 ../data/messages:547 ../data/messages:1607
+#: ../data/messages:409 ../data/messages:551 ../data/messages:1597
 msgid "Position on the screen"
 msgstr ""
 
-#: ../data/messages:411 ../data/messages:549 ../data/messages:1609
+#: ../data/messages:411 ../data/messages:553 ../data/messages:1599
 msgid "Choose which border of the screen the dock will be placed on:"
 msgstr ""
 
-#: ../data/messages:413 ../data/messages:551 ../data/messages:1611
+#: ../data/messages:413 ../data/messages:555 ../data/messages:1601
 msgid "bottom"
 msgstr ""
 
-#: ../data/messages:415 ../data/messages:553 ../data/messages:1613
+#: ../data/messages:415 ../data/messages:557 ../data/messages:1603
 msgid "top"
 msgstr ""
 
-#: ../data/messages:417 ../data/messages:555 ../data/messages:565
-#: ../data/messages:1615
+#: ../data/messages:417 ../data/messages:559 ../data/messages:569
+#: ../data/messages:1605
 msgid "right"
 msgstr ""
 
-#: ../data/messages:419 ../data/messages:557 ../data/messages:563
-#: ../data/messages:1617
+#: ../data/messages:419 ../data/messages:561 ../data/messages:567
+#: ../data/messages:1607
 msgid "left"
 msgstr ""
 
-#: ../data/messages:421 ../data/messages:589
+#: ../data/messages:421 ../data/messages:593
 msgid "Visibility of the main dock"
 msgstr ""
 
-#: ../data/messages:423 ../data/messages:591 ../data/messages:1639
+#: ../data/messages:423 ../data/messages:595 ../data/messages:1629
 msgid ""
 "Modes are sorted from the most intrusive to the less intrusive.\n"
 "When the dock is hidden or below a window, place the mouse on the screen's "
@@ -2207,47 +2295,47 @@
 "mouse. The rest of the time, it stays invisible, thus acting like a menu."
 msgstr ""
 
-#: ../data/messages:429 ../data/messages:597 ../data/messages:1645
+#: ../data/messages:429 ../data/messages:601 ../data/messages:1635
 msgid "Reserve space for the dock"
 msgstr ""
 
-#: ../data/messages:431 ../data/messages:599 ../data/messages:1647
+#: ../data/messages:431 ../data/messages:603 ../data/messages:1637
 msgid "Keep the dock below"
 msgstr ""
 
-#: ../data/messages:433 ../data/messages:601 ../data/messages:1649
+#: ../data/messages:433 ../data/messages:605 ../data/messages:1639
 msgid "Hide the dock when it overlaps the current window"
 msgstr ""
 
-#: ../data/messages:435 ../data/messages:603 ../data/messages:1651
+#: ../data/messages:435 ../data/messages:607 ../data/messages:1641
 msgid "Hide the dock whenever it overlaps any window"
 msgstr ""
 
-#: ../data/messages:437 ../data/messages:605 ../data/messages:1653
+#: ../data/messages:437 ../data/messages:609 ../data/messages:1643
 msgid "Keep the dock hidden"
 msgstr ""
 
-#: ../data/messages:439 ../data/messages:607 ../data/messages:1655
+#: ../data/messages:439 ../data/messages:611
 msgid "Pop-up on shortcut"
 msgstr ""
 
-#: ../data/messages:441 ../data/messages:609
+#: ../data/messages:441 ../data/messages:613
 msgid "Effect used to hide the dock:"
 msgstr ""
 
-#: ../data/messages:443 ../data/messages:475 ../data/messages:611
-#: ../data/messages:1781
+#: ../data/messages:443 ../data/messages:475 ../data/messages:615
+#: ../data/messages:1787
 msgid "None"
 msgstr ""
 
-#: ../data/messages:455 ../data/messages:641
+#: ../data/messages:455 ../data/messages:645
 msgid ""
 "When you press the shortcut, the dock will show itself at the potition of "
 "your mouse. The rest of the time, it stays invisible, thus acting like a "
 "menu."
 msgstr ""
 
-#: ../data/messages:457 ../data/messages:643
+#: ../data/messages:457 ../data/messages:647
 msgid "Keyboard shortcut to pop-up the dock:"
 msgstr ""
 
@@ -2255,28 +2343,28 @@
 msgid "Visibility of sub-docks"
 msgstr ""
 
-#: ../data/messages:461 ../data/messages:653
+#: ../data/messages:461 ../data/messages:657
 msgid ""
 "they will appear either when you click or when you linger over the icon "
 "pointing on it."
 msgstr ""
 
-#: ../data/messages:465 ../data/messages:657
+#: ../data/messages:465 ../data/messages:661
 msgid "Appear on mouse over"
 msgstr ""
 
-#: ../data/messages:467 ../data/messages:659
+#: ../data/messages:467 ../data/messages:663
 msgid "Appear on click"
 msgstr ""
 
 #: ../data/messages:471
 msgid ""
-"None     : Don't show opened windows in the dock.\n"
-"MacOSX   : Mix applications with its launcher, show other windows only if "
-"they are minimized.\n"
-"KDE : Mix applications with its launcher, show all others windows and group "
-"windows togather in sub-dock.\n"
-"Gnome    : Separate the taskbar from the launchers and only show windows "
+"None       : Don't show opened windows in the dock.\n"
+"Minimalistic: Mix applications with its launcher, show other windows only if "
+"they are minimized (like in MacOSX).\n"
+"Integrated  : Mix applications with its launcher, show all others windows "
+"and group windows togather in sub-dock (default).\n"
+"Separated   : Separate the taskbar from the launchers and only show windows "
 "that are on the current desktop."
 msgstr ""
 
@@ -2285,123 +2373,129 @@
 msgstr ""
 
 #: ../data/messages:477
-msgid "MacOSX"
+msgid "Minimalistic"
 msgstr ""
 
 #: ../data/messages:479
-msgid "KDE"
+msgid "Integrated"
 msgstr ""
 
 #: ../data/messages:481
-msgid "Gnome"
-msgstr ""
-
-#: ../data/messages:483
+msgid "Separated"
+msgstr ""
+
+#: ../data/messages:483 ../data/messages:689
+msgid "Place new icons"
+msgstr ""
+
+#: ../data/messages:485 ../data/messages:691
+msgid "At the beginning of the dock"
+msgstr ""
+
+#: ../data/messages:487 ../data/messages:693
+msgid "Before the launchers"
+msgstr ""
+
+#: ../data/messages:489 ../data/messages:695
+msgid "After the launchers"
+msgstr ""
+
+#: ../data/messages:491 ../data/messages:697
+msgid "At the end of the dock"
+msgstr ""
+
+#: ../data/messages:493
 msgid "Icons' animations and effects"
 msgstr ""
 
-#: ../data/messages:489
+#: ../data/messages:499
 msgid "On appearance/disappearance:"
 msgstr ""
 
-#: ../data/messages:495 ../data/messages:1039
+#: ../data/messages:505 ../data/messages:1061
 msgid ""
 "Leave empty to use the current icon theme of your system. You can enter the "
 "name of a theme that is installed on your system (like 'Gartoon' or "
 "'Human'), or even a path to a folder containing icons."
 msgstr ""
 
-#: ../data/messages:497
+#: ../data/messages:507
 msgid "Choose a theme of icons :"
 msgstr ""
 
-#: ../data/messages:499
+#: ../data/messages:509 ../data/messages:1649
 msgid "Icons size:"
 msgstr ""
 
-#: ../data/messages:501
+#: ../data/messages:511 ../data/messages:1655
 msgid "Very small"
 msgstr ""
 
-#: ../data/messages:503
+#: ../data/messages:513 ../data/messages:1657
 msgid "Small"
 msgstr ""
 
-#: ../data/messages:505
+#: ../data/messages:515 ../data/messages:1659
 msgid "Medium"
 msgstr ""
 
-#: ../data/messages:507
+#: ../data/messages:517 ../data/messages:1661
 msgid "Big"
 msgstr ""
 
-#: ../data/messages:509
+#: ../data/messages:519 ../data/messages:1663
 msgid "Very Big"
 msgstr ""
 
-#: ../data/messages:511
-msgid ""
-"This will separate launchers, application, and applets from each others. "
-"Separators will be automatically inserted then."
-msgstr ""
-
-#: ../data/messages:513 ../data/messages:1129
-msgid "Separate the different types of icons?"
-msgstr ""
-
-#: ../data/messages:515 ../data/messages:1139
-msgid "Order of the different types of icons :"
-msgstr ""
-
-#: ../data/messages:517 ../data/messages:1141
-msgid "launchers"
-msgstr ""
-
-#: ../data/messages:519 ../data/messages:1143
-msgid "applications"
-msgstr ""
-
-#: ../data/messages:521 ../data/messages:1145
-msgid "applets"
-msgstr ""
-
-#: ../data/messages:525 ../data/messages:919
+#: ../data/messages:523 ../data/messages:941
 msgid "Choose the default view for main docks :"
 msgstr ""
 
-#: ../data/messages:527 ../data/messages:923
+#: ../data/messages:525 ../data/messages:945
 msgid "You can overwrite this parameter for each sub-dock."
 msgstr ""
 
-#: ../data/messages:529 ../data/messages:925
+#: ../data/messages:527 ../data/messages:947
 msgid "Choose the default view for sub-docks :"
 msgstr ""
 
-#: ../data/messages:531
+#: ../data/messages:531 ../data/messages:775
+msgid "Keyboard shortcuts currently available"
+msgstr ""
+
+#: ../data/messages:533 ../data/messages:777
+msgid ""
+"Many applets provide shortkeys for their actions. As soon as an applet is "
+"enabled, its shortkeys become available.\n"
+"Double-click on a line, and press the shortkey you want to use for the "
+"corresponding action."
+msgstr ""
+
+#: ../data/messages:535
 msgid "Add-ons"
 msgstr ""
 
-#: ../data/messages:533
+#: ../data/messages:537
 msgid "Add or remove any applet"
 msgstr ""
 
-#: ../data/messages:535
+#: ../data/messages:539
 msgid ""
 "Select a line to get a preview and a description of the applet.\n"
 "Click on the left check-box to (de)activate an applet.\n"
 "Once an applet is active, you can configure it by right clicking on its icon."
 msgstr ""
 
-#: ../data/messages:537
+#: ../data/messages:541
 msgid ""
 "You can install them by simply drag-and-dropping the link onto your dock."
 msgstr ""
 
-#: ../data/messages:543 ../data/messages:1687
+#: ../data/messages:547 ../data/messages:1693
 msgid "Themes"
 msgstr ""
 
-#: ../data/messages:559 ../data/messages:1619
+#: ../data/messages:563 ../data/messages:1609
 msgid ""
 "When set to 0 the dock will position itself relative to the left corner if "
 "horizontal and the top corner if vertical. When set to 1 it will position "
@@ -2410,148 +2504,140 @@
 "the screen's edge."
 msgstr ""
 
-#: ../data/messages:561 ../data/messages:1621
+#: ../data/messages:565 ../data/messages:1611
 msgid "Relative alignment:"
 msgstr ""
 
-#: ../data/messages:567 ../data/messages:1623
+#: ../data/messages:571 ../data/messages:1613
 msgid "Offset from the screen's edge"
 msgstr ""
 
-#: ../data/messages:569 ../data/messages:1625
+#: ../data/messages:573 ../data/messages:1615
 msgid ""
 "Gap from the absolute position on the screen's edge, in pixels. You can also "
 "move the dock by holding the ALT or CTRL key and the left mouse button."
 msgstr ""
 
-#: ../data/messages:571 ../data/messages:1627
+#: ../data/messages:575 ../data/messages:1617
 msgid "Lateral offset:"
 msgstr ""
 
-#: ../data/messages:573 ../data/messages:1629
+#: ../data/messages:577 ../data/messages:1619
 msgid ""
 "in pixels. You can also move the dock by holding the ALT or CTRL key and the "
 "left mouse button."
 msgstr ""
 
-#: ../data/messages:575 ../data/messages:1631
+#: ../data/messages:579 ../data/messages:1621
 msgid "Distance to the screen edge:"
 msgstr ""
 
-#: ../data/messages:577
+#: ../data/messages:581
 msgid "Multiple screens"
 msgstr ""
 
-#: ../data/messages:579
+#: ../data/messages:583
 msgid ""
 "This option is to use if you have a dual-screen and use Xinerama to manage "
 "them."
 msgstr ""
 
-#: ../data/messages:581
+#: ../data/messages:585
 msgid "Use Xinerama?"
 msgstr ""
 
-#: ../data/messages:583
+#: ../data/messages:587
 msgid "0 is the first screen."
 msgstr ""
 
-#: ../data/messages:585 ../data/messages:1635
+#: ../data/messages:589 ../data/messages:1625
 msgid "Number of the screen where the dock should be located:"
 msgstr ""
 
-#: ../data/messages:587
+#: ../data/messages:591
 msgid "Accessibility"
 msgstr ""
 
-#: ../data/messages:623
+#: ../data/messages:627
 msgid "in ms. 0 means no delay."
 msgstr ""
 
-#: ../data/messages:625
+#: ../data/messages:629
 msgid "Delay before the dock unhides itself:"
 msgstr ""
 
-#: ../data/messages:627
+#: ../data/messages:631
 msgid "How to call the dock back:"
 msgstr ""
 
-#: ../data/messages:629
+#: ../data/messages:633
 msgid "Hit the screen's border"
 msgstr ""
 
-#: ../data/messages:631
+#: ../data/messages:635
 msgid "Hit where the dock is"
 msgstr ""
 
-#: ../data/messages:633
+#: ../data/messages:637
 msgid "Hit the screen's corner"
 msgstr ""
 
-#: ../data/messages:635
+#: ../data/messages:639
 msgid "Hit a zone"
 msgstr ""
 
-#: ../data/messages:637
+#: ../data/messages:641
 msgid "Size of the zone :"
 msgstr ""
 
-#: ../data/messages:639
+#: ../data/messages:643
 msgid "Image to display on the zone :"
 msgstr ""
 
-#: ../data/messages:645
+#: ../data/messages:649
 msgid "Additional parameters"
 msgstr ""
 
-#: ../data/messages:647
+#: ../data/messages:651
 msgid ""
 "This is only usefull if you do not already use auto-hide and if your Window "
 "Manager allows the dock in front of fullscreen windows (which is rare)."
 msgstr ""
 
-#: ../data/messages:649
+#: ../data/messages:653
 msgid "Automatically hide the dock when a window becomes full screen?"
 msgstr ""
 
-#: ../data/messages:651
+#: ../data/messages:655
 msgid "Sub-docks' visibility"
 msgstr ""
 
-#: ../data/messages:661 ../data/messages:665
+#: ../data/messages:665 ../data/messages:669
 msgid "in ms."
 msgstr ""
 
-#: ../data/messages:663
+#: ../data/messages:667
 msgid "Delay before displaying a sub-dock:"
 msgstr ""
 
-#: ../data/messages:667
+#: ../data/messages:671
 msgid "Delay before leaving a sub-dock takes effect:"
 msgstr ""
 
-#: ../data/messages:669
+#: ../data/messages:673
 msgid "TaskBar"
 msgstr ""
 
-#: ../data/messages:673
+#: ../data/messages:677
 msgid ""
 "Cairo-Dock will then act as your taskbar. It is recommended to remove any "
 "other taskbars."
 msgstr ""
 
-#: ../data/messages:675
+#: ../data/messages:679
 msgid "Show currently opened applications in the dock?"
 msgstr ""
 
-#: ../data/messages:677
-msgid "Only show icons whose windows are minimised"
-msgstr ""
-
-#: ../data/messages:679
-msgid "Only show applications on current desktop"
-msgstr ""
-
 #: ../data/messages:681
 msgid ""
 "Allows launchers to act as applications when their programs are running and "
@@ -2564,862 +2650,819 @@
 msgstr ""
 
 #: ../data/messages:685
+msgid "Only show applications on current desktop"
+msgstr ""
+
+#: ../data/messages:687
+msgid "Only show icons whose windows are minimised"
+msgstr ""
+
+#: ../data/messages:699
 msgid ""
 "This allows you to group all the windows of a given application into a "
 "unique sub-dock, and to act on all of the windows at the same time."
 msgstr ""
 
-#: ../data/messages:687
+#: ../data/messages:701
 msgid "Group windows from the same application in a sub-dock ?"
 msgstr ""
 
-#: ../data/messages:689 ../data/messages:699
+#: ../data/messages:703 ../data/messages:713
 msgid "Enter the class of the applications, separated by a semi-colon ';'"
 msgstr ""
 
-#: ../data/messages:691 ../data/messages:701
+#: ../data/messages:705 ../data/messages:715
 msgid "\t\tExcept the following classes:"
 msgstr ""
 
-#: ../data/messages:693
+#: ../data/messages:707
 msgid "Representation"
 msgstr ""
 
-#: ../data/messages:695
+#: ../data/messages:709
 msgid ""
 "If not set, the icon provided by X for each application will be used. If "
 "set, the same icon as the corresponding launcher will be used for each "
 "application."
 msgstr ""
 
-#: ../data/messages:697
+#: ../data/messages:711
 msgid "Overwrite the X icon with the launchers' icon?"
 msgstr ""
 
-#: ../data/messages:703
+#: ../data/messages:717
 msgid ""
 "A composite manager is required to display the thumbnail.\n"
 "OpenGL is required to draw the icon bent backwards."
 msgstr ""
 
-#: ../data/messages:705
+#: ../data/messages:719
 msgid "How to draw minimised windows ?"
 msgstr ""
 
-#: ../data/messages:707
+#: ../data/messages:721
 msgid "Make the icon transparent"
 msgstr ""
 
-#: ../data/messages:709
+#: ../data/messages:723
 msgid "Show a window's thumbnail"
 msgstr ""
 
-#: ../data/messages:711
+#: ../data/messages:725
 msgid "Draw it bent backwards"
 msgstr ""
 
-#: ../data/messages:713
+#: ../data/messages:727
 msgid "Transparency of icons whose window is minimised:"
 msgstr ""
 
-#: ../data/messages:715 ../data/messages:873 ../data/messages:987
-#: ../data/messages:1013 ../data/messages:1085
+#: ../data/messages:729 ../data/messages:895 ../data/messages:1009
+#: ../data/messages:1035 ../data/messages:1135
 msgid "Opaque"
 msgstr ""
 
-#: ../data/messages:717 ../data/messages:871 ../data/messages:985
-#: ../data/messages:1011 ../data/messages:1083
+#: ../data/messages:731 ../data/messages:893 ../data/messages:1007
+#: ../data/messages:1033 ../data/messages:1133
 msgid "Transparent"
 msgstr ""
 
-#: ../data/messages:719
+#: ../data/messages:733
 msgid "Play a short animation of the icon when its window becomes active"
 msgstr ""
 
-#: ../data/messages:721
+#: ../data/messages:735
 msgid "\"...\" will be added at the end if the name is too long."
 msgstr ""
 
-#: ../data/messages:723
+#: ../data/messages:737
 msgid "Maximum number of caracters in application name:"
 msgstr ""
 
-#: ../data/messages:725
+#: ../data/messages:739
 msgid "Interaction"
 msgstr ""
 
-#: ../data/messages:727
+#: ../data/messages:741
 msgid "Action on middle-click on the related application"
 msgstr ""
 
-#: ../data/messages:729
+#: ../data/messages:743
 msgid "Nothing"
 msgstr ""
 
-#: ../data/messages:733
+#: ../data/messages:747
 msgid "Minimize"
 msgstr ""
 
-#: ../data/messages:735
+#: ../data/messages:749
 msgid "Launch new"
 msgstr "নতুন লঞ্চ কর"
 
-#: ../data/messages:737
+#: ../data/messages:753
 msgid "This is the default behaviour of most taskbars."
 msgstr ""
 
-#: ../data/messages:739
+#: ../data/messages:755
 msgid ""
 "Minimise the window when its icon is clicked, if it was already the active "
 "window ?"
 msgstr ""
 
-#: ../data/messages:741
+#: ../data/messages:757
 msgid "Only if your Window Manager supports it."
 msgstr ""
 
-#: ../data/messages:743
+#: ../data/messages:759
 msgid ""
 "Present windows preview on click when several windows are grouped togather"
 msgstr ""
 
-#: ../data/messages:745
+#: ../data/messages:761
 msgid "Highlight applications requiring your attention with a dialog bubble"
 msgstr ""
 
-#: ../data/messages:747
+#: ../data/messages:763
 msgid "in seconds"
 msgstr ""
 
-#: ../data/messages:749
+#: ../data/messages:765
 msgid "Duration of the dialog:"
 msgstr ""
 
-#: ../data/messages:751
+#: ../data/messages:767
 msgid ""
 "It will notify you even if, for instance, you are watching a movie in full "
 "screen or you are on another desktop.\n"
 msgstr ""
 
-#: ../data/messages:753
+#: ../data/messages:769
 msgid "Force the following applications to demand your attention"
 msgstr ""
 
-#: ../data/messages:755
+#: ../data/messages:771
 msgid "Highlight applications demanding your attention with an animation"
 msgstr ""
 
-#: ../data/messages:759
+#: ../data/messages:781
 msgid "Animations speed"
 msgstr ""
 
-#: ../data/messages:761
+#: ../data/messages:783
 msgid "Animate sub-docks when they appear"
 msgstr ""
 
-#: ../data/messages:763
+#: ../data/messages:785
 msgid ""
 "Icons will appear folded on themselves and will then unfold until they fill "
 "the whole dock. The smaller this value, the faster this will be."
 msgstr ""
 
-#: ../data/messages:765
+#: ../data/messages:787
 msgid "Animation unfolding duration:"
 msgstr ""
 
-#: ../data/messages:767 ../data/messages:775 ../data/messages:779
-#: ../data/messages:787 ../data/messages:791
+#: ../data/messages:789 ../data/messages:797 ../data/messages:801
+#: ../data/messages:809 ../data/messages:813
 msgid "fast"
 msgstr ""
 
-#: ../data/messages:769 ../data/messages:777 ../data/messages:781
-#: ../data/messages:789 ../data/messages:793
+#: ../data/messages:791 ../data/messages:799 ../data/messages:803
+#: ../data/messages:811 ../data/messages:815
 msgid "slow"
 msgstr ""
 
-#: ../data/messages:771 ../data/messages:783
+#: ../data/messages:793 ../data/messages:805
 msgid "The more there are, the slower it will be"
 msgstr ""
 
-#: ../data/messages:773
+#: ../data/messages:795
 msgid "Number of steps in the zoom animation (grow/shrink):"
 msgstr ""
 
-#: ../data/messages:785
+#: ../data/messages:807
 msgid "Number of steps in the auto-hide animation (move up/move down):"
 msgstr ""
 
-#: ../data/messages:795
+#: ../data/messages:817
 msgid "Refresh rate"
 msgstr ""
 
-#: ../data/messages:797 ../data/messages:801 ../data/messages:805
+#: ../data/messages:819 ../data/messages:823 ../data/messages:827
 msgid "in Hz. This is to adjust behaviour relative to your CPU power."
 msgstr ""
 
-#: ../data/messages:799
+#: ../data/messages:821
 msgid "Refresh rate when mouving cursor into the dock :"
 msgstr ""
 
-#: ../data/messages:803
+#: ../data/messages:825
 msgid "Animation frequency for the OpenGL backend :"
 msgstr ""
 
-#: ../data/messages:807
+#: ../data/messages:829
 msgid "Animation frequency for the Cairo backend :"
 msgstr ""
 
-#: ../data/messages:809
+#: ../data/messages:831
 msgid ""
 "The transparency gradation pattern will then be re-calculated in real time. "
 "May need more CPU power."
 msgstr ""
 
-#: ../data/messages:811
+#: ../data/messages:833
 msgid "Reflections should be calculated in real-time?"
 msgstr ""
 
-#: ../data/messages:813
+#: ../data/messages:835
 msgid "Composition"
 msgstr ""
 
-#: ../data/messages:815
+#: ../data/messages:837
 msgid ""
 "Only use this if you don't run a composite manager like Compiz, xcompmgr, "
 "etc and have a black background around your dock. For aesthetic reasons, the "
 "dock will be kept under other windows."
 msgstr ""
 
-#: ../data/messages:817
+#: ../data/messages:839
 msgid "Emulate composition with fake transparency?"
 msgstr ""
 
-#: ../data/messages:819
+#: ../data/messages:841
 msgid "You need to re-open the panel. It is deactivated by default on KDE."
 msgstr ""
 
-#: ../data/messages:821
+#: ../data/messages:843
 msgid "Make the config panel transparent?"
 msgstr ""
 
-#: ../data/messages:823
+#: ../data/messages:845
 msgid "Connection to the Internet"
 msgstr ""
 
-#: ../data/messages:825
+#: ../data/messages:847
 msgid ""
 "Maximum time in seconds that you allow the connection to the server to take. "
 "This only limits the connection phase,  once the dock has connected this "
 "option is of no more use."
 msgstr ""
 
-#: ../data/messages:827
+#: ../data/messages:849
 msgid "Connection timeout :"
 msgstr ""
 
-#: ../data/messages:829
+#: ../data/messages:851
 msgid ""
 "Maximum time in seconds that you allow the whole operation to last. Some "
 "themes can be up to a few MB."
 msgstr ""
 
-#: ../data/messages:831
+#: ../data/messages:853
 msgid "Maximum time to download a file:"
 msgstr ""
 
-#: ../data/messages:833
+#: ../data/messages:855
 msgid "Use this option if you experience problems to connect."
 msgstr ""
 
-#: ../data/messages:835
+#: ../data/messages:857
 msgid "Force IPv4 ?"
 msgstr ""
 
-#: ../data/messages:837
+#: ../data/messages:859
 msgid "Use this option if you connect to the Internet through a proxy."
 msgstr ""
 
-#: ../data/messages:839
+#: ../data/messages:861
 msgid "Are you behind a proxy ?"
 msgstr ""
 
-#: ../data/messages:841
+#: ../data/messages:863
 msgid "Proxy name :"
 msgstr ""
 
-#: ../data/messages:843
+#: ../data/messages:865
 msgid "Port :"
 msgstr ""
 
-#: ../data/messages:845 ../data/messages:849
+#: ../data/messages:867 ../data/messages:871
 msgid ""
 "Let empty if you don't need to log-in to the proxy with a user/password."
 msgstr ""
 
-#: ../data/messages:847
+#: ../data/messages:869
 msgid "User :"
 msgstr ""
 
-#: ../data/messages:851
+#: ../data/messages:873
 msgid "Password :"
 msgstr ""
 
-#: ../data/messages:855 ../data/messages:1667
+#: ../data/messages:877 ../data/messages:1673
 msgid "Fill the background with:"
 msgstr ""
 
-#: ../data/messages:857 ../data/messages:863 ../data/messages:1159
-#: ../data/messages:1671
+#: ../data/messages:879 ../data/messages:885 ../data/messages:1149
+#: ../data/messages:1677
 msgid "Image"
 msgstr ""
 
-#: ../data/messages:859 ../data/messages:879 ../data/messages:1673
+#: ../data/messages:881 ../data/messages:901 ../data/messages:1679
 msgid "Colour gradation"
 msgstr ""
 
-#: ../data/messages:861
+#: ../data/messages:883
 msgid "Use a background image."
 msgstr ""
 
-#: ../data/messages:865 ../data/messages:1675
+#: ../data/messages:887 ../data/messages:1681
 msgid ""
 "Any format allowed; if empty, the colour gradation will be used as a fall "
 "back."
 msgstr ""
 
-#: ../data/messages:867 ../data/messages:1677
+#: ../data/messages:889 ../data/messages:1683
 msgid "Image filename to use as a background :"
 msgstr ""
 
-#: ../data/messages:869
+#: ../data/messages:891
 msgid "Image's transparency :"
 msgstr ""
 
-#: ../data/messages:875 ../data/messages:1679
+#: ../data/messages:897 ../data/messages:1685
 msgid "Repeat image as a pattern to fill background?"
 msgstr ""
 
-#: ../data/messages:877
+#: ../data/messages:899
 msgid "Use a colour gradation."
 msgstr ""
 
-#: ../data/messages:881 ../data/messages:1681
+#: ../data/messages:903 ../data/messages:1687
 msgid "Bright colour:"
 msgstr ""
 
-#: ../data/messages:883 ../data/messages:1683
+#: ../data/messages:905 ../data/messages:1689
 msgid "Dark colour:"
 msgstr ""
 
-#: ../data/messages:885
+#: ../data/messages:907
 msgid "In degrees, in relation to the vertical"
 msgstr ""
 
-#: ../data/messages:887
+#: ../data/messages:909
 msgid "Angle of the gradation :"
 msgstr ""
 
-#: ../data/messages:889
+#: ../data/messages:911
 msgid "If not nul, it will form stripes."
 msgstr ""
 
-#: ../data/messages:891
+#: ../data/messages:913
 msgid "Repeat the gradation this number of times:"
 msgstr ""
 
-#: ../data/messages:893
+#: ../data/messages:915
 msgid "Percentage of the bright colour:"
 msgstr ""
 
-#: ../data/messages:895 ../data/messages:1685
+#: ../data/messages:917 ../data/messages:1691
 msgid "Stretch the dock to always fill the screen"
 msgstr ""
 
-#: ../data/messages:897
+#: ../data/messages:919
 msgid "External Frame"
 msgstr ""
 
-#: ../data/messages:899 ../data/messages:903 ../data/messages:909
-#: ../data/messages:957 ../data/messages:1057
+#: ../data/messages:921 ../data/messages:925 ../data/messages:931
+#: ../data/messages:979 ../data/messages:1083
 msgid "in pixels."
 msgstr ""
 
-#: ../data/messages:901
+#: ../data/messages:923
 msgid "Corner radius :"
 msgstr ""
 
-#: ../data/messages:905
+#: ../data/messages:927
 msgid "Linewidth of the external line :"
 msgstr ""
 
-#: ../data/messages:907
+#: ../data/messages:929
 msgid "Colour of the external line:"
 msgstr ""
 
-#: ../data/messages:911
+#: ../data/messages:933
 msgid "Margin between the frame and the icons or their reflects :"
 msgstr ""
 
-#: ../data/messages:913
+#: ../data/messages:935
 msgid "Are the bottom left and right corners rounded?"
 msgstr ""
 
-#: ../data/messages:917
+#: ../data/messages:939
 msgid "Main Dock"
 msgstr ""
 
-#: ../data/messages:921
+#: ../data/messages:943
 msgid "Sub-Docks"
 msgstr ""
 
-#: ../data/messages:927
+#: ../data/messages:949
 msgid ""
 "You can specify a ratio for the size of the sub-docks' icons, in relation to "
 "the main docks' icons size"
 msgstr ""
 
-#: ../data/messages:929
+#: ../data/messages:951
 msgid "Ratio for the size of the sub-docks' icons :"
 msgstr ""
 
-#: ../data/messages:931 ../data/messages:1199
+#: ../data/messages:953 ../data/messages:1189
 msgid "smaller"
 msgstr ""
 
-#: ../data/messages:933
+#: ../data/messages:955
 msgid "larger"
 msgstr ""
 
-#: ../data/messages:935
+#: ../data/messages:957
 msgid "Dialogs"
 msgstr ""
 
-#: ../data/messages:937
+#: ../data/messages:959
 msgid "Bubble"
 msgstr ""
 
-#: ../data/messages:939
+#: ../data/messages:961
 msgid "Background colour of the bubble:"
 msgstr ""
 
-#: ../data/messages:941
+#: ../data/messages:963
 msgid "Shape of the bubble:"
 msgstr ""
 
-#: ../data/messages:943
+#: ../data/messages:965
 msgid "Text"
 msgstr ""
 
-#: ../data/messages:945 ../data/messages:1243
+#: ../data/messages:967 ../data/messages:1233
 msgid "Otherwise the default's system one will be used."
 msgstr ""
 
-#: ../data/messages:947
+#: ../data/messages:969
 msgid "Use a custom font for the text?"
 msgstr ""
 
-#: ../data/messages:949
+#: ../data/messages:971
 msgid "Text font:"
 msgstr ""
 
-#: ../data/messages:951 ../data/messages:1249
+#: ../data/messages:973 ../data/messages:1239
 msgid "Draw the outline of the text?"
 msgstr ""
 
-#: ../data/messages:953 ../data/messages:1279
+#: ../data/messages:975 ../data/messages:1269
 msgid "Text color:"
 msgstr ""
 
-#: ../data/messages:955 ../data/messages:1015
+#: ../data/messages:977 ../data/messages:1037
 msgid "Buttons"
 msgstr ""
 
-#: ../data/messages:959
+#: ../data/messages:981
 msgid "Size of buttons in the info-bubbles (width x height) :"
 msgstr ""
 
-#: ../data/messages:961 ../data/messages:965 ../data/messages:1019
-#: ../data/messages:1023 ../data/messages:1027 ../data/messages:1031
+#: ../data/messages:983 ../data/messages:987 ../data/messages:1041
+#: ../data/messages:1045 ../data/messages:1049 ../data/messages:1053
 msgid "If you don't provide any, a default image will be used."
 msgstr ""
 
-#: ../data/messages:963
+#: ../data/messages:985
 msgid "Name of an image to use for the yes/ok button :"
 msgstr ""
 
-#: ../data/messages:967
+#: ../data/messages:989
 msgid "Name of an image to use for the no/cancel button :"
 msgstr ""
 
-#: ../data/messages:969
+#: ../data/messages:991
 msgid "Size of the icon displayed next to the text :"
 msgstr ""
 
-#: ../data/messages:975
+#: ../data/messages:997
 msgid ""
 "This can be customized for each desklet separately.\n"
 "Choose 'Custom decoration' to define your own decorations below"
 msgstr ""
 
-#: ../data/messages:977
+#: ../data/messages:999
 msgid "Choose a default decoration for all desklets :"
 msgstr ""
 
-#: ../data/messages:979
+#: ../data/messages:1001
 msgid ""
 "It's an image that will be displayed below the drawings, like a frame for "
 "example. Leave empty to not use any."
 msgstr ""
 
-#: ../data/messages:981
+#: ../data/messages:1003
 msgid "Background image :"
 msgstr ""
 
-#: ../data/messages:983
+#: ../data/messages:1005
 msgid "Background transparency :"
 msgstr ""
 
-#: ../data/messages:989
+#: ../data/messages:1011
 msgid "in pixels. Use this to adjust the left position of the drawings."
 msgstr ""
 
-#: ../data/messages:991
+#: ../data/messages:1013
 msgid "Left offset :"
 msgstr ""
 
-#: ../data/messages:993
+#: ../data/messages:1015
 msgid "in pixels. Use this to adjust the top position of the drawings."
 msgstr ""
 
-#: ../data/messages:995
+#: ../data/messages:1017
 msgid "Top offset :"
 msgstr ""
 
-#: ../data/messages:997
+#: ../data/messages:1019
 msgid "in pixels. Use this to adjust the right position of the drawings."
 msgstr ""
 
-#: ../data/messages:999
+#: ../data/messages:1021
 msgid "Right offset :"
 msgstr ""
 
-#: ../data/messages:1001
+#: ../data/messages:1023
 msgid "in pixels. Use this to adjust the bottom position of the drawings."
 msgstr ""
 
-#: ../data/messages:1003
+#: ../data/messages:1025
 msgid "Bottom offset :"
 msgstr ""
 
-#: ../data/messages:1005
+#: ../data/messages:1027
 msgid ""
 "It's an image that will be displayed above the drawings, like a reflection "
 "for example. Leave empty to not use any."
 msgstr ""
 
-#: ../data/messages:1007
+#: ../data/messages:1029
 msgid "Foreground image :"
 msgstr ""
 
-#: ../data/messages:1009
+#: ../data/messages:1031
 msgid "Foreground tansparency :"
 msgstr ""
 
-#: ../data/messages:1017
+#: ../data/messages:1039
 msgid "Buttons size :"
 msgstr ""
 
-#: ../data/messages:1021 ../data/messages:1033
+#: ../data/messages:1043 ../data/messages:1055
 msgid "Name of an image to use for the 'rotate' button :"
 msgstr ""
 
-#: ../data/messages:1025
+#: ../data/messages:1047
 msgid "Name of an image to use for the 'reattach' button :"
 msgstr ""
 
-#: ../data/messages:1029
+#: ../data/messages:1051
 msgid "Name of an image to use for the 'depth rotate' button :"
 msgstr ""
 
-#: ../data/messages:1037
+#: ../data/messages:1059
 msgid "Icons' themes"
 msgstr ""
 
-#: ../data/messages:1041
+#: ../data/messages:1063
 msgid "Choose an icon theme :"
 msgstr ""
 
-#: ../data/messages:1043
+#: ../data/messages:1065
 msgid ""
 "Any format allowed; leave this field empty if you don't want to use an image "
 "as background."
 msgstr ""
 
-#: ../data/messages:1045
+#: ../data/messages:1067
 msgid "Image filename to use as a background for icons :"
 msgstr ""
 
-#: ../data/messages:1047
-msgid "Zoom effect"
-msgstr ""
-
-#: ../data/messages:1049
-msgid ""
-"set to 1 if you don't want the icons to zoom when you hover over them."
-msgstr ""
-
-#: ../data/messages:1051
-msgid "Maximum zoom of the icons :"
-msgstr ""
-
-#: ../data/messages:1053
-msgid ""
-"in pixels. Outside of this space (centered on the mouse), there is no zoom."
-msgstr ""
-
-#: ../data/messages:1055
-msgid "Width of the space in which the zoom will be effective :"
-msgstr ""
-
-#: ../data/messages:1059
-msgid "Space between icons :"
-msgstr ""
-
-#: ../data/messages:1061
-msgid "Reflections"
-msgstr ""
-
-#: ../data/messages:1063
-msgid ""
-"It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
-"reflections are not used."
-msgstr ""
-
-#: ../data/messages:1065
-msgid "Reflective power of the plane :"
-msgstr ""
-
-#: ../data/messages:1067
-msgid "light"
-msgstr ""
-
 #: ../data/messages:1069
-msgid "strong"
+msgid "Icons size"
 msgstr ""
 
 #: ../data/messages:1071
-msgid ""
-"In percent of the icon's size. This parameter influence the total height of "
-"the dock."
+msgid "Icons' size at rest (width x height) :"
 msgstr ""
 
 #: ../data/messages:1073
-msgid "Height of the reflection:"
+msgid "Zoom effect"
 msgstr ""
 
 #: ../data/messages:1075
-msgid "small"
+msgid ""
+"set to 1 if you don't want the icons to zoom when you hover over them."
 msgstr ""
 
 #: ../data/messages:1077
-msgid "tall"
+msgid "Maximum zoom of the icons :"
 msgstr ""
 
 #: ../data/messages:1079
 msgid ""
-"It is their transparency when the dock is at rest; they will \"materialize\" "
-"progressively as the dock grows up. The closer to 0, the more transparent "
-"they will be."
+"in pixels. Outside of this space (centered on the mouse), there is no zoom."
 msgstr ""
 
 #: ../data/messages:1081
-msgid "Icons' transparency at rest :"
+msgid "Width of the space in which the zoom will be effective :"
+msgstr ""
+
+#: ../data/messages:1085
+msgid "Space between icons :"
 msgstr ""
 
 #: ../data/messages:1087
-msgid "Icons size"
+msgid "Separators"
 msgstr ""
 
 #: ../data/messages:1089
-msgid "Launcher's size at rest (width x height) :"
+msgid "Icon size at rest (width x height) :"
 msgstr ""
 
 #: ../data/messages:1091
-msgid "Application's size at rest (width x height) :"
+msgid "Force separator's image size to stay constant?"
 msgstr ""
 
 #: ../data/messages:1093
-msgid "Applet's size at rest (width x height) :"
+msgid ""
+"Only the default, 3D-plane and curve views support flat and physical "
+"separators. Flat separators are rendered differently according to the view."
 msgstr ""
 
 #: ../data/messages:1095
-msgid "Configure icons' animations."
+msgid "How to draw the separators?"
 msgstr ""
 
 #: ../data/messages:1097
-msgid "Configure icons' special effects (requires OpenGL)."
+msgid "Use an image."
 msgstr ""
 
 #: ../data/messages:1099
-msgid ""
-"Configure icons' animations on appearing/disappearing (require OpenGL "
-"capacity)."
+msgid "Flat separator"
 msgstr ""
 
 #: ../data/messages:1101
-msgid "Separators"
+msgid "Physical separator"
 msgstr ""
 
 #: ../data/messages:1103
-msgid "Icon size at rest (width x height) :"
+msgid "If you don't provide one, blanks will be used."
 msgstr ""
 
 #: ../data/messages:1105
-msgid "Force separator's image size to stay constant?"
+msgid "Filename of an image to use for separators :"
 msgstr ""
 
 #: ../data/messages:1107
 msgid ""
-"Only the default, 3D-plane and curve views support flat and physical "
-"separators. Flat separators are rendered differently according to the view."
+"Make the separator's image revolve when dock is on top/on the left/on the "
+"right?"
 msgstr ""
 
 #: ../data/messages:1109
-msgid "How to draw the separators?"
+msgid "Colour of flat separators :"
 msgstr ""
 
 #: ../data/messages:1111
-msgid "Use an image."
+msgid "Reflections"
 msgstr ""
 
 #: ../data/messages:1113
-msgid "Flat separator"
+msgid ""
+"It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
+"reflections are not used."
 msgstr ""
 
 #: ../data/messages:1115
-msgid "Physical separator"
+msgid "Reflective power of the plane :"
 msgstr ""
 
 #: ../data/messages:1117
-msgid "If you don't provide one, blanks will be used."
+msgid "light"
 msgstr ""
 
 #: ../data/messages:1119
-msgid "Filename of an image to use for separators :"
+msgid "strong"
 msgstr ""
 
 #: ../data/messages:1121
 msgid ""
-"Make the separator's image revolve when dock is on top/on the left/on the "
-"right?"
+"In percent of the icon's size. This parameter influence the total height of "
+"the dock."
 msgstr ""
 
 #: ../data/messages:1123
-msgid "Colour of flat separators :"
+msgid "Height of the reflection:"
 msgstr ""
 
 #: ../data/messages:1125
-msgid "Icons order"
+msgid "small"
 msgstr ""
 
 #: ../data/messages:1127
+msgid "tall"
+msgstr ""
+
+#: ../data/messages:1129
 msgid ""
-"If you separate a type of icons, the icons of this type will be placed "
-"together, separated from the others by a separator.\n"
-"If you don't separate the icons, you can place them wherever you want, and "
-"insert separators manually. Applications will then be placed next to their "
-"launcher if they have one, or after the last launcher."
-msgstr ""
-
-#: ../data/messages:1131 ../data/messages:1229
-msgid "No"
-msgstr ""
-
-#: ../data/messages:1133
-msgid "Separate applications from others"
-msgstr ""
-
-#: ../data/messages:1135
-msgid "Separate applets from others"
+"It is their transparency when the dock is at rest; they will \"materialize\" "
+"progressively as the dock grows up. The closer to 0, the more transparent "
+"they will be."
+msgstr ""
+
+#: ../data/messages:1131
+msgid "Icons' transparency at rest :"
 msgstr ""
 
 #: ../data/messages:1137
-msgid "Separate all"
-msgstr ""
-
-#: ../data/messages:1147
 msgid "Link the icons with a string"
 msgstr ""
 
-#: ../data/messages:1149
+#: ../data/messages:1139
 msgid "Linewidth of the string, in pixels (0 to not use string) :"
 msgstr ""
 
-#: ../data/messages:1151
+#: ../data/messages:1141
 msgid "Colour of the string (red, blue, green, alpha) :"
 msgstr ""
 
-#: ../data/messages:1155
+#: ../data/messages:1145
 msgid "Indicator of the active window"
 msgstr ""
 
-#: ../data/messages:1157
+#: ../data/messages:1147
 msgid "Type of indicator:"
 msgstr ""
 
-#: ../data/messages:1161
+#: ../data/messages:1151
 msgid "Frame"
 msgstr ""
 
-#: ../data/messages:1163 ../data/messages:1181 ../data/messages:1219
+#: ../data/messages:1153 ../data/messages:1171 ../data/messages:1209
 msgid "Image file:"
 msgstr ""
 
-#: ../data/messages:1165
+#: ../data/messages:1155
 msgid "Set transparency to 0 if you don't want to use an indicator."
 msgstr ""
 
-#: ../data/messages:1167
+#: ../data/messages:1157
 msgid "Colour of the frame :"
 msgstr ""
 
-#: ../data/messages:1169
+#: ../data/messages:1159
 msgid "Set 0 to fill the frame."
 msgstr ""
 
-#: ../data/messages:1171
+#: ../data/messages:1161
 msgid "Linewidth of the frame around the active window :"
 msgstr ""
 
-#: ../data/messages:1173
+#: ../data/messages:1163
 msgid "Corner radius of the frame around the active window :"
 msgstr ""
 
-#: ../data/messages:1175 ../data/messages:1207
+#: ../data/messages:1165 ../data/messages:1197
 msgid "Draw indicator above the icon?"
 msgstr ""
 
-#: ../data/messages:1177
+#: ../data/messages:1167
 msgid "Indicator of active launcher"
 msgstr ""
 
-#: ../data/messages:1179
+#: ../data/messages:1169
 msgid ""
 "Indicators are drawn on launchers icons to show that they have already been "
 "launched. Leave blank to use the default one."
 msgstr ""
 
-#: ../data/messages:1183
+#: ../data/messages:1173
 msgid ""
 "The indicator is drawn on active launchers, but you may want to display it "
 "on applications too."
 msgstr ""
 
-#: ../data/messages:1185
+#: ../data/messages:1175
 msgid "Display an indicator on application icons too ?"
 msgstr ""
 
-#: ../data/messages:1187
+#: ../data/messages:1177
 msgid ""
 "Relatively to the icons' size. You can use this parameter to adjust the "
 "indicator's vertical position.\n"
@@ -3427,11 +3470,11 @@
 "otherwise downwards."
 msgstr ""
 
-#: ../data/messages:1189
+#: ../data/messages:1179
 msgid "Vertical offset :"
 msgstr ""
 
-#: ../data/messages:1191
+#: ../data/messages:1181
 msgid ""
 "If the indicator is linked to the icon, it will then be zoomed like the icon "
 "and the offset will be upwards.\n"
@@ -3439,170 +3482,174 @@
 "downwards."
 msgstr ""
 
-#: ../data/messages:1193
+#: ../data/messages:1183
 msgid "Link the indicator with its icon?"
 msgstr ""
 
-#: ../data/messages:1195
+#: ../data/messages:1185
 msgid ""
 "You can choose to make the indicator smaller or bigger than the icons. The "
 "bigger the value is, the bigger the indicator is. 1 means the indicator will "
 "have the same size as the icons."
 msgstr ""
 
-#: ../data/messages:1197
+#: ../data/messages:1187
 msgid "Indicator size ratio :"
 msgstr ""
 
-#: ../data/messages:1201
+#: ../data/messages:1191
 msgid "bigger"
 msgstr ""
 
-#: ../data/messages:1203
+#: ../data/messages:1193
 msgid ""
 "Use it to make the indicator follow the orientation of the dock "
 "(top/bottom/right/left)."
 msgstr ""
 
-#: ../data/messages:1205
+#: ../data/messages:1195
 msgid "Rotate the indicator with dock?"
 msgstr ""
 
-#: ../data/messages:1209
+#: ../data/messages:1199
 msgid "Indicator of grouped windows"
 msgstr ""
 
-#: ../data/messages:1211
+#: ../data/messages:1201
 msgid "How to show that several icons are grouped :"
 msgstr ""
 
-#: ../data/messages:1213
+#: ../data/messages:1203
 msgid "Draw an emblem"
 msgstr ""
 
-#: ../data/messages:1215
+#: ../data/messages:1205
 msgid "Draw the sub-dock's icons as a stack"
 msgstr ""
 
-#: ../data/messages:1217
+#: ../data/messages:1207
 msgid ""
 "It only makes sense if you chose to group the applis of the same class "
 "together. Leave blank to use the default one."
 msgstr ""
 
-#: ../data/messages:1221
+#: ../data/messages:1211
 msgid "Zoom the indicator with its icon?"
 msgstr ""
 
-#: ../data/messages:1223
+#: ../data/messages:1213
 msgid "Labels"
 msgstr ""
 
-#: ../data/messages:1225
+#: ../data/messages:1215
 msgid "Label visibility"
 msgstr ""
 
-#: ../data/messages:1227
+#: ../data/messages:1217
 msgid "Show labels:"
 msgstr ""
 
-#: ../data/messages:1231
+#: ../data/messages:1219
+msgid "No"
+msgstr ""
+
+#: ../data/messages:1221
 msgid "On pointed icon"
 msgstr ""
 
-#: ../data/messages:1233
+#: ../data/messages:1223
 msgid "On all icons"
 msgstr ""
 
-#: ../data/messages:1235
+#: ../data/messages:1225
 msgid ""
 "the bigger, the more the labels next to the selected icon will be "
 "transparent."
 msgstr ""
 
-#: ../data/messages:1237
+#: ../data/messages:1227
 msgid "label's visibility threshold :"
 msgstr ""
 
-#: ../data/messages:1239
+#: ../data/messages:1229
 msgid "Should the labels always be horizontal, even when dock is vertical?"
 msgstr ""
 
-#: ../data/messages:1241
+#: ../data/messages:1231
 msgid "Font"
 msgstr ""
 
-#: ../data/messages:1245
+#: ../data/messages:1235
 msgid "Use a custom font for labels?"
 msgstr ""
 
-#: ../data/messages:1247
+#: ../data/messages:1237
 msgid "Font used for labels :"
 msgstr ""
 
-#: ../data/messages:1253
+#: ../data/messages:1243
 msgid ""
 "If you set it to fully transparent, there will be no background for the "
 "text, but the margin around the text will still be in effect."
 msgstr ""
 
-#: ../data/messages:1255
+#: ../data/messages:1245
 msgid "Colour of the label's background :"
 msgstr ""
 
-#: ../data/messages:1257
+#: ../data/messages:1247
 msgid "Margin around the text (in pixels) :"
 msgstr ""
 
-#: ../data/messages:1259
+#: ../data/messages:1249
 msgid "Colour"
 msgstr ""
 
-#: ../data/messages:1261
+#: ../data/messages:1251
 msgid "It's the first color of the gradation."
 msgstr ""
 
-#: ../data/messages:1263
+#: ../data/messages:1253
 msgid "Start color :"
 msgstr ""
 
-#: ../data/messages:1265
+#: ../data/messages:1255
 msgid ""
 "It's the second color of the gradation. Set it to the same value as the "
 "first if you don't want to have any gradation."
 msgstr ""
 
-#: ../data/messages:1267
+#: ../data/messages:1257
 msgid "Stop color :"
 msgstr ""
 
-#: ../data/messages:1269
+#: ../data/messages:1259
 msgid ""
 "If checked, the pattern will go from top to bottom, otherwise from left to "
 "right."
 msgstr ""
 
-#: ../data/messages:1271
+#: ../data/messages:1261
 msgid "Pattern should be vertical?"
 msgstr ""
 
-#: ../data/messages:1273
+#: ../data/messages:1263
 msgid "Quick-info are short information drawn on the icons."
 msgstr ""
 
-#: ../data/messages:1275
+#: ../data/messages:1265
 msgid "Quick-info"
 msgstr ""
 
-#: ../data/messages:1277
+#: ../data/messages:1267
 msgid "Use the same look as the labels?"
 msgstr ""
 
-#: ../data/messages:1281
+#: ../data/messages:1271
 msgid "Background color:"
 msgstr ""
 
-#: ../data/messages:1313
+#: ../data/messages:1303
 msgid ""
 "For a launcher or an applet:\n"
 "Open the settings of the icon, and set a path to an image.\n"
@@ -3615,7 +3662,7 @@
 "window."
 msgstr ""
 
-#: ../data/messages:1457
+#: ../data/messages:1447
 msgid ""
 "Activate the Shortcuts applet.\n"
 "Then all the folders bookmarks (the ones that appear in Nautilus) will be "
@@ -3624,7 +3671,7 @@
 "To remove a boorkmark, right-click on its icon -> remove"
 msgstr ""
 
-#: ../data/messages:1599
+#: ../data/messages:1589
 msgid ""
 "If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) "
 "by clicking on this button:\n"
@@ -3632,7 +3679,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1603
+#: ../data/messages:1593
 msgid ""
 "If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) "
 "by clicking on this button:\n"
@@ -3640,225 +3687,229 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1633
+#: ../data/messages:1623
 msgid "starting from 0"
 msgstr ""
 
-#: ../data/messages:1637
+#: ../data/messages:1627
 msgid "Visibility of the dock"
 msgstr ""
 
-#: ../data/messages:1661
+#: ../data/messages:1651 ../data/messages:1675
+msgid "Same as main dock"
+msgstr ""
+
+#: ../data/messages:1653
+msgid "Tiny"
+msgstr ""
+
+#: ../data/messages:1667
 msgid "Leave it empty to use the same view as the main dock."
 msgstr ""
 
-#: ../data/messages:1663
+#: ../data/messages:1669
 msgid "Choose the view for this dock :/"
 msgstr ""
 
-#: ../data/messages:1669
-msgid "Same as main dock"
-msgstr ""
-
-#: ../data/messages:1689
+#: ../data/messages:1695
 msgid "You can even paste an internet URL."
 msgstr ""
 
-#: ../data/messages:1691
+#: ../data/messages:1697
 msgid "...or drag and drop a theme package here :"
 msgstr ""
 
-#: ../data/messages:1693
+#: ../data/messages:1699
 msgid "Theme loading options"
 msgstr ""
 
-#: ../data/messages:1695
+#: ../data/messages:1701
 msgid ""
 "If you tick this box, your launchers will be deleted and replaced by the "
 "ones provided in the new theme. Otherwise the current launchers will be "
 "kept, only icons will be replaced."
 msgstr ""
 
-#: ../data/messages:1697
+#: ../data/messages:1703
 msgid "Use the new theme's launchers?"
 msgstr ""
 
-#: ../data/messages:1699
+#: ../data/messages:1705
 msgid ""
 "Otherwise the current behaviour will be kept. This defines the dock's "
 "position, behavioural settings such as auto-hide, using taskbar or not, etc."
 msgstr ""
 
-#: ../data/messages:1701
+#: ../data/messages:1707
 msgid "Use the new theme's behaviour?"
 msgstr ""
 
-#: ../data/messages:1703
+#: ../data/messages:1709
 msgid "Save"
 msgstr ""
 
-#: ../data/messages:1705
+#: ../data/messages:1711
 msgid "Save current theme"
 msgstr ""
 
-#: ../data/messages:1707
+#: ../data/messages:1713
 msgid "You will then be able to re-open it at any time."
 msgstr ""
 
-#: ../data/messages:1709
+#: ../data/messages:1715
 msgid "Save as:"
 msgstr ""
 
-#: ../data/messages:1711
+#: ../data/messages:1717
 msgid "Save current behaviour also?"
 msgstr ""
 
-#: ../data/messages:1713
+#: ../data/messages:1719
 msgid "Save current launchers also?"
 msgstr ""
 
-#: ../data/messages:1715
+#: ../data/messages:1721
 msgid ""
 "The dock will build a complete tarball of your current theme, allowing you "
 "to easily exchange it with other people."
 msgstr ""
 
-#: ../data/messages:1717
+#: ../data/messages:1723
 msgid "Build a package of the theme?"
 msgstr ""
 
-#: ../data/messages:1719
+#: ../data/messages:1725
 msgid "Delete"
 msgstr ""
 
-#: ../data/messages:1721
+#: ../data/messages:1727
 msgid "List of your personal themes"
 msgstr ""
 
-#: ../data/messages:1723
+#: ../data/messages:1729
 msgid "Delete from the list themes that you don't need anymore :"
 msgstr ""
 
-#: ../data/messages:1725 ../data/messages:1727 ../data/messages:1729
-#: ../data/messages:1731 ../data/messages:1761 ../data/messages:1811
-#: ../data/messages:1843
+#: ../data/messages:1731 ../data/messages:1733 ../data/messages:1735
+#: ../data/messages:1737 ../data/messages:1767 ../data/messages:1817
+#: ../data/messages:1849
 msgid "Desktop Entry"
 msgstr ""
 
-#: ../data/messages:1735 ../data/messages:1805 ../data/messages:1815
-#: ../data/messages:1847
+#: ../data/messages:1741 ../data/messages:1811 ../data/messages:1821
+#: ../data/messages:1853
 msgid "Name of the container it belongs to:"
 msgstr ""
 
-#: ../data/messages:1737
+#: ../data/messages:1743
 msgid "Sub-dock's name :"
 msgstr ""
 
-#: ../data/messages:1739 ../data/messages:1765
+#: ../data/messages:1745 ../data/messages:1771
 msgid "How to render the icon :"
 msgstr ""
 
-#: ../data/messages:1741 ../data/messages:1767
+#: ../data/messages:1747 ../data/messages:1773
 msgid "Use an image"
 msgstr ""
 
-#: ../data/messages:1743 ../data/messages:1769
+#: ../data/messages:1749 ../data/messages:1775
 msgid "Draw sub-dock's content as emblems"
 msgstr ""
 
-#: ../data/messages:1745 ../data/messages:1771
+#: ../data/messages:1751 ../data/messages:1777
 msgid "Draw sub-dock's content as stack"
 msgstr ""
 
-#: ../data/messages:1747 ../data/messages:1773
+#: ../data/messages:1753 ../data/messages:1779
 msgid "Draw sub-dock's content inside a box"
 msgstr ""
 
-#: ../data/messages:1749 ../data/messages:1775 ../data/messages:1819
+#: ../data/messages:1755 ../data/messages:1781 ../data/messages:1825
 msgid "Image's name or path :"
 msgstr ""
 
-#: ../data/messages:1751 ../data/messages:1801 ../data/messages:1825
-#: ../data/messages:1851
+#: ../data/messages:1757 ../data/messages:1807 ../data/messages:1831
+#: ../data/messages:1857
 msgid "Extra parameters"
 msgstr ""
 
-#: ../data/messages:1753
+#: ../data/messages:1759
 msgid "Name of the view used for the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1755
+#: ../data/messages:1761
 msgid "If '0' the container will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1757 ../data/messages:1809 ../data/messages:1839
+#: ../data/messages:1763 ../data/messages:1815 ../data/messages:1845
 msgid "Only show in this specific viewport"
 msgstr ""
 
-#: ../data/messages:1759 ../data/messages:1803 ../data/messages:1841
-#: ../data/messages:1853
+#: ../data/messages:1765 ../data/messages:1809 ../data/messages:1847
+#: ../data/messages:1859
 msgid "Order you want for this launcher among the others:"
 msgstr ""
 
-#: ../data/messages:1763 ../data/messages:1817
+#: ../data/messages:1769 ../data/messages:1823
 msgid "Launcher's name :"
 msgstr ""
 
-#: ../data/messages:1777
+#: ../data/messages:1783
 msgid "URI of the file :"
 msgstr ""
 
-#: ../data/messages:1779
+#: ../data/messages:1785
 msgid "Number of files to list in the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1783
+#: ../data/messages:1789
 msgid "5"
 msgstr ""
 
-#: ../data/messages:1785
+#: ../data/messages:1791
 msgid "10"
 msgstr ""
 
-#: ../data/messages:1787
+#: ../data/messages:1793
 msgid "20"
 msgstr ""
 
-#: ../data/messages:1789
+#: ../data/messages:1795
 msgid "30"
 msgstr ""
 
-#: ../data/messages:1793
+#: ../data/messages:1799
 msgid "Sort files by :"
 msgstr ""
 
-#: ../data/messages:1795
+#: ../data/messages:1801
 msgid "Name"
 msgstr ""
 
-#: ../data/messages:1797
+#: ../data/messages:1803
 msgid "Size"
 msgstr ""
 
-#: ../data/messages:1799
+#: ../data/messages:1805
 msgid "Date"
 msgstr ""
 
-#: ../data/messages:1807 ../data/messages:1837
+#: ../data/messages:1813 ../data/messages:1843
 msgid "If '0' the launcher will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1821
+#: ../data/messages:1827
 msgid ""
 "Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard "
 "shortcut, for exemple <Alt>F1, <Ctrl>c,  <Ctrl>v, etc"
 msgstr ""
 
-#: ../data/messages:1823
+#: ../data/messages:1829
 msgid "Command to launch on click :"
 msgstr ""
 
-#: ../data/messages:1827
+#: ../data/messages:1833
 msgid ""
 "If you choosed to mix launcher and applis, this option will deactivate this "
 "behaviour for this launcher only. It can be useful for instance for a "
@@ -3866,11 +3917,11 @@
 "steal the Terminal's icon from the Taskbar."
 msgstr ""
 
-#: ../data/messages:1829
-msgid "Prevent this launcher from stealing appli from taskbar ?"
+#: ../data/messages:1835
+msgid "Prevent this launcher from stealing this application from taskbar ?"
 msgstr ""
 
-#: ../data/messages:1831
+#: ../data/messages:1837
 msgid ""
 "The only reason you may want to modify this parameter is if you made this "
 "launcher by hands. If you dropped it into the dock from the menu, it is "
@@ -3878,19 +3929,19 @@
 "program, which is useful to link the appli with its launcher."
 msgstr ""
 
-#: ../data/messages:1833
+#: ../data/messages:1839
 msgid "Class of the program :"
 msgstr ""
 
-#: ../data/messages:1835
+#: ../data/messages:1841
 msgid "Run in a terminal ?"
 msgstr ""
 
-#: ../data/messages:1849
+#: ../data/messages:1855
 msgid "Separators' appearance is defined in the global configuration."
 msgstr ""
 
-#: ../data/messages:1855
+#: ../data/messages:1861
 msgid ""
 "<b><span color='red'>GLX-Dock 2.4.0</span></b>\n"
 " - The <b>Power-Manager applet</b> has been rewritten to work on any "
@@ -3901,3 +3952,46 @@
 "easily.\n"
 " - The dock can now be used as a shell in a Compiz-standalone environment."
 msgstr ""
+
+#: ../data/messages:1863
+msgid ""
+"<b>New version: <span color='red'>GLX-Dock 3.0</span>!</b>\n"
+" - The <b>taskbar</b> has been greatly enhanced.\n"
+" - The <b>Log out</b> applet has been rewritten, now allows to switch "
+"users.\n"
+" - The <b>control of the dock from the keyboard</b> is now very powerful:\n"
+"   - many shortkeys have been added in different applets\n"
+"   - you can activate a launcher by pressing a shortkey + its number\n"
+"   - all shortkeys can now be managed in a single place in the configuration "
+"window.\n"
+" - The <b>Sound Menu</b> from Ubuntu has been integrated into the Sound-"
+"Control applet.\n"
+" - A new <b>Twitter applet</b> lets you tweet in one click.\n"
+" - A new applet to <b>inhibit the screensaver</b> in one click.\n"
+" - Separators are transparent to click in <b>'Panel'</b> mode\n"
+" - Cairo-Dock now uses <b>GTK3</b>, for a better integration in a Gnome "
+"desktop\n"
+" - Few additions to the DBus API.\n"
+" - It's possible to donate to support the project!"
+msgstr ""
+
+#~ msgid "Lock icons"
+#~ msgstr "আইকন সমূহ লক কর"
+
+#~ msgid "Unlock dock"
+#~ msgstr "ডক আনলক কর"
+
+#~ msgid "Lock dock"
+#~ msgstr "ডক লক কর"
+
+#~ msgid "Modify this separator"
+#~ msgstr "বিচ্ছিন্নকারকটিকে পরিবর্তন করুন"
+
+#~ msgid "Remove this separator"
+#~ msgstr "বিচ্ছিন্নকারকটিকে অপসারণ করুন"
+
+#~ msgid "Detach this applet"
+#~ msgstr "এই এ্যাপ্লেটটি ডিট্যাচ করুন"
+
+#~ msgid "Launch another instance of this applet"
+#~ msgstr "এই এ্যাপ্লেটের অন্য একটি ইন্সট্যান্স চালু কর"

=== modified file 'po/ca.po'
--- po/ca.po	2011-09-26 11:14:46 +0000
+++ po/ca.po	2012-02-14 14:02:34 +0000
@@ -8,18 +8,18 @@
 msgstr ""
 "Project-Id-Version: cairo-dock-core\n"
 "Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2011-09-23 23:42+0000\n"
-"PO-Revision-Date: 2011-09-20 08:58+0000\n"
+"POT-Creation-Date: 2012-02-13 01:12+0000\n"
+"PO-Revision-Date: 2012-02-13 02:55+0000\n"
 "Last-Translator: Fabounet <fabounet03@xxxxxxxxx>\n"
 "Language-Team: Catalan <ca@xxxxxx>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2011-09-25 04:34+0000\n"
-"X-Generator: Launchpad (build 14012)\n"
+"X-Launchpad-Export-Date: 2012-02-13 04:34+0000\n"
+"X-Generator: Launchpad (build 14781)\n"
 "Language: ca\n"
 
-#: ../src/cairo-dock-gui-commons.c:216
+#: ../src/cairo-dock-gui-commons.c:221
 msgid ""
 "You have made some changes to the current theme.\n"
 "You will lose them if you don't save before choosing a new theme. Continue "
@@ -28,217 +28,249 @@
 "Heu fet canvis en el tema actual.\n"
 "Si no els deseu els perdreu al triar un tema nou. Voleu continuar tot i això?"
 
-#: ../src/cairo-dock-gui-commons.c:242
+#: ../src/cairo-dock-gui-commons.c:247
 msgid "Please wait while importing the theme..."
 msgstr "Esperi mentre s'importa el tema..."
 
-#: ../src/cairo-dock-gui-commons.c:364 ../src/cairo-dock-menu.c:1456
+#: ../src/cairo-dock-gui-commons.c:369
 msgid "Configure this applet"
 msgstr "Configurar aquesta mini-aplicació"
 
-#: ../src/cairo-dock-gui-commons.c:401 ../src/cairo-dock-gui-main.c:131
+#: ../src/cairo-dock-gui-commons.c:406 ../src/cairo-dock-gui-main.c:130
 msgid "Files"
 msgstr "Fitxers"
 
-#: ../src/cairo-dock-gui-commons.c:406 ../src/cairo-dock-gui-main.c:132
+#: ../src/cairo-dock-gui-commons.c:411 ../src/cairo-dock-gui-main.c:131
 msgid "Internet"
 msgstr "Internet"
 
-#: ../src/cairo-dock-gui-commons.c:411 ../src/cairo-dock-gui-main.c:133
+#: ../src/cairo-dock-gui-commons.c:416 ../src/cairo-dock-gui-main.c:132
 msgid "Desktop"
 msgstr "Escriptori"
 
-#: ../src/cairo-dock-gui-commons.c:416
+#: ../src/cairo-dock-gui-commons.c:421
 msgid "Accessory"
 msgstr ""
 
-#: ../src/cairo-dock-gui-commons.c:421 ../src/cairo-dock-gui-main.c:135
-#: ../src/cairo-dock-gui-main.c:1504 ../data/messages:757
+#: ../src/cairo-dock-gui-commons.c:426 ../src/cairo-dock-gui-main.c:134
+#: ../src/cairo-dock-gui-main.c:1528 ../data/messages:779
 msgid "System"
 msgstr "Sistema"
 
-#: ../src/cairo-dock-gui-commons.c:426 ../src/cairo-dock-gui-main.c:136
+#: ../src/cairo-dock-gui-commons.c:431 ../src/cairo-dock-gui-main.c:135
 msgid "Fun"
 msgstr ""
 
-#: ../src/cairo-dock-gui-commons.c:468
+#: ../src/cairo-dock-gui-commons.c:474
 msgid "plug-in"
 msgstr "Connector"
 
-#: ../src/cairo-dock-gui-commons.c:474
+#: ../src/cairo-dock-gui-commons.c:480
 msgid "category"
 msgstr ""
 
-#: ../src/cairo-dock-gui-items.c:384
+#: ../src/cairo-dock-gui-commons.c:575
+msgid "Press the shortkey"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:594
+msgid "Change the shortkey"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:681
+msgid "Origin"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:686
+msgid "Action"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:690
+msgid "Shortkey"
+msgstr ""
+
+#: ../src/cairo-dock-gui-items.c:242
 msgid ""
 "Main dock's parameters are available in the main configuration window."
 msgstr ""
 
-#: ../src/cairo-dock-gui-items.c:600
+#: ../src/cairo-dock-gui-items.c:459
 msgid "Launcher configuration"
 msgstr "Configuració dels llançadors"
 
-#: ../src/cairo-dock-gui-main.c:129 ../data/messages:671
+#: ../src/cairo-dock-gui-items.c:877
+msgid "Remove this item"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:128 ../data/messages:675
 msgid "Behaviour"
 msgstr "Comportament"
 
-#: ../src/cairo-dock-gui-main.c:130 ../data/messages:491 ../data/messages:1657
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:501 ../data/messages:1645
 msgid "Appearance"
 msgstr "Aparença"
 
-#: ../src/cairo-dock-gui-main.c:134
+#: ../src/cairo-dock-gui-main.c:133
 msgid "Accessories"
 msgstr "Accessoris"
 
-#: ../src/cairo-dock-gui-main.c:137 ../src/cairo-dock-gui-main.c:1653
-#: ../data/messages:1791
+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1682
+#: ../data/messages:1797
 msgid "All"
 msgstr "Tot"
 
-#: ../src/cairo-dock-gui-main.c:1482
+#: ../src/cairo-dock-gui-main.c:1499
 msgid "Set the position of the main dock."
 msgstr "Estableix la posició de la barra principal."
 
-#: ../src/cairo-dock-gui-main.c:1483 ../data/messages:335 ../data/messages:545
+#: ../src/cairo-dock-gui-main.c:1500 ../data/messages:335 ../data/messages:549
 msgid "Position"
 msgstr "Posició"
 
-#: ../src/cairo-dock-gui-main.c:1489
+#: ../src/cairo-dock-gui-main.c:1506
 msgid ""
 "Do you like your dock to be always visible,\n"
 " or on the contrary unobtrusive?\n"
 "Configure the way you access your docks and sub-docks!"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1490 ../src/cairo-dock-menu.c:1494
+#: ../src/cairo-dock-gui-main.c:1507 ../src/cairo-dock-menu.c:1690
 #: ../data/messages:353
 msgid "Visibility"
 msgstr "Visibilitat"
 
-#: ../src/cairo-dock-gui-main.c:1496
+#: ../src/cairo-dock-gui-main.c:1513
 msgid "Display and interact with currently open windows."
 msgstr "Mostra i interacciona amb les finestres obertes actualment."
 
-#: ../src/cairo-dock-gui-main.c:1497 ../data/messages:41 ../data/messages:469
-#: ../data/messages:1323
+#: ../src/cairo-dock-gui-main.c:1514 ../data/messages:41 ../data/messages:469
+#: ../data/messages:1313
 msgid "Taskbar"
 msgstr "Barra de tasques"
 
-#: ../src/cairo-dock-gui-main.c:1503
+#: ../src/cairo-dock-gui-main.c:1520
+msgid "Define all the keyboard shortcuts currently available."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1521 ../data/messages:529 ../data/messages:773
+msgid "Shortkeys"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1527
 msgid "All of the parameters you will never want to tweak."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1513
+#: ../src/cairo-dock-gui-main.c:1537
 msgid "Set a background for your dock."
 msgstr "Estableix un fons al teu acoblador"
 
-#: ../src/cairo-dock-gui-main.c:1514 ../data/messages:853
-#: ../data/messages:1251 ../data/messages:1665
+#: ../src/cairo-dock-gui-main.c:1538 ../data/messages:875
+#: ../data/messages:1241 ../data/messages:1671
 msgid "Background"
 msgstr "Fons"
 
-#: ../src/cairo-dock-gui-main.c:1520
+#: ../src/cairo-dock-gui-main.c:1544
 msgid "Select a view for each of your docks."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1521 ../data/messages:523 ../data/messages:915
-#: ../data/messages:1659
+#: ../src/cairo-dock-gui-main.c:1545 ../data/messages:521 ../data/messages:937
+#: ../data/messages:1665
 msgid "Views"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1528
+#: ../src/cairo-dock-gui-main.c:1552
 msgid "Configure text bubble appearance."
 msgstr "Configurar l'aspecte de les notificacions"
 
-#: ../src/cairo-dock-gui-main.c:1529
+#: ../src/cairo-dock-gui-main.c:1553
 msgid "Dialog boxes"
 msgstr "Diàlegs"
 
-#: ../src/cairo-dock-gui-main.c:1536
+#: ../src/cairo-dock-gui-main.c:1560
 msgid "Applets can be displayed on your desktop as widgets."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1537 ../data/messages:101 ../data/messages:971
-#: ../data/messages:1383
+#: ../src/cairo-dock-gui-main.c:1561 ../data/messages:101 ../data/messages:993
+#: ../data/messages:1373
 msgid "Desklets"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1544
+#: ../src/cairo-dock-gui-main.c:1568
 msgid ""
 "All about icons:\n"
 " size, reflection, icon theme,..."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1545 ../data/messages:11 ../data/messages:493
-#: ../data/messages:1035 ../data/messages:1293
+#: ../src/cairo-dock-gui-main.c:1569 ../data/messages:11 ../data/messages:503
+#: ../data/messages:1057 ../data/messages:1283 ../data/messages:1647
 msgid "Icons"
 msgstr "Icones"
 
-#: ../src/cairo-dock-gui-main.c:1551
+#: ../src/cairo-dock-gui-main.c:1575
 msgid "Indicators are additional markers for your icons."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1552 ../data/messages:1153
+#: ../src/cairo-dock-gui-main.c:1576 ../data/messages:1143
 msgid "Indicators"
 msgstr "Indicadors"
 
-#: ../src/cairo-dock-gui-main.c:1559
+#: ../src/cairo-dock-gui-main.c:1583
 msgid "Define icon caption and quick-info style."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1560
+#: ../src/cairo-dock-gui-main.c:1584
 msgid "Captions"
 msgstr "Etiquetes"
 
-#: ../src/cairo-dock-gui-main.c:1629
+#: ../src/cairo-dock-gui-main.c:1654
 msgid "Categories"
 msgstr "Categories"
 
-#: ../src/cairo-dock-gui-main.c:1767
+#: ../src/cairo-dock-gui-main.c:1796
 msgid "Filter"
 msgstr "Filtrar"
 
-#: ../src/cairo-dock-gui-main.c:1814
+#: ../src/cairo-dock-gui-main.c:1843
 msgid "Options"
 msgstr "Opcions"
 
-#: ../src/cairo-dock-gui-main.c:1824
+#: ../src/cairo-dock-gui-main.c:1853
 msgid "All words"
 msgstr "Totes les paraules"
 
-#: ../src/cairo-dock-gui-main.c:1828
+#: ../src/cairo-dock-gui-main.c:1857
 msgid "Highlighted words"
 msgstr "Realçar les paraules"
 
-#: ../src/cairo-dock-gui-main.c:1833
+#: ../src/cairo-dock-gui-main.c:1862
 msgid "Hide others"
 msgstr "Amaga altres"
 
-#: ../src/cairo-dock-gui-main.c:1838
+#: ../src/cairo-dock-gui-main.c:1867
 msgid "Search in description"
 msgstr "Cerca a la descripció"
 
-#: ../src/cairo-dock-gui-main.c:1852
+#: ../src/cairo-dock-gui-main.c:1881
 msgid "Enable this module"
 msgstr "Activa aquest mòdul"
 
-#: ../src/cairo-dock-gui-main.c:1916 ../data/messages:541
+#: ../src/cairo-dock-gui-main.c:1945 ../data/messages:545
 msgid "More applets"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1917 ../data/messages:539
+#: ../src/cairo-dock-gui-main.c:1946 ../data/messages:543
 msgid "Get more applets online !"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1951 ../src/cairo-dock.c:663
+#: ../src/cairo-dock-gui-main.c:1982 ../src/cairo-dock.c:689
 msgid "< Maintenance mode >"
 msgstr "< Mode de manteniment >"
 
-#: ../src/cairo-dock-gui-main.c:2041 ../src/cairo-dock-gui-simple.c:901
+#: ../src/cairo-dock-gui-main.c:2072 ../src/cairo-dock-gui-simple.c:859
 msgid "Cairo-Dock configuration"
 msgstr "Configuració de Cairo-Dock"
 
-#: ../src/cairo-dock-gui-main.c:2396
+#: ../src/cairo-dock-gui-main.c:2437
 #, c-format
 msgid ""
 "The '%s' module is not present. You need to install it and all its "
@@ -247,57 +279,57 @@
 "No hi ha el mòdul '%s'. Hauries d'instal·lar el mòdul o les seves "
 "dependències per treure'n el màxim profit."
 
-#: ../src/cairo-dock-gui-main.c:2402
+#: ../src/cairo-dock-gui-main.c:2443
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr "El mòdul '%s' no està activat."
 
-#: ../src/cairo-dock-gui-main.c:2403
+#: ../src/cairo-dock-gui-main.c:2444
 msgid "Do you want to enable it now?"
 msgstr "Vols ac

Follow ups