← 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

 

Matthieu Baerts 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

-- 
The attached diff has been truncated due to its size.
https://code.launchpad.net/~cairo-dock-team/cairo-dock-core/ubuntu/+merge/34711
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-08-07 01:28:23 +0000
+++ CMakeLists.txt	2010-09-07 00:45:54 +0000
@@ -10,7 +10,7 @@
 ########### project ###############
 
 project ("cairo-dock")
-set (VERSION "2.2.0-0beta4")
+set (VERSION "2.2.0-0rc1")
 
 add_definitions (-std=c99 -Wstrict-prototypes -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration) #-Wunreachable-code -Wno-unused-parameter -Wall 
 if (NOT ${CMAKE_BUILD_TYPE})

=== modified file 'copyright'
--- copyright	2010-08-07 01:28:23 +0000
+++ copyright	2010-09-07 00:45:54 +0000
@@ -53,7 +53,7 @@
 Copyright: Humanity devs (some of them modified by Matthieu Baerts)
 Licence: GPL 3+
 
-Files: data/default-theme/
+Files: data/default-theme/ data/man/
 Copyright: Matthieu Baerts
 Licence: LGPL
 

=== modified file 'data/CMakeLists.txt'
--- data/CMakeLists.txt	2010-08-07 01:28:23 +0000
+++ data/CMakeLists.txt	2010-09-07 00:45:54 +0000
@@ -1,6 +1,5 @@
 add_subdirectory(default-theme)
 add_subdirectory(gauges)
-add_subdirectory(emblems)
 add_subdirectory(explosion)
 add_subdirectory(man)
 

=== modified file 'data/cairo-dock-simple.conf.in'
--- data/cairo-dock-simple.conf.in	2010-08-07 01:28:23 +0000
+++ data/cairo-dock-simple.conf.in	2010-09-07 00:45:54 +0000
@@ -108,6 +108,10 @@
 #Once an applet is active, you can configure it by right clicking on its icon.}/
 modules=
 
+#W[More applets] Get more applets online !
+#{You can install them by simply drag-and-dropping the link onto your dock.}
+third party=http://forum.glx-dock.org
+
 
 #[@pkgdatadir@/icon-controler.svg]
 [Themes]

=== modified file 'data/cairo-dock.conf.in'
--- data/cairo-dock.conf.in	2010-08-07 01:28:23 +0000
+++ data/cairo-dock.conf.in	2010-09-07 00:45:54 +0000
@@ -235,19 +235,6 @@
 #{The transparency gradation pattern will then be re-calculated in real time. May need more CPU power.}
 dynamic reflection = false
 
-#X-[Label readability;gtk-underline]
-frame_label =
-
-#b- Should the labels always be horizontal, even when dock is vertical?
-always horizontal = true
-
-#f-[0.;50.] label's visibility threshold :
-#{the bigger, the more the labels next to the selected icon will be transparent.}
-alpha threshold = 10.
-
-#m[Captions] Configure labels appearence.
-config_labels = 
-
 #X-[Composition;gtk-clear]
 frame_fake =
 #b- Emulate composition with fake transparency?
@@ -258,17 +245,21 @@
 #{You need to re-open the panel. It is deactivated by default on KDE.}
 config transparency = false
 
-#X-[Connection to the themes' server;gtk-network]
+#X-[Connection to the Internet;gtk-network]
 frame_conn =
 
-#i-[1;20] Connection timeout to the themes' server :
+#i-[1;20] Connection timeout :
 #{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.}
-conn timeout = 7
+conn timeout = 10
 
-#i-[10;300] Maximum time to download a theme:
+#i-[10;300] Maximum time to download a file:
 #{Maximum time in seconds that you allow the whole operation to last. Some themes can be up to a few MB.}
 conn max time = 120
 
+#b- Force IPv4 ?
+#{Use this option if you experience problems to connect.}
+force ipv4 = true
+
 #B-[4] Are you behind a proxy ?
 #{Use this option if you connect to the Internet through a proxy.}
 conn use proxy = false
@@ -672,9 +663,19 @@
 
 [Labels]
 
-#l+[No;On pointed icon;On all icons] Show labels:
+#X-[Label visibility;gtk-underline]
+frame_label =
+
+#Y+[No;0;0;On pointed icon;0;0;On all icons;1;1] Show labels:
 show_labels = 1
 
+#f-[0.;50.] label's visibility threshold :
+#{the bigger, the more the labels next to the selected icon will be transparent.}
+alpha threshold = 10.
+
+#b- Should the labels always be horizontal, even when dock is vertical?
+always horizontal = true
+
 #F+[Font;gtk-select-font]
 frame_font =
 

=== modified file 'data/container.desktop'
--- data/container.desktop	2010-08-07 01:28:23 +0000
+++ data/container.desktop	2010-09-07 00:45:54 +0000
@@ -27,7 +27,4 @@
 #{If '0' the container will be displayed on every viewport.}
 ShowOnViewport = 0
 
-Base URI = 
-Is mounting point = false
-
-group = 0
\ No newline at end of file
+group = 0

=== modified file 'data/gauges/battery/CMakeLists.txt'
--- data/gauges/battery/CMakeLists.txt	2010-08-07 01:28:23 +0000
+++ data/gauges/battery/CMakeLists.txt	2010-09-07 00:45:54 +0000
@@ -3,24 +3,3 @@
 
 install(FILES  background.svg 	foreground.svg 	battery0.svg 	battery1.svg 	battery2.svg 	battery3.svg 	battery4.svg 	battery5.svg 	battery6.svg 	battery7.svg 	theme.xml 	readme DESTINATION ${pkgdatadir}/gauges/Battery )
 
-
-
-#original Makefile.am contents follow:
-
-#themedir = ${pkgdatadir}/gauges/Battery
-#
-#theme_DATA = \
-#	background.svg\
-#	foreground.svg\
-#	battery0.svg\
-#	battery1.svg\
-#	battery2.svg\
-#	battery3.svg\
-#	battery4.svg\
-#	battery5.svg\
-#	battery6.svg\
-#	battery7.svg\
-#	theme.xml\
-#	readme
-#
-#EXTRA_DIST = $(theme_DATA)

=== modified file 'data/gauges/battery/theme.xml'
--- data/gauges/battery/theme.xml	2008-05-04 17:16:20 +0000
+++ data/gauges/battery/theme.xml	2010-09-07 00:45:54 +0000
@@ -1,6 +1,7 @@
 <gauge>
 	<name>Battery</name>
 	<author>Adrien Pilleboue</author>
+	<version>2</version>
 	<file key="background">background.svg</file>
 	<file key="foreground">foreground.svg</file>
 	<indicator>
@@ -12,5 +13,25 @@
 		<file key="image">battery5.svg</file>
 		<file key="image">battery6.svg</file>
 		<file key="image">battery7.svg</file>
+		<text_zone>
+			<x_center>0.0</x_center>
+			<y_center>0.0</y_center>
+			<width>0.6</width>
+			<height>0.22</height>
+			<red>1.0</red>
+			<blue>1.0</blue>
+			<green>1.0</green>
+			<alpha>0.8</alpha>
+		</text_zone>
+		<label_zone>
+			<x_center>0.0</x_center>
+			<y_center>-0.28</y_center>
+			<width>0.6</width>
+			<height>0.20</height>
+			<red>1.0</red>
+			<blue>1.0</blue>
+			<green>1.0</green>
+			<alpha>0.7</alpha>
+		</label_zone>
 	</indicator>
 </gauge>

=== modified file 'data/gauges/turbo-night-fuel/CMakeLists.txt'
--- data/gauges/turbo-night-fuel/CMakeLists.txt	2010-08-07 01:28:23 +0000
+++ data/gauges/turbo-night-fuel/CMakeLists.txt	2010-09-07 00:45:54 +0000
@@ -3,17 +3,3 @@
 
 install(FILES  background.svg 	foreground.svg 	needle.svg 	theme.xml 	readme DESTINATION ${pkgdatadir}/gauges/Turbo-night-fuel )
 
-
-
-#original Makefile.am contents follow:
-
-#themedir = ${pkgdatadir}/gauges/Turbo-night-fuel
-#
-#theme_DATA = \
-#	background.svg\
-#	foreground.svg\
-#	needle.svg\
-#	theme.xml\
-#	readme
-#
-#EXTRA_DIST = $(theme_DATA)

=== modified file 'data/gauges/turbo-night-fuel/theme.xml'
--- data/gauges/turbo-night-fuel/theme.xml	2008-05-04 17:16:20 +0000
+++ data/gauges/turbo-night-fuel/theme.xml	2010-09-07 00:45:54 +0000
@@ -1,13 +1,34 @@
 <gauge>
 	<name>Turbo Night Fuel</name>
 	<author>Adrien Pilleboue</author>
+	<version>2</version>
 	<file key="background">background.svg</file>
 	<file key="foreground">foreground.svg</file>
 	<indicator>
 		<posX>0</posX>
-		<posY>-0,47</posY>
+		<posY>-0,23</posY>
 		<posStart>-43</posStart>
 		<posStop>43</posStop>
 		<file key="needle">needle.svg</file>
+		<text_zone>
+		        <x_center>0.0</x_center>
+		        <y_center>-0.3</y_center>
+		        <width>0.4</width>
+		        <height>0.18</height>
+		        <red>1.0</red>
+		        <blue>0.0</blue>
+		        <green>0.0</green>
+		        <alpha>1.0</alpha>
+		</text_zone>
+		<label_zone>
+		        <x_center>0.0</x_center>
+		        <y_center>0.05</y_center>
+		        <width>0.4</width>
+		        <height>0.18</height>
+		        <red>1.0</red>
+		        <blue>0.0</blue>
+		        <green>0.0</green>
+		        <alpha>0.8</alpha>
+		</label_zone>
 	</indicator>
 </gauge>

=== modified file 'data/launcher.desktop'
--- data/launcher.desktop	2010-08-07 01:28:23 +0000
+++ data/launcher.desktop	2010-09-07 00:45:54 +0000
@@ -34,7 +34,3 @@
 Is container = false
 
 Renderer = 
-
-Base URI = 
-Is mounting point = false
-

=== modified file 'data/main-dock.conf.in'
--- data/main-dock.conf.in	2010-08-07 01:28:23 +0000
+++ data/main-dock.conf.in	2010-09-07 00:45:54 +0000
@@ -9,17 +9,17 @@
 #F-[Position on the screen;gtk-fullscreen]
 frame1 =
 
-#l-[bottom;top;right;left] Choose the screen border relative to which the dock will be positioned:
+#l-[bottom;top;right;left] Choose which border of the screen the dock will be placed on:
 screen border = 0
 
 #e-[0.;1.] Relative alignment:
 #{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.}
 alignment = .5
 
-#F-[Position relative to the selected screen edge;gtk-leave-fullscreen]
+#F-[Offset from the screen's edge;gtk-leave-fullscreen]
 frame2 =
 
-#i-[-1024;1024] Lateral gap:
+#i-[-1024;1024] Lateral offset:
 #{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.}
 x gap = 0
 #i-[-20;2000] Distance to the screen edge:

=== modified file 'data/separator.desktop'
--- data/separator.desktop	2010-08-07 01:28:23 +0000
+++ data/separator.desktop	2010-09-07 00:45:54 +0000
@@ -17,7 +17,4 @@
 
 Renderer = 
 
-Base URI = 
-Is mounting point = false
-
-group = 0
\ No newline at end of file
+group = 0

=== modified file 'debian/changelog'
--- debian/changelog	2010-08-10 07:09:30 +0000
+++ debian/changelog	2010-09-07 00:45:54 +0000
@@ -1,3 +1,48 @@
+cairo-dock (2.2.0-0rc1-0ubuntu1) maverick; urgency=low
+
+  * New Upstream Version (LP: #632055)
+  * Fixed a few bugs on LP:
+   - LP: #618336 all button tips visible if icons 'maximum zoom' set to 1.0
+   - LP: #614686 create new sud-dock icon that looking like flat
+   - LP: #612617 Add custom launchers or sub-docks, can't modify name.
+   - LP: #612355 Add option in config file to set GL/Cairo mode            
+   - LP: #611733 icon labels go off-screen
+  * Fixed a crash when changing theme or gauges
+  * Updated translations
+
+ -- Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>  Tue, 07 Sep 2010 02:36:05 +0200
+
+cairo-dock (2.2.0-0beta4-0ubuntu1) maverick; urgency=low
+
+  * New Upstream Version (LP: #614624)
+  * Fixed a few bugs on LP:
+   - LP: #518453: Dock appears under all windows
+                   (Compiz - fullscreen window)
+   - LP: #521369: Separator are not removed when closing
+                   grouped windows
+   - LP: #521762: Some sentences are not correct
+   - LP: #526466: Icons of apps with same class shouldn't
+                   be stacked by default
+   - LP: #535083: Dialogues looks ugly when a lot of them
+                   appears at the same time
+   - More details on the 'ChangeLog' file
+  * debian/rules:
+   - Autotools has been replaced by CMake
+   - Man pages are now included in the source code
+  * debian/copyright:
+   - Updated with the new pathes and new files
+  * debian/control:
+   - Autotools has been replaced by CMake
+   - Added libcurl4-gnutls-dev as Build-deps
+   - Bump Standard-Version to 3.9.1
+  * debian/cairo-dock-core.install:
+   - Man pages are now included in the source code
+   - All sonames are now installed into lib32 or lib64
+  * debian/cairo-dock-dev.install:
+   - pkgconfig is now installed into lib32 or lib64
+
+ -- Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>  Mon, 09 Aug 2010 23:26:12 +0200
+
 cairo-dock (2.2.0~0beta4-0ubuntu1) maverick; urgency=low
 
   * New Upstream Version (LP: #614624)

=== modified file 'debian/copyright'
--- debian/copyright	2010-08-07 01:28:23 +0000
+++ debian/copyright	2010-09-07 00:45:54 +0000
@@ -1,8 +1,5 @@
-X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-X-Debianized-By: Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>
-X-Debianized-Date: Sat, 07 Aug 2010 03:17:16 +0200
 X-Source-Downloaded-From: https://launchpad.net/cairo-dock
-X-Upstream-Author: Fabrice Rey <fabounet@xxxxxxxxxxxx>
+X-Upstream-Author: Fabrice Rey <fabounet@xxxxxxxxxxxx>.
 
 Files: 	src/*
 Copyright: Fabrice Rey <fabounet@xxxxxxxxxxxx>
@@ -56,7 +53,7 @@
 Copyright: Humanity devs (some of them modified by Matthieu Baerts)
 Licence: GPL 3+
 
-Files: data/default-theme/
+Files: data/default-theme/ data/man/
 Copyright: Matthieu Baerts
 Licence: LGPL
 

=== modified file 'po/ar.po'
--- po/ar.po	2010-08-07 01:28:23 +0000
+++ po/ar.po	2010-09-07 00:45:54 +0000
@@ -7,6 +7,7 @@
 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"
 "Language-Team: Arabic <ar@xxxxxx>\n"
@@ -16,90 +17,239 @@
 "X-Launchpad-Export-Date: 2010-05-26 03:43+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:126 ../data/messages:271
+#: ../src/cairo-dock-gui-main.c:124 ../data/messages:271
 msgid "Behaviour"
 msgstr "السّلوك"
 
-#: ../src/cairo-dock-gui-main.c:127 ../data/messages:83 ../data/messages:1389
+#: ../src/cairo-dock-gui-main.c:125 ../data/messages:83 ../data/messages:1281
 msgid "Appearance"
 msgstr "المظهر"
 
-#: ../src/cairo-dock-gui-main.c:128 ../src/gldit/cairo-dock-gui-factory.c:1246
-msgid "Files"
-msgstr "ملفّات"
-
-#: ../src/cairo-dock-gui-main.c:129 ../src/gldit/cairo-dock-gui-factory.c:1251
-#, fuzzy
-msgid "Internet"
-msgstr "تفاعل"
-
-#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1256
-msgid "Desktop"
-msgstr "سطح المكتب"
-
-#: ../src/cairo-dock-gui-main.c:131
+#: ../src/cairo-dock-gui-main.c:126
 msgid "Accessories"
 msgstr "ملحقات"
 
-#: ../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
-msgid "System"
-msgstr "النّظام"
-
-#: ../src/cairo-dock-gui-main.c:133 ../src/gldit/cairo-dock-gui-factory.c:1271
-msgid "Fun"
-msgstr ""
-
-#: ../src/cairo-dock-gui-main.c:134 ../src/cairo-dock-gui-main.c:1523
-#: ../data/messages:1523
+#: ../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
 msgid "All"
 msgstr "الكل"
 
-#: ../src/cairo-dock-gui-main.c:1499
+#: ../src/cairo-dock-gui-main.c:1502
 msgid "Categories"
 msgstr "التصنيفات"
 
-#: ../src/cairo-dock-gui-main.c:1629
+#: ../src/cairo-dock-gui-main.c:1630
 msgid "Filter"
 msgstr "فلترة"
 
-#: ../src/cairo-dock-gui-main.c:1674 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1681 ../data/messages:135
 msgid "Options"
 msgstr "خيارات"
 
-#: ../src/cairo-dock-gui-main.c:1684
+#: ../src/cairo-dock-gui-main.c:1691
 msgid "All words"
 msgstr "كافة الكلمات"
 
-#: ../src/cairo-dock-gui-main.c:1688
+#: ../src/cairo-dock-gui-main.c:1695
 msgid "Highlighted words"
 msgstr "الكلمات المظللة"
 
-#: ../src/cairo-dock-gui-main.c:1693
+#: ../src/cairo-dock-gui-main.c:1700
 msgid "Hide others"
 msgstr "اخفاء الاخرى"
 
-#: ../src/cairo-dock-gui-main.c:1698
+#: ../src/cairo-dock-gui-main.c:1705
 msgid "Search in description"
 msgstr "البحث بالوصف"
 
-#: ../src/cairo-dock-gui-main.c:1712
+#: ../src/cairo-dock-gui-main.c:1719
 msgid "Enable this module"
 msgstr "تمكين هذه الوحدة"
 
-#: ../src/cairo-dock-gui-main.c:1800 ../src/cairo-dock.c:741
+#: ../src/cairo-dock-gui-main.c:1807 ../src/cairo-dock.c:648
 msgid "< Maintenance mode >"
 msgstr "< وضع الصيانة >"
 
-#: ../src/cairo-dock-gui-main.c:1890 ../src/cairo-dock-gui-simple.c:762
+#: ../src/cairo-dock-gui-main.c:1897 ../src/cairo-dock-gui-simple.c:681
 msgid "Cairo-Dock configuration"
 msgstr "إعدادات كايرو دك"
 
-#: ../src/cairo-dock-gui-main.c:2211
+#: ../src/cairo-dock-gui-main.c:2218
 #, c-format
 msgid ""
 "The '%s' module is not present. You need to install it and all its "
@@ -108,16 +258,16 @@
 "'%s' الوحدة غير موجودة . تحتاج إلى تثبيتها وجميع تابعاتها من أجل استخدام هذه "
 "الوحدة"
 
-#: ../src/cairo-dock-gui-main.c:2217
+#: ../src/cairo-dock-gui-main.c:2224
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr "'%s' الوحدةغير مفعلة."
 
-#: ../src/cairo-dock-gui-main.c:2218
+#: ../src/cairo-dock-gui-main.c:2225
 msgid "Do you want to enable it now?"
 msgstr "هل تريد تفعيلها الان؟"
 
-#: ../src/cairo-dock-gui-main.c:2361
+#: ../src/cairo-dock-gui-main.c:2369
 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 +280,7 @@
 "المساعده دائما موجودة معك.\n"
 "هل تريد إالقاء نظره عليها؟"
 
-#: ../src/cairo-dock-gui-simple.c:389 ../src/cairo-dock-gui-themes.c:311
-#, c-format
-msgid "Importing theme %s ..."
-msgstr "استيراد السمة %s"
-
-#: ../src/cairo-dock-gui-simple.c:711
-msgid "Animation:"
-msgstr "تحريك:"
-
-#: ../src/cairo-dock-gui-simple.c:728
-msgid "Effects:"
-msgstr "تأثيرات:"
-
-#: ../src/cairo-dock-gui-simple.c:743 ../data/messages:77
-msgid "On mouse hover:"
-msgstr ""
-
-#: ../src/cairo-dock-gui-simple.c:744 ../data/messages:79
-msgid "On click:"
-msgstr "عند الضغط:"
-
-#: ../src/cairo-dock-gui-simple.c:796
+#: ../src/cairo-dock-gui-manager.c:290
 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"
@@ -159,15 +288,15 @@
 " You can switch from a mode to another at any time."
 msgstr ""
 
-#: ../src/cairo-dock-gui-switch.c:68
+#: ../src/cairo-dock-gui-manager.c:685
 msgid "Simple Mode"
 msgstr "الوضع البسيط"
 
-#: ../src/cairo-dock-gui-switch.c:68
+#: ../src/cairo-dock-gui-manager.c:685
 msgid "Advanced Mode"
 msgstr "الوضع المتقدم"
 
-#: ../src/cairo-dock-gui-switch.c:70
+#: ../src/cairo-dock-gui-manager.c:687
 msgid ""
 "The advanced mode lets you tweak every single parameter of the dock. It is a "
 "powerful tool to customise your current theme."
@@ -175,58 +304,109 @@
 "الوضع المتقدم يمنحك التحكم في كل مؤشرات الشريط. و تعديل السمه الحاليه "
 "بفعاليه."
 
-#: ../src/cairo-dock-gui-themes.c:169
+#: ../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
 msgid "Could not import the theme."
 msgstr "ﻻيمكن اسيراد السمة ."
 
-#: ../src/cairo-dock-gui-themes.c:225
+#: ../src/cairo-dock-gui-themes.c:143
 msgid "The theme has been saved"
 msgstr "تم حفظ السمة"
 
-#: ../src/cairo-dock-gui-themes.c:225
+#: ../src/cairo-dock-gui-themes.c:143
 msgid "The theme could not be saved"
 msgstr "ﻻ يمكن حفظ السمة ."
 
-#: ../src/cairo-dock-gui-themes.c:251
+#: ../src/cairo-dock-gui-themes.c:169
 msgid "The theme has been deleted"
 msgstr "تم حذف السمة ."
 
-#: ../src/cairo-dock-gui-themes.c:251
+#: ../src/cairo-dock-gui-themes.c:169
 msgid "The theme could not be deleted"
 msgstr "سمة لا يمكن حذفها ."
 
-#: ../src/cairo-dock-gui-themes.c:253
+#: ../src/cairo-dock-gui-themes.c:171
 msgid "The themes have been deleted"
 msgstr "السمات تم حذفها ."
 
-#: ../src/cairo-dock-gui-themes.c:253
+#: ../src/cairo-dock-gui-themes.c:171
 msgid "The themes could not be deleted"
 msgstr "سمات لم يتم حذفها ."
 
-#: ../src/cairo-dock-gui-themes.c:303
+#: ../src/cairo-dock-gui-themes.c:221
 msgid ""
 "You have made some changes to the current theme.\n"
 "You will lose them if you don't save before choosing a new theme. Continue "
 "anyway?"
 msgstr ""
 
-#: ../src/cairo-dock-gui-themes.c:332
+#: ../src/cairo-dock-gui-themes.c:250
 msgid "Manage Themes"
 msgstr "إدارة السمات"
 
-#: ../src/cairo-dock-internal-icons.c:452
-#: ../src/gldit/cairo-dock-internal-icons.c:457
+#: ../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:454
-#: ../src/gldit/cairo-dock-internal-icons.c:459 ../data/messages:85
-#: ../data/messages:629 ../data/messages:863
+#: ../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:456
-#: ../src/gldit/cairo-dock-internal-icons.c:461
+#: ../src/cairo-dock-internal-icons.c:443
 msgid ""
 "All about icons:\n"
 " size, reflection, icon theme,..."
@@ -234,177 +414,266 @@
 "كل ما يخص الايقونات:\n"
 " الحجم, الإنعكاس, سمة الايقونة, ..."
 
-#: ../src/cairo-dock-menu.c:127
+#: ../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
 #, c-format
 msgid "Configuration of the '%s' dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:206 ../data/messages:1293
+#: ../src/cairo-dock-menu.c:211
 msgid "Community site"
 msgstr "موقع المجتمع"
 
-#: ../src/cairo-dock-menu.c:207 ../data/messages:1291
+#: ../src/cairo-dock-menu.c:212
 msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
 msgstr "مشاكل؟ اقتراحات؟ تريد التحدث إلينا؟ تفضل!"
 
-#: ../src/cairo-dock-menu.c:210 ../data/messages:1297
+#: ../src/cairo-dock-menu.c:215
 msgid "Development site"
 msgstr "موقع التطوير"
 
-#: ../src/cairo-dock-menu.c:211 ../data/messages:1295
+#: ../src/cairo-dock-menu.c:216
 msgid "Find the latest version of Cairo-Dock here !"
 msgstr "إبحث عن النسخه الاخيره  من البرنامج هنا !"
 
-#: ../src/cairo-dock-menu.c:214 ../data/messages:1301
+#: ../src/cairo-dock-menu.c:219
 msgid "Cairo-Dock-Plug-ins-Extras"
 msgstr "اضفات اضافية ليكرو دوك"
 
-#: ../src/cairo-dock-menu.c:215 ../data/messages:1171 ../data/messages:1299
+#: ../src/cairo-dock-menu.c:220 ../data/messages:1127
 msgid "Other applets"
 msgstr "تطبقات اخرى"
 
-#: ../src/cairo-dock-menu.c:224
+#: ../src/cairo-dock-menu.c:229
 msgid "Development"
 msgstr "تطوير"
 
-#: ../src/cairo-dock-menu.c:230
+#: ../src/cairo-dock-menu.c:235
 msgid "Artwork"
 msgstr "الأعمال الفنية"
 
-#: ../src/cairo-dock-menu.c:234
+#: ../src/cairo-dock-menu.c:239
 msgid "Support"
 msgstr "الدعم"
 
-#: ../src/cairo-dock-menu.c:312
+#: ../src/cairo-dock-menu.c:320
 msgid "Quit Cairo-Dock?"
 msgstr "إغلاق برنامج كايرو-دوك؟"
 
-#: ../src/cairo-dock-menu.c:338
-msgid "Configure this dock"
-msgstr "ضبط الشريط"
-
-#: ../src/cairo-dock-menu.c:343
-#, fuzzy
-msgid "Customize the position, visibility and appearance of this main dock."
-msgstr "تحديد موضع الشريط الرئيسي."
-
-#: ../src/cairo-dock-menu.c:346
+#: ../src/cairo-dock-menu.c:344
 msgid "Configure"
 msgstr "عدل"
 
-#: ../src/cairo-dock-menu.c:351
+#: ../src/cairo-dock-menu.c:349
 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
 msgid "Manage themes"
 msgstr "إدارة الثيمات"
 
-#: ../src/cairo-dock-menu.c:358
+#: ../src/cairo-dock-menu.c:366
 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:371
 msgid "Unlock icons"
 msgstr "فتح الايقونات"
 
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:371
 msgid "Lock icons"
 msgstr "قفل الايقونات"
 
-#: ../src/cairo-dock-menu.c:367
+#: ../src/cairo-dock-menu.c:375
 msgid "This will (un)lock the position of the icons."
 msgstr "هذا سيلغي قفل مكان الأيقونات."
 
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:379
 msgid "Unlock dock"
 msgstr "إالغاء قفل الشريط"
 
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:379
 msgid "Lock dock"
 msgstr "قفل الشريط"
 
-#: ../src/cairo-dock-menu.c:376
+#: ../src/cairo-dock-menu.c:384
 msgid "This will (un)lock the whole dock."
 msgstr "هذا سيلغي قفل كامل الشريط."
 
-#: ../src/cairo-dock-menu.c:381
+#: ../src/cairo-dock-menu.c:389
 msgid "Quick-Hide"
 msgstr "إخفاء سريع"
 
-#: ../src/cairo-dock-menu.c:386
+#: ../src/cairo-dock-menu.c:394
 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:402
 msgid "Launch Cairo-Dock on startup"
 msgstr "تشغيل شريط كيرو عند بدء التشغيل"
 
-#: ../src/cairo-dock-menu.c:404 ../src/cairo-dock.c:294
+#: ../src/cairo-dock-menu.c:412 ../src/cairo-dock.c:261
 msgid "Help"
 msgstr "مساعدة"
 
-#: ../src/cairo-dock-menu.c:409
+#: ../src/cairo-dock-menu.c:417
 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:419
 msgid "Get more applets!"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:416
-msgid "Third-party applets provide integration with many programs, like Pidgin"
+#: ../src/cairo-dock-menu.c:424
+msgid ""
+"Third-party applets provide integration with many programs, like Pidgin"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:418
+#: ../src/cairo-dock-menu.c:426
 msgid "About"
 msgstr "حول"
 
-#: ../src/cairo-dock-menu.c:426
+#: ../src/cairo-dock-menu.c:434
 msgid "Quit"
 msgstr "خروج"
 
-#: ../src/cairo-dock-menu.c:450
+#: ../src/cairo-dock-menu.c:458
 msgid "separator"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:454
+#: ../src/cairo-dock-menu.c:462
 #, 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:473
 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:535
+#: ../src/cairo-dock-menu.c:540
 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:552
+#: ../src/cairo-dock-menu.c:557
 msgid "Sorry, this icon doesn't have a configuration file."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:593
+#: ../src/cairo-dock-menu.c:598
 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:650
+#: ../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
 #, c-format
 msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
 msgstr "انت على وشك ازالة الاضافة  (%s)من الشريط . هل انت متأكد ؟"
 
-#: ../src/cairo-dock-menu.c:785
+#: ../src/cairo-dock-menu.c:961
 msgid ""
 "Sorry, couldn't find the corresponding description file.\n"
 "Consider dragging and dropping the launcher from the Applications Menu."
@@ -412,261 +681,279 @@
 "عفوا, لم يتم العثور على الملف المطابق.\n"
 "حاول سحب المشغل وإفلاته من قائمه التطبيقات."
 
-#: ../src/cairo-dock-menu.c:1017
+#: ../src/cairo-dock-menu.c:1193
 #, c-format
 msgid "Move all to desktop %d - face %d"
 msgstr "أنقل الكل إلى سطح المكتب %d - الوجه %d"
 
-#: ../src/cairo-dock-menu.c:1017
+#: ../src/cairo-dock-menu.c:1193
 #, c-format
 msgid "Move to desktop %d - face %d"
 msgstr "أنقل إلى سطح المكتب %d - الوجه %d"
 
-#: ../src/cairo-dock-menu.c:1019
+#: ../src/cairo-dock-menu.c:1195
 #, c-format
 msgid "Move all to desktop %d"
 msgstr "نقل الكل الى سطح المكتب %d"
 
-#: ../src/cairo-dock-menu.c:1019
+#: ../src/cairo-dock-menu.c:1195
 #, c-format
 msgid "Move to desktop %d"
 msgstr "أنقل إلى سطح المكتب %d"
 
-#: ../src/cairo-dock-menu.c:1021
+#: ../src/cairo-dock-menu.c:1197
 #, c-format
 msgid "Move all to face %d"
 msgstr "أنقل الكل إلى الوجه %d"
 
-#: ../src/cairo-dock-menu.c:1021
+#: ../src/cairo-dock-menu.c:1197
 #, c-format
 msgid "Move to face %d"
 msgstr "أنقل إلى الوجه %d"
 
-#: ../src/cairo-dock-menu.c:1058
+#: ../src/cairo-dock-menu.c:1234
 msgid "Add"
 msgstr "أضف"
 
-#: ../src/cairo-dock-menu.c:1062
+#: ../src/cairo-dock-menu.c:1238
 msgid "Add a sub-dock"
 msgstr "إضافه شريط فرعي"
 
-#: ../src/cairo-dock-menu.c:1064
+#: ../src/cairo-dock-menu.c:1240
 msgid "Add a main dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1243
 msgid "Add a separator"
 msgstr "اضافة فاصل"
 
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1245
 msgid "Add a custom launcher"
 msgstr "إضافه مشغل معدل"
 
-#: ../src/cairo-dock-menu.c:1072
+#: ../src/cairo-dock-menu.c:1246
 msgid ""
 "Usually you would drag a launcher from the menu and drop it on the dock."
 msgstr "يتوجب في العاده سحب المشغل من القائمه وإفلاته على الشريط."
 
-#: ../src/cairo-dock-menu.c:1109
+#: ../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
 msgid "Modify this separator"
 msgstr "تحرير الفاصل"
 
-#: ../src/cairo-dock-menu.c:1109
+#: ../src/cairo-dock-menu.c:1327
 msgid "Modify this launcher"
 msgstr "تعديل هذا المشغل"
 
-#: ../src/cairo-dock-menu.c:1111
+#: ../src/cairo-dock-menu.c:1329
 msgid "Remove this separator"
 msgstr "إزالة هذا الفاصل"
 
-#: ../src/cairo-dock-menu.c:1111
+#: ../src/cairo-dock-menu.c:1329
 msgid "Remove this launcher"
 msgstr "إزالة هذا المشغل"
 
-#: ../src/cairo-dock-menu.c:1112
+#: ../src/cairo-dock-menu.c:1330
 msgid ""
 "You can remove a launcher by dragging it out of the dock with the mouse ."
 msgstr "بإمكانك ازاله احد المشغلات بسحبه خارج الشريط بالمؤشر."
 
-#: ../src/cairo-dock-menu.c:1114 ../src/cairo-dock-menu.c:1260
+#: ../src/cairo-dock-menu.c:1332 ../src/cairo-dock-menu.c:1477
 msgid "Move to another dock"
 msgstr "نقل الى شريط اخر"
 
-#: ../src/cairo-dock-menu.c:1118 ../src/cairo-dock-menu.c:1264
+#: ../src/cairo-dock-menu.c:1336 ../src/cairo-dock-menu.c:1481
 msgid "New main dock"
 msgstr "شريط رئيسي جديد"
 
-#: ../src/cairo-dock-menu.c:1132 ../src/cairo-dock-menu.c:1206
+#: ../src/cairo-dock-menu.c:1350 ../src/cairo-dock-menu.c:1424
 msgid "Other actions"
 msgstr "خيارات أخرى"
 
-#: ../src/cairo-dock-menu.c:1137
+#: ../src/cairo-dock-menu.c:1355
 msgid "Move to this desktop"
 msgstr "نقل إالى سطح المكتب هذا"
 
-#: ../src/cairo-dock-menu.c:1151
+#: ../src/cairo-dock-menu.c:1369
 msgid "Not Fullscreen"
 msgstr "ليس ملء"
 
-#: ../src/cairo-dock-menu.c:1151
+#: ../src/cairo-dock-menu.c:1369
 msgid "Fullscreen"
 msgstr "ملء الشاشة"
 
-#: ../src/cairo-dock-menu.c:1155
+#: ../src/cairo-dock-menu.c:1373
 msgid "Don't keep above"
 msgstr "ﻻ تجعله في الاعلى"
 
-#: ../src/cairo-dock-menu.c:1155
+#: ../src/cairo-dock-menu.c:1373
 msgid "Keep above"
 msgstr "أبقها في الأعلى"
 
-#: ../src/cairo-dock-menu.c:1174
+#: ../src/cairo-dock-menu.c:1392
 msgid "Remove custom icon"
 msgstr "إزاله الايقونه المعدله"
 
-#: ../src/cairo-dock-menu.c:1178
+#: ../src/cairo-dock-menu.c:1396
 msgid "Kill"
 msgstr "اقتل"
 
-#: ../src/cairo-dock-menu.c:1183
+#: ../src/cairo-dock-menu.c:1401
 msgid "Launch a new (Shift+clic)"
 msgstr "تشغيل جديد (Shift+أنقر)"
 
-#: ../src/cairo-dock-menu.c:1188
+#: ../src/cairo-dock-menu.c:1406
 msgid "Make it a launcher"
 msgstr "تحويله الى مشغل"
 
-#: ../src/cairo-dock-menu.c:1191
+#: ../src/cairo-dock-menu.c:1409
 msgid "Show"
 msgstr "اظهر"
 
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1411
 msgid "Unmaximise"
 msgstr "غير مكبر"
 
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1411
 msgid "Maximise"
 msgstr "تكبير"
 
-#: ../src/cairo-dock-menu.c:1196
+#: ../src/cairo-dock-menu.c:1414
 msgid "Minimise"
 msgstr "تصغير"
 
-#: ../src/cairo-dock-menu.c:1198
+#: ../src/cairo-dock-menu.c:1416
 msgid "Close (middle-click)"
 msgstr "أغلق"
 
-#: ../src/cairo-dock-menu.c:1211
+#: ../src/cairo-dock-menu.c:1429
 msgid "Move all to this desktop"
 msgstr "نقل الكل لسطح المكتب هذا"
 
-#: ../src/cairo-dock-menu.c:1217
+#: ../src/cairo-dock-menu.c:1435
 msgid "Launch new"
 msgstr "إطار جديد"
 
-#: ../src/cairo-dock-menu.c:1220
+#: ../src/cairo-dock-menu.c:1438
 msgid "Show all"
 msgstr "إظهار الكل"
 
-#: ../src/cairo-dock-menu.c:1222
+#: ../src/cairo-dock-menu.c:1440
 msgid "Minimise all"
 msgstr "تصغير الكل"
 
-#: ../src/cairo-dock-menu.c:1224
+#: ../src/cairo-dock-menu.c:1442
 msgid "Close all"
 msgstr "إغلاق الكل"
 
-#: ../src/cairo-dock-menu.c:1244 ../src/gldit/cairo-dock-gui-factory.c:925
-msgid "Configure this applet"
-msgstr "تكوين الاضافة"
-
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1465
 msgid "Detach this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1465
 msgid "Return to the dock"
 msgstr "عوده الى الشريط"
 
-#: ../src/cairo-dock-menu.c:1251
+#: ../src/cairo-dock-menu.c:1468
 msgid "Remove this applet"
 msgstr "حذف الاضافة"
 
-#: ../src/cairo-dock-menu.c:1255
+#: ../src/cairo-dock-menu.c:1472
 msgid "Launch another instance of this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1277
-#: ../src/gldit/cairo-dock-internal-accessibility.c:277
-msgid "Visibility"
-msgstr "الرؤية"
-
-#: ../src/cairo-dock-menu.c:1292
+#: ../src/cairo-dock-menu.c:1509
 msgid "Normal"
 msgstr "عادي"
 
-#: ../src/cairo-dock-menu.c:1298 ../data/messages:21 ../data/messages:195
-#: ../data/messages:1375
+#: ../src/cairo-dock-menu.c:1515 ../data/messages:21 ../data/messages:195
+#: ../data/messages:1267
 msgid "Always on top"
 msgstr "دائما في الأعلى"
 
-#: ../src/cairo-dock-menu.c:1305
+#: ../src/cairo-dock-menu.c:1522
 msgid "Always below"
 msgstr "دئما ادنى"
 
-#: ../src/cairo-dock-menu.c:1318
+#: ../src/cairo-dock-menu.c:1535
 msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1320
+#: ../src/cairo-dock-menu.c:1537
 msgid "Reserve space"
 msgstr "الإحتفاظ بالمسافه"
 
-#: ../src/cairo-dock-menu.c:1327
+#: ../src/cairo-dock-menu.c:1544
 msgid "On all desktops"
 msgstr "على كل سطوح المكتب"
 
-#: ../src/cairo-dock-menu.c:1333
+#: ../src/cairo-dock-menu.c:1550
 msgid "Lock position"
 msgstr "قفل التحريك"
 
-#: ../src/cairo-dock-user-interaction.c:319
+#: ../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
 msgid ""
 "The option 'overwrite X icons' has been automatically enabled in the "
 "config.\n"
 "It is located in the 'Taskbar' module."
 msgstr ""
 
-#: ../src/cairo-dock.c:196
-#, fuzzy
-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
+#: ../src/cairo-dock.c:276
 msgid ""
 "A useful FAQ which also contains a lot of hints.\n"
 "Roll your mouse over a sentence to make helpful popups appear."
@@ -674,11 +961,11 @@
 "حقائق مفيده والعديد من التلميحات.\n"
 "حرك المؤشر على إحدى الجمل لتظهر لك فقاعه مفيده."
 
-#: ../src/cairo-dock.c:634
+#: ../src/cairo-dock.c:557
 msgid "Use OpenGL in Cairo-Dock"
 msgstr "استخدام OpenGL في شريط كيرو"
 
-#: ../src/cairo-dock.c:642
+#: ../src/cairo-dock.c:565
 msgid ""
 "OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
 "the minimum.\n"
@@ -690,12 +977,7 @@
 "  or with the -o option to force OpenGL and -c to force cairo.)"
 msgstr ""
 
-#: ../src/cairo-dock.c:647
-#, fuzzy
-msgid "Remember this choice"
-msgstr "إعادة تسمية هذا الملف"
-
-#: ../src/cairo-dock.c:818
+#: ../src/cairo-dock.c:698
 msgid ""
 "Welcome in Cairo-Dock2 !\n"
 "A default and simple theme has been loaded.\n"
@@ -716,7 +998,31 @@
 "نتمنا ان تستمتع !\n"
 "  (يمكن النقر على هذا الحوار لإغلاقه)"
 
-#: ../src/cairo-dock.c:844
+#: ../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
 #, c-format
 msgid ""
 "The module '%s' may have encountered a problem.\n"
@@ -724,259 +1030,6 @@
 "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:831
-msgid "_Custom Icons_"
-msgstr "_ايقونه معدله_"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1261
-msgid "Accessory"
-msgstr "ملحقات"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1305
-msgid "rate me"
-msgstr "قيّمني"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1325
-msgid "Local"
-msgstr "محلِّي"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1329
-msgid "User"
-msgstr "مستخدم"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1333
-msgid "Net"
-msgstr "شبكة"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1337
-msgid "New"
-msgstr "جديد"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1342
-msgid "Updated"
-msgstr "محدث"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1438
-#: ../src/gldit/cairo-dock-gui-factory.c:1440
-msgid "You must try the theme before you can rate it."
-msgstr "يتوجب عليك تجربة السمة قبل تقيمها"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1463
-#, 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:1472
-#, c-format
-msgid ""
-"The '%s' plug-in is not active.\n"
-"Activate it now?"
-msgstr ""
-"الإضافة '%s' غير مفعله.\n"
-"هل تريد تفعليها الآن ؟"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2151
-#, c-format
-msgid "Listing themes in '%s' ..."
-msgstr "قائمة السمات في '%s' ..."
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2289
-msgid "plug-in"
-msgstr ""
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2295
-msgid "category"
-msgstr "تصنيف"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2338
-msgid "Click on an applet in order to have a preview and a description for it."
-msgstr "انقر على المصغر للحصول على عرض و وصف له."
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2741
-msgid "state"
-msgstr "ولايه"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2747
-msgid "Theme"
-msgstr "سِمة"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2760
-msgid "Rating"
-msgstr "تقييم"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2766
-msgid "Sobriety"
-msgstr ""
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2849
-msgid "link"
-msgstr "رابط"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2902
-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:160 ../data/messages:449
-#: ../data/messages:851 ../data/messages:1397
-msgid "Background"
-msgstr "خلفيَّة"
-
-#: ../src/gldit/cairo-dock-internal-background.c:162
-msgid "Set a background for your dock."
-msgstr "تعيين خلفية  لشريطك"
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:44
-msgid "_custom decoration_"
-msgstr "_زخرفه مخصصه_"
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages: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-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:171
-msgid "Captions"
-msgstr "تعليق"
-
-#: ../src/gldit/cairo-dock-internal-labels.c:173
-msgid "Define icon caption and quick-info style."
-msgstr "رمز تعريف وشرح سريع لمعلومات النمط."
-
-#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:145
-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:134
-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:1039
-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:1391
-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:455
-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:222
-#, 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:237
-#, c-format
-msgid "Are you sure you want to delete theme %s?"
-msgstr "هل تريد حذف السمة %s ؟"
-
-#: ../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
 msgid "Move down"
@@ -1002,11 +1055,11 @@
 msgid "Folding"
 msgstr "ثني"
 
-#: ../data/messages:1 ../data/messages:1337
+#: ../data/messages:1 ../data/messages:1229
 msgid "Behavior"
 msgstr "سلوك"
 
-#: ../data/messages:3 ../data/messages:147 ../data/messages:1339
+#: ../data/messages:3 ../data/messages:147 ../data/messages:1231
 msgid "Position on the screen"
 msgstr "الموقع على الشاشه"
 
@@ -1014,21 +1067,21 @@
 msgid "Choose which border of the screen the dock will be placed on:"
 msgstr "أختر جهه الشاشه التي ترغب بظهور الشريط فيها:"
 
-#: ../data/messages:7 ../data/messages:151 ../data/messages:1343
+#: ../data/messages:7 ../data/messages:151 ../data/messages:1235
 msgid "bottom"
 msgstr "أسفل"
 
-#: ../data/messages:9 ../data/messages:153 ../data/messages:1345
+#: ../data/messages:9 ../data/messages:153 ../data/messages:1237
 msgid "top"
 msgstr "أعلى"
 
 #: ../data/messages:11 ../data/messages:155 ../data/messages:165
-#: ../data/messages:1347
+#: ../data/messages:1239
 msgid "right"
 msgstr "يمين"
 
 #: ../data/messages:13 ../data/messages:157 ../data/messages:163
-#: ../data/messages:1349
+#: ../data/messages:1241
 msgid "left"
 msgstr "يسار"
 
@@ -1036,7 +1089,7 @@
 msgid "Visibility of the main dock"
 msgstr "وضوح الشريط الرئيسي"
 
-#: ../data/messages:17 ../data/messages:191 ../data/messages:1371
+#: ../data/messages:17 ../data/messages:191 ../data/messages:1263
 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 "
@@ -1046,31 +1099,31 @@
 msgstr ""
 
 #: ../data/messages:19 ../data/messages:55 ../data/messages:193
-#: ../data/messages:255 ../data/messages:1373
+#: ../data/messages:255 ../data/messages:1265
 msgid "Visibility:"
 msgstr "مدى الرؤية:"
 
-#: ../data/messages:23 ../data/messages:197 ../data/messages:1377
+#: ../data/messages:23 ../data/messages:197 ../data/messages:1269
 msgid "Reserve space for the dock"
 msgstr ""
 
-#: ../data/messages:25 ../data/messages:199 ../data/messages:1379
+#: ../data/messages:25 ../data/messages:199 ../data/messages:1271
 msgid "Keep the dock below"
 msgstr ""
 
-#: ../data/messages:27 ../data/messages:201 ../data/messages:1381
+#: ../data/messages:27 ../data/messages:201 ../data/messages:1273
 msgid "Hide the dock when it overlaps the current window"
 msgstr "إخفاء الشريط عندما يتداخل مع النافذة الحالية"
 
-#: ../data/messages:29 ../data/messages:203 ../data/messages:1383
+#: ../data/messages:29 ../data/messages:203 ../data/messages:1275
 msgid "Hide the dock whenever it overlaps any window"
 msgstr ""
 
-#: ../data/messages:31 ../data/messages:205 ../data/messages:1385
+#: ../data/messages:31 ../data/messages:205 ../data/messages:1277
 msgid "Keep the dock hidden"
 msgstr ""
 
-#: ../data/messages:33 ../data/messages:207 ../data/messages:1387
+#: ../data/messages:33 ../data/messages:207 ../data/messages:1279
 msgid "Pop-up on shortcut"
 msgstr "فقاعه على الاختصارات"
 
@@ -1122,7 +1175,7 @@
 msgid "Behaviour of the Taskbar:"
 msgstr "سلوك شريط المهام"
 
-#: ../data/messages:67 ../data/messages:1513
+#: ../data/messages:67 ../data/messages:1381
 msgid "None"
 msgstr "بدون"
 
@@ -1142,11 +1195,19 @@
 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:633
+#: ../data/messages:87 ../data/messages:655
 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 "
@@ -1187,35 +1248,35 @@
 "Separators will be automatically inserted then."
 msgstr ""
 
-#: ../data/messages:105 ../data/messages:723
+#: ../data/messages:105 ../data/messages:745
 msgid "Separate the different types of icons?"
 msgstr "فصل الأنواع المختلفه من الأيقونات؟"
 
-#: ../data/messages:107 ../data/messages:733
+#: ../data/messages:107 ../data/messages:755
 msgid "Order of the different types of icons :"
 msgstr "ترتيب الأنواع المختلفه من الأيقونات:"
 
-#: ../data/messages:109 ../data/messages:735
+#: ../data/messages:109 ../data/messages:757
 msgid "launchers"
 msgstr "المشغلات"
 
-#: ../data/messages:111 ../data/messages:737
+#: ../data/messages:111 ../data/messages:759
 msgid "applications"
 msgstr "تطبيقات"
 
-#: ../data/messages:113 ../data/messages:739
+#: ../data/messages:113 ../data/messages:761
 msgid "applets"
 msgstr "تطبيقات"
 
-#: ../data/messages:117 ../data/messages:513
+#: ../data/messages:117 ../data/messages:535
 msgid "Choose the default view for main docks :"
 msgstr "اختيار طريقة العرض الافتراضية لشريط الرئيسي :"
 
-#: ../data/messages:119 ../data/messages:517
+#: ../data/messages:119 ../data/messages:539
 msgid "You can overwrite this parameter for each sub-dock."
 msgstr "بإمكانك تغيير المؤشرات لكل شريط فرعي."
 
-#: ../data/messages:121 ../data/messages:519
+#: ../data/messages:121 ../data/messages:541
 msgid "Choose the default view for sub-docks :"
 msgstr "اختيار الطريقة الافتراضية  لكيرو  الفرعي"
 
@@ -1238,36 +1299,36 @@
 msgid "Add or remove any applet :"
 msgstr "اضافة او حذف اي اضافة"
 
-#: ../data/messages:131 ../data/messages:1417
+#: ../data/messages:131 ../data/messages:1289
 msgid "Themes"
 msgstr "السِمات"
 
-#: ../data/messages:133 ../data/messages:1421
+#: ../data/messages:133 ../data/messages:1293
 msgid "Choose one of the available themes:"
 msgstr "اختر واحد من السمات المتاحة :"
 
-#: ../data/messages:137 ../data/messages:1427
+#: ../data/messages:137 ../data/messages:1299
 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:1429
+#: ../data/messages:139 ../data/messages:1301
 msgid "Use the new theme's launchers?"
 msgstr "إستخدم سمة المشغل الجديد؟"
 
-#: ../data/messages:141 ../data/messages:1431
+#: ../data/messages:141 ../data/messages:1303
 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:1433
+#: ../data/messages:143 ../data/messages:1305
 msgid "Use the new theme's behaviour?"
 msgstr "هل تريد استخدام سلوك السمة الجديدة ؟"
 
-#: ../data/messages:159 ../data/messages:1351
+#: ../data/messages:159 ../data/messages:1243
 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 "
@@ -1276,7 +1337,7 @@
 "the screen's edge."
 msgstr ""
 
-#: ../data/messages:161 ../data/messages:1353
+#: ../data/messages:161 ../data/messages:1245
 msgid "Relative alignment:"
 msgstr "المحاذاه النسبيه :"
 
@@ -1284,7 +1345,7 @@
 msgid "Offset from the screen's edge"
 msgstr "موازنة مع حافة الشاشة"
 
-#: ../data/messages:169 ../data/messages:1357
+#: ../data/messages:169 ../data/messages:1249
 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."
@@ -1294,13 +1355,13 @@
 msgid "Lateral offset:"
 msgstr "موازنة خارجية :"
 
-#: ../data/messages:173 ../data/messages:1361
+#: ../data/messages:173 ../data/messages:1253
 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:1363
+#: ../data/messages:175 ../data/messages:1255
 msgid "Distance to the screen edge:"
 msgstr "المسافه إالى حافه الشاشه :"
 
@@ -1322,7 +1383,7 @@
 msgid "0 is the first screen."
 msgstr "0 هي الشاشه الأولى."
 
-#: ../data/messages:185 ../data/messages:1367
+#: ../data/messages:185 ../data/messages:1259
 msgid "Number of the screen where the dock should be located:"
 msgstr "رقم الشاشه التي تريد إظهار الشريط فيها :"
 
@@ -1331,40 +1392,40 @@
 msgstr "الإتاحة"
 
 #: ../data/messages:221
-msgid "in ms. 0 means no delay."
-msgstr "0 ملي ثانيه ، تعني إلغاء التأخير."
+msgid "How to call the dock back:"
+msgstr "طريقه إستدعاء الشريط مره اخرى:"
 
 #: ../data/messages:223
-msgid "Delay before the dock unhides itself:"
-msgstr "المده قبل أن يظهر الشريط ذاتيا :"
+msgid "Hit the screen's border"
+msgstr ""
 
 #: ../data/messages:225
-msgid "How to call the dock back:"
-msgstr "طريقه إستدعاء الشريط مره اخرى:"
+msgid "Hit where the dock is"
+msgstr ""
 
 #: ../data/messages:227
-msgid "Hit the screen's border"
+msgid "Hit the screen's corner"
 msgstr ""
 
 #: ../data/messages:229
-msgid "Hit where the dock is"
+msgid "Hit a zone"
 msgstr ""
 
 #: ../data/messages:231
-msgid "Hit the screen's corner"
+msgid "Size of the zone :"
 msgstr ""
 
 #: ../data/messages:233
-msgid "Hit a zone"
+msgid "Image to display on the zone :"
 msgstr ""
 
 #: ../data/messages:235
-msgid "Size of the zone :"
-msgstr ""
+msgid "in ms. 0 means no delay."
+msgstr "0 ملي ثانيه ، تعني إلغاء التأخير."
 
 #: ../data/messages:237
-msgid "Image to display on the zone :"
-msgstr ""
+msgid "Delay before the dock unhides itself:"
+msgstr "المده قبل أن يظهر الشريط ذاتيا :"
 
 #: ../data/messages:243
 msgid "Additional parameters"
@@ -1492,13 +1553,13 @@
 msgid "Transparency of icons whose window is minimised:"
 msgstr "شفافية الأيقونات ذات النوافذ المصغره:"
 
-#: ../data/messages:315 ../data/messages:469 ../data/messages:581
-#: ../data/messages:607 ../data/messages:679
+#: ../data/messages:315 ../data/messages:473 ../data/messages:603
+#: ../data/messages:629 ../data/messages:701
 msgid "Opaque"
 msgstr "معتم"
 
-#: ../data/messages:317 ../data/messages:467 ../data/messages:579
-#: ../data/messages:605 ../data/messages:677
+#: ../data/messages:317 ../data/messages:471 ../data/messages:601
+#: ../data/messages:627 ../data/messages:699
 msgid "Transparent"
 msgstr "شفّاف"
 
@@ -1581,12 +1642,12 @@
 msgstr "مده حركه إلغاء الثني:"
 
 #: ../data/messages:357 ../data/messages:365 ../data/messages:369
-#: ../data/messages:377 ../data/messages:381
+#: ../data/messages:377 ../data/messages:381 ../data/messages:529
 msgid "fast"
 msgstr "سريع"
 
 #: ../data/messages:359 ../data/messages:367 ../data/messages:371
-#: ../data/messages:379 ../data/messages:383
+#: ../data/messages:379 ../data/messages:383 ../data/messages:527
 msgid "slow"
 msgstr "بطيء"
 
@@ -1678,518 +1739,551 @@
 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:425
+#: ../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."
 msgstr ""
 
-#: ../data/messages:427
+#: ../data/messages:431
 msgid "Connection timeout to the themes' server :"
 msgstr ""
 
-#: ../data/messages:429
+#: ../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."
 msgstr ""
 
-#: ../data/messages:431
+#: ../data/messages:435
 msgid "Maximum time to download a theme:"
 msgstr "الوقت الاقصى لتحميل السمه :"
 
-#: ../data/messages:433
+#: ../data/messages:437
 msgid "Use this option if you connect to the Internet through a proxy."
 msgstr ""
 
-#: ../data/messages:435
+#: ../data/messages:439
 msgid "Are you behind a proxy ?"
 msgstr "هل تستعمل بروكسي؟"
 
-#: ../data/messages:437
+#: ../data/messages:441
 msgid "Proxy name :"
 msgstr "إسم البروكسي:"
 
-#: ../data/messages:439
+#: ../data/messages:443
 msgid "Port :"
 msgstr "منفذ :"
 
-#: ../data/messages:441 ../data/messages:445
+#: ../data/messages:445 ../data/messages:449
 msgid ""
 "Let empty if you don't need to log-in to the proxy with a user/password."
 msgstr ""
 
-#: ../data/messages:443
-#, fuzzy
-msgid "User :"
-msgstr "مستخدم"
-
-#: ../data/messages:447
+#: ../data/messages:447 ../data/messages:451
 msgid "Password :"
 msgstr "كلمة السرّ :"
 
-#: ../data/messages:451 ../data/messages:1399
+#: ../data/messages:455
 msgid "Fill the background with:"
 msgstr "ملء الخلفيه بـ :"
 
-#: ../data/messages:453 ../data/messages:459 ../data/messages:753
-#: ../data/messages:1403
+#: ../data/messages:457 ../data/messages:463 ../data/messages:775
 msgid "Image"
 msgstr "صورة"
 
-#: ../data/messages:455 ../data/messages:475 ../data/messages:1405
+#: ../data/messages:459 ../data/messages:479
 msgid "Colour gradation"
 msgstr "تدرج اللون"
 
-#: ../data/messages:457
+#: ../data/messages:461
 msgid "Use a background image."
 msgstr "استخدام صوره كخلفيه."
 
-#: ../data/messages:461 ../data/messages:1407
+#: ../data/messages:465
 msgid ""
 "Any format allowed; if empty, the colour gradation will be used as a fall "
 "back."
 msgstr ""
 
-#: ../data/messages:463 ../data/messages:1409
+#: ../data/messages:467
 msgid "Image filename to use as a background :"
 msgstr "اسم الصوره التي تريد استخدامها كخلفيه :"
 
-#: ../data/messages:465
+#: ../data/messages:469
 msgid "Image's transparency :"
 msgstr "شفافيه الصوره :"
 
-#: ../data/messages:471 ../data/messages:1411
+#: ../data/messages:475
 msgid "Repeat image as a pattern to fill background?"
 msgstr ""
 
-#: ../data/messages:473
+#: ../data/messages:477
 msgid "Use a colour gradation."
 msgstr "إستعمال تدرج لوني."
 
-#: ../data/messages:477 ../data/messages:1413
+#: ../data/messages:481
 msgid "Bright colour:"
 msgstr "لون فاتح"
 
-#: ../data/messages:479 ../data/messages:1415
+#: ../data/messages:483
 msgid "Dark colour:"
 msgstr "لون غامق :"
 
-#: ../data/messages:481
+#: ../data/messages:485
 msgid "In degrees, in relation to the vertical"
 msgstr "الزاوية بالدرجات من المحور العامودي"
 
-#: ../data/messages:483
+#: ../data/messages:487
 msgid "Angle of the gradation :"
 msgstr "زاوية التدريج :"
 
-#: ../data/messages:485
+#: ../data/messages:489
 msgid "If not nul, it will form stripes."
 msgstr ""
 
-#: ../data/messages:487
+#: ../data/messages:491
 msgid "Repeat the gradation this number of times:"
 msgstr "مرات نكرار التدرج اللوني:"
 
-#: ../data/messages:489
+#: ../data/messages:493
 msgid "Percentage of the bright colour:"
 msgstr "نسبه اللون الفاتح :"
 
-#: ../data/messages:491
+#: ../data/messages:495
 msgid "External Frame"
 msgstr "الاطار الخارجي"
 
-#: ../data/messages:493 ../data/messages:497 ../data/messages:503
-#: ../data/messages:551 ../data/messages:651
+#: ../data/messages:497 ../data/messages:501 ../data/messages:507
+#: ../data/messages:573 ../data/messages:673
 msgid "in pixels."
 msgstr "بالباسكال"
 
-#: ../data/messages:495
+#: ../data/messages:499
 msgid "Corner radius :"
 msgstr "زاوية نصف القطر :"
 
-#: ../data/messages:499
+#: ../data/messages:503
 msgid "Linewidth of the external line :"
 msgstr ""
 
-#: ../data/messages:501
+#: ../data/messages:505
 msgid "Colour of the external line:"
 msgstr "لون الحد الخارجي :"
 
-#: ../data/messages:505
+#: ../data/messages:509
 msgid "Margin between the frame and the icons or their reflects :"
 msgstr ""
 
-#: ../data/messages:507
+#: ../data/messages:511
 msgid "Are the bottom left and right corners rounded?"
 msgstr "هل الزوايا السفليه اليمنى واليسرى مدوره الشكل ؟"
 
-#: ../data/messages:511
+#: ../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
 msgid "Main Dock"
 msgstr "الشريط الرئيسي"
 
-#: ../data/messages:515
+#: ../data/messages:537
 msgid "Sub-Docks"
 msgstr "الأشرطه الفرعيه"
 
-#: ../data/messages:521
+#: ../data/messages:543
 msgid ""
 "You can specify a ratio for the size of the sub-docks' icons, in relation to "
 "the main docks' icons size"
 msgstr ""
 
-#: ../data/messages:523
+#: ../data/messages:545
 msgid "Ratio for the size of the sub-docks' icons :"
 msgstr "نسبه حجم الايقونات الى الحجم الكلي للشريط الفرعي :"
 
-#: ../data/messages:525 ../data/messages:793
+#: ../data/messages:547 ../data/messages:815
 msgid "smaller"
 msgstr "اصغر"
 
-#: ../data/messages:527
+#: ../data/messages:549
 msgid "same size"
 msgstr "نفس الحجم"
 
-#: ../data/messages:529
+#: ../data/messages:551
 msgid "Dialogs"
 msgstr "الحوارات"
 
-#: ../data/messages:531
+#: ../data/messages:553
 msgid "Bubble"
 msgstr "فقاعه"
 
-#: ../data/messages:533
+#: ../data/messages:555
 msgid "Background colour of the bubble:"
 msgstr "لون الخلفيه للفقاعه :"
 
-#: ../data/messages:535
+#: ../data/messages:557
 msgid "Shape of the bubble:"
 msgstr "شكل الفقاعه :"
 
-#: ../data/messages:537
+#: ../data/messages:559
 msgid "Text"
 msgstr "نص"
 
-#: ../data/messages:539 ../data/messages:829
+#: ../data/messages:561 ../data/messages:851
 msgid "Otherwise the default's system one will be used."
 msgstr ""
 
-#: ../data/messages:541
+#: ../data/messages:563
 msgid "Use a custom font for the text?"
 msgstr "إستخدام خط خاص للنص ؟"
 
-#: ../data/messages:543
+#: ../data/messages:565
 msgid "Text font:"
 msgstr "خط النص:"
 
-#: ../data/messages:545 ../data/messages:835
+#: ../data/messages:567 ../data/messages:857
 msgid "Draw the outline of the text?"
 msgstr "إرسم الخط الخارجي للنص ؟"
 
-#: ../data/messages:547
+#: ../data/messages:569
 msgid "Text color:"
 msgstr "لون النّصّ:"
 
-#: ../data/messages:549 ../data/messages:609
+#: ../data/messages:571 ../data/messages:631
 msgid "Buttons"
 msgstr "أزرار"
 
-#: ../data/messages:553
+#: ../data/messages:575
 msgid "Size of buttons in the info-bubbles (width x height) :"
 msgstr "حجم الأزرار في فقاعه المعلومات (العرض × الطول) :"
 
-#: ../data/messages:555 ../data/messages:559 ../data/messages:613
-#: ../data/messages:617 ../data/messages:621 ../data/messages:625
+#: ../data/messages:577 ../data/messages:581 ../data/messages:635
+#: ../data/messages:639 ../data/messages:643 ../data/messages:647
 msgid "If you don't provide any, a default image will be used."
 msgstr "إن لم توفر صوره ، سيتم إستخدام الصوره الإفتراضيه."
 
-#: ../data/messages:557
+#: ../data/messages:579
 msgid "Name of an image to use for the yes/ok button :"
 msgstr ""
 
-#: ../data/messages:561
+#: ../data/messages:583
 msgid "Name of an image to use for the no/cancel button :"
 msgstr ""
 
-#: ../data/messages:563
+#: ../data/messages:585
 msgid "Size of the icon displayed next to the text :"
 msgstr "حجم الأيقونه المعروضه بجانب النص :"
 
-#: ../data/messages:567
+#: ../data/messages:589
 msgid "Decorations"
 msgstr "زخرفات"
 
-#: ../data/messages:569
+#: ../data/messages:591
 msgid ""
 "This can be customized for each desklet separately.\n"
 "Choose 'Custom decoration' to define your own decorations below"
 msgstr ""
 
-#: ../data/messages:571
+#: ../data/messages:593
 msgid "Choose a default decoration for all desklets :"
 msgstr ""
 
-#: ../data/messages:573
+#: ../data/messages:595
 msgid ""
 "It's an image that will be displayed below the drawings, like a frame for "
 "example. Leave empty to not use any."
 msgstr ""
 
-#: ../data/messages:575
+#: ../data/messages:597
 msgid "Background image :"
 msgstr "صورة الخلفية :"
 
-#: ../data/messages:577
+#: ../data/messages:599
 msgid "Background transparency :"
 msgstr "شفافية الخلفية :"
 
-#: ../data/messages:583
+#: ../data/messages:605
 msgid "in pixels. Use this to adjust the left position of the drawings."
 msgstr ""
 
-#: ../data/messages:585
+#: ../data/messages:607
 msgid "Left offset :"
 msgstr ""
 
-#: ../data/messages:587
+#: ../data/messages:609
 msgid "in pixels. Use this to adjust the top position of the drawings."
 msgstr ""
 
-#: ../data/messages:589
+#: ../data/messages:611
 msgid "Top offset :"
 msgstr ""
 
-#: ../data/messages:591
+#: ../data/messages:613
 msgid "in pixels. Use this to adjust the right position of the drawings."
 msgstr ""
 
-#: ../data/messages:593
+#: ../data/messages:615
 msgid "Right offset :"
 msgstr ""
 
-#: ../data/messages:595
+#: ../data/messages:617
 msgid "in pixels. Use this to adjust the bottom position of the drawings."
 msgstr ""
 
-#: ../data/messages:597
+#: ../data/messages:619
 msgid "Bottom offset :"
 msgstr ""
 
-#: ../data/messages:599
+#: ../data/messages:621
 msgid ""
 "It's an image that will be displayed above the drawings, like a reflection "
 "for example. Leave empty to not use any."
 msgstr ""
 
-#: ../data/messages:601
+#: ../data/messages:623
 msgid "Foreground image :"
 msgstr "صورة المفدمة :"
 
-#: ../data/messages:603
+#: ../data/messages:625
 msgid "Foreground tansparency :"
 msgstr "شفافية المقدمه :"
 
-#: ../data/messages:611
+#: ../data/messages:633
 msgid "Buttons size :"
 msgstr "حجم الأزرار :"
 
-#: ../data/messages:615 ../data/messages:627
+#: ../data/messages:637 ../data/messages:649
 msgid "Name of an image to use for the 'rotate' button :"
 msgstr "إختر صوره لإستخدامها لزر التدوير:"
 
-#: ../data/messages:619
+#: ../data/messages:641
 msgid "Name of an image to use for the 'reattach' button :"
 msgstr ""
 
-#: ../data/messages:623
+#: ../data/messages:645
 msgid "Name of an image to use for the 'depth rotate' button :"
 msgstr ""
 
-#: ../data/messages:631
+#: ../data/messages:653
 msgid "Icons' themes"
 msgstr "سمات الأيقونات"
 
-#: ../data/messages:635
+#: ../data/messages:657
 msgid "Choose an icon theme :"
 msgstr "إختر سمه للأيقونه :"
 
-#: ../data/messages:637
+#: ../data/messages:659
 msgid ""
 "Any format allowed; leave this field empty if you don't want to use an image "
 "as background."
 msgstr ""
 
-#: ../data/messages:639
+#: ../data/messages:661
 msgid "Image filename to use as a background for icons :"
 msgstr "اسم ملف الصوره لإستخدامه كخلفيه للأيقونه :"
 
-#: ../data/messages:641
+#: ../data/messages:663
 msgid "Zoom effect"
 msgstr "تأثير التكبير"
 
-#: ../data/messages:643
-msgid "set to 1 if you don't want the icons to zoom when you hover over them."
+#: ../data/messages:665
+msgid ""
+"set to 1 if you don't want the icons to zoom when you hover over them."
 msgstr ""
 
-#: ../data/messages:645
+#: ../data/messages:667
 msgid "Maximum zoom of the icons :"
 msgstr "التكبير الأقصى للأيقونه :"
 
-#: ../data/messages:647
+#: ../data/messages:669
 msgid ""
 "in pixels. Outside of this space (centered on the mouse), there is no zoom."
 msgstr ""
 
-#: ../data/messages:649
+#: ../data/messages:671
 msgid "Width of the space in which the zoom will be effective :"
 msgstr ""
 
-#: ../data/messages:653
+#: ../data/messages:675
 msgid "Space between icons :"
 msgstr "المسافه بين الأيقونات :"
 
-#: ../data/messages:655
+#: ../data/messages:677
 msgid "Reflections"
 msgstr "انعكاسات"
 
-#: ../data/messages:657
+#: ../data/messages:679
 msgid ""
 "It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
 "reflections are not used."
 msgstr ""
 
-#: ../data/messages:659
+#: ../data/messages:681
 msgid "Reflective power of the plane :"
 msgstr ""
 
-#: ../data/messages:661
+#: ../data/messages:683
 msgid "light"
 msgstr "خفيف"
 
-#: ../data/messages:663
+#: ../data/messages:685
 msgid "strong"
 msgstr "قوي"
 
-#: ../data/messages:665
+#: ../data/messages:687
 msgid ""
 "In percent of the icon's size. This parameter influence the total height of "
 "the dock."
 msgstr ""
 
-#: ../data/messages:667
+#: ../data/messages:689
 msgid "Height of the reflection:"
 msgstr "إرتفاع الإنعكاس :"
 
-#: ../data/messages:669
+#: ../data/messages:691
 msgid "small"
 msgstr "صغير"
 
-#: ../data/messages:671
+#: ../data/messages:693
 msgid "tall"
 msgstr "طويل"
 
-#: ../data/messages:673
+#: ../data/messages:695
 msgid ""
 "It is their transparency when the dock is at rest; they will \"materialize\" "
 "progressively as the dock grows up. The closer to 0, the more transparent "
 "they will be."
 msgstr ""
 
-#: ../data/messages:675
+#: ../data/messages:697
 msgid "Icons' transparency at rest :"
 msgstr "شفافيه الأيقونات في حال عدم الحركه :"
 
-#: ../data/messages:681
+#: ../data/messages:703
 msgid "Icons size"
 msgstr "حجم الأيقونه"
 
-#: ../data/messages:683
+#: ../data/messages:705
 msgid "Launcher's size at rest (width x height) :"
 msgstr "حجم المشغل في حال عدم الحركه (العرض × الطول) :"
 
-#: ../data/messages:685
+#: ../data/messages:707
 msgid "Application's size at rest (width x height) :"
 msgstr "حجم التطبيق في حال عدم الحركه (العرض × الطول) :"
 
-#: ../data/messages:687
+#: ../data/messages:709
 msgid "Applet's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:689
+#: ../data/messages:711
 msgid "Configure icons' animations."
 msgstr "تعديل حركه الأيقونه."
 
-#: ../data/messages:691
+#: ../data/messages:713
 msgid "Configure icons' special effects (requires OpenGL)."
 msgstr "إعداد الايقونات مع تأثيرات خاصة ( يتطلبOpenGL"
 
-#: ../data/messages:693
+#: ../data/messages:715
 msgid ""
 "Configure icons' animations on appearing/disappearing (require OpenGL "
 "capacity)."
 msgstr ""
 
-#: ../data/messages:695
+#: ../data/messages:717
 msgid "Separators"
 msgstr "فواصل"
 
-#: ../data/messages:697
+#: ../data/messages:719
 msgid "Icon size at rest (width x height) :"
 msgstr "حجم الأيقونه في حال عدم الحركه (العرض × الطول) :"
 
-#: ../data/messages:699
-msgid "Force separator's image size to stay constant?"
-msgstr "هل تريد ابقاء حجم صوره الفاصل ثابتا ؟"
-
-#: ../data/messages:701
+#: ../data/messages:721
 msgid ""
 "Only the default, 3D-plane and curve views support flat and physical "
 "separators. Flat separators are rendered differently according to the view."
 msgstr ""
 
-#: ../data/messages:703
+#: ../data/messages:723
 msgid "How to draw the separators?"
 msgstr ""
 
-#: ../data/messages:705
+#: ../data/messages:725
 msgid "Use an image."
 msgstr ""
 
-#: ../data/messages:707
+#: ../data/messages:727
 msgid "Flat separator"
 msgstr ""
 
-#: ../data/messages:709
+#: ../data/messages:729
 msgid "Physical separator"
 msgstr ""
 
-#: ../data/messages:711
+#: ../data/messages:731
 msgid "If you don't provide one, blanks will be used."
 msgstr ""
 
-#: ../data/messages:713
+#: ../data/messages:733
 msgid "Filename of an image to use for separators :"
 msgstr "اسم ملف الصوره لإستخدامها كفاصل :"
 
-#: ../data/messages:715
+#: ../data/messages:735
 msgid ""
 "Make the separator's image revolve when dock is on top/on the left/on the "
 "right?"
 msgstr ""
 
-#: ../data/messages:717
+#: ../data/messages:737
+msgid "Force separator's image size to stay constant?"
+msgstr "هل تريد ابقاء حجم صوره الفاصل ثابتا ؟"
+
+#: ../data/messages:739
 msgid "Colour of flat separators :"
 msgstr ""
 
-#: ../data/messages:719
+#: ../data/messages:741
 msgid "Icons order"
 msgstr "ترتيب الأيقونات"
 
-#: ../data/messages:721
+#: ../data/messages:743
 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"
@@ -2198,95 +2292,91 @@
 "launcher if they have one, or after the last launcher."
 msgstr ""
 
-#: ../data/messages:725 ../data/messages:821
-msgid "No"
-msgstr "لا"
-
-#: ../data/messages:727
+#: ../data/messages:749
 msgid "Separate applications from others"
 msgstr "فصل التطبيقات عن البقيه"
 
-#: ../data/messages:729
+#: ../data/messages:751
 msgid "Separate applets from others"
 msgstr ""
 
-#: ../data/messages:731
+#: ../data/messages:753
 msgid "Separate all"
 msgstr "فصل الكل"
 
-#: ../data/messages:741
+#: ../data/messages:763
 msgid "Link the icons with a string"
 msgstr "ربط الأيقونات بخيط"
 
-#: ../data/messages:743
+#: ../data/messages:765
 msgid "Linewidth of the string, in pixels (0 to not use string) :"
 msgstr "عرض الخيط ، بالبكسل (0 لن يظهر الخيط) :"
 
-#: ../data/messages:745
+#: ../data/messages:767
 msgid "Colour of the string (red, blue, green, alpha) :"
 msgstr "لون الخيط (أحمر، أزرق، أخضر، ألفا) :"
 
-#: ../data/messages:749
+#: ../data/messages:771
 msgid "Indicator of the active window"
 msgstr "مؤشر النافذه النشطه"
 
-#: ../data/messages:751
+#: ../data/messages:773
 msgid "Type of indicator:"
 msgstr "نوع المؤشر"
 
-#: ../data/messages:755
+#: ../data/messages:777
 msgid "Frame"
 msgstr "إطار"
 
-#: ../data/messages:757 ../data/messages:775 ../data/messages:813
+#: ../data/messages:779 ../data/messages:797 ../data/messages:835
 msgid "Image file:"
 msgstr "ملف الصوره :"
 
-#: ../data/messages:759
+#: ../data/messages:781
 msgid "Set transparency to 0 if you don't want to use an indicator."
 msgstr ""
 
-#: ../data/messages:761
+#: ../data/messages:783
 msgid "Colour of the frame :"
 msgstr "لون الإطار :"
 
-#: ../data/messages:763
+#: ../data/messages:785
 msgid "Set 0 to fill the frame."
 msgstr "ضع 0 لملء الإطار."
 
-#: ../data/messages:765
+#: ../data/messages:787
 msgid "Linewidth of the frame around the active window :"
 msgstr "عرض الإطار حول النافذة النشطة :"
 
-#: ../data/messages:767
+#: ../data/messages:789
 msgid "Corner radius of the frame around the active window :"
 msgstr "قطر زاويه الإطار حول النافذة النشطة :"
 
-#: ../data/messages:769 ../data/messages:801
+#: ../data/messages:791 ../data/messages:823
 msgid "Draw indicator above the icon?"
 msgstr "رسم مؤشر فوق الأيقونة ؟"
 
-#: ../data/messages:771
+#: ../data/messages:793
 msgid "Indicator of active launcher"
 msgstr "مؤشر المشغل النشط"
 
-#: ../data/messages:773
+#: ../data/messages:795
 msgid ""
 "Indicators are drawn on launchers icons to show that they have already been "
 "launched. Leave blank to use the default one."
 msgstr ""
 
-#: ../data/messages:777
+#: ../data/messages:799
 msgid ""
 "The indicator is drawn on active launchers, but you may want to display it "
 "on applications too."
 msgstr ""
 
-#: ../data/messages:779
+#: ../data/messages:801
 msgid "Display an indicator on application icons too ?"
 msgstr ""
 
-#: ../data/messages:781
+#: ../data/messages:803
 msgid ""
 "Relatively to the icons' size. You can use this parameter to adjust the "
 "indicator's vertical position.\n"
@@ -2294,11 +2384,11 @@
 "otherwise downwards."
 msgstr ""
 
-#: ../data/messages:783
+#: ../data/messages:805
 msgid "Vertical offset :"
 msgstr ""
 
-#: ../data/messages:785
+#: ../data/messages:807
 msgid ""
 "If the indicator is linked to the icon, it will then be zoomed like the icon "
 "and the offset will be upwards.\n"
@@ -2306,193 +2396,188 @@
 "downwards."
 msgstr ""
 
-#: ../data/messages:787
+#: ../data/messages:809
 msgid "Link the indicator with its icon?"
 msgstr "ربط المؤشر بأيقونته ؟"
 
-#: ../data/messages:789
+#: ../data/messages:811
 msgid ""
 "You can choose to make the indicator smaller or bigger than the icons. The "
 "bigger the value is, the bigger the indicator is. 1 means the indicator will "
 "have the same size as the icons."
 msgstr ""
 
-#: ../data/messages:791
+#: ../data/messages:813
 msgid "Indicator size ratio :"
 msgstr "نسبه حجم المشغل :"
 
-#: ../data/messages:795
+#: ../data/messages:817
 msgid "bigger"
 msgstr "أكبر"
 
-#: ../data/messages:797
+#: ../data/messages:819
 msgid ""
-"Use it to make the indicator follow the orientation of the dock (top/bottom/"
-"right/left)."
+"Use it to make the indicator follow the orientation of the dock "
+"(top/bottom/right/left)."
 msgstr ""
 
-#: ../data/messages:799
+#: ../data/messages:821
 msgid "Rotate the indicator with dock?"
 msgstr "إالتفاف المؤشر مع الشريط ؟"
 
-#: ../data/messages:803
+#: ../data/messages:825
 msgid "Indicator of grouped windows"
 msgstr "مؤشر لمجموعه نوافذ"
 
-#: ../data/messages:805
+#: ../data/messages:827
 msgid "How to show that several icons are grouped :"
 msgstr ""
 
-#: ../data/messages:807
+#: ../data/messages:829
 msgid "Draw an image"
 msgstr ""
 
-#: ../data/messages:809
+#: ../data/messages:831
 msgid "Draw the sub-dock's icons as a stack"
 msgstr ""
 
-#: ../data/messages:811
+#: ../data/messages:833
 msgid ""
 "It only makes sense if you chose to group the applis of the same class "
 "together. Leave blank to use the default one."
 msgstr ""
 
-#: ../data/messages:815
+#: ../data/messages:837
 msgid "Zoom the indicator with its icon?"
 msgstr "تكبير المؤشر مع أيقونته ؟"
 
-#: ../data/messages:817
+#: ../data/messages:839
 msgid "Labels"
 msgstr "علامات"
 
-#: ../data/messages:819
+#: ../data/messages:841
 msgid "Show labels:"
 msgstr "إظهار العلامات :"
 
-#: ../data/messages:823
+#: ../data/messages:845
 msgid "On pointed icon"
 msgstr "على الأيقونة المؤشر عليها"
 
-#: ../data/messages:825
+#: ../data/messages:847
 msgid "On all icons"
 msgstr "على كل الأيقونات"
 
-#: ../data/messages:827
+#: ../data/messages:849
 msgid "Font"
 msgstr "خط"
 
-#: ../data/messages:831
+#: ../data/messages:853
 msgid "Use a custom font for labels?"
 msgstr "استخدام خط خاص للعلامات ؟"
 
-#: ../data/messages:833
+#: ../data/messages:855
 msgid "Font used for labels :"
 msgstr "الخط المستخدم للعلامات :"
 
-#: ../data/messages:837
+#: ../data/messages:859
 msgid "Colour"
 msgstr "اللون"
 
-#: ../data/messages:839
+#: ../data/messages:861
 msgid "It's the first color of the gradation."
 msgstr ""
 
-#: ../data/messages:841
+#: ../data/messages:863
 msgid "Start color :"
 msgstr "لون البداية :"
 
-#: ../data/messages:843
+#: ../data/messages:865
 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:845
+#: ../data/messages:867
 msgid "Stop color :"
 msgstr "لون النهاية :"
 
-#: ../data/messages:847
+#: ../data/messages:869
 msgid ""
 "If checked, the pattern will go from top to bottom, otherwise from left to "
 "right."
 msgstr ""
 
-#: ../data/messages:849
+#: ../data/messages:871
 msgid "Pattern should be vertical?"
 msgstr "هل يجب ان يكون النمط عاموديا ؟"
 
-#: ../data/messages:853
+#: ../data/messages:875
 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:855
+#: ../data/messages:877
 msgid "Colour of the label's background :"
 msgstr "لون الخلفيه للعلامات :"
 
-#: ../data/messages:857
+#: ../data/messages:879
 msgid "If false, only the quick-info will have this background color."
 msgstr ""
 
-#: ../data/messages:859
+#: ../data/messages:881
 msgid "Use background color for labels?"
 msgstr "هل تريد استخدام لون الخلفية للعلامات ؟"
 
-#: ../data/messages:861
+#: ../data/messages:883
 msgid "Margin around the text (in pixels) :"
 msgstr ""
 
-#: ../data/messages:865
+#: ../data/messages:887
 msgid "Yes, like that :-)"
 msgstr "نعم، هكذا :-)"
 
-#: ../data/messages:867
+#: ../data/messages:889
 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:869
+#: ../data/messages:891
 msgid "How do I re-order my icons?"
 msgstr "كيف يمكنك إعاده ترتيب الأيقونات ؟"
 
-#: ../data/messages:871
+#: ../data/messages:893
 msgid "Tip: you can even re-order icons of active applications."
 msgstr ""
 
-#: ../data/messages:873
+#: ../data/messages:895
 msgid "Simply drag with the mouse, and drop wherever you wish."
 msgstr "ببساطه اسحب بالمؤشر وإفلته حيثما تشاء."
 
-#: ../data/messages:875
+#: ../data/messages:897
 msgid ""
 "How do I position applets and taskbar icons at the beginning of the dock?"
 msgstr ""
 
-#: ../data/messages:877
+#: ../data/messages:899
 msgid ""
 "Tip: you can also position applets amongst launchers, by ticking the box "
 "below."
 msgstr ""
 
-#: ../data/messages:879
+#: ../data/messages:901
 msgid ""
 "In the «icons» module, at the bottom, you can select icon order according to "
 "type (launcher/appli/applet)."
 msgstr ""
 
-#: ../data/messages:881 ../data/messages:889 ../data/messages:903
-#: ../data/messages:959
-msgid "Go to the «Icons» module."
-msgstr ""
-
-#: ../data/messages:883
+#: ../data/messages:903
 msgid "How do I change an icon image?"
 msgstr "كيف تغير صورة أيقونة ؟"
 
-#: ../data/messages:885
+#: ../data/messages:905
 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, "
@@ -2500,7 +2585,7 @@
 "the best."
 msgstr ""
 
-#: ../data/messages:887
+#: ../data/messages:907
 msgid ""
 "In the “Icons” module, you can choose an <b>icon theme</b>. Just choose a "
 "theme, and apply.\n"
@@ -2511,72 +2596,55 @@
 "If you choose nothing, the default icon theme of your system will be used."
 msgstr ""
 
-#: ../data/messages:891
+#: ../data/messages:909
 msgid "How do I remove many icons quickly?"
 msgstr "كيف تزيل الأيقونة بسرعه ؟"
 
-#: ../data/messages:893
+#: ../data/messages:911
 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:895
+#: ../data/messages:913
 msgid ""
-"Just drag and drop them out of the dock, they will disappear in an "
-"explosion !"
+"Just drag and drop them out of the dock, they will disappear in an explosion "
+"!"
 msgstr ""
 
-#: ../data/messages:897
+#: ../data/messages:915
 msgid "How can I resize my icons?"
 msgstr "كيف تغير حجم أيقوناتك ؟"
 
-#: ../data/messages:899
+#: ../data/messages:917
 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:901
+#: ../data/messages:919
 msgid ""
-"In the 'Icons' modules, you can setup the default size of your icons by "
-"type : launchers, apps, applets and separators.\n"
+"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:905
-msgid ""
-"I want to see a preview of opened applications by moving my cursor over its "
-"icon"
-msgstr ""
-
-#: ../data/messages:907 ../data/messages:1035 ../data/messages:1167
-#: ../data/messages:1231 ../data/messages:1269 ../data/messages:1311
-#: ../data/messages:1315 ../data/messages:1321 ../data/messages:1325
-#: ../data/messages:1329 ../data/messages:1333
-msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
-msgstr ""
-
-#: ../data/messages:909 ../data/messages:1037
-msgid "If you're using Compiz, you can click on this button:"
-msgstr ""
-
-#: ../data/messages:911
+#: ../data/messages:921
 msgid "Dock"
 msgstr "شريط"
 
-#: ../data/messages:913
+#: ../data/messages:923
 msgid "How do I position my dock on the screen?"
 msgstr "كيف تختار موضع شريطك على الشاشة ؟"
 
-#: ../data/messages:915
+#: ../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:917
+#: ../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"
@@ -2584,86 +2652,76 @@
 "screen border."
 msgstr ""
 
-#: ../data/messages:919 ../data/messages:927
-msgid "Go to the «Position» module."
-msgstr ""
-
-#: ../data/messages:921
+#: ../data/messages:929
 msgid "How do I adjust the position of the dock above the Gnome-panel?"
 msgstr ""
 
-#: ../data/messages:923
+#: ../data/messages:931
 msgid ""
 "Tip: you can also simply drag your dock with the mouse by pressing the ALT "
 "key at the same time."
 msgstr ""
 
-#: ../data/messages:925
+#: ../data/messages:933
 msgid "In the «Position» module, you can add an offset to the screen border."
 msgstr ""
 
-#: ../data/messages:929
+#: ../data/messages:935
 msgid "The dock is hidden by the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:931
+#: ../data/messages:937
 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."
+"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:933
+#: ../data/messages:939
 msgid "I don’t want other windows covering the dock"
 msgstr "لا أريد أن تغطي أي نوافذ الشريط"
 
-#: ../data/messages:935
-msgid "Tip: You can even do that with desklets: making a desklet's panel !."
+#: ../data/messages:941
+msgid "Hint: you can even do that with desklets, making a desklet's panel !."
 msgstr ""
 
-#: ../data/messages:937
+#: ../data/messages:943
 msgid ""
-"Just choose the corresponding option in the “Accessibility” module.\n"
+"Just choose the corresponding option in the “Visibility” module.\n"
 "This will reserve the space for the dock only."
 msgstr ""
 
-#: ../data/messages:939 ../data/messages:947
-msgid "Go to the «Accessibility» module."
-msgstr ""
-
-#: ../data/messages:941
+#: ../data/messages:945
 msgid "I don’t want that the dock covers windows"
 msgstr "لا أريد ان يغطي الشريط على النوافذ"
 
-#: ../data/messages:943
+#: ../data/messages:947
 msgid ""
-"Tip: You can choose to pop-up the dock only when the mouse hits the screen "
+"Hint : 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:945
+#: ../data/messages:949
 msgid ""
-"Two choices are available in the “Accessibility” module:\n"
+"Two choices are available in the “Visibility” 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:949
+#: ../data/messages:951
 msgid "How can I add a separator?"
 msgstr "كيف يمكن إضافة فاصل ؟"
 
-#: ../data/messages:951
+#: ../data/messages:953
 msgid ""
-"Tip: if you choose to mix applets and launchers in the 'Icons' module, you "
+"Hint: if you choose to mix applets and launchers in the 'Icons' module, you "
 "can also place separators between applets then."
 msgstr ""
 
-#: ../data/messages:953
+#: ../data/messages:955
 msgid ""
 "Simply right-click on the dock where you wish to add a separator and select "
 "«add a separator».\n"
@@ -2671,13 +2729,13 @@
 "dragging it with the mouse."
 msgstr ""
 
-#: ../data/messages:955
+#: ../data/messages:957
 msgid ""
 "I don't want to have a separator between launchers , applications and "
 "applets."
 msgstr ""
 
-#: ../data/messages:957
+#: ../data/messages:959
 msgid ""
 "In the «Icons» module, in the «separator» section, untick the box that says "
 "«add automatic separators»."
@@ -2689,15 +2747,15 @@
 
 #: ../data/messages:963
 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."
+"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."
 msgstr ""
 
 #: ../data/messages:965
 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 ""
 
@@ -2738,20 +2796,16 @@
 msgstr ""
 
 #: ../data/messages:979
-msgid "Go to the «Views» module."
-msgstr ""
-
-#: ../data/messages:981
 msgid "How can I change the background of my docks?"
 msgstr "كيف تغير خلفيه أشرطتك ؟"
 
-#: ../data/messages:983
+#: ../data/messages:981
 msgid ""
 "Hint : the Parabolic view doe not have a background, but the Slide and "
 "Rainbow views have their own background parameters."
 msgstr ""
 
-#: ../data/messages:985
+#: ../data/messages:983
 msgid ""
 "In the 'Background' module, you can either choose an image, or a color "
 "gradation.\n"
@@ -2759,21 +2813,17 @@
 "gradatoin will be used."
 msgstr ""
 
+#: ../data/messages:985
+msgid "I find the dock too flashy, can it be more sober?"
+msgstr ""
+
 #: ../data/messages:987
-msgid "Go to the «Background» module."
-msgstr ""
-
-#: ../data/messages:989
-msgid "I find the dock too flashy, can it be more sober?"
-msgstr ""
-
-#: ../data/messages:991
 msgid ""
 "Hint : try different themes, some are already very sober, like Dust-Sand or "
 "Elementary."
 msgstr ""
 
-#: ../data/messages:993
+#: ../data/messages:989
 msgid ""
 "Who can do more can do less ! You can for instance deactivate the \"Icon "
 "effects\" plug-in,\n"
@@ -2786,62 +2836,62 @@
 "this would be a shame ! ^_^"
 msgstr ""
 
-#: ../data/messages:995
+#: ../data/messages:991
 msgid "Desklet"
 msgstr ""
 
-#: ../data/messages:997
+#: ../data/messages:993
 msgid "What are «desklets»?"
 msgstr ""
 
-#: ../data/messages:999
+#: ../data/messages:995
 msgid ""
 "Tip: to detach an applet, you can drag and drop its icon from the dock to "
 "the desktop"
 msgstr ""
 
-#: ../data/messages:1001
+#: ../data/messages:997
 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:1003
+#: ../data/messages:999
 msgid "How do I configure their position?"
 msgstr "كيف يمكن تعديل أماكنها ؟"
 
-#: ../data/messages:1005
+#: ../data/messages:1001
 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:1007
+#: ../data/messages:1003
 msgid "Simply drag them with the mouse."
 msgstr "ببساطة اسحبهم بالمؤشر ."
 
-#: ../data/messages:1009
+#: ../data/messages:1005
 msgid "How do I configure their behaviour?"
 msgstr "كيف يمكن تعديل سلوكها ؟"
 
-#: ../data/messages:1011
+#: ../data/messages:1007
 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:1013
+#: ../data/messages:1009
 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:1015
+#: ../data/messages:1011
 msgid "How do I change their decorations?"
 msgstr ""
 
-#: ../data/messages:1017
+#: ../data/messages:1013
 msgid ""
 "Tip: you can add new decorations by choosing «Personalised» decoration, and "
 "providing a background and/or foreground image. You can configure the "
@@ -2849,7 +2899,7 @@
 "decorations."
 msgstr ""
 
-#: ../data/messages:1019
+#: ../data/messages:1015
 msgid ""
 "The default decoration is defined in the «Desklets» module.\n"
 "Moreover, each desklet can have its own decoration. To change a desklet's "
@@ -2858,33 +2908,29 @@
 "choose the decoration you wish to use."
 msgstr ""
 
-#: ../data/messages:1021
-msgid "Go to the «Desklets» module."
-msgstr ""
-
-#: ../data/messages:1023
+#: ../data/messages:1017
 msgid "How do I insert a desklet into the dock?"
 msgstr ""
 
-#: ../data/messages:1025
+#: ../data/messages:1019
 msgid "Hint :  if the desklet is locked, the button won’t appear."
 msgstr ""
 
-#: ../data/messages:1027
+#: ../data/messages:1021
 msgid "Simply click on the top right button."
 msgstr ""
 
-#: ../data/messages:1029
+#: ../data/messages:1023
 msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
 msgstr ""
 
-#: ../data/messages:1031
+#: ../data/messages:1025
 msgid ""
 "Tip: you may have to switch to the Widget Layer once so that Compiz takes "
 "the change into account."
 msgstr ""
 
-#: ../data/messages:1033
+#: ../data/messages:1027
 msgid ""
 "In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the "
 "rule (name=cairo-dock &amp; type=utility).\n"
@@ -2892,91 +2938,81 @@
 "desklet and selecting 'Compiz-Fusion Widget'."
 msgstr ""
 
-#: ../data/messages:1041
+#: ../data/messages:1031
 msgid "How do I enable the Taskbar?"
 msgstr "كيف يتم تمكين شريط المهام ؟"
 
-#: ../data/messages:1043
+#: ../data/messages:1033
 msgid "Tip: All the Taskbar options are grouped together in this module."
 msgstr ""
 
-#: ../data/messages:1045
+#: ../data/messages:1035
 msgid "Go to the «Taskbar» module, then tick the first box, and apply."
 msgstr ""
 
-#: ../data/messages:1047 ../data/messages:1055 ../data/messages:1063
-#: ../data/messages:1071 ../data/messages:1077
-msgid "Go to the «TaskBar» module."
-msgstr ""
-
-#: ../data/messages:1049
+#: ../data/messages:1037
 msgid ""
 "I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
 msgstr ""
 
-#: ../data/messages:1051
+#: ../data/messages:1039
 msgid ""
 "Tip: You can then scroll on this icon to switch from a window to another, in "
 "an ALT+TAB style."
 msgstr ""
 
-#: ../data/messages:1053
+#: ../data/messages:1041
 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."
+"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."
 msgstr ""
 
-#: ../data/messages:1057
+#: ../data/messages:1043
 msgid "I have ugly icons for some applications."
 msgstr ""
 
-#: ../data/messages:1059
+#: ../data/messages:1045
 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"
+"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:1061
+#: ../data/messages:1047
 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."
+"zoomed. Use the «overwrite X icons» option to tell the dock not to use them."
 msgstr ""
 
-#: ../data/messages:1065
+#: ../data/messages:1049
 msgid ""
 "When I launch a program with its launcher, I don't want an additional icon "
 "in the taskbar"
 msgstr ""
 
-#: ../data/messages:1067
+#: ../data/messages:1051
 msgid ""
 "Tip: to launch another instance of the program, shift+click on the launcher."
 msgstr ""
 
-#: ../data/messages:1069
+#: ../data/messages:1053
 msgid ""
-"In the «TaskBar» module, you can use the «Mix launchers and applications» "
-"option.\n"
+"Use the «Mix applis and launchers» 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:1073
+#: ../data/messages:1055
 msgid "I'm using Pidgin, and I want to see my friends' avatars."
 msgstr ""
 
-#: ../data/messages:1075
+#: ../data/messages:1057
 msgid ""
 "If you chose to overwrite X icons, you can add an exception for Pidgin just "
 "before this option.\n"
@@ -2986,70 +3022,64 @@
 "this application."
 msgstr ""
 
-#: ../data/messages:1079
+#: ../data/messages:1059
 msgid ""
 "How can I quickly navigate between many windows of the same application "
 "quickly?"
 msgstr ""
 
-#: ../data/messages:1081
+#: ../data/messages:1061
 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:1083
+#: ../data/messages:1063
 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:1085
+#: ../data/messages:1065
 msgid "Replacing the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:1087
+#: ../data/messages:1067
 msgid "How can I add the main menu?"
 msgstr ""
 
-#: ../data/messages:1089
+#: ../data/messages:1069
 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:1091
-#, fuzzy
-msgid "Enable the GMenu applet."
-msgstr "تمكين هذه الوحدة"
-
-#: ../data/messages:1093 ../data/messages:1101
-msgid "Go to the «GMenu» module."
-msgstr ""
-
-#: ../data/messages:1095
+"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
 msgid "How can I add a simple «quick launch» panel?"
 msgstr ""
 
-#: ../data/messages:1097
+#: ../data/messages:1075
 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:1099
+#: ../data/messages:1077
 msgid ""
 "Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
 msgstr ""
 
-#: ../data/messages:1103
-#, fuzzy
-msgid "How can I add a Log-out icon?"
-msgstr "كيف يمكن إضافة فاصل ؟"
+#: ../data/messages:1079
+msgid "How can I add a logout icon?"
+msgstr ""
 
-#: ../data/messages:1105
+#: ../data/messages:1081
 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 "
@@ -3057,101 +3087,77 @@
 "order, and even lets you enter your own commands."
 msgstr ""
 
-#: ../data/messages:1107
-msgid "Enable the «Log-out» applet."
-msgstr ""
-
-#: ../data/messages:1109
-msgid "Go to the «Log-out» module."
-msgstr ""
-
-#: ../data/messages:1111
+#: ../data/messages:1083
+msgid "Simply enable the «logout» applet."
+msgstr ""
+
+#: ../data/messages:1085
 msgid "How can I access the dustbin?"
 msgstr ""
 
-#: ../data/messages:1113
+#: ../data/messages:1087
 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:1115
-msgid "Simply enable the «Dustbin» applet."
-msgstr ""
-
-#: ../data/messages:1117
-msgid "Go to the «Dustbin» module."
-msgstr ""
-
-#: ../data/messages:1119
+#: ../data/messages:1089
+msgid "Simply enable the «dustbin» applet."
+msgstr ""
+
+#: ../data/messages:1091
 msgid "How can I access my mount points?"
 msgstr ""
 
-#: ../data/messages:1121
+#: ../data/messages:1093
 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:1123
-msgid "Simply enable the «Shortcuts» applet."
-msgstr ""
-
-#: ../data/messages:1125 ../data/messages:1133
-msgid "Go to the «Shortcuts» module."
-msgstr ""
-
-#: ../data/messages:1127
+#: ../data/messages:1095 ../data/messages:1101
+msgid "Simply enable the «shortcuts» applet."
+msgstr ""
+
+#: ../data/messages:1097
 msgid "How can I access my Nautilus bookmarks?"
 msgstr ""
 
-#: ../data/messages:1129
+#: ../data/messages:1099
 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:1131
-msgid "Simply enable the «shortcuts» applet."
-msgstr ""
-
-#: ../data/messages:1135
+#: ../data/messages:1103
 msgid "How can I access my desktop?"
 msgstr ""
 
-#: ../data/messages:1137
+#: ../data/messages:1105
 msgid ""
 "Tip: middle-clicking on the icon will hide all windows, but not desklets."
 msgstr ""
 
-#: ../data/messages:1139
-msgid "Simply enable the «showDesktop» applet."
-msgstr ""
-
-#: ../data/messages:1141
-msgid "Go to the «Show Desktop» module."
-msgstr ""
-
-#: ../data/messages:1143
+#: ../data/messages:1107
+msgid "Simply enable the «show desktop» applet."
+msgstr ""
+
+#: ../data/messages:1109
 msgid "How can I add an easy-to-acces calendar?"
 msgstr ""
 
-#: ../data/messages:1145
+#: ../data/messages:1111
 msgid ""
 "Enable the «Clock» applet. Clicking on it will display a calendar, clicking "
 "again will hide it."
 msgstr ""
 
-#: ../data/messages:1147
-msgid "Go to the «Clock» module."
-msgstr ""
-
-#: ../data/messages:1149
+#: ../data/messages:1113
 msgid "How can I add the notification area (systray)?"
 msgstr ""
 
-#: ../data/messages:1151
+#: ../data/messages:1115
 msgid ""
 "Enable the «Systray» applet. For the moment it cannot be displayed directly "
 "in the dock,\n"
@@ -3161,236 +3167,205 @@
 "corner of your screen and keep it above other windows."
 msgstr ""
 
-#: ../data/messages:1153
-msgid "Go to the «Systray» module."
-msgstr ""
-
-#: ../data/messages:1155
+#: ../data/messages:1117
 msgid ""
 "How can I add an easy-to-access terminal with real transparency, like Tilda?"
 msgstr ""
 
-#: ../data/messages:1157
+#: ../data/messages:1119
 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:1159
+#: ../data/messages:1121
 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:1161
-msgid "Go to the «terminal» module."
-msgstr ""
-
-#: ../data/messages:1163
+#: ../data/messages:1123
 msgid "So then, how can I remove completely the gnome-panel?"
 msgstr ""
 
-#: ../data/messages:1165
-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:1169
-msgid ""
-"If you are on Gnome, you can click on this button in order to automatically "
-"modify this key:"
-msgstr ""
-
-#: ../data/messages:1173
+#: ../data/messages:1125
+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
 msgid "How do I run the same applet multiple times?"
 msgstr ""
 
-#: ../data/messages:1175
+#: ../data/messages:1131
 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:1177
+#: ../data/messages:1133
 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"
+"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:1179
+#: ../data/messages:1135
 msgid ""
 "I have a personal gauge that I want to use in the dock (for System-Monitor "
 "or others)."
 msgstr ""
 
-#: ../data/messages:1181
+#: ../data/messages:1137
 msgid ""
 "Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
 msgstr ""
 
-#: ../data/messages:1183
+#: ../data/messages:1139
 msgid ""
 "I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
 msgstr ""
 
-#: ../data/messages:1185
+#: ../data/messages:1141
 msgid ""
 "Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-"
 "Penguin, weather, etc."
 msgstr ""
 
-#: ../data/messages:1187
+#: ../data/messages:1143
 msgid ""
 "Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
 msgstr ""
 
-#: ../data/messages:1189
+#: ../data/messages:1145
 msgid "How do I change the brightness of my screen quickly?"
 msgstr ""
 
-#: ../data/messages:1191
+#: ../data/messages:1147
 msgid ""
 "Enable the Xgamma applet, then you can scroll up/down on the icon with the "
 "mouse."
 msgstr ""
 
-#: ../data/messages:1193
-msgid "Go to the «Xgamma» module."
-msgstr ""
-
-#: ../data/messages:1195
+#: ../data/messages:1149
 msgid "How can I change the speaker volume quickly?"
 msgstr ""
 
-#: ../data/messages:1197
+#: ../data/messages:1151
 msgid ""
 "Enable the AlsaMixer applet, then you can scroll up/down on the icon with "
 "the mouse."
 msgstr ""
 
-#: ../data/messages:1199
-msgid "Go to the «AlsaMixer» module."
-msgstr ""
-
-#: ../data/messages:1201
+#: ../data/messages:1153
 msgid "How can I quickly switch to another desktop?"
 msgstr ""
 
-#: ../data/messages:1203
-msgid "Tip: This applet even lets you add or remove quickly a desktop !"
+#: ../data/messages:1155
+msgid "Hint : this applet even lets you add/remove quickly a desktop !"
 msgstr ""
 
-#: ../data/messages:1205
+#: ../data/messages:1157
 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:1207
-msgid "Go to the «Switcher» module."
-msgstr ""
-
-#: ../data/messages:1209
+#: ../data/messages:1159
 msgid "How can I control my dock from the keyboard?"
 msgstr ""
 
-#: ../data/messages:1211
+#: ../data/messages:1161
 msgid ""
-"Tip: When you define a shortkey, try it before to be sure that it is not "
-"already used by another application!"
+"Hint : when you define a shortkey, try it before to be sure that it is not "
+"already used by another application."
 msgstr ""
 
-#: ../data/messages:1213
+#: ../data/messages:1163
 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"
-" - 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>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"
+" - 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 !"
 msgstr ""
 
-#: ../data/messages:1215
+#: ../data/messages:1165
 msgid "Troubleshooting"
 msgstr ""
 
-#: ../data/messages:1217
+#: ../data/messages:1167
 msgid "If you have any question, don't hesitate to ask on our forum."
 msgstr ""
 
-#: ../data/messages:1219
+#: ../data/messages:1169
 msgid "Forum"
 msgstr ""
 
-#: ../data/messages:1221
+#: ../data/messages:1171
 msgid "Our wiki can also help you, it is more complete on some points."
 msgstr ""
 
-#: ../data/messages:1223
+#: ../data/messages:1173
 msgid "Wiki"
 msgstr ""
 
-#: ../data/messages:1225
+#: ../data/messages:1175
 msgid "I have a black background around my dock."
 msgstr ""
 
-#: ../data/messages:1227
+#: ../data/messages:1177
 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:1229
+#: ../data/messages:1179
 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"
 "If 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'."
-msgstr ""
-
-#: ../data/messages:1233
-msgid ""
-"If you're on Gnome with Metacity (without Compiz), you can click on this "
-"button:"
-msgstr ""
-
-#: ../data/messages:1235
+" Open gconf-editor, edit the key "
+"'/apps/metacity/general/compositing_manager' and set it to 'true'."
+msgstr ""
+
+#: ../data/messages:1181
 msgid "My machine is too old to run a composite manager."
 msgstr ""
 
-#: ../data/messages:1237
+#: ../data/messages:1183
 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:1239
+#: ../data/messages:1185
 msgid "The dock is horribly slow when I move the mouse into it."
 msgstr ""
 
-#: ../data/messages:1241
+#: ../data/messages:1187
 msgid ""
 "If you have an Nvidia GeForce8 graphics card, please install the latest "
 "drivers, as the first ones were really buggy.\n"
@@ -3400,32 +3375,32 @@
 "with «cairo-dock -c»."
 msgstr ""
 
-#: ../data/messages:1243
+#: ../data/messages:1189
 msgid "I don't have these wonderful effects like fire, cube rotating, etc."
 msgstr ""
 
-#: ../data/messages:1245
+#: ../data/messages:1191
 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:1247
+#: ../data/messages:1193
 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:1249
+#: ../data/messages:1195
 msgid "I don't have any themes in the Theme Manager, except the default one."
 msgstr ""
 
-#: ../data/messages:1251
+#: ../data/messages:1197
 msgid "Hint : Up to version 2.1.1-2, wget was used."
 msgstr ""
 
-#: ../data/messages:1253
+#: ../data/messages:1199
 msgid ""
 "Be sure that you are connected to the Net.\n"
 " If your connection is very slow, you can increase the connection timeout in "
@@ -3435,17 +3410,17 @@
 "\"http_proxy\" environment variable)."
 msgstr ""
 
-#: ../data/messages:1255
+#: ../data/messages:1201
 msgid "The «netspeed» applet displays 0 even when I'm downloading something"
 msgstr ""
 
-#: ../data/messages:1257
+#: ../data/messages:1203
 msgid ""
 "Tip: you can run several instances of this applet if you wish to monitor "
 "several interfaces."
 msgstr ""
 
-#: ../data/messages:1259
+#: ../data/messages:1205
 msgid ""
 "You must tell the applet which interface you're using to connect to the Net "
 "(by default, this is «eth0»).\n"
@@ -3454,11 +3429,11 @@
 "something like «eth1», «ath0», or «wifi0».."
 msgstr ""
 
-#: ../data/messages:1261
+#: ../data/messages:1207
 msgid "The dustbin remains empty even when I delete a file."
 msgstr ""
 
-#: ../data/messages:1263
+#: ../data/messages:1209
 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 "
@@ -3466,367 +3441,273 @@
 "here!!! (do not insert spaces or some invisible caracters)."
 msgstr ""
 
-#: ../data/messages:1265
+#: ../data/messages:1211
 msgid ""
 "There is no icon in the Applications Menu even though I enable the option."
 msgstr ""
 
-#: ../data/messages:1267
+#: ../data/messages:1213
 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:1271
-msgid "If you're on Gnome you can click on this button:"
-msgstr ""
-
-#: ../data/messages:1273
-msgid "The Project"
-msgstr ""
-
-#: ../data/messages:1275
+#: ../data/messages:1215
 msgid "Join the project!"
 msgstr ""
 
-#: ../data/messages:1277
+#: ../data/messages:1217
 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"
+"or if you just made a dream about the dock, pay us a visit on cairo-"
+"dock.org.\n"
 "English (and others!) speakers are welcome, so don’t be shy ! ;-)\n"
 "\n"
 "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:1279
+#: ../data/messages:1219
 msgid ""
 "If you wish to develop an applet, a complete documentation is available here."
 msgstr ""
 
-#: ../data/messages:1281
-msgid "Documentation"
+#: ../data/messages:1221
+msgid "documentation"
 msgstr ""
 
-#: ../data/messages:1283
+#: ../data/messages:1223
 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:1225
 msgid "DBus API"
 msgstr ""
 
-#: ../data/messages:1287
+#: ../data/messages:1227
 msgid ""
 "\n"
 "The Cairo-Dock Team"
 msgstr ""
 
-#: ../data/messages:1289
-msgid "Websites"
-msgstr ""
-
-#: ../data/messages:1303
-#, fuzzy
-msgid "Repositories"
-msgstr "ملحقات"
-
-#: ../data/messages:1305
-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:1307
-msgid "Debian/Ubuntu"
-msgstr ""
-
-#: ../data/messages:1309
-#, fuzzy
-msgid "Ubuntu"
-msgstr "افصل"
-
-#: ../data/messages:1313
-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:1317
-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:1319
-msgid "Debian"
-msgstr ""
-
-#: ../data/messages:1323
-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:1327
-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:1331
-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:1335
-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:1341
-msgid "Choose the screen border relative to which the dock will be positioned:"
-msgstr ""
-
-#: ../data/messages:1355
+#: ../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:1359
+#: ../data/messages:1251
 msgid "Lateral gap:"
 msgstr "المساحه الفارغه الخارجيه"
 
-#: ../data/messages:1365
+#: ../data/messages:1257
 msgid "starting from 0"
 msgstr "البدأ من الصفر"
 
-#: ../data/messages:1369
+#: ../data/messages:1261
 msgid "Visibility of the dock"
 msgstr ""
 
-#: ../data/messages:1393
+#: ../data/messages:1285
 msgid "Leave it empty to use the same view as the main dock."
 msgstr ""
 
-#: ../data/messages:1395
+#: ../data/messages:1287
 msgid "Choose the view for this dock :/"
 msgstr ""
 
-#: ../data/messages:1401
-#, fuzzy
-msgid "Same as main dock"
-msgstr "شريط رئيسي جديد"
-
-#: ../data/messages:1419
+#: ../data/messages:1291
 msgid "Choose a theme"
 msgstr "إختر سمه"
 
-#: ../data/messages:1423
+#: ../data/messages:1295
 msgid "You can even paste an internet URL."
 msgstr "يمكنك ايضا لصق رابط إنترنت."
 
-#: ../data/messages:1425
+#: ../data/messages:1297
 msgid "...or drag and drop a theme package here :"
 msgstr "... أو سحب وإفلات حزمه السمه هنا :"
 
-#: ../data/messages:1435
+#: ../data/messages:1307
 msgid "Save"
 msgstr "حفظ"
 
-#: ../data/messages:1437
+#: ../data/messages:1309
 msgid "Save current theme"
 msgstr "حفظ السمه الحاليه"
 
-#: ../data/messages:1439
+#: ../data/messages:1311
 msgid "You will then be able to re-open it at any time."
 msgstr "سيكون بإمكانك إعاده فتحها في اي وقت."
 
-#: ../data/messages:1441
+#: ../data/messages:1313
 msgid "Save as:"
 msgstr "حفظ باسم:"
 
-#: ../data/messages:1443
+#: ../data/messages:1315
 msgid "Save current behaviour also?"
 msgstr ""
 
-#: ../data/messages:1445
+#: ../data/messages:1317
 msgid "Save current launchers also?"
 msgstr "هل تريد حفظ المشغلات الحاليه أيضا ؟"
 
-#: ../data/messages:1447
+#: ../data/messages:1319
 msgid ""
 "The dock will build a complete tarball of your current theme, allowing you "
 "to easily exchange it with other people."
 msgstr ""
 
-#: ../data/messages:1449
+#: ../data/messages:1321
 msgid "Build a package of the theme?"
 msgstr "هل تريد بناء حزمة لهذه السمه ؟"
 
-#: ../data/messages:1451
+#: ../data/messages:1323
 msgid "Delete"
 msgstr "حذف"
 
-#: ../data/messages:1453
+#: ../data/messages:1325
 msgid "List of your personal themes"
 msgstr "قائمه السمات الخاصه بك"
 
-#: ../data/messages:1455
+#: ../data/messages:1327
 msgid "Delete from the list themes that you don't need anymore :"
 msgstr "احذف من القائمه السمات التي لم تعد بحاجه لها :"
 
-#: ../data/messages:1457 ../data/messages:1459 ../data/messages:1463
-#: ../data/messages:1465 ../data/messages:1493 ../data/messages:1543
-#: ../data/messages:1577
+#: ../data/messages:1329 ../data/messages:1331 ../data/messages:1333
+#: ../data/messages:1361 ../data/messages:1411 ../data/messages:1445
 msgid "Desktop Entry"
 msgstr ""
 
-#: ../data/messages:1461
-msgid "cPath="
-msgstr ""
-
-#: ../data/messages:1467
+#: ../data/messages:1335
 msgid "Sub-dock's name :"
 msgstr "اسم الشريط الفرعي"
 
-#: ../data/messages:1469 ../data/messages:1497
+#: ../data/messages:1337 ../data/messages:1365
 msgid "How to render the icon :"
 msgstr ""
 
-#: ../data/messages:1471 ../data/messages:1499
+#: ../data/messages:1339 ../data/messages:1367
 msgid "Use an image"
 msgstr "إستخدام صوره"
 
-#: ../data/messages:1473 ../data/messages:1501
+#: ../data/messages:1341 ../data/messages:1369
 msgid "Draw sub-dock's content as emblems"
 msgstr ""
 
-#: ../data/messages:1475 ../data/messages:1503
+#: ../data/messages:1343 ../data/messages:1371
 msgid "Draw sub-dock's content as stack"
 msgstr ""
 
-#: ../data/messages:1477 ../data/messages:1505
+#: ../data/messages:1345 ../data/messages:1373
 msgid "Draw sub-dock's content inside a box"
 msgstr "رسم محتويات الشريط الفرعي داخل صندوق"
 
-#: ../data/messages:1479 ../data/messages:1507 ../data/messages:1551
-#: ../data/messages:1579
+#: ../data/messages:1347 ../data/messages:1375 ../data/messages:1419
+#: ../data/messages:1447
 msgid "Image's name or path :"
 msgstr "اسم الصوره او مسارها :"
 
-#: ../data/messages:1481 ../data/messages:1533 ../data/messages:1557
-#: ../data/messages:1581
+#: ../data/messages:1349 ../data/messages:1401 ../data/messages:1425
+#: ../data/messages:1449
 msgid "Extra parameters"
 msgstr "مؤشرات إضافيه"
 
-#: ../data/messages:1483 ../data/messages:1535 ../data/messages:1559
-#: ../data/messages:1583
+#: ../data/messages:1351 ../data/messages:1403 ../data/messages:1427
+#: ../data/messages:1451
 msgid "Order you want for this launcher among the others:"
 msgstr ""
 
-#: ../data/messages:1485 ../data/messages:1537 ../data/messages:1555
-#: ../data/messages:1585
+#: ../data/messages:1353 ../data/messages:1405 ../data/messages:1423
+#: ../data/messages:1453
 msgid "Name of the container it belongs to:"
 msgstr "اسم الحاويه التابعة لها :"
 
-#: ../data/messages:1487
+#: ../data/messages:1355
 msgid "Name of the view used for the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1489
+#: ../data/messages:1357
 msgid "If '0' the container will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1491 ../data/messages:1541 ../data/messages:1575
+#: ../data/messages:1359 ../data/messages:1409 ../data/messages:1443
 msgid "Only show in this specific viewport"
 msgstr ""
 
-#: ../data/messages:1495 ../data/messages:1545
+#: ../data/messages:1363 ../data/messages:1413
 msgid "Launcher's name :"
 msgstr "اسم المشغل :"
 
-#: ../data/messages:1509
+#: ../data/messages:1377
 msgid "URI of the file :"
 msgstr ""
 
-#: ../data/messages:1511
+#: ../data/messages:1379
 msgid "Number of files to list in the sub-dock :"
 msgstr "عدد الملفات التي ستدرج في الشريط الفرعي :"
 
-#: ../data/messages:1515
+#: ../data/messages:1383
 msgid "5"
 msgstr "5"
 
-#: ../data/messages:1517
+#: ../data/messages:1385
 msgid "10"
 msgstr "10"
 
-#: ../data/messages:1519
+#: ../data/messages:1387
 msgid "20"
 msgstr "20"
 
-#: ../data/messages:1521
+#: ../data/messages:1389
 msgid "30"
 msgstr "30"
 
-#: ../data/messages:1525
+#: ../data/messages:1393
 msgid "Sort files by :"
 msgstr "ترتيب الملفات بواسطه :"
 
-#: ../data/messages:1527
+#: ../data/messages:1395
 msgid "Name"
 msgstr "الإسم"
 
-#: ../data/messages:1529
+#: ../data/messages:1397
 msgid "Size"
 msgstr "الحجم"
 
-#: ../data/messages:1531
+#: ../data/messages:1399
 msgid "Date"
 msgstr "التاريخ"
 
-#: ../data/messages:1539 ../data/messages:1573
+#: ../data/messages:1407 ../data/messages:1441
 msgid "If '0' the launcher will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1547
+#: ../data/messages:1415
 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:1549
+#: ../data/messages:1417
 msgid "Command to launch on click :"
 msgstr "الأمر للتشغيل من خلال النقر :"
 
-#: ../data/messages:1553
+#: ../data/messages:1421
 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:1561
+#: ../data/messages:1429
 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 "
@@ -3834,11 +3715,11 @@
 "steal the Terminal's icon from the Taskbar."
 msgstr ""
 
-#: ../data/messages:1563
+#: ../data/messages:1431
 msgid "Prevent this launcher from stealing appli from taskbar ?"
 msgstr ""
 
-#: ../data/messages:1565
+#: ../data/messages:1433
 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 "
@@ -3846,24 +3727,24 @@
 "program, which is useful to link the appli with its launcher."
 msgstr ""
 
-#: ../data/messages:1567
+#: ../data/messages:1435
 msgid "Class of the program :"
 msgstr "فئة البرنامج:"
 
-#: ../data/messages:1569
+#: ../data/messages:1437
 msgid "It will use 'xterm'."
 msgstr ""
 
-#: ../data/messages:1571
+#: ../data/messages:1439
 msgid "Run in a terminal ?"
 msgstr "تشغيل في الطرفيه ؟"
 
-#: ../data/messages:1587
+#: ../data/messages:1455
 msgid "pouet"
 msgstr ""
 
-#: ../data/messages:1589 ../data/messages:1591 ../data/messages:1593
-#: ../data/messages:1595
+#: ../data/messages:1457 ../data/messages:1459 ../data/messages:1461
+#: ../data/messages:1463
 msgid ""
 "v1.4.6.3 :\n"
 "Just to say :\n"
@@ -3871,7 +3752,7 @@
 "  the Cairo-Dock's team."
 msgstr ""
 
-#: ../data/messages:1597
+#: ../data/messages:1465
 msgid ""
 "v1.5.0 : it's been 1 month since previous release, and we worked hardly to "
 "bring you :\n"
@@ -3891,7 +3772,7 @@
 "  Now, why not try to make an applet for Cairo-Dock ? ;-)"
 msgstr ""
 
-#: ../data/messages:1599
+#: ../data/messages:1467
 msgid ""
 "v1.5.1 :\n"
 " - The 1.5 branch is still young, so this version brings a lot of bug fixes\n"
@@ -3903,7 +3784,7 @@
 " and behave as real desklets."
 msgstr ""
 
-#: ../data/messages:1601
+#: ../data/messages:1469
 msgid ""
 "v1.5.2.1 :\n"
 " - a lot of bug fixes, especially on desklets.\n"
@@ -3911,7 +3792,7 @@
 " - Cairo-Dock is now fully translated in Japanese, thanks to Jiro Kawada !"
 msgstr ""
 
-#: ../data/messages:1603
+#: ../data/messages:1471
 msgid ""
 "v1.5.3.2 :\n"
 " - Themes have been deeply reviewed\n"
@@ -3925,7 +3806,7 @@
 "  who could help cairo-dock to be well-integrated into KDE ;-)"
 msgstr ""
 
-#: ../data/messages:1605
+#: ../data/messages:1473
 msgid ""
 "v1.5.4.2 : a huge release !\n"
 " - add a cute pinguin in your dock with the new applet Cairo-Penguin\n"
@@ -3939,7 +3820,7 @@
 " - 3 more themes in Weather"
 msgstr ""
 
-#: ../data/messages:1607
+#: ../data/messages:1475
 msgid ""
 "v1.5.5.4 :\n"
 " - Huge enhancements in the TaskBar :\n"
@@ -3955,7 +3836,7 @@
 "soon ;-)"
 msgstr ""
 
-#: ../data/messages:1609
+#: ../data/messages:1477
 msgid ""
 "v1.5.6 :\n"
 " - Integration into the last Gnome 2.22 (Ubuntu8.04, Fedora9, ...) - still "
@@ -3973,7 +3854,7 @@
 " - Any help would be welcome to integrate the dock into KDE !"
 msgstr ""
 
-#: ../data/messages:1611
+#: ../data/messages:1479
 msgid ""
 "v1.6.0 :\n"
 " - A new view has appeared : Diapositive !\n"
@@ -3992,11 +3873,11 @@
 " - Real window thumbnail when minimized."
 msgstr ""
 
-#: ../data/messages:1613
+#: ../data/messages:1481
 msgid ""
 "v1.6.1 :\n"
-"Cairo-Dock has one year ! To celebrate this event, we are happy to offer "
-"you :\n"
+"Cairo-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"
@@ -4005,7 +3886,7 @@
 "plug-in ^_^"
 msgstr ""
 
-#: ../data/messages:1615
+#: ../data/messages:1483
 msgid ""
 "v1.6.2 : the first version integrated in the Ubuntu repositories !\n"
 " - 2 new applets have been released :\n"
@@ -4018,7 +3899,7 @@
 "plug-in ^_^"
 msgstr ""
 
-#: ../data/messages:1617
+#: ../data/messages:1485
 msgid ""
 "v1.6.3 : \n"
 " - first the bad news :\n"
@@ -4036,7 +3917,7 @@
 " - The dock is now translated in Sweden and partially in Greek."
 msgstr ""
 
-#: ../data/messages:1619
+#: ../data/messages:1487
 msgid ""
 "Cairo-Dock II\n"
 " - Cairo-Dock is now a full OpenGL dock ! (the cairo backend is still "
@@ -4049,7 +3930,7 @@
 " - Lot of bug fixes and upgrades in all plug-ins."
 msgstr ""
 
-#: ../data/messages:1621
+#: ../data/messages:1489
 msgid ""
 "2.0.5 :\n"
 " - This is mainly a bug-fix version\n"
@@ -4057,7 +3938,7 @@
 " - Added functionnalities on grouped applications icons."
 msgstr ""
 
-#: ../data/messages:1623
+#: ../data/messages:1491
 msgid ""
 "2.1.0 : A really heavy version !\n"
 " - Control any music player with the MusicPlayer applet\n"
@@ -4074,11 +3955,11 @@
 "documentation on http://doc.glx-dock.org.";
 msgstr ""
 
-#: ../data/messages:1625
+#: ../data/messages:1493
 msgid ""
 "2.1.1 : more stable and user-friendly !\n"
-" - This version corrects many bugs appeared with the v2.1.0 (sorry for "
-"that !)\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"
@@ -4092,7 +3973,7 @@
 "    You can even write an applet in any language with it !"
 msgstr ""
 
-#: ../data/messages:1627
+#: ../data/messages:1495
 msgid ""
 "2.1.2 : \n"
 " - The config panel has been improved again (new icons, more clear, better "
@@ -4110,7 +3991,7 @@
 "to achieve it !"
 msgstr ""
 
-#: ../data/messages:1629
+#: ../data/messages:1497
 msgid ""
 "GLX-Dock 2.1.3\n"
 " - A new and simplified configuration panel has been written\n"
@@ -4125,105 +4006,30 @@
 " - This version also fixes a huge number of problems."
 msgstr ""
 
-#: ../data/messages:1631
+#: ../data/messages:1499
 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-"
-"hide animations</b>.\n"
+" - 2 <b>new auto-hide modes</b> and several <b>auto-hide animations</b> have "
+"been added.\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"
+" - The <b>MeMenu</b> is 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"
+" - 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"
 " - 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 "%s is now mounted"
-#~ msgstr "%s يحمل الان"
-
-#~ msgid "%s is now unmounted"
-#~ msgstr "%s الان غير محمل"
-
-#~ msgid "Controller"
-#~ msgstr "التحكم"
-
-#~ msgid "Plug-in"
-#~ msgstr "مكونات"
-
-#~ msgid "Controllers"
-#~ msgstr "المتحكمات"
-
-#~ msgid "Plug-ins"
-#~ msgstr "ملحقات"
-
-#~ msgid ""
-#~ "You're about deleting this file\n"
-#~ "  (%s)\n"
-#~ "from your hard-disk. Sure ?"
-#~ msgstr ""
-#~ "سيتم حذف الملف نهائيا:\n"
-#~ "  (%s)\n"
-#~ "هل انت متأكد ؟"
-
-#~ msgid ""
-#~ "Warning: could not delete this file.\n"
-#~ "Please check file permissions."
-#~ msgstr ""
-#~ "تحذير: ﻻيمكن حذف هذا الملف .\n"
-#~ "راجع اذونات الملف ."
-
-#~ msgid "Rename to:"
-#~ msgstr "إعادة تسمية :"
-
-#~ msgid ""
-#~ "Warning: could not rename %s.\n"
-#~ "Check file permissions \n"
-#~ "and that the new name does not already exist."
-#~ msgstr ""
-#~ "تحذير : ﻻيمكن إعادة تسمية %s\n"
-#~ "راجع اذونات الملف"
-
-#~ msgid "Mount"
-#~ msgstr "وصل"
-
-#~ msgid "Eject"
-#~ msgstr "أخرج"
-
-#~ msgid "Delete this file"
-#~ msgstr "إحذف هذا الملف"
-
-#~ msgid "Properties"
-#~ msgstr "الخصائص"
-
-#~ msgid "Do you want to mount this device?"
-#~ msgstr "هل تريد تحميل هذا الجهاز؟"
-
-#~ msgid "Show hidden files?"
-#~ msgstr "اظهار الملفات المخفية ؟"
-
-#~ msgid "Background movement"
-#~ msgstr "حركه الخلفيه"
-
-#~ msgid "Follow the mouse"
-#~ msgstr "ملاحقه المؤشر"
-
-#~ msgid "Link with the mouse"
-#~ msgstr "ربط بالمؤشر"
-
-#~ msgid "Speed :"
-#~ msgstr "سرعة :"
-
 #~ msgid "module"
 #~ msgstr "وحدة"
 

=== modified file 'po/be.po'
--- po/be.po	2010-08-07 01:28:23 +0000
+++ po/be.po	2010-09-07 00:45:54 +0000
@@ -7,6 +7,7 @@
 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"
 "Language-Team: Belarusian <be@xxxxxx>\n"
@@ -24,82 +25,72 @@
 msgid "Behaviour"
 msgstr "Паводзіны"
 
-#: ../src/cairo-dock-gui-main.c:127 ../data/messages:83 ../data/messages:1389
+#: ../src/cairo-dock-gui-main.c:127 ../data/messages:83 ../data/messages:1375
 msgid "Appearance"
 msgstr "Знешні выгляд"
 
-#: ../src/cairo-dock-gui-main.c:128 ../src/gldit/cairo-dock-gui-factory.c:1246
-msgid "Files"
-msgstr "Файлы"
+#: ../src/cairo-dock-gui-main.c:128
+msgid "Accessories"
+msgstr "Аксэсуары"
 
 #: ../src/cairo-dock-gui-main.c:129 ../src/gldit/cairo-dock-gui-factory.c:1251
-#, fuzzy
-msgid "Internet"
-msgstr "Узаемадзеянне"
-
-#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1256
 msgid "Desktop"
 msgstr "Працоўны стол"
 
+#: ../src/cairo-dock-gui-main.c:130
+msgid "Controllers"
+msgstr "Датчыкі"
+
 #: ../src/cairo-dock-gui-main.c:131
-msgid "Accessories"
-msgstr "Аксэсуары"
-
-#: ../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
-msgid "System"
-msgstr "Сістэма"
-
-#: ../src/cairo-dock-gui-main.c:133 ../src/gldit/cairo-dock-gui-factory.c:1271
-msgid "Fun"
-msgstr ""
-
-#: ../src/cairo-dock-gui-main.c:134 ../src/cairo-dock-gui-main.c:1523
-#: ../data/messages:1523
+msgid "Plug-ins"
+msgstr "Модулі"
+
+#: ../src/cairo-dock-gui-main.c:132 ../src/cairo-dock-gui-main.c:1518
+#: ../data/messages:925 ../data/messages:1509
 msgid "All"
 msgstr "Усе"
 
-#: ../src/cairo-dock-gui-main.c:1499
+#: ../src/cairo-dock-gui-main.c:1496
 msgid "Categories"
 msgstr "Катэгорыі"
 
-#: ../src/cairo-dock-gui-main.c:1629
+#: ../src/cairo-dock-gui-main.c:1624
 msgid "Filter"
 msgstr "Фільтр"
 
-#: ../src/cairo-dock-gui-main.c:1674 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1675 ../data/messages:135
 msgid "Options"
 msgstr "Параметры"
 
-#: ../src/cairo-dock-gui-main.c:1684
+#: ../src/cairo-dock-gui-main.c:1685
 msgid "All words"
 msgstr "Па ўсіх словах"
 
-#: ../src/cairo-dock-gui-main.c:1688
+#: ../src/cairo-dock-gui-main.c:1689
 msgid "Highlighted words"
 msgstr "Падсвятляць слова"
 
-#: ../src/cairo-dock-gui-main.c:1693
+#: ../src/cairo-dock-gui-main.c:1694
 msgid "Hide others"
 msgstr "Схаваць астатнія"
 
-#: ../src/cairo-dock-gui-main.c:1698
+#: ../src/cairo-dock-gui-main.c:1699
 msgid "Search in description"
 msgstr "Шукаць у апісаннях"
 
-#: ../src/cairo-dock-gui-main.c:1712
+#: ../src/cairo-dock-gui-main.c:1713
 msgid "Enable this module"
 msgstr "Актываваць гэты модуль"
 
-#: ../src/cairo-dock-gui-main.c:1800 ../src/cairo-dock.c:741
+#: ../src/cairo-dock-gui-main.c:1801 ../src/cairo-dock.c:681
 msgid "< Maintenance mode >"
 msgstr "< Рэжым абслугоўвання >"
 
-#: ../src/cairo-dock-gui-main.c:1890 ../src/cairo-dock-gui-simple.c:762
+#: ../src/cairo-dock-gui-main.c:1891 ../src/cairo-dock-gui-simple.c:801
 msgid "Cairo-Dock configuration"
 msgstr "Настройка Cairo-Dock"
 
-#: ../src/cairo-dock-gui-main.c:2211
+#: ../src/cairo-dock-gui-main.c:2212
 #, c-format
 msgid ""
 "The '%s' module is not present. You need to install it and all its "
@@ -108,16 +99,16 @@
 "Модуль '%s' не усталяваны. Вам варта ўсталяваць яго або яго залежнасці, каб "
 "у поўнай меры яго выкарыстоўваць."
 
-#: ../src/cairo-dock-gui-main.c:2217
+#: ../src/cairo-dock-gui-main.c:2218
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr "Модуль '%s' не актываваны."
 
-#: ../src/cairo-dock-gui-main.c:2218
+#: ../src/cairo-dock-gui-main.c:2219
 msgid "Do you want to enable it now?"
 msgstr "Актывiраваць яго зараз?"
 
-#: ../src/cairo-dock-gui-main.c:2361
+#: ../src/cairo-dock-gui-main.c:2362
 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 "
@@ -151,7 +142,7 @@
 msgid "On click:"
 msgstr ""
 
-#: ../src/cairo-dock-gui-simple.c:796
+#: ../src/cairo-dock-gui-simple.c:835
 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"
@@ -163,15 +154,15 @@
 "вам варта пераключыцца ў пашыраны рэжым.\n"
 "У любы момант вы можаце змяніць рэжым панэлі настроек."
 
-#: ../src/cairo-dock-gui-switch.c:68
+#: ../src/cairo-dock-gui-switch.c:81
 msgid "Simple Mode"
 msgstr "Просты рэжым"
 
-#: ../src/cairo-dock-gui-switch.c:68
+#: ../src/cairo-dock-gui-switch.c:81
 msgid "Advanced Mode"
 msgstr "Пашыраны рэжым"
 
-#: ../src/cairo-dock-gui-switch.c:70
+#: ../src/cairo-dock-gui-switch.c:83
 msgid ""
 "The advanced mode lets you tweak every single parameter of the dock. It is a "
 "powerful tool to customise your current theme."
@@ -222,18 +213,18 @@
 msgstr "Кіраванне тэмамі"
 
 #: ../src/cairo-dock-internal-icons.c:452
-#: ../src/gldit/cairo-dock-internal-icons.c:457
+#: ../src/gldit/cairo-dock-internal-icons.c:452
 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:629 ../data/messages:863
+#: ../src/gldit/cairo-dock-internal-icons.c:454 ../data/messages:85
+#: ../data/messages:633 ../data/messages:945
 msgid "Icons"
 msgstr "Значкі"
 
 #: ../src/cairo-dock-internal-icons.c:456
-#: ../src/gldit/cairo-dock-internal-icons.c:461
+#: ../src/gldit/cairo-dock-internal-icons.c:456
 msgid ""
 "All about icons:\n"
 " size, reflection, icon theme,..."
@@ -246,27 +237,27 @@
 msgid "Configuration of the '%s' dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:206 ../data/messages:1293
+#: ../src/cairo-dock-menu.c:206
 msgid "Community site"
 msgstr "Сайт супольнасці"
 
-#: ../src/cairo-dock-menu.c:207 ../data/messages:1291
+#: ../src/cairo-dock-menu.c:207
 msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
 msgstr "Праблема? Прапанова? Хочаце з намі паразмаўляць? З задавальненнем!"
 
-#: ../src/cairo-dock-menu.c:210 ../data/messages:1297
+#: ../src/cairo-dock-menu.c:210
 msgid "Development site"
 msgstr "Сайт распрацоўшчыкаў"
 
-#: ../src/cairo-dock-menu.c:211 ../data/messages:1295
+#: ../src/cairo-dock-menu.c:211
 msgid "Find the latest version of Cairo-Dock here !"
 msgstr "Высветліце тут, якая апошняя версія Cairo-Dock даступная!"
 
-#: ../src/cairo-dock-menu.c:214 ../data/messages:1301
+#: ../src/cairo-dock-menu.c:214
 msgid "Cairo-Dock-Plug-ins-Extras"
 msgstr "Дадатковыя плагіны для Cairo-Dock"
 
-#: ../src/cairo-dock-menu.c:215 ../data/messages:1171 ../data/messages:1299
+#: ../src/cairo-dock-menu.c:215 ../data/messages:1187
 msgid "Other applets"
 msgstr ""
 
@@ -347,7 +338,7 @@
 msgid "Launch Cairo-Dock on startup"
 msgstr "Запускаць Cairo-Dock пры старце сістэмы"
 
-#: ../src/cairo-dock-menu.c:404 ../src/cairo-dock.c:294
+#: ../src/cairo-dock-menu.c:404 ../src/cairo-dock.c:235
 msgid "Help"
 msgstr "Даведка"
 
@@ -360,7 +351,8 @@
 msgstr ""
 
 #: ../src/cairo-dock-menu.c:416
-msgid "Third-party applets provide integration with many programs, like Pidgin"
+msgid ""
+"Third-party applets provide integration with many programs, like Pidgin"
 msgstr ""
 
 #: ../src/cairo-dock-menu.c:418
@@ -407,12 +399,46 @@
 "dock."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:650
+#: ../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
 #, c-format
 msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
 msgstr "Вы зьбіраецеся выдаліць аплет (%s) з панэлі. Вы ўпэўнены?"
 
-#: ../src/cairo-dock-menu.c:785
+#: ../src/cairo-dock-menu.c:956
 msgid ""
 "Sorry, couldn't find the corresponding description file.\n"
 "Consider dragging and dropping the launcher from the Applications Menu."
@@ -420,272 +446,260 @@
 "Не атрымалася знайсці адпаведны файл з апісаннем.\n"
 "Паспрабуйце перацягнуць і палажыць запушчык з Галоўнага Меню."
 
-#: ../src/cairo-dock-menu.c:1017
+#: ../src/cairo-dock-menu.c:1188
 #, c-format
 msgid "Move all to desktop %d - face %d"
 msgstr "Перамясціць ўсе на паверхню %d - рабочага стала %d"
 
-#: ../src/cairo-dock-menu.c:1017
+#: ../src/cairo-dock-menu.c:1188
 #, c-format
 msgid "Move to desktop %d - face %d"
 msgstr "Перамясціць на працоўны стол %d - паверхню %d"
 
-#: ../src/cairo-dock-menu.c:1019
+#: ../src/cairo-dock-menu.c:1190
 #, c-format
 msgid "Move all to desktop %d"
 msgstr "Перамясціць ўсе на працоўны стол %d"
 
-#: ../src/cairo-dock-menu.c:1019
+#: ../src/cairo-dock-menu.c:1190
 #, c-format
 msgid "Move to desktop %d"
 msgstr "Перанесці на працоўны стол %d"
 
-#: ../src/cairo-dock-menu.c:1021
+#: ../src/cairo-dock-menu.c:1192
 #, c-format
 msgid "Move all to face %d"
 msgstr "Перамясціць ўсе на паверхню %d"
 
-#: ../src/cairo-dock-menu.c:1021
+#: ../src/cairo-dock-menu.c:1192
 #, c-format
 msgid "Move to face %d"
 msgstr "Перамясціць на паверхню %d"
 
-#: ../src/cairo-dock-menu.c:1058
+#: ../src/cairo-dock-menu.c:1229
 msgid "Add"
 msgstr "Дадаць"
 
-#: ../src/cairo-dock-menu.c:1062
+#: ../src/cairo-dock-menu.c:1233
 msgid "Add a sub-dock"
 msgstr "Дадаць суб-панэль"
 
-#: ../src/cairo-dock-menu.c:1064
+#: ../src/cairo-dock-menu.c:1235
 msgid "Add a main dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1238
 msgid "Add a separator"
 msgstr "Дадаць падзельнік"
 
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1242
 msgid "Add a custom launcher"
 msgstr "Дадаць свой значок"
 
-#: ../src/cairo-dock-menu.c:1072
+#: ../src/cairo-dock-menu.c:1243
 msgid ""
 "Usually you would drag a launcher from the menu and drop it on the dock."
 msgstr "Дастаткова проста перацягнуць значок з меню прама на панэль."
 
-#: ../src/cairo-dock-menu.c:1109
+#: ../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
 msgid "Modify this separator"
 msgstr "Змяніць гэты падзельнік"
 
-#: ../src/cairo-dock-menu.c:1109
+#: ../src/cairo-dock-menu.c:1325
 msgid "Modify this launcher"
 msgstr "Змяніць гэты значок запуску"
 
-#: ../src/cairo-dock-menu.c:1111
+#: ../src/cairo-dock-menu.c:1327
 msgid "Remove this separator"
 msgstr "Выдаліць падзельнік"
 
-#: ../src/cairo-dock-menu.c:1111
+#: ../src/cairo-dock-menu.c:1327
 msgid "Remove this launcher"
 msgstr "Выдаліць гэты значок запуску"
 
-#: ../src/cairo-dock-menu.c:1112
+#: ../src/cairo-dock-menu.c:1328
 msgid ""
 "You can remove a launcher by dragging it out of the dock with the mouse ."
 msgstr "Вы можаце выдаліць любы значок проста перацягнуў яго за межы панэлі."
 
-#: ../src/cairo-dock-menu.c:1114 ../src/cairo-dock-menu.c:1260
+#: ../src/cairo-dock-menu.c:1330 ../src/cairo-dock-menu.c:1475
 msgid "Move to another dock"
 msgstr "Перамясціць на іншую панэль"
 
-#: ../src/cairo-dock-menu.c:1118 ../src/cairo-dock-menu.c:1264
+#: ../src/cairo-dock-menu.c:1334 ../src/cairo-dock-menu.c:1479
 msgid "New main dock"
 msgstr "Новая асноўная панэль"
 
-#: ../src/cairo-dock-menu.c:1132 ../src/cairo-dock-menu.c:1206
+#: ../src/cairo-dock-menu.c:1348 ../src/cairo-dock-menu.c:1422
 msgid "Other actions"
 msgstr "Іншыя дзеянні"
 
-#: ../src/cairo-dock-menu.c:1137
+#: ../src/cairo-dock-menu.c:1353
 msgid "Move to this desktop"
 msgstr "Перамясціць на гэты рабочы стол"
 
-#: ../src/cairo-dock-menu.c:1151
+#: ../src/cairo-dock-menu.c:1367
 msgid "Not Fullscreen"
 msgstr "Не поўнаэкранны"
 
-#: ../src/cairo-dock-menu.c:1151
+#: ../src/cairo-dock-menu.c:1367
 msgid "Fullscreen"
 msgstr "Поўнаэкранны"
 
-#: ../src/cairo-dock-menu.c:1155
+#: ../src/cairo-dock-menu.c:1371
 msgid "Don't keep above"
 msgstr "Не трымаць вышэй"
 
-#: ../src/cairo-dock-menu.c:1155
+#: ../src/cairo-dock-menu.c:1371
 msgid "Keep above"
 msgstr "Трымаць вышэй"
 
-#: ../src/cairo-dock-menu.c:1174
+#: ../src/cairo-dock-menu.c:1390
 msgid "Remove custom icon"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1178
+#: ../src/cairo-dock-menu.c:1394
 msgid "Kill"
 msgstr "Завяршыць"
 
-#: ../src/cairo-dock-menu.c:1183
+#: ../src/cairo-dock-menu.c:1399
 msgid "Launch a new (Shift+clic)"
 msgstr "Запусціць яшчэ (Shift + клік)"
 
-#: ../src/cairo-dock-menu.c:1188
+#: ../src/cairo-dock-menu.c:1404
 msgid "Make it a launcher"
 msgstr "Зрабіць значком запуску"
 
-#: ../src/cairo-dock-menu.c:1191
+#: ../src/cairo-dock-menu.c:1407
 msgid "Show"
 msgstr "Паказаць"
 
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1409
 msgid "Unmaximise"
 msgstr "Аднавіць ранейшы памер"
 
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1409
 msgid "Maximise"
 msgstr "Разгарнуць на ўвесь экран"
 
-#: ../src/cairo-dock-menu.c:1196
+#: ../src/cairo-dock-menu.c:1412
 msgid "Minimise"
 msgstr "Згарнуць"
 
-#: ../src/cairo-dock-menu.c:1198
+#: ../src/cairo-dock-menu.c:1414
 msgid "Close (middle-click)"
 msgstr "Закрыць (сярэдні-клік)"
 
-#: ../src/cairo-dock-menu.c:1211
+#: ../src/cairo-dock-menu.c:1427
 msgid "Move all to this desktop"
 msgstr "Перамясціць ўсё на гэты рабочы стол"
 
-#: ../src/cairo-dock-menu.c:1217
+#: ../src/cairo-dock-menu.c:1433
 msgid "Launch new"
 msgstr "Запусціць новы"
 
-#: ../src/cairo-dock-menu.c:1220
+#: ../src/cairo-dock-menu.c:1436
 msgid "Show all"
 msgstr "Паказаць усе"
 
-#: ../src/cairo-dock-menu.c:1222
+#: ../src/cairo-dock-menu.c:1438
 msgid "Minimise all"
 msgstr "Згарнуць усе"
 
-#: ../src/cairo-dock-menu.c:1224
+#: ../src/cairo-dock-menu.c:1440
 msgid "Close all"
 msgstr "Зачыніць усе"
 
-#: ../src/cairo-dock-menu.c:1244 ../src/gldit/cairo-dock-gui-factory.c:925
+#: ../src/cairo-dock-menu.c:1459 ../src/gldit/cairo-dock-gui-factory.c:925
 msgid "Configure this applet"
 msgstr "Наладзіць гэты аплет"
 
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1463
 msgid "Detach this applet"
 msgstr "Адмацаваць гэты аплет"
 
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1463
 msgid "Return to the dock"
 msgstr "Вярнуць на панэль"
 
-#: ../src/cairo-dock-menu.c:1251
+#: ../src/cairo-dock-menu.c:1466
 msgid "Remove this applet"
 msgstr "Выдаліць гэты аплет"
 
-#: ../src/cairo-dock-menu.c:1255
+#: ../src/cairo-dock-menu.c:1470
 msgid "Launch another instance of this applet"
 msgstr "Запусціць яшчэ копію гэтага аплета"
 
-#: ../src/cairo-dock-menu.c:1277
+#: ../src/cairo-dock-menu.c:1492
 #: ../src/gldit/cairo-dock-internal-accessibility.c:277
 msgid "Visibility"
 msgstr "Бачнасьць"
 
-#: ../src/cairo-dock-menu.c:1292
+#: ../src/cairo-dock-menu.c:1507
 msgid "Normal"
 msgstr "Нармальны"
 
-#: ../src/cairo-dock-menu.c:1298 ../data/messages:21 ../data/messages:195
-#: ../data/messages:1375
+#: ../src/cairo-dock-menu.c:1513 ../data/messages:21 ../data/messages:195
+#: ../data/messages:1361
 msgid "Always on top"
 msgstr "Заўсёды наверсе"
 
-#: ../src/cairo-dock-menu.c:1305
+#: ../src/cairo-dock-menu.c:1520
 msgid "Always below"
 msgstr "Заўсёды ззаду"
 
-#: ../src/cairo-dock-menu.c:1318
+#: ../src/cairo-dock-menu.c:1533
 msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
 msgstr "ўсталюйце паводзіны ў Compiz на: (імя = cairo-dock & тып = utility)"
 
-#: ../src/cairo-dock-menu.c:1320
+#: ../src/cairo-dock-menu.c:1535
 msgid "Reserve space"
 msgstr "Рэзерваваць месца"
 
-#: ../src/cairo-dock-menu.c:1327
+#: ../src/cairo-dock-menu.c:1542
 msgid "On all desktops"
 msgstr "На ўсіх працоўных сталах"
 
-#: ../src/cairo-dock-menu.c:1333
+#: ../src/cairo-dock-menu.c:1548
 msgid "Lock position"
 msgstr "Замацаваць месцазнаходжанне"
 
-#: ../src/cairo-dock-user-interaction.c:319
+#: ../src/cairo-dock-user-interaction.c:167
+msgid "Do you want to mount this device?"
+msgstr "Вы жадаеце падключыць гэтую кропку?"
+
+#: ../src/cairo-dock-user-interaction.c:341
 msgid ""
 "The option 'overwrite X icons' has been automatically enabled in the "
 "config.\n"
 "It is located in the 'Taskbar' module."
 msgstr ""
 
-#: ../src/cairo-dock.c:196
-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
+#: ../src/cairo-dock.c:250
 msgid ""
 "A useful FAQ which also contains a lot of hints.\n"
 "Roll your mouse over a sentence to make helpful popups appear."
@@ -693,11 +707,11 @@
 "Карысны зборнік чаво, з мноствам саветаў.\n"
 "Правядзіце мышшу над прапановамі, каб убачыць падказку."
 
-#: ../src/cairo-dock.c:634
+#: ../src/cairo-dock.c:574
 msgid "Use OpenGL in Cairo-Dock"
 msgstr "Выкарыстаць OpenGL у Cairo-Dock?"
 
-#: ../src/cairo-dock.c:642
+#: ../src/cairo-dock.c:582
 msgid ""
 "OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
 "the minimum.\n"
@@ -720,11 +734,51 @@
 "  або з опцией -o для прымусовага OpenGL, або з опцией -c для прымусовага "
 "cairo.)"
 
-#: ../src/cairo-dock.c:647
+#: ../src/cairo-dock.c:587
 msgid "Remember this choice"
 msgstr ""
 
-#: ../src/cairo-dock.c:818
+#: ../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
 msgid ""
 "Welcome in Cairo-Dock2 !\n"
 "A default and simple theme has been loaded.\n"
@@ -742,12 +796,12 @@
 "Cairo-Dock -> Кіраванне тэмамі.\n"
 "Карысную дапамогу вы зможаце знайсці ў Правы націск -> Cairo-Dock -> "
 "Даведка.\n"
-"Па любых пытаннях/прапановах/выпраўленнях звяртайцеся на http://cairo-dock.";
-"org.\n"
+"Па любых пытаннях/прапановах/выпраўленнях звяртайцеся на http://cairo-";
+"dock.org.\n"
 "Спадзяемся вам спадабацца наша праграма!\n"
 "  (цяпер можаце націснуць па гэтым паведамлення, каб закрыць яго)"
 
-#: ../src/cairo-dock.c:844
+#: ../src/cairo-dock.c:836
 #, c-format
 msgid ""
 "The module '%s' may have encountered a problem.\n"
@@ -758,7 +812,7 @@
 "Перазагрузка прайшла паспяхова, але калі гэта зноў паўторыцца, то будзем "
 "ўдзячныя за справаздачу пра памылку на http://glx-dock.org";
 
-#: ../src/gldit/cairo-dock-applet-facility.h:265
+#: ../src/gldit/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 "
@@ -767,7 +821,7 @@
 "Не атрымалася знайсці тэму; будзе выкарыстана стандартная.\n"
 " Вы можаце змяніць яе ў настройках гэтага модуля. Зрабіць гэта зараз?"
 
-#: ../src/gldit/cairo-dock-applet-facility.h:280
+#: ../src/gldit/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 "
@@ -776,16 +830,27 @@
 "Не атрымалася знайсці тэму для датчыка; будзе выкарыстана стандартная.\n"
 " Вы можаце змяніць яе ў настройках гэтага модуля. Зрабіць гэта зараз?"
 
-#: ../src/gldit/cairo-dock-applet-facility.h:362
+#: ../src/gldit/cairo-dock-applet-facility.h:354
 msgid "Applet's handbook"
 msgstr "Даведка па аплетаў"
 
-#: ../src/gldit/cairo-dock-file-manager.c:193
+#: ../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
 #, c-format
 msgid "failed to mount %s"
 msgstr "не ўдалося далучыць %s"
 
-#: ../src/gldit/cairo-dock-file-manager.c:193
+#: ../src/gldit/cairo-dock-file-manager.c:597
 #, c-format
 msgid "Failed to unmount %s"
 msgstr "не ўдалося адлучыць %s"
@@ -794,40 +859,48 @@
 msgid "_Custom Icons_"
 msgstr "_Наладзіць тэму_"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1261
+#: ../src/gldit/cairo-dock-gui-factory.c:1246
 msgid "Accessory"
 msgstr "Аксесуар"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1305
+#: ../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
 msgid "rate me"
 msgstr "дай адзнаку"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1325
+#: ../src/gldit/cairo-dock-gui-factory.c:1312
 msgid "Local"
 msgstr "Лакальная"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1329
+#: ../src/gldit/cairo-dock-gui-factory.c:1316
 msgid "User"
 msgstr "Свая"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1333
+#: ../src/gldit/cairo-dock-gui-factory.c:1320
 msgid "Net"
 msgstr "З сеткі"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1337
+#: ../src/gldit/cairo-dock-gui-factory.c:1324
 msgid "New"
 msgstr "Новая"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1342
+#: ../src/gldit/cairo-dock-gui-factory.c:1329
 msgid "Updated"
 msgstr "Абноўлена"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1438
-#: ../src/gldit/cairo-dock-gui-factory.c:1440
+#: ../src/gldit/cairo-dock-gui-factory.c:1425
+#: ../src/gldit/cairo-dock-gui-factory.c:1427
 msgid "You must try the theme before you can rate it."
 msgstr "Перш чым ставіць рэйтынг, вы павінны паспрабаваць тэму."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1463
+#: ../src/gldit/cairo-dock-gui-factory.c:1450
 #, c-format
 msgid ""
 "The '%s' module was not found.\n"
@@ -838,51 +911,52 @@
 "Пераканайцеся, што вы ўстанавілі версію гэтага модуля ідэнтычную версіі "
 "самой панэлі."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1472
+#: ../src/gldit/cairo-dock-gui-factory.c:1459
 #, c-format
 msgid ""
 "The '%s' plug-in is not active.\n"
 "Activate it now?"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2151
+#: ../src/gldit/cairo-dock-gui-factory.c:2125
 #, c-format
 msgid "Listing themes in '%s' ..."
 msgstr "Спіс тым з '%s' ..."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2289
+#: ../src/gldit/cairo-dock-gui-factory.c:2263
 msgid "plug-in"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2295
+#: ../src/gldit/cairo-dock-gui-factory.c:2269
 msgid "category"
 msgstr "катэгорыя"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2338
-msgid "Click on an applet in order to have a preview and a description for it."
+#: ../src/gldit/cairo-dock-gui-factory.c:2312
+msgid ""
+"Click on an applet in order to have a preview and a description for it."
 msgstr "Пстрыкніце па аплеце, каб убачыць яго апісанне і прыкладны выгляд."
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2741
+#: ../src/gldit/cairo-dock-gui-factory.c:2679
 msgid "state"
 msgstr "Стан"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2747
+#: ../src/gldit/cairo-dock-gui-factory.c:2685
 msgid "Theme"
 msgstr "тэма"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2760
+#: ../src/gldit/cairo-dock-gui-factory.c:2698
 msgid "Rating"
 msgstr "рэйтынг"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2766
+#: ../src/gldit/cairo-dock-gui-factory.c:2704
 msgid "Sobriety"
 msgstr "умеранасць"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2849
+#: ../src/gldit/cairo-dock-gui-factory.c:2790
 msgid "link"
 msgstr "спасылка"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2902
+#: ../src/gldit/cairo-dock-gui-factory.c:2843
 msgid "Grab"
 msgstr "захапіць"
 
@@ -896,8 +970,8 @@
 " ці наадварот, схаваная ад вачэй?\n"
 "Наладзьце тут выгляд адлюстравання вашай панэлі і суб-панэляў!"
 
-#: ../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:453
+#: ../data/messages:855 ../data/messages:1383
 msgid "Background"
 msgstr "Задні фон"
 
@@ -909,7 +983,7 @@
 msgid "_custom decoration_"
 msgstr "_Уласнае афармленне_"
 
-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:565
+#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:569
 msgid "Desklets"
 msgstr "Дэсклеты"
 
@@ -933,7 +1007,7 @@
 msgid "Configure text bubble appearance."
 msgstr "Наладзьце знешні выгляд воблачкаў напамін."
 
-#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:747
+#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:751
 msgid "Indicators"
 msgstr "Індыкатары"
 
@@ -957,12 +1031,16 @@
 msgid "Set the position of the main dock."
 msgstr "Выберыце месцазнаходжанне галоўнай панэлі."
 
-#: ../src/gldit/cairo-dock-internal-system.c:134
+#: ../src/gldit/cairo-dock-internal-system.c:140 ../data/messages:347
+msgid "System"
+msgstr "Сістэма"
+
+#: ../src/gldit/cairo-dock-internal-system.c:142
 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:1039
+#: ../data/messages:1089
 msgid "Taskbar"
 msgstr "Панэль задач"
 
@@ -978,7 +1056,7 @@
 "Прапаноўвае розныя віды Cairo-Dock. Актывіруце, каб выбраць іншы від панэлі."
 
 #: ../src/gldit/cairo-dock-internal-views.c:87 ../data/messages:115
-#: ../data/messages:509 ../data/messages:1391
+#: ../data/messages:513 ../data/messages:1377
 msgid "Views"
 msgstr "Выгляды"
 
@@ -986,16 +1064,16 @@
 msgid "Select a view for each of your docks."
 msgstr "Можаце выбраць асобны від для кожнай панэлі."
 
-#: ../src/gldit/cairo-dock-struct.h:455
+#: ../src/gldit/cairo-dock-struct.h:454
 msgid "Default"
 msgstr "па змоўчванні"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:109
+#: ../src/gldit/cairo-dock-themes-manager.c:869
 #, c-format
 msgid "Are you sure you want to overwrite theme %s?"
 msgstr "Вы ўпэўненыя, што жадаеце перазапісаных тэму %s ?"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:222
+#: ../src/gldit/cairo-dock-themes-manager.c:982
 #, c-format
 msgid ""
 "Could not access remote file %s/%s. Maybe the server is down.\n"
@@ -1004,12 +1082,12 @@
 "не ўдалося атрымаць файл %s/%s, магчыма сервер не працуе.\n"
 "Паспрабуйце пазьней ці зьвяжыцеся з намі на glx-dock.org."
 
-#: ../src/gldit/cairo-dock-themes-manager.c:237
+#: ../src/gldit/cairo-dock-themes-manager.c:997
 #, c-format
 msgid "Are you sure you want to delete theme %s?"
 msgstr "Вы ўпэўненыя, што жадаеце выдаліць тэму %s ?"
 
-#: ../src/gldit/cairo-dock-themes-manager.c:239
+#: ../src/gldit/cairo-dock-themes-manager.c:999
 msgid "Are you sure you want to delete these themes?"
 msgstr "Вы ўпэўненыя, што жадаеце выдаліць гэтыя тэмы?"
 
@@ -1038,11 +1116,11 @@
 msgid "Folding"
 msgstr ""
 
-#: ../data/messages:1 ../data/messages:1337
+#: ../data/messages:1 ../data/messages:1323
 msgid "Behavior"
 msgstr "Паводзіны"
 
-#: ../data/messages:3 ../data/messages:147 ../data/messages:1339
+#: ../data/messages:3 ../data/messages:147 ../data/messages:1325
 msgid "Position on the screen"
 msgstr "Месцазнаходжанне на экране"
 
@@ -1050,21 +1128,21 @@
 msgid "Choose which border of the screen the dock will be placed on:"
 msgstr "З якога боку экрана размясціць панэль:"
 
-#: ../data/messages:7 ../data/messages:151 ../data/messages:1343
+#: ../data/messages:7 ../data/messages:151 ../data/messages:1329
 msgid "bottom"
 msgstr "знізу"
 
-#: ../data/messages:9 ../data/messages:153 ../data/messages:1345
+#: ../data/messages:9 ../data/messages:153 ../data/messages:1331
 msgid "top"
 msgstr "зверху"
 
 #: ../data/messages:11 ../data/messages:155 ../data/messages:165
-#: ../data/messages:1347
+#: ../data/messages:1333
 msgid "right"
 msgstr "справа"
 
 #: ../data/messages:13 ../data/messages:157 ../data/messages:163
-#: ../data/messages:1349
+#: ../data/messages:1335
 msgid "left"
 msgstr "злева"
 
@@ -1072,7 +1150,7 @@
 msgid "Visibility of the main dock"
 msgstr "Бачнасць асноўнай панэлі"
 
-#: ../data/messages:17 ../data/messages:191 ../data/messages:1371
+#: ../data/messages:17 ../data/messages:191 ../data/messages:1357
 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 "
@@ -1082,31 +1160,31 @@
 msgstr ""
 
 #: ../data/messages:19 ../data/messages:55 ../data/messages:193
-#: ../data/messages:255 ../data/messages:1373
+#: ../data/messages:255 ../data/messages:1359
 msgid "Visibility:"
 msgstr "Бачнасць:"
 
-#: ../data/messages:23 ../data/messages:197 ../data/messages:1377
+#: ../data/messages:23 ../data/messages:197 ../data/messages:1363
 msgid "Reserve space for the dock"
 msgstr ""
 
-#: ../data/messages:25 ../data/messages:199 ../data/messages:1379
+#: ../data/messages:25 ../data/messages:199 ../data/messages:1365
 msgid "Keep the dock below"
 msgstr ""
 
-#: ../data/messages:27 ../data/messages:201 ../data/messages:1381
+#: ../data/messages:27 ../data/messages:201 ../data/messages:1367
 msgid "Hide the dock when it overlaps the current window"
 msgstr ""
 
-#: ../data/messages:29 ../data/messages:203 ../data/messages:1383
+#: ../data/messages:29 ../data/messages:203 ../data/messages:1369
 msgid "Hide the dock whenever it overlaps any window"
 msgstr ""
 
-#: ../data/messages:31 ../data/messages:205 ../data/messages:1385
+#: ../data/messages:31 ../data/messages:205 ../data/messages:1371
 msgid "Keep the dock hidden"
 msgstr ""
 
-#: ../data/messages:33 ../data/messages:207 ../data/messages:1387
+#: ../data/messages:33 ../data/messages:207 ../data/messages:1373
 msgid "Pop-up on shortcut"
 msgstr "Усплывае па клавіятурным скарачэнні"
 
@@ -1170,7 +1248,7 @@
 msgid "Behaviour of the Taskbar:"
 msgstr "Паводзіны панэлі задач:"
 
-#: ../data/messages:67 ../data/messages:1513
+#: ../data/messages:67 ../data/messages:915 ../data/messages:1499
 msgid "None"
 msgstr "None"
 
@@ -1194,7 +1272,7 @@
 msgid "On appearance/disappearance:"
 msgstr ""
 
-#: ../data/messages:87 ../data/messages:633
+#: ../data/messages:87 ../data/messages:637
 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 "
@@ -1240,35 +1318,35 @@
 "Значкі запуску, праграмы і аплеты будуць аддзеленыя адзін ад аднаго. "
 "Падзельнікі ўставяцца аўтаматычна."
 
-#: ../data/messages:105 ../data/messages:723
+#: ../data/messages:105 ../data/messages:727
 msgid "Separate the different types of icons?"
 msgstr "Аддзяляць розныя тыпы значкоў?"
 
-#: ../data/messages:107 ../data/messages:733
+#: ../data/messages:107 ../data/messages:737
 msgid "Order of the different types of icons :"
 msgstr "Парадак размяшчэння розных тыпаў значкоў:"
 
-#: ../data/messages:109 ../data/messages:735
+#: ../data/messages:109 ../data/messages:739
 msgid "launchers"
 msgstr "значкі запуску"
 
-#: ../data/messages:111 ../data/messages:737
+#: ../data/messages:111 ../data/messages:741
 msgid "applications"
 msgstr "праграмы"
 
-#: ../data/messages:113 ../data/messages:739
+#: ../data/messages:113 ../data/messages:743
 msgid "applets"
 msgstr "аплеты"
 
-#: ../data/messages:117 ../data/messages:513
+#: ../data/messages:117 ../data/messages:517
 msgid "Choose the default view for main docks :"
 msgstr "Абярыце від асноўны панэлі:"
 
-#: ../data/messages:119 ../data/messages:517
+#: ../data/messages:119 ../data/messages:521
 msgid "You can overwrite this parameter for each sub-dock."
 msgstr "Вы можаце перазапісаных гэты параметр для кожнай суб-панэлі."
 
-#: ../data/messages:121 ../data/messages:519
+#: ../data/messages:121 ../data/messages:523
 msgid "Choose the default view for sub-docks :"
 msgstr "Абярыце від суб-панэлі:"
 
@@ -1295,15 +1373,15 @@
 msgid "Add or remove any applet :"
 msgstr "Дадаць або выдаліць аплет:"
 
-#: ../data/messages:131 ../data/messages:1417
+#: ../data/messages:131 ../data/messages:1403
 msgid "Themes"
 msgstr "Тэмы"
 
-#: ../data/messages:133 ../data/messages:1421
+#: ../data/messages:133 ../data/messages:1407
 msgid "Choose one of the available themes:"
 msgstr "Выберыце адну з даступных тэм:"
 
-#: ../data/messages:137 ../data/messages:1427
+#: ../data/messages:137 ../data/messages:1413
 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 "
@@ -1313,11 +1391,11 @@
 "значкі з прадстаўленай тэмы. У адваротным выпадку, бягучыя значкі запуску "
 "будуць захаваны і толькі іх выявы будуць заменены."
 
-#: ../data/messages:139 ../data/messages:1429
+#: ../data/messages:139 ../data/messages:1415
 msgid "Use the new theme's launchers?"
 msgstr "Выкарыстоўваць значкі запуску з новай тэмы?"
 
-#: ../data/messages:141 ../data/messages:1431
+#: ../data/messages:141 ../data/messages:1417
 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."
@@ -1326,11 +1404,11 @@
 "размяшчэнне на панэлі, параметры паводзінаў, такія як аўто-схаванні, "
 "выкарыстанне панэлі задач і г.д."
 
-#: ../data/messages:143 ../data/messages:1433
+#: ../data/messages:143 ../data/messages:1419
 msgid "Use the new theme's behaviour?"
 msgstr "Выкарыстоўваць паводзіны з новай тэмы?"
 
-#: ../data/messages:159 ../data/messages:1351
+#: ../data/messages:159 ../data/messages:1337
 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 "
@@ -1343,7 +1421,7 @@
 "гарызантальнай - адносна правага і вертыкальнай - адносна ніжняга вугла і "
 "пры значэнні 0.5 размяшчэнне будзе выравниваться адносна сярэдзіны экрана."
 
-#: ../data/messages:161 ../data/messages:1353
+#: ../data/messages:161 ../data/messages:1339
 msgid "Relative alignment:"
 msgstr "Выраўноўваць адносна:"
 
@@ -1351,7 +1429,7 @@
 msgid "Offset from the screen's edge"
 msgstr "Зрушэнне ад мяжы экрана"
 
-#: ../data/messages:169 ../data/messages:1357
+#: ../data/messages:169 ../data/messages:1343
 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."
@@ -1364,7 +1442,7 @@
 msgid "Lateral offset:"
 msgstr "Бакавое зрушэнне:"
 
-#: ../data/messages:173 ../data/messages:1361
+#: ../data/messages:173 ../data/messages:1347
 msgid ""
 "in pixels. You can also move the dock by holding the ALT or CTRL key and the "
 "left mouse button."
@@ -1372,7 +1450,7 @@
 "у піксэлях. Таксама вы можаце перетаскивать панэль утрымліваючы націснутай "
 "клавішу ALT або CTRL і левай кнопкі мышы."
 
-#: ../data/messages:175 ../data/messages:1363
+#: ../data/messages:175 ../data/messages:1349
 msgid "Distance to the screen edge:"
 msgstr "Дыстанцыя да мяжы экрана:"
 
@@ -1394,7 +1472,7 @@
 msgid "0 is the first screen."
 msgstr ""
 
-#: ../data/messages:185 ../data/messages:1367
+#: ../data/messages:185 ../data/messages:1353
 msgid "Number of the screen where the dock should be located:"
 msgstr "Нумары экранаў на якіх адлюстроўваць панэль:"
 
@@ -1567,13 +1645,13 @@
 msgid "Transparency of icons whose window is minimised:"
 msgstr ""
 
-#: ../data/messages:315 ../data/messages:469 ../data/messages:581
-#: ../data/messages:607 ../data/messages:679
+#: ../data/messages:315 ../data/messages:473 ../data/messages:585
+#: ../data/messages:611 ../data/messages:683
 msgid "Opaque"
 msgstr "непразрысты"
 
-#: ../data/messages:317 ../data/messages:467 ../data/messages:579
-#: ../data/messages:605 ../data/messages:677
+#: ../data/messages:317 ../data/messages:471 ../data/messages:583
+#: ../data/messages:609 ../data/messages:681
 msgid "Transparent"
 msgstr "празрысты"
 
@@ -1756,10 +1834,18 @@
 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:425
+#: ../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 "
@@ -1769,242 +1855,237 @@
 "на фазе падключэння, г.зн. як толькі адбудзецца падключэнне, гэты параметр "
 "не будзе больш выкарыстоўвацца."
 
-#: ../data/messages:427
+#: ../data/messages:431
 msgid "Connection timeout to the themes' server :"
 msgstr ""
 
-#: ../data/messages:429
+#: ../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."
 msgstr ""
 
-#: ../data/messages:431
+#: ../data/messages:435
 msgid "Maximum time to download a theme:"
 msgstr ""
 
-#: ../data/messages:433
+#: ../data/messages:437
 msgid "Use this option if you connect to the Internet through a proxy."
 msgstr ""
 
-#: ../data/messages:435
+#: ../data/messages:439
 msgid "Are you behind a proxy ?"
 msgstr ""
 
-#: ../data/messages:437
+#: ../data/messages:441
 msgid "Proxy name :"
 msgstr ""
 
-#: ../data/messages:439
+#: ../data/messages:443
 msgid "Port :"
 msgstr ""
 
-#: ../data/messages:441 ../data/messages:445
+#: ../data/messages:445 ../data/messages:449
 msgid ""
 "Let empty if you don't need to log-in to the proxy with a user/password."
 msgstr ""
 
-#: ../data/messages:443
-#, fuzzy
-msgid "User :"
-msgstr "Свая"
-
-#: ../data/messages:447
+#: ../data/messages:447 ../data/messages:451
 msgid "Password :"
 msgstr ""
 
-#: ../data/messages:451 ../data/messages:1399
+#: ../data/messages:455 ../data/messages:1385
 msgid "Fill the background with:"
 msgstr ""
 
-#: ../data/messages:453 ../data/messages:459 ../data/messages:753
-#: ../data/messages:1403
+#: ../data/messages:457 ../data/messages:463 ../data/messages:757
+#: ../data/messages:1389
 msgid "Image"
 msgstr "Выявай"
 
-#: ../data/messages:455 ../data/messages:475 ../data/messages:1405
+#: ../data/messages:459 ../data/messages:479 ../data/messages:1391
 msgid "Colour gradation"
 msgstr ""
 
-#: ../data/messages:457
+#: ../data/messages:461
 msgid "Use a background image."
 msgstr "Выкарыстоўваць выяву задняга фону."
 
-#: ../data/messages:461 ../data/messages:1407
+#: ../data/messages:465 ../data/messages:1393
 msgid ""
 "Any format allowed; if empty, the colour gradation will be used as a fall "
 "back."
 msgstr ""
 
-#: ../data/messages:463 ../data/messages:1409
+#: ../data/messages:467 ../data/messages:1395
 msgid "Image filename to use as a background :"
 msgstr ""
 
-#: ../data/messages:465
+#: ../data/messages:469
 msgid "Image's transparency :"
 msgstr "Празрыстасць выявы:"
 
-#: ../data/messages:471 ../data/messages:1411
+#: ../data/messages:475 ../data/messages:1397
 msgid "Repeat image as a pattern to fill background?"
 msgstr ""
 
-#: ../data/messages:473
+#: ../data/messages:477
 msgid "Use a colour gradation."
 msgstr ""
 
-#: ../data/messages:477 ../data/messages:1413
+#: ../data/messages:481 ../data/messages:1399
 msgid "Bright colour:"
 msgstr ""
 
-#: ../data/messages:479 ../data/messages:1415
+#: ../data/messages:483 ../data/messages:1401
 msgid "Dark colour:"
 msgstr ""
 
-#: ../data/messages:481
+#: ../data/messages:485
 msgid "In degrees, in relation to the vertical"
 msgstr "У градусах, адносна вертыкалі."
 
-#: ../data/messages:483
+#: ../data/messages:487
 msgid "Angle of the gradation :"
 msgstr "Кут наколна градыенту:"
 
-#: ../data/messages:485
+#: ../data/messages:489
 msgid "If not nul, it will form stripes."
 msgstr "Калі не нуль, то будзе выкарыстаная форма полосок."
 
-#: ../data/messages:487
+#: ../data/messages:491
 msgid "Repeat the gradation this number of times:"
 msgstr ""
 
-#: ../data/messages:489
+#: ../data/messages:493
 msgid "Percentage of the bright colour:"
 msgstr ""
 
-#: ../data/messages:491
+#: ../data/messages:495
 msgid "External Frame"
 msgstr ""
 
-#: ../data/messages:493 ../data/messages:497 ../data/messages:503
-#: ../data/messages:551 ../data/messages:651
+#: ../data/messages:497 ../data/messages:501 ../data/messages:507
+#: ../data/messages:555 ../data/messages:655
 msgid "in pixels."
 msgstr "у піксэлях."
 
-#: ../data/messages:495
+#: ../data/messages:499
 msgid "Corner radius :"
 msgstr "Радыус закругленых кутоў:"
 
-#: ../data/messages:499
+#: ../data/messages:503
 msgid "Linewidth of the external line :"
 msgstr ""
 
-#: ../data/messages:501
+#: ../data/messages:505
 msgid "Colour of the external line:"
 msgstr ""
 
-#: ../data/messages:505
+#: ../data/messages:509
 msgid "Margin between the frame and the icons or their reflects :"
 msgstr "Адлегласць ад рамкі да значкоў або іх адлюстраванняў:"
 
-#: ../data/messages:507
+#: ../data/messages:511
 msgid "Are the bottom left and right corners rounded?"
 msgstr ""
 
-#: ../data/messages:511
+#: ../data/messages:515
 msgid "Main Dock"
 msgstr "Асноўная панэль"
 
-#: ../data/messages:515
+#: ../data/messages:519
 msgid "Sub-Docks"
 msgstr "Суб-панэлі"
 
-#: ../data/messages:521
+#: ../data/messages:525
 msgid ""
 "You can specify a ratio for the size of the sub-docks' icons, in relation to "
 "the main docks' icons size"
 msgstr ""
 
-#: ../data/messages:523
+#: ../data/messages:527
 msgid "Ratio for the size of the sub-docks' icons :"
 msgstr "Адносіны памераў значкоў на суб-панэлях:"
 
-#: ../data/messages:525 ../data/messages:793
+#: ../data/messages:529 ../data/messages:797
 msgid "smaller"
 msgstr "меншы"
 
-#: ../data/messages:527
+#: ../data/messages:531
 msgid "same size"
 msgstr "аднолькавага памеру"
 
-#: ../data/messages:529
+#: ../data/messages:533
 msgid "Dialogs"
 msgstr "Дыялогі"
 
-#: ../data/messages:531
+#: ../data/messages:535
 msgid "Bubble"
 msgstr "Воблачка нагадвання"
 
-#: ../data/messages:533
+#: ../data/messages:537
 msgid "Background colour of the bubble:"
 msgstr ""
 
-#: ../data/messages:535
+#: ../data/messages:539
 msgid "Shape of the bubble:"
 msgstr ""
 
-#: ../data/messages:537
+#: ../data/messages:541
 msgid "Text"
 msgstr "Тэкст"
 
-#: ../data/messages:539 ../data/messages:829
+#: ../data/messages:543 ../data/messages:833
 msgid "Otherwise the default's system one will be used."
 msgstr ""
 
-#: ../data/messages:541
+#: ../data/messages:545
 msgid "Use a custom font for the text?"
 msgstr ""
 
-#: ../data/messages:543
+#: ../data/messages:547
 msgid "Text font:"
 msgstr ""
 
-#: ../data/messages:545 ../data/messages:835
+#: ../data/messages:549 ../data/messages:839
 msgid "Draw the outline of the text?"
 msgstr ""
 
-#: ../data/messages:547
+#: ../data/messages:551
 msgid "Text color:"
 msgstr ""
 
-#: ../data/messages:549 ../data/messages:609
+#: ../data/messages:553 ../data/messages:613
 msgid "Buttons"
 msgstr "Кнопкі"
 
-#: ../data/messages:553
+#: ../data/messages:557
 msgid "Size of buttons in the info-bubbles (width x height) :"
 msgstr "Памер кнопак у воблачкаў напамін (шырыня х вышыня):"
 
-#: ../data/messages:555 ../data/messages:559 ../data/messages:613
-#: ../data/messages:617 ../data/messages:621 ../data/messages:625
+#: ../data/messages:559 ../data/messages:563 ../data/messages:617
+#: ../data/messages:621 ../data/messages:625 ../data/messages:629
 msgid "If you don't provide any, a default image will be used."
 msgstr "Калі нічога не пакажыце, то будзе выкарыстана стандартнае выява."
 
-#: ../data/messages:557
+#: ../data/messages:561
 msgid "Name of an image to use for the yes/ok button :"
 msgstr "Выява да кнопак Так / Не:"
 
-#: ../data/messages:561
+#: ../data/messages:565
 msgid "Name of an image to use for the no/cancel button :"
 msgstr "Выява для кнопак Нет / Адмена:"
 
-#: ../data/messages:563
+#: ../data/messages:567
 msgid "Size of the icon displayed next to the text :"
 msgstr "Памер значка побач з тэкстам:"
 
-#: ../data/messages:567
+#: ../data/messages:571
 msgid "Decorations"
 msgstr "Афармленне"
 
-#: ../data/messages:569
+#: ../data/messages:573
 msgid ""
 "This can be customized for each desklet separately.\n"
 "Choose 'Custom decoration' to define your own decorations below"
@@ -2012,271 +2093,272 @@
 "Вы можаце наладзіць асобна для кожнага десклета асобна.\n"
 "Выберыце 'Змяніць афармленне', каб наладзіць яго самастойна."
 
-#: ../data/messages:571
+#: ../data/messages:575
 msgid "Choose a default decoration for all desklets :"
 msgstr "Выберыце афармленне для ўсіх десклетов:"
 
-#: ../data/messages:573
+#: ../data/messages:577
 msgid ""
 "It's an image that will be displayed below the drawings, like a frame for "
 "example. Leave empty to not use any."
 msgstr ""
 
-#: ../data/messages:575
+#: ../data/messages:579
 msgid "Background image :"
 msgstr "Фонавае выява:"
 
-#: ../data/messages:577
+#: ../data/messages:581
 msgid "Background transparency :"
 msgstr ""
 
-#: ../data/messages:583
+#: ../data/messages:587
 msgid "in pixels. Use this to adjust the left position of the drawings."
 msgstr "у піксэлях. Вызначае левую пазіцыю малюнка."
 
-#: ../data/messages:585
+#: ../data/messages:589
 msgid "Left offset :"
 msgstr "Левае зрушэнне:"
 
-#: ../data/messages:587
+#: ../data/messages:591
 msgid "in pixels. Use this to adjust the top position of the drawings."
 msgstr "у піксэлях. Вызначае верхнюю пазіцыю малюнка."
 
-#: ../data/messages:589
+#: ../data/messages:593
 msgid "Top offset :"
 msgstr "Верхняе зрушэнне:"
 
-#: ../data/messages:591
+#: ../data/messages:595
 msgid "in pixels. Use this to adjust the right position of the drawings."
 msgstr "у піксэлях. Вызначае правую пазіцыю малюнка."
 
-#: ../data/messages:593
+#: ../data/messages:597
 msgid "Right offset :"
 msgstr "Правае зрушэнне:"
 
-#: ../data/messages:595
+#: ../data/messages:599
 msgid "in pixels. Use this to adjust the bottom position of the drawings."
 msgstr "у піксэлях. Вызначае ніжнюю пазіцыю малюнка."
 
-#: ../data/messages:597
+#: ../data/messages:601
 msgid "Bottom offset :"
 msgstr "Ніжняе зрушэнне:"
 
-#: ../data/messages:599
+#: ../data/messages:603
 msgid ""
 "It's an image that will be displayed above the drawings, like a reflection "
 "for example. Leave empty to not use any."
 msgstr ""
 
-#: ../data/messages:601
+#: ../data/messages:605
 msgid "Foreground image :"
 msgstr "Выява пярэдняга плана:"
 
-#: ../data/messages:603
+#: ../data/messages:607
 msgid "Foreground tansparency :"
 msgstr "Празрыстасць пярэдняга плана:"
 
-#: ../data/messages:611
+#: ../data/messages:615
 msgid "Buttons size :"
 msgstr "Памер кнопак:"
 
-#: ../data/messages:615 ../data/messages:627
+#: ../data/messages:619 ../data/messages:631
 msgid "Name of an image to use for the 'rotate' button :"
 msgstr "Выява для кнопкі 'круціцца':"
 
-#: ../data/messages:619
+#: ../data/messages:623
 msgid "Name of an image to use for the 'reattach' button :"
 msgstr ""
 
-#: ../data/messages:623
+#: ../data/messages:627
 msgid "Name of an image to use for the 'depth rotate' button :"
 msgstr ""
 
-#: ../data/messages:631
+#: ../data/messages:635
 msgid "Icons' themes"
 msgstr "Тэмы значкоў"
 
-#: ../data/messages:635
+#: ../data/messages:639
 msgid "Choose an icon theme :"
 msgstr "Выберыце тэму значкоў:"
 
-#: ../data/messages:637
+#: ../data/messages:641
 msgid ""
 "Any format allowed; leave this field empty if you don't want to use an image "
 "as background."
 msgstr ""
 
-#: ../data/messages:639
+#: ../data/messages:643
 msgid "Image filename to use as a background for icons :"
 msgstr ""
 
-#: ../data/messages:641
+#: ../data/messages:645
 msgid "Zoom effect"
 msgstr "Эфект набліжэння"
 
-#: ../data/messages:643
-msgid "set to 1 if you don't want the icons to zoom when you hover over them."
+#: ../data/messages:647
+msgid ""
+"set to 1 if you don't want the icons to zoom when you hover over them."
 msgstr ""
 
-#: ../data/messages:645
+#: ../data/messages:649
 msgid "Maximum zoom of the icons :"
 msgstr "Максімальнае павелічэнне значкоў:"
 
-#: ../data/messages:647
+#: ../data/messages:651
 msgid ""
 "in pixels. Outside of this space (centered on the mouse), there is no zoom."
 msgstr ""
 
-#: ../data/messages:649
+#: ../data/messages:653
 msgid "Width of the space in which the zoom will be effective :"
 msgstr ""
 
-#: ../data/messages:653
+#: ../data/messages:657
 msgid "Space between icons :"
 msgstr "Адлегласць паміж значкамі:"
 
-#: ../data/messages:655
+#: ../data/messages:659
 msgid "Reflections"
 msgstr "Адбіткі"
 
-#: ../data/messages:657
+#: ../data/messages:661
 msgid ""
 "It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
 "reflections are not used."
 msgstr ""
 
-#: ../data/messages:659
+#: ../data/messages:663
 msgid "Reflective power of the plane :"
 msgstr ""
 
-#: ../data/messages:661
+#: ../data/messages:665
 msgid "light"
 msgstr "слаба"
 
-#: ../data/messages:663
+#: ../data/messages:667
 msgid "strong"
 msgstr "моцна"
 
-#: ../data/messages:665
+#: ../data/messages:669
 msgid ""
 "In percent of the icon's size. This parameter influence the total height of "
 "the dock."
 msgstr ""
 "У працэнтах ад памеру значка. Гэты параметр уплывае на агульны памер панэлі."
 
-#: ../data/messages:667
+#: ../data/messages:671
 msgid "Height of the reflection:"
 msgstr ""
 
-#: ../data/messages:669
+#: ../data/messages:673
 msgid "small"
 msgstr "нізка"
 
-#: ../data/messages:671
+#: ../data/messages:675
 msgid "tall"
 msgstr "высока"
 
-#: ../data/messages:673
+#: ../data/messages:677
 msgid ""
 "It is their transparency when the dock is at rest; they will \"materialize\" "
 "progressively as the dock grows up. The closer to 0, the more transparent "
 "they will be."
 msgstr ""
-"Наколькі будуць празрыстыя значкі ў стане спакою; Яны будуць \"матэрыялізацца"
-"\" па меры з'яўлення панэлі. Чым бліжэй значэнне да 0, тым празрыстай яны "
-"будуць."
+"Наколькі будуць празрыстыя значкі ў стане спакою; Яны будуць "
+"\"матэрыялізацца\" па меры з'яўлення панэлі. Чым бліжэй значэнне да 0, тым "
+"празрыстай яны будуць."
 
-#: ../data/messages:675
+#: ../data/messages:679
 msgid "Icons' transparency at rest :"
 msgstr "Празрыстасць значкоў у стане спакою:"
 
-#: ../data/messages:681
+#: ../data/messages:685
 msgid "Icons size"
 msgstr "Памер значкоў"
 
-#: ../data/messages:683
+#: ../data/messages:687
 msgid "Launcher's size at rest (width x height) :"
 msgstr "Памер значкоў запуску ў стане спакою (шырыня х вышыня):"
 
-#: ../data/messages:685
+#: ../data/messages:689
 msgid "Application's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:687
+#: ../data/messages:691
 msgid "Applet's size at rest (width x height) :"
 msgstr "Памер аплетаў ў стане спакою (шырыня х вышыня):"
 
-#: ../data/messages:689
+#: ../data/messages:693
 msgid "Configure icons' animations."
 msgstr "Наладзіць анімацыю значкоў."
 
-#: ../data/messages:691
+#: ../data/messages:695
 msgid "Configure icons' special effects (requires OpenGL)."
 msgstr "Наладзіць спецыяльныя эфекты значкоў (патрабуецца падтрымка OpenGL)."
 
-#: ../data/messages:693
+#: ../data/messages:697
 msgid ""
 "Configure icons' animations on appearing/disappearing (require OpenGL "
 "capacity)."
 msgstr ""
 
-#: ../data/messages:695
+#: ../data/messages:699
 msgid "Separators"
 msgstr "Падзельнікі"
 
-#: ../data/messages:697
+#: ../data/messages:701
 msgid "Icon size at rest (width x height) :"
 msgstr "Памер значкоў у стане спакою (шырыня х вышыня):"
 
-#: ../data/messages:699
+#: ../data/messages:703
 msgid "Force separator's image size to stay constant?"
 msgstr ""
 
-#: ../data/messages:701
+#: ../data/messages:705
 msgid ""
 "Only the default, 3D-plane and curve views support flat and physical "
 "separators. Flat separators are rendered differently according to the view."
 msgstr ""
 
-#: ../data/messages:703
+#: ../data/messages:707
 msgid "How to draw the separators?"
 msgstr ""
 
-#: ../data/messages:705
+#: ../data/messages:709
 msgid "Use an image."
 msgstr ""
 
-#: ../data/messages:707
+#: ../data/messages:711
 msgid "Flat separator"
 msgstr "Плоскі падзельнік"
 
-#: ../data/messages:709
+#: ../data/messages:713
 msgid "Physical separator"
 msgstr "Фізічны падзельнік"
 
-#: ../data/messages:711
+#: ../data/messages:715
 msgid "If you don't provide one, blanks will be used."
 msgstr "Калі вы нічога не дадіце, будзе выкарыстоўвацца чысты."
 
-#: ../data/messages:713
+#: ../data/messages:717
 msgid "Filename of an image to use for separators :"
 msgstr "Выява для падзельніка:"
 
-#: ../data/messages:715
+#: ../data/messages:719
 msgid ""
 "Make the separator's image revolve when dock is on top/on the left/on the "
 "right?"
 msgstr ""
 
-#: ../data/messages:717
+#: ../data/messages:721
 msgid "Colour of flat separators :"
 msgstr ""
 
-#: ../data/messages:719
+#: ../data/messages:723
 msgid "Icons order"
 msgstr "Парадак значкоў"
 
-#: ../data/messages:721
+#: ../data/messages:725
 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"
@@ -2285,95 +2367,95 @@
 "launcher if they have one, or after the last launcher."
 msgstr ""
 
-#: ../data/messages:725 ../data/messages:821
+#: ../data/messages:729 ../data/messages:825
 msgid "No"
 msgstr "Не"
 
-#: ../data/messages:727
+#: ../data/messages:731
 msgid "Separate applications from others"
 msgstr "Аддзяляць праграмы ад астатніх"
 
-#: ../data/messages:729
+#: ../data/messages:733
 msgid "Separate applets from others"
 msgstr "Аддзяліць аплеты ад астатніх"
 
-#: ../data/messages:731
+#: ../data/messages:735
 msgid "Separate all"
 msgstr "Асобна ўсе"
 
-#: ../data/messages:741
+#: ../data/messages:745
 msgid "Link the icons with a string"
 msgstr "Звязаць значок са строчкай"
 
-#: ../data/messages:743
+#: ../data/messages:747
 msgid "Linewidth of the string, in pixels (0 to not use string) :"
 msgstr "Шырыня лініі радка, у піксэлях (0 - не выкарыстоўваць радок):"
 
-#: ../data/messages:745
+#: ../data/messages:749
 msgid "Colour of the string (red, blue, green, alpha) :"
 msgstr ""
 
-#: ../data/messages:749
+#: ../data/messages:753
 msgid "Indicator of the active window"
 msgstr ""
 
-#: ../data/messages:751
+#: ../data/messages:755
 msgid "Type of indicator:"
 msgstr ""
 
-#: ../data/messages:755
+#: ../data/messages:759
 msgid "Frame"
 msgstr ""
 
-#: ../data/messages:757 ../data/messages:775 ../data/messages:813
+#: ../data/messages:761 ../data/messages:779 ../data/messages:817
 msgid "Image file:"
 msgstr ""
 
-#: ../data/messages:759
+#: ../data/messages:763
 msgid "Set transparency to 0 if you don't want to use an indicator."
 msgstr ""
 
-#: ../data/messages:761
+#: ../data/messages:765
 msgid "Colour of the frame :"
 msgstr ""
 
-#: ../data/messages:763
+#: ../data/messages:767
 msgid "Set 0 to fill the frame."
 msgstr ""
 
-#: ../data/messages:765
+#: ../data/messages:769
 msgid "Linewidth of the frame around the active window :"
 msgstr ""
 
-#: ../data/messages:767
+#: ../data/messages:771
 msgid "Corner radius of the frame around the active window :"
 msgstr ""
 
-#: ../data/messages:769 ../data/messages:801
+#: ../data/messages:773 ../data/messages:805
 msgid "Draw indicator above the icon?"
 msgstr ""
 
-#: ../data/messages:771
+#: ../data/messages:775
 msgid "Indicator of active launcher"
 msgstr ""
 
-#: ../data/messages:773
+#: ../data/messages:777
 msgid ""
 "Indicators are drawn on launchers icons to show that they have already been "
 "launched. Leave blank to use the default one."
 msgstr ""
 
-#: ../data/messages:777
+#: ../data/messages:781
 msgid ""
 "The indicator is drawn on active launchers, but you may want to display it "
 "on applications too."
 msgstr ""
 
-#: ../data/messages:779
+#: ../data/messages:783
 msgid "Display an indicator on application icons too ?"
 msgstr ""
 
-#: ../data/messages:781
+#: ../data/messages:785
 msgid ""
 "Relatively to the icons' size. You can use this parameter to adjust the "
 "indicator's vertical position.\n"
@@ -2381,11 +2463,11 @@
 "otherwise downwards."
 msgstr ""
 
-#: ../data/messages:783
+#: ../data/messages:787
 msgid "Vertical offset :"
 msgstr ""
 
-#: ../data/messages:785
+#: ../data/messages:789
 msgid ""
 "If the indicator is linked to the icon, it will then be zoomed like the icon "
 "and the offset will be upwards.\n"
@@ -2393,112 +2475,112 @@
 "downwards."
 msgstr ""
 
-#: ../data/messages:787
+#: ../data/messages:791
 msgid "Link the indicator with its icon?"
 msgstr ""
 
-#: ../data/messages:789
+#: ../data/messages:793
 msgid ""
 "You can choose to make the indicator smaller or bigger than the icons. The "
 "bigger the value is, the bigger the indicator is. 1 means the indicator will "
 "have the same size as the icons."
 msgstr ""
 
-#: ../data/messages:791
+#: ../data/messages:795
 msgid "Indicator size ratio :"
 msgstr ""
 
-#: ../data/messages:795
+#: ../data/messages:799
 msgid "bigger"
 msgstr ""
 
-#: ../data/messages:797
+#: ../data/messages:801
 msgid ""
-"Use it to make the indicator follow the orientation of the dock (top/bottom/"
-"right/left)."
+"Use it to make the indicator follow the orientation of the dock "
+"(top/bottom/right/left)."
 msgstr ""
 
-#: ../data/messages:799
+#: ../data/messages:803
 msgid "Rotate the indicator with dock?"
 msgstr ""
 
-#: ../data/messages:803
+#: ../data/messages:807
 msgid "Indicator of grouped windows"
 msgstr ""
 
-#: ../data/messages:805
+#: ../data/messages:809
 msgid "How to show that several icons are grouped :"
 msgstr ""
 
-#: ../data/messages:807
+#: ../data/messages:811
 msgid "Draw an image"
 msgstr ""
 
-#: ../data/messages:809
+#: ../data/messages:813
 msgid "Draw the sub-dock's icons as a stack"
 msgstr ""
 
-#: ../data/messages:811
+#: ../data/messages:815
 msgid ""
 "It only makes sense if you chose to group the applis of the same class "
 "together. Leave blank to use the default one."
 msgstr ""
 
-#: ../data/messages:815
+#: ../data/messages:819
 msgid "Zoom the indicator with its icon?"
 msgstr ""
 
-#: ../data/messages:817
+#: ../data/messages:821
 msgid "Labels"
 msgstr "Подпісы"
 
-#: ../data/messages:819
+#: ../data/messages:823
 msgid "Show labels:"
 msgstr ""
 
-#: ../data/messages:823
+#: ../data/messages:827
 msgid "On pointed icon"
 msgstr "На наведзяным значку"
 
-#: ../data/messages:825
+#: ../data/messages:829
 msgid "On all icons"
 msgstr "На ўсіх значках"
 
-#: ../data/messages:827
+#: ../data/messages:831
 msgid "Font"
 msgstr "Шрыфт"
 
-#: ../data/messages:831
+#: ../data/messages:835
 msgid "Use a custom font for labels?"
 msgstr ""
 
-#: ../data/messages:833
+#: ../data/messages:837
 msgid "Font used for labels :"
 msgstr "Шрыфт для подпісаў:"
 
-#: ../data/messages:837
+#: ../data/messages:841
 msgid "Colour"
 msgstr ""
 
-#: ../data/messages:839
+#: ../data/messages:843
 msgid "It's the first color of the gradation."
 msgstr "Пачатковы колер градацыі."
 
-#: ../data/messages:841
+#: ../data/messages:845
 msgid "Start color :"
 msgstr "Пачатковы колер:"
 
-#: ../data/messages:843
+#: ../data/messages:847
 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:845
+#: ../data/messages:849
 msgid "Stop color :"
 msgstr "Канчатковы колер:"
 
-#: ../data/messages:847
+#: ../data/messages:851
 msgid ""
 "If checked, the pattern will go from top to bottom, otherwise from left to "
 "right."
@@ -2506,83 +2588,201 @@
 "Калі адзначана, шаблон будзе намалёван зверху ўніз, у адваротным выпадку "
 "злева направа."
 
-#: ../data/messages:849
+#: ../data/messages:853
 msgid "Pattern should be vertical?"
 msgstr ""
 
-#: ../data/messages:853
+#: ../data/messages:857
 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:855
+#: ../data/messages:859
 msgid "Colour of the label's background :"
 msgstr ""
 
-#: ../data/messages:857
+#: ../data/messages:861
 msgid "If false, only the quick-info will have this background color."
 msgstr ""
 "Калі не задзейнічана, то колер фону будзе выкарыстаны толькі ў падказках."
 
-#: ../data/messages:859
+#: ../data/messages:863
 msgid "Use background color for labels?"
 msgstr ""
 
-#: ../data/messages:861
+#: ../data/messages:865
 msgid "Margin around the text (in pixels) :"
 msgstr "Акантоўка вакол тэксту (у піксэлях):"
 
-#: ../data/messages:865
+#: ../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
 msgid "Yes, like that :-)"
 msgstr ""
 
-#: ../data/messages:867
+#: ../data/messages:949
 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:869
+#: ../data/messages:951
 msgid "How do I re-order my icons?"
 msgstr ""
 
-#: ../data/messages:871
+#: ../data/messages:953
 msgid "Tip: you can even re-order icons of active applications."
 msgstr ""
 
-#: ../data/messages:873
+#: ../data/messages:955
 msgid "Simply drag with the mouse, and drop wherever you wish."
 msgstr ""
 
-#: ../data/messages:875
+#: ../data/messages:957
 msgid ""
 "How do I position applets and taskbar icons at the beginning of the dock?"
 msgstr ""
 
-#: ../data/messages:877
+#: ../data/messages:959
 msgid ""
 "Tip: you can also position applets amongst launchers, by ticking the box "
 "below."
 msgstr ""
 
-#: ../data/messages:879
+#: ../data/messages:961
 msgid ""
 "In the «icons» module, at the bottom, you can select icon order according to "
 "type (launcher/appli/applet)."
 msgstr ""
 
-#: ../data/messages:881 ../data/messages:889 ../data/messages:903
-#: ../data/messages:959
-msgid "Go to the «Icons» module."
-msgstr ""
-
-#: ../data/messages:883
+#: ../data/messages:963
 msgid "How do I change an icon image?"
 msgstr ""
 
-#: ../data/messages:885
+#: ../data/messages:965
 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, "
@@ -2590,7 +2790,7 @@
 "the best."
 msgstr ""
 
-#: ../data/messages:887
+#: ../data/messages:967
 msgid ""
 "In the “Icons” module, you can choose an <b>icon theme</b>. Just choose a "
 "theme, and apply.\n"
@@ -2601,72 +2801,55 @@
 "If you choose nothing, the default icon theme of your system will be used."
 msgstr ""
 
-#: ../data/messages:891
+#: ../data/messages:969
 msgid "How do I remove many icons quickly?"
 msgstr ""
 
-#: ../data/messages:893
+#: ../data/messages:971
 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:895
+#: ../data/messages:973
 msgid ""
-"Just drag and drop them out of the dock, they will disappear in an "
-"explosion !"
+"Just drag and drop them out of the dock, they will disappear in an explosion "
+"!"
 msgstr ""
 
-#: ../data/messages:897
+#: ../data/messages:975
 msgid "How can I resize my icons?"
 msgstr ""
 
-#: ../data/messages:899
+#: ../data/messages:977
 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:901
+#: ../data/messages:979
 msgid ""
-"In the 'Icons' modules, you can setup the default size of your icons by "
-"type : launchers, apps, applets and separators.\n"
+"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:905
-msgid ""
-"I want to see a preview of opened applications by moving my cursor over its "
-"icon"
-msgstr ""
-
-#: ../data/messages:907 ../data/messages:1035 ../data/messages:1167
-#: ../data/messages:1231 ../data/messages:1269 ../data/messages:1311
-#: ../data/messages:1315 ../data/messages:1321 ../data/messages:1325
-#: ../data/messages:1329 ../data/messages:1333
-msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
-msgstr ""
-
-#: ../data/messages:909 ../data/messages:1037
-msgid "If you're using Compiz, you can click on this button:"
-msgstr ""
-
-#: ../data/messages:911
+#: ../data/messages:981
 msgid "Dock"
 msgstr ""
 
-#: ../data/messages:913
+#: ../data/messages:983
 msgid "How do I position my dock on the screen?"
 msgstr ""
 
-#: ../data/messages:915
+#: ../data/messages:985
 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:917
+#: ../data/messages:987
 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"
@@ -2674,86 +2857,76 @@
 "screen border."
 msgstr ""
 
-#: ../data/messages:919 ../data/messages:927
-msgid "Go to the «Position» module."
-msgstr ""
-
-#: ../data/messages:921
+#: ../data/messages:989
 msgid "How do I adjust the position of the dock above the Gnome-panel?"
 msgstr ""
 
-#: ../data/messages:923
+#: ../data/messages:991
 msgid ""
 "Tip: you can also simply drag your dock with the mouse by pressing the ALT "
 "key at the same time."
 msgstr ""
 
-#: ../data/messages:925
+#: ../data/messages:993
 msgid "In the «Position» module, you can add an offset to the screen border."
 msgstr ""
 
-#: ../data/messages:929
+#: ../data/messages:995
 msgid "The dock is hidden by the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:931
+#: ../data/messages:997
 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."
+"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:933
+#: ../data/messages:999
 msgid "I don’t want other windows covering the dock"
 msgstr ""
 
-#: ../data/messages:935
-msgid "Tip: You can even do that with desklets: making a desklet's panel !."
+#: ../data/messages:1001
+msgid "Hint: you can even do that with desklets, making a desklet's panel !."
 msgstr ""
 
-#: ../data/messages:937
+#: ../data/messages:1003
 msgid ""
-"Just choose the corresponding option in the “Accessibility” module.\n"
+"Just choose the corresponding option in the “Visibility” module.\n"
 "This will reserve the space for the dock only."
 msgstr ""
 
-#: ../data/messages:939 ../data/messages:947
-msgid "Go to the «Accessibility» module."
-msgstr ""
-
-#: ../data/messages:941
+#: ../data/messages:1005
 msgid "I don’t want that the dock covers windows"
 msgstr ""
 
-#: ../data/messages:943
+#: ../data/messages:1007
 msgid ""
-"Tip: You can choose to pop-up the dock only when the mouse hits the screen "
+"Hint : 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:945
+#: ../data/messages:1009
 msgid ""
-"Two choices are available in the “Accessibility” module:\n"
+"Two choices are available in the “Visibility” 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:949
+#: ../data/messages:1011
 msgid "How can I add a separator?"
 msgstr ""
 
-#: ../data/messages:951
+#: ../data/messages:1013
 msgid ""
-"Tip: if you choose to mix applets and launchers in the 'Icons' module, you "
+"Hint: if you choose to mix applets and launchers in the 'Icons' module, you "
 "can also place separators between applets then."
 msgstr ""
 
-#: ../data/messages:953
+#: ../data/messages:1015
 msgid ""
 "Simply right-click on the dock where you wish to add a separator and select "
 "«add a separator».\n"
@@ -2761,41 +2934,41 @@
 "dragging it with the mouse."
 msgstr ""
 
-#: ../data/messages:955
+#: ../data/messages:1017
 msgid ""
 "I don't want to have a separator between launchers , applications and "
 "applets."
 msgstr ""
 
-#: ../data/messages:957
+#: ../data/messages:1019
 msgid ""
 "In the «Icons» module, in the «separator» section, untick the box that says "
 "«add automatic separators»."
 msgstr ""
 
-#: ../data/messages:961
+#: ../data/messages:1021
 msgid "How do I add a sub-dock?"
 msgstr ""
 
-#: ../data/messages:963
+#: ../data/messages:1023
 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."
+"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."
 msgstr ""
 
-#: ../data/messages:965
+#: ../data/messages:1025
 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:1027
 msgid "How can I have many main docks?"
 msgstr ""
 
-#: ../data/messages:969
+#: ../data/messages:1029
 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"
@@ -2803,23 +2976,23 @@
 "choose “configure this dock”."
 msgstr ""
 
-#: ../data/messages:971
+#: ../data/messages:1031
 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:1033
 msgid "How can I have a 3D dock?"
 msgstr ""
 
-#: ../data/messages:975
+#: ../data/messages:1035
 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:1037
 msgid ""
 "Any dock can be displayed with one view, and many views are available (3D, "
 "Curve, etc).\n"
@@ -2827,21 +3000,17 @@
 "dock, and for sub-dock."
 msgstr ""
 
-#: ../data/messages:979
-msgid "Go to the «Views» module."
-msgstr ""
-
-#: ../data/messages:981
+#: ../data/messages:1039
 msgid "How can I change the background of my docks?"
 msgstr ""
 
-#: ../data/messages:983
+#: ../data/messages:1041
 msgid ""
 "Hint : the Parabolic view doe not have a background, but the Slide and "
 "Rainbow views have their own background parameters."
 msgstr ""
 
-#: ../data/messages:985
+#: ../data/messages:1043
 msgid ""
 "In the 'Background' module, you can either choose an image, or a color "
 "gradation.\n"
@@ -2849,21 +3018,17 @@
 "gradatoin will be used."
 msgstr ""
 
-#: ../data/messages:987
-msgid "Go to the «Background» module."
-msgstr ""
-
-#: ../data/messages:989
+#: ../data/messages:1045
 msgid "I find the dock too flashy, can it be more sober?"
 msgstr ""
 
-#: ../data/messages:991
+#: ../data/messages:1047
 msgid ""
 "Hint : try different themes, some are already very sober, like Dust-Sand or "
 "Elementary."
 msgstr ""
 
-#: ../data/messages:993
+#: ../data/messages:1049
 msgid ""
 "Who can do more can do less ! You can for instance deactivate the \"Icon "
 "effects\" plug-in,\n"
@@ -2876,62 +3041,62 @@
 "this would be a shame ! ^_^"
 msgstr ""
 
-#: ../data/messages:995
+#: ../data/messages:1051
 msgid "Desklet"
 msgstr ""
 
-#: ../data/messages:997
+#: ../data/messages:1053
 msgid "What are «desklets»?"
 msgstr ""
 
-#: ../data/messages:999
+#: ../data/messages:1055
 msgid ""
 "Tip: to detach an applet, you can drag and drop its icon from the dock to "
 "the desktop"
 msgstr ""
 
-#: ../data/messages:1001
+#: ../data/messages:1057
 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:1003
+#: ../data/messages:1059
 msgid "How do I configure their position?"
 msgstr ""
 
-#: ../data/messages:1005
+#: ../data/messages:1061
 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:1007
+#: ../data/messages:1063
 msgid "Simply drag them with the mouse."
 msgstr ""
 
-#: ../data/messages:1009
+#: ../data/messages:1065
 msgid "How do I configure their behaviour?"
 msgstr ""
 
-#: ../data/messages:1011
+#: ../data/messages:1067
 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:1013
+#: ../data/messages:1069
 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:1015
+#: ../data/messages:1071
 msgid "How do I change their decorations?"
 msgstr ""
 
-#: ../data/messages:1017
+#: ../data/messages:1073
 msgid ""
 "Tip: you can add new decorations by choosing «Personalised» decoration, and "
 "providing a background and/or foreground image. You can configure the "
@@ -2939,7 +3104,7 @@
 "decorations."
 msgstr ""
 
-#: ../data/messages:1019
+#: ../data/messages:1075
 msgid ""
 "The default decoration is defined in the «Desklets» module.\n"
 "Moreover, each desklet can have its own decoration. To change a desklet's "
@@ -2948,33 +3113,29 @@
 "choose the decoration you wish to use."
 msgstr ""
 
-#: ../data/messages:1021
-msgid "Go to the «Desklets» module."
-msgstr ""
-
-#: ../data/messages:1023
+#: ../data/messages:1077
 msgid "How do I insert a desklet into the dock?"
 msgstr ""
 
-#: ../data/messages:1025
+#: ../data/messages:1079
 msgid "Hint :  if the desklet is locked, the button won’t appear."
 msgstr ""
 
-#: ../data/messages:1027
+#: ../data/messages:1081
 msgid "Simply click on the top right button."
 msgstr ""
 
-#: ../data/messages:1029
+#: ../data/messages:1083
 msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
 msgstr ""
 
-#: ../data/messages:1031
+#: ../data/messages:1085
 msgid ""
 "Tip: you may have to switch to the Widget Layer once so that Compiz takes "
 "the change into account."
 msgstr ""
 
-#: ../data/messages:1033
+#: ../data/messages:1087
 msgid ""
 "In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the "
 "rule (name=cairo-dock &amp; type=utility).\n"
@@ -2982,91 +3143,81 @@
 "desklet and selecting 'Compiz-Fusion Widget'."
 msgstr ""
 
-#: ../data/messages:1041
+#: ../data/messages:1091
 msgid "How do I enable the Taskbar?"
 msgstr ""
 
-#: ../data/messages:1043
+#: ../data/messages:1093
 msgid "Tip: All the Taskbar options are grouped together in this module."
 msgstr ""
 
-#: ../data/messages:1045
+#: ../data/messages:1095
 msgid "Go to the «Taskbar» module, then tick the first box, and apply."
 msgstr ""
 
-#: ../data/messages:1047 ../data/messages:1055 ../data/messages:1063
-#: ../data/messages:1071 ../data/messages:1077
-msgid "Go to the «TaskBar» module."
-msgstr ""
-
-#: ../data/messages:1049
+#: ../data/messages:1097
 msgid ""
 "I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
 msgstr ""
 
-#: ../data/messages:1051
+#: ../data/messages:1099
 msgid ""
 "Tip: You can then scroll on this icon to switch from a window to another, in "
 "an ALT+TAB style."
 msgstr ""
 
-#: ../data/messages:1053
+#: ../data/messages:1101
 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."
+"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."
 msgstr ""
 
-#: ../data/messages:1057
+#: ../data/messages:1103
 msgid "I have ugly icons for some applications."
 msgstr ""
 
-#: ../data/messages:1059
+#: ../data/messages:1105
 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"
+"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:1061
+#: ../data/messages:1107
 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."
+"zoomed. Use the «overwrite X icons» option to tell the dock not to use them."
 msgstr ""
 
-#: ../data/messages:1065
+#: ../data/messages:1109
 msgid ""
 "When I launch a program with its launcher, I don't want an additional icon "
 "in the taskbar"
 msgstr ""
 
-#: ../data/messages:1067
+#: ../data/messages:1111
 msgid ""
 "Tip: to launch another instance of the program, shift+click on the launcher."
 msgstr ""
 
-#: ../data/messages:1069
+#: ../data/messages:1113
 msgid ""
-"In the «TaskBar» module, you can use the «Mix launchers and applications» "
-"option.\n"
+"Use the «Mix applis and launchers» 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:1073
+#: ../data/messages:1115
 msgid "I'm using Pidgin, and I want to see my friends' avatars."
 msgstr ""
 
-#: ../data/messages:1075
+#: ../data/messages:1117
 msgid ""
 "If you chose to overwrite X icons, you can add an exception for Pidgin just "
 "before this option.\n"
@@ -3076,69 +3227,64 @@
 "this application."
 msgstr ""
 
-#: ../data/messages:1079
+#: ../data/messages:1119
 msgid ""
 "How can I quickly navigate between many windows of the same application "
 "quickly?"
 msgstr ""
 
-#: ../data/messages:1081
+#: ../data/messages:1121
 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:1083
+#: ../data/messages:1123
 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:1085
+#: ../data/messages:1125
 msgid "Replacing the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:1087
+#: ../data/messages:1127
 msgid "How can I add the main menu?"
 msgstr ""
 
-#: ../data/messages:1089
+#: ../data/messages:1129
 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:1091
-#, fuzzy
-msgid "Enable the GMenu applet."
-msgstr "Актываваць гэты модуль"
-
-#: ../data/messages:1093 ../data/messages:1101
-msgid "Go to the «GMenu» module."
-msgstr ""
-
-#: ../data/messages:1095
+"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
 msgid "How can I add a simple «quick launch» panel?"
 msgstr ""
 
-#: ../data/messages:1097
+#: ../data/messages:1135
 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:1099
+#: ../data/messages:1137
 msgid ""
 "Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
 msgstr ""
 
-#: ../data/messages:1103
-msgid "How can I add a Log-out icon?"
+#: ../data/messages:1139
+msgid "How can I add a logout icon?"
 msgstr ""
 
-#: ../data/messages:1105
+#: ../data/messages:1141
 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 "
@@ -3146,101 +3292,77 @@
 "order, and even lets you enter your own commands."
 msgstr ""
 
-#: ../data/messages:1107
-msgid "Enable the «Log-out» applet."
-msgstr ""
-
-#: ../data/messages:1109
-msgid "Go to the «Log-out» module."
-msgstr ""
-
-#: ../data/messages:1111
+#: ../data/messages:1143
+msgid "Simply enable the «logout» applet."
+msgstr ""
+
+#: ../data/messages:1145
 msgid "How can I access the dustbin?"
 msgstr ""
 
-#: ../data/messages:1113
+#: ../data/messages:1147
 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:1115
-msgid "Simply enable the «Dustbin» applet."
-msgstr ""
-
-#: ../data/messages:1117
-msgid "Go to the «Dustbin» module."
-msgstr ""
-
-#: ../data/messages:1119
+#: ../data/messages:1149
+msgid "Simply enable the «dustbin» applet."
+msgstr ""
+
+#: ../data/messages:1151
 msgid "How can I access my mount points?"
 msgstr ""
 
-#: ../data/messages:1121
+#: ../data/messages:1153
 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:1123
-msgid "Simply enable the «Shortcuts» applet."
-msgstr ""
-
-#: ../data/messages:1125 ../data/messages:1133
-msgid "Go to the «Shortcuts» module."
-msgstr ""
-
-#: ../data/messages:1127
+#: ../data/messages:1155 ../data/messages:1161
+msgid "Simply enable the «shortcuts» applet."
+msgstr ""
+
+#: ../data/messages:1157
 msgid "How can I access my Nautilus bookmarks?"
 msgstr ""
 
-#: ../data/messages:1129
+#: ../data/messages:1159
 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:1131
-msgid "Simply enable the «shortcuts» applet."
-msgstr ""
-
-#: ../data/messages:1135
+#: ../data/messages:1163
 msgid "How can I access my desktop?"
 msgstr ""
 
-#: ../data/messages:1137
+#: ../data/messages:1165
 msgid ""
 "Tip: middle-clicking on the icon will hide all windows, but not desklets."
 msgstr ""
 
-#: ../data/messages:1139
-msgid "Simply enable the «showDesktop» applet."
-msgstr ""
-
-#: ../data/messages:1141
-msgid "Go to the «Show Desktop» module."
-msgstr ""
-
-#: ../data/messages:1143
+#: ../data/messages:1167
+msgid "Simply enable the «show desktop» applet."
+msgstr ""
+
+#: ../data/messages:1169
 msgid "How can I add an easy-to-acces calendar?"
 msgstr ""
 
-#: ../data/messages:1145
+#: ../data/messages:1171
 msgid ""
 "Enable the «Clock» applet. Clicking on it will display a calendar, clicking "
 "again will hide it."
 msgstr ""
 
-#: ../data/messages:1147
-msgid "Go to the «Clock» module."
-msgstr ""
-
-#: ../data/messages:1149
+#: ../data/messages:1173
 msgid "How can I add the notification area (systray)?"
 msgstr ""
 
-#: ../data/messages:1151
+#: ../data/messages:1175
 msgid ""
 "Enable the «Systray» applet. For the moment it cannot be displayed directly "
 "in the dock,\n"
@@ -3250,236 +3372,205 @@
 "corner of your screen and keep it above other windows."
 msgstr ""
 
-#: ../data/messages:1153
-msgid "Go to the «Systray» module."
-msgstr ""
-
-#: ../data/messages:1155
+#: ../data/messages:1177
 msgid ""
 "How can I add an easy-to-access terminal with real transparency, like Tilda?"
 msgstr ""
 
-#: ../data/messages:1157
+#: ../data/messages:1179
 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:1159
+#: ../data/messages:1181
 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:1161
-msgid "Go to the «terminal» module."
-msgstr ""
-
-#: ../data/messages:1163
+#: ../data/messages:1183
 msgid "So then, how can I remove completely the gnome-panel?"
 msgstr ""
 
-#: ../data/messages:1165
-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:1169
-msgid ""
-"If you are on Gnome, you can click on this button in order to automatically "
-"modify this key:"
-msgstr ""
-
-#: ../data/messages:1173
+#: ../data/messages:1185
+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
 msgid "How do I run the same applet multiple times?"
 msgstr ""
 
-#: ../data/messages:1175
+#: ../data/messages:1191
 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:1177
+#: ../data/messages:1193
 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"
+"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:1179
+#: ../data/messages:1195
 msgid ""
 "I have a personal gauge that I want to use in the dock (for System-Monitor "
 "or others)."
 msgstr ""
 
-#: ../data/messages:1181
+#: ../data/messages:1197
 msgid ""
 "Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
 msgstr ""
 
-#: ../data/messages:1183
+#: ../data/messages:1199
 msgid ""
 "I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
 msgstr ""
 
-#: ../data/messages:1185
+#: ../data/messages:1201
 msgid ""
 "Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-"
 "Penguin, weather, etc."
 msgstr ""
 
-#: ../data/messages:1187
+#: ../data/messages:1203
 msgid ""
 "Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
 msgstr ""
 
-#: ../data/messages:1189
+#: ../data/messages:1205
 msgid "How do I change the brightness of my screen quickly?"
 msgstr ""
 
-#: ../data/messages:1191
+#: ../data/messages:1207
 msgid ""
 "Enable the Xgamma applet, then you can scroll up/down on the icon with the "
 "mouse."
 msgstr ""
 
-#: ../data/messages:1193
-msgid "Go to the «Xgamma» module."
-msgstr ""
-
-#: ../data/messages:1195
+#: ../data/messages:1209
 msgid "How can I change the speaker volume quickly?"
 msgstr ""
 
-#: ../data/messages:1197
+#: ../data/messages:1211
 msgid ""
 "Enable the AlsaMixer applet, then you can scroll up/down on the icon with "
 "the mouse."
 msgstr ""
 
-#: ../data/messages:1199
-msgid "Go to the «AlsaMixer» module."
-msgstr ""
-
-#: ../data/messages:1201
+#: ../data/messages:1213
 msgid "How can I quickly switch to another desktop?"
 msgstr ""
 
-#: ../data/messages:1203
-msgid "Tip: This applet even lets you add or remove quickly a desktop !"
+#: ../data/messages:1215
+msgid "Hint : this applet even lets you add/remove quickly a desktop !"
 msgstr ""
 
-#: ../data/messages:1205
+#: ../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:1207
-msgid "Go to the «Switcher» module."
-msgstr ""
-
-#: ../data/messages:1209
+#: ../data/messages:1219
 msgid "How can I control my dock from the keyboard?"
 msgstr ""
 
-#: ../data/messages:1211
+#: ../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!"
+"Hint : when you define a shortkey, try it before to be sure that it is not "
+"already used by another application."
 msgstr ""
 
-#: ../data/messages:1213
+#: ../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"
-" - 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>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"
+" - 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 !"
 msgstr ""
 
-#: ../data/messages:1215
+#: ../data/messages:1225
 msgid "Troubleshooting"
 msgstr ""
 
-#: ../data/messages:1217
+#: ../data/messages:1227
 msgid "If you have any question, don't hesitate to ask on our forum."
 msgstr ""
 
-#: ../data/messages:1219
+#: ../data/messages:1229
 msgid "Forum"
 msgstr ""
 
-#: ../data/messages:1221
+#: ../data/messages:1231
 msgid "Our wiki can also help you, it is more complete on some points."
 msgstr ""
 
-#: ../data/messages:1223
+#: ../data/messages:1233
 msgid "Wiki"
 msgstr ""
 
-#: ../data/messages:1225
+#: ../data/messages:1235
 msgid "I have a black background around my dock."
 msgstr ""
 
-#: ../data/messages:1227
+#: ../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:1229
+#: ../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"
 "If 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'."
-msgstr ""
-
-#: ../data/messages:1233
-msgid ""
-"If you're on Gnome with Metacity (without Compiz), you can click on this "
-"button:"
-msgstr ""
-
-#: ../data/messages:1235
+" Open gconf-editor, edit the key "
+"'/apps/metacity/general/compositing_manager' and set it to 'true'."
+msgstr ""
+
+#: ../data/messages:1241
 msgid "My machine is too old to run a composite manager."
 msgstr ""
 
-#: ../data/messages:1237
+#: ../data/messages:1243
 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:1239
+#: ../data/messages:1245
 msgid "The dock is horribly slow when I move the mouse into it."
 msgstr ""
 
-#: ../data/messages:1241
+#: ../data/messages:1247
 msgid ""
 "If you have an Nvidia GeForce8 graphics card, please install the latest "
 "drivers, as the first ones were really buggy.\n"
@@ -3489,32 +3580,32 @@
 "with «cairo-dock -c»."
 msgstr ""
 
-#: ../data/messages:1243
+#: ../data/messages:1249
 msgid "I don't have these wonderful effects like fire, cube rotating, etc."
 msgstr ""
 
-#: ../data/messages:1245
+#: ../data/messages:1251
 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:1247
+#: ../data/messages:1253
 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:1249
+#: ../data/messages:1255
 msgid "I don't have any themes in the Theme Manager, except the default one."
 msgstr ""
 
-#: ../data/messages:1251
+#: ../data/messages:1257
 msgid "Hint : Up to version 2.1.1-2, wget was used."
 msgstr ""
 
-#: ../data/messages:1253
+#: ../data/messages:1259
 msgid ""
 "Be sure that you are connected to the Net.\n"
 " If your connection is very slow, you can increase the connection timeout in "
@@ -3524,17 +3615,17 @@
 "\"http_proxy\" environment variable)."
 msgstr ""
 
-#: ../data/messages:1255
+#: ../data/messages:1261
 msgid "The «netspeed» applet displays 0 even when I'm downloading something"
 msgstr ""
 
-#: ../data/messages:1257
+#: ../data/messages:1263
 msgid ""
 "Tip: you can run several instances of this applet if you wish to monitor "
 "several interfaces."
 msgstr ""
 
-#: ../data/messages:1259
+#: ../data/messages:1265
 msgid ""
 "You must tell the applet which interface you're using to connect to the Net "
 "(by default, this is «eth0»).\n"
@@ -3543,11 +3634,11 @@
 "something like «eth1», «ath0», or «wifi0».."
 msgstr ""
 
-#: ../data/messages:1261
+#: ../data/messages:1267
 msgid "The dustbin remains empty even when I delete a file."
 msgstr ""
 
-#: ../data/messages:1263
+#: ../data/messages:1269
 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 "
@@ -3555,26 +3646,18 @@
 "here!!! (do not insert spaces or some invisible caracters)."
 msgstr ""
 
-#: ../data/messages:1265
+#: ../data/messages:1271
 msgid ""
 "There is no icon in the Applications Menu even though I enable the option."
 msgstr ""
 
-#: ../data/messages:1267
+#: ../data/messages:1273
 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:1271
-msgid "If you're on Gnome you can click on this button:"
-msgstr ""
-
-#: ../data/messages:1273
-msgid "The Project"
-msgstr ""
-
 #: ../data/messages:1275
 msgid "Join the project!"
 msgstr ""
@@ -3583,8 +3666,8 @@
 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"
+"or if you just made a dream about the dock, pay us a visit on cairo-"
+"dock.org.\n"
 "English (and others!) speakers are welcome, so don’t be shy ! ;-)\n"
 "\n"
 "If you made a theme for the dock or one of the applet, and want to share it, "
@@ -3597,7 +3680,7 @@
 msgstr ""
 
 #: ../data/messages:1281
-msgid "Documentation"
+msgid "documentation"
 msgstr ""
 
 #: ../data/messages:1283
@@ -3617,341 +3700,155 @@
 "The Cairo-Dock Team"
 msgstr ""
 
-#: ../data/messages:1289
-msgid "Websites"
-msgstr ""
-
-#: ../data/messages:1303
-#, fuzzy
-msgid "Repositories"
-msgstr "Аксэсуары"
-
-#: ../data/messages:1305
-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:1307
-msgid "Debian/Ubuntu"
-msgstr ""
-
-#: ../data/messages:1309
-#, fuzzy
-msgid "Ubuntu"
-msgstr "Адлучыць"
-
-#: ../data/messages:1313
-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:1317
-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:1319
-msgid "Debian"
-msgstr ""
-
-#: ../data/messages:1323
-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."
+#: ../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 ?"
 msgstr ""
 
 #: ../data/messages:1327
 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:1331
-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:1335
-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."
+"Choose the screen border relative to which the dock will be positioned:"
 msgstr ""
 
 #: ../data/messages:1341
-msgid "Choose the screen border relative to which the dock will be positioned:"
-msgstr ""
-
-#: ../data/messages:1355
 msgid "Position relative to the selected screen edge"
 msgstr ""
 
-#: ../data/messages:1359
+#: ../data/messages:1345
 msgid "Lateral gap:"
 msgstr ""
 
-#: ../data/messages:1365
+#: ../data/messages:1351
 msgid "starting from 0"
 msgstr "пачынаючы з 0"
 
-#: ../data/messages:1369
+#: ../data/messages:1355
 msgid "Visibility of the dock"
 msgstr ""
 
-#: ../data/messages:1393
+#: ../data/messages:1379
 msgid "Leave it empty to use the same view as the main dock."
 msgstr ""
 
-#: ../data/messages:1395
+#: ../data/messages:1381
 msgid "Choose the view for this dock :/"
 msgstr ""
 
-#: ../data/messages:1401
+#: ../data/messages:1387
 msgid "Same as main dock"
 msgstr ""
 
-#: ../data/messages:1419
+#: ../data/messages:1405
 msgid "Choose a theme"
 msgstr ""
 
-#: ../data/messages:1423
+#: ../data/messages:1409
 msgid "You can even paste an internet URL."
 msgstr ""
 
-#: ../data/messages:1425
+#: ../data/messages:1411
 msgid "...or drag and drop a theme package here :"
 msgstr ""
 
-#: ../data/messages:1435
+#: ../data/messages:1421
 msgid "Save"
 msgstr ""
 
-#: ../data/messages:1437
+#: ../data/messages:1423
 msgid "Save current theme"
 msgstr ""
 
-#: ../data/messages:1439
+#: ../data/messages:1425
 msgid "You will then be able to re-open it at any time."
 msgstr ""
 
-#: ../data/messages:1441
+#: ../data/messages:1427
 msgid "Save as:"
 msgstr ""
 
-#: ../data/messages:1443
+#: ../data/messages:1429
 msgid "Save current behaviour also?"
 msgstr ""
 
-#: ../data/messages:1445
+#: ../data/messages:1431
 msgid "Save current launchers also?"
 msgstr ""
 
-#: ../data/messages:1447
+#: ../data/messages:1433
 msgid ""
 "The dock will build a complete tarball of your current theme, allowing you "
 "to easily exchange it with other people."
 msgstr ""
 
-#: ../data/messages:1449
+#: ../data/messages:1435
 msgid "Build a package of the theme?"
 msgstr ""
 
-#: ../data/messages:1451
+#: ../data/messages:1437
 msgid "Delete"
 msgstr ""
 
-#: ../data/messages:1453
+#: ../data/messages:1439
 msgid "List of your personal themes"
 msgstr ""
 
-#: ../data/messages:1455
+#: ../data/messages:1441
 msgid "Delete from the list themes that you don't need anymore :"
 msgstr ""
 
-#: ../data/messages:1457 ../data/messages:1459 ../data/messages:1463
-#: ../data/messages:1465 ../data/messages:1493 ../data/messages:1543
-#: ../data/messages:1577
-msgid "Desktop Entry"
-msgstr ""
-
-#: ../data/messages:1461
+#: ../data/messages:1447
 msgid "cPath="
 msgstr ""
 
-#: ../data/messages:1467
-msgid "Sub-dock's name :"
-msgstr ""
-
-#: ../data/messages:1469 ../data/messages:1497
-msgid "How to render the icon :"
-msgstr ""
-
-#: ../data/messages:1471 ../data/messages:1499
-msgid "Use an image"
-msgstr ""
-
-#: ../data/messages:1473 ../data/messages:1501
-msgid "Draw sub-dock's content as emblems"
-msgstr ""
-
-#: ../data/messages:1475 ../data/messages:1503
-msgid "Draw sub-dock's content as stack"
-msgstr ""
-
-#: ../data/messages:1477 ../data/messages:1505
-msgid "Draw sub-dock's content inside a box"
-msgstr ""
-
-#: ../data/messages:1479 ../data/messages:1507 ../data/messages:1551
-#: ../data/messages:1579
-msgid "Image's name or path :"
-msgstr ""
-
-#: ../data/messages:1481 ../data/messages:1533 ../data/messages:1557
+#: ../data/messages:1573
+msgid "pouet"
+msgstr ""
+
+#: ../data/messages:1575 ../data/messages:1577 ../data/messages:1579
 #: ../data/messages:1581
-msgid "Extra parameters"
-msgstr ""
-
-#: ../data/messages:1483 ../data/messages:1535 ../data/messages:1559
-#: ../data/messages:1583
-msgid "Order you want for this launcher among the others:"
-msgstr ""
-
-#: ../data/messages:1485 ../data/messages:1537 ../data/messages:1555
-#: ../data/messages:1585
-msgid "Name of the container it belongs to:"
-msgstr ""
-
-#: ../data/messages:1487
-msgid "Name of the view used for the sub-dock :"
-msgstr ""
-
-#: ../data/messages:1489
-msgid "If '0' the container will be displayed on every viewport."
-msgstr ""
-
-#: ../data/messages:1491 ../data/messages:1541 ../data/messages:1575
-msgid "Only show in this specific viewport"
-msgstr ""
-
-#: ../data/messages:1495 ../data/messages:1545
-msgid "Launcher's name :"
-msgstr ""
-
-#: ../data/messages:1509
-msgid "URI of the file :"
-msgstr ""
-
-#: ../data/messages:1511
-msgid "Number of files to list in the sub-dock :"
-msgstr ""
-
-#: ../data/messages:1515
-msgid "5"
-msgstr ""
-
-#: ../data/messages:1517
-msgid "10"
-msgstr ""
-
-#: ../data/messages:1519
-msgid "20"
-msgstr ""
-
-#: ../data/messages:1521
-msgid "30"
-msgstr ""
-
-#: ../data/messages:1525
-msgid "Sort files by :"
-msgstr "Сартаваць файлы па:"
-
-#: ../data/messages:1527
-msgid "Name"
-msgstr "Назва"
-
-#: ../data/messages:1529
-msgid "Size"
-msgstr "Памеру"
-
-#: ../data/messages:1531
-msgid "Date"
-msgstr "Даце"
-
-#: ../data/messages:1539 ../data/messages:1573
-msgid "If '0' the launcher will be displayed on every viewport."
-msgstr ""
-
-#: ../data/messages:1547
-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:1549
-msgid "Command to launch on click :"
-msgstr ""
-
-#: ../data/messages:1553
-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:1561
-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:1563
-msgid "Prevent this launcher from stealing appli from taskbar ?"
-msgstr ""
-
-#: ../data/messages:1565
-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:1567
-msgid "Class of the program :"
-msgstr ""
-
-#: ../data/messages:1569
-msgid "It will use 'xterm'."
-msgstr ""
-
-#: ../data/messages:1571
-msgid "Run in a terminal ?"
-msgstr ""
-
-#: ../data/messages:1587
-msgid "pouet"
-msgstr ""
-
-#: ../data/messages:1589 ../data/messages:1591 ../data/messages:1593
-#: ../data/messages:1595
 msgid ""
 "v1.4.6.3 :\n"
 "Just to say :\n"
@@ -3959,7 +3856,7 @@
 "  the Cairo-Dock's team."
 msgstr ""
 
-#: ../data/messages:1597
+#: ../data/messages:1583
 msgid ""
 "v1.5.0 : it's been 1 month since previous release, and we worked hardly to "
 "bring you :\n"
@@ -3979,7 +3876,7 @@
 "  Now, why not try to make an applet for Cairo-Dock ? ;-)"
 msgstr ""
 
-#: ../data/messages:1599
+#: ../data/messages:1585
 msgid ""
 "v1.5.1 :\n"
 " - The 1.5 branch is still young, so this version brings a lot of bug fixes\n"
@@ -3991,7 +3888,7 @@
 " and behave as real desklets."
 msgstr ""
 
-#: ../data/messages:1601
+#: ../data/messages:1587
 msgid ""
 "v1.5.2.1 :\n"
 " - a lot of bug fixes, especially on desklets.\n"
@@ -3999,7 +3896,7 @@
 " - Cairo-Dock is now fully translated in Japanese, thanks to Jiro Kawada !"
 msgstr ""
 
-#: ../data/messages:1603
+#: ../data/messages:1589
 msgid ""
 "v1.5.3.2 :\n"
 " - Themes have been deeply reviewed\n"
@@ -4013,7 +3910,7 @@
 "  who could help cairo-dock to be well-integrated into KDE ;-)"
 msgstr ""
 
-#: ../data/messages:1605
+#: ../data/messages:1591
 msgid ""
 "v1.5.4.2 : a huge release !\n"
 " - add a cute pinguin in your dock with the new applet Cairo-Penguin\n"
@@ -4027,7 +3924,7 @@
 " - 3 more themes in Weather"
 msgstr ""
 
-#: ../data/messages:1607
+#: ../data/messages:1593
 msgid ""
 "v1.5.5.4 :\n"
 " - Huge enhancements in the TaskBar :\n"
@@ -4043,7 +3940,7 @@
 "soon ;-)"
 msgstr ""
 
-#: ../data/messages:1609
+#: ../data/messages:1595
 msgid ""
 "v1.5.6 :\n"
 " - Integration into the last Gnome 2.22 (Ubuntu8.04, Fedora9, ...) - still "
@@ -4061,7 +3958,7 @@
 " - Any help would be welcome to integrate the dock into KDE !"
 msgstr ""
 
-#: ../data/messages:1611
+#: ../data/messages:1597
 msgid ""
 "v1.6.0 :\n"
 " - A new view has appeared : Diapositive !\n"
@@ -4080,11 +3977,11 @@
 " - Real window thumbnail when minimized."
 msgstr ""
 
-#: ../data/messages:1613
+#: ../data/messages:1599
 msgid ""
 "v1.6.1 :\n"
-"Cairo-Dock has one year ! To celebrate this event, we are happy to offer "
-"you :\n"
+"Cairo-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"
@@ -4093,7 +3990,7 @@
 "plug-in ^_^"
 msgstr ""
 
-#: ../data/messages:1615
+#: ../data/messages:1601
 msgid ""
 "v1.6.2 : the first version integrated in the Ubuntu repositories !\n"
 " - 2 new applets have been released :\n"
@@ -4106,7 +4003,7 @@
 "plug-in ^_^"
 msgstr ""
 
-#: ../data/messages:1617
+#: ../data/messages:1603
 msgid ""
 "v1.6.3 : \n"
 " - first the bad news :\n"
@@ -4124,7 +4021,7 @@
 " - The dock is now translated in Sweden and partially in Greek."
 msgstr ""
 
-#: ../data/messages:1619
+#: ../data/messages:1605
 msgid ""
 "Cairo-Dock II\n"
 " - Cairo-Dock is now a full OpenGL dock ! (the cairo backend is still "
@@ -4137,7 +4034,7 @@
 " - Lot of bug fixes and upgrades in all plug-ins."
 msgstr ""
 
-#: ../data/messages:1621
+#: ../data/messages:1607
 msgid ""
 "2.0.5 :\n"
 " - This is mainly a bug-fix version\n"
@@ -4145,7 +4042,7 @@
 " - Added functionnalities on grouped applications icons."
 msgstr ""
 
-#: ../data/messages:1623
+#: ../data/messages:1609
 msgid ""
 "2.1.0 : A really heavy version !\n"
 " - Control any music player with the MusicPlayer applet\n"
@@ -4162,11 +4059,11 @@
 "documentation on http://doc.glx-dock.org.";
 msgstr ""
 
-#: ../data/messages:1625
+#: ../data/messages:1611
 msgid ""
 "2.1.1 : more stable and user-friendly !\n"
-" - This version corrects many bugs appeared with the v2.1.0 (sorry for "
-"that !)\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"
@@ -4180,7 +4077,7 @@
 "    You can even write an applet in any language with it !"
 msgstr ""
 
-#: ../data/messages:1627
+#: ../data/messages:1613
 msgid ""
 "2.1.2 : \n"
 " - The config panel has been improved again (new icons, more clear, better "
@@ -4198,7 +4095,7 @@
 "to achieve it !"
 msgstr ""
 
-#: ../data/messages:1629
+#: ../data/messages:1615
 msgid ""
 "GLX-Dock 2.1.3\n"
 " - A new and simplified configuration panel has been written\n"
@@ -4213,7 +4110,7 @@
 " - This version also fixes a huge number of problems."
 msgstr ""
 
-#: ../data/messages:1631
+#: ../data/messages:1617
 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-"
@@ -4237,70 +4134,6 @@
 "better on any desktop."
 msgstr ""
 
-#~ msgid "Controllers"
-#~ msgstr "Датчыкі"
-
-#~ msgid "Plug-ins"
-#~ msgstr "Модулі"
-
-#~ msgid ""
-#~ "You're about deleting this file\n"
-#~ "  (%s)\n"
-#~ "from your hard-disk. Sure ?"
-#~ msgstr ""
-#~ "Вы зьбіраецеся выдаліць файл\n"
-#~ "  (%s)\n"
-#~ "з жорсткага дыска. Вы ўпэўнены?"
-
-#~ msgid ""
-#~ "Warning: could not delete this file.\n"
-#~ "Please check file permissions."
-#~ msgstr ""
-#~ "Увага: не ўдалося выдаліць гэты файл.\n"
-#~ "Пераканайцеся, што вы маеце права на запіс."
-
-#~ msgid "Rename to:"
-#~ msgstr "Перайменаваць у:"
-
-#~ 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 "Mount"
-#~ msgstr "Далучыць"
-
-#~ msgid "Eject"
-#~ msgstr "Выняць"
-
-#~ msgid "Delete this file"
-#~ msgstr "Выдаліць гэты файл"
-
-#~ msgid "Rename this file"
-#~ msgstr "Перайменаваць гэты файл"
-
-#~ msgid "Properties"
-#~ msgstr "Ўласцівасці"
-
-#~ msgid "Do you want to mount this device?"
-#~ msgstr "Вы жадаеце падключыць гэтую кропку?"
-
-#~ msgid "%s is now mounted"
-#~ msgstr "%s далучаны"
-
-#~ msgid "%s is now unmounted"
-#~ msgstr "%s адлучаны"
-
-#~ msgid "Controller"
-#~ msgstr "Кіраванне"
-
-#~ msgid "Plug-in"
-#~ msgstr "Плагін"
-
 #~ msgid "module"
 #~ msgstr "модуль"
 
@@ -4321,8 +4154,7 @@
 #~ msgstr ""
 #~ "Плагіны не знойдзены.\n"
 #~ "Для эфектыўнай работы Cairo-Dock варта ўсталяваць плягіны.\n"
-#~ "Яны ўключаюць у сябе мноства цікавых функцый, анімацыі і ўсяго "
-#~ "астатняга,\n"
+#~ "Яны ўключаюць у сябе мноства цікавых функцый, анімацыі і ўсяго астатняга,\n"
 #~ " чаго б вы дакладна не хацелі прапусціць!"
 
 #~ msgid "Prevent windows from overlapping the dock"
@@ -4341,8 +4173,8 @@
 #~ "None     : Don't show opened windows in the dock.\n"
 #~ "MacOSX   : Mix applications with its launcher, show other windows only if "
 #~ "they are minimized.\n"
-#~ "Windows7 : Mix applications with its launcher, show all others windows "
-#~ "and group windows togather in sub-dock.\n"
+#~ "Windows7 : Mix applications with its launcher, show all others windows and "
+#~ "group windows togather in sub-dock.\n"
 #~ "Gnome    : Separate the taskbar from the launchers and only show windows "
 #~ "that are on the current desktop."
 #~ msgstr ""
@@ -4351,12 +4183,12 @@
 #~ "калі яны мінімізаваныя.\n"
 #~ "Windows7: Сумясціць праграмы з іх значкамі, паказваць усе астатнія акна і "
 #~ "групіраваць падобныя вокны ў суб-панэль.\n"
-#~ "Gnome: Аддзяліць панэль задач ад значкоў запуску і паказваць акна толькі "
-#~ "з бягучага працоўнага стала."
+#~ "Gnome: Аддзяліць панэль задач ад значкоў запуску і паказваць акна толькі з "
+#~ "бягучага працоўнага стала."
 
 #~ msgid ""
-#~ "If an error occurs during downloading a theme, it will retry this number "
-#~ "of times before giving up."
+#~ "If an error occurs during downloading a theme, it will retry this number of "
+#~ "times before giving up."
 #~ msgstr ""
 #~ "Калі падчас загрузкі ўзнікае памылка, то будзе прадпрынята пазначаная "
 #~ "колькасць спробаў перападключэняў."
@@ -4368,8 +4200,8 @@
 #~ msgstr "Схаваная панэль"
 
 #~ msgid ""
-#~ "Use it when the image is an arrow pointing to the center of the screen "
-#~ "for exemple."
+#~ "Use it when the image is an arrow pointing to the center of the screen for "
+#~ "exemple."
 #~ msgstr ""
 #~ "Выкарыстоўвайце, напрыклад, калі ў вас ёсць малюнак у выглядзе стрэлкі "
 #~ "паказваюцца ў цэнтр панэлі."
@@ -4393,36 +4225,35 @@
 #~ msgstr "Наладзіць паводзіны аўта-схавання."
 
 #~ msgid ""
-#~ "Icons will scroll according to what positioning model is selected. The "
-#~ "dock can of course can be positioned anywhere on the screen. Here we "
-#~ "specify this relative position."
+#~ "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 "
+#~ "relative position."
 #~ msgstr ""
 #~ "Значкі будуць пракручвалася адносна абранага месцазнаходжання панэлі. Бо "
-#~ "панэль можа размяшчацца ў любым месцы экрана і тут мы вызначаем дзе "
-#~ "менавіта."
+#~ "панэль можа размяшчацца ў любым месцы экрана і тут мы вызначаем дзе менавіта."
 
 #~ msgid ""
-#~ "Prevent windows from overlapping the dock: reserve space at the edge of "
-#~ "the screen for the dock.\n"
+#~ "Prevent windows from overlapping the dock: reserve space at the edge of the "
+#~ "screen for the dock.\n"
 #~ "Auto-hide: the dock will automatically hide itself outside of the screen "
 #~ "when the mouse leaves it. Instead, it will show a zone where placing the "
 #~ "mouse will trigger the dock and make it re-appear.\n"
-#~ "Keep the dock below windows: the dock will pop-up on the foreground when "
-#~ "you place the mouse on its screen border.\n"
+#~ "Keep the dock below windows: the dock will pop-up on the foreground when you "
+#~ "place the mouse on its screen border.\n"
 #~ "Pop-up on shortcut : When you press the shortcut, the dock will pop-up at "
-#~ "the position of your mouse. The rest of the time, it stays invisible, "
-#~ "thus acting like a menu."
+#~ "the position of your mouse. The rest of the time, it stays invisible, thus "
+#~ "acting like a menu."
 #~ msgstr ""
 #~ "Не дапускаць перакрыцця панэлі іншымі вокнамі: зарэзерваваць месца пад "
 #~ "панэль на мяжы экрана. \n"
 #~ "Аўто-ўцёкі: Панэль будзе аўтаматычна хавацца, пакідаючы толькі зону "
-#~ "рэагавання. Калі змясціць курсор у гэтую зону, то панэль адразу ж "
-#~ "з'явіцца. \n"
-#~ "Трымаць ззаду вокнаў: Панэль будзе всплывает з задняга фону, калі "
-#~ "змясціць курсор на яе мяжу. \n"
-#~ "Усплывае па клавіятурным скарачэнні: Пры націску на пэўных клявішаў, "
-#~ "панэль з'явіцца ў пазіцыі курсора мышы. Астатні час застаючыся нябачнай. "
-#~ "Гэты рэжым падобны з дзеяннем сістэмнага меню."
+#~ "рэагавання. Калі змясціць курсор у гэтую зону, то панэль адразу ж з'явіцца. "
+#~ "\n"
+#~ "Трымаць ззаду вокнаў: Панэль будзе всплывает з задняга фону, калі змясціць "
+#~ "курсор на яе мяжу. \n"
+#~ "Усплывае па клавіятурным скарачэнні: Пры націску на пэўных клявішаў, панэль "
+#~ "з'явіцца ў пазіцыі курсора мышы. Астатні час застаючыся нябачнай. Гэты рэжым "
+#~ "падобны з дзеяннем сістэмнага меню."
 
 #~ msgid "Pop-up only if the mouse hits a screen corner"
 #~ msgstr "Всплывае толькі калі курсор задевает край экрана?"

=== modified file 'po/ca.po'
--- po/ca.po	2010-08-07 01:28:23 +0000
+++ po/ca.po	2010-09-07 00:45:54 +0000
@@ -8,13 +8,14 @@
 msgstr ""
 "Project-Id-Version: cairo-dock-core\n"
 "Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"PO-Revision-Date: 2010-07-22 04:12+0000\n"
+"POT-Creation-Date: 2010-08-29 00:58+0000\n"
+"PO-Revision-Date: 2010-08-29 03:47+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-07-23 04:02+0000\n"
+"X-Launchpad-Export-Date: 2010-08-30 03:51+0000\n"
 "X-Generator: Launchpad (build Unknown)\n"
 "Language: ca\n"
 
@@ -22,85 +23,93 @@
 msgid "Launcher configuration"
 msgstr "Configuració dels llançadors"
 
-#: ../src/cairo-dock-gui-main.c:126 ../data/messages:271
+#: ../src/cairo-dock-gui-main.c:128 ../data/messages:277
 msgid "Behaviour"
 msgstr "Comportament"
 
-#: ../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 "Aparença"
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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 "Escriptori"
 
-#: ../src/cairo-dock-gui-main.c:131
+#: ../src/cairo-dock-gui-main.c:133
 msgid "Accessories"
 msgstr "Accessoris"
 
-#: ../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 "Sistema"
 
-#: ../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 ""
 
-#: ../src/cairo-dock-gui-main.c:134 ../src/cairo-dock-gui-main.c:1523
-#: ../data/messages:1523
+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1524
+#: ../data/messages:1531
 msgid "All"
 msgstr "Tot"
 
-#: ../src/cairo-dock-gui-main.c:1499
+#: ../src/cairo-dock-gui-main.c:1500
 msgid "Categories"
 msgstr "Categories"
 
-#: ../src/cairo-dock-gui-main.c:1629
+#: ../src/cairo-dock-gui-main.c:1630
 msgid "Filter"
-msgstr "Filtre"
+msgstr "Filtrar"
 
-#: ../src/cairo-dock-gui-main.c:1674 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1677 ../data/messages:141
 msgid "Options"
 msgstr "Opcions"
 
-#: ../src/cairo-dock-gui-main.c:1684
+#: ../src/cairo-dock-gui-main.c:1687
 msgid "All words"
 msgstr "Totes les paraules"
 
-#: ../src/cairo-dock-gui-main.c:1688
+#: ../src/cairo-dock-gui-main.c:1691
 msgid "Highlighted words"
 msgstr "Realçar les paraules"
 
-#: ../src/cairo-dock-gui-main.c:1693
+#: ../src/cairo-dock-gui-main.c:1696
 msgid "Hide others"
-msgstr "Amaga les altres"
+msgstr "Amaga altres"
 
-#: ../src/cairo-dock-gui-main.c:1698
+#: ../src/cairo-dock-gui-main.c:1701
 msgid "Search in description"
 msgstr "Cerca a la descripció"
 
-#: ../src/cairo-dock-gui-main.c:1712
+#: ../src/cairo-dock-gui-main.c:1715
 msgid "Enable this module"
 msgstr "Activa aquest mòdul"
 
-#: ../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 "< Mode de manteniment >"
 
-#: ../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 "Configuració de Cairo-Dock"
 
-#: ../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 "
@@ -109,16 +118,16 @@
 "No hi ha el mòdul '%s'. Hauries d'instal·lar el mòdul o les seves "
 "dependències per treure'n el màxim profit."
 
-#: ../src/cairo-dock-gui-main.c:2217
+#: ../src/cairo-dock-gui-main.c:2232
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr "El mòdul '%s' no està activat."
 
-#: ../src/cairo-dock-gui-main.c:2218
+#: ../src/cairo-dock-gui-main.c:2233
 msgid "Do you want to enable it now?"
 msgstr "Vols activar-ho immediatament?"
 
-#: ../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 "
@@ -132,28 +141,28 @@
 "o vols personalitzar-la !\n"
 "Vols fer-hi una ullada ?"
 
-#: ../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 ""
 
-#: ../src/cairo-dock-gui-simple.c:711
+#: ../src/cairo-dock-gui-simple.c:718
 msgid "Animation:"
 msgstr ""
 
-#: ../src/cairo-dock-gui-simple.c:728
+#: ../src/cairo-dock-gui-simple.c:735
 msgid "Effects:"
 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 "Al passar per sobre el ratolí:"
 
-#: ../src/cairo-dock-gui-simple.c:744 ../data/messages:79
+#: ../src/cairo-dock-gui-simple.c:751 ../data/messages:79
 msgid "On click:"
 msgstr "Al clicar:"
 
-#: ../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"
@@ -221,7 +230,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 "Icones"
 
@@ -232,402 +241,408 @@
 " size, reflection, icon theme,..."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:127
+#: ../src/cairo-dock-menu.c:128
 #, c-format
 msgid "Configuration of the '%s' dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:206 ../data/messages:1293
+#: ../src/cairo-dock-menu.c:207 ../data/messages:1303
 msgid "Community site"
 msgstr ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:210 ../data/messages:1297
+#: ../src/cairo-dock-menu.c:211 ../data/messages:1307
 msgid "Development site"
 msgstr ""
 
-#: ../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 "Troba aquí la darrera versió de 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 ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:224
+#: ../src/cairo-dock-menu.c:225
 msgid "Development"
 msgstr "Desenvolupament"
 
-#: ../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 "Assistència"
 
-#: ../src/cairo-dock-menu.c:312
+#: ../src/cairo-dock-menu.c:313
 msgid "Quit Cairo-Dock?"
 msgstr "Tancar Cairo-Dock ?"
 
-#: ../src/cairo-dock-menu.c:338
+#: ../src/cairo-dock-menu.c:339
 msgid "Configure this dock"
 msgstr "Configurar aquesta barra"
 
-#: ../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 "Configurar"
 
-#: ../src/cairo-dock-menu.c:351
+#: ../src/cairo-dock-menu.c:352
 msgid "Configure behaviour, appearance, and applets."
 msgstr "Configurar el comportament, aparença i miniaplicacions."
 
-#: ../src/cairo-dock-menu.c:353
+#: ../src/cairo-dock-menu.c:354
 msgid "Manage themes"
 msgstr "Gestiona temes"
 
-#: ../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 "desblocar icones"
 
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:364
 msgid "Lock icons"
 msgstr "blocar icones"
 
-#: ../src/cairo-dock-menu.c:367
+#: ../src/cairo-dock-menu.c:368
 msgid "This will (un)lock the position of the icons."
 msgstr "Això (des)blocarà la posició de les icones."
 
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:372
 msgid "Unlock dock"
 msgstr "desbloca la barra"
 
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:372
 msgid "Lock dock"
 msgstr "bloca la barra"
 
-#: ../src/cairo-dock-menu.c:376
+#: ../src/cairo-dock-menu.c:377
 msgid "This will (un)lock the whole dock."
 msgstr "Això (des)blocarà tota la barra"
 
-#: ../src/cairo-dock-menu.c:381
+#: ../src/cairo-dock-menu.c:382
 msgid "Quick-Hide"
 msgstr "Oculta automàticament"
 
-#: ../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 "Amagarà la barra fins que hi entris amb el ratolí."
 
-#: ../src/cairo-dock-menu.c:394
+#: ../src/cairo-dock-menu.c:395
 msgid "Launch Cairo-Dock on startup"
 msgstr "Executa Cairo-Dock a l'inici"
 
-#: ../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 "Ajuda"
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:416
-msgid "Third-party applets provide integration with many programs, like Pidgin"
+#: ../src/cairo-dock-menu.c:417
+msgid ""
+"Third-party applets provide integration with many programs, like Pidgin"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:418
+#: ../src/cairo-dock-menu.c:419
 msgid "About"
 msgstr "Quant a"
 
-#: ../src/cairo-dock-menu.c:426
+#: ../src/cairo-dock-menu.c:427
 msgid "Quit"
 msgstr "Surt"
 
-#: ../src/cairo-dock-menu.c:450
+#: ../src/cairo-dock-menu.c:451
 msgid "separator"
 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 "Estàs a punt de treure aquesta icona (%s) de la barra. N'estàs segur ?"
+msgstr ""
+"Estàs a punt de treure aquesta icona (%s) de la barra. N'estàs segur ?"
 
-#: ../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"
 "(otherwise they will be destroyed)"
 msgstr ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:552
+#: ../src/cairo-dock-menu.c:553
 msgid "Sorry, this icon doesn't have a configuration file."
 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: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 ""
-"Estàs a punt de treure aquesta miniaplicació (%s) de la barra. N'estàs "
-"segur ?"
+"Estàs a punt de treure aquesta miniaplicació (%s) de la barra. N'estàs segur "
+"?"
 
-#: ../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."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1017
+#: ../src/cairo-dock-menu.c:1067
 #, c-format
 msgid "Move all to desktop %d - face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1017
+#: ../src/cairo-dock-menu.c:1067
 #, c-format
 msgid "Move to desktop %d - face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1019
+#: ../src/cairo-dock-menu.c:1069
 #, c-format
 msgid "Move all to desktop %d"
 msgstr "Mou-ho tot a l'escriptori %d"
 
-#: ../src/cairo-dock-menu.c:1019
+#: ../src/cairo-dock-menu.c:1069
 #, c-format
 msgid "Move to desktop %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1021
+#: ../src/cairo-dock-menu.c:1071
 #, c-format
 msgid "Move all to face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1021
+#: ../src/cairo-dock-menu.c:1071
 #, c-format
 msgid "Move to face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1058
+#: ../src/cairo-dock-menu.c:1108
 msgid "Add"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1062
+#: ../src/cairo-dock-menu.c:1112
 msgid "Add a sub-dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1064
+#: ../src/cairo-dock-menu.c:1114
 msgid "Add a main dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1117
 msgid "Add a separator"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1121
 msgid "Add a custom launcher"
 msgstr ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:1109
+#: ../src/cairo-dock-menu.c:1161
 msgid "Modify this separator"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1109
+#: ../src/cairo-dock-menu.c:1161
 msgid "Modify this launcher"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1111
+#: ../src/cairo-dock-menu.c:1163
 msgid "Remove this separator"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1111
+#: ../src/cairo-dock-menu.c:1163
 msgid "Remove this launcher"
 msgstr ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:1137
+#: ../src/cairo-dock-menu.c:1189
 msgid "Move to this desktop"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1151
+#: ../src/cairo-dock-menu.c:1203
 msgid "Not Fullscreen"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1151
+#: ../src/cairo-dock-menu.c:1203
 msgid "Fullscreen"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1155
+#: ../src/cairo-dock-menu.c:1207
 msgid "Don't keep above"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1155
+#: ../src/cairo-dock-menu.c:1207
 msgid "Keep above"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1174
+#: ../src/cairo-dock-menu.c:1226
 msgid "Remove custom icon"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1178
+#: ../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:1183
+#: ../src/cairo-dock-menu.c:1237
 msgid "Launch a new (Shift+clic)"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1188
+#: ../src/cairo-dock-menu.c:1242
 msgid "Make it a launcher"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1191
+#: ../src/cairo-dock-menu.c:1245
 msgid "Show"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1247
 msgid "Unmaximise"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1247
 msgid "Maximise"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1196
+#: ../src/cairo-dock-menu.c:1250
 msgid "Minimise"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1198
+#: ../src/cairo-dock-menu.c:1252
 msgid "Close (middle-click)"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1211
+#: ../src/cairo-dock-menu.c:1265
 msgid "Move all to this desktop"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1217
+#: ../src/cairo-dock-menu.c:1271
 msgid "Launch new"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1220
+#: ../src/cairo-dock-menu.c:1274
 msgid "Show all"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1222
+#: ../src/cairo-dock-menu.c:1276
 msgid "Minimise all"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1224
+#: ../src/cairo-dock-menu.c:1278
 msgid "Close all"
 msgstr ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1302
 msgid "Detach this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1302
 msgid "Return to the dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1251
+#: ../src/cairo-dock-menu.c:1305
 msgid "Remove this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1255
+#: ../src/cairo-dock-menu.c:1309
 msgid "Launch another instance of this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1277
+#: ../src/cairo-dock-menu.c:1331
 #: ../src/gldit/cairo-dock-internal-accessibility.c:277
 msgid "Visibility"
 msgstr "Visibilitat"
 
-#: ../src/cairo-dock-menu.c:1292
+#: ../src/cairo-dock-menu.c:1346
 msgid "Normal"
 msgstr ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:1305
+#: ../src/cairo-dock-menu.c:1359
 msgid "Always below"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1318
+#: ../src/cairo-dock-menu.c:1372
 msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1320
+#: ../src/cairo-dock-menu.c:1374
 msgid "Reserve space"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1327
+#: ../src/cairo-dock-menu.c:1381
 msgid "On all desktops"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1333
+#: ../src/cairo-dock-menu.c:1387
 msgid "Lock position"
 msgstr ""
 
-#: ../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"
@@ -717,7 +732,7 @@
 "  (you can now click on this dialog to close it)"
 msgstr ""
 
-#: ../src/cairo-dock.c:844
+#: ../src/cairo-dock.c:842
 #, c-format
 msgid ""
 "The module '%s' may have encountered a problem.\n"
@@ -759,44 +774,44 @@
 msgid "Failed to unmount %s"
 msgstr "no s'ha pogut desmuntar %s"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:831
+#: ../src/gldit/cairo-dock-gui-factory.c:832
 msgid "_Custom Icons_"
 msgstr "_Icones Personalitzades_"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1261
+#: ../src/gldit/cairo-dock-gui-factory.c:1262
 msgid "Accessory"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1305
+#: ../src/gldit/cairo-dock-gui-factory.c:1306
 msgid "rate me"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1325
+#: ../src/gldit/cairo-dock-gui-factory.c:1326
 msgid "Local"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1329
+#: ../src/gldit/cairo-dock-gui-factory.c:1330
 msgid "User"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1333
+#: ../src/gldit/cairo-dock-gui-factory.c:1334
 msgid "Net"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1337
+#: ../src/gldit/cairo-dock-gui-factory.c:1338
 msgid "New"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1342
+#: ../src/gldit/cairo-dock-gui-factory.c:1343
 msgid "Updated"
 msgstr ""
 
-#: ../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 "Per poder valorar el tema, l'has d'haver provat."
 
-#: ../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"
@@ -807,7 +822,7 @@
 "Assegura't que l'instal·les a la mateixa versió que la barra per disposar "
 "d'aquestes característiques."
 
-#: ../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"
@@ -816,44 +831,45 @@
 "El connector '%s' està desactivat.‎\n"
 "Voleu activar-lo?"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2151
+#: ../src/gldit/cairo-dock-gui-factory.c:2152
 #, c-format
 msgid "Listing themes in '%s' ..."
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2289
+#: ../src/gldit/cairo-dock-gui-factory.c:2290
 msgid "plug-in"
 msgstr "Connector"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2295
+#: ../src/gldit/cairo-dock-gui-factory.c:2296
 msgid "category"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2338
-msgid "Click on an applet in order to have a preview and a description for it."
+#: ../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:2741
+#: ../src/gldit/cairo-dock-gui-factory.c:2742
 msgid "state"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2747
+#: ../src/gldit/cairo-dock-gui-factory.c:2748
 msgid "Theme"
 msgstr "tema"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2760
+#: ../src/gldit/cairo-dock-gui-factory.c:2761
 msgid "Rating"
 msgstr "valoració"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2766
+#: ../src/gldit/cairo-dock-gui-factory.c:2767
 msgid "Sobriety"
 msgstr "sobrietat"
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2849
+#: ../src/gldit/cairo-dock-gui-factory.c:2850
 msgid "link"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2902
+#: ../src/gldit/cairo-dock-gui-factory.c:2903
 msgid "Grab"
 msgstr "agafa"
 
@@ -864,8 +880,8 @@
 "Configure the way you access your docks and sub-docks!"
 msgstr ""
 
-#: ../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 "Fons"
 
@@ -877,7 +893,7 @@
 msgid "_custom decoration_"
 msgstr "_decoració personalitzada_"
 
-#: ../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 ""
 
@@ -901,7 +917,7 @@
 msgid "Configure text bubble appearance."
 msgstr "Configurar l'aspecte de les notificacions"
 
-#: ../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 "Indicadors"
 
@@ -917,7 +933,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 "Posició"
 
@@ -925,12 +941,12 @@
 msgid "Set the position of the main dock."
 msgstr "Estableix la posició de la barra principal."
 
-#: ../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 ""
 
 #: ../src/gldit/cairo-dock-internal-taskbar.c:167 ../data/messages:61
-#: ../data/messages:1039
+#: ../data/messages:1049
 msgid "Taskbar"
 msgstr "Barra de tasques"
 
@@ -945,7 +961,7 @@
 msgstr ""
 
 #: ../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 ""
 
@@ -953,7 +969,7 @@
 msgid "Select a view for each of your docks."
 msgstr ""
 
-#: ../src/gldit/cairo-dock-struct.h:455
+#: ../src/gldit/cairo-dock-struct.h:457
 msgid "Default"
 msgstr ""
 
@@ -979,65 +995,65 @@
 msgstr ""
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:37
-#: ../data/messages:211
+#: ../data/messages:217
 msgid "Move down"
 msgstr "Mou avall"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:39
-#: ../data/messages:213
+#: ../data/messages:219
 msgid "Fade out"
 msgstr "Fosa"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:41
-#: ../data/messages:215
+#: ../data/messages:221
 msgid "Semi transparent"
 msgstr "Semitransparent"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:43
-#: ../data/messages:217
+#: ../data/messages:223
 msgid "Zoom out"
 msgstr "Allunya"
 
 #: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:45
-#: ../data/messages:219
+#: ../data/messages:225
 msgid "Folding"
 msgstr "Plegable"
 
-#: ../data/messages:1 ../data/messages:1337
+#: ../data/messages:1 ../data/messages:1347
 msgid "Behavior"
 msgstr "Comportament"
 
-#: ../data/messages:3 ../data/messages:147 ../data/messages:1339
+#: ../data/messages:3 ../data/messages:153 ../data/messages:1349
 msgid "Position on the screen"
 msgstr "Posició a la pantalla"
 
-#: ../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 "Trieu quin contorn de superfície del Dock voleu col·locar a:"
 
-#: ../data/messages:7 ../data/messages:151 ../data/messages:1343
+#: ../data/messages:7 ../data/messages:157 ../data/messages:1353
 msgid "bottom"
 msgstr "baix"
 
-#: ../data/messages:9 ../data/messages:153 ../data/messages:1345
+#: ../data/messages:9 ../data/messages:159 ../data/messages:1355
 msgid "top"
 msgstr "dalt"
 
-#: ../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 "dreta"
 
-#: ../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 "esquerra"
 
-#: ../data/messages:15 ../data/messages:189
+#: ../data/messages:15 ../data/messages:195
 msgid "Visibility of the main dock"
 msgstr "Visibilitat del Dock principal"
 
-#: ../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 "
@@ -1046,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:1373
+#: ../data/messages:19 ../data/messages:55 ../data/messages:199
+#: ../data/messages:261 ../data/messages:1383
 msgid "Visibility:"
 msgstr "Visibilitat:"
 
-#: ../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 ""
 
-#: ../data/messages:25 ../data/messages:199 ../data/messages:1379
+#: ../data/messages:25 ../data/messages:205 ../data/messages:1389
 msgid "Keep the dock below"
 msgstr ""
 
-#: ../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 "Amaga el Dock quan tingui la finestra activa per sobre"
 
-#: ../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 ""
 
-#: ../data/messages:31 ../data/messages:205 ../data/messages:1385
+#: ../data/messages:31 ../data/messages:211 ../data/messages:1395
 msgid "Keep the dock hidden"
 msgstr ""
 
-#: ../data/messages:33 ../data/messages:207 ../data/messages:1387
+#: ../data/messages:33 ../data/messages:213 ../data/messages:1397
 msgid "Pop-up on shortcut"
 msgstr "Emergents sobre les dreceres"
 
-#: ../data/messages:35 ../data/messages:209
+#: ../data/messages:35 ../data/messages:215
 msgid "Effect used to hide the dock:"
 msgstr "Efecte per amagar el Dock:"
 
-#: ../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 "Drecera de teclat per emergir el Dock:"
 
@@ -1094,17 +1110,17 @@
 msgid "Visibility of sub-docks"
 msgstr "Visibilitat dels sub-docks"
 
-#: ../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 "apareixeran quan feu clic o quan us atureu sobre una icona."
 
-#: ../data/messages:57 ../data/messages:257
+#: ../data/messages:57 ../data/messages:263
 msgid "Appear on mouse over"
 msgstr "Apareix al passar el ratolí per sobre"
 
-#: ../data/messages:59 ../data/messages:259
+#: ../data/messages:59 ../data/messages:265
 msgid "Appear on click"
 msgstr "Apareix al clicar"
 
@@ -1130,7 +1146,7 @@
 msgid "Behaviour of the Taskbar:"
 msgstr "Comportament del la barra de tasques:"
 
-#: ../data/messages:67 ../data/messages:1513
+#: ../data/messages:67 ../data/messages:1521
 msgid "None"
 msgstr "Cap"
 
@@ -1154,7 +1170,7 @@
 msgid "On appearance/disappearance:"
 msgstr "Al aparèixer/desaparèixer"
 
-#: ../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 enter the "
 "name of a theme that is installed on your system (like 'Gartoon' or "
@@ -1200,35 +1216,35 @@
 "Això separarà els llançadors, aplicacions, i subprogrames entre ells. "
 "S'inseriran automàticament a continuació."
 
-#: ../data/messages:105 ../data/messages:723
+#: ../data/messages:105 ../data/messages:733
 msgid "Separate the different types of icons?"
 msgstr "Voleu separar el diferents tipus d'icones?"
 
-#: ../data/messages:107 ../data/messages:733
+#: ../data/messages:107 ../data/messages:743
 msgid "Order of the different types of icons :"
 msgstr "Ordre dels diferents tipus d'icones:"
 
-#: ../data/messages:109 ../data/messages:735
+#: ../data/messages:109 ../data/messages:745
 msgid "launchers"
 msgstr "llançadors"
 
-#: ../data/messages:111 ../data/messages:737
+#: ../data/messages:111 ../data/messages:747
 msgid "applications"
 msgstr "aplicacions"
 
-#: ../data/messages:113 ../data/messages:739
+#: ../data/messages:113 ../data/messages:749
 msgid "applets"
 msgstr ""
 
-#: ../data/messages:117 ../data/messages:513
+#: ../data/messages:117 ../data/messages:523
 msgid "Choose the default view for main docks :"
 msgstr "Trieu la vista per defecte del Dock principal :"
 
-#: ../data/messages:119 ../data/messages:517
+#: ../data/messages:119 ../data/messages:527
 msgid "You can overwrite this parameter for each sub-dock."
 msgstr "Podeu sobreescriure aquesst paràmetre per a cada sub-dock."
 
-#: ../data/messages:121 ../data/messages:519
+#: ../data/messages:121 ../data/messages:529
 msgid "Choose the default view for sub-docks :"
 msgstr "Trieu la vista per defecte dels sub-docks :"
 
@@ -1256,15 +1272,20 @@
 msgid "Add or remove any applet :"
 msgstr "Afegeix o elimina subprogrames :"
 
-#: ../data/messages:131 ../data/messages:1417
+#: ../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 "Temes"
 
-#: ../data/messages:133 ../data/messages:1421
+#: ../data/messages:139 ../data/messages:1431
 msgid "Choose one of the available themes:"
 msgstr "Trieu un tema dels disponibles:"
 
-#: ../data/messages:137 ../data/messages:1427
+#: ../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 "
@@ -1274,11 +1295,11 @@
 "per els previstos en el tema nou. En cas contrari els llançadors actuals es "
 "mantindran i només es reemplaçaran les icones."
 
-#: ../data/messages:139 ../data/messages:1429
+#: ../data/messages:145 ../data/messages:1439
 msgid "Use the new theme's launchers?"
 msgstr "Voleu utilitzar el nou tema dels llançadors?"
 
-#: ../data/messages:141 ../data/messages:1431
+#: ../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."
@@ -1287,11 +1308,11 @@
 "posició del Dock, configuració del comporament com l'auto-amagat, us o no de "
 "la barra de tasques, etc."
 
-#: ../data/messages:143 ../data/messages:1433
+#: ../data/messages:149 ../data/messages:1443
 msgid "Use the new theme's behaviour?"
 msgstr "Voleu utilitzar el nou tema de comportament?"
 
-#: ../data/messages:159 ../data/messages:1351
+#: ../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 "
@@ -1305,15 +1326,15 @@
 "cantonada inferior si és vertical. Si s'estableix en 0.5 s'ubicarà en "
 "relació al centre dels marges de la pantalla."
 
-#: ../data/messages:161 ../data/messages:1353
+#: ../data/messages:167 ../data/messages:1363
 msgid "Relative alignment:"
 msgstr "Alineació relativa:"
 
-#: ../data/messages:167
+#: ../data/messages:173 ../data/messages:1365
 msgid "Offset from the screen's edge"
 msgstr "Desplaçament des de la vora de la pantalla"
 
-#: ../data/messages:169 ../data/messages:1357
+#: ../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."
@@ -1322,11 +1343,11 @@
 "també moure el Dock amb el botó esquerra del ratolí mentre manteniu premudes "
 "les tecles ALT i CTRL."
 
-#: ../data/messages:171
+#: ../data/messages:177 ../data/messages:1369
 msgid "Lateral offset:"
 msgstr "Desplaçament lateral:"
 
-#: ../data/messages:173 ../data/messages:1361
+#: ../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."
@@ -1334,15 +1355,15 @@
 "en píxels. Podeu també moure el Dock amb el botó esquerra del ratolí mentre "
 "manteniu premudes les tecles ALT i CTRL."
 
-#: ../data/messages:175 ../data/messages:1363
+#: ../data/messages:181 ../data/messages:1373
 msgid "Distance to the screen edge:"
 msgstr "Distància dels marges de la superfície:"
 
-#: ../data/messages:177
+#: ../data/messages:183
 msgid "Multiple screens"
 msgstr "Pantalla múltiple"
 
-#: ../data/messages:179
+#: ../data/messages:185
 msgid ""
 "This option is to use if you have a dual-screen and use Xinerama to manage "
 "them."
@@ -1350,67 +1371,67 @@
 "Aquesta opció és per gestionar Xinerama, en cas de tenir un escriptori en "
 "una pantalla dual."
 
-#: ../data/messages:181
+#: ../data/messages:187
 msgid "Use Xinerama?"
 msgstr "Voleu usar Xinerama?"
 
-#: ../data/messages:183
+#: ../data/messages:189
 msgid "0 is the first screen."
 msgstr "0 si és la primera pantalla."
 
-#: ../data/messages:185 ../data/messages:1367
+#: ../data/messages:191 ../data/messages:1377
 msgid "Number of the screen where the dock should be located:"
 msgstr "Número de la pantalla on voleu situar el Dock:"
 
-#: ../data/messages:187
+#: ../data/messages:193
 msgid "Accessibility"
 msgstr "Accessibilitat"
 
-#: ../data/messages:221
+#: ../data/messages:227
 msgid "in ms. 0 means no delay."
 msgstr "en ms. 0 significa sense retard."
 
-#: ../data/messages:223
+#: ../data/messages:229
 msgid "Delay before the dock unhides itself:"
 msgstr "Retard abans que el Dock s'amagui automàticament:"
 
-#: ../data/messages:225
+#: ../data/messages:231
 msgid "How to call the dock back:"
 msgstr ""
 
-#: ../data/messages:227
+#: ../data/messages:233
 msgid "Hit the screen's border"
 msgstr ""
 
-#: ../data/messages:229
+#: ../data/messages:235
 msgid "Hit where the dock is"
 msgstr ""
 
-#: ../data/messages:231
+#: ../data/messages:237
 msgid "Hit the screen's corner"
 msgstr ""
 
-#: ../data/messages:233
+#: ../data/messages:239
 msgid "Hit a zone"
 msgstr ""
 
-#: ../data/messages:235
+#: ../data/messages:241
 msgid "Size of the zone :"
 msgstr ""
 
-#: ../data/messages:237
+#: ../data/messages:243
 msgid "Image to display on the zone :"
 msgstr ""
 
-#: ../data/messages:243
+#: ../data/messages:249
 msgid "Additional parameters"
 msgstr "Paràmetres adicionals"
 
-#: ../data/messages:245
+#: ../data/messages:251
 msgid "Stretch the dock to always fill the screen"
 msgstr "Eixampla sempre el Dock fins abastar la pantalla"
 
-#: ../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)."
@@ -1419,31 +1440,31 @@
 "finestres permet al Dock estar davant de les finestres a pantalla complerta "
 "(cosa molt estranya)."
 
-#: ../data/messages:249
+#: ../data/messages:255
 msgid "Automatically hide the dock when a window becomes full screen?"
 msgstr "Voleu amagar automàticament el Dock quan es maximitzi una finestra?"
 
-#: ../data/messages:251
+#: ../data/messages:257
 msgid "Sub-docks' visibility"
 msgstr "Visibilitat dels sub-docs"
 
-#: ../data/messages:261 ../data/messages:265
+#: ../data/messages:267 ../data/messages:271
 msgid "in ms."
 msgstr "en ms."
 
-#: ../data/messages:263
+#: ../data/messages:269
 msgid "Delay before displaying a sub-dock:"
 msgstr "Retard abans de mostrar un sub-dock:"
 
-#: ../data/messages:267
+#: ../data/messages:273
 msgid "Delay before leaving a sub-dock takes effect:"
 msgstr "Retard després de sortir d'un sub-dock:"
 
-#: ../data/messages:269
+#: ../data/messages:275
 msgid "TaskBar"
 msgstr "Barra de tasques"
 
-#: ../data/messages:273
+#: ../data/messages:279
 msgid ""
 "Cairo-Dock will then act as your taskbar. It is recommended to remove any "
 "other taskbars."
@@ -1451,19 +1472,19 @@
 "Cairo-Dock farà la tasca de la barra d'eines. Per tant, recomanem eliminar "
 "qualsevol altra barra de tasques."
 
-#: ../data/messages:275
+#: ../data/messages:281
 msgid "Show currently opened applications in the dock?"
 msgstr "Voleu mostrar en el Dock les aplicacions obertes?"
 
-#: ../data/messages:277
+#: ../data/messages:283
 msgid "Only show icons whose windows are minimised"
 msgstr "Mostra només les icones de finestres minimitzades"
 
-#: ../data/messages:279
+#: ../data/messages:285
 msgid "Only show applications on current desktop"
 msgstr "Mostra només les aplicacions del escriptori actual"
 
-#: ../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 "
@@ -1473,11 +1494,11 @@
 "icona. Si voleu tenir actius dos o més programes iguals podeu fer-ho clicant "
 "la icona mentre manteniu premuda la tecla Majúscules (shift)."
 
-#: ../data/messages:283
+#: ../data/messages:289
 msgid "Mix launchers and applications"
 msgstr "Mescla llançadors i aplicacions"
 
-#: ../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."
@@ -1485,25 +1506,25 @@
 "Això us permet agrupar totes les finestres d'una aplicació en un sol sub-"
 "dock, i actuar en totes les finestres al mateix temps."
 
-#: ../data/messages:287
+#: ../data/messages:293
 msgid "Group windows from the same application in a sub-dock ?"
 msgstr ""
 "Voleu agrupar en un sol sub-dock les finestres d'una mateixa aplicació?"
 
-#: ../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 ""
 "Introduïu la classe de les aplicacions, separada per un punt i coma ';'"
 
-#: ../data/messages:291 ../data/messages:301
+#: ../data/messages:297 ../data/messages:307
 msgid "\t\tExcept the following classes:"
 msgstr "\t\tExcepte les classes següents:"
 
-#: ../data/messages:293
+#: ../data/messages:299
 msgid "Representation"
 msgstr "Representació"
 
-#: ../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 "
@@ -1513,11 +1534,11 @@
 "aplicació. Si es defineix, s'usarà per a cada llançador la mateixa icona de "
 "l'aplicació."
 
-#: ../data/messages:297
+#: ../data/messages:303
 msgid "Overwrite the X icon with the launchers' icon?"
 msgstr "Voleu sobreescriure la icona X per les icones dels llançadors?"
 
-#: ../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."
@@ -1525,57 +1546,57 @@
 "Cal un gestor de composició per mostrar les miniatures.\n"
 "Cal l'OpenGL per dibuixar la inclinació cap a enrere de les icones."
 
-#: ../data/messages:305
+#: ../data/messages:311
 msgid "How to draw minimised windows ?"
 msgstr "Com s'han de dibuixar les finestres minimitzades?"
 
-#: ../data/messages:307
+#: ../data/messages:313
 msgid "Make the icon transparent"
 msgstr "Fes les icones transparents"
 
-#: ../data/messages:309
+#: ../data/messages:315
 msgid "Show a window's thumbnail"
 msgstr "Mostra una miniatura de la finestra"
 
-#: ../data/messages:311
+#: ../data/messages:317
 msgid "Draw it bent backwards"
 msgstr "Dibuixa-la inclinada endarrere"
 
-#: ../data/messages:313
+#: ../data/messages:319
 msgid "Transparency of icons whose window is minimised:"
 msgstr "Transparència de les icones de finestres minimitzades:"
 
-#: ../data/messages:315 ../data/messages:469 ../data/messages:581
-#: ../data/messages:607 ../data/messages:679
+#: ../data/messages:321 ../data/messages:479 ../data/messages:591
+#: ../data/messages:617 ../data/messages:689
 msgid "Opaque"
 msgstr "Opac"
 
-#: ../data/messages:317 ../data/messages:467 ../data/messages:579
-#: ../data/messages:605 ../data/messages:677
+#: ../data/messages:323 ../data/messages:477 ../data/messages:589
+#: ../data/messages:615 ../data/messages:687
 msgid "Transparent"
 msgstr "Transparent"
 
-#: ../data/messages:319
+#: ../data/messages:325
 msgid "Play a short animation of the icon when its window becomes active"
 msgstr "Anima les icones quan s'activin les finestres."
 
-#: ../data/messages:321
+#: ../data/messages:327
 msgid "\"...\" will be added at the end if the name is too long."
 msgstr "S'afegirà \"...\" al final del nom és massa llarg."
 
-#: ../data/messages:323
+#: ../data/messages:329
 msgid "Maximum number of caracters in application name:"
 msgstr "Número màxim de caràcters per els noms de les aplicacions:"
 
-#: ../data/messages:325
+#: ../data/messages:331
 msgid "Interaction"
 msgstr "Interacció"
 
-#: ../data/messages:327
+#: ../data/messages:333
 msgid "This is the default behaviour of most taskbars."
 msgstr "Comportament per defecte de la majoria de barra de tasques."
 
-#: ../data/messages:329
+#: ../data/messages:335
 msgid ""
 "Minimise the window when its icon is clicked, if it was already the active "
 "window ?"
@@ -1583,667 +1604,676 @@
 "Voleu minimitza la finestra quan es cliqui la icona, si és la finestra "
 "activa?"
 
-#: ../data/messages:331
+#: ../data/messages:337
 msgid "In the style of Firefox tabs"
 msgstr "A l'estil de les pestanyes del Firefox"
 
-#: ../data/messages:333
+#: ../data/messages:339
 msgid "Middle-clicking on an icon closes the related application"
 msgstr "Clic del mig sobre una icona tanca l'aplicació corresponent"
 
-#: ../data/messages:335
+#: ../data/messages:341
 msgid "Highlight applications requiring your attention with a dialog bubble"
 msgstr "Ressalta les aplicacions que reclamin atenció mitjançant un diàleg."
 
-#: ../data/messages:337
+#: ../data/messages:343
 msgid "in seconds"
 msgstr "en segons"
 
-#: ../data/messages:339
+#: ../data/messages:345
 msgid "Duration of the dialog:"
 msgstr "Durada dels diàlegs:"
 
-#: ../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:363 ../data/messages:371 ../data/messages:375
+#: ../data/messages:383 ../data/messages:387
 msgid "fast"
 msgstr "ràpid"
 
-#: ../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 "lent"
 
-#: ../data/messages:361 ../data/messages:373
+#: ../data/messages:367 ../data/messages:379
 msgid "The more there are, the slower it will be"
 msgstr "Com major sigui, més lent anirà"
 
-#: ../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 ""
 
-#: ../data/messages:421
+#: ../data/messages:427
 msgid "Make the config panel transparent?"
 msgstr ""
 
-#: ../data/messages:423
-msgid "Connection to the themes' server"
+#: ../data/messages:429
+msgid "Connection to the Internet"
 msgstr ""
 
-#: ../data/messages:425
+#: ../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."
 msgstr ""
 
-#: ../data/messages:427
-msgid "Connection timeout to the themes' server :"
+#: ../data/messages:433
+msgid "Connection timeout :"
 msgstr ""
 
-#: ../data/messages:429
+#: ../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:431
-msgid "Maximum time to download a theme:"
-msgstr ""
-
-#: ../data/messages:433
+#: ../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:435
+#: ../data/messages:445
 msgid "Are you behind a proxy ?"
 msgstr ""
 
-#: ../data/messages:437
+#: ../data/messages:447
 msgid "Proxy name :"
 msgstr ""
 
-#: ../data/messages:439
+#: ../data/messages:449
 msgid "Port :"
 msgstr ""
 
-#: ../data/messages:441 ../data/messages:445
+#: ../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:443
+#: ../data/messages:453
 msgid "User :"
 msgstr ""
 
-#: ../data/messages:447
+#: ../data/messages:457
 msgid "Password :"
 msgstr ""
 
-#: ../data/messages:451 ../data/messages:1399
+#: ../data/messages:461 ../data/messages:1409
 msgid "Fill the background with:"
 msgstr ""
 
-#: ../data/messages:453 ../data/messages:459 ../data/messages:753
-#: ../data/messages:1403
+#: ../data/messages:463 ../data/messages:469 ../data/messages:763
+#: ../data/messages:1413
 msgid "Image"
 msgstr ""
 
-#: ../data/messages:455 ../data/messages:475 ../data/messages:1405
+#: ../data/messages:465 ../data/messages:485 ../data/messages:1415
 msgid "Colour gradation"
 msgstr ""
 
-#: ../data/messages:457
+#: ../data/messages:467
 msgid "Use a background image."
 msgstr ""
 
-#: ../data/messages:461 ../data/messages:1407
+#: ../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:463 ../data/messages:1409
+#: ../data/messages:473 ../data/messages:1419
 msgid "Image filename to use as a background :"
 msgstr ""
 
-#: ../data/messages:465
+#: ../data/messages:475
 msgid "Image's transparency :"
 msgstr ""
 
-#: ../data/messages:471 ../data/messages:1411
+#: ../data/messages:481 ../data/messages:1421
 msgid "Repeat image as a pattern to fill background?"
 msgstr ""
 
-#: ../data/messages:473
+#: ../data/messages:483
 msgid "Use a colour gradation."
 msgstr ""
 
-#: ../data/messages:477 ../data/messages:1413
+#: ../data/messages:487 ../data/messages:1423
 msgid "Bright colour:"
 msgstr ""
 
-#: ../data/messages:479 ../data/messages:1415
+#: ../data/messages:489 ../data/messages:1425
 msgid "Dark colour:"
 msgstr ""
 
-#: ../data/messages:481
+#: ../data/messages:491
 msgid "In degrees, in relation to the vertical"
 msgstr ""
 
-#: ../data/messages:483
+#: ../data/messages:493
 msgid "Angle of the gradation :"
 msgstr ""
 
-#: ../data/messages:485
+#: ../data/messages:495
 msgid "If not nul, it will form stripes."
 msgstr ""
 
-#: ../data/messages:487
+#: ../data/messages:497
 msgid "Repeat the gradation this number of times:"
 msgstr ""
 
-#: ../data/messages:489
+#: ../data/messages:499
 msgid "Percentage of the bright colour:"
 msgstr ""
 
-#: ../data/messages:491
+#: ../data/messages:501
 msgid "External Frame"
 msgstr ""
 
-#: ../data/messages:493 ../data/messages:497 ../data/messages:503
-#: ../data/messages:551 ../data/messages:651
+#: ../data/messages:503 ../data/messages:507 ../data/messages:513
+#: ../data/messages:561 ../data/messages:661
 msgid "in pixels."
 msgstr ""
 
-#: ../data/messages:495
+#: ../data/messages:505
 msgid "Corner radius :"
 msgstr ""
 
-#: ../data/messages:499
+#: ../data/messages:509
 msgid "Linewidth of the external line :"
 msgstr ""
 
-#: ../data/messages:501
+#: ../data/messages:511
 msgid "Colour of the external line:"
 msgstr ""
 
-#: ../data/messages:505
+#: ../data/messages:515
 msgid "Margin between the frame and the icons or their reflects :"
 msgstr ""
 
-#: ../data/messages:507
+#: ../data/messages:517
 msgid "Are the bottom left and right corners rounded?"
 msgstr ""
 
-#: ../data/messages:511
+#: ../data/messages:521
 msgid "Main Dock"
 msgstr ""
 
-#: ../data/messages:515
+#: ../data/messages:525
 msgid "Sub-Docks"
 msgstr ""
 
-#: ../data/messages:521
+#: ../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:523
+#: ../data/messages:533
 msgid "Ratio for the size of the sub-docks' icons :"
 msgstr ""
 
-#: ../data/messages:525 ../data/messages:793
+#: ../data/messages:535 ../data/messages:803
 msgid "smaller"
 msgstr ""
 
-#: ../data/messages:527
+#: ../data/messages:537
 msgid "same size"
 msgstr ""
 
-#: ../data/messages:529
+#: ../data/messages:539
 msgid "Dialogs"
 msgstr "Diàlegs"
 
-#: ../data/messages:531
+#: ../data/messages:541
 msgid "Bubble"
 msgstr ""
 
-#: ../data/messages:533
+#: ../data/messages:543
 msgid "Background colour of the bubble:"
 msgstr ""
 
-#: ../data/messages:535
+#: ../data/messages:545
 msgid "Shape of the bubble:"
 msgstr ""
 
-#: ../data/messages:537
+#: ../data/messages:547
 msgid "Text"
 msgstr ""
 
-#: ../data/messages:539 ../data/messages:829
+#: ../data/messages:549 ../data/messages:839
 msgid "Otherwise the default's system one will be used."
 msgstr ""
 
-#: ../data/messages:541
+#: ../data/messages:551
 msgid "Use a custom font for the text?"
 msgstr ""
 
-#: ../data/messages:543
+#: ../data/messages:553
 msgid "Text font:"
 msgstr ""
 
-#: ../data/messages:545 ../data/messages:835
+#: ../data/messages:555 ../data/messages:845
 msgid "Draw the outline of the text?"
 msgstr ""
 
-#: ../data/messages:547
+#: ../data/messages:557
 msgid "Text color:"
 msgstr ""
 
-#: ../data/messages:549 ../data/messages:609
+#: ../data/messages:559 ../data/messages:619
 msgid "Buttons"
 msgstr ""
 
-#: ../data/messages:553
+#: ../data/messages:563
 msgid "Size of buttons in the info-bubbles (width x height) :"
 msgstr ""
 
-#: ../data/messages:555 ../data/messages:559 ../data/messages:613
-#: ../data/messages:617 ../data/messages:621 ../data/messages:625
+#: ../data/messages: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:557
+#: ../data/messages:567
 msgid "Name of an image to use for the yes/ok button :"
 msgstr ""
 
-#: ../data/messages:561
+#: ../data/messages:571
 msgid "Name of an image to use for the no/cancel button :"
 msgstr ""
 
-#: ../data/messages:563
+#: ../data/messages:573
 msgid "Size of the icon displayed next to the text :"
 msgstr ""
 
-#: ../data/messages:567
+#: ../data/messages:577
 msgid "Decorations"
 msgstr ""
 
-#: ../data/messages:569
+#: ../data/messages:579
 msgid ""
 "This can be customized for each desklet separately.\n"
 "Choose 'Custom decoration' to define your own decorations below"
 msgstr ""
 
-#: ../data/messages:571
+#: ../data/messages:581
 msgid "Choose a default decoration for all desklets :"
 msgstr ""
 
-#: ../data/messages:573
+#: ../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:575
+#: ../data/messages:585
 msgid "Background image :"
 msgstr ""
 
-#: ../data/messages:577
+#: ../data/messages:587
 msgid "Background transparency :"
 msgstr ""
 
-#: ../data/messages:583
+#: ../data/messages:593
 msgid "in pixels. Use this to adjust the left position of the drawings."
 msgstr ""
 
-#: ../data/messages:585
+#: ../data/messages:595
 msgid "Left offset :"
 msgstr ""
 
-#: ../data/messages:587
+#: ../data/messages:597
 msgid "in pixels. Use this to adjust the top position of the drawings."
 msgstr ""
 
-#: ../data/messages:589
+#: ../data/messages:599
 msgid "Top offset :"
 msgstr ""
 
-#: ../data/messages:591
+#: ../data/messages:601
 msgid "in pixels. Use this to adjust the right position of the drawings."
 msgstr ""
 
-#: ../data/messages:593
+#: ../data/messages:603
 msgid "Right offset :"
 msgstr ""
 
-#: ../data/messages:595
+#: ../data/messages:605
 msgid "in pixels. Use this to adjust the bottom position of the drawings."
 msgstr ""
 
-#: ../data/messages:597
+#: ../data/messages:607
 msgid "Bottom offset :"
 msgstr ""
 
-#: ../data/messages:599
+#: ../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:601
+#: ../data/messages:611
 msgid "Foreground image :"
 msgstr ""
 
-#: ../data/messages:603
+#: ../data/messages:613
 msgid "Foreground tansparency :"
 msgstr ""
 
-#: ../data/messages:611
+#: ../data/messages:621
 msgid "Buttons size :"
 msgstr ""
 
-#: ../data/messages:615 ../data/messages:627
+#: ../data/messages:625 ../data/messages:637
 msgid "Name of an image to use for the 'rotate' button :"
 msgstr ""
 
-#: ../data/messages:619
+#: ../data/messages:629
 msgid "Name of an image to use for the 'reattach' button :"
 msgstr ""
 
-#: ../data/messages:623
+#: ../data/messages:633
 msgid "Name of an image to use for the 'depth rotate' button :"
 msgstr ""
 
-#: ../data/messages:631
+#: ../data/messages:641
 msgid "Icons' themes"
 msgstr ""
 
-#: ../data/messages:635
+#: ../data/messages:645
 msgid "Choose an icon theme :"
 msgstr ""
 
-#: ../data/messages:637
+#: ../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:639
+#: ../data/messages:649
 msgid "Image filename to use as a background for icons :"
 msgstr ""
 
-#: ../data/messages:641
+#: ../data/messages:651
 msgid "Zoom effect"
 msgstr ""
 
-#: ../data/messages:643
-msgid "set to 1 if you don't want the icons to zoom when you hover over them."
+#: ../data/messages:653
+msgid ""
+"set to 1 if you don't want the icons to zoom when you hover over them."
 msgstr ""
 
-#: ../data/messages:645
+#: ../data/messages:655
 msgid "Maximum zoom of the icons :"
 msgstr ""
 
-#: ../data/messages:647
+#: ../data/messages:657
 msgid ""
 "in pixels. Outside of this space (centered on the mouse), there is no zoom."
 msgstr ""
 
-#: ../data/messages:649
+#: ../data/messages:659
 msgid "Width of the space in which the zoom will be effective :"
 msgstr ""
 
-#: ../data/messages:653
+#: ../data/messages:663
 msgid "Space between icons :"
 msgstr ""
 
-#: ../data/messages:655
+#: ../data/messages:665
 msgid "Reflections"
 msgstr ""
 
-#: ../data/messages:657
+#: ../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:659
+#: ../data/messages:669
 msgid "Reflective power of the plane :"
 msgstr ""
 
-#: ../data/messages:661
+#: ../data/messages:671
 msgid "light"
 msgstr ""
 
-#: ../data/messages:663
+#: ../data/messages:673
 msgid "strong"
 msgstr ""
 
-#: ../data/messages:665
+#: ../data/messages:675
 msgid ""
 "In percent of the icon's size. This parameter influence the total height of "
 "the dock."
 msgstr ""
 
-#: ../data/messages:667
+#: ../data/messages:677
 msgid "Height of the reflection:"
 msgstr ""
 
-#: ../data/messages:669
+#: ../data/messages:679
 msgid "small"
 msgstr ""
 
-#: ../data/messages:671
+#: ../data/messages:681
 msgid "tall"
 msgstr ""
 
-#: ../data/messages:673
+#: ../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 "
 "they will be."
 msgstr ""
 
-#: ../data/messages:675
+#: ../data/messages:685
 msgid "Icons' transparency at rest :"
 msgstr ""
 
-#: ../data/messages:681
+#: ../data/messages:691
 msgid "Icons size"
 msgstr ""
 
-#: ../data/messages:683
+#: ../data/messages:693
 msgid "Launcher's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:685
+#: ../data/messages:695
 msgid "Application's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:687
+#: ../data/messages:697
 msgid "Applet's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:689
+#: ../data/messages:699
 msgid "Configure icons' animations."
 msgstr ""
 
-#: ../data/messages:691
+#: ../data/messages:701
 msgid "Configure icons' special effects (requires OpenGL)."
 msgstr ""
 
-#: ../data/messages:693
+#: ../data/messages:703
 msgid ""
 "Configure icons' animations on appearing/disappearing (require OpenGL "
 "capacity)."
 msgstr ""
 
-#: ../data/messages:695
+#: ../data/messages:705
 msgid "Separators"
 msgstr ""
 
-#: ../data/messages:697
+#: ../data/messages:707
 msgid "Icon size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:699
+#: ../data/messages:709
 msgid "Force separator's image size to stay constant?"
 msgstr ""
 
-#: ../data/messages:701
+#: ../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:703
+#: ../data/messages:713
 msgid "How to draw the separators?"
 msgstr ""
 
-#: ../data/messages:705
+#: ../data/messages:715
 msgid "Use an image."
 msgstr ""
 
-#: ../data/messages:707
+#: ../data/messages:717
 msgid "Flat separator"
 msgstr ""
 
-#: ../data/messages:709
+#: ../data/messages:719
 msgid "Physical separator"
 msgstr ""
 
-#: ../data/messages:711
+#: ../data/messages:721
 msgid "If you don't provide one, blanks will be used."
 msgstr ""
 
-#: ../data/messages:713
+#: ../data/messages:723
 msgid "Filename of an image to use for separators :"
 msgstr ""
 
-#: ../data/messages:715
+#: ../data/messages:725
 msgid ""
 "Make the separator's image revolve when dock is on top/on the left/on the "
 "right?"
 msgstr ""
 
-#: ../data/messages:717
+#: ../data/messages:727
 msgid "Colour of flat separators :"
 msgstr ""
 
-#: ../data/messages:719
+#: ../data/messages:729
 msgid "Icons order"
 msgstr ""
 
-#: ../data/messages:721
+#: ../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"
@@ -2252,85 +2282,85 @@
 "launcher if they have one, or after the last launcher."
 msgstr ""
 
-#: ../data/messages:725 ../data/messages:821
+#: ../data/messages:735 ../data/messages:831
 msgid "No"
 msgstr ""
 
-#: ../data/messages:727
+#: ../data/messages:737
 msgid "Separate applications from others"
 msgstr ""
 
-#: ../data/messages:729
+#: ../data/messages:739
 msgid "Separate applets from others"
 msgstr ""
 
-#: ../data/messages:731
+#: ../data/messages:741
 msgid "Separate all"
 msgstr ""
 
-#: ../data/messages:741
+#: ../data/messages:751
 msgid "Link the icons with a string"
 msgstr ""
 
-#: ../data/messages:743
+#: ../data/messages:753
 msgid "Linewidth of the string, in pixels (0 to not use string) :"
 msgstr ""
 
-#: ../data/messages:745
+#: ../data/messages:755
 msgid "Colour of the string (red, blue, green, alpha) :"
 msgstr ""
 
-#: ../data/messages:749
+#: ../data/messages:759
 msgid "Indicator of the active window"
 msgstr ""
 
-#: ../data/messages:751
+#: ../data/messages:761
 msgid "Type of indicator:"
 msgstr ""
 
-#: ../data/messages:755
+#: ../data/messages:765
 msgid "Frame"
 msgstr ""
 
-#: ../data/messages:757 ../data/messages:775 ../data/messages:813
+#: ../data/messages:767 ../data/messages:785 ../data/messages:823
 msgid "Image file:"
 msgstr ""
 
-#: ../data/messages:759
+#: ../data/messages:769
 msgid "Set transparency to 0 if you don't want to use an indicator."
 msgstr ""
 
-#: ../data/messages:761
+#: ../data/messages:771
 msgid "Colour of the frame :"
 msgstr ""
 
-#: ../data/messages:763
+#: ../data/messages:773
 msgid "Set 0 to fill the frame."
 msgstr ""
 
-#: ../data/messages:765
+#: ../data/messages:775
 msgid "Linewidth of the frame around the active window :"
 msgstr ""
 
-#: ../data/messages:767
+#: ../data/messages:777
 msgid "Corner radius of the frame around the active window :"
 msgstr ""
 
-#: ../data/messages:769 ../data/messages:801
+#: ../data/messages:779 ../data/messages:811
 msgid "Draw indicator above the icon?"
 msgstr ""
 
-#: ../data/messages:771
+#: ../data/messages:781
 msgid "Indicator of active launcher"
 msgstr ""
 
-#: ../data/messages:773
+#: ../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:777
+#: ../data/messages:787
 msgid ""
 "The indicator is drawn on active launchers, but you may want to display it "
 "on applications too."
@@ -2338,11 +2368,11 @@
 "Es dibuixa un indicador en els llançadors actius, però potser també voleu "
 "mostrar-lo a les aplicacions"
 
-#: ../data/messages:779
+#: ../data/messages:789
 msgid "Display an indicator on application icons too ?"
 msgstr ""
 
-#: ../data/messages:781
+#: ../data/messages:791
 msgid ""
 "Relatively to the icons' size. You can use this parameter to adjust the "
 "indicator's vertical position.\n"
@@ -2350,11 +2380,11 @@
 "otherwise downwards."
 msgstr ""
 
-#: ../data/messages:783
+#: ../data/messages:793
 msgid "Vertical offset :"
 msgstr ""
 
-#: ../data/messages:785
+#: ../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"
@@ -2362,193 +2392,193 @@
 "downwards."
 msgstr ""
 
-#: ../data/messages:787
+#: ../data/messages:797
 msgid "Link the indicator with its icon?"
 msgstr ""
 
-#: ../data/messages:789
+#: ../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:791
+#: ../data/messages:801
 msgid "Indicator size ratio :"
 msgstr ""
 
-#: ../data/messages:795
+#: ../data/messages:805
 msgid "bigger"
 msgstr ""
 
-#: ../data/messages:797
+#: ../data/messages:807
 msgid ""
-"Use it to make the indicator follow the orientation of the dock (top/bottom/"
-"right/left)."
+"Use it to make the indicator follow the orientation of the dock "
+"(top/bottom/right/left)."
 msgstr ""
 
-#: ../data/messages:799
+#: ../data/messages:809
 msgid "Rotate the indicator with dock?"
 msgstr ""
 
-#: ../data/messages:803
+#: ../data/messages:813
 msgid "Indicator of grouped windows"
 msgstr ""
 
-#: ../data/messages:805
+#: ../data/messages:815
 msgid "How to show that several icons are grouped :"
 msgstr ""
 
-#: ../data/messages:807
+#: ../data/messages:817
 msgid "Draw an image"
 msgstr ""
 
-#: ../data/messages:809
+#: ../data/messages:819
 msgid "Draw the sub-dock's icons as a stack"
 msgstr ""
 
-#: ../data/messages:811
+#: ../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:815
+#: ../data/messages:825
 msgid "Zoom the indicator with its icon?"
 msgstr ""
 
-#: ../data/messages:817
+#: ../data/messages:827
 msgid "Labels"
 msgstr ""
 
-#: ../data/messages:819
+#: ../data/messages:829
 msgid "Show labels:"
 msgstr ""
 
-#: ../data/messages:823
+#: ../data/messages:833
 msgid "On pointed icon"
 msgstr ""
 
-#: ../data/messages:825
+#: ../data/messages:835
 msgid "On all icons"
 msgstr ""
 
-#: ../data/messages:827
+#: ../data/messages:837
 msgid "Font"
 msgstr ""
 
-#: ../data/messages:831
+#: ../data/messages:841
 msgid "Use a custom font for labels?"
 msgstr ""
 
-#: ../data/messages:833
+#: ../data/messages:843
 msgid "Font used for labels :"
 msgstr ""
 
-#: ../data/messages:837
+#: ../data/messages:847
 msgid "Colour"
 msgstr ""
 
-#: ../data/messages:839
+#: ../data/messages:849
 msgid "It's the first color of the gradation."
 msgstr ""
 
-#: ../data/messages:841
+#: ../data/messages:851
 msgid "Start color :"
 msgstr ""
 
-#: ../data/messages:843
+#: ../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:845
+#: ../data/messages:855
 msgid "Stop color :"
 msgstr ""
 
-#: ../data/messages:847
+#: ../data/messages:857
 msgid ""
 "If checked, the pattern will go from top to bottom, otherwise from left to "
 "right."
 msgstr ""
 
-#: ../data/messages:849
+#: ../data/messages:859
 msgid "Pattern should be vertical?"
 msgstr ""
 
-#: ../data/messages:853
+#: ../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:855
+#: ../data/messages:865
 msgid "Colour of the label's background :"
 msgstr ""
 
-#: ../data/messages:857
+#: ../data/messages:867
 msgid "If false, only the quick-info will have this background color."
 msgstr ""
 
-#: ../data/messages:859
+#: ../data/messages:869
 msgid "Use background color for labels?"
 msgstr ""
 
-#: ../data/messages:861
+#: ../data/messages:871
 msgid "Margin around the text (in pixels) :"
 msgstr ""
 
-#: ../data/messages:865
+#: ../data/messages:875
 msgid "Yes, like that :-)"
 msgstr ""
 
-#: ../data/messages:867
+#: ../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:869
+#: ../data/messages:879
 msgid "How do I re-order my icons?"
 msgstr ""
 
-#: ../data/messages:871
+#: ../data/messages:881
 msgid "Tip: you can even re-order icons of active applications."
 msgstr ""
 
-#: ../data/messages:873
+#: ../data/messages:883
 msgid "Simply drag with the mouse, and drop wherever you wish."
 msgstr ""
 
-#: ../data/messages:875
+#: ../data/messages:885
 msgid ""
 "How do I position applets and taskbar icons at the beginning of the dock?"
 msgstr ""
 
-#: ../data/messages:877
+#: ../data/messages:887
 msgid ""
 "Tip: you can also position applets amongst launchers, by ticking the box "
 "below."
 msgstr ""
 
-#: ../data/messages:879
+#: ../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:881 ../data/messages:889 ../data/messages:903
-#: ../data/messages:959
+#: ../data/messages:891 ../data/messages:899 ../data/messages:913
+#: ../data/messages:969
 msgid "Go to the «Icons» module."
 msgstr ""
 
-#: ../data/messages:883
+#: ../data/messages:893
 msgid "How do I change an icon image?"
 msgstr ""
 
-#: ../data/messages:885
+#: ../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, "
@@ -2556,7 +2586,7 @@
 "the best."
 msgstr ""
 
-#: ../data/messages:887
+#: ../data/messages:897
 msgid ""
 "In the “Icons” module, you can choose an <b>icon theme</b>. Just choose a "
 "theme, and apply.\n"
@@ -2567,72 +2597,72 @@
 "If you choose nothing, the default icon theme of your system will be used."
 msgstr ""
 
-#: ../data/messages:891
+#: ../data/messages:901
 msgid "How do I remove many icons quickly?"
 msgstr ""
 
-#: ../data/messages:893
+#: ../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:895
+#: ../data/messages:905
 msgid ""
-"Just drag and drop them out of the dock, they will disappear in an "
-"explosion !"
+"Just drag and drop them out of the dock, they will disappear in an explosion "
+"!"
 msgstr ""
 
-#: ../data/messages:897
+#: ../data/messages:907
 msgid "How can I resize my icons?"
 msgstr ""
 
-#: ../data/messages:899
+#: ../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:901
+#: ../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"
+"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:905
+#: ../data/messages:915
 msgid ""
 "I want to see a preview of opened applications by moving my cursor over its "
 "icon"
 msgstr ""
 
-#: ../data/messages:907 ../data/messages:1035 ../data/messages:1167
-#: ../data/messages:1231 ../data/messages:1269 ../data/messages:1311
-#: ../data/messages:1315 ../data/messages:1321 ../data/messages:1325
-#: ../data/messages:1329 ../data/messages:1333
+#: ../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:909 ../data/messages:1037
+#: ../data/messages:919 ../data/messages:1047
 msgid "If you're using Compiz, you can click on this button:"
 msgstr ""
 
-#: ../data/messages:911
+#: ../data/messages:921
 msgid "Dock"
 msgstr ""
 
-#: ../data/messages:913
+#: ../data/messages:923
 msgid "How do I position my dock on the screen?"
 msgstr ""
 
-#: ../data/messages:915
+#: ../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:917
+#: ../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"
@@ -2640,29 +2670,29 @@
 "screen border."
 msgstr ""
 
-#: ../data/messages:919 ../data/messages:927
+#: ../data/messages:929 ../data/messages:937
 msgid "Go to the «Position» module."
 msgstr ""
 
-#: ../data/messages:921
+#: ../data/messages:931
 msgid "How do I adjust the position of the dock above the Gnome-panel?"
 msgstr ""
 
-#: ../data/messages:923
+#: ../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:925
+#: ../data/messages:935
 msgid "In the «Position» module, you can add an offset to the screen border."
 msgstr ""
 
-#: ../data/messages:929
+#: ../data/messages:939
 msgid "The dock is hidden by the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:931
+#: ../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 "
@@ -2670,29 +2700,29 @@
 " But you can also (re)move the Gnome-Panel by doing a right click on it."
 msgstr ""
 
-#: ../data/messages:933
+#: ../data/messages:943
 msgid "I don’t want other windows covering the dock"
 msgstr ""
 
-#: ../data/messages:935
+#: ../data/messages:945
 msgid "Tip: You can even do that with desklets: making a desklet's panel !."
 msgstr ""
 
-#: ../data/messages:937
+#: ../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:939 ../data/messages:947
+#: ../data/messages:949 ../data/messages:957
 msgid "Go to the «Accessibility» module."
 msgstr ""
 
-#: ../data/messages:941
+#: ../data/messages:951
 msgid "I don’t want that the dock covers windows"
 msgstr ""
 
-#: ../data/messages:943
+#: ../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"
@@ -2700,7 +2730,7 @@
 "it."
 msgstr ""
 
-#: ../data/messages:945
+#: ../data/messages:955
 msgid ""
 "Two choices are available in the “Accessibility” module:\n"
 " - either choose to “keep the dock below other windows”. The dock will then "
@@ -2709,17 +2739,17 @@
 "you enter the trigger zone."
 msgstr ""
 
-#: ../data/messages:949
+#: ../data/messages:959
 msgid "How can I add a separator?"
 msgstr ""
 
-#: ../data/messages:951
+#: ../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:953
+#: ../data/messages:963
 msgid ""
 "Simply right-click on the dock where you wish to add a separator and select "
 "«add a separator».\n"
@@ -2727,23 +2757,23 @@
 "dragging it with the mouse."
 msgstr ""
 
-#: ../data/messages:955
+#: ../data/messages:965
 msgid ""
 "I don't want to have a separator between launchers , applications and "
 "applets."
 msgstr ""
 
-#: ../data/messages:957
+#: ../data/messages:967
 msgid ""
 "In the «Icons» module, in the «separator» section, untick the box that says "
 "«add automatic separators»."
 msgstr ""
 
-#: ../data/messages:961
+#: ../data/messages:971
 msgid "How do I add a sub-dock?"
 msgstr ""
 
-#: ../data/messages:963
+#: ../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 "
@@ -2751,17 +2781,17 @@
 "also create new main docks this way."
 msgstr ""
 
-#: ../data/messages:965
+#: ../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."
 msgstr ""
 
-#: ../data/messages:967
+#: ../data/messages:977
 msgid "How can I have many main docks?"
 msgstr ""
 
-#: ../data/messages:969
+#: ../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"
@@ -2769,23 +2799,23 @@
 "choose “configure this dock”."
 msgstr ""
 
-#: ../data/messages:971
+#: ../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:973
+#: ../data/messages:983
 msgid "How can I have a 3D dock?"
 msgstr ""
 
-#: ../data/messages:975
+#: ../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:977
+#: ../data/messages:987
 msgid ""
 "Any dock can be displayed with one view, and many views are available (3D, "
 "Curve, etc).\n"
@@ -2793,21 +2823,21 @@
 "dock, and for sub-dock."
 msgstr ""
 
-#: ../data/messages:979
+#: ../data/messages:989
 msgid "Go to the «Views» module."
 msgstr ""
 
-#: ../data/messages:981
+#: ../data/messages:991
 msgid "How can I change the background of my docks?"
 msgstr ""
 
-#: ../data/messages:983
+#: ../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:985
+#: ../data/messages:995
 msgid ""
 "In the 'Background' module, you can either choose an image, or a color "
 "gradation.\n"
@@ -2815,21 +2845,21 @@
 "gradatoin will be used."
 msgstr ""
 
-#: ../data/messages:987
+#: ../data/messages:997
 msgid "Go to the «Background» module."
 msgstr ""
 
-#: ../data/messages:989
+#: ../data/messages:999
 msgid "I find the dock too flashy, can it be more sober?"
 msgstr ""
 
-#: ../data/messages:991
+#: ../data/messages:1001
 msgid ""
 "Hint : try different themes, some are already very sober, like Dust-Sand or "
 "Elementary."
 msgstr ""
 
-#: ../data/messages:993
+#: ../data/messages:1003
 msgid ""
 "Who can do more can do less ! You can for instance deactivate the \"Icon "
 "effects\" plug-in,\n"
@@ -2842,62 +2872,62 @@
 "this would be a shame ! ^_^"
 msgstr ""
 
-#: ../data/messages:995
+#: ../data/messages:1005
 msgid "Desklet"
 msgstr ""
 
-#: ../data/messages:997
+#: ../data/messages:1007
 msgid "What are «desklets»?"
 msgstr ""
 
-#: ../data/messages:999
+#: ../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:1001
+#: ../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:1003
+#: ../data/messages:1013
 msgid "How do I configure their position?"
 msgstr ""
 
-#: ../data/messages:1005
+#: ../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:1007
+#: ../data/messages:1017
 msgid "Simply drag them with the mouse."
 msgstr ""
 
-#: ../data/messages:1009
+#: ../data/messages:1019
 msgid "How do I configure their behaviour?"
 msgstr ""
 
-#: ../data/messages:1011
+#: ../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:1013
+#: ../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:1015
+#: ../data/messages:1025
 msgid "How do I change their decorations?"
 msgstr ""
 
-#: ../data/messages:1017
+#: ../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 "
@@ -2905,7 +2935,7 @@
 "decorations."
 msgstr ""
 
-#: ../data/messages:1019
+#: ../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 "
@@ -2914,33 +2944,33 @@
 "choose the decoration you wish to use."
 msgstr ""
 
-#: ../data/messages:1021
+#: ../data/messages:1031
 msgid "Go to the «Desklets» module."
 msgstr ""
 
-#: ../data/messages:1023
+#: ../data/messages:1033
 msgid "How do I insert a desklet into the dock?"
 msgstr ""
 
-#: ../data/messages:1025
+#: ../data/messages:1035
 msgid "Hint :  if the desklet is locked, the button won’t appear."
 msgstr ""
 
-#: ../data/messages:1027
+#: ../data/messages:1037
 msgid "Simply click on the top right button."
 msgstr ""
 
-#: ../data/messages:1029
+#: ../data/messages:1039
 msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
 msgstr ""
 
-#: ../data/messages:1031
+#: ../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:1033
+#: ../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"
@@ -2948,35 +2978,35 @@
 "desklet and selecting 'Compiz-Fusion Widget'."
 msgstr ""
 
-#: ../data/messages:1041
+#: ../data/messages:1051
 msgid "How do I enable the Taskbar?"
 msgstr ""
 
-#: ../data/messages:1043
+#: ../data/messages:1053
 msgid "Tip: All the Taskbar options are grouped together in this module."
 msgstr ""
 
-#: ../data/messages:1045
+#: ../data/messages:1055
 msgid "Go to the «Taskbar» module, then tick the first box, and apply."
 msgstr ""
 
-#: ../data/messages:1047 ../data/messages:1055 ../data/messages:1063
-#: ../data/messages:1071 ../data/messages:1077
+#: ../data/messages:1057 ../data/messages:1065 ../data/messages:1073
+#: ../data/messages:1081 ../data/messages:1087
 msgid "Go to the «TaskBar» module."
 msgstr ""
 
-#: ../data/messages:1049
+#: ../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:1051
+#: ../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:1053
+#: ../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 "
@@ -2985,21 +3015,21 @@
 "above this icon."
 msgstr ""
 
-#: ../data/messages:1057
+#: ../data/messages:1067
 msgid "I have ugly icons for some applications."
 msgstr ""
 
-#: ../data/messages:1059
+#: ../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"
+"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:1061
+#: ../data/messages:1071
 msgid ""
 "This is because X provides small icons for applications which look ugly when "
 "zoomed.\n"
@@ -3007,18 +3037,18 @@
 "launchers' icon?» option to tell the dock not to use them."
 msgstr ""
 
-#: ../data/messages:1065
+#: ../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:1067
+#: ../data/messages:1077
 msgid ""
 "Tip: to launch another instance of the program, shift+click on the launcher."
 msgstr ""
 
-#: ../data/messages:1069
+#: ../data/messages:1079
 msgid ""
 "In the «TaskBar» module, you can use the «Mix launchers and applications» "
 "option.\n"
@@ -3028,11 +3058,11 @@
 "You can then act on the window as if it were a taskbar icon."
 msgstr ""
 
-#: ../data/messages:1073
+#: ../data/messages:1083
 msgid "I'm using Pidgin, and I want to see my friends' avatars."
 msgstr ""
 
-#: ../data/messages:1075
+#: ../data/messages:1085
 msgid ""
 "If you chose to overwrite X icons, you can add an exception for Pidgin just "
 "before this option.\n"
@@ -3042,68 +3072,68 @@
 "this application."
 msgstr ""
 
-#: ../data/messages:1079
+#: ../data/messages:1089
 msgid ""
 "How can I quickly navigate between many windows of the same application "
 "quickly?"
 msgstr ""
 
-#: ../data/messages:1081
+#: ../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:1083
+#: ../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:1085
+#: ../data/messages:1095
 msgid "Replacing the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:1087
+#: ../data/messages:1097
 msgid "How can I add the main menu?"
 msgstr ""
 
-#: ../data/messages:1089
+#: ../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."
+"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:1091
+#: ../data/messages:1101
 msgid "Enable the GMenu applet."
 msgstr ""
 
-#: ../data/messages:1093 ../data/messages:1101
+#: ../data/messages:1103 ../data/messages:1111
 msgid "Go to the «GMenu» module."
 msgstr ""
 
-#: ../data/messages:1095
+#: ../data/messages:1105
 msgid "How can I add a simple «quick launch» panel?"
 msgstr ""
 
-#: ../data/messages:1097
+#: ../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:1099
+#: ../data/messages:1109
 msgid ""
 "Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
 msgstr ""
 
-#: ../data/messages:1103
+#: ../data/messages:1113
 msgid "How can I add a Log-out icon?"
 msgstr ""
 
-#: ../data/messages:1105
+#: ../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 "
@@ -3111,101 +3141,101 @@
 "order, and even lets you enter your own commands."
 msgstr ""
 
-#: ../data/messages:1107
+#: ../data/messages:1117
 msgid "Enable the «Log-out» applet."
 msgstr ""
 
-#: ../data/messages:1109
+#: ../data/messages:1119
 msgid "Go to the «Log-out» module."
 msgstr ""
 
-#: ../data/messages:1111
+#: ../data/messages:1121
 msgid "How can I access the dustbin?"
 msgstr ""
 
-#: ../data/messages:1113
+#: ../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:1115
+#: ../data/messages:1125
 msgid "Simply enable the «Dustbin» applet."
 msgstr ""
 
-#: ../data/messages:1117
+#: ../data/messages:1127
 msgid "Go to the «Dustbin» module."
 msgstr ""
 
-#: ../data/messages:1119
+#: ../data/messages:1129
 msgid "How can I access my mount points?"
 msgstr ""
 
-#: ../data/messages:1121
+#: ../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:1123
+#: ../data/messages:1133
 msgid "Simply enable the «Shortcuts» applet."
 msgstr ""
 
-#: ../data/messages:1125 ../data/messages:1133
+#: ../data/messages:1135 ../data/messages:1143
 msgid "Go to the «Shortcuts» module."
 msgstr ""
 
-#: ../data/messages:1127
+#: ../data/messages:1137
 msgid "How can I access my Nautilus bookmarks?"
 msgstr ""
 
-#: ../data/messages:1129
+#: ../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:1131
+#: ../data/messages:1141
 msgid "Simply enable the «shortcuts» applet."
 msgstr ""
 
-#: ../data/messages:1135
+#: ../data/messages:1145
 msgid "How can I access my desktop?"
 msgstr ""
 
-#: ../data/messages:1137
+#: ../data/messages:1147
 msgid ""
 "Tip: middle-clicking on the icon will hide all windows, but not desklets."
 msgstr ""
 
-#: ../data/messages:1139
+#: ../data/messages:1149
 msgid "Simply enable the «showDesktop» applet."
 msgstr ""
 
-#: ../data/messages:1141
+#: ../data/messages:1151
 msgid "Go to the «Show Desktop» module."
 msgstr ""
 
-#: ../data/messages:1143
+#: ../data/messages:1153
 msgid "How can I add an easy-to-acces calendar?"
 msgstr ""
 
-#: ../data/messages:1145
+#: ../data/messages:1155
 msgid ""
 "Enable the «Clock» applet. Clicking on it will display a calendar, clicking "
 "again will hide it."
 msgstr ""
 
-#: ../data/messages:1147
+#: ../data/messages:1157
 msgid "Go to the «Clock» module."
 msgstr ""
 
-#: ../data/messages:1149
+#: ../data/messages:1159
 msgid "How can I add the notification area (systray)?"
 msgstr ""
 
-#: ../data/messages:1151
+#: ../data/messages:1161
 msgid ""
 "Enable the «Systray» applet. For the moment it cannot be displayed directly "
 "in the dock,\n"
@@ -3215,236 +3245,236 @@
 "corner of your screen and keep it above other windows."
 msgstr ""
 
-#: ../data/messages:1153
+#: ../data/messages:1163
 msgid "Go to the «Systray» module."
 msgstr ""
 
-#: ../data/messages:1155
+#: ../data/messages:1165
 msgid ""
 "How can I add an easy-to-access terminal with real transparency, like Tilda?"
 msgstr ""
 
-#: ../data/messages:1157
+#: ../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:1159
+#: ../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:1161
+#: ../data/messages:1171
 msgid "Go to the «terminal» module."
 msgstr ""
 
-#: ../data/messages:1163
+#: ../data/messages:1173
 msgid "So then, how can I remove completely the gnome-panel?"
 msgstr ""
 
-#: ../data/messages:1165
+#: ../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"
+"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:1169
+#: ../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:1173
+#: ../data/messages:1183
 msgid "How do I run the same applet multiple times?"
 msgstr ""
 
-#: ../data/messages:1175
+#: ../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:1177
+#: ../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"
+"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:1179
+#: ../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:1181
+#: ../data/messages:1191
 msgid ""
 "Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
 msgstr ""
 
-#: ../data/messages:1183
+#: ../data/messages:1193
 msgid ""
 "I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
 msgstr ""
 
-#: ../data/messages:1185
+#: ../data/messages:1195
 msgid ""
 "Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-"
 "Penguin, weather, etc."
 msgstr ""
 
-#: ../data/messages:1187
+#: ../data/messages:1197
 msgid ""
 "Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
 msgstr ""
 
-#: ../data/messages:1189
+#: ../data/messages:1199
 msgid "How do I change the brightness of my screen quickly?"
 msgstr ""
 
-#: ../data/messages:1191
+#: ../data/messages:1201
 msgid ""
 "Enable the Xgamma applet, then you can scroll up/down on the icon with the "
 "mouse."
 msgstr ""
 
-#: ../data/messages:1193
+#: ../data/messages:1203
 msgid "Go to the «Xgamma» module."
 msgstr ""
 
-#: ../data/messages:1195
+#: ../data/messages:1205
 msgid "How can I change the speaker volume quickly?"
 msgstr ""
 
-#: ../data/messages:1197
+#: ../data/messages:1207
 msgid ""
 "Enable the AlsaMixer applet, then you can scroll up/down on the icon with "
 "the mouse."
 msgstr ""
 
-#: ../data/messages:1199
+#: ../data/messages:1209
 msgid "Go to the «AlsaMixer» module."
 msgstr ""
 
-#: ../data/messages:1201
+#: ../data/messages:1211
 msgid "How can I quickly switch to another desktop?"
 msgstr ""
 
-#: ../data/messages:1203
+#: ../data/messages:1213
 msgid "Tip: This applet even lets you add or remove quickly a desktop !"
 msgstr ""
 
-#: ../data/messages:1205
+#: ../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:1207
+#: ../data/messages:1217
 msgid "Go to the «Switcher» module."
 msgstr ""
 
-#: ../data/messages:1209
+#: ../data/messages:1219
 msgid "How can I control my dock from the keyboard?"
 msgstr ""
 
-#: ../data/messages:1211
+#: ../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:1213
+#: ../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"
-" - 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>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"
+" - 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 !"
 msgstr ""
 
-#: ../data/messages:1215
+#: ../data/messages:1225
 msgid "Troubleshooting"
 msgstr ""
 
-#: ../data/messages:1217
+#: ../data/messages:1227
 msgid "If you have any question, don't hesitate to ask on our forum."
 msgstr ""
 
-#: ../data/messages:1219
+#: ../data/messages:1229
 msgid "Forum"
 msgstr ""
 
-#: ../data/messages:1221
+#: ../data/messages:1231
 msgid "Our wiki can also help you, it is more complete on some points."
 msgstr ""
 
-#: ../data/messages:1223
+#: ../data/messages:1233
 msgid "Wiki"
 msgstr ""
 
-#: ../data/messages:1225
+#: ../data/messages:1235
 msgid "I have a black background around my dock."
 msgstr ""
 
-#: ../data/messages:1227
+#: ../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:1229
+#: ../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"
 "If 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'."
+" Open gconf-editor, edit the key "
+"'/apps/metacity/general/compositing_manager' and set it to 'true'."
 msgstr ""
 
-#: ../data/messages:1233
+#: ../data/messages:1243
 msgid ""
 "If you're on Gnome with Metacity (without Compiz), you can click on this "
 "button:"
 msgstr ""
 
-#: ../data/messages:1235
+#: ../data/messages:1245
 msgid "My machine is too old to run a composite manager."
 msgstr ""
 
-#: ../data/messages:1237
+#: ../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:1239
+#: ../data/messages:1249
 msgid "The dock is horribly slow when I move the mouse into it."
 msgstr ""
 
-#: ../data/messages:1241
+#: ../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"
@@ -3454,32 +3484,32 @@
 "with «cairo-dock -c»."
 msgstr ""
 
-#: ../data/messages:1243
+#: ../data/messages:1253
 msgid "I don't have these wonderful effects like fire, cube rotating, etc."
 msgstr ""
 
-#: ../data/messages:1245
+#: ../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:1247
+#: ../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:1249
+#: ../data/messages:1259
 msgid "I don't have any themes in the Theme Manager, except the default one."
 msgstr ""
 
-#: ../data/messages:1251
+#: ../data/messages:1261
 msgid "Hint : Up to version 2.1.1-2, wget was used."
 msgstr ""
 
-#: ../data/messages:1253
+#: ../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 "
@@ -3489,17 +3519,17 @@
 "\"http_proxy\" environment variable)."
 msgstr ""
 
-#: ../data/messages:1255
+#: ../data/messages:1265
 msgid "The «netspeed» applet displays 0 even when I'm downloading something"
 msgstr ""
 
-#: ../data/messages:1257
+#: ../data/messages:1267
 msgid ""
 "Tip: you can run several instances of this applet if you wish to monitor "
 "several interfaces."
 msgstr ""
 
-#: ../data/messages:1259
+#: ../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"
@@ -3508,11 +3538,11 @@
 "something like «eth1», «ath0», or «wifi0».."
 msgstr ""
 
-#: ../data/messages:1261
+#: ../data/messages:1271
 msgid "The dustbin remains empty even when I delete a file."
 msgstr ""
 
-#: ../data/messages:1263
+#: ../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 "
@@ -3520,93 +3550,93 @@
 "here!!! (do not insert spaces or some invisible caracters)."
 msgstr ""
 
-#: ../data/messages:1265
+#: ../data/messages:1275
 msgid ""
 "There is no icon in the Applications Menu even though I enable the option."
 msgstr ""
 
-#: ../data/messages:1267
+#: ../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:1271
+#: ../data/messages:1281
 msgid "If you're on Gnome you can click on this button:"
 msgstr ""
 
-#: ../data/messages:1273
+#: ../data/messages:1283
 msgid "The Project"
 msgstr ""
 
-#: ../data/messages:1275
+#: ../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"
-"or if you just made a dream about the dock, pay us a visit on cairo-dock."
-"org.\n"
+"or if you just made a dream about the dock, pay us a visit on cairo-"
+"dock.org.\n"
 "English (and others!) speakers are welcome, so don’t be shy ! ;-)\n"
 "\n"
 "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:1279
+#: ../data/messages:1289
 msgid ""
 "If you wish to develop an applet, a complete documentation is available here."
 msgstr ""
 
-#: ../data/messages:1281
+#: ../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:1289
+#: ../data/messages:1299
 msgid "Websites"
 msgstr ""
 
-#: ../data/messages:1303
+#: ../data/messages:1313
 msgid "Repositories"
 msgstr ""
 
-#: ../data/messages:1305
+#: ../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:1307
+#: ../data/messages:1317
 msgid "Debian/Ubuntu"
 msgstr ""
 
-#: ../data/messages:1309
-#, fuzzy
+#: ../data/messages:1319
 msgid "Ubuntu"
-msgstr "Desmunta"
+msgstr ""
 
-#: ../data/messages:1313
+#: ../data/messages:1323
 msgid ""
 "If you're on Ubuntu, you can add our 'stable' repository by clicking on this "
 "button:\n"
@@ -3614,7 +3644,7 @@
 "latest stable version."
 msgstr ""
 
-#: ../data/messages:1317
+#: ../data/messages:1327
 msgid ""
 "If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by "
 "clicking on this button:\n"
@@ -3622,11 +3652,11 @@
 "latest weekly version."
 msgstr ""
 
-#: ../data/messages:1319
+#: ../data/messages:1329
 msgid "Debian"
 msgstr ""
 
-#: ../data/messages:1323
+#: ../data/messages:1333
 msgid ""
 "If you're on Debian Stable, you can add our 'stable' repository by clicking "
 "on this button:\n"
@@ -3634,7 +3664,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1327
+#: ../data/messages:1337
 msgid ""
 "If you're on Debian Unstable, you can add our 'stable' repository by "
 "clicking on this button:\n"
@@ -3642,7 +3672,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1331
+#: ../data/messages:1341
 msgid ""
 "If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) "
 "by clicking on this button:\n"
@@ -3650,7 +3680,7 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1335
+#: ../data/messages:1345
 msgid ""
 "If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) "
 "by clicking on this button:\n"
@@ -3658,227 +3688,211 @@
 "system and reinstall 'cairo-dock' package."
 msgstr ""
 
-#: ../data/messages:1341
-msgid "Choose the screen border relative to which the dock will be positioned:"
-msgstr ""
-
-#: ../data/messages:1355
-msgid "Position relative to the selected screen edge"
-msgstr "Posició relativa per les superfícies seleccionades"
-
-#: ../data/messages:1359
-msgid "Lateral gap:"
-msgstr ""
-
-#: ../data/messages:1365
+#: ../data/messages:1375
 msgid "starting from 0"
 msgstr "començant de 0"
 
-#: ../data/messages:1369
+#: ../data/messages:1379
 msgid "Visibility of the dock"
 msgstr ""
 
-#: ../data/messages:1393
+#: ../data/messages:1403
 msgid "Leave it empty to use the same view as the main dock."
 msgstr "Deixeu-ho buit per usar la mateixa vista que el Dock principal."
 
-#: ../data/messages:1395
+#: ../data/messages:1405
 msgid "Choose the view for this dock :/"
 msgstr "Tria la vista per aquest Dock:/"
 
-#: ../data/messages:1401
+#: ../data/messages:1411
 msgid "Same as main dock"
 msgstr ""
 
-#: ../data/messages:1419
+#: ../data/messages:1429
 msgid "Choose a theme"
 msgstr "Tria un tema"
 
-#: ../data/messages:1423
+#: ../data/messages:1433
 msgid "You can even paste an internet URL."
 msgstr "També podeu enganxar una URL d'Internet."
 
-#: ../data/messages:1425
+#: ../data/messages:1435
 msgid "...or drag and drop a theme package here :"
 msgstr "...o bé arrossegar cap aquí un paquet de tema:"
 
-#: ../data/messages:1435
+#: ../data/messages:1445
 msgid "Save"
 msgstr "Desa"
 
-#: ../data/messages:1437
+#: ../data/messages:1447
 msgid "Save current theme"
 msgstr "Desa tema actual"
 
-#: ../data/messages:1439
+#: ../data/messages:1449
 msgid "You will then be able to re-open it at any time."
 msgstr "El podreu tornar a obrir quan vulgueu."
 
-#: ../data/messages:1441
+#: ../data/messages:1451
 msgid "Save as:"
 msgstr "Anomena i desa:"
 
-#: ../data/messages:1443
+#: ../data/messages:1453
 msgid "Save current behaviour also?"
 msgstr "Voleu desar també el comportament actual?"
 
-#: ../data/messages:1445
+#: ../data/messages:1455
 msgid "Save current launchers also?"
 msgstr "Voleu desar també els llançadors actuals?"
 
-#: ../data/messages:1447
+#: ../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:1449
+#: ../data/messages:1459
 msgid "Build a package of the theme?"
 msgstr "Voleu fer un paquet del tema?"
 
-#: ../data/messages:1451
+#: ../data/messages:1461
 msgid "Delete"
 msgstr "Elimina"
 
-#: ../data/messages:1453
+#: ../data/messages:1463
 msgid "List of your personal themes"
 msgstr "Llista dels temes personals"
 
-#: ../data/messages:1455
+#: ../data/messages:1465
 msgid "Delete from the list themes that you don't need anymore :"
 msgstr ""
 
-#: ../data/messages:1457 ../data/messages:1459 ../data/messages:1463
-#: ../data/messages:1465 ../data/messages:1493 ../data/messages:1543
-#: ../data/messages:1577
+#: ../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:1461
-msgid "cPath="
-msgstr ""
-
-#: ../data/messages:1467
+#: ../data/messages:1475
 msgid "Sub-dock's name :"
 msgstr ""
 
-#: ../data/messages:1469 ../data/messages:1497
+#: ../data/messages:1477 ../data/messages:1505
 msgid "How to render the icon :"
 msgstr ""
 
-#: ../data/messages:1471 ../data/messages:1499
+#: ../data/messages:1479 ../data/messages:1507
 msgid "Use an image"
 msgstr ""
 
-#: ../data/messages:1473 ../data/messages:1501
+#: ../data/messages:1481 ../data/messages:1509
 msgid "Draw sub-dock's content as emblems"
 msgstr ""
 
-#: ../data/messages:1475 ../data/messages:1503
+#: ../data/messages:1483 ../data/messages:1511
 msgid "Draw sub-dock's content as stack"
 msgstr ""
 
-#: ../data/messages:1477 ../data/messages:1505
+#: ../data/messages:1485 ../data/messages:1513
 msgid "Draw sub-dock's content inside a box"
 msgstr ""
 
-#: ../data/messages:1479 ../data/messages:1507 ../data/messages:1551
-#: ../data/messages:1579
+#: ../data/messages:1487 ../data/messages:1515 ../data/messages:1559
+#: ../data/messages:1587
 msgid "Image's name or path :"
 msgstr ""
 
-#: ../data/messages:1481 ../data/messages:1533 ../data/messages:1557
-#: ../data/messages:1581
+#: ../data/messages:1489 ../data/messages:1541 ../data/messages:1565
+#: ../data/messages:1589
 msgid "Extra parameters"
 msgstr ""
 
-#: ../data/messages:1483 ../data/messages:1535 ../data/messages:1559
-#: ../data/messages:1583
+#: ../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:1485 ../data/messages:1537 ../data/messages:1555
-#: ../data/messages:1585
+#: ../data/messages:1493 ../data/messages:1545 ../data/messages:1563
+#: ../data/messages:1593
 msgid "Name of the container it belongs to:"
 msgstr ""
 
-#: ../data/messages:1487
+#: ../data/messages:1495
 msgid "Name of the view used for the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1489
+#: ../data/messages:1497
 msgid "If '0' the container will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1491 ../data/messages:1541 ../data/messages:1575
+#: ../data/messages:1499 ../data/messages:1549 ../data/messages:1583
 msgid "Only show in this specific viewport"
 msgstr ""
 
-#: ../data/messages:1495 ../data/messages:1545
+#: ../data/messages:1503 ../data/messages:1553
 msgid "Launcher's name :"
 msgstr ""
 
-#: ../data/messages:1509
+#: ../data/messages:1517
 msgid "URI of the file :"
 msgstr ""
 
-#: ../data/messages:1511
+#: ../data/messages:1519
 msgid "Number of files to list in the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1515
+#: ../data/messages:1523
 msgid "5"
 msgstr ""
 
-#: ../data/messages:1517
+#: ../data/messages:1525
 msgid "10"
 msgstr ""
 
-#: ../data/messages:1519
+#: ../data/messages:1527
 msgid "20"
 msgstr ""
 
-#: ../data/messages:1521
+#: ../data/messages:1529
 msgid "30"
 msgstr ""
 
-#: ../data/messages:1525
+#: ../data/messages:1533
 msgid "Sort files by :"
 msgstr ""
 
-#: ../data/messages:1527
+#: ../data/messages:1535
 msgid "Name"
 msgstr ""
 
-#: ../data/messages:1529
+#: ../data/messages:1537
 msgid "Size"
 msgstr ""
 
-#: ../data/messages:1531
+#: ../data/messages:1539
 msgid "Date"
 msgstr ""
 
-#: ../data/messages:1539 ../data/messages:1573
+#: ../data/messages:1547 ../data/messages:1581
 msgid "If '0' the launcher will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1547
+#: ../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:1549
+#: ../data/messages:1557
 msgid "Command to launch on click :"
 msgstr ""
 
-#: ../data/messages:1553
+#: ../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:1561
+#: ../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 "
@@ -3886,11 +3900,11 @@
 "steal the Terminal's icon from the Taskbar."
 msgstr ""
 
-#: ../data/messages:1563
+#: ../data/messages:1571
 msgid "Prevent this launcher from stealing appli from taskbar ?"
 msgstr ""
 
-#: ../data/messages:1565
+#: ../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 "
@@ -3898,24 +3912,24 @@
 "program, which is useful to link the appli with its launcher."
 msgstr ""
 
-#: ../data/messages:1567
+#: ../data/messages:1575
 msgid "Class of the program :"
 msgstr "Classe de programa:"
 
-#: ../data/messages:1569
+#: ../data/messages:1577
 msgid "It will use 'xterm'."
 msgstr "Usarà 'xterm'."
 
-#: ../data/messages:1571
+#: ../data/messages:1579
 msgid "Run in a terminal ?"
 msgstr "Voleu executar-ho en un terminal?"
 
-#: ../data/messages:1587
+#: ../data/messages:1595
 msgid "pouet"
 msgstr ""
 
-#: ../data/messages:1589 ../data/messages:1591 ../data/messages:1593
-#: ../data/messages:1595
+#: ../data/messages:1597 ../data/messages:1599 ../data/messages:1601
+#: ../data/messages:1603
 msgid ""
 "v1.4.6.3 :\n"
 "Just to say :\n"
@@ -3923,7 +3937,7 @@
 "  the Cairo-Dock's team."
 msgstr ""
 
-#: ../data/messages:1597
+#: ../data/messages:1605
 msgid ""
 "v1.5.0 : it's been 1 month since previous release, and we worked hardly to "
 "bring you :\n"
@@ -3943,7 +3957,7 @@
 "  Now, why not try to make an applet for Cairo-Dock ? ;-)"
 msgstr ""
 
-#: ../data/messages:1599
+#: ../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"
@@ -3955,7 +3969,7 @@
 " and behave as real desklets."
 msgstr ""
 
-#: ../data/messages:1601
+#: ../data/messages:1609
 msgid ""
 "v1.5.2.1 :\n"
 " - a lot of bug fixes, especially on desklets.\n"
@@ -3963,7 +3977,7 @@
 " - Cairo-Dock is now fully translated in Japanese, thanks to Jiro Kawada !"
 msgstr ""
 
-#: ../data/messages:1603
+#: ../data/messages:1611
 msgid ""
 "v1.5.3.2 :\n"
 " - Themes have been deeply reviewed\n"
@@ -3977,7 +3991,7 @@
 "  who could help cairo-dock to be well-integrated into KDE ;-)"
 msgstr ""
 
-#: ../data/messages:1605
+#: ../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"
@@ -3991,7 +4005,7 @@
 " - 3 more themes in Weather"
 msgstr ""
 
-#: ../data/messages:1607
+#: ../data/messages:1615
 msgid ""
 "v1.5.5.4 :\n"
 " - Huge enhancements in the TaskBar :\n"
@@ -4007,7 +4021,7 @@
 "soon ;-)"
 msgstr ""
 
-#: ../data/messages:1609
+#: ../data/messages:1617
 msgid ""
 "v1.5.6 :\n"
 " - Integration into the last Gnome 2.22 (Ubuntu8.04, Fedora9, ...) - still "
@@ -4025,7 +4039,7 @@
 " - Any help would be welcome to integrate the dock into KDE !"
 msgstr ""
 
-#: ../data/messages:1611
+#: ../data/messages:1619
 msgid ""
 "v1.6.0 :\n"
 " - A new view has appeared : Diapositive !\n"
@@ -4044,11 +4058,11 @@
 " - Real window thumbnail when minimized."
 msgstr ""
 
-#: ../data/messages:1613
+#: ../data/messages:1621
 msgid ""
 "v1.6.1 :\n"
-"Cairo-Dock has one year ! To celebrate this event, we are happy to offer "
-"you :\n"
+"Cairo-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"
@@ -4057,7 +4071,7 @@
 "plug-in ^_^"
 msgstr ""
 
-#: ../data/messages:1615
+#: ../data/messages:1623
 msgid ""
 "v1.6.2 : the first version integrated in the Ubuntu repositories !\n"
 " - 2 new applets have been released :\n"
@@ -4070,7 +4084,7 @@
 "plug-in ^_^"
 msgstr ""
 
-#: ../data/messages:1617
+#: ../data/messages:1625
 msgid ""
 "v1.6.3 : \n"
 " - first the bad news :\n"
@@ -4088,7 +4102,7 @@
 " - The dock is now translated in Sweden and partially in Greek."
 msgstr ""
 
-#: ../data/messages:1619
+#: ../data/messages:1627
 msgid ""
 "Cairo-Dock II\n"
 " - Cairo-Dock is now a full OpenGL dock ! (the cairo backend is still "
@@ -4101,7 +4115,7 @@
 " - Lot of bug fixes and upgrades in all plug-ins."
 msgstr ""
 
-#: ../data/messages:1621
+#: ../data/messages:1629
 msgid ""
 "2.0.5 :\n"
 " - This is mainly a bug-fix version\n"
@@ -4109,7 +4123,7 @@
 " - Added functionnalities on grouped applications icons."
 msgstr ""
 
-#: ../data/messages:1623
+#: ../data/messages:1631
 msgid ""
 "2.1.0 : A really heavy version !\n"
 " - Control any music player with the MusicPlayer applet\n"
@@ -4126,11 +4140,11 @@
 "documentation on http://doc.glx-dock.org.";
 msgstr ""
 
-#: ../data/messages:1625
+#: ../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 !)\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"
@@ -4144,7 +4158,7 @@
 "    You can even write an applet in any language with it !"
 msgstr ""
 
-#: ../data/messages:1627
+#: ../data/messages:1635
 msgid ""
 "2.1.2 : \n"
 " - The config panel has been improved again (new icons, more clear, better "
@@ -4162,7 +4176,7 @@
 "to achieve it !"
 msgstr ""
 
-#: ../data/messages:1629
+#: ../data/messages:1637
 msgid ""
 "GLX-Dock 2.1.3\n"
 " - A new and simplified configuration panel has been written\n"
@@ -4177,7 +4191,7 @@
 " - This version also fixes a huge number of problems."
 msgstr ""
 
-#: ../data/messages:1631
+#: ../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-"
@@ -4201,9 +4215,11 @@
 "better on any desktop."
 msgstr ""
 
+#, c-format
 #~ msgid "%s is now unmounted"
 #~ msgstr "%s està desmuntat"
 
+#, c-format
 #~ msgid "%s is now mounted"
 #~ msgstr "%s està muntat"
 
@@ -4213,6 +4229,7 @@
 #~ msgid "Hidden Dock"
 #~ msgstr "Barra Oculta"
 
+#, c-format
 #~ msgid ""
 #~ "You're about deleting this file\n"
 #~ "  (%s)\n"
@@ -4241,6 +4258,7 @@
 #~ msgid "Rename to:"
 #~ msgstr "Canvia el nom per:"
 
+#, c-format
 #~ msgid ""
 #~ "Warning: could not rename %s.\n"
 #~ "Check file permissions \n"
@@ -4249,3 +4267,6 @@
 #~ "Alerta: no s'ha pogut canviar el nom de %s.\n"
 #~ "Comprova que en tens drets d'escriptura,\n"
 #~ " i que el nou nom no existeixi."
+
+#~ msgid "Position relative to the selected screen edge"
+#~ msgstr "Posició relativa per les superfícies seleccionades"

=== modified file 'po/cairo-dock.pot'
--- po/cairo-dock.pot	2010-08-07 01:28:23 +0000
+++ po/cairo-dock.pot	2010-09-07 00:45:54 +0000
@@ -19,99 +19,107 @@
 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:1389
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1399
 msgid "Appearance"
 msgstr ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-gui-main.c:131
+#: ../src/cairo-dock-gui-main.c:133
 msgid "Accessories"
 msgstr ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-gui-main.c:134 ../src/cairo-dock-gui-main.c:1523
-#: ../data/messages:1523
+#: ../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:1499
+#: ../src/cairo-dock-gui-main.c:1500
 msgid "Categories"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1629
+#: ../src/cairo-dock-gui-main.c:1630
 msgid "Filter"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1674 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1677 ../data/messages:141
 msgid "Options"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1684
+#: ../src/cairo-dock-gui-main.c:1687
 msgid "All words"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1688
+#: ../src/cairo-dock-gui-main.c:1691
 msgid "Highlighted words"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1693
+#: ../src/cairo-dock-gui-main.c:1696
 msgid "Hide others"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1698
+#: ../src/cairo-dock-gui-main.c:1701
 msgid "Search in description"
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:1712
+#: ../src/cairo-dock-gui-main.c:1715
 msgid "Enable this module"
 msgstr ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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 dependencies in order to use this module."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:2217
+#: ../src/cairo-dock-gui-main.c:2232
 #, c-format
 msgid "The '%s' module is not enabled."
 msgstr ""
 
-#: ../src/cairo-dock-gui-main.c:2218
+#: ../src/cairo-dock-gui-main.c:2233
 msgid "Do you want to enable it now?"
 msgstr ""
 
-#: ../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 customise it,\n"
@@ -119,28 +127,28 @@
 "Would you like to take a look at it now?"
 msgstr ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-gui-simple.c:711
+#: ../src/cairo-dock-gui-simple.c:718
 msgid "Animation:"
 msgstr ""
 
-#: ../src/cairo-dock-gui-simple.c:728
+#: ../src/cairo-dock-gui-simple.c:735
 msgid "Effects:"
 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 ""
 
-#: ../src/cairo-dock-gui-simple.c:744 ../data/messages:79
+#: ../src/cairo-dock-gui-simple.c:751 ../data/messages:79
 msgid "On click:"
 msgstr ""
 
-#: ../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"
@@ -205,7 +213,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 ""
 
@@ -216,394 +224,398 @@
 " size, reflection, icon theme,..."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:127
+#: ../src/cairo-dock-menu.c:128
 #, c-format
 msgid "Configuration of the '%s' dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:206 ../data/messages:1293
+#: ../src/cairo-dock-menu.c:207 ../data/messages:1303
 msgid "Community site"
 msgstr ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:210 ../data/messages:1297
+#: ../src/cairo-dock-menu.c:211 ../data/messages:1307
 msgid "Development site"
 msgstr ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:416
+#: ../src/cairo-dock-menu.c:417
 msgid "Third-party applets provide integration with many programs, like Pidgin"
 msgstr ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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"
 "(otherwise they will be destroyed)"
 msgstr ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:552
+#: ../src/cairo-dock-menu.c:553
 msgid "Sorry, this icon doesn't have a configuration file."
 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: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 ""
 
-#: ../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."
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1017
+#: ../src/cairo-dock-menu.c:1067
 #, c-format
 msgid "Move all to desktop %d - face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1017
+#: ../src/cairo-dock-menu.c:1067
 #, c-format
 msgid "Move to desktop %d - face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1019
+#: ../src/cairo-dock-menu.c:1069
 #, c-format
 msgid "Move all to desktop %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1019
+#: ../src/cairo-dock-menu.c:1069
 #, c-format
 msgid "Move to desktop %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1021
+#: ../src/cairo-dock-menu.c:1071
 #, c-format
 msgid "Move all to face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1021
+#: ../src/cairo-dock-menu.c:1071
 #, c-format
 msgid "Move to face %d"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1058
+#: ../src/cairo-dock-menu.c:1108
 msgid "Add"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1062
+#: ../src/cairo-dock-menu.c:1112
 msgid "Add a sub-dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1064
+#: ../src/cairo-dock-menu.c:1114
 msgid "Add a main dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1117
 msgid "Add a separator"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1121
 msgid "Add a custom launcher"
 msgstr ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:1109
+#: ../src/cairo-dock-menu.c:1161
 msgid "Modify this separator"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1109
+#: ../src/cairo-dock-menu.c:1161
 msgid "Modify this launcher"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1111
+#: ../src/cairo-dock-menu.c:1163
 msgid "Remove this separator"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1111
+#: ../src/cairo-dock-menu.c:1163
 msgid "Remove this launcher"
 msgstr ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:1137
+#: ../src/cairo-dock-menu.c:1189
 msgid "Move to this desktop"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1151
+#: ../src/cairo-dock-menu.c:1203
 msgid "Not Fullscreen"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1151
+#: ../src/cairo-dock-menu.c:1203
 msgid "Fullscreen"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1155
+#: ../src/cairo-dock-menu.c:1207
 msgid "Don't keep above"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1155
+#: ../src/cairo-dock-menu.c:1207
 msgid "Keep above"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1174
+#: ../src/cairo-dock-menu.c:1226
 msgid "Remove custom icon"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1178
+#: ../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:1183
+#: ../src/cairo-dock-menu.c:1237
 msgid "Launch a new (Shift+clic)"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1188
+#: ../src/cairo-dock-menu.c:1242
 msgid "Make it a launcher"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1191
+#: ../src/cairo-dock-menu.c:1245
 msgid "Show"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1247
 msgid "Unmaximise"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1247
 msgid "Maximise"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1196
+#: ../src/cairo-dock-menu.c:1250
 msgid "Minimise"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1198
+#: ../src/cairo-dock-menu.c:1252
 msgid "Close (middle-click)"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1211
+#: ../src/cairo-dock-menu.c:1265
 msgid "Move all to this desktop"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1217
+#: ../src/cairo-dock-menu.c:1271
 msgid "Launch new"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1220
+#: ../src/cairo-dock-menu.c:1274
 msgid "Show all"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1222
+#: ../src/cairo-dock-menu.c:1276
 msgid "Minimise all"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1224
+#: ../src/cairo-dock-menu.c:1278
 msgid "Close all"
 msgstr ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1302
 msgid "Detach this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1302
 msgid "Return to the dock"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1251
+#: ../src/cairo-dock-menu.c:1305
 msgid "Remove this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1255
+#: ../src/cairo-dock-menu.c:1309
 msgid "Launch another instance of this applet"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1277
+#: ../src/cairo-dock-menu.c:1331
 #: ../src/gldit/cairo-dock-internal-accessibility.c:277
 msgid "Visibility"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1292
+#: ../src/cairo-dock-menu.c:1346
 msgid "Normal"
 msgstr ""
 
-#: ../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 ""
 
-#: ../src/cairo-dock-menu.c:1305
+#: ../src/cairo-dock-menu.c:1359
 msgid "Always below"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1318
+#: ../src/cairo-dock-menu.c:1372
 msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1320
+#: ../src/cairo-dock-menu.c:1374
 msgid "Reserve space"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1327
+#: ../src/cairo-dock-menu.c:1381
 msgid "On all desktops"
 msgstr ""
 
-#: ../src/cairo-dock-menu.c:1333
+#: ../src/cairo-dock-menu.c:1387
 msgid "Lock position"
 msgstr ""
 
-#: ../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"
 "It is located in the 'Taskbar' module."
@@ -666,7 +678,7 @@
 "  (you can now click on this dialog to close it)"
 msgstr ""
 
-#: ../src/cairo-dock.c:844
+#: ../src/cairo-dock.c:842
 #, c-format
 msgid ""
 "The module '%s' may have encountered a problem.\n"
@@ -699,95 +711,95 @@
 msgid "Failed to unmount %s"
 msgstr ""
 
-#: ../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:1261
+#: ../src/gldit/cairo-dock-gui-factory.c:1262
 msgid "Accessory"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1305
+#: ../src/gldit/cairo-dock-gui-factory.c:1306
 msgid "rate me"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1325
+#: ../src/gldit/cairo-dock-gui-factory.c:1326
 msgid "Local"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1329
+#: ../src/gldit/cairo-dock-gui-factory.c:1330
 msgid "User"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1333
+#: ../src/gldit/cairo-dock-gui-factory.c:1334
 msgid "Net"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1337
+#: ../src/gldit/cairo-dock-gui-factory.c:1338
 msgid "New"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:1342
+#: ../src/gldit/cairo-dock-gui-factory.c:1343
 msgid "Updated"
 msgstr ""
 
-#: ../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 ""
 
-#: ../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"
 "Be sure to install it with the same version as the dock to enjoy these features."
 msgstr ""
 
-#: ../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"
 "Activate it now?"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2151
+#: ../src/gldit/cairo-dock-gui-factory.c:2152
 #, c-format
 msgid "Listing themes in '%s' ..."
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2289
+#: ../src/gldit/cairo-dock-gui-factory.c:2290
 msgid "plug-in"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2295
+#: ../src/gldit/cairo-dock-gui-factory.c:2296
 msgid "category"
 msgstr ""
 
-#: ../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 ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2741
+#: ../src/gldit/cairo-dock-gui-factory.c:2742
 msgid "state"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2747
+#: ../src/gldit/cairo-dock-gui-factory.c:2748
 msgid "Theme"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2760
+#: ../src/gldit/cairo-dock-gui-factory.c:2761
 msgid "Rating"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2766
+#: ../src/gldit/cairo-dock-gui-factory.c:2767
 msgid "Sobriety"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2849
+#: ../src/gldit/cairo-dock-gui-factory.c:2850
 msgid "link"
 msgstr ""
 
-#: ../src/gldit/cairo-dock-gui-factory.c:2902
+#: ../src/gldit/cairo-dock-gui-factory.c:2903
 msgid "Grab"
 msgstr ""
 
@@ -798,8 +810,8 @@
 "Configure the way you access your docks and sub-docks!"
 msgstr ""
 
-#: ../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 ""
 
@@ -811,7 +823,7 @@
 msgid "_custom decoration_"
 msgstr ""
 
-#: ../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 ""
 
@@ -831,7 +843,7 @@
 msgid "Configure text bubble appearance."
 msgstr ""
 
-#: ../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 ""
 
@@ -847,7 +859,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 ""
 
@@ -855,12 +867,12 @@
 msgid "Set the position of the main dock."
 msgstr ""
 
-#: ../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 ""
 
 #: ../src/gldit/cairo-dock-internal-taskbar.c:167 ../data/messages:61
-#: ../data/messages:1039
+#: ../data/messages:1049
 msgid "Taskbar"
 msgstr ""
 
@@ -873,7 +885,7 @@
 msgstr ""
 
 #: ../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 ""
 
@@ -881,7 +893,7 @@
 msgid "Select a view for each of your docks."
 msgstr ""
 
-#: ../src/gldit/cairo-dock-struct.h:455
+#: ../src/gldit/cairo-dock-struct.h:457
 msgid "Default"
 msgstr ""
 
@@ -907,109 +919,109 @@
 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:1337
+#: ../data/messages:1 ../data/messages:1347
 msgid "Behavior"
 msgstr ""
 
-#: ../data/messages:3 ../data/messages:147 ../data/messages:1339
+#: ../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:1343
+#: ../data/messages:7 ../data/messages:157 ../data/messages:1353
 msgid "bottom"
 msgstr ""
 
-#: ../data/messages:9 ../data/messages:153 ../data/messages:1345
+#: ../data/messages:9 ../data/messages:159 ../data/messages:1355
 msgid "top"
 msgstr ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../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: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 border to call it back.\n"
 "When the dock pops up on shortcut, it will appear at the position of your mouse. The rest of the time, it stays invisible, thus acting like a menu."
 msgstr ""
 
-#: ../data/messages:19 ../data/messages:55 ../data/messages: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 ""
 
-#: ../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 ""
 
-#: ../data/messages:25 ../data/messages:199 ../data/messages:1379
+#: ../data/messages:25 ../data/messages:205 ../data/messages:1389
 msgid "Keep the dock below"
 msgstr ""
 
-#: ../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 ""
 
-#: ../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 ""
 
-#: ../data/messages:31 ../data/messages:205 ../data/messages:1385
+#: ../data/messages:31 ../data/messages:211 ../data/messages:1395
 msgid "Keep the dock hidden"
 msgstr ""
 
-#: ../data/messages:33 ../data/messages:207 ../data/messages:1387
+#: ../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 menu."
 msgstr ""
 
-#: ../data/messages:49 ../data/messages:241
+#: ../data/messages:49 ../data/messages:247
 msgid "Keyboard shortcut to pop-up the dock:"
 msgstr ""
 
@@ -1017,15 +1029,15 @@
 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 ""
 
@@ -1041,7 +1053,7 @@
 msgid "Behaviour of the Taskbar:"
 msgstr ""
 
-#: ../data/messages:67 ../data/messages:1513
+#: ../data/messages:67 ../data/messages:1521
 msgid "None"
 msgstr ""
 
@@ -1065,7 +1077,7 @@
 msgid "On appearance/disappearance:"
 msgstr ""
 
-#: ../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 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 ""
 
@@ -1101,35 +1113,35 @@
 msgid "This will separate launchers, application, and applets from each others. Separators will be automatically inserted then."
 msgstr ""
 
-#: ../data/messages:105 ../data/messages:723
+#: ../data/messages:105 ../data/messages:733
 msgid "Separate the different types of icons?"
 msgstr ""
 
-#: ../data/messages:107 ../data/messages:733
+#: ../data/messages:107 ../data/messages:743
 msgid "Order of the different types of icons :"
 msgstr ""
 
-#: ../data/messages:109 ../data/messages:735
+#: ../data/messages:109 ../data/messages:745
 msgid "launchers"
 msgstr ""
 
-#: ../data/messages:111 ../data/messages:737
+#: ../data/messages:111 ../data/messages:747
 msgid "applications"
 msgstr ""
 
-#: ../data/messages:113 ../data/messages:739
+#: ../data/messages:113 ../data/messages:749
 msgid "applets"
 msgstr ""
 
-#: ../data/messages:117 ../data/messages:513
+#: ../data/messages:117 ../data/messages:523
 msgid "Choose the default view for main docks :"
 msgstr ""
 
-#: ../data/messages:119 ../data/messages:517
+#: ../data/messages:119 ../data/messages:527
 msgid "You can overwrite this parameter for each sub-dock."
 msgstr ""
 
-#: ../data/messages:121 ../data/messages:519
+#: ../data/messages:121 ../data/messages:529
 msgid "Choose the default view for sub-docks :"
 msgstr ""
 
@@ -1152,1163 +1164,1175 @@
 msgid "Add or remove any applet :"
 msgstr ""
 
-#: ../data/messages:131 ../data/messages:1417
+#: ../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:1421
+#: ../data/messages:139 ../data/messages:1431
 msgid "Choose one of the available themes:"
 msgstr ""
 
-#: ../data/messages:137 ../data/messages:1427
+#: ../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:1429
+#: ../data/messages:145 ../data/messages:1439
 msgid "Use the new theme's launchers?"
 msgstr ""
 
-#: ../data/messages:141 ../data/messages:1431
+#: ../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:1433
+#: ../data/messages:149 ../data/messages:1443
 msgid "Use the new theme's behaviour?"
 msgstr ""
 
-#: ../data/messages:159 ../data/messages:1351
+#: ../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 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:161 ../data/messages:1353
+#: ../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:1357
+#: ../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."
 msgstr ""
 
-#: ../data/messages:171
+#: ../data/messages:177 ../data/messages:1369
 msgid "Lateral offset:"
 msgstr ""
 
-#: ../data/messages:173 ../data/messages:1361
+#: ../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."
 msgstr ""
 
-#: ../data/messages:175 ../data/messages:1363
+#: ../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 ""
 
-#: ../data/messages:183
+#: ../data/messages:189
 msgid "0 is the first screen."
 msgstr ""
 
-#: ../data/messages:185 ../data/messages:1367
+#: ../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 ""
 
-#: ../data/messages:223
+#: ../data/messages:229
 msgid "Delay before the dock unhides itself:"
 msgstr ""
 
-#: ../data/messages:225
+#: ../data/messages:231
 msgid "How to call the dock back:"
 msgstr ""
 
-#: ../data/messages:227
+#: ../data/messages:233
 msgid "Hit the screen's border"
 msgstr ""
 
-#: ../data/messages:229
+#: ../data/messages:235
 msgid "Hit where the dock is"
 msgstr ""
 
-#: ../data/messages:231
+#: ../data/messages:237
 msgid "Hit the screen's corner"
 msgstr ""
 
-#: ../data/messages:233
+#: ../data/messages:239
 msgid "Hit a zone"
 msgstr ""
 
-#: ../data/messages:235
+#: ../data/messages:241
 msgid "Size of the zone :"
 msgstr ""
 
-#: ../data/messages:237
+#: ../data/messages:243
 msgid "Image to display on the zone :"
 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 ""
 
-#: ../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:469 ../data/messages:581
-#: ../data/messages:607 ../data/messages:679
+#: ../data/messages:321 ../data/messages:479 ../data/messages:591
+#: ../data/messages:617 ../data/messages:689
 msgid "Opaque"
 msgstr ""
 
-#: ../data/messages:317 ../data/messages:467 ../data/messages:579
-#: ../data/messages:605 ../data/messages:677
+#: ../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 ""
 
-#: ../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: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 ""
 
-#: ../data/messages:421
+#: ../data/messages:427
 msgid "Make the config panel transparent?"
 msgstr ""
 
-#: ../data/messages:423
-msgid "Connection to the themes' server"
-msgstr ""
-
-#: ../data/messages:425
-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:427
-msgid "Connection timeout to the themes' server :"
-msgstr ""
-
 #: ../data/messages:429
-msgid "Maximum time in seconds that you allow the whole operation to last. Some themes can be up to a few MB."
+msgid "Connection to the Internet"
 msgstr ""
 
 #: ../data/messages:431
-msgid "Maximum time to download a theme:"
+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: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: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:435
+#: ../data/messages:445
 msgid "Are you behind a proxy ?"
 msgstr ""
 
-#: ../data/messages:437
+#: ../data/messages:447
 msgid "Proxy name :"
 msgstr ""
 
-#: ../data/messages:439
+#: ../data/messages:449
 msgid "Port :"
 msgstr ""
 
-#: ../data/messages:441 ../data/messages:445
+#: ../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:443
+#: ../data/messages:453
 msgid "User :"
 msgstr ""
 
-#: ../data/messages:447
+#: ../data/messages:457
 msgid "Password :"
 msgstr ""
 
-#: ../data/messages:451 ../data/messages:1399
+#: ../data/messages:461 ../data/messages:1409
 msgid "Fill the background with:"
 msgstr ""
 
-#: ../data/messages:453 ../data/messages:459 ../data/messages:753
-#: ../data/messages:1403
+#: ../data/messages:463 ../data/messages:469 ../data/messages:763
+#: ../data/messages:1413
 msgid "Image"
 msgstr ""
 
-#: ../data/messages:455 ../data/messages:475 ../data/messages:1405
+#: ../data/messages:465 ../data/messages:485 ../data/messages:1415
 msgid "Colour gradation"
 msgstr ""
 
-#: ../data/messages:457
+#: ../data/messages:467
 msgid "Use a background image."
 msgstr ""
 
-#: ../data/messages:461 ../data/messages:1407
+#: ../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:463 ../data/messages:1409
+#: ../data/messages:473 ../data/messages:1419
 msgid "Image filename to use as a background :"
 msgstr ""
 
-#: ../data/messages:465
+#: ../data/messages:475
 msgid "Image's transparency :"
 msgstr ""
 
-#: ../data/messages:471 ../data/messages:1411
+#: ../data/messages:481 ../data/messages:1421
 msgid "Repeat image as a pattern to fill background?"
 msgstr ""
 
-#: ../data/messages:473
+#: ../data/messages:483
 msgid "Use a colour gradation."
 msgstr ""
 
-#: ../data/messages:477 ../data/messages:1413
+#: ../data/messages:487 ../data/messages:1423
 msgid "Bright colour:"
 msgstr ""
 
-#: ../data/messages:479 ../data/messages:1415
+#: ../data/messages:489 ../data/messages:1425
 msgid "Dark colour:"
 msgstr ""
 
-#: ../data/messages:481
+#: ../data/messages:491
 msgid "In degrees, in relation to the vertical"
 msgstr ""
 
-#: ../data/messages:483
+#: ../data/messages:493
 msgid "Angle of the gradation :"
 msgstr ""
 
-#: ../data/messages:485
+#: ../data/messages:495
 msgid "If not nul, it will form stripes."
 msgstr ""
 
-#: ../data/messages:487
+#: ../data/messages:497
 msgid "Repeat the gradation this number of times:"
 msgstr ""
 
-#: ../data/messages:489
+#: ../data/messages:499
 msgid "Percentage of the bright colour:"
 msgstr ""
 
-#: ../data/messages:491
+#: ../data/messages:501
 msgid "External Frame"
 msgstr ""
 
-#: ../data/messages:493 ../data/messages:497 ../data/messages:503
-#: ../data/messages:551 ../data/messages:651
+#: ../data/messages:503 ../data/messages:507 ../data/messages:513
+#: ../data/messages:561 ../data/messages:661
 msgid "in pixels."
 msgstr ""
 
-#: ../data/messages:495
+#: ../data/messages:505
 msgid "Corner radius :"
 msgstr ""
 
-#: ../data/messages:499
+#: ../data/messages:509
 msgid "Linewidth of the external line :"
 msgstr ""
 
-#: ../data/messages:501
+#: ../data/messages:511
 msgid "Colour of the external line:"
 msgstr ""
 
-#: ../data/messages:505
+#: ../data/messages:515
 msgid "Margin between the frame and the icons or their reflects :"
 msgstr ""
 
-#: ../data/messages:507
+#: ../data/messages:517
 msgid "Are the bottom left and right corners rounded?"
 msgstr ""
 
-#: ../data/messages:511
+#: ../data/messages:521
 msgid "Main Dock"
 msgstr ""
 
-#: ../data/messages:515
+#: ../data/messages:525
 msgid "Sub-Docks"
 msgstr ""
 
-#: ../data/messages:521
+#: ../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:523
+#: ../data/messages:533
 msgid "Ratio for the size of the sub-docks' icons :"
 msgstr ""
 
-#: ../data/messages:525 ../data/messages:793
+#: ../data/messages:535 ../data/messages:803
 msgid "smaller"
 msgstr ""
 
-#: ../data/messages:527
+#: ../data/messages:537
 msgid "same size"
 msgstr ""
 
-#: ../data/messages:529
+#: ../data/messages:539
 msgid "Dialogs"
 msgstr ""
 
-#: ../data/messages:531
+#: ../data/messages:541
 msgid "Bubble"
 msgstr ""
 
-#: ../data/messages:533
+#: ../data/messages:543
 msgid "Background colour of the bubble:"
 msgstr ""
 
-#: ../data/messages:535
+#: ../data/messages:545
 msgid "Shape of the bubble:"
 msgstr ""
 
-#: ../data/messages:537
+#: ../data/messages:547
 msgid "Text"
 msgstr ""
 
-#: ../data/messages:539 ../data/messages:829
+#: ../data/messages:549 ../data/messages:839
 msgid "Otherwise the default's system one will be used."
 msgstr ""
 
-#: ../data/messages:541
+#: ../data/messages:551
 msgid "Use a custom font for the text?"
 msgstr ""
 
-#: ../data/messages:543
+#: ../data/messages:553
 msgid "Text font:"
 msgstr ""
 
-#: ../data/messages:545 ../data/messages:835
+#: ../data/messages:555 ../data/messages:845
 msgid "Draw the outline of the text?"
 msgstr ""
 
-#: ../data/messages:547
+#: ../data/messages:557
 msgid "Text color:"
 msgstr ""
 
-#: ../data/messages:549 ../data/messages:609
+#: ../data/messages:559 ../data/messages:619
 msgid "Buttons"
 msgstr ""
 
-#: ../data/messages:553
+#: ../data/messages:563
 msgid "Size of buttons in the info-bubbles (width x height) :"
 msgstr ""
 
-#: ../data/messages:555 ../data/messages:559 ../data/messages:613
-#: ../data/messages:617 ../data/messages:621 ../data/messages:625
+#: ../data/messages: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:557
+#: ../data/messages:567
 msgid "Name of an image to use for the yes/ok button :"
 msgstr ""
 
-#: ../data/messages:561
+#: ../data/messages:571
 msgid "Name of an image to use for the no/cancel button :"
 msgstr ""
 
-#: ../data/messages:563
+#: ../data/messages:573
 msgid "Size of the icon displayed next to the text :"
 msgstr ""
 
-#: ../data/messages:567
+#: ../data/messages:577
 msgid "Decorations"
 msgstr ""
 
-#: ../data/messages:569
+#: ../data/messages:579
 msgid ""
 "This can be customized for each desklet separately.\n"
 "Choose 'Custom decoration' to define your own decorations below"
 msgstr ""
 
-#: ../data/messages:571
+#: ../data/messages:581
 msgid "Choose a default decoration for all desklets :"
 msgstr ""
 
-#: ../data/messages:573
+#: ../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:575
+#: ../data/messages:585
 msgid "Background image :"
 msgstr ""
 
-#: ../data/messages:577
+#: ../data/messages:587
 msgid "Background transparency :"
 msgstr ""
 
-#: ../data/messages:583
+#: ../data/messages:593
 msgid "in pixels. Use this to adjust the left position of the drawings."
 msgstr ""
 
-#: ../data/messages:585
+#: ../data/messages:595
 msgid "Left offset :"
 msgstr ""
 
-#: ../data/messages:587
+#: ../data/messages:597
 msgid "in pixels. Use this to adjust the top position of the drawings."
 msgstr ""
 
-#: ../data/messages:589
+#: ../data/messages:599
 msgid "Top offset :"
 msgstr ""
 
-#: ../data/messages:591
+#: ../data/messages:601
 msgid "in pixels. Use this to adjust the right position of the drawings."
 msgstr ""
 
-#: ../data/messages:593
+#: ../data/messages:603
 msgid "Right offset :"
 msgstr ""
 
-#: ../data/messages:595
+#: ../data/messages:605
 msgid "in pixels. Use this to adjust the bottom position of the drawings."
 msgstr ""
 
-#: ../data/messages:597
+#: ../data/messages:607
 msgid "Bottom offset :"
 msgstr ""
 
-#: ../data/messages:599
+#: ../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:601
+#: ../data/messages:611
 msgid "Foreground image :"
 msgstr ""
 
-#: ../data/messages:603
+#: ../data/messages:613
 msgid "Foreground tansparency :"
 msgstr ""
 
-#: ../data/messages:611
+#: ../data/messages:621
 msgid "Buttons size :"
 msgstr ""
 
-#: ../data/messages:615 ../data/messages:627
+#: ../data/messages:625 ../data/messages:637
 msgid "Name of an image to use for the 'rotate' button :"
 msgstr ""
 
-#: ../data/messages:619
+#: ../data/messages:629
 msgid "Name of an image to use for the 'reattach' button :"
 msgstr ""
 
-#: ../data/messages:623
+#: ../data/messages:633
 msgid "Name of an image to use for the 'depth rotate' button :"
 msgstr ""
 
-#: ../data/messages:631
+#: ../data/messages:641
 msgid "Icons' themes"
 msgstr ""
 
-#: ../data/messages:635
+#: ../data/messages:645
 msgid "Choose an icon theme :"
 msgstr ""
 
-#: ../data/messages:637
+#: ../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:639
+#: ../data/messages:649
 msgid "Image filename to use as a background for icons :"
 msgstr ""
 
-#: ../data/messages:641
+#: ../data/messages:651
 msgid "Zoom effect"
 msgstr ""
 
-#: ../data/messages:643
+#: ../data/messages:653
 msgid "set to 1 if you don't want the icons to zoom when you hover over them."
 msgstr ""
 
-#: ../data/messages:645
+#: ../data/messages:655
 msgid "Maximum zoom of the icons :"
 msgstr ""
 
-#: ../data/messages:647
+#: ../data/messages:657
 msgid "in pixels. Outside of this space (centered on the mouse), there is no zoom."
 msgstr ""
 
-#: ../data/messages:649
+#: ../data/messages:659
 msgid "Width of the space in which the zoom will be effective :"
 msgstr ""
 
-#: ../data/messages:653
+#: ../data/messages:663
 msgid "Space between icons :"
 msgstr ""
 
-#: ../data/messages:655
+#: ../data/messages:665
 msgid "Reflections"
 msgstr ""
 
-#: ../data/messages:657
+#: ../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:659
+#: ../data/messages:669
 msgid "Reflective power of the plane :"
 msgstr ""
 
-#: ../data/messages:661
+#: ../data/messages:671
 msgid "light"
 msgstr ""
 
-#: ../data/messages:663
+#: ../data/messages:673
 msgid "strong"
 msgstr ""
 
-#: ../data/messages:665
+#: ../data/messages:675
 msgid "In percent of the icon's size. This parameter influence the total height of the dock."
 msgstr ""
 
-#: ../data/messages:667
+#: ../data/messages:677
 msgid "Height of the reflection:"
 msgstr ""
 
-#: ../data/messages:669
+#: ../data/messages:679
 msgid "small"
 msgstr ""
 
-#: ../data/messages:671
+#: ../data/messages:681
 msgid "tall"
 msgstr ""
 
-#: ../data/messages:673
+#: ../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 they will be."
 msgstr ""
 
-#: ../data/messages:675
+#: ../data/messages:685
 msgid "Icons' transparency at rest :"
 msgstr ""
 
-#: ../data/messages:681
+#: ../data/messages:691
 msgid "Icons size"
 msgstr ""
 
-#: ../data/messages:683
+#: ../data/messages:693
 msgid "Launcher's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:685
+#: ../data/messages:695
 msgid "Application's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:687
+#: ../data/messages:697
 msgid "Applet's size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:689
+#: ../data/messages:699
 msgid "Configure icons' animations."
 msgstr ""
 
-#: ../data/messages:691
+#: ../data/messages:701
 msgid "Configure icons' special effects (requires OpenGL)."
 msgstr ""
 
-#: ../data/messages:693
+#: ../data/messages:703
 msgid "Configure icons' animations on appearing/disappearing (require OpenGL capacity)."
 msgstr ""
 
-#: ../data/messages:695
+#: ../data/messages:705
 msgid "Separators"
 msgstr ""
 
-#: ../data/messages:697
+#: ../data/messages:707
 msgid "Icon size at rest (width x height) :"
 msgstr ""
 
-#: ../data/messages:699
+#: ../data/messages:709
 msgid "Force separator's image size to stay constant?"
 msgstr ""
 
-#: ../data/messages:701
+#: ../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:703
+#: ../data/messages:713
 msgid "How to draw the separators?"
 msgstr ""
 
-#: ../data/messages:705
+#: ../data/messages:715
 msgid "Use an image."
 msgstr ""
 
-#: ../data/messages:707
+#: ../data/messages:717
 msgid "Flat separator"
 msgstr ""
 
-#: ../data/messages:709
+#: ../data/messages:719
 msgid "Physical separator"
 msgstr ""
 
-#: ../data/messages:711
+#: ../data/messages:721
 msgid "If you don't provide one, blanks will be used."
 msgstr ""
 
-#: ../data/messages:713
+#: ../data/messages:723
 msgid "Filename of an image to use for separators :"
 msgstr ""
 
-#: ../data/messages:715
+#: ../data/messages:725
 msgid "Make the separator's image revolve when dock is on top/on the left/on the right?"
 msgstr ""
 
-#: ../data/messages:717
+#: ../data/messages:727
 msgid "Colour of flat separators :"
 msgstr ""
 
-#: ../data/messages:719
+#: ../data/messages:729
 msgid "Icons order"
 msgstr ""
 
-#: ../data/messages:721
+#: ../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"
 "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:725 ../data/messages:821
+#: ../data/messages:735 ../data/messages:831
 msgid "No"
 msgstr ""
 
-#: ../data/messages:727
+#: ../data/messages:737
 msgid "Separate applications from others"
 msgstr ""
 
-#: ../data/messages:729
+#: ../data/messages:739
 msgid "Separate applets from others"
 msgstr ""
 
-#: ../data/messages:731
+#: ../data/messages:741
 msgid "Separate all"
 msgstr ""
 
-#: ../data/messages:741
+#: ../data/messages:751
 msgid "Link the icons with a string"
 msgstr ""
 
-#: ../data/messages:743
+#: ../data/messages:753
 msgid "Linewidth of the string, in pixels (0 to not use string) :"
 msgstr ""
 
-#: ../data/messages:745
+#: ../data/messages:755
 msgid "Colour of the string (red, blue, green, alpha) :"
 msgstr ""
 
-#: ../data/messages:749
+#: ../data/messages:759
 msgid "Indicator of the active window"
 msgstr ""
 
-#: ../data/messages:751
+#: ../data/messages:761
 msgid "Type of indicator:"
 msgstr ""
 
-#: ../data/messages:755
+#: ../data/messages:765
 msgid "Frame"
 msgstr ""
 
-#: ../data/messages:757 ../data/messages:775 ../data/messages:813
+#: ../data/messages:767 ../data/messages:785 ../data/messages:823
 msgid "Image file:"
 msgstr ""
 
-#: ../data/messages:759
+#: ../data/messages:769
 msgid "Set transparency to 0 if you don't want to use an indicator."
 msgstr ""
 
-#: ../data/messages:761
+#: ../data/messages:771
 msgid "Colour of the frame :"
 msgstr ""
 
-#: ../data/messages:763
+#: ../data/messages:773
 msgid "Set 0 to fill the frame."
 msgstr ""
 
-#: ../data/messages:765
+#: ../data/messages:775
 msgid "Linewidth of the frame around the active window :"
 msgstr ""
 
-#: ../data/messages:767
+#: ../data/messages:777
 msgid "Corner radius of the frame around the active window :"
 msgstr ""
 
-#: ../data/messages:769 ../data/messages:801
+#: ../data/messages:779 ../data/messages:811
 msgid "Draw indicator above the icon?"
 msgstr ""
 
-#: ../data/messages:771
+#: ../data/messages:781
 msgid "Indicator of active launcher"
 msgstr ""
 
-#: ../data/messages:773
+#: ../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:777
+#: ../data/messages:787
 msgid "The indicator is drawn on active launchers, but you may want to display it on applications too."
 msgstr ""
 
-#: ../data/messages:779
+#: ../data/messages:789
 msgid "Display an indicator on application icons too ?"
 msgstr ""
 
-#: ../data/messages:781
+#: ../data/messages:791
 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:783
+#: ../data/messages:793
 msgid "Vertical offset :"
 msgstr ""
 
-#: ../data/messages:785
+#: ../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"
 "Otherwise it will be drawn directly on the dock and the offset will be downwards."
 msgstr ""
 
-#: ../data/messages:787
+#: ../data/messages:797
 msgid "Link the indicator with its icon?"
 msgstr ""
 
-#: ../data/messages:789
+#: ../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:791
+#: ../data/messages:801
 msgid "Indicator size ratio :"
 msgstr ""
 
-#: ../data/messages:795
+#: ../data/messages:805
 msgid "bigger"
 msgstr ""
 
-#: ../data/messages:797
+#: ../data/messages:807
 msgid "Use it to make the indicator follow the orientation of the dock (top/bottom/right/left)."
 msgstr ""
 
-#: ../data/messages:799
+#: ../data/messages:809
 msgid "Rotate the indicator with dock?"
 msgstr ""
 
-#: ../data/messages:803
+#: ../data/messages:813
 msgid "Indicator of grouped windows"
 msgstr ""
 
-#: ../data/messages:805
+#: ../data/messages:815
 msgid "How to show that several icons are grouped :"
 msgstr ""
 
-#: ../data/messages:807
+#: ../data/messages:817
 msgid "Draw an image"
 msgstr ""
 
-#: ../data/messages:809
+#: ../data/messages:819
 msgid "Draw the sub-dock's icons as a stack"
 msgstr ""
 
-#: ../data/messages:811
+#: ../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:815
+#: ../data/messages:825
 msgid "Zoom the indicator with its icon?"
 msgstr ""
 
-#: ../data/messages:817
+#: ../data/messages:827
 msgid "Labels"
 msgstr ""
 
-#: ../data/messages:819
+#: ../data/messages:829
 msgid "Show labels:"
 msgstr ""
 
-#: ../data/messages:823
+#: ../data/messages:833
 msgid "On pointed icon"
 msgstr ""
 
-#: ../data/messages:825
+#: ../data/messages:835
 msgid "On all icons"
 msgstr ""
 
-#: ../data/messages:827
+#: ../data/messages:837
 msgid "Font"
 msgstr ""
 
-#: ../data/messages:831
+#: ../data/messages:841
 msgid "Use a custom font for labels?"
 msgstr ""
 
-#: ../data/messages:833
+#: ../data/messages:843
 msgid "Font used for labels :"
 msgstr ""
 
-#: ../data/messages:837
+#: ../data/messages:847
 msgid "Colour"
 msgstr ""
 
-#: ../data/messages:839
+#: ../data/messages:849
 msgid "It's the first color of the gradation."
 msgstr ""
 
-#: ../data/messages:841
+#: ../data/messages:851
 msgid "Start color :"
 msgstr ""
 
-#: ../data/messages:843
+#: ../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:845
+#: ../data/messages:855
 msgid "Stop color :"
 msgstr ""
 
-#: ../data/messages:847
+#: ../data/messages:857
 msgid "If checked, the pattern will go from top to bottom, otherwise from left to right."
 msgstr ""
 
-#: ../data/messages:849
+#: ../data/messages:859
 msgid "Pattern should be vertical?"
 msgstr ""
 
-#: ../data/messages:853
+#: ../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:855
+#: ../data/messages:865
 msgid "Colour of the label's background :"
 msgstr ""
 
-#: ../data/messages:857
+#: ../data/messages:867
 msgid "If false, only the quick-info will have this background color."
 msgstr ""
 
-#: ../data/messages:859
+#: ../data/messages:869
 msgid "Use background color for labels?"
 msgstr ""
 
-#: ../data/messages:861
+#: ../data/messages:871
 msgid "Margin around the text (in pixels) :"
 msgstr ""
 
-#: ../data/messages:865
+#: ../data/messages:875
 msgid "Yes, like that :-)"
 msgstr ""
 
-#: ../data/messages:867
+#: ../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:869
+#: ../data/messages:879
 msgid "How do I re-order my icons?"
 msgstr ""
 
-#: ../data/messages:871
+#: ../data/messages:881
 msgid "Tip: you can even re-order icons of active applications."
 msgstr ""
 
-#: ../data/messages:873
+#: ../data/messages:883
 msgid "Simply drag with the mouse, and drop wherever you wish."
 msgstr ""
 
-#: ../data/messages:875
+#: ../data/messages:885
 msgid "How do I position applets and taskbar icons at the beginning of the dock?"
 msgstr ""
 
-#: ../data/messages:877
+#: ../data/messages:887
 msgid "Tip: you can also position applets amongst launchers, by ticking the box below."
 msgstr ""
 
-#: ../data/messages:879
+#: ../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:881 ../data/messages:889 ../data/messages:903
-#: ../data/messages:959
+#: ../data/messages:891 ../data/messages:899 ../data/messages:913
+#: ../data/messages:969
 msgid "Go to the «Icons» module."
 msgstr ""
 
-#: ../data/messages:883
+#: ../data/messages:893
 msgid "How do I change an icon image?"
 msgstr ""
 
-#: ../data/messages:885
+#: ../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:887
+#: ../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"
@@ -2316,220 +2340,220 @@
 "If you choose nothing, the default icon theme of your system will be used."
 msgstr ""
 
-#: ../data/messages:891
+#: ../data/messages:901
 msgid "How do I remove many icons quickly?"
 msgstr ""
 
-#: ../data/messages:893
+#: ../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:895
+#: ../data/messages:905
 msgid "Just drag and drop them out of the dock, they will disappear in an explosion !"
 msgstr ""
 
-#: ../data/messages:897
+#: ../data/messages:907
 msgid "How can I resize my icons?"
 msgstr ""
 
-#: ../data/messages:899
+#: ../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:901
+#: ../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:905
+#: ../data/messages:915
 msgid "I want to see a preview of opened applications by moving my cursor over its icon"
 msgstr ""
 
-#: ../data/messages:907 ../data/messages:1035 ../data/messages:1167
-#: ../data/messages:1231 ../data/messages:1269 ../data/messages:1311
-#: ../data/messages:1315 ../data/messages:1321 ../data/messages:1325
-#: ../data/messages:1329 ../data/messages:1333
+#: ../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:909 ../data/messages:1037
+#: ../data/messages:919 ../data/messages:1047
 msgid "If you're using Compiz, you can click on this button:"
 msgstr ""
 
-#: ../data/messages:911
+#: ../data/messages:921
 msgid "Dock"
 msgstr ""
 
-#: ../data/messages:913
+#: ../data/messages:923
 msgid "How do I position my dock on the screen?"
 msgstr ""
 
-#: ../data/messages:915
+#: ../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:917
+#: ../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:919 ../data/messages:927
+#: ../data/messages:929 ../data/messages:937
 msgid "Go to the «Position» module."
 msgstr ""
 
-#: ../data/messages:921
+#: ../data/messages:931
 msgid "How do I adjust the position of the dock above the Gnome-panel?"
 msgstr ""
 
-#: ../data/messages:923
+#: ../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:925
+#: ../data/messages:935
 msgid "In the «Position» module, you can add an offset to the screen border."
 msgstr ""
 
-#: ../data/messages:929
+#: ../data/messages:939
 msgid "The dock is hidden by the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:931
+#: ../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:933
+#: ../data/messages:943
 msgid "I don’t want other windows covering the dock"
 msgstr ""
 
-#: ../data/messages:935
+#: ../data/messages:945
 msgid "Tip: You can even do that with desklets: making a desklet's panel !."
 msgstr ""
 
-#: ../data/messages:937
+#: ../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:939 ../data/messages:947
+#: ../data/messages:949 ../data/messages:957
 msgid "Go to the «Accessibility» module."
 msgstr ""
 
-#: ../data/messages:941
+#: ../data/messages:951
 msgid "I don’t want that the dock covers windows"
 msgstr ""
 
-#: ../data/messages:943
+#: ../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:945
+#: ../data/messages:955
 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:949
+#: ../data/messages:959
 msgid "How can I add a separator?"
 msgstr ""
 
-#: ../data/messages:951
+#: ../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:953
+#: ../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:955
+#: ../data/messages:965
 msgid "I don't want to have a separator between launchers , applications and applets."
 msgstr ""
 
-#: ../data/messages:957
+#: ../data/messages:967
 msgid "In the «Icons» module, in the «separator» section, untick the box that says «add automatic separators»."
 msgstr ""
 
-#: ../data/messages:961
+#: ../data/messages:971
 msgid "How do I add a sub-dock?"
 msgstr ""
 
-#: ../data/messages:963
+#: ../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."
 msgstr ""
 
-#: ../data/messages:965
+#: ../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."
 msgstr ""
 
-#: ../data/messages:967
+#: ../data/messages:977
 msgid "How can I have many main docks?"
 msgstr ""
 
-#: ../data/messages:969
+#: ../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:971
+#: ../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:973
+#: ../data/messages:983
 msgid "How can I have a 3D dock?"
 msgstr ""
 
-#: ../data/messages:975
+#: ../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:977
+#: ../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:979
+#: ../data/messages:989
 msgid "Go to the «Views» module."
 msgstr ""
 
-#: ../data/messages:981
+#: ../data/messages:991
 msgid "How can I change the background of my docks?"
 msgstr ""
 
-#: ../data/messages:983
+#: ../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:985
+#: ../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:987
+#: ../data/messages:997
 msgid "Go to the «Background» module."
 msgstr ""
 
-#: ../data/messages:989
+#: ../data/messages:999
 msgid "I find the dock too flashy, can it be more sober?"
 msgstr ""
 
-#: ../data/messages:991
+#: ../data/messages:1001
 msgid "Hint : try different themes, some are already very sober, like Dust-Sand or Elementary."
 msgstr ""
 
-#: ../data/messages:993
+#: ../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"
@@ -2538,427 +2562,427 @@
 "In brief, you can easily have something as much sober as a gnome-panel, but this would be a shame ! ^_^"
 msgstr ""
 
-#: ../data/messages:995
+#: ../data/messages:1005
 msgid "Desklet"
 msgstr ""
 
-#: ../data/messages:997
+#: ../data/messages:1007
 msgid "What are «desklets»?"
 msgstr ""
 
-#: ../data/messages:999
+#: ../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:1001
+#: ../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:1003
+#: ../data/messages:1013
 msgid "How do I configure their position?"
 msgstr ""
 
-#: ../data/messages:1005
+#: ../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:1007
+#: ../data/messages:1017
 msgid "Simply drag them with the mouse."
 msgstr ""
 
-#: ../data/messages:1009
+#: ../data/messages:1019
 msgid "How do I configure their behaviour?"
 msgstr ""
 
-#: ../data/messages:1011
+#: ../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:1013
+#: ../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:1015
+#: ../data/messages:1025
 msgid "How do I change their decorations?"
 msgstr ""
 
-#: ../data/messages:1017
+#: ../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:1019
+#: ../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:1021
+#: ../data/messages:1031
 msgid "Go to the «Desklets» module."
 msgstr ""
 
-#: ../data/messages:1023
+#: ../data/messages:1033
 msgid "How do I insert a desklet into the dock?"
 msgstr ""
 
-#: ../data/messages:1025
+#: ../data/messages:1035
 msgid "Hint :  if the desklet is locked, the button won’t appear."
 msgstr ""
 
-#: ../data/messages:1027
+#: ../data/messages:1037
 msgid "Simply click on the top right button."
 msgstr ""
 
-#: ../data/messages:1029
+#: ../data/messages:1039
 msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
 msgstr ""
 
-#: ../data/messages:1031
+#: ../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:1033
+#: ../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:1041
+#: ../data/messages:1051
 msgid "How do I enable the Taskbar?"
 msgstr ""
 
-#: ../data/messages:1043
+#: ../data/messages:1053
 msgid "Tip: All the Taskbar options are grouped together in this module."
 msgstr ""
 
-#: ../data/messages:1045
+#: ../data/messages:1055
 msgid "Go to the «Taskbar» module, then tick the first box, and apply."
 msgstr ""
 
-#: ../data/messages:1047 ../data/messages:1055 ../data/messages:1063
-#: ../data/messages:1071 ../data/messages:1077
+#: ../data/messages:1057 ../data/messages:1065 ../data/messages:1073
+#: ../data/messages:1081 ../data/messages:1087
 msgid "Go to the «TaskBar» module."
 msgstr ""
 
-#: ../data/messages:1049
+#: ../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:1051
+#: ../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:1053
+#: ../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:1057
+#: ../data/messages:1067
 msgid "I have ugly icons for some applications."
 msgstr ""
 
-#: ../data/messages:1059
+#: ../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:1061
+#: ../data/messages:1071
 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:1065
+#: ../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:1067
+#: ../data/messages:1077
 msgid "Tip: to launch another instance of the program, shift+click on the launcher."
 msgstr ""
 
-#: ../data/messages:1069
+#: ../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:1073
+#: ../data/messages:1083
 msgid "I'm using Pidgin, and I want to see my friends' avatars."
 msgstr ""
 
-#: ../data/messages:1075
+#: ../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:1079
+#: ../data/messages:1089
 msgid "How can I quickly navigate between many windows of the same application quickly?"
 msgstr ""
 
-#: ../data/messages:1081
+#: ../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:1083
+#: ../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:1085
+#: ../data/messages:1095
 msgid "Replacing the Gnome-panel"
 msgstr ""
 
-#: ../data/messages:1087
+#: ../data/messages:1097
 msgid "How can I add the main menu?"
 msgstr ""
 
-#: ../data/messages:1089
+#: ../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:1091
+#: ../data/messages:1101
 msgid "Enable the GMenu applet."
 msgstr ""
 
-#: ../data/messages:1093 ../data/messages:1101
+#: ../data/messages:1103 ../data/messages:1111
 msgid "Go to the «GMenu» module."
 msgstr ""
 
-#: ../data/messages:1095
+#: ../data/messages:1105
 msgid "How can I add a simple «quick launch» panel?"
 msgstr ""
 
-#: ../data/messages:1097
+#: ../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:1099
+#: ../data/messages:1109
 msgid "Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
 msgstr ""
 
-#: ../data/messages:1103
+#: ../data/messages:1113
 msgid "How can I add a Log-out icon?"
 msgstr ""
 
-#: ../data/messages:1105
+#: ../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."
 msgstr ""
 
-#: ../data/messages:1107
+#: ../data/messages:1117
 msgid "Enable the «Log-out» applet."
 msgstr ""
 
-#: ../data/messages:1109
+#: ../data/messages:1119
 msgid "Go to the «Log-out» module."
 msgstr ""
 
-#: ../data/messages:1111
+#: ../data/messages:1121
 msgid "How can I access the dustbin?"
 msgstr ""
 
-#: ../data/messages:1113
+#: ../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:1115
+#: ../data/messages:1125
 msgid "Simply enable the «Dustbin» applet."
 msgstr ""
 
-#: ../data/messages:1117
+#: ../data/messages:1127
 msgid "Go to the «Dustbin» module."
 msgstr ""
 
-#: ../data/messages:1119
+#: ../data/messages:1129
 msgid "How can I access my mount points?"
 msgstr ""
 
-#: ../data/messages:1121
+#: ../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:1123
+#: ../data/messages:1133
 msgid "Simply enable the «Shortcuts» applet."
 msgstr ""
 
-#: ../data/messages:1125 ../data/messages:1133
+#: ../data/messages:1135 ../data/messages:1143
 msgid "Go to the «Shortcuts» module."
 msgstr ""
 
-#: ../data/messages:1127
+#: ../data/messages:1137
 msgid "How can I access my Nautilus bookmarks?"
 msgstr ""
 
-#: ../data/messages:1129
+#: ../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:1131
+#: ../data/messages:1141
 msgid "Simply enable the «shortcuts» applet."
 msgstr ""
 
-#: ../data/messages:1135
+#: ../data/messages:1145
 msgid "How can I access my desktop?"
 msgstr ""
 
-#: ../data/messages:1137
+#: ../data/messages:1147
 msgid "Tip: middle-clicking on the icon will hide all windows, but not desklets."
 msgstr ""
 
-#: ../data/messages:1139
+#: ../data/messages:1149
 msgid "Simply enable the «showDesktop» applet."
 msgstr ""
 
-#: ../data/messages:1141
+#: ../data/messages:1151
 msgid "Go to the «Show Desktop» module."
 msgstr ""
 
-#: ../data/messages:1143
+#: ../data/messages:1153
 msgid "How can I add an easy-to-acces calendar?"
 msgstr ""
 
-#: ../data/messages:1145
+#: ../data/messages:1155
 msgid "Enable the «Clock» applet. Clicking on it will display a calendar, clicking again will hide it."
 msgstr ""
 
-#: ../data/messages:1147
+#: ../data/messages:1157
 msgid "Go to the «Clock» module."
 msgstr ""
 
-#: ../data/messages:1149
+#: ../data/messages:1159
 msgid "How can I add the notification area (systray)?"
 msgstr ""
 
-#: ../data/messages:1151
+#: ../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:1153
+#: ../data/messages:1163
 msgid "Go to the «Systray» module."
 msgstr ""
 
-#: ../data/messages:1155
+#: ../data/messages:1165
 msgid "How can I add an easy-to-access terminal with real transparency, like Tilda?"
 msgstr ""
 
-#: ../data/messages:1157
+#: ../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:1159
+#: ../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:1161
+#: ../data/messages:1171
 msgid "Go to the «terminal» module."
 msgstr ""
 
-#: ../data/messages:1163
+#: ../data/messages:1173
 msgid "So then, how can I remove completely the gnome-panel?"
 msgstr ""
 
-#: ../data/messages:1165
+#: ../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:1169
+#: ../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:1173
+#: ../data/messages:1183
 msgid "How do I run the same applet multiple times?"
 msgstr ""
 
-#: ../data/messages:1175
+#: ../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:1177
+#: ../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:1179
+#: ../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:1181
+#: ../data/messages:1191
 msgid "Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
 msgstr ""
 
-#: ../data/messages:1183
+#: ../data/messages:1193
 msgid "I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
 msgstr ""
 
-#: ../data/messages:1185
+#: ../data/messages:1195
 msgid "Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-Penguin, weather, etc."
 msgstr ""
 
-#: ../data/messages:1187
+#: ../data/messages:1197
 msgid "Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
 msgstr ""
 
-#: ../data/messages:1189
+#: ../data/messages:1199
 msgid "How do I change the brightness of my screen quickly?"
 msgstr ""
 
-#: ../data/messages:1191
+#: ../data/messages:1201
 msgid "Enable the Xgamma applet, then you can scroll up/down on the icon with the mouse."
 msgstr ""
 
-#: ../data/messages:1193
+#: ../data/messages:1203
 msgid "Go to the «Xgamma» module."
 msgstr ""
 
-#: ../data/messages:1195
+#: ../data/messages:1205
 msgid "How can I change the speaker volume quickly?"
 msgstr ""
 
-#: ../data/messages:1197
+#: ../data/messages:1207
 msgid "Enable the AlsaMixer applet, then you can scroll up/down on the icon with the mouse."
 msgstr ""
 
-#: ../data/messages:1199
+#: ../data/messages:1209
 msgid "Go to the «AlsaMixer» module."
 msgstr ""
 
-#: ../data/messages:1201
+#: ../data/messages:1211
 msgid "How can I quickly switch to another desktop?"
 msgstr ""
 
-#: ../data/messages:1203
+#: ../data/messages:1213
 msgid "Tip: This applet even lets you add or remove quickly a desktop !"
 msgstr ""
 
-#: ../data/messages:1205
+#: ../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:1207
+#: ../data/messages:1217
 msgid "Go to the «Switcher» module."
 msgstr ""
 
-#: ../data/messages:1209
+#: ../data/messages:1219
 msgid "How can I control my dock from the keyboard?"
 msgstr ""
 
-#: ../data/messages:1211
+#: ../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:1213
+#: ../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"
@@ -2970,35 +2994,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:1215
+#: ../data/messages:1225
 msgid "Troubleshooting"
 msgstr ""
 
-#: ../data/messages:1217
+#: ../data/messages:1227
 msgid "If you have any question, don't hesitate to ask on our forum."
 msgstr ""
 
-#: ../data/messages:1219
+#: ../data/messages:1229
 msgid "Forum"
 msgstr ""
 
-#: ../data/messages:1221
+#: ../data/messages:1231
 msgid "Our wiki can also help you, it is more complete on some points."
 msgstr ""
 
-#: ../data/messages:1223
+#: ../data/messages:1233
 msgid "Wiki"
 msgstr ""
 
-#: ../data/messages:1225
+#: ../data/messages:1235
 msgid "I have a black background around my dock."
 msgstr ""
 
-#: ../data/messages:1227
+#: ../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:1229
+#: ../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"
@@ -3006,103 +3030,103 @@
 " Open gconf-editor, edit the key '/apps/metacity/general/compositing_manager' and set it to 'true'."
 msgstr ""
 
-#: ../data/messages:1233
+#: ../data/messages:1243
 msgid "If you're on Gnome with Metacity (without Compiz), you can click on this button:"
 msgstr ""
 
-#: ../data/messages:1235
+#: ../data/messages:1245
 msgid "My machine is too old to run a composite manager."
 msgstr ""
 
-#: ../data/messages:1237
+#: ../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:1239
+#: ../data/messages:1249
 msgid "The dock is horribly slow when I move the mouse into it."
 msgstr ""
 
-#: ../data/messages:1241
+#: ../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:1243
+#: ../data/messages:1253
 msgid "I don't have these wonderful effects like fire, cube rotating, etc."
 msgstr ""
 
-#: ../data/messages:1245
+#: ../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:1247
+#: ../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:1249
+#: ../data/messages:1259
 msgid "I don't have any themes in the Theme Manager, except the default one."
 msgstr ""
 
-#: ../data/messages:1251
+#: ../data/messages:1261
 msgid "Hint : Up to version 2.1.1-2, wget was used."
 msgstr ""
 
-#: ../data/messages:1253
+#: ../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:1255
+#: ../data/messages:1265
 msgid "The «netspeed» applet displays 0 even when I'm downloading something"
 msgstr ""
 
-#: ../data/messages:1257
+#: ../data/messages:1267
 msgid "Tip: you can run several instances of this applet if you wish to monitor several interfaces."
 msgstr ""
 
-#: ../data/messages:1259
+#: ../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:1261
+#: ../data/messages:1271
 msgid "The dustbin remains empty even when I delete a file."
 msgstr ""
 
-#: ../data/messages:1263
+#: ../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:1265
+#: ../data/messages:1275
 msgid "There is no icon in the Applications Menu even though I enable the option."
 msgstr ""
 
-#: ../data/messages:1267
+#: ../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:1271
+#: ../data/messages:1281
 msgid "If you're on Gnome you can click on this button:"
 msgstr ""
 
-#: ../data/messages:1273
+#: ../data/messages:1283
 msgid "The Project"
 msgstr ""
 
-#: ../data/messages:1275
+#: ../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"
 "or if you just made a dream about the dock, pay us a visit on cairo-dock.org.\n"
@@ -3111,336 +3135,321 @@
 "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:1279
+#: ../data/messages:1289
 msgid "If you wish to develop an applet, a complete documentation is available here."
 msgstr ""
 
-#: ../data/messages:1281
+#: ../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:1289
+#: ../data/messages:1299
 msgid "Websites"
 msgstr ""
 
-#: ../data/messages:1303
+#: ../data/messages:1313
 msgid "Repositories"
 msgstr ""
 
-#: ../data/messages:1305
+#: ../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:1307
+#: ../data/messages:1317
 msgid "Debian/Ubuntu"
 msgstr ""
 
-#: ../data/messages:1309
+#: ../data/messages:1319
 msgid "Ubuntu"
 msgstr ""
 
-#: ../data/messages:1313
+#: ../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:1317
+#: ../data/messages:1327
 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:1319
+#: ../data/messages:1329
 msgid "Debian"
 msgstr ""
 
-#: ../data/messages:1323
+#: ../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:1327
+#: ../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:1331
+#: ../data/messages:1341
 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:1335
+#: ../data/messages:1345
 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:1341
-msgid "Choose the screen border relative to which the dock will be positioned:"
-msgstr ""
-
-#: ../data/messages:1355
-msgid "Position relative to the selected screen edge"
-msgstr ""
-
-#: ../data/messages:1359
-msgid "Lateral gap:"
-msgstr ""
-
-#: ../data/messages:1365
+#: ../data/messages:1375
 msgid "starting from 0"
 msgstr ""
 
-#: ../data/messages:1369
+#: ../data/messages:1379
 msgid "Visibility of the dock"
 msgstr ""
 
-#: ../data/messages:1393
+#: ../data/messages:1403
 msgid "Leave it empty to use the same view as the main dock."
 msgstr ""
 
-#: ../data/messages:1395
+#: ../data/messages:1405
 msgid "Choose the view for this dock :/"
 msgstr ""
 
-#: ../data/messages:1401
+#: ../data/messages:1411
 msgid "Same as main dock"
 msgstr ""
 
-#: ../data/messages:1419
+#: ../data/messages:1429
 msgid "Choose a theme"
 msgstr ""
 
-#: ../data/messages:1423
+#: ../data/messages:1433
 msgid "You can even paste an internet URL."
 msgstr ""
 
-#: ../data/messages:1425
+#: ../data/messages:1435
 msgid "...or drag and drop a theme package here :"
 msgstr ""
 
-#: ../data/messages:1435
+#: ../data/messages:1445
 msgid "Save"
 msgstr ""
 
-#: ../data/messages:1437
+#: ../data/messages:1447
 msgid "Save current theme"
 msgstr ""
 
-#: ../data/messages:1439
+#: ../data/messages:1449
 msgid "You will then be able to re-open it at any time."
 msgstr ""
 
-#: ../data/messages:1441
+#: ../data/messages:1451
 msgid "Save as:"
 msgstr ""
 
-#: ../data/messages:1443
+#: ../data/messages:1453
 msgid "Save current behaviour also?"
 msgstr ""
 
-#: ../data/messages:1445
+#: ../data/messages:1455
 msgid "Save current launchers also?"
 msgstr ""
 
-#: ../data/messages:1447
+#: ../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:1449
+#: ../data/messages:1459
 msgid "Build a package of the theme?"
 msgstr ""
 
-#: ../data/messages:1451
+#: ../data/messages:1461
 msgid "Delete"
 msgstr ""
 
-#: ../data/messages:1453
+#: ../data/messages:1463
 msgid "List of your personal themes"
 msgstr ""
 
-#: ../data/messages:1455
+#: ../data/messages:1465
 msgid "Delete from the list themes that you don't need anymore :"
 msgstr ""
 
-#: ../data/messages:1457 ../data/messages:1459 ../data/messages:1463
-#: ../data/messages:1465 ../data/messages:1493 ../data/messages:1543
-#: ../data/messages:1577
+#: ../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:1461
-msgid "cPath="
-msgstr ""
-
-#: ../data/messages:1467
+#: ../data/messages:1475
 msgid "Sub-dock's name :"
 msgstr ""
 
-#: ../data/messages:1469 ../data/messages:1497
+#: ../data/messages:1477 ../data/messages:1505
 msgid "How to render the icon :"
 msgstr ""
 
-#: ../data/messages:1471 ../data/messages:1499
+#: ../data/messages:1479 ../data/messages:1507
 msgid "Use an image"
 msgstr ""
 
-#: ../data/messages:1473 ../data/messages:1501
+#: ../data/messages:1481 ../data/messages:1509
 msgid "Draw sub-dock's content as emblems"
 msgstr ""
 
-#: ../data/messages:1475 ../data/messages:1503
+#: ../data/messages:1483 ../data/messages:1511
 msgid "Draw sub-dock's content as stack"
 msgstr ""
 
-#: ../data/messages:1477 ../data/messages:1505
+#: ../data/messages:1485 ../data/messages:1513
 msgid "Draw sub-dock's content inside a box"
 msgstr ""
 
-#: ../data/messages:1479 ../data/messages:1507 ../data/messages:1551
-#: ../data/messages:1579
+#: ../data/messages:1487 ../data/messages:1515 ../data/messages:1559
+#: ../data/messages:1587
 msgid "Image's name or path :"
 msgstr ""
 
-#: ../data/messages:1481 ../data/messages:1533 ../data/messages:1557
-#: ../data/messages:1581
+#: ../data/messages:1489 ../data/messages:1541 ../data/messages:1565
+#: ../data/messages:1589
 msgid "Extra parameters"
 msgstr ""
 
-#: ../data/messages:1483 ../data/messages:1535 ../data/messages:1559
-#: ../data/messages:1583
+#: ../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:1485 ../data/messages:1537 ../data/messages:1555
-#: ../data/messages:1585
+#: ../data/messages:1493 ../data/messages:1545 ../data/messages:1563
+#: ../data/messages:1593
 msgid "Name of the container it belongs to:"
 msgstr ""
 
-#: ../data/messages:1487
+#: ../data/messages:1495
 msgid "Name of the view used for the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1489
+#: ../data/messages:1497
 msgid "If '0' the container will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1491 ../data/messages:1541 ../data/messages:1575
+#: ../data/messages:1499 ../data/messages:1549 ../data/messages:1583
 msgid "Only show in this specific viewport"
 msgstr ""
 
-#: ../data/messages:1495 ../data/messages:1545
+#: ../data/messages:1503 ../data/messages:1553
 msgid "Launcher's name :"
 msgstr ""
 
-#: ../data/messages:1509
+#: ../data/messages:1517
 msgid "URI of the file :"
 msgstr ""
 
-#: ../data/messages:1511
+#: ../data/messages:1519
 msgid "Number of files to list in the sub-dock :"
 msgstr ""
 
-#: ../data/messages:1515
+#: ../data/messages:1523
 msgid "5"
 msgstr ""
 
-#: ../data/messages:1517
+#: ../data/messages:1525
 msgid "10"
 msgstr ""
 
-#: ../data/messages:1519
+#: ../data/messages:1527
 msgid "20"
 msgstr ""
 
-#: ../data/messages:1521
+#: ../data/messages:1529
 msgid "30"
 msgstr ""
 
-#: ../data/messages:1525
+#: ../data/messages:1533
 msgid "Sort files by :"
 msgstr ""
 
-#: ../data/messages:1527
+#: ../data/messages:1535
 msgid "Name"
 msgstr ""
 
-#: ../data/messages:1529
+#: ../data/messages:1537
 msgid "Size"
 msgstr ""
 
-#: ../data/messages:1531
+#: ../data/messages:1539
 msgid "Date"
 msgstr ""
 
-#: ../data/messages:1539 ../data/messages:1573
+#: ../data/messages:1547 ../data/messages:1581
 msgid "If '0' the launcher will be displayed on every viewport."
 msgstr ""
 
-#: ../data/messages:1547
+#: ../data/messages:1555
 msgid "Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard shortcut,