Merge lp:~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1 into lp:ubuntu/natty/cairo-dock

Proposed by Matthieu Baerts
Status: Needs review
Proposed branch: lp:~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1
Merge into: lp:ubuntu/natty/cairo-dock
Diff against target: 231815 lines (+80333/-54779)
228 files modified
CMakeLists.txt (+6/-3)
config.h.cmake.in (+1/-11)
copyright (+2/-2)
data/CMakeLists.txt (+1/-0)
data/ChangeLog.txt (+2/-0)
data/cairo-dock-simple.conf.in (+5/-16)
data/cairo-dock.conf.in (+28/-19)
data/container.desktop (+26/-5)
data/default-theme/CMakeLists.txt (+2/-22)
data/default-theme/plug-ins/dialog-rendering/dialog-rendering.conf (+1/-1)
data/default-theme/readme (+2/-0)
data/explosion/CMakeLists.txt (+0/-13)
data/icons/CMakeLists.txt (+11/-0)
data/icons/theme-distant.svg (+232/-0)
data/icons/theme-local.svg (+393/-0)
data/icons/theme-new.svg (+291/-0)
data/icons/theme-updated.svg (+230/-0)
data/icons/theme-user.svg (+196/-0)
data/icons/theme-user2.svg (+415/-0)
data/launcher.desktop (+18/-5)
data/separator.desktop (+13/-2)
data/themes.conf.in (+2/-5)
debian/changelog (+15/-0)
debian/control (+37/-24)
debian/patches/01-desktop-file-category.patch (+0/-32)
debian/rules (+3/-1)
debian/source/format (+1/-0)
debian/watch (+1/-1)
po/ar.po (+1183/-1095)
po/be.po (+1501/-1208)
po/bn.po (+4223/-0)
po/ca.po (+1174/-1105)
po/cairo-dock.pot (+1120/-1065)
po/cs.po (+1246/-1123)
po/de.po (+1302/-1183)
po/el.po (+1792/-1320)
po/en.po (+0/-5538)
po/en_GB.po (+5655/-0)
po/es.po (+1533/-1177)
po/et.po (+1202/-1111)
po/eu.po (+1238/-1133)
po/fi.po (+1179/-1101)
po/fo.po (+1183/-1094)
po/fr.po (+1254/-1147)
po/hu.po (+1215/-1111)
po/it.po (+1266/-1157)
po/ja.po (+1520/-1415)
po/ko.po (+4267/-0)
po/nb.po (+1276/-1124)
po/nl.po (+1220/-1111)
po/oc.po (+1166/-1096)
po/pl.po (+4276/-0)
po/pt.po (+1557/-1345)
po/pt_BR.po (+1317/-1115)
po/ru.po (+1215/-1112)
po/sk.po (+1222/-1129)
po/sl.po (+4293/-0)
po/sr.po (+1246/-1104)
po/sv.po (+1437/-1352)
po/tr.po (+1246/-1134)
po/uk.po (+1245/-1126)
po/vi.po (+1560/-1349)
po/zh_CN.po (+1215/-1124)
po/zh_TW.po (+1185/-1090)
src/CMakeLists.txt (+3/-3)
src/cairo-dock-default-view.c (+0/-695)
src/cairo-dock-default-view.h (+0/-34)
src/cairo-dock-gui-backend.c (+322/-0)
src/cairo-dock-gui-backend.h (+96/-0)
src/cairo-dock-gui-commons.c (+573/-0)
src/cairo-dock-gui-commons.h (+54/-0)
src/cairo-dock-gui-items.c (+893/-0)
src/cairo-dock-gui-items.h (+45/-0)
src/cairo-dock-gui-launcher.c (+0/-530)
src/cairo-dock-gui-launcher.h (+0/-33)
src/cairo-dock-gui-main.c (+468/-189)
src/cairo-dock-gui-simple.c (+312/-347)
src/cairo-dock-gui-switch.c (+0/-76)
src/cairo-dock-gui-switch.h (+0/-34)
src/cairo-dock-gui-themes.c (+41/-193)
src/cairo-dock-menu.c (+175/-97)
src/cairo-dock-user-interaction.c (+286/-143)
src/cairo-dock-user-interaction.h (+22/-5)
src/cairo-dock.c (+200/-170)
src/gldit/CMakeLists.txt (+22/-27)
src/gldit/cairo-dock-X-manager.c (+282/-94)
src/gldit/cairo-dock-X-manager.h (+46/-6)
src/gldit/cairo-dock-X-utilities.c (+3/-2)
src/gldit/cairo-dock-animations.c (+71/-67)
src/gldit/cairo-dock-animations.h (+3/-4)
src/gldit/cairo-dock-applet-canvas.h (+21/-17)
src/gldit/cairo-dock-applet-facility.c (+51/-18)
src/gldit/cairo-dock-applet-facility.h (+36/-19)
src/gldit/cairo-dock-applet-manager.c (+4/-4)
src/gldit/cairo-dock-applet-multi-instance.h (+3/-5)
src/gldit/cairo-dock-applet-single-instance.h (+5/-5)
src/gldit/cairo-dock-application-facility.c (+43/-53)
src/gldit/cairo-dock-applications-manager.c (+385/-172)
src/gldit/cairo-dock-applications-manager.h (+68/-17)
src/gldit/cairo-dock-backends-manager.c (+197/-108)
src/gldit/cairo-dock-backends-manager.h (+50/-14)
src/gldit/cairo-dock-callbacks.c (+317/-113)
src/gldit/cairo-dock-class-manager.c (+197/-197)
src/gldit/cairo-dock-class-manager.h (+18/-18)
src/gldit/cairo-dock-config.c (+67/-355)
src/gldit/cairo-dock-config.h (+7/-9)
src/gldit/cairo-dock-container.c (+152/-24)
src/gldit/cairo-dock-container.h (+70/-4)
src/gldit/cairo-dock-core.c (+117/-0)
src/gldit/cairo-dock-core.h (+44/-0)
src/gldit/cairo-dock-data-renderer-manager.c (+215/-0)
src/gldit/cairo-dock-data-renderer-manager.h (+100/-0)
src/gldit/cairo-dock-data-renderer.c (+9/-105)
src/gldit/cairo-dock-data-renderer.h (+1/-3)
src/gldit/cairo-dock-dbus.c (+4/-2)
src/gldit/cairo-dock-dbus.h (+2/-1)
src/gldit/cairo-dock-desklet-factory.c (+67/-59)
src/gldit/cairo-dock-desklet-factory.h (+1/-1)
src/gldit/cairo-dock-desklet-manager.c (+228/-77)
src/gldit/cairo-dock-desklet-manager.h (+55/-7)
src/gldit/cairo-dock-dialog-factory.c (+102/-94)
src/gldit/cairo-dock-dialog-factory.h (+6/-1)
src/gldit/cairo-dock-dialog-manager.c (+283/-150)
src/gldit/cairo-dock-dialog-manager.h (+51/-17)
src/gldit/cairo-dock-dock-facility.c (+214/-54)
src/gldit/cairo-dock-dock-facility.h (+6/-2)
src/gldit/cairo-dock-dock-factory.c (+39/-42)
src/gldit/cairo-dock-dock-factory.h (+17/-15)
src/gldit/cairo-dock-dock-manager.c (+668/-128)
src/gldit/cairo-dock-dock-manager.h (+100/-35)
src/gldit/cairo-dock-draw-opengl.c (+56/-53)
src/gldit/cairo-dock-draw-opengl.h (+2/-0)
src/gldit/cairo-dock-draw.c (+85/-85)
src/gldit/cairo-dock-draw.h (+2/-0)
src/gldit/cairo-dock-emblem.c (+3/-2)
src/gldit/cairo-dock-file-manager.c (+88/-42)
src/gldit/cairo-dock-file-manager.h (+26/-7)
src/gldit/cairo-dock-flying-container.c (+72/-13)
src/gldit/cairo-dock-flying-container.h (+30/-5)
src/gldit/cairo-dock-global-variables.h (+3/-0)
src/gldit/cairo-dock-gui-factory.c (+532/-515)
src/gldit/cairo-dock-gui-factory.h (+13/-19)
src/gldit/cairo-dock-gui-manager.c (+54/-264)
src/gldit/cairo-dock-gui-manager.h (+43/-82)
src/gldit/cairo-dock-icon-facility.c (+742/-0)
src/gldit/cairo-dock-icon-facility.h (+322/-0)
src/gldit/cairo-dock-icon-factory.c (+607/-0)
src/gldit/cairo-dock-icon-factory.h (+360/-0)
src/gldit/cairo-dock-icon-loader.c (+0/-711)
src/gldit/cairo-dock-icon-loader.h (+0/-124)
src/gldit/cairo-dock-icon-manager.c (+964/-0)
src/gldit/cairo-dock-icon-manager.h (+137/-0)
src/gldit/cairo-dock-icons.c (+0/-852)
src/gldit/cairo-dock-icons.h (+0/-573)
src/gldit/cairo-dock-image-buffer.c (+193/-0)
src/gldit/cairo-dock-image-buffer.h (+122/-0)
src/gldit/cairo-dock-indicator-manager.c (+316/-239)
src/gldit/cairo-dock-indicator-manager.h (+48/-10)
src/gldit/cairo-dock-internal-accessibility.c (+0/-304)
src/gldit/cairo-dock-internal-accessibility.h (+0/-61)
src/gldit/cairo-dock-internal-background.c (+0/-145)
src/gldit/cairo-dock-internal-background.h (+0/-60)
src/gldit/cairo-dock-internal-desklets.c (+0/-114)
src/gldit/cairo-dock-internal-desklets.h (+0/-49)
src/gldit/cairo-dock-internal-dialogs.c (+0/-137)
src/gldit/cairo-dock-internal-dialogs.h (+0/-56)
src/gldit/cairo-dock-internal-icons.c (+0/-473)
src/gldit/cairo-dock-internal-icons.h (+0/-76)
src/gldit/cairo-dock-internal-indicators.c (+0/-182)
src/gldit/cairo-dock-internal-indicators.h (+0/-61)
src/gldit/cairo-dock-internal-labels.c (+0/-196)
src/gldit/cairo-dock-internal-labels.h (+0/-49)
src/gldit/cairo-dock-internal-position.c (+0/-145)
src/gldit/cairo-dock-internal-position.h (+0/-48)
src/gldit/cairo-dock-internal-system.c (+0/-137)
src/gldit/cairo-dock-internal-system.h (+0/-62)
src/gldit/cairo-dock-internal-taskbar.c (+0/-183)
src/gldit/cairo-dock-internal-taskbar.h (+0/-61)
src/gldit/cairo-dock-internal-views.c (+0/-102)
src/gldit/cairo-dock-internal-views.h (+0/-45)
src/gldit/cairo-dock-keybinder.c (+72/-10)
src/gldit/cairo-dock-keybinder.h (+31/-3)
src/gldit/cairo-dock-keyfile-utilities.c (+1/-0)
src/gldit/cairo-dock-launcher-manager.c (+47/-72)
src/gldit/cairo-dock-launcher-manager.h (+1/-1)
src/gldit/cairo-dock-load.c (+0/-592)
src/gldit/cairo-dock-load.h (+0/-142)
src/gldit/cairo-dock-manager.c (+211/-0)
src/gldit/cairo-dock-manager.h (+96/-0)
src/gldit/cairo-dock-module-factory.c (+974/-0)
src/gldit/cairo-dock-module-factory.h (+284/-0)
src/gldit/cairo-dock-module-manager.c (+668/-0)
src/gldit/cairo-dock-module-manager.h (+160/-0)
src/gldit/cairo-dock-modules.c (+0/-1514)
src/gldit/cairo-dock-modules.h (+0/-389)
src/gldit/cairo-dock-notifications.c (+34/-35)
src/gldit/cairo-dock-notifications.h (+82/-70)
src/gldit/cairo-dock-opengl-path.c (+5/-4)
src/gldit/cairo-dock-opengl-path.h (+1/-1)
src/gldit/cairo-dock-opengl.c (+27/-17)
src/gldit/cairo-dock-opengl.h (+13/-10)
src/gldit/cairo-dock-packages.c (+153/-39)
src/gldit/cairo-dock-packages.h (+52/-5)
src/gldit/cairo-dock-separator-manager.c (+8/-8)
src/gldit/cairo-dock-struct.h (+37/-70)
src/gldit/cairo-dock-surface-factory.c (+2/-7)
src/gldit/cairo-dock-task.h (+2/-2)
src/gldit/cairo-dock-themes-manager.c (+79/-33)
src/gldit/cairo-dock-themes-manager.h (+2/-6)
src/gldit/cairo-dock.h (+20/-15)
src/gldit/gldi-config.h.in (+17/-0)
src/icon-factory/cairo-dock-applet-factory.c (+4/-4)
src/icon-factory/cairo-dock-application-factory.c (+36/-6)
src/icon-factory/cairo-dock-application-factory.h (+0/-2)
src/icon-factory/cairo-dock-desktop-file-factory.c (+14/-74)
src/icon-factory/cairo-dock-desktop-file-factory.h (+5/-4)
src/icon-factory/cairo-dock-launcher-factory.c (+9/-16)
src/icon-factory/cairo-dock-launcher-factory.h (+2/-2)
src/icon-factory/cairo-dock-separator-factory.c (+3/-3)
src/implementations/CMakeLists.txt (+1/-0)
src/implementations/cairo-dock-default-view.c (+695/-0)
src/implementations/cairo-dock-default-view.h (+38/-0)
src/implementations/cairo-dock-gauge.c (+1/-1)
src/implementations/cairo-dock-gauge.h (+2/-2)
src/implementations/cairo-dock-graph.c (+6/-9)
src/implementations/cairo-dock-graph.h (+2/-2)
src/implementations/cairo-dock-hiding-effect.c (+4/-5)
src/implementations/cairo-dock-icon-container.c (+12/-12)
To merge this branch: bzr merge lp:~cairo-dock-team/ubuntu/natty/cairo-dock/2.3.0-0rc1
Reviewer Review Type Date Requested Status
Micah Gersten (community) Needs Fixing
Review via email: mp+51034@code.launchpad.net

Description of the change

The Cairo-Dock team proposes a Release Candidate for the version 2.3.0.
It's a major version, and it brings several improvements and fixes several bugs.

This version has been proposed on Debian too (on mentors.debian.net).

PS: please don't forget to update our plug-ins too (LP:#723995)

(Bug report linked LP: #723994)

To post a comment you must log in.
Revision history for this message
Micah Gersten (micahg) wrote :

There's no upstream tarball imported here. Please use bzr merge-upstream to import the upstream tarball and then add your debian dir changes on top of that. See https://wiki.ubuntu.com/DistributedDevelopment/Documentation/NewUpstreamVersion for more information. I'll check back in about 9 hours.

*Superflous suggests on cairo-dock-plug-ins

review: Needs Fixing
Revision history for this message
Matthieu Baerts (matttbe) wrote :

Hello Micah,
Thank you for your support!

About Cairo-Dock I've tried to use 'bzr merge-upstream' but it was strange it didn't work. Even after having added a few tags as said on this wiki page https://wiki.ubuntu.com/DistributedDevelopment/Documentation/NewUpstreamVersion.
This what I did: bzr merge-upstream --version 2.3.0~0rc1 lp:cairo-dock-core -r tag:2.3.0~0rc1 --distribution=natty

But:
* I've added this tag in lp:cairo-dock-core and lp:cairo-dock-plug-ins: 2.3.0~0rc1
* Added two new series: lp:cairo-dock-core/2.3 and lp:cairo-dock-plug-ins/2.3 with this RC release.
* Added two tarballs on launchpad: https://launchpad.net/cairo-dock-core/2.3/2.3.0-0rc1 and https://launchpad.net/cairo-dock-plug-ins/2.3/2.3.0-0rc1
* And updated the debian/watch (uscan detects the new RC)

I hope one of this point can help you to update Cairo-Dock version on Ubuntu :)

(about Cairo-Dock Plug-Ins, it needs the latest version (this 2.3.0~0rc1 version) of Cairo-Dock (Core) to compile because it contains the new API)

Do I have to do something else?
Don't hesitate to contact me!

Best Regards,

Matt

26. By Matthieu Baerts

* New Upstream Version (LP: #723994)
* Added debian/source/format 3.0
* Removed the desktop-file-category patch (sync with debian packages)
* debian/rules:
 - Added a CMake flag to disable the gtk grip
 - No longer used simple-patchsys
* debian/control:
 - Updated the description (from launchpad.net/cairo-dock)
 - Added cairo-dock-plug-ins as a new suggestion for cairo-dock-core
* Updated the debian/watch

Unmerged revisions

26. By Matthieu Baerts

* New Upstream Version (LP: #723994)
* Added debian/source/format 3.0
* Removed the desktop-file-category patch (sync with debian packages)
* debian/rules:
 - Added a CMake flag to disable the gtk grip
 - No longer used simple-patchsys
* debian/control:
 - Updated the description (from launchpad.net/cairo-dock)
 - Added cairo-dock-plug-ins as a new suggestion for cairo-dock-core
* Updated the debian/watch

25. By Didier Roche-Tolomelli

releasing version 2.2.0~4-0ubuntu1

24. By Matthieu Baerts

debian/control: Revert the update of the description => it's a bugfix-only release

23. By Matthieu Baerts

* New Upstream Version (LP: #653702)
* Fixed a few bugs:
 - Fixed a random crash if CD is launched much time before the WM
 - Improved the OpenGL backend.
 - Some Images paths were wrong
 - Icon label text was truncated (LP: #611738)
 - Fixed a bug when the font was too big
 - Gauges: Add a line return in order to read all Readme file
 - Dialogues don't respect selected font (LP: #518628)
* debian/control:
 - Updated the description.
* data/help.conf.in:
 - Removed the Gnome-Panel: Used the right gconf key

22. By Matthieu Baerts

 - Fixed a crash when changing the theme
 - Fixed transparency for data-renderer texts
 - Installed in lib/ directory by default for 64bits architecture
 - Fixed address of third-party applets in the menu
* debian/patches
 - Updated 01-desktop-file-category.patch (desktop files has changed)
* data/messages: Removed an useless file
* Removed a few useless excecution rights.

21. By Matthieu Baerts

* New Upstream Version (LP: #638527)
* Fixed a few bugs:
 - Third-party applets can be deleted if the user switch to offline
 - Fixed transparancy for data-renderer texts
 - Installed in lib directory by default even in 64bits
 - Fixed the name of applets in the launchers config panel
 - Fixed adress of third-party applets in the menu
 - Code cleaning.
* Updated Translations

20. By Matthieu Baerts

debian/changelog: 2.2.0~0rc1-0ubuntu1 and removed 2.2.0-0beta4-0ubuntu1 lines

19. By Matthieu Baerts

* New Upstream Version (LP: #632055)
* Fixed a few bugs on LP:
 - LP: #618336 all button tips visible if icons 'maximum zoom' set to 1.0
 - LP: #614686 create new sud-dock icon that looking like flat
 - LP: #612617 Add custom launchers or sub-docks, can't modify name.
 - LP: #612355 Add option in config file to set GL/Cairo mode
 - LP: #611733 icon labels go off-screen
* Fixed a crash when changing theme or gauges
* Updated translations
* New Upstream Version (LP: #614624)
* Fixed a few bugs on LP:
 - LP: #518453: Dock appears under all windows
                 (Compiz - fullscreen window)
 - LP: #521369: Separator are not removed when closing
                 grouped windows
 - LP: #521762: Some sentences are not correct
 - LP: #526466: Icons of apps with same class shouldn't
                 be stacked by default
 - LP: #535083: Dialogues looks ugly when a lot of them
                 appears at the same time
 - More details on the 'ChangeLog' file
* debian/rules:
 - Autotools has been replaced by CMake
 - Man pages are now included in the source code
* debian/copyright:
 - Updated with the new pathes and new files
* debian/control:
 - Autotools has been replaced by CMake
 - Added libcurl4-gnutls-dev as Build-deps
 - Bump Standard-Version to 3.9.1
* debian/cairo-dock-core.install:
 - Man pages are now included in the source code
 - All sonames are now installed into lib32 or lib64
* debian/cairo-dock-dev.install:
 - pkgconfig is now installed into lib32 or lib64

18. By Didier Roche-Tolomelli

fix changelog version

17. By Didier Roche-Tolomelli

change version

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2010-10-02 18:11:29 +0000
3+++ CMakeLists.txt 2011-03-17 13:11:28 +0000
4@@ -10,7 +10,7 @@
5 ########### project ###############
6
7 project ("cairo-dock")
8-set (VERSION "2.2.0-4")
9+set (VERSION "2.3.0~0rc1")
10
11 add_definitions (-std=c99 -Wstrict-prototypes -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration) #-Wunreachable-code -Wno-unused-parameter -Wall
12 if (NOT ${CMAKE_BUILD_TYPE})
13@@ -28,7 +28,7 @@
14 set (CPACK_SOURCE_GENERATOR "TGZ")
15 set (CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${VERSION}")
16 set (CPACK_SOURCE_IGNORE_FILES
17- "/build/;/.bzr/;bzrignore$;/config.h$;/scripts/;/doc/;/misc/;en_GB.po$;~$;${CPACK_SOURCE_IGNORE_FILES}")
18+ "/build/;/.bzr/;bzrignore$;/config.h$;/gldi-config.h$;/scripts/;/doc/;/misc/;~$;${CPACK_SOURCE_IGNORE_FILES}")
19 include (CPack)
20
21 add_custom_target( dist
22@@ -104,16 +104,19 @@
23
24 set (CAIRO_DOCK_SHARE_DATA_DIR ${pkgdatadir})
25 set (CAIRO_DOCK_SHARE_THEMES_DIR ${pkgdatadir}/themes)
26-set (CAIRO_DOCK_MODULES_DIR ${libdir}/cairo-dock)
27+#set (CAIRO_DOCK_MODULES_DIR ${libdir}/cairo-dock)
28 set (CAIRO_DOCK_LOCALE_DIR ${datadir}/locale)
29 set (CAIRO_DOCK_THEMES_DIR "themes")
30 set (CAIRO_DOCK_GETTEXT_PACKAGE ${GETTEXT_PACKAGE})
31
32+set (GLDI_GETTEXT_PACKAGE ${GETTEXT_PACKAGE})
33 set (GLDI_SHARE_DATA_DIR ${pkgdatadir})
34+set (GLDI_MODULES_DIR ${libdir}/cairo-dock)
35
36 ########### file generation ###############
37
38 configure_file (${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake.in ${CMAKE_CURRENT_SOURCE_DIR}/src/config.h)
39+configure_file (${CMAKE_CURRENT_SOURCE_DIR}/src/gldit/gldi-config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/src/gldit/gldi-config.h)
40 configure_file (${CMAKE_CURRENT_SOURCE_DIR}/data/cairo-dock.conf.in ${CMAKE_CURRENT_BINARY_DIR}/data/cairo-dock.conf)
41 configure_file (${CMAKE_CURRENT_SOURCE_DIR}/data/cairo-dock-simple.conf.in ${CMAKE_CURRENT_BINARY_DIR}/data/cairo-dock-simple.conf)
42 configure_file (${CMAKE_CURRENT_SOURCE_DIR}/data/main-dock.conf.in ${CMAKE_CURRENT_BINARY_DIR}/data/main-dock.conf)
43
44=== modified file 'config.h.cmake.in'
45--- config.h.cmake.in 2010-09-16 01:04:13 +0000
46+++ config.h.cmake.in 2011-03-17 13:11:28 +0000
47@@ -26,21 +26,11 @@
48 /* Define to 1 if you have the <math.h> header file. */
49 #cmakedefine HAVE_MATH_H @HAVE_MATH_H@
50
51-/* Defined if we can use X Extensions. */
52-#cmakedefine HAVE_XEXTEND @HAVE_XEXTEND@
53-
54-/* Defined if we can crypt passwords. */
55-#cmakedefine HAVE_LIBCRYPT @HAVE_LIBCRYPT@
56-
57+// Appli
58 #define CAIRO_DOCK_GETTEXT_PACKAGE "@CAIRO_DOCK_GETTEXT_PACKAGE@"
59-#define GLDI_VERSION "@VERSION@"
60-#define GLDI_SHARE_DATA_DIR "@CAIRO_DOCK_SHARE_DATA_DIR@"
61-
62-// Appli
63 #define CAIRO_DOCK_VERSION "@VERSION@"
64 #define CAIRO_DOCK_SHARE_DATA_DIR "@CAIRO_DOCK_SHARE_DATA_DIR@"
65 #define CAIRO_DOCK_SHARE_THEMES_DIR "@CAIRO_DOCK_SHARE_THEMES_DIR@"
66-#define CAIRO_DOCK_MODULES_DIR "@CAIRO_DOCK_MODULES_DIR@"
67 #define CAIRO_DOCK_LOCALE_DIR "@CAIRO_DOCK_LOCALE_DIR@"
68 #define CAIRO_DOCK_THEMES_DIR "@CAIRO_DOCK_THEMES_DIR@"
69
70
71=== modified file 'copyright'
72--- copyright 2010-09-18 12:19:06 +0000
73+++ copyright 2011-03-17 13:11:28 +0000
74@@ -1,8 +1,8 @@
75 X-Source-Downloaded-From: https://launchpad.net/cairo-dock
76 X-Upstream-Author: Fabrice Rey <fabounet@glx-dock.org>.
77
78-Files: src/*
79-Copyright: Fabrice Rey <fabounet@glx-dock.org>
80+Files: */*
81+Copyright: 2007-2011 Fabrice Rey <fabounet@glx-dock.org>
82 Licence: GPL 3+ (See /usr/share/common-licenses/GPL-3 for complete licence)
83 * This program is free software; you can redistribute it and/or modify
84 * it under the terms of the GNU General Public License as published by
85
86=== modified file 'data/CMakeLists.txt'
87--- data/CMakeLists.txt 2010-09-16 01:04:13 +0000
88+++ data/CMakeLists.txt 2011-03-17 13:11:28 +0000
89@@ -2,6 +2,7 @@
90 add_subdirectory(gauges)
91 add_subdirectory(explosion)
92 add_subdirectory(man)
93+add_subdirectory(icons)
94
95
96 ########### install files ###############
97
98=== modified file 'data/ChangeLog.txt'
99--- data/ChangeLog.txt 2010-09-18 12:19:06 +0000
100+++ data/ChangeLog.txt 2011-03-17 13:11:28 +0000
101@@ -46,3 +46,5 @@
102 2.1.3 = GLX-Dock 2.1.3\n - A new and simplified configuration panel has been written\n - Thumbnails of windows inside the dock now have an emblem.\n - Icons pointing on sub-docks can display the sub-dock's content.\n - When an application demands your attention, only its icon will appear when the dock is hidden.\n - The DBus plug-in now allows to automatically load external applets, written in any language.\n - ShowDesktop can now quickly change the resolution of the screen.\n - Dnd2Share can now directly sends the clipboard's content.\n - This version also fixes a huge number of problems.
103
104 2.2.0 = <b><span color='red'>GLX-Dock 2.2.0</span></b>\n - The dock has gained 2 <b>new visibility modes</b> and several <b>auto-hide animations</b>.\n - Icons can be <b>displayed even when the dock is hidden</b> (Clock, System-Monitor, applications demanding your attention, etc)\n - Icons pointing on a sub-dock can be displayed <b>inside a box</b> with a nice opening animation.\n - A <b>new view</b> is available : <u>panel</u>\n - The <b>Me-Menu</b> and <b>Messaging-Menu</b> are now available inside the dock.\n - <b>Clock</b> applet has now a real <b>calendar with tasks management</b> (available with left-click).\n - You can now <b>lock your screen</b> with the <b>Logout</b> applet.\n - <b>Desklets</b> can now be <b>transparent to mouse</b>, that is to say you can click on what is behind the desklet.\n - Better support of <b>old graphic cards</b> thanks to FBOs.\n - The <b>config panel icons</b> have been refreshed, with a more Tango-friendly theme and better options layout.\n - A <b>new default theme</b> is also available; it should integrate itself better on any desktop.
105+
106+2.3.0 = <b><span color='red'>GLX-Dock 2.3.0</span></b>\n - The <i>System-Monitor</i> applet can now monitor <b>CPU temperature</b> and <b>fan speed</b>.\n - The <i>menus</i> have a <b>better layout</b>.\n - The <i>Logout applet</i> now warns you when the computer <b>needs to be restarted</b>.\n - Several <b>bug-fixes</b> and improvments.
107
108=== modified file 'data/cairo-dock-simple.conf.in'
109--- data/cairo-dock-simple.conf.in 2010-09-07 00:38:36 +0000
110+++ data/cairo-dock-simple.conf.in 2011-03-17 13:11:28 +0000
111@@ -99,13 +99,13 @@
112 #[@pkgdatadir@/icon-plug-ins.svg]
113 [Add-ons]
114
115-#F[Applets;@pkgdatadir@/icon-accessories.svg]
116+#F[Add or remove any applet;@pkgdatadir@/icon-accessories.svg]
117 frame_mod=
118
119-#N Add or remove any applet :
120+#_
121 #{Select a line to get a preview and a description of the applet.
122 #Click on the left check-box to (de)activate an applet.
123-#Once an applet is active, you can configure it by right clicking on its icon.}/
124+#Once an applet is active, you can configure it by right clicking on its icon.}
125 modules=
126
127 #W[More applets] Get more applets online !
128@@ -116,16 +116,5 @@
129 #[@pkgdatadir@/icon-controler.svg]
130 [Themes]
131
132-#R[@pkgdatadir@/themes;../@CAIRO_DOCK_THEMES_DIR@;themes] Choose one of the available themes:/
133-chosen theme =
134-
135-#F[Options]
136-frame_opt=
137-
138-#b Use the new theme's launchers?
139-#{If you tick this box, your launchers will be deleted and replaced by the ones provided in the new theme. Otherwise the current launchers will be kept, only icons will be replaced.}
140-use theme launchers = false
141-
142-#b Use the new theme's behaviour?
143-#{Otherwise the current behaviour will be kept. This defines the dock's position, behavioural settings such as auto-hide, using taskbar or not, etc.}
144-use theme behaviour = false
145+#_
146+notebook=
147
148=== modified file 'data/cairo-dock.conf.in'
149--- data/cairo-dock.conf.in 2010-09-07 00:38:36 +0000
150+++ data/cairo-dock.conf.in 2011-03-17 13:11:28 +0000
151@@ -51,7 +51,7 @@
152 #v
153 sep_visi =
154
155-#L-[Move down;Fade out;Semi transparent;Zoom out;Folding] Effect used to hide the dock:
156+#L-[None;Move down;Fade out;Semi transparent;Zoom out;Folding] Effect used to hide the dock:
157 hide effect = Move down
158
159 #i-[0;1500] Delay before the dock unhides itself:
160@@ -159,14 +159,13 @@
161 #F-[Interaction;gtk-refresh]
162 frame2 =
163
164+#l-[Nothing;Close;Minimize;Launch new] Action on middle-click on the related application
165+action on middle click = 1
166+
167 #b- Minimise the window when its icon is clicked, if it was already the active window ?
168 #{This is the default behaviour of most taskbars.}
169 minimize on click = true
170
171-#b- Middle-clicking on an icon closes the related application
172-#{In the style of Firefox tabs}
173-close on middle click = true
174-
175 #v-
176 sep_att =
177
178@@ -663,7 +662,7 @@
179
180 [Labels]
181
182-#X-[Label visibility;gtk-underline]
183+#F-[Label visibility;gtk-underline]
184 frame_label =
185
186 #Y+[No;0;0;On pointed icon;0;0;On all icons;1;1] Show labels:
187@@ -689,6 +688,16 @@
188 #b+ Draw the outline of the text?
189 text oulined = true
190
191+#F+[Background;gtk-orientation-portrait]
192+frame_bg =
193+
194+#C+ Colour of the label's background :
195+#{If you set it to fully transparent, there will be no background for the text, but the margin around the text will still be in effect.}
196+text background color = 0;0;0;.6
197+
198+#i+[0;20] Margin around the text (in pixels) :
199+text margin = 4
200+
201 #F+[Colour;gtk-select-color]
202 frame_col =
203
204@@ -704,16 +713,16 @@
205 #{If checked, the pattern will go from top to bottom, otherwise from left to right.}
206 vertical label pattern = false
207
208-#F+[Background;gtk-orientation-portrait]
209-frame_bg =
210-
211-#C+ Colour of the label's background :
212-#{If you set it to fully transparent, there will be no background for the text, but the margin around the text will still be in effect.}
213-text background color = 0;0;0;.5
214-
215-#b+ Use background color for labels?
216-#{If false, only the quick-info will have this background color.}
217-background for label = false
218-
219-#i+[0;20] Margin around the text (in pixels) :
220-text margin = 4
221+#F+[Quick-info;stock_dialog_info]
222+#{Quick-info are short information drawn on the icons.}
223+frame_qi =
224+
225+#B[-2] Use the same look as the labels?
226+qi same = true
227+
228+#c+ Text color:
229+qi text color = 1;1;1
230+
231+#C+ Background color:
232+qi bg color = 0;0;0;0.8
233+
234
235=== modified file 'data/container.desktop'
236--- data/container.desktop 2010-09-07 00:38:36 +0000
237+++ data/container.desktop 2011-03-17 13:11:28 +0000
238@@ -1,22 +1,40 @@
239 #!en
240+
241+#[gtk-about]
242 [Desktop Entry]
243+
244+#F[Subdock]
245+frame_maininfo=
246+
247+#d Name of the container it belongs to:
248+#{If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.}
249+Container =
250+
251 #s Sub-dock's name :
252 Name = New sub-dock
253
254 Exec=
255
256-#Y[Use an image;1;1;Draw sub-dock's content as emblems;0;0;Draw sub-dock's content as stack;0;0;Draw sub-dock's content inside a box;0;0] How to render the icon :
257+#F[Display]
258+frame_display=
259+
260+#Y[Use an image;1;1;Draw sub-dock's content as emblems;0;0;Draw sub-dock's content as stack;0;0;Draw sub-dock's content inside a box;2;2] How to render the icon :
261 render = 3
262
263 #S Image's name or path :
264 Icon=
265
266+#S Image for the front box:
267+#{If you don't provide any, a default image will be used.}
268+front box=
269+
270+#S Image for the back box:
271+#{If you don't provide any, a default image will be used.}
272+back box=
273+
274+
275 #X[Extra parameters]
276 frame_extra =
277-#f[0;100] Order you want for this launcher among the others:
278-Order=0
279-#d Name of the container it belongs to:
280-Container =
281
282 Is container = true
283
284@@ -27,4 +45,7 @@
285 #{If '0' the container will be displayed on every viewport.}
286 ShowOnViewport = 0
287
288+#f[0;100] Order you want for this launcher among the others:
289+Order=0
290+
291 group = 0
292
293=== modified file 'data/default-theme/CMakeLists.txt'
294--- data/default-theme/CMakeLists.txt 2010-08-07 01:28:23 +0000
295+++ data/default-theme/CMakeLists.txt 2011-03-17 13:11:28 +0000
296@@ -1,7 +1,6 @@
297 add_subdirectory(launchers)
298 add_subdirectory(plug-ins)
299
300-
301 ########### install files ###############
302
303 install(FILES
304@@ -9,25 +8,6 @@
305 active.png
306 bg.svg
307 indicator.png
308+ preview
309+ readme
310 DESTINATION ${pkgdatadir}/themes/_default_ )
311-
312-
313-
314-#original Makefile.am contents follow:
315-
316-#SUBDIRS = . launchers icons plug-ins
317-#
318-#themedir = ${pkgdatadir}/themes/_default_
319-#
320-#theme_DATA = \
321-# cairo-dock.conf\
322-# active.png\
323-# bg.png\
324-# cairo-dock-cancel.svg\
325-# cairo-dock-ok.svg\
326-# indicator.png\
327-# separator.png
328-#
329-#
330-#EXTRA_DIST = $(theme_DATA)
331-#
332
333=== modified file 'data/default-theme/plug-ins/dialog-rendering/dialog-rendering.conf'
334--- data/default-theme/plug-ins/dialog-rendering/dialog-rendering.conf 2010-08-07 01:28:23 +0000
335+++ data/default-theme/plug-ins/dialog-rendering/dialog-rendering.conf 2011-03-17 13:11:28 +0000
336@@ -3,7 +3,7 @@
337 #[gtk-preference]
338 [Comics]
339 #i+[0;30] Corner radius :
340-corner=8
341+corner=16
342
343 #i+[1;10] Border width :
344 border=1
345
346=== added file 'data/default-theme/preview'
347Binary files data/default-theme/preview 1970-01-01 00:00:00 +0000 and data/default-theme/preview 2011-03-17 13:11:28 +0000 differ
348=== added file 'data/default-theme/readme'
349--- data/default-theme/readme 1970-01-01 00:00:00 +0000
350+++ data/default-theme/readme 2011-03-17 13:11:28 +0000
351@@ -0,0 +1,2 @@
352+This is the default theme.
353+<u>Author</u>: Matttbe
354
355=== modified file 'data/explosion/CMakeLists.txt'
356--- data/explosion/CMakeLists.txt 2010-08-07 01:28:23 +0000
357+++ data/explosion/CMakeLists.txt 2011-03-17 13:11:28 +0000
358@@ -3,16 +3,3 @@
359
360 install(FILES explosion.png DESTINATION ${pkgdatadir}/explosion )
361
362-
363-
364-#original Makefile.am contents follow:
365-
366-#SUBDIRS = .
367-#
368-#explosiondir = ${pkgdatadir}/explosion
369-#
370-#explosion_DATA = \
371-# explosion.png
372-#
373-#
374-#EXTRA_DIST = $(explosion_DATA)
375
376=== added directory 'data/icons'
377=== added file 'data/icons/CMakeLists.txt'
378--- data/icons/CMakeLists.txt 1970-01-01 00:00:00 +0000
379+++ data/icons/CMakeLists.txt 2011-03-17 13:11:28 +0000
380@@ -0,0 +1,11 @@
381+
382+########### install files ###############
383+
384+install (FILES theme-distant.svg
385+ theme-local.svg
386+ theme-new.svg
387+ theme-updated.svg
388+ theme-user.svg
389+ balloons.png
390+ DESTINATION ${pkgdatadir}/icons )
391+
392
393=== added file 'data/icons/balloons.png'
394Binary files data/icons/balloons.png 1970-01-01 00:00:00 +0000 and data/icons/balloons.png 2011-03-17 13:11:28 +0000 differ
395=== added file 'data/icons/theme-distant.svg'
396--- data/icons/theme-distant.svg 1970-01-01 00:00:00 +0000
397+++ data/icons/theme-distant.svg 2011-03-17 13:11:28 +0000
398@@ -0,0 +1,232 @@
399+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
400+<!-- Created with Inkscape (http://www.inkscape.org/) -->
401+
402+<svg
403+ xmlns:svg="http://www.w3.org/2000/svg"
404+ xmlns="http://www.w3.org/2000/svg"
405+ xmlns:xlink="http://www.w3.org/1999/xlink"
406+ version="1.0"
407+ width="48"
408+ height="48"
409+ id="svg2">
410+ <defs
411+ id="defs4">
412+ <linearGradient
413+ id="linearGradient6326">
414+ <stop
415+ id="stop6328"
416+ style="stop-color:#debc8c;stop-opacity:1"
417+ offset="0" />
418+ <stop
419+ id="stop6330"
420+ style="stop-color:#f4ac72;stop-opacity:1"
421+ offset="1" />
422+ </linearGradient>
423+ <linearGradient
424+ id="linearGradient3156">
425+ <stop
426+ id="stop3158"
427+ style="stop-color:#ffffff;stop-opacity:1"
428+ offset="0" />
429+ <stop
430+ id="stop3160"
431+ style="stop-color:#ffffff;stop-opacity:0"
432+ offset="1" />
433+ </linearGradient>
434+ <linearGradient
435+ id="linearGradient6493">
436+ <stop
437+ id="stop6495"
438+ style="stop-color:#4580d4;stop-opacity:1"
439+ offset="0" />
440+ <stop
441+ id="stop6497"
442+ style="stop-color:#114796;stop-opacity:1"
443+ offset="1" />
444+ </linearGradient>
445+ <linearGradient
446+ id="linearGradient4103">
447+ <stop
448+ id="stop4105"
449+ style="stop-color:#70adfb;stop-opacity:1"
450+ offset="0" />
451+ <stop
452+ id="stop4107"
453+ style="stop-color:#3465a4;stop-opacity:1"
454+ offset="1" />
455+ </linearGradient>
456+ <linearGradient
457+ id="linearGradient8838">
458+ <stop
459+ id="stop8840"
460+ style="stop-color:#000000;stop-opacity:1"
461+ offset="0" />
462+ <stop
463+ id="stop8842"
464+ style="stop-color:#000000;stop-opacity:0"
465+ offset="1" />
466+ </linearGradient>
467+ <radialGradient
468+ cx="62.625"
469+ cy="4.625"
470+ r="10.625"
471+ fx="62.625"
472+ fy="4.625"
473+ id="radialGradient5729"
474+ xlink:href="#linearGradient8838"
475+ gradientUnits="userSpaceOnUse"
476+ gradientTransform="matrix(1,0,0,0.341176,0,3.047059)" />
477+ <linearGradient
478+ x1="24.335312"
479+ y1="61.852856"
480+ x2="28.290144"
481+ y2="20.663898"
482+ id="linearGradient5745"
483+ xlink:href="#linearGradient3156"
484+ gradientUnits="userSpaceOnUse" />
485+ <linearGradient
486+ x1="27.888655"
487+ y1="-0.81503254"
488+ x2="28.290144"
489+ y2="20.663898"
490+ id="linearGradient5747"
491+ xlink:href="#linearGradient3156"
492+ gradientUnits="userSpaceOnUse" />
493+ <linearGradient
494+ x1="28.220636"
495+ y1="-2.3103411"
496+ x2="28.290144"
497+ y2="20.663898"
498+ id="linearGradient5749"
499+ xlink:href="#linearGradient3156"
500+ gradientUnits="userSpaceOnUse" />
501+ <linearGradient
502+ x1="30.501778"
503+ y1="55.647495"
504+ x2="29.724815"
505+ y2="24.653727"
506+ id="linearGradient5751"
507+ xlink:href="#linearGradient3156"
508+ gradientUnits="userSpaceOnUse" />
509+ <radialGradient
510+ cx="22.944935"
511+ cy="11.222695"
512+ r="14"
513+ fx="22.944935"
514+ fy="4.7612267"
515+ id="radialGradient5537"
516+ xlink:href="#linearGradient3156"
517+ gradientUnits="userSpaceOnUse"
518+ gradientTransform="matrix(1.3571044,0.01021839,-0.00631345,0.8384895,-10.874695,1.3057951)" />
519+ <radialGradient
520+ cx="22.125"
521+ cy="10.874998"
522+ r="20"
523+ fx="22.125"
524+ fy="10.874998"
525+ id="radialGradient5540"
526+ xlink:href="#linearGradient3156"
527+ gradientUnits="userSpaceOnUse"
528+ gradientTransform="matrix(1.0099925,-0.1119962,0.05668752,0.5112133,-5.8375646,1.7934718)" />
529+ <radialGradient
530+ cx="20.038782"
531+ cy="12.610249"
532+ r="22.463524"
533+ fx="20.038782"
534+ fy="12.610249"
535+ id="radialGradient5551"
536+ xlink:href="#linearGradient4103"
537+ gradientUnits="userSpaceOnUse"
538+ gradientTransform="matrix(1.9524671,-0.05018139,0.03650944,1.4214826,-20.408334,-5.9089096)" />
539+ <linearGradient
540+ x1="29.01346"
541+ y1="29"
542+ x2="29.75"
543+ y2="50"
544+ id="linearGradient5553"
545+ xlink:href="#linearGradient6493"
546+ gradientUnits="userSpaceOnUse"
547+ gradientTransform="translate(-5.0000016,-6)" />
548+ <radialGradient
549+ cx="26"
550+ cy="15.240479"
551+ r="15.074549"
552+ fx="26"
553+ fy="15.240479"
554+ id="radialGradient6332"
555+ xlink:href="#linearGradient6326"
556+ gradientUnits="userSpaceOnUse"
557+ gradientTransform="matrix(2.2554569,0,-2.1857407e-8,2.0564463,-32.641879,-17.341228)" />
558+ </defs>
559+ <g
560+ id="layer1">
561+ <g
562+ id="g6334">
563+ <path
564+ d="m 73.25,4.625 c 0,2.0020323 -4.756974,3.6250001 -10.625,3.6250001 C 56.756974,8.2500001 52,6.6270323 52,4.625 52,2.6229677 56.756974,0.99999989 62.625,0.99999989 c 5.868026,0 10.625,1.62296781 10.625,3.62500011 l 0,0 z"
565+ transform="matrix(1.9262213,0,0,2.1088276,-97.163508,29.602172)"
566+ id="path8836"
567+ style="opacity:0.4;fill:url(#radialGradient5729);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.49589729;marker:none;visibility:visible;display:inline;overflow:visible" />
568+ <path
569+ d="m 44.500921,23 c 0,11.316512 -9.178384,20.500922 -20.487463,20.500922 -11.30908,0 -20.4874629,-9.18441 -20.4874629,-20.500922 0,-11.316509 9.1783829,-20.5009224 20.4874629,-20.5009224 11.309079,0 20.487463,9.1844134 20.487463,20.5009224 z"
570+ id="path1307"
571+ style="fill:url(#radialGradient5551);fill-opacity:1;stroke:url(#linearGradient5553);stroke-width:0.99815506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
572+ <path
573+ d="M 43.219099,19.337303 43.03226,20.057842 C 42.479353,19.598341 41.858575,19.21192 41.228194,18.808339 l -1.383757,0.143595 -1.264237,-1.007844 0,1.247283 1.083135,0.577996 0.720932,0.57578 0.963449,-0.768406 c 0.242517,0.320344 0.481723,0.640687 0.722585,0.961031 l 0,0.95998 -1.08479,0.864133 -1.985167,0.961031 -1.503445,1.058044 -0.963448,-0.770739 0.481724,-0.864133 -0.961957,-0.768403 -1.62462,-2.448926 -1.383757,-1.103574 -0.362204,0.287307 0.54314,1.393213 1.021718,0.816269 c 0.583533,1.18798 1.160774,2.323424 1.927064,3.458986 1.188253,0 2.30847,-0.08896 3.48861,-0.193795 l 0,0.672677 -1.443683,2.497372 -1.323998,1.05571 -1.083133,1.634872 c 0,0.896122 0,1.792244 0,2.688249 l 0.362204,1.058043 -0.601411,0.478882 -1.325653,0.576827 -1.383756,0.816269 1.14455,0.912115 -1.564859,0.962198 0.300623,0.622477 -2.347372,1.874314 -1.563204,0 -1.323998,0.576828 -0.843926,0 0,-0.768404 -0.358894,-1.539144 c -0.465667,-0.964534 -0.950536,-1.92218 -1.443684,-2.879825 0,-0.70688 0.05976,-1.406872 0.119686,-2.113636 l 0.603068,-0.95998 -0.843929,-1.153773 0.06142,-1.584674 -1.14455,-0.912115 0.572274,-1.32025 -0.931169,-0.745056 -1.626273,0 -0.541485,-0.432068 -1.62462,0.721124 -0.661169,-0.529547 -1.5051,0.912582 c -1.02172,-0.816853 -2.045094,-1.633121 -3.068303,-2.44939 L 13.07,22.841935 l 1.083137,-1.151436 -0.601412,-0.479933 1.322342,-2.210651 c 1.086444,-0.953092 2.221227,-1.867425 3.369089,-2.785143 l 2.046584,-0.384204 2.285956,-0.191576 1.564859,0.288473 2.226032,1.583506 0.78251,-0.623643 1.081479,-0.09573 2.046584,0.479932 1.564861,0 1.083134,-0.672675 0.481723,-0.479932 -1.08479,-0.479932 -1.80572,-0.09573 c -0.501093,-0.490204 -0.966759,-1.005508 -1.561715,-1.441076 l -0.603065,0.191574 -0.240865,1.249502 -1.083133,-0.864131 -0.239207,-0.962199 -1.20282,-0.670338 -0.48338,0 1.20431,0.959978 -0.481723,0.864134 -0.961959,0.191576 0.60141,-0.864134 -1.084791,-0.383036 -0.960303,-0.768403 -1.807377,0.287304 -0.239206,0.383036 -1.083134,0.481099 -0.601411,1.056877 -1.503445,0.527797 -0.662824,-0.527797 -0.720932,0 0,-1.729435 1.564859,-0.576829 1.20282,0 -0.242517,-0.671507 -0.960303,-0.672675 1.62313,-0.240609 0.902032,-0.719371 0.720931,-0.8653012 1.325654,0 -0.362206,-0.6715064 0.843929,-0.3842031 0,0.7684043 1.804066,0.2873052 1.804067,-1.0557095 0.121174,-0.481099 1.563205,-0.7678216 c -0.56582,0.049618 -1.131638,0.08604 -1.684545,0.1921611 l 0,-0.8651834 0.601409,-0.9605654 -0.601409,0 -1.321678,0.8641345 -0.362207,0.4805153 0.362207,0.673259 -0.603067,1.1514366 -0.96196,-0.3842011 -0.840618,-0.6715065 -1.325651,0.6715065 -0.481725,-1.5362228 2.285956,-1.0562945 0,-0.5768291 L 25.223524,4.7847867 27.509479,4.4 l 1.56486,0.3847867 2.166268,0.9599803 -1.564858,0 1.564858,1.1526075 1.202823,-0.9599824 c 0,0 4.786235,2.4031505 7.258281,5.7266459 2.405352,3.233831 3.412213,6.909414 3.517388,7.673265 z"
574+ id="path4023"
575+ style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
576+ <path
577+ d="M 43.219099,18.237303 43.03226,18.957842 C 42.479353,18.498341 41.858575,18.11192 41.228194,17.708339 l -1.383757,0.143595 -1.264237,-1.007844 0,1.247283 1.083135,0.577996 0.720932,0.57578 0.963449,-0.768406 c 0.242517,0.320344 0.481723,0.640687 0.722585,0.961031 l 0,0.95998 -1.08479,0.864133 -1.985167,0.961031 -1.503445,1.058044 -0.963448,-0.770739 0.481724,-0.864133 -0.961957,-0.768403 -1.62462,-2.448926 -1.383757,-1.103574 -0.362204,0.287307 0.54314,1.393213 1.021718,0.816269 c 0.583533,1.18798 1.160774,2.323424 1.927064,3.458986 1.188253,0 2.30847,-0.08896 3.48861,-0.193795 l 0,0.672677 -1.443683,2.497372 -1.323998,1.05571 -1.083133,1.634872 c 0,0.896122 0,1.792244 0,2.688249 l 0.362204,1.058043 -0.601411,0.478882 -1.325653,0.576827 -1.383756,0.816269 1.14455,0.912115 -1.564859,0.962198 0.300623,0.622477 -2.347372,1.874314 -1.563204,0 -1.323998,0.576828 -0.843926,0 0,-0.768404 -0.358894,-1.539144 c -0.465667,-0.964534 -0.950536,-1.92218 -1.443684,-2.879825 0,-0.70688 0.05976,-1.406872 0.119686,-2.113636 l 0.603068,-0.95998 -0.843929,-1.153773 0.06142,-1.584674 -1.14455,-0.912115 0.572274,-1.32025 -0.931169,-0.745056 -1.626273,0 -0.541485,-0.432068 -1.62462,0.721124 -0.661169,-0.529547 -1.5051,0.912582 c -1.02172,-0.816853 -2.045094,-1.633121 -3.068303,-2.44939 L 13.07,21.741935 l 1.083137,-1.151436 -0.601412,-0.479933 1.322342,-2.210651 c 1.086444,-0.953092 2.221227,-1.867425 3.369089,-2.785143 l 2.046584,-0.384204 2.285956,-0.191576 1.564859,0.288473 2.226032,1.583506 0.78251,-0.623643 1.081479,-0.09573 2.046584,0.479932 1.564861,0 1.083134,-0.672675 0.481723,-0.479932 -1.08479,-0.479932 -1.80572,-0.09573 c -0.501093,-0.490204 -0.966759,-1.005508 -1.561715,-1.441076 l -0.603065,0.191574 -0.240865,1.249502 -1.083133,-0.864131 -0.239207,-0.962199 -1.20282,-0.670338 -0.48338,0 1.20431,0.959978 -0.481723,0.864134 -0.961959,0.191576 0.60141,-0.864134 -1.084791,-0.383036 -0.960303,-0.768403 -1.807377,0.287304 -0.239206,0.383036 -1.083134,0.481099 -0.601411,1.056877 -1.503445,0.527797 -0.662824,-0.527797 -0.720932,0 0,-1.729435 1.564859,-0.576829 1.20282,0 -0.242517,-0.671507 -0.960303,-0.672675 1.62313,-0.240609 0.902032,-0.719371 0.720931,-0.8653012 1.325654,0 -0.362206,-0.6715064 0.843929,-0.3842031 0,0.7684043 1.804066,0.2873052 1.804067,-1.0557095 0.121174,-0.481099 1.563205,-0.7678216 c -0.56582,0.049618 -1.131638,0.08604 -1.684545,0.1921611 l 0,-0.8651834 0.601409,-0.9605654 -0.601409,0 -1.321678,0.8641345 -0.362207,0.4805153 0.362207,0.673259 -0.603067,1.1514366 -0.96196,-0.3842011 -0.840618,-0.6715065 -1.325651,0.6715065 -0.481725,-1.5362228 2.285956,-1.0562945 0,-0.5768291 L 25.223524,3.6847867 27.509479,3.3 l 1.56486,0.3847867 2.166268,0.9599803 -1.564858,0 1.564858,1.1526075 1.202823,-0.9599824 c 0,0 4.786235,2.4031505 7.258281,5.7266459 2.405352,3.233831 3.412213,6.909414 3.517388,7.673265 z"
578+ id="path6628"
579+ style="fill:url(#radialGradient6332);fill-opacity:1;fill-rule:nonzero;stroke:none" />
580+ <path
581+ d="m 43.501763,23 c 0,10.764976 -8.736791,19.501764 -19.501765,19.501764 C 13.235024,42.501764 4.4982338,33.764976 4.4982338,23 c 0,-10.764974 8.7367902,-19.5017646 19.5017642,-19.5017646 10.764974,0 19.501765,8.7367906 19.501765,19.5017646 z"
582+ id="path3164"
583+ style="opacity:0.4;fill:none;stroke:url(#radialGradient5540);stroke-width:0.99647081;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
584+ <path
585+ d="m 42.999998,16.746704 c 0,7.114117 -8.512001,11.02908 -18.999999,11.02908 -10.488002,0 -19.0000006,-3.914963 -19.0000006,-11.02908 C 4.9999984,9.632588 13.511997,2 23.999999,2 34.487997,2 42.999998,9.632588 42.999998,16.746704 z"
586+ id="path3154"
587+ style="opacity:0.4;fill:url(#radialGradient5537);fill-opacity:1;stroke:none" />
588+ <path
589+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
590+ transform="matrix(1.076193,-0.2912862,0.1952728,0.7143165,-11.182741,14.979481)"
591+ id="path2218"
592+ style="opacity:0.6;fill:none;stroke:url(#linearGradient5745);stroke-width:1.09524393;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
593+ <path
594+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
595+ transform="matrix(1.1247273,-0.00679075,0.00112312,0.7429216,-7.8873839,2.6776872)"
596+ id="path2230"
597+ style="opacity:0.6;fill:none;stroke:url(#linearGradient5747);stroke-width:1.0902828;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
598+ <path
599+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
600+ transform="matrix(-0.09940095,-1.1197712,0.6946105,-0.03998764,8.1749534,56.475018)"
601+ id="path2234"
602+ style="opacity:0.6;fill:none;stroke:url(#linearGradient5749);stroke-width:1.12890089;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
603+ <path
604+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
605+ transform="matrix(-0.1600777,-1.1032472,0.4856389,0.01692093,16.935466,54.089297)"
606+ id="path2240"
607+ style="fill:none;stroke:url(#linearGradient5751);stroke-width:1.36711621;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
608+ <path
609+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
610+ transform="matrix(0.7873429,-0.2144143,0.2141677,0.7882494,1.2604149,11.541737)"
611+ id="path2255"
612+ style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
613+ <path
614+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
615+ transform="matrix(0.6748654,-0.1837837,0.2141677,0.7882494,-14.193998,12.29353)"
616+ id="path2275"
617+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
618+ <path
619+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
620+ transform="matrix(0.7873429,-0.2144143,0.324169,0.6373544,-8.3660962,-9.8985024)"
621+ id="path2283"
622+ style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
623+ <path
624+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
625+ transform="matrix(0.7873429,-0.2144143,-0.01326253,0.7292459,-10.705973,-10.742804)"
626+ id="path2291"
627+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
628+ </g>
629+ </g>
630+</svg>
631
632=== added file 'data/icons/theme-local.svg'
633--- data/icons/theme-local.svg 1970-01-01 00:00:00 +0000
634+++ data/icons/theme-local.svg 2011-03-17 13:11:28 +0000
635@@ -0,0 +1,393 @@
636+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
637+<!-- Created with Inkscape (http://www.inkscape.org/) -->
638+
639+<svg
640+ xmlns:svg="http://www.w3.org/2000/svg"
641+ xmlns="http://www.w3.org/2000/svg"
642+ xmlns:xlink="http://www.w3.org/1999/xlink"
643+ version="1.1"
644+ width="48"
645+ height="48"
646+ id="svg2405">
647+ <defs
648+ id="defs2407">
649+ <linearGradient
650+ id="linearGradient3662">
651+ <stop
652+ id="stop3664"
653+ style="stop-color:#c17d11;stop-opacity:1"
654+ offset="0" />
655+ <stop
656+ id="stop3666"
657+ style="stop-color:#8f5902;stop-opacity:1"
658+ offset="1" />
659+ </linearGradient>
660+ <linearGradient
661+ id="linearGradient3656">
662+ <stop
663+ id="stop3658"
664+ style="stop-color:#c17d11;stop-opacity:1"
665+ offset="0" />
666+ <stop
667+ id="stop3660"
668+ style="stop-color:#e9b96e;stop-opacity:1"
669+ offset="1" />
670+ </linearGradient>
671+ <linearGradient
672+ id="linearGradient2804">
673+ <stop
674+ id="stop2806"
675+ style="stop-color:black;stop-opacity:0"
676+ offset="0" />
677+ <stop
678+ id="stop2812"
679+ style="stop-color:black;stop-opacity:1"
680+ offset="0.5" />
681+ <stop
682+ id="stop2808"
683+ style="stop-color:black;stop-opacity:0"
684+ offset="1" />
685+ </linearGradient>
686+ <linearGradient
687+ id="linearGradient2781">
688+ <stop
689+ id="stop2783"
690+ style="stop-color:black;stop-opacity:1"
691+ offset="0" />
692+ <stop
693+ id="stop2785"
694+ style="stop-color:black;stop-opacity:0"
695+ offset="1" />
696+ </linearGradient>
697+ <linearGradient
698+ id="linearGradient4873">
699+ <stop
700+ id="stop4875"
701+ style="stop-color:white;stop-opacity:1"
702+ offset="0" />
703+ <stop
704+ id="stop4877"
705+ style="stop-color:white;stop-opacity:0"
706+ offset="1" />
707+ </linearGradient>
708+ <linearGradient
709+ id="linearGradient2368">
710+ <stop
711+ id="stop2370"
712+ style="stop-color:white;stop-opacity:1"
713+ offset="0" />
714+ <stop
715+ id="stop2372"
716+ style="stop-color:white;stop-opacity:0"
717+ offset="1" />
718+ </linearGradient>
719+ <linearGradient
720+ id="linearGradient2341">
721+ <stop
722+ id="stop2343"
723+ style="stop-color:black;stop-opacity:1"
724+ offset="0" />
725+ <stop
726+ id="stop2345"
727+ style="stop-color:black;stop-opacity:0"
728+ offset="1" />
729+ </linearGradient>
730+ <linearGradient
731+ id="linearGradient2319">
732+ <stop
733+ id="stop2321"
734+ style="stop-color:black;stop-opacity:1"
735+ offset="0" />
736+ <stop
737+ id="stop2323"
738+ style="stop-color:black;stop-opacity:0"
739+ offset="1" />
740+ </linearGradient>
741+ <linearGradient
742+ id="linearGradient2299">
743+ <stop
744+ id="stop2301"
745+ style="stop-color:white;stop-opacity:1"
746+ offset="0" />
747+ <stop
748+ id="stop2303"
749+ style="stop-color:white;stop-opacity:0"
750+ offset="1" />
751+ </linearGradient>
752+ <linearGradient
753+ x1="80.223602"
754+ y1="117.5205"
755+ x2="48.046001"
756+ y2="59.7995"
757+ id="XMLID_2_"
758+ gradientUnits="userSpaceOnUse"
759+ gradientTransform="matrix(0.314683,0,0,0.314683,4.128264,3.742874)">
760+ <stop
761+ id="stop17"
762+ style="stop-color:#ccc;stop-opacity:1"
763+ offset="0" />
764+ <stop
765+ id="stop19"
766+ style="stop-color:white;stop-opacity:1"
767+ offset="0.9831" />
768+ <midPointStop
769+ id="midPointStop48"
770+ style="stop-color:#CCCCCC"
771+ offset="0" />
772+ <midPointStop
773+ id="midPointStop50"
774+ style="stop-color:#CCCCCC"
775+ offset="0.5" />
776+ <midPointStop
777+ id="midPointStop52"
778+ style="stop-color:#FFFFFF"
779+ offset="0.9831" />
780+ </linearGradient>
781+ <linearGradient
782+ x1="64.387703"
783+ y1="65.124001"
784+ x2="64.387703"
785+ y2="35.569"
786+ id="XMLID_39_"
787+ gradientUnits="userSpaceOnUse"
788+ gradientTransform="matrix(0.354101,0,0,0.354101,1.638679,-0.08364921)">
789+ <stop
790+ id="stop336"
791+ style="stop-color:white;stop-opacity:1"
792+ offset="0" />
793+ <stop
794+ id="stop338"
795+ style="stop-color:#ff6200;stop-opacity:1"
796+ offset="0.85390002" />
797+ <stop
798+ id="stop340"
799+ style="stop-color:#f25d00;stop-opacity:1"
800+ offset="1" />
801+ <midPointStop
802+ id="midPointStop335"
803+ style="stop-color:#FFFFFF"
804+ offset="0" />
805+ <midPointStop
806+ id="midPointStop337"
807+ style="stop-color:#FFFFFF"
808+ offset="0.5" />
809+ <midPointStop
810+ id="midPointStop339"
811+ style="stop-color:#FF6200"
812+ offset="0.8539" />
813+ <midPointStop
814+ id="midPointStop341"
815+ style="stop-color:#FF6200"
816+ offset="0.5" />
817+ <midPointStop
818+ id="midPointStop343"
819+ style="stop-color:#F25D00"
820+ offset="1" />
821+ </linearGradient>
822+ <radialGradient
823+ cx="1"
824+ cy="44"
825+ r="5"
826+ fx="1"
827+ fy="44"
828+ id="radialGradient2610"
829+ xlink:href="#linearGradient2781"
830+ gradientUnits="userSpaceOnUse"
831+ gradientTransform="matrix(2,0,0,0.8,-13,-79.2)" />
832+ <radialGradient
833+ cx="1"
834+ cy="44"
835+ r="5"
836+ fx="1"
837+ fy="44"
838+ id="radialGradient2612"
839+ xlink:href="#linearGradient2781"
840+ gradientUnits="userSpaceOnUse"
841+ gradientTransform="matrix(2,0,0,0.8,36,8.8)" />
842+ <linearGradient
843+ x1="21.875"
844+ y1="48.000977"
845+ x2="21.875"
846+ y2="40"
847+ id="linearGradient2614"
848+ xlink:href="#linearGradient2804"
849+ gradientUnits="userSpaceOnUse" />
850+ <linearGradient
851+ x1="24.066557"
852+ y1="25.745584"
853+ x2="24.066557"
854+ y2="47.865883"
855+ id="linearGradient2653"
856+ xlink:href="#linearGradient4873"
857+ gradientUnits="userSpaceOnUse"
858+ gradientTransform="translate(0,-2.7)" />
859+ <linearGradient
860+ x1="29.815948"
861+ y1="46.024483"
862+ x2="29.815948"
863+ y2="5.5"
864+ id="linearGradient2656"
865+ xlink:href="#XMLID_2_"
866+ gradientUnits="userSpaceOnUse"
867+ gradientTransform="translate(0,-2.7)" />
868+ <linearGradient
869+ x1="19.645313"
870+ y1="30.945076"
871+ x2="20.772415"
872+ y2="41.875004"
873+ id="linearGradient3446"
874+ xlink:href="#linearGradient3656"
875+ gradientUnits="userSpaceOnUse"
876+ gradientTransform="matrix(0.8872324,0,0,1.0979031,2.570041,-1.9746953)" />
877+ <radialGradient
878+ cx="20.443665"
879+ cy="37.425831"
880+ r="1.0821035"
881+ fx="20.443665"
882+ fy="37.425831"
883+ id="radialGradient3448"
884+ xlink:href="#linearGradient2319"
885+ gradientUnits="userSpaceOnUse"
886+ gradientTransform="matrix(1.1232973,0,0,0.9807825,-2.9597899,1.6871102)" />
887+ <radialGradient
888+ cx="29.913452"
889+ cy="30.442923"
890+ r="4.001883"
891+ fx="29.913452"
892+ fy="30.442923"
893+ id="radialGradient3468"
894+ xlink:href="#linearGradient2368"
895+ gradientUnits="userSpaceOnUse"
896+ gradientTransform="matrix(3.7888247,0,0,2.8858272,-82.183181,-55.815578)" />
897+ <linearGradient
898+ x1="19.078873"
899+ y1="44.218441"
900+ x2="17"
901+ y2="39.408337"
902+ id="linearGradient6593"
903+ xlink:href="#linearGradient3662"
904+ gradientUnits="userSpaceOnUse"
905+ gradientTransform="translate(0,-1)" />
906+ <radialGradient
907+ cx="11.68129"
908+ cy="19.554111"
909+ r="8.2452126"
910+ fx="11.68129"
911+ fy="19.554111"
912+ id="radialGradient6738"
913+ xlink:href="#linearGradient2341"
914+ gradientUnits="userSpaceOnUse"
915+ gradientTransform="matrix(4.0706958,0,0,-4.2180349,-4.845546,104.41287)" />
916+ <radialGradient
917+ cx="7.5326638"
918+ cy="24.202574"
919+ r="8.2452126"
920+ fx="7.5326638"
921+ fy="24.202574"
922+ id="radialGradient6741"
923+ xlink:href="#linearGradient2299"
924+ gradientUnits="userSpaceOnUse"
925+ gradientTransform="matrix(4.0706958,0,0,4.2180349,-24.917584,-80.211829)" />
926+ <linearGradient
927+ x1="64.387703"
928+ y1="65.124001"
929+ x2="64.387703"
930+ y2="35.569"
931+ id="linearGradient6745"
932+ xlink:href="#XMLID_39_"
933+ gradientUnits="userSpaceOnUse"
934+ gradientTransform="matrix(0.3515627,0,0,0.3555096,1.942234,-1.4437096)" />
935+ </defs>
936+ <g
937+ id="g3672">
938+ <g
939+ transform="matrix(0.9787234,0,0,0.75,0.0212766,11)"
940+ id="g2822"
941+ style="opacity:0.3">
942+ <rect
943+ width="10"
944+ height="8"
945+ x="-11"
946+ y="-48"
947+ transform="scale(-1,-1)"
948+ id="rect1892"
949+ style="fill:url(#radialGradient2610);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
950+ <rect
951+ width="10"
952+ height="8"
953+ x="38"
954+ y="40"
955+ id="rect2789"
956+ style="fill:url(#radialGradient2612);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
957+ <rect
958+ width="27"
959+ height="8"
960+ x="11"
961+ y="40"
962+ id="rect2793"
963+ style="fill:url(#linearGradient2614);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
964+ </g>
965+ <path
966+ d="m 6.4862366,22.3 0.0625,22.2 L 42.5,44.5 42.5,22.3 24,3.3 6.4862366,22.3 z"
967+ id="rect5117"
968+ style="fill:url(#linearGradient2656);fill-opacity:1;fill-rule:nonzero;stroke:#757575;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
969+ <path
970+ d="m 7.517,22.3 0,21.2 33.983,0 0,-21.2 L 24,4.3 7.517,22.3 z"
971+ id="path7391"
972+ style="opacity:0.4;fill:none;stroke:url(#linearGradient2653);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
973+ <path
974+ d="m 23,29 0,15 -12,0 0,-15 12,0 z"
975+ id="path3438"
976+ style="fill:url(#linearGradient6593);fill-opacity:1;fill-rule:evenodd" />
977+ <path
978+ d="m 21.924882,30.097805 0,13.902195 -9.887697,0 0,-13.902195 9.887697,0 z"
979+ id="path3440"
980+ style="fill:url(#linearGradient3446);fill-opacity:1;fill-rule:evenodd" />
981+ <path
982+ d="m 20.005557,37.332384 c 0.671615,0 1.21449,0.473657 1.21449,1.056393 0,0.588635 -0.542875,1.066223 -1.21449,1.066223 -0.671098,0 -1.216557,-0.477588 -1.216557,-1.066223 5.15e-4,-0.582736 0.545459,-1.056393 1.216557,-1.056393 z"
983+ id="path3442"
984+ style="opacity:0.40909089;fill:url(#radialGradient3448);fill-opacity:1;fill-rule:evenodd" />
985+ <path
986+ d="M 20.00085,37 C 20.553381,37 21,37.446297 21,37.99537 21,38.549999 20.553381,39 20.00085,39 19.448744,39 19,38.549999 19,37.99537 19.000423,37.446297 19.448744,37 20.00085,37 z"
987+ id="path3444"
988+ style="fill:#fce94f;fill-opacity:1;fill-rule:evenodd" />
989+ <path
990+ d="m 27.918553,29.508624 9.162915,0 c 0.781071,0 1.409878,0.633403 1.409878,1.420194 l -0.0081,9.269989 c 0,0.786786 -0.604432,1.292569 -1.385504,1.292569 l -9.179223,0 c -0.781075,0 -1.40988,-0.633407 -1.40988,-1.420196 l 0,-9.142362 c 0,-0.786791 0.628805,-1.420194 1.40988,-1.420194 z"
991+ id="path3462"
992+ style="opacity:0.31818183;fill:none;stroke:white;stroke-width:1.01729715;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
993+ <rect
994+ width="9.9986696"
995+ height="9.9899416"
996+ rx="0.38118067"
997+ ry="0.38233405"
998+ x="27.500679"
999+ y="30.510296"
1000+ id="rect3464"
1001+ style="fill:#a9c3c8;fill-opacity:1;fill-rule:nonzero;stroke:#757575;stroke-width:1.00124454;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" />
1002+ <path
1003+ d="m 28.018782,35.967189 c 3.653983,0.303614 5.582729,-1.325378 8.956396,-1.423505 l 0.02498,-3.529101 -9.000289,-0.0055 0.01892,4.958135 z"
1004+ id="path3466"
1005+ style="opacity:0.39772728;fill:url(#radialGradient3468);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999958;marker:none;visibility:visible;display:inline;overflow:visible" />
1006+ <path
1007+ d="m 24.587803,10.245592 18.791387,17.23817 0.491133,0.39355 0.400783,-0.172067 L 43.900908,26.940542 43.625285,26.716217 24.587803,11.081965 5.337276,26.887927 5.101377,27.03262 4.886221,27.742218 5.316534,27.87198 5.698331,27.56233 24.587803,10.245592 z"
1008+ id="path3472"
1009+ style="fill:url(#linearGradient6745)" />
1010+ <path
1011+ d="M 24.471067,0.4668824 2.647166,19.093989 l 0.074463,7.194434 2.382796,2.072535 c 0,0 19.268202,-16.923931 19.48336,-17.095288 l 18.300839,17.110797 2.380811,-2.132597 0.0834,-7.139663 -20.765049,-18.6373246 -0.116718,0 z"
1012+ id="path3474"
1013+ style="fill:#d1524c;fill-opacity:1;stroke:#973137;stroke-width:0.99800003;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
1014+ <path
1015+ d="M 3.136279,19.3354 3.216329,26.174129 24.509837,7.6560704 24.440014,1.2369334 3.136279,19.3354 z"
1016+ id="path3476"
1017+ style="opacity:0.40909089;fill:url(#radialGradient6741);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
1018+ <path
1019+ d="M 24.62356,7.4260724 24.722307,1.5617344 44.889182,19.283907 44.726086,25.833614 24.62356,7.4260724 z"
1020+ id="path3478"
1021+ style="opacity:0.13636367;fill:url(#radialGradient6738);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
1022+ <path
1023+ d="m 21,37.5 a 0.73308754,0.5 0 1 1 -1.466175,0 A 0.73308754,0.5 0 1 1 21,37.5 z"
1024+ transform="matrix(0.68204679,0,0,1,5.9440174,0.3)"
1025+ id="path3670"
1026+ style="fill:white;fill-opacity:1;stroke:none" />
1027+ </g>
1028+</svg>
1029
1030=== added file 'data/icons/theme-new.svg'
1031--- data/icons/theme-new.svg 1970-01-01 00:00:00 +0000
1032+++ data/icons/theme-new.svg 2011-03-17 13:11:28 +0000
1033@@ -0,0 +1,291 @@
1034+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1035+<!-- Created with Inkscape (http://www.inkscape.org/) -->
1036+
1037+<svg
1038+ xmlns:dc="http://purl.org/dc/elements/1.1/"
1039+ xmlns:cc="http://creativecommons.org/ns#"
1040+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1041+ xmlns:svg="http://www.w3.org/2000/svg"
1042+ xmlns="http://www.w3.org/2000/svg"
1043+ xmlns:xlink="http://www.w3.org/1999/xlink"
1044+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1045+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1046+ version="1.0"
1047+ width="48"
1048+ height="48"
1049+ id="svg2"
1050+ sodipodi:version="0.32"
1051+ inkscape:version="0.48.0 r9654"
1052+ sodipodi:docname="theme-new.svg"
1053+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
1054+ <metadata
1055+ id="metadata46">
1056+ <rdf:RDF>
1057+ <cc:Work
1058+ rdf:about="">
1059+ <dc:format>image/svg+xml</dc:format>
1060+ <dc:type
1061+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1062+ </cc:Work>
1063+ </rdf:RDF>
1064+ </metadata>
1065+ <sodipodi:namedview
1066+ inkscape:window-height="705"
1067+ inkscape:window-width="910"
1068+ inkscape:pageshadow="2"
1069+ inkscape:pageopacity="0.0"
1070+ guidetolerance="10.0"
1071+ gridtolerance="10.0"
1072+ objecttolerance="10.0"
1073+ borderopacity="1.0"
1074+ bordercolor="#666666"
1075+ pagecolor="#ffffff"
1076+ id="base"
1077+ showgrid="false"
1078+ inkscape:zoom="5.1875"
1079+ inkscape:cx="24"
1080+ inkscape:cy="23.951807"
1081+ inkscape:window-x="191"
1082+ inkscape:window-y="92"
1083+ inkscape:current-layer="svg2"
1084+ inkscape:window-maximized="0" />
1085+ <defs
1086+ id="defs4">
1087+ <inkscape:perspective
1088+ sodipodi:type="inkscape:persp3d"
1089+ inkscape:vp_x="0 : 24 : 1"
1090+ inkscape:vp_y="0 : 1000 : 0"
1091+ inkscape:vp_z="48 : 24 : 1"
1092+ inkscape:persp3d-origin="24 : 16 : 1"
1093+ id="perspective48" />
1094+ <linearGradient
1095+ id="linearGradient6326">
1096+ <stop
1097+ id="stop6328"
1098+ style="stop-color:#debc8c;stop-opacity:1"
1099+ offset="0" />
1100+ <stop
1101+ id="stop6330"
1102+ style="stop-color:#f4ac72;stop-opacity:1"
1103+ offset="1" />
1104+ </linearGradient>
1105+ <linearGradient
1106+ id="linearGradient3156">
1107+ <stop
1108+ id="stop3158"
1109+ style="stop-color:#ffffff;stop-opacity:1"
1110+ offset="0" />
1111+ <stop
1112+ id="stop3160"
1113+ style="stop-color:#ffffff;stop-opacity:0"
1114+ offset="1" />
1115+ </linearGradient>
1116+ <linearGradient
1117+ id="linearGradient6493">
1118+ <stop
1119+ id="stop6495"
1120+ style="stop-color:#4580d4;stop-opacity:1"
1121+ offset="0" />
1122+ <stop
1123+ id="stop6497"
1124+ style="stop-color:#114796;stop-opacity:1"
1125+ offset="1" />
1126+ </linearGradient>
1127+ <linearGradient
1128+ id="linearGradient4103">
1129+ <stop
1130+ id="stop4105"
1131+ style="stop-color:#70adfb;stop-opacity:1"
1132+ offset="0" />
1133+ <stop
1134+ id="stop4107"
1135+ style="stop-color:#3465a4;stop-opacity:1"
1136+ offset="1" />
1137+ </linearGradient>
1138+ <linearGradient
1139+ id="linearGradient8838">
1140+ <stop
1141+ id="stop8840"
1142+ style="stop-color:#000000;stop-opacity:1"
1143+ offset="0" />
1144+ <stop
1145+ id="stop8842"
1146+ style="stop-color:#000000;stop-opacity:0"
1147+ offset="1" />
1148+ </linearGradient>
1149+ <radialGradient
1150+ cx="62.625"
1151+ cy="4.625"
1152+ r="10.625"
1153+ fx="62.625"
1154+ fy="4.625"
1155+ id="radialGradient5729"
1156+ xlink:href="#linearGradient8838"
1157+ gradientUnits="userSpaceOnUse"
1158+ gradientTransform="matrix(1,0,0,0.341176,0,3.047059)" />
1159+ <linearGradient
1160+ x1="24.335312"
1161+ y1="61.852856"
1162+ x2="28.290144"
1163+ y2="20.663898"
1164+ id="linearGradient5745"
1165+ xlink:href="#linearGradient3156"
1166+ gradientUnits="userSpaceOnUse" />
1167+ <linearGradient
1168+ x1="27.888655"
1169+ y1="-0.81503254"
1170+ x2="28.290144"
1171+ y2="20.663898"
1172+ id="linearGradient5747"
1173+ xlink:href="#linearGradient3156"
1174+ gradientUnits="userSpaceOnUse" />
1175+ <linearGradient
1176+ x1="28.220636"
1177+ y1="-2.3103411"
1178+ x2="28.290144"
1179+ y2="20.663898"
1180+ id="linearGradient5749"
1181+ xlink:href="#linearGradient3156"
1182+ gradientUnits="userSpaceOnUse" />
1183+ <linearGradient
1184+ x1="30.501778"
1185+ y1="55.647495"
1186+ x2="29.724815"
1187+ y2="24.653727"
1188+ id="linearGradient5751"
1189+ xlink:href="#linearGradient3156"
1190+ gradientUnits="userSpaceOnUse" />
1191+ <radialGradient
1192+ cx="22.944935"
1193+ cy="11.222695"
1194+ r="14"
1195+ fx="22.944935"
1196+ fy="4.7612267"
1197+ id="radialGradient5537"
1198+ xlink:href="#linearGradient3156"
1199+ gradientUnits="userSpaceOnUse"
1200+ gradientTransform="matrix(1.3571044,0.01021839,-0.00631345,0.8384895,-10.874695,1.3057951)" />
1201+ <radialGradient
1202+ cx="22.125"
1203+ cy="10.874998"
1204+ r="20"
1205+ fx="22.125"
1206+ fy="10.874998"
1207+ id="radialGradient5540"
1208+ xlink:href="#linearGradient3156"
1209+ gradientUnits="userSpaceOnUse"
1210+ gradientTransform="matrix(1.0099925,-0.1119962,0.05668752,0.5112133,-5.8375646,1.7934718)" />
1211+ <radialGradient
1212+ cx="20.038782"
1213+ cy="12.610249"
1214+ r="22.463524"
1215+ fx="20.038782"
1216+ fy="12.610249"
1217+ id="radialGradient5551"
1218+ xlink:href="#linearGradient4103"
1219+ gradientUnits="userSpaceOnUse"
1220+ gradientTransform="matrix(1.9524671,-0.05018139,0.03650944,1.4214826,-20.408334,-5.9089096)" />
1221+ <linearGradient
1222+ x1="29.01346"
1223+ y1="29"
1224+ x2="29.75"
1225+ y2="50"
1226+ id="linearGradient5553"
1227+ xlink:href="#linearGradient6493"
1228+ gradientUnits="userSpaceOnUse"
1229+ gradientTransform="translate(-5.0000016,-6)" />
1230+ <radialGradient
1231+ cx="26"
1232+ cy="15.240479"
1233+ r="15.074549"
1234+ fx="26"
1235+ fy="15.240479"
1236+ id="radialGradient6332"
1237+ xlink:href="#linearGradient6326"
1238+ gradientUnits="userSpaceOnUse"
1239+ gradientTransform="matrix(2.2554569,0,-2.1857407e-8,2.0564463,-32.641879,-17.341228)" />
1240+ </defs>
1241+ <g
1242+ id="layer1">
1243+ <g
1244+ id="g6334">
1245+ <path
1246+ d="m 73.25,4.625 c 0,2.0020323 -4.756974,3.6250001 -10.625,3.6250001 C 56.756974,8.2500001 52,6.6270323 52,4.625 52,2.6229677 56.756974,0.99999989 62.625,0.99999989 c 5.868026,0 10.625,1.62296781 10.625,3.62500011 l 0,0 z"
1247+ transform="matrix(1.9262213,0,0,2.1088276,-97.163508,29.602172)"
1248+ id="path8836"
1249+ style="opacity:0.4;fill:url(#radialGradient5729);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.49589729;marker:none;visibility:visible;display:inline;overflow:visible" />
1250+ <path
1251+ d="m 44.500921,23 c 0,11.316512 -9.178384,20.500922 -20.487463,20.500922 -11.30908,0 -20.4874629,-9.18441 -20.4874629,-20.500922 0,-11.316509 9.1783829,-20.5009224 20.4874629,-20.5009224 11.309079,0 20.487463,9.1844134 20.487463,20.5009224 z"
1252+ id="path1307"
1253+ style="fill:url(#radialGradient5551);fill-opacity:1;stroke:url(#linearGradient5553);stroke-width:0.99815506;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
1254+ <path
1255+ d="M 43.219099,19.337303 43.03226,20.057842 C 42.479353,19.598341 41.858575,19.21192 41.228194,18.808339 l -1.383757,0.143595 -1.264237,-1.007844 0,1.247283 1.083135,0.577996 0.720932,0.57578 0.963449,-0.768406 c 0.242517,0.320344 0.481723,0.640687 0.722585,0.961031 l 0,0.95998 -1.08479,0.864133 -1.985167,0.961031 -1.503445,1.058044 -0.963448,-0.770739 0.481724,-0.864133 -0.961957,-0.768403 -1.62462,-2.448926 -1.383757,-1.103574 -0.362204,0.287307 0.54314,1.393213 1.021718,0.816269 c 0.583533,1.18798 1.160774,2.323424 1.927064,3.458986 1.188253,0 2.30847,-0.08896 3.48861,-0.193795 l 0,0.672677 -1.443683,2.497372 -1.323998,1.05571 -1.083133,1.634872 c 0,0.896122 0,1.792244 0,2.688249 l 0.362204,1.058043 -0.601411,0.478882 -1.325653,0.576827 -1.383756,0.816269 1.14455,0.912115 -1.564859,0.962198 0.300623,0.622477 -2.347372,1.874314 -1.563204,0 -1.323998,0.576828 -0.843926,0 0,-0.768404 -0.358894,-1.539144 c -0.465667,-0.964534 -0.950536,-1.92218 -1.443684,-2.879825 0,-0.70688 0.05976,-1.406872 0.119686,-2.113636 l 0.603068,-0.95998 -0.843929,-1.153773 0.06142,-1.584674 -1.14455,-0.912115 0.572274,-1.32025 -0.931169,-0.745056 -1.626273,0 -0.541485,-0.432068 -1.62462,0.721124 -0.661169,-0.529547 -1.5051,0.912582 c -1.02172,-0.816853 -2.045094,-1.633121 -3.068303,-2.44939 L 13.07,22.841935 l 1.083137,-1.151436 -0.601412,-0.479933 1.322342,-2.210651 c 1.086444,-0.953092 2.221227,-1.867425 3.369089,-2.785143 l 2.046584,-0.384204 2.285956,-0.191576 1.564859,0.288473 2.226032,1.583506 0.78251,-0.623643 1.081479,-0.09573 2.046584,0.479932 1.564861,0 1.083134,-0.672675 0.481723,-0.479932 -1.08479,-0.479932 -1.80572,-0.09573 c -0.501093,-0.490204 -0.966759,-1.005508 -1.561715,-1.441076 l -0.603065,0.191574 -0.240865,1.249502 -1.083133,-0.864131 -0.239207,-0.962199 -1.20282,-0.670338 -0.48338,0 1.20431,0.959978 -0.481723,0.864134 -0.961959,0.191576 0.60141,-0.864134 -1.084791,-0.383036 -0.960303,-0.768403 -1.807377,0.287304 -0.239206,0.383036 -1.083134,0.481099 -0.601411,1.056877 -1.503445,0.527797 -0.662824,-0.527797 -0.720932,0 0,-1.729435 1.564859,-0.576829 1.20282,0 -0.242517,-0.671507 -0.960303,-0.672675 1.62313,-0.240609 0.902032,-0.719371 0.720931,-0.8653012 1.325654,0 -0.362206,-0.6715064 0.843929,-0.3842031 0,0.7684043 1.804066,0.2873052 1.804067,-1.0557095 0.121174,-0.481099 1.563205,-0.7678216 c -0.56582,0.049618 -1.131638,0.08604 -1.684545,0.1921611 l 0,-0.8651834 0.601409,-0.9605654 -0.601409,0 -1.321678,0.8641345 -0.362207,0.4805153 0.362207,0.673259 -0.603067,1.1514366 -0.96196,-0.3842011 -0.840618,-0.6715065 -1.325651,0.6715065 -0.481725,-1.5362228 2.285956,-1.0562945 0,-0.5768291 L 25.223524,4.7847867 27.509479,4.4 l 1.56486,0.3847867 2.166268,0.9599803 -1.564858,0 1.564858,1.1526075 1.202823,-0.9599824 c 0,0 4.786235,2.4031505 7.258281,5.7266459 2.405352,3.233831 3.412213,6.909414 3.517388,7.673265 z"
1256+ id="path4023"
1257+ style="opacity:0.5;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
1258+ <path
1259+ d="M 43.219099,18.237303 43.03226,18.957842 C 42.479353,18.498341 41.858575,18.11192 41.228194,17.708339 l -1.383757,0.143595 -1.264237,-1.007844 0,1.247283 1.083135,0.577996 0.720932,0.57578 0.963449,-0.768406 c 0.242517,0.320344 0.481723,0.640687 0.722585,0.961031 l 0,0.95998 -1.08479,0.864133 -1.985167,0.961031 -1.503445,1.058044 -0.963448,-0.770739 0.481724,-0.864133 -0.961957,-0.768403 -1.62462,-2.448926 -1.383757,-1.103574 -0.362204,0.287307 0.54314,1.393213 1.021718,0.816269 c 0.583533,1.18798 1.160774,2.323424 1.927064,3.458986 1.188253,0 2.30847,-0.08896 3.48861,-0.193795 l 0,0.672677 -1.443683,2.497372 -1.323998,1.05571 -1.083133,1.634872 c 0,0.896122 0,1.792244 0,2.688249 l 0.362204,1.058043 -0.601411,0.478882 -1.325653,0.576827 -1.383756,0.816269 1.14455,0.912115 -1.564859,0.962198 0.300623,0.622477 -2.347372,1.874314 -1.563204,0 -1.323998,0.576828 -0.843926,0 0,-0.768404 -0.358894,-1.539144 c -0.465667,-0.964534 -0.950536,-1.92218 -1.443684,-2.879825 0,-0.70688 0.05976,-1.406872 0.119686,-2.113636 l 0.603068,-0.95998 -0.843929,-1.153773 0.06142,-1.584674 -1.14455,-0.912115 0.572274,-1.32025 -0.931169,-0.745056 -1.626273,0 -0.541485,-0.432068 -1.62462,0.721124 -0.661169,-0.529547 -1.5051,0.912582 c -1.02172,-0.816853 -2.045094,-1.633121 -3.068303,-2.44939 L 13.07,21.741935 l 1.083137,-1.151436 -0.601412,-0.479933 1.322342,-2.210651 c 1.086444,-0.953092 2.221227,-1.867425 3.369089,-2.785143 l 2.046584,-0.384204 2.285956,-0.191576 1.564859,0.288473 2.226032,1.583506 0.78251,-0.623643 1.081479,-0.09573 2.046584,0.479932 1.564861,0 1.083134,-0.672675 0.481723,-0.479932 -1.08479,-0.479932 -1.80572,-0.09573 c -0.501093,-0.490204 -0.966759,-1.005508 -1.561715,-1.441076 l -0.603065,0.191574 -0.240865,1.249502 -1.083133,-0.864131 -0.239207,-0.962199 -1.20282,-0.670338 -0.48338,0 1.20431,0.959978 -0.481723,0.864134 -0.961959,0.191576 0.60141,-0.864134 -1.084791,-0.383036 -0.960303,-0.768403 -1.807377,0.287304 -0.239206,0.383036 -1.083134,0.481099 -0.601411,1.056877 -1.503445,0.527797 -0.662824,-0.527797 -0.720932,0 0,-1.729435 1.564859,-0.576829 1.20282,0 -0.242517,-0.671507 -0.960303,-0.672675 1.62313,-0.240609 0.902032,-0.719371 0.720931,-0.8653012 1.325654,0 -0.362206,-0.6715064 0.843929,-0.3842031 0,0.7684043 1.804066,0.2873052 1.804067,-1.0557095 0.121174,-0.481099 1.563205,-0.7678216 c -0.56582,0.049618 -1.131638,0.08604 -1.684545,0.1921611 l 0,-0.8651834 0.601409,-0.9605654 -0.601409,0 -1.321678,0.8641345 -0.362207,0.4805153 0.362207,0.673259 -0.603067,1.1514366 -0.96196,-0.3842011 -0.840618,-0.6715065 -1.325651,0.6715065 -0.481725,-1.5362228 2.285956,-1.0562945 0,-0.5768291 L 25.223524,3.6847867 27.509479,3.3 l 1.56486,0.3847867 2.166268,0.9599803 -1.564858,0 1.564858,1.1526075 1.202823,-0.9599824 c 0,0 4.786235,2.4031505 7.258281,5.7266459 2.405352,3.233831 3.412213,6.909414 3.517388,7.673265 z"
1260+ id="path6628"
1261+ style="fill:url(#radialGradient6332);fill-opacity:1;fill-rule:nonzero;stroke:none" />
1262+ <path
1263+ d="m 43.501763,23 c 0,10.764976 -8.736791,19.501764 -19.501765,19.501764 C 13.235024,42.501764 4.4982338,33.764976 4.4982338,23 c 0,-10.764974 8.7367902,-19.5017646 19.5017642,-19.5017646 10.764974,0 19.501765,8.7367906 19.501765,19.5017646 z"
1264+ id="path3164"
1265+ style="opacity:0.4;fill:none;stroke:url(#radialGradient5540);stroke-width:0.99647081;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
1266+ <path
1267+ d="m 42.999998,16.746704 c 0,7.114117 -8.512001,11.02908 -18.999999,11.02908 -10.488002,0 -19.0000006,-3.914963 -19.0000006,-11.02908 C 4.9999984,9.632588 13.511997,2 23.999999,2 34.487997,2 42.999998,9.632588 42.999998,16.746704 z"
1268+ id="path3154"
1269+ style="opacity:0.4;fill:url(#radialGradient5537);fill-opacity:1;stroke:none" />
1270+ <path
1271+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
1272+ transform="matrix(1.076193,-0.2912862,0.1952728,0.7143165,-11.182741,14.979481)"
1273+ id="path2218"
1274+ style="opacity:0.6;fill:none;stroke:url(#linearGradient5745);stroke-width:1.09524393;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
1275+ <path
1276+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
1277+ transform="matrix(1.1247273,-0.00679075,0.00112312,0.7429216,-7.8873839,2.6776872)"
1278+ id="path2230"
1279+ style="opacity:0.6;fill:none;stroke:url(#linearGradient5747);stroke-width:1.0902828;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
1280+ <path
1281+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
1282+ transform="matrix(-0.09940095,-1.1197712,0.6946105,-0.03998764,8.1749534,56.475018)"
1283+ id="path2234"
1284+ style="opacity:0.6;fill:none;stroke:url(#linearGradient5749);stroke-width:1.12890089;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
1285+ <path
1286+ d="m 46,24.25 c 0,9.664983 -7.835017,17.5 -17.5,17.5 -9.664983,0 -17.5,-7.835017 -17.5,-17.5 0,-9.664983 7.835017,-17.5 17.5,-17.5 9.664983,0 17.5,7.835017 17.5,17.5 l 0,0 z"
1287+ transform="matrix(-0.1600777,-1.1032472,0.4856389,0.01692093,16.935466,54.089297)"
1288+ id="path2240"
1289+ style="fill:none;stroke:url(#linearGradient5751);stroke-width:1.36711621;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
1290+ <path
1291+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
1292+ transform="matrix(0.7873429,-0.2144143,0.2141677,0.7882494,1.2604149,11.541737)"
1293+ id="path2255"
1294+ style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
1295+ <path
1296+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
1297+ transform="matrix(0.6748654,-0.1837837,0.2141677,0.7882494,-14.193998,12.29353)"
1298+ id="path2275"
1299+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
1300+ <path
1301+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
1302+ transform="matrix(0.7873429,-0.2144143,0.324169,0.6373544,-8.3660962,-9.8985024)"
1303+ id="path2283"
1304+ style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none" />
1305+ <path
1306+ d="m 31.375,37.875 c 0,0.966498 -0.783502,1.75 -1.75,1.75 -0.966498,0 -1.75,-0.783502 -1.75,-1.75 0,-0.966498 0.783502,-1.75 1.75,-1.75 0.966498,0 1.75,0.783502 1.75,1.75 l 0,0 z"
1307+ transform="matrix(0.7873429,-0.2144143,-0.01326253,0.7292459,-10.705973,-10.742804)"
1308+ id="path2291"
1309+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
1310+ </g>
1311+ </g>
1312+ <text
1313+ xml:space="preserve"
1314+ style="font-size:18.06100845px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
1315+ x="12.364779"
1316+ y="12.129439"
1317+ id="text2421"
1318+ transform="scale(0.88621781,1.1283908)"><tspan
1319+ sodipodi:role="line"
1320+ id="tspan2423"
1321+ x="12.364779"
1322+ y="12.129439"
1323+ style="font-size:16.05422974px;font-weight:bold;fill:#ff0000">NEW</tspan></text>
1324+</svg>
1325
1326=== added file 'data/icons/theme-updated.svg'
1327--- data/icons/theme-updated.svg 1970-01-01 00:00:00 +0000
1328+++ data/icons/theme-updated.svg 2011-03-17 13:11:28 +0000
1329@@ -0,0 +1,230 @@
1330+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1331+<!-- Created with Inkscape (http://www.inkscape.org/) -->
1332+
1333+<svg
1334+ xmlns:dc="http://purl.org/dc/elements/1.1/"
1335+ xmlns:cc="http://creativecommons.org/ns#"
1336+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1337+ xmlns:svg="http://www.w3.org/2000/svg"
1338+ xmlns="http://www.w3.org/2000/svg"
1339+ xmlns:xlink="http://www.w3.org/1999/xlink"
1340+ version="1.1"
1341+ width="48"
1342+ height="48"
1343+ id="svg2474">
1344+ <metadata
1345+ id="metadata33">
1346+ <rdf:RDF>
1347+ <cc:Work
1348+ rdf:about="">
1349+ <dc:format>image/svg+xml</dc:format>
1350+ <dc:type
1351+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1352+ <dc:title></dc:title>
1353+ </cc:Work>
1354+ </rdf:RDF>
1355+ </metadata>
1356+ <defs
1357+ id="defs2476">
1358+ <linearGradient
1359+ id="linearGradient3533">
1360+ <stop
1361+ id="stop3535"
1362+ style="stop-color:#93b9dd;stop-opacity:1"
1363+ offset="0" />
1364+ <stop
1365+ id="stop3545"
1366+ style="stop-color:#6396cd;stop-opacity:1"
1367+ offset="1" />
1368+ </linearGradient>
1369+ <linearGradient
1370+ id="linearGradient3266">
1371+ <stop
1372+ id="stop3268"
1373+ style="stop-color:#387ab8;stop-opacity:1"
1374+ offset="0" />
1375+ <stop
1376+ id="stop3270"
1377+ style="stop-color:#387ab8;stop-opacity:0"
1378+ offset="1" />
1379+ </linearGradient>
1380+ <linearGradient
1381+ id="linearGradient3276">
1382+ <stop
1383+ id="stop3278"
1384+ style="stop-color:#6396cd;stop-opacity:1"
1385+ offset="0" />
1386+ <stop
1387+ id="stop3280"
1388+ style="stop-color:#83acd5;stop-opacity:0"
1389+ offset="1" />
1390+ </linearGradient>
1391+ <linearGradient
1392+ x1="108.5625"
1393+ y1="102.78125"
1394+ x2="108.5625"
1395+ y2="71.78125"
1396+ id="linearGradient5497"
1397+ xlink:href="#linearGradient5491"
1398+ gradientUnits="userSpaceOnUse"
1399+ gradientTransform="translate(-95.99949,-49.00038)" />
1400+ <linearGradient
1401+ id="linearGradient5491">
1402+ <stop
1403+ id="stop5493"
1404+ style="stop-color:#ffffff;stop-opacity:1"
1405+ offset="0" />
1406+ <stop
1407+ id="stop5495"
1408+ style="stop-color:#ffffff;stop-opacity:0"
1409+ offset="1" />
1410+ </linearGradient>
1411+ <linearGradient
1412+ x1="102.5625"
1413+ y1="49.78125"
1414+ x2="103.5625"
1415+ y2="72.78125"
1416+ id="linearGradient5480"
1417+ xlink:href="#linearGradient5474"
1418+ gradientUnits="userSpaceOnUse"
1419+ gradientTransform="translate(-95.99949,-49.00038)" />
1420+ <linearGradient
1421+ id="linearGradient5474">
1422+ <stop
1423+ id="stop5476"
1424+ style="stop-color:#ffffff;stop-opacity:1"
1425+ offset="0" />
1426+ <stop
1427+ id="stop5478"
1428+ style="stop-color:#ffffff;stop-opacity:0"
1429+ offset="1" />
1430+ </linearGradient>
1431+ <linearGradient
1432+ x1="118.47968"
1433+ y1="55.060318"
1434+ x2="118.47968"
1435+ y2="91.941895"
1436+ id="linearGradient4593-5-8-1-5-2"
1437+ xlink:href="#linearGradient3533"
1438+ gradientUnits="userSpaceOnUse"
1439+ gradientTransform="translate(-100.99949,-49.00038)" />
1440+ <linearGradient
1441+ x1="34.980953"
1442+ y1="53.837799"
1443+ x2="35.996098"
1444+ y2="83.57618"
1445+ id="linearGradient4593-5-8-1-5-2-3"
1446+ xlink:href="#linearGradient3533"
1447+ gradientUnits="userSpaceOnUse"
1448+ gradientTransform="translate(-5,0)" />
1449+ <radialGradient
1450+ cx="33.875"
1451+ cy="197.29688"
1452+ r="4.84375"
1453+ fx="33.875"
1454+ fy="197.29688"
1455+ id="radialGradient5147-5"
1456+ xlink:href="#linearGradient6462-6-8-548-9-2-7"
1457+ gradientUnits="userSpaceOnUse"
1458+ gradientTransform="matrix(1,0,0,0.33870968,0,130.47051)" />
1459+ <linearGradient
1460+ id="linearGradient6462-6-8-548-9-2-7">
1461+ <stop
1462+ id="stop6464-5-9-94-5-4-4"
1463+ style="stop-color:#000000;stop-opacity:1"
1464+ offset="0" />
1465+ <stop
1466+ id="stop6466-3-6-1-7-2-8"
1467+ style="stop-color:#000000;stop-opacity:0"
1468+ offset="1" />
1469+ </linearGradient>
1470+ <linearGradient
1471+ id="linearGradient6462-6-8-548-9-5">
1472+ <stop
1473+ id="stop6464-5-9-94-5-8"
1474+ style="stop-color:#000000;stop-opacity:1"
1475+ offset="0" />
1476+ <stop
1477+ id="stop6466-3-6-1-7-5"
1478+ style="stop-color:#000000;stop-opacity:0"
1479+ offset="1" />
1480+ </linearGradient>
1481+ <radialGradient
1482+ cx="33.875"
1483+ cy="197.29688"
1484+ r="4.84375"
1485+ fx="33.875"
1486+ fy="197.29688"
1487+ id="radialGradient6081"
1488+ xlink:href="#linearGradient6462-6-8-548-9-5"
1489+ gradientUnits="userSpaceOnUse"
1490+ gradientTransform="matrix(1,0,0,0.33870968,0,130.47051)" />
1491+ <linearGradient
1492+ x1="42.030777"
1493+ y1="84.719109"
1494+ x2="53.808601"
1495+ y2="73.263672"
1496+ id="linearGradient4008"
1497+ xlink:href="#linearGradient3276"
1498+ gradientUnits="userSpaceOnUse"
1499+ gradientTransform="translate(-5,0)" />
1500+ <linearGradient
1501+ x1="39.843277"
1502+ y1="83.781609"
1503+ x2="50.683601"
1504+ y2="75.138672"
1505+ id="linearGradient4018"
1506+ xlink:href="#linearGradient3266"
1507+ gradientUnits="userSpaceOnUse" />
1508+ </defs>
1509+ <path
1510+ d="m 38.71875,197.29687 a 4.84375,1.640625 0 1 1 -9.6875,0 4.84375,1.640625 0 1 1 9.6875,0 z"
1511+ transform="matrix(3.3032251,0,0,1.6761866,-89.458749,-288.73764)"
1512+ id="path6460-6-4-4-3-3"
1513+ style="opacity:0.2;color:#000000;fill:url(#radialGradient5147-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
1514+ <path
1515+ d="M 46.405989,78.610714 A 13.125,13.125 0 0 1 33.62701,84.097034"
1516+ transform="matrix(1.0666665,0,0,1.0666665,-14.49949,-51.367037)"
1517+ id="path4010"
1518+ style="color:#000000;fill:none;stroke:url(#linearGradient4018);stroke-width:8.43750095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
1519+ <path
1520+ d="m 38.71875,197.29687 a 4.84375,1.640625 0 1 1 -9.6875,0 4.84375,1.640625 0 1 1 9.6875,0 z"
1521+ transform="matrix(4.541935,0,0,1.9809503,-131.42005,-348.86656)"
1522+ id="path6460-6-4-4-4"
1523+ style="opacity:0.1;color:#000000;fill:url(#radialGradient6081);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
1524+ <path
1525+ d="M 35.542313,84.24974 A 13.125,13.125 0 1 1 47.171703,64.884866"
1526+ transform="matrix(1.0666665,0,0,1.0666665,-14.49949,-51.367037)"
1527+ id="path4788-6"
1528+ style="color:#000000;fill:none;stroke:#387ab8;stroke-width:8.43750095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
1529+ <path
1530+ d="m 38.50051,9.4996196 0,11.0000004 -11,0"
1531+ id="path4847"
1532+ style="color:#000000;fill:none;stroke:#387ab8;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
1533+ <path
1534+ d="m 46.386659,78.638476 a 13.125,13.125 0 0 1 -13.412517,5.34104"
1535+ transform="matrix(1.0666665,0,0,1.0666665,-14.49949,-51.367037)"
1536+ id="path4006"
1537+ style="color:#000000;fill:none;stroke:url(#linearGradient4008);stroke-width:6.56250095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
1538+ <path
1539+ d="m 37.320778,84.13999 a 13.125,13.125 0 1 1 9.33779,-20.123155"
1540+ transform="matrix(1.0666665,0,0,1.0666665,-14.49949,-51.367037)"
1541+ id="path4788"
1542+ style="color:#000000;fill:none;stroke:url(#linearGradient4593-5-8-1-5-2-3);stroke-width:6.56250095;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
1543+ <path
1544+ d="m 38.50051,9.4996196 0,11.0000004 -11,0"
1545+ id="path4847-1"
1546+ style="color:#000000;fill:none;stroke:url(#linearGradient4593-5-8-1-5-2);stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
1547+ <path
1548+ d="m 29.740794,33.593555 c -3.674085,2.533277 -8.663315,2.652831 -12.552784,-0.06269 -5.010358,-3.498088 -6.216831,-10.333397 -2.718751,-15.34375 3.498091,-5.010353 10.3334,-6.216833 15.343751,-2.71875 1.16116,0.810688 2.10377,1.843969 2.875,3.03125 l -5.1875,0 c -1.056625,-0.01494 -2.028484,0.943269 -2.028484,2 0,1.056731 0.971859,2.014943 2.028484,2 l 11,0 c 1.062499,0.28125 2.062499,-0.71875 2,-2 l 0,-11.0000004 c 0.01671,-1.0680358 -0.963214,-2.0479629 -2.03125,-2.0312505 -0.06245,-0.00293 -0.125046,-0.00293 -0.1875,0 -0.982752,0.107995 -1.802514,1.0428108 -1.78125,2.0312505 l 0,4.0625004 c -0.9534,-1.127853 -2.06667,-2.152011 -3.28125,-3 l -0.09375,-0.0625 c -2.85203,-1.9610889 -6.0733,-2.9220479 -9.312501,-2.9687509 -5.46224,-0.07875 -10.90353,2.4568065 -14.2500005,7.2500009 -5.354351,7.669111 -3.450361,18.3019 4.2187505,23.65625 6.255407,4.367344 14.482569,3.905673 20.208772,-0.574695"
1549+ id="path4788-2"
1550+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:0.23999999;color:#000000;fill:none;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" />
1551+ <path
1552+ d="m 36.50052,13.562118 c -0.9534,-1.127853 -2.06667,-2.152011 -3.28125,-3 l -0.0937,-0.0625 c -2.85203,-1.9610889 -6.0733,-2.9220479 -9.312501,-2.9687509 -5.46224,-0.07875 -10.90354,2.4568065 -14.2500105,7.2500009 -5.354351,7.669111 -3.450361,18.3019 4.2187505,23.65625"
1553+ id="path4788-2-3"
1554+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient5480);stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" />
1555+ <path
1556+ d="M 32.53183,30.81212 C 29.03374,35.822473 22.198429,37.028952 17.18808,33.53087 12.177699,30.032787 10.971229,23.197473 14.469309,18.18712 17.96742,13.176767 24.802729,11.970287 29.81308,15.46837"
1557+ id="path4788-2-3-4"
1558+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;opacity:0.3;color:#000000;fill:none;stroke:url(#linearGradient5497);stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" />
1559+</svg>
1560
1561=== added file 'data/icons/theme-user.svg'
1562--- data/icons/theme-user.svg 1970-01-01 00:00:00 +0000
1563+++ data/icons/theme-user.svg 2011-03-17 13:11:28 +0000
1564@@ -0,0 +1,196 @@
1565+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1566+<!-- Created with Inkscape (http://www.inkscape.org/) -->
1567+
1568+<svg
1569+ xmlns:dc="http://purl.org/dc/elements/1.1/"
1570+ xmlns:cc="http://creativecommons.org/ns#"
1571+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1572+ xmlns:svg="http://www.w3.org/2000/svg"
1573+ xmlns="http://www.w3.org/2000/svg"
1574+ xmlns:xlink="http://www.w3.org/1999/xlink"
1575+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1576+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1577+ width="48px"
1578+ height="48px"
1579+ id="svg3692"
1580+ version="1.1"
1581+ inkscape:version="0.47 r22583"
1582+ sodipodi:docname="help-about.svg">
1583+ <defs
1584+ id="defs3694">
1585+ <linearGradient
1586+ inkscape:collect="always"
1587+ xlink:href="#linearGradient8265-821-176-38-919-66-249"
1588+ id="linearGradient3619"
1589+ gradientUnits="userSpaceOnUse"
1590+ gradientTransform="translate(2.9799125,-3.1216548)"
1591+ x1="11.566265"
1592+ y1="22.292103"
1593+ x2="15.214532"
1594+ y2="33.95525" />
1595+ <linearGradient
1596+ id="linearGradient8265-821-176-38-919-66-249">
1597+ <stop
1598+ id="stop2687"
1599+ style="stop-color:#ffffff;stop-opacity:0.27450982"
1600+ offset="0" />
1601+ <stop
1602+ id="stop2689"
1603+ style="stop-color:#ffffff;stop-opacity:0"
1604+ offset="1" />
1605+ </linearGradient>
1606+ <linearGradient
1607+ inkscape:collect="always"
1608+ xlink:href="#linearGradient3642"
1609+ id="linearGradient3648"
1610+ x1="29.646643"
1611+ y1="2"
1612+ x2="29.646643"
1613+ y2="43.443626"
1614+ gradientUnits="userSpaceOnUse" />
1615+ <linearGradient
1616+ id="linearGradient3642">
1617+ <stop
1618+ style="stop-color:#ffffff;stop-opacity:1;"
1619+ offset="0"
1620+ id="stop3644" />
1621+ <stop
1622+ style="stop-color:#ffffff;stop-opacity:0;"
1623+ offset="1"
1624+ id="stop3646" />
1625+ </linearGradient>
1626+ <radialGradient
1627+ inkscape:collect="always"
1628+ xlink:href="#linearGradient3690"
1629+ id="radialGradient3627"
1630+ gradientUnits="userSpaceOnUse"
1631+ gradientTransform="matrix(0,2.6540647,-3.1628087,0,97.182609,-26.675837)"
1632+ cx="13.138569"
1633+ cy="25.625349"
1634+ fx="13.138569"
1635+ fy="25.625349"
1636+ r="13.931416" />
1637+ <linearGradient
1638+ id="linearGradient3690">
1639+ <stop
1640+ id="stop3692"
1641+ style="stop-color:#ffeb9f;stop-opacity:1"
1642+ offset="0" />
1643+ <stop
1644+ id="stop3694"
1645+ style="stop-color:#ffd57e;stop-opacity:1"
1646+ offset="0.26238" />
1647+ <stop
1648+ id="stop3696"
1649+ style="stop-color:#ffbc43;stop-opacity:1"
1650+ offset="0.66093999" />
1651+ <stop
1652+ id="stop3698"
1653+ style="stop-color:#ff921a;stop-opacity:1"
1654+ offset="1" />
1655+ </linearGradient>
1656+ <linearGradient
1657+ inkscape:collect="always"
1658+ xlink:href="#linearGradient3603"
1659+ id="linearGradient3629"
1660+ gradientUnits="userSpaceOnUse"
1661+ gradientTransform="matrix(1.6508808,0,0,1.6568311,-11.466494,-15.045759)"
1662+ x1="21.483376"
1663+ y1="36.255058"
1664+ x2="21.483376"
1665+ y2="9.5799999" />
1666+ <linearGradient
1667+ id="linearGradient3603">
1668+ <stop
1669+ id="stop3605"
1670+ style="stop-color:#a7651c;stop-opacity:1"
1671+ offset="0" />
1672+ <stop
1673+ id="stop3607"
1674+ style="stop-color:#c8a700;stop-opacity:1"
1675+ offset="1" />
1676+ </linearGradient>
1677+ <linearGradient
1678+ id="linearGradient8838">
1679+ <stop
1680+ id="stop8840"
1681+ style="stop-color:#000000;stop-opacity:1"
1682+ offset="0" />
1683+ <stop
1684+ id="stop8842"
1685+ style="stop-color:#000000;stop-opacity:0"
1686+ offset="1" />
1687+ </linearGradient>
1688+ <radialGradient
1689+ r="10.625"
1690+ fy="4.625"
1691+ fx="62.625"
1692+ cy="4.625"
1693+ cx="62.625"
1694+ gradientTransform="matrix(2.1647059,0,0,0.84705771,-111.56471,35.082353)"
1695+ gradientUnits="userSpaceOnUse"
1696+ id="radialGradient3690"
1697+ xlink:href="#linearGradient8838"
1698+ inkscape:collect="always" />
1699+ </defs>
1700+ <sodipodi:namedview
1701+ id="base"
1702+ pagecolor="#ffffff"
1703+ bordercolor="#666666"
1704+ borderopacity="1.0"
1705+ inkscape:pageopacity="0.0"
1706+ inkscape:pageshadow="2"
1707+ inkscape:zoom="7"
1708+ inkscape:cx="24"
1709+ inkscape:cy="24"
1710+ inkscape:current-layer="layer1"
1711+ showgrid="true"
1712+ inkscape:grid-bbox="true"
1713+ inkscape:document-units="px"
1714+ inkscape:window-width="603"
1715+ inkscape:window-height="484"
1716+ inkscape:window-x="417"
1717+ inkscape:window-y="162"
1718+ inkscape:window-maximized="0" />
1719+ <metadata
1720+ id="metadata3697">
1721+ <rdf:RDF>
1722+ <cc:Work
1723+ rdf:about="">
1724+ <dc:format>image/svg+xml</dc:format>
1725+ <dc:type
1726+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
1727+ <dc:title></dc:title>
1728+ </cc:Work>
1729+ </rdf:RDF>
1730+ </metadata>
1731+ <g
1732+ id="layer1"
1733+ inkscape:label="Layer 1"
1734+ inkscape:groupmode="layer">
1735+ <path
1736+ style="opacity:0.3;fill:url(#radialGradient3690);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999988;marker:none;visibility:visible;display:inline;overflow:visible"
1737+ id="path8836"
1738+ d="m 47,39 c 0,4.970563 -10.297453,9 -23,9 -12.702548,0 -23,-4.029437 -23,-9 0,-4.970563 10.297452,-9 23,-9 12.702547,0 23,4.029437 23,9 l 0,0 z" />
1739+ <path
1740+ style="fill:url(#radialGradient3627);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3629);stroke-width:0.9922713;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
1741+ id="path1307"
1742+ d="m 23.999999,1.4961347 c 1.518797,0 6.415369,12.2754723 7.644103,13.1714173 1.228732,0.895944 14.374596,1.776317 14.843931,3.225986 0.469334,1.449669 -9.650283,9.916699 -10.119617,11.366368 -0.469334,1.449669 2.758685,14.269241 1.529951,15.165186 -1.228733,0.895944 -12.379571,-6.146615 -13.89837,-6.146615 -1.518797,0 -12.669635,7.042559 -13.898369,6.146615 C 8.8728956,43.529147 12.100914,30.709574 11.63158,29.259906 11.162246,27.810237 1.0426298,19.343205 1.5119642,17.893536 1.9812985,16.443869 15.127162,15.563496 16.355896,14.667552 17.584628,13.771607 22.481202,1.4961347 23.999999,1.4961347 z" />
1743+ <path
1744+ style="opacity:0.3;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
1745+ id="path11014"
1746+ d="m 36.457966,42.854576 c 0,0 -4.318414,-3.742625 -10.076299,-4.894202" />
1747+ <path
1748+ style="opacity:0.3;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
1749+ id="path11985"
1750+ d="m 11.175618,42.854576 c 0,0 4.318413,-3.742625 10.076298,-4.894202" />
1751+ <path
1752+ style="opacity:0.4;fill:none;stroke:url(#linearGradient3648);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
1753+ id="path1309"
1754+ d="m 24,2.5 c 2.255601,4.3171106 4.478429,8.952433 6.73403,13.269542 4.843973,0.789864 10.26201,1.380836 14.771263,2.50542 -3.449934,3.457984 -6.875961,7.131147 -10.325895,10.589132 0.738138,4.805274 1.213021,9.259541 1.95116,14.064815 C 32.742781,40.748952 28.355003,38.568994 23.967226,36.389035 19.579447,38.568994 15.19167,40.748952 10.803892,42.928909 11.542029,38.123635 11.929163,33.581617 12.6673,28.776343 9.2173666,25.318358 5.9355586,21.692246 2.4856257,18.234262 7.329597,17.444398 12.356449,16.559406 17.20042,15.769542 19.456021,11.452433 21.744398,6.8171106 24,2.5 z" />
1755+ <path
1756+ style="opacity:0.8;fill:url(#linearGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
1757+ id="path3382"
1758+ d="m 24.023909,2.0218291 c 0,0 4.502337,7.4701031 7.020932,13.3173589 4.843973,0.789864 10.309827,1.404745 14.914715,2.720597 0,0 -2.463879,2.468624 -3.480641,3.487759 0,0 -31.782299,5.712288 -31.782299,5.712288 C 7.7999341,24.283482 4.5120994,21.39468 1.9615429,18.048297 5.5144527,16.97153 12.093455,16.105144 16.937426,15.31528 20.29282,7.4118887 24.023909,2.0218291 24.023909,2.0218291 z" />
1759+ </g>
1760+</svg>
1761
1762=== added file 'data/icons/theme-user2.svg'
1763--- data/icons/theme-user2.svg 1970-01-01 00:00:00 +0000
1764+++ data/icons/theme-user2.svg 2011-03-17 13:11:28 +0000
1765@@ -0,0 +1,415 @@
1766+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1767+<!-- Created with Inkscape (http://www.inkscape.org/) -->
1768+
1769+<svg
1770+ xmlns:svg="http://www.w3.org/2000/svg"
1771+ xmlns="http://www.w3.org/2000/svg"
1772+ xmlns:xlink="http://www.w3.org/1999/xlink"
1773+ version="1.0"
1774+ width="48"
1775+ height="48"
1776+ id="svg3786">
1777+ <defs
1778+ id="defs3788">
1779+ <radialGradient
1780+ cx="113.0654"
1781+ cy="97.587898"
1782+ r="2.5631001"
1783+ fx="113.667"
1784+ fy="98"
1785+ id="radialGradient4241"
1786+ gradientUnits="userSpaceOnUse">
1787+ <stop
1788+ id="stop4243"
1789+ style="stop-color:#eee;stop-opacity:1"
1790+ offset="0" />
1791+ <stop
1792+ id="stop4245"
1793+ style="stop-color:#cecece;stop-opacity:1"
1794+ offset="0.16" />
1795+ <stop
1796+ id="stop4247"
1797+ style="stop-color:#888;stop-opacity:1"
1798+ offset="0.4675" />
1799+ <stop
1800+ id="stop4249"
1801+ style="stop-color:#555;stop-opacity:1"
1802+ offset="1" />
1803+ </radialGradient>
1804+ <linearGradient
1805+ id="linearGradient4035">
1806+ <stop
1807+ id="stop4037"
1808+ style="stop-color:#f5f5f5;stop-opacity:1"
1809+ offset="0" />
1810+ <stop
1811+ id="stop4039"
1812+ style="stop-color:#e7e7e7;stop-opacity:1"
1813+ offset="0.47025558" />
1814+ <stop
1815+ id="stop4041"
1816+ style="stop-color:#8c8c8c;stop-opacity:1"
1817+ offset="0.69348532" />
1818+ <stop
1819+ id="stop4043"
1820+ style="stop-color:#ddd;stop-opacity:1"
1821+ offset="0.83542866" />
1822+ <stop
1823+ id="stop4045"
1824+ style="stop-color:#a8a8a8;stop-opacity:1"
1825+ offset="1" />
1826+ </linearGradient>
1827+ <linearGradient
1828+ id="linearGradient5060">
1829+ <stop
1830+ id="stop5062"
1831+ style="stop-color:black;stop-opacity:1"
1832+ offset="0" />
1833+ <stop
1834+ id="stop5064"
1835+ style="stop-color:black;stop-opacity:0"
1836+ offset="1" />
1837+ </linearGradient>
1838+ <linearGradient
1839+ id="linearGradient5048">
1840+ <stop
1841+ id="stop5050"
1842+ style="stop-color:black;stop-opacity:0"
1843+ offset="0" />
1844+ <stop
1845+ id="stop5056"
1846+ style="stop-color:black;stop-opacity:1"
1847+ offset="0.5" />
1848+ <stop
1849+ id="stop5052"
1850+ style="stop-color:black;stop-opacity:0"
1851+ offset="1" />
1852+ </linearGradient>
1853+ <linearGradient
1854+ id="linearGradient2215">
1855+ <stop
1856+ id="stop2223"
1857+ style="stop-color:#7a7a7a;stop-opacity:1"
1858+ offset="0" />
1859+ <stop
1860+ id="stop2219"
1861+ style="stop-color:#474747;stop-opacity:1"
1862+ offset="1" />
1863+ </linearGradient>
1864+ <linearGradient
1865+ id="linearGradient7609">
1866+ <stop
1867+ id="stop7611"
1868+ style="stop-color:white;stop-opacity:1"
1869+ offset="0" />
1870+ <stop
1871+ id="stop7677"
1872+ style="stop-color:#e7e7e7;stop-opacity:1"
1873+ offset="0.47025558" />
1874+ <stop
1875+ id="stop7613"
1876+ style="stop-color:#8c8c8c;stop-opacity:1"
1877+ offset="0.67183787" />
1878+ <stop
1879+ id="stop7617"
1880+ style="stop-color:#ddd;stop-opacity:1"
1881+ offset="0.83542866" />
1882+ <stop
1883+ id="stop7615"
1884+ style="stop-color:#a8a8a8;stop-opacity:1"
1885+ offset="1" />
1886+ </linearGradient>
1887+ <linearGradient
1888+ id="linearGradient4236">
1889+ <stop
1890+ id="stop4238"
1891+ style="stop-color:#eee;stop-opacity:1"
1892+ offset="0" />
1893+ <stop
1894+ id="stop4240"
1895+ style="stop-color:#eee;stop-opacity:0"
1896+ offset="1" />
1897+ </linearGradient>
1898+ <linearGradient
1899+ id="linearGradient7056">
1900+ <stop
1901+ id="stop7064"
1902+ style="stop-color:#e6e6e6;stop-opacity:1"
1903+ offset="0" />
1904+ <stop
1905+ id="stop7060"
1906+ style="stop-color:#c8c8c8;stop-opacity:1"
1907+ offset="1" />
1908+ </linearGradient>
1909+ <linearGradient
1910+ id="linearGradient3484">
1911+ <stop
1912+ id="stop3486"
1913+ style="stop-color:#969696;stop-opacity:1"
1914+ offset="0" />
1915+ <stop
1916+ id="stop3488"
1917+ style="stop-color:#b4b4b4;stop-opacity:1"
1918+ offset="1" />
1919+ </linearGradient>
1920+ <linearGradient
1921+ id="linearGradient6310-8">
1922+ <stop
1923+ id="stop6312-6"
1924+ style="stop-color:white;stop-opacity:1"
1925+ offset="0" />
1926+ <stop
1927+ id="stop6314-6"
1928+ style="stop-color:white;stop-opacity:0"
1929+ offset="1" />
1930+ </linearGradient>
1931+ <radialGradient
1932+ cx="24"
1933+ cy="42"
1934+ r="21"
1935+ fx="24"
1936+ fy="42"
1937+ id="radialGradient2896"
1938+ xlink:href="#linearGradient6310-8"
1939+ gradientUnits="userSpaceOnUse"
1940+ gradientTransform="matrix(0.99999995,-1.0652117e-8,2.7812622e-8,0.35714279,1.0762331e-6,24.500003)" />
1941+ <radialGradient
1942+ cx="127.31733"
1943+ cy="143.82751"
1944+ r="78.728165"
1945+ fx="127.31733"
1946+ fy="143.82751"
1947+ id="radialGradient2902"
1948+ xlink:href="#linearGradient4035"
1949+ gradientUnits="userSpaceOnUse"
1950+ gradientTransform="matrix(0.19054222,-0.02505584,0.00619351,0.10073457,-7.4371744,4.4286866)" />
1951+ <linearGradient
1952+ x1="12.277412"
1953+ y1="37.205811"
1954+ x2="12.221823"
1955+ y2="33.758667"
1956+ id="linearGradient2905"
1957+ xlink:href="#linearGradient4236"
1958+ gradientUnits="userSpaceOnUse"
1959+ gradientTransform="matrix(1.0212766,0,0,0.89887639,-0.02517836,8.978263)" />
1960+ <linearGradient
1961+ x1="7.0625"
1962+ y1="35.28125"
1963+ x2="24.6875"
1964+ y2="35.28125"
1965+ id="linearGradient2908"
1966+ xlink:href="#linearGradient5060"
1967+ gradientUnits="userSpaceOnUse"
1968+ gradientTransform="matrix(1.0212766,0,0,0.89887639,0.78723995,7.7865138)" />
1969+ <radialGradient
1970+ cx="142.62215"
1971+ cy="191.85428"
1972+ r="78.728165"
1973+ fx="142.62215"
1974+ fy="191.85428"
1975+ id="radialGradient2920"
1976+ xlink:href="#linearGradient7609"
1977+ gradientUnits="userSpaceOnUse"
1978+ gradientTransform="matrix(0.18495239,0,0,-0.13074306,-3.1111723,45.048436)" />
1979+ <radialGradient
1980+ cx="141.74666"
1981+ cy="206.42612"
1982+ r="78.728165"
1983+ fx="141.74666"
1984+ fy="206.42612"
1985+ id="radialGradient2923"
1986+ xlink:href="#linearGradient4035"
1987+ gradientUnits="userSpaceOnUse"
1988+ gradientTransform="matrix(0.35160878,-0.0050244,0.00260227,0.28909275,-27.02434,-25.217538)" />
1989+ <radialGradient
1990+ cx="11.734284"
1991+ cy="8.4900017"
1992+ r="23.047892"
1993+ fx="11.734284"
1994+ fy="8.4900017"
1995+ id="radialGradient2927"
1996+ xlink:href="#linearGradient7056"
1997+ gradientUnits="userSpaceOnUse"
1998+ gradientTransform="matrix(1.3767077,0.69719425,-0.46810846,0.92434578,-0.04915651,-2.9386274)" />
1999+ <linearGradient
2000+ x1="17.813944"
2001+ y1="29.796696"
2002+ x2="18.072828"
2003+ y2="10.000001"
2004+ id="linearGradient2929"
2005+ xlink:href="#linearGradient3484"
2006+ gradientUnits="userSpaceOnUse"
2007+ gradientTransform="translate(0,-1.0001465)" />
2008+ <linearGradient
2009+ x1="29.9375"
2010+ y1="41"
2011+ x2="30"
2012+ y2="49.999996"
2013+ id="linearGradient2933"
2014+ xlink:href="#linearGradient2215"
2015+ gradientUnits="userSpaceOnUse"
2016+ gradientTransform="matrix(1.0017502,0,0,0.7596403,-5.0508975,4.9363745)" />
2017+ <radialGradient
2018+ cx="605.71429"
2019+ cy="486.64789"
2020+ r="117.14286"
2021+ fx="605.71429"
2022+ fy="486.64789"
2023+ id="radialGradient2936"
2024+ xlink:href="#linearGradient5060"
2025+ gradientUnits="userSpaceOnUse"
2026+ gradientTransform="matrix(-0.04484747,0,0,0.02058824,32.61113,32.451372)" />
2027+ <radialGradient
2028+ cx="605.71429"
2029+ cy="486.64789"
2030+ r="117.14286"
2031+ fx="605.71429"
2032+ fy="486.64789"
2033+ id="radialGradient2939"
2034+ xlink:href="#linearGradient5060"
2035+ gradientUnits="userSpaceOnUse"
2036+ gradientTransform="matrix(0.04484747,0,0,0.02058824,15.38888,32.451372)" />
2037+ <linearGradient
2038+ x1="302.85715"
2039+ y1="366.64789"
2040+ x2="302.85715"
2041+ y2="609.50507"
2042+ id="linearGradient2942"
2043+ xlink:href="#linearGradient5048"
2044+ gradientUnits="userSpaceOnUse"
2045+ gradientTransform="matrix(0.07635654,0,0,0.02058824,-3.5974283,32.451372)" />
2046+ <radialGradient
2047+ cx="113.0654"
2048+ cy="97.587898"
2049+ r="2.5631001"
2050+ fx="113.667"
2051+ fy="98"
2052+ id="radialGradient2947"
2053+ xlink:href="#radialGradient4241"
2054+ gradientUnits="userSpaceOnUse"
2055+ gradientTransform="matrix(0.32948872,0,0,0.34974643,6.0549235,0.49382567)" />
2056+ <radialGradient
2057+ cx="113.0654"
2058+ cy="97.587898"
2059+ r="2.5631001"
2060+ fx="113.667"
2061+ fy="98"
2062+ id="radialGradient2953"
2063+ xlink:href="#radialGradient4241"
2064+ gradientUnits="userSpaceOnUse"
2065+ gradientTransform="matrix(0.22333209,0.03439303,-0.02300572,0.14938839,14.791441,-7.6318403)" />
2066+ <radialGradient
2067+ cx="113.0654"
2068+ cy="97.587898"
2069+ r="2.5631001"
2070+ fx="113.667"
2071+ fy="98"
2072+ id="radialGradient2959"
2073+ xlink:href="#radialGradient4241"
2074+ gradientUnits="userSpaceOnUse"
2075+ gradientTransform="matrix(0.22282769,-0.03752228,0.02509892,0.149051,-18.145918,0.53228044)" />
2076+ <radialGradient
2077+ cx="113.0654"
2078+ cy="97.587898"
2079+ r="2.5631001"
2080+ fx="113.667"
2081+ fy="98"
2082+ id="radialGradient2965"
2083+ xlink:href="#radialGradient4241"
2084+ gradientUnits="userSpaceOnUse"
2085+ gradientTransform="matrix(-0.32948872,0,0,0.34974643,41.963041,0.49382567)" />
2086+ </defs>
2087+ <rect
2088+ width="36.869301"
2089+ height="5"
2090+ x="5.5653324"
2091+ y="40"
2092+ id="rect2723"
2093+ style="opacity:0.3;fill:url(#linearGradient2942);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible" />
2094+ <path
2095+ d="m 42.41667,40.000174 c 0,0 0,4.999723 0,4.999723 C 44.7262,45.009311 48,43.879712 48,42.499715 48,41.119718 45.42274,40.000174 42.41667,40.000174 z"
2096+ id="path2725"
2097+ style="opacity:0.3;fill:url(#radialGradient2939);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible" />
2098+ <path
2099+ d="m 5.58333,40.000174 c 0,0 0,4.999723 0,4.999723 C 3.2737899,45.009311 0,43.879712 0,42.499715 0,41.119718 2.5772699,40.000174 5.58333,40.000174 z"
2100+ id="path2727"
2101+ style="opacity:0.3;fill:url(#radialGradient2936);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
2102+ <path
2103+ d="m 1.4638537,36.464001 45.0720003,0 -0.901202,6.072 -43.1694186,0 -1.0013797,-6.072 z"
2104+ id="rect6431"
2105+ style="fill:url(#linearGradient2933);fill-opacity:1;fill-rule:evenodd;stroke:#353537;stroke-width:0.9279989;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new" />
2106+ <rect
2107+ width="45"
2108+ height="1"
2109+ x="1.5"
2110+ y="35.999855"
2111+ id="rect6381"
2112+ style="fill:#d2d2d3;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
2113+ <path
2114+ d="M 46.55,36.601962 39.740367,10.827625 c -0.192553,-0.733973 -1.2012,-1.329879 -2.049166,-1.329879 l -27.617218,0 c -1.30274,0 -2.049257,0.198573 -2.323959,1.329879 L 1.45,36.576866"
2115+ id="path6345"
2116+ style="fill:url(#radialGradient2927);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2929);stroke-width:0.99578345;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2117+ <path
2118+ d="M 45.500002,36.499854 2.5000001,36.475803"
2119+ id="path7046"
2120+ style="opacity:0.4;fill:none;stroke:white;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2121+ <path
2122+ d="m 40.971397,25.373814 c -0.21768,-1.997975 -1.676509,-3.903122 -4.1004,-5.406472 C 36.822237,19.38948 36.200942,11.997153 36.200942,11.997153 36.153322,11.428888 35.429193,11 34.515926,11 l -5.731268,0 c -0.919834,0 -1.630882,0.434524 -1.654073,1.010704 -0.10517,2.603206 -3.312025,3.962376 -8.095624,5.198802 -1.67612,0.29034 -6.046005,1.655156 -7.048964,2.254183 -2.9524377,1.573605 -4.7132263,3.67147 -4.9572037,5.910125 -0.2219397,2.036069 0.8448261,4.073551 3.0038657,5.737168 C 13.192718,33.546027 18.414005,35 23.999896,35 29.585796,35 34.807072,33.546027 37.967531,31.110982 39.939434,29.591833 41,27.760327 41,25.903156 c 0,-0.17636 -0.01031,-0.352992 -0.02866,-0.529342 l 5.7e-5,0 z M 23.999896,33.99015 c -9.303498,0 -16.427483,-4.080325 -15.9120785,-8.810179 0.222328,-2.039173 1.8543618,-4.216036 4.5570215,-5.650539 0.506122,-0.381482 5.077073,-1.865367 6.716838,-2.126086 4.544655,-1.17209 8.700731,-2.693216 8.831026,-5.89884 0.0057,-0.153501 0.267557,-0.275107 0.591955,-0.275107 l 5.730502,0 c 0.33174,0 0.611698,0.127531 0.62484,0.284984 l 0.695941,8.281974 c 2.408816,1.395843 3.86841,3.479309 4.075655,5.383614 0.515781,4.729854 -6.608191,8.810179 -15.9117,8.810179 l 0,0 z"
2123+ id="path9001"
2124+ style="fill:url(#radialGradient2923);fill-opacity:1" />
2125+ <path
2126+ d="M 23.999769,28 C 20.634805,28 18.055218,26.732885 18.000846,25.052175 18.000418,25.034 18,25.016137 18,24.998273 18,24.390098 18.338098,23.811689 18.980563,23.321951 20.067367,22.494127 21.943772,22 24.000185,22 c 2.055997,0 3.932391,0.494127 5.019195,1.321951 0.661441,0.503521 1.000395,1.101987 0.979728,1.729907 -0.05524,1.68071 -2.634804,2.948137 -5.999339,2.948137 l 0,3e-6 z m 0,-5.059679 c -3.161777,0 -4.77259,1.255831 -4.734647,2.402312 0.03667,1.128624 2.156333,2.030394 4.734647,2.030394 2.578314,0 4.697955,-0.902088 4.734637,-2.030394 0.03749,-1.146798 -1.572872,-2.402312 -4.734637,-2.402312 l 0,0 z"
2127+ id="path9003"
2128+ style="fill:url(#radialGradient2920);fill-opacity:1;fill-rule:nonzero;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2129+ <path
2130+ d="M 6.0158229,34.619284 C 5.9743063,35.214553 5.3525618,35.7 4.6276859,35.7 c -0.7245458,0 -1.2731445,-0.485447 -1.2247097,-1.080716 0.048106,-0.592121 0.6695217,-1.070225 1.3871481,-1.070225 0.7179564,2.81e-4 1.2665551,0.478104 1.2256986,1.070225 z"
2131+ id="path9007"
2132+ style="fill:#e1e1e1;fill-opacity:1" />
2133+ <path
2134+ d="m 5.5469595,34.200637 c 0.066228,0.07554 0.1420102,0.196558 0.1420102,0.357441 0,0.01155 -6.602e-4,0.02308 -0.00132,0.03533 -0.028667,0.410252 -0.5140028,0.756851 -1.0596361,0.756851 -0.3107079,0 -0.5947269,-0.113668 -0.7594717,-0.304629 -0.070839,-0.08149 -0.1515649,-0.216493 -0.1370672,-0.396263 0.033278,-0.406755 0.5179556,-0.750556 1.0589773,-0.750556 0.3084014,2.8e-4 0.5914315,0.112968 0.7565052,0.301831 l 2.6e-6,0 z"
2135+ id="path9009"
2136+ style="fill:url(#radialGradient2965);fill-opacity:1" />
2137+ <path
2138+ d="m 8.6135352,10.981804 c 0.070795,0.248957 0.526108,0.385035 1.0163294,0.302486 0.4899984,-0.08251 0.8261694,-0.351869 0.7506954,-0.600038 -0.07503,-0.246865 -0.5295895,-0.379851 -1.0149081,-0.298127 -0.4855218,0.08188 -0.8222397,0.347988 -0.7521167,0.595679 z"
2139+ id="path9019"
2140+ style="fill:#f0f0f0;fill-opacity:1" />
2141+ <path
2142+ d="m 8.9005762,10.749996 c -0.039367,0.03974 -0.081933,0.09994 -0.070388,0.168502 8.287e-4,0.0049 0.0021,0.0098 0.00343,0.0149 0.048828,0.171572 0.4019255,0.264011 0.7709282,0.201874 0.2101265,-0.03538 0.3940466,-0.116169 0.4917566,-0.216312 0.04206,-0.0428 0.08696,-0.109523 0.06426,-0.184484 -0.0517,-0.169557 -0.4041467,-0.260879 -0.7700306,-0.199267 -0.2085465,0.03524 -0.3918682,0.115496 -0.4899513,0.214782 l -1.8e-6,1e-6 z"
2143+ id="path9021"
2144+ style="fill:url(#radialGradient2959);fill-opacity:1" />
2145+ <path
2146+ d="m 36.912257,10.696563 c -0.01101,0.258593 0.37848,0.530843 0.869811,0.606508 0.491108,0.07563 0.894887,-0.07446 0.901213,-0.333771 0.0063,-0.257936 -0.383413,-0.527015 -0.869831,-0.601923 -0.486659,-0.07482 -0.889937,0.07201 -0.901193,0.329186 z"
2147+ id="path9025"
2148+ style="fill:#e1e1e1;fill-opacity:1" />
2149+ <path
2150+ d="m 37.257597,10.566686 c -0.04986,0.02535 -0.109185,0.06913 -0.119768,0.137852 -7.6e-4,0.0049 -0.0011,0.0099 -0.0014,0.01523 -0.0076,0.178225 0.298614,0.37693 0.668452,0.433884 0.210602,0.03243 0.410591,0.01353 0.534819,-0.05084 0.05338,-0.02741 0.116973,-0.07665 0.118971,-0.15495 0.0042,-0.177212 -0.301707,-0.374653 -0.668419,-0.431126 -0.209057,-0.03207 -0.408312,-0.01348 -0.532624,0.04996 l -2e-6,-1e-6 z"
2151+ id="path9027"
2152+ style="fill:url(#radialGradient2953);fill-opacity:1" />
2153+ <path
2154+ d="m 7.5000002,36.999999 18.5000088,0 0,5.000001 -17.9999999,0 -0.5000089,-5.000001 z"
2155+ id="rect8993"
2156+ style="fill:url(#linearGradient2908);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.40899992;marker:none;visibility:visible;display:inline;overflow:visible" />
2157+ <path
2158+ d="m 8.0000077,41.999996 c 0,0 -0.4000075,-3.605827 -0.4000075,-3.605827 1.8745811,2.857731 8.8730188,3.605827 13.6127708,3.605827 0,0 -13.2127633,0 -13.2127633,0 z"
2159+ id="path8995"
2160+ style="opacity:0.81142853;fill:url(#linearGradient2905);fill-opacity:1;fill-rule:evenodd;stroke:none" />
2161+ <path
2162+ d="M 10.906579,11 10.803305,11.381009 9.2615551,17.051898 9,18 9.7639975,17.796205 22.758771,14.2519 l 0.04127,-0.01771 0.03442,-0.01771 c 0.688135,-0.354354 1.05583,-1.07045 1.142548,-1.727849 0.0434,-0.328702 0.03039,-0.650575 -0.08254,-0.948099 -0.106642,-0.280876 -0.384276,-0.530777 -0.674516,-0.522787 l 0,-0.01771 -0.04821,0 -11.955461,0 -0.30973,0 3.3e-5,10e-7 z m 0.439836,0.350376 11.976544,0 c 0.0056,0.04787 0.01906,0.07443 0.0067,0.165 -0.03757,0.285021 -0.199195,1.304699 -0.605242,1.527141 l -12.596058,3.437485 1.217592,-5.129624 3.91e-4,0 z"
2163+ id="path9039"
2164+ style="fill:url(#radialGradient2902);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
2165+ <path
2166+ d="M 42.002142,34.619284 C 42.043659,35.214553 42.665403,35.7 43.390279,35.7 c 0.724546,0 1.273145,-0.485447 1.22471,-1.080716 -0.04811,-0.592121 -0.669522,-1.070225 -1.387148,-1.070225 -0.717957,2.81e-4 -1.266555,0.478104 -1.225699,1.070225 z"
2167+ id="path9091"
2168+ style="fill:#e1e1e1;fill-opacity:1" />
2169+ <path
2170+ d="m 42.471006,34.200637 c -0.06623,0.07554 -0.142011,0.196558 -0.142011,0.357441 0,0.01155 6.6e-4,0.02308 0.0013,0.03533 0.02867,0.410252 0.514002,0.756851 1.059636,0.756851 0.310708,0 0.594727,-0.113668 0.759471,-0.304629 0.07084,-0.08149 0.151565,-0.216493 0.137068,-0.396263 -0.03328,-0.406755 -0.517956,-0.750556 -1.058978,-0.750556 -0.308401,2.8e-4 -0.591431,0.112968 -0.756505,0.301831 l -2e-6,0 z"
2171+ id="path9093"
2172+ style="fill:url(#radialGradient2947);fill-opacity:1" />
2173+ <rect
2174+ width="42"
2175+ height="5"
2176+ x="3"
2177+ y="37"
2178+ id="rect6300-3"
2179+ style="opacity:0.3;fill:url(#radialGradient2896);fill-opacity:1;stroke:none" />
2180+</svg>
2181
2182=== modified file 'data/launcher.desktop'
2183--- data/launcher.desktop 2010-09-07 00:38:36 +0000
2184+++ data/launcher.desktop 2011-03-17 13:11:28 +0000
2185@@ -1,20 +1,30 @@
2186 #!en
2187+
2188+#[gtk-about]
2189 [Desktop Entry]
2190+
2191+#F[Launcher]
2192+frame_maininfo=
2193+
2194+#d Name of the container it belongs to:
2195+#{If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.}
2196+Container =
2197+
2198 #s Launcher's name :
2199 Name = New Launcher
2200 #s Command to launch on click :
2201 #{Exemple : nautilus --no-desktop, gedit, etc. You can even enter a keyboard shortcut, for exemple <Alt>F1, <Ctrl>c, <Ctrl>v, etc}
2202 Exec=your command
2203+
2204+#F[Display]
2205+frame_display=
2206+
2207 #S Image's name or path :
2208 Icon=
2209-#d Name of the container it belongs to:
2210-#{If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.}
2211-Container =
2212
2213 #X[Extra parameters]
2214 frame_extra =
2215-#f[0;100] Order you want for this launcher among the others:
2216-Order=0
2217+
2218 #b Prevent this launcher from stealing appli from taskbar ?
2219 #{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.}
2220 prevent inhibate = false
2221@@ -31,6 +41,9 @@
2222 #{If '0' the launcher will be displayed on every viewport.}
2223 ShowOnViewport = 0
2224
2225+#f[0;100] Order you want for this launcher among the others:
2226+Order=0
2227+
2228 Is container = false
2229
2230 Renderer =
2231
2232=== modified file 'data/separator.desktop'
2233--- data/separator.desktop 2010-09-07 00:38:36 +0000
2234+++ data/separator.desktop 2011-03-17 13:11:28 +0000
2235@@ -1,8 +1,21 @@
2236 #!en
2237+
2238+#[gtk-about]
2239 [Desktop Entry]
2240
2241+#F[Separator]
2242+frame_maininfo=
2243+
2244+#d Name of the container it belongs to:
2245+#{If you write here a container's name that doesn't exist yet, a new one will be created, with this icon inside.}
2246+Container =
2247+
2248 Name =
2249 Exec=
2250+
2251+#F[Display]
2252+frame_display=
2253+
2254 #S Image's name or path :
2255 Icon=
2256
2257@@ -10,8 +23,6 @@
2258 frame_extra =
2259 #f[0;100] Order you want for this launcher among the others:
2260 Order=0
2261-#d Name of the container it belongs to:
2262-Container =
2263
2264 Is container = false
2265
2266
2267=== modified file 'data/themes.conf.in'
2268--- data/themes.conf.in 2010-09-16 01:04:13 +0000
2269+++ data/themes.conf.in 2011-03-17 13:11:28 +0000
2270@@ -1,12 +1,9 @@
2271 #!en
2272
2273-#[gtk-index]
2274+#[gtk-open]
2275 [Themes]
2276
2277-#F[Choose a theme]
2278-frame1=
2279-
2280-#R[@pkgdatadir@/themes;../@CAIRO_DOCK_THEMES_DIR@;themes2.2] Choose one of the available themes:/
2281+#R[@pkgdatadir@/themes;../@CAIRO_DOCK_THEMES_DIR@;themes2.2] /
2282 chosen theme =
2283
2284 #S ...or drag and drop a theme package here :
2285
2286=== modified file 'debian/changelog'
2287--- debian/changelog 2010-10-06 19:07:04 +0000
2288+++ debian/changelog 2011-03-17 13:11:28 +0000
2289@@ -1,3 +1,18 @@
2290+cairo-dock (2.3.0~0rc1-0ubuntu1) UNRELEASED; urgency=low
2291+
2292+ * New Upstream Version (LP: #723994)
2293+ * Added debian/source/format 3.0
2294+ * Removed the desktop-file-category patch (sync with debian packages)
2295+ * debian/rules:
2296+ - Added a CMake flag to disable the gtk grip
2297+ - No longer used simple-patchsys
2298+ * debian/control:
2299+ - Updated the description (from launchpad.net/cairo-dock)
2300+ - Added cairo-dock-plug-ins as a new suggestion for cairo-dock-core
2301+ * Updated the debian/watch
2302+
2303+ -- Matthieu Baerts (matttbe) <matttbe@gmail.com> Thu, 17 Mar 2011 14:08:48 +0100
2304+
2305 cairo-dock (2.2.0~4-0ubuntu1) maverick; urgency=low
2306
2307 * New Upstream Version (LP: #653702)
2308
2309=== modified file 'debian/control'
2310--- debian/control 2010-10-06 17:23:48 +0000
2311+++ debian/control 2011-03-17 13:11:28 +0000
2312@@ -30,13 +30,16 @@
2313 cairo-dock-plug-ins (>= ${source:Version}),
2314 ${misc:Depends}
2315 Description: A light and eye-candy dock to launch your programs (metapackage)
2316- It uses Cairo / OpenGL to render graphics (many in correlation
2317- with Compiz) with full hardware acceleration. It's fully configurable and
2318- fully customisable and can be used as a taskbar too.
2319- You can easily add applets in the dock or as a desklet.
2320- It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to
2321- have acces to more views, dialogs and many plug-ins and applets.
2322+ Cairo-Dock is a pretty, light and convenient interface to your desktop,
2323+ able to replace advantageously your system panel!
2324+ It features multi-docks, taskbar, launchers and a lot of useful applets.
2325+ Applets can be detached from the dock to act as desktop widgets.
2326+ Numerous ready-to-use themes are downloadable in 1 click, and can be easily
2327+ customized at your convenience.
2328+ It can use hardware acceleration to be very fast and low on CPU.
2329+ .
2330 Some screenshots are available : http://pics.glx-dock.org
2331+ Development site: https://launchpad.net/cairo-dock
2332 .
2333 This metapackage provides the components necessary for running Cairo-Dock. It
2334 provides the Cairo-Dock core, a set of standard plugins and the files necessary
2335@@ -51,14 +54,18 @@
2336 ${shlibs:Depends},
2337 ${misc:Depends}
2338 Recommends: cairo-dock-plug-ins
2339+Suggests: cairo-dock-plug-ins
2340 Description: A light and eye-candy dock to launch your programs (core package)
2341- It uses Cairo / OpenGL to render graphics (many in correlation
2342- with Compiz) with full hardware acceleration. It's fully configurable and
2343- fully customisable and can be used as a taskbar too.
2344- You can easily add applets in the dock or as a desklet.
2345- It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to
2346- have acces to more views, dialogs and many plug-ins and applets.
2347+ Cairo-Dock is a pretty, light and convenient interface to your desktop,
2348+ able to replace advantageously your system panel!
2349+ It features multi-docks, taskbar, launchers and a lot of useful applets.
2350+ Applets can be detached from the dock to act as desktop widgets.
2351+ Numerous ready-to-use themes are downloadable in 1 click, and can be easily
2352+ customized at your convenience.
2353+ It can use hardware acceleration to be very fast and low on CPU.
2354+ .
2355 Some screenshots are available : http://pics.glx-dock.org
2356+ Development site: https://launchpad.net/cairo-dock
2357 .
2358 This package is the core of Cairo-Dock project.
2359
2360@@ -82,13 +89,16 @@
2361 gawk
2362 Recommends: cairo-dock-plug-ins
2363 Description: A light and eye-candy dock to launch your programs (dev package)
2364- It uses Cairo / OpenGL to render graphics (many in correlation
2365- with Compiz) with full hardware acceleration. It's fully configurable and
2366- fully customisable and can be used as a taskbar too.
2367- You can easily add applets in the dock or as a desklet.
2368- It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to
2369- have acces to more views, dialogs and many plug-ins and applets.
2370+ Cairo-Dock is a pretty, light and convenient interface to your desktop,
2371+ able to replace advantageously your system panel!
2372+ It features multi-docks, taskbar, launchers and a lot of useful applets.
2373+ Applets can be detached from the dock to act as desktop widgets.
2374+ Numerous ready-to-use themes are downloadable in 1 click, and can be easily
2375+ customized at your convenience.
2376+ It can use hardware acceleration to be very fast and low on CPU.
2377+ .
2378 Some screenshots are available : http://pics.glx-dock.org
2379+ Development site: https://launchpad.net/cairo-dock
2380 .
2381 This package provides the include files and static library for cairo-dock
2382 functions.
2383@@ -101,12 +111,15 @@
2384 Depends: ${shlibs:Depends},
2385 ${misc:Depends}
2386 Description: A light and eye-candy dock to launch your programs (common files)
2387- It uses Cairo / OpenGL to render graphics (many in correlation
2388- with Compiz) with full hardware acceleration. It's fully configurable and
2389- fully customisable and can be used as a taskbar too.
2390- You can easily add applets in the dock or as a desklet.
2391- It is recommended to install the PLUG-INS package (cairo-dock-plug-ins) to
2392- have acces to more views, dialogs and many plug-ins and applets.
2393+ Cairo-Dock is a pretty, light and convenient interface to your desktop,
2394+ able to replace advantageously your system panel!
2395+ It features multi-docks, taskbar, launchers and a lot of useful applets.
2396+ Applets can be detached from the dock to act as desktop widgets.
2397+ Numerous ready-to-use themes are downloadable in 1 click, and can be easily
2398+ customized at your convenience.
2399+ It can use hardware acceleration to be very fast and low on CPU.
2400+ .
2401 Some screenshots are available : http://pics.glx-dock.org
2402+ Development site: https://launchpad.net/cairo-dock
2403 .
2404 This package contains default icons and themes for Cairo-Dock.
2405
2406=== removed directory 'debian/patches'
2407=== removed file 'debian/patches/01-desktop-file-category.patch'
2408--- debian/patches/01-desktop-file-category.patch 2010-09-18 12:19:06 +0000
2409+++ debian/patches/01-desktop-file-category.patch 1970-01-01 00:00:00 +0000
2410@@ -1,32 +0,0 @@
2411-diff -Nur -x '*.orig' -x '*~' cairo-dock/data/cairo-dock-cairo.desktop cairo-dock.new/data/cairo-dock-cairo.desktop
2412---- cairo-dock/data/cairo-dock-cairo.desktop 2010-09-18 13:53:13.000000000 +0200
2413-+++ cairo-dock.new/data/cairo-dock-cairo.desktop 2010-09-18 14:08:20.861327185 +0200
2414-@@ -1,6 +1,5 @@
2415-
2416- [Desktop Entry]
2417--Encoding=UTF-8
2418- Type=Application
2419- Exec=cairo-dock -c
2420- Icon=cairo-dock.svg
2421-@@ -15,4 +14,4 @@
2422- GenericName=Multi-purpose Dock and Desklets
2423- GenericName[fr]=Dock et Desklets multi-usage
2424-
2425--Categories=System;
2426-+Categories=Utility;
2427-diff -Nur -x '*.orig' -x '*~' cairo-dock/data/cairo-dock.desktop cairo-dock.new/data/cairo-dock.desktop
2428---- cairo-dock/data/cairo-dock.desktop 2010-09-18 13:53:14.000000000 +0200
2429-+++ cairo-dock.new/data/cairo-dock.desktop 2010-09-18 14:08:31.961493531 +0200
2430-@@ -1,6 +1,5 @@
2431-
2432- [Desktop Entry]
2433--Encoding=UTF-8
2434- Type=Application
2435- Exec=cairo-dock -o
2436- Icon=cairo-dock.svg
2437-@@ -58,4 +57,4 @@
2438- GenericName=Multi-purpose Dock and Desklets
2439- GenericName[fr]=Dock et Desklets multi-usage
2440-
2441--Categories=System;
2442-+Categories=Utility;
2443
2444=== modified file 'debian/rules'
2445--- debian/rules 2010-08-07 01:28:23 +0000
2446+++ debian/rules 2011-03-17 13:11:28 +0000
2447@@ -3,9 +3,11 @@
2448
2449 DH_ALWAYS_EXCLUDE=CVS:.bzr
2450
2451+DEB_CMAKE_EXTRA_FLAGS += -Denable_gtk_grip=yes
2452+
2453 include /usr/share/cdbs/1/rules/debhelper.mk
2454 include /usr/share/cdbs/1/class/cmake.mk
2455-include /usr/share/cdbs/1/rules/simple-patchsys.mk
2456+# include /usr/share/cdbs/1/rules/patchsys-quilt.mk
2457
2458 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
2459
2460
2461=== added directory 'debian/source'
2462=== added file 'debian/source/format'
2463--- debian/source/format 1970-01-01 00:00:00 +0000
2464+++ debian/source/format 2011-03-17 13:11:28 +0000
2465@@ -0,0 +1,1 @@
2466+3.0 (quilt)
2467
2468=== modified file 'debian/watch'
2469--- debian/watch 2010-04-21 22:31:08 +0000
2470+++ debian/watch 2011-03-17 13:11:28 +0000
2471@@ -1,2 +1,2 @@
2472 version=3
2473-https://launchpad.net/cairo-dock-core/+download .*/cairo-dock-([\d\.\-]+)(-.*)?.tar.gz
2474+https://launchpad.net/cairo-dock-core/+download .*/cairo-dock-([\d\.\-]+(?:~.*)?).tar.gz
2475
2476=== modified file 'po/ar.po'
2477--- po/ar.po 2010-09-18 12:19:06 +0000
2478+++ po/ar.po 2011-03-17 13:11:28 +0000
2479@@ -7,107 +7,275 @@
2480 msgstr ""
2481 "Project-Id-Version: cairo-dock-core\n"
2482 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
2483-"POT-Creation-Date: 2010-09-13 00:34+0000\n"
2484-"PO-Revision-Date: 2010-09-15 11:46+0000\n"
2485-"Last-Translator: Ahmed Mohammed <Unknown>\n"
2486+"POT-Creation-Date: 2011-01-01 04:03+0000\n"
2487+"PO-Revision-Date: 2010-10-12 19:55+0000\n"
2488+"Last-Translator: Matthieu Baerts <matttbe@gmail.com>\n"
2489 "Language-Team: Arabic <ar@li.org>\n"
2490 "MIME-Version: 1.0\n"
2491 "Content-Type: text/plain; charset=UTF-8\n"
2492 "Content-Transfer-Encoding: 8bit\n"
2493-"X-Launchpad-Export-Date: 2010-09-16 04:57+0000\n"
2494+"X-Launchpad-Export-Date: 2011-01-02 04:41+0000\n"
2495 "X-Generator: Launchpad (build Unknown)\n"
2496-
2497-#: ../src/cairo-dock-gui-launcher.c:376
2498-msgid "Launcher configuration"
2499-msgstr "اعدادات المشغل"
2500-
2501-#: ../src/cairo-dock-gui-main.c:128 ../data/messages:277
2502-msgid "Behaviour"
2503-msgstr "السّلوك"
2504-
2505-#: ../src/cairo-dock-gui-main.c:129 ../data/messages:83 ../data/messages:1397
2506-msgid "Appearance"
2507-msgstr "المظهر"
2508-
2509-#: ../src/cairo-dock-gui-main.c:130 ../src/gldit/cairo-dock-gui-factory.c:1231
2510+"Language: ar\n"
2511+
2512+#: ../src/cairo-dock-gui-commons.c:215
2513+msgid ""
2514+"You have made some changes to the current theme.\n"
2515+"You will lose them if you don't save before choosing a new theme. Continue "
2516+"anyway?"
2517+msgstr ""
2518+
2519+#: ../src/cairo-dock-gui-commons.c:241
2520+msgid "Please wait while importing the theme..."
2521+msgstr ""
2522+
2523+#: ../src/cairo-dock-gui-commons.c:304
2524+msgid "Bottom dock"
2525+msgstr ""
2526+
2527+#: ../src/cairo-dock-gui-commons.c:306
2528+msgid "Top dock"
2529+msgstr ""
2530+
2531+#: ../src/cairo-dock-gui-commons.c:311
2532+msgid "Right dock"
2533+msgstr ""
2534+
2535+#: ../src/cairo-dock-gui-commons.c:313
2536+msgid "Left dock"
2537+msgstr ""
2538+
2539+#: ../src/cairo-dock-gui-commons.c:410 ../src/cairo-dock-menu.c:1373
2540+msgid "Configure this applet"
2541+msgstr "تكوين الاضافة"
2542+
2543+#: ../src/cairo-dock-gui-commons.c:447 ../src/cairo-dock-gui-main.c:131
2544 msgid "Files"
2545 msgstr "ملفّات"
2546
2547-#: ../src/cairo-dock-gui-main.c:131 ../src/gldit/cairo-dock-gui-factory.c:1236
2548+#: ../src/cairo-dock-gui-commons.c:452 ../src/cairo-dock-gui-main.c:132
2549 msgid "Internet"
2550-msgstr ""
2551+msgstr "إنترنت"
2552
2553-#: ../src/cairo-dock-gui-main.c:132 ../src/gldit/cairo-dock-gui-factory.c:1241
2554+#: ../src/cairo-dock-gui-commons.c:457 ../src/cairo-dock-gui-main.c:133
2555 msgid "Desktop"
2556 msgstr "سطح المكتب"
2557
2558-#: ../src/cairo-dock-gui-main.c:133
2559-msgid "Accessories"
2560+#: ../src/cairo-dock-gui-commons.c:462
2561+msgid "Accessory"
2562 msgstr "ملحقات"
2563
2564-#: ../src/cairo-dock-gui-main.c:134 ../src/gldit/cairo-dock-gui-factory.c:1251
2565-#: ../src/gldit/cairo-dock-internal-system.c:123 ../data/messages:353
2566+#: ../src/cairo-dock-gui-commons.c:467 ../src/cairo-dock-gui-main.c:135
2567+#: ../src/cairo-dock-gui-main.c:1447
2568+#: ../src/internal-old/cairo-dock-internal-system.c:122 ../data/messages:339
2569 msgid "System"
2570 msgstr "النّظام"
2571
2572-#: ../src/cairo-dock-gui-main.c:135 ../src/gldit/cairo-dock-gui-factory.c:1256
2573+#: ../src/cairo-dock-gui-commons.c:472 ../src/cairo-dock-gui-main.c:136
2574 msgid "Fun"
2575 msgstr "مرح"
2576
2577-#: ../src/cairo-dock-gui-main.c:136 ../src/cairo-dock-gui-main.c:1526
2578-#: ../data/messages:1531
2579+#: ../src/cairo-dock-gui-commons.c:514
2580+msgid "plug-in"
2581+msgstr ""
2582+
2583+#: ../src/cairo-dock-gui-commons.c:520
2584+msgid "category"
2585+msgstr "تصنيف"
2586+
2587+#: ../src/cairo-dock-gui-items.c:334
2588+msgid ""
2589+"Main dock's paramaters are available in the main configuration window."
2590+msgstr ""
2591+
2592+#: ../src/cairo-dock-gui-items.c:571
2593+msgid "Launcher configuration"
2594+msgstr "اعدادات المشغل"
2595+
2596+#: ../src/cairo-dock-gui-main.c:129 ../data/messages:263
2597+msgid "Behaviour"
2598+msgstr "السّلوك"
2599+
2600+#: ../src/cairo-dock-gui-main.c:130 ../data/messages:83 ../data/messages:1383
2601+msgid "Appearance"
2602+msgstr "المظهر"
2603+
2604+#: ../src/cairo-dock-gui-main.c:134
2605+msgid "Accessories"
2606+msgstr "ملحقات"
2607+
2608+#: ../src/cairo-dock-gui-main.c:137 ../src/cairo-dock-gui-main.c:1585
2609+#: ../data/messages:1519
2610 msgid "All"
2611 msgstr "الكل"
2612
2613-#: ../src/cairo-dock-gui-main.c:1502
2614+#: ../src/cairo-dock-gui-main.c:1428
2615+#: ../src/internal-old/cairo-dock-internal-position.c:131
2616+msgid "Set the position of the main dock."
2617+msgstr "تحديد موضع الشريط الرئيسي."
2618+
2619+#: ../src/cairo-dock-gui-main.c:1429
2620+#: ../src/internal-old/cairo-dock-internal-position.c:129 ../data/messages:137
2621+msgid "Position"
2622+msgstr "الموضع"
2623+
2624+#: ../src/cairo-dock-gui-main.c:1434
2625+#: ../src/internal-old/cairo-dock-internal-accessibility.c:261
2626+msgid ""
2627+"Do you like your dock to be always visible,\n"
2628+" or on the contrary unobtrusive?\n"
2629+"Configure the way you access your docks and sub-docks!"
2630+msgstr ""
2631+
2632+#: ../src/cairo-dock-gui-main.c:1435 ../src/cairo-dock-menu.c:1410
2633+#: ../src/internal-old/cairo-dock-internal-accessibility.c:259
2634+msgid "Visibility"
2635+msgstr "الرؤية"
2636+
2637+#: ../src/cairo-dock-gui-main.c:1440
2638+#: ../src/internal-old/cairo-dock-internal-taskbar.c:167
2639+msgid "Display and interact with currently open windows."
2640+msgstr "العرض والتفاعل مع النوافذ المفتوحة حاليا."
2641+
2642+#: ../src/cairo-dock-gui-main.c:1441
2643+#: ../src/internal-old/cairo-dock-internal-taskbar.c:165 ../data/messages:61
2644+#: ../data/messages:1033
2645+msgid "Taskbar"
2646+msgstr "شريط المهام"
2647+
2648+#: ../src/cairo-dock-gui-main.c:1446
2649+#: ../src/internal-old/cairo-dock-internal-system.c:124
2650+msgid "All of the parameters you will never want to tweak."
2651+msgstr "المؤشرات التي لن تعدلها ابدا."
2652+
2653+#: ../src/cairo-dock-gui-main.c:1452
2654+#: ../src/internal-old/cairo-dock-internal-background.c:130
2655+msgid "Set a background for your dock."
2656+msgstr "تعيين خلفية لشريطك"
2657+
2658+#: ../src/cairo-dock-gui-main.c:1453
2659+#: ../src/internal-old/cairo-dock-internal-background.c:128
2660+#: ../data/messages:435 ../data/messages:831 ../data/messages:1391
2661+msgid "Background"
2662+msgstr "خلفيَّة"
2663+
2664+#: ../src/cairo-dock-gui-main.c:1458
2665+#: ../src/internal-old/cairo-dock-internal-views.c:87
2666+msgid "Select a view for each of your docks."
2667+msgstr "حدد طريقة عرض الشريط"
2668+
2669+#: ../src/cairo-dock-gui-main.c:1459
2670+#: ../src/internal-old/cairo-dock-internal-views.c:85 ../data/messages:115
2671+#: ../data/messages:495 ../data/messages:1385
2672+msgid "Views"
2673+msgstr "العرض"
2674+
2675+#: ../src/cairo-dock-gui-main.c:1465
2676+#: ../src/internal-old/cairo-dock-internal-dialogs.c:121
2677+msgid "Configure text bubble appearance."
2678+msgstr "ظهور فقاعة في خصائص النص."
2679+
2680+#: ../src/cairo-dock-gui-main.c:1466
2681+#: ../src/internal-old/cairo-dock-internal-dialogs.c:119
2682+msgid "Dialog boxes"
2683+msgstr "صناديق الحوار"
2684+
2685+#: ../src/cairo-dock-gui-main.c:1472
2686+#: ../src/internal-old/cairo-dock-internal-desklets.c:100
2687+msgid "Applets can be displayed on your desktop as widgets."
2688+msgstr "يمكن عرض بريمجاتك على سطح المكتب في وجدات الشريط"
2689+
2690+#: ../src/cairo-dock-gui-main.c:1473
2691+#: ../src/internal-old/cairo-dock-internal-desklets.c:98 ../data/messages:551
2692+msgid "Desklets"
2693+msgstr ""
2694+
2695+#: ../src/cairo-dock-gui-main.c:1479
2696+#: ../src/internal-old/cairo-dock-internal-icons.c:459
2697+msgid ""
2698+"All about icons:\n"
2699+" size, reflection, icon theme,..."
2700+msgstr ""
2701+"كل ما يخص الايقونات:\n"
2702+" الحجم, الإنعكاس, سمة الايقونة, ..."
2703+
2704+#: ../src/cairo-dock-gui-main.c:1480
2705+#: ../src/internal-old/cairo-dock-internal-icons.c:457 ../data/messages:85
2706+#: ../data/messages:615 ../data/messages:857
2707+msgid "Icons"
2708+msgstr "أيقونات"
2709+
2710+#: ../src/cairo-dock-gui-main.c:1485
2711+#: ../src/internal-old/cairo-dock-internal-indicators.c:169
2712+msgid "Indicators are additional markers for your icons."
2713+msgstr "المؤشرات هي علامات إضافية للأيقونات."
2714+
2715+#: ../src/cairo-dock-gui-main.c:1486
2716+#: ../src/internal-old/cairo-dock-internal-indicators.c:167
2717+#: ../data/messages:733
2718+msgid "Indicators"
2719+msgstr "المؤشرات"
2720+
2721+#: ../src/cairo-dock-gui-main.c:1492
2722+#: ../src/internal-old/cairo-dock-internal-labels.c:182
2723+msgid "Define icon caption and quick-info style."
2724+msgstr "رمز تعريف وشرح سريع لمعلومات النمط."
2725+
2726+#: ../src/cairo-dock-gui-main.c:1493
2727+#: ../src/internal-old/cairo-dock-internal-labels.c:180
2728+msgid "Captions"
2729+msgstr "تعليق"
2730+
2731+#: ../src/cairo-dock-gui-main.c:1561
2732 msgid "Categories"
2733 msgstr "التصنيفات"
2734
2735-#: ../src/cairo-dock-gui-main.c:1632
2736+#: ../src/cairo-dock-gui-main.c:1699
2737 msgid "Filter"
2738 msgstr "فلترة"
2739
2740-#: ../src/cairo-dock-gui-main.c:1679 ../data/messages:141
2741+#: ../src/cairo-dock-gui-main.c:1746
2742 msgid "Options"
2743 msgstr "خيارات"
2744
2745-#: ../src/cairo-dock-gui-main.c:1689
2746+#: ../src/cairo-dock-gui-main.c:1756
2747 msgid "All words"
2748 msgstr "كافة الكلمات"
2749
2750-#: ../src/cairo-dock-gui-main.c:1693
2751+#: ../src/cairo-dock-gui-main.c:1760
2752 msgid "Highlighted words"
2753 msgstr "الكلمات المظللة"
2754
2755-#: ../src/cairo-dock-gui-main.c:1698
2756+#: ../src/cairo-dock-gui-main.c:1765
2757 msgid "Hide others"
2758 msgstr "اخفاء الاخرى"
2759
2760-#: ../src/cairo-dock-gui-main.c:1703
2761+#: ../src/cairo-dock-gui-main.c:1770
2762 msgid "Search in description"
2763 msgstr "البحث بالوصف"
2764
2765-#: ../src/cairo-dock-gui-main.c:1717
2766+#: ../src/cairo-dock-gui-main.c:1784
2767 msgid "Enable this module"
2768 msgstr "تمكين هذه الوحدة"
2769
2770-#: ../src/cairo-dock-gui-main.c:1781 ../data/messages:135
2771+#: ../src/cairo-dock-gui-main.c:1848 ../src/cairo-dock-menu.c:205
2772+#: ../data/messages:133
2773 msgid "More applets"
2774-msgstr ""
2775+msgstr "مزيد من التطبيقات"
2776
2777-#: ../src/cairo-dock-gui-main.c:1782 ../data/messages:133
2778+#: ../src/cairo-dock-gui-main.c:1849 ../data/messages:131
2779 msgid "Get more applets online !"
2780-msgstr ""
2781+msgstr "الحصول على المزيد من التطبيقات على الانترنت!"
2782
2783-#: ../src/cairo-dock-gui-main.c:1817 ../src/cairo-dock.c:741
2784+#: ../src/cairo-dock-gui-main.c:1883 ../src/cairo-dock.c:729
2785 msgid "< Maintenance mode >"
2786 msgstr "< وضع الصيانة >"
2787
2788-#: ../src/cairo-dock-gui-main.c:1907 ../src/cairo-dock-gui-simple.c:769
2789+#: ../src/cairo-dock-gui-main.c:1973 ../src/cairo-dock-gui-simple.c:900
2790 msgid "Cairo-Dock configuration"
2791 msgstr "إعدادات كايرو دك"
2792
2793-#: ../src/cairo-dock-gui-main.c:2228
2794+#: ../src/cairo-dock-gui-main.c:2294
2795 #, c-format
2796 msgid ""
2797 "The '%s' module is not present. You need to install it and all its "
2798@@ -116,16 +284,16 @@
2799 "'%s' الوحدة غير موجودة . تحتاج إلى تثبيتها وجميع تابعاتها من أجل استخدام هذه "
2800 "الوحدة"
2801
2802-#: ../src/cairo-dock-gui-main.c:2234
2803+#: ../src/cairo-dock-gui-main.c:2300
2804 #, c-format
2805 msgid "The '%s' module is not enabled."
2806 msgstr "'%s' الوحدةغير مفعلة."
2807
2808-#: ../src/cairo-dock-gui-main.c:2235
2809+#: ../src/cairo-dock-gui-main.c:2301
2810 msgid "Do you want to enable it now?"
2811 msgstr "هل تريد تفعيلها الان؟"
2812
2813-#: ../src/cairo-dock-gui-main.c:2378
2814+#: ../src/cairo-dock-gui-main.c:2444
2815 msgid ""
2816 "It appears that you've never entered the help module before.\n"
2817 "If you are having difficulty configuring the dock, or if you want to "
2818@@ -138,28 +306,44 @@
2819 "المساعده دائما موجودة معك.\n"
2820 "هل تريد إالقاء نظره عليها؟"
2821
2822-#: ../src/cairo-dock-gui-simple.c:396 ../src/cairo-dock-gui-themes.c:311
2823-#, c-format
2824-msgid "Importing theme %s ..."
2825-msgstr "استيراد السمة %s"
2826-
2827-#: ../src/cairo-dock-gui-simple.c:718
2828+#: ../src/cairo-dock-gui-simple.c:407 ../src/cairo-dock-gui-themes.c:112
2829+msgid "Could not import the theme."
2830+msgstr "ﻻيمكن اسيراد السمة ."
2831+
2832+#: ../src/cairo-dock-gui-simple.c:427
2833+msgid "Importing theme..."
2834+msgstr ""
2835+
2836+#: ../src/cairo-dock-gui-simple.c:434 ../src/cairo-dock-gui-themes.c:154
2837+msgid "Theme has been saved"
2838+msgstr ""
2839+
2840+#: ../src/cairo-dock-gui-simple.c:440 ../src/cairo-dock-gui-themes.c:160
2841+msgid "Themes have been deleted"
2842+msgstr ""
2843+
2844+#: ../src/cairo-dock-gui-simple.c:770
2845 msgid "Animation:"
2846 msgstr "تحريك:"
2847
2848-#: ../src/cairo-dock-gui-simple.c:735
2849+#: ../src/cairo-dock-gui-simple.c:787
2850 msgid "Effects:"
2851 msgstr "تأثيرات:"
2852
2853-#: ../src/cairo-dock-gui-simple.c:750 ../data/messages:77
2854+#: ../src/cairo-dock-gui-simple.c:855
2855+msgid ""
2856+"Click on an applet in order to have a preview and a description for it."
2857+msgstr "انقر على المصغر للحصول على عرض و وصف له."
2858+
2859+#: ../src/cairo-dock-gui-simple.c:864 ../data/messages:77
2860 msgid "On mouse hover:"
2861 msgstr "حدث مرور الفأرة:"
2862
2863-#: ../src/cairo-dock-gui-simple.c:751 ../data/messages:79
2864+#: ../src/cairo-dock-gui-simple.c:866 ../data/messages:79
2865 msgid "On click:"
2866 msgstr "عند الضغط:"
2867
2868-#: ../src/cairo-dock-gui-simple.c:803
2869+#: ../src/cairo-dock-gui-simple.c:937
2870 msgid ""
2871 "This is the simple configuration panel of Cairo-Dock.\n"
2872 " After you get familiar with it, and if you want to customise your theme\n"
2873@@ -167,15 +351,15 @@
2874 " You can switch from a mode to another at any time."
2875 msgstr ""
2876
2877-#: ../src/cairo-dock-gui-switch.c:68
2878+#: ../src/cairo-dock-gui-switch.c:77
2879 msgid "Simple Mode"
2880 msgstr "الوضع البسيط"
2881
2882-#: ../src/cairo-dock-gui-switch.c:68
2883+#: ../src/cairo-dock-gui-switch.c:77
2884 msgid "Advanced Mode"
2885 msgstr "الوضع المتقدم"
2886
2887-#: ../src/cairo-dock-gui-switch.c:70
2888+#: ../src/cairo-dock-gui-switch.c:79
2889 msgid ""
2890 "The advanced mode lets you tweak every single parameter of the dock. It is a "
2891 "powerful tool to customise your current theme."
2892@@ -183,216 +367,176 @@
2893 "الوضع المتقدم يمنحك التحكم في كل مؤشرات الشريط. و تعديل السمه الحاليه "
2894 "بفعاليه."
2895
2896-#: ../src/cairo-dock-gui-themes.c:169
2897-msgid "Could not import the theme."
2898-msgstr "ﻻيمكن اسيراد السمة ."
2899-
2900-#: ../src/cairo-dock-gui-themes.c:225
2901-msgid "The theme has been saved"
2902-msgstr "تم حفظ السمة"
2903-
2904-#: ../src/cairo-dock-gui-themes.c:225
2905-msgid "The theme could not be saved"
2906-msgstr "ﻻ يمكن حفظ السمة ."
2907-
2908-#: ../src/cairo-dock-gui-themes.c:251
2909-msgid "The theme has been deleted"
2910-msgstr "تم حذف السمة ."
2911-
2912-#: ../src/cairo-dock-gui-themes.c:251
2913-msgid "The theme could not be deleted"
2914-msgstr "سمة لا يمكن حذفها ."
2915-
2916-#: ../src/cairo-dock-gui-themes.c:253
2917-msgid "The themes have been deleted"
2918-msgstr "السمات تم حذفها ."
2919-
2920-#: ../src/cairo-dock-gui-themes.c:253
2921-msgid "The themes could not be deleted"
2922-msgstr "سمات لم يتم حذفها ."
2923-
2924-#: ../src/cairo-dock-gui-themes.c:303
2925-msgid ""
2926-"You have made some changes to the current theme.\n"
2927-"You will lose them if you don't save before choosing a new theme. Continue "
2928-"anyway?"
2929+#: ../src/cairo-dock-gui-themes.c:147
2930+msgid "Importing theme ..."
2931 msgstr ""
2932
2933-#: ../src/cairo-dock-gui-themes.c:332
2934+#: ../src/cairo-dock-gui-themes.c:180
2935 msgid "Manage Themes"
2936 msgstr "إدارة السمات"
2937
2938-#: ../src/cairo-dock-menu.c:128
2939-#, c-format
2940-msgid "Configuration of the '%s' dock"
2941+#: ../src/cairo-dock-menu.c:169
2942+msgid "About Cairo-Dock"
2943 msgstr ""
2944
2945-#: ../src/cairo-dock-menu.c:207 ../data/messages:1301
2946+#: ../src/cairo-dock-menu.c:196 ../data/messages:1287
2947 msgid "Community site"
2948 msgstr "موقع المجتمع"
2949
2950-#: ../src/cairo-dock-menu.c:208 ../data/messages:1299
2951+#: ../src/cairo-dock-menu.c:197 ../data/messages:1285
2952 msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
2953 msgstr "مشاكل؟ اقتراحات؟ تريد التحدث إلينا؟ تفضل!"
2954
2955-#: ../src/cairo-dock-menu.c:211 ../data/messages:1305
2956+#: ../src/cairo-dock-menu.c:200 ../data/messages:1291
2957 msgid "Development site"
2958 msgstr "موقع التطوير"
2959
2960-#: ../src/cairo-dock-menu.c:212 ../data/messages:1303
2961+#: ../src/cairo-dock-menu.c:201 ../data/messages:1289
2962 msgid "Find the latest version of Cairo-Dock here !"
2963 msgstr "إبحث عن النسخه الاخيره من البرنامج هنا !"
2964
2965-#: ../src/cairo-dock-menu.c:215 ../data/messages:1309
2966-msgid "Cairo-Dock-Plug-ins-Extras"
2967-msgstr "اضفات اضافية ليكرو دوك"
2968-
2969-#: ../src/cairo-dock-menu.c:216 ../data/messages:1179 ../data/messages:1307
2970-msgid "Other applets"
2971-msgstr "تطبقات اخرى"
2972-
2973-#: ../src/cairo-dock-menu.c:225
2974+#: ../src/cairo-dock-menu.c:216
2975 msgid "Development"
2976 msgstr "تطوير"
2977
2978-#: ../src/cairo-dock-menu.c:231
2979+#: ../src/cairo-dock-menu.c:222
2980 msgid "Artwork"
2981 msgstr "الأعمال الفنية"
2982
2983-#: ../src/cairo-dock-menu.c:235
2984+#: ../src/cairo-dock-menu.c:226
2985 msgid "Support"
2986 msgstr "الدعم"
2987
2988-#: ../src/cairo-dock-menu.c:313
2989+#: ../src/cairo-dock-menu.c:307
2990 msgid "Quit Cairo-Dock?"
2991 msgstr "إغلاق برنامج كايرو-دوك؟"
2992
2993-#: ../src/cairo-dock-menu.c:344
2994-msgid "Configure this dock"
2995-msgstr "ضبط الشريط"
2996-
2997-#: ../src/cairo-dock-menu.c:349
2998-msgid "Customize the position, visibility and appearance of this main dock."
2999-msgstr ""
3000-
3001-#: ../src/cairo-dock-menu.c:352
3002+#: ../src/cairo-dock-menu.c:336
3003 msgid "Configure"
3004 msgstr "عدل"
3005
3006-#: ../src/cairo-dock-menu.c:357
3007+#: ../src/cairo-dock-menu.c:341
3008 msgid "Configure behaviour, appearance, and applets."
3009 msgstr "تكوين السلوك والمظهر والاضفات ."
3010
3011-#: ../src/cairo-dock-menu.c:359
3012+#: ../src/cairo-dock-menu.c:345
3013+msgid "Configure this dock"
3014+msgstr "ضبط الشريط"
3015+
3016+#: ../src/cairo-dock-menu.c:350
3017+msgid "Customize the position, visibility and appearance of this main dock."
3018+msgstr ""
3019+
3020+#: ../src/cairo-dock-menu.c:355
3021 msgid "Manage themes"
3022 msgstr "إدارة الثيمات"
3023
3024-#: ../src/cairo-dock-menu.c:364
3025+#: ../src/cairo-dock-menu.c:360
3026 msgid ""
3027 "Choose from amongst many themes on the server or save your current theme."
3028 msgstr "اختر من العديد من السمات في الخادم او حفظ السمة الخاصة بك ."
3029
3030-#: ../src/cairo-dock-menu.c:369
3031+#: ../src/cairo-dock-menu.c:366
3032 msgid "Unlock icons"
3033 msgstr "فتح الايقونات"
3034
3035-#: ../src/cairo-dock-menu.c:369
3036+#: ../src/cairo-dock-menu.c:366
3037 msgid "Lock icons"
3038 msgstr "قفل الايقونات"
3039
3040-#: ../src/cairo-dock-menu.c:373
3041+#: ../src/cairo-dock-menu.c:370
3042 msgid "This will (un)lock the position of the icons."
3043 msgstr "هذا سيلغي قفل مكان الأيقونات."
3044
3045-#: ../src/cairo-dock-menu.c:377
3046+#: ../src/cairo-dock-menu.c:374
3047 msgid "Unlock dock"
3048 msgstr "إالغاء قفل الشريط"
3049
3050-#: ../src/cairo-dock-menu.c:377
3051+#: ../src/cairo-dock-menu.c:374
3052 msgid "Lock dock"
3053 msgstr "قفل الشريط"
3054
3055-#: ../src/cairo-dock-menu.c:382
3056+#: ../src/cairo-dock-menu.c:379
3057 msgid "This will (un)lock the whole dock."
3058 msgstr "هذا سيلغي قفل كامل الشريط."
3059
3060-#: ../src/cairo-dock-menu.c:387
3061+#: ../src/cairo-dock-menu.c:384
3062 msgid "Quick-Hide"
3063 msgstr "إخفاء سريع"
3064
3065-#: ../src/cairo-dock-menu.c:392
3066+#: ../src/cairo-dock-menu.c:389
3067 msgid "This will hide the dock until you hover over it with the mouse."
3068 msgstr "سيختفي الشريط حتى تقوم بتمرير المؤشر عليه"
3069
3070-#: ../src/cairo-dock-menu.c:400
3071+#: ../src/cairo-dock-menu.c:397
3072 msgid "Launch Cairo-Dock on startup"
3073 msgstr "تشغيل شريط كيرو عند بدء التشغيل"
3074
3075-#: ../src/cairo-dock-menu.c:410 ../src/cairo-dock.c:294
3076+#: ../src/cairo-dock-menu.c:407 ../src/cairo-dock.c:297
3077 msgid "Help"
3078 msgstr "مساعدة"
3079
3080-#: ../src/cairo-dock-menu.c:415
3081+#: ../src/cairo-dock-menu.c:412
3082 msgid "There are no problems, only solutions (and a lot of useful hints!)"
3083 msgstr "لا يوجد مشاكل، فقط حلول (والعديد من التلميحات المفيده!)"
3084
3085-#: ../src/cairo-dock-menu.c:417
3086+#: ../src/cairo-dock-menu.c:414
3087 msgid "Get more applets!"
3088-msgstr ""
3089+msgstr "الحصول على مزيد من التطبيقات!"
3090
3091-#: ../src/cairo-dock-menu.c:422
3092+#: ../src/cairo-dock-menu.c:419
3093 msgid ""
3094 "Third-party applets provide integration with many programs, like Pidgin"
3095 msgstr ""
3096
3097-#: ../src/cairo-dock-menu.c:424
3098+#: ../src/cairo-dock-menu.c:421
3099 msgid "About"
3100 msgstr "حول"
3101
3102-#: ../src/cairo-dock-menu.c:432
3103+#: ../src/cairo-dock-menu.c:429
3104 msgid "Quit"
3105 msgstr "خروج"
3106
3107-#: ../src/cairo-dock-menu.c:457
3108+#: ../src/cairo-dock-menu.c:454
3109 msgid "separator"
3110-msgstr ""
3111+msgstr "فاصل"
3112
3113-#: ../src/cairo-dock-menu.c:461
3114+#: ../src/cairo-dock-menu.c:458
3115 #, c-format
3116 msgid "You're about to remove this icon (%s) from the dock. Are you sure?"
3117 msgstr "انت على وشك ازالة الأيقون (%s)من الشريط. هل انت متأكد؟"
3118
3119-#: ../src/cairo-dock-menu.c:472
3120+#: ../src/cairo-dock-menu.c:469
3121 msgid ""
3122 "Do you want to re-dispatch the icons contained inside this container into "
3123 "the dock?\n"
3124 "(otherwise they will be destroyed)"
3125 msgstr ""
3126
3127-#: ../src/cairo-dock-menu.c:542
3128+#: ../src/cairo-dock-menu.c:539
3129 msgid ""
3130 "The new dock has been created.\n"
3131 "Now move some launchers or applets into it by right-clicking on the icon -> "
3132 "move to another dock"
3133 msgstr ""
3134
3135-#: ../src/cairo-dock-menu.c:559
3136+#: ../src/cairo-dock-menu.c:556
3137 msgid "Sorry, this icon doesn't have a configuration file."
3138-msgstr ""
3139+msgstr "عذرا ، هذا الايقون لا يملك ملف التكوين."
3140
3141-#: ../src/cairo-dock-menu.c:600
3142+#: ../src/cairo-dock-menu.c:597
3143 msgid ""
3144 "The new dock has been created.\n"
3145 "You can customize it by right-clicking on it -> cairo-dock -> configure this "
3146 "dock."
3147 msgstr ""
3148
3149-#: ../src/cairo-dock-menu.c:657
3150+#: ../src/cairo-dock-menu.c:658
3151 #, c-format
3152 msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
3153 msgstr "انت على وشك ازالة الاضافة (%s)من الشريط . هل انت متأكد ؟"
3154
3155-#: ../src/cairo-dock-menu.c:841
3156+#: ../src/cairo-dock-menu.c:881
3157 msgid ""
3158 "Sorry, couldn't find the corresponding description file.\n"
3159 "Consider dragging and dropping the launcher from the Applications Menu."
3160@@ -400,240 +544,231 @@
3161 "عفوا, لم يتم العثور على الملف المطابق.\n"
3162 "حاول سحب المشغل وإفلاته من قائمه التطبيقات."
3163
3164-#: ../src/cairo-dock-menu.c:1073
3165+#: ../src/cairo-dock-menu.c:1116
3166 #, c-format
3167 msgid "Move all to desktop %d - face %d"
3168 msgstr "أنقل الكل إلى سطح المكتب %d - الوجه %d"
3169
3170-#: ../src/cairo-dock-menu.c:1073
3171+#: ../src/cairo-dock-menu.c:1116
3172 #, c-format
3173 msgid "Move to desktop %d - face %d"
3174 msgstr "أنقل إلى سطح المكتب %d - الوجه %d"
3175
3176-#: ../src/cairo-dock-menu.c:1075
3177+#: ../src/cairo-dock-menu.c:1118
3178 #, c-format
3179 msgid "Move all to desktop %d"
3180 msgstr "نقل الكل الى سطح المكتب %d"
3181
3182-#: ../src/cairo-dock-menu.c:1075
3183+#: ../src/cairo-dock-menu.c:1118
3184 #, c-format
3185 msgid "Move to desktop %d"
3186 msgstr "أنقل إلى سطح المكتب %d"
3187
3188-#: ../src/cairo-dock-menu.c:1077
3189+#: ../src/cairo-dock-menu.c:1120
3190 #, c-format
3191 msgid "Move all to face %d"
3192 msgstr "أنقل الكل إلى الوجه %d"
3193
3194-#: ../src/cairo-dock-menu.c:1077
3195+#: ../src/cairo-dock-menu.c:1120
3196 #, c-format
3197 msgid "Move to face %d"
3198 msgstr "أنقل إلى الوجه %d"
3199
3200-#: ../src/cairo-dock-menu.c:1114
3201+#: ../src/cairo-dock-menu.c:1158
3202 msgid "Add"
3203 msgstr "أضف"
3204
3205-#: ../src/cairo-dock-menu.c:1118
3206-msgid "Add a sub-dock"
3207-msgstr "إضافه شريط فرعي"
3208-
3209-#: ../src/cairo-dock-menu.c:1120
3210-msgid "Add a main dock"
3211-msgstr ""
3212-
3213-#: ../src/cairo-dock-menu.c:1123
3214-msgid "Add a separator"
3215-msgstr "اضافة فاصل"
3216-
3217-#: ../src/cairo-dock-menu.c:1127
3218-msgid "Add a custom launcher"
3219-msgstr "إضافه مشغل معدل"
3220-
3221-#: ../src/cairo-dock-menu.c:1128
3222+#: ../src/cairo-dock-menu.c:1162
3223+msgid "Sub-dock"
3224+msgstr ""
3225+
3226+#: ../src/cairo-dock-menu.c:1164
3227+msgid "Main dock"
3228+msgstr ""
3229+
3230+#: ../src/cairo-dock-menu.c:1167 ../data/messages:1579
3231+msgid "Separator"
3232+msgstr ""
3233+
3234+#: ../src/cairo-dock-menu.c:1171
3235+msgid "Custom launcher"
3236+msgstr ""
3237+
3238+#: ../src/cairo-dock-menu.c:1172
3239 msgid ""
3240 "Usually you would drag a launcher from the menu and drop it on the dock."
3241 msgstr "يتوجب في العاده سحب المشغل من القائمه وإفلاته على الشريط."
3242
3243-#: ../src/cairo-dock-menu.c:1173
3244+#: ../src/cairo-dock-menu.c:1218
3245 msgid "Modify this separator"
3246 msgstr "تحرير الفاصل"
3247
3248-#: ../src/cairo-dock-menu.c:1173
3249+#: ../src/cairo-dock-menu.c:1218
3250 msgid "Modify this launcher"
3251 msgstr "تعديل هذا المشغل"
3252
3253-#: ../src/cairo-dock-menu.c:1175
3254+#: ../src/cairo-dock-menu.c:1220
3255 msgid "Remove this separator"
3256 msgstr "إزالة هذا الفاصل"
3257
3258-#: ../src/cairo-dock-menu.c:1175
3259+#: ../src/cairo-dock-menu.c:1220
3260 msgid "Remove this launcher"
3261 msgstr "إزالة هذا المشغل"
3262
3263-#: ../src/cairo-dock-menu.c:1176
3264+#: ../src/cairo-dock-menu.c:1221
3265 msgid ""
3266 "You can remove a launcher by dragging it out of the dock with the mouse ."
3267 msgstr "بإمكانك ازاله احد المشغلات بسحبه خارج الشريط بالمؤشر."
3268
3269-#: ../src/cairo-dock-menu.c:1178 ../src/cairo-dock-menu.c:1341
3270+#: ../src/cairo-dock-menu.c:1223 ../src/cairo-dock-menu.c:1389
3271 msgid "Move to another dock"
3272 msgstr "نقل الى شريط اخر"
3273
3274-#: ../src/cairo-dock-menu.c:1182 ../src/cairo-dock-menu.c:1345
3275+#: ../src/cairo-dock-menu.c:1227 ../src/cairo-dock-menu.c:1393
3276 msgid "New main dock"
3277 msgstr "شريط رئيسي جديد"
3278
3279-#: ../src/cairo-dock-menu.c:1200 ../src/cairo-dock-menu.c:1283
3280+#: ../src/cairo-dock-menu.c:1247 ../src/cairo-dock-menu.c:1331
3281 msgid "Other actions"
3282 msgstr "خيارات أخرى"
3283
3284-#: ../src/cairo-dock-menu.c:1205
3285+#: ../src/cairo-dock-menu.c:1252
3286 msgid "Move to this desktop"
3287 msgstr "نقل إالى سطح المكتب هذا"
3288
3289-#: ../src/cairo-dock-menu.c:1219
3290+#: ../src/cairo-dock-menu.c:1267
3291 msgid "Not Fullscreen"
3292 msgstr "ليس ملء"
3293
3294-#: ../src/cairo-dock-menu.c:1219
3295+#: ../src/cairo-dock-menu.c:1267
3296 msgid "Fullscreen"
3297 msgstr "ملء الشاشة"
3298
3299-#: ../src/cairo-dock-menu.c:1223
3300+#: ../src/cairo-dock-menu.c:1271
3301 msgid "Don't keep above"
3302 msgstr "ﻻ تجعله في الاعلى"
3303
3304-#: ../src/cairo-dock-menu.c:1223
3305+#: ../src/cairo-dock-menu.c:1271
3306 msgid "Keep above"
3307 msgstr "أبقها في الأعلى"
3308
3309-#: ../src/cairo-dock-menu.c:1244
3310+#: ../src/cairo-dock-menu.c:1292
3311 msgid "Remove custom icon"
3312 msgstr "إزاله الايقونه المعدله"
3313
3314-#: ../src/cairo-dock-menu.c:1248
3315+#: ../src/cairo-dock-menu.c:1296
3316 msgid "Set a custom icon"
3317 msgstr ""
3318
3319-#: ../src/cairo-dock-menu.c:1251
3320+#: ../src/cairo-dock-menu.c:1299
3321 msgid "Kill"
3322 msgstr "اقتل"
3323
3324-#: ../src/cairo-dock-menu.c:1256
3325+#: ../src/cairo-dock-menu.c:1304
3326 msgid "Launch a new (Shift+clic)"
3327 msgstr "تشغيل جديد (Shift+أنقر)"
3328
3329-#: ../src/cairo-dock-menu.c:1261
3330+#: ../src/cairo-dock-menu.c:1309
3331 msgid "Make it a launcher"
3332 msgstr "تحويله الى مشغل"
3333
3334-#: ../src/cairo-dock-menu.c:1264
3335+#: ../src/cairo-dock-menu.c:1312
3336 msgid "Show"
3337 msgstr "اظهر"
3338
3339-#: ../src/cairo-dock-menu.c:1266
3340+#: ../src/cairo-dock-menu.c:1314
3341 msgid "Unmaximise"
3342 msgstr "غير مكبر"
3343
3344-#: ../src/cairo-dock-menu.c:1266
3345+#: ../src/cairo-dock-menu.c:1314
3346 msgid "Maximise"
3347 msgstr "تكبير"
3348
3349-#: ../src/cairo-dock-menu.c:1269
3350+#: ../src/cairo-dock-menu.c:1317
3351 msgid "Minimise"
3352 msgstr "تصغير"
3353
3354-#: ../src/cairo-dock-menu.c:1271
3355+#: ../src/cairo-dock-menu.c:1319
3356 msgid "Close (middle-click)"
3357 msgstr "أغلق"
3358
3359-#: ../src/cairo-dock-menu.c:1288
3360+#: ../src/cairo-dock-menu.c:1336
3361 msgid "Move all to this desktop"
3362 msgstr "نقل الكل لسطح المكتب هذا"
3363
3364-#: ../src/cairo-dock-menu.c:1294
3365+#: ../src/cairo-dock-menu.c:1342
3366 msgid "Launch new"
3367 msgstr "إطار جديد"
3368
3369-#: ../src/cairo-dock-menu.c:1297
3370+#: ../src/cairo-dock-menu.c:1345
3371 msgid "Show all"
3372 msgstr "إظهار الكل"
3373
3374-#: ../src/cairo-dock-menu.c:1299
3375+#: ../src/cairo-dock-menu.c:1347
3376 msgid "Minimise all"
3377 msgstr "تصغير الكل"
3378
3379-#: ../src/cairo-dock-menu.c:1301
3380+#: ../src/cairo-dock-menu.c:1349
3381 msgid "Close all"
3382 msgstr "إغلاق الكل"
3383
3384-#: ../src/cairo-dock-menu.c:1325 ../src/gldit/cairo-dock-gui-factory.c:926
3385-msgid "Configure this applet"
3386-msgstr "تكوين الاضافة"
3387-
3388-#: ../src/cairo-dock-menu.c:1329
3389+#: ../src/cairo-dock-menu.c:1377
3390 msgid "Detach this applet"
3391 msgstr ""
3392
3393-#: ../src/cairo-dock-menu.c:1329
3394+#: ../src/cairo-dock-menu.c:1377
3395 msgid "Return to the dock"
3396 msgstr "عوده الى الشريط"
3397
3398-#: ../src/cairo-dock-menu.c:1332
3399+#: ../src/cairo-dock-menu.c:1380
3400 msgid "Remove this applet"
3401 msgstr "حذف الاضافة"
3402
3403-#: ../src/cairo-dock-menu.c:1336
3404+#: ../src/cairo-dock-menu.c:1384
3405 msgid "Launch another instance of this applet"
3406 msgstr ""
3407
3408-#: ../src/cairo-dock-menu.c:1362
3409-#: ../src/gldit/cairo-dock-internal-accessibility.c:277
3410-msgid "Visibility"
3411-msgstr "الرؤية"
3412-
3413-#: ../src/cairo-dock-menu.c:1377
3414+#: ../src/cairo-dock-menu.c:1425
3415 msgid "Normal"
3416 msgstr "عادي"
3417
3418-#: ../src/cairo-dock-menu.c:1383 ../data/messages:21 ../data/messages:201
3419-#: ../data/messages:1383
3420+#: ../src/cairo-dock-menu.c:1431 ../data/messages:21 ../data/messages:187
3421+#: ../data/messages:1369
3422 msgid "Always on top"
3423 msgstr "دائما في الأعلى"
3424
3425-#: ../src/cairo-dock-menu.c:1390
3426+#: ../src/cairo-dock-menu.c:1438
3427 msgid "Always below"
3428 msgstr "دئما ادنى"
3429
3430-#: ../src/cairo-dock-menu.c:1403
3431+#: ../src/cairo-dock-menu.c:1451
3432 msgid "Set behaviour in Compiz to: (name=cairo-dock & type=utility)"
3433 msgstr ""
3434
3435-#: ../src/cairo-dock-menu.c:1405
3436+#: ../src/cairo-dock-menu.c:1453
3437 msgid "Reserve space"
3438 msgstr "الإحتفاظ بالمسافه"
3439
3440-#: ../src/cairo-dock-menu.c:1412
3441+#: ../src/cairo-dock-menu.c:1460
3442 msgid "On all desktops"
3443 msgstr "على كل سطوح المكتب"
3444
3445-#: ../src/cairo-dock-menu.c:1418
3446+#: ../src/cairo-dock-menu.c:1466
3447 msgid "Lock position"
3448 msgstr "قفل التحريك"
3449
3450-#: ../src/cairo-dock-user-interaction.c:351
3451+#: ../src/cairo-dock-user-interaction.c:353
3452 msgid ""
3453 "The option 'overwrite X icons' has been automatically enabled in the "
3454 "config.\n"
3455 "It is located in the 'Taskbar' module."
3456 msgstr ""
3457
3458-#: ../src/cairo-dock.c:196
3459+#: ../src/cairo-dock.c:195
3460 msgid "Don't ask me any more"
3461-msgstr ""
3462+msgstr "لا تسألني"
3463
3464-#: ../src/cairo-dock.c:201
3465+#: ../src/cairo-dock.c:200
3466 msgid ""
3467 "To remove the black rectangle around the dock, you will need to activate a "
3468 "composite manager.\n"
3469@@ -642,11 +777,13 @@
3470 "I can perform this last operation for you. Do you want to proceed ?"
3471 msgstr ""
3472
3473-#: ../src/cairo-dock.c:213
3474-msgid "Do you want to keep this setting?"
3475-msgstr "هل تريد ابقاء هذا الإعداد"
3476+#: ../src/cairo-dock.c:212
3477+msgid ""
3478+"Do you want to keep this setting?\n"
3479+"In 15 seconds, the previous setting will be restored."
3480+msgstr ""
3481
3482-#: ../src/cairo-dock.c:219
3483+#: ../src/cairo-dock.c:218
3484 msgid ""
3485 "To remove the black rectangle around the dock, you will need to activate a "
3486 "composite manager.\n"
3487@@ -657,7 +794,7 @@
3488 "page."
3489 msgstr ""
3490
3491-#: ../src/cairo-dock.c:309
3492+#: ../src/cairo-dock.c:312
3493 msgid ""
3494 "A useful FAQ which also contains a lot of hints.\n"
3495 "Roll your mouse over a sentence to make helpful popups appear."
3496@@ -665,11 +802,11 @@
3497 "حقائق مفيده والعديد من التلميحات.\n"
3498 "حرك المؤشر على إحدى الجمل لتظهر لك فقاعه مفيده."
3499
3500-#: ../src/cairo-dock.c:634
3501+#: ../src/cairo-dock.c:573
3502 msgid "Use OpenGL in Cairo-Dock"
3503 msgstr "استخدام OpenGL في شريط كيرو"
3504
3505-#: ../src/cairo-dock.c:642
3506+#: ../src/cairo-dock.c:581
3507 msgid ""
3508 "OpenGL allows you to use the hardware acceleration, reducing the CPU load to "
3509 "the minimum.\n"
3510@@ -681,11 +818,11 @@
3511 " or with the -o option to force OpenGL and -c to force cairo.)"
3512 msgstr ""
3513
3514-#: ../src/cairo-dock.c:647
3515+#: ../src/cairo-dock.c:586
3516 msgid "Remember this choice"
3517-msgstr ""
3518+msgstr "تذكر هذا الاختيار"
3519
3520-#: ../src/cairo-dock.c:818
3521+#: ../src/cairo-dock.c:802
3522 msgid ""
3523 "Welcome in Cairo-Dock2 !\n"
3524 "A default and simple theme has been loaded.\n"
3525@@ -706,7 +843,7 @@
3526 "نتمنا ان تستمتع !\n"
3527 " (يمكن النقر على هذا الحوار لإغلاقه)"
3528
3529-#: ../src/cairo-dock.c:842
3530+#: ../src/cairo-dock.c:826
3531 #, c-format
3532 msgid ""
3533 "The module '%s' may have encountered a problem.\n"
3534@@ -714,7 +851,7 @@
3535 "at http://glx-dock.org"
3536 msgstr ""
3537
3538-#: ../src/gldit/cairo-dock-applet-facility.h:265
3539+#: ../src/gldit/cairo-dock-applet-facility.h:274
3540 msgid ""
3541 "The theme could not be found; the default theme will be used instead.\n"
3542 " You can change this by opening the configuration of this module. Do you "
3543@@ -723,7 +860,7 @@
3544 "ﻻ يمكن العثور على السِّمَةُ . سوف تكون السِّمَةُ الافتراضية مفعله .\n"
3545 "يمكنك تغيير ذلك عن طريق فتح تكوين هذه الوحدة. هل تريد أن تفعل ذلك الآن؟"
3546
3547-#: ../src/gldit/cairo-dock-applet-facility.h:280
3548+#: ../src/gldit/cairo-dock-applet-facility.h:289
3549 msgid ""
3550 "The gauge theme could not be found; a default gauge will be used instead.\n"
3551 "You can change this by opening the configuration of this module. Do you want "
3552@@ -732,63 +869,77 @@
3553 "ﻻ يمكن العثور على السِّمَةُ القياسية. سوف يكون القياس الافتراضية مفعله .\n"
3554 "يمكنك تغيير ذلك عن طريق فتح تكوين هذه الوحدة. هل تريد أن تفعل ذلك الآن؟"
3555
3556-#: ../src/gldit/cairo-dock-applet-facility.h:362
3557+#: ../src/gldit/cairo-dock-applet-facility.h:371
3558 msgid "Applet's handbook"
3559 msgstr ""
3560
3561-#: ../src/gldit/cairo-dock-file-manager.c:193
3562+#: ../src/gldit/cairo-dock-desklet-manager.c:843
3563+#: ../src/internal-old/cairo-dock-internal-desklets.c:42
3564+msgid "_custom decoration_"
3565+msgstr "_زخرفه مخصصه_"
3566+
3567+#: ../src/gldit/cairo-dock-file-manager.c:212
3568 #, c-format
3569 msgid "failed to mount %s"
3570 msgstr "فشل تحميل %s"
3571
3572-#: ../src/gldit/cairo-dock-file-manager.c:193
3573+#: ../src/gldit/cairo-dock-file-manager.c:212
3574 #, c-format
3575 msgid "Failed to unmount %s"
3576 msgstr "فشل إلغاء تحميل %s"
3577
3578-#: ../src/gldit/cairo-dock-gui-factory.c:832
3579-msgid "_Custom Icons_"
3580-msgstr "_ايقونه معدله_"
3581-
3582-#: ../src/gldit/cairo-dock-gui-factory.c:1246
3583-msgid "Accessory"
3584-msgstr "ملحقات"
3585-
3586-#: ../src/gldit/cairo-dock-gui-factory.c:1290
3587-msgid "rate me"
3588-msgstr "قيّمني"
3589-
3590-#: ../src/gldit/cairo-dock-gui-factory.c:1310
3591-#: ../src/gldit/cairo-dock-gui-factory.c:1499
3592+#: ../src/gldit/cairo-dock-gui-factory.c:235
3593+#, c-format
3594+msgid "by %s"
3595+msgstr ""
3596+
3597+#: ../src/gldit/cairo-dock-gui-factory.c:247
3598+msgid "kB"
3599+msgstr ""
3600+
3601+#: ../src/gldit/cairo-dock-gui-factory.c:249
3602+msgid "MB"
3603+msgstr ""
3604+
3605+#: ../src/gldit/cairo-dock-gui-factory.c:258
3606+#: ../src/gldit/cairo-dock-gui-factory.c:1637
3607 msgid "Local"
3608 msgstr "محلِّي"
3609
3610-#: ../src/gldit/cairo-dock-gui-factory.c:1314
3611-#: ../src/gldit/cairo-dock-gui-factory.c:1502
3612+#: ../src/gldit/cairo-dock-gui-factory.c:259
3613+#: ../src/gldit/cairo-dock-gui-factory.c:1640
3614 msgid "User"
3615 msgstr "مستخدم"
3616
3617-#: ../src/gldit/cairo-dock-gui-factory.c:1318
3618-#: ../src/gldit/cairo-dock-gui-factory.c:1505
3619+#: ../src/gldit/cairo-dock-gui-factory.c:260
3620+#: ../src/gldit/cairo-dock-gui-factory.c:1643
3621 msgid "Net"
3622 msgstr "شبكة"
3623
3624-#: ../src/gldit/cairo-dock-gui-factory.c:1322
3625-#: ../src/gldit/cairo-dock-gui-factory.c:1508
3626+#: ../src/gldit/cairo-dock-gui-factory.c:261
3627+#: ../src/gldit/cairo-dock-gui-factory.c:1646
3628 msgid "New"
3629 msgstr "جديد"
3630
3631-#: ../src/gldit/cairo-dock-gui-factory.c:1327
3632-#: ../src/gldit/cairo-dock-gui-factory.c:1512
3633+#: ../src/gldit/cairo-dock-gui-factory.c:262
3634+#: ../src/gldit/cairo-dock-gui-factory.c:1650
3635 msgid "Updated"
3636 msgstr "محدث"
3637
3638-#: ../src/gldit/cairo-dock-gui-factory.c:1423
3639-#: ../src/gldit/cairo-dock-gui-factory.c:1425
3640+#: ../src/gldit/cairo-dock-gui-factory.c:970
3641+msgid "_Custom Icons_"
3642+msgstr "_ايقونه معدله_"
3643+
3644+#: ../src/gldit/cairo-dock-gui-factory.c:1426
3645+msgid "Rate me"
3646+msgstr ""
3647+
3648+#: ../src/gldit/cairo-dock-gui-factory.c:1561
3649+#: ../src/gldit/cairo-dock-gui-factory.c:1563
3650 msgid "You must try the theme before you can rate it."
3651 msgstr "يتوجب عليك تجربة السمة قبل تقيمها"
3652
3653-#: ../src/gldit/cairo-dock-gui-factory.c:1448
3654+#: ../src/gldit/cairo-dock-gui-factory.c:1586
3655 #, c-format
3656 msgid ""
3657 "The '%s' module was not found.\n"
3658@@ -798,7 +949,7 @@
3659 "الـــــ '%s' لم يتم العثور علىالوحدة .\n"
3660 "يجب التأكد من تثبت الاصدار المتوافق مع الشريط لتمتع بهذه المزايا ."
3661
3662-#: ../src/gldit/cairo-dock-gui-factory.c:1457
3663+#: ../src/gldit/cairo-dock-gui-factory.c:1595
3664 #, c-format
3665 msgid ""
3666 "The '%s' plug-in is not active.\n"
3667@@ -807,175 +958,45 @@
3668 "الإضافة '%s' غير مفعله.\n"
3669 "هل تريد تفعليها الآن ؟"
3670
3671-#: ../src/gldit/cairo-dock-gui-factory.c:2188
3672+#: ../src/gldit/cairo-dock-gui-factory.c:2445
3673 #, c-format
3674 msgid "Listing themes in '%s' ..."
3675 msgstr "قائمة السمات في '%s' ..."
3676
3677-#: ../src/gldit/cairo-dock-gui-factory.c:2326
3678-msgid "plug-in"
3679-msgstr ""
3680-
3681-#: ../src/gldit/cairo-dock-gui-factory.c:2332
3682-msgid "category"
3683-msgstr "تصنيف"
3684-
3685-#: ../src/gldit/cairo-dock-gui-factory.c:2375
3686-msgid ""
3687-"Click on an applet in order to have a preview and a description for it."
3688-msgstr "انقر على المصغر للحصول على عرض و وصف له."
3689-
3690-#: ../src/gldit/cairo-dock-gui-factory.c:2778
3691-msgid "state"
3692-msgstr "ولايه"
3693-
3694-#: ../src/gldit/cairo-dock-gui-factory.c:2784
3695+#: ../src/gldit/cairo-dock-gui-factory.c:3018
3696 msgid "Theme"
3697 msgstr "سِمة"
3698
3699-#: ../src/gldit/cairo-dock-gui-factory.c:2797
3700+#: ../src/gldit/cairo-dock-gui-factory.c:3031
3701 msgid "Rating"
3702 msgstr "تقييم"
3703
3704-#: ../src/gldit/cairo-dock-gui-factory.c:2803
3705+#: ../src/gldit/cairo-dock-gui-factory.c:3037
3706 msgid "Sobriety"
3707 msgstr ""
3708
3709-#: ../src/gldit/cairo-dock-gui-factory.c:2886
3710+#: ../src/gldit/cairo-dock-gui-factory.c:3096
3711 msgid "link"
3712 msgstr "رابط"
3713
3714-#: ../src/gldit/cairo-dock-gui-factory.c:2939
3715+#: ../src/gldit/cairo-dock-gui-factory.c:3149
3716 msgid "Grab"
3717 msgstr "التقاط"
3718
3719-#: ../src/gldit/cairo-dock-internal-accessibility.c:279
3720-msgid ""
3721-"Do you like your dock to be always visible,\n"
3722-" or on the contrary unobtrusive?\n"
3723-"Configure the way you access your docks and sub-docks!"
3724-msgstr ""
3725-
3726-#: ../src/gldit/cairo-dock-internal-background.c:128 ../data/messages:449
3727-#: ../data/messages:859 ../data/messages:1405
3728-msgid "Background"
3729-msgstr "خلفيَّة"
3730-
3731-#: ../src/gldit/cairo-dock-internal-background.c:130
3732-msgid "Set a background for your dock."
3733-msgstr "تعيين خلفية لشريطك"
3734-
3735-#: ../src/gldit/cairo-dock-internal-desklets.c:44
3736-msgid "_custom decoration_"
3737-msgstr "_زخرفه مخصصه_"
3738-
3739-#: ../src/gldit/cairo-dock-internal-desklets.c:100 ../data/messages:565
3740-msgid "Desklets"
3741-msgstr ""
3742-
3743-#: ../src/gldit/cairo-dock-internal-desklets.c:102
3744-msgid "Applets can be displayed on your desktop as widgets."
3745-msgstr "يمكن عرض بريمجاتك على سطح المكتب في وجدات الشريط"
3746-
3747-#: ../src/gldit/cairo-dock-internal-dialogs.c:119
3748-msgid ""
3749-"This provides different window decorators. Enable this first if you want to "
3750-"select a different decorator for your dialog boxes."
3751-msgstr ""
3752-"هذا يوفر لك العديد من الزخارف للنافذه . قم بتمكين هذا الخيار الاول اذا كنت "
3753-"تريد اختيار زخرفه مختلفه لصندوق المحادثه."
3754-
3755-#: ../src/gldit/cairo-dock-internal-dialogs.c:121
3756-msgid "Dialog boxes"
3757-msgstr "صناديق الحوار"
3758-
3759-#: ../src/gldit/cairo-dock-internal-dialogs.c:123
3760-msgid "Configure text bubble appearance."
3761-msgstr "ظهور فقاعة في خصائص النص."
3762-
3763-#: ../src/gldit/cairo-dock-internal-icons.c:457
3764-msgid "Provides various animations for your icons."
3765-msgstr "يوفر العديد من الحركات لأيقوناتك"
3766-
3767-#: ../src/gldit/cairo-dock-internal-icons.c:459 ../data/messages:85
3768-#: ../data/messages:629 ../data/messages:871
3769-msgid "Icons"
3770-msgstr "أيقونات"
3771-
3772-#: ../src/gldit/cairo-dock-internal-icons.c:461
3773-msgid ""
3774-"All about icons:\n"
3775-" size, reflection, icon theme,..."
3776-msgstr ""
3777-"كل ما يخص الايقونات:\n"
3778-" الحجم, الإنعكاس, سمة الايقونة, ..."
3779-
3780-#: ../src/gldit/cairo-dock-internal-indicators.c:168 ../data/messages:747
3781-msgid "Indicators"
3782-msgstr "المؤشرات"
3783-
3784-#: ../src/gldit/cairo-dock-internal-indicators.c:170
3785-msgid "Indicators are additional markers for your icons."
3786-msgstr "المؤشرات هي علامات إضافية للأيقونات."
3787-
3788-#: ../src/gldit/cairo-dock-internal-labels.c:182
3789-msgid "Captions"
3790-msgstr "تعليق"
3791-
3792-#: ../src/gldit/cairo-dock-internal-labels.c:184
3793-msgid "Define icon caption and quick-info style."
3794-msgstr "رمز تعريف وشرح سريع لمعلومات النمط."
3795-
3796-#: ../src/gldit/cairo-dock-internal-position.c:131 ../data/messages:151
3797-msgid "Position"
3798-msgstr "الموضع"
3799-
3800-#: ../src/gldit/cairo-dock-internal-position.c:133
3801-msgid "Set the position of the main dock."
3802-msgstr "تحديد موضع الشريط الرئيسي."
3803-
3804-#: ../src/gldit/cairo-dock-internal-system.c:125
3805-msgid "All of the parameters you will never want to tweak."
3806-msgstr "المؤشرات التي لن تعدلها ابدا."
3807-
3808-#: ../src/gldit/cairo-dock-internal-taskbar.c:167 ../data/messages:61
3809-#: ../data/messages:1047
3810-msgid "Taskbar"
3811-msgstr "شريط المهام"
3812-
3813-#: ../src/gldit/cairo-dock-internal-taskbar.c:169
3814-msgid "Display and interact with currently open windows."
3815-msgstr "العرض والتفاعل مع النوافذ المفتوحة حاليا."
3816-
3817-#: ../src/gldit/cairo-dock-internal-views.c:85
3818-msgid ""
3819-"Provides different views for Cairo-Dock. Enable this first if you want to "
3820-"select a different view for your docks."
3821-msgstr ""
3822-
3823-#: ../src/gldit/cairo-dock-internal-views.c:87 ../data/messages:115
3824-#: ../data/messages:509 ../data/messages:1399
3825-msgid "Views"
3826-msgstr "العرض"
3827-
3828-#: ../src/gldit/cairo-dock-internal-views.c:89
3829-msgid "Select a view for each of your docks."
3830-msgstr "حدد طريقة عرض الشريط"
3831-
3832-#: ../src/gldit/cairo-dock-struct.h:457
3833+#: ../src/gldit/cairo-dock-struct.h:416
3834 msgid "Default"
3835 msgstr "الافتراضي"
3836
3837-#: ../src/gldit/cairo-dock-themes-manager.c:109
3838+#: ../src/gldit/cairo-dock-themes-manager.c:112
3839 #, c-format
3840 msgid "Are you sure you want to overwrite theme %s?"
3841 msgstr "هل انت متأكد انك تريد إستبدال السمه %s ؟"
3842
3843-#: ../src/gldit/cairo-dock-themes-manager.c:171
3844+#: ../src/gldit/cairo-dock-themes-manager.c:174
3845 msgid "Last modification on:"
3846 msgstr ""
3847
3848-#: ../src/gldit/cairo-dock-themes-manager.c:238
3849+#: ../src/gldit/cairo-dock-themes-manager.c:241
3850 #, c-format
3851 msgid ""
3852 "Could not access remote file %s/%s. Maybe the server is down.\n"
3853@@ -985,75 +1006,93 @@
3854 "العمل.\n"
3855 "حاول لاحقا. وفي حال استمرت المشكله اتصل بنا على glx-dock.org"
3856
3857-#: ../src/gldit/cairo-dock-themes-manager.c:253
3858+#: ../src/gldit/cairo-dock-themes-manager.c:256
3859 #, c-format
3860 msgid "Are you sure you want to delete theme %s?"
3861 msgstr "هل تريد حذف السمة %s ؟"
3862
3863-#: ../src/gldit/cairo-dock-themes-manager.c:255
3864+#: ../src/gldit/cairo-dock-themes-manager.c:258
3865 msgid "Are you sure you want to delete these themes?"
3866 msgstr "هل انت متأكد سوف تقوم بحذف هذه السمات ؟"
3867
3868-#: ../src/implementations/cairo-dock-hiding-effect.c:602 ../data/messages:37
3869-#: ../data/messages:217
3870+#: ../src/implementations/cairo-dock-hiding-effect.c:601 ../data/messages:37
3871+#: ../data/messages:203
3872 msgid "Move down"
3873 msgstr "تحريك للأسفل"
3874
3875-#: ../src/implementations/cairo-dock-hiding-effect.c:610 ../data/messages:39
3876-#: ../data/messages:219
3877+#: ../src/implementations/cairo-dock-hiding-effect.c:609 ../data/messages:39
3878+#: ../data/messages:205
3879 msgid "Fade out"
3880 msgstr "تلاشي"
3881
3882-#: ../src/implementations/cairo-dock-hiding-effect.c:618 ../data/messages:41
3883-#: ../data/messages:221
3884+#: ../src/implementations/cairo-dock-hiding-effect.c:617 ../data/messages:41
3885+#: ../data/messages:207
3886 msgid "Semi transparent"
3887 msgstr "شبه شفاف"
3888
3889-#: ../src/implementations/cairo-dock-hiding-effect.c:627 ../data/messages:43
3890-#: ../data/messages:223
3891+#: ../src/implementations/cairo-dock-hiding-effect.c:626 ../data/messages:43
3892+#: ../data/messages:209
3893 msgid "Zoom out"
3894 msgstr "تصغير"
3895
3896-#: ../src/implementations/cairo-dock-hiding-effect.c:635 ../data/messages:45
3897-#: ../data/messages:225
3898+#: ../src/implementations/cairo-dock-hiding-effect.c:634 ../data/messages:45
3899+#: ../data/messages:211
3900 msgid "Folding"
3901 msgstr "ثني"
3902
3903-#: ../data/messages:1 ../data/messages:1345
3904+#: ../src/internal-old/cairo-dock-internal-dialogs.c:117
3905+msgid ""
3906+"This provides different window decorators. Enable this first if you want to "
3907+"select a different decorator for your dialog boxes."
3908+msgstr ""
3909+"هذا يوفر لك العديد من الزخارف للنافذه . قم بتمكين هذا الخيار الاول اذا كنت "
3910+"تريد اختيار زخرفه مختلفه لصندوق المحادثه."
3911+
3912+#: ../src/internal-old/cairo-dock-internal-icons.c:455
3913+msgid "Provides various animations for your icons."
3914+msgstr "يوفر العديد من الحركات لأيقوناتك"
3915+
3916+#: ../src/internal-old/cairo-dock-internal-views.c:83
3917+msgid ""
3918+"Provides different views for Cairo-Dock. Enable this first if you want to "
3919+"select a different view for your docks."
3920+msgstr ""
3921+
3922+#: ../data/messages:1 ../data/messages:1331
3923 msgid "Behavior"
3924 msgstr "سلوك"
3925
3926-#: ../data/messages:3 ../data/messages:153 ../data/messages:1347
3927+#: ../data/messages:3 ../data/messages:139 ../data/messages:1333
3928 msgid "Position on the screen"
3929 msgstr "الموقع على الشاشه"
3930
3931-#: ../data/messages:5 ../data/messages:155 ../data/messages:1349
3932+#: ../data/messages:5 ../data/messages:141 ../data/messages:1335
3933 msgid "Choose which border of the screen the dock will be placed on:"
3934 msgstr "أختر جهه الشاشه التي ترغب بظهور الشريط فيها:"
3935
3936-#: ../data/messages:7 ../data/messages:157 ../data/messages:1351
3937+#: ../data/messages:7 ../data/messages:143 ../data/messages:1337
3938 msgid "bottom"
3939 msgstr "أسفل"
3940
3941-#: ../data/messages:9 ../data/messages:159 ../data/messages:1353
3942+#: ../data/messages:9 ../data/messages:145 ../data/messages:1339
3943 msgid "top"
3944 msgstr "أعلى"
3945
3946-#: ../data/messages:11 ../data/messages:161 ../data/messages:171
3947-#: ../data/messages:1355
3948+#: ../data/messages:11 ../data/messages:147 ../data/messages:157
3949+#: ../data/messages:1341
3950 msgid "right"
3951 msgstr "يمين"
3952
3953-#: ../data/messages:13 ../data/messages:163 ../data/messages:169
3954-#: ../data/messages:1357
3955+#: ../data/messages:13 ../data/messages:149 ../data/messages:155
3956+#: ../data/messages:1343
3957 msgid "left"
3958 msgstr "يسار"
3959
3960-#: ../data/messages:15 ../data/messages:195
3961+#: ../data/messages:15 ../data/messages:181
3962 msgid "Visibility of the main dock"
3963 msgstr "وضوح الشريط الرئيسي"
3964
3965-#: ../data/messages:17 ../data/messages:197 ../data/messages:1379
3966+#: ../data/messages:17 ../data/messages:183 ../data/messages:1365
3967 msgid ""
3968 "Modes are sorted from the most intrusive to the less intrusive.\n"
3969 "When the dock is hidden or below a window, place the mouse on the screen's "
3970@@ -1062,47 +1101,47 @@
3971 "mouse. The rest of the time, it stays invisible, thus acting like a menu."
3972 msgstr ""
3973
3974-#: ../data/messages:19 ../data/messages:55 ../data/messages:199
3975-#: ../data/messages:261 ../data/messages:1381
3976+#: ../data/messages:19 ../data/messages:55 ../data/messages:185
3977+#: ../data/messages:247 ../data/messages:1367
3978 msgid "Visibility:"
3979 msgstr "مدى الرؤية:"
3980
3981-#: ../data/messages:23 ../data/messages:203 ../data/messages:1385
3982+#: ../data/messages:23 ../data/messages:189 ../data/messages:1371
3983 msgid "Reserve space for the dock"
3984 msgstr ""
3985
3986-#: ../data/messages:25 ../data/messages:205 ../data/messages:1387
3987+#: ../data/messages:25 ../data/messages:191 ../data/messages:1373
3988 msgid "Keep the dock below"
3989 msgstr ""
3990
3991-#: ../data/messages:27 ../data/messages:207 ../data/messages:1389
3992+#: ../data/messages:27 ../data/messages:193 ../data/messages:1375
3993 msgid "Hide the dock when it overlaps the current window"
3994 msgstr "إخفاء الشريط عندما يتداخل مع النافذة الحالية"
3995
3996-#: ../data/messages:29 ../data/messages:209 ../data/messages:1391
3997+#: ../data/messages:29 ../data/messages:195 ../data/messages:1377
3998 msgid "Hide the dock whenever it overlaps any window"
3999 msgstr ""
4000
4001-#: ../data/messages:31 ../data/messages:211 ../data/messages:1393
4002+#: ../data/messages:31 ../data/messages:197 ../data/messages:1379
4003 msgid "Keep the dock hidden"
4004 msgstr ""
4005
4006-#: ../data/messages:33 ../data/messages:213 ../data/messages:1395
4007+#: ../data/messages:33 ../data/messages:199 ../data/messages:1381
4008 msgid "Pop-up on shortcut"
4009 msgstr "فقاعه على الاختصارات"
4010
4011-#: ../data/messages:35 ../data/messages:215
4012+#: ../data/messages:35 ../data/messages:201
4013 msgid "Effect used to hide the dock:"
4014 msgstr "التأثير المستخدم لإخفاء الشريط:"
4015
4016-#: ../data/messages:47 ../data/messages:245
4017+#: ../data/messages:47 ../data/messages:231
4018 msgid ""
4019 "When you press the shortcut, the dock will show itself at the potition of "
4020 "your mouse. The rest of the time, it stays invisible, thus acting like a "
4021 "menu."
4022 msgstr ""
4023
4024-#: ../data/messages:49 ../data/messages:247
4025+#: ../data/messages:49 ../data/messages:233
4026 msgid "Keyboard shortcut to pop-up the dock:"
4027 msgstr "إختصار لوحه المفاتيح لإظهار الشريط:"
4028
4029@@ -1110,17 +1149,17 @@
4030 msgid "Visibility of sub-docks"
4031 msgstr "وضوح الشريط الفرعي"
4032
4033-#: ../data/messages:53 ../data/messages:259
4034+#: ../data/messages:53 ../data/messages:245
4035 msgid ""
4036 "they will appear either when you click or when you linger over the icon "
4037 "pointing on it."
4038 msgstr ""
4039
4040-#: ../data/messages:57 ../data/messages:263
4041+#: ../data/messages:57 ../data/messages:249
4042 msgid "Appear on mouse over"
4043 msgstr "إظهار عند مرور المؤشر"
4044
4045-#: ../data/messages:59 ../data/messages:265
4046+#: ../data/messages:59 ../data/messages:251
4047 msgid "Appear on click"
4048 msgstr "إظهار عند النقر"
4049
4050@@ -1139,7 +1178,7 @@
4051 msgid "Behaviour of the Taskbar:"
4052 msgstr "سلوك شريط المهام"
4053
4054-#: ../data/messages:67 ../data/messages:1521
4055+#: ../data/messages:67 ../data/messages:1509
4056 msgid "None"
4057 msgstr "بدون"
4058
4059@@ -1163,7 +1202,7 @@
4060 msgid "On appearance/disappearance:"
4061 msgstr "عند الإظهار\\الإخفاء:"
4062
4063-#: ../data/messages:87 ../data/messages:633
4064+#: ../data/messages:87 ../data/messages:619
4065 msgid ""
4066 "Leave empty to use the current icon theme of your system. You can enter the "
4067 "name of a theme that is installed on your system (like 'Gartoon' or "
4068@@ -1204,35 +1243,35 @@
4069 "Separators will be automatically inserted then."
4070 msgstr ""
4071
4072-#: ../data/messages:105 ../data/messages:723
4073+#: ../data/messages:105 ../data/messages:709
4074 msgid "Separate the different types of icons?"
4075 msgstr "فصل الأنواع المختلفه من الأيقونات؟"
4076
4077-#: ../data/messages:107 ../data/messages:733
4078+#: ../data/messages:107 ../data/messages:719
4079 msgid "Order of the different types of icons :"
4080 msgstr "ترتيب الأنواع المختلفه من الأيقونات:"
4081
4082-#: ../data/messages:109 ../data/messages:735
4083+#: ../data/messages:109 ../data/messages:721
4084 msgid "launchers"
4085 msgstr "المشغلات"
4086
4087-#: ../data/messages:111 ../data/messages:737
4088+#: ../data/messages:111 ../data/messages:723
4089 msgid "applications"
4090 msgstr "تطبيقات"
4091
4092-#: ../data/messages:113 ../data/messages:739
4093+#: ../data/messages:113 ../data/messages:725
4094 msgid "applets"
4095 msgstr "تطبيقات"
4096
4097-#: ../data/messages:117 ../data/messages:513
4098+#: ../data/messages:117 ../data/messages:499
4099 msgid "Choose the default view for main docks :"
4100 msgstr "اختيار طريقة العرض الافتراضية لشريط الرئيسي :"
4101
4102-#: ../data/messages:119 ../data/messages:517
4103+#: ../data/messages:119 ../data/messages:503
4104 msgid "You can overwrite this parameter for each sub-dock."
4105 msgstr "بإمكانك تغيير المؤشرات لكل شريط فرعي."
4106
4107-#: ../data/messages:121 ../data/messages:519
4108+#: ../data/messages:121 ../data/messages:505
4109 msgid "Choose the default view for sub-docks :"
4110 msgstr "اختيار الطريقة الافتراضية لكيرو الفرعي"
4111
4112@@ -1241,8 +1280,8 @@
4113 msgstr "إضافات"
4114
4115 #: ../data/messages:125
4116-msgid "Applets"
4117-msgstr "تطبيقات"
4118+msgid "Add or remove any applet"
4119+msgstr ""
4120
4121 #: ../data/messages:127
4122 msgid ""
4123@@ -1252,44 +1291,15 @@
4124 msgstr ""
4125
4126 #: ../data/messages:129
4127-msgid "Add or remove any applet :"
4128-msgstr "اضافة او حذف اي اضافة"
4129-
4130-#: ../data/messages:131
4131 msgid ""
4132 "You can install them by simply drag-and-dropping the link onto your dock."
4133 msgstr ""
4134
4135-#: ../data/messages:137 ../data/messages:1425
4136+#: ../data/messages:135 ../data/messages:1411
4137 msgid "Themes"
4138 msgstr "السِمات"
4139
4140-#: ../data/messages:139 ../data/messages:1429
4141-msgid "Choose one of the available themes:"
4142-msgstr "اختر واحد من السمات المتاحة :"
4143-
4144-#: ../data/messages:143 ../data/messages:1437
4145-msgid ""
4146-"If you tick this box, your launchers will be deleted and replaced by the "
4147-"ones provided in the new theme. Otherwise the current launchers will be "
4148-"kept, only icons will be replaced."
4149-msgstr ""
4150-
4151-#: ../data/messages:145 ../data/messages:1439
4152-msgid "Use the new theme's launchers?"
4153-msgstr "إستخدم سمة المشغل الجديد؟"
4154-
4155-#: ../data/messages:147 ../data/messages:1441
4156-msgid ""
4157-"Otherwise the current behaviour will be kept. This defines the dock's "
4158-"position, behavioural settings such as auto-hide, using taskbar or not, etc."
4159-msgstr ""
4160-
4161-#: ../data/messages:149 ../data/messages:1443
4162-msgid "Use the new theme's behaviour?"
4163-msgstr "هل تريد استخدام سلوك السمة الجديدة ؟"
4164-
4165-#: ../data/messages:165 ../data/messages:1359
4166+#: ../data/messages:151 ../data/messages:1345
4167 msgid ""
4168 "When set to 0 the dock will position itself relative to the left corner if "
4169 "horizontal and the top corner if vertical. When set to 1 it will position "
4170@@ -1298,906 +1308,906 @@
4171 "the screen's edge."
4172 msgstr ""
4173
4174-#: ../data/messages:167 ../data/messages:1361
4175+#: ../data/messages:153 ../data/messages:1347
4176 msgid "Relative alignment:"
4177 msgstr "المحاذاه النسبيه :"
4178
4179-#: ../data/messages:173 ../data/messages:1363
4180+#: ../data/messages:159 ../data/messages:1349
4181 msgid "Offset from the screen's edge"
4182 msgstr "موازنة مع حافة الشاشة"
4183
4184-#: ../data/messages:175 ../data/messages:1365
4185+#: ../data/messages:161 ../data/messages:1351
4186 msgid ""
4187 "Gap from the absolute position on the screen's edge, in pixels. You can also "
4188 "move the dock by holding the ALT or CTRL key and the left mouse button."
4189 msgstr ""
4190
4191-#: ../data/messages:177 ../data/messages:1367
4192+#: ../data/messages:163 ../data/messages:1353
4193 msgid "Lateral offset:"
4194 msgstr "موازنة خارجية :"
4195
4196-#: ../data/messages:179 ../data/messages:1369
4197+#: ../data/messages:165 ../data/messages:1355
4198 msgid ""
4199 "in pixels. You can also move the dock by holding the ALT or CTRL key and the "
4200 "left mouse button."
4201 msgstr ""
4202
4203-#: ../data/messages:181 ../data/messages:1371
4204+#: ../data/messages:167 ../data/messages:1357
4205 msgid "Distance to the screen edge:"
4206 msgstr "المسافه إالى حافه الشاشه :"
4207
4208-#: ../data/messages:183
4209+#: ../data/messages:169
4210 msgid "Multiple screens"
4211 msgstr "شاشات متعددة"
4212
4213-#: ../data/messages:185
4214+#: ../data/messages:171
4215 msgid ""
4216 "This option is to use if you have a dual-screen and use Xinerama to manage "
4217 "them."
4218 msgstr ""
4219
4220-#: ../data/messages:187
4221+#: ../data/messages:173
4222 msgid "Use Xinerama?"
4223 msgstr ""
4224
4225-#: ../data/messages:189
4226+#: ../data/messages:175
4227 msgid "0 is the first screen."
4228 msgstr "0 هي الشاشه الأولى."
4229
4230-#: ../data/messages:191 ../data/messages:1375
4231+#: ../data/messages:177 ../data/messages:1361
4232 msgid "Number of the screen where the dock should be located:"
4233 msgstr "رقم الشاشه التي تريد إظهار الشريط فيها :"
4234
4235-#: ../data/messages:193
4236+#: ../data/messages:179
4237 msgid "Accessibility"
4238 msgstr "الإتاحة"
4239
4240-#: ../data/messages:227
4241+#: ../data/messages:213
4242 msgid "in ms. 0 means no delay."
4243 msgstr "0 ملي ثانيه ، تعني إلغاء التأخير."
4244
4245-#: ../data/messages:229
4246+#: ../data/messages:215
4247 msgid "Delay before the dock unhides itself:"
4248 msgstr "المده قبل أن يظهر الشريط ذاتيا :"
4249
4250-#: ../data/messages:231
4251+#: ../data/messages:217
4252 msgid "How to call the dock back:"
4253 msgstr "طريقه إستدعاء الشريط مره اخرى:"
4254
4255-#: ../data/messages:233
4256+#: ../data/messages:219
4257 msgid "Hit the screen's border"
4258 msgstr ""
4259
4260-#: ../data/messages:235
4261+#: ../data/messages:221
4262 msgid "Hit where the dock is"
4263 msgstr ""
4264
4265-#: ../data/messages:237
4266+#: ../data/messages:223
4267 msgid "Hit the screen's corner"
4268 msgstr ""
4269
4270-#: ../data/messages:239
4271+#: ../data/messages:225
4272 msgid "Hit a zone"
4273 msgstr ""
4274
4275-#: ../data/messages:241
4276+#: ../data/messages:227
4277 msgid "Size of the zone :"
4278 msgstr ""
4279
4280-#: ../data/messages:243
4281+#: ../data/messages:229
4282 msgid "Image to display on the zone :"
4283 msgstr ""
4284
4285-#: ../data/messages:249
4286+#: ../data/messages:235
4287 msgid "Additional parameters"
4288 msgstr "مؤشرات إضافيه"
4289
4290-#: ../data/messages:251
4291+#: ../data/messages:237
4292 msgid "Stretch the dock to always fill the screen"
4293 msgstr "تمديد الشريط ليشغل كامل الشاشة دائما"
4294
4295-#: ../data/messages:253
4296+#: ../data/messages:239
4297 msgid ""
4298 "This is only usefull if you do not already use auto-hide and if your Window "
4299 "Manager allows the dock in front of fullscreen windows (which is rare)."
4300 msgstr ""
4301
4302-#: ../data/messages:255
4303+#: ../data/messages:241
4304 msgid "Automatically hide the dock when a window becomes full screen?"
4305 msgstr "إخفاء الشريط ذاتيا عندما تكون هناك نافذه في وضع ملء الشاشه؟"
4306
4307-#: ../data/messages:257
4308+#: ../data/messages:243
4309 msgid "Sub-docks' visibility"
4310 msgstr "الرؤية الفرعية لشريط"
4311
4312-#: ../data/messages:267 ../data/messages:271
4313+#: ../data/messages:253 ../data/messages:257
4314 msgid "in ms."
4315 msgstr "بالمللي ثانيه ."
4316
4317-#: ../data/messages:269
4318+#: ../data/messages:255
4319 msgid "Delay before displaying a sub-dock:"
4320 msgstr "التأخير قبل عرض الشريط الفرعي :"
4321
4322-#: ../data/messages:273
4323+#: ../data/messages:259
4324 msgid "Delay before leaving a sub-dock takes effect:"
4325 msgstr ""
4326
4327-#: ../data/messages:275
4328+#: ../data/messages:261
4329 msgid "TaskBar"
4330 msgstr "شريط المهام"
4331
4332-#: ../data/messages:279
4333+#: ../data/messages:265
4334 msgid ""
4335 "Cairo-Dock will then act as your taskbar. It is recommended to remove any "
4336 "other taskbars."
4337 msgstr ""
4338
4339-#: ../data/messages:281
4340+#: ../data/messages:267
4341 msgid "Show currently opened applications in the dock?"
4342 msgstr "اظهار التطبيقات المفتوحة في الشريط ؟"
4343
4344-#: ../data/messages:283
4345+#: ../data/messages:269
4346 msgid "Only show icons whose windows are minimised"
4347 msgstr "فقط أظهار الأيقونات التي تم تصغير نوافذها"
4348
4349-#: ../data/messages:285
4350+#: ../data/messages:271
4351 msgid "Only show applications on current desktop"
4352 msgstr "فقط اظهار التطبيقات المتواجده على سطح المكتب الحالي"
4353
4354-#: ../data/messages:287
4355+#: ../data/messages:273
4356 msgid ""
4357 "Allows launchers to act as applications when their programs are running and "
4358 "displays a marker on icons to indicate this. You can launch other occurences "
4359 "of the program with SHIFT+click."
4360 msgstr ""
4361
4362-#: ../data/messages:289
4363+#: ../data/messages:275
4364 msgid "Mix launchers and applications"
4365 msgstr "خلط المشغلات بالتطبيقات"
4366
4367-#: ../data/messages:291
4368+#: ../data/messages:277
4369 msgid ""
4370 "This allows you to group all the windows of a given application into a "
4371 "unique sub-dock, and to act on all of the windows at the same time."
4372 msgstr ""
4373
4374-#: ../data/messages:293
4375+#: ../data/messages:279
4376 msgid "Group windows from the same application in a sub-dock ?"
4377 msgstr "جمع النوافذ من نفس التطبيق في شريط فرعي ؟"
4378
4379-#: ../data/messages:295 ../data/messages:305
4380+#: ../data/messages:281 ../data/messages:291
4381 msgid "Enter the class of the applications, separated by a semi-colon ';'"
4382 msgstr "أدخل فئه التطبيق ، وافصل بينها بقاصله منقوطه \";\""
4383
4384-#: ../data/messages:297 ../data/messages:307
4385+#: ../data/messages:283 ../data/messages:293
4386 msgid "\t\tExcept the following classes:"
4387 msgstr ""
4388
4389-#: ../data/messages:299
4390+#: ../data/messages:285
4391 msgid "Representation"
4392 msgstr "التمثيل"
4393
4394-#: ../data/messages:301
4395+#: ../data/messages:287
4396 msgid ""
4397 "If not set, the icon provided by X for each application will be used. If "
4398 "set, the same icon as the corresponding launcher will be used for each "
4399 "application."
4400 msgstr ""
4401
4402-#: ../data/messages:303
4403+#: ../data/messages:289
4404 msgid "Overwrite the X icon with the launchers' icon?"
4405 msgstr "إستبدل الايقونه X بأيقونه المشغلات"
4406
4407-#: ../data/messages:309
4408+#: ../data/messages:295
4409 msgid ""
4410 "A composite manager is required to display the thumbnail.\n"
4411 "OpenGL is required to draw the icon bent backwards."
4412 msgstr ""
4413
4414-#: ../data/messages:311
4415+#: ../data/messages:297
4416 msgid "How to draw minimised windows ?"
4417 msgstr "كيف يتم رسم النوافذ المصغره؟"
4418
4419-#: ../data/messages:313
4420+#: ../data/messages:299
4421 msgid "Make the icon transparent"
4422 msgstr "جعل الايقون شفاف ؟"
4423
4424-#: ../data/messages:315
4425+#: ../data/messages:301
4426 msgid "Show a window's thumbnail"
4427 msgstr "إظهار مصغره للنافذه"
4428
4429-#: ../data/messages:317
4430+#: ../data/messages:303
4431 msgid "Draw it bent backwards"
4432 msgstr ""
4433
4434-#: ../data/messages:319
4435+#: ../data/messages:305
4436 msgid "Transparency of icons whose window is minimised:"
4437 msgstr "شفافية الأيقونات ذات النوافذ المصغره:"
4438
4439-#: ../data/messages:321 ../data/messages:469 ../data/messages:581
4440-#: ../data/messages:607 ../data/messages:679
4441+#: ../data/messages:307 ../data/messages:455 ../data/messages:567
4442+#: ../data/messages:593 ../data/messages:665
4443 msgid "Opaque"
4444 msgstr "معتم"
4445
4446-#: ../data/messages:323 ../data/messages:467 ../data/messages:579
4447-#: ../data/messages:605 ../data/messages:677
4448+#: ../data/messages:309 ../data/messages:453 ../data/messages:565
4449+#: ../data/messages:591 ../data/messages:663
4450 msgid "Transparent"
4451 msgstr "شفّاف"
4452
4453-#: ../data/messages:325
4454+#: ../data/messages:311
4455 msgid "Play a short animation of the icon when its window becomes active"
4456 msgstr ""
4457
4458-#: ../data/messages:327
4459+#: ../data/messages:313
4460 msgid "\"...\" will be added at the end if the name is too long."
4461 msgstr "\"...\" ستوضع في نهايه الاسم إذا كان طويلا جدا."
4462
4463-#: ../data/messages:329
4464+#: ../data/messages:315
4465 msgid "Maximum number of caracters in application name:"
4466 msgstr "أقصى عدد لخانات الحروف في اسم التطبيق :"
4467
4468-#: ../data/messages:331
4469+#: ../data/messages:317
4470 msgid "Interaction"
4471 msgstr "تفاعل"
4472
4473-#: ../data/messages:333
4474+#: ../data/messages:319
4475 msgid "This is the default behaviour of most taskbars."
4476 msgstr "هذا هو السلوك لمعظم اشرطه المهام."
4477
4478-#: ../data/messages:335
4479+#: ../data/messages:321
4480 msgid ""
4481 "Minimise the window when its icon is clicked, if it was already the active "
4482 "window ?"
4483 msgstr ""
4484
4485-#: ../data/messages:337
4486+#: ../data/messages:323
4487 msgid "In the style of Firefox tabs"
4488 msgstr "في نمط ألسنه فايرفوكس"
4489
4490-#: ../data/messages:339
4491+#: ../data/messages:325
4492 msgid "Middle-clicking on an icon closes the related application"
4493 msgstr ""
4494
4495-#: ../data/messages:341
4496+#: ../data/messages:327
4497 msgid "Highlight applications requiring your attention with a dialog bubble"
4498 msgstr ""
4499
4500-#: ../data/messages:343
4501+#: ../data/messages:329
4502 msgid "in seconds"
4503 msgstr "في الثواني"
4504
4505-#: ../data/messages:345
4506+#: ../data/messages:331
4507 msgid "Duration of the dialog:"
4508 msgstr "مده الحوار :"
4509
4510-#: ../data/messages:347
4511+#: ../data/messages:333
4512 msgid ""
4513 "It will notify you even if, for instance, you are watching a movie in full "
4514 "screen or you are on another desktop.\n"
4515 msgstr ""
4516
4517-#: ../data/messages:349
4518+#: ../data/messages:335
4519 msgid "Force the following applications to demand your attention"
4520 msgstr "جعل التطبيقات التالية تجذب إنتباهك دائما"
4521
4522-#: ../data/messages:351
4523+#: ../data/messages:337
4524 msgid "Highlight applications demanding your attention with an animation"
4525 msgstr ""
4526
4527-#: ../data/messages:355
4528+#: ../data/messages:341
4529 msgid "Animations speed"
4530 msgstr "الرسم المتحرك بسرعة"
4531
4532-#: ../data/messages:357
4533+#: ../data/messages:343
4534 msgid "Animate sub-docks when they appear"
4535 msgstr "إضافه حركه عند ظهور الشريط الفرعي"
4536
4537-#: ../data/messages:359
4538+#: ../data/messages:345
4539 msgid ""
4540 "Icons will appear folded on themselves and will then unfold until they fill "
4541 "the whole dock. The smaller this value, the faster this will be."
4542 msgstr ""
4543
4544-#: ../data/messages:361
4545+#: ../data/messages:347
4546 msgid "Animation unfolding duration:"
4547 msgstr "مده حركه إلغاء الثني:"
4548
4549-#: ../data/messages:363 ../data/messages:371 ../data/messages:375
4550-#: ../data/messages:383 ../data/messages:387
4551+#: ../data/messages:349 ../data/messages:357 ../data/messages:361
4552+#: ../data/messages:369 ../data/messages:373
4553 msgid "fast"
4554 msgstr "سريع"
4555
4556-#: ../data/messages:365 ../data/messages:373 ../data/messages:377
4557-#: ../data/messages:385 ../data/messages:389
4558+#: ../data/messages:351 ../data/messages:359 ../data/messages:363
4559+#: ../data/messages:371 ../data/messages:375
4560 msgid "slow"
4561 msgstr "بطيء"
4562
4563-#: ../data/messages:367 ../data/messages:379
4564+#: ../data/messages:353 ../data/messages:365
4565 msgid "The more there are, the slower it will be"
4566 msgstr "كلما زاد العدد، يزداد بطئه"
4567
4568-#: ../data/messages:369
4569+#: ../data/messages:355
4570 msgid "Number of steps in the zoom animation (grow/shrink):"
4571 msgstr "عدد الخطوات أثناء حركه التكبير (تمدد/انكماش) :"
4572
4573-#: ../data/messages:381
4574+#: ../data/messages:367
4575 msgid "Number of steps in the auto-hide animation (move up/move down):"
4576 msgstr ""
4577
4578-#: ../data/messages:391
4579+#: ../data/messages:377
4580 msgid "Refresh rate"
4581 msgstr "مُعدَّل التحديث"
4582
4583-#: ../data/messages:393 ../data/messages:397 ../data/messages:401
4584+#: ../data/messages:379 ../data/messages:383 ../data/messages:387
4585 msgid "in Hz. This is to adjust behaviour relative to your CPU power."
4586 msgstr ""
4587
4588-#: ../data/messages:395
4589+#: ../data/messages:381
4590 msgid "Refresh rate when mouving cursor into the dock :"
4591 msgstr "معدل التحديث أثناء مرور المؤشر على الشريط :"
4592
4593-#: ../data/messages:399
4594+#: ../data/messages:385
4595 msgid "Animation frequency for the OpenGL backend :"
4596 msgstr ""
4597
4598-#: ../data/messages:403
4599+#: ../data/messages:389
4600 msgid "Animation frequency for the Cairo backend :"
4601 msgstr ""
4602
4603-#: ../data/messages:405
4604+#: ../data/messages:391
4605 msgid ""
4606 "The transparency gradation pattern will then be re-calculated in real time. "
4607 "May need more CPU power."
4608 msgstr ""
4609
4610-#: ../data/messages:407
4611+#: ../data/messages:393
4612 msgid "Reflections should be calculated in real-time?"
4613 msgstr "حساب الإنعكاسات في الوقت الحقيقي؟"
4614
4615-#: ../data/messages:409
4616+#: ../data/messages:395
4617 msgid "Composition"
4618 msgstr "تَرْكِيب"
4619
4620-#: ../data/messages:411
4621+#: ../data/messages:397
4622 msgid ""
4623 "Only use this if you don't run a composite manager like Compiz, xcompmgr, "
4624 "etc and have a black background around your dock. For aesthetic reasons, the "
4625 "dock will be kept under other windows."
4626 msgstr ""
4627
4628-#: ../data/messages:413
4629+#: ../data/messages:399
4630 msgid "Emulate composition with fake transparency?"
4631 msgstr ""
4632
4633-#: ../data/messages:415
4634+#: ../data/messages:401
4635 msgid "You need to re-open the panel. It is deactivated by default on KDE."
4636 msgstr ""
4637
4638-#: ../data/messages:417
4639+#: ../data/messages:403
4640 msgid "Make the config panel transparent?"
4641 msgstr ""
4642
4643-#: ../data/messages:419
4644+#: ../data/messages:405
4645 msgid "Connection to the Internet"
4646 msgstr ""
4647
4648-#: ../data/messages:421
4649+#: ../data/messages:407
4650 msgid ""
4651 "Maximum time in seconds that you allow the connection to the server to take. "
4652 "This only limits the connection phase, once the dock has connected this "
4653 "option is of no more use."
4654 msgstr ""
4655
4656-#: ../data/messages:423
4657+#: ../data/messages:409
4658 msgid "Connection timeout :"
4659 msgstr ""
4660
4661-#: ../data/messages:425
4662+#: ../data/messages:411
4663 msgid ""
4664 "Maximum time in seconds that you allow the whole operation to last. Some "
4665 "themes can be up to a few MB."
4666 msgstr ""
4667
4668-#: ../data/messages:427
4669+#: ../data/messages:413
4670 msgid "Maximum time to download a file:"
4671 msgstr ""
4672
4673-#: ../data/messages:429
4674+#: ../data/messages:415
4675 msgid "Use this option if you experience problems to connect."
4676 msgstr ""
4677
4678-#: ../data/messages:431
4679+#: ../data/messages:417
4680 msgid "Force IPv4 ?"
4681 msgstr ""
4682
4683-#: ../data/messages:433
4684+#: ../data/messages:419
4685 msgid "Use this option if you connect to the Internet through a proxy."
4686 msgstr ""
4687
4688-#: ../data/messages:435
4689+#: ../data/messages:421
4690 msgid "Are you behind a proxy ?"
4691 msgstr "هل تستعمل بروكسي؟"
4692
4693-#: ../data/messages:437
4694+#: ../data/messages:423
4695 msgid "Proxy name :"
4696 msgstr "إسم البروكسي:"
4697
4698-#: ../data/messages:439
4699+#: ../data/messages:425
4700 msgid "Port :"
4701 msgstr "منفذ :"
4702
4703-#: ../data/messages:441 ../data/messages:445
4704+#: ../data/messages:427 ../data/messages:431
4705 msgid ""
4706 "Let empty if you don't need to log-in to the proxy with a user/password."
4707 msgstr ""
4708
4709-#: ../data/messages:443
4710+#: ../data/messages:429
4711 msgid "User :"
4712 msgstr ""
4713
4714-#: ../data/messages:447
4715+#: ../data/messages:433
4716 msgid "Password :"
4717 msgstr "كلمة السرّ :"
4718
4719-#: ../data/messages:451 ../data/messages:1407
4720+#: ../data/messages:437 ../data/messages:1393
4721 msgid "Fill the background with:"
4722 msgstr "ملء الخلفيه بـ :"
4723
4724-#: ../data/messages:453 ../data/messages:459 ../data/messages:753
4725-#: ../data/messages:1411
4726+#: ../data/messages:439 ../data/messages:445 ../data/messages:739
4727+#: ../data/messages:1397
4728 msgid "Image"
4729 msgstr "صورة"
4730
4731-#: ../data/messages:455 ../data/messages:475 ../data/messages:1413
4732+#: ../data/messages:441 ../data/messages:461 ../data/messages:1399
4733 msgid "Colour gradation"
4734 msgstr "تدرج اللون"
4735
4736-#: ../data/messages:457
4737+#: ../data/messages:443
4738 msgid "Use a background image."
4739 msgstr "استخدام صوره كخلفيه."
4740
4741-#: ../data/messages:461 ../data/messages:1415
4742+#: ../data/messages:447 ../data/messages:1401
4743 msgid ""
4744 "Any format allowed; if empty, the colour gradation will be used as a fall "
4745 "back."
4746 msgstr ""
4747
4748-#: ../data/messages:463 ../data/messages:1417
4749+#: ../data/messages:449 ../data/messages:1403
4750 msgid "Image filename to use as a background :"
4751 msgstr "اسم الصوره التي تريد استخدامها كخلفيه :"
4752
4753-#: ../data/messages:465
4754+#: ../data/messages:451
4755 msgid "Image's transparency :"
4756 msgstr "شفافيه الصوره :"
4757
4758-#: ../data/messages:471 ../data/messages:1419
4759+#: ../data/messages:457 ../data/messages:1405
4760 msgid "Repeat image as a pattern to fill background?"
4761 msgstr ""
4762
4763-#: ../data/messages:473
4764+#: ../data/messages:459
4765 msgid "Use a colour gradation."
4766 msgstr "إستعمال تدرج لوني."
4767
4768-#: ../data/messages:477 ../data/messages:1421
4769+#: ../data/messages:463 ../data/messages:1407
4770 msgid "Bright colour:"
4771 msgstr "لون فاتح"
4772
4773-#: ../data/messages:479 ../data/messages:1423
4774+#: ../data/messages:465 ../data/messages:1409
4775 msgid "Dark colour:"
4776 msgstr "لون غامق :"
4777
4778-#: ../data/messages:481
4779+#: ../data/messages:467
4780 msgid "In degrees, in relation to the vertical"
4781 msgstr "الزاوية بالدرجات من المحور العامودي"
4782
4783-#: ../data/messages:483
4784+#: ../data/messages:469
4785 msgid "Angle of the gradation :"
4786 msgstr "زاوية التدريج :"
4787
4788-#: ../data/messages:485
4789+#: ../data/messages:471
4790 msgid "If not nul, it will form stripes."
4791 msgstr ""
4792
4793-#: ../data/messages:487
4794+#: ../data/messages:473
4795 msgid "Repeat the gradation this number of times:"
4796 msgstr "مرات نكرار التدرج اللوني:"
4797
4798-#: ../data/messages:489
4799+#: ../data/messages:475
4800 msgid "Percentage of the bright colour:"
4801 msgstr "نسبه اللون الفاتح :"
4802
4803-#: ../data/messages:491
4804+#: ../data/messages:477
4805 msgid "External Frame"
4806 msgstr "الاطار الخارجي"
4807
4808-#: ../data/messages:493 ../data/messages:497 ../data/messages:503
4809-#: ../data/messages:551 ../data/messages:651
4810+#: ../data/messages:479 ../data/messages:483 ../data/messages:489
4811+#: ../data/messages:537 ../data/messages:637
4812 msgid "in pixels."
4813 msgstr "بالباسكال"
4814
4815-#: ../data/messages:495
4816+#: ../data/messages:481
4817 msgid "Corner radius :"
4818 msgstr "زاوية نصف القطر :"
4819
4820-#: ../data/messages:499
4821+#: ../data/messages:485
4822 msgid "Linewidth of the external line :"
4823 msgstr ""
4824
4825-#: ../data/messages:501
4826+#: ../data/messages:487
4827 msgid "Colour of the external line:"
4828 msgstr "لون الحد الخارجي :"
4829
4830-#: ../data/messages:505
4831+#: ../data/messages:491
4832 msgid "Margin between the frame and the icons or their reflects :"
4833 msgstr ""
4834
4835-#: ../data/messages:507
4836+#: ../data/messages:493
4837 msgid "Are the bottom left and right corners rounded?"
4838 msgstr "هل الزوايا السفليه اليمنى واليسرى مدوره الشكل ؟"
4839
4840-#: ../data/messages:511
4841+#: ../data/messages:497
4842 msgid "Main Dock"
4843 msgstr "الشريط الرئيسي"
4844
4845-#: ../data/messages:515
4846+#: ../data/messages:501
4847 msgid "Sub-Docks"
4848 msgstr "الأشرطه الفرعيه"
4849
4850-#: ../data/messages:521
4851+#: ../data/messages:507
4852 msgid ""
4853 "You can specify a ratio for the size of the sub-docks' icons, in relation to "
4854 "the main docks' icons size"
4855 msgstr ""
4856
4857-#: ../data/messages:523
4858+#: ../data/messages:509
4859 msgid "Ratio for the size of the sub-docks' icons :"
4860 msgstr "نسبه حجم الايقونات الى الحجم الكلي للشريط الفرعي :"
4861
4862-#: ../data/messages:525 ../data/messages:793
4863+#: ../data/messages:511 ../data/messages:779
4864 msgid "smaller"
4865 msgstr "اصغر"
4866
4867-#: ../data/messages:527
4868+#: ../data/messages:513
4869 msgid "same size"
4870 msgstr "نفس الحجم"
4871
4872-#: ../data/messages:529
4873+#: ../data/messages:515
4874 msgid "Dialogs"
4875 msgstr "الحوارات"
4876
4877-#: ../data/messages:531
4878+#: ../data/messages:517
4879 msgid "Bubble"
4880 msgstr "فقاعه"
4881
4882-#: ../data/messages:533
4883+#: ../data/messages:519
4884 msgid "Background colour of the bubble:"
4885 msgstr "لون الخلفيه للفقاعه :"
4886
4887-#: ../data/messages:535
4888+#: ../data/messages:521
4889 msgid "Shape of the bubble:"
4890 msgstr "شكل الفقاعه :"
4891
4892-#: ../data/messages:537
4893+#: ../data/messages:523
4894 msgid "Text"
4895 msgstr "نص"
4896
4897-#: ../data/messages:539 ../data/messages:837
4898+#: ../data/messages:525 ../data/messages:823
4899 msgid "Otherwise the default's system one will be used."
4900 msgstr ""
4901
4902-#: ../data/messages:541
4903+#: ../data/messages:527
4904 msgid "Use a custom font for the text?"
4905 msgstr "إستخدام خط خاص للنص ؟"
4906
4907-#: ../data/messages:543
4908+#: ../data/messages:529
4909 msgid "Text font:"
4910 msgstr "خط النص:"
4911
4912-#: ../data/messages:545 ../data/messages:843
4913+#: ../data/messages:531 ../data/messages:829
4914 msgid "Draw the outline of the text?"
4915 msgstr "إرسم الخط الخارجي للنص ؟"
4916
4917-#: ../data/messages:547
4918+#: ../data/messages:533
4919 msgid "Text color:"
4920 msgstr "لون النّصّ:"
4921
4922-#: ../data/messages:549 ../data/messages:609
4923+#: ../data/messages:535 ../data/messages:595
4924 msgid "Buttons"
4925 msgstr "أزرار"
4926
4927-#: ../data/messages:553
4928+#: ../data/messages:539
4929 msgid "Size of buttons in the info-bubbles (width x height) :"
4930 msgstr "حجم الأزرار في فقاعه المعلومات (العرض × الطول) :"
4931
4932-#: ../data/messages:555 ../data/messages:559 ../data/messages:613
4933-#: ../data/messages:617 ../data/messages:621 ../data/messages:625
4934+#: ../data/messages:541 ../data/messages:545 ../data/messages:599
4935+#: ../data/messages:603 ../data/messages:607 ../data/messages:611
4936 msgid "If you don't provide any, a default image will be used."
4937 msgstr "إن لم توفر صوره ، سيتم إستخدام الصوره الإفتراضيه."
4938
4939-#: ../data/messages:557
4940+#: ../data/messages:543
4941 msgid "Name of an image to use for the yes/ok button :"
4942 msgstr ""
4943
4944-#: ../data/messages:561
4945+#: ../data/messages:547
4946 msgid "Name of an image to use for the no/cancel button :"
4947 msgstr ""
4948
4949-#: ../data/messages:563
4950+#: ../data/messages:549
4951 msgid "Size of the icon displayed next to the text :"
4952 msgstr "حجم الأيقونه المعروضه بجانب النص :"
4953
4954-#: ../data/messages:567
4955+#: ../data/messages:553
4956 msgid "Decorations"
4957 msgstr "زخرفات"
4958
4959-#: ../data/messages:569
4960+#: ../data/messages:555
4961 msgid ""
4962 "This can be customized for each desklet separately.\n"
4963 "Choose 'Custom decoration' to define your own decorations below"
4964 msgstr ""
4965
4966-#: ../data/messages:571
4967+#: ../data/messages:557
4968 msgid "Choose a default decoration for all desklets :"
4969 msgstr ""
4970
4971-#: ../data/messages:573
4972+#: ../data/messages:559
4973 msgid ""
4974 "It's an image that will be displayed below the drawings, like a frame for "
4975 "example. Leave empty to not use any."
4976 msgstr ""
4977
4978-#: ../data/messages:575
4979+#: ../data/messages:561
4980 msgid "Background image :"
4981 msgstr "صورة الخلفية :"
4982
4983-#: ../data/messages:577
4984+#: ../data/messages:563
4985 msgid "Background transparency :"
4986 msgstr "شفافية الخلفية :"
4987
4988-#: ../data/messages:583
4989+#: ../data/messages:569
4990 msgid "in pixels. Use this to adjust the left position of the drawings."
4991 msgstr ""
4992
4993-#: ../data/messages:585
4994+#: ../data/messages:571
4995 msgid "Left offset :"
4996 msgstr ""
4997
4998-#: ../data/messages:587
4999+#: ../data/messages:573
5000 msgid "in pixels. Use this to adjust the top position of the drawings."
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches