Merge lp:~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1 into lp:ubuntu/precise/cairo-dock

Proposed by Matthieu Baerts
Status: Merged
Merge reported by: Stefano Rivera
Merged at revision: not available
Proposed branch: lp:~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1
Merge into: lp:ubuntu/precise/cairo-dock
Diff against target: 220834 lines (+58460/-50496)
208 files modified
.pc/01-improved-cairo-dock-session.patch/data/desktop-manager/CMakeLists.txt (+0/-9)
.pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock-fallback.desktop (+0/-7)
.pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock.desktop (+0/-7)
.pc/01-improved-cairo-dock-session.patch/data/scripts/help_scripts.sh (+0/-148)
.pc/02-manpage-not-compressed-with-max-compression.patch/data/man/CMakeLists.txt (+0/-22)
.pc/applied-patches (+0/-2)
CMakeLists.txt (+47/-22)
INSTALL (+0/-4)
cairo-dock.pc.in (+2/-2)
cmake_modules/GNUInstallDirs.cmake (+182/-0)
copyright (+1/-1)
data/ChangeLog.txt (+2/-0)
data/cairo-dock-simple.conf.in (+20/-15)
data/cairo-dock.conf.in (+44/-57)
data/container.desktop.in (+0/-2)
data/default-theme/cairo-dock.conf (+2/-2)
data/desktop-manager/cairo-dock-session (+0/-47)
data/icons/CMakeLists.txt (+1/-0)
data/icons/icon-lower.svg (+130/-0)
data/launcher.desktop.in (+5/-5)
data/main-dock.conf.in (+7/-1)
data/man/CMakeLists.txt (+1/-1)
data/man/cairo-dock_en.1 (+34/-12)
data/separator.desktop.in (+0/-2)
debian/cairo-dock-core.install (+1/-2)
debian/cairo-dock-core.lintian-overrides (+0/-2)
debian/cairo-dock-dev.install (+0/-3)
debian/changelog (+39/-0)
debian/compat (+1/-1)
debian/control (+51/-18)
debian/libgldi-dev.install (+3/-0)
debian/libgldi3.install (+1/-0)
debian/patches/01-improved-cairo-dock-session.patch (+0/-106)
debian/patches/02-manpage-not-compressed-with-max-compression.patch (+0/-19)
debian/patches/series (+0/-2)
debian/rules (+2/-1)
debian/watch (+1/-1)
po/CMakeLists.txt (+1/-1)
po/ar.po (+1201/-1070)
po/be.po (+1264/-1094)
po/bn.po (+1136/-1042)
po/ca.po (+1167/-1050)
po/cairo-dock.pot (+1076/-1001)
po/cs.po (+1263/-1090)
po/cy.po (+1126/-1041)
po/de.po (+2313/-1668)
po/el.po (+1277/-1104)
po/en_GB.po (+1522/-1329)
po/es.po (+1392/-1149)
po/et.po (+1160/-1050)
po/eu.po (+1264/-1094)
po/fi.po (+1112/-1035)
po/fo.po (+1130/-1043)
po/fr.po (+1320/-1110)
po/gl.po (+1191/-1061)
po/hu.po (+1346/-1125)
po/id.po (+1120/-1037)
po/it.po (+1304/-1112)
po/ja.po (+1278/-1086)
po/ko.po (+1245/-1074)
po/nb.po (+1271/-1099)
po/nl.po (+1305/-1113)
po/oc.po (+1136/-1045)
po/pl.po (+1770/-1296)
po/pt.po (+1267/-1098)
po/pt_BR.po (+1318/-1129)
po/ro.po (+1181/-1058)
po/ru.po (+1414/-1159)
po/sk.po (+1278/-1098)
po/sl.po (+1263/-1092)
po/sr.po (+1357/-1173)
po/sv.po (+1187/-1070)
po/tr.po (+1230/-1085)
po/uk.po (+1421/-1157)
po/vi.po (+1106/-1036)
po/zh_CN.po (+1355/-1135)
po/zh_TW.po (+1257/-1082)
src/CMakeLists.txt (+3/-0)
src/cairo-dock-gui-backend.c (+27/-6)
src/cairo-dock-gui-backend.h (+3/-0)
src/cairo-dock-gui-commons.c (+237/-16)
src/cairo-dock-gui-commons.h (+5/-1)
src/cairo-dock-gui-items.c (+498/-228)
src/cairo-dock-gui-items.h (+3/-2)
src/cairo-dock-gui-main.c (+82/-22)
src/cairo-dock-gui-simple.c (+69/-98)
src/cairo-dock-menu.c (+757/-577)
src/cairo-dock-user-interaction.c (+35/-15)
src/cairo-dock-user-interaction.h (+2/-0)
src/cairo-dock.c (+79/-24)
src/gldit/CMakeLists.txt (+9/-3)
src/gldit/cairo-dock-X-manager.c (+2/-16)
src/gldit/cairo-dock-X-manager.h (+19/-2)
src/gldit/cairo-dock-X-utilities.c (+107/-7)
src/gldit/cairo-dock-X-utilities.h (+10/-1)
src/gldit/cairo-dock-animations.c (+21/-586)
src/gldit/cairo-dock-animations.h (+6/-3)
src/gldit/cairo-dock-applet-canvas.h (+3/-1)
src/gldit/cairo-dock-applet-facility.c (+34/-37)
src/gldit/cairo-dock-applet-facility.h (+38/-36)
src/gldit/cairo-dock-applet-manager.c (+1/-5)
src/gldit/cairo-dock-applet-manager.h (+1/-1)
src/gldit/cairo-dock-application-facility.c (+87/-65)
src/gldit/cairo-dock-application-facility.h (+1/-1)
src/gldit/cairo-dock-applications-manager.c (+172/-130)
src/gldit/cairo-dock-applications-manager.h (+17/-1)
src/gldit/cairo-dock-backends-manager.c (+4/-3)
src/gldit/cairo-dock-backends-manager.h (+1/-1)
src/gldit/cairo-dock-callbacks.c (+162/-193)
src/gldit/cairo-dock-callbacks.h (+7/-1)
src/gldit/cairo-dock-class-manager.c (+534/-264)
src/gldit/cairo-dock-class-manager.h (+16/-4)
src/gldit/cairo-dock-config.c (+6/-59)
src/gldit/cairo-dock-config.h (+0/-5)
src/gldit/cairo-dock-container.c (+163/-172)
src/gldit/cairo-dock-container.h (+88/-30)
src/gldit/cairo-dock-core.c (+1/-1)
src/gldit/cairo-dock-data-renderer-manager.h (+1/-1)
src/gldit/cairo-dock-data-renderer.c (+15/-9)
src/gldit/cairo-dock-desklet-factory.c (+118/-133)
src/gldit/cairo-dock-desklet-manager.c (+11/-12)
src/gldit/cairo-dock-desklet-manager.h (+2/-9)
src/gldit/cairo-dock-dialog-factory.c (+137/-69)
src/gldit/cairo-dock-dialog-factory.h (+1/-1)
src/gldit/cairo-dock-dialog-manager.c (+23/-22)
src/gldit/cairo-dock-dialog-manager.h (+1/-8)
src/gldit/cairo-dock-dock-facility.c (+223/-214)
src/gldit/cairo-dock-dock-facility.h (+22/-15)
src/gldit/cairo-dock-dock-factory.c (+673/-193)
src/gldit/cairo-dock-dock-factory.h (+32/-19)
src/gldit/cairo-dock-dock-manager.c (+280/-178)
src/gldit/cairo-dock-dock-manager.h (+49/-28)
src/gldit/cairo-dock-draw-opengl.c (+158/-120)
src/gldit/cairo-dock-draw-opengl.h (+1/-3)
src/gldit/cairo-dock-draw.c (+144/-196)
src/gldit/cairo-dock-draw.h (+3/-4)
src/gldit/cairo-dock-file-manager.c (+16/-1)
src/gldit/cairo-dock-file-manager.h (+5/-1)
src/gldit/cairo-dock-flying-container.c (+116/-63)
src/gldit/cairo-dock-flying-container.h (+8/-6)
src/gldit/cairo-dock-gui-factory.c (+223/-97)
src/gldit/cairo-dock-gui-manager.c (+6/-4)
src/gldit/cairo-dock-gui-manager.h (+1/-1)
src/gldit/cairo-dock-icon-facility.c (+72/-93)
src/gldit/cairo-dock-icon-facility.h (+12/-28)
src/gldit/cairo-dock-icon-factory.c (+44/-129)
src/gldit/cairo-dock-icon-factory.h (+17/-18)
src/gldit/cairo-dock-icon-manager.c (+52/-193)
src/gldit/cairo-dock-icon-manager.h (+8/-7)
src/gldit/cairo-dock-image-buffer.c (+73/-7)
src/gldit/cairo-dock-image-buffer.h (+20/-0)
src/gldit/cairo-dock-indicator-manager.c (+17/-25)
src/gldit/cairo-dock-indicator-manager.h (+1/-1)
src/gldit/cairo-dock-keybinder.c (+178/-172)
src/gldit/cairo-dock-keybinder.h (+92/-49)
src/gldit/cairo-dock-keyfile-utilities.c (+54/-187)
src/gldit/cairo-dock-keyfile-utilities.h (+7/-0)
src/gldit/cairo-dock-launcher-manager.c (+97/-129)
src/gldit/cairo-dock-launcher-manager.h (+1/-1)
src/gldit/cairo-dock-manager.h (+5/-3)
src/gldit/cairo-dock-module-factory.c (+46/-123)
src/gldit/cairo-dock-module-factory.h (+6/-6)
src/gldit/cairo-dock-module-manager.c (+29/-11)
src/gldit/cairo-dock-module-manager.h (+1/-1)
src/gldit/cairo-dock-notifications.c (+40/-57)
src/gldit/cairo-dock-notifications.h (+39/-257)
src/gldit/cairo-dock-object.c (+29/-0)
src/gldit/cairo-dock-object.h (+50/-0)
src/gldit/cairo-dock-opengl-font.c (+74/-7)
src/gldit/cairo-dock-opengl-font.h (+0/-2)
src/gldit/cairo-dock-opengl-path.c (+1/-5)
src/gldit/cairo-dock-opengl-path.h (+0/-2)
src/gldit/cairo-dock-opengl.c (+205/-341)
src/gldit/cairo-dock-opengl.h (+29/-21)
src/gldit/cairo-dock-overlay.c (+177/-78)
src/gldit/cairo-dock-overlay.h (+65/-4)
src/gldit/cairo-dock-packages.c (+124/-129)
src/gldit/cairo-dock-packages.h (+39/-42)
src/gldit/cairo-dock-separator-manager.c (+6/-22)
src/gldit/cairo-dock-separator-manager.h (+4/-5)
src/gldit/cairo-dock-struct.h (+11/-7)
src/gldit/cairo-dock-surface-factory.c (+33/-15)
src/gldit/cairo-dock-surface-factory.h (+7/-7)
src/gldit/cairo-dock-themes-manager.c (+6/-11)
src/gldit/cairo-dock.h (+1/-5)
src/gldit/eggaccelerators.c (+1/-1)
src/gldit/eggaccelerators.h (+5/-2)
src/gldit/gldi-config.h.in (+1/-0)
src/gldit/gldi.pc.in (+5/-4)
src/help/CMakeLists.txt (+3/-1)
src/help/applet-composite.c (+1/-1)
src/help/applet-notifications.c (+5/-6)
src/help/applet-tips-dialog.c (+10/-2)
src/icon-factory/CMakeLists.txt (+3/-1)
src/icon-factory/cairo-dock-applet-factory.c (+2/-2)
src/icon-factory/cairo-dock-application-factory.c (+18/-55)
src/icon-factory/cairo-dock-desktop-file-factory.c (+5/-14)
src/icon-factory/cairo-dock-desktop-file-factory.h (+2/-2)
src/icon-factory/cairo-dock-launcher-factory.c (+0/-29)
src/icon-factory/cairo-dock-launcher-factory.h (+0/-6)
src/icon-factory/cairo-dock-separator-factory.c (+0/-5)
src/implementations/CMakeLists.txt (+3/-1)
src/implementations/cairo-dock-compiz-integration.c (+0/-76)
src/implementations/cairo-dock-default-view.c (+10/-15)
src/implementations/cairo-dock-graph.c (+66/-49)
src/implementations/cairo-dock-hiding-effect.c (+0/-6)
src/implementations/cairo-dock-icon-container.c (+66/-79)
src/implementations/cairo-dock-kwin-integration.c (+2/-1)
To merge this branch: bzr merge lp:~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1
Reviewer Review Type Date Requested Status
Ubuntu Sponsors Pending
Review via email: mp+92986@code.launchpad.net

Description of the change

Hello,

The Cairo-Dock team proposes a new version of its Cairo-Dock packages.

This is the Upstream (short) ChangeLog:
 * Upstream (short) ChangeLog:
   - The taskbar has been greatly enhanced.
   - The control of the dock from the keyboard is now very powerful:
    - many shortkeys have been added in different applets
    - you can activate a launcher by pressing a shortkey + its number
    - all shortkeys can now be managed in a single place
       in the configuration window.
   - A new Twitter applet lets you tweet in one click.
   - A new applet to inhibit the screensaver in one click.
   - Cairo-Dock now uses GTK3, for a better integration in a Gnome desktop

Note that the next stable version if scheduled for March. (before the beta freeze)

This branch should be ready to be pushed on lp:ubuntu/cairo-dock (except the UNRELEASED version in debian/changelog)

Please upload this version before the Feature Freeze :)

Thank you for your help!

PS: Don't forget our plug-ins ! ( LP: #932042 )

To post a comment you must log in.
Revision history for this message
Matthieu Baerts (matttbe) wrote :

@Stefano Rivera: Thank you :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed directory '.pc/01-improved-cairo-dock-session.patch'
2=== removed directory '.pc/01-improved-cairo-dock-session.patch/data'
3=== removed directory '.pc/01-improved-cairo-dock-session.patch/data/desktop-manager'
4=== removed file '.pc/01-improved-cairo-dock-session.patch/data/desktop-manager/CMakeLists.txt'
5--- .pc/01-improved-cairo-dock-session.patch/data/desktop-manager/CMakeLists.txt 2011-10-11 10:53:26 +0000
6+++ .pc/01-improved-cairo-dock-session.patch/data/desktop-manager/CMakeLists.txt 1970-01-01 00:00:00 +0000
7@@ -1,9 +0,0 @@
8-install (FILES
9- cairo-dock.desktop
10- cairo-dock-fallback.desktop
11- DESTINATION /usr/share/xsessions)
12-
13-install (FILES
14- cairo-dock.session
15- cairo-dock-fallback.session
16- DESTINATION /usr/share/gnome-session/sessions)
17
18=== removed file '.pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock-fallback.desktop'
19--- .pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock-fallback.desktop 2011-10-11 10:53:26 +0000
20+++ .pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock-fallback.desktop 1970-01-01 00:00:00 +0000
21@@ -1,7 +0,0 @@
22-[Desktop Entry]
23-Name=Cairo-Dock (with Gnome and without effect)
24-Comment=This session logs you into GNOME with Cairo-Dock and without any graphical effect.
25-Exec=gnome-session --session=cairo-dock-fallback
26-TryExec=gnome-session
27-Icon=
28-Type=Application
29
30=== removed file '.pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock-session'
31=== removed file '.pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock.desktop'
32--- .pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock.desktop 2011-10-11 10:53:26 +0000
33+++ .pc/01-improved-cairo-dock-session.patch/data/desktop-manager/cairo-dock.desktop 1970-01-01 00:00:00 +0000
34@@ -1,7 +0,0 @@
35-[Desktop Entry]
36-Name=Cairo-Dock (with Gnome and effects)
37-Comment=This session logs you into GNOME with Cairo-Dock and with graphical effects.
38-Exec=gnome-session --session=cairo-dock
39-TryExec=gnome-session
40-Icon=
41-Type=Application
42
43=== removed directory '.pc/01-improved-cairo-dock-session.patch/data/scripts'
44=== removed file '.pc/01-improved-cairo-dock-session.patch/data/scripts/help_scripts.sh'
45--- .pc/01-improved-cairo-dock-session.patch/data/scripts/help_scripts.sh 2011-10-11 10:53:26 +0000
46+++ .pc/01-improved-cairo-dock-session.patch/data/scripts/help_scripts.sh 1970-01-01 00:00:00 +0000
47@@ -1,148 +0,0 @@
48-#!/bin/bash
49-
50-# Script for the Help applet of Cairo-Dock
51-#
52-# Copyright : (C) see the 'copyright' file.
53-# E-mail : see the 'copyright' file.
54-#
55-#
56-# This program is free software; you can redistribute it and/or
57-# modify it under the terms of the GNU General Public License
58-# as published by the Free Software Foundation; either version 3
59-# of the License, or (at your option) any later version.
60-#
61-# This program is distributed in the hope that it will be useful,
62-# but WITHOUT ANY WARRANTY; without even the implied warranty of
63-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
64-# GNU General Public License for more details.
65-# http://www.gnu.org/licenses/licenses.html#GPL
66-
67-ARG=$1
68-ARG2=$2
69-#ARG3=$3
70-ERROR=0
71-
72-up_install() {
73- if [ "$ARG2" != "no" ]; then
74- apt-get update
75- apt-get install cairo-dock cairo-dock-plug-ins
76- fi
77-}
78-
79-addRepo() {
80- # $1, repository address
81- # $2, a few comments
82- if [ "$1" = "" ]; then
83- exit
84- else
85- myRepo="$1"
86- fi
87- if [ "$2" = "" ]; then
88- comments="Additional Repository"
89- else
90- comments="$2"
91- fi
92-
93- grep -r "$myRepo" /etc/apt/sources.list* > /dev/null
94- if [ $? -eq 1 ]; then
95- # the repository isn't in the list.
96- echo "$myRepo ## $comments" | sudo tee -a /etc/apt/sources.list
97- fi
98-}
99-
100-repository() {
101- addRepo "deb http://repository.glx-dock.org/ubuntu $(lsb_release -sc) cairo-dock" "Cairo-Dock-Stable"
102- wget -q http://repository.glx-dock.org/cairo-dock.gpg -O- | apt-key add -
103- up_install
104-}
105-
106-ppa() {
107- addRepo "deb http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu $(lsb_release -sc) main" "Cairo-Dock-PPA"
108- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
109- up_install
110-}
111-
112-weekly() {
113- addRepo "deb http://ppa.launchpad.net/cairo-dock-team/weekly/ubuntu $(lsb_release -sc) main" "Cairo-Dock-PPA-Weekly"
114- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
115- up_install
116-}
117-
118-debian_stable() {
119- addRepo "deb http://repository.glx-dock.org/debian stable cairo-dock" "Cairo-Dock-Stable"
120- wget -q http://repository.glx-dock.org/cairo-dock.gpg -O- | apt-key add -
121- up_install
122-}
123-
124-debian_unstable() {
125- addRepo "deb http://repository.glx-dock.org/debian unstable cairo-dock" "Cairo-Dock-Stable"
126- wget -q http://repository.glx-dock.org/cairo-dock.gpg -O- | apt-key add -
127- up_install
128-}
129-
130-compiz_plugin() {
131- if test -d "$HOME/.config/compiz"; then # compiz < 0.9
132- # flat file
133- if test -f "$HOME/.config/compiz/compizconfig/Default.ini"; then
134- sed -i "/as_active_plugins/ s/.*/&;$ARG2/g" $HOME/.config/compiz/compizconfig/Default.ini
135- fi
136- # gconf
137- plugins=`gconftool-2 -g /apps/compiz/general/allscreens/options/active_plugins`
138- gconftool-2 -s /apps/compiz/general/allscreens/options/active_plugins --type=list --list-type=string "${plugins:0:${#plugins}-1},$ARG2]" # plug-ins in double are filtered by Compiz.
139- fi
140-
141- if test -d "$HOME/.config/compiz-1"; then # compiz >= 0.9 => we can have compiz and compiz-1
142- # plug-ins in double are NO LONGER filtered by Compiz in this version... (and if plugins in double, compiz crashes :) )
143- # flat file
144- if test -f "$HOME/.config/compiz-1/compizconfig/Default.ini"; then
145- pluginsFlat=`grep "s0_active_plugins" $HOME/.config/compiz-1/compizconfig/Default.ini`
146- if test `echo $pluginsFlat | grep -c $ARG2` -eq 0; then
147- pluginsFlat="$pluginsFlat""$ARG2;"
148- sed -i "/s0_active_plugins/ s/.*/&$ARG2;/g" $HOME/.config/compiz-1/compizconfig/Default.ini
149- fi
150- fi
151- # gconf
152- plugins=`gconftool-2 -g /apps/compiz-1/general/screen0/options/active_plugins`
153- if test `echo $plugins | grep -c $ARG2` -eq 0; then
154- plugins=${plugins:0:${#plugins}-1},$ARG2]
155- gconftool-2 -s /apps/compiz-1/general/screen0/options/active_plugins --type=list --list-type=string "$plugins"
156- fi
157- fi
158-}
159-
160-compiz_new_replace_list_plugins() {
161- if test -d "$HOME/.config/compiz-1"; then # only for compiz 0.9
162- # flat file
163- if test -f "$HOME/.config/compiz-1/compizconfig/Default.ini"; then
164- pluginsList="s0_active_plugins = "`echo $ARG2 |sed -e 's/,/;/g'`";" # , => ;
165- sed -i "/s0_active_plugins/ s/.*/$ARG2/g" $HOME/.config/compiz-1/compizconfig/Default.ini
166- fi
167- # gconf
168- gconftool-2 -s /apps/compiz-1/general/screen0/options/active_plugins --type=list --list-type=string "[$ARG2]"
169- fi
170-}
171-
172-case $ARG in
173- "repository")
174- repository
175- ;;
176- "ppa")
177- ppa
178- ;;
179- "weekly")
180- weekly
181- ;;
182- "debian_stable")
183- debian_stable
184- ;;
185- "debian_unstable")
186- debian_unstable
187- ;;
188- "compiz_plugin")
189- compiz_plugin
190- ;;
191- "compiz_new_replace_list_plugins")
192- compiz_new_replace_list_plugins
193- ;;
194-esac
195-exit
196
197=== removed directory '.pc/02-manpage-not-compressed-with-max-compression.patch'
198=== removed directory '.pc/02-manpage-not-compressed-with-max-compression.patch/data'
199=== removed directory '.pc/02-manpage-not-compressed-with-max-compression.patch/data/man'
200=== removed file '.pc/02-manpage-not-compressed-with-max-compression.patch/data/man/CMakeLists.txt'
201--- .pc/02-manpage-not-compressed-with-max-compression.patch/data/man/CMakeLists.txt 2011-10-11 10:53:26 +0000
202+++ .pc/02-manpage-not-compressed-with-max-compression.patch/data/man/CMakeLists.txt 1970-01-01 00:00:00 +0000
203@@ -1,22 +0,0 @@
204-############## Man pages ################
205-find_program(GZIP_TOOL
206- NAMES gzip
207- PATHS /bin
208- usr/bin
209- usr/local/bin)
210-if(NOT GZIP_TOOL)
211- message(FATAL_ERROR "Unable to find 'gzip' program")
212-endif(NOT GZIP_TOOL)
213-set(cairo_dock_man_src cairo-dock_en.1) # cairo-dock_fr.1 cairo-dock_it.1)
214-
215-# Compression of the manuals
216-foreach(man ${cairo_dock_man_src})
217- message(STATUS "Building ${man}.gz")
218- execute_process(COMMAND ${GZIP_TOOL} -c ${CMAKE_CURRENT_SOURCE_DIR}/${man}
219- OUTPUT_FILE ${CMAKE_CURRENT_BINARY_DIR}/${man}.gz)
220-endforeach(man)
221-
222-# Installation of the manuals
223-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cairo-dock_en.1.gz
224- DESTINATION "${mandir}/man1"
225- PERMISSIONS OWNER_READ GROUP_READ WORLD_READ RENAME cairo-dock.1.gz)
226
227=== removed file '.pc/applied-patches'
228--- .pc/applied-patches 2011-10-11 10:53:26 +0000
229+++ .pc/applied-patches 1970-01-01 00:00:00 +0000
230@@ -1,2 +0,0 @@
231-01-improved-cairo-dock-session.patch
232-02-manpage-not-compressed-with-max-compression.patch
233
234=== modified file 'CMakeLists.txt'
235--- CMakeLists.txt 2011-10-11 10:53:26 +0000
236+++ CMakeLists.txt 2012-02-14 14:02:34 +0000
237@@ -6,13 +6,14 @@
238 include (CheckIncludeFiles)
239 include (CheckFunctionExists)
240 include (CheckSymbolExists)
241+include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/GNUInstallDirs.cmake")
242
243 ########### project ###############
244
245 project ("cairo-dock")
246-set (VERSION "2.4.0~2")
247+set (VERSION "3.0.0.0beta1")
248
249-add_definitions (-std=c99 -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration) # removed for stable versions: -Wstrict-prototypes #-Wunreachable-code -Wno-unused-parameter -Wall
250+add_definitions (-std=c99 -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration -Wstrict-prototypes) # removed for stable versions: -Wstrict-prototypes #-Wunreachable-code -Wno-unused-parameter -Wall
251 if (NOT ${CMAKE_BUILD_TYPE})
252 add_definitions (-O3)
253 endif()
254@@ -45,31 +46,53 @@
255
256 set (PACKAGE ${CMAKE_PROJECT_NAME})
257 set (GETTEXT_PACKAGE ${PACKAGE})
258-set (prefix ${CMAKE_INSTALL_PREFIX})
259+
260+set (prefix ${CMAKE_INSTALL_PREFIX}) # /usr/local
261 set (exec_prefix ${prefix})
262-set (datadir ${prefix}/share)
263-set (pkgdatadir ${datadir}/cairo-dock)
264-set (mandir ${datadir}/man)
265+set (datadir "${prefix}/${CMAKE_INSTALL_DATAROOTDIR}") # (...)/share
266+set (pkgdatadir "${datadir}/${CMAKE_PROJECT_NAME}") # (...)/cairo-dock
267+set (mandir "${prefix}/${CMAKE_INSTALL_MANDIR}") # (...)/man
268+
269 set (VERSION_HELP "0.9.99") # needed to parse Help.conf.in
270
271-if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT "${FORCE_LIB64}" STREQUAL "") # 64bits and force install in lib64
272- set (libdir ${prefix}/lib64)
273+if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND "${FORCE_LIB64}" STREQUAL "yes") # 64bits and force install in lib64
274+ set (libdir "${prefix}/lib64")
275 else()
276- set (libdir ${prefix}/lib${LIB_SUFFIX})
277+ set (libdir "${prefix}/${CMAKE_INSTALL_LIBDIR}${LIB_SUFFIX}") # (...)/lib
278 endif()
279
280-set (includedir ${prefix}/include)
281-set (bindir ${prefix}/bin)
282+set (includedir "${prefix}/${CMAKE_INSTALL_INCLUDEDIR}") # (...)/include
283+set (bindir "${prefix}/${CMAKE_INSTALL_BINDIR}") # (...)/bin
284
285 ########### dependencies ###############
286
287-pkg_check_modules ("PACKAGE" REQUIRED "gtk+-2.0" "gthread-2.0" "cairo" "librsvg-2.0" "dbus-1" "dbus-glib-1" "libxml-2.0" "gtkglext-1.0" "xrender" "libcurl")
288+set (packages_required "gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 xrender gl glu pangox libcurl") # for the .pc
289+STRING (REGEX REPLACE " " ";" packages_required_semicolon ${packages_required}) # replace blank space by semicolon => to have more details if a package is missing
290+pkg_check_modules ("PACKAGE" REQUIRED "${packages_required_semicolon}")
291
292-pkg_check_modules ("XEXTEND" "xtst" "xcomposite" "xinerama")
293+set (xextend_required "xtst xcomposite xinerama") # for the .pc
294+STRING (REGEX REPLACE " " ";" xextend_required_semicolon ${xextend_required})
295+pkg_check_modules ("XEXTEND" "${xextend_required_semicolon}")
296 if (${XEXTEND_FOUND})
297 set (HAVE_XEXTEND 1)
298- set (xextend_required "xtst xcomposite xinerama") # pour le .pc
299-endif()
300+else()
301+ set (xextend_required)
302+endif()
303+
304+if (NOT "${force-gtk2}" STREQUAL "yes") # by default, we use GTK+3 except if we force the use of GTK+2
305+ set (gtk_required "gtk+-3.0") # for the .pc
306+ pkg_check_modules ("GTK" "${gtk_required}") # the check is not set as 'required' because we can use GTK+2 if GTK+3 isn't available
307+endif()
308+
309+if (NOT "${GTK_FOUND}")
310+ set (gtk_required "gtk+-2.0") # for the .pc
311+ pkg_check_modules ("GTK" REQUIRED "${gtk_required}") # the check is requiered this time because we need GTK anyway.
312+endif()
313+
314+STRING (REGEX REPLACE "\\..*" "" GTK_MAJOR "${GTK_VERSION}")
315+
316+add_definitions (-DGTK_DISABLE_DEPRECATED="1")
317+## add_definitions (-DG_DISABLE_DEPRECATED="1")
318
319 # We use crypt(3) which may be in libc, or in libcrypt (eg FreeBSD)
320 check_library_exists (crypt encrypt "" HAVE_LIBCRYPT)
321@@ -93,26 +116,28 @@
322 else()
323 MESSAGE (STATUS " * crypt passwords : no")
324 endif()
325+MESSAGE (STATUS " * GTK version : ${GTK_MAJOR}")
326 MESSAGE (STATUS)
327
328-########### next steps ###############
329-
330-add_subdirectory (src)
331-add_subdirectory (data)
332-add_subdirectory (po)
333-
334 ########### variables defined at compil time ###############
335
336 set (CAIRO_DOCK_SHARE_DATA_DIR ${pkgdatadir})
337 set (CAIRO_DOCK_SHARE_THEMES_DIR ${pkgdatadir}/themes)
338 #set (CAIRO_DOCK_MODULES_DIR ${libdir}/cairo-dock)
339-set (CAIRO_DOCK_LOCALE_DIR ${datadir}/locale)
340+set (CAIRO_DOCK_LOCALE_DIR "${prefix}/${CMAKE_INSTALL_LOCALEDIR}")
341 set (CAIRO_DOCK_THEMES_DIR "themes")
342 set (CAIRO_DOCK_GETTEXT_PACKAGE ${GETTEXT_PACKAGE})
343
344 set (GLDI_GETTEXT_PACKAGE ${GETTEXT_PACKAGE})
345 set (GLDI_SHARE_DATA_DIR ${pkgdatadir})
346 set (GLDI_MODULES_DIR ${libdir}/cairo-dock)
347+set (GLDI_BIN_DIR ${bindir})
348+
349+########### next steps ###############
350+
351+add_subdirectory (src)
352+add_subdirectory (data)
353+add_subdirectory (po)
354
355 ########### file generation ###############
356
357
358=== modified file 'INSTALL'
359--- INSTALL 2010-09-18 14:17:48 +0000
360+++ INSTALL 2012-02-14 14:02:34 +0000
361@@ -32,10 +32,6 @@
362 You can also force another prefix for this librairy directory with "LIB_SUFFIX" flag, e.g. for 'lib32' directory:
363 $ cmake CMakeLists.txt -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=32
364
365-<deprecated>
366-If your libcairo is compiled with glitz support (that is, with --enable-glitz option), you can benefit from glitz hardware acceleration in cairo-dock too.
367-Just add the -Denable-glitz option.
368-</deprecated>
369
370 Plug-ins are compiled all at once, but you can skip some of them. Unstable plug-ins are skipped by default, unless you add "-Denable-xxx=yes", where xxx is the name of the plug-in.
371 See the "Applets.stable" file in the "plug-ins" folder for an exhaustive list of stable applets (that are effectively integrated into the official package).
372
373=== modified file 'cairo-dock.pc.in'
374--- cairo-dock.pc.in 2011-08-09 16:48:08 +0000
375+++ cairo-dock.pc.in 2012-02-14 14:02:34 +0000
376@@ -6,8 +6,8 @@
377 pluginsdatadir=@datadir@/@PACKAGE@/plug-ins
378
379 Name: cairo-dock
380-Description: An eye-candy fully animated and configurable dock.
381-Requires: gtk+-2.0 gthread-2.0 cairo librsvg-2.0 dbus-1 dbus-glib-1 libxml-2.0 xrender gtkglext-1.0 @xextend_required@ @glitz_required@ @libgio_required@
382+Description: A pretty and convenient interface to your desktop: dock, panel, desklet.
383+Requires: @packages_required@ @xextend_required@ @gtk_required@
384 Libs: -L${libdir}
385 Cflags: -I${includedir}/cairo-dock -I${includedir}/cairo-dock/gldit -I${includedir}/cairo-dock/icon-factory -I${includedir}/cairo-dock/implementations
386 Version: @VERSION@
387
388=== added directory 'cmake_modules'
389=== added file 'cmake_modules/GNUInstallDirs.cmake'
390--- cmake_modules/GNUInstallDirs.cmake 1970-01-01 00:00:00 +0000
391+++ cmake_modules/GNUInstallDirs.cmake 2012-02-14 14:02:34 +0000
392@@ -0,0 +1,182 @@
393+# - Define GNU standard installation directories
394+# Provides install directory variables as defined for GNU software:
395+# http://www.gnu.org/prep/standards/html_node/Directory-Variables.html
396+# Inclusion of this module defines the following variables:
397+# CMAKE_INSTALL_<dir> - destination for files of a given type
398+# CMAKE_INSTALL_FULL_<dir> - corresponding absolute path
399+# where <dir> is one of:
400+# BINDIR - user executables (bin)
401+# SBINDIR - system admin executables (sbin)
402+# LIBEXECDIR - program executables (libexec)
403+# SYSCONFDIR - read-only single-machine data (etc)
404+# SHAREDSTATEDIR - modifiable architecture-independent data (com)
405+# LOCALSTATEDIR - modifiable single-machine data (var)
406+# LIBDIR - object code libraries (lib or lib64)
407+# INCLUDEDIR - C header files (include)
408+# OLDINCLUDEDIR - C header files for non-gcc (/usr/include)
409+# DATAROOTDIR - read-only architecture-independent data root (share)
410+# DATADIR - read-only architecture-independent data (DATAROOTDIR)
411+# INFODIR - info documentation (DATAROOTDIR/info)
412+# LOCALEDIR - locale-dependent data (DATAROOTDIR/locale)
413+# MANDIR - man documentation (DATAROOTDIR/man)
414+# DOCDIR - documentation root (DATAROOTDIR/doc/PROJECT_NAME)
415+# Each CMAKE_INSTALL_<dir> value may be passed to the DESTINATION options of
416+# install() commands for the corresponding file type. If the includer does
417+# not define a value the above-shown default will be used and the value will
418+# appear in the cache for editing by the user.
419+# Each CMAKE_INSTALL_FULL_<dir> value contains an absolute path constructed
420+# from the corresponding destination by prepending (if necessary) the value
421+# of CMAKE_INSTALL_PREFIX.
422+
423+#=============================================================================
424+# Copyright 2011 Nikita Krupen'ko <krnekit@gmail.com>
425+# Copyright 2011 Kitware, Inc.
426+#
427+# Distributed under the OSI-approved BSD License (the "License");
428+# see accompanying file Copyright.txt for details.
429+#
430+# This software is distributed WITHOUT ANY WARRANTY; without even the
431+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
432+# See the License for more information.
433+#=============================================================================
434+# (To distribute this file outside of CMake, substitute the full
435+# License text for the above reference.)
436+
437+# Installation directories
438+
439+if(NOT DEFINED CMAKE_INSTALL_BINDIR)
440+ set(CMAKE_INSTALL_BINDIR "bin" CACHE PATH "user executables (bin)")
441+endif()
442+
443+#~ if(NOT DEFINED CMAKE_INSTALL_SBINDIR)
444+ #~ set(CMAKE_INSTALL_SBINDIR "sbin" CACHE PATH "system admin executables (sbin)")
445+#~ endif()
446+#~
447+#~ if(NOT DEFINED CMAKE_INSTALL_LIBEXECDIR)
448+ #~ set(CMAKE_INSTALL_LIBEXECDIR "libexec" CACHE PATH "program executables (libexec)")
449+#~ endif()
450+#~
451+#~ if(NOT DEFINED CMAKE_INSTALL_SYSCONFDIR)
452+ #~ set(CMAKE_INSTALL_SYSCONFDIR "etc" CACHE PATH "read-only single-machine data (etc)")
453+#~ endif()
454+#~
455+#~ if(NOT DEFINED CMAKE_INSTALL_SHAREDSTATEDIR)
456+ #~ set(CMAKE_INSTALL_SHAREDSTATEDIR "com" CACHE PATH "modifiable architecture-independent data (com)")
457+#~ endif()
458+#~
459+#~ if(NOT DEFINED CMAKE_INSTALL_LOCALSTATEDIR)
460+ #~ set(CMAKE_INSTALL_LOCALSTATEDIR "var" CACHE PATH "modifiable single-machine data (var)")
461+#~ endif()
462+
463+if(NOT DEFINED CMAKE_INSTALL_LIBDIR)
464+ set(_LIBDIR_DEFAULT "lib")
465+ # Override this default 'lib' with 'lib64' iff:
466+ # - we are on Linux system but NOT cross-compiling
467+ # - we are NOT on debian
468+ # - we are on a 64 bits system
469+ # reason is: amd64 ABI: http://www.x86-64.org/documentation/abi.pdf
470+ # Note that the future of multi-arch handling may be even
471+ # more complicated than that: http://wiki.debian.org/Multiarch
472+ if(CMAKE_SYSTEM_NAME MATCHES "Linux"
473+ AND NOT CMAKE_CROSSCOMPILING
474+ AND NOT EXISTS "/etc/debian_version")
475+ if(NOT DEFINED CMAKE_SIZEOF_VOID_P)
476+ message(AUTHOR_WARNING
477+ "Unable to determine default CMAKE_INSTALL_LIBDIR directory because no target architecture is known. "
478+ "Please enable at least one language before including GNUInstallDirs.")
479+ else()
480+ if("${CMAKE_SIZEOF_VOID_P}" EQUAL "8")
481+ set(_LIBDIR_DEFAULT "lib64")
482+ endif()
483+ endif()
484+ endif()
485+ set(CMAKE_INSTALL_LIBDIR "${_LIBDIR_DEFAULT}" CACHE PATH "object code libraries (${_LIBDIR_DEFAULT})")
486+endif()
487+
488+if(NOT DEFINED CMAKE_INSTALL_INCLUDEDIR)
489+ set(CMAKE_INSTALL_INCLUDEDIR "include" CACHE PATH "C header files (include)")
490+endif()
491+
492+#~ if(NOT DEFINED CMAKE_INSTALL_OLDINCLUDEDIR)
493+ #~ set(CMAKE_INSTALL_OLDINCLUDEDIR "/usr/include" CACHE PATH "C header files for non-gcc (/usr/include)")
494+#~ endif()
495+
496+if(NOT DEFINED CMAKE_INSTALL_DATAROOTDIR)
497+ set(CMAKE_INSTALL_DATAROOTDIR "share" CACHE PATH "read-only architecture-independent data root (share)")
498+endif()
499+
500+#-----------------------------------------------------------------------------
501+# Values whose defaults are relative to DATAROOTDIR. Store empty values in
502+# the cache and store the defaults in local variables if the cache values are
503+# not set explicitly. This auto-updates the defaults as DATAROOTDIR changes.
504+
505+if(NOT CMAKE_INSTALL_DATADIR)
506+ set(CMAKE_INSTALL_DATADIR "" CACHE PATH "read-only architecture-independent data (DATAROOTDIR)")
507+ set(CMAKE_INSTALL_DATADIR "${CMAKE_INSTALL_DATAROOTDIR}")
508+endif()
509+
510+#~ if(NOT CMAKE_INSTALL_INFODIR)
511+ #~ set(CMAKE_INSTALL_INFODIR "" CACHE PATH "info documentation (DATAROOTDIR/info)")
512+ #~ set(CMAKE_INSTALL_INFODIR "${CMAKE_INSTALL_DATAROOTDIR}/info")
513+#~ endif()
514+
515+if(NOT CMAKE_INSTALL_LOCALEDIR)
516+ set(CMAKE_INSTALL_LOCALEDIR "" CACHE PATH "locale-dependent data (DATAROOTDIR/locale)")
517+ set(CMAKE_INSTALL_LOCALEDIR "${CMAKE_INSTALL_DATAROOTDIR}/locale")
518+endif()
519+
520+if(NOT CMAKE_INSTALL_MANDIR)
521+ set(CMAKE_INSTALL_MANDIR "" CACHE PATH "man documentation (DATAROOTDIR/man)")
522+ set(CMAKE_INSTALL_MANDIR "${CMAKE_INSTALL_DATAROOTDIR}/man")
523+endif()
524+
525+#~ if(NOT CMAKE_INSTALL_DOCDIR)
526+ #~ set(CMAKE_INSTALL_DOCDIR "" CACHE PATH "documentation root (DATAROOTDIR/doc/PROJECT_NAME)")
527+ #~ set(CMAKE_INSTALL_DOCDIR "${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME}")
528+#~ endif()
529+
530+#-----------------------------------------------------------------------------
531+
532+mark_as_advanced(
533+ CMAKE_INSTALL_BINDIR
534+ #~ CMAKE_INSTALL_SBINDIR
535+ #~ CMAKE_INSTALL_LIBEXECDIR
536+ #~ CMAKE_INSTALL_SYSCONFDIR
537+ #~ CMAKE_INSTALL_SHAREDSTATEDIR
538+ #~ CMAKE_INSTALL_LOCALSTATEDIR
539+ CMAKE_INSTALL_LIBDIR
540+ CMAKE_INSTALL_INCLUDEDIR
541+ #~ CMAKE_INSTALL_OLDINCLUDEDIR
542+ CMAKE_INSTALL_DATAROOTDIR
543+ CMAKE_INSTALL_DATADIR
544+ #~ CMAKE_INSTALL_INFODIR
545+ CMAKE_INSTALL_LOCALEDIR
546+ CMAKE_INSTALL_MANDIR
547+ #~ CMAKE_INSTALL_DOCDIR
548+ )
549+
550+# Result directories
551+
552+foreach(dir
553+ BINDIR
554+ #~ SBINDIR
555+ #~ LIBEXECDIR
556+ #~ SYSCONFDIR
557+ #~ SHAREDSTATEDIR
558+ #~ LOCALSTATEDIR
559+ LIBDIR
560+ INCLUDEDIR
561+ #~ OLDINCLUDEDIR
562+ DATAROOTDIR
563+ DATADIR
564+ #~ INFODIR
565+ LOCALEDIR
566+ MANDIR
567+ #~ DOCDIR
568+ )
569+ if(NOT IS_ABSOLUTE ${CMAKE_INSTALL_${dir}})
570+ set(CMAKE_INSTALL_FULL_${dir} "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_${dir}}")
571+ else()
572+ set(CMAKE_INSTALL_FULL_${dir} "${CMAKE_INSTALL_${dir}}")
573+ endif()
574+endforeach()
575
576=== modified file 'copyright'
577--- copyright 2011-03-17 14:08:48 +0000
578+++ copyright 2012-02-14 14:02:34 +0000
579@@ -2,7 +2,7 @@
580 X-Upstream-Author: Fabrice Rey <fabounet@glx-dock.org>.
581
582 Files: */*
583-Copyright: 2007-2011 Fabrice Rey <fabounet@glx-dock.org>
584+Copyright: 2007-2012 Fabrice Rey <fabounet@glx-dock.org>
585 Licence: GPL 3+ (See /usr/share/common-licenses/GPL-3 for complete licence)
586 * This program is free software; you can redistribute it and/or modify
587 * it under the terms of the GNU General Public License as published by
588
589=== modified file 'data/ChangeLog.txt'
590--- data/ChangeLog.txt 2011-09-26 11:14:46 +0000
591+++ data/ChangeLog.txt 2012-02-14 14:02:34 +0000
592@@ -2,3 +2,5 @@
593 [ChangeLog]
594
595 2.4.0 = <b><span color='red'>GLX-Dock 2.4.0</span></b>\n - The <b>Power-Manager applet</b> has been rewritten to work on any plateform.\n - A <b>new Help applet</b> has been added to help our beloved users :-)\n - <b>Integration in the XFCE desktop</b> has been improved\n - Several <b>new DBus methods</b> lets you interact on the dock more easily.\n - The dock can now be used as a shell in a Compiz-standalone environment.
596+
597+3.0.0 = <b>New version: <span color='red'>GLX-Dock 3.0</span>!</b>\n - The <b>taskbar</b> has been greatly enhanced.\n - The <b>Log out</b> applet has been rewritten, now allows to switch users.\n - The <b>control of the dock from the keyboard</b> is now very powerful:\n - many shortkeys have been added in different applets\n - you can activate a launcher by pressing a shortkey + its number\n - all shortkeys can now be managed in a single place in the configuration window.\n - The <b>Sound Menu</b> from Ubuntu has been integrated into the Sound-Control applet.\n - A new <b>Twitter applet</b> lets you tweet in one click.\n - A new applet to <b>inhibit the screensaver</b> in one click.\n - Separators are transparent to click in <b>'Panel'</b> mode\n - Cairo-Dock now uses <b>GTK3</b>, for a better integration in a Gnome desktop\n - Few additions to the DBus API.\n - It's possible to donate to support the project!
598
599=== modified file 'data/cairo-dock-simple.conf.in'
600--- data/cairo-dock-simple.conf.in 2011-08-09 16:48:08 +0000
601+++ data/cairo-dock-simple.conf.in 2012-02-14 14:02:34 +0000
602@@ -37,13 +37,16 @@
603 #F-[Taskbar;@pkgdatadir@/icons/icon-taskbar.png]
604 frame_task =
605
606-#l-[None;MacOSX;KDE;Gnome] Behaviour of the Taskbar:
607-#{None : Don't show opened windows in the dock.
608-#MacOSX : Mix applications with its launcher, show other windows only if they are minimized.
609-#KDE : Mix applications with its launcher, show all others windows and group windows togather in sub-dock.
610-#Gnome : Separate the taskbar from the launchers and only show windows that are on the current desktop.}
611+#Y-[None;0;0;Minimalistic;1;1;Integrated;1;1;Separated;1;1] Behaviour of the Taskbar:
612+#{None : Don't show opened windows in the dock.
613+#Minimalistic: Mix applications with its launcher, show other windows only if they are minimized (like in MacOSX).
614+#Integrated : Mix applications with its launcher, show all others windows and group windows togather in sub-dock (default).
615+#Separated : Separate the taskbar from the launchers and only show windows that are on the current desktop.}
616 taskbar = 2
617
618+#l-[At the beginning of the dock;Before the launchers;After the launchers;At the end of the dock] Place new icons
619+place icons = 2
620+
621
622 #F[Icons' animations and effects;@pkgdatadir@/icons/icon-movment.png]
623 frame_anim=
624@@ -71,16 +74,6 @@
625 #l[Very small;Small;Medium;Big;Very Big] Icons size:
626 icon size = 2
627
628-#v
629-sev_order=
630-
631-#B Separate the different types of icons?
632-#{This will separate launchers, application, and applets from each others. Separators will be automatically inserted then.}
633-separate icons = true
634-
635-#T[launchers;applications;applets] Order of the different types of icons :
636-icon's type order = 0;1;2
637-
638
639 #F[Views;@pkgdatadir@/icons/icon-views.svg]
640 frame_view =
641@@ -96,6 +89,18 @@
642 sub-dock view = default
643
644
645+#[gtk-select-font]
646+[Shortkeys]
647+
648+#F[Keyboard shortcuts currently available;gtk-select-font]
649+frame_key=
650+
651+#_
652+#{Many applets provide shortkeys for their actions. As soon as an applet is enabled, its shortkeys become available.
653+#Double-click on a line, and press the shortkey you want to use for the corresponding action.}
654+shortkeys=
655+
656+
657 #[@pkgdatadir@/icons/icon-plug-ins.svg]
658 [Add-ons]
659
660
661=== modified file 'data/cairo-dock.conf.in'
662--- data/cairo-dock.conf.in 2011-09-26 11:14:46 +0000
663+++ data/cairo-dock.conf.in 2012-02-14 14:02:34 +0000
664@@ -59,7 +59,7 @@
665 unhide delay = 0
666
667 #Y-[Hit the screen's border;0;0;Hit where the dock is;0;0;Hit the screen's corner;0;0;Hit a zone;1;2] How to call the dock back:
668-callback = 0
669+callback = 1
670
671 #j-[2;999] Size of the zone :
672 zone size = 80;10
673@@ -104,20 +104,23 @@
674 #F-[Behaviour;gtk-properties]
675 frame1 =
676
677-#B-[5] Show currently opened applications in the dock?
678+#B-[8] Show currently opened applications in the dock?
679 #{Cairo-Dock will then act as your taskbar. It is recommended to remove any other taskbars.}
680 show applications = true
681
682-#b- Only show icons whose windows are minimised
683-hide visible = false
684-
685-#b- Only show applications on current desktop
686-current desktop only = false
687-
688 #b- Mix launchers and applications
689 #{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.}
690 mix launcher appli = true
691
692+#b- Only show applications on current desktop
693+current desktop only = false
694+
695+#b- Only show icons whose windows are minimised
696+hide visible = false
697+
698+#l-[At the beginning of the dock;Before the launchers;After the launchers;At the end of the dock] Place new icons
699+place icons = 2
700+
701 #B- Group windows from the same application in a sub-dock ?
702 #{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.}
703 group by class = true
704@@ -156,7 +159,7 @@
705 #F-[Interaction;gtk-refresh]
706 frame2 =
707
708-#l-[Nothing;Close;Minimize;Launch new] Action on middle-click on the related application
709+#l-[Nothing;Close;Minimize;Launch new;Lower] Action on middle-click on the related application
710 action on middle click = 1
711
712 #b- Minimise the window when its icon is clicked, if it was already the active window ?
713@@ -186,6 +189,18 @@
714 animation on demands attention = rotate
715
716
717+#[gtk-select-font]
718+[Shortkeys]
719+
720+#F[Keyboard shortcuts currently available;gtk-select-font]
721+frame_key=
722+
723+#_
724+#{Many applets provide shortkeys for their actions. As soon as an applet is enabled, its shortkeys become available.
725+#Double-click on a line, and press the shortkey you want to use for the corresponding action.}
726+shortkeys=
727+
728+
729 [System]
730
731 #X-[Animations speed;@pkgdatadir@/icons/icon-movment.png]
732@@ -492,6 +507,12 @@
733 #{Any format allowed; leave this field empty if you don't want to use an image as background.}
734 icons bg =
735
736+#F+[Icons size;gtk-zoom-fit]
737+frame_size =
738+
739+#j+[10;128] Icons' size at rest (width x height) :
740+launcher size = 40;40
741+
742 #F+[Zoom effect;@pkgdatadir@/icons/icon-wave.png]
743 frame_shape =
744 #f+[1;5] Maximum zoom of the icons :
745@@ -506,42 +527,6 @@
746 #{in pixels.}
747 icon gap = 0
748
749-#F+[Reflections]
750-frame_refl =
751-
752-#e+[0;1;light;strong] Reflective power of the plane :
753-#{It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 reflections are not used.}
754-albedo = .8
755-
756-#e+[0;1;small;tall] Height of the reflection:
757-#{In percent of the icon's size. This parameter influence the total height of the dock.}
758-field depth = 0.5
759-
760-#e+[0;1;Transparent;Opaque] Icons' transparency at rest :
761-#{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.}
762-alpha at rest = 1
763-
764-#X+[Icons size]
765-frame_size =
766-
767-#j+[10;128] Launcher's size at rest (width x height) :
768-launcher size = 40;40
769-
770-#j+[10;128] Application's size at rest (width x height) :
771-appli size = 40;40
772-
773-#j+[10;128] Applet's size at rest (width x height) :
774-applet size = 40;40
775-
776-#m[Animated icons] Configure icons' animations.
777-config_anim =
778-
779-#M[icon effects] Configure icons' special effects (requires OpenGL).
780-config_effect =
781-
782-#M[illusion] Configure icons' animations on appearing/disappearing (require OpenGL capacity).
783-config_illusion =
784-
785 #X+[Separators]
786 frame_sep =
787
788@@ -565,18 +550,20 @@
789 #C+ Colour of flat separators :
790 separator color = 0.9;0.9;0.9;1.0
791
792-
793-#X+[Icons order]
794-frame_order =
795-
796-#Y+[No;0;0;Separate applications from others;1;1;Separate applets from others;1;1;Separate all;1;1] Separate the different types of icons?
797-#{If you separate a type of icons, the icons of this type will be placed together, separated from the others by a separator.
798-#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.}
799-separate_icons = 0
800-
801-#T+[launchers;applications;applets] Order of the different types of icons :
802-icon's type order = 0;1;2
803-
804+#X+[Reflections]
805+frame_refl =
806+
807+#e+[0;1;light;strong] Reflective power of the plane :
808+#{It is its albedo (reflectivity); at 1 the icons reflect to the maximum, at 0 reflections are not used.}
809+albedo = .45
810+
811+#e+[0;1;small;tall] Height of the reflection:
812+#{In percent of the icon's size. This parameter influence the total height of the dock.}
813+field depth = 0.5
814+
815+#e+[0;1;Transparent;Opaque] Icons' transparency at rest :
816+#{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.}
817+alpha at rest = 1
818
819 #X+[Link the icons with a string]
820 frame_string =
821
822=== modified file 'data/container.desktop.in'
823--- data/container.desktop.in 2011-08-09 16:48:08 +0000
824+++ data/container.desktop.in 2012-02-14 14:02:34 +0000
825@@ -35,7 +35,5 @@
826 #f[0;100] Order you want for this launcher among the others:
827 Order=0
828
829-group = 0
830-
831 Icon Type = 1
832 Type = Container
833
834=== modified file 'data/default-theme/cairo-dock.conf'
835--- data/default-theme/cairo-dock.conf 2011-09-26 11:14:46 +0000
836+++ data/default-theme/cairo-dock.conf 2012-02-14 14:02:34 +0000
837@@ -59,7 +59,7 @@
838 unhide delay=0
839
840 #Y-[Hit the screen's border;0;0;Hit where the dock is;0;0;Hit the screen's corner;0;0;Hit a zone;1;2] How to call the dock back:
841-callback=0
842+callback=1
843
844 #j-[2;999] Size of the zone :
845 zone size=80;10
846@@ -278,7 +278,7 @@
847 #{Let empty if you don't need to log-in to the proxy with a user/password.}
848 conn passwd=
849
850-modules=switcher;dnd2share;illusion;logout;showDesktop;shortcuts;Quick Browser;GMenu;Recent-Events;Animated icons;icon effects;Scooby-Do;musicPlayer;Help
851+modules=switcher;dnd2share;illusion;logout;showDesktop;shortcuts;Quick Browser;GMenu;Recent-Events;Animated icons;icon effects;Scooby-Do;musicPlayer;Help;Remote-Control
852
853
854 [Background]
855
856=== added file 'data/desktop-manager/cairo-dock-session'
857--- data/desktop-manager/cairo-dock-session 1970-01-01 00:00:00 +0000
858+++ data/desktop-manager/cairo-dock-session 2012-02-14 14:02:34 +0000
859@@ -0,0 +1,48 @@
860+#!/bin/bash
861+
862+# Script for the 'desktop-manager' subproject of Cairo-Dock
863+#
864+# Copyright : (C) see the 'copyright' file.
865+# E-mail : see the 'copyright' file.
866+#
867+#
868+# This program is free software; you can redistribute it and/or
869+# modify it under the terms of the GNU General Public License
870+# as published by the Free Software Foundation; either version 3
871+# of the License, or (at your option) any later version.
872+#
873+# This program is distributed in the hope that it will be useful,
874+# but WITHOUT ANY WARRANTY; without even the implied warranty of
875+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
876+# GNU General Public License for more details.
877+# http://www.gnu.org/licenses/licenses.html#GPL
878+
879+# This script removes Unity Compiz plugin and launches Cairo-Dock with a short delay
880+
881+UNITY_NAME="unityshell"
882+COMPIZ_FLAT_FILE="$HOME/.config/compiz-1/compizconfig/Default.ini"
883+COMPIZ_GCONF="/apps/compiz-1/general/screen0/options/active_plugins"
884+
885+if test -d "$HOME/.config/compiz-1"; then # compiz >= 0.9
886+ # plug-ins in double are NO LONGER filtered by Compiz in this version... (and if plugins are in double or wrong, compiz crashes :) )
887+ # flat file
888+ if test -f "$COMPIZ_FLAT_FILE"; then
889+ pluginsFlat=`grep "s0_active_plugins" $COMPIZ_FLAT_FILE`
890+ if test `echo $pluginsFlat | grep -c $UNITY_NAME` -gt 0; then
891+ pluginsFlatWithoutUnity=`echo $pluginsFlat | sed -e "s/$UNITY_NAME;//g"`
892+ sed -i "/s0_active_plugins/ s/$pluginsFlat/$pluginsFlatWithoutUnity/g" $COMPIZ_FLAT_FILE
893+ killall unity-panel-service
894+ fi
895+ fi
896+ # gconf
897+ plugins=`gconftool-2 -g $COMPIZ_GCONF`
898+ if test `echo $plugins | grep -c $UNITY_NAME` -gt 0; then
899+ pluginsWithoutUnity=`echo $plugins | sed -e "s/$UNITY_NAME,//g"`
900+ gconftool-2 -s $COMPIZ_GCONF --type=list --list-type=string "$pluginsWithoutUnity"
901+ killall unity-panel-service
902+ fi
903+fi
904+
905+if test `ps aux | grep -c " [c]airo-dock"` -eq 0; then # cairo-dock not launched
906+ cairo-dock -w 3
907+fi
908
909=== removed file 'data/desktop-manager/cairo-dock-session'
910--- data/desktop-manager/cairo-dock-session 2011-10-11 10:53:26 +0000
911+++ data/desktop-manager/cairo-dock-session 1970-01-01 00:00:00 +0000
912@@ -1,47 +0,0 @@
913-#!/bin/bash
914-
915-# Script for the 'desktop-manager' subproject of Cairo-Dock
916-#
917-# Copyright : (C) see the 'copyright' file.
918-# E-mail : see the 'copyright' file.
919-#
920-#
921-# This program is free software; you can redistribute it and/or
922-# modify it under the terms of the GNU General Public License
923-# as published by the Free Software Foundation; either version 3
924-# of the License, or (at your option) any later version.
925-#
926-# This program is distributed in the hope that it will be useful,
927-# but WITHOUT ANY WARRANTY; without even the implied warranty of
928-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
929-# GNU General Public License for more details.
930-# http://www.gnu.org/licenses/licenses.html#GPL
931-
932-# This script removes Unity Compiz plugin and launches Cairo-Dock with a short delay
933-
934-UNITY_NAME="unityshell"
935-COMPIZ_FLAT_FILE="$HOME/.config/compiz-1/compizconfig/Default.ini"
936-COMPIZ_GCONF="/apps/compiz-1/general/screen0/options/active_plugins"
937-
938-if test -d "$HOME/.config/compiz-1"; then # compiz >= 0.9
939- # plug-ins in double are NO LONGER filtered by Compiz in this version... (and if plugins are in double or wrong, compiz crashes :) )
940- # flat file
941- if test -f "$COMPIZ_FLAT_FILE"; then
942- pluginsFlat=`grep "s0_active_plugins" $COMPIZ_FLAT_FILE`
943- if test `echo $pluginsFlat | grep -c $UNITY_NAME` -gt 0; then
944- pluginsFlatWithoutUnity=`echo $pluginsFlat | sed -e "s/$UNITY_NAME;//g"`
945- sed -i "/s0_active_plugins/ s/$pluginsFlat/$pluginsFlatWithoutUnity/g" $COMPIZ_FLAT_FILE
946- fi
947- fi
948- # gconf
949- plugins=`gconftool-2 -g $COMPIZ_GCONF`
950- if test `echo $plugins | grep -c $UNITY_NAME` -gt 0; then
951- pluginsWithoutUnity=`echo $plugins | sed -e "s/$UNITY_NAME,//g"`
952- gconftool-2 -s $COMPIZ_GCONF --type=list --list-type=string "$pluginsWithoutUnity"
953- killall unity-panel-service
954- fi
955-fi
956-
957-if test `ps aux | grep -c " [c]airo-dock"` -eq 0; then # cairo-dock not launched
958- cairo-dock -w 3
959-fi
960
961=== modified file 'data/icons/CMakeLists.txt'
962--- data/icons/CMakeLists.txt 2011-09-26 11:14:46 +0000
963+++ data/icons/CMakeLists.txt 2012-02-14 14:02:34 +0000
964@@ -49,6 +49,7 @@
965 icon-internet.svg
966 icon-labels.svg
967 icon-lock-icons.svg
968+ icon-lower.svg
969 icon-maximize.svg
970 icon-minimize.svg
971 icon-mouse.svg
972
973=== added file 'data/icons/icon-lower.svg'
974--- data/icons/icon-lower.svg 1970-01-01 00:00:00 +0000
975+++ data/icons/icon-lower.svg 2012-02-14 14:02:34 +0000
976@@ -0,0 +1,130 @@
977+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
978+<!-- Created with Inkscape (http://www.inkscape.org/) -->
979+
980+<svg
981+ xmlns:dc="http://purl.org/dc/elements/1.1/"
982+ xmlns:cc="http://creativecommons.org/ns#"
983+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
984+ xmlns:svg="http://www.w3.org/2000/svg"
985+ xmlns="http://www.w3.org/2000/svg"
986+ xmlns:xlink="http://www.w3.org/1999/xlink"
987+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
988+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
989+ version="1.0"
990+ width="24"
991+ height="24"
992+ id="svg2"
993+ inkscape:version="0.48.2 r9819"
994+ sodipodi:docname="icon-lower.svg">
995+ <metadata
996+ id="metadata21">
997+ <rdf:RDF>
998+ <cc:Work
999+ rdf:about="">
1000+ <dc:format>image/svg+xml</dc:format>
1001+ <dc:type
1002+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1003+ </cc:Work>
1004+ </rdf:RDF>
1005+ </metadata>
1006+ <sodipodi:namedview
1007+ pagecolor="#ffffff"
1008+ bordercolor="#666666"
1009+ borderopacity="1"
1010+ objecttolerance="10"
1011+ gridtolerance="10"
1012+ guidetolerance="10"
1013+ inkscape:pageopacity="0"
1014+ inkscape:pageshadow="2"
1015+ inkscape:window-width="1084"
1016+ inkscape:window-height="729"
1017+ id="namedview19"
1018+ showgrid="false"
1019+ inkscape:zoom="17.383042"
1020+ inkscape:cx="12"
1021+ inkscape:cy="13.093622"
1022+ inkscape:window-x="7"
1023+ inkscape:window-y="41"
1024+ inkscape:window-maximized="0"
1025+ inkscape:current-layer="svg2" />
1026+ <defs
1027+ id="defs4">
1028+ <linearGradient
1029+ id="linearGradient3725">
1030+ <stop
1031+ id="stop3729"
1032+ style="stop-color:#f0c178;stop-opacity:1;"
1033+ offset="0" />
1034+ <stop
1035+ offset="0.5"
1036+ style="stop-color:#e18941;stop-opacity:1;"
1037+ id="stop3766" />
1038+ <stop
1039+ id="stop3731"
1040+ style="stop-color:#ec4f18;stop-opacity:1;"
1041+ offset="1" />
1042+ </linearGradient>
1043+ <linearGradient
1044+ id="linearGradient5105-262-943-861">
1045+ <stop
1046+ id="stop2487"
1047+ style="stop-color:#0d0d0d;stop-opacity:1"
1048+ offset="0" />
1049+ <stop
1050+ id="stop2489"
1051+ style="stop-color:#0d0d0d;stop-opacity:0"
1052+ offset="1" />
1053+ </linearGradient>
1054+ <linearGradient
1055+ id="linearGradient4222">
1056+ <stop
1057+ id="stop4224"
1058+ style="stop-color:#f6daae;stop-opacity:1;"
1059+ offset="0" />
1060+ <stop
1061+ id="stop4226"
1062+ style="stop-color:#ffffff;stop-opacity:0"
1063+ offset="1" />
1064+ </linearGradient>
1065+ <linearGradient
1066+ x1="24.138529"
1067+ y1="6.5316639"
1068+ x2="24.138529"
1069+ y2="45.690399"
1070+ id="linearGradient2833"
1071+ xlink:href="#linearGradient4222"
1072+ gradientUnits="userSpaceOnUse"
1073+ gradientTransform="matrix(0.5399382,0,0,0.5366811,-0.8489227,-5.8733974)" />
1074+ <linearGradient
1075+ x1="23.878078"
1076+ y1="18.541262"
1077+ x2="23.942078"
1078+ y2="36.509308"
1079+ id="linearGradient2836"
1080+ xlink:href="#linearGradient3725"
1081+ gradientUnits="userSpaceOnUse"
1082+ gradientTransform="matrix(0.8988874,0,0,0.8934652,-9.4637044,-13.933171)" />
1083+ <radialGradient
1084+ cx="11.25"
1085+ cy="19.03125"
1086+ r="8.0625"
1087+ fx="11.25"
1088+ fy="19.03125"
1089+ id="radialGradient2839"
1090+ xlink:href="#linearGradient5105-262-943-861"
1091+ gradientUnits="userSpaceOnUse"
1092+ gradientTransform="matrix(1.4061954,0,0,0.37209335,-3.8196983,7.9186058)" />
1093+ </defs>
1094+ <path
1095+ d="m 21.5,5.1276193 0,5.0051817 -9.442473,8.39899 -9.5575271,-8.39899 0,-5.0051817 z"
1096+ id="path2262"
1097+ style="fill:url(#linearGradient2836);fill-opacity:1;fill-rule:evenodd;stroke:#bb2b12;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
1098+ inkscape:connector-curvature="0"
1099+ sodipodi:nodetypes="cccccc" />
1100+ <path
1101+ d="m 20.5,6.1276193 0,3.0051813 L 12.162712,16.448642 3.5,9.1328006 3.5,6.1276193 z"
1102+ id="path2272"
1103+ style="opacity:0.4;fill:none;stroke:url(#linearGradient2833);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
1104+ inkscape:connector-curvature="0"
1105+ sodipodi:nodetypes="cccccc" />
1106+</svg>
1107
1108=== modified file 'data/launcher.desktop.in'
1109--- data/launcher.desktop.in 2011-08-09 16:48:08 +0000
1110+++ data/launcher.desktop.in 2012-02-14 14:02:34 +0000
1111@@ -12,13 +12,13 @@
1112 #v
1113 sep_display=
1114
1115-#s Launcher's name :
1116+#s[Default] Launcher's name :
1117 Name =
1118
1119-#S+ Image's name or path :
1120+#S+[Default] Image's name or path :
1121 Icon=
1122
1123-#s Command to launch on click :
1124+#s[Default] Command to launch on click :
1125 #{Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard shortcut, for exemple <Alt>F1, <Ctrl>c, <Ctrl>v, etc}
1126 Exec=
1127
1128@@ -26,11 +26,11 @@
1129 #X[Extra parameters]
1130 frame_extra =
1131
1132-#b Prevent this launcher from stealing appli from taskbar ?
1133+#b Prevent this launcher from stealing this application from taskbar ?
1134 #{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.}
1135 prevent inhibate = false
1136
1137-#K Class of the program :
1138+#K[Default] Class of the program :
1139 #{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.}
1140 StartupWMClass =
1141
1142
1143=== modified file 'data/main-dock.conf.in'
1144--- data/main-dock.conf.in 2011-08-09 16:48:08 +0000
1145+++ data/main-dock.conf.in 2012-02-14 14:02:34 +0000
1146@@ -36,7 +36,7 @@
1147 #F-[Visibility of the dock;@pkgdatadir@/icons/icon-visibility.svg]
1148 frame_visi =
1149
1150-#l-[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] Visibility:
1151+#l-[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] Visibility:
1152 #{Modes are sorted from the most intrusive to the less intrusive.
1153 #When the dock is hidden or below a window, place the mouse on the screen's border to call it back.
1154 #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.}
1155@@ -46,6 +46,12 @@
1156 #[@pkgdatadir@/icons/icon-appearance.svg]
1157 [Appearance]
1158
1159+#F[Icons;@pkgdatadir@/icons/icon-icons.svg]
1160+frame_icons=
1161+
1162+#l[Same as main dock;Tiny;Very small;Small;Medium;Big;Very Big] Icons size:
1163+icon size = 0
1164+
1165 #F[Views;@pkgdatadir@/icons/icon-views.svg]
1166 frame_view =
1167
1168
1169=== modified file 'data/man/CMakeLists.txt'
1170--- data/man/CMakeLists.txt 2011-10-11 10:53:26 +0000
1171+++ data/man/CMakeLists.txt 2012-02-14 14:02:34 +0000
1172@@ -12,7 +12,7 @@
1173 # Compression of the manuals
1174 foreach(man ${cairo_dock_man_src})
1175 message(STATUS "Building ${man}.gz")
1176- execute_process(COMMAND ${GZIP_TOOL} -9 -c ${CMAKE_CURRENT_SOURCE_DIR}/${man}
1177+ execute_process(COMMAND ${GZIP_TOOL} -9c ${CMAKE_CURRENT_SOURCE_DIR}/${man}
1178 OUTPUT_FILE ${CMAKE_CURRENT_BINARY_DIR}/${man}.gz)
1179 endforeach(man)
1180
1181
1182=== modified file 'data/man/cairo-dock_en.1'
1183--- data/man/cairo-dock_en.1 2011-08-09 16:48:08 +0000
1184+++ data/man/cairo-dock_en.1 2012-02-14 14:02:34 +0000
1185@@ -32,7 +32,7 @@
1186 .PP
1187 It's recommended to install the PLUG\-INS package (
1188 .B cairo\-dock\-plug\-ins
1189-) to have acces to more views, dialogs and many plug\-ins and applets.
1190+) to have access to more views, dialogues and many plug\-ins and applets.
1191 .PP
1192 Some
1193 .B screenshots
1194@@ -138,21 +138,27 @@
1195 .B Cairo\-Dock
1196 project was written by
1197 .B Fabrice Rey
1198-(fabounet) <fabounet@users.berlios.de>.
1199-.br
1200+(fabounet) <fabounet@glx-dock.org>.
1201+.PP
1202 The
1203 .B Cairo\-Dock Team
1204-is formed by
1205+is currently formed by
1206 .B Fabounet
1207-(Fabrice Rey),
1208+(Fabrice Rey) and
1209+.B Matttbe
1210+(Matthieu Baerts).
1211+.br
1212+With the help of
1213+.B Eduardo Mucelli
1214+for our third-party applets.
1215+.PP
1216+Thanks to our former developers:
1217 .B Mav
1218 (Yann Sladek),
1219 .B Tofe
1220 (Christophe Chapuis),
1221 .B Nochka85
1222 (Yann Dulieu),
1223-.B Matttbe
1224-(Matthieu Baerts)
1225 .B ChanGFu
1226 (Rémy Robertson),
1227 .B Paradoxxx\ Zero
1228@@ -164,7 +170,19 @@
1229 .B Ctaf
1230 ,
1231 .B Augur
1232- as well as numerous beta testers (ppmt, vilraleur, M.Tasaka, etc. see the 'About' menu in the dock) !
1233+and
1234+.B SQP
1235+as well as numerous beta testers and contributors:
1236+lylambda, taiebot65, Franksuse64, ppmt, etc.
1237+see the 'About' menu in the dock and this web page.
1238+.br
1239+ http://glx\-dock.org/userlist_messages.php
1240+.PP
1241+Don't hesitate to contribute to this project ;)
1242+.br
1243+Please have a look at this wiki page:
1244+.br
1245+ http://glx\-dock.org/ww_page.php?p=How%20to%20help%20us
1246 .PP
1247 This manual page was started by Julien Lavergne <julien.lavergne@gmail.com>,
1248 for the Debian project (but may be used by others).
1249@@ -175,13 +193,17 @@
1250 Your bug is maybe a
1251 .B recurrent problem
1252 (black background, window at startup (use \-c or \-o),
1253-problem with OpenGL, etc.). Please go to http://www.glx\-dock.org/ww_page.php?p=Recurrents%20problems&lang=en
1254+problem with OpenGL, etc.). Please go to:
1255+.br
1256+ http://www.glx\-dock.org/ww_page.php?p=Recurrents%20problems
1257 .PP
1258-For any other bugs, you can post them on Cairo\-Dock forum
1259-(http://forum.glx\-dock.org)
1260+For any other bugs, you can post them on Cairo\-Dock forum:
1261+.br
1262+ http://forum.glx\-dock.org
1263 .br
1264 or on Launchpad
1265-(https://bugs.launchpad.net/cairo\-dock)
1266+.br
1267+ https://bugs.launchpad.net/cairo\-dock
1268
1269 .SH WEBSITE
1270 <
1271
1272=== modified file 'data/separator.desktop.in'
1273--- data/separator.desktop.in 2011-08-09 16:48:08 +0000
1274+++ data/separator.desktop.in 2012-02-14 14:02:34 +0000
1275@@ -21,7 +21,5 @@
1276 #f[0;100] Order you want for this launcher among the others:
1277 Order=0
1278
1279-group = 0
1280-
1281 Icon Type = 2
1282 Type = Separator
1283
1284=== modified file 'debian/cairo-dock-core.install'
1285--- debian/cairo-dock-core.install 2011-10-11 10:53:26 +0000
1286+++ debian/cairo-dock-core.install 2012-02-14 14:02:34 +0000
1287@@ -2,5 +2,4 @@
1288 debian/tmp/usr/share/locale
1289 debian/tmp/usr/share/applications
1290 debian/apport/cairo-dock.py usr/share/apport/package-hooks/
1291-debian/tmp/usr/share/man/man1/cairo-dock.1.gz
1292-debian/tmp/usr/lib*/*.so.*
1293+debian/tmp/usr/share/man/
1294
1295=== removed file 'debian/cairo-dock-core.lintian-overrides'
1296--- debian/cairo-dock-core.lintian-overrides 2011-10-11 10:53:26 +0000
1297+++ debian/cairo-dock-core.lintian-overrides 1970-01-01 00:00:00 +0000
1298@@ -1,2 +0,0 @@
1299-# Temporally lintian override: This package is going to be split
1300-cairo-dock-core: package-name-doesnt-match-sonames
1301
1302=== removed file 'debian/cairo-dock-dev.install'
1303--- debian/cairo-dock-dev.install 2011-10-11 10:53:26 +0000
1304+++ debian/cairo-dock-dev.install 1970-01-01 00:00:00 +0000
1305@@ -1,3 +0,0 @@
1306-debian/tmp/usr/include
1307-debian/tmp/usr/lib*/pkgconfig
1308-debian/tmp/usr/lib*/*.so
1309
1310=== modified file 'debian/changelog'
1311--- debian/changelog 2011-10-11 10:53:26 +0000
1312+++ debian/changelog 2012-02-14 14:02:34 +0000
1313@@ -1,3 +1,42 @@
1314+cairo-dock (3.0.0.0beta1-0ubuntu1) UNRELEASED; urgency=low
1315+
1316+ * New upstream release. (LP: #932041)
1317+ * Upstream (short) ChangeLog:
1318+ - The taskbar has been greatly enhanced.
1319+ - The control of the dock from the keyboard is now very powerful:
1320+ - many shortkeys have been added in different applets
1321+ - you can activate a launcher by pressing a shortkey + its number
1322+ - all shortkeys can now be managed in a single place
1323+ in the configuration window.
1324+ - A new Twitter applet lets you tweet in one click.
1325+ - A new applet to inhibit the screensaver in one click.
1326+ - Cairo-Dock now uses GTK3, for a better integration in a Gnome desktop
1327+ - It's possible to donate to support the project!
1328+ - (...)
1329+ * debian/patches:
1330+ - Removed all previous patches (now in upstream)
1331+ * debian/rules and debian/control:
1332+ - Added multiarch support
1333+ * debian/control:
1334+ - libgtk-3-dev is now needed instead of libgtk2.0-dev
1335+ - libgtkglext1-dev is no longer needed
1336+ (replaced by libgl, libglu and libpango)
1337+ - cairo-dock: increase the version of plug-ins packages
1338+ and added: cairo-dock-plug-ins-dbus-interface-python
1339+ - cairo-dock-dev has been replaced by libgldi-dev
1340+ and dependences have been updated
1341+ - Added a new package (libgldi3) in order to support multiarch
1342+ and to fix this lintian error: package-name-doesnt-match-sonames
1343+ * debian/cairo-dock-core.install and debian/libgldi3.install:
1344+ - libgldi3 package has been added
1345+ - It contains the library used by cairo-dock
1346+ - MultiArch is supported
1347+ * debian/cairo-dock-dev.install and debian/libgldi-dev.install:
1348+ - cairo-dock-dev has been replaced by libgldi-dev
1349+ * Updated debian/watch
1350+
1351+ -- Matthieu Baerts (matttbe) <matttbe@gmail.com> Tue, 14 Feb 2012 13:56:31 +0100
1352+
1353 cairo-dock (2.4.0~2-0ubuntu1) oneiric; urgency=low
1354
1355 [ Matthieu Baerts (matttbe) ]
1356
1357=== modified file 'debian/compat'
1358--- debian/compat 2009-08-26 17:13:42 +0000
1359+++ debian/compat 2012-02-14 14:02:34 +0000
1360@@ -1,1 +1,1 @@
1361-7
1362+8
1363
1364=== modified file 'debian/control'
1365--- debian/control 2011-10-11 10:53:26 +0000
1366+++ debian/control 2012-02-14 14:02:34 +0000
1367@@ -4,19 +4,21 @@
1368 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
1369 XSBC-Original-Maintainer: Matthieu Baerts (matttbe) <matttbe@gmail.com>, Julien Lavergne <julien.lavergne@gmail.com>, Fabrice Rey <fabounet@glx-dock.org>
1370 Build-Depends: cdbs,
1371- debhelper (>= 7),
1372+ debhelper (>= 8.1.3),
1373 cmake,
1374 libcairo2-dev,
1375- libgtk2.0-dev,
1376+ libgtk-3-dev,
1377 librsvg2-dev,
1378 libdbus-glib-1-dev,
1379 libxml2-dev,
1380 libxtst-dev,
1381 libxrender-dev,
1382 libxcomposite-dev,
1383- libgtkglext1-dev,
1384 libxinerama-dev,
1385 libglib2.0-dev,
1386+ libgl1-mesa-dev | libgl-dev,
1387+ libglu1-mesa-dev | libglu-dev,
1388+ libpango1.0-dev,
1389 libcurl4-gnutls-dev
1390 Standards-Version: 3.9.2
1391 Homepage: http://www.glx-dock.org/
1392@@ -26,8 +28,10 @@
1393 Architecture: all
1394 Conflicts: cairo-dock (<= 2.0.8.0)
1395 Depends: cairo-dock-core (>= ${source:Version}),
1396- cairo-dock-plug-ins (>= 2.4.0~2),
1397- ${misc:Depends}
1398+ cairo-dock-plug-ins (>= 3.0.0.0beta1),
1399+ cairo-dock-plug-ins-integration (>= 3.0.0.0beta1),
1400+ cairo-dock-plug-ins-dbus-interface-python (>= 3.0.0.0beta1),
1401+ ${misc:Depends}
1402 Description: Light and eye-candy dock to launch your programs (metapackage)
1403 Cairo-Dock is a pretty, light and convenient interface to your desktop,
1404 able to replace advantageously your system panel!
1405@@ -50,8 +54,8 @@
1406 Conflicts: cairo-dock (<= 2.0.8.0)
1407 Replaces: cairo-dock (<= 2.0.8.0)
1408 Depends: cairo-dock-data (>= ${source:Version}),
1409- ${shlibs:Depends},
1410- ${misc:Depends}
1411+ ${shlibs:Depends},
1412+ ${misc:Depends}
1413 Recommends: cairo-dock, cairo-dock-plug-ins
1414 Suggests: firefox, gnome-terminal, empathy, inkscape, gimp, shotwell, rhythmbox
1415 Description: Light and eye-candy dock to launch your programs (core package)
1416@@ -68,24 +72,28 @@
1417 .
1418 This package is the core of Cairo-Dock project.
1419
1420-Package: cairo-dock-dev
1421+Package: libgldi-dev
1422 Section: libdevel
1423-Architecture: all
1424-Depends: cairo-dock-core (>= ${source:Version}),
1425+Architecture: any
1426+Depends: libgldi3 (= ${binary:Version}),
1427 ${misc:Depends},
1428- cmake,
1429- libcairo2-dev,
1430- libgtk2.0-dev,
1431+ libcairo2-dev,
1432+ libgtk-3-dev,
1433 librsvg2-dev,
1434 libdbus-glib-1-dev,
1435 libxml2-dev,
1436 libxtst-dev,
1437 libxrender-dev,
1438 libxcomposite-dev,
1439- libgtkglext1-dev,
1440 libxinerama-dev,
1441- libglib2.0-dev
1442-Recommends: cairo-dock-plug-ins
1443+ libglib2.0-dev,
1444+ libgl1-mesa-dev | libgl-dev,
1445+ libglu1-mesa-dev | libglu-dev,
1446+ libpango1.0-dev,
1447+ libcurl4-gnutls-dev
1448+Pre-Depends: ${misc:Pre-Depends}
1449+Recommends: cairo-dock
1450+Multi-Arch: same
1451 Description: Light and eye-candy dock to launch your programs (dev package)
1452 Cairo-Dock is a pretty, light and convenient interface to your desktop,
1453 able to replace advantageously your system panel!
1454@@ -106,8 +114,7 @@
1455 Architecture: all
1456 Conflicts: cairo-dock (<= 2.0.8.0)
1457 Replaces: cairo-dock (<= 2.0.8.0)
1458-Depends: ${shlibs:Depends},
1459- ${misc:Depends}
1460+Depends: ${misc:Depends}
1461 Description: Light and eye-candy dock to launch your programs (common files)
1462 Cairo-Dock is a pretty, light and convenient interface to your desktop,
1463 able to replace advantageously your system panel!
1464@@ -121,3 +128,29 @@
1465 Development site: https://launchpad.net/cairo-dock
1466 .
1467 This package contains default icons and themes for Cairo-Dock.
1468+
1469+Package: libgldi3
1470+Section: graphics
1471+Architecture: any
1472+Conflicts: cairo-dock (<= 2.0.8.0)
1473+Replaces: cairo-dock (<= 2.0.8.0),
1474+ cairo-dock-core (<< 3.0.0)
1475+Breaks: cairo-dock-core (<< 3.0.0)
1476+Depends: ${shlibs:Depends},
1477+ ${misc:Depends}
1478+Recommends: cairo-dock-data (>= ${source:Version})
1479+Pre-Depends: ${misc:Pre-Depends}
1480+Multi-Arch: same
1481+Description: Light and eye-candy dock to launch your programs (lib package)
1482+ Cairo-Dock is a pretty, light and convenient interface to your desktop,
1483+ able to replace advantageously your system panel!
1484+ It features multi-docks, taskbar, launchers and a lot of useful applets.
1485+ Applets can be detached from the dock to act as desktop widgets.
1486+ Numerous ready-to-use themes are downloadable in 1 click, and can be easily
1487+ customized at your convenience.
1488+ It can use hardware acceleration to be very fast and low on CPU.
1489+ .
1490+ Some screenshots are available : http://pics.glx-dock.org
1491+ Development site: https://launchpad.net/cairo-dock
1492+ .
1493+ This package contains the library created and used by the Cairo-Dock project.
1494
1495=== added file 'debian/libgldi-dev.install'
1496--- debian/libgldi-dev.install 1970-01-01 00:00:00 +0000
1497+++ debian/libgldi-dev.install 2012-02-14 14:02:34 +0000
1498@@ -0,0 +1,3 @@
1499+debian/tmp/usr/include
1500+debian/tmp/usr/lib/*/pkgconfig
1501+debian/tmp/usr/lib/*/*.so
1502
1503=== added file 'debian/libgldi3.install'
1504--- debian/libgldi3.install 1970-01-01 00:00:00 +0000
1505+++ debian/libgldi3.install 2012-02-14 14:02:34 +0000
1506@@ -0,0 +1,1 @@
1507+debian/tmp/usr/lib/*/*.so.*
1508
1509=== removed file 'debian/patches/01-improved-cairo-dock-session.patch'
1510--- debian/patches/01-improved-cairo-dock-session.patch 2011-10-11 10:53:26 +0000
1511+++ debian/patches/01-improved-cairo-dock-session.patch 1970-01-01 00:00:00 +0000
1512@@ -1,106 +0,0 @@
1513-## From: Matthieu Baerts (matttbe) <matttbe@gmail.com>
1514-## Description: Improved the launch of our Cairo-Dock session (by removing Unity
1515-## Compiz plugin and by launching the dock with a short delay)
1516-## Origin: upstream, http://bazaar.launchpad.net/~cairo-dock-team/cairo-dock-core/cairo-dock/revision/885
1517-## Forwarded: yes
1518-Index: cairo-dock/data/desktop-manager/CMakeLists.txt
1519-===================================================================
1520---- cairo-dock.orig/data/desktop-manager/CMakeLists.txt 2011-10-06 12:02:24.494184799 +0200
1521-+++ cairo-dock/data/desktop-manager/CMakeLists.txt 2011-10-06 12:02:17.554184897 +0200
1522-@@ -7,3 +7,7 @@
1523- cairo-dock.session
1524- cairo-dock-fallback.session
1525- DESTINATION /usr/share/gnome-session/sessions)
1526-+
1527-+install (FILES cairo-dock-session
1528-+ DESTINATION ${bindir}
1529-+ PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
1530-Index: cairo-dock/data/desktop-manager/cairo-dock-fallback.desktop
1531-===================================================================
1532---- cairo-dock.orig/data/desktop-manager/cairo-dock-fallback.desktop 2011-10-06 12:02:24.578184798 +0200
1533-+++ cairo-dock/data/desktop-manager/cairo-dock-fallback.desktop 2011-10-06 12:02:17.554184897 +0200
1534-@@ -2,6 +2,6 @@
1535- Name=Cairo-Dock (with Gnome and without effect)
1536- Comment=This session logs you into GNOME with Cairo-Dock and without any graphical effect.
1537- Exec=gnome-session --session=cairo-dock-fallback
1538--TryExec=gnome-session
1539-+TryExec=cairo-dock-session
1540- Icon=
1541- Type=Application
1542-Index: cairo-dock/data/desktop-manager/cairo-dock-session
1543-===================================================================
1544---- /dev/null 1970-01-01 00:00:00.000000000 +0000
1545-+++ cairo-dock/data/desktop-manager/cairo-dock-session 2011-10-06 12:02:17.554184897 +0200
1546-@@ -0,0 +1,47 @@
1547-+#!/bin/bash
1548-+
1549-+# Script for the 'desktop-manager' subproject of Cairo-Dock
1550-+#
1551-+# Copyright : (C) see the 'copyright' file.
1552-+# E-mail : see the 'copyright' file.
1553-+#
1554-+#
1555-+# This program is free software; you can redistribute it and/or
1556-+# modify it under the terms of the GNU General Public License
1557-+# as published by the Free Software Foundation; either version 3
1558-+# of the License, or (at your option) any later version.
1559-+#
1560-+# This program is distributed in the hope that it will be useful,
1561-+# but WITHOUT ANY WARRANTY; without even the implied warranty of
1562-+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1563-+# GNU General Public License for more details.
1564-+# http://www.gnu.org/licenses/licenses.html#GPL
1565-+
1566-+# This script removes Unity Compiz plugin and launches Cairo-Dock with a short delay
1567-+
1568-+UNITY_NAME="unityshell"
1569-+COMPIZ_FLAT_FILE="$HOME/.config/compiz-1/compizconfig/Default.ini"
1570-+COMPIZ_GCONF="/apps/compiz-1/general/screen0/options/active_plugins"
1571-+
1572-+if test -d "$HOME/.config/compiz-1"; then # compiz >= 0.9
1573-+ # plug-ins in double are NO LONGER filtered by Compiz in this version... (and if plugins are in double or wrong, compiz crashes :) )
1574-+ # flat file
1575-+ if test -f "$COMPIZ_FLAT_FILE"; then
1576-+ pluginsFlat=`grep "s0_active_plugins" $COMPIZ_FLAT_FILE`
1577-+ if test `echo $pluginsFlat | grep -c $UNITY_NAME` -gt 0; then
1578-+ pluginsFlatWithoutUnity=`echo $pluginsFlat | sed -e "s/$UNITY_NAME;//g"`
1579-+ sed -i "/s0_active_plugins/ s/$pluginsFlat/$pluginsFlatWithoutUnity/g" $COMPIZ_FLAT_FILE
1580-+ fi
1581-+ fi
1582-+ # gconf
1583-+ plugins=`gconftool-2 -g $COMPIZ_GCONF`
1584-+ if test `echo $plugins | grep -c $UNITY_NAME` -gt 0; then
1585-+ pluginsWithoutUnity=`echo $plugins | sed -e "s/$UNITY_NAME,//g"`
1586-+ gconftool-2 -s $COMPIZ_GCONF --type=list --list-type=string "$pluginsWithoutUnity"
1587-+ killall unity-panel-service
1588-+ fi
1589-+fi
1590-+
1591-+if test `ps aux | grep -c " [c]airo-dock"` -eq 0; then # cairo-dock not launched
1592-+ cairo-dock -w 3
1593-+fi
1594-Index: cairo-dock/data/desktop-manager/cairo-dock.desktop
1595-===================================================================
1596---- cairo-dock.orig/data/desktop-manager/cairo-dock.desktop 2011-10-06 12:02:24.450184800 +0200
1597-+++ cairo-dock/data/desktop-manager/cairo-dock.desktop 2011-10-06 12:02:17.554184897 +0200
1598-@@ -2,6 +2,6 @@
1599- Name=Cairo-Dock (with Gnome and effects)
1600- Comment=This session logs you into GNOME with Cairo-Dock and with graphical effects.
1601- Exec=gnome-session --session=cairo-dock
1602--TryExec=gnome-session
1603-+TryExec=cairo-dock-session
1604- Icon=
1605- Type=Application
1606-Index: cairo-dock/data/scripts/help_scripts.sh
1607-===================================================================
1608---- cairo-dock.orig/data/scripts/help_scripts.sh 2011-10-06 12:02:24.294184802 +0200
1609-+++ cairo-dock/data/scripts/help_scripts.sh 2011-10-06 12:02:17.554184897 +0200
1610-@@ -115,7 +115,7 @@
1611- # flat file
1612- if test -f "$HOME/.config/compiz-1/compizconfig/Default.ini"; then
1613- pluginsList="s0_active_plugins = "`echo $ARG2 |sed -e 's/,/;/g'`";" # , => ;
1614-- sed -i "/s0_active_plugins/ s/.*/$ARG2/g" $HOME/.config/compiz-1/compizconfig/Default.ini
1615-+ sed -i "/s0_active_plugins/ s/.*/$pluginsList/g" $HOME/.config/compiz-1/compizconfig/Default.ini
1616- fi
1617- # gconf
1618- gconftool-2 -s /apps/compiz-1/general/screen0/options/active_plugins --type=list --list-type=string "[$ARG2]"
1619
1620=== removed file 'debian/patches/02-manpage-not-compressed-with-max-compression.patch'
1621--- debian/patches/02-manpage-not-compressed-with-max-compression.patch 2011-10-11 10:53:26 +0000
1622+++ debian/patches/02-manpage-not-compressed-with-max-compression.patch 1970-01-01 00:00:00 +0000
1623@@ -1,19 +0,0 @@
1624-## From: Matthieu Baerts (matttbe) <matttbe@gmail.com>
1625-## Description: Fixed a lintian error
1626-## Forwarded: yes
1627-Index: cairo-dock/.bzr/checkout/dirstate
1628-===================================================================
1629-Binary files cairo-dock.orig/.bzr/checkout/dirstate 2011-10-08 18:37:04.250876667 +0200 and cairo-dock/.bzr/checkout/dirstate 2011-10-08 18:36:53.094876635 +0200 differ
1630-Index: cairo-dock/data/man/CMakeLists.txt
1631-===================================================================
1632---- cairo-dock.orig/data/man/CMakeLists.txt 2011-10-08 18:37:04.114876666 +0200
1633-+++ cairo-dock/data/man/CMakeLists.txt 2011-10-08 18:33:17.478876037 +0200
1634-@@ -12,7 +12,7 @@
1635- # Compression of the manuals
1636- foreach(man ${cairo_dock_man_src})
1637- message(STATUS "Building ${man}.gz")
1638-- execute_process(COMMAND ${GZIP_TOOL} -c ${CMAKE_CURRENT_SOURCE_DIR}/${man}
1639-+ execute_process(COMMAND ${GZIP_TOOL} -9 -c ${CMAKE_CURRENT_SOURCE_DIR}/${man}
1640- OUTPUT_FILE ${CMAKE_CURRENT_BINARY_DIR}/${man}.gz)
1641- endforeach(man)
1642-
1643
1644=== modified file 'debian/patches/series'
1645--- debian/patches/series 2011-10-11 10:53:26 +0000
1646+++ debian/patches/series 2012-02-14 14:02:34 +0000
1647@@ -1,2 +0,0 @@
1648-01-improved-cairo-dock-session.patch
1649-02-manpage-not-compressed-with-max-compression.patch
1650
1651=== modified file 'debian/rules'
1652--- debian/rules 2011-10-11 10:53:26 +0000
1653+++ debian/rules 2012-02-14 14:02:34 +0000
1654@@ -4,7 +4,8 @@
1655 DH_ALWAYS_EXCLUDE=CVS:.bzr
1656
1657 DEB_CMAKE_EXTRA_FLAGS += -Denable_gtk_grip=yes \
1658- -Denable-desktop-manager=yes
1659+ -Denable-desktop-manager=yes \
1660+ -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH)
1661
1662 include /usr/share/cdbs/1/rules/debhelper.mk
1663 include /usr/share/cdbs/1/class/cmake.mk
1664
1665=== modified file 'debian/watch'
1666--- debian/watch 2011-03-17 14:08:48 +0000
1667+++ debian/watch 2012-02-14 14:02:34 +0000
1668@@ -1,2 +1,2 @@
1669 version=3
1670-https://launchpad.net/cairo-dock-core/+download .*/cairo-dock-([\d\.\-]+(?:~.*)?).tar.gz
1671+https://launchpad.net/cairo-dock-core/+download .*/cairo-dock-([\d\.]+(?:.*)?).tar.gz
1672
1673=== modified file 'po/CMakeLists.txt'
1674--- po/CMakeLists.txt 2010-08-09 23:26:12 +0000
1675+++ po/CMakeLists.txt 2012-02-14 14:02:34 +0000
1676@@ -14,6 +14,6 @@
1677 set (MO_OUTPUT ${PO_INPUT_BASE}.gmo) # le nom du fichier en sortie.
1678 message (STATUS " Building ${MO_OUTPUT}...")
1679 add_custom_command (TARGET i18n COMMAND ${MSGFMT_EXECUTABLE} -o ${CMAKE_CURRENT_BINARY_DIR}/${MO_OUTPUT} ${PO_INPUT}) # appel a msgfmt.
1680- install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${MO_OUTPUT} DESTINATION ${datadir}/locale/${PO_INPUT_BASE}/LC_MESSAGES RENAME ${GETTEXT_PACKAGE}.mo) # installation du fichier dans le bon repertoire.
1681+ install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${MO_OUTPUT} DESTINATION ${CAIRO_DOCK_LOCALE_DIR}/${PO_INPUT_BASE}/LC_MESSAGES RENAME ${GETTEXT_PACKAGE}.mo) # installation du fichier dans le bon repertoire.
1682 endif()
1683 endforeach ()
1684
1685=== modified file 'po/ar.po'
1686--- po/ar.po 2011-09-26 11:14:46 +0000
1687+++ po/ar.po 2012-02-14 14:02:34 +0000
1688@@ -7,160 +7,192 @@
1689 msgstr ""
1690 "Project-Id-Version: cairo-dock-core\n"
1691 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
1692-"POT-Creation-Date: 2011-09-23 23:42+0000\n"
1693-"PO-Revision-Date: 2011-09-20 08:48+0000\n"
1694+"POT-Creation-Date: 2012-02-13 01:12+0000\n"
1695+"PO-Revision-Date: 2012-02-13 02:57+0000\n"
1696 "Last-Translator: Matthieu Baerts <matttbe@gmail.com>\n"
1697 "Language-Team: Arabic <ar@li.org>\n"
1698 "MIME-Version: 1.0\n"
1699 "Content-Type: text/plain; charset=UTF-8\n"
1700 "Content-Transfer-Encoding: 8bit\n"
1701-"X-Launchpad-Export-Date: 2011-09-25 04:33+0000\n"
1702-"X-Generator: Launchpad (build 14012)\n"
1703+"X-Launchpad-Export-Date: 2012-02-13 04:34+0000\n"
1704+"X-Generator: Launchpad (build 14781)\n"
1705 "Language: ar\n"
1706
1707-#: ../src/cairo-dock-gui-commons.c:216
1708+#: ../src/cairo-dock-gui-commons.c:221
1709 msgid ""
1710 "You have made some changes to the current theme.\n"
1711 "You will lose them if you don't save before choosing a new theme. Continue "
1712 "anyway?"
1713 msgstr ""
1714
1715-#: ../src/cairo-dock-gui-commons.c:242
1716+#: ../src/cairo-dock-gui-commons.c:247
1717 msgid "Please wait while importing the theme..."
1718 msgstr ""
1719
1720-#: ../src/cairo-dock-gui-commons.c:364 ../src/cairo-dock-menu.c:1456
1721+#: ../src/cairo-dock-gui-commons.c:369
1722 msgid "Configure this applet"
1723 msgstr "تكوين الاضافة"
1724
1725-#: ../src/cairo-dock-gui-commons.c:401 ../src/cairo-dock-gui-main.c:131
1726+#: ../src/cairo-dock-gui-commons.c:406 ../src/cairo-dock-gui-main.c:130
1727 msgid "Files"
1728 msgstr "ملفّات"
1729
1730-#: ../src/cairo-dock-gui-commons.c:406 ../src/cairo-dock-gui-main.c:132
1731+#: ../src/cairo-dock-gui-commons.c:411 ../src/cairo-dock-gui-main.c:131
1732 msgid "Internet"
1733 msgstr "إنترنت"
1734
1735-#: ../src/cairo-dock-gui-commons.c:411 ../src/cairo-dock-gui-main.c:133
1736+#: ../src/cairo-dock-gui-commons.c:416 ../src/cairo-dock-gui-main.c:132
1737 msgid "Desktop"
1738 msgstr "سطح المكتب"
1739
1740-#: ../src/cairo-dock-gui-commons.c:416
1741+#: ../src/cairo-dock-gui-commons.c:421
1742 msgid "Accessory"
1743 msgstr "ملحقات"
1744
1745-#: ../src/cairo-dock-gui-commons.c:421 ../src/cairo-dock-gui-main.c:135
1746-#: ../src/cairo-dock-gui-main.c:1504 ../data/messages:757
1747+#: ../src/cairo-dock-gui-commons.c:426 ../src/cairo-dock-gui-main.c:134
1748+#: ../src/cairo-dock-gui-main.c:1528 ../data/messages:779
1749 msgid "System"
1750 msgstr "النّظام"
1751
1752-#: ../src/cairo-dock-gui-commons.c:426 ../src/cairo-dock-gui-main.c:136
1753+#: ../src/cairo-dock-gui-commons.c:431 ../src/cairo-dock-gui-main.c:135
1754 msgid "Fun"
1755 msgstr "مرح"
1756
1757-#: ../src/cairo-dock-gui-commons.c:468
1758+#: ../src/cairo-dock-gui-commons.c:474
1759 msgid "plug-in"
1760 msgstr ""
1761
1762-#: ../src/cairo-dock-gui-commons.c:474
1763+#: ../src/cairo-dock-gui-commons.c:480
1764 msgid "category"
1765 msgstr "تصنيف"
1766
1767-#: ../src/cairo-dock-gui-items.c:384
1768+#: ../src/cairo-dock-gui-commons.c:575
1769+msgid "Press the shortkey"
1770+msgstr ""
1771+
1772+#: ../src/cairo-dock-gui-commons.c:594
1773+msgid "Change the shortkey"
1774+msgstr ""
1775+
1776+#: ../src/cairo-dock-gui-commons.c:681
1777+msgid "Origin"
1778+msgstr ""
1779+
1780+#: ../src/cairo-dock-gui-commons.c:686
1781+msgid "Action"
1782+msgstr ""
1783+
1784+#: ../src/cairo-dock-gui-commons.c:690
1785+msgid "Shortkey"
1786+msgstr ""
1787+
1788+#: ../src/cairo-dock-gui-items.c:242
1789 msgid ""
1790 "Main dock's parameters are available in the main configuration window."
1791 msgstr ""
1792
1793-#: ../src/cairo-dock-gui-items.c:600
1794+#: ../src/cairo-dock-gui-items.c:459
1795 msgid "Launcher configuration"
1796 msgstr "اعدادات المشغل"
1797
1798-#: ../src/cairo-dock-gui-main.c:129 ../data/messages:671
1799+#: ../src/cairo-dock-gui-items.c:877
1800+msgid "Remove this item"
1801+msgstr ""
1802+
1803+#: ../src/cairo-dock-gui-main.c:128 ../data/messages:675
1804 msgid "Behaviour"
1805 msgstr "السّلوك"
1806
1807-#: ../src/cairo-dock-gui-main.c:130 ../data/messages:491 ../data/messages:1657
1808+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:501 ../data/messages:1645
1809 msgid "Appearance"
1810 msgstr "المظهر"
1811
1812-#: ../src/cairo-dock-gui-main.c:134
1813+#: ../src/cairo-dock-gui-main.c:133
1814 msgid "Accessories"
1815 msgstr "ملحقات"
1816
1817-#: ../src/cairo-dock-gui-main.c:137 ../src/cairo-dock-gui-main.c:1653
1818-#: ../data/messages:1791
1819+#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1682
1820+#: ../data/messages:1797
1821 msgid "All"
1822 msgstr "الكل"
1823
1824-#: ../src/cairo-dock-gui-main.c:1482
1825+#: ../src/cairo-dock-gui-main.c:1499
1826 msgid "Set the position of the main dock."
1827 msgstr "تحديد موضع الشريط الرئيسي."
1828
1829-#: ../src/cairo-dock-gui-main.c:1483 ../data/messages:335 ../data/messages:545
1830+#: ../src/cairo-dock-gui-main.c:1500 ../data/messages:335 ../data/messages:549
1831 msgid "Position"
1832 msgstr "الموضع"
1833
1834-#: ../src/cairo-dock-gui-main.c:1489
1835+#: ../src/cairo-dock-gui-main.c:1506
1836 msgid ""
1837 "Do you like your dock to be always visible,\n"
1838 " or on the contrary unobtrusive?\n"
1839 "Configure the way you access your docks and sub-docks!"
1840 msgstr ""
1841
1842-#: ../src/cairo-dock-gui-main.c:1490 ../src/cairo-dock-menu.c:1494
1843+#: ../src/cairo-dock-gui-main.c:1507 ../src/cairo-dock-menu.c:1690
1844 #: ../data/messages:353
1845 msgid "Visibility"
1846 msgstr "الرؤية"
1847
1848-#: ../src/cairo-dock-gui-main.c:1496
1849+#: ../src/cairo-dock-gui-main.c:1513
1850 msgid "Display and interact with currently open windows."
1851 msgstr "العرض والتفاعل مع النوافذ المفتوحة حاليا."
1852
1853-#: ../src/cairo-dock-gui-main.c:1497 ../data/messages:41 ../data/messages:469
1854-#: ../data/messages:1323
1855+#: ../src/cairo-dock-gui-main.c:1514 ../data/messages:41 ../data/messages:469
1856+#: ../data/messages:1313
1857 msgid "Taskbar"
1858 msgstr "شريط المهام"
1859
1860-#: ../src/cairo-dock-gui-main.c:1503
1861+#: ../src/cairo-dock-gui-main.c:1520
1862+msgid "Define all the keyboard shortcuts currently available."
1863+msgstr ""
1864+
1865+#: ../src/cairo-dock-gui-main.c:1521 ../data/messages:529 ../data/messages:773
1866+msgid "Shortkeys"
1867+msgstr ""
1868+
1869+#: ../src/cairo-dock-gui-main.c:1527
1870 msgid "All of the parameters you will never want to tweak."
1871 msgstr "المؤشرات التي لن تعدلها ابدا."
1872
1873-#: ../src/cairo-dock-gui-main.c:1513
1874+#: ../src/cairo-dock-gui-main.c:1537
1875 msgid "Set a background for your dock."
1876 msgstr "تعيين خلفية لشريطك"
1877
1878-#: ../src/cairo-dock-gui-main.c:1514 ../data/messages:853
1879-#: ../data/messages:1251 ../data/messages:1665
1880+#: ../src/cairo-dock-gui-main.c:1538 ../data/messages:875
1881+#: ../data/messages:1241 ../data/messages:1671
1882 msgid "Background"
1883 msgstr "خلفيَّة"
1884
1885-#: ../src/cairo-dock-gui-main.c:1520
1886+#: ../src/cairo-dock-gui-main.c:1544
1887 msgid "Select a view for each of your docks."
1888 msgstr "حدد طريقة عرض الشريط"
1889
1890-#: ../src/cairo-dock-gui-main.c:1521 ../data/messages:523 ../data/messages:915
1891-#: ../data/messages:1659
1892+#: ../src/cairo-dock-gui-main.c:1545 ../data/messages:521 ../data/messages:937
1893+#: ../data/messages:1665
1894 msgid "Views"
1895 msgstr "العرض"
1896
1897-#: ../src/cairo-dock-gui-main.c:1528
1898+#: ../src/cairo-dock-gui-main.c:1552
1899 msgid "Configure text bubble appearance."
1900 msgstr "ظهور فقاعة في خصائص النص."
1901
1902-#: ../src/cairo-dock-gui-main.c:1529
1903+#: ../src/cairo-dock-gui-main.c:1553
1904 msgid "Dialog boxes"
1905 msgstr "صناديق الحوار"
1906
1907-#: ../src/cairo-dock-gui-main.c:1536
1908+#: ../src/cairo-dock-gui-main.c:1560
1909 msgid "Applets can be displayed on your desktop as widgets."
1910 msgstr "يمكن عرض بريمجاتك على سطح المكتب في وجدات الشريط"
1911
1912-#: ../src/cairo-dock-gui-main.c:1537 ../data/messages:101 ../data/messages:971
1913-#: ../data/messages:1383
1914+#: ../src/cairo-dock-gui-main.c:1561 ../data/messages:101 ../data/messages:993
1915+#: ../data/messages:1373
1916 msgid "Desklets"
1917 msgstr ""
1918
1919-#: ../src/cairo-dock-gui-main.c:1544
1920+#: ../src/cairo-dock-gui-main.c:1568
1921 msgid ""
1922 "All about icons:\n"
1923 " size, reflection, icon theme,..."
1924@@ -168,76 +200,76 @@
1925 "كل ما يخص الايقونات:\n"
1926 " الحجم, الإنعكاس, سمة الايقونة, ..."
1927
1928-#: ../src/cairo-dock-gui-main.c:1545 ../data/messages:11 ../data/messages:493
1929-#: ../data/messages:1035 ../data/messages:1293
1930+#: ../src/cairo-dock-gui-main.c:1569 ../data/messages:11 ../data/messages:503
1931+#: ../data/messages:1057 ../data/messages:1283 ../data/messages:1647
1932 msgid "Icons"
1933 msgstr "أيقونات"
1934
1935-#: ../src/cairo-dock-gui-main.c:1551
1936+#: ../src/cairo-dock-gui-main.c:1575
1937 msgid "Indicators are additional markers for your icons."
1938 msgstr "المؤشرات هي علامات إضافية للأيقونات."
1939
1940-#: ../src/cairo-dock-gui-main.c:1552 ../data/messages:1153
1941+#: ../src/cairo-dock-gui-main.c:1576 ../data/messages:1143
1942 msgid "Indicators"
1943 msgstr "المؤشرات"
1944
1945-#: ../src/cairo-dock-gui-main.c:1559
1946+#: ../src/cairo-dock-gui-main.c:1583
1947 msgid "Define icon caption and quick-info style."
1948 msgstr "رمز تعريف وشرح سريع لمعلومات النمط."
1949
1950-#: ../src/cairo-dock-gui-main.c:1560
1951+#: ../src/cairo-dock-gui-main.c:1584
1952 msgid "Captions"
1953 msgstr "تعليق"
1954
1955-#: ../src/cairo-dock-gui-main.c:1629
1956+#: ../src/cairo-dock-gui-main.c:1654
1957 msgid "Categories"
1958 msgstr "التصنيفات"
1959
1960-#: ../src/cairo-dock-gui-main.c:1767
1961+#: ../src/cairo-dock-gui-main.c:1796
1962 msgid "Filter"
1963 msgstr "فلترة"
1964
1965-#: ../src/cairo-dock-gui-main.c:1814
1966+#: ../src/cairo-dock-gui-main.c:1843
1967 msgid "Options"
1968 msgstr "خيارات"
1969
1970-#: ../src/cairo-dock-gui-main.c:1824
1971+#: ../src/cairo-dock-gui-main.c:1853
1972 msgid "All words"
1973 msgstr "كافة الكلمات"
1974
1975-#: ../src/cairo-dock-gui-main.c:1828
1976+#: ../src/cairo-dock-gui-main.c:1857
1977 msgid "Highlighted words"
1978 msgstr "الكلمات المظللة"
1979
1980-#: ../src/cairo-dock-gui-main.c:1833
1981+#: ../src/cairo-dock-gui-main.c:1862
1982 msgid "Hide others"
1983 msgstr "اخفاء الاخرى"
1984
1985-#: ../src/cairo-dock-gui-main.c:1838
1986+#: ../src/cairo-dock-gui-main.c:1867
1987 msgid "Search in description"
1988 msgstr "البحث بالوصف"
1989
1990-#: ../src/cairo-dock-gui-main.c:1852
1991+#: ../src/cairo-dock-gui-main.c:1881
1992 msgid "Enable this module"
1993 msgstr "تمكين هذه الوحدة"
1994
1995-#: ../src/cairo-dock-gui-main.c:1916 ../data/messages:541
1996+#: ../src/cairo-dock-gui-main.c:1945 ../data/messages:545
1997 msgid "More applets"
1998 msgstr "مزيد من التطبيقات"
1999
2000-#: ../src/cairo-dock-gui-main.c:1917 ../data/messages:539
2001+#: ../src/cairo-dock-gui-main.c:1946 ../data/messages:543
2002 msgid "Get more applets online !"
2003 msgstr "الحصول على المزيد من التطبيقات على الانترنت!"
2004
2005-#: ../src/cairo-dock-gui-main.c:1951 ../src/cairo-dock.c:663
2006+#: ../src/cairo-dock-gui-main.c:1982 ../src/cairo-dock.c:689
2007 msgid "< Maintenance mode >"
2008 msgstr "< وضع الصيانة >"
2009
2010-#: ../src/cairo-dock-gui-main.c:2041 ../src/cairo-dock-gui-simple.c:901
2011+#: ../src/cairo-dock-gui-main.c:2072 ../src/cairo-dock-gui-simple.c:859
2012 msgid "Cairo-Dock configuration"
2013 msgstr "إعدادات كايرو دك"
2014
2015-#: ../src/cairo-dock-gui-main.c:2396
2016+#: ../src/cairo-dock-gui-main.c:2437
2017 #, c-format
2018 msgid ""
2019 "The '%s' module is not present. You need to install it and all its "
2020@@ -246,57 +278,57 @@
2021 "'%s' الوحدة غير موجودة . تحتاج إلى تثبيتها وجميع تابعاتها من أجل استخدام هذه "
2022 "الوحدة"
2023
2024-#: ../src/cairo-dock-gui-main.c:2402
2025+#: ../src/cairo-dock-gui-main.c:2443
2026 #, c-format
2027 msgid "The '%s' module is not enabled."
2028 msgstr "'%s' الوحدةغير مفعلة."
2029
2030-#: ../src/cairo-dock-gui-main.c:2403
2031+#: ../src/cairo-dock-gui-main.c:2444
2032 msgid "Do you want to enable it now?"
2033 msgstr "هل تريد تفعيلها الان؟"
2034
2035-#: ../src/cairo-dock-gui-main.c:2750
2036+#: ../src/cairo-dock-gui-main.c:2810
2037 msgid "Simple Mode"
2038 msgstr "الوضع البسيط"
2039
2040-#: ../src/cairo-dock-gui-simple.c:408 ../src/cairo-dock-gui-themes.c:114
2041+#: ../src/cairo-dock-gui-simple.c:378 ../src/cairo-dock-gui-themes.c:114
2042 msgid "Could not import the theme."
2043 msgstr "ﻻيمكن اسيراد السمة ."
2044
2045-#: ../src/cairo-dock-gui-simple.c:428
2046+#: ../src/cairo-dock-gui-simple.c:398
2047 msgid "Importing theme..."
2048 msgstr ""
2049
2050-#: ../src/cairo-dock-gui-simple.c:435 ../src/cairo-dock-gui-themes.c:156
2051+#: ../src/cairo-dock-gui-simple.c:405 ../src/cairo-dock-gui-themes.c:156
2052 msgid "Theme has been saved"
2053 msgstr ""
2054
2055-#: ../src/cairo-dock-gui-simple.c:441 ../src/cairo-dock-gui-themes.c:162
2056+#: ../src/cairo-dock-gui-simple.c:411 ../src/cairo-dock-gui-themes.c:162
2057 msgid "Themes have been deleted"
2058 msgstr ""
2059
2060-#: ../src/cairo-dock-gui-simple.c:771
2061+#: ../src/cairo-dock-gui-simple.c:706
2062 msgid "Animation:"
2063 msgstr "تحريك:"
2064
2065-#: ../src/cairo-dock-gui-simple.c:788
2066+#: ../src/cairo-dock-gui-simple.c:727
2067 msgid "Effects:"
2068 msgstr "تأثيرات:"
2069
2070-#: ../src/cairo-dock-gui-simple.c:856
2071+#: ../src/cairo-dock-gui-simple.c:795
2072 msgid ""
2073 "Click on an applet in order to have a preview and a description for it."
2074 msgstr "انقر على المصغر للحصول على عرض و وصف له."
2075
2076-#: ../src/cairo-dock-gui-simple.c:865 ../data/messages:485
2077+#: ../src/cairo-dock-gui-simple.c:821 ../data/messages:495
2078 msgid "On mouse hover:"
2079 msgstr "حدث مرور الفأرة:"
2080
2081-#: ../src/cairo-dock-gui-simple.c:867 ../data/messages:487
2082+#: ../src/cairo-dock-gui-simple.c:823 ../data/messages:497
2083 msgid "On click:"
2084 msgstr "عند الضغط:"
2085
2086-#: ../src/cairo-dock-gui-simple.c:938
2087+#: ../src/cairo-dock-gui-simple.c:896
2088 msgid ""
2089 "This is the simple configuration panel of Cairo-Dock.\n"
2090 " After you get familiar with it, and if you want to customise your theme\n"
2091@@ -304,11 +336,11 @@
2092 " You can switch from a mode to another at any time."
2093 msgstr ""
2094
2095-#: ../src/cairo-dock-gui-simple.c:1063
2096+#: ../src/cairo-dock-gui-simple.c:1039
2097 msgid "Advanced Mode"
2098 msgstr "الوضع المتقدم"
2099
2100-#: ../src/cairo-dock-gui-simple.c:1064
2101+#: ../src/cairo-dock-gui-simple.c:1040
2102 msgid ""
2103 "The advanced mode lets you tweak every single parameter of the dock. It is a "
2104 "powerful tool to customise your current theme."
2105@@ -324,541 +356,576 @@
2106 msgid "Manage Themes"
2107 msgstr "إدارة السمات"
2108
2109-#: ../src/cairo-dock-help.c:54 ../src/cairo-dock-menu.c:454
2110-#: ../src/help/applet-init.c:28 ../src/help/applet-notifications.c:228
2111-msgid "Help"
2112-msgstr "مساعدة"
2113-
2114-#: ../src/cairo-dock-help.c:69 ../src/help/applet-init.c:31
2115-msgid ""
2116-"This applet is made to help you.\n"
2117-"Click on its icon to pop up useful tips about the possibilities of Cairo-"
2118-"Dock.\n"
2119-"Middle-click to open the configuration window.\n"
2120-"Right-click to access some troubleshooting actions."
2121-msgstr ""
2122-
2123-#: ../src/cairo-dock-help.c:220 ../src/help/applet-tips-dialog.c:152
2124-msgid "Tips and Tricks"
2125-msgstr ""
2126-
2127-#: ../src/cairo-dock-help.c:380 ../src/help/applet-tips-dialog.c:299
2128-msgid "Category"
2129-msgstr ""
2130-
2131-#: ../src/cairo-dock-menu.c:122
2132+#: ../src/cairo-dock-menu.c:123
2133 msgid "Delete this dock?"
2134 msgstr ""
2135
2136-#: ../src/cairo-dock-menu.c:174
2137+#: ../src/cairo-dock-menu.c:177
2138 msgid "About Cairo-Dock"
2139 msgstr ""
2140
2141-#: ../src/cairo-dock-menu.c:211 ../data/messages:283 ../data/messages:1565
2142+#: ../src/cairo-dock-menu.c:214 ../data/messages:283 ../data/messages:1555
2143 msgid "Development site"
2144 msgstr "موقع التطوير"
2145
2146-#: ../src/cairo-dock-menu.c:212 ../data/messages:281 ../data/messages:1563
2147+#: ../src/cairo-dock-menu.c:215 ../data/messages:281 ../data/messages:1553
2148 msgid "Find the latest version of Cairo-Dock here !"
2149 msgstr "إبحث عن النسخه الاخيره من البرنامج هنا !"
2150
2151-#: ../src/cairo-dock-menu.c:216 ../src/cairo-dock-menu.c:447
2152+#: ../src/cairo-dock-menu.c:219 ../src/cairo-dock-menu.c:928
2153 msgid "Get more applets!"
2154 msgstr "الحصول على مزيد من التطبيقات!"
2155
2156-#: ../src/cairo-dock-menu.c:220 ../src/cairo-dock-menu.c:226
2157+#: ../src/cairo-dock-menu.c:223 ../src/cairo-dock-menu.c:229
2158 msgid "Donate"
2159 msgstr ""
2160
2161-#: ../src/cairo-dock-menu.c:223 ../src/cairo-dock-menu.c:229
2162+#: ../src/cairo-dock-menu.c:226 ../src/cairo-dock-menu.c:232
2163 msgid ""
2164 "Support the people who spend countless hours to bring you the best dock ever."
2165 msgstr ""
2166
2167-#: ../src/cairo-dock-menu.c:240
2168+#: ../src/cairo-dock-menu.c:260
2169+msgid "Here is a list of the current developers and contributors"
2170+msgstr ""
2171+
2172+#: ../src/cairo-dock-menu.c:261
2173+msgid "Developers"
2174+msgstr ""
2175+
2176+#: ../src/cairo-dock-menu.c:262
2177+msgid "Main developer and project leader"
2178+msgstr ""
2179+
2180+#: ../src/cairo-dock-menu.c:263
2181+msgid "Contributors / Hackers"
2182+msgstr ""
2183+
2184+#: ../src/cairo-dock-menu.c:265
2185 msgid "Development"
2186 msgstr "تطوير"
2187
2188-#: ../src/cairo-dock-menu.c:246
2189+#: ../src/cairo-dock-menu.c:280
2190+msgid "Website"
2191+msgstr ""
2192+
2193+#: ../src/cairo-dock-menu.c:281
2194+msgid "Beta-testing / Suggestions / Forum animation"
2195+msgstr ""
2196+
2197+#: ../src/cairo-dock-menu.c:282
2198+msgid "Translators for this language"
2199+msgstr ""
2200+
2201+#: ../src/cairo-dock-menu.c:283
2202+msgid "translator-credits"
2203+msgstr ""
2204+"Launchpad Contributions:\n"
2205+" Ahmed Mohammed https://launchpad.net/~ahmedqatar\n"
2206+" Fabounet https://launchpad.net/~fabounet03\n"
2207+" Matthieu Baerts https://launchpad.net/~matttbe"
2208+
2209+#: ../src/cairo-dock-menu.c:285
2210+msgid "Support"
2211+msgstr "الدعم"
2212+
2213+#: ../src/cairo-dock-menu.c:315
2214+msgid ""
2215+"Thanks to all people that help us to improve the Cairo-Dock project.\n"
2216+"Thanks to all current, former and future contributors."
2217+msgstr ""
2218+
2219+#: ../src/cairo-dock-menu.c:317
2220+msgid "How to help us?"
2221+msgstr ""
2222+
2223+#: ../src/cairo-dock-menu.c:318
2224+msgid "Don't hesitate to join the project, we need you ;)"
2225+msgstr ""
2226+
2227+#: ../src/cairo-dock-menu.c:319
2228+msgid "Former contributors"
2229+msgstr ""
2230+
2231+#: ../src/cairo-dock-menu.c:320
2232+msgid "For a complete list, please have a look to BZR logs"
2233+msgstr ""
2234+
2235+#: ../src/cairo-dock-menu.c:321
2236+msgid "Users of our forum"
2237+msgstr ""
2238+
2239+#: ../src/cairo-dock-menu.c:322
2240 msgid "Artwork"
2241 msgstr "الأعمال الفنية"
2242
2243-#: ../src/cairo-dock-menu.c:250
2244-msgid "Support"
2245-msgstr "الدعم"
2246+#: ../src/cairo-dock-menu.c:324
2247+msgid "Thanks"
2248+msgstr ""
2249
2250-#: ../src/cairo-dock-menu.c:332
2251+#: ../src/cairo-dock-menu.c:401
2252 msgid "Quit Cairo-Dock?"
2253 msgstr "إغلاق برنامج كايرو-دوك؟"
2254
2255-#: ../src/cairo-dock-menu.c:363
2256+#: ../src/cairo-dock-menu.c:431 ../src/cairo-dock-menu.c:573
2257+msgid "Separator"
2258+msgstr ""
2259+
2260+#: ../src/cairo-dock-menu.c:543
2261+msgid ""
2262+"The new dock has been created.\n"
2263+"Now move some launchers or applets into it by right-clicking on the icon -> "
2264+"move to another dock"
2265+msgstr ""
2266+
2267+#: ../src/cairo-dock-menu.c:567
2268+msgid "Add"
2269+msgstr "أضف"
2270+
2271+#: ../src/cairo-dock-menu.c:569
2272+msgid "Sub-dock"
2273+msgstr ""
2274+
2275+#: ../src/cairo-dock-menu.c:571
2276+msgid "Main dock"
2277+msgstr ""
2278+
2279+#: ../src/cairo-dock-menu.c:575
2280+msgid "Custom launcher"
2281+msgstr ""
2282+
2283+#: ../src/cairo-dock-menu.c:576
2284+msgid ""
2285+"Usually you would drag a launcher from the menu and drop it on the dock."
2286+msgstr "يتوجب في العاده سحب المشغل من القائمه وإفلاته على الشريط."
2287+
2288+#: ../src/cairo-dock-menu.c:593
2289+msgid "separator"
2290+msgstr "فاصل"
2291+
2292+#: ../src/cairo-dock-menu.c:597
2293+#, c-format
2294+msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
2295+msgstr "انت على وشك ازالة الأيقون (%s)من الشريط. هل انت متأكد؟"
2296+
2297+#: ../src/cairo-dock-menu.c:609
2298+msgid ""
2299+"Do you want to re-dispatch the icons contained inside this container into "
2300+"the dock?\n"
2301+"(otherwise they will be destroyed)"
2302+msgstr ""
2303+
2304+#: ../src/cairo-dock-menu.c:633
2305+msgid "Sorry, this icon doesn't have a configuration file."
2306+msgstr "عذرا ، هذا الايقون لا يملك ملف التكوين."
2307+
2308+#: ../src/cairo-dock-menu.c:673
2309+msgid ""
2310+"The new dock has been created.\n"
2311+"You can customize it by right-clicking on it -> cairo-dock -> configure this "
2312+"dock."
2313+msgstr ""
2314+
2315+#: ../src/cairo-dock-menu.c:731
2316+msgid ""
2317+"Sorry, couldn't find the corresponding description file.\n"
2318+"Consider dragging and dropping the launcher from the Applications Menu."
2319+msgstr ""
2320+"عفوا, لم يتم العثور على الملف المطابق.\n"
2321+"حاول سحب المشغل وإفلاته من قائمه التطبيقات."
2322+
2323+#: ../src/cairo-dock-menu.c:772
2324+#, c-format
2325+msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
2326+msgstr "انت على وشك ازالة الاضافة (%s)من الشريط . هل انت متأكد ؟"
2327+
2328+#: ../src/cairo-dock-menu.c:830
2329 msgid "Configure"
2330 msgstr "عدل"
2331
2332-#: ../src/cairo-dock-menu.c:368
2333+#: ../src/cairo-dock-menu.c:835
2334 msgid "Configure behaviour, appearance, and applets."
2335 msgstr "تكوين السلوك والمظهر والاضفات ."
2336
2337-#: ../src/cairo-dock-menu.c:372
2338+#: ../src/cairo-dock-menu.c:840
2339 msgid "Configure this dock"
2340 msgstr "ضبط الشريط"
2341
2342-#: ../src/cairo-dock-menu.c:377
2343+#: ../src/cairo-dock-menu.c:845
2344 msgid "Customize the position, visibility and appearance of this main dock."
2345 msgstr ""
2346
2347-#: ../src/cairo-dock-menu.c:379
2348+#: ../src/cairo-dock-menu.c:847
2349 msgid "Delete this dock"
2350 msgstr ""
2351
2352-#: ../src/cairo-dock-menu.c:388
2353+#: ../src/cairo-dock-menu.c:857
2354 msgid "Manage themes"
2355 msgstr "إدارة الثيمات"
2356
2357-#: ../src/cairo-dock-menu.c:393
2358+#: ../src/cairo-dock-menu.c:862
2359 msgid ""
2360 "Choose from amongst many themes on the server or save your current theme."
2361 msgstr "اختر من العديد من السمات في الخادم او حفظ السمة الخاصة بك ."
2362
2363-#: ../src/cairo-dock-menu.c:399
2364-msgid "Unlock icons"
2365-msgstr "فتح الايقونات"
2366-
2367-#: ../src/cairo-dock-menu.c:399
2368-msgid "Lock icons"
2369-msgstr "قفل الايقونات"
2370-
2371-#: ../src/cairo-dock-menu.c:403
2372+#: ../src/cairo-dock-menu.c:875
2373+msgid "Unlock icons position"
2374+msgstr ""
2375+
2376+#: ../src/cairo-dock-menu.c:875
2377+msgid "Lock icons position"
2378+msgstr ""
2379+
2380+#: ../src/cairo-dock-menu.c:879
2381 msgid "This will (un)lock the position of the icons."
2382 msgstr "هذا سيلغي قفل مكان الأيقونات."
2383
2384-#: ../src/cairo-dock-menu.c:407
2385-msgid "Unlock dock"
2386-msgstr "إالغاء قفل الشريط"
2387-
2388-#: ../src/cairo-dock-menu.c:407
2389-msgid "Lock dock"
2390-msgstr "قفل الشريط"
2391-
2392-#: ../src/cairo-dock-menu.c:414
2393-msgid ""
2394-"This will allow you to add or remove launchers and applets, and configure "
2395-"the program."
2396-msgstr ""
2397-
2398-#: ../src/cairo-dock-menu.c:418
2399-msgid ""
2400-"This will prevent any modification of the current theme, and hide all the "
2401-"unnecessary entries in the menus."
2402-msgstr ""
2403-
2404-#: ../src/cairo-dock-menu.c:424
2405+#: ../src/cairo-dock-menu.c:903
2406 msgid "Quick-Hide"
2407 msgstr "إخفاء سريع"
2408
2409-#: ../src/cairo-dock-menu.c:429
2410+#: ../src/cairo-dock-menu.c:908
2411 msgid "This will hide the dock until you hover over it with the mouse."
2412 msgstr "سيختفي الشريط حتى تقوم بتمرير المؤشر عليه"
2413
2414-#: ../src/cairo-dock-menu.c:437
2415+#: ../src/cairo-dock-menu.c:917
2416 msgid "Launch Cairo-Dock on startup"
2417 msgstr "تشغيل شريط كيرو عند بدء التشغيل"
2418
2419-#: ../src/cairo-dock-menu.c:452
2420+#: ../src/cairo-dock-menu.c:933
2421 msgid ""
2422 "Third-party applets provide integration with many programs, like Pidgin"
2423 msgstr ""
2424
2425-#: ../src/cairo-dock-menu.c:459
2426+#: ../src/cairo-dock-menu.c:936 ../src/help/applet-init.c:28
2427+#: ../src/help/applet-notifications.c:257
2428+msgid "Help"
2429+msgstr "مساعدة"
2430+
2431+#: ../src/cairo-dock-menu.c:941
2432 msgid "There are no problems, only solutions (and a lot of useful hints!)"
2433 msgstr "لا يوجد مشاكل، فقط حلول (والعديد من التلميحات المفيده!)"
2434
2435-#: ../src/cairo-dock-menu.c:461
2436+#: ../src/cairo-dock-menu.c:943
2437 msgid "About"
2438 msgstr "حول"
2439
2440-#: ../src/cairo-dock-menu.c:469
2441+#: ../src/cairo-dock-menu.c:952
2442 msgid "Quit"
2443 msgstr "خروج"
2444
2445-#: ../src/cairo-dock-menu.c:494
2446-msgid "separator"
2447-msgstr "فاصل"
2448-
2449-#: ../src/cairo-dock-menu.c:498
2450-#, c-format
2451-msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
2452-msgstr "انت على وشك ازالة الأيقون (%s)من الشريط. هل انت متأكد؟"
2453-
2454-#: ../src/cairo-dock-menu.c:509
2455-msgid ""
2456-"Do you want to re-dispatch the icons contained inside this container into "
2457-"the dock?\n"
2458-"(otherwise they will be destroyed)"
2459-msgstr ""
2460-
2461-#: ../src/cairo-dock-menu.c:577
2462-msgid ""
2463-"The new dock has been created.\n"
2464-"Now move some launchers or applets into it by right-clicking on the icon -> "
2465-"move to another dock"
2466-msgstr ""
2467-
2468-#: ../src/cairo-dock-menu.c:611
2469-msgid "Sorry, this icon doesn't have a configuration file."
2470-msgstr "عذرا ، هذا الايقون لا يملك ملف التكوين."
2471-
2472-#: ../src/cairo-dock-menu.c:651
2473-msgid ""
2474-"The new dock has been created.\n"
2475-"You can customize it by right-clicking on it -> cairo-dock -> configure this "
2476-"dock."
2477-msgstr ""
2478-
2479-#: ../src/cairo-dock-menu.c:712
2480-#, c-format
2481-msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
2482-msgstr "انت على وشك ازالة الاضافة (%s)من الشريط . هل انت متأكد ؟"
2483-
2484-#: ../src/cairo-dock-menu.c:934
2485-msgid ""
2486-"Sorry, couldn't find the corresponding description file.\n"
2487-"Consider dragging and dropping the launcher from the Applications Menu."
2488-msgstr ""
2489-"عفوا, لم يتم العثور على الملف المطابق.\n"
2490-"حاول سحب المشغل وإفلاته من قائمه التطبيقات."
2491-
2492-#: ../src/cairo-dock-menu.c:1169
2493+#: ../src/cairo-dock-menu.c:961
2494+msgid ""
2495+"You're using a Cairo-Dock Session!\n"
2496+"It's not advised to quit the dock but you can press Shift to unlock this "
2497+"menu entry."
2498+msgstr ""
2499+
2500+#: ../src/cairo-dock-menu.c:993 ../src/cairo-dock-menu.c:1014
2501+msgid "Edit"
2502+msgstr ""
2503+
2504+#: ../src/cairo-dock-menu.c:995 ../src/cairo-dock-menu.c:1021
2505+msgid "Remove"
2506+msgstr ""
2507+
2508+#: ../src/cairo-dock-menu.c:996
2509+msgid ""
2510+"You can remove a launcher by dragging it out of the dock with the mouse ."
2511+msgstr "بإمكانك ازاله احد المشغلات بسحبه خارج الشريط بالمؤشر."
2512+
2513+#: ../src/cairo-dock-menu.c:998 ../src/cairo-dock-menu.c:1030
2514+msgid "Move to another dock"
2515+msgstr "نقل الى شريط اخر"
2516+
2517+#: ../src/cairo-dock-menu.c:1000 ../src/cairo-dock-menu.c:1032
2518+#: ../src/gldit/cairo-dock-gui-factory.c:1105
2519+msgid "New main dock"
2520+msgstr "شريط رئيسي جديد"
2521+
2522+#: ../src/cairo-dock-menu.c:1009
2523+msgid "Make it a launcher"
2524+msgstr "تحويله الى مشغل"
2525+
2526+#: ../src/cairo-dock-menu.c:1018
2527+msgid "Detach"
2528+msgstr ""
2529+
2530+#: ../src/cairo-dock-menu.c:1018
2531+msgid "Return to the dock"
2532+msgstr "عوده الى الشريط"
2533+
2534+#: ../src/cairo-dock-menu.c:1025
2535+msgid "Duplicate"
2536+msgstr ""
2537+
2538+#: ../src/cairo-dock-menu.c:1040
2539+msgid "Applet's handbook"
2540+msgstr ""
2541+
2542+#: ../src/cairo-dock-menu.c:1085
2543+msgid "Pick up an image"
2544+msgstr ""
2545+
2546+#: ../src/cairo-dock-menu.c:1316
2547 #, c-format
2548 msgid "Move all to desktop %d - face %d"
2549 msgstr "أنقل الكل إلى سطح المكتب %d - الوجه %d"
2550
2551-#: ../src/cairo-dock-menu.c:1169
2552+#: ../src/cairo-dock-menu.c:1316
2553 #, c-format
2554 msgid "Move to desktop %d - face %d"
2555 msgstr "أنقل إلى سطح المكتب %d - الوجه %d"
2556
2557-#: ../src/cairo-dock-menu.c:1171
2558+#: ../src/cairo-dock-menu.c:1318
2559 #, c-format
2560 msgid "Move all to desktop %d"
2561 msgstr "نقل الكل الى سطح المكتب %d"
2562
2563-#: ../src/cairo-dock-menu.c:1171
2564+#: ../src/cairo-dock-menu.c:1318
2565 #, c-format
2566 msgid "Move to desktop %d"
2567 msgstr "أنقل إلى سطح المكتب %d"
2568
2569-#: ../src/cairo-dock-menu.c:1173
2570+#: ../src/cairo-dock-menu.c:1320
2571 #, c-format
2572 msgid "Move all to face %d"
2573 msgstr "أنقل الكل إلى الوجه %d"
2574
2575-#: ../src/cairo-dock-menu.c:1173
2576+#: ../src/cairo-dock-menu.c:1320
2577 #, c-format
2578 msgid "Move to face %d"
2579 msgstr "أنقل إلى الوجه %d"
2580
2581-#: ../src/cairo-dock-menu.c:1211
2582-msgid "Add"
2583-msgstr "أضف"
2584-
2585-#: ../src/cairo-dock-menu.c:1213
2586-msgid "Sub-dock"
2587-msgstr ""
2588-
2589-#: ../src/cairo-dock-menu.c:1215
2590-msgid "Main dock"
2591-msgstr ""
2592-
2593-#: ../src/cairo-dock-menu.c:1218
2594-msgid "Separator"
2595-msgstr ""
2596-
2597-#: ../src/cairo-dock-menu.c:1222
2598-msgid "Custom launcher"
2599-msgstr ""
2600-
2601-#: ../src/cairo-dock-menu.c:1223
2602-msgid ""
2603-"Usually you would drag a launcher from the menu and drop it on the dock."
2604-msgstr "يتوجب في العاده سحب المشغل من القائمه وإفلاته على الشريط."
2605-
2606-#: ../src/cairo-dock-menu.c:1288
2607-msgid "Modify this separator"
2608-msgstr "تحرير الفاصل"
2609-
2610-#: ../src/cairo-dock-menu.c:1288
2611-msgid "Modify this launcher"
2612-msgstr "تعديل هذا المشغل"
2613-
2614-#: ../src/cairo-dock-menu.c:1290
2615-msgid "Remove this separator"
2616-msgstr "إزالة هذا الفاصل"
2617-
2618-#: ../src/cairo-dock-menu.c:1290
2619-msgid "Remove this launcher"
2620-msgstr "إزالة هذا المشغل"
2621-
2622-#: ../src/cairo-dock-menu.c:1291
2623-msgid ""
2624-"You can remove a launcher by dragging it out of the dock with the mouse ."
2625-msgstr "بإمكانك ازاله احد المشغلات بسحبه خارج الشريط بالمؤشر."
2626-
2627-#: ../src/cairo-dock-menu.c:1293 ../src/cairo-dock-menu.c:1472
2628-msgid "Move to another dock"
2629-msgstr "نقل الى شريط اخر"
2630-
2631-#: ../src/cairo-dock-menu.c:1298 ../src/cairo-dock-menu.c:1477
2632-#: ../src/gldit/cairo-dock-gui-factory.c:1104
2633-msgid "New main dock"
2634-msgstr "شريط رئيسي جديد"
2635-
2636-#: ../src/cairo-dock-menu.c:1318 ../src/cairo-dock-menu.c:1416
2637+#: ../src/cairo-dock-menu.c:1566 ../src/cairo-dock-menu.c:1665
2638 msgid "Other actions"
2639 msgstr "خيارات أخرى"
2640
2641-#: ../src/cairo-dock-menu.c:1324
2642+#: ../src/cairo-dock-menu.c:1568
2643 msgid "Move to this desktop"
2644 msgstr "نقل إالى سطح المكتب هذا"
2645
2646-#: ../src/cairo-dock-menu.c:1339
2647+#: ../src/cairo-dock-menu.c:1583
2648 msgid "Not Fullscreen"
2649 msgstr "ليس ملء"
2650
2651-#: ../src/cairo-dock-menu.c:1339
2652+#: ../src/cairo-dock-menu.c:1583
2653 msgid "Fullscreen"
2654 msgstr "ملء الشاشة"
2655
2656-#: ../src/cairo-dock-menu.c:1343
2657+#: ../src/cairo-dock-menu.c:1587
2658 msgid "Don't keep above"
2659 msgstr "ﻻ تجعله في الاعلى"
2660
2661-#: ../src/cairo-dock-menu.c:1343 ../data/messages:363
2662+#: ../src/cairo-dock-menu.c:1587 ../data/messages:363
2663 msgid "Keep above"
2664 msgstr "أبقها في الأعلى"
2665
2666-#: ../src/cairo-dock-menu.c:1368
2667+#: ../src/cairo-dock-menu.c:1612
2668 msgid "Remove custom icon"
2669 msgstr "إزاله الايقونه المعدله"
2670
2671-#: ../src/cairo-dock-menu.c:1372
2672+#: ../src/cairo-dock-menu.c:1616
2673 msgid "Set a custom icon"
2674 msgstr ""
2675
2676-#: ../src/cairo-dock-menu.c:1375
2677+#: ../src/cairo-dock-menu.c:1619
2678 msgid "Kill"
2679 msgstr "اقتل"
2680
2681-#: ../src/cairo-dock-menu.c:1380
2682-msgid "Make it a launcher"
2683-msgstr "تحويله الى مشغل"
2684-
2685-#: ../src/cairo-dock-menu.c:1383 ../src/cairo-dock-menu.c:1426
2686+#: ../src/cairo-dock-menu.c:1623 ../src/cairo-dock-menu.c:1671
2687 msgid "Launch a new (Shift+clic)"
2688 msgstr "تشغيل جديد (Shift+أنقر)"
2689
2690-#: ../src/cairo-dock-menu.c:1385
2691+#: ../src/cairo-dock-menu.c:1627
2692 msgid "Show"
2693 msgstr "اظهر"
2694
2695-#: ../src/cairo-dock-menu.c:1387
2696+#: ../src/cairo-dock-menu.c:1629
2697 msgid "Unmaximise"
2698 msgstr "غير مكبر"
2699
2700-#: ../src/cairo-dock-menu.c:1387
2701+#: ../src/cairo-dock-menu.c:1629
2702 msgid "Maximise"
2703 msgstr "تكبير"
2704
2705-#: ../src/cairo-dock-menu.c:1392 ../src/cairo-dock-menu.c:1394
2706+#: ../src/cairo-dock-menu.c:1634 ../src/cairo-dock-menu.c:1636
2707 msgid "Minimise"
2708 msgstr "تصغير"
2709
2710-#: ../src/cairo-dock-menu.c:1392 ../src/cairo-dock-menu.c:1400
2711-#: ../src/help/applet-notifications.c:218
2712+#: ../src/cairo-dock-menu.c:1634 ../src/cairo-dock-menu.c:1641
2713+#: ../src/cairo-dock-menu.c:1649 ../src/help/applet-notifications.c:247
2714 msgid "middle-click"
2715 msgstr ""
2716
2717-#: ../src/cairo-dock-menu.c:1400 ../src/cairo-dock-menu.c:1402
2718-#: ../data/messages:731
2719+#: ../src/cairo-dock-menu.c:1641 ../src/cairo-dock-menu.c:1643
2720+#: ../data/messages:751
2721+msgid "Lower"
2722+msgstr ""
2723+
2724+#: ../src/cairo-dock-menu.c:1649 ../src/cairo-dock-menu.c:1651
2725+#: ../data/messages:745
2726 msgid "Close"
2727 msgstr ""
2728
2729-#: ../src/cairo-dock-menu.c:1422
2730+#: ../src/cairo-dock-menu.c:1667
2731 msgid "Move all to this desktop"
2732 msgstr "نقل الكل لسطح المكتب هذا"
2733
2734-#: ../src/cairo-dock-menu.c:1428
2735+#: ../src/cairo-dock-menu.c:1673
2736 msgid "Show all"
2737 msgstr "إظهار الكل"
2738
2739-#: ../src/cairo-dock-menu.c:1430
2740+#: ../src/cairo-dock-menu.c:1675
2741 msgid "Minimise all"
2742 msgstr "تصغير الكل"
2743
2744-#: ../src/cairo-dock-menu.c:1432
2745+#: ../src/cairo-dock-menu.c:1677
2746 msgid "Close all"
2747 msgstr "إغلاق الكل"
2748
2749-#: ../src/cairo-dock-menu.c:1460
2750-msgid "Detach this applet"
2751-msgstr ""
2752-
2753-#: ../src/cairo-dock-menu.c:1460
2754-msgid "Return to the dock"
2755-msgstr "عوده الى الشريط"
2756-
2757-#: ../src/cairo-dock-menu.c:1463
2758-msgid "Remove this applet"
2759-msgstr "حذف الاضافة"
2760-
2761-#: ../src/cairo-dock-menu.c:1467
2762-msgid "Launch another instance of this applet"
2763-msgstr ""
2764-
2765-#: ../src/cairo-dock-menu.c:1502 ../data/messages:361
2766+#: ../src/cairo-dock-menu.c:1698 ../data/messages:361
2767 msgid "Normal"
2768 msgstr "عادي"
2769
2770-#: ../src/cairo-dock-menu.c:1508 ../data/messages:427 ../data/messages:595
2771-#: ../data/messages:1643
2772+#: ../src/cairo-dock-menu.c:1704 ../data/messages:427 ../data/messages:599
2773+#: ../data/messages:1633
2774 msgid "Always on top"
2775 msgstr "دائما في الأعلى"
2776
2777-#: ../src/cairo-dock-menu.c:1515
2778+#: ../src/cairo-dock-menu.c:1711
2779 msgid "Always below"
2780 msgstr "دئما ادنى"
2781
2782-#: ../src/cairo-dock-menu.c:1533 ../data/messages:369
2783+#: ../src/cairo-dock-menu.c:1728 ../data/messages:369
2784 msgid "Reserve space"
2785 msgstr "الإحتفاظ بالمسافه"
2786
2787-#: ../src/cairo-dock-menu.c:1540
2788+#: ../src/cairo-dock-menu.c:1735
2789 msgid "On all desktops"
2790 msgstr "على كل سطوح المكتب"
2791
2792-#: ../src/cairo-dock-menu.c:1546
2793+#: ../src/cairo-dock-menu.c:1741
2794 msgid "Lock position"
2795 msgstr "قفل التحريك"
2796
2797-#: ../src/cairo-dock-user-interaction.c:405
2798+#: ../src/cairo-dock-user-interaction.c:416
2799 msgid ""
2800 "The option 'overwrite X icons' has been automatically enabled in the "
2801 "config.\n"
2802 "It is located in the 'Taskbar' module."
2803 msgstr ""
2804
2805-#: ../src/cairo-dock.c:148
2806+#: ../src/cairo-dock.c:147
2807 #, c-format
2808 msgid "Happy new year %d !!!"
2809 msgstr ""
2810
2811-#: ../src/cairo-dock.c:317
2812+#: ../src/cairo-dock.c:320
2813 msgid "Use Cairo backend."
2814 msgstr ""
2815
2816-#: ../src/cairo-dock.c:320
2817+#: ../src/cairo-dock.c:323
2818 msgid "Use OpenGL backend."
2819 msgstr ""
2820
2821-#: ../src/cairo-dock.c:324
2822-msgid ""
2823-"Force Glitz backend (hardware acceleration for cairo, needs a glitz-enabled "
2824-"libcairo)."
2825-msgstr ""
2826-
2827-#: ../src/cairo-dock.c:328
2828+#: ../src/cairo-dock.c:326
2829 msgid ""
2830 "Use OpenGL backend with indirect rendering. There are very few case where "
2831 "this option should be used."
2832 msgstr ""
2833
2834-#: ../src/cairo-dock.c:331
2835+#: ../src/cairo-dock.c:329
2836+msgid "Ask again on startup which backend to use."
2837+msgstr ""
2838+
2839+#: ../src/cairo-dock.c:332
2840 msgid "Force the dock to consider this environnement - use it with care."
2841 msgstr ""
2842
2843-#: ../src/cairo-dock.c:334
2844+#: ../src/cairo-dock.c:335
2845 msgid ""
2846 "Force the dock to load from this directory, instead of ~/.config/cairo-dock."
2847 msgstr ""
2848
2849-#: ../src/cairo-dock.c:337
2850+#: ../src/cairo-dock.c:338
2851 msgid ""
2852 "Address of a server containing additional themes. This will overwrite the "
2853 "default server address."
2854 msgstr ""
2855
2856-#: ../src/cairo-dock.c:340
2857+#: ../src/cairo-dock.c:341
2858 msgid ""
2859 "Wait for N seconds before starting; this is useful if you notice some "
2860 "problems when the dock starts with the session."
2861 msgstr ""
2862
2863-#: ../src/cairo-dock.c:343
2864+#: ../src/cairo-dock.c:344
2865 msgid ""
2866 "Allow to edit the config before the dock is started and show the config "
2867 "panel on start."
2868 msgstr ""
2869
2870-#: ../src/cairo-dock.c:346
2871+#: ../src/cairo-dock.c:347
2872 msgid "Exclude a given plug-in from activating (it is still loaded though)."
2873 msgstr ""
2874
2875-#: ../src/cairo-dock.c:349
2876+#: ../src/cairo-dock.c:350
2877 msgid "Don't load any plug-ins."
2878 msgstr ""
2879
2880-#: ../src/cairo-dock.c:352
2881+#: ../src/cairo-dock.c:353
2882 msgid ""
2883 "Log verbosity (debug,message,warning,critical,error); default is warning."
2884 msgstr ""
2885
2886-#: ../src/cairo-dock.c:355
2887+#: ../src/cairo-dock.c:356
2888 msgid "Force to display some output messages with colors."
2889 msgstr ""
2890
2891-#: ../src/cairo-dock.c:358
2892+#: ../src/cairo-dock.c:359
2893 msgid "Print version and quit."
2894 msgstr ""
2895
2896-#: ../src/cairo-dock.c:361
2897+#: ../src/cairo-dock.c:362
2898 msgid "Lock the dock so that any modification is impossible for users."
2899 msgstr ""
2900
2901-#: ../src/cairo-dock.c:365
2902+#: ../src/cairo-dock.c:366
2903 msgid "Keep the dock above other windows whatever."
2904 msgstr ""
2905
2906-#: ../src/cairo-dock.c:368
2907+#: ../src/cairo-dock.c:369
2908 msgid "Don't make the dock appear on all desktops."
2909 msgstr ""
2910
2911-#: ../src/cairo-dock.c:371
2912+#: ../src/cairo-dock.c:372
2913 msgid "Cairo-Dock makes anything, including coffee !"
2914 msgstr ""
2915
2916-#: ../src/cairo-dock.c:374
2917+#: ../src/cairo-dock.c:375
2918 msgid ""
2919 "Ask the dock to load additionnal modules contained in this directory (though "
2920 "it is unsafe for your dock to load unnofficial modules)."
2921 msgstr ""
2922
2923-#: ../src/cairo-dock.c:377
2924+#: ../src/cairo-dock.c:378
2925 msgid ""
2926 "For debugging purpose only. The crash manager will not be started to hunt "
2927 "down the bugs."
2928 msgstr ""
2929
2930-#: ../src/cairo-dock.c:380
2931+#: ../src/cairo-dock.c:381
2932 msgid ""
2933 "For debugging purpose only. Some hidden and still unstable options will be "
2934 "activated."
2935 msgstr ""
2936
2937-#: ../src/cairo-dock.c:499
2938+#: ../src/cairo-dock.c:502
2939 msgid "Use OpenGL in Cairo-Dock"
2940 msgstr "استخدام OpenGL في شريط كيرو"
2941
2942-#: ../src/cairo-dock.c:507
2943+#: ../src/cairo-dock.c:510
2944 msgid ""
2945 "OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
2946 "the minimum.\n"
2947@@ -870,11 +937,11 @@
2948 " or with the -o option to force OpenGL and -c to force cairo.)"
2949 msgstr ""
2950
2951-#: ../src/cairo-dock.c:512
2952+#: ../src/cairo-dock.c:521
2953 msgid "Remember this choice"
2954 msgstr "تذكر هذا الاختيار"
2955
2956-#: ../src/cairo-dock.c:749
2957+#: ../src/cairo-dock.c:775
2958 #, c-format
2959 msgid ""
2960 "The module '%s' may have encountered a problem.\n"
2961@@ -900,77 +967,86 @@
2962 "ﻻ يمكن العثور على السِّمَةُ القياسية. سوف يكون القياس الافتراضية مفعله .\n"
2963 "يمكنك تغيير ذلك عن طريق فتح تكوين هذه الوحدة. هل تريد أن تفعل ذلك الآن؟"
2964
2965-#: ../src/gldit/cairo-dock-applet-facility.h:374
2966-msgid "Applet's handbook"
2967-msgstr ""
2968-
2969-#: ../src/gldit/cairo-dock-desklet-manager.c:860
2970+#: ../src/gldit/cairo-dock-desklet-manager.c:858
2971 msgid "_custom decoration_"
2972 msgstr "_زخرفه مخصصه_"
2973
2974-#: ../src/gldit/cairo-dock-dock-manager.c:333
2975+#: ../src/gldit/cairo-dock-dock-manager.c:363
2976 msgid "Bottom dock"
2977 msgstr ""
2978
2979-#: ../src/gldit/cairo-dock-dock-manager.c:335
2980+#: ../src/gldit/cairo-dock-dock-manager.c:365
2981 msgid "Top dock"
2982 msgstr ""
2983
2984-#: ../src/gldit/cairo-dock-dock-manager.c:340
2985+#: ../src/gldit/cairo-dock-dock-manager.c:370
2986 msgid "Right dock"
2987 msgstr ""
2988
2989-#: ../src/gldit/cairo-dock-dock-manager.c:342
2990+#: ../src/gldit/cairo-dock-dock-manager.c:372
2991 msgid "Left dock"
2992 msgstr ""
2993
2994-#: ../src/gldit/cairo-dock-gui-factory.c:236
2995+#: ../src/gldit/cairo-dock-dock-manager.c:1632
2996+#: ../src/gldit/cairo-dock-dock-manager.c:1733
2997+msgid "Pop up the main dock"
2998+msgstr ""
2999+
3000+#: ../src/gldit/cairo-dock-gui-factory.c:243
3001 #, c-format
3002 msgid "by %s"
3003 msgstr ""
3004
3005-#: ../src/gldit/cairo-dock-gui-factory.c:248
3006+#: ../src/gldit/cairo-dock-gui-factory.c:255
3007 msgid "kB"
3008 msgstr ""
3009
3010-#: ../src/gldit/cairo-dock-gui-factory.c:250
3011+#: ../src/gldit/cairo-dock-gui-factory.c:257
3012 msgid "MB"
3013 msgstr ""
3014
3015-#: ../src/gldit/cairo-dock-gui-factory.c:259
3016+#: ../src/gldit/cairo-dock-gui-factory.c:266
3017 msgid "Local"
3018 msgstr "محلِّي"
3019
3020-#: ../src/gldit/cairo-dock-gui-factory.c:260
3021+#: ../src/gldit/cairo-dock-gui-factory.c:267
3022 msgid "User"
3023 msgstr "مستخدم"
3024
3025-#: ../src/gldit/cairo-dock-gui-factory.c:261
3026+#: ../src/gldit/cairo-dock-gui-factory.c:268
3027 msgid "Net"
3028 msgstr "شبكة"
3029
3030-#: ../src/gldit/cairo-dock-gui-factory.c:262
3031+#: ../src/gldit/cairo-dock-gui-factory.c:269
3032 msgid "New"
3033 msgstr "جديد"
3034
3035-#: ../src/gldit/cairo-dock-gui-factory.c:263
3036+#: ../src/gldit/cairo-dock-gui-factory.c:270
3037 msgid "Updated"
3038 msgstr "محدث"
3039
3040-#: ../src/gldit/cairo-dock-gui-factory.c:983
3041+#: ../src/gldit/cairo-dock-gui-factory.c:724
3042+msgid "Pick up a file"
3043+msgstr ""
3044+
3045+#: ../src/gldit/cairo-dock-gui-factory.c:724
3046+msgid "Pick up a directory"
3047+msgstr ""
3048+
3049+#: ../src/gldit/cairo-dock-gui-factory.c:984
3050 msgid "_Custom Icons_"
3051 msgstr "_ايقونه معدله_"
3052
3053-#: ../src/gldit/cairo-dock-gui-factory.c:1347
3054+#: ../src/gldit/cairo-dock-gui-factory.c:1348
3055 msgid "Rate me"
3056 msgstr ""
3057
3058-#: ../src/gldit/cairo-dock-gui-factory.c:1446
3059-#: ../src/gldit/cairo-dock-gui-factory.c:1448
3060+#: ../src/gldit/cairo-dock-gui-factory.c:1447
3061+#: ../src/gldit/cairo-dock-gui-factory.c:1449
3062 msgid "You must try the theme before you can rate it."
3063 msgstr "يتوجب عليك تجربة السمة قبل تقيمها"
3064
3065-#: ../src/gldit/cairo-dock-gui-factory.c:1471
3066+#: ../src/gldit/cairo-dock-gui-factory.c:1472
3067 #, c-format
3068 msgid ""
3069 "The '%s' module was not found.\n"
3070@@ -980,7 +1056,7 @@
3071 "الـــــ '%s' لم يتم العثور علىالوحدة .\n"
3072 "يجب التأكد من تثبت الاصدار المتوافق مع الشريط لتمتع بهذه المزايا ."
3073
3074-#: ../src/gldit/cairo-dock-gui-factory.c:1480
3075+#: ../src/gldit/cairo-dock-gui-factory.c:1481
3076 #, c-format
3077 msgid ""
3078 "The '%s' plug-in is not active.\n"
3079@@ -989,33 +1065,33 @@
3080 "الإضافة '%s' غير مفعله.\n"
3081 "هل تريد تفعليها الآن ؟"
3082
3083-#: ../src/gldit/cairo-dock-gui-factory.c:2252
3084-#: ../src/gldit/cairo-dock-gui-factory.c:2831
3085+#: ../src/gldit/cairo-dock-gui-factory.c:2329
3086+#: ../src/gldit/cairo-dock-gui-factory.c:2912
3087 #, c-format
3088 msgid "Listing themes in '%s' ..."
3089 msgstr "قائمة السمات في '%s' ..."
3090
3091-#: ../src/gldit/cairo-dock-gui-factory.c:2769
3092+#: ../src/gldit/cairo-dock-gui-factory.c:2846
3093 msgid "Theme"
3094 msgstr "سِمة"
3095
3096-#: ../src/gldit/cairo-dock-gui-factory.c:2782
3097+#: ../src/gldit/cairo-dock-gui-factory.c:2859
3098 msgid "Rating"
3099 msgstr "تقييم"
3100
3101-#: ../src/gldit/cairo-dock-gui-factory.c:2788
3102+#: ../src/gldit/cairo-dock-gui-factory.c:2865
3103 msgid "Sobriety"
3104 msgstr ""
3105
3106-#: ../src/gldit/cairo-dock-gui-factory.c:2857
3107+#: ../src/gldit/cairo-dock-gui-factory.c:2938
3108 msgid "link"
3109 msgstr "رابط"
3110
3111-#: ../src/gldit/cairo-dock-gui-factory.c:2910
3112+#: ../src/gldit/cairo-dock-gui-factory.c:2991
3113 msgid "Grab"
3114 msgstr "التقاط"
3115
3116-#: ../src/gldit/cairo-dock-struct.h:419
3117+#: ../src/gldit/cairo-dock-struct.h:423
3118 msgid "Default"
3119 msgstr "الافتراضي"
3120
3121@@ -1028,22 +1104,19 @@
3122 msgid "Last modification on:"
3123 msgstr ""
3124
3125-#: ../src/gldit/cairo-dock-themes-manager.c:276
3126+#: ../src/gldit/cairo-dock-themes-manager.c:272
3127 #, c-format
3128 msgid ""
3129-"Could not access remote file %s/%s. Maybe the server is down.\n"
3130+"Could not access remote file %s. Maybe the server is down.\n"
3131 "Please retry later or contact us at glx-dock.org."
3132 msgstr ""
3133-"لا يمكن الوصول إلى الملف %s/%s عن بعد. قد يكون الخادم مشغول او متوقف عن "
3134-"العمل.\n"
3135-"حاول لاحقا. وفي حال استمرت المشكله اتصل بنا على glx-dock.org"
3136
3137-#: ../src/gldit/cairo-dock-themes-manager.c:291
3138+#: ../src/gldit/cairo-dock-themes-manager.c:286
3139 #, c-format
3140 msgid "Are you sure you want to delete theme %s?"
3141 msgstr "هل تريد حذف السمة %s ؟"
3142
3143-#: ../src/gldit/cairo-dock-themes-manager.c:293
3144+#: ../src/gldit/cairo-dock-themes-manager.c:288
3145 msgid "Are you sure you want to delete these themes?"
3146 msgstr "هل انت متأكد سوف تقوم بحذف هذه السمات ؟"
3147
3148@@ -1085,72 +1158,85 @@
3149 "page."
3150 msgstr ""
3151
3152-#: ../src/help/applet-notifications.c:169
3153-msgid "Unity is already disabled."
3154+#: ../src/help/applet-init.c:31
3155+msgid ""
3156+"This applet is made to help you.\n"
3157+"Click on its icon to pop up useful tips about the possibilities of Cairo-"
3158+"Dock.\n"
3159+"Middle-click to open the configuration window.\n"
3160+"Right-click to access some troubleshooting actions."
3161 msgstr ""
3162
3163-#: ../src/help/applet-notifications.c:218
3164+#: ../src/help/applet-notifications.c:247
3165 msgid "Open global settings"
3166 msgstr ""
3167
3168-#: ../src/help/applet-notifications.c:223
3169+#: ../src/help/applet-notifications.c:252
3170 msgid "Activate composite"
3171 msgstr ""
3172
3173-#: ../src/help/applet-notifications.c:225
3174+#: ../src/help/applet-notifications.c:254
3175 msgid "Disable the gnome-panel"
3176 msgstr ""
3177
3178-#: ../src/help/applet-notifications.c:227
3179+#: ../src/help/applet-notifications.c:256
3180 msgid "Disable Unity"
3181 msgstr ""
3182
3183-#: ../src/help/applet-notifications.c:229
3184+#: ../src/help/applet-notifications.c:258
3185 msgid "Online help"
3186 msgstr ""
3187
3188-#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:128
3189+#: ../src/help/applet-tips-dialog.c:152
3190+msgid "Tips and Tricks"
3191+msgstr ""
3192+
3193+#: ../src/help/applet-tips-dialog.c:307
3194+msgid "Category"
3195+msgstr ""
3196+
3197+#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:119
3198 msgid "Enter a command"
3199 msgstr ""
3200
3201-#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:129
3202+#: ../src/icon-factory/cairo-dock-desktop-file-factory.c:120
3203 msgid "New launcher"
3204 msgstr ""
3205
3206-#: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:445
3207-#: ../data/messages:613
3208+#: ../src/implementations/cairo-dock-hiding-effect.c:596 ../data/messages:445
3209+#: ../data/messages:617
3210 msgid "Move down"
3211 msgstr "تحريك للأسفل"
3212
3213-#: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:447
3214-#: ../data/messages:615
3215+#: ../src/implementations/cairo-dock-hiding-effect.c:604 ../data/messages:447
3216+#: ../data/messages:619
3217 msgid "Fade out"
3218 msgstr "تلاشي"
3219
3220-#: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:449
3221-#: ../data/messages:617
3222+#: ../src/implementations/cairo-dock-hiding-effect.c:612 ../data/messages:449
3223+#: ../data/messages:621
3224 msgid "Semi transparent"
3225 msgstr "شبه شفاف"
3226
3227-#: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:451
3228-#: ../data/messages:619
3229+#: ../src/implementations/cairo-dock-hiding-effect.c:621 ../data/messages:451
3230+#: ../data/messages:623
3231 msgid "Zoom out"
3232 msgstr "تصغير"
3233
3234-#: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:453
3235-#: ../data/messages:621
3236+#: ../src/implementations/cairo-dock-hiding-effect.c:629 ../data/messages:453
3237+#: ../data/messages:625
3238 msgid "Folding"
3239 msgstr "ثني"
3240
3241-#: ../data/messages:1 ../data/messages:1283
3242+#: ../data/messages:1 ../data/messages:1273
3243 msgid "General"
3244 msgstr ""
3245
3246-#: ../data/messages:3 ../data/messages:1285
3247+#: ../data/messages:3 ../data/messages:1275
3248 msgid "Using the dock"
3249 msgstr ""
3250
3251-#: ../data/messages:5 ../data/messages:1287
3252+#: ../data/messages:5 ../data/messages:1277
3253 msgid ""
3254 "Most icons in the dock have several actions: the primary action on left-"
3255 "click, a secondary action on middle-click, and additionnal actions on right-"
3256@@ -1159,11 +1245,11 @@
3257 "sould be on middle-click."
3258 msgstr ""
3259
3260-#: ../data/messages:7 ../data/messages:1289
3261+#: ../data/messages:7 ../data/messages:1279
3262 msgid "Adding features"
3263 msgstr ""
3264
3265-#: ../data/messages:9 ../data/messages:1291
3266+#: ../data/messages:9 ../data/messages:1281
3267 msgid ""
3268 "Cairo-Dock has a lot of applets. Applets are small applications that live "
3269 "inside the dock, for instance a clock or a log-out button.\n"
3270@@ -1174,11 +1260,11 @@
3271 "and then just drag-and-drop the link of an applet into your dock."
3272 msgstr ""
3273
3274-#: ../data/messages:13 ../data/messages:1295
3275+#: ../data/messages:13 ../data/messages:1285
3276 msgid "Adding a launcher"
3277 msgstr ""
3278
3279-#: ../data/messages:15 ../data/messages:1297
3280+#: ../data/messages:15 ../data/messages:1287
3281 msgid ""
3282 "You can add a launcher by drag-and-dropping it from the Applications Menu "
3283 "into the dock. An animated arrow will appear when you can drop.\n"
3284@@ -1186,21 +1272,21 @@
3285 "its icon and select \"make it a launcher\"."
3286 msgstr ""
3287
3288-#: ../data/messages:17 ../data/messages:1299
3289+#: ../data/messages:17 ../data/messages:1289
3290 msgid "Removing a launcher"
3291 msgstr ""
3292
3293-#: ../data/messages:19 ../data/messages:1301
3294+#: ../data/messages:19 ../data/messages:1291
3295 msgid ""
3296 "You can remove a launcher by drag-and-dropping it outside the dock. A "
3297 "\"delete\" emblem will appear on it when you can drop it."
3298 msgstr ""
3299
3300-#: ../data/messages:21 ../data/messages:1303
3301+#: ../data/messages:21 ../data/messages:1293
3302 msgid "Grouping icons into a sub-dock"
3303 msgstr ""
3304
3305-#: ../data/messages:23 ../data/messages:1305
3306+#: ../data/messages:23 ../data/messages:1295
3307 msgid ""
3308 "You can group icons into a \"sub-dock\".\n"
3309 "To add a sub-dock, right-click on the dock -> add -> a sub-dock.\n"
3310@@ -1208,11 +1294,11 @@
3311 "dock -> select the sub-dock's name."
3312 msgstr ""
3313
3314-#: ../data/messages:25 ../data/messages:1307
3315+#: ../data/messages:25 ../data/messages:1297
3316 msgid "Moving icons"
3317 msgstr ""
3318
3319-#: ../data/messages:27 ../data/messages:1309
3320+#: ../data/messages:27 ../data/messages:1299
3321 msgid ""
3322 "You can drag any icon to a new location inside its dock.\n"
3323 "You can move an icon into another dock by right-clicking on it -> move to "
3324@@ -1221,7 +1307,7 @@
3325 "icon inside."
3326 msgstr ""
3327
3328-#: ../data/messages:29 ../data/messages:1311
3329+#: ../data/messages:29 ../data/messages:1301
3330 msgid "Changing an icon's image"
3331 msgstr ""
3332
3333@@ -1239,11 +1325,11 @@
3334 "window."
3335 msgstr ""
3336
3337-#: ../data/messages:33 ../data/messages:1315
3338+#: ../data/messages:33 ../data/messages:1305
3339 msgid "Resizing icons"
3340 msgstr ""
3341
3342-#: ../data/messages:35 ../data/messages:1317
3343+#: ../data/messages:35 ../data/messages:1307
3344 msgid ""
3345 "You can make the icons and the zoom effect smaller or bigger. Open the "
3346 "settings (right-click -> Cairo-Dock -> configure), and go to Appearance (or "
3347@@ -1254,11 +1340,11 @@
3348 "settings."
3349 msgstr ""
3350
3351-#: ../data/messages:37 ../data/messages:1319
3352+#: ../data/messages:37 ../data/messages:1309
3353 msgid "Separating icons"
3354 msgstr ""
3355
3356-#: ../data/messages:39 ../data/messages:1321
3357+#: ../data/messages:39 ../data/messages:1311
3358 msgid ""
3359 "You can add separators between icons by right-clicking on the dock -> add -> "
3360 "a separator.\n"
3361@@ -1268,11 +1354,11 @@
3362 "In the \"panel\" view, separators are represented as gap between icons."
3363 msgstr ""
3364
3365-#: ../data/messages:43 ../data/messages:1325
3366+#: ../data/messages:43 ../data/messages:1315
3367 msgid "Using the dock as a taskbar"
3368 msgstr ""
3369
3370-#: ../data/messages:45 ../data/messages:1327
3371+#: ../data/messages:45 ../data/messages:1317
3372 msgid ""
3373 "When an application is running, a corresponding icon will appear in the "
3374 "dock.\n"
3375@@ -1283,50 +1369,50 @@
3376 "the launcher, etc."
3377 msgstr ""
3378
3379-#: ../data/messages:47 ../data/messages:1329
3380+#: ../data/messages:47 ../data/messages:1319
3381 msgid "Closing a window"
3382 msgstr ""
3383
3384-#: ../data/messages:49 ../data/messages:1331
3385+#: ../data/messages:49 ../data/messages:1321
3386 msgid ""
3387 "You can close a window by middle-clicking on its icon (or from the menu)."
3388 msgstr ""
3389
3390-#: ../data/messages:51 ../data/messages:1333
3391+#: ../data/messages:51 ../data/messages:1323
3392 msgid "Minimizing / restauring a window"
3393 msgstr ""
3394
3395-#: ../data/messages:53 ../data/messages:1335
3396+#: ../data/messages:53 ../data/messages:1325
3397 msgid ""
3398 "Clicking on its icon will bring the window on top.\n"
3399 "When the window has the focus, clicking on its icon will minimize the window."
3400 msgstr ""
3401
3402-#: ../data/messages:55 ../data/messages:1337
3403+#: ../data/messages:55 ../data/messages:1327
3404 msgid "Launching an application several times"
3405 msgstr ""
3406
3407-#: ../data/messages:57 ../data/messages:1339
3408+#: ../data/messages:57 ../data/messages:1329
3409 msgid ""
3410 "You can launch an application several times by SHIFT+clicking on its icon "
3411 "(or from the menu)."
3412 msgstr ""
3413
3414-#: ../data/messages:59 ../data/messages:1341
3415+#: ../data/messages:59 ../data/messages:1331
3416 msgid "Switching between the windows of a same application"
3417 msgstr ""
3418
3419-#: ../data/messages:61 ../data/messages:1343
3420+#: ../data/messages:61 ../data/messages:1333
3421 msgid ""
3422 "With your mouse, scroll up/down on one of the icons of the application. Each "
3423 "time you scroll, the next/previous window will be presented to you."
3424 msgstr ""
3425
3426-#: ../data/messages:63 ../data/messages:1345
3427+#: ../data/messages:63 ../data/messages:1335
3428 msgid "Grouping windows of a given application"
3429 msgstr ""
3430
3431-#: ../data/messages:65 ../data/messages:1347
3432+#: ../data/messages:65 ../data/messages:1337
3433 msgid ""
3434 "When an application has several windows, one icon for each window will "
3435 "appear in the dock; they will be grouped togather into a sub-dock.\n"
3436@@ -1334,19 +1420,19 @@
3437 "side-by-side (if your Window Manager is able to do that)."
3438 msgstr ""
3439
3440-#: ../data/messages:67 ../data/messages:1349
3441+#: ../data/messages:67 ../data/messages:1339
3442 msgid "Setting a custom icon for an application"
3443 msgstr ""
3444
3445-#: ../data/messages:69 ../data/messages:1351
3446+#: ../data/messages:69 ../data/messages:1341
3447 msgid "See \"Changing an icon's image\" in the \"Icons\" category."
3448 msgstr ""
3449
3450-#: ../data/messages:71 ../data/messages:1353
3451+#: ../data/messages:71 ../data/messages:1343
3452 msgid "Showing windows preview over the icons"
3453 msgstr ""
3454
3455-#: ../data/messages:73 ../data/messages:1355
3456+#: ../data/messages:73 ../data/messages:1345
3457 msgid ""
3458 "You need to run Compiz, and enable the \"Window Preview\" plug-in in Compiz. "
3459 "Install \"ccsm\" to be able to configure Compiz."
3460@@ -1354,26 +1440,26 @@
3461
3462 #: ../data/messages:75 ../data/messages:197 ../data/messages:217
3463 #: ../data/messages:255 ../data/messages:297 ../data/messages:301
3464-#: ../data/messages:307 ../data/messages:311 ../data/messages:1357
3465-#: ../data/messages:1479 ../data/messages:1499 ../data/messages:1537
3466-#: ../data/messages:1579 ../data/messages:1583 ../data/messages:1589
3467-#: ../data/messages:1593 ../data/messages:1597 ../data/messages:1601
3468+#: ../data/messages:307 ../data/messages:311 ../data/messages:1347
3469+#: ../data/messages:1469 ../data/messages:1489 ../data/messages:1527
3470+#: ../data/messages:1569 ../data/messages:1573 ../data/messages:1579
3471+#: ../data/messages:1583 ../data/messages:1587 ../data/messages:1591
3472 msgid "Tip: If this line is grayed, it's because this tip is not for you.)"
3473 msgstr ""
3474
3475-#: ../data/messages:77 ../data/messages:1359
3476+#: ../data/messages:77 ../data/messages:1349
3477 msgid "If you're using Compiz, you can click on this button:"
3478 msgstr ""
3479
3480-#: ../data/messages:79 ../data/messages:1361
3481+#: ../data/messages:79 ../data/messages:1351
3482 msgid "Docks"
3483 msgstr ""
3484
3485-#: ../data/messages:81 ../data/messages:1363
3486+#: ../data/messages:81 ../data/messages:1353
3487 msgid "Positionning the dock on the screen"
3488 msgstr ""
3489
3490-#: ../data/messages:83 ../data/messages:1365
3491+#: ../data/messages:83 ../data/messages:1355
3492 msgid ""
3493 "The dock can be placed anywhere on the screen.\n"
3494 "In the case of the main dock, right-click -> Cairo-Dock -> configure, and "
3495@@ -1382,11 +1468,11 @@
3496 "dock, and then select the position you want."
3497 msgstr ""
3498
3499-#: ../data/messages:85 ../data/messages:1367
3500+#: ../data/messages:85 ../data/messages:1357
3501 msgid "Hiding the dock to use all the screen"
3502 msgstr ""
3503
3504-#: ../data/messages:87 ../data/messages:1369
3505+#: ../data/messages:87 ../data/messages:1359
3506 msgid ""
3507 "The dock can hide itself to let all the screen for applications. But it can "
3508 "also be always visible like a panel.\n"
3509@@ -1396,39 +1482,39 @@
3510 "dock, and then select the visibility you want."
3511 msgstr ""
3512
3513-#: ../data/messages:89 ../data/messages:1371
3514+#: ../data/messages:89 ../data/messages:1361
3515 msgid "Having more than one dock"
3516 msgstr ""
3517
3518 #: ../data/messages:91 ../data/messages:95 ../data/messages:99
3519-#: ../data/messages:1373 ../data/messages:1377 ../data/messages:1381
3520+#: ../data/messages:1363 ../data/messages:1367 ../data/messages:1371
3521 msgid "TODO"
3522 msgstr ""
3523
3524-#: ../data/messages:93 ../data/messages:1375
3525+#: ../data/messages:93 ../data/messages:1365
3526 msgid "Deleting a dock"
3527 msgstr ""
3528
3529-#: ../data/messages:97 ../data/messages:1379
3530+#: ../data/messages:97 ../data/messages:1369
3531 msgid "Changing the look of a dock"
3532 msgstr ""
3533
3534-#: ../data/messages:103 ../data/messages:1385
3535+#: ../data/messages:103 ../data/messages:1375
3536 msgid "Placing applets on your desktop"
3537 msgstr ""
3538
3539-#: ../data/messages:105 ../data/messages:1387
3540+#: ../data/messages:105 ../data/messages:1377
3541 msgid ""
3542 "Applets can live inside desklets, which are small windows that can be placed "
3543 "wherever on your desktop.\n"
3544 "To detach an applet from the dock, simply drag and drop it outside the dock."
3545 msgstr ""
3546
3547-#: ../data/messages:107 ../data/messages:1389
3548+#: ../data/messages:107 ../data/messages:1379
3549 msgid "Moving desklets"
3550 msgstr ""
3551
3552-#: ../data/messages:109 ../data/messages:1391
3553+#: ../data/messages:109 ../data/messages:1381
3554 msgid ""
3555 "Desklets can be moved anywhere simply with the mouse.\n"
3556 "They can also be rotated by dragging the small arrows on the top and left "
3557@@ -1437,11 +1523,11 @@
3558 "clicking on it -> \"lock position\". To unlock it, de-select this option."
3559 msgstr ""
3560
3561-#: ../data/messages:111 ../data/messages:1393
3562+#: ../data/messages:111 ../data/messages:1383
3563 msgid "Placing desklets"
3564 msgstr ""
3565
3566-#: ../data/messages:113 ../data/messages:1395
3567+#: ../data/messages:113 ../data/messages:1385
3568 msgid ""
3569 "From the menu (right-click -> visibility), you can also decide to keep it "
3570 "above other windows, or on the Widget Layer (if you use Compiz), or make a "
3571@@ -1452,26 +1538,26 @@
3572 "the small bottom-right button."
3573 msgstr ""
3574
3575-#: ../data/messages:115 ../data/messages:1397
3576+#: ../data/messages:115 ../data/messages:1387
3577 msgid "Changing the desklets decorations"
3578 msgstr ""
3579
3580-#: ../data/messages:117 ../data/messages:1399
3581+#: ../data/messages:117 ../data/messages:1389
3582 msgid ""
3583 "Desklets can have decorations. To change that, open the settings of the "
3584 "applet, go to Desklet, and select the decoration you want (you can provide "
3585 "your own one)."
3586 msgstr ""
3587
3588-#: ../data/messages:119 ../data/messages:1401
3589+#: ../data/messages:119 ../data/messages:1391
3590 msgid "Useful Features"
3591 msgstr ""
3592
3593-#: ../data/messages:121 ../data/messages:1403
3594+#: ../data/messages:121 ../data/messages:1393
3595 msgid "Having a calendar with tasks"
3596 msgstr ""
3597
3598-#: ../data/messages:123 ../data/messages:1405
3599+#: ../data/messages:123 ../data/messages:1395
3600 msgid ""
3601 "Activate the Clock applet.\n"
3602 "Clicking on it will display a calendar.\n"
3603@@ -1481,11 +1567,11 @@
3604 "(15mn before the event, and also 1 day before in the case of an anniversary)."
3605 msgstr ""
3606
3607-#: ../data/messages:125 ../data/messages:1407
3608+#: ../data/messages:125 ../data/messages:1397
3609 msgid "Having a list of all windows"
3610 msgstr ""
3611
3612-#: ../data/messages:127 ../data/messages:1409
3613+#: ../data/messages:127 ../data/messages:1399
3614 msgid ""
3615 "Activate the Switcher applet.\n"
3616 "Right-clicking on it will give you access to a list containing all the "
3617@@ -1495,43 +1581,43 @@
3618 "You can bind this action to the middle-click."
3619 msgstr ""
3620
3621-#: ../data/messages:129 ../data/messages:1411
3622+#: ../data/messages:129 ../data/messages:1401
3623 msgid "Showing all the desktops"
3624 msgstr ""
3625
3626-#: ../data/messages:131 ../data/messages:1413
3627+#: ../data/messages:131 ../data/messages:1403
3628 msgid ""
3629 "Activate either the Switcher applet or the Show-Desktop applet.\n"
3630 "Right-click on it -> \"show all the desktop\".\n"
3631 "You can bind this action to the middle-click."
3632 msgstr ""
3633
3634-#: ../data/messages:133 ../data/messages:1415
3635+#: ../data/messages:133 ../data/messages:1405
3636 msgid "Changing the screen resolution"
3637 msgstr ""
3638
3639-#: ../data/messages:135 ../data/messages:1417
3640+#: ../data/messages:135 ../data/messages:1407
3641 msgid ""
3642 "Activate the Show-Desktop applet.\n"
3643 "Right-click on it -> \"change resolution\" -> select the one you want."
3644 msgstr ""
3645
3646-#: ../data/messages:137 ../data/messages:1419
3647+#: ../data/messages:137 ../data/messages:1409
3648 msgid "Locking your session"
3649 msgstr ""
3650
3651-#: ../data/messages:139 ../data/messages:1421
3652+#: ../data/messages:139 ../data/messages:1411
3653 msgid ""
3654 "Activate the Log-out applet.\n"
3655 "Right-click on it -> \"lock screen\".\n"
3656 "You can bind this action to the middle-click."
3657 msgstr ""
3658
3659-#: ../data/messages:141 ../data/messages:1423
3660+#: ../data/messages:141 ../data/messages:1413
3661 msgid "Quick-launching a program from keyboard (replacing ALT+F2)"
3662 msgstr ""
3663
3664-#: ../data/messages:143 ../data/messages:1425
3665+#: ../data/messages:143 ../data/messages:1415
3666 msgid ""
3667 "Activate the Applications Menu applet.\n"
3668 "Middle-click on it, or right-click -> \"quick-launch\".\n"
3669@@ -1540,11 +1626,11 @@
3670 "completed into \"firefox\")."
3671 msgstr ""
3672
3673-#: ../data/messages:145 ../data/messages:1427
3674+#: ../data/messages:145 ../data/messages:1417
3675 msgid "Turning Composite OFF during games"
3676 msgstr ""
3677
3678-#: ../data/messages:147 ../data/messages:1429
3679+#: ../data/messages:147 ../data/messages:1419
3680 msgid ""
3681 "Activate the Composite Manager applet.\n"
3682 "Clicking on it will disable the Composite, which often makes games more "
3683@@ -1552,11 +1638,11 @@
3684 "Clicking again on it will enable the Composite."
3685 msgstr ""
3686
3687-#: ../data/messages:149 ../data/messages:1431
3688+#: ../data/messages:149 ../data/messages:1421
3689 msgid "Seeing the hourly weather forecast"
3690 msgstr ""
3691
3692-#: ../data/messages:151 ../data/messages:1433
3693+#: ../data/messages:151 ../data/messages:1423
3694 msgid ""
3695 "Activate the Weather applet.\n"
3696 "Open its settings, go to Configure, and type the name of your city. Press "
3697@@ -1566,11 +1652,11 @@
3698 "forecast for this day."
3699 msgstr ""
3700
3701-#: ../data/messages:153 ../data/messages:1435
3702+#: ../data/messages:153 ../data/messages:1425
3703 msgid "Adding a file or a web page into the dock"
3704 msgstr ""
3705
3706-#: ../data/messages:155 ../data/messages:1437
3707+#: ../data/messages:155 ../data/messages:1427
3708 msgid ""
3709 "Simply drag a file or an html link and drop it onto the dock (an animated "
3710 "arrow should appear when you can drop).\n"
3711@@ -1580,22 +1666,22 @@
3712 "directly."
3713 msgstr ""
3714
3715-#: ../data/messages:157 ../data/messages:1439
3716+#: ../data/messages:157 ../data/messages:1429
3717 msgid "Importing a folder into the dock"
3718 msgstr ""
3719
3720-#: ../data/messages:159 ../data/messages:1441
3721+#: ../data/messages:159 ../data/messages:1431
3722 msgid ""
3723 "Simply drag a folder and drop it onto the dock (an animated arrow should "
3724 "appear when you can drop).\n"
3725 "You can choose to import the folder's files or not."
3726 msgstr ""
3727
3728-#: ../data/messages:161 ../data/messages:1443
3729+#: ../data/messages:161 ../data/messages:1433
3730 msgid "Accessing the recent events"
3731 msgstr ""
3732
3733-#: ../data/messages:163 ../data/messages:1445
3734+#: ../data/messages:163 ../data/messages:1435
3735 msgid ""
3736 "Activate the Recent-Events applet.\n"
3737 "You need to have the Zeitgeist daemon to be running. Install it if it's not "
3738@@ -1605,11 +1691,11 @@
3739 "quickly."
3740 msgstr ""
3741
3742-#: ../data/messages:165 ../data/messages:1447
3743+#: ../data/messages:165 ../data/messages:1437
3744 msgid "Quickly opening a recent file with a launcher"
3745 msgstr ""
3746
3747-#: ../data/messages:167 ../data/messages:1449
3748+#: ../data/messages:167 ../data/messages:1439
3749 msgid ""
3750 "Activate the Recent-Events applet.\n"
3751 "You need to have the Zeitgeist daemon to be running. Install it if it's not "
3752@@ -1618,11 +1704,11 @@
3753 "opened with this launcher will appear in its menu."
3754 msgstr ""
3755
3756-#: ../data/messages:169 ../data/messages:1451
3757+#: ../data/messages:169 ../data/messages:1441
3758 msgid "Accessing disks"
3759 msgstr ""
3760
3761-#: ../data/messages:171 ../data/messages:1453
3762+#: ../data/messages:171 ../data/messages:1443
3763 msgid ""
3764 "Activate the Shortcuts applet.\n"
3765 "Then all the disks (including USB key or external hard drives) will be "
3766@@ -1630,7 +1716,7 @@
3767 "To unmount a disk before disconnecting it, middle-click on its icon."
3768 msgstr ""
3769
3770-#: ../data/messages:173 ../data/messages:1455
3771+#: ../data/messages:173 ../data/messages:1445
3772 msgid "Accessing folder bookmarks"
3773 msgstr ""
3774
3775@@ -1643,11 +1729,11 @@
3776 "To remove a bookmark, right-click on its icon -> remove"
3777 msgstr ""
3778
3779-#: ../data/messages:177 ../data/messages:1459
3780+#: ../data/messages:177 ../data/messages:1449
3781 msgid "Having multiple instances of an applet"
3782 msgstr ""
3783
3784-#: ../data/messages:179 ../data/messages:1461
3785+#: ../data/messages:179 ../data/messages:1451
3786 msgid ""
3787 "Some applets can have several instances running at the same time: Clock, "
3788 "Stack, Weather, ...\n"
3789@@ -1657,22 +1743,22 @@
3790 "the weather in different cities."
3791 msgstr ""
3792
3793-#: ../data/messages:181 ../data/messages:1463
3794+#: ../data/messages:181 ../data/messages:1453
3795 msgid "Adding / removing a desktop"
3796 msgstr ""
3797
3798-#: ../data/messages:183 ../data/messages:1465
3799+#: ../data/messages:183 ../data/messages:1455
3800 msgid ""
3801 "Activate the Switcher applet.\n"
3802 "Right-click on it -> \"add a desktop\" or \"remove this desktop\".\n"
3803 "You can even name each of them."
3804 msgstr ""
3805
3806-#: ../data/messages:185 ../data/messages:1467
3807+#: ../data/messages:185 ../data/messages:1457
3808 msgid "Controling the sound volume"
3809 msgstr ""
3810
3811-#: ../data/messages:187 ../data/messages:1469
3812+#: ../data/messages:187 ../data/messages:1459
3813 msgid ""
3814 "Activate the Sound Volume applet.\n"
3815 "Then scroll up/down to increase/decrease the sound.\n"
3816@@ -1680,22 +1766,22 @@
3817 "Middle-click will mute/unmute."
3818 msgstr ""
3819
3820-#: ../data/messages:189 ../data/messages:1471
3821+#: ../data/messages:189 ../data/messages:1461
3822 msgid "Controling the screen brightness"
3823 msgstr ""
3824
3825-#: ../data/messages:191 ../data/messages:1473
3826+#: ../data/messages:191 ../data/messages:1463
3827 msgid ""
3828 "Activate the Screen Luminosity applet.\n"
3829 "Then scroll up/down to increase/decrease the brightness.\n"
3830 "Alternatively, you can click on the icon and move the scroll bar."
3831 msgstr ""
3832
3833-#: ../data/messages:193 ../data/messages:1475
3834+#: ../data/messages:193 ../data/messages:1465
3835 msgid "Removing completely the gnome-panel"
3836 msgstr ""
3837
3838-#: ../data/messages:195 ../data/messages:1477
3839+#: ../data/messages:195 ../data/messages:1467
3840 msgid ""
3841 "Open gconf-editor, edit the key "
3842 "/desktop/gnome/session/required_components/panel, and replace its content "
3843@@ -1704,43 +1790,43 @@
3844 "dock has been started (if not, you can add it to the startup programs)."
3845 msgstr ""
3846
3847-#: ../data/messages:199 ../data/messages:1481
3848+#: ../data/messages:199 ../data/messages:1471
3849 msgid ""
3850 "If you are on Gnome, you can click on this button in order to automatically "
3851 "modify this key:"
3852 msgstr ""
3853
3854-#: ../data/messages:201 ../data/messages:1483
3855+#: ../data/messages:201 ../data/messages:1473
3856 msgid "Troubleshooting"
3857 msgstr ""
3858
3859-#: ../data/messages:203 ../data/messages:1485
3860+#: ../data/messages:203 ../data/messages:1475
3861 msgid "If you have any question, don't hesitate to ask on our forum."
3862 msgstr ""
3863
3864-#: ../data/messages:205 ../data/messages:1487
3865+#: ../data/messages:205 ../data/messages:1477
3866 msgid "Forum"
3867 msgstr ""
3868
3869-#: ../data/messages:207 ../data/messages:1489
3870+#: ../data/messages:207 ../data/messages:1479
3871 msgid "Our wiki can also help you, it is more complete on some points."
3872 msgstr ""
3873
3874-#: ../data/messages:209 ../data/messages:1491
3875+#: ../data/messages:209 ../data/messages:1481
3876 msgid "Wiki"
3877 msgstr ""
3878
3879-#: ../data/messages:211 ../data/messages:1493
3880+#: ../data/messages:211 ../data/messages:1483
3881 msgid "I have a black background around my dock."
3882 msgstr ""
3883
3884-#: ../data/messages:213 ../data/messages:1495
3885+#: ../data/messages:213 ../data/messages:1485
3886 msgid ""
3887 "Hint : If you have an ATI or an Intel card, you should try without OpenGL "
3888 "first, because their drivers are not yet perfect."
3889 msgstr ""
3890
3891-#: ../data/messages:215 ../data/messages:1497
3892+#: ../data/messages:215 ../data/messages:1487
3893 msgid ""
3894 "You need to turn on compositing. For instance, you can run Compiz or "
3895 "xcompmgr. \n"
3896@@ -1751,28 +1837,28 @@
3897 "'/apps/metacity/general/compositing_manager' and set it to 'true'."
3898 msgstr ""
3899
3900-#: ../data/messages:219 ../data/messages:1501
3901+#: ../data/messages:219 ../data/messages:1491
3902 msgid ""
3903 "If you're on Gnome with Metacity (without Compiz), you can click on this "
3904 "button:"
3905 msgstr ""
3906
3907-#: ../data/messages:221 ../data/messages:1503
3908+#: ../data/messages:221 ../data/messages:1493
3909 msgid "My machine is too old to run a composite manager."
3910 msgstr ""
3911
3912-#: ../data/messages:223 ../data/messages:1505
3913+#: ../data/messages:223 ../data/messages:1495
3914 msgid ""
3915 "Don't panic, Cairo-Dock can emulate the transparency.\n"
3916 "To get rid of the black background, simply enable the corresponding option "
3917 "in the end of the «System» module"
3918 msgstr ""
3919
3920-#: ../data/messages:225 ../data/messages:1507
3921+#: ../data/messages:225 ../data/messages:1497
3922 msgid "The dock is horribly slow when I move the mouse into it."
3923 msgstr ""
3924
3925-#: ../data/messages:227 ../data/messages:1509
3926+#: ../data/messages:227 ../data/messages:1499
3927 msgid ""
3928 "If you have an Nvidia GeForce8 graphics card, please install the latest "
3929 "drivers, as the first ones were really buggy.\n"
3930@@ -1782,32 +1868,32 @@
3931 "with «cairo-dock -c»."
3932 msgstr ""
3933
3934-#: ../data/messages:229 ../data/messages:1511
3935+#: ../data/messages:229 ../data/messages:1501
3936 msgid "I don't have these wonderful effects like fire, cube rotating, etc."
3937 msgstr ""
3938
3939-#: ../data/messages:231 ../data/messages:1513
3940+#: ../data/messages:231 ../data/messages:1503
3941 msgid ""
3942 "Tip: You can force OpenGL by launching the dock with «cairo-dock -o».but you "
3943 "might get a lot of visual artifacts."
3944 msgstr ""
3945
3946-#: ../data/messages:233 ../data/messages:1515
3947+#: ../data/messages:233 ../data/messages:1505
3948 msgid ""
3949 "You need a graphics card with drivers that support OpenGL2.0. Most Nvidia "
3950 "cards can do this, as can more and more Intel cards. Most ATI cards do not "
3951 "support OpenGL2.0."
3952 msgstr ""
3953
3954-#: ../data/messages:235 ../data/messages:1517
3955+#: ../data/messages:235 ../data/messages:1507
3956 msgid "I don't have any themes in the Theme Manager, except the default one."
3957 msgstr ""
3958
3959-#: ../data/messages:237 ../data/messages:1519
3960+#: ../data/messages:237 ../data/messages:1509
3961 msgid "Hint : Up to version 2.1.1-2, wget was used."
3962 msgstr ""
3963
3964-#: ../data/messages:239 ../data/messages:1521
3965+#: ../data/messages:239 ../data/messages:1511
3966 msgid ""
3967 "Be sure that you are connected to the Net.\n"
3968 " If your connection is very slow, you can increase the connection timeout in "
3969@@ -1817,17 +1903,17 @@
3970 "\"http_proxy\" environment variable)."
3971 msgstr ""
3972
3973-#: ../data/messages:241 ../data/messages:1523
3974+#: ../data/messages:241 ../data/messages:1513
3975 msgid "The «netspeed» applet displays 0 even when I'm downloading something"
3976 msgstr ""
3977
3978-#: ../data/messages:243 ../data/messages:1525
3979+#: ../data/messages:243 ../data/messages:1515
3980 msgid ""
3981 "Tip: you can run several instances of this applet if you wish to monitor "
3982 "several interfaces."
3983 msgstr ""
3984
3985-#: ../data/messages:245 ../data/messages:1527
3986+#: ../data/messages:245 ../data/messages:1517
3987 msgid ""
3988 "You must tell the applet which interface you're using to connect to the Net "
3989 "(by default, this is «eth0»).\n"
3990@@ -1836,11 +1922,11 @@
3991 "something like «eth1», «ath0», or «wifi0».."
3992 msgstr ""
3993
3994-#: ../data/messages:247 ../data/messages:1529
3995+#: ../data/messages:247 ../data/messages:1519
3996 msgid "The dustbin remains empty even when I delete a file."
3997 msgstr ""
3998
3999-#: ../data/messages:249 ../data/messages:1531
4000+#: ../data/messages:249 ../data/messages:1521
4001 msgid ""
4002 "if you're using KDE, you may have to specify the path to the trash folder.\n"
4003 "Just edit the applet's configuration, and fill in the Trash path; it is "
4004@@ -1848,31 +1934,31 @@
4005 "here!!! (do not insert spaces or some invisible caracters)."
4006 msgstr ""
4007
4008-#: ../data/messages:251 ../data/messages:1533
4009+#: ../data/messages:251 ../data/messages:1523
4010 msgid ""
4011 "There is no icon in the Applications Menu even though I enable the option."
4012 msgstr ""
4013
4014-#: ../data/messages:253 ../data/messages:1535
4015+#: ../data/messages:253 ../data/messages:1525
4016 msgid ""
4017 "In Gnome, there is an option that override the dock's one. To enable icons "
4018 "in menus, open 'gconf-editor', go to Desktop / Gnome / Interface and enable "
4019 "the \"menus have icons\" and the \"buttons have icons\" options. "
4020 msgstr ""
4021
4022-#: ../data/messages:257 ../data/messages:1539
4023+#: ../data/messages:257 ../data/messages:1529
4024 msgid "If you're on Gnome you can click on this button:"
4025 msgstr ""
4026
4027-#: ../data/messages:259 ../data/messages:1541
4028+#: ../data/messages:259 ../data/messages:1531
4029 msgid "The Project"
4030 msgstr ""
4031
4032-#: ../data/messages:261 ../data/messages:1543
4033+#: ../data/messages:261 ../data/messages:1533
4034 msgid "Join the project!"
4035 msgstr ""
4036
4037-#: ../data/messages:263 ../data/messages:1545
4038+#: ../data/messages:263 ../data/messages:1535
4039 msgid ""
4040 "We value your help! If you see a bug, if you think something could be "
4041 "improved,\n"
4042@@ -1883,73 +1969,73 @@
4043 "we’ll be happy to integrate it on our server !"
4044 msgstr ""
4045
4046-#: ../data/messages:265 ../data/messages:1547
4047+#: ../data/messages:265 ../data/messages:1537
4048 msgid ""
4049 "If you wish to develop an applet, a complete documentation is available here."
4050 msgstr ""
4051
4052-#: ../data/messages:267 ../data/messages:1549
4053+#: ../data/messages:267 ../data/messages:1539
4054 msgid "Documentation"
4055 msgstr ""
4056
4057-#: ../data/messages:269 ../data/messages:1551
4058+#: ../data/messages:269 ../data/messages:1541
4059 msgid ""
4060 "If you wish to develop an applet in Python, Perl or any other language,\n"
4061 "or to interact with the dock in any kind of way, a full DBus API is "
4062 "described here."
4063 msgstr ""
4064
4065-#: ../data/messages:271 ../data/messages:1553
4066+#: ../data/messages:271 ../data/messages:1543
4067 msgid "DBus API"
4068 msgstr ""
4069
4070-#: ../data/messages:273 ../data/messages:1555
4071+#: ../data/messages:273 ../data/messages:1545
4072 msgid ""
4073 "\n"
4074 "\n"
4075 "The Cairo-Dock Team"
4076 msgstr ""
4077
4078-#: ../data/messages:275 ../data/messages:1557
4079+#: ../data/messages:275 ../data/messages:1547
4080 msgid "Websites"
4081 msgstr ""
4082
4083-#: ../data/messages:277 ../data/messages:1559
4084+#: ../data/messages:277 ../data/messages:1549
4085 msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
4086 msgstr "مشاكل؟ اقتراحات؟ تريد التحدث إلينا؟ تفضل!"
4087
4088-#: ../data/messages:279 ../data/messages:1561
4089+#: ../data/messages:279 ../data/messages:1551
4090 msgid "Community site"
4091 msgstr "موقع المجتمع"
4092
4093-#: ../data/messages:285 ../data/messages:1567
4094+#: ../data/messages:285 ../data/messages:1557
4095 msgid "More applets available online!"
4096 msgstr ""
4097
4098-#: ../data/messages:287 ../data/messages:1569
4099+#: ../data/messages:287 ../data/messages:1559
4100 msgid "Cairo-Dock-Plug-ins-Extras"
4101 msgstr "اضفات اضافية ليكرو دوك"
4102
4103-#: ../data/messages:289 ../data/messages:1571
4104+#: ../data/messages:289 ../data/messages:1561
4105 msgid "Repositories"
4106 msgstr ""
4107
4108-#: ../data/messages:291 ../data/messages:1573
4109+#: ../data/messages:291 ../data/messages:1563
4110 msgid ""
4111 "We maintain two repositories for Debian, Ubuntu and other Debian-forked:\n"
4112 " One for stable releases and another which is updated weekly (unstable "
4113 "version)"
4114 msgstr ""
4115
4116-#: ../data/messages:293 ../data/messages:1575
4117+#: ../data/messages:293 ../data/messages:1565
4118 msgid "Debian/Ubuntu"
4119 msgstr ""
4120
4121-#: ../data/messages:295 ../data/messages:1577
4122+#: ../data/messages:295 ../data/messages:1567
4123 msgid "Ubuntu"
4124 msgstr ""
4125
4126-#: ../data/messages:299 ../data/messages:1581
4127+#: ../data/messages:299 ../data/messages:1571
4128 msgid ""
4129 "If you're on Ubuntu, you can add our 'stable' repository by clicking on this "
4130 "button:\n"
4131@@ -1957,7 +2043,7 @@
4132 "latest stable version."
4133 msgstr ""
4134
4135-#: ../data/messages:303 ../data/messages:1585
4136+#: ../data/messages:303 ../data/messages:1575
4137 msgid ""
4138 "If you're on Ubuntu, you can also add our 'weekly' ppa (can be unstable) by "
4139 "clicking on this button:\n"
4140@@ -1965,11 +2051,11 @@
4141 "latest weekly version."
4142 msgstr ""
4143
4144-#: ../data/messages:305 ../data/messages:1587
4145+#: ../data/messages:305 ../data/messages:1577
4146 msgid "Debian"
4147 msgstr ""
4148
4149-#: ../data/messages:309 ../data/messages:1591
4150+#: ../data/messages:309 ../data/messages:1581
4151 msgid ""
4152 "If you're on Debian Stable, you can add our 'stable' repository by clicking "
4153 "on this button:\n"
4154@@ -1977,7 +2063,7 @@
4155 "system and reinstall 'cairo-dock' package."
4156 msgstr ""
4157
4158-#: ../data/messages:313 ../data/messages:1595
4159+#: ../data/messages:313 ../data/messages:1585
4160 msgid ""
4161 "If you're on Debian Unstable, you can add our 'stable' repository by "
4162 "clicking on this button:\n"
4163@@ -1985,8 +2071,8 @@
4164 "system and reinstall 'cairo-dock' package."
4165 msgstr ""
4166
4167-#: ../data/messages:315 ../data/messages:317 ../data/messages:1733
4168-#: ../data/messages:1813 ../data/messages:1845
4169+#: ../data/messages:315 ../data/messages:317 ../data/messages:1739
4170+#: ../data/messages:1819 ../data/messages:1851
4171 msgid "Icon"
4172 msgstr ""
4173
4174@@ -2073,7 +2159,7 @@
4175 msgstr ""
4176
4177 #: ../data/messages:359 ../data/messages:425 ../data/messages:463
4178-#: ../data/messages:593 ../data/messages:655 ../data/messages:1641
4179+#: ../data/messages:597 ../data/messages:659 ../data/messages:1631
4180 msgid "Visibility:"
4181 msgstr "مدى الرؤية:"
4182
4183@@ -2089,7 +2175,7 @@
4184 msgid "Should be visible on all desktops?"
4185 msgstr ""
4186
4187-#: ../data/messages:373 ../data/messages:973
4188+#: ../data/messages:373 ../data/messages:995
4189 msgid "Decorations"
4190 msgstr "زخرفات"
4191
4192@@ -2160,41 +2246,41 @@
4193 msgid "Foreground tansparency:"
4194 msgstr ""
4195
4196-#: ../data/messages:407 ../data/messages:1605
4197+#: ../data/messages:407 ../data/messages:1595
4198 msgid "Behavior"
4199 msgstr "سلوك"
4200
4201-#: ../data/messages:409 ../data/messages:547 ../data/messages:1607
4202+#: ../data/messages:409 ../data/messages:551 ../data/messages:1597
4203 msgid "Position on the screen"
4204 msgstr "الموقع على الشاشه"
4205
4206-#: ../data/messages:411 ../data/messages:549 ../data/messages:1609
4207+#: ../data/messages:411 ../data/messages:553 ../data/messages:1599
4208 msgid "Choose which border of the screen the dock will be placed on:"
4209 msgstr "أختر جهه الشاشه التي ترغب بظهور الشريط فيها:"
4210
4211-#: ../data/messages:413 ../data/messages:551 ../data/messages:1611
4212+#: ../data/messages:413 ../data/messages:555 ../data/messages:1601
4213 msgid "bottom"
4214 msgstr "أسفل"
4215
4216-#: ../data/messages:415 ../data/messages:553 ../data/messages:1613
4217+#: ../data/messages:415 ../data/messages:557 ../data/messages:1603
4218 msgid "top"
4219 msgstr "أعلى"
4220
4221-#: ../data/messages:417 ../data/messages:555 ../data/messages:565
4222-#: ../data/messages:1615
4223+#: ../data/messages:417 ../data/messages:559 ../data/messages:569
4224+#: ../data/messages:1605
4225 msgid "right"
4226 msgstr "يمين"
4227
4228-#: ../data/messages:419 ../data/messages:557 ../data/messages:563
4229-#: ../data/messages:1617
4230+#: ../data/messages:419 ../data/messages:561 ../data/messages:567
4231+#: ../data/messages:1607
4232 msgid "left"
4233 msgstr "يسار"
4234
4235-#: ../data/messages:421 ../data/messages:589
4236+#: ../data/messages:421 ../data/messages:593
4237 msgid "Visibility of the main dock"
4238 msgstr "وضوح الشريط الرئيسي"
4239
4240-#: ../data/messages:423 ../data/messages:591 ../data/messages:1639
4241+#: ../data/messages:423 ../data/messages:595 ../data/messages:1629
4242 msgid ""
4243 "Modes are sorted from the most intrusive to the less intrusive.\n"
4244 "When the dock is hidden or below a window, place the mouse on the screen's "
4245@@ -2203,47 +2289,47 @@
4246 "mouse. The rest of the time, it stays invisible, thus acting like a menu."
4247 msgstr ""
4248
4249-#: ../data/messages:429 ../data/messages:597 ../data/messages:1645
4250+#: ../data/messages:429 ../data/messages:601 ../data/messages:1635
4251 msgid "Reserve space for the dock"
4252 msgstr ""
4253
4254-#: ../data/messages:431 ../data/messages:599 ../data/messages:1647
4255+#: ../data/messages:431 ../data/messages:603 ../data/messages:1637
4256 msgid "Keep the dock below"
4257 msgstr ""
4258
4259-#: ../data/messages:433 ../data/messages:601 ../data/messages:1649
4260+#: ../data/messages:433 ../data/messages:605 ../data/messages:1639
4261 msgid "Hide the dock when it overlaps the current window"
4262 msgstr "إخفاء الشريط عندما يتداخل مع النافذة الحالية"
4263
4264-#: ../data/messages:435 ../data/messages:603 ../data/messages:1651
4265+#: ../data/messages:435 ../data/messages:607 ../data/messages:1641
4266 msgid "Hide the dock whenever it overlaps any window"
4267 msgstr ""
4268
4269-#: ../data/messages:437 ../data/messages:605 ../data/messages:1653
4270+#: ../data/messages:437 ../data/messages:609 ../data/messages:1643
4271 msgid "Keep the dock hidden"
4272 msgstr ""
4273
4274-#: ../data/messages:439 ../data/messages:607 ../data/messages:1655
4275+#: ../data/messages:439 ../data/messages:611
4276 msgid "Pop-up on shortcut"
4277 msgstr "فقاعه على الاختصارات"
4278
4279-#: ../data/messages:441 ../data/messages:609
4280+#: ../data/messages:441 ../data/messages:613
4281 msgid "Effect used to hide the dock:"
4282 msgstr "التأثير المستخدم لإخفاء الشريط:"
4283
4284-#: ../data/messages:443 ../data/messages:475 ../data/messages:611
4285-#: ../data/messages:1781
4286+#: ../data/messages:443 ../data/messages:475 ../data/messages:615
4287+#: ../data/messages:1787
4288 msgid "None"
4289 msgstr "بدون"
4290
4291-#: ../data/messages:455 ../data/messages:641
4292+#: ../data/messages:455 ../data/messages:645
4293 msgid ""
4294 "When you press the shortcut, the dock will show itself at the potition of "
4295 "your mouse. The rest of the time, it stays invisible, thus acting like a "
4296 "menu."
4297 msgstr ""
4298
4299-#: ../data/messages:457 ../data/messages:643
4300+#: ../data/messages:457 ../data/messages:647
4301 msgid "Keyboard shortcut to pop-up the dock:"
4302 msgstr "إختصار لوحه المفاتيح لإظهار الشريط:"
4303
4304@@ -2251,28 +2337,28 @@
4305 msgid "Visibility of sub-docks"
4306 msgstr "وضوح الشريط الفرعي"
4307
4308-#: ../data/messages:461 ../data/messages:653
4309+#: ../data/messages:461 ../data/messages:657
4310 msgid ""
4311 "they will appear either when you click or when you linger over the icon "
4312 "pointing on it."
4313 msgstr ""
4314
4315-#: ../data/messages:465 ../data/messages:657
4316+#: ../data/messages:465 ../data/messages:661
4317 msgid "Appear on mouse over"
4318 msgstr "إظهار عند مرور المؤشر"
4319
4320-#: ../data/messages:467 ../data/messages:659
4321+#: ../data/messages:467 ../data/messages:663
4322 msgid "Appear on click"
4323 msgstr "إظهار عند النقر"
4324
4325 #: ../data/messages:471
4326 msgid ""
4327-"None : Don't show opened windows in the dock.\n"
4328-"MacOSX : Mix applications with its launcher, show other windows only if "
4329-"they are minimized.\n"
4330-"KDE : Mix applications with its launcher, show all others windows and group "
4331-"windows togather in sub-dock.\n"
4332-"Gnome : Separate the taskbar from the launchers and only show windows "
4333+"None : Don't show opened windows in the dock.\n"
4334+"Minimalistic: Mix applications with its launcher, show other windows only if "
4335+"they are minimized (like in MacOSX).\n"
4336+"Integrated : Mix applications with its launcher, show all others windows "
4337+"and group windows togather in sub-dock (default).\n"
4338+"Separated : Separate the taskbar from the launchers and only show windows "
4339 "that are on the current desktop."
4340 msgstr ""
4341
4342@@ -2281,123 +2367,129 @@
4343 msgstr "سلوك شريط المهام"
4344
4345 #: ../data/messages:477
4346-msgid "MacOSX"
4347-msgstr "ماك"
4348+msgid "Minimalistic"
4349+msgstr ""
4350
4351 #: ../data/messages:479
4352-msgid "KDE"
4353-msgstr "وندوز سفن"
4354+msgid "Integrated"
4355+msgstr ""
4356
4357 #: ../data/messages:481
4358-msgid "Gnome"
4359-msgstr "جنوم"
4360-
4361-#: ../data/messages:483
4362+msgid "Separated"
4363+msgstr ""
4364+
4365+#: ../data/messages:483 ../data/messages:689
4366+msgid "Place new icons"
4367+msgstr ""
4368+
4369+#: ../data/messages:485 ../data/messages:691
4370+msgid "At the beginning of the dock"
4371+msgstr ""
4372+
4373+#: ../data/messages:487 ../data/messages:693
4374+msgid "Before the launchers"
4375+msgstr ""
4376+
4377+#: ../data/messages:489 ../data/messages:695
4378+msgid "After the launchers"
4379+msgstr ""
4380+
4381+#: ../data/messages:491 ../data/messages:697
4382+msgid "At the end of the dock"
4383+msgstr ""
4384+
4385+#: ../data/messages:493
4386 msgid "Icons' animations and effects"
4387 msgstr "تأثيرات الأيقونات وحركاتها"
4388
4389-#: ../data/messages:489
4390+#: ../data/messages:499
4391 msgid "On appearance/disappearance:"
4392 msgstr "عند الإظهار\\الإخفاء:"
4393
4394-#: ../data/messages:495 ../data/messages:1039
4395+#: ../data/messages:505 ../data/messages:1061
4396 msgid ""
4397 "Leave empty to use the current icon theme of your system. You can enter the "
4398 "name of a theme that is installed on your system (like 'Gartoon' or "
4399 "'Human'), or even a path to a folder containing icons."
4400 msgstr ""
4401
4402-#: ../data/messages:497
4403+#: ../data/messages:507
4404 msgid "Choose a theme of icons :"
4405 msgstr "اختر سمات الايقونات"
4406
4407-#: ../data/messages:499
4408+#: ../data/messages:509 ../data/messages:1649
4409 msgid "Icons size:"
4410 msgstr "حجم الايقونات :"
4411
4412-#: ../data/messages:501
4413+#: ../data/messages:511 ../data/messages:1655
4414 msgid "Very small"
4415 msgstr "صغير جدا"
4416
4417-#: ../data/messages:503
4418+#: ../data/messages:513 ../data/messages:1657
4419 msgid "Small"
4420 msgstr "صغير"
4421
4422-#: ../data/messages:505
4423+#: ../data/messages:515 ../data/messages:1659
4424 msgid "Medium"
4425 msgstr "متوسط"
4426
4427-#: ../data/messages:507
4428+#: ../data/messages:517 ../data/messages:1661
4429 msgid "Big"
4430 msgstr "كبير"
4431
4432-#: ../data/messages:509
4433+#: ../data/messages:519 ../data/messages:1663
4434 msgid "Very Big"
4435 msgstr "كبير جدا"
4436
4437-#: ../data/messages:511
4438-msgid ""
4439-"This will separate launchers, application, and applets from each others. "
4440-"Separators will be automatically inserted then."
4441-msgstr ""
4442-
4443-#: ../data/messages:513 ../data/messages:1129
4444-msgid "Separate the different types of icons?"
4445-msgstr "فصل الأنواع المختلفه من الأيقونات؟"
4446-
4447-#: ../data/messages:515 ../data/messages:1139
4448-msgid "Order of the different types of icons :"
4449-msgstr "ترتيب الأنواع المختلفه من الأيقونات:"
4450-
4451-#: ../data/messages:517 ../data/messages:1141
4452-msgid "launchers"
4453-msgstr "المشغلات"
4454-
4455-#: ../data/messages:519 ../data/messages:1143
4456-msgid "applications"
4457-msgstr "تطبيقات"
4458-
4459-#: ../data/messages:521 ../data/messages:1145
4460-msgid "applets"
4461-msgstr "تطبيقات"
4462-
4463-#: ../data/messages:525 ../data/messages:919
4464+#: ../data/messages:523 ../data/messages:941
4465 msgid "Choose the default view for main docks :"
4466 msgstr "اختيار طريقة العرض الافتراضية لشريط الرئيسي :"
4467
4468-#: ../data/messages:527 ../data/messages:923
4469+#: ../data/messages:525 ../data/messages:945
4470 msgid "You can overwrite this parameter for each sub-dock."
4471 msgstr "بإمكانك تغيير المؤشرات لكل شريط فرعي."
4472
4473-#: ../data/messages:529 ../data/messages:925
4474+#: ../data/messages:527 ../data/messages:947
4475 msgid "Choose the default view for sub-docks :"
4476 msgstr "اختيار الطريقة الافتراضية لكيرو الفرعي"
4477
4478-#: ../data/messages:531
4479+#: ../data/messages:531 ../data/messages:775
4480+msgid "Keyboard shortcuts currently available"
4481+msgstr ""
4482+
4483+#: ../data/messages:533 ../data/messages:777
4484+msgid ""
4485+"Many applets provide shortkeys for their actions. As soon as an applet is "
4486+"enabled, its shortkeys become available.\n"
4487+"Double-click on a line, and press the shortkey you want to use for the "
4488+"corresponding action."
4489+msgstr ""
4490+
4491+#: ../data/messages:535
4492 msgid "Add-ons"
4493 msgstr "إضافات"
4494
4495-#: ../data/messages:533
4496+#: ../data/messages:537
4497 msgid "Add or remove any applet"
4498 msgstr ""
4499
4500-#: ../data/messages:535
4501+#: ../data/messages:539
4502 msgid ""
4503 "Select a line to get a preview and a description of the applet.\n"
4504 "Click on the left check-box to (de)activate an applet.\n"
4505 "Once an applet is active, you can configure it by right clicking on its icon."
4506 msgstr ""
4507
4508-#: ../data/messages:537
4509+#: ../data/messages:541
4510 msgid ""
4511 "You can install them by simply drag-and-dropping the link onto your dock."
4512 msgstr ""
4513
4514-#: ../data/messages:543 ../data/messages:1687
4515+#: ../data/messages:547 ../data/messages:1693
4516 msgid "Themes"
4517 msgstr "السِمات"
4518
4519-#: ../data/messages:559 ../data/messages:1619
4520+#: ../data/messages:563 ../data/messages:1609
4521 msgid ""
4522 "When set to 0 the dock will position itself relative to the left corner if "
4523 "horizontal and the top corner if vertical. When set to 1 it will position "
4524@@ -2406,148 +2498,140 @@
4525 "the screen's edge."
4526 msgstr ""
4527
4528-#: ../data/messages:561 ../data/messages:1621
4529+#: ../data/messages:565 ../data/messages:1611
4530 msgid "Relative alignment:"
4531 msgstr "المحاذاه النسبيه :"
4532
4533-#: ../data/messages:567 ../data/messages:1623
4534+#: ../data/messages:571 ../data/messages:1613
4535 msgid "Offset from the screen's edge"
4536 msgstr "موازنة مع حافة الشاشة"
4537
4538-#: ../data/messages:569 ../data/messages:1625
4539+#: ../data/messages:573 ../data/messages:1615
4540 msgid ""
4541 "Gap from the absolute position on the screen's edge, in pixels. You can also "
4542 "move the dock by holding the ALT or CTRL key and the left mouse button."
4543 msgstr ""
4544
4545-#: ../data/messages:571 ../data/messages:1627
4546+#: ../data/messages:575 ../data/messages:1617
4547 msgid "Lateral offset:"
4548 msgstr "موازنة خارجية :"
4549
4550-#: ../data/messages:573 ../data/messages:1629
4551+#: ../data/messages:577 ../data/messages:1619
4552 msgid ""
4553 "in pixels. You can also move the dock by holding the ALT or CTRL key and the "
4554 "left mouse button."
4555 msgstr ""
4556
4557-#: ../data/messages:575 ../data/messages:1631
4558+#: ../data/messages:579 ../data/messages:1621
4559 msgid "Distance to the screen edge:"
4560 msgstr "المسافه إالى حافه الشاشه :"
4561
4562-#: ../data/messages:577
4563+#: ../data/messages:581
4564 msgid "Multiple screens"
4565 msgstr "شاشات متعددة"
4566
4567-#: ../data/messages:579
4568+#: ../data/messages:583
4569 msgid ""
4570 "This option is to use if you have a dual-screen and use Xinerama to manage "
4571 "them."
4572 msgstr ""
4573
4574-#: ../data/messages:581
4575+#: ../data/messages:585
4576 msgid "Use Xinerama?"
4577 msgstr ""
4578
4579-#: ../data/messages:583
4580+#: ../data/messages:587
4581 msgid "0 is the first screen."
4582 msgstr "0 هي الشاشه الأولى."
4583
4584-#: ../data/messages:585 ../data/messages:1635
4585+#: ../data/messages:589 ../data/messages:1625
4586 msgid "Number of the screen where the dock should be located:"
4587 msgstr "رقم الشاشه التي تريد إظهار الشريط فيها :"
4588
4589-#: ../data/messages:587
4590+#: ../data/messages:591
4591 msgid "Accessibility"
4592 msgstr "الإتاحة"
4593
4594-#: ../data/messages:623
4595+#: ../data/messages:627
4596 msgid "in ms. 0 means no delay."
4597 msgstr "0 ملي ثانيه ، تعني إلغاء التأخير."
4598
4599-#: ../data/messages:625
4600+#: ../data/messages:629
4601 msgid "Delay before the dock unhides itself:"
4602 msgstr "المده قبل أن يظهر الشريط ذاتيا :"
4603
4604-#: ../data/messages:627
4605+#: ../data/messages:631
4606 msgid "How to call the dock back:"
4607 msgstr "طريقه إستدعاء الشريط مره اخرى:"
4608
4609-#: ../data/messages:629
4610+#: ../data/messages:633
4611 msgid "Hit the screen's border"
4612 msgstr ""
4613
4614-#: ../data/messages:631
4615+#: ../data/messages:635
4616 msgid "Hit where the dock is"
4617 msgstr ""
4618
4619-#: ../data/messages:633
4620+#: ../data/messages:637
4621 msgid "Hit the screen's corner"
4622 msgstr ""
4623
4624-#: ../data/messages:635
4625+#: ../data/messages:639
4626 msgid "Hit a zone"
4627 msgstr ""
4628
4629-#: ../data/messages:637
4630+#: ../data/messages:641
4631 msgid "Size of the zone :"
4632 msgstr ""
4633
4634-#: ../data/messages:639
4635+#: ../data/messages:643
4636 msgid "Image to display on the zone :"
4637 msgstr ""
4638
4639-#: ../data/messages:645
4640+#: ../data/messages:649
4641 msgid "Additional parameters"
4642 msgstr "مؤشرات إضافيه"
4643
4644-#: ../data/messages:647
4645+#: ../data/messages:651
4646 msgid ""
4647 "This is only usefull if you do not already use auto-hide and if your Window "
4648 "Manager allows the dock in front of fullscreen windows (which is rare)."
4649 msgstr ""
4650
4651-#: ../data/messages:649
4652+#: ../data/messages:653
4653 msgid "Automatically hide the dock when a window becomes full screen?"
4654 msgstr "إخفاء الشريط ذاتيا عندما تكون هناك نافذه في وضع ملء الشاشه؟"
4655
4656-#: ../data/messages:651
4657+#: ../data/messages:655
4658 msgid "Sub-docks' visibility"
4659 msgstr "الرؤية الفرعية لشريط"
4660
4661-#: ../data/messages:661 ../data/messages:665
4662+#: ../data/messages:665 ../data/messages:669
4663 msgid "in ms."
4664 msgstr "بالمللي ثانيه ."
4665
4666-#: ../data/messages:663
4667+#: ../data/messages:667
4668 msgid "Delay before displaying a sub-dock:"
4669 msgstr "التأخير قبل عرض الشريط الفرعي :"
4670
4671-#: ../data/messages:667
4672+#: ../data/messages:671
4673 msgid "Delay before leaving a sub-dock takes effect:"
4674 msgstr ""
4675
4676-#: ../data/messages:669
4677+#: ../data/messages:673
4678 msgid "TaskBar"
4679 msgstr "شريط المهام"
4680
4681-#: ../data/messages:673
4682+#: ../data/messages:677
4683 msgid ""
4684 "Cairo-Dock will then act as your taskbar. It is recommended to remove any "
4685 "other taskbars."
4686 msgstr ""
4687
4688-#: ../data/messages:675
4689+#: ../data/messages:679
4690 msgid "Show currently opened applications in the dock?"
4691 msgstr "اظهار التطبيقات المفتوحة في الشريط ؟"
4692
4693-#: ../data/messages:677
4694-msgid "Only show icons whose windows are minimised"
4695-msgstr "فقط أظهار الأيقونات التي تم تصغير نوافذها"
4696-
4697-#: ../data/messages:679
4698-msgid "Only show applications on current desktop"
4699-msgstr "فقط اظهار التطبيقات المتواجده على سطح المكتب الحالي"
4700-
4701 #: ../data/messages:681
4702 msgid ""
4703 "Allows launchers to act as applications when their programs are running and "
4704@@ -2560,862 +2644,819 @@
4705 msgstr "خلط المشغلات بالتطبيقات"
4706
4707 #: ../data/messages:685
4708+msgid "Only show applications on current desktop"
4709+msgstr "فقط اظهار التطبيقات المتواجده على سطح المكتب الحالي"
4710+
4711+#: ../data/messages:687
4712+msgid "Only show icons whose windows are minimised"
4713+msgstr "فقط أظهار الأيقونات التي تم تصغير نوافذها"
4714+
4715+#: ../data/messages:699
4716 msgid ""
4717 "This allows you to group all the windows of a given application into a "
4718 "unique sub-dock, and to act on all of the windows at the same time."
4719 msgstr ""
4720
4721-#: ../data/messages:687
4722+#: ../data/messages:701
4723 msgid "Group windows from the same application in a sub-dock ?"
4724 msgstr "جمع النوافذ من نفس التطبيق في شريط فرعي ؟"
4725
4726-#: ../data/messages:689 ../data/messages:699
4727+#: ../data/messages:703 ../data/messages:713
4728 msgid "Enter the class of the applications, separated by a semi-colon ';'"
4729 msgstr "أدخل فئه التطبيق ، وافصل بينها بقاصله منقوطه \";\""
4730
4731-#: ../data/messages:691 ../data/messages:701
4732+#: ../data/messages:705 ../data/messages:715
4733 msgid "\t\tExcept the following classes:"
4734 msgstr ""
4735
4736-#: ../data/messages:693
4737+#: ../data/messages:707
4738 msgid "Representation"
4739 msgstr "التمثيل"
4740
4741-#: ../data/messages:695
4742+#: ../data/messages:709
4743 msgid ""
4744 "If not set, the icon provided by X for each application will be used. If "
4745 "set, the same icon as the corresponding launcher will be used for each "
4746 "application."
4747 msgstr ""
4748
4749-#: ../data/messages:697
4750+#: ../data/messages:711
4751 msgid "Overwrite the X icon with the launchers' icon?"
4752 msgstr "إستبدل الايقونه X بأيقونه المشغلات"
4753
4754-#: ../data/messages:703
4755+#: ../data/messages:717
4756 msgid ""
4757 "A composite manager is required to display the thumbnail.\n"
4758 "OpenGL is required to draw the icon bent backwards."
4759 msgstr ""
4760
4761-#: ../data/messages:705
4762+#: ../data/messages:719
4763 msgid "How to draw minimised windows ?"
4764 msgstr "كيف يتم رسم النوافذ المصغره؟"
4765
4766-#: ../data/messages:707
4767+#: ../data/messages:721
4768 msgid "Make the icon transparent"
4769 msgstr "جعل الايقون شفاف ؟"
4770
4771-#: ../data/messages:709
4772+#: ../data/messages:723
4773 msgid "Show a window's thumbnail"
4774 msgstr "إظهار مصغره للنافذه"
4775
4776-#: ../data/messages:711
4777+#: ../data/messages:725
4778 msgid "Draw it bent backwards"
4779 msgstr ""
4780
4781-#: ../data/messages:713
4782+#: ../data/messages:727
4783 msgid "Transparency of icons whose window is minimised:"
4784 msgstr "شفافية الأيقونات ذات النوافذ المصغره:"
4785
4786-#: ../data/messages:715 ../data/messages:873 ../data/messages:987
4787-#: ../data/messages:1013 ../data/messages:1085
4788+#: ../data/messages:729 ../data/messages:895 ../data/messages:1009
4789+#: ../data/messages:1035 ../data/messages:1135
4790 msgid "Opaque"
4791 msgstr "معتم"
4792
4793-#: ../data/messages:717 ../data/messages:871 ../data/messages:985
4794-#: ../data/messages:1011 ../data/messages:1083
4795+#: ../data/messages:731 ../data/messages:893 ../data/messages:1007
4796+#: ../data/messages:1033 ../data/messages:1133
4797 msgid "Transparent"
4798 msgstr "شفّاف"
4799
4800-#: ../data/messages:719
4801+#: ../data/messages:733
4802 msgid "Play a short animation of the icon when its window becomes active"
4803 msgstr ""
4804
4805-#: ../data/messages:721
4806+#: ../data/messages:735
4807 msgid "\"...\" will be added at the end if the name is too long."
4808 msgstr "\"...\" ستوضع في نهايه الاسم إذا كان طويلا جدا."
4809
4810-#: ../data/messages:723
4811+#: ../data/messages:737
4812 msgid "Maximum number of caracters in application name:"
4813 msgstr "أقصى عدد لخانات الحروف في اسم التطبيق :"
4814
4815-#: ../data/messages:725
4816+#: ../data/messages:739
4817 msgid "Interaction"
4818 msgstr "تفاعل"
4819
4820-#: ../data/messages:727
4821+#: ../data/messages:741
4822 msgid "Action on middle-click on the related application"
4823 msgstr ""
4824
4825-#: ../data/messages:729
4826+#: ../data/messages:743
4827 msgid "Nothing"
4828 msgstr ""
4829
4830-#: ../data/messages:733
4831+#: ../data/messages:747
4832 msgid "Minimize"
4833 msgstr ""
4834
4835-#: ../data/messages:735
4836+#: ../data/messages:749
4837 msgid "Launch new"
4838 msgstr "إطار جديد"
4839
4840-#: ../data/messages:737
4841+#: ../data/messages:753
4842 msgid "This is the default behaviour of most taskbars."
4843 msgstr "هذا هو السلوك لمعظم اشرطه المهام."
4844
4845-#: ../data/messages:739
4846+#: ../data/messages:755
4847 msgid ""
4848 "Minimise the window when its icon is clicked, if it was already the active "
4849 "window ?"
4850 msgstr ""
4851
4852-#: ../data/messages:741
4853+#: ../data/messages:757
4854 msgid "Only if your Window Manager supports it."
4855 msgstr ""
4856
4857-#: ../data/messages:743
4858+#: ../data/messages:759
4859 msgid ""
4860 "Present windows preview on click when several windows are grouped togather"
4861 msgstr ""
4862
4863-#: ../data/messages:745
4864+#: ../data/messages:761
4865 msgid "Highlight applications requiring your attention with a dialog bubble"
4866 msgstr ""
4867
4868-#: ../data/messages:747
4869+#: ../data/messages:763
4870 msgid "in seconds"
4871 msgstr "في الثواني"
4872
4873-#: ../data/messages:749
4874+#: ../data/messages:765
4875 msgid "Duration of the dialog:"
4876 msgstr "مده الحوار :"
4877
4878-#: ../data/messages:751
4879+#: ../data/messages:767
4880 msgid ""
4881 "It will notify you even if, for instance, you are watching a movie in full "
4882 "screen or you are on another desktop.\n"
4883 msgstr ""
4884
4885-#: ../data/messages:753
4886+#: ../data/messages:769
4887 msgid "Force the following applications to demand your attention"
4888 msgstr "جعل التطبيقات التالية تجذب إنتباهك دائما"
4889
4890-#: ../data/messages:755
4891+#: ../data/messages:771
4892 msgid "Highlight applications demanding your attention with an animation"
4893 msgstr ""
4894
4895-#: ../data/messages:759
4896+#: ../data/messages:781
4897 msgid "Animations speed"
4898 msgstr "الرسم المتحرك بسرعة"
4899
4900-#: ../data/messages:761
4901+#: ../data/messages:783
4902 msgid "Animate sub-docks when they appear"
4903 msgstr "إضافه حركه عند ظهور الشريط الفرعي"
4904
4905-#: ../data/messages:763
4906+#: ../data/messages:785
4907 msgid ""
4908 "Icons will appear folded on themselves and will then unfold until they fill "
4909 "the whole dock. The smaller this value, the faster this will be."
4910 msgstr ""
4911
4912-#: ../data/messages:765
4913+#: ../data/messages:787
4914 msgid "Animation unfolding duration:"
4915 msgstr "مده حركه إلغاء الثني:"
4916
4917-#: ../data/messages:767 ../data/messages:775 ../data/messages:779
4918-#: ../data/messages:787 ../data/messages:791
4919+#: ../data/messages:789 ../data/messages:797 ../data/messages:801
4920+#: ../data/messages:809 ../data/messages:813
4921 msgid "fast"
4922 msgstr "سريع"
4923
4924-#: ../data/messages:769 ../data/messages:777 ../data/messages:781
4925-#: ../data/messages:789 ../data/messages:793
4926+#: ../data/messages:791 ../data/messages:799 ../data/messages:803
4927+#: ../data/messages:811 ../data/messages:815
4928 msgid "slow"
4929 msgstr "بطيء"
4930
4931-#: ../data/messages:771 ../data/messages:783
4932+#: ../data/messages:793 ../data/messages:805
4933 msgid "The more there are, the slower it will be"
4934 msgstr "كلما زاد العدد، يزداد بطئه"
4935
4936-#: ../data/messages:773
4937+#: ../data/messages:795
4938 msgid "Number of steps in the zoom animation (grow/shrink):"
4939 msgstr "عدد الخطوات أثناء حركه التكبير (تمدد/انكماش) :"
4940
4941-#: ../data/messages:785
4942+#: ../data/messages:807
4943 msgid "Number of steps in the auto-hide animation (move up/move down):"
4944 msgstr ""
4945
4946-#: ../data/messages:795
4947+#: ../data/messages:817
4948 msgid "Refresh rate"
4949 msgstr "مُعدَّل التحديث"
4950
4951-#: ../data/messages:797 ../data/messages:801 ../data/messages:805
4952+#: ../data/messages:819 ../data/messages:823 ../data/messages:827
4953 msgid "in Hz. This is to adjust behaviour relative to your CPU power."
4954 msgstr ""
4955
4956-#: ../data/messages:799
4957+#: ../data/messages:821
4958 msgid "Refresh rate when mouving cursor into the dock :"
4959 msgstr "معدل التحديث أثناء مرور المؤشر على الشريط :"
4960
4961-#: ../data/messages:803
4962+#: ../data/messages:825
4963 msgid "Animation frequency for the OpenGL backend :"
4964 msgstr ""
4965
4966-#: ../data/messages:807
4967+#: ../data/messages:829
4968 msgid "Animation frequency for the Cairo backend :"
4969 msgstr ""
4970
4971-#: ../data/messages:809
4972+#: ../data/messages:831
4973 msgid ""
4974 "The transparency gradation pattern will then be re-calculated in real time. "
4975 "May need more CPU power."
4976 msgstr ""
4977
4978-#: ../data/messages:811
4979+#: ../data/messages:833
4980 msgid "Reflections should be calculated in real-time?"
4981 msgstr "حساب الإنعكاسات في الوقت الحقيقي؟"
4982
4983-#: ../data/messages:813
4984+#: ../data/messages:835
4985 msgid "Composition"
4986 msgstr "تَرْكِيب"
4987
4988-#: ../data/messages:815
4989+#: ../data/messages:837
4990 msgid ""
4991 "Only use this if you don't run a composite manager like Compiz, xcompmgr, "
4992 "etc and have a black background around your dock. For aesthetic reasons, the "
4993 "dock will be kept under other windows."
4994 msgstr ""
4995
4996-#: ../data/messages:817
4997+#: ../data/messages:839
4998 msgid "Emulate composition with fake transparency?"
4999 msgstr ""
5000
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches