cairo-dock-team team mailing list archive
-
cairo-dock-team team
-
Mailing list archive
-
Message #02436
[Merge] lp:~cairo-dock-team/cairo-dock-core/ubuntu into lp:ubuntu/cairo-dock
Matthieu Baerts has proposed merging lp:~cairo-dock-team/cairo-dock-core/ubuntu into lp:ubuntu/cairo-dock.
Requested reviews:
Cairo-Dock Team (cairo-dock-team)
Related bugs:
#518453 dock appears under all windows after a full screen app is run
https://bugs.launchpad.net/bugs/518453
#518628 Dialogs don't respect selected font
https://bugs.launchpad.net/bugs/518628
#521167 Cairo-dock crashes by theme changing
https://bugs.launchpad.net/bugs/521167
#521369 Separator not removed when closing grouped windows
https://bugs.launchpad.net/bugs/521369
#521534 Please update cairo-dock to 2.1.3-3 version
https://bugs.launchpad.net/bugs/521534
#521762 Misspelled and badly worded messages
https://bugs.launchpad.net/bugs/521762
#526466 Icons are being stacked
https://bugs.launchpad.net/bugs/526466
#526664 cairo-dock random crash, no self-restart
https://bugs.launchpad.net/bugs/526664
#535083 ugly notifications with dialog boxes
https://bugs.launchpad.net/bugs/535083
#568083 Please update Cairo-Dock to v2.1.3-10
https://bugs.launchpad.net/bugs/568083
#611733 icon labels go off-screen
https://bugs.launchpad.net/bugs/611733
#611738 icon label text is truncated
https://bugs.launchpad.net/bugs/611738
#612355 Add option in config file to set GL/Cairo mode
https://bugs.launchpad.net/bugs/612355
#612617 Add custom launchers or sub-docks, can't modify name.
https://bugs.launchpad.net/bugs/612617
#614624 Please update cairo-dock to 2.2.0 version
https://bugs.launchpad.net/bugs/614624
#614686 create new sud-dock icon that looking like flat.
https://bugs.launchpad.net/bugs/614686
#618336 all button tips visible if icons 'maximum zoom' set to 1.0
https://bugs.launchpad.net/bugs/618336
#632055 Please update cairo-dock to the latest 2.2.0 version
https://bugs.launchpad.net/bugs/632055
#638527 Please update cairo-dock to the final 2.2.0 version
https://bugs.launchpad.net/bugs/638527
#653702 Please update cairo-dock to the final 2.2.0~4 version (bugs fixed)
https://bugs.launchpad.net/bugs/653702
--
The attached diff has been truncated due to its size.
https://code.launchpad.net/~cairo-dock-team/cairo-dock-core/ubuntu/+merge/37353
Your team Cairo-Dock Team is requested to review the proposed merge of lp:~cairo-dock-team/cairo-dock-core/ubuntu into lp:ubuntu/cairo-dock.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2010-09-07 00:38:36 +0000
+++ CMakeLists.txt 2010-10-02 18:15:57 +0000
@@ -10,7 +10,7 @@
########### project ###############
project ("cairo-dock")
-set (VERSION "2.2.0-0rc1")
+set (VERSION "2.2.0-4")
add_definitions (-std=c99 -Wstrict-prototypes -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration) #-Wunreachable-code -Wno-unused-parameter -Wall
if (NOT ${CMAKE_BUILD_TYPE})
@@ -28,7 +28,7 @@
set (CPACK_SOURCE_GENERATOR "TGZ")
set (CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${VERSION}")
set (CPACK_SOURCE_IGNORE_FILES
- "/build/;/.bzr/;bzrignore$;/config.h$;/scripts/;/doc/;/misc/;/en_GB.po$;~$;${CPACK_SOURCE_IGNORE_FILES}")
+ "/build/;/.bzr/;bzrignore$;/config.h$;/scripts/;/doc/;/misc/;en_GB.po$;~$;${CPACK_SOURCE_IGNORE_FILES}")
include (CPack)
add_custom_target( dist
@@ -51,10 +51,8 @@
set (pkgdatadir ${datadir}/cairo-dock)
set (mandir ${datadir}/man)
-if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND "${LIB_SUFFIX}" STREQUAL "" AND "${FORCE_NOT_LIB64}" STREQUAL "" )
+if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT "${FORCE_LIB64}" STREQUAL "") # 64bits and force install in lib64
set (libdir ${prefix}/lib64)
-elseif( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT "${FORCE_NOT_LIB64}" STREQUAL "" )
- set (libdir ${prefix}/lib${LIB_SUFFIX})
else()
set (libdir ${prefix}/lib${LIB_SUFFIX})
endif()
=== modified file 'INSTALL' (properties changed: +x to -x)
=== modified file 'LGPL-2' (properties changed: +x to -x)
=== modified file 'cairo-dock.pc.in' (properties changed: +x to -x)
=== modified file 'config.h.cmake.in'
--- config.h.cmake.in 2010-08-07 01:28:23 +0000
+++ config.h.cmake.in 2010-10-02 18:15:57 +0000
@@ -34,10 +34,11 @@
#define CAIRO_DOCK_GETTEXT_PACKAGE "@CAIRO_DOCK_GETTEXT_PACKAGE@"
#define GLDI_VERSION "@VERSION@"
-#define CAIRO_DOCK_SHARE_DATA_DIR "@CAIRO_DOCK_SHARE_DATA_DIR@"
+#define GLDI_SHARE_DATA_DIR "@CAIRO_DOCK_SHARE_DATA_DIR@"
// Appli
#define CAIRO_DOCK_VERSION "@VERSION@"
+#define CAIRO_DOCK_SHARE_DATA_DIR "@CAIRO_DOCK_SHARE_DATA_DIR@"
#define CAIRO_DOCK_SHARE_THEMES_DIR "@CAIRO_DOCK_SHARE_THEMES_DIR@"
#define CAIRO_DOCK_MODULES_DIR "@CAIRO_DOCK_MODULES_DIR@"
#define CAIRO_DOCK_LOCALE_DIR "@CAIRO_DOCK_LOCALE_DIR@"
=== modified file 'copyright'
--- copyright 2010-09-07 00:38:36 +0000
+++ copyright 2010-10-02 18:15:57 +0000
@@ -35,7 +35,7 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -54,10 +54,10 @@
Licence: GPL 3+
Files: data/default-theme/ data/man/
-Copyright: Matthieu Baerts
+Copyright: Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>
Licence: LGPL
-Files: debian/*
+Files: debian/*
Copyright: Copyright (C) Julien Lavergne <julien.lavergne@xxxxxxxxx>
Licence: GPL 2+ (See /usr/share/common-licenses/GPL-2 for complete licence)
Updated by Matthieu Baerts for new releases.
=== modified file 'data/CMakeLists.txt'
--- data/CMakeLists.txt 2010-09-07 00:38:36 +0000
+++ data/CMakeLists.txt 2010-10-02 18:15:57 +0000
@@ -14,18 +14,24 @@
depth-rotate-desklet.svg
cairo-dock-ok.svg
cairo-dock-cancel.svg
- # appli
+ hand.svg
+ default-class-indicator.svg
+ default-icon-appli.svg
+ default-icon.svg
+ default-indicator.png
+ launcher.desktop
+ container.desktop
+ separator.desktop
+ # implementations
+ preview-default.png
+ readme-default-view
box-back.png
box-front.png
+ # appli
cairo-dock-animated.xpm
cairo-dock-logo.png
cairo-dock.svg
ChangeLog.txt
- default-class-indicator.svg
- default-icon-appli.svg
- default-icon.svg
- default-indicator.png
- hand.svg
icon-accessories.svg
icon-all.svg
icon-appearance.svg
@@ -64,25 +70,24 @@
icon-views.svg
icon-visibility.svg
icon-wave.png
- launcher.desktop
- container.desktop
- separator.desktop
- preview-default.png
- readme-default-view
DESTINATION ${pkgdatadir})
+# appli
install (FILES help_scripts.sh
DESTINATION ${pkgdatadir}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
install (FILES
+ # lib
+ ${CMAKE_CURRENT_BINARY_DIR}/main-dock.conf
${CMAKE_CURRENT_BINARY_DIR}/cairo-dock.conf
+ # appli
${CMAKE_CURRENT_BINARY_DIR}/cairo-dock-simple.conf
${CMAKE_CURRENT_BINARY_DIR}/themes.conf
- ${CMAKE_CURRENT_BINARY_DIR}/main-dock.conf
${CMAKE_CURRENT_BINARY_DIR}/help.conf
DESTINATION ${pkgdatadir})
+# appli
install (FILES
cairo-dock.svg
DESTINATION ${datadir}/pixmaps)
=== modified file 'data/ChangeLog.txt' (properties changed: +x to -x)
=== modified file 'data/cairo-dock-animated.xpm' (properties changed: +x to -x)
=== modified file 'data/cairo-dock-cairo.desktop'
--- data/cairo-dock-cairo.desktop 2010-08-07 01:28:23 +0000
+++ data/cairo-dock-cairo.desktop 2010-10-02 18:15:57 +0000
@@ -1,14 +1,18 @@
+
[Desktop Entry]
Encoding=UTF-8
Type=Application
Exec=cairo-dock -c
Icon=cairo-dock.svg
Terminal=false
-Comment=a light and eye-candy dock and desklets for your desktop.
+
+Comment=A light and eye-candy dock and desklets for your desktop.
+Comment[fr]=Un dock et des desklets légers et sexy pour votre bureau.
Name=Cairo-Dock (no OpenGL)
Name[fr]=Cairo-Dock (sans OpenGL)
GenericName=Multi-purpose Dock and Desklets
GenericName[fr]=Dock et Desklets multi-usage
+
Categories=System;
=== modified file 'data/cairo-dock.desktop'
--- data/cairo-dock.desktop 2010-08-07 01:28:23 +0000
+++ data/cairo-dock.desktop 2010-10-02 18:15:57 +0000
@@ -1,14 +1,61 @@
+
[Desktop Entry]
Encoding=UTF-8
Type=Application
Exec=cairo-dock -o
Icon=cairo-dock.svg
Terminal=false
+
Comment=Cairo-Dock with OpenGL (hardware acceleration)
+Comment[be]=Cairo-Dock з OpenGL (апаÑаÑнае паÑкаÑÑнÑне)
+Comment[ca]=Cairo-Dock amb OpenGL (acceleració per maquinari)
+Comment[cs]=Cairo-Dock s OpenGL (hardwarová akcelerace)
+Comment[de]=Cairo-Dock (benutzt OpenGL zur Hardwarebeschleunigung)
+Comment[el]=Cairo-Dock με OpenGL (εÏιÏάÏÏ
νÏη Ï
λικοÏ)
+Comment[es]=Cairo-Dock con OpenGL (aceleración de hardware)
+Comment[fi]=Cairo-Dockin OpenGL-versio (laitteistokiihdytys käytössä)
+Comment[fr]=Cairo-Dock avec OpenGL (accélération matérielle)
+Comment[hu]=Cairo-Dock OpenGL-lel (hardveres gyorsÃtás)
+Comment[it]=Cairo-Dock con OpenGL (accelerazione hardware)
+Comment[ja]=OpenGLç Cairo-Dock (ãã¼ãã¦ã§ã¢ã»ã¢ã¯ã»ã©ã¬ã¼ã·ã§ã³)
+Comment[nb]=Cairo-Dock med OpenGL (maskinvareakselerasjon)
+Comment[nl]=Cairo-Dock met OpenGL (hardwareversnelling)
+Comment[oc]=Cairo-Dock amb OpenGL (acceleracion materiala)
+Comment[pt]=Cairo-Dock com OpenGL (aceleração por hardware)
+Comment[pt_BR]=Cairo-Dock com OpenGL (aceleração de hardware)
+Comment[ru]=Cairo-Dock Ñ OpenGL (аппаÑаÑное ÑÑкоÑение)
+Comment[sv]=Cairo-Dock med OpenGL (hårdvaruacceleration)
+Comment[tr]=OpenGL etkin Cairo-Dock (donanım hızlandırması)
+Comment[uk]=Cairo-Dock з OpenGL (hardware acceleration)
+Comment[zh_CN]=使ç¨äº OpenGL(硬件å é) ç Cario-Dock
+Comment[zh_TW]=ä½¿ç¨ OpenGL (硬é«å é) ä¹ Cairo-Dock
Name=GLX-Dock (Cairo-Dock with OpenGL)
+Name[be]=GLX-Dock (панÑÐ»Ñ Cairo з OpenGL)
+Name[ca]=GLX-Dock (Cairo-Dock amb OpenGL)
+Name[cs]=GLX-Dock (Cairo-Dock s OpenGL)
+Name[de]=GLX-Dock (Cairo-Dock mit OpenGL)
+Name[el]=GLX-Dock (Cairo-Dock με OpenGL)
+Name[es]=GLX-Dock (Cairo-Dock con OpenGL)
+Name[fi]=GLX-Dock (OpenGL-grafiikoita käyttävä Cairo-Dock)
Name[fr]=GLX-Dock (Cairo-Dock avec OpenGL)
+Name[hu]=GLX-Dock (Cairo-Dock OpenGL-lel)
+Name[it]=GLX-Dock (Cairo-Dock con OpenGL)
+Name[ja]=GLX-Dock (OpenGLç Cairo-Dock)
+Name[nb]=GLX-Dock (Cairo-Dock med OpenGL)
+Name[nl]=GLX-Dock (Cairo-Dock met OpenGL)
+Name[oc]=GLX-Dock (Cairo-Dock amb OpenGL)
+Name[pt]=GLX-Dock (Cairo-Dock em OpenGL)
+Name[pt_BR]=GLX-Dock (Cairo-Dock com OpenGL)
+Name[ru]=GLX-Dock (Ð¿Ð°Ð½ÐµÐ»Ñ Cairo Ñ OpenGL)
+Name[sv]=GLX-Dock (Cairo-Dock med OpenGL)
+Name[tr]=GLX-Dock (OpenGL ile Cairo-Dock)
+Name[uk]=GLX-Dock (Cairo-Dock з OpenGL)
+Name[vi]=GLX-Dock (Thanh neo Cairo vá»i OpenGL)
+Name[zh_CN]=GLX-Dock (ä½¿ç¨ OpenGL ç Cairo-Dock)
+Name[zh_TW]=GLX-Dock (ä½¿ç¨ OpenGL ç Cairo-Dock)
GenericName=Multi-purpose Dock and Desklets
GenericName[fr]=Dock et Desklets multi-usage
+
Categories=System;
=== modified file 'data/cairo-dock.svg' (properties changed: +x to -x)
=== modified file 'data/default-indicator.png' (properties changed: +x to -x)
=== modified file 'data/default-theme/indicator.png' (properties changed: +x to -x)
=== modified file 'data/default-theme/launchers/01container.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01empathy.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01f-spot.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01firefox.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01gcalctool.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01gimp.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01gnome-terminal.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/launchers/01inkscape.desktop' (properties changed: -x to +x)
=== modified file 'data/default-theme/plug-ins/rendering/rendering.conf'
--- data/default-theme/plug-ins/rendering/rendering.conf 2010-08-07 01:28:23 +0000
+++ data/default-theme/plug-ins/rendering/rendering.conf 2010-10-02 18:15:57 +0000
@@ -84,13 +84,13 @@
frame_grid=
#i+[30;100] Space between columns:
-simple_iconGapX=40
+simple_iconGapX=50
#i+[30;100] Space between rows:
-simple_iconGapY=30
+simple_iconGapY=50
#e+[1;3] Max icon size:
-simple_fScaleMax=1.6000000000000001
+simple_fScaleMax=1.600000000000000
#i+[50;1000] Sinusoidal wave radius:
simple_sinW=200
=== modified file 'data/emblems/broken.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/charge.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/drop.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/error.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/locked.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/pause.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/play.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/stop.svg' (properties changed: +x to -x)
=== modified file 'data/emblems/warning.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/background.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery0.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery1.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery2.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery3.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery4.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery5.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery6.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/battery7.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/foreground.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/readme' (properties changed: +x to -x)
=== modified file 'data/gauges/battery/theme.xml' (properties changed: +x to -x)
=== modified file 'data/gauges/turbo-night-fuel/background.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/turbo-night-fuel/foreground.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/turbo-night-fuel/needle.svg' (properties changed: +x to -x)
=== modified file 'data/gauges/turbo-night-fuel/readme' (properties changed: +x to -x)
=== modified file 'data/gauges/turbo-night-fuel/theme.xml' (properties changed: +x to -x)
=== modified file 'data/hand.svg' (properties changed: +x to -x)
=== modified file 'data/help.conf.in'
--- data/help.conf.in 2010-08-07 01:28:23 +0000
+++ data/help.conf.in 2010-10-02 18:15:57 +0000
@@ -311,10 +311,10 @@
config_terminal =
#X [So then, how can I remove completely the gnome-panel?]
Xremove=
-#> Open gconf-editor, edit the key /desktop/gnome/session/required_components_list/panel, and replace its content with "cairo-dock".
+#> Open gconf-editor, edit the key /desktop/gnome/session/required_components/panel, and replace its content with "cairo-dock".
#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).
remove=
-#G [sh -c "gconftool-2 --type string --set /desktop/gnome/session/required_components_list/panel '(cairo-dock'";sh -c "ps aux | grep -v grep | grep -c 'gnome-settings-daemon'"]If you are on Gnome, you can click on this button in order to automatically modify this key:
+#G [sh -c "gconftool-2 --type string --set /desktop/gnome/session/required_components/panel '(cairo-dock'";sh -c "ps aux | grep -v grep | grep -c 'gnome-settings-daemon'"]If you are on Gnome, you can click on this button in order to automatically modify this key:
#{Tip: If this line is grayed, it's because this tip is not for you.)
widget_compiz=
=== modified file 'data/help_scripts.sh' (properties changed: -x to +x)
=== modified file 'data/icon-bubble.png' (properties changed: +x to -x)
=== modified file 'data/icon-frame.png' (properties changed: +x to -x)
=== modified file 'data/icon-movment.png' (properties changed: +x to -x)
=== modified file 'data/icon-subdock.png' (properties changed: +x to -x)
=== modified file 'data/icon-wave.png' (properties changed: +x to -x)
=== modified file 'data/main-dock.conf.in' (properties changed: +x to -x)
=== modified file 'data/man/CMakeLists.txt' (properties changed: -x to +x)
=== modified file 'data/man/cairo-dock_en.1.gz' (properties changed: -x to +x)
=== removed file 'data/messages'
--- data/messages 2010-08-07 01:28:23 +0000
+++ data/messages 1970-01-01 00:00:00 +0000
@@ -1,1604 +0,0 @@
-_("Behavior")
-
-_("Position on the screen")
-
-_("Choose which border of the screen the dock will be placed on:")
-
-_("bottom")
-
-_("top")
-
-_("right")
-
-_("left")
-
-_("Visibility of the main dock")
-
-_("Modes are sorted from the most intrusive to the less intrusive.\nWhen the dock is hidden or below a window, place the mouse on the screen's border to call it back.\nWhen the dock pops up on shortcut, it will appear at the position of your mouse. The rest of the time, it stays invisible, thus acting like a menu.")
-
-_("Visibility:")
-
-_("Always on top")
-
-_("Reserve space for the dock")
-
-_("Keep the dock below")
-
-_("Hide the dock when it overlaps the current window")
-
-_("Hide the dock whenever it overlaps any window")
-
-_("Keep the dock hidden")
-
-_("Pop-up on shortcut")
-
-_("Effect used to hide the dock:")
-
-_("Move down")
-
-_("Fade out")
-
-_("Semi transparent")
-
-_("Zoom out")
-
-_("Folding")
-
-_("When you press the shortcut, the dock will show itself at the potition of your mouse. The rest of the time, it stays invisible, thus acting like a menu.")
-
-_("Keyboard shortcut to pop-up the dock:")
-
-_("Visibility of sub-docks")
-
-_("they will appear either when you click or when you linger over the icon pointing on it.")
-
-_("Visibility:")
-
-_("Appear on mouse over")
-
-_("Appear on click")
-
-_("Taskbar")
-
-_("None : Don't show opened windows in the dock.\nMacOSX : Mix applications with its launcher, show other windows only if they are minimized.\nKDE : Mix applications with its launcher, show all others windows and group windows togather in sub-dock.\nGnome : Separate the taskbar from the launchers and only show windows that are on the current desktop.")
-
-_("Behaviour of the Taskbar:")
-
-_("None")
-
-_("MacOSX")
-
-_("KDE")
-
-_("Gnome")
-
-_("Icons' animations and effects")
-
-_("On mouse hover:")
-
-_("On click:")
-
-_("On appearance/disappearance:")
-
-_("Appearance")
-
-_("Icons")
-
-_("Leave empty to use the current icon theme of your system. You can enter the name of a theme that is installed on your system (like 'Gartoon' or 'Human'), or even a path to a folder containing icons.")
-
-_("Choose a theme of icons :")
-
-_("Icons size:")
-
-_("Very small")
-
-_("Small")
-
-_("Medium")
-
-_("Big")
-
-_("Very Big")
-
-_("This will separate launchers, application, and applets from each others. Separators will be automatically inserted then.")
-
-_("Separate the different types of icons?")
-
-_("Order of the different types of icons :")
-
-_("launchers")
-
-_("applications")
-
-_("applets")
-
-_("Views")
-
-_("Choose the default view for main docks :")
-
-_("You can overwrite this parameter for each sub-dock.")
-
-_("Choose the default view for sub-docks :")
-
-_("Add-ons")
-
-_("Applets")
-
-_("Select a line to get a preview and a description of the applet.\nClick on the left check-box to (de)activate an applet.\nOnce an applet is active, you can configure it by right clicking on its icon.")
-
-_("Add or remove any applet :")
-
-_("Themes")
-
-_("Choose one of the available themes:")
-
-_("Options")
-
-_("If you tick this box, your launchers will be deleted and replaced by the ones provided in the new theme. Otherwise the current launchers will be kept, only icons will be replaced.")
-
-_("Use the new theme's launchers?")
-
-_("Otherwise the current behaviour will be kept. This defines the dock's position, behavioural settings such as auto-hide, using taskbar or not, etc.")
-
-_("Use the new theme's behaviour?")
-
-_("Position")
-
-_("Position on the screen")
-
-_("Choose which border of the screen the dock will be placed on:")
-
-_("bottom")
-
-_("top")
-
-_("right")
-
-_("left")
-
-_("When set to 0 the dock will position itself relative to the left corner if horizontal and the top corner if vertical. When set to 1 it will position itself relative to the right corner if horizontal and the bottom corner if vertical. When set to 0.5, it will position itself relative to the middle of the screen's edge.")
-
-_("Relative alignment:")
-
-_("left")
-
-_("right")
-
-_("Offset from the screen's edge")
-
-_("Gap from the absolute position on the screen's edge, in pixels. You can also move the dock by holding the ALT or CTRL key and the left mouse button.")
-
-_("Lateral offset:")
-
-_("in pixels. You can also move the dock by holding the ALT or CTRL key and the left mouse button.")
-
-_("Distance to the screen edge:")
-
-_("Multiple screens")
-
-_("This option is to use if you have a dual-screen and use Xinerama to manage them.")
-
-_("Use Xinerama?")
-
-_("0 is the first screen.")
-
-_("Number of the screen where the dock should be located:")
-
-_("Accessibility")
-
-_("Visibility of the main dock")
-
-_("Modes are sorted from the most intrusive to the less intrusive.\nWhen the dock is hidden or below a window, place the mouse on the screen's border to call it back.\nWhen the dock pops up on shortcut, it will appear at the position of your mouse. The rest of the time, it stays invisible, thus acting like a menu.")
-
-_("Visibility:")
-
-_("Always on top")
-
-_("Reserve space for the dock")
-
-_("Keep the dock below")
-
-_("Hide the dock when it overlaps the current window")
-
-_("Hide the dock whenever it overlaps any window")
-
-_("Keep the dock hidden")
-
-_("Pop-up on shortcut")
-
-_("Effect used to hide the dock:")
-
-_("Move down")
-
-_("Fade out")
-
-_("Semi transparent")
-
-_("Zoom out")
-
-_("Folding")
-
-_("in ms. 0 means no delay.")
-
-_("Delay before the dock unhides itself:")
-
-_("How to call the dock back:")
-
-_("Hit the screen's border")
-
-_("Hit where the dock is")
-
-_("Hit the screen's corner")
-
-_("Hit a zone")
-
-_("Size of the zone :")
-
-_("Image to display on the zone :")
-
-_("When you press the shortcut, the dock will show itself at the potition of your mouse. The rest of the time, it stays invisible, thus acting like a menu.")
-
-_("Keyboard shortcut to pop-up the dock:")
-
-_("Additional parameters")
-
-_("Stretch the dock to always fill the screen")
-
-_("This is only usefull if you do not already use auto-hide and if your Window Manager allows the dock in front of fullscreen windows (which is rare).")
-
-_("Automatically hide the dock when a window becomes full screen?")
-
-_("Sub-docks' visibility")
-
-_("they will appear either when you click or when you linger over the icon pointing on it.")
-
-_("Visibility:")
-
-_("Appear on mouse over")
-
-_("Appear on click")
-
-_("in ms.")
-
-_("Delay before displaying a sub-dock:")
-
-_("in ms.")
-
-_("Delay before leaving a sub-dock takes effect:")
-
-_("TaskBar")
-
-_("Behaviour")
-
-_("Cairo-Dock will then act as your taskbar. It is recommended to remove any other taskbars.")
-
-_("Show currently opened applications in the dock?")
-
-_("Only show icons whose windows are minimised")
-
-_("Only show applications on current desktop")
-
-_("Allows launchers to act as applications when their programs are running and displays a marker on icons to indicate this. You can launch other occurences of the program with SHIFT+click.")
-
-_("Mix launchers and applications")
-
-_("This allows you to group all the windows of a given application into a unique sub-dock, and to act on all of the windows at the same time.")
-
-_("Group windows from the same application in a sub-dock ?")
-
-_("Enter the class of the applications, separated by a semi-colon ';'")
-
-_("\t\tExcept the following classes:")
-
-_("Representation")
-
-_("If not set, the icon provided by X for each application will be used. If set, the same icon as the corresponding launcher will be used for each application.")
-
-_("Overwrite the X icon with the launchers' icon?")
-
-_("Enter the class of the applications, separated by a semi-colon ';'")
-
-_("\t\tExcept the following classes:")
-
-_("A composite manager is required to display the thumbnail.\nOpenGL is required to draw the icon bent backwards.")
-
-_("How to draw minimised windows ?")
-
-_("Make the icon transparent")
-
-_("Show a window's thumbnail")
-
-_("Draw it bent backwards")
-
-_("Transparency of icons whose window is minimised:")
-
-_("Opaque")
-
-_("Transparent")
-
-_("Play a short animation of the icon when its window becomes active")
-
-_("\"...\" will be added at the end if the name is too long.")
-
-_("Maximum number of caracters in application name:")
-
-_("Interaction")
-
-_("This is the default behaviour of most taskbars.")
-
-_("Minimise the window when its icon is clicked, if it was already the active window ?")
-
-_("In the style of Firefox tabs")
-
-_("Middle-clicking on an icon closes the related application")
-
-_("Highlight applications requiring your attention with a dialog bubble")
-
-_("in seconds")
-
-_("Duration of the dialog:")
-
-_("It will notify you even if, for instance, you are watching a movie in full screen or you are on another desktop.\n")
-
-_("Force the following applications to demand your attention")
-
-_("Highlight applications demanding your attention with an animation")
-
-_("System")
-
-_("Animations speed")
-
-_("Animate sub-docks when they appear")
-
-_("Icons will appear folded on themselves and will then unfold until they fill the whole dock. The smaller this value, the faster this will be.")
-
-_("Animation unfolding duration:")
-
-_("fast")
-
-_("slow")
-
-_("The more there are, the slower it will be")
-
-_("Number of steps in the zoom animation (grow/shrink):")
-
-_("fast")
-
-_("slow")
-
-_("fast")
-
-_("slow")
-
-_("The more there are, the slower it will be")
-
-_("Number of steps in the auto-hide animation (move up/move down):")
-
-_("fast")
-
-_("slow")
-
-_("fast")
-
-_("slow")
-
-_("Refresh rate")
-
-_("in Hz. This is to adjust behaviour relative to your CPU power.")
-
-_("Refresh rate when mouving cursor into the dock :")
-
-_("in Hz. This is to adjust behaviour relative to your CPU power.")
-
-_("Animation frequency for the OpenGL backend :")
-
-_("in Hz. This is to adjust behaviour relative to your CPU power.")
-
-_("Animation frequency for the Cairo backend :")
-
-_("The transparency gradation pattern will then be re-calculated in real time. May need more CPU power.")
-
-_("Reflections should be calculated in real-time?")
-
-_("Label readability")
-
-_("Should the labels always be horizontal, even when dock is vertical?")
-
-_("the bigger, the more the labels next to the selected icon will be transparent.")
-
-_("label's visibility threshold :")
-
-_("Configure labels appearence.")
-
-_("Composition")
-
-_("Only use this if you don't run a composite manager like Compiz, xcompmgr, etc and have a black background around your dock. For aesthetic reasons, the dock will be kept under other windows.")
-
-_("Emulate composition with fake transparency?")
-
-_("You need to re-open the panel. It is deactivated by default on KDE.")
-
-_("Make the config panel transparent?")
-
-_("Connection to the themes' server")
-
-_("Maximum time in seconds that you allow the connection to the server to take. This only limits the connection phase, once the dock has connected this option is of no more use.")
-
-_("Connection timeout to the themes' server :")
-
-_("Maximum time in seconds that you allow the whole operation to last. Some themes can be up to a few MB.")
-
-_("Maximum time to download a theme:")
-
-_("Use this option if you connect to the Internet through a proxy.")
-
-_("Are you behind a proxy ?")
-
-_("Proxy name :")
-
-_("Port :")
-
-_("Let empty if you don't need to log-in to the proxy with a user/password.")
-
-_("User :")
-
-_("Let empty if you don't need to log-in to the proxy with a user/password.")
-
-_("Password :")
-
-_("Background")
-
-_("Fill the background with:")
-
-_("Image")
-
-_("Colour gradation")
-
-_("Use a background image.")
-
-_("Image")
-
-_("Any format allowed; if empty, the colour gradation will be used as a fall back.")
-
-_("Image filename to use as a background :")
-
-_("Image's transparency :")
-
-_("Transparent")
-
-_("Opaque")
-
-_("Repeat image as a pattern to fill background?")
-
-_("Use a colour gradation.")
-
-_("Colour gradation")
-
-_("Bright colour:")
-
-_("Dark colour:")
-
-_("In degrees, in relation to the vertical")
-
-_("Angle of the gradation :")
-
-_("If not nul, it will form stripes.")
-
-_("Repeat the gradation this number of times:")
-
-_("Percentage of the bright colour:")
-
-_("External Frame")
-
-_("in pixels.")
-
-_("Corner radius :")
-
-_("in pixels.")
-
-_("Linewidth of the external line :")
-
-_("Colour of the external line:")
-
-_("in pixels.")
-
-_("Margin between the frame and the icons or their reflects :")
-
-_("Are the bottom left and right corners rounded?")
-
-_("Views")
-
-_("Main Dock")
-
-_("Choose the default view for main docks :")
-
-_("Sub-Docks")
-
-_("You can overwrite this parameter for each sub-dock.")
-
-_("Choose the default view for sub-docks :")
-
-_("You can specify a ratio for the size of the sub-docks' icons, in relation to the main docks' icons size")
-
-_("Ratio for the size of the sub-docks' icons :")
-
-_("smaller")
-
-_("same size")
-
-_("Dialogs")
-
-_("Bubble")
-
-_("Background colour of the bubble:")
-
-_("Shape of the bubble:")
-
-_("Text")
-
-_("Otherwise the default's system one will be used.")
-
-_("Use a custom font for the text?")
-
-_("Text font:")
-
-_("Draw the outline of the text?")
-
-_("Text color:")
-
-_("Buttons")
-
-_("in pixels.")
-
-_("Size of buttons in the info-bubbles (width x height) :")
-
-_("If you don't provide any, a default image will be used.")
-
-_("Name of an image to use for the yes/ok button :")
-
-_("If you don't provide any, a default image will be used.")
-
-_("Name of an image to use for the no/cancel button :")
-
-_("Size of the icon displayed next to the text :")
-
-_("Desklets")
-
-_("Decorations")
-
-_("This can be customized for each desklet separately.\nChoose 'Custom decoration' to define your own decorations below")
-
-_("Choose a default decoration for all desklets :")
-
-_("It's an image that will be displayed below the drawings, like a frame for example. Leave empty to not use any.")
-
-_("Background image :")
-
-_("Background transparency :")
-
-_("Transparent")
-
-_("Opaque")
-
-_("in pixels. Use this to adjust the left position of the drawings.")
-
-_("Left offset :")
-
-_("in pixels. Use this to adjust the top position of the drawings.")
-
-_("Top offset :")
-
-_("in pixels. Use this to adjust the right position of the drawings.")
-
-_("Right offset :")
-
-_("in pixels. Use this to adjust the bottom position of the drawings.")
-
-_("Bottom offset :")
-
-_("It's an image that will be displayed above the drawings, like a reflection for example. Leave empty to not use any.")
-
-_("Foreground image :")
-
-_("Foreground tansparency :")
-
-_("Transparent")
-
-_("Opaque")
-
-_("Buttons")
-
-_("Buttons size :")
-
-_("If you don't provide any, a default image will be used.")
-
-_("Name of an image to use for the 'rotate' button :")
-
-_("If you don't provide any, a default image will be used.")
-
-_("Name of an image to use for the 'reattach' button :")
-
-_("If you don't provide any, a default image will be used.")
-
-_("Name of an image to use for the 'depth rotate' button :")
-
-_("If you don't provide any, a default image will be used.")
-
-_("Name of an image to use for the 'rotate' button :")
-
-_("Icons")
-
-_("Icons' themes")
-
-_("Leave empty to use the current icon theme of your system. You can enter the name of a theme that is installed on your system (like 'Gartoon' or 'Human'), or even a path to a folder containing icons.")
-
-_("Choose an icon theme :")
-
-_("Any format allowed; leave this field empty if you don't want to use an image as background.")
-
-_("Image filename to use as a background for icons :")
-
-_("Zoom effect")
-
-_("set to 1 if you don't want the icons to zoom when you hover over them.")
-
-_("Maximum zoom of the icons :")
-
-_("in pixels. Outside of this space (centered on the mouse), there is no zoom.")
-
-_("Width of the space in which the zoom will be effective :")
-
-_("in pixels.")
-
-_("Space between icons :")
-
-_("Reflections")
-
-_("It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 reflections are not used.")
-
-_("Reflective power of the plane :")
-
-_("light")
-
-_("strong")
-
-_("In percent of the icon's size. This parameter influence the total height of the dock.")
-
-_("Height of the reflection:")
-
-_("small")
-
-_("tall")
-
-_("It is their transparency when the dock is at rest; they will \"materialize\" progressively as the dock grows up. The closer to 0, the more transparent they will be.")
-
-_("Icons' transparency at rest :")
-
-_("Transparent")
-
-_("Opaque")
-
-_("Icons size")
-
-_("Launcher's size at rest (width x height) :")
-
-_("Application's size at rest (width x height) :")
-
-_("Applet's size at rest (width x height) :")
-
-_("Configure icons' animations.")
-
-_("Configure icons' special effects (requires OpenGL).")
-
-_("Configure icons' animations on appearing/disappearing (require OpenGL capacity).")
-
-_("Separators")
-
-_("Icon size at rest (width x height) :")
-
-_("Force separator's image size to stay constant?")
-
-_("Only the default, 3D-plane and curve views support flat and physical separators. Flat separators are rendered differently according to the view.")
-
-_("How to draw the separators?")
-
-_("Use an image.")
-
-_("Flat separator")
-
-_("Physical separator")
-
-_("If you don't provide one, blanks will be used.")
-
-_("Filename of an image to use for separators :")
-
-_("Make the separator's image revolve when dock is on top/on the left/on the right?")
-
-_("Colour of flat separators :")
-
-_("Icons order")
-
-_("If you separate a type of icons, the icons of this type will be placed together, separated from the others by a separator.\nIf you don't separate the icons, you can place them wherever you want, and insert separators manually. Applications will then be placed next to their launcher if they have one, or after the last launcher.")
-
-_("Separate the different types of icons?")
-
-_("No")
-
-_("Separate applications from others")
-
-_("Separate applets from others")
-
-_("Separate all")
-
-_("Order of the different types of icons :")
-
-_("launchers")
-
-_("applications")
-
-_("applets")
-
-_("Link the icons with a string")
-
-_("Linewidth of the string, in pixels (0 to not use string) :")
-
-_("Colour of the string (red, blue, green, alpha) :")
-
-_("Indicators")
-
-_("Indicator of the active window")
-
-_("Type of indicator:")
-
-_("Image")
-
-_("Frame")
-
-_("Image file:")
-
-_("Set transparency to 0 if you don't want to use an indicator.")
-
-_("Colour of the frame :")
-
-_("Set 0 to fill the frame.")
-
-_("Linewidth of the frame around the active window :")
-
-_("Corner radius of the frame around the active window :")
-
-_("Draw indicator above the icon?")
-
-_("Indicator of active launcher")
-
-_("Indicators are drawn on launchers icons to show that they have already been launched. Leave blank to use the default one.")
-
-_("Image file:")
-
-_("The indicator is drawn on active launchers, but you may want to display it on applications too.")
-
-_("Display an indicator on application icons too ?")
-
-_("Relatively to the icons' size. You can use this parameter to adjust the indicator's vertical position.\nIf the indicator is linked to the icon, the offset will be upwards, otherwise downwards.")
-
-_("Vertical offset :")
-
-_("If the indicator is linked to the icon, it will then be zoomed like the icon and the offset will be upwards.\nOtherwise it will be drawn directly on the dock and the offset will be downwards.")
-
-_("Link the indicator with its icon?")
-
-_("You can choose to make the indicator smaller or bigger than the icons. The bigger the value is, the bigger the indicator is. 1 means the indicator will have the same size as the icons.")
-
-_("Indicator size ratio :")
-
-_("smaller")
-
-_("bigger")
-
-_("Use it to make the indicator follow the orientation of the dock (top/bottom/right/left).")
-
-_("Rotate the indicator with dock?")
-
-_("Draw indicator above the icon?")
-
-_("Indicator of grouped windows")
-
-_("How to show that several icons are grouped :")
-
-_("Draw an image")
-
-_("Draw the sub-dock's icons as a stack")
-
-_("It only makes sense if you chose to group the applis of the same class together. Leave blank to use the default one.")
-
-_("Image file:")
-
-_("Zoom the indicator with its icon?")
-
-_("Labels")
-
-_("Show labels:")
-
-_("No")
-
-_("On pointed icon")
-
-_("On all icons")
-
-_("Font")
-
-_("Otherwise the default's system one will be used.")
-
-_("Use a custom font for labels?")
-
-_("Font used for labels :")
-
-_("Draw the outline of the text?")
-
-_("Colour")
-
-_("It's the first color of the gradation.")
-
-_("Start color :")
-
-_("It's the second color of the gradation. Set it to the same value as the first if you don't want to have any gradation.")
-
-_("Stop color :")
-
-_("If checked, the pattern will go from top to bottom, otherwise from left to right.")
-
-_("Pattern should be vertical?")
-
-_("Background")
-
-_("If you set it to fully transparent, there will be no background for the text, but the margin around the text will still be in effect.")
-
-_("Colour of the label's background :")
-
-_("If false, only the quick-info will have this background color.")
-
-_("Use background color for labels?")
-
-_("Margin around the text (in pixels) :")
-
-_("Icons")
-
-_("Yes, like that :-)")
-
-_("Note : many answers have an extra hint.\nTo popup the hint, simply leave the mouse over the sentence for 1 second, a tooltip will appear.")
-
-_("How do I re-order my icons?")
-
-_("Tip: you can even re-order icons of active applications.")
-
-_("Simply drag with the mouse, and drop wherever you wish.")
-
-_("How do I position applets and taskbar icons at the beginning of the dock?")
-
-_("Tip: you can also position applets amongst launchers, by ticking the box below.")
-
-_("In the \302\253icons\302\273 module, at the bottom, you can select icon order according to type (launcher/appli/applet).")
-
-_("Go to the \302\253Icons\302\273 module.")
-
-_("How do I change an icon image?")
-
-_("Tip: you can also edit a launcher's configuration directly and set a path for an image. If you do not enter a path, but simply the name of an image, do not give the extension (.svg, .png, etc.), so as to let the dock choose the best.")
-
-_("In the \342\200\234Icons\342\200\235 module, you can choose an <b>icon theme</b>. Just choose a theme, and apply.\nAll the themes installed on your system are listed, plus the 'Custom icons' theme, which represent the icons provided by the Cairo-Dock's theme;\n they are located in ~/.config/cairo-dock/current_theme/icons, and you can add personal icons there.\nIf you choose nothing, the default icon theme of your system will be used.")
-
-_("Go to the \302\253Icons\302\273 module.")
-
-_("How do I remove many icons quickly?")
-
-_("Hint : if you delete an icon pointing to a sub-dock, you will be offered to either delete the sub-dock\342\200\231s icons or to move them in the main dock.")
-
-_("Just drag and drop them out of the dock, they will disappear in an explosion !")
-
-_("How can I resize my icons?")
-
-_("Hint : You can define the size of each applet independently, to any size smaller or equal to the default size. Set it to 0x0 to use the default size.")
-
-_("In the 'Icons' modules, you can setup the default size of your icons by type : launchers, apps, applets and separators.\nYou can also setup the zoom factor.")
-
-_("Go to the \302\253Icons\302\273 module.")
-
-_("I want to see a preview of opened applications by moving my cursor over its icon")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you're using Compiz, you can click on this button:")
-
-_("Dock")
-
-_("How do I position my dock on the screen?")
-
-_("Tip: If you have multiple screens managed by Xinerama, you can tick the option \302\253Use Xinerama\302\273, and choose the screen where you wish your dock to be positioned.")
-
-_("Everything is in the \302\253Position\302\273 module. You can choose to position it on the bottom, top, left or right side of your screen.\nMoreover, you can also position it at the beginning, centre or end of the screen border.")
-
-_("Go to the \302\253Position\302\273 module.")
-
-_("How do I adjust the position of the dock above the Gnome-panel?")
-
-_("Tip: you can also simply drag your dock with the mouse by pressing the ALT key at the same time.")
-
-_("In the \302\253Position\302\273 module, you can add an offset to the screen border.")
-
-_("Go to the \302\253Position\302\273 module.")
-
-_("The dock is hidden by the Gnome-panel")
-
-_("This is normal, because they are both \302\253docks\302\273.\n You can either move the dock out of the panel, or launch it wih the command \302\253cairo-dock --keep-above\302\273.\n But you can also (re)move the Gnome-Panel by doing a right click on it.")
-
-_("I don\342\200\231t want other windows covering the dock")
-
-_("Tip: You can even do that with desklets: making a desklet's panel !.")
-
-_("Just choose the corresponding option in the \342\200\234Accessibility\342\200\235 module.\nThis will reserve the space for the dock only.")
-
-_("Go to the \302\253Accessibility\302\273 module.")
-
-_("I don\342\200\231t want that the dock covers windows")
-
-_("Tip: You can choose to pop-up the dock only when the mouse hits the screen corner instead of the whole screen border.\nYou can also set-up the size of the trigger zone, and even set an image to it.")
-
-_("Two choices are available in the \342\200\234Accessibility\342\200\235 module:\n - either choose to \342\200\234keep the dock below other windows\342\200\235. The dock will then pop-up when you place the mouse on its screen border.\n - or choose the auto-hide. The dock will then hide itself and reappear when you enter the trigger zone.")
-
-_("Go to the \302\253Accessibility\302\273 module.")
-
-_("How can I add a separator?")
-
-_("Tip: if you choose to mix applets and launchers in the 'Icons' module, you can also place separators between applets then.")
-
-_("Simply right-click on the dock where you wish to add a separator and select \302\253add a separator\302\273.\nYou can position it wherever you wish (except in amongst taskbar icons) by dragging it with the mouse.")
-
-_("I don't want to have a separator between launchers , applications and applets.")
-
-_("In the \302\253Icons\302\273 module, in the \302\253separator\302\273 section, untick the box that says \302\253add automatic separators\302\273.")
-
-_("Go to the \302\253Icons\302\273 module.")
-
-_("How do I add a sub-dock?")
-
-_("Tip: If you want to move an icon into another dock, right-click on it, go to 'Move to', and choose the one you want in the list. You can do the same with applets as well, allowing you to group many applets in a sub-dock. You can also create new main docks this way.")
-
-_("Just right-click on the dock, then select \302\253Add a sub-dock\302\273. Fill the config panel with a name and image, then confirm.")
-
-_("How can I have many main docks?")
-
-_("Hint: you can then move icons inside this new dock by following the previous method and selecting the dock you've just created.\nTo place this new dock, right click on it, and in the Cairo-dock sub-menu choose \342\200\234configure this dock\342\200\235.")
-
-_("Right-click on a launcher or an applet, go to 'Move to', and choose 'a new main dock'. A new dock will be created, with this icon inside.")
-
-_("How can I have a 3D dock?")
-
-_("Tip: you can set up the view for each sub-dock. Simply edit the icon pointing to the sub-dock and choose the view you wish to use for it.")
-
-_("Any dock can be displayed with one view, and many views are available (3D, Curve, etc).\nThen, go to the \302\253Views\302\273 module, and choose the view you wish to use for main dock, and for sub-dock.")
-
-_("Go to the \302\253Views\302\273 module.")
-
-_("How can I change the background of my docks?")
-
-_("Hint : the Parabolic view doe not have a background, but the Slide and Rainbow views have their own background parameters.")
-
-_("In the 'Background' module, you can either choose an image, or a color gradation.\nIf you set an image, it will be used as the background, if you don't, the gradatoin will be used.")
-
-_("Go to the \302\253Background\302\273 module.")
-
-_("I find the dock too flashy, can it be more sober?")
-
-_("Hint : try different themes, some are already very sober, like Dust-Sand or Elementary.")
-
-_("Who can do more can do less ! You can for instance deactivate the \"Icon effects\" plug-in,\n or deactivate the effect on mouse hovering in \"Animated Icon\" plug-in.\nYou can also decrease the zoom effect or lower the icons' reflect in the \"Icon\" module,\n change the background colors in the \"Background\" module, or change the view to the \"default\" view in the \"Views\" module.\nIn brief, you can easily have something as much sober as a gnome-panel, but this would be a shame ! ^_^")
-
-_("Desklet")
-
-_("What are \302\253desklets\302\273?")
-
-_("Tip: to detach an applet, you can drag and drop its icon from the dock to the desktop")
-
-_("Desklets are widgets which are displayed on your desktop. Each applet can be detached from the dock to act as a desklet.")
-
-_("How do I configure their position?")
-
-_("Tip: If you don't want to move it any more, you can lock its position. Simply right click on the desklet, and select \302\253lock position\302\273. To unlock it, de-select this option.")
-
-_("Simply drag them with the mouse.")
-
-_("How do I configure their behaviour?")
-
-_("Tip: if you lock the desklet, the buttons will not appear. You can reset a rotation by middle-clicking on the appropriate button.")
-
-_("There are small buttons on the top and left side of the desklet. They allow you to rotate the desklet in 3D !")
-
-_("How do I change their decorations?")
-
-_("Tip: you can add new decorations by choosing \302\253Personalised\302\273 decoration, and providing a background and/or foreground image. You can configure the offsets of these images to adjust the position of the drawings inside the decorations.")
-
-_("The default decoration is defined in the \302\253Desklets\302\273 module.\nMoreover, each desklet can have its own decoration. To change a desklet's decoration,\n go to the applet's configuration, click on the \302\253desklet\302\273 tab, and then choose the decoration you wish to use.")
-
-_("Go to the \302\253Desklets\302\273 module.")
-
-_("How do I insert a desklet into the dock?")
-
-_("Hint : if the desklet is locked, the button won\342\200\231t appear.")
-
-_("Simply click on the top right button.")
-
-_("How do I place a desklet on the <i>Compiz Widget Layer</i>?")
-
-_("Tip: you may have to switch to the Widget Layer once so that Compiz takes the change into account.")
-
-_("In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the rule (name=cairo-dock & type=utility).\nYou can then switch an applet to the Widget Layer by left-clicking on its desklet and selecting 'Compiz-Fusion Widget'.")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you're using Compiz, you can click on this button:")
-
-_("Taskbar")
-
-_("How do I enable the Taskbar?")
-
-_("Tip: All the Taskbar options are grouped together in this module.")
-
-_("Go to the \302\253Taskbar\302\273 module, then tick the first box, and apply.")
-
-_("Go to the \302\253TaskBar\302\273 module.")
-
-_("I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc")
-
-_("Tip: You can then scroll on this icon to switch from a window to another, in an ALT+TAB style.")
-
-_("In the \302\253TaskBar\302\273 module, you can use the \302\253Group windows from the same application in a sub-dock\302\273 option. Only a single icon will appear in the dock.\nIf there are several windows, they will be grouped together in a sub-dock above this icon.")
-
-_("Go to the \302\253TaskBar\302\273 module.")
-
-_("I have ugly icons for some applications.")
-
-_("Tip: This way, you can configure your personal icon for any application. Just place an icon with the same name as the class of the application in a folder used by the dock (by default, ~/.config/cairo-dock/current_theme/icons)\nThe class of an application can be found by typing \302\253xprop |grep CLASS\302\273 in a terminal, then clicking on the window of the application.")
-
-_("This is because X provides small icons for applications which look ugly when zoomed.\n In the \302\253TaskBar\302\273 module, you can use the \302\253Overwrite the X icon with the launchers' icon?\302\273 option to tell the dock not to use them.")
-
-_("Go to the \302\253TaskBar\302\273 module.")
-
-_("When I launch a program with its launcher, I don't want an additional icon in the taskbar")
-
-_("Tip: to launch another instance of the program, shift+click on the launcher.")
-
-_("In the \302\253TaskBar\302\273 module, you can use the \302\253Mix launchers and applications\302\273 option.\nWhen a program is launched, if it has a launcher in the dock, the launcher icon will be marked with an icon to indicate that the corresponding application is running.\nYou can then act on the window as if it were a taskbar icon.")
-
-_("Go to the \302\253TaskBar\302\273 module.")
-
-_("I'm using Pidgin, and I want to see my friends' avatars.")
-
-_("If you chose to overwrite X icons, you can add an exception for Pidgin just before this option.\nIf you chose to mix applications and launchers, you can edit the Pidgin launcher,\n and in the \302\253Extra parameters\302\273, tick the option to not steal the icon for this application.")
-
-_("Go to the \302\253TaskBar\302\273 module.")
-
-_("How can I quickly navigate between many windows of the same application quickly?")
-
-_("Tip: you can also close all the windows of this application by middle-clicking on the icon pointing to the sub-dock.")
-
-_("Scroll on the icon of one of the windows of this application, or even on the icon pointing to the sub-dock if you group windows in a sub-dock.")
-
-_("Replacing the Gnome-panel")
-
-_("How can I add the main menu?")
-
-_("Tip: if you have removed your Gnome-panel, then the \302\253alt+F1\302\273 shortkey will no longer work. This applet lets you configure a shortcut to pop up the menu at the mouse's location.")
-
-_("Enable the GMenu applet.")
-
-_("Go to the \302\253GMenu\302\273 module.")
-
-_("How can I add a simple \302\253quick launch\302\273 panel?")
-
-_("Tip: if you removed your Gnome-panel, then the \302\253alt+F2\302\273 shortkey will no longer work. This applet lets you configure a shortcut to pop up the quick-launch dialog.")
-
-_("Enable the Gmenu applet. then you can have it by middle-clicking on its icon.")
-
-_("Go to the \302\253GMenu\302\273 module.")
-
-_("How can I add a Log-out icon?")
-
-_("Tip: In the latest version of GNOME, there are 2 panels: one to log out, and one to turn off the computer. The first one is raised by a click on the icon, the second by a middle-click, but the applet lets you reverse this order, and even lets you enter your own commands.")
-
-_("Enable the \302\253Log-out\302\273 applet.")
-
-_("Go to the \302\253Log-out\302\273 module.")
-
-_("How can I access the dustbin?")
-
-_("Tip: you can delete a file by dragging it into the dustbin. You can even unmount a mount-point this way!")
-
-_("Simply enable the \302\253Dustbin\302\273 applet.")
-
-_("Go to the \302\253Dustbin\302\273 module.")
-
-_("How can I access my mount points?")
-
-_("Tip: you can mount a volume by clicking on its icon. To unmount it, middle-click on its icon, or right-click and select \302\253unmount\302\273.")
-
-_("Simply enable the \302\253Shortcuts\302\273 applet.")
-
-_("Go to the \302\253Shortcuts\302\273 module.")
-
-_("How can I access my Nautilus bookmarks?")
-
-_("Tip: you can add a bookmark by dragging the folder onto the applet or into its sub-dock. You can also rename and remove bookmarks. This will also take effect in Nautilus immediately, and vice versa.")
-
-_("Simply enable the \302\253shortcuts\302\273 applet.")
-
-_("Go to the \302\253Shortcuts\302\273 module.")
-
-_("How can I access my desktop?")
-
-_("Tip: middle-clicking on the icon will hide all windows, but not desklets.")
-
-_("Simply enable the \302\253showDesktop\302\273 applet.")
-
-_("Go to the \302\253Show Desktop\302\273 module.")
-
-_("How can I add an easy-to-acces calendar?")
-
-_("Enable the \302\253Clock\302\273 applet. Clicking on it will display a calendar, clicking again will hide it.")
-
-_("Go to the \302\253Clock\302\273 module.")
-
-_("How can I add the notification area (systray)?")
-
-_("Enable the \302\253Systray\302\273 applet. For the moment it cannot be displayed directly in the dock,\nso clicking on the icon will pop-up a dialog containing the systray, middle-click will hide it.\nWe recommend detaching this applet to make it a desklet. Place it in a corner of your screen and keep it above other windows.")
-
-_("Go to the \302\253Systray\302\273 module.")
-
-_("How can I add an easy-to-access terminal with real transparency, like Tilda?")
-
-_("Tip: clicking next to the last tab will create a new tab. Double-clicking on a tab allows you to rename it. You can even change the colour of a tab!")
-
-_("Enable the \302\253Terminal\302\273 applet. You can detach it and place it on the Widget Layer for instance, or configure a shortkey to make it pop up instantly.")
-
-_("Go to the \302\253terminal\302\273 module.")
-
-_("So then, how can I remove completely the gnome-panel?")
-
-_("Open gconf-editor, edit the key /desktop/gnome/session/required_components_list/panel, and replace its content with \"cairo-dock\".\nThen restart your session : the gnome-panel has not been started, and the dock has been started (if not, you can add it to the startup programs).")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you are on Gnome, you can click on this button in order to automatically modify this key:")
-
-_("Other applets")
-
-_("How do I run the same applet multiple times?")
-
-_("Tip: This allows you, for example, to have the current time for different countries in your dock or to have several animated characters in your dock or the weather in different cities.")
-
-_("Some applets can have several instances running at the same time: Clock, Cairo-Penguin, Weather, Netspeed, ...\nRight click on the applet's icon, and select \302\253launch another instance\302\273. A new instance of this applet appears in the main dock.\nYou can configure this new applet just like any other.")
-
-_("I have a personal gauge that I want to use in the dock (for System-Monitor or others).")
-
-_("Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges")
-
-_("I have a personal Cairo-Clock theme that I want to use in the \302\253clock\302\273 applet.")
-
-_("Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-Penguin, weather, etc.")
-
-_("Move the folder containing your theme to ~/.config/cairo-dock/extras/clock")
-
-_("How do I change the brightness of my screen quickly?")
-
-_("Enable the Xgamma applet, then you can scroll up/down on the icon with the mouse.")
-
-_("Go to the \302\253Xgamma\302\273 module.")
-
-_("How can I change the speaker volume quickly?")
-
-_("Enable the AlsaMixer applet, then you can scroll up/down on the icon with the mouse.")
-
-_("Go to the \302\253AlsaMixer\302\273 module.")
-
-_("How can I quickly switch to another desktop?")
-
-_("Tip: This applet even lets you add or remove quickly a desktop !")
-
-_("Activate the Switcher applet, then you can scroll up/down on the icon with the mouse to go to the previous/next desktop,\n or click on the icon to select a desktop.")
-
-_("Go to the \302\253Switcher\302\273 module.")
-
-_("How can I control my dock from the keyboard?")
-
-_("Tip: When you define a shortkey, try it before to be sure that it is not already used by another application!")
-
-_("Many applets have events that can be triggered by a keyboard shortcut :\n - the <i>AlsaMixer</i> applet allows you to pop-up a <b>volume button</b> that can be controlled with the left/right arrows.\n - the <i>Terminal</i> applet allows you to pop-up the <b>terminal window</b> and directly write inside it.\n - the <i>Systray</i> applet allows you to pop-up the <b>notification area</b>.\n - the <i>Quick Browser</i> applet allows you to pop-up the <b>menu browser</b>, you can then navigate inside it with the arrows.\n - the <i>GMenu</i> applet allows you to pop-up the <b>Applications</b> menu, and also a <b>quick-launcher</b> dialog box.\n - the <i>Clipper</i> applet allows you to pop-up the <b>clipboard history</b> menu.\n - and of course, the <i>Scooby-Do</i> plug-in let you <b>navigate inside your docks</b> and quickly <b>find and launch</b> applications and files !")
-
-_("Troubleshooting")
-
-_("If you have any question, don't hesitate to ask on our forum.")
-
-_("Forum")
-
-_("Our wiki can also help you, it is more complete on some points.")
-
-_("Wiki")
-
-_("I have a black background around my dock.")
-
-_("Hint : If you have an ATI or an Intel card, you should try without OpenGL first, because their drivers are not yet perfect.")
-
-_("You need to turn on compositing. For instance, you can run Compiz or xcompmgr. \nIf you're using XFCE or KDE, you can just enable compositing in the window manager options.\nIf you're using Gnome, you can enable it in Metacity in this way :\n Open gconf-editor, edit the key '/apps/metacity/general/compositing_manager' and set it to 'true'.")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you're on Gnome with Metacity (without Compiz), you can click on this button:")
-
-_("My machine is too old to run a composite manager.")
-
-_("Don't panic, Cairo-Dock can emulate the transparency.\nTo get rid of the black background, simply enable the corresponding option in the end of the \302\253System\302\273 module")
-
-_("The dock is horribly slow when I move the mouse into it.")
-
-_("If you have an Nvidia GeForce8 graphics card, please install the latest drivers, as the first ones were really buggy.\nIf the dock is running without OpenGL, try to reduce the number of icons in the main dock, or try to reduce its size.\nIf the dock is running with OpenGL, try to disable it by launching the dock with \302\253cairo-dock -c\302\273.")
-
-_("I don't have these wonderful effects like fire, cube rotating, etc.")
-
-_("Tip: You can force OpenGL by launching the dock with \302\253cairo-dock -o\302\273.but you might get a lot of visual artifacts.")
-
-_("You need a graphics card with drivers that support OpenGL2.0. Most Nvidia cards can do this, as can more and more Intel cards. Most ATI cards do not support OpenGL2.0.")
-
-_("I don't have any themes in the Theme Manager, except the default one.")
-
-_("Hint : Up to version 2.1.1-2, wget was used.")
-
-_("Be sure that you are connected to the Net.\n If your connection is very slow, you can increase the connection timeout in the \"System\" module.\n If you're under a proxy, you'll have to configure \"curl\" to use it; search on the web how to do it (basically, you have to set up the \"http_proxy\" environment variable).")
-
-_("The \302\253netspeed\302\273 applet displays 0 even when I'm downloading something")
-
-_("Tip: you can run several instances of this applet if you wish to monitor several interfaces.")
-
-_("You must tell the applet which interface you're using to connect to the Net (by default, this is \302\253eth0\302\273).\nJust edit its configuration, and enter the interface name. To find it, type \302\253ifconfig\302\273 in a terminal, and ignore the \302\253loop\302\273 interface. It's probably something like \302\253eth1\302\273, \302\253ath0\302\273, or \302\253wifi0\302\273..")
-
-_("The dustbin remains empty even when I delete a file.")
-
-_("if you're using KDE, you may have to specify the path to the trash folder.\nJust edit the applet's configuration, and fill in the Trash path; it is probably \302\253~/.locale/share/Trash/files\302\273. Be very careful when typing a path here!!! (do not insert spaces or some invisible caracters).")
-
-_("There is no icon in the Applications Menu even though I enable the option.")
-
-_("In Gnome, there is an option that override the dock's one. To enable icons in menus, open 'gconf-editor', go to Desktop / Gnome / Interface and enable the \"menus have icons\" and the \"buttons have icons\" options. ")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you're on Gnome you can click on this button:")
-
-_("The Project")
-
-_("Join the project!")
-
-_("We value your help! If you see a bug, if you think something could be improved,\nor if you just made a dream about the dock, pay us a visit on cairo-dock.org.\nEnglish (and others!) speakers are welcome, so don\342\200\231t be shy ! ;-)\n\nIf you made a theme for the dock or one of the applet, and want to share it, we\342\200\231ll be happy to integrate it on our server !")
-
-_("If you wish to develop an applet, a complete documentation is available here.")
-
-_("Documentation")
-
-_("If you wish to develop an applet in Python, Perl or any other language,\nor to interact with the dock in any kind of way, a full DBus API is described here.")
-
-_("DBus API")
-
-_("\nThe Cairo-Dock Team")
-
-_("Websites")
-
-_("Problems? Suggestions? Just want to talk to us? Come on over!")
-
-_("Community site")
-
-_("Find the latest version of Cairo-Dock here !")
-
-_("Development site")
-
-_("Other applets")
-
-_("Cairo-Dock-Plug-ins-Extras")
-
-_("Repositories")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you're on Ubuntu, you can add our 'stable' repository by clicking on this button:\n After that, you can launch your update manager in order to install the latest stable version.")
-
-_("Tip: If this line is grayed, it's because this tip is not for you.)")
-
-_("If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by clicking on this button:\n After that, you can launch your update manager in order to install the latest weekly version.")
-
-_("Behavior")
-
-_("Position on the screen")
-
-_("Choose the screen border relative to which the dock will be positioned:")
-
-_("bottom")
-
-_("top")
-
-_("right")
-
-_("left")
-
-_("When set to 0 the dock will position itself relative to the left corner if horizontal and the top corner if vertical. When set to 1 it will position itself relative to the right corner if horizontal and the bottom corner if vertical. When set to 0.5, it will position itself relative to the middle of the screen's edge.")
-
-_("Relative alignment:")
-
-_("Position relative to the selected screen edge")
-
-_("Gap from the absolute position on the screen's edge, in pixels. You can also move the dock by holding the ALT or CTRL key and the left mouse button.")
-
-_("Lateral gap:")
-
-_("in pixels. You can also move the dock by holding the ALT or CTRL key and the left mouse button.")
-
-_("Distance to the screen edge:")
-
-_("starting from 0")
-
-_("Number of the screen where the dock should be located:")
-
-_("Visibility of the dock")
-
-_("Modes are sorted from the most intrusive to the less intrusive.\nWhen the dock is hidden or below a window, place the mouse on the screen's border to call it back.\nWhen the dock pops up on shortcut, it will appear at the position of your mouse. The rest of the time, it stays invisible, thus acting like a menu.")
-
-_("Visibility:")
-
-_("Always on top")
-
-_("Reserve space for the dock")
-
-_("Keep the dock below")
-
-_("Hide the dock when it overlaps the current window")
-
-_("Hide the dock whenever it overlaps any window")
-
-_("Keep the dock hidden")
-
-_("Pop-up on shortcut")
-
-_("Appearance")
-
-_("Views")
-
-_("Leave it empty to use the same view as the main dock.")
-
-_("Choose the view for this dock :/")
-
-_("Background")
-
-_("Fill the background with:")
-
-_("Same as main dock")
-
-_("Image")
-
-_("Colour gradation")
-
-_("Any format allowed; if empty, the colour gradation will be used as a fall back.")
-
-_("Image filename to use as a background :")
-
-_("Repeat image as a pattern to fill background?")
-
-_("Bright colour:")
-
-_("Dark colour:")
-
-_("Themes")
-
-_("Choose a theme")
-
-_("Choose one of the available themes:")
-
-_("You can even paste an internet URL.")
-
-_("...or drag and drop a theme package here :")
-
-_("If you tick this box, your launchers will be deleted and replaced by the ones provided in the new theme. Otherwise the current launchers will be kept, only icons will be replaced.")
-
-_("Use the new theme's launchers?")
-
-_("Otherwise the current behaviour will be kept. This defines the dock's position, behavioural settings such as auto-hide, using taskbar or not, etc.")
-
-_("Use the new theme's behaviour?")
-
-_("Save")
-
-_("Save current theme")
-
-_("You will then be able to re-open it at any time.")
-
-_("Save as:")
-
-_("Save current behaviour also?")
-
-_("Save current launchers also?")
-
-_("The dock will build a complete tarball of your current theme, allowing you to easily exchange it with other people.")
-
-_("Build a package of the theme?")
-
-_("Delete")
-
-_("List of your personal themes")
-
-_("Delete from the list themes that you don't need anymore :")
-
-_("Desktop Entry")
-
-_("Desktop Entry")
-
-_("Desktop Entry")
-
-_("Sub-dock's name :")
-
-_("How to render the icon :")
-
-_("Use an image")
-
-_("Draw sub-dock's content as emblems")
-
-_("Draw sub-dock's content as stack")
-
-_("Draw sub-dock's content inside a box")
-
-_("Image's name or path :")
-
-_("Extra parameters")
-
-_("Order you want for this launcher among the others:")
-
-_("Name of the container it belongs to:")
-
-_("Name of the view used for the sub-dock :")
-
-_("If '0' the container will be displayed on every viewport.")
-
-_("Only show in this specific viewport")
-
-_("Desktop Entry")
-
-_("Launcher's name :")
-
-_("How to render the icon :")
-
-_("Use an image")
-
-_("Draw sub-dock's content as emblems")
-
-_("Draw sub-dock's content as stack")
-
-_("Draw sub-dock's content inside a box")
-
-_("Image's name or path :")
-
-_("URI of the file :")
-
-_("Number of files to list in the sub-dock :")
-
-_("None")
-
-_("5")
-
-_("10")
-
-_("20")
-
-_("30")
-
-_("All")
-
-_("Sort files by :")
-
-_("Name")
-
-_("Size")
-
-_("Date")
-
-_("Extra parameters")
-
-_("Order you want for this launcher among the others:")
-
-_("Name of the container it belongs to:")
-
-_("If '0' the launcher will be displayed on every viewport.")
-
-_("Only show in this specific viewport")
-
-_("Desktop Entry")
-
-_("Launcher's name :")
-
-_("Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard shortcut, for exemple <Alt>F1, <Ctrl>c, <Ctrl>v, etc")
-
-_("Command to launch on click :")
-
-_("Image's name or path :")
-
-_("If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.")
-
-_("Name of the container it belongs to:")
-
-_("Extra parameters")
-
-_("Order you want for this launcher among the others:")
-
-_("If you choosed to mix launcher and applis, this option will deactivate this behaviour for this launcher only. It can be useful for instance for a launcher that launches a script in a terminal, but you don't want it to steal the Terminal's icon from the Taskbar.")
-
-_("Prevent this launcher from stealing appli from taskbar ?")
-
-_("The only reason you may want to modify this parameter is if you made this launcher by hands. If you dropped it into the dock from the menu, it is nearly sure that you shouldn't touch it. It defines the class of the program, which is useful to link the appli with its launcher.")
-
-_("Class of the program :")
-
-_("It will use 'xterm'.")
-
-_("Run in a terminal ?")
-
-_("If '0' the launcher will be displayed on every viewport.")
-
-_("Only show in this specific viewport")
-
-_("Desktop Entry")
-
-_("Image's name or path :")
-
-_("Extra parameters")
-
-_("Order you want for this launcher among the others:")
-
-_("Name of the container it belongs to:")
-
-_("pouet")
-
-_("v1.4.6.3 :\nJust to say :\n*** Happy new Year 2008 ! ***\n the Cairo-Dock's team.")
-
-_("v1.4.6.3 :\nJust to say :\n*** Happy new Year 2008 ! ***\n the Cairo-Dock's team.")
-
-_("v1.4.6.3 :\nJust to say :\n*** Happy new Year 2008 ! ***\n the Cairo-Dock's team.")
-
-_("v1.4.6.3 :\nJust to say :\n*** Happy new Year 2008 ! ***\n the Cairo-Dock's team.")
-
-_("v1.5.0 : it's been 1 month since previous release, and we worked hardly to bring you :\n - A parabolic view : perfect for sub-docks with a dozen of icons.\n - A big pack of new applets :\n Cairo-Dock has now its own terminal.\n It can handle your systray instead of your panel,\n monitor your laptop's battery,\n and change your screen's luminosity through the dock\n The integration into the GNOME desktop is provided by the 'gnome-integration' plug-in.\n Wanted : a KDE user who could do the same for KDE !\n - Dustbin v2 can now handle drag'n'drops and display nice info.\n - Manual separators, better sub-dock accessibility, 64bits works smoothly, etc\n - And cherry on the cake, a new theme (I, Cairo) !\n Now, why not try to make an applet for Cairo-Dock ? ;-)")
-
-_("v1.5.1 :\n - The 1.5 branch is still young, so this version brings a lot of bug fixes\n - Cairo-Dock is now translated in Japanese, thanks to Jiro Kawada for his work !\n - A new view has appeared : Rainbow\n - Cairo-Dock has become a desklet manager !\n most of applets can now detached themselves from the dock\n and behave as real desklets.")
-
-_("v1.5.2.1 :\n - a lot of bug fixes, especially on desklets.\n - New applet : weather !\n - Cairo-Dock is now fully translated in Japanese, thanks to Jiro Kawada !")
-
-_("v1.5.3.2 :\n - Themes have been deeply reviewed\n to switch from one to another completely.\n - New applet : alsaMixer !\n - Desklets improvment with the 'showDesklets' applet.\n - The 'Shortcuts' applet can now detached itself from the dock.\n - The dock can now behave like a menu 'on-the-mouse'\n - Updates in translations and the usual bug fixes. ^_^\n By the way, we are still searching someone\n who could help cairo-dock to be well-integrated into KDE ;-)")
-
-_("v1.5.4.2 : a huge release !\n - add a cute pinguin in your dock with the new applet Cairo-Penguin\n - monitor your wifi connection with the Wifi applet\n - control xmms, audacious, banshee and exaile with the Xmms applet\n - Cairo-Dock is now fully integrated into XFCE environment !\n - better detection of battery in the Powermanager applet\n - lot of improvments in the Terminal applet.\n - the dock can auto-resize when it grows too large\n - refresh your dock with the new theme : Wood\n - 3 more themes in Weather")
-
-_("v1.5.5.4 :\n - Huge enhancements in the TaskBar :\n launchers and applets can now behave as applications.\n windows can show up during drag and drop if mouse stay on them\n - hiqh quality launchers' icons can be used instead of X ones\n - Quickly manage Compiz with the 'Compiz-Icon' applet\n - Control Cairo-Dock from an external program thanks to the Dbus plug-in.\n - Added a 'ShowDesktop' applet for convenience.\n - Some fix in PowerManager (now ok !)\n - The ability to have many docks for a single instance of Cairo-Dock.\n - Cairo-Dock is not yet well integrated into Gnome 2.22, but it will come soon ;-)")
-
-_("v1.5.6 :\n - Integration into the last Gnome 2.22 (Ubuntu8.04, Fedora9, ...) - still experimental\n - You can now have many docks in 1 instance of Cairo-Dock.\n Just place a launcher or an applet in a dock, giving this dock a name that doesn't exist yet\n a new one will be created.\n - SHIFT+mouse wheel on AlsaMixer, Xmms, Rhythmbox, etc.\n - Launchers can now launch keyboard shortcuts.\n - The dock can now auto-hide itself when a window is maximized.\n - Improvment in drag and drop with animated indicator.\n - Physical separator in 3D-plane view.\n - Bug fixes in XGamma/Weather.\n - Any help would be welcome to integrate the dock into KDE !")
-
-_("v1.6.0 :\n - A new view has appeared : Diapositive !\n - A huge stock of new applets :\n cpusage\n ram-meter\n netspeed\n tomboy\n nVidia\n - 2 new themes : Neon & Clear\n - A new cute character for Cairo-Penguin : Wanda the Cairo-Fish ^_^\n - Cairo-Dock can now run without composite manager, with fake transparency.\n - The dock can now stay below windows and be popped up on demand.\n - Auto-reload on crash.\n - Real window thumbnail when minimized.")
-
-_("v1.6.1 :\nCairo-Dock has one year ! To celebrate this event, we are happy to offer you :\n - Once again a new view : Curve !\n - A long time waited applet : the desktop Switcher.\n - A very complete theme : Brit\n - Translation in italian and chinese.\n - And we are still hoping someone would help us writing a kde-integration plug-in ^_^")
-
-_("v1.6.2 : the first version integrated in the Ubuntu repositories !\n - 2 new applets have been released :\n Slider and Stack. Enjoy !\n - Applets can now be launched many times\n (Clock, Cairo-Penguin, Slider, Stack), each with a different config.\n - Cairo-Dock is now able to load themes on its own server,\n so feel free to send us all your themes, we can distribute them ! :-)\n - And we are still searching someone motivated to write a kde-integration plug-in ^_^")
-
-_("v1.6.3 : \n - first the bad news :\n user datas have been moved into ~/.config to respect the FreeDesktop standards.\n and local icons are now in a dedicated 'icons' sub-folder.\n So in advance, sorry for the possible inconvenience ^_^\n - And now the very good news !\n - 2 new applets have just been born : Clipper and GMenu. \n - Lot of improvements for Desklets : decorations, rotation, dragging, etc\n - Cpusage and other applets can now display nice graphics.\n - You can now remove launchers by dragging them out of the dock\n and detach applet in the same way.\n - Smooth icons movement when dragging them inside the dock\n - The dock is now translated in Sweden and partially in Greek.")
-
-_("Cairo-Dock II\n - Cairo-Dock is now a full OpenGL dock ! (the cairo backend is still available for old graphic cards or ATI)\n - New plug-ins provide many visual affects : Animated icons, icon effects, illusion, drop indicator, motion blur, dialog rendering\n - The config panel has been widely rewritten.\n - Desklets are now in 3D\n - New applets : mail, keyboard indicator, quick folder, Toons.\n - Lot of bug fixes and upgrades in all plug-ins.")
-
-_("2.0.5 :\n - This is mainly a bug-fix version\n - improvment in the RB applet\n - Added functionnalities on grouped applications icons.")
-
-_("2.1.0 : A really heavy version !\n - Control any music player with the MusicPlayer applet\n Share your files easily with the world thanks to the dnd2share applet,\n Monitor your system thanks to the System-Monitor applet\n Take notes quickly thanks to the Notes applet.\n - The dock has an \"extended panel\" mode and a new theme selector.\n - Lot of updates in the Keyboard-indicator and Shortcuts applets\n - New animation for the 'Slide' view\n - Bug fixes in the Taskbar, Clipper, Powermanager, Clock and Cairo-Penguin modules.\n - OpenGL mode works on ATI and Intel with the latest drivers !\n - Finally, Cairo-Dock has its own ppa on LaunchPad, and a complete documentation on http://doc.glx-dock.org.")
-
-_("2.1.1 : more stable and user-friendly !\n - This version corrects many bugs appeared with the v2.1.0 (sorry for that !)\n - There is no more visual artifact under Metacity,OpenBox,KDE,etc.\n - Applis can now be placed amongst launchers and applets.\n - A new and convenient config panel for launchers.\n - Switcher provides a list of all opened windows on middle-click,\n and allows you to name your desktops.\n - Logout can be programmed to shutdown at a given time.\n - The dock fades out smoothly when it hides below other windows.\n - Clipper has an option to copy all items at once.\n - The DBus plug-in provides a new and powerful API that lets you control your dock from an extern application.\n You can even write an applet in any language with it !")
-
-_("2.1.2 : \n - The config panel has been improved again (new icons, more clear, better option naming)\n - Desklets can be fixed on their current desktop, not only on the first one.\n - Launchers can also be assigned to a given desktop\n - Auto-hide has been rewritten\n - Welcome to the new \"RSS-reader\" applet !\n - Light up your dock with the new \"firework\" icon effects !\n - ShowDesktop can now show the desklets, the Widget Layer, and the Expose on middle-click.\n - The Mail applet can mark all messages as read.\n - A KDE-integration plug-in has been started, any help is greatly welcome to achieve it !")
-
-_("GLX-Dock 2.1.3\n - A new and simplified configuration panel has been written\n - Thumbnails of windows inside the dock now have an emblem.\n - Icons pointing on sub-docks can display the sub-dock's content.\n - When an application demands your attention, only its icon will appear when the dock is hidden.\n - The DBus plug-in now allows to automatically load external applets, written in any language.\n - ShowDesktop can now quickly change the resolution of the screen.\n - Dnd2Share can now directly sends the clipboard's content.\n - This version also fixes a huge number of problems.")
-
-_("<b><span color='red'>GLX-Dock 2.2.0</span></b>\n - The dock has gained 2 <b>new visibility modes</b> and several <b>auto-hide animations</b>.\n - Icons can be <b>displayed even when the dock is hidden</b> (Clock, System-Monitor, applications demanding your attention, etc)\n - Icons pointing on a sub-dock can be displayed <b>inside a box</b> with a nice opening animation.\n - A <b>new view</b> is available : <u>panel</u>\n - The <b>Me-Menu</b> and <b>Messaging-Menu</b> are now available inside the dock.\n - <b>Clock</b> applet has now a real <b>calendar with tasks management</b> (available with left-click).\n - You can now <b>lock your screen</b> with the <b>Logout</b> applet.\n - <b>Desklets</b> can now be <b>transparent to mouse</b>, that is to say you can click on what is behind the desklet.\n - Better support of <b>old graphic cards</b> thanks to FBOs.\n - The <b>config panel icons</b> have been refreshed, with a more Tango-friendly theme and better options layout.\n - A <b>new default theme</b> is also available; it should integrate itself better on any desktop.")
-
=== modified file 'data/preview-default.png' (properties changed: +x to -x)
=== modified file 'data/readme-default-view' (properties changed: +x to -x)
=== modified file 'data/themes.conf.in'
--- data/themes.conf.in 2010-08-07 01:28:23 +0000
+++ data/themes.conf.in 2010-10-02 18:15:57 +0000
@@ -13,8 +13,8 @@
#{You can even paste an internet URL.}
package =
-#F
-frame1_=
+#F[Theme loading options]
+frame2=
#b Use the new theme's launchers?
#{If you tick this box, your launchers will be deleted and replaced by the ones provided in the new theme. Otherwise the current launchers will be kept, only icons will be replaced.}
@@ -24,7 +24,6 @@
#{Otherwise the current behaviour will be kept. This defines the dock's position, behavioural settings such as auto-hide, using taskbar or not, etc.}
use theme behaviour = false
-
#[gtk-save]
[Save]
=== modified file 'debian/changelog'
--- debian/changelog 2010-09-07 18:32:48 +0000
+++ debian/changelog 2010-10-02 18:15:57 +0000
@@ -1,3 +1,40 @@
+cairo-dock (2.2.0~4-0ubuntu1) UNRELEASED; urgency=low
+
+ * New Upstream Version (LP: #653702)
+ * Fixed a few bugs:
+ - Fixed a random crash if CD is launched much time before the WM
+ - Improved the OpenGL backend.
+ - Some Images paths were wrong
+ - Icon label text was truncated (LP: #611738)
+ - Fixed a bug when the font was too big
+ - Gauges: Add a line return in order to read all Readme file
+ - Dialogues don't respect selected font (LP: #518628)
+ * debian/control:
+ - Updated the description.
+ * data/help.conf.in:
+ - Removed the Gnome-Panel: Used the right gconf key
+
+ -- Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx> Sat, 02 Oct 2010 20:10:59 +0200
+
+cairo-dock (2.2.0~2-0ubuntu1) maverick; urgency=low
+
+ * New Upstream Version (LP: #638527)
+ * Fixed a few bugs:
+ - Third-party applets can be deleted if the user switch to offline
+ - Fixed a crash when changing the theme
+ - Fixed transparency for data-renderer texts
+ - Installed in lib/ directory by default for 64bits architecture
+ - Fixed the name of applets in the launchers config panel
+ - Fixed address of third-party applets in the menu
+ - Code cleaning.
+ * Updated Translations
+ * debian/patches
+ - Updated 01-desktop-file-category.patch (desktop files has changed)
+ * data/messages: Removed an useless file
+ * Removed a few useless excecution rights.
+
+ -- Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx> Sat, 18 Sep 2010 14:17:48 +0200
+
cairo-dock (2.2.0~0rc1-0ubuntu1) maverick; urgency=low
* New Upstream Version (LP: #632055)
=== modified file 'debian/control'
--- debian/control 2010-08-09 23:25:37 +0000
+++ debian/control 2010-10-02 18:15:57 +0000
@@ -30,15 +30,17 @@
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
- .
- This metapackage provides the components necessary for running Cairo-Dock. It
+ Development site: https://launchpad.net/cairo-dock
+ .sary for running Cairo-Dock. It
provides the Cairo-Dock core, a set of standard plugins and the files necessary
to integrate Cairo-Dock with your desktop environment.
@@ -50,15 +52,18 @@
Depends: cairo-dock-data (>= ${source:Version}),
${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.
@@ -80,15 +85,18 @@
libxinerama-dev,
libglib2.0-dev,
gawk
-Recommends: cairo-dock-plug-ins
+Suggests: 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 +109,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.
=== modified file 'debian/patches/01-desktop-file-category.patch'
--- debian/patches/01-desktop-file-category.patch 2010-08-07 01:28:23 +0000
+++ debian/patches/01-desktop-file-category.patch 2010-10-02 18:15:57 +0000
@@ -1,30 +1,32 @@
diff -Nur -x '*.orig' -x '*~' cairo-dock/data/cairo-dock-cairo.desktop cairo-dock.new/data/cairo-dock-cairo.desktop
---- cairo-dock/data/cairo-dock-cairo.desktop 2010-08-07 01:22:28.000000000 +0200
-+++ cairo-dock.new/data/cairo-dock-cairo.desktop 2010-08-07 02:23:31.293404914 +0200
-@@ -1,5 +1,4 @@
+--- cairo-dock/data/cairo-dock-cairo.desktop 2010-09-18 13:53:13.000000000 +0200
++++ cairo-dock.new/data/cairo-dock-cairo.desktop 2010-09-18 14:08:20.861327185 +0200
+@@ -1,6 +1,5 @@
+
[Desktop Entry]
-Encoding=UTF-8
Type=Application
Exec=cairo-dock -c
Icon=cairo-dock.svg
-@@ -11,4 +10,4 @@
-
+@@ -15,4 +14,4 @@
GenericName=Multi-purpose Dock and Desklets
GenericName[fr]=Dock et Desklets multi-usage
+
-Categories=System;
+Categories=Utility;
diff -Nur -x '*.orig' -x '*~' cairo-dock/data/cairo-dock.desktop cairo-dock.new/data/cairo-dock.desktop
---- cairo-dock/data/cairo-dock.desktop 2010-08-07 01:22:29.000000000 +0200
-+++ cairo-dock.new/data/cairo-dock.desktop 2010-08-07 02:23:28.413348451 +0200
-@@ -1,5 +1,4 @@
+--- cairo-dock/data/cairo-dock.desktop 2010-09-18 13:53:14.000000000 +0200
++++ cairo-dock.new/data/cairo-dock.desktop 2010-09-18 14:08:31.961493531 +0200
+@@ -1,6 +1,5 @@
+
[Desktop Entry]
-Encoding=UTF-8
Type=Application
Exec=cairo-dock -o
Icon=cairo-dock.svg
-@@ -11,4 +10,4 @@
-
+@@ -58,4 +57,4 @@
GenericName=Multi-purpose Dock and Desklets
GenericName[fr]=Dock et Desklets multi-usage
+
-Categories=System;
+Categories=Utility;
=== modified file 'po/ar.po'
--- po/ar.po 2010-09-07 00:38:36 +0000
+++ po/ar.po 2010-10-02 18:15:57 +0000
@@ -7,205 +7,55 @@
msgstr ""
"Project-Id-Version: cairo-dock-core\n"
"Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2010-05-25 12:36+0000\n"
-"PO-Revision-Date: 2010-05-25 13:11+0000\n"
-"Last-Translator: Matthieu Baerts <matttbe@xxxxxxxxx>\n"
+"POT-Creation-Date: 2010-09-13 00:34+0000\n"
+"PO-Revision-Date: 2010-09-15 11:46+0000\n"
+"Last-Translator: Ahmed Mohammed <Unknown>\n"
"Language-Team: Arabic <ar@xxxxxx>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2010-05-26 03:43+0000\n"
+"X-Launchpad-Export-Date: 2010-09-16 04:57+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
-#: ../src/cairo-dock-applet-facility.h:257
-msgid ""
-"The theme could not be found; the default theme will be used instead.\n"
-" You can change this by opening the configuration of this module. Do you "
-"want to do it now?"
-msgstr ""
-"ï»» ÙÙ
Ù٠اÙعثÙر عÙ٠اÙسÙÙÙ
ÙØ©Ù . سÙ٠تÙÙ٠اÙسÙÙÙ
Ùة٠اÙاÙتراضÙØ© Ù
ÙعÙÙ .\n"
-"ÙÙ
ÙÙ٠تغÙÙر Ø°Ù٠ع٠طرÙÙ ÙØªØ ØªÙÙÙÙ Ùذ٠اÙÙØدة. Ù٠ترÙد أ٠تÙع٠ذÙ٠اÙØ¢ÙØ"
-
-#: ../src/cairo-dock-applet-facility.h:272
-msgid ""
-"The gauge theme could not be found; a default gauge will be used instead.\n"
-"You can change this by opening the configuration of this module. Do you want "
-"to do it now?"
-msgstr ""
-"ï»» ÙÙ
Ù٠اÙعثÙر عÙ٠اÙسÙÙÙ
Ùة٠اÙÙÙاسÙØ©. سÙÙ ÙÙÙ٠اÙÙÙاس اÙاÙتراضÙØ© Ù
ÙعÙÙ .\n"
-"ÙÙ
ÙÙ٠تغÙÙر Ø°Ù٠ع٠طرÙÙ ÙØªØ ØªÙÙÙÙ Ùذ٠اÙÙØدة. Ù٠ترÙد أ٠تÙع٠ذÙ٠اÙØ¢ÙØ"
-
-#: ../src/cairo-dock-applet-facility.h:354
-msgid "Applet's handbook"
-msgstr ""
-
-#: ../src/cairo-dock-file-manager.c:520 ../src/cairo-dock-file-manager.c:567
-#, c-format
-msgid "%s is now mounted"
-msgstr "%s ÙØÙ
٠اÙاÙ"
-
-#: ../src/cairo-dock-file-manager.c:520 ../src/cairo-dock-file-manager.c:567
-#, c-format
-msgid "%s is now unmounted"
-msgstr "%s اÙا٠غÙر Ù
ØÙ
Ù"
-
-#: ../src/cairo-dock-file-manager.c:586
-#, c-format
-msgid "failed to mount %s"
-msgstr "Ùش٠تØÙ
ÙÙ %s"
-
-#: ../src/cairo-dock-file-manager.c:586
-#, c-format
-msgid "Failed to unmount %s"
-msgstr "Ùش٠إÙغاء تØÙ
ÙÙ %s"
-
-#: ../src/cairo-dock-gui-factory.c:772
-msgid "_Custom Icons_"
-msgstr "_اÙÙÙÙÙ Ù
عدÙÙ_"
-
-#: ../src/cairo-dock-gui-factory.c:866 ../src/cairo-dock-menu.c:1461
-msgid "Configure this applet"
-msgstr "تÙÙÙ٠اÙاضاÙØ©"
-
-#: ../src/cairo-dock-gui-factory.c:1167
-msgid "Accessory"
-msgstr "Ù
ÙØÙات"
-
-#: ../src/cairo-dock-gui-factory.c:1172 ../src/cairo-dock-gui-main.c:127
-msgid "Desktop"
-msgstr "Ø³Ø·Ø Ø§ÙÙ
Ùتب"
-
-#: ../src/cairo-dock-gui-factory.c:1177
-msgid "Controller"
-msgstr "اÙتØÙÙ
"
-
-#: ../src/cairo-dock-gui-factory.c:1182
-msgid "Plug-in"
-msgstr "Ù
ÙÙÙات"
-
-#: ../src/cairo-dock-gui-factory.c:1213
-msgid "rate me"
-msgstr "ÙÙÙÙ
ÙÙ"
-
-#: ../src/cairo-dock-gui-factory.c:1233
-msgid "Local"
-msgstr "Ù
ØÙÙÙÙ"
-
-#: ../src/cairo-dock-gui-factory.c:1237
-msgid "User"
-msgstr "Ù
ستخدÙ
"
-
-#: ../src/cairo-dock-gui-factory.c:1241
-msgid "Net"
-msgstr "شبÙØ©"
-
-#: ../src/cairo-dock-gui-factory.c:1245
-msgid "New"
-msgstr "جدÙد"
-
-#: ../src/cairo-dock-gui-factory.c:1250
-msgid "Updated"
-msgstr "Ù
Øدث"
-
-#: ../src/cairo-dock-gui-factory.c:1346 ../src/cairo-dock-gui-factory.c:1348
-msgid "You must try the theme before you can rate it."
-msgstr "ÙتÙجب عÙÙ٠تجربة اÙسÙ
Ø© Ùب٠تÙÙÙ
Ùا"
-
-#: ../src/cairo-dock-gui-factory.c:1371
-#, c-format
-msgid ""
-"The '%s' module was not found.\n"
-"Be sure to install it with the same version as the dock to enjoy these "
-"features."
-msgstr ""
-"اÙÙÙÙÙÙ '%s' ÙÙ
ÙتÙ
اÙعثÙر عÙÙاÙÙØدة .\n"
-"Ùجب اÙتأÙد Ù
٠تثبت اÙاصدار اÙÙ
تÙاÙÙ Ù
ع اÙشرÙØ· ÙتÙ
تع بÙذ٠اÙÙ
زاÙا ."
-
-#: ../src/cairo-dock-gui-factory.c:1380
-#, c-format
-msgid ""
-"The '%s' plug-in is not active.\n"
-"Activate it now?"
-msgstr ""
-"اÙإضاÙØ© '%s' غÙر Ù
ÙعÙÙ.\n"
-"Ù٠ترÙد تÙعÙÙÙا اÙØ¢Ù Ø"
-
-#: ../src/cairo-dock-gui-factory.c:2028
-#, c-format
-msgid "Listing themes in '%s' ..."
-msgstr "ÙائÙ
Ø© اÙسÙ
ات ÙÙ '%s' ..."
-
-#: ../src/cairo-dock-gui-factory.c:2088
-msgid "Animation:"
-msgstr "تØرÙÙ:"
-
-#: ../src/cairo-dock-gui-factory.c:2107
-msgid "Effects:"
-msgstr "تأثÙرات:"
-
-#: ../src/cairo-dock-gui-factory.c:2241
-msgid "plug-in"
-msgstr ""
-
-#: ../src/cairo-dock-gui-factory.c:2247
-msgid "category"
-msgstr "تصÙÙÙ"
-
-#: ../src/cairo-dock-gui-factory.c:2290
-msgid ""
-"Click on an applet in order to have a preview and a description for it."
-msgstr "اÙÙر عÙ٠اÙÙ
صغر ÙÙØصÙ٠عÙ٠عرض Ù Ùص٠ÙÙ."
-
-#: ../src/cairo-dock-gui-factory.c:2650
-msgid "state"
-msgstr "ÙÙاÙÙ"
-
-#: ../src/cairo-dock-gui-factory.c:2656
-msgid "Theme"
-msgstr "سÙÙ
Ø©"
-
-#: ../src/cairo-dock-gui-factory.c:2669
-msgid "Rating"
-msgstr "تÙÙÙÙ
"
-
-#: ../src/cairo-dock-gui-factory.c:2675
-msgid "Sobriety"
-msgstr ""
-
-#: ../src/cairo-dock-gui-factory.c:2761
-msgid "link"
-msgstr "رابط"
-
-#: ../src/cairo-dock-gui-factory.c:2814
-msgid "Grab"
-msgstr "اÙتÙاط"
-
#: ../src/cairo-dock-gui-launcher.c:376
msgid "Launcher configuration"
msgstr "اعدادات اÙÙ
شغÙ"
-#: ../src/cairo-dock-gui-main.c:124 ../data/messages:271
+#: ../src/cairo-dock-gui-main.c:128 ../data/messages:277
msgid "Behaviour"
msgstr "اÙسÙÙÙÙ"
-#: ../src/cairo-dock-gui-main.c:125 ../data/messages:83 ../data/messages:1281
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1397
msgid "Appearance"
msgstr "اÙÙ
ظÙر"
-#: ../src/cairo-dock-gui-main.c:126
+#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1231
+msgid "Files"
+msgstr "Ù
ÙÙÙات"
+
+#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1236
+msgid "Internet"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1241
+msgid "Desktop"
+msgstr "Ø³Ø·Ø Ø§ÙÙ
Ùتب"
+
+#: ../src/cairo-dock-gui-main.c:133
msgid "Accessories"
msgstr "Ù
ÙØÙات"
-#: ../src/cairo-dock-gui-main.c:128
-msgid "Controllers"
-msgstr "اÙÙ
تØÙÙ
ات"
-
-#: ../src/cairo-dock-gui-main.c:129
-msgid "Plug-ins"
-msgstr "Ù
ÙØÙات"
-
-#: ../src/cairo-dock-gui-main.c:130 ../src/cairo-dock-gui-main.c:1524
-#: ../data/messages:1391
+#: ../src/cairo-dock-gui-main.c:134 ../src/gldit/cairo-dock-gui-factory.c:1251
+#: ../src/gldit/cairo-dock-internal-system.c:123 ../data/messages:353
+msgid "System"
+msgstr "اÙÙÙظاÙ
"
+
+#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1256
+msgid "Fun"
+msgstr "Ù
رØ"
+
+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1526
+#: ../data/messages:1531
msgid "All"
msgstr "اÙÙÙ"
@@ -213,43 +63,51 @@
msgid "Categories"
msgstr "اÙتصÙÙÙات"
-#: ../src/cairo-dock-gui-main.c:1630
+#: ../src/cairo-dock-gui-main.c:1632
msgid "Filter"
msgstr "ÙÙترة"
-#: ../src/cairo-dock-gui-main.c:1681 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1679 ../data/messages:141
msgid "Options"
msgstr "Ø®Ùارات"
-#: ../src/cairo-dock-gui-main.c:1691
+#: ../src/cairo-dock-gui-main.c:1689
msgid "All words"
msgstr "ÙاÙØ© اÙÙÙÙ
ات"
-#: ../src/cairo-dock-gui-main.c:1695
+#: ../src/cairo-dock-gui-main.c:1693
msgid "Highlighted words"
msgstr "اÙÙÙÙ
ات اÙÙ
ظÙÙØ©"
-#: ../src/cairo-dock-gui-main.c:1700
+#: ../src/cairo-dock-gui-main.c:1698
msgid "Hide others"
msgstr "اخÙاء اÙاخرÙ"
-#: ../src/cairo-dock-gui-main.c:1705
+#: ../src/cairo-dock-gui-main.c:1703
msgid "Search in description"
msgstr "اÙبØØ« باÙÙصÙ"
-#: ../src/cairo-dock-gui-main.c:1719
+#: ../src/cairo-dock-gui-main.c:1717
msgid "Enable this module"
msgstr "تÙ
ÙÙÙ Ùذ٠اÙÙØدة"
-#: ../src/cairo-dock-gui-main.c:1807 ../src/cairo-dock.c:648
+#: ../src/cairo-dock-gui-main.c:1781 ../data/messages:135
+msgid "More applets"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1782 ../data/messages:133
+msgid "Get more applets online !"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1817 ../src/cairo-dock.c:741
msgid "< Maintenance mode >"
msgstr "< Ùضع اÙصÙاÙØ© >"
-#: ../src/cairo-dock-gui-main.c:1897 ../src/cairo-dock-gui-simple.c:681
+#: ../src/cairo-dock-gui-main.c:1907 ../src/cairo-dock-gui-simple.c:769
msgid "Cairo-Dock configuration"
msgstr "إعدادات ÙاÙر٠دÙ"
-#: ../src/cairo-dock-gui-main.c:2218
+#: ../src/cairo-dock-gui-main.c:2228
#, c-format
msgid ""
"The '%s' module is not present. You need to install it and all its "
@@ -258,16 +116,16 @@
"'%s' اÙÙØدة غÙر Ù
ÙجÙدة . تØتاج Ø¥Ù٠تثبÙتÙا ÙجÙ
Ùع تابعاتÙا Ù
٠أج٠استخداÙ
ÙØ°Ù "
"اÙÙØدة"
-#: ../src/cairo-dock-gui-main.c:2224
+#: ../src/cairo-dock-gui-main.c:2234
#, c-format
msgid "The '%s' module is not enabled."
msgstr "'%s' اÙÙØدةغÙر Ù
ÙعÙØ©."
-#: ../src/cairo-dock-gui-main.c:2225
+#: ../src/cairo-dock-gui-main.c:2235
msgid "Do you want to enable it now?"
msgstr "Ù٠ترÙد تÙعÙÙÙا اÙاÙØ"
-#: ../src/cairo-dock-gui-main.c:2369
+#: ../src/cairo-dock-gui-main.c:2378
msgid ""
"It appears that you've never entered the help module before.\n"
"If you are having difficulty configuring the dock, or if you want to "
@@ -280,7 +138,28 @@
"اÙÙ
ساعد٠دائÙ
ا Ù
ÙجÙدة Ù
عÙ.\n"
"Ù٠ترÙد إاÙÙاء Ùظر٠عÙÙÙاØ"
-#: ../src/cairo-dock-gui-manager.c:290
+#: ../src/cairo-dock-gui-simple.c:396 ../src/cairo-dock-gui-themes.c:311
+#, c-format
+msgid "Importing theme %s ..."
+msgstr "استÙراد اÙسÙ
Ø© %s"
+
+#: ../src/cairo-dock-gui-simple.c:718
+msgid "Animation:"
+msgstr "تØرÙÙ:"
+
+#: ../src/cairo-dock-gui-simple.c:735
+msgid "Effects:"
+msgstr "تأثÙرات:"
+
+#: ../src/cairo-dock-gui-simple.c:750 ../data/messages:77
+msgid "On mouse hover:"
+msgstr "Øدث Ù
رÙر اÙÙأرة:"
+
+#: ../src/cairo-dock-gui-simple.c:751 ../data/messages:79
+msgid "On click:"
+msgstr "عÙد اÙضغط:"
+
+#: ../src/cairo-dock-gui-simple.c:803
msgid ""
"This is the simple configuration panel of Cairo-Dock.\n"
" After you get familiar with it, and if you want to customise your theme\n"
@@ -288,15 +167,15 @@
" You can switch from a mode to another at any time."
msgstr ""
-#: ../src/cairo-dock-gui-manager.c:685
+#: ../src/cairo-dock-gui-switch.c:68
msgid "Simple Mode"
msgstr "اÙÙضع اÙبسÙØ·"
-#: ../src/cairo-dock-gui-manager.c:685
+#: ../src/cairo-dock-gui-switch.c:68
msgid "Advanced Mode"
msgstr "اÙÙضع اÙÙ
تÙدÙ
"
-#: ../src/cairo-dock-gui-manager.c:687
+#: ../src/cairo-dock-gui-switch.c:70
msgid ""
"The advanced mode lets you tweak every single parameter of the dock. It is a "
"powerful tool to customise your current theme."
@@ -304,376 +183,216 @@
"اÙÙضع اÙÙ
تÙدÙ
ÙÙ
ÙØ٠اÙتØÙÙ
ÙÙ ÙÙ Ù
ؤشرات اÙشرÙØ·. ٠تعدÙ٠اÙسÙ
٠اÙØاÙÙÙ "
"بÙعاÙÙÙ."
-#: ../src/cairo-dock-gui-simple.c:383 ../src/cairo-dock-gui-themes.c:229
-#, c-format
-msgid "Importing theme %s ..."
-msgstr "استÙراد اÙسÙ
Ø© %s"
-
-#: ../src/cairo-dock-gui-themes.c:87
+#: ../src/cairo-dock-gui-themes.c:169
msgid "Could not import the theme."
msgstr "ï»»ÙÙ
Ù٠اسÙراد اÙسÙ
Ø© ."
-#: ../src/cairo-dock-gui-themes.c:143
+#: ../src/cairo-dock-gui-themes.c:225
msgid "The theme has been saved"
msgstr "تÙ
ØÙظ اÙسÙ
Ø©"
-#: ../src/cairo-dock-gui-themes.c:143
+#: ../src/cairo-dock-gui-themes.c:225
msgid "The theme could not be saved"
msgstr "ï»» ÙÙ
ÙÙ ØÙظ اÙسÙ
Ø© ."
-#: ../src/cairo-dock-gui-themes.c:169
+#: ../src/cairo-dock-gui-themes.c:251
msgid "The theme has been deleted"
msgstr "تÙ
Øذ٠اÙسÙ
Ø© ."
-#: ../src/cairo-dock-gui-themes.c:169
+#: ../src/cairo-dock-gui-themes.c:251
msgid "The theme could not be deleted"
msgstr "سÙ
Ø© Ùا ÙÙ
ÙÙ ØØ°ÙÙا ."
-#: ../src/cairo-dock-gui-themes.c:171
+#: ../src/cairo-dock-gui-themes.c:253
msgid "The themes have been deleted"
msgstr "اÙسÙ
ات تÙ
ØØ°ÙÙا ."
-#: ../src/cairo-dock-gui-themes.c:171
+#: ../src/cairo-dock-gui-themes.c:253
msgid "The themes could not be deleted"
msgstr "سÙ
ات ÙÙ
ÙتÙ
ØØ°ÙÙا ."
-#: ../src/cairo-dock-gui-themes.c:221
+#: ../src/cairo-dock-gui-themes.c:303
msgid ""
"You have made some changes to the current theme.\n"
"You will lose them if you don't save before choosing a new theme. Continue "
"anyway?"
msgstr ""
-#: ../src/cairo-dock-gui-themes.c:250
+#: ../src/cairo-dock-gui-themes.c:332
msgid "Manage Themes"
msgstr "إدارة اÙسÙ
ات"
-#: ../src/cairo-dock-internal-accessibility.c:278
-#: ../src/cairo-dock-menu.c:1494
-msgid "Visibility"
-msgstr "اÙرؤÙØ©"
-
-#: ../src/cairo-dock-internal-accessibility.c:280
-msgid ""
-"Do you like your dock to be always visible,\n"
-" or on the contrary unobtrusive?\n"
-"Configure the way you access your docks and sub-docks!"
-msgstr ""
-
-#: ../src/cairo-dock-internal-background.c:158 ../data/messages:453
-#: ../data/messages:873
-msgid "Background"
-msgstr "Ø®ÙÙÙÙÙØ©"
-
-#: ../src/cairo-dock-internal-background.c:160
-msgid "Set a background for your dock."
-msgstr "تعÙÙÙ Ø®ÙÙÙØ© ÙشرÙØ·Ù"
-
-#: ../src/cairo-dock-internal-desklets.c:46
-msgid "_custom decoration_"
-msgstr "_زخرÙÙ Ù
خصصÙ_"
-
-#: ../src/cairo-dock-internal-desklets.c:103 ../data/messages:587
-msgid "Desklets"
-msgstr ""
-
-#: ../src/cairo-dock-internal-desklets.c:105
-msgid "Applets can be displayed on your desktop as widgets."
-msgstr "ÙÙ
Ù٠عرض برÙÙ
جات٠عÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب ÙÙ Ùجدات اÙشرÙØ·"
-
-#: ../src/cairo-dock-internal-dialogs.c:132
-msgid ""
-"This provides different window decorators. Enable this first if you want to "
-"select a different decorator for your dialog boxes."
-msgstr ""
-"Ùذا ÙÙÙر Ù٠اÙعدÙد Ù
٠اÙزخار٠ÙÙÙاÙØ°Ù . ÙÙ
بتÙ
ÙÙÙ Ùذا اÙØ®Ùار اÙاÙ٠اذا ÙÙت "
-"ترÙد اختÙار زخرÙÙ Ù
ختÙÙÙ ÙصÙدÙ٠اÙÙ
ØادثÙ."
-
-#: ../src/cairo-dock-internal-dialogs.c:134
-msgid "Dialog boxes"
-msgstr "صÙادÙ٠اÙØÙار"
-
-#: ../src/cairo-dock-internal-dialogs.c:136
-msgid "Configure text bubble appearance."
-msgstr "ظÙÙر ÙÙاعة Ù٠خصائص اÙÙص."
-
-#: ../src/cairo-dock-internal-icons.c:439
-msgid "Provides various animations for your icons."
-msgstr "ÙÙÙر اÙعدÙد Ù
٠اÙØرÙات ÙØ£ÙÙÙÙاتÙ"
-
-#: ../src/cairo-dock-internal-icons.c:441 ../data/messages:85
-#: ../data/messages:651 ../data/messages:885
-msgid "Icons"
-msgstr "Ø£ÙÙÙÙات"
-
-#: ../src/cairo-dock-internal-icons.c:443
-msgid ""
-"All about icons:\n"
-" size, reflection, icon theme,..."
-msgstr ""
-"ÙÙ Ù
ا Ùخص اÙاÙÙÙÙات:\n"
-" اÙØجÙ
, اÙØ¥ÙعÙاس, سÙ
Ø© اÙاÙÙÙÙØ©, ..."
-
-#: ../src/cairo-dock-internal-indicators.c:195 ../data/messages:769
-msgid "Indicators"
-msgstr "اÙÙ
ؤشرات"
-
-#: ../src/cairo-dock-internal-indicators.c:197
-msgid "Indicators are additional markers for your icons."
-msgstr "اÙÙ
ؤشرات Ù٠عÙاÙ
ات إضاÙÙØ© ÙÙØ£ÙÙÙÙات."
-
-#: ../src/cairo-dock-internal-labels.c:174
-msgid "Captions"
-msgstr "تعÙÙÙ"
-
-#: ../src/cairo-dock-internal-labels.c:176
-msgid "Define icon caption and quick-info style."
-msgstr "رÙ
ز تعرÙÙ ÙØ´Ø±Ø Ø³Ø±Ùع ÙÙ
عÙÙÙ
ات اÙÙÙ
Ø·."
-
-#: ../src/cairo-dock-internal-position.c:132 ../data/messages:145
-msgid "Position"
-msgstr "اÙÙ
Ùضع"
-
-#: ../src/cairo-dock-internal-position.c:134
-msgid "Set the position of the main dock."
-msgstr "تØدÙد Ù
Ùضع اÙشرÙØ· اÙرئÙسÙ."
-
-#: ../src/cairo-dock-internal-system.c:140 ../data/messages:347
-msgid "System"
-msgstr "اÙÙÙظاÙ
"
-
-#: ../src/cairo-dock-internal-system.c:142
-msgid "All of the parameters you will never want to tweak."
-msgstr "اÙÙ
ؤشرات اÙت٠Ù٠تعدÙÙا ابدا."
-
-#: ../src/cairo-dock-internal-taskbar.c:168 ../data/messages:61
-#: ../data/messages:1029
-msgid "Taskbar"
-msgstr "شرÙØ· اÙÙ
ÙاÙ
"
-
-#: ../src/cairo-dock-internal-taskbar.c:170
-msgid "Display and interact with currently open windows."
-msgstr "اÙعرض ÙاÙتÙاع٠Ù
ع اÙÙÙاÙØ° اÙÙ
ÙتÙØØ© ØاÙÙا."
-
-#: ../src/cairo-dock-internal-views.c:86
-msgid ""
-"Provides different views for Cairo-Dock. Enable this first if you want to "
-"select a different view for your docks."
-msgstr ""
-
-#: ../src/cairo-dock-internal-views.c:88 ../data/messages:115
-#: ../data/messages:531 ../data/messages:1283
-msgid "Views"
-msgstr "اÙعرض"
-
-#: ../src/cairo-dock-internal-views.c:90
-msgid "Select a view for each of your docks."
-msgstr "Øدد طرÙÙØ© عرض اÙشرÙØ·"
-
-#: ../src/cairo-dock-menu.c:126
+#: ../src/cairo-dock-menu.c:128
#, c-format
msgid "Configuration of the '%s' dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:211
+#: ../src/cairo-dock-menu.c:207 ../data/messages:1301
msgid "Community site"
msgstr "Ù
ÙÙع اÙÙ
جتÙ
ع"
-#: ../src/cairo-dock-menu.c:212
+#: ../src/cairo-dock-menu.c:208 ../data/messages:1299
msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
msgstr "Ù
شاÙÙØ Ø§ÙتراØØ§ØªØ ØªØ±Ùد اÙتØدث Ø¥ÙÙÙØ§Ø ØªÙضÙ!"
-#: ../src/cairo-dock-menu.c:215
+#: ../src/cairo-dock-menu.c:211 ../data/messages:1305
msgid "Development site"
msgstr "Ù
ÙÙع اÙتطÙÙر"
-#: ../src/cairo-dock-menu.c:216
+#: ../src/cairo-dock-menu.c:212 ../data/messages:1303
msgid "Find the latest version of Cairo-Dock here !"
msgstr "إبØØ« ع٠اÙÙسخ٠اÙاخÙر٠Ù
٠اÙبرÙاÙ
ج ÙÙا !"
-#: ../src/cairo-dock-menu.c:219
+#: ../src/cairo-dock-menu.c:215 ../data/messages:1309
msgid "Cairo-Dock-Plug-ins-Extras"
msgstr "اضÙات اضاÙÙØ© ÙÙÙر٠دÙÙ"
-#: ../src/cairo-dock-menu.c:220 ../data/messages:1127
+#: ../src/cairo-dock-menu.c:216 ../data/messages:1179 ../data/messages:1307
msgid "Other applets"
msgstr "تطبÙات اخرÙ"
-#: ../src/cairo-dock-menu.c:229
+#: ../src/cairo-dock-menu.c:225
msgid "Development"
msgstr "تطÙÙر"
-#: ../src/cairo-dock-menu.c:235
+#: ../src/cairo-dock-menu.c:231
msgid "Artwork"
msgstr "اÙأعÙ
ا٠اÙÙÙÙØ©"
-#: ../src/cairo-dock-menu.c:239
+#: ../src/cairo-dock-menu.c:235
msgid "Support"
msgstr "اÙدعÙ
"
-#: ../src/cairo-dock-menu.c:320
+#: ../src/cairo-dock-menu.c:313
msgid "Quit Cairo-Dock?"
msgstr "إغÙا٠برÙاÙ
ج ÙاÙرÙ-دÙÙØ"
#: ../src/cairo-dock-menu.c:344
+msgid "Configure this dock"
+msgstr "ضبط اÙشرÙØ·"
+
+#: ../src/cairo-dock-menu.c:349
+msgid "Customize the position, visibility and appearance of this main dock."
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:352
msgid "Configure"
msgstr "عدÙ"
-#: ../src/cairo-dock-menu.c:349
+#: ../src/cairo-dock-menu.c:357
msgid "Configure behaviour, appearance, and applets."
msgstr "تÙÙÙ٠اÙسÙÙÙ ÙاÙÙ
ظÙر ÙاÙاضÙات ."
-#: ../src/cairo-dock-menu.c:353
-msgid "Configure this dock"
-msgstr "ضبط اÙشرÙØ·"
-
-#: ../src/cairo-dock-menu.c:358
-msgid "Customize the position, visibility and view of this main dock."
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:361
+#: ../src/cairo-dock-menu.c:359
msgid "Manage themes"
msgstr "إدارة اÙØ«ÙÙ
ات"
-#: ../src/cairo-dock-menu.c:366
+#: ../src/cairo-dock-menu.c:364
msgid ""
"Choose from amongst many themes on the server or save your current theme."
msgstr "اختر Ù
٠اÙعدÙد Ù
٠اÙسÙ
ات Ù٠اÙخادÙ
ا٠ØÙظ اÙسÙ
Ø© اÙخاصة ب٠."
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:369
msgid "Unlock icons"
msgstr "ÙØªØ Ø§ÙاÙÙÙÙات"
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:369
msgid "Lock icons"
msgstr "ÙÙ٠اÙاÙÙÙÙات"
-#: ../src/cairo-dock-menu.c:375
+#: ../src/cairo-dock-menu.c:373
msgid "This will (un)lock the position of the icons."
msgstr "Ùذا سÙÙغ٠ÙÙÙ Ù
Ùا٠اÙØ£ÙÙÙÙات."
-#: ../src/cairo-dock-menu.c:379
+#: ../src/cairo-dock-menu.c:377
msgid "Unlock dock"
msgstr "إاÙغاء ÙÙ٠اÙشرÙØ·"
-#: ../src/cairo-dock-menu.c:379
+#: ../src/cairo-dock-menu.c:377
msgid "Lock dock"
msgstr "ÙÙ٠اÙشرÙØ·"
-#: ../src/cairo-dock-menu.c:384
+#: ../src/cairo-dock-menu.c:382
msgid "This will (un)lock the whole dock."
msgstr "Ùذا سÙÙغ٠ÙÙÙ ÙاÙ
٠اÙشرÙØ·."
-#: ../src/cairo-dock-menu.c:389
+#: ../src/cairo-dock-menu.c:387
msgid "Quick-Hide"
msgstr "إخÙاء سرÙع"
-#: ../src/cairo-dock-menu.c:394
+#: ../src/cairo-dock-menu.c:392
msgid "This will hide the dock until you hover over it with the mouse."
msgstr "سÙختÙ٠اÙشرÙØ· Øت٠تÙÙÙ
بتÙ
رÙر اÙÙ
ؤشر عÙÙÙ"
-#: ../src/cairo-dock-menu.c:402
+#: ../src/cairo-dock-menu.c:400
msgid "Launch Cairo-Dock on startup"
msgstr "تشغÙ٠شرÙØ· ÙÙر٠عÙد بدء اÙتشغÙÙ"
-#: ../src/cairo-dock-menu.c:412 ../src/cairo-dock.c:261
+#: ../src/cairo-dock-menu.c:410 ../src/cairo-dock.c:294
msgid "Help"
msgstr "Ù
ساعدة"
-#: ../src/cairo-dock-menu.c:417
+#: ../src/cairo-dock-menu.c:415
msgid "There are no problems, only solutions (and a lot of useful hints!)"
msgstr "Ùا ÙÙجد Ù
شاÙÙØ ÙÙØ· ØÙÙÙ (ÙاÙعدÙد Ù
٠اÙتÙÙ
ÙØات اÙÙ
ÙÙدÙ!)"
-#: ../src/cairo-dock-menu.c:419
+#: ../src/cairo-dock-menu.c:417
msgid "Get more applets!"
msgstr ""
+#: ../src/cairo-dock-menu.c:422
+msgid ""
+"Third-party applets provide integration with many programs, like Pidgin"
+msgstr ""
+
#: ../src/cairo-dock-menu.c:424
-msgid ""
-"Third-party applets provide integration with many programs, like Pidgin"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:426
msgid "About"
msgstr "ØÙÙ"
-#: ../src/cairo-dock-menu.c:434
+#: ../src/cairo-dock-menu.c:432
msgid "Quit"
msgstr "خرÙج"
-#: ../src/cairo-dock-menu.c:458
+#: ../src/cairo-dock-menu.c:457
msgid "separator"
msgstr ""
-#: ../src/cairo-dock-menu.c:462
+#: ../src/cairo-dock-menu.c:461
#, c-format
msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
msgstr "اÙت عÙÙ Ùش٠ازاÙØ© اÙØ£ÙÙÙÙ (%s)Ù
٠اÙشرÙØ·. Ù٠اÙت Ù
تأÙدØ"
-#: ../src/cairo-dock-menu.c:473
+#: ../src/cairo-dock-menu.c:472
msgid ""
"Do you want to re-dispatch the icons contained inside this container into "
"the dock?\n"
"(otherwise they will be destroyed)"
msgstr ""
-#: ../src/cairo-dock-menu.c:540
+#: ../src/cairo-dock-menu.c:542
msgid ""
"The new dock has been created.\n"
"Now move some launchers or applets into it by right-clicking on the icon -> "
"move to another dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:557
+#: ../src/cairo-dock-menu.c:559
msgid "Sorry, this icon doesn't have a configuration file."
msgstr ""
-#: ../src/cairo-dock-menu.c:598
+#: ../src/cairo-dock-menu.c:600
msgid ""
"The new dock has been created.\n"
"You can customize it by right-clicking on it -> cairo-dock -> configure this "
"dock."
msgstr ""
-#: ../src/cairo-dock-menu.c:750
-#, c-format
-msgid ""
-"You're about deleting this file\n"
-" (%s)\n"
-"from your hard-disk. Sure ?"
-msgstr ""
-"سÙتÙ
Øذ٠اÙÙ
ÙÙ ÙÙائÙا:\n"
-" (%s)\n"
-"Ù٠اÙت Ù
تأÙد Ø"
-
-#: ../src/cairo-dock-menu.c:759
-msgid ""
-"Warning: could not delete this file.\n"
-"Please check file permissions."
-msgstr ""
-"تØØ°Ùر: ï»»ÙÙ
ÙÙ ØØ°Ù Ùذا اÙÙ
ÙÙ .\n"
-"راجع اذÙÙات اÙÙ
ÙÙ ."
-
-#: ../src/cairo-dock-menu.c:778
-msgid "Rename to:"
-msgstr "إعادة تسÙ
ÙØ© :"
-
-#: ../src/cairo-dock-menu.c:785
-#, c-format
-msgid ""
-"Warning: could not rename %s.\n"
-"Check file permissions \n"
-"and that the new name does not already exist."
-msgstr ""
-"تØØ°Ùر : ï»»ÙÙ
Ù٠إعادة تسÙ
ÙØ© %s\n"
-"راجع اذÙÙات اÙÙ
ÙÙ"
-
-#: ../src/cairo-dock-menu.c:826
+#: ../src/cairo-dock-menu.c:657
#, c-format
msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
msgstr "اÙت عÙÙ Ùش٠ازاÙØ© اÙاضاÙØ© (%s)Ù
٠اÙشرÙØ· . Ù٠اÙت Ù
تأÙد Ø"
-#: ../src/cairo-dock-menu.c:961
+#: ../src/cairo-dock-menu.c:841
msgid ""
"Sorry, couldn't find the corresponding description file.\n"
"Consider dragging and dropping the launcher from the Applications Menu."
@@ -681,279 +400,264 @@
"عÙÙا, ÙÙ
ÙتÙ
اÙعثÙر عÙ٠اÙÙ
Ù٠اÙÙ
طابÙ.\n"
"ØاÙ٠سØب اÙÙ
شغ٠ÙØ¥ÙÙات٠Ù
Ù ÙائÙ
٠اÙتطبÙÙات."
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1073
#, c-format
msgid "Move all to desktop %d - face %d"
msgstr "Ø£ÙÙ٠اÙÙ٠إÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب %d - اÙÙج٠%d"
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1073
#, c-format
msgid "Move to desktop %d - face %d"
msgstr "Ø£ÙÙ٠إÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب %d - اÙÙج٠%d"
-#: ../src/cairo-dock-menu.c:1195
+#: ../src/cairo-dock-menu.c:1075
#, c-format
msgid "Move all to desktop %d"
msgstr "ÙÙ٠اÙÙ٠اÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب %d"
-#: ../src/cairo-dock-menu.c:1195
+#: ../src/cairo-dock-menu.c:1075
#, c-format
msgid "Move to desktop %d"
msgstr "Ø£ÙÙ٠إÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب %d"
-#: ../src/cairo-dock-menu.c:1197
+#: ../src/cairo-dock-menu.c:1077
#, c-format
msgid "Move all to face %d"
msgstr "Ø£ÙÙ٠اÙÙ٠إÙ٠اÙÙج٠%d"
-#: ../src/cairo-dock-menu.c:1197
+#: ../src/cairo-dock-menu.c:1077
#, c-format
msgid "Move to face %d"
msgstr "Ø£ÙÙ٠إÙ٠اÙÙج٠%d"
-#: ../src/cairo-dock-menu.c:1234
+#: ../src/cairo-dock-menu.c:1114
msgid "Add"
msgstr "أضÙ"
-#: ../src/cairo-dock-menu.c:1238
+#: ../src/cairo-dock-menu.c:1118
msgid "Add a sub-dock"
msgstr "إضاÙ٠شرÙØ· ÙرعÙ"
-#: ../src/cairo-dock-menu.c:1240
+#: ../src/cairo-dock-menu.c:1120
msgid "Add a main dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:1243
+#: ../src/cairo-dock-menu.c:1123
msgid "Add a separator"
msgstr "اضاÙØ© ÙاصÙ"
-#: ../src/cairo-dock-menu.c:1245
+#: ../src/cairo-dock-menu.c:1127
msgid "Add a custom launcher"
msgstr "إضاÙÙ Ù
شغ٠Ù
عدÙ"
-#: ../src/cairo-dock-menu.c:1246
+#: ../src/cairo-dock-menu.c:1128
msgid ""
"Usually you would drag a launcher from the menu and drop it on the dock."
msgstr "ÙتÙجب Ù٠اÙعاد٠سØب اÙÙ
شغ٠Ù
٠اÙÙائÙ
Ù ÙØ¥ÙÙات٠عÙ٠اÙشرÙØ·."
-#: ../src/cairo-dock-menu.c:1283
-msgid "Unmount"
-msgstr "اÙصÙ"
-
-#: ../src/cairo-dock-menu.c:1283
-msgid "Mount"
-msgstr "ÙصÙ"
-
-#: ../src/cairo-dock-menu.c:1289
-msgid "Eject"
-msgstr "أخرج"
-
-#: ../src/cairo-dock-menu.c:1298
-msgid "Delete this file"
-msgstr "Ø¥ØØ°Ù Ùذا اÙÙ
ÙÙ"
-
-#: ../src/cairo-dock-menu.c:1302
-msgid "Rename this file"
-msgstr "إعادة تسÙ
ÙØ© Ùذا اÙÙ
ÙÙ"
-
-#: ../src/cairo-dock-menu.c:1306
-msgid "Properties"
-msgstr "اÙخصائص"
-
-#: ../src/cairo-dock-menu.c:1327
+#: ../src/cairo-dock-menu.c:1173
msgid "Modify this separator"
msgstr "تØرÙر اÙÙاصÙ"
-#: ../src/cairo-dock-menu.c:1327
+#: ../src/cairo-dock-menu.c:1173
msgid "Modify this launcher"
msgstr "تعدÙÙ Ùذا اÙÙ
شغÙ"
-#: ../src/cairo-dock-menu.c:1329
+#: ../src/cairo-dock-menu.c:1175
msgid "Remove this separator"
msgstr "إزاÙØ© Ùذا اÙÙاصÙ"
-#: ../src/cairo-dock-menu.c:1329
+#: ../src/cairo-dock-menu.c:1175
msgid "Remove this launcher"
msgstr "إزاÙØ© Ùذا اÙÙ
شغÙ"
-#: ../src/cairo-dock-menu.c:1330
+#: ../src/cairo-dock-menu.c:1176
msgid ""
"You can remove a launcher by dragging it out of the dock with the mouse ."
msgstr "بإÙ
ÙاÙ٠ازاÙ٠اØد اÙÙ
شغÙات بسØب٠خارج اÙشرÙØ· باÙÙ
ؤشر."
-#: ../src/cairo-dock-menu.c:1332 ../src/cairo-dock-menu.c:1477
+#: ../src/cairo-dock-menu.c:1178 ../src/cairo-dock-menu.c:1341
msgid "Move to another dock"
msgstr "ÙÙ٠اÙ٠شرÙØ· اخر"
-#: ../src/cairo-dock-menu.c:1336 ../src/cairo-dock-menu.c:1481
+#: ../src/cairo-dock-menu.c:1182 ../src/cairo-dock-menu.c:1345
msgid "New main dock"
msgstr "شرÙØ· رئÙس٠جدÙد"
-#: ../src/cairo-dock-menu.c:1350 ../src/cairo-dock-menu.c:1424
+#: ../src/cairo-dock-menu.c:1200 ../src/cairo-dock-menu.c:1283
msgid "Other actions"
msgstr "Ø®Ùارات أخرÙ"
-#: ../src/cairo-dock-menu.c:1355
+#: ../src/cairo-dock-menu.c:1205
msgid "Move to this desktop"
msgstr "ÙÙ٠إاÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب Ùذا"
-#: ../src/cairo-dock-menu.c:1369
+#: ../src/cairo-dock-menu.c:1219
msgid "Not Fullscreen"
msgstr "ÙÙس Ù
ÙØ¡"
-#: ../src/cairo-dock-menu.c:1369
+#: ../src/cairo-dock-menu.c:1219
msgid "Fullscreen"
msgstr "Ù
ÙØ¡ اÙشاشة"
-#: ../src/cairo-dock-menu.c:1373
+#: ../src/cairo-dock-menu.c:1223
msgid "Don't keep above"
msgstr "ï»» تجعÙÙ Ù٠اÙاعÙÙ"
-#: ../src/cairo-dock-menu.c:1373
+#: ../src/cairo-dock-menu.c:1223
msgid "Keep above"
msgstr "أبÙÙا Ù٠اÙأعÙÙ"
-#: ../src/cairo-dock-menu.c:1392
+#: ../src/cairo-dock-menu.c:1244
msgid "Remove custom icon"
msgstr "إزاÙ٠اÙاÙÙÙÙ٠اÙÙ
عدÙÙ"
-#: ../src/cairo-dock-menu.c:1396
+#: ../src/cairo-dock-menu.c:1248
+msgid "Set a custom icon"
+msgstr ""
+
+#: ../src/cairo-dock-menu.c:1251
msgid "Kill"
msgstr "اÙتÙ"
-#: ../src/cairo-dock-menu.c:1401
+#: ../src/cairo-dock-menu.c:1256
msgid "Launch a new (Shift+clic)"
msgstr "تشغÙ٠جدÙد (Shift+Ø£ÙÙر)"
-#: ../src/cairo-dock-menu.c:1406
+#: ../src/cairo-dock-menu.c:1261
msgid "Make it a launcher"
msgstr "تØÙÙÙ٠اÙÙ Ù
شغÙ"
-#: ../src/cairo-dock-menu.c:1409
+#: ../src/cairo-dock-menu.c:1264
msgid "Show"
msgstr "اظÙر"
-#: ../src/cairo-dock-menu.c:1411
+#: ../src/cairo-dock-menu.c:1266
msgid "Unmaximise"
msgstr "غÙر Ù
Ùبر"
-#: ../src/cairo-dock-menu.c:1411
+#: ../src/cairo-dock-menu.c:1266
msgid "Maximise"
msgstr "تÙبÙر"
-#: ../src/cairo-dock-menu.c:1414
+#: ../src/cairo-dock-menu.c:1269
msgid "Minimise"
msgstr "تصغÙر"
-#: ../src/cairo-dock-menu.c:1416
+#: ../src/cairo-dock-menu.c:1271
msgid "Close (middle-click)"
msgstr "أغÙÙ"
-#: ../src/cairo-dock-menu.c:1429
+#: ../src/cairo-dock-menu.c:1288
msgid "Move all to this desktop"
msgstr "ÙÙ٠اÙÙÙ ÙØ³Ø·Ø Ø§ÙÙ
Ùتب Ùذا"
-#: ../src/cairo-dock-menu.c:1435
+#: ../src/cairo-dock-menu.c:1294
msgid "Launch new"
msgstr "إطار جدÙد"
-#: ../src/cairo-dock-menu.c:1438
+#: ../src/cairo-dock-menu.c:1297
msgid "Show all"
msgstr "إظÙار اÙÙÙ"
-#: ../src/cairo-dock-menu.c:1440
+#: ../src/cairo-dock-menu.c:1299
msgid "Minimise all"
msgstr "تصغÙر اÙÙÙ"
-#: ../src/cairo-dock-menu.c:1442
+#: ../src/cairo-dock-menu.c:1301
msgid "Close all"
msgstr "إغÙا٠اÙÙÙ"
-#: ../src/cairo-dock-menu.c:1465
+#: ../src/cairo-dock-menu.c:1325 ../src/gldit/cairo-dock-gui-factory.c:926
+msgid "Configure this applet"
+msgstr "تÙÙÙ٠اÙاضاÙØ©"
+
+#: ../src/cairo-dock-menu.c:1329
msgid "Detach this applet"
msgstr ""
-#: ../src/cairo-dock-menu.c:1465
+#: ../src/cairo-dock-menu.c:1329
msgid "Return to the dock"
msgstr "عÙد٠اÙ٠اÙشرÙØ·"
-#: ../src/cairo-dock-menu.c:1468
+#: ../src/cairo-dock-menu.c:1332
msgid "Remove this applet"
msgstr "Øذ٠اÙاضاÙØ©"
-#: ../src/cairo-dock-menu.c:1472
+#: ../src/cairo-dock-menu.c:1336
msgid "Launch another instance of this applet"
msgstr ""
-#: ../src/cairo-dock-menu.c:1509
+#: ../src/cairo-dock-menu.c:1362
+#: ../src/gldit/cairo-dock-internal-accessibility.c:277
+msgid "Visibility"
+msgstr "اÙرؤÙØ©"
+
+#: ../src/cairo-dock-menu.c:1377
msgid "Normal"
msgstr "عادÙ"
-#: ../src/cairo-dock-menu.c:1515 ../data/messages:21 ../data/messages:195
-#: ../data/messages:1267
+#: ../src/cairo-dock-menu.c:1383 ../data/messages:21 ../data/messages:201
+#: ../data/messages:1383
msgid "Always on top"
msgstr "دائÙ
ا Ù٠اÙأعÙÙ"
-#: ../src/cairo-dock-menu.c:1522
+#: ../src/cairo-dock-menu.c:1390
msgid "Always below"
msgstr "دئÙ
ا ادÙÙ"
-#: ../src/cairo-dock-menu.c:1535
+#: ../src/cairo-dock-menu.c:1403
msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
msgstr ""
-#: ../src/cairo-dock-menu.c:1537
+#: ../src/cairo-dock-menu.c:1405
msgid "Reserve space"
msgstr "اÙØ¥ØتÙاظ باÙÙ
ساÙÙ"
-#: ../src/cairo-dock-menu.c:1544
+#: ../src/cairo-dock-menu.c:1412
msgid "On all desktops"
msgstr "عÙÙ Ù٠سطÙØ Ø§ÙÙ
Ùتب"
-#: ../src/cairo-dock-menu.c:1550
+#: ../src/cairo-dock-menu.c:1418
msgid "Lock position"
msgstr "ÙÙ٠اÙتØرÙÙ"
-#: ../src/cairo-dock-struct.h:448
-msgid "Default"
-msgstr "اÙاÙتراضÙ"
-
-#: ../src/cairo-dock-themes-manager.c:858
-#, c-format
-msgid "Are you sure you want to overwrite theme %s?"
-msgstr "Ù٠اÙت Ù
تأÙد اÙ٠ترÙد إستبدا٠اÙسÙ
Ù %s Ø"
-
-#: ../src/cairo-dock-themes-manager.c:971
-#, c-format
-msgid ""
-"Could not access remote file %s/%s. Maybe the server is down.\n"
-"Please retry later or contact us at glx-dock.org."
-msgstr ""
-"Ùا ÙÙ
Ù٠اÙÙصÙ٠إÙ٠اÙÙ
ÙÙ %s/%s ع٠بعد. Ùد ÙÙÙ٠اÙخادÙ
Ù
شغÙ٠ا٠Ù
تÙÙ٠ع٠"
-"اÙعÙ
Ù.\n"
-"ØاÙÙ ÙاØÙا. ÙÙÙ Øا٠استÙ
رت اÙÙ
Ø´ÙÙ٠اتص٠بÙا عÙÙ glx-dock.org"
-
-#: ../src/cairo-dock-themes-manager.c:986
-#, c-format
-msgid "Are you sure you want to delete theme %s?"
-msgstr "Ù٠ترÙد Øذ٠اÙسÙ
Ø© %s Ø"
-
-#: ../src/cairo-dock-themes-manager.c:988
-msgid "Are you sure you want to delete these themes?"
-msgstr "Ù٠اÙت Ù
تأÙد سÙ٠تÙÙÙ
بØØ°Ù Ùذ٠اÙسÙ
ات Ø"
-
-#: ../src/cairo-dock-user-interaction.c:167
-msgid "Do you want to mount this device?"
-msgstr "Ù٠ترÙد تØÙ
ÙÙ Ùذا اÙجÙازØ"
-
-#: ../src/cairo-dock-user-interaction.c:341
+#: ../src/cairo-dock-user-interaction.c:351
msgid ""
"The option 'overwrite X icons' has been automatically enabled in the "
"config.\n"
"It is located in the 'Taskbar' module."
msgstr ""
-#: ../src/cairo-dock.c:276
+#: ../src/cairo-dock.c:196
+msgid "Don't ask me any more"
+msgstr ""
+
+#: ../src/cairo-dock.c:201
+msgid ""
+"To remove the black rectangle around the dock, you will need to activate a "
+"composite manager.\n"
+"For instance, this can be done by activating desktop effects, launching "
+"Compiz, or activating the composition in Metacity.\n"
+"I can perform this last operation for you. Do you want to proceed ?"
+msgstr ""
+
+#: ../src/cairo-dock.c:213
+msgid "Do you want to keep this setting?"
+msgstr "Ù٠ترÙد ابÙاء Ùذا اÙإعداد"
+
+#: ../src/cairo-dock.c:219
+msgid ""
+"To remove the black rectangle around the dock, you will need to activate a "
+"composite manager.\n"
+"For instance, this can be done by activating desktop effects, launching "
+"Compiz, or activating the composition in Metacity.\n"
+"If your machine can't support composition, Cairo-Dock can emulate it. This "
+"option is in the 'System' module of the configuration, at the bottom of the "
+"page."
+msgstr ""
+
+#: ../src/cairo-dock.c:309
msgid ""
"A useful FAQ which also contains a lot of hints.\n"
"Roll your mouse over a sentence to make helpful popups appear."
@@ -961,11 +665,11 @@
"ØÙائ٠Ù
ÙÙد٠ÙاÙعدÙد Ù
٠اÙتÙÙ
ÙØات.\n"
"Øر٠اÙÙ
ؤشر عÙ٠إØد٠اÙجÙ
Ù ÙتظÙر ÙÙ ÙÙاع٠Ù
ÙÙدÙ."
-#: ../src/cairo-dock.c:557
+#: ../src/cairo-dock.c:634
msgid "Use OpenGL in Cairo-Dock"
msgstr "استخداÙ
OpenGL Ù٠شرÙØ· ÙÙرÙ"
-#: ../src/cairo-dock.c:565
+#: ../src/cairo-dock.c:642
msgid ""
"OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
"the minimum.\n"
@@ -977,7 +681,11 @@
" or with the -o option to force OpenGL and -c to force cairo.)"
msgstr ""
-#: ../src/cairo-dock.c:698
+#: ../src/cairo-dock.c:647
+msgid "Remember this choice"
+msgstr ""
+
+#: ../src/cairo-dock.c:818
msgid ""
"Welcome in Cairo-Dock2 !\n"
"A default and simple theme has been loaded.\n"
@@ -998,31 +706,7 @@
"ÙتÙ
Ùا ا٠تستÙ
تع !\n"
" (ÙÙ
Ù٠اÙÙÙر عÙÙ Ùذا اÙØÙار ÙإغÙاÙÙ)"
-#: ../src/cairo-dock.c:710
-msgid ""
-"To remove the black rectangle around the dock, you will need to activate a "
-"composite manager.\n"
-"For instance, this can be done by activating desktop effects, launching "
-"Compiz, or activating the composition in Metacity.\n"
-"I can perform this last operation for you. Do you want to proceed ?"
-msgstr ""
-
-#: ../src/cairo-dock.c:714
-msgid "Do you want to keep this setting?"
-msgstr "Ù٠ترÙد ابÙاء Ùذا اÙإعداد"
-
-#: ../src/cairo-dock.c:719
-msgid ""
-"To remove the black rectangle around the dock, you will need to activate a "
-"composite manager.\n"
-"For instance, this can be done by activating desktop effects, launching "
-"Compiz, or activating the composition in Metacity.\n"
-"If your machine can't support composition, Cairo-Dock can emulate it. This "
-"option is in the 'System' module of the configuration, at the bottom of the "
-"page."
-msgstr ""
-
-#: ../src/cairo-dock.c:726
+#: ../src/cairo-dock.c:842
#, c-format
msgid ""
"The module '%s' may have encountered a problem.\n"
@@ -1030,66 +714,346 @@
"at http://glx-dock.org"
msgstr ""
+#: ../src/gldit/cairo-dock-applet-facility.h:265
+msgid ""
+"The theme could not be found; the default theme will be used instead.\n"
+" You can change this by opening the configuration of this module. Do you "
+"want to do it now?"
+msgstr ""
+"ï»» ÙÙ
Ù٠اÙعثÙر عÙ٠اÙسÙÙÙ
ÙØ©Ù . سÙ٠تÙÙ٠اÙسÙÙÙ
Ùة٠اÙاÙتراضÙØ© Ù
ÙعÙÙ .\n"
+"ÙÙ
ÙÙ٠تغÙÙر Ø°Ù٠ع٠طرÙÙ ÙØªØ ØªÙÙÙÙ Ùذ٠اÙÙØدة. Ù٠ترÙد أ٠تÙع٠ذÙ٠اÙØ¢ÙØ"
+
+#: ../src/gldit/cairo-dock-applet-facility.h:280
+msgid ""
+"The gauge theme could not be found; a default gauge will be used instead.\n"
+"You can change this by opening the configuration of this module. Do you want "
+"to do it now?"
+msgstr ""
+"ï»» ÙÙ
Ù٠اÙعثÙر عÙ٠اÙسÙÙÙ
Ùة٠اÙÙÙاسÙØ©. سÙÙ ÙÙÙ٠اÙÙÙاس اÙاÙتراضÙØ© Ù
ÙعÙÙ .\n"
+"ÙÙ
ÙÙ٠تغÙÙر Ø°Ù٠ع٠طرÙÙ ÙØªØ ØªÙÙÙÙ Ùذ٠اÙÙØدة. Ù٠ترÙد أ٠تÙع٠ذÙ٠اÙØ¢ÙØ"
+
+#: ../src/gldit/cairo-dock-applet-facility.h:362
+msgid "Applet's handbook"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-file-manager.c:193
+#, c-format
+msgid "failed to mount %s"
+msgstr "Ùش٠تØÙ
ÙÙ %s"
+
+#: ../src/gldit/cairo-dock-file-manager.c:193
+#, c-format
+msgid "Failed to unmount %s"
+msgstr "Ùش٠إÙغاء تØÙ
ÙÙ %s"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:832
+msgid "_Custom Icons_"
+msgstr "_اÙÙÙÙÙ Ù
عدÙÙ_"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1246
+msgid "Accessory"
+msgstr "Ù
ÙØÙات"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1290
+msgid "rate me"
+msgstr "ÙÙÙÙ
ÙÙ"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1310
+#: ../src/gldit/cairo-dock-gui-factory.c:1499
+msgid "Local"
+msgstr "Ù
ØÙÙÙÙ"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1314
+#: ../src/gldit/cairo-dock-gui-factory.c:1502
+msgid "User"
+msgstr "Ù
ستخدÙ
"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1318
+#: ../src/gldit/cairo-dock-gui-factory.c:1505
+msgid "Net"
+msgstr "شبÙØ©"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1322
+#: ../src/gldit/cairo-dock-gui-factory.c:1508
+msgid "New"
+msgstr "جدÙد"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1327
+#: ../src/gldit/cairo-dock-gui-factory.c:1512
+msgid "Updated"
+msgstr "Ù
Øدث"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1423
+#: ../src/gldit/cairo-dock-gui-factory.c:1425
+msgid "You must try the theme before you can rate it."
+msgstr "ÙتÙجب عÙÙ٠تجربة اÙسÙ
Ø© Ùب٠تÙÙÙ
Ùا"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1448
+#, c-format
+msgid ""
+"The '%s' module was not found.\n"
+"Be sure to install it with the same version as the dock to enjoy these "
+"features."
+msgstr ""
+"اÙÙÙÙÙÙ '%s' ÙÙ
ÙتÙ
اÙعثÙر عÙÙاÙÙØدة .\n"
+"Ùجب اÙتأÙد Ù
٠تثبت اÙاصدار اÙÙ
تÙاÙÙ Ù
ع اÙشرÙØ· ÙتÙ
تع بÙذ٠اÙÙ
زاÙا ."
+
+#: ../src/gldit/cairo-dock-gui-factory.c:1457
+#, c-format
+msgid ""
+"The '%s' plug-in is not active.\n"
+"Activate it now?"
+msgstr ""
+"اÙإضاÙØ© '%s' غÙر Ù
ÙعÙÙ.\n"
+"Ù٠ترÙد تÙعÙÙÙا اÙØ¢Ù Ø"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:2188
+#, c-format
+msgid "Listing themes in '%s' ..."
+msgstr "ÙائÙ
Ø© اÙسÙ
ات ÙÙ '%s' ..."
+
+#: ../src/gldit/cairo-dock-gui-factory.c:2326
+msgid "plug-in"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:2332
+msgid "category"
+msgstr "تصÙÙÙ"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:2375
+msgid ""
+"Click on an applet in order to have a preview and a description for it."
+msgstr "اÙÙر عÙ٠اÙÙ
صغر ÙÙØصÙ٠عÙ٠عرض Ù Ùص٠ÙÙ."
+
+#: ../src/gldit/cairo-dock-gui-factory.c:2778
+msgid "state"
+msgstr "ÙÙاÙÙ"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:2784
+msgid "Theme"
+msgstr "سÙÙ
Ø©"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:2797
+msgid "Rating"
+msgstr "تÙÙÙÙ
"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:2803
+msgid "Sobriety"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-gui-factory.c:2886
+msgid "link"
+msgstr "رابط"
+
+#: ../src/gldit/cairo-dock-gui-factory.c:2939
+msgid "Grab"
+msgstr "اÙتÙاط"
+
+#: ../src/gldit/cairo-dock-internal-accessibility.c:279
+msgid ""
+"Do you like your dock to be always visible,\n"
+" or on the contrary unobtrusive?\n"
+"Configure the way you access your docks and sub-docks!"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-internal-background.c:128 ../data/messages:449
+#: ../data/messages:859 ../data/messages:1405
+msgid "Background"
+msgstr "Ø®ÙÙÙÙÙØ©"
+
+#: ../src/gldit/cairo-dock-internal-background.c:130
+msgid "Set a background for your dock."
+msgstr "تعÙÙÙ Ø®ÙÙÙØ© ÙشرÙØ·Ù"
+
+#: ../src/gldit/cairo-dock-internal-desklets.c:44
+msgid "_custom decoration_"
+msgstr "_زخرÙÙ Ù
خصصÙ_"
+
+#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:565
+msgid "Desklets"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-internal-desklets.c:102
+msgid "Applets can be displayed on your desktop as widgets."
+msgstr "ÙÙ
Ù٠عرض برÙÙ
جات٠عÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب ÙÙ Ùجدات اÙشرÙØ·"
+
+#: ../src/gldit/cairo-dock-internal-dialogs.c:119
+msgid ""
+"This provides different window decorators. Enable this first if you want to "
+"select a different decorator for your dialog boxes."
+msgstr ""
+"Ùذا ÙÙÙر Ù٠اÙعدÙد Ù
٠اÙزخار٠ÙÙÙاÙØ°Ù . ÙÙ
بتÙ
ÙÙÙ Ùذا اÙØ®Ùار اÙاÙ٠اذا ÙÙت "
+"ترÙد اختÙار زخرÙÙ Ù
ختÙÙÙ ÙصÙدÙ٠اÙÙ
ØادثÙ."
+
+#: ../src/gldit/cairo-dock-internal-dialogs.c:121
+msgid "Dialog boxes"
+msgstr "صÙادÙ٠اÙØÙار"
+
+#: ../src/gldit/cairo-dock-internal-dialogs.c:123
+msgid "Configure text bubble appearance."
+msgstr "ظÙÙر ÙÙاعة Ù٠خصائص اÙÙص."
+
+#: ../src/gldit/cairo-dock-internal-icons.c:457
+msgid "Provides various animations for your icons."
+msgstr "ÙÙÙر اÙعدÙد Ù
٠اÙØرÙات ÙØ£ÙÙÙÙاتÙ"
+
+#: ../src/gldit/cairo-dock-internal-icons.c:459 ../data/messages:85
+#: ../data/messages:629 ../data/messages:871
+msgid "Icons"
+msgstr "Ø£ÙÙÙÙات"
+
+#: ../src/gldit/cairo-dock-internal-icons.c:461
+msgid ""
+"All about icons:\n"
+" size, reflection, icon theme,..."
+msgstr ""
+"ÙÙ Ù
ا Ùخص اÙاÙÙÙÙات:\n"
+" اÙØجÙ
, اÙØ¥ÙعÙاس, سÙ
Ø© اÙاÙÙÙÙØ©, ..."
+
+#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:747
+msgid "Indicators"
+msgstr "اÙÙ
ؤشرات"
+
+#: ../src/gldit/cairo-dock-internal-indicators.c:170
+msgid "Indicators are additional markers for your icons."
+msgstr "اÙÙ
ؤشرات Ù٠عÙاÙ
ات إضاÙÙØ© ÙÙØ£ÙÙÙÙات."
+
+#: ../src/gldit/cairo-dock-internal-labels.c:182
+msgid "Captions"
+msgstr "تعÙÙÙ"
+
+#: ../src/gldit/cairo-dock-internal-labels.c:184
+msgid "Define icon caption and quick-info style."
+msgstr "رÙ
ز تعرÙÙ ÙØ´Ø±Ø Ø³Ø±Ùع ÙÙ
عÙÙÙ
ات اÙÙÙ
Ø·."
+
+#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:151
+msgid "Position"
+msgstr "اÙÙ
Ùضع"
+
+#: ../src/gldit/cairo-dock-internal-position.c:133
+msgid "Set the position of the main dock."
+msgstr "تØدÙد Ù
Ùضع اÙشرÙØ· اÙرئÙسÙ."
+
+#: ../src/gldit/cairo-dock-internal-system.c:125
+msgid "All of the parameters you will never want to tweak."
+msgstr "اÙÙ
ؤشرات اÙت٠Ù٠تعدÙÙا ابدا."
+
+#: ../src/gldit/cairo-dock-internal-taskbar.c:167 ../data/messages:61
+#: ../data/messages:1047
+msgid "Taskbar"
+msgstr "شرÙØ· اÙÙ
ÙاÙ
"
+
+#: ../src/gldit/cairo-dock-internal-taskbar.c:169
+msgid "Display and interact with currently open windows."
+msgstr "اÙعرض ÙاÙتÙاع٠Ù
ع اÙÙÙاÙØ° اÙÙ
ÙتÙØØ© ØاÙÙا."
+
+#: ../src/gldit/cairo-dock-internal-views.c:85
+msgid ""
+"Provides different views for Cairo-Dock. Enable this first if you want to "
+"select a different view for your docks."
+msgstr ""
+
+#: ../src/gldit/cairo-dock-internal-views.c:87 ../data/messages:115
+#: ../data/messages:509 ../data/messages:1399
+msgid "Views"
+msgstr "اÙعرض"
+
+#: ../src/gldit/cairo-dock-internal-views.c:89
+msgid "Select a view for each of your docks."
+msgstr "Øدد طرÙÙØ© عرض اÙشرÙØ·"
+
+#: ../src/gldit/cairo-dock-struct.h:457
+msgid "Default"
+msgstr "اÙاÙتراضÙ"
+
+#: ../src/gldit/cairo-dock-themes-manager.c:109
+#, c-format
+msgid "Are you sure you want to overwrite theme %s?"
+msgstr "Ù٠اÙت Ù
تأÙد اÙ٠ترÙد إستبدا٠اÙسÙ
Ù %s Ø"
+
+#: ../src/gldit/cairo-dock-themes-manager.c:171
+msgid "Last modification on:"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-themes-manager.c:238
+#, c-format
+msgid ""
+"Could not access remote file %s/%s. Maybe the server is down.\n"
+"Please retry later or contact us at glx-dock.org."
+msgstr ""
+"Ùا ÙÙ
Ù٠اÙÙصÙ٠إÙ٠اÙÙ
ÙÙ %s/%s ع٠بعد. Ùد ÙÙÙ٠اÙخادÙ
Ù
شغÙ٠ا٠Ù
تÙÙ٠ع٠"
+"اÙعÙ
Ù.\n"
+"ØاÙÙ ÙاØÙا. ÙÙÙ Øا٠استÙ
رت اÙÙ
Ø´ÙÙ٠اتص٠بÙا عÙÙ glx-dock.org"
+
+#: ../src/gldit/cairo-dock-themes-manager.c:253
+#, c-format
+msgid "Are you sure you want to delete theme %s?"
+msgstr "Ù٠ترÙد Øذ٠اÙسÙ
Ø© %s Ø"
+
+#: ../src/gldit/cairo-dock-themes-manager.c:255
+msgid "Are you sure you want to delete these themes?"
+msgstr "Ù٠اÙت Ù
تأÙد سÙ٠تÙÙÙ
بØØ°Ù Ùذ٠اÙسÙ
ات Ø"
+
#: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:37
-#: ../data/messages:211
+#: ../data/messages:217
msgid "Move down"
msgstr "تØرÙÙ ÙÙأسÙÙ"
#: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:39
-#: ../data/messages:213
+#: ../data/messages:219
msgid "Fade out"
msgstr "تÙاشÙ"
#: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:41
-#: ../data/messages:215
+#: ../data/messages:221
msgid "Semi transparent"
msgstr "شب٠شÙاÙ"
#: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:43
-#: ../data/messages:217
+#: ../data/messages:223
msgid "Zoom out"
msgstr "تصغÙر"
#: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:45
-#: ../data/messages:219
+#: ../data/messages:225
msgid "Folding"
msgstr "Ø«ÙÙ"
-#: ../data/messages:1 ../data/messages:1229
+#: ../data/messages:1 ../data/messages:1345
msgid "Behavior"
msgstr "سÙÙÙ"
-#: ../data/messages:3 ../data/messages:147 ../data/messages:1231
+#: ../data/messages:3 ../data/messages:153 ../data/messages:1347
msgid "Position on the screen"
msgstr "اÙÙ
ÙÙع عÙ٠اÙشاشÙ"
-#: ../data/messages:5 ../data/messages:149
+#: ../data/messages:5 ../data/messages:155 ../data/messages:1349
msgid "Choose which border of the screen the dock will be placed on:"
msgstr "أختر جÙ٠اÙشاش٠اÙت٠ترغب بظÙÙر اÙشرÙØ· ÙÙÙا:"
-#: ../data/messages:7 ../data/messages:151 ../data/messages:1235
+#: ../data/messages:7 ../data/messages:157 ../data/messages:1351
msgid "bottom"
msgstr "أسÙÙ"
-#: ../data/messages:9 ../data/messages:153 ../data/messages:1237
+#: ../data/messages:9 ../data/messages:159 ../data/messages:1353
msgid "top"
msgstr "أعÙÙ"
-#: ../data/messages:11 ../data/messages:155 ../data/messages:165
-#: ../data/messages:1239
+#: ../data/messages:11 ../data/messages:161 ../data/messages:171
+#: ../data/messages:1355
msgid "right"
msgstr "ÙÙ
ÙÙ"
-#: ../data/messages:13 ../data/messages:157 ../data/messages:163
-#: ../data/messages:1241
+#: ../data/messages:13 ../data/messages:163 ../data/messages:169
+#: ../data/messages:1357
msgid "left"
msgstr "Ùسار"
-#: ../data/messages:15 ../data/messages:189
+#: ../data/messages:15 ../data/messages:195
msgid "Visibility of the main dock"
msgstr "ÙضÙØ Ø§ÙشرÙØ· اÙرئÙسÙ"
-#: ../data/messages:17 ../data/messages:191 ../data/messages:1263
+#: ../data/messages:17 ../data/messages:197 ../data/messages:1379
msgid ""
"Modes are sorted from the most intrusive to the less intrusive.\n"
"When the dock is hidden or below a window, place the mouse on the screen's "
@@ -1098,47 +1062,47 @@
"mouse. The rest of the time, it stays invisible, thus acting like a menu."
msgstr ""
-#: ../data/messages:19 ../data/messages:55 ../data/messages:193
-#: ../data/messages:255 ../data/messages:1265
+#: ../data/messages:19 ../data/messages:55 ../data/messages:199
+#: ../data/messages:261 ../data/messages:1381
msgid "Visibility:"
msgstr "Ù
د٠اÙرؤÙØ©:"
-#: ../data/messages:23 ../data/messages:197 ../data/messages:1269
+#: ../data/messages:23 ../data/messages:203 ../data/messages:1385
msgid "Reserve space for the dock"
msgstr ""
-#: ../data/messages:25 ../data/messages:199 ../data/messages:1271
+#: ../data/messages:25 ../data/messages:205 ../data/messages:1387
msgid "Keep the dock below"
msgstr ""
-#: ../data/messages:27 ../data/messages:201 ../data/messages:1273
+#: ../data/messages:27 ../data/messages:207 ../data/messages:1389
msgid "Hide the dock when it overlaps the current window"
msgstr "إخÙاء اÙشرÙØ· عÙدÙ
ا Ùتداخ٠Ù
ع اÙÙاÙذة اÙØاÙÙØ©"
-#: ../data/messages:29 ../data/messages:203 ../data/messages:1275
+#: ../data/messages:29 ../data/messages:209 ../data/messages:1391
msgid "Hide the dock whenever it overlaps any window"
msgstr ""
-#: ../data/messages:31 ../data/messages:205 ../data/messages:1277
+#: ../data/messages:31 ../data/messages:211 ../data/messages:1393
msgid "Keep the dock hidden"
msgstr ""
-#: ../data/messages:33 ../data/messages:207 ../data/messages:1279
+#: ../data/messages:33 ../data/messages:213 ../data/messages:1395
msgid "Pop-up on shortcut"
msgstr "ÙÙاع٠عÙ٠اÙاختصارات"
-#: ../data/messages:35 ../data/messages:209
+#: ../data/messages:35 ../data/messages:215
msgid "Effect used to hide the dock:"
msgstr "اÙتأثÙر اÙÙ
ستخدÙ
ÙإخÙاء اÙشرÙØ·:"
-#: ../data/messages:47 ../data/messages:239
+#: ../data/messages:47 ../data/messages:245
msgid ""
"When you press the shortcut, the dock will show itself at the potition of "
"your mouse. The rest of the time, it stays invisible, thus acting like a "
"menu."
msgstr ""
-#: ../data/messages:49 ../data/messages:241
+#: ../data/messages:49 ../data/messages:247
msgid "Keyboard shortcut to pop-up the dock:"
msgstr "إختصار ÙÙØ٠اÙÙ
ÙاتÙØ ÙإظÙار اÙشرÙØ·:"
@@ -1146,17 +1110,17 @@
msgid "Visibility of sub-docks"
msgstr "ÙضÙØ Ø§ÙشرÙØ· اÙÙرعÙ"
-#: ../data/messages:53 ../data/messages:253
+#: ../data/messages:53 ../data/messages:259
msgid ""
"they will appear either when you click or when you linger over the icon "
"pointing on it."
msgstr ""
-#: ../data/messages:57 ../data/messages:257
+#: ../data/messages:57 ../data/messages:263
msgid "Appear on mouse over"
msgstr "إظÙار عÙد Ù
رÙر اÙÙ
ؤشر"
-#: ../data/messages:59 ../data/messages:259
+#: ../data/messages:59 ../data/messages:265
msgid "Appear on click"
msgstr "إظÙار عÙد اÙÙÙر"
@@ -1175,7 +1139,7 @@
msgid "Behaviour of the Taskbar:"
msgstr "سÙÙ٠شرÙØ· اÙÙ
ÙاÙ
"
-#: ../data/messages:67 ../data/messages:1381
+#: ../data/messages:67 ../data/messages:1521
msgid "None"
msgstr "بدÙÙ"
@@ -1195,19 +1159,11 @@
msgid "Icons' animations and effects"
msgstr "تأثÙرات اÙØ£ÙÙÙÙات ÙØرÙاتÙا"
-#: ../data/messages:77
-msgid "On mouse hover:"
-msgstr ""
-
-#: ../data/messages:79
-msgid "On click:"
-msgstr "عÙد اÙضغط:"
-
#: ../data/messages:81
msgid "On appearance/disappearance:"
msgstr "عÙد اÙإظÙار\\اÙإخÙاء:"
-#: ../data/messages:87 ../data/messages:655
+#: ../data/messages:87 ../data/messages:633
msgid ""
"Leave empty to use the current icon theme of your system. You can enter the "
"name of a theme that is installed on your system (like 'Gartoon' or "
@@ -1248,35 +1204,35 @@
"Separators will be automatically inserted then."
msgstr ""
-#: ../data/messages:105 ../data/messages:745
+#: ../data/messages:105 ../data/messages:723
msgid "Separate the different types of icons?"
msgstr "Ùص٠اÙØ£ÙÙاع اÙÙ
ختÙÙÙ Ù
٠اÙØ£ÙÙÙÙاتØ"
-#: ../data/messages:107 ../data/messages:755
+#: ../data/messages:107 ../data/messages:733
msgid "Order of the different types of icons :"
msgstr "ترتÙب اÙØ£ÙÙاع اÙÙ
ختÙÙÙ Ù
٠اÙØ£ÙÙÙÙات:"
-#: ../data/messages:109 ../data/messages:757
+#: ../data/messages:109 ../data/messages:735
msgid "launchers"
msgstr "اÙÙ
شغÙات"
-#: ../data/messages:111 ../data/messages:759
+#: ../data/messages:111 ../data/messages:737
msgid "applications"
msgstr "تطبÙÙات"
-#: ../data/messages:113 ../data/messages:761
+#: ../data/messages:113 ../data/messages:739
msgid "applets"
msgstr "تطبÙÙات"
-#: ../data/messages:117 ../data/messages:535
+#: ../data/messages:117 ../data/messages:513
msgid "Choose the default view for main docks :"
msgstr "اختÙار طرÙÙØ© اÙعرض اÙاÙتراضÙØ© ÙشرÙØ· اÙرئÙس٠:"
-#: ../data/messages:119 ../data/messages:539
+#: ../data/messages:119 ../data/messages:517
msgid "You can overwrite this parameter for each sub-dock."
msgstr "بإÙ
ÙاÙ٠تغÙÙر اÙÙ
ؤشرات ÙÙ٠شرÙØ· ÙرعÙ."
-#: ../data/messages:121 ../data/messages:541
+#: ../data/messages:121 ../data/messages:519
msgid "Choose the default view for sub-docks :"
msgstr "اختÙار اÙطرÙÙØ© اÙاÙتراضÙØ© ÙÙÙر٠اÙÙرعÙ"
@@ -1299,36 +1255,41 @@
msgid "Add or remove any applet :"
msgstr "اضاÙØ© ا٠Øذ٠ا٠اضاÙØ©"
-#: ../data/messages:131 ../data/messages:1289
+#: ../data/messages:131
+msgid ""
+"You can install them by simply drag-and-dropping the link onto your dock."
+msgstr ""
+
+#: ../data/messages:137 ../data/messages:1425
msgid "Themes"
msgstr "اÙسÙÙ
ات"
-#: ../data/messages:133 ../data/messages:1293
+#: ../data/messages:139 ../data/messages:1429
msgid "Choose one of the available themes:"
msgstr "اختر ÙاØد Ù
٠اÙسÙ
ات اÙÙ
تاØØ© :"
-#: ../data/messages:137 ../data/messages:1299
+#: ../data/messages:143 ../data/messages:1437
msgid ""
"If you tick this box, your launchers will be deleted and replaced by the "
"ones provided in the new theme. Otherwise the current launchers will be "
"kept, only icons will be replaced."
msgstr ""
-#: ../data/messages:139 ../data/messages:1301
+#: ../data/messages:145 ../data/messages:1439
msgid "Use the new theme's launchers?"
msgstr "إستخدÙ
سÙ
Ø© اÙÙ
شغ٠اÙجدÙدØ"
-#: ../data/messages:141 ../data/messages:1303
+#: ../data/messages:147 ../data/messages:1441
msgid ""
"Otherwise the current behaviour will be kept. This defines the dock's "
"position, behavioural settings such as auto-hide, using taskbar or not, etc."
msgstr ""
-#: ../data/messages:143 ../data/messages:1305
+#: ../data/messages:149 ../data/messages:1443
msgid "Use the new theme's behaviour?"
msgstr "Ù٠ترÙد استخداÙ
سÙÙ٠اÙسÙ
Ø© اÙجدÙدة Ø"
-#: ../data/messages:159 ../data/messages:1243
+#: ../data/messages:165 ../data/messages:1359
msgid ""
"When set to 0 the dock will position itself relative to the left corner if "
"horizontal and the top corner if vertical. When set to 1 it will position "
@@ -1337,953 +1298,906 @@
"the screen's edge."
msgstr ""
-#: ../data/messages:161 ../data/messages:1245
+#: ../data/messages:167 ../data/messages:1361
msgid "Relative alignment:"
msgstr "اÙÙ
Øاذا٠اÙÙسبÙÙ :"
-#: ../data/messages:167
+#: ../data/messages:173 ../data/messages:1363
msgid "Offset from the screen's edge"
msgstr "Ù
ÙازÙØ© Ù
ع ØاÙØ© اÙشاشة"
-#: ../data/messages:169 ../data/messages:1249
+#: ../data/messages:175 ../data/messages:1365
msgid ""
"Gap from the absolute position on the screen's edge, in pixels. You can also "
"move the dock by holding the ALT or CTRL key and the left mouse button."
msgstr ""
-#: ../data/messages:171
+#: ../data/messages:177 ../data/messages:1367
msgid "Lateral offset:"
msgstr "Ù
ÙازÙØ© خارجÙØ© :"
-#: ../data/messages:173 ../data/messages:1253
+#: ../data/messages:179 ../data/messages:1369
msgid ""
"in pixels. You can also move the dock by holding the ALT or CTRL key and the "
"left mouse button."
msgstr ""
-#: ../data/messages:175 ../data/messages:1255
+#: ../data/messages:181 ../data/messages:1371
msgid "Distance to the screen edge:"
msgstr "اÙÙ
ساÙ٠إاÙÙ ØاÙ٠اÙشاش٠:"
-#: ../data/messages:177
+#: ../data/messages:183
msgid "Multiple screens"
msgstr "شاشات Ù
تعددة"
-#: ../data/messages:179
+#: ../data/messages:185
msgid ""
"This option is to use if you have a dual-screen and use Xinerama to manage "
"them."
msgstr ""
-#: ../data/messages:181
+#: ../data/messages:187
msgid "Use Xinerama?"
msgstr ""
-#: ../data/messages:183
+#: ../data/messages:189
msgid "0 is the first screen."
msgstr "0 Ù٠اÙشاش٠اÙØ£ÙÙÙ."
-#: ../data/messages:185 ../data/messages:1259
+#: ../data/messages:191 ../data/messages:1375
msgid "Number of the screen where the dock should be located:"
msgstr "رÙÙ
اÙشاش٠اÙت٠ترÙد إظÙار اÙشرÙØ· ÙÙÙا :"
-#: ../data/messages:187
+#: ../data/messages:193
msgid "Accessibility"
msgstr "اÙإتاØØ©"
-#: ../data/messages:221
+#: ../data/messages:227
+msgid "in ms. 0 means no delay."
+msgstr "0 Ù
Ù٠ثاÙÙÙ Ø ØªØ¹Ù٠إÙغاء اÙتأخÙر."
+
+#: ../data/messages:229
+msgid "Delay before the dock unhides itself:"
+msgstr "اÙÙ
د٠Ùب٠أ٠ÙظÙر اÙشرÙØ· ذاتÙا :"
+
+#: ../data/messages:231
msgid "How to call the dock back:"
msgstr "طرÙÙ٠إستدعاء اÙشرÙØ· Ù
ر٠اخرÙ:"
-#: ../data/messages:223
+#: ../data/messages:233
msgid "Hit the screen's border"
msgstr ""
-#: ../data/messages:225
+#: ../data/messages:235
msgid "Hit where the dock is"
msgstr ""
-#: ../data/messages:227
+#: ../data/messages:237
msgid "Hit the screen's corner"
msgstr ""
-#: ../data/messages:229
+#: ../data/messages:239
msgid "Hit a zone"
msgstr ""
-#: ../data/messages:231
+#: ../data/messages:241
msgid "Size of the zone :"
msgstr ""
-#: ../data/messages:233
+#: ../data/messages:243
msgid "Image to display on the zone :"
msgstr ""
-#: ../data/messages:235
-msgid "in ms. 0 means no delay."
-msgstr "0 Ù
Ù٠ثاÙÙÙ Ø ØªØ¹Ù٠إÙغاء اÙتأخÙر."
-
-#: ../data/messages:237
-msgid "Delay before the dock unhides itself:"
-msgstr "اÙÙ
د٠Ùب٠أ٠ÙظÙر اÙشرÙØ· ذاتÙا :"
-
-#: ../data/messages:243
+#: ../data/messages:249
msgid "Additional parameters"
msgstr "Ù
ؤشرات إضاÙÙÙ"
-#: ../data/messages:245
+#: ../data/messages:251
msgid "Stretch the dock to always fill the screen"
msgstr "تÙ
دÙد اÙشرÙØ· ÙÙشغ٠ÙاÙ
٠اÙشاشة دائÙ
ا"
-#: ../data/messages:247
+#: ../data/messages:253
msgid ""
"This is only usefull if you do not already use auto-hide and if your Window "
"Manager allows the dock in front of fullscreen windows (which is rare)."
msgstr ""
-#: ../data/messages:249
+#: ../data/messages:255
msgid "Automatically hide the dock when a window becomes full screen?"
msgstr "إخÙاء اÙشرÙØ· ذاتÙا عÙدÙ
ا تÙÙÙ ÙÙا٠ÙاÙØ°Ù ÙÙ Ùضع Ù
ÙØ¡ اÙشاشÙØ"
-#: ../data/messages:251
+#: ../data/messages:257
msgid "Sub-docks' visibility"
msgstr "اÙرؤÙØ© اÙÙرعÙØ© ÙشرÙØ·"
-#: ../data/messages:261 ../data/messages:265
+#: ../data/messages:267 ../data/messages:271
msgid "in ms."
msgstr "باÙÙ
ÙÙ٠ثاÙÙÙ ."
-#: ../data/messages:263
+#: ../data/messages:269
msgid "Delay before displaying a sub-dock:"
msgstr "اÙتأخÙر Ùب٠عرض اÙشرÙØ· اÙÙرع٠:"
-#: ../data/messages:267
+#: ../data/messages:273
msgid "Delay before leaving a sub-dock takes effect:"
msgstr ""
-#: ../data/messages:269
+#: ../data/messages:275
msgid "TaskBar"
msgstr "شرÙØ· اÙÙ
ÙاÙ
"
-#: ../data/messages:273
+#: ../data/messages:279
msgid ""
"Cairo-Dock will then act as your taskbar. It is recommended to remove any "
"other taskbars."
msgstr ""
-#: ../data/messages:275
+#: ../data/messages:281
msgid "Show currently opened applications in the dock?"
msgstr "اظÙار اÙتطبÙÙات اÙÙ
ÙتÙØØ© Ù٠اÙشرÙØ· Ø"
-#: ../data/messages:277
+#: ../data/messages:283
msgid "Only show icons whose windows are minimised"
msgstr "ÙÙØ· أظÙار اÙØ£ÙÙÙÙات اÙت٠تÙ
تصغÙر ÙÙاÙØ°Ùا"
-#: ../data/messages:279
+#: ../data/messages:285
msgid "Only show applications on current desktop"
msgstr "ÙÙØ· اظÙار اÙتطبÙÙات اÙÙ
تÙاجد٠عÙÙ Ø³Ø·Ø Ø§ÙÙ
Ùتب اÙØاÙÙ"
-#: ../data/messages:281
+#: ../data/messages:287
msgid ""
"Allows launchers to act as applications when their programs are running and "
"displays a marker on icons to indicate this. You can launch other occurences "
"of the program with SHIFT+click."
msgstr ""
-#: ../data/messages:283
+#: ../data/messages:289
msgid "Mix launchers and applications"
msgstr "Ø®ÙØ· اÙÙ
شغÙات باÙتطبÙÙات"
-#: ../data/messages:285
+#: ../data/messages:291
msgid ""
"This allows you to group all the windows of a given application into a "
"unique sub-dock, and to act on all of the windows at the same time."
msgstr ""
-#: ../data/messages:287
+#: ../data/messages:293
msgid "Group windows from the same application in a sub-dock ?"
msgstr "جÙ
ع اÙÙÙاÙØ° Ù
Ù ÙÙس اÙتطبÙÙ Ù٠شرÙØ· Ùرع٠Ø"
-#: ../data/messages:289 ../data/messages:299
+#: ../data/messages:295 ../data/messages:305
msgid "Enter the class of the applications, separated by a semi-colon ';'"
msgstr "أدخ٠Ùئ٠اÙتطبÙÙ Ø ÙاÙص٠بÙÙÙا بÙاصÙÙ Ù
ÙÙÙØ·Ù \";\""
-#: ../data/messages:291 ../data/messages:301
+#: ../data/messages:297 ../data/messages:307
msgid "\t\tExcept the following classes:"
msgstr ""
-#: ../data/messages:293
+#: ../data/messages:299
msgid "Representation"
msgstr "اÙتÙ
Ø«ÙÙ"
-#: ../data/messages:295
+#: ../data/messages:301
msgid ""
"If not set, the icon provided by X for each application will be used. If "
"set, the same icon as the corresponding launcher will be used for each "
"application."
msgstr ""
-#: ../data/messages:297
+#: ../data/messages:303
msgid "Overwrite the X icon with the launchers' icon?"
msgstr "إستبد٠اÙاÙÙÙÙÙ X بأÙÙÙÙ٠اÙÙ
شغÙات"
-#: ../data/messages:303
+#: ../data/messages:309
msgid ""
"A composite manager is required to display the thumbnail.\n"
"OpenGL is required to draw the icon bent backwards."
msgstr ""
-#: ../data/messages:305
+#: ../data/messages:311
msgid "How to draw minimised windows ?"
msgstr "ÙÙÙ ÙتÙ
رسÙ
اÙÙÙاÙØ° اÙÙ
صغرÙØ"
-#: ../data/messages:307
+#: ../data/messages:313
msgid "Make the icon transparent"
msgstr "جع٠اÙاÙÙÙÙ Ø´Ùا٠Ø"
-#: ../data/messages:309
+#: ../data/messages:315
msgid "Show a window's thumbnail"
msgstr "إظÙار Ù
صغر٠ÙÙÙاÙØ°Ù"
-#: ../data/messages:311
+#: ../data/messages:317
msgid "Draw it bent backwards"
msgstr ""
-#: ../data/messages:313
+#: ../data/messages:319
msgid "Transparency of icons whose window is minimised:"
msgstr "Ø´ÙاÙÙØ© اÙØ£ÙÙÙÙات ذات اÙÙÙاÙØ° اÙÙ
صغرÙ:"
-#: ../data/messages:315 ../data/messages:473 ../data/messages:603
-#: ../data/messages:629 ../data/messages:701
+#: ../data/messages:321 ../data/messages:469 ../data/messages:581
+#: ../data/messages:607 ../data/messages:679
msgid "Opaque"
msgstr "Ù
عتÙ
"
-#: ../data/messages:317 ../data/messages:471 ../data/messages:601
-#: ../data/messages:627 ../data/messages:699
+#: ../data/messages:323 ../data/messages:467 ../data/messages:579
+#: ../data/messages:605 ../data/messages:677
msgid "Transparent"
msgstr "Ø´ÙÙاÙ"
-#: ../data/messages:319
+#: ../data/messages:325
msgid "Play a short animation of the icon when its window becomes active"
msgstr ""
-#: ../data/messages:321
+#: ../data/messages:327
msgid "\"...\" will be added at the end if the name is too long."
msgstr "\"...\" ستÙضع ÙÙ ÙÙاÙ٠اÙاسÙ
إذا Ùا٠طÙÙÙا جدا."
-#: ../data/messages:323
+#: ../data/messages:329
msgid "Maximum number of caracters in application name:"
msgstr "Ø£Ùص٠عدد ÙخاÙات اÙØرÙÙ Ù٠اسÙ
اÙتطبÙÙ :"
-#: ../data/messages:325
+#: ../data/messages:331
msgid "Interaction"
msgstr "تÙاعÙ"
-#: ../data/messages:327
+#: ../data/messages:333
msgid "This is the default behaviour of most taskbars."
msgstr "Ùذا Ù٠اÙسÙÙÙ ÙÙ
عظÙ
اشرط٠اÙÙ
ÙاÙ
."
-#: ../data/messages:329
+#: ../data/messages:335
msgid ""
"Minimise the window when its icon is clicked, if it was already the active "
"window ?"
msgstr ""
-#: ../data/messages:331
+#: ../data/messages:337
msgid "In the style of Firefox tabs"
msgstr "ÙÙ ÙÙ
Ø· Ø£ÙسÙÙ ÙاÙرÙÙÙس"
-#: ../data/messages:333
+#: ../data/messages:339
msgid "Middle-clicking on an icon closes the related application"
msgstr ""
-#: ../data/messages:335
+#: ../data/messages:341
msgid "Highlight applications requiring your attention with a dialog bubble"
msgstr ""
-#: ../data/messages:337
+#: ../data/messages:343
msgid "in seconds"
msgstr "Ù٠اÙØ«ÙاÙÙ"
-#: ../data/messages:339
+#: ../data/messages:345
msgid "Duration of the dialog:"
msgstr "Ù
د٠اÙØÙار :"
-#: ../data/messages:341
+#: ../data/messages:347
msgid ""
"It will notify you even if, for instance, you are watching a movie in full "
"screen or you are on another desktop.\n"
msgstr ""
-#: ../data/messages:343
+#: ../data/messages:349
msgid "Force the following applications to demand your attention"
msgstr "جع٠اÙتطبÙÙات اÙتاÙÙØ© تجذب Ø¥ÙتباÙ٠دائÙ
ا"
-#: ../data/messages:345
+#: ../data/messages:351
msgid "Highlight applications demanding your attention with an animation"
msgstr ""
-#: ../data/messages:349
+#: ../data/messages:355
msgid "Animations speed"
msgstr "اÙرسÙ
اÙÙ
تØر٠بسرعة"
-#: ../data/messages:351
+#: ../data/messages:357
msgid "Animate sub-docks when they appear"
msgstr "إضاÙÙ ØرÙ٠عÙد ظÙÙر اÙشرÙØ· اÙÙرعÙ"
-#: ../data/messages:353
+#: ../data/messages:359
msgid ""
"Icons will appear folded on themselves and will then unfold until they fill "
"the whole dock. The smaller this value, the faster this will be."
msgstr ""
-#: ../data/messages:355
+#: ../data/messages:361
msgid "Animation unfolding duration:"
msgstr "Ù
د٠ØرÙ٠إÙغاء اÙØ«ÙÙ:"
-#: ../data/messages:357 ../data/messages:365 ../data/messages:369
-#: ../data/messages:377 ../data/messages:381 ../data/messages:529
+#: ../data/messages:363 ../data/messages:371 ../data/messages:375
+#: ../data/messages:383 ../data/messages:387
msgid "fast"
msgstr "سرÙع"
-#: ../data/messages:359 ../data/messages:367 ../data/messages:371
-#: ../data/messages:379 ../data/messages:383 ../data/messages:527
+#: ../data/messages:365 ../data/messages:373 ../data/messages:377
+#: ../data/messages:385 ../data/messages:389
msgid "slow"
msgstr "بطÙØ¡"
-#: ../data/messages:361 ../data/messages:373
+#: ../data/messages:367 ../data/messages:379
msgid "The more there are, the slower it will be"
msgstr "ÙÙÙ
ا زاد اÙØ¹Ø¯Ø¯Ø Ùزداد بطئÙ"
-#: ../data/messages:363
+#: ../data/messages:369
msgid "Number of steps in the zoom animation (grow/shrink):"
msgstr "عدد اÙخطÙات أثÙاء ØرÙ٠اÙتÙبÙر (تÙ
دد/اÙÙÙ
اش) :"
-#: ../data/messages:375
+#: ../data/messages:381
msgid "Number of steps in the auto-hide animation (move up/move down):"
msgstr ""
-#: ../data/messages:385
+#: ../data/messages:391
msgid "Refresh rate"
msgstr "Ù
ÙعدÙÙ٠اÙتØدÙØ«"
-#: ../data/messages:387 ../data/messages:391 ../data/messages:395
+#: ../data/messages:393 ../data/messages:397 ../data/messages:401
msgid "in Hz. This is to adjust behaviour relative to your CPU power."
msgstr ""
-#: ../data/messages:389
+#: ../data/messages:395
msgid "Refresh rate when mouving cursor into the dock :"
msgstr "Ù
عد٠اÙتØدÙØ« أثÙاء Ù
رÙر اÙÙ
ؤشر عÙ٠اÙشرÙØ· :"
-#: ../data/messages:393
+#: ../data/messages:399
msgid "Animation frequency for the OpenGL backend :"
msgstr ""
-#: ../data/messages:397
+#: ../data/messages:403
msgid "Animation frequency for the Cairo backend :"
msgstr ""
-#: ../data/messages:399
+#: ../data/messages:405
msgid ""
"The transparency gradation pattern will then be re-calculated in real time. "
"May need more CPU power."
msgstr ""
-#: ../data/messages:401
+#: ../data/messages:407
msgid "Reflections should be calculated in real-time?"
msgstr "Øساب اÙØ¥ÙعÙاسات Ù٠اÙÙÙت اÙØÙÙÙÙØ"
-#: ../data/messages:403
-msgid "Label readability"
-msgstr "Ø¥Ù
ÙاÙÙÙ Ùراء٠اÙÙصÙ"
-
-#: ../data/messages:405
-msgid "Should the labels always be horizontal, even when dock is vertical?"
-msgstr ""
-
-#: ../data/messages:407
-msgid ""
-"the bigger, the more the labels next to the selected icon will be "
-"transparent."
-msgstr ""
-
#: ../data/messages:409
-msgid "label's visibility threshold :"
-msgstr ""
-
-#: ../data/messages:411
-msgid "Configure labels appearence."
-msgstr "تعدÙ٠ظÙÙر اÙعÙاÙ
ات ."
-
-#: ../data/messages:413
msgid "Composition"
msgstr "تÙرÙÙÙÙب"
-#: ../data/messages:415
+#: ../data/messages:411
msgid ""
"Only use this if you don't run a composite manager like Compiz, xcompmgr, "
"etc and have a black background around your dock. For aesthetic reasons, the "
"dock will be kept under other windows."
msgstr ""
+#: ../data/messages:413
+msgid "Emulate composition with fake transparency?"
+msgstr ""
+
+#: ../data/messages:415
+msgid "You need to re-open the panel. It is deactivated by default on KDE."
+msgstr ""
+
#: ../data/messages:417
-msgid "Emulate composition with fake transparency?"
+msgid "Make the config panel transparent?"
msgstr ""
#: ../data/messages:419
-msgid "You need to re-open the panel. It is deactivated by default on KDE."
+msgid "Connection to the Internet"
msgstr ""
#: ../data/messages:421
-msgid "Make the config panel transparent?"
+msgid ""
+"Maximum time in seconds that you allow the connection to the server to take. "
+"This only limits the connection phase, once the dock has connected this "
+"option is of no more use."
msgstr ""
#: ../data/messages:423
-msgid "Files"
-msgstr "Ù
ÙÙÙات"
+msgid "Connection timeout :"
+msgstr ""
#: ../data/messages:425
-msgid "Show hidden files?"
-msgstr "اظÙار اÙÙ
ÙÙات اÙÙ
Ø®ÙÙØ© Ø"
+msgid ""
+"Maximum time in seconds that you allow the whole operation to last. Some "
+"themes can be up to a few MB."
+msgstr ""
#: ../data/messages:427
-msgid "Connection to the themes' server"
-msgstr "اÙإتصا٠بخادÙ
اÙسÙ
ات"
+msgid "Maximum time to download a file:"
+msgstr ""
#: ../data/messages:429
-msgid ""
-"Maximum time in seconds that you allow the connection to the server to take. "
-"This only limits the connection phase, once the dock has connected this "
-"option is of no more use."
+msgid "Use this option if you experience problems to connect."
msgstr ""
#: ../data/messages:431
-msgid "Connection timeout to the themes' server :"
+msgid "Force IPv4 ?"
msgstr ""
#: ../data/messages:433
-msgid ""
-"Maximum time in seconds that you allow the whole operation to last. Some "
-"themes can be up to a few MB."
+msgid "Use this option if you connect to the Internet through a proxy."
msgstr ""
#: ../data/messages:435
-msgid "Maximum time to download a theme:"
-msgstr "اÙÙÙت اÙاÙص٠ÙتØÙ
Ù٠اÙسÙ
Ù :"
-
-#: ../data/messages:437
-msgid "Use this option if you connect to the Internet through a proxy."
-msgstr ""
-
-#: ../data/messages:439
msgid "Are you behind a proxy ?"
msgstr "Ù٠تستعÙ
٠برÙÙسÙØ"
-#: ../data/messages:441
+#: ../data/messages:437
msgid "Proxy name :"
msgstr "إسÙ
اÙبرÙÙسÙ:"
-#: ../data/messages:443
+#: ../data/messages:439
msgid "Port :"
msgstr "Ù
ÙÙØ° :"
-#: ../data/messages:445 ../data/messages:449
+#: ../data/messages:441 ../data/messages:445
msgid ""
"Let empty if you don't need to log-in to the proxy with a user/password."
msgstr ""
-#: ../data/messages:447 ../data/messages:451
+#: ../data/messages:443
+msgid "User :"
+msgstr ""
+
+#: ../data/messages:447
msgid "Password :"
msgstr "ÙÙÙ
Ø© اÙسر٠:"
-#: ../data/messages:455
+#: ../data/messages:451 ../data/messages:1407
msgid "Fill the background with:"
msgstr "Ù
ÙØ¡ اÙØ®ÙÙÙ٠ب٠:"
-#: ../data/messages:457 ../data/messages:463 ../data/messages:775
+#: ../data/messages:453 ../data/messages:459 ../data/messages:753
+#: ../data/messages:1411
msgid "Image"
msgstr "صÙرة"
-#: ../data/messages:459 ../data/messages:479
+#: ../data/messages:455 ../data/messages:475 ../data/messages:1413
msgid "Colour gradation"
msgstr "تدرج اÙÙÙÙ"
-#: ../data/messages:461
+#: ../data/messages:457
msgid "Use a background image."
msgstr "استخداÙ
صÙر٠ÙØ®ÙÙÙÙ."
-#: ../data/messages:465
+#: ../data/messages:461 ../data/messages:1415
msgid ""
"Any format allowed; if empty, the colour gradation will be used as a fall "
"back."
msgstr ""
-#: ../data/messages:467
+#: ../data/messages:463 ../data/messages:1417
msgid "Image filename to use as a background :"
msgstr "اسÙ
اÙصÙر٠اÙت٠ترÙد استخداÙ
Ùا ÙØ®ÙÙÙÙ :"
-#: ../data/messages:469
+#: ../data/messages:465
msgid "Image's transparency :"
msgstr "Ø´ÙاÙÙ٠اÙصÙر٠:"
-#: ../data/messages:475
+#: ../data/messages:471 ../data/messages:1419
msgid "Repeat image as a pattern to fill background?"
msgstr ""
-#: ../data/messages:477
+#: ../data/messages:473
msgid "Use a colour gradation."
msgstr "إستعÙ
ا٠تدرج ÙÙÙÙ."
-#: ../data/messages:481
+#: ../data/messages:477 ../data/messages:1421
msgid "Bright colour:"
msgstr "ÙÙÙ ÙاتØ"
-#: ../data/messages:483
+#: ../data/messages:479 ../data/messages:1423
msgid "Dark colour:"
msgstr "ÙÙ٠غاÙ
Ù :"
-#: ../data/messages:485
+#: ../data/messages:481
msgid "In degrees, in relation to the vertical"
msgstr "اÙزاÙÙØ© باÙدرجات Ù
٠اÙÙ
ØÙر اÙعاÙ
ÙدÙ"
-#: ../data/messages:487
+#: ../data/messages:483
msgid "Angle of the gradation :"
msgstr "زاÙÙØ© اÙتدرÙج :"
-#: ../data/messages:489
+#: ../data/messages:485
msgid "If not nul, it will form stripes."
msgstr ""
-#: ../data/messages:491
+#: ../data/messages:487
msgid "Repeat the gradation this number of times:"
msgstr "Ù
رات ÙÙرار اÙتدرج اÙÙÙÙÙ:"
-#: ../data/messages:493
+#: ../data/messages:489
msgid "Percentage of the bright colour:"
msgstr "Ùسب٠اÙÙÙ٠اÙÙØ§ØªØ :"
-#: ../data/messages:495
+#: ../data/messages:491
msgid "External Frame"
msgstr "اÙاطار اÙخارجÙ"
-#: ../data/messages:497 ../data/messages:501 ../data/messages:507
-#: ../data/messages:573 ../data/messages:673
+#: ../data/messages:493 ../data/messages:497 ../data/messages:503
+#: ../data/messages:551 ../data/messages:651
msgid "in pixels."
msgstr "باÙباسÙاÙ"
-#: ../data/messages:499
+#: ../data/messages:495
msgid "Corner radius :"
msgstr "زاÙÙØ© Ùص٠اÙÙطر :"
-#: ../data/messages:503
+#: ../data/messages:499
msgid "Linewidth of the external line :"
msgstr ""
-#: ../data/messages:505
+#: ../data/messages:501
msgid "Colour of the external line:"
msgstr "ÙÙ٠اÙØد اÙخارج٠:"
-#: ../data/messages:509
+#: ../data/messages:505
msgid "Margin between the frame and the icons or their reflects :"
msgstr ""
-#: ../data/messages:511
+#: ../data/messages:507
msgid "Are the bottom left and right corners rounded?"
msgstr "Ù٠اÙزÙاÙا اÙسÙÙÙ٠اÙÙÙ
ÙÙ ÙاÙÙسر٠Ù
دÙر٠اÙØ´ÙÙ Ø"
-#: ../data/messages:513
-msgid "Background movement"
-msgstr "ØرÙ٠اÙØ®ÙÙÙÙ"
-
-#: ../data/messages:515
-msgid "Move the background image along with the cursor?"
-msgstr ""
-
-#: ../data/messages:517 ../data/messages:747 ../data/messages:843
-msgid "No"
-msgstr "Ùا"
-
-#: ../data/messages:519
-msgid "Follow the mouse"
-msgstr "Ù
ÙاØÙ٠اÙÙ
ؤشر"
-
-#: ../data/messages:521
-msgid "Link with the mouse"
-msgstr "ربط باÙÙ
ؤشر"
-
-#: ../data/messages:523
-msgid ""
-"The lower the value, the less the decorations will move along with the "
-"cursor."
-msgstr ""
-
-#: ../data/messages:525
-msgid "Speed :"
-msgstr "سرعة :"
-
-#: ../data/messages:533
+#: ../data/messages:511
msgid "Main Dock"
msgstr "اÙشرÙØ· اÙرئÙسÙ"
-#: ../data/messages:537
+#: ../data/messages:515
msgid "Sub-Docks"
msgstr "اÙأشرط٠اÙÙرعÙÙ"
-#: ../data/messages:543
+#: ../data/messages:521
msgid ""
"You can specify a ratio for the size of the sub-docks' icons, in relation to "
"the main docks' icons size"
msgstr ""
-#: ../data/messages:545
+#: ../data/messages:523
msgid "Ratio for the size of the sub-docks' icons :"
msgstr "Ùسب٠ØجÙ
اÙاÙÙÙÙات اÙ٠اÙØجÙ
اÙÙÙÙ ÙÙشرÙØ· اÙÙرع٠:"
-#: ../data/messages:547 ../data/messages:815
+#: ../data/messages:525 ../data/messages:793
msgid "smaller"
msgstr "اصغر"
-#: ../data/messages:549
+#: ../data/messages:527
msgid "same size"
msgstr "ÙÙس اÙØجÙ
"
-#: ../data/messages:551
+#: ../data/messages:529
msgid "Dialogs"
msgstr "اÙØÙارات"
-#: ../data/messages:553
+#: ../data/messages:531
msgid "Bubble"
msgstr "ÙÙاعÙ"
-#: ../data/messages:555
+#: ../data/messages:533
msgid "Background colour of the bubble:"
msgstr "ÙÙ٠اÙØ®ÙÙÙÙ ÙÙÙÙاع٠:"
-#: ../data/messages:557
+#: ../data/messages:535
msgid "Shape of the bubble:"
msgstr "Ø´Ù٠اÙÙÙاع٠:"
-#: ../data/messages:559
+#: ../data/messages:537
msgid "Text"
msgstr "Ùص"
-#: ../data/messages:561 ../data/messages:851
+#: ../data/messages:539 ../data/messages:837
msgid "Otherwise the default's system one will be used."
msgstr ""
-#: ../data/messages:563
+#: ../data/messages:541
msgid "Use a custom font for the text?"
msgstr "إستخداÙ
خط خاص ÙÙÙص Ø"
-#: ../data/messages:565
+#: ../data/messages:543
msgid "Text font:"
msgstr "خط اÙÙص:"
-#: ../data/messages:567 ../data/messages:857
+#: ../data/messages:545 ../data/messages:843
msgid "Draw the outline of the text?"
msgstr "إرسÙ
اÙخط اÙخارج٠ÙÙÙص Ø"
-#: ../data/messages:569
+#: ../data/messages:547
msgid "Text color:"
msgstr "ÙÙ٠اÙÙÙصÙ:"
-#: ../data/messages:571 ../data/messages:631
+#: ../data/messages:549 ../data/messages:609
msgid "Buttons"
msgstr "أزرار"
-#: ../data/messages:575
+#: ../data/messages:553
msgid "Size of buttons in the info-bubbles (width x height) :"
msgstr "ØجÙ
اÙأزرار ÙÙ ÙÙاع٠اÙÙ
عÙÙÙ
ات (اÙعرض à اÙØ·ÙÙ) :"
-#: ../data/messages:577 ../data/messages:581 ../data/messages:635
-#: ../data/messages:639 ../data/messages:643 ../data/messages:647
+#: ../data/messages:555 ../data/messages:559 ../data/messages:613
+#: ../data/messages:617 ../data/messages:621 ../data/messages:625
msgid "If you don't provide any, a default image will be used."
msgstr "Ø¥Ù ÙÙ
تÙÙر صÙØ±Ù Ø Ø³ÙتÙ
إستخداÙ
اÙصÙر٠اÙØ¥ÙتراضÙÙ."
-#: ../data/messages:579
+#: ../data/messages:557
msgid "Name of an image to use for the yes/ok button :"
msgstr ""
-#: ../data/messages:583
+#: ../data/messages:561
msgid "Name of an image to use for the no/cancel button :"
msgstr ""
-#: ../data/messages:585
+#: ../data/messages:563
msgid "Size of the icon displayed next to the text :"
msgstr "ØجÙ
اÙØ£ÙÙÙÙ٠اÙÙ
عرÙض٠بجاÙب اÙÙص :"
-#: ../data/messages:589
+#: ../data/messages:567
msgid "Decorations"
msgstr "زخرÙات"
-#: ../data/messages:591
+#: ../data/messages:569
msgid ""
"This can be customized for each desklet separately.\n"
"Choose 'Custom decoration' to define your own decorations below"
msgstr ""
-#: ../data/messages:593
+#: ../data/messages:571
msgid "Choose a default decoration for all desklets :"
msgstr ""
-#: ../data/messages:595
+#: ../data/messages:573
msgid ""
"It's an image that will be displayed below the drawings, like a frame for "
"example. Leave empty to not use any."
msgstr ""
-#: ../data/messages:597
+#: ../data/messages:575
msgid "Background image :"
msgstr "صÙرة اÙØ®ÙÙÙØ© :"
-#: ../data/messages:599
+#: ../data/messages:577
msgid "Background transparency :"
msgstr "Ø´ÙاÙÙØ© اÙØ®ÙÙÙØ© :"
-#: ../data/messages:605
+#: ../data/messages:583
msgid "in pixels. Use this to adjust the left position of the drawings."
msgstr ""
-#: ../data/messages:607
+#: ../data/messages:585
msgid "Left offset :"
msgstr ""
-#: ../data/messages:609
+#: ../data/messages:587
msgid "in pixels. Use this to adjust the top position of the drawings."
msgstr ""
-#: ../data/messages:611
+#: ../data/messages:589
msgid "Top offset :"
msgstr ""
-#: ../data/messages:613
+#: ../data/messages:591
msgid "in pixels. Use this to adjust the right position of the drawings."
msgstr ""
-#: ../data/messages:615
+#: ../data/messages:593
msgid "Right offset :"
msgstr ""
-#: ../data/messages:617
+#: ../data/messages:595
msgid "in pixels. Use this to adjust the bottom position of the drawings."
msgstr ""
-#: ../data/messages:619
+#: ../data/messages:597
msgid "Bottom offset :"
msgstr ""
-#: ../data/messages:621
+#: ../data/messages:599
msgid ""
"It's an image that will be displayed above the drawings, like a reflection "
"for example. Leave empty to not use any."
msgstr ""
-#: ../data/messages:623
+#: ../data/messages:601
msgid "Foreground image :"
msgstr "صÙرة اÙÙ
ÙدÙ
Ø© :"
-#: ../data/messages:625
+#: ../data/messages:603
msgid "Foreground tansparency :"
msgstr "Ø´ÙاÙÙØ© اÙÙ
ÙدÙ
Ù :"
-#: ../data/messages:633
+#: ../data/messages:611
msgid "Buttons size :"
msgstr "ØجÙ
اÙأزرار :"
-#: ../data/messages:637 ../data/messages:649
+#: ../data/messages:615 ../data/messages:627
msgid "Name of an image to use for the 'rotate' button :"
msgstr "إختر صÙر٠ÙإستخداÙ
Ùا Ùزر اÙتدÙÙر:"
-#: ../data/messages:641
+#: ../data/messages:619
msgid "Name of an image to use for the 'reattach' button :"
msgstr ""
-#: ../data/messages:645
+#: ../data/messages:623
msgid "Name of an image to use for the 'depth rotate' button :"
msgstr ""
-#: ../data/messages:653
+#: ../data/messages:631
msgid "Icons' themes"
msgstr "سÙ
ات اÙØ£ÙÙÙÙات"
-#: ../data/messages:657
+#: ../data/messages:635
msgid "Choose an icon theme :"
msgstr "إختر سÙ
Ù ÙÙØ£ÙÙÙÙÙ :"
-#: ../data/messages:659
+#: ../data/messages:637
msgid ""
"Any format allowed; leave this field empty if you don't want to use an image "
"as background."
msgstr ""
-#: ../data/messages:661
+#: ../data/messages:639
msgid "Image filename to use as a background for icons :"
msgstr "اسÙ
Ù
Ù٠اÙصÙر٠ÙإستخداÙ
Ù ÙØ®ÙÙÙÙ ÙÙØ£ÙÙÙÙÙ :"
-#: ../data/messages:663
+#: ../data/messages:641
msgid "Zoom effect"
msgstr "تأثÙر اÙتÙبÙر"
-#: ../data/messages:665
+#: ../data/messages:643
msgid ""
"set to 1 if you don't want the icons to zoom when you hover over them."
msgstr ""
-#: ../data/messages:667
+#: ../data/messages:645
msgid "Maximum zoom of the icons :"
msgstr "اÙتÙبÙر اÙØ£Ùص٠ÙÙØ£ÙÙÙÙÙ :"
-#: ../data/messages:669
+#: ../data/messages:647
msgid ""
"in pixels. Outside of this space (centered on the mouse), there is no zoom."
msgstr ""
-#: ../data/messages:671
+#: ../data/messages:649
msgid "Width of the space in which the zoom will be effective :"
msgstr ""
-#: ../data/messages:675
+#: ../data/messages:653
msgid "Space between icons :"
msgstr "اÙÙ
ساÙ٠بÙ٠اÙØ£ÙÙÙÙات :"
-#: ../data/messages:677
+#: ../data/messages:655
msgid "Reflections"
msgstr "اÙعÙاسات"
-#: ../data/messages:679
+#: ../data/messages:657
msgid ""
"It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
"reflections are not used."
msgstr ""
-#: ../data/messages:681
+#: ../data/messages:659
msgid "Reflective power of the plane :"
msgstr ""
-#: ../data/messages:683
+#: ../data/messages:661
msgid "light"
msgstr "Ø®ÙÙÙ"
-#: ../data/messages:685
+#: ../data/messages:663
msgid "strong"
msgstr "ÙÙÙ"
-#: ../data/messages:687
+#: ../data/messages:665
msgid ""
"In percent of the icon's size. This parameter influence the total height of "
"the dock."
msgstr ""
-#: ../data/messages:689
+#: ../data/messages:667
msgid "Height of the reflection:"
msgstr "إرتÙاع اÙØ¥ÙعÙاس :"
-#: ../data/messages:691
+#: ../data/messages:669
msgid "small"
msgstr "صغÙر"
-#: ../data/messages:693
+#: ../data/messages:671
msgid "tall"
msgstr "Ø·ÙÙÙ"
-#: ../data/messages:695
+#: ../data/messages:673
msgid ""
"It is their transparency when the dock is at rest; they will \"materialize\" "
"progressively as the dock grows up. The closer to 0, the more transparent "
"they will be."
msgstr ""
-#: ../data/messages:697
+#: ../data/messages:675
msgid "Icons' transparency at rest :"
msgstr "Ø´ÙاÙÙ٠اÙØ£ÙÙÙÙات ÙÙ Øا٠عدÙ
اÙØرÙÙ :"
-#: ../data/messages:703
+#: ../data/messages:681
msgid "Icons size"
msgstr "ØجÙ
اÙØ£ÙÙÙÙÙ"
-#: ../data/messages:705
+#: ../data/messages:683
msgid "Launcher's size at rest (width x height) :"
msgstr "ØجÙ
اÙÙ
شغ٠ÙÙ Øا٠عدÙ
اÙØرÙÙ (اÙعرض à اÙØ·ÙÙ) :"
-#: ../data/messages:707
+#: ../data/messages:685
msgid "Application's size at rest (width x height) :"
msgstr "ØجÙ
اÙتطبÙÙ ÙÙ Øا٠عدÙ
اÙØرÙÙ (اÙعرض à اÙØ·ÙÙ) :"
-#: ../data/messages:709
+#: ../data/messages:687
msgid "Applet's size at rest (width x height) :"
msgstr ""
-#: ../data/messages:711
+#: ../data/messages:689
msgid "Configure icons' animations."
msgstr "تعدÙÙ ØرÙ٠اÙØ£ÙÙÙÙÙ."
-#: ../data/messages:713
+#: ../data/messages:691
msgid "Configure icons' special effects (requires OpenGL)."
msgstr "إعداد اÙاÙÙÙÙات Ù
ع تأثÙرات خاصة ( ÙتطÙبOpenGL"
-#: ../data/messages:715
+#: ../data/messages:693
msgid ""
"Configure icons' animations on appearing/disappearing (require OpenGL "
"capacity)."
msgstr ""
-#: ../data/messages:717
+#: ../data/messages:695
msgid "Separators"
msgstr "ÙÙاصÙ"
-#: ../data/messages:719
+#: ../data/messages:697
msgid "Icon size at rest (width x height) :"
msgstr "ØجÙ
اÙØ£ÙÙÙÙÙ ÙÙ Øا٠عدÙ
اÙØرÙÙ (اÙعرض à اÙØ·ÙÙ) :"
-#: ../data/messages:721
+#: ../data/messages:699
+msgid "Force separator's image size to stay constant?"
+msgstr "Ù٠ترÙد ابÙاء ØجÙ
صÙر٠اÙÙاص٠ثابتا Ø"
+
+#: ../data/messages:701
msgid ""
"Only the default, 3D-plane and curve views support flat and physical "
"separators. Flat separators are rendered differently according to the view."
msgstr ""
-#: ../data/messages:723
+#: ../data/messages:703
msgid "How to draw the separators?"
msgstr ""
-#: ../data/messages:725
+#: ../data/messages:705
msgid "Use an image."
msgstr ""
-#: ../data/messages:727
+#: ../data/messages:707
msgid "Flat separator"
msgstr ""
-#: ../data/messages:729
+#: ../data/messages:709
msgid "Physical separator"
msgstr ""
-#: ../data/messages:731
+#: ../data/messages:711
msgid "If you don't provide one, blanks will be used."
msgstr ""
-#: ../data/messages:733
+#: ../data/messages:713
msgid "Filename of an image to use for separators :"
msgstr "اسÙ
Ù
Ù٠اÙصÙر٠ÙإستخداÙ
Ùا ÙÙاص٠:"
-#: ../data/messages:735
+#: ../data/messages:715
msgid ""
"Make the separator's image revolve when dock is on top/on the left/on the "
"right?"
msgstr ""
-#: ../data/messages:737
-msgid "Force separator's image size to stay constant?"
-msgstr "Ù٠ترÙد ابÙاء ØجÙ
صÙر٠اÙÙاص٠ثابتا Ø"
-
-#: ../data/messages:739
+#: ../data/messages:717
msgid "Colour of flat separators :"
msgstr ""
-#: ../data/messages:741
+#: ../data/messages:719
msgid "Icons order"
msgstr "ترتÙب اÙØ£ÙÙÙÙات"
-#: ../data/messages:743
+#: ../data/messages:721
msgid ""
"If you separate a type of icons, the icons of this type will be placed "
"together, separated from the others by a separator.\n"
@@ -2292,91 +2206,95 @@
"launcher if they have one, or after the last launcher."
msgstr ""
-#: ../data/messages:749
+#: ../data/messages:725 ../data/messages:823
+msgid "No"
+msgstr "Ùا"
+
+#: ../data/messages:727
msgid "Separate applications from others"
msgstr "Ùص٠اÙتطبÙÙات ع٠اÙبÙÙÙ"
-#: ../data/messages:751
+#: ../data/messages:729
msgid "Separate applets from others"
msgstr ""
-#: ../data/messages:753
+#: ../data/messages:731
msgid "Separate all"
msgstr "Ùص٠اÙÙÙ"
-#: ../data/messages:763
+#: ../data/messages:741
msgid "Link the icons with a string"
msgstr "ربط اÙØ£ÙÙÙÙات بخÙØ·"
-#: ../data/messages:765
+#: ../data/messages:743
msgid "Linewidth of the string, in pixels (0 to not use string) :"
msgstr "عرض اÙØ®ÙØ· Ø Ø¨Ø§ÙبÙس٠(0 ÙÙ ÙظÙر اÙØ®ÙØ·) :"
-#: ../data/messages:767
+#: ../data/messages:745
msgid "Colour of the string (red, blue, green, alpha) :"
msgstr "ÙÙ٠اÙØ®ÙØ· (Ø£ØÙ
Ø±Ø Ø£Ø²Ø±ÙØ Ø£Ø®Ø¶Ø±Ø Ø£ÙÙا) :"
-#: ../data/messages:771
+#: ../data/messages:749
msgid "Indicator of the active window"
msgstr "Ù
ؤشر اÙÙاÙذ٠اÙÙشطÙ"
-#: ../data/messages:773
+#: ../data/messages:751
msgid "Type of indicator:"
msgstr "ÙÙع اÙÙ
ؤشر"
-#: ../data/messages:777
+#: ../data/messages:755
msgid "Frame"
msgstr "إطار"
-#: ../data/messages:779 ../data/messages:797 ../data/messages:835
+#: ../data/messages:757 ../data/messages:775 ../data/messages:813
msgid "Image file:"
msgstr "Ù
Ù٠اÙصÙر٠:"
-#: ../data/messages:781
+#: ../data/messages:759
msgid "Set transparency to 0 if you don't want to use an indicator."
msgstr ""
-#: ../data/messages:783
+#: ../data/messages:761
msgid "Colour of the frame :"
msgstr "ÙÙ٠اÙإطار :"
-#: ../data/messages:785
+#: ../data/messages:763
msgid "Set 0 to fill the frame."
msgstr "ضع 0 ÙÙ
ÙØ¡ اÙإطار."
-#: ../data/messages:787
+#: ../data/messages:765
msgid "Linewidth of the frame around the active window :"
msgstr "عرض اÙإطار ØÙ٠اÙÙاÙذة اÙÙشطة :"
-#: ../data/messages:789
+#: ../data/messages:767
msgid "Corner radius of the frame around the active window :"
msgstr "Ùطر زاÙÙ٠اÙإطار ØÙ٠اÙÙاÙذة اÙÙشطة :"
-#: ../data/messages:791 ../data/messages:823
+#: ../data/messages:769 ../data/messages:801
msgid "Draw indicator above the icon?"
msgstr "رسÙ
Ù
ؤشر ÙÙ٠اÙØ£ÙÙÙÙØ© Ø"
-#: ../data/messages:793
+#: ../data/messages:771
msgid "Indicator of active launcher"
msgstr "Ù
ؤشر اÙÙ
شغ٠اÙÙشط"
-#: ../data/messages:795
+#: ../data/messages:773
msgid ""
"Indicators are drawn on launchers icons to show that they have already been "
"launched. Leave blank to use the default one."
msgstr ""
-#: ../data/messages:799
+#: ../data/messages:777
msgid ""
"The indicator is drawn on active launchers, but you may want to display it "
"on applications too."
msgstr ""
-#: ../data/messages:801
+#: ../data/messages:779
msgid "Display an indicator on application icons too ?"
msgstr ""
-#: ../data/messages:803
+#: ../data/messages:781
msgid ""
"Relatively to the icons' size. You can use this parameter to adjust the "
"indicator's vertical position.\n"
@@ -2384,11 +2302,11 @@
"otherwise downwards."
msgstr ""
-#: ../data/messages:805
+#: ../data/messages:783
msgid "Vertical offset :"
msgstr ""
-#: ../data/messages:807
+#: ../data/messages:785
msgid ""
"If the indicator is linked to the icon, it will then be zoomed like the icon "
"and the offset will be upwards.\n"
@@ -2396,188 +2314,211 @@
"downwards."
msgstr ""
-#: ../data/messages:809
+#: ../data/messages:787
msgid "Link the indicator with its icon?"
msgstr "ربط اÙÙ
ؤشر بأÙÙÙÙت٠Ø"
-#: ../data/messages:811
+#: ../data/messages:789
msgid ""
"You can choose to make the indicator smaller or bigger than the icons. The "
"bigger the value is, the bigger the indicator is. 1 means the indicator will "
"have the same size as the icons."
msgstr ""
-#: ../data/messages:813
+#: ../data/messages:791
msgid "Indicator size ratio :"
msgstr "Ùسب٠ØجÙ
اÙÙ
شغ٠:"
-#: ../data/messages:817
+#: ../data/messages:795
msgid "bigger"
msgstr "Ø£Ùبر"
-#: ../data/messages:819
+#: ../data/messages:797
msgid ""
"Use it to make the indicator follow the orientation of the dock "
"(top/bottom/right/left)."
msgstr ""
-#: ../data/messages:821
+#: ../data/messages:799
msgid "Rotate the indicator with dock?"
msgstr "إاÙتÙا٠اÙÙ
ؤشر Ù
ع اÙشرÙØ· Ø"
-#: ../data/messages:825
+#: ../data/messages:803
msgid "Indicator of grouped windows"
msgstr "Ù
ؤشر ÙÙ
جÙ
Ùع٠ÙÙاÙØ°"
-#: ../data/messages:827
+#: ../data/messages:805
msgid "How to show that several icons are grouped :"
msgstr ""
-#: ../data/messages:829
+#: ../data/messages:807
msgid "Draw an image"
msgstr ""
-#: ../data/messages:831
+#: ../data/messages:809
msgid "Draw the sub-dock's icons as a stack"
msgstr ""
-#: ../data/messages:833
+#: ../data/messages:811
msgid ""
"It only makes sense if you chose to group the applis of the same class "
"together. Leave blank to use the default one."
msgstr ""
-#: ../data/messages:837
+#: ../data/messages:815
msgid "Zoom the indicator with its icon?"
msgstr "تÙبÙر اÙÙ
ؤشر Ù
ع Ø£ÙÙÙÙت٠Ø"
-#: ../data/messages:839
+#: ../data/messages:817
msgid "Labels"
msgstr "عÙاÙ
ات"
-#: ../data/messages:841
+#: ../data/messages:819
+msgid "Label visibility"
+msgstr ""
+
+#: ../data/messages:821
msgid "Show labels:"
msgstr "إظÙار اÙعÙاÙ
ات :"
-#: ../data/messages:845
+#: ../data/messages:825
msgid "On pointed icon"
msgstr "عÙ٠اÙØ£ÙÙÙÙØ© اÙÙ
ؤشر عÙÙÙا"
-#: ../data/messages:847
+#: ../data/messages:827
msgid "On all icons"
msgstr "عÙÙ Ù٠اÙØ£ÙÙÙÙات"
-#: ../data/messages:849
+#: ../data/messages:829
+msgid ""
+"the bigger, the more the labels next to the selected icon will be "
+"transparent."
+msgstr ""
+
+#: ../data/messages:831
+msgid "label's visibility threshold :"
+msgstr ""
+
+#: ../data/messages:833
+msgid "Should the labels always be horizontal, even when dock is vertical?"
+msgstr ""
+
+#: ../data/messages:835
msgid "Font"
msgstr "خط"
-#: ../data/messages:853
+#: ../data/messages:839
msgid "Use a custom font for labels?"
msgstr "استخداÙ
خط خاص ÙÙعÙاÙ
ات Ø"
-#: ../data/messages:855
+#: ../data/messages:841
msgid "Font used for labels :"
msgstr "اÙخط اÙÙ
ستخدÙ
ÙÙعÙاÙ
ات :"
-#: ../data/messages:859
+#: ../data/messages:845
msgid "Colour"
msgstr "اÙÙÙÙ"
-#: ../data/messages:861
+#: ../data/messages:847
msgid "It's the first color of the gradation."
msgstr ""
-#: ../data/messages:863
+#: ../data/messages:849
msgid "Start color :"
msgstr "ÙÙ٠اÙبداÙØ© :"
-#: ../data/messages:865
+#: ../data/messages:851
msgid ""
"It's the second color of the gradation. Set it to the same value as the "
"first if you don't want to have any gradation."
msgstr ""
-#: ../data/messages:867
+#: ../data/messages:853
msgid "Stop color :"
msgstr "ÙÙ٠اÙÙÙاÙØ© :"
-#: ../data/messages:869
+#: ../data/messages:855
msgid ""
"If checked, the pattern will go from top to bottom, otherwise from left to "
"right."
msgstr ""
-#: ../data/messages:871
+#: ../data/messages:857
msgid "Pattern should be vertical?"
msgstr "ÙÙ Ùجب ا٠ÙÙÙ٠اÙÙÙ
Ø· عاÙ
ÙدÙا Ø"
-#: ../data/messages:875
+#: ../data/messages:861
msgid ""
"If you set it to fully transparent, there will be no background for the "
"text, but the margin around the text will still be in effect."
msgstr ""
-#: ../data/messages:877
+#: ../data/messages:863
msgid "Colour of the label's background :"
msgstr "ÙÙ٠اÙØ®ÙÙÙÙ ÙÙعÙاÙ
ات :"
-#: ../data/messages:879
+#: ../data/messages:865
msgid "If false, only the quick-info will have this background color."
msgstr ""
-#: ../data/messages:881
+#: ../data/messages:867
msgid "Use background color for labels?"
msgstr "Ù٠ترÙد استخداÙ
ÙÙ٠اÙØ®ÙÙÙØ© ÙÙعÙاÙ
ات Ø"
-#: ../data/messages:883
+#: ../data/messages:869
msgid "Margin around the text (in pixels) :"
msgstr ""
-#: ../data/messages:887
+#: ../data/messages:873
msgid "Yes, like that :-)"
msgstr "ÙعÙ
Ø ÙÙذا :-)"
-#: ../data/messages:889
+#: ../data/messages:875
msgid ""
"Note : many answers have an extra hint.\n"
"To popup the hint, simply leave the mouse over the sentence for 1 second, a "
"tooltip will appear."
msgstr ""
-#: ../data/messages:891
+#: ../data/messages:877
msgid "How do I re-order my icons?"
msgstr "ÙÙÙ ÙÙ
ÙÙ٠إعاد٠ترتÙب اÙØ£ÙÙÙÙات Ø"
-#: ../data/messages:893
+#: ../data/messages:879
msgid "Tip: you can even re-order icons of active applications."
msgstr ""
-#: ../data/messages:895
+#: ../data/messages:881
msgid "Simply drag with the mouse, and drop wherever you wish."
msgstr "ببساط٠اسØب باÙÙ
ؤشر ÙØ¥ÙÙت٠ØÙØ«Ù
ا تشاء."
-#: ../data/messages:897
+#: ../data/messages:883
msgid ""
"How do I position applets and taskbar icons at the beginning of the dock?"
msgstr ""
-#: ../data/messages:899
+#: ../data/messages:885
msgid ""
"Tip: you can also position applets amongst launchers, by ticking the box "
"below."
msgstr ""
-#: ../data/messages:901
+#: ../data/messages:887
msgid ""
"In the «icons» module, at the bottom, you can select icon order according to "
"type (launcher/appli/applet)."
msgstr ""
-#: ../data/messages:903
+#: ../data/messages:889 ../data/messages:897 ../data/messages:911
+#: ../data/messages:967
+msgid "Go to the «Icons» module."
+msgstr ""
+
+#: ../data/messages:891
msgid "How do I change an icon image?"
msgstr "ÙÙ٠تغÙر صÙرة Ø£ÙÙÙÙØ© Ø"
-#: ../data/messages:905
+#: ../data/messages:893
msgid ""
"Tip: you can also edit a launcher's configuration directly and set a path "
"for an image. If you do not enter a path, but simply the name of an image, "
@@ -2585,7 +2526,7 @@
"the best."
msgstr ""
-#: ../data/messages:907
+#: ../data/messages:895
msgid ""
"In the âIconsâ module, you can choose an <b>icon theme</b>. Just choose a "
"theme, and apply.\n"
@@ -2596,55 +2537,72 @@
"If you choose nothing, the default icon theme of your system will be used."
msgstr ""
-#: ../data/messages:909
+#: ../data/messages:899
msgid "How do I remove many icons quickly?"
msgstr "ÙÙ٠تزÙ٠اÙØ£ÙÙÙÙØ© بسرع٠Ø"
-#: ../data/messages:911
+#: ../data/messages:901
msgid ""
"Hint : if you delete an icon pointing to a sub-dock, you will be offered to "
"either delete the sub-dockâs icons or to move them in the main dock."
msgstr ""
-#: ../data/messages:913
+#: ../data/messages:903
msgid ""
"Just drag and drop them out of the dock, they will disappear in an explosion "
"!"
msgstr ""
-#: ../data/messages:915
+#: ../data/messages:905
msgid "How can I resize my icons?"
msgstr "ÙÙ٠تغÙر ØجÙ
Ø£ÙÙÙÙات٠Ø"
-#: ../data/messages:917
+#: ../data/messages:907
msgid ""
"Hint : You can define the size of each applet independently, to any size "
"smaller or equal to the default size. Set it to 0x0 to use the default size."
msgstr ""
-#: ../data/messages:919
+#: ../data/messages:909
msgid ""
"In the 'Icons' modules, you can setup the default size of your icons by type "
": launchers, apps, applets and separators.\n"
"You can also setup the zoom factor."
msgstr ""
-#: ../data/messages:921
+#: ../data/messages:913
+msgid ""
+"I want to see a preview of opened applications by moving my cursor over its "
+"icon"
+msgstr ""
+
+#: ../data/messages:915 ../data/messages:1043 ../data/messages:1175
+#: ../data/messages:1239 ../data/messages:1277 ../data/messages:1319
+#: ../data/messages:1323 ../data/messages:1329 ../data/messages:1333
+#: ../data/messages:1337 ../data/messages:1341
+msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
+msgstr ""
+
+#: ../data/messages:917 ../data/messages:1045
+msgid "If you're using Compiz, you can click on this button:"
+msgstr ""
+
+#: ../data/messages:919
msgid "Dock"
msgstr "شرÙØ·"
-#: ../data/messages:923
+#: ../data/messages:921
msgid "How do I position my dock on the screen?"
msgstr "ÙÙ٠تختار Ù
Ùضع شرÙط٠عÙ٠اÙشاشة Ø"
-#: ../data/messages:925
+#: ../data/messages:923
msgid ""
"Tip: If you have multiple screens managed by Xinerama, you can tick the "
"option «Use Xinerama», and choose the screen where you wish your dock to be "
"positioned."
msgstr ""
-#: ../data/messages:927
+#: ../data/messages:925
msgid ""
"Everything is in the «Position» module. You can choose to position it on the "
"bottom, top, left or right side of your screen.\n"
@@ -2652,6 +2610,10 @@
"screen border."
msgstr ""
+#: ../data/messages:927 ../data/messages:935
+msgid "Go to the «Position» module."
+msgstr ""
+
#: ../data/messages:929
msgid "How do I adjust the position of the dock above the Gnome-panel?"
msgstr ""
@@ -2666,62 +2628,68 @@
msgid "In the «Position» module, you can add an offset to the screen border."
msgstr ""
-#: ../data/messages:935
+#: ../data/messages:937
msgid "The dock is hidden by the Gnome-panel"
msgstr ""
-#: ../data/messages:937
-msgid ""
-"This is normal, because they are both «docks». You can either move the dock "
-"out of the panel, or launch it wih the command «cairo-dock --keep-above»."
-msgstr ""
-
#: ../data/messages:939
+msgid ""
+"This is normal, because they are both «docks».\n"
+" You can either move the dock out of the panel, or launch it wih the command "
+"«cairo-dock --keep-above».\n"
+" But you can also (re)move the Gnome-Panel by doing a right click on it."
+msgstr ""
+
+#: ../data/messages:941
msgid "I donât want other windows covering the dock"
msgstr "Ùا أرÙد أ٠تغط٠أ٠ÙÙاÙØ° اÙشرÙØ·"
-#: ../data/messages:941
-msgid "Hint: you can even do that with desklets, making a desklet's panel !."
-msgstr ""
-
#: ../data/messages:943
+msgid "Tip: You can even do that with desklets: making a desklet's panel !."
+msgstr ""
+
+#: ../data/messages:945
msgid ""
-"Just choose the corresponding option in the âVisibilityâ module.\n"
+"Just choose the corresponding option in the âAccessibilityâ module.\n"
"This will reserve the space for the dock only."
msgstr ""
-#: ../data/messages:945
+#: ../data/messages:947 ../data/messages:955
+msgid "Go to the «Accessibility» module."
+msgstr ""
+
+#: ../data/messages:949
msgid "I donât want that the dock covers windows"
msgstr "Ùا أرÙد ا٠Ùغط٠اÙشرÙØ· عÙ٠اÙÙÙاÙØ°"
-#: ../data/messages:947
+#: ../data/messages:951
msgid ""
-"Hint : you can choose to pop-up the dock only when the mouse hits the screen "
+"Tip: You can choose to pop-up the dock only when the mouse hits the screen "
"corner instead of the whole screen border.\n"
"You can also set-up the size of the trigger zone, and even set an image to "
"it."
msgstr ""
-#: ../data/messages:949
+#: ../data/messages:953
msgid ""
-"Two choices are available in the âVisibilityâ module:\n"
+"Two choices are available in the âAccessibilityâ module:\n"
" - either choose to âkeep the dock below other windowsâ. The dock will then "
"pop-up when you place the mouse on its screen border.\n"
" - or choose the auto-hide. The dock will then hide itself and reappear when "
"you enter the trigger zone."
msgstr ""
-#: ../data/messages:951
+#: ../data/messages:957
msgid "How can I add a separator?"
msgstr "ÙÙÙ ÙÙ
Ù٠إضاÙØ© Ùاص٠Ø"
-#: ../data/messages:953
+#: ../data/messages:959
msgid ""
-"Hint: if you choose to mix applets and launchers in the 'Icons' module, you "
+"Tip: if you choose to mix applets and launchers in the 'Icons' module, you "
"can also place separators between applets then."
msgstr ""
-#: ../data/messages:955
+#: ../data/messages:961
msgid ""
"Simply right-click on the dock where you wish to add a separator and select "
"«add a separator».\n"
@@ -2729,41 +2697,41 @@
"dragging it with the mouse."
msgstr ""
-#: ../data/messages:957
+#: ../data/messages:963
msgid ""
"I don't want to have a separator between launchers , applications and "
"applets."
msgstr ""
-#: ../data/messages:959
+#: ../data/messages:965
msgid ""
"In the «Icons» module, in the «separator» section, untick the box that says "
"«add automatic separators»."
msgstr ""
-#: ../data/messages:961
+#: ../data/messages:969
msgid "How do I add a sub-dock?"
msgstr "ÙÙÙ ÙÙ
ÙÙ٠إضاÙ٠شرÙØ· Ùرع٠Ø"
-#: ../data/messages:963
+#: ../data/messages:971
msgid ""
-"Hint: to move an icon into another dock, right-click on it, go to 'Move to', "
-"and choose the one you want in the list. You can do the same with applets as "
-"well, allowing you to group many applets in a sub-dock. You can also create "
-"new main docks this way."
+"Tip: If you want to move an icon into another dock, right-click on it, go to "
+"'Move to', and choose the one you want in the list. You can do the same with "
+"applets as well, allowing you to group many applets in a sub-dock. You can "
+"also create new main docks this way."
msgstr ""
-#: ../data/messages:965
+#: ../data/messages:973
msgid ""
-"Just right-click on the dock, then select «add a sub-dock». Fill the config "
+"Just right-click on the dock, then select «Add a sub-dock». Fill the config "
"panel with a name and image, then confirm."
msgstr ""
-#: ../data/messages:967
+#: ../data/messages:975
msgid "How can I have many main docks?"
msgstr "ÙÙÙ ÙÙ
ÙÙ٠إضاÙØ© اÙعدÙد Ù
٠اÙأشرط٠Ø"
-#: ../data/messages:969
+#: ../data/messages:977
msgid ""
"Hint: you can then move icons inside this new dock by following the previous "
"method and selecting the dock you've just created.\n"
@@ -2771,23 +2739,23 @@
"choose âconfigure this dockâ."
msgstr ""
-#: ../data/messages:971
+#: ../data/messages:979
msgid ""
"Right-click on a launcher or an applet, go to 'Move to', and choose 'a new "
"main dock'. A new dock will be created, with this icon inside."
msgstr ""
-#: ../data/messages:973
+#: ../data/messages:981
msgid "How can I have a 3D dock?"
msgstr "ÙÙÙ ÙÙ
ÙÙ٠إضاÙ٠شرÙØ· Ø«Ùاث٠اÙأبعاد"
-#: ../data/messages:975
+#: ../data/messages:983
msgid ""
"Tip: you can set up the view for each sub-dock. Simply edit the icon "
"pointing to the sub-dock and choose the view you wish to use for it."
msgstr ""
-#: ../data/messages:977
+#: ../data/messages:985
msgid ""
"Any dock can be displayed with one view, and many views are available (3D, "
"Curve, etc).\n"
@@ -2795,17 +2763,21 @@
"dock, and for sub-dock."
msgstr ""
-#: ../data/messages:979
+#: ../data/messages:987
+msgid "Go to the «Views» module."
+msgstr ""
+
+#: ../data/messages:989
msgid "How can I change the background of my docks?"
msgstr "ÙÙ٠تغÙر Ø®ÙÙÙ٠أشرطت٠Ø"
-#: ../data/messages:981
+#: ../data/messages:991
msgid ""
"Hint : the Parabolic view doe not have a background, but the Slide and "
"Rainbow views have their own background parameters."
msgstr ""
-#: ../data/messages:983
+#: ../data/messages:993
msgid ""
"In the 'Background' module, you can either choose an image, or a color "
"gradation.\n"
@@ -2813,17 +2785,21 @@
"gradatoin will be used."
msgstr ""
-#: ../data/messages:985
+#: ../data/messages:995
+msgid "Go to the «Background» module."
+msgstr ""
+
+#: ../data/messages:997
msgid "I find the dock too flashy, can it be more sober?"
msgstr ""
-#: ../data/messages:987
+#: ../data/messages:999
msgid ""
"Hint : try different themes, some are already very sober, like Dust-Sand or "
"Elementary."
msgstr ""
-#: ../data/messages:989
+#: ../data/messages:1001
msgid ""
"Who can do more can do less ! You can for instance deactivate the \"Icon "
"effects\" plug-in,\n"
@@ -2836,62 +2812,62 @@
"this would be a shame ! ^_^"
msgstr ""
-#: ../data/messages:991
+#: ../data/messages:1003
msgid "Desklet"
msgstr ""
-#: ../data/messages:993
+#: ../data/messages:1005
msgid "What are «desklets»?"
msgstr ""
-#: ../data/messages:995
+#: ../data/messages:1007
msgid ""
"Tip: to detach an applet, you can drag and drop its icon from the dock to "
"the desktop"
msgstr ""
-#: ../data/messages:997
+#: ../data/messages:1009
msgid ""
"Desklets are widgets which are displayed on your desktop. Each applet can be "
"detached from the dock to act as a desklet."
msgstr ""
-#: ../data/messages:999
+#: ../data/messages:1011
msgid "How do I configure their position?"
msgstr "ÙÙÙ ÙÙ
Ù٠تعدÙ٠أÙ
اÙÙÙا Ø"
-#: ../data/messages:1001
+#: ../data/messages:1013
msgid ""
"Tip: If you don't want to move it any more, you can lock its position. "
"Simply right click on the desklet, and select «lock position». To unlock it, "
"de-select this option."
msgstr ""
-#: ../data/messages:1003
+#: ../data/messages:1015
msgid "Simply drag them with the mouse."
msgstr "ببساطة اسØبÙÙ
باÙÙ
ؤشر ."
-#: ../data/messages:1005
+#: ../data/messages:1017
msgid "How do I configure their behaviour?"
msgstr "ÙÙÙ ÙÙ
Ù٠تعدÙ٠سÙÙÙÙا Ø"
-#: ../data/messages:1007
+#: ../data/messages:1019
msgid ""
"Tip: if you lock the desklet, the buttons will not appear. You can reset a "
"rotation by middle-clicking on the appropriate button."
msgstr ""
-#: ../data/messages:1009
+#: ../data/messages:1021
msgid ""
"There are small buttons on the top and left side of the desklet. They allow "
"you to rotate the desklet in 3D !"
msgstr ""
-#: ../data/messages:1011
+#: ../data/messages:1023
msgid "How do I change their decorations?"
msgstr ""
-#: ../data/messages:1013
+#: ../data/messages:1025
msgid ""
"Tip: you can add new decorations by choosing «Personalised» decoration, and "
"providing a background and/or foreground image. You can configure the "
@@ -2899,7 +2875,7 @@
"decorations."
msgstr ""
-#: ../data/messages:1015
+#: ../data/messages:1027
msgid ""
"The default decoration is defined in the «Desklets» module.\n"
"Moreover, each desklet can have its own decoration. To change a desklet's "
@@ -2908,29 +2884,33 @@
"choose the decoration you wish to use."
msgstr ""
-#: ../data/messages:1017
+#: ../data/messages:1029
+msgid "Go to the «Desklets» module."
+msgstr ""
+
+#: ../data/messages:1031
msgid "How do I insert a desklet into the dock?"
msgstr ""
-#: ../data/messages:1019
+#: ../data/messages:1033
msgid "Hint : if the desklet is locked, the button wonât appear."
msgstr ""
-#: ../data/messages:1021
+#: ../data/messages:1035
msgid "Simply click on the top right button."
msgstr ""
-#: ../data/messages:1023
+#: ../data/messages:1037
msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
msgstr ""
-#: ../data/messages:1025
+#: ../data/messages:1039
msgid ""
"Tip: you may have to switch to the Widget Layer once so that Compiz takes "
"the change into account."
msgstr ""
-#: ../data/messages:1027
+#: ../data/messages:1041
msgid ""
"In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the "
"rule (name=cairo-dock & type=utility).\n"
@@ -2938,41 +2918,48 @@
"desklet and selecting 'Compiz-Fusion Widget'."
msgstr ""
-#: ../data/messages:1031
+#: ../data/messages:1049
msgid "How do I enable the Taskbar?"
msgstr "ÙÙÙ ÙتÙ
تÙ
ÙÙ٠شرÙØ· اÙÙ
ÙاÙ
Ø"
-#: ../data/messages:1033
+#: ../data/messages:1051
msgid "Tip: All the Taskbar options are grouped together in this module."
msgstr ""
-#: ../data/messages:1035
+#: ../data/messages:1053
msgid "Go to the «Taskbar» module, then tick the first box, and apply."
msgstr ""
-#: ../data/messages:1037
+#: ../data/messages:1055 ../data/messages:1063 ../data/messages:1071
+#: ../data/messages:1079 ../data/messages:1085
+msgid "Go to the «TaskBar» module."
+msgstr ""
+
+#: ../data/messages:1057
msgid ""
"I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
msgstr ""
-#: ../data/messages:1039
+#: ../data/messages:1059
msgid ""
"Tip: You can then scroll on this icon to switch from a window to another, in "
"an ALT+TAB style."
msgstr ""
-#: ../data/messages:1041
+#: ../data/messages:1061
msgid ""
-"Use the «Group applications by class» option. Only a single icon will appear "
-"in the dock. If there are several windows, they will be grouped together in "
-"a sub-dock above this icon."
+"In the «TaskBar» module, you can use the «Group windows from the same "
+"application in a sub-dock» option. Only a single icon will appear in the "
+"dock.\n"
+"If there are several windows, they will be grouped together in a sub-dock "
+"above this icon."
msgstr ""
-#: ../data/messages:1043
+#: ../data/messages:1065
msgid "I have ugly icons for some applications."
msgstr ""
-#: ../data/messages:1045
+#: ../data/messages:1067
msgid ""
"Tip: This way, you can configure your personal icon for any application. "
"Just place an icon with the same name as the class of the application in a "
@@ -2982,37 +2969,40 @@
"terminal, then clicking on the window of the application."
msgstr ""
-#: ../data/messages:1047
+#: ../data/messages:1069
msgid ""
"This is because X provides small icons for applications which look ugly when "
-"zoomed. Use the «overwrite X icons» option to tell the dock not to use them."
+"zoomed.\n"
+" In the «TaskBar» module, you can use the «Overwrite the X icon with the "
+"launchers' icon?» option to tell the dock not to use them."
msgstr ""
-#: ../data/messages:1049
+#: ../data/messages:1073
msgid ""
"When I launch a program with its launcher, I don't want an additional icon "
"in the taskbar"
msgstr ""
-#: ../data/messages:1051
+#: ../data/messages:1075
msgid ""
"Tip: to launch another instance of the program, shift+click on the launcher."
msgstr ""
-#: ../data/messages:1053
+#: ../data/messages:1077
msgid ""
-"Use the «Mix applis and launchers» option.\n"
+"In the «TaskBar» module, you can use the «Mix launchers and applications» "
+"option.\n"
"When a program is launched, if it has a launcher in the dock, the launcher "
"icon will be marked with an icon to indicate that the corresponding "
"application is running.\n"
"You can then act on the window as if it were a taskbar icon."
msgstr ""
-#: ../data/messages:1055
+#: ../data/messages:1081
msgid "I'm using Pidgin, and I want to see my friends' avatars."
msgstr ""
-#: ../data/messages:1057
+#: ../data/messages:1083
msgid ""
"If you chose to overwrite X icons, you can add an exception for Pidgin just "
"before this option.\n"
@@ -3022,64 +3012,68 @@
"this application."
msgstr ""
-#: ../data/messages:1059
+#: ../data/messages:1087
msgid ""
"How can I quickly navigate between many windows of the same application "
"quickly?"
msgstr ""
-#: ../data/messages:1061
+#: ../data/messages:1089
msgid ""
"Tip: you can also close all the windows of this application by middle-"
"clicking on the icon pointing to the sub-dock."
msgstr ""
-#: ../data/messages:1063
+#: ../data/messages:1091
msgid ""
"Scroll on the icon of one of the windows of this application, or even on the "
"icon pointing to the sub-dock if you group windows in a sub-dock."
msgstr ""
-#: ../data/messages:1065
+#: ../data/messages:1093
msgid "Replacing the Gnome-panel"
msgstr ""
-#: ../data/messages:1067
+#: ../data/messages:1095
msgid "How can I add the main menu?"
msgstr ""
-#: ../data/messages:1069
+#: ../data/messages:1097
msgid ""
"Tip: if you have removed your Gnome-panel, then the «alt+F1» shortkey will "
"no longer work. This applet lets you configure a shortcut to pop up the menu "
"at the mouse's location."
msgstr ""
-#: ../data/messages:1071
-msgid "Enable the Gmenu applet."
-msgstr ""
-
-#: ../data/messages:1073
+#: ../data/messages:1099
+msgid "Enable the GMenu applet."
+msgstr ""
+
+#: ../data/messages:1101 ../data/messages:1109
+msgid "Go to the «GMenu» module."
+msgstr ""
+
+#: ../data/messages:1103
msgid "How can I add a simple «quick launch» panel?"
msgstr ""
-#: ../data/messages:1075
+#: ../data/messages:1105
msgid ""
"Tip: if you removed your Gnome-panel, then the «alt+F2» shortkey will no "
"longer work. This applet lets you configure a shortcut to pop up the quick-"
"launch dialog."
msgstr ""
-#: ../data/messages:1077
+#: ../data/messages:1107
msgid ""
"Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
msgstr ""
-#: ../data/messages:1079
-msgid "How can I add a logout icon?"
+#: ../data/messages:1111
+msgid "How can I add a Log-out icon?"
msgstr ""
-#: ../data/messages:1081
+#: ../data/messages:1113
msgid ""
"Tip: In the latest version of GNOME, there are 2 panels: one to log out, and "
"one to turn off the computer. The first one is raised by a click on the "
@@ -3087,77 +3081,101 @@
"order, and even lets you enter your own commands."
msgstr ""
-#: ../data/messages:1083
-msgid "Simply enable the «logout» applet."
-msgstr ""
-
-#: ../data/messages:1085
+#: ../data/messages:1115
+msgid "Enable the «Log-out» applet."
+msgstr ""
+
+#: ../data/messages:1117
+msgid "Go to the «Log-out» module."
+msgstr ""
+
+#: ../data/messages:1119
msgid "How can I access the dustbin?"
msgstr ""
-#: ../data/messages:1087
+#: ../data/messages:1121
msgid ""
"Tip: you can delete a file by dragging it into the dustbin. You can even "
"unmount a mount-point this way!"
msgstr ""
-#: ../data/messages:1089
-msgid "Simply enable the «dustbin» applet."
-msgstr ""
-
-#: ../data/messages:1091
+#: ../data/messages:1123
+msgid "Simply enable the «Dustbin» applet."
+msgstr ""
+
+#: ../data/messages:1125
+msgid "Go to the «Dustbin» module."
+msgstr ""
+
+#: ../data/messages:1127
msgid "How can I access my mount points?"
msgstr ""
-#: ../data/messages:1093
+#: ../data/messages:1129
msgid ""
"Tip: you can mount a volume by clicking on its icon. To unmount it, middle-"
"click on its icon, or right-click and select «unmount»."
msgstr ""
-#: ../data/messages:1095 ../data/messages:1101
-msgid "Simply enable the «shortcuts» applet."
-msgstr ""
-
-#: ../data/messages:1097
+#: ../data/messages:1131
+msgid "Simply enable the «Shortcuts» applet."
+msgstr ""
+
+#: ../data/messages:1133 ../data/messages:1141
+msgid "Go to the «Shortcuts» module."
+msgstr ""
+
+#: ../data/messages:1135
msgid "How can I access my Nautilus bookmarks?"
msgstr ""
-#: ../data/messages:1099
+#: ../data/messages:1137
msgid ""
"Tip: you can add a bookmark by dragging the folder onto the applet or into "
"its sub-dock. You can also rename and remove bookmarks. This will also take "
"effect in Nautilus immediately, and vice versa."
msgstr ""
-#: ../data/messages:1103
+#: ../data/messages:1139
+msgid "Simply enable the «shortcuts» applet."
+msgstr ""
+
+#: ../data/messages:1143
msgid "How can I access my desktop?"
msgstr ""
-#: ../data/messages:1105
+#: ../data/messages:1145
msgid ""
"Tip: middle-clicking on the icon will hide all windows, but not desklets."
msgstr ""
-#: ../data/messages:1107
-msgid "Simply enable the «show desktop» applet."
-msgstr ""
-
-#: ../data/messages:1109
+#: ../data/messages:1147
+msgid "Simply enable the «showDesktop» applet."
+msgstr ""
+
+#: ../data/messages:1149
+msgid "Go to the «Show Desktop» module."
+msgstr ""
+
+#: ../data/messages:1151
msgid "How can I add an easy-to-acces calendar?"
msgstr ""
-#: ../data/messages:1111
+#: ../data/messages:1153
msgid ""
"Enable the «Clock» applet. Clicking on it will display a calendar, clicking "
"again will hide it."
msgstr ""
-#: ../data/messages:1113
+#: ../data/messages:1155
+msgid "Go to the «Clock» module."
+msgstr ""
+
+#: ../data/messages:1157
msgid "How can I add the notification area (systray)?"
msgstr ""
-#: ../data/messages:1115
+#: ../data/messages:1159
msgid ""
"Enable the «Systray» applet. For the moment it cannot be displayed directly "
"in the dock,\n"
@@ -3167,49 +3185,62 @@
"corner of your screen and keep it above other windows."
msgstr ""
-#: ../data/messages:1117
+#: ../data/messages:1161
+msgid "Go to the «Systray» module."
+msgstr ""
+
+#: ../data/messages:1163
msgid ""
"How can I add an easy-to-access terminal with real transparency, like Tilda?"
msgstr ""
-#: ../data/messages:1119
+#: ../data/messages:1165
msgid ""
"Tip: clicking next to the last tab will create a new tab. Double-clicking on "
"a tab allows you to rename it. You can even change the colour of a tab!"
msgstr ""
-#: ../data/messages:1121
+#: ../data/messages:1167
msgid ""
"Enable the «Terminal» applet. You can detach it and place it on the Widget "
"Layer for instance, or configure a shortkey to make it pop up instantly."
msgstr ""
-#: ../data/messages:1123
+#: ../data/messages:1169
+msgid "Go to the «terminal» module."
+msgstr ""
+
+#: ../data/messages:1171
msgid "So then, how can I remove completely the gnome-panel?"
msgstr ""
-#: ../data/messages:1125
+#: ../data/messages:1173
msgid ""
"Open gconf-editor, edit the key "
"/desktop/gnome/session/required_components_list/panel, and replace its "
-"content with \"cairo-dock\". This will not launch the dock on start-up, but "
-"just prevent the gnome-panel from launching, so don't forget to add Cairo-"
-"Dock on startup.\n"
-"Then restart your session : the gnome-panel has not been started."
-msgstr ""
-
-#: ../data/messages:1129
+"content with \"cairo-dock\".\n"
+"Then restart your session : the gnome-panel has not been started, and the "
+"dock has been started (if not, you can add it to the startup programs)."
+msgstr ""
+
+#: ../data/messages:1177
+msgid ""
+"If you are on Gnome, you can click on this button in order to automatically "
+"modify this key:"
+msgstr ""
+
+#: ../data/messages:1181
msgid "How do I run the same applet multiple times?"
msgstr ""
-#: ../data/messages:1131
+#: ../data/messages:1183
msgid ""
"Tip: This allows you, for example, to have the current time for different "
"countries in your dock or to have several animated characters in your dock "
"or the weather in different cities."
msgstr ""
-#: ../data/messages:1133
+#: ../data/messages:1185
msgid ""
"Some applets can have several instances running at the same time: Clock, "
"Cairo-Penguin, Weather, Netspeed, ...\n"
@@ -3218,79 +3249,91 @@
"You can configure this new applet just like any other."
msgstr ""
-#: ../data/messages:1135
+#: ../data/messages:1187
msgid ""
"I have a personal gauge that I want to use in the dock (for System-Monitor "
"or others)."
msgstr ""
-#: ../data/messages:1137
+#: ../data/messages:1189
msgid ""
"Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
msgstr ""
-#: ../data/messages:1139
+#: ../data/messages:1191
msgid ""
"I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
msgstr ""
-#: ../data/messages:1141
+#: ../data/messages:1193
msgid ""
"Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-"
"Penguin, weather, etc."
msgstr ""
-#: ../data/messages:1143
+#: ../data/messages:1195
msgid ""
"Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
msgstr ""
-#: ../data/messages:1145
+#: ../data/messages:1197
msgid "How do I change the brightness of my screen quickly?"
msgstr ""
-#: ../data/messages:1147
+#: ../data/messages:1199
msgid ""
"Enable the Xgamma applet, then you can scroll up/down on the icon with the "
"mouse."
msgstr ""
-#: ../data/messages:1149
+#: ../data/messages:1201
+msgid "Go to the «Xgamma» module."
+msgstr ""
+
+#: ../data/messages:1203
msgid "How can I change the speaker volume quickly?"
msgstr ""
-#: ../data/messages:1151
+#: ../data/messages:1205
msgid ""
"Enable the AlsaMixer applet, then you can scroll up/down on the icon with "
"the mouse."
msgstr ""
-#: ../data/messages:1153
+#: ../data/messages:1207
+msgid "Go to the «AlsaMixer» module."
+msgstr ""
+
+#: ../data/messages:1209
msgid "How can I quickly switch to another desktop?"
msgstr ""
-#: ../data/messages:1155
-msgid "Hint : this applet even lets you add/remove quickly a desktop !"
+#: ../data/messages:1211
+msgid "Tip: This applet even lets you add or remove quickly a desktop !"
msgstr ""
-#: ../data/messages:1157
+#: ../data/messages:1213
msgid ""
"Activate the Switcher applet, then you can scroll up/down on the icon with "
"the mouse to go to the previous/next desktop,\n"
" or click on the icon to select a desktop."
msgstr ""
-#: ../data/messages:1159
+#: ../data/messages:1215
+msgid "Go to the «Switcher» module."
+msgstr ""
+
+#: ../data/messages:1217
msgid "How can I control my dock from the keyboard?"
msgstr ""
-#: ../data/messages:1161
+#: ../data/messages:1219
msgid ""
-"Hint : when you define a shortkey, try it before to be sure that it is not "
-"already used by another application."
+"Tip: When you define a shortkey, try it before to be sure that it is not "
+"already used by another application!"
msgstr ""
-#: ../data/messages:1163
+#: ../data/messages:1221
msgid ""
"Many applets have events that can be triggered by a keyboard shortcut :\n"
" - the <i>AlsaMixer</i> applet allows you to pop-up a <b>volume button</b> "
@@ -3309,37 +3352,37 @@
"your docks</b> and quickly <b>find and launch</b> applications and files !"
msgstr ""
-#: ../data/messages:1165
+#: ../data/messages:1223
msgid "Troubleshooting"
msgstr ""
-#: ../data/messages:1167
+#: ../data/messages:1225
msgid "If you have any question, don't hesitate to ask on our forum."
msgstr ""
-#: ../data/messages:1169
+#: ../data/messages:1227
msgid "Forum"
msgstr ""
-#: ../data/messages:1171
+#: ../data/messages:1229
msgid "Our wiki can also help you, it is more complete on some points."
msgstr ""
-#: ../data/messages:1173
+#: ../data/messages:1231
msgid "Wiki"
msgstr ""
-#: ../data/messages:1175
+#: ../data/messages:1233
msgid "I have a black background around my dock."
msgstr ""
-#: ../data/messages:1177
+#: ../data/messages:1235
msgid ""
"Hint : If you have an ATI or an Intel card, you should try without OpenGL "
"first, because their drivers are not yet perfect."
msgstr ""
-#: ../data/messages:1179
+#: ../data/messages:1237
msgid ""
"You need to turn on compositing. For instance, you can run Compiz or "
"xcompmgr. \n"
@@ -3350,22 +3393,28 @@
"'/apps/metacity/general/compositing_manager' and set it to 'true'."
msgstr ""
-#: ../data/messages:1181
+#: ../data/messages:1241
+msgid ""
+"If you're on Gnome with Metacity (without Compiz), you can click on this "
+"button:"
+msgstr ""
+
+#: ../data/messages:1243
msgid "My machine is too old to run a composite manager."
msgstr ""
-#: ../data/messages:1183
+#: ../data/messages:1245
msgid ""
"Don't panic, Cairo-Dock can emulate the transparency.\n"
"To get rid of the black background, simply enable the corresponding option "
"in the end of the «System» module"
msgstr ""
-#: ../data/messages:1185
+#: ../data/messages:1247
msgid "The dock is horribly slow when I move the mouse into it."
msgstr ""
-#: ../data/messages:1187
+#: ../data/messages:1249
msgid ""
"If you have an Nvidia GeForce8 graphics card, please install the latest "
"drivers, as the first ones were really buggy.\n"
@@ -3375,32 +3424,32 @@
"with «cairo-dock -c»."
msgstr ""
-#: ../data/messages:1189
+#: ../data/messages:1251
msgid "I don't have these wonderful effects like fire, cube rotating, etc."
msgstr ""
-#: ../data/messages:1191
+#: ../data/messages:1253
msgid ""
"Tip: You can force OpenGL by launching the dock with «cairo-dock -o».but you "
"might get a lot of visual artifacts."
msgstr ""
-#: ../data/messages:1193
+#: ../data/messages:1255
msgid ""
"You need a graphics card with drivers that support OpenGL2.0. Most Nvidia "
"cards can do this, as can more and more Intel cards. Most ATI cards do not "
"support OpenGL2.0."
msgstr ""
-#: ../data/messages:1195
+#: ../data/messages:1257
msgid "I don't have any themes in the Theme Manager, except the default one."
msgstr ""
-#: ../data/messages:1197
+#: ../data/messages:1259
msgid "Hint : Up to version 2.1.1-2, wget was used."
msgstr ""
-#: ../data/messages:1199
+#: ../data/messages:1261
msgid ""
"Be sure that you are connected to the Net.\n"
" If your connection is very slow, you can increase the connection timeout in "
@@ -3410,17 +3459,17 @@
"\"http_proxy\" environment variable)."
msgstr ""
-#: ../data/messages:1201
+#: ../data/messages:1263
msgid "The «netspeed» applet displays 0 even when I'm downloading something"
msgstr ""
-#: ../data/messages:1203
+#: ../data/messages:1265
msgid ""
"Tip: you can run several instances of this applet if you wish to monitor "
"several interfaces."
msgstr ""
-#: ../data/messages:1205
+#: ../data/messages:1267
msgid ""
"You must tell the applet which interface you're using to connect to the Net "
"(by default, this is «eth0»).\n"
@@ -3429,11 +3478,11 @@
"something like «eth1», «ath0», or «wifi0».."
msgstr ""
-#: ../data/messages:1207
+#: ../data/messages:1269
msgid "The dustbin remains empty even when I delete a file."
msgstr ""
-#: ../data/messages:1209
+#: ../data/messages:1271
msgid ""
"if you're using KDE, you may have to specify the path to the trash folder.\n"
"Just edit the applet's configuration, and fill in the Trash path; it is "
@@ -3441,23 +3490,31 @@
"here!!! (do not insert spaces or some invisible caracters)."
msgstr ""
-#: ../data/messages:1211
+#: ../data/messages:1273
msgid ""
"There is no icon in the Applications Menu even though I enable the option."
msgstr ""
-#: ../data/messages:1213
+#: ../data/messages:1275
msgid ""
"In Gnome, there is an option that override the dock's one. To enable icons "
"in menus, open 'gconf-editor', go to Desktop / Gnome / Interface and enable "
"the \"menus have icons\" and the \"buttons have icons\" options. "
msgstr ""
-#: ../data/messages:1215
+#: ../data/messages:1279
+msgid "If you're on Gnome you can click on this button:"
+msgstr ""
+
+#: ../data/messages:1281
+msgid "The Project"
+msgstr ""
+
+#: ../data/messages:1283
msgid "Join the project!"
msgstr ""
-#: ../data/messages:1217
+#: ../data/messages:1285
msgid ""
"We value your help! If you see a bug, if you think something could be "
"improved,\n"
@@ -3469,245 +3526,317 @@
"weâll be happy to integrate it on our server !"
msgstr ""
-#: ../data/messages:1219
+#: ../data/messages:1287
msgid ""
"If you wish to develop an applet, a complete documentation is available here."
msgstr ""
-#: ../data/messages:1221
-msgid "documentation"
+#: ../data/messages:1289
+msgid "Documentation"
msgstr ""
-#: ../data/messages:1223
+#: ../data/messages:1291
msgid ""
"If you wish to develop an applet in Python, Perl or any other language,\n"
"or to interact with the dock in any kind of way, a full DBus API is "
"described here."
msgstr ""
-#: ../data/messages:1225
+#: ../data/messages:1293
msgid "DBus API"
msgstr ""
-#: ../data/messages:1227
+#: ../data/messages:1295
msgid ""
"\n"
+"\n"
"The Cairo-Dock Team"
msgstr ""
-#: ../data/messages:1233
-msgid ""
-"Choose the screen border relative to which the dock will be positioned:"
-msgstr ""
-
-#: ../data/messages:1247
-msgid "Position relative to the selected screen edge"
-msgstr "اÙÙ
ÙÙع باÙÙسب٠ÙØاÙ٠اÙشاش٠اÙت٠تÙ
اختÙارÙا"
-
-#: ../data/messages:1251
-msgid "Lateral gap:"
-msgstr "اÙÙ
ساØ٠اÙÙارغ٠اÙخارجÙÙ"
-
-#: ../data/messages:1257
+#: ../data/messages:1297
+msgid "Websites"
+msgstr ""
+
+#: ../data/messages:1311
+msgid "Repositories"
+msgstr ""
+
+#: ../data/messages:1313
+msgid ""
+"We maintain two repositories for Debian, Ubuntu and other Debian-forked:\n"
+" One for stable releases and another which is updated weekly (unstable "
+"version)"
+msgstr ""
+
+#: ../data/messages:1315
+msgid "Debian/Ubuntu"
+msgstr ""
+
+#: ../data/messages:1317
+msgid "Ubuntu"
+msgstr ""
+
+#: ../data/messages:1321
+msgid ""
+"If you're on Ubuntu, you can add our 'stable' repository by clicking on this "
+"button:\n"
+" After that, you can launch your update manager in order to install the "
+"latest stable version."
+msgstr ""
+
+#: ../data/messages:1325
+msgid ""
+"If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by "
+"clicking on this button:\n"
+" After that, you can launch your update manager in order to install the "
+"latest weekly version."
+msgstr ""
+
+#: ../data/messages:1327
+msgid "Debian"
+msgstr ""
+
+#: ../data/messages:1331
+msgid ""
+"If you're on Debian Stable, you can add our 'stable' repository by clicking "
+"on this button:\n"
+" After that, you can purge all 'cairo-dock*' packages, update the your "
+"system and reinstall 'cairo-dock' package."
+msgstr ""
+
+#: ../data/messages:1335
+msgid ""
+"If you're on Debian Unstable, you can add our 'stable' repository by "
+"clicking on this button:\n"
+" After that, you can purge all 'cairo-dock*' packages, update the your "
+"system and reinstall 'cairo-dock' package."
+msgstr ""
+
+#: ../data/messages:1339
+msgid ""
+"If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) "
+"by clicking on this button:\n"
+" After that, you can purge all 'cairo-dock*' packages, update the your "
+"system and reinstall 'cairo-dock' package."
+msgstr ""
+
+#: ../data/messages:1343
+msgid ""
+"If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) "
+"by clicking on this button:\n"
+" After that, you can purge all 'cairo-dock*' packages, update the your "
+"system and reinstall 'cairo-dock' package."
+msgstr ""
+
+#: ../data/messages:1373
msgid "starting from 0"
msgstr "اÙبدأ Ù
٠اÙصÙر"
-#: ../data/messages:1261
+#: ../data/messages:1377
msgid "Visibility of the dock"
msgstr ""
-#: ../data/messages:1285
+#: ../data/messages:1401
msgid "Leave it empty to use the same view as the main dock."
msgstr ""
-#: ../data/messages:1287
+#: ../data/messages:1403
msgid "Choose the view for this dock :/"
msgstr ""
-#: ../data/messages:1291
+#: ../data/messages:1409
+msgid "Same as main dock"
+msgstr ""
+
+#: ../data/messages:1427
msgid "Choose a theme"
msgstr "إختر سÙ
Ù"
-#: ../data/messages:1295
+#: ../data/messages:1431
msgid "You can even paste an internet URL."
msgstr "ÙÙ
ÙÙ٠اÙضا Ùص٠رابط Ø¥ÙترÙت."
-#: ../data/messages:1297
+#: ../data/messages:1433
msgid "...or drag and drop a theme package here :"
msgstr "... أ٠سØب ÙØ¥ÙÙات ØزÙ
٠اÙسÙ
Ù ÙÙا :"
-#: ../data/messages:1307
+#: ../data/messages:1435
+msgid "Theme loading options"
+msgstr ""
+
+#: ../data/messages:1445
msgid "Save"
msgstr "ØÙظ"
-#: ../data/messages:1309
+#: ../data/messages:1447
msgid "Save current theme"
msgstr "ØÙظ اÙسÙ
٠اÙØاÙÙÙ"
-#: ../data/messages:1311
+#: ../data/messages:1449
msgid "You will then be able to re-open it at any time."
msgstr "سÙÙÙ٠بإÙ
ÙاÙ٠إعاد٠ÙتØÙا Ù٠ا٠ÙÙت."
-#: ../data/messages:1313
+#: ../data/messages:1451
msgid "Save as:"
msgstr "ØÙظ باسÙ
:"
-#: ../data/messages:1315
+#: ../data/messages:1453
msgid "Save current behaviour also?"
msgstr ""
-#: ../data/messages:1317
+#: ../data/messages:1455
msgid "Save current launchers also?"
msgstr "Ù٠ترÙد ØÙظ اÙÙ
شغÙات اÙØاÙÙ٠أÙضا Ø"
-#: ../data/messages:1319
+#: ../data/messages:1457
msgid ""
"The dock will build a complete tarball of your current theme, allowing you "
"to easily exchange it with other people."
msgstr ""
-#: ../data/messages:1321
+#: ../data/messages:1459
msgid "Build a package of the theme?"
msgstr "Ù٠ترÙد بÙاء ØزÙ
Ø© ÙÙذ٠اÙسÙ
Ù Ø"
-#: ../data/messages:1323
+#: ../data/messages:1461
msgid "Delete"
msgstr "ØØ°Ù"
-#: ../data/messages:1325
+#: ../data/messages:1463
msgid "List of your personal themes"
msgstr "ÙائÙ
٠اÙسÙ
ات اÙخاص٠بÙ"
-#: ../data/messages:1327
+#: ../data/messages:1465
msgid "Delete from the list themes that you don't need anymore :"
msgstr "اØØ°Ù Ù
٠اÙÙائÙ
٠اÙسÙ
ات اÙت٠ÙÙ
تعد بØاج٠ÙÙا :"
-#: ../data/messages:1329 ../data/messages:1331 ../data/messages:1333
-#: ../data/messages:1361 ../data/messages:1411 ../data/messages:1445
+#: ../data/messages:1467 ../data/messages:1469 ../data/messages:1471
+#: ../data/messages:1473 ../data/messages:1501 ../data/messages:1551
+#: ../data/messages:1585
msgid "Desktop Entry"
msgstr ""
-#: ../data/messages:1335
+#: ../data/messages:1475
msgid "Sub-dock's name :"
msgstr "اسÙ
اÙشرÙØ· اÙÙرعÙ"
-#: ../data/messages:1337 ../data/messages:1365
+#: ../data/messages:1477 ../data/messages:1505
msgid "How to render the icon :"
msgstr ""
-#: ../data/messages:1339 ../data/messages:1367
+#: ../data/messages:1479 ../data/messages:1507
msgid "Use an image"
msgstr "إستخداÙ
صÙرÙ"
-#: ../data/messages:1341 ../data/messages:1369
+#: ../data/messages:1481 ../data/messages:1509
msgid "Draw sub-dock's content as emblems"
msgstr ""
-#: ../data/messages:1343 ../data/messages:1371
+#: ../data/messages:1483 ../data/messages:1511
msgid "Draw sub-dock's content as stack"
msgstr ""
-#: ../data/messages:1345 ../data/messages:1373
+#: ../data/messages:1485 ../data/messages:1513
msgid "Draw sub-dock's content inside a box"
msgstr "رسÙ
Ù
ØتÙÙات اÙشرÙØ· اÙÙرع٠داخ٠صÙدÙÙ"
-#: ../data/messages:1347 ../data/messages:1375 ../data/messages:1419
-#: ../data/messages:1447
+#: ../data/messages:1487 ../data/messages:1515 ../data/messages:1559
+#: ../data/messages:1587
msgid "Image's name or path :"
msgstr "اسÙ
اÙصÙر٠ا٠Ù
سارÙا :"
-#: ../data/messages:1349 ../data/messages:1401 ../data/messages:1425
-#: ../data/messages:1449
+#: ../data/messages:1489 ../data/messages:1541 ../data/messages:1565
+#: ../data/messages:1589
msgid "Extra parameters"
msgstr "Ù
ؤشرات إضاÙÙÙ"
-#: ../data/messages:1351 ../data/messages:1403 ../data/messages:1427
-#: ../data/messages:1451
+#: ../data/messages:1491 ../data/messages:1543 ../data/messages:1567
+#: ../data/messages:1591
msgid "Order you want for this launcher among the others:"
msgstr ""
-#: ../data/messages:1353 ../data/messages:1405 ../data/messages:1423
-#: ../data/messages:1453
+#: ../data/messages:1493 ../data/messages:1545 ../data/messages:1563
+#: ../data/messages:1593
msgid "Name of the container it belongs to:"
msgstr "اسÙ
اÙØاÙÙ٠اÙتابعة ÙÙا :"
-#: ../data/messages:1355
+#: ../data/messages:1495
msgid "Name of the view used for the sub-dock :"
msgstr ""
-#: ../data/messages:1357
+#: ../data/messages:1497
msgid "If '0' the container will be displayed on every viewport."
msgstr ""
-#: ../data/messages:1359 ../data/messages:1409 ../data/messages:1443
+#: ../data/messages:1499 ../data/messages:1549 ../data/messages:1583
msgid "Only show in this specific viewport"
msgstr ""
-#: ../data/messages:1363 ../data/messages:1413
+#: ../data/messages:1503 ../data/messages:1553
msgid "Launcher's name :"
msgstr "اسÙ
اÙÙ
شغ٠:"
-#: ../data/messages:1377
+#: ../data/messages:1517
msgid "URI of the file :"
msgstr ""
-#: ../data/messages:1379
+#: ../data/messages:1519
msgid "Number of files to list in the sub-dock :"
msgstr "عدد اÙÙ
ÙÙات اÙت٠ستدرج Ù٠اÙشرÙØ· اÙÙرع٠:"
-#: ../data/messages:1383
+#: ../data/messages:1523
msgid "5"
msgstr "5"
-#: ../data/messages:1385
+#: ../data/messages:1525
msgid "10"
msgstr "10"
-#: ../data/messages:1387
+#: ../data/messages:1527
msgid "20"
msgstr "20"
-#: ../data/messages:1389
+#: ../data/messages:1529
msgid "30"
msgstr "30"
-#: ../data/messages:1393
+#: ../data/messages:1533
msgid "Sort files by :"
msgstr "ترتÙب اÙÙ
ÙÙات بÙاسط٠:"
-#: ../data/messages:1395
+#: ../data/messages:1535
msgid "Name"
msgstr "اÙإسÙ
"
-#: ../data/messages:1397
+#: ../data/messages:1537
msgid "Size"
msgstr "اÙØجÙ
"
-#: ../data/messages:1399
+#: ../data/messages:1539
msgid "Date"
msgstr "اÙتارÙØ®"
-#: ../data/messages:1407 ../data/messages:1441
+#: ../data/messages:1547 ../data/messages:1581
msgid "If '0' the launcher will be displayed on every viewport."
msgstr ""
-#: ../data/messages:1415
+#: ../data/messages:1555
msgid ""
"Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard "
"shortcut, for exemple <Alt>F1, <Ctrl>c, <Ctrl>v, etc"
msgstr ""
-#: ../data/messages:1417
+#: ../data/messages:1557
msgid "Command to launch on click :"
msgstr "اÙØ£Ù
ر ÙÙتشغÙÙ Ù
Ù Ø®Ùا٠اÙÙÙر :"
-#: ../data/messages:1421
+#: ../data/messages:1561
msgid ""
"If you write here a container's name that doesn't exist yet, a new one will "
"be created, with this icon inside."
msgstr ""
-#: ../data/messages:1429
+#: ../data/messages:1569
msgid ""
"If you choosed to mix launcher and applis, this option will deactivate this "
"behaviour for this launcher only. It can be useful for instance for a "
@@ -3715,11 +3844,11 @@
"steal the Terminal's icon from the Taskbar."
msgstr ""
-#: ../data/messages:1431
+#: ../data/messages:1571
msgid "Prevent this launcher from stealing appli from taskbar ?"
msgstr ""
-#: ../data/messages:1433
+#: ../data/messages:1573
msgid ""
"The only reason you may want to modify this parameter is if you made this "
"launcher by hands. If you dropped it into the dock from the menu, it is "
@@ -3727,24 +3856,24 @@
"program, which is useful to link the appli with its launcher."
msgstr ""
-#: ../data/messages:1435
+#: ../data/messages:1575
msgid "Class of the program :"
msgstr "Ùئة اÙبرÙاÙ
ج:"
-#: ../data/messages:1437
+#: ../data/messages:1577
msgid "It will use 'xterm'."
msgstr ""
-#: ../data/messages:1439
+#: ../data/messages:1579
msgid "Run in a terminal ?"
msgstr "تشغÙÙ Ù٠اÙطرÙÙÙ Ø"
-#: ../data/messages:1455
+#: ../data/messages:1595
msgid "pouet"
msgstr ""
-#: ../data/messages:1457 ../data/messages:1459 ../data/messages:1461
-#: ../data/messages:1463
+#: ../data/messages:1597 ../data/messages:1599 ../data/messages:1601
+#: ../data/messages:1603
msgid ""
"v1.4.6.3 :\n"
"Just to say :\n"
@@ -3752,7 +3881,7 @@
" the Cairo-Dock's team."
msgstr ""
-#: ../data/messages:1465
+#: ../data/messages:1605
msgid ""
"v1.5.0 : it's been 1 month since previous release, and we worked hardly to "
"bring you :\n"
@@ -3772,7 +3901,7 @@
" Now, why not try to make an applet for Cairo-Dock ? ;-)"
msgstr ""
-#: ../data/messages:1467
+#: ../data/messages:1607
msgid ""
"v1.5.1 :\n"
" - The 1.5 branch is still young, so this version brings a lot of bug fixes\n"
@@ -3784,7 +3913,7 @@
" and behave as real desklets."
msgstr ""
-#: ../data/messages:1469
+#: ../data/messages:1609
msgid ""
"v1.5.2.1 :\n"
" - a lot of bug fixes, especially on desklets.\n"
@@ -3792,7 +3921,7 @@
" - Cairo-Dock is now fully translated in Japanese, thanks to Jiro Kawada !"
msgstr ""
-#: ../data/messages:1471
+#: ../data/messages:1611
msgid ""
"v1.5.3.2 :\n"
" - Themes have been deeply reviewed\n"
@@ -3806,7 +3935,7 @@
" who could help cairo-dock to be well-integrated into KDE ;-)"
msgstr ""
-#: ../data/messages:1473
+#: ../data/messages:1613
msgid ""
"v1.5.4.2 : a huge release !\n"
" - add a cute pinguin in your dock with the new applet Cairo-Penguin\n"
@@ -3820,7 +3949,7 @@
" - 3 more themes in Weather"
msgstr ""
-#: ../data/messages:1475
+#: ../data/messages:1615
msgid ""
"v1.5.5.4 :\n"
" - Huge enhancements in the TaskBar :\n"
@@ -3836,7 +3965,7 @@
"soon ;-)"
msgstr ""
-#: ../data/messages:1477
+#: ../data/messages:1617
msgid ""
"v1.5.6 :\n"
" - Integration into the last Gnome 2.22 (Ubuntu8.04, Fedora9, ...) - still "
@@ -3854,7 +3983,7 @@
" - Any help would be welcome to integrate the dock into KDE !"
msgstr ""
-#: ../data/messages:1479
+#: ../data/messages:1619
msgid ""
"v1.6.0 :\n"
" - A new view has appeared : Diapositive !\n"
@@ -3873,7 +4002,7 @@
" - Real window thumbnail when minimized."
msgstr ""
-#: ../data/messages:1481
+#: ../data/messages:1621
msgid ""
"v1.6.1 :\n"
"Cairo-Dock has one year ! To celebrate this event, we are happy to offer you "
@@ -3886,7 +4015,7 @@
"plug-in ^_^"
msgstr ""
-#: ../data/messages:1483
+#: ../data/messages:1623
msgid ""
"v1.6.2 : the first version integrated in the Ubuntu repositories !\n"
" - 2 new applets have been released :\n"
@@ -3899,7 +4028,7 @@
"plug-in ^_^"
msgstr ""
-#: ../data/messages:1485
+#: ../data/messages:1625
msgid ""
"v1.6.3 : \n"
" - first the bad news :\n"
@@ -3917,7 +4046,7 @@
" - The dock is now translated in Sweden and partially in Greek."
msgstr ""
-#: ../data/messages:1487
+#: ../data/messages:1627
msgid ""
"Cairo-Dock II\n"
" - Cairo-Dock is now a full OpenGL dock ! (the cairo backend is still "
@@ -3930,7 +4059,7 @@
" - Lot of bug fixes and upgrades in all plug-ins."
msgstr ""
-#: ../data/messages:1489
+#: ../data/messages:1629
msgid ""
"2.0.5 :\n"
" - This is mainly a bug-fix version\n"
@@ -3938,7 +4067,7 @@
" - Added functionnalities on grouped applications icons."
msgstr ""
-#: ../data/messages:1491
+#: ../data/messages:1631
msgid ""
"2.1.0 : A really heavy version !\n"
" - Control any music player with the MusicPlayer applet\n"
@@ -3955,7 +4084,7 @@
"documentation on http://doc.glx-dock.org."
msgstr ""
-#: ../data/messages:1493
+#: ../data/messages:1633
msgid ""
"2.1.1 : more stable and user-friendly !\n"
" - This version corrects many bugs appeared with the v2.1.0 (sorry for that "
@@ -3973,7 +4102,7 @@
" You can even write an applet in any language with it !"
msgstr ""
-#: ../data/messages:1495
+#: ../data/messages:1635
msgid ""
"2.1.2 : \n"
" - The config panel has been improved again (new icons, more clear, better "
@@ -3991,7 +4120,7 @@
"to achieve it !"
msgstr ""
-#: ../data/messages:1497
+#: ../data/messages:1637
msgid ""
"GLX-Dock 2.1.3\n"
" - A new and simplified configuration panel has been written\n"
@@ -4006,42 +4135,79 @@
" - This version also fixes a huge number of problems."
msgstr ""
-#: ../data/messages:1499
+#: ../data/messages:1639
msgid ""
"<b><span color='red'>GLX-Dock 2.2.0</span></b>\n"
-" - 2 <b>new auto-hide modes</b> and several <b>auto-hide animations</b> have "
-"been added.\n"
+" - The dock has gained 2 <b>new visibility modes</b> and several <b>auto-"
+"hide animations</b>.\n"
" - Icons can be <b>displayed even when the dock is hidden</b> (Clock, System-"
"Monitor, applications demanding your attention, etc)\n"
" - Icons pointing on a sub-dock can be displayed <b>inside a box</b> with a "
"nice opening animation.\n"
-" - The <b>MeMenu</b> is now available inside the dock.\n"
+" - A <b>new view</b> is available : <u>panel</u>\n"
+" - The <b>Me-Menu</b> and <b>Messaging-Menu</b> are now available inside the "
+"dock.\n"
" - <b>Clock</b> applet has now a real <b>calendar with tasks management</b> "
"(available with left-click).\n"
" - You can now <b>lock your screen</b> with the <b>Logout</b> applet.\n"
" - <b>Desklets</b> can now be <b>transparent to mouse</b>, that is to say "
"you can click on what is behind the desklet.\n"
-" - GLX-Dock has switched from pbuffers to <b>FBOs</b>, in order to work on "
-"<b>most of graphic cards</b>.\n"
-" - The dock has switched to <u>libcurl</u> to handle downloads.\n"
+" - Better support of <b>old graphic cards</b> thanks to FBOs.\n"
" - The <b>config panel icons</b> have been refreshed, with a more Tango-"
"friendly theme and better options layout.\n"
" - A <b>new default theme</b> is also available; it should integrate itself "
"better on any desktop."
msgstr ""
+#~ msgid "Do you want to mount this device?"
+#~ msgstr "Ù٠ترÙد تØÙ
ÙÙ Ùذا اÙجÙازØ"
+
+#, c-format
+#~ msgid "%s is now mounted"
+#~ msgstr "%s ÙØÙ
٠اÙاÙ"
+
+#~ msgid "Plug-in"
+#~ msgstr "Ù
ÙÙÙات"
+
#~ msgid "module"
#~ msgstr "ÙØدة"
+#~ msgid "Plug-ins"
+#~ msgstr "Ù
ÙØÙات"
+
#~ msgid "Hidden Dock"
#~ msgstr "إخÙاء اÙشرÙØ· ."
+#~ msgid "Properties"
+#~ msgstr "اÙخصائص"
+
+#~ msgid "Delete this file"
+#~ msgstr "Ø¥ØØ°Ù Ùذا اÙÙ
ÙÙ"
+
+#~ msgid "Eject"
+#~ msgstr "أخرج"
+
+#~ msgid "Mount"
+#~ msgstr "ÙصÙ"
+
#~ msgid "Click to show sub-docks"
#~ msgstr "اÙÙر عÙÙ ÙاظÙار اÙشرÙØ·"
+#~ msgid "Show hidden files?"
+#~ msgstr "اظÙار اÙÙ
ÙÙات اÙÙ
Ø®ÙÙØ© Ø"
+
#~ msgid "Number of retries:"
#~ msgstr "عدد اÙÙ
ØاÙÙات:"
+#~ msgid "Speed :"
+#~ msgstr "سرعة :"
+
+#~ msgid "Rename to:"
+#~ msgstr "إعادة تسÙ
ÙØ© :"
+
+#~ msgid "Controllers"
+#~ msgstr "اÙÙ
تØÙÙ
ات"
+
#~ msgid "Define the appearance of the dock when it's hidden."
#~ msgstr "تØدÙد Ù
ظÙر اÙشرÙØ· عÙدÙ
ÙختÙÙ ."
@@ -4054,5 +4220,56 @@
#~ msgid "Automatically hide the dock"
#~ msgstr "اخÙاء تÙÙائÙ"
+#, c-format
+#~ msgid "%s is now unmounted"
+#~ msgstr "%s اÙا٠غÙر Ù
ØÙ
Ù"
+
+#~ msgid ""
+#~ "Warning: could not delete this file.\n"
+#~ "Please check file permissions."
+#~ msgstr ""
+#~ "تØØ°Ùر: ï»»ÙÙ
ÙÙ ØØ°Ù Ùذا اÙÙ
ÙÙ .\n"
+#~ "راجع اذÙÙات اÙÙ
ÙÙ ."
+
+#, c-format
+#~ msgid ""
+#~ "Warning: could not rename %s.\n"
+#~ "Check file permissions \n"
+#~ "and that the new name does not already exist."
+#~ msgstr ""
+#~ "تØØ°Ùر : ï»»ÙÙ
Ù٠إعادة تسÙ
ÙØ© %s\n"
+#~ "راجع اذÙÙات اÙÙ
ÙÙ"
+
+#~ msgid "Controller"
+#~ msgstr "اÙتØÙÙ
"
+
+#, c-format
+#~ msgid ""
+#~ "You're about deleting this file\n"
+#~ " (%s)\n"
+#~ "from your hard-disk. Sure ?"
+#~ msgstr ""
+#~ "سÙتÙ
Øذ٠اÙÙ
ÙÙ ÙÙائÙا:\n"
+#~ " (%s)\n"
+#~ "Ù٠اÙت Ù
تأÙد Ø"
+
#~ msgid "Activate auto-hide?"
#~ msgstr "Ù٠ترÙد تÙعÙ٠اÙإخÙاء اÙتÙÙائ٠Ø"
+
+#~ msgid "Position relative to the selected screen edge"
+#~ msgstr "اÙÙ
ÙÙع باÙÙسب٠ÙØاÙ٠اÙشاش٠اÙت٠تÙ
اختÙارÙا"
+
+#~ msgid "Lateral gap:"
+#~ msgstr "اÙÙ
ساØ٠اÙÙارغ٠اÙخارجÙÙ"
+
+#~ msgid "Background movement"
+#~ msgstr "ØرÙ٠اÙØ®ÙÙÙÙ"
+
+#~ msgid "Follow the mouse"
+#~ msgstr "Ù
ÙاØÙ٠اÙÙ
ؤشر"
+
+#~ msgid "Link with the mouse"
+#~ msgstr "ربط باÙÙ
ؤشر"
+
+#~ msgid "Configure labels appearence."
+#~ msgstr "تعدÙ٠ظÙÙر اÙعÙاÙ
ات ."
=== modified file 'po/be.po'
--- po/be.po 2010-09-07 00:38:36 +0000
+++ po/be.po 2010-10-02 18:15:57 +0000
@@ -7,90 +7,107 @@
msgstr ""
"Project-Id-Version: cairo-dock-core\n"
"Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2010-06-28 23:46+0000\n"
-"PO-Revision-Date: 2010-06-28 17:39+0000\n"
-"Last-Translator: Matthieu Baerts <matttbe@xxxxxxxxx>\n"
+"POT-Creation-Date: 2010-08-29 00:58+0000\n"
+"PO-Revision-Date: 2010-09-07 17:54+0000\n"
+"Last-Translator: danvyr <Unknown>\n"
"Language-Team: Belarusian <be@xxxxxx>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2010-06-29 03:31+0000\n"
+"X-Launchpad-Export-Date: 2010-09-08 04:34+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#: ../src/cairo-dock-gui-launcher.c:376
msgid "Launcher configuration"
msgstr "ÐанÑÑгÑÑаÑÑÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ð·Ð°Ð¿ÑÑкÑ"
-#: ../src/cairo-dock-gui-main.c:126 ../data/messages:271
+#: ../src/cairo-dock-gui-main.c:128 ../data/messages:277
msgid "Behaviour"
msgstr "ÐаводзÑнÑ"
-#: ../src/cairo-dock-gui-main.c:127 ../data/messages:83 ../data/messages:1375
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1399
msgid "Appearance"
msgstr "ÐнеÑÐ½Ñ Ð²ÑглÑд"
-#: ../src/cairo-dock-gui-main.c:128
+#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1247
+msgid "Files"
+msgstr "ФайлÑ"
+
+#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1252
+msgid "Internet"
+msgstr "ÐнÑÑÑнÑÑ"
+
+#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1257
+msgid "Desktop"
+msgstr "ÐÑаÑоÑÐ½Ñ ÑÑол"
+
+#: ../src/cairo-dock-gui-main.c:133
msgid "Accessories"
msgstr "ÐкÑÑÑÑаÑÑ"
-#: ../src/cairo-dock-gui-main.c:129 ../src/gldit/cairo-dock-gui-factory.c:1251
-msgid "Desktop"
-msgstr "ÐÑаÑоÑÐ½Ñ ÑÑол"
-
-#: ../src/cairo-dock-gui-main.c:130
-msgid "Controllers"
-msgstr "ÐаÑÑÑкÑ"
-
-#: ../src/cairo-dock-gui-main.c:131
-msgid "Plug-ins"
-msgstr "ÐодÑлÑ"
-
-#: ../src/cairo-dock-gui-main.c:132 ../src/cairo-dock-gui-main.c:1518
-#: ../data/messages:925 ../data/messages:1509
+#: ../src/cairo-dock-gui-main.c:134 ../src/gldit/cairo-dock-gui-factory.c:1267
+#: ../src/gldit/cairo-dock-internal-system.c:133 ../data/messages:353
+msgid "System"
+msgstr "СÑÑÑÑма"
+
+#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1272
+msgid "Fun"
+msgstr "ÐабавÑ"
+
+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1524
+#: ../data/messages:1531
msgid "All"
msgstr "УÑе"
-#: ../src/cairo-dock-gui-main.c:1496
+#: ../src/cairo-dock-gui-main.c:1500
msgid "Categories"
msgstr "ÐаÑÑгоÑÑÑ"
-#: ../src/cairo-dock-gui-main.c:1624
+#: ../src/cairo-dock-gui-main.c:1630
msgid "Filter"
msgstr "ФÑлÑÑÑ"
-#: ../src/cairo-dock-gui-main.c:1675 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1677 ../data/messages:141
msgid "Options"
msgstr "ÐаÑамеÑÑÑ"
-#: ../src/cairo-dock-gui-main.c:1685
+#: ../src/cairo-dock-gui-main.c:1687
msgid "All words"
msgstr "Ðа ÑÑÑÑ
ÑловаÑ
"
-#: ../src/cairo-dock-gui-main.c:1689
+#: ../src/cairo-dock-gui-main.c:1691
msgid "Highlighted words"
msgstr "ÐадÑвÑÑлÑÑÑ Ñлова"
-#: ../src/cairo-dock-gui-main.c:1694
+#: ../src/cairo-dock-gui-main.c:1696
msgid "Hide others"
msgstr "СÑ
аваÑÑ Ð°ÑÑаÑнÑÑ"
-#: ../src/cairo-dock-gui-main.c:1699
+#: ../src/cairo-dock-gui-main.c:1701
msgid "Search in description"
msgstr "ШÑкаÑÑ Ñ Ð°Ð¿ÑÑаннÑÑ
"
-#: ../src/cairo-dock-gui-main.c:1713
+#: ../src/cairo-dock-gui-main.c:1715
msgid "Enable this module"
msgstr "ÐкÑÑваваÑÑ Ð³ÑÑÑ Ð¼Ð¾Ð´ÑлÑ"
-#: ../src/cairo-dock-gui-main.c:1801 ../src/cairo-dock.c:681
+#: ../src/cairo-dock-gui-main.c:1779 ../data/messages:135
+msgid "More applets"
+msgstr "ÐолÑÑ Ð°Ð¿Ð»ÐµÑаÑ"
+
+#: ../src/cairo-dock-gui-main.c:1780 ../data/messages:133
+msgid "Get more applets online !"
+msgstr "ÐÑÑÑмаÑÑ Ð±Ð¾Ð»ÑÑ Ð°Ð¿Ð¿Ð»ÐµÑов!"
+
+#: ../src/cairo-dock-gui-main.c:1815 ../src/cairo-dock.c:741
msgid "< Maintenance mode >"
msgstr "< Ð ÑжÑм абÑлÑгоÑÐ²Ð°Ð½Ð½Ñ >"
-#: ../src/cairo-dock-gui-main.c:1891 ../src/cairo-dock-gui-simple.c:801
+#: ../src/cairo-dock-gui-main.c:1905 ../src/cairo-dock-gui-simple.c:769
msgid "Cairo-Dock configuration"
msgstr "ÐаÑÑÑойка Cairo-Dock"
-#: ../src/cairo-dock-gui-main.c:2212
+#: ../src/cairo-dock-gui-main.c:2226
#, c-format
msgid ""
"The '%s' module is not present. You need to install it and all its "
@@ -99,16 +116,16 @@
"ÐодÑÐ»Ñ '%s' не ÑÑÑалÑванÑ. Ðам ваÑÑа ÑÑÑалÑваÑÑ Ñго або Ñго залежнаÑÑÑ, каб "
"Ñ Ð¿Ð¾Ñнай меÑÑ Ñго вÑкаÑÑÑÑоÑваÑÑ."
-#: ../src/cairo-dock-gui-main.c:2218
+#: ../src/cairo-dock-gui-main.c:2232
#, c-format
msgid "The '%s' module is not enabled."
msgstr "ÐодÑÐ»Ñ '%s' не акÑÑваванÑ."
-#: ../src/cairo-dock-gui-main.c:2219
+#: ../src/cairo-dock-gui-main.c:2233
msgid "Do you want to enable it now?"
msgstr "ÐкÑÑвiÑаваÑÑ Ñго заÑаз?"
-#: ../src/cairo-dock-gui-main.c:2362
+#: ../src/cairo-dock-gui-main.c:2376
msgid ""
"It appears that you've never entered the help module before.\n"
"If you are having difficulty configuring the dock, or if you want to "
@@ -121,28 +138,28 @@
"модÑÐ»Ñ ÐÐ°Ð¿Ð°Ð¼Ð¾Ð³Ñ Ð´Ð°Ð¿Ð°Ð¼Ð¾Ð¶Ð° вам Ñ Ð³ÑÑÑм!\n"
"ХоÑаÑе пеÑайÑÑÑ Ñ Ð¼Ð¾Ð´ÑÐ»Ñ ÐÐ°Ð¿Ð°Ð¼Ð¾Ð³Ñ Ð·Ð°Ñаз?"
-#: ../src/cairo-dock-gui-simple.c:389 ../src/cairo-dock-gui-themes.c:311
+#: ../src/cairo-dock-gui-simple.c:396 ../src/cairo-dock-gui-themes.c:311
#, c-format
msgid "Importing theme %s ..."
msgstr "ÐмпаÑÑ ÑÑÐ¼Ñ %s ..."
-#: ../src/cairo-dock-gui-simple.c:711
+#: ../src/cairo-dock-gui-simple.c:718
msgid "Animation:"
-msgstr ""
+msgstr "ÐнÑмаÑÑÑ:"
-#: ../src/cairo-dock-gui-simple.c:728
+#: ../src/cairo-dock-gui-simple.c:735
msgid "Effects:"
-msgstr ""
+msgstr "ÐÑекÑÑ:"
-#: ../src/cairo-dock-gui-simple.c:743 ../data/messages:77
+#: ../src/cairo-dock-gui-simple.c:750 ../data/messages:77
msgid "On mouse hover:"
-msgstr ""
+msgstr "ÐÑÑ Ð½Ð°Ð²ÑÐ´Ð·ÐµÐ½Ð½Ñ ÐºÑÑÑоÑа"
-#: ../src/cairo-dock-gui-simple.c:744 ../data/messages:79
+#: ../src/cairo-dock-gui-simple.c:751 ../data/messages:79
msgid "On click:"
-msgstr ""
+msgstr "ÐÑÑ Ð¿ÑÑÑÑÑÑÑ:"
-#: ../src/cairo-dock-gui-simple.c:835
+#: ../src/cairo-dock-gui-simple.c:803
msgid ""
"This is the simple configuration panel of Cairo-Dock.\n"
" After you get familiar with it, and if you want to customise your theme\n"
@@ -154,15 +171,15 @@
"вам ваÑÑа пеÑаклÑÑÑÑÑа Ñ Ð¿Ð°ÑÑÑÐ°Ð½Ñ ÑÑжÑм.\n"
"У лÑÐ±Ñ Ð¼Ð¾Ð¼Ð°Ð½Ñ Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе змÑнÑÑÑ ÑÑжÑм панÑÐ»Ñ Ð½Ð°ÑÑÑоек."
-#: ../src/cairo-dock-gui-switch.c:81
+#: ../src/cairo-dock-gui-switch.c:68
msgid "Simple Mode"
msgstr "ÐÑоÑÑÑ ÑÑжÑм"
-#: ../src/cairo-dock-gui-switch.c:81
+#: ../src/cairo-dock-gui-switch.c:68
msgid "Advanced Mode"
msgstr "ÐаÑÑÑÐ°Ð½Ñ ÑÑжÑм"
-#: ../src/cairo-dock-gui-switch.c:83
+#: ../src/cairo-dock-gui-switch.c:70
msgid ""
"The advanced mode lets you tweak every single parameter of the dock. It is a "
"powerful tool to customise your current theme."
@@ -213,18 +230,18 @@
msgstr "ÐÑÑаванне ÑÑмамÑ"
#: ../src/cairo-dock-internal-icons.c:452
-#: ../src/gldit/cairo-dock-internal-icons.c:452
+#: ../src/gldit/cairo-dock-internal-icons.c:457
msgid "Provides various animations for your icons."
msgstr "ÐÑапанÑе ÑознÑÑ Ð°Ð½ÑмаÑÑÑ Ð´Ð»Ñ Ð·Ð½Ð°ÑкоÑ."
#: ../src/cairo-dock-internal-icons.c:454
-#: ../src/gldit/cairo-dock-internal-icons.c:454 ../data/messages:85
-#: ../data/messages:633 ../data/messages:945
+#: ../src/gldit/cairo-dock-internal-icons.c:459 ../data/messages:85
+#: ../data/messages:639 ../data/messages:873
msgid "Icons"
msgstr "ÐнаÑкÑ"
#: ../src/cairo-dock-internal-icons.c:456
-#: ../src/gldit/cairo-dock-internal-icons.c:456
+#: ../src/gldit/cairo-dock-internal-icons.c:461
msgid ""
"All about icons:\n"
" size, reflection, icon theme,..."
@@ -232,147 +249,150 @@
"УÑÑ Ð°Ð± знаÑкаÑ
:\n"
" памеÑ, адлÑÑÑÑаванне, ÑÑма знаÑкоÑ, ..."
-#: ../src/cairo-dock-menu.c:127
+#: ../src/cairo-dock-menu.c:128
#, c-format
msgid "Configuration of the '%s' dock"
-msgstr ""
+msgstr "ÐаÑÑÑойка '%s' панÑлÑ"
-#: ../src/cairo-dock-menu.c:206
+#: ../src/cairo-dock-menu.c:207 ../data/messages:1303
msgid "Community site"
msgstr "Ð¡Ð°Ð¹Ñ ÑÑполÑнаÑÑÑ"
-#: ../src/cairo-dock-menu.c:207
+#: ../src/cairo-dock-menu.c:208 ../data/messages:1301
msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
msgstr "ÐÑаблема? ÐÑапанова? ХоÑаÑе з Ð½Ð°Ð¼Ñ Ð¿Ð°ÑазмаÑлÑÑÑ? РзадавалÑненнем!"
-#: ../src/cairo-dock-menu.c:210
+#: ../src/cairo-dock-menu.c:211 ../data/messages:1307
msgid "Development site"
msgstr "Ð¡Ð°Ð¹Ñ ÑаÑпÑаÑоÑÑÑÑкаÑ"
-#: ../src/cairo-dock-menu.c:211
+#: ../src/cairo-dock-menu.c:212 ../data/messages:1305
msgid "Find the latest version of Cairo-Dock here !"
msgstr "ÐÑÑвеÑлÑÑе ÑÑÑ, ÑÐºÐ°Ñ Ð°Ð¿Ð¾ÑнÑÑ Ð²ÐµÑÑÑÑ Cairo-Dock даÑÑÑпнаÑ!"
-#: ../src/cairo-dock-menu.c:214
+#: ../src/cairo-dock-menu.c:215 ../data/messages:1311
msgid "Cairo-Dock-Plug-ins-Extras"
msgstr "ÐадаÑковÑÑ Ð¿Ð»Ð°Ð³ÑÐ½Ñ Ð´Ð»Ñ Cairo-Dock"
-#: ../src/cairo-dock-menu.c:215 ../data/messages:1187
+#: ../src/cairo-dock-menu.c:216 ../data/messages:1181 ../data/messages:1309
msgid "Other applets"
-msgstr ""
+msgstr "ÐÑÑаÑнÑÑ Ð°Ð¿Ð¿Ð»ÐµÑÑ"
-#: ../src/cairo-dock-menu.c:224
+#: ../src/cairo-dock-menu.c:225
msgid "Development"
msgstr "РаÑпÑаÑоÑка"
-#: ../src/cairo-dock-menu.c:230
+#: ../src/cairo-dock-menu.c:231
msgid "Artwork"
msgstr "ÐÑаÑмленне"
-#: ../src/cairo-dock-menu.c:234
+#: ../src/cairo-dock-menu.c:235
msgid "Support"
msgstr "ÐадÑÑÑмка"
-#: ../src/cairo-dock-menu.c:312
+#: ../src/cairo-dock-menu.c:313
msgid "Quit Cairo-Dock?"
msgstr "ÐÑйÑÑÑ Ð· Cairo-Dock?"
-#: ../src/cairo-dock-menu.c:338
+#: ../src/cairo-dock-menu.c:339
msgid "Configure this dock"
msgstr "ÐаладзÑÑÑ Ð³ÑÑÑÑ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:343
+#: ../src/cairo-dock-menu.c:344
msgid "Customize the position, visibility and appearance of this main dock."
msgstr ""
+"ÐаладзÑÑе меÑÑазнаÑ
оджанне, баÑнаÑÑÑ Ñ Ð·Ð½ÐµÑÐ½Ñ Ð²ÑглÑд аÑноÑнай панÑлÑ."
-#: ../src/cairo-dock-menu.c:346
+#: ../src/cairo-dock-menu.c:347
msgid "Configure"
msgstr "ÐаÑÑÑойка"
-#: ../src/cairo-dock-menu.c:351
+#: ../src/cairo-dock-menu.c:352
msgid "Configure behaviour, appearance, and applets."
msgstr "ÐаладзÑÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑнÑ, знеÑÐ½Ñ Ð²ÑглÑд Ñ Ð°Ð¿Ð»ÐµÑÑ."
-#: ../src/cairo-dock-menu.c:353
+#: ../src/cairo-dock-menu.c:354
msgid "Manage themes"
msgstr "ÐÑÑаванне ÑÑмамÑ"
-#: ../src/cairo-dock-menu.c:358
+#: ../src/cairo-dock-menu.c:359
msgid ""
"Choose from amongst many themes on the server or save your current theme."
msgstr "ÐÑбеÑÑÑе ÑÑÑод многÑÑ
ÑÑм на ÑÑÑвÑÑÑ Ñ Ð·Ð°Ñ
авайÑе ваÑÑ ÑлаÑнÑÑ."
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:364
msgid "Unlock icons"
msgstr "ÑазблакаваÑÑ Ð·Ð½Ð°ÑкÑ"
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:364
msgid "Lock icons"
msgstr "ÐаблакаваÑÑ Ð·Ð½Ð°ÑкÑ"
-#: ../src/cairo-dock-menu.c:367
+#: ../src/cairo-dock-menu.c:368
msgid "This will (un)lock the position of the icons."
msgstr "ÐÑÑа (Ñаз) блакÑе меÑÑазнаÑ
оджанне знаÑÐºÐ¾Ñ Ð½Ð° панÑлÑ."
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:372
msgid "Unlock dock"
msgstr "РазблакаваÑÑ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:372
msgid "Lock dock"
msgstr "ÐаблакаваÑÑ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:376
+#: ../src/cairo-dock-menu.c:377
msgid "This will (un)lock the whole dock."
msgstr "ÐÑÑа (Ñаз) блакÑе ÑÑÑ Ð¿Ð°Ð½ÑлÑ."
-#: ../src/cairo-dock-menu.c:381
+#: ../src/cairo-dock-menu.c:382
msgid "Quick-Hide"
msgstr "СÑ
аваÑÑ"
-#: ../src/cairo-dock-menu.c:386
+#: ../src/cairo-dock-menu.c:387
msgid "This will hide the dock until you hover over it with the mouse."
msgstr "ÐÑÑа ÑÑ
авае панÑлÑ, пакÑÐ»Ñ Ð²Ñ Ð½Ðµ навÑдзе на Ñе мÑÑÑÑ."
-#: ../src/cairo-dock-menu.c:394
+#: ../src/cairo-dock-menu.c:395
msgid "Launch Cairo-Dock on startup"
msgstr "ÐапÑÑкаÑÑ Cairo-Dock пÑÑ ÑÑаÑÑе ÑÑÑÑÑмÑ"
-#: ../src/cairo-dock-menu.c:404 ../src/cairo-dock.c:235
+#: ../src/cairo-dock-menu.c:405 ../src/cairo-dock.c:294
msgid "Help"
msgstr "Ðаведка"
-#: ../src/cairo-dock-menu.c:409
+#: ../src/cairo-dock-menu.c:410
msgid "There are no problems, only solutions (and a lot of useful hints!)"
msgstr "ÐÑма пÑаблем, Ð°Ð´Ð½Ñ ÑаÑÑÐ½Ð½Ñ (Ñ Ð¼Ð½Ð¾ÑÑва каÑÑÑнÑÑ
ÑавеÑаÑ!)"
-#: ../src/cairo-dock-menu.c:411
+#: ../src/cairo-dock-menu.c:412
msgid "Get more applets!"
-msgstr ""
+msgstr "ÐÑÑÑмаÑÑ Ð±Ð¾Ð»ÑÑ Ð°Ð¿Ð»ÐµÑов!"
-#: ../src/cairo-dock-menu.c:416
+#: ../src/cairo-dock-menu.c:417
msgid ""
"Third-party applets provide integration with many programs, like Pidgin"
msgstr ""
+"ÐпплеÑÑ ÑÑÑÑÑÑ
Ð±Ð°ÐºÐ¾Ñ Ð·Ð°Ð±ÑÑпеÑваÑÑÑ ÑнÑÑгÑаÑÑÑ Ð· ÑознÑÐ¼Ñ Ð¿ÑагÑамамÑ, "
+"напÑÑклад Pidgin"
-#: ../src/cairo-dock-menu.c:418
+#: ../src/cairo-dock-menu.c:419
msgid "About"
msgstr "Ðб пÑагÑаме"
-#: ../src/cairo-dock-menu.c:426
+#: ../src/cairo-dock-menu.c:427
msgid "Quit"
msgstr "ÐÑÑ
ад"
-#: ../src/cairo-dock-menu.c:450
+#: ../src/cairo-dock-menu.c:451
msgid "separator"
-msgstr ""
+msgstr "падзелÑнÑк"
-#: ../src/cairo-dock-menu.c:454
+#: ../src/cairo-dock-menu.c:455
#, c-format
msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
msgstr "ÐÑ Ð·ÑбÑÑаеÑеÑÑ Ð²ÑдалÑÑÑ Ð·Ð½Ð°Ñок (%s) з панÑлÑ. ÐÑ ÑпÑÑненÑ?"
-#: ../src/cairo-dock-menu.c:465
+#: ../src/cairo-dock-menu.c:466
msgid ""
"Do you want to re-dispatch the icons contained inside this container into "
"the dock?\n"
@@ -381,64 +401,36 @@
"ÐеÑанеÑÑÑÑ Ð·Ð¼ÑÑÑаÑÑÑеÑÑ ÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð½Ð° панÑлÑ?\n"
" (Ñ Ð°Ð´Ð²Ð°ÑоÑнÑм вÑÐ¿Ð°Ð´ÐºÑ ÑÐ½Ñ Ð±ÑдÑÑÑ Ð²ÑдаленÑÑ)"
-#: ../src/cairo-dock-menu.c:535
+#: ../src/cairo-dock-menu.c:536
msgid ""
"The new dock has been created.\n"
"Now move some launchers or applets into it by right-clicking on the icon -> "
"move to another dock"
msgstr ""
+"СÑвоÑана Ð½Ð¾Ð²Ð°Ñ Ð¿Ð°Ð½ÑлÑ.\n"
+"ЦÑÐ¿ÐµÑ Ð¼Ð¾Ð¶Ð½Ð° пеÑанеÑÑÑÑ Ð½Ð° Ñе некаÑоÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ Ð°Ð±Ð¾ аплеÑÑ, зÑабÑÑÑÑ "
+"пÑÐ°Ð²Ñ Ð¿ÑÑÑÑÑка па знаÑÐºÑ -> пеÑанеÑÑÑÑ Ð½Ð° ÑнÑÑÑ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:552
+#: ../src/cairo-dock-menu.c:553
msgid "Sorry, this icon doesn't have a configuration file."
-msgstr ""
+msgstr "ÐÑÑÑ Ð·Ð½Ð°Ñок не мае Ñайла наÑÑÑоек."
-#: ../src/cairo-dock-menu.c:593
+#: ../src/cairo-dock-menu.c:594
msgid ""
"The new dock has been created.\n"
"You can customize it by right-clicking on it -> cairo-dock -> configure this "
"dock."
msgstr ""
-
-#: ../src/cairo-dock-menu.c:745
-#, c-format
-msgid ""
-"You're about deleting this file\n"
-" (%s)\n"
-"from your hard-disk. Sure ?"
-msgstr ""
-"ÐÑ Ð·ÑбÑÑаеÑеÑÑ Ð²ÑдалÑÑÑ Ñайл\n"
-" (%s)\n"
-"з жоÑÑÑкага дÑÑка. ÐÑ ÑпÑÑненÑ?"
-
-#: ../src/cairo-dock-menu.c:754
-msgid ""
-"Warning: could not delete this file.\n"
-"Please check file permissions."
-msgstr ""
-"Увага: не ÑдалоÑÑ Ð²ÑдалÑÑÑ Ð³ÑÑÑ Ñайл.\n"
-"ÐеÑаканайÑеÑÑ, ÑÑо Ð²Ñ Ð¼Ð°ÐµÑе пÑава на запÑÑ."
-
-#: ../src/cairo-dock-menu.c:773
-msgid "Rename to:"
-msgstr "ÐеÑайменаваÑÑ Ñ:"
-
-#: ../src/cairo-dock-menu.c:780
-#, c-format
-msgid ""
-"Warning: could not rename %s.\n"
-"Check file permissions \n"
-"and that the new name does not already exist."
-msgstr ""
-"Увага: не ÑдалоÑÑ Ð¿ÐµÑайменаваÑÑ %s.\n"
-"ÐеÑаканайÑеÑÑ, ÑÑо Ð²Ñ Ð¼Ð°ÐµÑе пÑава на запÑÑ,\n"
-" Ñ Ð½Ð¾Ð²Ð°Ðµ ÑÐ¼Ñ Ñжо не пÑÑÑÑÑнÑÑае на панÑлÑ."
-
-#: ../src/cairo-dock-menu.c:821
+"СÑвоÑана Ð½Ð¾Ð²Ð°Ñ Ð¿Ð°Ð½ÑлÑ.\n"
+"ЦÑÐ¿ÐµÑ Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе змÑнÑÑÑ Ñе пÑаз пÑÐ°Ð²Ñ Ð¿ÑÑÑÑÑка -> cairo-dock -> ÐаÑÑÑоÑÑÑ "
+"гÑÑÑÑ Ð¿Ð°Ð½ÑлÑ."
+
+#: ../src/cairo-dock-menu.c:651
#, c-format
msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
msgstr "ÐÑ Ð·ÑбÑÑаеÑеÑÑ Ð²ÑдалÑÑÑ Ð°Ð¿Ð»ÐµÑ (%s) з панÑлÑ. ÐÑ ÑпÑÑненÑ?"
-#: ../src/cairo-dock-menu.c:956
+#: ../src/cairo-dock-menu.c:835
msgid ""
"Sorry, couldn't find the corresponding description file.\n"
"Consider dragging and dropping the launcher from the Applications Menu."
@@ -446,260 +438,278 @@
"Ðе аÑÑÑмалаÑÑ Ð·Ð½Ð°Ð¹ÑÑÑ Ð°Ð´Ð¿Ð°Ð²ÐµÐ´Ð½Ñ Ñайл з апÑÑаннем.\n"
"ÐаÑпÑабÑйÑе пеÑаÑÑгнÑÑÑ Ñ Ð¿Ð°Ð»Ð°Ð¶ÑÑÑ Ð·Ð°Ð¿ÑÑÑÑк з ÐалоÑнага ÐенÑ."
-#: ../src/cairo-dock-menu.c:1188
+#: ../src/cairo-dock-menu.c:1067
#, c-format
msgid "Move all to desktop %d - face %d"
msgstr "ÐеÑамÑÑÑÑÑÑ ÑÑе на павеÑÑ
Ð½Ñ %d - ÑабоÑага ÑÑала %d"
-#: ../src/cairo-dock-menu.c:1188
+#: ../src/cairo-dock-menu.c:1067
#, c-format
msgid "Move to desktop %d - face %d"
msgstr "ÐеÑамÑÑÑÑÑÑ Ð½Ð° пÑаÑоÑÐ½Ñ ÑÑол %d - павеÑÑ
Ð½Ñ %d"
-#: ../src/cairo-dock-menu.c:1190
+#: ../src/cairo-dock-menu.c:1069
#, c-format
msgid "Move all to desktop %d"
msgstr "ÐеÑамÑÑÑÑÑÑ ÑÑе на пÑаÑоÑÐ½Ñ ÑÑол %d"
-#: ../src/cairo-dock-menu.c:1190
+#: ../src/cairo-dock-menu.c:1069
#, c-format
msgid "Move to desktop %d"
msgstr "ÐеÑанеÑÑÑ Ð½Ð° пÑаÑоÑÐ½Ñ ÑÑол %d"
-#: ../src/cairo-dock-menu.c:1192
+#: ../src/cairo-dock-menu.c:1071
#, c-format
msgid "Move all to face %d"
msgstr "ÐеÑамÑÑÑÑÑÑ ÑÑе на павеÑÑ
Ð½Ñ %d"
-#: ../src/cairo-dock-menu.c:1192
+#: ../src/cairo-dock-menu.c:1071
#, c-format
msgid "Move to face %d"
msgstr "ÐеÑамÑÑÑÑÑÑ Ð½Ð° павеÑÑ
Ð½Ñ %d"
-#: ../src/cairo-dock-menu.c:1229
+#: ../src/cairo-dock-menu.c:1108
msgid "Add"
msgstr "ÐадаÑÑ"
-#: ../src/cairo-dock-menu.c:1233
+#: ../src/cairo-dock-menu.c:1112
msgid "Add a sub-dock"
msgstr "ÐадаÑÑ ÑÑб-панÑлÑ"
-#: ../src/cairo-dock-menu.c:1235
+#: ../src/cairo-dock-menu.c:1114
msgid "Add a main dock"
-msgstr ""
+msgstr "ÐадаÑÑ Ð°ÑноÑнÑÑ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:1238
+#: ../src/cairo-dock-menu.c:1117
msgid "Add a separator"
msgstr "ÐадаÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑк"
-#: ../src/cairo-dock-menu.c:1242
+#: ../src/cairo-dock-menu.c:1121
msgid "Add a custom launcher"
msgstr "ÐадаÑÑ Ñвой знаÑок"
-#: ../src/cairo-dock-menu.c:1243
+#: ../src/cairo-dock-menu.c:1122
msgid ""
"Usually you would drag a launcher from the menu and drop it on the dock."
msgstr "ÐаÑÑаÑкова пÑоÑÑа пеÑаÑÑгнÑÑÑ Ð·Ð½Ð°Ñок з Ð¼ÐµÐ½Ñ Ð¿Ñама на панÑлÑ."
-#: ../src/cairo-dock-menu.c:1281
-msgid "Unmount"
-msgstr "ÐдлÑÑÑÑÑ"
-
-#: ../src/cairo-dock-menu.c:1281
-msgid "Mount"
-msgstr "ÐалÑÑÑÑÑ"
-
-#: ../src/cairo-dock-menu.c:1287
-msgid "Eject"
-msgstr "ÐÑнÑÑÑ"
-
-#: ../src/cairo-dock-menu.c:1296
-msgid "Delete this file"
-msgstr "ÐÑдалÑÑÑ Ð³ÑÑÑ Ñайл"
-
-#: ../src/cairo-dock-menu.c:1300
-msgid "Rename this file"
-msgstr "ÐеÑайменаваÑÑ Ð³ÑÑÑ Ñайл"
-
-#: ../src/cairo-dock-menu.c:1304
-msgid "Properties"
-msgstr "ÐлаÑÑÑваÑÑÑ"
-
-#: ../src/cairo-dock-menu.c:1325
+#: ../src/cairo-dock-menu.c:1161
msgid "Modify this separator"
msgstr "ÐмÑнÑÑÑ Ð³ÑÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑк"
-#: ../src/cairo-dock-menu.c:1325
+#: ../src/cairo-dock-menu.c:1161
msgid "Modify this launcher"
msgstr "ÐмÑнÑÑÑ Ð³ÑÑÑ Ð·Ð½Ð°Ñок запÑÑкÑ"
-#: ../src/cairo-dock-menu.c:1327
+#: ../src/cairo-dock-menu.c:1163
msgid "Remove this separator"
msgstr "ÐÑдалÑÑÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑк"
-#: ../src/cairo-dock-menu.c:1327
+#: ../src/cairo-dock-menu.c:1163
msgid "Remove this launcher"
msgstr "ÐÑдалÑÑÑ Ð³ÑÑÑ Ð·Ð½Ð°Ñок запÑÑкÑ"
-#: ../src/cairo-dock-menu.c:1328
+#: ../src/cairo-dock-menu.c:1164
msgid ""
"You can remove a launcher by dragging it out of the dock with the mouse ."
msgstr "ÐÑ Ð¼Ð¾Ð¶Ð°Ñе вÑдалÑÑÑ Ð»ÑÐ±Ñ Ð·Ð½Ð°Ñок пÑоÑÑа пеÑаÑÑгнÑÑ Ñго за Ð¼ÐµÐ¶Ñ Ð¿Ð°Ð½ÑлÑ."
-#: ../src/cairo-dock-menu.c:1330 ../src/cairo-dock-menu.c:1475
+#: ../src/cairo-dock-menu.c:1166 ../src/cairo-dock-menu.c:1314
msgid "Move to another dock"
msgstr "ÐеÑамÑÑÑÑÑÑ Ð½Ð° ÑнÑÑÑ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:1334 ../src/cairo-dock-menu.c:1479
+#: ../src/cairo-dock-menu.c:1170 ../src/cairo-dock-menu.c:1318
msgid "New main dock"
msgstr "ÐÐ¾Ð²Ð°Ñ Ð°ÑноÑÐ½Ð°Ñ Ð¿Ð°Ð½ÑлÑ"
-#: ../src/cairo-dock-menu.c:1348 ../src/cairo-dock-menu.c:1422
+#: ../src/cairo-dock-menu.c:1184 ../src/cairo-dock-menu.c:1260
msgid "Other actions"
msgstr "ÐнÑÑÑ Ð´Ð·ÐµÑннÑ"
-#: ../src/cairo-dock-menu.c:1353
+#: ../src/cairo-dock-menu.c:1189
msgid "Move to this desktop"
msgstr "ÐеÑамÑÑÑÑÑÑ Ð½Ð° гÑÑÑ ÑабоÑÑ ÑÑол"
-#: ../src/cairo-dock-menu.c:1367
+#: ../src/cairo-dock-menu.c:1203
msgid "Not Fullscreen"
msgstr "Ðе поÑнаÑкÑаннÑ"
-#: ../src/cairo-dock-menu.c:1367
+#: ../src/cairo-dock-menu.c:1203
msgid "Fullscreen"
msgstr "ÐоÑнаÑкÑаннÑ"
-#: ../src/cairo-dock-menu.c:1371
+#: ../src/cairo-dock-menu.c:1207
msgid "Don't keep above"
msgstr "Ðе ÑÑÑмаÑÑ Ð²ÑÑÑй"
-#: ../src/cairo-dock-menu.c:1371
+#: ../src/cairo-dock-menu.c:1207
msgid "Keep above"
msgstr "ТÑÑмаÑÑ Ð²ÑÑÑй"
-#: ../src/cairo-dock-menu.c:1390
+#: ../src/cairo-dock-menu.c:1226
msgid "Remove custom icon"
-msgstr ""
-
-#: ../src/cairo-dock-menu.c:1394
+msgstr "ÐÑдалÑÑÑ Ð½Ð°ÑÑÑÐ¾ÐµÐ½Ñ Ð·Ð½Ð°Ñок"
+
+#: ../src/cairo-dock-menu.c:1230
+msgid "Set a custom icon"
+msgstr "ÐадаÑÑ Ñвай знаÑок"
+
+#: ../src/cairo-dock-menu.c:1232
msgid "Kill"
msgstr "ÐавÑÑÑÑÑÑ"
-#: ../src/cairo-dock-menu.c:1399
+#: ../src/cairo-dock-menu.c:1237
msgid "Launch a new (Shift+clic)"
msgstr "ÐапÑÑÑÑÑÑ ÑÑÑÑ (Shift + клÑк)"
-#: ../src/cairo-dock-menu.c:1404
+#: ../src/cairo-dock-menu.c:1242
msgid "Make it a launcher"
msgstr "ÐÑабÑÑÑ Ð·Ð½Ð°Ñком запÑÑкÑ"
-#: ../src/cairo-dock-menu.c:1407
+#: ../src/cairo-dock-menu.c:1245
msgid "Show"
msgstr "ÐаказаÑÑ"
-#: ../src/cairo-dock-menu.c:1409
+#: ../src/cairo-dock-menu.c:1247
msgid "Unmaximise"
msgstr "ÐднавÑÑÑ ÑанейÑÑ Ð¿Ð°Ð¼ÐµÑ"
-#: ../src/cairo-dock-menu.c:1409
+#: ../src/cairo-dock-menu.c:1247
msgid "Maximise"
msgstr "РазгаÑнÑÑÑ Ð½Ð° ÑвеÑÑ ÑкÑан"
-#: ../src/cairo-dock-menu.c:1412
+#: ../src/cairo-dock-menu.c:1250
msgid "Minimise"
msgstr "ÐгаÑнÑÑÑ"
-#: ../src/cairo-dock-menu.c:1414
+#: ../src/cairo-dock-menu.c:1252
msgid "Close (middle-click)"
msgstr "ÐакÑÑÑÑ (ÑÑÑÑднÑ-клÑк)"
-#: ../src/cairo-dock-menu.c:1427
+#: ../src/cairo-dock-menu.c:1265
msgid "Move all to this desktop"
msgstr "ÐеÑамÑÑÑÑÑÑ ÑÑÑ Ð½Ð° гÑÑÑ ÑабоÑÑ ÑÑол"
-#: ../src/cairo-dock-menu.c:1433
+#: ../src/cairo-dock-menu.c:1271
msgid "Launch new"
msgstr "ÐапÑÑÑÑÑÑ Ð½Ð¾Ð²Ñ"
-#: ../src/cairo-dock-menu.c:1436
+#: ../src/cairo-dock-menu.c:1274
msgid "Show all"
msgstr "ÐаказаÑÑ ÑÑе"
-#: ../src/cairo-dock-menu.c:1438
+#: ../src/cairo-dock-menu.c:1276
msgid "Minimise all"
msgstr "ÐгаÑнÑÑÑ ÑÑе"
-#: ../src/cairo-dock-menu.c:1440
+#: ../src/cairo-dock-menu.c:1278
msgid "Close all"
msgstr "ÐаÑÑнÑÑÑ ÑÑе"
-#: ../src/cairo-dock-menu.c:1459 ../src/gldit/cairo-dock-gui-factory.c:925
+#: ../src/cairo-dock-menu.c:1298 ../src/gldit/cairo-dock-gui-factory.c:926
msgid "Configure this applet"
msgstr "ÐаладзÑÑÑ Ð³ÑÑÑ Ð°Ð¿Ð»ÐµÑ"
-#: ../src/cairo-dock-menu.c:1463
+#: ../src/cairo-dock-menu.c:1302
msgid "Detach this applet"
msgstr "ÐдмаÑаваÑÑ Ð³ÑÑÑ Ð°Ð¿Ð»ÐµÑ"
-#: ../src/cairo-dock-menu.c:1463
+#: ../src/cairo-dock-menu.c:1302
msgid "Return to the dock"
msgstr "ÐÑÑнÑÑÑ Ð½Ð° панÑлÑ"
-#: ../src/cairo-dock-menu.c:1466
+#: ../src/cairo-dock-menu.c:1305
msgid "Remove this applet"
msgstr "ÐÑдалÑÑÑ Ð³ÑÑÑ Ð°Ð¿Ð»ÐµÑ"
-#: ../src/cairo-dock-menu.c:1470
+#: ../src/cairo-dock-menu.c:1309
msgid "Launch another instance of this applet"
msgstr "ÐапÑÑÑÑÑÑ ÑÑÑÑ ÐºÐ¾Ð¿ÑÑ Ð³ÑÑага аплеÑа"
-#: ../src/cairo-dock-menu.c:1492
+#: ../src/cairo-dock-menu.c:1331
#: ../src/gldit/cairo-dock-internal-accessibility.c:277
msgid "Visibility"
msgstr "ÐаÑнаÑÑÑÑ"
-#: ../src/cairo-dock-menu.c:1507
+#: ../src/cairo-dock-menu.c:1346
msgid "Normal"
msgstr "ÐаÑмалÑнÑ"
-#: ../src/cairo-dock-menu.c:1513 ../data/messages:21 ../data/messages:195
-#: ../data/messages:1361
+#: ../src/cairo-dock-menu.c:1352 ../data/messages:21 ../data/messages:201
+#: ../data/messages:1385
msgid "Always on top"
msgstr "ÐаÑÑÑÐ´Ñ Ð½Ð°Ð²ÐµÑÑе"
-#: ../src/cairo-dock-menu.c:1520
+#: ../src/cairo-dock-menu.c:1359
msgid "Always below"
msgstr "ÐаÑÑÑÐ´Ñ Ð·Ð·Ð°Ð´Ñ"
-#: ../src/cairo-dock-menu.c:1533
+#: ../src/cairo-dock-menu.c:1372
msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
msgstr "ÑÑÑалÑйÑе паводзÑÐ½Ñ Ñ Compiz на: (ÑÐ¼Ñ = cairo-dock & ÑÑп = utility)"
-#: ../src/cairo-dock-menu.c:1535
+#: ../src/cairo-dock-menu.c:1374
msgid "Reserve space"
msgstr "Ð ÑзеÑваваÑÑ Ð¼ÐµÑÑа"
-#: ../src/cairo-dock-menu.c:1542
+#: ../src/cairo-dock-menu.c:1381
msgid "On all desktops"
msgstr "Ðа ÑÑÑÑ
пÑаÑоÑнÑÑ
ÑÑалаÑ
"
-#: ../src/cairo-dock-menu.c:1548
+#: ../src/cairo-dock-menu.c:1387
msgid "Lock position"
msgstr "ÐамаÑаваÑÑ Ð¼ÐµÑÑазнаÑ
оджанне"
-#: ../src/cairo-dock-user-interaction.c:167
-msgid "Do you want to mount this device?"
-msgstr "ÐÑ Ð¶Ð°Ð´Ð°ÐµÑе падклÑÑÑÑÑ Ð³ÑÑÑÑ ÐºÑопкÑ?"
-
-#: ../src/cairo-dock-user-interaction.c:341
+#: ../src/cairo-dock-user-interaction.c:351
msgid ""
"The option 'overwrite X icons' has been automatically enabled in the "
"config.\n"
"It is located in the 'Taskbar' module."
msgstr ""
-
-#: ../src/cairo-dock.c:250
+"ÐаÑамеÑÑ \"'замÑÑÑÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð¿ÑÑкладаннÑÑ\" бÑÑ Ð°ÑÑамаÑÑÑна ÑÑÑалÑванÑ.\n"
+"Ðн ÑазмеÑÑÐ°Ð½Ñ Ñ Ð¼Ð¾Ð´ÑÐ»Ñ \"ÐанÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ\"."
+
+#: ../src/cairo-dock.c:196
+msgid "Don't ask me any more"
+msgstr "ÐолÑÑ Ð½Ðµ пÑÑаÑÑа пÑа гÑÑа"
+
+#: ../src/cairo-dock.c:201
+msgid ""
+"To remove the black rectangle around the dock, you will need to activate a "
+"composite manager.\n"
+"For instance, this can be done by activating desktop effects, launching "
+"Compiz, or activating the composition in Metacity.\n"
+"I can perform this last operation for you. Do you want to proceed ?"
+msgstr ""
+"Ðаб пазбавÑÑÑа ад ÑоÑнага пÑамавÑголÑнÑка вакол панÑлÑ, вам ваÑÑа акÑÑваваÑÑ "
+"кампазÑÑÐ½Ñ Ð¼ÐµÐ½ÐµÐ´Ð¶ÑÑ.\n"
+"ÐÐ»Ñ Ð³ÑÑага Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе задзейнÑÑаÑÑ ÑÑекÑÑ Ð¿ÑаÑоÑнага ÑÑала, запÑÑÑÑÑÑÑ Compiz "
+"ÑÑ Ð¶ ÑклÑÑÑÑÑ ÐампазÑÑнаÑÑÑ Ñ Metacity.\n"
+"Я Ð¼Ð°Ð³Ñ Ð²ÑканаÑÑ Ð°Ð¿Ð¾ÑнÑе за ваÑ, пÑаÑÑгваÑÑ?"
+
+#: ../src/cairo-dock.c:213
+msgid "Do you want to keep this setting?"
+msgstr "ÐаÑ
аваÑÑ Ð½Ð°Ð»Ð°Ð´ÐºÑ?"
+
+#: ../src/cairo-dock.c:219
+msgid ""
+"To remove the black rectangle around the dock, you will need to activate a "
+"composite manager.\n"
+"For instance, this can be done by activating desktop effects, launching "
+"Compiz, or activating the composition in Metacity.\n"
+"If your machine can't support composition, Cairo-Dock can emulate it. This "
+"option is in the 'System' module of the configuration, at the bottom of the "
+"page."
+msgstr ""
+"Ðаб пазбавÑÑÑа ад ÑоÑнага пÑамавÑголÑнÑка вакол панÑлÑ, вам ваÑÑа акÑÑваваÑÑ "
+"кампазÑÑÐ½Ñ Ð¼ÐµÐ½ÐµÐ´Ð¶ÑÑ.\n"
+"ÐÐ»Ñ Ð³ÑÑага Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе задзейнÑÑаÑÑ ÑÑекÑÑ Ð¿ÑаÑоÑнага ÑÑала, запÑÑÑÑÑÑÑ Compiz "
+"ÑÑ Ð¶ ÑклÑÑÑÑÑ ÐампазÑÑнÑÑ Ñ Metacity.\n"
+"ÐÐ°Ð»Ñ Ð²Ð°Ñ ÐºÐ°Ð¼Ð¿ÑÑÐ°Ñ Ð½Ðµ падÑÑÑмлÑвае ÐампазÑÑнÑÑ, Ñо Cairo-Dock можа "
+"ÑимÑлиÑоваÑÑ Ñе; гÑÑÐ°Ñ Ð¾Ð¿ÑÑÑ Ð·Ð½Ð°Ñ
одзÑÑÑа Ñ Ð¼Ð¾Ð´ÑÐ»Ñ ÐºÐ°Ð½ÑÑгÑÑаÑÑÑ 'СÑÑÑÑма', Ñ "
+"ÑамÑм веÑÑе акна."
+
+#: ../src/cairo-dock.c:309
msgid ""
"A useful FAQ which also contains a lot of hints.\n"
"Roll your mouse over a sentence to make helpful popups appear."
@@ -707,11 +717,11 @@
"ÐаÑÑÑÐ½Ñ Ð·Ð±Ð¾ÑнÑк Ñаво, з мноÑÑвам ÑавеÑаÑ.\n"
"ÐÑавÑдзÑÑе мÑÑÑÑ Ð½Ð°Ð´ пÑапановамÑ, каб ÑбаÑÑÑÑ Ð¿Ð°Ð´ÐºÐ°Ð·ÐºÑ."
-#: ../src/cairo-dock.c:574
+#: ../src/cairo-dock.c:634
msgid "Use OpenGL in Cairo-Dock"
msgstr "ÐÑкаÑÑÑÑаÑÑ OpenGL Ñ Cairo-Dock?"
-#: ../src/cairo-dock.c:582
+#: ../src/cairo-dock.c:642
msgid ""
"OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
"the minimum.\n"
@@ -734,51 +744,11 @@
" або з опÑией -o Ð´Ð»Ñ Ð¿ÑÑмÑÑовага OpenGL, або з опÑией -c Ð´Ð»Ñ Ð¿ÑÑмÑÑовага "
"cairo.)"
-#: ../src/cairo-dock.c:587
+#: ../src/cairo-dock.c:647
msgid "Remember this choice"
-msgstr ""
-
-#: ../src/cairo-dock.c:757
-msgid "Don't ask me any more"
-msgstr ""
-
-#: ../src/cairo-dock.c:762
-msgid ""
-"To remove the black rectangle around the dock, you will need to activate a "
-"composite manager.\n"
-"For instance, this can be done by activating desktop effects, launching "
-"Compiz, or activating the composition in Metacity.\n"
-"I can perform this last operation for you. Do you want to proceed ?"
-msgstr ""
-"Ðаб пазбавÑÑÑа ад ÑоÑнага пÑамавÑголÑнÑка вакол панÑлÑ, вам ваÑÑа акÑÑваваÑÑ "
-"кампазÑÑÐ½Ñ Ð¼ÐµÐ½ÐµÐ´Ð¶ÑÑ.\n"
-"ÐÐ»Ñ Ð³ÑÑага Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе задзейнÑÑаÑÑ ÑÑекÑÑ Ð¿ÑаÑоÑнага ÑÑала, запÑÑÑÑÑÑÑ Compiz "
-"ÑÑ Ð¶ ÑклÑÑÑÑÑ ÐампазÑÑнаÑÑÑ Ñ Metacity.\n"
-"Я Ð¼Ð°Ð³Ñ Ð²ÑканаÑÑ Ð°Ð¿Ð¾ÑнÑе за ваÑ, пÑаÑÑгваÑÑ?"
-
-#: ../src/cairo-dock.c:774
-msgid "Do you want to keep this setting?"
-msgstr "ÐаÑ
аваÑÑ Ð½Ð°Ð»Ð°Ð´ÐºÑ?"
-
-#: ../src/cairo-dock.c:780
-msgid ""
-"To remove the black rectangle around the dock, you will need to activate a "
-"composite manager.\n"
-"For instance, this can be done by activating desktop effects, launching "
-"Compiz, or activating the composition in Metacity.\n"
-"If your machine can't support composition, Cairo-Dock can emulate it. This "
-"option is in the 'System' module of the configuration, at the bottom of the "
-"page."
-msgstr ""
-"Ðаб пазбавÑÑÑа ад ÑоÑнага пÑамавÑголÑнÑка вакол панÑлÑ, вам ваÑÑа акÑÑваваÑÑ "
-"кампазÑÑÐ½Ñ Ð¼ÐµÐ½ÐµÐ´Ð¶ÑÑ.\n"
-"ÐÐ»Ñ Ð³ÑÑага Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе задзейнÑÑаÑÑ ÑÑекÑÑ Ð¿ÑаÑоÑнага ÑÑала, запÑÑÑÑÑÑÑ Compiz "
-"ÑÑ Ð¶ ÑклÑÑÑÑÑ ÐампазÑÑнÑÑ Ñ Metacity.\n"
-"ÐÐ°Ð»Ñ Ð²Ð°Ñ ÐºÐ°Ð¼Ð¿ÑÑÐ°Ñ Ð½Ðµ падÑÑÑмлÑвае ÐампазÑÑнÑÑ, Ñо Cairo-Dock можа "
-"ÑимÑлиÑоваÑÑ Ñе; гÑÑÐ°Ñ Ð¾Ð¿ÑÑÑ Ð·Ð½Ð°Ñ
одзÑÑÑа Ñ Ð¼Ð¾Ð´ÑÐ»Ñ ÐºÐ°Ð½ÑÑгÑÑаÑÑÑ 'СÑÑÑÑма', Ñ "
-"ÑамÑм веÑÑе акна."
-
-#: ../src/cairo-dock.c:812
+msgstr "ÐапомнÑÑÑ Ð¼Ð¾Ð¹ вÑбаÑ"
+
+#: ../src/cairo-dock.c:818
msgid ""
"Welcome in Cairo-Dock2 !\n"
"A default and simple theme has been loaded.\n"
@@ -801,7 +771,7 @@
"СпадзÑемÑÑ Ð²Ð°Ð¼ ÑпадабаÑÑа наÑа пÑагÑама!\n"
" (ÑÑÐ¿ÐµÑ Ð¼Ð¾Ð¶Ð°Ñе наÑÑÑнÑÑÑ Ð¿Ð° гÑÑÑм паведамленнÑ, каб закÑÑÑÑ Ñго)"
-#: ../src/cairo-dock.c:836
+#: ../src/cairo-dock.c:842
#, c-format
msgid ""
"The module '%s' may have encountered a problem.\n"
@@ -812,7 +782,7 @@
"ÐеÑазагÑÑзка пÑайÑла паÑпÑÑ
ова, але ÐºÐ°Ð»Ñ Ð³ÑÑа Ð·Ð½Ð¾Ñ Ð¿Ð°ÑÑоÑÑÑÑа, Ñо бÑдзем "
"ÑдзÑÑнÑÑ Ð·Ð° ÑпÑаваздаÑÑ Ð¿Ñа памÑÐ»ÐºÑ Ð½Ð° http://glx-dock.org"
-#: ../src/gldit/cairo-dock-applet-facility.h:257
+#: ../src/gldit/cairo-dock-applet-facility.h:265
msgid ""
"The theme could not be found; the default theme will be used instead.\n"
" You can change this by opening the configuration of this module. Do you "
@@ -821,7 +791,7 @@
"Ðе аÑÑÑмалаÑÑ Ð·Ð½Ð°Ð¹ÑÑÑ ÑÑмÑ; бÑдзе вÑкаÑÑÑÑана ÑÑандаÑÑнаÑ.\n"
" ÐÑ Ð¼Ð¾Ð¶Ð°Ñе змÑнÑÑÑ Ñе Ñ Ð½Ð°ÑÑÑойкаÑ
гÑÑага модÑлÑ. ÐÑабÑÑÑ Ð³ÑÑа заÑаз?"
-#: ../src/gldit/cairo-dock-applet-facility.h:272
+#: ../src/gldit/cairo-dock-applet-facility.h:280
msgid ""
"The gauge theme could not be found; a default gauge will be used instead.\n"
"You can change this by opening the configuration of this module. Do you want "
@@ -830,77 +800,58 @@
"Ðе аÑÑÑмалаÑÑ Ð·Ð½Ð°Ð¹ÑÑÑ ÑÑÐ¼Ñ Ð´Ð»Ñ Ð´Ð°ÑÑÑка; бÑдзе вÑкаÑÑÑÑана ÑÑандаÑÑнаÑ.\n"
" ÐÑ Ð¼Ð¾Ð¶Ð°Ñе змÑнÑÑÑ Ñе Ñ Ð½Ð°ÑÑÑойкаÑ
гÑÑага модÑлÑ. ÐÑабÑÑÑ Ð³ÑÑа заÑаз?"
-#: ../src/gldit/cairo-dock-applet-facility.h:354
+#: ../src/gldit/cairo-dock-applet-facility.h:362
msgid "Applet's handbook"
msgstr "Ðаведка па аплеÑаÑ"
-#: ../src/gldit/cairo-dock-file-manager.c:530
-#: ../src/gldit/cairo-dock-file-manager.c:578
-#, c-format
-msgid "%s is now mounted"
-msgstr "%s далÑÑанÑ"
-
-#: ../src/gldit/cairo-dock-file-manager.c:578
-#, c-format
-msgid "%s is now unmounted"
-msgstr "%s адлÑÑанÑ"
-
-#: ../src/gldit/cairo-dock-file-manager.c:597
+#: ../src/gldit/cairo-dock-file-manager.c:193
#, c-format
msgid "failed to mount %s"
msgstr "не ÑдалоÑÑ Ð´Ð°Ð»ÑÑÑÑÑ %s"
-#: ../src/gldit/cairo-dock-file-manager.c:597
+#: ../src/gldit/cairo-dock-file-manager.c:193
#, c-format
msgid "Failed to unmount %s"
msgstr "не ÑдалоÑÑ Ð°Ð´Ð»ÑÑÑÑÑ %s"
-#: ../src/gldit/cairo-dock-gui-factory.c:831
+#: ../src/gldit/cairo-dock-gui-factory.c:832
msgid "_Custom Icons_"
msgstr "_ÐаладзÑÑÑ ÑÑмÑ_"
-#: ../src/gldit/cairo-dock-gui-factory.c:1246
+#: ../src/gldit/cairo-dock-gui-factory.c:1262
msgid "Accessory"
msgstr "ÐкÑеÑÑаÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1256
-msgid "Controller"
-msgstr "ÐÑÑаванне"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1261
-msgid "Plug-in"
-msgstr "ÐлагÑн"
-
-#: ../src/gldit/cairo-dock-gui-factory.c:1292
+#: ../src/gldit/cairo-dock-gui-factory.c:1306
msgid "rate me"
msgstr "дай адзнакÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1312
+#: ../src/gldit/cairo-dock-gui-factory.c:1326
msgid "Local"
msgstr "ÐакалÑнаÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1316
+#: ../src/gldit/cairo-dock-gui-factory.c:1330
msgid "User"
msgstr "СваÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1320
+#: ../src/gldit/cairo-dock-gui-factory.c:1334
msgid "Net"
msgstr "Ð ÑеÑкÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1324
+#: ../src/gldit/cairo-dock-gui-factory.c:1338
msgid "New"
msgstr "ÐоваÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1329
+#: ../src/gldit/cairo-dock-gui-factory.c:1343
msgid "Updated"
msgstr "ÐбноÑлена"
-#: ../src/gldit/cairo-dock-gui-factory.c:1425
-#: ../src/gldit/cairo-dock-gui-factory.c:1427
+#: ../src/gldit/cairo-dock-gui-factory.c:1439
+#: ../src/gldit/cairo-dock-gui-factory.c:1441
msgid "You must try the theme before you can rate it."
msgstr "ÐеÑÑ ÑÑм ÑÑавÑÑÑ ÑÑйÑÑнг, Ð²Ñ Ð¿Ð°Ð²ÑÐ½Ð½Ñ Ð¿Ð°ÑпÑабаваÑÑ ÑÑмÑ."
-#: ../src/gldit/cairo-dock-gui-factory.c:1450
+#: ../src/gldit/cairo-dock-gui-factory.c:1464
#, c-format
msgid ""
"The '%s' module was not found.\n"
@@ -911,52 +862,54 @@
"ÐеÑаканайÑеÑÑ, ÑÑо Ð²Ñ ÑÑÑанавÑÐ»Ñ Ð²ÐµÑÑÑÑ Ð³ÑÑага модÑÐ»Ñ ÑдÑнÑÑÑнÑÑ Ð²ÐµÑÑÑÑ "
"Ñамой панÑлÑ."
-#: ../src/gldit/cairo-dock-gui-factory.c:1459
+#: ../src/gldit/cairo-dock-gui-factory.c:1473
#, c-format
msgid ""
"The '%s' plug-in is not active.\n"
"Activate it now?"
msgstr ""
+"ÐлÑгÑн '%s' не акÑÑÑнÑ.\n"
+"ÐкÑÑваваÑÑ Ñго заÑаз?"
-#: ../src/gldit/cairo-dock-gui-factory.c:2125
+#: ../src/gldit/cairo-dock-gui-factory.c:2152
#, c-format
msgid "Listing themes in '%s' ..."
msgstr "СпÑÑ ÑÑм з '%s' ..."
-#: ../src/gldit/cairo-dock-gui-factory.c:2263
+#: ../src/gldit/cairo-dock-gui-factory.c:2290
msgid "plug-in"
-msgstr ""
+msgstr "плагÑн"
-#: ../src/gldit/cairo-dock-gui-factory.c:2269
+#: ../src/gldit/cairo-dock-gui-factory.c:2296
msgid "category"
msgstr "каÑÑгоÑÑÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:2312
+#: ../src/gldit/cairo-dock-gui-factory.c:2339
msgid ""
"Click on an applet in order to have a preview and a description for it."
msgstr "ÐÑÑÑÑкнÑÑе па аплеÑе, каб ÑбаÑÑÑÑ Ñго апÑÑанне Ñ Ð¿ÑÑÐºÐ»Ð°Ð´Ð½Ñ Ð²ÑглÑд."
-#: ../src/gldit/cairo-dock-gui-factory.c:2679
+#: ../src/gldit/cairo-dock-gui-factory.c:2742
msgid "state"
msgstr "СÑан"
-#: ../src/gldit/cairo-dock-gui-factory.c:2685
+#: ../src/gldit/cairo-dock-gui-factory.c:2748
msgid "Theme"
msgstr "ÑÑма"
-#: ../src/gldit/cairo-dock-gui-factory.c:2698
+#: ../src/gldit/cairo-dock-gui-factory.c:2761
msgid "Rating"
msgstr "ÑÑйÑÑнг"
-#: ../src/gldit/cairo-dock-gui-factory.c:2704
+#: ../src/gldit/cairo-dock-gui-factory.c:2767
msgid "Sobriety"
msgstr "ÑмеÑанаÑÑÑ"
-#: ../src/gldit/cairo-dock-gui-factory.c:2790
+#: ../src/gldit/cairo-dock-gui-factory.c:2850
msgid "link"
msgstr "ÑпаÑÑлка"
-#: ../src/gldit/cairo-dock-gui-factory.c:2843
+#: ../src/gldit/cairo-dock-gui-factory.c:2903
msgid "Grab"
msgstr "заÑ
апÑÑÑ"
@@ -970,8 +923,8 @@
" ÑÑ Ð½Ð°Ð°Ð´Ð²Ð°ÑоÑ, ÑÑ
Ð°Ð²Ð°Ð½Ð°Ñ Ð°Ð´ ваÑÑй?\n"
"ÐаладзÑÑе ÑÑÑ Ð²ÑглÑд адлÑÑÑÑÐ°Ð²Ð°Ð½Ð½Ñ Ð²Ð°Ñай панÑÐ»Ñ Ñ ÑÑб-панÑлÑÑ!"
-#: ../src/gldit/cairo-dock-internal-background.c:160 ../data/messages:453
-#: ../data/messages:855 ../data/messages:1383
+#: ../src/gldit/cairo-dock-internal-background.c:160 ../data/messages:459
+#: ../data/messages:861 ../data/messages:1407
msgid "Background"
msgstr "ÐÐ°Ð´Ð½Ñ Ñон"
@@ -983,7 +936,7 @@
msgid "_custom decoration_"
msgstr "_УлаÑнае аÑаÑмленне_"
-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:569
+#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:575
msgid "Desklets"
msgstr "ÐÑÑклеÑÑ"
@@ -1007,7 +960,7 @@
msgid "Configure text bubble appearance."
msgstr "ÐаладзÑÑе знеÑÐ½Ñ Ð²ÑглÑд воблаÑÐºÐ°Ñ Ð½Ð°Ð¿Ð°Ð¼Ñн."
-#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:751
+#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:757
msgid "Indicators"
msgstr "ÐндÑкаÑаÑÑ"
@@ -1023,7 +976,7 @@
msgid "Define icon caption and quick-info style."
msgstr "ÐÑбеÑÑÑе знеÑÐ½Ñ Ð²ÑглÑд подпÑÑÐ°Ñ Ñ ÑнÑа-паведамленнÑÑ."
-#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:145
+#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:151
msgid "Position"
msgstr "ÐазÑÑÑÑ"
@@ -1031,16 +984,12 @@
msgid "Set the position of the main dock."
msgstr "ÐÑбеÑÑÑе меÑÑазнаÑ
оджанне галоÑнай панÑлÑ."
-#: ../src/gldit/cairo-dock-internal-system.c:140 ../data/messages:347
-msgid "System"
-msgstr "СÑÑÑÑма"
-
-#: ../src/gldit/cairo-dock-internal-system.c:142
+#: ../src/gldit/cairo-dock-internal-system.c:135
msgid "All of the parameters you will never want to tweak."
msgstr "Ðе змÑнÑйÑе гÑÑÑÑ Ð¿Ð°ÑамеÑÑÑ Ð±ÐµÐ· аÑаблÑвай паÑÑÑбÑ."
#: ../src/gldit/cairo-dock-internal-taskbar.c:167 ../data/messages:61
-#: ../data/messages:1089
+#: ../data/messages:1049
msgid "Taskbar"
msgstr "ÐанÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ"
@@ -1056,7 +1005,7 @@
"ÐÑапаноÑвае ÑознÑÑ Ð²ÑÐ´Ñ Cairo-Dock. ÐкÑÑвÑÑÑÑе, каб вÑбÑаÑÑ ÑнÑÑ Ð²Ñд панÑлÑ."
#: ../src/gldit/cairo-dock-internal-views.c:87 ../data/messages:115
-#: ../data/messages:513 ../data/messages:1377
+#: ../data/messages:519 ../data/messages:1401
msgid "Views"
msgstr "ÐÑглÑдÑ"
@@ -1064,16 +1013,16 @@
msgid "Select a view for each of your docks."
msgstr "ÐожаÑе вÑбÑаÑÑ Ð°ÑÐ¾Ð±Ð½Ñ Ð²Ñд Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð°Ð¹ панÑлÑ."
-#: ../src/gldit/cairo-dock-struct.h:454
+#: ../src/gldit/cairo-dock-struct.h:457
msgid "Default"
msgstr "па змоÑÑваннÑ"
-#: ../src/gldit/cairo-dock-themes-manager.c:869
+#: ../src/gldit/cairo-dock-themes-manager.c:109
#, c-format
msgid "Are you sure you want to overwrite theme %s?"
msgstr "ÐÑ ÑпÑÑненÑÑ, ÑÑо жадаеÑе пеÑазапÑÑанÑÑ
ÑÑÐ¼Ñ %s ?"
-#: ../src/gldit/cairo-dock-themes-manager.c:982
+#: ../src/gldit/cairo-dock-themes-manager.c:222
#, c-format
msgid ""
"Could not access remote file %s/%s. Maybe the server is down.\n"
@@ -1082,75 +1031,75 @@
"не ÑдалоÑÑ Ð°ÑÑÑмаÑÑ Ñайл %s/%s, магÑÑма ÑеÑÐ²ÐµÑ Ð½Ðµ пÑаÑÑе.\n"
"ÐаÑпÑабÑйÑе пазÑней ÑÑ Ð·ÑвÑжÑÑеÑÑ Ð· Ð½Ð°Ð¼Ñ Ð½Ð° glx-dock.org."
-#: ../src/gldit/cairo-dock-themes-manager.c:997
+#: ../src/gldit/cairo-dock-themes-manager.c:237
#, c-format
msgid "Are you sure you want to delete theme %s?"
msgstr "ÐÑ ÑпÑÑненÑÑ, ÑÑо жадаеÑе вÑдалÑÑÑ ÑÑÐ¼Ñ %s ?"
-#: ../src/gldit/cairo-dock-themes-manager.c:999
+#: ../src/gldit/cairo-dock-themes-manager.c:239
msgid "Are you sure you want to delete these themes?"
msgstr "ÐÑ ÑпÑÑненÑÑ, ÑÑо жадаеÑе вÑдалÑÑÑ Ð³ÑÑÑÑ ÑÑмÑ?"
#: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:37
-#: ../data/messages:211
+#: ../data/messages:217
msgid "Move down"
-msgstr ""
+msgstr "ÐеÑамÑÑÑÑÑÑ ÑнÑз"
#: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:39
-#: ../data/messages:213
+#: ../data/messages:219
msgid "Fade out"
-msgstr ""
+msgstr "ÐаÑÑмнÑÑÑ"
#: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:41
-#: ../data/messages:215
+#: ../data/messages:221
msgid "Semi transparent"
-msgstr ""
+msgstr "ÐолÑпÑазÑÑÑÑаÑÑÑ"
#: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:43
-#: ../data/messages:217
+#: ../data/messages:223
msgid "Zoom out"
-msgstr ""
+msgstr "ÐаменÑÑÑÑ Ð¼Ð°ÑÑаб"
#: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:45
-#: ../data/messages:219
+#: ../data/messages:225
msgid "Folding"
-msgstr ""
+msgstr "ÐгоÑÑванне"
-#: ../data/messages:1 ../data/messages:1323
+#: ../data/messages:1 ../data/messages:1347
msgid "Behavior"
msgstr "ÐаводзÑнÑ"
-#: ../data/messages:3 ../data/messages:147 ../data/messages:1325
+#: ../data/messages:3 ../data/messages:153 ../data/messages:1349
msgid "Position on the screen"
msgstr "ÐеÑÑазнаÑ
оджанне на ÑкÑане"
-#: ../data/messages:5 ../data/messages:149
+#: ../data/messages:5 ../data/messages:155 ../data/messages:1351
msgid "Choose which border of the screen the dock will be placed on:"
msgstr "Ð Ñкога Ð±Ð¾ÐºÑ ÑкÑана ÑазмÑÑÑÑÑÑ Ð¿Ð°Ð½ÑлÑ:"
-#: ../data/messages:7 ../data/messages:151 ../data/messages:1329
+#: ../data/messages:7 ../data/messages:157 ../data/messages:1353
msgid "bottom"
msgstr "знÑзÑ"
-#: ../data/messages:9 ../data/messages:153 ../data/messages:1331
+#: ../data/messages:9 ../data/messages:159 ../data/messages:1355
msgid "top"
msgstr "звеÑÑ
Ñ"
-#: ../data/messages:11 ../data/messages:155 ../data/messages:165
-#: ../data/messages:1333
+#: ../data/messages:11 ../data/messages:161 ../data/messages:171
+#: ../data/messages:1357
msgid "right"
msgstr "ÑпÑава"
-#: ../data/messages:13 ../data/messages:157 ../data/messages:163
-#: ../data/messages:1335
+#: ../data/messages:13 ../data/messages:163 ../data/messages:169
+#: ../data/messages:1359
msgid "left"
msgstr "злева"
-#: ../data/messages:15 ../data/messages:189
+#: ../data/messages:15 ../data/messages:195
msgid "Visibility of the main dock"
msgstr "ÐаÑнаÑÑÑ Ð°ÑноÑнай панÑлÑ"
-#: ../data/messages:17 ../data/messages:191 ../data/messages:1357
+#: ../data/messages:17 ../data/messages:197 ../data/messages:1381
msgid ""
"Modes are sorted from the most intrusive to the less intrusive.\n"
"When the dock is hidden or below a window, place the mouse on the screen's "
@@ -1158,41 +1107,47 @@
"When the dock pops up on shortcut, it will appear at the position of your "
"mouse. The rest of the time, it stays invisible, thus acting like a menu."
msgstr ""
+"Ð ÑжÑÐ¼Ñ Ð°Ð´ÑаÑÑаванÑÑ Ñ Ð¿Ð°ÑÐ°Ð´ÐºÑ \"дакÑÑлÑваÑÑÑ\", ад болÑÑ Ð´Ð°ÐºÑÑлÑвай да "
+"менÑ.\n"
+"ÐÐ°Ð»Ñ Ð¿Ð°Ð½ÑÐ»Ñ Ð·Ð½Ð°Ñ
одзÑÑÑа Ð·Ð·Ð°Ð´Ñ Ð²Ð¾ÐºÐ½Ð°Ñ, змÑÑÑÑÑе кÑÑÑÐ¾Ñ Ð½Ð° мÑÐ¶Ñ ÑкÑана, каб "
+"вÑклÑкаÑÑ Ñе.\n"
+"ÐÐ°Ð»Ñ Ð¿Ð°Ð½ÑÐ»Ñ Ð·'ÑÑлÑеÑÑа пÑÑ ÐºÐ»Ð°Ð²ÑÑÑÑÑÐ½Ñ ÑкаÑаÑÑннÑ, Ñо Ñна з'ÑвÑÑÑа Ñ Ð¿Ð°Ð·ÑÑÑÑ "
+"кÑÑÑоÑа. ÐÑÑаÑÐ½Ñ ÑÐ°Ñ Ð·Ð°ÑÑаÑÑÑÑÑ Ð½ÑбаÑнай, Ñк ÑÑÑÑÑмнае менÑ."
-#: ../data/messages:19 ../data/messages:55 ../data/messages:193
-#: ../data/messages:255 ../data/messages:1359
+#: ../data/messages:19 ../data/messages:55 ../data/messages:199
+#: ../data/messages:261 ../data/messages:1383
msgid "Visibility:"
msgstr "ÐаÑнаÑÑÑ:"
-#: ../data/messages:23 ../data/messages:197 ../data/messages:1363
+#: ../data/messages:23 ../data/messages:203 ../data/messages:1387
msgid "Reserve space for the dock"
-msgstr ""
+msgstr "ÐаÑÑзеÑваваÑÑ Ð¼ÐµÑÑа пад панÑлÑ"
-#: ../data/messages:25 ../data/messages:199 ../data/messages:1365
+#: ../data/messages:25 ../data/messages:205 ../data/messages:1389
msgid "Keep the dock below"
msgstr ""
-#: ../data/messages:27 ../data/messages:201 ../data/messages:1367
+#: ../data/messages:27 ../data/messages:207 ../data/messages:1391
msgid "Hide the dock when it overlaps the current window"
msgstr ""
-#: ../data/messages:29 ../data/messages:203 ../data/messages:1369
+#: ../data/messages:29 ../data/messages:209 ../data/messages:1393
msgid "Hide the dock whenever it overlaps any window"
msgstr ""
-#: ../data/messages:31 ../data/messages:205 ../data/messages:1371
+#: ../data/messages:31 ../data/messages:211 ../data/messages:1395
msgid "Keep the dock hidden"
msgstr ""
-#: ../data/messages:33 ../data/messages:207 ../data/messages:1373
+#: ../data/messages:33 ../data/messages:213 ../data/messages:1397
msgid "Pop-up on shortcut"
msgstr "УÑплÑвае па клавÑÑÑÑÑнÑм ÑкаÑаÑÑннÑ"
-#: ../data/messages:35 ../data/messages:209
+#: ../data/messages:35 ../data/messages:215
msgid "Effect used to hide the dock:"
msgstr ""
-#: ../data/messages:47 ../data/messages:239
+#: ../data/messages:47 ../data/messages:245
msgid ""
"When you press the shortcut, the dock will show itself at the potition of "
"your mouse. The rest of the time, it stays invisible, thus acting like a "
@@ -1202,7 +1157,7 @@
"мÑÑÑ. ÐÑÑаÑÐ½Ñ ÑÐ°Ñ Ð·Ð½Ð°Ñ
одзÑÑÑÑÑ Ñ Ð½ÑбаÑнÑм ÑÑане, ÑакÑм ÑÑнам дзейнÑÑаÑÑÑ Ñк "
"менÑ."
-#: ../data/messages:49 ../data/messages:241
+#: ../data/messages:49 ../data/messages:247
msgid "Keyboard shortcut to pop-up the dock:"
msgstr "ÐлавÑÑÑÑÑÐ½Ñ ÑкаÑаÑÑнне:"
@@ -1210,7 +1165,7 @@
msgid "Visibility of sub-docks"
msgstr "ÐаÑнаÑÑÑ ÑÑб-панÑлÑÑ"
-#: ../data/messages:53 ../data/messages:253
+#: ../data/messages:53 ../data/messages:259
msgid ""
"they will appear either when you click or when you linger over the icon "
"pointing on it."
@@ -1218,11 +1173,11 @@
"ÑÐ½Ñ Ð±ÑдÑÑÑ Ð·'ÑÑлÑÑÑа ÐºÐ°Ð»Ñ Ð²Ñ ÐºÐ»ÑкнÑÑе на знаÑкÑ, алÑбо ÐºÐ°Ð»Ñ Ð½Ð°Ð²Ñдзе на Ñго "
"кÑÑÑÐ¾Ñ Ð¼ÑÑÑ."
-#: ../data/messages:57 ../data/messages:257
+#: ../data/messages:57 ../data/messages:263
msgid "Appear on mouse over"
msgstr "ÐÑÑ Ð½Ð°Ð²ÑÐ´Ð·ÐµÐ½Ð½Ñ ÐºÑÑÑоÑа"
-#: ../data/messages:59 ../data/messages:259
+#: ../data/messages:59 ../data/messages:265
msgid "Appear on click"
msgstr "ÐÑÑ ÐºÐ»ÑкÑ"
@@ -1248,7 +1203,7 @@
msgid "Behaviour of the Taskbar:"
msgstr "ÐаводзÑÐ½Ñ Ð¿Ð°Ð½ÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ:"
-#: ../data/messages:67 ../data/messages:915 ../data/messages:1499
+#: ../data/messages:67 ../data/messages:1521
msgid "None"
msgstr "None"
@@ -1272,7 +1227,7 @@
msgid "On appearance/disappearance:"
msgstr ""
-#: ../data/messages:87 ../data/messages:637
+#: ../data/messages:87 ../data/messages:643
msgid ""
"Leave empty to use the current icon theme of your system. You can enter the "
"name of a theme that is installed on your system (like 'Gartoon' or "
@@ -1318,35 +1273,35 @@
"ÐнаÑÐºÑ Ð·Ð°Ð¿ÑÑкÑ, пÑагÑÐ°Ð¼Ñ Ñ Ð°Ð¿Ð»ÐµÑÑ Ð±ÑдÑÑÑ Ð°Ð´Ð´Ð·ÐµÐ»ÐµÐ½ÑÑ Ð°Ð´Ð·Ñн ад аднаго. "
"ÐадзелÑнÑÐºÑ ÑÑÑавÑÑÑа аÑÑамаÑÑÑна."
-#: ../data/messages:105 ../data/messages:727
+#: ../data/messages:105 ../data/messages:733
msgid "Separate the different types of icons?"
msgstr "ÐддзÑлÑÑÑ ÑознÑÑ ÑÑÐ¿Ñ Ð·Ð½Ð°ÑкоÑ?"
-#: ../data/messages:107 ../data/messages:737
+#: ../data/messages:107 ../data/messages:743
msgid "Order of the different types of icons :"
msgstr "ÐаÑадак ÑазмÑÑÑÑÐ½Ð½Ñ ÑознÑÑ
ÑÑÐ¿Ð°Ñ Ð·Ð½Ð°ÑкоÑ:"
-#: ../data/messages:109 ../data/messages:739
+#: ../data/messages:109 ../data/messages:745
msgid "launchers"
msgstr "знаÑÐºÑ Ð·Ð°Ð¿ÑÑкÑ"
-#: ../data/messages:111 ../data/messages:741
+#: ../data/messages:111 ../data/messages:747
msgid "applications"
msgstr "пÑагÑамÑ"
-#: ../data/messages:113 ../data/messages:743
+#: ../data/messages:113 ../data/messages:749
msgid "applets"
msgstr "аплеÑÑ"
-#: ../data/messages:117 ../data/messages:517
+#: ../data/messages:117 ../data/messages:523
msgid "Choose the default view for main docks :"
msgstr "ÐбÑÑÑÑе вÑд аÑноÑÐ½Ñ Ð¿Ð°Ð½ÑлÑ:"
-#: ../data/messages:119 ../data/messages:521
+#: ../data/messages:119 ../data/messages:527
msgid "You can overwrite this parameter for each sub-dock."
msgstr "ÐÑ Ð¼Ð¾Ð¶Ð°Ñе пеÑазапÑÑанÑÑ
гÑÑÑ Ð¿Ð°ÑамеÑÑ Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð°Ð¹ ÑÑб-панÑлÑ."
-#: ../data/messages:121 ../data/messages:523
+#: ../data/messages:121 ../data/messages:529
msgid "Choose the default view for sub-docks :"
msgstr "ÐбÑÑÑÑе вÑд ÑÑб-панÑлÑ:"
@@ -1373,15 +1328,20 @@
msgid "Add or remove any applet :"
msgstr "ÐадаÑÑ Ð°Ð±Ð¾ вÑдалÑÑÑ Ð°Ð¿Ð»ÐµÑ:"
-#: ../data/messages:131 ../data/messages:1403
+#: ../data/messages:131
+msgid ""
+"You can install them by simply drag-and-dropping the link onto your dock."
+msgstr ""
+
+#: ../data/messages:137 ../data/messages:1427
msgid "Themes"
msgstr "ТÑмÑ"
-#: ../data/messages:133 ../data/messages:1407
+#: ../data/messages:139 ../data/messages:1431
msgid "Choose one of the available themes:"
msgstr "ÐÑбеÑÑÑе Ð°Ð´Ð½Ñ Ð· даÑÑÑпнÑÑ
ÑÑм:"
-#: ../data/messages:137 ../data/messages:1413
+#: ../data/messages:143 ../data/messages:1437
msgid ""
"If you tick this box, your launchers will be deleted and replaced by the "
"ones provided in the new theme. Otherwise the current launchers will be "
@@ -1391,11 +1351,11 @@
"знаÑÐºÑ Ð· пÑадÑÑаÑленай ÑÑмÑ. У адваÑоÑнÑм вÑпадкÑ, бÑгÑÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ "
"бÑдÑÑÑ Ð·Ð°Ñ
Ð°Ð²Ð°Ð½Ñ Ñ ÑолÑÐºÑ ÑÑ
вÑÑÐ²Ñ Ð±ÑдÑÑÑ Ð·Ð°Ð¼ÐµÐ½ÐµÐ½Ñ."
-#: ../data/messages:139 ../data/messages:1415
+#: ../data/messages:145 ../data/messages:1439
msgid "Use the new theme's launchers?"
msgstr "ÐÑкаÑÑÑÑоÑваÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ Ð· новай ÑÑмÑ?"
-#: ../data/messages:141 ../data/messages:1417
+#: ../data/messages:147 ../data/messages:1441
msgid ""
"Otherwise the current behaviour will be kept. This defines the dock's "
"position, behavioural settings such as auto-hide, using taskbar or not, etc."
@@ -1404,11 +1364,11 @@
"ÑазмÑÑÑÑнне на панÑлÑ, паÑамеÑÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑнаÑ, ÑакÑÑ Ñк аÑÑо-ÑÑ
аваннÑ, "
"вÑкаÑÑÑÑанне панÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ Ñ Ð³.д."
-#: ../data/messages:143 ../data/messages:1419
+#: ../data/messages:149 ../data/messages:1443
msgid "Use the new theme's behaviour?"
msgstr "ÐÑкаÑÑÑÑоÑваÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑÐ½Ñ Ð· новай ÑÑмÑ?"
-#: ../data/messages:159 ../data/messages:1337
+#: ../data/messages:165 ../data/messages:1361
msgid ""
"When set to 0 the dock will position itself relative to the left corner if "
"horizontal and the top corner if vertical. When set to 1 it will position "
@@ -1421,15 +1381,15 @@
"гаÑÑзанÑалÑнай - адноÑна пÑавага Ñ Ð²ÐµÑÑÑкалÑнай - адноÑна нÑжнÑга вÑгла Ñ "
"пÑÑ Ð·Ð½Ð°ÑÑÐ½Ð½Ñ 0.5 ÑазмÑÑÑÑнне бÑдзе вÑÑавниваÑÑÑÑ Ð°Ð´Ð½Ð¾Ñна ÑÑÑÑдзÑÐ½Ñ ÑкÑана."
-#: ../data/messages:161 ../data/messages:1339
+#: ../data/messages:167 ../data/messages:1363
msgid "Relative alignment:"
msgstr "ÐÑÑаÑноÑваÑÑ Ð°Ð´Ð½Ð¾Ñна:"
-#: ../data/messages:167
+#: ../data/messages:173 ../data/messages:1365
msgid "Offset from the screen's edge"
msgstr "ÐÑÑÑÑнне ад мÑÐ¶Ñ ÑкÑана"
-#: ../data/messages:169 ../data/messages:1343
+#: ../data/messages:175 ../data/messages:1367
msgid ""
"Gap from the absolute position on the screen's edge, in pixels. You can also "
"move the dock by holding the ALT or CTRL key and the left mouse button."
@@ -1438,11 +1398,11 @@
"пеÑеÑаÑкиваÑÑ Ð¿Ð°Ð½ÑÐ»Ñ ÑÑÑÑмлÑваÑÑÑ Ð½Ð°ÑÑÑнÑÑай клавÑÑÑ ALT або CTRL Ñ Ð»ÐµÐ²Ð°Ð¹ "
"ÐºÐ½Ð¾Ð¿ÐºÑ Ð¼ÑÑÑ."
-#: ../data/messages:171
+#: ../data/messages:177 ../data/messages:1369
msgid "Lateral offset:"
msgstr "Ðакавое зÑÑÑÑнне:"
-#: ../data/messages:173 ../data/messages:1347
+#: ../data/messages:179 ../data/messages:1371
msgid ""
"in pixels. You can also move the dock by holding the ALT or CTRL key and the "
"left mouse button."
@@ -1450,81 +1410,81 @@
"Ñ Ð¿ÑкÑÑлÑÑ
. ТакÑама Ð²Ñ Ð¼Ð¾Ð¶Ð°Ñе пеÑеÑаÑкиваÑÑ Ð¿Ð°Ð½ÑÐ»Ñ ÑÑÑÑмлÑваÑÑÑ Ð½Ð°ÑÑÑнÑÑай "
"клавÑÑÑ ALT або CTRL Ñ Ð»ÐµÐ²Ð°Ð¹ ÐºÐ½Ð¾Ð¿ÐºÑ Ð¼ÑÑÑ."
-#: ../data/messages:175 ../data/messages:1349
+#: ../data/messages:181 ../data/messages:1373
msgid "Distance to the screen edge:"
msgstr "ÐÑÑÑанÑÑÑ Ð´Ð° мÑÐ¶Ñ ÑкÑана:"
-#: ../data/messages:177
+#: ../data/messages:183
msgid "Multiple screens"
msgstr "ÐножнÑÑ ÑкÑанÑ"
-#: ../data/messages:179
+#: ../data/messages:185
msgid ""
"This option is to use if you have a dual-screen and use Xinerama to manage "
"them."
msgstr ""
-#: ../data/messages:181
+#: ../data/messages:187
msgid "Use Xinerama?"
msgstr "ÐÑкаÑÑÑÑоÑваÑÑ Xinerama?"
-#: ../data/messages:183
+#: ../data/messages:189
msgid "0 is the first screen."
msgstr ""
-#: ../data/messages:185 ../data/messages:1353
+#: ../data/messages:191 ../data/messages:1377
msgid "Number of the screen where the dock should be located:"
msgstr "ÐÑмаÑÑ ÑкÑÐ°Ð½Ð°Ñ Ð½Ð° ÑкÑÑ
адлÑÑÑÑоÑваÑÑ Ð¿Ð°Ð½ÑлÑ:"
-#: ../data/messages:187
+#: ../data/messages:193
msgid "Accessibility"
msgstr "ÐадаÑковÑÑ ÐагÑÑмаÑÑÑ"
-#: ../data/messages:221
+#: ../data/messages:227
msgid "in ms. 0 means no delay."
-msgstr ""
+msgstr "Ñ Ð¼Ñ. 0 - без заÑÑÑмакÑ."
-#: ../data/messages:223
+#: ../data/messages:229
msgid "Delay before the dock unhides itself:"
-msgstr ""
+msgstr "ÐаÑÑÑмка пеÑад ÑаÑкÑÑÑÑÑм панÑлÑ:"
-#: ../data/messages:225
+#: ../data/messages:231
msgid "How to call the dock back:"
-msgstr ""
+msgstr "ЯкÑм ÑÑнам вÑклÑкаÑÑ Ð¿Ð°Ð½ÑлÑ:"
-#: ../data/messages:227
+#: ../data/messages:233
msgid "Hit the screen's border"
-msgstr ""
+msgstr "ÐоÑÑк да кÑÐ°Ñ ÑкÑана"
-#: ../data/messages:229
+#: ../data/messages:235
msgid "Hit where the dock is"
-msgstr ""
+msgstr "ÐоÑÑк да меÑÑа дзе панÑлÑ"
-#: ../data/messages:231
+#: ../data/messages:237
msgid "Hit the screen's corner"
-msgstr ""
+msgstr "ÐоÑÑк да кÑÑе ÑкÑана"
-#: ../data/messages:233
+#: ../data/messages:239
msgid "Hit a zone"
-msgstr ""
+msgstr "ÐакÑанÑÑÑ Ð·Ð¾Ð½Ñ"
-#: ../data/messages:235
+#: ../data/messages:241
msgid "Size of the zone :"
-msgstr ""
+msgstr "ÐÐ°Ð¼ÐµÑ Ð·Ð¾Ð½Ñ:"
-#: ../data/messages:237
+#: ../data/messages:243
msgid "Image to display on the zone :"
-msgstr ""
+msgstr "ÐÑÑва Ð´Ð»Ñ Ð·Ð¾Ð½Ñ:"
-#: ../data/messages:243
+#: ../data/messages:249
msgid "Additional parameters"
msgstr "ÐадаÑковÑÑ Ð¿Ð°ÑамеÑÑÑ"
-#: ../data/messages:245
+#: ../data/messages:251
msgid "Stretch the dock to always fill the screen"
msgstr "РаÑÑÑгваÑÑ Ð¿Ð°Ð½ÑÐ»Ñ Ð½Ð° ÑÑÑ ÑÑÑÑÐ½Ñ ÑкÑана?"
-#: ../data/messages:247
+#: ../data/messages:253
msgid ""
"This is only usefull if you do not already use auto-hide and if your Window "
"Manager allows the dock in front of fullscreen windows (which is rare)."
@@ -1533,319 +1493,329 @@
"Ñ Ð²Ð°Ñ Ð°ÐºÐ¾Ð½Ð½Ñ Ð¼ÑнÑджÑÑ Ð´Ð°Ð·Ð²Ð°Ð»Ñе панÑÐ»Ñ Ð±ÑÑÑ Ð½Ð°Ð´ полноÑкÑаннÑÑ
Ð²Ð¾ÐºÐ½Ð°Ñ (ÑÑо "
"ÑÑдка)."
-#: ../data/messages:249
+#: ../data/messages:255
msgid "Automatically hide the dock when a window becomes full screen?"
msgstr "ХаваÑÑ Ð¿Ð°Ð½ÑÐ»Ñ Ð¿ÑÑ ÑазвоÑаÑивании акна на ÑвеÑÑ ÑкÑан?"
-#: ../data/messages:251
+#: ../data/messages:257
msgid "Sub-docks' visibility"
msgstr "ÐаÑнаÑÑÑ ÑÑб-панÑлÑÑ"
-#: ../data/messages:261 ../data/messages:265
+#: ../data/messages:267 ../data/messages:271
msgid "in ms."
msgstr "Ñ Ð¼Ñек."
-#: ../data/messages:263
+#: ../data/messages:269
msgid "Delay before displaying a sub-dock:"
-msgstr ""
+msgstr "ÐаÑÑÑмка з'ÑÑÐ»ÐµÐ½Ð½Ñ ÑÑб-панÑлÑ:"
-#: ../data/messages:267
+#: ../data/messages:273
msgid "Delay before leaving a sub-dock takes effect:"
-msgstr ""
+msgstr "ÐаÑÑÑмка пеÑад ÑжÑÑÑ ÑÑекÑÑ Ð¿ÑÑ Ð¿Ð¾ÐºÐ¸Ð´Ð°Ð½Ð¸Ð¸ ÑÑб-панÑлÑ:"
-#: ../data/messages:269
+#: ../data/messages:275
msgid "TaskBar"
msgstr "ÐанÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ"
-#: ../data/messages:273
+#: ../data/messages:279
msgid ""
"Cairo-Dock will then act as your taskbar. It is recommended to remove any "
"other taskbars."
msgstr ""
+"Cairo-Dock бÑдзе паводзÑÑÑ ÑÑбе Ñк панÑÐ»Ñ Ð·Ð°Ð´Ð°Ñ, ÑÑкамендÑеÑÑа пÑÑбÑаÑÑ ÑÑе "
+"аÑÑаÑнÑÑ Ð¿Ð°Ð½ÑлÑ."
-#: ../data/messages:275
+#: ../data/messages:281
msgid "Show currently opened applications in the dock?"
-msgstr ""
+msgstr "ÐаказваÑÑ Ð·Ð°Ð¿ÑÑÑанÑÑ Ð¿ÑагÑÐ°Ð¼Ñ Ñ Ð¿Ð°Ð½ÑлÑ?"
-#: ../data/messages:277
+#: ../data/messages:283
msgid "Only show icons whose windows are minimised"
-msgstr ""
+msgstr "ÐаказваÑÑ Ð·Ð½Ð°ÑÐºÑ ÑолÑÐºÑ Ð¼ÑнÑмÑзаванÑÑ
вокнаÑ?"
-#: ../data/messages:279
+#: ../data/messages:285
msgid "Only show applications on current desktop"
-msgstr ""
+msgstr "ÐаказваÑÑ Ð¿ÑагÑÐ°Ð¼Ñ ÑолÑÐºÑ ÑÑпеÑаÑнага ÑабоÑага ÑÑала?"
-#: ../data/messages:281
+#: ../data/messages:287
msgid ""
"Allows launchers to act as applications when their programs are running and "
"displays a marker on icons to indicate this. You can launch other occurences "
"of the program with SHIFT+click."
msgstr ""
+"ÐнаÑÐºÑ Ð¿ÑÑкладаннÑÑ Ð±ÑдÑÑÑ ÑÑагаваÑÑ Ñк ÑÐ°Ð¼Ñ Ð¿ÑÑкладаннÑ, ÐºÐ°Ð»Ñ ÑÑ
дадаÑак "
+"запÑÑÑана, пÑÑ Ð³ÑÑÑм на знаÑÐºÑ Ð·'ÑвÑÑÑа СÑгналÑÐ½Ñ ÑндÑкаÑаÑ. ТакÑама, Ð²Ñ "
+"можаÑе запÑÑÑÑÑÑ ÑнÑÑÑ ÐºÐ¾Ð¿ÑÑ Ð´Ð°Ð´Ð°ÑÐºÑ Ð· дапамогай камбÑнаÑÑÑ SHIFT + пÑÑÑÑÑка."
-#: ../data/messages:283
+#: ../data/messages:289
msgid "Mix launchers and applications"
-msgstr ""
+msgstr "Ðб'ÑднаÑÑ Ð·Ð½Ð°ÑÐºÑ Ð·Ð°Ð¿ÑÑÐºÑ Ð· ÑÑ
пÑагÑамамÑ?"
-#: ../data/messages:285
+#: ../data/messages:291
msgid ""
"This allows you to group all the windows of a given application into a "
"unique sub-dock, and to act on all of the windows at the same time."
msgstr ""
+"ÐазволÑÑÑ Ð·Ð³ÑÑпаванÑÑ ÑÑе Ð²Ð¾ÐºÐ½Ñ Ð¿ÑÑнага аплÑкаÑÑÑ Ñ Ð°Ð´Ð½Ð¾Ð¹ ÑÑб-панÑлÑ, ÑÑо "
+"забÑÑпеÑÑÑÑ Ð°Ð´Ð½Ð°ÑаÑовае кÑÑаванне гÑÑÑÐ¼Ñ Ð²Ð¾ÐºÐ½Ð°Ð¼Ñ."
-#: ../data/messages:287
+#: ../data/messages:293
msgid "Group windows from the same application in a sub-dock ?"
-msgstr ""
+msgstr "ÐгÑÑпаваÑÑ Ð²Ð¾ÐºÐ½Ñ Ð°Ð´Ð½Ð¾Ð¹ пÑагÑÐ°Ð¼Ñ Ñ ÑÑб-панÑлÑ?"
-#: ../data/messages:289 ../data/messages:299
+#: ../data/messages:295 ../data/messages:305
msgid "Enter the class of the applications, separated by a semi-colon ';'"
-msgstr ""
+msgstr "ÑвÑдзÑÑе ÐºÐ»Ð°Ñ Ð¿ÑагÑам, падзÑлÑÑÑÑ ÑÑ
знакам \";\""
-#: ../data/messages:291 ../data/messages:301
+#: ../data/messages:297 ../data/messages:307
msgid "\t\tExcept the following classes:"
-msgstr ""
+msgstr "\t\tÐкÑÐ°Ð¼Ñ Ð½Ð°ÑÑÑпнÑÑ
клаÑаÑ:"
-#: ../data/messages:293
+#: ../data/messages:299
msgid "Representation"
msgstr "ÐÑадÑÑаÑленне"
-#: ../data/messages:295
+#: ../data/messages:301
msgid ""
"If not set, the icon provided by X for each application will be used. If "
"set, the same icon as the corresponding launcher will be used for each "
"application."
msgstr ""
+"ÐÐ°Ð»Ñ Ð½Ðµ акÑÑвавана, Ñо Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð°Ð³Ð° пÑÑÐºÐ»Ð°Ð´Ð°Ð½Ð½Ñ Ð±Ñдзе вÑкаÑÑÑÑÐ°Ð½Ñ Ð·Ð½Ð°Ñок "
+"пÑадÑÑаÑÐ»ÐµÐ½Ñ Ð³ÑаÑÑÑнай аÑÑÑоддзем. У адваÑоÑнÑм вÑпадкÑ, бÑдÑÑÑ Ð²ÑкаÑÑÑÑанÑÑ "
+"знаÑÐºÑ ÑамÑÑ
пÑÑкладаннÑÑ."
-#: ../data/messages:297
+#: ../data/messages:303
msgid "Overwrite the X icon with the launchers' icon?"
-msgstr ""
+msgstr "ÐамÑнÑÑÑ Ð·Ð½Ð°ÑÐºÑ Ð¿ÑагÑам?"
-#: ../data/messages:303
+#: ../data/messages:309
msgid ""
"A composite manager is required to display the thumbnail.\n"
"OpenGL is required to draw the icon bent backwards."
msgstr ""
+"ÐампазÑÑÐ½Ñ Ð¼ÐµÐ½ÐµÐ´Ð¶ÑÑ, неабÑ
Ð¾Ð´Ð½Ñ Ð´Ð»Ñ Ð°Ð´Ð»ÑÑÑÑÐ°Ð²Ð°Ð½Ð½Ñ Ð¼ÑнÑÑÑÑÑ.\n"
+"OpenGL паÑÑабÑеÑÑа намалÑваÑÑ Ð°Ð±Ñазок наÑ
ÑлÑÑÑÑ Ð½Ð°Ð·Ð°Ð´."
-#: ../data/messages:305
+#: ../data/messages:311
msgid "How to draw minimised windows ?"
msgstr "Як адлÑÑÑÑаваÑÑ Ð·Ð³Ð¾ÑнÑÑÑÑ Ð²Ð¾ÐºÐ½Ñ?"
-#: ../data/messages:307
+#: ../data/messages:313
msgid "Make the icon transparent"
msgstr "ÐÑабÑÑÑ Ð°Ð±Ñазок пÑазÑÑÑÑÑм"
-#: ../data/messages:309
+#: ../data/messages:315
msgid "Show a window's thumbnail"
-msgstr ""
+msgstr "ÐаказваÑÑ ÑÑкÑÐ·Ñ Ð·Ð³Ð¾ÑнÑÑÑÑ Ð²Ð¾ÐºÐ½Ð°Ñ"
-#: ../data/messages:311
+#: ../data/messages:317
msgid "Draw it bent backwards"
-msgstr ""
+msgstr "ÐалÑваÑÑ Ð· загибом"
-#: ../data/messages:313
+#: ../data/messages:319
msgid "Transparency of icons whose window is minimised:"
-msgstr ""
+msgstr "ÐÑазÑÑÑÑаÑÑÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ (не) згоÑнÑÑÑÑ
вокнаÑ:"
-#: ../data/messages:315 ../data/messages:473 ../data/messages:585
-#: ../data/messages:611 ../data/messages:683
+#: ../data/messages:321 ../data/messages:479 ../data/messages:591
+#: ../data/messages:617 ../data/messages:689
msgid "Opaque"
msgstr "непÑазÑÑÑÑÑ"
-#: ../data/messages:317 ../data/messages:471 ../data/messages:583
-#: ../data/messages:609 ../data/messages:681
+#: ../data/messages:323 ../data/messages:477 ../data/messages:589
+#: ../data/messages:615 ../data/messages:687
msgid "Transparent"
msgstr "пÑазÑÑÑÑÑ"
-#: ../data/messages:319
+#: ../data/messages:325
msgid "Play a short animation of the icon when its window becomes active"
-msgstr ""
+msgstr "ÐнÑмÑÑаваÑÑ Ð·Ð½Ð°Ñок, ÐºÐ°Ð»Ñ Ñго акно ÑÑановÑÑÑа акÑÑÑнÑм?"
-#: ../data/messages:321
+#: ../data/messages:327
msgid "\"...\" will be added at the end if the name is too long."
msgstr ""
"ÐÐ°Ð»Ñ ÑÐ¼Ñ Ñайла занадÑа доÑгае, Ñо да канÑа ÑÐ¼Ñ Ð±Ñдзе дададзена \"...\"."
-#: ../data/messages:323
+#: ../data/messages:329
msgid "Maximum number of caracters in application name:"
-msgstr ""
+msgstr "ÐакÑÑмалÑÐ½Ð°Ñ ÐºÐ¾Ð»ÑкаÑÑÑ Ð·Ð½Ð°ÐºÐ°Ñ Ñ ÑмÑ:"
-#: ../data/messages:325
+#: ../data/messages:331
msgid "Interaction"
msgstr "УзаемадзеÑнне"
-#: ../data/messages:327
+#: ../data/messages:333
msgid "This is the default behaviour of most taskbars."
-msgstr ""
+msgstr "СÑандаÑÑнÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑÐ½Ñ Ð±Ð¾Ð»ÑÑаÑÑÑ Ð¿Ð°Ð½ÑлÑÑ Ð·Ð°Ð´Ð°Ñ."
-#: ../data/messages:329
+#: ../data/messages:335
msgid ""
"Minimise the window when its icon is clicked, if it was already the active "
"window ?"
msgstr ""
+"ÐгаÑнÑÑÑ Ð°ÐºÐ½Ð¾ пÑÑ Ð¿ÑÑÑÑÑÑÑ Ð½Ð° Ñго знаÑкÑ, ÐºÐ°Ð»Ñ Ñ Ð´Ð°Ð´Ð·ÐµÐ½Ñ Ð¼Ð¾Ð¼Ð°Ð½Ñ Ñно акÑÑÑна?"
-#: ../data/messages:331
+#: ../data/messages:337
msgid "In the style of Firefox tabs"
-msgstr ""
+msgstr "Ðа Ð¼Ð°Ð½ÐµÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑÐ½Ð°Ñ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº Firefox."
-#: ../data/messages:333
+#: ../data/messages:339
msgid "Middle-clicking on an icon closes the related application"
-msgstr ""
+msgstr "СÑÑÑднÑÑ Ð¿ÑÑÑÑÑка закÑÑвае звÑзанÑÑ Ð¿ÑагÑамÑ?"
-#: ../data/messages:335
+#: ../data/messages:341
msgid "Highlight applications requiring your attention with a dialog bubble"
-msgstr ""
+msgstr "ÐÐ°Ð»Ñ Ð¿Ð°ÑÑабÑеÑÑа ваÑÑ Ñвага, апавÑÑÑаÑÑ Ð²Ð¾Ð±Ð»Ð°Ñкам напамÑнаÑ?"
-#: ../data/messages:337
+#: ../data/messages:343
msgid "in seconds"
msgstr "Ñ ÑÑкÑндаÑ
"
-#: ../data/messages:339
+#: ../data/messages:345
msgid "Duration of the dialog:"
-msgstr ""
+msgstr "ÐÑаÑÑглаÑÑÑ Ð´ÑÑлогавае акна:"
-#: ../data/messages:341
+#: ../data/messages:347
msgid ""
"It will notify you even if, for instance, you are watching a movie in full "
"screen or you are on another desktop.\n"
msgstr ""
+"ÐÑ Ð°ÑÑÑмаеÑе апавÑÑÑÑнне, Ð½Ð°Ð²Ð°Ñ ÐºÐ°Ð»Ñ Ð²Ñ Ð³Ð»ÑдзÑÑе ÑÑлÑм на поÑнÑм ÑкÑане ÑÑ "
+"знаÑ
одзÑÑеÑÑ Ð½Ð° ÑнÑÑм пÑаÑоÑнÑм ÑÑале.\n"
-#: ../data/messages:343
+#: ../data/messages:349
msgid "Force the following applications to demand your attention"
-msgstr ""
+msgstr "ÐÑÑмÑÑова апавÑÑÑаÑÑ Ð²Ð°Ñ Ð°Ð± наÑÑÑпнÑÑ
пÑагÑамаÑ
?"
-#: ../data/messages:345
+#: ../data/messages:351
msgid "Highlight applications demanding your attention with an animation"
-msgstr ""
+msgstr "ÐÐ°Ð»Ñ Ð¿Ð°ÑÑабÑеÑÑа ваÑа Ñвага, апавÑÑÑаÑÑ Ð· дапамогай анÑмаÑÑÑ?"
-#: ../data/messages:349
+#: ../data/messages:355
msgid "Animations speed"
msgstr "Ð¥ÑÑкаÑÑÑ Ð°Ð½ÑмаÑÑÑ"
-#: ../data/messages:351
+#: ../data/messages:357
msgid "Animate sub-docks when they appear"
-msgstr ""
+msgstr "ÐнÑмÑÑаванÑÑ ÑÑб-панÑÐ»Ñ Ð¿ÑÑ Ð·'ÑÑленнÑ?"
-#: ../data/messages:353
+#: ../data/messages:359
msgid ""
"Icons will appear folded on themselves and will then unfold until they fill "
"the whole dock. The smaller this value, the faster this will be."
msgstr ""
+"ÐнаÑÐºÑ Ð·'ÑвÑÑÑа згоÑнÑÑÑÑ Ñ ÑÑбе, заÑÑм ÑÐ½Ñ Ð¿Ð°ÑнÑÑÑ ÑазгоÑÑваÑÑа да ÑÑÑ
"
+"ÑаÑоÑ, пакÑÐ»Ñ Ð½Ðµ запоÑнÑÑÑ ÑÑÑ Ð¿Ð°Ð½ÑлÑ. ЧÑм Ð¼ÐµÐ½Ñ Ð·Ð½Ð°ÑÑнне, ÑÑм Ñ
ÑÑÑÑй "
+"ÑазгоÑнÑÑÑа."
-#: ../data/messages:355
+#: ../data/messages:361
msgid "Animation unfolding duration:"
msgstr ""
-#: ../data/messages:357 ../data/messages:365 ../data/messages:369
-#: ../data/messages:377 ../data/messages:381
+#: ../data/messages:363 ../data/messages:371 ../data/messages:375
+#: ../data/messages:383 ../data/messages:387
msgid "fast"
msgstr "Ñ
ÑÑка"
-#: ../data/messages:359 ../data/messages:367 ../data/messages:371
-#: ../data/messages:379 ../data/messages:383
+#: ../data/messages:365 ../data/messages:373 ../data/messages:377
+#: ../data/messages:385 ../data/messages:389
msgid "slow"
msgstr "паволÑна"
-#: ../data/messages:361 ../data/messages:373
+#: ../data/messages:367 ../data/messages:379
msgid "The more there are, the slower it will be"
msgstr "ЧÑм болÑÑ Ð·Ð½Ð°ÑÑнне, ÑÑм болÑÑ Ð¿Ð°Ð²Ð¾Ð»Ñна ÑаÑкÑÑÑÑÑ"
-#: ../data/messages:363
+#: ../data/messages:369
msgid "Number of steps in the zoom animation (grow/shrink):"
msgstr ""
-#: ../data/messages:375
+#: ../data/messages:381
msgid "Number of steps in the auto-hide animation (move up/move down):"
msgstr ""
-#: ../data/messages:385
+#: ../data/messages:391
msgid "Refresh rate"
msgstr ""
-#: ../data/messages:387 ../data/messages:391 ../data/messages:395
+#: ../data/messages:393 ../data/messages:397 ../data/messages:401
msgid "in Hz. This is to adjust behaviour relative to your CPU power."
msgstr ""
-#: ../data/messages:389
+#: ../data/messages:395
msgid "Refresh rate when mouving cursor into the dock :"
msgstr ""
-#: ../data/messages:393
+#: ../data/messages:399
msgid "Animation frequency for the OpenGL backend :"
msgstr ""
-#: ../data/messages:397
+#: ../data/messages:403
msgid "Animation frequency for the Cairo backend :"
msgstr ""
-#: ../data/messages:399
+#: ../data/messages:405
msgid ""
"The transparency gradation pattern will then be re-calculated in real time. "
"May need more CPU power."
msgstr ""
-#: ../data/messages:401
+#: ../data/messages:407
msgid "Reflections should be calculated in real-time?"
msgstr ""
-#: ../data/messages:403
+#: ../data/messages:409
msgid "Label readability"
msgstr "ЧÑÑалÑнаÑÑÑ Ð¿Ð¾Ð´Ð¿ÑÑаÑ"
-#: ../data/messages:405
+#: ../data/messages:411
msgid "Should the labels always be horizontal, even when dock is vertical?"
msgstr ""
-#: ../data/messages:407
+#: ../data/messages:413
msgid ""
"the bigger, the more the labels next to the selected icon will be "
"transparent."
msgstr ""
-#: ../data/messages:409
+#: ../data/messages:415
msgid "label's visibility threshold :"
msgstr "ÐаÑог адлÑÑÑÑÐ°Ð²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð´Ð¿ÑÑаÑ:"
-#: ../data/messages:411
+#: ../data/messages:417
msgid "Configure labels appearence."
msgstr "ÐнеÑÐ½Ñ Ð²ÑглÑд подпÑÑаÑ."
-#: ../data/messages:413
+#: ../data/messages:419
msgid "Composition"
msgstr "ÐампазÑÑнаÑÑÑ"
-#: ../data/messages:415
+#: ../data/messages:421
msgid ""
"Only use this if you don't run a composite manager like Compiz, xcompmgr, "
"etc and have a black background around your dock. For aesthetic reasons, the "
"dock will be kept under other windows."
msgstr ""
-#: ../data/messages:417
+#: ../data/messages:423
msgid "Emulate composition with fake transparency?"
msgstr ""
-#: ../data/messages:419
+#: ../data/messages:425
msgid "You need to re-open the panel. It is deactivated by default on KDE."
msgstr ""
"Ðам ÑпаÑÑÑбÑÑÑа пеÑеоÑкÑÑÑÑ Ð¿Ð°Ð½ÑлÑ. ÐÑÑÑ Ð¿Ð°ÑамеÑÑ Ð¿Ð° змоÑÑÐ²Ð°Ð½Ð½Ñ Ð´ÑакÑÑÐ²Ð°Ð²Ð°Ñ "
"Ñ KDE."
-#: ../data/messages:421
+#: ../data/messages:427
msgid "Make the config panel transparent?"
msgstr ""
-#: ../data/messages:423
-msgid "Files"
-msgstr "ФайлÑ"
-
-#: ../data/messages:425
-msgid "Show hidden files?"
-msgstr ""
-
-#: ../data/messages:427
-msgid "Connection to the themes' server"
-msgstr ""
-
#: ../data/messages:429
+msgid "Connection to the Internet"
+msgstr ""
+
+#: ../data/messages:431
msgid ""
"Maximum time in seconds that you allow the connection to the server to take. "
"This only limits the connection phase, once the dock has connected this "
@@ -1855,237 +1825,249 @@
"на Ñазе падклÑÑÑннÑ, г.зн. Ñк ÑолÑÐºÑ Ð°Ð´Ð±ÑдзеÑÑа падклÑÑÑнне, гÑÑÑ Ð¿Ð°ÑамеÑÑ "
"не бÑдзе болÑÑ Ð²ÑкаÑÑÑÑоÑваÑÑа."
-#: ../data/messages:431
-msgid "Connection timeout to the themes' server :"
-msgstr ""
-
#: ../data/messages:433
+msgid "Connection timeout :"
+msgstr ""
+
+#: ../data/messages:435
msgid ""
"Maximum time in seconds that you allow the whole operation to last. Some "
"themes can be up to a few MB."
msgstr ""
-#: ../data/messages:435
-msgid "Maximum time to download a theme:"
-msgstr ""
-
#: ../data/messages:437
+msgid "Maximum time to download a file:"
+msgstr ""
+
+#: ../data/messages:439
+msgid "Use this option if you experience problems to connect."
+msgstr ""
+
+#: ../data/messages:441
+msgid "Force IPv4 ?"
+msgstr ""
+
+#: ../data/messages:443
msgid "Use this option if you connect to the Internet through a proxy."
msgstr ""
-#: ../data/messages:439
+#: ../data/messages:445
msgid "Are you behind a proxy ?"
msgstr ""
-#: ../data/messages:441
+#: ../data/messages:447
msgid "Proxy name :"
msgstr ""
-#: ../data/messages:443
+#: ../data/messages:449
msgid "Port :"
msgstr ""
-#: ../data/messages:445 ../data/messages:449
+#: ../data/messages:451 ../data/messages:455
msgid ""
"Let empty if you don't need to log-in to the proxy with a user/password."
msgstr ""
-#: ../data/messages:447 ../data/messages:451
+#: ../data/messages:453
+msgid "User :"
+msgstr ""
+
+#: ../data/messages:457
msgid "Password :"
msgstr ""
-#: ../data/messages:455 ../data/messages:1385
+#: ../data/messages:461 ../data/messages:1409
msgid "Fill the background with:"
msgstr ""
-#: ../data/messages:457 ../data/messages:463 ../data/messages:757
-#: ../data/messages:1389
+#: ../data/messages:463 ../data/messages:469 ../data/messages:763
+#: ../data/messages:1413
msgid "Image"
msgstr "ÐÑÑвай"
-#: ../data/messages:459 ../data/messages:479 ../data/messages:1391
+#: ../data/messages:465 ../data/messages:485 ../data/messages:1415
msgid "Colour gradation"
msgstr ""
-#: ../data/messages:461
+#: ../data/messages:467
msgid "Use a background image."
msgstr "ÐÑкаÑÑÑÑоÑваÑÑ Ð²ÑÑÐ²Ñ Ð·Ð°Ð´Ð½Ñга ÑонÑ."
-#: ../data/messages:465 ../data/messages:1393
+#: ../data/messages:471 ../data/messages:1417
msgid ""
"Any format allowed; if empty, the colour gradation will be used as a fall "
"back."
msgstr ""
-#: ../data/messages:467 ../data/messages:1395
+#: ../data/messages:473 ../data/messages:1419
msgid "Image filename to use as a background :"
msgstr ""
-#: ../data/messages:469
+#: ../data/messages:475
msgid "Image's transparency :"
msgstr "ÐÑазÑÑÑÑаÑÑÑ Ð²ÑÑвÑ:"
-#: ../data/messages:475 ../data/messages:1397
+#: ../data/messages:481 ../data/messages:1421
msgid "Repeat image as a pattern to fill background?"
msgstr ""
-#: ../data/messages:477
+#: ../data/messages:483
msgid "Use a colour gradation."
msgstr ""
-#: ../data/messages:481 ../data/messages:1399
+#: ../data/messages:487 ../data/messages:1423
msgid "Bright colour:"
msgstr ""
-#: ../data/messages:483 ../data/messages:1401
+#: ../data/messages:489 ../data/messages:1425
msgid "Dark colour:"
msgstr ""
-#: ../data/messages:485
+#: ../data/messages:491
msgid "In degrees, in relation to the vertical"
msgstr "У гÑадÑÑаÑ
, адноÑна веÑÑÑкалÑ."
-#: ../data/messages:487
+#: ../data/messages:493
msgid "Angle of the gradation :"
msgstr "ÐÑÑ Ð½Ð°ÐºÐ¾Ð»Ð½Ð° гÑадÑенÑÑ:"
-#: ../data/messages:489
+#: ../data/messages:495
msgid "If not nul, it will form stripes."
msgstr "ÐÐ°Ð»Ñ Ð½Ðµ нÑлÑ, Ñо бÑдзе вÑкаÑÑÑÑÐ°Ð½Ð°Ñ ÑоÑма полоÑок."
-#: ../data/messages:491
+#: ../data/messages:497
msgid "Repeat the gradation this number of times:"
msgstr ""
-#: ../data/messages:493
+#: ../data/messages:499
msgid "Percentage of the bright colour:"
msgstr ""
-#: ../data/messages:495
+#: ../data/messages:501
msgid "External Frame"
msgstr ""
-#: ../data/messages:497 ../data/messages:501 ../data/messages:507
-#: ../data/messages:555 ../data/messages:655
+#: ../data/messages:503 ../data/messages:507 ../data/messages:513
+#: ../data/messages:561 ../data/messages:661
msgid "in pixels."
msgstr "Ñ Ð¿ÑкÑÑлÑÑ
."
-#: ../data/messages:499
+#: ../data/messages:505
msgid "Corner radius :"
msgstr "РадÑÑÑ Ð·Ð°ÐºÑÑгленÑÑ
кÑÑоÑ:"
-#: ../data/messages:503
+#: ../data/messages:509
msgid "Linewidth of the external line :"
msgstr ""
-#: ../data/messages:505
+#: ../data/messages:511
msgid "Colour of the external line:"
msgstr ""
-#: ../data/messages:509
+#: ../data/messages:515
msgid "Margin between the frame and the icons or their reflects :"
msgstr "ÐдлеглаÑÑÑ Ð°Ð´ ÑÐ°Ð¼ÐºÑ Ð´Ð° знаÑÐºÐ¾Ñ Ð°Ð±Ð¾ ÑÑ
адлÑÑÑÑаваннÑÑ:"
-#: ../data/messages:511
+#: ../data/messages:517
msgid "Are the bottom left and right corners rounded?"
msgstr ""
-#: ../data/messages:515
+#: ../data/messages:521
msgid "Main Dock"
msgstr "ÐÑноÑÐ½Ð°Ñ Ð¿Ð°Ð½ÑлÑ"
-#: ../data/messages:519
+#: ../data/messages:525
msgid "Sub-Docks"
msgstr "СÑб-панÑлÑ"
-#: ../data/messages:525
+#: ../data/messages:531
msgid ""
"You can specify a ratio for the size of the sub-docks' icons, in relation to "
"the main docks' icons size"
msgstr ""
-#: ../data/messages:527
+#: ../data/messages:533
msgid "Ratio for the size of the sub-docks' icons :"
msgstr "ÐдноÑÑÐ½Ñ Ð¿Ð°Ð¼ÐµÑÐ°Ñ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ð½Ð° ÑÑб-панÑлÑÑ
:"
-#: ../data/messages:529 ../data/messages:797
+#: ../data/messages:535 ../data/messages:803
msgid "smaller"
msgstr "менÑÑ"
-#: ../data/messages:531
+#: ../data/messages:537
msgid "same size"
msgstr "аднолÑкавага памеÑÑ"
-#: ../data/messages:533
+#: ../data/messages:539
msgid "Dialogs"
msgstr "ÐÑÑлогÑ"
-#: ../data/messages:535
+#: ../data/messages:541
msgid "Bubble"
msgstr "ÐоблаÑка нагадваннÑ"
-#: ../data/messages:537
+#: ../data/messages:543
msgid "Background colour of the bubble:"
msgstr ""
-#: ../data/messages:539
+#: ../data/messages:545
msgid "Shape of the bubble:"
msgstr ""
-#: ../data/messages:541
+#: ../data/messages:547
msgid "Text"
msgstr "ТÑкÑÑ"
-#: ../data/messages:543 ../data/messages:833
+#: ../data/messages:549 ../data/messages:839
msgid "Otherwise the default's system one will be used."
msgstr ""
-#: ../data/messages:545
+#: ../data/messages:551
msgid "Use a custom font for the text?"
msgstr ""
-#: ../data/messages:547
+#: ../data/messages:553
msgid "Text font:"
msgstr ""
-#: ../data/messages:549 ../data/messages:839
+#: ../data/messages:555 ../data/messages:845
msgid "Draw the outline of the text?"
msgstr ""
-#: ../data/messages:551
+#: ../data/messages:557
msgid "Text color:"
msgstr ""
-#: ../data/messages:553 ../data/messages:613
+#: ../data/messages:559 ../data/messages:619
msgid "Buttons"
msgstr "ÐнопкÑ"
-#: ../data/messages:557
+#: ../data/messages:563
msgid "Size of buttons in the info-bubbles (width x height) :"
msgstr "ÐÐ°Ð¼ÐµÑ ÐºÐ½Ð¾Ð¿Ð°Ðº Ñ Ð²Ð¾Ð±Ð»Ð°ÑÐºÐ°Ñ Ð½Ð°Ð¿Ð°Ð¼Ñн (ÑÑÑÑÐ½Ñ Ñ
вÑÑÑнÑ):"
-#: ../data/messages:559 ../data/messages:563 ../data/messages:617
-#: ../data/messages:621 ../data/messages:625 ../data/messages:629
+#: ../data/messages:565 ../data/messages:569 ../data/messages:623
+#: ../data/messages:627 ../data/messages:631 ../data/messages:635
msgid "If you don't provide any, a default image will be used."
msgstr "ÐÐ°Ð»Ñ Ð½ÑÑога не пакажÑÑе, Ñо бÑдзе вÑкаÑÑÑÑана ÑÑандаÑÑнае вÑÑва."
-#: ../data/messages:561
+#: ../data/messages:567
msgid "Name of an image to use for the yes/ok button :"
msgstr "ÐÑÑва да кнопак Так / Ðе:"
-#: ../data/messages:565
+#: ../data/messages:571
msgid "Name of an image to use for the no/cancel button :"
msgstr "ÐÑÑва Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿Ð°Ðº ÐÐµÑ / Ðдмена:"
-#: ../data/messages:567
+#: ../data/messages:573
msgid "Size of the icon displayed next to the text :"
msgstr "ÐÐ°Ð¼ÐµÑ Ð·Ð½Ð°Ñка Ð¿Ð¾Ð±Ð°Ñ Ð· ÑÑкÑÑам:"
-#: ../data/messages:571
+#: ../data/messages:577
msgid "Decorations"
msgstr "ÐÑаÑмленне"
-#: ../data/messages:573
+#: ../data/messages:579
msgid ""
"This can be customized for each desklet separately.\n"
"Choose 'Custom decoration' to define your own decorations below"
@@ -2093,172 +2075,172 @@
"ÐÑ Ð¼Ð¾Ð¶Ð°Ñе наладзÑÑÑ Ð°Ñобна Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð°Ð³Ð° деÑклеÑа аÑобна.\n"
"ÐÑбеÑÑÑе 'ÐмÑнÑÑÑ Ð°ÑаÑмленне', каб наладзÑÑÑ Ñго ÑамаÑÑойна."
-#: ../data/messages:575
+#: ../data/messages:581
msgid "Choose a default decoration for all desklets :"
msgstr "ÐÑбеÑÑÑе аÑаÑмленне Ð´Ð»Ñ ÑÑÑÑ
деÑклеÑов:"
-#: ../data/messages:577
+#: ../data/messages:583
msgid ""
"It's an image that will be displayed below the drawings, like a frame for "
"example. Leave empty to not use any."
msgstr ""
-#: ../data/messages:579
+#: ../data/messages:585
msgid "Background image :"
msgstr "Фонавае вÑÑва:"
-#: ../data/messages:581
+#: ../data/messages:587
msgid "Background transparency :"
msgstr ""
-#: ../data/messages:587
+#: ../data/messages:593
msgid "in pixels. Use this to adjust the left position of the drawings."
msgstr "Ñ Ð¿ÑкÑÑлÑÑ
. ÐÑзнаÑае левÑÑ Ð¿Ð°Ð·ÑÑÑÑ Ð¼Ð°Ð»Ñнка."
-#: ../data/messages:589
+#: ../data/messages:595
msgid "Left offset :"
msgstr "Ðевае зÑÑÑÑнне:"
-#: ../data/messages:591
+#: ../data/messages:597
msgid "in pixels. Use this to adjust the top position of the drawings."
msgstr "Ñ Ð¿ÑкÑÑлÑÑ
. ÐÑзнаÑае веÑÑ
нÑÑ Ð¿Ð°Ð·ÑÑÑÑ Ð¼Ð°Ð»Ñнка."
-#: ../data/messages:593
+#: ../data/messages:599
msgid "Top offset :"
msgstr "ÐеÑÑ
нÑе зÑÑÑÑнне:"
-#: ../data/messages:595
+#: ../data/messages:601
msgid "in pixels. Use this to adjust the right position of the drawings."
msgstr "Ñ Ð¿ÑкÑÑлÑÑ
. ÐÑзнаÑае пÑавÑÑ Ð¿Ð°Ð·ÑÑÑÑ Ð¼Ð°Ð»Ñнка."
-#: ../data/messages:597
+#: ../data/messages:603
msgid "Right offset :"
msgstr "ÐÑавае зÑÑÑÑнне:"
-#: ../data/messages:599
+#: ../data/messages:605
msgid "in pixels. Use this to adjust the bottom position of the drawings."
msgstr "Ñ Ð¿ÑкÑÑлÑÑ
. ÐÑзнаÑае нÑжнÑÑ Ð¿Ð°Ð·ÑÑÑÑ Ð¼Ð°Ð»Ñнка."
-#: ../data/messages:601
+#: ../data/messages:607
msgid "Bottom offset :"
msgstr "ÐÑжнÑе зÑÑÑÑнне:"
-#: ../data/messages:603
+#: ../data/messages:609
msgid ""
"It's an image that will be displayed above the drawings, like a reflection "
"for example. Leave empty to not use any."
msgstr ""
-#: ../data/messages:605
+#: ../data/messages:611
msgid "Foreground image :"
msgstr "ÐÑÑва пÑÑÑднÑга плана:"
-#: ../data/messages:607
+#: ../data/messages:613
msgid "Foreground tansparency :"
msgstr "ÐÑазÑÑÑÑаÑÑÑ Ð¿ÑÑÑднÑга плана:"
-#: ../data/messages:615
+#: ../data/messages:621
msgid "Buttons size :"
msgstr "ÐÐ°Ð¼ÐµÑ ÐºÐ½Ð¾Ð¿Ð°Ðº:"
-#: ../data/messages:619 ../data/messages:631
+#: ../data/messages:625 ../data/messages:637
msgid "Name of an image to use for the 'rotate' button :"
msgstr "ÐÑÑва Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÑ 'кÑÑÑÑÑÑа':"
-#: ../data/messages:623
+#: ../data/messages:629
msgid "Name of an image to use for the 'reattach' button :"
msgstr ""
-#: ../data/messages:627
+#: ../data/messages:633
msgid "Name of an image to use for the 'depth rotate' button :"
msgstr ""
-#: ../data/messages:635
+#: ../data/messages:641
msgid "Icons' themes"
msgstr "ТÑÐ¼Ñ Ð·Ð½Ð°ÑкоÑ"
-#: ../data/messages:639
+#: ../data/messages:645
msgid "Choose an icon theme :"
msgstr "ÐÑбеÑÑÑе ÑÑÐ¼Ñ Ð·Ð½Ð°ÑкоÑ:"
-#: ../data/messages:641
+#: ../data/messages:647
msgid ""
"Any format allowed; leave this field empty if you don't want to use an image "
"as background."
msgstr ""
-#: ../data/messages:643
+#: ../data/messages:649
msgid "Image filename to use as a background for icons :"
msgstr ""
-#: ../data/messages:645
+#: ../data/messages:651
msgid "Zoom effect"
msgstr "ÐÑÐµÐºÑ Ð½Ð°Ð±Ð»ÑжÑннÑ"
-#: ../data/messages:647
+#: ../data/messages:653
msgid ""
"set to 1 if you don't want the icons to zoom when you hover over them."
msgstr ""
-#: ../data/messages:649
+#: ../data/messages:655
msgid "Maximum zoom of the icons :"
msgstr "ÐакÑÑмалÑнае павелÑÑÑнне знаÑкоÑ:"
-#: ../data/messages:651
+#: ../data/messages:657
msgid ""
"in pixels. Outside of this space (centered on the mouse), there is no zoom."
msgstr ""
-#: ../data/messages:653
+#: ../data/messages:659
msgid "Width of the space in which the zoom will be effective :"
msgstr ""
-#: ../data/messages:657
+#: ../data/messages:663
msgid "Space between icons :"
msgstr "ÐдлеглаÑÑÑ Ð¿Ð°Ð¼Ñж знаÑкамÑ:"
-#: ../data/messages:659
+#: ../data/messages:665
msgid "Reflections"
msgstr "ÐдбÑÑкÑ"
-#: ../data/messages:661
+#: ../data/messages:667
msgid ""
"It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 "
"reflections are not used."
msgstr ""
-#: ../data/messages:663
+#: ../data/messages:669
msgid "Reflective power of the plane :"
msgstr ""
-#: ../data/messages:665
+#: ../data/messages:671
msgid "light"
msgstr "Ñлаба"
-#: ../data/messages:667
+#: ../data/messages:673
msgid "strong"
msgstr "моÑна"
-#: ../data/messages:669
+#: ../data/messages:675
msgid ""
"In percent of the icon's size. This parameter influence the total height of "
"the dock."
msgstr ""
"У пÑаÑÑнÑаÑ
ад памеÑÑ Ð·Ð½Ð°Ñка. ÐÑÑÑ Ð¿Ð°ÑамеÑÑ ÑплÑвае на агÑлÑÐ½Ñ Ð¿Ð°Ð¼ÐµÑ Ð¿Ð°Ð½ÑлÑ."
-#: ../data/messages:671
+#: ../data/messages:677
msgid "Height of the reflection:"
msgstr ""
-#: ../data/messages:673
+#: ../data/messages:679
msgid "small"
msgstr "нÑзка"
-#: ../data/messages:675
+#: ../data/messages:681
msgid "tall"
msgstr "вÑÑока"
-#: ../data/messages:677
+#: ../data/messages:683
msgid ""
"It is their transparency when the dock is at rest; they will \"materialize\" "
"progressively as the dock grows up. The closer to 0, the more transparent "
@@ -2268,97 +2250,97 @@
"\"маÑÑÑÑÑлÑзаÑÑа\" па меÑÑ Ð·'ÑÑÐ»ÐµÐ½Ð½Ñ Ð¿Ð°Ð½ÑлÑ. ЧÑм блÑжÑй знаÑÑнне да 0, ÑÑм "
"пÑазÑÑÑÑай ÑÐ½Ñ Ð±ÑдÑÑÑ."
-#: ../data/messages:679
+#: ../data/messages:685
msgid "Icons' transparency at rest :"
msgstr "ÐÑазÑÑÑÑаÑÑÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ñ ÑÑане ÑпакоÑ:"
-#: ../data/messages:685
+#: ../data/messages:691
msgid "Icons size"
msgstr "ÐÐ°Ð¼ÐµÑ Ð·Ð½Ð°ÑкоÑ"
-#: ../data/messages:687
+#: ../data/messages:693
msgid "Launcher's size at rest (width x height) :"
msgstr "ÐÐ°Ð¼ÐµÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ð·Ð°Ð¿ÑÑÐºÑ Ñ ÑÑане ÑÐ¿Ð°ÐºÐ¾Ñ (ÑÑÑÑÐ½Ñ Ñ
вÑÑÑнÑ):"
-#: ../data/messages:689
+#: ../data/messages:695
msgid "Application's size at rest (width x height) :"
msgstr ""
-#: ../data/messages:691
+#: ../data/messages:697
msgid "Applet's size at rest (width x height) :"
msgstr "ÐÐ°Ð¼ÐµÑ Ð°Ð¿Ð»ÐµÑÐ°Ñ Ñ ÑÑане ÑÐ¿Ð°ÐºÐ¾Ñ (ÑÑÑÑÐ½Ñ Ñ
вÑÑÑнÑ):"
-#: ../data/messages:693
+#: ../data/messages:699
msgid "Configure icons' animations."
msgstr "ÐаладзÑÑÑ Ð°Ð½ÑмаÑÑÑ Ð·Ð½Ð°ÑкоÑ."
-#: ../data/messages:695
+#: ../data/messages:701
msgid "Configure icons' special effects (requires OpenGL)."
msgstr "ÐаладзÑÑÑ ÑпеÑÑÑлÑнÑÑ ÑÑекÑÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ (паÑÑабÑеÑÑа падÑÑÑмка OpenGL)."
-#: ../data/messages:697
+#: ../data/messages:703
msgid ""
"Configure icons' animations on appearing/disappearing (require OpenGL "
"capacity)."
msgstr ""
-#: ../data/messages:699
+#: ../data/messages:705
msgid "Separators"
msgstr "ÐадзелÑнÑкÑ"
-#: ../data/messages:701
+#: ../data/messages:707
msgid "Icon size at rest (width x height) :"
msgstr "ÐÐ°Ð¼ÐµÑ Ð·Ð½Ð°ÑÐºÐ¾Ñ Ñ ÑÑане ÑÐ¿Ð°ÐºÐ¾Ñ (ÑÑÑÑÐ½Ñ Ñ
вÑÑÑнÑ):"
-#: ../data/messages:703
+#: ../data/messages:709
msgid "Force separator's image size to stay constant?"
msgstr ""
-#: ../data/messages:705
+#: ../data/messages:711
msgid ""
"Only the default, 3D-plane and curve views support flat and physical "
"separators. Flat separators are rendered differently according to the view."
msgstr ""
-#: ../data/messages:707
+#: ../data/messages:713
msgid "How to draw the separators?"
msgstr ""
-#: ../data/messages:709
+#: ../data/messages:715
msgid "Use an image."
msgstr ""
-#: ../data/messages:711
+#: ../data/messages:717
msgid "Flat separator"
msgstr "ÐлоÑÐºÑ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑк"
-#: ../data/messages:713
+#: ../data/messages:719
msgid "Physical separator"
msgstr "ФÑзÑÑÐ½Ñ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑк"
-#: ../data/messages:715
+#: ../data/messages:721
msgid "If you don't provide one, blanks will be used."
msgstr "ÐÐ°Ð»Ñ Ð²Ñ Ð½ÑÑога не дадÑÑе, бÑдзе вÑкаÑÑÑÑоÑваÑÑа ÑÑÑÑÑ."
-#: ../data/messages:717
+#: ../data/messages:723
msgid "Filename of an image to use for separators :"
msgstr "ÐÑÑва Ð´Ð»Ñ Ð¿Ð°Ð´Ð·ÐµÐ»ÑнÑка:"
-#: ../data/messages:719
+#: ../data/messages:725
msgid ""
"Make the separator's image revolve when dock is on top/on the left/on the "
"right?"
msgstr ""
-#: ../data/messages:721
+#: ../data/messages:727
msgid "Colour of flat separators :"
msgstr ""
-#: ../data/messages:723
+#: ../data/messages:729
msgid "Icons order"
msgstr "ÐаÑадак знаÑкоÑ"
-#: ../data/messages:725
+#: ../data/messages:731
msgid ""
"If you separate a type of icons, the icons of this type will be placed "
"together, separated from the others by a separator.\n"
@@ -2367,95 +2349,95 @@
"launcher if they have one, or after the last launcher."
msgstr ""
-#: ../data/messages:729 ../data/messages:825
+#: ../data/messages:735 ../data/messages:831
msgid "No"
msgstr "Ðе"
-#: ../data/messages:731
+#: ../data/messages:737
msgid "Separate applications from others"
msgstr "ÐддзÑлÑÑÑ Ð¿ÑагÑÐ°Ð¼Ñ Ð°Ð´ аÑÑаÑнÑÑ
"
-#: ../data/messages:733
+#: ../data/messages:739
msgid "Separate applets from others"
msgstr "ÐддзÑлÑÑÑ Ð°Ð¿Ð»ÐµÑÑ Ð°Ð´ аÑÑаÑнÑÑ
"
-#: ../data/messages:735
+#: ../data/messages:741
msgid "Separate all"
msgstr "ÐÑобна ÑÑе"
-#: ../data/messages:745
+#: ../data/messages:751
msgid "Link the icons with a string"
msgstr "ÐвÑзаÑÑ Ð·Ð½Ð°Ñок Ñа ÑÑÑоÑкай"
-#: ../data/messages:747
+#: ../data/messages:753
msgid "Linewidth of the string, in pixels (0 to not use string) :"
msgstr "ШÑÑÑÐ½Ñ Ð»ÑнÑÑ Ñадка, Ñ Ð¿ÑкÑÑлÑÑ
(0 - не вÑкаÑÑÑÑоÑваÑÑ Ñадок):"
-#: ../data/messages:749
+#: ../data/messages:755
msgid "Colour of the string (red, blue, green, alpha) :"
msgstr ""
-#: ../data/messages:753
+#: ../data/messages:759
msgid "Indicator of the active window"
msgstr ""
-#: ../data/messages:755
+#: ../data/messages:761
msgid "Type of indicator:"
msgstr ""
-#: ../data/messages:759
+#: ../data/messages:765
msgid "Frame"
msgstr ""
-#: ../data/messages:761 ../data/messages:779 ../data/messages:817
+#: ../data/messages:767 ../data/messages:785 ../data/messages:823
msgid "Image file:"
msgstr ""
-#: ../data/messages:763
+#: ../data/messages:769
msgid "Set transparency to 0 if you don't want to use an indicator."
msgstr ""
-#: ../data/messages:765
+#: ../data/messages:771
msgid "Colour of the frame :"
msgstr ""
-#: ../data/messages:767
+#: ../data/messages:773
msgid "Set 0 to fill the frame."
msgstr ""
-#: ../data/messages:769
+#: ../data/messages:775
msgid "Linewidth of the frame around the active window :"
msgstr ""
-#: ../data/messages:771
+#: ../data/messages:777
msgid "Corner radius of the frame around the active window :"
msgstr ""
-#: ../data/messages:773 ../data/messages:805
+#: ../data/messages:779 ../data/messages:811
msgid "Draw indicator above the icon?"
msgstr ""
-#: ../data/messages:775
+#: ../data/messages:781
msgid "Indicator of active launcher"
msgstr ""
-#: ../data/messages:777
+#: ../data/messages:783
msgid ""
"Indicators are drawn on launchers icons to show that they have already been "
"launched. Leave blank to use the default one."
msgstr ""
-#: ../data/messages:781
+#: ../data/messages:787
msgid ""
"The indicator is drawn on active launchers, but you may want to display it "
"on applications too."
msgstr ""
-#: ../data/messages:783
+#: ../data/messages:789
msgid "Display an indicator on application icons too ?"
msgstr ""
-#: ../data/messages:785
+#: ../data/messages:791
msgid ""
"Relatively to the icons' size. You can use this parameter to adjust the "
"indicator's vertical position.\n"
@@ -2463,11 +2445,11 @@
"otherwise downwards."
msgstr ""
-#: ../data/messages:787
+#: ../data/messages:793
msgid "Vertical offset :"
msgstr ""
-#: ../data/messages:789
+#: ../data/messages:795
msgid ""
"If the indicator is linked to the icon, it will then be zoomed like the icon "
"and the offset will be upwards.\n"
@@ -2475,112 +2457,112 @@
"downwards."
msgstr ""
-#: ../data/messages:791
+#: ../data/messages:797
msgid "Link the indicator with its icon?"
msgstr ""
-#: ../data/messages:793
+#: ../data/messages:799
msgid ""
"You can choose to make the indicator smaller or bigger than the icons. The "
"bigger the value is, the bigger the indicator is. 1 means the indicator will "
"have the same size as the icons."
msgstr ""
-#: ../data/messages:795
+#: ../data/messages:801
msgid "Indicator size ratio :"
msgstr ""
-#: ../data/messages:799
+#: ../data/messages:805
msgid "bigger"
msgstr ""
-#: ../data/messages:801
+#: ../data/messages:807
msgid ""
"Use it to make the indicator follow the orientation of the dock "
"(top/bottom/right/left)."
msgstr ""
-#: ../data/messages:803
+#: ../data/messages:809
msgid "Rotate the indicator with dock?"
msgstr ""
-#: ../data/messages:807
+#: ../data/messages:813
msgid "Indicator of grouped windows"
msgstr ""
-#: ../data/messages:809
+#: ../data/messages:815
msgid "How to show that several icons are grouped :"
msgstr ""
-#: ../data/messages:811
+#: ../data/messages:817
msgid "Draw an image"
msgstr ""
-#: ../data/messages:813
+#: ../data/messages:819
msgid "Draw the sub-dock's icons as a stack"
msgstr ""
-#: ../data/messages:815
+#: ../data/messages:821
msgid ""
"It only makes sense if you chose to group the applis of the same class "
"together. Leave blank to use the default one."
msgstr ""
-#: ../data/messages:819
+#: ../data/messages:825
msgid "Zoom the indicator with its icon?"
msgstr ""
-#: ../data/messages:821
+#: ../data/messages:827
msgid "Labels"
msgstr "ÐодпÑÑÑ"
-#: ../data/messages:823
+#: ../data/messages:829
msgid "Show labels:"
msgstr ""
-#: ../data/messages:827
+#: ../data/messages:833
msgid "On pointed icon"
msgstr "Ðа наведзÑнÑм знаÑкÑ"
-#: ../data/messages:829
+#: ../data/messages:835
msgid "On all icons"
msgstr "Ðа ÑÑÑÑ
знаÑкаÑ
"
-#: ../data/messages:831
+#: ../data/messages:837
msgid "Font"
msgstr "ШÑÑÑÑ"
-#: ../data/messages:835
+#: ../data/messages:841
msgid "Use a custom font for labels?"
msgstr ""
-#: ../data/messages:837
+#: ../data/messages:843
msgid "Font used for labels :"
msgstr "ШÑÑÑÑ Ð´Ð»Ñ Ð¿Ð¾Ð´Ð¿ÑÑаÑ:"
-#: ../data/messages:841
+#: ../data/messages:847
msgid "Colour"
msgstr ""
-#: ../data/messages:843
+#: ../data/messages:849
msgid "It's the first color of the gradation."
msgstr "ÐаÑаÑÐºÐ¾Ð²Ñ ÐºÐ¾Ð»ÐµÑ Ð³ÑадаÑÑÑ."
-#: ../data/messages:845
+#: ../data/messages:851
msgid "Start color :"
msgstr "ÐаÑаÑÐºÐ¾Ð²Ñ ÐºÐ¾Ð»ÐµÑ:"
-#: ../data/messages:847
+#: ../data/messages:853
msgid ""
"It's the second color of the gradation. Set it to the same value as the "
"first if you don't want to have any gradation."
msgstr ""
-#: ../data/messages:849
+#: ../data/messages:855
msgid "Stop color :"
msgstr "ÐанÑаÑÐºÐ¾Ð²Ñ ÐºÐ¾Ð»ÐµÑ:"
-#: ../data/messages:851
+#: ../data/messages:857
msgid ""
"If checked, the pattern will go from top to bottom, otherwise from left to "
"right."
@@ -2588,201 +2570,83 @@
"ÐÐ°Ð»Ñ Ð°Ð´Ð·Ð½Ð°Ñана, Ñаблон бÑдзе намалÑван звеÑÑ
Ñ ÑнÑз, Ñ Ð°Ð´Ð²Ð°ÑоÑнÑм вÑÐ¿Ð°Ð´ÐºÑ "
"злева напÑава."
-#: ../data/messages:853
+#: ../data/messages:859
msgid "Pattern should be vertical?"
msgstr ""
-#: ../data/messages:857
+#: ../data/messages:863
msgid ""
"If you set it to fully transparent, there will be no background for the "
"text, but the margin around the text will still be in effect."
msgstr ""
-#: ../data/messages:859
+#: ../data/messages:865
msgid "Colour of the label's background :"
msgstr ""
-#: ../data/messages:861
+#: ../data/messages:867
msgid "If false, only the quick-info will have this background color."
msgstr ""
"ÐÐ°Ð»Ñ Ð½Ðµ задзейнÑÑана, Ñо ÐºÐ¾Ð»ÐµÑ ÑÐ¾Ð½Ñ Ð±Ñдзе вÑкаÑÑÑÑÐ°Ð½Ñ ÑолÑÐºÑ Ñ Ð¿Ð°Ð´ÐºÐ°Ð·ÐºÐ°Ñ
."
-#: ../data/messages:863
+#: ../data/messages:869
msgid "Use background color for labels?"
msgstr ""
-#: ../data/messages:865
+#: ../data/messages:871
msgid "Margin around the text (in pixels) :"
msgstr "ÐканÑоÑка вакол ÑÑкÑÑÑ (Ñ Ð¿ÑкÑÑлÑÑ
):"
-#: ../data/messages:867 ../data/messages:895 ../data/messages:1289
-#: ../data/messages:1443 ../data/messages:1445 ../data/messages:1449
-#: ../data/messages:1451 ../data/messages:1479 ../data/messages:1529
-#: ../data/messages:1563
-msgid "Desktop Entry"
-msgstr ""
-
-#: ../data/messages:869 ../data/messages:1453
-msgid "Sub-dock's name :"
-msgstr ""
-
-#: ../data/messages:871 ../data/messages:899 ../data/messages:1455
-#: ../data/messages:1483
-msgid "How to render the icon :"
-msgstr ""
-
-#: ../data/messages:873 ../data/messages:901 ../data/messages:1457
-#: ../data/messages:1485
-msgid "Use an image"
-msgstr ""
-
-#: ../data/messages:875 ../data/messages:903 ../data/messages:1459
-#: ../data/messages:1487
-msgid "Draw sub-dock's content as emblems"
-msgstr ""
-
-#: ../data/messages:877 ../data/messages:905 ../data/messages:1461
-#: ../data/messages:1489
-msgid "Draw sub-dock's content as stack"
-msgstr ""
-
-#: ../data/messages:879 ../data/messages:907 ../data/messages:1463
-#: ../data/messages:1491
-msgid "Draw sub-dock's content inside a box"
-msgstr ""
-
-#: ../data/messages:881 ../data/messages:909 ../data/messages:1297
-#: ../data/messages:1465 ../data/messages:1493 ../data/messages:1537
-#: ../data/messages:1565
-msgid "Image's name or path :"
-msgstr ""
-
-#: ../data/messages:883 ../data/messages:935 ../data/messages:1303
-#: ../data/messages:1467 ../data/messages:1519 ../data/messages:1543
-#: ../data/messages:1567
-msgid "Extra parameters"
-msgstr ""
-
-#: ../data/messages:885 ../data/messages:937 ../data/messages:1305
-#: ../data/messages:1469 ../data/messages:1521 ../data/messages:1545
-#: ../data/messages:1569
-msgid "Order you want for this launcher among the others:"
-msgstr ""
-
-#: ../data/messages:887 ../data/messages:939 ../data/messages:1301
-#: ../data/messages:1471 ../data/messages:1523 ../data/messages:1541
-#: ../data/messages:1571
-msgid "Name of the container it belongs to:"
-msgstr ""
-
-#: ../data/messages:889 ../data/messages:1473
-msgid "Name of the view used for the sub-dock :"
-msgstr ""
-
-#: ../data/messages:891 ../data/messages:1475
-msgid "If '0' the container will be displayed on every viewport."
-msgstr ""
-
-#: ../data/messages:893 ../data/messages:943 ../data/messages:1321
-#: ../data/messages:1477 ../data/messages:1527 ../data/messages:1561
-msgid "Only show in this specific viewport"
-msgstr ""
-
-#: ../data/messages:897 ../data/messages:1291 ../data/messages:1481
-#: ../data/messages:1531
-msgid "Launcher's name :"
-msgstr ""
-
-#: ../data/messages:911 ../data/messages:1495
-msgid "URI of the file :"
-msgstr ""
-
-#: ../data/messages:913 ../data/messages:1497
-msgid "Number of files to list in the sub-dock :"
-msgstr ""
-
-#: ../data/messages:917 ../data/messages:1501
-msgid "5"
-msgstr ""
-
-#: ../data/messages:919 ../data/messages:1503
-msgid "10"
-msgstr ""
-
-#: ../data/messages:921 ../data/messages:1505
-msgid "20"
-msgstr ""
-
-#: ../data/messages:923 ../data/messages:1507
-msgid "30"
-msgstr ""
-
-#: ../data/messages:927 ../data/messages:1511
-msgid "Sort files by :"
-msgstr "СаÑÑаваÑÑ ÑÐ°Ð¹Ð»Ñ Ð¿Ð°:"
-
-#: ../data/messages:929 ../data/messages:1513
-msgid "Name"
-msgstr "Ðазва"
-
-#: ../data/messages:931 ../data/messages:1515
-msgid "Size"
-msgstr "ÐамеÑÑ"
-
-#: ../data/messages:933 ../data/messages:1517
-msgid "Date"
-msgstr "ÐаÑе"
-
-#: ../data/messages:941 ../data/messages:1319 ../data/messages:1525
-#: ../data/messages:1559
-msgid "If '0' the launcher will be displayed on every viewport."
-msgstr ""
-
-#: ../data/messages:947
+#: ../data/messages:875
msgid "Yes, like that :-)"
msgstr ""
-#: ../data/messages:949
+#: ../data/messages:877
msgid ""
"Note : many answers have an extra hint.\n"
"To popup the hint, simply leave the mouse over the sentence for 1 second, a "
"tooltip will appear."
msgstr ""
-#: ../data/messages:951
+#: ../data/messages:879
msgid "How do I re-order my icons?"
msgstr ""
-#: ../data/messages:953
+#: ../data/messages:881
msgid "Tip: you can even re-order icons of active applications."
msgstr ""
-#: ../data/messages:955
+#: ../data/messages:883
msgid "Simply drag with the mouse, and drop wherever you wish."
msgstr ""
-#: ../data/messages:957
+#: ../data/messages:885
msgid ""
"How do I position applets and taskbar icons at the beginning of the dock?"
msgstr ""
-#: ../data/messages:959
+#: ../data/messages:887
msgid ""
"Tip: you can also position applets amongst launchers, by ticking the box "
"below."
msgstr ""
-#: ../data/messages:961
+#: ../data/messages:889
msgid ""
"In the «icons» module, at the bottom, you can select icon order according to "
"type (launcher/appli/applet)."
msgstr ""
-#: ../data/messages:963
+#: ../data/messages:891 ../data/messages:899 ../data/messages:913
+#: ../data/messages:969
+msgid "Go to the «Icons» module."
+msgstr ""
+
+#: ../data/messages:893
msgid "How do I change an icon image?"
msgstr ""
-#: ../data/messages:965
+#: ../data/messages:895
msgid ""
"Tip: you can also edit a launcher's configuration directly and set a path "
"for an image. If you do not enter a path, but simply the name of an image, "
@@ -2790,7 +2654,7 @@
"the best."
msgstr ""
-#: ../data/messages:967
+#: ../data/messages:897
msgid ""
"In the âIconsâ module, you can choose an <b>icon theme</b>. Just choose a "
"theme, and apply.\n"
@@ -2801,55 +2665,72 @@
"If you choose nothing, the default icon theme of your system will be used."
msgstr ""
-#: ../data/messages:969
+#: ../data/messages:901
msgid "How do I remove many icons quickly?"
msgstr ""
-#: ../data/messages:971
+#: ../data/messages:903
msgid ""
"Hint : if you delete an icon pointing to a sub-dock, you will be offered to "
"either delete the sub-dockâs icons or to move them in the main dock."
msgstr ""
-#: ../data/messages:973
+#: ../data/messages:905
msgid ""
"Just drag and drop them out of the dock, they will disappear in an explosion "
"!"
msgstr ""
-#: ../data/messages:975
+#: ../data/messages:907
msgid "How can I resize my icons?"
msgstr ""
-#: ../data/messages:977
+#: ../data/messages:909
msgid ""
"Hint : You can define the size of each applet independently, to any size "
"smaller or equal to the default size. Set it to 0x0 to use the default size."
msgstr ""
-#: ../data/messages:979
+#: ../data/messages:911
msgid ""
"In the 'Icons' modules, you can setup the default size of your icons by type "
": launchers, apps, applets and separators.\n"
"You can also setup the zoom factor."
msgstr ""
-#: ../data/messages:981
+#: ../data/messages:915
+msgid ""
+"I want to see a preview of opened applications by moving my cursor over its "
+"icon"
+msgstr ""
+
+#: ../data/messages:917 ../data/messages:1045 ../data/messages:1177
+#: ../data/messages:1241 ../data/messages:1279 ../data/messages:1321
+#: ../data/messages:1325 ../data/messages:1331 ../data/messages:1335
+#: ../data/messages:1339 ../data/messages:1343
+msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
+msgstr ""
+
+#: ../data/messages:919 ../data/messages:1047
+msgid "If you're using Compiz, you can click on this button:"
+msgstr ""
+
+#: ../data/messages:921
msgid "Dock"
msgstr ""
-#: ../data/messages:983
+#: ../data/messages:923
msgid "How do I position my dock on the screen?"
msgstr ""
-#: ../data/messages:985
+#: ../data/messages:925
msgid ""
"Tip: If you have multiple screens managed by Xinerama, you can tick the "
"option «Use Xinerama», and choose the screen where you wish your dock to be "
"positioned."
msgstr ""
-#: ../data/messages:987
+#: ../data/messages:927
msgid ""
"Everything is in the «Position» module. You can choose to position it on the "
"bottom, top, left or right side of your screen.\n"
@@ -2857,76 +2738,86 @@
"screen border."
msgstr ""
-#: ../data/messages:989
+#: ../data/messages:929 ../data/messages:937
+msgid "Go to the «Position» module."
+msgstr ""
+
+#: ../data/messages:931
msgid "How do I adjust the position of the dock above the Gnome-panel?"
msgstr ""
-#: ../data/messages:991
+#: ../data/messages:933
msgid ""
"Tip: you can also simply drag your dock with the mouse by pressing the ALT "
"key at the same time."
msgstr ""
-#: ../data/messages:993
+#: ../data/messages:935
msgid "In the «Position» module, you can add an offset to the screen border."
msgstr ""
-#: ../data/messages:995
+#: ../data/messages:939
msgid "The dock is hidden by the Gnome-panel"
msgstr ""
-#: ../data/messages:997
+#: ../data/messages:941
msgid ""
-"This is normal, because they are both «docks». You can either move the dock "
-"out of the panel, or launch it wih the command «cairo-dock --keep-above»."
+"This is normal, because they are both «docks».\n"
+" You can either move the dock out of the panel, or launch it wih the command "
+"«cairo-dock --keep-above».\n"
+" But you can also (re)move the Gnome-Panel by doing a right click on it."
msgstr ""
-#: ../data/messages:999
+#: ../data/messages:943
msgid "I donât want other windows covering the dock"
msgstr ""
-#: ../data/messages:1001
-msgid "Hint: you can even do that with desklets, making a desklet's panel !."
+#: ../data/messages:945
+msgid "Tip: You can even do that with desklets: making a desklet's panel !."
msgstr ""
-#: ../data/messages:1003
+#: ../data/messages:947
msgid ""
-"Just choose the corresponding option in the âVisibilityâ module.\n"
+"Just choose the corresponding option in the âAccessibilityâ module.\n"
"This will reserve the space for the dock only."
msgstr ""
-#: ../data/messages:1005
+#: ../data/messages:949 ../data/messages:957
+msgid "Go to the «Accessibility» module."
+msgstr ""
+
+#: ../data/messages:951
msgid "I donât want that the dock covers windows"
msgstr ""
-#: ../data/messages:1007
+#: ../data/messages:953
msgid ""
-"Hint : you can choose to pop-up the dock only when the mouse hits the screen "
+"Tip: You can choose to pop-up the dock only when the mouse hits the screen "
"corner instead of the whole screen border.\n"
"You can also set-up the size of the trigger zone, and even set an image to "
"it."
msgstr ""
-#: ../data/messages:1009
+#: ../data/messages:955
msgid ""
-"Two choices are available in the âVisibilityâ module:\n"
+"Two choices are available in the âAccessibilityâ module:\n"
" - either choose to âkeep the dock below other windowsâ. The dock will then "
"pop-up when you place the mouse on its screen border.\n"
" - or choose the auto-hide. The dock will then hide itself and reappear when "
"you enter the trigger zone."
msgstr ""
-#: ../data/messages:1011
+#: ../data/messages:959
msgid "How can I add a separator?"
msgstr ""
-#: ../data/messages:1013
+#: ../data/messages:961
msgid ""
-"Hint: if you choose to mix applets and launchers in the 'Icons' module, you "
+"Tip: if you choose to mix applets and launchers in the 'Icons' module, you "
"can also place separators between applets then."
msgstr ""
-#: ../data/messages:1015
+#: ../data/messages:963
msgid ""
"Simply right-click on the dock where you wish to add a separator and select "
"«add a separator».\n"
@@ -2934,41 +2825,41 @@
"dragging it with the mouse."
msgstr ""
-#: ../data/messages:1017
+#: ../data/messages:965
msgid ""
"I don't want to have a separator between launchers , applications and "
"applets."
msgstr ""
-#: ../data/messages:1019
+#: ../data/messages:967
msgid ""
"In the «Icons» module, in the «separator» section, untick the box that says "
"«add automatic separators»."
msgstr ""
-#: ../data/messages:1021
+#: ../data/messages:971
msgid "How do I add a sub-dock?"
msgstr ""
-#: ../data/messages:1023
+#: ../data/messages:973
msgid ""
-"Hint: to move an icon into another dock, right-click on it, go to 'Move to', "
-"and choose the one you want in the list. You can do the same with applets as "
-"well, allowing you to group many applets in a sub-dock. You can also create "
-"new main docks this way."
+"Tip: If you want to move an icon into another dock, right-click on it, go to "
+"'Move to', and choose the one you want in the list. You can do the same with "
+"applets as well, allowing you to group many applets in a sub-dock. You can "
+"also create new main docks this way."
msgstr ""
-#: ../data/messages:1025
+#: ../data/messages:975
msgid ""
-"Just right-click on the dock, then select «add a sub-dock». Fill the config "
+"Just right-click on the dock, then select «Add a sub-dock». Fill the config "
"panel with a name and image, then confirm."
msgstr ""
-#: ../data/messages:1027
+#: ../data/messages:977
msgid "How can I have many main docks?"
msgstr ""
-#: ../data/messages:1029
+#: ../data/messages:979
msgid ""
"Hint: you can then move icons inside this new dock by following the previous "
"method and selecting the dock you've just created.\n"
@@ -2976,23 +2867,23 @@
"choose âconfigure this dockâ."
msgstr ""
-#: ../data/messages:1031
+#: ../data/messages:981
msgid ""
"Right-click on a launcher or an applet, go to 'Move to', and choose 'a new "
"main dock'. A new dock will be created, with this icon inside."
msgstr ""
-#: ../data/messages:1033
+#: ../data/messages:983
msgid "How can I have a 3D dock?"
msgstr ""
-#: ../data/messages:1035
+#: ../data/messages:985
msgid ""
"Tip: you can set up the view for each sub-dock. Simply edit the icon "
"pointing to the sub-dock and choose the view you wish to use for it."
msgstr ""
-#: ../data/messages:1037
+#: ../data/messages:987
msgid ""
"Any dock can be displayed with one view, and many views are available (3D, "
"Curve, etc).\n"
@@ -3000,17 +2891,21 @@
"dock, and for sub-dock."
msgstr ""
-#: ../data/messages:1039
+#: ../data/messages:989
+msgid "Go to the «Views» module."
+msgstr ""
+
+#: ../data/messages:991
msgid "How can I change the background of my docks?"
msgstr ""
-#: ../data/messages:1041
+#: ../data/messages:993
msgid ""
"Hint : the Parabolic view doe not have a background, but the Slide and "
"Rainbow views have their own background parameters."
msgstr ""
-#: ../data/messages:1043
+#: ../data/messages:995
msgid ""
"In the 'Background' module, you can either choose an image, or a color "
"gradation.\n"
@@ -3018,17 +2913,21 @@
"gradatoin will be used."
msgstr ""
-#: ../data/messages:1045
+#: ../data/messages:997
+msgid "Go to the «Background» module."
+msgstr ""
+
+#: ../data/messages:999
msgid "I find the dock too flashy, can it be more sober?"
msgstr ""
-#: ../data/messages:1047
+#: ../data/messages:1001
msgid ""
"Hint : try different themes, some are already very sober, like Dust-Sand or "
"Elementary."
msgstr ""
-#: ../data/messages:1049
+#: ../data/messages:1003
msgid ""
"Who can do more can do less ! You can for instance deactivate the \"Icon "
"effects\" plug-in,\n"
@@ -3041,62 +2940,62 @@
"this would be a shame ! ^_^"
msgstr ""
-#: ../data/messages:1051
+#: ../data/messages:1005
msgid "Desklet"
msgstr ""
-#: ../data/messages:1053
+#: ../data/messages:1007
msgid "What are «desklets»?"
msgstr ""
-#: ../data/messages:1055
+#: ../data/messages:1009
msgid ""
"Tip: to detach an applet, you can drag and drop its icon from the dock to "
"the desktop"
msgstr ""
-#: ../data/messages:1057
+#: ../data/messages:1011
msgid ""
"Desklets are widgets which are displayed on your desktop. Each applet can be "
"detached from the dock to act as a desklet."
msgstr ""
-#: ../data/messages:1059
+#: ../data/messages:1013
msgid "How do I configure their position?"
msgstr ""
-#: ../data/messages:1061
+#: ../data/messages:1015
msgid ""
"Tip: If you don't want to move it any more, you can lock its position. "
"Simply right click on the desklet, and select «lock position». To unlock it, "
"de-select this option."
msgstr ""
-#: ../data/messages:1063
+#: ../data/messages:1017
msgid "Simply drag them with the mouse."
msgstr ""
-#: ../data/messages:1065
+#: ../data/messages:1019
msgid "How do I configure their behaviour?"
msgstr ""
-#: ../data/messages:1067
+#: ../data/messages:1021
msgid ""
"Tip: if you lock the desklet, the buttons will not appear. You can reset a "
"rotation by middle-clicking on the appropriate button."
msgstr ""
-#: ../data/messages:1069
+#: ../data/messages:1023
msgid ""
"There are small buttons on the top and left side of the desklet. They allow "
"you to rotate the desklet in 3D !"
msgstr ""
-#: ../data/messages:1071
+#: ../data/messages:1025
msgid "How do I change their decorations?"
msgstr ""
-#: ../data/messages:1073
+#: ../data/messages:1027
msgid ""
"Tip: you can add new decorations by choosing «Personalised» decoration, and "
"providing a background and/or foreground image. You can configure the "
@@ -3104,7 +3003,7 @@
"decorations."
msgstr ""
-#: ../data/messages:1075
+#: ../data/messages:1029
msgid ""
"The default decoration is defined in the «Desklets» module.\n"
"Moreover, each desklet can have its own decoration. To change a desklet's "
@@ -3113,29 +3012,33 @@
"choose the decoration you wish to use."
msgstr ""
-#: ../data/messages:1077
+#: ../data/messages:1031
+msgid "Go to the «Desklets» module."
+msgstr ""
+
+#: ../data/messages:1033
msgid "How do I insert a desklet into the dock?"
msgstr ""
-#: ../data/messages:1079
+#: ../data/messages:1035
msgid "Hint : if the desklet is locked, the button wonât appear."
msgstr ""
-#: ../data/messages:1081
+#: ../data/messages:1037
msgid "Simply click on the top right button."
msgstr ""
-#: ../data/messages:1083
+#: ../data/messages:1039
msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
msgstr ""
-#: ../data/messages:1085
+#: ../data/messages:1041
msgid ""
"Tip: you may have to switch to the Widget Layer once so that Compiz takes "
"the change into account."
msgstr ""
-#: ../data/messages:1087
+#: ../data/messages:1043
msgid ""
"In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the "
"rule (name=cairo-dock & type=utility).\n"
@@ -3143,41 +3046,48 @@
"desklet and selecting 'Compiz-Fusion Widget'."
msgstr ""
-#: ../data/messages:1091
+#: ../data/messages:1051
msgid "How do I enable the Taskbar?"
msgstr ""
-#: ../data/messages:1093
+#: ../data/messages:1053
msgid "Tip: All the Taskbar options are grouped together in this module."
msgstr ""
-#: ../data/messages:1095
+#: ../data/messages:1055
msgid "Go to the «Taskbar» module, then tick the first box, and apply."
msgstr ""
-#: ../data/messages:1097
+#: ../data/messages:1057 ../data/messages:1065 ../data/messages:1073
+#: ../data/messages:1081 ../data/messages:1087
+msgid "Go to the «TaskBar» module."
+msgstr ""
+
+#: ../data/messages:1059
msgid ""
"I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
msgstr ""
-#: ../data/messages:1099
+#: ../data/messages:1061
msgid ""
"Tip: You can then scroll on this icon to switch from a window to another, in "
"an ALT+TAB style."
msgstr ""
-#: ../data/messages:1101
+#: ../data/messages:1063
msgid ""
-"Use the «Group applications by class» option. Only a single icon will appear "
-"in the dock. If there are several windows, they will be grouped together in "
-"a sub-dock above this icon."
+"In the «TaskBar» module, you can use the «Group windows from the same "
+"application in a sub-dock» option. Only a single icon will appear in the "
+"dock.\n"
+"If there are several windows, they will be grouped together in a sub-dock "
+"above this icon."
msgstr ""
-#: ../data/messages:1103
+#: ../data/messages:1067
msgid "I have ugly icons for some applications."
msgstr ""
-#: ../data/messages:1105
+#: ../data/messages:1069
msgid ""
"Tip: This way, you can configure your personal icon for any application. "
"Just place an icon with the same name as the class of the application in a "
@@ -3187,37 +3097,40 @@
"terminal, then clicking on the window of the application."
msgstr ""
-#: ../data/messages:1107
+#: ../data/messages:1071
msgid ""
"This is because X provides small icons for applications which look ugly when "
-"zoomed. Use the «overwrite X icons» option to tell the dock not to use them."
+"zoomed.\n"
+" In the «TaskBar» module, you can use the «Overwrite the X icon with the "
+"launchers' icon?» option to tell the dock not to use them."
msgstr ""
-#: ../data/messages:1109
+#: ../data/messages:1075
msgid ""
"When I launch a program with its launcher, I don't want an additional icon "
"in the taskbar"
msgstr ""
-#: ../data/messages:1111
+#: ../data/messages:1077
msgid ""
"Tip: to launch another instance of the program, shift+click on the launcher."
msgstr ""
-#: ../data/messages:1113
+#: ../data/messages:1079
msgid ""
-"Use the «Mix applis and launchers» option.\n"
+"In the «TaskBar» module, you can use the «Mix launchers and applications» "
+"option.\n"
"When a program is launched, if it has a launcher in the dock, the launcher "
"icon will be marked with an icon to indicate that the corresponding "
"application is running.\n"
"You can then act on the window as if it were a taskbar icon."
msgstr ""
-#: ../data/messages:1115
+#: ../data/messages:1083
msgid "I'm using Pidgin, and I want to see my friends' avatars."
msgstr ""
-#: ../data/messages:1117
+#: ../data/messages:1085
msgid ""
"If you chose to overwrite X icons, you can add an exception for Pidgin just "
"before this option.\n"
@@ -3227,64 +3140,68 @@
"this application."
msgstr ""
-#: ../data/messages:1119
+#: ../data/messages:1089
msgid ""
"How can I quickly navigate between many windows of the same application "
"quickly?"
msgstr ""
-#: ../data/messages:1121
+#: ../data/messages:1091
msgid ""
"Tip: you can also close all the windows of this application by middle-"
"clicking on the icon pointing to the sub-dock."
msgstr ""
-#: ../data/messages:1123
+#: ../data/messages:1093
msgid ""
"Scroll on the icon of one of the windows of this application, or even on the "
"icon pointing to the sub-dock if you group windows in a sub-dock."
msgstr ""
-#: ../data/messages:1125
+#: ../data/messages:1095
msgid "Replacing the Gnome-panel"
msgstr ""
-#: ../data/messages:1127
+#: ../data/messages:1097
msgid "How can I add the main menu?"
msgstr ""
-#: ../data/messages:1129
+#: ../data/messages:1099
msgid ""
"Tip: if you have removed your Gnome-panel, then the «alt+F1» shortkey will "
"no longer work. This applet lets you configure a shortcut to pop up the menu "
"at the mouse's location."
msgstr ""
-#: ../data/messages:1131
-msgid "Enable the Gmenu applet."
-msgstr ""
-
-#: ../data/messages:1133
+#: ../data/messages:1101
+msgid "Enable the GMenu applet."
+msgstr ""
+
+#: ../data/messages:1103 ../data/messages:1111
+msgid "Go to the «GMenu» module."
+msgstr ""
+
+#: ../data/messages:1105
msgid "How can I add a simple «quick launch» panel?"
msgstr ""
-#: ../data/messages:1135
+#: ../data/messages:1107
msgid ""
"Tip: if you removed your Gnome-panel, then the «alt+F2» shortkey will no "
"longer work. This applet lets you configure a shortcut to pop up the quick-"
"launch dialog."
msgstr ""
-#: ../data/messages:1137
+#: ../data/messages:1109
msgid ""
"Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
msgstr ""
-#: ../data/messages:1139
-msgid "How can I add a logout icon?"
+#: ../data/messages:1113
+msgid "How can I add a Log-out icon?"
msgstr ""
-#: ../data/messages:1141
+#: ../data/messages:1115
msgid ""
"Tip: In the latest version of GNOME, there are 2 panels: one to log out, and "
"one to turn off the computer. The first one is raised by a click on the "
@@ -3292,77 +3209,101 @@
"order, and even lets you enter your own commands."
msgstr ""
-#: ../data/messages:1143
-msgid "Simply enable the «logout» applet."
-msgstr ""
-
-#: ../data/messages:1145
+#: ../data/messages:1117
+msgid "Enable the «Log-out» applet."
+msgstr ""
+
+#: ../data/messages:1119
+msgid "Go to the «Log-out» module."
+msgstr ""
+
+#: ../data/messages:1121
msgid "How can I access the dustbin?"
msgstr ""
-#: ../data/messages:1147
+#: ../data/messages:1123
msgid ""
"Tip: you can delete a file by dragging it into the dustbin. You can even "
"unmount a mount-point this way!"
msgstr ""
-#: ../data/messages:1149
-msgid "Simply enable the «dustbin» applet."
-msgstr ""
-
-#: ../data/messages:1151
+#: ../data/messages:1125
+msgid "Simply enable the «Dustbin» applet."
+msgstr ""
+
+#: ../data/messages:1127
+msgid "Go to the «Dustbin» module."
+msgstr ""
+
+#: ../data/messages:1129
msgid "How can I access my mount points?"
msgstr ""
-#: ../data/messages:1153
+#: ../data/messages:1131
msgid ""
"Tip: you can mount a volume by clicking on its icon. To unmount it, middle-"
"click on its icon, or right-click and select «unmount»."
msgstr ""
-#: ../data/messages:1155 ../data/messages:1161
-msgid "Simply enable the «shortcuts» applet."
-msgstr ""
-
-#: ../data/messages:1157
+#: ../data/messages:1133
+msgid "Simply enable the «Shortcuts» applet."
+msgstr ""
+
+#: ../data/messages:1135 ../data/messages:1143
+msgid "Go to the «Shortcuts» module."
+msgstr ""
+
+#: ../data/messages:1137
msgid "How can I access my Nautilus bookmarks?"
msgstr ""
-#: ../data/messages:1159
+#: ../data/messages:1139
msgid ""
"Tip: you can add a bookmark by dragging the folder onto the applet or into "
"its sub-dock. You can also rename and remove bookmarks. This will also take "
"effect in Nautilus immediately, and vice versa."
msgstr ""
-#: ../data/messages:1163
+#: ../data/messages:1141
+msgid "Simply enable the «shortcuts» applet."
+msgstr ""
+
+#: ../data/messages:1145
msgid "How can I access my desktop?"
msgstr ""
-#: ../data/messages:1165
+#: ../data/messages:1147
msgid ""
"Tip: middle-clicking on the icon will hide all windows, but not desklets."
msgstr ""
-#: ../data/messages:1167
-msgid "Simply enable the «show desktop» applet."
-msgstr ""
-
-#: ../data/messages:1169
+#: ../data/messages:1149
+msgid "Simply enable the «showDesktop» applet."
+msgstr ""
+
+#: ../data/messages:1151
+msgid "Go to the «Show Desktop» module."
+msgstr ""
+
+#: ../data/messages:1153
msgid "How can I add an easy-to-acces calendar?"
msgstr ""
-#: ../data/messages:1171
+#: ../data/messages:1155
msgid ""
"Enable the «Clock» applet. Clicking on it will display a calendar, clicking "
"again will hide it."
msgstr ""
-#: ../data/messages:1173
+#: ../data/messages:1157
+msgid "Go to the «Clock» module."
+msgstr ""
+
+#: ../data/messages:1159
msgid "How can I add the notification area (systray)?"
msgstr ""
-#: ../data/messages:1175
+#: ../data/messages:1161
msgid ""
"Enable the «Systray» applet. For the moment it cannot be displayed directly "
"in the dock,\n"
@@ -3372,49 +3313,62 @@
"corner of your screen and keep it above other windows."
msgstr ""
-#: ../data/messages:1177
+#: ../data/messages:1163
+msgid "Go to the «Systray» module."
+msgstr ""
+
+#: ../data/messages:1165
msgid ""
"How can I add an easy-to-access terminal with real transparency, like Tilda?"
msgstr ""
-#: ../data/messages:1179
+#: ../data/messages:1167
msgid ""
"Tip: clicking next to the last tab will create a new tab. Double-clicking on "
"a tab allows you to rename it. You can even change the colour of a tab!"
msgstr ""
-#: ../data/messages:1181
+#: ../data/messages:1169
msgid ""
"Enable the «Terminal» applet. You can detach it and place it on the Widget "
"Layer for instance, or configure a shortkey to make it pop up instantly."
msgstr ""
-#: ../data/messages:1183
+#: ../data/messages:1171
+msgid "Go to the «terminal» module."
+msgstr ""
+
+#: ../data/messages:1173
msgid "So then, how can I remove completely the gnome-panel?"
msgstr ""
-#: ../data/messages:1185
+#: ../data/messages:1175
msgid ""
"Open gconf-editor, edit the key "
"/desktop/gnome/session/required_components_list/panel, and replace its "
-"content with \"cairo-dock\". This will not launch the dock on start-up, but "
-"just prevent the gnome-panel from launching, so don't forget to add Cairo-"
-"Dock on startup.\n"
-"Then restart your session : the gnome-panel has not been started."
-msgstr ""
-
-#: ../data/messages:1189
+"content with \"cairo-dock\".\n"
+"Then restart your session : the gnome-panel has not been started, and the "
+"dock has been started (if not, you can add it to the startup programs)."
+msgstr ""
+
+#: ../data/messages:1179
+msgid ""
+"If you are on Gnome, you can click on this button in order to automatically "
+"modify this key:"
+msgstr ""
+
+#: ../data/messages:1183
msgid "How do I run the same applet multiple times?"
msgstr ""
-#: ../data/messages:1191
+#: ../data/messages:1185
msgid ""
"Tip: This allows you, for example, to have the current time for different "
"countries in your dock or to have several animated characters in your dock "
"or the weather in different cities."
msgstr ""
-#: ../data/messages:1193
+#: ../data/messages:1187
msgid ""
"Some applets can have several instances running at the same time: Clock, "
"Cairo-Penguin, Weather, Netspeed, ...\n"
@@ -3423,76 +3377,88 @@
"You can configure this new applet just like any other."
msgstr ""
-#: ../data/messages:1195
+#: ../data/messages:1189
msgid ""
"I have a personal gauge that I want to use in the dock (for System-Monitor "
"or others)."
msgstr ""
-#: ../data/messages:1197
+#: ../data/messages:1191
msgid ""
"Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
msgstr ""
-#: ../data/messages:1199
+#: ../data/messages:1193
msgid ""
"I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
msgstr ""
-#: ../data/messages:1201
+#: ../data/messages:1195
msgid ""
"Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-"
"Penguin, weather, etc."
msgstr ""
-#: ../data/messages:1203
+#: ../data/messages:1197
msgid ""
"Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
msgstr ""
-#: ../data/messages:1205
+#: ../data/messages:1199
msgid "How do I change the brightness of my screen quickly?"
msgstr ""
-#: ../data/messages:1207
+#: ../data/messages:1201
msgid ""
"Enable the Xgamma applet, then you can scroll up/down on the icon with the "
"mouse."
msgstr ""
-#: ../data/messages:1209
+#: ../data/messages:1203
+msgid "Go to the «Xgamma» module."
+msgstr ""
+
+#: ../data/messages:1205
msgid "How can I change the speaker volume quickly?"
msgstr ""
-#: ../data/messages:1211
+#: ../data/messages:1207
msgid ""
"Enable the AlsaMixer applet, then you can scroll up/down on the icon with "
"the mouse."
msgstr ""
+#: ../data/messages:1209
+msgid "Go to the «AlsaMixer» module."
+msgstr ""
+
+#: ../data/messages:1211
+msgid "How can I quickly switch to another desktop?"
+msgstr ""
+
#: ../data/messages:1213
-msgid "How can I quickly switch to another desktop?"
+msgid "Tip: This applet even lets you add or remove quickly a desktop !"
msgstr ""
#: ../data/messages:1215
-msgid "Hint : this applet even lets you add/remove quickly a desktop !"
-msgstr ""
-
-#: ../data/messages:1217
msgid ""
"Activate the Switcher applet, then you can scroll up/down on the icon with "
"the mouse to go to the previous/next desktop,\n"
" or click on the icon to select a desktop."
msgstr ""
+#: ../data/messages:1217
+msgid "Go to the «Switcher» module."
+msgstr ""
+
#: ../data/messages:1219
msgid "How can I control my dock from the keyboard?"
msgstr ""
#: ../data/messages:1221
msgid ""
-"Hint : when you define a shortkey, try it before to be sure that it is not "
-"already used by another application."
+"Tip: When you define a shortkey, try it before to be sure that it is not "
+"already used by another application!"
msgstr ""
#: ../data/messages:1223
@@ -3555,22 +3521,28 @@
"'/apps/metacity/general/compositing_manager' and set it to 'true'."
msgstr ""
-#: ../data/messages:1241
+#: ../data/messages:1243
+msgid ""
+"If you're on Gnome with Metacity (without Compiz), you can click on this "
+"button:"
+msgstr ""
+
+#: ../data/messages:1245
msgid "My machine is too old to run a composite manager."
msgstr ""
-#: ../data/messages:1243
+#: ../data/messages:1247
msgid ""
"Don't panic, Cairo-Dock can emulate the transparency.\n"
"To get rid of the black background, simply enable the corresponding option "
"in the end of the «System» module"
msgstr ""
-#: ../data/messages:1245
+#: ../data/messages:1249
msgid "The dock is horribly slow when I move the mouse into it."
msgstr ""
-#: ../data/messages:1247
+#: ../data/messages:1251
msgid ""
"If you have an Nvidia GeForce8 graphics card, please install the latest "
"drivers, as the first ones were really buggy.\n"
@@ -3580,32 +3552,32 @@
"with «cairo-dock -c»."
msgstr ""
-#: ../data/messages:1249
+#: ../data/messages:1253
msgid "I don't have these wonderful effects like fire, cube rotating, etc."
msgstr ""
-#: ../data/messages:1251
+#: ../data/messages:1255
msgid ""
"Tip: You can force OpenGL by launching the dock with «cairo-dock -o».but you "
"might get a lot of visual artifacts."
msgstr ""
-#: ../data/messages:1253
+#: ../data/messages:1257
msgid ""
"You need a graphics card with drivers that support OpenGL2.0. Most Nvidia "
"cards can do this, as can more and more Intel cards. Most ATI cards do not "
"support OpenGL2.0."
msgstr ""
-#: ../data/messages:1255
+#: ../data/messages:1259
msgid "I don't have any themes in the Theme Manager, except the default one."
msgstr ""
-#: ../data/messages:1257
+#: ../data/messages:1261
msgid "Hint : Up to version 2.1.1-2, wget was used."
msgstr ""
-#: ../data/messages:1259
+#: ../data/messages:1263
msgid ""
"Be sure that you are connected to the Net.\n"
" If your connection is very slow, you can increase the connection timeout in "
@@ -3615,17 +3587,17 @@
"\"http_proxy\" environment variable)."
msgstr ""
-#: ../data/messages:1261
+#: ../data/messages:1265
msgid "The «netspeed» applet displays 0 even when I'm downloading something"
msgstr ""
-#: ../data/messages:1263
+#: ../data/messages:1267
msgid ""
"Tip: you can run several instances of this applet if you wish to monitor "
"several interfaces."
msgstr ""
-#: ../data/messages:1265
+#: ../data/messages:1269
msgid ""
"You must tell the applet which interface you're using to connect to the Net "
"(by default, this is «eth0»).\n"
@@ -3634,11 +3606,11 @@
"something like «eth1», «ath0», or «wifi0».."
msgstr ""
-#: ../data/messages:1267
+#: ../data/messages:1271
msgid "The dustbin remains empty even when I delete a file."
msgstr ""
-#: ../data/messages:1269
+#: ../data/messages:1273
msgid ""
"if you're using KDE, you may have to specify the path to the trash folder.\n"
"Just edit the applet's configuration, and fill in the Trash path; it is "
@@ -3646,23 +3618,31 @@
"here!!! (do not insert spaces or some invisible caracters)."
msgstr ""
-#: ../data/messages:1271
+#: ../data/messages:1275
msgid ""
"There is no icon in the Applications Menu even though I enable the option."
msgstr ""
-#: ../data/messages:1273
+#: ../data/messages:1277
msgid ""
"In Gnome, there is an option that override the dock's one. To enable icons "
"in menus, open 'gconf-editor', go to Desktop / Gnome / Interface and enable "
"the \"menus have icons\" and the \"buttons have icons\" options. "
msgstr ""
-#: ../data/messages:1275
+#: ../data/messages:1281
+msgid "If you're on Gnome you can click on this button:"
+msgstr ""
+
+#: ../data/messages:1283
+msgid "The Project"
+msgstr ""
+
+#: ../data/messages:1285
msgid "Join the project!"
msgstr ""
-#: ../data/messages:1277
+#: ../data/messages:1287
msgid ""
"We value your help! If you see a bug, if you think something could be "
"improved,\n"
@@ -3674,181 +3654,350 @@
"weâll be happy to integrate it on our server !"
msgstr ""
-#: ../data/messages:1279
+#: ../data/messages:1289
msgid ""
"If you wish to develop an applet, a complete documentation is available here."
msgstr ""
-#: ../data/messages:1281
-msgid "documentation"
+#: ../data/messages:1291
+msgid "Documentation"
msgstr ""
-#: ../data/messages:1283
+#: ../data/messages:1293
msgid ""
"If you wish to develop an applet in Python, Perl or any other language,\n"
"or to interact with the dock in any kind of way, a full DBus API is "
"described here."
msgstr ""
-#: ../data/messages:1285
+#: ../data/messages:1295
msgid "DBus API"
msgstr ""
-#: ../data/messages:1287
+#: ../data/messages:1297
msgid ""
"\n"
+"\n"
"The Cairo-Dock Team"
msgstr ""
-#: ../data/messages:1293 ../data/messages:1533
-msgid ""
-"Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard "
-"shortcut, for exemple <Alt>F1, <Ctrl>c, <Ctrl>v, etc"
-msgstr ""
-
-#: ../data/messages:1295 ../data/messages:1535
-msgid "Command to launch on click :"
-msgstr ""
-
-#: ../data/messages:1299 ../data/messages:1539
-msgid ""
-"If you write here a container's name that doesn't exist yet, a new one will "
-"be created, with this icon inside."
-msgstr ""
-
-#: ../data/messages:1307 ../data/messages:1547
-msgid ""
-"If you choosed to mix launcher and applis, this option will deactivate this "
-"behaviour for this launcher only. It can be useful for instance for a "
-"launcher that launches a script in a terminal, but you don't want it to "
-"steal the Terminal's icon from the Taskbar."
-msgstr ""
-
-#: ../data/messages:1309 ../data/messages:1549
-msgid "Prevent this launcher from stealing appli from taskbar ?"
-msgstr ""
-
-#: ../data/messages:1311 ../data/messages:1551
-msgid ""
-"The only reason you may want to modify this parameter is if you made this "
-"launcher by hands. If you dropped it into the dock from the menu, it is "
-"nearly sure that you shouldn't touch it. It defines the class of the "
-"program, which is useful to link the appli with its launcher."
-msgstr ""
-
-#: ../data/messages:1313 ../data/messages:1553
-msgid "Class of the program :"
-msgstr ""
-
-#: ../data/messages:1315 ../data/messages:1555
-msgid "It will use 'xterm'."
-msgstr ""
-
-#: ../data/messages:1317 ../data/messages:1557
-msgid "Run in a terminal ?"
+#: ../data/messages:1299
+msgid "Websites"
+msgstr ""
+
+#: ../data/messages:1313
+msgid "Repositories"
+msgstr ""
+
+#: ../data/messages:1315
+msgid ""
+"We maintain two repositories for Debian, Ubuntu and other Debian-forked:\n"
+" One for stable releases and another which is updated weekly (unstable "
+"version)"
+msgstr ""
+
+#: ../data/messages:1317
+msgid "Debian/Ubuntu"
+msgstr ""
+
+#: ../data/messages:1319
+msgid "Ubuntu"
+msgstr ""
+
+#: ../data/messages:1323
+msgid ""
+"If you're on Ubuntu, you can add our 'stable' repository by clicking on this "
+"button:\n"
+" After that, you can launch your update manager in order to install the "
+"latest stable version."
msgstr ""
#: ../data/messages:1327
msgid ""
-"Choose the screen border relative to which the dock will be positioned:"
+"If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by "
+"clicking on this button:\n"
+" After that, you can launch your update manager in order to install the "
+"latest weekly version."
+msgstr ""
+
+#: ../data/messages:1329
+msgid "Debian"
+msgstr ""
+
+#: ../data/messages:1333
+msgid ""
+"If you're on Debian Stable, you can add our 'stable' repository by clicking "
+"on this button:\n"
+" After that, you can purge all 'cairo-dock*' packages, update the your "
+"system and reinstall 'cairo-dock' package."
+msgstr ""
+
+#: ../data/messages:1337
+msgid ""
+"If you're on Debian Unstable, you can add our 'stable' repository by "
+"clicking on this button:\n"
+" After that, you can purge all 'cairo-dock*' packages, update the your "
+"system and reinstall 'cairo-dock' package."
msgstr ""
#: ../data/messages:1341
-msgid "Position relative to the selected screen edge"
+msgid ""
+"If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) "
+"by clicking on this button:\n"
+" After that, you can purge all 'cairo-dock*' packages, update the your "
+"system and reinstall 'cairo-dock' package."
msgstr ""
#: ../data/messages:1345
-msgid "Lateral gap:"
+msgid ""
+"If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) "
+"by clicking on this button:\n"
+" After that, you can purge all 'cairo-dock*' packages, update the your "
+"system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1351
+#: ../data/messages:1375
msgid "starting from 0"
msgstr "паÑÑнаÑÑÑ Ð· 0"
-#: ../data/messages:1355
+#: ../data/messages:1379
msgid "Visibility of the dock"
msgstr ""
-#: ../data/messages:1379
+#: ../data/messages:1403
msgid "Leave it empty to use the same view as the main dock."
msgstr ""
-#: ../data/messages:1381
+#: ../data/messages:1405
msgid "Choose the view for this dock :/"
msgstr ""
-#: ../data/messages:1387
+#: ../data/messages:1411
msgid "Same as main dock"
msgstr ""
-#: ../data/messages:1405
+#: ../data/messages:1429
msgid "Choose a theme"
msgstr ""
-#: ../data/messages:1409
+#: ../data/messages:1433
msgid "You can even paste an internet URL."
msgstr ""
-#: ../data/messages:1411
+#: ../data/messages:1435
msgid "...or drag and drop a theme package here :"
msgstr ""
-#: ../data/messages:1421
+#: ../data/messages:1445
msgid "Save"
msgstr ""
-#: ../data/messages:1423
+#: ../data/messages:1447
msgid "Save current theme"
msgstr ""
-#: ../data/messages:1425
+#: ../data/messages:1449
msgid "You will then be able to re-open it at any time."
msgstr ""
-#: ../data/messages:1427
+#: ../data/messages:1451
msgid "Save as:"
msgstr ""
-#: ../data/messages:1429
+#: ../data/messages:1453
msgid "Save current behaviour also?"
msgstr ""
-#: ../data/messages:1431
+#: ../data/messages:1455
msgid "Save current launchers also?"
msgstr ""
-#: ../data/messages:1433
+#: ../data/messages:1457
msgid ""
"The dock will build a complete tarball of your current theme, allowing you "
"to easily exchange it with other people."
msgstr ""
-#: ../data/messages:1435
+#: ../data/messages:1459
msgid "Build a package of the theme?"
msgstr ""
-#: ../data/messages:1437
+#: ../data/messages:1461
msgid "Delete"
msgstr ""
-#: ../data/messages:1439
+#: ../data/messages:1463
msgid "List of your personal themes"
msgstr ""
-#: ../data/messages:1441
+#: ../data/messages:1465
msgid "Delete from the list themes that you don't need anymore :"
msgstr ""
-#: ../data/messages:1447
-msgid "cPath="
+#: ../data/messages:1467 ../data/messages:1469 ../data/messages:1471
+#: ../data/messages:1473 ../data/messages:1501 ../data/messages:1551
+#: ../data/messages:1585
+msgid "Desktop Entry"
+msgstr ""
+
+#: ../data/messages:1475
+msgid "Sub-dock's name :"
+msgstr ""
+
+#: ../data/messages:1477 ../data/messages:1505
+msgid "How to render the icon :"
+msgstr ""
+
+#: ../data/messages:1479 ../data/messages:1507
+msgid "Use an image"
+msgstr ""
+
+#: ../data/messages:1481 ../data/messages:1509
+msgid "Draw sub-dock's content as emblems"
+msgstr ""
+
+#: ../data/messages:1483 ../data/messages:1511
+msgid "Draw sub-dock's content as stack"
+msgstr ""
+
+#: ../data/messages:1485 ../data/messages:1513
+msgid "Draw sub-dock's content inside a box"
+msgstr ""
+
+#: ../data/messages:1487 ../data/messages:1515 ../data/messages:1559
+#: ../data/messages:1587
+msgid "Image's name or path :"
+msgstr ""
+
+#: ../data/messages:1489 ../data/messages:1541 ../data/messages:1565
+#: ../data/messages:1589
+msgid "Extra parameters"
+msgstr ""
+
+#: ../data/messages:1491 ../data/messages:1543 ../data/messages:1567
+#: ../data/messages:1591
+msgid "Order you want for this launcher among the others:"
+msgstr ""
+
+#: ../data/messages:1493 ../data/messages:1545 ../data/messages:1563
+#: ../data/messages:1593
+msgid "Name of the container it belongs to:"
+msgstr ""
+
+#: ../data/messages:1495
+msgid "Name of the view used for the sub-dock :"
+msgstr ""
+
+#: ../data/messages:1497
+msgid "If '0' the container will be displayed on every viewport."
+msgstr ""
+
+#: ../data/messages:1499 ../data/messages:1549 ../data/messages:1583
+msgid "Only show in this specific viewport"
+msgstr ""
+
+#: ../data/messages:1503 ../data/messages:1553
+msgid "Launcher's name :"
+msgstr ""
+
+#: ../data/messages:1517
+msgid "URI of the file :"
+msgstr ""
+
+#: ../data/messages:1519
+msgid "Number of files to list in the sub-dock :"
+msgstr ""
+
+#: ../data/messages:1523
+msgid "5"
+msgstr ""
+
+#: ../data/messages:1525
+msgid "10"
+msgstr ""
+
+#: ../data/messages:1527
+msgid "20"
+msgstr ""
+
+#: ../data/messages:1529
+msgid "30"
+msgstr ""
+
+#: ../data/messages:1533
+msgid "Sort files by :"
+msgstr "СаÑÑаваÑÑ ÑÐ°Ð¹Ð»Ñ Ð¿Ð°:"
+
+#: ../data/messages:1535
+msgid "Name"
+msgstr "Ðазва"
+
+#: ../data/messages:1537
+msgid "Size"
+msgstr "ÐамеÑÑ"
+
+#: ../data/messages:1539
+msgid "Date"
+msgstr "ÐаÑе"
+
+#: ../data/messages:1547 ../data/messages:1581
+msgid "If '0' the launcher will be displayed on every viewport."
+msgstr ""
+
+#: ../data/messages:1555
+msgid ""
+"Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard "
+"shortcut, for exemple <Alt>F1, <Ctrl>c, <Ctrl>v, etc"
+msgstr ""
+
+#: ../data/messages:1557
+msgid "Command to launch on click :"
+msgstr ""
+
+#: ../data/messages:1561
+msgid ""
+"If you write here a container's name that doesn't exist yet, a new one will "
+"be created, with this icon inside."
+msgstr ""
+
+#: ../data/messages:1569
+msgid ""
+"If you choosed to mix launcher and applis, this option will deactivate this "
+"behaviour for this launcher only. It can be useful for instance for a "
+"launcher that launches a script in a terminal, but you don't want it to "
+"steal the Terminal's icon from the Taskbar."
+msgstr ""
+
+#: ../data/messages:1571
+msgid "Prevent this launcher from stealing appli from taskbar ?"
msgstr ""
#: ../data/messages:1573
+msgid ""
+"The only reason you may want to modify this parameter is if you made this "
+"launcher by hands. If you dropped it into the dock from the menu, it is "
+"nearly sure that you shouldn't touch it. It defines the class of the "
+"program, which is useful to link the appli with its launcher."
+msgstr ""
+
+#: ../data/messages:1575
+msgid "Class of the program :"
+msgstr ""
+
+#: ../data/messages:1577
+msgid "It will use 'xterm'."
+msgstr ""
+
+#: ../data/messages:1579
+msgid "Run in a terminal ?"
+msgstr ""
+
+#: ../data/messages:1595
msgid "pouet"
msgstr ""
-#: ../data/messages:1575 ../data/messages:1577 ../data/messages:1579
-#: ../data/messages:1581
+#: ../data/messages:1597 ../data/messages:1599 ../data/messages:1601
+#: ../data/messages:1603
msgid ""
"v1.4.6.3 :\n"
"Just to say :\n"
@@ -3856,7 +4005,7 @@
" the Cairo-Dock's team."
msgstr ""
-#: ../data/messages:1583
+#: ../data/messages:1605
msgid ""
"v1.5.0 : it's been 1 month since previous release, and we worked hardly to "
"bring you :\n"
@@ -3876,7 +4025,7 @@
" Now, why not try to make an applet for Cairo-Dock ? ;-)"
msgstr ""
-#: ../data/messages:1585
+#: ../data/messages:1607
msgid ""
"v1.5.1 :\n"
" - The 1.5 branch is still young, so this version brings a lot of bug fixes\n"
@@ -3888,7 +4037,7 @@
" and behave as real desklets."
msgstr ""
-#: ../data/messages:1587
+#: ../data/messages:1609
msgid ""
"v1.5.2.1 :\n"
" - a lot of bug fixes, especially on desklets.\n"
@@ -3896,7 +4045,7 @@
" - Cairo-Dock is now fully translated in Japanese, thanks to Jiro Kawada !"
msgstr ""
-#: ../data/messages:1589
+#: ../data/messages:1611
msgid ""
"v1.5.3.2 :\n"
" - Themes have been deeply reviewed\n"
@@ -3910,7 +4059,7 @@
" who could help cairo-dock to be well-integrated into KDE ;-)"
msgstr ""
-#: ../data/messages:1591
+#: ../data/messages:1613
msgid ""
"v1.5.4.2 : a huge release !\n"
" - add a cute pinguin in your dock with the new applet Cairo-Penguin\n"
@@ -3924,7 +4073,7 @@
" - 3 more themes in Weather"
msgstr ""
-#: ../data/messages:1593
+#: ../data/messages:1615
msgid ""
"v1.5.5.4 :\n"
" - Huge enhancements in the TaskBar :\n"
@@ -3940,7 +4089,7 @@
"soon ;-)"
msgstr ""
-#: ../data/messages:1595
+#: ../data/messages:1617
msgid ""
"v1.5.6 :\n"
" - Integration into the last Gnome 2.22 (Ubuntu8.04, Fedora9, ...) - still "
@@ -3958,7 +4107,7 @@
" - Any help would be welcome to integrate the dock into KDE !"
msgstr ""
-#: ../data/messages:1597
+#: ../data/messages:1619
msgid ""
"v1.6.0 :\n"
" - A new view has appeared : Diapositive !\n"
@@ -3977,7 +4126,7 @@
" - Real window thumbnail when minimized."
msgstr ""
-#: ../data/messages:1599
+#: ../data/messages:1621
msgid ""
"v1.6.1 :\n"
"Cairo-Dock has one year ! To celebrate this event, we are happy to offer you "
@@ -3990,7 +4139,7 @@
"plug-in ^_^"
msgstr ""
-#: ../data/messages:1601
+#: ../data/messages:1623
msgid ""
"v1.6.2 : the first version integrated in the Ubuntu repositories !\n"
" - 2 new applets have been released :\n"
@@ -4003,7 +4152,7 @@
"plug-in ^_^"
msgstr ""
-#: ../data/messages:1603
+#: ../data/messages:1625
msgid ""
"v1.6.3 : \n"
" - first the bad news :\n"
@@ -4021,7 +4170,7 @@
" - The dock is now translated in Sweden and partially in Greek."
msgstr ""
-#: ../data/messages:1605
+#: ../data/messages:1627
msgid ""
"Cairo-Dock II\n"
" - Cairo-Dock is now a full OpenGL dock ! (the cairo backend is still "
@@ -4034,7 +4183,7 @@
" - Lot of bug fixes and upgrades in all plug-ins."
msgstr ""
-#: ../data/messages:1607
+#: ../data/messages:1629
msgid ""
"2.0.5 :\n"
" - This is mainly a bug-fix version\n"
@@ -4042,7 +4191,7 @@
" - Added functionnalities on grouped applications icons."
msgstr ""
-#: ../data/messages:1609
+#: ../data/messages:1631
msgid ""
"2.1.0 : A really heavy version !\n"
" - Control any music player with the MusicPlayer applet\n"
@@ -4059,7 +4208,7 @@
"documentation on http://doc.glx-dock.org."
msgstr ""
-#: ../data/messages:1611
+#: ../data/messages:1633
msgid ""
"2.1.1 : more stable and user-friendly !\n"
" - This version corrects many bugs appeared with the v2.1.0 (sorry for that "
@@ -4077,7 +4226,7 @@
" You can even write an applet in any language with it !"
msgstr ""
-#: ../data/messages:1613
+#: ../data/messages:1635
msgid ""
"2.1.2 : \n"
" - The config panel has been improved again (new icons, more clear, better "
@@ -4095,7 +4244,7 @@
"to achieve it !"
msgstr ""
-#: ../data/messages:1615
+#: ../data/messages:1637
msgid ""
"GLX-Dock 2.1.3\n"
" - A new and simplified configuration panel has been written\n"
@@ -4110,7 +4259,7 @@
" - This version also fixes a huge number of problems."
msgstr ""
-#: ../data/messages:1617
+#: ../data/messages:1639
msgid ""
"<b><span color='red'>GLX-Dock 2.2.0</span></b>\n"
" - The dock has gained 2 <b>new visibility modes</b> and several <b>auto-"
@@ -4134,18 +4283,60 @@
"better on any desktop."
msgstr ""
+#, c-format
+#~ msgid "%s is now unmounted"
+#~ msgstr "%s адлÑÑанÑ"
+
+#, c-format
+#~ msgid "%s is now mounted"
+#~ msgstr "%s далÑÑанÑ"
+
+#~ msgid "Plug-in"
+#~ msgstr "ÐлагÑн"
+
#~ msgid "module"
#~ msgstr "модÑлÑ"
+#~ msgid "Plug-ins"
+#~ msgstr "ÐодÑлÑ"
+
#~ msgid "Define the appearance of the dock when it's hidden."
#~ msgstr "Як бÑдзе вÑглÑдаÑÑ Ð¿Ð°Ð½ÑÐ»Ñ ÐºÐ°Ð»Ñ Ð±Ñдзе ÑÑ
авана."
#~ msgid "Hidden Dock"
#~ msgstr "СÑ
Ð°Ð²Ð°Ð½Ð°Ñ Ð¿Ð°Ð½ÑлÑ"
+#, c-format
+#~ msgid ""
+#~ "You're about deleting this file\n"
+#~ " (%s)\n"
+#~ "from your hard-disk. Sure ?"
+#~ msgstr ""
+#~ "ÐÑ Ð·ÑбÑÑаеÑеÑÑ Ð²ÑдалÑÑÑ Ñайл\n"
+#~ " (%s)\n"
+#~ "з жоÑÑÑкага дÑÑка. ÐÑ ÑпÑÑненÑ?"
+
#~ msgid "Undefined"
#~ msgstr "Ðе вÑзнаÑана"
+#~ msgid "Mount"
+#~ msgstr "ÐалÑÑÑÑÑ"
+
+#~ msgid "Rename this file"
+#~ msgstr "ÐеÑайменаваÑÑ Ð³ÑÑÑ Ñайл"
+
+#~ msgid "Eject"
+#~ msgstr "ÐÑнÑÑÑ"
+
+#~ msgid "Unmount"
+#~ msgstr "ÐдлÑÑÑÑÑ"
+
+#~ msgid "Delete this file"
+#~ msgstr "ÐÑдалÑÑÑ Ð³ÑÑÑ Ñайл"
+
+#~ msgid "Properties"
+#~ msgstr "ÐлаÑÑÑваÑÑÑ"
+
#~ msgid ""
#~ "No plug-in were found.\n"
#~ "To make the most of Cairo-Dock, please consider installing its plug-ins.\n"
@@ -4224,6 +4415,35 @@
#~ msgid "Configure the auto-hide behaviour."
#~ msgstr "ÐаладзÑÑÑ Ð¿Ð°Ð²Ð¾Ð´Ð·ÑÐ½Ñ Ð°ÑÑа-ÑÑ
аваннÑ."
+#~ msgid "Do you want to mount this device?"
+#~ msgstr "ÐÑ Ð¶Ð°Ð´Ð°ÐµÑе падклÑÑÑÑÑ Ð³ÑÑÑÑ ÐºÑопкÑ?"
+
+#~ msgid "Controller"
+#~ msgstr "ÐÑÑаванне"
+
+#~ msgid "Controllers"
+#~ msgstr "ÐаÑÑÑкÑ"
+
+#~ msgid ""
+#~ "Warning: could not delete this file.\n"
+#~ "Please check file permissions."
+#~ msgstr ""
+#~ "Увага: не ÑдалоÑÑ Ð²ÑдалÑÑÑ Ð³ÑÑÑ Ñайл.\n"
+#~ "ÐеÑаканайÑеÑÑ, ÑÑо Ð²Ñ Ð¼Ð°ÐµÑе пÑава на запÑÑ."
+
+#~ msgid "Rename to:"
+#~ msgstr "ÐеÑайменаваÑÑ Ñ:"
+
+#, c-format
+#~ msgid ""
+#~ "Warning: could not rename %s.\n"
+#~ "Check file permissions \n"
+#~ "and that the new name does not already exist."
+#~ msgstr ""
+#~ "Увага: не ÑдалоÑÑ Ð¿ÐµÑайменаваÑÑ %s.\n"
+#~ "ÐеÑаканайÑеÑÑ, ÑÑо Ð²Ñ Ð¼Ð°ÐµÑе пÑава на запÑÑ,\n"
+#~ " Ñ Ð½Ð¾Ð²Ð°Ðµ ÑÐ¼Ñ Ñжо не пÑÑÑÑÑнÑÑае на панÑлÑ."
+
#~ msgid ""
#~ "Icons will scroll according to what positioning model is selected. The dock "
#~ "can of course can be positioned anywhere on the screen. Here we specify this "
=== modified file 'po/ca.po'
--- po/ca.po 2010-09-07 00:38:36 +0000
+++ po/ca.po 2010-10-02 18:15:57 +0000
@@ -9,13 +9,13 @@
"Project-Id-Version: cairo-dock-core\n"
"Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
"POT-Creation-Date: 2010-08-29 00:58+0000\n"
-"PO-Revision-Date: 2010-08-29 03:47+0000\n"
+"PO-Revision-Date: 2010-09-07 04:10+0000\n"
"Last-Translator: Cesc Llagostera <cescllp@xxxxxxxxx>\n"
"Language-Team: Catalan <ca@xxxxxx>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2010-08-30 03:51+0000\n"
+"X-Launchpad-Export-Date: 2010-09-08 04:34+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
"Language: ca\n"
=== modified file 'po/cairo-dock.pot'
--- po/cairo-dock.pot 2010-09-07 00:38:36 +0000
+++ po/cairo-dock.pot 2010-10-02 18:15:57 +0000
@@ -23,19 +23,19 @@
msgid "Behaviour"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1399
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1397
msgid "Appearance"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1247
+#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1231
msgid "Files"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1252
+#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1236
msgid "Internet"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1257
+#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1241
msgid "Desktop"
msgstr ""
@@ -43,83 +43,83 @@
msgid "Accessories"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:134 ../src/gldit/cairo-dock-gui-factory.c:1267
-#: ../src/gldit/cairo-dock-internal-system.c:133 ../data/messages:353
+#: ../src/cairo-dock-gui-main.c:134 ../src/gldit/cairo-dock-gui-factory.c:1251
+#: ../src/gldit/cairo-dock-internal-system.c:123 ../data/messages:353
msgid "System"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1272
+#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1256
msgid "Fun"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1524
+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1526
#: ../data/messages:1531
msgid "All"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:1500
+#: ../src/cairo-dock-gui-main.c:1502
msgid "Categories"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:1630
+#: ../src/cairo-dock-gui-main.c:1632
msgid "Filter"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:1677 ../data/messages:141
+#: ../src/cairo-dock-gui-main.c:1679 ../data/messages:141
msgid "Options"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:1687
+#: ../src/cairo-dock-gui-main.c:1689
msgid "All words"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:1691
+#: ../src/cairo-dock-gui-main.c:1693
msgid "Highlighted words"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:1696
+#: ../src/cairo-dock-gui-main.c:1698
msgid "Hide others"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:1701
+#: ../src/cairo-dock-gui-main.c:1703
msgid "Search in description"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:1715
+#: ../src/cairo-dock-gui-main.c:1717
msgid "Enable this module"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:1779 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1781 ../data/messages:135
msgid "More applets"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:1780 ../data/messages:133
+#: ../src/cairo-dock-gui-main.c:1782 ../data/messages:133
msgid "Get more applets online !"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:1815 ../src/cairo-dock.c:741
+#: ../src/cairo-dock-gui-main.c:1817 ../src/cairo-dock.c:741
msgid "< Maintenance mode >"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:1905 ../src/cairo-dock-gui-simple.c:769
+#: ../src/cairo-dock-gui-main.c:1907 ../src/cairo-dock-gui-simple.c:769
msgid "Cairo-Dock configuration"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:2226
+#: ../src/cairo-dock-gui-main.c:2228
#, c-format
msgid "The '%s' module is not present. You need to install it and all its dependencies in order to use this module."
msgstr ""
-#: ../src/cairo-dock-gui-main.c:2232
+#: ../src/cairo-dock-gui-main.c:2234
#, c-format
msgid "The '%s' module is not enabled."
msgstr ""
-#: ../src/cairo-dock-gui-main.c:2233
+#: ../src/cairo-dock-gui-main.c:2235
msgid "Do you want to enable it now?"
msgstr ""
-#: ../src/cairo-dock-gui-main.c:2376
+#: ../src/cairo-dock-gui-main.c:2378
msgid ""
"It appears that you've never entered the help module before.\n"
"If you are having difficulty configuring the dock, or if you want to customise it,\n"
@@ -206,50 +206,32 @@
msgid "Manage Themes"
msgstr ""
-#: ../src/cairo-dock-internal-icons.c:452
-#: ../src/gldit/cairo-dock-internal-icons.c:457
-msgid "Provides various animations for your icons."
-msgstr ""
-
-#: ../src/cairo-dock-internal-icons.c:454
-#: ../src/gldit/cairo-dock-internal-icons.c:459 ../data/messages:85
-#: ../data/messages:639 ../data/messages:873
-msgid "Icons"
-msgstr ""
-
-#: ../src/cairo-dock-internal-icons.c:456
-#: ../src/gldit/cairo-dock-internal-icons.c:461
-msgid ""
-"All about icons:\n"
-" size, reflection, icon theme,..."
-msgstr ""
-
#: ../src/cairo-dock-menu.c:128
#, c-format
msgid "Configuration of the '%s' dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:207 ../data/messages:1303
+#: ../src/cairo-dock-menu.c:207 ../data/messages:1301
msgid "Community site"
msgstr ""
-#: ../src/cairo-dock-menu.c:208 ../data/messages:1301
+#: ../src/cairo-dock-menu.c:208 ../data/messages:1299
msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
msgstr ""
-#: ../src/cairo-dock-menu.c:211 ../data/messages:1307
+#: ../src/cairo-dock-menu.c:211 ../data/messages:1305
msgid "Development site"
msgstr ""
-#: ../src/cairo-dock-menu.c:212 ../data/messages:1305
+#: ../src/cairo-dock-menu.c:212 ../data/messages:1303
msgid "Find the latest version of Cairo-Dock here !"
msgstr ""
-#: ../src/cairo-dock-menu.c:215 ../data/messages:1311
+#: ../src/cairo-dock-menu.c:215 ../data/messages:1309
msgid "Cairo-Dock-Plug-ins-Extras"
msgstr ""
-#: ../src/cairo-dock-menu.c:216 ../data/messages:1181 ../data/messages:1309
+#: ../src/cairo-dock-menu.c:216 ../data/messages:1179 ../data/messages:1307
msgid "Other applets"
msgstr ""
@@ -269,349 +251,349 @@
msgid "Quit Cairo-Dock?"
msgstr ""
-#: ../src/cairo-dock-menu.c:339
+#: ../src/cairo-dock-menu.c:344
msgid "Configure this dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:344
+#: ../src/cairo-dock-menu.c:349
msgid "Customize the position, visibility and appearance of this main dock."
msgstr ""
-#: ../src/cairo-dock-menu.c:347
+#: ../src/cairo-dock-menu.c:352
msgid "Configure"
msgstr ""
-#: ../src/cairo-dock-menu.c:352
+#: ../src/cairo-dock-menu.c:357
msgid "Configure behaviour, appearance, and applets."
msgstr ""
-#: ../src/cairo-dock-menu.c:354
+#: ../src/cairo-dock-menu.c:359
msgid "Manage themes"
msgstr ""
-#: ../src/cairo-dock-menu.c:359
+#: ../src/cairo-dock-menu.c:364
msgid "Choose from amongst many themes on the server or save your current theme."
msgstr ""
-#: ../src/cairo-dock-menu.c:364
+#: ../src/cairo-dock-menu.c:369
msgid "Unlock icons"
msgstr ""
-#: ../src/cairo-dock-menu.c:364
+#: ../src/cairo-dock-menu.c:369
msgid "Lock icons"
msgstr ""
-#: ../src/cairo-dock-menu.c:368
+#: ../src/cairo-dock-menu.c:373
msgid "This will (un)lock the position of the icons."
msgstr ""
-#: ../src/cairo-dock-menu.c:372
+#: ../src/cairo-dock-menu.c:377
msgid "Unlock dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:372
+#: ../src/cairo-dock-menu.c:377
msgid "Lock dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:377
+#: ../src/cairo-dock-menu.c:382
msgid "This will (un)lock the whole dock."
msgstr ""
-#: ../src/cairo-dock-menu.c:382
+#: ../src/cairo-dock-menu.c:387
msgid "Quick-Hide"
msgstr ""
-#: ../src/cairo-dock-menu.c:387
+#: ../src/cairo-dock-menu.c:392
msgid "This will hide the dock until you hover over it with the mouse."
msgstr ""
-#: ../src/cairo-dock-menu.c:395
+#: ../src/cairo-dock-menu.c:400
msgid "Launch Cairo-Dock on startup"
msgstr ""
-#: ../src/cairo-dock-menu.c:405 ../src/cairo-dock.c:294
+#: ../src/cairo-dock-menu.c:410 ../src/cairo-dock.c:294
msgid "Help"
msgstr ""
-#: ../src/cairo-dock-menu.c:410
+#: ../src/cairo-dock-menu.c:415
msgid "There are no problems, only solutions (and a lot of useful hints!)"
msgstr ""
-#: ../src/cairo-dock-menu.c:412
+#: ../src/cairo-dock-menu.c:417
msgid "Get more applets!"
msgstr ""
-#: ../src/cairo-dock-menu.c:417
+#: ../src/cairo-dock-menu.c:422
msgid "Third-party applets provide integration with many programs, like Pidgin"
msgstr ""
-#: ../src/cairo-dock-menu.c:419
+#: ../src/cairo-dock-menu.c:424
msgid "About"
msgstr ""
-#: ../src/cairo-dock-menu.c:427
+#: ../src/cairo-dock-menu.c:432
msgid "Quit"
msgstr ""
-#: ../src/cairo-dock-menu.c:451
+#: ../src/cairo-dock-menu.c:457
msgid "separator"
msgstr ""
-#: ../src/cairo-dock-menu.c:455
+#: ../src/cairo-dock-menu.c:461
#, c-format
msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
msgstr ""
-#: ../src/cairo-dock-menu.c:466
+#: ../src/cairo-dock-menu.c:472
msgid ""
"Do you want to re-dispatch the icons contained inside this container into the dock?\n"
"(otherwise they will be destroyed)"
msgstr ""
-#: ../src/cairo-dock-menu.c:536
+#: ../src/cairo-dock-menu.c:542
msgid ""
"The new dock has been created.\n"
"Now move some launchers or applets into it by right-clicking on the icon -> move to another dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:553
+#: ../src/cairo-dock-menu.c:559
msgid "Sorry, this icon doesn't have a configuration file."
msgstr ""
-#: ../src/cairo-dock-menu.c:594
+#: ../src/cairo-dock-menu.c:600
msgid ""
"The new dock has been created.\n"
"You can customize it by right-clicking on it -> cairo-dock -> configure this dock."
msgstr ""
-#: ../src/cairo-dock-menu.c:651
+#: ../src/cairo-dock-menu.c:657
#, c-format
msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
msgstr ""
-#: ../src/cairo-dock-menu.c:835
+#: ../src/cairo-dock-menu.c:841
msgid ""
"Sorry, couldn't find the corresponding description file.\n"
"Consider dragging and dropping the launcher from the Applications Menu."
msgstr ""
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1073
#, c-format
msgid "Move all to desktop %d - face %d"
msgstr ""
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1073
#, c-format
msgid "Move to desktop %d - face %d"
msgstr ""
-#: ../src/cairo-dock-menu.c:1069
+#: ../src/cairo-dock-menu.c:1075
#, c-format
msgid "Move all to desktop %d"
msgstr ""
-#: ../src/cairo-dock-menu.c:1069
+#: ../src/cairo-dock-menu.c:1075
#, c-format
msgid "Move to desktop %d"
msgstr ""
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1077
#, c-format
msgid "Move all to face %d"
msgstr ""
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1077
#, c-format
msgid "Move to face %d"
msgstr ""
-#: ../src/cairo-dock-menu.c:1108
+#: ../src/cairo-dock-menu.c:1114
msgid "Add"
msgstr ""
-#: ../src/cairo-dock-menu.c:1112
+#: ../src/cairo-dock-menu.c:1118
msgid "Add a sub-dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:1114
+#: ../src/cairo-dock-menu.c:1120
msgid "Add a main dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:1117
+#: ../src/cairo-dock-menu.c:1123
msgid "Add a separator"
msgstr ""
-#: ../src/cairo-dock-menu.c:1121
+#: ../src/cairo-dock-menu.c:1127
msgid "Add a custom launcher"
msgstr ""
-#: ../src/cairo-dock-menu.c:1122
+#: ../src/cairo-dock-menu.c:1128
msgid "Usually you would drag a launcher from the menu and drop it on the dock."
msgstr ""
-#: ../src/cairo-dock-menu.c:1161
+#: ../src/cairo-dock-menu.c:1173
msgid "Modify this separator"
msgstr ""
-#: ../src/cairo-dock-menu.c:1161
+#: ../src/cairo-dock-menu.c:1173
msgid "Modify this launcher"
msgstr ""
-#: ../src/cairo-dock-menu.c:1163
+#: ../src/cairo-dock-menu.c:1175
msgid "Remove this separator"
msgstr ""
-#: ../src/cairo-dock-menu.c:1163
+#: ../src/cairo-dock-menu.c:1175
msgid "Remove this launcher"
msgstr ""
-#: ../src/cairo-dock-menu.c:1164
+#: ../src/cairo-dock-menu.c:1176
msgid "You can remove a launcher by dragging it out of the dock with the mouse ."
msgstr ""
-#: ../src/cairo-dock-menu.c:1166 ../src/cairo-dock-menu.c:1314
+#: ../src/cairo-dock-menu.c:1178 ../src/cairo-dock-menu.c:1341
msgid "Move to another dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:1170 ../src/cairo-dock-menu.c:1318
+#: ../src/cairo-dock-menu.c:1182 ../src/cairo-dock-menu.c:1345
msgid "New main dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:1184 ../src/cairo-dock-menu.c:1260
+#: ../src/cairo-dock-menu.c:1200 ../src/cairo-dock-menu.c:1283
msgid "Other actions"
msgstr ""
-#: ../src/cairo-dock-menu.c:1189
+#: ../src/cairo-dock-menu.c:1205
msgid "Move to this desktop"
msgstr ""
-#: ../src/cairo-dock-menu.c:1203
+#: ../src/cairo-dock-menu.c:1219
msgid "Not Fullscreen"
msgstr ""
-#: ../src/cairo-dock-menu.c:1203
+#: ../src/cairo-dock-menu.c:1219
msgid "Fullscreen"
msgstr ""
-#: ../src/cairo-dock-menu.c:1207
+#: ../src/cairo-dock-menu.c:1223
msgid "Don't keep above"
msgstr ""
-#: ../src/cairo-dock-menu.c:1207
+#: ../src/cairo-dock-menu.c:1223
msgid "Keep above"
msgstr ""
-#: ../src/cairo-dock-menu.c:1226
+#: ../src/cairo-dock-menu.c:1244
msgid "Remove custom icon"
msgstr ""
-#: ../src/cairo-dock-menu.c:1230
+#: ../src/cairo-dock-menu.c:1248
msgid "Set a custom icon"
msgstr ""
-#: ../src/cairo-dock-menu.c:1232
+#: ../src/cairo-dock-menu.c:1251
msgid "Kill"
msgstr ""
-#: ../src/cairo-dock-menu.c:1237
+#: ../src/cairo-dock-menu.c:1256
msgid "Launch a new (Shift+clic)"
msgstr ""
-#: ../src/cairo-dock-menu.c:1242
+#: ../src/cairo-dock-menu.c:1261
msgid "Make it a launcher"
msgstr ""
-#: ../src/cairo-dock-menu.c:1245
+#: ../src/cairo-dock-menu.c:1264
msgid "Show"
msgstr ""
-#: ../src/cairo-dock-menu.c:1247
+#: ../src/cairo-dock-menu.c:1266
msgid "Unmaximise"
msgstr ""
-#: ../src/cairo-dock-menu.c:1247
+#: ../src/cairo-dock-menu.c:1266
msgid "Maximise"
msgstr ""
-#: ../src/cairo-dock-menu.c:1250
+#: ../src/cairo-dock-menu.c:1269
msgid "Minimise"
msgstr ""
-#: ../src/cairo-dock-menu.c:1252
+#: ../src/cairo-dock-menu.c:1271
msgid "Close (middle-click)"
msgstr ""
-#: ../src/cairo-dock-menu.c:1265
+#: ../src/cairo-dock-menu.c:1288
msgid "Move all to this desktop"
msgstr ""
-#: ../src/cairo-dock-menu.c:1271
+#: ../src/cairo-dock-menu.c:1294
msgid "Launch new"
msgstr ""
-#: ../src/cairo-dock-menu.c:1274
+#: ../src/cairo-dock-menu.c:1297
msgid "Show all"
msgstr ""
-#: ../src/cairo-dock-menu.c:1276
+#: ../src/cairo-dock-menu.c:1299
msgid "Minimise all"
msgstr ""
-#: ../src/cairo-dock-menu.c:1278
+#: ../src/cairo-dock-menu.c:1301
msgid "Close all"
msgstr ""
-#: ../src/cairo-dock-menu.c:1298 ../src/gldit/cairo-dock-gui-factory.c:926
+#: ../src/cairo-dock-menu.c:1325 ../src/gldit/cairo-dock-gui-factory.c:926
msgid "Configure this applet"
msgstr ""
-#: ../src/cairo-dock-menu.c:1302
+#: ../src/cairo-dock-menu.c:1329
msgid "Detach this applet"
msgstr ""
-#: ../src/cairo-dock-menu.c:1302
+#: ../src/cairo-dock-menu.c:1329
msgid "Return to the dock"
msgstr ""
-#: ../src/cairo-dock-menu.c:1305
+#: ../src/cairo-dock-menu.c:1332
msgid "Remove this applet"
msgstr ""
-#: ../src/cairo-dock-menu.c:1309
+#: ../src/cairo-dock-menu.c:1336
msgid "Launch another instance of this applet"
msgstr ""
-#: ../src/cairo-dock-menu.c:1331
+#: ../src/cairo-dock-menu.c:1362
#: ../src/gldit/cairo-dock-internal-accessibility.c:277
msgid "Visibility"
msgstr ""
-#: ../src/cairo-dock-menu.c:1346
+#: ../src/cairo-dock-menu.c:1377
msgid "Normal"
msgstr ""
-#: ../src/cairo-dock-menu.c:1352 ../data/messages:21 ../data/messages:201
-#: ../data/messages:1385
+#: ../src/cairo-dock-menu.c:1383 ../data/messages:21 ../data/messages:201
+#: ../data/messages:1383
msgid "Always on top"
msgstr ""
-#: ../src/cairo-dock-menu.c:1359
+#: ../src/cairo-dock-menu.c:1390
msgid "Always below"
msgstr ""
-#: ../src/cairo-dock-menu.c:1372
+#: ../src/cairo-dock-menu.c:1403
msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
msgstr ""
-#: ../src/cairo-dock-menu.c:1374
+#: ../src/cairo-dock-menu.c:1405
msgid "Reserve space"
msgstr ""
-#: ../src/cairo-dock-menu.c:1381
+#: ../src/cairo-dock-menu.c:1412
msgid "On all desktops"
msgstr ""
-#: ../src/cairo-dock-menu.c:1387
+#: ../src/cairo-dock-menu.c:1418
msgid "Lock position"
msgstr ""
@@ -715,91 +697,96 @@
msgid "_Custom Icons_"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:1262
+#: ../src/gldit/cairo-dock-gui-factory.c:1246
msgid "Accessory"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:1306
+#: ../src/gldit/cairo-dock-gui-factory.c:1290
msgid "rate me"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:1326
+#: ../src/gldit/cairo-dock-gui-factory.c:1310
+#: ../src/gldit/cairo-dock-gui-factory.c:1499
msgid "Local"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:1330
+#: ../src/gldit/cairo-dock-gui-factory.c:1314
+#: ../src/gldit/cairo-dock-gui-factory.c:1502
msgid "User"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:1334
+#: ../src/gldit/cairo-dock-gui-factory.c:1318
+#: ../src/gldit/cairo-dock-gui-factory.c:1505
msgid "Net"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:1338
+#: ../src/gldit/cairo-dock-gui-factory.c:1322
+#: ../src/gldit/cairo-dock-gui-factory.c:1508
msgid "New"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:1343
+#: ../src/gldit/cairo-dock-gui-factory.c:1327
+#: ../src/gldit/cairo-dock-gui-factory.c:1512
msgid "Updated"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:1439
-#: ../src/gldit/cairo-dock-gui-factory.c:1441
+#: ../src/gldit/cairo-dock-gui-factory.c:1423
+#: ../src/gldit/cairo-dock-gui-factory.c:1425
msgid "You must try the theme before you can rate it."
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:1464
+#: ../src/gldit/cairo-dock-gui-factory.c:1448
#, c-format
msgid ""
"The '%s' module was not found.\n"
"Be sure to install it with the same version as the dock to enjoy these features."
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:1473
+#: ../src/gldit/cairo-dock-gui-factory.c:1457
#, c-format
msgid ""
"The '%s' plug-in is not active.\n"
"Activate it now?"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:2152
+#: ../src/gldit/cairo-dock-gui-factory.c:2188
#, c-format
msgid "Listing themes in '%s' ..."
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:2290
+#: ../src/gldit/cairo-dock-gui-factory.c:2326
msgid "plug-in"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:2296
+#: ../src/gldit/cairo-dock-gui-factory.c:2332
msgid "category"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:2339
+#: ../src/gldit/cairo-dock-gui-factory.c:2375
msgid "Click on an applet in order to have a preview and a description for it."
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:2742
+#: ../src/gldit/cairo-dock-gui-factory.c:2778
msgid "state"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:2748
+#: ../src/gldit/cairo-dock-gui-factory.c:2784
msgid "Theme"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:2761
+#: ../src/gldit/cairo-dock-gui-factory.c:2797
msgid "Rating"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:2767
+#: ../src/gldit/cairo-dock-gui-factory.c:2803
msgid "Sobriety"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:2850
+#: ../src/gldit/cairo-dock-gui-factory.c:2886
msgid "link"
msgstr ""
-#: ../src/gldit/cairo-dock-gui-factory.c:2903
+#: ../src/gldit/cairo-dock-gui-factory.c:2939
msgid "Grab"
msgstr ""
@@ -810,12 +797,12 @@
"Configure the way you access your docks and sub-docks!"
msgstr ""
-#: ../src/gldit/cairo-dock-internal-background.c:160 ../data/messages:459
-#: ../data/messages:861 ../data/messages:1407
+#: ../src/gldit/cairo-dock-internal-background.c:128 ../data/messages:449
+#: ../data/messages:859 ../data/messages:1405
msgid "Background"
msgstr ""
-#: ../src/gldit/cairo-dock-internal-background.c:162
+#: ../src/gldit/cairo-dock-internal-background.c:130
msgid "Set a background for your dock."
msgstr ""
@@ -823,7 +810,7 @@
msgid "_custom decoration_"
msgstr ""
-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:575
+#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:565
msgid "Desklets"
msgstr ""
@@ -843,7 +830,22 @@
msgid "Configure text bubble appearance."
msgstr ""
-#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:757
+#: ../src/gldit/cairo-dock-internal-icons.c:457
+msgid "Provides various animations for your icons."
+msgstr ""
+
+#: ../src/gldit/cairo-dock-internal-icons.c:459 ../data/messages:85
+#: ../data/messages:629 ../data/messages:871
+msgid "Icons"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-internal-icons.c:461
+msgid ""
+"All about icons:\n"
+" size, reflection, icon theme,..."
+msgstr ""
+
+#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:747
msgid "Indicators"
msgstr ""
@@ -851,11 +853,11 @@
msgid "Indicators are additional markers for your icons."
msgstr ""
-#: ../src/gldit/cairo-dock-internal-labels.c:171
+#: ../src/gldit/cairo-dock-internal-labels.c:182
msgid "Captions"
msgstr ""
-#: ../src/gldit/cairo-dock-internal-labels.c:173
+#: ../src/gldit/cairo-dock-internal-labels.c:184
msgid "Define icon caption and quick-info style."
msgstr ""
@@ -867,12 +869,12 @@
msgid "Set the position of the main dock."
msgstr ""
-#: ../src/gldit/cairo-dock-internal-system.c:135
+#: ../src/gldit/cairo-dock-internal-system.c:125
msgid "All of the parameters you will never want to tweak."
msgstr ""
#: ../src/gldit/cairo-dock-internal-taskbar.c:167 ../data/messages:61
-#: ../data/messages:1049
+#: ../data/messages:1047
msgid "Taskbar"
msgstr ""
@@ -885,7 +887,7 @@
msgstr ""
#: ../src/gldit/cairo-dock-internal-views.c:87 ../data/messages:115
-#: ../data/messages:519 ../data/messages:1401
+#: ../data/messages:509 ../data/messages:1399
msgid "Views"
msgstr ""
@@ -902,19 +904,23 @@
msgid "Are you sure you want to overwrite theme %s?"
msgstr ""
-#: ../src/gldit/cairo-dock-themes-manager.c:222
+#: ../src/gldit/cairo-dock-themes-manager.c:171
+msgid "Last modification on:"
+msgstr ""
+
+#: ../src/gldit/cairo-dock-themes-manager.c:238
#, c-format
msgid ""
"Could not access remote file %s/%s. Maybe the server is down.\n"
"Please retry later or contact us at glx-dock.org."
msgstr ""
-#: ../src/gldit/cairo-dock-themes-manager.c:237
+#: ../src/gldit/cairo-dock-themes-manager.c:253
#, c-format
msgid "Are you sure you want to delete theme %s?"
msgstr ""
-#: ../src/gldit/cairo-dock-themes-manager.c:239
+#: ../src/gldit/cairo-dock-themes-manager.c:255
msgid "Are you sure you want to delete these themes?"
msgstr ""
@@ -943,33 +949,33 @@
msgid "Folding"
msgstr ""
-#: ../data/messages:1 ../data/messages:1347
+#: ../data/messages:1 ../data/messages:1345
msgid "Behavior"
msgstr ""
-#: ../data/messages:3 ../data/messages:153 ../data/messages:1349
+#: ../data/messages:3 ../data/messages:153 ../data/messages:1347
msgid "Position on the screen"
msgstr ""
-#: ../data/messages:5 ../data/messages:155 ../data/messages:1351
+#: ../data/messages:5 ../data/messages:155 ../data/messages:1349
msgid "Choose which border of the screen the dock will be placed on:"
msgstr ""
-#: ../data/messages:7 ../data/messages:157 ../data/messages:1353
+#: ../data/messages:7 ../data/messages:157 ../data/messages:1351
msgid "bottom"
msgstr ""
-#: ../data/messages:9 ../data/messages:159 ../data/messages:1355
+#: ../data/messages:9 ../data/messages:159 ../data/messages:1353
msgid "top"
msgstr ""
#: ../data/messages:11 ../data/messages:161 ../data/messages:171
-#: ../data/messages:1357
+#: ../data/messages:1355
msgid "right"
msgstr ""
#: ../data/messages:13 ../data/messages:163 ../data/messages:169
-#: ../data/messages:1359
+#: ../data/messages:1357
msgid "left"
msgstr ""
@@ -977,7 +983,7 @@
msgid "Visibility of the main dock"
msgstr ""
-#: ../data/messages:17 ../data/messages:197 ../data/messages:1381
+#: ../data/messages:17 ../data/messages:197 ../data/messages:1379
msgid ""
"Modes are sorted from the most intrusive to the less intrusive.\n"
"When the dock is hidden or below a window, place the mouse on the screen's border to call it back.\n"
@@ -985,31 +991,31 @@
msgstr ""
#: ../data/messages:19 ../data/messages:55 ../data/messages:199
-#: ../data/messages:261 ../data/messages:1383
+#: ../data/messages:261 ../data/messages:1381
msgid "Visibility:"
msgstr ""
-#: ../data/messages:23 ../data/messages:203 ../data/messages:1387
+#: ../data/messages:23 ../data/messages:203 ../data/messages:1385
msgid "Reserve space for the dock"
msgstr ""
-#: ../data/messages:25 ../data/messages:205 ../data/messages:1389
+#: ../data/messages:25 ../data/messages:205 ../data/messages:1387
msgid "Keep the dock below"
msgstr ""
-#: ../data/messages:27 ../data/messages:207 ../data/messages:1391
+#: ../data/messages:27 ../data/messages:207 ../data/messages:1389
msgid "Hide the dock when it overlaps the current window"
msgstr ""
-#: ../data/messages:29 ../data/messages:209 ../data/messages:1393
+#: ../data/messages:29 ../data/messages:209 ../data/messages:1391
msgid "Hide the dock whenever it overlaps any window"
msgstr ""
-#: ../data/messages:31 ../data/messages:211 ../data/messages:1395
+#: ../data/messages:31 ../data/messages:211 ../data/messages:1393
msgid "Keep the dock hidden"
msgstr ""
-#: ../data/messages:33 ../data/messages:213 ../data/messages:1397
+#: ../data/messages:33 ../data/messages:213 ../data/messages:1395
msgid "Pop-up on shortcut"
msgstr ""
@@ -1077,7 +1083,7 @@
msgid "On appearance/disappearance:"
msgstr ""
-#: ../data/messages:87 ../data/messages:643
+#: ../data/messages:87 ../data/messages:633
msgid "Leave empty to use the current icon theme of your system. You can enter the name of a theme that is installed on your system (like 'Gartoon' or 'Human'), or even a path to a folder containing icons."
msgstr ""
@@ -1113,35 +1119,35 @@
msgid "This will separate launchers, application, and applets from each others. Separators will be automatically inserted then."
msgstr ""
-#: ../data/messages:105 ../data/messages:733
+#: ../data/messages:105 ../data/messages:723
msgid "Separate the different types of icons?"
msgstr ""
-#: ../data/messages:107 ../data/messages:743
+#: ../data/messages:107 ../data/messages:733
msgid "Order of the different types of icons :"
msgstr ""
-#: ../data/messages:109 ../data/messages:745
+#: ../data/messages:109 ../data/messages:735
msgid "launchers"
msgstr ""
-#: ../data/messages:111 ../data/messages:747
+#: ../data/messages:111 ../data/messages:737
msgid "applications"
msgstr ""
-#: ../data/messages:113 ../data/messages:749
+#: ../data/messages:113 ../data/messages:739
msgid "applets"
msgstr ""
-#: ../data/messages:117 ../data/messages:523
+#: ../data/messages:117 ../data/messages:513
msgid "Choose the default view for main docks :"
msgstr ""
-#: ../data/messages:119 ../data/messages:527
+#: ../data/messages:119 ../data/messages:517
msgid "You can overwrite this parameter for each sub-dock."
msgstr ""
-#: ../data/messages:121 ../data/messages:529
+#: ../data/messages:121 ../data/messages:519
msgid "Choose the default view for sub-docks :"
msgstr ""
@@ -1168,11 +1174,11 @@
msgid "You can install them by simply drag-and-dropping the link onto your dock."
msgstr ""
-#: ../data/messages:137 ../data/messages:1427
+#: ../data/messages:137 ../data/messages:1425
msgid "Themes"
msgstr ""
-#: ../data/messages:139 ../data/messages:1431
+#: ../data/messages:139 ../data/messages:1429
msgid "Choose one of the available themes:"
msgstr ""
@@ -1192,31 +1198,31 @@
msgid "Use the new theme's behaviour?"
msgstr ""
-#: ../data/messages:165 ../data/messages:1361
+#: ../data/messages:165 ../data/messages:1359
msgid "When set to 0 the dock will position itself relative to the left corner if horizontal and the top corner if vertical. When set to 1 it will position itself relative to the right corner if horizontal and the bottom corner if vertical. When set to 0.5, it will position itself relative to the middle of the screen's edge."
msgstr ""
-#: ../data/messages:167 ../data/messages:1363
+#: ../data/messages:167 ../data/messages:1361
msgid "Relative alignment:"
msgstr ""
-#: ../data/messages:173 ../data/messages:1365
+#: ../data/messages:173 ../data/messages:1363
msgid "Offset from the screen's edge"
msgstr ""
-#: ../data/messages:175 ../data/messages:1367
+#: ../data/messages:175 ../data/messages:1365
msgid "Gap from the absolute position on the screen's edge, in pixels. You can also move the dock by holding the ALT or CTRL key and the left mouse button."
msgstr ""
-#: ../data/messages:177 ../data/messages:1369
+#: ../data/messages:177 ../data/messages:1367
msgid "Lateral offset:"
msgstr ""
-#: ../data/messages:179 ../data/messages:1371
+#: ../data/messages:179 ../data/messages:1369
msgid "in pixels. You can also move the dock by holding the ALT or CTRL key and the left mouse button."
msgstr ""
-#: ../data/messages:181 ../data/messages:1373
+#: ../data/messages:181 ../data/messages:1371
msgid "Distance to the screen edge:"
msgstr ""
@@ -1236,7 +1242,7 @@
msgid "0 is the first screen."
msgstr ""
-#: ../data/messages:191 ../data/messages:1377
+#: ../data/messages:191 ../data/messages:1375
msgid "Number of the screen where the dock should be located:"
msgstr ""
@@ -1394,13 +1400,13 @@
msgid "Transparency of icons whose window is minimised:"
msgstr ""
-#: ../data/messages:321 ../data/messages:479 ../data/messages:591
-#: ../data/messages:617 ../data/messages:689
+#: ../data/messages:321 ../data/messages:469 ../data/messages:581
+#: ../data/messages:607 ../data/messages:679
msgid "Opaque"
msgstr ""
-#: ../data/messages:323 ../data/messages:477 ../data/messages:589
-#: ../data/messages:615 ../data/messages:687
+#: ../data/messages:323 ../data/messages:467 ../data/messages:579
+#: ../data/messages:605 ../data/messages:677
msgid "Transparent"
msgstr ""
@@ -1527,812 +1533,808 @@
msgstr ""
#: ../data/messages:409
-msgid "Label readability"
+msgid "Composition"
msgstr ""
#: ../data/messages:411
-msgid "Should the labels always be horizontal, even when dock is vertical?"
+msgid "Only use this if you don't run a composite manager like Compiz, xcompmgr, etc and have a black background around your dock. For aesthetic reasons, the dock will be kept under other windows."
msgstr ""
#: ../data/messages:413
-msgid "the bigger, the more the labels next to the selected icon will be transparent."
+msgid "Emulate composition with fake transparency?"
msgstr ""
#: ../data/messages:415
-msgid "label's visibility threshold :"
+msgid "You need to re-open the panel. It is deactivated by default on KDE."
msgstr ""
#: ../data/messages:417
-msgid "Configure labels appearence."
+msgid "Make the config panel transparent?"
msgstr ""
#: ../data/messages:419
-msgid "Composition"
+msgid "Connection to the Internet"
msgstr ""
#: ../data/messages:421
-msgid "Only use this if you don't run a composite manager like Compiz, xcompmgr, etc and have a black background around your dock. For aesthetic reasons, the dock will be kept under other windows."
+msgid "Maximum time in seconds that you allow the connection to the server to take. This only limits the connection phase, once the dock has connected this option is of no more use."
msgstr ""
#: ../data/messages:423
-msgid "Emulate composition with fake transparency?"
+msgid "Connection timeout :"
msgstr ""
#: ../data/messages:425
-msgid "You need to re-open the panel. It is deactivated by default on KDE."
+msgid "Maximum time in seconds that you allow the whole operation to last. Some themes can be up to a few MB."
msgstr ""
#: ../data/messages:427
-msgid "Make the config panel transparent?"
+msgid "Maximum time to download a file:"
msgstr ""
#: ../data/messages:429
-msgid "Connection to the Internet"
+msgid "Use this option if you experience problems to connect."
msgstr ""
#: ../data/messages:431
-msgid "Maximum time in seconds that you allow the connection to the server to take. This only limits the connection phase, once the dock has connected this option is of no more use."
+msgid "Force IPv4 ?"
msgstr ""
#: ../data/messages:433
-msgid "Connection timeout :"
+msgid "Use this option if you connect to the Internet through a proxy."
msgstr ""
#: ../data/messages:435
-msgid "Maximum time in seconds that you allow the whole operation to last. Some themes can be up to a few MB."
+msgid "Are you behind a proxy ?"
msgstr ""
#: ../data/messages:437
-msgid "Maximum time to download a file:"
+msgid "Proxy name :"
msgstr ""
#: ../data/messages:439
-msgid "Use this option if you experience problems to connect."
-msgstr ""
-
-#: ../data/messages:441
-msgid "Force IPv4 ?"
-msgstr ""
-
-#: ../data/messages:443
-msgid "Use this option if you connect to the Internet through a proxy."
-msgstr ""
-
-#: ../data/messages:445
-msgid "Are you behind a proxy ?"
-msgstr ""
-
-#: ../data/messages:447
-msgid "Proxy name :"
-msgstr ""
-
-#: ../data/messages:449
msgid "Port :"
msgstr ""
-#: ../data/messages:451 ../data/messages:455
+#: ../data/messages:441 ../data/messages:445
msgid "Let empty if you don't need to log-in to the proxy with a user/password."
msgstr ""
-#: ../data/messages:453
+#: ../data/messages:443
msgid "User :"
msgstr ""
-#: ../data/messages:457
+#: ../data/messages:447
msgid "Password :"
msgstr ""
-#: ../data/messages:461 ../data/messages:1409
+#: ../data/messages:451 ../data/messages:1407
msgid "Fill the background with:"
msgstr ""
-#: ../data/messages:463 ../data/messages:469 ../data/messages:763
-#: ../data/messages:1413
+#: ../data/messages:453 ../data/messages:459 ../data/messages:753
+#: ../data/messages:1411
msgid "Image"
msgstr ""
-#: ../data/messages:465 ../data/messages:485 ../data/messages:1415
+#: ../data/messages:455 ../data/messages:475 ../data/messages:1413
msgid "Colour gradation"
msgstr ""
-#: ../data/messages:467
+#: ../data/messages:457
msgid "Use a background image."
msgstr ""
-#: ../data/messages:471 ../data/messages:1417
+#: ../data/messages:461 ../data/messages:1415
msgid "Any format allowed; if empty, the colour gradation will be used as a fall back."
msgstr ""
-#: ../data/messages:473 ../data/messages:1419
+#: ../data/messages:463 ../data/messages:1417
msgid "Image filename to use as a background :"
msgstr ""
-#: ../data/messages:475
+#: ../data/messages:465
msgid "Image's transparency :"
msgstr ""
-#: ../data/messages:481 ../data/messages:1421
+#: ../data/messages:471 ../data/messages:1419
msgid "Repeat image as a pattern to fill background?"
msgstr ""
-#: ../data/messages:483
+#: ../data/messages:473
msgid "Use a colour gradation."
msgstr ""
-#: ../data/messages:487 ../data/messages:1423
+#: ../data/messages:477 ../data/messages:1421
msgid "Bright colour:"
msgstr ""
-#: ../data/messages:489 ../data/messages:1425
+#: ../data/messages:479 ../data/messages:1423
msgid "Dark colour:"
msgstr ""
-#: ../data/messages:491
+#: ../data/messages:481
msgid "In degrees, in relation to the vertical"
msgstr ""
-#: ../data/messages:493
+#: ../data/messages:483
msgid "Angle of the gradation :"
msgstr ""
-#: ../data/messages:495
+#: ../data/messages:485
msgid "If not nul, it will form stripes."
msgstr ""
-#: ../data/messages:497
+#: ../data/messages:487
msgid "Repeat the gradation this number of times:"
msgstr ""
-#: ../data/messages:499
+#: ../data/messages:489
msgid "Percentage of the bright colour:"
msgstr ""
-#: ../data/messages:501
+#: ../data/messages:491
msgid "External Frame"
msgstr ""
-#: ../data/messages:503 ../data/messages:507 ../data/messages:513
-#: ../data/messages:561 ../data/messages:661
+#: ../data/messages:493 ../data/messages:497 ../data/messages:503
+#: ../data/messages:551 ../data/messages:651
msgid "in pixels."
msgstr ""
-#: ../data/messages:505
+#: ../data/messages:495
msgid "Corner radius :"
msgstr ""
-#: ../data/messages:509
+#: ../data/messages:499
msgid "Linewidth of the external line :"
msgstr ""
-#: ../data/messages:511
+#: ../data/messages:501
msgid "Colour of the external line:"
msgstr ""
-#: ../data/messages:515
+#: ../data/messages:505
msgid "Margin between the frame and the icons or their reflects :"
msgstr ""
-#: ../data/messages:517
+#: ../data/messages:507
msgid "Are the bottom left and right corners rounded?"
msgstr ""
-#: ../data/messages:521
+#: ../data/messages:511
msgid "Main Dock"
msgstr ""
-#: ../data/messages:525
+#: ../data/messages:515
msgid "Sub-Docks"
msgstr ""
-#: ../data/messages:531
+#: ../data/messages:521
msgid "You can specify a ratio for the size of the sub-docks' icons, in relation to the main docks' icons size"
msgstr ""
-#: ../data/messages:533
+#: ../data/messages:523
msgid "Ratio for the size of the sub-docks' icons :"
msgstr ""
-#: ../data/messages:535 ../data/messages:803
+#: ../data/messages:525 ../data/messages:793
msgid "smaller"
msgstr ""
-#: ../data/messages:537
+#: ../data/messages:527
msgid "same size"
msgstr ""
-#: ../data/messages:539
+#: ../data/messages:529
msgid "Dialogs"
msgstr ""
-#: ../data/messages:541
+#: ../data/messages:531
msgid "Bubble"
msgstr ""
-#: ../data/messages:543
+#: ../data/messages:533
msgid "Background colour of the bubble:"
msgstr ""
-#: ../data/messages:545
+#: ../data/messages:535
msgid "Shape of the bubble:"
msgstr ""
-#: ../data/messages:547
+#: ../data/messages:537
msgid "Text"
msgstr ""
-#: ../data/messages:549 ../data/messages:839
+#: ../data/messages:539 ../data/messages:837
msgid "Otherwise the default's system one will be used."
msgstr ""
-#: ../data/messages:551
+#: ../data/messages:541
msgid "Use a custom font for the text?"
msgstr ""
-#: ../data/messages:553
+#: ../data/messages:543
msgid "Text font:"
msgstr ""
-#: ../data/messages:555 ../data/messages:845
+#: ../data/messages:545 ../data/messages:843
msgid "Draw the outline of the text?"
msgstr ""
-#: ../data/messages:557
+#: ../data/messages:547
msgid "Text color:"
msgstr ""
-#: ../data/messages:559 ../data/messages:619
+#: ../data/messages:549 ../data/messages:609
msgid "Buttons"
msgstr ""
-#: ../data/messages:563
+#: ../data/messages:553
msgid "Size of buttons in the info-bubbles (width x height) :"
msgstr ""
-#: ../data/messages:565 ../data/messages:569 ../data/messages:623
-#: ../data/messages:627 ../data/messages:631 ../data/messages:635
+#: ../data/messages:555 ../data/messages:559 ../data/messages:613
+#: ../data/messages:617 ../data/messages:621 ../data/messages:625
msgid "If you don't provide any, a default image will be used."
msgstr ""
-#: ../data/messages:567
+#: ../data/messages:557
msgid "Name of an image to use for the yes/ok button :"
msgstr ""
-#: ../data/messages:571
+#: ../data/messages:561
msgid "Name of an image to use for the no/cancel button :"
msgstr ""
-#: ../data/messages:573
+#: ../data/messages:563
msgid "Size of the icon displayed next to the text :"
msgstr ""
-#: ../data/messages:577
+#: ../data/messages:567
msgid "Decorations"
msgstr ""
-#: ../data/messages:579
+#: ../data/messages:569
msgid ""
"This can be customized for each desklet separately.\n"
"Choose 'Custom decoration' to define your own decorations below"
msgstr ""
-#: ../data/messages:581
+#: ../data/messages:571
msgid "Choose a default decoration for all desklets :"
msgstr ""
-#: ../data/messages:583
+#: ../data/messages:573
msgid "It's an image that will be displayed below the drawings, like a frame for example. Leave empty to not use any."
msgstr ""
-#: ../data/messages:585
+#: ../data/messages:575
msgid "Background image :"
msgstr ""
-#: ../data/messages:587
+#: ../data/messages:577
msgid "Background transparency :"
msgstr ""
-#: ../data/messages:593
+#: ../data/messages:583
msgid "in pixels. Use this to adjust the left position of the drawings."
msgstr ""
-#: ../data/messages:595
+#: ../data/messages:585
msgid "Left offset :"
msgstr ""
-#: ../data/messages:597
+#: ../data/messages:587
msgid "in pixels. Use this to adjust the top position of the drawings."
msgstr ""
-#: ../data/messages:599
+#: ../data/messages:589
msgid "Top offset :"
msgstr ""
-#: ../data/messages:601
+#: ../data/messages:591
msgid "in pixels. Use this to adjust the right position of the drawings."
msgstr ""
-#: ../data/messages:603
+#: ../data/messages:593
msgid "Right offset :"
msgstr ""
-#: ../data/messages:605
+#: ../data/messages:595
msgid "in pixels. Use this to adjust the bottom position of the drawings."
msgstr ""
-#: ../data/messages:607
+#: ../data/messages:597
msgid "Bottom offset :"
msgstr ""
-#: ../data/messages:609
+#: ../data/messages:599
msgid "It's an image that will be displayed above the drawings, like a reflection for example. Leave empty to not use any."
msgstr ""
-#: ../data/messages:611
+#: ../data/messages:601
msgid "Foreground image :"
msgstr ""
-#: ../data/messages:613
+#: ../data/messages:603
msgid "Foreground tansparency :"
msgstr ""
-#: ../data/messages:621
+#: ../data/messages:611
msgid "Buttons size :"
msgstr ""
-#: ../data/messages:625 ../data/messages:637
+#: ../data/messages:615 ../data/messages:627
msgid "Name of an image to use for the 'rotate' button :"
msgstr ""
-#: ../data/messages:629
+#: ../data/messages:619
msgid "Name of an image to use for the 'reattach' button :"
msgstr ""
-#: ../data/messages:633
+#: ../data/messages:623
msgid "Name of an image to use for the 'depth rotate' button :"
msgstr ""
-#: ../data/messages:641
+#: ../data/messages:631
msgid "Icons' themes"
msgstr ""
-#: ../data/messages:645
+#: ../data/messages:635
msgid "Choose an icon theme :"
msgstr ""
-#: ../data/messages:647
+#: ../data/messages:637
msgid "Any format allowed; leave this field empty if you don't want to use an image as background."
msgstr ""
-#: ../data/messages:649
+#: ../data/messages:639
msgid "Image filename to use as a background for icons :"
msgstr ""
-#: ../data/messages:651
+#: ../data/messages:641
msgid "Zoom effect"
msgstr ""
-#: ../data/messages:653
+#: ../data/messages:643
msgid "set to 1 if you don't want the icons to zoom when you hover over them."
msgstr ""
-#: ../data/messages:655
+#: ../data/messages:645
msgid "Maximum zoom of the icons :"
msgstr ""
-#: ../data/messages:657
+#: ../data/messages:647
msgid "in pixels. Outside of this space (centered on the mouse), there is no zoom."
msgstr ""
-#: ../data/messages:659
+#: ../data/messages:649
msgid "Width of the space in which the zoom will be effective :"
msgstr ""
-#: ../data/messages:663
+#: ../data/messages:653
msgid "Space between icons :"
msgstr ""
-#: ../data/messages:665
+#: ../data/messages:655
msgid "Reflections"
msgstr ""
-#: ../data/messages:667
+#: ../data/messages:657
msgid "It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 reflections are not used."
msgstr ""
-#: ../data/messages:669
+#: ../data/messages:659
msgid "Reflective power of the plane :"
msgstr ""
-#: ../data/messages:671
+#: ../data/messages:661
msgid "light"
msgstr ""
-#: ../data/messages:673
+#: ../data/messages:663
msgid "strong"
msgstr ""
-#: ../data/messages:675
+#: ../data/messages:665
msgid "In percent of the icon's size. This parameter influence the total height of the dock."
msgstr ""
-#: ../data/messages:677
+#: ../data/messages:667
msgid "Height of the reflection:"
msgstr ""
-#: ../data/messages:679
+#: ../data/messages:669
msgid "small"
msgstr ""
-#: ../data/messages:681
+#: ../data/messages:671
msgid "tall"
msgstr ""
-#: ../data/messages:683
+#: ../data/messages:673
msgid "It is their transparency when the dock is at rest; they will \"materialize\" progressively as the dock grows up. The closer to 0, the more transparent they will be."
msgstr ""
-#: ../data/messages:685
+#: ../data/messages:675
msgid "Icons' transparency at rest :"
msgstr ""
-#: ../data/messages:691
+#: ../data/messages:681
msgid "Icons size"
msgstr ""
-#: ../data/messages:693
+#: ../data/messages:683
msgid "Launcher's size at rest (width x height) :"
msgstr ""
-#: ../data/messages:695
+#: ../data/messages:685
msgid "Application's size at rest (width x height) :"
msgstr ""
-#: ../data/messages:697
+#: ../data/messages:687
msgid "Applet's size at rest (width x height) :"
msgstr ""
-#: ../data/messages:699
+#: ../data/messages:689
msgid "Configure icons' animations."
msgstr ""
-#: ../data/messages:701
+#: ../data/messages:691
msgid "Configure icons' special effects (requires OpenGL)."
msgstr ""
-#: ../data/messages:703
+#: ../data/messages:693
msgid "Configure icons' animations on appearing/disappearing (require OpenGL capacity)."
msgstr ""
-#: ../data/messages:705
+#: ../data/messages:695
msgid "Separators"
msgstr ""
-#: ../data/messages:707
+#: ../data/messages:697
msgid "Icon size at rest (width x height) :"
msgstr ""
-#: ../data/messages:709
+#: ../data/messages:699
msgid "Force separator's image size to stay constant?"
msgstr ""
-#: ../data/messages:711
+#: ../data/messages:701
msgid "Only the default, 3D-plane and curve views support flat and physical separators. Flat separators are rendered differently according to the view."
msgstr ""
-#: ../data/messages:713
+#: ../data/messages:703
msgid "How to draw the separators?"
msgstr ""
-#: ../data/messages:715
+#: ../data/messages:705
msgid "Use an image."
msgstr ""
-#: ../data/messages:717
+#: ../data/messages:707
msgid "Flat separator"
msgstr ""
-#: ../data/messages:719
+#: ../data/messages:709
msgid "Physical separator"
msgstr ""
-#: ../data/messages:721
+#: ../data/messages:711
msgid "If you don't provide one, blanks will be used."
msgstr ""
-#: ../data/messages:723
+#: ../data/messages:713
msgid "Filename of an image to use for separators :"
msgstr ""
-#: ../data/messages:725
+#: ../data/messages:715
msgid "Make the separator's image revolve when dock is on top/on the left/on the right?"
msgstr ""
-#: ../data/messages:727
+#: ../data/messages:717
msgid "Colour of flat separators :"
msgstr ""
-#: ../data/messages:729
+#: ../data/messages:719
msgid "Icons order"
msgstr ""
-#: ../data/messages:731
+#: ../data/messages:721
msgid ""
"If you separate a type of icons, the icons of this type will be placed together, separated from the others by a separator.\n"
"If you don't separate the icons, you can place them wherever you want, and insert separators manually. Applications will then be placed next to their launcher if they have one, or after the last launcher."
msgstr ""
-#: ../data/messages:735 ../data/messages:831
+#: ../data/messages:725 ../data/messages:823
msgid "No"
msgstr ""
-#: ../data/messages:737
+#: ../data/messages:727
msgid "Separate applications from others"
msgstr ""
-#: ../data/messages:739
+#: ../data/messages:729
msgid "Separate applets from others"
msgstr ""
+#: ../data/messages:731
+msgid "Separate all"
+msgstr ""
+
#: ../data/messages:741
-msgid "Separate all"
-msgstr ""
-
-#: ../data/messages:751
msgid "Link the icons with a string"
msgstr ""
-#: ../data/messages:753
+#: ../data/messages:743
msgid "Linewidth of the string, in pixels (0 to not use string) :"
msgstr ""
-#: ../data/messages:755
+#: ../data/messages:745
msgid "Colour of the string (red, blue, green, alpha) :"
msgstr ""
-#: ../data/messages:759
+#: ../data/messages:749
msgid "Indicator of the active window"
msgstr ""
-#: ../data/messages:761
+#: ../data/messages:751
msgid "Type of indicator:"
msgstr ""
-#: ../data/messages:765
+#: ../data/messages:755
msgid "Frame"
msgstr ""
-#: ../data/messages:767 ../data/messages:785 ../data/messages:823
+#: ../data/messages:757 ../data/messages:775 ../data/messages:813
msgid "Image file:"
msgstr ""
-#: ../data/messages:769
+#: ../data/messages:759
msgid "Set transparency to 0 if you don't want to use an indicator."
msgstr ""
-#: ../data/messages:771
+#: ../data/messages:761
msgid "Colour of the frame :"
msgstr ""
-#: ../data/messages:773
+#: ../data/messages:763
msgid "Set 0 to fill the frame."
msgstr ""
-#: ../data/messages:775
+#: ../data/messages:765
msgid "Linewidth of the frame around the active window :"
msgstr ""
-#: ../data/messages:777
+#: ../data/messages:767
msgid "Corner radius of the frame around the active window :"
msgstr ""
-#: ../data/messages:779 ../data/messages:811
+#: ../data/messages:769 ../data/messages:801
msgid "Draw indicator above the icon?"
msgstr ""
-#: ../data/messages:781
+#: ../data/messages:771
msgid "Indicator of active launcher"
msgstr ""
-#: ../data/messages:783
+#: ../data/messages:773
msgid "Indicators are drawn on launchers icons to show that they have already been launched. Leave blank to use the default one."
msgstr ""
-#: ../data/messages:787
+#: ../data/messages:777
msgid "The indicator is drawn on active launchers, but you may want to display it on applications too."
msgstr ""
-#: ../data/messages:789
+#: ../data/messages:779
msgid "Display an indicator on application icons too ?"
msgstr ""
-#: ../data/messages:791
+#: ../data/messages:781
msgid ""
"Relatively to the icons' size. You can use this parameter to adjust the indicator's vertical position.\n"
"If the indicator is linked to the icon, the offset will be upwards, otherwise downwards."
msgstr ""
-#: ../data/messages:793
+#: ../data/messages:783
msgid "Vertical offset :"
msgstr ""
-#: ../data/messages:795
+#: ../data/messages:785
msgid ""
"If the indicator is linked to the icon, it will then be zoomed like the icon and the offset will be upwards.\n"
"Otherwise it will be drawn directly on the dock and the offset will be downwards."
msgstr ""
-#: ../data/messages:797
+#: ../data/messages:787
msgid "Link the indicator with its icon?"
msgstr ""
-#: ../data/messages:799
+#: ../data/messages:789
msgid "You can choose to make the indicator smaller or bigger than the icons. The bigger the value is, the bigger the indicator is. 1 means the indicator will have the same size as the icons."
msgstr ""
-#: ../data/messages:801
+#: ../data/messages:791
msgid "Indicator size ratio :"
msgstr ""
-#: ../data/messages:805
+#: ../data/messages:795
msgid "bigger"
msgstr ""
-#: ../data/messages:807
+#: ../data/messages:797
msgid "Use it to make the indicator follow the orientation of the dock (top/bottom/right/left)."
msgstr ""
-#: ../data/messages:809
+#: ../data/messages:799
msgid "Rotate the indicator with dock?"
msgstr ""
-#: ../data/messages:813
+#: ../data/messages:803
msgid "Indicator of grouped windows"
msgstr ""
+#: ../data/messages:805
+msgid "How to show that several icons are grouped :"
+msgstr ""
+
+#: ../data/messages:807
+msgid "Draw an image"
+msgstr ""
+
+#: ../data/messages:809
+msgid "Draw the sub-dock's icons as a stack"
+msgstr ""
+
+#: ../data/messages:811
+msgid "It only makes sense if you chose to group the applis of the same class together. Leave blank to use the default one."
+msgstr ""
+
#: ../data/messages:815
-msgid "How to show that several icons are grouped :"
+msgid "Zoom the indicator with its icon?"
msgstr ""
#: ../data/messages:817
-msgid "Draw an image"
+msgid "Labels"
msgstr ""
#: ../data/messages:819
-msgid "Draw the sub-dock's icons as a stack"
+msgid "Label visibility"
msgstr ""
#: ../data/messages:821
-msgid "It only makes sense if you chose to group the applis of the same class together. Leave blank to use the default one."
+msgid "Show labels:"
msgstr ""
#: ../data/messages:825
-msgid "Zoom the indicator with its icon?"
+msgid "On pointed icon"
msgstr ""
#: ../data/messages:827
-msgid "Labels"
+msgid "On all icons"
msgstr ""
#: ../data/messages:829
-msgid "Show labels:"
+msgid "the bigger, the more the labels next to the selected icon will be transparent."
+msgstr ""
+
+#: ../data/messages:831
+msgid "label's visibility threshold :"
msgstr ""
#: ../data/messages:833
-msgid "On pointed icon"
+msgid "Should the labels always be horizontal, even when dock is vertical?"
msgstr ""
#: ../data/messages:835
-msgid "On all icons"
-msgstr ""
-
-#: ../data/messages:837
msgid "Font"
msgstr ""
+#: ../data/messages:839
+msgid "Use a custom font for labels?"
+msgstr ""
+
#: ../data/messages:841
-msgid "Use a custom font for labels?"
-msgstr ""
-
-#: ../data/messages:843
msgid "Font used for labels :"
msgstr ""
+#: ../data/messages:845
+msgid "Colour"
+msgstr ""
+
#: ../data/messages:847
-msgid "Colour"
+msgid "It's the first color of the gradation."
msgstr ""
#: ../data/messages:849
-msgid "It's the first color of the gradation."
+msgid "Start color :"
msgstr ""
#: ../data/messages:851
-msgid "Start color :"
+msgid "It's the second color of the gradation. Set it to the same value as the first if you don't want to have any gradation."
msgstr ""
#: ../data/messages:853
-msgid "It's the second color of the gradation. Set it to the same value as the first if you don't want to have any gradation."
+msgid "Stop color :"
msgstr ""
#: ../data/messages:855
-msgid "Stop color :"
+msgid "If checked, the pattern will go from top to bottom, otherwise from left to right."
msgstr ""
#: ../data/messages:857
-msgid "If checked, the pattern will go from top to bottom, otherwise from left to right."
-msgstr ""
-
-#: ../data/messages:859
msgid "Pattern should be vertical?"
msgstr ""
+#: ../data/messages:861
+msgid "If you set it to fully transparent, there will be no background for the text, but the margin around the text will still be in effect."
+msgstr ""
+
#: ../data/messages:863
-msgid "If you set it to fully transparent, there will be no background for the text, but the margin around the text will still be in effect."
+msgid "Colour of the label's background :"
msgstr ""
#: ../data/messages:865
-msgid "Colour of the label's background :"
+msgid "If false, only the quick-info will have this background color."
msgstr ""
#: ../data/messages:867
-msgid "If false, only the quick-info will have this background color."
+msgid "Use background color for labels?"
msgstr ""
#: ../data/messages:869
-msgid "Use background color for labels?"
-msgstr ""
-
-#: ../data/messages:871
msgid "Margin around the text (in pixels) :"
msgstr ""
+#: ../data/messages:873
+msgid "Yes, like that :-)"
+msgstr ""
+
#: ../data/messages:875
-msgid "Yes, like that :-)"
-msgstr ""
-
-#: ../data/messages:877
msgid ""
"Note : many answers have an extra hint.\n"
"To popup the hint, simply leave the mouse over the sentence for 1 second, a tooltip will appear."
msgstr ""
+#: ../data/messages:877
+msgid "How do I re-order my icons?"
+msgstr ""
+
#: ../data/messages:879
-msgid "How do I re-order my icons?"
+msgid "Tip: you can even re-order icons of active applications."
msgstr ""
#: ../data/messages:881
-msgid "Tip: you can even re-order icons of active applications."
+msgid "Simply drag with the mouse, and drop wherever you wish."
msgstr ""
#: ../data/messages:883
-msgid "Simply drag with the mouse, and drop wherever you wish."
+msgid "How do I position applets and taskbar icons at the beginning of the dock?"
msgstr ""
#: ../data/messages:885
-msgid "How do I position applets and taskbar icons at the beginning of the dock?"
+msgid "Tip: you can also position applets amongst launchers, by ticking the box below."
msgstr ""
#: ../data/messages:887
-msgid "Tip: you can also position applets amongst launchers, by ticking the box below."
-msgstr ""
-
-#: ../data/messages:889
msgid "In the «icons» module, at the bottom, you can select icon order according to type (launcher/appli/applet)."
msgstr ""
-#: ../data/messages:891 ../data/messages:899 ../data/messages:913
-#: ../data/messages:969
+#: ../data/messages:889 ../data/messages:897 ../data/messages:911
+#: ../data/messages:967
msgid "Go to the «Icons» module."
msgstr ""
+#: ../data/messages:891
+msgid "How do I change an icon image?"
+msgstr ""
+
#: ../data/messages:893
-msgid "How do I change an icon image?"
+msgid "Tip: you can also edit a launcher's configuration directly and set a path for an image. If you do not enter a path, but simply the name of an image, do not give the extension (.svg, .png, etc.), so as to let the dock choose the best."
msgstr ""
#: ../data/messages:895
-msgid "Tip: you can also edit a launcher's configuration directly and set a path for an image. If you do not enter a path, but simply the name of an image, do not give the extension (.svg, .png, etc.), so as to let the dock choose the best."
-msgstr ""
-
-#: ../data/messages:897
msgid ""
"In the âIconsâ module, you can choose an <b>icon theme</b>. Just choose a theme, and apply.\n"
"All the themes installed on your system are listed, plus the 'Custom icons' theme, which represent the icons provided by the Cairo-Dock's theme;\n"
@@ -2340,220 +2342,220 @@
"If you choose nothing, the default icon theme of your system will be used."
msgstr ""
+#: ../data/messages:899
+msgid "How do I remove many icons quickly?"
+msgstr ""
+
#: ../data/messages:901
-msgid "How do I remove many icons quickly?"
+msgid "Hint : if you delete an icon pointing to a sub-dock, you will be offered to either delete the sub-dockâs icons or to move them in the main dock."
msgstr ""
#: ../data/messages:903
-msgid "Hint : if you delete an icon pointing to a sub-dock, you will be offered to either delete the sub-dockâs icons or to move them in the main dock."
+msgid "Just drag and drop them out of the dock, they will disappear in an explosion !"
msgstr ""
#: ../data/messages:905
-msgid "Just drag and drop them out of the dock, they will disappear in an explosion !"
+msgid "How can I resize my icons?"
msgstr ""
#: ../data/messages:907
-msgid "How can I resize my icons?"
+msgid "Hint : You can define the size of each applet independently, to any size smaller or equal to the default size. Set it to 0x0 to use the default size."
msgstr ""
#: ../data/messages:909
-msgid "Hint : You can define the size of each applet independently, to any size smaller or equal to the default size. Set it to 0x0 to use the default size."
-msgstr ""
-
-#: ../data/messages:911
msgid ""
"In the 'Icons' modules, you can setup the default size of your icons by type : launchers, apps, applets and separators.\n"
"You can also setup the zoom factor."
msgstr ""
-#: ../data/messages:915
+#: ../data/messages:913
msgid "I want to see a preview of opened applications by moving my cursor over its icon"
msgstr ""
-#: ../data/messages:917 ../data/messages:1045 ../data/messages:1177
-#: ../data/messages:1241 ../data/messages:1279 ../data/messages:1321
-#: ../data/messages:1325 ../data/messages:1331 ../data/messages:1335
-#: ../data/messages:1339 ../data/messages:1343
+#: ../data/messages:915 ../data/messages:1043 ../data/messages:1175
+#: ../data/messages:1239 ../data/messages:1277 ../data/messages:1319
+#: ../data/messages:1323 ../data/messages:1329 ../data/messages:1333
+#: ../data/messages:1337 ../data/messages:1341
msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
msgstr ""
-#: ../data/messages:919 ../data/messages:1047
+#: ../data/messages:917 ../data/messages:1045
msgid "If you're using Compiz, you can click on this button:"
msgstr ""
+#: ../data/messages:919
+msgid "Dock"
+msgstr ""
+
#: ../data/messages:921
-msgid "Dock"
+msgid "How do I position my dock on the screen?"
msgstr ""
#: ../data/messages:923
-msgid "How do I position my dock on the screen?"
+msgid "Tip: If you have multiple screens managed by Xinerama, you can tick the option «Use Xinerama», and choose the screen where you wish your dock to be positioned."
msgstr ""
#: ../data/messages:925
-msgid "Tip: If you have multiple screens managed by Xinerama, you can tick the option «Use Xinerama», and choose the screen where you wish your dock to be positioned."
-msgstr ""
-
-#: ../data/messages:927
msgid ""
"Everything is in the «Position» module. You can choose to position it on the bottom, top, left or right side of your screen.\n"
"Moreover, you can also position it at the beginning, centre or end of the screen border."
msgstr ""
-#: ../data/messages:929 ../data/messages:937
+#: ../data/messages:927 ../data/messages:935
msgid "Go to the «Position» module."
msgstr ""
+#: ../data/messages:929
+msgid "How do I adjust the position of the dock above the Gnome-panel?"
+msgstr ""
+
#: ../data/messages:931
-msgid "How do I adjust the position of the dock above the Gnome-panel?"
+msgid "Tip: you can also simply drag your dock with the mouse by pressing the ALT key at the same time."
msgstr ""
#: ../data/messages:933
-msgid "Tip: you can also simply drag your dock with the mouse by pressing the ALT key at the same time."
-msgstr ""
-
-#: ../data/messages:935
msgid "In the «Position» module, you can add an offset to the screen border."
msgstr ""
+#: ../data/messages:937
+msgid "The dock is hidden by the Gnome-panel"
+msgstr ""
+
#: ../data/messages:939
-msgid "The dock is hidden by the Gnome-panel"
-msgstr ""
-
-#: ../data/messages:941
msgid ""
"This is normal, because they are both «docks».\n"
" You can either move the dock out of the panel, or launch it wih the command «cairo-dock --keep-above».\n"
" But you can also (re)move the Gnome-Panel by doing a right click on it."
msgstr ""
+#: ../data/messages:941
+msgid "I donât want other windows covering the dock"
+msgstr ""
+
#: ../data/messages:943
-msgid "I donât want other windows covering the dock"
+msgid "Tip: You can even do that with desklets: making a desklet's panel !."
msgstr ""
#: ../data/messages:945
-msgid "Tip: You can even do that with desklets: making a desklet's panel !."
-msgstr ""
-
-#: ../data/messages:947
msgid ""
"Just choose the corresponding option in the âAccessibilityâ module.\n"
"This will reserve the space for the dock only."
msgstr ""
-#: ../data/messages:949 ../data/messages:957
+#: ../data/messages:947 ../data/messages:955
msgid "Go to the «Accessibility» module."
msgstr ""
+#: ../data/messages:949
+msgid "I donât want that the dock covers windows"
+msgstr ""
+
#: ../data/messages:951
-msgid "I donât want that the dock covers windows"
-msgstr ""
-
-#: ../data/messages:953
msgid ""
"Tip: You can choose to pop-up the dock only when the mouse hits the screen corner instead of the whole screen border.\n"
"You can also set-up the size of the trigger zone, and even set an image to it."
msgstr ""
-#: ../data/messages:955
+#: ../data/messages:953
msgid ""
"Two choices are available in the âAccessibilityâ module:\n"
" - either choose to âkeep the dock below other windowsâ. The dock will then pop-up when you place the mouse on its screen border.\n"
" - or choose the auto-hide. The dock will then hide itself and reappear when you enter the trigger zone."
msgstr ""
+#: ../data/messages:957
+msgid "How can I add a separator?"
+msgstr ""
+
#: ../data/messages:959
-msgid "How can I add a separator?"
+msgid "Tip: if you choose to mix applets and launchers in the 'Icons' module, you can also place separators between applets then."
msgstr ""
#: ../data/messages:961
-msgid "Tip: if you choose to mix applets and launchers in the 'Icons' module, you can also place separators between applets then."
-msgstr ""
-
-#: ../data/messages:963
msgid ""
"Simply right-click on the dock where you wish to add a separator and select «add a separator».\n"
"You can position it wherever you wish (except in amongst taskbar icons) by dragging it with the mouse."
msgstr ""
+#: ../data/messages:963
+msgid "I don't want to have a separator between launchers , applications and applets."
+msgstr ""
+
#: ../data/messages:965
-msgid "I don't want to have a separator between launchers , applications and applets."
-msgstr ""
-
-#: ../data/messages:967
msgid "In the «Icons» module, in the «separator» section, untick the box that says «add automatic separators»."
msgstr ""
+#: ../data/messages:969
+msgid "How do I add a sub-dock?"
+msgstr ""
+
#: ../data/messages:971
-msgid "How do I add a sub-dock?"
+msgid "Tip: If you want to move an icon into another dock, right-click on it, go to 'Move to', and choose the one you want in the list. You can do the same with applets as well, allowing you to group many applets in a sub-dock. You can also create new main docks this way."
msgstr ""
#: ../data/messages:973
-msgid "Tip: If you want to move an icon into another dock, right-click on it, go to 'Move to', and choose the one you want in the list. You can do the same with applets as well, allowing you to group many applets in a sub-dock. You can also create new main docks this way."
+msgid "Just right-click on the dock, then select «Add a sub-dock». Fill the config panel with a name and image, then confirm."
msgstr ""
#: ../data/messages:975
-msgid "Just right-click on the dock, then select «Add a sub-dock». Fill the config panel with a name and image, then confirm."
+msgid "How can I have many main docks?"
msgstr ""
#: ../data/messages:977
-msgid "How can I have many main docks?"
-msgstr ""
-
-#: ../data/messages:979
msgid ""
"Hint: you can then move icons inside this new dock by following the previous method and selecting the dock you've just created.\n"
"To place this new dock, right click on it, and in the Cairo-dock sub-menu choose âconfigure this dockâ."
msgstr ""
+#: ../data/messages:979
+msgid "Right-click on a launcher or an applet, go to 'Move to', and choose 'a new main dock'. A new dock will be created, with this icon inside."
+msgstr ""
+
#: ../data/messages:981
-msgid "Right-click on a launcher or an applet, go to 'Move to', and choose 'a new main dock'. A new dock will be created, with this icon inside."
+msgid "How can I have a 3D dock?"
msgstr ""
#: ../data/messages:983
-msgid "How can I have a 3D dock?"
+msgid "Tip: you can set up the view for each sub-dock. Simply edit the icon pointing to the sub-dock and choose the view you wish to use for it."
msgstr ""
#: ../data/messages:985
-msgid "Tip: you can set up the view for each sub-dock. Simply edit the icon pointing to the sub-dock and choose the view you wish to use for it."
-msgstr ""
-
-#: ../data/messages:987
msgid ""
"Any dock can be displayed with one view, and many views are available (3D, Curve, etc).\n"
"Then, go to the «Views» module, and choose the view you wish to use for main dock, and for sub-dock."
msgstr ""
+#: ../data/messages:987
+msgid "Go to the «Views» module."
+msgstr ""
+
#: ../data/messages:989
-msgid "Go to the «Views» module."
+msgid "How can I change the background of my docks?"
msgstr ""
#: ../data/messages:991
-msgid "How can I change the background of my docks?"
+msgid "Hint : the Parabolic view doe not have a background, but the Slide and Rainbow views have their own background parameters."
msgstr ""
#: ../data/messages:993
-msgid "Hint : the Parabolic view doe not have a background, but the Slide and Rainbow views have their own background parameters."
-msgstr ""
-
-#: ../data/messages:995
msgid ""
"In the 'Background' module, you can either choose an image, or a color gradation.\n"
"If you set an image, it will be used as the background, if you don't, the gradatoin will be used."
msgstr ""
+#: ../data/messages:995
+msgid "Go to the «Background» module."
+msgstr ""
+
#: ../data/messages:997
-msgid "Go to the «Background» module."
+msgid "I find the dock too flashy, can it be more sober?"
msgstr ""
#: ../data/messages:999
-msgid "I find the dock too flashy, can it be more sober?"
+msgid "Hint : try different themes, some are already very sober, like Dust-Sand or Elementary."
msgstr ""
#: ../data/messages:1001
-msgid "Hint : try different themes, some are already very sober, like Dust-Sand or Elementary."
-msgstr ""
-
-#: ../data/messages:1003
msgid ""
"Who can do more can do less ! You can for instance deactivate the \"Icon effects\" plug-in,\n"
" or deactivate the effect on mouse hovering in \"Animated Icon\" plug-in.\n"
@@ -2562,427 +2564,427 @@
"In brief, you can easily have something as much sober as a gnome-panel, but this would be a shame ! ^_^"
msgstr ""
+#: ../data/messages:1003
+msgid "Desklet"
+msgstr ""
+
#: ../data/messages:1005
-msgid "Desklet"
+msgid "What are «desklets»?"
msgstr ""
#: ../data/messages:1007
-msgid "What are «desklets»?"
+msgid "Tip: to detach an applet, you can drag and drop its icon from the dock to the desktop"
msgstr ""
#: ../data/messages:1009
-msgid "Tip: to detach an applet, you can drag and drop its icon from the dock to the desktop"
+msgid "Desklets are widgets which are displayed on your desktop. Each applet can be detached from the dock to act as a desklet."
msgstr ""
#: ../data/messages:1011
-msgid "Desklets are widgets which are displayed on your desktop. Each applet can be detached from the dock to act as a desklet."
+msgid "How do I configure their position?"
msgstr ""
#: ../data/messages:1013
-msgid "How do I configure their position?"
+msgid "Tip: If you don't want to move it any more, you can lock its position. Simply right click on the desklet, and select «lock position». To unlock it, de-select this option."
msgstr ""
#: ../data/messages:1015
-msgid "Tip: If you don't want to move it any more, you can lock its position. Simply right click on the desklet, and select «lock position». To unlock it, de-select this option."
+msgid "Simply drag them with the mouse."
msgstr ""
#: ../data/messages:1017
-msgid "Simply drag them with the mouse."
+msgid "How do I configure their behaviour?"
msgstr ""
#: ../data/messages:1019
-msgid "How do I configure their behaviour?"
+msgid "Tip: if you lock the desklet, the buttons will not appear. You can reset a rotation by middle-clicking on the appropriate button."
msgstr ""
#: ../data/messages:1021
-msgid "Tip: if you lock the desklet, the buttons will not appear. You can reset a rotation by middle-clicking on the appropriate button."
+msgid "There are small buttons on the top and left side of the desklet. They allow you to rotate the desklet in 3D !"
msgstr ""
#: ../data/messages:1023
-msgid "There are small buttons on the top and left side of the desklet. They allow you to rotate the desklet in 3D !"
+msgid "How do I change their decorations?"
msgstr ""
#: ../data/messages:1025
-msgid "How do I change their decorations?"
+msgid "Tip: you can add new decorations by choosing «Personalised» decoration, and providing a background and/or foreground image. You can configure the offsets of these images to adjust the position of the drawings inside the decorations."
msgstr ""
#: ../data/messages:1027
-msgid "Tip: you can add new decorations by choosing «Personalised» decoration, and providing a background and/or foreground image. You can configure the offsets of these images to adjust the position of the drawings inside the decorations."
-msgstr ""
-
-#: ../data/messages:1029
msgid ""
"The default decoration is defined in the «Desklets» module.\n"
"Moreover, each desklet can have its own decoration. To change a desklet's decoration,\n"
" go to the applet's configuration, click on the «desklet» tab, and then choose the decoration you wish to use."
msgstr ""
+#: ../data/messages:1029
+msgid "Go to the «Desklets» module."
+msgstr ""
+
#: ../data/messages:1031
-msgid "Go to the «Desklets» module."
+msgid "How do I insert a desklet into the dock?"
msgstr ""
#: ../data/messages:1033
-msgid "How do I insert a desklet into the dock?"
+msgid "Hint : if the desklet is locked, the button wonât appear."
msgstr ""
#: ../data/messages:1035
-msgid "Hint : if the desklet is locked, the button wonât appear."
+msgid "Simply click on the top right button."
msgstr ""
#: ../data/messages:1037
-msgid "Simply click on the top right button."
+msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
msgstr ""
#: ../data/messages:1039
-msgid "How do I place a desklet on the <i>Compiz Widget Layer</i>?"
+msgid "Tip: you may have to switch to the Widget Layer once so that Compiz takes the change into account."
msgstr ""
#: ../data/messages:1041
-msgid "Tip: you may have to switch to the Widget Layer once so that Compiz takes the change into account."
-msgstr ""
-
-#: ../data/messages:1043
msgid ""
"In the Compiz-Fusion config, enable the 'Widget Layer' plugin, and set the rule (name=cairo-dock & type=utility).\n"
"You can then switch an applet to the Widget Layer by left-clicking on its desklet and selecting 'Compiz-Fusion Widget'."
msgstr ""
+#: ../data/messages:1049
+msgid "How do I enable the Taskbar?"
+msgstr ""
+
#: ../data/messages:1051
-msgid "How do I enable the Taskbar?"
+msgid "Tip: All the Taskbar options are grouped together in this module."
msgstr ""
#: ../data/messages:1053
-msgid "Tip: All the Taskbar options are grouped together in this module."
-msgstr ""
-
-#: ../data/messages:1055
msgid "Go to the «Taskbar» module, then tick the first box, and apply."
msgstr ""
-#: ../data/messages:1057 ../data/messages:1065 ../data/messages:1073
-#: ../data/messages:1081 ../data/messages:1087
+#: ../data/messages:1055 ../data/messages:1063 ../data/messages:1071
+#: ../data/messages:1079 ../data/messages:1085
msgid "Go to the «TaskBar» module."
msgstr ""
+#: ../data/messages:1057
+msgid "I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
+msgstr ""
+
#: ../data/messages:1059
-msgid "I don't want to have lots of icons in the dock when I use Gimp/Pidgin/etc"
+msgid "Tip: You can then scroll on this icon to switch from a window to another, in an ALT+TAB style."
msgstr ""
#: ../data/messages:1061
-msgid "Tip: You can then scroll on this icon to switch from a window to another, in an ALT+TAB style."
-msgstr ""
-
-#: ../data/messages:1063
msgid ""
"In the «TaskBar» module, you can use the «Group windows from the same application in a sub-dock» option. Only a single icon will appear in the dock.\n"
"If there are several windows, they will be grouped together in a sub-dock above this icon."
msgstr ""
+#: ../data/messages:1065
+msgid "I have ugly icons for some applications."
+msgstr ""
+
#: ../data/messages:1067
-msgid "I have ugly icons for some applications."
-msgstr ""
-
-#: ../data/messages:1069
msgid ""
"Tip: This way, you can configure your personal icon for any application. Just place an icon with the same name as the class of the application in a folder used by the dock (by default, ~/.config/cairo-dock/current_theme/icons)\n"
"The class of an application can be found by typing «xprop |grep CLASS» in a terminal, then clicking on the window of the application."
msgstr ""
-#: ../data/messages:1071
+#: ../data/messages:1069
msgid ""
"This is because X provides small icons for applications which look ugly when zoomed.\n"
" In the «TaskBar» module, you can use the «Overwrite the X icon with the launchers' icon?» option to tell the dock not to use them."
msgstr ""
+#: ../data/messages:1073
+msgid "When I launch a program with its launcher, I don't want an additional icon in the taskbar"
+msgstr ""
+
#: ../data/messages:1075
-msgid "When I launch a program with its launcher, I don't want an additional icon in the taskbar"
+msgid "Tip: to launch another instance of the program, shift+click on the launcher."
msgstr ""
#: ../data/messages:1077
-msgid "Tip: to launch another instance of the program, shift+click on the launcher."
-msgstr ""
-
-#: ../data/messages:1079
msgid ""
"In the «TaskBar» module, you can use the «Mix launchers and applications» option.\n"
"When a program is launched, if it has a launcher in the dock, the launcher icon will be marked with an icon to indicate that the corresponding application is running.\n"
"You can then act on the window as if it were a taskbar icon."
msgstr ""
+#: ../data/messages:1081
+msgid "I'm using Pidgin, and I want to see my friends' avatars."
+msgstr ""
+
#: ../data/messages:1083
-msgid "I'm using Pidgin, and I want to see my friends' avatars."
-msgstr ""
-
-#: ../data/messages:1085
msgid ""
"If you chose to overwrite X icons, you can add an exception for Pidgin just before this option.\n"
"If you chose to mix applications and launchers, you can edit the Pidgin launcher,\n"
" and in the «Extra parameters», tick the option to not steal the icon for this application."
msgstr ""
+#: ../data/messages:1087
+msgid "How can I quickly navigate between many windows of the same application quickly?"
+msgstr ""
+
#: ../data/messages:1089
-msgid "How can I quickly navigate between many windows of the same application quickly?"
+msgid "Tip: you can also close all the windows of this application by middle-clicking on the icon pointing to the sub-dock."
msgstr ""
#: ../data/messages:1091
-msgid "Tip: you can also close all the windows of this application by middle-clicking on the icon pointing to the sub-dock."
+msgid "Scroll on the icon of one of the windows of this application, or even on the icon pointing to the sub-dock if you group windows in a sub-dock."
msgstr ""
#: ../data/messages:1093
-msgid "Scroll on the icon of one of the windows of this application, or even on the icon pointing to the sub-dock if you group windows in a sub-dock."
+msgid "Replacing the Gnome-panel"
msgstr ""
#: ../data/messages:1095
-msgid "Replacing the Gnome-panel"
+msgid "How can I add the main menu?"
msgstr ""
#: ../data/messages:1097
-msgid "How can I add the main menu?"
+msgid "Tip: if you have removed your Gnome-panel, then the «alt+F1» shortkey will no longer work. This applet lets you configure a shortcut to pop up the menu at the mouse's location."
msgstr ""
#: ../data/messages:1099
-msgid "Tip: if you have removed your Gnome-panel, then the «alt+F1» shortkey will no longer work. This applet lets you configure a shortcut to pop up the menu at the mouse's location."
-msgstr ""
-
-#: ../data/messages:1101
msgid "Enable the GMenu applet."
msgstr ""
-#: ../data/messages:1103 ../data/messages:1111
+#: ../data/messages:1101 ../data/messages:1109
msgid "Go to the «GMenu» module."
msgstr ""
+#: ../data/messages:1103
+msgid "How can I add a simple «quick launch» panel?"
+msgstr ""
+
#: ../data/messages:1105
-msgid "How can I add a simple «quick launch» panel?"
+msgid "Tip: if you removed your Gnome-panel, then the «alt+F2» shortkey will no longer work. This applet lets you configure a shortcut to pop up the quick-launch dialog."
msgstr ""
#: ../data/messages:1107
-msgid "Tip: if you removed your Gnome-panel, then the «alt+F2» shortkey will no longer work. This applet lets you configure a shortcut to pop up the quick-launch dialog."
-msgstr ""
-
-#: ../data/messages:1109
msgid "Enable the Gmenu applet. then you can have it by middle-clicking on its icon."
msgstr ""
+#: ../data/messages:1111
+msgid "How can I add a Log-out icon?"
+msgstr ""
+
#: ../data/messages:1113
-msgid "How can I add a Log-out icon?"
+msgid "Tip: In the latest version of GNOME, there are 2 panels: one to log out, and one to turn off the computer. The first one is raised by a click on the icon, the second by a middle-click, but the applet lets you reverse this order, and even lets you enter your own commands."
msgstr ""
#: ../data/messages:1115
-msgid "Tip: In the latest version of GNOME, there are 2 panels: one to log out, and one to turn off the computer. The first one is raised by a click on the icon, the second by a middle-click, but the applet lets you reverse this order, and even lets you enter your own commands."
+msgid "Enable the «Log-out» applet."
msgstr ""
#: ../data/messages:1117
-msgid "Enable the «Log-out» applet."
+msgid "Go to the «Log-out» module."
msgstr ""
#: ../data/messages:1119
-msgid "Go to the «Log-out» module."
+msgid "How can I access the dustbin?"
msgstr ""
#: ../data/messages:1121
-msgid "How can I access the dustbin?"
+msgid "Tip: you can delete a file by dragging it into the dustbin. You can even unmount a mount-point this way!"
msgstr ""
#: ../data/messages:1123
-msgid "Tip: you can delete a file by dragging it into the dustbin. You can even unmount a mount-point this way!"
+msgid "Simply enable the «Dustbin» applet."
msgstr ""
#: ../data/messages:1125
-msgid "Simply enable the «Dustbin» applet."
+msgid "Go to the «Dustbin» module."
msgstr ""
#: ../data/messages:1127
-msgid "Go to the «Dustbin» module."
+msgid "How can I access my mount points?"
msgstr ""
#: ../data/messages:1129
-msgid "How can I access my mount points?"
+msgid "Tip: you can mount a volume by clicking on its icon. To unmount it, middle-click on its icon, or right-click and select «unmount»."
msgstr ""
#: ../data/messages:1131
-msgid "Tip: you can mount a volume by clicking on its icon. To unmount it, middle-click on its icon, or right-click and select «unmount»."
-msgstr ""
-
-#: ../data/messages:1133
msgid "Simply enable the «Shortcuts» applet."
msgstr ""
-#: ../data/messages:1135 ../data/messages:1143
+#: ../data/messages:1133 ../data/messages:1141
msgid "Go to the «Shortcuts» module."
msgstr ""
+#: ../data/messages:1135
+msgid "How can I access my Nautilus bookmarks?"
+msgstr ""
+
#: ../data/messages:1137
-msgid "How can I access my Nautilus bookmarks?"
+msgid "Tip: you can add a bookmark by dragging the folder onto the applet or into its sub-dock. You can also rename and remove bookmarks. This will also take effect in Nautilus immediately, and vice versa."
msgstr ""
#: ../data/messages:1139
-msgid "Tip: you can add a bookmark by dragging the folder onto the applet or into its sub-dock. You can also rename and remove bookmarks. This will also take effect in Nautilus immediately, and vice versa."
-msgstr ""
-
-#: ../data/messages:1141
msgid "Simply enable the «shortcuts» applet."
msgstr ""
+#: ../data/messages:1143
+msgid "How can I access my desktop?"
+msgstr ""
+
#: ../data/messages:1145
-msgid "How can I access my desktop?"
+msgid "Tip: middle-clicking on the icon will hide all windows, but not desklets."
msgstr ""
#: ../data/messages:1147
-msgid "Tip: middle-clicking on the icon will hide all windows, but not desklets."
+msgid "Simply enable the «showDesktop» applet."
msgstr ""
#: ../data/messages:1149
-msgid "Simply enable the «showDesktop» applet."
+msgid "Go to the «Show Desktop» module."
msgstr ""
#: ../data/messages:1151
-msgid "Go to the «Show Desktop» module."
+msgid "How can I add an easy-to-acces calendar?"
msgstr ""
#: ../data/messages:1153
-msgid "How can I add an easy-to-acces calendar?"
+msgid "Enable the «Clock» applet. Clicking on it will display a calendar, clicking again will hide it."
msgstr ""
#: ../data/messages:1155
-msgid "Enable the «Clock» applet. Clicking on it will display a calendar, clicking again will hide it."
+msgid "Go to the «Clock» module."
msgstr ""
#: ../data/messages:1157
-msgid "Go to the «Clock» module."
+msgid "How can I add the notification area (systray)?"
msgstr ""
#: ../data/messages:1159
-msgid "How can I add the notification area (systray)?"
-msgstr ""
-
-#: ../data/messages:1161
msgid ""
"Enable the «Systray» applet. For the moment it cannot be displayed directly in the dock,\n"
"so clicking on the icon will pop-up a dialog containing the systray, middle-click will hide it.\n"
"We recommend detaching this applet to make it a desklet. Place it in a corner of your screen and keep it above other windows."
msgstr ""
+#: ../data/messages:1161
+msgid "Go to the «Systray» module."
+msgstr ""
+
#: ../data/messages:1163
-msgid "Go to the «Systray» module."
+msgid "How can I add an easy-to-access terminal with real transparency, like Tilda?"
msgstr ""
#: ../data/messages:1165
-msgid "How can I add an easy-to-access terminal with real transparency, like Tilda?"
+msgid "Tip: clicking next to the last tab will create a new tab. Double-clicking on a tab allows you to rename it. You can even change the colour of a tab!"
msgstr ""
#: ../data/messages:1167
-msgid "Tip: clicking next to the last tab will create a new tab. Double-clicking on a tab allows you to rename it. You can even change the colour of a tab!"
+msgid "Enable the «Terminal» applet. You can detach it and place it on the Widget Layer for instance, or configure a shortkey to make it pop up instantly."
msgstr ""
#: ../data/messages:1169
-msgid "Enable the «Terminal» applet. You can detach it and place it on the Widget Layer for instance, or configure a shortkey to make it pop up instantly."
+msgid "Go to the «terminal» module."
msgstr ""
#: ../data/messages:1171
-msgid "Go to the «terminal» module."
+msgid "So then, how can I remove completely the gnome-panel?"
msgstr ""
#: ../data/messages:1173
-msgid "So then, how can I remove completely the gnome-panel?"
-msgstr ""
-
-#: ../data/messages:1175
msgid ""
"Open gconf-editor, edit the key /desktop/gnome/session/required_components_list/panel, and replace its content with \"cairo-dock\".\n"
"Then restart your session : the gnome-panel has not been started, and the dock has been started (if not, you can add it to the startup programs)."
msgstr ""
-#: ../data/messages:1179
+#: ../data/messages:1177
msgid "If you are on Gnome, you can click on this button in order to automatically modify this key:"
msgstr ""
+#: ../data/messages:1181
+msgid "How do I run the same applet multiple times?"
+msgstr ""
+
#: ../data/messages:1183
-msgid "How do I run the same applet multiple times?"
+msgid "Tip: This allows you, for example, to have the current time for different countries in your dock or to have several animated characters in your dock or the weather in different cities."
msgstr ""
#: ../data/messages:1185
-msgid "Tip: This allows you, for example, to have the current time for different countries in your dock or to have several animated characters in your dock or the weather in different cities."
-msgstr ""
-
-#: ../data/messages:1187
msgid ""
"Some applets can have several instances running at the same time: Clock, Cairo-Penguin, Weather, Netspeed, ...\n"
"Right click on the applet's icon, and select «launch another instance». A new instance of this applet appears in the main dock.\n"
"You can configure this new applet just like any other."
msgstr ""
+#: ../data/messages:1187
+msgid "I have a personal gauge that I want to use in the dock (for System-Monitor or others)."
+msgstr ""
+
#: ../data/messages:1189
-msgid "I have a personal gauge that I want to use in the dock (for System-Monitor or others)."
+msgid "Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
msgstr ""
#: ../data/messages:1191
-msgid "Move the folder containing your gauge to ~/.config/cairo-dock/extras/gauges"
+msgid "I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
msgstr ""
#: ../data/messages:1193
-msgid "I have a personal Cairo-Clock theme that I want to use in the «clock» applet."
+msgid "Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-Penguin, weather, etc."
msgstr ""
#: ../data/messages:1195
-msgid "Tip: the same goes on for all applets that propose a theme: dustbin, Cairo-Penguin, weather, etc."
+msgid "Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
msgstr ""
#: ../data/messages:1197
-msgid "Move the folder containing your theme to ~/.config/cairo-dock/extras/clock"
+msgid "How do I change the brightness of my screen quickly?"
msgstr ""
#: ../data/messages:1199
-msgid "How do I change the brightness of my screen quickly?"
+msgid "Enable the Xgamma applet, then you can scroll up/down on the icon with the mouse."
msgstr ""
#: ../data/messages:1201
-msgid "Enable the Xgamma applet, then you can scroll up/down on the icon with the mouse."
+msgid "Go to the «Xgamma» module."
msgstr ""
#: ../data/messages:1203
-msgid "Go to the «Xgamma» module."
+msgid "How can I change the speaker volume quickly?"
msgstr ""
#: ../data/messages:1205
-msgid "How can I change the speaker volume quickly?"
+msgid "Enable the AlsaMixer applet, then you can scroll up/down on the icon with the mouse."
msgstr ""
#: ../data/messages:1207
-msgid "Enable the AlsaMixer applet, then you can scroll up/down on the icon with the mouse."
+msgid "Go to the «AlsaMixer» module."
msgstr ""
#: ../data/messages:1209
-msgid "Go to the «AlsaMixer» module."
+msgid "How can I quickly switch to another desktop?"
msgstr ""
#: ../data/messages:1211
-msgid "How can I quickly switch to another desktop?"
+msgid "Tip: This applet even lets you add or remove quickly a desktop !"
msgstr ""
#: ../data/messages:1213
-msgid "Tip: This applet even lets you add or remove quickly a desktop !"
-msgstr ""
-
-#: ../data/messages:1215
msgid ""
"Activate the Switcher applet, then you can scroll up/down on the icon with the mouse to go to the previous/next desktop,\n"
" or click on the icon to select a desktop."
msgstr ""
+#: ../data/messages:1215
+msgid "Go to the «Switcher» module."
+msgstr ""
+
#: ../data/messages:1217
-msgid "Go to the «Switcher» module."
+msgid "How can I control my dock from the keyboard?"
msgstr ""
#: ../data/messages:1219
-msgid "How can I control my dock from the keyboard?"
+msgid "Tip: When you define a shortkey, try it before to be sure that it is not already used by another application!"
msgstr ""
#: ../data/messages:1221
-msgid "Tip: When you define a shortkey, try it before to be sure that it is not already used by another application!"
-msgstr ""
-
-#: ../data/messages:1223
msgid ""
"Many applets have events that can be triggered by a keyboard shortcut :\n"
" - the <i>AlsaMixer</i> applet allows you to pop-up a <b>volume button</b> that can be controlled with the left/right arrows.\n"
@@ -2994,35 +2996,35 @@
" - and of course, the <i>Scooby-Do</i> plug-in let you <b>navigate inside your docks</b> and quickly <b>find and launch</b> applications and files !"
msgstr ""
+#: ../data/messages:1223
+msgid "Troubleshooting"
+msgstr ""
+
#: ../data/messages:1225
-msgid "Troubleshooting"
+msgid "If you have any question, don't hesitate to ask on our forum."
msgstr ""
#: ../data/messages:1227
-msgid "If you have any question, don't hesitate to ask on our forum."
+msgid "Forum"
msgstr ""
#: ../data/messages:1229
-msgid "Forum"
+msgid "Our wiki can also help you, it is more complete on some points."
msgstr ""
#: ../data/messages:1231
-msgid "Our wiki can also help you, it is more complete on some points."
+msgid "Wiki"
msgstr ""
#: ../data/messages:1233
-msgid "Wiki"
+msgid "I have a black background around my dock."
msgstr ""
#: ../data/messages:1235
-msgid "I have a black background around my dock."
+msgid "Hint : If you have an ATI or an Intel card, you should try without OpenGL first, because their drivers are not yet perfect."
msgstr ""
#: ../data/messages:1237
-msgid "Hint : If you have an ATI or an Intel card, you should try without OpenGL first, because their drivers are not yet perfect."
-msgstr ""
-
-#: ../data/messages:1239
msgid ""
"You need to turn on compositing. For instance, you can run Compiz or xcompmgr. \n"
"If you're using XFCE or KDE, you can just enable compositing in the window manager options.\n"
@@ -3030,103 +3032,103 @@
" Open gconf-editor, edit the key '/apps/metacity/general/compositing_manager' and set it to 'true'."
msgstr ""
+#: ../data/messages:1241
+msgid "If you're on Gnome with Metacity (without Compiz), you can click on this button:"
+msgstr ""
+
#: ../data/messages:1243
-msgid "If you're on Gnome with Metacity (without Compiz), you can click on this button:"
+msgid "My machine is too old to run a composite manager."
msgstr ""
#: ../data/messages:1245
-msgid "My machine is too old to run a composite manager."
-msgstr ""
-
-#: ../data/messages:1247
msgid ""
"Don't panic, Cairo-Dock can emulate the transparency.\n"
"To get rid of the black background, simply enable the corresponding option in the end of the «System» module"
msgstr ""
+#: ../data/messages:1247
+msgid "The dock is horribly slow when I move the mouse into it."
+msgstr ""
+
#: ../data/messages:1249
-msgid "The dock is horribly slow when I move the mouse into it."
-msgstr ""
-
-#: ../data/messages:1251
msgid ""
"If you have an Nvidia GeForce8 graphics card, please install the latest drivers, as the first ones were really buggy.\n"
"If the dock is running without OpenGL, try to reduce the number of icons in the main dock, or try to reduce its size.\n"
"If the dock is running with OpenGL, try to disable it by launching the dock with «cairo-dock -c»."
msgstr ""
+#: ../data/messages:1251
+msgid "I don't have these wonderful effects like fire, cube rotating, etc."
+msgstr ""
+
#: ../data/messages:1253
-msgid "I don't have these wonderful effects like fire, cube rotating, etc."
+msgid "Tip: You can force OpenGL by launching the dock with «cairo-dock -o».but you might get a lot of visual artifacts."
msgstr ""
#: ../data/messages:1255
-msgid "Tip: You can force OpenGL by launching the dock with «cairo-dock -o».but you might get a lot of visual artifacts."
+msgid "You need a graphics card with drivers that support OpenGL2.0. Most Nvidia cards can do this, as can more and more Intel cards. Most ATI cards do not support OpenGL2.0."
msgstr ""
#: ../data/messages:1257
-msgid "You need a graphics card with drivers that support OpenGL2.0. Most Nvidia cards can do this, as can more and more Intel cards. Most ATI cards do not support OpenGL2.0."
+msgid "I don't have any themes in the Theme Manager, except the default one."
msgstr ""
#: ../data/messages:1259
-msgid "I don't have any themes in the Theme Manager, except the default one."
+msgid "Hint : Up to version 2.1.1-2, wget was used."
msgstr ""
#: ../data/messages:1261
-msgid "Hint : Up to version 2.1.1-2, wget was used."
-msgstr ""
-
-#: ../data/messages:1263
msgid ""
"Be sure that you are connected to the Net.\n"
" If your connection is very slow, you can increase the connection timeout in the \"System\" module.\n"
" If you're under a proxy, you'll have to configure \"curl\" to use it; search on the web how to do it (basically, you have to set up the \"http_proxy\" environment variable)."
msgstr ""
+#: ../data/messages:1263
+msgid "The «netspeed» applet displays 0 even when I'm downloading something"
+msgstr ""
+
#: ../data/messages:1265
-msgid "The «netspeed» applet displays 0 even when I'm downloading something"
+msgid "Tip: you can run several instances of this applet if you wish to monitor several interfaces."
msgstr ""
#: ../data/messages:1267
-msgid "Tip: you can run several instances of this applet if you wish to monitor several interfaces."
-msgstr ""
-
-#: ../data/messages:1269
msgid ""
"You must tell the applet which interface you're using to connect to the Net (by default, this is «eth0»).\n"
"Just edit its configuration, and enter the interface name. To find it, type «ifconfig» in a terminal, and ignore the «loop» interface. It's probably something like «eth1», «ath0», or «wifi0».."
msgstr ""
+#: ../data/messages:1269
+msgid "The dustbin remains empty even when I delete a file."
+msgstr ""
+
#: ../data/messages:1271
-msgid "The dustbin remains empty even when I delete a file."
-msgstr ""
-
-#: ../data/messages:1273
msgid ""
"if you're using KDE, you may have to specify the path to the trash folder.\n"
"Just edit the applet's configuration, and fill in the Trash path; it is probably «~/.locale/share/Trash/files». Be very careful when typing a path here!!! (do not insert spaces or some invisible caracters)."
msgstr ""
+#: ../data/messages:1273
+msgid "There is no icon in the Applications Menu even though I enable the option."
+msgstr ""
+
#: ../data/messages:1275
-msgid "There is no icon in the Applications Menu even though I enable the option."
-msgstr ""
-
-#: ../data/messages:1277
msgid "In Gnome, there is an option that override the dock's one. To enable icons in menus, open 'gconf-editor', go to Desktop / Gnome / Interface and enable the \"menus have icons\" and the \"buttons have icons\" options. "
msgstr ""
+#: ../data/messages:1279
+msgid "If you're on Gnome you can click on this button:"
+msgstr ""
+
#: ../data/messages:1281
-msgid "If you're on Gnome you can click on this button:"
+msgid "The Project"
msgstr ""
#: ../data/messages:1283
-msgid "The Project"
+msgid "Join the project!"
msgstr ""
#: ../data/messages:1285
-msgid "Join the project!"
-msgstr ""
-
-#: ../data/messages:1287
msgid ""
"We value your help! If you see a bug, if you think something could be improved,\n"
"or if you just made a dream about the dock, pay us a visit on cairo-dock.org.\n"
@@ -3135,123 +3137,127 @@
"If you made a theme for the dock or one of the applet, and want to share it, weâll be happy to integrate it on our server !"
msgstr ""
+#: ../data/messages:1287
+msgid "If you wish to develop an applet, a complete documentation is available here."
+msgstr ""
+
#: ../data/messages:1289
-msgid "If you wish to develop an applet, a complete documentation is available here."
+msgid "Documentation"
msgstr ""
#: ../data/messages:1291
-msgid "Documentation"
-msgstr ""
-
-#: ../data/messages:1293
msgid ""
"If you wish to develop an applet in Python, Perl or any other language,\n"
"or to interact with the dock in any kind of way, a full DBus API is described here."
msgstr ""
+#: ../data/messages:1293
+msgid "DBus API"
+msgstr ""
+
#: ../data/messages:1295
-msgid "DBus API"
+msgid ""
+"\n"
+"\n"
+"The Cairo-Dock Team"
msgstr ""
#: ../data/messages:1297
-msgid ""
-"\n"
-"\n"
-"The Cairo-Dock Team"
-msgstr ""
-
-#: ../data/messages:1299
msgid "Websites"
msgstr ""
+#: ../data/messages:1311
+msgid "Repositories"
+msgstr ""
+
#: ../data/messages:1313
-msgid "Repositories"
-msgstr ""
-
-#: ../data/messages:1315
msgid ""
"We maintain two repositories for Debian, Ubuntu and other Debian-forked:\n"
" One for stable releases and another which is updated weekly (unstable version)"
msgstr ""
+#: ../data/messages:1315
+msgid "Debian/Ubuntu"
+msgstr ""
+
#: ../data/messages:1317
-msgid "Debian/Ubuntu"
-msgstr ""
-
-#: ../data/messages:1319
msgid "Ubuntu"
msgstr ""
-#: ../data/messages:1323
+#: ../data/messages:1321
msgid ""
"If you're on Ubuntu, you can add our 'stable' repository by clicking on this button:\n"
" After that, you can launch your update manager in order to install the latest stable version."
msgstr ""
-#: ../data/messages:1327
+#: ../data/messages:1325
msgid ""
"If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by clicking on this button:\n"
" After that, you can launch your update manager in order to install the latest weekly version."
msgstr ""
-#: ../data/messages:1329
+#: ../data/messages:1327
msgid "Debian"
msgstr ""
-#: ../data/messages:1333
+#: ../data/messages:1331
msgid ""
"If you're on Debian Stable, you can add our 'stable' repository by clicking on this button:\n"
" After that, you can purge all 'cairo-dock*' packages, update the your system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1337
+#: ../data/messages:1335
msgid ""
"If you're on Debian Unstable, you can add our 'stable' repository by clicking on this button:\n"
" After that, you can purge all 'cairo-dock*' packages, update the your system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1341
+#: ../data/messages:1339
msgid ""
"If you're on Debian Stable, you can add our 'weekly' ppa (can be unstable) by clicking on this button:\n"
" After that, you can purge all 'cairo-dock*' packages, update the your system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1345
+#: ../data/messages:1343
msgid ""
"If you're on Debian Unstable, you can add our 'weekly' ppa (can be unstable) by clicking on this button:\n"
" After that, you can purge all 'cairo-dock*' packages, update the your system and reinstall 'cairo-dock' package."
msgstr ""
-#: ../data/messages:1375
+#: ../data/messages:1373
msgid "starting from 0"
msgstr ""
-#: ../data/messages:1379
+#: ../data/messages:1377
msgid "Visibility of the dock"
msgstr ""
+#: ../data/messages:1401
+msgid "Leave it empty to use the same view as the main dock."
+msgstr ""
+
#: ../data/messages:1403
-msgid "Leave it empty to use the same view as the main dock."
-msgstr ""
-
-#: ../data/messages:1405
msgid "Choose the view for this dock :/"
msgstr ""
-#: ../data/messages:1411
+#: ../data/messages:1409
msgid "Same as main dock"
msgstr ""
-#: ../data/messages:1429
+#: ../data/messages:1427
msgid "Choose a theme"
msgstr ""
+#: ../data/messages:1431
+msgid "You can even paste an internet URL."
+msgstr ""
+
#: ../data/messages:1433
-msgid "You can even paste an internet URL."
+msgid "...or drag and drop a theme package here :"
msgstr ""
#: ../data/messages:1435
-msgid "...or drag and drop a theme package here :"
+msgid "Theme loading options"
msgstr ""
#: ../data/messages:1445
=== modified file 'po/cs.po'
--- po/cs.po 2010-09-07 00:38:36 +0000
+++ po/cs.po 2010-10-02 18:15:57 +0000
@@ -7,99 +7,107 @@
msgstr ""
"Project-Id-Version: cairo-dock-core\n"
"Report-Msgid-Bugs-To: fabounet@xxxxxxxxxxxx\n"
-"POT-Creation-Date: 2010-08-11 00:18+0000\n"
-"PO-Revision-Date: 2010-08-17 12:20+0000\n"
-"Last-Translator: GdH <georgdh@xxxxxxxxx>\n"
+"POT-Creation-Date: 2010-08-29 00:58+0000\n"
+"PO-Revision-Date: 2010-09-07 12:33+0000\n"
+"Last-Translator: Milhouse <milhouse@xxxxxxxxx>\n"
"Language-Team: Czech <cs@xxxxxx>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2010-08-18 06:48+0000\n"
+"X-Launchpad-Export-Date: 2010-09-08 04:35+0000\n"
"X-Generator: Launchpad (build Unknown)\n"
#: ../src/cairo-dock-gui-launcher.c:376
msgid "Launcher configuration"
msgstr "Nastavenà spouÅ¡tÄÄe"
-#: ../src/cairo-dock-gui-main.c:126 ../data/messages:271
+#: ../src/cairo-dock-gui-main.c:128 ../data/messages:277
msgid "Behaviour"
msgstr "ChovánÃ"
-#: ../src/cairo-dock-gui-main.c:127 ../data/messages:83 ../data/messages:1389
+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1399
msgid "Appearance"
msgstr "Vzhled"
-#: ../src/cairo-dock-gui-main.c:128 ../src/gldit/cairo-dock-gui-factory.c:1246
+#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1247
msgid "Files"
msgstr "Soubory"
-#: ../src/cairo-dock-gui-main.c:129 ../src/gldit/cairo-dock-gui-factory.c:1251
+#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1252
msgid "Internet"
msgstr "Internet"
-#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1256
+#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1257
msgid "Desktop"
msgstr "Pracovnà plocha"
-#: ../src/cairo-dock-gui-main.c:131
+#: ../src/cairo-dock-gui-main.c:133
msgid "Accessories"
msgstr "DoplÅky"
-#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1266
-#: ../src/gldit/cairo-dock-internal-system.c:132 ../data/messages:347
+#: ../src/cairo-dock-gui-main.c:134 ../src/gldit/cairo-dock-gui-factory.c:1267
+#: ../src/gldit/cairo-dock-internal-system.c:133 ../data/messages:353
msgid "System"
msgstr "Systém"
-#: ../src/cairo-dock-gui-main.c:133 ../src/gldit/cairo-dock-gui-factory.c:1271
+#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1272
msgid "Fun"
msgstr "Zábava"
-#: ../src/cairo-dock-gui-main.c:134 ../src/cairo-dock-gui-main.c:1523
-#: ../data/messages:1521
+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1524
+#: ../data/messages:1531
msgid "All"
msgstr "VÅ¡e"
-#: ../src/cairo-dock-gui-main.c:1499
+#: ../src/cairo-dock-gui-main.c:1500
msgid "Categories"
msgstr "Kategorie"
-#: ../src/cairo-dock-gui-main.c:1629
+#: ../src/cairo-dock-gui-main.c:1630
msgid "Filter"
msgstr "Filtr"
-#: ../src/cairo-dock-gui-main.c:1674 ../data/messages:135
+#: ../src/cairo-dock-gui-main.c:1677 ../data/messages:141
msgid "Options"
msgstr "Volby"
-#: ../src/cairo-dock-gui-main.c:1684
+#: ../src/cairo-dock-gui-main.c:1687
msgid "All words"
msgstr "VÅ¡echna slova"
-#: ../src/cairo-dock-gui-main.c:1688
+#: ../src/cairo-dock-gui-main.c:1691
msgid "Highlighted words"
msgstr "Zvýraznit slova"
-#: ../src/cairo-dock-gui-main.c:1693
+#: ../src/cairo-dock-gui-main.c:1696
msgid "Hide others"
msgstr "Schovat ostatnÃ"
-#: ../src/cairo-dock-gui-main.c:1698
+#: ../src/cairo-dock-gui-main.c:1701
msgid "Search in description"
msgstr "Hledat v popisu"
-#: ../src/cairo-dock-gui-main.c:1712
+#: ../src/cairo-dock-gui-main.c:1715
msgid "Enable this module"
msgstr "Aktivovat tento modul."
-#: ../src/cairo-dock-gui-main.c:1800 ../src/cairo-dock.c:741
+#: ../src/cairo-dock-gui-main.c:1779 ../data/messages:135
+msgid "More applets"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1780 ../data/messages:133
+msgid "Get more applets online !"
+msgstr ""
+
+#: ../src/cairo-dock-gui-main.c:1815 ../src/cairo-dock.c:741
msgid "< Maintenance mode >"
msgstr "< Režim údržby >"
-#: ../src/cairo-dock-gui-main.c:1890 ../src/cairo-dock-gui-simple.c:762
+#: ../src/cairo-dock-gui-main.c:1905 ../src/cairo-dock-gui-simple.c:769
msgid "Cairo-Dock configuration"
msgstr "Nastavenà Cairo-Docku"
-#: ../src/cairo-dock-gui-main.c:2211
+#: ../src/cairo-dock-gui-main.c:2226
#, c-format
msgid ""
"The '%s' module is not present. You need to install it and all its "
@@ -108,16 +116,16 @@
"Modul '%s' nenà dostupný. MusÃte ho nejprve nainstalovat se vÅ¡emi jeho "
"závislostmi."
-#: ../src/cairo-dock-gui-main.c:2217
+#: ../src/cairo-dock-gui-main.c:2232
#, c-format
msgid "The '%s' module is not enabled."
msgstr "Modul %s nenà aktivnÃ."
-#: ../src/cairo-dock-gui-main.c:2218
+#: ../src/cairo-dock-gui-main.c:2233
msgid "Do you want to enable it now?"
msgstr "PÅejete si ho nynà aktivovat?"
-#: ../src/cairo-dock-gui-main.c:2361
+#: ../src/cairo-dock-gui-main.c:2376
msgid ""
"It appears that you've never entered the help module before.\n"
"If you are having difficulty configuring the dock, or if you want to "
@@ -130,28 +138,28 @@
"modul nápovÄdy je tu pro vás !\n"
"PÅejete si ho otevÅÃt teÄ ?"
-#: ../src/cairo-dock-gui-simple.c:389 ../src/cairo-dock-gui-themes.c:311
+#: ../src/cairo-dock-gui-simple.c:396 ../src/cairo-dock-gui-themes.c:311
#, c-format
msgid "Importing theme %s ..."
msgstr "Importovánà motivu %s"
-#: ../src/cairo-dock-gui-simple.c:711
+#: ../src/cairo-dock-gui-simple.c:718
msgid "Animation:"
msgstr "Animace:"
-#: ../src/cairo-dock-gui-simple.c:728
+#: ../src/cairo-dock-gui-simple.c:735
msgid "Effects:"
msgstr "Efekty:"
-#: ../src/cairo-dock-gui-simple.c:743 ../data/messages:77
+#: ../src/cairo-dock-gui-simple.c:750 ../data/messages:77
msgid "On mouse hover:"
msgstr "PÅi najetà myÅ¡Ã:"
-#: ../src/cairo-dock-gui-simple.c:744 ../data/messages:79
+#: ../src/cairo-dock-gui-simple.c:751 ../data/messages:79
msgid "On click:"
msgstr "PÅi kliknutÃ:"
-#: ../src/cairo-dock-gui-simple.c:796
+#: ../src/cairo-dock-gui-simple.c:803
msgid ""
"This is the simple configuration panel of Cairo-Dock.\n"
" After you get familiar with it, and if you want to customise your theme\n"
@@ -227,7 +235,7 @@
#: ../src/cairo-dock-internal-icons.c:454
#: ../src/gldit/cairo-dock-internal-icons.c:459 ../data/messages:85
-#: ../data/messages:629 ../data/messages:863
+#: ../data/messages:639 ../data/messages:873
msgid "Icons"
msgstr "Ikony"
@@ -240,150 +248,150 @@
"Vše o ikonách:\n"
" velikost, zrcadlenÃ, motiv ikon..."
-#: ../src/cairo-dock-menu.c:127
+#: ../src/cairo-dock-menu.c:128
#, c-format
msgid "Configuration of the '%s' dock"
msgstr "Nastavenà '%s' doku"
-#: ../src/cairo-dock-menu.c:206 ../data/messages:1293
+#: ../src/cairo-dock-menu.c:207 ../data/messages:1303
msgid "Community site"
msgstr "Web komunity"
-#: ../src/cairo-dock-menu.c:207 ../data/messages:1291
+#: ../src/cairo-dock-menu.c:208 ../data/messages:1301
msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
msgstr "Máte problémy ? Návrhy ? Jen s námi chcete mluvit? Jen do toho!"
-#: ../src/cairo-dock-menu.c:210 ../data/messages:1297
+#: ../src/cairo-dock-menu.c:211 ../data/messages:1307
msgid "Development site"
msgstr "Web vývojáÅů"
-#: ../src/cairo-dock-menu.c:211 ../data/messages:1295
+#: ../src/cairo-dock-menu.c:212 ../data/messages:1305
msgid "Find the latest version of Cairo-Dock here !"
msgstr "Zde naleznete nejnovÄjÅ¡Ã verzi Cairo-Dock."
-#: ../src/cairo-dock-menu.c:214 ../data/messages:1301
+#: ../src/cairo-dock-menu.c:215 ../data/messages:1311
msgid "Cairo-Dock-Plug-ins-Extras"
msgstr "Cairo-Dock extra zásuvné moduly"
-#: ../src/cairo-dock-menu.c:215 ../data/messages:1171 ../data/messages:1299
+#: ../src/cairo-dock-menu.c:216 ../data/messages:1181 ../data/messages:1309
msgid "Other applets"
msgstr "Ostatnà applety"
-#: ../src/cairo-dock-menu.c:224
+#: ../src/cairo-dock-menu.c:225
msgid "Development"
msgstr "Vývoj"
-#: ../src/cairo-dock-menu.c:230
+#: ../src/cairo-dock-menu.c:231
msgid "Artwork"
msgstr "Kresba"
-#: ../src/cairo-dock-menu.c:234
+#: ../src/cairo-dock-menu.c:235
msgid "Support"
msgstr "Podpora"
-#: ../src/cairo-dock-menu.c:312
+#: ../src/cairo-dock-menu.c:313
msgid "Quit Cairo-Dock?"
msgstr "UkonÄit Cairo-Dock ?"
-#: ../src/cairo-dock-menu.c:338
+#: ../src/cairo-dock-menu.c:339
msgid "Configure this dock"
msgstr "Nastavit tento dok"
-#: ../src/cairo-dock-menu.c:343
+#: ../src/cairo-dock-menu.c:344
msgid "Customize the position, visibility and appearance of this main dock."
msgstr "PÅizpůsobit pozici, viditelnost a vzhled hlavnÃho doku."
-#: ../src/cairo-dock-menu.c:346
+#: ../src/cairo-dock-menu.c:347
msgid "Configure"
msgstr "NastavenÃ"
-#: ../src/cairo-dock-menu.c:351
+#: ../src/cairo-dock-menu.c:352
msgid "Configure behaviour, appearance, and applets."
msgstr "Nastavit umÃstÄnÃ, vzhled a applety"
-#: ../src/cairo-dock-menu.c:353
+#: ../src/cairo-dock-menu.c:354
msgid "Manage themes"
msgstr "Správa motivů"
-#: ../src/cairo-dock-menu.c:358
+#: ../src/cairo-dock-menu.c:359
msgid ""
"Choose from amongst many themes on the server or save your current theme."
msgstr "UmožÅuje vybrat spoustu motivů ze serveru nebo uložit vaÅ¡e vlastnÃ."
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:364
msgid "Unlock icons"
msgstr "odemknout ikony"
-#: ../src/cairo-dock-menu.c:363
+#: ../src/cairo-dock-menu.c:364
msgid "Lock icons"
msgstr "Uzamknout ikony"
-#: ../src/cairo-dock-menu.c:367
+#: ../src/cairo-dock-menu.c:368
msgid "This will (un)lock the position of the icons."
msgstr "Tato volba uzamkne/odeemkne pozici ikon"
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:372
msgid "Unlock dock"
msgstr "Odemknout dok"
-#: ../src/cairo-dock-menu.c:371
+#: ../src/cairo-dock-menu.c:372
msgid "Lock dock"
msgstr "Uzamknout dok"
-#: ../src/cairo-dock-menu.c:376
+#: ../src/cairo-dock-menu.c:377
msgid "This will (un)lock the whole dock."
msgstr "Tato volba uzamkne/odemkne celý dok."
-#: ../src/cairo-dock-menu.c:381
+#: ../src/cairo-dock-menu.c:382
msgid "Quick-Hide"
msgstr "Rychle schovat"
-#: ../src/cairo-dock-menu.c:386
+#: ../src/cairo-dock-menu.c:387
msgid "This will hide the dock until you hover over it with the mouse."
-msgstr ""
+msgstr "Panel se bude skrývat. PÅejetÃm myÅ¡i nad panelem se opÄt zobrazÃ."
-#: ../src/cairo-dock-menu.c:394
+#: ../src/cairo-dock-menu.c:395
msgid "Launch Cairo-Dock on startup"
msgstr "Spustit Cairo-Dock pÅi startu systému"
-#: ../src/cairo-dock-menu.c:404 ../src/cairo-dock.c:294
+#: ../src/cairo-dock-menu.c:405 ../src/cairo-dock.c:294
msgid "Help"
msgstr "NápovÄda"
-#: ../src/cairo-dock-menu.c:409
+#: ../src/cairo-dock-menu.c:410
msgid "There are no problems, only solutions (and a lot of useful hints!)"
msgstr ""
"Nenà tu žádný problém, jsou zde jen ÅeÅ¡enà (a spoustu užiteÄných rad.)"
-#: ../src/cairo-dock-menu.c:411
+#: ../src/cairo-dock-menu.c:412
msgid "Get more applets!"
msgstr "ZÃskejte dalÅ¡Ã applety!"
-#: ../src/cairo-dock-menu.c:416
+#: ../src/cairo-dock-menu.c:417
msgid ""
"Third-party applets provide integration with many programs, like Pidgin"
msgstr ""
"Applety tÅetÃch stran zajiÅ¡Å¥ujà integraci s mnoha programy, napÅÃklad s "
"Pidginem."
-#: ../src/cairo-dock-menu.c:418
+#: ../src/cairo-dock-menu.c:419
msgid "About"
msgstr "O programu"
-#: ../src/cairo-dock-menu.c:426
+#: ../src/cairo-dock-menu.c:427
msgid "Quit"
msgstr "UkonÄit"
-#: ../src/cairo-dock-menu.c:450
+#: ../src/cairo-dock-menu.c:451
msgid "separator"
msgstr "oddÄlovaÄ"
-#: ../src/cairo-dock-menu.c:454
+#: ../src/cairo-dock-menu.c:455
#, c-format
msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
msgstr "Opravdu chcete tuto ikonu (%s) odstranit z doku?"
-#: ../src/cairo-dock-menu.c:465
+#: ../src/cairo-dock-menu.c:466
msgid ""
"Do you want to re-dispatch the icons contained inside this container into "
"the dock?\n"
@@ -392,7 +400,7 @@
"Opravdu chcete pÅesunout ikony uvnitÅ tohoto kontejneru do docku?\n"
" (ostatnà budou odstranÄny)"
-#: ../src/cairo-dock-menu.c:535
+#: ../src/cairo-dock-menu.c:536
msgid ""
"The new dock has been created.\n"
"Now move some launchers or applets into it by right-clicking on the icon -> "
@@ -402,11 +410,11 @@
"Nynà do nÄj pÅesuÅte spouÅ¡tÄÄe, nebo applety, kliknutÃm pravým tlaÄÃtkem na "
"ikonu a volbou 'PÅesunout do jiného doku'"
-#: ../src/cairo-dock-menu.c:552
+#: ../src/cairo-dock-menu.c:553
msgid "Sorry, this icon doesn't have a configuration file."
msgstr "Tato ikona nemá žádná nastavenÃ."
-#: ../src/cairo-dock-menu.c:593
+#: ../src/cairo-dock-menu.c:594
msgid ""
"The new dock has been created.\n"
"You can customize it by right-clicking on it -> cairo-dock -> configure this "
@@ -416,12 +424,12 @@
"PÅizpůsobit si ho můžete kliknutÃm pravým tlaÄÃtkem a volbou Cairo-Dock -> "
"Nastavit tento dok."
-#: ../src/cairo-dock-menu.c:650
+#: ../src/cairo-dock-menu.c:651
#, c-format
msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
msgstr "Chcete odebrat tento applet (%s) z doku. Jste si jisti?"
-#: ../src/cairo-dock-menu.c:785
+#: ../src/cairo-dock-menu.c:835
msgid ""
"Sorry, couldn't find the corresponding description file.\n"
"Consider dragging and dropping the launcher from the Applications Menu."
@@ -429,225 +437,229 @@
"Nebyl nalezen odpovÃdajÃcà soubor.\n"
"Zvažte pÅetáhnutà ikon z menu Aplikace do doku."
-#: ../src/cairo-dock-menu.c:1017
+#: ../src/cairo-dock-menu.c:1067
#, c-format
msgid "Move all to desktop %d - face %d"
-msgstr ""
+msgstr "PÅesunout na vÅ¡echny plochy %d - plocha %d"
-#: ../src/cairo-dock-menu.c:1017
+#: ../src/cairo-dock-menu.c:1067
#, c-format
msgid "Move to desktop %d - face %d"
-msgstr ""
+msgstr "PÅemÃstit na plochu %d - plocha %d"
-#: ../src/cairo-dock-menu.c:1019
+#: ../src/cairo-dock-menu.c:1069
#, c-format
msgid "Move all to desktop %d"
msgstr "PÅesunout vÅ¡e na plochu %d"
-#: ../src/cairo-dock-menu.c:1019
+#: ../src/cairo-dock-menu.c:1069
#, c-format
msgid "Move to desktop %d"
msgstr "PÅesunout na plochu %d"
-#: ../src/cairo-dock-menu.c:1021
+#: ../src/cairo-dock-menu.c:1071
#, c-format
msgid "Move all to face %d"
msgstr "PÅesunout vÅ¡e na plochu %d"
-#: ../src/cairo-dock-menu.c:1021
+#: ../src/cairo-dock-menu.c:1071
#, c-format
msgid "Move to face %d"
msgstr "PÅesunout na plochu %d"
-#: ../src/cairo-dock-menu.c:1058
+#: ../src/cairo-dock-menu.c:1108
msgid "Add"
msgstr "PÅidat"
-#: ../src/cairo-dock-menu.c:1062
+#: ../src/cairo-dock-menu.c:1112
msgid "Add a sub-dock"
msgstr "PÅidat sub-dok"
-#: ../src/cairo-dock-menu.c:1064
+#: ../src/cairo-dock-menu.c:1114
msgid "Add a main dock"
msgstr "PÅidat hlavnà dok"
-#: ../src/cairo-dock-menu.c:1067
+#: ../src/cairo-dock-menu.c:1117
msgid "Add a separator"
msgstr "PÅidat oddÄlovaÄ"
-#: ../src/cairo-dock-menu.c:1071
+#: ../src/cairo-dock-menu.c:1121
msgid "Add a custom launcher"
msgstr "PÅidat vlastnà spouÅ¡tÄÄ"
-#: ../src/cairo-dock-menu.c:1072
+#: ../src/cairo-dock-menu.c:1122
msgid ""
"Usually you would drag a launcher from the menu and drop it on the dock."
msgstr "Obvykle uchopÃte spouÅ¡tÄÄ z menu a pÅesunete ho do doku."
-#: ../src/cairo-dock-menu.c:1109
+#: ../src/cairo-dock-menu.c:1161
msgid "Modify this separator"
msgstr "Upravit tento oddÄlovaÄ"
-#: ../src/cairo-dock-menu.c:1109
+#: ../src/cairo-dock-menu.c:1161
msgid "Modify this launcher"
msgstr "Uparavit tento spouÅ¡tÄÄ"
-#: ../src/cairo-dock-menu.c:1111
+#: ../src/cairo-dock-menu.c:1163
msgid "Remove this separator"
msgstr "Odstranit tento oddÄlovaÄ"
-#: ../src/cairo-dock-menu.c:1111
+#: ../src/cairo-dock-menu.c:1163
msgid "Remove this launcher"
msgstr "Odstranit tento spouÅ¡tÄÄ"
-#: ../src/cairo-dock-menu.c:1112
+#: ../src/cairo-dock-menu.c:1164
msgid ""
"You can remove a launcher by dragging it out of the dock with the mouse ."
msgstr "Můžete odebrat spouÅ¡tÄÄ pÅetaženÃm pomocà myÅ¡i pryÄ z docku."
-#: ../src/cairo-dock-menu.c:1114 ../src/cairo-dock-menu.c:1260
+#: ../src/cairo-dock-menu.c:1166 ../src/cairo-dock-menu.c:1314
msgid "Move to another dock"
msgstr "PÅesunout do jiného doku"
-#: ../src/cairo-dock-menu.c:1118 ../src/cairo-dock-menu.c:1264
+#: ../src/cairo-dock-menu.c:1170 ../src/cairo-dock-menu.c:1318
msgid "New main dock"
msgstr "Nový hlavnà dok"
-#: ../src/cairo-dock-menu.c:1132 ../src/cairo-dock-menu.c:1206
+#: ../src/cairo-dock-menu.c:1184 ../src/cairo-dock-menu.c:1260
msgid "Other actions"
msgstr "Ostatnà akce"
-#: ../src/cairo-dock-menu.c:1137
+#: ../src/cairo-dock-menu.c:1189
msgid "Move to this desktop"
msgstr "PÅesunout na tuto plochu"
-#: ../src/cairo-dock-menu.c:1151
+#: ../src/cairo-dock-menu.c:1203
msgid "Not Fullscreen"
msgstr "Ne pÅes celou obrazovku"
-#: ../src/cairo-dock-menu.c:1151
+#: ../src/cairo-dock-menu.c:1203
msgid "Fullscreen"
msgstr "PÅes celou obrazovku"
-#: ../src/cairo-dock-menu.c:1155
+#: ../src/cairo-dock-menu.c:1207
msgid "Don't keep above"
msgstr "Nedržet navrchu"
-#: ../src/cairo-dock-menu.c:1155
+#: ../src/cairo-dock-menu.c:1207
msgid "Keep above"
msgstr "Držet navrchu"
-#: ../src/cairo-dock-menu.c:1174
+#: ../src/cairo-dock-menu.c:1226
msgid "Remove custom icon"
msgstr "Odstranit uživatelskou ikonu"
-#: ../src/cairo-dock-menu.c:1178
+#: ../src/cairo-dock-menu.c:1230
+msgid "Set a custom icon"
+msgstr "Zvolit vlastnà ikonu"
+
+#: ../src/cairo-dock-menu.c:1232
msgid "Kill"
msgstr "ZabÃt"
-#: ../src/cairo-dock-menu.c:1183
+#: ../src/cairo-dock-menu.c:1237
msgid "Launch a new (Shift+clic)"
msgstr "Spustit nový (Shift + KliknutÃ)"
-#: ../src/cairo-dock-menu.c:1188
+#: ../src/cairo-dock-menu.c:1242
msgid "Make it a launcher"
msgstr "VytvoÅit spouÅ¡tÄÄ"
-#: ../src/cairo-dock-menu.c:1191
+#: ../src/cairo-dock-menu.c:1245
msgid "Show"
msgstr "Ukázat"
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1247
msgid "Unmaximise"
msgstr "Demaximalizovat"
-#: ../src/cairo-dock-menu.c:1193
+#: ../src/cairo-dock-menu.c:1247
msgid "Maximise"
msgstr "Maximalizovat"
-#: ../src/cairo-dock-menu.c:1196
+#: ../src/cairo-dock-menu.c:1250
msgid "Minimise"
msgstr "Minimalizovat"
-#: ../src/cairo-dock-menu.c:1198
+#: ../src/cairo-dock-menu.c:1252
msgid "Close (middle-click)"
msgstr "ZavÅÃt (stisk koleÄka myÅ¡i)"
-#: ../src/cairo-dock-menu.c:1211
+#: ../src/cairo-dock-menu.c:1265
msgid "Move all to this desktop"
msgstr "PÅesunout vÅ¡e na tuto plochu"
-#: ../src/cairo-dock-menu.c:1217
+#: ../src/cairo-dock-menu.c:1271
msgid "Launch new"
msgstr "Spustit nový"
-#: ../src/cairo-dock-menu.c:1220
+#: ../src/cairo-dock-menu.c:1274
msgid "Show all"
msgstr "Zobrazit vše"
-#: ../src/cairo-dock-menu.c:1222
+#: ../src/cairo-dock-menu.c:1276
msgid "Minimise all"
msgstr "Minimalizovat vše"
-#: ../src/cairo-dock-menu.c:1224
+#: ../src/cairo-dock-menu.c:1278
msgid "Close all"
msgstr "ZavÅÃt vÅ¡e"
-#: ../src/cairo-dock-menu.c:1244 ../src/gldit/cairo-dock-gui-factory.c:925
+#: ../src/cairo-dock-menu.c:1298 ../src/gldit/cairo-dock-gui-factory.c:926
msgid "Configure this applet"
msgstr "Nastavit tento applet"
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1302
msgid "Detach this applet"
msgstr "Odepnout applet"
-#: ../src/cairo-dock-menu.c:1248
+#: ../src/cairo-dock-menu.c:1302
msgid "Return to the dock"
msgstr "Vrátit do docku"
-#: ../src/cairo-dock-menu.c:1251
+#: ../src/cairo-dock-menu.c:1305
msgid "Remove this applet"
msgstr "Odstranit tento applet"
-#: ../src/cairo-dock-menu.c:1255
+#: ../src/cairo-dock-menu.c:1309
msgid "Launch another instance of this applet"
msgstr "Spusti dalšà instanci appletu"
-#: ../src/cairo-dock-menu.c:1277
+#: ../src/cairo-dock-menu.c:1331
#: ../src/gldit/cairo-dock-internal-accessibility.c:277
msgid "Visibility"
msgstr "Viditelnost"
-#: ../src/cairo-dock-menu.c:1292
+#: ../src/cairo-dock-menu.c:1346
msgid "Normal"
msgstr "NormálnÃ"
-#: ../src/cairo-dock-menu.c:1298 ../data/messages:21 ../data/messages:195
-#: ../data/messages:1375
+#: ../src/cairo-dock-menu.c:1352 ../data/messages:21 ../data/messages:201
+#: ../data/messages:1385
msgid "Always on top"
msgstr "Vždy navrchu"
-#: ../src/cairo-dock-menu.c:1305
+#: ../src/cairo-dock-menu.c:1359
msgid "Always below"
msgstr "Vždy vespod"
-#: ../src/cairo-dock-menu.c:1318
+#: ../src/cairo-dock-menu.c:1372
msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
msgstr "Nastavte chovánà v Compizu na: (name=cairo-dock & type=utility)"
-#: ../src/cairo-dock-menu.c:1320
+#: ../src/cairo-dock-menu.c:1374
msgid "Reserve space"
msgstr "Vyhradit mÃsto"
-#: ../src/cairo-dock-menu.c:1327
+#: ../src/cairo-dock-menu.c:1381
msgid "On all desktops"
msgstr "Na všech plochách"
-#: ../src/cairo-dock-menu.c:1333
+#: ../src/cairo-dock-menu.c:1387
msgid "Lock position"
msgstr "Zamknout pozici"
-#: ../src/cairo-dock-user-interaction.c:319
+#: ../src/cairo-dock-user-interaction.c:351
msgid ""
"The option 'overwrite X icons' has been automatically enabled in the "
"config.\n"
@@ -780,6 +792,9 @@
"You can change this by opening the configuration of this module. Do you want "
"to do it now?"
msgstr ""
+"NepodaÅilo se najÃt Å¡ablonu tématu, bude použito výchozà téma.\n"
+"Volbu lze zmÄnit otevÅenÃm a ruÄnÃm pÅepsánÃm konfiguraÄnÃho souboru tohoto "
+"modulu. Má se soubor otevÅÃt teÄ?"
#: ../src/gldit/cairo-dock-applet-facility.h:362
msgid "Applet's handbook"
@@ -795,44 +810,44 @@
msgid "Failed to unmount %s"
msgstr "Nelze odpojit %s"
-#: ../src/gldit/cairo-dock-gui-factory.c:831
+#: ../src/gldit/cairo-dock-gui-factory.c:832
msgid "_Custom Icons_"
msgstr "_Vlastnà ikony_"
-#: ../src/gldit/cairo-dock-gui-factory.c:1261
+#: ../src/gldit/cairo-dock-gui-factory.c:1262
msgid "Accessory"
msgstr "PÅÃsluÅ¡enstvÃ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1305
+#: ../src/gldit/cairo-dock-gui-factory.c:1306
msgid "rate me"
msgstr "ohodnoÅ¥ mÄ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1325
+#: ../src/gldit/cairo-dock-gui-factory.c:1326
msgid "Local"
msgstr "LokálnÃ"
-#: ../src/gldit/cairo-dock-gui-factory.c:1329
+#: ../src/gldit/cairo-dock-gui-factory.c:1330
msgid "User"
msgstr "Uživatel"
-#: ../src/gldit/cairo-dock-gui-factory.c:1333
+#: ../src/gldit/cairo-dock-gui-factory.c:1334
msgid "Net"
msgstr "SÃÅ¥"
-#: ../src/gldit/cairo-dock-gui-factory.c:1337
+#: ../src/gldit/cairo-dock-gui-factory.c:1338
msgid "New"
msgstr "Nový"
-#: ../src/gldit/cairo-dock-gui-factory.c:1342
+#: ../src/gldit/cairo-dock-gui-factory.c:1343
msgid "Updated"
msgstr "Aktualizováno"
-#: ../src/gldit/cairo-dock-gui-factory.c:1438
-#: ../src/gldit/cairo-dock-gui-factory.c:1440
+#: ../src/gldit/cairo-dock-gui-factory.c:1439
+#: ../src/gldit/cairo-dock-gui-factory.c:1441
msgid "You must try the theme before you can rate it."
msgstr "MusÃte motiv nejprve vyzkouÅ¡et, než ho můžete hodnotit."
-#: ../src/gldit/cairo-dock-gui-factory.c:1463
+#: ../src/gldit/cairo-dock-gui-factory.c:1464
#, c-format
msgid ""
"The '%s' module was not found.\n"
@@ -843,7 +858,7 @@
"UjistÄtÄ se, že instalujete modul stejné verze jakou má dok, abyste mohli "
"využÃt tÄchto možnosÃ."
-#: ../src/gldit/cairo-dock-gui-factory.c:1472
+#: ../src/gldit/cairo-dock-gui-factory.c:1473
#, c-format
msgid ""
"The '%s' plug-in is not active.\n"
@@ -852,45 +867,45 @@
"Plugin %s nenà aktivován.\n"
"Chcete ho aktivovat nynÃ?"
-#: ../src/gldit/cairo-dock-gui-factory.c:2151
+#: ../src/gldit/cairo-dock-gui-factory.c:2152
#, c-format
msgid "Listing themes in '%s' ..."
msgstr "Seznam motivů v '%s' ..."
-#: ../src/gldit/cairo-dock-gui-factory.c:2289
+#: ../src/gldit/cairo-dock-gui-factory.c:2290
msgid "plug-in"
msgstr "zásuvný modul"
-#: ../src/gldit/cairo-dock-gui-factory.c:2295
+#: ../src/gldit/cairo-dock-gui-factory.c:2296
msgid "category"
msgstr "kategorie"
-#: ../src/gldit/cairo-dock-gui-factory.c:2338
+#: ../src/gldit/cairo-dock-gui-factory.c:2339
msgid ""
"Click on an applet in order to have a preview and a description for it."
msgstr "KliknÄte na applet pro zobrazenà jeho náhledu a popisu."
-#: ../src/gldit/cairo-dock-gui-factory.c:2741
+#: ../src/gldit/cairo-dock-gui-factory.c:2742
msgid "state"
msgstr "stav"
-#: ../src/gldit/cairo-dock-gui-factory.c:2747
+#: ../src/gldit/cairo-dock-gui-factory.c:2748
msgid "Theme"
msgstr "Motiv"
-#: ../src/gldit/cairo-dock-gui-factory.c:2760
+#: ../src/gldit/cairo-dock-gui-factory.c:2761
msgid "Rating"
msgstr "HodnocenÃ"
-#: ../src/gldit/cairo-dock-gui-factory.c:2766
+#: ../src/gldit/cairo-dock-gui-factory.c:2767
msgid "Sobriety"
msgstr "Rozvaha"
-#: ../src/gldit/cairo-dock-gui-factory.c:2849
+#: ../src/gldit/cairo-dock-gui-factory.c:2850
msgid "link"
msgstr "odkaz"
-#: ../src/gldit/cairo-dock-gui-factory.c:2902
+#: ../src/gldit/cairo-dock-gui-factory.c:2903
msgid "Grab"
msgstr "Zachytit"
@@ -904,8 +919,8 @@
" nebo naopak nenápadný ?\n"
"Nastavte si, jak chcete ke svému doku a sub-dokům pÅistupovat!"
-#: ../src/gldit/cairo-dock-internal-background.c:160 ../data/messages:449
-#: ../data/messages:851 ../data/messages:1397
+#: ../src/gldit/cairo-dock-internal-background.c:160 ../data/messages:459
+#: ../data/messages:861 ../data/messages:1407
msgid "Background"
msgstr "PozadÃ"
@@ -917,7 +932,7 @@
msgid "_custom decoration_"
msgstr "_vlastnà dekorace_"
-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:565
+#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:575
msgid "Desklets"
msgstr "Desklety"
@@ -941,7 +956,7 @@
msgid "Configure text bubble appearance."
msgstr "Nastavenà vzhledu textových bublin."
-#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:747
+#: ../src/gldit