← Back to team overview

cairo-dock-team team mailing list archive

[Merge] lp:~cairo-dock-team/cairo-dock-core/ubuntu into lp:ubuntu/cairo-dock

 

Didier Roche has proposed merging lp:~cairo-dock-team/cairo-dock-core/ubuntu into lp:ubuntu/cairo-dock.

Requested reviews:
  Cairo-Dock Team (cairo-dock-team)
Related bugs:
  #518453 dock appears under all windows after a full screen app is run
  https://bugs.launchpad.net/bugs/518453
  #521167 Cairo-dock crashes by theme changing
  https://bugs.launchpad.net/bugs/521167
  #521369 Separator not removed when closing grouped windows
  https://bugs.launchpad.net/bugs/521369
  #521534 Please update cairo-dock to 2.1.3-3 version
  https://bugs.launchpad.net/bugs/521534
  #521762 Misspelled and badly worded messages
  https://bugs.launchpad.net/bugs/521762
  #526466 Icons are being stacked
  https://bugs.launchpad.net/bugs/526466
  #526664 cairo-dock random crash, no self-restart
  https://bugs.launchpad.net/bugs/526664
  #535083 ugly notifications with dialog boxes
  https://bugs.launchpad.net/bugs/535083
  #568083 Please update Cairo-Dock to v2.1.3-10
  https://bugs.launchpad.net/bugs/568083
  #611733 icon labels go off-screen
  https://bugs.launchpad.net/bugs/611733
  #612355 Add option in config file to set GL/Cairo mode
  https://bugs.launchpad.net/bugs/612355
  #612617 Add custom launchers or sub-docks, can't modify name.
  https://bugs.launchpad.net/bugs/612617
  #614624 Please update cairo-dock to 2.2.0 version
  https://bugs.launchpad.net/bugs/614624
  #614686 create new sud-dock icon that looking like flat.
  https://bugs.launchpad.net/bugs/614686
  #618336 all button tips visible if icons  'maximum zoom' set to 1.0
  https://bugs.launchpad.net/bugs/618336
  #632055 Please update cairo-dock to the latest 2.2.0 version  
  https://bugs.launchpad.net/bugs/632055
  #638527 Please update cairo-dock to the final 2.2.0 version  
  https://bugs.launchpad.net/bugs/638527

-- 
The attached diff has been truncated due to its size.
https://code.launchpad.net/~cairo-dock-team/cairo-dock-core/ubuntu/+merge/36277
Your team Cairo-Dock Team is requested to review the proposed merge of lp:~cairo-dock-team/cairo-dock-core/ubuntu into lp:ubuntu/cairo-dock.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2010-09-07 00:38:36 +0000
+++ CMakeLists.txt	2010-09-22 10:39:45 +0000
@@ -10,7 +10,7 @@
 ########### project ###############
 
 project ("cairo-dock")
-set (VERSION "2.2.0-0rc1")
+set (VERSION "2.2.0-2")
 
 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$;/scripts/;/doc/;/misc/;en_GB.po$;~$;${CPACK_SOURCE_IGNORE_FILES}")
 include (CPack)
 
 add_custom_target( dist
@@ -51,10 +51,8 @@
 set (pkgdatadir ${datadir}/cairo-dock)
 set (mandir ${datadir}/man)
 
-if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND "${LIB_SUFFIX}" STREQUAL "" AND "${FORCE_NOT_LIB64}" STREQUAL "" )
+if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT "${FORCE_LIB64}" STREQUAL "")  # 64bits and force install in lib64
 	set (libdir ${prefix}/lib64)
-elseif( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT "${FORCE_NOT_LIB64}" STREQUAL "" )
-	set (libdir ${prefix}/lib${LIB_SUFFIX})
 else()
 	set (libdir ${prefix}/lib${LIB_SUFFIX})
 endif()

=== modified file 'INSTALL' (properties changed: +x to -x)
=== modified file 'LGPL-2' (properties changed: +x to -x)
=== modified file 'cairo-dock.pc.in' (properties changed: +x to -x)
=== modified file 'config.h.cmake.in'
--- config.h.cmake.in	2010-08-07 01:28:23 +0000
+++ config.h.cmake.in	2010-09-22 10:39:45 +0000
@@ -34,10 +34,11 @@
 
 #define CAIRO_DOCK_GETTEXT_PACKAGE "@CAIRO_DOCK_GETTEXT_PACKAGE@"
 #define GLDI_VERSION "@VERSION@"
-#define CAIRO_DOCK_SHARE_DATA_DIR "@CAIRO_DOCK_SHARE_DATA_DIR@"
+#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@"

=== modified file 'copyright'
--- copyright	2010-09-07 00:38:36 +0000
+++ copyright	2010-09-22 10:39:45 +0000
@@ -35,7 +35,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- *
+ * 
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -54,10 +54,10 @@
 Licence: GPL 3+
 
 Files: data/default-theme/ data/man/
-Copyright: Matthieu Baerts
+Copyright: Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>
 Licence: LGPL
 
-Files: 	debian/*
+Files:  debian/*
 Copyright: Copyright (C) Julien Lavergne <julien.lavergne@xxxxxxxxx>
 Licence: GPL 2+ (See /usr/share/common-licenses/GPL-2 for complete licence)
 Updated by Matthieu Baerts for new releases.

=== modified file 'data/CMakeLists.txt'
--- data/CMakeLists.txt	2010-09-07 00:38:36 +0000
+++ data/CMakeLists.txt	2010-09-22 10:39:45 +0000
@@ -14,18 +14,24 @@
 	depth-rotate-desklet.svg
 	cairo-dock-ok.svg
 	cairo-dock-cancel.svg
-	# appli
+	hand.svg
+	default-class-indicator.svg
+	default-icon-appli.svg
+	default-icon.svg
+	default-indicator.png
+	launcher.desktop
+	container.desktop
+	separator.desktop
+	# implementations
+	preview-default.png
+	readme-default-view
 	box-back.png
 	box-front.png
+	# appli
 	cairo-dock-animated.xpm
 	cairo-dock-logo.png
 	cairo-dock.svg
 	ChangeLog.txt
-	default-class-indicator.svg
-	default-icon-appli.svg
-	default-icon.svg
-	default-indicator.png
-	hand.svg
 	icon-accessories.svg
 	icon-all.svg
 	icon-appearance.svg
@@ -64,25 +70,24 @@
 	icon-views.svg
 	icon-visibility.svg
 	icon-wave.png
-	launcher.desktop
-	container.desktop
-	separator.desktop
-	preview-default.png
-	readme-default-view
 	DESTINATION ${pkgdatadir})
 
+# appli
 install (FILES help_scripts.sh
 	DESTINATION ${pkgdatadir}
 	PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
 
 install (FILES
+	# lib
+	${CMAKE_CURRENT_BINARY_DIR}/main-dock.conf
 	${CMAKE_CURRENT_BINARY_DIR}/cairo-dock.conf
+	# appli
 	${CMAKE_CURRENT_BINARY_DIR}/cairo-dock-simple.conf
 	${CMAKE_CURRENT_BINARY_DIR}/themes.conf
-	${CMAKE_CURRENT_BINARY_DIR}/main-dock.conf
 	${CMAKE_CURRENT_BINARY_DIR}/help.conf
 	DESTINATION ${pkgdatadir})
 
+# appli
 install (FILES
 	cairo-dock.svg
 	DESTINATION ${datadir}/pixmaps)

=== modified file 'data/ChangeLog.txt' (properties changed: +x to -x)
=== modified file 'data/cairo-dock-animated.xpm' (properties changed: +x to -x)
=== modified file 'data/cairo-dock-cairo.desktop'
--- data/cairo-dock-cairo.desktop	2010-08-07 01:28:23 +0000
+++ data/cairo-dock-cairo.desktop	2010-09-22 10:39:45 +0000
@@ -1,14 +1,18 @@
+
 [Desktop Entry]
 Encoding=UTF-8
 Type=Application
 Exec=cairo-dock -c
 Icon=cairo-dock.svg
 Terminal=false
-Comment=a light and eye-candy dock and desklets for your desktop.
+
+Comment=A light and eye-candy dock and desklets for your desktop.
+Comment[fr]=Un dock et des desklets légers et sexy pour votre bureau.
 
 Name=Cairo-Dock (no OpenGL)
 Name[fr]=Cairo-Dock (sans OpenGL)
 
 GenericName=Multi-purpose Dock and Desklets
 GenericName[fr]=Dock et Desklets multi-usage
+
 Categories=System;

=== modified file 'data/cairo-dock.desktop'
--- data/cairo-dock.desktop	2010-08-07 01:28:23 +0000
+++ data/cairo-dock.desktop	2010-09-22 10:39:45 +0000
@@ -1,14 +1,61 @@
+
 [Desktop Entry]
 Encoding=UTF-8
 Type=Application
 Exec=cairo-dock -o
 Icon=cairo-dock.svg
 Terminal=false
+
 Comment=Cairo-Dock with OpenGL (hardware acceleration)
+Comment[be]=Cairo-Dock з OpenGL (апаратнае паскарэньне)
+Comment[ca]=Cairo-Dock amb OpenGL (acceleració per maquinari)
+Comment[cs]=Cairo-Dock s OpenGL (hardwarová akcelerace)
+Comment[de]=Cairo-Dock (benutzt OpenGL zur Hardwarebeschleunigung)
+Comment[el]=Cairo-Dock με OpenGL (επιτάχυνση υλικού)
+Comment[es]=Cairo-Dock con OpenGL (aceleración de hardware)
+Comment[fi]=Cairo-Dockin OpenGL-versio (laitteistokiihdytys käytössä)
+Comment[fr]=Cairo-Dock avec OpenGL (accélération matérielle)
+Comment[hu]=Cairo-Dock OpenGL-lel (hardveres gyorsítás)
+Comment[it]=Cairo-Dock con OpenGL (accelerazione hardware)
+Comment[ja]=OpenGL版 Cairo-Dock (ハードウェア・アクセラレーション)
+Comment[nb]=Cairo-Dock med OpenGL (maskinvareakselerasjon)
+Comment[nl]=Cairo-Dock met OpenGL (hardwareversnelling)
+Comment[oc]=Cairo-Dock amb OpenGL (acceleracion materiala)
+Comment[pt]=Cairo-Dock com OpenGL (aceleração por hardware)
+Comment[pt_BR]=Cairo-Dock com OpenGL (aceleração de hardware)
+Comment[ru]=Cairo-Dock с OpenGL (аппаратное ускорение)
+Comment[sv]=Cairo-Dock med OpenGL (hårdvaruacceleration)
+Comment[tr]=OpenGL etkin Cairo-Dock (donanım hızlandırması)
+Comment[uk]=Cairo-Dock з OpenGL (hardware acceleration)
+Comment[zh_CN]=使用了 OpenGL(硬件加速) 的 Cario-Dock
+Comment[zh_TW]=使用 OpenGL (硬體加速) 之 Cairo-Dock
 
 Name=GLX-Dock (Cairo-Dock with OpenGL)
+Name[be]=GLX-Dock (панэль Cairo з OpenGL)
+Name[ca]=GLX-Dock (Cairo-Dock amb OpenGL)
+Name[cs]=GLX-Dock (Cairo-Dock s OpenGL)
+Name[de]=GLX-Dock (Cairo-Dock mit OpenGL)
+Name[el]=GLX-Dock (Cairo-Dock με OpenGL)
+Name[es]=GLX-Dock (Cairo-Dock con OpenGL)
+Name[fi]=GLX-Dock (OpenGL-grafiikoita käyttävä Cairo-Dock)
 Name[fr]=GLX-Dock (Cairo-Dock avec OpenGL)
+Name[hu]=GLX-Dock (Cairo-Dock OpenGL-lel)
+Name[it]=GLX-Dock (Cairo-Dock con OpenGL)
+Name[ja]=GLX-Dock (OpenGL版 Cairo-Dock)
+Name[nb]=GLX-Dock (Cairo-Dock med OpenGL)
+Name[nl]=GLX-Dock (Cairo-Dock met OpenGL)
+Name[oc]=GLX-Dock (Cairo-Dock amb OpenGL)
+Name[pt]=GLX-Dock (Cairo-Dock em OpenGL)
+Name[pt_BR]=GLX-Dock (Cairo-Dock com OpenGL)
+Name[ru]=GLX-Dock (панель Cairo с OpenGL)
+Name[sv]=GLX-Dock (Cairo-Dock med OpenGL)
+Name[tr]=GLX-Dock (OpenGL ile Cairo-Dock)
+Name[uk]=GLX-Dock (Cairo-Dock з OpenGL)
+Name[vi]=GLX-Dock (Thanh neo Cairo vá»›i OpenGL)
+Name[zh_CN]=GLX-Dock (使用 OpenGL 的 Cairo-Dock)
+Name[zh_TW]=GLX-Dock (使用 OpenGL 的 Cairo-Dock)
 
 GenericName=Multi-purpose Dock and Desklets
 GenericName[fr]=Dock et Desklets multi-usage
+
 Categories=System;

=== modified file 'data/cairo-dock.svg' (properties changed: +x to -x)
=== modified file 'data/default-indicator.png' (properties changed: +x to -x)
=== modified file 'data/default-theme/indicator.png' (properties changed: +x to -x)
=== modified file 'data/default-theme/launchers/01container.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01empathy.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01f-spot.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01firefox.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01gcalctool.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01gimp.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01gnome-terminal.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01inkscape.desktop' (properties changed: -x to +x)
=== modified file 'data/emblems/broken.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/charge.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/drop.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/error.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/locked.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/pause.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/play.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/stop.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/warning.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/background.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery0.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery1.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery2.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery3.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery4.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery5.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery6.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery7.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/foreground.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/readme' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/theme.xml' (properties changed: +x to -x)
=== modified file 'data/gauges/turbo-night-fuel/background.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/turbo-night-fuel/foreground.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/turbo-night-fuel/needle.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/turbo-night-fuel/readme' (properties changed: +x to -x)
=== modified file 'data/gauges/turbo-night-fuel/theme.xml' (properties changed: +x to -x)
=== modified file 'data/hand.svg' (properties changed: +x to -x)
=== modified file 'data/help_scripts.sh' (properties changed: -x to +x)
=== modified file 'data/icon-bubble.png' (properties changed: +x to -x)
=== modified file 'data/icon-frame.png' (properties changed: +x to -x)
=== modified file 'data/icon-movment.png' (properties changed: +x to -x)
=== modified file 'data/icon-subdock.png' (properties changed: +x to -x)
=== modified file 'data/icon-wave.png' (properties changed: +x to -x)
=== modified file 'data/main-dock.conf.in' (properties changed: +x to -x)
=== modified file 'data/man/CMakeLists.txt' (properties changed: -x to +x)
=== modified file 'data/man/cairo-dock_en.1.gz' (properties changed: -x to +x)
=== removed file 'data/messages'
--- data/messages	2010-08-07 01:28:23 +0000
+++ data/messages	1970-01-01 00:00:00 +0000
@@ -1,1604 +0,0 @@
-_("Behavior")
-
-_("Position on the screen")
-
-_("Choose which border of the screen the dock will be placed on:")
-
-_("bottom")
-
-_("top")
-
-_("right")
-
-_("left")
-
-_("Visibility of the main dock")
-
-_("Modes are sorted from the most intrusive to the less intrusive.\nWhen the dock is hidden or below a window, place the mouse on the screen's border to call it back.\nWhen 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.")
-
-_("Visibility:")
-
-_("Always on top")
-
-_("Reserve space for the dock")
-
-_("Keep the dock below")
-
-_("Hide the dock when it overlaps the current window")
-
-_("Hide the dock whenever it overlaps any window")
-
-_("Keep the dock hidden")
-
-_("Pop-up on shortcut")
-
-_("Effect used to hide the dock:")
-
-_("Move down")
-
-_("Fade out")
-
-_("Semi transparent")
-
-_("Zoom out")
-
-_("Folding")
-
-_("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.")
-
-_("Keyboard shortcut to pop-up the dock:")
-
-_("Visibility of sub-docks")
-
-_("they will appear either when you click or when you linger over the icon pointing on it.")
-
-_("Visibility:")
-
-_("Appear on mouse over")
-
-_("Appear on click")
-
-_("Taskbar")
-
-_("None     : Don't show opened windows in the dock.\nMacOSX   : Mix applications with its launcher, show other windows only if they are minimized.\nKDE : Mix applications with its launcher, show all others windows and group windows togather in sub-dock.\nGnome    : Separate the taskbar from the launchers and only show windows that are on the current desktop.")
-
-_("Behaviour of the Taskbar:")
-
-_("None")
-
-_("MacOSX")
-
-_("KDE")
-
-_("Gnome")
-
-_("Icons' animations and effects")
-
-_("On mouse hover:")
-
-_("On click:")
-
-_("On appearance/disappearance:")
-
-_("Appearance")
-
-_("Icons")
-
-_("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.")
-
-_("Choose a theme of icons :")
-
-_("Icons size:")
-
-_("Very small")
-
-_("Small")
-
-_("Medium")
-
-_("Big")
-
-_("Very Big")
-
-_("This will separate launchers, application, and applets from each others. Separators will be automatically inserted then.")
-
-_("Separate the different types of icons?")
-
-_("Order of the different types of icons :")
-
-_("launchers")
-
-_("applications")
-
-_("applets")
-
-_("Views")
-
-_("Choose the default view for main docks :")
-
-_("You can overwrite this parameter for each sub-dock.")
-
-_("Choose the default view for sub-docks :")
-
-_("Add-ons")
-
-_("Applets")
-
-_("Select a line to get a preview and a description of the applet.\nClick on the left check-box to (de)activate an applet.\nOnce an applet is active, you can configure it by right clicking on its icon.")
-
-_("Add or remove any applet :")
-
-_("Themes")
-
-_("Choose one of the available themes:")
-
-_("Options")
-
-_("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 the new theme's launchers?")
-
-_("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 the new theme's behaviour?")
-
-_("Position")
-
-_("Position on the screen")
-
-_("Choose which border of the screen the dock will be placed on:")
-
-_("bottom")
-
-_("top")
-
-_("right")
-
-_("left")
-
-_("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.")
-
-_("Relative alignment:")
-
-_("left")
-
-_("right")
-
-_("Offset from the screen's edge")
-
-_("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.")
-
-_("Lateral offset:")
-
-_("in pixels. You can also move the dock by holding the ALT or CTRL key and the left mouse button.")
-
-_("Distance to the screen edge:")
-
-_("Multiple screens")
-
-_("This option is to use if you have a dual-screen and use Xinerama to manage them.")
-
-_("Use Xinerama?")
-
-_("0 is the first screen.")
-
-_("Number of the screen where the dock should be located:")
-
-_("Accessibility")
-
-_("Visibility of the main dock")
-
-_("Modes are sorted from the most intrusive to the less intrusive.\nWhen the dock is hidden or below a window, place the mouse on the screen's border to call it back.\nWhen 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.")
-
-_("Visibility:")
-
-_("Always on top")
-
-_("Reserve space for the dock")
-
-_("Keep the dock below")
-
-_("Hide the dock when it overlaps the current window")
-
-_("Hide the dock whenever it overlaps any window")
-
-_("Keep the dock hidden")
-
-_("Pop-up on shortcut")
-
-_("Effect used to hide the dock:")
-
-_("Move down")
-
-_("Fade out")
-
-_("Semi transparent")
-
-_("Zoom out")
-
-_("Folding")
-
-_("in ms. 0 means no delay.")
-
-_("Delay before the dock unhides itself:")
-
-_("How to call the dock back:")
-
-_("Hit the screen's border")
-
-_("Hit where the dock is")
-
-_("Hit the screen's corner")
-
-_("Hit a zone")
-
-_("Size of the zone :")
-
-_("Image to display on the zone :")
-
-_("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.")
-
-_("Keyboard shortcut to pop-up the dock:")
-
-_("Additional parameters")
-
-_("Stretch the dock to always fill the screen")
-
-_("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).")
-
-_("Automatically hide the dock when a window becomes full screen?")
-
-_("Sub-docks' visibility")
-
-_("they will appear either when you click or when you linger over the icon pointing on it.")
-
-_("Visibility:")
-
-_("Appear on mouse over")
-
-_("Appear on click")
-
-_("in ms.")
-
-_("Delay before displaying a sub-dock:")
-
-_("in ms.")
-
-_("Delay before leaving a sub-dock takes effect:")
-
-_("TaskBar")
-
-_("Behaviour")
-
-_("Cairo-Dock will then act as your taskbar. It is recommended to remove any other taskbars.")
-
-_("Show currently opened applications in the dock?")
-
-_("Only show icons whose windows are minimised")
-
-_("Only show applications on current desktop")
-
-_("Allows launchers to act as applications when their programs are running and displays a marker on icons to indicate this. You can launch other occurences of the program with SHIFT+click.")
-
-_("Mix launchers and applications")
-
-_("This allows you to group all the windows of a given application into a unique sub-dock, and to act on all of the windows at the same time.")
-
-_("Group windows from the same application in a sub-dock ?")
-
-_("Enter the class of the applications, separated by a semi-colon ';'")
-
-_("\t\tExcept the following classes:")
-
-_("Representation")
-
-_("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.")
-
-_("Overwrite the X icon with the launchers' icon?")
-
-_("Enter the class of the applications, separated by a semi-colon ';'")
-
-_("\t\tExcept the following classes:")
-
-_("A composite manager is required to display the thumbnail.\nOpenGL is required to draw the icon bent backwards.")
-
-_("How to draw minimised windows ?")
-
-_("Make the icon transparent")
-
-_("Show a window's thumbnail")
-
-_("Draw it bent backwards")
-
-_("Transparency of icons whose window is minimised:")
-
-_("Opaque")
-
-_("Transparent")
-
-_("Play a short animation of the icon when its window becomes active")
-
-_("\"...\" will be added at the end if the name is too long.")
-
-_("Maximum number of caracters in application name:")
-
-_("Interaction")
-
-_("This is the default behaviour of most taskbars.")
-
-_("Minimise the window when its icon is clicked, if it was already the active window ?")
-
-_("In the style of Firefox tabs")
-
-_("Middle-clicking on an icon closes the related application")
-
-_("Highlight applications requiring your attention with a dialog bubble")
-
-_("in seconds")
-
-_("Duration of the dialog:")
-
-_("It will notify you even if, for instance, you are watching a movie in full screen or you are on another desktop.\n")
-
-_("Force the following applications to demand your attention")
-
-_("Highlight applications demanding your attention with an animation")
-
-_("System")
-
-_("Animations speed")
-
-_("Animate sub-docks when they appear")
-
-_("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.")
-
-_("Animation unfolding duration:")
-
-_("fast")
-
-_("slow")
-
-_("The more there are, the slower it will be")
-
-_("Number of steps in the zoom animation (grow/shrink):")
-
-_("fast")
-
-_("slow")
-
-_("fast")
-
-_("slow")
-
-_("The more there are, the slower it will be")
-
-_("Number of steps in the auto-hide animation (move up/move down):")
-
-_("fast")
-
-_("slow")
-
-_("fast")
-
-_("slow")
-
-_("Refresh rate")
-
-_("in Hz. This is to adjust behaviour relative to your CPU power.")
-
-_("Refresh rate when mouving cursor into the dock :")
-
-_("in Hz. This is to adjust behaviour relative to your CPU power.")
-
-_("Animation frequency for the OpenGL backend :")
-
-_("in Hz. This is to adjust behaviour relative to your CPU power.")
-
-_("Animation frequency for the Cairo backend :")
-
-_("The transparency gradation pattern will then be re-calculated in real time. May need more CPU power.")
-
-_("Reflections should be calculated in real-time?")
-
-_("Label readability")
-
-_("Should the labels always be horizontal, even when dock is vertical?")
-
-_("the bigger, the more the labels next to the selected icon will be transparent.")
-
-_("label's visibility threshold :")
-
-_("Configure labels appearence.")
-
-_("Composition")
-
-_("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.")
-
-_("Emulate composition with fake transparency?")
-
-_("You need to re-open the panel. It is deactivated by default on KDE.")
-
-_("Make the config panel transparent?")
-
-_("Connection to the themes' server")
-
-_("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.")
-
-_("Connection timeout to the themes' server :")
-
-_("Maximum time in seconds that you allow the whole operation to last. Some themes can be up to a few MB.")
-
-_("Maximum time to download a theme:")
-
-_("Use this option if you connect to the Internet through a proxy.")
-
-_("Are you behind a proxy ?")
-
-_("Proxy name :")
-
-_("Port :")
-
-_("Let empty if you don't need to log-in to the proxy with a user/password.")
-
-_("User :")
-
-_("Let empty if you don't need to log-in to the proxy with a user/password.")
-
-_("Password :")
-
-_("Background")
-
-_("Fill the background with:")
-
-_("Image")
-
-_("Colour gradation")
-
-_("Use a background image.")
-
-_("Image")
-
-_("Any format allowed; if empty, the colour gradation will be used as a fall back.")
-
-_("Image filename to use as a background :")
-
-_("Image's transparency :")
-
-_("Transparent")
-
-_("Opaque")
-
-_("Repeat image as a pattern to fill background?")
-
-_("Use a colour gradation.")
-
-_("Colour gradation")
-
-_("Bright colour:")
-
-_("Dark colour:")
-
-_("In degrees, in relation to the vertical")
-
-_("Angle of the gradation :")
-
-_("If not nul, it will form stripes.")
-
-_("Repeat the gradation this number of times:")
-
-_("Percentage of the bright colour:")
-
-_("External Frame")
-
-_("in pixels.")
-
-_("Corner radius :")
-
-_("in pixels.")
-
-_("Linewidth of the external line :")
-
-_("Colour of the external line:")
-
-_("in pixels.")
-
-_("Margin between the frame and the icons or their reflects :")
-
-_("Are the bottom left and right corners rounded?")
-
-_("Views")
-
-_("Main Dock")
-
-_("Choose the default view for main docks :")
-
-_("Sub-Docks")
-
-_("You can overwrite this parameter for each sub-dock.")
-
-_("Choose the default view for sub-docks :")
-
-_("You can specify a ratio for the size of the sub-docks' icons, in relation to the main docks' icons size")
-
-_("Ratio for the size of the sub-docks' icons :")
-
-_("smaller")
-
-_("same size")
-
-_("Dialogs")
-
-_("Bubble")
-
-_("Background colour of the bubble:")
-
-_("Shape of the bubble:")
-
-_("Text")
-
-_("Otherwise the default's system one will be used.")
-
-_("Use a custom font for the text?")
-
-_("Text font:")
-
-_("Draw the outline of the text?")
-
-_("Text color:")
-
-_("Buttons")
-
-_("in pixels.")
-
-_("Size of buttons in the info-bubbles (width x height) :")
-
-_("If you don't provide any, a default image will be used.")
-
-_("Name of an image to use for the yes/ok button :")
-
-_("If you don't provide any, a default image will be used.")
-
-_("Name of an image to use for the no/cancel button :")
-
-_("Size of the icon displayed next to the text :")
-
-_("Desklets")
-
-_("Decorations")
-
-_("This can be customized for each desklet separately.\nChoose 'Custom decoration' to define your own decorations below")
-
-_("Choose a default decoration for all desklets :")
-
-_("It's an image that will be displayed below the drawings, like a frame for example. Leave empty to not use any.")
-
-_("Background image :")
-
-_("Background transparency :")
-
-_("Transparent")
-
-_("Opaque")
-
-_("in pixels. Use this to adjust the left position of the drawings.")
-
-_("Left offset :")
-
-_("in pixels. Use this to adjust the top position of the drawings.")
-
-_("Top offset :")
-
-_("in pixels. Use this to adjust the right position of the drawings.")
-
-_("Right offset :")
-
-_("in pixels. Use this to adjust the bottom position of the drawings.")
-
-_("Bottom offset :")
-
-_("It's an image that will be displayed above the drawings, like a reflection for example. Leave empty to not use any.")
-
-_("Foreground image :")
-
-_("Foreground tansparency :")
-
-_("Transparent")
-
-_("Opaque")
-
-_("Buttons")
-
-_("Buttons size :")
-
-_("If you don't provide any, a default image will be used.")
-
-_("Name of an image to use for the 'rotate' button :")
-
-_("If you don't provide any, a default image will be used.")
-
-_("Name of an image to use for the 'reattach' button :")
-
-_("If you don't provide any, a default image will be used.")
-
-_("Name of an image to use for the 'depth rotate' button :")
-
-_("If you don't provide any, a default image will be used.")
-
-_("Name of an image to use for the 'rotate' button :")
-
-_("Icons")
-
-_("Icons' themes")
-
-_("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.")
-
-_("Choose an icon theme :")
-
-_("Any format allowed; leave this field empty if you don't want to use an image as background.")
-
-_("Image filename to use as a background for icons :")
-
-_("Zoom effect")
-
-_("set to 1 if you don't want the icons to zoom when you hover over them.")
-
-_("Maximum zoom of the icons :")
-
-_("in pixels. Outside of this space (centered on the mouse), there is no zoom.")
-
-_("Width of the space in which the zoom will be effective :")
-
-_("in pixels.")
-
-_("Space between icons :")
-
-_("Reflections")
-
-_("It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 reflections are not used.")
-
-_("Reflective power of the plane :")
-
-_("light")
-
-_("strong")
-
-_("In percent of the icon's size. This parameter influence the total height of the dock.")
-
-_("Height of the reflection:")
-
-_("small")
-
-_("tall")
-
-_("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.")
-
-_("Icons' transparency at rest :")
-
-_("Transparent")
-
-_("Opaque")
-
-_("Icons size")
-
-_("Launcher's size at rest (width x height) :")
-
-_("Application's size at rest (width x height) :")
-
-_("Applet's size at rest (width x height) :")
-
-_("Configure icons' animations.")
-
-_("Configure icons' special effects (requires OpenGL).")
-
-_("Configure icons' animations on appearing/disappearing (require OpenGL capacity).")
-
-_("Separators")
-
-_("Icon size at rest (width x height) :")
-
-_("Force separator's image size to stay constant?")
-
-_("Only the default, 3D-plane and curve views support flat and physical separators. Flat separators are rendered differently according to the view.")
-
-_("How to draw the separators?")
-
-_("Use an image.")
-
-_("Flat separator")
-
-_("Physical separator")
-
-_("If you don't provide one, blanks will be used.")
-
-_("Filename of an image to use for separators :")
-
-_("Make the separator's image revolve when dock is on top/on the left/on the right?")
-
-_("Colour of flat separators :")
-
-_("Icons order")
-
-_("If you separate a type of icons, the icons of this type will be placed together, separated from the others by a separator.\nIf you don't separate the icons, you can place them wherever you want, and insert separators manually. Applications will then be placed next to their launcher if they have one, or after the last launcher.")
-
-_("Separate the different types of icons?")
-
-_("No")
-
-_("Separate applications from others")
-
-_("Separate applets from others")
-
-_("Separate all")
-
-_("Order of the different types of icons :")
-
-_("launchers")
-
-_("applications")
-
-_("applets")
-
-_("Link the icons with a string")
-
-_("Linewidth of the string, in pixels (0 to not use string) :")
-
-_("Colour of the string (red, blue, green, alpha) :")
-
-_("Indicators")
-
-_("Indicator of the active window")
-
-_("Type of indicator:")
-
-_("Image")
-
-_("Frame")
-
-_("Image file:")
-
-_("Set transparency to 0 if you don't want to use an indicator.")
-
-_("Colour of the frame :")
-
-_("Set 0 to fill the frame.")
-
-_("Linewidth of the frame around the active window :")
-
-_("Corner radius of the frame around the active window :")
-
-_("Draw indicator above the icon?")
-
-_("Indicator of active launcher")
-
-_("Indicators are drawn on launchers icons to show that they have already been launched. Leave blank to use the default one.")
-
-_("Image file:")
-
-_("The indicator is drawn on active launchers, but you may want to display it on applications too.")
-
-_("Display an indicator on application icons too ?")
-
-_("Relatively to the icons' size. You can use this parameter to adjust the indicator's vertical position.\nIf the indicator is linked to the icon, the offset will be upwards, otherwise downwards.")
-
-_("Vertical offset :")
-
-_("If the indicator is linked to the icon, it will then be zoomed like the icon and the offset will be upwards.\nOtherwise it will be drawn directly on the dock and the offset will be downwards.")
-
-_("Link the indicator with its icon?")
-
-_("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.")
-
-_("Indicator size ratio :")
-
-_("smaller")
-
-_("bigger")
-
-_("Use it to make the indicator follow the orientation of the dock (top/bottom/right/left).")
-
-_("Rotate the indicator with dock?")
-
-_("Draw indicator above the icon?")
-
-_("Indicator of grouped windows")
-
-_("How to show that several icons are grouped :")
-
-_("Draw an image")
-
-_("Draw the sub-dock's icons as a stack")
-
-_("It only makes sense if you chose to group the applis of the same class together. Leave blank to use the default one.")
-
-_("Image file:")
-
-_("Zoom the indicator with its icon?")
-
-_("Labels")
-
-_("Show labels:")
-
-_("No")
-
-_("On pointed icon")
-
-_("On all icons")
-
-_("Font")
-
-_("Otherwise the default's system one will be used.")
-
-_("Use a custom font for labels?")
-
-_("Font used for labels :")
-
-_("Draw the outline of the text?")
-
-_("Colour")
-
-_("It's the first color of the gradation.")
-
-_("Start color :")
-
-_("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.")
-
-_("Stop color :")
-
-_("If checked, the pattern will go from top to bottom, otherwise from left to right.")
-
-_("Pattern should be vertical?")
-
-_("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.")
-
-_("Colour of the label's background :")
-
-_("If false, only the quick-info will have this background color.")
-
-_("Use background color for labels?")
-
-_("Margin around the text (in pixels) :")
-
-_("Icons")
-
-_("Yes, like that :-)")
-
-_("Note : many answers have an extra hint.\nTo popup the hint, simply leave the mouse over the sentence for 1 second, a tooltip will appear.")
-
-_("How do I re-order my icons?")
-
-_("Tip: you can even re-order icons of active applications.")
-
-_("Simply drag with the mouse, and drop wherever you wish.")
-
-_("How do I position applets and taskbar icons at the beginning of the dock?")
-
-_("Tip: you can also position applets amongst launchers, by ticking the box below.")
-
-_("In the \302\253icons\302\273 module, at the bottom, you can select icon order according to type (launcher/appli/applet).")
-
-_("Go to the \302\253Icons\302\273 module.")
-
-_("How do I change an icon image?")
-
-_("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.")
-
-_("In the \342\200\234Icons\342\200\235 module, you can choose an <b>icon theme</b>. Just choose a theme, and apply.\nAll 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.\nIf you choose nothing, the default icon theme of your system will be used.")
-
-_("Go to the \302\253Icons\302\273 module.")
-
-_("How do I remove many icons quickly?")
-
-_("Hint : if you delete an icon pointing to a sub-dock, you will be offered to either delete the sub-dock\342\200\231s icons or to move them in the main dock.")
-
-_("Just drag and drop them out of the dock, they will disappear in an explosion !")
-
-_("How can I resize my icons?")
-
-_("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.")
-
-_("In the 'Icons' modules, you can setup the default size of your icons by type : launchers, apps, applets and separators.\nYou can also setup the zoom factor.")
-
-_("Go to the \302\253Icons\302\273 module.")
-
-_("I want to see a preview of opened applications by moving my cursor over its icon")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you're using Compiz, you can click on this button:")
-
-_("Dock")
-
-_("How do I position my dock on the screen?")
-
-_("Tip: If you have multiple screens managed by Xinerama, you can tick the option \302\253Use Xinerama\302\273, and choose the screen where you wish your dock to be positioned.")
-
-_("Everything is in the \302\253Position\302\273 module. You can choose to position it on the bottom, top, left or right side of your screen.\nMoreover, you can also position it at the beginning, centre or end of the screen border.")
-
-_("Go to the \302\253Position\302\273 module.")
-
-_("How do I adjust the position of the dock above the Gnome-panel?")
-
-_("Tip: you can also simply drag your dock with the mouse by pressing the ALT key at the same time.")
-
-_("In the \302\253Position\302\273 module, you can add an offset to the screen border.")
-
-_("Go to the \302\253Position\302\273 module.")
-
-_("The dock is hidden by the Gnome-panel")
-
-_("This is normal, because they are both \302\253docks\302\273.\n You can either move the dock out of the panel, or launch it wih the command \302\253cairo-dock --keep-above\302\273.\n But you can also (re)move the Gnome-Panel by doing a right click on it.")
-
-_("I don\342\200\231t want other windows covering the dock")
-
-_("Tip: You can even do that with desklets: making a desklet's panel !.")
-
-_("Just choose the corresponding option in the \342\200\234Accessibility\342\200\235 module.\nThis will reserve the space for the dock only.")
-
-_("Go to the \302\253Accessibility\302\273 module.")
-
-_("I don\342\200\231t want that the dock covers windows")
-
-_("Tip: You can choose to pop-up the dock only when the mouse hits the screen corner instead of the whole screen border.\nYou can also set-up the size of the trigger zone, and even set an image to it.")
-
-_("Two choices are available in the \342\200\234Accessibility\342\200\235 module:\n - either choose to \342\200\234keep the dock below other windows\342\200\235. The dock will then pop-up when you place the mouse on its screen border.\n - or choose the auto-hide. The dock will then hide itself and reappear when you enter the trigger zone.")
-
-_("Go to the \302\253Accessibility\302\273 module.")
-
-_("How can I add a separator?")
-
-_("Tip: if you choose to mix applets and launchers in the 'Icons' module, you can also place separators between applets then.")
-
-_("Simply right-click on the dock where you wish to add a separator and select \302\253add a separator\302\273.\nYou can position it wherever you wish (except in amongst taskbar icons) by dragging it with the mouse.")
-
-_("I don't want to have a separator between launchers , applications and applets.")
-
-_("In the \302\253Icons\302\273 module, in the \302\253separator\302\273 section, untick the box that says \302\253add automatic separators\302\273.")
-
-_("Go to the \302\253Icons\302\273 module.")
-
-_("How do I add a sub-dock?")
-
-_("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 applets as well, allowing you to group many applets in a sub-dock. You can also create new main docks this way.")
-
-_("Just right-click on the dock, then select \302\253Add a sub-dock\302\273. Fill the config panel with a name and image, then confirm.")
-
-_("How can I have many main docks?")
-
-_("Hint: you can then move icons inside this new dock by following the previous method and selecting the dock you've just created.\nTo place this new dock, right click on it, and in the Cairo-dock sub-menu choose \342\200\234configure this dock\342\200\235.")
-
-_("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.")
-
-_("How can I have a 3D dock?")
-
-_("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.")
-
-_("Any dock can be displayed with one view, and many views are available (3D, Curve, etc).\nThen, go to the \302\253Views\302\273 module, and choose the view you wish to use for main dock, and for sub-dock.")
-
-_("Go to the \302\253Views\302\273 module.")
-
-_("How can I change the background of my docks?")
-
-_("Hint : the Parabolic view doe not have a background, but the Slide and Rainbow views have their own background parameters.")
-
-_("In the 'Background' module, you can either choose an image, or a color gradation.\nIf you set an image, it will be used as the background, if you don't, the gradatoin will be used.")
-
-_("Go to the \302\253Background\302\273 module.")
-
-_("I find the dock too flashy, can it be more sober?")
-
-_("Hint : try different themes, some are already very sober, like Dust-Sand or Elementary.")
-
-_("Who can do more can do less ! You can for instance deactivate the \"Icon effects\" plug-in,\n or deactivate the effect on mouse hovering in \"Animated Icon\" plug-in.\nYou can also decrease the zoom effect or lower the icons' reflect in the \"Icon\" module,\n change the background colors in the \"Background\" module, or change the view to the \"default\" view in the \"Views\" module.\nIn brief, you can easily have something as much sober as a gnome-panel, but this would be a shame ! ^_^")
-
-_("Desklet")
-
-_("What are \302\253desklets\302\273?")
-
-_("Tip: to detach an applet, you can drag and drop its icon from the dock to the desktop")
-
-_("Desklets are widgets which are displayed on your desktop. Each applet can be detached from the dock to act as a desklet.")
-
-_("How do I configure their position?")
-
-_("Tip: If you don't want to move it any more, you can lock its position. Simply right click on the desklet, and select \302\253lock position\302\273. To unlock it, de-select this option.")
-
-_("Simply drag them with the mouse.")
-
-_("How do I configure their behaviour?")
-
-_("Tip: if you lock the desklet, the buttons will not appear. You can reset a rotation by middle-clicking on the appropriate button.")
-
-_("There are small buttons on the top and left side of the desklet. They allow  you to rotate the desklet in 3D !")
-
-_("How do I change their decorations?")
-
-_("Tip: you can add new decorations by choosing \302\253Personalised\302\273 decoration, and providing a background and/or foreground image. You can configure the offsets of these images to adjust the position of the drawings inside the decorations.")
-
-_("The default decoration is defined in the \302\253Desklets\302\273 module.\nMoreover, each desklet can have its own decoration. To change a desklet's decoration,\n go to the applet's configuration, click on the \302\253desklet\302\273 tab, and then choose the decoration you wish to use.")
-
-_("Go to the \302\253Desklets\302\273 module.")
-
-_("How do I insert a desklet into the dock?")
-
-_("Hint :  if the desklet is locked, the button won\342\200\231t appear.")
-
-_("Simply click on the top right button.")
-
-_("How do I place a desklet on the <i>Compiz Widget Layer</i>?")
-
-_("Tip: you may have to switch to the Widget Layer once so that Compiz takes the change into account.")
-
-_("In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the rule (name=cairo-dock &amp; type=utility).\nYou can then switch an applet to the Widget Layer by left-clicking on its desklet and selecting 'Compiz-Fusion Widget'.")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you're using Compiz, you can click on this button:")
-
-_("Taskbar")
-
-_("How do I enable the Taskbar?")
-
-_("Tip: All the Taskbar options are grouped together in this module.")
-
-_("Go to the \302\253Taskbar\302\273 module, then tick the first box, and apply.")
-
-_("Go to the \302\253TaskBar\302\273 module.")
-
-_("I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc")
-
-_("Tip: You can then scroll on this icon to switch from a window to another, in an ALT+TAB style.")
-
-_("In the \302\253TaskBar\302\273 module, you can use the \302\253Group windows from the same application in a sub-dock\302\273 option. Only a single icon will appear in the dock.\nIf there are several windows, they will be grouped together in a sub-dock above this icon.")
-
-_("Go to the \302\253TaskBar\302\273 module.")
-
-_("I have ugly icons for some applications.")
-
-_("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 folder used by the dock (by default, ~/.config/cairo-dock/current_theme/icons)\nThe class of an application can be found by typing \302\253xprop |grep CLASS\302\273 in a terminal, then clicking on the window of the application.")
-
-_("This is because X provides small icons for applications which look ugly when zoomed.\n In the \302\253TaskBar\302\273 module, you can use the \302\253Overwrite the X icon with the launchers' icon?\302\273 option to tell the dock not to use them.")
-
-_("Go to the \302\253TaskBar\302\273 module.")
-
-_("When I launch a program with its launcher, I don't want an additional icon in the taskbar")
-
-_("Tip: to launch another instance of the program, shift+click on the launcher.")
-
-_("In the \302\253TaskBar\302\273 module, you can use the \302\253Mix launchers and applications\302\273 option.\nWhen a program is launched, if it has a launcher in the dock, the launcher icon will be marked with an icon to indicate that the corresponding application is running.\nYou can then act on the window as if it were a taskbar icon.")
-
-_("Go to the \302\253TaskBar\302\273 module.")
-
-_("I'm using Pidgin, and I want to see my friends' avatars.")
-
-_("If you chose to overwrite X icons, you can add an exception for Pidgin just before this option.\nIf you chose to mix applications and launchers, you can edit the Pidgin launcher,\n and in the \302\253Extra parameters\302\273, tick the option to not steal the icon for this application.")
-
-_("Go to the \302\253TaskBar\302\273 module.")
-
-_("How can I quickly navigate between many windows of the same application quickly?")
-
-_("Tip: you can also close all the windows of this application by middle-clicking on the icon pointing to the sub-dock.")
-
-_("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.")
-
-_("Replacing the Gnome-panel")
-
-_("How can I add the main menu?")
-
-_("Tip: if you have removed your Gnome-panel, then the \302\253alt+F1\302\273 shortkey will no longer work. This applet lets you configure a shortcut to pop up the menu at the mouse's location.")
-
-_("Enable the GMenu applet.")
-
-_("Go to the \302\253GMenu\302\273 module.")
-
-_("How can I add a simple \302\253quick launch\302\273 panel?")
-
-_("Tip: if you removed your Gnome-panel, then the \302\253alt+F2\302\273 shortkey will no longer work. This applet lets you configure a shortcut to pop up the quick-launch dialog.")
-
-_("Enable the Gmenu applet. then you can have it by middle-clicking on its icon.")
-
-_("Go to the \302\253GMenu\302\273 module.")
-
-_("How can I add a Log-out icon?")
-
-_("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 icon, the second by a middle-click, but the applet lets you reverse this order, and even lets you enter your own commands.")
-
-_("Enable the \302\253Log-out\302\273 applet.")
-
-_("Go to the \302\253Log-out\302\273 module.")
-
-_("How can I access the dustbin?")
-
-_("Tip: you can delete a file by dragging it into the dustbin. You can even unmount a mount-point this way!")
-
-_("Simply enable the \302\253Dustbin\302\273 applet.")
-
-_("Go to the \302\253Dustbin\302\273 module.")
-
-_("How can I access my mount points?")
-
-_("Tip: you can mount a volume by clicking on its icon. To unmount it, middle-click on its icon, or right-click and select \302\253unmount\302\273.")
-
-_("Simply enable the \302\253Shortcuts\302\273 applet.")
-
-_("Go to the \302\253Shortcuts\302\273 module.")
-
-_("How can I access my Nautilus bookmarks?")
-
-_("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.")
-
-_("Simply enable the \302\253shortcuts\302\273 applet.")
-
-_("Go to the \302\253Shortcuts\302\273 module.")
-
-_("How can I access my desktop?")
-
-_("Tip: middle-clicking on the icon will hide all windows, but not desklets.")
-
-_("Simply enable the \302\253showDesktop\302\273 applet.")
-
-_("Go to the \302\253Show Desktop\302\273 module.")
-
-_("How can I add an easy-to-acces calendar?")
-
-_("Enable the \302\253Clock\302\273 applet. Clicking on it will display a calendar, clicking again will hide it.")
-
-_("Go to the \302\253Clock\302\273 module.")
-
-_("How can I add the notification area (systray)?")
-
-_("Enable the \302\253Systray\302\273 applet. For the moment it cannot be displayed directly in the dock,\nso clicking on the icon will pop-up a dialog containing the systray, middle-click will hide it.\nWe recommend detaching this applet to make it a desklet. Place it in a corner of your screen and keep it above other windows.")
-
-_("Go to the \302\253Systray\302\273 module.")
-
-_("How can I add an easy-to-access terminal with real transparency, like Tilda?")
-
-_("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!")
-
-_("Enable the \302\253Terminal\302\273 applet. You can detach it and place it on the Widget Layer for instance, or configure a shortkey to make it pop up instantly.")
-
-_("Go to the \302\253terminal\302\273 module.")
-
-_("So then, how can I remove completely the gnome-panel?")
-
-_("Open gconf-editor, edit the key /desktop/gnome/session/required_components_list/panel, and replace its content with \"cairo-dock\".\nThen 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).")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you are on Gnome, you can click on this button in order to automatically modify this key:")
-
-_("Other applets")
-
-_("How do I run the same applet multiple times?")
-
-_("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.")
-
-_("Some applets can have several instances running at the same time: Clock, Cairo-Penguin, Weather, Netspeed, ...\nRight click on the applet's icon, and select \302\253launch another instance\302\273. A new instance of this applet appears in the main dock.\nYou can configure this new applet just like any other.")
-
-_("I have a personal gauge that I want to use in the dock (for System-Monitor or others).")
-
-_("Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges")
-
-_("I have a personal Cairo-Clock theme that I want to use in the \302\253clock\302\273 applet.")
-
-_("Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-Penguin, weather, etc.")
-
-_("Move the folder containing your theme to ~/.config/cairo-dock/extras/clock")
-
-_("How do I change the brightness of my screen quickly?")
-
-_("Enable the Xgamma applet, then you can scroll up/down on the icon with the mouse.")
-
-_("Go to the \302\253Xgamma\302\273 module.")
-
-_("How can I change the speaker volume quickly?")
-
-_("Enable the AlsaMixer applet, then you can scroll up/down on the icon with the mouse.")
-
-_("Go to the \302\253AlsaMixer\302\273 module.")
-
-_("How can I quickly switch to another desktop?")
-
-_("Tip: This applet even lets you add or remove quickly a desktop !")
-
-_("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.")
-
-_("Go to the \302\253Switcher\302\273 module.")
-
-_("How can I control my dock from the keyboard?")
-
-_("Tip: When you define a shortkey, try it before to be sure that it is not already used by another application!")
-
-_("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> that can be controlled with the left/right arrows.\n - the <i>Terminal</i> applet allows you to pop-up the <b>terminal window</b> and directly write inside it.\n - the <i>Systray</i> applet allows you to pop-up the <b>notification area</b>.\n - the <i>Quick Browser</i> applet allows you to pop-up the <b>menu browser</b>, you can then navigate inside it with the arrows.\n - the <i>GMenu</i> applet allows you to pop-up the <b>Applications</b> menu, and also a <b>quick-launcher</b> dialog box.\n - the <i>Clipper</i> applet allows you to pop-up the <b>clipboard history</b> menu.\n - and of course, the <i>Scooby-Do</i> plug-in let you <b>navigate inside your docks</b> and quickly <b>find and launch</b> applications and files !")
-
-_("Troubleshooting")
-
-_("If you have any question, don't hesitate to ask on our forum.")
-
-_("Forum")
-
-_("Our wiki can also help you, it is more complete on some points.")
-
-_("Wiki")
-
-_("I have a black background around my dock.")
-
-_("Hint : If you have an ATI or an Intel card, you should try without OpenGL first, because their drivers are not yet perfect.")
-
-_("You need to turn on compositing. For instance, you can run Compiz or xcompmgr. \nIf you're using XFCE or KDE, you can just enable compositing in the window manager options.\nIf you're using Gnome, you can enable it in Metacity in this way :\n Open gconf-editor, edit the key '/apps/metacity/general/compositing_manager' and set it to 'true'.")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you're on Gnome with Metacity (without Compiz), you can click on this button:")
-
-_("My machine is too old to run a composite manager.")
-
-_("Don't panic, Cairo-Dock can emulate the transparency.\nTo get rid of the black background, simply enable the corresponding option in the end of the \302\253System\302\273 module")
-
-_("The dock is horribly slow when I move the mouse into it.")
-
-_("If you have an Nvidia GeForce8 graphics card, please install the latest drivers, as the first ones were really buggy.\nIf the dock is running without OpenGL, try to reduce the number of icons in the main dock, or try to reduce its size.\nIf the dock is running with OpenGL, try to disable it by launching the dock with \302\253cairo-dock -c\302\273.")
-
-_("I don't have these wonderful effects like fire, cube rotating, etc.")
-
-_("Tip: You can force OpenGL by launching the dock with \302\253cairo-dock -o\302\273.but you might get a lot of visual artifacts.")
-
-_("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.")
-
-_("I don't have any themes in the Theme Manager, except the default one.")
-
-_("Hint : Up to version 2.1.1-2, wget was used.")
-
-_("Be sure that you are connected to the Net.\n If your connection is very slow, you can increase the connection timeout in the \"System\" module.\n If you're under a proxy, you'll have to configure \"curl\" to use it; search on the web how to do it (basically, you have to set up the \"http_proxy\" environment variable).")
-
-_("The \302\253netspeed\302\273 applet displays 0 even when I'm downloading something")
-
-_("Tip: you can run several instances of this applet if you wish to monitor several interfaces.")
-
-_("You must tell the applet which interface you're using to connect to the Net (by default, this is \302\253eth0\302\273).\nJust edit its configuration, and enter the interface name. To find it, type \302\253ifconfig\302\273 in a terminal, and ignore the \302\253loop\302\273 interface. It's probably something like \302\253eth1\302\273, \302\253ath0\302\273, or \302\253wifi0\302\273..")
-
-_("The dustbin remains empty even when I delete a file.")
-
-_("if you're using KDE, you may have to specify the path to the trash folder.\nJust edit the applet's configuration, and fill in the Trash path; it is probably \302\253~/.locale/share/Trash/files\302\273. Be very careful when typing a path here!!! (do not insert spaces or some invisible caracters).")
-
-_("There is no icon in the Applications Menu even though I enable the option.")
-
-_("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. ")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you're on Gnome you can click on this button:")
-
-_("The Project")
-
-_("Join the project!")
-
-_("We value your help! If you see a bug, if you think something could be improved,\nor if you just made a dream about the dock, pay us a visit on cairo-dock.org.\nEnglish (and others!) speakers are welcome, so don\342\200\231t be shy ! ;-)\n\nIf you made a theme for the dock or one of the applet, and want to share it, we\342\200\231ll be happy to integrate it on our server !")
-
-_("If you wish to develop an applet, a complete documentation is available here.")
-
-_("Documentation")
-
-_("If you wish to develop an applet in Python, Perl or any other language,\nor to interact with the dock in any kind of way, a full DBus API is described here.")
-
-_("DBus API")
-
-_("\nThe Cairo-Dock Team")
-
-_("Websites")
-
-_("Problems? Suggestions? Just want to talk to us? Come on over!")
-
-_("Community site")
-
-_("Find the latest version of Cairo-Dock here !")
-
-_("Development site")
-
-_("Other applets")
-
-_("Cairo-Dock-Plug-ins-Extras")
-
-_("Repositories")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you're on Ubuntu, you can add our 'stable' repository by clicking on this button:\n After that, you can launch your update manager in order to install the latest stable version.")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by clicking on this button:\n After that, you can launch your update manager in order to install the latest weekly version.")
-
-_("Behavior")
-
-_("Position on the screen")
-
-_("Choose the screen border relative to which the dock will be positioned:")
-
-_("bottom")
-
-_("top")
-
-_("right")
-
-_("left")
-
-_("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.")
-
-_("Relative alignment:")
-
-_("Position relative to the selected screen edge")
-
-_("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.")
-
-_("Lateral gap:")
-
-_("in pixels. You can also move the dock by holding the ALT or CTRL key and the left mouse button.")
-
-_("Distance to the screen edge:")
-
-_("starting from 0")
-
-_("Number of the screen where the dock should be located:")
-
-_("Visibility of the dock")
-
-_("Modes are sorted from the most intrusive to the less intrusive.\nWhen the dock is hidden or below a window, place the mouse on the screen's border to call it back.\nWhen 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.")
-
-_("Visibility:")
-
-_("Always on top")
-
-_("Reserve space for the dock")
-
-_("Keep the dock below")
-
-_("Hide the dock when it overlaps the current window")
-
-_("Hide the dock whenever it overlaps any window")
-
-_("Keep the dock hidden")
-
-_("Pop-up on shortcut")
-
-_("Appearance")
-
-_("Views")
-
-_("Leave it empty to use the same view as the main dock.")
-
-_("Choose the view for this dock :/")
-
-_("Background")
-
-_("Fill the background with:")
-
-_("Same as main dock")
-
-_("Image")
-
-_("Colour gradation")
-
-_("Any format allowed; if empty, the colour gradation will be used as a fall back.")
-
-_("Image filename to use as a background :")
-
-_("Repeat image as a pattern to fill background?")
-
-_("Bright colour:")
-
-_("Dark colour:")
-
-_("Themes")
-
-_("Choose a theme")
-
-_("Choose one of the available themes:")
-
-_("You can even paste an internet URL.")
-
-_("...or drag and drop a theme package here :")
-
-_("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 the new theme's launchers?")
-
-_("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 the new theme's behaviour?")
-
-_("Save")
-
-_("Save current theme")
-
-_("You will then be able to re-open it at any time.")
-
-_("Save as:")
-
-_("Save current behaviour also?")
-
-_("Save current launchers also?")
-
-_("The dock will build a complete tarball of your current theme, allowing you to easily exchange it with other people.")
-
-_("Build a package of the theme?")
-
-_("Delete")
-
-_("List of your personal themes")
-
-_("Delete from the list themes that you don't need anymore :")
-
-_("Desktop Entry")
-
-_("Desktop Entry")
-
-_("Desktop Entry")
-
-_("Sub-dock's name :")
-
-_("How to render the icon :")
-
-_("Use an image")
-
-_("Draw sub-dock's content as emblems")
-
-_("Draw sub-dock's content as stack")
-
-_("Draw sub-dock's content inside a box")
-
-_("Image's name or path :")
-
-_("Extra parameters")
-
-_("Order you want for this launcher among the others:")
-
-_("Name of the container it belongs to:")
-
-_("Name of the view used for the sub-dock :")
-
-_("If '0' the container will be displayed on every viewport.")
-
-_("Only show in this specific viewport")
-
-_("Desktop Entry")
-
-_("Launcher's name :")
-
-_("How to render the icon :")
-
-_("Use an image")
-
-_("Draw sub-dock's content as emblems")
-
-_("Draw sub-dock's content as stack")
-
-_("Draw sub-dock's content inside a box")
-
-_("Image's name or path :")
-
-_("URI of the file :")
-
-_("Number of files to list in the sub-dock :")
-
-_("None")
-
-_("5")
-
-_("10")
-
-_("20")
-
-_("30")
-
-_("All")
-
-_("Sort files by :")
-
-_("Name")
-
-_("Size")
-
-_("Date")
-
-_("Extra parameters")
-
-_("Order you want for this launcher among the others:")
-
-_("Name of the container it belongs to:")
-
-_("If '0' the launcher will be displayed on every viewport.")
-
-_("Only show in this specific viewport")
-
-_("Desktop Entry")
-
-_("Launcher's name :")
-
-_("Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard shortcut, for exemple <Alt>F1, <Ctrl>c,  <Ctrl>v, etc")
-
-_("Command to launch on click :")
-
-_("Image's name or path :")
-
-_("If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.")
-
-_("Name of the container it belongs to:")
-
-_("Extra parameters")
-
-_("Order you want for this launcher among the others:")
-
-_("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 this launcher from stealing appli from taskbar ?")
-
-_("The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the appli with its launcher.")
-
-_("Class of the program :")
-
-_("It will use 'xterm'.")
-
-_("Run in a terminal ?")
-
-_("If '0' the launcher will be displayed on every viewport.")
-
-_("Only show in this specific viewport")
-
-_("Desktop Entry")
-
-_("Image's name or path :")
-
-_("Extra parameters")
-
-_("Order you want for this launcher among the others:")
-
-_("Name of the container it belongs to:")
-
-_("pouet")
-
-_("v1.4.6.3 :\nJust to say :\n*** Happy new Year 2008 ! ***\n  the Cairo-Dock's team.")
-
-_("v1.4.6.3 :\nJust to say :\n*** Happy new Year 2008 ! ***\n  the Cairo-Dock's team.")
-
-_("v1.4.6.3 :\nJust to say :\n*** Happy new Year 2008 ! ***\n  the Cairo-Dock's team.")
-
-_("v1.4.6.3 :\nJust to say :\n*** Happy new Year 2008 ! ***\n  the Cairo-Dock's team.")
-
-_("v1.5.0 : it's been 1 month since previous release, and we worked hardly to bring you :\n - A parabolic view : perfect for sub-docks with a dozen of icons.\n - A big pack of new applets :\n   Cairo-Dock has now its own terminal.\n   It can handle your systray instead of your panel,\n   monitor your laptop's battery,\n   and change your screen's luminosity through the dock\n   The integration into the GNOME desktop is provided by the 'gnome-integration' plug-in.\n    Wanted : a KDE user who could do the same for KDE !\n - Dustbin v2 can now handle drag'n'drops and display nice info.\n - Manual separators, better sub-dock accessibility, 64bits works smoothly, etc\n - And cherry on the cake, a new theme (I, Cairo) !\n  Now, why not try to make an applet for Cairo-Dock ? ;-)")
-
-_("v1.5.1 :\n - The 1.5 branch is still young, so this version brings a lot of bug fixes\n - Cairo-Dock is now translated in Japanese, thanks to Jiro Kawada for his work !\n - A new view has appeared : Rainbow\n - Cairo-Dock has become a desklet manager !\n  most of applets can now detached themselves from the dock\n and behave as real desklets.")
-
-_("v1.5.2.1 :\n - a lot of bug fixes, especially on desklets.\n - New applet : weather !\n - Cairo-Dock is now fully translated in Japanese, thanks to Jiro Kawada !")
-
-_("v1.5.3.2 :\n - Themes have been deeply reviewed\n to switch from one to another completely.\n - New applet : alsaMixer !\n - Desklets improvment with the 'showDesklets' applet.\n - The 'Shortcuts' applet can now detached itself from the dock.\n - The dock can now behave like a menu 'on-the-mouse'\n - Updates in translations and the usual bug fixes. ^_^\n  By the way, we are still searching someone\n  who could help cairo-dock to be well-integrated into KDE ;-)")
-
-_("v1.5.4.2 : a huge release !\n - add a cute pinguin in your dock with the new applet Cairo-Penguin\n - monitor your wifi connection with the Wifi applet\n - control xmms, audacious, banshee and exaile with the Xmms applet\n - Cairo-Dock is now fully integrated into XFCE environment !\n - better detection of battery in the Powermanager applet\n - lot of improvments in the Terminal applet.\n - the dock can auto-resize when it grows too large\n - refresh your dock with the new theme : Wood\n - 3 more themes in Weather")
-
-_("v1.5.5.4 :\n - Huge enhancements in the TaskBar :\n  launchers and applets can now behave as applications.\n  windows can show up during drag and drop if mouse stay on them\n - hiqh quality launchers' icons can be used instead of X ones\n - Quickly manage Compiz with the 'Compiz-Icon' applet\n - Control Cairo-Dock from an external program thanks to the Dbus plug-in.\n - Added a 'ShowDesktop' applet for convenience.\n - Some fix in PowerManager (now ok !)\n - The ability to have many docks for a single instance of Cairo-Dock.\n - Cairo-Dock is not yet well integrated into Gnome 2.22, but it will come soon ;-)")
-
-_("v1.5.6 :\n - Integration into the last Gnome 2.22 (Ubuntu8.04, Fedora9, ...) - still experimental\n - You can now have many docks in 1 instance of Cairo-Dock.\n Just place a launcher or an applet in a dock, giving this dock a name that doesn't exist yet\n a new one will be created.\n - SHIFT+mouse wheel on AlsaMixer, Xmms, Rhythmbox, etc.\n - Launchers can now launch keyboard shortcuts.\n - The dock can now auto-hide itself when a window is maximized.\n - Improvment in drag and drop with animated indicator.\n - Physical separator in 3D-plane view.\n - Bug fixes in XGamma/Weather.\n - Any help would be welcome to integrate the dock into KDE !")
-
-_("v1.6.0 :\n - A new view has appeared : Diapositive !\n - A huge stock of new applets :\n   cpusage\n   ram-meter\n   netspeed\n   tomboy\n   nVidia\n - 2 new themes : Neon & Clear\n - A new cute character for Cairo-Penguin : Wanda the Cairo-Fish ^_^\n - Cairo-Dock can now run without composite manager, with fake transparency.\n - The dock can now stay below windows and be popped up on demand.\n - Auto-reload on crash.\n - Real window thumbnail when minimized.")
-
-_("v1.6.1 :\nCairo-Dock has one year ! To celebrate this event, we are happy to offer you :\n - Once again a new view : Curve !\n - A long time waited applet : the desktop Switcher.\n - A very complete theme : Brit\n - Translation in italian and chinese.\n - And we are still hoping someone would help us writing a kde-integration plug-in ^_^")
-
-_("v1.6.2 : the first version integrated in the Ubuntu repositories !\n - 2 new applets have been released :\n  Slider and Stack. Enjoy !\n - Applets can now be launched many times\n (Clock, Cairo-Penguin, Slider, Stack), each with a different config.\n - Cairo-Dock is now able to load themes on its own server,\n so feel free to send us all your themes, we can distribute them ! :-)\n - And we are still searching someone motivated to write a kde-integration plug-in ^_^")
-
-_("v1.6.3 : \n - first the bad news :\n user datas have been moved into ~/.config to respect the FreeDesktop standards.\n and local icons are now in a dedicated 'icons' sub-folder.\n So in advance, sorry for the possible inconvenience ^_^\n - And now the very good news !\n - 2 new applets have just been born : Clipper and GMenu. \n - Lot of improvements for Desklets : decorations, rotation, dragging, etc\n - Cpusage and other applets can now display nice graphics.\n - You can now remove launchers by dragging them out of the dock\n  and detach applet in the same way.\n - Smooth icons movement when dragging them inside the dock\n - The dock is now translated in Sweden and partially in Greek.")
-
-_("Cairo-Dock II\n - Cairo-Dock is now a full OpenGL dock ! (the cairo backend is still available for old graphic cards or ATI)\n - New plug-ins provide many visual affects : Animated icons, icon effects, illusion, drop indicator, motion blur, dialog rendering\n - The config panel has been widely rewritten.\n - Desklets are now in 3D\n - New applets : mail, keyboard indicator, quick folder, Toons.\n - Lot of bug fixes and upgrades in all plug-ins.")
-
-_("2.0.5 :\n - This is mainly a bug-fix version\n - improvment in the RB applet\n - Added functionnalities on grouped applications icons.")
-
-_("2.1.0 : A really heavy version !\n - Control any music player with the MusicPlayer applet\n   Share your files easily with the world thanks to the dnd2share applet,\n   Monitor your system thanks to the System-Monitor applet\n   Take notes quickly thanks to the Notes applet.\n - The dock has an \"extended panel\" mode and a new theme selector.\n - Lot of updates in the Keyboard-indicator and Shortcuts applets\n - New animation for the 'Slide' view\n - Bug fixes in the Taskbar, Clipper, Powermanager, Clock and Cairo-Penguin modules.\n - OpenGL mode works on ATI and Intel with the latest drivers !\n - Finally, Cairo-Dock has its own ppa on LaunchPad, and a complete documentation on http://doc.glx-dock.org.";)
-
-_("2.1.1 : more stable and user-friendly !\n - This version corrects many bugs appeared with the v2.1.0 (sorry for that !)\n - There is no more visual artifact under Metacity,OpenBox,KDE,etc.\n - Applis can now be placed amongst launchers and applets.\n - A new and convenient config panel for launchers.\n - Switcher provides a list of all opened windows on middle-click,\n    and allows you to name your desktops.\n - Logout can be programmed to shutdown at a given time.\n - The dock fades out smoothly when it hides below other windows.\n - Clipper has an option to copy all items at once.\n - The DBus plug-in provides a new and powerful API that lets you control your dock from an extern application.\n    You can even write an applet in any language with it !")
-
-_("2.1.2 : \n - The config panel has been improved again (new icons, more clear, better option naming)\n - Desklets can be fixed on their current desktop, not only on the first one.\n - Launchers can also be assigned to a given desktop\n - Auto-hide has been rewritten\n - Welcome to the new \"RSS-reader\" applet !\n - Light up your dock with the new \"firework\" icon effects !\n - ShowDesktop can now show the desklets, the Widget Layer, and the Expose on middle-click.\n - The Mail applet can mark all messages as read.\n - A KDE-integration plug-in has been started, any help is greatly welcome to achieve it !")
-
-_("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.")
-
-_("<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.")
-

=== modified file 'data/preview-default.png' (properties changed: +x to -x)
=== modified file 'data/readme-default-view' (properties changed: +x to -x)
=== modified file 'data/themes.conf.in'
--- data/themes.conf.in	2010-08-07 01:28:23 +0000
+++ data/themes.conf.in	2010-09-22 10:39:45 +0000
@@ -13,8 +13,8 @@
 #{You can even paste an internet URL.}
 package =
 
-#F
-frame1_=
+#F[Theme loading options]
+frame2=
 
 #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.}
@@ -24,7 +24,6 @@
 #{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
 
-
 #[gtk-save]
 [Save]
 

=== modified file 'debian/changelog'
--- debian/changelog	2010-09-07 18:32:48 +0000
+++ debian/changelog	2010-09-22 10:39:45 +0000
@@ -1,3 +1,22 @@
+cairo-dock (2.2.0~2-0ubuntu1) maverick; urgency=low
+
+  * New Upstream Version (LP: #638527)
+  * Fixed a few bugs:
+   - Third-party applets can be deleted if the user switch to offline
+   - Fixed a crash when changing the theme
+   - Fixed transparency for data-renderer texts
+   - Installed in lib/ directory by default for 64bits architecture
+   - Fixed the name of applets in the launchers config panel
+   - Fixed address of third-party applets in the menu
+   - Code cleaning.
+  * Updated Translations
+  * debian/patches
+   - Updated 01-desktop-file-category.patch (desktop files has changed)
+  * data/messages: Removed an useless file
+  * Removed a few useless excecution rights.
+
+ -- Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>  Sat, 18 Sep 2010 14:17:48 +0200
+
 cairo-dock (2.2.0~0rc1-0ubuntu1) maverick; urgency=low
 
   * New Upstream Version (LP: #632055)

=== modified file 'debian/patches/01-desktop-file-category.patch'
--- debian/patches/01-desktop-file-category.patch	2010-08-07 01:28:23 +0000
+++ debian/patches/01-desktop-file-category.patch	2010-09-22 10:39:45 +0000
@@ -1,30 +1,32 @@
 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-08-07 01:22:28.000000000 +0200
-+++ cairo-dock.new/data/cairo-dock-cairo.desktop	2010-08-07 02:23:31.293404914 +0200
-@@ -1,5 +1,4 @@
+--- 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
-@@ -11,4 +10,4 @@
- 
+@@ -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-08-07 01:22:29.000000000 +0200
-+++ cairo-dock.new/data/cairo-dock.desktop	2010-08-07 02:23:28.413348451 +0200
-@@ -1,5 +1,4 @@
+--- 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
-@@ -11,4 +10,4 @@
- 
+@@ -58,4 +57,4 @@
  GenericName=Multi-purpose Dock and Desklets
  GenericName[fr]=Dock et Desklets multi-usage
+ 
 -Categories=System;
 +Categories=Utility;

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

=== modified file 'po/be.po'
--- po/be.po	2010-09-07 00:38:36 +0000
+++ po/be.po	2010-09-22 10:39:45 +0000
@@ -7,90 +7,107 @@
 msgstr ""
 "Project-Id-Version: cairo-dock-core\n"
 "Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2010-06-28 23:46+0000\n"
-"PO-Revision-Date: 2010-06-28 17:39+0000\n"
-"Last-Translator: Matthieu Baerts <matttbe@xxxxxxxxx>\n"
+"POT-Creation-Date: 2010-08-29 00:58+0000\n"
+"PO-Revision-Date: 2010-09-07 17:54+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-06-29 03:31+0000\n"
+"X-Launchpad-Export-Date: 2010-09-08 04:34+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:126 ../data/messages:271
+#: ../src/cairo-dock-gui-main.c:128 ../data/messages:277
 msgid "Behaviour"
 msgstr "Паводзіны"
 
-#: ../src/cairo-dock-gui-main.c:127 ../data/messages:83 ../data/messages:1375
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1399
 msgid "Appearance"
 msgstr "Знешні выгляд"
 
-#: ../src/cairo-dock-gui-main.c:128
+#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1247
+msgid "Files"
+msgstr "Файлы"
+
+#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1252
+msgid "Internet"
+msgstr "Інтэрнэт"
+
+#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1257
+msgid "Desktop"
+msgstr "Працоўны стол"
+
+#: ../src/cairo-dock-gui-main.c:133
 msgid "Accessories"
 msgstr "Аксэсуары"
 
-#: ../src/cairo-dock-gui-main.c:129 ../src/gldit/cairo-dock-gui-factory.c:1251
-msgid "Desktop"
-msgstr "Працоўны стол"
-
-#: ../src/cairo-dock-gui-main.c:130
-msgid "Controllers"
-msgstr "Датчыкі"
-
-#: ../src/cairo-dock-gui-main.c:131
-msgid "Plug-ins"
-msgstr "Модулі"
-
-#: ../src/cairo-dock-gui-main.c:132 ../src/cairo-dock-gui-main.c:1518
-#: ../data/messages:925 ../data/messages:1509
+#: ../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
+msgid "System"
+msgstr "Сістэма"
+
+#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1272
+msgid "Fun"
+msgstr "Забавы"
+
+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1524
+#: ../data/messages:1531
 msgid "All"
 msgstr "Усе"
 
-#: ../src/cairo-dock-gui-main.c:1496
+#: ../src/cairo-dock-gui-main.c:1500
 msgid "Categories"
 msgstr "Катэгорыі"
 
-#: ../src/cairo-dock-gui-main.c:1624
+#: ../src/cairo-dock-gui-main.c:1630
 msgid "Filter"
 msgstr "Фільтр"
 
-#: ../src/cairo-dock-gui-main.c:1675 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1677 ../data/messages:141
 msgid "Options"
 msgstr "Параметры"
 
-#: ../src/cairo-dock-gui-main.c:1685
+#: ../src/cairo-dock-gui-main.c:1687
 msgid "All words"
 msgstr "Па ўсіх словах"
 
-#: ../src/cairo-dock-gui-main.c:1689
+#: ../src/cairo-dock-gui-main.c:1691
 msgid "Highlighted words"
 msgstr "Падсвятляць слова"
 
-#: ../src/cairo-dock-gui-main.c:1694
+#: ../src/cairo-dock-gui-main.c:1696
 msgid "Hide others"
 msgstr "Схаваць астатнія"
 
-#: ../src/cairo-dock-gui-main.c:1699
+#: ../src/cairo-dock-gui-main.c:1701
 msgid "Search in description"
 msgstr "Шукаць у апісаннях"
 
-#: ../src/cairo-dock-gui-main.c:1713
+#: ../src/cairo-dock-gui-main.c:1715
 msgid "Enable this module"
 msgstr "Актываваць гэты модуль"
 
-#: ../src/cairo-dock-gui-main.c:1801 ../src/cairo-dock.c:681
+#: ../src/cairo-dock-gui-main.c:1779 ../data/messages:135
+msgid "More applets"
+msgstr "Больш аплетаў"
+
+#: ../src/cairo-dock-gui-main.c:1780 ../data/messages:133
+msgid "Get more applets online !"
+msgstr "Атрымаць больш апплетов!"
+
+#: ../src/cairo-dock-gui-main.c:1815 ../src/cairo-dock.c:741
 msgid "< Maintenance mode >"
 msgstr "< Рэжым абслугоўвання >"
 
-#: ../src/cairo-dock-gui-main.c:1891 ../src/cairo-dock-gui-simple.c:801
+#: ../src/cairo-dock-gui-main.c:1905 ../src/cairo-dock-gui-simple.c:769
 msgid "Cairo-Dock configuration"
 msgstr "Настройка Cairo-Dock"
 
-#: ../src/cairo-dock-gui-main.c:2212
+#: ../src/cairo-dock-gui-main.c:2226
 #, c-format
 msgid ""
 "The '%s' module is not present. You need to install it and all its "
@@ -99,16 +116,16 @@
 "Модуль '%s' не усталяваны. Вам варта ўсталяваць яго або яго залежнасці, каб "
 "у поўнай меры яго выкарыстоўваць."
 
-#: ../src/cairo-dock-gui-main.c:2218
+#: ../src/cairo-dock-gui-main.c:2232
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr "Модуль '%s' не актываваны."
 
-#: ../src/cairo-dock-gui-main.c:2219
+#: ../src/cairo-dock-gui-main.c:2233
 msgid "Do you want to enable it now?"
 msgstr "Актывiраваць яго зараз?"
 
-#: ../src/cairo-dock-gui-main.c:2362
+#: ../src/cairo-dock-gui-main.c:2376
 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 "
@@ -121,28 +138,28 @@
 "модуль Дапамогі дапаможа вам у гэтым!\n"
 "Хочаце перайсці ў модуль Дапамогі зараз?"
 
-#: ../src/cairo-dock-gui-simple.c:389 ../src/cairo-dock-gui-themes.c:311
+#: ../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:711
+#: ../src/cairo-dock-gui-simple.c:718
 msgid "Animation:"
-msgstr ""
+msgstr "Анімацыя:"
 
-#: ../src/cairo-dock-gui-simple.c:728
+#: ../src/cairo-dock-gui-simple.c:735
 msgid "Effects:"
-msgstr ""
+msgstr "Эфекты:"
 
-#: ../src/cairo-dock-gui-simple.c:743 ../data/messages:77
+#: ../src/cairo-dock-gui-simple.c:750 ../data/messages:77
 msgid "On mouse hover:"
-msgstr ""
+msgstr "Пры навядзенні курсора"
 
-#: ../src/cairo-dock-gui-simple.c:744 ../data/messages:79
+#: ../src/cairo-dock-gui-simple.c:751 ../data/messages:79
 msgid "On click:"
-msgstr ""
+msgstr "Пры пстрычцы:"
 
-#: ../src/cairo-dock-gui-simple.c:835
+#: ../src/cairo-dock-gui-simple.c:803
 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"
@@ -154,15 +171,15 @@
 "вам варта пераключыцца ў пашыраны рэжым.\n"
 "У любы момант вы можаце змяніць рэжым панэлі настроек."
 
-#: ../src/cairo-dock-gui-switch.c:81
+#: ../src/cairo-dock-gui-switch.c:68
 msgid "Simple Mode"
 msgstr "Просты рэжым"
 
-#: ../src/cairo-dock-gui-switch.c:81
+#: ../src/cairo-dock-gui-switch.c:68
 msgid "Advanced Mode"
 msgstr "Пашыраны рэжым"
 
-#: ../src/cairo-dock-gui-switch.c:83
+#: ../src/cairo-dock-gui-switch.c:70
 msgid ""
 "The advanced mode lets you tweak every single parameter of the dock. It is a "
 "powerful tool to customise your current theme."
@@ -213,18 +230,18 @@
 msgstr "Кіраванне тэмамі"
 
 #: ../src/cairo-dock-internal-icons.c:452
-#: ../src/gldit/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:454 ../data/messages:85
-#: ../data/messages:633 ../data/messages:945
+#: ../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:456
+#: ../src/gldit/cairo-dock-internal-icons.c:461
 msgid ""
 "All about icons:\n"
 " size, reflection, icon theme,..."
@@ -232,147 +249,150 @@
 "Усё аб значках:\n"
 " памер, адлюстраванне, тэма значкоў, ..."
 
-#: ../src/cairo-dock-menu.c:127
+#: ../src/cairo-dock-menu.c:128
 #, c-format
 msgid "Configuration of the '%s' dock"
-msgstr ""
+msgstr "Настройка '%s' панэлі"
 
-#: ../src/cairo-dock-menu.c:206
+#: ../src/cairo-dock-menu.c:207 ../data/messages:1303
 msgid "Community site"
 msgstr "Сайт супольнасці"
 
-#: ../src/cairo-dock-menu.c:207
+#: ../src/cairo-dock-menu.c:208 ../data/messages:1301
 msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
 msgstr "Праблема? Прапанова? Хочаце з намі паразмаўляць? З задавальненнем!"
 
-#: ../src/cairo-dock-menu.c:210
+#: ../src/cairo-dock-menu.c:211 ../data/messages:1307
 msgid "Development site"
 msgstr "Сайт распрацоўшчыкаў"
 
-#: ../src/cairo-dock-menu.c:211
+#: ../src/cairo-dock-menu.c:212 ../data/messages:1305
 msgid "Find the latest version of Cairo-Dock here !"
 msgstr "Высветліце тут, якая апошняя версія Cairo-Dock даступная!"
 
-#: ../src/cairo-dock-menu.c:214
+#: ../src/cairo-dock-menu.c:215 ../data/messages:1311
 msgid "Cairo-Dock-Plug-ins-Extras"
 msgstr "Дадатковыя плагіны для Cairo-Dock"
 
-#: ../src/cairo-dock-menu.c:215 ../data/messages:1187
+#: ../src/cairo-dock-menu.c:216 ../data/messages:1181 ../data/messages:1309
 msgid "Other applets"
-msgstr ""
+msgstr "Астатнія апплеты"
 
-#: ../src/cairo-dock-menu.c:224
+#: ../src/cairo-dock-menu.c:225
 msgid "Development"
 msgstr "Распрацоўка"
 
-#: ../src/cairo-dock-menu.c:230
+#: ../src/cairo-dock-menu.c:231
 msgid "Artwork"
 msgstr "Афармленне"
 
-#: ../src/cairo-dock-menu.c:234
+#: ../src/cairo-dock-menu.c:235
 msgid "Support"
 msgstr "Падтрымка"
 
-#: ../src/cairo-dock-menu.c:312
+#: ../src/cairo-dock-menu.c:313
 msgid "Quit Cairo-Dock?"
 msgstr "Выйсці з Cairo-Dock?"
 
-#: ../src/cairo-dock-menu.c:338
+#: ../src/cairo-dock-menu.c:339
 msgid "Configure this dock"
 msgstr "Наладзіць гэтую панэль"
 
-#: ../src/cairo-dock-menu.c:343
+#: ../src/cairo-dock-menu.c:344
 msgid "Customize the position, visibility and appearance of this main dock."
 msgstr ""
+"Наладзьце месцазнаходжанне, бачнасць і знешні выгляд асноўнай панэлі."
 
-#: ../src/cairo-dock-menu.c:346
+#: ../src/cairo-dock-menu.c:347
 msgid "Configure"
 msgstr "Настройка"
 
-#: ../src/cairo-dock-menu.c:351
+#: ../src/cairo-dock-menu.c:352
 msgid "Configure behaviour, appearance, and applets."
 msgstr "Наладзіць паводзіны, знешні выгляд і аплеты."
 
-#: ../src/cairo-dock-menu.c:353
+#: ../src/cairo-dock-menu.c:354
 msgid "Manage themes"
 msgstr "Кіраванне тэмамі"
 
-#: ../src/cairo-dock-menu.c:358
+#: ../src/cairo-dock-menu.c:359
 msgid ""
 "Choose from amongst many themes on the server or save your current theme."
 msgstr "Выберыце сярод многіх тым на сэрвэры і захавайце вашу ўласную."
 
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:364
 msgid "Unlock icons"
 msgstr "разблакаваць значкі"
 
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:364
 msgid "Lock icons"
 msgstr "Заблакаваць значкі"
 
-#: ../src/cairo-dock-menu.c:367
+#: ../src/cairo-dock-menu.c:368
 msgid "This will (un)lock the position of the icons."
 msgstr "Гэта (раз) блакуе месцазнаходжанне значкоў на панэлі."
 
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:372
 msgid "Unlock dock"
 msgstr "Разблакаваць панэль"
 
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:372
 msgid "Lock dock"
 msgstr "Заблакаваць панэль"
 
-#: ../src/cairo-dock-menu.c:376
+#: ../src/cairo-dock-menu.c:377
 msgid "This will (un)lock the whole dock."
 msgstr "Гэта (раз) блакуе ўсю панэль."
 
-#: ../src/cairo-dock-menu.c:381
+#: ../src/cairo-dock-menu.c:382
 msgid "Quick-Hide"
 msgstr "Схаваць"
 
-#: ../src/cairo-dock-menu.c:386
+#: ../src/cairo-dock-menu.c:387
 msgid "This will hide the dock until you hover over it with the mouse."
 msgstr "Гэта схавае панэль, пакуль вы не навядзе на яе мышшу."
 
-#: ../src/cairo-dock-menu.c:394
+#: ../src/cairo-dock-menu.c:395
 msgid "Launch Cairo-Dock on startup"
 msgstr "Запускаць Cairo-Dock пры старце сістэмы"
 
-#: ../src/cairo-dock-menu.c:404 ../src/cairo-dock.c:235
+#: ../src/cairo-dock-menu.c:405 ../src/cairo-dock.c:294
 msgid "Help"
 msgstr "Даведка"
 
-#: ../src/cairo-dock-menu.c:409
+#: ../src/cairo-dock-menu.c:410
 msgid "There are no problems, only solutions (and a lot of useful hints!)"
 msgstr "Няма праблем, адны рашэнні (і мноства карысных саветаў!)"
 
-#: ../src/cairo-dock-menu.c:411
+#: ../src/cairo-dock-menu.c:412
 msgid "Get more applets!"
-msgstr ""
+msgstr "Атрымаць больш аплетов!"
 
-#: ../src/cairo-dock-menu.c:416
+#: ../src/cairo-dock-menu.c:417
 msgid ""
 "Third-party applets provide integration with many programs, like Pidgin"
 msgstr ""
+"Апплеты трэціх бакоў забяспечваюць інтэграцыю з рознымі праграмамі, "
+"напрыклад Pidgin"
 
-#: ../src/cairo-dock-menu.c:418
+#: ../src/cairo-dock-menu.c:419
 msgid "About"
 msgstr "Аб праграме"
 
-#: ../src/cairo-dock-menu.c:426
+#: ../src/cairo-dock-menu.c:427
 msgid "Quit"
 msgstr "Выхад"
 
-#: ../src/cairo-dock-menu.c:450
+#: ../src/cairo-dock-menu.c:451
 msgid "separator"
-msgstr ""
+msgstr "падзельнік"
 
-#: ../src/cairo-dock-menu.c:454
+#: ../src/cairo-dock-menu.c:455
 #, c-format
 msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
 msgstr "Вы зьбіраецеся выдаліць значок (%s) з панэлі. Вы ўпэўнены?"
 
-#: ../src/cairo-dock-menu.c:465
+#: ../src/cairo-dock-menu.c:466
 msgid ""
 "Do you want to re-dispatch the icons contained inside this container into "
 "the dock?\n"
@@ -381,64 +401,36 @@
 "Перанесьці змяшчаючыеся тут значкі на панэль?\n"
 " (у адваротным выпадку яны будуць выдаленыя)"
 
-#: ../src/cairo-dock-menu.c:535
+#: ../src/cairo-dock-menu.c:536
 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:552
+#: ../src/cairo-dock-menu.c:553
 msgid "Sorry, this icon doesn't have a configuration file."
-msgstr ""
+msgstr "Гэты значок не мае файла настроек."
 
-#: ../src/cairo-dock-menu.c:593
+#: ../src/cairo-dock-menu.c:594
 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:745
-#, c-format
-msgid ""
-"You're about deleting this file\n"
-"  (%s)\n"
-"from your hard-disk. Sure ?"
-msgstr ""
-"Вы зьбіраецеся выдаліць файл\n"
-"  (%s)\n"
-"з жорсткага дыска. Вы ўпэўнены?"
-
-#: ../src/cairo-dock-menu.c:754
-msgid ""
-"Warning: could not delete this file.\n"
-"Please check file permissions."
-msgstr ""
-"Увага: не ўдалося выдаліць гэты файл.\n"
-"Пераканайцеся, што вы маеце права на запіс."
-
-#: ../src/cairo-dock-menu.c:773
-msgid "Rename to:"
-msgstr "Перайменаваць у:"
-
-#: ../src/cairo-dock-menu.c:780
-#, c-format
-msgid ""
-"Warning: could not rename %s.\n"
-"Check file permissions \n"
-"and that the new name does not already exist."
-msgstr ""
-"Увага: не ўдалося перайменаваць %s.\n"
-"Пераканайцеся, што вы маеце права на запіс,\n"
-" і новае імя ўжо не прысутнічае на панэлі."
-
-#: ../src/cairo-dock-menu.c:821
+"Створана новая панэль.\n"
+"Цяпер вы можаце змяніць яе праз правы пстрычка -> cairo-dock -> Настроіць "
+"гэтую панэль."
+
+#: ../src/cairo-dock-menu.c:651
 #, c-format
 msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
 msgstr "Вы зьбіраецеся выдаліць аплет (%s) з панэлі. Вы ўпэўнены?"
 
-#: ../src/cairo-dock-menu.c:956
+#: ../src/cairo-dock-menu.c:835
 msgid ""
 "Sorry, couldn't find the corresponding description file.\n"
 "Consider dragging and dropping the launcher from the Applications Menu."
@@ -446,260 +438,278 @@
 "Не атрымалася знайсці адпаведны файл з апісаннем.\n"
 "Паспрабуйце перацягнуць і палажыць запушчык з Галоўнага Меню."
 
-#: ../src/cairo-dock-menu.c:1188
+#: ../src/cairo-dock-menu.c:1067
 #, c-format
 msgid "Move all to desktop %d - face %d"
 msgstr "Перамясціць ўсе на паверхню %d - рабочага стала %d"
 
-#: ../src/cairo-dock-menu.c:1188
+#: ../src/cairo-dock-menu.c:1067
 #, c-format
 msgid "Move to desktop %d - face %d"
 msgstr "Перамясціць на працоўны стол %d - паверхню %d"
 
-#: ../src/cairo-dock-menu.c:1190
+#: ../src/cairo-dock-menu.c:1069
 #, c-format
 msgid "Move all to desktop %d"
 msgstr "Перамясціць ўсе на працоўны стол %d"
 
-#: ../src/cairo-dock-menu.c:1190
+#: ../src/cairo-dock-menu.c:1069
 #, c-format
 msgid "Move to desktop %d"
 msgstr "Перанесці на працоўны стол %d"
 
-#: ../src/cairo-dock-menu.c:1192
+#: ../src/cairo-dock-menu.c:1071
 #, c-format
 msgid "Move all to face %d"
 msgstr "Перамясціць ўсе на паверхню %d"
 
-#: ../src/cairo-dock-menu.c:1192
+#: ../src/cairo-dock-menu.c:1071
 #, c-format
 msgid "Move to face %d"
 msgstr "Перамясціць на паверхню %d"
 
-#: ../src/cairo-dock-menu.c:1229
+#: ../src/cairo-dock-menu.c:1108
 msgid "Add"
 msgstr "Дадаць"
 
-#: ../src/cairo-dock-menu.c:1233
+#: ../src/cairo-dock-menu.c:1112
 msgid "Add a sub-dock"
 msgstr "Дадаць суб-панэль"
 
-#: ../src/cairo-dock-menu.c:1235
+#: ../src/cairo-dock-menu.c:1114
 msgid "Add a main dock"
-msgstr ""
+msgstr "Дадаць асноўную панэль"
 
-#: ../src/cairo-dock-menu.c:1238
+#: ../src/cairo-dock-menu.c:1117
 msgid "Add a separator"
 msgstr "Дадаць падзельнік"
 
-#: ../src/cairo-dock-menu.c:1242
+#: ../src/cairo-dock-menu.c:1121
 msgid "Add a custom launcher"
 msgstr "Дадаць свой значок"
 
-#: ../src/cairo-dock-menu.c:1243
+#: ../src/cairo-dock-menu.c:1122
 msgid ""
 "Usually you would drag a launcher from the menu and drop it on the dock."
 msgstr "Дастаткова проста перацягнуць значок з меню прама на панэль."
 
-#: ../src/cairo-dock-menu.c:1281
-msgid "Unmount"
-msgstr "Адлучыць"
-
-#: ../src/cairo-dock-menu.c:1281
-msgid "Mount"
-msgstr "Далучыць"
-
-#: ../src/cairo-dock-menu.c:1287
-msgid "Eject"
-msgstr "Выняць"
-
-#: ../src/cairo-dock-menu.c:1296
-msgid "Delete this file"
-msgstr "Выдаліць гэты файл"
-
-#: ../src/cairo-dock-menu.c:1300
-msgid "Rename this file"
-msgstr "Перайменаваць гэты файл"
-
-#: ../src/cairo-dock-menu.c:1304
-msgid "Properties"
-msgstr "Ўласцівасці"
-
-#: ../src/cairo-dock-menu.c:1325
+#: ../src/cairo-dock-menu.c:1161
 msgid "Modify this separator"
 msgstr "Змяніць гэты падзельнік"
 
-#: ../src/cairo-dock-menu.c:1325
+#: ../src/cairo-dock-menu.c:1161
 msgid "Modify this launcher"
 msgstr "Змяніць гэты значок запуску"
 
-#: ../src/cairo-dock-menu.c:1327
+#: ../src/cairo-dock-menu.c:1163
 msgid "Remove this separator"
 msgstr "Выдаліць падзельнік"
 
-#: ../src/cairo-dock-menu.c:1327
+#: ../src/cairo-dock-menu.c:1163
 msgid "Remove this launcher"
 msgstr "Выдаліць гэты значок запуску"
 
-#: ../src/cairo-dock-menu.c:1328
+#: ../src/cairo-dock-menu.c:1164
 msgid ""
 "You can remove a launcher by dragging it out of the dock with the mouse ."
 msgstr "Вы можаце выдаліць любы значок проста перацягнуў яго за межы панэлі."
 
-#: ../src/cairo-dock-menu.c:1330 ../src/cairo-dock-menu.c:1475
+#: ../src/cairo-dock-menu.c:1166 ../src/cairo-dock-menu.c:1314
 msgid "Move to another dock"
 msgstr "Перамясціць на іншую панэль"
 
-#: ../src/cairo-dock-menu.c:1334 ../src/cairo-dock-menu.c:1479
+#: ../src/cairo-dock-menu.c:1170 ../src/cairo-dock-menu.c:1318
 msgid "New main dock"
 msgstr "Новая асноўная панэль"
 
-#: ../src/cairo-dock-menu.c:1348 ../src/cairo-dock-menu.c:1422
+#: ../src/cairo-dock-menu.c:1184 ../src/cairo-dock-menu.c:1260
 msgid "Other actions"
 msgstr "Іншыя дзеянні"
 
-#: ../src/cairo-dock-menu.c:1353
+#: ../src/cairo-dock-menu.c:1189
 msgid "Move to this desktop"
 msgstr "Перамясціць на гэты рабочы стол"
 
-#: ../src/cairo-dock-menu.c:1367
+#: ../src/cairo-dock-menu.c:1203
 msgid "Not Fullscreen"
 msgstr "Не поўнаэкранны"
 
-#: ../src/cairo-dock-menu.c:1367
+#: ../src/cairo-dock-menu.c:1203
 msgid "Fullscreen"
 msgstr "Поўнаэкранны"
 
-#: ../src/cairo-dock-menu.c:1371
+#: ../src/cairo-dock-menu.c:1207
 msgid "Don't keep above"
 msgstr "Не трымаць вышэй"
 
-#: ../src/cairo-dock-menu.c:1371
+#: ../src/cairo-dock-menu.c:1207
 msgid "Keep above"
 msgstr "Трымаць вышэй"
 
-#: ../src/cairo-dock-menu.c:1390
+#: ../src/cairo-dock-menu.c:1226
 msgid "Remove custom icon"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1394
+msgstr "Выдаліць настроены значок"
+
+#: ../src/cairo-dock-menu.c:1230
+msgid "Set a custom icon"
+msgstr "Задаць свай значок"
+
+#: ../src/cairo-dock-menu.c:1232
 msgid "Kill"
 msgstr "Завяршыць"
 
-#: ../src/cairo-dock-menu.c:1399
+#: ../src/cairo-dock-menu.c:1237
 msgid "Launch a new (Shift+clic)"
 msgstr "Запусціць яшчэ (Shift + клік)"
 
-#: ../src/cairo-dock-menu.c:1404
+#: ../src/cairo-dock-menu.c:1242
 msgid "Make it a launcher"
 msgstr "Зрабіць значком запуску"
 
-#: ../src/cairo-dock-menu.c:1407
+#: ../src/cairo-dock-menu.c:1245
 msgid "Show"
 msgstr "Паказаць"
 
-#: ../src/cairo-dock-menu.c:1409
+#: ../src/cairo-dock-menu.c:1247
 msgid "Unmaximise"
 msgstr "Аднавіць ранейшы памер"
 
-#: ../src/cairo-dock-menu.c:1409
+#: ../src/cairo-dock-menu.c:1247
 msgid "Maximise"
 msgstr "Разгарнуць на ўвесь экран"
 
-#: ../src/cairo-dock-menu.c:1412
+#: ../src/cairo-dock-menu.c:1250
 msgid "Minimise"
 msgstr "Згарнуць"
 
-#: ../src/cairo-dock-menu.c:1414
+#: ../src/cairo-dock-menu.c:1252
 msgid "Close (middle-click)"
 msgstr "Закрыць (сярэдні-клік)"
 
-#: ../src/cairo-dock-menu.c:1427
+#: ../src/cairo-dock-menu.c:1265
 msgid "Move all to this desktop"
 msgstr "Перамясціць ўсё на гэты рабочы стол"
 
-#: ../src/cairo-dock-menu.c:1433
+#: ../src/cairo-dock-menu.c:1271
 msgid "Launch new"
 msgstr "Запусціць новы"
 
-#: ../src/cairo-dock-menu.c:1436
+#: ../src/cairo-dock-menu.c:1274
 msgid "Show all"
 msgstr "Паказаць усе"
 
-#: ../src/cairo-dock-menu.c:1438
+#: ../src/cairo-dock-menu.c:1276
 msgid "Minimise all"
 msgstr "Згарнуць усе"
 
-#: ../src/cairo-dock-menu.c:1440
+#: ../src/cairo-dock-menu.c:1278
 msgid "Close all"
 msgstr "Зачыніць усе"
 
-#: ../src/cairo-dock-menu.c:1459 ../src/gldit/cairo-dock-gui-factory.c:925
+#: ../src/cairo-dock-menu.c:1298 ../src/gldit/cairo-dock-gui-factory.c:926
 msgid "Configure this applet"
 msgstr "Наладзіць гэты аплет"
 
-#: ../src/cairo-dock-menu.c:1463
+#: ../src/cairo-dock-menu.c:1302
 msgid "Detach this applet"
 msgstr "Адмацаваць гэты аплет"
 
-#: ../src/cairo-dock-menu.c:1463
+#: ../src/cairo-dock-menu.c:1302
 msgid "Return to the dock"
 msgstr "Вярнуць на панэль"
 
-#: ../src/cairo-dock-menu.c:1466
+#: ../src/cairo-dock-menu.c:1305
 msgid "Remove this applet"
 msgstr "Выдаліць гэты аплет"
 
-#: ../src/cairo-dock-menu.c:1470
+#: ../src/cairo-dock-menu.c:1309
 msgid "Launch another instance of this applet"
 msgstr "Запусціць яшчэ копію гэтага аплета"
 
-#: ../src/cairo-dock-menu.c:1492
+#: ../src/cairo-dock-menu.c:1331
 #: ../src/gldit/cairo-dock-internal-accessibility.c:277
 msgid "Visibility"
 msgstr "Бачнасьць"
 
-#: ../src/cairo-dock-menu.c:1507
+#: ../src/cairo-dock-menu.c:1346
 msgid "Normal"
 msgstr "Нармальны"
 
-#: ../src/cairo-dock-menu.c:1513 ../data/messages:21 ../data/messages:195
-#: ../data/messages:1361
+#: ../src/cairo-dock-menu.c:1352 ../data/messages:21 ../data/messages:201
+#: ../data/messages:1385
 msgid "Always on top"
 msgstr "Заўсёды наверсе"
 
-#: ../src/cairo-dock-menu.c:1520
+#: ../src/cairo-dock-menu.c:1359
 msgid "Always below"
 msgstr "Заўсёды ззаду"
 
-#: ../src/cairo-dock-menu.c:1533
+#: ../src/cairo-dock-menu.c:1372
 msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
 msgstr "ўсталюйце паводзіны ў Compiz на: (імя = cairo-dock & тып = utility)"
 
-#: ../src/cairo-dock-menu.c:1535
+#: ../src/cairo-dock-menu.c:1374
 msgid "Reserve space"
 msgstr "Рэзерваваць месца"
 
-#: ../src/cairo-dock-menu.c:1542
+#: ../src/cairo-dock-menu.c:1381
 msgid "On all desktops"
 msgstr "На ўсіх працоўных сталах"
 
-#: ../src/cairo-dock-menu.c:1548
+#: ../src/cairo-dock-menu.c:1387
 msgid "Lock position"
 msgstr "Замацаваць месцазнаходжанне"
 
-#: ../src/cairo-dock-user-interaction.c:167
-msgid "Do you want to mount this device?"
-msgstr "Вы жадаеце падключыць гэтую кропку?"
-
-#: ../src/cairo-dock-user-interaction.c:341
+#: ../src/cairo-dock-user-interaction.c:351
 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:250
+"Параметр \"'замясціць значкі прыкладанняў\" быў аўтаматычна усталяваны.\n"
+"Ён размешчаны ў модулі \"Панэль задач\"."
+
+#: ../src/cairo-dock.c:196
+msgid "Don't ask me any more"
+msgstr "Больш не пытацца пра гэта"
+
+#: ../src/cairo-dock.c:201
+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 ""
+"Каб пазбавіцца ад чорнага прамавугольніка вакол панэлі, вам варта актываваць "
+"кампазітны менеджэр.\n"
+"Для гэтага вы можаце задзейнічаць эфекты працоўнага стала, запусціўшы Compiz "
+"ці ж ўключыць Кампазітнасць ў Metacity.\n"
+"Я магу выканаць апошняе за вас, працягваць?"
+
+#: ../src/cairo-dock.c:213
+msgid "Do you want to keep this setting?"
+msgstr "Захаваць наладкі?"
+
+#: ../src/cairo-dock.c:219
+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 ""
+"Каб пазбавіцца ад чорнага прамавугольніка вакол панэлі, вам варта актываваць "
+"кампазітны менеджэр.\n"
+"Для гэтага вы можаце задзейнічаць эфекты працоўнага стала, запусціўшы Compiz "
+"ці ж ўключыць Кампазітныя ў Metacity.\n"
+"Калі ваш кампутар не падтрымлівае Кампазітныя, то Cairo-Dock можа "
+"симулировать яе; гэтая опцыя знаходзіцца ў модулі канфігурацыі 'Сістэма', у "
+"самым версе акна."
+
+#: ../src/cairo-dock.c:309
 msgid ""
 "A useful FAQ which also contains a lot of hints.\n"
 "Roll your mouse over a sentence to make helpful popups appear."
@@ -707,11 +717,11 @@
 "Карысны зборнік чаво, з мноствам саветаў.\n"
 "Правядзіце мышшу над прапановамі, каб убачыць падказку."
 
-#: ../src/cairo-dock.c:574
+#: ../src/cairo-dock.c:634
 msgid "Use OpenGL in Cairo-Dock"
 msgstr "Выкарыстаць OpenGL у Cairo-Dock?"
 
-#: ../src/cairo-dock.c:582
+#: ../src/cairo-dock.c:642
 msgid ""
 "OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
 "the minimum.\n"
@@ -734,51 +744,11 @@
 "  або з опцией -o для прымусовага OpenGL, або з опцией -c для прымусовага "
 "cairo.)"
 
-#: ../src/cairo-dock.c:587
+#: ../src/cairo-dock.c:647
 msgid "Remember this choice"
-msgstr ""
-
-#: ../src/cairo-dock.c:757
-msgid "Don't ask me any more"
-msgstr ""
-
-#: ../src/cairo-dock.c:762
-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 ""
-"Каб пазбавіцца ад чорнага прамавугольніка вакол панэлі, вам варта актываваць "
-"кампазітны менеджэр.\n"
-"Для гэтага вы можаце задзейнічаць эфекты працоўнага стала, запусціўшы Compiz "
-"ці ж ўключыць Кампазітнасць ў Metacity.\n"
-"Я магу выканаць апошняе за вас, працягваць?"
-
-#: ../src/cairo-dock.c:774
-msgid "Do you want to keep this setting?"
-msgstr "Захаваць наладкі?"
-
-#: ../src/cairo-dock.c:780
-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 ""
-"Каб пазбавіцца ад чорнага прамавугольніка вакол панэлі, вам варта актываваць "
-"кампазітны менеджэр.\n"
-"Для гэтага вы можаце задзейнічаць эфекты працоўнага стала, запусціўшы Compiz "
-"ці ж ўключыць Кампазітныя ў Metacity.\n"
-"Калі ваш кампутар не падтрымлівае Кампазітныя, то Cairo-Dock можа "
-"симулировать яе; гэтая опцыя знаходзіцца ў модулі канфігурацыі 'Сістэма', у "
-"самым версе акна."
-
-#: ../src/cairo-dock.c:812
+msgstr "Запомніць мой выбар"
+
+#: ../src/cairo-dock.c:818
 msgid ""
 "Welcome in Cairo-Dock2 !\n"
 "A default and simple theme has been loaded.\n"
@@ -801,7 +771,7 @@
 "Спадзяемся вам спадабацца наша праграма!\n"
 "  (цяпер можаце націснуць па гэтым паведамлення, каб закрыць яго)"
 
-#: ../src/cairo-dock.c:836
+#: ../src/cairo-dock.c:842
 #, c-format
 msgid ""
 "The module '%s' may have encountered a problem.\n"
@@ -812,7 +782,7 @@
 "Перазагрузка прайшла паспяхова, але калі гэта зноў паўторыцца, то будзем "
 "ўдзячныя за справаздачу пра памылку на http://glx-dock.org";
 
-#: ../src/gldit/cairo-dock-applet-facility.h:257
+#: ../src/gldit/cairo-dock-applet-facility.h:265
 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 "
@@ -821,7 +791,7 @@
 "Не атрымалася знайсці тэму; будзе выкарыстана стандартная.\n"
 " Вы можаце змяніць яе ў настройках гэтага модуля. Зрабіць гэта зараз?"
 
-#: ../src/gldit/cairo-dock-applet-facility.h:272
+#: ../src/gldit/cairo-dock-applet-facility.h:280
 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 "
@@ -830,77 +800,58 @@
 "Не атрымалася знайсці тэму для датчыка; будзе выкарыстана стандартная.\n"
 " Вы можаце змяніць яе ў настройках гэтага модуля. Зрабіць гэта зараз?"
 
-#: ../src/gldit/cairo-dock-applet-facility.h:354
+#: ../src/gldit/cairo-dock-applet-facility.h:362
 msgid "Applet's handbook"
 msgstr "Даведка па аплетаў"
 
-#: ../src/gldit/cairo-dock-file-manager.c:530
-#: ../src/gldit/cairo-dock-file-manager.c:578
-#, c-format
-msgid "%s is now mounted"
-msgstr "%s далучаны"
-
-#: ../src/gldit/cairo-dock-file-manager.c:578
-#, c-format
-msgid "%s is now unmounted"
-msgstr "%s адлучаны"
-
-#: ../src/gldit/cairo-dock-file-manager.c:597
+#: ../src/gldit/cairo-dock-file-manager.c:193
 #, c-format
 msgid "failed to mount %s"
 msgstr "не ўдалося далучыць %s"
 
-#: ../src/gldit/cairo-dock-file-manager.c:597
+#: ../src/gldit/cairo-dock-file-manager.c:193
 #, c-format
 msgid "Failed to unmount %s"
 msgstr "не ўдалося адлучыць %s"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:831
+#: ../src/gldit/cairo-dock-gui-factory.c:832
 msgid "_Custom Icons_"
 msgstr "_Наладзіць тэму_"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1246
+#: ../src/gldit/cairo-dock-gui-factory.c:1262
 msgid "Accessory"
 msgstr "Аксесуар"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1256
-msgid "Controller"
-msgstr "Кіраванне"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1261
-msgid "Plug-in"
-msgstr "Плагін"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1292
+#: ../src/gldit/cairo-dock-gui-factory.c:1306
 msgid "rate me"
 msgstr "дай адзнаку"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1312
+#: ../src/gldit/cairo-dock-gui-factory.c:1326
 msgid "Local"
 msgstr "Лакальная"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1316
+#: ../src/gldit/cairo-dock-gui-factory.c:1330
 msgid "User"
 msgstr "Свая"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1320
+#: ../src/gldit/cairo-dock-gui-factory.c:1334
 msgid "Net"
 msgstr "З сеткі"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1324
+#: ../src/gldit/cairo-dock-gui-factory.c:1338
 msgid "New"
 msgstr "Новая"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1329
+#: ../src/gldit/cairo-dock-gui-factory.c:1343
 msgid "Updated"
 msgstr "Абноўлена"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1425
-#: ../src/gldit/cairo-dock-gui-factory.c:1427
+#: ../src/gldit/cairo-dock-gui-factory.c:1439
+#: ../src/gldit/cairo-dock-gui-factory.c:1441
 msgid "You must try the theme before you can rate it."
 msgstr "Перш чым ставіць рэйтынг, вы павінны паспрабаваць тэму."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1450
+#: ../src/gldit/cairo-dock-gui-factory.c:1464
 #, c-format
 msgid ""
 "The '%s' module was not found.\n"
@@ -911,52 +862,54 @@
 "Пераканайцеся, што вы ўстанавілі версію гэтага модуля ідэнтычную версіі "
 "самой панэлі."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1459
+#: ../src/gldit/cairo-dock-gui-factory.c:1473
 #, c-format
 msgid ""
 "The '%s' plug-in is not active.\n"
 "Activate it now?"
 msgstr ""
+"Плягін '%s' не актыўны.\n"
+"Актываваць яго зараз?"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2125
+#: ../src/gldit/cairo-dock-gui-factory.c:2152
 #, c-format
 msgid "Listing themes in '%s' ..."
 msgstr "Спіс тым з '%s' ..."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2263
+#: ../src/gldit/cairo-dock-gui-factory.c:2290
 msgid "plug-in"
-msgstr ""
+msgstr "плагін"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2269
+#: ../src/gldit/cairo-dock-gui-factory.c:2296
 msgid "category"
 msgstr "катэгорыя"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2312
+#: ../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:2679
+#: ../src/gldit/cairo-dock-gui-factory.c:2742
 msgid "state"
 msgstr "Стан"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2685
+#: ../src/gldit/cairo-dock-gui-factory.c:2748
 msgid "Theme"
 msgstr "тэма"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2698
+#: ../src/gldit/cairo-dock-gui-factory.c:2761
 msgid "Rating"
 msgstr "рэйтынг"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2704
+#: ../src/gldit/cairo-dock-gui-factory.c:2767
 msgid "Sobriety"
 msgstr "умеранасць"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2790
+#: ../src/gldit/cairo-dock-gui-factory.c:2850
 msgid "link"
 msgstr "спасылка"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2843
+#: ../src/gldit/cairo-dock-gui-factory.c:2903
 msgid "Grab"
 msgstr "захапіць"
 
@@ -970,8 +923,8 @@
 " ці наадварот, схаваная ад вачэй?\n"
 "Наладзьце тут выгляд адлюстравання вашай панэлі і суб-панэляў!"
 
-#: ../src/gldit/cairo-dock-internal-background.c:160 ../data/messages:453
-#: ../data/messages:855 ../data/messages:1383
+#: ../src/gldit/cairo-dock-internal-background.c:160 ../data/messages:459
+#: ../data/messages:861 ../data/messages:1407
 msgid "Background"
 msgstr "Задні фон"
 
@@ -983,7 +936,7 @@
 msgid "_custom decoration_"
 msgstr "_Уласнае афармленне_"
 
-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:569
+#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:575
 msgid "Desklets"
 msgstr "Дэсклеты"
 
@@ -1007,7 +960,7 @@
 msgid "Configure text bubble appearance."
 msgstr "Наладзьце знешні выгляд воблачкаў напамін."
 
-#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:751
+#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:757
 msgid "Indicators"
 msgstr "Індыкатары"
 
@@ -1023,7 +976,7 @@
 msgid "Define icon caption and quick-info style."
 msgstr "Выберыце знешні выгляд подпісаў і інфа-паведамленняў."
 
-#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:145
+#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:151
 msgid "Position"
 msgstr "Пазіцыя"
 
@@ -1031,16 +984,12 @@
 msgid "Set the position of the main dock."
 msgstr "Выберыце месцазнаходжанне галоўнай панэлі."
 
-#: ../src/gldit/cairo-dock-internal-system.c:140 ../data/messages:347
-msgid "System"
-msgstr "Сістэма"
-
-#: ../src/gldit/cairo-dock-internal-system.c:142
+#: ../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:1089
+#: ../data/messages:1049
 msgid "Taskbar"
 msgstr "Панэль задач"
 
@@ -1056,7 +1005,7 @@
 "Прапаноўвае розныя віды Cairo-Dock. Актывіруце, каб выбраць іншы від панэлі."
 
 #: ../src/gldit/cairo-dock-internal-views.c:87 ../data/messages:115
-#: ../data/messages:513 ../data/messages:1377
+#: ../data/messages:519 ../data/messages:1401
 msgid "Views"
 msgstr "Выгляды"
 
@@ -1064,16 +1013,16 @@
 msgid "Select a view for each of your docks."
 msgstr "Можаце выбраць асобны від для кожнай панэлі."
 
-#: ../src/gldit/cairo-dock-struct.h:454
+#: ../src/gldit/cairo-dock-struct.h:457
 msgid "Default"
 msgstr "па змоўчванні"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:869
+#: ../src/gldit/cairo-dock-themes-manager.c:109
 #, c-format
 msgid "Are you sure you want to overwrite theme %s?"
 msgstr "Вы ўпэўненыя, што жадаеце перазапісаных тэму %s ?"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:982
+#: ../src/gldit/cairo-dock-themes-manager.c:222
 #, c-format
 msgid ""
 "Could not access remote file %s/%s. Maybe the server is down.\n"
@@ -1082,75 +1031,75 @@
 "не ўдалося атрымаць файл %s/%s, магчыма сервер не працуе.\n"
 "Паспрабуйце пазьней ці зьвяжыцеся з намі на glx-dock.org."
 
-#: ../src/gldit/cairo-dock-themes-manager.c:997
+#: ../src/gldit/cairo-dock-themes-manager.c:237
 #, c-format
 msgid "Are you sure you want to delete theme %s?"
 msgstr "Вы ўпэўненыя, што жадаеце выдаліць тэму %s ?"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:999
+#: ../src/gldit/cairo-dock-themes-manager.c:239
 msgid "Are you sure you want to delete these themes?"
 msgstr "Вы ўпэўненыя, што жадаеце выдаліць гэтыя тэмы?"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:37
-#: ../data/messages:211
+#: ../data/messages:217
 msgid "Move down"
-msgstr ""
+msgstr "Перамясціць уніз"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:39
-#: ../data/messages:213
+#: ../data/messages:219
 msgid "Fade out"
-msgstr ""
+msgstr "Зацямніць"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:41
-#: ../data/messages:215
+#: ../data/messages:221
 msgid "Semi transparent"
-msgstr ""
+msgstr "Полупразрыстасць"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:43
-#: ../data/messages:217
+#: ../data/messages:223
 msgid "Zoom out"
-msgstr ""
+msgstr "Паменшыць маштаб"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:45
-#: ../data/messages:219
+#: ../data/messages:225
 msgid "Folding"
-msgstr ""
+msgstr "Згортванне"
 
-#: ../data/messages:1 ../data/messages:1323
+#: ../data/messages:1 ../data/messages:1347
 msgid "Behavior"
 msgstr "Паводзіны"
 
-#: ../data/messages:3 ../data/messages:147 ../data/messages:1325
+#: ../data/messages:3 ../data/messages:153 ../data/messages:1349
 msgid "Position on the screen"
 msgstr "Месцазнаходжанне на экране"
 
-#: ../data/messages:5 ../data/messages:149
+#: ../data/messages:5 ../data/messages:155 ../data/messages:1351
 msgid "Choose which border of the screen the dock will be placed on:"
 msgstr "З якога боку экрана размясціць панэль:"
 
-#: ../data/messages:7 ../data/messages:151 ../data/messages:1329
+#: ../data/messages:7 ../data/messages:157 ../data/messages:1353
 msgid "bottom"
 msgstr "знізу"
 
-#: ../data/messages:9 ../data/messages:153 ../data/messages:1331
+#: ../data/messages:9 ../data/messages:159 ../data/messages:1355
 msgid "top"
 msgstr "зверху"
 
-#: ../data/messages:11 ../data/messages:155 ../data/messages:165
-#: ../data/messages:1333
+#: ../data/messages:11 ../data/messages:161 ../data/messages:171
+#: ../data/messages:1357
 msgid "right"
 msgstr "справа"
 
-#: ../data/messages:13 ../data/messages:157 ../data/messages:163
-#: ../data/messages:1335
+#: ../data/messages:13 ../data/messages:163 ../data/messages:169
+#: ../data/messages:1359
 msgid "left"
 msgstr "злева"
 
-#: ../data/messages:15 ../data/messages:189
+#: ../data/messages:15 ../data/messages:195
 msgid "Visibility of the main dock"
 msgstr "Бачнасць асноўнай панэлі"
 
-#: ../data/messages:17 ../data/messages:191 ../data/messages:1357
+#: ../data/messages:17 ../data/messages:197 ../data/messages:1381
 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 "
@@ -1158,41 +1107,47 @@
 "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 ""
+"Рэжымы адсартаваныя ў парадку \"дакучлівасці\", ад больш дакучлівай да "
+"менш.\n"
+"Калі панэль знаходзіцца ззаду вокнаў, змясціце курсор на мяжу экрана, каб "
+"выклікаць яе.\n"
+"Калі панэль з'яўляецца пры клавіятурны скарачэнні, то яна з'явіцца ў пазіцыі "
+"курсора. Астатні час застаючыся нябачнай, як сістэмнае меню."
 
-#: ../data/messages:19 ../data/messages:55 ../data/messages:193
-#: ../data/messages:255 ../data/messages:1359
+#: ../data/messages:19 ../data/messages:55 ../data/messages:199
+#: ../data/messages:261 ../data/messages:1383
 msgid "Visibility:"
 msgstr "Бачнасць:"
 
-#: ../data/messages:23 ../data/messages:197 ../data/messages:1363
+#: ../data/messages:23 ../data/messages:203 ../data/messages:1387
 msgid "Reserve space for the dock"
-msgstr ""
+msgstr "Зарэзерваваць месца пад панэль"
 
-#: ../data/messages:25 ../data/messages:199 ../data/messages:1365
+#: ../data/messages:25 ../data/messages:205 ../data/messages:1389
 msgid "Keep the dock below"
 msgstr ""
 
-#: ../data/messages:27 ../data/messages:201 ../data/messages:1367
+#: ../data/messages:27 ../data/messages:207 ../data/messages:1391
 msgid "Hide the dock when it overlaps the current window"
 msgstr ""
 
-#: ../data/messages:29 ../data/messages:203 ../data/messages:1369
+#: ../data/messages:29 ../data/messages:209 ../data/messages:1393
 msgid "Hide the dock whenever it overlaps any window"
 msgstr ""
 
-#: ../data/messages:31 ../data/messages:205 ../data/messages:1371
+#: ../data/messages:31 ../data/messages:211 ../data/messages:1395
 msgid "Keep the dock hidden"
 msgstr ""
 
-#: ../data/messages:33 ../data/messages:207 ../data/messages:1373
+#: ../data/messages:33 ../data/messages:213 ../data/messages:1397
 msgid "Pop-up on shortcut"
 msgstr "Усплывае па клавіятурным скарачэнні"
 
-#: ../data/messages:35 ../data/messages:209
+#: ../data/messages:35 ../data/messages:215
 msgid "Effect used to hide the dock:"
 msgstr ""
 
-#: ../data/messages:47 ../data/messages:239
+#: ../data/messages:47 ../data/messages:245
 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 "
@@ -1202,7 +1157,7 @@
 "мышы. Астатні час знаходзячыся ў нябачным стане, такім чынам дзейнічаючы як "
 "меню."
 
-#: ../data/messages:49 ../data/messages:241
+#: ../data/messages:49 ../data/messages:247
 msgid "Keyboard shortcut to pop-up the dock:"
 msgstr "Клавіятурны скарачэнне:"
 
@@ -1210,7 +1165,7 @@
 msgid "Visibility of sub-docks"
 msgstr "Бачнасць суб-панэляў"
 
-#: ../data/messages:53 ../data/messages:253
+#: ../data/messages:53 ../data/messages:259
 msgid ""
 "they will appear either when you click or when you linger over the icon "
 "pointing on it."
@@ -1218,11 +1173,11 @@
 "яны будуць з'яўляцца калі вы клікніце на значкі, альбо калі навядзе на яго "
 "курсор мышы."
 
-#: ../data/messages:57 ../data/messages:257
+#: ../data/messages:57 ../data/messages:263
 msgid "Appear on mouse over"
 msgstr "Пры навядзенні курсора"
 
-#: ../data/messages:59 ../data/messages:259
+#: ../data/messages:59 ../data/messages:265
 msgid "Appear on click"
 msgstr "Пры кліку"
 
@@ -1248,7 +1203,7 @@
 msgid "Behaviour of the Taskbar:"
 msgstr "Паводзіны панэлі задач:"
 
-#: ../data/messages:67 ../data/messages:915 ../data/messages:1499
+#: ../data/messages:67 ../data/messages:1521
 msgid "None"
 msgstr "None"
 
@@ -1272,7 +1227,7 @@
 msgid "On appearance/disappearance:"
 msgstr ""
 
-#: ../data/messages:87 ../data/messages:637
+#: ../data/messages:87 ../data/messages:643
 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 "
@@ -1318,35 +1273,35 @@
 "Значкі запуску, праграмы і аплеты будуць аддзеленыя адзін ад аднаго. "
 "Падзельнікі ўставяцца аўтаматычна."
 
-#: ../data/messages:105 ../data/messages:727
+#: ../data/messages:105 ../data/messages:733
 msgid "Separate the different types of icons?"
 msgstr "Аддзяляць розныя тыпы значкоў?"
 
-#: ../data/messages:107 ../data/messages:737
+#: ../data/messages:107 ../data/messages:743
 msgid "Order of the different types of icons :"
 msgstr "Парадак размяшчэння розных тыпаў значкоў:"
 
-#: ../data/messages:109 ../data/messages:739
+#: ../data/messages:109 ../data/messages:745
 msgid "launchers"
 msgstr "значкі запуску"
 
-#: ../data/messages:111 ../data/messages:741
+#: ../data/messages:111 ../data/messages:747
 msgid "applications"
 msgstr "праграмы"
 
-#: ../data/messages:113 ../data/messages:743
+#: ../data/messages:113 ../data/messages:749
 msgid "applets"
 msgstr "аплеты"
 
-#: ../data/messages:117 ../data/messages:517
+#: ../data/messages:117 ../data/messages:523
 msgid "Choose the default view for main docks :"
 msgstr "Абярыце від асноўны панэлі:"
 
-#: ../data/messages:119 ../data/messages:521
+#: ../data/messages:119 ../data/messages:527
 msgid "You can overwrite this parameter for each sub-dock."
 msgstr "Вы можаце перазапісаных гэты параметр для кожнай суб-панэлі."
 
-#: ../data/messages:121 ../data/messages:523
+#: ../data/messages:121 ../data/messages:529
 msgid "Choose the default view for sub-docks :"
 msgstr "Абярыце від суб-панэлі:"
 
@@ -1373,15 +1328,20 @@
 msgid "Add or remove any applet :"
 msgstr "Дадаць або выдаліць аплет:"
 
-#: ../data/messages:131 ../data/messages:1403
+#: ../data/messages:131
+msgid ""
+"You can install them by simply drag-and-dropping the link onto your dock."
+msgstr ""
+
+#: ../data/messages:137 ../data/messages:1427
 msgid "Themes"
 msgstr "Тэмы"
 
-#: ../data/messages:133 ../data/messages:1407
+#: ../data/messages:139 ../data/messages:1431
 msgid "Choose one of the available themes:"
 msgstr "Выберыце адну з даступных тэм:"
 
-#: ../data/messages:137 ../data/messages:1413
+#: ../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 "
@@ -1391,11 +1351,11 @@
 "значкі з прадстаўленай тэмы. У адваротным выпадку, бягучыя значкі запуску "
 "будуць захаваны і толькі іх выявы будуць заменены."
 
-#: ../data/messages:139 ../data/messages:1415
+#: ../data/messages:145 ../data/messages:1439
 msgid "Use the new theme's launchers?"
 msgstr "Выкарыстоўваць значкі запуску з новай тэмы?"
 
-#: ../data/messages:141 ../data/messages:1417
+#: ../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."
@@ -1404,11 +1364,11 @@
 "размяшчэнне на панэлі, параметры паводзінаў, такія як аўто-схаванні, "
 "выкарыстанне панэлі задач і г.д."
 
-#: ../data/messages:143 ../data/messages:1419
+#: ../data/messages:149 ../data/messages:1443
 msgid "Use the new theme's behaviour?"
 msgstr "Выкарыстоўваць паводзіны з новай тэмы?"
 
-#: ../data/messages:159 ../data/messages:1337
+#: ../data/messages:165 ../data/messages:1361
 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 "
@@ -1421,15 +1381,15 @@
 "гарызантальнай - адносна правага і вертыкальнай - адносна ніжняга вугла і "
 "пры значэнні 0.5 размяшчэнне будзе выравниваться адносна сярэдзіны экрана."
 
-#: ../data/messages:161 ../data/messages:1339
+#: ../data/messages:167 ../data/messages:1363
 msgid "Relative alignment:"
 msgstr "Выраўноўваць адносна:"
 
-#: ../data/messages:167
+#: ../data/messages:173 ../data/messages:1365
 msgid "Offset from the screen's edge"
 msgstr "Зрушэнне ад мяжы экрана"
 
-#: ../data/messages:169 ../data/messages:1343
+#: ../data/messages:175 ../data/messages:1367
 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."
@@ -1438,11 +1398,11 @@
 "перетаскивать панэль утрымліваючы націснутай клавішу ALT або CTRL і левай "
 "кнопкі мышы."
 
-#: ../data/messages:171
+#: ../data/messages:177 ../data/messages:1369
 msgid "Lateral offset:"
 msgstr "Бакавое зрушэнне:"
 
-#: ../data/messages:173 ../data/messages:1347
+#: ../data/messages:179 ../data/messages:1371
 msgid ""
 "in pixels. You can also move the dock by holding the ALT or CTRL key and the "
 "left mouse button."
@@ -1450,81 +1410,81 @@
 "у піксэлях. Таксама вы можаце перетаскивать панэль утрымліваючы націснутай "
 "клавішу ALT або CTRL і левай кнопкі мышы."
 
-#: ../data/messages:175 ../data/messages:1349
+#: ../data/messages:181 ../data/messages:1373
 msgid "Distance to the screen edge:"
 msgstr "Дыстанцыя да мяжы экрана:"
 
-#: ../data/messages:177
+#: ../data/messages:183
 msgid "Multiple screens"
 msgstr "Множныя экраны"
 
-#: ../data/messages:179
+#: ../data/messages:185
 msgid ""
 "This option is to use if you have a dual-screen and use Xinerama to manage "
 "them."
 msgstr ""
 
-#: ../data/messages:181
+#: ../data/messages:187
 msgid "Use Xinerama?"
 msgstr "Выкарыстоўваць Xinerama?"
 
-#: ../data/messages:183
+#: ../data/messages:189
 msgid "0 is the first screen."
 msgstr ""
 
-#: ../data/messages:185 ../data/messages:1353
+#: ../data/messages:191 ../data/messages:1377
 msgid "Number of the screen where the dock should be located:"
 msgstr "Нумары экранаў на якіх адлюстроўваць панэль:"
 
-#: ../data/messages:187
+#: ../data/messages:193
 msgid "Accessibility"
 msgstr "Дадатковыя Магчымасці"
 
-#: ../data/messages:221
+#: ../data/messages:227
 msgid "in ms. 0 means no delay."
-msgstr ""
+msgstr "у мс. 0 - без затрымакі."
 
-#: ../data/messages:223
+#: ../data/messages:229
 msgid "Delay before the dock unhides itself:"
-msgstr ""
+msgstr "Затрымка перад раскрыццём панэлі:"
 
-#: ../data/messages:225
+#: ../data/messages:231
 msgid "How to call the dock back:"
-msgstr ""
+msgstr "Якім чынам выклікаць панэль:"
 
-#: ../data/messages:227
+#: ../data/messages:233
 msgid "Hit the screen's border"
-msgstr ""
+msgstr "Дотык да краю экрана"
 
-#: ../data/messages:229
+#: ../data/messages:235
 msgid "Hit where the dock is"
-msgstr ""
+msgstr "Дотык да месца дзе панэль"
 
-#: ../data/messages:231
+#: ../data/messages:237
 msgid "Hit the screen's corner"
-msgstr ""
+msgstr "Дотык да куце экрана"
 
-#: ../data/messages:233
+#: ../data/messages:239
 msgid "Hit a zone"
-msgstr ""
+msgstr "Закрануць зоны"
 
-#: ../data/messages:235
+#: ../data/messages:241
 msgid "Size of the zone :"
-msgstr ""
+msgstr "Памер зоны:"
 
-#: ../data/messages:237
+#: ../data/messages:243
 msgid "Image to display on the zone :"
-msgstr ""
+msgstr "Выява для зоны:"
 
-#: ../data/messages:243
+#: ../data/messages:249
 msgid "Additional parameters"
 msgstr "Дадатковыя параметры"
 
-#: ../data/messages:245
+#: ../data/messages:251
 msgid "Stretch the dock to always fill the screen"
 msgstr "Расцягваць панэль на ўсю шырыню экрана?"
 
-#: ../data/messages:247
+#: ../data/messages:253
 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)."
@@ -1533,319 +1493,329 @@
 "і ваш аконны мэнэджэр дазваляе панэлі быць над полноэкранных вокнаў (што "
 "рэдка)."
 
-#: ../data/messages:249
+#: ../data/messages:255
 msgid "Automatically hide the dock when a window becomes full screen?"
 msgstr "Хаваць панэль пры разворачивании акна на ўвесь экран?"
 
-#: ../data/messages:251
+#: ../data/messages:257
 msgid "Sub-docks' visibility"
 msgstr "Бачнасць суб-панэляў"
 
-#: ../data/messages:261 ../data/messages:265
+#: ../data/messages:267 ../data/messages:271
 msgid "in ms."
 msgstr "у мсек."
 
-#: ../data/messages:263
+#: ../data/messages:269
 msgid "Delay before displaying a sub-dock:"
-msgstr ""
+msgstr "Затрымка з'яўлення суб-панэлі:"
 
-#: ../data/messages:267
+#: ../data/messages:273
 msgid "Delay before leaving a sub-dock takes effect:"
-msgstr ""
+msgstr "Затрымка перад ўжыць эфекту пры покидании суб-панэлі:"
 
-#: ../data/messages:269
+#: ../data/messages:275
 msgid "TaskBar"
 msgstr "Панэль задач"
 
-#: ../data/messages:273
+#: ../data/messages:279
 msgid ""
 "Cairo-Dock will then act as your taskbar. It is recommended to remove any "
 "other taskbars."
 msgstr ""
+"Cairo-Dock будзе паводзіць сябе як панэль задач, рэкамендуецца прыбраць усе "
+"астатнія панэлі."
 
-#: ../data/messages:275
+#: ../data/messages:281
 msgid "Show currently opened applications in the dock?"
-msgstr ""
+msgstr "Паказваць запушчаныя праграмы ў панэлі?"
 
-#: ../data/messages:277
+#: ../data/messages:283
 msgid "Only show icons whose windows are minimised"
-msgstr ""
+msgstr "Паказваць значкі толькі мінімізаваных вокнаў?"
 
-#: ../data/messages:279
+#: ../data/messages:285
 msgid "Only show applications on current desktop"
-msgstr ""
+msgstr "Паказваць праграмы толькі цяперашнага рабочага стала?"
 
-#: ../data/messages:281
+#: ../data/messages:287
 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 ""
+"Значкі прыкладанняў будуць рэагаваць як самі прыкладання, калі іх дадатак "
+"запушчана, пры гэтым на значкі з'явіцца Сігнальны індыкатар. Таксама, вы "
+"можаце запусціць іншую копію дадатку з дапамогай камбінацыі SHIFT + пстрычка."
 
-#: ../data/messages:283
+#: ../data/messages:289
 msgid "Mix launchers and applications"
-msgstr ""
+msgstr "Аб'яднаць значкі запуску з іх праграмамі?"
 
-#: ../data/messages:285
+#: ../data/messages:291
 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:287
+#: ../data/messages:293
 msgid "Group windows from the same application in a sub-dock ?"
-msgstr ""
+msgstr "Згрупаваць вокны адной праграмы ў суб-панэль?"
 
-#: ../data/messages:289 ../data/messages:299
+#: ../data/messages:295 ../data/messages:305
 msgid "Enter the class of the applications, separated by a semi-colon ';'"
-msgstr ""
+msgstr "увядзіце клас праграм, падзяляючы іх знакам \";\""
 
-#: ../data/messages:291 ../data/messages:301
+#: ../data/messages:297 ../data/messages:307
 msgid "\t\tExcept the following classes:"
-msgstr ""
+msgstr "\t\tАкрамя наступных класаў:"
 
-#: ../data/messages:293
+#: ../data/messages:299
 msgid "Representation"
 msgstr "Прадстаўленне"
 
-#: ../data/messages:295
+#: ../data/messages:301
 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:297
+#: ../data/messages:303
 msgid "Overwrite the X icon with the launchers' icon?"
-msgstr ""
+msgstr "Замяніць значкі праграм?"
 
-#: ../data/messages:303
+#: ../data/messages:309
 msgid ""
 "A composite manager is required to display the thumbnail.\n"
 "OpenGL is required to draw the icon bent backwards."
 msgstr ""
+"Кампазітны менеджэр, неабходны для адлюстравання мініяцюр.\n"
+"OpenGL патрабуецца намаляваць абразок нахіліўся назад."
 
-#: ../data/messages:305
+#: ../data/messages:311
 msgid "How to draw minimised windows ?"
 msgstr "Як адлюстраваць згорнутыя вокны?"
 
-#: ../data/messages:307
+#: ../data/messages:313
 msgid "Make the icon transparent"
 msgstr "Зрабіць абразок празрыстым"
 
-#: ../data/messages:309
+#: ../data/messages:315
 msgid "Show a window's thumbnail"
-msgstr ""
+msgstr "Паказваць эскізы згорнутыя вокнаў"
 
-#: ../data/messages:311
+#: ../data/messages:317
 msgid "Draw it bent backwards"
-msgstr ""
+msgstr "Маляваць з загибом"
 
-#: ../data/messages:313
+#: ../data/messages:319
 msgid "Transparency of icons whose window is minimised:"
-msgstr ""
+msgstr "Празрыстасць значкоў (не) згорнутых вокнаў:"
 
-#: ../data/messages:315 ../data/messages:473 ../data/messages:585
-#: ../data/messages:611 ../data/messages:683
+#: ../data/messages:321 ../data/messages:479 ../data/messages:591
+#: ../data/messages:617 ../data/messages:689
 msgid "Opaque"
 msgstr "непразрысты"
 
-#: ../data/messages:317 ../data/messages:471 ../data/messages:583
-#: ../data/messages:609 ../data/messages:681
+#: ../data/messages:323 ../data/messages:477 ../data/messages:589
+#: ../data/messages:615 ../data/messages:687
 msgid "Transparent"
 msgstr "празрысты"
 
-#: ../data/messages:319
+#: ../data/messages:325
 msgid "Play a short animation of the icon when its window becomes active"
-msgstr ""
+msgstr "Аніміраваць значок, калі яго акно становіцца актыўным?"
 
-#: ../data/messages:321
+#: ../data/messages:327
 msgid "\"...\" will be added at the end if the name is too long."
 msgstr ""
 "Калі імя файла занадта доўгае, то да канца імя будзе дададзена \"...\"."
 
-#: ../data/messages:323
+#: ../data/messages:329
 msgid "Maximum number of caracters in application name:"
-msgstr ""
+msgstr "Максімальная колькасць знакаў у імя:"
 
-#: ../data/messages:325
+#: ../data/messages:331
 msgid "Interaction"
 msgstr "Узаемадзеянне"
 
-#: ../data/messages:327
+#: ../data/messages:333
 msgid "This is the default behaviour of most taskbars."
-msgstr ""
+msgstr "Стандартныя паводзіны большасці панэляў задач."
 
-#: ../data/messages:329
+#: ../data/messages:335
 msgid ""
 "Minimise the window when its icon is clicked, if it was already the active "
 "window ?"
 msgstr ""
+"Згарнуць акно пры пстрычцы на яго значкі, калі ў дадзены момант яно актыўна?"
 
-#: ../data/messages:331
+#: ../data/messages:337
 msgid "In the style of Firefox tabs"
-msgstr ""
+msgstr "На манер паводзінаў вкладок Firefox."
 
-#: ../data/messages:333
+#: ../data/messages:339
 msgid "Middle-clicking on an icon closes the related application"
-msgstr ""
+msgstr "Сярэдняя пстрычка закрывае звязаную праграму?"
 
-#: ../data/messages:335
+#: ../data/messages:341
 msgid "Highlight applications requiring your attention with a dialog bubble"
-msgstr ""
+msgstr "Калі патрабуецца вашу ўвага, апавяшчаць воблачкам напамінаў?"
 
-#: ../data/messages:337
+#: ../data/messages:343
 msgid "in seconds"
 msgstr "у сякундах"
 
-#: ../data/messages:339
+#: ../data/messages:345
 msgid "Duration of the dialog:"
-msgstr ""
+msgstr "Працягласць дыялогавае акна:"
 
-#: ../data/messages:341
+#: ../data/messages:347
 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 ""
+"Вы атрымаеце апавяшчэнне, нават калі вы глядзіце фільм на поўным экране ці "
+"знаходзіцеся на іншым працоўным стале.\n"
 
-#: ../data/messages:343
+#: ../data/messages:349
 msgid "Force the following applications to demand your attention"
-msgstr ""
+msgstr "Прымусова апавяшчаць вас аб наступных праграмах?"
 
-#: ../data/messages:345
+#: ../data/messages:351
 msgid "Highlight applications demanding your attention with an animation"
-msgstr ""
+msgstr "Калі патрабуецца ваша ўвага, апавяшчаць з дапамогай анімацыі?"
 
-#: ../data/messages:349
+#: ../data/messages:355
 msgid "Animations speed"
 msgstr "Хуткасць анімацыі"
 
-#: ../data/messages:351
+#: ../data/messages:357
 msgid "Animate sub-docks when they appear"
-msgstr ""
+msgstr "Аніміраваныя суб-панэль пры з'яўленні?"
 
-#: ../data/messages:353
+#: ../data/messages:359
 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:355
+#: ../data/messages:361
 msgid "Animation unfolding duration:"
 msgstr ""
 
-#: ../data/messages:357 ../data/messages:365 ../data/messages:369
-#: ../data/messages:377 ../data/messages:381
+#: ../data/messages:363 ../data/messages:371 ../data/messages:375
+#: ../data/messages:383 ../data/messages:387
 msgid "fast"
 msgstr "хутка"
 
-#: ../data/messages:359 ../data/messages:367 ../data/messages:371
-#: ../data/messages:379 ../data/messages:383
+#: ../data/messages:365 ../data/messages:373 ../data/messages:377
+#: ../data/messages:385 ../data/messages:389
 msgid "slow"
 msgstr "павольна"
 
-#: ../data/messages:361 ../data/messages:373
+#: ../data/messages:367 ../data/messages:379
 msgid "The more there are, the slower it will be"
 msgstr "Чым больш значэнне, тым больш павольна раскрыццё"
 
-#: ../data/messages:363
+#: ../data/messages:369
 msgid "Number of steps in the zoom animation (grow/shrink):"
 msgstr ""
 
-#: ../data/messages:375
+#: ../data/messages:381
 msgid "Number of steps in the auto-hide animation (move up/move down):"
 msgstr ""
 
-#: ../data/messages:385
+#: ../data/messages:391
 msgid "Refresh rate"
 msgstr ""
 
-#: ../data/messages:387 ../data/messages:391 ../data/messages:395
+#: ../data/messages:393 ../data/messages:397 ../data/messages:401
 msgid "in Hz. This is to adjust behaviour relative to your CPU power."
 msgstr ""
 
-#: ../data/messages:389
+#: ../data/messages:395
 msgid "Refresh rate when mouving cursor into the dock :"
 msgstr ""
 
-#: ../data/messages:393
+#: ../data/messages:399
 msgid "Animation frequency for the OpenGL backend :"
 msgstr ""
 
-#: ../data/messages:397
+#: ../data/messages:403
 msgid "Animation frequency for the Cairo backend :"
 msgstr ""
 
-#: ../data/messages:399
+#: ../data/messages:405
 msgid ""
 "The transparency gradation pattern will then be re-calculated in real time. "
 "May need more CPU power."
 msgstr ""
 
-#: ../data/messages:401
+#: ../data/messages:407
 msgid "Reflections should be calculated in real-time?"
 msgstr ""
 
-#: ../data/messages:403
+#: ../data/messages:409
 msgid "Label readability"
 msgstr "Чытальнасць подпісаў"
 
-#: ../data/messages:405
+#: ../data/messages:411
 msgid "Should the labels always be horizontal, even when dock is vertical?"
 msgstr ""
 
-#: ../data/messages:407
+#: ../data/messages:413
 msgid ""
 "the bigger, the more the labels next to the selected icon will be "
 "transparent."
 msgstr ""
 
-#: ../data/messages:409
+#: ../data/messages:415
 msgid "label's visibility threshold :"
 msgstr "Парог адлюстравання подпісаў:"
 
-#: ../data/messages:411
+#: ../data/messages:417
 msgid "Configure labels appearence."
 msgstr "Знешні выгляд подпісаў."
 
-#: ../data/messages:413
+#: ../data/messages:419
 msgid "Composition"
 msgstr "Кампазітнасць"
 
-#: ../data/messages:415
+#: ../data/messages:421
 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:417
+#: ../data/messages:423
 msgid "Emulate composition with fake transparency?"
 msgstr ""
 
-#: ../data/messages:419
+#: ../data/messages:425
 msgid "You need to re-open the panel. It is deactivated by default on KDE."
 msgstr ""
 "Вам спатрэбіцца переоткрыть панэль. Гэты параметр па змоўчванні дэактываваў "
 "Ñž KDE."
 
-#: ../data/messages:421
+#: ../data/messages:427
 msgid "Make the config panel transparent?"
 msgstr ""
 
-#: ../data/messages:423
-msgid "Files"
-msgstr "Файлы"
-
-#: ../data/messages:425
-msgid "Show hidden files?"
-msgstr ""
-
-#: ../data/messages:427
-msgid "Connection to the themes' server"
-msgstr ""
-
 #: ../data/messages:429
+msgid "Connection to the Internet"
+msgstr ""
+
+#: ../data/messages:431
 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 "
@@ -1855,237 +1825,249 @@
 "на фазе падключэння, г.зн. як толькі адбудзецца падключэнне, гэты параметр "
 "не будзе больш выкарыстоўвацца."
 
-#: ../data/messages:431
-msgid "Connection timeout to the themes' server :"
-msgstr ""
-
 #: ../data/messages:433
+msgid "Connection timeout :"
+msgstr ""
+
+#: ../data/messages:435
 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:435
-msgid "Maximum time to download a theme:"
-msgstr ""
-
 #: ../data/messages:437
+msgid "Maximum time to download a file:"
+msgstr ""
+
+#: ../data/messages:439
+msgid "Use this option if you experience problems to connect."
+msgstr ""
+
+#: ../data/messages:441
+msgid "Force IPv4 ?"
+msgstr ""
+
+#: ../data/messages:443
 msgid "Use this option if you connect to the Internet through a proxy."
 msgstr ""
 
-#: ../data/messages:439
+#: ../data/messages:445
 msgid "Are you behind a proxy ?"
 msgstr ""
 
-#: ../data/messages:441
+#: ../data/messages:447
 msgid "Proxy name :"
 msgstr ""
 
-#: ../data/messages:443
+#: ../data/messages:449
 msgid "Port :"
 msgstr ""
 
-#: ../data/messages:445 ../data/messages:449
+#: ../data/messages:451 ../data/messages:455
 msgid ""
 "Let empty if you don't need to log-in to the proxy with a user/password."
 msgstr ""
 
-#: ../data/messages:447 ../data/messages:451
+#: ../data/messages:453
+msgid "User :"
+msgstr ""
+
+#: ../data/messages:457
 msgid "Password :"
 msgstr ""
 
-#: ../data/messages:455 ../data/messages:1385
+#: ../data/messages:461 ../data/messages:1409
 msgid "Fill the background with:"
 msgstr ""
 
-#: ../data/messages:457 ../data/messages:463 ../data/messages:757
-#: ../data/messages:1389
+#: ../data/messages:463 ../data/messages:469 ../data/messages:763
+#: ../data/messages:1413
 msgid "Image"
 msgstr "Выявай"
 
-#: ../data/messages:459 ../data/messages:479 ../data/messages:1391
+#: ../data/messages:465 ../data/messages:485 ../data/messages:1415
 msgid "Colour gradation"
 msgstr ""
 
-#: ../data/messages:461
+#: ../data/messages:467
 msgid "Use a background image."
 msgstr "Выкарыстоўваць выяву задняга фону."
 
-#: ../data/messages:465 ../data/messages:1393
+#: ../data/messages:471 ../data/messages:1417
 msgid ""
 "Any format allowed; if empty, the colour gradation will be used as a fall "
 "back."
 msgstr ""
 
-#: ../data/messages:467 ../data/messages:1395
+#: ../data/messages:473 ../data/messages:1419
 msgid "Image filename to use as a background :"
 msgstr ""
 
-#: ../data/messages:469
+#: ../data/messages:475
 msgid "Image's transparency :"
 msgstr "Празрыстасць выявы:"
 
-#: ../data/messages:475 ../data/messages:1397
+#: ../data/messages:481 ../data/messages:1421
 msgid "Repeat image as a pattern to fill background?"
 msgstr ""
 
-#: ../data/messages:477
+#: ../data/messages:483
 msgid "Use a colour gradation."
 msgstr ""
 
-#: ../data/messages:481 ../data/messages:1399
+#: ../data/messages:487 ../data/messages:1423
 msgid "Bright colour:"
 msgstr ""
 
-#: ../data/messages:483 ../data/messages:1401
+#: ../data/messages:489 ../data/messages:1425
 msgid "Dark colour:"
 msgstr ""
 
-#: ../data/messages:485
+#: ../data/messages:491
 msgid "In degrees, in relation to the vertical"
 msgstr "У градусах, адносна вертыкалі."
 
-#: ../data/messages:487
+#: ../data/messages:493
 msgid "Angle of the gradation :"
 msgstr "Кут наколна градыенту:"
 
-#: ../data/messages:489
+#: ../data/messages:495
 msgid "If not nul, it will form stripes."
 msgstr "Калі не нуль, то будзе выкарыстаная форма полосок."
 
-#: ../data/messages:491
+#: ../data/messages:497
 msgid "Repeat the gradation this number of times:"
 msgstr ""
 
-#: ../data/messages:493
+#: ../data/messages:499
 msgid "Percentage of the bright colour:"
 msgstr ""
 
-#: ../data/messages:495
+#: ../data/messages:501
 msgid "External Frame"
 msgstr ""
 
-#: ../data/messages:497 ../data/messages:501 ../data/messages:507
-#: ../data/messages:555 ../data/messages:655
+#: ../data/messages:503 ../data/messages:507 ../data/messages:513
+#: ../data/messages:561 ../data/messages:661
 msgid "in pixels."
 msgstr "у піксэлях."
 
-#: ../data/messages:499
+#: ../data/messages:505
 msgid "Corner radius :"
 msgstr "Радыус закругленых кутоў:"
 
-#: ../data/messages:503
+#: ../data/messages:509
 msgid "Linewidth of the external line :"
 msgstr ""
 
-#: ../data/messages:505
+#: ../data/messages:511
 msgid "Colour of the external line:"
 msgstr ""
 
-#: ../data/messages:509
+#: ../data/messages:515
 msgid "Margin between the frame and the icons or their reflects :"
 msgstr "Адлегласць ад рамкі да значкоў або іх адлюстраванняў:"
 
-#: ../data/messages:511
+#: ../data/messages:517
 msgid "Are the bottom left and right corners rounded?"
 msgstr ""
 
-#: ../data/messages:515
+#: ../data/messages:521
 msgid "Main Dock"
 msgstr "Асноўная панэль"
 
-#: ../data/messages:519
+#: ../data/messages:525
 msgid "Sub-Docks"
 msgstr "Суб-панэлі"
 
-#: ../data/messages:525
+#: ../data/messages:531
 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:527
+#: ../data/messages:533
 msgid "Ratio for the size of the sub-docks' icons :"
 msgstr "Адносіны памераў значкоў на суб-панэлях:"
 
-#: ../data/messages:529 ../data/messages:797
+#: ../data/messages:535 ../data/messages:803
 msgid "smaller"
 msgstr "меншы"
 
-#: ../data/messages:531
+#: ../data/messages:537
 msgid "same size"
 msgstr "аднолькавага памеру"
 
-#: ../data/messages:533
+#: ../data/messages:539
 msgid "Dialogs"
 msgstr "Дыялогі"
 
-#: ../data/messages:535
+#: ../data/messages:541
 msgid "Bubble"
 msgstr "Воблачка нагадвання"
 
-#: ../data/messages:537
+#: ../data/messages:543
 msgid "Background colour of the bubble:"
 msgstr ""
 
-#: ../data/messages:539
+#: ../data/messages:545
 msgid "Shape of the bubble:"
 msgstr ""
 
-#: ../data/messages:541
+#: ../data/messages:547
 msgid "Text"
 msgstr "Тэкст"
 
-#: ../data/messages:543 ../data/messages:833
+#: ../data/messages:549 ../data/messages:839
 msgid "Otherwise the default's system one will be used."
 msgstr ""
 
-#: ../data/messages:545
+#: ../data/messages:551
 msgid "Use a custom font for the text?"
 msgstr ""
 
-#: ../data/messages:547
+#: ../data/messages:553
 msgid "Text font:"
 msgstr ""
 
-#: ../data/messages:549 ../data/messages:839
+#: ../data/messages:555 ../data/messages:845
 msgid "Draw the outline of the text?"
 msgstr ""
 
-#: ../data/messages:551
+#: ../data/messages:557
 msgid "Text color:"
 msgstr ""
 
-#: ../data/messages:553 ../data/messages:613
+#: ../data/messages:559 ../data/messages:619
 msgid "Buttons"
 msgstr "Кнопкі"
 
-#: ../data/messages:557
+#: ../data/messages:563
 msgid "Size of buttons in the info-bubbles (width x height) :"
 msgstr "Памер кнопак у воблачкаў напамін (шырыня х вышыня):"
 
-#: ../data/messages:559 ../data/messages:563 ../data/messages:617
-#: ../data/messages:621 ../data/messages:625 ../data/messages:629
+#: ../data/messages:565 ../data/messages:569 ../data/messages:623
+#: ../data/messages:627 ../data/messages:631 ../data/messages:635
 msgid "If you don't provide any, a default image will be used."
 msgstr "Калі нічога не пакажыце, то будзе выкарыстана стандартнае выява."
 
-#: ../data/messages:561
+#: ../data/messages:567
 msgid "Name of an image to use for the yes/ok button :"
 msgstr "Выява да кнопак Так / Не:"
 
-#: ../data/messages:565
+#: ../data/messages:571
 msgid "Name of an image to use for the no/cancel button :"
 msgstr "Выява для кнопак Нет / Адмена:"
 
-#: ../data/messages:567
+#: ../data/messages:573
 msgid "Size of the icon displayed next to the text :"
 msgstr "Памер значка побач з тэкстам:"
 
-#: ../data/messages:571
+#: ../data/messages:577
 msgid "Decorations"
 msgstr "Афармленне"
 
-#: ../data/messages:573
+#: ../data/messages:579
 msgid ""
 "This can be customized for each desklet separately.\n"
 "Choose 'Custom decoration' to define your own decorations below"
@@ -2093,172 +2075,172 @@
 "Вы можаце наладзіць асобна для кожнага десклета асобна.\n"
 "Выберыце 'Змяніць афармленне', каб наладзіць яго самастойна."
 
-#: ../data/messages:575
+#: ../data/messages:581
 msgid "Choose a default decoration for all desklets :"
 msgstr "Выберыце афармленне для ўсіх десклетов:"
 
-#: ../data/messages:577
+#: ../data/messages:583
 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:579
+#: ../data/messages:585
 msgid "Background image :"
 msgstr "Фонавае выява:"
 
-#: ../data/messages:581
+#: ../data/messages:587
 msgid "Background transparency :"
 msgstr ""
 
-#: ../data/messages:587
+#: ../data/messages:593
 msgid "in pixels. Use this to adjust the left position of the drawings."
 msgstr "у піксэлях. Вызначае левую пазіцыю малюнка."
 
-#: ../data/messages:589
+#: ../data/messages:595
 msgid "Left offset :"
 msgstr "Левае зрушэнне:"
 
-#: ../data/messages:591
+#: ../data/messages:597
 msgid "in pixels. Use this to adjust the top position of the drawings."
 msgstr "у піксэлях. Вызначае верхнюю пазіцыю малюнка."
 
-#: ../data/messages:593
+#: ../data/messages:599
 msgid "Top offset :"
 msgstr "Верхняе зрушэнне:"
 
-#: ../data/messages:595
+#: ../data/messages:601
 msgid "in pixels. Use this to adjust the right position of the drawings."
 msgstr "у піксэлях. Вызначае правую пазіцыю малюнка."
 
-#: ../data/messages:597
+#: ../data/messages:603
 msgid "Right offset :"
 msgstr "Правае зрушэнне:"
 
-#: ../data/messages:599
+#: ../data/messages:605
 msgid "in pixels. Use this to adjust the bottom position of the drawings."
 msgstr "у піксэлях. Вызначае ніжнюю пазіцыю малюнка."
 
-#: ../data/messages:601
+#: ../data/messages:607
 msgid "Bottom offset :"
 msgstr "Ніжняе зрушэнне:"
 
-#: ../data/messages:603
+#: ../data/messages:609
 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:605
+#: ../data/messages:611
 msgid "Foreground image :"
 msgstr "Выява пярэдняга плана:"
 
-#: ../data/messages:607
+#: ../data/messages:613
 msgid "Foreground tansparency :"
 msgstr "Празрыстасць пярэдняга плана:"
 
-#: ../data/messages:615
+#: ../data/messages:621
 msgid "Buttons size :"
 msgstr "Памер кнопак:"
 
-#: ../data/messages:619 ../data/messages:631
+#: ../data/messages:625 ../data/messages:637
 msgid "Name of an image to use for the 'rotate' button :"
 msgstr "Выява для кнопкі 'круціцца':"
 
-#: ../data/messages:623
+#: ../data/messages:629
 msgid "Name of an image to use for the 'reattach' button :"
 msgstr ""
 
-#: ../data/messages:627
+#: ../data/messages:633
 msgid "Name of an image to use for the 'depth rotate' button :"
 msgstr ""
 
-#: ../data/messages:635
+#: ../data/messages:641
 msgid "Icons' themes"
 msgstr "Тэмы значкоў"
 
-#: ../data/messages:639
+#: ../data/messages:645
 msgid "Choose an icon theme :"
 msgstr "Выберыце тэму значкоў:"
 
-#: ../data/messages:641
+#: ../data/messages:647
 msgid ""
 "Any format allowed; leave this field empty if you don't want to use an image "
 "as background."
 msgstr ""
 
-#: ../data/messages:643
+#: ../data/messages:649
 msgid "Image filename to use as a background for icons :"
 msgstr ""
 
-#: ../data/messages:645
+#: ../data/messages:651
 msgid "Zoom effect"
 msgstr "Эфект набліжэння"
 
-#: ../data/messages:647
+#: ../data/messages:653
 msgid ""
 "set to 1 if you don't want the icons to zoom when you hover over them."
 msgstr ""
 
-#: ../data/messages:649
+#: ../data/messages:655
 msgid "Maximum zoom of the icons :"
 msgstr "Максімальнае павелічэнне значкоў:"
 
-#: ../data/messages:651
+#: ../data/messages:657
 msgid ""
 "in pixels. Outside of this space (centered on the mouse), there is no zoom."
 msgstr ""
 
-#: ../data/messages:653
+#: ../data/messages:659
 msgid "Width of the space in which the zoom will be effective :"
 msgstr ""
 
-#: ../data/messages:657
+#: ../data/messages:663
 msgid "Space between icons :"
 msgstr "Адлегласць паміж значкамі:"
 
-#: ../data/messages:659
+#: ../data/messages:665
 msgid "Reflections"
 msgstr "Адбіткі"
 
-#: ../data/messages:661
+#: ../data/messages:667
 msgid ""
 "It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
 "reflections are not used."
 msgstr ""
 
-#: ../data/messages:663
+#: ../data/messages:669
 msgid "Reflective power of the plane :"
 msgstr ""
 
-#: ../data/messages:665
+#: ../data/messages:671
 msgid "light"
 msgstr "слаба"
 
-#: ../data/messages:667
+#: ../data/messages:673
 msgid "strong"
 msgstr "моцна"
 
-#: ../data/messages:669
+#: ../data/messages:675
 msgid ""
 "In percent of the icon's size. This parameter influence the total height of "
 "the dock."
 msgstr ""
 "У працэнтах ад памеру значка. Гэты параметр уплывае на агульны памер панэлі."
 
-#: ../data/messages:671
+#: ../data/messages:677
 msgid "Height of the reflection:"
 msgstr ""
 
-#: ../data/messages:673
+#: ../data/messages:679
 msgid "small"
 msgstr "нізка"
 
-#: ../data/messages:675
+#: ../data/messages:681
 msgid "tall"
 msgstr "высока"
 
-#: ../data/messages:677
+#: ../data/messages:683
 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 "
@@ -2268,97 +2250,97 @@
 "\"матэрыялізацца\" па меры з'яўлення панэлі. Чым бліжэй значэнне да 0, тым "
 "празрыстай яны будуць."
 
-#: ../data/messages:679
+#: ../data/messages:685
 msgid "Icons' transparency at rest :"
 msgstr "Празрыстасць значкоў у стане спакою:"
 
-#: ../data/messages:685
+#: ../data/messages:691
 msgid "Icons size"
 msgstr "Памер значкоў"
 
-#: ../data/messages:687
+#: ../data/messages:693
 msgid "Launcher's size at rest (width x height) :"
 msgstr "Памер значкоў запуску ў стане спакою (шырыня х вышыня):"
 
-#: ../data/messages:689
+#: ../data/messages:695
 msgid "Application's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:691
+#: ../data/messages:697
 msgid "Applet's size at rest (width x height) :"
 msgstr "Памер аплетаў ў стане спакою (шырыня х вышыня):"
 
-#: ../data/messages:693
+#: ../data/messages:699
 msgid "Configure icons' animations."
 msgstr "Наладзіць анімацыю значкоў."
 
-#: ../data/messages:695
+#: ../data/messages:701
 msgid "Configure icons' special effects (requires OpenGL)."
 msgstr "Наладзіць спецыяльныя эфекты значкоў (патрабуецца падтрымка OpenGL)."
 
-#: ../data/messages:697
+#: ../data/messages:703
 msgid ""
 "Configure icons' animations on appearing/disappearing (require OpenGL "
 "capacity)."
 msgstr ""
 
-#: ../data/messages:699
+#: ../data/messages:705
 msgid "Separators"
 msgstr "Падзельнікі"
 
-#: ../data/messages:701
+#: ../data/messages:707
 msgid "Icon size at rest (width x height) :"
 msgstr "Памер значкоў у стане спакою (шырыня х вышыня):"
 
-#: ../data/messages:703
+#: ../data/messages:709
 msgid "Force separator's image size to stay constant?"
 msgstr ""
 
-#: ../data/messages:705
+#: ../data/messages:711
 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:707
+#: ../data/messages:713
 msgid "How to draw the separators?"
 msgstr ""
 
-#: ../data/messages:709
+#: ../data/messages:715
 msgid "Use an image."
 msgstr ""
 
-#: ../data/messages:711
+#: ../data/messages:717
 msgid "Flat separator"
 msgstr "Плоскі падзельнік"
 
-#: ../data/messages:713
+#: ../data/messages:719
 msgid "Physical separator"
 msgstr "Фізічны падзельнік"
 
-#: ../data/messages:715
+#: ../data/messages:721
 msgid "If you don't provide one, blanks will be used."
 msgstr "Калі вы нічога не дадіце, будзе выкарыстоўвацца чысты."
 
-#: ../data/messages:717
+#: ../data/messages:723
 msgid "Filename of an image to use for separators :"
 msgstr "Выява для падзельніка:"
 
-#: ../data/messages:719
+#: ../data/messages:725
 msgid ""
 "Make the separator's image revolve when dock is on top/on the left/on the "
 "right?"
 msgstr ""
 
-#: ../data/messages:721
+#: ../data/messages:727
 msgid "Colour of flat separators :"
 msgstr ""
 
-#: ../data/messages:723
+#: ../data/messages:729
 msgid "Icons order"
 msgstr "Парадак значкоў"
 
-#: ../data/messages:725
+#: ../data/messages:731
 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"
@@ -2367,95 +2349,95 @@
 "launcher if they have one, or after the last launcher."
 msgstr ""
 
-#: ../data/messages:729 ../data/messages:825
+#: ../data/messages:735 ../data/messages:831
 msgid "No"
 msgstr "Не"
 
-#: ../data/messages:731
+#: ../data/messages:737
 msgid "Separate applications from others"
 msgstr "Аддзяляць праграмы ад астатніх"
 
-#: ../data/messages:733
+#: ../data/messages:739
 msgid "Separate applets from others"
 msgstr "Аддзяліць аплеты ад астатніх"
 
-#: ../data/messages:735
+#: ../data/messages:741
 msgid "Separate all"
 msgstr "Асобна ўсе"
 
-#: ../data/messages:745
+#: ../data/messages:751
 msgid "Link the icons with a string"
 msgstr "Звязаць значок са строчкай"
 
-#: ../data/messages:747
+#: ../data/messages:753
 msgid "Linewidth of the string, in pixels (0 to not use string) :"
 msgstr "Шырыня лініі радка, у піксэлях (0 - не выкарыстоўваць радок):"
 
-#: ../data/messages:749
+#: ../data/messages:755
 msgid "Colour of the string (red, blue, green, alpha) :"
 msgstr ""
 
-#: ../data/messages:753
+#: ../data/messages:759
 msgid "Indicator of the active window"
 msgstr ""
 
-#: ../data/messages:755
+#: ../data/messages:761
 msgid "Type of indicator:"
 msgstr ""
 
-#: ../data/messages:759
+#: ../data/messages:765
 msgid "Frame"
 msgstr ""
 
-#: ../data/messages:761 ../data/messages:779 ../data/messages:817
+#: ../data/messages:767 ../data/messages:785 ../data/messages:823
 msgid "Image file:"
 msgstr ""
 
-#: ../data/messages:763
+#: ../data/messages:769
 msgid "Set transparency to 0 if you don't want to use an indicator."
 msgstr ""
 
-#: ../data/messages:765
+#: ../data/messages:771
 msgid "Colour of the frame :"
 msgstr ""
 
-#: ../data/messages:767
+#: ../data/messages:773
 msgid "Set 0 to fill the frame."
 msgstr ""
 
-#: ../data/messages:769
+#: ../data/messages:775
 msgid "Linewidth of the frame around the active window :"
 msgstr ""
 
-#: ../data/messages:771
+#: ../data/messages:777
 msgid "Corner radius of the frame around the active window :"
 msgstr ""
 
-#: ../data/messages:773 ../data/messages:805
+#: ../data/messages:779 ../data/messages:811
 msgid "Draw indicator above the icon?"
 msgstr ""
 
-#: ../data/messages:775
+#: ../data/messages:781
 msgid "Indicator of active launcher"
 msgstr ""
 
-#: ../data/messages:777
+#: ../data/messages:783
 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:781
+#: ../data/messages:787
 msgid ""
 "The indicator is drawn on active launchers, but you may want to display it "
 "on applications too."
 msgstr ""
 
-#: ../data/messages:783
+#: ../data/messages:789
 msgid "Display an indicator on application icons too ?"
 msgstr ""
 
-#: ../data/messages:785
+#: ../data/messages:791
 msgid ""
 "Relatively to the icons' size. You can use this parameter to adjust the "
 "indicator's vertical position.\n"
@@ -2463,11 +2445,11 @@
 "otherwise downwards."
 msgstr ""
 
-#: ../data/messages:787
+#: ../data/messages:793
 msgid "Vertical offset :"
 msgstr ""
 
-#: ../data/messages:789
+#: ../data/messages:795
 msgid ""
 "If the indicator is linked to the icon, it will then be zoomed like the icon "
 "and the offset will be upwards.\n"
@@ -2475,112 +2457,112 @@
 "downwards."
 msgstr ""
 
-#: ../data/messages:791
+#: ../data/messages:797
 msgid "Link the indicator with its icon?"
 msgstr ""
 
-#: ../data/messages:793
+#: ../data/messages:799
 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:795
+#: ../data/messages:801
 msgid "Indicator size ratio :"
 msgstr ""
 
-#: ../data/messages:799
+#: ../data/messages:805
 msgid "bigger"
 msgstr ""
 
-#: ../data/messages:801
+#: ../data/messages:807
 msgid ""
 "Use it to make the indicator follow the orientation of the dock "
 "(top/bottom/right/left)."
 msgstr ""
 
-#: ../data/messages:803
+#: ../data/messages:809
 msgid "Rotate the indicator with dock?"
 msgstr ""
 
-#: ../data/messages:807
+#: ../data/messages:813
 msgid "Indicator of grouped windows"
 msgstr ""
 
-#: ../data/messages:809
+#: ../data/messages:815
 msgid "How to show that several icons are grouped :"
 msgstr ""
 
-#: ../data/messages:811
+#: ../data/messages:817
 msgid "Draw an image"
 msgstr ""
 
-#: ../data/messages:813
+#: ../data/messages:819
 msgid "Draw the sub-dock's icons as a stack"
 msgstr ""
 
-#: ../data/messages:815
+#: ../data/messages:821
 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:819
+#: ../data/messages:825
 msgid "Zoom the indicator with its icon?"
 msgstr ""
 
-#: ../data/messages:821
+#: ../data/messages:827
 msgid "Labels"
 msgstr "Подпісы"
 
-#: ../data/messages:823
+#: ../data/messages:829
 msgid "Show labels:"
 msgstr ""
 
-#: ../data/messages:827
+#: ../data/messages:833
 msgid "On pointed icon"
 msgstr "На наведзяным значку"
 
-#: ../data/messages:829
+#: ../data/messages:835
 msgid "On all icons"
 msgstr "На ўсіх значках"
 
-#: ../data/messages:831
+#: ../data/messages:837
 msgid "Font"
 msgstr "Шрыфт"
 
-#: ../data/messages:835
+#: ../data/messages:841
 msgid "Use a custom font for labels?"
 msgstr ""
 
-#: ../data/messages:837
+#: ../data/messages:843
 msgid "Font used for labels :"
 msgstr "Шрыфт для подпісаў:"
 
-#: ../data/messages:841
+#: ../data/messages:847
 msgid "Colour"
 msgstr ""
 
-#: ../data/messages:843
+#: ../data/messages:849
 msgid "It's the first color of the gradation."
 msgstr "Пачатковы колер градацыі."
 
-#: ../data/messages:845
+#: ../data/messages:851
 msgid "Start color :"
 msgstr "Пачатковы колер:"
 
-#: ../data/messages:847
+#: ../data/messages:853
 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:849
+#: ../data/messages:855
 msgid "Stop color :"
 msgstr "Канчатковы колер:"
 
-#: ../data/messages:851
+#: ../data/messages:857
 msgid ""
 "If checked, the pattern will go from top to bottom, otherwise from left to "
 "right."
@@ -2588,201 +2570,83 @@
 "Калі адзначана, шаблон будзе намалёван зверху ўніз, у адваротным выпадку "
 "злева направа."
 
-#: ../data/messages:853
+#: ../data/messages:859
 msgid "Pattern should be vertical?"
 msgstr ""
 
-#: ../data/messages:857
+#: ../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:859
+#: ../data/messages:865
 msgid "Colour of the label's background :"
 msgstr ""
 
-#: ../data/messages:861
+#: ../data/messages:867
 msgid "If false, only the quick-info will have this background color."
 msgstr ""
 "Калі не задзейнічана, то колер фону будзе выкарыстаны толькі ў падказках."
 
-#: ../data/messages:863
+#: ../data/messages:869
 msgid "Use background color for labels?"
 msgstr ""
 
-#: ../data/messages:865
+#: ../data/messages:871
 msgid "Margin around the text (in pixels) :"
 msgstr "Акантоўка вакол тэксту (у піксэлях):"
 
-#: ../data/messages:867 ../data/messages:895 ../data/messages:1289
-#: ../data/messages:1443 ../data/messages:1445 ../data/messages:1449
-#: ../data/messages:1451 ../data/messages:1479 ../data/messages:1529
-#: ../data/messages:1563
-msgid "Desktop Entry"
-msgstr ""
-
-#: ../data/messages:869 ../data/messages:1453
-msgid "Sub-dock's name :"
-msgstr ""
-
-#: ../data/messages:871 ../data/messages:899 ../data/messages:1455
-#: ../data/messages:1483
-msgid "How to render the icon :"
-msgstr ""
-
-#: ../data/messages:873 ../data/messages:901 ../data/messages:1457
-#: ../data/messages:1485
-msgid "Use an image"
-msgstr ""
-
-#: ../data/messages:875 ../data/messages:903 ../data/messages:1459
-#: ../data/messages:1487
-msgid "Draw sub-dock's content as emblems"
-msgstr ""
-
-#: ../data/messages:877 ../data/messages:905 ../data/messages:1461
-#: ../data/messages:1489
-msgid "Draw sub-dock's content as stack"
-msgstr ""
-
-#: ../data/messages:879 ../data/messages:907 ../data/messages:1463
-#: ../data/messages:1491
-msgid "Draw sub-dock's content inside a box"
-msgstr ""
-
-#: ../data/messages:881 ../data/messages:909 ../data/messages:1297
-#: ../data/messages:1465 ../data/messages:1493 ../data/messages:1537
-#: ../data/messages:1565
-msgid "Image's name or path :"
-msgstr ""
-
-#: ../data/messages:883 ../data/messages:935 ../data/messages:1303
-#: ../data/messages:1467 ../data/messages:1519 ../data/messages:1543
-#: ../data/messages:1567
-msgid "Extra parameters"
-msgstr ""
-
-#: ../data/messages:885 ../data/messages:937 ../data/messages:1305
-#: ../data/messages:1469 ../data/messages:1521 ../data/messages:1545
-#: ../data/messages:1569
-msgid "Order you want for this launcher among the others:"
-msgstr ""
-
-#: ../data/messages:887 ../data/messages:939 ../data/messages:1301
-#: ../data/messages:1471 ../data/messages:1523 ../data/messages:1541
-#: ../data/messages:1571
-msgid "Name of the container it belongs to:"
-msgstr ""
-
-#: ../data/messages:889 ../data/messages:1473
-msgid "Name of the view used for the sub-dock :"
-msgstr ""
-
-#: ../data/messages:891 ../data/messages:1475
-msgid "If '0' the container will be displayed on every viewport."
-msgstr ""
-
-#: ../data/messages:893 ../data/messages:943 ../data/messages:1321
-#: ../data/messages:1477 ../data/messages:1527 ../data/messages:1561
-msgid "Only show in this specific viewport"
-msgstr ""
-
-#: ../data/messages:897 ../data/messages:1291 ../data/messages:1481
-#: ../data/messages:1531
-msgid "Launcher's name :"
-msgstr ""
-
-#: ../data/messages:911 ../data/messages:1495
-msgid "URI of the file :"
-msgstr ""
-
-#: ../data/messages:913 ../data/messages:1497
-msgid "Number of files to list in the sub-dock :"
-msgstr ""
-
-#: ../data/messages:917 ../data/messages:1501
-msgid "5"
-msgstr ""
-
-#: ../data/messages:919 ../data/messages:1503
-msgid "10"
-msgstr ""
-
-#: ../data/messages:921 ../data/messages:1505
-msgid "20"
-msgstr ""
-
-#: ../data/messages:923 ../data/messages:1507
-msgid "30"
-msgstr ""
-
-#: ../data/messages:927 ../data/messages:1511
-msgid "Sort files by :"
-msgstr "Сартаваць файлы па:"
-
-#: ../data/messages:929 ../data/messages:1513
-msgid "Name"
-msgstr "Назва"
-
-#: ../data/messages:931 ../data/messages:1515
-msgid "Size"
-msgstr "Памеру"
-
-#: ../data/messages:933 ../data/messages:1517
-msgid "Date"
-msgstr "Даце"
-
-#: ../data/messages:941 ../data/messages:1319 ../data/messages:1525
-#: ../data/messages:1559
-msgid "If '0' the launcher will be displayed on every viewport."
-msgstr ""
-
-#: ../data/messages:947
+#: ../data/messages:875
 msgid "Yes, like that :-)"
 msgstr ""
 
-#: ../data/messages:949
+#: ../data/messages:877
 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:951
+#: ../data/messages:879
 msgid "How do I re-order my icons?"
 msgstr ""
 
-#: ../data/messages:953
+#: ../data/messages:881
 msgid "Tip: you can even re-order icons of active applications."
 msgstr ""
 
-#: ../data/messages:955
+#: ../data/messages:883
 msgid "Simply drag with the mouse, and drop wherever you wish."
 msgstr ""
 
-#: ../data/messages:957
+#: ../data/messages:885
 msgid ""
 "How do I position applets and taskbar icons at the beginning of the dock?"
 msgstr ""
 
-#: ../data/messages:959
+#: ../data/messages:887
 msgid ""
 "Tip: you can also position applets amongst launchers, by ticking the box "
 "below."
 msgstr ""
 
-#: ../data/messages:961
+#: ../data/messages:889
 msgid ""
 "In the «icons» module, at the bottom, you can select icon order according to "
 "type (launcher/appli/applet)."
 msgstr ""
 
-#: ../data/messages:963
+#: ../data/messages:891 ../data/messages:899 ../data/messages:913
+#: ../data/messages:969
+msgid "Go to the «Icons» module."
+msgstr ""
+
+#: ../data/messages:893
 msgid "How do I change an icon image?"
 msgstr ""
 
-#: ../data/messages:965
+#: ../data/messages:895
 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, "
@@ -2790,7 +2654,7 @@
 "the best."
 msgstr ""
 
-#: ../data/messages:967
+#: ../data/messages:897
 msgid ""
 "In the “Icons” module, you can choose an <b>icon theme</b>. Just choose a "
 "theme, and apply.\n"
@@ -2801,55 +2665,72 @@
 "If you choose nothing, the default icon theme of your system will be used."
 msgstr ""
 
-#: ../data/messages:969
+#: ../data/messages:901
 msgid "How do I remove many icons quickly?"
 msgstr ""
 
-#: ../data/messages:971
+#: ../data/messages:903
 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:973
+#: ../data/messages:905
 msgid ""
 "Just drag and drop them out of the dock, they will disappear in an explosion "
 "!"
 msgstr ""
 
-#: ../data/messages:975
+#: ../data/messages:907
 msgid "How can I resize my icons?"
 msgstr ""
 
-#: ../data/messages:977
+#: ../data/messages:909
 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:979
+#: ../data/messages:911
 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:981
+#: ../data/messages:915
+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
+msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
+msgstr ""
+
+#: ../data/messages:919 ../data/messages:1047
+msgid "If you're using Compiz, you can click on this button:"
+msgstr ""
+
+#: ../data/messages:921
 msgid "Dock"
 msgstr ""
 
-#: ../data/messages:983
+#: ../data/messages:923
 msgid "How do I position my dock on the screen?"
 msgstr ""
 
-#: ../data/messages:985
+#: ../data/messages:925
 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:987
+#: ../data/messages:927
 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"
@@ -2857,76 +2738,86 @@
 "screen border."
 msgstr ""
 
-#: ../data/messages:989
+#: ../data/messages:929 ../data/messages:937
+msgid "Go to the «Position» module."
+msgstr ""
+
+#: ../data/messages:931
 msgid "How do I adjust the position of the dock above the Gnome-panel?"
 msgstr ""
 
-#: ../data/messages:991
+#: ../data/messages:933
 msgid ""
 "Tip: you can also simply drag your dock with the mouse by pressing the ALT "
 "key at the same time."
 msgstr ""
 
-#: ../data/messages:993
+#: ../data/messages:935
 msgid "In the «Position» module, you can add an offset to the screen border."
 msgstr ""
 
-#: ../data/messages:995
+#: ../data/messages:939
 msgid "The dock is hidden by the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:997
+#: ../data/messages:941
 msgid ""
-"This is normal, because they are both «docks». You can either move the dock "
-"out of the panel, or launch it wih the command «cairo-dock --keep-above»."
+"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 "
+"«cairo-dock --keep-above».\n"
+" But you can also (re)move the Gnome-Panel by doing a right click on it."
 msgstr ""
 
-#: ../data/messages:999
+#: ../data/messages:943
 msgid "I don’t want other windows covering the dock"
 msgstr ""
 
-#: ../data/messages:1001
-msgid "Hint: you can even do that with desklets, making a desklet's panel !."
+#: ../data/messages:945
+msgid "Tip: You can even do that with desklets: making a desklet's panel !."
 msgstr ""
 
-#: ../data/messages:1003
+#: ../data/messages:947
 msgid ""
-"Just choose the corresponding option in the “Visibility” module.\n"
+"Just choose the corresponding option in the “Accessibility” module.\n"
 "This will reserve the space for the dock only."
 msgstr ""
 
-#: ../data/messages:1005
+#: ../data/messages:949 ../data/messages:957
+msgid "Go to the «Accessibility» module."
+msgstr ""
+
+#: ../data/messages:951
 msgid "I don’t want that the dock covers windows"
 msgstr ""
 
-#: ../data/messages:1007
+#: ../data/messages:953
 msgid ""
-"Hint : you can choose to pop-up the dock only when the mouse hits the screen "
+"Tip: You can choose to pop-up the dock only when the mouse hits the screen "
 "corner instead of the whole screen border.\n"
 "You can also set-up the size of the trigger zone, and even set an image to "
 "it."
 msgstr ""
 
-#: ../data/messages:1009
+#: ../data/messages:955
 msgid ""
-"Two choices are available in the “Visibility” module:\n"
+"Two choices are available in the “Accessibility” module:\n"
 " - either choose to “keep the dock below other windows”. The dock will then "
 "pop-up when you place the mouse on its screen border.\n"
 " - or choose the auto-hide. The dock will then hide itself and reappear when "
 "you enter the trigger zone."
 msgstr ""
 
-#: ../data/messages:1011
+#: ../data/messages:959
 msgid "How can I add a separator?"
 msgstr ""
 
-#: ../data/messages:1013
+#: ../data/messages:961
 msgid ""
-"Hint: if you choose to mix applets and launchers in the 'Icons' module, you "
+"Tip: if you choose to mix applets and launchers in the 'Icons' module, you "
 "can also place separators between applets then."
 msgstr ""
 
-#: ../data/messages:1015
+#: ../data/messages:963
 msgid ""
 "Simply right-click on the dock where you wish to add a separator and select "
 "«add a separator».\n"
@@ -2934,41 +2825,41 @@
 "dragging it with the mouse."
 msgstr ""
 
-#: ../data/messages:1017
+#: ../data/messages:965
 msgid ""
 "I don't want to have a separator between launchers , applications and "
 "applets."
 msgstr ""
 
-#: ../data/messages:1019
+#: ../data/messages:967
 msgid ""
 "In the «Icons» module, in the «separator» section, untick the box that says "
 "«add automatic separators»."
 msgstr ""
 
-#: ../data/messages:1021
+#: ../data/messages:971
 msgid "How do I add a sub-dock?"
 msgstr ""
 
-#: ../data/messages:1023
+#: ../data/messages:973
 msgid ""
-"Hint: 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 applets as "
-"well, allowing you to group many applets in a sub-dock. You can also create "
-"new main docks this way."
+"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 "
+"applets as well, allowing you to group many applets in a sub-dock. You can "
+"also create new main docks this way."
 msgstr ""
 
-#: ../data/messages:1025
+#: ../data/messages:975
 msgid ""
-"Just right-click on the dock, then select «add a sub-dock». Fill the config "
+"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:1027
+#: ../data/messages:977
 msgid "How can I have many main docks?"
 msgstr ""
 
-#: ../data/messages:1029
+#: ../data/messages:979
 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"
@@ -2976,23 +2867,23 @@
 "choose “configure this dock”."
 msgstr ""
 
-#: ../data/messages:1031
+#: ../data/messages:981
 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:1033
+#: ../data/messages:983
 msgid "How can I have a 3D dock?"
 msgstr ""
 
-#: ../data/messages:1035
+#: ../data/messages:985
 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:1037
+#: ../data/messages:987
 msgid ""
 "Any dock can be displayed with one view, and many views are available (3D, "
 "Curve, etc).\n"
@@ -3000,17 +2891,21 @@
 "dock, and for sub-dock."
 msgstr ""
 
-#: ../data/messages:1039
+#: ../data/messages:989
+msgid "Go to the «Views» module."
+msgstr ""
+
+#: ../data/messages:991
 msgid "How can I change the background of my docks?"
 msgstr ""
 
-#: ../data/messages:1041
+#: ../data/messages:993
 msgid ""
 "Hint : the Parabolic view doe not have a background, but the Slide and "
 "Rainbow views have their own background parameters."
 msgstr ""
 
-#: ../data/messages:1043
+#: ../data/messages:995
 msgid ""
 "In the 'Background' module, you can either choose an image, or a color "
 "gradation.\n"
@@ -3018,17 +2913,21 @@
 "gradatoin will be used."
 msgstr ""
 
-#: ../data/messages:1045
+#: ../data/messages:997
+msgid "Go to the «Background» module."
+msgstr ""
+
+#: ../data/messages:999
 msgid "I find the dock too flashy, can it be more sober?"
 msgstr ""
 
-#: ../data/messages:1047
+#: ../data/messages:1001
 msgid ""
 "Hint : try different themes, some are already very sober, like Dust-Sand or "
 "Elementary."
 msgstr ""
 
-#: ../data/messages:1049
+#: ../data/messages:1003
 msgid ""
 "Who can do more can do less ! You can for instance deactivate the \"Icon "
 "effects\" plug-in,\n"
@@ -3041,62 +2940,62 @@
 "this would be a shame ! ^_^"
 msgstr ""
 
-#: ../data/messages:1051
+#: ../data/messages:1005
 msgid "Desklet"
 msgstr ""
 
-#: ../data/messages:1053
+#: ../data/messages:1007
 msgid "What are «desklets»?"
 msgstr ""
 
-#: ../data/messages:1055
+#: ../data/messages:1009
 msgid ""
 "Tip: to detach an applet, you can drag and drop its icon from the dock to "
 "the desktop"
 msgstr ""
 
-#: ../data/messages:1057
+#: ../data/messages:1011
 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:1059
+#: ../data/messages:1013
 msgid "How do I configure their position?"
 msgstr ""
 
-#: ../data/messages:1061
+#: ../data/messages:1015
 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:1063
+#: ../data/messages:1017
 msgid "Simply drag them with the mouse."
 msgstr ""
 
-#: ../data/messages:1065
+#: ../data/messages:1019
 msgid "How do I configure their behaviour?"
 msgstr ""
 
-#: ../data/messages:1067
+#: ../data/messages:1021
 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:1069
+#: ../data/messages:1023
 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:1071
+#: ../data/messages:1025
 msgid "How do I change their decorations?"
 msgstr ""
 
-#: ../data/messages:1073
+#: ../data/messages:1027
 msgid ""
 "Tip: you can add new decorations by choosing «Personalised» decoration, and "
 "providing a background and/or foreground image. You can configure the "
@@ -3104,7 +3003,7 @@
 "decorations."
 msgstr ""
 
-#: ../data/messages:1075
+#: ../data/messages:1029
 msgid ""
 "The default decoration is defined in the «Desklets» module.\n"
 "Moreover, each desklet can have its own decoration. To change a desklet's "
@@ -3113,29 +3012,33 @@
 "choose the decoration you wish to use."
 msgstr ""
 
-#: ../data/messages:1077
+#: ../data/messages:1031
+msgid "Go to the «Desklets» module."
+msgstr ""
+
+#: ../data/messages:1033
 msgid "How do I insert a desklet into the dock?"
 msgstr ""
 
-#: ../data/messages:1079
+#: ../data/messages:1035
 msgid "Hint :  if the desklet is locked, the button won’t appear."
 msgstr ""
 
-#: ../data/messages:1081
+#: ../data/messages:1037
 msgid "Simply click on the top right button."
 msgstr ""
 
-#: ../data/messages:1083
+#: ../data/messages:1039
 msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
 msgstr ""
 
-#: ../data/messages:1085
+#: ../data/messages:1041
 msgid ""
 "Tip: you may have to switch to the Widget Layer once so that Compiz takes "
 "the change into account."
 msgstr ""
 
-#: ../data/messages:1087
+#: ../data/messages:1043
 msgid ""
 "In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the "
 "rule (name=cairo-dock &amp; type=utility).\n"
@@ -3143,41 +3046,48 @@
 "desklet and selecting 'Compiz-Fusion Widget'."
 msgstr ""
 
-#: ../data/messages:1091
+#: ../data/messages:1051
 msgid "How do I enable the Taskbar?"
 msgstr ""
 
-#: ../data/messages:1093
+#: ../data/messages:1053
 msgid "Tip: All the Taskbar options are grouped together in this module."
 msgstr ""
 
-#: ../data/messages:1095
+#: ../data/messages:1055
 msgid "Go to the «Taskbar» module, then tick the first box, and apply."
 msgstr ""
 
-#: ../data/messages:1097
+#: ../data/messages:1057 ../data/messages:1065 ../data/messages:1073
+#: ../data/messages:1081 ../data/messages:1087
+msgid "Go to the «TaskBar» module."
+msgstr ""
+
+#: ../data/messages:1059
 msgid ""
 "I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
 msgstr ""
 
-#: ../data/messages:1099
+#: ../data/messages:1061
 msgid ""
 "Tip: You can then scroll on this icon to switch from a window to another, in "
 "an ALT+TAB style."
 msgstr ""
 
-#: ../data/messages:1101
+#: ../data/messages:1063
 msgid ""
-"Use the «Group applications by class» option. Only a single icon will appear "
-"in the dock. If there are several windows, they will be grouped together in "
-"a sub-dock above this icon."
+"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 "
+"dock.\n"
+"If there are several windows, they will be grouped together in a sub-dock "
+"above this icon."
 msgstr ""
 
-#: ../data/messages:1103
+#: ../data/messages:1067
 msgid "I have ugly icons for some applications."
 msgstr ""
 
-#: ../data/messages:1105
+#: ../data/messages:1069
 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 "
@@ -3187,37 +3097,40 @@
 "terminal, then clicking on the window of the application."
 msgstr ""
 
-#: ../data/messages:1107
+#: ../data/messages:1071
 msgid ""
 "This is because X provides small icons for applications which look ugly when "
-"zoomed. Use the «overwrite X icons» option to tell the dock not to use them."
+"zoomed.\n"
+" In the «TaskBar» module, you can use the «Overwrite the X icon with the "
+"launchers' icon?» option to tell the dock not to use them."
 msgstr ""
 
-#: ../data/messages:1109
+#: ../data/messages:1075
 msgid ""
 "When I launch a program with its launcher, I don't want an additional icon "
 "in the taskbar"
 msgstr ""
 
-#: ../data/messages:1111
+#: ../data/messages:1077
 msgid ""
 "Tip: to launch another instance of the program, shift+click on the launcher."
 msgstr ""
 
-#: ../data/messages:1113
+#: ../data/messages:1079
 msgid ""
-"Use the «Mix applis and launchers» option.\n"
+"In the «TaskBar» module, you can use the «Mix launchers and applications» "
+"option.\n"
 "When a program is launched, if it has a launcher in the dock, the launcher "
 "icon will be marked with an icon to indicate that the corresponding "
 "application is running.\n"
 "You can then act on the window as if it were a taskbar icon."
 msgstr ""
 
-#: ../data/messages:1115
+#: ../data/messages:1083
 msgid "I'm using Pidgin, and I want to see my friends' avatars."
 msgstr ""
 
-#: ../data/messages:1117
+#: ../data/messages:1085
 msgid ""
 "If you chose to overwrite X icons, you can add an exception for Pidgin just "
 "before this option.\n"
@@ -3227,64 +3140,68 @@
 "this application."
 msgstr ""
 
-#: ../data/messages:1119
+#: ../data/messages:1089
 msgid ""
 "How can I quickly navigate between many windows of the same application "
 "quickly?"
 msgstr ""
 
-#: ../data/messages:1121
+#: ../data/messages:1091
 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:1123
+#: ../data/messages:1093
 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:1125
+#: ../data/messages:1095
 msgid "Replacing the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:1127
+#: ../data/messages:1097
 msgid "How can I add the main menu?"
 msgstr ""
 
-#: ../data/messages:1129
+#: ../data/messages:1099
 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:1131
-msgid "Enable the Gmenu applet."
-msgstr ""
-
-#: ../data/messages:1133
+#: ../data/messages:1101
+msgid "Enable the GMenu applet."
+msgstr ""
+
+#: ../data/messages:1103 ../data/messages:1111
+msgid "Go to the «GMenu» module."
+msgstr ""
+
+#: ../data/messages:1105
 msgid "How can I add a simple «quick launch» panel?"
 msgstr ""
 
-#: ../data/messages:1135
+#: ../data/messages:1107
 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:1137
+#: ../data/messages:1109
 msgid ""
 "Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
 msgstr ""
 
-#: ../data/messages:1139
-msgid "How can I add a logout icon?"
+#: ../data/messages:1113
+msgid "How can I add a Log-out icon?"
 msgstr ""
 
-#: ../data/messages:1141
+#: ../data/messages:1115
 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 "
@@ -3292,77 +3209,101 @@
 "order, and even lets you enter your own commands."
 msgstr ""
 
-#: ../data/messages:1143
-msgid "Simply enable the «logout» applet."
-msgstr ""
-
-#: ../data/messages:1145
+#: ../data/messages:1117
+msgid "Enable the «Log-out» applet."
+msgstr ""
+
+#: ../data/messages:1119
+msgid "Go to the «Log-out» module."
+msgstr ""
+
+#: ../data/messages:1121
 msgid "How can I access the dustbin?"
 msgstr ""
 
-#: ../data/messages:1147
+#: ../data/messages:1123
 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:1149
-msgid "Simply enable the «dustbin» applet."
-msgstr ""
-
-#: ../data/messages:1151
+#: ../data/messages:1125
+msgid "Simply enable the «Dustbin» applet."
+msgstr ""
+
+#: ../data/messages:1127
+msgid "Go to the «Dustbin» module."
+msgstr ""
+
+#: ../data/messages:1129
 msgid "How can I access my mount points?"
 msgstr ""
 
-#: ../data/messages:1153
+#: ../data/messages:1131
 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:1155 ../data/messages:1161
-msgid "Simply enable the «shortcuts» applet."
-msgstr ""
-
-#: ../data/messages:1157
+#: ../data/messages:1133
+msgid "Simply enable the «Shortcuts» applet."
+msgstr ""
+
+#: ../data/messages:1135 ../data/messages:1143
+msgid "Go to the «Shortcuts» module."
+msgstr ""
+
+#: ../data/messages:1137
 msgid "How can I access my Nautilus bookmarks?"
 msgstr ""
 
-#: ../data/messages:1159
+#: ../data/messages:1139
 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:1163
+#: ../data/messages:1141
+msgid "Simply enable the «shortcuts» applet."
+msgstr ""
+
+#: ../data/messages:1145
 msgid "How can I access my desktop?"
 msgstr ""
 
-#: ../data/messages:1165
+#: ../data/messages:1147
 msgid ""
 "Tip: middle-clicking on the icon will hide all windows, but not desklets."
 msgstr ""
 
-#: ../data/messages:1167
-msgid "Simply enable the «show desktop» applet."
-msgstr ""
-
-#: ../data/messages:1169
+#: ../data/messages:1149
+msgid "Simply enable the «showDesktop» applet."
+msgstr ""
+
+#: ../data/messages:1151
+msgid "Go to the «Show Desktop» module."
+msgstr ""
+
+#: ../data/messages:1153
 msgid "How can I add an easy-to-acces calendar?"
 msgstr ""
 
-#: ../data/messages:1171
+#: ../data/messages:1155
 msgid ""
 "Enable the «Clock» applet. Clicking on it will display a calendar, clicking "
 "again will hide it."
 msgstr ""
 
-#: ../data/messages:1173
+#: ../data/messages:1157
+msgid "Go to the «Clock» module."
+msgstr ""
+
+#: ../data/messages:1159
 msgid "How can I add the notification area (systray)?"
 msgstr ""
 
-#: ../data/messages:1175
+#: ../data/messages:1161
 msgid ""
 "Enable the «Systray» applet. For the moment it cannot be displayed directly "
 "in the dock,\n"
@@ -3372,49 +3313,62 @@
 "corner of your screen and keep it above other windows."
 msgstr ""
 
-#: ../data/messages:1177
+#: ../data/messages:1163
+msgid "Go to the «Systray» module."
+msgstr ""
+
+#: ../data/messages:1165
 msgid ""
 "How can I add an easy-to-access terminal with real transparency, like Tilda?"
 msgstr ""
 
-#: ../data/messages:1179
+#: ../data/messages:1167
 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:1181
+#: ../data/messages:1169
 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:1183
+#: ../data/messages:1171
+msgid "Go to the «terminal» module."
+msgstr ""
+
+#: ../data/messages:1173
 msgid "So then, how can I remove completely the gnome-panel?"
 msgstr ""
 
-#: ../data/messages:1185
+#: ../data/messages:1175
 msgid ""
 "Open gconf-editor, edit the key "
 "/desktop/gnome/session/required_components_list/panel, and replace its "
-"content with \"cairo-dock\". This will not launch the dock on start-up, but "
-"just prevent the gnome-panel from launching, so don't forget to add Cairo-"
-"Dock on startup.\n"
-"Then restart your session : the gnome-panel has not been started."
-msgstr ""
-
-#: ../data/messages:1189
+"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
+msgid ""
+"If you are on Gnome, you can click on this button in order to automatically "
+"modify this key:"
+msgstr ""
+
+#: ../data/messages:1183
 msgid "How do I run the same applet multiple times?"
 msgstr ""
 
-#: ../data/messages:1191
+#: ../data/messages:1185
 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:1193
+#: ../data/messages:1187
 msgid ""
 "Some applets can have several instances running at the same time: Clock, "
 "Cairo-Penguin, Weather, Netspeed, ...\n"
@@ -3423,76 +3377,88 @@
 "You can configure this new applet just like any other."
 msgstr ""
 
-#: ../data/messages:1195
+#: ../data/messages:1189
 msgid ""
 "I have a personal gauge that I want to use in the dock (for System-Monitor "
 "or others)."
 msgstr ""
 
-#: ../data/messages:1197
+#: ../data/messages:1191
 msgid ""
 "Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
 msgstr ""
 
-#: ../data/messages:1199
+#: ../data/messages:1193
 msgid ""
 "I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
 msgstr ""
 
-#: ../data/messages:1201
+#: ../data/messages:1195
 msgid ""
 "Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-"
 "Penguin, weather, etc."
 msgstr ""
 
-#: ../data/messages:1203
+#: ../data/messages:1197
 msgid ""
 "Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
 msgstr ""
 
-#: ../data/messages:1205
+#: ../data/messages:1199
 msgid "How do I change the brightness of my screen quickly?"
 msgstr ""
 
-#: ../data/messages:1207
+#: ../data/messages:1201
 msgid ""
 "Enable the Xgamma applet, then you can scroll up/down on the icon with the "
 "mouse."
 msgstr ""
 
-#: ../data/messages:1209
+#: ../data/messages:1203
+msgid "Go to the «Xgamma» module."
+msgstr ""
+
+#: ../data/messages:1205
 msgid "How can I change the speaker volume quickly?"
 msgstr ""
 
-#: ../data/messages:1211
+#: ../data/messages:1207
 msgid ""
 "Enable the AlsaMixer applet, then you can scroll up/down on the icon with "
 "the mouse."
 msgstr ""
 
+#: ../data/messages:1209
+msgid "Go to the «AlsaMixer» module."
+msgstr ""
+
+#: ../data/messages:1211
+msgid "How can I quickly switch to another desktop?"
+msgstr ""
+
 #: ../data/messages:1213
-msgid "How can I quickly switch to another desktop?"
+msgid "Tip: This applet even lets you add or remove quickly a desktop !"
 msgstr ""
 
 #: ../data/messages:1215
-msgid "Hint : this applet even lets you add/remove quickly a desktop !"
-msgstr ""
-
-#: ../data/messages:1217
 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
+msgid "Go to the «Switcher» module."
+msgstr ""
+
 #: ../data/messages:1219
 msgid "How can I control my dock from the keyboard?"
 msgstr ""
 
 #: ../data/messages:1221
 msgid ""
-"Hint : when you define a shortkey, try it before to be sure that it is not "
-"already used by another application."
+"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
@@ -3555,22 +3521,28 @@
 "'/apps/metacity/general/compositing_manager' and set it to 'true'."
 msgstr ""
 
-#: ../data/messages:1241
+#: ../data/messages:1243
+msgid ""
+"If you're on Gnome with Metacity (without Compiz), you can click on this "
+"button:"
+msgstr ""
+
+#: ../data/messages:1245
 msgid "My machine is too old to run a composite manager."
 msgstr ""
 
-#: ../data/messages:1243
+#: ../data/messages:1247
 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:1245
+#: ../data/messages:1249
 msgid "The dock is horribly slow when I move the mouse into it."
 msgstr ""
 
-#: ../data/messages:1247
+#: ../data/messages:1251
 msgid ""
 "If you have an Nvidia GeForce8 graphics card, please install the latest "
 "drivers, as the first ones were really buggy.\n"
@@ -3580,32 +3552,32 @@
 "with «cairo-dock -c»."
 msgstr ""
 
-#: ../data/messages:1249
+#: ../data/messages:1253
 msgid "I don't have these wonderful effects like fire, cube rotating, etc."
 msgstr ""
 
-#: ../data/messages:1251
+#: ../data/messages:1255
 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:1253
+#: ../data/messages:1257
 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:1255
+#: ../data/messages:1259
 msgid "I don't have any themes in the Theme Manager, except the default one."
 msgstr ""
 
-#: ../data/messages:1257
+#: ../data/messages:1261
 msgid "Hint : Up to version 2.1.1-2, wget was used."
 msgstr ""
 
-#: ../data/messages:1259
+#: ../data/messages:1263
 msgid ""
 "Be sure that you are connected to the Net.\n"
 " If your connection is very slow, you can increase the connection timeout in "
@@ -3615,17 +3587,17 @@
 "\"http_proxy\" environment variable)."
 msgstr ""
 
-#: ../data/messages:1261
+#: ../data/messages:1265
 msgid "The «netspeed» applet displays 0 even when I'm downloading something"
 msgstr ""
 
-#: ../data/messages:1263
+#: ../data/messages:1267
 msgid ""
 "Tip: you can run several instances of this applet if you wish to monitor "
 "several interfaces."
 msgstr ""
 
-#: ../data/messages:1265
+#: ../data/messages:1269
 msgid ""
 "You must tell the applet which interface you're using to connect to the Net "
 "(by default, this is «eth0»).\n"
@@ -3634,11 +3606,11 @@
 "something like «eth1», «ath0», or «wifi0».."
 msgstr ""
 
-#: ../data/messages:1267
+#: ../data/messages:1271
 msgid "The dustbin remains empty even when I delete a file."
 msgstr ""
 
-#: ../data/messages:1269
+#: ../data/messages:1273
 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 "
@@ -3646,23 +3618,31 @@
 "here!!! (do not insert spaces or some invisible caracters)."
 msgstr ""
 
-#: ../data/messages:1271
+#: ../data/messages:1275
 msgid ""
 "There is no icon in the Applications Menu even though I enable the option."
 msgstr ""
 
-#: ../data/messages:1273
+#: ../data/messages:1277
 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:1275
+#: ../data/messages:1281
+msgid "If you're on Gnome you can click on this button:"
+msgstr ""
+
+#: ../data/messages:1283
+msgid "The Project"
+msgstr ""
+
+#: ../data/messages:1285
 msgid "Join the project!"
 msgstr ""
 
-#: ../data/messages:1277
+#: ../data/messages:1287
 msgid ""
 "We value your help! If you see a bug, if you think something could be "
 "improved,\n"
@@ -3674,181 +3654,350 @@
 "we’ll be happy to integrate it on our server !"
 msgstr ""
 
-#: ../data/messages:1279
+#: ../data/messages:1289
 msgid ""
 "If you wish to develop an applet, a complete documentation is available here."
 msgstr ""
 
-#: ../data/messages:1281
-msgid "documentation"
+#: ../data/messages:1291
+msgid "Documentation"
 msgstr ""
 
-#: ../data/messages:1283
+#: ../data/messages:1293
 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:1285
+#: ../data/messages:1295
 msgid "DBus API"
 msgstr ""
 
-#: ../data/messages:1287
+#: ../data/messages:1297
 msgid ""
 "\n"
+"\n"
 "The Cairo-Dock Team"
 msgstr ""
 
-#: ../data/messages:1293 ../data/messages:1533
-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:1295 ../data/messages:1535
-msgid "Command to launch on click :"
-msgstr ""
-
-#: ../data/messages:1299 ../data/messages:1539
-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:1307 ../data/messages:1547
-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 "
-"launcher that launches a script in a terminal, but you don't want it to "
-"steal the Terminal's icon from the Taskbar."
-msgstr ""
-
-#: ../data/messages:1309 ../data/messages:1549
-msgid "Prevent this launcher from stealing appli from taskbar ?"
-msgstr ""
-
-#: ../data/messages:1311 ../data/messages:1551
-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 "
-"nearly sure that you shouldn't touch it. It defines the class of the "
-"program, which is useful to link the appli with its launcher."
-msgstr ""
-
-#: ../data/messages:1313 ../data/messages:1553
-msgid "Class of the program :"
-msgstr ""
-
-#: ../data/messages:1315 ../data/messages:1555
-msgid "It will use 'xterm'."
-msgstr ""
-
-#: ../data/messages:1317 ../data/messages:1557
-msgid "Run in a terminal ?"
+#: ../data/messages:1299
+msgid "Websites"
+msgstr ""
+
+#: ../data/messages:1313
+msgid "Repositories"
+msgstr ""
+
+#: ../data/messages:1315
+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
+msgid "Debian/Ubuntu"
+msgstr ""
+
+#: ../data/messages:1319
+msgid "Ubuntu"
+msgstr ""
+
+#: ../data/messages:1323
+msgid ""
+"If you're on Ubuntu, you can add our 'stable' repository by clicking on this "
+"button:\n"
+" After that, you can launch your update manager in order to install the "
+"latest stable version."
 msgstr ""
 
 #: ../data/messages:1327
 msgid ""
-"Choose the screen border relative to which the dock will be positioned:"
+"If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by "
+"clicking on this button:\n"
+" After that, you can launch your update manager in order to install the "
+"latest weekly version."
+msgstr ""
+
+#: ../data/messages:1329
+msgid "Debian"
+msgstr ""
+
+#: ../data/messages:1333
+msgid ""
+"If you're on Debian Stable, you can add our 'stable' repository by clicking "
+"on this button:\n"
+" After that, you can purge all 'cairo-dock*' packages, update the your "
+"system and reinstall 'cairo-dock' package."
+msgstr ""
+
+#: ../data/messages:1337
+msgid ""
+"If you're on Debian Unstable, you can add our 'stable' repository by "
+"clicking on this button:\n"
+" After that, you can purge all 'cairo-dock*' packages, update the your "
+"system and reinstall 'cairo-dock' package."
 msgstr ""
 
 #: ../data/messages:1341
-msgid "Position relative to the selected screen edge"
+msgid ""
+"If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) "
+"by clicking on this button:\n"
+" After that, you can purge all 'cairo-dock*' packages, update the your "
+"system and reinstall 'cairo-dock' package."
 msgstr ""
 
 #: ../data/messages:1345
-msgid "Lateral gap:"
+msgid ""
+"If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) "
+"by clicking on this button:\n"
+" After that, you can purge all 'cairo-dock*' packages, update the your "
+"system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1351
+#: ../data/messages:1375
 msgid "starting from 0"
 msgstr "пачынаючы з 0"
 
-#: ../data/messages:1355
+#: ../data/messages:1379
 msgid "Visibility of the dock"
 msgstr ""
 
-#: ../data/messages:1379
+#: ../data/messages:1403
 msgid "Leave it empty to use the same view as the main dock."
 msgstr ""
 
-#: ../data/messages:1381
+#: ../data/messages:1405
 msgid "Choose the view for this dock :/"
 msgstr ""
 
-#: ../data/messages:1387
+#: ../data/messages:1411
 msgid "Same as main dock"
 msgstr ""
 
-#: ../data/messages:1405
+#: ../data/messages:1429
 msgid "Choose a theme"
 msgstr ""
 
-#: ../data/messages:1409
+#: ../data/messages:1433
 msgid "You can even paste an internet URL."
 msgstr ""
 
-#: ../data/messages:1411
+#: ../data/messages:1435
 msgid "...or drag and drop a theme package here :"
 msgstr ""
 
-#: ../data/messages:1421
+#: ../data/messages:1445
 msgid "Save"
 msgstr ""
 
-#: ../data/messages:1423
+#: ../data/messages:1447
 msgid "Save current theme"
 msgstr ""
 
-#: ../data/messages:1425
+#: ../data/messages:1449
 msgid "You will then be able to re-open it at any time."
 msgstr ""
 
-#: ../data/messages:1427
+#: ../data/messages:1451
 msgid "Save as:"
 msgstr ""
 
-#: ../data/messages:1429
+#: ../data/messages:1453
 msgid "Save current behaviour also?"
 msgstr ""
 
-#: ../data/messages:1431
+#: ../data/messages:1455
 msgid "Save current launchers also?"
 msgstr ""
 
-#: ../data/messages:1433
+#: ../data/messages:1457
 msgid ""
 "The dock will build a complete tarball of your current theme, allowing you "
 "to easily exchange it with other people."
 msgstr ""
 
-#: ../data/messages:1435
+#: ../data/messages:1459
 msgid "Build a package of the theme?"
 msgstr ""
 
-#: ../data/messages:1437
+#: ../data/messages:1461
 msgid "Delete"
 msgstr ""
 
-#: ../data/messages:1439
+#: ../data/messages:1463
 msgid "List of your personal themes"
 msgstr ""
 
-#: ../data/messages:1441
+#: ../data/messages:1465
 msgid "Delete from the list themes that you don't need anymore :"
 msgstr ""
 
-#: ../data/messages:1447
-msgid "cPath="
+#: ../data/messages:1467 ../data/messages:1469 ../data/messages:1471
+#: ../data/messages:1473 ../data/messages:1501 ../data/messages:1551
+#: ../data/messages:1585
+msgid "Desktop Entry"
+msgstr ""
+
+#: ../data/messages:1475
+msgid "Sub-dock's name :"
+msgstr ""
+
+#: ../data/messages:1477 ../data/messages:1505
+msgid "How to render the icon :"
+msgstr ""
+
+#: ../data/messages:1479 ../data/messages:1507
+msgid "Use an image"
+msgstr ""
+
+#: ../data/messages:1481 ../data/messages:1509
+msgid "Draw sub-dock's content as emblems"
+msgstr ""
+
+#: ../data/messages:1483 ../data/messages:1511
+msgid "Draw sub-dock's content as stack"
+msgstr ""
+
+#: ../data/messages:1485 ../data/messages:1513
+msgid "Draw sub-dock's content inside a box"
+msgstr ""
+
+#: ../data/messages:1487 ../data/messages:1515 ../data/messages:1559
+#: ../data/messages:1587
+msgid "Image's name or path :"
+msgstr ""
+
+#: ../data/messages:1489 ../data/messages:1541 ../data/messages:1565
+#: ../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
+msgid "Name of the view used for the sub-dock :"
+msgstr ""
+
+#: ../data/messages:1497
+msgid "If '0' the container will be displayed on every viewport."
+msgstr ""
+
+#: ../data/messages:1499 ../data/messages:1549 ../data/messages:1583
+msgid "Only show in this specific viewport"
+msgstr ""
+
+#: ../data/messages:1503 ../data/messages:1553
+msgid "Launcher's name :"
+msgstr ""
+
+#: ../data/messages:1517
+msgid "URI of the file :"
+msgstr ""
+
+#: ../data/messages:1519
+msgid "Number of files to list in the sub-dock :"
+msgstr ""
+
+#: ../data/messages:1523
+msgid "5"
+msgstr ""
+
+#: ../data/messages:1525
+msgid "10"
+msgstr ""
+
+#: ../data/messages:1527
+msgid "20"
+msgstr ""
+
+#: ../data/messages:1529
+msgid "30"
+msgstr ""
+
+#: ../data/messages:1533
+msgid "Sort files by :"
+msgstr "Сартаваць файлы па:"
+
+#: ../data/messages:1535
+msgid "Name"
+msgstr "Назва"
+
+#: ../data/messages:1537
+msgid "Size"
+msgstr "Памеру"
+
+#: ../data/messages:1539
+msgid "Date"
+msgstr "Даце"
+
+#: ../data/messages:1547 ../data/messages:1581
+msgid "If '0' the launcher will be displayed on every viewport."
+msgstr ""
+
+#: ../data/messages:1555
+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
+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
+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 "
+"launcher that launches a script in a terminal, but you don't want it to "
+"steal the Terminal's icon from the Taskbar."
+msgstr ""
+
+#: ../data/messages:1571
+msgid "Prevent this launcher from stealing appli from taskbar ?"
 msgstr ""
 
 #: ../data/messages:1573
+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 "
+"nearly sure that you shouldn't touch it. It defines the class of the "
+"program, which is useful to link the appli with its launcher."
+msgstr ""
+
+#: ../data/messages:1575
+msgid "Class of the program :"
+msgstr ""
+
+#: ../data/messages:1577
+msgid "It will use 'xterm'."
+msgstr ""
+
+#: ../data/messages:1579
+msgid "Run in a terminal ?"
+msgstr ""
+
+#: ../data/messages:1595
 msgid "pouet"
 msgstr ""
 
-#: ../data/messages:1575 ../data/messages:1577 ../data/messages:1579
-#: ../data/messages:1581
+#: ../data/messages:1597 ../data/messages:1599 ../data/messages:1601
+#: ../data/messages:1603
 msgid ""
 "v1.4.6.3 :\n"
 "Just to say :\n"
@@ -3856,7 +4005,7 @@
 "  the Cairo-Dock's team."
 msgstr ""
 
-#: ../data/messages:1583
+#: ../data/messages:1605
 msgid ""
 "v1.5.0 : it's been 1 month since previous release, and we worked hardly to "
 "bring you :\n"
@@ -3876,7 +4025,7 @@
 "  Now, why not try to make an applet for Cairo-Dock ? ;-)"
 msgstr ""
 
-#: ../data/messages:1585
+#: ../data/messages:1607
 msgid ""
 "v1.5.1 :\n"
 " - The 1.5 branch is still young, so this version brings a lot of bug fixes\n"
@@ -3888,7 +4037,7 @@
 " and behave as real desklets."
 msgstr ""
 
-#: ../data/messages:1587
+#: ../data/messages:1609
 msgid ""
 "v1.5.2.1 :\n"
 " - a lot of bug fixes, especially on desklets.\n"
@@ -3896,7 +4045,7 @@
 " - Cairo-Dock is now fully translated in Japanese, thanks to Jiro Kawada !"
 msgstr ""
 
-#: ../data/messages:1589
+#: ../data/messages:1611
 msgid ""
 "v1.5.3.2 :\n"
 " - Themes have been deeply reviewed\n"
@@ -3910,7 +4059,7 @@
 "  who could help cairo-dock to be well-integrated into KDE ;-)"
 msgstr ""
 
-#: ../data/messages:1591
+#: ../data/messages:1613
 msgid ""
 "v1.5.4.2 : a huge release !\n"
 " - add a cute pinguin in your dock with the new applet Cairo-Penguin\n"
@@ -3924,7 +4073,7 @@
 " - 3 more themes in Weather"
 msgstr ""
 
-#: ../data/messages:1593
+#: ../data/messages:1615
 msgid ""
 "v1.5.5.4 :\n"
 " - Huge enhancements in the TaskBar :\n"
@@ -3940,7 +4089,7 @@
 "soon ;-)"
 msgstr ""
 
-#: ../data/messages:1595
+#: ../data/messages:1617
 msgid ""
 "v1.5.6 :\n"
 " - Integration into the last Gnome 2.22 (Ubuntu8.04, Fedora9, ...) - still "
@@ -3958,7 +4107,7 @@
 " - Any help would be welcome to integrate the dock into KDE !"
 msgstr ""
 
-#: ../data/messages:1597
+#: ../data/messages:1619
 msgid ""
 "v1.6.0 :\n"
 " - A new view has appeared : Diapositive !\n"
@@ -3977,7 +4126,7 @@
 " - Real window thumbnail when minimized."
 msgstr ""
 
-#: ../data/messages:1599
+#: ../data/messages:1621
 msgid ""
 "v1.6.1 :\n"
 "Cairo-Dock has one year ! To celebrate this event, we are happy to offer you "
@@ -3990,7 +4139,7 @@
 "plug-in ^_^"
 msgstr ""
 
-#: ../data/messages:1601
+#: ../data/messages:1623
 msgid ""
 "v1.6.2 : the first version integrated in the Ubuntu repositories !\n"
 " - 2 new applets have been released :\n"
@@ -4003,7 +4152,7 @@
 "plug-in ^_^"
 msgstr ""
 
-#: ../data/messages:1603
+#: ../data/messages:1625
 msgid ""
 "v1.6.3 : \n"
 " - first the bad news :\n"
@@ -4021,7 +4170,7 @@
 " - The dock is now translated in Sweden and partially in Greek."
 msgstr ""
 
-#: ../data/messages:1605
+#: ../data/messages:1627
 msgid ""
 "Cairo-Dock II\n"
 " - Cairo-Dock is now a full OpenGL dock ! (the cairo backend is still "
@@ -4034,7 +4183,7 @@
 " - Lot of bug fixes and upgrades in all plug-ins."
 msgstr ""
 
-#: ../data/messages:1607
+#: ../data/messages:1629
 msgid ""
 "2.0.5 :\n"
 " - This is mainly a bug-fix version\n"
@@ -4042,7 +4191,7 @@
 " - Added functionnalities on grouped applications icons."
 msgstr ""
 
-#: ../data/messages:1609
+#: ../data/messages:1631
 msgid ""
 "2.1.0 : A really heavy version !\n"
 " - Control any music player with the MusicPlayer applet\n"
@@ -4059,7 +4208,7 @@
 "documentation on http://doc.glx-dock.org.";
 msgstr ""
 
-#: ../data/messages:1611
+#: ../data/messages:1633
 msgid ""
 "2.1.1 : more stable and user-friendly !\n"
 " - This version corrects many bugs appeared with the v2.1.0 (sorry for that "
@@ -4077,7 +4226,7 @@
 "    You can even write an applet in any language with it !"
 msgstr ""
 
-#: ../data/messages:1613
+#: ../data/messages:1635
 msgid ""
 "2.1.2 : \n"
 " - The config panel has been improved again (new icons, more clear, better "
@@ -4095,7 +4244,7 @@
 "to achieve it !"
 msgstr ""
 
-#: ../data/messages:1615
+#: ../data/messages:1637
 msgid ""
 "GLX-Dock 2.1.3\n"
 " - A new and simplified configuration panel has been written\n"
@@ -4110,7 +4259,7 @@
 " - This version also fixes a huge number of problems."
 msgstr ""
 
-#: ../data/messages:1617
+#: ../data/messages:1639
 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-"
@@ -4134,18 +4283,60 @@
 "better on any desktop."
 msgstr ""
 
+#, c-format
+#~ msgid "%s is now unmounted"
+#~ msgstr "%s адлучаны"
+
+#, c-format
+#~ msgid "%s is now mounted"
+#~ msgstr "%s далучаны"
+
+#~ msgid "Plug-in"
+#~ msgstr "Плагін"
+
 #~ msgid "module"
 #~ msgstr "модуль"
 
+#~ msgid "Plug-ins"
+#~ msgstr "Модулі"
+
 #~ msgid "Define the appearance of the dock when it's hidden."
 #~ msgstr "Як будзе выглядаць панэль калі будзе схавана."
 
 #~ msgid "Hidden Dock"
 #~ msgstr "Схаваная панэль"
 
+#, c-format
+#~ msgid ""
+#~ "You're about deleting this file\n"
+#~ "  (%s)\n"
+#~ "from your hard-disk. Sure ?"
+#~ msgstr ""
+#~ "Вы зьбіраецеся выдаліць файл\n"
+#~ "  (%s)\n"
+#~ "з жорсткага дыска. Вы ўпэўнены?"
+
 #~ msgid "Undefined"
 #~ msgstr "Не вызначана"
 
+#~ msgid "Mount"
+#~ msgstr "Далучыць"
+
+#~ msgid "Rename this file"
+#~ msgstr "Перайменаваць гэты файл"
+
+#~ msgid "Eject"
+#~ msgstr "Выняць"
+
+#~ msgid "Unmount"
+#~ msgstr "Адлучыць"
+
+#~ msgid "Delete this file"
+#~ msgstr "Выдаліць гэты файл"
+
+#~ msgid "Properties"
+#~ msgstr "Ўласцівасці"
+
 #~ msgid ""
 #~ "No plug-in were found.\n"
 #~ "To make the most of Cairo-Dock, please consider installing its plug-ins.\n"
@@ -4224,6 +4415,35 @@
 #~ msgid "Configure the auto-hide behaviour."
 #~ msgstr "Наладзіць паводзіны аўта-схавання."
 
+#~ msgid "Do you want to mount this device?"
+#~ msgstr "Вы жадаеце падключыць гэтую кропку?"
+
+#~ msgid "Controller"
+#~ msgstr "Кіраванне"
+
+#~ msgid "Controllers"
+#~ msgstr "Датчыкі"
+
+#~ msgid ""
+#~ "Warning: could not delete this file.\n"
+#~ "Please check file permissions."
+#~ msgstr ""
+#~ "Увага: не ўдалося выдаліць гэты файл.\n"
+#~ "Пераканайцеся, што вы маеце права на запіс."
+
+#~ msgid "Rename to:"
+#~ msgstr "Перайменаваць у:"
+
+#, c-format
+#~ msgid ""
+#~ "Warning: could not rename %s.\n"
+#~ "Check file permissions \n"
+#~ "and that the new name does not already exist."
+#~ msgstr ""
+#~ "Увага: не ўдалося перайменаваць %s.\n"
+#~ "Пераканайцеся, што вы маеце права на запіс,\n"
+#~ " і новае імя ўжо не прысутнічае на панэлі."
+
 #~ 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 "

=== modified file 'po/ca.po'
--- po/ca.po	2010-09-07 00:38:36 +0000
+++ po/ca.po	2010-09-22 10:39:45 +0000
@@ -9,13 +9,13 @@
 "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-08-29 03:47+0000\n"
+"PO-Revision-Date: 2010-09-07 04:10+0000\n"
 "Last-Translator: Cesc Llagostera <cescllp@xxxxxxxxx>\n"
 "Language-Team: Catalan <ca@xxxxxx>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2010-08-30 03:51+0000\n"
+"X-Launchpad-Export-Date: 2010-09-08 04:34+0000\n"
 "X-Generator: Launchpad (build Unknown)\n"
 "Language: ca\n"
 

=== modified file 'po/cairo-dock.pot'
--- po/cairo-dock.pot	2010-09-07 00:38:36 +0000
+++ po/cairo-dock.pot	2010-09-22 10:39:45 +0000
@@ -23,19 +23,19 @@
 msgid "Behaviour"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1399
+#: ../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:1247
+#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1231
 msgid "Files"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1252
+#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1236
 msgid "Internet"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1257
+#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1241
 msgid "Desktop"
 msgstr ""
 
@@ -43,83 +43,83 @@
 msgid "Accessories"
 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-main.c:134 ../src/gldit/cairo-dock-gui-factory.c:1251
+#: ../src/gldit/cairo-dock-internal-system.c:123 ../data/messages:353
 msgid "System"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1272
+#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1256
 msgid "Fun"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1524
+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1526
 #: ../data/messages:1531
 msgid "All"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1500
+#: ../src/cairo-dock-gui-main.c:1502
 msgid "Categories"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1630
+#: ../src/cairo-dock-gui-main.c:1632
 msgid "Filter"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1677 ../data/messages:141
+#: ../src/cairo-dock-gui-main.c:1679 ../data/messages:141
 msgid "Options"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1687
+#: ../src/cairo-dock-gui-main.c:1689
 msgid "All words"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1691
+#: ../src/cairo-dock-gui-main.c:1693
 msgid "Highlighted words"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1696
+#: ../src/cairo-dock-gui-main.c:1698
 msgid "Hide others"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1701
+#: ../src/cairo-dock-gui-main.c:1703
 msgid "Search in description"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1715
+#: ../src/cairo-dock-gui-main.c:1717
 msgid "Enable this module"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1779 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1781 ../data/messages:135
 msgid "More applets"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1780 ../data/messages:133
+#: ../src/cairo-dock-gui-main.c:1782 ../data/messages:133
 msgid "Get more applets online !"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1815 ../src/cairo-dock.c:741
+#: ../src/cairo-dock-gui-main.c:1817 ../src/cairo-dock.c:741
 msgid "< Maintenance mode >"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1905 ../src/cairo-dock-gui-simple.c:769
+#: ../src/cairo-dock-gui-main.c:1907 ../src/cairo-dock-gui-simple.c:769
 msgid "Cairo-Dock configuration"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:2226
+#: ../src/cairo-dock-gui-main.c:2228
 #, 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 ""
 
-#: ../src/cairo-dock-gui-main.c:2232
+#: ../src/cairo-dock-gui-main.c:2234
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:2233
+#: ../src/cairo-dock-gui-main.c:2235
 msgid "Do you want to enable it now?"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:2376
+#: ../src/cairo-dock-gui-main.c:2378
 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"
@@ -206,50 +206,32 @@
 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,..."
-msgstr ""
-
 #: ../src/cairo-dock-menu.c:128
 #, c-format
 msgid "Configuration of the '%s' dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:207 ../data/messages:1303
+#: ../src/cairo-dock-menu.c:207 ../data/messages:1301
 msgid "Community site"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:208 ../data/messages:1301
+#: ../src/cairo-dock-menu.c:208 ../data/messages:1299
 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:211 ../data/messages:1305
 msgid "Development site"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:212 ../data/messages:1305
+#: ../src/cairo-dock-menu.c:212 ../data/messages:1303
 msgid "Find the latest version of Cairo-Dock here !"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:215 ../data/messages:1311
+#: ../src/cairo-dock-menu.c:215 ../data/messages:1309
 msgid "Cairo-Dock-Plug-ins-Extras"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:216 ../data/messages:1181 ../data/messages:1309
+#: ../src/cairo-dock-menu.c:216 ../data/messages:1179 ../data/messages:1307
 msgid "Other applets"
 msgstr ""
 
@@ -269,349 +251,349 @@
 msgid "Quit Cairo-Dock?"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:339
+#: ../src/cairo-dock-menu.c:344
 msgid "Configure this dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:344
+#: ../src/cairo-dock-menu.c:349
 msgid "Customize the position, visibility and appearance of this main dock."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:347
+#: ../src/cairo-dock-menu.c:352
 msgid "Configure"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:352
+#: ../src/cairo-dock-menu.c:357
 msgid "Configure behaviour, appearance, and applets."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:354
+#: ../src/cairo-dock-menu.c:359
 msgid "Manage themes"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:359
+#: ../src/cairo-dock-menu.c:364
 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:369
 msgid "Unlock icons"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:364
+#: ../src/cairo-dock-menu.c:369
 msgid "Lock icons"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:368
+#: ../src/cairo-dock-menu.c:373
 msgid "This will (un)lock the position of the icons."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:372
+#: ../src/cairo-dock-menu.c:377
 msgid "Unlock dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:372
+#: ../src/cairo-dock-menu.c:377
 msgid "Lock dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:377
+#: ../src/cairo-dock-menu.c:382
 msgid "This will (un)lock the whole dock."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:382
+#: ../src/cairo-dock-menu.c:387
 msgid "Quick-Hide"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:387
+#: ../src/cairo-dock-menu.c:392
 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:400
 msgid "Launch Cairo-Dock on startup"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:405 ../src/cairo-dock.c:294
+#: ../src/cairo-dock-menu.c:410 ../src/cairo-dock.c:294
 msgid "Help"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:410
+#: ../src/cairo-dock-menu.c:415
 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:417
 msgid "Get more applets!"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:417
+#: ../src/cairo-dock-menu.c:422
 msgid "Third-party applets provide integration with many programs, like Pidgin"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:419
+#: ../src/cairo-dock-menu.c:424
 msgid "About"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:427
+#: ../src/cairo-dock-menu.c:432
 msgid "Quit"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:451
+#: ../src/cairo-dock-menu.c:457
 msgid "separator"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:455
+#: ../src/cairo-dock-menu.c:461
 #, c-format
 msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:466
+#: ../src/cairo-dock-menu.c:472
 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:536
+#: ../src/cairo-dock-menu.c:542
 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:553
+#: ../src/cairo-dock-menu.c:559
 msgid "Sorry, this icon doesn't have a configuration file."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:594
+#: ../src/cairo-dock-menu.c:600
 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:651
+#: ../src/cairo-dock-menu.c:657
 #, c-format
 msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:835
+#: ../src/cairo-dock-menu.c:841
 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:1067
+#: ../src/cairo-dock-menu.c:1073
 #, c-format
 msgid "Move all to desktop %d - face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1073
 #, c-format
 msgid "Move to desktop %d - face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1069
+#: ../src/cairo-dock-menu.c:1075
 #, c-format
 msgid "Move all to desktop %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1069
+#: ../src/cairo-dock-menu.c:1075
 #, c-format
 msgid "Move to desktop %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1077
 #, c-format
 msgid "Move all to face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1077
 #, c-format
 msgid "Move to face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1108
+#: ../src/cairo-dock-menu.c:1114
 msgid "Add"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1112
+#: ../src/cairo-dock-menu.c:1118
 msgid "Add a sub-dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1114
+#: ../src/cairo-dock-menu.c:1120
 msgid "Add a main dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1117
+#: ../src/cairo-dock-menu.c:1123
 msgid "Add a separator"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1121
+#: ../src/cairo-dock-menu.c:1127
 msgid "Add a custom launcher"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1122
+#: ../src/cairo-dock-menu.c:1128
 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:1173
 msgid "Modify this separator"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1161
+#: ../src/cairo-dock-menu.c:1173
 msgid "Modify this launcher"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1163
+#: ../src/cairo-dock-menu.c:1175
 msgid "Remove this separator"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1163
+#: ../src/cairo-dock-menu.c:1175
 msgid "Remove this launcher"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1164
+#: ../src/cairo-dock-menu.c:1176
 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:1178 ../src/cairo-dock-menu.c:1341
 msgid "Move to another dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1170 ../src/cairo-dock-menu.c:1318
+#: ../src/cairo-dock-menu.c:1182 ../src/cairo-dock-menu.c:1345
 msgid "New main dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1184 ../src/cairo-dock-menu.c:1260
+#: ../src/cairo-dock-menu.c:1200 ../src/cairo-dock-menu.c:1283
 msgid "Other actions"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1189
+#: ../src/cairo-dock-menu.c:1205
 msgid "Move to this desktop"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1203
+#: ../src/cairo-dock-menu.c:1219
 msgid "Not Fullscreen"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1203
+#: ../src/cairo-dock-menu.c:1219
 msgid "Fullscreen"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1207
+#: ../src/cairo-dock-menu.c:1223
 msgid "Don't keep above"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1207
+#: ../src/cairo-dock-menu.c:1223
 msgid "Keep above"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1226
+#: ../src/cairo-dock-menu.c:1244
 msgid "Remove custom icon"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1230
+#: ../src/cairo-dock-menu.c:1248
 msgid "Set a custom icon"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1232
+#: ../src/cairo-dock-menu.c:1251
 msgid "Kill"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1237
+#: ../src/cairo-dock-menu.c:1256
 msgid "Launch a new (Shift+clic)"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1242
+#: ../src/cairo-dock-menu.c:1261
 msgid "Make it a launcher"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1245
+#: ../src/cairo-dock-menu.c:1264
 msgid "Show"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1247
+#: ../src/cairo-dock-menu.c:1266
 msgid "Unmaximise"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1247
+#: ../src/cairo-dock-menu.c:1266
 msgid "Maximise"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1250
+#: ../src/cairo-dock-menu.c:1269
 msgid "Minimise"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1252
+#: ../src/cairo-dock-menu.c:1271
 msgid "Close (middle-click)"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1265
+#: ../src/cairo-dock-menu.c:1288
 msgid "Move all to this desktop"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1271
+#: ../src/cairo-dock-menu.c:1294
 msgid "Launch new"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1274
+#: ../src/cairo-dock-menu.c:1297
 msgid "Show all"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1276
+#: ../src/cairo-dock-menu.c:1299
 msgid "Minimise all"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1278
+#: ../src/cairo-dock-menu.c:1301
 msgid "Close all"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1298 ../src/gldit/cairo-dock-gui-factory.c:926
+#: ../src/cairo-dock-menu.c:1325 ../src/gldit/cairo-dock-gui-factory.c:926
 msgid "Configure this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1302
+#: ../src/cairo-dock-menu.c:1329
 msgid "Detach this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1302
+#: ../src/cairo-dock-menu.c:1329
 msgid "Return to the dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1305
+#: ../src/cairo-dock-menu.c:1332
 msgid "Remove this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1309
+#: ../src/cairo-dock-menu.c:1336
 msgid "Launch another instance of this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1331
+#: ../src/cairo-dock-menu.c:1362
 #: ../src/gldit/cairo-dock-internal-accessibility.c:277
 msgid "Visibility"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1346
+#: ../src/cairo-dock-menu.c:1377
 msgid "Normal"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1352 ../data/messages:21 ../data/messages:201
-#: ../data/messages:1385
+#: ../src/cairo-dock-menu.c:1383 ../data/messages:21 ../data/messages:201
+#: ../data/messages:1383
 msgid "Always on top"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1359
+#: ../src/cairo-dock-menu.c:1390
 msgid "Always below"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1372
+#: ../src/cairo-dock-menu.c:1403
 msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1374
+#: ../src/cairo-dock-menu.c:1405
 msgid "Reserve space"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1381
+#: ../src/cairo-dock-menu.c:1412
 msgid "On all desktops"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1387
+#: ../src/cairo-dock-menu.c:1418
 msgid "Lock position"
 msgstr ""
 
@@ -715,91 +697,96 @@
 msgid "_Custom Icons_"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1262
+#: ../src/gldit/cairo-dock-gui-factory.c:1246
 msgid "Accessory"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1306
+#: ../src/gldit/cairo-dock-gui-factory.c:1290
 msgid "rate me"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1326
+#: ../src/gldit/cairo-dock-gui-factory.c:1310
+#: ../src/gldit/cairo-dock-gui-factory.c:1499
 msgid "Local"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1330
+#: ../src/gldit/cairo-dock-gui-factory.c:1314
+#: ../src/gldit/cairo-dock-gui-factory.c:1502
 msgid "User"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1334
+#: ../src/gldit/cairo-dock-gui-factory.c:1318
+#: ../src/gldit/cairo-dock-gui-factory.c:1505
 msgid "Net"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1338
+#: ../src/gldit/cairo-dock-gui-factory.c:1322
+#: ../src/gldit/cairo-dock-gui-factory.c:1508
 msgid "New"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1343
+#: ../src/gldit/cairo-dock-gui-factory.c:1327
+#: ../src/gldit/cairo-dock-gui-factory.c:1512
 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:1423
+#: ../src/gldit/cairo-dock-gui-factory.c:1425
 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:1448
 #, 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:1473
+#: ../src/gldit/cairo-dock-gui-factory.c:1457
 #, c-format
 msgid ""
 "The '%s' plug-in is not active.\n"
 "Activate it now?"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2152
+#: ../src/gldit/cairo-dock-gui-factory.c:2188
 #, c-format
 msgid "Listing themes in '%s' ..."
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2290
+#: ../src/gldit/cairo-dock-gui-factory.c:2326
 msgid "plug-in"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2296
+#: ../src/gldit/cairo-dock-gui-factory.c:2332
 msgid "category"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2339
+#: ../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:2742
+#: ../src/gldit/cairo-dock-gui-factory.c:2778
 msgid "state"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2748
+#: ../src/gldit/cairo-dock-gui-factory.c:2784
 msgid "Theme"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2761
+#: ../src/gldit/cairo-dock-gui-factory.c:2797
 msgid "Rating"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2767
+#: ../src/gldit/cairo-dock-gui-factory.c:2803
 msgid "Sobriety"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2850
+#: ../src/gldit/cairo-dock-gui-factory.c:2886
 msgid "link"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2903
+#: ../src/gldit/cairo-dock-gui-factory.c:2939
 msgid "Grab"
 msgstr ""
 
@@ -810,12 +797,12 @@
 "Configure the way you access your docks and sub-docks!"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-internal-background.c:160 ../data/messages:459
-#: ../data/messages:861 ../data/messages:1407
+#: ../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:162
+#: ../src/gldit/cairo-dock-internal-background.c:130
 msgid "Set a background for your dock."
 msgstr ""
 
@@ -823,7 +810,7 @@
 msgid "_custom decoration_"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:575
+#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:565
 msgid "Desklets"
 msgstr ""
 
@@ -843,7 +830,22 @@
 msgid "Configure text bubble appearance."
 msgstr ""
 
-#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:757
+#: ../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 ""
+
+#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:747
 msgid "Indicators"
 msgstr ""
 
@@ -851,11 +853,11 @@
 msgid "Indicators are additional markers for your icons."
 msgstr ""
 
-#: ../src/gldit/cairo-dock-internal-labels.c:171
+#: ../src/gldit/cairo-dock-internal-labels.c:182
 msgid "Captions"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-internal-labels.c:173
+#: ../src/gldit/cairo-dock-internal-labels.c:184
 msgid "Define icon caption and quick-info style."
 msgstr ""
 
@@ -867,12 +869,12 @@
 msgid "Set the position of the main dock."
 msgstr ""
 
-#: ../src/gldit/cairo-dock-internal-system.c:135
+#: ../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:1049
+#: ../data/messages:1047
 msgid "Taskbar"
 msgstr ""
 
@@ -885,7 +887,7 @@
 msgstr ""
 
 #: ../src/gldit/cairo-dock-internal-views.c:87 ../data/messages:115
-#: ../data/messages:519 ../data/messages:1401
+#: ../data/messages:509 ../data/messages:1399
 msgid "Views"
 msgstr ""
 
@@ -902,19 +904,23 @@
 msgid "Are you sure you want to overwrite theme %s?"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-themes-manager.c:222
+#: ../src/gldit/cairo-dock-themes-manager.c:171
+msgid "Last modification on:"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-themes-manager.c:238
 #, 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:237
+#: ../src/gldit/cairo-dock-themes-manager.c:253
 #, c-format
 msgid "Are you sure you want to delete theme %s?"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-themes-manager.c:239
+#: ../src/gldit/cairo-dock-themes-manager.c:255
 msgid "Are you sure you want to delete these themes?"
 msgstr ""
 
@@ -943,33 +949,33 @@
 msgid "Folding"
 msgstr ""
 
-#: ../data/messages:1 ../data/messages:1347
+#: ../data/messages:1 ../data/messages:1345
 msgid "Behavior"
 msgstr ""
 
-#: ../data/messages:3 ../data/messages:153 ../data/messages:1349
+#: ../data/messages:3 ../data/messages:153 ../data/messages:1347
 msgid "Position on the screen"
 msgstr ""
 
-#: ../data/messages:5 ../data/messages:155 ../data/messages:1351
+#: ../data/messages:5 ../data/messages:155 ../data/messages:1349
 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:157 ../data/messages:1351
 msgid "bottom"
 msgstr ""
 
-#: ../data/messages:9 ../data/messages:159 ../data/messages:1355
+#: ../data/messages:9 ../data/messages:159 ../data/messages:1353
 msgid "top"
 msgstr ""
 
 #: ../data/messages:11 ../data/messages:161 ../data/messages:171
-#: ../data/messages:1357
+#: ../data/messages:1355
 msgid "right"
 msgstr ""
 
 #: ../data/messages:13 ../data/messages:163 ../data/messages:169
-#: ../data/messages:1359
+#: ../data/messages:1357
 msgid "left"
 msgstr ""
 
@@ -977,7 +983,7 @@
 msgid "Visibility of the main dock"
 msgstr ""
 
-#: ../data/messages:17 ../data/messages:197 ../data/messages:1381
+#: ../data/messages:17 ../data/messages:197 ../data/messages:1379
 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"
@@ -985,31 +991,31 @@
 msgstr ""
 
 #: ../data/messages:19 ../data/messages:55 ../data/messages:199
-#: ../data/messages:261 ../data/messages:1383
+#: ../data/messages:261 ../data/messages:1381
 msgid "Visibility:"
 msgstr ""
 
-#: ../data/messages:23 ../data/messages:203 ../data/messages:1387
+#: ../data/messages:23 ../data/messages:203 ../data/messages:1385
 msgid "Reserve space for the dock"
 msgstr ""
 
-#: ../data/messages:25 ../data/messages:205 ../data/messages:1389
+#: ../data/messages:25 ../data/messages:205 ../data/messages:1387
 msgid "Keep the dock below"
 msgstr ""
 
-#: ../data/messages:27 ../data/messages:207 ../data/messages:1391
+#: ../data/messages:27 ../data/messages:207 ../data/messages:1389
 msgid "Hide the dock when it overlaps the current window"
 msgstr ""
 
-#: ../data/messages:29 ../data/messages:209 ../data/messages:1393
+#: ../data/messages:29 ../data/messages:209 ../data/messages:1391
 msgid "Hide the dock whenever it overlaps any window"
 msgstr ""
 
-#: ../data/messages:31 ../data/messages:211 ../data/messages:1395
+#: ../data/messages:31 ../data/messages:211 ../data/messages:1393
 msgid "Keep the dock hidden"
 msgstr ""
 
-#: ../data/messages:33 ../data/messages:213 ../data/messages:1397
+#: ../data/messages:33 ../data/messages:213 ../data/messages:1395
 msgid "Pop-up on shortcut"
 msgstr ""
 
@@ -1077,7 +1083,7 @@
 msgid "On appearance/disappearance:"
 msgstr ""
 
-#: ../data/messages:87 ../data/messages:643
+#: ../data/messages:87 ../data/messages:633
 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 ""
 
@@ -1113,35 +1119,35 @@
 msgid "This will separate launchers, application, and applets from each others. Separators will be automatically inserted then."
 msgstr ""
 
-#: ../data/messages:105 ../data/messages:733
+#: ../data/messages:105 ../data/messages:723
 msgid "Separate the different types of icons?"
 msgstr ""
 
-#: ../data/messages:107 ../data/messages:743
+#: ../data/messages:107 ../data/messages:733
 msgid "Order of the different types of icons :"
 msgstr ""
 
-#: ../data/messages:109 ../data/messages:745
+#: ../data/messages:109 ../data/messages:735
 msgid "launchers"
 msgstr ""
 
-#: ../data/messages:111 ../data/messages:747
+#: ../data/messages:111 ../data/messages:737
 msgid "applications"
 msgstr ""
 
-#: ../data/messages:113 ../data/messages:749
+#: ../data/messages:113 ../data/messages:739
 msgid "applets"
 msgstr ""
 
-#: ../data/messages:117 ../data/messages:523
+#: ../data/messages:117 ../data/messages:513
 msgid "Choose the default view for main docks :"
 msgstr ""
 
-#: ../data/messages:119 ../data/messages:527
+#: ../data/messages:119 ../data/messages:517
 msgid "You can overwrite this parameter for each sub-dock."
 msgstr ""
 
-#: ../data/messages:121 ../data/messages:529
+#: ../data/messages:121 ../data/messages:519
 msgid "Choose the default view for sub-docks :"
 msgstr ""
 
@@ -1168,11 +1174,11 @@
 msgid "You can install them by simply drag-and-dropping the link onto your dock."
 msgstr ""
 
-#: ../data/messages:137 ../data/messages:1427
+#: ../data/messages:137 ../data/messages:1425
 msgid "Themes"
 msgstr ""
 
-#: ../data/messages:139 ../data/messages:1431
+#: ../data/messages:139 ../data/messages:1429
 msgid "Choose one of the available themes:"
 msgstr ""
 
@@ -1192,31 +1198,31 @@
 msgid "Use the new theme's behaviour?"
 msgstr ""
 
-#: ../data/messages:165 ../data/messages:1361
+#: ../data/messages:165 ../data/messages:1359
 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:167 ../data/messages:1363
+#: ../data/messages:167 ../data/messages:1361
 msgid "Relative alignment:"
 msgstr ""
 
-#: ../data/messages:173 ../data/messages:1365
+#: ../data/messages:173 ../data/messages:1363
 msgid "Offset from the screen's edge"
 msgstr ""
 
-#: ../data/messages:175 ../data/messages:1367
+#: ../data/messages:175 ../data/messages:1365
 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:1369
+#: ../data/messages:177 ../data/messages:1367
 msgid "Lateral offset:"
 msgstr ""
 
-#: ../data/messages:179 ../data/messages:1371
+#: ../data/messages:179 ../data/messages:1369
 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:1373
+#: ../data/messages:181 ../data/messages:1371
 msgid "Distance to the screen edge:"
 msgstr ""
 
@@ -1236,7 +1242,7 @@
 msgid "0 is the first screen."
 msgstr ""
 
-#: ../data/messages:191 ../data/messages:1377
+#: ../data/messages:191 ../data/messages:1375
 msgid "Number of the screen where the dock should be located:"
 msgstr ""
 
@@ -1394,13 +1400,13 @@
 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:321 ../data/messages:469 ../data/messages:581
+#: ../data/messages:607 ../data/messages:679
 msgid "Opaque"
 msgstr ""
 
-#: ../data/messages:323 ../data/messages:477 ../data/messages:589
-#: ../data/messages:615 ../data/messages:687
+#: ../data/messages:323 ../data/messages:467 ../data/messages:579
+#: ../data/messages:605 ../data/messages:677
 msgid "Transparent"
 msgstr ""
 
@@ -1527,812 +1533,808 @@
 msgstr ""
 
 #: ../data/messages:409
-msgid "Label readability"
+msgid "Composition"
 msgstr ""
 
 #: ../data/messages:411
-msgid "Should the labels always be horizontal, even when dock is vertical?"
+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
-msgid "the bigger, the more the labels next to the selected icon will be transparent."
+msgid "Emulate composition with fake transparency?"
 msgstr ""
 
 #: ../data/messages:415
-msgid "label's visibility threshold :"
+msgid "You need to re-open the panel. It is deactivated by default on KDE."
 msgstr ""
 
 #: ../data/messages:417
-msgid "Configure labels appearence."
+msgid "Make the config panel transparent?"
 msgstr ""
 
 #: ../data/messages:419
-msgid "Composition"
+msgid "Connection to the Internet"
 msgstr ""
 
 #: ../data/messages:421
-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."
+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
-msgid "Emulate composition with fake transparency?"
+msgid "Connection timeout :"
 msgstr ""
 
 #: ../data/messages:425
-msgid "You need to re-open the panel. It is deactivated by default on KDE."
+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
-msgid "Make the config panel transparent?"
+msgid "Maximum time to download a file:"
 msgstr ""
 
 #: ../data/messages:429
-msgid "Connection to the Internet"
+msgid "Use this option if you experience problems to connect."
 msgstr ""
 
 #: ../data/messages:431
-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."
+msgid "Force IPv4 ?"
 msgstr ""
 
 #: ../data/messages:433
-msgid "Connection timeout :"
+msgid "Use this option if you connect to the Internet through a proxy."
 msgstr ""
 
 #: ../data/messages:435
-msgid "Maximum time in seconds that you allow the whole operation to last. Some themes can be up to a few MB."
+msgid "Are you behind a proxy ?"
 msgstr ""
 
 #: ../data/messages:437
-msgid "Maximum time to download a file:"
+msgid "Proxy name :"
 msgstr ""
 
 #: ../data/messages:439
-msgid "Use this option if you experience problems to connect."
-msgstr ""
-
-#: ../data/messages:441
-msgid "Force IPv4 ?"
-msgstr ""
-
-#: ../data/messages:443
-msgid "Use this option if you connect to the Internet through a proxy."
-msgstr ""
-
-#: ../data/messages:445
-msgid "Are you behind a proxy ?"
-msgstr ""
-
-#: ../data/messages:447
-msgid "Proxy name :"
-msgstr ""
-
-#: ../data/messages:449
 msgid "Port :"
 msgstr ""
 
-#: ../data/messages:451 ../data/messages:455
+#: ../data/messages:441 ../data/messages:445
 msgid "Let empty if you don't need to log-in to the proxy with a user/password."
 msgstr ""
 
-#: ../data/messages:453
+#: ../data/messages:443
 msgid "User :"
 msgstr ""
 
-#: ../data/messages:457
+#: ../data/messages:447
 msgid "Password :"
 msgstr ""
 
-#: ../data/messages:461 ../data/messages:1409
+#: ../data/messages:451 ../data/messages:1407
 msgid "Fill the background with:"
 msgstr ""
 
-#: ../data/messages:463 ../data/messages:469 ../data/messages:763
-#: ../data/messages:1413
+#: ../data/messages:453 ../data/messages:459 ../data/messages:753
+#: ../data/messages:1411
 msgid "Image"
 msgstr ""
 
-#: ../data/messages:465 ../data/messages:485 ../data/messages:1415
+#: ../data/messages:455 ../data/messages:475 ../data/messages:1413
 msgid "Colour gradation"
 msgstr ""
 
-#: ../data/messages:467
+#: ../data/messages:457
 msgid "Use a background image."
 msgstr ""
 
-#: ../data/messages:471 ../data/messages:1417
+#: ../data/messages:461 ../data/messages:1415
 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:463 ../data/messages:1417
 msgid "Image filename to use as a background :"
 msgstr ""
 
-#: ../data/messages:475
+#: ../data/messages:465
 msgid "Image's transparency :"
 msgstr ""
 
-#: ../data/messages:481 ../data/messages:1421
+#: ../data/messages:471 ../data/messages:1419
 msgid "Repeat image as a pattern to fill background?"
 msgstr ""
 
-#: ../data/messages:483
+#: ../data/messages:473
 msgid "Use a colour gradation."
 msgstr ""
 
-#: ../data/messages:487 ../data/messages:1423
+#: ../data/messages:477 ../data/messages:1421
 msgid "Bright colour:"
 msgstr ""
 
-#: ../data/messages:489 ../data/messages:1425
+#: ../data/messages:479 ../data/messages:1423
 msgid "Dark colour:"
 msgstr ""
 
-#: ../data/messages:491
+#: ../data/messages:481
 msgid "In degrees, in relation to the vertical"
 msgstr ""
 
-#: ../data/messages:493
+#: ../data/messages:483
 msgid "Angle of the gradation :"
 msgstr ""
 
-#: ../data/messages:495
+#: ../data/messages:485
 msgid "If not nul, it will form stripes."
 msgstr ""
 
-#: ../data/messages:497
+#: ../data/messages:487
 msgid "Repeat the gradation this number of times:"
 msgstr ""
 
-#: ../data/messages:499
+#: ../data/messages:489
 msgid "Percentage of the bright colour:"
 msgstr ""
 
-#: ../data/messages:501
+#: ../data/messages:491
 msgid "External Frame"
 msgstr ""
 
-#: ../data/messages:503 ../data/messages:507 ../data/messages:513
-#: ../data/messages:561 ../data/messages:661
+#: ../data/messages:493 ../data/messages:497 ../data/messages:503
+#: ../data/messages:551 ../data/messages:651
 msgid "in pixels."
 msgstr ""
 
-#: ../data/messages:505
+#: ../data/messages:495
 msgid "Corner radius :"
 msgstr ""
 
-#: ../data/messages:509
+#: ../data/messages:499
 msgid "Linewidth of the external line :"
 msgstr ""
 
-#: ../data/messages:511
+#: ../data/messages:501
 msgid "Colour of the external line:"
 msgstr ""
 
-#: ../data/messages:515
+#: ../data/messages:505
 msgid "Margin between the frame and the icons or their reflects :"
 msgstr ""
 
-#: ../data/messages:517
+#: ../data/messages:507
 msgid "Are the bottom left and right corners rounded?"
 msgstr ""
 
-#: ../data/messages:521
+#: ../data/messages:511
 msgid "Main Dock"
 msgstr ""
 
-#: ../data/messages:525
+#: ../data/messages:515
 msgid "Sub-Docks"
 msgstr ""
 
-#: ../data/messages:531
+#: ../data/messages:521
 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:523
 msgid "Ratio for the size of the sub-docks' icons :"
 msgstr ""
 
-#: ../data/messages:535 ../data/messages:803
+#: ../data/messages:525 ../data/messages:793
 msgid "smaller"
 msgstr ""
 
-#: ../data/messages:537
+#: ../data/messages:527
 msgid "same size"
 msgstr ""
 
-#: ../data/messages:539
+#: ../data/messages:529
 msgid "Dialogs"
 msgstr ""
 
-#: ../data/messages:541
+#: ../data/messages:531
 msgid "Bubble"
 msgstr ""
 
-#: ../data/messages:543
+#: ../data/messages:533
 msgid "Background colour of the bubble:"
 msgstr ""
 
-#: ../data/messages:545
+#: ../data/messages:535
 msgid "Shape of the bubble:"
 msgstr ""
 
-#: ../data/messages:547
+#: ../data/messages:537
 msgid "Text"
 msgstr ""
 
-#: ../data/messages:549 ../data/messages:839
+#: ../data/messages:539 ../data/messages:837
 msgid "Otherwise the default's system one will be used."
 msgstr ""
 
-#: ../data/messages:551
+#: ../data/messages:541
 msgid "Use a custom font for the text?"
 msgstr ""
 
-#: ../data/messages:553
+#: ../data/messages:543
 msgid "Text font:"
 msgstr ""
 
-#: ../data/messages:555 ../data/messages:845
+#: ../data/messages:545 ../data/messages:843
 msgid "Draw the outline of the text?"
 msgstr ""
 
-#: ../data/messages:557
+#: ../data/messages:547
 msgid "Text color:"
 msgstr ""
 
-#: ../data/messages:559 ../data/messages:619
+#: ../data/messages:549 ../data/messages:609
 msgid "Buttons"
 msgstr ""
 
-#: ../data/messages:563
+#: ../data/messages:553
 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:555 ../data/messages:559 ../data/messages:613
+#: ../data/messages:617 ../data/messages:621 ../data/messages:625
 msgid "If you don't provide any, a default image will be used."
 msgstr ""
 
-#: ../data/messages:567
+#: ../data/messages:557
 msgid "Name of an image to use for the yes/ok button :"
 msgstr ""
 
-#: ../data/messages:571
+#: ../data/messages:561
 msgid "Name of an image to use for the no/cancel button :"
 msgstr ""
 
-#: ../data/messages:573
+#: ../data/messages:563
 msgid "Size of the icon displayed next to the text :"
 msgstr ""
 
-#: ../data/messages:577
+#: ../data/messages:567
 msgid "Decorations"
 msgstr ""
 
-#: ../data/messages:579
+#: ../data/messages:569
 msgid ""
 "This can be customized for each desklet separately.\n"
 "Choose 'Custom decoration' to define your own decorations below"
 msgstr ""
 
-#: ../data/messages:581
+#: ../data/messages:571
 msgid "Choose a default decoration for all desklets :"
 msgstr ""
 
-#: ../data/messages:583
+#: ../data/messages:573
 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:575
 msgid "Background image :"
 msgstr ""
 
-#: ../data/messages:587
+#: ../data/messages:577
 msgid "Background transparency :"
 msgstr ""
 
-#: ../data/messages:593
+#: ../data/messages:583
 msgid "in pixels. Use this to adjust the left position of the drawings."
 msgstr ""
 
-#: ../data/messages:595
+#: ../data/messages:585
 msgid "Left offset :"
 msgstr ""
 
-#: ../data/messages:597
+#: ../data/messages:587
 msgid "in pixels. Use this to adjust the top position of the drawings."
 msgstr ""
 
-#: ../data/messages:599
+#: ../data/messages:589
 msgid "Top offset :"
 msgstr ""
 
-#: ../data/messages:601
+#: ../data/messages:591
 msgid "in pixels. Use this to adjust the right position of the drawings."
 msgstr ""
 
-#: ../data/messages:603
+#: ../data/messages:593
 msgid "Right offset :"
 msgstr ""
 
-#: ../data/messages:605
+#: ../data/messages:595
 msgid "in pixels. Use this to adjust the bottom position of the drawings."
 msgstr ""
 
-#: ../data/messages:607
+#: ../data/messages:597
 msgid "Bottom offset :"
 msgstr ""
 
-#: ../data/messages:609
+#: ../data/messages:599
 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:601
 msgid "Foreground image :"
 msgstr ""
 
-#: ../data/messages:613
+#: ../data/messages:603
 msgid "Foreground tansparency :"
 msgstr ""
 
-#: ../data/messages:621
+#: ../data/messages:611
 msgid "Buttons size :"
 msgstr ""
 
-#: ../data/messages:625 ../data/messages:637
+#: ../data/messages:615 ../data/messages:627
 msgid "Name of an image to use for the 'rotate' button :"
 msgstr ""
 
-#: ../data/messages:629
+#: ../data/messages:619
 msgid "Name of an image to use for the 'reattach' button :"
 msgstr ""
 
-#: ../data/messages:633
+#: ../data/messages:623
 msgid "Name of an image to use for the 'depth rotate' button :"
 msgstr ""
 
-#: ../data/messages:641
+#: ../data/messages:631
 msgid "Icons' themes"
 msgstr ""
 
-#: ../data/messages:645
+#: ../data/messages:635
 msgid "Choose an icon theme :"
 msgstr ""
 
-#: ../data/messages:647
+#: ../data/messages:637
 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:639
 msgid "Image filename to use as a background for icons :"
 msgstr ""
 
-#: ../data/messages:651
+#: ../data/messages:641
 msgid "Zoom effect"
 msgstr ""
 
-#: ../data/messages:653
+#: ../data/messages:643
 msgid "set to 1 if you don't want the icons to zoom when you hover over them."
 msgstr ""
 
-#: ../data/messages:655
+#: ../data/messages:645
 msgid "Maximum zoom of the icons :"
 msgstr ""
 
-#: ../data/messages:657
+#: ../data/messages:647
 msgid "in pixels. Outside of this space (centered on the mouse), there is no zoom."
 msgstr ""
 
-#: ../data/messages:659
+#: ../data/messages:649
 msgid "Width of the space in which the zoom will be effective :"
 msgstr ""
 
-#: ../data/messages:663
+#: ../data/messages:653
 msgid "Space between icons :"
 msgstr ""
 
-#: ../data/messages:665
+#: ../data/messages:655
 msgid "Reflections"
 msgstr ""
 
-#: ../data/messages:667
+#: ../data/messages:657
 msgid "It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 reflections are not used."
 msgstr ""
 
-#: ../data/messages:669
+#: ../data/messages:659
 msgid "Reflective power of the plane :"
 msgstr ""
 
-#: ../data/messages:671
+#: ../data/messages:661
 msgid "light"
 msgstr ""
 
-#: ../data/messages:673
+#: ../data/messages:663
 msgid "strong"
 msgstr ""
 
-#: ../data/messages:675
+#: ../data/messages:665
 msgid "In percent of the icon's size. This parameter influence the total height of the dock."
 msgstr ""
 
-#: ../data/messages:677
+#: ../data/messages:667
 msgid "Height of the reflection:"
 msgstr ""
 
-#: ../data/messages:679
+#: ../data/messages:669
 msgid "small"
 msgstr ""
 
-#: ../data/messages:681
+#: ../data/messages:671
 msgid "tall"
 msgstr ""
 
-#: ../data/messages:683
+#: ../data/messages:673
 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:685
+#: ../data/messages:675
 msgid "Icons' transparency at rest :"
 msgstr ""
 
-#: ../data/messages:691
+#: ../data/messages:681
 msgid "Icons size"
 msgstr ""
 
-#: ../data/messages:693
+#: ../data/messages:683
 msgid "Launcher's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:695
+#: ../data/messages:685
 msgid "Application's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:697
+#: ../data/messages:687
 msgid "Applet's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:699
+#: ../data/messages:689
 msgid "Configure icons' animations."
 msgstr ""
 
-#: ../data/messages:701
+#: ../data/messages:691
 msgid "Configure icons' special effects (requires OpenGL)."
 msgstr ""
 
-#: ../data/messages:703
+#: ../data/messages:693
 msgid "Configure icons' animations on appearing/disappearing (require OpenGL capacity)."
 msgstr ""
 
-#: ../data/messages:705
+#: ../data/messages:695
 msgid "Separators"
 msgstr ""
 
-#: ../data/messages:707
+#: ../data/messages:697
 msgid "Icon size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:709
+#: ../data/messages:699
 msgid "Force separator's image size to stay constant?"
 msgstr ""
 
-#: ../data/messages:711
+#: ../data/messages:701
 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:713
+#: ../data/messages:703
 msgid "How to draw the separators?"
 msgstr ""
 
-#: ../data/messages:715
+#: ../data/messages:705
 msgid "Use an image."
 msgstr ""
 
-#: ../data/messages:717
+#: ../data/messages:707
 msgid "Flat separator"
 msgstr ""
 
-#: ../data/messages:719
+#: ../data/messages:709
 msgid "Physical separator"
 msgstr ""
 
-#: ../data/messages:721
+#: ../data/messages:711
 msgid "If you don't provide one, blanks will be used."
 msgstr ""
 
-#: ../data/messages:723
+#: ../data/messages:713
 msgid "Filename of an image to use for separators :"
 msgstr ""
 
-#: ../data/messages:725
+#: ../data/messages:715
 msgid "Make the separator's image revolve when dock is on top/on the left/on the right?"
 msgstr ""
 
-#: ../data/messages:727
+#: ../data/messages:717
 msgid "Colour of flat separators :"
 msgstr ""
 
-#: ../data/messages:729
+#: ../data/messages:719
 msgid "Icons order"
 msgstr ""
 
-#: ../data/messages:731
+#: ../data/messages:721
 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:735 ../data/messages:831
+#: ../data/messages:725 ../data/messages:823
 msgid "No"
 msgstr ""
 
-#: ../data/messages:737
+#: ../data/messages:727
 msgid "Separate applications from others"
 msgstr ""
 
-#: ../data/messages:739
+#: ../data/messages:729
 msgid "Separate applets from others"
 msgstr ""
 
+#: ../data/messages:731
+msgid "Separate all"
+msgstr ""
+
 #: ../data/messages:741
-msgid "Separate all"
-msgstr ""
-
-#: ../data/messages:751
 msgid "Link the icons with a string"
 msgstr ""
 
-#: ../data/messages:753
+#: ../data/messages:743
 msgid "Linewidth of the string, in pixels (0 to not use string) :"
 msgstr ""
 
-#: ../data/messages:755
+#: ../data/messages:745
 msgid "Colour of the string (red, blue, green, alpha) :"
 msgstr ""
 
-#: ../data/messages:759
+#: ../data/messages:749
 msgid "Indicator of the active window"
 msgstr ""
 
-#: ../data/messages:761
+#: ../data/messages:751
 msgid "Type of indicator:"
 msgstr ""
 
-#: ../data/messages:765
+#: ../data/messages:755
 msgid "Frame"
 msgstr ""
 
-#: ../data/messages:767 ../data/messages:785 ../data/messages:823
+#: ../data/messages:757 ../data/messages:775 ../data/messages:813
 msgid "Image file:"
 msgstr ""
 
-#: ../data/messages:769
+#: ../data/messages:759
 msgid "Set transparency to 0 if you don't want to use an indicator."
 msgstr ""
 
-#: ../data/messages:771
+#: ../data/messages:761
 msgid "Colour of the frame :"
 msgstr ""
 
-#: ../data/messages:773
+#: ../data/messages:763
 msgid "Set 0 to fill the frame."
 msgstr ""
 
-#: ../data/messages:775
+#: ../data/messages:765
 msgid "Linewidth of the frame around the active window :"
 msgstr ""
 
-#: ../data/messages:777
+#: ../data/messages:767
 msgid "Corner radius of the frame around the active window :"
 msgstr ""
 
-#: ../data/messages:779 ../data/messages:811
+#: ../data/messages:769 ../data/messages:801
 msgid "Draw indicator above the icon?"
 msgstr ""
 
-#: ../data/messages:781
+#: ../data/messages:771
 msgid "Indicator of active launcher"
 msgstr ""
 
-#: ../data/messages:783
+#: ../data/messages:773
 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:777
 msgid "The indicator is drawn on active launchers, but you may want to display it on applications too."
 msgstr ""
 
-#: ../data/messages:789
+#: ../data/messages:779
 msgid "Display an indicator on application icons too ?"
 msgstr ""
 
-#: ../data/messages:791
+#: ../data/messages:781
 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:793
+#: ../data/messages:783
 msgid "Vertical offset :"
 msgstr ""
 
-#: ../data/messages:795
+#: ../data/messages:785
 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:797
+#: ../data/messages:787
 msgid "Link the indicator with its icon?"
 msgstr ""
 
-#: ../data/messages:799
+#: ../data/messages:789
 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:801
+#: ../data/messages:791
 msgid "Indicator size ratio :"
 msgstr ""
 
-#: ../data/messages:805
+#: ../data/messages:795
 msgid "bigger"
 msgstr ""
 
-#: ../data/messages:807
+#: ../data/messages:797
 msgid "Use it to make the indicator follow the orientation of the dock (top/bottom/right/left)."
 msgstr ""
 
-#: ../data/messages:809
+#: ../data/messages:799
 msgid "Rotate the indicator with dock?"
 msgstr ""
 
-#: ../data/messages:813
+#: ../data/messages:803
 msgid "Indicator of grouped windows"
 msgstr ""
 
+#: ../data/messages:805
+msgid "How to show that several icons are grouped :"
+msgstr ""
+
+#: ../data/messages:807
+msgid "Draw an image"
+msgstr ""
+
+#: ../data/messages:809
+msgid "Draw the sub-dock's icons as a stack"
+msgstr ""
+
+#: ../data/messages:811
+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
-msgid "How to show that several icons are grouped :"
+msgid "Zoom the indicator with its icon?"
 msgstr ""
 
 #: ../data/messages:817
-msgid "Draw an image"
+msgid "Labels"
 msgstr ""
 
 #: ../data/messages:819
-msgid "Draw the sub-dock's icons as a stack"
+msgid "Label visibility"
 msgstr ""
 
 #: ../data/messages:821
-msgid "It only makes sense if you chose to group the applis of the same class together. Leave blank to use the default one."
+msgid "Show labels:"
 msgstr ""
 
 #: ../data/messages:825
-msgid "Zoom the indicator with its icon?"
+msgid "On pointed icon"
 msgstr ""
 
 #: ../data/messages:827
-msgid "Labels"
+msgid "On all icons"
 msgstr ""
 
 #: ../data/messages:829
-msgid "Show labels:"
+msgid "the bigger, the more the labels next to the selected icon will be transparent."
+msgstr ""
+
+#: ../data/messages:831
+msgid "label's visibility threshold :"
 msgstr ""
 
 #: ../data/messages:833
-msgid "On pointed icon"
+msgid "Should the labels always be horizontal, even when dock is vertical?"
 msgstr ""
 
 #: ../data/messages:835
-msgid "On all icons"
-msgstr ""
-
-#: ../data/messages:837
 msgid "Font"
 msgstr ""
 
+#: ../data/messages:839
+msgid "Use a custom font for labels?"
+msgstr ""
+
 #: ../data/messages:841
-msgid "Use a custom font for labels?"
-msgstr ""
-
-#: ../data/messages:843
 msgid "Font used for labels :"
 msgstr ""
 
+#: ../data/messages:845
+msgid "Colour"
+msgstr ""
+
 #: ../data/messages:847
-msgid "Colour"
+msgid "It's the first color of the gradation."
 msgstr ""
 
 #: ../data/messages:849
-msgid "It's the first color of the gradation."
+msgid "Start color :"
 msgstr ""
 
 #: ../data/messages:851
-msgid "Start color :"
+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
-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."
+msgid "Stop color :"
 msgstr ""
 
 #: ../data/messages:855
-msgid "Stop color :"
+msgid "If checked, the pattern will go from top to bottom, otherwise from left to right."
 msgstr ""
 
 #: ../data/messages:857
-msgid "If checked, the pattern will go from top to bottom, otherwise from left to right."
-msgstr ""
-
-#: ../data/messages:859
 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 "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."
+msgid "Colour of the label's background :"
 msgstr ""
 
 #: ../data/messages:865
-msgid "Colour of the label's background :"
+msgid "If false, only the quick-info will have this background color."
 msgstr ""
 
 #: ../data/messages:867
-msgid "If false, only the quick-info will have this background color."
+msgid "Use background color for labels?"
 msgstr ""
 
 #: ../data/messages:869
-msgid "Use background color for labels?"
-msgstr ""
-
-#: ../data/messages:871
 msgid "Margin around the text (in pixels) :"
 msgstr ""
 
+#: ../data/messages:873
+msgid "Yes, like that :-)"
+msgstr ""
+
 #: ../data/messages:875
-msgid "Yes, like that :-)"
-msgstr ""
-
-#: ../data/messages:877
 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
+msgid "How do I re-order my icons?"
+msgstr ""
+
 #: ../data/messages:879
-msgid "How do I re-order my icons?"
+msgid "Tip: you can even re-order icons of active applications."
 msgstr ""
 
 #: ../data/messages:881
-msgid "Tip: you can even re-order icons of active applications."
+msgid "Simply drag with the mouse, and drop wherever you wish."
 msgstr ""
 
 #: ../data/messages:883
-msgid "Simply drag with the mouse, and drop wherever you wish."
+msgid "How do I position applets and taskbar icons at the beginning of the dock?"
 msgstr ""
 
 #: ../data/messages:885
-msgid "How do I position applets and taskbar icons at the beginning of the dock?"
+msgid "Tip: you can also position applets amongst launchers, by ticking the box below."
 msgstr ""
 
 #: ../data/messages:887
-msgid "Tip: you can also position applets amongst launchers, by ticking the box below."
-msgstr ""
-
-#: ../data/messages:889
 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:889 ../data/messages:897 ../data/messages:911
+#: ../data/messages:967
 msgid "Go to the «Icons» module."
 msgstr ""
 
+#: ../data/messages:891
+msgid "How do I change an icon image?"
+msgstr ""
+
 #: ../data/messages:893
-msgid "How do I change an icon image?"
+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:895
-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:897
 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"
@@ -2340,220 +2342,220 @@
 "If you choose nothing, the default icon theme of your system will be used."
 msgstr ""
 
+#: ../data/messages:899
+msgid "How do I remove many icons quickly?"
+msgstr ""
+
 #: ../data/messages:901
-msgid "How do I remove many icons quickly?"
+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
-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."
+msgid "Just drag and drop them out of the dock, they will disappear in an explosion !"
 msgstr ""
 
 #: ../data/messages:905
-msgid "Just drag and drop them out of the dock, they will disappear in an explosion !"
+msgid "How can I resize my icons?"
 msgstr ""
 
 #: ../data/messages:907
-msgid "How can I resize my icons?"
+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
-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:911
 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:913
 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: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
 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:917 ../data/messages:1045
 msgid "If you're using Compiz, you can click on this button:"
 msgstr ""
 
+#: ../data/messages:919
+msgid "Dock"
+msgstr ""
+
 #: ../data/messages:921
-msgid "Dock"
+msgid "How do I position my dock on the screen?"
 msgstr ""
 
 #: ../data/messages:923
-msgid "How do I position my dock on the screen?"
+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
-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
 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:929 ../data/messages:937
+#: ../data/messages:927 ../data/messages:935
 msgid "Go to the «Position» module."
 msgstr ""
 
+#: ../data/messages:929
+msgid "How do I adjust the position of the dock above the Gnome-panel?"
+msgstr ""
+
 #: ../data/messages:931
-msgid "How do I adjust the position of the dock above the Gnome-panel?"
+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
-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
 msgid "In the «Position» module, you can add an offset to the screen border."
 msgstr ""
 
+#: ../data/messages:937
+msgid "The dock is hidden by the Gnome-panel"
+msgstr ""
+
 #: ../data/messages:939
-msgid "The dock is hidden by the Gnome-panel"
-msgstr ""
-
-#: ../data/messages:941
 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 «cairo-dock --keep-above».\n"
 " But you can also (re)move the Gnome-Panel by doing a right click on it."
 msgstr ""
 
+#: ../data/messages:941
+msgid "I don’t want other windows covering the dock"
+msgstr ""
+
 #: ../data/messages:943
-msgid "I don’t want other windows covering the dock"
+msgid "Tip: You can even do that with desklets: making a desklet's panel !."
 msgstr ""
 
 #: ../data/messages:945
-msgid "Tip: You can even do that with desklets: making a desklet's panel !."
-msgstr ""
-
-#: ../data/messages:947
 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:947 ../data/messages:955
 msgid "Go to the «Accessibility» module."
 msgstr ""
 
+#: ../data/messages:949
+msgid "I don’t want that the dock covers windows"
+msgstr ""
+
 #: ../data/messages:951
-msgid "I don’t want that the dock covers windows"
-msgstr ""
-
-#: ../data/messages:953
 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"
 "You can also set-up the size of the trigger zone, and even set an image to it."
 msgstr ""
 
-#: ../data/messages:955
+#: ../data/messages:953
 msgid ""
 "Two choices are available in the “Accessibility” module:\n"
 " - either choose to “keep the dock below other windows”. The dock will then pop-up when you place the mouse on its screen border.\n"
 " - or choose the auto-hide. The dock will then hide itself and reappear when you enter the trigger zone."
 msgstr ""
 
+#: ../data/messages:957
+msgid "How can I add a separator?"
+msgstr ""
+
 #: ../data/messages:959
-msgid "How can I add a separator?"
+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
-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
 msgid ""
 "Simply right-click on the dock where you wish to add a separator and select «add a separator».\n"
 "You can position it wherever you wish (except in amongst taskbar icons) by dragging it with the mouse."
 msgstr ""
 
+#: ../data/messages:963
+msgid "I don't want to have a separator between launchers , applications and applets."
+msgstr ""
+
 #: ../data/messages:965
-msgid "I don't want to have a separator between launchers , applications and applets."
-msgstr ""
-
-#: ../data/messages:967
 msgid "In the «Icons» module, in the «separator» section, untick the box that says «add automatic separators»."
 msgstr ""
 
+#: ../data/messages:969
+msgid "How do I add a sub-dock?"
+msgstr ""
+
 #: ../data/messages:971
-msgid "How do I add a sub-dock?"
+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 applets as well, allowing you to group many applets in a sub-dock. You can also create new main docks this way."
 msgstr ""
 
 #: ../data/messages:973
-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 applets as well, allowing you to group many applets in a sub-dock. You can also create new main docks this way."
+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
-msgid "Just right-click on the dock, then select «Add a sub-dock». Fill the config panel with a name and image, then confirm."
+msgid "How can I have many main docks?"
 msgstr ""
 
 #: ../data/messages:977
-msgid "How can I have many main docks?"
-msgstr ""
-
-#: ../data/messages:979
 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"
 "To place this new dock, right click on it, and in the Cairo-dock sub-menu choose “configure this dock”."
 msgstr ""
 
+#: ../data/messages:979
+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
-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."
+msgid "How can I have a 3D dock?"
 msgstr ""
 
 #: ../data/messages:983
-msgid "How can I have a 3D dock?"
+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
-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
 msgid ""
 "Any dock can be displayed with one view, and many views are available (3D, Curve, etc).\n"
 "Then, go to the «Views» module, and choose the view you wish to use for main dock, and for sub-dock."
 msgstr ""
 
+#: ../data/messages:987
+msgid "Go to the «Views» module."
+msgstr ""
+
 #: ../data/messages:989
-msgid "Go to the «Views» module."
+msgid "How can I change the background of my docks?"
 msgstr ""
 
 #: ../data/messages:991
-msgid "How can I change the background of my docks?"
+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
-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
 msgid ""
 "In the 'Background' module, you can either choose an image, or a color gradation.\n"
 "If you set an image, it will be used as the background, if you don't, the gradatoin will be used."
 msgstr ""
 
+#: ../data/messages:995
+msgid "Go to the «Background» module."
+msgstr ""
+
 #: ../data/messages:997
-msgid "Go to the «Background» module."
+msgid "I find the dock too flashy, can it be more sober?"
 msgstr ""
 
 #: ../data/messages:999
-msgid "I find the dock too flashy, can it be more sober?"
+msgid "Hint : try different themes, some are already very sober, like Dust-Sand or Elementary."
 msgstr ""
 
 #: ../data/messages:1001
-msgid "Hint : try different themes, some are already very sober, like Dust-Sand or Elementary."
-msgstr ""
-
-#: ../data/messages:1003
 msgid ""
 "Who can do more can do less ! You can for instance deactivate the \"Icon effects\" plug-in,\n"
 " or deactivate the effect on mouse hovering in \"Animated Icon\" plug-in.\n"
@@ -2562,427 +2564,427 @@
 "In brief, you can easily have something as much sober as a gnome-panel, but this would be a shame ! ^_^"
 msgstr ""
 
+#: ../data/messages:1003
+msgid "Desklet"
+msgstr ""
+
 #: ../data/messages:1005
-msgid "Desklet"
+msgid "What are «desklets»?"
 msgstr ""
 
 #: ../data/messages:1007
-msgid "What are «desklets»?"
+msgid "Tip: to detach an applet, you can drag and drop its icon from the dock to the desktop"
 msgstr ""
 
 #: ../data/messages:1009
-msgid "Tip: to detach an applet, you can drag and drop its icon from the dock to the desktop"
+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
-msgid "Desklets are widgets which are displayed on your desktop. Each applet can be detached from the dock to act as a desklet."
+msgid "How do I configure their position?"
 msgstr ""
 
 #: ../data/messages:1013
-msgid "How do I configure their position?"
+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
-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."
+msgid "Simply drag them with the mouse."
 msgstr ""
 
 #: ../data/messages:1017
-msgid "Simply drag them with the mouse."
+msgid "How do I configure their behaviour?"
 msgstr ""
 
 #: ../data/messages:1019
-msgid "How do I configure their behaviour?"
+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
-msgid "Tip: if you lock the desklet, the buttons will not appear. You can reset a rotation by middle-clicking on the appropriate button."
+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
-msgid "There are small buttons on the top and left side of the desklet. They allow  you to rotate the desklet in 3D !"
+msgid "How do I change their decorations?"
 msgstr ""
 
 #: ../data/messages:1025
-msgid "How do I change their decorations?"
+msgid "Tip: you can add new decorations by choosing «Personalised» decoration, and providing a background and/or foreground image. You can configure the offsets of these images to adjust the position of the drawings inside the decorations."
 msgstr ""
 
 #: ../data/messages:1027
-msgid "Tip: you can add new decorations by choosing «Personalised» decoration, and providing a background and/or foreground image. You can configure the offsets of these images to adjust the position of the drawings inside the decorations."
-msgstr ""
-
-#: ../data/messages:1029
 msgid ""
 "The default decoration is defined in the «Desklets» module.\n"
 "Moreover, each desklet can have its own decoration. To change a desklet's decoration,\n"
 " go to the applet's configuration, click on the «desklet» tab, and then choose the decoration you wish to use."
 msgstr ""
 
+#: ../data/messages:1029
+msgid "Go to the «Desklets» module."
+msgstr ""
+
 #: ../data/messages:1031
-msgid "Go to the «Desklets» module."
+msgid "How do I insert a desklet into the dock?"
 msgstr ""
 
 #: ../data/messages:1033
-msgid "How do I insert a desklet into the dock?"
+msgid "Hint :  if the desklet is locked, the button won’t appear."
 msgstr ""
 
 #: ../data/messages:1035
-msgid "Hint :  if the desklet is locked, the button won’t appear."
+msgid "Simply click on the top right button."
 msgstr ""
 
 #: ../data/messages:1037
-msgid "Simply click on the top right button."
+msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
 msgstr ""
 
 #: ../data/messages:1039
-msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
+msgid "Tip: you may have to switch to the Widget Layer once so that Compiz takes the change into account."
 msgstr ""
 
 #: ../data/messages:1041
-msgid "Tip: you may have to switch to the Widget Layer once so that Compiz takes the change into account."
-msgstr ""
-
-#: ../data/messages:1043
 msgid ""
 "In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the rule (name=cairo-dock &amp; type=utility).\n"
 "You can then switch an applet to the Widget Layer by left-clicking on its desklet and selecting 'Compiz-Fusion Widget'."
 msgstr ""
 
+#: ../data/messages:1049
+msgid "How do I enable the Taskbar?"
+msgstr ""
+
 #: ../data/messages:1051
-msgid "How do I enable the Taskbar?"
+msgid "Tip: All the Taskbar options are grouped together in this module."
 msgstr ""
 
 #: ../data/messages:1053
-msgid "Tip: All the Taskbar options are grouped together in this module."
-msgstr ""
-
-#: ../data/messages:1055
 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:1055 ../data/messages:1063 ../data/messages:1071
+#: ../data/messages:1079 ../data/messages:1085
 msgid "Go to the «TaskBar» module."
 msgstr ""
 
+#: ../data/messages:1057
+msgid "I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
+msgstr ""
+
 #: ../data/messages:1059
-msgid "I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
+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
-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
 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 dock.\n"
 "If there are several windows, they will be grouped together in a sub-dock above this icon."
 msgstr ""
 
+#: ../data/messages:1065
+msgid "I have ugly icons for some applications."
+msgstr ""
+
 #: ../data/messages:1067
-msgid "I have ugly icons for some applications."
-msgstr ""
-
-#: ../data/messages:1069
 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 folder used by the dock (by default, ~/.config/cairo-dock/current_theme/icons)\n"
 "The class of an application can be found by typing «xprop |grep CLASS» in a terminal, then clicking on the window of the application."
 msgstr ""
 
-#: ../data/messages:1071
+#: ../data/messages:1069
 msgid ""
 "This is because X provides small icons for applications which look ugly when zoomed.\n"
 " In the «TaskBar» module, you can use the «Overwrite the X icon with the launchers' icon?» option to tell the dock not to use them."
 msgstr ""
 
+#: ../data/messages:1073
+msgid "When I launch a program with its launcher, I don't want an additional icon in the taskbar"
+msgstr ""
+
 #: ../data/messages:1075
-msgid "When I launch a program with its launcher, I don't want an additional icon in the taskbar"
+msgid "Tip: to launch another instance of the program, shift+click on the launcher."
 msgstr ""
 
 #: ../data/messages:1077
-msgid "Tip: to launch another instance of the program, shift+click on the launcher."
-msgstr ""
-
-#: ../data/messages:1079
 msgid ""
 "In the «TaskBar» module, you can use the «Mix launchers and applications» option.\n"
 "When a program is launched, if it has a launcher in the dock, the launcher icon will be marked with an icon to indicate that the corresponding application is running.\n"
 "You can then act on the window as if it were a taskbar icon."
 msgstr ""
 
+#: ../data/messages:1081
+msgid "I'm using Pidgin, and I want to see my friends' avatars."
+msgstr ""
+
 #: ../data/messages:1083
-msgid "I'm using Pidgin, and I want to see my friends' avatars."
-msgstr ""
-
-#: ../data/messages:1085
 msgid ""
 "If you chose to overwrite X icons, you can add an exception for Pidgin just before this option.\n"
 "If you chose to mix applications and launchers, you can edit the Pidgin launcher,\n"
 " and in the «Extra parameters», tick the option to not steal the icon for this application."
 msgstr ""
 
+#: ../data/messages:1087
+msgid "How can I quickly navigate between many windows of the same application quickly?"
+msgstr ""
+
 #: ../data/messages:1089
-msgid "How can I quickly navigate between many windows of the same application quickly?"
+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
-msgid "Tip: you can also close all the windows of this application by middle-clicking on the icon pointing to the sub-dock."
+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
-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."
+msgid "Replacing the Gnome-panel"
 msgstr ""
 
 #: ../data/messages:1095
-msgid "Replacing the Gnome-panel"
+msgid "How can I add the main menu?"
 msgstr ""
 
 #: ../data/messages:1097
-msgid "How can I add the main menu?"
+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
-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
 msgid "Enable the GMenu applet."
 msgstr ""
 
-#: ../data/messages:1103 ../data/messages:1111
+#: ../data/messages:1101 ../data/messages:1109
 msgid "Go to the «GMenu» module."
 msgstr ""
 
+#: ../data/messages:1103
+msgid "How can I add a simple «quick launch» panel?"
+msgstr ""
+
 #: ../data/messages:1105
-msgid "How can I add a simple «quick launch» panel?"
+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
-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
 msgid "Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
 msgstr ""
 
+#: ../data/messages:1111
+msgid "How can I add a Log-out icon?"
+msgstr ""
+
 #: ../data/messages:1113
-msgid "How can I add a Log-out icon?"
+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 icon, the second by a middle-click, but the applet lets you reverse this order, and even lets you enter your own commands."
 msgstr ""
 
 #: ../data/messages:1115
-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 icon, the second by a middle-click, but the applet lets you reverse this order, and even lets you enter your own commands."
+msgid "Enable the «Log-out» applet."
 msgstr ""
 
 #: ../data/messages:1117
-msgid "Enable the «Log-out» applet."
+msgid "Go to the «Log-out» module."
 msgstr ""
 
 #: ../data/messages:1119
-msgid "Go to the «Log-out» module."
+msgid "How can I access the dustbin?"
 msgstr ""
 
 #: ../data/messages:1121
-msgid "How can I access the dustbin?"
+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
-msgid "Tip: you can delete a file by dragging it into the dustbin. You can even unmount a mount-point this way!"
+msgid "Simply enable the «Dustbin» applet."
 msgstr ""
 
 #: ../data/messages:1125
-msgid "Simply enable the «Dustbin» applet."
+msgid "Go to the «Dustbin» module."
 msgstr ""
 
 #: ../data/messages:1127
-msgid "Go to the «Dustbin» module."
+msgid "How can I access my mount points?"
 msgstr ""
 
 #: ../data/messages:1129
-msgid "How can I access my mount points?"
+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
-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
 msgid "Simply enable the «Shortcuts» applet."
 msgstr ""
 
-#: ../data/messages:1135 ../data/messages:1143
+#: ../data/messages:1133 ../data/messages:1141
 msgid "Go to the «Shortcuts» module."
 msgstr ""
 
+#: ../data/messages:1135
+msgid "How can I access my Nautilus bookmarks?"
+msgstr ""
+
 #: ../data/messages:1137
-msgid "How can I access my Nautilus bookmarks?"
+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
-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
 msgid "Simply enable the «shortcuts» applet."
 msgstr ""
 
+#: ../data/messages:1143
+msgid "How can I access my desktop?"
+msgstr ""
+
 #: ../data/messages:1145
-msgid "How can I access my desktop?"
+msgid "Tip: middle-clicking on the icon will hide all windows, but not desklets."
 msgstr ""
 
 #: ../data/messages:1147
-msgid "Tip: middle-clicking on the icon will hide all windows, but not desklets."
+msgid "Simply enable the «showDesktop» applet."
 msgstr ""
 
 #: ../data/messages:1149
-msgid "Simply enable the «showDesktop» applet."
+msgid "Go to the «Show Desktop» module."
 msgstr ""
 
 #: ../data/messages:1151
-msgid "Go to the «Show Desktop» module."
+msgid "How can I add an easy-to-acces calendar?"
 msgstr ""
 
 #: ../data/messages:1153
-msgid "How can I add an easy-to-acces calendar?"
+msgid "Enable the «Clock» applet. Clicking on it will display a calendar, clicking again will hide it."
 msgstr ""
 
 #: ../data/messages:1155
-msgid "Enable the «Clock» applet. Clicking on it will display a calendar, clicking again will hide it."
+msgid "Go to the «Clock» module."
 msgstr ""
 
 #: ../data/messages:1157
-msgid "Go to the «Clock» module."
+msgid "How can I add the notification area (systray)?"
 msgstr ""
 
 #: ../data/messages:1159
-msgid "How can I add the notification area (systray)?"
-msgstr ""
-
-#: ../data/messages:1161
 msgid ""
 "Enable the «Systray» applet. For the moment it cannot be displayed directly in the dock,\n"
 "so clicking on the icon will pop-up a dialog containing the systray, middle-click will hide it.\n"
 "We recommend detaching this applet to make it a desklet. Place it in a corner of your screen and keep it above other windows."
 msgstr ""
 
+#: ../data/messages:1161
+msgid "Go to the «Systray» module."
+msgstr ""
+
 #: ../data/messages:1163
-msgid "Go to the «Systray» module."
+msgid "How can I add an easy-to-access terminal with real transparency, like Tilda?"
 msgstr ""
 
 #: ../data/messages:1165
-msgid "How can I add an easy-to-access terminal with real transparency, like Tilda?"
+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
-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!"
+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
-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."
+msgid "Go to the «terminal» module."
 msgstr ""
 
 #: ../data/messages:1171
-msgid "Go to the «terminal» module."
+msgid "So then, how can I remove completely the gnome-panel?"
 msgstr ""
 
 #: ../data/messages:1173
-msgid "So then, how can I remove completely the gnome-panel?"
-msgstr ""
-
-#: ../data/messages:1175
 msgid ""
 "Open gconf-editor, edit the key /desktop/gnome/session/required_components_list/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:1177
 msgid "If you are on Gnome, you can click on this button in order to automatically modify this key:"
 msgstr ""
 
+#: ../data/messages:1181
+msgid "How do I run the same applet multiple times?"
+msgstr ""
+
 #: ../data/messages:1183
-msgid "How do I run the same applet multiple times?"
+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
-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
 msgid ""
 "Some applets can have several instances running at the same time: Clock, Cairo-Penguin, Weather, Netspeed, ...\n"
 "Right click on the applet's icon, and select «launch another instance». A new instance of this applet appears in the main dock.\n"
 "You can configure this new applet just like any other."
 msgstr ""
 
+#: ../data/messages:1187
+msgid "I have a personal gauge that I want to use in the dock (for System-Monitor or others)."
+msgstr ""
+
 #: ../data/messages:1189
-msgid "I have a personal gauge that I want to use in the dock (for System-Monitor or others)."
+msgid "Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
 msgstr ""
 
 #: ../data/messages:1191
-msgid "Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
+msgid "I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
 msgstr ""
 
 #: ../data/messages:1193
-msgid "I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
+msgid "Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-Penguin, weather, etc."
 msgstr ""
 
 #: ../data/messages:1195
-msgid "Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-Penguin, weather, etc."
+msgid "Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
 msgstr ""
 
 #: ../data/messages:1197
-msgid "Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
+msgid "How do I change the brightness of my screen quickly?"
 msgstr ""
 
 #: ../data/messages:1199
-msgid "How do I change the brightness of my screen quickly?"
+msgid "Enable the Xgamma applet, then you can scroll up/down on the icon with the mouse."
 msgstr ""
 
 #: ../data/messages:1201
-msgid "Enable the Xgamma applet, then you can scroll up/down on the icon with the mouse."
+msgid "Go to the «Xgamma» module."
 msgstr ""
 
 #: ../data/messages:1203
-msgid "Go to the «Xgamma» module."
+msgid "How can I change the speaker volume quickly?"
 msgstr ""
 
 #: ../data/messages:1205
-msgid "How can I change the speaker volume quickly?"
+msgid "Enable the AlsaMixer applet, then you can scroll up/down on the icon with the mouse."
 msgstr ""
 
 #: ../data/messages:1207
-msgid "Enable the AlsaMixer applet, then you can scroll up/down on the icon with the mouse."
+msgid "Go to the «AlsaMixer» module."
 msgstr ""
 
 #: ../data/messages:1209
-msgid "Go to the «AlsaMixer» module."
+msgid "How can I quickly switch to another desktop?"
 msgstr ""
 
 #: ../data/messages:1211
-msgid "How can I quickly switch to another desktop?"
+msgid "Tip: This applet even lets you add or remove quickly a desktop !"
 msgstr ""
 
 #: ../data/messages:1213
-msgid "Tip: This applet even lets you add or remove quickly a desktop !"
-msgstr ""
-
-#: ../data/messages:1215
 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
+msgid "Go to the «Switcher» module."
+msgstr ""
+
 #: ../data/messages:1217
-msgid "Go to the «Switcher» module."
+msgid "How can I control my dock from the keyboard?"
 msgstr ""
 
 #: ../data/messages:1219
-msgid "How can I control my dock from the keyboard?"
+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
-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
 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> that can be controlled with the left/right arrows.\n"
@@ -2994,35 +2996,35 @@
 " - and of course, the <i>Scooby-Do</i> plug-in let you <b>navigate inside your docks</b> and quickly <b>find and launch</b> applications and files !"
 msgstr ""
 
+#: ../data/messages:1223
+msgid "Troubleshooting"
+msgstr ""
+
 #: ../data/messages:1225
-msgid "Troubleshooting"
+msgid "If you have any question, don't hesitate to ask on our forum."
 msgstr ""
 
 #: ../data/messages:1227
-msgid "If you have any question, don't hesitate to ask on our forum."
+msgid "Forum"
 msgstr ""
 
 #: ../data/messages:1229
-msgid "Forum"
+msgid "Our wiki can also help you, it is more complete on some points."
 msgstr ""
 
 #: ../data/messages:1231
-msgid "Our wiki can also help you, it is more complete on some points."
+msgid "Wiki"
 msgstr ""
 
 #: ../data/messages:1233
-msgid "Wiki"
+msgid "I have a black background around my dock."
 msgstr ""
 
 #: ../data/messages:1235
-msgid "I have a black background around my dock."
+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
-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
 msgid ""
 "You need to turn on compositing. For instance, you can run Compiz or xcompmgr. \n"
 "If you're using XFCE or KDE, you can just enable compositing in the window manager options.\n"
@@ -3030,103 +3032,103 @@
 " Open gconf-editor, edit the key '/apps/metacity/general/compositing_manager' and set it to 'true'."
 msgstr ""
 
+#: ../data/messages:1241
+msgid "If you're on Gnome with Metacity (without Compiz), you can click on this button:"
+msgstr ""
+
 #: ../data/messages:1243
-msgid "If you're on Gnome with Metacity (without Compiz), you can click on this button:"
+msgid "My machine is too old to run a composite manager."
 msgstr ""
 
 #: ../data/messages:1245
-msgid "My machine is too old to run a composite manager."
-msgstr ""
-
-#: ../data/messages:1247
 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
+msgid "The dock is horribly slow when I move the mouse into it."
+msgstr ""
+
 #: ../data/messages:1249
-msgid "The dock is horribly slow when I move the mouse into it."
-msgstr ""
-
-#: ../data/messages:1251
 msgid ""
 "If you have an Nvidia GeForce8 graphics card, please install the latest drivers, as the first ones were really buggy.\n"
 "If the dock is running without OpenGL, try to reduce the number of icons in the main dock, or try to reduce its size.\n"
 "If the dock is running with OpenGL, try to disable it by launching the dock with «cairo-dock -c»."
 msgstr ""
 
+#: ../data/messages:1251
+msgid "I don't have these wonderful effects like fire, cube rotating, etc."
+msgstr ""
+
 #: ../data/messages:1253
-msgid "I don't have these wonderful effects like fire, cube rotating, etc."
+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
-msgid "Tip: You can force OpenGL by launching the dock with «cairo-dock -o».but you might get a lot of visual artifacts."
+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
-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."
+msgid "I don't have any themes in the Theme Manager, except the default one."
 msgstr ""
 
 #: ../data/messages:1259
-msgid "I don't have any themes in the Theme Manager, except the default one."
+msgid "Hint : Up to version 2.1.1-2, wget was used."
 msgstr ""
 
 #: ../data/messages:1261
-msgid "Hint : Up to version 2.1.1-2, wget was used."
-msgstr ""
-
-#: ../data/messages:1263
 msgid ""
 "Be sure that you are connected to the Net.\n"
 " If your connection is very slow, you can increase the connection timeout in the \"System\" module.\n"
 " If you're under a proxy, you'll have to configure \"curl\" to use it; search on the web how to do it (basically, you have to set up the \"http_proxy\" environment variable)."
 msgstr ""
 
+#: ../data/messages:1263
+msgid "The «netspeed» applet displays 0 even when I'm downloading something"
+msgstr ""
+
 #: ../data/messages:1265
-msgid "The «netspeed» applet displays 0 even when I'm downloading something"
+msgid "Tip: you can run several instances of this applet if you wish to monitor several interfaces."
 msgstr ""
 
 #: ../data/messages:1267
-msgid "Tip: you can run several instances of this applet if you wish to monitor several interfaces."
-msgstr ""
-
-#: ../data/messages:1269
 msgid ""
 "You must tell the applet which interface you're using to connect to the Net (by default, this is «eth0»).\n"
 "Just edit its configuration, and enter the interface name. To find it, type «ifconfig» in a terminal, and ignore the «loop» interface. It's probably something like «eth1», «ath0», or «wifi0».."
 msgstr ""
 
+#: ../data/messages:1269
+msgid "The dustbin remains empty even when I delete a file."
+msgstr ""
+
 #: ../data/messages:1271
-msgid "The dustbin remains empty even when I delete a file."
-msgstr ""
-
-#: ../data/messages:1273
 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 probably «~/.locale/share/Trash/files». Be very careful when typing a path here!!! (do not insert spaces or some invisible caracters)."
 msgstr ""
 
+#: ../data/messages:1273
+msgid "There is no icon in the Applications Menu even though I enable the option."
+msgstr ""
+
 #: ../data/messages:1275
-msgid "There is no icon in the Applications Menu even though I enable the option."
-msgstr ""
-
-#: ../data/messages:1277
 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
+msgid "If you're on Gnome you can click on this button:"
+msgstr ""
+
 #: ../data/messages:1281
-msgid "If you're on Gnome you can click on this button:"
+msgid "The Project"
 msgstr ""
 
 #: ../data/messages:1283
-msgid "The Project"
+msgid "Join the project!"
 msgstr ""
 
 #: ../data/messages:1285
-msgid "Join the project!"
-msgstr ""
-
-#: ../data/messages:1287
 msgid ""
 "We value your help! If you see a bug, if you think something could be improved,\n"
 "or if you just made a dream about the dock, pay us a visit on cairo-dock.org.\n"
@@ -3135,123 +3137,127 @@
 "If you made a theme for the dock or one of the applet, and want to share it, we’ll be happy to integrate it on our server !"
 msgstr ""
 
+#: ../data/messages:1287
+msgid "If you wish to develop an applet, a complete documentation is available here."
+msgstr ""
+
 #: ../data/messages:1289
-msgid "If you wish to develop an applet, a complete documentation is available here."
+msgid "Documentation"
 msgstr ""
 
 #: ../data/messages:1291
-msgid "Documentation"
-msgstr ""
-
-#: ../data/messages:1293
 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
+msgid "DBus API"
+msgstr ""
+
 #: ../data/messages:1295
-msgid "DBus API"
+msgid ""
+"\n"
+"\n"
+"The Cairo-Dock Team"
 msgstr ""
 
 #: ../data/messages:1297
-msgid ""
-"\n"
-"\n"
-"The Cairo-Dock Team"
-msgstr ""
-
-#: ../data/messages:1299
 msgid "Websites"
 msgstr ""
 
+#: ../data/messages:1311
+msgid "Repositories"
+msgstr ""
+
 #: ../data/messages:1313
-msgid "Repositories"
-msgstr ""
-
-#: ../data/messages:1315
 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
+msgid "Debian/Ubuntu"
+msgstr ""
+
 #: ../data/messages:1317
-msgid "Debian/Ubuntu"
-msgstr ""
-
-#: ../data/messages:1319
 msgid "Ubuntu"
 msgstr ""
 
-#: ../data/messages:1323
+#: ../data/messages:1321
 msgid ""
 "If you're on Ubuntu, you can add our 'stable' repository by clicking on this button:\n"
 " After that, you can launch your update manager in order to install the latest stable version."
 msgstr ""
 
-#: ../data/messages:1327
+#: ../data/messages:1325
 msgid ""
 "If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by clicking on this button:\n"
 " After that, you can launch your update manager in order to install the latest weekly version."
 msgstr ""
 
-#: ../data/messages:1329
+#: ../data/messages:1327
 msgid "Debian"
 msgstr ""
 
-#: ../data/messages:1333
+#: ../data/messages:1331
 msgid ""
 "If you're on Debian Stable, you can add our 'stable' repository by clicking on this button:\n"
 " After that, you can purge all 'cairo-dock*' packages, update the your system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1337
+#: ../data/messages:1335
 msgid ""
 "If you're on Debian Unstable, you can add our 'stable' repository by clicking on this button:\n"
 " After that, you can purge all 'cairo-dock*' packages, update the your system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1341
+#: ../data/messages:1339
 msgid ""
 "If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) by clicking on this button:\n"
 " After that, you can purge all 'cairo-dock*' packages, update the your system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1345
+#: ../data/messages:1343
 msgid ""
 "If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) by clicking on this button:\n"
 " After that, you can purge all 'cairo-dock*' packages, update the your system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1375
+#: ../data/messages:1373
 msgid "starting from 0"
 msgstr ""
 
-#: ../data/messages:1379
+#: ../data/messages:1377
 msgid "Visibility of the dock"
 msgstr ""
 
+#: ../data/messages:1401
+msgid "Leave it empty to use the same view as the main dock."
+msgstr ""
+
 #: ../data/messages:1403
-msgid "Leave it empty to use the same view as the main dock."
-msgstr ""
-
-#: ../data/messages:1405
 msgid "Choose the view for this dock :/"
 msgstr ""
 
-#: ../data/messages:1411
+#: ../data/messages:1409
 msgid "Same as main dock"
 msgstr ""
 
-#: ../data/messages:1429
+#: ../data/messages:1427
 msgid "Choose a theme"
 msgstr ""
 
+#: ../data/messages:1431
+msgid "You can even paste an internet URL."
+msgstr ""
+
 #: ../data/messages:1433
-msgid "You can even paste an internet URL."
+msgid "...or drag and drop a theme package here :"
 msgstr ""
 
 #: ../data/messages:1435
-msgid "...or drag and drop a theme package here :"
+msgid "Theme loading options"
 msgstr ""
 
 #: ../data/messages:1445

=== modified file 'po/cs.po'
--- po/cs.po	2010-09-07 00:38:36 +0000
+++ po/cs.po	2010-09-22 10:39:45 +0000
@@ -7,99 +7,107 @@
 msgstr ""
 "Project-Id-Version: cairo-dock-core\n"
 "Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2010-08-11 00:18+0000\n"
-"PO-Revision-Date: 2010-08-17 12:20+0000\n"
-"Last-Translator: GdH <georgdh@xxxxxxxxx>\n"
+"POT-Creation-Date: 2010-08-29 00:58+0000\n"
+"PO-Revision-Date: 2010-09-07 12:33+0000\n"
+"Last-Translator: Milhouse <milhouse@xxxxxxxxx>\n"
 "Language-Team: Czech <cs@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-08-18 06:48+0000\n"
+"X-Launchpad-Export-Date: 2010-09-08 04:35+0000\n"
 "X-Generator: Launchpad (build Unknown)\n"
 
 #: ../src/cairo-dock-gui-launcher.c:376
 msgid "Launcher configuration"
 msgstr "Nastavení spouštěče"
 
-#: ../src/cairo-dock-gui-main.c:126 ../data/messages:271
+#: ../src/cairo-dock-gui-main.c:128 ../data/messages:277
 msgid "Behaviour"
 msgstr "Chování"
 
-#: ../src/cairo-dock-gui-main.c:127 ../data/messages:83 ../data/messages:1389
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1399
 msgid "Appearance"
 msgstr "Vzhled"
 
-#: ../src/cairo-dock-gui-main.c:128 ../src/gldit/cairo-dock-gui-factory.c:1246
+#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1247
 msgid "Files"
 msgstr "Soubory"
 
-#: ../src/cairo-dock-gui-main.c:129 ../src/gldit/cairo-dock-gui-factory.c:1251
+#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1252
 msgid "Internet"
 msgstr "Internet"
 
-#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1256
+#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1257
 msgid "Desktop"
 msgstr "Pracovní plocha"
 
-#: ../src/cairo-dock-gui-main.c:131
+#: ../src/cairo-dock-gui-main.c:133
 msgid "Accessories"
 msgstr "Doplňky"
 
-#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1266
-#: ../src/gldit/cairo-dock-internal-system.c:132 ../data/messages:347
+#: ../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
 msgid "System"
 msgstr "Systém"
 
-#: ../src/cairo-dock-gui-main.c:133 ../src/gldit/cairo-dock-gui-factory.c:1271
+#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1272
 msgid "Fun"
 msgstr "Zábava"
 
-#: ../src/cairo-dock-gui-main.c:134 ../src/cairo-dock-gui-main.c:1523
-#: ../data/messages:1521
+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1524
+#: ../data/messages:1531
 msgid "All"
 msgstr "VÅ¡e"
 
-#: ../src/cairo-dock-gui-main.c:1499
+#: ../src/cairo-dock-gui-main.c:1500
 msgid "Categories"
 msgstr "Kategorie"
 
-#: ../src/cairo-dock-gui-main.c:1629
+#: ../src/cairo-dock-gui-main.c:1630
 msgid "Filter"
 msgstr "Filtr"
 
-#: ../src/cairo-dock-gui-main.c:1674 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1677 ../data/messages:141
 msgid "Options"
 msgstr "Volby"
 
-#: ../src/cairo-dock-gui-main.c:1684
+#: ../src/cairo-dock-gui-main.c:1687
 msgid "All words"
 msgstr "VÅ¡echna slova"
 
-#: ../src/cairo-dock-gui-main.c:1688
+#: ../src/cairo-dock-gui-main.c:1691
 msgid "Highlighted words"
 msgstr "Zvýraznit slova"
 
-#: ../src/cairo-dock-gui-main.c:1693
+#: ../src/cairo-dock-gui-main.c:1696
 msgid "Hide others"
 msgstr "Schovat ostatní"
 
-#: ../src/cairo-dock-gui-main.c:1698
+#: ../src/cairo-dock-gui-main.c:1701
 msgid "Search in description"
 msgstr "Hledat v popisu"
 
-#: ../src/cairo-dock-gui-main.c:1712
+#: ../src/cairo-dock-gui-main.c:1715
 msgid "Enable this module"
 msgstr "Aktivovat tento modul."
 
-#: ../src/cairo-dock-gui-main.c:1800 ../src/cairo-dock.c:741
+#: ../src/cairo-dock-gui-main.c:1779 ../data/messages:135
+msgid "More applets"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1780 ../data/messages:133
+msgid "Get more applets online !"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1815 ../src/cairo-dock.c:741
 msgid "< Maintenance mode >"
 msgstr "< Režim údržby >"
 
-#: ../src/cairo-dock-gui-main.c:1890 ../src/cairo-dock-gui-simple.c:762
+#: ../src/cairo-dock-gui-main.c:1905 ../src/cairo-dock-gui-simple.c:769
 msgid "Cairo-Dock configuration"
 msgstr "Nastavení Cairo-Docku"
 
-#: ../src/cairo-dock-gui-main.c:2211
+#: ../src/cairo-dock-gui-main.c:2226
 #, c-format
 msgid ""
 "The '%s' module is not present. You need to install it and all its "
@@ -108,16 +116,16 @@
 "Modul '%s' není dostupný. Musíte ho nejprve nainstalovat se všemi jeho "
 "závislostmi."
 
-#: ../src/cairo-dock-gui-main.c:2217
+#: ../src/cairo-dock-gui-main.c:2232
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr "Modul %s není aktivní."
 
-#: ../src/cairo-dock-gui-main.c:2218
+#: ../src/cairo-dock-gui-main.c:2233
 msgid "Do you want to enable it now?"
 msgstr "Přejete si ho nyní aktivovat?"
 
-#: ../src/cairo-dock-gui-main.c:2361
+#: ../src/cairo-dock-gui-main.c:2376
 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 "
@@ -130,28 +138,28 @@
 "modul nápovědy je tu pro vás !\n"
 "Přejete si ho otevřít teď ?"
 
-#: ../src/cairo-dock-gui-simple.c:389 ../src/cairo-dock-gui-themes.c:311
+#: ../src/cairo-dock-gui-simple.c:396 ../src/cairo-dock-gui-themes.c:311
 #, c-format
 msgid "Importing theme %s ..."
 msgstr "Importování motivu %s"
 
-#: ../src/cairo-dock-gui-simple.c:711
+#: ../src/cairo-dock-gui-simple.c:718
 msgid "Animation:"
 msgstr "Animace:"
 
-#: ../src/cairo-dock-gui-simple.c:728
+#: ../src/cairo-dock-gui-simple.c:735
 msgid "Effects:"
 msgstr "Efekty:"
 
-#: ../src/cairo-dock-gui-simple.c:743 ../data/messages:77
+#: ../src/cairo-dock-gui-simple.c:750 ../data/messages:77
 msgid "On mouse hover:"
 msgstr "Při najetí myší:"
 
-#: ../src/cairo-dock-gui-simple.c:744 ../data/messages:79
+#: ../src/cairo-dock-gui-simple.c:751 ../data/messages:79
 msgid "On click:"
 msgstr "Při kliknutí:"
 
-#: ../src/cairo-dock-gui-simple.c:796
+#: ../src/cairo-dock-gui-simple.c:803
 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"
@@ -227,7 +235,7 @@
 
 #: ../src/cairo-dock-internal-icons.c:454
 #: ../src/gldit/cairo-dock-internal-icons.c:459 ../data/messages:85
-#: ../data/messages:629 ../data/messages:863
+#: ../data/messages:639 ../data/messages:873
 msgid "Icons"
 msgstr "Ikony"
 
@@ -240,150 +248,150 @@
 "Vše o ikonách:\n"
 " velikost, zrcadlení, motiv ikon..."
 
-#: ../src/cairo-dock-menu.c:127
+#: ../src/cairo-dock-menu.c:128
 #, c-format
 msgid "Configuration of the '%s' dock"
 msgstr "Nastavení '%s' doku"
 
-#: ../src/cairo-dock-menu.c:206 ../data/messages:1293
+#: ../src/cairo-dock-menu.c:207 ../data/messages:1303
 msgid "Community site"
 msgstr "Web komunity"
 
-#: ../src/cairo-dock-menu.c:207 ../data/messages:1291
+#: ../src/cairo-dock-menu.c:208 ../data/messages:1301
 msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
 msgstr "Máte problémy ? Návrhy ? Jen s námi chcete mluvit? Jen do toho!"
 
-#: ../src/cairo-dock-menu.c:210 ../data/messages:1297
+#: ../src/cairo-dock-menu.c:211 ../data/messages:1307
 msgid "Development site"
 msgstr "Web vývojářů"
 
-#: ../src/cairo-dock-menu.c:211 ../data/messages:1295
+#: ../src/cairo-dock-menu.c:212 ../data/messages:1305
 msgid "Find the latest version of Cairo-Dock here !"
 msgstr "Zde naleznete nejnovější verzi Cairo-Dock."
 
-#: ../src/cairo-dock-menu.c:214 ../data/messages:1301
+#: ../src/cairo-dock-menu.c:215 ../data/messages:1311
 msgid "Cairo-Dock-Plug-ins-Extras"
 msgstr "Cairo-Dock extra zásuvné moduly"
 
-#: ../src/cairo-dock-menu.c:215 ../data/messages:1171 ../data/messages:1299
+#: ../src/cairo-dock-menu.c:216 ../data/messages:1181 ../data/messages:1309
 msgid "Other applets"
 msgstr "Ostatní applety"
 
-#: ../src/cairo-dock-menu.c:224
+#: ../src/cairo-dock-menu.c:225
 msgid "Development"
 msgstr "Vývoj"
 
-#: ../src/cairo-dock-menu.c:230
+#: ../src/cairo-dock-menu.c:231
 msgid "Artwork"
 msgstr "Kresba"
 
-#: ../src/cairo-dock-menu.c:234
+#: ../src/cairo-dock-menu.c:235
 msgid "Support"
 msgstr "Podpora"
 
-#: ../src/cairo-dock-menu.c:312
+#: ../src/cairo-dock-menu.c:313
 msgid "Quit Cairo-Dock?"
 msgstr "Ukončit Cairo-Dock ?"
 
-#: ../src/cairo-dock-menu.c:338
+#: ../src/cairo-dock-menu.c:339
 msgid "Configure this dock"
 msgstr "Nastavit tento dok"
 
-#: ../src/cairo-dock-menu.c:343
+#: ../src/cairo-dock-menu.c:344
 msgid "Customize the position, visibility and appearance of this main dock."
 msgstr "Přizpůsobit pozici, viditelnost a vzhled hlavního doku."
 
-#: ../src/cairo-dock-menu.c:346
+#: ../src/cairo-dock-menu.c:347
 msgid "Configure"
 msgstr "Nastavení"
 
-#: ../src/cairo-dock-menu.c:351
+#: ../src/cairo-dock-menu.c:352
 msgid "Configure behaviour, appearance, and applets."
 msgstr "Nastavit umístění, vzhled a applety"
 
-#: ../src/cairo-dock-menu.c:353
+#: ../src/cairo-dock-menu.c:354
 msgid "Manage themes"
 msgstr "Správa motivů"
 
-#: ../src/cairo-dock-menu.c:358
+#: ../src/cairo-dock-menu.c:359
 msgid ""
 "Choose from amongst many themes on the server or save your current theme."
 msgstr "Umožňuje vybrat spoustu motivů ze serveru nebo uložit vaše vlastní."
 
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:364
 msgid "Unlock icons"
 msgstr "odemknout ikony"
 
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:364
 msgid "Lock icons"
 msgstr "Uzamknout ikony"
 
-#: ../src/cairo-dock-menu.c:367
+#: ../src/cairo-dock-menu.c:368
 msgid "This will (un)lock the position of the icons."
 msgstr "Tato volba uzamkne/odeemkne pozici ikon"
 
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:372
 msgid "Unlock dock"
 msgstr "Odemknout dok"
 
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:372
 msgid "Lock dock"
 msgstr "Uzamknout dok"
 
-#: ../src/cairo-dock-menu.c:376
+#: ../src/cairo-dock-menu.c:377
 msgid "This will (un)lock the whole dock."
 msgstr "Tato volba uzamkne/odemkne celý dok."
 
-#: ../src/cairo-dock-menu.c:381
+#: ../src/cairo-dock-menu.c:382
 msgid "Quick-Hide"
 msgstr "Rychle schovat"
 
-#: ../src/cairo-dock-menu.c:386
+#: ../src/cairo-dock-menu.c:387
 msgid "This will hide the dock until you hover over it with the mouse."
-msgstr ""
+msgstr "Panel se bude skrývat. Přejetím myši nad panelem se opět zobrazí."
 
-#: ../src/cairo-dock-menu.c:394
+#: ../src/cairo-dock-menu.c:395
 msgid "Launch Cairo-Dock on startup"
 msgstr "Spustit Cairo-Dock při startu systému"
 
-#: ../src/cairo-dock-menu.c:404 ../src/cairo-dock.c:294
+#: ../src/cairo-dock-menu.c:405 ../src/cairo-dock.c:294
 msgid "Help"
 msgstr "Nápověda"
 
-#: ../src/cairo-dock-menu.c:409
+#: ../src/cairo-dock-menu.c:410
 msgid "There are no problems, only solutions (and a lot of useful hints!)"
 msgstr ""
 "Není tu žádný problém, jsou zde jen řešení (a spoustu užitečných rad.)"
 
-#: ../src/cairo-dock-menu.c:411
+#: ../src/cairo-dock-menu.c:412
 msgid "Get more applets!"
 msgstr "Získejte další applety!"
 
-#: ../src/cairo-dock-menu.c:416
+#: ../src/cairo-dock-menu.c:417
 msgid ""
 "Third-party applets provide integration with many programs, like Pidgin"
 msgstr ""
 "Applety třetích stran zajišťují integraci s mnoha programy, například s "
 "Pidginem."
 
-#: ../src/cairo-dock-menu.c:418
+#: ../src/cairo-dock-menu.c:419
 msgid "About"
 msgstr "O programu"
 
-#: ../src/cairo-dock-menu.c:426
+#: ../src/cairo-dock-menu.c:427
 msgid "Quit"
 msgstr "Ukončit"
 
-#: ../src/cairo-dock-menu.c:450
+#: ../src/cairo-dock-menu.c:451
 msgid "separator"
 msgstr "oddělovač"
 
-#: ../src/cairo-dock-menu.c:454
+#: ../src/cairo-dock-menu.c:455
 #, c-format
 msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
 msgstr "Opravdu chcete tuto ikonu (%s) odstranit z doku?"
 
-#: ../src/cairo-dock-menu.c:465
+#: ../src/cairo-dock-menu.c:466
 msgid ""
 "Do you want to re-dispatch the icons contained inside this container into "
 "the dock?\n"
@@ -392,7 +400,7 @@
 "Opravdu chcete přesunout ikony uvnitř tohoto kontejneru do docku?\n"
 " (ostatní budou odstraněny)"
 
-#: ../src/cairo-dock-menu.c:535
+#: ../src/cairo-dock-menu.c:536
 msgid ""
 "The new dock has been created.\n"
 "Now move some launchers or applets into it by right-clicking on the icon -> "
@@ -402,11 +410,11 @@
 "Nyní do něj přesuňte spouštěče, nebo applety, kliknutím pravým tlačítkem na "
 "ikonu a volbou 'Přesunout do jiného doku'"
 
-#: ../src/cairo-dock-menu.c:552
+#: ../src/cairo-dock-menu.c:553
 msgid "Sorry, this icon doesn't have a configuration file."
 msgstr "Tato ikona nemá žádná nastavení."
 
-#: ../src/cairo-dock-menu.c:593
+#: ../src/cairo-dock-menu.c:594
 msgid ""
 "The new dock has been created.\n"
 "You can customize it by right-clicking on it -> cairo-dock -> configure this "
@@ -416,12 +424,12 @@
 "Přizpůsobit si ho můžete kliknutím pravým tlačítkem a volbou Cairo-Dock -> "
 "Nastavit tento dok."
 
-#: ../src/cairo-dock-menu.c:650
+#: ../src/cairo-dock-menu.c:651
 #, c-format
 msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
 msgstr "Chcete odebrat tento applet (%s) z doku. Jste si jisti?"
 
-#: ../src/cairo-dock-menu.c:785
+#: ../src/cairo-dock-menu.c:835
 msgid ""
 "Sorry, couldn't find the corresponding description file.\n"
 "Consider dragging and dropping the launcher from the Applications Menu."
@@ -429,225 +437,229 @@
 "Nebyl nalezen odpovídající soubor.\n"
 "Zvažte přetáhnutí ikon z menu Aplikace do doku."
 
-#: ../src/cairo-dock-menu.c:1017
+#: ../src/cairo-dock-menu.c:1067
 #, c-format
 msgid "Move all to desktop %d - face %d"
-msgstr ""
+msgstr "Přesunout na všechny plochy %d - plocha %d"
 
-#: ../src/cairo-dock-menu.c:1017
+#: ../src/cairo-dock-menu.c:1067
 #, c-format
 msgid "Move to desktop %d - face %d"
-msgstr ""
+msgstr "Přemístit na plochu %d - plocha %d"
 
-#: ../src/cairo-dock-menu.c:1019
+#: ../src/cairo-dock-menu.c:1069
 #, c-format
 msgid "Move all to desktop %d"
 msgstr "Přesunout vše na plochu %d"
 
-#: ../src/cairo-dock-menu.c:1019
+#: ../src/cairo-dock-menu.c:1069
 #, c-format
 msgid "Move to desktop %d"
 msgstr "Přesunout na plochu %d"
 
-#: ../src/cairo-dock-menu.c:1021
+#: ../src/cairo-dock-menu.c:1071
 #, c-format
 msgid "Move all to face %d"
 msgstr "Přesunout vše na plochu %d"
 
-#: ../src/cairo-dock-menu.c:1021
+#: ../src/cairo-dock-menu.c:1071
 #, c-format
 msgid "Move to face %d"
 msgstr "Přesunout na plochu %d"
 
-#: ../src/cairo-dock-menu.c:1058
+#: ../src/cairo-dock-menu.c:1108
 msgid "Add"
 msgstr "Přidat"
 
-#: ../src/cairo-dock-menu.c:1062
+#: ../src/cairo-dock-menu.c:1112
 msgid "Add a sub-dock"
 msgstr "Přidat sub-dok"
 
-#: ../src/cairo-dock-menu.c:1064
+#: ../src/cairo-dock-menu.c:1114
 msgid "Add a main dock"
 msgstr "Přidat hlavní dok"
 
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1117
 msgid "Add a separator"
 msgstr "Přidat oddělovač"
 
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1121
 msgid "Add a custom launcher"
 msgstr "Přidat vlastní spouštěč"
 
-#: ../src/cairo-dock-menu.c:1072
+#: ../src/cairo-dock-menu.c:1122
 msgid ""
 "Usually you would drag a launcher from the menu and drop it on the dock."
 msgstr "Obvykle uchopíte spouštěč z menu a přesunete ho do doku."
 
-#: ../src/cairo-dock-menu.c:1109
+#: ../src/cairo-dock-menu.c:1161
 msgid "Modify this separator"
 msgstr "Upravit tento oddělovač"
 
-#: ../src/cairo-dock-menu.c:1109
+#: ../src/cairo-dock-menu.c:1161
 msgid "Modify this launcher"
 msgstr "Uparavit tento spouštěč"
 
-#: ../src/cairo-dock-menu.c:1111
+#: ../src/cairo-dock-menu.c:1163
 msgid "Remove this separator"
 msgstr "Odstranit tento oddělovač"
 
-#: ../src/cairo-dock-menu.c:1111
+#: ../src/cairo-dock-menu.c:1163
 msgid "Remove this launcher"
 msgstr "Odstranit tento spouštěč"
 
-#: ../src/cairo-dock-menu.c:1112
+#: ../src/cairo-dock-menu.c:1164
 msgid ""
 "You can remove a launcher by dragging it out of the dock with the mouse ."
 msgstr "Můžete odebrat spouštěč přetažením pomocí myši pryč z docku."
 
-#: ../src/cairo-dock-menu.c:1114 ../src/cairo-dock-menu.c:1260
+#: ../src/cairo-dock-menu.c:1166 ../src/cairo-dock-menu.c:1314
 msgid "Move to another dock"
 msgstr "Přesunout do jiného doku"
 
-#: ../src/cairo-dock-menu.c:1118 ../src/cairo-dock-menu.c:1264
+#: ../src/cairo-dock-menu.c:1170 ../src/cairo-dock-menu.c:1318
 msgid "New main dock"
 msgstr "Nový hlavní dok"
 
-#: ../src/cairo-dock-menu.c:1132 ../src/cairo-dock-menu.c:1206
+#: ../src/cairo-dock-menu.c:1184 ../src/cairo-dock-menu.c:1260
 msgid "Other actions"
 msgstr "Ostatní akce"
 
-#: ../src/cairo-dock-menu.c:1137
+#: ../src/cairo-dock-menu.c:1189
 msgid "Move to this desktop"
 msgstr "Přesunout na tuto plochu"
 
-#: ../src/cairo-dock-menu.c:1151
+#: ../src/cairo-dock-menu.c:1203
 msgid "Not Fullscreen"
 msgstr "Ne přes celou obrazovku"
 
-#: ../src/cairo-dock-menu.c:1151
+#: ../src/cairo-dock-menu.c:1203
 msgid "Fullscreen"
 msgstr "Přes celou obrazovku"
 
-#: ../src/cairo-dock-menu.c:1155
+#: ../src/cairo-dock-menu.c:1207
 msgid "Don't keep above"
 msgstr "Nedržet navrchu"
 
-#: ../src/cairo-dock-menu.c:1155
+#: ../src/cairo-dock-menu.c:1207
 msgid "Keep above"
 msgstr "Držet navrchu"
 
-#: ../src/cairo-dock-menu.c:1174
+#: ../src/cairo-dock-menu.c:1226
 msgid "Remove custom icon"
 msgstr "Odstranit uživatelskou ikonu"
 
-#: ../src/cairo-dock-menu.c:1178
+#: ../src/cairo-dock-menu.c:1230
+msgid "Set a custom icon"
+msgstr "Zvolit vlastní ikonu"
+
+#: ../src/cairo-dock-menu.c:1232
 msgid "Kill"
 msgstr "Zabít"
 
-#: ../src/cairo-dock-menu.c:1183
+#: ../src/cairo-dock-menu.c:1237
 msgid "Launch a new (Shift+clic)"
 msgstr "Spustit nový (Shift + Kliknutí)"
 
-#: ../src/cairo-dock-menu.c:1188
+#: ../src/cairo-dock-menu.c:1242
 msgid "Make it a launcher"
 msgstr "Vytvořit spouštěč"
 
-#: ../src/cairo-dock-menu.c:1191
+#: ../src/cairo-dock-menu.c:1245
 msgid "Show"
 msgstr "Ukázat"
 
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1247
 msgid "Unmaximise"
 msgstr "Demaximalizovat"
 
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1247
 msgid "Maximise"
 msgstr "Maximalizovat"
 
-#: ../src/cairo-dock-menu.c:1196
+#: ../src/cairo-dock-menu.c:1250
 msgid "Minimise"
 msgstr "Minimalizovat"
 
-#: ../src/cairo-dock-menu.c:1198
+#: ../src/cairo-dock-menu.c:1252
 msgid "Close (middle-click)"
 msgstr "Zavřít (stisk kolečka myši)"
 
-#: ../src/cairo-dock-menu.c:1211
+#: ../src/cairo-dock-menu.c:1265
 msgid "Move all to this desktop"
 msgstr "Přesunout vše na tuto plochu"
 
-#: ../src/cairo-dock-menu.c:1217
+#: ../src/cairo-dock-menu.c:1271
 msgid "Launch new"
 msgstr "Spustit nový"
 
-#: ../src/cairo-dock-menu.c:1220
+#: ../src/cairo-dock-menu.c:1274
 msgid "Show all"
 msgstr "Zobrazit vše"
 
-#: ../src/cairo-dock-menu.c:1222
+#: ../src/cairo-dock-menu.c:1276
 msgid "Minimise all"
 msgstr "Minimalizovat vše"
 
-#: ../src/cairo-dock-menu.c:1224
+#: ../src/cairo-dock-menu.c:1278
 msgid "Close all"
 msgstr "Zavřít vše"
 
-#: ../src/cairo-dock-menu.c:1244 ../src/gldit/cairo-dock-gui-factory.c:925
+#: ../src/cairo-dock-menu.c:1298 ../src/gldit/cairo-dock-gui-factory.c:926
 msgid "Configure this applet"
 msgstr "Nastavit tento applet"
 
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1302
 msgid "Detach this applet"
 msgstr "Odepnout applet"
 
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1302
 msgid "Return to the dock"
 msgstr "Vrátit do docku"
 
-#: ../src/cairo-dock-menu.c:1251
+#: ../src/cairo-dock-menu.c:1305
 msgid "Remove this applet"
 msgstr "Odstranit tento applet"
 
-#: ../src/cairo-dock-menu.c:1255
+#: ../src/cairo-dock-menu.c:1309
 msgid "Launch another instance of this applet"
 msgstr "Spusti další instanci appletu"
 
-#: ../src/cairo-dock-menu.c:1277
+#: ../src/cairo-dock-menu.c:1331
 #: ../src/gldit/cairo-dock-internal-accessibility.c:277
 msgid "Visibility"
 msgstr "Viditelnost"
 
-#: ../src/cairo-dock-menu.c:1292
+#: ../src/cairo-dock-menu.c:1346
 msgid "Normal"
 msgstr "Normální"
 
-#: ../src/cairo-dock-menu.c:1298 ../data/messages:21 ../data/messages:195
-#: ../data/messages:1375
+#: ../src/cairo-dock-menu.c:1352 ../data/messages:21 ../data/messages:201
+#: ../data/messages:1385
 msgid "Always on top"
 msgstr "Vždy navrchu"
 
-#: ../src/cairo-dock-menu.c:1305
+#: ../src/cairo-dock-menu.c:1359
 msgid "Always below"
 msgstr "Vždy vespod"
 
-#: ../src/cairo-dock-menu.c:1318
+#: ../src/cairo-dock-menu.c:1372
 msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
 msgstr "Nastavte chování v Compizu na: (name=cairo-dock & type=utility)"
 
-#: ../src/cairo-dock-menu.c:1320
+#: ../src/cairo-dock-menu.c:1374
 msgid "Reserve space"
 msgstr "Vyhradit místo"
 
-#: ../src/cairo-dock-menu.c:1327
+#: ../src/cairo-dock-menu.c:1381
 msgid "On all desktops"
 msgstr "Na všech plochách"
 
-#: ../src/cairo-dock-menu.c:1333
+#: ../src/cairo-dock-menu.c:1387
 msgid "Lock position"
 msgstr "Zamknout pozici"
 
-#: ../src/cairo-dock-user-interaction.c:319
+#: ../src/cairo-dock-user-interaction.c:351
 msgid ""
 "The option 'overwrite X icons' has been automatically enabled in the "
 "config.\n"
@@ -780,6 +792,9 @@
 "You can change this by opening the configuration of this module. Do you want "
 "to do it now?"
 msgstr ""
+"Nepodařilo se najít šablonu tématu, bude použito výchozí téma.\n"
+"Volbu lze změnit otevřením a ručním přepsáním konfiguračního souboru tohoto "
+"modulu. Má se soubor otevřít teď?"
 
 #: ../src/gldit/cairo-dock-applet-facility.h:362
 msgid "Applet's handbook"
@@ -795,44 +810,44 @@
 msgid "Failed to unmount %s"
 msgstr "Nelze odpojit %s"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:831
+#: ../src/gldit/cairo-dock-gui-factory.c:832
 msgid "_Custom Icons_"
 msgstr "_Vlastní ikony_"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1261
+#: ../src/gldit/cairo-dock-gui-factory.c:1262
 msgid "Accessory"
 msgstr "Příslušenství"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1305
+#: ../src/gldit/cairo-dock-gui-factory.c:1306
 msgid "rate me"
 msgstr "ohodnoť mě"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1325
+#: ../src/gldit/cairo-dock-gui-factory.c:1326
 msgid "Local"
 msgstr "Lokální"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1329
+#: ../src/gldit/cairo-dock-gui-factory.c:1330
 msgid "User"
 msgstr "Uživatel"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1333
+#: ../src/gldit/cairo-dock-gui-factory.c:1334
 msgid "Net"
 msgstr "Síť"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1337
+#: ../src/gldit/cairo-dock-gui-factory.c:1338
 msgid "New"
 msgstr "Nový"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1342
+#: ../src/gldit/cairo-dock-gui-factory.c:1343
 msgid "Updated"
 msgstr "Aktualizováno"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1438
-#: ../src/gldit/cairo-dock-gui-factory.c:1440
+#: ../src/gldit/cairo-dock-gui-factory.c:1439
+#: ../src/gldit/cairo-dock-gui-factory.c:1441
 msgid "You must try the theme before you can rate it."
 msgstr "Musíte motiv nejprve vyzkoušet, než ho můžete hodnotit."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1463
+#: ../src/gldit/cairo-dock-gui-factory.c:1464
 #, c-format
 msgid ""
 "The '%s' module was not found.\n"
@@ -843,7 +858,7 @@
 "Ujistětě se, že instalujete modul stejné verze jakou má dok, abyste mohli "
 "využít těchto možnosí."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1472
+#: ../src/gldit/cairo-dock-gui-factory.c:1473
 #, c-format
 msgid ""
 "The '%s' plug-in is not active.\n"
@@ -852,45 +867,45 @@
 "Plugin %s není aktivován.\n"
 "Chcete ho aktivovat nyní?"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2151
+#: ../src/gldit/cairo-dock-gui-factory.c:2152
 #, c-format
 msgid "Listing themes in '%s' ..."
 msgstr "Seznam motivů v '%s' ..."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2289
+#: ../src/gldit/cairo-dock-gui-factory.c:2290
 msgid "plug-in"
 msgstr "zásuvný modul"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2295
+#: ../src/gldit/cairo-dock-gui-factory.c:2296
 msgid "category"
 msgstr "kategorie"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2338
+#: ../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 "Klikněte na applet pro zobrazení jeho náhledu a popisu."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2741
+#: ../src/gldit/cairo-dock-gui-factory.c:2742
 msgid "state"
 msgstr "stav"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2747
+#: ../src/gldit/cairo-dock-gui-factory.c:2748
 msgid "Theme"
 msgstr "Motiv"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2760
+#: ../src/gldit/cairo-dock-gui-factory.c:2761
 msgid "Rating"
 msgstr "Hodnocení"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2766
+#: ../src/gldit/cairo-dock-gui-factory.c:2767
 msgid "Sobriety"
 msgstr "Rozvaha"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2849
+#: ../src/gldit/cairo-dock-gui-factory.c:2850
 msgid "link"
 msgstr "odkaz"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2902
+#: ../src/gldit/cairo-dock-gui-factory.c:2903
 msgid "Grab"
 msgstr "Zachytit"
 
@@ -904,8 +919,8 @@
 " nebo naopak nenápadný ?\n"
 "Nastavte si, jak chcete ke svému doku a sub-dokům přistupovat!"
 
-#: ../src/gldit/cairo-dock-internal-background.c:160 ../data/messages:449
-#: ../data/messages:851 ../data/messages:1397
+#: ../src/gldit/cairo-dock-internal-background.c:160 ../data/messages:459
+#: ../data/messages:861 ../data/messages:1407
 msgid "Background"
 msgstr "Pozadí"
 
@@ -917,7 +932,7 @@
 msgid "_custom decoration_"
 msgstr "_vlastní dekorace_"
 
-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:565
+#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:575
 msgid "Desklets"
 msgstr "Desklety"
 
@@ -941,7 +956,7 @@
 msgid "Configure text bubble appearance."
 msgstr "Nastavení vzhledu textových bublin."
 
-#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:747
+#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:757
 msgid "Indicators"
 msgstr "Indikátory"
 
@@ -957,7 +972,7 @@
 msgid "Define icon caption and quick-info style."
 msgstr "Nastavte styl popisků ikon a rychlého infa."
 
-#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:145
+#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:151
 msgid "Position"
 msgstr "Pozice"
 
@@ -965,12 +980,12 @@
 msgid "Set the position of the main dock."
 msgstr "Nastavit pozici hlavního doku."
 
-#: ../src/gldit/cairo-dock-internal-system.c:134
+#: ../src/gldit/cairo-dock-internal-system.c:135
 msgid "All of the parameters you will never want to tweak."
 msgstr "Parametry, které nikdy nebudete chtít upravovat."
 
 #: ../src/gldit/cairo-dock-internal-taskbar.c:167 ../data/messages:61
-#: ../data/messages:1039
+#: ../data/messages:1049
 msgid "Taskbar"
 msgstr "Lišta aplikací"
 
@@ -987,7 +1002,7 @@
 "jiné zobrazení."
 
 #: ../src/gldit/cairo-dock-internal-views.c:87 ../data/messages:115
-#: ../data/messages:509 ../data/messages:1391
+#: ../data/messages:519 ../data/messages:1401
 msgid "Views"
 msgstr "Zobrazení"
 
@@ -995,7 +1010,7 @@
 msgid "Select a view for each of your docks."
 msgstr "Vyberte zobrazení pro každý dok."
 
-#: ../src/gldit/cairo-dock-struct.h:455
+#: ../src/gldit/cairo-dock-struct.h:457
 msgid "Default"
 msgstr "Výchozí"
 
@@ -1023,65 +1038,65 @@
 msgstr "Opravdu chete odstranit tyto motivy?"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:37
-#: ../data/messages:211
+#: ../data/messages:217
 msgid "Move down"
 msgstr "Přesunout dolů"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:39
-#: ../data/messages:213
+#: ../data/messages:219
 msgid "Fade out"
 msgstr "Zvolna mizet"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:41
-#: ../data/messages:215
+#: ../data/messages:221
 msgid "Semi transparent"
 msgstr "Poloprůhledný"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:43
-#: ../data/messages:217
+#: ../data/messages:223
 msgid "Zoom out"
 msgstr "Oddálit"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:45
-#: ../data/messages:219
+#: ../data/messages:225
 msgid "Folding"
 msgstr "Složit"
 
-#: ../data/messages:1 ../data/messages:1337
+#: ../data/messages:1 ../data/messages:1347
 msgid "Behavior"
 msgstr "Chování"
 
-#: ../data/messages:3 ../data/messages:147 ../data/messages:1339
+#: ../data/messages:3 ../data/messages:153 ../data/messages:1349
 msgid "Position on the screen"
 msgstr "Pozice na obrazovce"
 
-#: ../data/messages:5 ../data/messages:149 ../data/messages:1341
+#: ../data/messages:5 ../data/messages:155 ../data/messages:1351
 msgid "Choose which border of the screen the dock will be placed on:"
 msgstr "Vyberte, na kterém okraji obrazovky má být dok umístěn:"
 
-#: ../data/messages:7 ../data/messages:151 ../data/messages:1343
+#: ../data/messages:7 ../data/messages:157 ../data/messages:1353
 msgid "bottom"
 msgstr "dole"
 
-#: ../data/messages:9 ../data/messages:153 ../data/messages:1345
+#: ../data/messages:9 ../data/messages:159 ../data/messages:1355
 msgid "top"
 msgstr "nahoře"
 
-#: ../data/messages:11 ../data/messages:155 ../data/messages:165
-#: ../data/messages:1347
+#: ../data/messages:11 ../data/messages:161 ../data/messages:171
+#: ../data/messages:1357
 msgid "right"
 msgstr "vpravo"
 
-#: ../data/messages:13 ../data/messages:157 ../data/messages:163
-#: ../data/messages:1349
+#: ../data/messages:13 ../data/messages:163 ../data/messages:169
+#: ../data/messages:1359
 msgid "left"
 msgstr "vlevo"
 
-#: ../data/messages:15 ../data/messages:189
+#: ../data/messages:15 ../data/messages:195
 msgid "Visibility of the main dock"
 msgstr "Viditelnost hlavního docku"
 
-#: ../data/messages:17 ../data/messages:191 ../data/messages:1371
+#: ../data/messages:17 ../data/messages:197 ../data/messages:1381
 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 "
@@ -1095,40 +1110,40 @@
 "Pokud je dok vyvolán klávesovou zkratkou, zobrazí se v místě kurzoru myši. "
 "Po zbytek času zůstává neviditelný."
 
-#: ../data/messages:19 ../data/messages:55 ../data/messages:193
-#: ../data/messages:255 ../data/messages:1373
+#: ../data/messages:19 ../data/messages:55 ../data/messages:199
+#: ../data/messages:261 ../data/messages:1383
 msgid "Visibility:"
 msgstr "Viditelnost:"
 
-#: ../data/messages:23 ../data/messages:197 ../data/messages:1377
+#: ../data/messages:23 ../data/messages:203 ../data/messages:1387
 msgid "Reserve space for the dock"
 msgstr "Rezervovat místo pro dok"
 
-#: ../data/messages:25 ../data/messages:199 ../data/messages:1379
+#: ../data/messages:25 ../data/messages:205 ../data/messages:1389
 msgid "Keep the dock below"
 msgstr "Držet dok vespod"
 
-#: ../data/messages:27 ../data/messages:201 ../data/messages:1381
+#: ../data/messages:27 ../data/messages:207 ../data/messages:1391
 msgid "Hide the dock when it overlaps the current window"
 msgstr "Schovat dok, pokud je překryt aktuálním oknem"
 
-#: ../data/messages:29 ../data/messages:203 ../data/messages:1383
+#: ../data/messages:29 ../data/messages:209 ../data/messages:1393
 msgid "Hide the dock whenever it overlaps any window"
 msgstr "Schovat dok, pokud je překryt jakýmkoli oknem"
 
-#: ../data/messages:31 ../data/messages:205 ../data/messages:1385
+#: ../data/messages:31 ../data/messages:211 ../data/messages:1395
 msgid "Keep the dock hidden"
 msgstr "Držet dok schovaný"
 
-#: ../data/messages:33 ../data/messages:207 ../data/messages:1387
+#: ../data/messages:33 ../data/messages:213 ../data/messages:1397
 msgid "Pop-up on shortcut"
 msgstr "Zobrazit při klávesové zkratce"
 
-#: ../data/messages:35 ../data/messages:209
+#: ../data/messages:35 ../data/messages:215
 msgid "Effect used to hide the dock:"
 msgstr "Efekt pro schování doku:"
 
-#: ../data/messages:47 ../data/messages:239
+#: ../data/messages:47 ../data/messages:245
 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 "
@@ -1137,7 +1152,7 @@
 "Pkud stisknete klávesovou zkratku, dok se zobrazí na místě kurzoru myši. Po "
 "zbytek času bude neviditelný."
 
-#: ../data/messages:49 ../data/messages:241
+#: ../data/messages:49 ../data/messages:247
 msgid "Keyboard shortcut to pop-up the dock:"
 msgstr "Klávesová zkratka pro vyvolání doku:"
 
@@ -1145,17 +1160,17 @@
 msgid "Visibility of sub-docks"
 msgstr "Viditelnost sub-doků"
 
-#: ../data/messages:53 ../data/messages:253
+#: ../data/messages:53 ../data/messages:259
 msgid ""
 "they will appear either when you click or when you linger over the icon "
 "pointing on it."
 msgstr "zobrazí se po kliknutí, nebo po setrvání kurzoru myši nad ikonou."
 
-#: ../data/messages:57 ../data/messages:257
+#: ../data/messages:57 ../data/messages:263
 msgid "Appear on mouse over"
 msgstr "Zobrazit při najetí"
 
-#: ../data/messages:59 ../data/messages:259
+#: ../data/messages:59 ../data/messages:265
 msgid "Appear on click"
 msgstr "Zobrazit při kliknutí"
 
@@ -1181,7 +1196,7 @@
 msgid "Behaviour of the Taskbar:"
 msgstr "Chování lišty spuštěných aplikací"
 
-#: ../data/messages:67 ../data/messages:1511
+#: ../data/messages:67 ../data/messages:1521
 msgid "None"
 msgstr "Žádný"
 
@@ -1205,7 +1220,7 @@
 msgid "On appearance/disappearance:"
 msgstr "Při objevení/zmizení:"
 
-#: ../data/messages:87 ../data/messages:633
+#: ../data/messages:87 ../data/messages:643
 msgid ""
 "Leave empty to use the current icon theme of your system. You can en

Follow ups