← Back to team overview

cairo-dock-team team mailing list archive

[Merge] lp:~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1 into lp:ubuntu/cairo-dock

 

Matthieu Baerts has proposed merging lp:~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1 into lp:ubuntu/cairo-dock.

Requested reviews:
  Ubuntu Sponsors Team (ubuntu-sponsors)
Related bugs:
  #723994 Please update Cairo-Dock to 2.3.0~0rc1 version
  https://bugs.launchpad.net/bugs/723994

For more details, see:
https://code.launchpad.net/~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1/+merge/51034

The Cairo-Dock team proposes a Release Candidate for the version 2.3.0.
It's a major version, and it brings several improvements and fixes several bugs.

This version has been proposed on Debian too (on mentors.debian.net).

PS: please don't forget to update our plug-ins too (LP:#723995)

(Bug #723994)
-- 
The attached diff has been truncated due to its size.
https://code.launchpad.net/~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1/+merge/51034
Your team Cairo-Dock Team is subscribed to branch lp:~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2010-10-02 18:11:29 +0000
+++ CMakeLists.txt	2011-02-23 23:27:12 +0000
@@ -10,7 +10,7 @@
 ########### project ###############
 
 project ("cairo-dock")
-set (VERSION "2.2.0-4")
+set (VERSION "2.3.0~0rc1")
 
 add_definitions (-std=c99 -Wstrict-prototypes -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration) #-Wunreachable-code -Wno-unused-parameter -Wall 
 if (NOT ${CMAKE_BUILD_TYPE})
@@ -28,7 +28,7 @@
 set (CPACK_SOURCE_GENERATOR "TGZ")
 set (CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${VERSION}")
 set (CPACK_SOURCE_IGNORE_FILES 
-	"/build/;/.bzr/;bzrignore$;/config.h$;/scripts/;/doc/;/misc/;en_GB.po$;~$;${CPACK_SOURCE_IGNORE_FILES}")
+	"/build/;/.bzr/;bzrignore$;/config.h$;/gldi-config.h$;/scripts/;/doc/;/misc/;~$;${CPACK_SOURCE_IGNORE_FILES}")
 include (CPack)
 
 add_custom_target( dist
@@ -104,16 +104,19 @@
 
 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_MODULES_DIR ${libdir}/cairo-dock)
 set (CAIRO_DOCK_LOCALE_DIR ${datadir}/locale)
 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)
 
 ########### file generation ###############
 
 configure_file (${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake.in ${CMAKE_CURRENT_SOURCE_DIR}/src/config.h)
+configure_file (${CMAKE_CURRENT_SOURCE_DIR}/src/gldit/gldi-config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/src/gldit/gldi-config.h)
 configure_file (${CMAKE_CURRENT_SOURCE_DIR}/data/cairo-dock.conf.in ${CMAKE_CURRENT_BINARY_DIR}/data/cairo-dock.conf)
 configure_file (${CMAKE_CURRENT_SOURCE_DIR}/data/cairo-dock-simple.conf.in ${CMAKE_CURRENT_BINARY_DIR}/data/cairo-dock-simple.conf)
 configure_file (${CMAKE_CURRENT_SOURCE_DIR}/data/main-dock.conf.in ${CMAKE_CURRENT_BINARY_DIR}/data/main-dock.conf)

=== modified file 'config.h.cmake.in'
--- config.h.cmake.in	2010-09-16 01:04:13 +0000
+++ config.h.cmake.in	2011-02-23 23:27:12 +0000
@@ -26,21 +26,11 @@
 /* Define to 1 if you have the <math.h> header file. */
 #cmakedefine HAVE_MATH_H @HAVE_MATH_H@
 
-/* Defined if we can use X Extensions. */
-#cmakedefine HAVE_XEXTEND @HAVE_XEXTEND@
-
-/* Defined if we can crypt passwords. */
-#cmakedefine HAVE_LIBCRYPT @HAVE_LIBCRYPT@
-
+// Appli
 #define CAIRO_DOCK_GETTEXT_PACKAGE "@CAIRO_DOCK_GETTEXT_PACKAGE@"
-#define GLDI_VERSION "@VERSION@"
-#define GLDI_SHARE_DATA_DIR "@CAIRO_DOCK_SHARE_DATA_DIR@"
-
-// Appli
 #define CAIRO_DOCK_VERSION "@VERSION@"
 #define CAIRO_DOCK_SHARE_DATA_DIR "@CAIRO_DOCK_SHARE_DATA_DIR@"
 #define CAIRO_DOCK_SHARE_THEMES_DIR "@CAIRO_DOCK_SHARE_THEMES_DIR@"
-#define CAIRO_DOCK_MODULES_DIR "@CAIRO_DOCK_MODULES_DIR@"
 #define CAIRO_DOCK_LOCALE_DIR "@CAIRO_DOCK_LOCALE_DIR@"
 #define CAIRO_DOCK_THEMES_DIR "@CAIRO_DOCK_THEMES_DIR@"
 

=== modified file 'copyright'
--- copyright	2010-09-18 12:19:06 +0000
+++ copyright	2011-02-23 23:27:12 +0000
@@ -1,8 +1,8 @@
 X-Source-Downloaded-From: https://launchpad.net/cairo-dock
 X-Upstream-Author: Fabrice Rey <fabounet@xxxxxxxxxxxx>.
 
-Files: 	src/*
-Copyright: Fabrice Rey <fabounet@xxxxxxxxxxxx>
+Files: 	*/*
+Copyright: 2007-2011 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/CMakeLists.txt'
--- data/CMakeLists.txt	2010-09-16 01:04:13 +0000
+++ data/CMakeLists.txt	2011-02-23 23:27:12 +0000
@@ -2,6 +2,7 @@
 add_subdirectory(gauges)
 add_subdirectory(explosion)
 add_subdirectory(man)
+add_subdirectory(icons)
 
 
 ########### install files ###############

=== modified file 'data/ChangeLog.txt'
--- data/ChangeLog.txt	2010-09-18 12:19:06 +0000
+++ data/ChangeLog.txt	2011-02-23 23:27:12 +0000
@@ -46,3 +46,5 @@
 2.1.3 = GLX-Dock 2.1.3\n - A new and simplified configuration panel has been written\n - Thumbnails of windows inside the dock now have an emblem.\n - Icons pointing on sub-docks can display the sub-dock's content.\n - When an application demands your attention, only its icon will appear when the dock is hidden.\n - The DBus plug-in now allows to automatically load external applets, written in any language.\n - ShowDesktop can now quickly change the resolution of the screen.\n - Dnd2Share can now directly sends the clipboard's content.\n - This version also fixes a huge number of problems.
 
 2.2.0 = <b><span color='red'>GLX-Dock 2.2.0</span></b>\n - The dock has gained 2 <b>new visibility modes</b> and several <b>auto-hide animations</b>.\n - Icons can be <b>displayed even when the dock is hidden</b> (Clock, System-Monitor, applications demanding your attention, etc)\n - Icons pointing on a sub-dock can be displayed <b>inside a box</b> with a nice opening animation.\n - A <b>new view</b> is available : <u>panel</u>\n - The <b>Me-Menu</b> and <b>Messaging-Menu</b> are now available inside the dock.\n - <b>Clock</b> applet has now a real <b>calendar with tasks management</b> (available with left-click).\n - You can now <b>lock your screen</b> with the <b>Logout</b> applet.\n - <b>Desklets</b> can now be <b>transparent to mouse</b>, that is to say you can click on what is behind the desklet.\n - Better support of <b>old graphic cards</b> thanks to FBOs.\n - The <b>config panel icons</b> have been refreshed, with a more Tango-friendly theme and better options layout.\n - A <b>new default theme</b> is also available; it should integrate itself better on any desktop.
+
+2.3.0 = <b><span color='red'>GLX-Dock 2.3.0</span></b>\n - The <i>System-Monitor</i> applet can now monitor <b>CPU temperature</b> and <b>fan speed</b>.\n - The <i>menus</i> have a <b>better layout</b>.\n - The <i>Logout applet</i> now warns you when the computer <b>needs to be restarted</b>.\n - Several <b>bug-fixes</b> and improvments.

=== modified file 'data/cairo-dock-simple.conf.in'
--- data/cairo-dock-simple.conf.in	2010-09-07 00:38:36 +0000
+++ data/cairo-dock-simple.conf.in	2011-02-23 23:27:12 +0000
@@ -99,13 +99,13 @@
 #[@pkgdatadir@/icon-plug-ins.svg]
 [Add-ons]
 
-#F[Applets;@pkgdatadir@/icon-accessories.svg]
+#F[Add or remove any applet;@pkgdatadir@/icon-accessories.svg]
 frame_mod=
 
-#N Add or remove any applet :
+#_ 
 #{Select a line to get a preview and a description of the applet.
 #Click on the left check-box to (de)activate an applet.
-#Once an applet is active, you can configure it by right clicking on its icon.}/
+#Once an applet is active, you can configure it by right clicking on its icon.}
 modules=
 
 #W[More applets] Get more applets online !
@@ -116,16 +116,5 @@
 #[@pkgdatadir@/icon-controler.svg]
 [Themes]
 
-#R[@pkgdatadir@/themes;../@CAIRO_DOCK_THEMES_DIR@;themes] Choose one of the available themes:/
-chosen theme = 
-
-#F[Options]
-frame_opt=
-
-#b Use the new theme's launchers?
-#{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.}
-use theme launchers = false
-
-#b Use the new theme's behaviour?
-#{Otherwise the current behaviour will be kept. This defines the dock's position, behavioural settings such as auto-hide, using taskbar or not, etc.}
-use theme behaviour = false
+#_
+notebook=

=== modified file 'data/cairo-dock.conf.in'
--- data/cairo-dock.conf.in	2010-09-07 00:38:36 +0000
+++ data/cairo-dock.conf.in	2011-02-23 23:27:12 +0000
@@ -51,7 +51,7 @@
 #v
 sep_visi =
 
-#L-[Move down;Fade out;Semi transparent;Zoom out;Folding] Effect used to hide the dock:
+#L-[None;Move down;Fade out;Semi transparent;Zoom out;Folding] Effect used to hide the dock:
 hide effect = Move down
 
 #i-[0;1500] Delay before the dock unhides itself:
@@ -159,14 +159,13 @@
 #F-[Interaction;gtk-refresh]
 frame2 =
 
+#l-[Nothing;Close;Minimize;Launch new] 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 ?
 #{This is the default behaviour of most taskbars.}
 minimize on click = true
 
-#b- Middle-clicking on an icon closes the related application
-#{In the style of Firefox tabs}
-close on middle click = true
-
 #v- 
 sep_att =
 
@@ -663,7 +662,7 @@
 
 [Labels]
 
-#X-[Label visibility;gtk-underline]
+#F-[Label visibility;gtk-underline]
 frame_label =
 
 #Y+[No;0;0;On pointed icon;0;0;On all icons;1;1] Show labels:
@@ -689,6 +688,16 @@
 #b+ Draw the outline of the text?
 text oulined = true
 
+#F+[Background;gtk-orientation-portrait]
+frame_bg =
+
+#C+ Colour of the label's background :
+#{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.}
+text background color = 0;0;0;.6
+
+#i+[0;20] Margin around the text (in pixels) :
+text margin = 4
+
 #F+[Colour;gtk-select-color]
 frame_col =
 
@@ -704,16 +713,16 @@
 #{If checked, the pattern will go from top to bottom, otherwise from left to right.}
 vertical label pattern = false
 
-#F+[Background;gtk-orientation-portrait]
-frame_bg =
-
-#C+ Colour of the label's background :
-#{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.}
-text background color = 0;0;0;.5
-
-#b+ Use background color for labels?
-#{If false, only the quick-info will have this background color.}
-background for label = false
-
-#i+[0;20] Margin around the text (in pixels) :
-text margin = 4
+#F+[Quick-info;stock_dialog_info]
+#{Quick-info are short information drawn on the icons.}
+frame_qi =
+
+#B[-2] Use the same look as the labels?
+qi same = true
+
+#c+ Text color:
+qi text color = 1;1;1
+
+#C+ Background color:
+qi bg color = 0;0;0;0.8
+

=== modified file 'data/container.desktop'
--- data/container.desktop	2010-09-07 00:38:36 +0000
+++ data/container.desktop	2011-02-23 23:27:12 +0000
@@ -1,22 +1,40 @@
 #!en
+
+#[gtk-about]
 [Desktop Entry]
+
+#F[Subdock]
+frame_maininfo=
+
+#d Name of the container it belongs to:
+#{If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.}
+Container = 
+
 #s Sub-dock's name :
 Name = New sub-dock
 
 Exec=
 
-#Y[Use an image;1;1;Draw sub-dock's content as emblems;0;0;Draw sub-dock's content as stack;0;0;Draw sub-dock's content inside a box;0;0] How to render the icon :
+#F[Display]
+frame_display=
+
+#Y[Use an image;1;1;Draw sub-dock's content as emblems;0;0;Draw sub-dock's content as stack;0;0;Draw sub-dock's content inside a box;2;2] How to render the icon :
 render = 3
 
 #S Image's name or path :
 Icon=
 
+#S Image for the front box:
+#{If you don't provide any, a default image will be used.}
+front box=
+
+#S Image for the back box:
+#{If you don't provide any, a default image will be used.}
+back box=
+
+
 #X[Extra parameters]
 frame_extra =
-#f[0;100] Order you want for this launcher among the others:
-Order=0
-#d Name of the container it belongs to:
-Container = 
 
 Is container = true
 
@@ -27,4 +45,7 @@
 #{If '0' the container will be displayed on every viewport.}
 ShowOnViewport = 0
 
+#f[0;100] Order you want for this launcher among the others:
+Order=0
+
 group = 0

=== modified file 'data/default-theme/CMakeLists.txt'
--- data/default-theme/CMakeLists.txt	2010-08-07 01:28:23 +0000
+++ data/default-theme/CMakeLists.txt	2011-02-23 23:27:12 +0000
@@ -1,7 +1,6 @@
 add_subdirectory(launchers)
 add_subdirectory(plug-ins)
 
-
 ########### install files ###############
 
 install(FILES
@@ -9,25 +8,6 @@
 	active.png
 	bg.svg
 	indicator.png
+	preview
+	readme
 	DESTINATION ${pkgdatadir}/themes/_default_ )
-
-
-
-#original Makefile.am contents follow:
-
-#SUBDIRS = . launchers icons plug-ins
-#
-#themedir = ${pkgdatadir}/themes/_default_
-#
-#theme_DATA = \
-#	cairo-dock.conf\
-#	active.png\
-#	bg.png\
-#	cairo-dock-cancel.svg\
-#	cairo-dock-ok.svg\
-#	indicator.png\
-#	separator.png
-#	
-#
-#EXTRA_DIST = $(theme_DATA)
-#

=== modified file 'data/default-theme/plug-ins/dialog-rendering/dialog-rendering.conf'
--- data/default-theme/plug-ins/dialog-rendering/dialog-rendering.conf	2010-08-07 01:28:23 +0000
+++ data/default-theme/plug-ins/dialog-rendering/dialog-rendering.conf	2011-02-23 23:27:12 +0000
@@ -3,7 +3,7 @@
 #[gtk-preference]
 [Comics]
 #i+[0;30] Corner radius :
-corner=8
+corner=16
 
 #i+[1;10] Border width :
 border=1

=== added file 'data/default-theme/preview'
Binary files data/default-theme/preview	1970-01-01 00:00:00 +0000 and data/default-theme/preview	2011-02-23 23:27:12 +0000 differ
=== added file 'data/default-theme/readme'
--- data/default-theme/readme	1970-01-01 00:00:00 +0000
+++ data/default-theme/readme	2011-02-23 23:27:12 +0000
@@ -0,0 +1,2 @@
+This is the default theme.
+<u>Author</u>: Matttbe

=== modified file 'data/explosion/CMakeLists.txt'
--- data/explosion/CMakeLists.txt	2010-08-07 01:28:23 +0000
+++ data/explosion/CMakeLists.txt	2011-02-23 23:27:12 +0000
@@ -3,16 +3,3 @@
 
 install(FILES  explosion.png DESTINATION ${pkgdatadir}/explosion )
 
-
-
-#original Makefile.am contents follow:
-
-#SUBDIRS = .
-#
-#explosiondir = ${pkgdatadir}/explosion
-#
-#explosion_DATA = \
-#	explosion.png
-#	
-#	
-#EXTRA_DIST = $(explosion_DATA)

=== added directory 'data/icons'
=== added file 'data/icons/CMakeLists.txt'
--- data/icons/CMakeLists.txt	1970-01-01 00:00:00 +0000
+++ data/icons/CMakeLists.txt	2011-02-23 23:27:12 +0000
@@ -0,0 +1,11 @@
+
+########### install files ###############
+
+install (FILES theme-distant.svg
+	theme-local.svg
+	theme-new.svg
+	theme-updated.svg
+	theme-user.svg
+	balloons.png
+	DESTINATION ${pkgdatadir}/icons )
+

=== added file 'data/icons/balloons.png'
Binary files data/icons/balloons.png	1970-01-01 00:00:00 +0000 and data/icons/balloons.png	2011-02-23 23:27:12 +0000 differ
=== added file 'data/icons/theme-distant.svg'
--- data/icons/theme-distant.svg	1970-01-01 00:00:00 +0000
+++ data/icons/theme-distant.svg	2011-02-23 23:27:12 +0000
@@ -0,0 +1,232 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   version="1.0"
+   width="48"
+   height="48"
+   id="svg2">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient6326">
+      <stop
+         id="stop6328"
+         style="stop-color:#debc8c;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6330"
+         style="stop-color:#f4ac72;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3156">
+      <stop
+         id="stop3158"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3160"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6493">
+      <stop
+         id="stop6495"
+         style="stop-color:#4580d4;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6497"
+         style="stop-color:#114796;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4103">
+      <stop
+         id="stop4105"
+         style="stop-color:#70adfb;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4107"
+         style="stop-color:#3465a4;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8838">
+      <stop
+         id="stop8840"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8842"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="62.625"
+       cy="4.625"
+       r="10.625"
+       fx="62.625"
+       fy="4.625"
+       id="radialGradient5729"
+       xlink:href="#linearGradient8838"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.341176,0,3.047059)" />
+    <linearGradient
+       x1="24.335312"
+       y1="61.852856"
+       x2="28.290144"
+       y2="20.663898"
+       id="linearGradient5745"
+       xlink:href="#linearGradient3156"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       x1="27.888655"
+       y1="-0.81503254"
+       x2="28.290144"
+       y2="20.663898"
+       id="linearGradient5747"
+       xlink:href="#linearGradient3156"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       x1="28.220636"
+       y1="-2.3103411"
+       x2="28.290144"
+       y2="20.663898"
+       id="linearGradient5749"
+       xlink:href="#linearGradient3156"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       x1="30.501778"
+       y1="55.647495"
+       x2="29.724815"
+       y2="24.653727"
+       id="linearGradient5751"
+       xlink:href="#linearGradient3156"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       cx="22.944935"
+       cy="11.222695"
+       r="14"
+       fx="22.944935"
+       fy="4.7612267"
+       id="radialGradient5537"
+       xlink:href="#linearGradient3156"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3571044,0.01021839,-0.00631345,0.8384895,-10.874695,1.3057951)" />
+    <radialGradient
+       cx="22.125"
+       cy="10.874998"
+       r="20"
+       fx="22.125"
+       fy="10.874998"
+       id="radialGradient5540"
+       xlink:href="#linearGradient3156"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0099925,-0.1119962,0.05668752,0.5112133,-5.8375646,1.7934718)" />
+    <radialGradient
+       cx="20.038782"
+       cy="12.610249"
+       r="22.463524"
+       fx="20.038782"
+       fy="12.610249"
+       id="radialGradient5551"
+       xlink:href="#linearGradient4103"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9524671,-0.05018139,0.03650944,1.4214826,-20.408334,-5.9089096)" />
+    <linearGradient
+       x1="29.01346"
+       y1="29"
+       x2="29.75"
+       y2="50"
+       id="linearGradient5553"
+       xlink:href="#linearGradient6493"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-5.0000016,-6)" />
+    <radialGradient
+       cx="26"
+       cy="15.240479"
+       r="15.074549"
+       fx="26"
+       fy="15.240479"
+       id="radialGradient6332"
+       xlink:href="#linearGradient6326"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.2554569,0,-2.1857407e-8,2.0564463,-32.641879,-17.341228)" />
+  </defs>
+  <g
+     id="layer1">
+    <g
+       id="g6334">
+      <path
+         d="m 73.25,4.625 c 0,2.0020323 -4.756974,3.6250001 -10.625,3.6250001 C 56.756974,8.2500001 52,6.6270323 52,4.625 52,2.6229677 56.756974,0.99999989 62.625,0.99999989 c 5.868026,0 10.625,1.62296781 10.625,3.62500011 l 0,0 z"
+         transform="matrix(1.9262213,0,0,2.1088276,-97.163508,29.602172)"
+         id="path8836"
+         style="opacity:0.4;fill:url(#radialGradient5729);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.49589729;marker:none;visibility:visible;display:inline;overflow:visible" />
+      <path
+         d="m 44.500921,23 c 0,11.316512 -9.178384,20.500922 -20.487463,20.500922 -11.30908,0 -20.4874629,-9.18441 -20.4874629,-20.500922 0,-11.316509 9.1783829,-20.5009224 20.4874629,-20.5009224 11.309079,0 20.487463,9.1844134 20.487463,20.5009224 z"
+         id="path1307"
+         style="fill:url(#radialGradient5551);fill-opacity:1;stroke:url(#linearGradient5553);stroke-width:0.99815506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         d="M 43.219099,19.337303 43.03226,20.057842 C 42.479353,19.598341 41.858575,19.21192 41.228194,18.808339 l -1.383757,0.143595 -1.264237,-1.007844 0,1.247283 1.083135,0.577996 0.720932,0.57578 0.963449,-0.768406 c 0.242517,0.320344 0.481723,0.640687 0.722585,0.961031 l 0,0.95998 -1.08479,0.864133 -1.985167,0.961031 -1.503445,1.058044 -0.963448,-0.770739 0.481724,-0.864133 -0.961957,-0.768403 -1.62462,-2.448926 -1.383757,-1.103574 -0.362204,0.287307 0.54314,1.393213 1.021718,0.816269 c 0.583533,1.18798 1.160774,2.323424 1.927064,3.458986 1.188253,0 2.30847,-0.08896 3.48861,-0.193795 l 0,0.672677 -1.443683,2.497372 -1.323998,1.05571 -1.083133,1.634872 c 0,0.896122 0,1.792244 0,2.688249 l 0.362204,1.058043 -0.601411,0.478882 -1.325653,0.576827 -1.383756,0.816269 1.14455,0.912115 -1.564859,0.962198 0.300623,0.622477 -2.347372,1.874314 -1.563204,0 -1.323998,0.576828 -0.843926,0 0,-0.768404 -0.358894,-1.539144 c -0.465667,-0.964534 -0.950536,-1.92218 -1.443684,-2.879825 0,-0.70688 0.05976,-1.406872 0.119686,-2.113636 l 0.603068,-0.95998 -0.843929,-1.153773 0.06142,-1.584674 -1.14455,-0.912115 0.572274,-1.32025 -0.931169,-0.745056 -1.626273,0 -0.541485,-0.432068 -1.62462,0.721124 -0.661169,-0.529547 -1.5051,0.912582 c -1.02172,-0.816853 -2.045094,-1.633121 -3.068303,-2.44939 L 13.07,22.841935 l 1.083137,-1.151436 -0.601412,-0.479933 1.322342,-2.210651 c 1.086444,-0.953092 2.221227,-1.867425 3.369089,-2.785143 l 2.046584,-0.384204 2.285956,-0.191576 1.564859,0.288473 2.226032,1.583506 0.78251,-0.623643 1.081479,-0.09573 2.046584,0.479932 1.564861,0 1.083134,-0.672675 0.481723,-0.479932 -1.08479,-0.479932 -1.80572,-0.09573 c -0.501093,-0.490204 -0.966759,-1.005508 -1.561715,-1.441076 l -0.603065,0.191574 -0.240865,1.249502 -1.083133,-0.864131 -0.239207,-0.962199 -1.20282,-0.670338 -0.48338,0 1.20431,0.959978 -0.481723,0.864134 -0.961959,0.191576 0.60141,-0.864134 -1.084791,-0.383036 -0.960303,-0.768403 -1.807377,0.287304 -0.239206,0.383036 -1.083134,0.481099 -0.601411,1.056877 -1.503445,0.527797 -0.662824,-0.527797 -0.720932,0 0,-1.729435 1.564859,-0.576829 1.20282,0 -0.242517,-0.671507 -0.960303,-0.672675 1.62313,-0.240609 0.902032,-0.719371 0.720931,-0.8653012 1.325654,0 -0.362206,-0.6715064 0.843929,-0.3842031 0,0.7684043 1.804066,0.2873052 1.804067,-1.0557095 0.121174,-0.481099 1.563205,-0.7678216 c -0.56582,0.049618 -1.131638,0.08604 -1.684545,0.1921611 l 0,-0.8651834 0.601409,-0.9605654 -0.601409,0 -1.321678,0.8641345 -0.362207,0.4805153 0.362207,0.673259 -0.603067,1.1514366 -0.96196,-0.3842011 -0.840618,-0.6715065 -1.325651,0.6715065 -0.481725,-1.5362228 2.285956,-1.0562945 0,-0.5768291 L 25.223524,4.7847867 27.509479,4.4 l 1.56486,0.3847867 2.166268,0.9599803 -1.564858,0 1.564858,1.1526075 1.202823,-0.9599824 c 0,0 4.786235,2.4031505 7.258281,5.7266459 2.405352,3.233831 3.412213,6.909414 3.517388,7.673265 z"
+         id="path4023"
+         style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         d="M 43.219099,18.237303 43.03226,18.957842 C 42.479353,18.498341 41.858575,18.11192 41.228194,17.708339 l -1.383757,0.143595 -1.264237,-1.007844 0,1.247283 1.083135,0.577996 0.720932,0.57578 0.963449,-0.768406 c 0.242517,0.320344 0.481723,0.640687 0.722585,0.961031 l 0,0.95998 -1.08479,0.864133 -1.985167,0.961031 -1.503445,1.058044 -0.963448,-0.770739 0.481724,-0.864133 -0.961957,-0.768403 -1.62462,-2.448926 -1.383757,-1.103574 -0.362204,0.287307 0.54314,1.393213 1.021718,0.816269 c 0.583533,1.18798 1.160774,2.323424 1.927064,3.458986 1.188253,0 2.30847,-0.08896 3.48861,-0.193795 l 0,0.672677 -1.443683,2.497372 -1.323998,1.05571 -1.083133,1.634872 c 0,0.896122 0,1.792244 0,2.688249 l 0.362204,1.058043 -0.601411,0.478882 -1.325653,0.576827 -1.383756,0.816269 1.14455,0.912115 -1.564859,0.962198 0.300623,0.622477 -2.347372,1.874314 -1.563204,0 -1.323998,0.576828 -0.843926,0 0,-0.768404 -0.358894,-1.539144 c -0.465667,-0.964534 -0.950536,-1.92218 -1.443684,-2.879825 0,-0.70688 0.05976,-1.406872 0.119686,-2.113636 l 0.603068,-0.95998 -0.843929,-1.153773 0.06142,-1.584674 -1.14455,-0.912115 0.572274,-1.32025 -0.931169,-0.745056 -1.626273,0 -0.541485,-0.432068 -1.62462,0.721124 -0.661169,-0.529547 -1.5051,0.912582 c -1.02172,-0.816853 -2.045094,-1.633121 -3.068303,-2.44939 L 13.07,21.741935 l 1.083137,-1.151436 -0.601412,-0.479933 1.322342,-2.210651 c 1.086444,-0.953092 2.221227,-1.867425 3.369089,-2.785143 l 2.046584,-0.384204 2.285956,-0.191576 1.564859,0.288473 2.226032,1.583506 0.78251,-0.623643 1.081479,-0.09573 2.046584,0.479932 1.564861,0 1.083134,-0.672675 0.481723,-0.479932 -1.08479,-0.479932 -1.80572,-0.09573 c -0.501093,-0.490204 -0.966759,-1.005508 -1.561715,-1.441076 l -0.603065,0.191574 -0.240865,1.249502 -1.083133,-0.864131 -0.239207,-0.962199 -1.20282,-0.670338 -0.48338,0 1.20431,0.959978 -0.481723,0.864134 -0.961959,0.191576 0.60141,-0.864134 -1.084791,-0.383036 -0.960303,-0.768403 -1.807377,0.287304 -0.239206,0.383036 -1.083134,0.481099 -0.601411,1.056877 -1.503445,0.527797 -0.662824,-0.527797 -0.720932,0 0,-1.729435 1.564859,-0.576829 1.20282,0 -0.242517,-0.671507 -0.960303,-0.672675 1.62313,-0.240609 0.902032,-0.719371 0.720931,-0.8653012 1.325654,0 -0.362206,-0.6715064 0.843929,-0.3842031 0,0.7684043 1.804066,0.2873052 1.804067,-1.0557095 0.121174,-0.481099 1.563205,-0.7678216 c -0.56582,0.049618 -1.131638,0.08604 -1.684545,0.1921611 l 0,-0.8651834 0.601409,-0.9605654 -0.601409,0 -1.321678,0.8641345 -0.362207,0.4805153 0.362207,0.673259 -0.603067,1.1514366 -0.96196,-0.3842011 -0.840618,-0.6715065 -1.325651,0.6715065 -0.481725,-1.5362228 2.285956,-1.0562945 0,-0.5768291 L 25.223524,3.6847867 27.509479,3.3 l 1.56486,0.3847867 2.166268,0.9599803 -1.564858,0 1.564858,1.1526075 1.202823,-0.9599824 c 0,0 4.786235,2.4031505 7.258281,5.7266459 2.405352,3.233831 3.412213,6.909414 3.517388,7.673265 z"
+         id="path6628"
+         style="fill:url(#radialGradient6332);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         d="m 43.501763,23 c 0,10.764976 -8.736791,19.501764 -19.501765,19.501764 C 13.235024,42.501764 4.4982338,33.764976 4.4982338,23 c 0,-10.764974 8.7367902,-19.5017646 19.5017642,-19.5017646 10.764974,0 19.501765,8.7367906 19.501765,19.5017646 z"
+         id="path3164"
+         style="opacity:0.4;fill:none;stroke:url(#radialGradient5540);stroke-width:0.99647081;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         d="m 42.999998,16.746704 c 0,7.114117 -8.512001,11.02908 -18.999999,11.02908 -10.488002,0 -19.0000006,-3.914963 -19.0000006,-11.02908 C 4.9999984,9.632588 13.511997,2 23.999999,2 34.487997,2 42.999998,9.632588 42.999998,16.746704 z"
+         id="path3154"
+         style="opacity:0.4;fill:url(#radialGradient5537);fill-opacity:1;stroke:none" />
+      <path
+         d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+         transform="matrix(1.076193,-0.2912862,0.1952728,0.7143165,-11.182741,14.979481)"
+         id="path2218"
+         style="opacity:0.6;fill:none;stroke:url(#linearGradient5745);stroke-width:1.09524393;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+         transform="matrix(1.1247273,-0.00679075,0.00112312,0.7429216,-7.8873839,2.6776872)"
+         id="path2230"
+         style="opacity:0.6;fill:none;stroke:url(#linearGradient5747);stroke-width:1.0902828;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+         transform="matrix(-0.09940095,-1.1197712,0.6946105,-0.03998764,8.1749534,56.475018)"
+         id="path2234"
+         style="opacity:0.6;fill:none;stroke:url(#linearGradient5749);stroke-width:1.12890089;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+         transform="matrix(-0.1600777,-1.1032472,0.4856389,0.01692093,16.935466,54.089297)"
+         id="path2240"
+         style="fill:none;stroke:url(#linearGradient5751);stroke-width:1.36711621;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+         transform="matrix(0.7873429,-0.2144143,0.2141677,0.7882494,1.2604149,11.541737)"
+         id="path2255"
+         style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
+      <path
+         d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+         transform="matrix(0.6748654,-0.1837837,0.2141677,0.7882494,-14.193998,12.29353)"
+         id="path2275"
+         style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
+      <path
+         d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+         transform="matrix(0.7873429,-0.2144143,0.324169,0.6373544,-8.3660962,-9.8985024)"
+         id="path2283"
+         style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
+      <path
+         d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+         transform="matrix(0.7873429,-0.2144143,-0.01326253,0.7292459,-10.705973,-10.742804)"
+         id="path2291"
+         style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
+    </g>
+  </g>
+</svg>

=== added file 'data/icons/theme-local.svg'
--- data/icons/theme-local.svg	1970-01-01 00:00:00 +0000
+++ data/icons/theme-local.svg	2011-02-23 23:27:12 +0000
@@ -0,0 +1,393 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   version="1.1"
+   width="48"
+   height="48"
+   id="svg2405">
+  <defs
+     id="defs2407">
+    <linearGradient
+       id="linearGradient3662">
+      <stop
+         id="stop3664"
+         style="stop-color:#c17d11;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3666"
+         style="stop-color:#8f5902;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3656">
+      <stop
+         id="stop3658"
+         style="stop-color:#c17d11;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3660"
+         style="stop-color:#e9b96e;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2804">
+      <stop
+         id="stop2806"
+         style="stop-color:black;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop2812"
+         style="stop-color:black;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop2808"
+         style="stop-color:black;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2781">
+      <stop
+         id="stop2783"
+         style="stop-color:black;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2785"
+         style="stop-color:black;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4873">
+      <stop
+         id="stop4875"
+         style="stop-color:white;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4877"
+         style="stop-color:white;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2368">
+      <stop
+         id="stop2370"
+         style="stop-color:white;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2372"
+         style="stop-color:white;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2341">
+      <stop
+         id="stop2343"
+         style="stop-color:black;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2345"
+         style="stop-color:black;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2319">
+      <stop
+         id="stop2321"
+         style="stop-color:black;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2323"
+         style="stop-color:black;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2299">
+      <stop
+         id="stop2301"
+         style="stop-color:white;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2303"
+         style="stop-color:white;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="80.223602"
+       y1="117.5205"
+       x2="48.046001"
+       y2="59.7995"
+       id="XMLID_2_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.314683,0,0,0.314683,4.128264,3.742874)">
+      <stop
+         id="stop17"
+         style="stop-color:#ccc;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop19"
+         style="stop-color:white;stop-opacity:1"
+         offset="0.9831" />
+      <midPointStop
+         id="midPointStop48"
+         style="stop-color:#CCCCCC"
+         offset="0" />
+      <midPointStop
+         id="midPointStop50"
+         style="stop-color:#CCCCCC"
+         offset="0.5" />
+      <midPointStop
+         id="midPointStop52"
+         style="stop-color:#FFFFFF"
+         offset="0.9831" />
+    </linearGradient>
+    <linearGradient
+       x1="64.387703"
+       y1="65.124001"
+       x2="64.387703"
+       y2="35.569"
+       id="XMLID_39_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.354101,0,0,0.354101,1.638679,-0.08364921)">
+      <stop
+         id="stop336"
+         style="stop-color:white;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop338"
+         style="stop-color:#ff6200;stop-opacity:1"
+         offset="0.85390002" />
+      <stop
+         id="stop340"
+         style="stop-color:#f25d00;stop-opacity:1"
+         offset="1" />
+      <midPointStop
+         id="midPointStop335"
+         style="stop-color:#FFFFFF"
+         offset="0" />
+      <midPointStop
+         id="midPointStop337"
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <midPointStop
+         id="midPointStop339"
+         style="stop-color:#FF6200"
+         offset="0.8539" />
+      <midPointStop
+         id="midPointStop341"
+         style="stop-color:#FF6200"
+         offset="0.5" />
+      <midPointStop
+         id="midPointStop343"
+         style="stop-color:#F25D00"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="1"
+       cy="44"
+       r="5"
+       fx="1"
+       fy="44"
+       id="radialGradient2610"
+       xlink:href="#linearGradient2781"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" />
+    <radialGradient
+       cx="1"
+       cy="44"
+       r="5"
+       fx="1"
+       fy="44"
+       id="radialGradient2612"
+       xlink:href="#linearGradient2781"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2,0,0,0.8,36,8.8)" />
+    <linearGradient
+       x1="21.875"
+       y1="48.000977"
+       x2="21.875"
+       y2="40"
+       id="linearGradient2614"
+       xlink:href="#linearGradient2804"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       x1="24.066557"
+       y1="25.745584"
+       x2="24.066557"
+       y2="47.865883"
+       id="linearGradient2653"
+       xlink:href="#linearGradient4873"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-2.7)" />
+    <linearGradient
+       x1="29.815948"
+       y1="46.024483"
+       x2="29.815948"
+       y2="5.5"
+       id="linearGradient2656"
+       xlink:href="#XMLID_2_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-2.7)" />
+    <linearGradient
+       x1="19.645313"
+       y1="30.945076"
+       x2="20.772415"
+       y2="41.875004"
+       id="linearGradient3446"
+       xlink:href="#linearGradient3656"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8872324,0,0,1.0979031,2.570041,-1.9746953)" />
+    <radialGradient
+       cx="20.443665"
+       cy="37.425831"
+       r="1.0821035"
+       fx="20.443665"
+       fy="37.425831"
+       id="radialGradient3448"
+       xlink:href="#linearGradient2319"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1232973,0,0,0.9807825,-2.9597899,1.6871102)" />
+    <radialGradient
+       cx="29.913452"
+       cy="30.442923"
+       r="4.001883"
+       fx="29.913452"
+       fy="30.442923"
+       id="radialGradient3468"
+       xlink:href="#linearGradient2368"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.7888247,0,0,2.8858272,-82.183181,-55.815578)" />
+    <linearGradient
+       x1="19.078873"
+       y1="44.218441"
+       x2="17"
+       y2="39.408337"
+       id="linearGradient6593"
+       xlink:href="#linearGradient3662"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-1)" />
+    <radialGradient
+       cx="11.68129"
+       cy="19.554111"
+       r="8.2452126"
+       fx="11.68129"
+       fy="19.554111"
+       id="radialGradient6738"
+       xlink:href="#linearGradient2341"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(4.0706958,0,0,-4.2180349,-4.845546,104.41287)" />
+    <radialGradient
+       cx="7.5326638"
+       cy="24.202574"
+       r="8.2452126"
+       fx="7.5326638"
+       fy="24.202574"
+       id="radialGradient6741"
+       xlink:href="#linearGradient2299"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(4.0706958,0,0,4.2180349,-24.917584,-80.211829)" />
+    <linearGradient
+       x1="64.387703"
+       y1="65.124001"
+       x2="64.387703"
+       y2="35.569"
+       id="linearGradient6745"
+       xlink:href="#XMLID_39_"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.3515627,0,0,0.3555096,1.942234,-1.4437096)" />
+  </defs>
+  <g
+     id="g3672">
+    <g
+       transform="matrix(0.9787234,0,0,0.75,0.0212766,11)"
+       id="g2822"
+       style="opacity:0.3">
+      <rect
+         width="10"
+         height="8"
+         x="-11"
+         y="-48"
+         transform="scale(-1,-1)"
+         id="rect1892"
+         style="fill:url(#radialGradient2610);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+      <rect
+         width="10"
+         height="8"
+         x="38"
+         y="40"
+         id="rect2789"
+         style="fill:url(#radialGradient2612);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+      <rect
+         width="27"
+         height="8"
+         x="11"
+         y="40"
+         id="rect2793"
+         style="fill:url(#linearGradient2614);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+    </g>
+    <path
+       d="m 6.4862366,22.3 0.0625,22.2 L 42.5,44.5 42.5,22.3 24,3.3 6.4862366,22.3 z"
+       id="rect5117"
+       style="fill:url(#linearGradient2656);fill-opacity:1;fill-rule:nonzero;stroke:#757575;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+    <path
+       d="m 7.517,22.3 0,21.2 33.983,0 0,-21.2 L 24,4.3 7.517,22.3 z"
+       id="path7391"
+       style="opacity:0.4;fill:none;stroke:url(#linearGradient2653);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+    <path
+       d="m 23,29 0,15 -12,0 0,-15 12,0 z"
+       id="path3438"
+       style="fill:url(#linearGradient6593);fill-opacity:1;fill-rule:evenodd" />
+    <path
+       d="m 21.924882,30.097805 0,13.902195 -9.887697,0 0,-13.902195 9.887697,0 z"
+       id="path3440"
+       style="fill:url(#linearGradient3446);fill-opacity:1;fill-rule:evenodd" />
+    <path
+       d="m 20.005557,37.332384 c 0.671615,0 1.21449,0.473657 1.21449,1.056393 0,0.588635 -0.542875,1.066223 -1.21449,1.066223 -0.671098,0 -1.216557,-0.477588 -1.216557,-1.066223 5.15e-4,-0.582736 0.545459,-1.056393 1.216557,-1.056393 z"
+       id="path3442"
+       style="opacity:0.40909089;fill:url(#radialGradient3448);fill-opacity:1;fill-rule:evenodd" />
+    <path
+       d="M 20.00085,37 C 20.553381,37 21,37.446297 21,37.99537 21,38.549999 20.553381,39 20.00085,39 19.448744,39 19,38.549999 19,37.99537 19.000423,37.446297 19.448744,37 20.00085,37 z"
+       id="path3444"
+       style="fill:#fce94f;fill-opacity:1;fill-rule:evenodd" />
+    <path
+       d="m 27.918553,29.508624 9.162915,0 c 0.781071,0 1.409878,0.633403 1.409878,1.420194 l -0.0081,9.269989 c 0,0.786786 -0.604432,1.292569 -1.385504,1.292569 l -9.179223,0 c -0.781075,0 -1.40988,-0.633407 -1.40988,-1.420196 l 0,-9.142362 c 0,-0.786791 0.628805,-1.420194 1.40988,-1.420194 z"
+       id="path3462"
+       style="opacity:0.31818183;fill:none;stroke:white;stroke-width:1.01729715;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+    <rect
+       width="9.9986696"
+       height="9.9899416"
+       rx="0.38118067"
+       ry="0.38233405"
+       x="27.500679"
+       y="30.510296"
+       id="rect3464"
+       style="fill:#a9c3c8;fill-opacity:1;fill-rule:nonzero;stroke:#757575;stroke-width:1.00124454;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+    <path
+       d="m 28.018782,35.967189 c 3.653983,0.303614 5.582729,-1.325378 8.956396,-1.423505 l 0.02498,-3.529101 -9.000289,-0.0055 0.01892,4.958135 z"
+       id="path3466"
+       style="opacity:0.39772728;fill:url(#radialGradient3468);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999958;marker:none;visibility:visible;display:inline;overflow:visible" />
+    <path
+       d="m 24.587803,10.245592 18.791387,17.23817 0.491133,0.39355 0.400783,-0.172067 L 43.900908,26.940542 43.625285,26.716217 24.587803,11.081965 5.337276,26.887927 5.101377,27.03262 4.886221,27.742218 5.316534,27.87198 5.698331,27.56233 24.587803,10.245592 z"
+       id="path3472"
+       style="fill:url(#linearGradient6745)" />
+    <path
+       d="M 24.471067,0.4668824 2.647166,19.093989 l 0.074463,7.194434 2.382796,2.072535 c 0,0 19.268202,-16.923931 19.48336,-17.095288 l 18.300839,17.110797 2.380811,-2.132597 0.0834,-7.139663 -20.765049,-18.6373246 -0.116718,0 z"
+       id="path3474"
+       style="fill:#d1524c;fill-opacity:1;stroke:#973137;stroke-width:0.99800003;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       d="M 3.136279,19.3354 3.216329,26.174129 24.509837,7.6560704 24.440014,1.2369334 3.136279,19.3354 z"
+       id="path3476"
+       style="opacity:0.40909089;fill:url(#radialGradient6741);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+    <path
+       d="M 24.62356,7.4260724 24.722307,1.5617344 44.889182,19.283907 44.726086,25.833614 24.62356,7.4260724 z"
+       id="path3478"
+       style="opacity:0.13636367;fill:url(#radialGradient6738);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+    <path
+       d="m 21,37.5 a 0.73308754,0.5 0 1 1 -1.466175,0 A 0.73308754,0.5 0 1 1 21,37.5 z"
+       transform="matrix(0.68204679,0,0,1,5.9440174,0.3)"
+       id="path3670"
+       style="fill:white;fill-opacity:1;stroke:none" />
+  </g>
+</svg>

=== added file 'data/icons/theme-new.svg'
--- data/icons/theme-new.svg	1970-01-01 00:00:00 +0000
+++ data/icons/theme-new.svg	2011-02-23 23:27:12 +0000
@@ -0,0 +1,291 @@
+<?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="48"
+   height="48"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.0 r9654"
+   sodipodi:docname="theme-new.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata46">
+    <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
+     inkscape:window-height="705"
+     inkscape:window-width="910"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="5.1875"
+     inkscape:cx="24"
+     inkscape:cy="23.951807"
+     inkscape:window-x="191"
+     inkscape:window-y="92"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="0" />
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 24 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="48 : 24 : 1"
+       inkscape:persp3d-origin="24 : 16 : 1"
+       id="perspective48" />
+    <linearGradient
+       id="linearGradient6326">
+      <stop
+         id="stop6328"
+         style="stop-color:#debc8c;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6330"
+         style="stop-color:#f4ac72;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3156">
+      <stop
+         id="stop3158"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3160"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6493">
+      <stop
+         id="stop6495"
+         style="stop-color:#4580d4;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6497"
+         style="stop-color:#114796;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4103">
+      <stop
+         id="stop4105"
+         style="stop-color:#70adfb;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4107"
+         style="stop-color:#3465a4;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8838">
+      <stop
+         id="stop8840"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8842"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="62.625"
+       cy="4.625"
+       r="10.625"
+       fx="62.625"
+       fy="4.625"
+       id="radialGradient5729"
+       xlink:href="#linearGradient8838"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.341176,0,3.047059)" />
+    <linearGradient
+       x1="24.335312"
+       y1="61.852856"
+       x2="28.290144"
+       y2="20.663898"
+       id="linearGradient5745"
+       xlink:href="#linearGradient3156"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       x1="27.888655"
+       y1="-0.81503254"
+       x2="28.290144"
+       y2="20.663898"
+       id="linearGradient5747"
+       xlink:href="#linearGradient3156"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       x1="28.220636"
+       y1="-2.3103411"
+       x2="28.290144"
+       y2="20.663898"
+       id="linearGradient5749"
+       xlink:href="#linearGradient3156"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       x1="30.501778"
+       y1="55.647495"
+       x2="29.724815"
+       y2="24.653727"
+       id="linearGradient5751"
+       xlink:href="#linearGradient3156"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       cx="22.944935"
+       cy="11.222695"
+       r="14"
+       fx="22.944935"
+       fy="4.7612267"
+       id="radialGradient5537"
+       xlink:href="#linearGradient3156"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3571044,0.01021839,-0.00631345,0.8384895,-10.874695,1.3057951)" />
+    <radialGradient
+       cx="22.125"
+       cy="10.874998"
+       r="20"
+       fx="22.125"
+       fy="10.874998"
+       id="radialGradient5540"
+       xlink:href="#linearGradient3156"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0099925,-0.1119962,0.05668752,0.5112133,-5.8375646,1.7934718)" />
+    <radialGradient
+       cx="20.038782"
+       cy="12.610249"
+       r="22.463524"
+       fx="20.038782"
+       fy="12.610249"
+       id="radialGradient5551"
+       xlink:href="#linearGradient4103"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.9524671,-0.05018139,0.03650944,1.4214826,-20.408334,-5.9089096)" />
+    <linearGradient
+       x1="29.01346"
+       y1="29"
+       x2="29.75"
+       y2="50"
+       id="linearGradient5553"
+       xlink:href="#linearGradient6493"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-5.0000016,-6)" />
+    <radialGradient
+       cx="26"
+       cy="15.240479"
+       r="15.074549"
+       fx="26"
+       fy="15.240479"
+       id="radialGradient6332"
+       xlink:href="#linearGradient6326"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.2554569,0,-2.1857407e-8,2.0564463,-32.641879,-17.341228)" />
+  </defs>
+  <g
+     id="layer1">
+    <g
+       id="g6334">
+      <path
+         d="m 73.25,4.625 c 0,2.0020323 -4.756974,3.6250001 -10.625,3.6250001 C 56.756974,8.2500001 52,6.6270323 52,4.625 52,2.6229677 56.756974,0.99999989 62.625,0.99999989 c 5.868026,0 10.625,1.62296781 10.625,3.62500011 l 0,0 z"
+         transform="matrix(1.9262213,0,0,2.1088276,-97.163508,29.602172)"
+         id="path8836"
+         style="opacity:0.4;fill:url(#radialGradient5729);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.49589729;marker:none;visibility:visible;display:inline;overflow:visible" />
+      <path
+         d="m 44.500921,23 c 0,11.316512 -9.178384,20.500922 -20.487463,20.500922 -11.30908,0 -20.4874629,-9.18441 -20.4874629,-20.500922 0,-11.316509 9.1783829,-20.5009224 20.4874629,-20.5009224 11.309079,0 20.487463,9.1844134 20.487463,20.5009224 z"
+         id="path1307"
+         style="fill:url(#radialGradient5551);fill-opacity:1;stroke:url(#linearGradient5553);stroke-width:0.99815506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         d="M 43.219099,19.337303 43.03226,20.057842 C 42.479353,19.598341 41.858575,19.21192 41.228194,18.808339 l -1.383757,0.143595 -1.264237,-1.007844 0,1.247283 1.083135,0.577996 0.720932,0.57578 0.963449,-0.768406 c 0.242517,0.320344 0.481723,0.640687 0.722585,0.961031 l 0,0.95998 -1.08479,0.864133 -1.985167,0.961031 -1.503445,1.058044 -0.963448,-0.770739 0.481724,-0.864133 -0.961957,-0.768403 -1.62462,-2.448926 -1.383757,-1.103574 -0.362204,0.287307 0.54314,1.393213 1.021718,0.816269 c 0.583533,1.18798 1.160774,2.323424 1.927064,3.458986 1.188253,0 2.30847,-0.08896 3.48861,-0.193795 l 0,0.672677 -1.443683,2.497372 -1.323998,1.05571 -1.083133,1.634872 c 0,0.896122 0,1.792244 0,2.688249 l 0.362204,1.058043 -0.601411,0.478882 -1.325653,0.576827 -1.383756,0.816269 1.14455,0.912115 -1.564859,0.962198 0.300623,0.622477 -2.347372,1.874314 -1.563204,0 -1.323998,0.576828 -0.843926,0 0,-0.768404 -0.358894,-1.539144 c -0.465667,-0.964534 -0.950536,-1.92218 -1.443684,-2.879825 0,-0.70688 0.05976,-1.406872 0.119686,-2.113636 l 0.603068,-0.95998 -0.843929,-1.153773 0.06142,-1.584674 -1.14455,-0.912115 0.572274,-1.32025 -0.931169,-0.745056 -1.626273,0 -0.541485,-0.432068 -1.62462,0.721124 -0.661169,-0.529547 -1.5051,0.912582 c -1.02172,-0.816853 -2.045094,-1.633121 -3.068303,-2.44939 L 13.07,22.841935 l 1.083137,-1.151436 -0.601412,-0.479933 1.322342,-2.210651 c 1.086444,-0.953092 2.221227,-1.867425 3.369089,-2.785143 l 2.046584,-0.384204 2.285956,-0.191576 1.564859,0.288473 2.226032,1.583506 0.78251,-0.623643 1.081479,-0.09573 2.046584,0.479932 1.564861,0 1.083134,-0.672675 0.481723,-0.479932 -1.08479,-0.479932 -1.80572,-0.09573 c -0.501093,-0.490204 -0.966759,-1.005508 -1.561715,-1.441076 l -0.603065,0.191574 -0.240865,1.249502 -1.083133,-0.864131 -0.239207,-0.962199 -1.20282,-0.670338 -0.48338,0 1.20431,0.959978 -0.481723,0.864134 -0.961959,0.191576 0.60141,-0.864134 -1.084791,-0.383036 -0.960303,-0.768403 -1.807377,0.287304 -0.239206,0.383036 -1.083134,0.481099 -0.601411,1.056877 -1.503445,0.527797 -0.662824,-0.527797 -0.720932,0 0,-1.729435 1.564859,-0.576829 1.20282,0 -0.242517,-0.671507 -0.960303,-0.672675 1.62313,-0.240609 0.902032,-0.719371 0.720931,-0.8653012 1.325654,0 -0.362206,-0.6715064 0.843929,-0.3842031 0,0.7684043 1.804066,0.2873052 1.804067,-1.0557095 0.121174,-0.481099 1.563205,-0.7678216 c -0.56582,0.049618 -1.131638,0.08604 -1.684545,0.1921611 l 0,-0.8651834 0.601409,-0.9605654 -0.601409,0 -1.321678,0.8641345 -0.362207,0.4805153 0.362207,0.673259 -0.603067,1.1514366 -0.96196,-0.3842011 -0.840618,-0.6715065 -1.325651,0.6715065 -0.481725,-1.5362228 2.285956,-1.0562945 0,-0.5768291 L 25.223524,4.7847867 27.509479,4.4 l 1.56486,0.3847867 2.166268,0.9599803 -1.564858,0 1.564858,1.1526075 1.202823,-0.9599824 c 0,0 4.786235,2.4031505 7.258281,5.7266459 2.405352,3.233831 3.412213,6.909414 3.517388,7.673265 z"
+         id="path4023"
+         style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         d="M 43.219099,18.237303 43.03226,18.957842 C 42.479353,18.498341 41.858575,18.11192 41.228194,17.708339 l -1.383757,0.143595 -1.264237,-1.007844 0,1.247283 1.083135,0.577996 0.720932,0.57578 0.963449,-0.768406 c 0.242517,0.320344 0.481723,0.640687 0.722585,0.961031 l 0,0.95998 -1.08479,0.864133 -1.985167,0.961031 -1.503445,1.058044 -0.963448,-0.770739 0.481724,-0.864133 -0.961957,-0.768403 -1.62462,-2.448926 -1.383757,-1.103574 -0.362204,0.287307 0.54314,1.393213 1.021718,0.816269 c 0.583533,1.18798 1.160774,2.323424 1.927064,3.458986 1.188253,0 2.30847,-0.08896 3.48861,-0.193795 l 0,0.672677 -1.443683,2.497372 -1.323998,1.05571 -1.083133,1.634872 c 0,0.896122 0,1.792244 0,2.688249 l 0.362204,1.058043 -0.601411,0.478882 -1.325653,0.576827 -1.383756,0.816269 1.14455,0.912115 -1.564859,0.962198 0.300623,0.622477 -2.347372,1.874314 -1.563204,0 -1.323998,0.576828 -0.843926,0 0,-0.768404 -0.358894,-1.539144 c -0.465667,-0.964534 -0.950536,-1.92218 -1.443684,-2.879825 0,-0.70688 0.05976,-1.406872 0.119686,-2.113636 l 0.603068,-0.95998 -0.843929,-1.153773 0.06142,-1.584674 -1.14455,-0.912115 0.572274,-1.32025 -0.931169,-0.745056 -1.626273,0 -0.541485,-0.432068 -1.62462,0.721124 -0.661169,-0.529547 -1.5051,0.912582 c -1.02172,-0.816853 -2.045094,-1.633121 -3.068303,-2.44939 L 13.07,21.741935 l 1.083137,-1.151436 -0.601412,-0.479933 1.322342,-2.210651 c 1.086444,-0.953092 2.221227,-1.867425 3.369089,-2.785143 l 2.046584,-0.384204 2.285956,-0.191576 1.564859,0.288473 2.226032,1.583506 0.78251,-0.623643 1.081479,-0.09573 2.046584,0.479932 1.564861,0 1.083134,-0.672675 0.481723,-0.479932 -1.08479,-0.479932 -1.80572,-0.09573 c -0.501093,-0.490204 -0.966759,-1.005508 -1.561715,-1.441076 l -0.603065,0.191574 -0.240865,1.249502 -1.083133,-0.864131 -0.239207,-0.962199 -1.20282,-0.670338 -0.48338,0 1.20431,0.959978 -0.481723,0.864134 -0.961959,0.191576 0.60141,-0.864134 -1.084791,-0.383036 -0.960303,-0.768403 -1.807377,0.287304 -0.239206,0.383036 -1.083134,0.481099 -0.601411,1.056877 -1.503445,0.527797 -0.662824,-0.527797 -0.720932,0 0,-1.729435 1.564859,-0.576829 1.20282,0 -0.242517,-0.671507 -0.960303,-0.672675 1.62313,-0.240609 0.902032,-0.719371 0.720931,-0.8653012 1.325654,0 -0.362206,-0.6715064 0.843929,-0.3842031 0,0.7684043 1.804066,0.2873052 1.804067,-1.0557095 0.121174,-0.481099 1.563205,-0.7678216 c -0.56582,0.049618 -1.131638,0.08604 -1.684545,0.1921611 l 0,-0.8651834 0.601409,-0.9605654 -0.601409,0 -1.321678,0.8641345 -0.362207,0.4805153 0.362207,0.673259 -0.603067,1.1514366 -0.96196,-0.3842011 -0.840618,-0.6715065 -1.325651,0.6715065 -0.481725,-1.5362228 2.285956,-1.0562945 0,-0.5768291 L 25.223524,3.6847867 27.509479,3.3 l 1.56486,0.3847867 2.166268,0.9599803 -1.564858,0 1.564858,1.1526075 1.202823,-0.9599824 c 0,0 4.786235,2.4031505 7.258281,5.7266459 2.405352,3.233831 3.412213,6.909414 3.517388,7.673265 z"
+         id="path6628"
+         style="fill:url(#radialGradient6332);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         d="m 43.501763,23 c 0,10.764976 -8.736791,19.501764 -19.501765,19.501764 C 13.235024,42.501764 4.4982338,33.764976 4.4982338,23 c 0,-10.764974 8.7367902,-19.5017646 19.5017642,-19.5017646 10.764974,0 19.501765,8.7367906 19.501765,19.5017646 z"
+         id="path3164"
+         style="opacity:0.4;fill:none;stroke:url(#radialGradient5540);stroke-width:0.99647081;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         d="m 42.999998,16.746704 c 0,7.114117 -8.512001,11.02908 -18.999999,11.02908 -10.488002,0 -19.0000006,-3.914963 -19.0000006,-11.02908 C 4.9999984,9.632588 13.511997,2 23.999999,2 34.487997,2 42.999998,9.632588 42.999998,16.746704 z"
+         id="path3154"
+         style="opacity:0.4;fill:url(#radialGradient5537);fill-opacity:1;stroke:none" />
+      <path
+         d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+         transform="matrix(1.076193,-0.2912862,0.1952728,0.7143165,-11.182741,14.979481)"
+         id="path2218"
+         style="opacity:0.6;fill:none;stroke:url(#linearGradient5745);stroke-width:1.09524393;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+         transform="matrix(1.1247273,-0.00679075,0.00112312,0.7429216,-7.8873839,2.6776872)"
+         id="path2230"
+         style="opacity:0.6;fill:none;stroke:url(#linearGradient5747);stroke-width:1.0902828;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+         transform="matrix(-0.09940095,-1.1197712,0.6946105,-0.03998764,8.1749534,56.475018)"
+         id="path2234"
+         style="opacity:0.6;fill:none;stroke:url(#linearGradient5749);stroke-width:1.12890089;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+         transform="matrix(-0.1600777,-1.1032472,0.4856389,0.01692093,16.935466,54.089297)"
+         id="path2240"
+         style="fill:none;stroke:url(#linearGradient5751);stroke-width:1.36711621;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+      <path
+         d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+         transform="matrix(0.7873429,-0.2144143,0.2141677,0.7882494,1.2604149,11.541737)"
+         id="path2255"
+         style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
+      <path
+         d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+         transform="matrix(0.6748654,-0.1837837,0.2141677,0.7882494,-14.193998,12.29353)"
+         id="path2275"
+         style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
+      <path
+         d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+         transform="matrix(0.7873429,-0.2144143,0.324169,0.6373544,-8.3660962,-9.8985024)"
+         id="path2283"
+         style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
+      <path
+         d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+         transform="matrix(0.7873429,-0.2144143,-0.01326253,0.7292459,-10.705973,-10.742804)"
+         id="path2291"
+         style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
+    </g>
+  </g>
+  <text
+     xml:space="preserve"
+     style="font-size:18.06100845px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+     x="12.364779"
+     y="12.129439"
+     id="text2421"
+     transform="scale(0.88621781,1.1283908)"><tspan
+       sodipodi:role="line"
+       id="tspan2423"
+       x="12.364779"
+       y="12.129439"
+       style="font-size:16.05422974px;font-weight:bold;fill:#ff0000">NEW</tspan></text>
+</svg>

=== added file 'data/icons/theme-updated.svg'
--- data/icons/theme-updated.svg	1970-01-01 00:00:00 +0000
+++ data/icons/theme-updated.svg	2011-02-23 23:27:12 +0000
@@ -0,0 +1,230 @@
+<?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";
+   version="1.1"
+   width="48"
+   height="48"
+   id="svg2474">
+  <metadata
+     id="metadata33">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2476">
+    <linearGradient
+       id="linearGradient3533">
+      <stop
+         id="stop3535"
+         style="stop-color:#93b9dd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3545"
+         style="stop-color:#6396cd;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3266">
+      <stop
+         id="stop3268"
+         style="stop-color:#387ab8;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3270"
+         style="stop-color:#387ab8;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3276">
+      <stop
+         id="stop3278"
+         style="stop-color:#6396cd;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3280"
+         style="stop-color:#83acd5;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="108.5625"
+       y1="102.78125"
+       x2="108.5625"
+       y2="71.78125"
+       id="linearGradient5497"
+       xlink:href="#linearGradient5491"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-95.99949,-49.00038)" />
+    <linearGradient
+       id="linearGradient5491">
+      <stop
+         id="stop5493"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5495"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="102.5625"
+       y1="49.78125"
+       x2="103.5625"
+       y2="72.78125"
+       id="linearGradient5480"
+       xlink:href="#linearGradient5474"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-95.99949,-49.00038)" />
+    <linearGradient
+       id="linearGradient5474">
+      <stop
+         id="stop5476"
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5478"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       x1="118.47968"
+       y1="55.060318"
+       x2="118.47968"
+       y2="91.941895"
+       id="linearGradient4593-5-8-1-5-2"
+       xlink:href="#linearGradient3533"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-100.99949,-49.00038)" />
+    <linearGradient
+       x1="34.980953"
+       y1="53.837799"
+       x2="35.996098"
+       y2="83.57618"
+       id="linearGradient4593-5-8-1-5-2-3"
+       xlink:href="#linearGradient3533"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-5,0)" />
+    <radialGradient
+       cx="33.875"
+       cy="197.29688"
+       r="4.84375"
+       fx="33.875"
+       fy="197.29688"
+       id="radialGradient5147-5"
+       xlink:href="#linearGradient6462-6-8-548-9-2-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.33870968,0,130.47051)" />
+    <linearGradient
+       id="linearGradient6462-6-8-548-9-2-7">
+      <stop
+         id="stop6464-5-9-94-5-4-4"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6466-3-6-1-7-2-8"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6462-6-8-548-9-5">
+      <stop
+         id="stop6464-5-9-94-5-8"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6466-3-6-1-7-5"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="33.875"
+       cy="197.29688"
+       r="4.84375"
+       fx="33.875"
+       fy="197.29688"
+       id="radialGradient6081"
+       xlink:href="#linearGradient6462-6-8-548-9-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.33870968,0,130.47051)" />
+    <linearGradient
+       x1="42.030777"
+       y1="84.719109"
+       x2="53.808601"
+       y2="73.263672"
+       id="linearGradient4008"
+       xlink:href="#linearGradient3276"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-5,0)" />
+    <linearGradient
+       x1="39.843277"
+       y1="83.781609"
+       x2="50.683601"
+       y2="75.138672"
+       id="linearGradient4018"
+       xlink:href="#linearGradient3266"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <path
+     d="m 38.71875,197.29687 a 4.84375,1.640625 0 1 1 -9.6875,0 4.84375,1.640625 0 1 1 9.6875,0 z"
+     transform="matrix(3.3032251,0,0,1.6761866,-89.458749,-288.73764)"
+     id="path6460-6-4-4-3-3"
+     style="opacity:0.2;color:#000000;fill:url(#radialGradient5147-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+  <path
+     d="M 46.405989,78.610714 A 13.125,13.125 0 0 1 33.62701,84.097034"
+     transform="matrix(1.0666665,0,0,1.0666665,-14.49949,-51.367037)"
+     id="path4010"
+     style="color:#000000;fill:none;stroke:url(#linearGradient4018);stroke-width:8.43750095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+  <path
+     d="m 38.71875,197.29687 a 4.84375,1.640625 0 1 1 -9.6875,0 4.84375,1.640625 0 1 1 9.6875,0 z"
+     transform="matrix(4.541935,0,0,1.9809503,-131.42005,-348.86656)"
+     id="path6460-6-4-4-4"
+     style="opacity:0.1;color:#000000;fill:url(#radialGradient6081);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+  <path
+     d="M 35.542313,84.24974 A 13.125,13.125 0 1 1 47.171703,64.884866"
+     transform="matrix(1.0666665,0,0,1.0666665,-14.49949,-51.367037)"
+     id="path4788-6"
+     style="color:#000000;fill:none;stroke:#387ab8;stroke-width:8.43750095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+  <path
+     d="m 38.50051,9.4996196 0,11.0000004 -11,0"
+     id="path4847"
+     style="color:#000000;fill:none;stroke:#387ab8;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+  <path
+     d="m 46.386659,78.638476 a 13.125,13.125 0 0 1 -13.412517,5.34104"
+     transform="matrix(1.0666665,0,0,1.0666665,-14.49949,-51.367037)"
+     id="path4006"
+     style="color:#000000;fill:none;stroke:url(#linearGradient4008);stroke-width:6.56250095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+  <path
+     d="m 37.320778,84.13999 a 13.125,13.125 0 1 1 9.33779,-20.123155"
+     transform="matrix(1.0666665,0,0,1.0666665,-14.49949,-51.367037)"
+     id="path4788"
+     style="color:#000000;fill:none;stroke:url(#linearGradient4593-5-8-1-5-2-3);stroke-width:6.56250095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+  <path
+     d="m 38.50051,9.4996196 0,11.0000004 -11,0"
+     id="path4847-1"
+     style="color:#000000;fill:none;stroke:url(#linearGradient4593-5-8-1-5-2);stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+  <path
+     d="m 29.740794,33.593555 c -3.674085,2.533277 -8.663315,2.652831 -12.552784,-0.06269 -5.010358,-3.498088 -6.216831,-10.333397 -2.718751,-15.34375 3.498091,-5.010353 10.3334,-6.216833 15.343751,-2.71875 1.16116,0.810688 2.10377,1.843969 2.875,3.03125 l -5.1875,0 c -1.056625,-0.01494 -2.028484,0.943269 -2.028484,2 0,1.056731 0.971859,2.014943 2.028484,2 l 11,0 c 1.062499,0.28125 2.062499,-0.71875 2,-2 l 0,-11.0000004 c 0.01671,-1.0680358 -0.963214,-2.0479629 -2.03125,-2.0312505 -0.06245,-0.00293 -0.125046,-0.00293 -0.1875,0 -0.982752,0.107995 -1.802514,1.0428108 -1.78125,2.0312505 l 0,4.0625004 c -0.9534,-1.127853 -2.06667,-2.152011 -3.28125,-3 l -0.09375,-0.0625 c -2.85203,-1.9610889 -6.0733,-2.9220479 -9.312501,-2.9687509 -5.46224,-0.07875 -10.90353,2.4568065 -14.2500005,7.2500009 -5.354351,7.669111 -3.450361,18.3019 4.2187505,23.65625 6.255407,4.367344 14.482569,3.905673 20.208772,-0.574695"
+     id="path4788-2"
+     style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:0.23999999;color:#000000;fill:none;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" />
+  <path
+     d="m 36.50052,13.562118 c -0.9534,-1.127853 -2.06667,-2.152011 -3.28125,-3 l -0.0937,-0.0625 c -2.85203,-1.9610889 -6.0733,-2.9220479 -9.312501,-2.9687509 -5.46224,-0.07875 -10.90354,2.4568065 -14.2500105,7.2500009 -5.354351,7.669111 -3.450361,18.3019 4.2187505,23.65625"
+     id="path4788-2-3"
+     style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient5480);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" />
+  <path
+     d="M 32.53183,30.81212 C 29.03374,35.822473 22.198429,37.028952 17.18808,33.53087 12.177699,30.032787 10.971229,23.197473 14.469309,18.18712 17.96742,13.176767 24.802729,11.970287 29.81308,15.46837"
+     id="path4788-2-3-4"
+     style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient5497);stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" />
+</svg>

=== added file 'data/icons/theme-user.svg'
--- data/icons/theme-user.svg	1970-01-01 00:00:00 +0000
+++ data/icons/theme-user.svg	2011-02-23 23:27:12 +0000
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   width="48px"
+   height="48px"
+   id="svg3692"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="help-about.svg">
+  <defs
+     id="defs3694">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8265-821-176-38-919-66-249"
+       id="linearGradient3619"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(2.9799125,-3.1216548)"
+       x1="11.566265"
+       y1="22.292103"
+       x2="15.214532"
+       y2="33.95525" />
+    <linearGradient
+       id="linearGradient8265-821-176-38-919-66-249">
+      <stop
+         id="stop2687"
+         style="stop-color:#ffffff;stop-opacity:0.27450982"
+         offset="0" />
+      <stop
+         id="stop2689"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3642"
+       id="linearGradient3648"
+       x1="29.646643"
+       y1="2"
+       x2="29.646643"
+       y2="43.443626"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient3642">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3644" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3646" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3690"
+       id="radialGradient3627"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,2.6540647,-3.1628087,0,97.182609,-26.675837)"
+       cx="13.138569"
+       cy="25.625349"
+       fx="13.138569"
+       fy="25.625349"
+       r="13.931416" />
+    <linearGradient
+       id="linearGradient3690">
+      <stop
+         id="stop3692"
+         style="stop-color:#ffeb9f;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3694"
+         style="stop-color:#ffd57e;stop-opacity:1"
+         offset="0.26238" />
+      <stop
+         id="stop3696"
+         style="stop-color:#ffbc43;stop-opacity:1"
+         offset="0.66093999" />
+      <stop
+         id="stop3698"
+         style="stop-color:#ff921a;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3603"
+       id="linearGradient3629"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.6508808,0,0,1.6568311,-11.466494,-15.045759)"
+       x1="21.483376"
+       y1="36.255058"
+       x2="21.483376"
+       y2="9.5799999" />
+    <linearGradient
+       id="linearGradient3603">
+      <stop
+         id="stop3605"
+         style="stop-color:#a7651c;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3607"
+         style="stop-color:#c8a700;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8838">
+      <stop
+         id="stop8840"
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop8842"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       r="10.625"
+       fy="4.625"
+       fx="62.625"
+       cy="4.625"
+       cx="62.625"
+       gradientTransform="matrix(2.1647059,0,0,0.84705771,-111.56471,35.082353)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient3690"
+       xlink:href="#linearGradient8838"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7"
+     inkscape:cx="24"
+     inkscape:cy="24"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="603"
+     inkscape:window-height="484"
+     inkscape:window-x="417"
+     inkscape:window-y="162"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata3697">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <path
+       style="opacity:0.3;fill:url(#radialGradient3690);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999988;marker:none;visibility:visible;display:inline;overflow:visible"
+       id="path8836"
+       d="m 47,39 c 0,4.970563 -10.297453,9 -23,9 -12.702548,0 -23,-4.029437 -23,-9 0,-4.970563 10.297452,-9 23,-9 12.702547,0 23,4.029437 23,9 l 0,0 z" />
+    <path
+       style="fill:url(#radialGradient3627);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3629);stroke-width:0.9922713;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+       id="path1307"
+       d="m 23.999999,1.4961347 c 1.518797,0 6.415369,12.2754723 7.644103,13.1714173 1.228732,0.895944 14.374596,1.776317 14.843931,3.225986 0.469334,1.449669 -9.650283,9.916699 -10.119617,11.366368 -0.469334,1.449669 2.758685,14.269241 1.529951,15.165186 -1.228733,0.895944 -12.379571,-6.146615 -13.89837,-6.146615 -1.518797,0 -12.669635,7.042559 -13.898369,6.146615 C 8.8728956,43.529147 12.100914,30.709574 11.63158,29.259906 11.162246,27.810237 1.0426298,19.343205 1.5119642,17.893536 1.9812985,16.443869 15.127162,15.563496 16.355896,14.667552 17.584628,13.771607 22.481202,1.4961347 23.999999,1.4961347 z" />
+    <path
+       style="opacity:0.3;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+       id="path11014"
+       d="m 36.457966,42.854576 c 0,0 -4.318414,-3.742625 -10.076299,-4.894202" />
+    <path
+       style="opacity:0.3;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+       id="path11985"
+       d="m 11.175618,42.854576 c 0,0 4.318413,-3.742625 10.076298,-4.894202" />
+    <path
+       style="opacity:0.4;fill:none;stroke:url(#linearGradient3648);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+       id="path1309"
+       d="m 24,2.5 c 2.255601,4.3171106 4.478429,8.952433 6.73403,13.269542 4.843973,0.789864 10.26201,1.380836 14.771263,2.50542 -3.449934,3.457984 -6.875961,7.131147 -10.325895,10.589132 0.738138,4.805274 1.213021,9.259541 1.95116,14.064815 C 32.742781,40.748952 28.355003,38.568994 23.967226,36.389035 19.579447,38.568994 15.19167,40.748952 10.803892,42.928909 11.542029,38.123635 11.929163,33.581617 12.6673,28.776343 9.2173666,25.318358 5.9355586,21.692246 2.4856257,18.234262 7.329597,17.444398 12.356449,16.559406 17.20042,15.769542 19.456021,11.452433 21.744398,6.8171106 24,2.5 z" />
+    <path
+       style="opacity:0.8;fill:url(#linearGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path3382"
+       d="m 24.023909,2.0218291 c 0,0 4.502337,7.4701031 7.020932,13.3173589 4.843973,0.789864 10.309827,1.404745 14.914715,2.720597 0,0 -2.463879,2.468624 -3.480641,3.487759 0,0 -31.782299,5.712288 -31.782299,5.712288 C 7.7999341,24.283482 4.5120994,21.39468 1.9615429,18.048297 5.5144527,16.97153 12.093455,16.105144 16.937426,15.31528 20.29282,7.4118887 24.023909,2.0218291 24.023909,2.0218291 z" />
+  </g>
+</svg>

=== added file 'data/icons/theme-user2.svg'
--- data/icons/theme-user2.svg	1970-01-01 00:00:00 +0000
+++ data/icons/theme-user2.svg	2011-02-23 23:27:12 +0000
@@ -0,0 +1,415 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   version="1.0"
+   width="48"
+   height="48"
+   id="svg3786">
+  <defs
+     id="defs3788">
+    <radialGradient
+       cx="113.0654"
+       cy="97.587898"
+       r="2.5631001"
+       fx="113.667"
+       fy="98"
+       id="radialGradient4241"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop4243"
+         style="stop-color:#eee;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4245"
+         style="stop-color:#cecece;stop-opacity:1"
+         offset="0.16" />
+      <stop
+         id="stop4247"
+         style="stop-color:#888;stop-opacity:1"
+         offset="0.4675" />
+      <stop
+         id="stop4249"
+         style="stop-color:#555;stop-opacity:1"
+         offset="1" />
+    </radialGradient>
+    <linearGradient
+       id="linearGradient4035">
+      <stop
+         id="stop4037"
+         style="stop-color:#f5f5f5;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4039"
+         style="stop-color:#e7e7e7;stop-opacity:1"
+         offset="0.47025558" />
+      <stop
+         id="stop4041"
+         style="stop-color:#8c8c8c;stop-opacity:1"
+         offset="0.69348532" />
+      <stop
+         id="stop4043"
+         style="stop-color:#ddd;stop-opacity:1"
+         offset="0.83542866" />
+      <stop
+         id="stop4045"
+         style="stop-color:#a8a8a8;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5060">
+      <stop
+         id="stop5062"
+         style="stop-color:black;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop5064"
+         style="stop-color:black;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5048">
+      <stop
+         id="stop5050"
+         style="stop-color:black;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop5056"
+         style="stop-color:black;stop-opacity:1"
+         offset="0.5" />
+      <stop
+         id="stop5052"
+         style="stop-color:black;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2215">
+      <stop
+         id="stop2223"
+         style="stop-color:#7a7a7a;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop2219"
+         style="stop-color:#474747;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7609">
+      <stop
+         id="stop7611"
+         style="stop-color:white;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7677"
+         style="stop-color:#e7e7e7;stop-opacity:1"
+         offset="0.47025558" />
+      <stop
+         id="stop7613"
+         style="stop-color:#8c8c8c;stop-opacity:1"
+         offset="0.67183787" />
+      <stop
+         id="stop7617"
+         style="stop-color:#ddd;stop-opacity:1"
+         offset="0.83542866" />
+      <stop
+         id="stop7615"
+         style="stop-color:#a8a8a8;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4236">
+      <stop
+         id="stop4238"
+         style="stop-color:#eee;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop4240"
+         style="stop-color:#eee;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7056">
+      <stop
+         id="stop7064"
+         style="stop-color:#e6e6e6;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop7060"
+         style="stop-color:#c8c8c8;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3484">
+      <stop
+         id="stop3486"
+         style="stop-color:#969696;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop3488"
+         style="stop-color:#b4b4b4;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6310-8">
+      <stop
+         id="stop6312-6"
+         style="stop-color:white;stop-opacity:1"
+         offset="0" />
+      <stop
+         id="stop6314-6"
+         style="stop-color:white;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       cx="24"
+       cy="42"
+       r="21"
+       fx="24"
+       fy="42"
+       id="radialGradient2896"
+       xlink:href="#linearGradient6310-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.99999995,-1.0652117e-8,2.7812622e-8,0.35714279,1.0762331e-6,24.500003)" />
+    <radialGradient
+       cx="127.31733"
+       cy="143.82751"
+       r="78.728165"
+       fx="127.31733"
+       fy="143.82751"
+       id="radialGradient2902"
+       xlink:href="#linearGradient4035"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.19054222,-0.02505584,0.00619351,0.10073457,-7.4371744,4.4286866)" />
+    <linearGradient
+       x1="12.277412"
+       y1="37.205811"
+       x2="12.221823"
+       y2="33.758667"
+       id="linearGradient2905"
+       xlink:href="#linearGradient4236"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0212766,0,0,0.89887639,-0.02517836,8.978263)" />
+    <linearGradient
+       x1="7.0625"
+       y1="35.28125"
+       x2="24.6875"
+       y2="35.28125"
+       id="linearGradient2908"
+       xlink:href="#linearGradient5060"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0212766,0,0,0.89887639,0.78723995,7.7865138)" />
+    <radialGradient
+       cx="142.62215"
+       cy="191.85428"
+       r="78.728165"
+       fx="142.62215"
+       fy="191.85428"
+       id="radialGradient2920"
+       xlink:href="#linearGradient7609"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.18495239,0,0,-0.13074306,-3.1111723,45.048436)" />
+    <radialGradient
+       cx="141.74666"
+       cy="206.42612"
+       r="78.728165"
+       fx="141.74666"
+       fy="206.42612"
+       id="radialGradient2923"
+       xlink:href="#linearGradient4035"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.35160878,-0.0050244,0.00260227,0.28909275,-27.02434,-25.217538)" />
+    <radialGradient
+       cx="11.734284"
+       cy="8.4900017"
+       r="23.047892"
+       fx="11.734284"
+       fy="8.4900017"
+       id="radialGradient2927"
+       xlink:href="#linearGradient7056"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3767077,0.69719425,-0.46810846,0.92434578,-0.04915651,-2.9386274)" />
+    <linearGradient
+       x1="17.813944"
+       y1="29.796696"
+       x2="18.072828"
+       y2="10.000001"
+       id="linearGradient2929"
+       xlink:href="#linearGradient3484"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-1.0001465)" />
+    <linearGradient
+       x1="29.9375"
+       y1="41"
+       x2="30"
+       y2="49.999996"
+       id="linearGradient2933"
+       xlink:href="#linearGradient2215"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0017502,0,0,0.7596403,-5.0508975,4.9363745)" />
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient2936"
+       xlink:href="#linearGradient5060"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.04484747,0,0,0.02058824,32.61113,32.451372)" />
+    <radialGradient
+       cx="605.71429"
+       cy="486.64789"
+       r="117.14286"
+       fx="605.71429"
+       fy="486.64789"
+       id="radialGradient2939"
+       xlink:href="#linearGradient5060"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.04484747,0,0,0.02058824,15.38888,32.451372)" />
+    <linearGradient
+       x1="302.85715"
+       y1="366.64789"
+       x2="302.85715"
+       y2="609.50507"
+       id="linearGradient2942"
+       xlink:href="#linearGradient5048"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.07635654,0,0,0.02058824,-3.5974283,32.451372)" />
+    <radialGradient
+       cx="113.0654"
+       cy="97.587898"
+       r="2.5631001"
+       fx="113.667"
+       fy="98"
+       id="radialGradient2947"
+       xlink:href="#radialGradient4241"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.32948872,0,0,0.34974643,6.0549235,0.49382567)" />
+    <radialGradient
+       cx="113.0654"
+       cy="97.587898"
+       r="2.5631001"
+       fx="113.667"
+       fy="98"
+       id="radialGradient2953"
+       xlink:href="#radialGradient4241"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.22333209,0.03439303,-0.02300572,0.14938839,14.791441,-7.6318403)" />
+    <radialGradient
+       cx="113.0654"
+       cy="97.587898"
+       r="2.5631001"
+       fx="113.667"
+       fy="98"
+       id="radialGradient2959"
+       xlink:href="#radialGradient4241"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.22282769,-0.03752228,0.02509892,0.149051,-18.145918,0.53228044)" />
+    <radialGradient
+       cx="113.0654"
+       cy="97.587898"
+       r="2.5631001"
+       fx="113.667"
+       fy="98"
+       id="radialGradient2965"
+       xlink:href="#radialGradient4241"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.32948872,0,0,0.34974643,41.963041,0.49382567)" />
+  </defs>
+  <rect
+     width="36.869301"
+     height="5"
+     x="5.5653324"
+     y="40"
+     id="rect2723"
+     style="opacity:0.3;fill:url(#linearGradient2942);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible" />
+  <path
+     d="m 42.41667,40.000174 c 0,0 0,4.999723 0,4.999723 C 44.7262,45.009311 48,43.879712 48,42.499715 48,41.119718 45.42274,40.000174 42.41667,40.000174 z"
+     id="path2725"
+     style="opacity:0.3;fill:url(#radialGradient2939);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible" />
+  <path
+     d="m 5.58333,40.000174 c 0,0 0,4.999723 0,4.999723 C 3.2737899,45.009311 0,43.879712 0,42.499715 0,41.119718 2.5772699,40.000174 5.58333,40.000174 z"
+     id="path2727"
+     style="opacity:0.3;fill:url(#radialGradient2936);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+  <path
+     d="m 1.4638537,36.464001 45.0720003,0 -0.901202,6.072 -43.1694186,0 -1.0013797,-6.072 z"
+     id="rect6431"
+     style="fill:url(#linearGradient2933);fill-opacity:1;fill-rule:evenodd;stroke:#353537;stroke-width:0.9279989;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
+  <rect
+     width="45"
+     height="1"
+     x="1.5"
+     y="35.999855"
+     id="rect6381"
+     style="fill:#d2d2d3;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+  <path
+     d="M 46.55,36.601962 39.740367,10.827625 c -0.192553,-0.733973 -1.2012,-1.329879 -2.049166,-1.329879 l -27.617218,0 c -1.30274,0 -2.049257,0.198573 -2.323959,1.329879 L 1.45,36.576866"
+     id="path6345"
+     style="fill:url(#radialGradient2927);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2929);stroke-width:0.99578345;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+  <path
+     d="M 45.500002,36.499854 2.5000001,36.475803"
+     id="path7046"
+     style="opacity:0.4;fill:none;stroke:white;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+  <path
+     d="m 40.971397,25.373814 c -0.21768,-1.997975 -1.676509,-3.903122 -4.1004,-5.406472 C 36.822237,19.38948 36.200942,11.997153 36.200942,11.997153 36.153322,11.428888 35.429193,11 34.515926,11 l -5.731268,0 c -0.919834,0 -1.630882,0.434524 -1.654073,1.010704 -0.10517,2.603206 -3.312025,3.962376 -8.095624,5.198802 -1.67612,0.29034 -6.046005,1.655156 -7.048964,2.254183 -2.9524377,1.573605 -4.7132263,3.67147 -4.9572037,5.910125 -0.2219397,2.036069 0.8448261,4.073551 3.0038657,5.737168 C 13.192718,33.546027 18.414005,35 23.999896,35 29.585796,35 34.807072,33.546027 37.967531,31.110982 39.939434,29.591833 41,27.760327 41,25.903156 c 0,-0.17636 -0.01031,-0.352992 -0.02866,-0.529342 l 5.7e-5,0 z M 23.999896,33.99015 c -9.303498,0 -16.427483,-4.080325 -15.9120785,-8.810179 0.222328,-2.039173 1.8543618,-4.216036 4.5570215,-5.650539 0.506122,-0.381482 5.077073,-1.865367 6.716838,-2.126086 4.544655,-1.17209 8.700731,-2.693216 8.831026,-5.89884 0.0057,-0.153501 0.267557,-0.275107 0.591955,-0.275107 l 5.730502,0 c 0.33174,0 0.611698,0.127531 0.62484,0.284984 l 0.695941,8.281974 c 2.408816,1.395843 3.86841,3.479309 4.075655,5.383614 0.515781,4.729854 -6.608191,8.810179 -15.9117,8.810179 l 0,0 z"
+     id="path9001"
+     style="fill:url(#radialGradient2923);fill-opacity:1" />
+  <path
+     d="M 23.999769,28 C 20.634805,28 18.055218,26.732885 18.000846,25.052175 18.000418,25.034 18,25.016137 18,24.998273 18,24.390098 18.338098,23.811689 18.980563,23.321951 20.067367,22.494127 21.943772,22 24.000185,22 c 2.055997,0 3.932391,0.494127 5.019195,1.321951 0.661441,0.503521 1.000395,1.101987 0.979728,1.729907 -0.05524,1.68071 -2.634804,2.948137 -5.999339,2.948137 l 0,3e-6 z m 0,-5.059679 c -3.161777,0 -4.77259,1.255831 -4.734647,2.402312 0.03667,1.128624 2.156333,2.030394 4.734647,2.030394 2.578314,0 4.697955,-0.902088 4.734637,-2.030394 0.03749,-1.146798 -1.572872,-2.402312 -4.734637,-2.402312 l 0,0 z"
+     id="path9003"
+     style="fill:url(#radialGradient2920);fill-opacity:1;fill-rule:nonzero;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+  <path
+     d="M 6.0158229,34.619284 C 5.9743063,35.214553 5.3525618,35.7 4.6276859,35.7 c -0.7245458,0 -1.2731445,-0.485447 -1.2247097,-1.080716 0.048106,-0.592121 0.6695217,-1.070225 1.3871481,-1.070225 0.7179564,2.81e-4 1.2665551,0.478104 1.2256986,1.070225 z"
+     id="path9007"
+     style="fill:#e1e1e1;fill-opacity:1" />
+  <path
+     d="m 5.5469595,34.200637 c 0.066228,0.07554 0.1420102,0.196558 0.1420102,0.357441 0,0.01155 -6.602e-4,0.02308 -0.00132,0.03533 -0.028667,0.410252 -0.5140028,0.756851 -1.0596361,0.756851 -0.3107079,0 -0.5947269,-0.113668 -0.7594717,-0.304629 -0.070839,-0.08149 -0.1515649,-0.216493 -0.1370672,-0.396263 0.033278,-0.406755 0.5179556,-0.750556 1.0589773,-0.750556 0.3084014,2.8e-4 0.5914315,0.112968 0.7565052,0.301831 l 2.6e-6,0 z"
+     id="path9009"
+     style="fill:url(#radialGradient2965);fill-opacity:1" />
+  <path
+     d="m 8.6135352,10.981804 c 0.070795,0.248957 0.526108,0.385035 1.0163294,0.302486 0.4899984,-0.08251 0.8261694,-0.351869 0.7506954,-0.600038 -0.07503,-0.246865 -0.5295895,-0.379851 -1.0149081,-0.298127 -0.4855218,0.08188 -0.8222397,0.347988 -0.7521167,0.595679 z"
+     id="path9019"
+     style="fill:#f0f0f0;fill-opacity:1" />
+  <path
+     d="m 8.9005762,10.749996 c -0.039367,0.03974 -0.081933,0.09994 -0.070388,0.168502 8.287e-4,0.0049 0.0021,0.0098 0.00343,0.0149 0.048828,0.171572 0.4019255,0.264011 0.7709282,0.201874 0.2101265,-0.03538 0.3940466,-0.116169 0.4917566,-0.216312 0.04206,-0.0428 0.08696,-0.109523 0.06426,-0.184484 -0.0517,-0.169557 -0.4041467,-0.260879 -0.7700306,-0.199267 -0.2085465,0.03524 -0.3918682,0.115496 -0.4899513,0.214782 l -1.8e-6,1e-6 z"
+     id="path9021"
+     style="fill:url(#radialGradient2959);fill-opacity:1" />
+  <path
+     d="m 36.912257,10.696563 c -0.01101,0.258593 0.37848,0.530843 0.869811,0.606508 0.491108,0.07563 0.894887,-0.07446 0.901213,-0.333771 0.0063,-0.257936 -0.383413,-0.527015 -0.869831,-0.601923 -0.486659,-0.07482 -0.889937,0.07201 -0.901193,0.329186 z"
+     id="path9025"
+     style="fill:#e1e1e1;fill-opacity:1" />
+  <path
+     d="m 37.257597,10.566686 c -0.04986,0.02535 -0.109185,0.06913 -0.119768,0.137852 -7.6e-4,0.0049 -0.0011,0.0099 -0.0014,0.01523 -0.0076,0.178225 0.298614,0.37693 0.668452,0.433884 0.210602,0.03243 0.410591,0.01353 0.534819,-0.05084 0.05338,-0.02741 0.116973,-0.07665 0.118971,-0.15495 0.0042,-0.177212 -0.301707,-0.374653 -0.668419,-0.431126 -0.209057,-0.03207 -0.408312,-0.01348 -0.532624,0.04996 l -2e-6,-1e-6 z"
+     id="path9027"
+     style="fill:url(#radialGradient2953);fill-opacity:1" />
+  <path
+     d="m 7.5000002,36.999999 18.5000088,0 0,5.000001 -17.9999999,0 -0.5000089,-5.000001 z"
+     id="rect8993"
+     style="fill:url(#linearGradient2908);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.40899992;marker:none;visibility:visible;display:inline;overflow:visible" />
+  <path
+     d="m 8.0000077,41.999996 c 0,0 -0.4000075,-3.605827 -0.4000075,-3.605827 1.8745811,2.857731 8.8730188,3.605827 13.6127708,3.605827 0,0 -13.2127633,0 -13.2127633,0 z"
+     id="path8995"
+     style="opacity:0.81142853;fill:url(#linearGradient2905);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+  <path
+     d="M 10.906579,11 10.803305,11.381009 9.2615551,17.051898 9,18 9.7639975,17.796205 22.758771,14.2519 l 0.04127,-0.01771 0.03442,-0.01771 c 0.688135,-0.354354 1.05583,-1.07045 1.142548,-1.727849 0.0434,-0.328702 0.03039,-0.650575 -0.08254,-0.948099 -0.106642,-0.280876 -0.384276,-0.530777 -0.674516,-0.522787 l 0,-0.01771 -0.04821,0 -11.955461,0 -0.30973,0 3.3e-5,10e-7 z m 0.439836,0.350376 11.976544,0 c 0.0056,0.04787 0.01906,0.07443 0.0067,0.165 -0.03757,0.285021 -0.199195,1.304699 -0.605242,1.527141 l -12.596058,3.437485 1.217592,-5.129624 3.91e-4,0 z"
+     id="path9039"
+     style="fill:url(#radialGradient2902);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+  <path
+     d="M 42.002142,34.619284 C 42.043659,35.214553 42.665403,35.7 43.390279,35.7 c 0.724546,0 1.273145,-0.485447 1.22471,-1.080716 -0.04811,-0.592121 -0.669522,-1.070225 -1.387148,-1.070225 -0.717957,2.81e-4 -1.266555,0.478104 -1.225699,1.070225 z"
+     id="path9091"
+     style="fill:#e1e1e1;fill-opacity:1" />
+  <path
+     d="m 42.471006,34.200637 c -0.06623,0.07554 -0.142011,0.196558 -0.142011,0.357441 0,0.01155 6.6e-4,0.02308 0.0013,0.03533 0.02867,0.410252 0.514002,0.756851 1.059636,0.756851 0.310708,0 0.594727,-0.113668 0.759471,-0.304629 0.07084,-0.08149 0.151565,-0.216493 0.137068,-0.396263 -0.03328,-0.406755 -0.517956,-0.750556 -1.058978,-0.750556 -0.308401,2.8e-4 -0.591431,0.112968 -0.756505,0.301831 l -2e-6,0 z"
+     id="path9093"
+     style="fill:url(#radialGradient2947);fill-opacity:1" />
+  <rect
+     width="42"
+     height="5"
+     x="3"
+     y="37"
+     id="rect6300-3"
+     style="opacity:0.3;fill:url(#radialGradient2896);fill-opacity:1;stroke:none" />
+</svg>

=== modified file 'data/launcher.desktop'
--- data/launcher.desktop	2010-09-07 00:38:36 +0000
+++ data/launcher.desktop	2011-02-23 23:27:12 +0000
@@ -1,20 +1,30 @@
 #!en
+
+#[gtk-about]
 [Desktop Entry]
+
+#F[Launcher]
+frame_maininfo=
+
+#d Name of the container it belongs to:
+#{If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.}
+Container = 
+
 #s Launcher's name :
 Name = New Launcher
 #s 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=your command
+
+#F[Display]
+frame_display=
+
 #S Image's name or path :
 Icon=
-#d Name of the container it belongs to:
-#{If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.}
-Container = 
 
 #X[Extra parameters]
 frame_extra =
-#f[0;100] Order you want for this launcher among the others:
-Order=0
+
 #b Prevent this launcher from stealing appli 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
@@ -31,6 +41,9 @@
 #{If '0' the launcher will be displayed on every viewport.}
 ShowOnViewport = 0
 
+#f[0;100] Order you want for this launcher among the others:
+Order=0
+
 Is container = false
 
 Renderer = 

=== modified file 'data/separator.desktop'
--- data/separator.desktop	2010-09-07 00:38:36 +0000
+++ data/separator.desktop	2011-02-23 23:27:12 +0000
@@ -1,8 +1,21 @@
 #!en
+
+#[gtk-about]
 [Desktop Entry]
 
+#F[Separator]
+frame_maininfo=
+
+#d Name of the container it belongs to:
+#{If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.}
+Container = 
+
 Name = 
 Exec=
+
+#F[Display]
+frame_display=
+
 #S Image's name or path :
 Icon=
 
@@ -10,8 +23,6 @@
 frame_extra =
 #f[0;100] Order you want for this launcher among the others:
 Order=0
-#d Name of the container it belongs to:
-Container = 
 
 Is container = false
 

=== modified file 'data/themes.conf.in'
--- data/themes.conf.in	2010-09-16 01:04:13 +0000
+++ data/themes.conf.in	2011-02-23 23:27:12 +0000
@@ -1,12 +1,9 @@
 #!en
 
-#[gtk-index]
+#[gtk-open]
 [Themes]
 
-#F[Choose a theme]
-frame1=
-
-#R[@pkgdatadir@/themes;../@CAIRO_DOCK_THEMES_DIR@;themes2.2] Choose one of the available themes:/
+#R[@pkgdatadir@/themes;../@CAIRO_DOCK_THEMES_DIR@;themes2.2] /
 chosen theme = 
 
 #S ...or drag and drop a theme package here :

=== modified file 'debian/changelog'
--- debian/changelog	2010-10-06 19:07:04 +0000
+++ debian/changelog	2011-02-23 23:27:12 +0000
@@ -1,3 +1,17 @@
+cairo-dock (2.3.0~0rc1-0ubuntu1) UNRELEASED; urgency=low
+
+  * New Upstream Version (LP: #723994)
+  * Added debian/source/format 3.0
+  * Removed the desktop-file-category patch (sync with debian packages)
+  * debian/rules:
+   - Added a CMake flag to disable the gtk grip
+   - No longer used simple-patchsys
+  * debian/control:
+   - Updated the description (from launchpad.net/cairo-dock)
+   - Added cairo-dock-plug-ins as a new suggestion for cairo-dock-core
+
+ -- Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>  Thu, 24 Feb 2011 00:10:55 +0100
+
 cairo-dock (2.2.0~4-0ubuntu1) maverick; urgency=low
 
   * New Upstream Version (LP: #653702)

=== modified file 'debian/control'
--- debian/control	2010-10-06 17:23:48 +0000
+++ debian/control	2011-02-23 23:27:12 +0000
@@ -30,13 +30,16 @@
 		cairo-dock-plug-ins (>= ${source:Version}),
 		${misc:Depends}
 Description: A light and eye-candy dock to launch your programs (metapackage)
- It uses Cairo / OpenGL to render graphics (many in correlation
- with Compiz) with full hardware acceleration. It's fully configurable and
- fully customisable and can be used as a taskbar too.
- You can easily add applets in the dock or as a desklet.
- It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to
- have acces to more views, dialogs and many plug-ins and applets.
+ 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 metapackage provides the components necessary for running Cairo-Dock. It
  provides the Cairo-Dock core, a set of standard plugins and the files necessary
@@ -51,14 +54,18 @@
 		${shlibs:Depends}, 
 		${misc:Depends}
 Recommends:	cairo-dock-plug-ins
+Suggests:	cairo-dock-plug-ins
 Description: A light and eye-candy dock to launch your programs (core package)
- It uses Cairo / OpenGL to render graphics (many in correlation
- with Compiz) with full hardware acceleration. It's fully configurable and
- fully customisable and can be used as a taskbar too.
- You can easily add applets in the dock or as a desklet.
- It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to
- have acces to more views, dialogs and many plug-ins and applets.
+ 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 is the core of Cairo-Dock project.
 
@@ -82,13 +89,16 @@
 		gawk
 Recommends:	cairo-dock-plug-ins
 Description: A light and eye-candy dock to launch your programs (dev package)
- It uses Cairo / OpenGL to render graphics (many in correlation
- with Compiz) with full hardware acceleration. It's fully configurable and
- fully customisable and can be used as a taskbar too.
- You can easily add applets in the dock or as a desklet.
- It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to
- have acces to more views, dialogs and many plug-ins and applets.
+ 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 provides the include files and static library for cairo-dock 
  functions.
@@ -101,12 +111,15 @@
 Depends: 	${shlibs:Depends}, 
 		${misc:Depends}
 Description: A light and eye-candy dock to launch your programs (common files)
- It uses Cairo / OpenGL to render graphics (many in correlation
- with Compiz) with full hardware acceleration. It's fully configurable and
- fully customisable and can be used as a taskbar too.
- You can easily add applets in the dock or as a desklet.
- It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to
- have acces to more views, dialogs and many plug-ins and applets.
+ 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 default icons and themes for Cairo-Dock.

=== removed directory 'debian/patches'
=== removed file 'debian/patches/01-desktop-file-category.patch'
--- debian/patches/01-desktop-file-category.patch	2010-09-18 12:19:06 +0000
+++ debian/patches/01-desktop-file-category.patch	1970-01-01 00:00:00 +0000
@@ -1,32 +0,0 @@
-diff -Nur -x '*.orig' -x '*~' cairo-dock/data/cairo-dock-cairo.desktop cairo-dock.new/data/cairo-dock-cairo.desktop
---- cairo-dock/data/cairo-dock-cairo.desktop	2010-09-18 13:53:13.000000000 +0200
-+++ cairo-dock.new/data/cairo-dock-cairo.desktop	2010-09-18 14:08:20.861327185 +0200
-@@ -1,6 +1,5 @@
- 
- [Desktop Entry]
--Encoding=UTF-8
- Type=Application
- Exec=cairo-dock -c
- Icon=cairo-dock.svg
-@@ -15,4 +14,4 @@
- GenericName=Multi-purpose Dock and Desklets
- GenericName[fr]=Dock et Desklets multi-usage
- 
--Categories=System;
-+Categories=Utility;
-diff -Nur -x '*.orig' -x '*~' cairo-dock/data/cairo-dock.desktop cairo-dock.new/data/cairo-dock.desktop
---- cairo-dock/data/cairo-dock.desktop	2010-09-18 13:53:14.000000000 +0200
-+++ cairo-dock.new/data/cairo-dock.desktop	2010-09-18 14:08:31.961493531 +0200
-@@ -1,6 +1,5 @@
- 
- [Desktop Entry]
--Encoding=UTF-8
- Type=Application
- Exec=cairo-dock -o
- Icon=cairo-dock.svg
-@@ -58,4 +57,4 @@
- GenericName=Multi-purpose Dock and Desklets
- GenericName[fr]=Dock et Desklets multi-usage
- 
--Categories=System;
-+Categories=Utility;

=== modified file 'debian/rules'
--- debian/rules	2010-08-07 01:28:23 +0000
+++ debian/rules	2011-02-23 23:27:12 +0000
@@ -3,9 +3,11 @@
 
 DH_ALWAYS_EXCLUDE=CVS:.bzr
 
+DEB_CMAKE_EXTRA_FLAGS += -Denable_gtk_grip=yes
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/cmake.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+# include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
 

=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format	1970-01-01 00:00:00 +0000
+++ debian/source/format	2011-02-23 23:27:12 +0000
@@ -0,0 +1,1 @@
+3.0 (quilt)

=== modified file 'po/ar.po'
--- po/ar.po	2010-09-18 12:19:06 +0000
+++ po/ar.po	2011-02-23 23:27:12 +0000
@@ -7,107 +7,275 @@
 msgstr ""
 "Project-Id-Version: cairo-dock-core\n"
 "Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2010-09-13 00:34+0000\n"
-"PO-Revision-Date: 2010-09-15 11:46+0000\n"
-"Last-Translator: Ahmed Mohammed <Unknown>\n"
+"POT-Creation-Date: 2011-01-01 04:03+0000\n"
+"PO-Revision-Date: 2010-10-12 19:55+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: 2010-09-16 04:57+0000\n"
+"X-Launchpad-Export-Date: 2011-01-02 04:41+0000\n"
 "X-Generator: Launchpad (build Unknown)\n"
-
-#: ../src/cairo-dock-gui-launcher.c:376
-msgid "Launcher configuration"
-msgstr "اعدادات المشغل"
-
-#: ../src/cairo-dock-gui-main.c:128 ../data/messages:277
-msgid "Behaviour"
-msgstr "السّلوك"
-
-#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1397
-msgid "Appearance"
-msgstr "المظهر"
-
-#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1231
+"Language: ar\n"
+
+#: ../src/cairo-dock-gui-commons.c:215
+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:241
+msgid "Please wait while importing the theme..."
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:304
+msgid "Bottom dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:306
+msgid "Top dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:311
+msgid "Right dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:313
+msgid "Left dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:410 ../src/cairo-dock-menu.c:1373
+msgid "Configure this applet"
+msgstr "تكوين الاضافة"
+
+#: ../src/cairo-dock-gui-commons.c:447 ../src/cairo-dock-gui-main.c:131
 msgid "Files"
 msgstr "ملفّات"
 
-#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1236
+#: ../src/cairo-dock-gui-commons.c:452 ../src/cairo-dock-gui-main.c:132
 msgid "Internet"
-msgstr ""
+msgstr "إنترنت"
 
-#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1241
+#: ../src/cairo-dock-gui-commons.c:457 ../src/cairo-dock-gui-main.c:133
 msgid "Desktop"
 msgstr "سطح المكتب"
 
-#: ../src/cairo-dock-gui-main.c:133
-msgid "Accessories"
+#: ../src/cairo-dock-gui-commons.c:462
+msgid "Accessory"
 msgstr "ملحقات"
 
-#: ../src/cairo-dock-gui-main.c:134 ../src/gldit/cairo-dock-gui-factory.c:1251
-#: ../src/gldit/cairo-dock-internal-system.c:123 ../data/messages:353
+#: ../src/cairo-dock-gui-commons.c:467 ../src/cairo-dock-gui-main.c:135
+#: ../src/cairo-dock-gui-main.c:1447
+#: ../src/internal-old/cairo-dock-internal-system.c:122 ../data/messages:339
 msgid "System"
 msgstr "النّظام"
 
-#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1256
+#: ../src/cairo-dock-gui-commons.c:472 ../src/cairo-dock-gui-main.c:136
 msgid "Fun"
 msgstr "مرح"
 
-#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1526
-#: ../data/messages:1531
+#: ../src/cairo-dock-gui-commons.c:514
+msgid "plug-in"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:520
+msgid "category"
+msgstr "تصنيف"
+
+#: ../src/cairo-dock-gui-items.c:334
+msgid ""
+"Main dock's paramaters are available in the main configuration window."
+msgstr ""
+
+#: ../src/cairo-dock-gui-items.c:571
+msgid "Launcher configuration"
+msgstr "اعدادات المشغل"
+
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:263
+msgid "Behaviour"
+msgstr "السّلوك"
+
+#: ../src/cairo-dock-gui-main.c:130 ../data/messages:83 ../data/messages:1383
+msgid "Appearance"
+msgstr "المظهر"
+
+#: ../src/cairo-dock-gui-main.c:134
+msgid "Accessories"
+msgstr "ملحقات"
+
+#: ../src/cairo-dock-gui-main.c:137 ../src/cairo-dock-gui-main.c:1585
+#: ../data/messages:1519
 msgid "All"
 msgstr "الكل"
 
-#: ../src/cairo-dock-gui-main.c:1502
+#: ../src/cairo-dock-gui-main.c:1428
+#: ../src/internal-old/cairo-dock-internal-position.c:131
+msgid "Set the position of the main dock."
+msgstr "تحديد موضع الشريط الرئيسي."
+
+#: ../src/cairo-dock-gui-main.c:1429
+#: ../src/internal-old/cairo-dock-internal-position.c:129 ../data/messages:137
+msgid "Position"
+msgstr "الموضع"
+
+#: ../src/cairo-dock-gui-main.c:1434
+#: ../src/internal-old/cairo-dock-internal-accessibility.c:261
+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:1435 ../src/cairo-dock-menu.c:1410
+#: ../src/internal-old/cairo-dock-internal-accessibility.c:259
+msgid "Visibility"
+msgstr "الرؤية"
+
+#: ../src/cairo-dock-gui-main.c:1440
+#: ../src/internal-old/cairo-dock-internal-taskbar.c:167
+msgid "Display and interact with currently open windows."
+msgstr "العرض والتفاعل مع النوافذ المفتوحة حاليا."
+
+#: ../src/cairo-dock-gui-main.c:1441
+#: ../src/internal-old/cairo-dock-internal-taskbar.c:165 ../data/messages:61
+#: ../data/messages:1033
+msgid "Taskbar"
+msgstr "شريط المهام"
+
+#: ../src/cairo-dock-gui-main.c:1446
+#: ../src/internal-old/cairo-dock-internal-system.c:124
+msgid "All of the parameters you will never want to tweak."
+msgstr "المؤشرات التي لن تعدلها ابدا."
+
+#: ../src/cairo-dock-gui-main.c:1452
+#: ../src/internal-old/cairo-dock-internal-background.c:130
+msgid "Set a background for your dock."
+msgstr "تعيين خلفية  لشريطك"
+
+#: ../src/cairo-dock-gui-main.c:1453
+#: ../src/internal-old/cairo-dock-internal-background.c:128
+#: ../data/messages:435 ../data/messages:831 ../data/messages:1391
+msgid "Background"
+msgstr "خلفيَّة"
+
+#: ../src/cairo-dock-gui-main.c:1458
+#: ../src/internal-old/cairo-dock-internal-views.c:87
+msgid "Select a view for each of your docks."
+msgstr "حدد طريقة عرض الشريط"
+
+#: ../src/cairo-dock-gui-main.c:1459
+#: ../src/internal-old/cairo-dock-internal-views.c:85 ../data/messages:115
+#: ../data/messages:495 ../data/messages:1385
+msgid "Views"
+msgstr "العرض"
+
+#: ../src/cairo-dock-gui-main.c:1465
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:121
+msgid "Configure text bubble appearance."
+msgstr "ظهور فقاعة في خصائص النص."
+
+#: ../src/cairo-dock-gui-main.c:1466
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:119
+msgid "Dialog boxes"
+msgstr "صناديق الحوار"
+
+#: ../src/cairo-dock-gui-main.c:1472
+#: ../src/internal-old/cairo-dock-internal-desklets.c:100
+msgid "Applets can be displayed on your desktop as widgets."
+msgstr "يمكن عرض بريمجاتك على سطح المكتب في وجدات الشريط"
+
+#: ../src/cairo-dock-gui-main.c:1473
+#: ../src/internal-old/cairo-dock-internal-desklets.c:98 ../data/messages:551
+msgid "Desklets"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1479
+#: ../src/internal-old/cairo-dock-internal-icons.c:459
+msgid ""
+"All about icons:\n"
+" size, reflection, icon theme,..."
+msgstr ""
+"كل ما يخص الايقونات:\n"
+" الحجم, الإنعكاس, سمة الايقونة, ..."
+
+#: ../src/cairo-dock-gui-main.c:1480
+#: ../src/internal-old/cairo-dock-internal-icons.c:457 ../data/messages:85
+#: ../data/messages:615 ../data/messages:857
+msgid "Icons"
+msgstr "أيقونات"
+
+#: ../src/cairo-dock-gui-main.c:1485
+#: ../src/internal-old/cairo-dock-internal-indicators.c:169
+msgid "Indicators are additional markers for your icons."
+msgstr "المؤشرات هي علامات إضافية للأيقونات."
+
+#: ../src/cairo-dock-gui-main.c:1486
+#: ../src/internal-old/cairo-dock-internal-indicators.c:167
+#: ../data/messages:733
+msgid "Indicators"
+msgstr "المؤشرات"
+
+#: ../src/cairo-dock-gui-main.c:1492
+#: ../src/internal-old/cairo-dock-internal-labels.c:182
+msgid "Define icon caption and quick-info style."
+msgstr "رمز تعريف وشرح سريع لمعلومات النمط."
+
+#: ../src/cairo-dock-gui-main.c:1493
+#: ../src/internal-old/cairo-dock-internal-labels.c:180
+msgid "Captions"
+msgstr "تعليق"
+
+#: ../src/cairo-dock-gui-main.c:1561
 msgid "Categories"
 msgstr "التصنيفات"
 
-#: ../src/cairo-dock-gui-main.c:1632
+#: ../src/cairo-dock-gui-main.c:1699
 msgid "Filter"
 msgstr "فلترة"
 
-#: ../src/cairo-dock-gui-main.c:1679 ../data/messages:141
+#: ../src/cairo-dock-gui-main.c:1746
 msgid "Options"
 msgstr "خيارات"
 
-#: ../src/cairo-dock-gui-main.c:1689
+#: ../src/cairo-dock-gui-main.c:1756
 msgid "All words"
 msgstr "كافة الكلمات"
 
-#: ../src/cairo-dock-gui-main.c:1693
+#: ../src/cairo-dock-gui-main.c:1760
 msgid "Highlighted words"
 msgstr "الكلمات المظللة"
 
-#: ../src/cairo-dock-gui-main.c:1698
+#: ../src/cairo-dock-gui-main.c:1765
 msgid "Hide others"
 msgstr "اخفاء الاخرى"
 
-#: ../src/cairo-dock-gui-main.c:1703
+#: ../src/cairo-dock-gui-main.c:1770
 msgid "Search in description"
 msgstr "البحث بالوصف"
 
-#: ../src/cairo-dock-gui-main.c:1717
+#: ../src/cairo-dock-gui-main.c:1784
 msgid "Enable this module"
 msgstr "تمكين هذه الوحدة"
 
-#: ../src/cairo-dock-gui-main.c:1781 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1848 ../src/cairo-dock-menu.c:205
+#: ../data/messages:133
 msgid "More applets"
-msgstr ""
+msgstr "مزيد من التطبيقات"
 
-#: ../src/cairo-dock-gui-main.c:1782 ../data/messages:133
+#: ../src/cairo-dock-gui-main.c:1849 ../data/messages:131
 msgid "Get more applets online !"
-msgstr ""
+msgstr "الحصول على المزيد من التطبيقات على الانترنت!"
 
-#: ../src/cairo-dock-gui-main.c:1817 ../src/cairo-dock.c:741
+#: ../src/cairo-dock-gui-main.c:1883 ../src/cairo-dock.c:729
 msgid "< Maintenance mode >"
 msgstr "< وضع الصيانة >"
 
-#: ../src/cairo-dock-gui-main.c:1907 ../src/cairo-dock-gui-simple.c:769
+#: ../src/cairo-dock-gui-main.c:1973 ../src/cairo-dock-gui-simple.c:900
 msgid "Cairo-Dock configuration"
 msgstr "إعدادات كايرو دك"
 
-#: ../src/cairo-dock-gui-main.c:2228
+#: ../src/cairo-dock-gui-main.c:2294
 #, c-format
 msgid ""
 "The '%s' module is not present. You need to install it and all its "
@@ -116,16 +284,16 @@
 "'%s' الوحدة غير موجودة . تحتاج إلى تثبيتها وجميع تابعاتها من أجل استخدام هذه "
 "الوحدة"
 
-#: ../src/cairo-dock-gui-main.c:2234
+#: ../src/cairo-dock-gui-main.c:2300
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr "'%s' الوحدةغير مفعلة."
 
-#: ../src/cairo-dock-gui-main.c:2235
+#: ../src/cairo-dock-gui-main.c:2301
 msgid "Do you want to enable it now?"
 msgstr "هل تريد تفعيلها الان؟"
 
-#: ../src/cairo-dock-gui-main.c:2378
+#: ../src/cairo-dock-gui-main.c:2444
 msgid ""
 "It appears that you've never entered the help module before.\n"
 "If you are having difficulty configuring the dock, or if you want to "
@@ -138,28 +306,44 @@
 "المساعده دائما موجودة معك.\n"
 "هل تريد إالقاء نظره عليها؟"
 
-#: ../src/cairo-dock-gui-simple.c:396 ../src/cairo-dock-gui-themes.c:311
-#, c-format
-msgid "Importing theme %s ..."
-msgstr "استيراد السمة %s"
-
-#: ../src/cairo-dock-gui-simple.c:718
+#: ../src/cairo-dock-gui-simple.c:407 ../src/cairo-dock-gui-themes.c:112
+msgid "Could not import the theme."
+msgstr "ﻻيمكن اسيراد السمة ."
+
+#: ../src/cairo-dock-gui-simple.c:427
+msgid "Importing theme..."
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:434 ../src/cairo-dock-gui-themes.c:154
+msgid "Theme has been saved"
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:440 ../src/cairo-dock-gui-themes.c:160
+msgid "Themes have been deleted"
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:770
 msgid "Animation:"
 msgstr "تحريك:"
 
-#: ../src/cairo-dock-gui-simple.c:735
+#: ../src/cairo-dock-gui-simple.c:787
 msgid "Effects:"
 msgstr "تأثيرات:"
 
-#: ../src/cairo-dock-gui-simple.c:750 ../data/messages:77
+#: ../src/cairo-dock-gui-simple.c:855
+msgid ""
+"Click on an applet in order to have a preview and a description for it."
+msgstr "انقر على المصغر للحصول على عرض و وصف له."
+
+#: ../src/cairo-dock-gui-simple.c:864 ../data/messages:77
 msgid "On mouse hover:"
 msgstr "حدث مرور الفأرة:"
 
-#: ../src/cairo-dock-gui-simple.c:751 ../data/messages:79
+#: ../src/cairo-dock-gui-simple.c:866 ../data/messages:79
 msgid "On click:"
 msgstr "عند الضغط:"
 
-#: ../src/cairo-dock-gui-simple.c:803
+#: ../src/cairo-dock-gui-simple.c:937
 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"
@@ -167,15 +351,15 @@
 " You can switch from a mode to another at any time."
 msgstr ""
 
-#: ../src/cairo-dock-gui-switch.c:68
+#: ../src/cairo-dock-gui-switch.c:77
 msgid "Simple Mode"
 msgstr "الوضع البسيط"
 
-#: ../src/cairo-dock-gui-switch.c:68
+#: ../src/cairo-dock-gui-switch.c:77
 msgid "Advanced Mode"
 msgstr "الوضع المتقدم"
 
-#: ../src/cairo-dock-gui-switch.c:70
+#: ../src/cairo-dock-gui-switch.c:79
 msgid ""
 "The advanced mode lets you tweak every single parameter of the dock. It is a "
 "powerful tool to customise your current theme."
@@ -183,216 +367,176 @@
 "الوضع المتقدم يمنحك التحكم في كل مؤشرات الشريط. و تعديل السمه الحاليه "
 "بفعاليه."
 
-#: ../src/cairo-dock-gui-themes.c:169
-msgid "Could not import the theme."
-msgstr "ﻻيمكن اسيراد السمة ."
-
-#: ../src/cairo-dock-gui-themes.c:225
-msgid "The theme has been saved"
-msgstr "تم حفظ السمة"
-
-#: ../src/cairo-dock-gui-themes.c:225
-msgid "The theme could not be saved"
-msgstr "ﻻ يمكن حفظ السمة ."
-
-#: ../src/cairo-dock-gui-themes.c:251
-msgid "The theme has been deleted"
-msgstr "تم حذف السمة ."
-
-#: ../src/cairo-dock-gui-themes.c:251
-msgid "The theme could not be deleted"
-msgstr "سمة لا يمكن حذفها ."
-
-#: ../src/cairo-dock-gui-themes.c:253
-msgid "The themes have been deleted"
-msgstr "السمات تم حذفها ."
-
-#: ../src/cairo-dock-gui-themes.c:253
-msgid "The themes could not be deleted"
-msgstr "سمات لم يتم حذفها ."
-
-#: ../src/cairo-dock-gui-themes.c:303
-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?"
+#: ../src/cairo-dock-gui-themes.c:147
+msgid "Importing theme ..."
 msgstr ""
 
-#: ../src/cairo-dock-gui-themes.c:332
+#: ../src/cairo-dock-gui-themes.c:180
 msgid "Manage Themes"
 msgstr "إدارة السمات"
 
-#: ../src/cairo-dock-menu.c:128
-#, c-format
-msgid "Configuration of the '%s' dock"
+#: ../src/cairo-dock-menu.c:169
+msgid "About Cairo-Dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:207 ../data/messages:1301
+#: ../src/cairo-dock-menu.c:196 ../data/messages:1287
 msgid "Community site"
 msgstr "موقع المجتمع"
 
-#: ../src/cairo-dock-menu.c:208 ../data/messages:1299
+#: ../src/cairo-dock-menu.c:197 ../data/messages:1285
 msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
 msgstr "مشاكل؟ اقتراحات؟ تريد التحدث إلينا؟ تفضل!"
 
-#: ../src/cairo-dock-menu.c:211 ../data/messages:1305
+#: ../src/cairo-dock-menu.c:200 ../data/messages:1291
 msgid "Development site"
 msgstr "موقع التطوير"
 
-#: ../src/cairo-dock-menu.c:212 ../data/messages:1303
+#: ../src/cairo-dock-menu.c:201 ../data/messages:1289
 msgid "Find the latest version of Cairo-Dock here !"
 msgstr "إبحث عن النسخه الاخيره  من البرنامج هنا !"
 
-#: ../src/cairo-dock-menu.c:215 ../data/messages:1309
-msgid "Cairo-Dock-Plug-ins-Extras"
-msgstr "اضفات اضافية ليكرو دوك"
-
-#: ../src/cairo-dock-menu.c:216 ../data/messages:1179 ../data/messages:1307
-msgid "Other applets"
-msgstr "تطبقات اخرى"
-
-#: ../src/cairo-dock-menu.c:225
+#: ../src/cairo-dock-menu.c:216
 msgid "Development"
 msgstr "تطوير"
 
-#: ../src/cairo-dock-menu.c:231
+#: ../src/cairo-dock-menu.c:222
 msgid "Artwork"
 msgstr "الأعمال الفنية"
 
-#: ../src/cairo-dock-menu.c:235
+#: ../src/cairo-dock-menu.c:226
 msgid "Support"
 msgstr "الدعم"
 
-#: ../src/cairo-dock-menu.c:313
+#: ../src/cairo-dock-menu.c:307
 msgid "Quit Cairo-Dock?"
 msgstr "إغلاق برنامج كايرو-دوك؟"
 
-#: ../src/cairo-dock-menu.c:344
-msgid "Configure this dock"
-msgstr "ضبط الشريط"
-
-#: ../src/cairo-dock-menu.c:349
-msgid "Customize the position, visibility and appearance of this main dock."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:352
+#: ../src/cairo-dock-menu.c:336
 msgid "Configure"
 msgstr "عدل"
 
-#: ../src/cairo-dock-menu.c:357
+#: ../src/cairo-dock-menu.c:341
 msgid "Configure behaviour, appearance, and applets."
 msgstr "تكوين السلوك والمظهر والاضفات ."
 
-#: ../src/cairo-dock-menu.c:359
+#: ../src/cairo-dock-menu.c:345
+msgid "Configure this dock"
+msgstr "ضبط الشريط"
+
+#: ../src/cairo-dock-menu.c:350
+msgid "Customize the position, visibility and appearance of this main dock."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:355
 msgid "Manage themes"
 msgstr "إدارة الثيمات"
 
-#: ../src/cairo-dock-menu.c:364
+#: ../src/cairo-dock-menu.c:360
 msgid ""
 "Choose from amongst many themes on the server or save your current theme."
 msgstr "اختر من العديد من السمات في الخادم او حفظ السمة الخاصة بك ."
 
-#: ../src/cairo-dock-menu.c:369
+#: ../src/cairo-dock-menu.c:366
 msgid "Unlock icons"
 msgstr "فتح الايقونات"
 
-#: ../src/cairo-dock-menu.c:369
+#: ../src/cairo-dock-menu.c:366
 msgid "Lock icons"
 msgstr "قفل الايقونات"
 
-#: ../src/cairo-dock-menu.c:373
+#: ../src/cairo-dock-menu.c:370
 msgid "This will (un)lock the position of the icons."
 msgstr "هذا سيلغي قفل مكان الأيقونات."
 
-#: ../src/cairo-dock-menu.c:377
+#: ../src/cairo-dock-menu.c:374
 msgid "Unlock dock"
 msgstr "إالغاء قفل الشريط"
 
-#: ../src/cairo-dock-menu.c:377
+#: ../src/cairo-dock-menu.c:374
 msgid "Lock dock"
 msgstr "قفل الشريط"
 
-#: ../src/cairo-dock-menu.c:382
+#: ../src/cairo-dock-menu.c:379
 msgid "This will (un)lock the whole dock."
 msgstr "هذا سيلغي قفل كامل الشريط."
 
-#: ../src/cairo-dock-menu.c:387
+#: ../src/cairo-dock-menu.c:384
 msgid "Quick-Hide"
 msgstr "إخفاء سريع"
 
-#: ../src/cairo-dock-menu.c:392
+#: ../src/cairo-dock-menu.c:389
 msgid "This will hide the dock until you hover over it with the mouse."
 msgstr "سيختفي الشريط حتى تقوم بتمرير المؤشر عليه"
 
-#: ../src/cairo-dock-menu.c:400
+#: ../src/cairo-dock-menu.c:397
 msgid "Launch Cairo-Dock on startup"
 msgstr "تشغيل شريط كيرو عند بدء التشغيل"
 
-#: ../src/cairo-dock-menu.c:410 ../src/cairo-dock.c:294
+#: ../src/cairo-dock-menu.c:407 ../src/cairo-dock.c:297
 msgid "Help"
 msgstr "مساعدة"
 
-#: ../src/cairo-dock-menu.c:415
+#: ../src/cairo-dock-menu.c:412
 msgid "There are no problems, only solutions (and a lot of useful hints!)"
 msgstr "لا يوجد مشاكل، فقط حلول (والعديد من التلميحات المفيده!)"
 
-#: ../src/cairo-dock-menu.c:417
+#: ../src/cairo-dock-menu.c:414
 msgid "Get more applets!"
-msgstr ""
+msgstr "الحصول على مزيد من التطبيقات!"
 
-#: ../src/cairo-dock-menu.c:422
+#: ../src/cairo-dock-menu.c:419
 msgid ""
 "Third-party applets provide integration with many programs, like Pidgin"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:424
+#: ../src/cairo-dock-menu.c:421
 msgid "About"
 msgstr "حول"
 
-#: ../src/cairo-dock-menu.c:432
+#: ../src/cairo-dock-menu.c:429
 msgid "Quit"
 msgstr "خروج"
 
-#: ../src/cairo-dock-menu.c:457
+#: ../src/cairo-dock-menu.c:454
 msgid "separator"
-msgstr ""
+msgstr "فاصل"
 
-#: ../src/cairo-dock-menu.c:461
+#: ../src/cairo-dock-menu.c:458
 #, c-format
 msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
 msgstr "انت على وشك ازالة الأيقون  (%s)من الشريط. هل انت متأكد؟"
 
-#: ../src/cairo-dock-menu.c:472
+#: ../src/cairo-dock-menu.c:469
 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:542
+#: ../src/cairo-dock-menu.c:539
 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:559
+#: ../src/cairo-dock-menu.c:556
 msgid "Sorry, this icon doesn't have a configuration file."
-msgstr ""
+msgstr "عذرا ، هذا الايقون لا يملك  ملف التكوين."
 
-#: ../src/cairo-dock-menu.c:600
+#: ../src/cairo-dock-menu.c:597
 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:657
+#: ../src/cairo-dock-menu.c:658
 #, c-format
 msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
 msgstr "انت على وشك ازالة الاضافة  (%s)من الشريط . هل انت متأكد ؟"
 
-#: ../src/cairo-dock-menu.c:841
+#: ../src/cairo-dock-menu.c:881
 msgid ""
 "Sorry, couldn't find the corresponding description file.\n"
 "Consider dragging and dropping the launcher from the Applications Menu."
@@ -400,240 +544,231 @@
 "عفوا, لم يتم العثور على الملف المطابق.\n"
 "حاول سحب المشغل وإفلاته من قائمه التطبيقات."
 
-#: ../src/cairo-dock-menu.c:1073
+#: ../src/cairo-dock-menu.c:1116
 #, c-format
 msgid "Move all to desktop %d - face %d"
 msgstr "أنقل الكل إلى سطح المكتب %d - الوجه %d"
 
-#: ../src/cairo-dock-menu.c:1073
+#: ../src/cairo-dock-menu.c:1116
 #, c-format
 msgid "Move to desktop %d - face %d"
 msgstr "أنقل إلى سطح المكتب %d - الوجه %d"
 
-#: ../src/cairo-dock-menu.c:1075
+#: ../src/cairo-dock-menu.c:1118
 #, c-format
 msgid "Move all to desktop %d"
 msgstr "نقل الكل الى سطح المكتب %d"
 
-#: ../src/cairo-dock-menu.c:1075
+#: ../src/cairo-dock-menu.c:1118
 #, c-format
 msgid "Move to desktop %d"
 msgstr "أنقل إلى سطح المكتب %d"
 
-#: ../src/cairo-dock-menu.c:1077
+#: ../src/cairo-dock-menu.c:1120
 #, c-format
 msgid "Move all to face %d"
 msgstr "أنقل الكل إلى الوجه %d"
 
-#: ../src/cairo-dock-menu.c:1077
+#: ../src/cairo-dock-menu.c:1120
 #, c-format
 msgid "Move to face %d"
 msgstr "أنقل إلى الوجه %d"
 
-#: ../src/cairo-dock-menu.c:1114
+#: ../src/cairo-dock-menu.c:1158
 msgid "Add"
 msgstr "أضف"
 
-#: ../src/cairo-dock-menu.c:1118
-msgid "Add a sub-dock"
-msgstr "إضافه شريط فرعي"
-
-#: ../src/cairo-dock-menu.c:1120
-msgid "Add a main dock"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1123
-msgid "Add a separator"
-msgstr "اضافة فاصل"
-
-#: ../src/cairo-dock-menu.c:1127
-msgid "Add a custom launcher"
-msgstr "إضافه مشغل معدل"
-
-#: ../src/cairo-dock-menu.c:1128
+#: ../src/cairo-dock-menu.c:1162
+msgid "Sub-dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1164
+msgid "Main dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1167 ../data/messages:1579
+msgid "Separator"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1171
+msgid "Custom launcher"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1172
 msgid ""
 "Usually you would drag a launcher from the menu and drop it on the dock."
 msgstr "يتوجب في العاده سحب المشغل من القائمه وإفلاته على الشريط."
 
-#: ../src/cairo-dock-menu.c:1173
+#: ../src/cairo-dock-menu.c:1218
 msgid "Modify this separator"
 msgstr "تحرير الفاصل"
 
-#: ../src/cairo-dock-menu.c:1173
+#: ../src/cairo-dock-menu.c:1218
 msgid "Modify this launcher"
 msgstr "تعديل هذا المشغل"
 
-#: ../src/cairo-dock-menu.c:1175
+#: ../src/cairo-dock-menu.c:1220
 msgid "Remove this separator"
 msgstr "إزالة هذا الفاصل"
 
-#: ../src/cairo-dock-menu.c:1175
+#: ../src/cairo-dock-menu.c:1220
 msgid "Remove this launcher"
 msgstr "إزالة هذا المشغل"
 
-#: ../src/cairo-dock-menu.c:1176
+#: ../src/cairo-dock-menu.c:1221
 msgid ""
 "You can remove a launcher by dragging it out of the dock with the mouse ."
 msgstr "بإمكانك ازاله احد المشغلات بسحبه خارج الشريط بالمؤشر."
 
-#: ../src/cairo-dock-menu.c:1178 ../src/cairo-dock-menu.c:1341
+#: ../src/cairo-dock-menu.c:1223 ../src/cairo-dock-menu.c:1389
 msgid "Move to another dock"
 msgstr "نقل الى شريط اخر"
 
-#: ../src/cairo-dock-menu.c:1182 ../src/cairo-dock-menu.c:1345
+#: ../src/cairo-dock-menu.c:1227 ../src/cairo-dock-menu.c:1393
 msgid "New main dock"
 msgstr "شريط رئيسي جديد"
 
-#: ../src/cairo-dock-menu.c:1200 ../src/cairo-dock-menu.c:1283
+#: ../src/cairo-dock-menu.c:1247 ../src/cairo-dock-menu.c:1331
 msgid "Other actions"
 msgstr "خيارات أخرى"
 
-#: ../src/cairo-dock-menu.c:1205
+#: ../src/cairo-dock-menu.c:1252
 msgid "Move to this desktop"
 msgstr "نقل إالى سطح المكتب هذا"
 
-#: ../src/cairo-dock-menu.c:1219
+#: ../src/cairo-dock-menu.c:1267
 msgid "Not Fullscreen"
 msgstr "ليس ملء"
 
-#: ../src/cairo-dock-menu.c:1219
+#: ../src/cairo-dock-menu.c:1267
 msgid "Fullscreen"
 msgstr "ملء الشاشة"
 
-#: ../src/cairo-dock-menu.c:1223
+#: ../src/cairo-dock-menu.c:1271
 msgid "Don't keep above"
 msgstr "ﻻ تجعله في الاعلى"
 
-#: ../src/cairo-dock-menu.c:1223
+#: ../src/cairo-dock-menu.c:1271
 msgid "Keep above"
 msgstr "أبقها في الأعلى"
 
-#: ../src/cairo-dock-menu.c:1244
+#: ../src/cairo-dock-menu.c:1292
 msgid "Remove custom icon"
 msgstr "إزاله الايقونه المعدله"
 
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1296
 msgid "Set a custom icon"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1251
+#: ../src/cairo-dock-menu.c:1299
 msgid "Kill"
 msgstr "اقتل"
 
-#: ../src/cairo-dock-menu.c:1256
+#: ../src/cairo-dock-menu.c:1304
 msgid "Launch a new (Shift+clic)"
 msgstr "تشغيل جديد (Shift+أنقر)"
 
-#: ../src/cairo-dock-menu.c:1261
+#: ../src/cairo-dock-menu.c:1309
 msgid "Make it a launcher"
 msgstr "تحويله الى مشغل"
 
-#: ../src/cairo-dock-menu.c:1264
+#: ../src/cairo-dock-menu.c:1312
 msgid "Show"
 msgstr "اظهر"
 
-#: ../src/cairo-dock-menu.c:1266
+#: ../src/cairo-dock-menu.c:1314
 msgid "Unmaximise"
 msgstr "غير مكبر"
 
-#: ../src/cairo-dock-menu.c:1266
+#: ../src/cairo-dock-menu.c:1314
 msgid "Maximise"
 msgstr "تكبير"
 
-#: ../src/cairo-dock-menu.c:1269
+#: ../src/cairo-dock-menu.c:1317
 msgid "Minimise"
 msgstr "تصغير"
 
-#: ../src/cairo-dock-menu.c:1271
+#: ../src/cairo-dock-menu.c:1319
 msgid "Close (middle-click)"
 msgstr "أغلق"
 
-#: ../src/cairo-dock-menu.c:1288
+#: ../src/cairo-dock-menu.c:1336
 msgid "Move all to this desktop"
 msgstr "نقل الكل لسطح المكتب هذا"
 
-#: ../src/cairo-dock-menu.c:1294
+#: ../src/cairo-dock-menu.c:1342
 msgid "Launch new"
 msgstr "إطار جديد"
 
-#: ../src/cairo-dock-menu.c:1297
+#: ../src/cairo-dock-menu.c:1345
 msgid "Show all"
 msgstr "إظهار الكل"
 
-#: ../src/cairo-dock-menu.c:1299
+#: ../src/cairo-dock-menu.c:1347
 msgid "Minimise all"
 msgstr "تصغير الكل"
 
-#: ../src/cairo-dock-menu.c:1301
+#: ../src/cairo-dock-menu.c:1349
 msgid "Close all"
 msgstr "إغلاق الكل"
 
-#: ../src/cairo-dock-menu.c:1325 ../src/gldit/cairo-dock-gui-factory.c:926
-msgid "Configure this applet"
-msgstr "تكوين الاضافة"
-
-#: ../src/cairo-dock-menu.c:1329
+#: ../src/cairo-dock-menu.c:1377
 msgid "Detach this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1329
+#: ../src/cairo-dock-menu.c:1377
 msgid "Return to the dock"
 msgstr "عوده الى الشريط"
 
-#: ../src/cairo-dock-menu.c:1332
+#: ../src/cairo-dock-menu.c:1380
 msgid "Remove this applet"
 msgstr "حذف الاضافة"
 
-#: ../src/cairo-dock-menu.c:1336
+#: ../src/cairo-dock-menu.c:1384
 msgid "Launch another instance of this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1362
-#: ../src/gldit/cairo-dock-internal-accessibility.c:277
-msgid "Visibility"
-msgstr "الرؤية"
-
-#: ../src/cairo-dock-menu.c:1377
+#: ../src/cairo-dock-menu.c:1425
 msgid "Normal"
 msgstr "عادي"
 
-#: ../src/cairo-dock-menu.c:1383 ../data/messages:21 ../data/messages:201
-#: ../data/messages:1383
+#: ../src/cairo-dock-menu.c:1431 ../data/messages:21 ../data/messages:187
+#: ../data/messages:1369
 msgid "Always on top"
 msgstr "دائما في الأعلى"
 
-#: ../src/cairo-dock-menu.c:1390
+#: ../src/cairo-dock-menu.c:1438
 msgid "Always below"
 msgstr "دئما ادنى"
 
-#: ../src/cairo-dock-menu.c:1403
+#: ../src/cairo-dock-menu.c:1451
 msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1405
+#: ../src/cairo-dock-menu.c:1453
 msgid "Reserve space"
 msgstr "الإحتفاظ بالمسافه"
 
-#: ../src/cairo-dock-menu.c:1412
+#: ../src/cairo-dock-menu.c:1460
 msgid "On all desktops"
 msgstr "على كل سطوح المكتب"
 
-#: ../src/cairo-dock-menu.c:1418
+#: ../src/cairo-dock-menu.c:1466
 msgid "Lock position"
 msgstr "قفل التحريك"
 
-#: ../src/cairo-dock-user-interaction.c:351
+#: ../src/cairo-dock-user-interaction.c:353
 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:196
+#: ../src/cairo-dock.c:195
 msgid "Don't ask me any more"
-msgstr ""
+msgstr "لا تسألني"
 
-#: ../src/cairo-dock.c:201
+#: ../src/cairo-dock.c:200
 msgid ""
 "To remove the black rectangle around the dock, you will need to activate a "
 "composite manager.\n"
@@ -642,11 +777,13 @@
 "I can perform this last operation for you. Do you want to proceed ?"
 msgstr ""
 
-#: ../src/cairo-dock.c:213
-msgid "Do you want to keep this setting?"
-msgstr "هل تريد ابقاء هذا الإعداد"
+#: ../src/cairo-dock.c:212
+msgid ""
+"Do you want to keep this setting?\n"
+"In 15 seconds, the previous setting will be restored."
+msgstr ""
 
-#: ../src/cairo-dock.c:219
+#: ../src/cairo-dock.c:218
 msgid ""
 "To remove the black rectangle around the dock, you will need to activate a "
 "composite manager.\n"
@@ -657,7 +794,7 @@
 "page."
 msgstr ""
 
-#: ../src/cairo-dock.c:309
+#: ../src/cairo-dock.c:312
 msgid ""
 "A useful FAQ which also contains a lot of hints.\n"
 "Roll your mouse over a sentence to make helpful popups appear."
@@ -665,11 +802,11 @@
 "حقائق مفيده والعديد من التلميحات.\n"
 "حرك المؤشر على إحدى الجمل لتظهر لك فقاعه مفيده."
 
-#: ../src/cairo-dock.c:634
+#: ../src/cairo-dock.c:573
 msgid "Use OpenGL in Cairo-Dock"
 msgstr "استخدام OpenGL في شريط كيرو"
 
-#: ../src/cairo-dock.c:642
+#: ../src/cairo-dock.c:581
 msgid ""
 "OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
 "the minimum.\n"
@@ -681,11 +818,11 @@
 "  or with the -o option to force OpenGL and -c to force cairo.)"
 msgstr ""
 
-#: ../src/cairo-dock.c:647
+#: ../src/cairo-dock.c:586
 msgid "Remember this choice"
-msgstr ""
+msgstr "تذكر هذا الاختيار"
 
-#: ../src/cairo-dock.c:818
+#: ../src/cairo-dock.c:802
 msgid ""
 "Welcome in Cairo-Dock2 !\n"
 "A default and simple theme has been loaded.\n"
@@ -706,7 +843,7 @@
 "نتمنا ان تستمتع !\n"
 "  (يمكن النقر على هذا الحوار لإغلاقه)"
 
-#: ../src/cairo-dock.c:842
+#: ../src/cairo-dock.c:826
 #, c-format
 msgid ""
 "The module '%s' may have encountered a problem.\n"
@@ -714,7 +851,7 @@
 "at http://glx-dock.org";
 msgstr ""
 
-#: ../src/gldit/cairo-dock-applet-facility.h:265
+#: ../src/gldit/cairo-dock-applet-facility.h:274
 msgid ""
 "The theme could not be found; the default theme will be used instead.\n"
 " You can change this by opening the configuration of this module. Do you "
@@ -723,7 +860,7 @@
 "ﻻ يمكن العثور على السِّمَةُ . سوف تكون السِّمَةُ الافتراضية مفعله .\n"
 "يمكنك تغيير ذلك عن طريق فتح تكوين هذه الوحدة. هل تريد أن تفعل ذلك الآن؟"
 
-#: ../src/gldit/cairo-dock-applet-facility.h:280
+#: ../src/gldit/cairo-dock-applet-facility.h:289
 msgid ""
 "The gauge theme could not be found; a default gauge will be used instead.\n"
 "You can change this by opening the configuration of this module. Do you want "
@@ -732,63 +869,77 @@
 "ﻻ يمكن العثور على السِّمَةُ  القياسية. سوف يكون القياس الافتراضية مفعله .\n"
 "يمكنك تغيير ذلك عن طريق فتح تكوين هذه الوحدة. هل تريد أن تفعل ذلك الآن؟"
 
-#: ../src/gldit/cairo-dock-applet-facility.h:362
+#: ../src/gldit/cairo-dock-applet-facility.h:371
 msgid "Applet's handbook"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-file-manager.c:193
+#: ../src/gldit/cairo-dock-desklet-manager.c:843
+#: ../src/internal-old/cairo-dock-internal-desklets.c:42
+msgid "_custom decoration_"
+msgstr "_زخرفه مخصصه_"
+
+#: ../src/gldit/cairo-dock-file-manager.c:212
 #, c-format
 msgid "failed to mount %s"
 msgstr "فشل تحميل %s"
 
-#: ../src/gldit/cairo-dock-file-manager.c:193
+#: ../src/gldit/cairo-dock-file-manager.c:212
 #, c-format
 msgid "Failed to unmount %s"
 msgstr "فشل إلغاء تحميل %s"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:832
-msgid "_Custom Icons_"
-msgstr "_ايقونه معدله_"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1246
-msgid "Accessory"
-msgstr "ملحقات"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1290
-msgid "rate me"
-msgstr "قيّمني"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1310
-#: ../src/gldit/cairo-dock-gui-factory.c:1499
+#: ../src/gldit/cairo-dock-gui-factory.c:235
+#, c-format
+msgid "by %s"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:247
+msgid "kB"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:249
+msgid "MB"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:258
+#: ../src/gldit/cairo-dock-gui-factory.c:1637
 msgid "Local"
 msgstr "محلِّي"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1314
-#: ../src/gldit/cairo-dock-gui-factory.c:1502
+#: ../src/gldit/cairo-dock-gui-factory.c:259
+#: ../src/gldit/cairo-dock-gui-factory.c:1640
 msgid "User"
 msgstr "مستخدم"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1318
-#: ../src/gldit/cairo-dock-gui-factory.c:1505
+#: ../src/gldit/cairo-dock-gui-factory.c:260
+#: ../src/gldit/cairo-dock-gui-factory.c:1643
 msgid "Net"
 msgstr "شبكة"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1322
-#: ../src/gldit/cairo-dock-gui-factory.c:1508
+#: ../src/gldit/cairo-dock-gui-factory.c:261
+#: ../src/gldit/cairo-dock-gui-factory.c:1646
 msgid "New"
 msgstr "جديد"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1327
-#: ../src/gldit/cairo-dock-gui-factory.c:1512
+#: ../src/gldit/cairo-dock-gui-factory.c:262
+#: ../src/gldit/cairo-dock-gui-factory.c:1650
 msgid "Updated"
 msgstr "محدث"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1423
-#: ../src/gldit/cairo-dock-gui-factory.c:1425
+#: ../src/gldit/cairo-dock-gui-factory.c:970
+msgid "_Custom Icons_"
+msgstr "_ايقونه معدله_"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1426
+msgid "Rate me"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1561
+#: ../src/gldit/cairo-dock-gui-factory.c:1563
 msgid "You must try the theme before you can rate it."
 msgstr "يتوجب عليك تجربة السمة قبل تقيمها"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1448
+#: ../src/gldit/cairo-dock-gui-factory.c:1586
 #, c-format
 msgid ""
 "The '%s' module was not found.\n"
@@ -798,7 +949,7 @@
 "الـــــ '%s' لم يتم العثور علىالوحدة .\n"
 "يجب التأكد من تثبت الاصدار المتوافق مع الشريط لتمتع بهذه المزايا ."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1457
+#: ../src/gldit/cairo-dock-gui-factory.c:1595
 #, c-format
 msgid ""
 "The '%s' plug-in is not active.\n"
@@ -807,175 +958,45 @@
 "الإضافة '%s' غير مفعله.\n"
 "هل تريد تفعليها الآن ؟"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2188
+#: ../src/gldit/cairo-dock-gui-factory.c:2445
 #, c-format
 msgid "Listing themes in '%s' ..."
 msgstr "قائمة السمات في '%s' ..."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2326
-msgid "plug-in"
-msgstr ""
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2332
-msgid "category"
-msgstr "تصنيف"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2375
-msgid ""
-"Click on an applet in order to have a preview and a description for it."
-msgstr "انقر على المصغر للحصول على عرض و وصف له."
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2778
-msgid "state"
-msgstr "ولايه"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2784
+#: ../src/gldit/cairo-dock-gui-factory.c:3018
 msgid "Theme"
 msgstr "سِمة"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2797
+#: ../src/gldit/cairo-dock-gui-factory.c:3031
 msgid "Rating"
 msgstr "تقييم"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2803
+#: ../src/gldit/cairo-dock-gui-factory.c:3037
 msgid "Sobriety"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2886
+#: ../src/gldit/cairo-dock-gui-factory.c:3096
 msgid "link"
 msgstr "رابط"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2939
+#: ../src/gldit/cairo-dock-gui-factory.c:3149
 msgid "Grab"
 msgstr "التقاط"
 
-#: ../src/gldit/cairo-dock-internal-accessibility.c:279
-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/gldit/cairo-dock-internal-background.c:128 ../data/messages:449
-#: ../data/messages:859 ../data/messages:1405
-msgid "Background"
-msgstr "خلفيَّة"
-
-#: ../src/gldit/cairo-dock-internal-background.c:130
-msgid "Set a background for your dock."
-msgstr "تعيين خلفية  لشريطك"
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:44
-msgid "_custom decoration_"
-msgstr "_زخرفه مخصصه_"
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:565
-msgid "Desklets"
-msgstr ""
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:102
-msgid "Applets can be displayed on your desktop as widgets."
-msgstr "يمكن عرض بريمجاتك على سطح المكتب في وجدات الشريط"
-
-#: ../src/gldit/cairo-dock-internal-dialogs.c:119
-msgid ""
-"This provides different window decorators. Enable this first if you want to "
-"select a different decorator for your dialog boxes."
-msgstr ""
-"هذا يوفر لك العديد من الزخارف للنافذه . قم بتمكين هذا الخيار الاول اذا كنت "
-"تريد اختيار زخرفه مختلفه لصندوق المحادثه."
-
-#: ../src/gldit/cairo-dock-internal-dialogs.c:121
-msgid "Dialog boxes"
-msgstr "صناديق الحوار"
-
-#: ../src/gldit/cairo-dock-internal-dialogs.c:123
-msgid "Configure text bubble appearance."
-msgstr "ظهور فقاعة في خصائص النص."
-
-#: ../src/gldit/cairo-dock-internal-icons.c:457
-msgid "Provides various animations for your icons."
-msgstr "يوفر العديد من الحركات لأيقوناتك"
-
-#: ../src/gldit/cairo-dock-internal-icons.c:459 ../data/messages:85
-#: ../data/messages:629 ../data/messages:871
-msgid "Icons"
-msgstr "أيقونات"
-
-#: ../src/gldit/cairo-dock-internal-icons.c:461
-msgid ""
-"All about icons:\n"
-" size, reflection, icon theme,..."
-msgstr ""
-"كل ما يخص الايقونات:\n"
-" الحجم, الإنعكاس, سمة الايقونة, ..."
-
-#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:747
-msgid "Indicators"
-msgstr "المؤشرات"
-
-#: ../src/gldit/cairo-dock-internal-indicators.c:170
-msgid "Indicators are additional markers for your icons."
-msgstr "المؤشرات هي علامات إضافية للأيقونات."
-
-#: ../src/gldit/cairo-dock-internal-labels.c:182
-msgid "Captions"
-msgstr "تعليق"
-
-#: ../src/gldit/cairo-dock-internal-labels.c:184
-msgid "Define icon caption and quick-info style."
-msgstr "رمز تعريف وشرح سريع لمعلومات النمط."
-
-#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:151
-msgid "Position"
-msgstr "الموضع"
-
-#: ../src/gldit/cairo-dock-internal-position.c:133
-msgid "Set the position of the main dock."
-msgstr "تحديد موضع الشريط الرئيسي."
-
-#: ../src/gldit/cairo-dock-internal-system.c:125
-msgid "All of the parameters you will never want to tweak."
-msgstr "المؤشرات التي لن تعدلها ابدا."
-
-#: ../src/gldit/cairo-dock-internal-taskbar.c:167 ../data/messages:61
-#: ../data/messages:1047
-msgid "Taskbar"
-msgstr "شريط المهام"
-
-#: ../src/gldit/cairo-dock-internal-taskbar.c:169
-msgid "Display and interact with currently open windows."
-msgstr "العرض والتفاعل مع النوافذ المفتوحة حاليا."
-
-#: ../src/gldit/cairo-dock-internal-views.c:85
-msgid ""
-"Provides different views for Cairo-Dock. Enable this first if you want to "
-"select a different view for your docks."
-msgstr ""
-
-#: ../src/gldit/cairo-dock-internal-views.c:87 ../data/messages:115
-#: ../data/messages:509 ../data/messages:1399
-msgid "Views"
-msgstr "العرض"
-
-#: ../src/gldit/cairo-dock-internal-views.c:89
-msgid "Select a view for each of your docks."
-msgstr "حدد طريقة عرض الشريط"
-
-#: ../src/gldit/cairo-dock-struct.h:457
+#: ../src/gldit/cairo-dock-struct.h:416
 msgid "Default"
 msgstr "الافتراضي"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:109
+#: ../src/gldit/cairo-dock-themes-manager.c:112
 #, c-format
 msgid "Are you sure you want to overwrite theme %s?"
 msgstr "هل انت متأكد انك تريد إستبدال السمه %s ؟"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:171
+#: ../src/gldit/cairo-dock-themes-manager.c:174
 msgid "Last modification on:"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-themes-manager.c:238
+#: ../src/gldit/cairo-dock-themes-manager.c:241
 #, c-format
 msgid ""
 "Could not access remote file %s/%s. Maybe the server is down.\n"
@@ -985,75 +1006,93 @@
 "العمل.\n"
 "حاول لاحقا. وفي حال استمرت المشكله اتصل بنا على glx-dock.org"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:253
+#: ../src/gldit/cairo-dock-themes-manager.c:256
 #, c-format
 msgid "Are you sure you want to delete theme %s?"
 msgstr "هل تريد حذف السمة %s ؟"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:255
+#: ../src/gldit/cairo-dock-themes-manager.c:258
 msgid "Are you sure you want to delete these themes?"
 msgstr "هل انت متأكد سوف تقوم بحذف هذه السمات ؟"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:37
-#: ../data/messages:217
+#: ../src/implementations/cairo-dock-hiding-effect.c:601 ../data/messages:37
+#: ../data/messages:203
 msgid "Move down"
 msgstr "تحريك للأسفل"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:39
-#: ../data/messages:219
+#: ../src/implementations/cairo-dock-hiding-effect.c:609 ../data/messages:39
+#: ../data/messages:205
 msgid "Fade out"
 msgstr "تلاشي"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:41
-#: ../data/messages:221
+#: ../src/implementations/cairo-dock-hiding-effect.c:617 ../data/messages:41
+#: ../data/messages:207
 msgid "Semi transparent"
 msgstr "شبه شفاف"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:43
-#: ../data/messages:223
+#: ../src/implementations/cairo-dock-hiding-effect.c:626 ../data/messages:43
+#: ../data/messages:209
 msgid "Zoom out"
 msgstr "تصغير"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:45
-#: ../data/messages:225
+#: ../src/implementations/cairo-dock-hiding-effect.c:634 ../data/messages:45
+#: ../data/messages:211
 msgid "Folding"
 msgstr "ثني"
 
-#: ../data/messages:1 ../data/messages:1345
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:117
+msgid ""
+"This provides different window decorators. Enable this first if you want to "
+"select a different decorator for your dialog boxes."
+msgstr ""
+"هذا يوفر لك العديد من الزخارف للنافذه . قم بتمكين هذا الخيار الاول اذا كنت "
+"تريد اختيار زخرفه مختلفه لصندوق المحادثه."
+
+#: ../src/internal-old/cairo-dock-internal-icons.c:455
+msgid "Provides various animations for your icons."
+msgstr "يوفر العديد من الحركات لأيقوناتك"
+
+#: ../src/internal-old/cairo-dock-internal-views.c:83
+msgid ""
+"Provides different views for Cairo-Dock. Enable this first if you want to "
+"select a different view for your docks."
+msgstr ""
+
+#: ../data/messages:1 ../data/messages:1331
 msgid "Behavior"
 msgstr "سلوك"
 
-#: ../data/messages:3 ../data/messages:153 ../data/messages:1347
+#: ../data/messages:3 ../data/messages:139 ../data/messages:1333
 msgid "Position on the screen"
 msgstr "الموقع على الشاشه"
 
-#: ../data/messages:5 ../data/messages:155 ../data/messages:1349
+#: ../data/messages:5 ../data/messages:141 ../data/messages:1335
 msgid "Choose which border of the screen the dock will be placed on:"
 msgstr "أختر جهه الشاشه التي ترغب بظهور الشريط فيها:"
 
-#: ../data/messages:7 ../data/messages:157 ../data/messages:1351
+#: ../data/messages:7 ../data/messages:143 ../data/messages:1337
 msgid "bottom"
 msgstr "أسفل"
 
-#: ../data/messages:9 ../data/messages:159 ../data/messages:1353
+#: ../data/messages:9 ../data/messages:145 ../data/messages:1339
 msgid "top"
 msgstr "أعلى"
 
-#: ../data/messages:11 ../data/messages:161 ../data/messages:171
-#: ../data/messages:1355
+#: ../data/messages:11 ../data/messages:147 ../data/messages:157
+#: ../data/messages:1341
 msgid "right"
 msgstr "يمين"
 
-#: ../data/messages:13 ../data/messages:163 ../data/messages:169
-#: ../data/messages:1357
+#: ../data/messages:13 ../data/messages:149 ../data/messages:155
+#: ../data/messages:1343
 msgid "left"
 msgstr "يسار"
 
-#: ../data/messages:15 ../data/messages:195
+#: ../data/messages:15 ../data/messages:181
 msgid "Visibility of the main dock"
 msgstr "وضوح الشريط الرئيسي"
 
-#: ../data/messages:17 ../data/messages:197 ../data/messages:1379
+#: ../data/messages:17 ../data/messages:183 ../data/messages:1365
 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 "
@@ -1062,47 +1101,47 @@
 "mouse. The rest of the time, it stays invisible, thus acting like a menu."
 msgstr ""
 
-#: ../data/messages:19 ../data/messages:55 ../data/messages:199
-#: ../data/messages:261 ../data/messages:1381
+#: ../data/messages:19 ../data/messages:55 ../data/messages:185
+#: ../data/messages:247 ../data/messages:1367
 msgid "Visibility:"
 msgstr "مدى الرؤية:"
 
-#: ../data/messages:23 ../data/messages:203 ../data/messages:1385
+#: ../data/messages:23 ../data/messages:189 ../data/messages:1371
 msgid "Reserve space for the dock"
 msgstr ""
 
-#: ../data/messages:25 ../data/messages:205 ../data/messages:1387
+#: ../data/messages:25 ../data/messages:191 ../data/messages:1373
 msgid "Keep the dock below"
 msgstr ""
 
-#: ../data/messages:27 ../data/messages:207 ../data/messages:1389
+#: ../data/messages:27 ../data/messages:193 ../data/messages:1375
 msgid "Hide the dock when it overlaps the current window"
 msgstr "إخفاء الشريط عندما يتداخل مع النافذة الحالية"
 
-#: ../data/messages:29 ../data/messages:209 ../data/messages:1391
+#: ../data/messages:29 ../data/messages:195 ../data/messages:1377
 msgid "Hide the dock whenever it overlaps any window"
 msgstr ""
 
-#: ../data/messages:31 ../data/messages:211 ../data/messages:1393
+#: ../data/messages:31 ../data/messages:197 ../data/messages:1379
 msgid "Keep the dock hidden"
 msgstr ""
 
-#: ../data/messages:33 ../data/messages:213 ../data/messages:1395
+#: ../data/messages:33 ../data/messages:199 ../data/messages:1381
 msgid "Pop-up on shortcut"
 msgstr "فقاعه على الاختصارات"
 
-#: ../data/messages:35 ../data/messages:215
+#: ../data/messages:35 ../data/messages:201
 msgid "Effect used to hide the dock:"
 msgstr "التأثير المستخدم لإخفاء الشريط:"
 
-#: ../data/messages:47 ../data/messages:245
+#: ../data/messages:47 ../data/messages:231
 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:49 ../data/messages:247
+#: ../data/messages:49 ../data/messages:233
 msgid "Keyboard shortcut to pop-up the dock:"
 msgstr "إختصار لوحه المفاتيح لإظهار الشريط:"
 
@@ -1110,17 +1149,17 @@
 msgid "Visibility of sub-docks"
 msgstr "وضوح الشريط الفرعي"
 
-#: ../data/messages:53 ../data/messages:259
+#: ../data/messages:53 ../data/messages:245
 msgid ""
 "they will appear either when you click or when you linger over the icon "
 "pointing on it."
 msgstr ""
 
-#: ../data/messages:57 ../data/messages:263
+#: ../data/messages:57 ../data/messages:249
 msgid "Appear on mouse over"
 msgstr "إظهار عند مرور المؤشر"
 
-#: ../data/messages:59 ../data/messages:265
+#: ../data/messages:59 ../data/messages:251
 msgid "Appear on click"
 msgstr "إظهار عند النقر"
 
@@ -1139,7 +1178,7 @@
 msgid "Behaviour of the Taskbar:"
 msgstr "سلوك شريط المهام"
 
-#: ../data/messages:67 ../data/messages:1521
+#: ../data/messages:67 ../data/messages:1509
 msgid "None"
 msgstr "بدون"
 
@@ -1163,7 +1202,7 @@
 msgid "On appearance/disappearance:"
 msgstr "عند الإظهار\\الإخفاء:"
 
-#: ../data/messages:87 ../data/messages:633
+#: ../data/messages:87 ../data/messages:619
 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 "
@@ -1204,35 +1243,35 @@
 "Separators will be automatically inserted then."
 msgstr ""
 
-#: ../data/messages:105 ../data/messages:723
+#: ../data/messages:105 ../data/messages:709
 msgid "Separate the different types of icons?"
 msgstr "فصل الأنواع المختلفه من الأيقونات؟"
 
-#: ../data/messages:107 ../data/messages:733
+#: ../data/messages:107 ../data/messages:719
 msgid "Order of the different types of icons :"
 msgstr "ترتيب الأنواع المختلفه من الأيقونات:"
 
-#: ../data/messages:109 ../data/messages:735
+#: ../data/messages:109 ../data/messages:721
 msgid "launchers"
 msgstr "المشغلات"
 
-#: ../data/messages:111 ../data/messages:737
+#: ../data/messages:111 ../data/messages:723
 msgid "applications"
 msgstr "تطبيقات"
 
-#: ../data/messages:113 ../data/messages:739
+#: ../data/messages:113 ../data/messages:725
 msgid "applets"
 msgstr "تطبيقات"
 
-#: ../data/messages:117 ../data/messages:513
+#: ../data/messages:117 ../data/messages:499
 msgid "Choose the default view for main docks :"
 msgstr "اختيار طريقة العرض الافتراضية لشريط الرئيسي :"
 
-#: ../data/messages:119 ../data/messages:517
+#: ../data/messages:119 ../data/messages:503
 msgid "You can overwrite this parameter for each sub-dock."
 msgstr "بإمكانك تغيير المؤشرات لكل شريط فرعي."
 
-#: ../data/messages:121 ../data/messages:519
+#: ../data/messages:121 ../data/messages:505
 msgid "Choose the default view for sub-docks :"
 msgstr "اختيار الطريقة الافتراضية  لكيرو  الفرعي"
 
@@ -1241,8 +1280,8 @@
 msgstr "إضافات"
 
 #: ../data/messages:125
-msgid "Applets"
-msgstr "تطبيقات"
+msgid "Add or remove any applet"
+msgstr ""
 
 #: ../data/messages:127
 msgid ""
@@ -1252,44 +1291,15 @@
 msgstr ""
 
 #: ../data/messages:129
-msgid "Add or remove any applet :"
-msgstr "اضافة او حذف اي اضافة"
-
-#: ../data/messages:131
 msgid ""
 "You can install them by simply drag-and-dropping the link onto your dock."
 msgstr ""
 
-#: ../data/messages:137 ../data/messages:1425
+#: ../data/messages:135 ../data/messages:1411
 msgid "Themes"
 msgstr "السِمات"
 
-#: ../data/messages:139 ../data/messages:1429
-msgid "Choose one of the available themes:"
-msgstr "اختر واحد من السمات المتاحة :"
-
-#: ../data/messages:143 ../data/messages:1437
-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:145 ../data/messages:1439
-msgid "Use the new theme's launchers?"
-msgstr "إستخدم سمة المشغل الجديد؟"
-
-#: ../data/messages:147 ../data/messages:1441
-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:149 ../data/messages:1443
-msgid "Use the new theme's behaviour?"
-msgstr "هل تريد استخدام سلوك السمة الجديدة ؟"
-
-#: ../data/messages:165 ../data/messages:1359
+#: ../data/messages:151 ../data/messages:1345
 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 "
@@ -1298,906 +1308,906 @@
 "the screen's edge."
 msgstr ""
 
-#: ../data/messages:167 ../data/messages:1361
+#: ../data/messages:153 ../data/messages:1347
 msgid "Relative alignment:"
 msgstr "المحاذاه النسبيه :"
 
-#: ../data/messages:173 ../data/messages:1363
+#: ../data/messages:159 ../data/messages:1349
 msgid "Offset from the screen's edge"
 msgstr "موازنة مع حافة الشاشة"
 
-#: ../data/messages:175 ../data/messages:1365
+#: ../data/messages:161 ../data/messages:1351
 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:177 ../data/messages:1367
+#: ../data/messages:163 ../data/messages:1353
 msgid "Lateral offset:"
 msgstr "موازنة خارجية :"
 
-#: ../data/messages:179 ../data/messages:1369
+#: ../data/messages:165 ../data/messages:1355
 msgid ""
 "in pixels. You can also move the dock by holding the ALT or CTRL key and the "
 "left mouse button."
 msgstr ""
 
-#: ../data/messages:181 ../data/messages:1371
+#: ../data/messages:167 ../data/messages:1357
 msgid "Distance to the screen edge:"
 msgstr "المسافه إالى حافه الشاشه :"
 
-#: ../data/messages:183
+#: ../data/messages:169
 msgid "Multiple screens"
 msgstr "شاشات متعددة"
 
-#: ../data/messages:185
+#: ../data/messages:171
 msgid ""
 "This option is to use if you have a dual-screen and use Xinerama to manage "
 "them."
 msgstr ""
 
-#: ../data/messages:187
+#: ../data/messages:173
 msgid "Use Xinerama?"
 msgstr ""
 
-#: ../data/messages:189
+#: ../data/messages:175
 msgid "0 is the first screen."
 msgstr "0 هي الشاشه الأولى."
 
-#: ../data/messages:191 ../data/messages:1375
+#: ../data/messages:177 ../data/messages:1361
 msgid "Number of the screen where the dock should be located:"
 msgstr "رقم الشاشه التي تريد إظهار الشريط فيها :"
 
-#: ../data/messages:193
+#: ../data/messages:179
 msgid "Accessibility"
 msgstr "الإتاحة"
 
-#: ../data/messages:227
+#: ../data/messages:213
 msgid "in ms. 0 means no delay."
 msgstr "0 ملي ثانيه ، تعني إلغاء التأخير."
 
-#: ../data/messages:229
+#: ../data/messages:215
 msgid "Delay before the dock unhides itself:"
 msgstr "المده قبل أن يظهر الشريط ذاتيا :"
 
-#: ../data/messages:231
+#: ../data/messages:217
 msgid "How to call the dock back:"
 msgstr "طريقه إستدعاء الشريط مره اخرى:"
 
-#: ../data/messages:233
+#: ../data/messages:219
 msgid "Hit the screen's border"
 msgstr ""
 
-#: ../data/messages:235
+#: ../data/messages:221
 msgid "Hit where the dock is"
 msgstr ""
 
-#: ../data/messages:237
+#: ../data/messages:223
 msgid "Hit the screen's corner"
 msgstr ""
 
-#: ../data/messages:239
+#: ../data/messages:225
 msgid "Hit a zone"
 msgstr ""
 
-#: ../data/messages:241
+#: ../data/messages:227
 msgid "Size of the zone :"
 msgstr ""
 
-#: ../data/messages:243
+#: ../data/messages:229
 msgid "Image to display on the zone :"
 msgstr ""
 
-#: ../data/messages:249
+#: ../data/messages:235
 msgid "Additional parameters"
 msgstr "مؤشرات إضافيه"
 
-#: ../data/messages:251
+#: ../data/messages:237
 msgid "Stretch the dock to always fill the screen"
 msgstr "تمديد الشريط ليشغل كامل الشاشة دائما"
 
-#: ../data/messages:253
+#: ../data/messages:239
 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:255
+#: ../data/messages:241
 msgid "Automatically hide the dock when a window becomes full screen?"
 msgstr "إخفاء الشريط ذاتيا عندما تكون هناك نافذه في وضع ملء الشاشه؟"
 
-#: ../data/messages:257
+#: ../data/messages:243
 msgid "Sub-docks' visibility"
 msgstr "الرؤية الفرعية لشريط"
 
-#: ../data/messages:267 ../data/messages:271
+#: ../data/messages:253 ../data/messages:257
 msgid "in ms."
 msgstr "بالمللي ثانيه ."
 
-#: ../data/messages:269
+#: ../data/messages:255
 msgid "Delay before displaying a sub-dock:"
 msgstr "التأخير قبل عرض الشريط الفرعي :"
 
-#: ../data/messages:273
+#: ../data/messages:259
 msgid "Delay before leaving a sub-dock takes effect:"
 msgstr ""
 
-#: ../data/messages:275
+#: ../data/messages:261
 msgid "TaskBar"
 msgstr "شريط المهام"
 
-#: ../data/messages:279
+#: ../data/messages:265
 msgid ""
 "Cairo-Dock will then act as your taskbar. It is recommended to remove any "
 "other taskbars."
 msgstr ""
 
-#: ../data/messages:281
+#: ../data/messages:267
 msgid "Show currently opened applications in the dock?"
 msgstr "اظهار التطبيقات المفتوحة في الشريط ؟"
 
-#: ../data/messages:283
+#: ../data/messages:269
 msgid "Only show icons whose windows are minimised"
 msgstr "فقط أظهار الأيقونات التي تم تصغير نوافذها"
 
-#: ../data/messages:285
+#: ../data/messages:271
 msgid "Only show applications on current desktop"
 msgstr "فقط اظهار التطبيقات المتواجده على سطح المكتب الحالي"
 
-#: ../data/messages:287
+#: ../data/messages:273
 msgid ""
 "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."
 msgstr ""
 
-#: ../data/messages:289
+#: ../data/messages:275
 msgid "Mix launchers and applications"
 msgstr "خلط المشغلات بالتطبيقات"
 
-#: ../data/messages:291
+#: ../data/messages:277
 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:293
+#: ../data/messages:279
 msgid "Group windows from the same application in a sub-dock ?"
 msgstr "جمع النوافذ من نفس التطبيق في شريط فرعي ؟"
 
-#: ../data/messages:295 ../data/messages:305
+#: ../data/messages:281 ../data/messages:291
 msgid "Enter the class of the applications, separated by a semi-colon ';'"
 msgstr "أدخل فئه التطبيق ، وافصل بينها بقاصله منقوطه \";\""
 
-#: ../data/messages:297 ../data/messages:307
+#: ../data/messages:283 ../data/messages:293
 msgid "\t\tExcept the following classes:"
 msgstr ""
 
-#: ../data/messages:299
+#: ../data/messages:285
 msgid "Representation"
 msgstr "التمثيل"
 
-#: ../data/messages:301
+#: ../data/messages:287
 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:303
+#: ../data/messages:289
 msgid "Overwrite the X icon with the launchers' icon?"
 msgstr "إستبدل الايقونه X بأيقونه المشغلات"
 
-#: ../data/messages:309
+#: ../data/messages:295
 msgid ""
 "A composite manager is required to display the thumbnail.\n"
 "OpenGL is required to draw the icon bent backwards."
 msgstr ""
 
-#: ../data/messages:311
+#: ../data/messages:297
 msgid "How to draw minimised windows ?"
 msgstr "كيف يتم رسم النوافذ المصغره؟"
 
-#: ../data/messages:313
+#: ../data/messages:299
 msgid "Make the icon transparent"
 msgstr "جعل الايقون شفاف ؟"
 
-#: ../data/messages:315
+#: ../data/messages:301
 msgid "Show a window's thumbnail"
 msgstr "إظهار مصغره للنافذه"
 
-#: ../data/messages:317
+#: ../data/messages:303
 msgid "Draw it bent backwards"
 msgstr ""
 
-#: ../data/messages:319
+#: ../data/messages:305
 msgid "Transparency of icons whose window is minimised:"
 msgstr "شفافية الأيقونات ذات النوافذ المصغره:"
 
-#: ../data/messages:321 ../data/messages:469 ../data/messages:581
-#: ../data/messages:607 ../data/messages:679
+#: ../data/messages:307 ../data/messages:455 ../data/messages:567
+#: ../data/messages:593 ../data/messages:665
 msgid "Opaque"
 msgstr "معتم"
 
-#: ../data/messages:323 ../data/messages:467 ../data/messages:579
-#: ../data/messages:605 ../data/messages:677
+#: ../data/messages:309 ../data/messages:453 ../data/messages:565
+#: ../data/messages:591 ../data/messages:663
 msgid "Transparent"
 msgstr "شفّاف"
 
-#: ../data/messages:325
+#: ../data/messages:311
 msgid "Play a short animation of the icon when its window becomes active"
 msgstr ""
 
-#: ../data/messages:327
+#: ../data/messages:313
 msgid "\"...\" will be added at the end if the name is too long."
 msgstr "\"...\" ستوضع في نهايه الاسم إذا كان طويلا جدا."
 
-#: ../data/messages:329
+#: ../data/messages:315
 msgid "Maximum number of caracters in application name:"
 msgstr "أقصى عدد لخانات الحروف في اسم التطبيق :"
 
-#: ../data/messages:331
+#: ../data/messages:317
 msgid "Interaction"
 msgstr "تفاعل"
 
-#: ../data/messages:333
+#: ../data/messages:319
 msgid "This is the default behaviour of most taskbars."
 msgstr "هذا هو السلوك لمعظم اشرطه المهام."
 
-#: ../data/messages:335
+#: ../data/messages:321
 msgid ""
 "Minimise the window when its icon is clicked, if it was already the active "
 "window ?"
 msgstr ""
 
-#: ../data/messages:337
+#: ../data/messages:323
 msgid "In the style of Firefox tabs"
 msgstr "في نمط ألسنه فايرفوكس"
 
-#: ../data/messages:339
+#: ../data/messages:325
 msgid "Middle-clicking on an icon closes the related application"
 msgstr ""
 
-#: ../data/messages:341
+#: ../data/messages:327
 msgid "Highlight applications requiring your attention with a dialog bubble"
 msgstr ""
 
-#: ../data/messages:343
+#: ../data/messages:329
 msgid "in seconds"
 msgstr "في الثواني"
 
-#: ../data/messages:345
+#: ../data/messages:331
 msgid "Duration of the dialog:"
 msgstr "مده الحوار :"
 
-#: ../data/messages:347
+#: ../data/messages:333
 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:349
+#: ../data/messages:335
 msgid "Force the following applications to demand your attention"
 msgstr "جعل التطبيقات التالية تجذب إنتباهك دائما"
 
-#: ../data/messages:351
+#: ../data/messages:337
 msgid "Highlight applications demanding your attention with an animation"
 msgstr ""
 
-#: ../data/messages:355
+#: ../data/messages:341
 msgid "Animations speed"
 msgstr "الرسم المتحرك بسرعة"
 
-#: ../data/messages:357
+#: ../data/messages:343
 msgid "Animate sub-docks when they appear"
 msgstr "إضافه حركه عند ظهور الشريط الفرعي"
 
-#: ../data/messages:359
+#: ../data/messages:345
 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:361
+#: ../data/messages:347
 msgid "Animation unfolding duration:"
 msgstr "مده حركه إلغاء الثني:"
 
-#: ../data/messages:363 ../data/messages:371 ../data/messages:375
-#: ../data/messages:383 ../data/messages:387
+#: ../data/messages:349 ../data/messages:357 ../data/messages:361
+#: ../data/messages:369 ../data/messages:373
 msgid "fast"
 msgstr "سريع"
 
-#: ../data/messages:365 ../data/messages:373 ../data/messages:377
-#: ../data/messages:385 ../data/messages:389
+#: ../data/messages:351 ../data/messages:359 ../data/messages:363
+#: ../data/messages:371 ../data/messages:375
 msgid "slow"
 msgstr "بطيء"
 
-#: ../data/messages:367 ../data/messages:379
+#: ../data/messages:353 ../data/messages:365
 msgid "The more there are, the slower it will be"
 msgstr "كلما زاد العدد، يزداد بطئه"
 
-#: ../data/messages:369
+#: ../data/messages:355
 msgid "Number of steps in the zoom animation (grow/shrink):"
 msgstr "عدد الخطوات أثناء حركه التكبير (تمدد/انكماش) :"
 
-#: ../data/messages:381
+#: ../data/messages:367
 msgid "Number of steps in the auto-hide animation (move up/move down):"
 msgstr ""
 
-#: ../data/messages:391
+#: ../data/messages:377
 msgid "Refresh rate"
 msgstr "مُعدَّل التحديث"
 
-#: ../data/messages:393 ../data/messages:397 ../data/messages:401
+#: ../data/messages:379 ../data/messages:383 ../data/messages:387
 msgid "in Hz. This is to adjust behaviour relative to your CPU power."
 msgstr ""
 
-#: ../data/messages:395
+#: ../data/messages:381
 msgid "Refresh rate when mouving cursor into the dock :"
 msgstr "معدل التحديث أثناء مرور المؤشر على الشريط :"
 
-#: ../data/messages:399
+#: ../data/messages:385
 msgid "Animation frequency for the OpenGL backend :"
 msgstr ""
 
-#: ../data/messages:403
+#: ../data/messages:389
 msgid "Animation frequency for the Cairo backend :"
 msgstr ""
 
-#: ../data/messages:405
+#: ../data/messages:391
 msgid ""
 "The transparency gradation pattern will then be re-calculated in real time. "
 "May need more CPU power."
 msgstr ""
 
-#: ../data/messages:407
+#: ../data/messages:393
 msgid "Reflections should be calculated in real-time?"
 msgstr "حساب الإنعكاسات في الوقت الحقيقي؟"
 
-#: ../data/messages:409
+#: ../data/messages:395
 msgid "Composition"
 msgstr "تَرْكِيب"
 
-#: ../data/messages:411
+#: ../data/messages:397
 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:413
+#: ../data/messages:399
 msgid "Emulate composition with fake transparency?"
 msgstr ""
 
-#: ../data/messages:415
+#: ../data/messages:401
 msgid "You need to re-open the panel. It is deactivated by default on KDE."
 msgstr ""
 
-#: ../data/messages:417
+#: ../data/messages:403
 msgid "Make the config panel transparent?"
 msgstr ""
 
-#: ../data/messages:419
+#: ../data/messages:405
 msgid "Connection to the Internet"
 msgstr ""
 
-#: ../data/messages:421
+#: ../data/messages:407
 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:423
+#: ../data/messages:409
 msgid "Connection timeout :"
 msgstr ""
 
-#: ../data/messages:425
+#: ../data/messages:411
 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:427
+#: ../data/messages:413
 msgid "Maximum time to download a file:"
 msgstr ""
 
-#: ../data/messages:429
+#: ../data/messages:415
 msgid "Use this option if you experience problems to connect."
 msgstr ""
 
-#: ../data/messages:431
+#: ../data/messages:417
 msgid "Force IPv4 ?"
 msgstr ""
 
-#: ../data/messages:433
+#: ../data/messages:419
 msgid "Use this option if you connect to the Internet through a proxy."
 msgstr ""
 
-#: ../data/messages:435
+#: ../data/messages:421
 msgid "Are you behind a proxy ?"
 msgstr "هل تستعمل بروكسي؟"
 
-#: ../data/messages:437
+#: ../data/messages:423
 msgid "Proxy name :"
 msgstr "إسم البروكسي:"
 
-#: ../data/messages:439
+#: ../data/messages:425
 msgid "Port :"
 msgstr "منفذ :"
 
-#: ../data/messages:441 ../data/messages:445
+#: ../data/messages:427 ../data/messages:431
 msgid ""
 "Let empty if you don't need to log-in to the proxy with a user/password."
 msgstr ""
 
-#: ../data/messages:443
+#: ../data/messages:429
 msgid "User :"
 msgstr ""
 
-#: ../data/messages:447
+#: ../data/messages:433
 msgid "Password :"
 msgstr "كلمة السرّ :"
 
-#: ../data/messages:451 ../data/messages:1407
+#: ../data/messages:437 ../data/messages:1393
 msgid "Fill the background with:"
 msgstr "ملء الخلفيه بـ :"
 
-#: ../data/messages:453 ../data/messages:459 ../data/messages:753
-#: ../data/messages:1411
+#: ../data/messages:439 ../data/messages:445 ../data/messages:739
+#: ../data/messages:1397
 msgid "Image"
 msgstr "صورة"
 
-#: ../data/messages:455 ../data/messages:475 ../data/messages:1413
+#: ../data/messages:441 ../data/messages:461 ../data/messages:1399
 msgid "Colour gradation"
 msgstr "تدرج اللون"
 
-#: ../data/messages:457
+#: ../data/messages:443
 msgid "Use a background image."
 msgstr "استخدام صوره كخلفيه."
 
-#: ../data/messages:461 ../data/messages:1415
+#: ../data/messages:447 ../data/messages:1401
 msgid ""
 "Any format allowed; if empty, the colour gradation will be used as a fall "
 "back."
 msgstr ""
 
-#: ../data/messages:463 ../data/messages:1417
+#: ../data/messages:449 ../data/messages:1403
 msgid "Image filename to use as a background :"
 msgstr "اسم الصوره التي تريد استخدامها كخلفيه :"
 
-#: ../data/messages:465
+#: ../data/messages:451
 msgid "Image's transparency :"
 msgstr "شفافيه الصوره :"
 
-#: ../data/messages:471 ../data/messages:1419
+#: ../data/messages:457 ../data/messages:1405
 msgid "Repeat image as a pattern to fill background?"
 msgstr ""
 
-#: ../data/messages:473
+#: ../data/messages:459
 msgid "Use a colour gradation."
 msgstr "إستعمال تدرج لوني."
 
-#: ../data/messages:477 ../data/messages:1421
+#: ../data/messages:463 ../data/messages:1407
 msgid "Bright colour:"
 msgstr "لون فاتح"
 
-#: ../data/messages:479 ../data/messages:1423
+#: ../data/messages:465 ../data/messages:1409
 msgid "Dark colour:"
 msgstr "لون غامق :"
 
-#: ../data/messages:481
+#: ../data/messages:467
 msgid "In degrees, in relation to the vertical"
 msgstr "الزاوية بالدرجات من المحور العامودي"
 
-#: ../data/messages:483
+#: ../data/messages:469
 msgid "Angle of the gradation :"
 msgstr "زاوية التدريج :"
 
-#: ../data/messages:485
+#: ../data/messages:471
 msgid "If not nul, it will form stripes."
 msgstr ""
 
-#: ../data/messages:487
+#: ../data/messages:473
 msgid "Repeat the gradation this number of times:"
 msgstr "مرات نكرار التدرج اللوني:"
 
-#: ../data/messages:489
+#: ../data/messages:475
 msgid "Percentage of the bright colour:"
 msgstr "نسبه اللون الفاتح :"
 
-#: ../data/messages:491
+#: ../data/messages:477
 msgid "External Frame"
 msgstr "الاطار الخارجي"
 
-#: ../data/messages:493 ../data/messages:497 ../data/messages:503
-#: ../data/messages:551 ../data/messages:651
+#: ../data/messages:479 ../data/messages:483 ../data/messages:489
+#: ../data/messages:537 ../data/messages:637
 msgid "in pixels."
 msgstr "بالباسكال"
 
-#: ../data/messages:495
+#: ../data/messages:481
 msgid "Corner radius :"
 msgstr "زاوية نصف القطر :"
 
-#: ../data/messages:499
+#: ../data/messages:485
 msgid "Linewidth of the external line :"
 msgstr ""
 
-#: ../data/messages:501
+#: ../data/messages:487
 msgid "Colour of the external line:"
 msgstr "لون الحد الخارجي :"
 
-#: ../data/messages:505
+#: ../data/messages:491
 msgid "Margin between the frame and the icons or their reflects :"
 msgstr ""
 
-#: ../data/messages:507
+#: ../data/messages:493
 msgid "Are the bottom left and right corners rounded?"
 msgstr "هل الزوايا السفليه اليمنى واليسرى مدوره الشكل ؟"
 
-#: ../data/messages:511
+#: ../data/messages:497
 msgid "Main Dock"
 msgstr "الشريط الرئيسي"
 
-#: ../data/messages:515
+#: ../data/messages:501
 msgid "Sub-Docks"
 msgstr "الأشرطه الفرعيه"
 
-#: ../data/messages:521
+#: ../data/messages:507
 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:523
+#: ../data/messages:509
 msgid "Ratio for the size of the sub-docks' icons :"
 msgstr "نسبه حجم الايقونات الى الحجم الكلي للشريط الفرعي :"
 
-#: ../data/messages:525 ../data/messages:793
+#: ../data/messages:511 ../data/messages:779
 msgid "smaller"
 msgstr "اصغر"
 
-#: ../data/messages:527
+#: ../data/messages:513
 msgid "same size"
 msgstr "نفس الحجم"
 
-#: ../data/messages:529
+#: ../data/messages:515
 msgid "Dialogs"
 msgstr "الحوارات"
 
-#: ../data/messages:531
+#: ../data/messages:517
 msgid "Bubble"
 msgstr "فقاعه"
 
-#: ../data/messages:533
+#: ../data/messages:519
 msgid "Background colour of the bubble:"
 msgstr "لون الخلفيه للفقاعه :"
 
-#: ../data/messages:535
+#: ../data/messages:521
 msgid "Shape of the bubble:"
 msgstr "شكل الفقاعه :"
 
-#: ../data/messages:537
+#: ../data/messages:523
 msgid "Text"
 msgstr "نص"
 
-#: ../data/messages:539 ../data/messages:837
+#: ../data/messages:525 ../data/messages:823
 msgid "Otherwise the default's system one will be used."
 msgstr ""
 
-#: ../data/messages:541
+#: ../data/messages:527
 msgid "Use a custom font for the text?"
 msgstr "إستخدام خط خاص للنص ؟"
 
-#: ../data/messages:543
+#: ../data/messages:529
 msgid "Text font:"
 msgstr "خط النص:"
 
-#: ../data/messages:545 ../data/messages:843
+#: ../data/messages:531 ../data/messages:829
 msgid "Draw the outline of the text?"
 msgstr "إرسم الخط الخارجي للنص ؟"
 
-#: ../data/messages:547
+#: ../data/messages:533
 msgid "Text color:"
 msgstr "لون النّصّ:"
 
-#: ../data/messages:549 ../data/messages:609
+#: ../data/messages:535 ../data/messages:595
 msgid "Buttons"
 msgstr "أزرار"
 
-#: ../data/messages:553
+#: ../data/messages:539
 msgid "Size of buttons in the info-bubbles (width x height) :"
 msgstr "حجم الأزرار في فقاعه المعلومات (العرض × الطول) :"
 
-#: ../data/messages:555 ../data/messages:559 ../data/messages:613
-#: ../data/messages:617 ../data/messages:621 ../data/messages:625
+#: ../data/messages:541 ../data/messages:545 ../data/messages:599
+#: ../data/messages:603 ../data/messages:607 ../data/messages:611
 msgid "If you don't provide any, a default image will be used."
 msgstr "إن لم توفر صوره ، سيتم إستخدام الصوره الإفتراضيه."
 
-#: ../data/messages:557
+#: ../data/messages:543
 msgid "Name of an image to use for the yes/ok button :"
 msgstr ""
 
-#: ../data/messages:561
+#: ../data/messages:547
 msgid "Name of an image to use for the no/cancel button :"
 msgstr ""
 
-#: ../data/messages:563
+#: ../data/messages:549
 msgid "Size of the icon displayed next to the text :"
 msgstr "حجم الأيقونه المعروضه بجانب النص :"
 
-#: ../data/messages:567
+#: ../data/messages:553
 msgid "Decorations"
 msgstr "زخرفات"
 
-#: ../data/messages:569
+#: ../data/messages:555
 msgid ""
 "This can be customized for each desklet separately.\n"
 "Choose 'Custom decoration' to define your own decorations below"
 msgstr ""
 
-#: ../data/messages:571
+#: ../data/messages:557
 msgid "Choose a default decoration for all desklets :"
 msgstr ""
 
-#: ../data/messages:573
+#: ../data/messages:559
 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:575
+#: ../data/messages:561
 msgid "Background image :"
 msgstr "صورة الخلفية :"
 
-#: ../data/messages:577
+#: ../data/messages:563
 msgid "Background transparency :"
 msgstr "شفافية الخلفية :"
 
-#: ../data/messages:583
+#: ../data/messages:569
 msgid "in pixels. Use this to adjust the left position of the drawings."
 msgstr ""
 
-#: ../data/messages:585
+#: ../data/messages:571
 msgid "Left offset :"
 msgstr ""
 
-#: ../data/messages:587
+#: ../data/messages:573
 msgid "in pixels. Use this to adjust the top position of the drawings."
 msgstr ""
 
-#: ../data/messages:589
+#: ../data/messages:575
 msgid "Top offset :"
 msgstr ""
 
-#: ../data/messages:591
+#: ../data/messages:577
 msgid "in pixels. Use this to adjust the right position of the drawings."
 msgstr ""
 
-#: ../data/messages:593
+#: ../data/messages:579
 msgid "Right offset :"
 msgstr ""
 
-#: ../data/messages:595
+#: ../data/messages:581
 msgid "in pixels. Use this to adjust the bottom position of the drawings."
 msgstr ""
 
-#: ../data/messages:597
+#: ../data/messages:583
 msgid "Bottom offset :"
 msgstr ""
 
-#: ../data/messages:599
+#: ../data/messages:585
 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:601
+#: ../data/messages:587
 msgid "Foreground image :"
 msgstr "صورة المفدمة :"
 
-#: ../data/messages:603
+#: ../data/messages:589
 msgid "Foreground tansparency :"
 msgstr "شفافية المقدمه :"
 
-#: ../data/messages:611
+#: ../data/messages:597
 msgid "Buttons size :"
 msgstr "حجم الأزرار :"
 
-#: ../data/messages:615 ../data/messages:627
+#: ../data/messages:601 ../data/messages:613
 msgid "Name of an image to use for the 'rotate' button :"
 msgstr "إختر صوره لإستخدامها لزر التدوير:"
 
-#: ../data/messages:619
+#: ../data/messages:605
 msgid "Name of an image to use for the 'reattach' button :"
 msgstr ""
 
-#: ../data/messages:623
+#: ../data/messages:609
 msgid "Name of an image to use for the 'depth rotate' button :"
 msgstr ""
 
-#: ../data/messages:631
+#: ../data/messages:617
 msgid "Icons' themes"
 msgstr "سمات الأيقونات"
 
-#: ../data/messages:635
+#: ../data/messages:621
 msgid "Choose an icon theme :"
 msgstr "إختر سمه للأيقونه :"
 
-#: ../data/messages:637
+#: ../data/messages:623
 msgid ""
 "Any format allowed; leave this field empty if you don't want to use an image "
 "as background."
 msgstr ""
 
-#: ../data/messages:639
+#: ../data/messages:625
 msgid "Image filename to use as a background for icons :"
 msgstr "اسم ملف الصوره لإستخدامه كخلفيه للأيقونه :"
 
-#: ../data/messages:641
+#: ../data/messages:627
 msgid "Zoom effect"
 msgstr "تأثير التكبير"
 
-#: ../data/messages:643
+#: ../data/messages:629
 msgid ""
 "set to 1 if you don't want the icons to zoom when you hover over them."
 msgstr ""
 
-#: ../data/messages:645
+#: ../data/messages:631
 msgid "Maximum zoom of the icons :"
 msgstr "التكبير الأقصى للأيقونه :"
 
-#: ../data/messages:647
+#: ../data/messages:633
 msgid ""
 "in pixels. Outside of this space (centered on the mouse), there is no zoom."
 msgstr ""
 
-#: ../data/messages:649
+#: ../data/messages:635
 msgid "Width of the space in which the zoom will be effective :"
 msgstr ""
 
-#: ../data/messages:653
+#: ../data/messages:639
 msgid "Space between icons :"
 msgstr "المسافه بين الأيقونات :"
 
-#: ../data/messages:655
+#: ../data/messages:641
 msgid "Reflections"
 msgstr "انعكاسات"
 
-#: ../data/messages:657
+#: ../data/messages:643
 msgid ""
 "It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
 "reflections are not used."
 msgstr ""
 
-#: ../data/messages:659
+#: ../data/messages:645
 msgid "Reflective power of the plane :"
 msgstr ""
 
-#: ../data/messages:661
+#: ../data/messages:647
 msgid "light"
 msgstr "خفيف"
 
-#: ../data/messages:663
+#: ../data/messages:649
 msgid "strong"
 msgstr "قوي"
 
-#: ../data/messages:665
+#: ../data/messages:651
 msgid ""
 "In percent of the icon's size. This parameter influence the total height of "
 "the dock."
 msgstr ""
 
-#: ../data/messages:667
+#: ../data/messages:653
 msgid "Height of the reflection:"
 msgstr "إرتفاع الإنعكاس :"
 
-#: ../data/messages:669
+#: ../data/messages:655
 msgid "small"
 msgstr "صغير"
 
-#: ../data/messages:671
+#: ../data/messages:657
 msgid "tall"
 msgstr "طويل"
 
-#: ../data/messages:673
+#: ../data/messages:659
 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:675
+#: ../data/messages:661
 msgid "Icons' transparency at rest :"
 msgstr "شفافيه الأيقونات في حال عدم الحركه :"
 
-#: ../data/messages:681
+#: ../data/messages:667
 msgid "Icons size"
 msgstr "حجم الأيقونه"
 
-#: ../data/messages:683
+#: ../data/messages:669
 msgid "Launcher's size at rest (width x height) :"
 msgstr "حجم المشغل في حال عدم الحركه (العرض × الطول) :"
 
-#: ../data/messages:685
+#: ../data/messages:671
 msgid "Application's size at rest (width x height) :"
 msgstr "حجم التطبيق في حال عدم الحركه (العرض × الطول) :"
 
-#: ../data/messages:687
+#: ../data/messages:673
 msgid "Applet's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:689
+#: ../data/messages:675
 msgid "Configure icons' animations."
 msgstr "تعديل حركه الأيقونه."
 
-#: ../data/messages:691
+#: ../data/messages:677
 msgid "Configure icons' special effects (requires OpenGL)."
 msgstr "إعداد الايقونات مع تأثيرات خاصة ( يتطلبOpenGL"
 
-#: ../data/messages:693
+#: ../data/messages:679
 msgid ""
 "Configure icons' animations on appearing/disappearing (require OpenGL "
 "capacity)."
 msgstr ""
 
-#: ../data/messages:695
+#: ../data/messages:681
 msgid "Separators"
 msgstr "فواصل"
 
-#: ../data/messages:697
+#: ../data/messages:683
 msgid "Icon size at rest (width x height) :"
 msgstr "حجم الأيقونه في حال عدم الحركه (العرض × الطول) :"
 
-#: ../data/messages:699
+#: ../data/messages:685
 msgid "Force separator's image size to stay constant?"
 msgstr "هل تريد ابقاء حجم صوره الفاصل ثابتا ؟"
 
-#: ../data/messages:701
+#: ../data/messages:687
 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:703
+#: ../data/messages:689
 msgid "How to draw the separators?"
 msgstr ""
 
-#: ../data/messages:705
+#: ../data/messages:691
 msgid "Use an image."
 msgstr ""
 
-#: ../data/messages:707
+#: ../data/messages:693
 msgid "Flat separator"
 msgstr ""
 
-#: ../data/messages:709
+#: ../data/messages:695
 msgid "Physical separator"
 msgstr ""
 
-#: ../data/messages:711
+#: ../data/messages:697
 msgid "If you don't provide one, blanks will be used."
 msgstr ""
 
-#: ../data/messages:713
+#: ../data/messages:699
 msgid "Filename of an image to use for separators :"
 msgstr "اسم ملف الصوره لإستخدامها كفاصل :"
 
-#: ../data/messages:715
+#: ../data/messages:701
 msgid ""
 "Make the separator's image revolve when dock is on top/on the left/on the "
 "right?"
 msgstr ""
 
-#: ../data/messages:717
+#: ../data/messages:703
 msgid "Colour of flat separators :"
 msgstr ""
 
-#: ../data/messages:719
+#: ../data/messages:705
 msgid "Icons order"
 msgstr "ترتيب الأيقونات"
 
-#: ../data/messages:721
+#: ../data/messages:707
 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"
@@ -2206,95 +2216,95 @@
 "launcher if they have one, or after the last launcher."
 msgstr ""
 
-#: ../data/messages:725 ../data/messages:823
+#: ../data/messages:711 ../data/messages:809
 msgid "No"
 msgstr "لا"
 
-#: ../data/messages:727
+#: ../data/messages:713
 msgid "Separate applications from others"
 msgstr "فصل التطبيقات عن البقيه"
 
-#: ../data/messages:729
+#: ../data/messages:715
 msgid "Separate applets from others"
 msgstr ""
 
-#: ../data/messages:731
+#: ../data/messages:717
 msgid "Separate all"
 msgstr "فصل الكل"
 
-#: ../data/messages:741
+#: ../data/messages:727
 msgid "Link the icons with a string"
 msgstr "ربط الأيقونات بخيط"
 
-#: ../data/messages:743
+#: ../data/messages:729
 msgid "Linewidth of the string, in pixels (0 to not use string) :"
 msgstr "عرض الخيط ، بالبكسل (0 لن يظهر الخيط) :"
 
-#: ../data/messages:745
+#: ../data/messages:731
 msgid "Colour of the string (red, blue, green, alpha) :"
 msgstr "لون الخيط (أحمر، أزرق، أخضر، ألفا) :"
 
-#: ../data/messages:749
+#: ../data/messages:735
 msgid "Indicator of the active window"
 msgstr "مؤشر النافذه النشطه"
 
-#: ../data/messages:751
+#: ../data/messages:737
 msgid "Type of indicator:"
 msgstr "نوع المؤشر"
 
-#: ../data/messages:755
+#: ../data/messages:741
 msgid "Frame"
 msgstr "إطار"
 
-#: ../data/messages:757 ../data/messages:775 ../data/messages:813
+#: ../data/messages:743 ../data/messages:761 ../data/messages:799
 msgid "Image file:"
 msgstr "ملف الصوره :"
 
-#: ../data/messages:759
+#: ../data/messages:745
 msgid "Set transparency to 0 if you don't want to use an indicator."
 msgstr ""
 
-#: ../data/messages:761
+#: ../data/messages:747
 msgid "Colour of the frame :"
 msgstr "لون الإطار :"
 
-#: ../data/messages:763
+#: ../data/messages:749
 msgid "Set 0 to fill the frame."
 msgstr "ضع 0 لملء الإطار."
 
-#: ../data/messages:765
+#: ../data/messages:751
 msgid "Linewidth of the frame around the active window :"
 msgstr "عرض الإطار حول النافذة النشطة :"
 
-#: ../data/messages:767
+#: ../data/messages:753
 msgid "Corner radius of the frame around the active window :"
 msgstr "قطر زاويه الإطار حول النافذة النشطة :"
 
-#: ../data/messages:769 ../data/messages:801
+#: ../data/messages:755 ../data/messages:787
 msgid "Draw indicator above the icon?"
 msgstr "رسم مؤشر فوق الأيقونة ؟"
 
-#: ../data/messages:771
+#: ../data/messages:757
 msgid "Indicator of active launcher"
 msgstr "مؤشر المشغل النشط"
 
-#: ../data/messages:773
+#: ../data/messages:759
 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:777
+#: ../data/messages:763
 msgid ""
 "The indicator is drawn on active launchers, but you may want to display it "
 "on applications too."
 msgstr ""
 
-#: ../data/messages:779
+#: ../data/messages:765
 msgid "Display an indicator on application icons too ?"
 msgstr ""
 
-#: ../data/messages:781
+#: ../data/messages:767
 msgid ""
 "Relatively to the icons' size. You can use this parameter to adjust the "
 "indicator's vertical position.\n"
@@ -2302,11 +2312,11 @@
 "otherwise downwards."
 msgstr ""
 
-#: ../data/messages:783
+#: ../data/messages:769
 msgid "Vertical offset :"
 msgstr ""
 
-#: ../data/messages:785
+#: ../data/messages:771
 msgid ""
 "If the indicator is linked to the icon, it will then be zoomed like the icon "
 "and the offset will be upwards.\n"
@@ -2314,211 +2324,211 @@
 "downwards."
 msgstr ""
 
-#: ../data/messages:787
+#: ../data/messages:773
 msgid "Link the indicator with its icon?"
 msgstr "ربط المؤشر بأيقونته ؟"
 
-#: ../data/messages:789
+#: ../data/messages:775
 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:791
+#: ../data/messages:777
 msgid "Indicator size ratio :"
 msgstr "نسبه حجم المشغل :"
 
-#: ../data/messages:795
+#: ../data/messages:781
 msgid "bigger"
 msgstr "أكبر"
 
-#: ../data/messages:797
+#: ../data/messages:783
 msgid ""
 "Use it to make the indicator follow the orientation of the dock "
 "(top/bottom/right/left)."
 msgstr ""
 
-#: ../data/messages:799
+#: ../data/messages:785
 msgid "Rotate the indicator with dock?"
 msgstr "إالتفاف المؤشر مع الشريط ؟"
 
-#: ../data/messages:803
+#: ../data/messages:789
 msgid "Indicator of grouped windows"
 msgstr "مؤشر لمجموعه نوافذ"
 
-#: ../data/messages:805
+#: ../data/messages:791
 msgid "How to show that several icons are grouped :"
 msgstr ""
 
-#: ../data/messages:807
+#: ../data/messages:793
 msgid "Draw an image"
 msgstr ""
 
-#: ../data/messages:809
+#: ../data/messages:795
 msgid "Draw the sub-dock's icons as a stack"
 msgstr ""
 
-#: ../data/messages:811
+#: ../data/messages:797
 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:815
+#: ../data/messages:801
 msgid "Zoom the indicator with its icon?"
 msgstr "تكبير المؤشر مع أيقونته ؟"
 
-#: ../data/messages:817
+#: ../data/messages:803
 msgid "Labels"
 msgstr "علامات"
 
-#: ../data/messages:819
+#: ../data/messages:805
 msgid "Label visibility"
 msgstr ""
 
-#: ../data/messages:821
+#: ../data/messages:807
 msgid "Show labels:"
 msgstr "إظهار العلامات :"
 
-#: ../data/messages:825
+#: ../data/messages:811
 msgid "On pointed icon"
 msgstr "على الأيقونة المؤشر عليها"
 
-#: ../data/messages:827
+#: ../data/messages:813
 msgid "On all icons"
 msgstr "على كل الأيقونات"
 
-#: ../data/messages:829
+#: ../data/messages:815
 msgid ""
 "the bigger, the more the labels next to the selected icon will be "
 "transparent."
 msgstr ""
 
-#: ../data/messages:831
+#: ../data/messages:817
 msgid "label's visibility threshold :"
 msgstr ""
 
-#: ../data/messages:833
+#: ../data/messages:819
 msgid "Should the labels always be horizontal, even when dock is vertical?"
 msgstr ""
 
-#: ../data/messages:835
+#: ../data/messages:821
 msgid "Font"
 msgstr "خط"
 
-#: ../data/messages:839
+#: ../data/messages:825
 msgid "Use a custom font for labels?"
 msgstr "استخدام خط خاص للعلامات ؟"
 
-#: ../data/messages:841
+#: ../data/messages:827
 msgid "Font used for labels :"
 msgstr "الخط المستخدم للعلامات :"
 
-#: ../data/messages:845
+#: ../data/messages:833
+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:835
+msgid "Colour of the label's background :"
+msgstr "لون الخلفيه للعلامات :"
+
+#: ../data/messages:837
+msgid "If false, only the quick-info will have this background color."
+msgstr ""
+
+#: ../data/messages:839
+msgid "Use background color for labels?"
+msgstr "هل تريد استخدام لون الخلفية للعلامات ؟"
+
+#: ../data/messages:841
+msgid "Margin around the text (in pixels) :"
+msgstr ""
+
+#: ../data/messages:843
 msgid "Colour"
 msgstr "اللون"
 
+#: ../data/messages:845
+msgid "It's the first color of the gradation."
+msgstr ""
+
 #: ../data/messages:847
-msgid "It's the first color of the gradation."
-msgstr ""
-
-#: ../data/messages:849
 msgid "Start color :"
 msgstr "لون البداية :"
 
-#: ../data/messages:851
+#: ../data/messages:849
 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:853
+#: ../data/messages:851
 msgid "Stop color :"
 msgstr "لون النهاية :"
 
-#: ../data/messages:855
+#: ../data/messages:853
 msgid ""
 "If checked, the pattern will go from top to bottom, otherwise from left to "
 "right."
 msgstr ""
 
-#: ../data/messages:857
+#: ../data/messages:855
 msgid "Pattern should be vertical?"
 msgstr "هل يجب ان يكون النمط عاموديا ؟"
 
-#: ../data/messages:861
-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:863
-msgid "Colour of the label's background :"
-msgstr "لون الخلفيه للعلامات :"
-
-#: ../data/messages:865
-msgid "If false, only the quick-info will have this background color."
-msgstr ""
-
-#: ../data/messages:867
-msgid "Use background color for labels?"
-msgstr "هل تريد استخدام لون الخلفية للعلامات ؟"
-
-#: ../data/messages:869
-msgid "Margin around the text (in pixels) :"
-msgstr ""
-
-#: ../data/messages:873
+#: ../data/messages:859
 msgid "Yes, like that :-)"
 msgstr "نعم، هكذا :-)"
 
-#: ../data/messages:875
+#: ../data/messages:861
 msgid ""
 "Note : many answers have an extra hint.\n"
 "To popup the hint, simply leave the mouse over the sentence for 1 second, a "
 "tooltip will appear."
 msgstr ""
 
-#: ../data/messages:877
+#: ../data/messages:863
 msgid "How do I re-order my icons?"
 msgstr "كيف يمكنك إعاده ترتيب الأيقونات ؟"
 
-#: ../data/messages:879
+#: ../data/messages:865
 msgid "Tip: you can even re-order icons of active applications."
 msgstr ""
 
-#: ../data/messages:881
+#: ../data/messages:867
 msgid "Simply drag with the mouse, and drop wherever you wish."
 msgstr "ببساطه اسحب بالمؤشر وإفلته حيثما تشاء."
 
-#: ../data/messages:883
+#: ../data/messages:869
 msgid ""
 "How do I position applets and taskbar icons at the beginning of the dock?"
 msgstr ""
 
-#: ../data/messages:885
+#: ../data/messages:871
 msgid ""
 "Tip: you can also position applets amongst launchers, by ticking the box "
 "below."
 msgstr ""
 
-#: ../data/messages:887
+#: ../data/messages:873
 msgid ""
 "In the «icons» module, at the bottom, you can select icon order according to "
 "type (launcher/appli/applet)."
 msgstr ""
 
-#: ../data/messages:889 ../data/messages:897 ../data/messages:911
-#: ../data/messages:967
+#: ../data/messages:875 ../data/messages:883 ../data/messages:897
+#: ../data/messages:953
 msgid "Go to the «Icons» module."
 msgstr ""
 
-#: ../data/messages:891
+#: ../data/messages:877
 msgid "How do I change an icon image?"
 msgstr "كيف تغير صورة أيقونة ؟"
 
-#: ../data/messages:893
+#: ../data/messages:879
 msgid ""
 "Tip: you can also edit a launcher's configuration directly and set a path "
 "for an image. If you do not enter a path, but simply the name of an image, "
@@ -2526,7 +2536,7 @@
 "the best."
 msgstr ""
 
-#: ../data/messages:895
+#: ../data/messages:881
 msgid ""
 "In the “Icons” module, you can choose an <b>icon theme</b>. Just choose a "
 "theme, and apply.\n"
@@ -2537,72 +2547,72 @@
 "If you choose nothing, the default icon theme of your system will be used."
 msgstr ""
 
-#: ../data/messages:899
+#: ../data/messages:885
 msgid "How do I remove many icons quickly?"
 msgstr "كيف تزيل الأيقونة بسرعه ؟"
 
-#: ../data/messages:901
+#: ../data/messages:887
 msgid ""
 "Hint : if you delete an icon pointing to a sub-dock, you will be offered to "
 "either delete the sub-dock’s icons or to move them in the main dock."
 msgstr ""
 
-#: ../data/messages:903
+#: ../data/messages:889
 msgid ""
 "Just drag and drop them out of the dock, they will disappear in an explosion "
 "!"
 msgstr ""
 
-#: ../data/messages:905
+#: ../data/messages:891
 msgid "How can I resize my icons?"
 msgstr "كيف تغير حجم أيقوناتك ؟"
 
-#: ../data/messages:907
+#: ../data/messages:893
 msgid ""
 "Hint : You can define the size of each applet independently, to any size "
 "smaller or equal to the default size. Set it to 0x0 to use the default size."
 msgstr ""
 
-#: ../data/messages:909
+#: ../data/messages:895
 msgid ""
 "In the 'Icons' modules, you can setup the default size of your icons by type "
 ": launchers, apps, applets and separators.\n"
 "You can also setup the zoom factor."
 msgstr ""
 
-#: ../data/messages:913
+#: ../data/messages:899
 msgid ""
 "I want to see a preview of opened applications by moving my cursor over its "
 "icon"
 msgstr ""
 
-#: ../data/messages:915 ../data/messages:1043 ../data/messages:1175
-#: ../data/messages:1239 ../data/messages:1277 ../data/messages:1319
-#: ../data/messages:1323 ../data/messages:1329 ../data/messages:1333
-#: ../data/messages:1337 ../data/messages:1341
+#: ../data/messages:901 ../data/messages:1029 ../data/messages:1161
+#: ../data/messages:1225 ../data/messages:1263 ../data/messages:1305
+#: ../data/messages:1309 ../data/messages:1315 ../data/messages:1319
+#: ../data/messages:1323 ../data/messages:1327
 msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
 msgstr ""
 
-#: ../data/messages:917 ../data/messages:1045
+#: ../data/messages:903 ../data/messages:1031
 msgid "If you're using Compiz, you can click on this button:"
 msgstr ""
 
-#: ../data/messages:919
+#: ../data/messages:905
 msgid "Dock"
 msgstr "شريط"
 
-#: ../data/messages:921
+#: ../data/messages:907
 msgid "How do I position my dock on the screen?"
 msgstr "كيف تختار موضع شريطك على الشاشة ؟"
 
-#: ../data/messages:923
+#: ../data/messages:909
 msgid ""
 "Tip: If you have multiple screens managed by Xinerama, you can tick the "
 "option «Use Xinerama», and choose the screen where you wish your dock to be "
 "positioned."
 msgstr ""
 
-#: ../data/messages:925
+#: ../data/messages:911
 msgid ""
 "Everything is in the «Position» module. You can choose to position it on the "
 "bottom, top, left or right side of your screen.\n"
@@ -2610,29 +2620,29 @@
 "screen border."
 msgstr ""
 
-#: ../data/messages:927 ../data/messages:935
+#: ../data/messages:913 ../data/messages:921
 msgid "Go to the «Position» module."
 msgstr ""
 
-#: ../data/messages:929
+#: ../data/messages:915
 msgid "How do I adjust the position of the dock above the Gnome-panel?"
 msgstr ""
 
-#: ../data/messages:931
+#: ../data/messages:917
 msgid ""
 "Tip: you can also simply drag your dock with the mouse by pressing the ALT "
 "key at the same time."
 msgstr ""
 
-#: ../data/messages:933
+#: ../data/messages:919
 msgid "In the «Position» module, you can add an offset to the screen border."
 msgstr ""
 
-#: ../data/messages:937
+#: ../data/messages:923
 msgid "The dock is hidden by the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:939
+#: ../data/messages:925
 msgid ""
 "This is normal, because they are both «docks».\n"
 " You can either move the dock out of the panel, or launch it wih the command "
@@ -2640,29 +2650,29 @@
 " But you can also (re)move the Gnome-Panel by doing a right click on it."
 msgstr ""
 
-#: ../data/messages:941
+#: ../data/messages:927
 msgid "I don’t want other windows covering the dock"
 msgstr "لا أريد أن تغطي أي نوافذ الشريط"
 
-#: ../data/messages:943
+#: ../data/messages:929
 msgid "Tip: You can even do that with desklets: making a desklet's panel !."
 msgstr ""
 
-#: ../data/messages:945
+#: ../data/messages:931
 msgid ""
 "Just choose the corresponding option in the “Accessibility” module.\n"
 "This will reserve the space for the dock only."
 msgstr ""
 
-#: ../data/messages:947 ../data/messages:955
+#: ../data/messages:933 ../data/messages:941
 msgid "Go to the «Accessibility» module."
 msgstr ""
 
-#: ../data/messages:949
+#: ../data/messages:935
 msgid "I don’t want that the dock covers windows"
 msgstr "لا أريد ان يغطي الشريط على النوافذ"
 
-#: ../data/messages:951
+#: ../data/messages:937
 msgid ""
 "Tip: You can choose to pop-up the dock only when the mouse hits the screen "
 "corner instead of the whole screen border.\n"
@@ -2670,7 +2680,7 @@
 "it."
 msgstr ""
 
-#: ../data/messages:953
+#: ../data/messages:939
 msgid ""
 "Two choices are available in the “Accessibility” module:\n"
 " - either choose to “keep the dock below other windows”. The dock will then "
@@ -2679,17 +2689,17 @@
 "you enter the trigger zone."
 msgstr ""
 
-#: ../data/messages:957
+#: ../data/messages:943
 msgid "How can I add a separator?"
 msgstr "كيف يمكن إضافة فاصل ؟"
 
-#: ../data/messages:959
+#: ../data/messages:945
 msgid ""
 "Tip: if you choose to mix applets and launchers in the 'Icons' module, you "
 "can also place separators between applets then."
 msgstr ""
 
-#: ../data/messages:961
+#: ../data/messages:947
 msgid ""
 "Simply right-click on the dock where you wish to add a separator and select "
 "«add a separator».\n"
@@ -2697,23 +2707,23 @@
 "dragging it with the mouse."
 msgstr ""
 
-#: ../data/messages:963
+#: ../data/messages:949
 msgid ""
 "I don't want to have a separator between launchers , applications and "
 "applets."
 msgstr ""
 
-#: ../data/messages:965
+#: ../data/messages:951
 msgid ""
 "In the «Icons» module, in the «separator» section, untick the box that says "
 "«add automatic separators»."
 msgstr ""
 
-#: ../data/messages:969
+#: ../data/messages:955
 msgid "How do I add a sub-dock?"
 msgstr "كيف يمكنك إضافه شريط فرعي ؟"
 
-#: ../data/messages:971
+#: ../data/messages:957
 msgid ""
 "Tip: If you want to move an icon into another dock, right-click on it, go to "
 "'Move to', and choose the one you want in the list. You can do the same with "
@@ -2721,17 +2731,17 @@
 "also create new main docks this way."
 msgstr ""
 
-#: ../data/messages:973
+#: ../data/messages:959
 msgid ""
 "Just right-click on the dock, then select «Add a sub-dock». Fill the config "
 "panel with a name and image, then confirm."
 msgstr ""
 
-#: ../data/messages:975
+#: ../data/messages:961
 msgid "How can I have many main docks?"
 msgstr "كيف يمكنك إضافة العديد من الأشرطه ؟"
 
-#: ../data/messages:977
+#: ../data/messages:963
 msgid ""
 "Hint: you can then move icons inside this new dock by following the previous "
 "method and selecting the dock you've just created.\n"
@@ -2739,23 +2749,23 @@
 "choose “configure this dock”."
 msgstr ""
 
-#: ../data/messages:979
+#: ../data/messages:965
 msgid ""
 "Right-click on a launcher or an applet, go to 'Move to', and choose 'a new "
 "main dock'. A new dock will be created, with this icon inside."
 msgstr ""
 
-#: ../data/messages:981
+#: ../data/messages:967
 msgid "How can I have a 3D dock?"
 msgstr "كيف يمكنك إضافه شريط ثلاثي الأبعاد"
 
-#: ../data/messages:983
+#: ../data/messages:969
 msgid ""
 "Tip: you can set up the view for each sub-dock. Simply edit the icon "
 "pointing to the sub-dock and choose the view you wish to use for it."
 msgstr ""
 
-#: ../data/messages:985
+#: ../data/messages:971
 msgid ""
 "Any dock can be displayed with one view, and many views are available (3D, "
 "Curve, etc).\n"
@@ -2763,21 +2773,21 @@
 "dock, and for sub-dock."
 msgstr ""
 
-#: ../data/messages:987
+#: ../data/messages:973
 msgid "Go to the «Views» module."
 msgstr ""
 
-#: ../data/messages:989
+#: ../data/messages:975
 msgid "How can I change the background of my docks?"
 msgstr "كيف تغير خلفيه أشرطتك ؟"
 
-#: ../data/messages:991
+#: ../data/messages:977
 msgid ""
 "Hint : the Parabolic view doe not have a background, but the Slide and "
 "Rainbow views have their own background parameters."
 msgstr ""
 
-#: ../data/messages:993
+#: ../data/messages:979
 msgid ""
 "In the 'Background' module, you can either choose an image, or a color "
 "gradation.\n"
@@ -2785,21 +2795,21 @@
 "gradatoin will be used."
 msgstr ""
 
-#: ../data/messages:995
+#: ../data/messages:981
 msgid "Go to the «Background» module."
 msgstr ""
 
-#: ../data/messages:997
+#: ../data/messages:983
 msgid "I find the dock too flashy, can it be more sober?"
 msgstr ""
 
-#: ../data/messages:999
+#: ../data/messages:985
 msgid ""
 "Hint : try different themes, some are already very sober, like Dust-Sand or "
 "Elementary."
 msgstr ""
 
-#: ../data/messages:1001
+#: ../data/messages:987
 msgid ""
 "Who can do more can do less ! You can for instance deactivate the \"Icon "
 "effects\" plug-in,\n"
@@ -2812,62 +2822,62 @@
 "this would be a shame ! ^_^"
 msgstr ""
 
-#: ../data/messages:1003
+#: ../data/messages:989
 msgid "Desklet"
 msgstr ""
 
-#: ../data/messages:1005
+#: ../data/messages:991
 msgid "What are «desklets»?"
 msgstr ""
 
-#: ../data/messages:1007
+#: ../data/messages:993
 msgid ""
 "Tip: to detach an applet, you can drag and drop its icon from the dock to "
 "the desktop"
 msgstr ""
 
-#: ../data/messages:1009
+#: ../data/messages:995
 msgid ""
 "Desklets are widgets which are displayed on your desktop. Each applet can be "
 "detached from the dock to act as a desklet."
 msgstr ""
 
-#: ../data/messages:1011
+#: ../data/messages:997
 msgid "How do I configure their position?"
 msgstr "كيف يمكن تعديل أماكنها ؟"
 
-#: ../data/messages:1013
+#: ../data/messages:999
 msgid ""
 "Tip: If you don't want to move it any more, you can lock its position. "
 "Simply right click on the desklet, and select «lock position». To unlock it, "
 "de-select this option."
 msgstr ""
 
-#: ../data/messages:1015
+#: ../data/messages:1001
 msgid "Simply drag them with the mouse."
 msgstr "ببساطة اسحبهم بالمؤشر ."
 
-#: ../data/messages:1017
+#: ../data/messages:1003
 msgid "How do I configure their behaviour?"
 msgstr "كيف يمكن تعديل سلوكها ؟"
 
-#: ../data/messages:1019
+#: ../data/messages:1005
 msgid ""
 "Tip: if you lock the desklet, the buttons will not appear. You can reset a "
 "rotation by middle-clicking on the appropriate button."
 msgstr ""
 
-#: ../data/messages:1021
+#: ../data/messages:1007
 msgid ""
 "There are small buttons on the top and left side of the desklet. They allow  "
 "you to rotate the desklet in 3D !"
 msgstr ""
 
-#: ../data/messages:1023
+#: ../data/messages:1009
 msgid "How do I change their decorations?"
 msgstr ""
 
-#: ../data/messages:1025
+#: ../data/messages:1011
 msgid ""
 "Tip: you can add new decorations by choosing «Personalised» decoration, and "
 "providing a background and/or foreground image. You can configure the "
@@ -2875,7 +2885,7 @@
 "decorations."
 msgstr ""
 
-#: ../data/messages:1027
+#: ../data/messages:1013
 msgid ""
 "The default decoration is defined in the «Desklets» module.\n"
 "Moreover, each desklet can have its own decoration. To change a desklet's "
@@ -2884,33 +2894,33 @@
 "choose the decoration you wish to use."
 msgstr ""
 
-#: ../data/messages:1029
+#: ../data/messages:1015
 msgid "Go to the «Desklets» module."
 msgstr ""
 
-#: ../data/messages:1031
+#: ../data/messages:1017
 msgid "How do I insert a desklet into the dock?"
 msgstr ""
 
-#: ../data/messages:1033
+#: ../data/messages:1019
 msgid "Hint :  if the desklet is locked, the button won’t appear."
 msgstr ""
 
-#: ../data/messages:1035
+#: ../data/messages:1021
 msgid "Simply click on the top right button."
 msgstr ""
 
-#: ../data/messages:1037
+#: ../data/messages:1023
 msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
 msgstr ""
 
-#: ../data/messages:1039
+#: ../data/messages:1025
 msgid ""
 "Tip: you may have to switch to the Widget Layer once so that Compiz takes "
 "the change into account."
 msgstr ""
 
-#: ../data/messages:1041
+#: ../data/messages:1027
 msgid ""
 "In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the "
 "rule (name=cairo-dock &amp; type=utility).\n"
@@ -2918,35 +2928,35 @@
 "desklet and selecting 'Compiz-Fusion Widget'."
 msgstr ""
 
-#: ../data/messages:1049
+#: ../data/messages:1035
 msgid "How do I enable the Taskbar?"
 msgstr "كيف يتم تمكين شريط المهام ؟"
 
-#: ../data/messages:1051
+#: ../data/messages:1037
 msgid "Tip: All the Taskbar options are grouped together in this module."
 msgstr ""
 
-#: ../data/messages:1053
+#: ../data/messages:1039
 msgid "Go to the «Taskbar» module, then tick the first box, and apply."
 msgstr ""
 
-#: ../data/messages:1055 ../data/messages:1063 ../data/messages:1071
-#: ../data/messages:1079 ../data/messages:1085
+#: ../data/messages:1041 ../data/messages:1049 ../data/messages:1057
+#: ../data/messages:1065 ../data/messages:1071
 msgid "Go to the «TaskBar» module."
 msgstr ""
 
-#: ../data/messages:1057
+#: ../data/messages:1043
 msgid ""
 "I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
 msgstr ""
 
-#: ../data/messages:1059
+#: ../data/messages:1045
 msgid ""
 "Tip: You can then scroll on this icon to switch from a window to another, in "
 "an ALT+TAB style."
 msgstr ""
 
-#: ../data/messages:1061
+#: ../data/messages:1047
 msgid ""
 "In the «TaskBar» module, you can use the «Group windows from the same "
 "application in a sub-dock» option. Only a single icon will appear in the "
@@ -2955,11 +2965,11 @@
 "above this icon."
 msgstr ""
 
-#: ../data/messages:1065
+#: ../data/messages:1051
 msgid "I have ugly icons for some applications."
 msgstr ""
 
-#: ../data/messages:1067
+#: ../data/messages:1053
 msgid ""
 "Tip: This way, you can configure your personal icon for any application. "
 "Just place an icon with the same name as the class of the application in a "
@@ -2969,7 +2979,7 @@
 "terminal, then clicking on the window of the application."
 msgstr ""
 
-#: ../data/messages:1069
+#: ../data/messages:1055
 msgid ""
 "This is because X provides small icons for applications which look ugly when "
 "zoomed.\n"
@@ -2977,18 +2987,18 @@
 "launchers' icon?» option to tell the dock not to use them."
 msgstr ""
 
-#: ../data/messages:1073
+#: ../data/messages:1059
 msgid ""
 "When I launch a program with its launcher, I don't want an additional icon "
 "in the taskbar"
 msgstr ""
 
-#: ../data/messages:1075
+#: ../data/messages:1061
 msgid ""
 "Tip: to launch another instance of the program, shift+click on the launcher."
 msgstr ""
 
-#: ../data/messages:1077
+#: ../data/messages:1063
 msgid ""
 "In the «TaskBar» module, you can use the «Mix launchers and applications» "
 "option.\n"
@@ -2998,11 +3008,11 @@
 "You can then act on the window as if it were a taskbar icon."
 msgstr ""
 
-#: ../data/messages:1081
+#: ../data/messages:1067
 msgid "I'm using Pidgin, and I want to see my friends' avatars."
 msgstr ""
 
-#: ../data/messages:1083
+#: ../data/messages:1069
 msgid ""
 "If you chose to overwrite X icons, you can add an exception for Pidgin just "
 "before this option.\n"
@@ -3012,68 +3022,68 @@
 "this application."
 msgstr ""
 
-#: ../data/messages:1087
+#: ../data/messages:1073
 msgid ""
 "How can I quickly navigate between many windows of the same application "
 "quickly?"
 msgstr ""
 
-#: ../data/messages:1089
+#: ../data/messages:1075
 msgid ""
 "Tip: you can also close all the windows of this application by middle-"
 "clicking on the icon pointing to the sub-dock."
 msgstr ""
 
-#: ../data/messages:1091
+#: ../data/messages:1077
 msgid ""
 "Scroll on the icon of one of the windows of this application, or even on the "
 "icon pointing to the sub-dock if you group windows in a sub-dock."
 msgstr ""
 
-#: ../data/messages:1093
+#: ../data/messages:1079
 msgid "Replacing the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:1095
+#: ../data/messages:1081
 msgid "How can I add the main menu?"
 msgstr ""
 
-#: ../data/messages:1097
+#: ../data/messages:1083
 msgid ""
 "Tip: if you have removed your Gnome-panel, then the «alt+F1» shortkey will "
 "no longer work. This applet lets you configure a shortcut to pop up the menu "
 "at the mouse's location."
 msgstr ""
 
-#: ../data/messages:1099
+#: ../data/messages:1085
 msgid "Enable the GMenu applet."
 msgstr ""
 
-#: ../data/messages:1101 ../data/messages:1109
+#: ../data/messages:1087 ../data/messages:1095
 msgid "Go to the «GMenu» module."
 msgstr ""
 
-#: ../data/messages:1103
+#: ../data/messages:1089
 msgid "How can I add a simple «quick launch» panel?"
 msgstr ""
 
-#: ../data/messages:1105
+#: ../data/messages:1091
 msgid ""
 "Tip: if you removed your Gnome-panel, then the «alt+F2» shortkey will no "
 "longer work. This applet lets you configure a shortcut to pop up the quick-"
 "launch dialog."
 msgstr ""
 
-#: ../data/messages:1107
+#: ../data/messages:1093
 msgid ""
 "Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
 msgstr ""
 
-#: ../data/messages:1111
+#: ../data/messages:1097
 msgid "How can I add a Log-out icon?"
 msgstr ""
 
-#: ../data/messages:1113
+#: ../data/messages:1099
 msgid ""
 "Tip: In the latest version of GNOME, there are 2 panels: one to log out, and "
 "one to turn off the computer. The first one is raised by a click on the "
@@ -3081,101 +3091,101 @@
 "order, and even lets you enter your own commands."
 msgstr ""
 
-#: ../data/messages:1115
+#: ../data/messages:1101
 msgid "Enable the «Log-out» applet."
 msgstr ""
 
-#: ../data/messages:1117
+#: ../data/messages:1103
 msgid "Go to the «Log-out» module."
 msgstr ""
 
-#: ../data/messages:1119
+#: ../data/messages:1105
 msgid "How can I access the dustbin?"
 msgstr ""
 
-#: ../data/messages:1121
+#: ../data/messages:1107
 msgid ""
 "Tip: you can delete a file by dragging it into the dustbin. You can even "
 "unmount a mount-point this way!"
 msgstr ""
 
-#: ../data/messages:1123
+#: ../data/messages:1109
 msgid "Simply enable the «Dustbin» applet."
 msgstr ""
 
-#: ../data/messages:1125
+#: ../data/messages:1111
 msgid "Go to the «Dustbin» module."
 msgstr ""
 
-#: ../data/messages:1127
+#: ../data/messages:1113
 msgid "How can I access my mount points?"
 msgstr ""
 
-#: ../data/messages:1129
+#: ../data/messages:1115
 msgid ""
 "Tip: you can mount a volume by clicking on its icon. To unmount it, middle-"
 "click on its icon, or right-click and select «unmount»."
 msgstr ""
 
-#: ../data/messages:1131
+#: ../data/messages:1117
 msgid "Simply enable the «Shortcuts» applet."
 msgstr ""
 
-#: ../data/messages:1133 ../data/messages:1141
+#: ../data/messages:1119 ../data/messages:1127
 msgid "Go to the «Shortcuts» module."
 msgstr ""
 
-#: ../data/messages:1135
+#: ../data/messages:1121
 msgid "How can I access my Nautilus bookmarks?"
 msgstr ""
 
-#: ../data/messages:1137
+#: ../data/messages:1123
 msgid ""
 "Tip: you can add a bookmark by dragging the folder onto the applet or into "
 "its sub-dock. You can also rename and remove bookmarks. This will also take "
 "effect in Nautilus immediately, and vice versa."
 msgstr ""
 
-#: ../data/messages:1139
+#: ../data/messages:1125
 msgid "Simply enable the «shortcuts» applet."
 msgstr ""
 
-#: ../data/messages:1143
+#: ../data/messages:1129
 msgid "How can I access my desktop?"
 msgstr ""
 
-#: ../data/messages:1145
+#: ../data/messages:1131
 msgid ""
 "Tip: middle-clicking on the icon will hide all windows, but not desklets."
 msgstr ""
 
-#: ../data/messages:1147
+#: ../data/messages:1133
 msgid "Simply enable the «showDesktop» applet."
 msgstr ""
 
-#: ../data/messages:1149
+#: ../data/messages:1135
 msgid "Go to the «Show Desktop» module."
 msgstr ""
 
-#: ../data/messages:1151
+#: ../data/messages:1137
 msgid "How can I add an easy-to-acces calendar?"
 msgstr ""
 
-#: ../data/messages:1153
+#: ../data/messages:1139
 msgid ""
 "Enable the «Clock» applet. Clicking on it will display a calendar, clicking "
 "again will hide it."
 msgstr ""
 
-#: ../data/messages:1155
+#: ../data/messages:1141
 msgid "Go to the «Clock» module."
 msgstr ""
 
-#: ../data/messages:1157
+#: ../data/messages:1143
 msgid "How can I add the notification area (systray)?"
 msgstr ""
 
-#: ../data/messages:1159
+#: ../data/messages:1145
 msgid ""
 "Enable the «Systray» applet. For the moment it cannot be displayed directly "
 "in the dock,\n"
@@ -3185,62 +3195,66 @@
 "corner of your screen and keep it above other windows."
 msgstr ""
 
-#: ../data/messages:1161
+#: ../data/messages:1147
 msgid "Go to the «Systray» module."
 msgstr ""
 
-#: ../data/messages:1163
+#: ../data/messages:1149
 msgid ""
 "How can I add an easy-to-access terminal with real transparency, like Tilda?"
 msgstr ""
 
-#: ../data/messages:1165
+#: ../data/messages:1151
 msgid ""
 "Tip: clicking next to the last tab will create a new tab. Double-clicking on "
 "a tab allows you to rename it. You can even change the colour of a tab!"
 msgstr ""
 
-#: ../data/messages:1167
+#: ../data/messages:1153
 msgid ""
 "Enable the «Terminal» applet. You can detach it and place it on the Widget "
 "Layer for instance, or configure a shortkey to make it pop up instantly."
 msgstr ""
 
-#: ../data/messages:1169
+#: ../data/messages:1155
 msgid "Go to the «terminal» module."
 msgstr ""
 
-#: ../data/messages:1171
+#: ../data/messages:1157
 msgid "So then, how can I remove completely the gnome-panel?"
 msgstr ""
 
-#: ../data/messages:1173
+#: ../data/messages:1159
 msgid ""
 "Open gconf-editor, edit the key "
-"/desktop/gnome/session/required_components_list/panel, and replace its "
-"content with \"cairo-dock\".\n"
+"/desktop/gnome/session/required_components/panel, and replace its content "
+"with \"cairo-dock\".\n"
 "Then restart your session : the gnome-panel has not been started, and the "
 "dock has been started (if not, you can add it to the startup programs)."
 msgstr ""
 
-#: ../data/messages:1177
+#: ../data/messages:1163
 msgid ""
 "If you are on Gnome, you can click on this button in order to automatically "
 "modify this key:"
 msgstr ""
 
-#: ../data/messages:1181
+#: ../data/messages:1165 ../data/messages:1293
+msgid "Other applets"
+msgstr "تطبقات اخرى"
+
+#: ../data/messages:1167
 msgid "How do I run the same applet multiple times?"
 msgstr ""
 
-#: ../data/messages:1183
+#: ../data/messages:1169
 msgid ""
 "Tip: This allows you, for example, to have the current time for different "
 "countries in your dock or to have several animated characters in your dock "
 "or the weather in different cities."
 msgstr ""
 
-#: ../data/messages:1185
+#: ../data/messages:1171
 msgid ""
 "Some applets can have several instances running at the same time: Clock, "
 "Cairo-Penguin, Weather, Netspeed, ...\n"
@@ -3249,91 +3263,91 @@
 "You can configure this new applet just like any other."
 msgstr ""
 
-#: ../data/messages:1187
+#: ../data/messages:1173
 msgid ""
 "I have a personal gauge that I want to use in the dock (for System-Monitor "
 "or others)."
 msgstr ""
 
-#: ../data/messages:1189
+#: ../data/messages:1175
 msgid ""
 "Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
 msgstr ""
 
-#: ../data/messages:1191
+#: ../data/messages:1177
 msgid ""
 "I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
 msgstr ""
 
-#: ../data/messages:1193
+#: ../data/messages:1179
 msgid ""
 "Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-"
 "Penguin, weather, etc."
 msgstr ""
 
-#: ../data/messages:1195
+#: ../data/messages:1181
 msgid ""
 "Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
 msgstr ""
 
-#: ../data/messages:1197
+#: ../data/messages:1183
 msgid "How do I change the brightness of my screen quickly?"
 msgstr ""
 
-#: ../data/messages:1199
+#: ../data/messages:1185
 msgid ""
 "Enable the Xgamma applet, then you can scroll up/down on the icon with the "
 "mouse."
 msgstr ""
 
-#: ../data/messages:1201
+#: ../data/messages:1187
 msgid "Go to the «Xgamma» module."
 msgstr ""
 
-#: ../data/messages:1203
+#: ../data/messages:1189
 msgid "How can I change the speaker volume quickly?"
 msgstr ""
 
-#: ../data/messages:1205
+#: ../data/messages:1191
 msgid ""
 "Enable the AlsaMixer applet, then you can scroll up/down on the icon with "
 "the mouse."
 msgstr ""
 
-#: ../data/messages:1207
+#: ../data/messages:1193
 msgid "Go to the «AlsaMixer» module."
 msgstr ""
 
-#: ../data/messages:1209
+#: ../data/messages:1195
 msgid "How can I quickly switch to another desktop?"
 msgstr ""
 
-#: ../data/messages:1211
+#: ../data/messages:1197
 msgid "Tip: This applet even lets you add or remove quickly a desktop !"
 msgstr ""
 
-#: ../data/messages:1213
+#: ../data/messages:1199
 msgid ""
 "Activate the Switcher applet, then you can scroll up/down on the icon with "
 "the mouse to go to the previous/next desktop,\n"
 " or click on the icon to select a desktop."
 msgstr ""
 
-#: ../data/messages:1215
+#: ../data/messages:1201
 msgid "Go to the «Switcher» module."
 msgstr ""
 
-#: ../data/messages:1217
+#: ../data/messages:1203
 msgid "How can I control my dock from the keyboard?"
 msgstr ""
 
-#: ../data/messages:1219
+#: ../data/messages:1205
 msgid ""
 "Tip: When you define a shortkey, try it before to be sure that it is not "
 "already used by another application!"
 msgstr ""
 
-#: ../data/messages:1221
+#: ../data/messages:1207
 msgid ""
 "Many applets have events that can be triggered by a keyboard shortcut :\n"
 " - the <i>AlsaMixer</i> applet allows you to pop-up a <b>volume button</b> "
@@ -3352,37 +3366,37 @@
 "your docks</b> and quickly <b>find and launch</b> applications and files !"
 msgstr ""
 
-#: ../data/messages:1223
+#: ../data/messages:1209
 msgid "Troubleshooting"
 msgstr ""
 
-#: ../data/messages:1225
+#: ../data/messages:1211
 msgid "If you have any question, don't hesitate to ask on our forum."
 msgstr ""
 
-#: ../data/messages:1227
+#: ../data/messages:1213
 msgid "Forum"
 msgstr ""
 
-#: ../data/messages:1229
+#: ../data/messages:1215
 msgid "Our wiki can also help you, it is more complete on some points."
 msgstr ""
 
-#: ../data/messages:1231
+#: ../data/messages:1217
 msgid "Wiki"
 msgstr ""
 
-#: ../data/messages:1233
+#: ../data/messages:1219
 msgid "I have a black background around my dock."
 msgstr ""
 
-#: ../data/messages:1235
+#: ../data/messages:1221
 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:1237
+#: ../data/messages:1223
 msgid ""
 "You need to turn on compositing. For instance, you can run Compiz or "
 "xcompmgr. \n"
@@ -3393,28 +3407,28 @@
 "'/apps/metacity/general/compositing_manager' and set it to 'true'."
 msgstr ""
 
-#: ../data/messages:1241
+#: ../data/messages:1227
 msgid ""
 "If you're on Gnome with Metacity (without Compiz), you can click on this "
 "button:"
 msgstr ""
 
-#: ../data/messages:1243
+#: ../data/messages:1229
 msgid "My machine is too old to run a composite manager."
 msgstr ""
 
-#: ../data/messages:1245
+#: ../data/messages:1231
 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:1247
+#: ../data/messages:1233
 msgid "The dock is horribly slow when I move the mouse into it."
 msgstr ""
 
-#: ../data/messages:1249
+#: ../data/messages:1235
 msgid ""
 "If you have an Nvidia GeForce8 graphics card, please install the latest "
 "drivers, as the first ones were really buggy.\n"
@@ -3424,32 +3438,32 @@
 "with «cairo-dock -c»."
 msgstr ""
 
-#: ../data/messages:1251
+#: ../data/messages:1237
 msgid "I don't have these wonderful effects like fire, cube rotating, etc."
 msgstr ""
 
-#: ../data/messages:1253
+#: ../data/messages:1239
 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:1255
+#: ../data/messages:1241
 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:1257
+#: ../data/messages:1243
 msgid "I don't have any themes in the Theme Manager, except the default one."
 msgstr ""
 
-#: ../data/messages:1259
+#: ../data/messages:1245
 msgid "Hint : Up to version 2.1.1-2, wget was used."
 msgstr ""
 
-#: ../data/messages:1261
+#: ../data/messages:1247
 msgid ""
 "Be sure that you are connected to the Net.\n"
 " If your connection is very slow, you can increase the connection timeout in "
@@ -3459,17 +3473,17 @@
 "\"http_proxy\" environment variable)."
 msgstr ""
 
-#: ../data/messages:1263
+#: ../data/messages:1249
 msgid "The «netspeed» applet displays 0 even when I'm downloading something"
 msgstr ""
 
-#: ../data/messages:1265
+#: ../data/messages:1251
 msgid ""
 "Tip: you can run several instances of this applet if you wish to monitor "
 "several interfaces."
 msgstr ""
 
-#: ../data/messages:1267
+#: ../data/messages:1253
 msgid ""
 "You must tell the applet which interface you're using to connect to the Net "
 "(by default, this is «eth0»).\n"
@@ -3478,11 +3492,11 @@
 "something like «eth1», «ath0», or «wifi0».."
 msgstr ""
 
-#: ../data/messages:1269
+#: ../data/messages:1255
 msgid "The dustbin remains empty even when I delete a file."
 msgstr ""
 
-#: ../data/messages:1271
+#: ../data/messages:1257
 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 "
@@ -3490,31 +3504,31 @@
 "here!!! (do not insert spaces or some invisible caracters)."
 msgstr ""
 
-#: ../data/messages:1273
+#: ../data/messages:1259
 msgid ""
 "There is no icon in the Applications Menu even though I enable the option."
 msgstr ""
 
-#: ../data/messages:1275
+#: ../data/messages:1261
 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:1279
+#: ../data/messages:1265
 msgid "If you're on Gnome you can click on this button:"
 msgstr ""
 
-#: ../data/messages:1281
+#: ../data/messages:1267
 msgid "The Project"
 msgstr ""
 
-#: ../data/messages:1283
+#: ../data/messages:1269
 msgid "Join the project!"
 msgstr ""
 
-#: ../data/messages:1285
+#: ../data/messages:1271
 msgid ""
 "We value your help! If you see a bug, if you think something could be "
 "improved,\n"
@@ -3526,57 +3540,61 @@
 "we’ll be happy to integrate it on our server !"
 msgstr ""
 
-#: ../data/messages:1287
+#: ../data/messages:1273
 msgid ""
 "If you wish to develop an applet, a complete documentation is available here."
 msgstr ""
 
-#: ../data/messages:1289
+#: ../data/messages:1275
 msgid "Documentation"
 msgstr ""
 
-#: ../data/messages:1291
+#: ../data/messages:1277
 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:1293
+#: ../data/messages:1279
 msgid "DBus API"
 msgstr ""
 
+#: ../data/messages:1281
+msgid ""
+"\n"
+"\n"
+"The Cairo-Dock Team"
+msgstr ""
+
+#: ../data/messages:1283
+msgid "Websites"
+msgstr ""
+
 #: ../data/messages:1295
-msgid ""
-"\n"
-"\n"
-"The Cairo-Dock Team"
-msgstr ""
+msgid "Cairo-Dock-Plug-ins-Extras"
+msgstr "اضفات اضافية ليكرو دوك"
 
 #: ../data/messages:1297
-msgid "Websites"
-msgstr ""
-
-#: ../data/messages:1311
 msgid "Repositories"
 msgstr ""
 
-#: ../data/messages:1313
+#: ../data/messages:1299
 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:1315
+#: ../data/messages:1301
 msgid "Debian/Ubuntu"
 msgstr ""
 
-#: ../data/messages:1317
+#: ../data/messages:1303
 msgid "Ubuntu"
 msgstr ""
 
-#: ../data/messages:1321
+#: ../data/messages:1307
 msgid ""
 "If you're on Ubuntu, you can add our 'stable' repository by clicking on this "
 "button:\n"
@@ -3584,7 +3602,7 @@
 "latest stable version."
 msgstr ""
 
-#: ../data/messages:1325
+#: ../data/messages:1311
 msgid ""
 "If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by "
 "clicking on this button:\n"
@@ -3592,11 +3610,11 @@
 "latest weekly version."
 msgstr ""
 
-#: ../data/messages:1327
+#: ../data/messages:1313
 msgid "Debian"
 msgstr ""
 
-#: ../data/messages:1331
+#: ../data/messages:1317
 msgid ""
 "If you're on Debian Stable, you can add our 'stable' repository by clicking "
 "on this button:\n"
@@ -3604,7 +3622,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1335
+#: ../data/messages:1321
 msgid ""
 "If you're on Debian Unstable, you can add our 'stable' repository by "
 "clicking on this button:\n"
@@ -3612,7 +3630,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1339
+#: ../data/messages:1325
 msgid ""
 "If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) "
 "by clicking on this button:\n"
@@ -3620,7 +3638,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1343
+#: ../data/messages:1329
 msgid ""
 "If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) "
 "by clicking on this button:\n"
@@ -3628,215 +3646,244 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1373
+#: ../data/messages:1359
 msgid "starting from 0"
 msgstr "البدأ من الصفر"
 
-#: ../data/messages:1377
+#: ../data/messages:1363
 msgid "Visibility of the dock"
 msgstr ""
 
-#: ../data/messages:1401
+#: ../data/messages:1387
 msgid "Leave it empty to use the same view as the main dock."
 msgstr ""
 
-#: ../data/messages:1403
+#: ../data/messages:1389
 msgid "Choose the view for this dock :/"
 msgstr ""
 
-#: ../data/messages:1409
+#: ../data/messages:1395
 msgid "Same as main dock"
 msgstr ""
 
-#: ../data/messages:1427
-msgid "Choose a theme"
-msgstr "إختر سمه"
-
-#: ../data/messages:1431
+#: ../data/messages:1413
 msgid "You can even paste an internet URL."
 msgstr "يمكنك ايضا لصق رابط إنترنت."
 
-#: ../data/messages:1433
+#: ../data/messages:1415
 msgid "...or drag and drop a theme package here :"
 msgstr "... أو سحب وإفلات حزمه السمه هنا :"
 
-#: ../data/messages:1435
+#: ../data/messages:1417
 msgid "Theme loading options"
 msgstr ""
 
-#: ../data/messages:1445
+#: ../data/messages:1419
+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:1421
+msgid "Use the new theme's launchers?"
+msgstr "إستخدم سمة المشغل الجديد؟"
+
+#: ../data/messages:1423
+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:1425
+msgid "Use the new theme's behaviour?"
+msgstr "هل تريد استخدام سلوك السمة الجديدة ؟"
+
+#: ../data/messages:1427
 msgid "Save"
 msgstr "حفظ"
 
-#: ../data/messages:1447
+#: ../data/messages:1429
 msgid "Save current theme"
 msgstr "حفظ السمه الحاليه"
 
-#: ../data/messages:1449
+#: ../data/messages:1431
 msgid "You will then be able to re-open it at any time."
 msgstr "سيكون بإمكانك إعاده فتحها في اي وقت."
 
-#: ../data/messages:1451
+#: ../data/messages:1433
 msgid "Save as:"
 msgstr "حفظ باسم:"
 
-#: ../data/messages:1453
+#: ../data/messages:1435
 msgid "Save current behaviour also?"
 msgstr ""
 
-#: ../data/messages:1455
+#: ../data/messages:1437
 msgid "Save current launchers also?"
 msgstr "هل تريد حفظ المشغلات الحاليه أيضا ؟"
 
-#: ../data/messages:1457
+#: ../data/messages:1439
 msgid ""
 "The dock will build a complete tarball of your current theme, allowing you "
 "to easily exchange it with other people."
 msgstr ""
 
-#: ../data/messages:1459
+#: ../data/messages:1441
 msgid "Build a package of the theme?"
 msgstr "هل تريد بناء حزمة لهذه السمه ؟"
 
-#: ../data/messages:1461
+#: ../data/messages:1443
 msgid "Delete"
 msgstr "حذف"
 
-#: ../data/messages:1463
+#: ../data/messages:1445
 msgid "List of your personal themes"
 msgstr "قائمه السمات الخاصه بك"
 
-#: ../data/messages:1465
+#: ../data/messages:1447
 msgid "Delete from the list themes that you don't need anymore :"
 msgstr "احذف من القائمه السمات التي لم تعد بحاجه لها :"
 
-#: ../data/messages:1467 ../data/messages:1469 ../data/messages:1471
-#: ../data/messages:1473 ../data/messages:1501 ../data/messages:1551
-#: ../data/messages:1585
+#: ../data/messages:1449 ../data/messages:1451 ../data/messages:1453
+#: ../data/messages:1455 ../data/messages:1489 ../data/messages:1539
+#: ../data/messages:1577
 msgid "Desktop Entry"
 msgstr ""
 
-#: ../data/messages:1475
+#: ../data/messages:1457
+msgid "Subdock"
+msgstr ""
+
+#: ../data/messages:1459 ../data/messages:1543 ../data/messages:1581
+msgid ""
+"If you write here a container's name that doesn't exist yet, a new one will "
+"be created, with this icon inside."
+msgstr ""
+
+#: ../data/messages:1461 ../data/messages:1533 ../data/messages:1545
+#: ../data/messages:1583
+msgid "Name of the container it belongs to:"
+msgstr "اسم الحاويه التابعة لها :"
+
+#: ../data/messages:1463
 msgid "Sub-dock's name :"
 msgstr "اسم الشريط الفرعي"
 
-#: ../data/messages:1477 ../data/messages:1505
+#: ../data/messages:1465 ../data/messages:1553 ../data/messages:1585
+msgid "Display"
+msgstr ""
+
+#: ../data/messages:1467 ../data/messages:1493
 msgid "How to render the icon :"
 msgstr ""
 
-#: ../data/messages:1479 ../data/messages:1507
+#: ../data/messages:1469 ../data/messages:1495
 msgid "Use an image"
 msgstr "إستخدام صوره"
 
-#: ../data/messages:1481 ../data/messages:1509
+#: ../data/messages:1471 ../data/messages:1497
 msgid "Draw sub-dock's content as emblems"
 msgstr ""
 
-#: ../data/messages:1483 ../data/messages:1511
+#: ../data/messages:1473 ../data/messages:1499
 msgid "Draw sub-dock's content as stack"
 msgstr ""
 
-#: ../data/messages:1485 ../data/messages:1513
+#: ../data/messages:1475 ../data/messages:1501
 msgid "Draw sub-dock's content inside a box"
 msgstr "رسم محتويات الشريط الفرعي داخل صندوق"
 
-#: ../data/messages:1487 ../data/messages:1515 ../data/messages:1559
+#: ../data/messages:1477 ../data/messages:1503 ../data/messages:1555
 #: ../data/messages:1587
 msgid "Image's name or path :"
 msgstr "اسم الصوره او مسارها :"
 
-#: ../data/messages:1489 ../data/messages:1541 ../data/messages:1565
+#: ../data/messages:1479 ../data/messages:1529 ../data/messages:1557
 #: ../data/messages:1589
 msgid "Extra parameters"
 msgstr "مؤشرات إضافيه"
 
-#: ../data/messages:1491 ../data/messages:1543 ../data/messages:1567
-#: ../data/messages:1591
-msgid "Order you want for this launcher among the others:"
-msgstr ""
-
-#: ../data/messages:1493 ../data/messages:1545 ../data/messages:1563
-#: ../data/messages:1593
-msgid "Name of the container it belongs to:"
-msgstr "اسم الحاويه التابعة لها :"
-
-#: ../data/messages:1495
+#: ../data/messages:1481
 msgid "Name of the view used for the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1497
+#: ../data/messages:1483
 msgid "If '0' the container will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1499 ../data/messages:1549 ../data/messages:1583
+#: ../data/messages:1485 ../data/messages:1537 ../data/messages:1573
 msgid "Only show in this specific viewport"
 msgstr ""
 
-#: ../data/messages:1503 ../data/messages:1553
+#: ../data/messages:1487 ../data/messages:1531 ../data/messages:1575
+#: ../data/messages:1591
+msgid "Order you want for this launcher among the others:"
+msgstr ""
+
+#: ../data/messages:1491 ../data/messages:1547
 msgid "Launcher's name :"
 msgstr "اسم المشغل :"
 
-#: ../data/messages:1517
+#: ../data/messages:1505
 msgid "URI of the file :"
 msgstr ""
 
-#: ../data/messages:1519
+#: ../data/messages:1507
 msgid "Number of files to list in the sub-dock :"
 msgstr "عدد الملفات التي ستدرج في الشريط الفرعي :"
 
-#: ../data/messages:1523
+#: ../data/messages:1511
 msgid "5"
 msgstr "5"
 
-#: ../data/messages:1525
+#: ../data/messages:1513
 msgid "10"
 msgstr "10"
 
-#: ../data/messages:1527
+#: ../data/messages:1515
 msgid "20"
 msgstr "20"
 
-#: ../data/messages:1529
+#: ../data/messages:1517
 msgid "30"
 msgstr "30"
 
-#: ../data/messages:1533
+#: ../data/messages:1521
 msgid "Sort files by :"
 msgstr "ترتيب الملفات بواسطه :"
 
-#: ../data/messages:1535
+#: ../data/messages:1523
 msgid "Name"
 msgstr "الإسم"
 
-#: ../data/messages:1537
+#: ../data/messages:1525
 msgid "Size"
 msgstr "الحجم"
 
-#: ../data/messages:1539
+#: ../data/messages:1527
 msgid "Date"
 msgstr "التاريخ"
 
-#: ../data/messages:1547 ../data/messages:1581
+#: ../data/messages:1535 ../data/messages:1571
 msgid "If '0' the launcher will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1555
+#: ../data/messages:1541
+msgid "Launcher"
+msgstr ""
+
+#: ../data/messages:1549
 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:1557
+#: ../data/messages:1551
 msgid "Command to launch on click :"
 msgstr "الأمر للتشغيل من خلال النقر :"
 
-#: ../data/messages:1561
-msgid ""
-"If you write here a container's name that doesn't exist yet, a new one will "
-"be created, with this icon inside."
-msgstr ""
-
-#: ../data/messages:1569
+#: ../data/messages:1559
 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 "
@@ -3844,11 +3891,11 @@
 "steal the Terminal's icon from the Taskbar."
 msgstr ""
 
-#: ../data/messages:1571
+#: ../data/messages:1561
 msgid "Prevent this launcher from stealing appli from taskbar ?"
 msgstr ""
 
-#: ../data/messages:1573
+#: ../data/messages:1563
 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 "
@@ -3856,24 +3903,24 @@
 "program, which is useful to link the appli with its launcher."
 msgstr ""
 
-#: ../data/messages:1575
+#: ../data/messages:1565
 msgid "Class of the program :"
 msgstr "فئة البرنامج:"
 
-#: ../data/messages:1577
+#: ../data/messages:1567
 msgid "It will use 'xterm'."
 msgstr ""
 
-#: ../data/messages:1579
+#: ../data/messages:1569
 msgid "Run in a terminal ?"
 msgstr "تشغيل في الطرفيه ؟"
 
-#: ../data/messages:1595
+#: ../data/messages:1593
 msgid "pouet"
 msgstr ""
 
-#: ../data/messages:1597 ../data/messages:1599 ../data/messages:1601
-#: ../data/messages:1603
+#: ../data/messages:1595 ../data/messages:1597 ../data/messages:1599
+#: ../data/messages:1601
 msgid ""
 "v1.4.6.3 :\n"
 "Just to say :\n"
@@ -3881,7 +3928,7 @@
 "  the Cairo-Dock's team."
 msgstr ""
 
-#: ../data/messages:1605
+#: ../data/messages:1603
 msgid ""
 "v1.5.0 : it's been 1 month since previous release, and we worked hardly to "
 "bring you :\n"
@@ -3901,7 +3948,7 @@
 "  Now, why not try to make an applet for Cairo-Dock ? ;-)"
 msgstr ""
 
-#: ../data/messages:1607
+#: ../data/messages:1605
 msgid ""
 "v1.5.1 :\n"
 " - The 1.5 branch is still young, so this version brings a lot of bug fixes\n"
@@ -3913,7 +3960,7 @@
 " and behave as real desklets."
 msgstr ""
 
-#: ../data/messages:1609
+#: ../data/messages:1607
 msgid ""
 "v1.5.2.1 :\n"
 " - a lot of bug fixes, especially on desklets.\n"
@@ -3921,7 +3968,7 @@
 " - Cairo-Dock is now fully translated in Japanese, thanks to Jiro Kawada !"
 msgstr ""
 
-#: ../data/messages:1611
+#: ../data/messages:1609
 msgid ""
 "v1.5.3.2 :\n"
 " - Themes have been deeply reviewed\n"
@@ -3935,7 +3982,7 @@
 "  who could help cairo-dock to be well-integrated into KDE ;-)"
 msgstr ""
 
-#: ../data/messages:1613
+#: ../data/messages:1611
 msgid ""
 "v1.5.4.2 : a huge release !\n"
 " - add a cute pinguin in your dock with the new applet Cairo-Penguin\n"
@@ -3949,7 +3996,7 @@
 " - 3 more themes in Weather"
 msgstr ""
 
-#: ../data/messages:1615
+#: ../data/messages:1613
 msgid ""
 "v1.5.5.4 :\n"
 " - Huge enhancements in the TaskBar :\n"
@@ -3965,7 +4012,7 @@
 "soon ;-)"
 msgstr ""
 
-#: ../data/messages:1617
+#: ../data/messages:1615
 msgid ""
 "v1.5.6 :\n"
 " - Integration into the last Gnome 2.22 (Ubuntu8.04, Fedora9, ...) - still "
@@ -3983,7 +4030,7 @@
 " - Any help would be welcome to integrate the dock into KDE !"
 msgstr ""
 
-#: ../data/messages:1619
+#: ../data/messages:1617
 msgid ""
 "v1.6.0 :\n"
 " - A new view has appeared : Diapositive !\n"
@@ -4002,7 +4049,7 @@
 " - Real window thumbnail when minimized."
 msgstr ""
 
-#: ../data/messages:1621
+#: ../data/messages:1619
 msgid ""
 "v1.6.1 :\n"
 "Cairo-Dock has one year ! To celebrate this event, we are happy to offer you "
@@ -4015,7 +4062,7 @@
 "plug-in ^_^"
 msgstr ""
 
-#: ../data/messages:1623
+#: ../data/messages:1621
 msgid ""
 "v1.6.2 : the first version integrated in the Ubuntu repositories !\n"
 " - 2 new applets have been released :\n"
@@ -4028,7 +4075,7 @@
 "plug-in ^_^"
 msgstr ""
 
-#: ../data/messages:1625
+#: ../data/messages:1623
 msgid ""
 "v1.6.3 : \n"
 " - first the bad news :\n"
@@ -4046,7 +4093,7 @@
 " - The dock is now translated in Sweden and partially in Greek."
 msgstr ""
 
-#: ../data/messages:1627
+#: ../data/messages:1625
 msgid ""
 "Cairo-Dock II\n"
 " - Cairo-Dock is now a full OpenGL dock ! (the cairo backend is still "
@@ -4059,7 +4106,7 @@
 " - Lot of bug fixes and upgrades in all plug-ins."
 msgstr ""
 
-#: ../data/messages:1629
+#: ../data/messages:1627
 msgid ""
 "2.0.5 :\n"
 " - This is mainly a bug-fix version\n"
@@ -4067,7 +4114,7 @@
 " - Added functionnalities on grouped applications icons."
 msgstr ""
 
-#: ../data/messages:1631
+#: ../data/messages:1629
 msgid ""
 "2.1.0 : A really heavy version !\n"
 " - Control any music player with the MusicPlayer applet\n"
@@ -4084,7 +4131,7 @@
 "documentation on http://doc.glx-dock.org.";
 msgstr ""
 
-#: ../data/messages:1633
+#: ../data/messages:1631
 msgid ""
 "2.1.1 : more stable and user-friendly !\n"
 " - This version corrects many bugs appeared with the v2.1.0 (sorry for that "
@@ -4102,7 +4149,7 @@
 "    You can even write an applet in any language with it !"
 msgstr ""
 
-#: ../data/messages:1635
+#: ../data/messages:1633
 msgid ""
 "2.1.2 : \n"
 " - The config panel has been improved again (new icons, more clear, better "
@@ -4120,7 +4167,7 @@
 "to achieve it !"
 msgstr ""
 
-#: ../data/messages:1637
+#: ../data/messages:1635
 msgid ""
 "GLX-Dock 2.1.3\n"
 " - A new and simplified configuration panel has been written\n"
@@ -4135,7 +4182,7 @@
 " - This version also fixes a huge number of problems."
 msgstr ""
 
-#: ../data/messages:1639
+#: ../data/messages:1637
 msgid ""
 "<b><span color='red'>GLX-Dock 2.2.0</span></b>\n"
 " - The dock has gained 2 <b>new visibility modes</b> and several <b>auto-"
@@ -4159,6 +4206,17 @@
 "better on any desktop."
 msgstr ""
 
+#: ../data/messages:1639
+msgid ""
+"<b><span color='red'>GLX-Dock 2.2.1</span></b>\n"
+" - The <i>System-Monitor</i> applet can now monitor <b>CPU temperature</b> "
+"and <b>fan speed</b>.\n"
+" - The <i>menus</i> have a <b>better layout</b>.\n"
+" - The <i>Logout applet</i> now warns you when the computer <b>needs to be "
+"restarted</b>.\n"
+" - Several <b>bug-fixes</b> and improvments."
+msgstr ""
+
 #~ msgid "Do you want to mount this device?"
 #~ msgstr "هل تريد تحميل هذا الجهاز؟"
 
@@ -4175,6 +4233,18 @@
 #~ msgid "Plug-ins"
 #~ msgstr "ملحقات"
 
+#~ msgid "The themes could not be deleted"
+#~ msgstr "سمات لم يتم حذفها ."
+
+#~ msgid "The theme could not be deleted"
+#~ msgstr "سمة لا يمكن حذفها ."
+
+#~ msgid "The theme could not be saved"
+#~ msgstr "ﻻ يمكن حفظ السمة ."
+
+#~ msgid "The theme has been deleted"
+#~ msgstr "تم حذف السمة ."
+
 #~ msgid "Hidden Dock"
 #~ msgstr "إخفاء الشريط ."
 
@@ -4208,9 +4278,15 @@
 #~ msgid "Controllers"
 #~ msgstr "المتحكمات"
 
+#~ msgid "Add a separator"
+#~ msgstr "اضافة فاصل"
+
 #~ msgid "Define the appearance of the dock when it's hidden."
 #~ msgstr "تحديد مظهر الشريط عندم يختفي ."
 
+#~ msgid "Do you want to keep this setting?"
+#~ msgstr "هل تريد ابقاء هذا الإعداد"
+
 #~ msgid "Automatically hide when a window is maximized"
 #~ msgstr "إخفاء تلقائي عند تكبير النوافذ"
 
@@ -4220,6 +4296,12 @@
 #~ msgid "Automatically hide the dock"
 #~ msgstr "اخفاء تلقائي"
 
+#~ msgid "Applets"
+#~ msgstr "تطبيقات"
+
+#~ msgid "Choose one of the available themes:"
+#~ msgstr "اختر واحد من السمات المتاحة :"
+
 #, c-format
 #~ msgid "%s is now unmounted"
 #~ msgstr "%s الان غير محمل"
@@ -4243,6 +4325,9 @@
 #~ msgid "Controller"
 #~ msgstr "التحكم"
 
+#~ msgid "state"
+#~ msgstr "ولايه"
+
 #, c-format
 #~ msgid ""
 #~ "You're about deleting this file\n"
@@ -4253,6 +4338,9 @@
 #~ "  (%s)\n"
 #~ "هل انت متأكد ؟"
 
+#~ msgid "Choose a theme"
+#~ msgstr "إختر سمه"
+
 #~ msgid "Activate auto-hide?"
 #~ msgstr "هل تريد تفعيل الإخفاء التلقائي ؟"
 

=== modified file 'po/be.po'
--- po/be.po	2010-09-18 12:19:06 +0000
+++ po/be.po	2011-02-23 23:27:12 +0000
@@ -7,107 +7,281 @@
 msgstr ""
 "Project-Id-Version: cairo-dock-core\n"
 "Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2010-08-29 00:58+0000\n"
-"PO-Revision-Date: 2010-09-07 17:54+0000\n"
+"POT-Creation-Date: 2011-01-01 04:03+0000\n"
+"PO-Revision-Date: 2010-10-25 05:35+0000\n"
 "Last-Translator: danvyr <Unknown>\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: 2010-09-08 04:34+0000\n"
+"X-Launchpad-Export-Date: 2011-01-02 04:41+0000\n"
 "X-Generator: Launchpad (build Unknown)\n"
-
-#: ../src/cairo-dock-gui-launcher.c:376
-msgid "Launcher configuration"
-msgstr "Канфігурацыя значкоў запуску"
-
-#: ../src/cairo-dock-gui-main.c:128 ../data/messages:277
-msgid "Behaviour"
-msgstr "Паводзіны"
-
-#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1399
-msgid "Appearance"
-msgstr "Знешні выгляд"
-
-#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1247
+"Language: be\n"
+
+#: ../src/cairo-dock-gui-commons.c:215
+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 ""
+"У гэтай тэме былі зроблены некаторыя змены.\n"
+"Яны будуць згублены, калі перад выбарам новай тэмы іх не захаваць.\n"
+"У любым выпадку працягваць?"
+
+#: ../src/cairo-dock-gui-commons.c:241
+msgid "Please wait while importing the theme..."
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:304
+msgid "Bottom dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:306
+msgid "Top dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:311
+msgid "Right dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:313
+msgid "Left dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:410 ../src/cairo-dock-menu.c:1373
+msgid "Configure this applet"
+msgstr "Наладзіць гэты аплет"
+
+#: ../src/cairo-dock-gui-commons.c:447 ../src/cairo-dock-gui-main.c:131
 msgid "Files"
 msgstr "Файлы"
 
-#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1252
+#: ../src/cairo-dock-gui-commons.c:452 ../src/cairo-dock-gui-main.c:132
 msgid "Internet"
 msgstr "Інтэрнэт"
 
-#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1257
+#: ../src/cairo-dock-gui-commons.c:457 ../src/cairo-dock-gui-main.c:133
 msgid "Desktop"
 msgstr "Працоўны стол"
 
-#: ../src/cairo-dock-gui-main.c:133
-msgid "Accessories"
-msgstr "Аксэсуары"
+#: ../src/cairo-dock-gui-commons.c:462
+msgid "Accessory"
+msgstr "Аксесуар"
 
-#: ../src/cairo-dock-gui-main.c:134 ../src/gldit/cairo-dock-gui-factory.c:1267
-#: ../src/gldit/cairo-dock-internal-system.c:133 ../data/messages:353
+#: ../src/cairo-dock-gui-commons.c:467 ../src/cairo-dock-gui-main.c:135
+#: ../src/cairo-dock-gui-main.c:1447
+#: ../src/internal-old/cairo-dock-internal-system.c:122 ../data/messages:339
 msgid "System"
 msgstr "Сістэма"
 
-#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1272
+#: ../src/cairo-dock-gui-commons.c:472 ../src/cairo-dock-gui-main.c:136
 msgid "Fun"
 msgstr "Забавы"
 
-#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1524
-#: ../data/messages:1531
+#: ../src/cairo-dock-gui-commons.c:514
+msgid "plug-in"
+msgstr "плагін"
+
+#: ../src/cairo-dock-gui-commons.c:520
+msgid "category"
+msgstr "катэгорыя"
+
+#: ../src/cairo-dock-gui-items.c:334
+msgid ""
+"Main dock's paramaters are available in the main configuration window."
+msgstr ""
+
+#: ../src/cairo-dock-gui-items.c:571
+msgid "Launcher configuration"
+msgstr "Канфігурацыя значкоў запуску"
+
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:263
+msgid "Behaviour"
+msgstr "Паводзіны"
+
+#: ../src/cairo-dock-gui-main.c:130 ../data/messages:83 ../data/messages:1383
+msgid "Appearance"
+msgstr "Знешні выгляд"
+
+#: ../src/cairo-dock-gui-main.c:134
+msgid "Accessories"
+msgstr "Аксэсуары"
+
+#: ../src/cairo-dock-gui-main.c:137 ../src/cairo-dock-gui-main.c:1585
+#: ../data/messages:1519
 msgid "All"
 msgstr "Усе"
 
-#: ../src/cairo-dock-gui-main.c:1500
+#: ../src/cairo-dock-gui-main.c:1428
+#: ../src/internal-old/cairo-dock-internal-position.c:131
+msgid "Set the position of the main dock."
+msgstr "Выберыце месцазнаходжанне галоўнай панэлі."
+
+#: ../src/cairo-dock-gui-main.c:1429
+#: ../src/internal-old/cairo-dock-internal-position.c:129 ../data/messages:137
+msgid "Position"
+msgstr "Пазіцыя"
+
+#: ../src/cairo-dock-gui-main.c:1434
+#: ../src/internal-old/cairo-dock-internal-accessibility.c:261
+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 ""
+"Вы хочаце каб ваша панэль была заўсёды на ўвазе\n"
+" ці наадварот, схаваная ад вачэй?\n"
+"Наладзьце тут выгляд адлюстравання вашай панэлі і суб-панэляў!"
+
+#: ../src/cairo-dock-gui-main.c:1435 ../src/cairo-dock-menu.c:1410
+#: ../src/internal-old/cairo-dock-internal-accessibility.c:259
+msgid "Visibility"
+msgstr "Бачнасьць"
+
+#: ../src/cairo-dock-gui-main.c:1440
+#: ../src/internal-old/cairo-dock-internal-taskbar.c:167
+msgid "Display and interact with currently open windows."
+msgstr "Адлюстраванне і ўзаемадзеянне з цяперашнімі адкрытымі вокнамі."
+
+#: ../src/cairo-dock-gui-main.c:1441
+#: ../src/internal-old/cairo-dock-internal-taskbar.c:165 ../data/messages:61
+#: ../data/messages:1033
+msgid "Taskbar"
+msgstr "Панэль задач"
+
+#: ../src/cairo-dock-gui-main.c:1446
+#: ../src/internal-old/cairo-dock-internal-system.c:124
+msgid "All of the parameters you will never want to tweak."
+msgstr "Не змяняйце гэтыя параметры без асаблівай патрэбы."
+
+#: ../src/cairo-dock-gui-main.c:1452
+#: ../src/internal-old/cairo-dock-internal-background.c:130
+msgid "Set a background for your dock."
+msgstr "Выберыце задні фон для Вашай панэлі."
+
+#: ../src/cairo-dock-gui-main.c:1453
+#: ../src/internal-old/cairo-dock-internal-background.c:128
+#: ../data/messages:435 ../data/messages:831 ../data/messages:1391
+msgid "Background"
+msgstr "Задні фон"
+
+#: ../src/cairo-dock-gui-main.c:1458
+#: ../src/internal-old/cairo-dock-internal-views.c:87
+msgid "Select a view for each of your docks."
+msgstr "Можаце выбраць асобны від для кожнай панэлі."
+
+#: ../src/cairo-dock-gui-main.c:1459
+#: ../src/internal-old/cairo-dock-internal-views.c:85 ../data/messages:115
+#: ../data/messages:495 ../data/messages:1385
+msgid "Views"
+msgstr "Выгляды"
+
+#: ../src/cairo-dock-gui-main.c:1465
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:121
+msgid "Configure text bubble appearance."
+msgstr "Наладзьце знешні выгляд воблачкаў напамін."
+
+#: ../src/cairo-dock-gui-main.c:1466
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:119
+msgid "Dialog boxes"
+msgstr "Дыялогі"
+
+#: ../src/cairo-dock-gui-main.c:1472
+#: ../src/internal-old/cairo-dock-internal-desklets.c:100
+msgid "Applets can be displayed on your desktop as widgets."
+msgstr "Аплеты могуць размяшчацца на вашым працоўным стале, як віджеты."
+
+#: ../src/cairo-dock-gui-main.c:1473
+#: ../src/internal-old/cairo-dock-internal-desklets.c:98 ../data/messages:551
+msgid "Desklets"
+msgstr "Дэсклеты"
+
+#: ../src/cairo-dock-gui-main.c:1479
+#: ../src/internal-old/cairo-dock-internal-icons.c:459
+msgid ""
+"All about icons:\n"
+" size, reflection, icon theme,..."
+msgstr ""
+"Усё аб значках:\n"
+" памер, адлюстраванне, тэма значкоў, ..."
+
+#: ../src/cairo-dock-gui-main.c:1480
+#: ../src/internal-old/cairo-dock-internal-icons.c:457 ../data/messages:85
+#: ../data/messages:615 ../data/messages:857
+msgid "Icons"
+msgstr "Значкі"
+
+#: ../src/cairo-dock-gui-main.c:1485
+#: ../src/internal-old/cairo-dock-internal-indicators.c:169
+msgid "Indicators are additional markers for your icons."
+msgstr "Індыкатары адлюстроўваюць дадатковую інфармацыю на значках."
+
+#: ../src/cairo-dock-gui-main.c:1486
+#: ../src/internal-old/cairo-dock-internal-indicators.c:167
+#: ../data/messages:733
+msgid "Indicators"
+msgstr "Індыкатары"
+
+#: ../src/cairo-dock-gui-main.c:1492
+#: ../src/internal-old/cairo-dock-internal-labels.c:182
+msgid "Define icon caption and quick-info style."
+msgstr "Выберыце знешні выгляд подпісаў і інфа-паведамленняў."
+
+#: ../src/cairo-dock-gui-main.c:1493
+#: ../src/internal-old/cairo-dock-internal-labels.c:180
+msgid "Captions"
+msgstr "Подпісы"
+
+#: ../src/cairo-dock-gui-main.c:1561
 msgid "Categories"
 msgstr "Катэгорыі"
 
-#: ../src/cairo-dock-gui-main.c:1630
+#: ../src/cairo-dock-gui-main.c:1699
 msgid "Filter"
 msgstr "Фільтр"
 
-#: ../src/cairo-dock-gui-main.c:1677 ../data/messages:141
+#: ../src/cairo-dock-gui-main.c:1746
 msgid "Options"
 msgstr "Параметры"
 
-#: ../src/cairo-dock-gui-main.c:1687
+#: ../src/cairo-dock-gui-main.c:1756
 msgid "All words"
 msgstr "Па ўсіх словах"
 
-#: ../src/cairo-dock-gui-main.c:1691
+#: ../src/cairo-dock-gui-main.c:1760
 msgid "Highlighted words"
 msgstr "Падсвятляць слова"
 
-#: ../src/cairo-dock-gui-main.c:1696
+#: ../src/cairo-dock-gui-main.c:1765
 msgid "Hide others"
 msgstr "Схаваць астатнія"
 
-#: ../src/cairo-dock-gui-main.c:1701
+#: ../src/cairo-dock-gui-main.c:1770
 msgid "Search in description"
 msgstr "Шукаць у апісаннях"
 
-#: ../src/cairo-dock-gui-main.c:1715
+#: ../src/cairo-dock-gui-main.c:1784
 msgid "Enable this module"
 msgstr "Актываваць гэты модуль"
 
-#: ../src/cairo-dock-gui-main.c:1779 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1848 ../src/cairo-dock-menu.c:205
+#: ../data/messages:133
 msgid "More applets"
 msgstr "Больш аплетаў"
 
-#: ../src/cairo-dock-gui-main.c:1780 ../data/messages:133
+#: ../src/cairo-dock-gui-main.c:1849 ../data/messages:131
 msgid "Get more applets online !"
 msgstr "Атрымаць больш апплетов!"
 
-#: ../src/cairo-dock-gui-main.c:1815 ../src/cairo-dock.c:741
+#: ../src/cairo-dock-gui-main.c:1883 ../src/cairo-dock.c:729
 msgid "< Maintenance mode >"
 msgstr "< Рэжым абслугоўвання >"
 
-#: ../src/cairo-dock-gui-main.c:1905 ../src/cairo-dock-gui-simple.c:769
+#: ../src/cairo-dock-gui-main.c:1973 ../src/cairo-dock-gui-simple.c:900
 msgid "Cairo-Dock configuration"
 msgstr "Настройка Cairo-Dock"
 
-#: ../src/cairo-dock-gui-main.c:2226
+#: ../src/cairo-dock-gui-main.c:2294
 #, c-format
 msgid ""
 "The '%s' module is not present. You need to install it and all its "
@@ -116,16 +290,16 @@
 "Модуль '%s' не усталяваны. Вам варта ўсталяваць яго або яго залежнасці, каб "
 "у поўнай меры яго выкарыстоўваць."
 
-#: ../src/cairo-dock-gui-main.c:2232
+#: ../src/cairo-dock-gui-main.c:2300
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr "Модуль '%s' не актываваны."
 
-#: ../src/cairo-dock-gui-main.c:2233
+#: ../src/cairo-dock-gui-main.c:2301
 msgid "Do you want to enable it now?"
 msgstr "Актывiраваць яго зараз?"
 
-#: ../src/cairo-dock-gui-main.c:2376
+#: ../src/cairo-dock-gui-main.c:2444
 msgid ""
 "It appears that you've never entered the help module before.\n"
 "If you are having difficulty configuring the dock, or if you want to "
@@ -138,28 +312,44 @@
 "модуль Дапамогі дапаможа вам у гэтым!\n"
 "Хочаце перайсці ў модуль Дапамогі зараз?"
 
-#: ../src/cairo-dock-gui-simple.c:396 ../src/cairo-dock-gui-themes.c:311
-#, c-format
-msgid "Importing theme %s ..."
-msgstr "Імпарт тэмы %s ..."
-
-#: ../src/cairo-dock-gui-simple.c:718
+#: ../src/cairo-dock-gui-simple.c:407 ../src/cairo-dock-gui-themes.c:112
+msgid "Could not import the theme."
+msgstr "Не ўдалося імпартаваць тэму."
+
+#: ../src/cairo-dock-gui-simple.c:427
+msgid "Importing theme..."
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:434 ../src/cairo-dock-gui-themes.c:154
+msgid "Theme has been saved"
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:440 ../src/cairo-dock-gui-themes.c:160
+msgid "Themes have been deleted"
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:770
 msgid "Animation:"
 msgstr "Анімацыя:"
 
-#: ../src/cairo-dock-gui-simple.c:735
+#: ../src/cairo-dock-gui-simple.c:787
 msgid "Effects:"
 msgstr "Эфекты:"
 
-#: ../src/cairo-dock-gui-simple.c:750 ../data/messages:77
+#: ../src/cairo-dock-gui-simple.c:855
+msgid ""
+"Click on an applet in order to have a preview and a description for it."
+msgstr "Пстрыкніце па аплеце, каб убачыць яго апісанне і прыкладны выгляд."
+
+#: ../src/cairo-dock-gui-simple.c:864 ../data/messages:77
 msgid "On mouse hover:"
 msgstr "Пры навядзенні курсора"
 
-#: ../src/cairo-dock-gui-simple.c:751 ../data/messages:79
+#: ../src/cairo-dock-gui-simple.c:866 ../data/messages:79
 msgid "On click:"
 msgstr "Пры пстрычцы:"
 
-#: ../src/cairo-dock-gui-simple.c:803
+#: ../src/cairo-dock-gui-simple.c:937
 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"
@@ -171,15 +361,15 @@
 "вам варта пераключыцца ў пашыраны рэжым.\n"
 "У любы момант вы можаце змяніць рэжым панэлі настроек."
 
-#: ../src/cairo-dock-gui-switch.c:68
+#: ../src/cairo-dock-gui-switch.c:77
 msgid "Simple Mode"
 msgstr "Просты рэжым"
 
-#: ../src/cairo-dock-gui-switch.c:68
+#: ../src/cairo-dock-gui-switch.c:77
 msgid "Advanced Mode"
 msgstr "Пашыраны рэжым"
 
-#: ../src/cairo-dock-gui-switch.c:70
+#: ../src/cairo-dock-gui-switch.c:79
 msgid ""
 "The advanced mode lets you tweak every single parameter of the dock. It is a "
 "powerful tool to customise your current theme."
@@ -187,212 +377,149 @@
 "Пашыраны рэжым дазволіць тонка наладзіць кожны параметр панэлі. Акрамя таго, "
 "з ім вы зможаце больш дэталёва наладзіць уласную тэму."
 
-#: ../src/cairo-dock-gui-themes.c:169
-msgid "Could not import the theme."
-msgstr "Не ўдалося імпартаваць тэму."
-
-#: ../src/cairo-dock-gui-themes.c:225
-msgid "The theme has been saved"
-msgstr "Тэма была захавана"
-
-#: ../src/cairo-dock-gui-themes.c:225
-msgid "The theme could not be saved"
-msgstr "Тэма не можа быць захавана"
-
-#: ../src/cairo-dock-gui-themes.c:251
-msgid "The theme has been deleted"
-msgstr "Тэма была выдалена"
-
-#: ../src/cairo-dock-gui-themes.c:251
-msgid "The theme could not be deleted"
-msgstr "Тэма не можа быць выдалена"
-
-#: ../src/cairo-dock-gui-themes.c:253
-msgid "The themes have been deleted"
-msgstr "Тэмы былі выдалены"
-
-#: ../src/cairo-dock-gui-themes.c:253
-msgid "The themes could not be deleted"
-msgstr "Тэмы не могуць быць выдалены"
-
-#: ../src/cairo-dock-gui-themes.c:303
-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?"
+#: ../src/cairo-dock-gui-themes.c:147
+msgid "Importing theme ..."
 msgstr ""
-"У гэтай тэме былі зроблены некаторыя змены.\n"
-"Яны будуць згублены, калі перад выбарам новай тэмы іх не захаваць.\n"
-"У любым выпадку працягваць?"
 
-#: ../src/cairo-dock-gui-themes.c:332
+#: ../src/cairo-dock-gui-themes.c:180
 msgid "Manage Themes"
 msgstr "Кіраванне тэмамі"
 
-#: ../src/cairo-dock-internal-icons.c:452
-#: ../src/gldit/cairo-dock-internal-icons.c:457
-msgid "Provides various animations for your icons."
-msgstr "Прапануе розныя анімацыі для значкоў."
-
-#: ../src/cairo-dock-internal-icons.c:454
-#: ../src/gldit/cairo-dock-internal-icons.c:459 ../data/messages:85
-#: ../data/messages:639 ../data/messages:873
-msgid "Icons"
-msgstr "Значкі"
-
-#: ../src/cairo-dock-internal-icons.c:456
-#: ../src/gldit/cairo-dock-internal-icons.c:461
-msgid ""
-"All about icons:\n"
-" size, reflection, icon theme,..."
+#: ../src/cairo-dock-menu.c:169
+msgid "About Cairo-Dock"
 msgstr ""
-"Усё аб значках:\n"
-" памер, адлюстраванне, тэма значкоў, ..."
-
-#: ../src/cairo-dock-menu.c:128
-#, c-format
-msgid "Configuration of the '%s' dock"
-msgstr "Настройка '%s' панэлі"
-
-#: ../src/cairo-dock-menu.c:207 ../data/messages:1303
+
+#: ../src/cairo-dock-menu.c:196 ../data/messages:1287
 msgid "Community site"
 msgstr "Сайт супольнасці"
 
-#: ../src/cairo-dock-menu.c:208 ../data/messages:1301
+#: ../src/cairo-dock-menu.c:197 ../data/messages:1285
 msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
 msgstr "Праблема? Прапанова? Хочаце з намі паразмаўляць? З задавальненнем!"
 
-#: ../src/cairo-dock-menu.c:211 ../data/messages:1307
+#: ../src/cairo-dock-menu.c:200 ../data/messages:1291
 msgid "Development site"
 msgstr "Сайт распрацоўшчыкаў"
 
-#: ../src/cairo-dock-menu.c:212 ../data/messages:1305
+#: ../src/cairo-dock-menu.c:201 ../data/messages:1289
 msgid "Find the latest version of Cairo-Dock here !"
 msgstr "Высветліце тут, якая апошняя версія Cairo-Dock даступная!"
 
-#: ../src/cairo-dock-menu.c:215 ../data/messages:1311
-msgid "Cairo-Dock-Plug-ins-Extras"
-msgstr "Дадатковыя плагіны для Cairo-Dock"
-
-#: ../src/cairo-dock-menu.c:216 ../data/messages:1181 ../data/messages:1309
-msgid "Other applets"
-msgstr "Астатнія апплеты"
-
-#: ../src/cairo-dock-menu.c:225
+#: ../src/cairo-dock-menu.c:216
 msgid "Development"
 msgstr "Распрацоўка"
 
-#: ../src/cairo-dock-menu.c:231
+#: ../src/cairo-dock-menu.c:222
 msgid "Artwork"
 msgstr "Афармленне"
 
-#: ../src/cairo-dock-menu.c:235
+#: ../src/cairo-dock-menu.c:226
 msgid "Support"
 msgstr "Падтрымка"
 
-#: ../src/cairo-dock-menu.c:313
+#: ../src/cairo-dock-menu.c:307
 msgid "Quit Cairo-Dock?"
 msgstr "Выйсці з Cairo-Dock?"
 
-#: ../src/cairo-dock-menu.c:339
+#: ../src/cairo-dock-menu.c:336
+msgid "Configure"
+msgstr "Настройка"
+
+#: ../src/cairo-dock-menu.c:341
+msgid "Configure behaviour, appearance, and applets."
+msgstr "Наладзіць паводзіны, знешні выгляд і аплеты."
+
+#: ../src/cairo-dock-menu.c:345
 msgid "Configure this dock"
 msgstr "Наладзіць гэтую панэль"
 
-#: ../src/cairo-dock-menu.c:344
+#: ../src/cairo-dock-menu.c:350
 msgid "Customize the position, visibility and appearance of this main dock."
 msgstr ""
 "Наладзьце месцазнаходжанне, бачнасць і знешні выгляд асноўнай панэлі."
 
-#: ../src/cairo-dock-menu.c:347
-msgid "Configure"
-msgstr "Настройка"
-
-#: ../src/cairo-dock-menu.c:352
-msgid "Configure behaviour, appearance, and applets."
-msgstr "Наладзіць паводзіны, знешні выгляд і аплеты."
-
-#: ../src/cairo-dock-menu.c:354
+#: ../src/cairo-dock-menu.c:355
 msgid "Manage themes"
 msgstr "Кіраванне тэмамі"
 
-#: ../src/cairo-dock-menu.c:359
+#: ../src/cairo-dock-menu.c:360
 msgid ""
 "Choose from amongst many themes on the server or save your current theme."
 msgstr "Выберыце сярод многіх тым на сэрвэры і захавайце вашу ўласную."
 
-#: ../src/cairo-dock-menu.c:364
+#: ../src/cairo-dock-menu.c:366
 msgid "Unlock icons"
 msgstr "разблакаваць значкі"
 
-#: ../src/cairo-dock-menu.c:364
+#: ../src/cairo-dock-menu.c:366
 msgid "Lock icons"
 msgstr "Заблакаваць значкі"
 
-#: ../src/cairo-dock-menu.c:368
+#: ../src/cairo-dock-menu.c:370
 msgid "This will (un)lock the position of the icons."
 msgstr "Гэта (раз) блакуе месцазнаходжанне значкоў на панэлі."
 
-#: ../src/cairo-dock-menu.c:372
+#: ../src/cairo-dock-menu.c:374
 msgid "Unlock dock"
 msgstr "Разблакаваць панэль"
 
-#: ../src/cairo-dock-menu.c:372
+#: ../src/cairo-dock-menu.c:374
 msgid "Lock dock"
 msgstr "Заблакаваць панэль"
 
-#: ../src/cairo-dock-menu.c:377
+#: ../src/cairo-dock-menu.c:379
 msgid "This will (un)lock the whole dock."
 msgstr "Гэта (раз) блакуе ўсю панэль."
 
-#: ../src/cairo-dock-menu.c:382
+#: ../src/cairo-dock-menu.c:384
 msgid "Quick-Hide"
 msgstr "Схаваць"
 
-#: ../src/cairo-dock-menu.c:387
+#: ../src/cairo-dock-menu.c:389
 msgid "This will hide the dock until you hover over it with the mouse."
 msgstr "Гэта схавае панэль, пакуль вы не навядзе на яе мышшу."
 
-#: ../src/cairo-dock-menu.c:395
+#: ../src/cairo-dock-menu.c:397
 msgid "Launch Cairo-Dock on startup"
 msgstr "Запускаць Cairo-Dock пры старце сістэмы"
 
-#: ../src/cairo-dock-menu.c:405 ../src/cairo-dock.c:294
+#: ../src/cairo-dock-menu.c:407 ../src/cairo-dock.c:297
 msgid "Help"
 msgstr "Даведка"
 
-#: ../src/cairo-dock-menu.c:410
+#: ../src/cairo-dock-menu.c:412
 msgid "There are no problems, only solutions (and a lot of useful hints!)"
 msgstr "Няма праблем, адны рашэнні (і мноства карысных саветаў!)"
 
-#: ../src/cairo-dock-menu.c:412
+#: ../src/cairo-dock-menu.c:414
 msgid "Get more applets!"
 msgstr "Атрымаць больш аплетов!"
 
-#: ../src/cairo-dock-menu.c:417
+#: ../src/cairo-dock-menu.c:419
 msgid ""
 "Third-party applets provide integration with many programs, like Pidgin"
 msgstr ""
 "Апплеты трэціх бакоў забяспечваюць інтэграцыю з рознымі праграмамі, "
 "напрыклад Pidgin"
 
-#: ../src/cairo-dock-menu.c:419
+#: ../src/cairo-dock-menu.c:421
 msgid "About"
 msgstr "Аб праграме"
 
-#: ../src/cairo-dock-menu.c:427
+#: ../src/cairo-dock-menu.c:429
 msgid "Quit"
 msgstr "Выхад"
 
-#: ../src/cairo-dock-menu.c:451
+#: ../src/cairo-dock-menu.c:454
 msgid "separator"
 msgstr "падзельнік"
 
-#: ../src/cairo-dock-menu.c:455
+#: ../src/cairo-dock-menu.c:458
 #, c-format
 msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
 msgstr "Вы зьбіраецеся выдаліць значок (%s) з панэлі. Вы ўпэўнены?"
 
-#: ../src/cairo-dock-menu.c:466
+#: ../src/cairo-dock-menu.c:469
 msgid ""
 "Do you want to re-dispatch the icons contained inside this container into "
 "the dock?\n"
@@ -401,7 +528,7 @@
 "Перанесьці змяшчаючыеся тут значкі на панэль?\n"
 " (у адваротным выпадку яны будуць выдаленыя)"
 
-#: ../src/cairo-dock-menu.c:536
+#: ../src/cairo-dock-menu.c:539
 msgid ""
 "The new dock has been created.\n"
 "Now move some launchers or applets into it by right-clicking on the icon -> "
@@ -411,11 +538,11 @@
 "Цяпер можна перанесьці на яе некаторыя значкі запуску або аплеты, зрабіўшы "
 "правы пстрычка па значку -> перанесьці на іншую панэль"
 
-#: ../src/cairo-dock-menu.c:553
+#: ../src/cairo-dock-menu.c:556
 msgid "Sorry, this icon doesn't have a configuration file."
 msgstr "Гэты значок не мае файла настроек."
 
-#: ../src/cairo-dock-menu.c:594
+#: ../src/cairo-dock-menu.c:597
 msgid ""
 "The new dock has been created.\n"
 "You can customize it by right-clicking on it -> cairo-dock -> configure this "
@@ -425,12 +552,12 @@
 "Цяпер вы можаце змяніць яе праз правы пстрычка -> cairo-dock -> Настроіць "
 "гэтую панэль."
 
-#: ../src/cairo-dock-menu.c:651
+#: ../src/cairo-dock-menu.c:658
 #, c-format
 msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
 msgstr "Вы зьбіраецеся выдаліць аплет (%s) з панэлі. Вы ўпэўнены?"
 
-#: ../src/cairo-dock-menu.c:835
+#: ../src/cairo-dock-menu.c:881
 msgid ""
 "Sorry, couldn't find the corresponding description file.\n"
 "Consider dragging and dropping the launcher from the Applications Menu."
@@ -438,229 +565,220 @@
 "Не атрымалася знайсці адпаведны файл з апісаннем.\n"
 "Паспрабуйце перацягнуць і палажыць запушчык з Галоўнага Меню."
 
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1116
 #, c-format
 msgid "Move all to desktop %d - face %d"
 msgstr "Перамясціць ўсе на паверхню %d - рабочага стала %d"
 
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1116
 #, c-format
 msgid "Move to desktop %d - face %d"
 msgstr "Перамясціць на працоўны стол %d - паверхню %d"
 
-#: ../src/cairo-dock-menu.c:1069
+#: ../src/cairo-dock-menu.c:1118
 #, c-format
 msgid "Move all to desktop %d"
 msgstr "Перамясціць ўсе на працоўны стол %d"
 
-#: ../src/cairo-dock-menu.c:1069
+#: ../src/cairo-dock-menu.c:1118
 #, c-format
 msgid "Move to desktop %d"
 msgstr "Перанесці на працоўны стол %d"
 
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1120
 #, c-format
 msgid "Move all to face %d"
 msgstr "Перамясціць ўсе на паверхню %d"
 
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1120
 #, c-format
 msgid "Move to face %d"
 msgstr "Перамясціць на паверхню %d"
 
-#: ../src/cairo-dock-menu.c:1108
+#: ../src/cairo-dock-menu.c:1158
 msgid "Add"
 msgstr "Дадаць"
 
-#: ../src/cairo-dock-menu.c:1112
-msgid "Add a sub-dock"
-msgstr "Дадаць суб-панэль"
-
-#: ../src/cairo-dock-menu.c:1114
-msgid "Add a main dock"
-msgstr "Дадаць асноўную панэль"
-
-#: ../src/cairo-dock-menu.c:1117
-msgid "Add a separator"
-msgstr "Дадаць падзельнік"
-
-#: ../src/cairo-dock-menu.c:1121
-msgid "Add a custom launcher"
-msgstr "Дадаць свой значок"
-
-#: ../src/cairo-dock-menu.c:1122
+#: ../src/cairo-dock-menu.c:1162
+msgid "Sub-dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1164
+msgid "Main dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1167 ../data/messages:1579
+msgid "Separator"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1171
+msgid "Custom launcher"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1172
 msgid ""
 "Usually you would drag a launcher from the menu and drop it on the dock."
 msgstr "Дастаткова проста перацягнуць значок з меню прама на панэль."
 
-#: ../src/cairo-dock-menu.c:1161
+#: ../src/cairo-dock-menu.c:1218
 msgid "Modify this separator"
 msgstr "Змяніць гэты падзельнік"
 
-#: ../src/cairo-dock-menu.c:1161
+#: ../src/cairo-dock-menu.c:1218
 msgid "Modify this launcher"
 msgstr "Змяніць гэты значок запуску"
 
-#: ../src/cairo-dock-menu.c:1163
+#: ../src/cairo-dock-menu.c:1220
 msgid "Remove this separator"
 msgstr "Выдаліць падзельнік"
 
-#: ../src/cairo-dock-menu.c:1163
+#: ../src/cairo-dock-menu.c:1220
 msgid "Remove this launcher"
 msgstr "Выдаліць гэты значок запуску"
 
-#: ../src/cairo-dock-menu.c:1164
+#: ../src/cairo-dock-menu.c:1221
 msgid ""
 "You can remove a launcher by dragging it out of the dock with the mouse ."
 msgstr "Вы можаце выдаліць любы значок проста перацягнуў яго за межы панэлі."
 
-#: ../src/cairo-dock-menu.c:1166 ../src/cairo-dock-menu.c:1314
+#: ../src/cairo-dock-menu.c:1223 ../src/cairo-dock-menu.c:1389
 msgid "Move to another dock"
 msgstr "Перамясціць на іншую панэль"
 
-#: ../src/cairo-dock-menu.c:1170 ../src/cairo-dock-menu.c:1318
+#: ../src/cairo-dock-menu.c:1227 ../src/cairo-dock-menu.c:1393
 msgid "New main dock"
 msgstr "Новая асноўная панэль"
 
-#: ../src/cairo-dock-menu.c:1184 ../src/cairo-dock-menu.c:1260
+#: ../src/cairo-dock-menu.c:1247 ../src/cairo-dock-menu.c:1331
 msgid "Other actions"
 msgstr "Іншыя дзеянні"
 
-#: ../src/cairo-dock-menu.c:1189
+#: ../src/cairo-dock-menu.c:1252
 msgid "Move to this desktop"
 msgstr "Перамясціць на гэты рабочы стол"
 
-#: ../src/cairo-dock-menu.c:1203
+#: ../src/cairo-dock-menu.c:1267
 msgid "Not Fullscreen"
 msgstr "Не поўнаэкранны"
 
-#: ../src/cairo-dock-menu.c:1203
+#: ../src/cairo-dock-menu.c:1267
 msgid "Fullscreen"
 msgstr "Поўнаэкранны"
 
-#: ../src/cairo-dock-menu.c:1207
+#: ../src/cairo-dock-menu.c:1271
 msgid "Don't keep above"
 msgstr "Не трымаць вышэй"
 
-#: ../src/cairo-dock-menu.c:1207
+#: ../src/cairo-dock-menu.c:1271
 msgid "Keep above"
 msgstr "Трымаць вышэй"
 
-#: ../src/cairo-dock-menu.c:1226
+#: ../src/cairo-dock-menu.c:1292
 msgid "Remove custom icon"
 msgstr "Выдаліць настроены значок"
 
-#: ../src/cairo-dock-menu.c:1230
+#: ../src/cairo-dock-menu.c:1296
 msgid "Set a custom icon"
 msgstr "Задаць свай значок"
 
-#: ../src/cairo-dock-menu.c:1232
+#: ../src/cairo-dock-menu.c:1299
 msgid "Kill"
 msgstr "Завяршыць"
 
-#: ../src/cairo-dock-menu.c:1237
+#: ../src/cairo-dock-menu.c:1304
 msgid "Launch a new (Shift+clic)"
 msgstr "Запусціць яшчэ (Shift + клік)"
 
-#: ../src/cairo-dock-menu.c:1242
+#: ../src/cairo-dock-menu.c:1309
 msgid "Make it a launcher"
 msgstr "Зрабіць значком запуску"
 
-#: ../src/cairo-dock-menu.c:1245
+#: ../src/cairo-dock-menu.c:1312
 msgid "Show"
 msgstr "Паказаць"
 
-#: ../src/cairo-dock-menu.c:1247
+#: ../src/cairo-dock-menu.c:1314
 msgid "Unmaximise"
 msgstr "Аднавіць ранейшы памер"
 
-#: ../src/cairo-dock-menu.c:1247
+#: ../src/cairo-dock-menu.c:1314
 msgid "Maximise"
 msgstr "Разгарнуць на ўвесь экран"
 
-#: ../src/cairo-dock-menu.c:1250
+#: ../src/cairo-dock-menu.c:1317
 msgid "Minimise"
 msgstr "Згарнуць"
 
-#: ../src/cairo-dock-menu.c:1252
+#: ../src/cairo-dock-menu.c:1319
 msgid "Close (middle-click)"
 msgstr "Закрыць (сярэдні-клік)"
 
-#: ../src/cairo-dock-menu.c:1265
+#: ../src/cairo-dock-menu.c:1336
 msgid "Move all to this desktop"
 msgstr "Перамясціць ўсё на гэты рабочы стол"
 
-#: ../src/cairo-dock-menu.c:1271
+#: ../src/cairo-dock-menu.c:1342
 msgid "Launch new"
 msgstr "Запусціць новы"
 
-#: ../src/cairo-dock-menu.c:1274
+#: ../src/cairo-dock-menu.c:1345
 msgid "Show all"
 msgstr "Паказаць усе"
 
-#: ../src/cairo-dock-menu.c:1276
+#: ../src/cairo-dock-menu.c:1347
 msgid "Minimise all"
 msgstr "Згарнуць усе"
 
-#: ../src/cairo-dock-menu.c:1278
+#: ../src/cairo-dock-menu.c:1349
 msgid "Close all"
 msgstr "Зачыніць усе"
 
-#: ../src/cairo-dock-menu.c:1298 ../src/gldit/cairo-dock-gui-factory.c:926
-msgid "Configure this applet"
-msgstr "Наладзіць гэты аплет"
-
-#: ../src/cairo-dock-menu.c:1302
+#: ../src/cairo-dock-menu.c:1377
 msgid "Detach this applet"
 msgstr "Адмацаваць гэты аплет"
 
-#: ../src/cairo-dock-menu.c:1302
+#: ../src/cairo-dock-menu.c:1377
 msgid "Return to the dock"
 msgstr "Вярнуць на панэль"
 
-#: ../src/cairo-dock-menu.c:1305
+#: ../src/cairo-dock-menu.c:1380
 msgid "Remove this applet"
 msgstr "Выдаліць гэты аплет"
 
-#: ../src/cairo-dock-menu.c:1309
+#: ../src/cairo-dock-menu.c:1384
 msgid "Launch another instance of this applet"
 msgstr "Запусціць яшчэ копію гэтага аплета"
 
-#: ../src/cairo-dock-menu.c:1331
-#: ../src/gldit/cairo-dock-internal-accessibility.c:277
-msgid "Visibility"
-msgstr "Бачнасьць"
-
-#: ../src/cairo-dock-menu.c:1346
+#: ../src/cairo-dock-menu.c:1425
 msgid "Normal"
 msgstr "Нармальны"
 
-#: ../src/cairo-dock-menu.c:1352 ../data/messages:21 ../data/messages:201
-#: ../data/messages:1385
+#: ../src/cairo-dock-menu.c:1431 ../data/messages:21 ../data/messages:187
+#: ../data/messages:1369
 msgid "Always on top"
 msgstr "Заўсёды наверсе"
 
-#: ../src/cairo-dock-menu.c:1359
+#: ../src/cairo-dock-menu.c:1438
 msgid "Always below"
 msgstr "Заўсёды ззаду"
 
-#: ../src/cairo-dock-menu.c:1372
+#: ../src/cairo-dock-menu.c:1451
 msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
 msgstr "ўсталюйце паводзіны ў Compiz на: (імя = cairo-dock & тып = utility)"
 
-#: ../src/cairo-dock-menu.c:1374
+#: ../src/cairo-dock-menu.c:1453
 msgid "Reserve space"
 msgstr "Рэзерваваць месца"
 
-#: ../src/cairo-dock-menu.c:1381
+#: ../src/cairo-dock-menu.c:1460
 msgid "On all desktops"
 msgstr "На ўсіх працоўных сталах"
 
-#: ../src/cairo-dock-menu.c:1387
+#: ../src/cairo-dock-menu.c:1466
 msgid "Lock position"
 msgstr "Замацаваць месцазнаходжанне"
 
-#: ../src/cairo-dock-user-interaction.c:351
+#: ../src/cairo-dock-user-interaction.c:353
 msgid ""
 "The option 'overwrite X icons' has been automatically enabled in the "
 "config.\n"
@@ -669,11 +787,11 @@
 "Параметр \"'замясціць значкі прыкладанняў\" быў аўтаматычна усталяваны.\n"
 "Ён размешчаны ў модулі \"Панэль задач\"."
 
-#: ../src/cairo-dock.c:196
+#: ../src/cairo-dock.c:195
 msgid "Don't ask me any more"
 msgstr "Больш не пытацца пра гэта"
 
-#: ../src/cairo-dock.c:201
+#: ../src/cairo-dock.c:200
 msgid ""
 "To remove the black rectangle around the dock, you will need to activate a "
 "composite manager.\n"
@@ -687,11 +805,13 @@
 "ці ж ўключыць Кампазітнасць ў Metacity.\n"
 "Я магу выканаць апошняе за вас, працягваць?"
 
-#: ../src/cairo-dock.c:213
-msgid "Do you want to keep this setting?"
-msgstr "Захаваць наладкі?"
+#: ../src/cairo-dock.c:212
+msgid ""
+"Do you want to keep this setting?\n"
+"In 15 seconds, the previous setting will be restored."
+msgstr ""
 
-#: ../src/cairo-dock.c:219
+#: ../src/cairo-dock.c:218
 msgid ""
 "To remove the black rectangle around the dock, you will need to activate a "
 "composite manager.\n"
@@ -709,7 +829,7 @@
 "симулировать яе; гэтая опцыя знаходзіцца ў модулі канфігурацыі 'Сістэма', у "
 "самым версе акна."
 
-#: ../src/cairo-dock.c:309
+#: ../src/cairo-dock.c:312
 msgid ""
 "A useful FAQ which also contains a lot of hints.\n"
 "Roll your mouse over a sentence to make helpful popups appear."
@@ -717,11 +837,11 @@
 "Карысны зборнік чаво, з мноствам саветаў.\n"
 "Правядзіце мышшу над прапановамі, каб убачыць падказку."
 
-#: ../src/cairo-dock.c:634
+#: ../src/cairo-dock.c:573
 msgid "Use OpenGL in Cairo-Dock"
 msgstr "Выкарыстаць OpenGL у Cairo-Dock?"
 
-#: ../src/cairo-dock.c:642
+#: ../src/cairo-dock.c:581
 msgid ""
 "OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
 "the minimum.\n"
@@ -744,11 +864,11 @@
 "  або з опцией -o для прымусовага OpenGL, або з опцией -c для прымусовага "
 "cairo.)"
 
-#: ../src/cairo-dock.c:647
+#: ../src/cairo-dock.c:586
 msgid "Remember this choice"
 msgstr "Запомніць мой выбар"
 
-#: ../src/cairo-dock.c:818
+#: ../src/cairo-dock.c:802
 msgid ""
 "Welcome in Cairo-Dock2 !\n"
 "A default and simple theme has been loaded.\n"
@@ -771,7 +891,7 @@
 "Спадзяемся вам спадабацца наша праграма!\n"
 "  (цяпер можаце націснуць па гэтым паведамлення, каб закрыць яго)"
 
-#: ../src/cairo-dock.c:842
+#: ../src/cairo-dock.c:826
 #, c-format
 msgid ""
 "The module '%s' may have encountered a problem.\n"
@@ -782,7 +902,7 @@
 "Перазагрузка прайшла паспяхова, але калі гэта зноў паўторыцца, то будзем "
 "ўдзячныя за справаздачу пра памылку на http://glx-dock.org";
 
-#: ../src/gldit/cairo-dock-applet-facility.h:265
+#: ../src/gldit/cairo-dock-applet-facility.h:274
 msgid ""
 "The theme could not be found; the default theme will be used instead.\n"
 " You can change this by opening the configuration of this module. Do you "
@@ -791,7 +911,7 @@
 "Не атрымалася знайсці тэму; будзе выкарыстана стандартная.\n"
 " Вы можаце змяніць яе ў настройках гэтага модуля. Зрабіць гэта зараз?"
 
-#: ../src/gldit/cairo-dock-applet-facility.h:280
+#: ../src/gldit/cairo-dock-applet-facility.h:289
 msgid ""
 "The gauge theme could not be found; a default gauge will be used instead.\n"
 "You can change this by opening the configuration of this module. Do you want "
@@ -800,58 +920,77 @@
 "Не атрымалася знайсці тэму для датчыка; будзе выкарыстана стандартная.\n"
 " Вы можаце змяніць яе ў настройках гэтага модуля. Зрабіць гэта зараз?"
 
-#: ../src/gldit/cairo-dock-applet-facility.h:362
+#: ../src/gldit/cairo-dock-applet-facility.h:371
 msgid "Applet's handbook"
 msgstr "Даведка па аплетаў"
 
-#: ../src/gldit/cairo-dock-file-manager.c:193
+#: ../src/gldit/cairo-dock-desklet-manager.c:843
+#: ../src/internal-old/cairo-dock-internal-desklets.c:42
+msgid "_custom decoration_"
+msgstr "_Уласнае афармленне_"
+
+#: ../src/gldit/cairo-dock-file-manager.c:212
 #, c-format
 msgid "failed to mount %s"
 msgstr "не ўдалося далучыць %s"
 
-#: ../src/gldit/cairo-dock-file-manager.c:193
+#: ../src/gldit/cairo-dock-file-manager.c:212
 #, c-format
 msgid "Failed to unmount %s"
 msgstr "не ўдалося адлучыць %s"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:832
-msgid "_Custom Icons_"
-msgstr "_Наладзіць тэму_"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1262
-msgid "Accessory"
-msgstr "Аксесуар"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1306
-msgid "rate me"
-msgstr "дай адзнаку"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1326
+#: ../src/gldit/cairo-dock-gui-factory.c:235
+#, c-format
+msgid "by %s"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:247
+msgid "kB"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:249
+msgid "MB"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:258
+#: ../src/gldit/cairo-dock-gui-factory.c:1637
 msgid "Local"
 msgstr "Лакальная"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1330
+#: ../src/gldit/cairo-dock-gui-factory.c:259
+#: ../src/gldit/cairo-dock-gui-factory.c:1640
 msgid "User"
 msgstr "Свая"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1334
+#: ../src/gldit/cairo-dock-gui-factory.c:260
+#: ../src/gldit/cairo-dock-gui-factory.c:1643
 msgid "Net"
 msgstr "З сеткі"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1338
+#: ../src/gldit/cairo-dock-gui-factory.c:261
+#: ../src/gldit/cairo-dock-gui-factory.c:1646
 msgid "New"
 msgstr "Новая"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1343
+#: ../src/gldit/cairo-dock-gui-factory.c:262
+#: ../src/gldit/cairo-dock-gui-factory.c:1650
 msgid "Updated"
 msgstr "Абноўлена"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1439
-#: ../src/gldit/cairo-dock-gui-factory.c:1441
+#: ../src/gldit/cairo-dock-gui-factory.c:970
+msgid "_Custom Icons_"
+msgstr "_Наладзіць тэму_"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1426
+msgid "Rate me"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1561
+#: ../src/gldit/cairo-dock-gui-factory.c:1563
 msgid "You must try the theme before you can rate it."
 msgstr "Перш чым ставіць рэйтынг, вы павінны паспрабаваць тэму."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1464
+#: ../src/gldit/cairo-dock-gui-factory.c:1586
 #, c-format
 msgid ""
 "The '%s' module was not found.\n"
@@ -862,7 +1001,7 @@
 "Пераканайцеся, што вы ўстанавілі версію гэтага модуля ідэнтычную версіі "
 "самой панэлі."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1473
+#: ../src/gldit/cairo-dock-gui-factory.c:1595
 #, c-format
 msgid ""
 "The '%s' plug-in is not active.\n"
@@ -871,158 +1010,45 @@
 "Плягін '%s' не актыўны.\n"
 "Актываваць яго зараз?"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2152
+#: ../src/gldit/cairo-dock-gui-factory.c:2445
 #, c-format
 msgid "Listing themes in '%s' ..."
 msgstr "Спіс тым з '%s' ..."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2290
-msgid "plug-in"
-msgstr "плагін"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2296
-msgid "category"
-msgstr "катэгорыя"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2339
-msgid ""
-"Click on an applet in order to have a preview and a description for it."
-msgstr "Пстрыкніце па аплеце, каб убачыць яго апісанне і прыкладны выгляд."
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2742
-msgid "state"
-msgstr "Стан"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2748
+#: ../src/gldit/cairo-dock-gui-factory.c:3018
 msgid "Theme"
 msgstr "тэма"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2761
+#: ../src/gldit/cairo-dock-gui-factory.c:3031
 msgid "Rating"
 msgstr "рэйтынг"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2767
+#: ../src/gldit/cairo-dock-gui-factory.c:3037
 msgid "Sobriety"
 msgstr "умеранасць"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2850
+#: ../src/gldit/cairo-dock-gui-factory.c:3096
 msgid "link"
 msgstr "спасылка"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2903
+#: ../src/gldit/cairo-dock-gui-factory.c:3149
 msgid "Grab"
 msgstr "захапіць"
 
-#: ../src/gldit/cairo-dock-internal-accessibility.c:279
-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 ""
-"Вы хочаце каб ваша панэль была заўсёды на ўвазе\n"
-" ці наадварот, схаваная ад вачэй?\n"
-"Наладзьце тут выгляд адлюстравання вашай панэлі і суб-панэляў!"
-
-#: ../src/gldit/cairo-dock-internal-background.c:160 ../data/messages:459
-#: ../data/messages:861 ../data/messages:1407
-msgid "Background"
-msgstr "Задні фон"
-
-#: ../src/gldit/cairo-dock-internal-background.c:162
-msgid "Set a background for your dock."
-msgstr "Выберыце задні фон для Вашай панэлі."
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:44
-msgid "_custom decoration_"
-msgstr "_Уласнае афармленне_"
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:575
-msgid "Desklets"
-msgstr "Дэсклеты"
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:102
-msgid "Applets can be displayed on your desktop as widgets."
-msgstr "Аплеты могуць размяшчацца на вашым працоўным стале, як віджеты."
-
-#: ../src/gldit/cairo-dock-internal-dialogs.c:119
-msgid ""
-"This provides different window decorators. Enable this first if you want to "
-"select a different decorator for your dialog boxes."
-msgstr ""
-"Дае розныя афармлення для вокнаў. Актывіруце яго, каб змяняць афармлення "
-"вокнаў."
-
-#: ../src/gldit/cairo-dock-internal-dialogs.c:121
-msgid "Dialog boxes"
-msgstr "Дыялогі"
-
-#: ../src/gldit/cairo-dock-internal-dialogs.c:123
-msgid "Configure text bubble appearance."
-msgstr "Наладзьце знешні выгляд воблачкаў напамін."
-
-#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:757
-msgid "Indicators"
-msgstr "Індыкатары"
-
-#: ../src/gldit/cairo-dock-internal-indicators.c:170
-msgid "Indicators are additional markers for your icons."
-msgstr "Індыкатары адлюстроўваюць дадатковую інфармацыю на значках."
-
-#: ../src/gldit/cairo-dock-internal-labels.c:171
-msgid "Captions"
-msgstr "Подпісы"
-
-#: ../src/gldit/cairo-dock-internal-labels.c:173
-msgid "Define icon caption and quick-info style."
-msgstr "Выберыце знешні выгляд подпісаў і інфа-паведамленняў."
-
-#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:151
-msgid "Position"
-msgstr "Пазіцыя"
-
-#: ../src/gldit/cairo-dock-internal-position.c:133
-msgid "Set the position of the main dock."
-msgstr "Выберыце месцазнаходжанне галоўнай панэлі."
-
-#: ../src/gldit/cairo-dock-internal-system.c:135
-msgid "All of the parameters you will never want to tweak."
-msgstr "Не змяняйце гэтыя параметры без асаблівай патрэбы."
-
-#: ../src/gldit/cairo-dock-internal-taskbar.c:167 ../data/messages:61
-#: ../data/messages:1049
-msgid "Taskbar"
-msgstr "Панэль задач"
-
-#: ../src/gldit/cairo-dock-internal-taskbar.c:169
-msgid "Display and interact with currently open windows."
-msgstr "Адлюстраванне і ўзаемадзеянне з цяперашнімі адкрытымі вокнамі."
-
-#: ../src/gldit/cairo-dock-internal-views.c:85
-msgid ""
-"Provides different views for Cairo-Dock. Enable this first if you want to "
-"select a different view for your docks."
-msgstr ""
-"Прапаноўвае розныя віды Cairo-Dock. Актывіруце, каб выбраць іншы від панэлі."
-
-#: ../src/gldit/cairo-dock-internal-views.c:87 ../data/messages:115
-#: ../data/messages:519 ../data/messages:1401
-msgid "Views"
-msgstr "Выгляды"
-
-#: ../src/gldit/cairo-dock-internal-views.c:89
-msgid "Select a view for each of your docks."
-msgstr "Можаце выбраць асобны від для кожнай панэлі."
-
-#: ../src/gldit/cairo-dock-struct.h:457
+#: ../src/gldit/cairo-dock-struct.h:416
 msgid "Default"
 msgstr "па змоўчванні"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:109
+#: ../src/gldit/cairo-dock-themes-manager.c:112
 #, c-format
 msgid "Are you sure you want to overwrite theme %s?"
 msgstr "Вы ўпэўненыя, што жадаеце перазапісаных тэму %s ?"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:222
+#: ../src/gldit/cairo-dock-themes-manager.c:174
+msgid "Last modification on:"
+msgstr "Апошнія змяненні:"
+
+#: ../src/gldit/cairo-dock-themes-manager.c:241
 #, c-format
 msgid ""
 "Could not access remote file %s/%s. Maybe the server is down.\n"
@@ -1031,75 +1057,94 @@
 "не ўдалося атрымаць файл %s/%s, магчыма сервер не працуе.\n"
 "Паспрабуйце пазьней ці зьвяжыцеся з намі на glx-dock.org."
 
-#: ../src/gldit/cairo-dock-themes-manager.c:237
+#: ../src/gldit/cairo-dock-themes-manager.c:256
 #, c-format
 msgid "Are you sure you want to delete theme %s?"
 msgstr "Вы ўпэўненыя, што жадаеце выдаліць тэму %s ?"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:239
+#: ../src/gldit/cairo-dock-themes-manager.c:258
 msgid "Are you sure you want to delete these themes?"
 msgstr "Вы ўпэўненыя, што жадаеце выдаліць гэтыя тэмы?"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:37
-#: ../data/messages:217
+#: ../src/implementations/cairo-dock-hiding-effect.c:601 ../data/messages:37
+#: ../data/messages:203
 msgid "Move down"
 msgstr "Перамясціць уніз"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:39
-#: ../data/messages:219
+#: ../src/implementations/cairo-dock-hiding-effect.c:609 ../data/messages:39
+#: ../data/messages:205
 msgid "Fade out"
 msgstr "Зацямніць"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:41
-#: ../data/messages:221
+#: ../src/implementations/cairo-dock-hiding-effect.c:617 ../data/messages:41
+#: ../data/messages:207
 msgid "Semi transparent"
 msgstr "Полупразрыстасць"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:43
-#: ../data/messages:223
+#: ../src/implementations/cairo-dock-hiding-effect.c:626 ../data/messages:43
+#: ../data/messages:209
 msgid "Zoom out"
 msgstr "Паменшыць маштаб"
 
-#: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:45
-#: ../data/messages:225
+#: ../src/implementations/cairo-dock-hiding-effect.c:634 ../data/messages:45
+#: ../data/messages:211
 msgid "Folding"
 msgstr "Згортванне"
 
-#: ../data/messages:1 ../data/messages:1347
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:117
+msgid ""
+"This provides different window decorators. Enable this first if you want to "
+"select a different decorator for your dialog boxes."
+msgstr ""
+"Дае розныя афармлення для вокнаў. Актывіруце яго, каб змяняць афармлення "
+"вокнаў."
+
+#: ../src/internal-old/cairo-dock-internal-icons.c:455
+msgid "Provides various animations for your icons."
+msgstr "Прапануе розныя анімацыі для значкоў."
+
+#: ../src/internal-old/cairo-dock-internal-views.c:83
+msgid ""
+"Provides different views for Cairo-Dock. Enable this first if you want to "
+"select a different view for your docks."
+msgstr ""
+"Прапаноўвае розныя віды Cairo-Dock. Актывіруце, каб выбраць іншы від панэлі."
+
+#: ../data/messages:1 ../data/messages:1331
 msgid "Behavior"
 msgstr "Паводзіны"
 
-#: ../data/messages:3 ../data/messages:153 ../data/messages:1349
+#: ../data/messages:3 ../data/messages:139 ../data/messages:1333
 msgid "Position on the screen"
 msgstr "Месцазнаходжанне на экране"
 
-#: ../data/messages:5 ../data/messages:155 ../data/messages:1351
+#: ../data/messages:5 ../data/messages:141 ../data/messages:1335
 msgid "Choose which border of the screen the dock will be placed on:"
 msgstr "З якога боку экрана размясціць панэль:"
 
-#: ../data/messages:7 ../data/messages:157 ../data/messages:1353
+#: ../data/messages:7 ../data/messages:143 ../data/messages:1337
 msgid "bottom"
 msgstr "знізу"
 
-#: ../data/messages:9 ../data/messages:159 ../data/messages:1355
+#: ../data/messages:9 ../data/messages:145 ../data/messages:1339
 msgid "top"
 msgstr "зверху"
 
-#: ../data/messages:11 ../data/messages:161 ../data/messages:171
-#: ../data/messages:1357
+#: ../data/messages:11 ../data/messages:147 ../data/messages:157
+#: ../data/messages:1341
 msgid "right"
 msgstr "справа"
 
-#: ../data/messages:13 ../data/messages:163 ../data/messages:169
-#: ../data/messages:1359
+#: ../data/messages:13 ../data/messages:149 ../data/messages:155
+#: ../data/messages:1343
 msgid "left"
 msgstr "злева"
 
-#: ../data/messages:15 ../data/messages:195
+#: ../data/messages:15 ../data/messages:181
 msgid "Visibility of the main dock"
 msgstr "Бачнасць асноўнай панэлі"
 
-#: ../data/messages:17 ../data/messages:197 ../data/messages:1381
+#: ../data/messages:17 ../data/messages:183 ../data/messages:1365
 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 "
@@ -1114,40 +1159,40 @@
 "Калі панэль з'яўляецца пры клавіятурны скарачэнні, то яна з'явіцца ў пазіцыі "
 "курсора. Астатні час застаючыся нябачнай, як сістэмнае меню."
 
-#: ../data/messages:19 ../data/messages:55 ../data/messages:199
-#: ../data/messages:261 ../data/messages:1383
+#: ../data/messages:19 ../data/messages:55 ../data/messages:185
+#: ../data/messages:247 ../data/messages:1367
 msgid "Visibility:"
 msgstr "Бачнасць:"
 
-#: ../data/messages:23 ../data/messages:203 ../data/messages:1387
+#: ../data/messages:23 ../data/messages:189 ../data/messages:1371
 msgid "Reserve space for the dock"
 msgstr "Зарэзерваваць месца пад панэль"
 
-#: ../data/messages:25 ../data/messages:205 ../data/messages:1389
+#: ../data/messages:25 ../data/messages:191 ../data/messages:1373
 msgid "Keep the dock below"
-msgstr ""
+msgstr "Трымаць ззаду"
 
-#: ../data/messages:27 ../data/messages:207 ../data/messages:1391
+#: ../data/messages:27 ../data/messages:193 ../data/messages:1375
 msgid "Hide the dock when it overlaps the current window"
-msgstr ""
+msgstr "Схаваць панэль калі яна перакрые бягучае акно."
 
-#: ../data/messages:29 ../data/messages:209 ../data/messages:1393
+#: ../data/messages:29 ../data/messages:195 ../data/messages:1377
 msgid "Hide the dock whenever it overlaps any window"
-msgstr ""
+msgstr "Хаваць панэль, калі яна перакрые любое акно"
 
-#: ../data/messages:31 ../data/messages:211 ../data/messages:1395
+#: ../data/messages:31 ../data/messages:197 ../data/messages:1379
 msgid "Keep the dock hidden"
-msgstr ""
+msgstr "Трымаць утоенай"
 
-#: ../data/messages:33 ../data/messages:213 ../data/messages:1397
+#: ../data/messages:33 ../data/messages:199 ../data/messages:1381
 msgid "Pop-up on shortcut"
 msgstr "Усплывае па клавіятурным скарачэнні"
 
-#: ../data/messages:35 ../data/messages:215
+#: ../data/messages:35 ../data/messages:201
 msgid "Effect used to hide the dock:"
-msgstr ""
+msgstr "Эфект пры ўтойванні панэлі:"
 
-#: ../data/messages:47 ../data/messages:245
+#: ../data/messages:47 ../data/messages:231
 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 "
@@ -1157,7 +1202,7 @@
 "мышы. Астатні час знаходзячыся ў нябачным стане, такім чынам дзейнічаючы як "
 "меню."
 
-#: ../data/messages:49 ../data/messages:247
+#: ../data/messages:49 ../data/messages:233
 msgid "Keyboard shortcut to pop-up the dock:"
 msgstr "Клавіятурны скарачэнне:"
 
@@ -1165,7 +1210,7 @@
 msgid "Visibility of sub-docks"
 msgstr "Бачнасць суб-панэляў"
 
-#: ../data/messages:53 ../data/messages:259
+#: ../data/messages:53 ../data/messages:245
 msgid ""
 "they will appear either when you click or when you linger over the icon "
 "pointing on it."
@@ -1173,11 +1218,11 @@
 "яны будуць з'яўляцца калі вы клікніце на значкі, альбо калі навядзе на яго "
 "курсор мышы."
 
-#: ../data/messages:57 ../data/messages:263
+#: ../data/messages:57 ../data/messages:249
 msgid "Appear on mouse over"
 msgstr "Пры навядзенні курсора"
 
-#: ../data/messages:59 ../data/messages:265
+#: ../data/messages:59 ../data/messages:251
 msgid "Appear on click"
 msgstr "Пры кліку"
 
@@ -1203,7 +1248,7 @@
 msgid "Behaviour of the Taskbar:"
 msgstr "Паводзіны панэлі задач:"
 
-#: ../data/messages:67 ../data/messages:1521
+#: ../data/messages:67 ../data/messages:1509
 msgid "None"
 msgstr "None"
 
@@ -1221,13 +1266,13 @@
 
 #: ../data/messages:75
 msgid "Icons' animations and effects"
-msgstr ""
+msgstr "Эфекты і анімацыя значкоў"
 
 #: ../data/messages:81
 msgid "On appearance/disappearance:"
-msgstr ""
+msgstr "Пры з'яўленні/утойванні:"
 
-#: ../data/messages:87 ../data/messages:643
+#: ../data/messages:87 ../data/messages:619
 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 "
@@ -1273,35 +1318,35 @@
 "Значкі запуску, праграмы і аплеты будуць аддзеленыя адзін ад аднаго. "
 "Падзельнікі ўставяцца аўтаматычна."
 
-#: ../data/messages:105 ../data/messages:733
+#: ../data/messages:105 ../data/messages:709
 msgid "Separate the different types of icons?"
 msgstr "Аддзяляць розныя тыпы значкоў?"
 
-#: ../data/messages:107 ../data/messages:743
+#: ../data/messages:107 ../data/messages:719
 msgid "Order of the different types of icons :"
 msgstr "Парадак размяшчэння розных тыпаў значкоў:"
 
-#: ../data/messages:109 ../data/messages:745
+#: ../data/messages:109 ../data/messages:721
 msgid "launchers"
 msgstr "значкі запуску"
 
-#: ../data/messages:111 ../data/messages:747
+#: ../data/messages:111 ../data/messages:723
 msgid "applications"
 msgstr "праграмы"
 
-#: ../data/messages:113 ../data/messages:749
+#: ../data/messages:113 ../data/messages:725
 msgid "applets"
 msgstr "аплеты"
 
-#: ../data/messages:117 ../data/messages:523
+#: ../data/messages:117 ../data/messages:499
 msgid "Choose the default view for main docks :"
 msgstr "Абярыце від асноўны панэлі:"
 
-#: ../data/messages:119 ../data/messages:527
+#: ../data/messages:119 ../data/messages:503
 msgid "You can overwrite this parameter for each sub-dock."
 msgstr "Вы можаце перазапісаных гэты параметр для кожнай суб-панэлі."
 
-#: ../data/messages:121 ../data/messages:529
+#: ../data/messages:121 ../data/messages:505
 msgid "Choose the default view for sub-docks :"
 msgstr "Абярыце від суб-панэлі:"
 
@@ -1310,8 +1355,8 @@
 msgstr "Дапаўненні"
 
 #: ../data/messages:125
-msgid "Applets"
-msgstr "Аплеты"
+msgid "Add or remove any applet"
+msgstr ""
 
 #: ../data/messages:127
 msgid ""
@@ -1325,50 +1370,15 @@
 "на яго значкі ў панэлі."
 
 #: ../data/messages:129
-msgid "Add or remove any applet :"
-msgstr "Дадаць або выдаліць аплет:"
-
-#: ../data/messages:131
 msgid ""
 "You can install them by simply drag-and-dropping the link onto your dock."
-msgstr ""
+msgstr "Для ўсталёўкі вы можаце проста перацягнуць спасылку на панэль."
 
-#: ../data/messages:137 ../data/messages:1427
+#: ../data/messages:135 ../data/messages:1411
 msgid "Themes"
 msgstr "Тэмы"
 
-#: ../data/messages:139 ../data/messages:1431
-msgid "Choose one of the available themes:"
-msgstr "Выберыце адну з даступных тэм:"
-
-#: ../data/messages:143 ../data/messages:1437
-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:145 ../data/messages:1439
-msgid "Use the new theme's launchers?"
-msgstr "Выкарыстоўваць значкі запуску з новай тэмы?"
-
-#: ../data/messages:147 ../data/messages:1441
-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:149 ../data/messages:1443
-msgid "Use the new theme's behaviour?"
-msgstr "Выкарыстоўваць паводзіны з новай тэмы?"
-
-#: ../data/messages:165 ../data/messages:1361
+#: ../data/messages:151 ../data/messages:1345
 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 "
@@ -1381,15 +1391,15 @@
 "гарызантальнай - адносна правага і вертыкальнай - адносна ніжняга вугла і "
 "пры значэнні 0.5 размяшчэнне будзе выравниваться адносна сярэдзіны экрана."
 
-#: ../data/messages:167 ../data/messages:1363
+#: ../data/messages:153 ../data/messages:1347
 msgid "Relative alignment:"
 msgstr "Выраўноўваць адносна:"
 
-#: ../data/messages:173 ../data/messages:1365
+#: ../data/messages:159 ../data/messages:1349
 msgid "Offset from the screen's edge"
 msgstr "Зрушэнне ад мяжы экрана"
 
-#: ../data/messages:175 ../data/messages:1367
+#: ../data/messages:161 ../data/messages:1351
 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."
@@ -1398,11 +1408,11 @@
 "перетаскивать панэль утрымліваючы націснутай клавішу ALT або CTRL і левай "
 "кнопкі мышы."
 
-#: ../data/messages:177 ../data/messages:1369
+#: ../data/messages:163 ../data/messages:1353
 msgid "Lateral offset:"
 msgstr "Бакавое зрушэнне:"
 
-#: ../data/messages:179 ../data/messages:1371
+#: ../data/messages:165 ../data/messages:1355
 msgid ""
 "in pixels. You can also move the dock by holding the ALT or CTRL key and the "
 "left mouse button."
@@ -1410,81 +1420,83 @@
 "у піксэлях. Таксама вы можаце перетаскивать панэль утрымліваючы націснутай "
 "клавішу ALT або CTRL і левай кнопкі мышы."
 
-#: ../data/messages:181 ../data/messages:1373
+#: ../data/messages:167 ../data/messages:1357
 msgid "Distance to the screen edge:"
 msgstr "Дыстанцыя да мяжы экрана:"
 
-#: ../data/messages:183
+#: ../data/messages:169
 msgid "Multiple screens"
 msgstr "Множныя экраны"
 
-#: ../data/messages:185
+#: ../data/messages:171
 msgid ""
 "This option is to use if you have a dual-screen and use Xinerama to manage "
 "them."
 msgstr ""
+"Гэтая опцыя выкарыстоўваецца калі вы валодаеце двума маніторамі і "
+"выкарыстаеце Xinerama для кіравання."
 
-#: ../data/messages:187
+#: ../data/messages:173
 msgid "Use Xinerama?"
 msgstr "Выкарыстоўваць Xinerama?"
 
-#: ../data/messages:189
+#: ../data/messages:175
 msgid "0 is the first screen."
-msgstr ""
+msgstr "0 гэта першы экран."
 
-#: ../data/messages:191 ../data/messages:1377
+#: ../data/messages:177 ../data/messages:1361
 msgid "Number of the screen where the dock should be located:"
 msgstr "Нумары экранаў на якіх адлюстроўваць панэль:"
 
-#: ../data/messages:193
+#: ../data/messages:179
 msgid "Accessibility"
 msgstr "Дадатковыя Магчымасці"
 
-#: ../data/messages:227
+#: ../data/messages:213
 msgid "in ms. 0 means no delay."
 msgstr "у мс. 0 - без затрымакі."
 
-#: ../data/messages:229
+#: ../data/messages:215
 msgid "Delay before the dock unhides itself:"
 msgstr "Затрымка перад раскрыццём панэлі:"
 
-#: ../data/messages:231
+#: ../data/messages:217
 msgid "How to call the dock back:"
 msgstr "Якім чынам выклікаць панэль:"
 
-#: ../data/messages:233
+#: ../data/messages:219
 msgid "Hit the screen's border"
 msgstr "Дотык да краю экрана"
 
-#: ../data/messages:235
+#: ../data/messages:221
 msgid "Hit where the dock is"
 msgstr "Дотык да месца дзе панэль"
 
-#: ../data/messages:237
+#: ../data/messages:223
 msgid "Hit the screen's corner"
 msgstr "Дотык да куце экрана"
 
-#: ../data/messages:239
+#: ../data/messages:225
 msgid "Hit a zone"
 msgstr "Закрануць зоны"
 
-#: ../data/messages:241
+#: ../data/messages:227
 msgid "Size of the zone :"
 msgstr "Памер зоны:"
 
-#: ../data/messages:243
+#: ../data/messages:229
 msgid "Image to display on the zone :"
 msgstr "Выява для зоны:"
 
-#: ../data/messages:249
+#: ../data/messages:235
 msgid "Additional parameters"
 msgstr "Дадатковыя параметры"
 
-#: ../data/messages:251
+#: ../data/messages:237
 msgid "Stretch the dock to always fill the screen"
 msgstr "Расцягваць панэль на ўсю шырыню экрана?"
 
-#: ../data/messages:253
+#: ../data/messages:239
 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)."
@@ -1493,31 +1505,31 @@
 "і ваш аконны мэнэджэр дазваляе панэлі быць над полноэкранных вокнаў (што "
 "рэдка)."
 
-#: ../data/messages:255
+#: ../data/messages:241
 msgid "Automatically hide the dock when a window becomes full screen?"
 msgstr "Хаваць панэль пры разворачивании акна на ўвесь экран?"
 
-#: ../data/messages:257
+#: ../data/messages:243
 msgid "Sub-docks' visibility"
 msgstr "Бачнасць суб-панэляў"
 
-#: ../data/messages:267 ../data/messages:271
+#: ../data/messages:253 ../data/messages:257
 msgid "in ms."
 msgstr "у мсек."
 
-#: ../data/messages:269
+#: ../data/messages:255
 msgid "Delay before displaying a sub-dock:"
 msgstr "Затрымка з'яўлення суб-панэлі:"
 
-#: ../data/messages:273
+#: ../data/messages:259
 msgid "Delay before leaving a sub-dock takes effect:"
 msgstr "Затрымка перад ўжыць эфекту пры покидании суб-панэлі:"
 
-#: ../data/messages:275
+#: ../data/messages:261
 msgid "TaskBar"
 msgstr "Панэль задач"
 
-#: ../data/messages:279
+#: ../data/messages:265
 msgid ""
 "Cairo-Dock will then act as your taskbar. It is recommended to remove any "
 "other taskbars."
@@ -1525,19 +1537,19 @@
 "Cairo-Dock будзе паводзіць сябе як панэль задач, рэкамендуецца прыбраць усе "
 "астатнія панэлі."
 
-#: ../data/messages:281
+#: ../data/messages:267
 msgid "Show currently opened applications in the dock?"
 msgstr "Паказваць запушчаныя праграмы ў панэлі?"
 
-#: ../data/messages:283
+#: ../data/messages:269
 msgid "Only show icons whose windows are minimised"
 msgstr "Паказваць значкі толькі мінімізаваных вокнаў?"
 
-#: ../data/messages:285
+#: ../data/messages:271
 msgid "Only show applications on current desktop"
 msgstr "Паказваць праграмы толькі цяперашнага рабочага стала?"
 
-#: ../data/messages:287
+#: ../data/messages:273
 msgid ""
 "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 "
@@ -1547,11 +1559,11 @@
 "запушчана, пры гэтым на значкі з'явіцца Сігнальны індыкатар. Таксама, вы "
 "можаце запусціць іншую копію дадатку з дапамогай камбінацыі SHIFT + пстрычка."
 
-#: ../data/messages:289
+#: ../data/messages:275
 msgid "Mix launchers and applications"
 msgstr "Аб'яднаць значкі запуску з іх праграмамі?"
 
-#: ../data/messages:291
+#: ../data/messages:277
 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."
@@ -1559,23 +1571,23 @@
 "Дазволіць згрупаваныя ўсе вокны пэўнага аплікацыі ў адной суб-панэль, што "
 "забяспечыць адначасовае кіраванне гэтымі вокнамі."
 
-#: ../data/messages:293
+#: ../data/messages:279
 msgid "Group windows from the same application in a sub-dock ?"
 msgstr "Згрупаваць вокны адной праграмы ў суб-панэль?"
 
-#: ../data/messages:295 ../data/messages:305
+#: ../data/messages:281 ../data/messages:291
 msgid "Enter the class of the applications, separated by a semi-colon ';'"
 msgstr "увядзіце клас праграм, падзяляючы іх знакам \";\""
 
-#: ../data/messages:297 ../data/messages:307
+#: ../data/messages:283 ../data/messages:293
 msgid "\t\tExcept the following classes:"
 msgstr "\t\tАкрамя наступных класаў:"
 
-#: ../data/messages:299
+#: ../data/messages:285
 msgid "Representation"
 msgstr "Прадстаўленне"
 
-#: ../data/messages:301
+#: ../data/messages:287
 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 "
@@ -1585,11 +1597,11 @@
 "прадстаўлены графічнай асяроддзем. У адваротным выпадку, будуць выкарыстаныя "
 "значкі саміх прыкладанняў."
 
-#: ../data/messages:303
+#: ../data/messages:289
 msgid "Overwrite the X icon with the launchers' icon?"
 msgstr "Замяніць значкі праграм?"
 
-#: ../data/messages:309
+#: ../data/messages:295
 msgid ""
 "A composite manager is required to display the thumbnail.\n"
 "OpenGL is required to draw the icon bent backwards."
@@ -1597,85 +1609,85 @@
 "Кампазітны менеджэр, неабходны для адлюстравання мініяцюр.\n"
 "OpenGL патрабуецца намаляваць абразок нахіліўся назад."
 
-#: ../data/messages:311
+#: ../data/messages:297
 msgid "How to draw minimised windows ?"
 msgstr "Як адлюстраваць згорнутыя вокны?"
 
-#: ../data/messages:313
+#: ../data/messages:299
 msgid "Make the icon transparent"
 msgstr "Зрабіць абразок празрыстым"
 
-#: ../data/messages:315
+#: ../data/messages:301
 msgid "Show a window's thumbnail"
 msgstr "Паказваць эскізы згорнутыя вокнаў"
 
-#: ../data/messages:317
+#: ../data/messages:303
 msgid "Draw it bent backwards"
 msgstr "Маляваць з загибом"
 
-#: ../data/messages:319
+#: ../data/messages:305
 msgid "Transparency of icons whose window is minimised:"
 msgstr "Празрыстасць значкоў (не) згорнутых вокнаў:"
 
-#: ../data/messages:321 ../data/messages:479 ../data/messages:591
-#: ../data/messages:617 ../data/messages:689
+#: ../data/messages:307 ../data/messages:455 ../data/messages:567
+#: ../data/messages:593 ../data/messages:665
 msgid "Opaque"
 msgstr "непразрысты"
 
-#: ../data/messages:323 ../data/messages:477 ../data/messages:589
-#: ../data/messages:615 ../data/messages:687
+#: ../data/messages:309 ../data/messages:453 ../data/messages:565
+#: ../data/messages:591 ../data/messages:663
 msgid "Transparent"
 msgstr "празрысты"
 
-#: ../data/messages:325
+#: ../data/messages:311
 msgid "Play a short animation of the icon when its window becomes active"
 msgstr "Аніміраваць значок, калі яго акно становіцца актыўным?"
 
-#: ../data/messages:327
+#: ../data/messages:313
 msgid "\"...\" will be added at the end if the name is too long."
 msgstr ""
 "Калі імя файла занадта доўгае, то да канца імя будзе дададзена \"...\"."
 
-#: ../data/messages:329
+#: ../data/messages:315
 msgid "Maximum number of caracters in application name:"
 msgstr "Максімальная колькасць знакаў у імя:"
 
-#: ../data/messages:331
+#: ../data/messages:317
 msgid "Interaction"
 msgstr "Узаемадзеянне"
 
-#: ../data/messages:333
+#: ../data/messages:319
 msgid "This is the default behaviour of most taskbars."
 msgstr "Стандартныя паводзіны большасці панэляў задач."
 
-#: ../data/messages:335
+#: ../data/messages:321
 msgid ""
 "Minimise the window when its icon is clicked, if it was already the active "
 "window ?"
 msgstr ""
 "Згарнуць акно пры пстрычцы на яго значкі, калі ў дадзены момант яно актыўна?"
 
-#: ../data/messages:337
+#: ../data/messages:323
 msgid "In the style of Firefox tabs"
 msgstr "На манер паводзінаў вкладок Firefox."
 
-#: ../data/messages:339
+#: ../data/messages:325
 msgid "Middle-clicking on an icon closes the related application"
 msgstr "Сярэдняя пстрычка закрывае звязаную праграму?"
 
-#: ../data/messages:341
+#: ../data/messages:327
 msgid "Highlight applications requiring your attention with a dialog bubble"
 msgstr "Калі патрабуецца вашу ўвага, апавяшчаць воблачкам напамінаў?"
 
-#: ../data/messages:343
+#: ../data/messages:329
 msgid "in seconds"
 msgstr "у сякундах"
 
-#: ../data/messages:345
+#: ../data/messages:331
 msgid "Duration of the dialog:"
 msgstr "Працягласць дыялогавае акна:"
 
-#: ../data/messages:347
+#: ../data/messages:333
 msgid ""
 "It will notify you even if, for instance, you are watching a movie in full "
 "screen or you are on another desktop.\n"
@@ -1683,23 +1695,23 @@
 "Вы атрымаеце апавяшчэнне, нават калі вы глядзіце фільм на поўным экране ці "
 "знаходзіцеся на іншым працоўным стале.\n"
 
-#: ../data/messages:349
+#: ../data/messages:335
 msgid "Force the following applications to demand your attention"
 msgstr "Прымусова апавяшчаць вас аб наступных праграмах?"
 
-#: ../data/messages:351
+#: ../data/messages:337
 msgid "Highlight applications demanding your attention with an animation"
 msgstr "Калі патрабуецца ваша ўвага, апавяшчаць з дапамогай анімацыі?"
 
-#: ../data/messages:355
+#: ../data/messages:341
 msgid "Animations speed"
 msgstr "Хуткасць анімацыі"
 
-#: ../data/messages:357
+#: ../data/messages:343
 msgid "Animate sub-docks when they appear"
 msgstr "Аніміраваныя суб-панэль пры з'яўленні?"
 
-#: ../data/messages:359
+#: ../data/messages:345
 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."
@@ -1708,114 +1720,97 @@
 "часоў, пакуль не запоўняць усю панэль. Чым менш значэнне, тым хутчэй "
 "разгорнуцца."
 
-#: ../data/messages:361
+#: ../data/messages:347
 msgid "Animation unfolding duration:"
-msgstr ""
+msgstr "Хуткасць анімацыі разгортвання:"
 
-#: ../data/messages:363 ../data/messages:371 ../data/messages:375
-#: ../data/messages:383 ../data/messages:387
+#: ../data/messages:349 ../data/messages:357 ../data/messages:361
+#: ../data/messages:369 ../data/messages:373
 msgid "fast"
 msgstr "хутка"
 
-#: ../data/messages:365 ../data/messages:373 ../data/messages:377
-#: ../data/messages:385 ../data/messages:389
+#: ../data/messages:351 ../data/messages:359 ../data/messages:363
+#: ../data/messages:371 ../data/messages:375
 msgid "slow"
 msgstr "павольна"
 
-#: ../data/messages:367 ../data/messages:379
+#: ../data/messages:353 ../data/messages:365
 msgid "The more there are, the slower it will be"
 msgstr "Чым больш значэнне, тым больш павольна раскрыццё"
 
-#: ../data/messages:369
+#: ../data/messages:355
 msgid "Number of steps in the zoom animation (grow/shrink):"
-msgstr ""
+msgstr "Колькасць крокаў анімацыі набліжэння (ўзрастаць/звужацца):"
 
-#: ../data/messages:381
+#: ../data/messages:367
 msgid "Number of steps in the auto-hide animation (move up/move down):"
-msgstr ""
+msgstr "Колькасць крокаў анімацыі аўта-хаваньня (рухаў уверх/уніз):"
 
-#: ../data/messages:391
+#: ../data/messages:377
 msgid "Refresh rate"
-msgstr ""
+msgstr "Частата абнаўлення"
 
-#: ../data/messages:393 ../data/messages:397 ../data/messages:401
+#: ../data/messages:379 ../data/messages:383 ../data/messages:387
 msgid "in Hz. This is to adjust behaviour relative to your CPU power."
-msgstr ""
+msgstr "у Гц. Залежыць ад магутнасці вашага працэсара."
 
-#: ../data/messages:395
+#: ../data/messages:381
 msgid "Refresh rate when mouving cursor into the dock :"
-msgstr ""
+msgstr "Частата абнаўлення пры перамяшчэнні курсора па панэлі:"
 
-#: ../data/messages:399
+#: ../data/messages:385
 msgid "Animation frequency for the OpenGL backend :"
-msgstr ""
+msgstr "Частата анімацыі для бэкенда OpenGL:"
 
-#: ../data/messages:403
+#: ../data/messages:389
 msgid "Animation frequency for the Cairo backend :"
-msgstr ""
+msgstr "Частата анімацыі для бэкенда Cairo:"
 
-#: ../data/messages:405
+#: ../data/messages:391
 msgid ""
 "The transparency gradation pattern will then be re-calculated in real time. "
 "May need more CPU power."
 msgstr ""
+"Шаблон градацыі празрыстасці будзе пралічвацца у рэальным часе. Можа "
+"спатрэбіцца больш рэсурсаў працэсара."
 
-#: ../data/messages:407
+#: ../data/messages:393
 msgid "Reflections should be calculated in real-time?"
-msgstr ""
-
-#: ../data/messages:409
-msgid "Label readability"
-msgstr "Чытальнасць подпісаў"
-
-#: ../data/messages:411
-msgid "Should the labels always be horizontal, even when dock is vertical?"
-msgstr ""
-
-#: ../data/messages:413
-msgid ""
-"the bigger, the more the labels next to the selected icon will be "
-"transparent."
-msgstr ""
-
-#: ../data/messages:415
-msgid "label's visibility threshold :"
-msgstr "Парог адлюстравання подпісаў:"
-
-#: ../data/messages:417
-msgid "Configure labels appearence."
-msgstr "Знешні выгляд подпісаў."
-
-#: ../data/messages:419
+msgstr "Апрацоўваць адлюстравання ў рэальным часе?"
+
+#: ../data/messages:395
 msgid "Composition"
 msgstr "Кампазітнасць"
 
-#: ../data/messages:421
+#: ../data/messages:397
 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 ""
+"Выкарыстоўвайце толькі калі не запушчаны кампазітны мэнэджар накшталт "
+"Compiz, xcompmgr, і г.д. ці ў вас чорны фон вакол панэлі. Па эстэтычным "
+"меркаваннях, панэль будзе знаходзіцца ззаду акон."
 
-#: ../data/messages:423
+#: ../data/messages:399
 msgid "Emulate composition with fake transparency?"
-msgstr ""
+msgstr "Эмуляваць кампазітнасць з падробленай празрыстасцю?"
 
-#: ../data/messages:425
+#: ../data/messages:401
 msgid "You need to re-open the panel. It is deactivated by default on KDE."
 msgstr ""
 "Вам спатрэбіцца переоткрыть панэль. Гэты параметр па змоўчванні дэактываваў "
 "Ñž KDE."
 
-#: ../data/messages:427
+#: ../data/messages:403
 msgid "Make the config panel transparent?"
-msgstr ""
+msgstr "Зрабіць панэль настроек празрыстай?"
 
-#: ../data/messages:429
+#: ../data/messages:405
 msgid "Connection to the Internet"
-msgstr ""
+msgstr "Злучэнне з Інтэрнэт"
 
-#: ../data/messages:431
+#: ../data/messages:407
 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 "
@@ -1825,249 +1820,256 @@
 "на фазе падключэння, г.зн. як толькі адбудзецца падключэнне, гэты параметр "
 "не будзе больш выкарыстоўвацца."
 
-#: ../data/messages:433
+#: ../data/messages:409
 msgid "Connection timeout :"
-msgstr ""
+msgstr "Ліміт злучэння:"
 
-#: ../data/messages:435
+#: ../data/messages:411
 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:437
+#: ../data/messages:413
 msgid "Maximum time to download a file:"
-msgstr ""
+msgstr "Максімальны час для запампоўку файла:"
 
-#: ../data/messages:439
+#: ../data/messages:415
 msgid "Use this option if you experience problems to connect."
-msgstr ""
+msgstr "Выкарыстоўвайце гэтую опцыю, калі адчуваеце праблемы з падключэннем."
 
-#: ../data/messages:441
+#: ../data/messages:417
 msgid "Force IPv4 ?"
-msgstr ""
+msgstr "Прымусова IPv4?"
 
-#: ../data/messages:443
+#: ../data/messages:419
 msgid "Use this option if you connect to the Internet through a proxy."
-msgstr ""
+msgstr "Выкарыстоўвайце гэтую опцыю, калі выходзьце ў інтэрнэт праз проксі."
 
-#: ../data/messages:445
+#: ../data/messages:421
 msgid "Are you behind a proxy ?"
-msgstr ""
+msgstr "Вы выкарыстоўваеце проксі?"
 
-#: ../data/messages:447
+#: ../data/messages:423
 msgid "Proxy name :"
-msgstr ""
+msgstr "Імя проксі-сервера:"
 
-#: ../data/messages:449
+#: ../data/messages:425
 msgid "Port :"
-msgstr ""
+msgstr "Порт:"
 
-#: ../data/messages:451 ../data/messages:455
+#: ../data/messages:427 ../data/messages:431
 msgid ""
 "Let empty if you don't need to log-in to the proxy with a user/password."
 msgstr ""
+"Пакіньце пустым, калі не выкарыстоўваеце аўтарызаваны ўваход праз проксі."
 
-#: ../data/messages:453
+#: ../data/messages:429
 msgid "User :"
-msgstr ""
+msgstr "Карыстальнік:"
 
-#: ../data/messages:457
+#: ../data/messages:433
 msgid "Password :"
-msgstr ""
+msgstr "Пароль:"
 
-#: ../data/messages:461 ../data/messages:1409
+#: ../data/messages:437 ../data/messages:1393
 msgid "Fill the background with:"
-msgstr ""
+msgstr "Запоўніць задні фон:"
 
-#: ../data/messages:463 ../data/messages:469 ../data/messages:763
-#: ../data/messages:1413
+#: ../data/messages:439 ../data/messages:445 ../data/messages:739
+#: ../data/messages:1397
 msgid "Image"
 msgstr "Выявай"
 
-#: ../data/messages:465 ../data/messages:485 ../data/messages:1415
+#: ../data/messages:441 ../data/messages:461 ../data/messages:1399
 msgid "Colour gradation"
-msgstr ""
+msgstr "Градыентам"
 
-#: ../data/messages:467
+#: ../data/messages:443
 msgid "Use a background image."
 msgstr "Выкарыстоўваць выяву задняга фону."
 
-#: ../data/messages:471 ../data/messages:1417
+#: ../data/messages:447 ../data/messages:1401
 msgid ""
 "Any format allowed; if empty, the colour gradation will be used as a fall "
 "back."
 msgstr ""
+"Можна выкарыстоўваць любы фармат, калі пакінуць пустым, то будзе выкарыстаны "
+"градыент."
 
-#: ../data/messages:473 ../data/messages:1419
+#: ../data/messages:449 ../data/messages:1403
 msgid "Image filename to use as a background :"
-msgstr ""
+msgstr "Выява для фону:"
 
-#: ../data/messages:475
+#: ../data/messages:451
 msgid "Image's transparency :"
 msgstr "Празрыстасць выявы:"
 
-#: ../data/messages:481 ../data/messages:1421
+#: ../data/messages:457 ../data/messages:1405
 msgid "Repeat image as a pattern to fill background?"
-msgstr ""
+msgstr "Паўтараць малюнкі ў выглядзе шаблона?"
 
-#: ../data/messages:483
+#: ../data/messages:459
 msgid "Use a colour gradation."
-msgstr ""
+msgstr "Выкарыстоўваць каляровы градыент."
 
-#: ../data/messages:487 ../data/messages:1423
+#: ../data/messages:463 ../data/messages:1407
 msgid "Bright colour:"
-msgstr ""
+msgstr "Светлы колер:"
 
-#: ../data/messages:489 ../data/messages:1425
+#: ../data/messages:465 ../data/messages:1409
 msgid "Dark colour:"
-msgstr ""
+msgstr "Цёмны колер:"
 
-#: ../data/messages:491
+#: ../data/messages:467
 msgid "In degrees, in relation to the vertical"
 msgstr "У градусах, адносна вертыкалі."
 
-#: ../data/messages:493
+#: ../data/messages:469
 msgid "Angle of the gradation :"
 msgstr "Кут наколна градыенту:"
 
-#: ../data/messages:495
+#: ../data/messages:471
 msgid "If not nul, it will form stripes."
 msgstr "Калі не нуль, то будзе выкарыстаная форма полосок."
 
-#: ../data/messages:497
+#: ../data/messages:473
 msgid "Repeat the gradation this number of times:"
-msgstr ""
+msgstr "Паўтараць градыент наступнае колькасць раз:"
 
-#: ../data/messages:499
+#: ../data/messages:475
 msgid "Percentage of the bright colour:"
-msgstr ""
+msgstr "Працэнт светлага колеру:"
 
-#: ../data/messages:501
+#: ../data/messages:477
 msgid "External Frame"
-msgstr ""
+msgstr "Знешняя рамка"
 
-#: ../data/messages:503 ../data/messages:507 ../data/messages:513
-#: ../data/messages:561 ../data/messages:661
+#: ../data/messages:479 ../data/messages:483 ../data/messages:489
+#: ../data/messages:537 ../data/messages:637
 msgid "in pixels."
 msgstr "у піксэлях."
 
-#: ../data/messages:505
+#: ../data/messages:481
 msgid "Corner radius :"
 msgstr "Радыус закругленых кутоў:"
 
-#: ../data/messages:509
+#: ../data/messages:485
 msgid "Linewidth of the external line :"
-msgstr ""
+msgstr "Шырыня лініі знешняй рамкі:"
 
-#: ../data/messages:511
+#: ../data/messages:487
 msgid "Colour of the external line:"
-msgstr ""
+msgstr "Колер знешніх ліній:"
 
-#: ../data/messages:515
+#: ../data/messages:491
 msgid "Margin between the frame and the icons or their reflects :"
 msgstr "Адлегласць ад рамкі да значкоў або іх адлюстраванняў:"
 
-#: ../data/messages:517
+#: ../data/messages:493
 msgid "Are the bottom left and right corners rounded?"
-msgstr ""
+msgstr "Закругляюць левыя і правыя ніжнія куты?"
 
-#: ../data/messages:521
+#: ../data/messages:497
 msgid "Main Dock"
 msgstr "Асноўная панэль"
 
-#: ../data/messages:525
+#: ../data/messages:501
 msgid "Sub-Docks"
 msgstr "Суб-панэлі"
 
-#: ../data/messages:531
+#: ../data/messages:507
 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:533
+#: ../data/messages:509
 msgid "Ratio for the size of the sub-docks' icons :"
 msgstr "Адносіны памераў значкоў на суб-панэлях:"
 
-#: ../data/messages:535 ../data/messages:803
+#: ../data/messages:511 ../data/messages:779
 msgid "smaller"
 msgstr "меншы"
 
-#: ../data/messages:537
+#: ../data/messages:513
 msgid "same size"
 msgstr "аднолькавага памеру"
 
-#: ../data/messages:539
+#: ../data/messages:515
 msgid "Dialogs"
 msgstr "Дыялогі"
 
-#: ../data/messages:541
+#: ../data/messages:517
 msgid "Bubble"
 msgstr "Воблачка нагадвання"
 
-#: ../data/messages:543
+#: ../data/messages:519
 msgid "Background colour of the bubble:"
-msgstr ""
+msgstr "Фонавы колер воблака:"
 
-#: ../data/messages:545
+#: ../data/messages:521
 msgid "Shape of the bubble:"
-msgstr ""
+msgstr "Форма воблачка:"
 
-#: ../data/messages:547
+#: ../data/messages:523
 msgid "Text"
 msgstr "Тэкст"
 
-#: ../data/messages:549 ../data/messages:839
+#: ../data/messages:525 ../data/messages:823
 msgid "Otherwise the default's system one will be used."
-msgstr ""
+msgstr "У адваротным выпадку будзе выкарыстаны сістэмны шрыфт."
 
-#: ../data/messages:551
+#: ../data/messages:527
 msgid "Use a custom font for the text?"
-msgstr ""
+msgstr "Выкарыстаць іншы шрыфт для тэксту?"
 
-#: ../data/messages:553
+#: ../data/messages:529
 msgid "Text font:"
-msgstr ""
+msgstr "Шрыфт тэксту:"
 
-#: ../data/messages:555 ../data/messages:845
+#: ../data/messages:531 ../data/messages:829
 msgid "Draw the outline of the text?"
-msgstr ""
+msgstr "Абмалёўвываць тэкст?"
 
-#: ../data/messages:557
+#: ../data/messages:533
 msgid "Text color:"
-msgstr ""
+msgstr "Колер тэксту:"
 
-#: ../data/messages:559 ../data/messages:619
+#: ../data/messages:535 ../data/messages:595
 msgid "Buttons"
 msgstr "Кнопкі"
 
-#: ../data/messages:563
+#: ../data/messages:539
 msgid "Size of buttons in the info-bubbles (width x height) :"
 msgstr "Памер кнопак у воблачкаў напамін (шырыня х вышыня):"
 
-#: ../data/messages:565 ../data/messages:569 ../data/messages:623
-#: ../data/messages:627 ../data/messages:631 ../data/messages:635
+#: ../data/messages:541 ../data/messages:545 ../data/messages:599
+#: ../data/messages:603 ../data/messages:607 ../data/messages:611
 msgid "If you don't provide any, a default image will be used."
 msgstr "Калі нічога не пакажыце, то будзе выкарыстана стандартнае выява."
 
-#: ../data/messages:567
+#: ../data/messages:543
 msgid "Name of an image to use for the yes/ok button :"
 msgstr "Выява да кнопак Так / Не:"
 
-#: ../data/messages:571
+#: ../data/messages:547
 msgid "Name of an image to use for the no/cancel button :"
 msgstr "Выява для кнопак Нет / Адмена:"
 
-#: ../data/messages:573
+#: ../data/messages:549
 msgid "Size of the icon displayed next to the text :"
 msgstr "Памер значка побач з тэкстам:"
 
-#: ../data/messages:577
+#: ../data/messages:553
 msgid "Decorations"
 msgstr "Афармленне"
 
-#: ../data/messages:579
+#: ../data/messages:555
 msgid ""
 "This can be customized for each desklet separately.\n"
 "Choose 'Custom decoration' to define your own decorations below"
@@ -2075,172 +2077,184 @@
 "Вы можаце наладзіць асобна для кожнага десклета асобна.\n"
 "Выберыце 'Змяніць афармленне', каб наладзіць яго самастойна."
 
-#: ../data/messages:581
+#: ../data/messages:557
 msgid "Choose a default decoration for all desklets :"
 msgstr "Выберыце афармленне для ўсіх десклетов:"
 
-#: ../data/messages:583
+#: ../data/messages:559
 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:585
+#: ../data/messages:561
 msgid "Background image :"
 msgstr "Фонавае выява:"
 
-#: ../data/messages:587
+#: ../data/messages:563
 msgid "Background transparency :"
-msgstr ""
+msgstr "Фонавая празрыстасць:"
 
-#: ../data/messages:593
+#: ../data/messages:569
 msgid "in pixels. Use this to adjust the left position of the drawings."
 msgstr "у піксэлях. Вызначае левую пазіцыю малюнка."
 
-#: ../data/messages:595
+#: ../data/messages:571
 msgid "Left offset :"
 msgstr "Левае зрушэнне:"
 
-#: ../data/messages:597
+#: ../data/messages:573
 msgid "in pixels. Use this to adjust the top position of the drawings."
 msgstr "у піксэлях. Вызначае верхнюю пазіцыю малюнка."
 
-#: ../data/messages:599
+#: ../data/messages:575
 msgid "Top offset :"
 msgstr "Верхняе зрушэнне:"
 
-#: ../data/messages:601
+#: ../data/messages:577
 msgid "in pixels. Use this to adjust the right position of the drawings."
 msgstr "у піксэлях. Вызначае правую пазіцыю малюнка."
 
-#: ../data/messages:603
+#: ../data/messages:579
 msgid "Right offset :"
 msgstr "Правае зрушэнне:"
 
-#: ../data/messages:605
+#: ../data/messages:581
 msgid "in pixels. Use this to adjust the bottom position of the drawings."
 msgstr "у піксэлях. Вызначае ніжнюю пазіцыю малюнка."
 
-#: ../data/messages:607
+#: ../data/messages:583
 msgid "Bottom offset :"
 msgstr "Ніжняе зрушэнне:"
 
-#: ../data/messages:609
+#: ../data/messages:585
 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:611
+#: ../data/messages:587
 msgid "Foreground image :"
 msgstr "Выява пярэдняга плана:"
 
-#: ../data/messages:613
+#: ../data/messages:589
 msgid "Foreground tansparency :"
 msgstr "Празрыстасць пярэдняга плана:"
 
-#: ../data/messages:621
+#: ../data/messages:597
 msgid "Buttons size :"
 msgstr "Памер кнопак:"
 
-#: ../data/messages:625 ../data/messages:637
+#: ../data/messages:601 ../data/messages:613
 msgid "Name of an image to use for the 'rotate' button :"
 msgstr "Выява для кнопкі 'круціцца':"
 
-#: ../data/messages:629
+#: ../data/messages:605
 msgid "Name of an image to use for the 'reattach' button :"
-msgstr ""
+msgstr "Выява для кнопкі 'Открепить':"
 
-#: ../data/messages:633
+#: ../data/messages:609
 msgid "Name of an image to use for the 'depth rotate' button :"
-msgstr ""
+msgstr "Выява для кнопкі \"Круціць 3D\":"
 
-#: ../data/messages:641
+#: ../data/messages:617
 msgid "Icons' themes"
 msgstr "Тэмы значкоў"
 
-#: ../data/messages:645
+#: ../data/messages:621
 msgid "Choose an icon theme :"
 msgstr "Выберыце тэму значкоў:"
 
-#: ../data/messages:647
+#: ../data/messages:623
 msgid ""
 "Any format allowed; leave this field empty if you don't want to use an image "
 "as background."
 msgstr ""
+"Можаце выкарыстоўваць любы фармат, пакіньце поле пустым, каб не "
+"выкарыстоўваць фонавую выяву."
 
-#: ../data/messages:649
+#: ../data/messages:625
 msgid "Image filename to use as a background for icons :"
-msgstr ""
+msgstr "Выява для фону значкоў:"
 
-#: ../data/messages:651
+#: ../data/messages:627
 msgid "Zoom effect"
 msgstr "Эфект набліжэння"
 
-#: ../data/messages:653
+#: ../data/messages:629
 msgid ""
 "set to 1 if you don't want the icons to zoom when you hover over them."
 msgstr ""
+"Усталюйце значэнне 1, калі не жадаеце каб абразкі павялічваліся пры "
+"навядзенні на іх."
 
-#: ../data/messages:655
+#: ../data/messages:631
 msgid "Maximum zoom of the icons :"
 msgstr "Максімальнае павелічэнне значкоў:"
 
-#: ../data/messages:657
+#: ../data/messages:633
 msgid ""
 "in pixels. Outside of this space (centered on the mouse), there is no zoom."
 msgstr ""
+"у піксэлях. Эфекту набліжэння не будзе звыш гэтага радыусу (цэнтр па курсору "
+"мышы)."
 
-#: ../data/messages:659
+#: ../data/messages:635
 msgid "Width of the space in which the zoom will be effective :"
-msgstr ""
+msgstr "Радыўс дзеяння эфекту набліжэння:"
 
-#: ../data/messages:663
+#: ../data/messages:639
 msgid "Space between icons :"
 msgstr "Адлегласць паміж значкамі:"
 
-#: ../data/messages:665
+#: ../data/messages:641
 msgid "Reflections"
 msgstr "Адбіткі"
 
-#: ../data/messages:667
+#: ../data/messages:643
 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:669
+#: ../data/messages:645
 msgid "Reflective power of the plane :"
-msgstr ""
+msgstr "Сіла адлюстравання на плоскасць:"
 
-#: ../data/messages:671
+#: ../data/messages:647
 msgid "light"
 msgstr "слаба"
 
-#: ../data/messages:673
+#: ../data/messages:649
 msgid "strong"
 msgstr "моцна"
 
-#: ../data/messages:675
+#: ../data/messages:651
 msgid ""
 "In percent of the icon's size. This parameter influence the total height of "
 "the dock."
 msgstr ""
 "У працэнтах ад памеру значка. Гэты параметр уплывае на агульны памер панэлі."
 
-#: ../data/messages:677
+#: ../data/messages:653
 msgid "Height of the reflection:"
-msgstr ""
+msgstr "Вышыня адлюстравання:"
 
-#: ../data/messages:679
+#: ../data/messages:655
 msgid "small"
 msgstr "нізка"
 
-#: ../data/messages:681
+#: ../data/messages:657
 msgid "tall"
 msgstr "высока"
 
-#: ../data/messages:683
+#: ../data/messages:659
 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 "
@@ -2250,97 +2264,102 @@
 "\"матэрыялізацца\" па меры з'яўлення панэлі. Чым бліжэй значэнне да 0, тым "
 "празрыстай яны будуць."
 
-#: ../data/messages:685
+#: ../data/messages:661
 msgid "Icons' transparency at rest :"
 msgstr "Празрыстасць значкоў у стане спакою:"
 
-#: ../data/messages:691
+#: ../data/messages:667
 msgid "Icons size"
 msgstr "Памер значкоў"
 
-#: ../data/messages:693
+#: ../data/messages:669
 msgid "Launcher's size at rest (width x height) :"
 msgstr "Памер значкоў запуску ў стане спакою (шырыня х вышыня):"
 
-#: ../data/messages:695
+#: ../data/messages:671
 msgid "Application's size at rest (width x height) :"
-msgstr ""
+msgstr "Памер значкоў праграм у стане супакою (шырыня х вышыня):"
 
-#: ../data/messages:697
+#: ../data/messages:673
 msgid "Applet's size at rest (width x height) :"
 msgstr "Памер аплетаў ў стане спакою (шырыня х вышыня):"
 
-#: ../data/messages:699
+#: ../data/messages:675
 msgid "Configure icons' animations."
 msgstr "Наладзіць анімацыю значкоў."
 
-#: ../data/messages:701
+#: ../data/messages:677
 msgid "Configure icons' special effects (requires OpenGL)."
 msgstr "Наладзіць спецыяльныя эфекты значкоў (патрабуецца падтрымка OpenGL)."
 
-#: ../data/messages:703
+#: ../data/messages:679
 msgid ""
 "Configure icons' animations on appearing/disappearing (require OpenGL "
 "capacity)."
 msgstr ""
+"Наладзіць анімацыю з'яўлення/знікнення значкоў (патрабуецца наяўнасць "
+"OpenGL)."
 
-#: ../data/messages:705
+#: ../data/messages:681
 msgid "Separators"
 msgstr "Падзельнікі"
 
-#: ../data/messages:707
+#: ../data/messages:683
 msgid "Icon size at rest (width x height) :"
 msgstr "Памер значкоў у стане спакою (шырыня х вышыня):"
 
-#: ../data/messages:709
+#: ../data/messages:685
 msgid "Force separator's image size to stay constant?"
-msgstr ""
+msgstr "Прымусова пакідаць памер выявы падзельніка пастаянным?"
 
-#: ../data/messages:711
+#: ../data/messages:687
 msgid ""
 "Only the default, 3D-plane and curve views support flat and physical "
 "separators. Flat separators are rendered differently according to the view."
 msgstr ""
+"Толькі пры стандартным выглядзе, віды 3D-праекцыя і крывая падтрымліваюць "
+"плоскія і фізічныя падзельнікі. Плоскія падзельнікі пралічваюцца адносна "
+"абранага віду."
 
-#: ../data/messages:713
+#: ../data/messages:689
 msgid "How to draw the separators?"
-msgstr ""
+msgstr "Як маляваць падзельнікі?"
 
-#: ../data/messages:715
+#: ../data/messages:691
 msgid "Use an image."
-msgstr ""
+msgstr "Выкарыстоўваць выяву."
 
-#: ../data/messages:717
+#: ../data/messages:693
 msgid "Flat separator"
 msgstr "Плоскі падзельнік"
 
-#: ../data/messages:719
+#: ../data/messages:695
 msgid "Physical separator"
 msgstr "Фізічны падзельнік"
 
-#: ../data/messages:721
+#: ../data/messages:697
 msgid "If you don't provide one, blanks will be used."
 msgstr "Калі вы нічога не дадіце, будзе выкарыстоўвацца чысты."
 
-#: ../data/messages:723
+#: ../data/messages:699
 msgid "Filename of an image to use for separators :"
 msgstr "Выява для падзельніка:"
 
-#: ../data/messages:725
+#: ../data/messages:701
 msgid ""
 "Make the separator's image revolve when dock is on top/on the left/on the "
 "right?"
-msgstr ""
+msgstr "Круціць падзельнік, калі панэль знаходзіцца зверху/злева/справа?"
 
-#: ../data/messages:727
+#: ../data/messages:703
 msgid "Colour of flat separators :"
-msgstr ""
+msgstr "Колер плоскіх падзельнікаў:"
 
-#: ../data/messages:729
+#: ../data/messages:705
 msgid "Icons order"
 msgstr "Парадак значкоў"
 
-#: ../data/messages:731
+#: ../data/messages:707
 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"
@@ -2348,221 +2367,292 @@
 "insert separators manually. Applications will then be placed next to their "
 "launcher if they have one, or after the last launcher."
 msgstr ""
+"Калі вы аддзеліце нейкі тып значкоў, то ўсе яны будуць змешчаныя асобна ад "
+"астатніх за падзельнікам.\n"
+"Калі не аддзяляць, то вы зможаце змясціць іх у любым месцы панэлі і ўставіць "
+"падзельнік ўручную. Прыкладання ў такім выпадку, будуць размяшчацца побач з "
+"іх значкамі запуску, калі такія маюцца, альбо пасля апошняга значка."
 
-#: ../data/messages:735 ../data/messages:831
+#: ../data/messages:711 ../data/messages:809
 msgid "No"
 msgstr "Не"
 
-#: ../data/messages:737
+#: ../data/messages:713
 msgid "Separate applications from others"
 msgstr "Аддзяляць праграмы ад астатніх"
 
-#: ../data/messages:739
+#: ../data/messages:715
 msgid "Separate applets from others"
 msgstr "Аддзяліць аплеты ад астатніх"
 
-#: ../data/messages:741
+#: ../data/messages:717
 msgid "Separate all"
 msgstr "Асобна ўсе"
 
-#: ../data/messages:751
+#: ../data/messages:727
 msgid "Link the icons with a string"
 msgstr "Звязаць значок са строчкай"
 
-#: ../data/messages:753
+#: ../data/messages:729
 msgid "Linewidth of the string, in pixels (0 to not use string) :"
 msgstr "Шырыня лініі радка, у піксэлях (0 - не выкарыстоўваць радок):"
 
-#: ../data/messages:755
+#: ../data/messages:731
 msgid "Colour of the string (red, blue, green, alpha) :"
-msgstr ""
+msgstr "Колер радка (ч, c, з, а):"
 
-#: ../data/messages:759
+#: ../data/messages:735
 msgid "Indicator of the active window"
-msgstr ""
+msgstr "Індыкатар актыўнага акна"
 
-#: ../data/messages:761
+#: ../data/messages:737
 msgid "Type of indicator:"
-msgstr ""
+msgstr "Тып індыкатара:"
 
-#: ../data/messages:765
+#: ../data/messages:741
 msgid "Frame"
-msgstr ""
+msgstr "Фрэйм"
 
-#: ../data/messages:767 ../data/messages:785 ../data/messages:823
+#: ../data/messages:743 ../data/messages:761 ../data/messages:799
 msgid "Image file:"
-msgstr ""
+msgstr "Малюнак:"
 
-#: ../data/messages:769
+#: ../data/messages:745
 msgid "Set transparency to 0 if you don't want to use an indicator."
-msgstr ""
+msgstr "Усталюйце празрыстасць у 0, каб не выкарыстоўваць індыкатар."
 
-#: ../data/messages:771
+#: ../data/messages:747
 msgid "Colour of the frame :"
-msgstr ""
+msgstr "Колер рамкі:"
 
-#: ../data/messages:773
+#: ../data/messages:749
 msgid "Set 0 to fill the frame."
-msgstr ""
+msgstr "Усталюйце 0, каб заліць рамку."
 
-#: ../data/messages:775
+#: ../data/messages:751
 msgid "Linewidth of the frame around the active window :"
-msgstr ""
+msgstr "Таўшчыня лініі рамкі вакол актыўнага акна:"
 
-#: ../data/messages:777
+#: ../data/messages:753
 msgid "Corner radius of the frame around the active window :"
-msgstr ""
+msgstr "Радыус скругленняў рамкі вакол актыўнага акна:"
 
-#: ../data/messages:779 ../data/messages:811
+#: ../data/messages:755 ../data/messages:787
 msgid "Draw indicator above the icon?"
-msgstr ""
+msgstr "Маляваць індыкатар-над значка?"
 
-#: ../data/messages:781
+#: ../data/messages:757
 msgid "Indicator of active launcher"
-msgstr ""
+msgstr "Індыкатар актыўнага значка запуску"
 
-#: ../data/messages:783
+#: ../data/messages:759
 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:787
+#: ../data/messages:763
 msgid ""
 "The indicator is drawn on active launchers, but you may want to display it "
 "on applications too."
 msgstr ""
+"Індыкатар адлюстроўваецца толькі на актыўных значках, але вы можаце "
+"наладзіць паказ і на дадатках."
 
-#: ../data/messages:789
+#: ../data/messages:765
 msgid "Display an indicator on application icons too ?"
-msgstr ""
+msgstr "Паказваць індыкатар і на праграмах таксама?"
 
-#: ../data/messages:791
+#: ../data/messages:767
 msgid ""
 "Relatively to the icons' size. You can use this parameter to adjust the "
 "indicator's vertical position.\n"
 "If the indicator is linked to the icon, the offset will be upwards, "
 "otherwise downwards."
 msgstr ""
+"Адносна памеру значка. Вы можаце выкарыстоўваць гэты параметр, каб наладзіць "
+"вертыкальную пазіцыю індыкатара.\n"
+"Калі індыкатар звязаны са значком, то зрушэнне будзе ўверх, у адваротным "
+"выпадку ўніз."
 
-#: ../data/messages:793
+#: ../data/messages:769
 msgid "Vertical offset :"
-msgstr ""
+msgstr "Вертыкальнае зрушэнне:"
 
-#: ../data/messages:795
+#: ../data/messages:771
 msgid ""
 "If the indicator is linked to the icon, it will then be zoomed like the icon "
 "and the offset will be upwards.\n"
 "Otherwise it will be drawn directly on the dock and the offset will be "
 "downwards."
 msgstr ""
+"Калі індыкатар звязаны са значком, то ён будзе набліжаны гэтак жа як і "
+"значок і зрушэнне будзе ўверх.\n"
+"У адваротным выпадку ён будзе отрисован прама на панэлі і яго зняцце будзе "
+"ўніз."
 
-#: ../data/messages:797
+#: ../data/messages:773
 msgid "Link the indicator with its icon?"
-msgstr ""
+msgstr "Звязаць індыкатар з гэтым значком?"
 
-#: ../data/messages:799
+#: ../data/messages:775
 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 ""
+"Вы можаце выбраць, ці будуць індыкатары больш ці менш па памеры, чым значкі. "
+"Чым больш значэнне параметра, тым больш індыкатары. Значэнне 1 означет, што "
+"індыкатар будзе такога ж памеру што і значок."
 
-#: ../data/messages:801
+#: ../data/messages:777
 msgid "Indicator size ratio :"
-msgstr ""
+msgstr "Розніца ў памерах:"
 
-#: ../data/messages:805
+#: ../data/messages:781
 msgid "bigger"
-msgstr ""
+msgstr "большы"
 
-#: ../data/messages:807
+#: ../data/messages:783
 msgid ""
 "Use it to make the indicator follow the orientation of the dock "
 "(top/bottom/right/left)."
 msgstr ""
+"Выкарыстоўвайце, каб арыентаваць індыкатар адносна размяшчэння панэлі "
+"(зверху, знізу, справа, злева)."
 
-#: ../data/messages:809
+#: ../data/messages:785
 msgid "Rotate the indicator with dock?"
-msgstr ""
+msgstr "Круціць індыкатар разам з панэллю?"
 
-#: ../data/messages:813
+#: ../data/messages:789
 msgid "Indicator of grouped windows"
-msgstr ""
+msgstr "Індыкатар сгрупированных вокнаў"
 
-#: ../data/messages:815
+#: ../data/messages:791
 msgid "How to show that several icons are grouped :"
-msgstr ""
+msgstr "Як паказваць згрупаваныя значкі:"
 
-#: ../data/messages:817
+#: ../data/messages:793
 msgid "Draw an image"
 msgstr ""
 
-#: ../data/messages:819
+#: ../data/messages:795
 msgid "Draw the sub-dock's icons as a stack"
 msgstr ""
 
-#: ../data/messages:821
+#: ../data/messages:797
 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:825
+#: ../data/messages:801
 msgid "Zoom the indicator with its icon?"
-msgstr ""
+msgstr "Павялічваць індыкатар разам са значком?"
 
-#: ../data/messages:827
+#: ../data/messages:803
 msgid "Labels"
 msgstr "Подпісы"
 
-#: ../data/messages:829
+#: ../data/messages:805
+msgid "Label visibility"
+msgstr "Бачнасць подпісы"
+
+#: ../data/messages:807
 msgid "Show labels:"
-msgstr ""
+msgstr "Паказваць подпісы:"
 
-#: ../data/messages:833
+#: ../data/messages:811
 msgid "On pointed icon"
 msgstr "На наведзяным значку"
 
-#: ../data/messages:835
+#: ../data/messages:813
 msgid "On all icons"
 msgstr "На ўсіх значках"
 
-#: ../data/messages:837
+#: ../data/messages:815
+msgid ""
+"the bigger, the more the labels next to the selected icon will be "
+"transparent."
+msgstr ""
+"Чым больш значэнне, тым празрысцей будуць подпісы побач з нацэленым значком."
+
+#: ../data/messages:817
+msgid "label's visibility threshold :"
+msgstr "Парог адлюстравання подпісаў:"
+
+#: ../data/messages:819
+msgid "Should the labels always be horizontal, even when dock is vertical?"
+msgstr ""
+"Заўсёды паказваць гарызантальныя подпісы, нават калі панэль вертыкальна?"
+
+#: ../data/messages:821
 msgid "Font"
 msgstr "Шрыфт"
 
-#: ../data/messages:841
+#: ../data/messages:825
 msgid "Use a custom font for labels?"
-msgstr ""
+msgstr "Выкарыстаць іншы шрыфт для подпісаў?"
 
-#: ../data/messages:843
+#: ../data/messages:827
 msgid "Font used for labels :"
 msgstr "Шрыфт для подпісаў:"
 
-#: ../data/messages:847
+#: ../data/messages:833
+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:835
+msgid "Colour of the label's background :"
+msgstr "Колер фону подпісы:"
+
+#: ../data/messages:837
+msgid "If false, only the quick-info will have this background color."
+msgstr ""
+"Калі не задзейнічана, то колер фону будзе выкарыстаны толькі ў падказках."
+
+#: ../data/messages:839
+msgid "Use background color for labels?"
+msgstr "Выкарыстоўваць колер фону для подпісаў?"
+
+#: ../data/messages:841
+msgid "Margin around the text (in pixels) :"
+msgstr "Акантоўка вакол тэксту (у піксэлях):"
+
+#: ../data/messages:843
 msgid "Colour"
-msgstr ""
+msgstr "Колер"
 
-#: ../data/messages:849
+#: ../data/messages:845
 msgid "It's the first color of the gradation."
 msgstr "Пачатковы колер градацыі."
 
-#: ../data/messages:851
+#: ../data/messages:847
 msgid "Start color :"
 msgstr "Пачатковы колер:"
 
-#: ../data/messages:853
+#: ../data/messages:849
 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:855
+#: ../data/messages:851
 msgid "Stop color :"
 msgstr "Канчатковы колер:"
 
-#: ../data/messages:857
+#: ../data/messages:853
 msgid ""
 "If checked, the pattern will go from top to bottom, otherwise from left to "
 "right."
@@ -2570,91 +2660,77 @@
 "Калі адзначана, шаблон будзе намалёван зверху ўніз, у адваротным выпадку "
 "злева направа."
 
+#: ../data/messages:855
+msgid "Pattern should be vertical?"
+msgstr "Шаблон павінен быць вертыкальным?"
+
 #: ../data/messages:859
-msgid "Pattern should be vertical?"
-msgstr ""
-
-#: ../data/messages:863
-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:865
-msgid "Colour of the label's background :"
-msgstr ""
-
-#: ../data/messages:867
-msgid "If false, only the quick-info will have this background color."
-msgstr ""
-"Калі не задзейнічана, то колер фону будзе выкарыстаны толькі ў падказках."
-
-#: ../data/messages:869
-msgid "Use background color for labels?"
-msgstr ""
-
-#: ../data/messages:871
-msgid "Margin around the text (in pixels) :"
-msgstr "Акантоўка вакол тэксту (у піксэлях):"
-
-#: ../data/messages:875
 msgid "Yes, like that :-)"
-msgstr ""
+msgstr "Так, менавіта так :-)"
 
-#: ../data/messages:877
+#: ../data/messages:861
 msgid ""
 "Note : many answers have an extra hint.\n"
 "To popup the hint, simply leave the mouse over the sentence for 1 second, a "
 "tooltip will appear."
 msgstr ""
+"Савет: Многія адказы ўтрымліваюць яшчэ і парады.\n"
+"Каб убачыць савет, проста затрымаеце курсор мышы над прапановай на 1 секунду."
 
-#: ../data/messages:879
+#: ../data/messages:863
 msgid "How do I re-order my icons?"
-msgstr ""
+msgstr "Якім чынам пераўпарадкаваць значкі?"
 
-#: ../data/messages:881
+#: ../data/messages:865
 msgid "Tip: you can even re-order icons of active applications."
 msgstr ""
 
-#: ../data/messages:883
+#: ../data/messages:867
 msgid "Simply drag with the mouse, and drop wherever you wish."
-msgstr ""
+msgstr "Проста захопіце іх мышкай, і перацягнуць куды вам хочацца."
 
-#: ../data/messages:885
+#: ../data/messages:869
 msgid ""
 "How do I position applets and taskbar icons at the beginning of the dock?"
-msgstr ""
+msgstr "Як мне размясціць аплеты і значкі панэлі задач спачатку панэлі?"
 
-#: ../data/messages:887
+#: ../data/messages:871
 msgid ""
 "Tip: you can also position applets amongst launchers, by ticking the box "
 "below."
 msgstr ""
+"Савет: вы можаце змясціць аплеты сярод значкоў запуску, паставіўшы галачку "
+"ніжэй."
 
-#: ../data/messages:889
+#: ../data/messages:873
 msgid ""
 "In the «icons» module, at the bottom, you can select icon order according to "
 "type (launcher/appli/applet)."
 msgstr ""
+"У модулі \"Значкі\", у самым нізе, вы можаце выбраць парадак размяшчэння "
+"значкоў адносна іх тыпу (значкі запуску, дадаткі, аплеты)."
 
-#: ../data/messages:891 ../data/messages:899 ../data/messages:913
-#: ../data/messages:969
+#: ../data/messages:875 ../data/messages:883 ../data/messages:897
+#: ../data/messages:953
 msgid "Go to the «Icons» module."
-msgstr ""
+msgstr "Перайсці ў модуль «Значкі»"
 
-#: ../data/messages:893
+#: ../data/messages:877
 msgid "How do I change an icon image?"
-msgstr ""
+msgstr "Як мне памяняць малюнак на значку?"
 
-#: ../data/messages:895
+#: ../data/messages:879
 msgid ""
 "Tip: you can also edit a launcher's configuration directly and set a path "
 "for an image. If you do not enter a path, but simply the name of an image, "
 "do not give the extension (.svg, .png, etc.), so as to let the dock choose "
 "the best."
 msgstr ""
+"Савет: Вы можаце ўручную паказаць шлях да выявы ў запуску значка параметрах. "
+"Калі вы не пакажыце шлях, а проста ўпішыце імя значка, не дапісваць яго "
+"пашырэнне (. SVG,. PNG, і г.д.), Cairo-Dock сам абярэ якасны варыянт."
 
-#: ../data/messages:897
+#: ../data/messages:881
 msgid ""
 "In the “Icons” module, you can choose an <b>icon theme</b>. Just choose a "
 "theme, and apply.\n"
@@ -2664,73 +2740,87 @@
 "add personal icons there.\n"
 "If you choose nothing, the default icon theme of your system will be used."
 msgstr ""
+"У модулі \"Значкі» вы можаце выбраць <b>тэму значкоў</b>. Проста адзначце "
+"любую тэму і націсніце прымяніць.\n"
+"\"Свая тэма 'Тут пералічаныя ўсе тэмы устаноўленыя ў вашай сістэме плюс, у "
+"якой знаходзяцца значкі тэмы Cairo-Dock;\n"
+"Яна знаходзіцца ў ~/.config/cairo-dock/current_theme/icons, вы можаце "
+"ўручную адрэдагаваць значкі, калі захочаце.\n"
+"Калі вы нічога не выберыце, то будзе ўжытая сістэмная тэма значкоў па "
+"змаўчанні."
 
-#: ../data/messages:901
+#: ../data/messages:885
 msgid "How do I remove many icons quickly?"
-msgstr ""
+msgstr "Як мне выдаліць адразу некалькі значкоў?"
 
-#: ../data/messages:903
+#: ../data/messages:887
 msgid ""
 "Hint : if you delete an icon pointing to a sub-dock, you will be offered to "
 "either delete the sub-dock’s icons or to move them in the main dock."
 msgstr ""
+"Савет: Калі вы выдаляеце значок размешчаны ў суб-панэлі, то вам будзе "
+"прапанавана альбо выдаліць сам значок, альбо перамясціць яго ў асноўную "
+"панэль."
 
-#: ../data/messages:905
+#: ../data/messages:889
 msgid ""
 "Just drag and drop them out of the dock, they will disappear in an explosion "
 "!"
-msgstr ""
+msgstr "Проста захопіце і перацягніце яго за панэль і ён адыдзе ў нябыт!"
 
-#: ../data/messages:907
+#: ../data/messages:891
 msgid "How can I resize my icons?"
-msgstr ""
+msgstr "Як мне змяніць памер значкоў?"
 
-#: ../data/messages:909
+#: ../data/messages:893
 msgid ""
 "Hint : You can define the size of each applet independently, to any size "
 "smaller or equal to the default size. Set it to 0x0 to use the default size."
 msgstr ""
+"Савет: Вы можаце вызначаць памер для кожнага аплета індывідуальна, ад памеру "
+"менш стандартнага да роўнаму стандартнага. Усталюйце значэнне 0x0, каб "
+"выкарыстаць стандартны памер."
 
-#: ../data/messages:911
+#: ../data/messages:895
 msgid ""
 "In the 'Icons' modules, you can setup the default size of your icons by type "
 ": launchers, apps, applets and separators.\n"
 "You can also setup the zoom factor."
 msgstr ""
 
-#: ../data/messages:915
+#: ../data/messages:899
 msgid ""
 "I want to see a preview of opened applications by moving my cursor over its "
 "icon"
 msgstr ""
 
-#: ../data/messages:917 ../data/messages:1045 ../data/messages:1177
-#: ../data/messages:1241 ../data/messages:1279 ../data/messages:1321
-#: ../data/messages:1325 ../data/messages:1331 ../data/messages:1335
-#: ../data/messages:1339 ../data/messages:1343
+#: ../data/messages:901 ../data/messages:1029 ../data/messages:1161
+#: ../data/messages:1225 ../data/messages:1263 ../data/messages:1305
+#: ../data/messages:1309 ../data/messages:1315 ../data/messages:1319
+#: ../data/messages:1323 ../data/messages:1327
 msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
 msgstr ""
 
-#: ../data/messages:919 ../data/messages:1047
+#: ../data/messages:903 ../data/messages:1031
 msgid "If you're using Compiz, you can click on this button:"
 msgstr ""
 
-#: ../data/messages:921
+#: ../data/messages:905
 msgid "Dock"
 msgstr ""
 
-#: ../data/messages:923
+#: ../data/messages:907
 msgid "How do I position my dock on the screen?"
 msgstr ""
 
-#: ../data/messages:925
+#: ../data/messages:909
 msgid ""
 "Tip: If you have multiple screens managed by Xinerama, you can tick the "
 "option «Use Xinerama», and choose the screen where you wish your dock to be "
 "positioned."
 msgstr ""
 
-#: ../data/messages:927
+#: ../data/messages:911
 msgid ""
 "Everything is in the «Position» module. You can choose to position it on the "
 "bottom, top, left or right side of your screen.\n"
@@ -2738,29 +2828,29 @@
 "screen border."
 msgstr ""
 
-#: ../data/messages:929 ../data/messages:937
+#: ../data/messages:913 ../data/messages:921
 msgid "Go to the «Position» module."
 msgstr ""
 
-#: ../data/messages:931
+#: ../data/messages:915
 msgid "How do I adjust the position of the dock above the Gnome-panel?"
 msgstr ""
 
-#: ../data/messages:933
+#: ../data/messages:917
 msgid ""
 "Tip: you can also simply drag your dock with the mouse by pressing the ALT "
 "key at the same time."
 msgstr ""
 
-#: ../data/messages:935
+#: ../data/messages:919
 msgid "In the «Position» module, you can add an offset to the screen border."
 msgstr ""
 
-#: ../data/messages:939
+#: ../data/messages:923
 msgid "The dock is hidden by the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:941
+#: ../data/messages:925
 msgid ""
 "This is normal, because they are both «docks».\n"
 " You can either move the dock out of the panel, or launch it wih the command "
@@ -2768,29 +2858,29 @@
 " But you can also (re)move the Gnome-Panel by doing a right click on it."
 msgstr ""
 
-#: ../data/messages:943
+#: ../data/messages:927
 msgid "I don’t want other windows covering the dock"
 msgstr ""
 
-#: ../data/messages:945
+#: ../data/messages:929
 msgid "Tip: You can even do that with desklets: making a desklet's panel !."
 msgstr ""
 
-#: ../data/messages:947
+#: ../data/messages:931
 msgid ""
 "Just choose the corresponding option in the “Accessibility” module.\n"
 "This will reserve the space for the dock only."
 msgstr ""
 
-#: ../data/messages:949 ../data/messages:957
+#: ../data/messages:933 ../data/messages:941
 msgid "Go to the «Accessibility» module."
 msgstr ""
 
-#: ../data/messages:951
+#: ../data/messages:935
 msgid "I don’t want that the dock covers windows"
 msgstr ""
 
-#: ../data/messages:953
+#: ../data/messages:937
 msgid ""
 "Tip: You can choose to pop-up the dock only when the mouse hits the screen "
 "corner instead of the whole screen border.\n"
@@ -2798,7 +2888,7 @@
 "it."
 msgstr ""
 
-#: ../data/messages:955
+#: ../data/messages:939
 msgid ""
 "Two choices are available in the “Accessibility” module:\n"
 " - either choose to “keep the dock below other windows”. The dock will then "
@@ -2807,17 +2897,17 @@
 "you enter the trigger zone."
 msgstr ""
 
-#: ../data/messages:959
+#: ../data/messages:943
 msgid "How can I add a separator?"
 msgstr ""
 
-#: ../data/messages:961
+#: ../data/messages:945
 msgid ""
 "Tip: if you choose to mix applets and launchers in the 'Icons' module, you "
 "can also place separators between applets then."
 msgstr ""
 
-#: ../data/messages:963
+#: ../data/messages:947
 msgid ""
 "Simply right-click on the dock where you wish to add a separator and select "
 "«add a separator».\n"
@@ -2825,23 +2915,23 @@
 "dragging it with the mouse."
 msgstr ""
 
-#: ../data/messages:965
+#: ../data/messages:949
 msgid ""
 "I don't want to have a separator between launchers , applications and "
 "applets."
 msgstr ""
 
-#: ../data/messages:967
+#: ../data/messages:951
 msgid ""
 "In the «Icons» module, in the «separator» section, untick the box that says "
 "«add automatic separators»."
 msgstr ""
 
-#: ../data/messages:971
+#: ../data/messages:955
 msgid "How do I add a sub-dock?"
 msgstr ""
 
-#: ../data/messages:973
+#: ../data/messages:957
 msgid ""
 "Tip: If you want to move an icon into another dock, right-click on it, go to "
 "'Move to', and choose the one you want in the list. You can do the same with "
@@ -2849,17 +2939,17 @@
 "also create new main docks this way."
 msgstr ""
 
-#: ../data/messages:975
+#: ../data/messages:959
 msgid ""
 "Just right-click on the dock, then select «Add a sub-dock». Fill the config "
 "panel with a name and image, then confirm."
 msgstr ""
 
-#: ../data/messages:977
+#: ../data/messages:961
 msgid "How can I have many main docks?"
 msgstr ""
 
-#: ../data/messages:979
+#: ../data/messages:963
 msgid ""
 "Hint: you can then move icons inside this new dock by following the previous "
 "method and selecting the dock you've just created.\n"
@@ -2867,23 +2957,23 @@
 "choose “configure this dock”."
 msgstr ""
 
-#: ../data/messages:981
+#: ../data/messages:965
 msgid ""
 "Right-click on a launcher or an applet, go to 'Move to', and choose 'a new "
 "main dock'. A new dock will be created, with this icon inside."
 msgstr ""
 
-#: ../data/messages:983
+#: ../data/messages:967
 msgid "How can I have a 3D dock?"
 msgstr ""
 
-#: ../data/messages:985
+#: ../data/messages:969
 msgid ""
 "Tip: you can set up the view for each sub-dock. Simply edit the icon "
 "pointing to the sub-dock and choose the view you wish to use for it."
 msgstr ""
 
-#: ../data/messages:987
+#: ../data/messages:971
 msgid ""
 "Any dock can be displayed with one view, and many views are available (3D, "
 "Curve, etc).\n"
@@ -2891,21 +2981,21 @@
 "dock, and for sub-dock."
 msgstr ""
 
-#: ../data/messages:989
+#: ../data/messages:973
 msgid "Go to the «Views» module."
 msgstr ""
 
-#: ../data/messages:991
+#: ../data/messages:975
 msgid "How can I change the background of my docks?"
 msgstr ""
 
-#: ../data/messages:993
+#: ../data/messages:977
 msgid ""
 "Hint : the Parabolic view doe not have a background, but the Slide and "
 "Rainbow views have their own background parameters."
 msgstr ""
 
-#: ../data/messages:995
+#: ../data/messages:979
 msgid ""
 "In the 'Background' module, you can either choose an image, or a color "
 "gradation.\n"
@@ -2913,21 +3003,21 @@
 "gradatoin will be used."
 msgstr ""
 
-#: ../data/messages:997
+#: ../data/messages:981
 msgid "Go to the «Background» module."
 msgstr ""
 
-#: ../data/messages:999
+#: ../data/messages:983
 msgid "I find the dock too flashy, can it be more sober?"
 msgstr ""
 
-#: ../data/messages:1001
+#: ../data/messages:985
 msgid ""
 "Hint : try different themes, some are already very sober, like Dust-Sand or "
 "Elementary."
 msgstr ""
 
-#: ../data/messages:1003
+#: ../data/messages:987
 msgid ""
 "Who can do more can do less ! You can for instance deactivate the \"Icon "
 "effects\" plug-in,\n"
@@ -2940,62 +3030,62 @@
 "this would be a shame ! ^_^"
 msgstr ""
 
-#: ../data/messages:1005
+#: ../data/messages:989
 msgid "Desklet"
 msgstr ""
 
-#: ../data/messages:1007
+#: ../data/messages:991
 msgid "What are «desklets»?"
 msgstr ""
 
-#: ../data/messages:1009
+#: ../data/messages:993
 msgid ""
 "Tip: to detach an applet, you can drag and drop its icon from the dock to "
 "the desktop"
 msgstr ""
 
-#: ../data/messages:1011
+#: ../data/messages:995
 msgid ""
 "Desklets are widgets which are displayed on your desktop. Each applet can be "
 "detached from the dock to act as a desklet."
 msgstr ""
 
-#: ../data/messages:1013
+#: ../data/messages:997
 msgid "How do I configure their position?"
 msgstr ""
 
-#: ../data/messages:1015
+#: ../data/messages:999
 msgid ""
 "Tip: If you don't want to move it any more, you can lock its position. "
 "Simply right click on the desklet, and select «lock position». To unlock it, "
 "de-select this option."
 msgstr ""
 
-#: ../data/messages:1017
+#: ../data/messages:1001
 msgid "Simply drag them with the mouse."
 msgstr ""
 
-#: ../data/messages:1019
+#: ../data/messages:1003
 msgid "How do I configure their behaviour?"
 msgstr ""
 
-#: ../data/messages:1021
+#: ../data/messages:1005
 msgid ""
 "Tip: if you lock the desklet, the buttons will not appear. You can reset a "
 "rotation by middle-clicking on the appropriate button."
 msgstr ""
 
-#: ../data/messages:1023
+#: ../data/messages:1007
 msgid ""
 "There are small buttons on the top and left side of the desklet. They allow  "
 "you to rotate the desklet in 3D !"
 msgstr ""
 
-#: ../data/messages:1025
+#: ../data/messages:1009
 msgid "How do I change their decorations?"
 msgstr ""
 
-#: ../data/messages:1027
+#: ../data/messages:1011
 msgid ""
 "Tip: you can add new decorations by choosing «Personalised» decoration, and "
 "providing a background and/or foreground image. You can configure the "
@@ -3003,7 +3093,7 @@
 "decorations."
 msgstr ""
 
-#: ../data/messages:1029
+#: ../data/messages:1013
 msgid ""
 "The default decoration is defined in the «Desklets» module.\n"
 "Moreover, each desklet can have its own decoration. To change a desklet's "
@@ -3012,33 +3102,33 @@
 "choose the decoration you wish to use."
 msgstr ""
 
-#: ../data/messages:1031
+#: ../data/messages:1015
 msgid "Go to the «Desklets» module."
 msgstr ""
 
-#: ../data/messages:1033
+#: ../data/messages:1017
 msgid "How do I insert a desklet into the dock?"
 msgstr ""
 
-#: ../data/messages:1035
+#: ../data/messages:1019
 msgid "Hint :  if the desklet is locked, the button won’t appear."
 msgstr ""
 
-#: ../data/messages:1037
+#: ../data/messages:1021
 msgid "Simply click on the top right button."
 msgstr ""
 
-#: ../data/messages:1039
+#: ../data/messages:1023
 msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
 msgstr ""
 
-#: ../data/messages:1041
+#: ../data/messages:1025
 msgid ""
 "Tip: you may have to switch to the Widget Layer once so that Compiz takes "
 "the change into account."
 msgstr ""
 
-#: ../data/messages:1043
+#: ../data/messages:1027
 msgid ""
 "In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the "
 "rule (name=cairo-dock &amp; type=utility).\n"
@@ -3046,35 +3136,35 @@
 "desklet and selecting 'Compiz-Fusion Widget'."
 msgstr ""
 
-#: ../data/messages:1051
+#: ../data/messages:1035
 msgid "How do I enable the Taskbar?"
 msgstr ""
 
-#: ../data/messages:1053
+#: ../data/messages:1037
 msgid "Tip: All the Taskbar options are grouped together in this module."
 msgstr ""
 
-#: ../data/messages:1055
+#: ../data/messages:1039
 msgid "Go to the «Taskbar» module, then tick the first box, and apply."
 msgstr ""
 
-#: ../data/messages:1057 ../data/messages:1065 ../data/messages:1073
-#: ../data/messages:1081 ../data/messages:1087
+#: ../data/messages:1041 ../data/messages:1049 ../data/messages:1057
+#: ../data/messages:1065 ../data/messages:1071
 msgid "Go to the «TaskBar» module."
 msgstr ""
 
-#: ../data/messages:1059
+#: ../data/messages:1043
 msgid ""
 "I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
 msgstr ""
 
-#: ../data/messages:1061
+#: ../data/messages:1045
 msgid ""
 "Tip: You can then scroll on this icon to switch from a window to another, in "
 "an ALT+TAB style."
 msgstr ""
 
-#: ../data/messages:1063
+#: ../data/messages:1047
 msgid ""
 "In the «TaskBar» module, you can use the «Group windows from the same "
 "application in a sub-dock» option. Only a single icon will appear in the "
@@ -3083,11 +3173,11 @@
 "above this icon."
 msgstr ""
 
-#: ../data/messages:1067
+#: ../data/messages:1051
 msgid "I have ugly icons for some applications."
 msgstr ""
 
-#: ../data/messages:1069
+#: ../data/messages:1053
 msgid ""
 "Tip: This way, you can configure your personal icon for any application. "
 "Just place an icon with the same name as the class of the application in a "
@@ -3097,7 +3187,7 @@
 "terminal, then clicking on the window of the application."
 msgstr ""
 
-#: ../data/messages:1071
+#: ../data/messages:1055
 msgid ""
 "This is because X provides small icons for applications which look ugly when "
 "zoomed.\n"
@@ -3105,18 +3195,18 @@
 "launchers' icon?» option to tell the dock not to use them."
 msgstr ""
 
-#: ../data/messages:1075
+#: ../data/messages:1059
 msgid ""
 "When I launch a program with its launcher, I don't want an additional icon "
 "in the taskbar"
 msgstr ""
 
-#: ../data/messages:1077
+#: ../data/messages:1061
 msgid ""
 "Tip: to launch another instance of the program, shift+click on the launcher."
 msgstr ""
 
-#: ../data/messages:1079
+#: ../data/messages:1063
 msgid ""
 "In the «TaskBar» module, you can use the «Mix launchers and applications» "
 "option.\n"
@@ -3126,11 +3216,11 @@
 "You can then act on the window as if it were a taskbar icon."
 msgstr ""
 
-#: ../data/messages:1083
+#: ../data/messages:1067
 msgid "I'm using Pidgin, and I want to see my friends' avatars."
 msgstr ""
 
-#: ../data/messages:1085
+#: ../data/messages:1069
 msgid ""
 "If you chose to overwrite X icons, you can add an exception for Pidgin just "
 "before this option.\n"
@@ -3140,68 +3230,68 @@
 "this application."
 msgstr ""
 
-#: ../data/messages:1089
+#: ../data/messages:1073
 msgid ""
 "How can I quickly navigate between many windows of the same application "
 "quickly?"
 msgstr ""
 
-#: ../data/messages:1091
+#: ../data/messages:1075
 msgid ""
 "Tip: you can also close all the windows of this application by middle-"
 "clicking on the icon pointing to the sub-dock."
 msgstr ""
 
-#: ../data/messages:1093
+#: ../data/messages:1077
 msgid ""
 "Scroll on the icon of one of the windows of this application, or even on the "
 "icon pointing to the sub-dock if you group windows in a sub-dock."
 msgstr ""
 
-#: ../data/messages:1095
+#: ../data/messages:1079
 msgid "Replacing the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:1097
+#: ../data/messages:1081
 msgid "How can I add the main menu?"
 msgstr ""
 
-#: ../data/messages:1099
+#: ../data/messages:1083
 msgid ""
 "Tip: if you have removed your Gnome-panel, then the «alt+F1» shortkey will "
 "no longer work. This applet lets you configure a shortcut to pop up the menu "
 "at the mouse's location."
 msgstr ""
 
-#: ../data/messages:1101
+#: ../data/messages:1085
 msgid "Enable the GMenu applet."
 msgstr ""
 
-#: ../data/messages:1103 ../data/messages:1111
+#: ../data/messages:1087 ../data/messages:1095
 msgid "Go to the «GMenu» module."
 msgstr ""
 
-#: ../data/messages:1105
+#: ../data/messages:1089
 msgid "How can I add a simple «quick launch» panel?"
 msgstr ""
 
-#: ../data/messages:1107
+#: ../data/messages:1091
 msgid ""
 "Tip: if you removed your Gnome-panel, then the «alt+F2» shortkey will no "
 "longer work. This applet lets you configure a shortcut to pop up the quick-"
 "launch dialog."
 msgstr ""
 
-#: ../data/messages:1109
+#: ../data/messages:1093
 msgid ""
 "Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
 msgstr ""
 
-#: ../data/messages:1113
+#: ../data/messages:1097
 msgid "How can I add a Log-out icon?"
 msgstr ""
 
-#: ../data/messages:1115
+#: ../data/messages:1099
 msgid ""
 "Tip: In the latest version of GNOME, there are 2 panels: one to log out, and "
 "one to turn off the computer. The first one is raised by a click on the "
@@ -3209,101 +3299,101 @@
 "order, and even lets you enter your own commands."
 msgstr ""
 
-#: ../data/messages:1117
+#: ../data/messages:1101
 msgid "Enable the «Log-out» applet."
 msgstr ""
 
-#: ../data/messages:1119
+#: ../data/messages:1103
 msgid "Go to the «Log-out» module."
 msgstr ""
 
-#: ../data/messages:1121
+#: ../data/messages:1105
 msgid "How can I access the dustbin?"
 msgstr ""
 
-#: ../data/messages:1123
+#: ../data/messages:1107
 msgid ""
 "Tip: you can delete a file by dragging it into the dustbin. You can even "
 "unmount a mount-point this way!"
 msgstr ""
 
-#: ../data/messages:1125
+#: ../data/messages:1109
 msgid "Simply enable the «Dustbin» applet."
 msgstr ""
 
-#: ../data/messages:1127
+#: ../data/messages:1111
 msgid "Go to the «Dustbin» module."
 msgstr ""
 
-#: ../data/messages:1129
+#: ../data/messages:1113
 msgid "How can I access my mount points?"
 msgstr ""
 
-#: ../data/messages:1131
+#: ../data/messages:1115
 msgid ""
 "Tip: you can mount a volume by clicking on its icon. To unmount it, middle-"
 "click on its icon, or right-click and select «unmount»."
 msgstr ""
 
-#: ../data/messages:1133
+#: ../data/messages:1117
 msgid "Simply enable the «Shortcuts» applet."
 msgstr ""
 
-#: ../data/messages:1135 ../data/messages:1143
+#: ../data/messages:1119 ../data/messages:1127
 msgid "Go to the «Shortcuts» module."
 msgstr ""
 
-#: ../data/messages:1137
+#: ../data/messages:1121
 msgid "How can I access my Nautilus bookmarks?"
 msgstr ""
 
-#: ../data/messages:1139
+#: ../data/messages:1123
 msgid ""
 "Tip: you can add a bookmark by dragging the folder onto the applet or into "
 "its sub-dock. You can also rename and remove bookmarks. This will also take "
 "effect in Nautilus immediately, and vice versa."
 msgstr ""
 
-#: ../data/messages:1141
+#: ../data/messages:1125
 msgid "Simply enable the «shortcuts» applet."
 msgstr ""
 
-#: ../data/messages:1145
+#: ../data/messages:1129
 msgid "How can I access my desktop?"
 msgstr ""
 
-#: ../data/messages:1147
+#: ../data/messages:1131
 msgid ""
 "Tip: middle-clicking on the icon will hide all windows, but not desklets."
 msgstr ""
 
-#: ../data/messages:1149
+#: ../data/messages:1133
 msgid "Simply enable the «showDesktop» applet."
 msgstr ""
 
-#: ../data/messages:1151
+#: ../data/messages:1135
 msgid "Go to the «Show Desktop» module."
 msgstr ""
 
-#: ../data/messages:1153
+#: ../data/messages:1137
 msgid "How can I add an easy-to-acces calendar?"
 msgstr ""
 
-#: ../data/messages:1155
+#: ../data/messages:1139
 msgid ""
 "Enable the «Clock» applet. Clicking on it will display a calendar, clicking "
 "again will hide it."
 msgstr ""
 
-#: ../data/messages:1157
+#: ../data/messages:1141
 msgid "Go to the «Clock» module."
 msgstr ""
 
-#: ../data/messages:1159
+#: ../data/messages:1143
 msgid "How can I add the notification area (systray)?"
 msgstr ""
 
-#: ../data/messages:1161
+#: ../data/messages:1145
 msgid ""
 "Enable the «Systray» applet. For the moment it cannot be displayed directly "
 "in the dock,\n"
@@ -3313,62 +3403,66 @@
 "corner of your screen and keep it above other windows."
 msgstr ""
 
-#: ../data/messages:1163
+#: ../data/messages:1147
 msgid "Go to the «Systray» module."
 msgstr ""
 
-#: ../data/messages:1165
+#: ../data/messages:1149
 msgid ""
 "How can I add an easy-to-access terminal with real transparency, like Tilda?"
 msgstr ""
 
-#: ../data/messages:1167
+#: ../data/messages:1151
 msgid ""
 "Tip: clicking next to the last tab will create a new tab. Double-clicking on "
 "a tab allows you to rename it. You can even change the colour of a tab!"
 msgstr ""
 
-#: ../data/messages:1169
+#: ../data/messages:1153
 msgid ""
 "Enable the «Terminal» applet. You can detach it and place it on the Widget "
 "Layer for instance, or configure a shortkey to make it pop up instantly."
 msgstr ""
 
-#: ../data/messages:1171
+#: ../data/messages:1155
 msgid "Go to the «terminal» module."
 msgstr ""
 
-#: ../data/messages:1173
+#: ../data/messages:1157
 msgid "So then, how can I remove completely the gnome-panel?"
 msgstr ""
 
-#: ../data/messages:1175
+#: ../data/messages:1159
 msgid ""
 "Open gconf-editor, edit the key "
-"/desktop/gnome/session/required_components_list/panel, and replace its "
-"content with \"cairo-dock\".\n"
+"/desktop/gnome/session/required_components/panel, and replace its content "
+"with \"cairo-dock\".\n"
 "Then restart your session : the gnome-panel has not been started, and the "
 "dock has been started (if not, you can add it to the startup programs)."
 msgstr ""
 
-#: ../data/messages:1179
+#: ../data/messages:1163
 msgid ""
 "If you are on Gnome, you can click on this button in order to automatically "
 "modify this key:"
 msgstr ""
 
-#: ../data/messages:1183
+#: ../data/messages:1165 ../data/messages:1293
+msgid "Other applets"
+msgstr "Астатнія апплеты"
+
+#: ../data/messages:1167
 msgid "How do I run the same applet multiple times?"
 msgstr ""
 
-#: ../data/messages:1185
+#: ../data/messages:1169
 msgid ""
 "Tip: This allows you, for example, to have the current time for different "
 "countries in your dock or to have several animated characters in your dock "
 "or the weather in different cities."
 msgstr ""
 
-#: ../data/messages:1187
+#: ../data/messages:1171
 msgid ""
 "Some applets can have several instances running at the same time: Clock, "
 "Cairo-Penguin, Weather, Netspeed, ...\n"
@@ -3377,91 +3471,91 @@
 "You can configure this new applet just like any other."
 msgstr ""
 
-#: ../data/messages:1189
+#: ../data/messages:1173
 msgid ""
 "I have a personal gauge that I want to use in the dock (for System-Monitor "
 "or others)."
 msgstr ""
 
-#: ../data/messages:1191
+#: ../data/messages:1175
 msgid ""
 "Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
 msgstr ""
 
-#: ../data/messages:1193
+#: ../data/messages:1177
 msgid ""
 "I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
 msgstr ""
 
-#: ../data/messages:1195
+#: ../data/messages:1179
 msgid ""
 "Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-"
 "Penguin, weather, etc."
 msgstr ""
 
-#: ../data/messages:1197
+#: ../data/messages:1181
 msgid ""
 "Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
 msgstr ""
 
-#: ../data/messages:1199
+#: ../data/messages:1183
 msgid "How do I change the brightness of my screen quickly?"
 msgstr ""
 
-#: ../data/messages:1201
+#: ../data/messages:1185
 msgid ""
 "Enable the Xgamma applet, then you can scroll up/down on the icon with the "
 "mouse."
 msgstr ""
 
-#: ../data/messages:1203
+#: ../data/messages:1187
 msgid "Go to the «Xgamma» module."
 msgstr ""
 
-#: ../data/messages:1205
+#: ../data/messages:1189
 msgid "How can I change the speaker volume quickly?"
 msgstr ""
 
-#: ../data/messages:1207
+#: ../data/messages:1191
 msgid ""
 "Enable the AlsaMixer applet, then you can scroll up/down on the icon with "
 "the mouse."
 msgstr ""
 
-#: ../data/messages:1209
+#: ../data/messages:1193
 msgid "Go to the «AlsaMixer» module."
 msgstr ""
 
-#: ../data/messages:1211
+#: ../data/messages:1195
 msgid "How can I quickly switch to another desktop?"
 msgstr ""
 
-#: ../data/messages:1213
+#: ../data/messages:1197
 msgid "Tip: This applet even lets you add or remove quickly a desktop !"
 msgstr ""
 
-#: ../data/messages:1215
+#: ../data/messages:1199
 msgid ""
 "Activate the Switcher applet, then you can scroll up/down on the icon with "
 "the mouse to go to the previous/next desktop,\n"
 " or click on the icon to select a desktop."
 msgstr ""
 
-#: ../data/messages:1217
+#: ../data/messages:1201
 msgid "Go to the «Switcher» module."
 msgstr ""
 
-#: ../data/messages:1219
+#: ../data/messages:1203
 msgid "How can I control my dock from the keyboard?"
 msgstr ""
 
-#: ../data/messages:1221
+#: ../data/messages:1205
 msgid ""
 "Tip: When you define a shortkey, try it before to be sure that it is not "
 "already used by another application!"
 msgstr ""
 
-#: ../data/messages:1223
+#: ../data/messages:1207
 msgid ""
 "Many applets have events that can be triggered by a keyboard shortcut :\n"
 " - the <i>AlsaMixer</i> applet allows you to pop-up a <b>volume button</b> "
@@ -3480,37 +3574,37 @@
 "your docks</b> and quickly <b>find and launch</b> applications and files !"
 msgstr ""
 
-#: ../data/messages:1225
+#: ../data/messages:1209
 msgid "Troubleshooting"
 msgstr ""
 
-#: ../data/messages:1227
+#: ../data/messages:1211
 msgid "If you have any question, don't hesitate to ask on our forum."
 msgstr ""
 
-#: ../data/messages:1229
+#: ../data/messages:1213
 msgid "Forum"
 msgstr ""
 
-#: ../data/messages:1231
+#: ../data/messages:1215
 msgid "Our wiki can also help you, it is more complete on some points."
 msgstr ""
 
-#: ../data/messages:1233
+#: ../data/messages:1217
 msgid "Wiki"
 msgstr ""
 
-#: ../data/messages:1235
+#: ../data/messages:1219
 msgid "I have a black background around my dock."
 msgstr ""
 
-#: ../data/messages:1237
+#: ../data/messages:1221
 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:1239
+#: ../data/messages:1223
 msgid ""
 "You need to turn on compositing. For instance, you can run Compiz or "
 "xcompmgr. \n"
@@ -3521,28 +3615,28 @@
 "'/apps/metacity/general/compositing_manager' and set it to 'true'."
 msgstr ""
 
-#: ../data/messages:1243
+#: ../data/messages:1227
 msgid ""
 "If you're on Gnome with Metacity (without Compiz), you can click on this "
 "button:"
 msgstr ""
 
-#: ../data/messages:1245
+#: ../data/messages:1229
 msgid "My machine is too old to run a composite manager."
 msgstr ""
 
-#: ../data/messages:1247
+#: ../data/messages:1231
 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:1249
+#: ../data/messages:1233
 msgid "The dock is horribly slow when I move the mouse into it."
 msgstr ""
 
-#: ../data/messages:1251
+#: ../data/messages:1235
 msgid ""
 "If you have an Nvidia GeForce8 graphics card, please install the latest "
 "drivers, as the first ones were really buggy.\n"
@@ -3552,32 +3646,32 @@
 "with «cairo-dock -c»."
 msgstr ""
 
-#: ../data/messages:1253
+#: ../data/messages:1237
 msgid "I don't have these wonderful effects like fire, cube rotating, etc."
 msgstr ""
 
-#: ../data/messages:1255
+#: ../data/messages:1239
 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:1257
+#: ../data/messages:1241
 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:1259
+#: ../data/messages:1243
 msgid "I don't have any themes in the Theme Manager, except the default one."
 msgstr ""
 
-#: ../data/messages:1261
+#: ../data/messages:1245
 msgid "Hint : Up to version 2.1.1-2, wget was used."
 msgstr ""
 
-#: ../data/messages:1263
+#: ../data/messages:1247
 msgid ""
 "Be sure that you are connected to the Net.\n"
 " If your connection is very slow, you can increase the connection timeout in "
@@ -3587,17 +3681,17 @@
 "\"http_proxy\" environment variable)."
 msgstr ""
 
-#: ../data/messages:1265
+#: ../data/messages:1249
 msgid "The «netspeed» applet displays 0 even when I'm downloading something"
 msgstr ""
 
-#: ../data/messages:1267
+#: ../data/messages:1251
 msgid ""
 "Tip: you can run several instances of this applet if you wish to monitor "
 "several interfaces."
 msgstr ""
 
-#: ../data/messages:1269
+#: ../data/messages:1253
 msgid ""
 "You must tell the applet which interface you're using to connect to the Net "
 "(by default, this is «eth0»).\n"
@@ -3606,11 +3700,11 @@
 "something like «eth1», «ath0», or «wifi0».."
 msgstr ""
 
-#: ../data/messages:1271
+#: ../data/messages:1255
 msgid "The dustbin remains empty even when I delete a file."
 msgstr ""
 
-#: ../data/messages:1273
+#: ../data/messages:1257
 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 "
@@ -3618,31 +3712,31 @@
 "here!!! (do not insert spaces or some invisible caracters)."
 msgstr ""
 
-#: ../data/messages:1275
+#: ../data/messages:1259
 msgid ""
 "There is no icon in the Applications Menu even though I enable the option."
 msgstr ""
 
-#: ../data/messages:1277
+#: ../data/messages:1261
 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:1281
+#: ../data/messages:1265
 msgid "If you're on Gnome you can click on this button:"
 msgstr ""
 
-#: ../data/messages:1283
+#: ../data/messages:1267
 msgid "The Project"
 msgstr ""
 
-#: ../data/messages:1285
+#: ../data/messages:1269
 msgid "Join the project!"
 msgstr ""
 
-#: ../data/messages:1287
+#: ../data/messages:1271
 msgid ""
 "We value your help! If you see a bug, if you think something could be "
 "improved,\n"
@@ -3654,57 +3748,61 @@
 "we’ll be happy to integrate it on our server !"
 msgstr ""
 
-#: ../data/messages:1289
+#: ../data/messages:1273
 msgid ""
 "If you wish to develop an applet, a complete documentation is available here."
 msgstr ""
 
-#: ../data/messages:1291
+#: ../data/messages:1275
 msgid "Documentation"
 msgstr ""
 
-#: ../data/messages:1293
+#: ../data/messages:1277
 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:1295
+#: ../data/messages:1279
 msgid "DBus API"
 msgstr ""
 
-#: ../data/messages:1297
+#: ../data/messages:1281
 msgid ""
 "\n"
 "\n"
 "The Cairo-Dock Team"
 msgstr ""
 
-#: ../data/messages:1299
+#: ../data/messages:1283
 msgid "Websites"
 msgstr ""
 
-#: ../data/messages:1313
+#: ../data/messages:1295
+msgid "Cairo-Dock-Plug-ins-Extras"
+msgstr "Дадатковыя плагіны для Cairo-Dock"
+
+#: ../data/messages:1297
 msgid "Repositories"
 msgstr ""
 
-#: ../data/messages:1315
+#: ../data/messages:1299
 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:1317
+#: ../data/messages:1301
 msgid "Debian/Ubuntu"
 msgstr ""
 
-#: ../data/messages:1319
+#: ../data/messages:1303
 msgid "Ubuntu"
 msgstr ""
 
-#: ../data/messages:1323
+#: ../data/messages:1307
 msgid ""
 "If you're on Ubuntu, you can add our 'stable' repository by clicking on this "
 "button:\n"
@@ -3712,7 +3810,7 @@
 "latest stable version."
 msgstr ""
 
-#: ../data/messages:1327
+#: ../data/messages:1311
 msgid ""
 "If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by "
 "clicking on this button:\n"
@@ -3720,11 +3818,11 @@
 "latest weekly version."
 msgstr ""
 
-#: ../data/messages:1329
+#: ../data/messages:1313
 msgid "Debian"
 msgstr ""
 
-#: ../data/messages:1333
+#: ../data/messages:1317
 msgid ""
 "If you're on Debian Stable, you can add our 'stable' repository by clicking "
 "on this button:\n"
@@ -3732,7 +3830,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1337
+#: ../data/messages:1321
 msgid ""
 "If you're on Debian Unstable, you can add our 'stable' repository by "
 "clicking on this button:\n"
@@ -3740,7 +3838,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1341
+#: ../data/messages:1325
 msgid ""
 "If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) "
 "by clicking on this button:\n"
@@ -3748,7 +3846,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1345
+#: ../data/messages:1329
 msgid ""
 "If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) "
 "by clicking on this button:\n"
@@ -3756,211 +3854,250 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1375
+#: ../data/messages:1359
 msgid "starting from 0"
 msgstr "пачынаючы з 0"
 
-#: ../data/messages:1379
+#: ../data/messages:1363
 msgid "Visibility of the dock"
 msgstr ""
 
-#: ../data/messages:1403
+#: ../data/messages:1387
 msgid "Leave it empty to use the same view as the main dock."
 msgstr ""
 
-#: ../data/messages:1405
+#: ../data/messages:1389
 msgid "Choose the view for this dock :/"
 msgstr ""
 
-#: ../data/messages:1411
+#: ../data/messages:1395
 msgid "Same as main dock"
 msgstr ""
 
-#: ../data/messages:1429
-msgid "Choose a theme"
-msgstr ""
-
-#: ../data/messages:1433
+#: ../data/messages:1413
 msgid "You can even paste an internet URL."
 msgstr ""
 
-#: ../data/messages:1435
+#: ../data/messages:1415
 msgid "...or drag and drop a theme package here :"
 msgstr ""
 
-#: ../data/messages:1445
+#: ../data/messages:1417
+msgid "Theme loading options"
+msgstr ""
+
+#: ../data/messages:1419
+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:1421
+msgid "Use the new theme's launchers?"
+msgstr "Выкарыстоўваць значкі запуску з новай тэмы?"
+
+#: ../data/messages:1423
+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:1425
+msgid "Use the new theme's behaviour?"
+msgstr "Выкарыстоўваць паводзіны з новай тэмы?"
+
+#: ../data/messages:1427
 msgid "Save"
 msgstr ""
 
-#: ../data/messages:1447
+#: ../data/messages:1429
 msgid "Save current theme"
 msgstr ""
 
-#: ../data/messages:1449
+#: ../data/messages:1431
 msgid "You will then be able to re-open it at any time."
 msgstr ""
 
-#: ../data/messages:1451
+#: ../data/messages:1433
 msgid "Save as:"
 msgstr ""
 
-#: ../data/messages:1453
+#: ../data/messages:1435
 msgid "Save current behaviour also?"
 msgstr ""
 
-#: ../data/messages:1455
+#: ../data/messages:1437
 msgid "Save current launchers also?"
 msgstr ""
 
-#: ../data/messages:1457
+#: ../data/messages:1439
 msgid ""
 "The dock will build a complete tarball of your current theme, allowing you "
 "to easily exchange it with other people."
 msgstr ""
 
-#: ../data/messages:1459
+#: ../data/messages:1441
 msgid "Build a package of the theme?"
 msgstr ""
 
-#: ../data/messages:1461
+#: ../data/messages:1443
 msgid "Delete"
 msgstr ""
 
-#: ../data/messages:1463
+#: ../data/messages:1445
 msgid "List of your personal themes"
 msgstr ""
 
-#: ../data/messages:1465
+#: ../data/messages:1447
 msgid "Delete from the list themes that you don't need anymore :"
 msgstr ""
 
-#: ../data/messages:1467 ../data/messages:1469 ../data/messages:1471
-#: ../data/messages:1473 ../data/messages:1501 ../data/messages:1551
-#: ../data/messages:1585
+#: ../data/messages:1449 ../data/messages:1451 ../data/messages:1453
+#: ../data/messages:1455 ../data/messages:1489 ../data/messages:1539
+#: ../data/messages:1577
 msgid "Desktop Entry"
 msgstr ""
 
-#: ../data/messages:1475
+#: ../data/messages:1457
+msgid "Subdock"
+msgstr ""
+
+#: ../data/messages:1459 ../data/messages:1543 ../data/messages:1581
+msgid ""
+"If you write here a container's name that doesn't exist yet, a new one will "
+"be created, with this icon inside."
+msgstr ""
+
+#: ../data/messages:1461 ../data/messages:1533 ../data/messages:1545
+#: ../data/messages:1583
+msgid "Name of the container it belongs to:"
+msgstr ""
+
+#: ../data/messages:1463
 msgid "Sub-dock's name :"
 msgstr ""
 
-#: ../data/messages:1477 ../data/messages:1505
+#: ../data/messages:1465 ../data/messages:1553 ../data/messages:1585
+msgid "Display"
+msgstr ""
+
+#: ../data/messages:1467 ../data/messages:1493
 msgid "How to render the icon :"
 msgstr ""
 
-#: ../data/messages:1479 ../data/messages:1507
+#: ../data/messages:1469 ../data/messages:1495
 msgid "Use an image"
 msgstr ""
 
-#: ../data/messages:1481 ../data/messages:1509
+#: ../data/messages:1471 ../data/messages:1497
 msgid "Draw sub-dock's content as emblems"
 msgstr ""
 
-#: ../data/messages:1483 ../data/messages:1511
+#: ../data/messages:1473 ../data/messages:1499
 msgid "Draw sub-dock's content as stack"
 msgstr ""
 
-#: ../data/messages:1485 ../data/messages:1513
+#: ../data/messages:1475 ../data/messages:1501
 msgid "Draw sub-dock's content inside a box"
 msgstr ""
 
-#: ../data/messages:1487 ../data/messages:1515 ../data/messages:1559
+#: ../data/messages:1477 ../data/messages:1503 ../data/messages:1555
 #: ../data/messages:1587
 msgid "Image's name or path :"
 msgstr ""
 
-#: ../data/messages:1489 ../data/messages:1541 ../data/messages:1565
+#: ../data/messages:1479 ../data/messages:1529 ../data/messages:1557
 #: ../data/messages:1589
 msgid "Extra parameters"
 msgstr ""
 
-#: ../data/messages:1491 ../data/messages:1543 ../data/messages:1567
-#: ../data/messages:1591
-msgid "Order you want for this launcher among the others:"
-msgstr ""
-
-#: ../data/messages:1493 ../data/messages:1545 ../data/messages:1563
-#: ../data/messages:1593
-msgid "Name of the container it belongs to:"
-msgstr ""
-
-#: ../data/messages:1495
+#: ../data/messages:1481
 msgid "Name of the view used for the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1497
+#: ../data/messages:1483
 msgid "If '0' the container will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1499 ../data/messages:1549 ../data/messages:1583
+#: ../data/messages:1485 ../data/messages:1537 ../data/messages:1573
 msgid "Only show in this specific viewport"
 msgstr ""
 
-#: ../data/messages:1503 ../data/messages:1553
+#: ../data/messages:1487 ../data/messages:1531 ../data/messages:1575
+#: ../data/messages:1591
+msgid "Order you want for this launcher among the others:"
+msgstr ""
+
+#: ../data/messages:1491 ../data/messages:1547
 msgid "Launcher's name :"
 msgstr ""
 
-#: ../data/messages:1517
+#: ../data/messages:1505
 msgid "URI of the file :"
 msgstr ""
 
-#: ../data/messages:1519
+#: ../data/messages:1507
 msgid "Number of files to list in the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1523
+#: ../data/messages:1511
 msgid "5"
 msgstr ""
 
-#: ../data/messages:1525
+#: ../data/messages:1513
 msgid "10"
 msgstr ""
 
-#: ../data/messages:1527
+#: ../data/messages:1515
 msgid "20"
 msgstr ""
 
-#: ../data/messages:1529
+#: ../data/messages:1517
 msgid "30"
 msgstr ""
 
-#: ../data/messages:1533
+#: ../data/messages:1521
 msgid "Sort files by :"
 msgstr "Сартаваць файлы па:"
 
-#: ../data/messages:1535
+#: ../data/messages:1523
 msgid "Name"
 msgstr "Назва"
 
-#: ../data/messages:1537
+#: ../data/messages:1525
 msgid "Size"
 msgstr "Памеру"
 
-#: ../data/messages:1539
+#: ../data/messages:1527
 msgid "Date"
 msgstr "Даце"
 
-#: ../data/messages:1547 ../data/messages:1581
+#: ../data/messages:1535 ../data/messages:1571
 msgid "If '0' the launcher will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1555
+#: ../data/messages:1541
+msgid "Launcher"
+msgstr ""
+
+#: ../data/messages:1549
 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:1557
+#: ../data/messages:1551
 msgid "Command to launch on click :"
 msgstr ""
 
-#: ../data/messages:1561
-msgid ""
-"If you write here a container's name that doesn't exist yet, a new one will "
-"be created, with this icon inside."
-msgstr ""
-
-#: ../data/messages:1569
+#: ../data/messages:1559
 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 "
@@ -3968,11 +4105,11 @@
 "steal the Terminal's icon from the Taskbar."
 msgstr ""
 
-#: ../data/messages:1571
+#: ../data/messages:1561
 msgid "Prevent this launcher from stealing appli from taskbar ?"
 msgstr ""
 
-#: ../data/messages:1573
+#: ../data/messages:1563
 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 "
@@ -3980,24 +4117,24 @@
 "program, which is useful to link the appli with its launcher."
 msgstr ""
 
-#: ../data/messages:1575
+#: ../data/messages:1565
 msgid "Class of the program :"
 msgstr ""
 
-#: ../data/messages:1577
+#: ../data/messages:1567
 msgid "It will use 'xterm'."
 msgstr ""
 
-#: ../data/messages:1579
+#: ../data/messages:1569
 msgid "Run in a terminal ?"
 msgstr ""
 
-#: ../data/messages:1595
+#: ../data/messages:1593
 msgid "pouet"
 msgstr ""
 
-#: ../data/messages:1597 ../data/messages:1599 ../data/messages:1601
-#: ../data/messages:1603
+#: ../data/messages:1595 ../data/messages:1597 ../data/messages:1599
+#: ../data/messages:1601
 msgid ""
 "v1.4.6.3 :\n"
 "Just to say :\n"
@@ -4005,7 +4142,7 @@
 "  the Cairo-Dock's team."
 msgstr ""
 
-#: ../data/messages:1605
+#: ../data/messages:1603
 msgid ""
 "v1.5.0 : it's been 1 month since previous release, and we worked hardly to "
 "bring you :\n"
@@ -4025,7 +4162,7 @@
 "  Now, why not try to make an applet for Cairo-Dock ? ;-)"
 msgstr ""
 
-#: ../data/messages:1607
+#: ../data/messages:1605
 msgid ""
 "v1.5.1 :\n"
 " - The 1.5 branch is still young, so this version brings a lot of bug fixes\n"
@@ -4037,7 +4174,7 @@
 " and behave as real desklets."
 msgstr ""
 
-#: ../data/messages:1609
+#: ../data/messages:1607
 msgid ""
 "v1.5.2.1 :\n"
 " - a lot of bug fixes, especially on desklets.\n"
@@ -4045,7 +4182,7 @@
 " - Cairo-Dock is now fully translated in Japanese, thanks to Jiro Kawada !"
 msgstr ""
 
-#: ../data/messages:1611
+#: ../data/messages:1609
 msgid ""
 "v1.5.3.2 :\n"
 " - Themes have been deeply reviewed\n"
@@ -4059,7 +4196,7 @@
 "  who could help cairo-dock to be well-integrated into KDE ;-)"
 msgstr ""
 
-#: ../data/messages:1613
+#: ../data/messages:1611
 msgid ""
 "v1.5.4.2 : a huge release !\n"
 " - add a cute pinguin in your dock with the new applet Cairo-Penguin\n"
@@ -4073,7 +4210,7 @@
 " - 3 more themes in Weather"
 msgstr ""
 
-#: ../data/messages:1615
+#: ../data/messages:1613
 msgid ""
 "v1.5.5.4 :\n"
 " - Huge enhancements in the TaskBar :\n"
@@ -4089,7 +4226,7 @@
 "soon ;-)"
 msgstr ""
 
-#: ../data/messages:1617
+#: ../data/messages:1615
 msgid ""
 "v1.5.6 :\n"
 " - Integration into the last Gnome 2.22 (Ubuntu8.04, Fedora9, ...) - still "
@@ -4107,7 +4244,7 @@
 " - Any help would be welcome to integrate the dock into KDE !"
 msgstr ""
 
-#: ../data/messages:1619
+#: ../data/messages:1617
 msgid ""
 "v1.6.0 :\n"
 " - A new view has appeared : Diapositive !\n"
@@ -4126,7 +4263,7 @@
 " - Real window thumbnail when minimized."
 msgstr ""
 
-#: ../data/messages:1621
+#: ../data/messages:1619
 msgid ""
 "v1.6.1 :\n"
 "Cairo-Dock has one year ! To celebrate this event, we are happy to offer you "
@@ -4139,7 +4276,7 @@
 "plug-in ^_^"
 msgstr ""
 
-#: ../data/messages:1623
+#: ../data/messages:1621
 msgid ""
 "v1.6.2 : the first version integrated in the Ubuntu repositories !\n"
 " - 2 new applets have been released :\n"
@@ -4152,7 +4289,7 @@
 "plug-in ^_^"
 msgstr ""
 
-#: ../data/messages:1625
+#: ../data/messages:1623
 msgid ""
 "v1.6.3 : \n"
 " - first the bad news :\n"
@@ -4169,8 +4306,23 @@
 " - Smooth icons movement when dragging them inside the dock\n"
 " - The dock is now translated in Sweden and partially in Greek."
 msgstr ""
+"v1.6.3:\n"
+" - Па-першае, дрэнныя навіны:\n"
+" Каб прытрымлівацца FreeDesktop стандартаў, дадзеныя карыстальніка былі "
+"перамешчаныя ў ~/.config.\n"
+" \"Значкі\" і лакальныя значкі зараз знаходзяцца ў выдзеленай падтэчку.\n"
+" Таму просім прабачэння за магчымыя нязручнасці ^ _ ^\n"
+" - А цяпер толькі добрыя навіны!\n"
+" - Паведамленні 2 новых аплета: Clipper і GMenu.\n"
+" - Мноства паляпшэнняў для десклетов: афармленне, кручэнне, перацягвання і "
+"г.д.\n"
+" - Cpusage і іншыя аплеты зараз прыемна выглядаюць.\n"
+" - Цяпер вы можаце выдаляць значкі запуску проста перацягнуўшы іх з панэлі,\n"
+" адмацаваць аплеты можна такім жа чынам.\n"
+" - Плаўны рух значкоў пры перацягванні іх на панэль\n"
+" - Панэль перакладзеная зараз на Шведская і часткова Грэчаскі мовы."
 
-#: ../data/messages:1627
+#: ../data/messages:1625
 msgid ""
 "Cairo-Dock II\n"
 " - Cairo-Dock is now a full OpenGL dock ! (the cairo backend is still "
@@ -4182,16 +4334,29 @@
 " - New applets : mail, keyboard indicator, quick folder, Toons.\n"
 " - Lot of bug fixes and upgrades in all plug-ins."
 msgstr ""
+"Cairo-Dock II\n"
+" - Cairo-Dock зараз цалкам падтрымлівае OpenGL! (Бэкенд cairo ўсё яшчэ "
+"падтрымліваецца для старых карт і ATI)\n"
+" - Новыя убудовы візуальных эфектаў: аніміраваныя значкі, эфекты на значках, "
+"ілюзіі, індыкатар скіду, эфект размыцця, адмалёўка вокнаў.\n"
+" - Канфігурацыйны панэль была цалкам перапісана.\n"
+" - Десклеты зараз і ў 3D.\n"
+" - Новыя аплеты: Пошта, Инидикатор раскладкі, хуткія папкі, Мульцікі.\n"
+" - Мноства багфиксов і аднаўленьняў усіх плягінаў."
 
-#: ../data/messages:1629
+#: ../data/messages:1627
 msgid ""
 "2.0.5 :\n"
 " - This is mainly a bug-fix version\n"
 " - improvment in the RB applet\n"
 " - Added functionnalities on grouped applications icons."
 msgstr ""
+"2.0.5:\n"
+" - Мноства багфиксов.\n"
+" - Паляпшэнні ў аплеце RB.\n"
+" - Дададзеная функцыянальнасць да згрупаваных значка прыкладанняў."
 
-#: ../data/messages:1631
+#: ../data/messages:1629
 msgid ""
 "2.1.0 : A really heavy version !\n"
 " - Control any music player with the MusicPlayer applet\n"
@@ -4207,8 +4372,22 @@
 " - Finally, Cairo-Dock has its own ppa on LaunchPad, and a complete "
 "documentation on http://doc.glx-dock.org.";
 msgstr ""
+"2.1.0: Па-сапраўднаму сур'ёзным версія!\n"
+" - Кіруйце музычнымі прайгравальнікамі з дапамогай аплета "
+"«Муз.Проигрыватель» \n"
+" Дзяліцеся файламі з дапамогай сусветнага аплета dnd2share,\n"
+" Адсочвайце стан сістэмы з аплетаў Сістэмнага манітора\n"
+" Стварайце запіскі хутка і лёгка з дапамогай аплета Notes.\n"
+" - З'явіўся новы рэжым «Пашыраная панэль» і новы усталёўшчык тэм.\n"
+" - Мноства абнаўленняў у аплета Клавіятурны индикаторт і Цэтлікі.\n"
+" - Новая анімацыя для выгляду \"слізгаценне\"\n"
+" - Выпраўленне памылак у модулях задач, Clipper, Powermanager, гадзіны і "
+"Каір-Пінгвін\n"
+" - Падтрымка OpenGL працуе на апошніх драйверах ATI і Intel!\n"
+" - І, нарэшце-то, у Каір-Dock з'явіўся ўласны PPA на LaunchPad, і "
+"найпадрабязная дакументацыя на http://doc.glx-dock.org.";
 
-#: ../data/messages:1633
+#: ../data/messages:1631
 msgid ""
 "2.1.1 : more stable and user-friendly !\n"
 " - This version corrects many bugs appeared with the v2.1.0 (sorry for that "
@@ -4225,8 +4404,24 @@
 "your dock from an extern application.\n"
 "    You can even write an applet in any language with it !"
 msgstr ""
+"2.1.1: Яшчэ больш стабільнасці і дружалюбна!\n"
+" - У гэтай версіі выпраўлена мноства памылак версіі 2.1.0 (просім "
+"прабачэньня),\n"
+" - Вы больш не сустрэнеце артэфактаў пры выкарыстанні Metacity, OpenBox, KDE "
+"і г.д.,\n"
+" - Дадатку цяпер могуць размяшчацца сярод значкоў запуску і аплетаў,\n"
+" - Новая зручная панэль налад для значкоў запуску,\n"
+" - Switcher адлюстроўвае спіс адчыненых вокнаў па сярэдняму пстрычцы\n"
+"      і дазваляе пераназываць працоўныя сталы,\n"
+" - У аплеце Выхад з'явілася магчымасць завяршэння працы ў зададзены час,\n"
+" - Панэль зараз знікае больш плаўна, калі хаваецца за астатнімі вокнамі,\n"
+" - У Clipper з'явілася магчымасць капіявання адразу ўсіх элементаў,\n"
+" - Плягін DBus дае палепшаны API, які дазволіць кіраваць вашай панэллю з "
+"іншых прыкладанняў.\n"
+"      І з дапамогай яго вы нават зможаце напісаць свой уласны аплет на любой "
+"мове!"
 
-#: ../data/messages:1635
+#: ../data/messages:1633
 msgid ""
 "2.1.2 : \n"
 " - The config panel has been improved again (new icons, more clear, better "
@@ -4243,8 +4438,22 @@
 " - A KDE-integration plug-in has been started, any help is greatly welcome "
 "to achieve it !"
 msgstr ""
+"2.1.2:\n"
+" - Панэль настроек зноў палепшаная (новыя значкі, яшчэ больш подчищена, "
+"палепшаны імёны опцый)\n"
+" - Десклеты зараз можна фіксаваць на любых працоўных сталах, а не толькі на "
+"першым.\n"
+" - Значкі запуску таксама могуць быць прызначаныя для абранага працоўнага "
+"стала.\n"
+" - Рэжым аўта-ўтойвання быў перапісаны.\n"
+" - Прадстаўляем новы аплет чытання RSS-стужак!\n"
+" - Запаліце вашу панэль з новым эфектам значкоў: \"фейрверк\"!\n"
+" - Аплет «Працоўны стол» зараз паказвае десклеты, Пласт віджэты і Expose па "
+"сярэднім пстрычцы.\n"
+" - У аплеце чытання пошты можна адзначаць прачытанымі ўсе паведамленні.\n"
+" - Пачалося ўкараненне плагіна KDE-інтэграцыі, любая дапамога вітаецца!"
 
-#: ../data/messages:1637
+#: ../data/messages:1635
 msgid ""
 "GLX-Dock 2.1.3\n"
 " - A new and simplified configuration panel has been written\n"
@@ -4258,8 +4467,20 @@
 " - Dnd2Share can now directly sends the clipboard's content.\n"
 " - This version also fixes a huge number of problems."
 msgstr ""
+"GLX-Dock 2.1.3\n"
+" - Распрацавана новая спрошчаная панэль настроек.\n"
+" - Эскізы вокнаў ўнутры панэлі зараз могуць мець эмблему.\n"
+" - Навядзенне значкі суб-панэляў, цяпер могуць адлюстроўваць іх змесціва.\n"
+" - Калі дадатак патрабуе вашай увагі, то пры ўтоенай панэлі з'явіцца толькі "
+"адзін значок гэтага дадатку.\n"
+" - Плягін DBus зараз дазваляе аўтаматычна загружаць знешнія аплеты, "
+"напісаныя на любой мове.\n"
+" - З дапамогай аплета «Працоўны стол» зараз можна хутка змяняць дазвол "
+"экрана\n"
+" - Dnd2Share зараз дазваляе наўпрост пасылаць змесціва буфера абмену.\n"
+" - Акрамя гэтага, выпраўлена велізарны лік памылак."
 
-#: ../data/messages:1639
+#: ../data/messages:1637
 msgid ""
 "<b><span color='red'>GLX-Dock 2.2.0</span></b>\n"
 " - The dock has gained 2 <b>new visibility modes</b> and several <b>auto-"
@@ -4282,6 +4503,38 @@
 " - A <b>new default theme</b> is also available; it should integrate itself "
 "better on any desktop."
 msgstr ""
+"<b><span color='red'>GLX-Dock 2.2.0</span></b>\n"
+" - Дададзеныя 2 <b>новых рэжыму бачнасці</b> і некалькі <b>анімацый аўта-"
+"утойвання</b>.\n"
+" - Значкі цяпер могуць <b>адлюстроўвацца нават калі панэль схаваная</b> "
+"(Гадзіннік, Сістэмны манітор, праграмы патрабуючыя увагі і г.д.)\n"
+" - Пры навядзенні на значок унутры суб-панэлі, цяпер ён можа адлюстроўвацца "
+"<b>ўнутры скрынкі</b> з прыгожым эфектам адкрыцця.\n"
+" - Даступны <b>новы від</b>: <u>Панэлі</ U>\n"
+" - <b>Mое Меню</b> і <b>Меню паведамленняў</b> цяпер даступныя ўнутры "
+"панэлі.\n"
+" - Аплет <b>Гадзіннік</b> абзавёўся гэтым <b>календаром з кіраваннем "
+"задачамі</b> (даступны па левым пстрычцы).\n"
+" - Цяпер вы можаце <b> блакаваць экран </ B> з дапамогай аплета <b> "
+"Завяршэнне сеансу </ B>.\n"
+" - <b>Десклеты</b> зараз могуць быць <b>празрыстыя для мышы</b>, каб вы "
+"маглі ўзаемадзейнічаць з тым, што знаходзіцца за імі.\n"
+" - Дзякуючы FBO была палепшаная падтрымка <b>састарэлых відэа-карт</b>.\n"
+" - Абноўлены <b>значкі панэлі настроек</b>, выкарыстаны тэма танга-стылю, а "
+"ткаже перагледжана іх размяшчэнне.\n"
+" - Даступная <b>новая тэма па змаўчанні</b>; яна добра ўпісваецца на "
+"большасць працоўных сталоў."
+
+#: ../data/messages:1639
+msgid ""
+"<b><span color='red'>GLX-Dock 2.2.1</span></b>\n"
+" - The <i>System-Monitor</i> applet can now monitor <b>CPU temperature</b> "
+"and <b>fan speed</b>.\n"
+" - The <i>menus</i> have a <b>better layout</b>.\n"
+" - The <i>Logout applet</i> now warns you when the computer <b>needs to be "
+"restarted</b>.\n"
+" - Several <b>bug-fixes</b> and improvments."
+msgstr ""
 
 #, c-format
 #~ msgid "%s is now unmounted"
@@ -4294,6 +4547,9 @@
 #~ msgid "Plug-in"
 #~ msgstr "Плагін"
 
+#~ msgid "state"
+#~ msgstr "Стан"
+
 #~ msgid "module"
 #~ msgstr "модуль"
 
@@ -4322,6 +4578,9 @@
 #~ msgid "Mount"
 #~ msgstr "Далучыць"
 
+#~ msgid "Add a separator"
+#~ msgstr "Дадаць падзельнік"
+
 #~ msgid "Rename this file"
 #~ msgstr "Перайменаваць гэты файл"
 
@@ -4337,6 +4596,9 @@
 #~ msgid "Properties"
 #~ msgstr "Ўласцівасці"
 
+#~ msgid "The theme has been deleted"
+#~ msgstr "Тэма была выдалена"
+
 #~ msgid ""
 #~ "No plug-in were found.\n"
 #~ "To make the most of Cairo-Dock, please consider installing its plug-ins.\n"
@@ -4377,6 +4639,15 @@
 #~ "Gnome: Аддзяліць панэль задач ад значкоў запуску і паказваць акна толькі з "
 #~ "бягучага працоўнага стала."
 
+#~ msgid "Applets"
+#~ msgstr "Аплеты"
+
+#~ msgid "Label readability"
+#~ msgstr "Чытальнасць подпісаў"
+
+#~ msgid "Configure labels appearence."
+#~ msgstr "Знешні выгляд подпісаў."
+
 #~ msgid ""
 #~ "If an error occurs during downloading a theme, it will retry this number of "
 #~ "times before giving up."
@@ -4424,6 +4695,15 @@
 #~ msgid "Controllers"
 #~ msgstr "Датчыкі"
 
+#~ msgid "The theme could not be saved"
+#~ msgstr "Тэма не можа быць захавана"
+
+#~ msgid "The theme could not be deleted"
+#~ msgstr "Тэма не можа быць выдалена"
+
+#~ msgid "The themes could not be deleted"
+#~ msgstr "Тэмы не могуць быць выдалены"
+
 #~ msgid ""
 #~ "Warning: could not delete this file.\n"
 #~ "Please check file permissions."
@@ -4444,6 +4724,9 @@
 #~ "Пераканайцеся, што вы маеце права на запіс,\n"
 #~ " і новае імя ўжо не прысутнічае на панэлі."
 
+#~ msgid "Do you want to keep this setting?"
+#~ msgstr "Захаваць наладкі?"
+
 #~ msgid ""
 #~ "Icons will scroll according to what positioning model is selected. The dock "
 #~ "can of course can be positioned anywhere on the screen. Here we specify this "
@@ -4475,6 +4758,9 @@
 #~ "з'явіцца ў пазіцыі курсора мышы. Астатні час застаючыся нябачнай. Гэты рэжым "
 #~ "падобны з дзеяннем сістэмнага меню."
 
+#~ msgid "Choose one of the available themes:"
+#~ msgstr "Выберыце адну з даступных тэм:"
+
 #~ msgid "Pop-up only if the mouse hits a screen corner"
 #~ msgstr "Всплывае толькі калі курсор задевает край экрана?"
 
@@ -4486,3 +4772,10 @@
 
 #~ msgid "Do you want to monitor the content of this directory?"
 #~ msgstr "Адсочваць змесціва каталога?"
+
+#, c-format
+#~ msgid "Configuration of the '%s' dock"
+#~ msgstr "Настройка '%s' панэлі"
+
+#~ msgid "Add a main dock"
+#~ msgstr "Дадаць асноўную панэль"

=== added file 'po/bn.po'
--- po/bn.po	1970-01-01 00:00:00 +0000
+++ po/bn.po	2011-02-23 23:27:12 +0000
@@ -0,0 +1,4223 @@
+# Bengali translation for cairo-dock-core
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the cairo-dock-core package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: cairo-dock-core\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-01 04:03+0000\n"
+"PO-Revision-Date: 2010-11-12 06:08+0000\n"
+"Last-Translator: Aniruddha Adhikary <Unknown>\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-01-02 04:41+0000\n"
+"X-Generator: Launchpad (build Unknown)\n"
+
+#: ../src/cairo-dock-gui-commons.c:215
+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 ""
+"আপনি বর্তমান থীমে কিছু পরিবর্তন করেছেন।\n"
+"আপনি সেগুলি হারিয়ে ফেলবেন যদি নতুন থীম বাছাই করার পূর্বে সংরক্ষণ না করেন। "
+"তবুও এগোবেন?"
+
+#: ../src/cairo-dock-gui-commons.c:241
+msgid "Please wait while importing the theme..."
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:304
+msgid "Bottom dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:306
+msgid "Top dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:311
+msgid "Right dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:313
+msgid "Left dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:410 ../src/cairo-dock-menu.c:1373
+msgid "Configure this applet"
+msgstr "এই এ্যাপ্লেটটি কনফিগার করুন"
+
+#: ../src/cairo-dock-gui-commons.c:447 ../src/cairo-dock-gui-main.c:131
+msgid "Files"
+msgstr "ফাইল সমূহ"
+
+#: ../src/cairo-dock-gui-commons.c:452 ../src/cairo-dock-gui-main.c:132
+msgid "Internet"
+msgstr "ইন্টারনেট"
+
+#: ../src/cairo-dock-gui-commons.c:457 ../src/cairo-dock-gui-main.c:133
+msgid "Desktop"
+msgstr "ডেস্কটপ"
+
+#: ../src/cairo-dock-gui-commons.c:462
+msgid "Accessory"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:467 ../src/cairo-dock-gui-main.c:135
+#: ../src/cairo-dock-gui-main.c:1447
+#: ../src/internal-old/cairo-dock-internal-system.c:122 ../data/messages:339
+msgid "System"
+msgstr "সিস্টেম"
+
+#: ../src/cairo-dock-gui-commons.c:472 ../src/cairo-dock-gui-main.c:136
+msgid "Fun"
+msgstr "মজা"
+
+#: ../src/cairo-dock-gui-commons.c:514
+msgid "plug-in"
+msgstr "প্লাগ-ইন"
+
+#: ../src/cairo-dock-gui-commons.c:520
+msgid "category"
+msgstr "ক্যাটেগরী"
+
+#: ../src/cairo-dock-gui-items.c:334
+msgid ""
+"Main dock's paramaters are available in the main configuration window."
+msgstr ""
+
+#: ../src/cairo-dock-gui-items.c:571
+msgid "Launcher configuration"
+msgstr "লঞ্চার কনফিগারেশন"
+
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:263
+msgid "Behaviour"
+msgstr "আচরণ"
+
+#: ../src/cairo-dock-gui-main.c:130 ../data/messages:83 ../data/messages:1383
+msgid "Appearance"
+msgstr "দৃশ্য"
+
+#: ../src/cairo-dock-gui-main.c:134
+msgid "Accessories"
+msgstr "আনুষাঙ্গিক"
+
+#: ../src/cairo-dock-gui-main.c:137 ../src/cairo-dock-gui-main.c:1585
+#: ../data/messages:1519
+msgid "All"
+msgstr "সব"
+
+#: ../src/cairo-dock-gui-main.c:1428
+#: ../src/internal-old/cairo-dock-internal-position.c:131
+msgid "Set the position of the main dock."
+msgstr "মূল ডকের অবস্থান সেট কর"
+
+#: ../src/cairo-dock-gui-main.c:1429
+#: ../src/internal-old/cairo-dock-internal-position.c:129 ../data/messages:137
+msgid "Position"
+msgstr "অবস্থান"
+
+#: ../src/cairo-dock-gui-main.c:1434
+#: ../src/internal-old/cairo-dock-internal-accessibility.c:261
+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:1435 ../src/cairo-dock-menu.c:1410
+#: ../src/internal-old/cairo-dock-internal-accessibility.c:259
+msgid "Visibility"
+msgstr "দৃশ্যমানতা"
+
+#: ../src/cairo-dock-gui-main.c:1440
+#: ../src/internal-old/cairo-dock-internal-taskbar.c:167
+msgid "Display and interact with currently open windows."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1441
+#: ../src/internal-old/cairo-dock-internal-taskbar.c:165 ../data/messages:61
+#: ../data/messages:1033
+msgid "Taskbar"
+msgstr "টাস্কবার"
+
+#: ../src/cairo-dock-gui-main.c:1446
+#: ../src/internal-old/cairo-dock-internal-system.c:124
+msgid "All of the parameters you will never want to tweak."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1452
+#: ../src/internal-old/cairo-dock-internal-background.c:130
+msgid "Set a background for your dock."
+msgstr "আপনার ডকের জন্য একটি ব্যাকগ্রাউন্ড সেট করুন।"
+
+#: ../src/cairo-dock-gui-main.c:1453
+#: ../src/internal-old/cairo-dock-internal-background.c:128
+#: ../data/messages:435 ../data/messages:831 ../data/messages:1391
+msgid "Background"
+msgstr "ব্যাকগ্রাউন্ড"
+
+#: ../src/cairo-dock-gui-main.c:1458
+#: ../src/internal-old/cairo-dock-internal-views.c:87
+msgid "Select a view for each of your docks."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1459
+#: ../src/internal-old/cairo-dock-internal-views.c:85 ../data/messages:115
+#: ../data/messages:495 ../data/messages:1385
+msgid "Views"
+msgstr "ভিউ সমূহ"
+
+#: ../src/cairo-dock-gui-main.c:1465
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:121
+msgid "Configure text bubble appearance."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1466
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:119
+msgid "Dialog boxes"
+msgstr "ডায়ালগ বক্সসমূহ"
+
+#: ../src/cairo-dock-gui-main.c:1472
+#: ../src/internal-old/cairo-dock-internal-desklets.c:100
+msgid "Applets can be displayed on your desktop as widgets."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1473
+#: ../src/internal-old/cairo-dock-internal-desklets.c:98 ../data/messages:551
+msgid "Desklets"
+msgstr "ডেস্কলেট সমূহ"
+
+#: ../src/cairo-dock-gui-main.c:1479
+#: ../src/internal-old/cairo-dock-internal-icons.c:459
+msgid ""
+"All about icons:\n"
+" size, reflection, icon theme,..."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1480
+#: ../src/internal-old/cairo-dock-internal-icons.c:457 ../data/messages:85
+#: ../data/messages:615 ../data/messages:857
+msgid "Icons"
+msgstr "আইকন সমূহ"
+
+#: ../src/cairo-dock-gui-main.c:1485
+#: ../src/internal-old/cairo-dock-internal-indicators.c:169
+msgid "Indicators are additional markers for your icons."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1486
+#: ../src/internal-old/cairo-dock-internal-indicators.c:167
+#: ../data/messages:733
+msgid "Indicators"
+msgstr "নির্দেশক সমূহ"
+
+#: ../src/cairo-dock-gui-main.c:1492
+#: ../src/internal-old/cairo-dock-internal-labels.c:182
+msgid "Define icon caption and quick-info style."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1493
+#: ../src/internal-old/cairo-dock-internal-labels.c:180
+msgid "Captions"
+msgstr "ক্যাপশন সমূহ"
+
+#: ../src/cairo-dock-gui-main.c:1561
+msgid "Categories"
+msgstr "ক্যাটাগরী সমূহ"
+
+#: ../src/cairo-dock-gui-main.c:1699
+msgid "Filter"
+msgstr "ফিল্টার"
+
+#: ../src/cairo-dock-gui-main.c:1746
+msgid "Options"
+msgstr "অপশন সমূহ"
+
+#: ../src/cairo-dock-gui-main.c:1756
+msgid "All words"
+msgstr "সকল শব্দসমূহ"
+
+#: ../src/cairo-dock-gui-main.c:1760
+msgid "Highlighted words"
+msgstr "হাইলাইটকৃত শব্দ সমূহ"
+
+#: ../src/cairo-dock-gui-main.c:1765
+msgid "Hide others"
+msgstr "বাকিগুলো লুকাও"
+
+#: ../src/cairo-dock-gui-main.c:1770
+msgid "Search in description"
+msgstr "বিবরণে খোঁজ"
+
+#: ../src/cairo-dock-gui-main.c:1784
+msgid "Enable this module"
+msgstr "এই মডিউলটি কার্যকর কর"
+
+#: ../src/cairo-dock-gui-main.c:1848 ../src/cairo-dock-menu.c:205
+#: ../data/messages:133
+msgid "More applets"
+msgstr "আরও এ্যাপ্লেট সমূহ"
+
+#: ../src/cairo-dock-gui-main.c:1849 ../data/messages:131
+msgid "Get more applets online !"
+msgstr "অনলাইনে আরও এ্যাপ্লেট পান !"
+
+#: ../src/cairo-dock-gui-main.c:1883 ../src/cairo-dock.c:729
+msgid "< Maintenance mode >"
+msgstr "< রক্ষণবেক্ষণ মোড >"
+
+#: ../src/cairo-dock-gui-main.c:1973 ../src/cairo-dock-gui-simple.c:900
+msgid "Cairo-Dock configuration"
+msgstr "কায়রো-ডক কনফিগারেশন"
+
+#: ../src/cairo-dock-gui-main.c:2294
+#, c-format
+msgid ""
+"The '%s' module is not present. You need to install it and all its "
+"dependencies in order to use this module."
+msgstr ""
+"'%s' মডিউলটি উপস্থিত নয়। এই মডিউলটি ব্যবহার করতে হলে আপনাকে এটি এবং এর সকল "
+"ডিপেন্ডাইস সমূহ ইন্সটল করতে হবে।"
+
+#: ../src/cairo-dock-gui-main.c:2300
+#, c-format
+msgid "The '%s' module is not enabled."
+msgstr "'%s' মডিউলটি কার্যকর নয়।"
+
+#: ../src/cairo-dock-gui-main.c:2301
+msgid "Do you want to enable it now?"
+msgstr "আপনি কি এখন এটি কার্যকর করতে চান?"
+
+#: ../src/cairo-dock-gui-main.c:2444
+msgid ""
+"It appears that you've never entered the help module before.\n"
+"If you are having difficulty configuring the dock, or if you want to "
+"customise it,\n"
+"the Help module is here for you!\n"
+"Would you like to take a look at it now?"
+msgstr ""
+"দেখা যাচ্ছে যে, আপনি পূর্বে কখনো সাহায্য মডিউলে প্রবেশ করেননি।\n"
+"আপনি যদি ডকটি কনফিগার করতে সমস্যার সম্মুখীন হন, কিংবা আপনি যদি এটি কাস্টমাইজ "
+"করতে চান,\n"
+"সাহায্য মডিউলটি আপনার জন্য !\n"
+"আপনি কি এখন এটি দেখতে চান?"
+
+#: ../src/cairo-dock-gui-simple.c:407 ../src/cairo-dock-gui-themes.c:112
+msgid "Could not import the theme."
+msgstr "থীমটি ইম্পোর্ট করা সম্ভব হয় নি।"
+
+#: ../src/cairo-dock-gui-simple.c:427
+msgid "Importing theme..."
+msgstr "থীম ইম্পোর্ট করা হচ্ছে..."
+
+#: ../src/cairo-dock-gui-simple.c:434 ../src/cairo-dock-gui-themes.c:154
+msgid "Theme has been saved"
+msgstr "থীম সংরক্ষণ করা হয়েছে"
+
+#: ../src/cairo-dock-gui-simple.c:440 ../src/cairo-dock-gui-themes.c:160
+msgid "Themes have been deleted"
+msgstr "থীম সমূহ অপসারণ করা হয়েছে"
+
+#: ../src/cairo-dock-gui-simple.c:770
+msgid "Animation:"
+msgstr "এনিমেশনঃ"
+
+#: ../src/cairo-dock-gui-simple.c:787
+msgid "Effects:"
+msgstr "ইফেক্ট সমূহঃ"
+
+#: ../src/cairo-dock-gui-simple.c:855
+msgid ""
+"Click on an applet in order to have a preview and a description for it."
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:864 ../data/messages:77
+msgid "On mouse hover:"
+msgstr "মাউস উঠালেঃ"
+
+#: ../src/cairo-dock-gui-simple.c:866 ../data/messages:79
+msgid "On click:"
+msgstr "ক্লিক করলেঃ"
+
+#: ../src/cairo-dock-gui-simple.c:937
+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"
+", you can switch to an advanced mode.\n"
+" You can switch from a mode to another at any time."
+msgstr ""
+"এটি কায়রো-ডক এর সহজ কনফিগারেশন প্যানেল।\n"
+" আপনি যখন এর সাথে পরিচিত হয়ে যাবেন, এবং আপনি যদি আপনার থীম কাস্টমাইজ করতে "
+"চান\n"
+", আপনি এডভ্যান্সড মোডে স্যুইচ করতে পারেন।\n"
+" আপনি একটি মোড থেকে অন্য মোডে যেকোন মুহুর্তে স্যুইচ করতে পারেন।"
+
+#: ../src/cairo-dock-gui-switch.c:77
+msgid "Simple Mode"
+msgstr "সরল মোড"
+
+#: ../src/cairo-dock-gui-switch.c:77
+msgid "Advanced Mode"
+msgstr "এডভ্যান্সড মোড"
+
+#: ../src/cairo-dock-gui-switch.c:79
+msgid ""
+"The advanced mode lets you tweak every single parameter of the dock. It is a "
+"powerful tool to customise your current theme."
+msgstr ""
+"এডভান্সড মোডটি আপনাকে ডকটির প্রত্যেকটি প্যরামিটার ট্যুইক করতে দেয়। এটি আপনার "
+"বর্তমান থীমকে কাস্টমাইজ করার একটি শক্তিশালী টুল।"
+
+#: ../src/cairo-dock-gui-themes.c:147
+msgid "Importing theme ..."
+msgstr "থীম ইম্পোর্ট করা হচ্ছে ..."
+
+#: ../src/cairo-dock-gui-themes.c:180
+msgid "Manage Themes"
+msgstr "থীম ব্যবস্থাপনা করুন"
+
+#: ../src/cairo-dock-menu.c:169
+msgid "About Cairo-Dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:196 ../data/messages:1287
+msgid "Community site"
+msgstr "কমিউনিটি সাইট"
+
+#: ../src/cairo-dock-menu.c:197 ../data/messages:1285
+msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
+msgstr "সমস্যা? সাজেশন? শুধুই আমাদের সাথে কথা বলতে চান? আসুন!"
+
+#: ../src/cairo-dock-menu.c:200 ../data/messages:1291
+msgid "Development site"
+msgstr "ডেভেলপমেন্ট সাইট"
+
+#: ../src/cairo-dock-menu.c:201 ../data/messages:1289
+msgid "Find the latest version of Cairo-Dock here !"
+msgstr "কায়রো-ডক এর সর্বশেষ ভার্সন এখানে পাবেন!"
+
+#: ../src/cairo-dock-menu.c:216
+msgid "Development"
+msgstr "ডেভেলপমেন্ট"
+
+#: ../src/cairo-dock-menu.c:222
+msgid "Artwork"
+msgstr "আর্টওয়ার্ক"
+
+#: ../src/cairo-dock-menu.c:226
+msgid "Support"
+msgstr "সাপোর্ট"
+
+#: ../src/cairo-dock-menu.c:307
+msgid "Quit Cairo-Dock?"
+msgstr "কায়রো-ডক বন্ধ করবেন?"
+
+#: ../src/cairo-dock-menu.c:336
+msgid "Configure"
+msgstr "কনফিগার"
+
+#: ../src/cairo-dock-menu.c:341
+msgid "Configure behaviour, appearance, and applets."
+msgstr "আচরণ, দৃশ্য এবং এ্যাপ্লেট সমূহ কনফিগার করুন।"
+
+#: ../src/cairo-dock-menu.c:345
+msgid "Configure this dock"
+msgstr "এই ডকটি কনফিগার করুন"
+
+#: ../src/cairo-dock-menu.c:350
+msgid "Customize the position, visibility and appearance of this main dock."
+msgstr "এই মূল ডকটির অবস্থান, দৃশ্যমানতা এবং দৃশ্য কাস্টমাইজ করুন"
+
+#: ../src/cairo-dock-menu.c:355
+msgid "Manage themes"
+msgstr "থীম ব্যবস্থাপনা করুন"
+
+#: ../src/cairo-dock-menu.c:360
+msgid ""
+"Choose from amongst many themes on the server or save your current theme."
+msgstr ""
+"আপনার বর্তমান থীমটি সংরক্ষণ করুন কিংবা সার্ভারের অনেক থীম হতে বাছাই করুন"
+
+#: ../src/cairo-dock-menu.c:366
+msgid "Unlock icons"
+msgstr "আইকন সমূহ আনলক কর"
+
+#: ../src/cairo-dock-menu.c:366
+msgid "Lock icons"
+msgstr "আইকন সমূহ লক কর"
+
+#: ../src/cairo-dock-menu.c:370
+msgid "This will (un)lock the position of the icons."
+msgstr "এটি আইকন সমূহের অবস্থান (আন)লক করবে।"
+
+#: ../src/cairo-dock-menu.c:374
+msgid "Unlock dock"
+msgstr "ডক আনলক কর"
+
+#: ../src/cairo-dock-menu.c:374
+msgid "Lock dock"
+msgstr "ডক লক কর"
+
+#: ../src/cairo-dock-menu.c:379
+msgid "This will (un)lock the whole dock."
+msgstr "এটি সমস্ত ডককে (আন)লক করবে।"
+
+#: ../src/cairo-dock-menu.c:384
+msgid "Quick-Hide"
+msgstr "দ্রুত-লুকানো"
+
+#: ../src/cairo-dock-menu.c:389
+msgid "This will hide the dock until you hover over it with the mouse."
+msgstr "এটি ডকটিকে লুকিয়ে রাখবে যতক্ষণ না আপনি এর উপর মাউস না আনছেন।"
+
+#: ../src/cairo-dock-menu.c:397
+msgid "Launch Cairo-Dock on startup"
+msgstr "স্টার্টআপে কায়রো-ডক লঞ্চ কর"
+
+#: ../src/cairo-dock-menu.c:407 ../src/cairo-dock.c:297
+msgid "Help"
+msgstr "সাহায্য"
+
+#: ../src/cairo-dock-menu.c:412
+msgid "There are no problems, only solutions (and a lot of useful hints!)"
+msgstr "এখানে কোন সমস্যা নেই, শুধু সমাধান (এবং অনেক প্রয়োজনীয় হিন্ট!)"
+
+#: ../src/cairo-dock-menu.c:414
+msgid "Get more applets!"
+msgstr "আরও এ্যাপ্লেট পান!"
+
+#: ../src/cairo-dock-menu.c:419
+msgid ""
+"Third-party applets provide integration with many programs, like Pidgin"
+msgstr ""
+"তৃতীর-পক্ষের এ্যাপ্লেট পিজিনের পত প্রোগ্রামের সাথে ইন্টিগ্রেশন সরবরাহ করে"
+
+#: ../src/cairo-dock-menu.c:421
+msgid "About"
+msgstr "সম্পর্কে"
+
+#: ../src/cairo-dock-menu.c:429
+msgid "Quit"
+msgstr "বন্ধ কর"
+
+#: ../src/cairo-dock-menu.c:454
+msgid "separator"
+msgstr "বিচ্ছিন্নকারক"
+
+#: ../src/cairo-dock-menu.c:458
+#, c-format
+msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
+msgstr "আপনি এই আইকনটি (%s) ডকটি থেকে অপসারণ করতে যাচ্ছেন। আপনি কি নিশ্চিত?"
+
+#: ../src/cairo-dock-menu.c:469
+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:539
+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:556
+msgid "Sorry, this icon doesn't have a configuration file."
+msgstr "দুঃখিত, এই আইকনটির কনফিগারেশন ফাইল নেই।"
+
+#: ../src/cairo-dock-menu.c:597
+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:658
+#, c-format
+msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
+msgstr ""
+"আপনি কিন্তু এই এ্যাপ্লেট (%s) ডকটি থেকে সরিয়ে ফেলছেন। আপনি কি নিশ্চিত?"
+
+#: ../src/cairo-dock-menu.c:881
+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:1116
+#, c-format
+msgid "Move all to desktop %d - face %d"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1116
+#, c-format
+msgid "Move to desktop %d - face %d"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1118
+#, c-format
+msgid "Move all to desktop %d"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1118
+#, c-format
+msgid "Move to desktop %d"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1120
+#, c-format
+msgid "Move all to face %d"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1120
+#, c-format
+msgid "Move to face %d"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1158
+msgid "Add"
+msgstr "যোগ করুন"
+
+#: ../src/cairo-dock-menu.c:1162
+msgid "Sub-dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1164
+msgid "Main dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1167 ../data/messages:1579
+msgid "Separator"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1171
+msgid "Custom launcher"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1172
+msgid ""
+"Usually you would drag a launcher from the menu and drop it on the dock."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1218
+msgid "Modify this separator"
+msgstr "বিচ্ছিন্নকারকটিকে পরিবর্তন করুন"
+
+#: ../src/cairo-dock-menu.c:1218
+msgid "Modify this launcher"
+msgstr "লঞ্চারটি পরিবর্তন করুন"
+
+#: ../src/cairo-dock-menu.c:1220
+msgid "Remove this separator"
+msgstr "বিচ্ছিন্নকারকটিকে অপসারণ করুন"
+
+#: ../src/cairo-dock-menu.c:1220
+msgid "Remove this launcher"
+msgstr "লঞ্চারটি অপসারণ করুন"
+
+#: ../src/cairo-dock-menu.c:1221
+msgid ""
+"You can remove a launcher by dragging it out of the dock with the mouse ."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1223 ../src/cairo-dock-menu.c:1389
+msgid "Move to another dock"
+msgstr "অন্য একটি ডকে সরিয়ে ফেলুন"
+
+#: ../src/cairo-dock-menu.c:1227 ../src/cairo-dock-menu.c:1393
+msgid "New main dock"
+msgstr "নতুন মূল ডক"
+
+#: ../src/cairo-dock-menu.c:1247 ../src/cairo-dock-menu.c:1331
+msgid "Other actions"
+msgstr "অন্যান্য কার্যাবলী"
+
+#: ../src/cairo-dock-menu.c:1252
+msgid "Move to this desktop"
+msgstr "এই ডেস্কটপে সরিয়ে আন"
+
+#: ../src/cairo-dock-menu.c:1267
+msgid "Not Fullscreen"
+msgstr "ফুলস্ক্রীণ নয়"
+
+#: ../src/cairo-dock-menu.c:1267
+msgid "Fullscreen"
+msgstr "ফুলস্ক্রীণ"
+
+#: ../src/cairo-dock-menu.c:1271
+msgid "Don't keep above"
+msgstr "উপরে রাখবে না"
+
+#: ../src/cairo-dock-menu.c:1271
+msgid "Keep above"
+msgstr "উপরে রাখবে"
+
+#: ../src/cairo-dock-menu.c:1292
+msgid "Remove custom icon"
+msgstr "কাস্টম আইকন অপসারণ কর"
+
+#: ../src/cairo-dock-menu.c:1296
+msgid "Set a custom icon"
+msgstr "কাস্টম আইকন সেট কর"
+
+#: ../src/cairo-dock-menu.c:1299
+msgid "Kill"
+msgstr "কিল"
+
+#: ../src/cairo-dock-menu.c:1304
+msgid "Launch a new (Shift+clic)"
+msgstr "একটি নতুন লঞ্চ কর (Shift+Click)"
+
+#: ../src/cairo-dock-menu.c:1309
+msgid "Make it a launcher"
+msgstr "এটিকে লঞ্চার বানাও"
+
+#: ../src/cairo-dock-menu.c:1312
+msgid "Show"
+msgstr "দেখাও"
+
+#: ../src/cairo-dock-menu.c:1314
+msgid "Unmaximise"
+msgstr "আনম্যাক্সিমাইজ"
+
+#: ../src/cairo-dock-menu.c:1314
+msgid "Maximise"
+msgstr "ম্যাক্সিমাইজ"
+
+#: ../src/cairo-dock-menu.c:1317
+msgid "Minimise"
+msgstr "মিনিমাইজ"
+
+#: ../src/cairo-dock-menu.c:1319
+msgid "Close (middle-click)"
+msgstr "বন্ধ (মিডল-ক্লিক)"
+
+#: ../src/cairo-dock-menu.c:1336
+msgid "Move all to this desktop"
+msgstr "সব এই ডেস্কটপে সরিয়ে আনুন"
+
+#: ../src/cairo-dock-menu.c:1342
+msgid "Launch new"
+msgstr "নতুন লঞ্চ কর"
+
+#: ../src/cairo-dock-menu.c:1345
+msgid "Show all"
+msgstr "সব দেখাও"
+
+#: ../src/cairo-dock-menu.c:1347
+msgid "Minimise all"
+msgstr "সব মিনিমাইজ কর"
+
+#: ../src/cairo-dock-menu.c:1349
+msgid "Close all"
+msgstr "সব বন্ধ কর"
+
+#: ../src/cairo-dock-menu.c:1377
+msgid "Detach this applet"
+msgstr "এই এ্যাপ্লেটটি ডিট্যাচ করুন"
+
+#: ../src/cairo-dock-menu.c:1377
+msgid "Return to the dock"
+msgstr "ডকে ফিরে যান"
+
+#: ../src/cairo-dock-menu.c:1380
+msgid "Remove this applet"
+msgstr "এই এ্যাপ্লেটটি অপসারণ করুন"
+
+#: ../src/cairo-dock-menu.c:1384
+msgid "Launch another instance of this applet"
+msgstr "এই এ্যাপ্লেটের অন্য একটি ইন্সট্যান্স চালু কর"
+
+#: ../src/cairo-dock-menu.c:1425
+msgid "Normal"
+msgstr "নরমাল"
+
+#: ../src/cairo-dock-menu.c:1431 ../data/messages:21 ../data/messages:187
+#: ../data/messages:1369
+msgid "Always on top"
+msgstr "সর্বদা উপরে"
+
+#: ../src/cairo-dock-menu.c:1438
+msgid "Always below"
+msgstr "সর্বদা নিচে"
+
+#: ../src/cairo-dock-menu.c:1451
+msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
+msgstr "কম্পিজে আচরণকে সেট করুনঃ (name=cairo-dock & type=utility)"
+
+#: ../src/cairo-dock-menu.c:1453
+msgid "Reserve space"
+msgstr "স্পেস রিসার্ভ কর"
+
+#: ../src/cairo-dock-menu.c:1460
+msgid "On all desktops"
+msgstr "সব ডেস্কটপে"
+
+#: ../src/cairo-dock-menu.c:1466
+msgid "Lock position"
+msgstr "পজিশন লক কর"
+
+#: ../src/cairo-dock-user-interaction.c:353
+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:195
+msgid "Don't ask me any more"
+msgstr "আমাকে আর জিজ্ঞেস করো না"
+
+#: ../src/cairo-dock.c:200
+msgid ""
+"To remove the black rectangle around the dock, you will need to activate a "
+"composite manager.\n"
+"For instance, this can be done by activating desktop effects, launching "
+"Compiz, or activating the composition in Metacity.\n"
+"I can perform this last operation for you. Do you want to proceed ?"
+msgstr ""
+
+#: ../src/cairo-dock.c:212
+msgid ""
+"Do you want to keep this setting?\n"
+"In 15 seconds, the previous setting will be restored."
+msgstr ""
+"আপনি কি এই সেটিং সমূহ রাখতে চান?\n"
+"১৫ সেকেন্ডের মধ্যে পূর্ববর্তী সেটিং সমূহ রিস্টোর করা হবে।"
+
+#: ../src/cairo-dock.c:218
+msgid ""
+"To remove the black rectangle around the dock, you will need to activate a "
+"composite manager.\n"
+"For instance, this can be done by activating desktop effects, launching "
+"Compiz, or activating the composition in Metacity.\n"
+"If your machine can't support composition, Cairo-Dock can emulate it. This "
+"option is in the 'System' module of the configuration, at the bottom of the "
+"page."
+msgstr ""
+
+#: ../src/cairo-dock.c:312
+msgid ""
+"A useful FAQ which also contains a lot of hints.\n"
+"Roll your mouse over a sentence to make helpful popups appear."
+msgstr ""
+
+#: ../src/cairo-dock.c:573
+msgid "Use OpenGL in Cairo-Dock"
+msgstr "কাররো-ডকে ওপেনজিএল ব্যবহার কর"
+
+#: ../src/cairo-dock.c:581
+msgid ""
+"OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
+"the minimum.\n"
+"It also allows some pretty visual effects similar to Compiz.\n"
+"However, some cards and/or their drivers don't fully support it, which may "
+"prevent the dock from running correctly.\n"
+"Do you want to activate OpenGL ?\n"
+" (To not show this dialog, launch the dock from the Application menu,\n"
+"  or with the -o option to force OpenGL and -c to force cairo.)"
+msgstr ""
+
+#: ../src/cairo-dock.c:586
+msgid "Remember this choice"
+msgstr "এই পছন্দ মনে রাখো"
+
+#: ../src/cairo-dock.c:802
+msgid ""
+"Welcome in Cairo-Dock2 !\n"
+"A default and simple theme has been loaded.\n"
+"You can either familiarize yourself with the dock or choose another theme "
+"with right-click -> Cairo-Dock -> Manage themes.\n"
+"A useful help is available by right-click -> Cairo-Dock -> Help.\n"
+"If you have any question/request/remark, please pay us a visit at http://glx-";
+"dock.org.\n"
+"Hope you will enjoy this soft !\n"
+"  (you can now click on this dialog to close it)"
+msgstr ""
+
+#: ../src/cairo-dock.c:826
+#, c-format
+msgid ""
+"The module '%s' may have encountered a problem.\n"
+"It has been restored successfully, but if it happens again, please report it "
+"at http://glx-dock.org";
+msgstr ""
+
+#: ../src/gldit/cairo-dock-applet-facility.h:274
+msgid ""
+"The theme could not be found; the default theme will be used instead.\n"
+" You can change this by opening the configuration of this module. Do you "
+"want to do it now?"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-applet-facility.h:289
+msgid ""
+"The gauge theme could not be found; a default gauge will be used instead.\n"
+"You can change this by opening the configuration of this module. Do you want "
+"to do it now?"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-applet-facility.h:371
+msgid "Applet's handbook"
+msgstr "এ্যাপ্লেটের হ্যান্ডবুক"
+
+#: ../src/gldit/cairo-dock-desklet-manager.c:843
+#: ../src/internal-old/cairo-dock-internal-desklets.c:42
+msgid "_custom decoration_"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-file-manager.c:212
+#, c-format
+msgid "failed to mount %s"
+msgstr "%s এর মাউন্ট ব্যর্থ হয়েছে"
+
+#: ../src/gldit/cairo-dock-file-manager.c:212
+#, c-format
+msgid "Failed to unmount %s"
+msgstr "%s এর আনমাউন্ট ব্যর্থ হয়েছে"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:235
+#, c-format
+msgid "by %s"
+msgstr "%s এর দ্বারা"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:247
+msgid "kB"
+msgstr "কিলোবাইট"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:249
+msgid "MB"
+msgstr "মেগাবাইট"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:258
+#: ../src/gldit/cairo-dock-gui-factory.c:1637
+msgid "Local"
+msgstr "লোকাল"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:259
+#: ../src/gldit/cairo-dock-gui-factory.c:1640
+msgid "User"
+msgstr "ব্যবহারকারী"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:260
+#: ../src/gldit/cairo-dock-gui-factory.c:1643
+msgid "Net"
+msgstr "নেট"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:261
+#: ../src/gldit/cairo-dock-gui-factory.c:1646
+msgid "New"
+msgstr "নতুন"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:262
+#: ../src/gldit/cairo-dock-gui-factory.c:1650
+msgid "Updated"
+msgstr "আপডেটকৃত"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:970
+msgid "_Custom Icons_"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1426
+msgid "Rate me"
+msgstr "আমাকে রেট করুন"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1561
+#: ../src/gldit/cairo-dock-gui-factory.c:1563
+msgid "You must try the theme before you can rate it."
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1586
+#, c-format
+msgid ""
+"The '%s' module was not found.\n"
+"Be sure to install it with the same version as the dock to enjoy these "
+"features."
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1595
+#, c-format
+msgid ""
+"The '%s' plug-in is not active.\n"
+"Activate it now?"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:2445
+#, c-format
+msgid "Listing themes in '%s' ..."
+msgstr "'%s' থীমের ভেতর লিস্টিং করা হচ্ছে ..."
+
+#: ../src/gldit/cairo-dock-gui-factory.c:3018
+msgid "Theme"
+msgstr "থীম"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:3031
+msgid "Rating"
+msgstr "রেটিং"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:3037
+msgid "Sobriety"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:3096
+msgid "link"
+msgstr "লিংক"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:3149
+msgid "Grab"
+msgstr "গ্র্যাব"
+
+#: ../src/gldit/cairo-dock-struct.h:416
+msgid "Default"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-themes-manager.c:112
+#, c-format
+msgid "Are you sure you want to overwrite theme %s?"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-themes-manager.c:174
+msgid "Last modification on:"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-themes-manager.c:241
+#, c-format
+msgid ""
+"Could not access remote file %s/%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:256
+#, c-format
+msgid "Are you sure you want to delete theme %s?"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-themes-manager.c:258
+msgid "Are you sure you want to delete these themes?"
+msgstr ""
+
+#: ../src/implementations/cairo-dock-hiding-effect.c:601 ../data/messages:37
+#: ../data/messages:203
+msgid "Move down"
+msgstr ""
+
+#: ../src/implementations/cairo-dock-hiding-effect.c:609 ../data/messages:39
+#: ../data/messages:205
+msgid "Fade out"
+msgstr ""
+
+#: ../src/implementations/cairo-dock-hiding-effect.c:617 ../data/messages:41
+#: ../data/messages:207
+msgid "Semi transparent"
+msgstr ""
+
+#: ../src/implementations/cairo-dock-hiding-effect.c:626 ../data/messages:43
+#: ../data/messages:209
+msgid "Zoom out"
+msgstr ""
+
+#: ../src/implementations/cairo-dock-hiding-effect.c:634 ../data/messages:45
+#: ../data/messages:211
+msgid "Folding"
+msgstr ""
+
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:117
+msgid ""
+"This provides different window decorators. Enable this first if you want to "
+"select a different decorator for your dialog boxes."
+msgstr ""
+
+#: ../src/internal-old/cairo-dock-internal-icons.c:455
+msgid "Provides various animations for your icons."
+msgstr ""
+
+#: ../src/internal-old/cairo-dock-internal-views.c:83
+msgid ""
+"Provides different views for Cairo-Dock. Enable this first if you want to "
+"select a different view for your docks."
+msgstr ""
+
+#: ../data/messages:1 ../data/messages:1331
+msgid "Behavior"
+msgstr ""
+
+#: ../data/messages:3 ../data/messages:139 ../data/messages:1333
+msgid "Position on the screen"
+msgstr ""
+
+#: ../data/messages:5 ../data/messages:141 ../data/messages:1335
+msgid "Choose which border of the screen the dock will be placed on:"
+msgstr ""
+
+#: ../data/messages:7 ../data/messages:143 ../data/messages:1337
+msgid "bottom"
+msgstr ""
+
+#: ../data/messages:9 ../data/messages:145 ../data/messages:1339
+msgid "top"
+msgstr ""
+
+#: ../data/messages:11 ../data/messages:147 ../data/messages:157
+#: ../data/messages:1341
+msgid "right"
+msgstr ""
+
+#: ../data/messages:13 ../data/messages:149 ../data/messages:155
+#: ../data/messages:1343
+msgid "left"
+msgstr ""
+
+#: ../data/messages:15 ../data/messages:181
+msgid "Visibility of the main dock"
+msgstr ""
+
+#: ../data/messages:17 ../data/messages:183 ../data/messages:1365
+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 "
+"border to call it back.\n"
+"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."
+msgstr ""
+
+#: ../data/messages:19 ../data/messages:55 ../data/messages:185
+#: ../data/messages:247 ../data/messages:1367
+msgid "Visibility:"
+msgstr ""
+
+#: ../data/messages:23 ../data/messages:189 ../data/messages:1371
+msgid "Reserve space for the dock"
+msgstr ""
+
+#: ../data/messages:25 ../data/messages:191 ../data/messages:1373
+msgid "Keep the dock below"
+msgstr ""
+
+#: ../data/messages:27 ../data/messages:193 ../data/messages:1375
+msgid "Hide the dock when it overlaps the current window"
+msgstr ""
+
+#: ../data/messages:29 ../data/messages:195 ../data/messages:1377
+msgid "Hide the dock whenever it overlaps any window"
+msgstr ""
+
+#: ../data/messages:31 ../data/messages:197 ../data/messages:1379
+msgid "Keep the dock hidden"
+msgstr ""
+
+#: ../data/messages:33 ../data/messages:199 ../data/messages:1381
+msgid "Pop-up on shortcut"
+msgstr ""
+
+#: ../data/messages:35 ../data/messages:201
+msgid "Effect used to hide the dock:"
+msgstr ""
+
+#: ../data/messages:47 ../data/messages:231
+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:49 ../data/messages:233
+msgid "Keyboard shortcut to pop-up the dock:"
+msgstr ""
+
+#: ../data/messages:51
+msgid "Visibility of sub-docks"
+msgstr ""
+
+#: ../data/messages:53 ../data/messages:245
+msgid ""
+"they will appear either when you click or when you linger over the icon "
+"pointing on it."
+msgstr ""
+
+#: ../data/messages:57 ../data/messages:249
+msgid "Appear on mouse over"
+msgstr ""
+
+#: ../data/messages:59 ../data/messages:251
+msgid "Appear on click"
+msgstr ""
+
+#: ../data/messages:63
+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 ""
+
+#: ../data/messages:65
+msgid "Behaviour of the Taskbar:"
+msgstr ""
+
+#: ../data/messages:67 ../data/messages:1509
+msgid "None"
+msgstr ""
+
+#: ../data/messages:69
+msgid "MacOSX"
+msgstr ""
+
+#: ../data/messages:71
+msgid "KDE"
+msgstr ""
+
+#: ../data/messages:73
+msgid "Gnome"
+msgstr ""
+
+#: ../data/messages:75
+msgid "Icons' animations and effects"
+msgstr ""
+
+#: ../data/messages:81
+msgid "On appearance/disappearance:"
+msgstr ""
+
+#: ../data/messages:87 ../data/messages:619
+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:89
+msgid "Choose a theme of icons :"
+msgstr ""
+
+#: ../data/messages:91
+msgid "Icons size:"
+msgstr ""
+
+#: ../data/messages:93
+msgid "Very small"
+msgstr ""
+
+#: ../data/messages:95
+msgid "Small"
+msgstr ""
+
+#: ../data/messages:97
+msgid "Medium"
+msgstr ""
+
+#: ../data/messages:99
+msgid "Big"
+msgstr ""
+
+#: ../data/messages:101
+msgid "Very Big"
+msgstr ""
+
+#: ../data/messages:103
+msgid ""
+"This will separate launchers, application, and applets from each others. "
+"Separators will be automatically inserted then."
+msgstr ""
+
+#: ../data/messages:105 ../data/messages:709
+msgid "Separate the different types of icons?"
+msgstr ""
+
+#: ../data/messages:107 ../data/messages:719
+msgid "Order of the different types of icons :"
+msgstr ""
+
+#: ../data/messages:109 ../data/messages:721
+msgid "launchers"
+msgstr ""
+
+#: ../data/messages:111 ../data/messages:723
+msgid "applications"
+msgstr ""
+
+#: ../data/messages:113 ../data/messages:725
+msgid "applets"
+msgstr ""
+
+#: ../data/messages:117 ../data/messages:499
+msgid "Choose the default view for main docks :"
+msgstr ""
+
+#: ../data/messages:119 ../data/messages:503
+msgid "You can overwrite this parameter for each sub-dock."
+msgstr ""
+
+#: ../data/messages:121 ../data/messages:505
+msgid "Choose the default view for sub-docks :"
+msgstr ""
+
+#: ../data/messages:123
+msgid "Add-ons"
+msgstr ""
+
+#: ../data/messages:125
+msgid "Add or remove any applet"
+msgstr ""
+
+#: ../data/messages:127
+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:129
+msgid ""
+"You can install them by simply drag-and-dropping the link onto your dock."
+msgstr ""
+
+#: ../data/messages:135 ../data/messages:1411
+msgid "Themes"
+msgstr ""
+
+#: ../data/messages:151 ../data/messages:1345
+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 "
+"itself relative to the right corner if horizontal and the bottom corner if "
+"vertical. When set to 0.5, it will position itself relative to the middle of "
+"the screen's edge."
+msgstr ""
+
+#: ../data/messages:153 ../data/messages:1347
+msgid "Relative alignment:"
+msgstr ""
+
+#: ../data/messages:159 ../data/messages:1349
+msgid "Offset from the screen's edge"
+msgstr ""
+
+#: ../data/messages:161 ../data/messages:1351
+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:163 ../data/messages:1353
+msgid "Lateral offset:"
+msgstr ""
+
+#: ../data/messages:165 ../data/messages:1355
+msgid ""
+"in pixels. You can also move the dock by holding the ALT or CTRL key and the "
+"left mouse button."
+msgstr ""
+
+#: ../data/messages:167 ../data/messages:1357
+msgid "Distance to the screen edge:"
+msgstr ""
+
+#: ../data/messages:169
+msgid "Multiple screens"
+msgstr ""
+
+#: ../data/messages:171
+msgid ""
+"This option is to use if you have a dual-screen and use Xinerama to manage "
+"them."
+msgstr ""
+
+#: ../data/messages:173
+msgid "Use Xinerama?"
+msgstr ""
+
+#: ../data/messages:175
+msgid "0 is the first screen."
+msgstr ""
+
+#: ../data/messages:177 ../data/messages:1361
+msgid "Number of the screen where the dock should be located:"
+msgstr ""
+
+#: ../data/messages:179
+msgid "Accessibility"
+msgstr ""
+
+#: ../data/messages:213
+msgid "in ms. 0 means no delay."
+msgstr ""
+
+#: ../data/messages:215
+msgid "Delay before the dock unhides itself:"
+msgstr ""
+
+#: ../data/messages:217
+msgid "How to call the dock back:"
+msgstr ""
+
+#: ../data/messages:219
+msgid "Hit the screen's border"
+msgstr ""
+
+#: ../data/messages:221
+msgid "Hit where the dock is"
+msgstr ""
+
+#: ../data/messages:223
+msgid "Hit the screen's corner"
+msgstr ""
+
+#: ../data/messages:225
+msgid "Hit a zone"
+msgstr ""
+
+#: ../data/messages:227
+msgid "Size of the zone :"
+msgstr ""
+
+#: ../data/messages:229
+msgid "Image to display on the zone :"
+msgstr ""
+
+#: ../data/messages:235
+msgid "Additional parameters"
+msgstr ""
+
+#: ../data/messages:237
+msgid "Stretch the dock to always fill the screen"
+msgstr ""
+
+#: ../data/messages:239
+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:241
+msgid "Automatically hide the dock when a window becomes full screen?"
+msgstr ""
+
+#: ../data/messages:243
+msgid "Sub-docks' visibility"
+msgstr ""
+
+#: ../data/messages:253 ../data/messages:257
+msgid "in ms."
+msgstr ""
+
+#: ../data/messages:255
+msgid "Delay before displaying a sub-dock:"
+msgstr ""
+
+#: ../data/messages:259
+msgid "Delay before leaving a sub-dock takes effect:"
+msgstr ""
+
+#: ../data/messages:261
+msgid "TaskBar"
+msgstr ""
+
+#: ../data/messages:265
+msgid ""
+"Cairo-Dock will then act as your taskbar. It is recommended to remove any "
+"other taskbars."
+msgstr ""
+
+#: ../data/messages:267
+msgid "Show currently opened applications in the dock?"
+msgstr ""
+
+#: ../data/messages:269
+msgid "Only show icons whose windows are minimised"
+msgstr ""
+
+#: ../data/messages:271
+msgid "Only show applications on current desktop"
+msgstr ""
+
+#: ../data/messages:273
+msgid ""
+"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."
+msgstr ""
+
+#: ../data/messages:275
+msgid "Mix launchers and applications"
+msgstr ""
+
+#: ../data/messages:277
+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:279
+msgid "Group windows from the same application in a sub-dock ?"
+msgstr ""
+
+#: ../data/messages:281 ../data/messages:291
+msgid "Enter the class of the applications, separated by a semi-colon ';'"
+msgstr ""
+
+#: ../data/messages:283 ../data/messages:293
+msgid "\t\tExcept the following classes:"
+msgstr ""
+
+#: ../data/messages:285
+msgid "Representation"
+msgstr ""
+
+#: ../data/messages:287
+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:289
+msgid "Overwrite the X icon with the launchers' icon?"
+msgstr ""
+
+#: ../data/messages:295
+msgid ""
+"A composite manager is required to display the thumbnail.\n"
+"OpenGL is required to draw the icon bent backwards."
+msgstr ""
+
+#: ../data/messages:297
+msgid "How to draw minimised windows ?"
+msgstr ""
+
+#: ../data/messages:299
+msgid "Make the icon transparent"
+msgstr ""
+
+#: ../data/messages:301
+msgid "Show a window's thumbnail"
+msgstr ""
+
+#: ../data/messages:303
+msgid "Draw it bent backwards"
+msgstr ""
+
+#: ../data/messages:305
+msgid "Transparency of icons whose window is minimised:"
+msgstr ""
+
+#: ../data/messages:307 ../data/messages:455 ../data/messages:567
+#: ../data/messages:593 ../data/messages:665
+msgid "Opaque"
+msgstr ""
+
+#: ../data/messages:309 ../data/messages:453 ../data/messages:565
+#: ../data/messages:591 ../data/messages:663
+msgid "Transparent"
+msgstr ""
+
+#: ../data/messages:311
+msgid "Play a short animation of the icon when its window becomes active"
+msgstr ""
+
+#: ../data/messages:313
+msgid "\"...\" will be added at the end if the name is too long."
+msgstr ""
+
+#: ../data/messages:315
+msgid "Maximum number of caracters in application name:"
+msgstr ""
+
+#: ../data/messages:317
+msgid "Interaction"
+msgstr ""
+
+#: ../data/messages:319
+msgid "This is the default behaviour of most taskbars."
+msgstr ""
+
+#: ../data/messages:321
+msgid ""
+"Minimise the window when its icon is clicked, if it was already the active "
+"window ?"
+msgstr ""
+
+#: ../data/messages:323
+msgid "In the style of Firefox tabs"
+msgstr ""
+
+#: ../data/messages:325
+msgid "Middle-clicking on an icon closes the related application"
+msgstr ""
+
+#: ../data/messages:327
+msgid "Highlight applications requiring your attention with a dialog bubble"
+msgstr ""
+
+#: ../data/messages:329
+msgid "in seconds"
+msgstr ""
+
+#: ../data/messages:331
+msgid "Duration of the dialog:"
+msgstr ""
+
+#: ../data/messages:333
+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:335
+msgid "Force the following applications to demand your attention"
+msgstr ""
+
+#: ../data/messages:337
+msgid "Highlight applications demanding your attention with an animation"
+msgstr ""
+
+#: ../data/messages:341
+msgid "Animations speed"
+msgstr ""
+
+#: ../data/messages:343
+msgid "Animate sub-docks when they appear"
+msgstr ""
+
+#: ../data/messages:345
+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:347
+msgid "Animation unfolding duration:"
+msgstr ""
+
+#: ../data/messages:349 ../data/messages:357 ../data/messages:361
+#: ../data/messages:369 ../data/messages:373
+msgid "fast"
+msgstr ""
+
+#: ../data/messages:351 ../data/messages:359 ../data/messages:363
+#: ../data/messages:371 ../data/messages:375
+msgid "slow"
+msgstr ""
+
+#: ../data/messages:353 ../data/messages:365
+msgid "The more there are, the slower it will be"
+msgstr ""
+
+#: ../data/messages:355
+msgid "Number of steps in the zoom animation (grow/shrink):"
+msgstr ""
+
+#: ../data/messages:367
+msgid "Number of steps in the auto-hide animation (move up/move down):"
+msgstr ""
+
+#: ../data/messages:377
+msgid "Refresh rate"
+msgstr ""
+
+#: ../data/messages:379 ../data/messages:383 ../data/messages:387
+msgid "in Hz. This is to adjust behaviour relative to your CPU power."
+msgstr ""
+
+#: ../data/messages:381
+msgid "Refresh rate when mouving cursor into the dock :"
+msgstr ""
+
+#: ../data/messages:385
+msgid "Animation frequency for the OpenGL backend :"
+msgstr ""
+
+#: ../data/messages:389
+msgid "Animation frequency for the Cairo backend :"
+msgstr ""
+
+#: ../data/messages:391
+msgid ""
+"The transparency gradation pattern will then be re-calculated in real time. "
+"May need more CPU power."
+msgstr ""
+
+#: ../data/messages:393
+msgid "Reflections should be calculated in real-time?"
+msgstr ""
+
+#: ../data/messages:395
+msgid "Composition"
+msgstr ""
+
+#: ../data/messages:397
+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:399
+msgid "Emulate composition with fake transparency?"
+msgstr ""
+
+#: ../data/messages:401
+msgid "You need to re-open the panel. It is deactivated by default on KDE."
+msgstr ""
+
+#: ../data/messages:403
+msgid "Make the config panel transparent?"
+msgstr ""
+
+#: ../data/messages:405
+msgid "Connection to the Internet"
+msgstr ""
+
+#: ../data/messages:407
+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:409
+msgid "Connection timeout :"
+msgstr ""
+
+#: ../data/messages:411
+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:413
+msgid "Maximum time to download a file:"
+msgstr ""
+
+#: ../data/messages:415
+msgid "Use this option if you experience problems to connect."
+msgstr ""
+
+#: ../data/messages:417
+msgid "Force IPv4 ?"
+msgstr ""
+
+#: ../data/messages:419
+msgid "Use this option if you connect to the Internet through a proxy."
+msgstr ""
+
+#: ../data/messages:421
+msgid "Are you behind a proxy ?"
+msgstr ""
+
+#: ../data/messages:423
+msgid "Proxy name :"
+msgstr ""
+
+#: ../data/messages:425
+msgid "Port :"
+msgstr ""
+
+#: ../data/messages:427 ../data/messages:431
+msgid ""
+"Let empty if you don't need to log-in to the proxy with a user/password."
+msgstr ""
+
+#: ../data/messages:429
+msgid "User :"
+msgstr ""
+
+#: ../data/messages:433
+msgid "Password :"
+msgstr ""
+
+#: ../data/messages:437 ../data/messages:1393
+msgid "Fill the background with:"
+msgstr ""
+
+#: ../data/messages:439 ../data/messages:445 ../data/messages:739
+#: ../data/messages:1397
+msgid "Image"
+msgstr ""
+
+#: ../data/messages:441 ../data/messages:461 ../data/messages:1399
+msgid "Colour gradation"
+msgstr ""
+
+#: ../data/messages:443
+msgid "Use a background image."
+msgstr ""
+
+#: ../data/messages:447 ../data/messages:1401
+msgid ""
+"Any format allowed; if empty, the colour gradation will be used as a fall "
+"back."
+msgstr ""
+
+#: ../data/messages:449 ../data/messages:1403
+msgid "Image filename to use as a background :"
+msgstr ""
+
+#: ../data/messages:451
+msgid "Image's transparency :"
+msgstr ""
+
+#: ../data/messages:457 ../data/messages:1405
+msgid "Repeat image as a pattern to fill background?"
+msgstr ""
+
+#: ../data/messages:459
+msgid "Use a colour gradation."
+msgstr ""
+
+#: ../data/messages:463 ../data/messages:1407
+msgid "Bright colour:"
+msgstr ""
+
+#: ../data/messages:465 ../data/messages:1409
+msgid "Dark colour:"
+msgstr ""
+
+#: ../data/messages:467
+msgid "In degrees, in relation to the vertical"
+msgstr ""
+
+#: ../data/messages:469
+msgid "Angle of the gradation :"
+msgstr ""
+
+#: ../data/messages:471
+msgid "If not nul, it will form stripes."
+msgstr ""
+
+#: ../data/messages:473
+msgid "Repeat the gradation this number of times:"
+msgstr ""
+
+#: ../data/messages:475
+msgid "Percentage of the bright colour:"
+msgstr ""
+
+#: ../data/messages:477
+msgid "External Frame"
+msgstr ""
+
+#: ../data/messages:479 ../data/messages:483 ../data/messages:489
+#: ../data/messages:537 ../data/messages:637
+msgid "in pixels."
+msgstr ""
+
+#: ../data/messages:481
+msgid "Corner radius :"
+msgstr ""
+
+#: ../data/messages:485
+msgid "Linewidth of the external line :"
+msgstr ""
+
+#: ../data/messages:487
+msgid "Colour of the external line:"
+msgstr ""
+
+#: ../data/messages:491
+msgid "Margin between the frame and the icons or their reflects :"
+msgstr ""
+
+#: ../data/messages:493
+msgid "Are the bottom left and right corners rounded?"
+msgstr ""
+
+#: ../data/messages:497
+msgid "Main Dock"
+msgstr ""
+
+#: ../data/messages:501
+msgid "Sub-Docks"
+msgstr ""
+
+#: ../data/messages:507
+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:509
+msgid "Ratio for the size of the sub-docks' icons :"
+msgstr ""
+
+#: ../data/messages:511 ../data/messages:779
+msgid "smaller"
+msgstr ""
+
+#: ../data/messages:513
+msgid "same size"
+msgstr ""
+
+#: ../data/messages:515
+msgid "Dialogs"
+msgstr ""
+
+#: ../data/messages:517
+msgid "Bubble"
+msgstr ""
+
+#: ../data/messages:519
+msgid "Background colour of the bubble:"
+msgstr ""
+
+#: ../data/messages:521
+msgid "Shape of the bubble:"
+msgstr ""
+
+#: ../data/messages:523
+msgid "Text"
+msgstr ""
+
+#: ../data/messages:525 ../data/messages:823
+msgid "Otherwise the default's system one will be used."
+msgstr ""
+
+#: ../data/messages:527
+msgid "Use a custom font for the text?"
+msgstr ""
+
+#: ../data/messages:529
+msgid "Text font:"
+msgstr ""
+
+#: ../data/messages:531 ../data/messages:829
+msgid "Draw the outline of the text?"
+msgstr ""
+
+#: ../data/messages:533
+msgid "Text color:"
+msgstr ""
+
+#: ../data/messages:535 ../data/messages:595
+msgid "Buttons"
+msgstr ""
+
+#: ../data/messages:539
+msgid "Size of buttons in the info-bubbles (width x height) :"
+msgstr ""
+
+#: ../data/messages:541 ../data/messages:545 ../data/messages:599
+#: ../data/messages:603 ../data/messages:607 ../data/messages:611
+msgid "If you don't provide any, a default image will be used."
+msgstr ""
+
+#: ../data/messages:543
+msgid "Name of an image to use for the yes/ok button :"
+msgstr ""
+
+#: ../data/messages:547
+msgid "Name of an image to use for the no/cancel button :"
+msgstr ""
+
+#: ../data/messages:549
+msgid "Size of the icon displayed next to the text :"
+msgstr ""
+
+#: ../data/messages:553
+msgid "Decorations"
+msgstr ""
+
+#: ../data/messages:555
+msgid ""
+"This can be customized for each desklet separately.\n"
+"Choose 'Custom decoration' to define your own decorations below"
+msgstr ""
+
+#: ../data/messages:557
+msgid "Choose a default decoration for all desklets :"
+msgstr ""
+
+#: ../data/messages:559
+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:561
+msgid "Background image :"
+msgstr ""
+
+#: ../data/messages:563
+msgid "Background transparency :"
+msgstr ""
+
+#: ../data/messages:569
+msgid "in pixels. Use this to adjust the left position of the drawings."
+msgstr ""
+
+#: ../data/messages:571
+msgid "Left offset :"
+msgstr ""
+
+#: ../data/messages:573
+msgid "in pixels. Use this to adjust the top position of the drawings."
+msgstr ""
+
+#: ../data/messages:575
+msgid "Top offset :"
+msgstr ""
+
+#: ../data/messages:577
+msgid "in pixels. Use this to adjust the right position of the drawings."
+msgstr ""
+
+#: ../data/messages:579
+msgid "Right offset :"
+msgstr ""
+
+#: ../data/messages:581
+msgid "in pixels. Use this to adjust the bottom position of the drawings."
+msgstr ""
+
+#: ../data/messages:583
+msgid "Bottom offset :"
+msgstr ""
+
+#: ../data/messages:585
+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:587
+msgid "Foreground image :"
+msgstr ""
+
+#: ../data/messages:589
+msgid "Foreground tansparency :"
+msgstr ""
+
+#: ../data/messages:597
+msgid "Buttons size :"
+msgstr ""
+
+#: ../data/messages:601 ../data/messages:613
+msgid "Name of an image to use for the 'rotate' button :"
+msgstr ""
+
+#: ../data/messages:605
+msgid "Name of an image to use for the 'reattach' button :"
+msgstr ""
+
+#: ../data/messages:609
+msgid "Name of an image to use for the 'depth rotate' button :"
+msgstr ""
+
+#: ../data/messages:617
+msgid "Icons' themes"
+msgstr ""
+
+#: ../data/messages:621
+msgid "Choose an icon theme :"
+msgstr ""
+
+#: ../data/messages:623
+msgid ""
+"Any format allowed; leave this field empty if you don't want to use an image "
+"as background."
+msgstr ""
+
+#: ../data/messages:625
+msgid "Image filename to use as a background for icons :"
+msgstr ""
+
+#: ../data/messages:627
+msgid "Zoom effect"
+msgstr ""
+
+#: ../data/messages:629
+msgid ""
+"set to 1 if you don't want the icons to zoom when you hover over them."
+msgstr ""
+
+#: ../data/messages:631
+msgid "Maximum zoom of the icons :"
+msgstr ""
+
+#: ../data/messages:633
+msgid ""
+"in pixels. Outside of this space (centered on the mouse), there is no zoom."
+msgstr ""
+
+#: ../data/messages:635
+msgid "Width of the space in which the zoom will be effective :"
+msgstr ""
+
+#: ../data/messages:639
+msgid "Space between icons :"
+msgstr ""
+
+#: ../data/messages:641
+msgid "Reflections"
+msgstr ""
+
+#: ../data/messages:643
+msgid ""
+"It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
+"reflections are not used."
+msgstr ""
+
+#: ../data/messages:645
+msgid "Reflective power of the plane :"
+msgstr ""
+
+#: ../data/messages:647
+msgid "light"
+msgstr ""
+
+#: ../data/messages:649
+msgid "strong"
+msgstr ""
+
+#: ../data/messages:651
+msgid ""
+"In percent of the icon's size. This parameter influence the total height of "
+"the dock."
+msgstr ""
+
+#: ../data/messages:653
+msgid "Height of the reflection:"
+msgstr ""
+
+#: ../data/messages:655
+msgid "small"
+msgstr ""
+
+#: ../data/messages:657
+msgid "tall"
+msgstr ""
+
+#: ../data/messages:659
+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:661
+msgid "Icons' transparency at rest :"
+msgstr ""
+
+#: ../data/messages:667
+msgid "Icons size"
+msgstr ""
+
+#: ../data/messages:669
+msgid "Launcher's size at rest (width x height) :"
+msgstr ""
+
+#: ../data/messages:671
+msgid "Application's size at rest (width x height) :"
+msgstr ""
+
+#: ../data/messages:673
+msgid "Applet's size at rest (width x height) :"
+msgstr ""
+
+#: ../data/messages:675
+msgid "Configure icons' animations."
+msgstr ""
+
+#: ../data/messages:677
+msgid "Configure icons' special effects (requires OpenGL)."
+msgstr ""
+
+#: ../data/messages:679
+msgid ""
+"Configure icons' animations on appearing/disappearing (require OpenGL "
+"capacity)."
+msgstr ""
+
+#: ../data/messages:681
+msgid "Separators"
+msgstr ""
+
+#: ../data/messages:683
+msgid "Icon size at rest (width x height) :"
+msgstr ""
+
+#: ../data/messages:685
+msgid "Force separator's image size to stay constant?"
+msgstr ""
+
+#: ../data/messages:687
+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:689
+msgid "How to draw the separators?"
+msgstr ""
+
+#: ../data/messages:691
+msgid "Use an image."
+msgstr ""
+
+#: ../data/messages:693
+msgid "Flat separator"
+msgstr ""
+
+#: ../data/messages:695
+msgid "Physical separator"
+msgstr ""
+
+#: ../data/messages:697
+msgid "If you don't provide one, blanks will be used."
+msgstr ""
+
+#: ../data/messages:699
+msgid "Filename of an image to use for separators :"
+msgstr ""
+
+#: ../data/messages:701
+msgid ""
+"Make the separator's image revolve when dock is on top/on the left/on the "
+"right?"
+msgstr ""
+
+#: ../data/messages:703
+msgid "Colour of flat separators :"
+msgstr ""
+
+#: ../data/messages:705
+msgid "Icons order"
+msgstr ""
+
+#: ../data/messages:707
+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:711 ../data/messages:809
+msgid "No"
+msgstr ""
+
+#: ../data/messages:713
+msgid "Separate applications from others"
+msgstr ""
+
+#: ../data/messages:715
+msgid "Separate applets from others"
+msgstr ""
+
+#: ../data/messages:717
+msgid "Separate all"
+msgstr ""
+
+#: ../data/messages:727
+msgid "Link the icons with a string"
+msgstr ""
+
+#: ../data/messages:729
+msgid "Linewidth of the string, in pixels (0 to not use string) :"
+msgstr ""
+
+#: ../data/messages:731
+msgid "Colour of the string (red, blue, green, alpha) :"
+msgstr ""
+
+#: ../data/messages:735
+msgid "Indicator of the active window"
+msgstr ""
+
+#: ../data/messages:737
+msgid "Type of indicator:"
+msgstr ""
+
+#: ../data/messages:741
+msgid "Frame"
+msgstr ""
+
+#: ../data/messages:743 ../data/messages:761 ../data/messages:799
+msgid "Image file:"
+msgstr ""
+
+#: ../data/messages:745
+msgid "Set transparency to 0 if you don't want to use an indicator."
+msgstr ""
+
+#: ../data/messages:747
+msgid "Colour of the frame :"
+msgstr ""
+
+#: ../data/messages:749
+msgid "Set 0 to fill the frame."
+msgstr ""
+
+#: ../data/messages:751
+msgid "Linewidth of the frame around the active window :"
+msgstr ""
+
+#: ../data/messages:753
+msgid "Corner radius of the frame around the active window :"
+msgstr ""
+
+#: ../data/messages:755 ../data/messages:787
+msgid "Draw indicator above the icon?"
+msgstr ""
+
+#: ../data/messages:757
+msgid "Indicator of active launcher"
+msgstr ""
+
+#: ../data/messages:759
+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:763
+msgid ""
+"The indicator is drawn on active launchers, but you may want to display it "
+"on applications too."
+msgstr ""
+
+#: ../data/messages:765
+msgid "Display an indicator on application icons too ?"
+msgstr ""
+
+#: ../data/messages:767
+msgid ""
+"Relatively to the icons' size. You can use this parameter to adjust the "
+"indicator's vertical position.\n"
+"If the indicator is linked to the icon, the offset will be upwards, "
+"otherwise downwards."
+msgstr ""
+
+#: ../data/messages:769
+msgid "Vertical offset :"
+msgstr ""
+
+#: ../data/messages:771
+msgid ""
+"If the indicator is linked to the icon, it will then be zoomed like the icon "
+"and the offset will be upwards.\n"
+"Otherwise it will be drawn directly on the dock and the offset will be "
+"downwards."
+msgstr ""
+
+#: ../data/messages:773
+msgid "Link the indicator with its icon?"
+msgstr ""
+
+#: ../data/messages:775
+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:777
+msgid "Indicator size ratio :"
+msgstr ""
+
+#: ../data/messages:781
+msgid "bigger"
+msgstr ""
+
+#: ../data/messages:783
+msgid ""
+"Use it to make the indicator follow the orientation of the dock "
+"(top/bottom/right/left)."
+msgstr ""
+
+#: ../data/messages:785
+msgid "Rotate the indicator with dock?"
+msgstr ""
+
+#: ../data/messages:789
+msgid "Indicator of grouped windows"
+msgstr ""
+
+#: ../data/messages:791
+msgid "How to show that several icons are grouped :"
+msgstr ""
+
+#: ../data/messages:793
+msgid "Draw an image"
+msgstr ""
+
+#: ../data/messages:795
+msgid "Draw the sub-dock's icons as a stack"
+msgstr ""
+
+#: ../data/messages:797
+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:801
+msgid "Zoom the indicator with its icon?"
+msgstr ""
+
+#: ../data/messages:803
+msgid "Labels"
+msgstr ""
+
+#: ../data/messages:805
+msgid "Label visibility"
+msgstr ""
+
+#: ../data/messages:807
+msgid "Show labels:"
+msgstr ""
+
+#: ../data/messages:811
+msgid "On pointed icon"
+msgstr ""
+
+#: ../data/messages:813
+msgid "On all icons"
+msgstr ""
+
+#: ../data/messages:815
+msgid ""
+"the bigger, the more the labels next to the selected icon will be "
+"transparent."
+msgstr ""
+
+#: ../data/messages:817
+msgid "label's visibility threshold :"
+msgstr ""
+
+#: ../data/messages:819
+msgid "Should the labels always be horizontal, even when dock is vertical?"
+msgstr ""
+
+#: ../data/messages:821
+msgid "Font"
+msgstr ""
+
+#: ../data/messages:825
+msgid "Use a custom font for labels?"
+msgstr ""
+
+#: ../data/messages:827
+msgid "Font used for labels :"
+msgstr ""
+
+#: ../data/messages:833
+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:835
+msgid "Colour of the label's background :"
+msgstr ""
+
+#: ../data/messages:837
+msgid "If false, only the quick-info will have this background color."
+msgstr ""
+
+#: ../data/messages:839
+msgid "Use background color for labels?"
+msgstr ""
+
+#: ../data/messages:841
+msgid "Margin around the text (in pixels) :"
+msgstr ""
+
+#: ../data/messages:843
+msgid "Colour"
+msgstr ""
+
+#: ../data/messages:845
+msgid "It's the first color of the gradation."
+msgstr ""
+
+#: ../data/messages:847
+msgid "Start color :"
+msgstr ""
+
+#: ../data/messages:849
+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:851
+msgid "Stop color :"
+msgstr ""
+
+#: ../data/messages:853
+msgid ""
+"If checked, the pattern will go from top to bottom, otherwise from left to "
+"right."
+msgstr ""
+
+#: ../data/messages:855
+msgid "Pattern should be vertical?"
+msgstr ""
+
+#: ../data/messages:859
+msgid "Yes, like that :-)"
+msgstr ""
+
+#: ../data/messages:861
+msgid ""
+"Note : many answers have an extra hint.\n"
+"To popup the hint, simply leave the mouse over the sentence for 1 second, a "
+"tooltip will appear."
+msgstr ""
+
+#: ../data/messages:863
+msgid "How do I re-order my icons?"
+msgstr ""
+
+#: ../data/messages:865
+msgid "Tip: you can even re-order icons of active applications."
+msgstr ""
+
+#: ../data/messages:867
+msgid "Simply drag with the mouse, and drop wherever you wish."
+msgstr ""
+
+#: ../data/messages:869
+msgid ""
+"How do I position applets and taskbar icons at the beginning of the dock?"
+msgstr ""
+
+#: ../data/messages:871
+msgid ""
+"Tip: you can also position applets amongst launchers, by ticking the box "
+"below."
+msgstr ""
+
+#: ../data/messages:873
+msgid ""
+"In the «icons» module, at the bottom, you can select icon order according to "
+"type (launcher/appli/applet)."
+msgstr ""
+
+#: ../data/messages:875 ../data/messages:883 ../data/messages:897
+#: ../data/messages:953
+msgid "Go to the «Icons» module."
+msgstr ""
+
+#: ../data/messages:877
+msgid "How do I change an icon image?"
+msgstr ""
+
+#: ../data/messages:879
+msgid ""
+"Tip: you can also edit a launcher's configuration directly and set a path "
+"for an image. If you do not enter a path, but simply the name of an image, "
+"do not give the extension (.svg, .png, etc.), so as to let the dock choose "
+"the best."
+msgstr ""
+
+#: ../data/messages:881
+msgid ""
+"In the “Icons” module, you can choose an <b>icon theme</b>. Just choose a "
+"theme, and apply.\n"
+"All the themes installed on your system are listed, plus the 'Custom icons' "
+"theme, which represent the icons provided by the Cairo-Dock's theme;\n"
+" they are located in ~/.config/cairo-dock/current_theme/icons, and you can "
+"add personal icons there.\n"
+"If you choose nothing, the default icon theme of your system will be used."
+msgstr ""
+
+#: ../data/messages:885
+msgid "How do I remove many icons quickly?"
+msgstr ""
+
+#: ../data/messages:887
+msgid ""
+"Hint : if you delete an icon pointing to a sub-dock, you will be offered to "
+"either delete the sub-dock’s icons or to move them in the main dock."
+msgstr ""
+
+#: ../data/messages:889
+msgid ""
+"Just drag and drop them out of the dock, they will disappear in an explosion "
+"!"
+msgstr ""
+
+#: ../data/messages:891
+msgid "How can I resize my icons?"
+msgstr ""
+
+#: ../data/messages:893
+msgid ""
+"Hint : You can define the size of each applet independently, to any size "
+"smaller or equal to the default size. Set it to 0x0 to use the default size."
+msgstr ""
+
+#: ../data/messages:895
+msgid ""
+"In the 'Icons' modules, you can setup the default size of your icons by type "
+": launchers, apps, applets and separators.\n"
+"You can also setup the zoom factor."
+msgstr ""
+
+#: ../data/messages:899
+msgid ""
+"I want to see a preview of opened applications by moving my cursor over its "
+"icon"
+msgstr ""
+
+#: ../data/messages:901 ../data/messages:1029 ../data/messages:1161
+#: ../data/messages:1225 ../data/messages:1263 ../data/messages:1305
+#: ../data/messages:1309 ../data/messages:1315 ../data/messages:1319
+#: ../data/messages:1323 ../data/messages:1327
+msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
+msgstr ""
+
+#: ../data/messages:903 ../data/messages:1031
+msgid "If you're using Compiz, you can click on this button:"
+msgstr ""
+
+#: ../data/messages:905
+msgid "Dock"
+msgstr ""
+
+#: ../data/messages:907
+msgid "How do I position my dock on the screen?"
+msgstr ""
+
+#: ../data/messages:909
+msgid ""
+"Tip: If you have multiple screens managed by Xinerama, you can tick the "
+"option «Use Xinerama», and choose the screen where you wish your dock to be "
+"positioned."
+msgstr ""
+
+#: ../data/messages:911
+msgid ""
+"Everything is in the «Position» module. You can choose to position it on the "
+"bottom, top, left or right side of your screen.\n"
+"Moreover, you can also position it at the beginning, centre or end of the "
+"screen border."
+msgstr ""
+
+#: ../data/messages:913 ../data/messages:921
+msgid "Go to the «Position» module."
+msgstr ""
+
+#: ../data/messages:915
+msgid "How do I adjust the position of the dock above the Gnome-panel?"
+msgstr ""
+
+#: ../data/messages:917
+msgid ""
+"Tip: you can also simply drag your dock with the mouse by pressing the ALT "
+"key at the same time."
+msgstr ""
+
+#: ../data/messages:919
+msgid "In the «Position» module, you can add an offset to the screen border."
+msgstr ""
+
+#: ../data/messages:923
+msgid "The dock is hidden by the Gnome-panel"
+msgstr ""
+
+#: ../data/messages:925
+msgid ""
+"This is normal, because they are both «docks».\n"
+" You can either move the dock out of the panel, or launch it wih the

Follow ups