cairo-dock-team team mailing list archive
-
cairo-dock-team team
-
Mailing list archive
-
Message #02852
[Merge] lp:~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1 into lp:ubuntu/cairo-dock
Matthieu Baerts has proposed merging lp:~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1 into lp:ubuntu/cairo-dock.
Requested reviews:
Ubuntu Sponsors Team (ubuntu-sponsors)
Related bugs:
#723994 Please update Cairo-Dock to 2.3.0~0rc1 version
https://bugs.launchpad.net/bugs/723994
For more details, see:
https://code.launchpad.net/~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1/+merge/51034
The Cairo-Dock team proposes a Release Candidate for the version 2.3.0.
It's a major version, and it brings several improvements and fixes several bugs.
This version has been proposed on Debian too (on mentors.debian.net).
PS: please don't forget to update our plug-ins too (LP:#723995)
(Bug #723994)
--
The attached diff has been truncated due to its size.
https://code.launchpad.net/~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1/+merge/51034
Your team Cairo-Dock Team is subscribed to branch lp:~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2010-10-02 18:11:29 +0000
+++ CMakeLists.txt 2011-02-23 23:27:12 +0000
@@ -10,7 +10,7 @@
########### project ###############
project ("cairo-dock")
-set (VERSION "2.2.0-4")
+set (VERSION "2.3.0~0rc1")
add_definitions (-std=c99 -Wstrict-prototypes -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration) #-Wunreachable-code -Wno-unused-parameter -Wall
if (NOT ${CMAKE_BUILD_TYPE})
@@ -28,7 +28,7 @@
set (CPACK_SOURCE_GENERATOR "TGZ")
set (CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${VERSION}")
set (CPACK_SOURCE_IGNORE_FILES
- "/build/;/.bzr/;bzrignore$;/config.h$;/scripts/;/doc/;/misc/;en_GB.po$;~$;${CPACK_SOURCE_IGNORE_FILES}")
+ "/build/;/.bzr/;bzrignore$;/config.h$;/gldi-config.h$;/scripts/;/doc/;/misc/;~$;${CPACK_SOURCE_IGNORE_FILES}")
include (CPack)
add_custom_target( dist
@@ -104,16 +104,19 @@
set (CAIRO_DOCK_SHARE_DATA_DIR ${pkgdatadir})
set (CAIRO_DOCK_SHARE_THEMES_DIR ${pkgdatadir}/themes)
-set (CAIRO_DOCK_MODULES_DIR ${libdir}/cairo-dock)
+#set (CAIRO_DOCK_MODULES_DIR ${libdir}/cairo-dock)
set (CAIRO_DOCK_LOCALE_DIR ${datadir}/locale)
set (CAIRO_DOCK_THEMES_DIR "themes")
set (CAIRO_DOCK_GETTEXT_PACKAGE ${GETTEXT_PACKAGE})
+set (GLDI_GETTEXT_PACKAGE ${GETTEXT_PACKAGE})
set (GLDI_SHARE_DATA_DIR ${pkgdatadir})
+set (GLDI_MODULES_DIR ${libdir}/cairo-dock)
########### file generation ###############
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake.in ${CMAKE_CURRENT_SOURCE_DIR}/src/config.h)
+configure_file (${CMAKE_CURRENT_SOURCE_DIR}/src/gldit/gldi-config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/src/gldit/gldi-config.h)
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/data/cairo-dock.conf.in ${CMAKE_CURRENT_BINARY_DIR}/data/cairo-dock.conf)
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/data/cairo-dock-simple.conf.in ${CMAKE_CURRENT_BINARY_DIR}/data/cairo-dock-simple.conf)
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/data/main-dock.conf.in ${CMAKE_CURRENT_BINARY_DIR}/data/main-dock.conf)
=== modified file 'config.h.cmake.in'
--- config.h.cmake.in 2010-09-16 01:04:13 +0000
+++ config.h.cmake.in 2011-02-23 23:27:12 +0000
@@ -26,21 +26,11 @@
/* Define to 1 if you have the <math.h> header file. */
#cmakedefine HAVE_MATH_H @HAVE_MATH_H@
-/* Defined if we can use X Extensions. */
-#cmakedefine HAVE_XEXTEND @HAVE_XEXTEND@
-
-/* Defined if we can crypt passwords. */
-#cmakedefine HAVE_LIBCRYPT @HAVE_LIBCRYPT@
-
+// Appli
#define CAIRO_DOCK_GETTEXT_PACKAGE "@CAIRO_DOCK_GETTEXT_PACKAGE@"
-#define GLDI_VERSION "@VERSION@"
-#define GLDI_SHARE_DATA_DIR "@CAIRO_DOCK_SHARE_DATA_DIR@"
-
-// Appli
#define CAIRO_DOCK_VERSION "@VERSION@"
#define CAIRO_DOCK_SHARE_DATA_DIR "@CAIRO_DOCK_SHARE_DATA_DIR@"
#define CAIRO_DOCK_SHARE_THEMES_DIR "@CAIRO_DOCK_SHARE_THEMES_DIR@"
-#define CAIRO_DOCK_MODULES_DIR "@CAIRO_DOCK_MODULES_DIR@"
#define CAIRO_DOCK_LOCALE_DIR "@CAIRO_DOCK_LOCALE_DIR@"
#define CAIRO_DOCK_THEMES_DIR "@CAIRO_DOCK_THEMES_DIR@"
=== modified file 'copyright'
--- copyright 2010-09-18 12:19:06 +0000
+++ copyright 2011-02-23 23:27:12 +0000
@@ -1,8 +1,8 @@
X-Source-Downloaded-From: https://launchpad.net/cairo-dock
X-Upstream-Author: Fabrice Rey <fabounet@xxxxxxxxxxxx>.
-Files: src/*
-Copyright: Fabrice Rey <fabounet@xxxxxxxxxxxx>
+Files: */*
+Copyright: 2007-2011 Fabrice Rey <fabounet@xxxxxxxxxxxx>
Licence: GPL 3+ (See /usr/share/common-licenses/GPL-3 for complete licence)
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
=== modified file 'data/CMakeLists.txt'
--- data/CMakeLists.txt 2010-09-16 01:04:13 +0000
+++ data/CMakeLists.txt 2011-02-23 23:27:12 +0000
@@ -2,6 +2,7 @@
add_subdirectory(gauges)
add_subdirectory(explosion)
add_subdirectory(man)
+add_subdirectory(icons)
########### install files ###############
=== modified file 'data/ChangeLog.txt'
--- data/ChangeLog.txt 2010-09-18 12:19:06 +0000
+++ data/ChangeLog.txt 2011-02-23 23:27:12 +0000
@@ -46,3 +46,5 @@
2.1.3 = GLX-Dock 2.1.3\n - A new and simplified configuration panel has been written\n - Thumbnails of windows inside the dock now have an emblem.\n - Icons pointing on sub-docks can display the sub-dock's content.\n - When an application demands your attention, only its icon will appear when the dock is hidden.\n - The DBus plug-in now allows to automatically load external applets, written in any language.\n - ShowDesktop can now quickly change the resolution of the screen.\n - Dnd2Share can now directly sends the clipboard's content.\n - This version also fixes a huge number of problems.
2.2.0 = <b><span color='red'>GLX-Dock 2.2.0</span></b>\n - The dock has gained 2 <b>new visibility modes</b> and several <b>auto-hide animations</b>.\n - Icons can be <b>displayed even when the dock is hidden</b> (Clock, System-Monitor, applications demanding your attention, etc)\n - Icons pointing on a sub-dock can be displayed <b>inside a box</b> with a nice opening animation.\n - A <b>new view</b> is available : <u>panel</u>\n - The <b>Me-Menu</b> and <b>Messaging-Menu</b> are now available inside the dock.\n - <b>Clock</b> applet has now a real <b>calendar with tasks management</b> (available with left-click).\n - You can now <b>lock your screen</b> with the <b>Logout</b> applet.\n - <b>Desklets</b> can now be <b>transparent to mouse</b>, that is to say you can click on what is behind the desklet.\n - Better support of <b>old graphic cards</b> thanks to FBOs.\n - The <b>config panel icons</b> have been refreshed, with a more Tango-friendly theme and better options layout.\n - A <b>new default theme</b> is also available; it should integrate itself better on any desktop.
+
+2.3.0 = <b><span color='red'>GLX-Dock 2.3.0</span></b>\n - The <i>System-Monitor</i> applet can now monitor <b>CPU temperature</b> and <b>fan speed</b>.\n - The <i>menus</i> have a <b>better layout</b>.\n - The <i>Logout applet</i> now warns you when the computer <b>needs to be restarted</b>.\n - Several <b>bug-fixes</b> and improvments.
=== modified file 'data/cairo-dock-simple.conf.in'
--- data/cairo-dock-simple.conf.in 2010-09-07 00:38:36 +0000
+++ data/cairo-dock-simple.conf.in 2011-02-23 23:27:12 +0000
@@ -99,13 +99,13 @@
#[@pkgdatadir@/icon-plug-ins.svg]
[Add-ons]
-#F[Applets;@pkgdatadir@/icon-accessories.svg]
+#F[Add or remove any applet;@pkgdatadir@/icon-accessories.svg]
frame_mod=
-#N Add or remove any applet :
+#_
#{Select a line to get a preview and a description of the applet.
#Click on the left check-box to (de)activate an applet.
-#Once an applet is active, you can configure it by right clicking on its icon.}/
+#Once an applet is active, you can configure it by right clicking on its icon.}
modules=
#W[More applets] Get more applets online !
@@ -116,16 +116,5 @@
#[@pkgdatadir@/icon-controler.svg]
[Themes]
-#R[@pkgdatadir@/themes;../@CAIRO_DOCK_THEMES_DIR@;themes] Choose one of the available themes:/
-chosen theme =
-
-#F[Options]
-frame_opt=
-
-#b Use the new theme's launchers?
-#{If you tick this box, your launchers will be deleted and replaced by the ones provided in the new theme. Otherwise the current launchers will be kept, only icons will be replaced.}
-use theme launchers = false
-
-#b Use the new theme's behaviour?
-#{Otherwise the current behaviour will be kept. This defines the dock's position, behavioural settings such as auto-hide, using taskbar or not, etc.}
-use theme behaviour = false
+#_
+notebook=
=== modified file 'data/cairo-dock.conf.in'
--- data/cairo-dock.conf.in 2010-09-07 00:38:36 +0000
+++ data/cairo-dock.conf.in 2011-02-23 23:27:12 +0000
@@ -51,7 +51,7 @@
#v
sep_visi =
-#L-[Move down;Fade out;Semi transparent;Zoom out;Folding] Effect used to hide the dock:
+#L-[None;Move down;Fade out;Semi transparent;Zoom out;Folding] Effect used to hide the dock:
hide effect = Move down
#i-[0;1500] Delay before the dock unhides itself:
@@ -159,14 +159,13 @@
#F-[Interaction;gtk-refresh]
frame2 =
+#l-[Nothing;Close;Minimize;Launch new] Action on middle-click on the related application
+action on middle click = 1
+
#b- Minimise the window when its icon is clicked, if it was already the active window ?
#{This is the default behaviour of most taskbars.}
minimize on click = true
-#b- Middle-clicking on an icon closes the related application
-#{In the style of Firefox tabs}
-close on middle click = true
-
#v-
sep_att =
@@ -663,7 +662,7 @@
[Labels]
-#X-[Label visibility;gtk-underline]
+#F-[Label visibility;gtk-underline]
frame_label =
#Y+[No;0;0;On pointed icon;0;0;On all icons;1;1] Show labels:
@@ -689,6 +688,16 @@
#b+ Draw the outline of the text?
text oulined = true
+#F+[Background;gtk-orientation-portrait]
+frame_bg =
+
+#C+ Colour of the label's background :
+#{If you set it to fully transparent, there will be no background for the text, but the margin around the text will still be in effect.}
+text background color = 0;0;0;.6
+
+#i+[0;20] Margin around the text (in pixels) :
+text margin = 4
+
#F+[Colour;gtk-select-color]
frame_col =
@@ -704,16 +713,16 @@
#{If checked, the pattern will go from top to bottom, otherwise from left to right.}
vertical label pattern = false
-#F+[Background;gtk-orientation-portrait]
-frame_bg =
-
-#C+ Colour of the label's background :
-#{If you set it to fully transparent, there will be no background for the text, but the margin around the text will still be in effect.}
-text background color = 0;0;0;.5
-
-#b+ Use background color for labels?
-#{If false, only the quick-info will have this background color.}
-background for label = false
-
-#i+[0;20] Margin around the text (in pixels) :
-text margin = 4
+#F+[Quick-info;stock_dialog_info]
+#{Quick-info are short information drawn on the icons.}
+frame_qi =
+
+#B[-2] Use the same look as the labels?
+qi same = true
+
+#c+ Text color:
+qi text color = 1;1;1
+
+#C+ Background color:
+qi bg color = 0;0;0;0.8
+
=== modified file 'data/container.desktop'
--- data/container.desktop 2010-09-07 00:38:36 +0000
+++ data/container.desktop 2011-02-23 23:27:12 +0000
@@ -1,22 +1,40 @@
#!en
+
+#[gtk-about]
[Desktop Entry]
+
+#F[Subdock]
+frame_maininfo=
+
+#d Name of the container it belongs to:
+#{If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.}
+Container =
+
#s Sub-dock's name :
Name = New sub-dock
Exec=
-#Y[Use an image;1;1;Draw sub-dock's content as emblems;0;0;Draw sub-dock's content as stack;0;0;Draw sub-dock's content inside a box;0;0] How to render the icon :
+#F[Display]
+frame_display=
+
+#Y[Use an image;1;1;Draw sub-dock's content as emblems;0;0;Draw sub-dock's content as stack;0;0;Draw sub-dock's content inside a box;2;2] How to render the icon :
render = 3
#S Image's name or path :
Icon=
+#S Image for the front box:
+#{If you don't provide any, a default image will be used.}
+front box=
+
+#S Image for the back box:
+#{If you don't provide any, a default image will be used.}
+back box=
+
+
#X[Extra parameters]
frame_extra =
-#f[0;100] Order you want for this launcher among the others:
-Order=0
-#d Name of the container it belongs to:
-Container =
Is container = true
@@ -27,4 +45,7 @@
#{If '0' the container will be displayed on every viewport.}
ShowOnViewport = 0
+#f[0;100] Order you want for this launcher among the others:
+Order=0
+
group = 0
=== modified file 'data/default-theme/CMakeLists.txt'
--- data/default-theme/CMakeLists.txt 2010-08-07 01:28:23 +0000
+++ data/default-theme/CMakeLists.txt 2011-02-23 23:27:12 +0000
@@ -1,7 +1,6 @@
add_subdirectory(launchers)
add_subdirectory(plug-ins)
-
########### install files ###############
install(FILES
@@ -9,25 +8,6 @@
active.png
bg.svg
indicator.png
+ preview
+ readme
DESTINATION ${pkgdatadir}/themes/_default_ )
-
-
-
-#original Makefile.am contents follow:
-
-#SUBDIRS = . launchers icons plug-ins
-#
-#themedir = ${pkgdatadir}/themes/_default_
-#
-#theme_DATA = \
-# cairo-dock.conf\
-# active.png\
-# bg.png\
-# cairo-dock-cancel.svg\
-# cairo-dock-ok.svg\
-# indicator.png\
-# separator.png
-#
-#
-#EXTRA_DIST = $(theme_DATA)
-#
=== modified file 'data/default-theme/plug-ins/dialog-rendering/dialog-rendering.conf'
--- data/default-theme/plug-ins/dialog-rendering/dialog-rendering.conf 2010-08-07 01:28:23 +0000
+++ data/default-theme/plug-ins/dialog-rendering/dialog-rendering.conf 2011-02-23 23:27:12 +0000
@@ -3,7 +3,7 @@
#[gtk-preference]
[Comics]
#i+[0;30] Corner radius :
-corner=8
+corner=16
#i+[1;10] Border width :
border=1
=== added file 'data/default-theme/preview'
Binary files data/default-theme/preview 1970-01-01 00:00:00 +0000 and data/default-theme/preview 2011-02-23 23:27:12 +0000 differ
=== added file 'data/default-theme/readme'
--- data/default-theme/readme 1970-01-01 00:00:00 +0000
+++ data/default-theme/readme 2011-02-23 23:27:12 +0000
@@ -0,0 +1,2 @@
+This is the default theme.
+<u>Author</u>: Matttbe
=== modified file 'data/explosion/CMakeLists.txt'
--- data/explosion/CMakeLists.txt 2010-08-07 01:28:23 +0000
+++ data/explosion/CMakeLists.txt 2011-02-23 23:27:12 +0000
@@ -3,16 +3,3 @@
install(FILES explosion.png DESTINATION ${pkgdatadir}/explosion )
-
-
-#original Makefile.am contents follow:
-
-#SUBDIRS = .
-#
-#explosiondir = ${pkgdatadir}/explosion
-#
-#explosion_DATA = \
-# explosion.png
-#
-#
-#EXTRA_DIST = $(explosion_DATA)
=== added directory 'data/icons'
=== added file 'data/icons/CMakeLists.txt'
--- data/icons/CMakeLists.txt 1970-01-01 00:00:00 +0000
+++ data/icons/CMakeLists.txt 2011-02-23 23:27:12 +0000
@@ -0,0 +1,11 @@
+
+########### install files ###############
+
+install (FILES theme-distant.svg
+ theme-local.svg
+ theme-new.svg
+ theme-updated.svg
+ theme-user.svg
+ balloons.png
+ DESTINATION ${pkgdatadir}/icons )
+
=== added file 'data/icons/balloons.png'
Binary files data/icons/balloons.png 1970-01-01 00:00:00 +0000 and data/icons/balloons.png 2011-02-23 23:27:12 +0000 differ
=== added file 'data/icons/theme-distant.svg'
--- data/icons/theme-distant.svg 1970-01-01 00:00:00 +0000
+++ data/icons/theme-distant.svg 2011-02-23 23:27:12 +0000
@@ -0,0 +1,232 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.0"
+ width="48"
+ height="48"
+ id="svg2">
+ <defs
+ id="defs4">
+ <linearGradient
+ id="linearGradient6326">
+ <stop
+ id="stop6328"
+ style="stop-color:#debc8c;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6330"
+ style="stop-color:#f4ac72;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3156">
+ <stop
+ id="stop3158"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3160"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6493">
+ <stop
+ id="stop6495"
+ style="stop-color:#4580d4;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6497"
+ style="stop-color:#114796;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4103">
+ <stop
+ id="stop4105"
+ style="stop-color:#70adfb;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4107"
+ style="stop-color:#3465a4;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8838">
+ <stop
+ id="stop8840"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8842"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="62.625"
+ cy="4.625"
+ r="10.625"
+ fx="62.625"
+ fy="4.625"
+ id="radialGradient5729"
+ xlink:href="#linearGradient8838"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.341176,0,3.047059)" />
+ <linearGradient
+ x1="24.335312"
+ y1="61.852856"
+ x2="28.290144"
+ y2="20.663898"
+ id="linearGradient5745"
+ xlink:href="#linearGradient3156"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="27.888655"
+ y1="-0.81503254"
+ x2="28.290144"
+ y2="20.663898"
+ id="linearGradient5747"
+ xlink:href="#linearGradient3156"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="28.220636"
+ y1="-2.3103411"
+ x2="28.290144"
+ y2="20.663898"
+ id="linearGradient5749"
+ xlink:href="#linearGradient3156"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="30.501778"
+ y1="55.647495"
+ x2="29.724815"
+ y2="24.653727"
+ id="linearGradient5751"
+ xlink:href="#linearGradient3156"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ cx="22.944935"
+ cy="11.222695"
+ r="14"
+ fx="22.944935"
+ fy="4.7612267"
+ id="radialGradient5537"
+ xlink:href="#linearGradient3156"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3571044,0.01021839,-0.00631345,0.8384895,-10.874695,1.3057951)" />
+ <radialGradient
+ cx="22.125"
+ cy="10.874998"
+ r="20"
+ fx="22.125"
+ fy="10.874998"
+ id="radialGradient5540"
+ xlink:href="#linearGradient3156"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0099925,-0.1119962,0.05668752,0.5112133,-5.8375646,1.7934718)" />
+ <radialGradient
+ cx="20.038782"
+ cy="12.610249"
+ r="22.463524"
+ fx="20.038782"
+ fy="12.610249"
+ id="radialGradient5551"
+ xlink:href="#linearGradient4103"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9524671,-0.05018139,0.03650944,1.4214826,-20.408334,-5.9089096)" />
+ <linearGradient
+ x1="29.01346"
+ y1="29"
+ x2="29.75"
+ y2="50"
+ id="linearGradient5553"
+ xlink:href="#linearGradient6493"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-5.0000016,-6)" />
+ <radialGradient
+ cx="26"
+ cy="15.240479"
+ r="15.074549"
+ fx="26"
+ fy="15.240479"
+ id="radialGradient6332"
+ xlink:href="#linearGradient6326"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.2554569,0,-2.1857407e-8,2.0564463,-32.641879,-17.341228)" />
+ </defs>
+ <g
+ id="layer1">
+ <g
+ id="g6334">
+ <path
+ d="m 73.25,4.625 c 0,2.0020323 -4.756974,3.6250001 -10.625,3.6250001 C 56.756974,8.2500001 52,6.6270323 52,4.625 52,2.6229677 56.756974,0.99999989 62.625,0.99999989 c 5.868026,0 10.625,1.62296781 10.625,3.62500011 l 0,0 z"
+ transform="matrix(1.9262213,0,0,2.1088276,-97.163508,29.602172)"
+ id="path8836"
+ style="opacity:0.4;fill:url(#radialGradient5729);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.49589729;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 44.500921,23 c 0,11.316512 -9.178384,20.500922 -20.487463,20.500922 -11.30908,0 -20.4874629,-9.18441 -20.4874629,-20.500922 0,-11.316509 9.1783829,-20.5009224 20.4874629,-20.5009224 11.309079,0 20.487463,9.1844134 20.487463,20.5009224 z"
+ id="path1307"
+ style="fill:url(#radialGradient5551);fill-opacity:1;stroke:url(#linearGradient5553);stroke-width:0.99815506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="M 43.219099,19.337303 43.03226,20.057842 C 42.479353,19.598341 41.858575,19.21192 41.228194,18.808339 l -1.383757,0.143595 -1.264237,-1.007844 0,1.247283 1.083135,0.577996 0.720932,0.57578 0.963449,-0.768406 c 0.242517,0.320344 0.481723,0.640687 0.722585,0.961031 l 0,0.95998 -1.08479,0.864133 -1.985167,0.961031 -1.503445,1.058044 -0.963448,-0.770739 0.481724,-0.864133 -0.961957,-0.768403 -1.62462,-2.448926 -1.383757,-1.103574 -0.362204,0.287307 0.54314,1.393213 1.021718,0.816269 c 0.583533,1.18798 1.160774,2.323424 1.927064,3.458986 1.188253,0 2.30847,-0.08896 3.48861,-0.193795 l 0,0.672677 -1.443683,2.497372 -1.323998,1.05571 -1.083133,1.634872 c 0,0.896122 0,1.792244 0,2.688249 l 0.362204,1.058043 -0.601411,0.478882 -1.325653,0.576827 -1.383756,0.816269 1.14455,0.912115 -1.564859,0.962198 0.300623,0.622477 -2.347372,1.874314 -1.563204,0 -1.323998,0.576828 -0.843926,0 0,-0.768404 -0.358894,-1.539144 c -0.465667,-0.964534 -0.950536,-1.92218 -1.443684,-2.879825 0,-0.70688 0.05976,-1.406872 0.119686,-2.113636 l 0.603068,-0.95998 -0.843929,-1.153773 0.06142,-1.584674 -1.14455,-0.912115 0.572274,-1.32025 -0.931169,-0.745056 -1.626273,0 -0.541485,-0.432068 -1.62462,0.721124 -0.661169,-0.529547 -1.5051,0.912582 c -1.02172,-0.816853 -2.045094,-1.633121 -3.068303,-2.44939 L 13.07,22.841935 l 1.083137,-1.151436 -0.601412,-0.479933 1.322342,-2.210651 c 1.086444,-0.953092 2.221227,-1.867425 3.369089,-2.785143 l 2.046584,-0.384204 2.285956,-0.191576 1.564859,0.288473 2.226032,1.583506 0.78251,-0.623643 1.081479,-0.09573 2.046584,0.479932 1.564861,0 1.083134,-0.672675 0.481723,-0.479932 -1.08479,-0.479932 -1.80572,-0.09573 c -0.501093,-0.490204 -0.966759,-1.005508 -1.561715,-1.441076 l -0.603065,0.191574 -0.240865,1.249502 -1.083133,-0.864131 -0.239207,-0.962199 -1.20282,-0.670338 -0.48338,0 1.20431,0.959978 -0.481723,0.864134 -0.961959,0.191576 0.60141,-0.864134 -1.084791,-0.383036 -0.960303,-0.768403 -1.807377,0.287304 -0.239206,0.383036 -1.083134,0.481099 -0.601411,1.056877 -1.503445,0.527797 -0.662824,-0.527797 -0.720932,0 0,-1.729435 1.564859,-0.576829 1.20282,0 -0.242517,-0.671507 -0.960303,-0.672675 1.62313,-0.240609 0.902032,-0.719371 0.720931,-0.8653012 1.325654,0 -0.362206,-0.6715064 0.843929,-0.3842031 0,0.7684043 1.804066,0.2873052 1.804067,-1.0557095 0.121174,-0.481099 1.563205,-0.7678216 c -0.56582,0.049618 -1.131638,0.08604 -1.684545,0.1921611 l 0,-0.8651834 0.601409,-0.9605654 -0.601409,0 -1.321678,0.8641345 -0.362207,0.4805153 0.362207,0.673259 -0.603067,1.1514366 -0.96196,-0.3842011 -0.840618,-0.6715065 -1.325651,0.6715065 -0.481725,-1.5362228 2.285956,-1.0562945 0,-0.5768291 L 25.223524,4.7847867 27.509479,4.4 l 1.56486,0.3847867 2.166268,0.9599803 -1.564858,0 1.564858,1.1526075 1.202823,-0.9599824 c 0,0 4.786235,2.4031505 7.258281,5.7266459 2.405352,3.233831 3.412213,6.909414 3.517388,7.673265 z"
+ id="path4023"
+ style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ d="M 43.219099,18.237303 43.03226,18.957842 C 42.479353,18.498341 41.858575,18.11192 41.228194,17.708339 l -1.383757,0.143595 -1.264237,-1.007844 0,1.247283 1.083135,0.577996 0.720932,0.57578 0.963449,-0.768406 c 0.242517,0.320344 0.481723,0.640687 0.722585,0.961031 l 0,0.95998 -1.08479,0.864133 -1.985167,0.961031 -1.503445,1.058044 -0.963448,-0.770739 0.481724,-0.864133 -0.961957,-0.768403 -1.62462,-2.448926 -1.383757,-1.103574 -0.362204,0.287307 0.54314,1.393213 1.021718,0.816269 c 0.583533,1.18798 1.160774,2.323424 1.927064,3.458986 1.188253,0 2.30847,-0.08896 3.48861,-0.193795 l 0,0.672677 -1.443683,2.497372 -1.323998,1.05571 -1.083133,1.634872 c 0,0.896122 0,1.792244 0,2.688249 l 0.362204,1.058043 -0.601411,0.478882 -1.325653,0.576827 -1.383756,0.816269 1.14455,0.912115 -1.564859,0.962198 0.300623,0.622477 -2.347372,1.874314 -1.563204,0 -1.323998,0.576828 -0.843926,0 0,-0.768404 -0.358894,-1.539144 c -0.465667,-0.964534 -0.950536,-1.92218 -1.443684,-2.879825 0,-0.70688 0.05976,-1.406872 0.119686,-2.113636 l 0.603068,-0.95998 -0.843929,-1.153773 0.06142,-1.584674 -1.14455,-0.912115 0.572274,-1.32025 -0.931169,-0.745056 -1.626273,0 -0.541485,-0.432068 -1.62462,0.721124 -0.661169,-0.529547 -1.5051,0.912582 c -1.02172,-0.816853 -2.045094,-1.633121 -3.068303,-2.44939 L 13.07,21.741935 l 1.083137,-1.151436 -0.601412,-0.479933 1.322342,-2.210651 c 1.086444,-0.953092 2.221227,-1.867425 3.369089,-2.785143 l 2.046584,-0.384204 2.285956,-0.191576 1.564859,0.288473 2.226032,1.583506 0.78251,-0.623643 1.081479,-0.09573 2.046584,0.479932 1.564861,0 1.083134,-0.672675 0.481723,-0.479932 -1.08479,-0.479932 -1.80572,-0.09573 c -0.501093,-0.490204 -0.966759,-1.005508 -1.561715,-1.441076 l -0.603065,0.191574 -0.240865,1.249502 -1.083133,-0.864131 -0.239207,-0.962199 -1.20282,-0.670338 -0.48338,0 1.20431,0.959978 -0.481723,0.864134 -0.961959,0.191576 0.60141,-0.864134 -1.084791,-0.383036 -0.960303,-0.768403 -1.807377,0.287304 -0.239206,0.383036 -1.083134,0.481099 -0.601411,1.056877 -1.503445,0.527797 -0.662824,-0.527797 -0.720932,0 0,-1.729435 1.564859,-0.576829 1.20282,0 -0.242517,-0.671507 -0.960303,-0.672675 1.62313,-0.240609 0.902032,-0.719371 0.720931,-0.8653012 1.325654,0 -0.362206,-0.6715064 0.843929,-0.3842031 0,0.7684043 1.804066,0.2873052 1.804067,-1.0557095 0.121174,-0.481099 1.563205,-0.7678216 c -0.56582,0.049618 -1.131638,0.08604 -1.684545,0.1921611 l 0,-0.8651834 0.601409,-0.9605654 -0.601409,0 -1.321678,0.8641345 -0.362207,0.4805153 0.362207,0.673259 -0.603067,1.1514366 -0.96196,-0.3842011 -0.840618,-0.6715065 -1.325651,0.6715065 -0.481725,-1.5362228 2.285956,-1.0562945 0,-0.5768291 L 25.223524,3.6847867 27.509479,3.3 l 1.56486,0.3847867 2.166268,0.9599803 -1.564858,0 1.564858,1.1526075 1.202823,-0.9599824 c 0,0 4.786235,2.4031505 7.258281,5.7266459 2.405352,3.233831 3.412213,6.909414 3.517388,7.673265 z"
+ id="path6628"
+ style="fill:url(#radialGradient6332);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ d="m 43.501763,23 c 0,10.764976 -8.736791,19.501764 -19.501765,19.501764 C 13.235024,42.501764 4.4982338,33.764976 4.4982338,23 c 0,-10.764974 8.7367902,-19.5017646 19.5017642,-19.5017646 10.764974,0 19.501765,8.7367906 19.501765,19.5017646 z"
+ id="path3164"
+ style="opacity:0.4;fill:none;stroke:url(#radialGradient5540);stroke-width:0.99647081;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 42.999998,16.746704 c 0,7.114117 -8.512001,11.02908 -18.999999,11.02908 -10.488002,0 -19.0000006,-3.914963 -19.0000006,-11.02908 C 4.9999984,9.632588 13.511997,2 23.999999,2 34.487997,2 42.999998,9.632588 42.999998,16.746704 z"
+ id="path3154"
+ style="opacity:0.4;fill:url(#radialGradient5537);fill-opacity:1;stroke:none" />
+ <path
+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+ transform="matrix(1.076193,-0.2912862,0.1952728,0.7143165,-11.182741,14.979481)"
+ id="path2218"
+ style="opacity:0.6;fill:none;stroke:url(#linearGradient5745);stroke-width:1.09524393;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+ transform="matrix(1.1247273,-0.00679075,0.00112312,0.7429216,-7.8873839,2.6776872)"
+ id="path2230"
+ style="opacity:0.6;fill:none;stroke:url(#linearGradient5747);stroke-width:1.0902828;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+ transform="matrix(-0.09940095,-1.1197712,0.6946105,-0.03998764,8.1749534,56.475018)"
+ id="path2234"
+ style="opacity:0.6;fill:none;stroke:url(#linearGradient5749);stroke-width:1.12890089;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+ transform="matrix(-0.1600777,-1.1032472,0.4856389,0.01692093,16.935466,54.089297)"
+ id="path2240"
+ style="fill:none;stroke:url(#linearGradient5751);stroke-width:1.36711621;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+ transform="matrix(0.7873429,-0.2144143,0.2141677,0.7882494,1.2604149,11.541737)"
+ id="path2255"
+ style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
+ <path
+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+ transform="matrix(0.6748654,-0.1837837,0.2141677,0.7882494,-14.193998,12.29353)"
+ id="path2275"
+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
+ <path
+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+ transform="matrix(0.7873429,-0.2144143,0.324169,0.6373544,-8.3660962,-9.8985024)"
+ id="path2283"
+ style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
+ <path
+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+ transform="matrix(0.7873429,-0.2144143,-0.01326253,0.7292459,-10.705973,-10.742804)"
+ id="path2291"
+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+</svg>
=== added file 'data/icons/theme-local.svg'
--- data/icons/theme-local.svg 1970-01-01 00:00:00 +0000
+++ data/icons/theme-local.svg 2011-02-23 23:27:12 +0000
@@ -0,0 +1,393 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ width="48"
+ height="48"
+ id="svg2405">
+ <defs
+ id="defs2407">
+ <linearGradient
+ id="linearGradient3662">
+ <stop
+ id="stop3664"
+ style="stop-color:#c17d11;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3666"
+ style="stop-color:#8f5902;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3656">
+ <stop
+ id="stop3658"
+ style="stop-color:#c17d11;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3660"
+ style="stop-color:#e9b96e;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2804">
+ <stop
+ id="stop2806"
+ style="stop-color:black;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop2812"
+ style="stop-color:black;stop-opacity:1"
+ offset="0.5" />
+ <stop
+ id="stop2808"
+ style="stop-color:black;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2781">
+ <stop
+ id="stop2783"
+ style="stop-color:black;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2785"
+ style="stop-color:black;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4873">
+ <stop
+ id="stop4875"
+ style="stop-color:white;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4877"
+ style="stop-color:white;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2368">
+ <stop
+ id="stop2370"
+ style="stop-color:white;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2372"
+ style="stop-color:white;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2341">
+ <stop
+ id="stop2343"
+ style="stop-color:black;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2345"
+ style="stop-color:black;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2319">
+ <stop
+ id="stop2321"
+ style="stop-color:black;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2323"
+ style="stop-color:black;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2299">
+ <stop
+ id="stop2301"
+ style="stop-color:white;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2303"
+ style="stop-color:white;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="80.223602"
+ y1="117.5205"
+ x2="48.046001"
+ y2="59.7995"
+ id="XMLID_2_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.314683,0,0,0.314683,4.128264,3.742874)">
+ <stop
+ id="stop17"
+ style="stop-color:#ccc;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop19"
+ style="stop-color:white;stop-opacity:1"
+ offset="0.9831" />
+ <midPointStop
+ id="midPointStop48"
+ style="stop-color:#CCCCCC"
+ offset="0" />
+ <midPointStop
+ id="midPointStop50"
+ style="stop-color:#CCCCCC"
+ offset="0.5" />
+ <midPointStop
+ id="midPointStop52"
+ style="stop-color:#FFFFFF"
+ offset="0.9831" />
+ </linearGradient>
+ <linearGradient
+ x1="64.387703"
+ y1="65.124001"
+ x2="64.387703"
+ y2="35.569"
+ id="XMLID_39_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.354101,0,0,0.354101,1.638679,-0.08364921)">
+ <stop
+ id="stop336"
+ style="stop-color:white;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop338"
+ style="stop-color:#ff6200;stop-opacity:1"
+ offset="0.85390002" />
+ <stop
+ id="stop340"
+ style="stop-color:#f25d00;stop-opacity:1"
+ offset="1" />
+ <midPointStop
+ id="midPointStop335"
+ style="stop-color:#FFFFFF"
+ offset="0" />
+ <midPointStop
+ id="midPointStop337"
+ style="stop-color:#FFFFFF"
+ offset="0.5" />
+ <midPointStop
+ id="midPointStop339"
+ style="stop-color:#FF6200"
+ offset="0.8539" />
+ <midPointStop
+ id="midPointStop341"
+ style="stop-color:#FF6200"
+ offset="0.5" />
+ <midPointStop
+ id="midPointStop343"
+ style="stop-color:#F25D00"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="1"
+ cy="44"
+ r="5"
+ fx="1"
+ fy="44"
+ id="radialGradient2610"
+ xlink:href="#linearGradient2781"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" />
+ <radialGradient
+ cx="1"
+ cy="44"
+ r="5"
+ fx="1"
+ fy="44"
+ id="radialGradient2612"
+ xlink:href="#linearGradient2781"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2,0,0,0.8,36,8.8)" />
+ <linearGradient
+ x1="21.875"
+ y1="48.000977"
+ x2="21.875"
+ y2="40"
+ id="linearGradient2614"
+ xlink:href="#linearGradient2804"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="24.066557"
+ y1="25.745584"
+ x2="24.066557"
+ y2="47.865883"
+ id="linearGradient2653"
+ xlink:href="#linearGradient4873"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-2.7)" />
+ <linearGradient
+ x1="29.815948"
+ y1="46.024483"
+ x2="29.815948"
+ y2="5.5"
+ id="linearGradient2656"
+ xlink:href="#XMLID_2_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-2.7)" />
+ <linearGradient
+ x1="19.645313"
+ y1="30.945076"
+ x2="20.772415"
+ y2="41.875004"
+ id="linearGradient3446"
+ xlink:href="#linearGradient3656"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8872324,0,0,1.0979031,2.570041,-1.9746953)" />
+ <radialGradient
+ cx="20.443665"
+ cy="37.425831"
+ r="1.0821035"
+ fx="20.443665"
+ fy="37.425831"
+ id="radialGradient3448"
+ xlink:href="#linearGradient2319"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.1232973,0,0,0.9807825,-2.9597899,1.6871102)" />
+ <radialGradient
+ cx="29.913452"
+ cy="30.442923"
+ r="4.001883"
+ fx="29.913452"
+ fy="30.442923"
+ id="radialGradient3468"
+ xlink:href="#linearGradient2368"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.7888247,0,0,2.8858272,-82.183181,-55.815578)" />
+ <linearGradient
+ x1="19.078873"
+ y1="44.218441"
+ x2="17"
+ y2="39.408337"
+ id="linearGradient6593"
+ xlink:href="#linearGradient3662"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-1)" />
+ <radialGradient
+ cx="11.68129"
+ cy="19.554111"
+ r="8.2452126"
+ fx="11.68129"
+ fy="19.554111"
+ id="radialGradient6738"
+ xlink:href="#linearGradient2341"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.0706958,0,0,-4.2180349,-4.845546,104.41287)" />
+ <radialGradient
+ cx="7.5326638"
+ cy="24.202574"
+ r="8.2452126"
+ fx="7.5326638"
+ fy="24.202574"
+ id="radialGradient6741"
+ xlink:href="#linearGradient2299"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.0706958,0,0,4.2180349,-24.917584,-80.211829)" />
+ <linearGradient
+ x1="64.387703"
+ y1="65.124001"
+ x2="64.387703"
+ y2="35.569"
+ id="linearGradient6745"
+ xlink:href="#XMLID_39_"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.3515627,0,0,0.3555096,1.942234,-1.4437096)" />
+ </defs>
+ <g
+ id="g3672">
+ <g
+ transform="matrix(0.9787234,0,0,0.75,0.0212766,11)"
+ id="g2822"
+ style="opacity:0.3">
+ <rect
+ width="10"
+ height="8"
+ x="-11"
+ y="-48"
+ transform="scale(-1,-1)"
+ id="rect1892"
+ style="fill:url(#radialGradient2610);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ width="10"
+ height="8"
+ x="38"
+ y="40"
+ id="rect2789"
+ style="fill:url(#radialGradient2612);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ width="27"
+ height="8"
+ x="11"
+ y="40"
+ id="rect2793"
+ style="fill:url(#linearGradient2614);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ </g>
+ <path
+ d="m 6.4862366,22.3 0.0625,22.2 L 42.5,44.5 42.5,22.3 24,3.3 6.4862366,22.3 z"
+ id="rect5117"
+ style="fill:url(#linearGradient2656);fill-opacity:1;fill-rule:nonzero;stroke:#757575;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 7.517,22.3 0,21.2 33.983,0 0,-21.2 L 24,4.3 7.517,22.3 z"
+ id="path7391"
+ style="opacity:0.4;fill:none;stroke:url(#linearGradient2653);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 23,29 0,15 -12,0 0,-15 12,0 z"
+ id="path3438"
+ style="fill:url(#linearGradient6593);fill-opacity:1;fill-rule:evenodd" />
+ <path
+ d="m 21.924882,30.097805 0,13.902195 -9.887697,0 0,-13.902195 9.887697,0 z"
+ id="path3440"
+ style="fill:url(#linearGradient3446);fill-opacity:1;fill-rule:evenodd" />
+ <path
+ d="m 20.005557,37.332384 c 0.671615,0 1.21449,0.473657 1.21449,1.056393 0,0.588635 -0.542875,1.066223 -1.21449,1.066223 -0.671098,0 -1.216557,-0.477588 -1.216557,-1.066223 5.15e-4,-0.582736 0.545459,-1.056393 1.216557,-1.056393 z"
+ id="path3442"
+ style="opacity:0.40909089;fill:url(#radialGradient3448);fill-opacity:1;fill-rule:evenodd" />
+ <path
+ d="M 20.00085,37 C 20.553381,37 21,37.446297 21,37.99537 21,38.549999 20.553381,39 20.00085,39 19.448744,39 19,38.549999 19,37.99537 19.000423,37.446297 19.448744,37 20.00085,37 z"
+ id="path3444"
+ style="fill:#fce94f;fill-opacity:1;fill-rule:evenodd" />
+ <path
+ d="m 27.918553,29.508624 9.162915,0 c 0.781071,0 1.409878,0.633403 1.409878,1.420194 l -0.0081,9.269989 c 0,0.786786 -0.604432,1.292569 -1.385504,1.292569 l -9.179223,0 c -0.781075,0 -1.40988,-0.633407 -1.40988,-1.420196 l 0,-9.142362 c 0,-0.786791 0.628805,-1.420194 1.40988,-1.420194 z"
+ id="path3462"
+ style="opacity:0.31818183;fill:none;stroke:white;stroke-width:1.01729715;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <rect
+ width="9.9986696"
+ height="9.9899416"
+ rx="0.38118067"
+ ry="0.38233405"
+ x="27.500679"
+ y="30.510296"
+ id="rect3464"
+ style="fill:#a9c3c8;fill-opacity:1;fill-rule:nonzero;stroke:#757575;stroke-width:1.00124454;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 28.018782,35.967189 c 3.653983,0.303614 5.582729,-1.325378 8.956396,-1.423505 l 0.02498,-3.529101 -9.000289,-0.0055 0.01892,4.958135 z"
+ id="path3466"
+ style="opacity:0.39772728;fill:url(#radialGradient3468);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999958;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 24.587803,10.245592 18.791387,17.23817 0.491133,0.39355 0.400783,-0.172067 L 43.900908,26.940542 43.625285,26.716217 24.587803,11.081965 5.337276,26.887927 5.101377,27.03262 4.886221,27.742218 5.316534,27.87198 5.698331,27.56233 24.587803,10.245592 z"
+ id="path3472"
+ style="fill:url(#linearGradient6745)" />
+ <path
+ d="M 24.471067,0.4668824 2.647166,19.093989 l 0.074463,7.194434 2.382796,2.072535 c 0,0 19.268202,-16.923931 19.48336,-17.095288 l 18.300839,17.110797 2.380811,-2.132597 0.0834,-7.139663 -20.765049,-18.6373246 -0.116718,0 z"
+ id="path3474"
+ style="fill:#d1524c;fill-opacity:1;stroke:#973137;stroke-width:0.99800003;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ d="M 3.136279,19.3354 3.216329,26.174129 24.509837,7.6560704 24.440014,1.2369334 3.136279,19.3354 z"
+ id="path3476"
+ style="opacity:0.40909089;fill:url(#radialGradient6741);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="M 24.62356,7.4260724 24.722307,1.5617344 44.889182,19.283907 44.726086,25.833614 24.62356,7.4260724 z"
+ id="path3478"
+ style="opacity:0.13636367;fill:url(#radialGradient6738);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 21,37.5 a 0.73308754,0.5 0 1 1 -1.466175,0 A 0.73308754,0.5 0 1 1 21,37.5 z"
+ transform="matrix(0.68204679,0,0,1,5.9440174,0.3)"
+ id="path3670"
+ style="fill:white;fill-opacity:1;stroke:none" />
+ </g>
+</svg>
=== added file 'data/icons/theme-new.svg'
--- data/icons/theme-new.svg 1970-01-01 00:00:00 +0000
+++ data/icons/theme-new.svg 2011-02-23 23:27:12 +0000
@@ -0,0 +1,291 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.0"
+ width="48"
+ height="48"
+ id="svg2"
+ sodipodi:version="0.32"
+ inkscape:version="0.48.0 r9654"
+ sodipodi:docname="theme-new.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <metadata
+ id="metadata46">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ inkscape:window-height="705"
+ inkscape:window-width="910"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ guidetolerance="10.0"
+ gridtolerance="10.0"
+ objecttolerance="10.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showgrid="false"
+ inkscape:zoom="5.1875"
+ inkscape:cx="24"
+ inkscape:cy="23.951807"
+ inkscape:window-x="191"
+ inkscape:window-y="92"
+ inkscape:current-layer="svg2"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs4">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 24 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="48 : 24 : 1"
+ inkscape:persp3d-origin="24 : 16 : 1"
+ id="perspective48" />
+ <linearGradient
+ id="linearGradient6326">
+ <stop
+ id="stop6328"
+ style="stop-color:#debc8c;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6330"
+ style="stop-color:#f4ac72;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3156">
+ <stop
+ id="stop3158"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3160"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6493">
+ <stop
+ id="stop6495"
+ style="stop-color:#4580d4;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6497"
+ style="stop-color:#114796;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4103">
+ <stop
+ id="stop4105"
+ style="stop-color:#70adfb;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4107"
+ style="stop-color:#3465a4;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8838">
+ <stop
+ id="stop8840"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8842"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="62.625"
+ cy="4.625"
+ r="10.625"
+ fx="62.625"
+ fy="4.625"
+ id="radialGradient5729"
+ xlink:href="#linearGradient8838"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.341176,0,3.047059)" />
+ <linearGradient
+ x1="24.335312"
+ y1="61.852856"
+ x2="28.290144"
+ y2="20.663898"
+ id="linearGradient5745"
+ xlink:href="#linearGradient3156"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="27.888655"
+ y1="-0.81503254"
+ x2="28.290144"
+ y2="20.663898"
+ id="linearGradient5747"
+ xlink:href="#linearGradient3156"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="28.220636"
+ y1="-2.3103411"
+ x2="28.290144"
+ y2="20.663898"
+ id="linearGradient5749"
+ xlink:href="#linearGradient3156"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ x1="30.501778"
+ y1="55.647495"
+ x2="29.724815"
+ y2="24.653727"
+ id="linearGradient5751"
+ xlink:href="#linearGradient3156"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ cx="22.944935"
+ cy="11.222695"
+ r="14"
+ fx="22.944935"
+ fy="4.7612267"
+ id="radialGradient5537"
+ xlink:href="#linearGradient3156"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3571044,0.01021839,-0.00631345,0.8384895,-10.874695,1.3057951)" />
+ <radialGradient
+ cx="22.125"
+ cy="10.874998"
+ r="20"
+ fx="22.125"
+ fy="10.874998"
+ id="radialGradient5540"
+ xlink:href="#linearGradient3156"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0099925,-0.1119962,0.05668752,0.5112133,-5.8375646,1.7934718)" />
+ <radialGradient
+ cx="20.038782"
+ cy="12.610249"
+ r="22.463524"
+ fx="20.038782"
+ fy="12.610249"
+ id="radialGradient5551"
+ xlink:href="#linearGradient4103"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.9524671,-0.05018139,0.03650944,1.4214826,-20.408334,-5.9089096)" />
+ <linearGradient
+ x1="29.01346"
+ y1="29"
+ x2="29.75"
+ y2="50"
+ id="linearGradient5553"
+ xlink:href="#linearGradient6493"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-5.0000016,-6)" />
+ <radialGradient
+ cx="26"
+ cy="15.240479"
+ r="15.074549"
+ fx="26"
+ fy="15.240479"
+ id="radialGradient6332"
+ xlink:href="#linearGradient6326"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.2554569,0,-2.1857407e-8,2.0564463,-32.641879,-17.341228)" />
+ </defs>
+ <g
+ id="layer1">
+ <g
+ id="g6334">
+ <path
+ d="m 73.25,4.625 c 0,2.0020323 -4.756974,3.6250001 -10.625,3.6250001 C 56.756974,8.2500001 52,6.6270323 52,4.625 52,2.6229677 56.756974,0.99999989 62.625,0.99999989 c 5.868026,0 10.625,1.62296781 10.625,3.62500011 l 0,0 z"
+ transform="matrix(1.9262213,0,0,2.1088276,-97.163508,29.602172)"
+ id="path8836"
+ style="opacity:0.4;fill:url(#radialGradient5729);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.49589729;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 44.500921,23 c 0,11.316512 -9.178384,20.500922 -20.487463,20.500922 -11.30908,0 -20.4874629,-9.18441 -20.4874629,-20.500922 0,-11.316509 9.1783829,-20.5009224 20.4874629,-20.5009224 11.309079,0 20.487463,9.1844134 20.487463,20.5009224 z"
+ id="path1307"
+ style="fill:url(#radialGradient5551);fill-opacity:1;stroke:url(#linearGradient5553);stroke-width:0.99815506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="M 43.219099,19.337303 43.03226,20.057842 C 42.479353,19.598341 41.858575,19.21192 41.228194,18.808339 l -1.383757,0.143595 -1.264237,-1.007844 0,1.247283 1.083135,0.577996 0.720932,0.57578 0.963449,-0.768406 c 0.242517,0.320344 0.481723,0.640687 0.722585,0.961031 l 0,0.95998 -1.08479,0.864133 -1.985167,0.961031 -1.503445,1.058044 -0.963448,-0.770739 0.481724,-0.864133 -0.961957,-0.768403 -1.62462,-2.448926 -1.383757,-1.103574 -0.362204,0.287307 0.54314,1.393213 1.021718,0.816269 c 0.583533,1.18798 1.160774,2.323424 1.927064,3.458986 1.188253,0 2.30847,-0.08896 3.48861,-0.193795 l 0,0.672677 -1.443683,2.497372 -1.323998,1.05571 -1.083133,1.634872 c 0,0.896122 0,1.792244 0,2.688249 l 0.362204,1.058043 -0.601411,0.478882 -1.325653,0.576827 -1.383756,0.816269 1.14455,0.912115 -1.564859,0.962198 0.300623,0.622477 -2.347372,1.874314 -1.563204,0 -1.323998,0.576828 -0.843926,0 0,-0.768404 -0.358894,-1.539144 c -0.465667,-0.964534 -0.950536,-1.92218 -1.443684,-2.879825 0,-0.70688 0.05976,-1.406872 0.119686,-2.113636 l 0.603068,-0.95998 -0.843929,-1.153773 0.06142,-1.584674 -1.14455,-0.912115 0.572274,-1.32025 -0.931169,-0.745056 -1.626273,0 -0.541485,-0.432068 -1.62462,0.721124 -0.661169,-0.529547 -1.5051,0.912582 c -1.02172,-0.816853 -2.045094,-1.633121 -3.068303,-2.44939 L 13.07,22.841935 l 1.083137,-1.151436 -0.601412,-0.479933 1.322342,-2.210651 c 1.086444,-0.953092 2.221227,-1.867425 3.369089,-2.785143 l 2.046584,-0.384204 2.285956,-0.191576 1.564859,0.288473 2.226032,1.583506 0.78251,-0.623643 1.081479,-0.09573 2.046584,0.479932 1.564861,0 1.083134,-0.672675 0.481723,-0.479932 -1.08479,-0.479932 -1.80572,-0.09573 c -0.501093,-0.490204 -0.966759,-1.005508 -1.561715,-1.441076 l -0.603065,0.191574 -0.240865,1.249502 -1.083133,-0.864131 -0.239207,-0.962199 -1.20282,-0.670338 -0.48338,0 1.20431,0.959978 -0.481723,0.864134 -0.961959,0.191576 0.60141,-0.864134 -1.084791,-0.383036 -0.960303,-0.768403 -1.807377,0.287304 -0.239206,0.383036 -1.083134,0.481099 -0.601411,1.056877 -1.503445,0.527797 -0.662824,-0.527797 -0.720932,0 0,-1.729435 1.564859,-0.576829 1.20282,0 -0.242517,-0.671507 -0.960303,-0.672675 1.62313,-0.240609 0.902032,-0.719371 0.720931,-0.8653012 1.325654,0 -0.362206,-0.6715064 0.843929,-0.3842031 0,0.7684043 1.804066,0.2873052 1.804067,-1.0557095 0.121174,-0.481099 1.563205,-0.7678216 c -0.56582,0.049618 -1.131638,0.08604 -1.684545,0.1921611 l 0,-0.8651834 0.601409,-0.9605654 -0.601409,0 -1.321678,0.8641345 -0.362207,0.4805153 0.362207,0.673259 -0.603067,1.1514366 -0.96196,-0.3842011 -0.840618,-0.6715065 -1.325651,0.6715065 -0.481725,-1.5362228 2.285956,-1.0562945 0,-0.5768291 L 25.223524,4.7847867 27.509479,4.4 l 1.56486,0.3847867 2.166268,0.9599803 -1.564858,0 1.564858,1.1526075 1.202823,-0.9599824 c 0,0 4.786235,2.4031505 7.258281,5.7266459 2.405352,3.233831 3.412213,6.909414 3.517388,7.673265 z"
+ id="path4023"
+ style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ d="M 43.219099,18.237303 43.03226,18.957842 C 42.479353,18.498341 41.858575,18.11192 41.228194,17.708339 l -1.383757,0.143595 -1.264237,-1.007844 0,1.247283 1.083135,0.577996 0.720932,0.57578 0.963449,-0.768406 c 0.242517,0.320344 0.481723,0.640687 0.722585,0.961031 l 0,0.95998 -1.08479,0.864133 -1.985167,0.961031 -1.503445,1.058044 -0.963448,-0.770739 0.481724,-0.864133 -0.961957,-0.768403 -1.62462,-2.448926 -1.383757,-1.103574 -0.362204,0.287307 0.54314,1.393213 1.021718,0.816269 c 0.583533,1.18798 1.160774,2.323424 1.927064,3.458986 1.188253,0 2.30847,-0.08896 3.48861,-0.193795 l 0,0.672677 -1.443683,2.497372 -1.323998,1.05571 -1.083133,1.634872 c 0,0.896122 0,1.792244 0,2.688249 l 0.362204,1.058043 -0.601411,0.478882 -1.325653,0.576827 -1.383756,0.816269 1.14455,0.912115 -1.564859,0.962198 0.300623,0.622477 -2.347372,1.874314 -1.563204,0 -1.323998,0.576828 -0.843926,0 0,-0.768404 -0.358894,-1.539144 c -0.465667,-0.964534 -0.950536,-1.92218 -1.443684,-2.879825 0,-0.70688 0.05976,-1.406872 0.119686,-2.113636 l 0.603068,-0.95998 -0.843929,-1.153773 0.06142,-1.584674 -1.14455,-0.912115 0.572274,-1.32025 -0.931169,-0.745056 -1.626273,0 -0.541485,-0.432068 -1.62462,0.721124 -0.661169,-0.529547 -1.5051,0.912582 c -1.02172,-0.816853 -2.045094,-1.633121 -3.068303,-2.44939 L 13.07,21.741935 l 1.083137,-1.151436 -0.601412,-0.479933 1.322342,-2.210651 c 1.086444,-0.953092 2.221227,-1.867425 3.369089,-2.785143 l 2.046584,-0.384204 2.285956,-0.191576 1.564859,0.288473 2.226032,1.583506 0.78251,-0.623643 1.081479,-0.09573 2.046584,0.479932 1.564861,0 1.083134,-0.672675 0.481723,-0.479932 -1.08479,-0.479932 -1.80572,-0.09573 c -0.501093,-0.490204 -0.966759,-1.005508 -1.561715,-1.441076 l -0.603065,0.191574 -0.240865,1.249502 -1.083133,-0.864131 -0.239207,-0.962199 -1.20282,-0.670338 -0.48338,0 1.20431,0.959978 -0.481723,0.864134 -0.961959,0.191576 0.60141,-0.864134 -1.084791,-0.383036 -0.960303,-0.768403 -1.807377,0.287304 -0.239206,0.383036 -1.083134,0.481099 -0.601411,1.056877 -1.503445,0.527797 -0.662824,-0.527797 -0.720932,0 0,-1.729435 1.564859,-0.576829 1.20282,0 -0.242517,-0.671507 -0.960303,-0.672675 1.62313,-0.240609 0.902032,-0.719371 0.720931,-0.8653012 1.325654,0 -0.362206,-0.6715064 0.843929,-0.3842031 0,0.7684043 1.804066,0.2873052 1.804067,-1.0557095 0.121174,-0.481099 1.563205,-0.7678216 c -0.56582,0.049618 -1.131638,0.08604 -1.684545,0.1921611 l 0,-0.8651834 0.601409,-0.9605654 -0.601409,0 -1.321678,0.8641345 -0.362207,0.4805153 0.362207,0.673259 -0.603067,1.1514366 -0.96196,-0.3842011 -0.840618,-0.6715065 -1.325651,0.6715065 -0.481725,-1.5362228 2.285956,-1.0562945 0,-0.5768291 L 25.223524,3.6847867 27.509479,3.3 l 1.56486,0.3847867 2.166268,0.9599803 -1.564858,0 1.564858,1.1526075 1.202823,-0.9599824 c 0,0 4.786235,2.4031505 7.258281,5.7266459 2.405352,3.233831 3.412213,6.909414 3.517388,7.673265 z"
+ id="path6628"
+ style="fill:url(#radialGradient6332);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ d="m 43.501763,23 c 0,10.764976 -8.736791,19.501764 -19.501765,19.501764 C 13.235024,42.501764 4.4982338,33.764976 4.4982338,23 c 0,-10.764974 8.7367902,-19.5017646 19.5017642,-19.5017646 10.764974,0 19.501765,8.7367906 19.501765,19.5017646 z"
+ id="path3164"
+ style="opacity:0.4;fill:none;stroke:url(#radialGradient5540);stroke-width:0.99647081;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 42.999998,16.746704 c 0,7.114117 -8.512001,11.02908 -18.999999,11.02908 -10.488002,0 -19.0000006,-3.914963 -19.0000006,-11.02908 C 4.9999984,9.632588 13.511997,2 23.999999,2 34.487997,2 42.999998,9.632588 42.999998,16.746704 z"
+ id="path3154"
+ style="opacity:0.4;fill:url(#radialGradient5537);fill-opacity:1;stroke:none" />
+ <path
+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+ transform="matrix(1.076193,-0.2912862,0.1952728,0.7143165,-11.182741,14.979481)"
+ id="path2218"
+ style="opacity:0.6;fill:none;stroke:url(#linearGradient5745);stroke-width:1.09524393;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+ transform="matrix(1.1247273,-0.00679075,0.00112312,0.7429216,-7.8873839,2.6776872)"
+ id="path2230"
+ style="opacity:0.6;fill:none;stroke:url(#linearGradient5747);stroke-width:1.0902828;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+ transform="matrix(-0.09940095,-1.1197712,0.6946105,-0.03998764,8.1749534,56.475018)"
+ id="path2234"
+ style="opacity:0.6;fill:none;stroke:url(#linearGradient5749);stroke-width:1.12890089;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
+ transform="matrix(-0.1600777,-1.1032472,0.4856389,0.01692093,16.935466,54.089297)"
+ id="path2240"
+ style="fill:none;stroke:url(#linearGradient5751);stroke-width:1.36711621;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+ transform="matrix(0.7873429,-0.2144143,0.2141677,0.7882494,1.2604149,11.541737)"
+ id="path2255"
+ style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
+ <path
+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+ transform="matrix(0.6748654,-0.1837837,0.2141677,0.7882494,-14.193998,12.29353)"
+ id="path2275"
+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
+ <path
+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+ transform="matrix(0.7873429,-0.2144143,0.324169,0.6373544,-8.3660962,-9.8985024)"
+ id="path2283"
+ style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
+ <path
+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
+ transform="matrix(0.7873429,-0.2144143,-0.01326253,0.7292459,-10.705973,-10.742804)"
+ id="path2291"
+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
+ </g>
+ </g>
+ <text
+ xml:space="preserve"
+ style="font-size:18.06100845px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
+ x="12.364779"
+ y="12.129439"
+ id="text2421"
+ transform="scale(0.88621781,1.1283908)"><tspan
+ sodipodi:role="line"
+ id="tspan2423"
+ x="12.364779"
+ y="12.129439"
+ style="font-size:16.05422974px;font-weight:bold;fill:#ff0000">NEW</tspan></text>
+</svg>
=== added file 'data/icons/theme-updated.svg'
--- data/icons/theme-updated.svg 1970-01-01 00:00:00 +0000
+++ data/icons/theme-updated.svg 2011-02-23 23:27:12 +0000
@@ -0,0 +1,230 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.1"
+ width="48"
+ height="48"
+ id="svg2474">
+ <metadata
+ id="metadata33">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs2476">
+ <linearGradient
+ id="linearGradient3533">
+ <stop
+ id="stop3535"
+ style="stop-color:#93b9dd;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3545"
+ style="stop-color:#6396cd;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3266">
+ <stop
+ id="stop3268"
+ style="stop-color:#387ab8;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3270"
+ style="stop-color:#387ab8;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3276">
+ <stop
+ id="stop3278"
+ style="stop-color:#6396cd;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3280"
+ style="stop-color:#83acd5;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="108.5625"
+ y1="102.78125"
+ x2="108.5625"
+ y2="71.78125"
+ id="linearGradient5497"
+ xlink:href="#linearGradient5491"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-95.99949,-49.00038)" />
+ <linearGradient
+ id="linearGradient5491">
+ <stop
+ id="stop5493"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop5495"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="102.5625"
+ y1="49.78125"
+ x2="103.5625"
+ y2="72.78125"
+ id="linearGradient5480"
+ xlink:href="#linearGradient5474"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-95.99949,-49.00038)" />
+ <linearGradient
+ id="linearGradient5474">
+ <stop
+ id="stop5476"
+ style="stop-color:#ffffff;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop5478"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ x1="118.47968"
+ y1="55.060318"
+ x2="118.47968"
+ y2="91.941895"
+ id="linearGradient4593-5-8-1-5-2"
+ xlink:href="#linearGradient3533"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-100.99949,-49.00038)" />
+ <linearGradient
+ x1="34.980953"
+ y1="53.837799"
+ x2="35.996098"
+ y2="83.57618"
+ id="linearGradient4593-5-8-1-5-2-3"
+ xlink:href="#linearGradient3533"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-5,0)" />
+ <radialGradient
+ cx="33.875"
+ cy="197.29688"
+ r="4.84375"
+ fx="33.875"
+ fy="197.29688"
+ id="radialGradient5147-5"
+ xlink:href="#linearGradient6462-6-8-548-9-2-7"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.33870968,0,130.47051)" />
+ <linearGradient
+ id="linearGradient6462-6-8-548-9-2-7">
+ <stop
+ id="stop6464-5-9-94-5-4-4"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6466-3-6-1-7-2-8"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6462-6-8-548-9-5">
+ <stop
+ id="stop6464-5-9-94-5-8"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6466-3-6-1-7-5"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="33.875"
+ cy="197.29688"
+ r="4.84375"
+ fx="33.875"
+ fy="197.29688"
+ id="radialGradient6081"
+ xlink:href="#linearGradient6462-6-8-548-9-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.33870968,0,130.47051)" />
+ <linearGradient
+ x1="42.030777"
+ y1="84.719109"
+ x2="53.808601"
+ y2="73.263672"
+ id="linearGradient4008"
+ xlink:href="#linearGradient3276"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-5,0)" />
+ <linearGradient
+ x1="39.843277"
+ y1="83.781609"
+ x2="50.683601"
+ y2="75.138672"
+ id="linearGradient4018"
+ xlink:href="#linearGradient3266"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <path
+ d="m 38.71875,197.29687 a 4.84375,1.640625 0 1 1 -9.6875,0 4.84375,1.640625 0 1 1 9.6875,0 z"
+ transform="matrix(3.3032251,0,0,1.6761866,-89.458749,-288.73764)"
+ id="path6460-6-4-4-3-3"
+ style="opacity:0.2;color:#000000;fill:url(#radialGradient5147-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="M 46.405989,78.610714 A 13.125,13.125 0 0 1 33.62701,84.097034"
+ transform="matrix(1.0666665,0,0,1.0666665,-14.49949,-51.367037)"
+ id="path4010"
+ style="color:#000000;fill:none;stroke:url(#linearGradient4018);stroke-width:8.43750095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 38.71875,197.29687 a 4.84375,1.640625 0 1 1 -9.6875,0 4.84375,1.640625 0 1 1 9.6875,0 z"
+ transform="matrix(4.541935,0,0,1.9809503,-131.42005,-348.86656)"
+ id="path6460-6-4-4-4"
+ style="opacity:0.1;color:#000000;fill:url(#radialGradient6081);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="M 35.542313,84.24974 A 13.125,13.125 0 1 1 47.171703,64.884866"
+ transform="matrix(1.0666665,0,0,1.0666665,-14.49949,-51.367037)"
+ id="path4788-6"
+ style="color:#000000;fill:none;stroke:#387ab8;stroke-width:8.43750095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 38.50051,9.4996196 0,11.0000004 -11,0"
+ id="path4847"
+ style="color:#000000;fill:none;stroke:#387ab8;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 46.386659,78.638476 a 13.125,13.125 0 0 1 -13.412517,5.34104"
+ transform="matrix(1.0666665,0,0,1.0666665,-14.49949,-51.367037)"
+ id="path4006"
+ style="color:#000000;fill:none;stroke:url(#linearGradient4008);stroke-width:6.56250095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 37.320778,84.13999 a 13.125,13.125 0 1 1 9.33779,-20.123155"
+ transform="matrix(1.0666665,0,0,1.0666665,-14.49949,-51.367037)"
+ id="path4788"
+ style="color:#000000;fill:none;stroke:url(#linearGradient4593-5-8-1-5-2-3);stroke-width:6.56250095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 38.50051,9.4996196 0,11.0000004 -11,0"
+ id="path4847-1"
+ style="color:#000000;fill:none;stroke:url(#linearGradient4593-5-8-1-5-2);stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+ <path
+ d="m 29.740794,33.593555 c -3.674085,2.533277 -8.663315,2.652831 -12.552784,-0.06269 -5.010358,-3.498088 -6.216831,-10.333397 -2.718751,-15.34375 3.498091,-5.010353 10.3334,-6.216833 15.343751,-2.71875 1.16116,0.810688 2.10377,1.843969 2.875,3.03125 l -5.1875,0 c -1.056625,-0.01494 -2.028484,0.943269 -2.028484,2 0,1.056731 0.971859,2.014943 2.028484,2 l 11,0 c 1.062499,0.28125 2.062499,-0.71875 2,-2 l 0,-11.0000004 c 0.01671,-1.0680358 -0.963214,-2.0479629 -2.03125,-2.0312505 -0.06245,-0.00293 -0.125046,-0.00293 -0.1875,0 -0.982752,0.107995 -1.802514,1.0428108 -1.78125,2.0312505 l 0,4.0625004 c -0.9534,-1.127853 -2.06667,-2.152011 -3.28125,-3 l -0.09375,-0.0625 c -2.85203,-1.9610889 -6.0733,-2.9220479 -9.312501,-2.9687509 -5.46224,-0.07875 -10.90353,2.4568065 -14.2500005,7.2500009 -5.354351,7.669111 -3.450361,18.3019 4.2187505,23.65625 6.255407,4.367344 14.482569,3.905673 20.208772,-0.574695"
+ id="path4788-2"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:0.23999999;color:#000000;fill:none;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" />
+ <path
+ d="m 36.50052,13.562118 c -0.9534,-1.127853 -2.06667,-2.152011 -3.28125,-3 l -0.0937,-0.0625 c -2.85203,-1.9610889 -6.0733,-2.9220479 -9.312501,-2.9687509 -5.46224,-0.07875 -10.90354,2.4568065 -14.2500105,7.2500009 -5.354351,7.669111 -3.450361,18.3019 4.2187505,23.65625"
+ id="path4788-2-3"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient5480);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" />
+ <path
+ d="M 32.53183,30.81212 C 29.03374,35.822473 22.198429,37.028952 17.18808,33.53087 12.177699,30.032787 10.971229,23.197473 14.469309,18.18712 17.96742,13.176767 24.802729,11.970287 29.81308,15.46837"
+ id="path4788-2-3-4"
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient5497);stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" />
+</svg>
=== added file 'data/icons/theme-user.svg'
--- data/icons/theme-user.svg 1970-01-01 00:00:00 +0000
+++ data/icons/theme-user.svg 2011-02-23 23:27:12 +0000
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48px"
+ height="48px"
+ id="svg3692"
+ version="1.1"
+ inkscape:version="0.47 r22583"
+ sodipodi:docname="help-about.svg">
+ <defs
+ id="defs3694">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient8265-821-176-38-919-66-249"
+ id="linearGradient3619"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2.9799125,-3.1216548)"
+ x1="11.566265"
+ y1="22.292103"
+ x2="15.214532"
+ y2="33.95525" />
+ <linearGradient
+ id="linearGradient8265-821-176-38-919-66-249">
+ <stop
+ id="stop2687"
+ style="stop-color:#ffffff;stop-opacity:0.27450982"
+ offset="0" />
+ <stop
+ id="stop2689"
+ style="stop-color:#ffffff;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3642"
+ id="linearGradient3648"
+ x1="29.646643"
+ y1="2"
+ x2="29.646643"
+ y2="43.443626"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3642">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop3644" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop3646" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3690"
+ id="radialGradient3627"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,2.6540647,-3.1628087,0,97.182609,-26.675837)"
+ cx="13.138569"
+ cy="25.625349"
+ fx="13.138569"
+ fy="25.625349"
+ r="13.931416" />
+ <linearGradient
+ id="linearGradient3690">
+ <stop
+ id="stop3692"
+ style="stop-color:#ffeb9f;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3694"
+ style="stop-color:#ffd57e;stop-opacity:1"
+ offset="0.26238" />
+ <stop
+ id="stop3696"
+ style="stop-color:#ffbc43;stop-opacity:1"
+ offset="0.66093999" />
+ <stop
+ id="stop3698"
+ style="stop-color:#ff921a;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3603"
+ id="linearGradient3629"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.6508808,0,0,1.6568311,-11.466494,-15.045759)"
+ x1="21.483376"
+ y1="36.255058"
+ x2="21.483376"
+ y2="9.5799999" />
+ <linearGradient
+ id="linearGradient3603">
+ <stop
+ id="stop3605"
+ style="stop-color:#a7651c;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3607"
+ style="stop-color:#c8a700;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient8838">
+ <stop
+ id="stop8840"
+ style="stop-color:#000000;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop8842"
+ style="stop-color:#000000;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ r="10.625"
+ fy="4.625"
+ fx="62.625"
+ cy="4.625"
+ cx="62.625"
+ gradientTransform="matrix(2.1647059,0,0,0.84705771,-111.56471,35.082353)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient3690"
+ xlink:href="#linearGradient8838"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7"
+ inkscape:cx="24"
+ inkscape:cy="24"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:window-width="603"
+ inkscape:window-height="484"
+ inkscape:window-x="417"
+ inkscape:window-y="162"
+ inkscape:window-maximized="0" />
+ <metadata
+ id="metadata3697">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ style="opacity:0.3;fill:url(#radialGradient3690);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999988;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="path8836"
+ d="m 47,39 c 0,4.970563 -10.297453,9 -23,9 -12.702548,0 -23,-4.029437 -23,-9 0,-4.970563 10.297452,-9 23,-9 12.702547,0 23,4.029437 23,9 l 0,0 z" />
+ <path
+ style="fill:url(#radialGradient3627);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3629);stroke-width:0.9922713;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="path1307"
+ d="m 23.999999,1.4961347 c 1.518797,0 6.415369,12.2754723 7.644103,13.1714173 1.228732,0.895944 14.374596,1.776317 14.843931,3.225986 0.469334,1.449669 -9.650283,9.916699 -10.119617,11.366368 -0.469334,1.449669 2.758685,14.269241 1.529951,15.165186 -1.228733,0.895944 -12.379571,-6.146615 -13.89837,-6.146615 -1.518797,0 -12.669635,7.042559 -13.898369,6.146615 C 8.8728956,43.529147 12.100914,30.709574 11.63158,29.259906 11.162246,27.810237 1.0426298,19.343205 1.5119642,17.893536 1.9812985,16.443869 15.127162,15.563496 16.355896,14.667552 17.584628,13.771607 22.481202,1.4961347 23.999999,1.4961347 z" />
+ <path
+ style="opacity:0.3;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path11014"
+ d="m 36.457966,42.854576 c 0,0 -4.318414,-3.742625 -10.076299,-4.894202" />
+ <path
+ style="opacity:0.3;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path11985"
+ d="m 11.175618,42.854576 c 0,0 4.318413,-3.742625 10.076298,-4.894202" />
+ <path
+ style="opacity:0.4;fill:none;stroke:url(#linearGradient3648);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="path1309"
+ d="m 24,2.5 c 2.255601,4.3171106 4.478429,8.952433 6.73403,13.269542 4.843973,0.789864 10.26201,1.380836 14.771263,2.50542 -3.449934,3.457984 -6.875961,7.131147 -10.325895,10.589132 0.738138,4.805274 1.213021,9.259541 1.95116,14.064815 C 32.742781,40.748952 28.355003,38.568994 23.967226,36.389035 19.579447,38.568994 15.19167,40.748952 10.803892,42.928909 11.542029,38.123635 11.929163,33.581617 12.6673,28.776343 9.2173666,25.318358 5.9355586,21.692246 2.4856257,18.234262 7.329597,17.444398 12.356449,16.559406 17.20042,15.769542 19.456021,11.452433 21.744398,6.8171106 24,2.5 z" />
+ <path
+ style="opacity:0.8;fill:url(#linearGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path3382"
+ d="m 24.023909,2.0218291 c 0,0 4.502337,7.4701031 7.020932,13.3173589 4.843973,0.789864 10.309827,1.404745 14.914715,2.720597 0,0 -2.463879,2.468624 -3.480641,3.487759 0,0 -31.782299,5.712288 -31.782299,5.712288 C 7.7999341,24.283482 4.5120994,21.39468 1.9615429,18.048297 5.5144527,16.97153 12.093455,16.105144 16.937426,15.31528 20.29282,7.4118887 24.023909,2.0218291 24.023909,2.0218291 z" />
+ </g>
+</svg>
=== added file 'data/icons/theme-user2.svg'
--- data/icons/theme-user2.svg 1970-01-01 00:00:00 +0000
+++ data/icons/theme-user2.svg 2011-02-23 23:27:12 +0000
@@ -0,0 +1,415 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.0"
+ width="48"
+ height="48"
+ id="svg3786">
+ <defs
+ id="defs3788">
+ <radialGradient
+ cx="113.0654"
+ cy="97.587898"
+ r="2.5631001"
+ fx="113.667"
+ fy="98"
+ id="radialGradient4241"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ id="stop4243"
+ style="stop-color:#eee;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4245"
+ style="stop-color:#cecece;stop-opacity:1"
+ offset="0.16" />
+ <stop
+ id="stop4247"
+ style="stop-color:#888;stop-opacity:1"
+ offset="0.4675" />
+ <stop
+ id="stop4249"
+ style="stop-color:#555;stop-opacity:1"
+ offset="1" />
+ </radialGradient>
+ <linearGradient
+ id="linearGradient4035">
+ <stop
+ id="stop4037"
+ style="stop-color:#f5f5f5;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4039"
+ style="stop-color:#e7e7e7;stop-opacity:1"
+ offset="0.47025558" />
+ <stop
+ id="stop4041"
+ style="stop-color:#8c8c8c;stop-opacity:1"
+ offset="0.69348532" />
+ <stop
+ id="stop4043"
+ style="stop-color:#ddd;stop-opacity:1"
+ offset="0.83542866" />
+ <stop
+ id="stop4045"
+ style="stop-color:#a8a8a8;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5060">
+ <stop
+ id="stop5062"
+ style="stop-color:black;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop5064"
+ style="stop-color:black;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5048">
+ <stop
+ id="stop5050"
+ style="stop-color:black;stop-opacity:0"
+ offset="0" />
+ <stop
+ id="stop5056"
+ style="stop-color:black;stop-opacity:1"
+ offset="0.5" />
+ <stop
+ id="stop5052"
+ style="stop-color:black;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient2215">
+ <stop
+ id="stop2223"
+ style="stop-color:#7a7a7a;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop2219"
+ style="stop-color:#474747;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7609">
+ <stop
+ id="stop7611"
+ style="stop-color:white;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7677"
+ style="stop-color:#e7e7e7;stop-opacity:1"
+ offset="0.47025558" />
+ <stop
+ id="stop7613"
+ style="stop-color:#8c8c8c;stop-opacity:1"
+ offset="0.67183787" />
+ <stop
+ id="stop7617"
+ style="stop-color:#ddd;stop-opacity:1"
+ offset="0.83542866" />
+ <stop
+ id="stop7615"
+ style="stop-color:#a8a8a8;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4236">
+ <stop
+ id="stop4238"
+ style="stop-color:#eee;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop4240"
+ style="stop-color:#eee;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7056">
+ <stop
+ id="stop7064"
+ style="stop-color:#e6e6e6;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop7060"
+ style="stop-color:#c8c8c8;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3484">
+ <stop
+ id="stop3486"
+ style="stop-color:#969696;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop3488"
+ style="stop-color:#b4b4b4;stop-opacity:1"
+ offset="1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6310-8">
+ <stop
+ id="stop6312-6"
+ style="stop-color:white;stop-opacity:1"
+ offset="0" />
+ <stop
+ id="stop6314-6"
+ style="stop-color:white;stop-opacity:0"
+ offset="1" />
+ </linearGradient>
+ <radialGradient
+ cx="24"
+ cy="42"
+ r="21"
+ fx="24"
+ fy="42"
+ id="radialGradient2896"
+ xlink:href="#linearGradient6310-8"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.99999995,-1.0652117e-8,2.7812622e-8,0.35714279,1.0762331e-6,24.500003)" />
+ <radialGradient
+ cx="127.31733"
+ cy="143.82751"
+ r="78.728165"
+ fx="127.31733"
+ fy="143.82751"
+ id="radialGradient2902"
+ xlink:href="#linearGradient4035"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.19054222,-0.02505584,0.00619351,0.10073457,-7.4371744,4.4286866)" />
+ <linearGradient
+ x1="12.277412"
+ y1="37.205811"
+ x2="12.221823"
+ y2="33.758667"
+ id="linearGradient2905"
+ xlink:href="#linearGradient4236"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0212766,0,0,0.89887639,-0.02517836,8.978263)" />
+ <linearGradient
+ x1="7.0625"
+ y1="35.28125"
+ x2="24.6875"
+ y2="35.28125"
+ id="linearGradient2908"
+ xlink:href="#linearGradient5060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0212766,0,0,0.89887639,0.78723995,7.7865138)" />
+ <radialGradient
+ cx="142.62215"
+ cy="191.85428"
+ r="78.728165"
+ fx="142.62215"
+ fy="191.85428"
+ id="radialGradient2920"
+ xlink:href="#linearGradient7609"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.18495239,0,0,-0.13074306,-3.1111723,45.048436)" />
+ <radialGradient
+ cx="141.74666"
+ cy="206.42612"
+ r="78.728165"
+ fx="141.74666"
+ fy="206.42612"
+ id="radialGradient2923"
+ xlink:href="#linearGradient4035"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.35160878,-0.0050244,0.00260227,0.28909275,-27.02434,-25.217538)" />
+ <radialGradient
+ cx="11.734284"
+ cy="8.4900017"
+ r="23.047892"
+ fx="11.734284"
+ fy="8.4900017"
+ id="radialGradient2927"
+ xlink:href="#linearGradient7056"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.3767077,0.69719425,-0.46810846,0.92434578,-0.04915651,-2.9386274)" />
+ <linearGradient
+ x1="17.813944"
+ y1="29.796696"
+ x2="18.072828"
+ y2="10.000001"
+ id="linearGradient2929"
+ xlink:href="#linearGradient3484"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,-1.0001465)" />
+ <linearGradient
+ x1="29.9375"
+ y1="41"
+ x2="30"
+ y2="49.999996"
+ id="linearGradient2933"
+ xlink:href="#linearGradient2215"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.0017502,0,0,0.7596403,-5.0508975,4.9363745)" />
+ <radialGradient
+ cx="605.71429"
+ cy="486.64789"
+ r="117.14286"
+ fx="605.71429"
+ fy="486.64789"
+ id="radialGradient2936"
+ xlink:href="#linearGradient5060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.04484747,0,0,0.02058824,32.61113,32.451372)" />
+ <radialGradient
+ cx="605.71429"
+ cy="486.64789"
+ r="117.14286"
+ fx="605.71429"
+ fy="486.64789"
+ id="radialGradient2939"
+ xlink:href="#linearGradient5060"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.04484747,0,0,0.02058824,15.38888,32.451372)" />
+ <linearGradient
+ x1="302.85715"
+ y1="366.64789"
+ x2="302.85715"
+ y2="609.50507"
+ id="linearGradient2942"
+ xlink:href="#linearGradient5048"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.07635654,0,0,0.02058824,-3.5974283,32.451372)" />
+ <radialGradient
+ cx="113.0654"
+ cy="97.587898"
+ r="2.5631001"
+ fx="113.667"
+ fy="98"
+ id="radialGradient2947"
+ xlink:href="#radialGradient4241"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.32948872,0,0,0.34974643,6.0549235,0.49382567)" />
+ <radialGradient
+ cx="113.0654"
+ cy="97.587898"
+ r="2.5631001"
+ fx="113.667"
+ fy="98"
+ id="radialGradient2953"
+ xlink:href="#radialGradient4241"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.22333209,0.03439303,-0.02300572,0.14938839,14.791441,-7.6318403)" />
+ <radialGradient
+ cx="113.0654"
+ cy="97.587898"
+ r="2.5631001"
+ fx="113.667"
+ fy="98"
+ id="radialGradient2959"
+ xlink:href="#radialGradient4241"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.22282769,-0.03752228,0.02509892,0.149051,-18.145918,0.53228044)" />
+ <radialGradient
+ cx="113.0654"
+ cy="97.587898"
+ r="2.5631001"
+ fx="113.667"
+ fy="98"
+ id="radialGradient2965"
+ xlink:href="#radialGradient4241"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-0.32948872,0,0,0.34974643,41.963041,0.49382567)" />
+ </defs>
+ <rect
+ width="36.869301"
+ height="5"
+ x="5.5653324"
+ y="40"
+ id="rect2723"
+ style="opacity:0.3;fill:url(#linearGradient2942);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 42.41667,40.000174 c 0,0 0,4.999723 0,4.999723 C 44.7262,45.009311 48,43.879712 48,42.499715 48,41.119718 45.42274,40.000174 42.41667,40.000174 z"
+ id="path2725"
+ style="opacity:0.3;fill:url(#radialGradient2939);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 5.58333,40.000174 c 0,0 0,4.999723 0,4.999723 C 3.2737899,45.009311 0,43.879712 0,42.499715 0,41.119718 2.5772699,40.000174 5.58333,40.000174 z"
+ id="path2727"
+ style="opacity:0.3;fill:url(#radialGradient2936);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 1.4638537,36.464001 45.0720003,0 -0.901202,6.072 -43.1694186,0 -1.0013797,-6.072 z"
+ id="rect6431"
+ style="fill:url(#linearGradient2933);fill-opacity:1;fill-rule:evenodd;stroke:#353537;stroke-width:0.9279989;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
+ <rect
+ width="45"
+ height="1"
+ x="1.5"
+ y="35.999855"
+ id="rect6381"
+ style="fill:#d2d2d3;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+ <path
+ d="M 46.55,36.601962 39.740367,10.827625 c -0.192553,-0.733973 -1.2012,-1.329879 -2.049166,-1.329879 l -27.617218,0 c -1.30274,0 -2.049257,0.198573 -2.323959,1.329879 L 1.45,36.576866"
+ id="path6345"
+ style="fill:url(#radialGradient2927);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2929);stroke-width:0.99578345;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="M 45.500002,36.499854 2.5000001,36.475803"
+ id="path7046"
+ style="opacity:0.4;fill:none;stroke:white;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 40.971397,25.373814 c -0.21768,-1.997975 -1.676509,-3.903122 -4.1004,-5.406472 C 36.822237,19.38948 36.200942,11.997153 36.200942,11.997153 36.153322,11.428888 35.429193,11 34.515926,11 l -5.731268,0 c -0.919834,0 -1.630882,0.434524 -1.654073,1.010704 -0.10517,2.603206 -3.312025,3.962376 -8.095624,5.198802 -1.67612,0.29034 -6.046005,1.655156 -7.048964,2.254183 -2.9524377,1.573605 -4.7132263,3.67147 -4.9572037,5.910125 -0.2219397,2.036069 0.8448261,4.073551 3.0038657,5.737168 C 13.192718,33.546027 18.414005,35 23.999896,35 29.585796,35 34.807072,33.546027 37.967531,31.110982 39.939434,29.591833 41,27.760327 41,25.903156 c 0,-0.17636 -0.01031,-0.352992 -0.02866,-0.529342 l 5.7e-5,0 z M 23.999896,33.99015 c -9.303498,0 -16.427483,-4.080325 -15.9120785,-8.810179 0.222328,-2.039173 1.8543618,-4.216036 4.5570215,-5.650539 0.506122,-0.381482 5.077073,-1.865367 6.716838,-2.126086 4.544655,-1.17209 8.700731,-2.693216 8.831026,-5.89884 0.0057,-0.153501 0.267557,-0.275107 0.591955,-0.275107 l 5.730502,0 c 0.33174,0 0.611698,0.127531 0.62484,0.284984 l 0.695941,8.281974 c 2.408816,1.395843 3.86841,3.479309 4.075655,5.383614 0.515781,4.729854 -6.608191,8.810179 -15.9117,8.810179 l 0,0 z"
+ id="path9001"
+ style="fill:url(#radialGradient2923);fill-opacity:1" />
+ <path
+ d="M 23.999769,28 C 20.634805,28 18.055218,26.732885 18.000846,25.052175 18.000418,25.034 18,25.016137 18,24.998273 18,24.390098 18.338098,23.811689 18.980563,23.321951 20.067367,22.494127 21.943772,22 24.000185,22 c 2.055997,0 3.932391,0.494127 5.019195,1.321951 0.661441,0.503521 1.000395,1.101987 0.979728,1.729907 -0.05524,1.68071 -2.634804,2.948137 -5.999339,2.948137 l 0,3e-6 z m 0,-5.059679 c -3.161777,0 -4.77259,1.255831 -4.734647,2.402312 0.03667,1.128624 2.156333,2.030394 4.734647,2.030394 2.578314,0 4.697955,-0.902088 4.734637,-2.030394 0.03749,-1.146798 -1.572872,-2.402312 -4.734637,-2.402312 l 0,0 z"
+ id="path9003"
+ style="fill:url(#radialGradient2920);fill-opacity:1;fill-rule:nonzero;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="M 6.0158229,34.619284 C 5.9743063,35.214553 5.3525618,35.7 4.6276859,35.7 c -0.7245458,0 -1.2731445,-0.485447 -1.2247097,-1.080716 0.048106,-0.592121 0.6695217,-1.070225 1.3871481,-1.070225 0.7179564,2.81e-4 1.2665551,0.478104 1.2256986,1.070225 z"
+ id="path9007"
+ style="fill:#e1e1e1;fill-opacity:1" />
+ <path
+ d="m 5.5469595,34.200637 c 0.066228,0.07554 0.1420102,0.196558 0.1420102,0.357441 0,0.01155 -6.602e-4,0.02308 -0.00132,0.03533 -0.028667,0.410252 -0.5140028,0.756851 -1.0596361,0.756851 -0.3107079,0 -0.5947269,-0.113668 -0.7594717,-0.304629 -0.070839,-0.08149 -0.1515649,-0.216493 -0.1370672,-0.396263 0.033278,-0.406755 0.5179556,-0.750556 1.0589773,-0.750556 0.3084014,2.8e-4 0.5914315,0.112968 0.7565052,0.301831 l 2.6e-6,0 z"
+ id="path9009"
+ style="fill:url(#radialGradient2965);fill-opacity:1" />
+ <path
+ d="m 8.6135352,10.981804 c 0.070795,0.248957 0.526108,0.385035 1.0163294,0.302486 0.4899984,-0.08251 0.8261694,-0.351869 0.7506954,-0.600038 -0.07503,-0.246865 -0.5295895,-0.379851 -1.0149081,-0.298127 -0.4855218,0.08188 -0.8222397,0.347988 -0.7521167,0.595679 z"
+ id="path9019"
+ style="fill:#f0f0f0;fill-opacity:1" />
+ <path
+ d="m 8.9005762,10.749996 c -0.039367,0.03974 -0.081933,0.09994 -0.070388,0.168502 8.287e-4,0.0049 0.0021,0.0098 0.00343,0.0149 0.048828,0.171572 0.4019255,0.264011 0.7709282,0.201874 0.2101265,-0.03538 0.3940466,-0.116169 0.4917566,-0.216312 0.04206,-0.0428 0.08696,-0.109523 0.06426,-0.184484 -0.0517,-0.169557 -0.4041467,-0.260879 -0.7700306,-0.199267 -0.2085465,0.03524 -0.3918682,0.115496 -0.4899513,0.214782 l -1.8e-6,1e-6 z"
+ id="path9021"
+ style="fill:url(#radialGradient2959);fill-opacity:1" />
+ <path
+ d="m 36.912257,10.696563 c -0.01101,0.258593 0.37848,0.530843 0.869811,0.606508 0.491108,0.07563 0.894887,-0.07446 0.901213,-0.333771 0.0063,-0.257936 -0.383413,-0.527015 -0.869831,-0.601923 -0.486659,-0.07482 -0.889937,0.07201 -0.901193,0.329186 z"
+ id="path9025"
+ style="fill:#e1e1e1;fill-opacity:1" />
+ <path
+ d="m 37.257597,10.566686 c -0.04986,0.02535 -0.109185,0.06913 -0.119768,0.137852 -7.6e-4,0.0049 -0.0011,0.0099 -0.0014,0.01523 -0.0076,0.178225 0.298614,0.37693 0.668452,0.433884 0.210602,0.03243 0.410591,0.01353 0.534819,-0.05084 0.05338,-0.02741 0.116973,-0.07665 0.118971,-0.15495 0.0042,-0.177212 -0.301707,-0.374653 -0.668419,-0.431126 -0.209057,-0.03207 -0.408312,-0.01348 -0.532624,0.04996 l -2e-6,-1e-6 z"
+ id="path9027"
+ style="fill:url(#radialGradient2953);fill-opacity:1" />
+ <path
+ d="m 7.5000002,36.999999 18.5000088,0 0,5.000001 -17.9999999,0 -0.5000089,-5.000001 z"
+ id="rect8993"
+ style="fill:url(#linearGradient2908);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.40899992;marker:none;visibility:visible;display:inline;overflow:visible" />
+ <path
+ d="m 8.0000077,41.999996 c 0,0 -0.4000075,-3.605827 -0.4000075,-3.605827 1.8745811,2.857731 8.8730188,3.605827 13.6127708,3.605827 0,0 -13.2127633,0 -13.2127633,0 z"
+ id="path8995"
+ style="opacity:0.81142853;fill:url(#linearGradient2905);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ d="M 10.906579,11 10.803305,11.381009 9.2615551,17.051898 9,18 9.7639975,17.796205 22.758771,14.2519 l 0.04127,-0.01771 0.03442,-0.01771 c 0.688135,-0.354354 1.05583,-1.07045 1.142548,-1.727849 0.0434,-0.328702 0.03039,-0.650575 -0.08254,-0.948099 -0.106642,-0.280876 -0.384276,-0.530777 -0.674516,-0.522787 l 0,-0.01771 -0.04821,0 -11.955461,0 -0.30973,0 3.3e-5,10e-7 z m 0.439836,0.350376 11.976544,0 c 0.0056,0.04787 0.01906,0.07443 0.0067,0.165 -0.03757,0.285021 -0.199195,1.304699 -0.605242,1.527141 l -12.596058,3.437485 1.217592,-5.129624 3.91e-4,0 z"
+ id="path9039"
+ style="fill:url(#radialGradient2902);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="M 42.002142,34.619284 C 42.043659,35.214553 42.665403,35.7 43.390279,35.7 c 0.724546,0 1.273145,-0.485447 1.22471,-1.080716 -0.04811,-0.592121 -0.669522,-1.070225 -1.387148,-1.070225 -0.717957,2.81e-4 -1.266555,0.478104 -1.225699,1.070225 z"
+ id="path9091"
+ style="fill:#e1e1e1;fill-opacity:1" />
+ <path
+ d="m 42.471006,34.200637 c -0.06623,0.07554 -0.142011,0.196558 -0.142011,0.357441 0,0.01155 6.6e-4,0.02308 0.0013,0.03533 0.02867,0.410252 0.514002,0.756851 1.059636,0.756851 0.310708,0 0.594727,-0.113668 0.759471,-0.304629 0.07084,-0.08149 0.151565,-0.216493 0.137068,-0.396263 -0.03328,-0.406755 -0.517956,-0.750556 -1.058978,-0.750556 -0.308401,2.8e-4 -0.591431,0.112968 -0.756505,0.301831 l -2e-6,0 z"
+ id="path9093"
+ style="fill:url(#radialGradient2947);fill-opacity:1" />
+ <rect
+ width="42"
+ height="5"
+ x="3"
+ y="37"
+ id="rect6300-3"
+ style="opacity:0.3;fill:url(#radialGradient2896);fill-opacity:1;stroke:none" />
+</svg>
=== modified file 'data/launcher.desktop'
--- data/launcher.desktop 2010-09-07 00:38:36 +0000
+++ data/launcher.desktop 2011-02-23 23:27:12 +0000
@@ -1,20 +1,30 @@
#!en
+
+#[gtk-about]
[Desktop Entry]
+
+#F[Launcher]
+frame_maininfo=
+
+#d Name of the container it belongs to:
+#{If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.}
+Container =
+
#s Launcher's name :
Name = New Launcher
#s Command to launch on click :
#{Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard shortcut, for exemple <Alt>F1, <Ctrl>c, <Ctrl>v, etc}
Exec=your command
+
+#F[Display]
+frame_display=
+
#S Image's name or path :
Icon=
-#d Name of the container it belongs to:
-#{If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.}
-Container =
#X[Extra parameters]
frame_extra =
-#f[0;100] Order you want for this launcher among the others:
-Order=0
+
#b Prevent this launcher from stealing appli from taskbar ?
#{If you choosed to mix launcher and applis, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the Terminal's icon from the Taskbar.}
prevent inhibate = false
@@ -31,6 +41,9 @@
#{If '0' the launcher will be displayed on every viewport.}
ShowOnViewport = 0
+#f[0;100] Order you want for this launcher among the others:
+Order=0
+
Is container = false
Renderer =
=== modified file 'data/separator.desktop'
--- data/separator.desktop 2010-09-07 00:38:36 +0000
+++ data/separator.desktop 2011-02-23 23:27:12 +0000
@@ -1,8 +1,21 @@
#!en
+
+#[gtk-about]
[Desktop Entry]
+#F[Separator]
+frame_maininfo=
+
+#d Name of the container it belongs to:
+#{If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.}
+Container =
+
Name =
Exec=
+
+#F[Display]
+frame_display=
+
#S Image's name or path :
Icon=
@@ -10,8 +23,6 @@
frame_extra =
#f[0;100] Order you want for this launcher among the others:
Order=0
-#d Name of the container it belongs to:
-Container =
Is container = false
=== modified file 'data/themes.conf.in'
--- data/themes.conf.in 2010-09-16 01:04:13 +0000
+++ data/themes.conf.in 2011-02-23 23:27:12 +0000
@@ -1,12 +1,9 @@
#!en
-#[gtk-index]
+#[gtk-open]
[Themes]
-#F[Choose a theme]
-frame1=
-
-#R[@pkgdatadir@/themes;../@CAIRO_DOCK_THEMES_DIR@;themes2.2] Choose one of the available themes:/
+#R[@pkgdatadir@/themes;../@CAIRO_DOCK_THEMES_DIR@;themes2.2] /
chosen theme =
#S ...or drag and drop a theme package here :
=== modified file 'debian/changelog'
--- debian/changelog 2010-10-06 19:07:04 +0000
+++ debian/changelog 2011-02-23 23:27:12 +0000
@@ -1,3 +1,17 @@
+cairo-dock (2.3.0~0rc1-0ubuntu1) UNRELEASED; urgency=low
+
+ * New Upstream Version (LP: #723994)
+ * Added debian/source/format 3.0
+ * Removed the desktop-file-category patch (sync with debian packages)
+ * debian/rules:
+ - Added a CMake flag to disable the gtk grip
+ - No longer used simple-patchsys
+ * debian/control:
+ - Updated the description (from launchpad.net/cairo-dock)
+ - Added cairo-dock-plug-ins as a new suggestion for cairo-dock-core
+
+ -- Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx> Thu, 24 Feb 2011 00:10:55 +0100
+
cairo-dock (2.2.0~4-0ubuntu1) maverick; urgency=low
* New Upstream Version (LP: #653702)
=== modified file 'debian/control'
--- debian/control 2010-10-06 17:23:48 +0000
+++ debian/control 2011-02-23 23:27:12 +0000
@@ -30,13 +30,16 @@
cairo-dock-plug-ins (>= ${source:Version}),
${misc:Depends}
Description: A light and eye-candy dock to launch your programs (metapackage)
- It uses Cairo / OpenGL to render graphics (many in correlation
- with Compiz) with full hardware acceleration. It's fully configurable and
- fully customisable and can be used as a taskbar too.
- You can easily add applets in the dock or as a desklet.
- It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to
- have acces to more views, dialogs and many plug-ins and applets.
+ Cairo-Dock is a pretty, light and convenient interface to your desktop,
+ able to replace advantageously your system panel!
+ It features multi-docks, taskbar, launchers and a lot of useful applets.
+ Applets can be detached from the dock to act as desktop widgets.
+ Numerous ready-to-use themes are downloadable in 1 click, and can be easily
+ customized at your convenience.
+ It can use hardware acceleration to be very fast and low on CPU.
+ .
Some screenshots are available : http://pics.glx-dock.org
+ Development site: https://launchpad.net/cairo-dock
.
This metapackage provides the components necessary for running Cairo-Dock. It
provides the Cairo-Dock core, a set of standard plugins and the files necessary
@@ -51,14 +54,18 @@
${shlibs:Depends},
${misc:Depends}
Recommends: cairo-dock-plug-ins
+Suggests: cairo-dock-plug-ins
Description: A light and eye-candy dock to launch your programs (core package)
- It uses Cairo / OpenGL to render graphics (many in correlation
- with Compiz) with full hardware acceleration. It's fully configurable and
- fully customisable and can be used as a taskbar too.
- You can easily add applets in the dock or as a desklet.
- It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to
- have acces to more views, dialogs and many plug-ins and applets.
+ Cairo-Dock is a pretty, light and convenient interface to your desktop,
+ able to replace advantageously your system panel!
+ It features multi-docks, taskbar, launchers and a lot of useful applets.
+ Applets can be detached from the dock to act as desktop widgets.
+ Numerous ready-to-use themes are downloadable in 1 click, and can be easily
+ customized at your convenience.
+ It can use hardware acceleration to be very fast and low on CPU.
+ .
Some screenshots are available : http://pics.glx-dock.org
+ Development site: https://launchpad.net/cairo-dock
.
This package is the core of Cairo-Dock project.
@@ -82,13 +89,16 @@
gawk
Recommends: cairo-dock-plug-ins
Description: A light and eye-candy dock to launch your programs (dev package)
- It uses Cairo / OpenGL to render graphics (many in correlation
- with Compiz) with full hardware acceleration. It's fully configurable and
- fully customisable and can be used as a taskbar too.
- You can easily add applets in the dock or as a desklet.
- It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to
- have acces to more views, dialogs and many plug-ins and applets.
+ Cairo-Dock is a pretty, light and convenient interface to your desktop,
+ able to replace advantageously your system panel!
+ It features multi-docks, taskbar, launchers and a lot of useful applets.
+ Applets can be detached from the dock to act as desktop widgets.
+ Numerous ready-to-use themes are downloadable in 1 click, and can be easily
+ customized at your convenience.
+ It can use hardware acceleration to be very fast and low on CPU.
+ .
Some screenshots are available : http://pics.glx-dock.org
+ Development site: https://launchpad.net/cairo-dock
.
This package provides the include files and static library for cairo-dock
functions.
@@ -101,12 +111,15 @@
Depends: ${shlibs:Depends},
${misc:Depends}
Description: A light and eye-candy dock to launch your programs (common files)
- It uses Cairo / OpenGL to render graphics (many in correlation
- with Compiz) with full hardware acceleration. It's fully configurable and
- fully customisable and can be used as a taskbar too.
- You can easily add applets in the dock or as a desklet.
- It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to
- have acces to more views, dialogs and many plug-ins and applets.
+ Cairo-Dock is a pretty, light and convenient interface to your desktop,
+ able to replace advantageously your system panel!
+ It features multi-docks, taskbar, launchers and a lot of useful applets.
+ Applets can be detached from the dock to act as desktop widgets.
+ Numerous ready-to-use themes are downloadable in 1 click, and can be easily
+ customized at your convenience.
+ It can use hardware acceleration to be very fast and low on CPU.
+ .
Some screenshots are available : http://pics.glx-dock.org
+ Development site: https://launchpad.net/cairo-dock
.
This package contains default icons and themes for Cairo-Dock.
=== removed directory 'debian/patches'
=== removed file 'debian/patches/01-desktop-file-category.patch'
--- debian/patches/01-desktop-file-category.patch 2010-09-18 12:19:06 +0000
+++ debian/patches/01-desktop-file-category.patch 1970-01-01 00:00:00 +0000
@@ -1,32 +0,0 @@
-diff -Nur -x '*.orig' -x '*~' cairo-dock/data/cairo-dock-cairo.desktop cairo-dock.new/data/cairo-dock-cairo.desktop
---- cairo-dock/data/cairo-dock-cairo.desktop 2010-09-18 13:53:13.000000000 +0200
-+++ cairo-dock.new/data/cairo-dock-cairo.desktop 2010-09-18 14:08:20.861327185 +0200
-@@ -1,6 +1,5 @@
-
- [Desktop Entry]
--Encoding=UTF-8
- Type=Application
- Exec=cairo-dock -c
- Icon=cairo-dock.svg
-@@ -15,4 +14,4 @@
- GenericName=Multi-purpose Dock and Desklets
- GenericName[fr]=Dock et Desklets multi-usage
-
--Categories=System;
-+Categories=Utility;
-diff -Nur -x '*.orig' -x '*~' cairo-dock/data/cairo-dock.desktop cairo-dock.new/data/cairo-dock.desktop
---- cairo-dock/data/cairo-dock.desktop 2010-09-18 13:53:14.000000000 +0200
-+++ cairo-dock.new/data/cairo-dock.desktop 2010-09-18 14:08:31.961493531 +0200
-@@ -1,6 +1,5 @@
-
- [Desktop Entry]
--Encoding=UTF-8
- Type=Application
- Exec=cairo-dock -o
- Icon=cairo-dock.svg
-@@ -58,4 +57,4 @@
- GenericName=Multi-purpose Dock and Desklets
- GenericName[fr]=Dock et Desklets multi-usage
-
--Categories=System;
-+Categories=Utility;
=== modified file 'debian/rules'
--- debian/rules 2010-08-07 01:28:23 +0000
+++ debian/rules 2011-02-23 23:27:12 +0000
@@ -3,9 +3,11 @@
DH_ALWAYS_EXCLUDE=CVS:.bzr
+DEB_CMAKE_EXTRA_FLAGS += -Denable_gtk_grip=yes
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+# include /usr/share/cdbs/1/rules/patchsys-quilt.mk
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2011-02-23 23:27:12 +0000
@@ -0,0 +1,1 @@
+3.0 (quilt)
=== modified file 'po/ar.po'
--- po/ar.po 2010-09-18 12:19:06 +0000
+++ po/ar.po 2011-02-23 23:27:12 +0000
@@ -7,107 +7,275 @@
msgstr ""
"Project-Id-Version: cairo-dock-core\n"
"Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2010-09-13 00:34+0000\n"
-"PO-Revision-Date: 2010-09-15 11:46+0000\n"
-"Last-Translator: Ahmed Mohammed <Unknown>\n"
+"POT-Creation-Date: 2011-01-01 04:03+0000\n"
+"PO-Revision-Date: 2010-10-12 19:55+0000\n"
+"Last-Translator: Matthieu Baerts <matttbe@xxxxxxxxx>\n"
"Language-Team: Arabic <ar@xxxxxx>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2010-09-16 04:57+0000\n"
+"X-Launchpad-Export-Date: 2011-01-02 04:41+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
-
-#: ../src/cairo-dock-gui-launcher.c:376
-msgid "Launcher configuration"
-msgstr "اعدادات اÙÙ
شغÙ"
-
-#: ../src/cairo-dock-gui-main.c:128 ../data/messages:277
-msgid "Behaviour"
-msgstr "اÙسÙÙÙÙ"
-
-#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1397
-msgid "Appearance"
-msgstr "اÙÙ
ظÙر"
-
-#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1231
+"Language: ar\n"
+
+#: ../src/cairo-dock-gui-commons.c:215
+msgid ""
+"You have made some changes to the current theme.\n"
+"You will lose them if you don't save before choosing a new theme. Continue "
+"anyway?"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:241
+msgid "Please wait while importing the theme..."
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:304
+msgid "Bottom dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:306
+msgid "Top dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:311
+msgid "Right dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:313
+msgid "Left dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:410 ../src/cairo-dock-menu.c:1373
+msgid "Configure this applet"
+msgstr "تÙÙÙ٠اÙاضاÙØ©"
+
+#: ../src/cairo-dock-gui-commons.c:447 ../src/cairo-dock-gui-main.c:131
msgid "Files"
msgstr "Ù
ÙÙÙات"
-#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1236
+#: ../src/cairo-dock-gui-commons.c:452 ../src/cairo-dock-gui-main.c:132
msgid "Internet"
-msgstr ""
+msgstr "Ø¥ÙترÙت"
-#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1241
+#: ../src/cairo-dock-gui-commons.c:457 ../src/cairo-dock-gui-main.c:133
msgid "Desktop"
msgstr "Ø³Ø·Ø Ø§ÙÙ
Ùتب"
-#: ../src/cairo-dock-gui-main.c:133
-msgid "Accessories"
+#: ../src/cairo-dock-gui-commons.c:462
+msgid "Accessory"
msgstr "Ù
ÙØÙات"
-#: ../src/cairo-dock-gui-main.c:134 ../src/gldit/cairo-dock-gui-factory.c:1251
-#: ../src/gldit/cairo-dock-internal-system.c:123 ../data/messages:353
+#: ../src/cairo-dock-gui-commons.c:467 ../src/cairo-dock-gui-main.c:135
+#: ../src/cairo-dock-gui-main.c:1447
+#: ../src/internal-old/cairo-dock-internal-system.c:122 ../data/messages:339
msgid "System"
msgstr "اÙÙÙظاÙ
"
-#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1256
+#: ../src/cairo-dock-gui-commons.c:472 ../src/cairo-dock-gui-main.c:136
msgid "Fun"
msgstr "Ù
رØ"
-#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1526
-#: ../data/messages:1531
+#: ../src/cairo-dock-gui-commons.c:514
+msgid "plug-in"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:520
+msgid "category"
+msgstr "تصÙÙÙ"
+
+#: ../src/cairo-dock-gui-items.c:334
+msgid ""
+"Main dock's paramaters are available in the main configuration window."
+msgstr ""
+
+#: ../src/cairo-dock-gui-items.c:571
+msgid "Launcher configuration"
+msgstr "اعدادات اÙÙ
شغÙ"
+
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:263
+msgid "Behaviour"
+msgstr "اÙسÙÙÙÙ"
+
+#: ../src/cairo-dock-gui-main.c:130 ../data/messages:83 ../data/messages:1383
+msgid "Appearance"
+msgstr "اÙÙ
ظÙر"
+
+#: ../src/cairo-dock-gui-main.c:134
+msgid "Accessories"
+msgstr "Ù
ÙØÙات"
+
+#: ../src/cairo-dock-gui-main.c:137 ../src/cairo-dock-gui-main.c:1585
+#: ../data/messages:1519
msgid "All"
msgstr "اÙÙÙ"
-#: ../src/cairo-dock-gui-main.c:1502
+#: ../src/cairo-dock-gui-main.c:1428
+#: ../src/internal-old/cairo-dock-internal-position.c:131
+msgid "Set the position of the main dock."
+msgstr "تØدÙد Ù
Ùضع اÙشرÙØ· اÙرئÙسÙ."
+
+#: ../src/cairo-dock-gui-main.c:1429
+#: ../src/internal-old/cairo-dock-internal-position.c:129 ../data/messages:137
+msgid "Position"
+msgstr "اÙÙ
Ùضع"
+
+#: ../src/cairo-dock-gui-main.c:1434
+#: ../src/internal-old/cairo-dock-internal-accessibility.c:261
+msgid ""
+"Do you like your dock to be always visible,\n"
+" or on the contrary unobtrusive?\n"
+"Configure the way you access your docks and sub-docks!"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1435 ../src/cairo-dock-menu.c:1410
+#: ../src/internal-old/cairo-dock-internal-accessibility.c:259
+msgid "Visibility"
+msgstr "اÙرؤÙØ©"
+
+#: ../src/cairo-dock-gui-main.c:1440
+#: ../src/internal-old/cairo-dock-internal-taskbar.c:167
+msgid "Display and interact with currently open windows."
+msgstr "اÙعرض ÙاÙتÙاع٠Ù
ع اÙÙÙاÙØ° اÙÙ
ÙتÙØØ© ØاÙÙا."
+
+#: ../src/cairo-dock-gui-main.c:1441
+#: ../src/internal-old/cairo-dock-internal-taskbar.c:165 ../data/messages:61
+#: ../data/messages:1033
+msgid "Taskbar"
+msgstr "شرÙØ· اÙÙ
ÙاÙ
"
+
+#: ../src/cairo-dock-gui-main.c:1446
+#: ../src/internal-old/cairo-dock-internal-system.c:124
+msgid "All of the parameters you will never want to tweak."
+msgstr "اÙÙ
ؤشرات اÙت٠Ù٠تعدÙÙا ابدا."
+
+#: ../src/cairo-dock-gui-main.c:1452
+#: ../src/internal-old/cairo-dock-internal-background.c:130
+msgid "Set a background for your dock."
+msgstr "تعÙÙÙ Ø®ÙÙÙØ© ÙشرÙØ·Ù"
+
+#: ../src/cairo-dock-gui-main.c:1453
+#: ../src/internal-old/cairo-dock-internal-background.c:128
+#: ../data/messages:435 ../data/messages:831 ../data/messages:1391
+msgid "Background"
+msgstr "Ø®ÙÙÙÙÙØ©"
+
+#: ../src/cairo-dock-gui-main.c:1458
+#: ../src/internal-old/cairo-dock-internal-views.c:87
+msgid "Select a view for each of your docks."
+msgstr "Øدد طرÙÙØ© عرض اÙشرÙØ·"
+
+#: ../src/cairo-dock-gui-main.c:1459
+#: ../src/internal-old/cairo-dock-internal-views.c:85 ../data/messages:115
+#: ../data/messages:495 ../data/messages:1385
+msgid "Views"
+msgstr "اÙعرض"
+
+#: ../src/cairo-dock-gui-main.c:1465
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:121
+msgid "Configure text bubble appearance."
+msgstr "ظÙÙر ÙÙاعة Ù٠خصائص اÙÙص."
+
+#: ../src/cairo-dock-gui-main.c:1466
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:119
+msgid "Dialog boxes"
+msgstr "صÙادÙ٠اÙØÙار"
+
+#: ../src/cairo-dock-gui-main.c:1472
+#: ../src/internal-old/cairo-dock-internal-desklets.c:100
+msgid "Applets can be displayed on your desktop as widgets."
+msgstr "ÙÙ
Ù٠عرض برÙÙ
جات٠عÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب ÙÙ Ùجدات اÙشرÙØ·"
+
+#: ../src/cairo-dock-gui-main.c:1473
+#: ../src/internal-old/cairo-dock-internal-desklets.c:98 ../data/messages:551
+msgid "Desklets"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1479
+#: ../src/internal-old/cairo-dock-internal-icons.c:459
+msgid ""
+"All about icons:\n"
+" size, reflection, icon theme,..."
+msgstr ""
+"ÙÙ Ù
ا Ùخص اÙاÙÙÙÙات:\n"
+" اÙØجÙ
, اÙØ¥ÙعÙاس, سÙ
Ø© اÙاÙÙÙÙØ©, ..."
+
+#: ../src/cairo-dock-gui-main.c:1480
+#: ../src/internal-old/cairo-dock-internal-icons.c:457 ../data/messages:85
+#: ../data/messages:615 ../data/messages:857
+msgid "Icons"
+msgstr "Ø£ÙÙÙÙات"
+
+#: ../src/cairo-dock-gui-main.c:1485
+#: ../src/internal-old/cairo-dock-internal-indicators.c:169
+msgid "Indicators are additional markers for your icons."
+msgstr "اÙÙ
ؤشرات Ù٠عÙاÙ
ات إضاÙÙØ© ÙÙØ£ÙÙÙÙات."
+
+#: ../src/cairo-dock-gui-main.c:1486
+#: ../src/internal-old/cairo-dock-internal-indicators.c:167
+#: ../data/messages:733
+msgid "Indicators"
+msgstr "اÙÙ
ؤشرات"
+
+#: ../src/cairo-dock-gui-main.c:1492
+#: ../src/internal-old/cairo-dock-internal-labels.c:182
+msgid "Define icon caption and quick-info style."
+msgstr "رÙ
ز تعرÙÙ ÙØ´Ø±Ø Ø³Ø±Ùع ÙÙ
عÙÙÙ
ات اÙÙÙ
Ø·."
+
+#: ../src/cairo-dock-gui-main.c:1493
+#: ../src/internal-old/cairo-dock-internal-labels.c:180
+msgid "Captions"
+msgstr "تعÙÙÙ"
+
+#: ../src/cairo-dock-gui-main.c:1561
msgid "Categories"
msgstr "اÙتصÙÙÙات"
-#: ../src/cairo-dock-gui-main.c:1632
+#: ../src/cairo-dock-gui-main.c:1699
msgid "Filter"
msgstr "ÙÙترة"
-#: ../src/cairo-dock-gui-main.c:1679 ../data/messages:141
+#: ../src/cairo-dock-gui-main.c:1746
msgid "Options"
msgstr "Ø®Ùارات"
-#: ../src/cairo-dock-gui-main.c:1689
+#: ../src/cairo-dock-gui-main.c:1756
msgid "All words"
msgstr "ÙاÙØ© اÙÙÙÙ
ات"
-#: ../src/cairo-dock-gui-main.c:1693
+#: ../src/cairo-dock-gui-main.c:1760
msgid "Highlighted words"
msgstr "اÙÙÙÙ
ات اÙÙ
ظÙÙØ©"
-#: ../src/cairo-dock-gui-main.c:1698
+#: ../src/cairo-dock-gui-main.c:1765
msgid "Hide others"
msgstr "اخÙاء اÙاخرÙ"
-#: ../src/cairo-dock-gui-main.c:1703
+#: ../src/cairo-dock-gui-main.c:1770
msgid "Search in description"
msgstr "اÙبØØ« باÙÙصÙ"
-#: ../src/cairo-dock-gui-main.c:1717
+#: ../src/cairo-dock-gui-main.c:1784
msgid "Enable this module"
msgstr "تÙ
ÙÙÙ Ùذ٠اÙÙØدة"
-#: ../src/cairo-dock-gui-main.c:1781 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1848 ../src/cairo-dock-menu.c:205
+#: ../data/messages:133
msgid "More applets"
-msgstr ""
+msgstr "Ù
زÙد Ù
٠اÙتطبÙÙات"
-#: ../src/cairo-dock-gui-main.c:1782 ../data/messages:133
+#: ../src/cairo-dock-gui-main.c:1849 ../data/messages:131
msgid "Get more applets online !"
-msgstr ""
+msgstr "اÙØصÙ٠عÙ٠اÙÙ
زÙد Ù
٠اÙتطبÙÙات عÙ٠اÙاÙترÙت!"
-#: ../src/cairo-dock-gui-main.c:1817 ../src/cairo-dock.c:741
+#: ../src/cairo-dock-gui-main.c:1883 ../src/cairo-dock.c:729
msgid "< Maintenance mode >"
msgstr "< Ùضع اÙصÙاÙØ© >"
-#: ../src/cairo-dock-gui-main.c:1907 ../src/cairo-dock-gui-simple.c:769
+#: ../src/cairo-dock-gui-main.c:1973 ../src/cairo-dock-gui-simple.c:900
msgid "Cairo-Dock configuration"
msgstr "إعدادات ÙاÙر٠دÙ"
-#: ../src/cairo-dock-gui-main.c:2228
+#: ../src/cairo-dock-gui-main.c:2294
#, c-format
msgid ""
"The '%s' module is not present. You need to install it and all its "
@@ -116,16 +284,16 @@
"'%s' اÙÙØدة غÙر Ù
ÙجÙدة . تØتاج Ø¥Ù٠تثبÙتÙا ÙجÙ
Ùع تابعاتÙا Ù
٠أج٠استخداÙ
ÙØ°Ù "
"اÙÙØدة"
-#: ../src/cairo-dock-gui-main.c:2234
+#: ../src/cairo-dock-gui-main.c:2300
#, c-format
msgid "The '%s' module is not enabled."
msgstr "'%s' اÙÙØدةغÙر Ù
ÙعÙØ©."
-#: ../src/cairo-dock-gui-main.c:2235
+#: ../src/cairo-dock-gui-main.c:2301
msgid "Do you want to enable it now?"
msgstr "Ù٠ترÙد تÙعÙÙÙا اÙاÙØ"
-#: ../src/cairo-dock-gui-main.c:2378
+#: ../src/cairo-dock-gui-main.c:2444
msgid ""
"It appears that you've never entered the help module before.\n"
"If you are having difficulty configuring the dock, or if you want to "
@@ -138,28 +306,44 @@
"اÙÙ
ساعد٠دائÙ
ا Ù
ÙجÙدة Ù
عÙ.\n"
"Ù٠ترÙد إاÙÙاء Ùظر٠عÙÙÙاØ"
-#: ../src/cairo-dock-gui-simple.c:396 ../src/cairo-dock-gui-themes.c:311
-#, c-format
-msgid "Importing theme %s ..."
-msgstr "استÙراد اÙسÙ
Ø© %s"
-
-#: ../src/cairo-dock-gui-simple.c:718
+#: ../src/cairo-dock-gui-simple.c:407 ../src/cairo-dock-gui-themes.c:112
+msgid "Could not import the theme."
+msgstr "ï»»ÙÙ
Ù٠اسÙراد اÙسÙ
Ø© ."
+
+#: ../src/cairo-dock-gui-simple.c:427
+msgid "Importing theme..."
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:434 ../src/cairo-dock-gui-themes.c:154
+msgid "Theme has been saved"
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:440 ../src/cairo-dock-gui-themes.c:160
+msgid "Themes have been deleted"
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:770
msgid "Animation:"
msgstr "تØرÙÙ:"
-#: ../src/cairo-dock-gui-simple.c:735
+#: ../src/cairo-dock-gui-simple.c:787
msgid "Effects:"
msgstr "تأثÙرات:"
-#: ../src/cairo-dock-gui-simple.c:750 ../data/messages:77
+#: ../src/cairo-dock-gui-simple.c:855
+msgid ""
+"Click on an applet in order to have a preview and a description for it."
+msgstr "اÙÙر عÙ٠اÙÙ
صغر ÙÙØصÙ٠عÙ٠عرض Ù Ùص٠ÙÙ."
+
+#: ../src/cairo-dock-gui-simple.c:864 ../data/messages:77
msgid "On mouse hover:"
msgstr "Øدث Ù
رÙر اÙÙأرة:"
-#: ../src/cairo-dock-gui-simple.c:751 ../data/messages:79
+#: ../src/cairo-dock-gui-simple.c:866 ../data/messages:79
msgid "On click:"
msgstr "عÙد اÙضغط:"
-#: ../src/cairo-dock-gui-simple.c:803
+#: ../src/cairo-dock-gui-simple.c:937
msgid ""
"This is the simple configuration panel of Cairo-Dock.\n"
" After you get familiar with it, and if you want to customise your theme\n"
@@ -167,15 +351,15 @@
" You can switch from a mode to another at any time."
msgstr ""
-#: ../src/cairo-dock-gui-switch.c:68
+#: ../src/cairo-dock-gui-switch.c:77
msgid "Simple Mode"
msgstr "اÙÙضع اÙبسÙØ·"
-#: ../src/cairo-dock-gui-switch.c:68
+#: ../src/cairo-dock-gui-switch.c:77
msgid "Advanced Mode"
msgstr "اÙÙضع اÙÙ
تÙدÙ
"
-#: ../src/cairo-dock-gui-switch.c:70
+#: ../src/cairo-dock-gui-switch.c:79
msgid ""
"The advanced mode lets you tweak every single parameter of the dock. It is a "
"powerful tool to customise your current theme."
@@ -183,216 +367,176 @@
"اÙÙضع اÙÙ
تÙدÙ
ÙÙ
ÙØ٠اÙتØÙÙ
ÙÙ ÙÙ Ù
ؤشرات اÙشرÙØ·. ٠تعدÙ٠اÙسÙ
٠اÙØاÙÙÙ "
"بÙعاÙÙÙ."
-#: ../src/cairo-dock-gui-themes.c:169
-msgid "Could not import the theme."
-msgstr "ï»»ÙÙ
Ù٠اسÙراد اÙسÙ
Ø© ."
-
-#: ../src/cairo-dock-gui-themes.c:225
-msgid "The theme has been saved"
-msgstr "تÙ
ØÙظ اÙسÙ
Ø©"
-
-#: ../src/cairo-dock-gui-themes.c:225
-msgid "The theme could not be saved"
-msgstr "ï»» ÙÙ
ÙÙ ØÙظ اÙسÙ
Ø© ."
-
-#: ../src/cairo-dock-gui-themes.c:251
-msgid "The theme has been deleted"
-msgstr "تÙ
Øذ٠اÙسÙ
Ø© ."
-
-#: ../src/cairo-dock-gui-themes.c:251
-msgid "The theme could not be deleted"
-msgstr "سÙ
Ø© Ùا ÙÙ
ÙÙ ØØ°ÙÙا ."
-
-#: ../src/cairo-dock-gui-themes.c:253
-msgid "The themes have been deleted"
-msgstr "اÙسÙ
ات تÙ
ØØ°ÙÙا ."
-
-#: ../src/cairo-dock-gui-themes.c:253
-msgid "The themes could not be deleted"
-msgstr "سÙ
ات ÙÙ
ÙتÙ
ØØ°ÙÙا ."
-
-#: ../src/cairo-dock-gui-themes.c:303
-msgid ""
-"You have made some changes to the current theme.\n"
-"You will lose them if you don't save before choosing a new theme. Continue "
-"anyway?"
+#: ../src/cairo-dock-gui-themes.c:147
+msgid "Importing theme ..."
msgstr ""
-#: ../src/cairo-dock-gui-themes.c:332
+#: ../src/cairo-dock-gui-themes.c:180
msgid "Manage Themes"
msgstr "إدارة اÙسÙ
ات"
-#: ../src/cairo-dock-menu.c:128
-#, c-format
-msgid "Configuration of the '%s' dock"
+#: ../src/cairo-dock-menu.c:169
+msgid "About Cairo-Dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:207 ../data/messages:1301
+#: ../src/cairo-dock-menu.c:196 ../data/messages:1287
msgid "Community site"
msgstr "Ù
ÙÙع اÙÙ
جتÙ
ع"
-#: ../src/cairo-dock-menu.c:208 ../data/messages:1299
+#: ../src/cairo-dock-menu.c:197 ../data/messages:1285
msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
msgstr "Ù
شاÙÙØ Ø§ÙتراØØ§ØªØ ØªØ±Ùد اÙتØدث Ø¥ÙÙÙØ§Ø ØªÙضÙ!"
-#: ../src/cairo-dock-menu.c:211 ../data/messages:1305
+#: ../src/cairo-dock-menu.c:200 ../data/messages:1291
msgid "Development site"
msgstr "Ù
ÙÙع اÙتطÙÙر"
-#: ../src/cairo-dock-menu.c:212 ../data/messages:1303
+#: ../src/cairo-dock-menu.c:201 ../data/messages:1289
msgid "Find the latest version of Cairo-Dock here !"
msgstr "إبØØ« ع٠اÙÙسخ٠اÙاخÙر٠Ù
٠اÙبرÙاÙ
ج ÙÙا !"
-#: ../src/cairo-dock-menu.c:215 ../data/messages:1309
-msgid "Cairo-Dock-Plug-ins-Extras"
-msgstr "اضÙات اضاÙÙØ© ÙÙÙر٠دÙÙ"
-
-#: ../src/cairo-dock-menu.c:216 ../data/messages:1179 ../data/messages:1307
-msgid "Other applets"
-msgstr "تطبÙات اخرÙ"
-
-#: ../src/cairo-dock-menu.c:225
+#: ../src/cairo-dock-menu.c:216
msgid "Development"
msgstr "تطÙÙر"
-#: ../src/cairo-dock-menu.c:231
+#: ../src/cairo-dock-menu.c:222
msgid "Artwork"
msgstr "اÙأعÙ
ا٠اÙÙÙÙØ©"
-#: ../src/cairo-dock-menu.c:235
+#: ../src/cairo-dock-menu.c:226
msgid "Support"
msgstr "اÙدعÙ
"
-#: ../src/cairo-dock-menu.c:313
+#: ../src/cairo-dock-menu.c:307
msgid "Quit Cairo-Dock?"
msgstr "إغÙا٠برÙاÙ
ج ÙاÙرÙ-دÙÙØ"
-#: ../src/cairo-dock-menu.c:344
-msgid "Configure this dock"
-msgstr "ضبط اÙشرÙØ·"
-
-#: ../src/cairo-dock-menu.c:349
-msgid "Customize the position, visibility and appearance of this main dock."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:352
+#: ../src/cairo-dock-menu.c:336
msgid "Configure"
msgstr "عدÙ"
-#: ../src/cairo-dock-menu.c:357
+#: ../src/cairo-dock-menu.c:341
msgid "Configure behaviour, appearance, and applets."
msgstr "تÙÙÙ٠اÙسÙÙÙ ÙاÙÙ
ظÙر ÙاÙاضÙات ."
-#: ../src/cairo-dock-menu.c:359
+#: ../src/cairo-dock-menu.c:345
+msgid "Configure this dock"
+msgstr "ضبط اÙشرÙØ·"
+
+#: ../src/cairo-dock-menu.c:350
+msgid "Customize the position, visibility and appearance of this main dock."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:355
msgid "Manage themes"
msgstr "إدارة اÙØ«ÙÙ
ات"
-#: ../src/cairo-dock-menu.c:364
+#: ../src/cairo-dock-menu.c:360
msgid ""
"Choose from amongst many themes on the server or save your current theme."
msgstr "اختر Ù
٠اÙعدÙد Ù
٠اÙسÙ
ات Ù٠اÙخادÙ
ا٠ØÙظ اÙسÙ
Ø© اÙخاصة ب٠."
-#: ../src/cairo-dock-menu.c:369
+#: ../src/cairo-dock-menu.c:366
msgid "Unlock icons"
msgstr "ÙØªØ Ø§ÙاÙÙÙÙات"
-#: ../src/cairo-dock-menu.c:369
+#: ../src/cairo-dock-menu.c:366
msgid "Lock icons"
msgstr "ÙÙ٠اÙاÙÙÙÙات"
-#: ../src/cairo-dock-menu.c:373
+#: ../src/cairo-dock-menu.c:370
msgid "This will (un)lock the position of the icons."
msgstr "Ùذا سÙÙغ٠ÙÙÙ Ù
Ùا٠اÙØ£ÙÙÙÙات."
-#: ../src/cairo-dock-menu.c:377
+#: ../src/cairo-dock-menu.c:374
msgid "Unlock dock"
msgstr "إاÙغاء ÙÙ٠اÙشرÙØ·"
-#: ../src/cairo-dock-menu.c:377
+#: ../src/cairo-dock-menu.c:374
msgid "Lock dock"
msgstr "ÙÙ٠اÙشرÙØ·"
-#: ../src/cairo-dock-menu.c:382
+#: ../src/cairo-dock-menu.c:379
msgid "This will (un)lock the whole dock."
msgstr "Ùذا سÙÙغ٠ÙÙÙ ÙاÙ
٠اÙشرÙØ·."
-#: ../src/cairo-dock-menu.c:387
+#: ../src/cairo-dock-menu.c:384
msgid "Quick-Hide"
msgstr "إخÙاء سرÙع"
-#: ../src/cairo-dock-menu.c:392
+#: ../src/cairo-dock-menu.c:389
msgid "This will hide the dock until you hover over it with the mouse."
msgstr "سÙختÙ٠اÙشرÙØ· Øت٠تÙÙÙ
بتÙ
رÙر اÙÙ
ؤشر عÙÙÙ"
-#: ../src/cairo-dock-menu.c:400
+#: ../src/cairo-dock-menu.c:397
msgid "Launch Cairo-Dock on startup"
msgstr "تشغÙ٠شرÙØ· ÙÙر٠عÙد بدء اÙتشغÙÙ"
-#: ../src/cairo-dock-menu.c:410 ../src/cairo-dock.c:294
+#: ../src/cairo-dock-menu.c:407 ../src/cairo-dock.c:297
msgid "Help"
msgstr "Ù
ساعدة"
-#: ../src/cairo-dock-menu.c:415
+#: ../src/cairo-dock-menu.c:412
msgid "There are no problems, only solutions (and a lot of useful hints!)"
msgstr "Ùا ÙÙجد Ù
شاÙÙØ ÙÙØ· ØÙÙÙ (ÙاÙعدÙد Ù
٠اÙتÙÙ
ÙØات اÙÙ
ÙÙدÙ!)"
-#: ../src/cairo-dock-menu.c:417
+#: ../src/cairo-dock-menu.c:414
msgid "Get more applets!"
-msgstr ""
+msgstr "اÙØصÙ٠عÙÙ Ù
زÙد Ù
٠اÙتطبÙÙات!"
-#: ../src/cairo-dock-menu.c:422
+#: ../src/cairo-dock-menu.c:419
msgid ""
"Third-party applets provide integration with many programs, like Pidgin"
msgstr ""
-#: ../src/cairo-dock-menu.c:424
+#: ../src/cairo-dock-menu.c:421
msgid "About"
msgstr "ØÙÙ"
-#: ../src/cairo-dock-menu.c:432
+#: ../src/cairo-dock-menu.c:429
msgid "Quit"
msgstr "خرÙج"
-#: ../src/cairo-dock-menu.c:457
+#: ../src/cairo-dock-menu.c:454
msgid "separator"
-msgstr ""
+msgstr "ÙاصÙ"
-#: ../src/cairo-dock-menu.c:461
+#: ../src/cairo-dock-menu.c:458
#, c-format
msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
msgstr "اÙت عÙÙ Ùش٠ازاÙØ© اÙØ£ÙÙÙÙ (%s)Ù
٠اÙشرÙØ·. Ù٠اÙت Ù
تأÙدØ"
-#: ../src/cairo-dock-menu.c:472
+#: ../src/cairo-dock-menu.c:469
msgid ""
"Do you want to re-dispatch the icons contained inside this container into "
"the dock?\n"
"(otherwise they will be destroyed)"
msgstr ""
-#: ../src/cairo-dock-menu.c:542
+#: ../src/cairo-dock-menu.c:539
msgid ""
"The new dock has been created.\n"
"Now move some launchers or applets into it by right-clicking on the icon -> "
"move to another dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:559
+#: ../src/cairo-dock-menu.c:556
msgid "Sorry, this icon doesn't have a configuration file."
-msgstr ""
+msgstr "عذرا Ø Ùذا اÙاÙÙÙÙ Ùا ÙÙ
ÙÙ Ù
Ù٠اÙتÙÙÙÙ."
-#: ../src/cairo-dock-menu.c:600
+#: ../src/cairo-dock-menu.c:597
msgid ""
"The new dock has been created.\n"
"You can customize it by right-clicking on it -> cairo-dock -> configure this "
"dock."
msgstr ""
-#: ../src/cairo-dock-menu.c:657
+#: ../src/cairo-dock-menu.c:658
#, c-format
msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
msgstr "اÙت عÙÙ Ùش٠ازاÙØ© اÙاضاÙØ© (%s)Ù
٠اÙشرÙØ· . Ù٠اÙت Ù
تأÙد Ø"
-#: ../src/cairo-dock-menu.c:841
+#: ../src/cairo-dock-menu.c:881
msgid ""
"Sorry, couldn't find the corresponding description file.\n"
"Consider dragging and dropping the launcher from the Applications Menu."
@@ -400,240 +544,231 @@
"عÙÙا, ÙÙ
ÙتÙ
اÙعثÙر عÙ٠اÙÙ
Ù٠اÙÙ
طابÙ.\n"
"ØاÙ٠سØب اÙÙ
شغ٠ÙØ¥ÙÙات٠Ù
Ù ÙائÙ
٠اÙتطبÙÙات."
-#: ../src/cairo-dock-menu.c:1073
+#: ../src/cairo-dock-menu.c:1116
#, c-format
msgid "Move all to desktop %d - face %d"
msgstr "Ø£ÙÙ٠اÙÙ٠إÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب %d - اÙÙج٠%d"
-#: ../src/cairo-dock-menu.c:1073
+#: ../src/cairo-dock-menu.c:1116
#, c-format
msgid "Move to desktop %d - face %d"
msgstr "Ø£ÙÙ٠إÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب %d - اÙÙج٠%d"
-#: ../src/cairo-dock-menu.c:1075
+#: ../src/cairo-dock-menu.c:1118
#, c-format
msgid "Move all to desktop %d"
msgstr "ÙÙ٠اÙÙ٠اÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب %d"
-#: ../src/cairo-dock-menu.c:1075
+#: ../src/cairo-dock-menu.c:1118
#, c-format
msgid "Move to desktop %d"
msgstr "Ø£ÙÙ٠إÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب %d"
-#: ../src/cairo-dock-menu.c:1077
+#: ../src/cairo-dock-menu.c:1120
#, c-format
msgid "Move all to face %d"
msgstr "Ø£ÙÙ٠اÙÙ٠إÙ٠اÙÙج٠%d"
-#: ../src/cairo-dock-menu.c:1077
+#: ../src/cairo-dock-menu.c:1120
#, c-format
msgid "Move to face %d"
msgstr "Ø£ÙÙ٠إÙ٠اÙÙج٠%d"
-#: ../src/cairo-dock-menu.c:1114
+#: ../src/cairo-dock-menu.c:1158
msgid "Add"
msgstr "أضÙ"
-#: ../src/cairo-dock-menu.c:1118
-msgid "Add a sub-dock"
-msgstr "إضاÙ٠شرÙØ· ÙرعÙ"
-
-#: ../src/cairo-dock-menu.c:1120
-msgid "Add a main dock"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1123
-msgid "Add a separator"
-msgstr "اضاÙØ© ÙاصÙ"
-
-#: ../src/cairo-dock-menu.c:1127
-msgid "Add a custom launcher"
-msgstr "إضاÙÙ Ù
شغ٠Ù
عدÙ"
-
-#: ../src/cairo-dock-menu.c:1128
+#: ../src/cairo-dock-menu.c:1162
+msgid "Sub-dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1164
+msgid "Main dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1167 ../data/messages:1579
+msgid "Separator"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1171
+msgid "Custom launcher"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1172
msgid ""
"Usually you would drag a launcher from the menu and drop it on the dock."
msgstr "ÙتÙجب Ù٠اÙعاد٠سØب اÙÙ
شغ٠Ù
٠اÙÙائÙ
Ù ÙØ¥ÙÙات٠عÙ٠اÙشرÙØ·."
-#: ../src/cairo-dock-menu.c:1173
+#: ../src/cairo-dock-menu.c:1218
msgid "Modify this separator"
msgstr "تØرÙر اÙÙاصÙ"
-#: ../src/cairo-dock-menu.c:1173
+#: ../src/cairo-dock-menu.c:1218
msgid "Modify this launcher"
msgstr "تعدÙÙ Ùذا اÙÙ
شغÙ"
-#: ../src/cairo-dock-menu.c:1175
+#: ../src/cairo-dock-menu.c:1220
msgid "Remove this separator"
msgstr "إزاÙØ© Ùذا اÙÙاصÙ"
-#: ../src/cairo-dock-menu.c:1175
+#: ../src/cairo-dock-menu.c:1220
msgid "Remove this launcher"
msgstr "إزاÙØ© Ùذا اÙÙ
شغÙ"
-#: ../src/cairo-dock-menu.c:1176
+#: ../src/cairo-dock-menu.c:1221
msgid ""
"You can remove a launcher by dragging it out of the dock with the mouse ."
msgstr "بإÙ
ÙاÙ٠ازاÙ٠اØد اÙÙ
شغÙات بسØب٠خارج اÙشرÙØ· باÙÙ
ؤشر."
-#: ../src/cairo-dock-menu.c:1178 ../src/cairo-dock-menu.c:1341
+#: ../src/cairo-dock-menu.c:1223 ../src/cairo-dock-menu.c:1389
msgid "Move to another dock"
msgstr "ÙÙ٠اÙ٠شرÙØ· اخر"
-#: ../src/cairo-dock-menu.c:1182 ../src/cairo-dock-menu.c:1345
+#: ../src/cairo-dock-menu.c:1227 ../src/cairo-dock-menu.c:1393
msgid "New main dock"
msgstr "شرÙØ· رئÙس٠جدÙد"
-#: ../src/cairo-dock-menu.c:1200 ../src/cairo-dock-menu.c:1283
+#: ../src/cairo-dock-menu.c:1247 ../src/cairo-dock-menu.c:1331
msgid "Other actions"
msgstr "Ø®Ùارات أخرÙ"
-#: ../src/cairo-dock-menu.c:1205
+#: ../src/cairo-dock-menu.c:1252
msgid "Move to this desktop"
msgstr "ÙÙ٠إاÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب Ùذا"
-#: ../src/cairo-dock-menu.c:1219
+#: ../src/cairo-dock-menu.c:1267
msgid "Not Fullscreen"
msgstr "ÙÙس Ù
ÙØ¡"
-#: ../src/cairo-dock-menu.c:1219
+#: ../src/cairo-dock-menu.c:1267
msgid "Fullscreen"
msgstr "Ù
ÙØ¡ اÙشاشة"
-#: ../src/cairo-dock-menu.c:1223
+#: ../src/cairo-dock-menu.c:1271
msgid "Don't keep above"
msgstr "ï»» تجعÙÙ Ù٠اÙاعÙÙ"
-#: ../src/cairo-dock-menu.c:1223
+#: ../src/cairo-dock-menu.c:1271
msgid "Keep above"
msgstr "أبÙÙا Ù٠اÙأعÙÙ"
-#: ../src/cairo-dock-menu.c:1244
+#: ../src/cairo-dock-menu.c:1292
msgid "Remove custom icon"
msgstr "إزاÙ٠اÙاÙÙÙÙ٠اÙÙ
عدÙÙ"
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1296
msgid "Set a custom icon"
msgstr ""
-#: ../src/cairo-dock-menu.c:1251
+#: ../src/cairo-dock-menu.c:1299
msgid "Kill"
msgstr "اÙتÙ"
-#: ../src/cairo-dock-menu.c:1256
+#: ../src/cairo-dock-menu.c:1304
msgid "Launch a new (Shift+clic)"
msgstr "تشغÙ٠جدÙد (Shift+Ø£ÙÙر)"
-#: ../src/cairo-dock-menu.c:1261
+#: ../src/cairo-dock-menu.c:1309
msgid "Make it a launcher"
msgstr "تØÙÙÙ٠اÙÙ Ù
شغÙ"
-#: ../src/cairo-dock-menu.c:1264
+#: ../src/cairo-dock-menu.c:1312
msgid "Show"
msgstr "اظÙر"
-#: ../src/cairo-dock-menu.c:1266
+#: ../src/cairo-dock-menu.c:1314
msgid "Unmaximise"
msgstr "غÙر Ù
Ùبر"
-#: ../src/cairo-dock-menu.c:1266
+#: ../src/cairo-dock-menu.c:1314
msgid "Maximise"
msgstr "تÙبÙر"
-#: ../src/cairo-dock-menu.c:1269
+#: ../src/cairo-dock-menu.c:1317
msgid "Minimise"
msgstr "تصغÙر"
-#: ../src/cairo-dock-menu.c:1271
+#: ../src/cairo-dock-menu.c:1319
msgid "Close (middle-click)"
msgstr "أغÙÙ"
-#: ../src/cairo-dock-menu.c:1288
+#: ../src/cairo-dock-menu.c:1336
msgid "Move all to this desktop"
msgstr "ÙÙ٠اÙÙÙ ÙØ³Ø·Ø Ø§ÙÙ
Ùتب Ùذا"
-#: ../src/cairo-dock-menu.c:1294
+#: ../src/cairo-dock-menu.c:1342
msgid "Launch new"
msgstr "إطار جدÙد"
-#: ../src/cairo-dock-menu.c:1297
+#: ../src/cairo-dock-menu.c:1345
msgid "Show all"
msgstr "إظÙار اÙÙÙ"
-#: ../src/cairo-dock-menu.c:1299
+#: ../src/cairo-dock-menu.c:1347
msgid "Minimise all"
msgstr "تصغÙر اÙÙÙ"
-#: ../src/cairo-dock-menu.c:1301
+#: ../src/cairo-dock-menu.c:1349
msgid "Close all"
msgstr "إغÙا٠اÙÙÙ"
-#: ../src/cairo-dock-menu.c:1325 ../src/gldit/cairo-dock-gui-factory.c:926
-msgid "Configure this applet"
-msgstr "تÙÙÙ٠اÙاضاÙØ©"
-
-#: ../src/cairo-dock-menu.c:1329
+#: ../src/cairo-dock-menu.c:1377
msgid "Detach this applet"
msgstr ""
-#: ../src/cairo-dock-menu.c:1329
+#: ../src/cairo-dock-menu.c:1377
msgid "Return to the dock"
msgstr "عÙد٠اÙ٠اÙشرÙØ·"
-#: ../src/cairo-dock-menu.c:1332
+#: ../src/cairo-dock-menu.c:1380
msgid "Remove this applet"
msgstr "Øذ٠اÙاضاÙØ©"
-#: ../src/cairo-dock-menu.c:1336
+#: ../src/cairo-dock-menu.c:1384
msgid "Launch another instance of this applet"
msgstr ""
-#: ../src/cairo-dock-menu.c:1362
-#: ../src/gldit/cairo-dock-internal-accessibility.c:277
-msgid "Visibility"
-msgstr "اÙرؤÙØ©"
-
-#: ../src/cairo-dock-menu.c:1377
+#: ../src/cairo-dock-menu.c:1425
msgid "Normal"
msgstr "عادÙ"
-#: ../src/cairo-dock-menu.c:1383 ../data/messages:21 ../data/messages:201
-#: ../data/messages:1383
+#: ../src/cairo-dock-menu.c:1431 ../data/messages:21 ../data/messages:187
+#: ../data/messages:1369
msgid "Always on top"
msgstr "دائÙ
ا Ù٠اÙأعÙÙ"
-#: ../src/cairo-dock-menu.c:1390
+#: ../src/cairo-dock-menu.c:1438
msgid "Always below"
msgstr "دئÙ
ا ادÙÙ"
-#: ../src/cairo-dock-menu.c:1403
+#: ../src/cairo-dock-menu.c:1451
msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
msgstr ""
-#: ../src/cairo-dock-menu.c:1405
+#: ../src/cairo-dock-menu.c:1453
msgid "Reserve space"
msgstr "اÙØ¥ØتÙاظ باÙÙ
ساÙÙ"
-#: ../src/cairo-dock-menu.c:1412
+#: ../src/cairo-dock-menu.c:1460
msgid "On all desktops"
msgstr "عÙÙ Ù٠سطÙØ Ø§ÙÙ
Ùتب"
-#: ../src/cairo-dock-menu.c:1418
+#: ../src/cairo-dock-menu.c:1466
msgid "Lock position"
msgstr "ÙÙ٠اÙتØرÙÙ"
-#: ../src/cairo-dock-user-interaction.c:351
+#: ../src/cairo-dock-user-interaction.c:353
msgid ""
"The option 'overwrite X icons' has been automatically enabled in the "
"config.\n"
"It is located in the 'Taskbar' module."
msgstr ""
-#: ../src/cairo-dock.c:196
+#: ../src/cairo-dock.c:195
msgid "Don't ask me any more"
-msgstr ""
+msgstr "Ùا تسأÙÙÙ"
-#: ../src/cairo-dock.c:201
+#: ../src/cairo-dock.c:200
msgid ""
"To remove the black rectangle around the dock, you will need to activate a "
"composite manager.\n"
@@ -642,11 +777,13 @@
"I can perform this last operation for you. Do you want to proceed ?"
msgstr ""
-#: ../src/cairo-dock.c:213
-msgid "Do you want to keep this setting?"
-msgstr "Ù٠ترÙد ابÙاء Ùذا اÙإعداد"
+#: ../src/cairo-dock.c:212
+msgid ""
+"Do you want to keep this setting?\n"
+"In 15 seconds, the previous setting will be restored."
+msgstr ""
-#: ../src/cairo-dock.c:219
+#: ../src/cairo-dock.c:218
msgid ""
"To remove the black rectangle around the dock, you will need to activate a "
"composite manager.\n"
@@ -657,7 +794,7 @@
"page."
msgstr ""
-#: ../src/cairo-dock.c:309
+#: ../src/cairo-dock.c:312
msgid ""
"A useful FAQ which also contains a lot of hints.\n"
"Roll your mouse over a sentence to make helpful popups appear."
@@ -665,11 +802,11 @@
"ØÙائ٠Ù
ÙÙد٠ÙاÙعدÙد Ù
٠اÙتÙÙ
ÙØات.\n"
"Øر٠اÙÙ
ؤشر عÙ٠إØد٠اÙجÙ
Ù ÙتظÙر ÙÙ ÙÙاع٠Ù
ÙÙدÙ."
-#: ../src/cairo-dock.c:634
+#: ../src/cairo-dock.c:573
msgid "Use OpenGL in Cairo-Dock"
msgstr "استخداÙ
OpenGL Ù٠شرÙØ· ÙÙرÙ"
-#: ../src/cairo-dock.c:642
+#: ../src/cairo-dock.c:581
msgid ""
"OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
"the minimum.\n"
@@ -681,11 +818,11 @@
" or with the -o option to force OpenGL and -c to force cairo.)"
msgstr ""
-#: ../src/cairo-dock.c:647
+#: ../src/cairo-dock.c:586
msgid "Remember this choice"
-msgstr ""
+msgstr "تذÙر Ùذا اÙاختÙار"
-#: ../src/cairo-dock.c:818
+#: ../src/cairo-dock.c:802
msgid ""
"Welcome in Cairo-Dock2 !\n"
"A default and simple theme has been loaded.\n"
@@ -706,7 +843,7 @@
"ÙتÙ
Ùا ا٠تستÙ
تع !\n"
" (ÙÙ
Ù٠اÙÙÙر عÙÙ Ùذا اÙØÙار ÙإغÙاÙÙ)"
-#: ../src/cairo-dock.c:842
+#: ../src/cairo-dock.c:826
#, c-format
msgid ""
"The module '%s' may have encountered a problem.\n"
@@ -714,7 +851,7 @@
"at http://glx-dock.org"
msgstr ""
-#: ../src/gldit/cairo-dock-applet-facility.h:265
+#: ../src/gldit/cairo-dock-applet-facility.h:274
msgid ""
"The theme could not be found; the default theme will be used instead.\n"
" You can change this by opening the configuration of this module. Do you "
@@ -723,7 +860,7 @@
"ï»» ÙÙ
Ù٠اÙعثÙر عÙ٠اÙسÙÙÙ
ÙØ©Ù . سÙ٠تÙÙ٠اÙسÙÙÙ
Ùة٠اÙاÙتراضÙØ© Ù
ÙعÙÙ .\n"
"ÙÙ
ÙÙ٠تغÙÙر Ø°Ù٠ع٠طرÙÙ ÙØªØ ØªÙÙÙÙ Ùذ٠اÙÙØدة. Ù٠ترÙد أ٠تÙع٠ذÙ٠اÙØ¢ÙØ"
-#: ../src/gldit/cairo-dock-applet-facility.h:280
+#: ../src/gldit/cairo-dock-applet-facility.h:289
msgid ""
"The gauge theme could not be found; a default gauge will be used instead.\n"
"You can change this by opening the configuration of this module. Do you want "
@@ -732,63 +869,77 @@
"ï»» ÙÙ
Ù٠اÙعثÙر عÙ٠اÙسÙÙÙ
Ùة٠اÙÙÙاسÙØ©. سÙÙ ÙÙÙ٠اÙÙÙاس اÙاÙتراضÙØ© Ù
ÙعÙÙ .\n"
"ÙÙ
ÙÙ٠تغÙÙر Ø°Ù٠ع٠طرÙÙ ÙØªØ ØªÙÙÙÙ Ùذ٠اÙÙØدة. Ù٠ترÙد أ٠تÙع٠ذÙ٠اÙØ¢ÙØ"
-#: ../src/gldit/cairo-dock-applet-facility.h:362
+#: ../src/gldit/cairo-dock-applet-facility.h:371
msgid "Applet's handbook"
msgstr ""
-#: ../src/gldit/cairo-dock-file-manager.c:193
+#: ../src/gldit/cairo-dock-desklet-manager.c:843
+#: ../src/internal-old/cairo-dock-internal-desklets.c:42
+msgid "_custom decoration_"
+msgstr "_زخرÙÙ Ù
خصصÙ_"
+
+#: ../src/gldit/cairo-dock-file-manager.c:212
#, c-format
msgid "failed to mount %s"
msgstr "Ùش٠تØÙ
ÙÙ %s"
-#: ../src/gldit/cairo-dock-file-manager.c:193
+#: ../src/gldit/cairo-dock-file-manager.c:212
#, c-format
msgid "Failed to unmount %s"
msgstr "Ùش٠إÙغاء تØÙ
ÙÙ %s"
-#: ../src/gldit/cairo-dock-gui-factory.c:832
-msgid "_Custom Icons_"
-msgstr "_اÙÙÙÙÙ Ù
عدÙÙ_"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1246
-msgid "Accessory"
-msgstr "Ù
ÙØÙات"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1290
-msgid "rate me"
-msgstr "ÙÙÙÙ
ÙÙ"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1310
-#: ../src/gldit/cairo-dock-gui-factory.c:1499
+#: ../src/gldit/cairo-dock-gui-factory.c:235
+#, c-format
+msgid "by %s"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:247
+msgid "kB"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:249
+msgid "MB"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:258
+#: ../src/gldit/cairo-dock-gui-factory.c:1637
msgid "Local"
msgstr "Ù
ØÙÙÙÙ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1314
-#: ../src/gldit/cairo-dock-gui-factory.c:1502
+#: ../src/gldit/cairo-dock-gui-factory.c:259
+#: ../src/gldit/cairo-dock-gui-factory.c:1640
msgid "User"
msgstr "Ù
ستخدÙ
"
-#: ../src/gldit/cairo-dock-gui-factory.c:1318
-#: ../src/gldit/cairo-dock-gui-factory.c:1505
+#: ../src/gldit/cairo-dock-gui-factory.c:260
+#: ../src/gldit/cairo-dock-gui-factory.c:1643
msgid "Net"
msgstr "شبÙØ©"
-#: ../src/gldit/cairo-dock-gui-factory.c:1322
-#: ../src/gldit/cairo-dock-gui-factory.c:1508
+#: ../src/gldit/cairo-dock-gui-factory.c:261
+#: ../src/gldit/cairo-dock-gui-factory.c:1646
msgid "New"
msgstr "جدÙد"
-#: ../src/gldit/cairo-dock-gui-factory.c:1327
-#: ../src/gldit/cairo-dock-gui-factory.c:1512
+#: ../src/gldit/cairo-dock-gui-factory.c:262
+#: ../src/gldit/cairo-dock-gui-factory.c:1650
msgid "Updated"
msgstr "Ù
Øدث"
-#: ../src/gldit/cairo-dock-gui-factory.c:1423
-#: ../src/gldit/cairo-dock-gui-factory.c:1425
+#: ../src/gldit/cairo-dock-gui-factory.c:970
+msgid "_Custom Icons_"
+msgstr "_اÙÙÙÙÙ Ù
عدÙÙ_"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1426
+msgid "Rate me"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1561
+#: ../src/gldit/cairo-dock-gui-factory.c:1563
msgid "You must try the theme before you can rate it."
msgstr "ÙتÙجب عÙÙ٠تجربة اÙسÙ
Ø© Ùب٠تÙÙÙ
Ùا"
-#: ../src/gldit/cairo-dock-gui-factory.c:1448
+#: ../src/gldit/cairo-dock-gui-factory.c:1586
#, c-format
msgid ""
"The '%s' module was not found.\n"
@@ -798,7 +949,7 @@
"اÙÙÙÙÙÙ '%s' ÙÙ
ÙتÙ
اÙعثÙر عÙÙاÙÙØدة .\n"
"Ùجب اÙتأÙد Ù
٠تثبت اÙاصدار اÙÙ
تÙاÙÙ Ù
ع اÙشرÙØ· ÙتÙ
تع بÙذ٠اÙÙ
زاÙا ."
-#: ../src/gldit/cairo-dock-gui-factory.c:1457
+#: ../src/gldit/cairo-dock-gui-factory.c:1595
#, c-format
msgid ""
"The '%s' plug-in is not active.\n"
@@ -807,175 +958,45 @@
"اÙإضاÙØ© '%s' غÙر Ù
ÙعÙÙ.\n"
"Ù٠ترÙد تÙعÙÙÙا اÙØ¢Ù Ø"
-#: ../src/gldit/cairo-dock-gui-factory.c:2188
+#: ../src/gldit/cairo-dock-gui-factory.c:2445
#, c-format
msgid "Listing themes in '%s' ..."
msgstr "ÙائÙ
Ø© اÙسÙ
ات ÙÙ '%s' ..."
-#: ../src/gldit/cairo-dock-gui-factory.c:2326
-msgid "plug-in"
-msgstr ""
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2332
-msgid "category"
-msgstr "تصÙÙÙ"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2375
-msgid ""
-"Click on an applet in order to have a preview and a description for it."
-msgstr "اÙÙر عÙ٠اÙÙ
صغر ÙÙØصÙ٠عÙ٠عرض Ù Ùص٠ÙÙ."
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2778
-msgid "state"
-msgstr "ÙÙاÙÙ"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2784
+#: ../src/gldit/cairo-dock-gui-factory.c:3018
msgid "Theme"
msgstr "سÙÙ
Ø©"
-#: ../src/gldit/cairo-dock-gui-factory.c:2797
+#: ../src/gldit/cairo-dock-gui-factory.c:3031
msgid "Rating"
msgstr "تÙÙÙÙ
"
-#: ../src/gldit/cairo-dock-gui-factory.c:2803
+#: ../src/gldit/cairo-dock-gui-factory.c:3037
msgid "Sobriety"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:2886
+#: ../src/gldit/cairo-dock-gui-factory.c:3096
msgid "link"
msgstr "رابط"
-#: ../src/gldit/cairo-dock-gui-factory.c:2939
+#: ../src/gldit/cairo-dock-gui-factory.c:3149
msgid "Grab"
msgstr "اÙتÙاط"
-#: ../src/gldit/cairo-dock-internal-accessibility.c:279
-msgid ""
-"Do you like your dock to be always visible,\n"
-" or on the contrary unobtrusive?\n"
-"Configure the way you access your docks and sub-docks!"
-msgstr ""
-
-#: ../src/gldit/cairo-dock-internal-background.c:128 ../data/messages:449
-#: ../data/messages:859 ../data/messages:1405
-msgid "Background"
-msgstr "Ø®ÙÙÙÙÙØ©"
-
-#: ../src/gldit/cairo-dock-internal-background.c:130
-msgid "Set a background for your dock."
-msgstr "تعÙÙÙ Ø®ÙÙÙØ© ÙشرÙØ·Ù"
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:44
-msgid "_custom decoration_"
-msgstr "_زخرÙÙ Ù
خصصÙ_"
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:565
-msgid "Desklets"
-msgstr ""
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:102
-msgid "Applets can be displayed on your desktop as widgets."
-msgstr "ÙÙ
Ù٠عرض برÙÙ
جات٠عÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب ÙÙ Ùجدات اÙشرÙØ·"
-
-#: ../src/gldit/cairo-dock-internal-dialogs.c:119
-msgid ""
-"This provides different window decorators. Enable this first if you want to "
-"select a different decorator for your dialog boxes."
-msgstr ""
-"Ùذا ÙÙÙر Ù٠اÙعدÙد Ù
٠اÙزخار٠ÙÙÙاÙØ°Ù . ÙÙ
بتÙ
ÙÙÙ Ùذا اÙØ®Ùار اÙاÙ٠اذا ÙÙت "
-"ترÙد اختÙار زخرÙÙ Ù
ختÙÙÙ ÙصÙدÙ٠اÙÙ
ØادثÙ."
-
-#: ../src/gldit/cairo-dock-internal-dialogs.c:121
-msgid "Dialog boxes"
-msgstr "صÙادÙ٠اÙØÙار"
-
-#: ../src/gldit/cairo-dock-internal-dialogs.c:123
-msgid "Configure text bubble appearance."
-msgstr "ظÙÙر ÙÙاعة Ù٠خصائص اÙÙص."
-
-#: ../src/gldit/cairo-dock-internal-icons.c:457
-msgid "Provides various animations for your icons."
-msgstr "ÙÙÙر اÙعدÙد Ù
٠اÙØرÙات ÙØ£ÙÙÙÙاتÙ"
-
-#: ../src/gldit/cairo-dock-internal-icons.c:459 ../data/messages:85
-#: ../data/messages:629 ../data/messages:871
-msgid "Icons"
-msgstr "Ø£ÙÙÙÙات"
-
-#: ../src/gldit/cairo-dock-internal-icons.c:461
-msgid ""
-"All about icons:\n"
-" size, reflection, icon theme,..."
-msgstr ""
-"ÙÙ Ù
ا Ùخص اÙاÙÙÙÙات:\n"
-" اÙØجÙ
, اÙØ¥ÙعÙاس, سÙ
Ø© اÙاÙÙÙÙØ©, ..."
-
-#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:747
-msgid "Indicators"
-msgstr "اÙÙ
ؤشرات"
-
-#: ../src/gldit/cairo-dock-internal-indicators.c:170
-msgid "Indicators are additional markers for your icons."
-msgstr "اÙÙ
ؤشرات Ù٠عÙاÙ
ات إضاÙÙØ© ÙÙØ£ÙÙÙÙات."
-
-#: ../src/gldit/cairo-dock-internal-labels.c:182
-msgid "Captions"
-msgstr "تعÙÙÙ"
-
-#: ../src/gldit/cairo-dock-internal-labels.c:184
-msgid "Define icon caption and quick-info style."
-msgstr "رÙ
ز تعرÙÙ ÙØ´Ø±Ø Ø³Ø±Ùع ÙÙ
عÙÙÙ
ات اÙÙÙ
Ø·."
-
-#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:151
-msgid "Position"
-msgstr "اÙÙ
Ùضع"
-
-#: ../src/gldit/cairo-dock-internal-position.c:133
-msgid "Set the position of the main dock."
-msgstr "تØدÙد Ù
Ùضع اÙشرÙØ· اÙرئÙسÙ."
-
-#: ../src/gldit/cairo-dock-internal-system.c:125
-msgid "All of the parameters you will never want to tweak."
-msgstr "اÙÙ
ؤشرات اÙت٠Ù٠تعدÙÙا ابدا."
-
-#: ../src/gldit/cairo-dock-internal-taskbar.c:167 ../data/messages:61
-#: ../data/messages:1047
-msgid "Taskbar"
-msgstr "شرÙØ· اÙÙ
ÙاÙ
"
-
-#: ../src/gldit/cairo-dock-internal-taskbar.c:169
-msgid "Display and interact with currently open windows."
-msgstr "اÙعرض ÙاÙتÙاع٠Ù
ع اÙÙÙاÙØ° اÙÙ
ÙتÙØØ© ØاÙÙا."
-
-#: ../src/gldit/cairo-dock-internal-views.c:85
-msgid ""
-"Provides different views for Cairo-Dock. Enable this first if you want to "
-"select a different view for your docks."
-msgstr ""
-
-#: ../src/gldit/cairo-dock-internal-views.c:87 ../data/messages:115
-#: ../data/messages:509 ../data/messages:1399
-msgid "Views"
-msgstr "اÙعرض"
-
-#: ../src/gldit/cairo-dock-internal-views.c:89
-msgid "Select a view for each of your docks."
-msgstr "Øدد طرÙÙØ© عرض اÙشرÙØ·"
-
-#: ../src/gldit/cairo-dock-struct.h:457
+#: ../src/gldit/cairo-dock-struct.h:416
msgid "Default"
msgstr "اÙاÙتراضÙ"
-#: ../src/gldit/cairo-dock-themes-manager.c:109
+#: ../src/gldit/cairo-dock-themes-manager.c:112
#, c-format
msgid "Are you sure you want to overwrite theme %s?"
msgstr "Ù٠اÙت Ù
تأÙد اÙ٠ترÙد إستبدا٠اÙسÙ
Ù %s Ø"
-#: ../src/gldit/cairo-dock-themes-manager.c:171
+#: ../src/gldit/cairo-dock-themes-manager.c:174
msgid "Last modification on:"
msgstr ""
-#: ../src/gldit/cairo-dock-themes-manager.c:238
+#: ../src/gldit/cairo-dock-themes-manager.c:241
#, c-format
msgid ""
"Could not access remote file %s/%s. Maybe the server is down.\n"
@@ -985,75 +1006,93 @@
"اÙعÙ
Ù.\n"
"ØاÙÙ ÙاØÙا. ÙÙÙ Øا٠استÙ
رت اÙÙ
Ø´ÙÙ٠اتص٠بÙا عÙÙ glx-dock.org"
-#: ../src/gldit/cairo-dock-themes-manager.c:253
+#: ../src/gldit/cairo-dock-themes-manager.c:256
#, c-format
msgid "Are you sure you want to delete theme %s?"
msgstr "Ù٠ترÙد Øذ٠اÙسÙ
Ø© %s Ø"
-#: ../src/gldit/cairo-dock-themes-manager.c:255
+#: ../src/gldit/cairo-dock-themes-manager.c:258
msgid "Are you sure you want to delete these themes?"
msgstr "Ù٠اÙت Ù
تأÙد سÙ٠تÙÙÙ
بØØ°Ù Ùذ٠اÙسÙ
ات Ø"
-#: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:37
-#: ../data/messages:217
+#: ../src/implementations/cairo-dock-hiding-effect.c:601 ../data/messages:37
+#: ../data/messages:203
msgid "Move down"
msgstr "تØرÙÙ ÙÙأسÙÙ"
-#: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:39
-#: ../data/messages:219
+#: ../src/implementations/cairo-dock-hiding-effect.c:609 ../data/messages:39
+#: ../data/messages:205
msgid "Fade out"
msgstr "تÙاشÙ"
-#: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:41
-#: ../data/messages:221
+#: ../src/implementations/cairo-dock-hiding-effect.c:617 ../data/messages:41
+#: ../data/messages:207
msgid "Semi transparent"
msgstr "شب٠شÙاÙ"
-#: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:43
-#: ../data/messages:223
+#: ../src/implementations/cairo-dock-hiding-effect.c:626 ../data/messages:43
+#: ../data/messages:209
msgid "Zoom out"
msgstr "تصغÙر"
-#: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:45
-#: ../data/messages:225
+#: ../src/implementations/cairo-dock-hiding-effect.c:634 ../data/messages:45
+#: ../data/messages:211
msgid "Folding"
msgstr "Ø«ÙÙ"
-#: ../data/messages:1 ../data/messages:1345
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:117
+msgid ""
+"This provides different window decorators. Enable this first if you want to "
+"select a different decorator for your dialog boxes."
+msgstr ""
+"Ùذا ÙÙÙر Ù٠اÙعدÙد Ù
٠اÙزخار٠ÙÙÙاÙØ°Ù . ÙÙ
بتÙ
ÙÙÙ Ùذا اÙØ®Ùار اÙاÙ٠اذا ÙÙت "
+"ترÙد اختÙار زخرÙÙ Ù
ختÙÙÙ ÙصÙدÙ٠اÙÙ
ØادثÙ."
+
+#: ../src/internal-old/cairo-dock-internal-icons.c:455
+msgid "Provides various animations for your icons."
+msgstr "ÙÙÙر اÙعدÙد Ù
٠اÙØرÙات ÙØ£ÙÙÙÙاتÙ"
+
+#: ../src/internal-old/cairo-dock-internal-views.c:83
+msgid ""
+"Provides different views for Cairo-Dock. Enable this first if you want to "
+"select a different view for your docks."
+msgstr ""
+
+#: ../data/messages:1 ../data/messages:1331
msgid "Behavior"
msgstr "سÙÙÙ"
-#: ../data/messages:3 ../data/messages:153 ../data/messages:1347
+#: ../data/messages:3 ../data/messages:139 ../data/messages:1333
msgid "Position on the screen"
msgstr "اÙÙ
ÙÙع عÙ٠اÙشاشÙ"
-#: ../data/messages:5 ../data/messages:155 ../data/messages:1349
+#: ../data/messages:5 ../data/messages:141 ../data/messages:1335
msgid "Choose which border of the screen the dock will be placed on:"
msgstr "أختر جÙ٠اÙشاش٠اÙت٠ترغب بظÙÙر اÙشرÙØ· ÙÙÙا:"
-#: ../data/messages:7 ../data/messages:157 ../data/messages:1351
+#: ../data/messages:7 ../data/messages:143 ../data/messages:1337
msgid "bottom"
msgstr "أسÙÙ"
-#: ../data/messages:9 ../data/messages:159 ../data/messages:1353
+#: ../data/messages:9 ../data/messages:145 ../data/messages:1339
msgid "top"
msgstr "أعÙÙ"
-#: ../data/messages:11 ../data/messages:161 ../data/messages:171
-#: ../data/messages:1355
+#: ../data/messages:11 ../data/messages:147 ../data/messages:157
+#: ../data/messages:1341
msgid "right"
msgstr "ÙÙ
ÙÙ"
-#: ../data/messages:13 ../data/messages:163 ../data/messages:169
-#: ../data/messages:1357
+#: ../data/messages:13 ../data/messages:149 ../data/messages:155
+#: ../data/messages:1343
msgid "left"
msgstr "Ùسار"
-#: ../data/messages:15 ../data/messages:195
+#: ../data/messages:15 ../data/messages:181
msgid "Visibility of the main dock"
msgstr "ÙضÙØ Ø§ÙشرÙØ· اÙرئÙسÙ"
-#: ../data/messages:17 ../data/messages:197 ../data/messages:1379
+#: ../data/messages:17 ../data/messages:183 ../data/messages:1365
msgid ""
"Modes are sorted from the most intrusive to the less intrusive.\n"
"When the dock is hidden or below a window, place the mouse on the screen's "
@@ -1062,47 +1101,47 @@
"mouse. The rest of the time, it stays invisible, thus acting like a menu."
msgstr ""
-#: ../data/messages:19 ../data/messages:55 ../data/messages:199
-#: ../data/messages:261 ../data/messages:1381
+#: ../data/messages:19 ../data/messages:55 ../data/messages:185
+#: ../data/messages:247 ../data/messages:1367
msgid "Visibility:"
msgstr "Ù
د٠اÙرؤÙØ©:"
-#: ../data/messages:23 ../data/messages:203 ../data/messages:1385
+#: ../data/messages:23 ../data/messages:189 ../data/messages:1371
msgid "Reserve space for the dock"
msgstr ""
-#: ../data/messages:25 ../data/messages:205 ../data/messages:1387
+#: ../data/messages:25 ../data/messages:191 ../data/messages:1373
msgid "Keep the dock below"
msgstr ""
-#: ../data/messages:27 ../data/messages:207 ../data/messages:1389
+#: ../data/messages:27 ../data/messages:193 ../data/messages:1375
msgid "Hide the dock when it overlaps the current window"
msgstr "إخÙاء اÙشرÙØ· عÙدÙ
ا Ùتداخ٠Ù
ع اÙÙاÙذة اÙØاÙÙØ©"
-#: ../data/messages:29 ../data/messages:209 ../data/messages:1391
+#: ../data/messages:29 ../data/messages:195 ../data/messages:1377
msgid "Hide the dock whenever it overlaps any window"
msgstr ""
-#: ../data/messages:31 ../data/messages:211 ../data/messages:1393
+#: ../data/messages:31 ../data/messages:197 ../data/messages:1379
msgid "Keep the dock hidden"
msgstr ""
-#: ../data/messages:33 ../data/messages:213 ../data/messages:1395
+#: ../data/messages:33 ../data/messages:199 ../data/messages:1381
msgid "Pop-up on shortcut"
msgstr "ÙÙاع٠عÙ٠اÙاختصارات"
-#: ../data/messages:35 ../data/messages:215
+#: ../data/messages:35 ../data/messages:201
msgid "Effect used to hide the dock:"
msgstr "اÙتأثÙر اÙÙ
ستخدÙ
ÙإخÙاء اÙشرÙØ·:"
-#: ../data/messages:47 ../data/messages:245
+#: ../data/messages:47 ../data/messages:231
msgid ""
"When you press the shortcut, the dock will show itself at the potition of "
"your mouse. The rest of the time, it stays invisible, thus acting like a "
"menu."
msgstr ""
-#: ../data/messages:49 ../data/messages:247
+#: ../data/messages:49 ../data/messages:233
msgid "Keyboard shortcut to pop-up the dock:"
msgstr "إختصار ÙÙØ٠اÙÙ
ÙاتÙØ ÙإظÙار اÙشرÙØ·:"
@@ -1110,17 +1149,17 @@
msgid "Visibility of sub-docks"
msgstr "ÙضÙØ Ø§ÙشرÙØ· اÙÙرعÙ"
-#: ../data/messages:53 ../data/messages:259
+#: ../data/messages:53 ../data/messages:245
msgid ""
"they will appear either when you click or when you linger over the icon "
"pointing on it."
msgstr ""
-#: ../data/messages:57 ../data/messages:263
+#: ../data/messages:57 ../data/messages:249
msgid "Appear on mouse over"
msgstr "إظÙار عÙد Ù
رÙر اÙÙ
ؤشر"
-#: ../data/messages:59 ../data/messages:265
+#: ../data/messages:59 ../data/messages:251
msgid "Appear on click"
msgstr "إظÙار عÙد اÙÙÙر"
@@ -1139,7 +1178,7 @@
msgid "Behaviour of the Taskbar:"
msgstr "سÙÙ٠شرÙØ· اÙÙ
ÙاÙ
"
-#: ../data/messages:67 ../data/messages:1521
+#: ../data/messages:67 ../data/messages:1509
msgid "None"
msgstr "بدÙÙ"
@@ -1163,7 +1202,7 @@
msgid "On appearance/disappearance:"
msgstr "عÙد اÙإظÙار\\اÙإخÙاء:"
-#: ../data/messages:87 ../data/messages:633
+#: ../data/messages:87 ../data/messages:619
msgid ""
"Leave empty to use the current icon theme of your system. You can enter the "
"name of a theme that is installed on your system (like 'Gartoon' or "
@@ -1204,35 +1243,35 @@
"Separators will be automatically inserted then."
msgstr ""
-#: ../data/messages:105 ../data/messages:723
+#: ../data/messages:105 ../data/messages:709
msgid "Separate the different types of icons?"
msgstr "Ùص٠اÙØ£ÙÙاع اÙÙ
ختÙÙÙ Ù
٠اÙØ£ÙÙÙÙاتØ"
-#: ../data/messages:107 ../data/messages:733
+#: ../data/messages:107 ../data/messages:719
msgid "Order of the different types of icons :"
msgstr "ترتÙب اÙØ£ÙÙاع اÙÙ
ختÙÙÙ Ù
٠اÙØ£ÙÙÙÙات:"
-#: ../data/messages:109 ../data/messages:735
+#: ../data/messages:109 ../data/messages:721
msgid "launchers"
msgstr "اÙÙ
شغÙات"
-#: ../data/messages:111 ../data/messages:737
+#: ../data/messages:111 ../data/messages:723
msgid "applications"
msgstr "تطبÙÙات"
-#: ../data/messages:113 ../data/messages:739
+#: ../data/messages:113 ../data/messages:725
msgid "applets"
msgstr "تطبÙÙات"
-#: ../data/messages:117 ../data/messages:513
+#: ../data/messages:117 ../data/messages:499
msgid "Choose the default view for main docks :"
msgstr "اختÙار طرÙÙØ© اÙعرض اÙاÙتراضÙØ© ÙشرÙØ· اÙرئÙس٠:"
-#: ../data/messages:119 ../data/messages:517
+#: ../data/messages:119 ../data/messages:503
msgid "You can overwrite this parameter for each sub-dock."
msgstr "بإÙ
ÙاÙ٠تغÙÙر اÙÙ
ؤشرات ÙÙ٠شرÙØ· ÙرعÙ."
-#: ../data/messages:121 ../data/messages:519
+#: ../data/messages:121 ../data/messages:505
msgid "Choose the default view for sub-docks :"
msgstr "اختÙار اÙطرÙÙØ© اÙاÙتراضÙØ© ÙÙÙر٠اÙÙرعÙ"
@@ -1241,8 +1280,8 @@
msgstr "إضاÙات"
#: ../data/messages:125
-msgid "Applets"
-msgstr "تطبÙÙات"
+msgid "Add or remove any applet"
+msgstr ""
#: ../data/messages:127
msgid ""
@@ -1252,44 +1291,15 @@
msgstr ""
#: ../data/messages:129
-msgid "Add or remove any applet :"
-msgstr "اضاÙØ© ا٠Øذ٠ا٠اضاÙØ©"
-
-#: ../data/messages:131
msgid ""
"You can install them by simply drag-and-dropping the link onto your dock."
msgstr ""
-#: ../data/messages:137 ../data/messages:1425
+#: ../data/messages:135 ../data/messages:1411
msgid "Themes"
msgstr "اÙسÙÙ
ات"
-#: ../data/messages:139 ../data/messages:1429
-msgid "Choose one of the available themes:"
-msgstr "اختر ÙاØد Ù
٠اÙسÙ
ات اÙÙ
تاØØ© :"
-
-#: ../data/messages:143 ../data/messages:1437
-msgid ""
-"If you tick this box, your launchers will be deleted and replaced by the "
-"ones provided in the new theme. Otherwise the current launchers will be "
-"kept, only icons will be replaced."
-msgstr ""
-
-#: ../data/messages:145 ../data/messages:1439
-msgid "Use the new theme's launchers?"
-msgstr "إستخدÙ
سÙ
Ø© اÙÙ
شغ٠اÙجدÙدØ"
-
-#: ../data/messages:147 ../data/messages:1441
-msgid ""
-"Otherwise the current behaviour will be kept. This defines the dock's "
-"position, behavioural settings such as auto-hide, using taskbar or not, etc."
-msgstr ""
-
-#: ../data/messages:149 ../data/messages:1443
-msgid "Use the new theme's behaviour?"
-msgstr "Ù٠ترÙد استخداÙ
سÙÙ٠اÙسÙ
Ø© اÙجدÙدة Ø"
-
-#: ../data/messages:165 ../data/messages:1359
+#: ../data/messages:151 ../data/messages:1345
msgid ""
"When set to 0 the dock will position itself relative to the left corner if "
"horizontal and the top corner if vertical. When set to 1 it will position "
@@ -1298,906 +1308,906 @@
"the screen's edge."
msgstr ""
-#: ../data/messages:167 ../data/messages:1361
+#: ../data/messages:153 ../data/messages:1347
msgid "Relative alignment:"
msgstr "اÙÙ
Øاذا٠اÙÙسبÙÙ :"
-#: ../data/messages:173 ../data/messages:1363
+#: ../data/messages:159 ../data/messages:1349
msgid "Offset from the screen's edge"
msgstr "Ù
ÙازÙØ© Ù
ع ØاÙØ© اÙشاشة"
-#: ../data/messages:175 ../data/messages:1365
+#: ../data/messages:161 ../data/messages:1351
msgid ""
"Gap from the absolute position on the screen's edge, in pixels. You can also "
"move the dock by holding the ALT or CTRL key and the left mouse button."
msgstr ""
-#: ../data/messages:177 ../data/messages:1367
+#: ../data/messages:163 ../data/messages:1353
msgid "Lateral offset:"
msgstr "Ù
ÙازÙØ© خارجÙØ© :"
-#: ../data/messages:179 ../data/messages:1369
+#: ../data/messages:165 ../data/messages:1355
msgid ""
"in pixels. You can also move the dock by holding the ALT or CTRL key and the "
"left mouse button."
msgstr ""
-#: ../data/messages:181 ../data/messages:1371
+#: ../data/messages:167 ../data/messages:1357
msgid "Distance to the screen edge:"
msgstr "اÙÙ
ساÙ٠إاÙÙ ØاÙ٠اÙشاش٠:"
-#: ../data/messages:183
+#: ../data/messages:169
msgid "Multiple screens"
msgstr "شاشات Ù
تعددة"
-#: ../data/messages:185
+#: ../data/messages:171
msgid ""
"This option is to use if you have a dual-screen and use Xinerama to manage "
"them."
msgstr ""
-#: ../data/messages:187
+#: ../data/messages:173
msgid "Use Xinerama?"
msgstr ""
-#: ../data/messages:189
+#: ../data/messages:175
msgid "0 is the first screen."
msgstr "0 Ù٠اÙشاش٠اÙØ£ÙÙÙ."
-#: ../data/messages:191 ../data/messages:1375
+#: ../data/messages:177 ../data/messages:1361
msgid "Number of the screen where the dock should be located:"
msgstr "رÙÙ
اÙشاش٠اÙت٠ترÙد إظÙار اÙشرÙØ· ÙÙÙا :"
-#: ../data/messages:193
+#: ../data/messages:179
msgid "Accessibility"
msgstr "اÙإتاØØ©"
-#: ../data/messages:227
+#: ../data/messages:213
msgid "in ms. 0 means no delay."
msgstr "0 Ù
Ù٠ثاÙÙÙ Ø ØªØ¹Ù٠إÙغاء اÙتأخÙر."
-#: ../data/messages:229
+#: ../data/messages:215
msgid "Delay before the dock unhides itself:"
msgstr "اÙÙ
د٠Ùب٠أ٠ÙظÙر اÙشرÙØ· ذاتÙا :"
-#: ../data/messages:231
+#: ../data/messages:217
msgid "How to call the dock back:"
msgstr "طرÙÙ٠إستدعاء اÙشرÙØ· Ù
ر٠اخرÙ:"
-#: ../data/messages:233
+#: ../data/messages:219
msgid "Hit the screen's border"
msgstr ""
-#: ../data/messages:235
+#: ../data/messages:221
msgid "Hit where the dock is"
msgstr ""
-#: ../data/messages:237
+#: ../data/messages:223
msgid "Hit the screen's corner"
msgstr ""
-#: ../data/messages:239
+#: ../data/messages:225
msgid "Hit a zone"
msgstr ""
-#: ../data/messages:241
+#: ../data/messages:227
msgid "Size of the zone :"
msgstr ""
-#: ../data/messages:243
+#: ../data/messages:229
msgid "Image to display on the zone :"
msgstr ""
-#: ../data/messages:249
+#: ../data/messages:235
msgid "Additional parameters"
msgstr "Ù
ؤشرات إضاÙÙÙ"
-#: ../data/messages:251
+#: ../data/messages:237
msgid "Stretch the dock to always fill the screen"
msgstr "تÙ
دÙد اÙشرÙØ· ÙÙشغ٠ÙاÙ
٠اÙشاشة دائÙ
ا"
-#: ../data/messages:253
+#: ../data/messages:239
msgid ""
"This is only usefull if you do not already use auto-hide and if your Window "
"Manager allows the dock in front of fullscreen windows (which is rare)."
msgstr ""
-#: ../data/messages:255
+#: ../data/messages:241
msgid "Automatically hide the dock when a window becomes full screen?"
msgstr "إخÙاء اÙشرÙØ· ذاتÙا عÙدÙ
ا تÙÙÙ ÙÙا٠ÙاÙØ°Ù ÙÙ Ùضع Ù
ÙØ¡ اÙشاشÙØ"
-#: ../data/messages:257
+#: ../data/messages:243
msgid "Sub-docks' visibility"
msgstr "اÙرؤÙØ© اÙÙرعÙØ© ÙشرÙØ·"
-#: ../data/messages:267 ../data/messages:271
+#: ../data/messages:253 ../data/messages:257
msgid "in ms."
msgstr "باÙÙ
ÙÙ٠ثاÙÙÙ ."
-#: ../data/messages:269
+#: ../data/messages:255
msgid "Delay before displaying a sub-dock:"
msgstr "اÙتأخÙر Ùب٠عرض اÙشرÙØ· اÙÙرع٠:"
-#: ../data/messages:273
+#: ../data/messages:259
msgid "Delay before leaving a sub-dock takes effect:"
msgstr ""
-#: ../data/messages:275
+#: ../data/messages:261
msgid "TaskBar"
msgstr "شرÙØ· اÙÙ
ÙاÙ
"
-#: ../data/messages:279
+#: ../data/messages:265
msgid ""
"Cairo-Dock will then act as your taskbar. It is recommended to remove any "
"other taskbars."
msgstr ""
-#: ../data/messages:281
+#: ../data/messages:267
msgid "Show currently opened applications in the dock?"
msgstr "اظÙار اÙتطبÙÙات اÙÙ
ÙتÙØØ© Ù٠اÙشرÙØ· Ø"
-#: ../data/messages:283
+#: ../data/messages:269
msgid "Only show icons whose windows are minimised"
msgstr "ÙÙØ· أظÙار اÙØ£ÙÙÙÙات اÙت٠تÙ
تصغÙر ÙÙاÙØ°Ùا"
-#: ../data/messages:285
+#: ../data/messages:271
msgid "Only show applications on current desktop"
msgstr "ÙÙØ· اظÙار اÙتطبÙÙات اÙÙ
تÙاجد٠عÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب اÙØاÙÙ"
-#: ../data/messages:287
+#: ../data/messages:273
msgid ""
"Allows launchers to act as applications when their programs are running and "
"displays a marker on icons to indicate this. You can launch other occurences "
"of the program with SHIFT+click."
msgstr ""
-#: ../data/messages:289
+#: ../data/messages:275
msgid "Mix launchers and applications"
msgstr "Ø®ÙØ· اÙÙ
شغÙات باÙتطبÙÙات"
-#: ../data/messages:291
+#: ../data/messages:277
msgid ""
"This allows you to group all the windows of a given application into a "
"unique sub-dock, and to act on all of the windows at the same time."
msgstr ""
-#: ../data/messages:293
+#: ../data/messages:279
msgid "Group windows from the same application in a sub-dock ?"
msgstr "جÙ
ع اÙÙÙاÙØ° Ù
Ù ÙÙس اÙتطبÙÙ Ù٠شرÙØ· Ùرع٠Ø"
-#: ../data/messages:295 ../data/messages:305
+#: ../data/messages:281 ../data/messages:291
msgid "Enter the class of the applications, separated by a semi-colon ';'"
msgstr "أدخ٠Ùئ٠اÙتطبÙÙ Ø ÙاÙص٠بÙÙÙا بÙاصÙÙ Ù
ÙÙÙØ·Ù \";\""
-#: ../data/messages:297 ../data/messages:307
+#: ../data/messages:283 ../data/messages:293
msgid "\t\tExcept the following classes:"
msgstr ""
-#: ../data/messages:299
+#: ../data/messages:285
msgid "Representation"
msgstr "اÙتÙ
Ø«ÙÙ"
-#: ../data/messages:301
+#: ../data/messages:287
msgid ""
"If not set, the icon provided by X for each application will be used. If "
"set, the same icon as the corresponding launcher will be used for each "
"application."
msgstr ""
-#: ../data/messages:303
+#: ../data/messages:289
msgid "Overwrite the X icon with the launchers' icon?"
msgstr "إستبد٠اÙاÙÙÙÙÙ X بأÙÙÙÙ٠اÙÙ
شغÙات"
-#: ../data/messages:309
+#: ../data/messages:295
msgid ""
"A composite manager is required to display the thumbnail.\n"
"OpenGL is required to draw the icon bent backwards."
msgstr ""
-#: ../data/messages:311
+#: ../data/messages:297
msgid "How to draw minimised windows ?"
msgstr "ÙÙÙ ÙتÙ
رسÙ
اÙÙÙاÙØ° اÙÙ
صغرÙØ"
-#: ../data/messages:313
+#: ../data/messages:299
msgid "Make the icon transparent"
msgstr "جع٠اÙاÙÙÙÙ Ø´Ùا٠Ø"
-#: ../data/messages:315
+#: ../data/messages:301
msgid "Show a window's thumbnail"
msgstr "إظÙار Ù
صغر٠ÙÙÙاÙØ°Ù"
-#: ../data/messages:317
+#: ../data/messages:303
msgid "Draw it bent backwards"
msgstr ""
-#: ../data/messages:319
+#: ../data/messages:305
msgid "Transparency of icons whose window is minimised:"
msgstr "Ø´ÙاÙÙØ© اÙØ£ÙÙÙÙات ذات اÙÙÙاÙØ° اÙÙ
صغرÙ:"
-#: ../data/messages:321 ../data/messages:469 ../data/messages:581
-#: ../data/messages:607 ../data/messages:679
+#: ../data/messages:307 ../data/messages:455 ../data/messages:567
+#: ../data/messages:593 ../data/messages:665
msgid "Opaque"
msgstr "Ù
عتÙ
"
-#: ../data/messages:323 ../data/messages:467 ../data/messages:579
-#: ../data/messages:605 ../data/messages:677
+#: ../data/messages:309 ../data/messages:453 ../data/messages:565
+#: ../data/messages:591 ../data/messages:663
msgid "Transparent"
msgstr "Ø´ÙÙاÙ"
-#: ../data/messages:325
+#: ../data/messages:311
msgid "Play a short animation of the icon when its window becomes active"
msgstr ""
-#: ../data/messages:327
+#: ../data/messages:313
msgid "\"...\" will be added at the end if the name is too long."
msgstr "\"...\" ستÙضع ÙÙ ÙÙاÙ٠اÙاسÙ
إذا Ùا٠طÙÙÙا جدا."
-#: ../data/messages:329
+#: ../data/messages:315
msgid "Maximum number of caracters in application name:"
msgstr "Ø£Ùص٠عدد ÙخاÙات اÙØرÙÙ Ù٠اسÙ
اÙتطبÙÙ :"
-#: ../data/messages:331
+#: ../data/messages:317
msgid "Interaction"
msgstr "تÙاعÙ"
-#: ../data/messages:333
+#: ../data/messages:319
msgid "This is the default behaviour of most taskbars."
msgstr "Ùذا Ù٠اÙسÙÙÙ ÙÙ
عظÙ
اشرط٠اÙÙ
ÙاÙ
."
-#: ../data/messages:335
+#: ../data/messages:321
msgid ""
"Minimise the window when its icon is clicked, if it was already the active "
"window ?"
msgstr ""
-#: ../data/messages:337
+#: ../data/messages:323
msgid "In the style of Firefox tabs"
msgstr "ÙÙ ÙÙ
Ø· Ø£ÙسÙÙ ÙاÙرÙÙÙس"
-#: ../data/messages:339
+#: ../data/messages:325
msgid "Middle-clicking on an icon closes the related application"
msgstr ""
-#: ../data/messages:341
+#: ../data/messages:327
msgid "Highlight applications requiring your attention with a dialog bubble"
msgstr ""
-#: ../data/messages:343
+#: ../data/messages:329
msgid "in seconds"
msgstr "Ù٠اÙØ«ÙاÙÙ"
-#: ../data/messages:345
+#: ../data/messages:331
msgid "Duration of the dialog:"
msgstr "Ù
د٠اÙØÙار :"
-#: ../data/messages:347
+#: ../data/messages:333
msgid ""
"It will notify you even if, for instance, you are watching a movie in full "
"screen or you are on another desktop.\n"
msgstr ""
-#: ../data/messages:349
+#: ../data/messages:335
msgid "Force the following applications to demand your attention"
msgstr "جع٠اÙتطبÙÙات اÙتاÙÙØ© تجذب Ø¥ÙتباÙ٠دائÙ
ا"
-#: ../data/messages:351
+#: ../data/messages:337
msgid "Highlight applications demanding your attention with an animation"
msgstr ""
-#: ../data/messages:355
+#: ../data/messages:341
msgid "Animations speed"
msgstr "اÙرسÙ
اÙÙ
تØر٠بسرعة"
-#: ../data/messages:357
+#: ../data/messages:343
msgid "Animate sub-docks when they appear"
msgstr "إضاÙÙ ØرÙ٠عÙد ظÙÙر اÙشرÙØ· اÙÙرعÙ"
-#: ../data/messages:359
+#: ../data/messages:345
msgid ""
"Icons will appear folded on themselves and will then unfold until they fill "
"the whole dock. The smaller this value, the faster this will be."
msgstr ""
-#: ../data/messages:361
+#: ../data/messages:347
msgid "Animation unfolding duration:"
msgstr "Ù
د٠ØرÙ٠إÙغاء اÙØ«ÙÙ:"
-#: ../data/messages:363 ../data/messages:371 ../data/messages:375
-#: ../data/messages:383 ../data/messages:387
+#: ../data/messages:349 ../data/messages:357 ../data/messages:361
+#: ../data/messages:369 ../data/messages:373
msgid "fast"
msgstr "سرÙع"
-#: ../data/messages:365 ../data/messages:373 ../data/messages:377
-#: ../data/messages:385 ../data/messages:389
+#: ../data/messages:351 ../data/messages:359 ../data/messages:363
+#: ../data/messages:371 ../data/messages:375
msgid "slow"
msgstr "بطÙØ¡"
-#: ../data/messages:367 ../data/messages:379
+#: ../data/messages:353 ../data/messages:365
msgid "The more there are, the slower it will be"
msgstr "ÙÙÙ
ا زاد اÙØ¹Ø¯Ø¯Ø Ùزداد بطئÙ"
-#: ../data/messages:369
+#: ../data/messages:355
msgid "Number of steps in the zoom animation (grow/shrink):"
msgstr "عدد اÙخطÙات أثÙاء ØرÙ٠اÙتÙبÙر (تÙ
دد/اÙÙÙ
اش) :"
-#: ../data/messages:381
+#: ../data/messages:367
msgid "Number of steps in the auto-hide animation (move up/move down):"
msgstr ""
-#: ../data/messages:391
+#: ../data/messages:377
msgid "Refresh rate"
msgstr "Ù
ÙعدÙÙ٠اÙتØدÙØ«"
-#: ../data/messages:393 ../data/messages:397 ../data/messages:401
+#: ../data/messages:379 ../data/messages:383 ../data/messages:387
msgid "in Hz. This is to adjust behaviour relative to your CPU power."
msgstr ""
-#: ../data/messages:395
+#: ../data/messages:381
msgid "Refresh rate when mouving cursor into the dock :"
msgstr "Ù
عد٠اÙتØدÙØ« أثÙاء Ù
رÙر اÙÙ
ؤشر عÙ٠اÙشرÙØ· :"
-#: ../data/messages:399
+#: ../data/messages:385
msgid "Animation frequency for the OpenGL backend :"
msgstr ""
-#: ../data/messages:403
+#: ../data/messages:389
msgid "Animation frequency for the Cairo backend :"
msgstr ""
-#: ../data/messages:405
+#: ../data/messages:391
msgid ""
"The transparency gradation pattern will then be re-calculated in real time. "
"May need more CPU power."
msgstr ""
-#: ../data/messages:407
+#: ../data/messages:393
msgid "Reflections should be calculated in real-time?"
msgstr "Øساب اÙØ¥ÙعÙاسات Ù٠اÙÙÙت اÙØÙÙÙÙØ"
-#: ../data/messages:409
+#: ../data/messages:395
msgid "Composition"
msgstr "تÙرÙÙÙÙب"
-#: ../data/messages:411
+#: ../data/messages:397
msgid ""
"Only use this if you don't run a composite manager like Compiz, xcompmgr, "
"etc and have a black background around your dock. For aesthetic reasons, the "
"dock will be kept under other windows."
msgstr ""
-#: ../data/messages:413
+#: ../data/messages:399
msgid "Emulate composition with fake transparency?"
msgstr ""
-#: ../data/messages:415
+#: ../data/messages:401
msgid "You need to re-open the panel. It is deactivated by default on KDE."
msgstr ""
-#: ../data/messages:417
+#: ../data/messages:403
msgid "Make the config panel transparent?"
msgstr ""
-#: ../data/messages:419
+#: ../data/messages:405
msgid "Connection to the Internet"
msgstr ""
-#: ../data/messages:421
+#: ../data/messages:407
msgid ""
"Maximum time in seconds that you allow the connection to the server to take. "
"This only limits the connection phase, once the dock has connected this "
"option is of no more use."
msgstr ""
-#: ../data/messages:423
+#: ../data/messages:409
msgid "Connection timeout :"
msgstr ""
-#: ../data/messages:425
+#: ../data/messages:411
msgid ""
"Maximum time in seconds that you allow the whole operation to last. Some "
"themes can be up to a few MB."
msgstr ""
-#: ../data/messages:427
+#: ../data/messages:413
msgid "Maximum time to download a file:"
msgstr ""
-#: ../data/messages:429
+#: ../data/messages:415
msgid "Use this option if you experience problems to connect."
msgstr ""
-#: ../data/messages:431
+#: ../data/messages:417
msgid "Force IPv4 ?"
msgstr ""
-#: ../data/messages:433
+#: ../data/messages:419
msgid "Use this option if you connect to the Internet through a proxy."
msgstr ""
-#: ../data/messages:435
+#: ../data/messages:421
msgid "Are you behind a proxy ?"
msgstr "Ù٠تستعÙ
٠برÙÙسÙØ"
-#: ../data/messages:437
+#: ../data/messages:423
msgid "Proxy name :"
msgstr "إسÙ
اÙبرÙÙسÙ:"
-#: ../data/messages:439
+#: ../data/messages:425
msgid "Port :"
msgstr "Ù
ÙÙØ° :"
-#: ../data/messages:441 ../data/messages:445
+#: ../data/messages:427 ../data/messages:431
msgid ""
"Let empty if you don't need to log-in to the proxy with a user/password."
msgstr ""
-#: ../data/messages:443
+#: ../data/messages:429
msgid "User :"
msgstr ""
-#: ../data/messages:447
+#: ../data/messages:433
msgid "Password :"
msgstr "ÙÙÙ
Ø© اÙسر٠:"
-#: ../data/messages:451 ../data/messages:1407
+#: ../data/messages:437 ../data/messages:1393
msgid "Fill the background with:"
msgstr "Ù
ÙØ¡ اÙØ®ÙÙÙ٠ب٠:"
-#: ../data/messages:453 ../data/messages:459 ../data/messages:753
-#: ../data/messages:1411
+#: ../data/messages:439 ../data/messages:445 ../data/messages:739
+#: ../data/messages:1397
msgid "Image"
msgstr "صÙرة"
-#: ../data/messages:455 ../data/messages:475 ../data/messages:1413
+#: ../data/messages:441 ../data/messages:461 ../data/messages:1399
msgid "Colour gradation"
msgstr "تدرج اÙÙÙÙ"
-#: ../data/messages:457
+#: ../data/messages:443
msgid "Use a background image."
msgstr "استخداÙ
صÙر٠ÙØ®ÙÙÙÙ."
-#: ../data/messages:461 ../data/messages:1415
+#: ../data/messages:447 ../data/messages:1401
msgid ""
"Any format allowed; if empty, the colour gradation will be used as a fall "
"back."
msgstr ""
-#: ../data/messages:463 ../data/messages:1417
+#: ../data/messages:449 ../data/messages:1403
msgid "Image filename to use as a background :"
msgstr "اسÙ
اÙصÙر٠اÙت٠ترÙد استخداÙ
Ùا ÙØ®ÙÙÙÙ :"
-#: ../data/messages:465
+#: ../data/messages:451
msgid "Image's transparency :"
msgstr "Ø´ÙاÙÙ٠اÙصÙر٠:"
-#: ../data/messages:471 ../data/messages:1419
+#: ../data/messages:457 ../data/messages:1405
msgid "Repeat image as a pattern to fill background?"
msgstr ""
-#: ../data/messages:473
+#: ../data/messages:459
msgid "Use a colour gradation."
msgstr "إستعÙ
ا٠تدرج ÙÙÙÙ."
-#: ../data/messages:477 ../data/messages:1421
+#: ../data/messages:463 ../data/messages:1407
msgid "Bright colour:"
msgstr "ÙÙÙ ÙاتØ"
-#: ../data/messages:479 ../data/messages:1423
+#: ../data/messages:465 ../data/messages:1409
msgid "Dark colour:"
msgstr "ÙÙ٠غاÙ
Ù :"
-#: ../data/messages:481
+#: ../data/messages:467
msgid "In degrees, in relation to the vertical"
msgstr "اÙزاÙÙØ© باÙدرجات Ù
٠اÙÙ
ØÙر اÙعاÙ
ÙدÙ"
-#: ../data/messages:483
+#: ../data/messages:469
msgid "Angle of the gradation :"
msgstr "زاÙÙØ© اÙتدرÙج :"
-#: ../data/messages:485
+#: ../data/messages:471
msgid "If not nul, it will form stripes."
msgstr ""
-#: ../data/messages:487
+#: ../data/messages:473
msgid "Repeat the gradation this number of times:"
msgstr "Ù
رات ÙÙرار اÙتدرج اÙÙÙÙÙ:"
-#: ../data/messages:489
+#: ../data/messages:475
msgid "Percentage of the bright colour:"
msgstr "Ùسب٠اÙÙÙ٠اÙÙØ§ØªØ :"
-#: ../data/messages:491
+#: ../data/messages:477
msgid "External Frame"
msgstr "اÙاطار اÙخارجÙ"
-#: ../data/messages:493 ../data/messages:497 ../data/messages:503
-#: ../data/messages:551 ../data/messages:651
+#: ../data/messages:479 ../data/messages:483 ../data/messages:489
+#: ../data/messages:537 ../data/messages:637
msgid "in pixels."
msgstr "باÙباسÙاÙ"
-#: ../data/messages:495
+#: ../data/messages:481
msgid "Corner radius :"
msgstr "زاÙÙØ© Ùص٠اÙÙطر :"
-#: ../data/messages:499
+#: ../data/messages:485
msgid "Linewidth of the external line :"
msgstr ""
-#: ../data/messages:501
+#: ../data/messages:487
msgid "Colour of the external line:"
msgstr "ÙÙ٠اÙØد اÙخارج٠:"
-#: ../data/messages:505
+#: ../data/messages:491
msgid "Margin between the frame and the icons or their reflects :"
msgstr ""
-#: ../data/messages:507
+#: ../data/messages:493
msgid "Are the bottom left and right corners rounded?"
msgstr "Ù٠اÙزÙاÙا اÙسÙÙÙ٠اÙÙÙ
ÙÙ ÙاÙÙسر٠Ù
دÙر٠اÙØ´ÙÙ Ø"
-#: ../data/messages:511
+#: ../data/messages:497
msgid "Main Dock"
msgstr "اÙشرÙØ· اÙرئÙسÙ"
-#: ../data/messages:515
+#: ../data/messages:501
msgid "Sub-Docks"
msgstr "اÙأشرط٠اÙÙرعÙÙ"
-#: ../data/messages:521
+#: ../data/messages:507
msgid ""
"You can specify a ratio for the size of the sub-docks' icons, in relation to "
"the main docks' icons size"
msgstr ""
-#: ../data/messages:523
+#: ../data/messages:509
msgid "Ratio for the size of the sub-docks' icons :"
msgstr "Ùسب٠ØجÙ
اÙاÙÙÙÙات اÙ٠اÙØجÙ
اÙÙÙÙ ÙÙشرÙØ· اÙÙرع٠:"
-#: ../data/messages:525 ../data/messages:793
+#: ../data/messages:511 ../data/messages:779
msgid "smaller"
msgstr "اصغر"
-#: ../data/messages:527
+#: ../data/messages:513
msgid "same size"
msgstr "ÙÙس اÙØجÙ
"
-#: ../data/messages:529
+#: ../data/messages:515
msgid "Dialogs"
msgstr "اÙØÙارات"
-#: ../data/messages:531
+#: ../data/messages:517
msgid "Bubble"
msgstr "ÙÙاعÙ"
-#: ../data/messages:533
+#: ../data/messages:519
msgid "Background colour of the bubble:"
msgstr "ÙÙ٠اÙØ®ÙÙÙÙ ÙÙÙÙاع٠:"
-#: ../data/messages:535
+#: ../data/messages:521
msgid "Shape of the bubble:"
msgstr "Ø´Ù٠اÙÙÙاع٠:"
-#: ../data/messages:537
+#: ../data/messages:523
msgid "Text"
msgstr "Ùص"
-#: ../data/messages:539 ../data/messages:837
+#: ../data/messages:525 ../data/messages:823
msgid "Otherwise the default's system one will be used."
msgstr ""
-#: ../data/messages:541
+#: ../data/messages:527
msgid "Use a custom font for the text?"
msgstr "إستخداÙ
خط خاص ÙÙÙص Ø"
-#: ../data/messages:543
+#: ../data/messages:529
msgid "Text font:"
msgstr "خط اÙÙص:"
-#: ../data/messages:545 ../data/messages:843
+#: ../data/messages:531 ../data/messages:829
msgid "Draw the outline of the text?"
msgstr "إرسÙ
اÙخط اÙخارج٠ÙÙÙص Ø"
-#: ../data/messages:547
+#: ../data/messages:533
msgid "Text color:"
msgstr "ÙÙ٠اÙÙÙصÙ:"
-#: ../data/messages:549 ../data/messages:609
+#: ../data/messages:535 ../data/messages:595
msgid "Buttons"
msgstr "أزرار"
-#: ../data/messages:553
+#: ../data/messages:539
msgid "Size of buttons in the info-bubbles (width x height) :"
msgstr "ØجÙ
اÙأزرار ÙÙ ÙÙاع٠اÙÙ
عÙÙÙ
ات (اÙعرض à اÙØ·ÙÙ) :"
-#: ../data/messages:555 ../data/messages:559 ../data/messages:613
-#: ../data/messages:617 ../data/messages:621 ../data/messages:625
+#: ../data/messages:541 ../data/messages:545 ../data/messages:599
+#: ../data/messages:603 ../data/messages:607 ../data/messages:611
msgid "If you don't provide any, a default image will be used."
msgstr "Ø¥Ù ÙÙ
تÙÙر صÙØ±Ù Ø Ø³ÙتÙ
إستخداÙ
اÙصÙر٠اÙØ¥ÙتراضÙÙ."
-#: ../data/messages:557
+#: ../data/messages:543
msgid "Name of an image to use for the yes/ok button :"
msgstr ""
-#: ../data/messages:561
+#: ../data/messages:547
msgid "Name of an image to use for the no/cancel button :"
msgstr ""
-#: ../data/messages:563
+#: ../data/messages:549
msgid "Size of the icon displayed next to the text :"
msgstr "ØجÙ
اÙØ£ÙÙÙÙ٠اÙÙ
عرÙض٠بجاÙب اÙÙص :"
-#: ../data/messages:567
+#: ../data/messages:553
msgid "Decorations"
msgstr "زخرÙات"
-#: ../data/messages:569
+#: ../data/messages:555
msgid ""
"This can be customized for each desklet separately.\n"
"Choose 'Custom decoration' to define your own decorations below"
msgstr ""
-#: ../data/messages:571
+#: ../data/messages:557
msgid "Choose a default decoration for all desklets :"
msgstr ""
-#: ../data/messages:573
+#: ../data/messages:559
msgid ""
"It's an image that will be displayed below the drawings, like a frame for "
"example. Leave empty to not use any."
msgstr ""
-#: ../data/messages:575
+#: ../data/messages:561
msgid "Background image :"
msgstr "صÙرة اÙØ®ÙÙÙØ© :"
-#: ../data/messages:577
+#: ../data/messages:563
msgid "Background transparency :"
msgstr "Ø´ÙاÙÙØ© اÙØ®ÙÙÙØ© :"
-#: ../data/messages:583
+#: ../data/messages:569
msgid "in pixels. Use this to adjust the left position of the drawings."
msgstr ""
-#: ../data/messages:585
+#: ../data/messages:571
msgid "Left offset :"
msgstr ""
-#: ../data/messages:587
+#: ../data/messages:573
msgid "in pixels. Use this to adjust the top position of the drawings."
msgstr ""
-#: ../data/messages:589
+#: ../data/messages:575
msgid "Top offset :"
msgstr ""
-#: ../data/messages:591
+#: ../data/messages:577
msgid "in pixels. Use this to adjust the right position of the drawings."
msgstr ""
-#: ../data/messages:593
+#: ../data/messages:579
msgid "Right offset :"
msgstr ""
-#: ../data/messages:595
+#: ../data/messages:581
msgid "in pixels. Use this to adjust the bottom position of the drawings."
msgstr ""
-#: ../data/messages:597
+#: ../data/messages:583
msgid "Bottom offset :"
msgstr ""
-#: ../data/messages:599
+#: ../data/messages:585
msgid ""
"It's an image that will be displayed above the drawings, like a reflection "
"for example. Leave empty to not use any."
msgstr ""
-#: ../data/messages:601
+#: ../data/messages:587
msgid "Foreground image :"
msgstr "صÙرة اÙÙ
ÙدÙ
Ø© :"
-#: ../data/messages:603
+#: ../data/messages:589
msgid "Foreground tansparency :"
msgstr "Ø´ÙاÙÙØ© اÙÙ
ÙدÙ
Ù :"
-#: ../data/messages:611
+#: ../data/messages:597
msgid "Buttons size :"
msgstr "ØجÙ
اÙأزرار :"
-#: ../data/messages:615 ../data/messages:627
+#: ../data/messages:601 ../data/messages:613
msgid "Name of an image to use for the 'rotate' button :"
msgstr "إختر صÙر٠ÙإستخداÙ
Ùا Ùزر اÙتدÙÙر:"
-#: ../data/messages:619
+#: ../data/messages:605
msgid "Name of an image to use for the 'reattach' button :"
msgstr ""
-#: ../data/messages:623
+#: ../data/messages:609
msgid "Name of an image to use for the 'depth rotate' button :"
msgstr ""
-#: ../data/messages:631
+#: ../data/messages:617
msgid "Icons' themes"
msgstr "سÙ
ات اÙØ£ÙÙÙÙات"
-#: ../data/messages:635
+#: ../data/messages:621
msgid "Choose an icon theme :"
msgstr "إختر سÙ
Ù ÙÙØ£ÙÙÙÙÙ :"
-#: ../data/messages:637
+#: ../data/messages:623
msgid ""
"Any format allowed; leave this field empty if you don't want to use an image "
"as background."
msgstr ""
-#: ../data/messages:639
+#: ../data/messages:625
msgid "Image filename to use as a background for icons :"
msgstr "اسÙ
Ù
Ù٠اÙصÙر٠ÙإستخداÙ
Ù ÙØ®ÙÙÙÙ ÙÙØ£ÙÙÙÙÙ :"
-#: ../data/messages:641
+#: ../data/messages:627
msgid "Zoom effect"
msgstr "تأثÙر اÙتÙبÙر"
-#: ../data/messages:643
+#: ../data/messages:629
msgid ""
"set to 1 if you don't want the icons to zoom when you hover over them."
msgstr ""
-#: ../data/messages:645
+#: ../data/messages:631
msgid "Maximum zoom of the icons :"
msgstr "اÙتÙبÙر اÙØ£Ùص٠ÙÙØ£ÙÙÙÙÙ :"
-#: ../data/messages:647
+#: ../data/messages:633
msgid ""
"in pixels. Outside of this space (centered on the mouse), there is no zoom."
msgstr ""
-#: ../data/messages:649
+#: ../data/messages:635
msgid "Width of the space in which the zoom will be effective :"
msgstr ""
-#: ../data/messages:653
+#: ../data/messages:639
msgid "Space between icons :"
msgstr "اÙÙ
ساÙ٠بÙ٠اÙØ£ÙÙÙÙات :"
-#: ../data/messages:655
+#: ../data/messages:641
msgid "Reflections"
msgstr "اÙعÙاسات"
-#: ../data/messages:657
+#: ../data/messages:643
msgid ""
"It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
"reflections are not used."
msgstr ""
-#: ../data/messages:659
+#: ../data/messages:645
msgid "Reflective power of the plane :"
msgstr ""
-#: ../data/messages:661
+#: ../data/messages:647
msgid "light"
msgstr "Ø®ÙÙÙ"
-#: ../data/messages:663
+#: ../data/messages:649
msgid "strong"
msgstr "ÙÙÙ"
-#: ../data/messages:665
+#: ../data/messages:651
msgid ""
"In percent of the icon's size. This parameter influence the total height of "
"the dock."
msgstr ""
-#: ../data/messages:667
+#: ../data/messages:653
msgid "Height of the reflection:"
msgstr "إرتÙاع اÙØ¥ÙعÙاس :"
-#: ../data/messages:669
+#: ../data/messages:655
msgid "small"
msgstr "صغÙر"
-#: ../data/messages:671
+#: ../data/messages:657
msgid "tall"
msgstr "Ø·ÙÙÙ"
-#: ../data/messages:673
+#: ../data/messages:659
msgid ""
"It is their transparency when the dock is at rest; they will \"materialize\" "
"progressively as the dock grows up. The closer to 0, the more transparent "
"they will be."
msgstr ""
-#: ../data/messages:675
+#: ../data/messages:661
msgid "Icons' transparency at rest :"
msgstr "Ø´ÙاÙÙ٠اÙØ£ÙÙÙÙات ÙÙ Øا٠عدÙ
اÙØرÙÙ :"
-#: ../data/messages:681
+#: ../data/messages:667
msgid "Icons size"
msgstr "ØجÙ
اÙØ£ÙÙÙÙÙ"
-#: ../data/messages:683
+#: ../data/messages:669
msgid "Launcher's size at rest (width x height) :"
msgstr "ØجÙ
اÙÙ
شغ٠ÙÙ Øا٠عدÙ
اÙØرÙÙ (اÙعرض à اÙØ·ÙÙ) :"
-#: ../data/messages:685
+#: ../data/messages:671
msgid "Application's size at rest (width x height) :"
msgstr "ØجÙ
اÙتطبÙÙ ÙÙ Øا٠عدÙ
اÙØرÙÙ (اÙعرض à اÙØ·ÙÙ) :"
-#: ../data/messages:687
+#: ../data/messages:673
msgid "Applet's size at rest (width x height) :"
msgstr ""
-#: ../data/messages:689
+#: ../data/messages:675
msgid "Configure icons' animations."
msgstr "تعدÙÙ ØرÙ٠اÙØ£ÙÙÙÙÙ."
-#: ../data/messages:691
+#: ../data/messages:677
msgid "Configure icons' special effects (requires OpenGL)."
msgstr "إعداد اÙاÙÙÙÙات Ù
ع تأثÙرات خاصة ( ÙتطÙبOpenGL"
-#: ../data/messages:693
+#: ../data/messages:679
msgid ""
"Configure icons' animations on appearing/disappearing (require OpenGL "
"capacity)."
msgstr ""
-#: ../data/messages:695
+#: ../data/messages:681
msgid "Separators"
msgstr "ÙÙاصÙ"
-#: ../data/messages:697
+#: ../data/messages:683
msgid "Icon size at rest (width x height) :"
msgstr "ØجÙ
اÙØ£ÙÙÙÙÙ ÙÙ Øا٠عدÙ
اÙØرÙÙ (اÙعرض à اÙØ·ÙÙ) :"
-#: ../data/messages:699
+#: ../data/messages:685
msgid "Force separator's image size to stay constant?"
msgstr "Ù٠ترÙد ابÙاء ØجÙ
صÙر٠اÙÙاص٠ثابتا Ø"
-#: ../data/messages:701
+#: ../data/messages:687
msgid ""
"Only the default, 3D-plane and curve views support flat and physical "
"separators. Flat separators are rendered differently according to the view."
msgstr ""
-#: ../data/messages:703
+#: ../data/messages:689
msgid "How to draw the separators?"
msgstr ""
-#: ../data/messages:705
+#: ../data/messages:691
msgid "Use an image."
msgstr ""
-#: ../data/messages:707
+#: ../data/messages:693
msgid "Flat separator"
msgstr ""
-#: ../data/messages:709
+#: ../data/messages:695
msgid "Physical separator"
msgstr ""
-#: ../data/messages:711
+#: ../data/messages:697
msgid "If you don't provide one, blanks will be used."
msgstr ""
-#: ../data/messages:713
+#: ../data/messages:699
msgid "Filename of an image to use for separators :"
msgstr "اسÙ
Ù
Ù٠اÙصÙر٠ÙإستخداÙ
Ùا ÙÙاص٠:"
-#: ../data/messages:715
+#: ../data/messages:701
msgid ""
"Make the separator's image revolve when dock is on top/on the left/on the "
"right?"
msgstr ""
-#: ../data/messages:717
+#: ../data/messages:703
msgid "Colour of flat separators :"
msgstr ""
-#: ../data/messages:719
+#: ../data/messages:705
msgid "Icons order"
msgstr "ترتÙب اÙØ£ÙÙÙÙات"
-#: ../data/messages:721
+#: ../data/messages:707
msgid ""
"If you separate a type of icons, the icons of this type will be placed "
"together, separated from the others by a separator.\n"
@@ -2206,95 +2216,95 @@
"launcher if they have one, or after the last launcher."
msgstr ""
-#: ../data/messages:725 ../data/messages:823
+#: ../data/messages:711 ../data/messages:809
msgid "No"
msgstr "Ùا"
-#: ../data/messages:727
+#: ../data/messages:713
msgid "Separate applications from others"
msgstr "Ùص٠اÙتطبÙÙات ع٠اÙبÙÙÙ"
-#: ../data/messages:729
+#: ../data/messages:715
msgid "Separate applets from others"
msgstr ""
-#: ../data/messages:731
+#: ../data/messages:717
msgid "Separate all"
msgstr "Ùص٠اÙÙÙ"
-#: ../data/messages:741
+#: ../data/messages:727
msgid "Link the icons with a string"
msgstr "ربط اÙØ£ÙÙÙÙات بخÙØ·"
-#: ../data/messages:743
+#: ../data/messages:729
msgid "Linewidth of the string, in pixels (0 to not use string) :"
msgstr "عرض اÙØ®ÙØ· Ø Ø¨Ø§ÙبÙس٠(0 ÙÙ ÙظÙر اÙØ®ÙØ·) :"
-#: ../data/messages:745
+#: ../data/messages:731
msgid "Colour of the string (red, blue, green, alpha) :"
msgstr "ÙÙ٠اÙØ®ÙØ· (Ø£ØÙ
Ø±Ø Ø£Ø²Ø±ÙØ Ø£Ø®Ø¶Ø±Ø Ø£ÙÙا) :"
-#: ../data/messages:749
+#: ../data/messages:735
msgid "Indicator of the active window"
msgstr "Ù
ؤشر اÙÙاÙذ٠اÙÙشطÙ"
-#: ../data/messages:751
+#: ../data/messages:737
msgid "Type of indicator:"
msgstr "ÙÙع اÙÙ
ؤشر"
-#: ../data/messages:755
+#: ../data/messages:741
msgid "Frame"
msgstr "إطار"
-#: ../data/messages:757 ../data/messages:775 ../data/messages:813
+#: ../data/messages:743 ../data/messages:761 ../data/messages:799
msgid "Image file:"
msgstr "Ù
Ù٠اÙصÙر٠:"
-#: ../data/messages:759
+#: ../data/messages:745
msgid "Set transparency to 0 if you don't want to use an indicator."
msgstr ""
-#: ../data/messages:761
+#: ../data/messages:747
msgid "Colour of the frame :"
msgstr "ÙÙ٠اÙإطار :"
-#: ../data/messages:763
+#: ../data/messages:749
msgid "Set 0 to fill the frame."
msgstr "ضع 0 ÙÙ
ÙØ¡ اÙإطار."
-#: ../data/messages:765
+#: ../data/messages:751
msgid "Linewidth of the frame around the active window :"
msgstr "عرض اÙإطار ØÙ٠اÙÙاÙذة اÙÙشطة :"
-#: ../data/messages:767
+#: ../data/messages:753
msgid "Corner radius of the frame around the active window :"
msgstr "Ùطر زاÙÙ٠اÙإطار ØÙ٠اÙÙاÙذة اÙÙشطة :"
-#: ../data/messages:769 ../data/messages:801
+#: ../data/messages:755 ../data/messages:787
msgid "Draw indicator above the icon?"
msgstr "رسÙ
Ù
ؤشر ÙÙ٠اÙØ£ÙÙÙÙØ© Ø"
-#: ../data/messages:771
+#: ../data/messages:757
msgid "Indicator of active launcher"
msgstr "Ù
ؤشر اÙÙ
شغ٠اÙÙشط"
-#: ../data/messages:773
+#: ../data/messages:759
msgid ""
"Indicators are drawn on launchers icons to show that they have already been "
"launched. Leave blank to use the default one."
msgstr ""
-#: ../data/messages:777
+#: ../data/messages:763
msgid ""
"The indicator is drawn on active launchers, but you may want to display it "
"on applications too."
msgstr ""
-#: ../data/messages:779
+#: ../data/messages:765
msgid "Display an indicator on application icons too ?"
msgstr ""
-#: ../data/messages:781
+#: ../data/messages:767
msgid ""
"Relatively to the icons' size. You can use this parameter to adjust the "
"indicator's vertical position.\n"
@@ -2302,11 +2312,11 @@
"otherwise downwards."
msgstr ""
-#: ../data/messages:783
+#: ../data/messages:769
msgid "Vertical offset :"
msgstr ""
-#: ../data/messages:785
+#: ../data/messages:771
msgid ""
"If the indicator is linked to the icon, it will then be zoomed like the icon "
"and the offset will be upwards.\n"
@@ -2314,211 +2324,211 @@
"downwards."
msgstr ""
-#: ../data/messages:787
+#: ../data/messages:773
msgid "Link the indicator with its icon?"
msgstr "ربط اÙÙ
ؤشر بأÙÙÙÙت٠Ø"
-#: ../data/messages:789
+#: ../data/messages:775
msgid ""
"You can choose to make the indicator smaller or bigger than the icons. The "
"bigger the value is, the bigger the indicator is. 1 means the indicator will "
"have the same size as the icons."
msgstr ""
-#: ../data/messages:791
+#: ../data/messages:777
msgid "Indicator size ratio :"
msgstr "Ùسب٠ØجÙ
اÙÙ
شغ٠:"
-#: ../data/messages:795
+#: ../data/messages:781
msgid "bigger"
msgstr "Ø£Ùبر"
-#: ../data/messages:797
+#: ../data/messages:783
msgid ""
"Use it to make the indicator follow the orientation of the dock "
"(top/bottom/right/left)."
msgstr ""
-#: ../data/messages:799
+#: ../data/messages:785
msgid "Rotate the indicator with dock?"
msgstr "إاÙتÙا٠اÙÙ
ؤشر Ù
ع اÙشرÙØ· Ø"
-#: ../data/messages:803
+#: ../data/messages:789
msgid "Indicator of grouped windows"
msgstr "Ù
ؤشر ÙÙ
جÙ
Ùع٠ÙÙاÙØ°"
-#: ../data/messages:805
+#: ../data/messages:791
msgid "How to show that several icons are grouped :"
msgstr ""
-#: ../data/messages:807
+#: ../data/messages:793
msgid "Draw an image"
msgstr ""
-#: ../data/messages:809
+#: ../data/messages:795
msgid "Draw the sub-dock's icons as a stack"
msgstr ""
-#: ../data/messages:811
+#: ../data/messages:797
msgid ""
"It only makes sense if you chose to group the applis of the same class "
"together. Leave blank to use the default one."
msgstr ""
-#: ../data/messages:815
+#: ../data/messages:801
msgid "Zoom the indicator with its icon?"
msgstr "تÙبÙر اÙÙ
ؤشر Ù
ع Ø£ÙÙÙÙت٠Ø"
-#: ../data/messages:817
+#: ../data/messages:803
msgid "Labels"
msgstr "عÙاÙ
ات"
-#: ../data/messages:819
+#: ../data/messages:805
msgid "Label visibility"
msgstr ""
-#: ../data/messages:821
+#: ../data/messages:807
msgid "Show labels:"
msgstr "إظÙار اÙعÙاÙ
ات :"
-#: ../data/messages:825
+#: ../data/messages:811
msgid "On pointed icon"
msgstr "عÙ٠اÙØ£ÙÙÙÙØ© اÙÙ
ؤشر عÙÙÙا"
-#: ../data/messages:827
+#: ../data/messages:813
msgid "On all icons"
msgstr "عÙÙ Ù٠اÙØ£ÙÙÙÙات"
-#: ../data/messages:829
+#: ../data/messages:815
msgid ""
"the bigger, the more the labels next to the selected icon will be "
"transparent."
msgstr ""
-#: ../data/messages:831
+#: ../data/messages:817
msgid "label's visibility threshold :"
msgstr ""
-#: ../data/messages:833
+#: ../data/messages:819
msgid "Should the labels always be horizontal, even when dock is vertical?"
msgstr ""
-#: ../data/messages:835
+#: ../data/messages:821
msgid "Font"
msgstr "خط"
-#: ../data/messages:839
+#: ../data/messages:825
msgid "Use a custom font for labels?"
msgstr "استخداÙ
خط خاص ÙÙعÙاÙ
ات Ø"
-#: ../data/messages:841
+#: ../data/messages:827
msgid "Font used for labels :"
msgstr "اÙخط اÙÙ
ستخدÙ
ÙÙعÙاÙ
ات :"
-#: ../data/messages:845
+#: ../data/messages:833
+msgid ""
+"If you set it to fully transparent, there will be no background for the "
+"text, but the margin around the text will still be in effect."
+msgstr ""
+
+#: ../data/messages:835
+msgid "Colour of the label's background :"
+msgstr "ÙÙ٠اÙØ®ÙÙÙÙ ÙÙعÙاÙ
ات :"
+
+#: ../data/messages:837
+msgid "If false, only the quick-info will have this background color."
+msgstr ""
+
+#: ../data/messages:839
+msgid "Use background color for labels?"
+msgstr "Ù٠ترÙد استخداÙ
ÙÙ٠اÙØ®ÙÙÙØ© ÙÙعÙاÙ
ات Ø"
+
+#: ../data/messages:841
+msgid "Margin around the text (in pixels) :"
+msgstr ""
+
+#: ../data/messages:843
msgid "Colour"
msgstr "اÙÙÙÙ"
+#: ../data/messages:845
+msgid "It's the first color of the gradation."
+msgstr ""
+
#: ../data/messages:847
-msgid "It's the first color of the gradation."
-msgstr ""
-
-#: ../data/messages:849
msgid "Start color :"
msgstr "ÙÙ٠اÙبداÙØ© :"
-#: ../data/messages:851
+#: ../data/messages:849
msgid ""
"It's the second color of the gradation. Set it to the same value as the "
"first if you don't want to have any gradation."
msgstr ""
-#: ../data/messages:853
+#: ../data/messages:851
msgid "Stop color :"
msgstr "ÙÙ٠اÙÙÙاÙØ© :"
-#: ../data/messages:855
+#: ../data/messages:853
msgid ""
"If checked, the pattern will go from top to bottom, otherwise from left to "
"right."
msgstr ""
-#: ../data/messages:857
+#: ../data/messages:855
msgid "Pattern should be vertical?"
msgstr "ÙÙ Ùجب ا٠ÙÙÙ٠اÙÙÙ
Ø· عاÙ
ÙدÙا Ø"
-#: ../data/messages:861
-msgid ""
-"If you set it to fully transparent, there will be no background for the "
-"text, but the margin around the text will still be in effect."
-msgstr ""
-
-#: ../data/messages:863
-msgid "Colour of the label's background :"
-msgstr "ÙÙ٠اÙØ®ÙÙÙÙ ÙÙعÙاÙ
ات :"
-
-#: ../data/messages:865
-msgid "If false, only the quick-info will have this background color."
-msgstr ""
-
-#: ../data/messages:867
-msgid "Use background color for labels?"
-msgstr "Ù٠ترÙد استخداÙ
ÙÙ٠اÙØ®ÙÙÙØ© ÙÙعÙاÙ
ات Ø"
-
-#: ../data/messages:869
-msgid "Margin around the text (in pixels) :"
-msgstr ""
-
-#: ../data/messages:873
+#: ../data/messages:859
msgid "Yes, like that :-)"
msgstr "ÙعÙ
Ø ÙÙذا :-)"
-#: ../data/messages:875
+#: ../data/messages:861
msgid ""
"Note : many answers have an extra hint.\n"
"To popup the hint, simply leave the mouse over the sentence for 1 second, a "
"tooltip will appear."
msgstr ""
-#: ../data/messages:877
+#: ../data/messages:863
msgid "How do I re-order my icons?"
msgstr "ÙÙÙ ÙÙ
ÙÙ٠إعاد٠ترتÙب اÙØ£ÙÙÙÙات Ø"
-#: ../data/messages:879
+#: ../data/messages:865
msgid "Tip: you can even re-order icons of active applications."
msgstr ""
-#: ../data/messages:881
+#: ../data/messages:867
msgid "Simply drag with the mouse, and drop wherever you wish."
msgstr "ببساط٠اسØب باÙÙ
ؤشر ÙØ¥ÙÙت٠ØÙØ«Ù
ا تشاء."
-#: ../data/messages:883
+#: ../data/messages:869
msgid ""
"How do I position applets and taskbar icons at the beginning of the dock?"
msgstr ""
-#: ../data/messages:885
+#: ../data/messages:871
msgid ""
"Tip: you can also position applets amongst launchers, by ticking the box "
"below."
msgstr ""
-#: ../data/messages:887
+#: ../data/messages:873
msgid ""
"In the «icons» module, at the bottom, you can select icon order according to "
"type (launcher/appli/applet)."
msgstr ""
-#: ../data/messages:889 ../data/messages:897 ../data/messages:911
-#: ../data/messages:967
+#: ../data/messages:875 ../data/messages:883 ../data/messages:897
+#: ../data/messages:953
msgid "Go to the «Icons» module."
msgstr ""
-#: ../data/messages:891
+#: ../data/messages:877
msgid "How do I change an icon image?"
msgstr "ÙÙ٠تغÙر صÙرة Ø£ÙÙÙÙØ© Ø"
-#: ../data/messages:893
+#: ../data/messages:879
msgid ""
"Tip: you can also edit a launcher's configuration directly and set a path "
"for an image. If you do not enter a path, but simply the name of an image, "
@@ -2526,7 +2536,7 @@
"the best."
msgstr ""
-#: ../data/messages:895
+#: ../data/messages:881
msgid ""
"In the âIconsâ module, you can choose an <b>icon theme</b>. Just choose a "
"theme, and apply.\n"
@@ -2537,72 +2547,72 @@
"If you choose nothing, the default icon theme of your system will be used."
msgstr ""
-#: ../data/messages:899
+#: ../data/messages:885
msgid "How do I remove many icons quickly?"
msgstr "ÙÙ٠تزÙ٠اÙØ£ÙÙÙÙØ© بسرع٠Ø"
-#: ../data/messages:901
+#: ../data/messages:887
msgid ""
"Hint : if you delete an icon pointing to a sub-dock, you will be offered to "
"either delete the sub-dockâs icons or to move them in the main dock."
msgstr ""
-#: ../data/messages:903
+#: ../data/messages:889
msgid ""
"Just drag and drop them out of the dock, they will disappear in an explosion "
"!"
msgstr ""
-#: ../data/messages:905
+#: ../data/messages:891
msgid "How can I resize my icons?"
msgstr "ÙÙ٠تغÙر ØجÙ
Ø£ÙÙÙÙات٠Ø"
-#: ../data/messages:907
+#: ../data/messages:893
msgid ""
"Hint : You can define the size of each applet independently, to any size "
"smaller or equal to the default size. Set it to 0x0 to use the default size."
msgstr ""
-#: ../data/messages:909
+#: ../data/messages:895
msgid ""
"In the 'Icons' modules, you can setup the default size of your icons by type "
": launchers, apps, applets and separators.\n"
"You can also setup the zoom factor."
msgstr ""
-#: ../data/messages:913
+#: ../data/messages:899
msgid ""
"I want to see a preview of opened applications by moving my cursor over its "
"icon"
msgstr ""
-#: ../data/messages:915 ../data/messages:1043 ../data/messages:1175
-#: ../data/messages:1239 ../data/messages:1277 ../data/messages:1319
-#: ../data/messages:1323 ../data/messages:1329 ../data/messages:1333
-#: ../data/messages:1337 ../data/messages:1341
+#: ../data/messages:901 ../data/messages:1029 ../data/messages:1161
+#: ../data/messages:1225 ../data/messages:1263 ../data/messages:1305
+#: ../data/messages:1309 ../data/messages:1315 ../data/messages:1319
+#: ../data/messages:1323 ../data/messages:1327
msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
msgstr ""
-#: ../data/messages:917 ../data/messages:1045
+#: ../data/messages:903 ../data/messages:1031
msgid "If you're using Compiz, you can click on this button:"
msgstr ""
-#: ../data/messages:919
+#: ../data/messages:905
msgid "Dock"
msgstr "شرÙØ·"
-#: ../data/messages:921
+#: ../data/messages:907
msgid "How do I position my dock on the screen?"
msgstr "ÙÙ٠تختار Ù
Ùضع شرÙط٠عÙ٠اÙشاشة Ø"
-#: ../data/messages:923
+#: ../data/messages:909
msgid ""
"Tip: If you have multiple screens managed by Xinerama, you can tick the "
"option «Use Xinerama», and choose the screen where you wish your dock to be "
"positioned."
msgstr ""
-#: ../data/messages:925
+#: ../data/messages:911
msgid ""
"Everything is in the «Position» module. You can choose to position it on the "
"bottom, top, left or right side of your screen.\n"
@@ -2610,29 +2620,29 @@
"screen border."
msgstr ""
-#: ../data/messages:927 ../data/messages:935
+#: ../data/messages:913 ../data/messages:921
msgid "Go to the «Position» module."
msgstr ""
-#: ../data/messages:929
+#: ../data/messages:915
msgid "How do I adjust the position of the dock above the Gnome-panel?"
msgstr ""
-#: ../data/messages:931
+#: ../data/messages:917
msgid ""
"Tip: you can also simply drag your dock with the mouse by pressing the ALT "
"key at the same time."
msgstr ""
-#: ../data/messages:933
+#: ../data/messages:919
msgid "In the «Position» module, you can add an offset to the screen border."
msgstr ""
-#: ../data/messages:937
+#: ../data/messages:923
msgid "The dock is hidden by the Gnome-panel"
msgstr ""
-#: ../data/messages:939
+#: ../data/messages:925
msgid ""
"This is normal, because they are both «docks».\n"
" You can either move the dock out of the panel, or launch it wih the command "
@@ -2640,29 +2650,29 @@
" But you can also (re)move the Gnome-Panel by doing a right click on it."
msgstr ""
-#: ../data/messages:941
+#: ../data/messages:927
msgid "I donât want other windows covering the dock"
msgstr "Ùا أرÙد أ٠تغط٠أ٠ÙÙاÙØ° اÙشرÙØ·"
-#: ../data/messages:943
+#: ../data/messages:929
msgid "Tip: You can even do that with desklets: making a desklet's panel !."
msgstr ""
-#: ../data/messages:945
+#: ../data/messages:931
msgid ""
"Just choose the corresponding option in the âAccessibilityâ module.\n"
"This will reserve the space for the dock only."
msgstr ""
-#: ../data/messages:947 ../data/messages:955
+#: ../data/messages:933 ../data/messages:941
msgid "Go to the «Accessibility» module."
msgstr ""
-#: ../data/messages:949
+#: ../data/messages:935
msgid "I donât want that the dock covers windows"
msgstr "Ùا أرÙد ا٠Ùغط٠اÙشرÙØ· عÙ٠اÙÙÙاÙØ°"
-#: ../data/messages:951
+#: ../data/messages:937
msgid ""
"Tip: You can choose to pop-up the dock only when the mouse hits the screen "
"corner instead of the whole screen border.\n"
@@ -2670,7 +2680,7 @@
"it."
msgstr ""
-#: ../data/messages:953
+#: ../data/messages:939
msgid ""
"Two choices are available in the âAccessibilityâ module:\n"
" - either choose to âkeep the dock below other windowsâ. The dock will then "
@@ -2679,17 +2689,17 @@
"you enter the trigger zone."
msgstr ""
-#: ../data/messages:957
+#: ../data/messages:943
msgid "How can I add a separator?"
msgstr "ÙÙÙ ÙÙ
Ù٠إضاÙØ© Ùاص٠Ø"
-#: ../data/messages:959
+#: ../data/messages:945
msgid ""
"Tip: if you choose to mix applets and launchers in the 'Icons' module, you "
"can also place separators between applets then."
msgstr ""
-#: ../data/messages:961
+#: ../data/messages:947
msgid ""
"Simply right-click on the dock where you wish to add a separator and select "
"«add a separator».\n"
@@ -2697,23 +2707,23 @@
"dragging it with the mouse."
msgstr ""
-#: ../data/messages:963
+#: ../data/messages:949
msgid ""
"I don't want to have a separator between launchers , applications and "
"applets."
msgstr ""
-#: ../data/messages:965
+#: ../data/messages:951
msgid ""
"In the «Icons» module, in the «separator» section, untick the box that says "
"«add automatic separators»."
msgstr ""
-#: ../data/messages:969
+#: ../data/messages:955
msgid "How do I add a sub-dock?"
msgstr "ÙÙÙ ÙÙ
ÙÙ٠إضاÙ٠شرÙØ· Ùرع٠Ø"
-#: ../data/messages:971
+#: ../data/messages:957
msgid ""
"Tip: If you want to move an icon into another dock, right-click on it, go to "
"'Move to', and choose the one you want in the list. You can do the same with "
@@ -2721,17 +2731,17 @@
"also create new main docks this way."
msgstr ""
-#: ../data/messages:973
+#: ../data/messages:959
msgid ""
"Just right-click on the dock, then select «Add a sub-dock». Fill the config "
"panel with a name and image, then confirm."
msgstr ""
-#: ../data/messages:975
+#: ../data/messages:961
msgid "How can I have many main docks?"
msgstr "ÙÙÙ ÙÙ
ÙÙ٠إضاÙØ© اÙعدÙد Ù
٠اÙأشرط٠Ø"
-#: ../data/messages:977
+#: ../data/messages:963
msgid ""
"Hint: you can then move icons inside this new dock by following the previous "
"method and selecting the dock you've just created.\n"
@@ -2739,23 +2749,23 @@
"choose âconfigure this dockâ."
msgstr ""
-#: ../data/messages:979
+#: ../data/messages:965
msgid ""
"Right-click on a launcher or an applet, go to 'Move to', and choose 'a new "
"main dock'. A new dock will be created, with this icon inside."
msgstr ""
-#: ../data/messages:981
+#: ../data/messages:967
msgid "How can I have a 3D dock?"
msgstr "ÙÙÙ ÙÙ
ÙÙ٠إضاÙ٠شرÙØ· Ø«Ùاث٠اÙأبعاد"
-#: ../data/messages:983
+#: ../data/messages:969
msgid ""
"Tip: you can set up the view for each sub-dock. Simply edit the icon "
"pointing to the sub-dock and choose the view you wish to use for it."
msgstr ""
-#: ../data/messages:985
+#: ../data/messages:971
msgid ""
"Any dock can be displayed with one view, and many views are available (3D, "
"Curve, etc).\n"
@@ -2763,21 +2773,21 @@
"dock, and for sub-dock."
msgstr ""
-#: ../data/messages:987
+#: ../data/messages:973
msgid "Go to the «Views» module."
msgstr ""
-#: ../data/messages:989
+#: ../data/messages:975
msgid "How can I change the background of my docks?"
msgstr "ÙÙ٠تغÙر Ø®ÙÙÙ٠أشرطت٠Ø"
-#: ../data/messages:991
+#: ../data/messages:977
msgid ""
"Hint : the Parabolic view doe not have a background, but the Slide and "
"Rainbow views have their own background parameters."
msgstr ""
-#: ../data/messages:993
+#: ../data/messages:979
msgid ""
"In the 'Background' module, you can either choose an image, or a color "
"gradation.\n"
@@ -2785,21 +2795,21 @@
"gradatoin will be used."
msgstr ""
-#: ../data/messages:995
+#: ../data/messages:981
msgid "Go to the «Background» module."
msgstr ""
-#: ../data/messages:997
+#: ../data/messages:983
msgid "I find the dock too flashy, can it be more sober?"
msgstr ""
-#: ../data/messages:999
+#: ../data/messages:985
msgid ""
"Hint : try different themes, some are already very sober, like Dust-Sand or "
"Elementary."
msgstr ""
-#: ../data/messages:1001
+#: ../data/messages:987
msgid ""
"Who can do more can do less ! You can for instance deactivate the \"Icon "
"effects\" plug-in,\n"
@@ -2812,62 +2822,62 @@
"this would be a shame ! ^_^"
msgstr ""
-#: ../data/messages:1003
+#: ../data/messages:989
msgid "Desklet"
msgstr ""
-#: ../data/messages:1005
+#: ../data/messages:991
msgid "What are «desklets»?"
msgstr ""
-#: ../data/messages:1007
+#: ../data/messages:993
msgid ""
"Tip: to detach an applet, you can drag and drop its icon from the dock to "
"the desktop"
msgstr ""
-#: ../data/messages:1009
+#: ../data/messages:995
msgid ""
"Desklets are widgets which are displayed on your desktop. Each applet can be "
"detached from the dock to act as a desklet."
msgstr ""
-#: ../data/messages:1011
+#: ../data/messages:997
msgid "How do I configure their position?"
msgstr "ÙÙÙ ÙÙ
Ù٠تعدÙ٠أÙ
اÙÙÙا Ø"
-#: ../data/messages:1013
+#: ../data/messages:999
msgid ""
"Tip: If you don't want to move it any more, you can lock its position. "
"Simply right click on the desklet, and select «lock position». To unlock it, "
"de-select this option."
msgstr ""
-#: ../data/messages:1015
+#: ../data/messages:1001
msgid "Simply drag them with the mouse."
msgstr "ببساطة اسØبÙÙ
باÙÙ
ؤشر ."
-#: ../data/messages:1017
+#: ../data/messages:1003
msgid "How do I configure their behaviour?"
msgstr "ÙÙÙ ÙÙ
Ù٠تعدÙ٠سÙÙÙÙا Ø"
-#: ../data/messages:1019
+#: ../data/messages:1005
msgid ""
"Tip: if you lock the desklet, the buttons will not appear. You can reset a "
"rotation by middle-clicking on the appropriate button."
msgstr ""
-#: ../data/messages:1021
+#: ../data/messages:1007
msgid ""
"There are small buttons on the top and left side of the desklet. They allow "
"you to rotate the desklet in 3D !"
msgstr ""
-#: ../data/messages:1023
+#: ../data/messages:1009
msgid "How do I change their decorations?"
msgstr ""
-#: ../data/messages:1025
+#: ../data/messages:1011
msgid ""
"Tip: you can add new decorations by choosing «Personalised» decoration, and "
"providing a background and/or foreground image. You can configure the "
@@ -2875,7 +2885,7 @@
"decorations."
msgstr ""
-#: ../data/messages:1027
+#: ../data/messages:1013
msgid ""
"The default decoration is defined in the «Desklets» module.\n"
"Moreover, each desklet can have its own decoration. To change a desklet's "
@@ -2884,33 +2894,33 @@
"choose the decoration you wish to use."
msgstr ""
-#: ../data/messages:1029
+#: ../data/messages:1015
msgid "Go to the «Desklets» module."
msgstr ""
-#: ../data/messages:1031
+#: ../data/messages:1017
msgid "How do I insert a desklet into the dock?"
msgstr ""
-#: ../data/messages:1033
+#: ../data/messages:1019
msgid "Hint : if the desklet is locked, the button wonât appear."
msgstr ""
-#: ../data/messages:1035
+#: ../data/messages:1021
msgid "Simply click on the top right button."
msgstr ""
-#: ../data/messages:1037
+#: ../data/messages:1023
msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
msgstr ""
-#: ../data/messages:1039
+#: ../data/messages:1025
msgid ""
"Tip: you may have to switch to the Widget Layer once so that Compiz takes "
"the change into account."
msgstr ""
-#: ../data/messages:1041
+#: ../data/messages:1027
msgid ""
"In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the "
"rule (name=cairo-dock & type=utility).\n"
@@ -2918,35 +2928,35 @@
"desklet and selecting 'Compiz-Fusion Widget'."
msgstr ""
-#: ../data/messages:1049
+#: ../data/messages:1035
msgid "How do I enable the Taskbar?"
msgstr "ÙÙÙ ÙتÙ
تÙ
ÙÙ٠شرÙØ· اÙÙ
ÙاÙ
Ø"
-#: ../data/messages:1051
+#: ../data/messages:1037
msgid "Tip: All the Taskbar options are grouped together in this module."
msgstr ""
-#: ../data/messages:1053
+#: ../data/messages:1039
msgid "Go to the «Taskbar» module, then tick the first box, and apply."
msgstr ""
-#: ../data/messages:1055 ../data/messages:1063 ../data/messages:1071
-#: ../data/messages:1079 ../data/messages:1085
+#: ../data/messages:1041 ../data/messages:1049 ../data/messages:1057
+#: ../data/messages:1065 ../data/messages:1071
msgid "Go to the «TaskBar» module."
msgstr ""
-#: ../data/messages:1057
+#: ../data/messages:1043
msgid ""
"I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
msgstr ""
-#: ../data/messages:1059
+#: ../data/messages:1045
msgid ""
"Tip: You can then scroll on this icon to switch from a window to another, in "
"an ALT+TAB style."
msgstr ""
-#: ../data/messages:1061
+#: ../data/messages:1047
msgid ""
"In the «TaskBar» module, you can use the «Group windows from the same "
"application in a sub-dock» option. Only a single icon will appear in the "
@@ -2955,11 +2965,11 @@
"above this icon."
msgstr ""
-#: ../data/messages:1065
+#: ../data/messages:1051
msgid "I have ugly icons for some applications."
msgstr ""
-#: ../data/messages:1067
+#: ../data/messages:1053
msgid ""
"Tip: This way, you can configure your personal icon for any application. "
"Just place an icon with the same name as the class of the application in a "
@@ -2969,7 +2979,7 @@
"terminal, then clicking on the window of the application."
msgstr ""
-#: ../data/messages:1069
+#: ../data/messages:1055
msgid ""
"This is because X provides small icons for applications which look ugly when "
"zoomed.\n"
@@ -2977,18 +2987,18 @@
"launchers' icon?» option to tell the dock not to use them."
msgstr ""
-#: ../data/messages:1073
+#: ../data/messages:1059
msgid ""
"When I launch a program with its launcher, I don't want an additional icon "
"in the taskbar"
msgstr ""
-#: ../data/messages:1075
+#: ../data/messages:1061
msgid ""
"Tip: to launch another instance of the program, shift+click on the launcher."
msgstr ""
-#: ../data/messages:1077
+#: ../data/messages:1063
msgid ""
"In the «TaskBar» module, you can use the «Mix launchers and applications» "
"option.\n"
@@ -2998,11 +3008,11 @@
"You can then act on the window as if it were a taskbar icon."
msgstr ""
-#: ../data/messages:1081
+#: ../data/messages:1067
msgid "I'm using Pidgin, and I want to see my friends' avatars."
msgstr ""
-#: ../data/messages:1083
+#: ../data/messages:1069
msgid ""
"If you chose to overwrite X icons, you can add an exception for Pidgin just "
"before this option.\n"
@@ -3012,68 +3022,68 @@
"this application."
msgstr ""
-#: ../data/messages:1087
+#: ../data/messages:1073
msgid ""
"How can I quickly navigate between many windows of the same application "
"quickly?"
msgstr ""
-#: ../data/messages:1089
+#: ../data/messages:1075
msgid ""
"Tip: you can also close all the windows of this application by middle-"
"clicking on the icon pointing to the sub-dock."
msgstr ""
-#: ../data/messages:1091
+#: ../data/messages:1077
msgid ""
"Scroll on the icon of one of the windows of this application, or even on the "
"icon pointing to the sub-dock if you group windows in a sub-dock."
msgstr ""
-#: ../data/messages:1093
+#: ../data/messages:1079
msgid "Replacing the Gnome-panel"
msgstr ""
-#: ../data/messages:1095
+#: ../data/messages:1081
msgid "How can I add the main menu?"
msgstr ""
-#: ../data/messages:1097
+#: ../data/messages:1083
msgid ""
"Tip: if you have removed your Gnome-panel, then the «alt+F1» shortkey will "
"no longer work. This applet lets you configure a shortcut to pop up the menu "
"at the mouse's location."
msgstr ""
-#: ../data/messages:1099
+#: ../data/messages:1085
msgid "Enable the GMenu applet."
msgstr ""
-#: ../data/messages:1101 ../data/messages:1109
+#: ../data/messages:1087 ../data/messages:1095
msgid "Go to the «GMenu» module."
msgstr ""
-#: ../data/messages:1103
+#: ../data/messages:1089
msgid "How can I add a simple «quick launch» panel?"
msgstr ""
-#: ../data/messages:1105
+#: ../data/messages:1091
msgid ""
"Tip: if you removed your Gnome-panel, then the «alt+F2» shortkey will no "
"longer work. This applet lets you configure a shortcut to pop up the quick-"
"launch dialog."
msgstr ""
-#: ../data/messages:1107
+#: ../data/messages:1093
msgid ""
"Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
msgstr ""
-#: ../data/messages:1111
+#: ../data/messages:1097
msgid "How can I add a Log-out icon?"
msgstr ""
-#: ../data/messages:1113
+#: ../data/messages:1099
msgid ""
"Tip: In the latest version of GNOME, there are 2 panels: one to log out, and "
"one to turn off the computer. The first one is raised by a click on the "
@@ -3081,101 +3091,101 @@
"order, and even lets you enter your own commands."
msgstr ""
-#: ../data/messages:1115
+#: ../data/messages:1101
msgid "Enable the «Log-out» applet."
msgstr ""
-#: ../data/messages:1117
+#: ../data/messages:1103
msgid "Go to the «Log-out» module."
msgstr ""
-#: ../data/messages:1119
+#: ../data/messages:1105
msgid "How can I access the dustbin?"
msgstr ""
-#: ../data/messages:1121
+#: ../data/messages:1107
msgid ""
"Tip: you can delete a file by dragging it into the dustbin. You can even "
"unmount a mount-point this way!"
msgstr ""
-#: ../data/messages:1123
+#: ../data/messages:1109
msgid "Simply enable the «Dustbin» applet."
msgstr ""
-#: ../data/messages:1125
+#: ../data/messages:1111
msgid "Go to the «Dustbin» module."
msgstr ""
-#: ../data/messages:1127
+#: ../data/messages:1113
msgid "How can I access my mount points?"
msgstr ""
-#: ../data/messages:1129
+#: ../data/messages:1115
msgid ""
"Tip: you can mount a volume by clicking on its icon. To unmount it, middle-"
"click on its icon, or right-click and select «unmount»."
msgstr ""
-#: ../data/messages:1131
+#: ../data/messages:1117
msgid "Simply enable the «Shortcuts» applet."
msgstr ""
-#: ../data/messages:1133 ../data/messages:1141
+#: ../data/messages:1119 ../data/messages:1127
msgid "Go to the «Shortcuts» module."
msgstr ""
-#: ../data/messages:1135
+#: ../data/messages:1121
msgid "How can I access my Nautilus bookmarks?"
msgstr ""
-#: ../data/messages:1137
+#: ../data/messages:1123
msgid ""
"Tip: you can add a bookmark by dragging the folder onto the applet or into "
"its sub-dock. You can also rename and remove bookmarks. This will also take "
"effect in Nautilus immediately, and vice versa."
msgstr ""
-#: ../data/messages:1139
+#: ../data/messages:1125
msgid "Simply enable the «shortcuts» applet."
msgstr ""
-#: ../data/messages:1143
+#: ../data/messages:1129
msgid "How can I access my desktop?"
msgstr ""
-#: ../data/messages:1145
+#: ../data/messages:1131
msgid ""
"Tip: middle-clicking on the icon will hide all windows, but not desklets."
msgstr ""
-#: ../data/messages:1147
+#: ../data/messages:1133
msgid "Simply enable the «showDesktop» applet."
msgstr ""
-#: ../data/messages:1149
+#: ../data/messages:1135
msgid "Go to the «Show Desktop» module."
msgstr ""
-#: ../data/messages:1151
+#: ../data/messages:1137
msgid "How can I add an easy-to-acces calendar?"
msgstr ""
-#: ../data/messages:1153
+#: ../data/messages:1139
msgid ""
"Enable the «Clock» applet. Clicking on it will display a calendar, clicking "
"again will hide it."
msgstr ""
-#: ../data/messages:1155
+#: ../data/messages:1141
msgid "Go to the «Clock» module."
msgstr ""
-#: ../data/messages:1157
+#: ../data/messages:1143
msgid "How can I add the notification area (systray)?"
msgstr ""
-#: ../data/messages:1159
+#: ../data/messages:1145
msgid ""
"Enable the «Systray» applet. For the moment it cannot be displayed directly "
"in the dock,\n"
@@ -3185,62 +3195,66 @@
"corner of your screen and keep it above other windows."
msgstr ""
-#: ../data/messages:1161
+#: ../data/messages:1147
msgid "Go to the «Systray» module."
msgstr ""
-#: ../data/messages:1163
+#: ../data/messages:1149
msgid ""
"How can I add an easy-to-access terminal with real transparency, like Tilda?"
msgstr ""
-#: ../data/messages:1165
+#: ../data/messages:1151
msgid ""
"Tip: clicking next to the last tab will create a new tab. Double-clicking on "
"a tab allows you to rename it. You can even change the colour of a tab!"
msgstr ""
-#: ../data/messages:1167
+#: ../data/messages:1153
msgid ""
"Enable the «Terminal» applet. You can detach it and place it on the Widget "
"Layer for instance, or configure a shortkey to make it pop up instantly."
msgstr ""
-#: ../data/messages:1169
+#: ../data/messages:1155
msgid "Go to the «terminal» module."
msgstr ""
-#: ../data/messages:1171
+#: ../data/messages:1157
msgid "So then, how can I remove completely the gnome-panel?"
msgstr ""
-#: ../data/messages:1173
+#: ../data/messages:1159
msgid ""
"Open gconf-editor, edit the key "
-"/desktop/gnome/session/required_components_list/panel, and replace its "
-"content with \"cairo-dock\".\n"
+"/desktop/gnome/session/required_components/panel, and replace its content "
+"with \"cairo-dock\".\n"
"Then restart your session : the gnome-panel has not been started, and the "
"dock has been started (if not, you can add it to the startup programs)."
msgstr ""
-#: ../data/messages:1177
+#: ../data/messages:1163
msgid ""
"If you are on Gnome, you can click on this button in order to automatically "
"modify this key:"
msgstr ""
-#: ../data/messages:1181
+#: ../data/messages:1165 ../data/messages:1293
+msgid "Other applets"
+msgstr "تطبÙات اخرÙ"
+
+#: ../data/messages:1167
msgid "How do I run the same applet multiple times?"
msgstr ""
-#: ../data/messages:1183
+#: ../data/messages:1169
msgid ""
"Tip: This allows you, for example, to have the current time for different "
"countries in your dock or to have several animated characters in your dock "
"or the weather in different cities."
msgstr ""
-#: ../data/messages:1185
+#: ../data/messages:1171
msgid ""
"Some applets can have several instances running at the same time: Clock, "
"Cairo-Penguin, Weather, Netspeed, ...\n"
@@ -3249,91 +3263,91 @@
"You can configure this new applet just like any other."
msgstr ""
-#: ../data/messages:1187
+#: ../data/messages:1173
msgid ""
"I have a personal gauge that I want to use in the dock (for System-Monitor "
"or others)."
msgstr ""
-#: ../data/messages:1189
+#: ../data/messages:1175
msgid ""
"Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
msgstr ""
-#: ../data/messages:1191
+#: ../data/messages:1177
msgid ""
"I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
msgstr ""
-#: ../data/messages:1193
+#: ../data/messages:1179
msgid ""
"Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-"
"Penguin, weather, etc."
msgstr ""
-#: ../data/messages:1195
+#: ../data/messages:1181
msgid ""
"Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
msgstr ""
-#: ../data/messages:1197
+#: ../data/messages:1183
msgid "How do I change the brightness of my screen quickly?"
msgstr ""
-#: ../data/messages:1199
+#: ../data/messages:1185
msgid ""
"Enable the Xgamma applet, then you can scroll up/down on the icon with the "
"mouse."
msgstr ""
-#: ../data/messages:1201
+#: ../data/messages:1187
msgid "Go to the «Xgamma» module."
msgstr ""
-#: ../data/messages:1203
+#: ../data/messages:1189
msgid "How can I change the speaker volume quickly?"
msgstr ""
-#: ../data/messages:1205
+#: ../data/messages:1191
msgid ""
"Enable the AlsaMixer applet, then you can scroll up/down on the icon with "
"the mouse."
msgstr ""
-#: ../data/messages:1207
+#: ../data/messages:1193
msgid "Go to the «AlsaMixer» module."
msgstr ""
-#: ../data/messages:1209
+#: ../data/messages:1195
msgid "How can I quickly switch to another desktop?"
msgstr ""
-#: ../data/messages:1211
+#: ../data/messages:1197
msgid "Tip: This applet even lets you add or remove quickly a desktop !"
msgstr ""
-#: ../data/messages:1213
+#: ../data/messages:1199
msgid ""
"Activate the Switcher applet, then you can scroll up/down on the icon with "
"the mouse to go to the previous/next desktop,\n"
" or click on the icon to select a desktop."
msgstr ""
-#: ../data/messages:1215
+#: ../data/messages:1201
msgid "Go to the «Switcher» module."
msgstr ""
-#: ../data/messages:1217
+#: ../data/messages:1203
msgid "How can I control my dock from the keyboard?"
msgstr ""
-#: ../data/messages:1219
+#: ../data/messages:1205
msgid ""
"Tip: When you define a shortkey, try it before to be sure that it is not "
"already used by another application!"
msgstr ""
-#: ../data/messages:1221
+#: ../data/messages:1207
msgid ""
"Many applets have events that can be triggered by a keyboard shortcut :\n"
" - the <i>AlsaMixer</i> applet allows you to pop-up a <b>volume button</b> "
@@ -3352,37 +3366,37 @@
"your docks</b> and quickly <b>find and launch</b> applications and files !"
msgstr ""
-#: ../data/messages:1223
+#: ../data/messages:1209
msgid "Troubleshooting"
msgstr ""
-#: ../data/messages:1225
+#: ../data/messages:1211
msgid "If you have any question, don't hesitate to ask on our forum."
msgstr ""
-#: ../data/messages:1227
+#: ../data/messages:1213
msgid "Forum"
msgstr ""
-#: ../data/messages:1229
+#: ../data/messages:1215
msgid "Our wiki can also help you, it is more complete on some points."
msgstr ""
-#: ../data/messages:1231
+#: ../data/messages:1217
msgid "Wiki"
msgstr ""
-#: ../data/messages:1233
+#: ../data/messages:1219
msgid "I have a black background around my dock."
msgstr ""
-#: ../data/messages:1235
+#: ../data/messages:1221
msgid ""
"Hint : If you have an ATI or an Intel card, you should try without OpenGL "
"first, because their drivers are not yet perfect."
msgstr ""
-#: ../data/messages:1237
+#: ../data/messages:1223
msgid ""
"You need to turn on compositing. For instance, you can run Compiz or "
"xcompmgr. \n"
@@ -3393,28 +3407,28 @@
"'/apps/metacity/general/compositing_manager' and set it to 'true'."
msgstr ""
-#: ../data/messages:1241
+#: ../data/messages:1227
msgid ""
"If you're on Gnome with Metacity (without Compiz), you can click on this "
"button:"
msgstr ""
-#: ../data/messages:1243
+#: ../data/messages:1229
msgid "My machine is too old to run a composite manager."
msgstr ""
-#: ../data/messages:1245
+#: ../data/messages:1231
msgid ""
"Don't panic, Cairo-Dock can emulate the transparency.\n"
"To get rid of the black background, simply enable the corresponding option "
"in the end of the «System» module"
msgstr ""
-#: ../data/messages:1247
+#: ../data/messages:1233
msgid "The dock is horribly slow when I move the mouse into it."
msgstr ""
-#: ../data/messages:1249
+#: ../data/messages:1235
msgid ""
"If you have an Nvidia GeForce8 graphics card, please install the latest "
"drivers, as the first ones were really buggy.\n"
@@ -3424,32 +3438,32 @@
"with «cairo-dock -c»."
msgstr ""
-#: ../data/messages:1251
+#: ../data/messages:1237
msgid "I don't have these wonderful effects like fire, cube rotating, etc."
msgstr ""
-#: ../data/messages:1253
+#: ../data/messages:1239
msgid ""
"Tip: You can force OpenGL by launching the dock with «cairo-dock -o».but you "
"might get a lot of visual artifacts."
msgstr ""
-#: ../data/messages:1255
+#: ../data/messages:1241
msgid ""
"You need a graphics card with drivers that support OpenGL2.0. Most Nvidia "
"cards can do this, as can more and more Intel cards. Most ATI cards do not "
"support OpenGL2.0."
msgstr ""
-#: ../data/messages:1257
+#: ../data/messages:1243
msgid "I don't have any themes in the Theme Manager, except the default one."
msgstr ""
-#: ../data/messages:1259
+#: ../data/messages:1245
msgid "Hint : Up to version 2.1.1-2, wget was used."
msgstr ""
-#: ../data/messages:1261
+#: ../data/messages:1247
msgid ""
"Be sure that you are connected to the Net.\n"
" If your connection is very slow, you can increase the connection timeout in "
@@ -3459,17 +3473,17 @@
"\"http_proxy\" environment variable)."
msgstr ""
-#: ../data/messages:1263
+#: ../data/messages:1249
msgid "The «netspeed» applet displays 0 even when I'm downloading something"
msgstr ""
-#: ../data/messages:1265
+#: ../data/messages:1251
msgid ""
"Tip: you can run several instances of this applet if you wish to monitor "
"several interfaces."
msgstr ""
-#: ../data/messages:1267
+#: ../data/messages:1253
msgid ""
"You must tell the applet which interface you're using to connect to the Net "
"(by default, this is «eth0»).\n"
@@ -3478,11 +3492,11 @@
"something like «eth1», «ath0», or «wifi0».."
msgstr ""
-#: ../data/messages:1269
+#: ../data/messages:1255
msgid "The dustbin remains empty even when I delete a file."
msgstr ""
-#: ../data/messages:1271
+#: ../data/messages:1257
msgid ""
"if you're using KDE, you may have to specify the path to the trash folder.\n"
"Just edit the applet's configuration, and fill in the Trash path; it is "
@@ -3490,31 +3504,31 @@
"here!!! (do not insert spaces or some invisible caracters)."
msgstr ""
-#: ../data/messages:1273
+#: ../data/messages:1259
msgid ""
"There is no icon in the Applications Menu even though I enable the option."
msgstr ""
-#: ../data/messages:1275
+#: ../data/messages:1261
msgid ""
"In Gnome, there is an option that override the dock's one. To enable icons "
"in menus, open 'gconf-editor', go to Desktop / Gnome / Interface and enable "
"the \"menus have icons\" and the \"buttons have icons\" options. "
msgstr ""
-#: ../data/messages:1279
+#: ../data/messages:1265
msgid "If you're on Gnome you can click on this button:"
msgstr ""
-#: ../data/messages:1281
+#: ../data/messages:1267
msgid "The Project"
msgstr ""
-#: ../data/messages:1283
+#: ../data/messages:1269
msgid "Join the project!"
msgstr ""
-#: ../data/messages:1285
+#: ../data/messages:1271
msgid ""
"We value your help! If you see a bug, if you think something could be "
"improved,\n"
@@ -3526,57 +3540,61 @@
"weâll be happy to integrate it on our server !"
msgstr ""
-#: ../data/messages:1287
+#: ../data/messages:1273
msgid ""
"If you wish to develop an applet, a complete documentation is available here."
msgstr ""
-#: ../data/messages:1289
+#: ../data/messages:1275
msgid "Documentation"
msgstr ""
-#: ../data/messages:1291
+#: ../data/messages:1277
msgid ""
"If you wish to develop an applet in Python, Perl or any other language,\n"
"or to interact with the dock in any kind of way, a full DBus API is "
"described here."
msgstr ""
-#: ../data/messages:1293
+#: ../data/messages:1279
msgid "DBus API"
msgstr ""
+#: ../data/messages:1281
+msgid ""
+"\n"
+"\n"
+"The Cairo-Dock Team"
+msgstr ""
+
+#: ../data/messages:1283
+msgid "Websites"
+msgstr ""
+
#: ../data/messages:1295
-msgid ""
-"\n"
-"\n"
-"The Cairo-Dock Team"
-msgstr ""
+msgid "Cairo-Dock-Plug-ins-Extras"
+msgstr "اضÙات اضاÙÙØ© ÙÙÙر٠دÙÙ"
#: ../data/messages:1297
-msgid "Websites"
-msgstr ""
-
-#: ../data/messages:1311
msgid "Repositories"
msgstr ""
-#: ../data/messages:1313
+#: ../data/messages:1299
msgid ""
"We maintain two repositories for Debian, Ubuntu and other Debian-forked:\n"
" One for stable releases and another which is updated weekly (unstable "
"version)"
msgstr ""
-#: ../data/messages:1315
+#: ../data/messages:1301
msgid "Debian/Ubuntu"
msgstr ""
-#: ../data/messages:1317
+#: ../data/messages:1303
msgid "Ubuntu"
msgstr ""
-#: ../data/messages:1321
+#: ../data/messages:1307
msgid ""
"If you're on Ubuntu, you can add our 'stable' repository by clicking on this "
"button:\n"
@@ -3584,7 +3602,7 @@
"latest stable version."
msgstr ""
-#: ../data/messages:1325
+#: ../data/messages:1311
msgid ""
"If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by "
"clicking on this button:\n"
@@ -3592,11 +3610,11 @@
"latest weekly version."
msgstr ""
-#: ../data/messages:1327
+#: ../data/messages:1313
msgid "Debian"
msgstr ""
-#: ../data/messages:1331
+#: ../data/messages:1317
msgid ""
"If you're on Debian Stable, you can add our 'stable' repository by clicking "
"on this button:\n"
@@ -3604,7 +3622,7 @@
"system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1335
+#: ../data/messages:1321
msgid ""
"If you're on Debian Unstable, you can add our 'stable' repository by "
"clicking on this button:\n"
@@ -3612,7 +3630,7 @@
"system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1339
+#: ../data/messages:1325
msgid ""
"If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) "
"by clicking on this button:\n"
@@ -3620,7 +3638,7 @@
"system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1343
+#: ../data/messages:1329
msgid ""
"If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) "
"by clicking on this button:\n"
@@ -3628,215 +3646,244 @@
"system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1373
+#: ../data/messages:1359
msgid "starting from 0"
msgstr "اÙبدأ Ù
٠اÙصÙر"
-#: ../data/messages:1377
+#: ../data/messages:1363
msgid "Visibility of the dock"
msgstr ""
-#: ../data/messages:1401
+#: ../data/messages:1387
msgid "Leave it empty to use the same view as the main dock."
msgstr ""
-#: ../data/messages:1403
+#: ../data/messages:1389
msgid "Choose the view for this dock :/"
msgstr ""
-#: ../data/messages:1409
+#: ../data/messages:1395
msgid "Same as main dock"
msgstr ""
-#: ../data/messages:1427
-msgid "Choose a theme"
-msgstr "إختر سÙ
Ù"
-
-#: ../data/messages:1431
+#: ../data/messages:1413
msgid "You can even paste an internet URL."
msgstr "ÙÙ
ÙÙ٠اÙضا Ùص٠رابط Ø¥ÙترÙت."
-#: ../data/messages:1433
+#: ../data/messages:1415
msgid "...or drag and drop a theme package here :"
msgstr "... أ٠سØب ÙØ¥ÙÙات ØزÙ
٠اÙسÙ
Ù ÙÙا :"
-#: ../data/messages:1435
+#: ../data/messages:1417
msgid "Theme loading options"
msgstr ""
-#: ../data/messages:1445
+#: ../data/messages:1419
+msgid ""
+"If you tick this box, your launchers will be deleted and replaced by the "
+"ones provided in the new theme. Otherwise the current launchers will be "
+"kept, only icons will be replaced."
+msgstr ""
+
+#: ../data/messages:1421
+msgid "Use the new theme's launchers?"
+msgstr "إستخدÙ
سÙ
Ø© اÙÙ
شغ٠اÙجدÙدØ"
+
+#: ../data/messages:1423
+msgid ""
+"Otherwise the current behaviour will be kept. This defines the dock's "
+"position, behavioural settings such as auto-hide, using taskbar or not, etc."
+msgstr ""
+
+#: ../data/messages:1425
+msgid "Use the new theme's behaviour?"
+msgstr "Ù٠ترÙد استخداÙ
سÙÙ٠اÙسÙ
Ø© اÙجدÙدة Ø"
+
+#: ../data/messages:1427
msgid "Save"
msgstr "ØÙظ"
-#: ../data/messages:1447
+#: ../data/messages:1429
msgid "Save current theme"
msgstr "ØÙظ اÙسÙ
٠اÙØاÙÙÙ"
-#: ../data/messages:1449
+#: ../data/messages:1431
msgid "You will then be able to re-open it at any time."
msgstr "سÙÙÙ٠بإÙ
ÙاÙ٠إعاد٠ÙتØÙا Ù٠ا٠ÙÙت."
-#: ../data/messages:1451
+#: ../data/messages:1433
msgid "Save as:"
msgstr "ØÙظ باسÙ
:"
-#: ../data/messages:1453
+#: ../data/messages:1435
msgid "Save current behaviour also?"
msgstr ""
-#: ../data/messages:1455
+#: ../data/messages:1437
msgid "Save current launchers also?"
msgstr "Ù٠ترÙد ØÙظ اÙÙ
شغÙات اÙØاÙÙ٠أÙضا Ø"
-#: ../data/messages:1457
+#: ../data/messages:1439
msgid ""
"The dock will build a complete tarball of your current theme, allowing you "
"to easily exchange it with other people."
msgstr ""
-#: ../data/messages:1459
+#: ../data/messages:1441
msgid "Build a package of the theme?"
msgstr "Ù٠ترÙد بÙاء ØزÙ
Ø© ÙÙذ٠اÙسÙ
Ù Ø"
-#: ../data/messages:1461
+#: ../data/messages:1443
msgid "Delete"
msgstr "ØØ°Ù"
-#: ../data/messages:1463
+#: ../data/messages:1445
msgid "List of your personal themes"
msgstr "ÙائÙ
٠اÙسÙ
ات اÙخاص٠بÙ"
-#: ../data/messages:1465
+#: ../data/messages:1447
msgid "Delete from the list themes that you don't need anymore :"
msgstr "اØØ°Ù Ù
٠اÙÙائÙ
٠اÙسÙ
ات اÙت٠ÙÙ
تعد بØاج٠ÙÙا :"
-#: ../data/messages:1467 ../data/messages:1469 ../data/messages:1471
-#: ../data/messages:1473 ../data/messages:1501 ../data/messages:1551
-#: ../data/messages:1585
+#: ../data/messages:1449 ../data/messages:1451 ../data/messages:1453
+#: ../data/messages:1455 ../data/messages:1489 ../data/messages:1539
+#: ../data/messages:1577
msgid "Desktop Entry"
msgstr ""
-#: ../data/messages:1475
+#: ../data/messages:1457
+msgid "Subdock"
+msgstr ""
+
+#: ../data/messages:1459 ../data/messages:1543 ../data/messages:1581
+msgid ""
+"If you write here a container's name that doesn't exist yet, a new one will "
+"be created, with this icon inside."
+msgstr ""
+
+#: ../data/messages:1461 ../data/messages:1533 ../data/messages:1545
+#: ../data/messages:1583
+msgid "Name of the container it belongs to:"
+msgstr "اسÙ
اÙØاÙÙ٠اÙتابعة ÙÙا :"
+
+#: ../data/messages:1463
msgid "Sub-dock's name :"
msgstr "اسÙ
اÙشرÙØ· اÙÙرعÙ"
-#: ../data/messages:1477 ../data/messages:1505
+#: ../data/messages:1465 ../data/messages:1553 ../data/messages:1585
+msgid "Display"
+msgstr ""
+
+#: ../data/messages:1467 ../data/messages:1493
msgid "How to render the icon :"
msgstr ""
-#: ../data/messages:1479 ../data/messages:1507
+#: ../data/messages:1469 ../data/messages:1495
msgid "Use an image"
msgstr "إستخداÙ
صÙرÙ"
-#: ../data/messages:1481 ../data/messages:1509
+#: ../data/messages:1471 ../data/messages:1497
msgid "Draw sub-dock's content as emblems"
msgstr ""
-#: ../data/messages:1483 ../data/messages:1511
+#: ../data/messages:1473 ../data/messages:1499
msgid "Draw sub-dock's content as stack"
msgstr ""
-#: ../data/messages:1485 ../data/messages:1513
+#: ../data/messages:1475 ../data/messages:1501
msgid "Draw sub-dock's content inside a box"
msgstr "رسÙ
Ù
ØتÙÙات اÙشرÙØ· اÙÙرع٠داخ٠صÙدÙÙ"
-#: ../data/messages:1487 ../data/messages:1515 ../data/messages:1559
+#: ../data/messages:1477 ../data/messages:1503 ../data/messages:1555
#: ../data/messages:1587
msgid "Image's name or path :"
msgstr "اسÙ
اÙصÙر٠ا٠Ù
سارÙا :"
-#: ../data/messages:1489 ../data/messages:1541 ../data/messages:1565
+#: ../data/messages:1479 ../data/messages:1529 ../data/messages:1557
#: ../data/messages:1589
msgid "Extra parameters"
msgstr "Ù
ؤشرات إضاÙÙÙ"
-#: ../data/messages:1491 ../data/messages:1543 ../data/messages:1567
-#: ../data/messages:1591
-msgid "Order you want for this launcher among the others:"
-msgstr ""
-
-#: ../data/messages:1493 ../data/messages:1545 ../data/messages:1563
-#: ../data/messages:1593
-msgid "Name of the container it belongs to:"
-msgstr "اسÙ
اÙØاÙÙ٠اÙتابعة ÙÙا :"
-
-#: ../data/messages:1495
+#: ../data/messages:1481
msgid "Name of the view used for the sub-dock :"
msgstr ""
-#: ../data/messages:1497
+#: ../data/messages:1483
msgid "If '0' the container will be displayed on every viewport."
msgstr ""
-#: ../data/messages:1499 ../data/messages:1549 ../data/messages:1583
+#: ../data/messages:1485 ../data/messages:1537 ../data/messages:1573
msgid "Only show in this specific viewport"
msgstr ""
-#: ../data/messages:1503 ../data/messages:1553
+#: ../data/messages:1487 ../data/messages:1531 ../data/messages:1575
+#: ../data/messages:1591
+msgid "Order you want for this launcher among the others:"
+msgstr ""
+
+#: ../data/messages:1491 ../data/messages:1547
msgid "Launcher's name :"
msgstr "اسÙ
اÙÙ
شغ٠:"
-#: ../data/messages:1517
+#: ../data/messages:1505
msgid "URI of the file :"
msgstr ""
-#: ../data/messages:1519
+#: ../data/messages:1507
msgid "Number of files to list in the sub-dock :"
msgstr "عدد اÙÙ
ÙÙات اÙت٠ستدرج Ù٠اÙشرÙØ· اÙÙرع٠:"
-#: ../data/messages:1523
+#: ../data/messages:1511
msgid "5"
msgstr "5"
-#: ../data/messages:1525
+#: ../data/messages:1513
msgid "10"
msgstr "10"
-#: ../data/messages:1527
+#: ../data/messages:1515
msgid "20"
msgstr "20"
-#: ../data/messages:1529
+#: ../data/messages:1517
msgid "30"
msgstr "30"
-#: ../data/messages:1533
+#: ../data/messages:1521
msgid "Sort files by :"
msgstr "ترتÙب اÙÙ
ÙÙات بÙاسط٠:"
-#: ../data/messages:1535
+#: ../data/messages:1523
msgid "Name"
msgstr "اÙإسÙ
"
-#: ../data/messages:1537
+#: ../data/messages:1525
msgid "Size"
msgstr "اÙØجÙ
"
-#: ../data/messages:1539
+#: ../data/messages:1527
msgid "Date"
msgstr "اÙتارÙØ®"
-#: ../data/messages:1547 ../data/messages:1581
+#: ../data/messages:1535 ../data/messages:1571
msgid "If '0' the launcher will be displayed on every viewport."
msgstr ""
-#: ../data/messages:1555
+#: ../data/messages:1541
+msgid "Launcher"
+msgstr ""
+
+#: ../data/messages:1549
msgid ""
"Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard "
"shortcut, for exemple <Alt>F1, <Ctrl>c, <Ctrl>v, etc"
msgstr ""
-#: ../data/messages:1557
+#: ../data/messages:1551
msgid "Command to launch on click :"
msgstr "اÙØ£Ù
ر ÙÙتشغÙÙ Ù
Ù Ø®Ùا٠اÙÙÙر :"
-#: ../data/messages:1561
-msgid ""
-"If you write here a container's name that doesn't exist yet, a new one will "
-"be created, with this icon inside."
-msgstr ""
-
-#: ../data/messages:1569
+#: ../data/messages:1559
msgid ""
"If you choosed to mix launcher and applis, this option will deactivate this "
"behaviour for this launcher only. It can be useful for instance for a "
@@ -3844,11 +3891,11 @@
"steal the Terminal's icon from the Taskbar."
msgstr ""
-#: ../data/messages:1571
+#: ../data/messages:1561
msgid "Prevent this launcher from stealing appli from taskbar ?"
msgstr ""
-#: ../data/messages:1573
+#: ../data/messages:1563
msgid ""
"The only reason you may want to modify this parameter is if you made this "
"launcher by hands. If you dropped it into the dock from the menu, it is "
@@ -3856,24 +3903,24 @@
"program, which is useful to link the appli with its launcher."
msgstr ""
-#: ../data/messages:1575
+#: ../data/messages:1565
msgid "Class of the program :"
msgstr "Ùئة اÙبرÙاÙ
ج:"
-#: ../data/messages:1577
+#: ../data/messages:1567
msgid "It will use 'xterm'."
msgstr ""
-#: ../data/messages:1579
+#: ../data/messages:1569
msgid "Run in a terminal ?"
msgstr "تشغÙÙ Ù٠اÙطرÙÙÙ Ø"
-#: ../data/messages:1595
+#: ../data/messages:1593
msgid "pouet"
msgstr ""
-#: ../data/messages:1597 ../data/messages:1599 ../data/messages:1601
-#: ../data/messages:1603
+#: ../data/messages:1595 ../data/messages:1597 ../data/messages:1599
+#: ../data/messages:1601
msgid ""
"v1.4.6.3 :\n"
"Just to say :\n"
@@ -3881,7 +3928,7 @@
" the Cairo-Dock's team."
msgstr ""
-#: ../data/messages:1605
+#: ../data/messages:1603
msgid ""
"v1.5.0 : it's been 1 month since previous release, and we worked hardly to "
"bring you :\n"
@@ -3901,7 +3948,7 @@
" Now, why not try to make an applet for Cairo-Dock ? ;-)"
msgstr ""
-#: ../data/messages:1607
+#: ../data/messages:1605
msgid ""
"v1.5.1 :\n"
" - The 1.5 branch is still young, so this version brings a lot of bug fixes\n"
@@ -3913,7 +3960,7 @@
" and behave as real desklets."
msgstr ""
-#: ../data/messages:1609
+#: ../data/messages:1607
msgid ""
"v1.5.2.1 :\n"
" - a lot of bug fixes, especially on desklets.\n"
@@ -3921,7 +3968,7 @@
" - Cairo-Dock is now fully translated in Japanese, thanks to Jiro Kawada !"
msgstr ""
-#: ../data/messages:1611
+#: ../data/messages:1609
msgid ""
"v1.5.3.2 :\n"
" - Themes have been deeply reviewed\n"
@@ -3935,7 +3982,7 @@
" who could help cairo-dock to be well-integrated into KDE ;-)"
msgstr ""
-#: ../data/messages:1613
+#: ../data/messages:1611
msgid ""
"v1.5.4.2 : a huge release !\n"
" - add a cute pinguin in your dock with the new applet Cairo-Penguin\n"
@@ -3949,7 +3996,7 @@
" - 3 more themes in Weather"
msgstr ""
-#: ../data/messages:1615
+#: ../data/messages:1613
msgid ""
"v1.5.5.4 :\n"
" - Huge enhancements in the TaskBar :\n"
@@ -3965,7 +4012,7 @@
"soon ;-)"
msgstr ""
-#: ../data/messages:1617
+#: ../data/messages:1615
msgid ""
"v1.5.6 :\n"
" - Integration into the last Gnome 2.22 (Ubuntu8.04, Fedora9, ...) - still "
@@ -3983,7 +4030,7 @@
" - Any help would be welcome to integrate the dock into KDE !"
msgstr ""
-#: ../data/messages:1619
+#: ../data/messages:1617
msgid ""
"v1.6.0 :\n"
" - A new view has appeared : Diapositive !\n"
@@ -4002,7 +4049,7 @@
" - Real window thumbnail when minimized."
msgstr ""
-#: ../data/messages:1621
+#: ../data/messages:1619
msgid ""
"v1.6.1 :\n"
"Cairo-Dock has one year ! To celebrate this event, we are happy to offer you "
@@ -4015,7 +4062,7 @@
"plug-in ^_^"
msgstr ""
-#: ../data/messages:1623
+#: ../data/messages:1621
msgid ""
"v1.6.2 : the first version integrated in the Ubuntu repositories !\n"
" - 2 new applets have been released :\n"
@@ -4028,7 +4075,7 @@
"plug-in ^_^"
msgstr ""
-#: ../data/messages:1625
+#: ../data/messages:1623
msgid ""
"v1.6.3 : \n"
" - first the bad news :\n"
@@ -4046,7 +4093,7 @@
" - The dock is now translated in Sweden and partially in Greek."
msgstr ""
-#: ../data/messages:1627
+#: ../data/messages:1625
msgid ""
"Cairo-Dock II\n"
" - Cairo-Dock is now a full OpenGL dock ! (the cairo backend is still "
@@ -4059,7 +4106,7 @@
" - Lot of bug fixes and upgrades in all plug-ins."
msgstr ""
-#: ../data/messages:1629
+#: ../data/messages:1627
msgid ""
"2.0.5 :\n"
" - This is mainly a bug-fix version\n"
@@ -4067,7 +4114,7 @@
" - Added functionnalities on grouped applications icons."
msgstr ""
-#: ../data/messages:1631
+#: ../data/messages:1629
msgid ""
"2.1.0 : A really heavy version !\n"
" - Control any music player with the MusicPlayer applet\n"
@@ -4084,7 +4131,7 @@
"documentation on http://doc.glx-dock.org."
msgstr ""
-#: ../data/messages:1633
+#: ../data/messages:1631
msgid ""
"2.1.1 : more stable and user-friendly !\n"
" - This version corrects many bugs appeared with the v2.1.0 (sorry for that "
@@ -4102,7 +4149,7 @@
" You can even write an applet in any language with it !"
msgstr ""
-#: ../data/messages:1635
+#: ../data/messages:1633
msgid ""
"2.1.2 : \n"
" - The config panel has been improved again (new icons, more clear, better "
@@ -4120,7 +4167,7 @@
"to achieve it !"
msgstr ""
-#: ../data/messages:1637
+#: ../data/messages:1635
msgid ""
"GLX-Dock 2.1.3\n"
" - A new and simplified configuration panel has been written\n"
@@ -4135,7 +4182,7 @@
" - This version also fixes a huge number of problems."
msgstr ""
-#: ../data/messages:1639
+#: ../data/messages:1637
msgid ""
"<b><span color='red'>GLX-Dock 2.2.0</span></b>\n"
" - The dock has gained 2 <b>new visibility modes</b> and several <b>auto-"
@@ -4159,6 +4206,17 @@
"better on any desktop."
msgstr ""
+#: ../data/messages:1639
+msgid ""
+"<b><span color='red'>GLX-Dock 2.2.1</span></b>\n"
+" - The <i>System-Monitor</i> applet can now monitor <b>CPU temperature</b> "
+"and <b>fan speed</b>.\n"
+" - The <i>menus</i> have a <b>better layout</b>.\n"
+" - The <i>Logout applet</i> now warns you when the computer <b>needs to be "
+"restarted</b>.\n"
+" - Several <b>bug-fixes</b> and improvments."
+msgstr ""
+
#~ msgid "Do you want to mount this device?"
#~ msgstr "Ù٠ترÙد تØÙ
ÙÙ Ùذا اÙجÙازØ"
@@ -4175,6 +4233,18 @@
#~ msgid "Plug-ins"
#~ msgstr "Ù
ÙØÙات"
+#~ msgid "The themes could not be deleted"
+#~ msgstr "سÙ
ات ÙÙ
ÙتÙ
ØØ°ÙÙا ."
+
+#~ msgid "The theme could not be deleted"
+#~ msgstr "سÙ
Ø© Ùا ÙÙ
ÙÙ ØØ°ÙÙا ."
+
+#~ msgid "The theme could not be saved"
+#~ msgstr "ï»» ÙÙ
ÙÙ ØÙظ اÙسÙ
Ø© ."
+
+#~ msgid "The theme has been deleted"
+#~ msgstr "تÙ
Øذ٠اÙسÙ
Ø© ."
+
#~ msgid "Hidden Dock"
#~ msgstr "إخÙاء اÙشرÙØ· ."
@@ -4208,9 +4278,15 @@
#~ msgid "Controllers"
#~ msgstr "اÙÙ
تØÙÙ
ات"
+#~ msgid "Add a separator"
+#~ msgstr "اضاÙØ© ÙاصÙ"
+
#~ msgid "Define the appearance of the dock when it's hidden."
#~ msgstr "تØدÙد Ù
ظÙر اÙشرÙØ· عÙدÙ
ÙختÙÙ ."
+#~ msgid "Do you want to keep this setting?"
+#~ msgstr "Ù٠ترÙد ابÙاء Ùذا اÙإعداد"
+
#~ msgid "Automatically hide when a window is maximized"
#~ msgstr "إخÙاء تÙÙائ٠عÙد تÙبÙر اÙÙÙاÙØ°"
@@ -4220,6 +4296,12 @@
#~ msgid "Automatically hide the dock"
#~ msgstr "اخÙاء تÙÙائÙ"
+#~ msgid "Applets"
+#~ msgstr "تطبÙÙات"
+
+#~ msgid "Choose one of the available themes:"
+#~ msgstr "اختر ÙاØد Ù
٠اÙسÙ
ات اÙÙ
تاØØ© :"
+
#, c-format
#~ msgid "%s is now unmounted"
#~ msgstr "%s اÙا٠غÙر Ù
ØÙ
Ù"
@@ -4243,6 +4325,9 @@
#~ msgid "Controller"
#~ msgstr "اÙتØÙÙ
"
+#~ msgid "state"
+#~ msgstr "ÙÙاÙÙ"
+
#, c-format
#~ msgid ""
#~ "You're about deleting this file\n"
@@ -4253,6 +4338,9 @@
#~ " (%s)\n"
#~ "Ù٠اÙت Ù
تأÙد Ø"
+#~ msgid "Choose a theme"
+#~ msgstr "إختر سÙ
Ù"
+
#~ msgid "Activate auto-hide?"
#~ msgstr "Ù٠ترÙد تÙعÙ٠اÙإخÙاء اÙتÙÙائ٠Ø"
=== modified file 'po/be.po'
--- po/be.po 2010-09-18 12:19:06 +0000
+++ po/be.po 2011-02-23 23:27:12 +0000
@@ -7,107 +7,281 @@
msgstr ""
"Project-Id-Version: cairo-dock-core\n"
"Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2010-08-29 00:58+0000\n"
-"PO-Revision-Date: 2010-09-07 17:54+0000\n"
+"POT-Creation-Date: 2011-01-01 04:03+0000\n"
+"PO-Revision-Date: 2010-10-25 05:35+0000\n"
"Last-Translator: danvyr <Unknown>\n"
"Language-Team: Belarusian <be@xxxxxx>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2010-09-08 04:34+0000\n"
+"X-Launchpad-Export-Date: 2011-01-02 04:41+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
-
-#: ../src/cairo-dock-gui-launcher.c:376
-msgid "Launcher configuration"
-msgstr "ÐанÑÑгÑÑаÑÑÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ð·Ð°Ð¿ÑÑкÑ"
-
-#: ../src/cairo-dock-gui-main.c:128 ../data/messages:277
-msgid "Behaviour"
-msgstr "ÐаводзÑнÑ"
-
-#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1399
-msgid "Appearance"
-msgstr "ÐнеÑÐ½Ñ Ð²ÑглÑд"
-
-#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1247
+"Language: be\n"
+
+#: ../src/cairo-dock-gui-commons.c:215
+msgid ""
+"You have made some changes to the current theme.\n"
+"You will lose them if you don't save before choosing a new theme. Continue "
+"anyway?"
+msgstr ""
+"У гÑÑай ÑÑме бÑÐ»Ñ Ð·ÑÐ¾Ð±Ð»ÐµÐ½Ñ Ð½ÐµÐºÐ°ÑоÑÑÑ Ð·Ð¼ÐµÐ½Ñ.\n"
+"Ð¯Ð½Ñ Ð±ÑдÑÑÑ Ð·Ð³ÑбленÑ, ÐºÐ°Ð»Ñ Ð¿ÐµÑад вÑбаÑам новай ÑÑÐ¼Ñ ÑÑ
не заÑ
аваÑÑ.\n"
+"У лÑбÑм вÑÐ¿Ð°Ð´ÐºÑ Ð¿ÑаÑÑгваÑÑ?"
+
+#: ../src/cairo-dock-gui-commons.c:241
+msgid "Please wait while importing the theme..."
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:304
+msgid "Bottom dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:306
+msgid "Top dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:311
+msgid "Right dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:313
+msgid "Left dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:410 ../src/cairo-dock-menu.c:1373
+msgid "Configure this applet"
+msgstr "ÐаладзÑÑÑ Ð³ÑÑÑ Ð°Ð¿Ð»ÐµÑ"
+
+#: ../src/cairo-dock-gui-commons.c:447 ../src/cairo-dock-gui-main.c:131
msgid "Files"
msgstr "ФайлÑ"
-#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1252
+#: ../src/cairo-dock-gui-commons.c:452 ../src/cairo-dock-gui-main.c:132
msgid "Internet"
msgstr "ÐнÑÑÑнÑÑ"
-#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1257
+#: ../src/cairo-dock-gui-commons.c:457 ../src/cairo-dock-gui-main.c:133
msgid "Desktop"
msgstr "ÐÑаÑоÑÐ½Ñ ÑÑол"
-#: ../src/cairo-dock-gui-main.c:133
-msgid "Accessories"
-msgstr "ÐкÑÑÑÑаÑÑ"
+#: ../src/cairo-dock-gui-commons.c:462
+msgid "Accessory"
+msgstr "ÐкÑеÑÑаÑ"
-#: ../src/cairo-dock-gui-main.c:134 ../src/gldit/cairo-dock-gui-factory.c:1267
-#: ../src/gldit/cairo-dock-internal-system.c:133 ../data/messages:353
+#: ../src/cairo-dock-gui-commons.c:467 ../src/cairo-dock-gui-main.c:135
+#: ../src/cairo-dock-gui-main.c:1447
+#: ../src/internal-old/cairo-dock-internal-system.c:122 ../data/messages:339
msgid "System"
msgstr "СÑÑÑÑма"
-#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1272
+#: ../src/cairo-dock-gui-commons.c:472 ../src/cairo-dock-gui-main.c:136
msgid "Fun"
msgstr "ÐабавÑ"
-#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1524
-#: ../data/messages:1531
+#: ../src/cairo-dock-gui-commons.c:514
+msgid "plug-in"
+msgstr "плагÑн"
+
+#: ../src/cairo-dock-gui-commons.c:520
+msgid "category"
+msgstr "каÑÑгоÑÑÑ"
+
+#: ../src/cairo-dock-gui-items.c:334
+msgid ""
+"Main dock's paramaters are available in the main configuration window."
+msgstr ""
+
+#: ../src/cairo-dock-gui-items.c:571
+msgid "Launcher configuration"
+msgstr "ÐанÑÑгÑÑаÑÑÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ð·Ð°Ð¿ÑÑкÑ"
+
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:263
+msgid "Behaviour"
+msgstr "ÐаводзÑнÑ"
+
+#: ../src/cairo-dock-gui-main.c:130 ../data/messages:83 ../data/messages:1383
+msgid "Appearance"
+msgstr "ÐнеÑÐ½Ñ Ð²ÑглÑд"
+
+#: ../src/cairo-dock-gui-main.c:134
+msgid "Accessories"
+msgstr "ÐкÑÑÑÑаÑÑ"
+
+#: ../src/cairo-dock-gui-main.c:137 ../src/cairo-dock-gui-main.c:1585
+#: ../data/messages:1519
msgid "All"
msgstr "УÑе"
-#: ../src/cairo-dock-gui-main.c:1500
+#: ../src/cairo-dock-gui-main.c:1428
+#: ../src/internal-old/cairo-dock-internal-position.c:131
+msgid "Set the position of the main dock."
+msgstr "ÐÑбеÑÑÑе меÑÑазнаÑ
оджанне галоÑнай панÑлÑ."
+
+#: ../src/cairo-dock-gui-main.c:1429
+#: ../src/internal-old/cairo-dock-internal-position.c:129 ../data/messages:137
+msgid "Position"
+msgstr "ÐазÑÑÑÑ"
+
+#: ../src/cairo-dock-gui-main.c:1434
+#: ../src/internal-old/cairo-dock-internal-accessibility.c:261
+msgid ""
+"Do you like your dock to be always visible,\n"
+" or on the contrary unobtrusive?\n"
+"Configure the way you access your docks and sub-docks!"
+msgstr ""
+"ÐÑ Ñ
оÑаÑе каб ваÑа панÑÐ»Ñ Ð±Ñла заÑÑÑÐ´Ñ Ð½Ð° Ñвазе\n"
+" ÑÑ Ð½Ð°Ð°Ð´Ð²Ð°ÑоÑ, ÑÑ
Ð°Ð²Ð°Ð½Ð°Ñ Ð°Ð´ ваÑÑй?\n"
+"ÐаладзÑÑе ÑÑÑ Ð²ÑглÑд адлÑÑÑÑÐ°Ð²Ð°Ð½Ð½Ñ Ð²Ð°Ñай панÑÐ»Ñ Ñ ÑÑб-панÑлÑÑ!"
+
+#: ../src/cairo-dock-gui-main.c:1435 ../src/cairo-dock-menu.c:1410
+#: ../src/internal-old/cairo-dock-internal-accessibility.c:259
+msgid "Visibility"
+msgstr "ÐаÑнаÑÑÑÑ"
+
+#: ../src/cairo-dock-gui-main.c:1440
+#: ../src/internal-old/cairo-dock-internal-taskbar.c:167
+msgid "Display and interact with currently open windows."
+msgstr "ÐдлÑÑÑÑаванне Ñ ÑзаемадзеÑнне з ÑÑпеÑаÑнÑÐ¼Ñ Ð°Ð´ÐºÑÑÑÑÐ¼Ñ Ð²Ð¾ÐºÐ½Ð°Ð¼Ñ."
+
+#: ../src/cairo-dock-gui-main.c:1441
+#: ../src/internal-old/cairo-dock-internal-taskbar.c:165 ../data/messages:61
+#: ../data/messages:1033
+msgid "Taskbar"
+msgstr "ÐанÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ"
+
+#: ../src/cairo-dock-gui-main.c:1446
+#: ../src/internal-old/cairo-dock-internal-system.c:124
+msgid "All of the parameters you will never want to tweak."
+msgstr "Ðе змÑнÑйÑе гÑÑÑÑ Ð¿Ð°ÑамеÑÑÑ Ð±ÐµÐ· аÑаблÑвай паÑÑÑбÑ."
+
+#: ../src/cairo-dock-gui-main.c:1452
+#: ../src/internal-old/cairo-dock-internal-background.c:130
+msgid "Set a background for your dock."
+msgstr "ÐÑбеÑÑÑе Ð·Ð°Ð´Ð½Ñ Ñон Ð´Ð»Ñ ÐаÑай панÑлÑ."
+
+#: ../src/cairo-dock-gui-main.c:1453
+#: ../src/internal-old/cairo-dock-internal-background.c:128
+#: ../data/messages:435 ../data/messages:831 ../data/messages:1391
+msgid "Background"
+msgstr "ÐÐ°Ð´Ð½Ñ Ñон"
+
+#: ../src/cairo-dock-gui-main.c:1458
+#: ../src/internal-old/cairo-dock-internal-views.c:87
+msgid "Select a view for each of your docks."
+msgstr "ÐожаÑе вÑбÑаÑÑ Ð°ÑÐ¾Ð±Ð½Ñ Ð²Ñд Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð°Ð¹ панÑлÑ."
+
+#: ../src/cairo-dock-gui-main.c:1459
+#: ../src/internal-old/cairo-dock-internal-views.c:85 ../data/messages:115
+#: ../data/messages:495 ../data/messages:1385
+msgid "Views"
+msgstr "ÐÑглÑдÑ"
+
+#: ../src/cairo-dock-gui-main.c:1465
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:121
+msgid "Configure text bubble appearance."
+msgstr "ÐаладзÑÑе знеÑÐ½Ñ Ð²ÑглÑд воблаÑÐºÐ°Ñ Ð½Ð°Ð¿Ð°Ð¼Ñн."
+
+#: ../src/cairo-dock-gui-main.c:1466
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:119
+msgid "Dialog boxes"
+msgstr "ÐÑÑлогÑ"
+
+#: ../src/cairo-dock-gui-main.c:1472
+#: ../src/internal-old/cairo-dock-internal-desklets.c:100
+msgid "Applets can be displayed on your desktop as widgets."
+msgstr "ÐплеÑÑ Ð¼Ð¾Ð³ÑÑÑ ÑазмÑÑÑаÑÑа на ваÑÑм пÑаÑоÑнÑм ÑÑале, Ñк вÑджеÑÑ."
+
+#: ../src/cairo-dock-gui-main.c:1473
+#: ../src/internal-old/cairo-dock-internal-desklets.c:98 ../data/messages:551
+msgid "Desklets"
+msgstr "ÐÑÑклеÑÑ"
+
+#: ../src/cairo-dock-gui-main.c:1479
+#: ../src/internal-old/cairo-dock-internal-icons.c:459
+msgid ""
+"All about icons:\n"
+" size, reflection, icon theme,..."
+msgstr ""
+"УÑÑ Ð°Ð± знаÑкаÑ
:\n"
+" памеÑ, адлÑÑÑÑаванне, ÑÑма знаÑкоÑ, ..."
+
+#: ../src/cairo-dock-gui-main.c:1480
+#: ../src/internal-old/cairo-dock-internal-icons.c:457 ../data/messages:85
+#: ../data/messages:615 ../data/messages:857
+msgid "Icons"
+msgstr "ÐнаÑкÑ"
+
+#: ../src/cairo-dock-gui-main.c:1485
+#: ../src/internal-old/cairo-dock-internal-indicators.c:169
+msgid "Indicators are additional markers for your icons."
+msgstr "ÐндÑкаÑаÑÑ Ð°Ð´Ð»ÑÑÑÑоÑваÑÑÑ Ð´Ð°Ð´Ð°ÑковÑÑ ÑнÑаÑмаÑÑÑ Ð½Ð° знаÑкаÑ
."
+
+#: ../src/cairo-dock-gui-main.c:1486
+#: ../src/internal-old/cairo-dock-internal-indicators.c:167
+#: ../data/messages:733
+msgid "Indicators"
+msgstr "ÐндÑкаÑаÑÑ"
+
+#: ../src/cairo-dock-gui-main.c:1492
+#: ../src/internal-old/cairo-dock-internal-labels.c:182
+msgid "Define icon caption and quick-info style."
+msgstr "ÐÑбеÑÑÑе знеÑÐ½Ñ Ð²ÑглÑд подпÑÑÐ°Ñ Ñ ÑнÑа-паведамленнÑÑ."
+
+#: ../src/cairo-dock-gui-main.c:1493
+#: ../src/internal-old/cairo-dock-internal-labels.c:180
+msgid "Captions"
+msgstr "ÐодпÑÑÑ"
+
+#: ../src/cairo-dock-gui-main.c:1561
msgid "Categories"
msgstr "ÐаÑÑгоÑÑÑ"
-#: ../src/cairo-dock-gui-main.c:1630
+#: ../src/cairo-dock-gui-main.c:1699
msgid "Filter"
msgstr "ФÑлÑÑÑ"
-#: ../src/cairo-dock-gui-main.c:1677 ../data/messages:141
+#: ../src/cairo-dock-gui-main.c:1746
msgid "Options"
msgstr "ÐаÑамеÑÑÑ"
-#: ../src/cairo-dock-gui-main.c:1687
+#: ../src/cairo-dock-gui-main.c:1756
msgid "All words"
msgstr "Ðа ÑÑÑÑ
ÑловаÑ
"
-#: ../src/cairo-dock-gui-main.c:1691
+#: ../src/cairo-dock-gui-main.c:1760
msgid "Highlighted words"
msgstr "ÐадÑвÑÑлÑÑÑ Ñлова"
-#: ../src/cairo-dock-gui-main.c:1696
+#: ../src/cairo-dock-gui-main.c:1765
msgid "Hide others"
msgstr "СÑ
аваÑÑ Ð°ÑÑаÑнÑÑ"
-#: ../src/cairo-dock-gui-main.c:1701
+#: ../src/cairo-dock-gui-main.c:1770
msgid "Search in description"
msgstr "ШÑкаÑÑ Ñ Ð°Ð¿ÑÑаннÑÑ
"
-#: ../src/cairo-dock-gui-main.c:1715
+#: ../src/cairo-dock-gui-main.c:1784
msgid "Enable this module"
msgstr "ÐкÑÑваваÑÑ Ð³ÑÑÑ Ð¼Ð¾Ð´ÑлÑ"
-#: ../src/cairo-dock-gui-main.c:1779 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1848 ../src/cairo-dock-menu.c:205
+#: ../data/messages:133
msgid "More applets"
msgstr "ÐолÑÑ Ð°Ð¿Ð»ÐµÑаÑ"
-#: ../src/cairo-dock-gui-main.c:1780 ../data/messages:133
+#: ../src/cairo-dock-gui-main.c:1849 ../data/messages:131
msgid "Get more applets online !"
msgstr "ÐÑÑÑмаÑÑ Ð±Ð¾Ð»ÑÑ Ð°Ð¿Ð¿Ð»ÐµÑов!"
-#: ../src/cairo-dock-gui-main.c:1815 ../src/cairo-dock.c:741
+#: ../src/cairo-dock-gui-main.c:1883 ../src/cairo-dock.c:729
msgid "< Maintenance mode >"
msgstr "< Ð ÑжÑм абÑлÑгоÑÐ²Ð°Ð½Ð½Ñ >"
-#: ../src/cairo-dock-gui-main.c:1905 ../src/cairo-dock-gui-simple.c:769
+#: ../src/cairo-dock-gui-main.c:1973 ../src/cairo-dock-gui-simple.c:900
msgid "Cairo-Dock configuration"
msgstr "ÐаÑÑÑойка Cairo-Dock"
-#: ../src/cairo-dock-gui-main.c:2226
+#: ../src/cairo-dock-gui-main.c:2294
#, c-format
msgid ""
"The '%s' module is not present. You need to install it and all its "
@@ -116,16 +290,16 @@
"ÐодÑÐ»Ñ '%s' не ÑÑÑалÑванÑ. Ðам ваÑÑа ÑÑÑалÑваÑÑ Ñго або Ñго залежнаÑÑÑ, каб "
"Ñ Ð¿Ð¾Ñнай меÑÑ Ñго вÑкаÑÑÑÑоÑваÑÑ."
-#: ../src/cairo-dock-gui-main.c:2232
+#: ../src/cairo-dock-gui-main.c:2300
#, c-format
msgid "The '%s' module is not enabled."
msgstr "ÐодÑÐ»Ñ '%s' не акÑÑваванÑ."
-#: ../src/cairo-dock-gui-main.c:2233
+#: ../src/cairo-dock-gui-main.c:2301
msgid "Do you want to enable it now?"
msgstr "ÐкÑÑвiÑаваÑÑ Ñго заÑаз?"
-#: ../src/cairo-dock-gui-main.c:2376
+#: ../src/cairo-dock-gui-main.c:2444
msgid ""
"It appears that you've never entered the help module before.\n"
"If you are having difficulty configuring the dock, or if you want to "
@@ -138,28 +312,44 @@
"модÑÐ»Ñ ÐÐ°Ð¿Ð°Ð¼Ð¾Ð³Ñ Ð´Ð°Ð¿Ð°Ð¼Ð¾Ð¶Ð° вам Ñ Ð³ÑÑÑм!\n"
"ХоÑаÑе пеÑайÑÑÑ Ñ Ð¼Ð¾Ð´ÑÐ»Ñ ÐÐ°Ð¿Ð°Ð¼Ð¾Ð³Ñ Ð·Ð°Ñаз?"
-#: ../src/cairo-dock-gui-simple.c:396 ../src/cairo-dock-gui-themes.c:311
-#, c-format
-msgid "Importing theme %s ..."
-msgstr "ÐмпаÑÑ ÑÑÐ¼Ñ %s ..."
-
-#: ../src/cairo-dock-gui-simple.c:718
+#: ../src/cairo-dock-gui-simple.c:407 ../src/cairo-dock-gui-themes.c:112
+msgid "Could not import the theme."
+msgstr "Ðе ÑдалоÑÑ ÑмпаÑÑаваÑÑ ÑÑмÑ."
+
+#: ../src/cairo-dock-gui-simple.c:427
+msgid "Importing theme..."
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:434 ../src/cairo-dock-gui-themes.c:154
+msgid "Theme has been saved"
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:440 ../src/cairo-dock-gui-themes.c:160
+msgid "Themes have been deleted"
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:770
msgid "Animation:"
msgstr "ÐнÑмаÑÑÑ:"
-#: ../src/cairo-dock-gui-simple.c:735
+#: ../src/cairo-dock-gui-simple.c:787
msgid "Effects:"
msgstr "ÐÑекÑÑ:"
-#: ../src/cairo-dock-gui-simple.c:750 ../data/messages:77
+#: ../src/cairo-dock-gui-simple.c:855
+msgid ""
+"Click on an applet in order to have a preview and a description for it."
+msgstr "ÐÑÑÑÑкнÑÑе па аплеÑе, каб ÑбаÑÑÑÑ Ñго апÑÑанне Ñ Ð¿ÑÑÐºÐ»Ð°Ð´Ð½Ñ Ð²ÑглÑд."
+
+#: ../src/cairo-dock-gui-simple.c:864 ../data/messages:77
msgid "On mouse hover:"
msgstr "ÐÑÑ Ð½Ð°Ð²ÑÐ´Ð·ÐµÐ½Ð½Ñ ÐºÑÑÑоÑа"
-#: ../src/cairo-dock-gui-simple.c:751 ../data/messages:79
+#: ../src/cairo-dock-gui-simple.c:866 ../data/messages:79
msgid "On click:"
msgstr "ÐÑÑ Ð¿ÑÑÑÑÑÑÑ:"
-#: ../src/cairo-dock-gui-simple.c:803
+#: ../src/cairo-dock-gui-simple.c:937
msgid ""
"This is the simple configuration panel of Cairo-Dock.\n"
" After you get familiar with it, and if you want to customise your theme\n"
@@ -171,15 +361,15 @@
"вам ваÑÑа пеÑаклÑÑÑÑÑа Ñ Ð¿Ð°ÑÑÑÐ°Ð½Ñ ÑÑжÑм.\n"
"У лÑÐ±Ñ Ð¼Ð¾Ð¼Ð°Ð½Ñ Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе змÑнÑÑÑ ÑÑжÑм панÑÐ»Ñ Ð½Ð°ÑÑÑоек."
-#: ../src/cairo-dock-gui-switch.c:68
+#: ../src/cairo-dock-gui-switch.c:77
msgid "Simple Mode"
msgstr "ÐÑоÑÑÑ ÑÑжÑм"
-#: ../src/cairo-dock-gui-switch.c:68
+#: ../src/cairo-dock-gui-switch.c:77
msgid "Advanced Mode"
msgstr "ÐаÑÑÑÐ°Ð½Ñ ÑÑжÑм"
-#: ../src/cairo-dock-gui-switch.c:70
+#: ../src/cairo-dock-gui-switch.c:79
msgid ""
"The advanced mode lets you tweak every single parameter of the dock. It is a "
"powerful tool to customise your current theme."
@@ -187,212 +377,149 @@
"ÐаÑÑÑÐ°Ð½Ñ ÑÑжÑм дазволÑÑÑ Ñонка наладзÑÑÑ ÐºÐ¾Ð¶Ð½Ñ Ð¿Ð°ÑамеÑÑ Ð¿Ð°Ð½ÑлÑ. ÐкÑÐ°Ð¼Ñ Ñаго, "
"з Ñм Ð²Ñ Ð·Ð¼Ð¾Ð¶Ð°Ñе болÑÑ Ð´ÑÑалÑва наладзÑÑÑ ÑлаÑнÑÑ ÑÑмÑ."
-#: ../src/cairo-dock-gui-themes.c:169
-msgid "Could not import the theme."
-msgstr "Ðе ÑдалоÑÑ ÑмпаÑÑаваÑÑ ÑÑмÑ."
-
-#: ../src/cairo-dock-gui-themes.c:225
-msgid "The theme has been saved"
-msgstr "ТÑма бÑла заÑ
авана"
-
-#: ../src/cairo-dock-gui-themes.c:225
-msgid "The theme could not be saved"
-msgstr "ТÑма не можа бÑÑÑ Ð·Ð°Ñ
авана"
-
-#: ../src/cairo-dock-gui-themes.c:251
-msgid "The theme has been deleted"
-msgstr "ТÑма бÑла вÑдалена"
-
-#: ../src/cairo-dock-gui-themes.c:251
-msgid "The theme could not be deleted"
-msgstr "ТÑма не можа бÑÑÑ Ð²Ñдалена"
-
-#: ../src/cairo-dock-gui-themes.c:253
-msgid "The themes have been deleted"
-msgstr "ТÑÐ¼Ñ Ð±ÑÐ»Ñ Ð²ÑдаленÑ"
-
-#: ../src/cairo-dock-gui-themes.c:253
-msgid "The themes could not be deleted"
-msgstr "ТÑÐ¼Ñ Ð½Ðµ могÑÑÑ Ð±ÑÑÑ Ð²ÑдаленÑ"
-
-#: ../src/cairo-dock-gui-themes.c:303
-msgid ""
-"You have made some changes to the current theme.\n"
-"You will lose them if you don't save before choosing a new theme. Continue "
-"anyway?"
+#: ../src/cairo-dock-gui-themes.c:147
+msgid "Importing theme ..."
msgstr ""
-"У гÑÑай ÑÑме бÑÐ»Ñ Ð·ÑÐ¾Ð±Ð»ÐµÐ½Ñ Ð½ÐµÐºÐ°ÑоÑÑÑ Ð·Ð¼ÐµÐ½Ñ.\n"
-"Ð¯Ð½Ñ Ð±ÑдÑÑÑ Ð·Ð³ÑбленÑ, ÐºÐ°Ð»Ñ Ð¿ÐµÑад вÑбаÑам новай ÑÑÐ¼Ñ ÑÑ
не заÑ
аваÑÑ.\n"
-"У лÑбÑм вÑÐ¿Ð°Ð´ÐºÑ Ð¿ÑаÑÑгваÑÑ?"
-#: ../src/cairo-dock-gui-themes.c:332
+#: ../src/cairo-dock-gui-themes.c:180
msgid "Manage Themes"
msgstr "ÐÑÑаванне ÑÑмамÑ"
-#: ../src/cairo-dock-internal-icons.c:452
-#: ../src/gldit/cairo-dock-internal-icons.c:457
-msgid "Provides various animations for your icons."
-msgstr "ÐÑапанÑе ÑознÑÑ Ð°Ð½ÑмаÑÑÑ Ð´Ð»Ñ Ð·Ð½Ð°ÑкоÑ."
-
-#: ../src/cairo-dock-internal-icons.c:454
-#: ../src/gldit/cairo-dock-internal-icons.c:459 ../data/messages:85
-#: ../data/messages:639 ../data/messages:873
-msgid "Icons"
-msgstr "ÐнаÑкÑ"
-
-#: ../src/cairo-dock-internal-icons.c:456
-#: ../src/gldit/cairo-dock-internal-icons.c:461
-msgid ""
-"All about icons:\n"
-" size, reflection, icon theme,..."
+#: ../src/cairo-dock-menu.c:169
+msgid "About Cairo-Dock"
msgstr ""
-"УÑÑ Ð°Ð± знаÑкаÑ
:\n"
-" памеÑ, адлÑÑÑÑаванне, ÑÑма знаÑкоÑ, ..."
-
-#: ../src/cairo-dock-menu.c:128
-#, c-format
-msgid "Configuration of the '%s' dock"
-msgstr "ÐаÑÑÑойка '%s' панÑлÑ"
-
-#: ../src/cairo-dock-menu.c:207 ../data/messages:1303
+
+#: ../src/cairo-dock-menu.c:196 ../data/messages:1287
msgid "Community site"
msgstr "Ð¡Ð°Ð¹Ñ ÑÑполÑнаÑÑÑ"
-#: ../src/cairo-dock-menu.c:208 ../data/messages:1301
+#: ../src/cairo-dock-menu.c:197 ../data/messages:1285
msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
msgstr "ÐÑаблема? ÐÑапанова? ХоÑаÑе з Ð½Ð°Ð¼Ñ Ð¿Ð°ÑазмаÑлÑÑÑ? РзадавалÑненнем!"
-#: ../src/cairo-dock-menu.c:211 ../data/messages:1307
+#: ../src/cairo-dock-menu.c:200 ../data/messages:1291
msgid "Development site"
msgstr "Ð¡Ð°Ð¹Ñ ÑаÑпÑаÑоÑÑÑÑкаÑ"
-#: ../src/cairo-dock-menu.c:212 ../data/messages:1305
+#: ../src/cairo-dock-menu.c:201 ../data/messages:1289
msgid "Find the latest version of Cairo-Dock here !"
msgstr "ÐÑÑвеÑлÑÑе ÑÑÑ, ÑÐºÐ°Ñ Ð°Ð¿Ð¾ÑнÑÑ Ð²ÐµÑÑÑÑ Cairo-Dock даÑÑÑпнаÑ!"
-#: ../src/cairo-dock-menu.c:215 ../data/messages:1311
-msgid "Cairo-Dock-Plug-ins-Extras"
-msgstr "ÐадаÑковÑÑ Ð¿Ð»Ð°Ð³ÑÐ½Ñ Ð´Ð»Ñ Cairo-Dock"
-
-#: ../src/cairo-dock-menu.c:216 ../data/messages:1181 ../data/messages:1309
-msgid "Other applets"
-msgstr "ÐÑÑаÑнÑÑ Ð°Ð¿Ð¿Ð»ÐµÑÑ"
-
-#: ../src/cairo-dock-menu.c:225
+#: ../src/cairo-dock-menu.c:216
msgid "Development"
msgstr "РаÑпÑаÑоÑка"
-#: ../src/cairo-dock-menu.c:231
+#: ../src/cairo-dock-menu.c:222
msgid "Artwork"
msgstr "ÐÑаÑмленне"
-#: ../src/cairo-dock-menu.c:235
+#: ../src/cairo-dock-menu.c:226
msgid "Support"
msgstr "ÐадÑÑÑмка"
-#: ../src/cairo-dock-menu.c:313
+#: ../src/cairo-dock-menu.c:307
msgid "Quit Cairo-Dock?"
msgstr "ÐÑйÑÑÑ Ð· Cairo-Dock?"
-#: ../src/cairo-dock-menu.c:339
+#: ../src/cairo-dock-menu.c:336
+msgid "Configure"
+msgstr "ÐаÑÑÑойка"
+
+#: ../src/cairo-dock-menu.c:341
+msgid "Configure behaviour, appearance, and applets."
+msgstr "ÐаладзÑÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑнÑ, знеÑÐ½Ñ Ð²ÑглÑд Ñ Ð°Ð¿Ð»ÐµÑÑ."
+
+#: ../src/cairo-dock-menu.c:345
msgid "Configure this dock"
msgstr "ÐаладзÑÑÑ Ð³ÑÑÑÑ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:344
+#: ../src/cairo-dock-menu.c:350
msgid "Customize the position, visibility and appearance of this main dock."
msgstr ""
"ÐаладзÑÑе меÑÑазнаÑ
оджанне, баÑнаÑÑÑ Ñ Ð·Ð½ÐµÑÐ½Ñ Ð²ÑглÑд аÑноÑнай панÑлÑ."
-#: ../src/cairo-dock-menu.c:347
-msgid "Configure"
-msgstr "ÐаÑÑÑойка"
-
-#: ../src/cairo-dock-menu.c:352
-msgid "Configure behaviour, appearance, and applets."
-msgstr "ÐаладзÑÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑнÑ, знеÑÐ½Ñ Ð²ÑглÑд Ñ Ð°Ð¿Ð»ÐµÑÑ."
-
-#: ../src/cairo-dock-menu.c:354
+#: ../src/cairo-dock-menu.c:355
msgid "Manage themes"
msgstr "ÐÑÑаванне ÑÑмамÑ"
-#: ../src/cairo-dock-menu.c:359
+#: ../src/cairo-dock-menu.c:360
msgid ""
"Choose from amongst many themes on the server or save your current theme."
msgstr "ÐÑбеÑÑÑе ÑÑÑод многÑÑ
ÑÑм на ÑÑÑвÑÑÑ Ñ Ð·Ð°Ñ
авайÑе ваÑÑ ÑлаÑнÑÑ."
-#: ../src/cairo-dock-menu.c:364
+#: ../src/cairo-dock-menu.c:366
msgid "Unlock icons"
msgstr "ÑазблакаваÑÑ Ð·Ð½Ð°ÑкÑ"
-#: ../src/cairo-dock-menu.c:364
+#: ../src/cairo-dock-menu.c:366
msgid "Lock icons"
msgstr "ÐаблакаваÑÑ Ð·Ð½Ð°ÑкÑ"
-#: ../src/cairo-dock-menu.c:368
+#: ../src/cairo-dock-menu.c:370
msgid "This will (un)lock the position of the icons."
msgstr "ÐÑÑа (Ñаз) блакÑе меÑÑазнаÑ
оджанне знаÑÐºÐ¾Ñ Ð½Ð° панÑлÑ."
-#: ../src/cairo-dock-menu.c:372
+#: ../src/cairo-dock-menu.c:374
msgid "Unlock dock"
msgstr "РазблакаваÑÑ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:372
+#: ../src/cairo-dock-menu.c:374
msgid "Lock dock"
msgstr "ÐаблакаваÑÑ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:377
+#: ../src/cairo-dock-menu.c:379
msgid "This will (un)lock the whole dock."
msgstr "ÐÑÑа (Ñаз) блакÑе ÑÑÑ Ð¿Ð°Ð½ÑлÑ."
-#: ../src/cairo-dock-menu.c:382
+#: ../src/cairo-dock-menu.c:384
msgid "Quick-Hide"
msgstr "СÑ
аваÑÑ"
-#: ../src/cairo-dock-menu.c:387
+#: ../src/cairo-dock-menu.c:389
msgid "This will hide the dock until you hover over it with the mouse."
msgstr "ÐÑÑа ÑÑ
авае панÑлÑ, пакÑÐ»Ñ Ð²Ñ Ð½Ðµ навÑдзе на Ñе мÑÑÑÑ."
-#: ../src/cairo-dock-menu.c:395
+#: ../src/cairo-dock-menu.c:397
msgid "Launch Cairo-Dock on startup"
msgstr "ÐапÑÑкаÑÑ Cairo-Dock пÑÑ ÑÑаÑÑе ÑÑÑÑÑмÑ"
-#: ../src/cairo-dock-menu.c:405 ../src/cairo-dock.c:294
+#: ../src/cairo-dock-menu.c:407 ../src/cairo-dock.c:297
msgid "Help"
msgstr "Ðаведка"
-#: ../src/cairo-dock-menu.c:410
+#: ../src/cairo-dock-menu.c:412
msgid "There are no problems, only solutions (and a lot of useful hints!)"
msgstr "ÐÑма пÑаблем, Ð°Ð´Ð½Ñ ÑаÑÑÐ½Ð½Ñ (Ñ Ð¼Ð½Ð¾ÑÑва каÑÑÑнÑÑ
ÑавеÑаÑ!)"
-#: ../src/cairo-dock-menu.c:412
+#: ../src/cairo-dock-menu.c:414
msgid "Get more applets!"
msgstr "ÐÑÑÑмаÑÑ Ð±Ð¾Ð»ÑÑ Ð°Ð¿Ð»ÐµÑов!"
-#: ../src/cairo-dock-menu.c:417
+#: ../src/cairo-dock-menu.c:419
msgid ""
"Third-party applets provide integration with many programs, like Pidgin"
msgstr ""
"ÐпплеÑÑ ÑÑÑÑÑÑ
Ð±Ð°ÐºÐ¾Ñ Ð·Ð°Ð±ÑÑпеÑваÑÑÑ ÑнÑÑгÑаÑÑÑ Ð· ÑознÑÐ¼Ñ Ð¿ÑагÑамамÑ, "
"напÑÑклад Pidgin"
-#: ../src/cairo-dock-menu.c:419
+#: ../src/cairo-dock-menu.c:421
msgid "About"
msgstr "Ðб пÑагÑаме"
-#: ../src/cairo-dock-menu.c:427
+#: ../src/cairo-dock-menu.c:429
msgid "Quit"
msgstr "ÐÑÑ
ад"
-#: ../src/cairo-dock-menu.c:451
+#: ../src/cairo-dock-menu.c:454
msgid "separator"
msgstr "падзелÑнÑк"
-#: ../src/cairo-dock-menu.c:455
+#: ../src/cairo-dock-menu.c:458
#, c-format
msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
msgstr "ÐÑ Ð·ÑбÑÑаеÑеÑÑ Ð²ÑдалÑÑÑ Ð·Ð½Ð°Ñок (%s) з панÑлÑ. ÐÑ ÑпÑÑненÑ?"
-#: ../src/cairo-dock-menu.c:466
+#: ../src/cairo-dock-menu.c:469
msgid ""
"Do you want to re-dispatch the icons contained inside this container into "
"the dock?\n"
@@ -401,7 +528,7 @@
"ÐеÑанеÑÑÑÑ Ð·Ð¼ÑÑÑаÑÑÑеÑÑ ÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð½Ð° панÑлÑ?\n"
" (Ñ Ð°Ð´Ð²Ð°ÑоÑнÑм вÑÐ¿Ð°Ð´ÐºÑ ÑÐ½Ñ Ð±ÑдÑÑÑ Ð²ÑдаленÑÑ)"
-#: ../src/cairo-dock-menu.c:536
+#: ../src/cairo-dock-menu.c:539
msgid ""
"The new dock has been created.\n"
"Now move some launchers or applets into it by right-clicking on the icon -> "
@@ -411,11 +538,11 @@
"ЦÑÐ¿ÐµÑ Ð¼Ð¾Ð¶Ð½Ð° пеÑанеÑÑÑÑ Ð½Ð° Ñе некаÑоÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ Ð°Ð±Ð¾ аплеÑÑ, зÑабÑÑÑÑ "
"пÑÐ°Ð²Ñ Ð¿ÑÑÑÑÑка па знаÑÐºÑ -> пеÑанеÑÑÑÑ Ð½Ð° ÑнÑÑÑ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:553
+#: ../src/cairo-dock-menu.c:556
msgid "Sorry, this icon doesn't have a configuration file."
msgstr "ÐÑÑÑ Ð·Ð½Ð°Ñок не мае Ñайла наÑÑÑоек."
-#: ../src/cairo-dock-menu.c:594
+#: ../src/cairo-dock-menu.c:597
msgid ""
"The new dock has been created.\n"
"You can customize it by right-clicking on it -> cairo-dock -> configure this "
@@ -425,12 +552,12 @@
"ЦÑÐ¿ÐµÑ Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе змÑнÑÑÑ Ñе пÑаз пÑÐ°Ð²Ñ Ð¿ÑÑÑÑÑка -> cairo-dock -> ÐаÑÑÑоÑÑÑ "
"гÑÑÑÑ Ð¿Ð°Ð½ÑлÑ."
-#: ../src/cairo-dock-menu.c:651
+#: ../src/cairo-dock-menu.c:658
#, c-format
msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
msgstr "ÐÑ Ð·ÑбÑÑаеÑеÑÑ Ð²ÑдалÑÑÑ Ð°Ð¿Ð»ÐµÑ (%s) з панÑлÑ. ÐÑ ÑпÑÑненÑ?"
-#: ../src/cairo-dock-menu.c:835
+#: ../src/cairo-dock-menu.c:881
msgid ""
"Sorry, couldn't find the corresponding description file.\n"
"Consider dragging and dropping the launcher from the Applications Menu."
@@ -438,229 +565,220 @@
"Ðе аÑÑÑмалаÑÑ Ð·Ð½Ð°Ð¹ÑÑÑ Ð°Ð´Ð¿Ð°Ð²ÐµÐ´Ð½Ñ Ñайл з апÑÑаннем.\n"
"ÐаÑпÑабÑйÑе пеÑаÑÑгнÑÑÑ Ñ Ð¿Ð°Ð»Ð°Ð¶ÑÑÑ Ð·Ð°Ð¿ÑÑÑÑк з ÐалоÑнага ÐенÑ."
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1116
#, c-format
msgid "Move all to desktop %d - face %d"
msgstr "ÐеÑамÑÑÑÑÑÑ ÑÑе на павеÑÑ
Ð½Ñ %d - ÑабоÑага ÑÑала %d"
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1116
#, c-format
msgid "Move to desktop %d - face %d"
msgstr "ÐеÑамÑÑÑÑÑÑ Ð½Ð° пÑаÑоÑÐ½Ñ ÑÑол %d - павеÑÑ
Ð½Ñ %d"
-#: ../src/cairo-dock-menu.c:1069
+#: ../src/cairo-dock-menu.c:1118
#, c-format
msgid "Move all to desktop %d"
msgstr "ÐеÑамÑÑÑÑÑÑ ÑÑе на пÑаÑоÑÐ½Ñ ÑÑол %d"
-#: ../src/cairo-dock-menu.c:1069
+#: ../src/cairo-dock-menu.c:1118
#, c-format
msgid "Move to desktop %d"
msgstr "ÐеÑанеÑÑÑ Ð½Ð° пÑаÑоÑÐ½Ñ ÑÑол %d"
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1120
#, c-format
msgid "Move all to face %d"
msgstr "ÐеÑамÑÑÑÑÑÑ ÑÑе на павеÑÑ
Ð½Ñ %d"
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1120
#, c-format
msgid "Move to face %d"
msgstr "ÐеÑамÑÑÑÑÑÑ Ð½Ð° павеÑÑ
Ð½Ñ %d"
-#: ../src/cairo-dock-menu.c:1108
+#: ../src/cairo-dock-menu.c:1158
msgid "Add"
msgstr "ÐадаÑÑ"
-#: ../src/cairo-dock-menu.c:1112
-msgid "Add a sub-dock"
-msgstr "ÐадаÑÑ ÑÑб-панÑлÑ"
-
-#: ../src/cairo-dock-menu.c:1114
-msgid "Add a main dock"
-msgstr "ÐадаÑÑ Ð°ÑноÑнÑÑ Ð¿Ð°Ð½ÑлÑ"
-
-#: ../src/cairo-dock-menu.c:1117
-msgid "Add a separator"
-msgstr "ÐадаÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑк"
-
-#: ../src/cairo-dock-menu.c:1121
-msgid "Add a custom launcher"
-msgstr "ÐадаÑÑ Ñвой знаÑок"
-
-#: ../src/cairo-dock-menu.c:1122
+#: ../src/cairo-dock-menu.c:1162
+msgid "Sub-dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1164
+msgid "Main dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1167 ../data/messages:1579
+msgid "Separator"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1171
+msgid "Custom launcher"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1172
msgid ""
"Usually you would drag a launcher from the menu and drop it on the dock."
msgstr "ÐаÑÑаÑкова пÑоÑÑа пеÑаÑÑгнÑÑÑ Ð·Ð½Ð°Ñок з Ð¼ÐµÐ½Ñ Ð¿Ñама на панÑлÑ."
-#: ../src/cairo-dock-menu.c:1161
+#: ../src/cairo-dock-menu.c:1218
msgid "Modify this separator"
msgstr "ÐмÑнÑÑÑ Ð³ÑÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑк"
-#: ../src/cairo-dock-menu.c:1161
+#: ../src/cairo-dock-menu.c:1218
msgid "Modify this launcher"
msgstr "ÐмÑнÑÑÑ Ð³ÑÑÑ Ð·Ð½Ð°Ñок запÑÑкÑ"
-#: ../src/cairo-dock-menu.c:1163
+#: ../src/cairo-dock-menu.c:1220
msgid "Remove this separator"
msgstr "ÐÑдалÑÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑк"
-#: ../src/cairo-dock-menu.c:1163
+#: ../src/cairo-dock-menu.c:1220
msgid "Remove this launcher"
msgstr "ÐÑдалÑÑÑ Ð³ÑÑÑ Ð·Ð½Ð°Ñок запÑÑкÑ"
-#: ../src/cairo-dock-menu.c:1164
+#: ../src/cairo-dock-menu.c:1221
msgid ""
"You can remove a launcher by dragging it out of the dock with the mouse ."
msgstr "ÐÑ Ð¼Ð¾Ð¶Ð°Ñе вÑдалÑÑÑ Ð»ÑÐ±Ñ Ð·Ð½Ð°Ñок пÑоÑÑа пеÑаÑÑгнÑÑ Ñго за Ð¼ÐµÐ¶Ñ Ð¿Ð°Ð½ÑлÑ."
-#: ../src/cairo-dock-menu.c:1166 ../src/cairo-dock-menu.c:1314
+#: ../src/cairo-dock-menu.c:1223 ../src/cairo-dock-menu.c:1389
msgid "Move to another dock"
msgstr "ÐеÑамÑÑÑÑÑÑ Ð½Ð° ÑнÑÑÑ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:1170 ../src/cairo-dock-menu.c:1318
+#: ../src/cairo-dock-menu.c:1227 ../src/cairo-dock-menu.c:1393
msgid "New main dock"
msgstr "ÐÐ¾Ð²Ð°Ñ Ð°ÑноÑÐ½Ð°Ñ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:1184 ../src/cairo-dock-menu.c:1260
+#: ../src/cairo-dock-menu.c:1247 ../src/cairo-dock-menu.c:1331
msgid "Other actions"
msgstr "ÐнÑÑÑ Ð´Ð·ÐµÑннÑ"
-#: ../src/cairo-dock-menu.c:1189
+#: ../src/cairo-dock-menu.c:1252
msgid "Move to this desktop"
msgstr "ÐеÑамÑÑÑÑÑÑ Ð½Ð° гÑÑÑ ÑабоÑÑ ÑÑол"
-#: ../src/cairo-dock-menu.c:1203
+#: ../src/cairo-dock-menu.c:1267
msgid "Not Fullscreen"
msgstr "Ðе поÑнаÑкÑаннÑ"
-#: ../src/cairo-dock-menu.c:1203
+#: ../src/cairo-dock-menu.c:1267
msgid "Fullscreen"
msgstr "ÐоÑнаÑкÑаннÑ"
-#: ../src/cairo-dock-menu.c:1207
+#: ../src/cairo-dock-menu.c:1271
msgid "Don't keep above"
msgstr "Ðе ÑÑÑмаÑÑ Ð²ÑÑÑй"
-#: ../src/cairo-dock-menu.c:1207
+#: ../src/cairo-dock-menu.c:1271
msgid "Keep above"
msgstr "ТÑÑмаÑÑ Ð²ÑÑÑй"
-#: ../src/cairo-dock-menu.c:1226
+#: ../src/cairo-dock-menu.c:1292
msgid "Remove custom icon"
msgstr "ÐÑдалÑÑÑ Ð½Ð°ÑÑÑÐ¾ÐµÐ½Ñ Ð·Ð½Ð°Ñок"
-#: ../src/cairo-dock-menu.c:1230
+#: ../src/cairo-dock-menu.c:1296
msgid "Set a custom icon"
msgstr "ÐадаÑÑ Ñвай знаÑок"
-#: ../src/cairo-dock-menu.c:1232
+#: ../src/cairo-dock-menu.c:1299
msgid "Kill"
msgstr "ÐавÑÑÑÑÑÑ"
-#: ../src/cairo-dock-menu.c:1237
+#: ../src/cairo-dock-menu.c:1304
msgid "Launch a new (Shift+clic)"
msgstr "ÐапÑÑÑÑÑÑ ÑÑÑÑ (Shift + клÑк)"
-#: ../src/cairo-dock-menu.c:1242
+#: ../src/cairo-dock-menu.c:1309
msgid "Make it a launcher"
msgstr "ÐÑабÑÑÑ Ð·Ð½Ð°Ñком запÑÑкÑ"
-#: ../src/cairo-dock-menu.c:1245
+#: ../src/cairo-dock-menu.c:1312
msgid "Show"
msgstr "ÐаказаÑÑ"
-#: ../src/cairo-dock-menu.c:1247
+#: ../src/cairo-dock-menu.c:1314
msgid "Unmaximise"
msgstr "ÐднавÑÑÑ ÑанейÑÑ Ð¿Ð°Ð¼ÐµÑ"
-#: ../src/cairo-dock-menu.c:1247
+#: ../src/cairo-dock-menu.c:1314
msgid "Maximise"
msgstr "РазгаÑнÑÑÑ Ð½Ð° ÑвеÑÑ ÑкÑан"
-#: ../src/cairo-dock-menu.c:1250
+#: ../src/cairo-dock-menu.c:1317
msgid "Minimise"
msgstr "ÐгаÑнÑÑÑ"
-#: ../src/cairo-dock-menu.c:1252
+#: ../src/cairo-dock-menu.c:1319
msgid "Close (middle-click)"
msgstr "ÐакÑÑÑÑ (ÑÑÑÑднÑ-клÑк)"
-#: ../src/cairo-dock-menu.c:1265
+#: ../src/cairo-dock-menu.c:1336
msgid "Move all to this desktop"
msgstr "ÐеÑамÑÑÑÑÑÑ ÑÑÑ Ð½Ð° гÑÑÑ ÑабоÑÑ ÑÑол"
-#: ../src/cairo-dock-menu.c:1271
+#: ../src/cairo-dock-menu.c:1342
msgid "Launch new"
msgstr "ÐапÑÑÑÑÑÑ Ð½Ð¾Ð²Ñ"
-#: ../src/cairo-dock-menu.c:1274
+#: ../src/cairo-dock-menu.c:1345
msgid "Show all"
msgstr "ÐаказаÑÑ ÑÑе"
-#: ../src/cairo-dock-menu.c:1276
+#: ../src/cairo-dock-menu.c:1347
msgid "Minimise all"
msgstr "ÐгаÑнÑÑÑ ÑÑе"
-#: ../src/cairo-dock-menu.c:1278
+#: ../src/cairo-dock-menu.c:1349
msgid "Close all"
msgstr "ÐаÑÑнÑÑÑ ÑÑе"
-#: ../src/cairo-dock-menu.c:1298 ../src/gldit/cairo-dock-gui-factory.c:926
-msgid "Configure this applet"
-msgstr "ÐаладзÑÑÑ Ð³ÑÑÑ Ð°Ð¿Ð»ÐµÑ"
-
-#: ../src/cairo-dock-menu.c:1302
+#: ../src/cairo-dock-menu.c:1377
msgid "Detach this applet"
msgstr "ÐдмаÑаваÑÑ Ð³ÑÑÑ Ð°Ð¿Ð»ÐµÑ"
-#: ../src/cairo-dock-menu.c:1302
+#: ../src/cairo-dock-menu.c:1377
msgid "Return to the dock"
msgstr "ÐÑÑнÑÑÑ Ð½Ð° панÑлÑ"
-#: ../src/cairo-dock-menu.c:1305
+#: ../src/cairo-dock-menu.c:1380
msgid "Remove this applet"
msgstr "ÐÑдалÑÑÑ Ð³ÑÑÑ Ð°Ð¿Ð»ÐµÑ"
-#: ../src/cairo-dock-menu.c:1309
+#: ../src/cairo-dock-menu.c:1384
msgid "Launch another instance of this applet"
msgstr "ÐапÑÑÑÑÑÑ ÑÑÑÑ ÐºÐ¾Ð¿ÑÑ Ð³ÑÑага аплеÑа"
-#: ../src/cairo-dock-menu.c:1331
-#: ../src/gldit/cairo-dock-internal-accessibility.c:277
-msgid "Visibility"
-msgstr "ÐаÑнаÑÑÑÑ"
-
-#: ../src/cairo-dock-menu.c:1346
+#: ../src/cairo-dock-menu.c:1425
msgid "Normal"
msgstr "ÐаÑмалÑнÑ"
-#: ../src/cairo-dock-menu.c:1352 ../data/messages:21 ../data/messages:201
-#: ../data/messages:1385
+#: ../src/cairo-dock-menu.c:1431 ../data/messages:21 ../data/messages:187
+#: ../data/messages:1369
msgid "Always on top"
msgstr "ÐаÑÑÑÐ´Ñ Ð½Ð°Ð²ÐµÑÑе"
-#: ../src/cairo-dock-menu.c:1359
+#: ../src/cairo-dock-menu.c:1438
msgid "Always below"
msgstr "ÐаÑÑÑÐ´Ñ Ð·Ð·Ð°Ð´Ñ"
-#: ../src/cairo-dock-menu.c:1372
+#: ../src/cairo-dock-menu.c:1451
msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
msgstr "ÑÑÑалÑйÑе паводзÑÐ½Ñ Ñ Compiz на: (ÑÐ¼Ñ = cairo-dock & ÑÑп = utility)"
-#: ../src/cairo-dock-menu.c:1374
+#: ../src/cairo-dock-menu.c:1453
msgid "Reserve space"
msgstr "Ð ÑзеÑваваÑÑ Ð¼ÐµÑÑа"
-#: ../src/cairo-dock-menu.c:1381
+#: ../src/cairo-dock-menu.c:1460
msgid "On all desktops"
msgstr "Ðа ÑÑÑÑ
пÑаÑоÑнÑÑ
ÑÑалаÑ
"
-#: ../src/cairo-dock-menu.c:1387
+#: ../src/cairo-dock-menu.c:1466
msgid "Lock position"
msgstr "ÐамаÑаваÑÑ Ð¼ÐµÑÑазнаÑ
оджанне"
-#: ../src/cairo-dock-user-interaction.c:351
+#: ../src/cairo-dock-user-interaction.c:353
msgid ""
"The option 'overwrite X icons' has been automatically enabled in the "
"config.\n"
@@ -669,11 +787,11 @@
"ÐаÑамеÑÑ \"'замÑÑÑÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð¿ÑÑкладаннÑÑ\" бÑÑ Ð°ÑÑамаÑÑÑна ÑÑÑалÑванÑ.\n"
"Ðн ÑазмеÑÑÐ°Ð½Ñ Ñ Ð¼Ð¾Ð´ÑÐ»Ñ \"ÐанÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ\"."
-#: ../src/cairo-dock.c:196
+#: ../src/cairo-dock.c:195
msgid "Don't ask me any more"
msgstr "ÐолÑÑ Ð½Ðµ пÑÑаÑÑа пÑа гÑÑа"
-#: ../src/cairo-dock.c:201
+#: ../src/cairo-dock.c:200
msgid ""
"To remove the black rectangle around the dock, you will need to activate a "
"composite manager.\n"
@@ -687,11 +805,13 @@
"ÑÑ Ð¶ ÑклÑÑÑÑÑ ÐампазÑÑнаÑÑÑ Ñ Metacity.\n"
"Я Ð¼Ð°Ð³Ñ Ð²ÑканаÑÑ Ð°Ð¿Ð¾ÑнÑе за ваÑ, пÑаÑÑгваÑÑ?"
-#: ../src/cairo-dock.c:213
-msgid "Do you want to keep this setting?"
-msgstr "ÐаÑ
аваÑÑ Ð½Ð°Ð»Ð°Ð´ÐºÑ?"
+#: ../src/cairo-dock.c:212
+msgid ""
+"Do you want to keep this setting?\n"
+"In 15 seconds, the previous setting will be restored."
+msgstr ""
-#: ../src/cairo-dock.c:219
+#: ../src/cairo-dock.c:218
msgid ""
"To remove the black rectangle around the dock, you will need to activate a "
"composite manager.\n"
@@ -709,7 +829,7 @@
"ÑимÑлиÑоваÑÑ Ñе; гÑÑÐ°Ñ Ð¾Ð¿ÑÑÑ Ð·Ð½Ð°Ñ
одзÑÑÑа Ñ Ð¼Ð¾Ð´ÑÐ»Ñ ÐºÐ°Ð½ÑÑгÑÑаÑÑÑ 'СÑÑÑÑма', Ñ "
"ÑамÑм веÑÑе акна."
-#: ../src/cairo-dock.c:309
+#: ../src/cairo-dock.c:312
msgid ""
"A useful FAQ which also contains a lot of hints.\n"
"Roll your mouse over a sentence to make helpful popups appear."
@@ -717,11 +837,11 @@
"ÐаÑÑÑÐ½Ñ Ð·Ð±Ð¾ÑнÑк Ñаво, з мноÑÑвам ÑавеÑаÑ.\n"
"ÐÑавÑдзÑÑе мÑÑÑÑ Ð½Ð°Ð´ пÑапановамÑ, каб ÑбаÑÑÑÑ Ð¿Ð°Ð´ÐºÐ°Ð·ÐºÑ."
-#: ../src/cairo-dock.c:634
+#: ../src/cairo-dock.c:573
msgid "Use OpenGL in Cairo-Dock"
msgstr "ÐÑкаÑÑÑÑаÑÑ OpenGL Ñ Cairo-Dock?"
-#: ../src/cairo-dock.c:642
+#: ../src/cairo-dock.c:581
msgid ""
"OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
"the minimum.\n"
@@ -744,11 +864,11 @@
" або з опÑией -o Ð´Ð»Ñ Ð¿ÑÑмÑÑовага OpenGL, або з опÑией -c Ð´Ð»Ñ Ð¿ÑÑмÑÑовага "
"cairo.)"
-#: ../src/cairo-dock.c:647
+#: ../src/cairo-dock.c:586
msgid "Remember this choice"
msgstr "ÐапомнÑÑÑ Ð¼Ð¾Ð¹ вÑбаÑ"
-#: ../src/cairo-dock.c:818
+#: ../src/cairo-dock.c:802
msgid ""
"Welcome in Cairo-Dock2 !\n"
"A default and simple theme has been loaded.\n"
@@ -771,7 +891,7 @@
"СпадзÑемÑÑ Ð²Ð°Ð¼ ÑпадабаÑÑа наÑа пÑагÑама!\n"
" (ÑÑÐ¿ÐµÑ Ð¼Ð¾Ð¶Ð°Ñе наÑÑÑнÑÑÑ Ð¿Ð° гÑÑÑм паведамленнÑ, каб закÑÑÑÑ Ñго)"
-#: ../src/cairo-dock.c:842
+#: ../src/cairo-dock.c:826
#, c-format
msgid ""
"The module '%s' may have encountered a problem.\n"
@@ -782,7 +902,7 @@
"ÐеÑазагÑÑзка пÑайÑла паÑпÑÑ
ова, але ÐºÐ°Ð»Ñ Ð³ÑÑа Ð·Ð½Ð¾Ñ Ð¿Ð°ÑÑоÑÑÑÑа, Ñо бÑдзем "
"ÑдзÑÑнÑÑ Ð·Ð° ÑпÑаваздаÑÑ Ð¿Ñа памÑÐ»ÐºÑ Ð½Ð° http://glx-dock.org"
-#: ../src/gldit/cairo-dock-applet-facility.h:265
+#: ../src/gldit/cairo-dock-applet-facility.h:274
msgid ""
"The theme could not be found; the default theme will be used instead.\n"
" You can change this by opening the configuration of this module. Do you "
@@ -791,7 +911,7 @@
"Ðе аÑÑÑмалаÑÑ Ð·Ð½Ð°Ð¹ÑÑÑ ÑÑмÑ; бÑдзе вÑкаÑÑÑÑана ÑÑандаÑÑнаÑ.\n"
" ÐÑ Ð¼Ð¾Ð¶Ð°Ñе змÑнÑÑÑ Ñе Ñ Ð½Ð°ÑÑÑойкаÑ
гÑÑага модÑлÑ. ÐÑабÑÑÑ Ð³ÑÑа заÑаз?"
-#: ../src/gldit/cairo-dock-applet-facility.h:280
+#: ../src/gldit/cairo-dock-applet-facility.h:289
msgid ""
"The gauge theme could not be found; a default gauge will be used instead.\n"
"You can change this by opening the configuration of this module. Do you want "
@@ -800,58 +920,77 @@
"Ðе аÑÑÑмалаÑÑ Ð·Ð½Ð°Ð¹ÑÑÑ ÑÑÐ¼Ñ Ð´Ð»Ñ Ð´Ð°ÑÑÑка; бÑдзе вÑкаÑÑÑÑана ÑÑандаÑÑнаÑ.\n"
" ÐÑ Ð¼Ð¾Ð¶Ð°Ñе змÑнÑÑÑ Ñе Ñ Ð½Ð°ÑÑÑойкаÑ
гÑÑага модÑлÑ. ÐÑабÑÑÑ Ð³ÑÑа заÑаз?"
-#: ../src/gldit/cairo-dock-applet-facility.h:362
+#: ../src/gldit/cairo-dock-applet-facility.h:371
msgid "Applet's handbook"
msgstr "Ðаведка па аплеÑаÑ"
-#: ../src/gldit/cairo-dock-file-manager.c:193
+#: ../src/gldit/cairo-dock-desklet-manager.c:843
+#: ../src/internal-old/cairo-dock-internal-desklets.c:42
+msgid "_custom decoration_"
+msgstr "_УлаÑнае аÑаÑмленне_"
+
+#: ../src/gldit/cairo-dock-file-manager.c:212
#, c-format
msgid "failed to mount %s"
msgstr "не ÑдалоÑÑ Ð´Ð°Ð»ÑÑÑÑÑ %s"
-#: ../src/gldit/cairo-dock-file-manager.c:193
+#: ../src/gldit/cairo-dock-file-manager.c:212
#, c-format
msgid "Failed to unmount %s"
msgstr "не ÑдалоÑÑ Ð°Ð´Ð»ÑÑÑÑÑ %s"
-#: ../src/gldit/cairo-dock-gui-factory.c:832
-msgid "_Custom Icons_"
-msgstr "_ÐаладзÑÑÑ ÑÑмÑ_"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1262
-msgid "Accessory"
-msgstr "ÐкÑеÑÑаÑ"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1306
-msgid "rate me"
-msgstr "дай адзнакÑ"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1326
+#: ../src/gldit/cairo-dock-gui-factory.c:235
+#, c-format
+msgid "by %s"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:247
+msgid "kB"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:249
+msgid "MB"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:258
+#: ../src/gldit/cairo-dock-gui-factory.c:1637
msgid "Local"
msgstr "ÐакалÑнаÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1330
+#: ../src/gldit/cairo-dock-gui-factory.c:259
+#: ../src/gldit/cairo-dock-gui-factory.c:1640
msgid "User"
msgstr "СваÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1334
+#: ../src/gldit/cairo-dock-gui-factory.c:260
+#: ../src/gldit/cairo-dock-gui-factory.c:1643
msgid "Net"
msgstr "Ð ÑеÑкÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1338
+#: ../src/gldit/cairo-dock-gui-factory.c:261
+#: ../src/gldit/cairo-dock-gui-factory.c:1646
msgid "New"
msgstr "ÐоваÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1343
+#: ../src/gldit/cairo-dock-gui-factory.c:262
+#: ../src/gldit/cairo-dock-gui-factory.c:1650
msgid "Updated"
msgstr "ÐбноÑлена"
-#: ../src/gldit/cairo-dock-gui-factory.c:1439
-#: ../src/gldit/cairo-dock-gui-factory.c:1441
+#: ../src/gldit/cairo-dock-gui-factory.c:970
+msgid "_Custom Icons_"
+msgstr "_ÐаладзÑÑÑ ÑÑмÑ_"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1426
+msgid "Rate me"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1561
+#: ../src/gldit/cairo-dock-gui-factory.c:1563
msgid "You must try the theme before you can rate it."
msgstr "ÐеÑÑ ÑÑм ÑÑавÑÑÑ ÑÑйÑÑнг, Ð²Ñ Ð¿Ð°Ð²ÑÐ½Ð½Ñ Ð¿Ð°ÑпÑабаваÑÑ ÑÑмÑ."
-#: ../src/gldit/cairo-dock-gui-factory.c:1464
+#: ../src/gldit/cairo-dock-gui-factory.c:1586
#, c-format
msgid ""
"The '%s' module was not found.\n"
@@ -862,7 +1001,7 @@
"ÐеÑаканайÑеÑÑ, ÑÑо Ð²Ñ ÑÑÑанавÑÐ»Ñ Ð²ÐµÑÑÑÑ Ð³ÑÑага модÑÐ»Ñ ÑдÑнÑÑÑнÑÑ Ð²ÐµÑÑÑÑ "
"Ñамой панÑлÑ."
-#: ../src/gldit/cairo-dock-gui-factory.c:1473
+#: ../src/gldit/cairo-dock-gui-factory.c:1595
#, c-format
msgid ""
"The '%s' plug-in is not active.\n"
@@ -871,158 +1010,45 @@
"ÐлÑгÑн '%s' не акÑÑÑнÑ.\n"
"ÐкÑÑваваÑÑ Ñго заÑаз?"
-#: ../src/gldit/cairo-dock-gui-factory.c:2152
+#: ../src/gldit/cairo-dock-gui-factory.c:2445
#, c-format
msgid "Listing themes in '%s' ..."
msgstr "СпÑÑ ÑÑм з '%s' ..."
-#: ../src/gldit/cairo-dock-gui-factory.c:2290
-msgid "plug-in"
-msgstr "плагÑн"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2296
-msgid "category"
-msgstr "каÑÑгоÑÑÑ"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2339
-msgid ""
-"Click on an applet in order to have a preview and a description for it."
-msgstr "ÐÑÑÑÑкнÑÑе па аплеÑе, каб ÑбаÑÑÑÑ Ñго апÑÑанне Ñ Ð¿ÑÑÐºÐ»Ð°Ð´Ð½Ñ Ð²ÑглÑд."
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2742
-msgid "state"
-msgstr "СÑан"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:2748
+#: ../src/gldit/cairo-dock-gui-factory.c:3018
msgid "Theme"
msgstr "ÑÑма"
-#: ../src/gldit/cairo-dock-gui-factory.c:2761
+#: ../src/gldit/cairo-dock-gui-factory.c:3031
msgid "Rating"
msgstr "ÑÑйÑÑнг"
-#: ../src/gldit/cairo-dock-gui-factory.c:2767
+#: ../src/gldit/cairo-dock-gui-factory.c:3037
msgid "Sobriety"
msgstr "ÑмеÑанаÑÑÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:2850
+#: ../src/gldit/cairo-dock-gui-factory.c:3096
msgid "link"
msgstr "ÑпаÑÑлка"
-#: ../src/gldit/cairo-dock-gui-factory.c:2903
+#: ../src/gldit/cairo-dock-gui-factory.c:3149
msgid "Grab"
msgstr "заÑ
апÑÑÑ"
-#: ../src/gldit/cairo-dock-internal-accessibility.c:279
-msgid ""
-"Do you like your dock to be always visible,\n"
-" or on the contrary unobtrusive?\n"
-"Configure the way you access your docks and sub-docks!"
-msgstr ""
-"ÐÑ Ñ
оÑаÑе каб ваÑа панÑÐ»Ñ Ð±Ñла заÑÑÑÐ´Ñ Ð½Ð° Ñвазе\n"
-" ÑÑ Ð½Ð°Ð°Ð´Ð²Ð°ÑоÑ, ÑÑ
Ð°Ð²Ð°Ð½Ð°Ñ Ð°Ð´ ваÑÑй?\n"
-"ÐаладзÑÑе ÑÑÑ Ð²ÑглÑд адлÑÑÑÑÐ°Ð²Ð°Ð½Ð½Ñ Ð²Ð°Ñай панÑÐ»Ñ Ñ ÑÑб-панÑлÑÑ!"
-
-#: ../src/gldit/cairo-dock-internal-background.c:160 ../data/messages:459
-#: ../data/messages:861 ../data/messages:1407
-msgid "Background"
-msgstr "ÐÐ°Ð´Ð½Ñ Ñон"
-
-#: ../src/gldit/cairo-dock-internal-background.c:162
-msgid "Set a background for your dock."
-msgstr "ÐÑбеÑÑÑе Ð·Ð°Ð´Ð½Ñ Ñон Ð´Ð»Ñ ÐаÑай панÑлÑ."
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:44
-msgid "_custom decoration_"
-msgstr "_УлаÑнае аÑаÑмленне_"
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:575
-msgid "Desklets"
-msgstr "ÐÑÑклеÑÑ"
-
-#: ../src/gldit/cairo-dock-internal-desklets.c:102
-msgid "Applets can be displayed on your desktop as widgets."
-msgstr "ÐплеÑÑ Ð¼Ð¾Ð³ÑÑÑ ÑазмÑÑÑаÑÑа на ваÑÑм пÑаÑоÑнÑм ÑÑале, Ñк вÑджеÑÑ."
-
-#: ../src/gldit/cairo-dock-internal-dialogs.c:119
-msgid ""
-"This provides different window decorators. Enable this first if you want to "
-"select a different decorator for your dialog boxes."
-msgstr ""
-"Ðае ÑознÑÑ Ð°ÑаÑÐ¼Ð»ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð²Ð¾ÐºÐ½Ð°Ñ. ÐкÑÑвÑÑÑÑе Ñго, каб змÑнÑÑÑ Ð°ÑаÑÐ¼Ð»ÐµÐ½Ð½Ñ "
-"вокнаÑ."
-
-#: ../src/gldit/cairo-dock-internal-dialogs.c:121
-msgid "Dialog boxes"
-msgstr "ÐÑÑлогÑ"
-
-#: ../src/gldit/cairo-dock-internal-dialogs.c:123
-msgid "Configure text bubble appearance."
-msgstr "ÐаладзÑÑе знеÑÐ½Ñ Ð²ÑглÑд воблаÑÐºÐ°Ñ Ð½Ð°Ð¿Ð°Ð¼Ñн."
-
-#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:757
-msgid "Indicators"
-msgstr "ÐндÑкаÑаÑÑ"
-
-#: ../src/gldit/cairo-dock-internal-indicators.c:170
-msgid "Indicators are additional markers for your icons."
-msgstr "ÐндÑкаÑаÑÑ Ð°Ð´Ð»ÑÑÑÑоÑваÑÑÑ Ð´Ð°Ð´Ð°ÑковÑÑ ÑнÑаÑмаÑÑÑ Ð½Ð° знаÑкаÑ
."
-
-#: ../src/gldit/cairo-dock-internal-labels.c:171
-msgid "Captions"
-msgstr "ÐодпÑÑÑ"
-
-#: ../src/gldit/cairo-dock-internal-labels.c:173
-msgid "Define icon caption and quick-info style."
-msgstr "ÐÑбеÑÑÑе знеÑÐ½Ñ Ð²ÑглÑд подпÑÑÐ°Ñ Ñ ÑнÑа-паведамленнÑÑ."
-
-#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:151
-msgid "Position"
-msgstr "ÐазÑÑÑÑ"
-
-#: ../src/gldit/cairo-dock-internal-position.c:133
-msgid "Set the position of the main dock."
-msgstr "ÐÑбеÑÑÑе меÑÑазнаÑ
оджанне галоÑнай панÑлÑ."
-
-#: ../src/gldit/cairo-dock-internal-system.c:135
-msgid "All of the parameters you will never want to tweak."
-msgstr "Ðе змÑнÑйÑе гÑÑÑÑ Ð¿Ð°ÑамеÑÑÑ Ð±ÐµÐ· аÑаблÑвай паÑÑÑбÑ."
-
-#: ../src/gldit/cairo-dock-internal-taskbar.c:167 ../data/messages:61
-#: ../data/messages:1049
-msgid "Taskbar"
-msgstr "ÐанÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ"
-
-#: ../src/gldit/cairo-dock-internal-taskbar.c:169
-msgid "Display and interact with currently open windows."
-msgstr "ÐдлÑÑÑÑаванне Ñ ÑзаемадзеÑнне з ÑÑпеÑаÑнÑÐ¼Ñ Ð°Ð´ÐºÑÑÑÑÐ¼Ñ Ð²Ð¾ÐºÐ½Ð°Ð¼Ñ."
-
-#: ../src/gldit/cairo-dock-internal-views.c:85
-msgid ""
-"Provides different views for Cairo-Dock. Enable this first if you want to "
-"select a different view for your docks."
-msgstr ""
-"ÐÑапаноÑвае ÑознÑÑ Ð²ÑÐ´Ñ Cairo-Dock. ÐкÑÑвÑÑÑÑе, каб вÑбÑаÑÑ ÑнÑÑ Ð²Ñд панÑлÑ."
-
-#: ../src/gldit/cairo-dock-internal-views.c:87 ../data/messages:115
-#: ../data/messages:519 ../data/messages:1401
-msgid "Views"
-msgstr "ÐÑглÑдÑ"
-
-#: ../src/gldit/cairo-dock-internal-views.c:89
-msgid "Select a view for each of your docks."
-msgstr "ÐожаÑе вÑбÑаÑÑ Ð°ÑÐ¾Ð±Ð½Ñ Ð²Ñд Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð°Ð¹ панÑлÑ."
-
-#: ../src/gldit/cairo-dock-struct.h:457
+#: ../src/gldit/cairo-dock-struct.h:416
msgid "Default"
msgstr "па змоÑÑваннÑ"
-#: ../src/gldit/cairo-dock-themes-manager.c:109
+#: ../src/gldit/cairo-dock-themes-manager.c:112
#, c-format
msgid "Are you sure you want to overwrite theme %s?"
msgstr "ÐÑ ÑпÑÑненÑÑ, ÑÑо жадаеÑе пеÑазапÑÑанÑÑ
ÑÑÐ¼Ñ %s ?"
-#: ../src/gldit/cairo-dock-themes-manager.c:222
+#: ../src/gldit/cairo-dock-themes-manager.c:174
+msgid "Last modification on:"
+msgstr "ÐпоÑнÑÑ Ð·Ð¼ÑненнÑ:"
+
+#: ../src/gldit/cairo-dock-themes-manager.c:241
#, c-format
msgid ""
"Could not access remote file %s/%s. Maybe the server is down.\n"
@@ -1031,75 +1057,94 @@
"не ÑдалоÑÑ Ð°ÑÑÑмаÑÑ Ñайл %s/%s, магÑÑма ÑеÑÐ²ÐµÑ Ð½Ðµ пÑаÑÑе.\n"
"ÐаÑпÑабÑйÑе пазÑней ÑÑ Ð·ÑвÑжÑÑеÑÑ Ð· Ð½Ð°Ð¼Ñ Ð½Ð° glx-dock.org."
-#: ../src/gldit/cairo-dock-themes-manager.c:237
+#: ../src/gldit/cairo-dock-themes-manager.c:256
#, c-format
msgid "Are you sure you want to delete theme %s?"
msgstr "ÐÑ ÑпÑÑненÑÑ, ÑÑо жадаеÑе вÑдалÑÑÑ ÑÑÐ¼Ñ %s ?"
-#: ../src/gldit/cairo-dock-themes-manager.c:239
+#: ../src/gldit/cairo-dock-themes-manager.c:258
msgid "Are you sure you want to delete these themes?"
msgstr "ÐÑ ÑпÑÑненÑÑ, ÑÑо жадаеÑе вÑдалÑÑÑ Ð³ÑÑÑÑ ÑÑмÑ?"
-#: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:37
-#: ../data/messages:217
+#: ../src/implementations/cairo-dock-hiding-effect.c:601 ../data/messages:37
+#: ../data/messages:203
msgid "Move down"
msgstr "ÐеÑамÑÑÑÑÑÑ ÑнÑз"
-#: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:39
-#: ../data/messages:219
+#: ../src/implementations/cairo-dock-hiding-effect.c:609 ../data/messages:39
+#: ../data/messages:205
msgid "Fade out"
msgstr "ÐаÑÑмнÑÑÑ"
-#: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:41
-#: ../data/messages:221
+#: ../src/implementations/cairo-dock-hiding-effect.c:617 ../data/messages:41
+#: ../data/messages:207
msgid "Semi transparent"
msgstr "ÐолÑпÑазÑÑÑÑаÑÑÑ"
-#: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:43
-#: ../data/messages:223
+#: ../src/implementations/cairo-dock-hiding-effect.c:626 ../data/messages:43
+#: ../data/messages:209
msgid "Zoom out"
msgstr "ÐаменÑÑÑÑ Ð¼Ð°ÑÑаб"
-#: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:45
-#: ../data/messages:225
+#: ../src/implementations/cairo-dock-hiding-effect.c:634 ../data/messages:45
+#: ../data/messages:211
msgid "Folding"
msgstr "ÐгоÑÑванне"
-#: ../data/messages:1 ../data/messages:1347
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:117
+msgid ""
+"This provides different window decorators. Enable this first if you want to "
+"select a different decorator for your dialog boxes."
+msgstr ""
+"Ðае ÑознÑÑ Ð°ÑаÑÐ¼Ð»ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð²Ð¾ÐºÐ½Ð°Ñ. ÐкÑÑвÑÑÑÑе Ñго, каб змÑнÑÑÑ Ð°ÑаÑÐ¼Ð»ÐµÐ½Ð½Ñ "
+"вокнаÑ."
+
+#: ../src/internal-old/cairo-dock-internal-icons.c:455
+msgid "Provides various animations for your icons."
+msgstr "ÐÑапанÑе ÑознÑÑ Ð°Ð½ÑмаÑÑÑ Ð´Ð»Ñ Ð·Ð½Ð°ÑкоÑ."
+
+#: ../src/internal-old/cairo-dock-internal-views.c:83
+msgid ""
+"Provides different views for Cairo-Dock. Enable this first if you want to "
+"select a different view for your docks."
+msgstr ""
+"ÐÑапаноÑвае ÑознÑÑ Ð²ÑÐ´Ñ Cairo-Dock. ÐкÑÑвÑÑÑÑе, каб вÑбÑаÑÑ ÑнÑÑ Ð²Ñд панÑлÑ."
+
+#: ../data/messages:1 ../data/messages:1331
msgid "Behavior"
msgstr "ÐаводзÑнÑ"
-#: ../data/messages:3 ../data/messages:153 ../data/messages:1349
+#: ../data/messages:3 ../data/messages:139 ../data/messages:1333
msgid "Position on the screen"
msgstr "ÐеÑÑазнаÑ
оджанне на ÑкÑане"
-#: ../data/messages:5 ../data/messages:155 ../data/messages:1351
+#: ../data/messages:5 ../data/messages:141 ../data/messages:1335
msgid "Choose which border of the screen the dock will be placed on:"
msgstr "Ð Ñкога Ð±Ð¾ÐºÑ ÑкÑана ÑазмÑÑÑÑÑÑ Ð¿Ð°Ð½ÑлÑ:"
-#: ../data/messages:7 ../data/messages:157 ../data/messages:1353
+#: ../data/messages:7 ../data/messages:143 ../data/messages:1337
msgid "bottom"
msgstr "знÑзÑ"
-#: ../data/messages:9 ../data/messages:159 ../data/messages:1355
+#: ../data/messages:9 ../data/messages:145 ../data/messages:1339
msgid "top"
msgstr "звеÑÑ
Ñ"
-#: ../data/messages:11 ../data/messages:161 ../data/messages:171
-#: ../data/messages:1357
+#: ../data/messages:11 ../data/messages:147 ../data/messages:157
+#: ../data/messages:1341
msgid "right"
msgstr "ÑпÑава"
-#: ../data/messages:13 ../data/messages:163 ../data/messages:169
-#: ../data/messages:1359
+#: ../data/messages:13 ../data/messages:149 ../data/messages:155
+#: ../data/messages:1343
msgid "left"
msgstr "злева"
-#: ../data/messages:15 ../data/messages:195
+#: ../data/messages:15 ../data/messages:181
msgid "Visibility of the main dock"
msgstr "ÐаÑнаÑÑÑ Ð°ÑноÑнай панÑлÑ"
-#: ../data/messages:17 ../data/messages:197 ../data/messages:1381
+#: ../data/messages:17 ../data/messages:183 ../data/messages:1365
msgid ""
"Modes are sorted from the most intrusive to the less intrusive.\n"
"When the dock is hidden or below a window, place the mouse on the screen's "
@@ -1114,40 +1159,40 @@
"ÐÐ°Ð»Ñ Ð¿Ð°Ð½ÑÐ»Ñ Ð·'ÑÑлÑеÑÑа пÑÑ ÐºÐ»Ð°Ð²ÑÑÑÑÑÐ½Ñ ÑкаÑаÑÑннÑ, Ñо Ñна з'ÑвÑÑÑа Ñ Ð¿Ð°Ð·ÑÑÑÑ "
"кÑÑÑоÑа. ÐÑÑаÑÐ½Ñ ÑÐ°Ñ Ð·Ð°ÑÑаÑÑÑÑÑ Ð½ÑбаÑнай, Ñк ÑÑÑÑÑмнае менÑ."
-#: ../data/messages:19 ../data/messages:55 ../data/messages:199
-#: ../data/messages:261 ../data/messages:1383
+#: ../data/messages:19 ../data/messages:55 ../data/messages:185
+#: ../data/messages:247 ../data/messages:1367
msgid "Visibility:"
msgstr "ÐаÑнаÑÑÑ:"
-#: ../data/messages:23 ../data/messages:203 ../data/messages:1387
+#: ../data/messages:23 ../data/messages:189 ../data/messages:1371
msgid "Reserve space for the dock"
msgstr "ÐаÑÑзеÑваваÑÑ Ð¼ÐµÑÑа пад панÑлÑ"
-#: ../data/messages:25 ../data/messages:205 ../data/messages:1389
+#: ../data/messages:25 ../data/messages:191 ../data/messages:1373
msgid "Keep the dock below"
-msgstr ""
+msgstr "ТÑÑмаÑÑ Ð·Ð·Ð°Ð´Ñ"
-#: ../data/messages:27 ../data/messages:207 ../data/messages:1391
+#: ../data/messages:27 ../data/messages:193 ../data/messages:1375
msgid "Hide the dock when it overlaps the current window"
-msgstr ""
+msgstr "СÑ
аваÑÑ Ð¿Ð°Ð½ÑÐ»Ñ ÐºÐ°Ð»Ñ Ñна пеÑакÑÑе бÑгÑÑае акно."
-#: ../data/messages:29 ../data/messages:209 ../data/messages:1393
+#: ../data/messages:29 ../data/messages:195 ../data/messages:1377
msgid "Hide the dock whenever it overlaps any window"
-msgstr ""
+msgstr "ХаваÑÑ Ð¿Ð°Ð½ÑлÑ, ÐºÐ°Ð»Ñ Ñна пеÑакÑÑе лÑбое акно"
-#: ../data/messages:31 ../data/messages:211 ../data/messages:1395
+#: ../data/messages:31 ../data/messages:197 ../data/messages:1379
msgid "Keep the dock hidden"
-msgstr ""
+msgstr "ТÑÑмаÑÑ ÑÑоенай"
-#: ../data/messages:33 ../data/messages:213 ../data/messages:1397
+#: ../data/messages:33 ../data/messages:199 ../data/messages:1381
msgid "Pop-up on shortcut"
msgstr "УÑплÑвае па клавÑÑÑÑÑнÑм ÑкаÑаÑÑннÑ"
-#: ../data/messages:35 ../data/messages:215
+#: ../data/messages:35 ../data/messages:201
msgid "Effect used to hide the dock:"
-msgstr ""
+msgstr "ÐÑÐµÐºÑ Ð¿ÑÑ ÑÑÐ¾Ð¹Ð²Ð°Ð½Ð½Ñ Ð¿Ð°Ð½ÑлÑ:"
-#: ../data/messages:47 ../data/messages:245
+#: ../data/messages:47 ../data/messages:231
msgid ""
"When you press the shortcut, the dock will show itself at the potition of "
"your mouse. The rest of the time, it stays invisible, thus acting like a "
@@ -1157,7 +1202,7 @@
"мÑÑÑ. ÐÑÑаÑÐ½Ñ ÑÐ°Ñ Ð·Ð½Ð°Ñ
одзÑÑÑÑÑ Ñ Ð½ÑбаÑнÑм ÑÑане, ÑакÑм ÑÑнам дзейнÑÑаÑÑÑ Ñк "
"менÑ."
-#: ../data/messages:49 ../data/messages:247
+#: ../data/messages:49 ../data/messages:233
msgid "Keyboard shortcut to pop-up the dock:"
msgstr "ÐлавÑÑÑÑÑÐ½Ñ ÑкаÑаÑÑнне:"
@@ -1165,7 +1210,7 @@
msgid "Visibility of sub-docks"
msgstr "ÐаÑнаÑÑÑ ÑÑб-панÑлÑÑ"
-#: ../data/messages:53 ../data/messages:259
+#: ../data/messages:53 ../data/messages:245
msgid ""
"they will appear either when you click or when you linger over the icon "
"pointing on it."
@@ -1173,11 +1218,11 @@
"ÑÐ½Ñ Ð±ÑдÑÑÑ Ð·'ÑÑлÑÑÑа ÐºÐ°Ð»Ñ Ð²Ñ ÐºÐ»ÑкнÑÑе на знаÑкÑ, алÑбо ÐºÐ°Ð»Ñ Ð½Ð°Ð²Ñдзе на Ñго "
"кÑÑÑÐ¾Ñ Ð¼ÑÑÑ."
-#: ../data/messages:57 ../data/messages:263
+#: ../data/messages:57 ../data/messages:249
msgid "Appear on mouse over"
msgstr "ÐÑÑ Ð½Ð°Ð²ÑÐ´Ð·ÐµÐ½Ð½Ñ ÐºÑÑÑоÑа"
-#: ../data/messages:59 ../data/messages:265
+#: ../data/messages:59 ../data/messages:251
msgid "Appear on click"
msgstr "ÐÑÑ ÐºÐ»ÑкÑ"
@@ -1203,7 +1248,7 @@
msgid "Behaviour of the Taskbar:"
msgstr "ÐаводзÑÐ½Ñ Ð¿Ð°Ð½ÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ:"
-#: ../data/messages:67 ../data/messages:1521
+#: ../data/messages:67 ../data/messages:1509
msgid "None"
msgstr "None"
@@ -1221,13 +1266,13 @@
#: ../data/messages:75
msgid "Icons' animations and effects"
-msgstr ""
+msgstr "ÐÑекÑÑ Ñ Ð°Ð½ÑмаÑÑÑ Ð·Ð½Ð°ÑкоÑ"
#: ../data/messages:81
msgid "On appearance/disappearance:"
-msgstr ""
+msgstr "ÐÑÑ Ð·'ÑÑленнÑ/ÑÑойваннÑ:"
-#: ../data/messages:87 ../data/messages:643
+#: ../data/messages:87 ../data/messages:619
msgid ""
"Leave empty to use the current icon theme of your system. You can enter the "
"name of a theme that is installed on your system (like 'Gartoon' or "
@@ -1273,35 +1318,35 @@
"ÐнаÑÐºÑ Ð·Ð°Ð¿ÑÑкÑ, пÑагÑÐ°Ð¼Ñ Ñ Ð°Ð¿Ð»ÐµÑÑ Ð±ÑдÑÑÑ Ð°Ð´Ð´Ð·ÐµÐ»ÐµÐ½ÑÑ Ð°Ð´Ð·Ñн ад аднаго. "
"ÐадзелÑнÑÐºÑ ÑÑÑавÑÑÑа аÑÑамаÑÑÑна."
-#: ../data/messages:105 ../data/messages:733
+#: ../data/messages:105 ../data/messages:709
msgid "Separate the different types of icons?"
msgstr "ÐддзÑлÑÑÑ ÑознÑÑ ÑÑÐ¿Ñ Ð·Ð½Ð°ÑкоÑ?"
-#: ../data/messages:107 ../data/messages:743
+#: ../data/messages:107 ../data/messages:719
msgid "Order of the different types of icons :"
msgstr "ÐаÑадак ÑазмÑÑÑÑÐ½Ð½Ñ ÑознÑÑ
ÑÑÐ¿Ð°Ñ Ð·Ð½Ð°ÑкоÑ:"
-#: ../data/messages:109 ../data/messages:745
+#: ../data/messages:109 ../data/messages:721
msgid "launchers"
msgstr "знаÑÐºÑ Ð·Ð°Ð¿ÑÑкÑ"
-#: ../data/messages:111 ../data/messages:747
+#: ../data/messages:111 ../data/messages:723
msgid "applications"
msgstr "пÑагÑамÑ"
-#: ../data/messages:113 ../data/messages:749
+#: ../data/messages:113 ../data/messages:725
msgid "applets"
msgstr "аплеÑÑ"
-#: ../data/messages:117 ../data/messages:523
+#: ../data/messages:117 ../data/messages:499
msgid "Choose the default view for main docks :"
msgstr "ÐбÑÑÑÑе вÑд аÑноÑÐ½Ñ Ð¿Ð°Ð½ÑлÑ:"
-#: ../data/messages:119 ../data/messages:527
+#: ../data/messages:119 ../data/messages:503
msgid "You can overwrite this parameter for each sub-dock."
msgstr "ÐÑ Ð¼Ð¾Ð¶Ð°Ñе пеÑазапÑÑанÑÑ
гÑÑÑ Ð¿Ð°ÑамеÑÑ Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð°Ð¹ ÑÑб-панÑлÑ."
-#: ../data/messages:121 ../data/messages:529
+#: ../data/messages:121 ../data/messages:505
msgid "Choose the default view for sub-docks :"
msgstr "ÐбÑÑÑÑе вÑд ÑÑб-панÑлÑ:"
@@ -1310,8 +1355,8 @@
msgstr "ÐапаÑненнÑ"
#: ../data/messages:125
-msgid "Applets"
-msgstr "ÐплеÑÑ"
+msgid "Add or remove any applet"
+msgstr ""
#: ../data/messages:127
msgid ""
@@ -1325,50 +1370,15 @@
"на Ñго знаÑÐºÑ Ñ Ð¿Ð°Ð½ÑлÑ."
#: ../data/messages:129
-msgid "Add or remove any applet :"
-msgstr "ÐадаÑÑ Ð°Ð±Ð¾ вÑдалÑÑÑ Ð°Ð¿Ð»ÐµÑ:"
-
-#: ../data/messages:131
msgid ""
"You can install them by simply drag-and-dropping the link onto your dock."
-msgstr ""
+msgstr "ÐÐ»Ñ ÑÑÑалÑÑÐºÑ Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе пÑоÑÑа пеÑаÑÑгнÑÑÑ ÑпаÑÑÐ»ÐºÑ Ð½Ð° панÑлÑ."
-#: ../data/messages:137 ../data/messages:1427
+#: ../data/messages:135 ../data/messages:1411
msgid "Themes"
msgstr "ТÑмÑ"
-#: ../data/messages:139 ../data/messages:1431
-msgid "Choose one of the available themes:"
-msgstr "ÐÑбеÑÑÑе Ð°Ð´Ð½Ñ Ð· даÑÑÑпнÑÑ
ÑÑм:"
-
-#: ../data/messages:143 ../data/messages:1437
-msgid ""
-"If you tick this box, your launchers will be deleted and replaced by the "
-"ones provided in the new theme. Otherwise the current launchers will be "
-"kept, only icons will be replaced."
-msgstr ""
-"ÐÐ°Ð»Ñ Ð²Ñ Ð°Ð´Ð·Ð½Ð°ÑÑÑе гÑÑÑ Ð¿Ð°ÑамеÑÑ, ваÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ Ð±ÑдÑÑÑ Ð·Ð°Ð¼ÐµÐ½ÐµÐ½Ñ Ð½Ð° "
-"знаÑÐºÑ Ð· пÑадÑÑаÑленай ÑÑмÑ. У адваÑоÑнÑм вÑпадкÑ, бÑгÑÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ "
-"бÑдÑÑÑ Ð·Ð°Ñ
Ð°Ð²Ð°Ð½Ñ Ñ ÑолÑÐºÑ ÑÑ
вÑÑÐ²Ñ Ð±ÑдÑÑÑ Ð·Ð°Ð¼ÐµÐ½ÐµÐ½Ñ."
-
-#: ../data/messages:145 ../data/messages:1439
-msgid "Use the new theme's launchers?"
-msgstr "ÐÑкаÑÑÑÑоÑваÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ Ð· новай ÑÑмÑ?"
-
-#: ../data/messages:147 ../data/messages:1441
-msgid ""
-"Otherwise the current behaviour will be kept. This defines the dock's "
-"position, behavioural settings such as auto-hide, using taskbar or not, etc."
-msgstr ""
-"У адваÑоÑнÑм вÑÐ¿Ð°Ð´ÐºÑ ÑÑÑаÑнÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑÐ½Ñ Ð±Ñдзе заÑ
авана. Ðа ÑÑ
адноÑÑÑÑа: "
-"ÑазмÑÑÑÑнне на панÑлÑ, паÑамеÑÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑнаÑ, ÑакÑÑ Ñк аÑÑо-ÑÑ
аваннÑ, "
-"вÑкаÑÑÑÑанне панÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ Ñ Ð³.д."
-
-#: ../data/messages:149 ../data/messages:1443
-msgid "Use the new theme's behaviour?"
-msgstr "ÐÑкаÑÑÑÑоÑваÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑÐ½Ñ Ð· новай ÑÑмÑ?"
-
-#: ../data/messages:165 ../data/messages:1361
+#: ../data/messages:151 ../data/messages:1345
msgid ""
"When set to 0 the dock will position itself relative to the left corner if "
"horizontal and the top corner if vertical. When set to 1 it will position "
@@ -1381,15 +1391,15 @@
"гаÑÑзанÑалÑнай - адноÑна пÑавага Ñ Ð²ÐµÑÑÑкалÑнай - адноÑна нÑжнÑга вÑгла Ñ "
"пÑÑ Ð·Ð½Ð°ÑÑÐ½Ð½Ñ 0.5 ÑазмÑÑÑÑнне бÑдзе вÑÑавниваÑÑÑÑ Ð°Ð´Ð½Ð¾Ñна ÑÑÑÑдзÑÐ½Ñ ÑкÑана."
-#: ../data/messages:167 ../data/messages:1363
+#: ../data/messages:153 ../data/messages:1347
msgid "Relative alignment:"
msgstr "ÐÑÑаÑноÑваÑÑ Ð°Ð´Ð½Ð¾Ñна:"
-#: ../data/messages:173 ../data/messages:1365
+#: ../data/messages:159 ../data/messages:1349
msgid "Offset from the screen's edge"
msgstr "ÐÑÑÑÑнне ад мÑÐ¶Ñ ÑкÑана"
-#: ../data/messages:175 ../data/messages:1367
+#: ../data/messages:161 ../data/messages:1351
msgid ""
"Gap from the absolute position on the screen's edge, in pixels. You can also "
"move the dock by holding the ALT or CTRL key and the left mouse button."
@@ -1398,11 +1408,11 @@
"пеÑеÑаÑкиваÑÑ Ð¿Ð°Ð½ÑÐ»Ñ ÑÑÑÑмлÑваÑÑÑ Ð½Ð°ÑÑÑнÑÑай клавÑÑÑ ALT або CTRL Ñ Ð»ÐµÐ²Ð°Ð¹ "
"ÐºÐ½Ð¾Ð¿ÐºÑ Ð¼ÑÑÑ."
-#: ../data/messages:177 ../data/messages:1369
+#: ../data/messages:163 ../data/messages:1353
msgid "Lateral offset:"
msgstr "Ðакавое зÑÑÑÑнне:"
-#: ../data/messages:179 ../data/messages:1371
+#: ../data/messages:165 ../data/messages:1355
msgid ""
"in pixels. You can also move the dock by holding the ALT or CTRL key and the "
"left mouse button."
@@ -1410,81 +1420,83 @@
"Ñ Ð¿ÑкÑÑлÑÑ
. ТакÑама Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе пеÑеÑаÑкиваÑÑ Ð¿Ð°Ð½ÑÐ»Ñ ÑÑÑÑмлÑваÑÑÑ Ð½Ð°ÑÑÑнÑÑай "
"клавÑÑÑ ALT або CTRL Ñ Ð»ÐµÐ²Ð°Ð¹ ÐºÐ½Ð¾Ð¿ÐºÑ Ð¼ÑÑÑ."
-#: ../data/messages:181 ../data/messages:1373
+#: ../data/messages:167 ../data/messages:1357
msgid "Distance to the screen edge:"
msgstr "ÐÑÑÑанÑÑÑ Ð´Ð° мÑÐ¶Ñ ÑкÑана:"
-#: ../data/messages:183
+#: ../data/messages:169
msgid "Multiple screens"
msgstr "ÐножнÑÑ ÑкÑанÑ"
-#: ../data/messages:185
+#: ../data/messages:171
msgid ""
"This option is to use if you have a dual-screen and use Xinerama to manage "
"them."
msgstr ""
+"ÐÑÑÐ°Ñ Ð¾Ð¿ÑÑÑ Ð²ÑкаÑÑÑÑоÑваеÑÑа ÐºÐ°Ð»Ñ Ð²Ñ Ð²Ð°Ð»Ð¾Ð´Ð°ÐµÑе двÑма манÑÑоÑÐ°Ð¼Ñ Ñ "
+"вÑкаÑÑÑÑаеÑе Xinerama Ð´Ð»Ñ ÐºÑÑаваннÑ."
-#: ../data/messages:187
+#: ../data/messages:173
msgid "Use Xinerama?"
msgstr "ÐÑкаÑÑÑÑоÑваÑÑ Xinerama?"
-#: ../data/messages:189
+#: ../data/messages:175
msgid "0 is the first screen."
-msgstr ""
+msgstr "0 гÑÑа пеÑÑÑ ÑкÑан."
-#: ../data/messages:191 ../data/messages:1377
+#: ../data/messages:177 ../data/messages:1361
msgid "Number of the screen where the dock should be located:"
msgstr "ÐÑмаÑÑ ÑкÑÐ°Ð½Ð°Ñ Ð½Ð° ÑкÑÑ
адлÑÑÑÑоÑваÑÑ Ð¿Ð°Ð½ÑлÑ:"
-#: ../data/messages:193
+#: ../data/messages:179
msgid "Accessibility"
msgstr "ÐадаÑковÑÑ ÐагÑÑмаÑÑÑ"
-#: ../data/messages:227
+#: ../data/messages:213
msgid "in ms. 0 means no delay."
msgstr "Ñ Ð¼Ñ. 0 - без заÑÑÑмакÑ."
-#: ../data/messages:229
+#: ../data/messages:215
msgid "Delay before the dock unhides itself:"
msgstr "ÐаÑÑÑмка пеÑад ÑаÑкÑÑÑÑÑм панÑлÑ:"
-#: ../data/messages:231
+#: ../data/messages:217
msgid "How to call the dock back:"
msgstr "ЯкÑм ÑÑнам вÑклÑкаÑÑ Ð¿Ð°Ð½ÑлÑ:"
-#: ../data/messages:233
+#: ../data/messages:219
msgid "Hit the screen's border"
msgstr "ÐоÑÑк да кÑÐ°Ñ ÑкÑана"
-#: ../data/messages:235
+#: ../data/messages:221
msgid "Hit where the dock is"
msgstr "ÐоÑÑк да меÑÑа дзе панÑлÑ"
-#: ../data/messages:237
+#: ../data/messages:223
msgid "Hit the screen's corner"
msgstr "ÐоÑÑк да кÑÑе ÑкÑана"
-#: ../data/messages:239
+#: ../data/messages:225
msgid "Hit a zone"
msgstr "ÐакÑанÑÑÑ Ð·Ð¾Ð½Ñ"
-#: ../data/messages:241
+#: ../data/messages:227
msgid "Size of the zone :"
msgstr "ÐÐ°Ð¼ÐµÑ Ð·Ð¾Ð½Ñ:"
-#: ../data/messages:243
+#: ../data/messages:229
msgid "Image to display on the zone :"
msgstr "ÐÑÑва Ð´Ð»Ñ Ð·Ð¾Ð½Ñ:"
-#: ../data/messages:249
+#: ../data/messages:235
msgid "Additional parameters"
msgstr "ÐадаÑковÑÑ Ð¿Ð°ÑамеÑÑÑ"
-#: ../data/messages:251
+#: ../data/messages:237
msgid "Stretch the dock to always fill the screen"
msgstr "РаÑÑÑгваÑÑ Ð¿Ð°Ð½ÑÐ»Ñ Ð½Ð° ÑÑÑ ÑÑÑÑÐ½Ñ ÑкÑана?"
-#: ../data/messages:253
+#: ../data/messages:239
msgid ""
"This is only usefull if you do not already use auto-hide and if your Window "
"Manager allows the dock in front of fullscreen windows (which is rare)."
@@ -1493,31 +1505,31 @@
"Ñ Ð²Ð°Ñ Ð°ÐºÐ¾Ð½Ð½Ñ Ð¼ÑнÑджÑÑ Ð´Ð°Ð·Ð²Ð°Ð»Ñе панÑÐ»Ñ Ð±ÑÑÑ Ð½Ð°Ð´ полноÑкÑаннÑÑ
Ð²Ð¾ÐºÐ½Ð°Ñ (ÑÑо "
"ÑÑдка)."
-#: ../data/messages:255
+#: ../data/messages:241
msgid "Automatically hide the dock when a window becomes full screen?"
msgstr "ХаваÑÑ Ð¿Ð°Ð½ÑÐ»Ñ Ð¿ÑÑ ÑазвоÑаÑивании акна на ÑвеÑÑ ÑкÑан?"
-#: ../data/messages:257
+#: ../data/messages:243
msgid "Sub-docks' visibility"
msgstr "ÐаÑнаÑÑÑ ÑÑб-панÑлÑÑ"
-#: ../data/messages:267 ../data/messages:271
+#: ../data/messages:253 ../data/messages:257
msgid "in ms."
msgstr "Ñ Ð¼Ñек."
-#: ../data/messages:269
+#: ../data/messages:255
msgid "Delay before displaying a sub-dock:"
msgstr "ÐаÑÑÑмка з'ÑÑÐ»ÐµÐ½Ð½Ñ ÑÑб-панÑлÑ:"
-#: ../data/messages:273
+#: ../data/messages:259
msgid "Delay before leaving a sub-dock takes effect:"
msgstr "ÐаÑÑÑмка пеÑад ÑжÑÑÑ ÑÑекÑÑ Ð¿ÑÑ Ð¿Ð¾ÐºÐ¸Ð´Ð°Ð½Ð¸Ð¸ ÑÑб-панÑлÑ:"
-#: ../data/messages:275
+#: ../data/messages:261
msgid "TaskBar"
msgstr "ÐанÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ"
-#: ../data/messages:279
+#: ../data/messages:265
msgid ""
"Cairo-Dock will then act as your taskbar. It is recommended to remove any "
"other taskbars."
@@ -1525,19 +1537,19 @@
"Cairo-Dock бÑдзе паводзÑÑÑ ÑÑбе Ñк панÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ, ÑÑкамендÑеÑÑа пÑÑбÑаÑÑ ÑÑе "
"аÑÑаÑнÑÑ Ð¿Ð°Ð½ÑлÑ."
-#: ../data/messages:281
+#: ../data/messages:267
msgid "Show currently opened applications in the dock?"
msgstr "ÐаказваÑÑ Ð·Ð°Ð¿ÑÑÑанÑÑ Ð¿ÑагÑÐ°Ð¼Ñ Ñ Ð¿Ð°Ð½ÑлÑ?"
-#: ../data/messages:283
+#: ../data/messages:269
msgid "Only show icons whose windows are minimised"
msgstr "ÐаказваÑÑ Ð·Ð½Ð°ÑÐºÑ ÑолÑÐºÑ Ð¼ÑнÑмÑзаванÑÑ
вокнаÑ?"
-#: ../data/messages:285
+#: ../data/messages:271
msgid "Only show applications on current desktop"
msgstr "ÐаказваÑÑ Ð¿ÑагÑÐ°Ð¼Ñ ÑолÑÐºÑ ÑÑпеÑаÑнага ÑабоÑага ÑÑала?"
-#: ../data/messages:287
+#: ../data/messages:273
msgid ""
"Allows launchers to act as applications when their programs are running and "
"displays a marker on icons to indicate this. You can launch other occurences "
@@ -1547,11 +1559,11 @@
"запÑÑÑана, пÑÑ Ð³ÑÑÑм на знаÑÐºÑ Ð·'ÑвÑÑÑа СÑгналÑÐ½Ñ ÑндÑкаÑаÑ. ТакÑама, Ð²Ñ "
"можаÑе запÑÑÑÑÑÑ ÑнÑÑÑ ÐºÐ¾Ð¿ÑÑ Ð´Ð°Ð´Ð°ÑÐºÑ Ð· дапамогай камбÑнаÑÑÑ SHIFT + пÑÑÑÑÑка."
-#: ../data/messages:289
+#: ../data/messages:275
msgid "Mix launchers and applications"
msgstr "Ðб'ÑднаÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ Ð· ÑÑ
пÑагÑамамÑ?"
-#: ../data/messages:291
+#: ../data/messages:277
msgid ""
"This allows you to group all the windows of a given application into a "
"unique sub-dock, and to act on all of the windows at the same time."
@@ -1559,23 +1571,23 @@
"ÐазволÑÑÑ Ð·Ð³ÑÑпаванÑÑ ÑÑе Ð²Ð¾ÐºÐ½Ñ Ð¿ÑÑнага аплÑкаÑÑÑ Ñ Ð°Ð´Ð½Ð¾Ð¹ ÑÑб-панÑлÑ, ÑÑо "
"забÑÑпеÑÑÑÑ Ð°Ð´Ð½Ð°ÑаÑовае кÑÑаванне гÑÑÑÐ¼Ñ Ð²Ð¾ÐºÐ½Ð°Ð¼Ñ."
-#: ../data/messages:293
+#: ../data/messages:279
msgid "Group windows from the same application in a sub-dock ?"
msgstr "ÐгÑÑпаваÑÑ Ð²Ð¾ÐºÐ½Ñ Ð°Ð´Ð½Ð¾Ð¹ пÑагÑÐ°Ð¼Ñ Ñ ÑÑб-панÑлÑ?"
-#: ../data/messages:295 ../data/messages:305
+#: ../data/messages:281 ../data/messages:291
msgid "Enter the class of the applications, separated by a semi-colon ';'"
msgstr "ÑвÑдзÑÑе ÐºÐ»Ð°Ñ Ð¿ÑагÑам, падзÑлÑÑÑÑ ÑÑ
знакам \";\""
-#: ../data/messages:297 ../data/messages:307
+#: ../data/messages:283 ../data/messages:293
msgid "\t\tExcept the following classes:"
msgstr "\t\tÐкÑÐ°Ð¼Ñ Ð½Ð°ÑÑÑпнÑÑ
клаÑаÑ:"
-#: ../data/messages:299
+#: ../data/messages:285
msgid "Representation"
msgstr "ÐÑадÑÑаÑленне"
-#: ../data/messages:301
+#: ../data/messages:287
msgid ""
"If not set, the icon provided by X for each application will be used. If "
"set, the same icon as the corresponding launcher will be used for each "
@@ -1585,11 +1597,11 @@
"пÑадÑÑаÑÐ»ÐµÐ½Ñ Ð³ÑаÑÑÑнай аÑÑÑоддзем. У адваÑоÑнÑм вÑпадкÑ, бÑдÑÑÑ Ð²ÑкаÑÑÑÑанÑÑ "
"знаÑÐºÑ ÑамÑÑ
пÑÑкладаннÑÑ."
-#: ../data/messages:303
+#: ../data/messages:289
msgid "Overwrite the X icon with the launchers' icon?"
msgstr "ÐамÑнÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð¿ÑагÑам?"
-#: ../data/messages:309
+#: ../data/messages:295
msgid ""
"A composite manager is required to display the thumbnail.\n"
"OpenGL is required to draw the icon bent backwards."
@@ -1597,85 +1609,85 @@
"ÐампазÑÑÐ½Ñ Ð¼ÐµÐ½ÐµÐ´Ð¶ÑÑ, неабÑ
Ð¾Ð´Ð½Ñ Ð´Ð»Ñ Ð°Ð´Ð»ÑÑÑÑÐ°Ð²Ð°Ð½Ð½Ñ Ð¼ÑнÑÑÑÑÑ.\n"
"OpenGL паÑÑабÑеÑÑа намалÑваÑÑ Ð°Ð±Ñазок наÑ
ÑлÑÑÑÑ Ð½Ð°Ð·Ð°Ð´."
-#: ../data/messages:311
+#: ../data/messages:297
msgid "How to draw minimised windows ?"
msgstr "Як адлÑÑÑÑаваÑÑ Ð·Ð³Ð¾ÑнÑÑÑÑ Ð²Ð¾ÐºÐ½Ñ?"
-#: ../data/messages:313
+#: ../data/messages:299
msgid "Make the icon transparent"
msgstr "ÐÑабÑÑÑ Ð°Ð±Ñазок пÑазÑÑÑÑÑм"
-#: ../data/messages:315
+#: ../data/messages:301
msgid "Show a window's thumbnail"
msgstr "ÐаказваÑÑ ÑÑкÑÐ·Ñ Ð·Ð³Ð¾ÑнÑÑÑÑ Ð²Ð¾ÐºÐ½Ð°Ñ"
-#: ../data/messages:317
+#: ../data/messages:303
msgid "Draw it bent backwards"
msgstr "ÐалÑваÑÑ Ð· загибом"
-#: ../data/messages:319
+#: ../data/messages:305
msgid "Transparency of icons whose window is minimised:"
msgstr "ÐÑазÑÑÑÑаÑÑÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ (не) згоÑнÑÑÑÑ
вокнаÑ:"
-#: ../data/messages:321 ../data/messages:479 ../data/messages:591
-#: ../data/messages:617 ../data/messages:689
+#: ../data/messages:307 ../data/messages:455 ../data/messages:567
+#: ../data/messages:593 ../data/messages:665
msgid "Opaque"
msgstr "непÑазÑÑÑÑÑ"
-#: ../data/messages:323 ../data/messages:477 ../data/messages:589
-#: ../data/messages:615 ../data/messages:687
+#: ../data/messages:309 ../data/messages:453 ../data/messages:565
+#: ../data/messages:591 ../data/messages:663
msgid "Transparent"
msgstr "пÑазÑÑÑÑÑ"
-#: ../data/messages:325
+#: ../data/messages:311
msgid "Play a short animation of the icon when its window becomes active"
msgstr "ÐнÑмÑÑаваÑÑ Ð·Ð½Ð°Ñок, ÐºÐ°Ð»Ñ Ñго акно ÑÑановÑÑÑа акÑÑÑнÑм?"
-#: ../data/messages:327
+#: ../data/messages:313
msgid "\"...\" will be added at the end if the name is too long."
msgstr ""
"ÐÐ°Ð»Ñ ÑÐ¼Ñ Ñайла занадÑа доÑгае, Ñо да канÑа ÑÐ¼Ñ Ð±Ñдзе дададзена \"...\"."
-#: ../data/messages:329
+#: ../data/messages:315
msgid "Maximum number of caracters in application name:"
msgstr "ÐакÑÑмалÑÐ½Ð°Ñ ÐºÐ¾Ð»ÑкаÑÑÑ Ð·Ð½Ð°ÐºÐ°Ñ Ñ ÑмÑ:"
-#: ../data/messages:331
+#: ../data/messages:317
msgid "Interaction"
msgstr "УзаемадзеÑнне"
-#: ../data/messages:333
+#: ../data/messages:319
msgid "This is the default behaviour of most taskbars."
msgstr "СÑандаÑÑнÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑÐ½Ñ Ð±Ð¾Ð»ÑÑаÑÑÑ Ð¿Ð°Ð½ÑлÑÑ Ð·Ð°Ð´Ð°Ñ."
-#: ../data/messages:335
+#: ../data/messages:321
msgid ""
"Minimise the window when its icon is clicked, if it was already the active "
"window ?"
msgstr ""
"ÐгаÑнÑÑÑ Ð°ÐºÐ½Ð¾ пÑÑ Ð¿ÑÑÑÑÑÑÑ Ð½Ð° Ñго знаÑкÑ, ÐºÐ°Ð»Ñ Ñ Ð´Ð°Ð´Ð·ÐµÐ½Ñ Ð¼Ð¾Ð¼Ð°Ð½Ñ Ñно акÑÑÑна?"
-#: ../data/messages:337
+#: ../data/messages:323
msgid "In the style of Firefox tabs"
msgstr "Ðа Ð¼Ð°Ð½ÐµÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑÐ½Ð°Ñ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº Firefox."
-#: ../data/messages:339
+#: ../data/messages:325
msgid "Middle-clicking on an icon closes the related application"
msgstr "СÑÑÑднÑÑ Ð¿ÑÑÑÑÑка закÑÑвае звÑзанÑÑ Ð¿ÑагÑамÑ?"
-#: ../data/messages:341
+#: ../data/messages:327
msgid "Highlight applications requiring your attention with a dialog bubble"
msgstr "ÐÐ°Ð»Ñ Ð¿Ð°ÑÑабÑеÑÑа ваÑÑ Ñвага, апавÑÑÑаÑÑ Ð²Ð¾Ð±Ð»Ð°Ñкам напамÑнаÑ?"
-#: ../data/messages:343
+#: ../data/messages:329
msgid "in seconds"
msgstr "Ñ ÑÑкÑндаÑ
"
-#: ../data/messages:345
+#: ../data/messages:331
msgid "Duration of the dialog:"
msgstr "ÐÑаÑÑглаÑÑÑ Ð´ÑÑлогавае акна:"
-#: ../data/messages:347
+#: ../data/messages:333
msgid ""
"It will notify you even if, for instance, you are watching a movie in full "
"screen or you are on another desktop.\n"
@@ -1683,23 +1695,23 @@
"ÐÑ Ð°ÑÑÑмаеÑе апавÑÑÑÑнне, Ð½Ð°Ð²Ð°Ñ ÐºÐ°Ð»Ñ Ð²Ñ Ð³Ð»ÑдзÑÑе ÑÑлÑм на поÑнÑм ÑкÑане ÑÑ "
"знаÑ
одзÑÑеÑÑ Ð½Ð° ÑнÑÑм пÑаÑоÑнÑм ÑÑале.\n"
-#: ../data/messages:349
+#: ../data/messages:335
msgid "Force the following applications to demand your attention"
msgstr "ÐÑÑмÑÑова апавÑÑÑаÑÑ Ð²Ð°Ñ Ð°Ð± наÑÑÑпнÑÑ
пÑагÑамаÑ
?"
-#: ../data/messages:351
+#: ../data/messages:337
msgid "Highlight applications demanding your attention with an animation"
msgstr "ÐÐ°Ð»Ñ Ð¿Ð°ÑÑабÑеÑÑа ваÑа Ñвага, апавÑÑÑаÑÑ Ð· дапамогай анÑмаÑÑÑ?"
-#: ../data/messages:355
+#: ../data/messages:341
msgid "Animations speed"
msgstr "Ð¥ÑÑкаÑÑÑ Ð°Ð½ÑмаÑÑÑ"
-#: ../data/messages:357
+#: ../data/messages:343
msgid "Animate sub-docks when they appear"
msgstr "ÐнÑмÑÑаванÑÑ ÑÑб-панÑÐ»Ñ Ð¿ÑÑ Ð·'ÑÑленнÑ?"
-#: ../data/messages:359
+#: ../data/messages:345
msgid ""
"Icons will appear folded on themselves and will then unfold until they fill "
"the whole dock. The smaller this value, the faster this will be."
@@ -1708,114 +1720,97 @@
"ÑаÑоÑ, пакÑÐ»Ñ Ð½Ðµ запоÑнÑÑÑ ÑÑÑ Ð¿Ð°Ð½ÑлÑ. ЧÑм Ð¼ÐµÐ½Ñ Ð·Ð½Ð°ÑÑнне, ÑÑм Ñ
ÑÑÑÑй "
"ÑазгоÑнÑÑÑа."
-#: ../data/messages:361
+#: ../data/messages:347
msgid "Animation unfolding duration:"
-msgstr ""
+msgstr "Ð¥ÑÑкаÑÑÑ Ð°Ð½ÑмаÑÑÑ ÑазгоÑÑваннÑ:"
-#: ../data/messages:363 ../data/messages:371 ../data/messages:375
-#: ../data/messages:383 ../data/messages:387
+#: ../data/messages:349 ../data/messages:357 ../data/messages:361
+#: ../data/messages:369 ../data/messages:373
msgid "fast"
msgstr "Ñ
ÑÑка"
-#: ../data/messages:365 ../data/messages:373 ../data/messages:377
-#: ../data/messages:385 ../data/messages:389
+#: ../data/messages:351 ../data/messages:359 ../data/messages:363
+#: ../data/messages:371 ../data/messages:375
msgid "slow"
msgstr "паволÑна"
-#: ../data/messages:367 ../data/messages:379
+#: ../data/messages:353 ../data/messages:365
msgid "The more there are, the slower it will be"
msgstr "ЧÑм болÑÑ Ð·Ð½Ð°ÑÑнне, ÑÑм болÑÑ Ð¿Ð°Ð²Ð¾Ð»Ñна ÑаÑкÑÑÑÑÑ"
-#: ../data/messages:369
+#: ../data/messages:355
msgid "Number of steps in the zoom animation (grow/shrink):"
-msgstr ""
+msgstr "ÐолÑкаÑÑÑ ÐºÑÐ¾ÐºÐ°Ñ Ð°Ð½ÑмаÑÑÑ Ð½Ð°Ð±Ð»ÑжÑÐ½Ð½Ñ (ÑзÑаÑÑаÑÑ/звÑжаÑÑа):"
-#: ../data/messages:381
+#: ../data/messages:367
msgid "Number of steps in the auto-hide animation (move up/move down):"
-msgstr ""
+msgstr "ÐолÑкаÑÑÑ ÐºÑÐ¾ÐºÐ°Ñ Ð°Ð½ÑмаÑÑÑ Ð°ÑÑа-Ñ
аванÑÐ½Ñ (ÑÑÑ
Ð°Ñ ÑвеÑÑ
/ÑнÑз):"
-#: ../data/messages:391
+#: ../data/messages:377
msgid "Refresh rate"
-msgstr ""
+msgstr "ЧаÑÑаÑа абнаÑленнÑ"
-#: ../data/messages:393 ../data/messages:397 ../data/messages:401
+#: ../data/messages:379 ../data/messages:383 ../data/messages:387
msgid "in Hz. This is to adjust behaviour relative to your CPU power."
-msgstr ""
+msgstr "Ñ ÐÑ. ÐалежÑÑÑ Ð°Ð´ магÑÑнаÑÑÑ Ð²Ð°Ñага пÑаÑÑÑаÑа."
-#: ../data/messages:395
+#: ../data/messages:381
msgid "Refresh rate when mouving cursor into the dock :"
-msgstr ""
+msgstr "ЧаÑÑаÑа абнаÑÐ»ÐµÐ½Ð½Ñ Ð¿ÑÑ Ð¿ÐµÑамÑÑÑÑÐ½Ð½Ñ ÐºÑÑÑоÑа па панÑлÑ:"
-#: ../data/messages:399
+#: ../data/messages:385
msgid "Animation frequency for the OpenGL backend :"
-msgstr ""
+msgstr "ЧаÑÑаÑа анÑмаÑÑÑ Ð´Ð»Ñ Ð±Ñкенда OpenGL:"
-#: ../data/messages:403
+#: ../data/messages:389
msgid "Animation frequency for the Cairo backend :"
-msgstr ""
+msgstr "ЧаÑÑаÑа анÑмаÑÑÑ Ð´Ð»Ñ Ð±Ñкенда Cairo:"
-#: ../data/messages:405
+#: ../data/messages:391
msgid ""
"The transparency gradation pattern will then be re-calculated in real time. "
"May need more CPU power."
msgstr ""
+"Шаблон гÑадаÑÑÑ Ð¿ÑазÑÑÑÑаÑÑÑ Ð±Ñдзе пÑалÑÑваÑÑа Ñ ÑÑалÑнÑм ÑаÑе. Ðожа "
+"ÑпаÑÑÑбÑÑÑа болÑÑ ÑÑÑÑÑÑÐ°Ñ Ð¿ÑаÑÑÑаÑа."
-#: ../data/messages:407
+#: ../data/messages:393
msgid "Reflections should be calculated in real-time?"
-msgstr ""
-
-#: ../data/messages:409
-msgid "Label readability"
-msgstr "ЧÑÑалÑнаÑÑÑ Ð¿Ð¾Ð´Ð¿ÑÑаÑ"
-
-#: ../data/messages:411
-msgid "Should the labels always be horizontal, even when dock is vertical?"
-msgstr ""
-
-#: ../data/messages:413
-msgid ""
-"the bigger, the more the labels next to the selected icon will be "
-"transparent."
-msgstr ""
-
-#: ../data/messages:415
-msgid "label's visibility threshold :"
-msgstr "ÐаÑог адлÑÑÑÑÐ°Ð²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð´Ð¿ÑÑаÑ:"
-
-#: ../data/messages:417
-msgid "Configure labels appearence."
-msgstr "ÐнеÑÐ½Ñ Ð²ÑглÑд подпÑÑаÑ."
-
-#: ../data/messages:419
+msgstr "ÐпÑаÑоÑваÑÑ Ð°Ð´Ð»ÑÑÑÑÐ°Ð²Ð°Ð½Ð½Ñ Ñ ÑÑалÑнÑм ÑаÑе?"
+
+#: ../data/messages:395
msgid "Composition"
msgstr "ÐампазÑÑнаÑÑÑ"
-#: ../data/messages:421
+#: ../data/messages:397
msgid ""
"Only use this if you don't run a composite manager like Compiz, xcompmgr, "
"etc and have a black background around your dock. For aesthetic reasons, the "
"dock will be kept under other windows."
msgstr ""
+"ÐÑкаÑÑÑÑоÑвайÑе ÑолÑÐºÑ ÐºÐ°Ð»Ñ Ð½Ðµ запÑÑÑÐ°Ð½Ñ ÐºÐ°Ð¼Ð¿Ð°Ð·ÑÑÐ½Ñ Ð¼ÑнÑÐ´Ð¶Ð°Ñ Ð½Ð°ÐºÑÑÐ°Ð»Ñ "
+"Compiz, xcompmgr, Ñ Ð³.д. ÑÑ Ñ Ð²Ð°Ñ ÑоÑÐ½Ñ Ñон вакол панÑлÑ. Ðа ÑÑÑÑÑÑÑнÑм "
+"меÑкаваннÑÑ
, панÑÐ»Ñ Ð±Ñдзе знаÑ
одзÑÑÑа Ð·Ð·Ð°Ð´Ñ Ð°ÐºÐ¾Ð½."
-#: ../data/messages:423
+#: ../data/messages:399
msgid "Emulate composition with fake transparency?"
-msgstr ""
+msgstr "ÐмÑлÑваÑÑ ÐºÐ°Ð¼Ð¿Ð°Ð·ÑÑнаÑÑÑ Ð· падÑобленай пÑазÑÑÑÑаÑÑÑ?"
-#: ../data/messages:425
+#: ../data/messages:401
msgid "You need to re-open the panel. It is deactivated by default on KDE."
msgstr ""
"Ðам ÑпаÑÑÑбÑÑÑа пеÑеоÑкÑÑÑÑ Ð¿Ð°Ð½ÑлÑ. ÐÑÑÑ Ð¿Ð°ÑамеÑÑ Ð¿Ð° змоÑÑÐ²Ð°Ð½Ð½Ñ Ð´ÑакÑÑÐ²Ð°Ð²Ð°Ñ "
"Ñ KDE."
-#: ../data/messages:427
+#: ../data/messages:403
msgid "Make the config panel transparent?"
-msgstr ""
+msgstr "ÐÑабÑÑÑ Ð¿Ð°Ð½ÑÐ»Ñ Ð½Ð°ÑÑÑоек пÑазÑÑÑÑай?"
-#: ../data/messages:429
+#: ../data/messages:405
msgid "Connection to the Internet"
-msgstr ""
+msgstr "ÐлÑÑÑнне з ÐнÑÑÑнÑÑ"
-#: ../data/messages:431
+#: ../data/messages:407
msgid ""
"Maximum time in seconds that you allow the connection to the server to take. "
"This only limits the connection phase, once the dock has connected this "
@@ -1825,249 +1820,256 @@
"на Ñазе падклÑÑÑннÑ, г.зн. Ñк ÑолÑÐºÑ Ð°Ð´Ð±ÑдзеÑÑа падклÑÑÑнне, гÑÑÑ Ð¿Ð°ÑамеÑÑ "
"не бÑдзе болÑÑ Ð²ÑкаÑÑÑÑоÑваÑÑа."
-#: ../data/messages:433
+#: ../data/messages:409
msgid "Connection timeout :"
-msgstr ""
+msgstr "ÐÑмÑÑ Ð·Ð»ÑÑÑннÑ:"
-#: ../data/messages:435
+#: ../data/messages:411
msgid ""
"Maximum time in seconds that you allow the whole operation to last. Some "
"themes can be up to a few MB."
msgstr ""
+"ÐакÑÑмалÑÐ½Ñ ÑÐ°Ñ Ð´Ð»Ñ Ð·Ð°Ð²ÑÑÑÑÐ½Ð½Ñ ÑÑÑй загÑÑзкÑ. ÐекаÑоÑÑÑ ÑÑÐ¼Ñ Ð¼Ð°ÑÑÑ Ð¿Ð°Ð¼ÐµÑ "
+"ÑолÑÐºÑ Ð½ÐµÐºÐ°Ð»ÑÐºÑ ÐÐ."
-#: ../data/messages:437
+#: ../data/messages:413
msgid "Maximum time to download a file:"
-msgstr ""
+msgstr "ÐакÑÑмалÑÐ½Ñ ÑÐ°Ñ Ð´Ð»Ñ Ð·Ð°Ð¿Ð°Ð¼Ð¿Ð¾ÑÐºÑ Ñайла:"
-#: ../data/messages:439
+#: ../data/messages:415
msgid "Use this option if you experience problems to connect."
-msgstr ""
+msgstr "ÐÑкаÑÑÑÑоÑвайÑе гÑÑÑÑ Ð¾Ð¿ÑÑÑ, ÐºÐ°Ð»Ñ Ð°Ð´ÑÑваеÑе пÑÐ°Ð±Ð»ÐµÐ¼Ñ Ð· падклÑÑÑннем."
-#: ../data/messages:441
+#: ../data/messages:417
msgid "Force IPv4 ?"
-msgstr ""
+msgstr "ÐÑÑмÑÑова IPv4?"
-#: ../data/messages:443
+#: ../data/messages:419
msgid "Use this option if you connect to the Internet through a proxy."
-msgstr ""
+msgstr "ÐÑкаÑÑÑÑоÑвайÑе гÑÑÑÑ Ð¾Ð¿ÑÑÑ, ÐºÐ°Ð»Ñ Ð²ÑÑ
одзÑÑе Ñ ÑнÑÑÑнÑÑ Ð¿Ñаз пÑокÑÑ."
-#: ../data/messages:445
+#: ../data/messages:421
msgid "Are you behind a proxy ?"
-msgstr ""
+msgstr "ÐÑ Ð²ÑкаÑÑÑÑоÑваеÑе пÑокÑÑ?"
-#: ../data/messages:447
+#: ../data/messages:423
msgid "Proxy name :"
-msgstr ""
+msgstr "ÐÐ¼Ñ Ð¿ÑокÑÑ-ÑеÑвеÑа:"
-#: ../data/messages:449
+#: ../data/messages:425
msgid "Port :"
-msgstr ""
+msgstr "ÐоÑÑ:"
-#: ../data/messages:451 ../data/messages:455
+#: ../data/messages:427 ../data/messages:431
msgid ""
"Let empty if you don't need to log-in to the proxy with a user/password."
msgstr ""
+"ÐакÑнÑÑе пÑÑÑÑм, ÐºÐ°Ð»Ñ Ð½Ðµ вÑкаÑÑÑÑоÑваеÑе аÑÑаÑÑÐ·Ð°Ð²Ð°Ð½Ñ ÑваÑ
од пÑаз пÑокÑÑ."
-#: ../data/messages:453
+#: ../data/messages:429
msgid "User :"
-msgstr ""
+msgstr "ÐаÑÑÑÑалÑнÑк:"
-#: ../data/messages:457
+#: ../data/messages:433
msgid "Password :"
-msgstr ""
+msgstr "ÐаÑолÑ:"
-#: ../data/messages:461 ../data/messages:1409
+#: ../data/messages:437 ../data/messages:1393
msgid "Fill the background with:"
-msgstr ""
+msgstr "ÐапоÑнÑÑÑ Ð·Ð°Ð´Ð½Ñ Ñон:"
-#: ../data/messages:463 ../data/messages:469 ../data/messages:763
-#: ../data/messages:1413
+#: ../data/messages:439 ../data/messages:445 ../data/messages:739
+#: ../data/messages:1397
msgid "Image"
msgstr "ÐÑÑвай"
-#: ../data/messages:465 ../data/messages:485 ../data/messages:1415
+#: ../data/messages:441 ../data/messages:461 ../data/messages:1399
msgid "Colour gradation"
-msgstr ""
+msgstr "ÐÑадÑенÑам"
-#: ../data/messages:467
+#: ../data/messages:443
msgid "Use a background image."
msgstr "ÐÑкаÑÑÑÑоÑваÑÑ Ð²ÑÑÐ²Ñ Ð·Ð°Ð´Ð½Ñга ÑонÑ."
-#: ../data/messages:471 ../data/messages:1417
+#: ../data/messages:447 ../data/messages:1401
msgid ""
"Any format allowed; if empty, the colour gradation will be used as a fall "
"back."
msgstr ""
+"Ðожна вÑкаÑÑÑÑоÑваÑÑ Ð»ÑÐ±Ñ ÑаÑмаÑ, ÐºÐ°Ð»Ñ Ð¿Ð°ÐºÑнÑÑÑ Ð¿ÑÑÑÑм, Ñо бÑдзе вÑкаÑÑÑÑÐ°Ð½Ñ "
+"гÑадÑенÑ."
-#: ../data/messages:473 ../data/messages:1419
+#: ../data/messages:449 ../data/messages:1403
msgid "Image filename to use as a background :"
-msgstr ""
+msgstr "ÐÑÑва Ð´Ð»Ñ ÑонÑ:"
-#: ../data/messages:475
+#: ../data/messages:451
msgid "Image's transparency :"
msgstr "ÐÑазÑÑÑÑаÑÑÑ Ð²ÑÑвÑ:"
-#: ../data/messages:481 ../data/messages:1421
+#: ../data/messages:457 ../data/messages:1405
msgid "Repeat image as a pattern to fill background?"
-msgstr ""
+msgstr "ÐаÑÑаÑаÑÑ Ð¼Ð°Ð»ÑÐ½ÐºÑ Ñ Ð²ÑглÑдзе Ñаблона?"
-#: ../data/messages:483
+#: ../data/messages:459
msgid "Use a colour gradation."
-msgstr ""
+msgstr "ÐÑкаÑÑÑÑоÑваÑÑ ÐºÐ°Ð»ÑÑÐ¾Ð²Ñ Ð³ÑадÑенÑ."
-#: ../data/messages:487 ../data/messages:1423
+#: ../data/messages:463 ../data/messages:1407
msgid "Bright colour:"
-msgstr ""
+msgstr "СвеÑÐ»Ñ ÐºÐ¾Ð»ÐµÑ:"
-#: ../data/messages:489 ../data/messages:1425
+#: ../data/messages:465 ../data/messages:1409
msgid "Dark colour:"
-msgstr ""
+msgstr "ЦÑÐ¼Ð½Ñ ÐºÐ¾Ð»ÐµÑ:"
-#: ../data/messages:491
+#: ../data/messages:467
msgid "In degrees, in relation to the vertical"
msgstr "У гÑадÑÑаÑ
, адноÑна веÑÑÑкалÑ."
-#: ../data/messages:493
+#: ../data/messages:469
msgid "Angle of the gradation :"
msgstr "ÐÑÑ Ð½Ð°ÐºÐ¾Ð»Ð½Ð° гÑадÑенÑÑ:"
-#: ../data/messages:495
+#: ../data/messages:471
msgid "If not nul, it will form stripes."
msgstr "ÐÐ°Ð»Ñ Ð½Ðµ нÑлÑ, Ñо бÑдзе вÑкаÑÑÑÑÐ°Ð½Ð°Ñ ÑоÑма полоÑок."
-#: ../data/messages:497
+#: ../data/messages:473
msgid "Repeat the gradation this number of times:"
-msgstr ""
+msgstr "ÐаÑÑаÑаÑÑ Ð³ÑадÑÐµÐ½Ñ Ð½Ð°ÑÑÑпнае колÑкаÑÑÑ Ñаз:"
-#: ../data/messages:499
+#: ../data/messages:475
msgid "Percentage of the bright colour:"
-msgstr ""
+msgstr "ÐÑаÑÑÐ½Ñ ÑвеÑлага колеÑÑ:"
-#: ../data/messages:501
+#: ../data/messages:477
msgid "External Frame"
-msgstr ""
+msgstr "ÐнеÑнÑÑ Ñамка"
-#: ../data/messages:503 ../data/messages:507 ../data/messages:513
-#: ../data/messages:561 ../data/messages:661
+#: ../data/messages:479 ../data/messages:483 ../data/messages:489
+#: ../data/messages:537 ../data/messages:637
msgid "in pixels."
msgstr "Ñ Ð¿ÑкÑÑлÑÑ
."
-#: ../data/messages:505
+#: ../data/messages:481
msgid "Corner radius :"
msgstr "РадÑÑÑ Ð·Ð°ÐºÑÑгленÑÑ
кÑÑоÑ:"
-#: ../data/messages:509
+#: ../data/messages:485
msgid "Linewidth of the external line :"
-msgstr ""
+msgstr "ШÑÑÑÐ½Ñ Ð»ÑнÑÑ Ð·Ð½ÐµÑнÑй ÑамкÑ:"
-#: ../data/messages:511
+#: ../data/messages:487
msgid "Colour of the external line:"
-msgstr ""
+msgstr "ÐÐ¾Ð»ÐµÑ Ð·Ð½ÐµÑнÑÑ
лÑнÑй:"
-#: ../data/messages:515
+#: ../data/messages:491
msgid "Margin between the frame and the icons or their reflects :"
msgstr "ÐдлеглаÑÑÑ Ð°Ð´ ÑÐ°Ð¼ÐºÑ Ð´Ð° знаÑÐºÐ¾Ñ Ð°Ð±Ð¾ ÑÑ
адлÑÑÑÑаваннÑÑ:"
-#: ../data/messages:517
+#: ../data/messages:493
msgid "Are the bottom left and right corners rounded?"
-msgstr ""
+msgstr "ÐакÑÑглÑÑÑÑ Ð»ÐµÐ²ÑÑ Ñ Ð¿ÑавÑÑ Ð½ÑжнÑÑ ÐºÑÑÑ?"
-#: ../data/messages:521
+#: ../data/messages:497
msgid "Main Dock"
msgstr "ÐÑноÑÐ½Ð°Ñ Ð¿Ð°Ð½ÑлÑ"
-#: ../data/messages:525
+#: ../data/messages:501
msgid "Sub-Docks"
msgstr "СÑб-панÑлÑ"
-#: ../data/messages:531
+#: ../data/messages:507
msgid ""
"You can specify a ratio for the size of the sub-docks' icons, in relation to "
"the main docks' icons size"
msgstr ""
+"ÐÑ Ð¼Ð¾Ð¶Ð°Ñе паказаÑÑ ÑÑаÑленне памеÑÐ°Ñ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ð½Ð° ÑÑб-панÑлÑÑ
адноÑна памеÑÐ°Ñ "
+"знаÑÐºÐ¾Ñ Ð½Ð° галоÑнай панÑлÑ"
-#: ../data/messages:533
+#: ../data/messages:509
msgid "Ratio for the size of the sub-docks' icons :"
msgstr "ÐдноÑÑÐ½Ñ Ð¿Ð°Ð¼ÐµÑÐ°Ñ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ð½Ð° ÑÑб-панÑлÑÑ
:"
-#: ../data/messages:535 ../data/messages:803
+#: ../data/messages:511 ../data/messages:779
msgid "smaller"
msgstr "менÑÑ"
-#: ../data/messages:537
+#: ../data/messages:513
msgid "same size"
msgstr "аднолÑкавага памеÑÑ"
-#: ../data/messages:539
+#: ../data/messages:515
msgid "Dialogs"
msgstr "ÐÑÑлогÑ"
-#: ../data/messages:541
+#: ../data/messages:517
msgid "Bubble"
msgstr "ÐоблаÑка нагадваннÑ"
-#: ../data/messages:543
+#: ../data/messages:519
msgid "Background colour of the bubble:"
-msgstr ""
+msgstr "Ð¤Ð¾Ð½Ð°Ð²Ñ ÐºÐ¾Ð»ÐµÑ Ð²Ð¾Ð±Ð»Ð°ÐºÐ°:"
-#: ../data/messages:545
+#: ../data/messages:521
msgid "Shape of the bubble:"
-msgstr ""
+msgstr "ФоÑма воблаÑка:"
-#: ../data/messages:547
+#: ../data/messages:523
msgid "Text"
msgstr "ТÑкÑÑ"
-#: ../data/messages:549 ../data/messages:839
+#: ../data/messages:525 ../data/messages:823
msgid "Otherwise the default's system one will be used."
-msgstr ""
+msgstr "У адваÑоÑнÑм вÑÐ¿Ð°Ð´ÐºÑ Ð±Ñдзе вÑкаÑÑÑÑÐ°Ð½Ñ ÑÑÑÑÑÐ¼Ð½Ñ ÑÑÑÑÑ."
-#: ../data/messages:551
+#: ../data/messages:527
msgid "Use a custom font for the text?"
-msgstr ""
+msgstr "ÐÑкаÑÑÑÑаÑÑ ÑнÑÑ ÑÑÑÑÑ Ð´Ð»Ñ ÑÑкÑÑÑ?"
-#: ../data/messages:553
+#: ../data/messages:529
msgid "Text font:"
-msgstr ""
+msgstr "ШÑÑÑÑ ÑÑкÑÑÑ:"
-#: ../data/messages:555 ../data/messages:845
+#: ../data/messages:531 ../data/messages:829
msgid "Draw the outline of the text?"
-msgstr ""
+msgstr "ÐбмалÑÑвÑваÑÑ ÑÑкÑÑ?"
-#: ../data/messages:557
+#: ../data/messages:533
msgid "Text color:"
-msgstr ""
+msgstr "ÐÐ¾Ð»ÐµÑ ÑÑкÑÑÑ:"
-#: ../data/messages:559 ../data/messages:619
+#: ../data/messages:535 ../data/messages:595
msgid "Buttons"
msgstr "ÐнопкÑ"
-#: ../data/messages:563
+#: ../data/messages:539
msgid "Size of buttons in the info-bubbles (width x height) :"
msgstr "ÐÐ°Ð¼ÐµÑ ÐºÐ½Ð¾Ð¿Ð°Ðº Ñ Ð²Ð¾Ð±Ð»Ð°ÑÐºÐ°Ñ Ð½Ð°Ð¿Ð°Ð¼Ñн (ÑÑÑÑÐ½Ñ Ñ
вÑÑÑнÑ):"
-#: ../data/messages:565 ../data/messages:569 ../data/messages:623
-#: ../data/messages:627 ../data/messages:631 ../data/messages:635
+#: ../data/messages:541 ../data/messages:545 ../data/messages:599
+#: ../data/messages:603 ../data/messages:607 ../data/messages:611
msgid "If you don't provide any, a default image will be used."
msgstr "ÐÐ°Ð»Ñ Ð½ÑÑога не пакажÑÑе, Ñо бÑдзе вÑкаÑÑÑÑана ÑÑандаÑÑнае вÑÑва."
-#: ../data/messages:567
+#: ../data/messages:543
msgid "Name of an image to use for the yes/ok button :"
msgstr "ÐÑÑва да кнопак Так / Ðе:"
-#: ../data/messages:571
+#: ../data/messages:547
msgid "Name of an image to use for the no/cancel button :"
msgstr "ÐÑÑва Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿Ð°Ðº ÐÐµÑ / Ðдмена:"
-#: ../data/messages:573
+#: ../data/messages:549
msgid "Size of the icon displayed next to the text :"
msgstr "ÐÐ°Ð¼ÐµÑ Ð·Ð½Ð°Ñка Ð¿Ð¾Ð±Ð°Ñ Ð· ÑÑкÑÑам:"
-#: ../data/messages:577
+#: ../data/messages:553
msgid "Decorations"
msgstr "ÐÑаÑмленне"
-#: ../data/messages:579
+#: ../data/messages:555
msgid ""
"This can be customized for each desklet separately.\n"
"Choose 'Custom decoration' to define your own decorations below"
@@ -2075,172 +2077,184 @@
"ÐÑ Ð¼Ð¾Ð¶Ð°Ñе наладзÑÑÑ Ð°Ñобна Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð°Ð³Ð° деÑклеÑа аÑобна.\n"
"ÐÑбеÑÑÑе 'ÐмÑнÑÑÑ Ð°ÑаÑмленне', каб наладзÑÑÑ Ñго ÑамаÑÑойна."
-#: ../data/messages:581
+#: ../data/messages:557
msgid "Choose a default decoration for all desklets :"
msgstr "ÐÑбеÑÑÑе аÑаÑмленне Ð´Ð»Ñ ÑÑÑÑ
деÑклеÑов:"
-#: ../data/messages:583
+#: ../data/messages:559
msgid ""
"It's an image that will be displayed below the drawings, like a frame for "
"example. Leave empty to not use any."
msgstr ""
+"ÐÑÑва паказвае Ð·Ð·Ð°Ð´Ñ Ð¼Ð°Ð»Ñнка, напÑÑклад Ñамка. ÐакÑнÑÑе пÑÑÑÑм, каб не "
+"вÑкаÑÑÑÑоÑваÑÑ."
-#: ../data/messages:585
+#: ../data/messages:561
msgid "Background image :"
msgstr "Фонавае вÑÑва:"
-#: ../data/messages:587
+#: ../data/messages:563
msgid "Background transparency :"
-msgstr ""
+msgstr "Ð¤Ð¾Ð½Ð°Ð²Ð°Ñ Ð¿ÑазÑÑÑÑаÑÑÑ:"
-#: ../data/messages:593
+#: ../data/messages:569
msgid "in pixels. Use this to adjust the left position of the drawings."
msgstr "Ñ Ð¿ÑкÑÑлÑÑ
. ÐÑзнаÑае левÑÑ Ð¿Ð°Ð·ÑÑÑÑ Ð¼Ð°Ð»Ñнка."
-#: ../data/messages:595
+#: ../data/messages:571
msgid "Left offset :"
msgstr "Ðевае зÑÑÑÑнне:"
-#: ../data/messages:597
+#: ../data/messages:573
msgid "in pixels. Use this to adjust the top position of the drawings."
msgstr "Ñ Ð¿ÑкÑÑлÑÑ
. ÐÑзнаÑае веÑÑ
нÑÑ Ð¿Ð°Ð·ÑÑÑÑ Ð¼Ð°Ð»Ñнка."
-#: ../data/messages:599
+#: ../data/messages:575
msgid "Top offset :"
msgstr "ÐеÑÑ
нÑе зÑÑÑÑнне:"
-#: ../data/messages:601
+#: ../data/messages:577
msgid "in pixels. Use this to adjust the right position of the drawings."
msgstr "Ñ Ð¿ÑкÑÑлÑÑ
. ÐÑзнаÑае пÑавÑÑ Ð¿Ð°Ð·ÑÑÑÑ Ð¼Ð°Ð»Ñнка."
-#: ../data/messages:603
+#: ../data/messages:579
msgid "Right offset :"
msgstr "ÐÑавае зÑÑÑÑнне:"
-#: ../data/messages:605
+#: ../data/messages:581
msgid "in pixels. Use this to adjust the bottom position of the drawings."
msgstr "Ñ Ð¿ÑкÑÑлÑÑ
. ÐÑзнаÑае нÑжнÑÑ Ð¿Ð°Ð·ÑÑÑÑ Ð¼Ð°Ð»Ñнка."
-#: ../data/messages:607
+#: ../data/messages:583
msgid "Bottom offset :"
msgstr "ÐÑжнÑе зÑÑÑÑнне:"
-#: ../data/messages:609
+#: ../data/messages:585
msgid ""
"It's an image that will be displayed above the drawings, like a reflection "
"for example. Leave empty to not use any."
msgstr ""
+"ÐÑÑва Ð¿Ð°ÐºÐ°Ð·Ð²Ð°Ð½Ð°Ñ Ð½Ð°Ð´ малÑнкам, напÑÑклад адлÑÑÑÑаванне. ÐакÑнÑÑе пÑÑÑÑм, каб "
+"не вÑкаÑÑÑÑоÑваÑÑ."
-#: ../data/messages:611
+#: ../data/messages:587
msgid "Foreground image :"
msgstr "ÐÑÑва пÑÑÑднÑга плана:"
-#: ../data/messages:613
+#: ../data/messages:589
msgid "Foreground tansparency :"
msgstr "ÐÑазÑÑÑÑаÑÑÑ Ð¿ÑÑÑднÑга плана:"
-#: ../data/messages:621
+#: ../data/messages:597
msgid "Buttons size :"
msgstr "ÐÐ°Ð¼ÐµÑ ÐºÐ½Ð¾Ð¿Ð°Ðº:"
-#: ../data/messages:625 ../data/messages:637
+#: ../data/messages:601 ../data/messages:613
msgid "Name of an image to use for the 'rotate' button :"
msgstr "ÐÑÑва Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÑ 'кÑÑÑÑÑÑа':"
-#: ../data/messages:629
+#: ../data/messages:605
msgid "Name of an image to use for the 'reattach' button :"
-msgstr ""
+msgstr "ÐÑÑва Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÑ 'ÐÑкÑепиÑÑ':"
-#: ../data/messages:633
+#: ../data/messages:609
msgid "Name of an image to use for the 'depth rotate' button :"
-msgstr ""
+msgstr "ÐÑÑва Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÑ \"ÐÑÑÑÑÑÑ 3D\":"
-#: ../data/messages:641
+#: ../data/messages:617
msgid "Icons' themes"
msgstr "ТÑÐ¼Ñ Ð·Ð½Ð°ÑкоÑ"
-#: ../data/messages:645
+#: ../data/messages:621
msgid "Choose an icon theme :"
msgstr "ÐÑбеÑÑÑе ÑÑÐ¼Ñ Ð·Ð½Ð°ÑкоÑ:"
-#: ../data/messages:647
+#: ../data/messages:623
msgid ""
"Any format allowed; leave this field empty if you don't want to use an image "
"as background."
msgstr ""
+"ÐожаÑе вÑкаÑÑÑÑоÑваÑÑ Ð»ÑÐ±Ñ ÑаÑмаÑ, пакÑнÑÑе поле пÑÑÑÑм, каб не "
+"вÑкаÑÑÑÑоÑваÑÑ ÑонавÑÑ Ð²ÑÑвÑ."
-#: ../data/messages:649
+#: ../data/messages:625
msgid "Image filename to use as a background for icons :"
-msgstr ""
+msgstr "ÐÑÑва Ð´Ð»Ñ ÑÐ¾Ð½Ñ Ð·Ð½Ð°ÑкоÑ:"
-#: ../data/messages:651
+#: ../data/messages:627
msgid "Zoom effect"
msgstr "ÐÑÐµÐºÑ Ð½Ð°Ð±Ð»ÑжÑннÑ"
-#: ../data/messages:653
+#: ../data/messages:629
msgid ""
"set to 1 if you don't want the icons to zoom when you hover over them."
msgstr ""
+"УÑÑалÑйÑе знаÑÑнне 1, ÐºÐ°Ð»Ñ Ð½Ðµ жадаеÑе каб абÑÐ°Ð·ÐºÑ Ð¿Ð°Ð²ÑлÑÑвалÑÑÑ Ð¿ÑÑ "
+"навÑÐ´Ð·ÐµÐ½Ð½Ñ Ð½Ð° ÑÑ
."
-#: ../data/messages:655
+#: ../data/messages:631
msgid "Maximum zoom of the icons :"
msgstr "ÐакÑÑмалÑнае павелÑÑÑнне знаÑкоÑ:"
-#: ../data/messages:657
+#: ../data/messages:633
msgid ""
"in pixels. Outside of this space (centered on the mouse), there is no zoom."
msgstr ""
+"Ñ Ð¿ÑкÑÑлÑÑ
. ÐÑекÑÑ Ð½Ð°Ð±Ð»ÑжÑÐ½Ð½Ñ Ð½Ðµ бÑдзе звÑÑ Ð³ÑÑага ÑадÑÑÑÑ (ÑÑнÑÑ Ð¿Ð° кÑÑÑоÑÑ "
+"мÑÑÑ)."
-#: ../data/messages:659
+#: ../data/messages:635
msgid "Width of the space in which the zoom will be effective :"
-msgstr ""
+msgstr "РадÑÑÑ Ð´Ð·ÐµÑÐ½Ð½Ñ ÑÑекÑÑ Ð½Ð°Ð±Ð»ÑжÑннÑ:"
-#: ../data/messages:663
+#: ../data/messages:639
msgid "Space between icons :"
msgstr "ÐдлеглаÑÑÑ Ð¿Ð°Ð¼Ñж знаÑкамÑ:"
-#: ../data/messages:665
+#: ../data/messages:641
msgid "Reflections"
msgstr "ÐдбÑÑкÑ"
-#: ../data/messages:667
+#: ../data/messages:643
msgid ""
"It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
"reflections are not used."
msgstr ""
+"ÐаÑÑÑÑÑÐµÐ½Ñ Ð°Ð´Ð»ÑÑÑÑаваннÑ, пÑÑ Ð·Ð½Ð°ÑÑÐ½Ð½Ñ 1, знаÑÐºÑ Ð±ÑдÑÑÑ Ñалкам адбÑваÑÑа на "
+"плоÑкаÑÑÑ, пÑÑ Ð·Ð½Ð°ÑÑÐ½Ð½Ñ 0, адлÑÑÑÑаванне не бÑдзе вÑкаÑÑÑÑоÑваÑÑа."
-#: ../data/messages:669
+#: ../data/messages:645
msgid "Reflective power of the plane :"
-msgstr ""
+msgstr "СÑла адлÑÑÑÑÐ°Ð²Ð°Ð½Ð½Ñ Ð½Ð° плоÑкаÑÑÑ:"
-#: ../data/messages:671
+#: ../data/messages:647
msgid "light"
msgstr "Ñлаба"
-#: ../data/messages:673
+#: ../data/messages:649
msgid "strong"
msgstr "моÑна"
-#: ../data/messages:675
+#: ../data/messages:651
msgid ""
"In percent of the icon's size. This parameter influence the total height of "
"the dock."
msgstr ""
"У пÑаÑÑнÑаÑ
ад памеÑÑ Ð·Ð½Ð°Ñка. ÐÑÑÑ Ð¿Ð°ÑамеÑÑ ÑплÑвае на агÑлÑÐ½Ñ Ð¿Ð°Ð¼ÐµÑ Ð¿Ð°Ð½ÑлÑ."
-#: ../data/messages:677
+#: ../data/messages:653
msgid "Height of the reflection:"
-msgstr ""
+msgstr "ÐÑÑÑÐ½Ñ Ð°Ð´Ð»ÑÑÑÑаваннÑ:"
-#: ../data/messages:679
+#: ../data/messages:655
msgid "small"
msgstr "нÑзка"
-#: ../data/messages:681
+#: ../data/messages:657
msgid "tall"
msgstr "вÑÑока"
-#: ../data/messages:683
+#: ../data/messages:659
msgid ""
"It is their transparency when the dock is at rest; they will \"materialize\" "
"progressively as the dock grows up. The closer to 0, the more transparent "
@@ -2250,97 +2264,102 @@
"\"маÑÑÑÑÑлÑзаÑÑа\" па меÑÑ Ð·'ÑÑÐ»ÐµÐ½Ð½Ñ Ð¿Ð°Ð½ÑлÑ. ЧÑм блÑжÑй знаÑÑнне да 0, ÑÑм "
"пÑазÑÑÑÑай ÑÐ½Ñ Ð±ÑдÑÑÑ."
-#: ../data/messages:685
+#: ../data/messages:661
msgid "Icons' transparency at rest :"
msgstr "ÐÑазÑÑÑÑаÑÑÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ñ ÑÑане ÑпакоÑ:"
-#: ../data/messages:691
+#: ../data/messages:667
msgid "Icons size"
msgstr "ÐÐ°Ð¼ÐµÑ Ð·Ð½Ð°ÑкоÑ"
-#: ../data/messages:693
+#: ../data/messages:669
msgid "Launcher's size at rest (width x height) :"
msgstr "ÐÐ°Ð¼ÐµÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ð·Ð°Ð¿ÑÑÐºÑ Ñ ÑÑане ÑÐ¿Ð°ÐºÐ¾Ñ (ÑÑÑÑÐ½Ñ Ñ
вÑÑÑнÑ):"
-#: ../data/messages:695
+#: ../data/messages:671
msgid "Application's size at rest (width x height) :"
-msgstr ""
+msgstr "ÐÐ°Ð¼ÐµÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ð¿ÑагÑам Ñ ÑÑане ÑÑÐ¿Ð°ÐºÐ¾Ñ (ÑÑÑÑÐ½Ñ Ñ
вÑÑÑнÑ):"
-#: ../data/messages:697
+#: ../data/messages:673
msgid "Applet's size at rest (width x height) :"
msgstr "ÐÐ°Ð¼ÐµÑ Ð°Ð¿Ð»ÐµÑÐ°Ñ Ñ ÑÑане ÑÐ¿Ð°ÐºÐ¾Ñ (ÑÑÑÑÐ½Ñ Ñ
вÑÑÑнÑ):"
-#: ../data/messages:699
+#: ../data/messages:675
msgid "Configure icons' animations."
msgstr "ÐаладзÑÑÑ Ð°Ð½ÑмаÑÑÑ Ð·Ð½Ð°ÑкоÑ."
-#: ../data/messages:701
+#: ../data/messages:677
msgid "Configure icons' special effects (requires OpenGL)."
msgstr "ÐаладзÑÑÑ ÑпеÑÑÑлÑнÑÑ ÑÑекÑÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ (паÑÑабÑеÑÑа падÑÑÑмка OpenGL)."
-#: ../data/messages:703
+#: ../data/messages:679
msgid ""
"Configure icons' animations on appearing/disappearing (require OpenGL "
"capacity)."
msgstr ""
+"ÐаладзÑÑÑ Ð°Ð½ÑмаÑÑÑ Ð·'ÑÑленнÑ/знÑÐºÐ½ÐµÐ½Ð½Ñ Ð·Ð½Ð°ÑÐºÐ¾Ñ (паÑÑабÑеÑÑа наÑÑнаÑÑÑ "
+"OpenGL)."
-#: ../data/messages:705
+#: ../data/messages:681
msgid "Separators"
msgstr "ÐадзелÑнÑкÑ"
-#: ../data/messages:707
+#: ../data/messages:683
msgid "Icon size at rest (width x height) :"
msgstr "ÐÐ°Ð¼ÐµÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ñ ÑÑане ÑÐ¿Ð°ÐºÐ¾Ñ (ÑÑÑÑÐ½Ñ Ñ
вÑÑÑнÑ):"
-#: ../data/messages:709
+#: ../data/messages:685
msgid "Force separator's image size to stay constant?"
-msgstr ""
+msgstr "ÐÑÑмÑÑова пакÑдаÑÑ Ð¿Ð°Ð¼ÐµÑ Ð²ÑÑÐ²Ñ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑка паÑÑаÑннÑм?"
-#: ../data/messages:711
+#: ../data/messages:687
msgid ""
"Only the default, 3D-plane and curve views support flat and physical "
"separators. Flat separators are rendered differently according to the view."
msgstr ""
+"ТолÑÐºÑ Ð¿ÑÑ ÑÑандаÑÑнÑм вÑглÑдзе, вÑÐ´Ñ 3D-пÑаекÑÑÑ Ñ ÐºÑÑÐ²Ð°Ñ Ð¿Ð°Ð´ÑÑÑмлÑваÑÑÑ "
+"плоÑкÑÑ Ñ ÑÑзÑÑнÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑкÑ. ÐлоÑкÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑÐºÑ Ð¿ÑалÑÑваÑÑÑа адноÑна "
+"абÑанага вÑдÑ."
-#: ../data/messages:713
+#: ../data/messages:689
msgid "How to draw the separators?"
-msgstr ""
+msgstr "Як малÑваÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑкÑ?"
-#: ../data/messages:715
+#: ../data/messages:691
msgid "Use an image."
-msgstr ""
+msgstr "ÐÑкаÑÑÑÑоÑваÑÑ Ð²ÑÑвÑ."
-#: ../data/messages:717
+#: ../data/messages:693
msgid "Flat separator"
msgstr "ÐлоÑÐºÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑк"
-#: ../data/messages:719
+#: ../data/messages:695
msgid "Physical separator"
msgstr "ФÑзÑÑÐ½Ñ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑк"
-#: ../data/messages:721
+#: ../data/messages:697
msgid "If you don't provide one, blanks will be used."
msgstr "ÐÐ°Ð»Ñ Ð²Ñ Ð½ÑÑога не дадÑÑе, бÑдзе вÑкаÑÑÑÑоÑваÑÑа ÑÑÑÑÑ."
-#: ../data/messages:723
+#: ../data/messages:699
msgid "Filename of an image to use for separators :"
msgstr "ÐÑÑва Ð´Ð»Ñ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑка:"
-#: ../data/messages:725
+#: ../data/messages:701
msgid ""
"Make the separator's image revolve when dock is on top/on the left/on the "
"right?"
-msgstr ""
+msgstr "ÐÑÑÑÑÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑк, ÐºÐ°Ð»Ñ Ð¿Ð°Ð½ÑÐ»Ñ Ð·Ð½Ð°Ñ
одзÑÑÑа звеÑÑ
Ñ/злева/ÑпÑава?"
-#: ../data/messages:727
+#: ../data/messages:703
msgid "Colour of flat separators :"
-msgstr ""
+msgstr "ÐÐ¾Ð»ÐµÑ Ð¿Ð»Ð¾ÑкÑÑ
падзелÑнÑкаÑ:"
-#: ../data/messages:729
+#: ../data/messages:705
msgid "Icons order"
msgstr "ÐаÑадак знаÑкоÑ"
-#: ../data/messages:731
+#: ../data/messages:707
msgid ""
"If you separate a type of icons, the icons of this type will be placed "
"together, separated from the others by a separator.\n"
@@ -2348,221 +2367,292 @@
"insert separators manually. Applications will then be placed next to their "
"launcher if they have one, or after the last launcher."
msgstr ""
+"ÐÐ°Ð»Ñ Ð²Ñ Ð°Ð´Ð´Ð·ÐµÐ»ÑÑе Ð½ÐµÐ¹ÐºÑ ÑÑп знаÑкоÑ, Ñо ÑÑе ÑÐ½Ñ Ð±ÑдÑÑÑ Ð·Ð¼ÐµÑÑанÑÑ Ð°Ñобна ад "
+"аÑÑаÑнÑÑ
за падзелÑнÑкам.\n"
+"ÐÐ°Ð»Ñ Ð½Ðµ аддзÑлÑÑÑ, Ñо Ð²Ñ Ð·Ð¼Ð¾Ð¶Ð°Ñе змÑÑÑÑÑÑ ÑÑ
Ñ Ð»ÑбÑм меÑÑÑ Ð¿Ð°Ð½ÑÐ»Ñ Ñ ÑÑÑавÑÑÑ "
+"падзелÑнÑк ÑÑÑÑнÑÑ. ÐÑÑÐºÐ»Ð°Ð´Ð°Ð½Ð½Ñ Ñ ÑакÑм вÑпадкÑ, бÑдÑÑÑ ÑазмÑÑÑаÑÑа Ð¿Ð¾Ð±Ð°Ñ Ð· "
+"ÑÑ
знаÑÐºÐ°Ð¼Ñ Ð·Ð°Ð¿ÑÑкÑ, ÐºÐ°Ð»Ñ ÑакÑÑ Ð¼Ð°ÑÑÑа, алÑбо паÑÐ»Ñ Ð°Ð¿Ð¾ÑнÑга знаÑка."
-#: ../data/messages:735 ../data/messages:831
+#: ../data/messages:711 ../data/messages:809
msgid "No"
msgstr "Ðе"
-#: ../data/messages:737
+#: ../data/messages:713
msgid "Separate applications from others"
msgstr "ÐддзÑлÑÑÑ Ð¿ÑагÑÐ°Ð¼Ñ Ð°Ð´ аÑÑаÑнÑÑ
"
-#: ../data/messages:739
+#: ../data/messages:715
msgid "Separate applets from others"
msgstr "ÐддзÑлÑÑÑ Ð°Ð¿Ð»ÐµÑÑ Ð°Ð´ аÑÑаÑнÑÑ
"
-#: ../data/messages:741
+#: ../data/messages:717
msgid "Separate all"
msgstr "ÐÑобна ÑÑе"
-#: ../data/messages:751
+#: ../data/messages:727
msgid "Link the icons with a string"
msgstr "ÐвÑзаÑÑ Ð·Ð½Ð°Ñок Ñа ÑÑÑоÑкай"
-#: ../data/messages:753
+#: ../data/messages:729
msgid "Linewidth of the string, in pixels (0 to not use string) :"
msgstr "ШÑÑÑÐ½Ñ Ð»ÑнÑÑ Ñадка, Ñ Ð¿ÑкÑÑлÑÑ
(0 - не вÑкаÑÑÑÑоÑваÑÑ Ñадок):"
-#: ../data/messages:755
+#: ../data/messages:731
msgid "Colour of the string (red, blue, green, alpha) :"
-msgstr ""
+msgstr "ÐÐ¾Ð»ÐµÑ Ñадка (Ñ, c, з, а):"
-#: ../data/messages:759
+#: ../data/messages:735
msgid "Indicator of the active window"
-msgstr ""
+msgstr "ÐндÑкаÑÐ°Ñ Ð°ÐºÑÑÑнага акна"
-#: ../data/messages:761
+#: ../data/messages:737
msgid "Type of indicator:"
-msgstr ""
+msgstr "ТÑп ÑндÑкаÑаÑа:"
-#: ../data/messages:765
+#: ../data/messages:741
msgid "Frame"
-msgstr ""
+msgstr "ФÑÑйм"
-#: ../data/messages:767 ../data/messages:785 ../data/messages:823
+#: ../data/messages:743 ../data/messages:761 ../data/messages:799
msgid "Image file:"
-msgstr ""
+msgstr "ÐалÑнак:"
-#: ../data/messages:769
+#: ../data/messages:745
msgid "Set transparency to 0 if you don't want to use an indicator."
-msgstr ""
+msgstr "УÑÑалÑйÑе пÑазÑÑÑÑаÑÑÑ Ñ 0, каб не вÑкаÑÑÑÑоÑваÑÑ ÑндÑкаÑаÑ."
-#: ../data/messages:771
+#: ../data/messages:747
msgid "Colour of the frame :"
-msgstr ""
+msgstr "ÐÐ¾Ð»ÐµÑ ÑамкÑ:"
-#: ../data/messages:773
+#: ../data/messages:749
msgid "Set 0 to fill the frame."
-msgstr ""
+msgstr "УÑÑалÑйÑе 0, каб залÑÑÑ ÑамкÑ."
-#: ../data/messages:775
+#: ../data/messages:751
msgid "Linewidth of the frame around the active window :"
-msgstr ""
+msgstr "ТаÑÑÑÑÐ½Ñ Ð»ÑнÑÑ ÑÐ°Ð¼ÐºÑ Ð²Ð°ÐºÐ¾Ð» акÑÑÑнага акна:"
-#: ../data/messages:777
+#: ../data/messages:753
msgid "Corner radius of the frame around the active window :"
-msgstr ""
+msgstr "РадÑÑÑ ÑкÑÑгленнÑÑ ÑÐ°Ð¼ÐºÑ Ð²Ð°ÐºÐ¾Ð» акÑÑÑнага акна:"
-#: ../data/messages:779 ../data/messages:811
+#: ../data/messages:755 ../data/messages:787
msgid "Draw indicator above the icon?"
-msgstr ""
+msgstr "ÐалÑваÑÑ ÑндÑкаÑаÑ-над знаÑка?"
-#: ../data/messages:781
+#: ../data/messages:757
msgid "Indicator of active launcher"
-msgstr ""
+msgstr "ÐндÑкаÑÐ°Ñ Ð°ÐºÑÑÑнага знаÑка запÑÑкÑ"
-#: ../data/messages:783
+#: ../data/messages:759
msgid ""
"Indicators are drawn on launchers icons to show that they have already been "
"launched. Leave blank to use the default one."
msgstr ""
+"ÐндÑкаÑаÑÑ Ð°Ð´Ð¼Ð°Ð»ÑÑваÑÑÑа на знаÑкаÑ
, каб паказаÑÑ, ÑÑо пÑагÑама Ñжо "
+"запÑÑÑана. ÐакÑнÑÑе пÑÑÑÑм, каб вÑкаÑÑÑÑоÑваÑÑ ÑÑандаÑÑнае."
-#: ../data/messages:787
+#: ../data/messages:763
msgid ""
"The indicator is drawn on active launchers, but you may want to display it "
"on applications too."
msgstr ""
+"ÐндÑкаÑÐ°Ñ Ð°Ð´Ð»ÑÑÑÑоÑваеÑÑа ÑолÑÐºÑ Ð½Ð° акÑÑÑнÑÑ
знаÑкаÑ
, але Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе "
+"наладзÑÑÑ Ð¿Ð°ÐºÐ°Ð· Ñ Ð½Ð° дадаÑкаÑ
."
-#: ../data/messages:789
+#: ../data/messages:765
msgid "Display an indicator on application icons too ?"
-msgstr ""
+msgstr "ÐаказваÑÑ ÑндÑкаÑÐ°Ñ Ñ Ð½Ð° пÑагÑамаÑ
ÑакÑама?"
-#: ../data/messages:791
+#: ../data/messages:767
msgid ""
"Relatively to the icons' size. You can use this parameter to adjust the "
"indicator's vertical position.\n"
"If the indicator is linked to the icon, the offset will be upwards, "
"otherwise downwards."
msgstr ""
+"ÐдноÑна памеÑÑ Ð·Ð½Ð°Ñка. ÐÑ Ð¼Ð¾Ð¶Ð°Ñе вÑкаÑÑÑÑоÑваÑÑ Ð³ÑÑÑ Ð¿Ð°ÑамеÑÑ, каб наладзÑÑÑ "
+"веÑÑÑкалÑнÑÑ Ð¿Ð°Ð·ÑÑÑÑ ÑндÑкаÑаÑа.\n"
+"ÐÐ°Ð»Ñ ÑндÑкаÑÐ°Ñ Ð·Ð²ÑÐ·Ð°Ð½Ñ Ñа знаÑком, Ñо зÑÑÑÑнне бÑдзе ÑвеÑÑ
, Ñ Ð°Ð´Ð²Ð°ÑоÑнÑм "
+"вÑÐ¿Ð°Ð´ÐºÑ ÑнÑз."
-#: ../data/messages:793
+#: ../data/messages:769
msgid "Vertical offset :"
-msgstr ""
+msgstr "ÐеÑÑÑкалÑнае зÑÑÑÑнне:"
-#: ../data/messages:795
+#: ../data/messages:771
msgid ""
"If the indicator is linked to the icon, it will then be zoomed like the icon "
"and the offset will be upwards.\n"
"Otherwise it will be drawn directly on the dock and the offset will be "
"downwards."
msgstr ""
+"ÐÐ°Ð»Ñ ÑндÑкаÑÐ°Ñ Ð·Ð²ÑÐ·Ð°Ð½Ñ Ñа знаÑком, Ñо Ñн бÑдзе наблÑÐ¶Ð°Ð½Ñ Ð³ÑÑак жа Ñк Ñ "
+"знаÑок Ñ Ð·ÑÑÑÑнне бÑдзе ÑвеÑÑ
.\n"
+"У адваÑоÑнÑм вÑÐ¿Ð°Ð´ÐºÑ Ñн бÑдзе оÑÑиÑован пÑама на панÑÐ»Ñ Ñ Ñго знÑÑÑе бÑдзе "
+"ÑнÑз."
-#: ../data/messages:797
+#: ../data/messages:773
msgid "Link the indicator with its icon?"
-msgstr ""
+msgstr "ÐвÑзаÑÑ ÑндÑкаÑÐ°Ñ Ð· гÑÑÑм знаÑком?"
-#: ../data/messages:799
+#: ../data/messages:775
msgid ""
"You can choose to make the indicator smaller or bigger than the icons. The "
"bigger the value is, the bigger the indicator is. 1 means the indicator will "
"have the same size as the icons."
msgstr ""
+"ÐÑ Ð¼Ð¾Ð¶Ð°Ñе вÑбÑаÑÑ, ÑÑ Ð±ÑдÑÑÑ ÑндÑкаÑаÑÑ Ð±Ð¾Ð»ÑÑ ÑÑ Ð¼ÐµÐ½Ñ Ð¿Ð° памеÑÑ, ÑÑм знаÑкÑ. "
+"ЧÑм болÑÑ Ð·Ð½Ð°ÑÑнне паÑамеÑÑа, ÑÑм болÑÑ ÑндÑкаÑаÑÑ. ÐнаÑÑнне 1 ознаÑеÑ, ÑÑо "
+"ÑндÑкаÑÐ°Ñ Ð±Ñдзе Ñакога ж памеÑÑ ÑÑо Ñ Ð·Ð½Ð°Ñок."
-#: ../data/messages:801
+#: ../data/messages:777
msgid "Indicator size ratio :"
-msgstr ""
+msgstr "РознÑÑа Ñ Ð¿Ð°Ð¼ÐµÑаÑ
:"
-#: ../data/messages:805
+#: ../data/messages:781
msgid "bigger"
-msgstr ""
+msgstr "болÑÑÑ"
-#: ../data/messages:807
+#: ../data/messages:783
msgid ""
"Use it to make the indicator follow the orientation of the dock "
"(top/bottom/right/left)."
msgstr ""
+"ÐÑкаÑÑÑÑоÑвайÑе, каб аÑÑенÑаваÑÑ ÑндÑкаÑÐ°Ñ Ð°Ð´Ð½Ð¾Ñна ÑазмÑÑÑÑÐ½Ð½Ñ Ð¿Ð°Ð½ÑÐ»Ñ "
+"(звеÑÑ
Ñ, знÑзÑ, ÑпÑава, злева)."
-#: ../data/messages:809
+#: ../data/messages:785
msgid "Rotate the indicator with dock?"
-msgstr ""
+msgstr "ÐÑÑÑÑÑÑ ÑндÑкаÑÐ°Ñ Ñазам з панÑллÑ?"
-#: ../data/messages:813
+#: ../data/messages:789
msgid "Indicator of grouped windows"
-msgstr ""
+msgstr "ÐндÑкаÑÐ°Ñ ÑгÑÑпиÑованнÑÑ
вокнаÑ"
-#: ../data/messages:815
+#: ../data/messages:791
msgid "How to show that several icons are grouped :"
-msgstr ""
+msgstr "Як паказваÑÑ Ð·Ð³ÑÑпаванÑÑ Ð·Ð½Ð°ÑкÑ:"
-#: ../data/messages:817
+#: ../data/messages:793
msgid "Draw an image"
msgstr ""
-#: ../data/messages:819
+#: ../data/messages:795
msgid "Draw the sub-dock's icons as a stack"
msgstr ""
-#: ../data/messages:821
+#: ../data/messages:797
msgid ""
"It only makes sense if you chose to group the applis of the same class "
"together. Leave blank to use the default one."
msgstr ""
+"СпÑаÑÑе ÑолÑÐºÑ ÐºÐ°Ð»Ñ Ð²Ñ Ð²ÑбеÑÑÑе гÑÑÐ¿Ñ Ð¿ÑÑкладаннÑÑ Ð· аднолÑкавÑм клаÑам. "
+"ÐакÑнÑÑе пÑÑÑÑм, каб вÑкаÑÑÑÑоÑваÑÑ ÑÑандаÑÑнае."
-#: ../data/messages:825
+#: ../data/messages:801
msgid "Zoom the indicator with its icon?"
-msgstr ""
+msgstr "ÐавÑлÑÑваÑÑ ÑндÑкаÑÐ°Ñ Ñазам Ñа знаÑком?"
-#: ../data/messages:827
+#: ../data/messages:803
msgid "Labels"
msgstr "ÐодпÑÑÑ"
-#: ../data/messages:829
+#: ../data/messages:805
+msgid "Label visibility"
+msgstr "ÐаÑнаÑÑÑ Ð¿Ð¾Ð´Ð¿ÑÑÑ"
+
+#: ../data/messages:807
msgid "Show labels:"
-msgstr ""
+msgstr "ÐаказваÑÑ Ð¿Ð¾Ð´Ð¿ÑÑÑ:"
-#: ../data/messages:833
+#: ../data/messages:811
msgid "On pointed icon"
msgstr "Ðа наведзÑнÑм знаÑкÑ"
-#: ../data/messages:835
+#: ../data/messages:813
msgid "On all icons"
msgstr "Ðа ÑÑÑÑ
знаÑкаÑ
"
-#: ../data/messages:837
+#: ../data/messages:815
+msgid ""
+"the bigger, the more the labels next to the selected icon will be "
+"transparent."
+msgstr ""
+"ЧÑм болÑÑ Ð·Ð½Ð°ÑÑнне, ÑÑм пÑазÑÑÑÑей бÑдÑÑÑ Ð¿Ð¾Ð´Ð¿ÑÑÑ Ð¿Ð¾Ð±Ð°Ñ Ð· наÑÑленÑм знаÑком."
+
+#: ../data/messages:817
+msgid "label's visibility threshold :"
+msgstr "ÐаÑог адлÑÑÑÑÐ°Ð²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð´Ð¿ÑÑаÑ:"
+
+#: ../data/messages:819
+msgid "Should the labels always be horizontal, even when dock is vertical?"
+msgstr ""
+"ÐаÑÑÑÐ´Ñ Ð¿Ð°ÐºÐ°Ð·Ð²Ð°ÑÑ Ð³Ð°ÑÑзанÑалÑнÑÑ Ð¿Ð¾Ð´Ð¿ÑÑÑ, Ð½Ð°Ð²Ð°Ñ ÐºÐ°Ð»Ñ Ð¿Ð°Ð½ÑÐ»Ñ Ð²ÐµÑÑÑкалÑна?"
+
+#: ../data/messages:821
msgid "Font"
msgstr "ШÑÑÑÑ"
-#: ../data/messages:841
+#: ../data/messages:825
msgid "Use a custom font for labels?"
-msgstr ""
+msgstr "ÐÑкаÑÑÑÑаÑÑ ÑнÑÑ ÑÑÑÑÑ Ð´Ð»Ñ Ð¿Ð¾Ð´Ð¿ÑÑаÑ?"
-#: ../data/messages:843
+#: ../data/messages:827
msgid "Font used for labels :"
msgstr "ШÑÑÑÑ Ð´Ð»Ñ Ð¿Ð¾Ð´Ð¿ÑÑаÑ:"
-#: ../data/messages:847
+#: ../data/messages:833
+msgid ""
+"If you set it to fully transparent, there will be no background for the "
+"text, but the margin around the text will still be in effect."
+msgstr ""
+"ÐÐ°Ð»Ñ ÑÑÑалÑваÑÑ Ð¿Ð¾ÑнÑÑ Ð¿ÑазÑÑÑÑаÑÑÑ, Ñо ÑÐ¾Ð½Ñ Ñ Ð¿Ð¾Ð´Ð¿ÑÑÐ°Ñ Ð½Ðµ ÑÑане, але "
+"аканÑоÑка вакол ÑÑкÑÑÑ ÑÑÑ ÑÑÑÑ Ð±Ñдзе баÑнаÑ."
+
+#: ../data/messages:835
+msgid "Colour of the label's background :"
+msgstr "ÐÐ¾Ð»ÐµÑ ÑÐ¾Ð½Ñ Ð¿Ð¾Ð´Ð¿ÑÑÑ:"
+
+#: ../data/messages:837
+msgid "If false, only the quick-info will have this background color."
+msgstr ""
+"ÐÐ°Ð»Ñ Ð½Ðµ задзейнÑÑана, Ñо ÐºÐ¾Ð»ÐµÑ ÑÐ¾Ð½Ñ Ð±Ñдзе вÑкаÑÑÑÑÐ°Ð½Ñ ÑолÑÐºÑ Ñ Ð¿Ð°Ð´ÐºÐ°Ð·ÐºÐ°Ñ
."
+
+#: ../data/messages:839
+msgid "Use background color for labels?"
+msgstr "ÐÑкаÑÑÑÑоÑваÑÑ ÐºÐ¾Ð»ÐµÑ ÑÐ¾Ð½Ñ Ð´Ð»Ñ Ð¿Ð¾Ð´Ð¿ÑÑаÑ?"
+
+#: ../data/messages:841
+msgid "Margin around the text (in pixels) :"
+msgstr "ÐканÑоÑка вакол ÑÑкÑÑÑ (Ñ Ð¿ÑкÑÑлÑÑ
):"
+
+#: ../data/messages:843
msgid "Colour"
-msgstr ""
+msgstr "ÐолеÑ"
-#: ../data/messages:849
+#: ../data/messages:845
msgid "It's the first color of the gradation."
msgstr "ÐаÑаÑÐºÐ¾Ð²Ñ ÐºÐ¾Ð»ÐµÑ Ð³ÑадаÑÑÑ."
-#: ../data/messages:851
+#: ../data/messages:847
msgid "Start color :"
msgstr "ÐаÑаÑÐºÐ¾Ð²Ñ ÐºÐ¾Ð»ÐµÑ:"
-#: ../data/messages:853
+#: ../data/messages:849
msgid ""
"It's the second color of the gradation. Set it to the same value as the "
"first if you don't want to have any gradation."
msgstr ""
+"ÐÑÑа канÑаÑÐºÐ¾Ð²Ñ ÐºÐ¾Ð»ÐµÑ Ð³ÑадаÑÑÑ. УÑÑалÑйÑе Ñго ÑакÑм жа, Ñк Ñ Ð¿Ð°ÑаÑковÑ, каб "
+"не вÑкаÑÑÑÑоÑваÑÑ Ð³ÑадаÑÑÑ."
-#: ../data/messages:855
+#: ../data/messages:851
msgid "Stop color :"
msgstr "ÐанÑаÑÐºÐ¾Ð²Ñ ÐºÐ¾Ð»ÐµÑ:"
-#: ../data/messages:857
+#: ../data/messages:853
msgid ""
"If checked, the pattern will go from top to bottom, otherwise from left to "
"right."
@@ -2570,91 +2660,77 @@
"ÐÐ°Ð»Ñ Ð°Ð´Ð·Ð½Ð°Ñана, Ñаблон бÑдзе намалÑван звеÑÑ
Ñ ÑнÑз, Ñ Ð°Ð´Ð²Ð°ÑоÑнÑм вÑÐ¿Ð°Ð´ÐºÑ "
"злева напÑава."
+#: ../data/messages:855
+msgid "Pattern should be vertical?"
+msgstr "Шаблон павÑнен бÑÑÑ Ð²ÐµÑÑÑкалÑнÑм?"
+
#: ../data/messages:859
-msgid "Pattern should be vertical?"
-msgstr ""
-
-#: ../data/messages:863
-msgid ""
-"If you set it to fully transparent, there will be no background for the "
-"text, but the margin around the text will still be in effect."
-msgstr ""
-
-#: ../data/messages:865
-msgid "Colour of the label's background :"
-msgstr ""
-
-#: ../data/messages:867
-msgid "If false, only the quick-info will have this background color."
-msgstr ""
-"ÐÐ°Ð»Ñ Ð½Ðµ задзейнÑÑана, Ñо ÐºÐ¾Ð»ÐµÑ ÑÐ¾Ð½Ñ Ð±Ñдзе вÑкаÑÑÑÑÐ°Ð½Ñ ÑолÑÐºÑ Ñ Ð¿Ð°Ð´ÐºÐ°Ð·ÐºÐ°Ñ
."
-
-#: ../data/messages:869
-msgid "Use background color for labels?"
-msgstr ""
-
-#: ../data/messages:871
-msgid "Margin around the text (in pixels) :"
-msgstr "ÐканÑоÑка вакол ÑÑкÑÑÑ (Ñ Ð¿ÑкÑÑлÑÑ
):"
-
-#: ../data/messages:875
msgid "Yes, like that :-)"
-msgstr ""
+msgstr "Так, менавÑÑа Ñак :-)"
-#: ../data/messages:877
+#: ../data/messages:861
msgid ""
"Note : many answers have an extra hint.\n"
"To popup the hint, simply leave the mouse over the sentence for 1 second, a "
"tooltip will appear."
msgstr ""
+"СавеÑ: ÐногÑÑ Ð°Ð´ÐºÐ°Ð·Ñ ÑÑÑÑмлÑваÑÑÑ ÑÑÑÑ Ñ Ð¿Ð°ÑадÑ.\n"
+"Ðаб ÑбаÑÑÑÑ ÑавеÑ, пÑоÑÑа заÑÑÑмаеÑе кÑÑÑÐ¾Ñ Ð¼ÑÑÑ Ð½Ð°Ð´ пÑапановай на 1 ÑекÑндÑ."
-#: ../data/messages:879
+#: ../data/messages:863
msgid "How do I re-order my icons?"
-msgstr ""
+msgstr "ЯкÑм ÑÑнам пеÑаÑпаÑадкаваÑÑ Ð·Ð½Ð°ÑкÑ?"
-#: ../data/messages:881
+#: ../data/messages:865
msgid "Tip: you can even re-order icons of active applications."
msgstr ""
-#: ../data/messages:883
+#: ../data/messages:867
msgid "Simply drag with the mouse, and drop wherever you wish."
-msgstr ""
+msgstr "ÐÑоÑÑа заÑ
опÑÑе ÑÑ
мÑÑкай, Ñ Ð¿ÐµÑаÑÑгнÑÑÑ ÐºÑÐ´Ñ Ð²Ð°Ð¼ Ñ
оÑаÑÑа."
-#: ../data/messages:885
+#: ../data/messages:869
msgid ""
"How do I position applets and taskbar icons at the beginning of the dock?"
-msgstr ""
+msgstr "Як мне ÑазмÑÑÑÑÑÑ Ð°Ð¿Ð»ÐµÑÑ Ñ Ð·Ð½Ð°ÑÐºÑ Ð¿Ð°Ð½ÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ ÑпаÑаÑÐºÑ Ð¿Ð°Ð½ÑлÑ?"
-#: ../data/messages:887
+#: ../data/messages:871
msgid ""
"Tip: you can also position applets amongst launchers, by ticking the box "
"below."
msgstr ""
+"СавеÑ: Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе змÑÑÑÑÑÑ Ð°Ð¿Ð»ÐµÑÑ ÑÑÑод знаÑÐºÐ¾Ñ Ð·Ð°Ð¿ÑÑкÑ, паÑÑавÑÑÑÑ Ð³Ð°Ð»Ð°ÑÐºÑ "
+"нÑжÑй."
-#: ../data/messages:889
+#: ../data/messages:873
msgid ""
"In the «icons» module, at the bottom, you can select icon order according to "
"type (launcher/appli/applet)."
msgstr ""
+"У модÑÐ»Ñ \"ÐнаÑкÑ\", Ñ ÑамÑм нÑзе, Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе вÑбÑаÑÑ Ð¿Ð°Ñадак ÑазмÑÑÑÑÐ½Ð½Ñ "
+"знаÑÐºÐ¾Ñ Ð°Ð´Ð½Ð¾Ñна ÑÑ
ÑÑÐ¿Ñ (знаÑÐºÑ Ð·Ð°Ð¿ÑÑкÑ, дадаÑкÑ, аплеÑÑ)."
-#: ../data/messages:891 ../data/messages:899 ../data/messages:913
-#: ../data/messages:969
+#: ../data/messages:875 ../data/messages:883 ../data/messages:897
+#: ../data/messages:953
msgid "Go to the «Icons» module."
-msgstr ""
+msgstr "ÐеÑайÑÑÑ Ñ Ð¼Ð¾Ð´ÑÐ»Ñ Â«ÐнаÑкÑ»"
-#: ../data/messages:893
+#: ../data/messages:877
msgid "How do I change an icon image?"
-msgstr ""
+msgstr "Як мне памÑнÑÑÑ Ð¼Ð°Ð»Ñнак на знаÑкÑ?"
-#: ../data/messages:895
+#: ../data/messages:879
msgid ""
"Tip: you can also edit a launcher's configuration directly and set a path "
"for an image. If you do not enter a path, but simply the name of an image, "
"do not give the extension (.svg, .png, etc.), so as to let the dock choose "
"the best."
msgstr ""
+"СавеÑ: ÐÑ Ð¼Ð¾Ð¶Ð°Ñе ÑÑÑÑнÑÑ Ð¿Ð°ÐºÐ°Ð·Ð°ÑÑ ÑлÑÑ
да вÑÑÐ²Ñ Ñ Ð·Ð°Ð¿ÑÑÐºÑ Ð·Ð½Ð°Ñка паÑамеÑÑаÑ
. "
+"ÐÐ°Ð»Ñ Ð²Ñ Ð½Ðµ пакажÑÑе ÑлÑÑ
, а пÑоÑÑа ÑпÑÑÑÑе ÑÐ¼Ñ Ð·Ð½Ð°Ñка, не дапÑÑваÑÑ Ñго "
+"паÑÑÑÑнне (. SVG,. PNG, Ñ Ð³.д.), Cairo-Dock Ñам абÑÑÑ ÑкаÑÐ½Ñ Ð²Ð°ÑÑÑнÑ."
-#: ../data/messages:897
+#: ../data/messages:881
msgid ""
"In the âIconsâ module, you can choose an <b>icon theme</b>. Just choose a "
"theme, and apply.\n"
@@ -2664,73 +2740,87 @@
"add personal icons there.\n"
"If you choose nothing, the default icon theme of your system will be used."
msgstr ""
+"У модÑÐ»Ñ \"ÐнаÑкÑ» Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе вÑбÑаÑÑ <b>ÑÑÐ¼Ñ Ð·Ð½Ð°ÑкоÑ</b>. ÐÑоÑÑа адзнаÑÑе "
+"лÑбÑÑ ÑÑÐ¼Ñ Ñ Ð½Ð°ÑÑÑнÑÑе пÑÑмÑнÑÑÑ.\n"
+"\"Ð¡Ð²Ð°Ñ ÑÑма 'ТÑÑ Ð¿ÐµÑалÑÑанÑÑ ÑÑе ÑÑÐ¼Ñ ÑÑÑаноÑленÑÑ Ñ Ð²Ð°Ñай ÑÑÑÑÑме плÑÑ, Ñ "
+"Ñкой знаÑ
одзÑÑÑа знаÑÐºÑ ÑÑÐ¼Ñ Cairo-Dock;\n"
+"Яна знаÑ
одзÑÑÑа Ñ ~/.config/cairo-dock/current_theme/icons, Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе "
+"ÑÑÑÑнÑÑ Ð°Ð´ÑÑдагаваÑÑ Ð·Ð½Ð°ÑкÑ, ÐºÐ°Ð»Ñ Ð·Ð°Ñ
оÑаÑе.\n"
+"ÐÐ°Ð»Ñ Ð²Ñ Ð½ÑÑога не вÑбеÑÑÑе, Ñо бÑдзе ÑжÑÑÐ°Ñ ÑÑÑÑÑÐ¼Ð½Ð°Ñ ÑÑма знаÑÐºÐ¾Ñ Ð¿Ð° "
+"змаÑÑаннÑ."
-#: ../data/messages:901
+#: ../data/messages:885
msgid "How do I remove many icons quickly?"
-msgstr ""
+msgstr "Як мне вÑдалÑÑÑ Ð°Ð´ÑÐ°Ð·Ñ Ð½ÐµÐºÐ°Ð»ÑÐºÑ Ð·Ð½Ð°ÑкоÑ?"
-#: ../data/messages:903
+#: ../data/messages:887
msgid ""
"Hint : if you delete an icon pointing to a sub-dock, you will be offered to "
"either delete the sub-dockâs icons or to move them in the main dock."
msgstr ""
+"СавеÑ: ÐÐ°Ð»Ñ Ð²Ñ Ð²ÑдалÑеÑе знаÑок ÑазмеÑÑÐ°Ð½Ñ Ñ ÑÑб-панÑлÑ, Ñо вам бÑдзе "
+"пÑапанавана алÑбо вÑдалÑÑÑ Ñам знаÑок, алÑбо пеÑамÑÑÑÑÑÑ Ñго Ñ Ð°ÑноÑнÑÑ "
+"панÑлÑ."
-#: ../data/messages:905
+#: ../data/messages:889
msgid ""
"Just drag and drop them out of the dock, they will disappear in an explosion "
"!"
-msgstr ""
+msgstr "ÐÑоÑÑа заÑ
опÑÑе Ñ Ð¿ÐµÑаÑÑгнÑÑе Ñго за панÑÐ»Ñ Ñ Ñн адÑдзе Ñ Ð½ÑбÑÑ!"
-#: ../data/messages:907
+#: ../data/messages:891
msgid "How can I resize my icons?"
-msgstr ""
+msgstr "Як мне змÑнÑÑÑ Ð¿Ð°Ð¼ÐµÑ Ð·Ð½Ð°ÑкоÑ?"
-#: ../data/messages:909
+#: ../data/messages:893
msgid ""
"Hint : You can define the size of each applet independently, to any size "
"smaller or equal to the default size. Set it to 0x0 to use the default size."
msgstr ""
+"СавеÑ: ÐÑ Ð¼Ð¾Ð¶Ð°Ñе вÑзнаÑаÑÑ Ð¿Ð°Ð¼ÐµÑ Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð°Ð³Ð° аплеÑа ÑндÑвÑдÑалÑна, ад памеÑÑ "
+"Ð¼ÐµÐ½Ñ ÑÑандаÑÑнага да ÑоÑÐ½Ð°Ð¼Ñ ÑÑандаÑÑнага. УÑÑалÑйÑе знаÑÑнне 0x0, каб "
+"вÑкаÑÑÑÑаÑÑ ÑÑандаÑÑÐ½Ñ Ð¿Ð°Ð¼ÐµÑ."
-#: ../data/messages:911
+#: ../data/messages:895
msgid ""
"In the 'Icons' modules, you can setup the default size of your icons by type "
": launchers, apps, applets and separators.\n"
"You can also setup the zoom factor."
msgstr ""
-#: ../data/messages:915
+#: ../data/messages:899
msgid ""
"I want to see a preview of opened applications by moving my cursor over its "
"icon"
msgstr ""
-#: ../data/messages:917 ../data/messages:1045 ../data/messages:1177
-#: ../data/messages:1241 ../data/messages:1279 ../data/messages:1321
-#: ../data/messages:1325 ../data/messages:1331 ../data/messages:1335
-#: ../data/messages:1339 ../data/messages:1343
+#: ../data/messages:901 ../data/messages:1029 ../data/messages:1161
+#: ../data/messages:1225 ../data/messages:1263 ../data/messages:1305
+#: ../data/messages:1309 ../data/messages:1315 ../data/messages:1319
+#: ../data/messages:1323 ../data/messages:1327
msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
msgstr ""
-#: ../data/messages:919 ../data/messages:1047
+#: ../data/messages:903 ../data/messages:1031
msgid "If you're using Compiz, you can click on this button:"
msgstr ""
-#: ../data/messages:921
+#: ../data/messages:905
msgid "Dock"
msgstr ""
-#: ../data/messages:923
+#: ../data/messages:907
msgid "How do I position my dock on the screen?"
msgstr ""
-#: ../data/messages:925
+#: ../data/messages:909
msgid ""
"Tip: If you have multiple screens managed by Xinerama, you can tick the "
"option «Use Xinerama», and choose the screen where you wish your dock to be "
"positioned."
msgstr ""
-#: ../data/messages:927
+#: ../data/messages:911
msgid ""
"Everything is in the «Position» module. You can choose to position it on the "
"bottom, top, left or right side of your screen.\n"
@@ -2738,29 +2828,29 @@
"screen border."
msgstr ""
-#: ../data/messages:929 ../data/messages:937
+#: ../data/messages:913 ../data/messages:921
msgid "Go to the «Position» module."
msgstr ""
-#: ../data/messages:931
+#: ../data/messages:915
msgid "How do I adjust the position of the dock above the Gnome-panel?"
msgstr ""
-#: ../data/messages:933
+#: ../data/messages:917
msgid ""
"Tip: you can also simply drag your dock with the mouse by pressing the ALT "
"key at the same time."
msgstr ""
-#: ../data/messages:935
+#: ../data/messages:919
msgid "In the «Position» module, you can add an offset to the screen border."
msgstr ""
-#: ../data/messages:939
+#: ../data/messages:923
msgid "The dock is hidden by the Gnome-panel"
msgstr ""
-#: ../data/messages:941
+#: ../data/messages:925
msgid ""
"This is normal, because they are both «docks».\n"
" You can either move the dock out of the panel, or launch it wih the command "
@@ -2768,29 +2858,29 @@
" But you can also (re)move the Gnome-Panel by doing a right click on it."
msgstr ""
-#: ../data/messages:943
+#: ../data/messages:927
msgid "I donât want other windows covering the dock"
msgstr ""
-#: ../data/messages:945
+#: ../data/messages:929
msgid "Tip: You can even do that with desklets: making a desklet's panel !."
msgstr ""
-#: ../data/messages:947
+#: ../data/messages:931
msgid ""
"Just choose the corresponding option in the âAccessibilityâ module.\n"
"This will reserve the space for the dock only."
msgstr ""
-#: ../data/messages:949 ../data/messages:957
+#: ../data/messages:933 ../data/messages:941
msgid "Go to the «Accessibility» module."
msgstr ""
-#: ../data/messages:951
+#: ../data/messages:935
msgid "I donât want that the dock covers windows"
msgstr ""
-#: ../data/messages:953
+#: ../data/messages:937
msgid ""
"Tip: You can choose to pop-up the dock only when the mouse hits the screen "
"corner instead of the whole screen border.\n"
@@ -2798,7 +2888,7 @@
"it."
msgstr ""
-#: ../data/messages:955
+#: ../data/messages:939
msgid ""
"Two choices are available in the âAccessibilityâ module:\n"
" - either choose to âkeep the dock below other windowsâ. The dock will then "
@@ -2807,17 +2897,17 @@
"you enter the trigger zone."
msgstr ""
-#: ../data/messages:959
+#: ../data/messages:943
msgid "How can I add a separator?"
msgstr ""
-#: ../data/messages:961
+#: ../data/messages:945
msgid ""
"Tip: if you choose to mix applets and launchers in the 'Icons' module, you "
"can also place separators between applets then."
msgstr ""
-#: ../data/messages:963
+#: ../data/messages:947
msgid ""
"Simply right-click on the dock where you wish to add a separator and select "
"«add a separator».\n"
@@ -2825,23 +2915,23 @@
"dragging it with the mouse."
msgstr ""
-#: ../data/messages:965
+#: ../data/messages:949
msgid ""
"I don't want to have a separator between launchers , applications and "
"applets."
msgstr ""
-#: ../data/messages:967
+#: ../data/messages:951
msgid ""
"In the «Icons» module, in the «separator» section, untick the box that says "
"«add automatic separators»."
msgstr ""
-#: ../data/messages:971
+#: ../data/messages:955
msgid "How do I add a sub-dock?"
msgstr ""
-#: ../data/messages:973
+#: ../data/messages:957
msgid ""
"Tip: If you want to move an icon into another dock, right-click on it, go to "
"'Move to', and choose the one you want in the list. You can do the same with "
@@ -2849,17 +2939,17 @@
"also create new main docks this way."
msgstr ""
-#: ../data/messages:975
+#: ../data/messages:959
msgid ""
"Just right-click on the dock, then select «Add a sub-dock». Fill the config "
"panel with a name and image, then confirm."
msgstr ""
-#: ../data/messages:977
+#: ../data/messages:961
msgid "How can I have many main docks?"
msgstr ""
-#: ../data/messages:979
+#: ../data/messages:963
msgid ""
"Hint: you can then move icons inside this new dock by following the previous "
"method and selecting the dock you've just created.\n"
@@ -2867,23 +2957,23 @@
"choose âconfigure this dockâ."
msgstr ""
-#: ../data/messages:981
+#: ../data/messages:965
msgid ""
"Right-click on a launcher or an applet, go to 'Move to', and choose 'a new "
"main dock'. A new dock will be created, with this icon inside."
msgstr ""
-#: ../data/messages:983
+#: ../data/messages:967
msgid "How can I have a 3D dock?"
msgstr ""
-#: ../data/messages:985
+#: ../data/messages:969
msgid ""
"Tip: you can set up the view for each sub-dock. Simply edit the icon "
"pointing to the sub-dock and choose the view you wish to use for it."
msgstr ""
-#: ../data/messages:987
+#: ../data/messages:971
msgid ""
"Any dock can be displayed with one view, and many views are available (3D, "
"Curve, etc).\n"
@@ -2891,21 +2981,21 @@
"dock, and for sub-dock."
msgstr ""
-#: ../data/messages:989
+#: ../data/messages:973
msgid "Go to the «Views» module."
msgstr ""
-#: ../data/messages:991
+#: ../data/messages:975
msgid "How can I change the background of my docks?"
msgstr ""
-#: ../data/messages:993
+#: ../data/messages:977
msgid ""
"Hint : the Parabolic view doe not have a background, but the Slide and "
"Rainbow views have their own background parameters."
msgstr ""
-#: ../data/messages:995
+#: ../data/messages:979
msgid ""
"In the 'Background' module, you can either choose an image, or a color "
"gradation.\n"
@@ -2913,21 +3003,21 @@
"gradatoin will be used."
msgstr ""
-#: ../data/messages:997
+#: ../data/messages:981
msgid "Go to the «Background» module."
msgstr ""
-#: ../data/messages:999
+#: ../data/messages:983
msgid "I find the dock too flashy, can it be more sober?"
msgstr ""
-#: ../data/messages:1001
+#: ../data/messages:985
msgid ""
"Hint : try different themes, some are already very sober, like Dust-Sand or "
"Elementary."
msgstr ""
-#: ../data/messages:1003
+#: ../data/messages:987
msgid ""
"Who can do more can do less ! You can for instance deactivate the \"Icon "
"effects\" plug-in,\n"
@@ -2940,62 +3030,62 @@
"this would be a shame ! ^_^"
msgstr ""
-#: ../data/messages:1005
+#: ../data/messages:989
msgid "Desklet"
msgstr ""
-#: ../data/messages:1007
+#: ../data/messages:991
msgid "What are «desklets»?"
msgstr ""
-#: ../data/messages:1009
+#: ../data/messages:993
msgid ""
"Tip: to detach an applet, you can drag and drop its icon from the dock to "
"the desktop"
msgstr ""
-#: ../data/messages:1011
+#: ../data/messages:995
msgid ""
"Desklets are widgets which are displayed on your desktop. Each applet can be "
"detached from the dock to act as a desklet."
msgstr ""
-#: ../data/messages:1013
+#: ../data/messages:997
msgid "How do I configure their position?"
msgstr ""
-#: ../data/messages:1015
+#: ../data/messages:999
msgid ""
"Tip: If you don't want to move it any more, you can lock its position. "
"Simply right click on the desklet, and select «lock position». To unlock it, "
"de-select this option."
msgstr ""
-#: ../data/messages:1017
+#: ../data/messages:1001
msgid "Simply drag them with the mouse."
msgstr ""
-#: ../data/messages:1019
+#: ../data/messages:1003
msgid "How do I configure their behaviour?"
msgstr ""
-#: ../data/messages:1021
+#: ../data/messages:1005
msgid ""
"Tip: if you lock the desklet, the buttons will not appear. You can reset a "
"rotation by middle-clicking on the appropriate button."
msgstr ""
-#: ../data/messages:1023
+#: ../data/messages:1007
msgid ""
"There are small buttons on the top and left side of the desklet. They allow "
"you to rotate the desklet in 3D !"
msgstr ""
-#: ../data/messages:1025
+#: ../data/messages:1009
msgid "How do I change their decorations?"
msgstr ""
-#: ../data/messages:1027
+#: ../data/messages:1011
msgid ""
"Tip: you can add new decorations by choosing «Personalised» decoration, and "
"providing a background and/or foreground image. You can configure the "
@@ -3003,7 +3093,7 @@
"decorations."
msgstr ""
-#: ../data/messages:1029
+#: ../data/messages:1013
msgid ""
"The default decoration is defined in the «Desklets» module.\n"
"Moreover, each desklet can have its own decoration. To change a desklet's "
@@ -3012,33 +3102,33 @@
"choose the decoration you wish to use."
msgstr ""
-#: ../data/messages:1031
+#: ../data/messages:1015
msgid "Go to the «Desklets» module."
msgstr ""
-#: ../data/messages:1033
+#: ../data/messages:1017
msgid "How do I insert a desklet into the dock?"
msgstr ""
-#: ../data/messages:1035
+#: ../data/messages:1019
msgid "Hint : if the desklet is locked, the button wonât appear."
msgstr ""
-#: ../data/messages:1037
+#: ../data/messages:1021
msgid "Simply click on the top right button."
msgstr ""
-#: ../data/messages:1039
+#: ../data/messages:1023
msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
msgstr ""
-#: ../data/messages:1041
+#: ../data/messages:1025
msgid ""
"Tip: you may have to switch to the Widget Layer once so that Compiz takes "
"the change into account."
msgstr ""
-#: ../data/messages:1043
+#: ../data/messages:1027
msgid ""
"In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the "
"rule (name=cairo-dock & type=utility).\n"
@@ -3046,35 +3136,35 @@
"desklet and selecting 'Compiz-Fusion Widget'."
msgstr ""
-#: ../data/messages:1051
+#: ../data/messages:1035
msgid "How do I enable the Taskbar?"
msgstr ""
-#: ../data/messages:1053
+#: ../data/messages:1037
msgid "Tip: All the Taskbar options are grouped together in this module."
msgstr ""
-#: ../data/messages:1055
+#: ../data/messages:1039
msgid "Go to the «Taskbar» module, then tick the first box, and apply."
msgstr ""
-#: ../data/messages:1057 ../data/messages:1065 ../data/messages:1073
-#: ../data/messages:1081 ../data/messages:1087
+#: ../data/messages:1041 ../data/messages:1049 ../data/messages:1057
+#: ../data/messages:1065 ../data/messages:1071
msgid "Go to the «TaskBar» module."
msgstr ""
-#: ../data/messages:1059
+#: ../data/messages:1043
msgid ""
"I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
msgstr ""
-#: ../data/messages:1061
+#: ../data/messages:1045
msgid ""
"Tip: You can then scroll on this icon to switch from a window to another, in "
"an ALT+TAB style."
msgstr ""
-#: ../data/messages:1063
+#: ../data/messages:1047
msgid ""
"In the «TaskBar» module, you can use the «Group windows from the same "
"application in a sub-dock» option. Only a single icon will appear in the "
@@ -3083,11 +3173,11 @@
"above this icon."
msgstr ""
-#: ../data/messages:1067
+#: ../data/messages:1051
msgid "I have ugly icons for some applications."
msgstr ""
-#: ../data/messages:1069
+#: ../data/messages:1053
msgid ""
"Tip: This way, you can configure your personal icon for any application. "
"Just place an icon with the same name as the class of the application in a "
@@ -3097,7 +3187,7 @@
"terminal, then clicking on the window of the application."
msgstr ""
-#: ../data/messages:1071
+#: ../data/messages:1055
msgid ""
"This is because X provides small icons for applications which look ugly when "
"zoomed.\n"
@@ -3105,18 +3195,18 @@
"launchers' icon?» option to tell the dock not to use them."
msgstr ""
-#: ../data/messages:1075
+#: ../data/messages:1059
msgid ""
"When I launch a program with its launcher, I don't want an additional icon "
"in the taskbar"
msgstr ""
-#: ../data/messages:1077
+#: ../data/messages:1061
msgid ""
"Tip: to launch another instance of the program, shift+click on the launcher."
msgstr ""
-#: ../data/messages:1079
+#: ../data/messages:1063
msgid ""
"In the «TaskBar» module, you can use the «Mix launchers and applications» "
"option.\n"
@@ -3126,11 +3216,11 @@
"You can then act on the window as if it were a taskbar icon."
msgstr ""
-#: ../data/messages:1083
+#: ../data/messages:1067
msgid "I'm using Pidgin, and I want to see my friends' avatars."
msgstr ""
-#: ../data/messages:1085
+#: ../data/messages:1069
msgid ""
"If you chose to overwrite X icons, you can add an exception for Pidgin just "
"before this option.\n"
@@ -3140,68 +3230,68 @@
"this application."
msgstr ""
-#: ../data/messages:1089
+#: ../data/messages:1073
msgid ""
"How can I quickly navigate between many windows of the same application "
"quickly?"
msgstr ""
-#: ../data/messages:1091
+#: ../data/messages:1075
msgid ""
"Tip: you can also close all the windows of this application by middle-"
"clicking on the icon pointing to the sub-dock."
msgstr ""
-#: ../data/messages:1093
+#: ../data/messages:1077
msgid ""
"Scroll on the icon of one of the windows of this application, or even on the "
"icon pointing to the sub-dock if you group windows in a sub-dock."
msgstr ""
-#: ../data/messages:1095
+#: ../data/messages:1079
msgid "Replacing the Gnome-panel"
msgstr ""
-#: ../data/messages:1097
+#: ../data/messages:1081
msgid "How can I add the main menu?"
msgstr ""
-#: ../data/messages:1099
+#: ../data/messages:1083
msgid ""
"Tip: if you have removed your Gnome-panel, then the «alt+F1» shortkey will "
"no longer work. This applet lets you configure a shortcut to pop up the menu "
"at the mouse's location."
msgstr ""
-#: ../data/messages:1101
+#: ../data/messages:1085
msgid "Enable the GMenu applet."
msgstr ""
-#: ../data/messages:1103 ../data/messages:1111
+#: ../data/messages:1087 ../data/messages:1095
msgid "Go to the «GMenu» module."
msgstr ""
-#: ../data/messages:1105
+#: ../data/messages:1089
msgid "How can I add a simple «quick launch» panel?"
msgstr ""
-#: ../data/messages:1107
+#: ../data/messages:1091
msgid ""
"Tip: if you removed your Gnome-panel, then the «alt+F2» shortkey will no "
"longer work. This applet lets you configure a shortcut to pop up the quick-"
"launch dialog."
msgstr ""
-#: ../data/messages:1109
+#: ../data/messages:1093
msgid ""
"Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
msgstr ""
-#: ../data/messages:1113
+#: ../data/messages:1097
msgid "How can I add a Log-out icon?"
msgstr ""
-#: ../data/messages:1115
+#: ../data/messages:1099
msgid ""
"Tip: In the latest version of GNOME, there are 2 panels: one to log out, and "
"one to turn off the computer. The first one is raised by a click on the "
@@ -3209,101 +3299,101 @@
"order, and even lets you enter your own commands."
msgstr ""
-#: ../data/messages:1117
+#: ../data/messages:1101
msgid "Enable the «Log-out» applet."
msgstr ""
-#: ../data/messages:1119
+#: ../data/messages:1103
msgid "Go to the «Log-out» module."
msgstr ""
-#: ../data/messages:1121
+#: ../data/messages:1105
msgid "How can I access the dustbin?"
msgstr ""
-#: ../data/messages:1123
+#: ../data/messages:1107
msgid ""
"Tip: you can delete a file by dragging it into the dustbin. You can even "
"unmount a mount-point this way!"
msgstr ""
-#: ../data/messages:1125
+#: ../data/messages:1109
msgid "Simply enable the «Dustbin» applet."
msgstr ""
-#: ../data/messages:1127
+#: ../data/messages:1111
msgid "Go to the «Dustbin» module."
msgstr ""
-#: ../data/messages:1129
+#: ../data/messages:1113
msgid "How can I access my mount points?"
msgstr ""
-#: ../data/messages:1131
+#: ../data/messages:1115
msgid ""
"Tip: you can mount a volume by clicking on its icon. To unmount it, middle-"
"click on its icon, or right-click and select «unmount»."
msgstr ""
-#: ../data/messages:1133
+#: ../data/messages:1117
msgid "Simply enable the «Shortcuts» applet."
msgstr ""
-#: ../data/messages:1135 ../data/messages:1143
+#: ../data/messages:1119 ../data/messages:1127
msgid "Go to the «Shortcuts» module."
msgstr ""
-#: ../data/messages:1137
+#: ../data/messages:1121
msgid "How can I access my Nautilus bookmarks?"
msgstr ""
-#: ../data/messages:1139
+#: ../data/messages:1123
msgid ""
"Tip: you can add a bookmark by dragging the folder onto the applet or into "
"its sub-dock. You can also rename and remove bookmarks. This will also take "
"effect in Nautilus immediately, and vice versa."
msgstr ""
-#: ../data/messages:1141
+#: ../data/messages:1125
msgid "Simply enable the «shortcuts» applet."
msgstr ""
-#: ../data/messages:1145
+#: ../data/messages:1129
msgid "How can I access my desktop?"
msgstr ""
-#: ../data/messages:1147
+#: ../data/messages:1131
msgid ""
"Tip: middle-clicking on the icon will hide all windows, but not desklets."
msgstr ""
-#: ../data/messages:1149
+#: ../data/messages:1133
msgid "Simply enable the «showDesktop» applet."
msgstr ""
-#: ../data/messages:1151
+#: ../data/messages:1135
msgid "Go to the «Show Desktop» module."
msgstr ""
-#: ../data/messages:1153
+#: ../data/messages:1137
msgid "How can I add an easy-to-acces calendar?"
msgstr ""
-#: ../data/messages:1155
+#: ../data/messages:1139
msgid ""
"Enable the «Clock» applet. Clicking on it will display a calendar, clicking "
"again will hide it."
msgstr ""
-#: ../data/messages:1157
+#: ../data/messages:1141
msgid "Go to the «Clock» module."
msgstr ""
-#: ../data/messages:1159
+#: ../data/messages:1143
msgid "How can I add the notification area (systray)?"
msgstr ""
-#: ../data/messages:1161
+#: ../data/messages:1145
msgid ""
"Enable the «Systray» applet. For the moment it cannot be displayed directly "
"in the dock,\n"
@@ -3313,62 +3403,66 @@
"corner of your screen and keep it above other windows."
msgstr ""
-#: ../data/messages:1163
+#: ../data/messages:1147
msgid "Go to the «Systray» module."
msgstr ""
-#: ../data/messages:1165
+#: ../data/messages:1149
msgid ""
"How can I add an easy-to-access terminal with real transparency, like Tilda?"
msgstr ""
-#: ../data/messages:1167
+#: ../data/messages:1151
msgid ""
"Tip: clicking next to the last tab will create a new tab. Double-clicking on "
"a tab allows you to rename it. You can even change the colour of a tab!"
msgstr ""
-#: ../data/messages:1169
+#: ../data/messages:1153
msgid ""
"Enable the «Terminal» applet. You can detach it and place it on the Widget "
"Layer for instance, or configure a shortkey to make it pop up instantly."
msgstr ""
-#: ../data/messages:1171
+#: ../data/messages:1155
msgid "Go to the «terminal» module."
msgstr ""
-#: ../data/messages:1173
+#: ../data/messages:1157
msgid "So then, how can I remove completely the gnome-panel?"
msgstr ""
-#: ../data/messages:1175
+#: ../data/messages:1159
msgid ""
"Open gconf-editor, edit the key "
-"/desktop/gnome/session/required_components_list/panel, and replace its "
-"content with \"cairo-dock\".\n"
+"/desktop/gnome/session/required_components/panel, and replace its content "
+"with \"cairo-dock\".\n"
"Then restart your session : the gnome-panel has not been started, and the "
"dock has been started (if not, you can add it to the startup programs)."
msgstr ""
-#: ../data/messages:1179
+#: ../data/messages:1163
msgid ""
"If you are on Gnome, you can click on this button in order to automatically "
"modify this key:"
msgstr ""
-#: ../data/messages:1183
+#: ../data/messages:1165 ../data/messages:1293
+msgid "Other applets"
+msgstr "ÐÑÑаÑнÑÑ Ð°Ð¿Ð¿Ð»ÐµÑÑ"
+
+#: ../data/messages:1167
msgid "How do I run the same applet multiple times?"
msgstr ""
-#: ../data/messages:1185
+#: ../data/messages:1169
msgid ""
"Tip: This allows you, for example, to have the current time for different "
"countries in your dock or to have several animated characters in your dock "
"or the weather in different cities."
msgstr ""
-#: ../data/messages:1187
+#: ../data/messages:1171
msgid ""
"Some applets can have several instances running at the same time: Clock, "
"Cairo-Penguin, Weather, Netspeed, ...\n"
@@ -3377,91 +3471,91 @@
"You can configure this new applet just like any other."
msgstr ""
-#: ../data/messages:1189
+#: ../data/messages:1173
msgid ""
"I have a personal gauge that I want to use in the dock (for System-Monitor "
"or others)."
msgstr ""
-#: ../data/messages:1191
+#: ../data/messages:1175
msgid ""
"Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
msgstr ""
-#: ../data/messages:1193
+#: ../data/messages:1177
msgid ""
"I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
msgstr ""
-#: ../data/messages:1195
+#: ../data/messages:1179
msgid ""
"Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-"
"Penguin, weather, etc."
msgstr ""
-#: ../data/messages:1197
+#: ../data/messages:1181
msgid ""
"Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
msgstr ""
-#: ../data/messages:1199
+#: ../data/messages:1183
msgid "How do I change the brightness of my screen quickly?"
msgstr ""
-#: ../data/messages:1201
+#: ../data/messages:1185
msgid ""
"Enable the Xgamma applet, then you can scroll up/down on the icon with the "
"mouse."
msgstr ""
-#: ../data/messages:1203
+#: ../data/messages:1187
msgid "Go to the «Xgamma» module."
msgstr ""
-#: ../data/messages:1205
+#: ../data/messages:1189
msgid "How can I change the speaker volume quickly?"
msgstr ""
-#: ../data/messages:1207
+#: ../data/messages:1191
msgid ""
"Enable the AlsaMixer applet, then you can scroll up/down on the icon with "
"the mouse."
msgstr ""
-#: ../data/messages:1209
+#: ../data/messages:1193
msgid "Go to the «AlsaMixer» module."
msgstr ""
-#: ../data/messages:1211
+#: ../data/messages:1195
msgid "How can I quickly switch to another desktop?"
msgstr ""
-#: ../data/messages:1213
+#: ../data/messages:1197
msgid "Tip: This applet even lets you add or remove quickly a desktop !"
msgstr ""
-#: ../data/messages:1215
+#: ../data/messages:1199
msgid ""
"Activate the Switcher applet, then you can scroll up/down on the icon with "
"the mouse to go to the previous/next desktop,\n"
" or click on the icon to select a desktop."
msgstr ""
-#: ../data/messages:1217
+#: ../data/messages:1201
msgid "Go to the «Switcher» module."
msgstr ""
-#: ../data/messages:1219
+#: ../data/messages:1203
msgid "How can I control my dock from the keyboard?"
msgstr ""
-#: ../data/messages:1221
+#: ../data/messages:1205
msgid ""
"Tip: When you define a shortkey, try it before to be sure that it is not "
"already used by another application!"
msgstr ""
-#: ../data/messages:1223
+#: ../data/messages:1207
msgid ""
"Many applets have events that can be triggered by a keyboard shortcut :\n"
" - the <i>AlsaMixer</i> applet allows you to pop-up a <b>volume button</b> "
@@ -3480,37 +3574,37 @@
"your docks</b> and quickly <b>find and launch</b> applications and files !"
msgstr ""
-#: ../data/messages:1225
+#: ../data/messages:1209
msgid "Troubleshooting"
msgstr ""
-#: ../data/messages:1227
+#: ../data/messages:1211
msgid "If you have any question, don't hesitate to ask on our forum."
msgstr ""
-#: ../data/messages:1229
+#: ../data/messages:1213
msgid "Forum"
msgstr ""
-#: ../data/messages:1231
+#: ../data/messages:1215
msgid "Our wiki can also help you, it is more complete on some points."
msgstr ""
-#: ../data/messages:1233
+#: ../data/messages:1217
msgid "Wiki"
msgstr ""
-#: ../data/messages:1235
+#: ../data/messages:1219
msgid "I have a black background around my dock."
msgstr ""
-#: ../data/messages:1237
+#: ../data/messages:1221
msgid ""
"Hint : If you have an ATI or an Intel card, you should try without OpenGL "
"first, because their drivers are not yet perfect."
msgstr ""
-#: ../data/messages:1239
+#: ../data/messages:1223
msgid ""
"You need to turn on compositing. For instance, you can run Compiz or "
"xcompmgr. \n"
@@ -3521,28 +3615,28 @@
"'/apps/metacity/general/compositing_manager' and set it to 'true'."
msgstr ""
-#: ../data/messages:1243
+#: ../data/messages:1227
msgid ""
"If you're on Gnome with Metacity (without Compiz), you can click on this "
"button:"
msgstr ""
-#: ../data/messages:1245
+#: ../data/messages:1229
msgid "My machine is too old to run a composite manager."
msgstr ""
-#: ../data/messages:1247
+#: ../data/messages:1231
msgid ""
"Don't panic, Cairo-Dock can emulate the transparency.\n"
"To get rid of the black background, simply enable the corresponding option "
"in the end of the «System» module"
msgstr ""
-#: ../data/messages:1249
+#: ../data/messages:1233
msgid "The dock is horribly slow when I move the mouse into it."
msgstr ""
-#: ../data/messages:1251
+#: ../data/messages:1235
msgid ""
"If you have an Nvidia GeForce8 graphics card, please install the latest "
"drivers, as the first ones were really buggy.\n"
@@ -3552,32 +3646,32 @@
"with «cairo-dock -c»."
msgstr ""
-#: ../data/messages:1253
+#: ../data/messages:1237
msgid "I don't have these wonderful effects like fire, cube rotating, etc."
msgstr ""
-#: ../data/messages:1255
+#: ../data/messages:1239
msgid ""
"Tip: You can force OpenGL by launching the dock with «cairo-dock -o».but you "
"might get a lot of visual artifacts."
msgstr ""
-#: ../data/messages:1257
+#: ../data/messages:1241
msgid ""
"You need a graphics card with drivers that support OpenGL2.0. Most Nvidia "
"cards can do this, as can more and more Intel cards. Most ATI cards do not "
"support OpenGL2.0."
msgstr ""
-#: ../data/messages:1259
+#: ../data/messages:1243
msgid "I don't have any themes in the Theme Manager, except the default one."
msgstr ""
-#: ../data/messages:1261
+#: ../data/messages:1245
msgid "Hint : Up to version 2.1.1-2, wget was used."
msgstr ""
-#: ../data/messages:1263
+#: ../data/messages:1247
msgid ""
"Be sure that you are connected to the Net.\n"
" If your connection is very slow, you can increase the connection timeout in "
@@ -3587,17 +3681,17 @@
"\"http_proxy\" environment variable)."
msgstr ""
-#: ../data/messages:1265
+#: ../data/messages:1249
msgid "The «netspeed» applet displays 0 even when I'm downloading something"
msgstr ""
-#: ../data/messages:1267
+#: ../data/messages:1251
msgid ""
"Tip: you can run several instances of this applet if you wish to monitor "
"several interfaces."
msgstr ""
-#: ../data/messages:1269
+#: ../data/messages:1253
msgid ""
"You must tell the applet which interface you're using to connect to the Net "
"(by default, this is «eth0»).\n"
@@ -3606,11 +3700,11 @@
"something like «eth1», «ath0», or «wifi0».."
msgstr ""
-#: ../data/messages:1271
+#: ../data/messages:1255
msgid "The dustbin remains empty even when I delete a file."
msgstr ""
-#: ../data/messages:1273
+#: ../data/messages:1257
msgid ""
"if you're using KDE, you may have to specify the path to the trash folder.\n"
"Just edit the applet's configuration, and fill in the Trash path; it is "
@@ -3618,31 +3712,31 @@
"here!!! (do not insert spaces or some invisible caracters)."
msgstr ""
-#: ../data/messages:1275
+#: ../data/messages:1259
msgid ""
"There is no icon in the Applications Menu even though I enable the option."
msgstr ""
-#: ../data/messages:1277
+#: ../data/messages:1261
msgid ""
"In Gnome, there is an option that override the dock's one. To enable icons "
"in menus, open 'gconf-editor', go to Desktop / Gnome / Interface and enable "
"the \"menus have icons\" and the \"buttons have icons\" options. "
msgstr ""
-#: ../data/messages:1281
+#: ../data/messages:1265
msgid "If you're on Gnome you can click on this button:"
msgstr ""
-#: ../data/messages:1283
+#: ../data/messages:1267
msgid "The Project"
msgstr ""
-#: ../data/messages:1285
+#: ../data/messages:1269
msgid "Join the project!"
msgstr ""
-#: ../data/messages:1287
+#: ../data/messages:1271
msgid ""
"We value your help! If you see a bug, if you think something could be "
"improved,\n"
@@ -3654,57 +3748,61 @@
"weâll be happy to integrate it on our server !"
msgstr ""
-#: ../data/messages:1289
+#: ../data/messages:1273
msgid ""
"If you wish to develop an applet, a complete documentation is available here."
msgstr ""
-#: ../data/messages:1291
+#: ../data/messages:1275
msgid "Documentation"
msgstr ""
-#: ../data/messages:1293
+#: ../data/messages:1277
msgid ""
"If you wish to develop an applet in Python, Perl or any other language,\n"
"or to interact with the dock in any kind of way, a full DBus API is "
"described here."
msgstr ""
-#: ../data/messages:1295
+#: ../data/messages:1279
msgid "DBus API"
msgstr ""
-#: ../data/messages:1297
+#: ../data/messages:1281
msgid ""
"\n"
"\n"
"The Cairo-Dock Team"
msgstr ""
-#: ../data/messages:1299
+#: ../data/messages:1283
msgid "Websites"
msgstr ""
-#: ../data/messages:1313
+#: ../data/messages:1295
+msgid "Cairo-Dock-Plug-ins-Extras"
+msgstr "ÐадаÑковÑÑ Ð¿Ð»Ð°Ð³ÑÐ½Ñ Ð´Ð»Ñ Cairo-Dock"
+
+#: ../data/messages:1297
msgid "Repositories"
msgstr ""
-#: ../data/messages:1315
+#: ../data/messages:1299
msgid ""
"We maintain two repositories for Debian, Ubuntu and other Debian-forked:\n"
" One for stable releases and another which is updated weekly (unstable "
"version)"
msgstr ""
-#: ../data/messages:1317
+#: ../data/messages:1301
msgid "Debian/Ubuntu"
msgstr ""
-#: ../data/messages:1319
+#: ../data/messages:1303
msgid "Ubuntu"
msgstr ""
-#: ../data/messages:1323
+#: ../data/messages:1307
msgid ""
"If you're on Ubuntu, you can add our 'stable' repository by clicking on this "
"button:\n"
@@ -3712,7 +3810,7 @@
"latest stable version."
msgstr ""
-#: ../data/messages:1327
+#: ../data/messages:1311
msgid ""
"If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by "
"clicking on this button:\n"
@@ -3720,11 +3818,11 @@
"latest weekly version."
msgstr ""
-#: ../data/messages:1329
+#: ../data/messages:1313
msgid "Debian"
msgstr ""
-#: ../data/messages:1333
+#: ../data/messages:1317
msgid ""
"If you're on Debian Stable, you can add our 'stable' repository by clicking "
"on this button:\n"
@@ -3732,7 +3830,7 @@
"system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1337
+#: ../data/messages:1321
msgid ""
"If you're on Debian Unstable, you can add our 'stable' repository by "
"clicking on this button:\n"
@@ -3740,7 +3838,7 @@
"system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1341
+#: ../data/messages:1325
msgid ""
"If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) "
"by clicking on this button:\n"
@@ -3748,7 +3846,7 @@
"system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1345
+#: ../data/messages:1329
msgid ""
"If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) "
"by clicking on this button:\n"
@@ -3756,211 +3854,250 @@
"system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1375
+#: ../data/messages:1359
msgid "starting from 0"
msgstr "паÑÑнаÑÑÑ Ð· 0"
-#: ../data/messages:1379
+#: ../data/messages:1363
msgid "Visibility of the dock"
msgstr ""
-#: ../data/messages:1403
+#: ../data/messages:1387
msgid "Leave it empty to use the same view as the main dock."
msgstr ""
-#: ../data/messages:1405
+#: ../data/messages:1389
msgid "Choose the view for this dock :/"
msgstr ""
-#: ../data/messages:1411
+#: ../data/messages:1395
msgid "Same as main dock"
msgstr ""
-#: ../data/messages:1429
-msgid "Choose a theme"
-msgstr ""
-
-#: ../data/messages:1433
+#: ../data/messages:1413
msgid "You can even paste an internet URL."
msgstr ""
-#: ../data/messages:1435
+#: ../data/messages:1415
msgid "...or drag and drop a theme package here :"
msgstr ""
-#: ../data/messages:1445
+#: ../data/messages:1417
+msgid "Theme loading options"
+msgstr ""
+
+#: ../data/messages:1419
+msgid ""
+"If you tick this box, your launchers will be deleted and replaced by the "
+"ones provided in the new theme. Otherwise the current launchers will be "
+"kept, only icons will be replaced."
+msgstr ""
+"ÐÐ°Ð»Ñ Ð²Ñ Ð°Ð´Ð·Ð½Ð°ÑÑÑе гÑÑÑ Ð¿Ð°ÑамеÑÑ, ваÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ Ð±ÑдÑÑÑ Ð·Ð°Ð¼ÐµÐ½ÐµÐ½Ñ Ð½Ð° "
+"знаÑÐºÑ Ð· пÑадÑÑаÑленай ÑÑмÑ. У адваÑоÑнÑм вÑпадкÑ, бÑгÑÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ "
+"бÑдÑÑÑ Ð·Ð°Ñ
Ð°Ð²Ð°Ð½Ñ Ñ ÑолÑÐºÑ ÑÑ
вÑÑÐ²Ñ Ð±ÑдÑÑÑ Ð·Ð°Ð¼ÐµÐ½ÐµÐ½Ñ."
+
+#: ../data/messages:1421
+msgid "Use the new theme's launchers?"
+msgstr "ÐÑкаÑÑÑÑоÑваÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ Ð· новай ÑÑмÑ?"
+
+#: ../data/messages:1423
+msgid ""
+"Otherwise the current behaviour will be kept. This defines the dock's "
+"position, behavioural settings such as auto-hide, using taskbar or not, etc."
+msgstr ""
+"У адваÑоÑнÑм вÑÐ¿Ð°Ð´ÐºÑ ÑÑÑаÑнÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑÐ½Ñ Ð±Ñдзе заÑ
авана. Ðа ÑÑ
адноÑÑÑÑа: "
+"ÑазмÑÑÑÑнне на панÑлÑ, паÑамеÑÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑнаÑ, ÑакÑÑ Ñк аÑÑо-ÑÑ
аваннÑ, "
+"вÑкаÑÑÑÑанне панÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ Ñ Ð³.д."
+
+#: ../data/messages:1425
+msgid "Use the new theme's behaviour?"
+msgstr "ÐÑкаÑÑÑÑоÑваÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑÐ½Ñ Ð· новай ÑÑмÑ?"
+
+#: ../data/messages:1427
msgid "Save"
msgstr ""
-#: ../data/messages:1447
+#: ../data/messages:1429
msgid "Save current theme"
msgstr ""
-#: ../data/messages:1449
+#: ../data/messages:1431
msgid "You will then be able to re-open it at any time."
msgstr ""
-#: ../data/messages:1451
+#: ../data/messages:1433
msgid "Save as:"
msgstr ""
-#: ../data/messages:1453
+#: ../data/messages:1435
msgid "Save current behaviour also?"
msgstr ""
-#: ../data/messages:1455
+#: ../data/messages:1437
msgid "Save current launchers also?"
msgstr ""
-#: ../data/messages:1457
+#: ../data/messages:1439
msgid ""
"The dock will build a complete tarball of your current theme, allowing you "
"to easily exchange it with other people."
msgstr ""
-#: ../data/messages:1459
+#: ../data/messages:1441
msgid "Build a package of the theme?"
msgstr ""
-#: ../data/messages:1461
+#: ../data/messages:1443
msgid "Delete"
msgstr ""
-#: ../data/messages:1463
+#: ../data/messages:1445
msgid "List of your personal themes"
msgstr ""
-#: ../data/messages:1465
+#: ../data/messages:1447
msgid "Delete from the list themes that you don't need anymore :"
msgstr ""
-#: ../data/messages:1467 ../data/messages:1469 ../data/messages:1471
-#: ../data/messages:1473 ../data/messages:1501 ../data/messages:1551
-#: ../data/messages:1585
+#: ../data/messages:1449 ../data/messages:1451 ../data/messages:1453
+#: ../data/messages:1455 ../data/messages:1489 ../data/messages:1539
+#: ../data/messages:1577
msgid "Desktop Entry"
msgstr ""
-#: ../data/messages:1475
+#: ../data/messages:1457
+msgid "Subdock"
+msgstr ""
+
+#: ../data/messages:1459 ../data/messages:1543 ../data/messages:1581
+msgid ""
+"If you write here a container's name that doesn't exist yet, a new one will "
+"be created, with this icon inside."
+msgstr ""
+
+#: ../data/messages:1461 ../data/messages:1533 ../data/messages:1545
+#: ../data/messages:1583
+msgid "Name of the container it belongs to:"
+msgstr ""
+
+#: ../data/messages:1463
msgid "Sub-dock's name :"
msgstr ""
-#: ../data/messages:1477 ../data/messages:1505
+#: ../data/messages:1465 ../data/messages:1553 ../data/messages:1585
+msgid "Display"
+msgstr ""
+
+#: ../data/messages:1467 ../data/messages:1493
msgid "How to render the icon :"
msgstr ""
-#: ../data/messages:1479 ../data/messages:1507
+#: ../data/messages:1469 ../data/messages:1495
msgid "Use an image"
msgstr ""
-#: ../data/messages:1481 ../data/messages:1509
+#: ../data/messages:1471 ../data/messages:1497
msgid "Draw sub-dock's content as emblems"
msgstr ""
-#: ../data/messages:1483 ../data/messages:1511
+#: ../data/messages:1473 ../data/messages:1499
msgid "Draw sub-dock's content as stack"
msgstr ""
-#: ../data/messages:1485 ../data/messages:1513
+#: ../data/messages:1475 ../data/messages:1501
msgid "Draw sub-dock's content inside a box"
msgstr ""
-#: ../data/messages:1487 ../data/messages:1515 ../data/messages:1559
+#: ../data/messages:1477 ../data/messages:1503 ../data/messages:1555
#: ../data/messages:1587
msgid "Image's name or path :"
msgstr ""
-#: ../data/messages:1489 ../data/messages:1541 ../data/messages:1565
+#: ../data/messages:1479 ../data/messages:1529 ../data/messages:1557
#: ../data/messages:1589
msgid "Extra parameters"
msgstr ""
-#: ../data/messages:1491 ../data/messages:1543 ../data/messages:1567
-#: ../data/messages:1591
-msgid "Order you want for this launcher among the others:"
-msgstr ""
-
-#: ../data/messages:1493 ../data/messages:1545 ../data/messages:1563
-#: ../data/messages:1593
-msgid "Name of the container it belongs to:"
-msgstr ""
-
-#: ../data/messages:1495
+#: ../data/messages:1481
msgid "Name of the view used for the sub-dock :"
msgstr ""
-#: ../data/messages:1497
+#: ../data/messages:1483
msgid "If '0' the container will be displayed on every viewport."
msgstr ""
-#: ../data/messages:1499 ../data/messages:1549 ../data/messages:1583
+#: ../data/messages:1485 ../data/messages:1537 ../data/messages:1573
msgid "Only show in this specific viewport"
msgstr ""
-#: ../data/messages:1503 ../data/messages:1553
+#: ../data/messages:1487 ../data/messages:1531 ../data/messages:1575
+#: ../data/messages:1591
+msgid "Order you want for this launcher among the others:"
+msgstr ""
+
+#: ../data/messages:1491 ../data/messages:1547
msgid "Launcher's name :"
msgstr ""
-#: ../data/messages:1517
+#: ../data/messages:1505
msgid "URI of the file :"
msgstr ""
-#: ../data/messages:1519
+#: ../data/messages:1507
msgid "Number of files to list in the sub-dock :"
msgstr ""
-#: ../data/messages:1523
+#: ../data/messages:1511
msgid "5"
msgstr ""
-#: ../data/messages:1525
+#: ../data/messages:1513
msgid "10"
msgstr ""
-#: ../data/messages:1527
+#: ../data/messages:1515
msgid "20"
msgstr ""
-#: ../data/messages:1529
+#: ../data/messages:1517
msgid "30"
msgstr ""
-#: ../data/messages:1533
+#: ../data/messages:1521
msgid "Sort files by :"
msgstr "СаÑÑаваÑÑ ÑÐ°Ð¹Ð»Ñ Ð¿Ð°:"
-#: ../data/messages:1535
+#: ../data/messages:1523
msgid "Name"
msgstr "Ðазва"
-#: ../data/messages:1537
+#: ../data/messages:1525
msgid "Size"
msgstr "ÐамеÑÑ"
-#: ../data/messages:1539
+#: ../data/messages:1527
msgid "Date"
msgstr "ÐаÑе"
-#: ../data/messages:1547 ../data/messages:1581
+#: ../data/messages:1535 ../data/messages:1571
msgid "If '0' the launcher will be displayed on every viewport."
msgstr ""
-#: ../data/messages:1555
+#: ../data/messages:1541
+msgid "Launcher"
+msgstr ""
+
+#: ../data/messages:1549
msgid ""
"Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard "
"shortcut, for exemple <Alt>F1, <Ctrl>c, <Ctrl>v, etc"
msgstr ""
-#: ../data/messages:1557
+#: ../data/messages:1551
msgid "Command to launch on click :"
msgstr ""
-#: ../data/messages:1561
-msgid ""
-"If you write here a container's name that doesn't exist yet, a new one will "
-"be created, with this icon inside."
-msgstr ""
-
-#: ../data/messages:1569
+#: ../data/messages:1559
msgid ""
"If you choosed to mix launcher and applis, this option will deactivate this "
"behaviour for this launcher only. It can be useful for instance for a "
@@ -3968,11 +4105,11 @@
"steal the Terminal's icon from the Taskbar."
msgstr ""
-#: ../data/messages:1571
+#: ../data/messages:1561
msgid "Prevent this launcher from stealing appli from taskbar ?"
msgstr ""
-#: ../data/messages:1573
+#: ../data/messages:1563
msgid ""
"The only reason you may want to modify this parameter is if you made this "
"launcher by hands. If you dropped it into the dock from the menu, it is "
@@ -3980,24 +4117,24 @@
"program, which is useful to link the appli with its launcher."
msgstr ""
-#: ../data/messages:1575
+#: ../data/messages:1565
msgid "Class of the program :"
msgstr ""
-#: ../data/messages:1577
+#: ../data/messages:1567
msgid "It will use 'xterm'."
msgstr ""
-#: ../data/messages:1579
+#: ../data/messages:1569
msgid "Run in a terminal ?"
msgstr ""
-#: ../data/messages:1595
+#: ../data/messages:1593
msgid "pouet"
msgstr ""
-#: ../data/messages:1597 ../data/messages:1599 ../data/messages:1601
-#: ../data/messages:1603
+#: ../data/messages:1595 ../data/messages:1597 ../data/messages:1599
+#: ../data/messages:1601
msgid ""
"v1.4.6.3 :\n"
"Just to say :\n"
@@ -4005,7 +4142,7 @@
" the Cairo-Dock's team."
msgstr ""
-#: ../data/messages:1605
+#: ../data/messages:1603
msgid ""
"v1.5.0 : it's been 1 month since previous release, and we worked hardly to "
"bring you :\n"
@@ -4025,7 +4162,7 @@
" Now, why not try to make an applet for Cairo-Dock ? ;-)"
msgstr ""
-#: ../data/messages:1607
+#: ../data/messages:1605
msgid ""
"v1.5.1 :\n"
" - The 1.5 branch is still young, so this version brings a lot of bug fixes\n"
@@ -4037,7 +4174,7 @@
" and behave as real desklets."
msgstr ""
-#: ../data/messages:1609
+#: ../data/messages:1607
msgid ""
"v1.5.2.1 :\n"
" - a lot of bug fixes, especially on desklets.\n"
@@ -4045,7 +4182,7 @@
" - Cairo-Dock is now fully translated in Japanese, thanks to Jiro Kawada !"
msgstr ""
-#: ../data/messages:1611
+#: ../data/messages:1609
msgid ""
"v1.5.3.2 :\n"
" - Themes have been deeply reviewed\n"
@@ -4059,7 +4196,7 @@
" who could help cairo-dock to be well-integrated into KDE ;-)"
msgstr ""
-#: ../data/messages:1613
+#: ../data/messages:1611
msgid ""
"v1.5.4.2 : a huge release !\n"
" - add a cute pinguin in your dock with the new applet Cairo-Penguin\n"
@@ -4073,7 +4210,7 @@
" - 3 more themes in Weather"
msgstr ""
-#: ../data/messages:1615
+#: ../data/messages:1613
msgid ""
"v1.5.5.4 :\n"
" - Huge enhancements in the TaskBar :\n"
@@ -4089,7 +4226,7 @@
"soon ;-)"
msgstr ""
-#: ../data/messages:1617
+#: ../data/messages:1615
msgid ""
"v1.5.6 :\n"
" - Integration into the last Gnome 2.22 (Ubuntu8.04, Fedora9, ...) - still "
@@ -4107,7 +4244,7 @@
" - Any help would be welcome to integrate the dock into KDE !"
msgstr ""
-#: ../data/messages:1619
+#: ../data/messages:1617
msgid ""
"v1.6.0 :\n"
" - A new view has appeared : Diapositive !\n"
@@ -4126,7 +4263,7 @@
" - Real window thumbnail when minimized."
msgstr ""
-#: ../data/messages:1621
+#: ../data/messages:1619
msgid ""
"v1.6.1 :\n"
"Cairo-Dock has one year ! To celebrate this event, we are happy to offer you "
@@ -4139,7 +4276,7 @@
"plug-in ^_^"
msgstr ""
-#: ../data/messages:1623
+#: ../data/messages:1621
msgid ""
"v1.6.2 : the first version integrated in the Ubuntu repositories !\n"
" - 2 new applets have been released :\n"
@@ -4152,7 +4289,7 @@
"plug-in ^_^"
msgstr ""
-#: ../data/messages:1625
+#: ../data/messages:1623
msgid ""
"v1.6.3 : \n"
" - first the bad news :\n"
@@ -4169,8 +4306,23 @@
" - Smooth icons movement when dragging them inside the dock\n"
" - The dock is now translated in Sweden and partially in Greek."
msgstr ""
+"v1.6.3:\n"
+" - Ðа-пеÑÑае, дÑÑннÑÑ Ð½Ð°Ð²ÑнÑ:\n"
+" Ðаб пÑÑÑÑÑмлÑваÑÑа FreeDesktop ÑÑандаÑÑаÑ, дадзенÑÑ ÐºÐ°ÑÑÑÑалÑнÑка бÑÐ»Ñ "
+"пеÑамеÑÑанÑÑ Ñ ~/.config.\n"
+" \"ÐнаÑкÑ\" Ñ Ð»Ð°ÐºÐ°Ð»ÑнÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ñаз знаÑ
одзÑÑÑа Ñ Ð²Ñдзеленай падÑÑÑкÑ.\n"
+" Ð¢Ð°Ð¼Ñ Ð¿ÑоÑÑм пÑабаÑÑÐ½Ð½Ñ Ð·Ð° магÑÑмÑÑ Ð½ÑзÑÑÑнаÑÑÑ ^ _ ^\n"
+" - Ð ÑÑÐ¿ÐµÑ ÑолÑÐºÑ Ð´Ð¾Ð±ÑÑÑ Ð½Ð°Ð²ÑнÑ!\n"
+" - ÐÐ°Ð²ÐµÐ´Ð°Ð¼Ð»ÐµÐ½Ð½Ñ 2 новÑÑ
аплеÑа: Clipper Ñ GMenu.\n"
+" - ÐноÑÑва палÑпÑÑннÑÑ Ð´Ð»Ñ Ð´ÐµÑклеÑов: аÑаÑмленне, кÑÑÑÑнне, пеÑаÑÑÐ³Ð²Ð°Ð½Ð½Ñ Ñ "
+"г.д.\n"
+" - Cpusage Ñ ÑнÑÑÑ Ð°Ð¿Ð»ÐµÑÑ Ð·Ð°Ñаз пÑÑемна вÑглÑдаÑÑÑ.\n"
+" - ЦÑÐ¿ÐµÑ Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе вÑдалÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ Ð¿ÑоÑÑа пеÑаÑÑгнÑÑÑÑ ÑÑ
з панÑлÑ,\n"
+" адмаÑаваÑÑ Ð°Ð¿Ð»ÐµÑÑ Ð¼Ð¾Ð¶Ð½Ð° ÑакÑм жа ÑÑнам.\n"
+" - ÐлаÑÐ½Ñ ÑÑÑ
знаÑÐºÐ¾Ñ Ð¿ÑÑ Ð¿ÐµÑаÑÑÐ³Ð²Ð°Ð½Ð½Ñ ÑÑ
на панÑлÑ\n"
+" - ÐанÑÐ»Ñ Ð¿ÐµÑÐ°ÐºÐ»Ð°Ð´Ð·ÐµÐ½Ð°Ñ Ð·Ð°Ñаз на ШведÑÐºÐ°Ñ Ñ ÑаÑÑкова ÐÑÑÑаÑÐºÑ Ð¼Ð¾Ð²Ñ."
-#: ../data/messages:1627
+#: ../data/messages:1625
msgid ""
"Cairo-Dock II\n"
" - Cairo-Dock is now a full OpenGL dock ! (the cairo backend is still "
@@ -4182,16 +4334,29 @@
" - New applets : mail, keyboard indicator, quick folder, Toons.\n"
" - Lot of bug fixes and upgrades in all plug-ins."
msgstr ""
+"Cairo-Dock II\n"
+" - Cairo-Dock заÑаз Ñалкам падÑÑÑмлÑвае OpenGL! (ÐÑкенд cairo ÑÑÑ ÑÑÑÑ "
+"падÑÑÑмлÑваеÑÑа Ð´Ð»Ñ ÑÑаÑÑÑ
каÑÑ Ñ ATI)\n"
+" - ÐовÑÑ ÑбÑÐ´Ð¾Ð²Ñ Ð²ÑзÑалÑнÑÑ
ÑÑекÑаÑ: анÑмÑÑаванÑÑ Ð·Ð½Ð°ÑкÑ, ÑÑекÑÑ Ð½Ð° знаÑкаÑ
, "
+"ÑлÑзÑÑ, ÑндÑкаÑÐ°Ñ ÑкÑдÑ, ÑÑÐµÐºÑ ÑазмÑÑÑÑ, адмалÑÑка вокнаÑ.\n"
+" - ÐанÑÑгÑÑаÑÑÐ¹Ð½Ñ Ð¿Ð°Ð½ÑÐ»Ñ Ð±Ñла Ñалкам пеÑапÑÑана.\n"
+" - ÐеÑклеÑÑ Ð·Ð°Ñаз Ñ Ñ 3D.\n"
+" - ÐовÑÑ Ð°Ð¿Ð»ÐµÑÑ: ÐоÑÑа, ÐнидикаÑÐ¾Ñ ÑаÑкладкÑ, Ñ
ÑÑкÑÑ Ð¿Ð°Ð¿ÐºÑ, ÐÑлÑÑÑкÑ.\n"
+" - ÐноÑÑва багÑикÑов Ñ Ð°Ð´Ð½Ð°ÑленÑнÑÑ ÑÑÑÑ
плÑгÑнаÑ."
-#: ../data/messages:1629
+#: ../data/messages:1627
msgid ""
"2.0.5 :\n"
" - This is mainly a bug-fix version\n"
" - improvment in the RB applet\n"
" - Added functionnalities on grouped applications icons."
msgstr ""
+"2.0.5:\n"
+" - ÐноÑÑва багÑикÑов.\n"
+" - ÐалÑпÑÑÐ½Ð½Ñ Ñ Ð°Ð¿Ð»ÐµÑе RB.\n"
+" - ÐÐ°Ð´Ð°Ð´Ð·ÐµÐ½Ð°Ñ ÑÑнкÑÑÑналÑнаÑÑÑ Ð´Ð° згÑÑпаванÑÑ
знаÑка пÑÑкладаннÑÑ."
-#: ../data/messages:1631
+#: ../data/messages:1629
msgid ""
"2.1.0 : A really heavy version !\n"
" - Control any music player with the MusicPlayer applet\n"
@@ -4207,8 +4372,22 @@
" - Finally, Cairo-Dock has its own ppa on LaunchPad, and a complete "
"documentation on http://doc.glx-dock.org."
msgstr ""
+"2.1.0: Ðа-ÑапÑаÑÐ´Ð½Ð°Ð¼Ñ ÑÑÑ'ÑзнÑм веÑÑÑÑ!\n"
+" - ÐÑÑÑйÑе мÑзÑÑнÑÐ¼Ñ Ð¿ÑайгÑавалÑнÑÐºÐ°Ð¼Ñ Ð· дапамогай аплеÑа "
+"«ÐÑз.ÐÑоигÑÑваÑелÑ» \n"
+" ÐзÑлÑÑеÑÑ ÑÐ°Ð¹Ð»Ð°Ð¼Ñ Ð· дапамогай ÑÑÑвеÑнага аплеÑа dnd2share,\n"
+" ÐдÑоÑвайÑе ÑÑан ÑÑÑÑÑÐ¼Ñ Ð· аплеÑÐ°Ñ Ð¡ÑÑÑÑмнага манÑÑоÑа\n"
+" СÑваÑайÑе запÑÑÐºÑ Ñ
ÑÑка Ñ Ð»Ñгка з дапамогай аплеÑа Notes.\n"
+" - Ð'ÑвÑÑÑÑ Ð½Ð¾Ð²Ñ ÑÑжÑм «ÐаÑÑÑÐ°Ð½Ð°Ñ Ð¿Ð°Ð½ÑлÑ» Ñ Ð½Ð¾Ð²Ñ ÑÑÑалÑÑÑÑÑк ÑÑм.\n"
+" - ÐноÑÑва абнаÑленнÑÑ Ñ Ð°Ð¿Ð»ÐµÑа ÐлавÑÑÑÑÑÐ½Ñ Ð¸Ð½Ð´Ð¸ÐºÐ°ÑоÑÑ Ñ Ð¦ÑÑлÑкÑ.\n"
+" - ÐÐ¾Ð²Ð°Ñ Ð°Ð½ÑмаÑÑÑ Ð´Ð»Ñ Ð²ÑглÑÐ´Ñ \"ÑлÑзгаÑенне\"\n"
+" - ÐÑпÑаÑленне памÑлак Ñ Ð¼Ð¾Ð´ÑлÑÑ
задаÑ, Clipper, Powermanager, гадзÑÐ½Ñ Ñ "
+"ÐаÑÑ-ÐÑнгвÑн\n"
+" - ÐадÑÑÑмка OpenGL пÑаÑÑе на апоÑнÑÑ
дÑайвеÑаÑ
ATI Ñ Intel!\n"
+" - Ð, наÑÑÑÑе-Ñо, Ñ ÐаÑÑ-Dock з'ÑвÑÑÑÑ ÑлаÑÐ½Ñ PPA на LaunchPad, Ñ "
+"найпадÑабÑÐ·Ð½Ð°Ñ Ð´Ð°ÐºÑменÑаÑÑÑ Ð½Ð° http://doc.glx-dock.org."
-#: ../data/messages:1633
+#: ../data/messages:1631
msgid ""
"2.1.1 : more stable and user-friendly !\n"
" - This version corrects many bugs appeared with the v2.1.0 (sorry for that "
@@ -4225,8 +4404,24 @@
"your dock from an extern application.\n"
" You can even write an applet in any language with it !"
msgstr ""
+"2.1.1: ЯÑÑÑ Ð±Ð¾Ð»ÑÑ ÑÑабÑлÑнаÑÑÑ Ñ Ð´ÑÑжалÑбна!\n"
+" - У гÑÑай веÑÑÑÑ Ð²ÑпÑаÑлена мноÑÑва памÑлак веÑÑÑÑ 2.1.0 (пÑоÑÑм "
+"пÑабаÑÑнÑнÑ),\n"
+" - ÐÑ Ð±Ð¾Ð»ÑÑ Ð½Ðµ ÑÑÑÑÑÑнеÑе аÑÑÑÑакÑÐ°Ñ Ð¿ÑÑ Ð²ÑкаÑÑÑÑÐ°Ð½Ð½Ñ Metacity, OpenBox, KDE "
+"Ñ Ð³.д.,\n"
+" - ÐадаÑÐºÑ ÑÑÐ¿ÐµÑ Ð¼Ð¾Ð³ÑÑÑ ÑазмÑÑÑаÑÑа ÑÑÑод знаÑÐºÐ¾Ñ Ð·Ð°Ð¿ÑÑÐºÑ Ñ Ð°Ð¿Ð»ÐµÑаÑ,\n"
+" - ÐÐ¾Ð²Ð°Ñ Ð·ÑÑÑÐ½Ð°Ñ Ð¿Ð°Ð½ÑÐ»Ñ Ð½Ð°Ð»Ð°Ð´ Ð´Ð»Ñ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ð·Ð°Ð¿ÑÑкÑ,\n"
+" - Switcher адлÑÑÑÑоÑвае ÑпÑÑ Ð°Ð´ÑÑненÑÑ
Ð²Ð¾ÐºÐ½Ð°Ñ Ð¿Ð° ÑÑÑÑднÑÐ¼Ñ Ð¿ÑÑÑÑÑÑÑ\n"
+" Ñ Ð´Ð°Ð·Ð²Ð°Ð»Ñе пеÑаназÑваÑÑ Ð¿ÑаÑоÑнÑÑ ÑÑалÑ,\n"
+" - У аплеÑе ÐÑÑ
ад з'ÑвÑлаÑÑ Ð¼Ð°Ð³ÑÑмаÑÑÑ Ð·Ð°Ð²ÑÑÑÑÐ½Ð½Ñ Ð¿ÑаÑÑ Ñ Ð·Ð°Ð´Ð°Ð´Ð·ÐµÐ½Ñ ÑаÑ,\n"
+" - ÐанÑÐ»Ñ Ð·Ð°Ñаз знÑкае болÑÑ Ð¿Ð»Ð°Ñна, ÐºÐ°Ð»Ñ Ñ
аваеÑÑа за аÑÑаÑнÑÐ¼Ñ Ð²Ð¾ÐºÐ½Ð°Ð¼Ñ,\n"
+" - У Clipper з'ÑвÑлаÑÑ Ð¼Ð°Ð³ÑÑмаÑÑÑ ÐºÐ°Ð¿ÑÑÐ²Ð°Ð½Ð½Ñ Ð°Ð´ÑÐ°Ð·Ñ ÑÑÑÑ
ÑлеменÑаÑ,\n"
+" - ÐлÑгÑн DBus дае палепÑÐ°Ð½Ñ API, ÑÐºÑ Ð´Ð°Ð·Ð²Ð¾Ð»ÑÑÑ ÐºÑÑаваÑÑ Ð²Ð°Ñай панÑÐ»Ð»Ñ Ð· "
+"ÑнÑÑÑ
пÑÑкладаннÑÑ.\n"
+" Рз дапамогай Ñго Ð²Ñ Ð½Ð°Ð²Ð°Ñ Ð·Ð¼Ð¾Ð¶Ð°Ñе напÑÑаÑÑ Ñвой ÑлаÑÐ½Ñ Ð°Ð¿Ð»ÐµÑ Ð½Ð° лÑбой "
+"мове!"
-#: ../data/messages:1635
+#: ../data/messages:1633
msgid ""
"2.1.2 : \n"
" - The config panel has been improved again (new icons, more clear, better "
@@ -4243,8 +4438,22 @@
" - A KDE-integration plug-in has been started, any help is greatly welcome "
"to achieve it !"
msgstr ""
+"2.1.2:\n"
+" - ÐанÑÐ»Ñ Ð½Ð°ÑÑÑоек Ð·Ð½Ð¾Ñ Ð¿Ð°Ð»ÐµÐ¿ÑÐ°Ð½Ð°Ñ (новÑÑ Ð·Ð½Ð°ÑкÑ, ÑÑÑÑ Ð±Ð¾Ð»ÑÑ Ð¿Ð¾Ð´ÑиÑена, "
+"палепÑÐ°Ð½Ñ ÑмÑÐ½Ñ Ð¾Ð¿ÑÑй)\n"
+" - ÐеÑклеÑÑ Ð·Ð°Ñаз можна ÑÑкÑаваÑÑ Ð½Ð° лÑбÑÑ
пÑаÑоÑнÑÑ
ÑÑалаÑ
, а не ÑолÑÐºÑ Ð½Ð° "
+"пеÑÑÑм.\n"
+" - ÐнаÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ ÑакÑама могÑÑÑ Ð±ÑÑÑ Ð¿ÑÑзнаÑанÑÑ Ð´Ð»Ñ Ð°Ð±Ñанага пÑаÑоÑнага "
+"ÑÑала.\n"
+" - Ð ÑжÑм аÑÑа-ÑÑÐ¾Ð¹Ð²Ð°Ð½Ð½Ñ Ð±ÑÑ Ð¿ÐµÑапÑÑанÑ.\n"
+" - ÐÑадÑÑаÑлÑем Ð½Ð¾Ð²Ñ Ð°Ð¿Ð»ÐµÑ ÑÑÑÐ°Ð½Ð½Ñ RSS-ÑÑÑжак!\n"
+" - ÐапалÑÑе ваÑÑ Ð¿Ð°Ð½ÑÐ»Ñ Ð· новÑм ÑÑекÑам знаÑкоÑ: \"ÑейÑвеÑк\"!\n"
+" - ÐÐ¿Ð»ÐµÑ Â«ÐÑаÑоÑÐ½Ñ ÑÑол» заÑаз паказвае деÑклеÑÑ, ÐлаÑÑ Ð²ÑджÑÑÑ Ñ Expose па "
+"ÑÑÑÑднÑм пÑÑÑÑÑÑÑ.\n"
+" - У аплеÑе ÑÑÑÐ°Ð½Ð½Ñ Ð¿Ð¾ÑÑÑ Ð¼Ð¾Ð¶Ð½Ð° адзнаÑаÑÑ Ð¿ÑаÑÑÑанÑÐ¼Ñ ÑÑе паведамленнÑ.\n"
+" - ÐаÑалоÑÑ ÑкаÑаненне плагÑна KDE-ÑнÑÑгÑаÑÑÑ, лÑÐ±Ð°Ñ Ð´Ð°Ð¿Ð°Ð¼Ð¾Ð³Ð° вÑÑаеÑÑа!"
-#: ../data/messages:1637
+#: ../data/messages:1635
msgid ""
"GLX-Dock 2.1.3\n"
" - A new and simplified configuration panel has been written\n"
@@ -4258,8 +4467,20 @@
" - Dnd2Share can now directly sends the clipboard's content.\n"
" - This version also fixes a huge number of problems."
msgstr ""
+"GLX-Dock 2.1.3\n"
+" - РаÑпÑаÑавана Ð½Ð¾Ð²Ð°Ñ ÑпÑоÑÑÐ°Ð½Ð°Ñ Ð¿Ð°Ð½ÑÐ»Ñ Ð½Ð°ÑÑÑоек.\n"
+" - ÐÑкÑÐ·Ñ Ð²Ð¾ÐºÐ½Ð°Ñ ÑнÑÑÑÑ Ð¿Ð°Ð½ÑÐ»Ñ Ð·Ð°Ñаз могÑÑÑ Ð¼ÐµÑÑ ÑмблемÑ.\n"
+" - ÐавÑдзенне знаÑÐºÑ ÑÑб-панÑлÑÑ, ÑÑÐ¿ÐµÑ Ð¼Ð¾Ð³ÑÑÑ Ð°Ð´Ð»ÑÑÑÑоÑваÑÑ ÑÑ
змеÑÑÑва.\n"
+" - ÐÐ°Ð»Ñ Ð´Ð°Ð´Ð°Ñак паÑÑабÑе ваÑай ÑвагÑ, Ñо пÑÑ ÑÑоенай панÑÐ»Ñ Ð·'ÑвÑÑÑа ÑолÑÐºÑ "
+"адзÑн знаÑок гÑÑага дадаÑкÑ.\n"
+" - ÐлÑгÑн DBus заÑаз дазвалÑе аÑÑамаÑÑÑна загÑÑжаÑÑ Ð·Ð½ÐµÑнÑÑ Ð°Ð¿Ð»ÐµÑÑ, "
+"напÑÑанÑÑ Ð½Ð° лÑбой мове.\n"
+" - Рдапамогай аплеÑа «ÐÑаÑоÑÐ½Ñ ÑÑол» заÑаз можна Ñ
ÑÑка змÑнÑÑÑ Ð´Ð°Ð·Ð²Ð¾Ð» "
+"ÑкÑана\n"
+" - Dnd2Share заÑаз дазвалÑе наÑпÑоÑÑ Ð¿Ð°ÑÑлаÑÑ Ð·Ð¼ÐµÑÑÑва бÑÑеÑа абменÑ.\n"
+" - ÐкÑÐ°Ð¼Ñ Ð³ÑÑага, вÑпÑаÑлена велÑзаÑÐ½Ñ Ð»Ñк памÑлак."
-#: ../data/messages:1639
+#: ../data/messages:1637
msgid ""
"<b><span color='red'>GLX-Dock 2.2.0</span></b>\n"
" - The dock has gained 2 <b>new visibility modes</b> and several <b>auto-"
@@ -4282,6 +4503,38 @@
" - A <b>new default theme</b> is also available; it should integrate itself "
"better on any desktop."
msgstr ""
+"<b><span color='red'>GLX-Dock 2.2.0</span></b>\n"
+" - ÐададзенÑÑ 2 <b>новÑÑ
ÑÑжÑÐ¼Ñ Ð±Ð°ÑнаÑÑÑ</b> Ñ Ð½ÐµÐºÐ°Ð»ÑÐºÑ <b>анÑмаÑÑй аÑÑа-"
+"ÑÑойваннÑ</b>.\n"
+" - ÐнаÑÐºÑ ÑÑÐ¿ÐµÑ Ð¼Ð¾Ð³ÑÑÑ <b>адлÑÑÑÑоÑваÑÑа Ð½Ð°Ð²Ð°Ñ ÐºÐ°Ð»Ñ Ð¿Ð°Ð½ÑÐ»Ñ ÑÑ
аванаÑ</b> "
+"(ÐадзÑннÑк, СÑÑÑÑÐ¼Ð½Ñ Ð¼Ð°Ð½ÑÑоÑ, пÑагÑÐ°Ð¼Ñ Ð¿Ð°ÑÑабÑÑÑÑÑ ÑÐ²Ð°Ð³Ñ Ñ Ð³.д.)\n"
+" - ÐÑÑ Ð½Ð°Ð²ÑÐ´Ð·ÐµÐ½Ð½Ñ Ð½Ð° знаÑок ÑнÑÑÑÑ ÑÑб-панÑлÑ, ÑÑÐ¿ÐµÑ Ñн можа адлÑÑÑÑоÑваÑÑа "
+"<b>ÑнÑÑÑÑ ÑкÑÑнкÑ</b> з пÑÑгожÑм ÑÑекÑам адкÑÑÑÑÑ.\n"
+" - ÐаÑÑÑÐ¿Ð½Ñ <b>Ð½Ð¾Ð²Ñ Ð²Ñд</b>: <u>ÐанÑлÑ</ U>\n"
+" - <b>Mое ÐенÑ</b> Ñ <b>ÐÐµÐ½Ñ Ð¿Ð°Ð²ÐµÐ´Ð°Ð¼Ð»ÐµÐ½Ð½ÑÑ</b> ÑÑÐ¿ÐµÑ Ð´Ð°ÑÑÑпнÑÑ ÑнÑÑÑÑ "
+"панÑлÑ.\n"
+" - ÐÐ¿Ð»ÐµÑ <b>ÐадзÑннÑк</b> абзавÑÑÑÑ Ð³ÑÑÑм <b>календаÑом з кÑÑаваннем "
+"задаÑамÑ</b> (даÑÑÑÐ¿Ð½Ñ Ð¿Ð° левÑм пÑÑÑÑÑÑÑ).\n"
+" - ЦÑÐ¿ÐµÑ Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе <b> блакаваÑÑ ÑкÑан </ B> з дапамогай аплеÑа <b> "
+"ÐавÑÑÑÑнне ÑеанÑÑ </ B>.\n"
+" - <b>ÐеÑклеÑÑ</b> заÑаз могÑÑÑ Ð±ÑÑÑ <b>пÑазÑÑÑÑÑÑ Ð´Ð»Ñ Ð¼ÑÑÑ</b>, каб Ð²Ñ "
+"Ð¼Ð°Ð³Ð»Ñ ÑзаемадзейнÑÑаÑÑ Ð· ÑÑм, ÑÑо знаÑ
одзÑÑÑа за ÑмÑ.\n"
+" - ÐзÑкÑÑÑÑ FBO бÑла палепÑÐ°Ð½Ð°Ñ Ð¿Ð°Ð´ÑÑÑмка <b>ÑаÑÑаÑÑлÑÑ
вÑдÑа-каÑÑ</b>.\n"
+" - ÐбноÑÐ»ÐµÐ½Ñ <b>знаÑÐºÑ Ð¿Ð°Ð½ÑÐ»Ñ Ð½Ð°ÑÑÑоек</b>, вÑкаÑÑÑÑÐ°Ð½Ñ ÑÑма Ñанга-ÑÑÑлÑ, а "
+"Ñкаже пеÑагледжана ÑÑ
ÑазмÑÑÑÑнне.\n"
+" - ÐаÑÑÑÐ¿Ð½Ð°Ñ <b>Ð½Ð¾Ð²Ð°Ñ ÑÑма па змаÑÑаннÑ</b>; Ñна добÑа ÑпÑÑваеÑÑа на "
+"болÑÑаÑÑÑ Ð¿ÑаÑоÑнÑÑ
ÑÑалоÑ."
+
+#: ../data/messages:1639
+msgid ""
+"<b><span color='red'>GLX-Dock 2.2.1</span></b>\n"
+" - The <i>System-Monitor</i> applet can now monitor <b>CPU temperature</b> "
+"and <b>fan speed</b>.\n"
+" - The <i>menus</i> have a <b>better layout</b>.\n"
+" - The <i>Logout applet</i> now warns you when the computer <b>needs to be "
+"restarted</b>.\n"
+" - Several <b>bug-fixes</b> and improvments."
+msgstr ""
#, c-format
#~ msgid "%s is now unmounted"
@@ -4294,6 +4547,9 @@
#~ msgid "Plug-in"
#~ msgstr "ÐлагÑн"
+#~ msgid "state"
+#~ msgstr "СÑан"
+
#~ msgid "module"
#~ msgstr "модÑлÑ"
@@ -4322,6 +4578,9 @@
#~ msgid "Mount"
#~ msgstr "ÐалÑÑÑÑÑ"
+#~ msgid "Add a separator"
+#~ msgstr "ÐадаÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑк"
+
#~ msgid "Rename this file"
#~ msgstr "ÐеÑайменаваÑÑ Ð³ÑÑÑ Ñайл"
@@ -4337,6 +4596,9 @@
#~ msgid "Properties"
#~ msgstr "ÐлаÑÑÑваÑÑÑ"
+#~ msgid "The theme has been deleted"
+#~ msgstr "ТÑма бÑла вÑдалена"
+
#~ msgid ""
#~ "No plug-in were found.\n"
#~ "To make the most of Cairo-Dock, please consider installing its plug-ins.\n"
@@ -4377,6 +4639,15 @@
#~ "Gnome: ÐддзÑлÑÑÑ Ð¿Ð°Ð½ÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ Ð°Ð´ знаÑÐºÐ¾Ñ Ð·Ð°Ð¿ÑÑÐºÑ Ñ Ð¿Ð°ÐºÐ°Ð·Ð²Ð°ÑÑ Ð°ÐºÐ½Ð° ÑолÑÐºÑ Ð· "
#~ "бÑгÑÑага пÑаÑоÑнага ÑÑала."
+#~ msgid "Applets"
+#~ msgstr "ÐплеÑÑ"
+
+#~ msgid "Label readability"
+#~ msgstr "ЧÑÑалÑнаÑÑÑ Ð¿Ð¾Ð´Ð¿ÑÑаÑ"
+
+#~ msgid "Configure labels appearence."
+#~ msgstr "ÐнеÑÐ½Ñ Ð²ÑглÑд подпÑÑаÑ."
+
#~ msgid ""
#~ "If an error occurs during downloading a theme, it will retry this number of "
#~ "times before giving up."
@@ -4424,6 +4695,15 @@
#~ msgid "Controllers"
#~ msgstr "ÐаÑÑÑкÑ"
+#~ msgid "The theme could not be saved"
+#~ msgstr "ТÑма не можа бÑÑÑ Ð·Ð°Ñ
авана"
+
+#~ msgid "The theme could not be deleted"
+#~ msgstr "ТÑма не можа бÑÑÑ Ð²Ñдалена"
+
+#~ msgid "The themes could not be deleted"
+#~ msgstr "ТÑÐ¼Ñ Ð½Ðµ могÑÑÑ Ð±ÑÑÑ Ð²ÑдаленÑ"
+
#~ msgid ""
#~ "Warning: could not delete this file.\n"
#~ "Please check file permissions."
@@ -4444,6 +4724,9 @@
#~ "ÐеÑаканайÑеÑÑ, ÑÑо Ð²Ñ Ð¼Ð°ÐµÑе пÑава на запÑÑ,\n"
#~ " Ñ Ð½Ð¾Ð²Ð°Ðµ ÑÐ¼Ñ Ñжо не пÑÑÑÑÑнÑÑае на панÑлÑ."
+#~ msgid "Do you want to keep this setting?"
+#~ msgstr "ÐаÑ
аваÑÑ Ð½Ð°Ð»Ð°Ð´ÐºÑ?"
+
#~ msgid ""
#~ "Icons will scroll according to what positioning model is selected. The dock "
#~ "can of course can be positioned anywhere on the screen. Here we specify this "
@@ -4475,6 +4758,9 @@
#~ "з'ÑвÑÑÑа Ñ Ð¿Ð°Ð·ÑÑÑÑ ÐºÑÑÑоÑа мÑÑÑ. ÐÑÑаÑÐ½Ñ ÑÐ°Ñ Ð·Ð°ÑÑаÑÑÑÑÑ Ð½ÑбаÑнай. ÐÑÑÑ ÑÑжÑм "
#~ "Ð¿Ð°Ð´Ð¾Ð±Ð½Ñ Ð· дзеÑннем ÑÑÑÑÑмнага менÑ."
+#~ msgid "Choose one of the available themes:"
+#~ msgstr "ÐÑбеÑÑÑе Ð°Ð´Ð½Ñ Ð· даÑÑÑпнÑÑ
ÑÑм:"
+
#~ msgid "Pop-up only if the mouse hits a screen corner"
#~ msgstr "ÐÑплÑвае ÑолÑÐºÑ ÐºÐ°Ð»Ñ ÐºÑÑÑÐ¾Ñ Ð·Ð°Ð´ÐµÐ²Ð°ÐµÑ ÐºÑай ÑкÑана?"
@@ -4486,3 +4772,10 @@
#~ msgid "Do you want to monitor the content of this directory?"
#~ msgstr "ÐдÑоÑваÑÑ Ð·Ð¼ÐµÑÑÑва каÑалога?"
+
+#, c-format
+#~ msgid "Configuration of the '%s' dock"
+#~ msgstr "ÐаÑÑÑойка '%s' панÑлÑ"
+
+#~ msgid "Add a main dock"
+#~ msgstr "ÐадаÑÑ Ð°ÑноÑнÑÑ Ð¿Ð°Ð½ÑлÑ"
=== added file 'po/bn.po'
--- po/bn.po 1970-01-01 00:00:00 +0000
+++ po/bn.po 2011-02-23 23:27:12 +0000
@@ -0,0 +1,4223 @@
+# Bengali translation for cairo-dock-core
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the cairo-dock-core package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: cairo-dock-core\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2011-01-01 04:03+0000\n"
+"PO-Revision-Date: 2010-11-12 06:08+0000\n"
+"Last-Translator: Aniruddha Adhikary <Unknown>\n"
+"Language-Team: Bengali <bn@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2011-01-02 04:41+0000\n"
+"X-Generator: Launchpad (build Unknown)\n"
+
+#: ../src/cairo-dock-gui-commons.c:215
+msgid ""
+"You have made some changes to the current theme.\n"
+"You will lose them if you don't save before choosing a new theme. Continue "
+"anyway?"
+msgstr ""
+"à¦à¦ªà¦¨à¦¿ বরà§à¦¤à¦®à¦¾à¦¨ থà§à¦®à§ à¦à¦¿à¦à§ পরিবরà§à¦¤à¦¨ à¦à¦°à§à¦à§à¦¨à¥¤\n"
+"à¦à¦ªà¦¨à¦¿ সà§à¦à§à¦²à¦¿ হারিà§à§ ফà§à¦²à¦¬à§à¦¨ যদি নতà§à¦¨ থà§à¦® বাà¦à¦¾à¦ à¦à¦°à¦¾à¦° পà§à¦°à§à¦¬à§ সà¦à¦°à¦à§à¦·à¦£ না à¦à¦°à§à¦¨à¥¤ "
+"তবà§à¦ à¦à¦à§à¦¬à§à¦¨?"
+
+#: ../src/cairo-dock-gui-commons.c:241
+msgid "Please wait while importing the theme..."
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:304
+msgid "Bottom dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:306
+msgid "Top dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:311
+msgid "Right dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:313
+msgid "Left dock"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:410 ../src/cairo-dock-menu.c:1373
+msgid "Configure this applet"
+msgstr "à¦à¦ à¦à§à¦¯à¦¾à¦ªà§à¦²à§à¦à¦à¦¿ à¦à¦¨à¦«à¦¿à¦à¦¾à¦° à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-gui-commons.c:447 ../src/cairo-dock-gui-main.c:131
+msgid "Files"
+msgstr "ফাà¦à¦² সমà§à¦¹"
+
+#: ../src/cairo-dock-gui-commons.c:452 ../src/cairo-dock-gui-main.c:132
+msgid "Internet"
+msgstr "à¦à¦¨à§à¦à¦¾à¦°à¦¨à§à¦"
+
+#: ../src/cairo-dock-gui-commons.c:457 ../src/cairo-dock-gui-main.c:133
+msgid "Desktop"
+msgstr "ডà§à¦¸à§à¦à¦à¦ª"
+
+#: ../src/cairo-dock-gui-commons.c:462
+msgid "Accessory"
+msgstr ""
+
+#: ../src/cairo-dock-gui-commons.c:467 ../src/cairo-dock-gui-main.c:135
+#: ../src/cairo-dock-gui-main.c:1447
+#: ../src/internal-old/cairo-dock-internal-system.c:122 ../data/messages:339
+msgid "System"
+msgstr "সিসà§à¦à§à¦®"
+
+#: ../src/cairo-dock-gui-commons.c:472 ../src/cairo-dock-gui-main.c:136
+msgid "Fun"
+msgstr "মà¦à¦¾"
+
+#: ../src/cairo-dock-gui-commons.c:514
+msgid "plug-in"
+msgstr "পà§à¦²à¦¾à¦-à¦à¦¨"
+
+#: ../src/cairo-dock-gui-commons.c:520
+msgid "category"
+msgstr "à¦à§à¦¯à¦¾à¦à§à¦à¦°à§"
+
+#: ../src/cairo-dock-gui-items.c:334
+msgid ""
+"Main dock's paramaters are available in the main configuration window."
+msgstr ""
+
+#: ../src/cairo-dock-gui-items.c:571
+msgid "Launcher configuration"
+msgstr "লà¦à§à¦à¦¾à¦° à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨"
+
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:263
+msgid "Behaviour"
+msgstr "à¦à¦à¦°à¦£"
+
+#: ../src/cairo-dock-gui-main.c:130 ../data/messages:83 ../data/messages:1383
+msgid "Appearance"
+msgstr "দà§à¦¶à§à¦¯"
+
+#: ../src/cairo-dock-gui-main.c:134
+msgid "Accessories"
+msgstr "à¦à¦¨à§à¦·à¦¾à¦à§à¦à¦¿à¦"
+
+#: ../src/cairo-dock-gui-main.c:137 ../src/cairo-dock-gui-main.c:1585
+#: ../data/messages:1519
+msgid "All"
+msgstr "সব"
+
+#: ../src/cairo-dock-gui-main.c:1428
+#: ../src/internal-old/cairo-dock-internal-position.c:131
+msgid "Set the position of the main dock."
+msgstr "মà§à¦² ডà¦à§à¦° à¦
বসà§à¦¥à¦¾à¦¨ সà§à¦ à¦à¦°"
+
+#: ../src/cairo-dock-gui-main.c:1429
+#: ../src/internal-old/cairo-dock-internal-position.c:129 ../data/messages:137
+msgid "Position"
+msgstr "à¦
বসà§à¦¥à¦¾à¦¨"
+
+#: ../src/cairo-dock-gui-main.c:1434
+#: ../src/internal-old/cairo-dock-internal-accessibility.c:261
+msgid ""
+"Do you like your dock to be always visible,\n"
+" or on the contrary unobtrusive?\n"
+"Configure the way you access your docks and sub-docks!"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1435 ../src/cairo-dock-menu.c:1410
+#: ../src/internal-old/cairo-dock-internal-accessibility.c:259
+msgid "Visibility"
+msgstr "দà§à¦¶à§à¦¯à¦®à¦¾à¦¨à¦¤à¦¾"
+
+#: ../src/cairo-dock-gui-main.c:1440
+#: ../src/internal-old/cairo-dock-internal-taskbar.c:167
+msgid "Display and interact with currently open windows."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1441
+#: ../src/internal-old/cairo-dock-internal-taskbar.c:165 ../data/messages:61
+#: ../data/messages:1033
+msgid "Taskbar"
+msgstr "à¦à¦¾à¦¸à§à¦à¦¬à¦¾à¦°"
+
+#: ../src/cairo-dock-gui-main.c:1446
+#: ../src/internal-old/cairo-dock-internal-system.c:124
+msgid "All of the parameters you will never want to tweak."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1452
+#: ../src/internal-old/cairo-dock-internal-background.c:130
+msgid "Set a background for your dock."
+msgstr "à¦à¦ªà¦¨à¦¾à¦° ডà¦à§à¦° à¦à¦¨à§à¦¯ à¦à¦à¦à¦¿ বà§à¦¯à¦¾à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡ সà§à¦ à¦à¦°à§à¦¨à¥¤"
+
+#: ../src/cairo-dock-gui-main.c:1453
+#: ../src/internal-old/cairo-dock-internal-background.c:128
+#: ../data/messages:435 ../data/messages:831 ../data/messages:1391
+msgid "Background"
+msgstr "বà§à¦¯à¦¾à¦à¦à§à¦°à¦¾à¦à¦¨à§à¦¡"
+
+#: ../src/cairo-dock-gui-main.c:1458
+#: ../src/internal-old/cairo-dock-internal-views.c:87
+msgid "Select a view for each of your docks."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1459
+#: ../src/internal-old/cairo-dock-internal-views.c:85 ../data/messages:115
+#: ../data/messages:495 ../data/messages:1385
+msgid "Views"
+msgstr "à¦à¦¿à¦ সমà§à¦¹"
+
+#: ../src/cairo-dock-gui-main.c:1465
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:121
+msgid "Configure text bubble appearance."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1466
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:119
+msgid "Dialog boxes"
+msgstr "ডাà§à¦¾à¦²à¦ বà¦à§à¦¸à¦¸à¦®à§à¦¹"
+
+#: ../src/cairo-dock-gui-main.c:1472
+#: ../src/internal-old/cairo-dock-internal-desklets.c:100
+msgid "Applets can be displayed on your desktop as widgets."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1473
+#: ../src/internal-old/cairo-dock-internal-desklets.c:98 ../data/messages:551
+msgid "Desklets"
+msgstr "ডà§à¦¸à§à¦à¦²à§à¦ সমà§à¦¹"
+
+#: ../src/cairo-dock-gui-main.c:1479
+#: ../src/internal-old/cairo-dock-internal-icons.c:459
+msgid ""
+"All about icons:\n"
+" size, reflection, icon theme,..."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1480
+#: ../src/internal-old/cairo-dock-internal-icons.c:457 ../data/messages:85
+#: ../data/messages:615 ../data/messages:857
+msgid "Icons"
+msgstr "à¦à¦à¦à¦¨ সমà§à¦¹"
+
+#: ../src/cairo-dock-gui-main.c:1485
+#: ../src/internal-old/cairo-dock-internal-indicators.c:169
+msgid "Indicators are additional markers for your icons."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1486
+#: ../src/internal-old/cairo-dock-internal-indicators.c:167
+#: ../data/messages:733
+msgid "Indicators"
+msgstr "নিরà§à¦¦à§à¦¶à¦ সমà§à¦¹"
+
+#: ../src/cairo-dock-gui-main.c:1492
+#: ../src/internal-old/cairo-dock-internal-labels.c:182
+msgid "Define icon caption and quick-info style."
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1493
+#: ../src/internal-old/cairo-dock-internal-labels.c:180
+msgid "Captions"
+msgstr "à¦à§à¦¯à¦¾à¦ªà¦¶à¦¨ সমà§à¦¹"
+
+#: ../src/cairo-dock-gui-main.c:1561
+msgid "Categories"
+msgstr "à¦à§à¦¯à¦¾à¦à¦¾à¦à¦°à§ সমà§à¦¹"
+
+#: ../src/cairo-dock-gui-main.c:1699
+msgid "Filter"
+msgstr "ফিলà§à¦à¦¾à¦°"
+
+#: ../src/cairo-dock-gui-main.c:1746
+msgid "Options"
+msgstr "à¦
পশন সমà§à¦¹"
+
+#: ../src/cairo-dock-gui-main.c:1756
+msgid "All words"
+msgstr "সà¦à¦² শবà§à¦¦à¦¸à¦®à§à¦¹"
+
+#: ../src/cairo-dock-gui-main.c:1760
+msgid "Highlighted words"
+msgstr "হাà¦à¦²à¦¾à¦à¦à¦à§à¦¤ শবà§à¦¦ সমà§à¦¹"
+
+#: ../src/cairo-dock-gui-main.c:1765
+msgid "Hide others"
+msgstr "বাà¦à¦¿à¦à§à¦²à§ লà§à¦à¦¾à¦"
+
+#: ../src/cairo-dock-gui-main.c:1770
+msgid "Search in description"
+msgstr "বিবরণৠà¦à§à¦à¦"
+
+#: ../src/cairo-dock-gui-main.c:1784
+msgid "Enable this module"
+msgstr "à¦à¦ মডিà¦à¦²à¦à¦¿ à¦à¦¾à¦°à§à¦¯à¦à¦° à¦à¦°"
+
+#: ../src/cairo-dock-gui-main.c:1848 ../src/cairo-dock-menu.c:205
+#: ../data/messages:133
+msgid "More applets"
+msgstr "à¦à¦°à¦ à¦à§à¦¯à¦¾à¦ªà§à¦²à§à¦ সমà§à¦¹"
+
+#: ../src/cairo-dock-gui-main.c:1849 ../data/messages:131
+msgid "Get more applets online !"
+msgstr "à¦
নলাà¦à¦¨à§ à¦à¦°à¦ à¦à§à¦¯à¦¾à¦ªà§à¦²à§à¦ পান !"
+
+#: ../src/cairo-dock-gui-main.c:1883 ../src/cairo-dock.c:729
+msgid "< Maintenance mode >"
+msgstr "< রà¦à§à¦·à¦£à¦¬à§à¦à§à¦·à¦£ মà§à¦¡ >"
+
+#: ../src/cairo-dock-gui-main.c:1973 ../src/cairo-dock-gui-simple.c:900
+msgid "Cairo-Dock configuration"
+msgstr "à¦à¦¾à§à¦°à§-ডঠà¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨"
+
+#: ../src/cairo-dock-gui-main.c:2294
+#, c-format
+msgid ""
+"The '%s' module is not present. You need to install it and all its "
+"dependencies in order to use this module."
+msgstr ""
+"'%s' মডিà¦à¦²à¦à¦¿ à¦à¦ªà¦¸à§à¦¥à¦¿à¦¤ নà§à¥¤ à¦à¦ মডিà¦à¦²à¦à¦¿ বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°à¦¤à§ হলৠà¦à¦ªà¦¨à¦¾à¦à§ à¦à¦à¦¿ à¦à¦¬à¦ à¦à¦° সà¦à¦² "
+"ডিপà§à¦¨à§à¦¡à¦¾à¦à¦¸ সমà§à¦¹ à¦à¦¨à§à¦¸à¦à¦² à¦à¦°à¦¤à§ হবà§à¥¤"
+
+#: ../src/cairo-dock-gui-main.c:2300
+#, c-format
+msgid "The '%s' module is not enabled."
+msgstr "'%s' মডিà¦à¦²à¦à¦¿ à¦à¦¾à¦°à§à¦¯à¦à¦° নà§à¥¤"
+
+#: ../src/cairo-dock-gui-main.c:2301
+msgid "Do you want to enable it now?"
+msgstr "à¦à¦ªà¦¨à¦¿ à¦à¦¿ à¦à¦à¦¨ à¦à¦à¦¿ à¦à¦¾à¦°à§à¦¯à¦à¦° à¦à¦°à¦¤à§ à¦à¦¾à¦¨?"
+
+#: ../src/cairo-dock-gui-main.c:2444
+msgid ""
+"It appears that you've never entered the help module before.\n"
+"If you are having difficulty configuring the dock, or if you want to "
+"customise it,\n"
+"the Help module is here for you!\n"
+"Would you like to take a look at it now?"
+msgstr ""
+"দà§à¦à¦¾ যাà¦à§à¦à§ যà§, à¦à¦ªà¦¨à¦¿ পà§à¦°à§à¦¬à§ à¦à¦à¦¨à§ সাহাযà§à¦¯ মডিà¦à¦²à§ পà§à¦°à¦¬à§à¦¶ à¦à¦°à§à¦¨à¦¨à¦¿à¥¤\n"
+"à¦à¦ªà¦¨à¦¿ যদি ডà¦à¦à¦¿ à¦à¦¨à¦«à¦¿à¦à¦¾à¦° à¦à¦°à¦¤à§ সমসà§à¦¯à¦¾à¦° সমà§à¦®à§à¦à§à¦¨ হন, à¦à¦¿à¦à¦¬à¦¾ à¦à¦ªà¦¨à¦¿ যদি à¦à¦à¦¿ à¦à¦¾à¦¸à§à¦à¦®à¦¾à¦à¦ "
+"à¦à¦°à¦¤à§ à¦à¦¾à¦¨,\n"
+"সাহাযà§à¦¯ মডিà¦à¦²à¦à¦¿ à¦à¦ªà¦¨à¦¾à¦° à¦à¦¨à§à¦¯ !\n"
+"à¦à¦ªà¦¨à¦¿ à¦à¦¿ à¦à¦à¦¨ à¦à¦à¦¿ দà§à¦à¦¤à§ à¦à¦¾à¦¨?"
+
+#: ../src/cairo-dock-gui-simple.c:407 ../src/cairo-dock-gui-themes.c:112
+msgid "Could not import the theme."
+msgstr "থà§à¦®à¦à¦¿ à¦à¦®à§à¦ªà§à¦°à§à¦ à¦à¦°à¦¾ সমà§à¦à¦¬ হৠনি।"
+
+#: ../src/cairo-dock-gui-simple.c:427
+msgid "Importing theme..."
+msgstr "থà§à¦® à¦à¦®à§à¦ªà§à¦°à§à¦ à¦à¦°à¦¾ হà¦à§à¦à§..."
+
+#: ../src/cairo-dock-gui-simple.c:434 ../src/cairo-dock-gui-themes.c:154
+msgid "Theme has been saved"
+msgstr "থà§à¦® সà¦à¦°à¦à§à¦·à¦£ à¦à¦°à¦¾ হà§à§à¦à§"
+
+#: ../src/cairo-dock-gui-simple.c:440 ../src/cairo-dock-gui-themes.c:160
+msgid "Themes have been deleted"
+msgstr "থà§à¦® সমà§à¦¹ à¦
পসারণ à¦à¦°à¦¾ হà§à§à¦à§"
+
+#: ../src/cairo-dock-gui-simple.c:770
+msgid "Animation:"
+msgstr "à¦à¦¨à¦¿à¦®à§à¦¶à¦¨à¦"
+
+#: ../src/cairo-dock-gui-simple.c:787
+msgid "Effects:"
+msgstr "à¦à¦«à§à¦à§à¦ সমà§à¦¹à¦"
+
+#: ../src/cairo-dock-gui-simple.c:855
+msgid ""
+"Click on an applet in order to have a preview and a description for it."
+msgstr ""
+
+#: ../src/cairo-dock-gui-simple.c:864 ../data/messages:77
+msgid "On mouse hover:"
+msgstr "মাà¦à¦¸ à¦à¦ ালà§à¦"
+
+#: ../src/cairo-dock-gui-simple.c:866 ../data/messages:79
+msgid "On click:"
+msgstr "à¦à§à¦²à¦¿à¦ à¦à¦°à¦²à§à¦"
+
+#: ../src/cairo-dock-gui-simple.c:937
+msgid ""
+"This is the simple configuration panel of Cairo-Dock.\n"
+" After you get familiar with it, and if you want to customise your theme\n"
+", you can switch to an advanced mode.\n"
+" You can switch from a mode to another at any time."
+msgstr ""
+"à¦à¦à¦¿ à¦à¦¾à§à¦°à§-ডঠà¦à¦° সহঠà¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ পà§à¦¯à¦¾à¦¨à§à¦²à¥¤\n"
+" à¦à¦ªà¦¨à¦¿ যà¦à¦¨ à¦à¦° সাথৠপরিà¦à¦¿à¦¤ হà§à§ যাবà§à¦¨, à¦à¦¬à¦ à¦à¦ªà¦¨à¦¿ যদি à¦à¦ªà¦¨à¦¾à¦° থà§à¦® à¦à¦¾à¦¸à§à¦à¦®à¦¾à¦à¦ à¦à¦°à¦¤à§ "
+"à¦à¦¾à¦¨\n"
+", à¦à¦ªà¦¨à¦¿ à¦à¦¡à¦à§à¦¯à¦¾à¦¨à§à¦¸à¦¡ মà§à¦¡à§ সà§à¦¯à§à¦à¦ à¦à¦°à¦¤à§ পারà§à¦¨à¥¤\n"
+" à¦à¦ªà¦¨à¦¿ à¦à¦à¦à¦¿ মà§à¦¡ থà§à¦à§ à¦
নà§à¦¯ মà§à¦¡à§ যà§à¦à§à¦¨ মà§à¦¹à§à¦°à§à¦¤à§ সà§à¦¯à§à¦à¦ à¦à¦°à¦¤à§ পারà§à¦¨à¥¤"
+
+#: ../src/cairo-dock-gui-switch.c:77
+msgid "Simple Mode"
+msgstr "সরল মà§à¦¡"
+
+#: ../src/cairo-dock-gui-switch.c:77
+msgid "Advanced Mode"
+msgstr "à¦à¦¡à¦à§à¦¯à¦¾à¦¨à§à¦¸à¦¡ মà§à¦¡"
+
+#: ../src/cairo-dock-gui-switch.c:79
+msgid ""
+"The advanced mode lets you tweak every single parameter of the dock. It is a "
+"powerful tool to customise your current theme."
+msgstr ""
+"à¦à¦¡à¦à¦¾à¦¨à§à¦¸à¦¡ মà§à¦¡à¦à¦¿ à¦à¦ªà¦¨à¦¾à¦à§ ডà¦à¦à¦¿à¦° পà§à¦°à¦¤à§à¦¯à§à¦à¦à¦¿ পà§à¦¯à¦°à¦¾à¦®à¦¿à¦à¦¾à¦° à¦à§à¦¯à§à¦à¦ à¦à¦°à¦¤à§ দà§à§à¥¤ à¦à¦à¦¿ à¦à¦ªà¦¨à¦¾à¦° "
+"বরà§à¦¤à¦®à¦¾à¦¨ থà§à¦®à¦à§ à¦à¦¾à¦¸à§à¦à¦®à¦¾à¦à¦ à¦à¦°à¦¾à¦° à¦à¦à¦à¦¿ শà¦à§à¦¤à¦¿à¦¶à¦¾à¦²à§ à¦à§à¦²à¥¤"
+
+#: ../src/cairo-dock-gui-themes.c:147
+msgid "Importing theme ..."
+msgstr "থà§à¦® à¦à¦®à§à¦ªà§à¦°à§à¦ à¦à¦°à¦¾ হà¦à§à¦à§ ..."
+
+#: ../src/cairo-dock-gui-themes.c:180
+msgid "Manage Themes"
+msgstr "থà§à¦® বà§à¦¯à¦¬à¦¸à§à¦¥à¦¾à¦ªà¦¨à¦¾ à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:169
+msgid "About Cairo-Dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:196 ../data/messages:1287
+msgid "Community site"
+msgstr "à¦à¦®à¦¿à¦à¦¨à¦¿à¦à¦¿ সাà¦à¦"
+
+#: ../src/cairo-dock-menu.c:197 ../data/messages:1285
+msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
+msgstr "সমসà§à¦¯à¦¾? সাà¦à§à¦¶à¦¨? শà§à¦§à§à¦ à¦à¦®à¦¾à¦¦à§à¦° সাথৠà¦à¦¥à¦¾ বলতৠà¦à¦¾à¦¨? à¦à¦¸à§à¦¨!"
+
+#: ../src/cairo-dock-menu.c:200 ../data/messages:1291
+msgid "Development site"
+msgstr "ডà§à¦à§à¦²à¦ªà¦®à§à¦¨à§à¦ সাà¦à¦"
+
+#: ../src/cairo-dock-menu.c:201 ../data/messages:1289
+msgid "Find the latest version of Cairo-Dock here !"
+msgstr "à¦à¦¾à§à¦°à§-ডঠà¦à¦° সরà§à¦¬à¦¶à§à¦· à¦à¦¾à¦°à§à¦¸à¦¨ à¦à¦à¦¾à¦¨à§ পাবà§à¦¨!"
+
+#: ../src/cairo-dock-menu.c:216
+msgid "Development"
+msgstr "ডà§à¦à§à¦²à¦ªà¦®à§à¦¨à§à¦"
+
+#: ../src/cairo-dock-menu.c:222
+msgid "Artwork"
+msgstr "à¦à¦°à§à¦à¦à§à¦¾à¦°à§à¦"
+
+#: ../src/cairo-dock-menu.c:226
+msgid "Support"
+msgstr "সাপà§à¦°à§à¦"
+
+#: ../src/cairo-dock-menu.c:307
+msgid "Quit Cairo-Dock?"
+msgstr "à¦à¦¾à§à¦°à§-ডঠবনà§à¦§ à¦à¦°à¦¬à§à¦¨?"
+
+#: ../src/cairo-dock-menu.c:336
+msgid "Configure"
+msgstr "à¦à¦¨à¦«à¦¿à¦à¦¾à¦°"
+
+#: ../src/cairo-dock-menu.c:341
+msgid "Configure behaviour, appearance, and applets."
+msgstr "à¦à¦à¦°à¦£, দà§à¦¶à§à¦¯ à¦à¦¬à¦ à¦à§à¦¯à¦¾à¦ªà§à¦²à§à¦ সমà§à¦¹ à¦à¦¨à¦«à¦¿à¦à¦¾à¦° à¦à¦°à§à¦¨à¥¤"
+
+#: ../src/cairo-dock-menu.c:345
+msgid "Configure this dock"
+msgstr "à¦à¦ ডà¦à¦à¦¿ à¦à¦¨à¦«à¦¿à¦à¦¾à¦° à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:350
+msgid "Customize the position, visibility and appearance of this main dock."
+msgstr "à¦à¦ মà§à¦² ডà¦à¦à¦¿à¦° à¦
বসà§à¦¥à¦¾à¦¨, দà§à¦¶à§à¦¯à¦®à¦¾à¦¨à¦¤à¦¾ à¦à¦¬à¦ দà§à¦¶à§à¦¯ à¦à¦¾à¦¸à§à¦à¦®à¦¾à¦à¦ à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:355
+msgid "Manage themes"
+msgstr "থà§à¦® বà§à¦¯à¦¬à¦¸à§à¦¥à¦¾à¦ªà¦¨à¦¾ à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:360
+msgid ""
+"Choose from amongst many themes on the server or save your current theme."
+msgstr ""
+"à¦à¦ªà¦¨à¦¾à¦° বরà§à¦¤à¦®à¦¾à¦¨ থà§à¦®à¦à¦¿ সà¦à¦°à¦à§à¦·à¦£ à¦à¦°à§à¦¨ à¦à¦¿à¦à¦¬à¦¾ সারà§à¦à¦¾à¦°à§à¦° à¦
নà§à¦ থà§à¦® হতৠবাà¦à¦¾à¦ à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:366
+msgid "Unlock icons"
+msgstr "à¦à¦à¦à¦¨ সমà§à¦¹ à¦à¦¨à¦²à¦ à¦à¦°"
+
+#: ../src/cairo-dock-menu.c:366
+msgid "Lock icons"
+msgstr "à¦à¦à¦à¦¨ সমà§à¦¹ লঠà¦à¦°"
+
+#: ../src/cairo-dock-menu.c:370
+msgid "This will (un)lock the position of the icons."
+msgstr "à¦à¦à¦¿ à¦à¦à¦à¦¨ সমà§à¦¹à§à¦° à¦
বসà§à¦¥à¦¾à¦¨ (à¦à¦¨)লঠà¦à¦°à¦¬à§à¥¤"
+
+#: ../src/cairo-dock-menu.c:374
+msgid "Unlock dock"
+msgstr "ডঠà¦à¦¨à¦²à¦ à¦à¦°"
+
+#: ../src/cairo-dock-menu.c:374
+msgid "Lock dock"
+msgstr "ডঠলঠà¦à¦°"
+
+#: ../src/cairo-dock-menu.c:379
+msgid "This will (un)lock the whole dock."
+msgstr "à¦à¦à¦¿ সমসà§à¦¤ ডà¦à¦à§ (à¦à¦¨)লঠà¦à¦°à¦¬à§à¥¤"
+
+#: ../src/cairo-dock-menu.c:384
+msgid "Quick-Hide"
+msgstr "দà§à¦°à§à¦¤-লà§à¦à¦¾à¦¨à§"
+
+#: ../src/cairo-dock-menu.c:389
+msgid "This will hide the dock until you hover over it with the mouse."
+msgstr "à¦à¦à¦¿ ডà¦à¦à¦¿à¦à§ লà§à¦à¦¿à§à§ রাà¦à¦¬à§ যতà¦à§à¦·à¦£ না à¦à¦ªà¦¨à¦¿ à¦à¦° à¦à¦ªà¦° মাà¦à¦¸ না à¦à¦¨à¦à§à¦¨à¥¤"
+
+#: ../src/cairo-dock-menu.c:397
+msgid "Launch Cairo-Dock on startup"
+msgstr "সà§à¦à¦¾à¦°à§à¦à¦à¦ªà§ à¦à¦¾à§à¦°à§-ডঠলà¦à§à¦ à¦à¦°"
+
+#: ../src/cairo-dock-menu.c:407 ../src/cairo-dock.c:297
+msgid "Help"
+msgstr "সাহাযà§à¦¯"
+
+#: ../src/cairo-dock-menu.c:412
+msgid "There are no problems, only solutions (and a lot of useful hints!)"
+msgstr "à¦à¦à¦¾à¦¨à§ à¦à§à¦¨ সমসà§à¦¯à¦¾ নà§à¦, শà§à¦§à§ সমাধান (à¦à¦¬à¦ à¦
নà§à¦ পà§à¦°à§à§à¦à¦¨à§à§ হিনà§à¦!)"
+
+#: ../src/cairo-dock-menu.c:414
+msgid "Get more applets!"
+msgstr "à¦à¦°à¦ à¦à§à¦¯à¦¾à¦ªà§à¦²à§à¦ পান!"
+
+#: ../src/cairo-dock-menu.c:419
+msgid ""
+"Third-party applets provide integration with many programs, like Pidgin"
+msgstr ""
+"তà§à¦¤à§à¦°-পà¦à§à¦·à§à¦° à¦à§à¦¯à¦¾à¦ªà§à¦²à§à¦ পিà¦à¦¿à¦¨à§à¦° পত পà§à¦°à§à¦à§à¦°à¦¾à¦®à§à¦° সাথৠà¦à¦¨à§à¦à¦¿à¦à§à¦°à§à¦¶à¦¨ সরবরাহ à¦à¦°à§"
+
+#: ../src/cairo-dock-menu.c:421
+msgid "About"
+msgstr "সমà§à¦ªà¦°à§à¦à§"
+
+#: ../src/cairo-dock-menu.c:429
+msgid "Quit"
+msgstr "বনà§à¦§ à¦à¦°"
+
+#: ../src/cairo-dock-menu.c:454
+msgid "separator"
+msgstr "বিà¦à§à¦à¦¿à¦¨à§à¦¨à¦à¦¾à¦°à¦"
+
+#: ../src/cairo-dock-menu.c:458
+#, c-format
+msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
+msgstr "à¦à¦ªà¦¨à¦¿ à¦à¦ à¦à¦à¦à¦¨à¦à¦¿ (%s) ডà¦à¦à¦¿ থà§à¦à§ à¦
পসারণ à¦à¦°à¦¤à§ যাà¦à§à¦à§à¦¨à¥¤ à¦à¦ªà¦¨à¦¿ à¦à¦¿ নিশà§à¦à¦¿à¦¤?"
+
+#: ../src/cairo-dock-menu.c:469
+msgid ""
+"Do you want to re-dispatch the icons contained inside this container into "
+"the dock?\n"
+"(otherwise they will be destroyed)"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:539
+msgid ""
+"The new dock has been created.\n"
+"Now move some launchers or applets into it by right-clicking on the icon -> "
+"move to another dock"
+msgstr ""
+"নতà§à¦¨ ডà¦à¦à¦¿ তà§à¦°à§ à¦à¦°à¦¾ হà§à§à¦à§à¥¤\n"
+"à¦à¦à¦¨, '-> à¦
নà§à¦¯ ডà¦à§ সরিà§à§ নিন' à¦à¦à¦à¦¨à§ à¦à§à¦²à¦¿à¦ à¦à¦°à§ à¦à¦¿à¦à§ লà¦à§à¦à¦¾à¦° বা à¦à§à¦¯à¦¾à¦ªà§à¦²à§à¦ à¦à¦° "
+"à¦à§à¦¤à¦° সরিà§à§ à¦à¦¨à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:556
+msgid "Sorry, this icon doesn't have a configuration file."
+msgstr "দà§à¦à¦à¦¿à¦¤, à¦à¦ à¦à¦à¦à¦¨à¦à¦¿à¦° à¦à¦¨à¦«à¦¿à¦à¦¾à¦°à§à¦¶à¦¨ ফাà¦à¦² নà§à¦à¥¤"
+
+#: ../src/cairo-dock-menu.c:597
+msgid ""
+"The new dock has been created.\n"
+"You can customize it by right-clicking on it -> cairo-dock -> configure this "
+"dock."
+msgstr ""
+"নতà§à¦¨ ডà¦à¦à¦¿ তà§à¦°à§ à¦à¦°à¦¾ হà§à§à¦à§à¥¤\n"
+"à¦à¦ªà¦¨à¦¿ à¦à¦à¦¿à¦à§ à¦à¦¾à¦¸à§à¦à¦®à¦¾à¦à¦ à¦à¦°à¦¤à§ পারà§à¦¨ à¦à¦à¦¿à¦° à¦à¦ªà¦° রাà¦à¦-à¦à§à¦²à¦¿à¦ à¦à¦°à§ -> à¦à¦¾à§à¦°à§-ডঠ-> ডà¦à¦à¦¿ "
+"à¦à¦¨à¦«à¦¿à¦à¦¾à¦° à¦à¦°à§à¦¨à¥¤"
+
+#: ../src/cairo-dock-menu.c:658
+#, c-format
+msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
+msgstr ""
+"à¦à¦ªà¦¨à¦¿ à¦à¦¿à¦¨à§à¦¤à§ à¦à¦ à¦à§à¦¯à¦¾à¦ªà§à¦²à§à¦ (%s) ডà¦à¦à¦¿ থà§à¦à§ সরিà§à§ ফà§à¦²à¦à§à¦¨à¥¤ à¦à¦ªà¦¨à¦¿ à¦à¦¿ নিশà§à¦à¦¿à¦¤?"
+
+#: ../src/cairo-dock-menu.c:881
+msgid ""
+"Sorry, couldn't find the corresponding description file.\n"
+"Consider dragging and dropping the launcher from the Applications Menu."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1116
+#, c-format
+msgid "Move all to desktop %d - face %d"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1116
+#, c-format
+msgid "Move to desktop %d - face %d"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1118
+#, c-format
+msgid "Move all to desktop %d"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1118
+#, c-format
+msgid "Move to desktop %d"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1120
+#, c-format
+msgid "Move all to face %d"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1120
+#, c-format
+msgid "Move to face %d"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1158
+msgid "Add"
+msgstr "যà§à¦ à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:1162
+msgid "Sub-dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1164
+msgid "Main dock"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1167 ../data/messages:1579
+msgid "Separator"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1171
+msgid "Custom launcher"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1172
+msgid ""
+"Usually you would drag a launcher from the menu and drop it on the dock."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1218
+msgid "Modify this separator"
+msgstr "বিà¦à§à¦à¦¿à¦¨à§à¦¨à¦à¦¾à¦°à¦à¦à¦¿à¦à§ পরিবরà§à¦¤à¦¨ à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:1218
+msgid "Modify this launcher"
+msgstr "লà¦à§à¦à¦¾à¦°à¦à¦¿ পরিবরà§à¦¤à¦¨ à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:1220
+msgid "Remove this separator"
+msgstr "বিà¦à§à¦à¦¿à¦¨à§à¦¨à¦à¦¾à¦°à¦à¦à¦¿à¦à§ à¦
পসারণ à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:1220
+msgid "Remove this launcher"
+msgstr "লà¦à§à¦à¦¾à¦°à¦à¦¿ à¦
পসারণ à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:1221
+msgid ""
+"You can remove a launcher by dragging it out of the dock with the mouse ."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1223 ../src/cairo-dock-menu.c:1389
+msgid "Move to another dock"
+msgstr "à¦
নà§à¦¯ à¦à¦à¦à¦¿ ডà¦à§ সরিà§à§ ফà§à¦²à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:1227 ../src/cairo-dock-menu.c:1393
+msgid "New main dock"
+msgstr "নতà§à¦¨ মà§à¦² ডà¦"
+
+#: ../src/cairo-dock-menu.c:1247 ../src/cairo-dock-menu.c:1331
+msgid "Other actions"
+msgstr "à¦
নà§à¦¯à¦¾à¦¨à§à¦¯ à¦à¦¾à¦°à§à¦¯à¦¾à¦¬à¦²à§"
+
+#: ../src/cairo-dock-menu.c:1252
+msgid "Move to this desktop"
+msgstr "à¦à¦ ডà§à¦¸à§à¦à¦à¦ªà§ সরিà§à§ à¦à¦¨"
+
+#: ../src/cairo-dock-menu.c:1267
+msgid "Not Fullscreen"
+msgstr "ফà§à¦²à¦¸à§à¦à§à¦°à§à¦£ নà§"
+
+#: ../src/cairo-dock-menu.c:1267
+msgid "Fullscreen"
+msgstr "ফà§à¦²à¦¸à§à¦à§à¦°à§à¦£"
+
+#: ../src/cairo-dock-menu.c:1271
+msgid "Don't keep above"
+msgstr "à¦à¦ªà¦°à§ রাà¦à¦¬à§ না"
+
+#: ../src/cairo-dock-menu.c:1271
+msgid "Keep above"
+msgstr "à¦à¦ªà¦°à§ রাà¦à¦¬à§"
+
+#: ../src/cairo-dock-menu.c:1292
+msgid "Remove custom icon"
+msgstr "à¦à¦¾à¦¸à§à¦à¦® à¦à¦à¦à¦¨ à¦
পসারণ à¦à¦°"
+
+#: ../src/cairo-dock-menu.c:1296
+msgid "Set a custom icon"
+msgstr "à¦à¦¾à¦¸à§à¦à¦® à¦à¦à¦à¦¨ সà§à¦ à¦à¦°"
+
+#: ../src/cairo-dock-menu.c:1299
+msgid "Kill"
+msgstr "à¦à¦¿à¦²"
+
+#: ../src/cairo-dock-menu.c:1304
+msgid "Launch a new (Shift+clic)"
+msgstr "à¦à¦à¦à¦¿ নতà§à¦¨ লà¦à§à¦ à¦à¦° (Shift+Click)"
+
+#: ../src/cairo-dock-menu.c:1309
+msgid "Make it a launcher"
+msgstr "à¦à¦à¦¿à¦à§ লà¦à§à¦à¦¾à¦° বানাà¦"
+
+#: ../src/cairo-dock-menu.c:1312
+msgid "Show"
+msgstr "দà§à¦à¦¾à¦"
+
+#: ../src/cairo-dock-menu.c:1314
+msgid "Unmaximise"
+msgstr "à¦à¦¨à¦®à§à¦¯à¦¾à¦à§à¦¸à¦¿à¦®à¦¾à¦à¦"
+
+#: ../src/cairo-dock-menu.c:1314
+msgid "Maximise"
+msgstr "মà§à¦¯à¦¾à¦à§à¦¸à¦¿à¦®à¦¾à¦à¦"
+
+#: ../src/cairo-dock-menu.c:1317
+msgid "Minimise"
+msgstr "মিনিমাà¦à¦"
+
+#: ../src/cairo-dock-menu.c:1319
+msgid "Close (middle-click)"
+msgstr "বনà§à¦§ (মিডল-à¦à§à¦²à¦¿à¦)"
+
+#: ../src/cairo-dock-menu.c:1336
+msgid "Move all to this desktop"
+msgstr "সব à¦à¦ ডà§à¦¸à§à¦à¦à¦ªà§ সরিà§à§ à¦à¦¨à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:1342
+msgid "Launch new"
+msgstr "নতà§à¦¨ লà¦à§à¦ à¦à¦°"
+
+#: ../src/cairo-dock-menu.c:1345
+msgid "Show all"
+msgstr "সব দà§à¦à¦¾à¦"
+
+#: ../src/cairo-dock-menu.c:1347
+msgid "Minimise all"
+msgstr "সব মিনিমাà¦à¦ à¦à¦°"
+
+#: ../src/cairo-dock-menu.c:1349
+msgid "Close all"
+msgstr "সব বনà§à¦§ à¦à¦°"
+
+#: ../src/cairo-dock-menu.c:1377
+msgid "Detach this applet"
+msgstr "à¦à¦ à¦à§à¦¯à¦¾à¦ªà§à¦²à§à¦à¦à¦¿ ডিà¦à§à¦¯à¦¾à¦ à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:1377
+msgid "Return to the dock"
+msgstr "ডà¦à§ ফিরৠযান"
+
+#: ../src/cairo-dock-menu.c:1380
+msgid "Remove this applet"
+msgstr "à¦à¦ à¦à§à¦¯à¦¾à¦ªà§à¦²à§à¦à¦à¦¿ à¦
পসারণ à¦à¦°à§à¦¨"
+
+#: ../src/cairo-dock-menu.c:1384
+msgid "Launch another instance of this applet"
+msgstr "à¦à¦ à¦à§à¦¯à¦¾à¦ªà§à¦²à§à¦à§à¦° à¦
নà§à¦¯ à¦à¦à¦à¦¿ à¦à¦¨à§à¦¸à¦à§à¦¯à¦¾à¦¨à§à¦¸ à¦à¦¾à¦²à§ à¦à¦°"
+
+#: ../src/cairo-dock-menu.c:1425
+msgid "Normal"
+msgstr "নরমাল"
+
+#: ../src/cairo-dock-menu.c:1431 ../data/messages:21 ../data/messages:187
+#: ../data/messages:1369
+msgid "Always on top"
+msgstr "সরà§à¦¬à¦¦à¦¾ à¦à¦ªà¦°à§"
+
+#: ../src/cairo-dock-menu.c:1438
+msgid "Always below"
+msgstr "সরà§à¦¬à¦¦à¦¾ নিà¦à§"
+
+#: ../src/cairo-dock-menu.c:1451
+msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
+msgstr "à¦à¦®à§à¦ªà¦¿à¦à§ à¦à¦à¦°à¦£à¦à§ সà§à¦ à¦à¦°à§à¦¨à¦ (name=cairo-dock & type=utility)"
+
+#: ../src/cairo-dock-menu.c:1453
+msgid "Reserve space"
+msgstr "সà§à¦ªà§à¦¸ রিসারà§à¦ à¦à¦°"
+
+#: ../src/cairo-dock-menu.c:1460
+msgid "On all desktops"
+msgstr "সব ডà§à¦¸à§à¦à¦à¦ªà§"
+
+#: ../src/cairo-dock-menu.c:1466
+msgid "Lock position"
+msgstr "পà¦à¦¿à¦¶à¦¨ লঠà¦à¦°"
+
+#: ../src/cairo-dock-user-interaction.c:353
+msgid ""
+"The option 'overwrite X icons' has been automatically enabled in the "
+"config.\n"
+"It is located in the 'Taskbar' module."
+msgstr ""
+
+#: ../src/cairo-dock.c:195
+msgid "Don't ask me any more"
+msgstr "à¦à¦®à¦¾à¦à§ à¦à¦° à¦à¦¿à¦à§à¦à§à¦¸ à¦à¦°à§ না"
+
+#: ../src/cairo-dock.c:200
+msgid ""
+"To remove the black rectangle around the dock, you will need to activate a "
+"composite manager.\n"
+"For instance, this can be done by activating desktop effects, launching "
+"Compiz, or activating the composition in Metacity.\n"
+"I can perform this last operation for you. Do you want to proceed ?"
+msgstr ""
+
+#: ../src/cairo-dock.c:212
+msgid ""
+"Do you want to keep this setting?\n"
+"In 15 seconds, the previous setting will be restored."
+msgstr ""
+"à¦à¦ªà¦¨à¦¿ à¦à¦¿ à¦à¦ সà§à¦à¦¿à¦ সমà§à¦¹ রাà¦à¦¤à§ à¦à¦¾à¦¨?\n"
+"১৫ সà§à¦à§à¦¨à§à¦¡à§à¦° মধà§à¦¯à§ পà§à¦°à§à¦¬à¦¬à¦°à§à¦¤à§ সà§à¦à¦¿à¦ সমà§à¦¹ রিসà§à¦à§à¦° à¦à¦°à¦¾ হবà§à¥¤"
+
+#: ../src/cairo-dock.c:218
+msgid ""
+"To remove the black rectangle around the dock, you will need to activate a "
+"composite manager.\n"
+"For instance, this can be done by activating desktop effects, launching "
+"Compiz, or activating the composition in Metacity.\n"
+"If your machine can't support composition, Cairo-Dock can emulate it. This "
+"option is in the 'System' module of the configuration, at the bottom of the "
+"page."
+msgstr ""
+
+#: ../src/cairo-dock.c:312
+msgid ""
+"A useful FAQ which also contains a lot of hints.\n"
+"Roll your mouse over a sentence to make helpful popups appear."
+msgstr ""
+
+#: ../src/cairo-dock.c:573
+msgid "Use OpenGL in Cairo-Dock"
+msgstr "à¦à¦¾à¦°à¦°à§-ডà¦à§ à¦à¦ªà§à¦¨à¦à¦¿à¦à¦² বà§à¦¯à¦¬à¦¹à¦¾à¦° à¦à¦°"
+
+#: ../src/cairo-dock.c:581
+msgid ""
+"OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
+"the minimum.\n"
+"It also allows some pretty visual effects similar to Compiz.\n"
+"However, some cards and/or their drivers don't fully support it, which may "
+"prevent the dock from running correctly.\n"
+"Do you want to activate OpenGL ?\n"
+" (To not show this dialog, launch the dock from the Application menu,\n"
+" or with the -o option to force OpenGL and -c to force cairo.)"
+msgstr ""
+
+#: ../src/cairo-dock.c:586
+msgid "Remember this choice"
+msgstr "à¦à¦ পà¦à¦¨à§à¦¦ মনৠরাà¦à§"
+
+#: ../src/cairo-dock.c:802
+msgid ""
+"Welcome in Cairo-Dock2 !\n"
+"A default and simple theme has been loaded.\n"
+"You can either familiarize yourself with the dock or choose another theme "
+"with right-click -> Cairo-Dock -> Manage themes.\n"
+"A useful help is available by right-click -> Cairo-Dock -> Help.\n"
+"If you have any question/request/remark, please pay us a visit at http://glx-"
+"dock.org.\n"
+"Hope you will enjoy this soft !\n"
+" (you can now click on this dialog to close it)"
+msgstr ""
+
+#: ../src/cairo-dock.c:826
+#, c-format
+msgid ""
+"The module '%s' may have encountered a problem.\n"
+"It has been restored successfully, but if it happens again, please report it "
+"at http://glx-dock.org"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-applet-facility.h:274
+msgid ""
+"The theme could not be found; the default theme will be used instead.\n"
+" You can change this by opening the configuration of this module. Do you "
+"want to do it now?"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-applet-facility.h:289
+msgid ""
+"The gauge theme could not be found; a default gauge will be used instead.\n"
+"You can change this by opening the configuration of this module. Do you want "
+"to do it now?"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-applet-facility.h:371
+msgid "Applet's handbook"
+msgstr "à¦à§à¦¯à¦¾à¦ªà§à¦²à§à¦à§à¦° হà§à¦¯à¦¾à¦¨à§à¦¡à¦¬à§à¦"
+
+#: ../src/gldit/cairo-dock-desklet-manager.c:843
+#: ../src/internal-old/cairo-dock-internal-desklets.c:42
+msgid "_custom decoration_"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-file-manager.c:212
+#, c-format
+msgid "failed to mount %s"
+msgstr "%s à¦à¦° মাà¦à¦¨à§à¦ বà§à¦¯à¦°à§à¦¥ হà§à§à¦à§"
+
+#: ../src/gldit/cairo-dock-file-manager.c:212
+#, c-format
+msgid "Failed to unmount %s"
+msgstr "%s à¦à¦° à¦à¦¨à¦®à¦¾à¦à¦¨à§à¦ বà§à¦¯à¦°à§à¦¥ হà§à§à¦à§"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:235
+#, c-format
+msgid "by %s"
+msgstr "%s à¦à¦° দà§à¦¬à¦¾à¦°à¦¾"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:247
+msgid "kB"
+msgstr "à¦à¦¿à¦²à§à¦¬à¦¾à¦à¦"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:249
+msgid "MB"
+msgstr "মà§à¦à¦¾à¦¬à¦¾à¦à¦"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:258
+#: ../src/gldit/cairo-dock-gui-factory.c:1637
+msgid "Local"
+msgstr "লà§à¦à¦¾à¦²"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:259
+#: ../src/gldit/cairo-dock-gui-factory.c:1640
+msgid "User"
+msgstr "বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:260
+#: ../src/gldit/cairo-dock-gui-factory.c:1643
+msgid "Net"
+msgstr "নà§à¦"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:261
+#: ../src/gldit/cairo-dock-gui-factory.c:1646
+msgid "New"
+msgstr "নতà§à¦¨"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:262
+#: ../src/gldit/cairo-dock-gui-factory.c:1650
+msgid "Updated"
+msgstr "à¦à¦ªà¦¡à§à¦à¦à§à¦¤"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:970
+msgid "_Custom Icons_"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1426
+msgid "Rate me"
+msgstr "à¦à¦®à¦¾à¦à§ রà§à¦ à¦à¦°à§à¦¨"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1561
+#: ../src/gldit/cairo-dock-gui-factory.c:1563
+msgid "You must try the theme before you can rate it."
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1586
+#, c-format
+msgid ""
+"The '%s' module was not found.\n"
+"Be sure to install it with the same version as the dock to enjoy these "
+"features."
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1595
+#, c-format
+msgid ""
+"The '%s' plug-in is not active.\n"
+"Activate it now?"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:2445
+#, c-format
+msgid "Listing themes in '%s' ..."
+msgstr "'%s' থà§à¦®à§à¦° à¦à§à¦¤à¦° লিসà§à¦à¦¿à¦ à¦à¦°à¦¾ হà¦à§à¦à§ ..."
+
+#: ../src/gldit/cairo-dock-gui-factory.c:3018
+msgid "Theme"
+msgstr "থà§à¦®"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:3031
+msgid "Rating"
+msgstr "রà§à¦à¦¿à¦"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:3037
+msgid "Sobriety"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:3096
+msgid "link"
+msgstr "লিà¦à¦"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:3149
+msgid "Grab"
+msgstr "à¦à§à¦°à§à¦¯à¦¾à¦¬"
+
+#: ../src/gldit/cairo-dock-struct.h:416
+msgid "Default"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-themes-manager.c:112
+#, c-format
+msgid "Are you sure you want to overwrite theme %s?"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-themes-manager.c:174
+msgid "Last modification on:"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-themes-manager.c:241
+#, c-format
+msgid ""
+"Could not access remote file %s/%s. Maybe the server is down.\n"
+"Please retry later or contact us at glx-dock.org."
+msgstr ""
+
+#: ../src/gldit/cairo-dock-themes-manager.c:256
+#, c-format
+msgid "Are you sure you want to delete theme %s?"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-themes-manager.c:258
+msgid "Are you sure you want to delete these themes?"
+msgstr ""
+
+#: ../src/implementations/cairo-dock-hiding-effect.c:601 ../data/messages:37
+#: ../data/messages:203
+msgid "Move down"
+msgstr ""
+
+#: ../src/implementations/cairo-dock-hiding-effect.c:609 ../data/messages:39
+#: ../data/messages:205
+msgid "Fade out"
+msgstr ""
+
+#: ../src/implementations/cairo-dock-hiding-effect.c:617 ../data/messages:41
+#: ../data/messages:207
+msgid "Semi transparent"
+msgstr ""
+
+#: ../src/implementations/cairo-dock-hiding-effect.c:626 ../data/messages:43
+#: ../data/messages:209
+msgid "Zoom out"
+msgstr ""
+
+#: ../src/implementations/cairo-dock-hiding-effect.c:634 ../data/messages:45
+#: ../data/messages:211
+msgid "Folding"
+msgstr ""
+
+#: ../src/internal-old/cairo-dock-internal-dialogs.c:117
+msgid ""
+"This provides different window decorators. Enable this first if you want to "
+"select a different decorator for your dialog boxes."
+msgstr ""
+
+#: ../src/internal-old/cairo-dock-internal-icons.c:455
+msgid "Provides various animations for your icons."
+msgstr ""
+
+#: ../src/internal-old/cairo-dock-internal-views.c:83
+msgid ""
+"Provides different views for Cairo-Dock. Enable this first if you want to "
+"select a different view for your docks."
+msgstr ""
+
+#: ../data/messages:1 ../data/messages:1331
+msgid "Behavior"
+msgstr ""
+
+#: ../data/messages:3 ../data/messages:139 ../data/messages:1333
+msgid "Position on the screen"
+msgstr ""
+
+#: ../data/messages:5 ../data/messages:141 ../data/messages:1335
+msgid "Choose which border of the screen the dock will be placed on:"
+msgstr ""
+
+#: ../data/messages:7 ../data/messages:143 ../data/messages:1337
+msgid "bottom"
+msgstr ""
+
+#: ../data/messages:9 ../data/messages:145 ../data/messages:1339
+msgid "top"
+msgstr ""
+
+#: ../data/messages:11 ../data/messages:147 ../data/messages:157
+#: ../data/messages:1341
+msgid "right"
+msgstr ""
+
+#: ../data/messages:13 ../data/messages:149 ../data/messages:155
+#: ../data/messages:1343
+msgid "left"
+msgstr ""
+
+#: ../data/messages:15 ../data/messages:181
+msgid "Visibility of the main dock"
+msgstr ""
+
+#: ../data/messages:17 ../data/messages:183 ../data/messages:1365
+msgid ""
+"Modes are sorted from the most intrusive to the less intrusive.\n"
+"When the dock is hidden or below a window, place the mouse on the screen's "
+"border to call it back.\n"
+"When the dock pops up on shortcut, it will appear at the position of your "
+"mouse. The rest of the time, it stays invisible, thus acting like a menu."
+msgstr ""
+
+#: ../data/messages:19 ../data/messages:55 ../data/messages:185
+#: ../data/messages:247 ../data/messages:1367
+msgid "Visibility:"
+msgstr ""
+
+#: ../data/messages:23 ../data/messages:189 ../data/messages:1371
+msgid "Reserve space for the dock"
+msgstr ""
+
+#: ../data/messages:25 ../data/messages:191 ../data/messages:1373
+msgid "Keep the dock below"
+msgstr ""
+
+#: ../data/messages:27 ../data/messages:193 ../data/messages:1375
+msgid "Hide the dock when it overlaps the current window"
+msgstr ""
+
+#: ../data/messages:29 ../data/messages:195 ../data/messages:1377
+msgid "Hide the dock whenever it overlaps any window"
+msgstr ""
+
+#: ../data/messages:31 ../data/messages:197 ../data/messages:1379
+msgid "Keep the dock hidden"
+msgstr ""
+
+#: ../data/messages:33 ../data/messages:199 ../data/messages:1381
+msgid "Pop-up on shortcut"
+msgstr ""
+
+#: ../data/messages:35 ../data/messages:201
+msgid "Effect used to hide the dock:"
+msgstr ""
+
+#: ../data/messages:47 ../data/messages:231
+msgid ""
+"When you press the shortcut, the dock will show itself at the potition of "
+"your mouse. The rest of the time, it stays invisible, thus acting like a "
+"menu."
+msgstr ""
+
+#: ../data/messages:49 ../data/messages:233
+msgid "Keyboard shortcut to pop-up the dock:"
+msgstr ""
+
+#: ../data/messages:51
+msgid "Visibility of sub-docks"
+msgstr ""
+
+#: ../data/messages:53 ../data/messages:245
+msgid ""
+"they will appear either when you click or when you linger over the icon "
+"pointing on it."
+msgstr ""
+
+#: ../data/messages:57 ../data/messages:249
+msgid "Appear on mouse over"
+msgstr ""
+
+#: ../data/messages:59 ../data/messages:251
+msgid "Appear on click"
+msgstr ""
+
+#: ../data/messages:63
+msgid ""
+"None : Don't show opened windows in the dock.\n"
+"MacOSX : Mix applications with its launcher, show other windows only if "
+"they are minimized.\n"
+"KDE : Mix applications with its launcher, show all others windows and group "
+"windows togather in sub-dock.\n"
+"Gnome : Separate the taskbar from the launchers and only show windows "
+"that are on the current desktop."
+msgstr ""
+
+#: ../data/messages:65
+msgid "Behaviour of the Taskbar:"
+msgstr ""
+
+#: ../data/messages:67 ../data/messages:1509
+msgid "None"
+msgstr ""
+
+#: ../data/messages:69
+msgid "MacOSX"
+msgstr ""
+
+#: ../data/messages:71
+msgid "KDE"
+msgstr ""
+
+#: ../data/messages:73
+msgid "Gnome"
+msgstr ""
+
+#: ../data/messages:75
+msgid "Icons' animations and effects"
+msgstr ""
+
+#: ../data/messages:81
+msgid "On appearance/disappearance:"
+msgstr ""
+
+#: ../data/messages:87 ../data/messages:619
+msgid ""
+"Leave empty to use the current icon theme of your system. You can enter the "
+"name of a theme that is installed on your system (like 'Gartoon' or "
+"'Human'), or even a path to a folder containing icons."
+msgstr ""
+
+#: ../data/messages:89
+msgid "Choose a theme of icons :"
+msgstr ""
+
+#: ../data/messages:91
+msgid "Icons size:"
+msgstr ""
+
+#: ../data/messages:93
+msgid "Very small"
+msgstr ""
+
+#: ../data/messages:95
+msgid "Small"
+msgstr ""
+
+#: ../data/messages:97
+msgid "Medium"
+msgstr ""
+
+#: ../data/messages:99
+msgid "Big"
+msgstr ""
+
+#: ../data/messages:101
+msgid "Very Big"
+msgstr ""
+
+#: ../data/messages:103
+msgid ""
+"This will separate launchers, application, and applets from each others. "
+"Separators will be automatically inserted then."
+msgstr ""
+
+#: ../data/messages:105 ../data/messages:709
+msgid "Separate the different types of icons?"
+msgstr ""
+
+#: ../data/messages:107 ../data/messages:719
+msgid "Order of the different types of icons :"
+msgstr ""
+
+#: ../data/messages:109 ../data/messages:721
+msgid "launchers"
+msgstr ""
+
+#: ../data/messages:111 ../data/messages:723
+msgid "applications"
+msgstr ""
+
+#: ../data/messages:113 ../data/messages:725
+msgid "applets"
+msgstr ""
+
+#: ../data/messages:117 ../data/messages:499
+msgid "Choose the default view for main docks :"
+msgstr ""
+
+#: ../data/messages:119 ../data/messages:503
+msgid "You can overwrite this parameter for each sub-dock."
+msgstr ""
+
+#: ../data/messages:121 ../data/messages:505
+msgid "Choose the default view for sub-docks :"
+msgstr ""
+
+#: ../data/messages:123
+msgid "Add-ons"
+msgstr ""
+
+#: ../data/messages:125
+msgid "Add or remove any applet"
+msgstr ""
+
+#: ../data/messages:127
+msgid ""
+"Select a line to get a preview and a description of the applet.\n"
+"Click on the left check-box to (de)activate an applet.\n"
+"Once an applet is active, you can configure it by right clicking on its icon."
+msgstr ""
+
+#: ../data/messages:129
+msgid ""
+"You can install them by simply drag-and-dropping the link onto your dock."
+msgstr ""
+
+#: ../data/messages:135 ../data/messages:1411
+msgid "Themes"
+msgstr ""
+
+#: ../data/messages:151 ../data/messages:1345
+msgid ""
+"When set to 0 the dock will position itself relative to the left corner if "
+"horizontal and the top corner if vertical. When set to 1 it will position "
+"itself relative to the right corner if horizontal and the bottom corner if "
+"vertical. When set to 0.5, it will position itself relative to the middle of "
+"the screen's edge."
+msgstr ""
+
+#: ../data/messages:153 ../data/messages:1347
+msgid "Relative alignment:"
+msgstr ""
+
+#: ../data/messages:159 ../data/messages:1349
+msgid "Offset from the screen's edge"
+msgstr ""
+
+#: ../data/messages:161 ../data/messages:1351
+msgid ""
+"Gap from the absolute position on the screen's edge, in pixels. You can also "
+"move the dock by holding the ALT or CTRL key and the left mouse button."
+msgstr ""
+
+#: ../data/messages:163 ../data/messages:1353
+msgid "Lateral offset:"
+msgstr ""
+
+#: ../data/messages:165 ../data/messages:1355
+msgid ""
+"in pixels. You can also move the dock by holding the ALT or CTRL key and the "
+"left mouse button."
+msgstr ""
+
+#: ../data/messages:167 ../data/messages:1357
+msgid "Distance to the screen edge:"
+msgstr ""
+
+#: ../data/messages:169
+msgid "Multiple screens"
+msgstr ""
+
+#: ../data/messages:171
+msgid ""
+"This option is to use if you have a dual-screen and use Xinerama to manage "
+"them."
+msgstr ""
+
+#: ../data/messages:173
+msgid "Use Xinerama?"
+msgstr ""
+
+#: ../data/messages:175
+msgid "0 is the first screen."
+msgstr ""
+
+#: ../data/messages:177 ../data/messages:1361
+msgid "Number of the screen where the dock should be located:"
+msgstr ""
+
+#: ../data/messages:179
+msgid "Accessibility"
+msgstr ""
+
+#: ../data/messages:213
+msgid "in ms. 0 means no delay."
+msgstr ""
+
+#: ../data/messages:215
+msgid "Delay before the dock unhides itself:"
+msgstr ""
+
+#: ../data/messages:217
+msgid "How to call the dock back:"
+msgstr ""
+
+#: ../data/messages:219
+msgid "Hit the screen's border"
+msgstr ""
+
+#: ../data/messages:221
+msgid "Hit where the dock is"
+msgstr ""
+
+#: ../data/messages:223
+msgid "Hit the screen's corner"
+msgstr ""
+
+#: ../data/messages:225
+msgid "Hit a zone"
+msgstr ""
+
+#: ../data/messages:227
+msgid "Size of the zone :"
+msgstr ""
+
+#: ../data/messages:229
+msgid "Image to display on the zone :"
+msgstr ""
+
+#: ../data/messages:235
+msgid "Additional parameters"
+msgstr ""
+
+#: ../data/messages:237
+msgid "Stretch the dock to always fill the screen"
+msgstr ""
+
+#: ../data/messages:239
+msgid ""
+"This is only usefull if you do not already use auto-hide and if your Window "
+"Manager allows the dock in front of fullscreen windows (which is rare)."
+msgstr ""
+
+#: ../data/messages:241
+msgid "Automatically hide the dock when a window becomes full screen?"
+msgstr ""
+
+#: ../data/messages:243
+msgid "Sub-docks' visibility"
+msgstr ""
+
+#: ../data/messages:253 ../data/messages:257
+msgid "in ms."
+msgstr ""
+
+#: ../data/messages:255
+msgid "Delay before displaying a sub-dock:"
+msgstr ""
+
+#: ../data/messages:259
+msgid "Delay before leaving a sub-dock takes effect:"
+msgstr ""
+
+#: ../data/messages:261
+msgid "TaskBar"
+msgstr ""
+
+#: ../data/messages:265
+msgid ""
+"Cairo-Dock will then act as your taskbar. It is recommended to remove any "
+"other taskbars."
+msgstr ""
+
+#: ../data/messages:267
+msgid "Show currently opened applications in the dock?"
+msgstr ""
+
+#: ../data/messages:269
+msgid "Only show icons whose windows are minimised"
+msgstr ""
+
+#: ../data/messages:271
+msgid "Only show applications on current desktop"
+msgstr ""
+
+#: ../data/messages:273
+msgid ""
+"Allows launchers to act as applications when their programs are running and "
+"displays a marker on icons to indicate this. You can launch other occurences "
+"of the program with SHIFT+click."
+msgstr ""
+
+#: ../data/messages:275
+msgid "Mix launchers and applications"
+msgstr ""
+
+#: ../data/messages:277
+msgid ""
+"This allows you to group all the windows of a given application into a "
+"unique sub-dock, and to act on all of the windows at the same time."
+msgstr ""
+
+#: ../data/messages:279
+msgid "Group windows from the same application in a sub-dock ?"
+msgstr ""
+
+#: ../data/messages:281 ../data/messages:291
+msgid "Enter the class of the applications, separated by a semi-colon ';'"
+msgstr ""
+
+#: ../data/messages:283 ../data/messages:293
+msgid "\t\tExcept the following classes:"
+msgstr ""
+
+#: ../data/messages:285
+msgid "Representation"
+msgstr ""
+
+#: ../data/messages:287
+msgid ""
+"If not set, the icon provided by X for each application will be used. If "
+"set, the same icon as the corresponding launcher will be used for each "
+"application."
+msgstr ""
+
+#: ../data/messages:289
+msgid "Overwrite the X icon with the launchers' icon?"
+msgstr ""
+
+#: ../data/messages:295
+msgid ""
+"A composite manager is required to display the thumbnail.\n"
+"OpenGL is required to draw the icon bent backwards."
+msgstr ""
+
+#: ../data/messages:297
+msgid "How to draw minimised windows ?"
+msgstr ""
+
+#: ../data/messages:299
+msgid "Make the icon transparent"
+msgstr ""
+
+#: ../data/messages:301
+msgid "Show a window's thumbnail"
+msgstr ""
+
+#: ../data/messages:303
+msgid "Draw it bent backwards"
+msgstr ""
+
+#: ../data/messages:305
+msgid "Transparency of icons whose window is minimised:"
+msgstr ""
+
+#: ../data/messages:307 ../data/messages:455 ../data/messages:567
+#: ../data/messages:593 ../data/messages:665
+msgid "Opaque"
+msgstr ""
+
+#: ../data/messages:309 ../data/messages:453 ../data/messages:565
+#: ../data/messages:591 ../data/messages:663
+msgid "Transparent"
+msgstr ""
+
+#: ../data/messages:311
+msgid "Play a short animation of the icon when its window becomes active"
+msgstr ""
+
+#: ../data/messages:313
+msgid "\"...\" will be added at the end if the name is too long."
+msgstr ""
+
+#: ../data/messages:315
+msgid "Maximum number of caracters in application name:"
+msgstr ""
+
+#: ../data/messages:317
+msgid "Interaction"
+msgstr ""
+
+#: ../data/messages:319
+msgid "This is the default behaviour of most taskbars."
+msgstr ""
+
+#: ../data/messages:321
+msgid ""
+"Minimise the window when its icon is clicked, if it was already the active "
+"window ?"
+msgstr ""
+
+#: ../data/messages:323
+msgid "In the style of Firefox tabs"
+msgstr ""
+
+#: ../data/messages:325
+msgid "Middle-clicking on an icon closes the related application"
+msgstr ""
+
+#: ../data/messages:327
+msgid "Highlight applications requiring your attention with a dialog bubble"
+msgstr ""
+
+#: ../data/messages:329
+msgid "in seconds"
+msgstr ""
+
+#: ../data/messages:331
+msgid "Duration of the dialog:"
+msgstr ""
+
+#: ../data/messages:333
+msgid ""
+"It will notify you even if, for instance, you are watching a movie in full "
+"screen or you are on another desktop.\n"
+msgstr ""
+
+#: ../data/messages:335
+msgid "Force the following applications to demand your attention"
+msgstr ""
+
+#: ../data/messages:337
+msgid "Highlight applications demanding your attention with an animation"
+msgstr ""
+
+#: ../data/messages:341
+msgid "Animations speed"
+msgstr ""
+
+#: ../data/messages:343
+msgid "Animate sub-docks when they appear"
+msgstr ""
+
+#: ../data/messages:345
+msgid ""
+"Icons will appear folded on themselves and will then unfold until they fill "
+"the whole dock. The smaller this value, the faster this will be."
+msgstr ""
+
+#: ../data/messages:347
+msgid "Animation unfolding duration:"
+msgstr ""
+
+#: ../data/messages:349 ../data/messages:357 ../data/messages:361
+#: ../data/messages:369 ../data/messages:373
+msgid "fast"
+msgstr ""
+
+#: ../data/messages:351 ../data/messages:359 ../data/messages:363
+#: ../data/messages:371 ../data/messages:375
+msgid "slow"
+msgstr ""
+
+#: ../data/messages:353 ../data/messages:365
+msgid "The more there are, the slower it will be"
+msgstr ""
+
+#: ../data/messages:355
+msgid "Number of steps in the zoom animation (grow/shrink):"
+msgstr ""
+
+#: ../data/messages:367
+msgid "Number of steps in the auto-hide animation (move up/move down):"
+msgstr ""
+
+#: ../data/messages:377
+msgid "Refresh rate"
+msgstr ""
+
+#: ../data/messages:379 ../data/messages:383 ../data/messages:387
+msgid "in Hz. This is to adjust behaviour relative to your CPU power."
+msgstr ""
+
+#: ../data/messages:381
+msgid "Refresh rate when mouving cursor into the dock :"
+msgstr ""
+
+#: ../data/messages:385
+msgid "Animation frequency for the OpenGL backend :"
+msgstr ""
+
+#: ../data/messages:389
+msgid "Animation frequency for the Cairo backend :"
+msgstr ""
+
+#: ../data/messages:391
+msgid ""
+"The transparency gradation pattern will then be re-calculated in real time. "
+"May need more CPU power."
+msgstr ""
+
+#: ../data/messages:393
+msgid "Reflections should be calculated in real-time?"
+msgstr ""
+
+#: ../data/messages:395
+msgid "Composition"
+msgstr ""
+
+#: ../data/messages:397
+msgid ""
+"Only use this if you don't run a composite manager like Compiz, xcompmgr, "
+"etc and have a black background around your dock. For aesthetic reasons, the "
+"dock will be kept under other windows."
+msgstr ""
+
+#: ../data/messages:399
+msgid "Emulate composition with fake transparency?"
+msgstr ""
+
+#: ../data/messages:401
+msgid "You need to re-open the panel. It is deactivated by default on KDE."
+msgstr ""
+
+#: ../data/messages:403
+msgid "Make the config panel transparent?"
+msgstr ""
+
+#: ../data/messages:405
+msgid "Connection to the Internet"
+msgstr ""
+
+#: ../data/messages:407
+msgid ""
+"Maximum time in seconds that you allow the connection to the server to take. "
+"This only limits the connection phase, once the dock has connected this "
+"option is of no more use."
+msgstr ""
+
+#: ../data/messages:409
+msgid "Connection timeout :"
+msgstr ""
+
+#: ../data/messages:411
+msgid ""
+"Maximum time in seconds that you allow the whole operation to last. Some "
+"themes can be up to a few MB."
+msgstr ""
+
+#: ../data/messages:413
+msgid "Maximum time to download a file:"
+msgstr ""
+
+#: ../data/messages:415
+msgid "Use this option if you experience problems to connect."
+msgstr ""
+
+#: ../data/messages:417
+msgid "Force IPv4 ?"
+msgstr ""
+
+#: ../data/messages:419
+msgid "Use this option if you connect to the Internet through a proxy."
+msgstr ""
+
+#: ../data/messages:421
+msgid "Are you behind a proxy ?"
+msgstr ""
+
+#: ../data/messages:423
+msgid "Proxy name :"
+msgstr ""
+
+#: ../data/messages:425
+msgid "Port :"
+msgstr ""
+
+#: ../data/messages:427 ../data/messages:431
+msgid ""
+"Let empty if you don't need to log-in to the proxy with a user/password."
+msgstr ""
+
+#: ../data/messages:429
+msgid "User :"
+msgstr ""
+
+#: ../data/messages:433
+msgid "Password :"
+msgstr ""
+
+#: ../data/messages:437 ../data/messages:1393
+msgid "Fill the background with:"
+msgstr ""
+
+#: ../data/messages:439 ../data/messages:445 ../data/messages:739
+#: ../data/messages:1397
+msgid "Image"
+msgstr ""
+
+#: ../data/messages:441 ../data/messages:461 ../data/messages:1399
+msgid "Colour gradation"
+msgstr ""
+
+#: ../data/messages:443
+msgid "Use a background image."
+msgstr ""
+
+#: ../data/messages:447 ../data/messages:1401
+msgid ""
+"Any format allowed; if empty, the colour gradation will be used as a fall "
+"back."
+msgstr ""
+
+#: ../data/messages:449 ../data/messages:1403
+msgid "Image filename to use as a background :"
+msgstr ""
+
+#: ../data/messages:451
+msgid "Image's transparency :"
+msgstr ""
+
+#: ../data/messages:457 ../data/messages:1405
+msgid "Repeat image as a pattern to fill background?"
+msgstr ""
+
+#: ../data/messages:459
+msgid "Use a colour gradation."
+msgstr ""
+
+#: ../data/messages:463 ../data/messages:1407
+msgid "Bright colour:"
+msgstr ""
+
+#: ../data/messages:465 ../data/messages:1409
+msgid "Dark colour:"
+msgstr ""
+
+#: ../data/messages:467
+msgid "In degrees, in relation to the vertical"
+msgstr ""
+
+#: ../data/messages:469
+msgid "Angle of the gradation :"
+msgstr ""
+
+#: ../data/messages:471
+msgid "If not nul, it will form stripes."
+msgstr ""
+
+#: ../data/messages:473
+msgid "Repeat the gradation this number of times:"
+msgstr ""
+
+#: ../data/messages:475
+msgid "Percentage of the bright colour:"
+msgstr ""
+
+#: ../data/messages:477
+msgid "External Frame"
+msgstr ""
+
+#: ../data/messages:479 ../data/messages:483 ../data/messages:489
+#: ../data/messages:537 ../data/messages:637
+msgid "in pixels."
+msgstr ""
+
+#: ../data/messages:481
+msgid "Corner radius :"
+msgstr ""
+
+#: ../data/messages:485
+msgid "Linewidth of the external line :"
+msgstr ""
+
+#: ../data/messages:487
+msgid "Colour of the external line:"
+msgstr ""
+
+#: ../data/messages:491
+msgid "Margin between the frame and the icons or their reflects :"
+msgstr ""
+
+#: ../data/messages:493
+msgid "Are the bottom left and right corners rounded?"
+msgstr ""
+
+#: ../data/messages:497
+msgid "Main Dock"
+msgstr ""
+
+#: ../data/messages:501
+msgid "Sub-Docks"
+msgstr ""
+
+#: ../data/messages:507
+msgid ""
+"You can specify a ratio for the size of the sub-docks' icons, in relation to "
+"the main docks' icons size"
+msgstr ""
+
+#: ../data/messages:509
+msgid "Ratio for the size of the sub-docks' icons :"
+msgstr ""
+
+#: ../data/messages:511 ../data/messages:779
+msgid "smaller"
+msgstr ""
+
+#: ../data/messages:513
+msgid "same size"
+msgstr ""
+
+#: ../data/messages:515
+msgid "Dialogs"
+msgstr ""
+
+#: ../data/messages:517
+msgid "Bubble"
+msgstr ""
+
+#: ../data/messages:519
+msgid "Background colour of the bubble:"
+msgstr ""
+
+#: ../data/messages:521
+msgid "Shape of the bubble:"
+msgstr ""
+
+#: ../data/messages:523
+msgid "Text"
+msgstr ""
+
+#: ../data/messages:525 ../data/messages:823
+msgid "Otherwise the default's system one will be used."
+msgstr ""
+
+#: ../data/messages:527
+msgid "Use a custom font for the text?"
+msgstr ""
+
+#: ../data/messages:529
+msgid "Text font:"
+msgstr ""
+
+#: ../data/messages:531 ../data/messages:829
+msgid "Draw the outline of the text?"
+msgstr ""
+
+#: ../data/messages:533
+msgid "Text color:"
+msgstr ""
+
+#: ../data/messages:535 ../data/messages:595
+msgid "Buttons"
+msgstr ""
+
+#: ../data/messages:539
+msgid "Size of buttons in the info-bubbles (width x height) :"
+msgstr ""
+
+#: ../data/messages:541 ../data/messages:545 ../data/messages:599
+#: ../data/messages:603 ../data/messages:607 ../data/messages:611
+msgid "If you don't provide any, a default image will be used."
+msgstr ""
+
+#: ../data/messages:543
+msgid "Name of an image to use for the yes/ok button :"
+msgstr ""
+
+#: ../data/messages:547
+msgid "Name of an image to use for the no/cancel button :"
+msgstr ""
+
+#: ../data/messages:549
+msgid "Size of the icon displayed next to the text :"
+msgstr ""
+
+#: ../data/messages:553
+msgid "Decorations"
+msgstr ""
+
+#: ../data/messages:555
+msgid ""
+"This can be customized for each desklet separately.\n"
+"Choose 'Custom decoration' to define your own decorations below"
+msgstr ""
+
+#: ../data/messages:557
+msgid "Choose a default decoration for all desklets :"
+msgstr ""
+
+#: ../data/messages:559
+msgid ""
+"It's an image that will be displayed below the drawings, like a frame for "
+"example. Leave empty to not use any."
+msgstr ""
+
+#: ../data/messages:561
+msgid "Background image :"
+msgstr ""
+
+#: ../data/messages:563
+msgid "Background transparency :"
+msgstr ""
+
+#: ../data/messages:569
+msgid "in pixels. Use this to adjust the left position of the drawings."
+msgstr ""
+
+#: ../data/messages:571
+msgid "Left offset :"
+msgstr ""
+
+#: ../data/messages:573
+msgid "in pixels. Use this to adjust the top position of the drawings."
+msgstr ""
+
+#: ../data/messages:575
+msgid "Top offset :"
+msgstr ""
+
+#: ../data/messages:577
+msgid "in pixels. Use this to adjust the right position of the drawings."
+msgstr ""
+
+#: ../data/messages:579
+msgid "Right offset :"
+msgstr ""
+
+#: ../data/messages:581
+msgid "in pixels. Use this to adjust the bottom position of the drawings."
+msgstr ""
+
+#: ../data/messages:583
+msgid "Bottom offset :"
+msgstr ""
+
+#: ../data/messages:585
+msgid ""
+"It's an image that will be displayed above the drawings, like a reflection "
+"for example. Leave empty to not use any."
+msgstr ""
+
+#: ../data/messages:587
+msgid "Foreground image :"
+msgstr ""
+
+#: ../data/messages:589
+msgid "Foreground tansparency :"
+msgstr ""
+
+#: ../data/messages:597
+msgid "Buttons size :"
+msgstr ""
+
+#: ../data/messages:601 ../data/messages:613
+msgid "Name of an image to use for the 'rotate' button :"
+msgstr ""
+
+#: ../data/messages:605
+msgid "Name of an image to use for the 'reattach' button :"
+msgstr ""
+
+#: ../data/messages:609
+msgid "Name of an image to use for the 'depth rotate' button :"
+msgstr ""
+
+#: ../data/messages:617
+msgid "Icons' themes"
+msgstr ""
+
+#: ../data/messages:621
+msgid "Choose an icon theme :"
+msgstr ""
+
+#: ../data/messages:623
+msgid ""
+"Any format allowed; leave this field empty if you don't want to use an image "
+"as background."
+msgstr ""
+
+#: ../data/messages:625
+msgid "Image filename to use as a background for icons :"
+msgstr ""
+
+#: ../data/messages:627
+msgid "Zoom effect"
+msgstr ""
+
+#: ../data/messages:629
+msgid ""
+"set to 1 if you don't want the icons to zoom when you hover over them."
+msgstr ""
+
+#: ../data/messages:631
+msgid "Maximum zoom of the icons :"
+msgstr ""
+
+#: ../data/messages:633
+msgid ""
+"in pixels. Outside of this space (centered on the mouse), there is no zoom."
+msgstr ""
+
+#: ../data/messages:635
+msgid "Width of the space in which the zoom will be effective :"
+msgstr ""
+
+#: ../data/messages:639
+msgid "Space between icons :"
+msgstr ""
+
+#: ../data/messages:641
+msgid "Reflections"
+msgstr ""
+
+#: ../data/messages:643
+msgid ""
+"It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
+"reflections are not used."
+msgstr ""
+
+#: ../data/messages:645
+msgid "Reflective power of the plane :"
+msgstr ""
+
+#: ../data/messages:647
+msgid "light"
+msgstr ""
+
+#: ../data/messages:649
+msgid "strong"
+msgstr ""
+
+#: ../data/messages:651
+msgid ""
+"In percent of the icon's size. This parameter influence the total height of "
+"the dock."
+msgstr ""
+
+#: ../data/messages:653
+msgid "Height of the reflection:"
+msgstr ""
+
+#: ../data/messages:655
+msgid "small"
+msgstr ""
+
+#: ../data/messages:657
+msgid "tall"
+msgstr ""
+
+#: ../data/messages:659
+msgid ""
+"It is their transparency when the dock is at rest; they will \"materialize\" "
+"progressively as the dock grows up. The closer to 0, the more transparent "
+"they will be."
+msgstr ""
+
+#: ../data/messages:661
+msgid "Icons' transparency at rest :"
+msgstr ""
+
+#: ../data/messages:667
+msgid "Icons size"
+msgstr ""
+
+#: ../data/messages:669
+msgid "Launcher's size at rest (width x height) :"
+msgstr ""
+
+#: ../data/messages:671
+msgid "Application's size at rest (width x height) :"
+msgstr ""
+
+#: ../data/messages:673
+msgid "Applet's size at rest (width x height) :"
+msgstr ""
+
+#: ../data/messages:675
+msgid "Configure icons' animations."
+msgstr ""
+
+#: ../data/messages:677
+msgid "Configure icons' special effects (requires OpenGL)."
+msgstr ""
+
+#: ../data/messages:679
+msgid ""
+"Configure icons' animations on appearing/disappearing (require OpenGL "
+"capacity)."
+msgstr ""
+
+#: ../data/messages:681
+msgid "Separators"
+msgstr ""
+
+#: ../data/messages:683
+msgid "Icon size at rest (width x height) :"
+msgstr ""
+
+#: ../data/messages:685
+msgid "Force separator's image size to stay constant?"
+msgstr ""
+
+#: ../data/messages:687
+msgid ""
+"Only the default, 3D-plane and curve views support flat and physical "
+"separators. Flat separators are rendered differently according to the view."
+msgstr ""
+
+#: ../data/messages:689
+msgid "How to draw the separators?"
+msgstr ""
+
+#: ../data/messages:691
+msgid "Use an image."
+msgstr ""
+
+#: ../data/messages:693
+msgid "Flat separator"
+msgstr ""
+
+#: ../data/messages:695
+msgid "Physical separator"
+msgstr ""
+
+#: ../data/messages:697
+msgid "If you don't provide one, blanks will be used."
+msgstr ""
+
+#: ../data/messages:699
+msgid "Filename of an image to use for separators :"
+msgstr ""
+
+#: ../data/messages:701
+msgid ""
+"Make the separator's image revolve when dock is on top/on the left/on the "
+"right?"
+msgstr ""
+
+#: ../data/messages:703
+msgid "Colour of flat separators :"
+msgstr ""
+
+#: ../data/messages:705
+msgid "Icons order"
+msgstr ""
+
+#: ../data/messages:707
+msgid ""
+"If you separate a type of icons, the icons of this type will be placed "
+"together, separated from the others by a separator.\n"
+"If you don't separate the icons, you can place them wherever you want, and "
+"insert separators manually. Applications will then be placed next to their "
+"launcher if they have one, or after the last launcher."
+msgstr ""
+
+#: ../data/messages:711 ../data/messages:809
+msgid "No"
+msgstr ""
+
+#: ../data/messages:713
+msgid "Separate applications from others"
+msgstr ""
+
+#: ../data/messages:715
+msgid "Separate applets from others"
+msgstr ""
+
+#: ../data/messages:717
+msgid "Separate all"
+msgstr ""
+
+#: ../data/messages:727
+msgid "Link the icons with a string"
+msgstr ""
+
+#: ../data/messages:729
+msgid "Linewidth of the string, in pixels (0 to not use string) :"
+msgstr ""
+
+#: ../data/messages:731
+msgid "Colour of the string (red, blue, green, alpha) :"
+msgstr ""
+
+#: ../data/messages:735
+msgid "Indicator of the active window"
+msgstr ""
+
+#: ../data/messages:737
+msgid "Type of indicator:"
+msgstr ""
+
+#: ../data/messages:741
+msgid "Frame"
+msgstr ""
+
+#: ../data/messages:743 ../data/messages:761 ../data/messages:799
+msgid "Image file:"
+msgstr ""
+
+#: ../data/messages:745
+msgid "Set transparency to 0 if you don't want to use an indicator."
+msgstr ""
+
+#: ../data/messages:747
+msgid "Colour of the frame :"
+msgstr ""
+
+#: ../data/messages:749
+msgid "Set 0 to fill the frame."
+msgstr ""
+
+#: ../data/messages:751
+msgid "Linewidth of the frame around the active window :"
+msgstr ""
+
+#: ../data/messages:753
+msgid "Corner radius of the frame around the active window :"
+msgstr ""
+
+#: ../data/messages:755 ../data/messages:787
+msgid "Draw indicator above the icon?"
+msgstr ""
+
+#: ../data/messages:757
+msgid "Indicator of active launcher"
+msgstr ""
+
+#: ../data/messages:759
+msgid ""
+"Indicators are drawn on launchers icons to show that they have already been "
+"launched. Leave blank to use the default one."
+msgstr ""
+
+#: ../data/messages:763
+msgid ""
+"The indicator is drawn on active launchers, but you may want to display it "
+"on applications too."
+msgstr ""
+
+#: ../data/messages:765
+msgid "Display an indicator on application icons too ?"
+msgstr ""
+
+#: ../data/messages:767
+msgid ""
+"Relatively to the icons' size. You can use this parameter to adjust the "
+"indicator's vertical position.\n"
+"If the indicator is linked to the icon, the offset will be upwards, "
+"otherwise downwards."
+msgstr ""
+
+#: ../data/messages:769
+msgid "Vertical offset :"
+msgstr ""
+
+#: ../data/messages:771
+msgid ""
+"If the indicator is linked to the icon, it will then be zoomed like the icon "
+"and the offset will be upwards.\n"
+"Otherwise it will be drawn directly on the dock and the offset will be "
+"downwards."
+msgstr ""
+
+#: ../data/messages:773
+msgid "Link the indicator with its icon?"
+msgstr ""
+
+#: ../data/messages:775
+msgid ""
+"You can choose to make the indicator smaller or bigger than the icons. The "
+"bigger the value is, the bigger the indicator is. 1 means the indicator will "
+"have the same size as the icons."
+msgstr ""
+
+#: ../data/messages:777
+msgid "Indicator size ratio :"
+msgstr ""
+
+#: ../data/messages:781
+msgid "bigger"
+msgstr ""
+
+#: ../data/messages:783
+msgid ""
+"Use it to make the indicator follow the orientation of the dock "
+"(top/bottom/right/left)."
+msgstr ""
+
+#: ../data/messages:785
+msgid "Rotate the indicator with dock?"
+msgstr ""
+
+#: ../data/messages:789
+msgid "Indicator of grouped windows"
+msgstr ""
+
+#: ../data/messages:791
+msgid "How to show that several icons are grouped :"
+msgstr ""
+
+#: ../data/messages:793
+msgid "Draw an image"
+msgstr ""
+
+#: ../data/messages:795
+msgid "Draw the sub-dock's icons as a stack"
+msgstr ""
+
+#: ../data/messages:797
+msgid ""
+"It only makes sense if you chose to group the applis of the same class "
+"together. Leave blank to use the default one."
+msgstr ""
+
+#: ../data/messages:801
+msgid "Zoom the indicator with its icon?"
+msgstr ""
+
+#: ../data/messages:803
+msgid "Labels"
+msgstr ""
+
+#: ../data/messages:805
+msgid "Label visibility"
+msgstr ""
+
+#: ../data/messages:807
+msgid "Show labels:"
+msgstr ""
+
+#: ../data/messages:811
+msgid "On pointed icon"
+msgstr ""
+
+#: ../data/messages:813
+msgid "On all icons"
+msgstr ""
+
+#: ../data/messages:815
+msgid ""
+"the bigger, the more the labels next to the selected icon will be "
+"transparent."
+msgstr ""
+
+#: ../data/messages:817
+msgid "label's visibility threshold :"
+msgstr ""
+
+#: ../data/messages:819
+msgid "Should the labels always be horizontal, even when dock is vertical?"
+msgstr ""
+
+#: ../data/messages:821
+msgid "Font"
+msgstr ""
+
+#: ../data/messages:825
+msgid "Use a custom font for labels?"
+msgstr ""
+
+#: ../data/messages:827
+msgid "Font used for labels :"
+msgstr ""
+
+#: ../data/messages:833
+msgid ""
+"If you set it to fully transparent, there will be no background for the "
+"text, but the margin around the text will still be in effect."
+msgstr ""
+
+#: ../data/messages:835
+msgid "Colour of the label's background :"
+msgstr ""
+
+#: ../data/messages:837
+msgid "If false, only the quick-info will have this background color."
+msgstr ""
+
+#: ../data/messages:839
+msgid "Use background color for labels?"
+msgstr ""
+
+#: ../data/messages:841
+msgid "Margin around the text (in pixels) :"
+msgstr ""
+
+#: ../data/messages:843
+msgid "Colour"
+msgstr ""
+
+#: ../data/messages:845
+msgid "It's the first color of the gradation."
+msgstr ""
+
+#: ../data/messages:847
+msgid "Start color :"
+msgstr ""
+
+#: ../data/messages:849
+msgid ""
+"It's the second color of the gradation. Set it to the same value as the "
+"first if you don't want to have any gradation."
+msgstr ""
+
+#: ../data/messages:851
+msgid "Stop color :"
+msgstr ""
+
+#: ../data/messages:853
+msgid ""
+"If checked, the pattern will go from top to bottom, otherwise from left to "
+"right."
+msgstr ""
+
+#: ../data/messages:855
+msgid "Pattern should be vertical?"
+msgstr ""
+
+#: ../data/messages:859
+msgid "Yes, like that :-)"
+msgstr ""
+
+#: ../data/messages:861
+msgid ""
+"Note : many answers have an extra hint.\n"
+"To popup the hint, simply leave the mouse over the sentence for 1 second, a "
+"tooltip will appear."
+msgstr ""
+
+#: ../data/messages:863
+msgid "How do I re-order my icons?"
+msgstr ""
+
+#: ../data/messages:865
+msgid "Tip: you can even re-order icons of active applications."
+msgstr ""
+
+#: ../data/messages:867
+msgid "Simply drag with the mouse, and drop wherever you wish."
+msgstr ""
+
+#: ../data/messages:869
+msgid ""
+"How do I position applets and taskbar icons at the beginning of the dock?"
+msgstr ""
+
+#: ../data/messages:871
+msgid ""
+"Tip: you can also position applets amongst launchers, by ticking the box "
+"below."
+msgstr ""
+
+#: ../data/messages:873
+msgid ""
+"In the «icons» module, at the bottom, you can select icon order according to "
+"type (launcher/appli/applet)."
+msgstr ""
+
+#: ../data/messages:875 ../data/messages:883 ../data/messages:897
+#: ../data/messages:953
+msgid "Go to the «Icons» module."
+msgstr ""
+
+#: ../data/messages:877
+msgid "How do I change an icon image?"
+msgstr ""
+
+#: ../data/messages:879
+msgid ""
+"Tip: you can also edit a launcher's configuration directly and set a path "
+"for an image. If you do not enter a path, but simply the name of an image, "
+"do not give the extension (.svg, .png, etc.), so as to let the dock choose "
+"the best."
+msgstr ""
+
+#: ../data/messages:881
+msgid ""
+"In the âIconsâ module, you can choose an <b>icon theme</b>. Just choose a "
+"theme, and apply.\n"
+"All the themes installed on your system are listed, plus the 'Custom icons' "
+"theme, which represent the icons provided by the Cairo-Dock's theme;\n"
+" they are located in ~/.config/cairo-dock/current_theme/icons, and you can "
+"add personal icons there.\n"
+"If you choose nothing, the default icon theme of your system will be used."
+msgstr ""
+
+#: ../data/messages:885
+msgid "How do I remove many icons quickly?"
+msgstr ""
+
+#: ../data/messages:887
+msgid ""
+"Hint : if you delete an icon pointing to a sub-dock, you will be offered to "
+"either delete the sub-dockâs icons or to move them in the main dock."
+msgstr ""
+
+#: ../data/messages:889
+msgid ""
+"Just drag and drop them out of the dock, they will disappear in an explosion "
+"!"
+msgstr ""
+
+#: ../data/messages:891
+msgid "How can I resize my icons?"
+msgstr ""
+
+#: ../data/messages:893
+msgid ""
+"Hint : You can define the size of each applet independently, to any size "
+"smaller or equal to the default size. Set it to 0x0 to use the default size."
+msgstr ""
+
+#: ../data/messages:895
+msgid ""
+"In the 'Icons' modules, you can setup the default size of your icons by type "
+": launchers, apps, applets and separators.\n"
+"You can also setup the zoom factor."
+msgstr ""
+
+#: ../data/messages:899
+msgid ""
+"I want to see a preview of opened applications by moving my cursor over its "
+"icon"
+msgstr ""
+
+#: ../data/messages:901 ../data/messages:1029 ../data/messages:1161
+#: ../data/messages:1225 ../data/messages:1263 ../data/messages:1305
+#: ../data/messages:1309 ../data/messages:1315 ../data/messages:1319
+#: ../data/messages:1323 ../data/messages:1327
+msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
+msgstr ""
+
+#: ../data/messages:903 ../data/messages:1031
+msgid "If you're using Compiz, you can click on this button:"
+msgstr ""
+
+#: ../data/messages:905
+msgid "Dock"
+msgstr ""
+
+#: ../data/messages:907
+msgid "How do I position my dock on the screen?"
+msgstr ""
+
+#: ../data/messages:909
+msgid ""
+"Tip: If you have multiple screens managed by Xinerama, you can tick the "
+"option «Use Xinerama», and choose the screen where you wish your dock to be "
+"positioned."
+msgstr ""
+
+#: ../data/messages:911
+msgid ""
+"Everything is in the «Position» module. You can choose to position it on the "
+"bottom, top, left or right side of your screen.\n"
+"Moreover, you can also position it at the beginning, centre or end of the "
+"screen border."
+msgstr ""
+
+#: ../data/messages:913 ../data/messages:921
+msgid "Go to the «Position» module."
+msgstr ""
+
+#: ../data/messages:915
+msgid "How do I adjust the position of the dock above the Gnome-panel?"
+msgstr ""
+
+#: ../data/messages:917
+msgid ""
+"Tip: you can also simply drag your dock with the mouse by pressing the ALT "
+"key at the same time."
+msgstr ""
+
+#: ../data/messages:919
+msgid "In the «Position» module, you can add an offset to the screen border."
+msgstr ""
+
+#: ../data/messages:923
+msgid "The dock is hidden by the Gnome-panel"
+msgstr ""
+
+#: ../data/messages:925
+msgid ""
+"This is normal, because they are both «docks».\n"
+" You can either move the dock out of the panel, or launch it wih the
Follow ups