Overview

Request 278 (accepted)

update to 3.0.2

Submit package home:etamPL:branches:Extra / cairo-dock to package Extra / cairo-dock

cairo-dock.changes Changed
x
 
1
@@ -1,4 +1,13 @@
2
 -------------------------------------------------------------------
3
+Wed Sep 12 21:46:14 UTC 2012 - adam@mizerski.pl
4
+
5
+- update to 3.0.2: bugfixes
6
+- spec file cleanup
7
+- added patches:
8
+  * cairo-dock-3.0.2-arraysubscript.patch
9
+  * cairo-dock-3.0.2-no-return-in-nonvoid-function.patch
10
+
11
+-------------------------------------------------------------------
12
 Thu May 24 20:14:20 UTC 2012 - pascal.bleser@opensuse.org
13
 
14
 - update to 3.0.1: bugfixes
15
cairo-dock.spec Changed
171
 
1
@@ -14,20 +14,42 @@
2
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
3
 
4
 Name:           cairo-dock
5
-Version:        3.0.1
6
+Version:        3.0.2
7
 %define soname  3
8
 Release:        0.pm.1
9
-Summary:        A small simple but effective doclet like Mac
10
 License:        GPL-3.0+
11
-URL:            http://www.glx-dock.org/
12
+Summary:        A small simple but effective doclet like Mac
13
+Url:            http://www.glx-dock.org/
14
 Group:          System/GUI/GNOME
15
 Source0:        https://launchpad.net/cairo-dock-core/3.0/%{version}/+download/cairo-dock-%{version}.tar.gz
16
-Patch1:         cairo-dock-remove_build_timestamps.patch
17
+# PATCH-FEATURE-OPENSUSE cairo-dock-remove_build_timestamps.patch -- remove build timestamp; prevent build-compare false positives;
18
+Patch0:         cairo-dock-remove_build_timestamps.patch
19
+# PATCH-FIX-UPSTREAM cairo-dock-3.0.2-arraysubscript.patch adam@mizerski.pl lp#1050357 -- remove access to nonexisting array field.
20
+Patch1:         cairo-dock-3.0.2-arraysubscript.patch
21
+# PATCH-FIX-UPSTREAM cairo-dock-3.0.2-no-return-in-nonvoid-function.patch adam@mizerski.pl lp#1050399 -- fix no-return-in-nonvoid-function
22
+Patch2:         cairo-dock-3.0.2-no-return-in-nonvoid-function.patch
23
 Source99:       cairo-dock-rpmlintrc
24
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
25
-BuildRequires:  cmake dbus-1-glib-devel gcc-c++ gtk2-devel gtkglext-devel
26
-BuildRequires:  libcurl-devel librsvg-devel libxml++-devel
27
-BuildRequires:  fdupes pkg-config update-desktop-files
28
+BuildRequires:  cmake
29
+BuildRequires:  fdupes
30
+BuildRequires:  gcc-c++
31
+BuildRequires:  pkg-config
32
+BuildRequires:  update-desktop-files
33
+BuildRequires:  pkgconfig(cairo)
34
+BuildRequires:  pkgconfig(dbus-1)
35
+BuildRequires:  pkgconfig(dbus-glib-1)
36
+BuildRequires:  pkgconfig(gl)
37
+BuildRequires:  pkgconfig(glu)
38
+BuildRequires:  pkgconfig(gthread-2.0)
39
+BuildRequires:  pkgconfig(gtk+-3.0)
40
+BuildRequires:  pkgconfig(libcurl)
41
+BuildRequires:  pkgconfig(librsvg-2.0)
42
+BuildRequires:  pkgconfig(libxml-2.0)
43
+BuildRequires:  pkgconfig(pangox)
44
+BuildRequires:  pkgconfig(xcomposite)
45
+BuildRequires:  pkgconfig(xinerama)
46
+BuildRequires:  pkgconfig(xrender)
47
+BuildRequires:  pkgconfig(xtst)
48
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
49
 
50
 %description
51
 Cairo-dock was in the beginning a small simple but effective dock.
52
@@ -44,43 +66,53 @@
53
 Summary:        Development environment for %{name}
54
 Group:          Development/Libraries/X11
55
 Requires:       %{name} = %{version}
56
-Requires:       cmake dbus-1-glib-devel gcc-c++ gtk2-devel gtkglext-devel
57
-Requires:       libcurl-devel librsvg-devel libxml++-devel
58
-Requires:       fdupes pkg-config update-desktop-files
59
+Requires:       pkgconfig(gldi) = %{version}
60
 
61
 %description devel
62
 This package contains all files necessary to build plugins
63
 
64
 %package -n libgldi%{soname}
65
-Group:          System/Libraries
66
 Summary:        Library needed by cairo-dock
67
+Group:          System/Libraries
68
 
69
 %description -n libgldi%{soname}
70
 Cairo-dock is a small simple but effective doclet like Mac
71
 Library needed by cairo-dock.
72
 
73
+%package -n libgldi%{soname}-devel
74
+Summary:        Library needed by cairo-dock
75
+Group:          Development/Libraries/X11
76
+Requires:       libgldi%{soname} = %{version}
77
+
78
+%description -n libgldi%{soname}-devel
79
+Cairo-dock is a small simple but effective doclet like Mac
80
+Library needed by cairo-dock.
81
+
82
 %prep
83
 %setup -q
84
-%patch1
85
+%patch0
86
+%patch1 -p1
87
+%patch2 -p1
88
 
89
 %build
90
-%__mkdir build
91
+mkdir build
92
 pushd build
93
     cmake \
94
-    -DCMAKE_VERBOSE_MAKEFILE=TRUE \
95
-    -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
96
-    -DCMAKE_SKIP_RPATH=TRUE \
97
-    -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
98
-    %if %{_lib} == lib64
99
-    -DLIB_SUFFIX=64 \
100
-    %endif
101
-    ..
102
-    %__make %{?_smp_flags}
103
+        -DCMAKE_VERBOSE_MAKEFILE=TRUE \
104
+        -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
105
+        -DCMAKE_C_FLAGS="%optflags" \
106
+        -DCMAKE_SKIP_RPATH=TRUE \
107
+        -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
108
+        %if %{_lib} == lib64
109
+        -DLIB_SUFFIX=64 \
110
+        %endif
111
+        ..
112
+    make %{?_smp_flags}
113
 popd
114
 
115
 %install
116
 pushd build
117
-    %makeinstall
118
+%make_install
119
 popd
120
 
121
 %suse_update_desktop_file -r -n %{name} Utility DesktopUtility
122
@@ -93,9 +125,6 @@
123
 %post   -n libgldi%{soname} -p /sbin/ldconfig
124
 %postun -n libgldi%{soname} -p /sbin/ldconfig
125
 
126
-%clean
127
-%{?buildroot:%__rm -rf "%{buildroot}"}
128
-
129
 %files -f %{name}.lang
130
 %defattr(-,root,root)
131
 %doc %{_datadir}/cairo-dock/ChangeLog.txt
132
@@ -110,15 +139,12 @@
133
 %{_datadir}/cairo-dock/icons/*.png
134
 %{_datadir}/cairo-dock/icons/*.svg
135
 %{_datadir}/cairo-dock/icons/*.xpm
136
-%dir %{_datadir}/cairo-dock/images
137
-%{_datadir}/cairo-dock/images/*
138
+%{_datadir}/cairo-dock/images/
139
 %dir %{_datadir}/cairo-dock/gauges/
140
-%dir %{_datadir}/cairo-dock/gauges/Turbo-night-fuel
141
-%{_datadir}/cairo-dock/gauges/Turbo-night-fuel/*
142
+%{_datadir}/cairo-dock/gauges/Turbo-night-fuel/
143
 %dir %{_datadir}/cairo-dock/explosion/
144
 %{_datadir}/cairo-dock/explosion/*.png
145
-%dir %{_datadir}/cairo-dock/scripts
146
-%{_datadir}/cairo-dock/scripts/*
147
+%{_datadir}/cairo-dock/scripts/
148
 %{_datadir}/applications/cairo-dock-cairo.desktop
149
 %{_datadir}/applications/cairo-dock.desktop
150
 %{_datadir}/pixmaps/cairo-dock.svg
151
@@ -130,13 +156,15 @@
152
 %files devel
153
 %defattr(-, root, root)
154
 %{_includedir}/cairo-dock
155
-%{_libdir}/libgldi.so
156
 %{_libdir}/pkgconfig/cairo-dock.pc
157
-%{_libdir}/pkgconfig/gldi.pc
158
 
159
 %files -n libgldi%{soname}
160
 %defattr(-, root, root)
161
-%{_libdir}/libgldi.so.%{soname}
162
-%{_libdir}/libgldi.so.%{soname}.*
163
+%{_libdir}/libgldi.so.%{soname}*
164
+
165
+%files -n libgldi%{soname}-devel
166
+%defattr(-, root, root)
167
+%{_libdir}/libgldi.so
168
+%{_libdir}/pkgconfig/gldi.pc
169
 
170
 %changelog
171
cairo-dock-3.0.2-arraysubscript.patch Added
13
 
1
@@ -0,0 +1,11 @@
2
+diff -rupN cairo-dock-3.0.2/src/gldit/cairo-dock-dialog-factory.c cairo-dock-3.0.2_mod/src/gldit/cairo-dock-dialog-factory.c
3
+--- cairo-dock-3.0.2/src/gldit/cairo-dock-dialog-factory.c 2012-06-15 18:46:48.000000000 +0200
4
++++ cairo-dock-3.0.2_mod/src/gldit/cairo-dock-dialog-factory.c 2012-09-13 13:22:34.718882514 +0200
5
+@@ -854,7 +854,6 @@ void cairo_dock_set_dialog_widget_text_c
6
+   color.red = myDialogsParam.dialogTextDescription.fColorStart[0];
7
+   color.green = myDialogsParam.dialogTextDescription.fColorStart[1];
8
+   color.blue = myDialogsParam.dialogTextDescription.fColorStart[2];
9
+-  color.alpha = myDialogsParam.dialogTextDescription.fColorStart[3];
10
+   gtk_widget_override_color (pWidget, GTK_STATE_NORMAL, &color);
11
+   #endif
12
+ }
13
cairo-dock-3.0.2-no-return-in-nonvoid-function.patch Added
45
 
1
@@ -0,0 +1,43 @@
2
+diff -rupN cairo-dock-3.0.2/src/gldit/cairo-dock-desklet-factory.c cairo-dock-3.0.2_mod/src/gldit/cairo-dock-desklet-factory.c
3
+--- cairo-dock-3.0.2/src/gldit/cairo-dock-desklet-factory.c    2012-06-15 18:46:48.000000000 +0200
4
++++ cairo-dock-3.0.2_mod/src/gldit/cairo-dock-desklet-factory.c    2012-09-13 13:26:18.445988715 +0200
5
+@@ -1299,4 +1299,5 @@ gboolean cairo_dock_detach_icon_from_des
6
+   
7
+   // calculate icons
8
+   cairo_dock_update_desklet_icons (pDesklet);
9
++  return TRUE;
10
+ }
11
+diff -rupN cairo-dock-3.0.2/src/gldit/cairo-dock-dock-factory.c cairo-dock-3.0.2_mod/src/gldit/cairo-dock-dock-factory.c
12
+--- cairo-dock-3.0.2/src/gldit/cairo-dock-dock-factory.c   2012-06-15 18:46:48.000000000 +0200
13
++++ cairo-dock-3.0.2_mod/src/gldit/cairo-dock-dock-factory.c   2012-09-13 13:32:00.767379820 +0200
14
+@@ -476,6 +476,7 @@ static gboolean _on_dock_destroyed (GtkW
15
+       NULL,
16
+       _on_menu_destroyed,
17
+       pContainer);
18
++  return CAIRO_DOCK_INTERCEPT_NOTIFICATION;
19
+ }
20
+ static void _setup_menu (CairoContainer *pContainer, Icon *pIcon, GtkWidget *pMenu)
21
+ {
22
+diff -rupN cairo-dock-3.0.2/src/gldit/cairo-dock-file-manager.c cairo-dock-3.0.2_mod/src/gldit/cairo-dock-file-manager.c
23
+--- cairo-dock-3.0.2/src/gldit/cairo-dock-file-manager.c   2012-06-15 18:46:48.000000000 +0200
24
++++ cairo-dock-3.0.2_mod/src/gldit/cairo-dock-file-manager.c   2012-09-13 13:59:44.583486775 +0200
25
+@@ -115,6 +115,7 @@ static gpointer _cairo_dock_fm_launch_ur
26
+   cd_debug ("%s (%s)", __func__, cURI);
27
+   s_pEnvBackend->launch_uri (cURI);
28
+   g_free (cURI);
29
++  return NULL;
30
+ }
31
+ gboolean cairo_dock_fm_launch_uri (const gchar *cURI)
32
+ {
33
+diff -rupN cairo-dock-3.0.2/src/gldit/cairo-dock-module-manager.c cairo-dock-3.0.2_mod/src/gldit/cairo-dock-module-manager.c
34
+--- cairo-dock-3.0.2/src/gldit/cairo-dock-module-manager.c 2012-06-15 18:46:48.000000000 +0200
35
++++ cairo-dock-3.0.2_mod/src/gldit/cairo-dock-module-manager.c 2012-09-13 14:02:15.897121711 +0200
36
+@@ -591,7 +591,7 @@ void cairo_dock_release_data_slot (Cairo
37
+   pInstance->iSlotID = 0;
38
+ }
39
+ 
40
+-static gboolean _write_modules (gpointer data)
41
++static void _write_modules (gpointer data)
42
+ {
43
+   gchar *cModuleNames = cairo_dock_list_active_modules ();
44
+   
45
cairo-dock-3.0.1.tar.gz/CMakeLists.txt -> cairo-dock-3.0.2.tar.gz/CMakeLists.txt Changed
10
 
1
@@ -11,7 +11,7 @@
2
 ########### project ###############
3
 
4
 project ("cairo-dock")
5
-set (VERSION "3.0.1")
6
+set (VERSION "3.0.2")
7
 
8
 add_definitions (-std=c99 -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration -Wstrict-prototypes) # removed for stable versions: -Wstrict-prototypes #-Wunreachable-code -Wno-unused-parameter -Wall 
9
 if (NOT ${CMAKE_BUILD_TYPE})
10
cairo-dock-3.0.1.tar.gz/po/ar.po -> cairo-dock-3.0.2.tar.gz/po/ar.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:22+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:49+0000\n"
9
 "Last-Translator: Matthieu Baerts <matttbe@gmail.com>\n"
10
 "Language-Team: Arabic <ar@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:20+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:37+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: ar\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/be.po -> cairo-dock-3.0.2.tar.gz/po/be.po Changed
29
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-04-01 14:07+0000\n"
7
-"Last-Translator: Vitaly Danilovich <Unknown>\n"
8
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
9
+"PO-Revision-Date: 2012-04-14 18:54+0000\n"
10
+"Last-Translator: Matthieu Baerts <matttbe@gmail.com>\n"
11
 "Language-Team: Belarusian <be@li.org>\n"
12
 "MIME-Version: 1.0\n"
13
 "Content-Type: text/plain; charset=UTF-8\n"
14
 "Content-Transfer-Encoding: 8bit\n"
15
-"X-Launchpad-Export-Date: 2012-04-13 05:20+0000\n"
16
+"X-Launchpad-Export-Date: 2012-04-15 04:38+0000\n"
17
 "X-Generator: Launchpad (build 15070)\n"
18
 "Language: be\n"
19
 
20
@@ -420,6 +420,8 @@
21
 msgid "translator-credits"
22
 msgstr ""
23
 "Launchpad Contributions:\n"
24
+"  Fabounet https://launchpad.net/~fabounet03\n"
25
+"  Matthieu Baerts https://launchpad.net/~matttbe\n"
26
 "  Vitaly Danilovich https://launchpad.net/~danvyr"
27
 
28
 #: ../src/cairo-dock-menu.c:285
29
cairo-dock-3.0.1.tar.gz/po/bn.po -> cairo-dock-3.0.2.tar.gz/po/bn.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:28+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:51+0000\n"
9
 "Last-Translator: Fabounet <fabounet03@gmail.com>\n"
10
 "Language-Team: Bengali <bn@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:20+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:38+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: bn\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/ca.po -> cairo-dock-3.0.2.tar.gz/po/ca.po Changed
19
 
1
@@ -8,14 +8,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:42+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:52+0000\n"
9
 "Last-Translator: Fabounet <fabounet03@gmail.com>\n"
10
 "Language-Team: Catalan <ca@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:38+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: ca\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/cs.po -> cairo-dock-3.0.2.tar.gz/po/cs.po Changed
18
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
7
 "PO-Revision-Date: 2012-03-21 03:01+0000\n"
8
 "Last-Translator: Michal Mlejnek <chaemil72@gmail.com>\n"
9
 "Language-Team: Czech <cs@li.org>\n"
10
 "MIME-Version: 1.0\n"
11
 "Content-Type: text/plain; charset=UTF-8\n"
12
 "Content-Transfer-Encoding: 8bit\n"
13
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
14
+"X-Launchpad-Export-Date: 2012-04-15 04:38+0000\n"
15
 "X-Generator: Launchpad (build 15070)\n"
16
 "Language: cs\n"
17
 
18
cairo-dock-3.0.1.tar.gz/po/cy.po -> cairo-dock-3.0.2.tar.gz/po/cy.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 12:57+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:53+0000\n"
9
 "Last-Translator: Fabounet <fabounet03@gmail.com>\n"
10
 "Language-Team: Welsh <cy@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:23+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:40+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: cy\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/de.po -> cairo-dock-3.0.2.tar.gz/po/de.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-04-10 11:01+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:49+0000\n"
9
 "Last-Translator: Daniel Winzen <d@winzen4.de>\n"
10
 "Language-Team: German <de@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:38+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: de\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/el.po -> cairo-dock-3.0.2.tar.gz/po/el.po Changed
19
 
1
@@ -8,14 +8,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock_el\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:29+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:54+0000\n"
9
 "Last-Translator: Michael Kotsarinis <mk73628@gmail.com>\n"
10
 "Language-Team: Greek\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:38+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "X-Poedit-Country: France\n"
18
 "Language: \n"
19
cairo-dock-3.0.1.tar.gz/po/en_GB.po -> cairo-dock-3.0.2.tar.gz/po/en_GB.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:35+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:54+0000\n"
9
 "Last-Translator: Philippe Le Toquin <philippe@ppmt.org>\n"
10
 "Language-Team: English (United Kingdom) <en_GB@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:23+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:40+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: \n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/eo.po -> cairo-dock-3.0.2.tar.gz/po/eo.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 12:51+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:53+0000\n"
9
 "Last-Translator: Matthieu Baerts <matttbe@gmail.com>\n"
10
 "Language-Team: Esperanto <eo@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:38+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: eo\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/es.po -> cairo-dock-3.0.2.tar.gz/po/es.po Changed
482
 
1
@@ -2,15 +2,15 @@
2
 msgstr ""
3
 "Project-Id-Version: 1.6.2\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 12:53+0000\n"
7
-"Last-Translator: Fabounet <fabounet03@gmail.com>\n"
8
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
9
+"PO-Revision-Date: 2012-06-12 06:24+0000\n"
10
+"Last-Translator: Morgus <Unknown>\n"
11
 "Language-Team: \n"
12
 "MIME-Version: 1.0\n"
13
 "Content-Type: text/plain; charset=UTF-8\n"
14
 "Content-Transfer-Encoding: 8bit\n"
15
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
16
-"X-Generator: Launchpad (build 15070)\n"
17
+"X-Launchpad-Export-Date: 2012-06-13 04:35+0000\n"
18
+"X-Generator: Launchpad (build 15389)\n"
19
 "Language: \n"
20
 "X-Poedit-Language: Spanish\n"
21
 
22
@@ -30,7 +30,7 @@
23
 
24
 #: ../src/cairo-dock-gui-commons.c:369
25
 msgid "Configure this applet"
26
-msgstr "Configurar esta mini-aplicación"
27
+msgstr "Configurar esta miniaplicación"
28
 
29
 #: ../src/cairo-dock-gui-commons.c:406 ../src/cairo-dock-gui-main.c:131
30
 msgid "Files"
31
@@ -187,7 +187,7 @@
32
 
33
 #: ../src/cairo-dock-gui-main.c:1541
34
 msgid "Applets can be displayed on your desktop as widgets."
35
-msgstr "Las mini-aplicaciones pueden situarse en el escritorio como objetos."
36
+msgstr "Las miniaplicaciones pueden situarse en el escritorio como objetos."
37
 
38
 #: ../src/cairo-dock-gui-main.c:1542 ../data/messages:89 ../data/messages:989
39
 msgid "Desklets"
40
@@ -313,7 +313,7 @@
41
 msgid ""
42
 "Click on an applet in order to have a preview and a description for it."
43
 msgstr ""
44
-"Haga clic sobre una mini-aplicación para tener una vista previa y una "
45
+"Pulse sobre una miniaplicación para ver una previsualización y una "
46
 "descripción de ella."
47
 
48
 #: ../src/cairo-dock-gui-simple.c:823
49
@@ -322,7 +322,7 @@
50
 
51
 #: ../src/cairo-dock-gui-simple.c:825 ../data/messages:485
52
 msgid "On click:"
53
-msgstr "Al hacer clic:"
54
+msgstr "Al pulsar:"
55
 
56
 #: ../src/cairo-dock-gui-simple.c:898
57
 msgid ""
58
@@ -374,7 +374,7 @@
59
 
60
 #: ../src/cairo-dock-menu.c:219 ../src/cairo-dock-menu.c:953
61
 msgid "Get more applets!"
62
-msgstr "¡Obtener más complementos!"
63
+msgstr "Obtener más miniaplicaciones"
64
 
65
 #: ../src/cairo-dock-menu.c:223 ../src/cairo-dock-menu.c:229
66
 msgid "Donate"
67
@@ -422,18 +422,42 @@
68
 msgid "translator-credits"
69
 msgstr ""
70
 "Launchpad Contributions:\n"
71
+"  Adolfo Jayme Barrientos https://launchpad.net/~fitoschido\n"
72
+"  Alain Jerrel Bustamante-López https://launchpad.net/~zanmato\n"
73
 "  Albert Milian https://launchpad.net/~mln-gmx\n"
74
+"  Andrés Casals Jahnsen https://launchpad.net/~mxwig23\n"
75
+"  Carlos Joel Delgado Pizarro https://launchpad.net/~carlosj2585\n"
76
 "  Carlos Rosales https://launchpad.net/~chartre\n"
77
+"  Daniel O. Mondaca S. https://launchpad.net/~dnielm\n"
78
+"  David Portella https://launchpad.net/~dobled\n"
79
 "  DiegoJ https://launchpad.net/~diegojromerolopez\n"
80
+"  FaPrO https://launchpad.net/~fabro-pro\n"
81
 "  Fabounet https://launchpad.net/~fabounet03\n"
82
+"  Florencia Mincucci https://launchpad.net/~flomincucci\n"
83
+"  Gonzalo Testa https://launchpad.net/~gonzalogtesta\n"
84
+"  Harold https://launchpad.net/~sancospi\n"
85
 "  Joaquín Padilla Rivero https://launchpad.net/~logseman\n"
86
+"  José A. Fuentes Santiago https://launchpad.net/~joanfusan\n"
87
+"  José Luis Figueroa https://launchpad.net/~jolfig\n"
88
+"  Juan Eduardo Riva https://launchpad.net/~juaneduardoriva\n"
89
+"  Juan Pablo Marzetti https://launchpad.net/~yonpols\n"
90
+"  Kaede https://launchpad.net/~caramelo--asesino\n"
91
 "  Martín V. https://launchpad.net/~martinvukovic\n"
92
 "  Miguel Valdiri Badillo https://launchpad.net/~catastro1\n"
93
 "  Monkey https://launchpad.net/~monkey-libre\n"
94
 "  Morgus https://launchpad.net/~morgus\n"
95
+"  Patricio Gonzalez https://launchpad.net/~pagondel\n"
96
+"  Ricardo A. Hermosilla Carrillo https://launchpad.net/~rahermosillac\n"
97
 "  Sergio Meneses https://launchpad.net/~sergiomeneses\n"
98
+"  Stefano Prenna https://launchpad.net/~stefanoprenna\n"
99
+"  benjamin https://launchpad.net/~jesuisbenjamin\n"
100
 "  david cg https://launchpad.net/~dcardelleg\n"
101
-"  orvalius https://launchpad.net/~orvalius"
102
+"  hoortiz https://launchpad.net/~hoortiz\n"
103
+"  hug0 https://launchpad.net/~hug0\n"
104
+"  orvalius https://launchpad.net/~orvalius\n"
105
+"  polkillas https://launchpad.net/~paulsanzcalvo\n"
106
+"  rubioo https://launchpad.net/~rubioo\n"
107
+"  sebikul https://launchpad.net/~sebikul"
108
 
109
 #: ../src/cairo-dock-menu.c:285
110
 msgid "Support"
111
@@ -487,9 +511,9 @@
112
 "Now move some launchers or applets into it by right-clicking on the icon -> "
113
 "move to another dock"
114
 msgstr ""
115
-"El nuevo lanzador ha sido creado.\n"
116
-"Ahora mueva algunos lanzadores o complementos dentro haciendo clic derecho "
117
-"en el ícono -> mover a otro lanzador"
118
+"Se ha creado el nuevo dock.\n"
119
+"Ahora, mueva algunos lanzadores o miniaplicaciones a él pulsando con el "
120
+"botón derecho sobre un icono ‣ Mover a otro dock"
121
 
122
 #: ../src/cairo-dock-menu.c:567
123
 msgid "Add"
124
@@ -542,9 +566,9 @@
125
 "You can customize it by right-clicking on it -> cairo-dock -> configure this "
126
 "dock."
127
 msgstr ""
128
-"El nuevo lanzador ha sido creado.\n"
129
-"Puede personalizarlo haciendo clic derecho en él -> cairo-dock -> configurar "
130
-"este lanzador"
131
+"Se ha creado el nuevo dock.\n"
132
+"Puede personalizarlo pulsando con el botón derecho sobre él ‣ Cairo-Dock ‣ "
133
+"Configurar este dock"
134
 
135
 #: ../src/cairo-dock-menu.c:754
136
 msgid ""
137
@@ -558,7 +582,7 @@
138
 #, c-format
139
 msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
140
 msgstr ""
141
-"Está apunto de remover la mini-aplicación (%s) de la barra. ¿Está seguro?"
142
+"Está a punto de quitar esta miniaplicación (%s) del dock. ¿Está seguro?"
143
 
144
 # SOME DESCRIPTIVE TITLE.
145
 # Copyright (C) 2007 Cairo-Dock project
146
@@ -572,7 +596,7 @@
147
 
148
 #: ../src/cairo-dock-menu.c:858
149
 msgid "Configure behaviour, appearance, and applets."
150
-msgstr "Configurar el comportamiento, la apariencia y aplicaciones."
151
+msgstr "Configurar comportamiento, apariencia y miniaplicaciones."
152
 
153
 #: ../src/cairo-dock-menu.c:863
154
 msgid "Configure this dock"
155
@@ -620,8 +644,8 @@
156
 msgid ""
157
 "Third-party applets provide integration with many programs, like Pidgin"
158
 msgstr ""
159
-"Los complementos de terceros proveen integración con otros programas, como "
160
-"Pidgin"
161
+"Las miniaplicaciones de terceros proporcionan integración con muchos "
162
+"programas, como Pidgin"
163
 
164
 #: ../src/cairo-dock-menu.c:961 ../src/help/applet-init.c:28
165
 #: ../src/help/applet-notifications.c:257
166
@@ -688,7 +712,7 @@
167
 
168
 #: ../src/cairo-dock-menu.c:1065
169
 msgid "Applet's handbook"
170
-msgstr "Guía de la mini-aplicación"
171
+msgstr "Guía de la miniaplicación"
172
 
173
 #: ../src/cairo-dock-menu.c:1110
174
 msgid "Pick up an image"
175
@@ -1189,13 +1213,11 @@
176
 "Hope you will enjoy this soft !\n"
177
 "  (you can now click on this dialog to close it)"
178
 msgstr ""
179
-"Bienvenido a Cairo-Dock !\n"
180
-"Esta aplicación esta aquí para ayudarlo a comenzar usando el dock; solo e "
181
-"click sobre el.\n"
182
-"Si tiene alguna pregunta/solicitud/observación, por favor visítenos en "
183
-"http://glx-dock.org.\n"
184
-"Esperamos disfrute este software!\n"
185
-"  (ahora se puede hacer click en este cuadro de dialogo para cerrarlo)"
186
+"¡Bienvenido a Cairo-Dock!\n"
187
+"Esta miniaplicación le ayudará a usar el dock, solo pulse sobre ella.\n"
188
+"Si tiene preguntas/pedidos/sugerencias, visítenos en http://glx-dock.org.\n"
189
+"Esperamos que disfrute este software.\n"
190
+"  (pulse en este diálogo para cerrarlo)"
191
 
192
 #: ../src/help/applet-composite.c:160
193
 msgid "Don't ask me any more"
194
@@ -1244,13 +1266,12 @@
195
 "Middle-click to open the configuration window.\n"
196
 "Right-click to access some troubleshooting actions."
197
 msgstr ""
198
-"Esta aplicación se hace para ayudarlo.\n"
199
-"Haga click en el icono para que aparezca consejos útiles acerca de las "
200
-"posibilidades de El Cairo-Dock.\n"
201
-"Haga click con el botón central del ratón para abrir la ventana de "
202
-"configuración.\n"
203
-"Haga click con el botón derecho para acceder a algunas de las acciones de "
204
-"solución de problemas."
205
+"Esta miniaplicación tiene como objetivo ayudarle.\n"
206
+"Pulse en su icono para mostrar consejos útiles sobre las posibilidades de "
207
+"Cairo-Dock.\n"
208
+"Pulse con el botón central para abrir la ventana de configuración.\n"
209
+"Pulse con el botón derecho para acceder a algunas acciones de solución de "
210
+"problemas."
211
 
212
 #: ../src/help/applet-notifications.c:247
213
 msgid "Open global settings"
214
@@ -1329,11 +1350,11 @@
215
 "Some applets let you bind a shortkey to an action, and decide which action "
216
 "sould be on middle-click."
217
 msgstr ""
218
-"La mayoría de los iconos del dock realizan varias acciones : la acción "
219
-"primaria con el botón izquierdo del ratón, una acción secundaria con el "
220
-"botón central y acciones adicionales con el botón derecho (en el menú).\n"
221
-"Algunos complementos permiten vincular una tecla de acceso rápido a una "
222
-"acción y decidir qué acción se realiza con el click central."
223
+"La mayoría de iconos en el dock tienen varias acciones: la acción primaria "
224
+"se ejecuta al pulsar, la acción secundaria al pulsar con el botón central, y "
225
+"acciones adicionales al pulsar con el botón derecho.\n"
226
+"Algunas miniaplicaciones le permiten vincular una tecla de acceso rápido a "
227
+"una acción y así decidir qué acción realizar al pulsar con el botón central."
228
 
229
 #: ../data/messages:7
230
 msgid "Adding features"
231
@@ -1349,16 +1370,16 @@
232
 "the \"More applets\" button (which will lead you to our applets web page) "
233
 "and then just drag-and-drop the link of an applet into your dock."
234
 msgstr ""
235
-"Cairo-Dock tiene muchos complementos. Los complementos son pequeñas "
236
-"aplicaciones dentro del dock, por ejemplo un reloj o un botón de finalizar "
237
-"sesión.\n"
238
-"Para habilitar nuevos complementos, ir a preferencias (click derecho -> "
239
-"Cairo-Dock -> configurar), ir a \"Componentes adicionales\", y marcar el "
240
-"complemento que se desea.\n"
241
-"Más complementos se pueden instalar fácilmente: en la ventana de "
242
-"configuración, click en el botón de \"Obtener más complementos\" (que nos "
243
-"redireccionará a nuestra página web de complementos) y luego simplemente "
244
-"arrastrar el enlace del complemento deseado al dock."
245
+"Cairo-Dock tiene muchas miniaplicaciones. Las miniaplicaciones son pequeños "
246
+"complementos que residen en el dock, por ejemplo un reloj o un botón para "
247
+"cerrar sesión.\n"
248
+"Para activar miniaplicaciones nuevas, abra la configuración (pulsación "
249
+"derecha ‣ Cairo-Dock ‣ Configurar), vaya a «Añadidos», y active la "
250
+"miniaplicación que desee.\n"
251
+"Puede instalar más miniaplicaciones fácilmente: en la ventana de "
252
+"configuración, pulse en «Más miniaplicaciones» (que le llevará a nuestro "
253
+"sitio web de miniaplicaciones) y luego arrastre el enlace de una "
254
+"miniaplicación y suéltelo en su dock."
255
 
256
 #: ../data/messages:13
257
 msgid "Adding a launcher"
258
@@ -1374,8 +1395,8 @@
259
 "Se puede añadir un lanzador arrastrándolo desde el menú de Aplicaciones y "
260
 "soltándolo dentro del dock. Una flecha animada aparecerá cuando se pueda "
261
 "soltar.\n"
262
-"Alternativamente, si una aplicación ya está abierta, se puede hacer click "
263
-"derecho en su icono y seleccionar \"Crear un lanzador\"."
264
+"Alternativamente, si una aplicación ya está abierta, puede pulsar su icono "
265
+"con el botón derecho y seleccionar «Crear un lanzador»."
266
 
267
 #: ../data/messages:17
268
 msgid "Removing a launcher"
269
@@ -1441,6 +1462,17 @@
270
 "of them to be used instead of the default icon theme, in the global config "
271
 "window."
272
 msgstr ""
273
+"Para un lanzador o miniaplicación:\n"
274
+"Abra la configuración de un icono y establezca la ruta a una imagen.\n"
275
+"- Para un icono de aplicación:\n"
276
+"Pulsación derecha sobre el icono ‣ «Otras acciones» ‣ «Establecer un icono "
277
+"personalizado», y elija una imagen. Para quitar la imagen personalizada, "
278
+"pulsación derecha sobre el icono ‣ «Otras acciones» ‣ «Quitar el icono "
279
+"personalizado».\n"
280
+"\n"
281
+"Si ha instalado temas de iconos en su equipo, también puede seleccionar uno "
282
+"de ellos para su uso en lugar del tema predeterminado, en la ventana de "
283
+"configuración global."
284
 
285
 #: ../data/messages:33
286
 msgid "Resizing icons"
287
@@ -1456,13 +1488,13 @@
288
 "Also, you can define the size of each applet independently in their own "
289
 "settings."
290
 msgstr ""
291
-"Se pueden hacer los iconos o el efecto de zoom mayor o menor. Aprir las "
292
-"opciones (click derecho -> Cairo-Dock -> configuración), e ir a Apariencia "
293
-"(o Iconos en modo avanzado).\n"
294
-"Notar que si hay demasiados iconos en el dock, serán emequeñecidos para "
295
-"caber en la pantalla.\n"
296
-"También se puede definir el tamaño de cada complemento independientemente en "
297
-"sus opciones."
298
+"Puede cambiar el tamaño de los iconos y el efecto de ampliación. Abra la "
299
+"configuración (pulsación derecha ‣ Cairo-Dock ‣ Configurar), y vaya a "
300
+"Apariencia (o Iconos en el modo avanzado).\n"
301
+"Note que si hay demasiados iconos en el dock, éstos se reducirán para caber "
302
+"en la pantalla.\n"
303
+"También puede definir el tamaño individual de cada miniaplicación en sus "
304
+"configuraciones."
305
 
306
 #: ../data/messages:37
307
 msgid "Separating icons"
308
@@ -1515,8 +1547,8 @@
309
 msgid ""
310
 "You can close a window by middle-clicking on its icon (or from the menu)."
311
 msgstr ""
312
-"Puedes cerrar una ventana haciendo click medio sobre el icono (o desde el "
313
-"menú)"
314
+"Puede cerrar una ventana haciendo una pulsación central sobre su icono (o "
315
+"desde el menú)."
316
 
317
 #: ../data/messages:51
318
 msgid "Minimizing / restauring a window"
319
@@ -1636,7 +1668,7 @@
320
 
321
 #: ../data/messages:91
322
 msgid "Placing applets on your desktop"
323
-msgstr "Colocando complementos en tu escritorio"
324
+msgstr "Colocar miniaplicaciones en su escritorio"
325
 
326
 #: ../data/messages:93
327
 msgid ""
328
@@ -1644,10 +1676,13 @@
329
 "wherever on your desktop.\n"
330
 "To detach an applet from the dock, simply drag and drop it outside the dock."
331
 msgstr ""
332
+"Las miniaplicaciones pueden posicionarse en «desklets» que son ventanas "
333
+"pequeñas que pueden ubicarse en cualquier lugar de su escritorio.\n"
334
+"Para separar una miniaplicación del dock, simplemente arrástrela fuera de él."
335
 
336
 #: ../data/messages:95
337
 msgid "Moving desklets"
338
-msgstr ""
339
+msgstr "Moviendo desklets"
340
 
341
 #: ../data/messages:97
342
 msgid ""
343
@@ -1683,6 +1718,9 @@
344
 "applet, go to Desklet, and select the decoration you want (you can provide "
345
 "your own one)."
346
 msgstr ""
347
+"Los «desklets» pueden tener decoraciones. Para cambiar eso, abra la "
348
+"configuración de la miniaplicación, vaya a Desklet, y seleccione la "
349
+"decoración que desee (puede proporcionar la suya propia)."
350
 
351
 #: ../data/messages:107
352
 msgid "Useful Features"
353
@@ -1701,6 +1739,12 @@
354
 "When a task has been or is going to be scheduled, the applet will warn you "
355
 "(15mn before the event, and also 1 day before in the case of an anniversary)."
356
 msgstr ""
357
+"Active la miniaplicación Reloj.\n"
358
+"Al pulsar sobre él se abrirá un calendario.\n"
359
+"Al pulsar dos veces sobre él se abrirá un editor de tareas. Allí puede "
360
+"añadir o quitar tareas.\n"
361
+"Cuando una tarea ha sido o será programada, la miniaplicación le avisará "
362
+"(15min antes del evento, o un día antes en caso de un aniversario)."
363
 
364
 #: ../data/messages:113
365
 msgid "Having a list of all windows"
366
@@ -1736,6 +1780,9 @@
367
 "Activate the Show-Desktop applet.\n"
368
 "Right-click on it -> \"change resolution\" -> select the one you want."
369
 msgstr ""
370
+"Active la miniaplicación Mostrar escritorio.\n"
371
+"Pulse con el botón derecho en él ‣ «Cambiar resolución» ‣ seleccione la que "
372
+"desee.t"
373
 
374
 #: ../data/messages:125
375
 msgid "Locking your session"
376
@@ -2083,15 +2130,16 @@
377
 #: ../data/messages:229
378
 msgid "The «netspeed» applet displays 0 even when I'm downloading something"
379
 msgstr ""
380
-"El applet «Redrapidez» expone 0 incluso cuando estoy trasvasando algo."
381
+"La miniaplicación «Velocidad de red» muestra 0 aun cuando estoy descargando "
382
+"algo"
383
 
384
 #: ../data/messages:231
385
 msgid ""
386
 "Tip: you can run several instances of this applet if you wish to monitor "
387
 "several interfaces."
388
 msgstr ""
389
-"Pista: se puede iniciar este aplique varias veces si se desea controlar "
390
-"varias interfaces."
391
+"Consejo: puede ejecutar varias instancias de esta miniaplicación si quiere "
392
+"monitorear varias interfaces."
393
 
394
 #: ../data/messages:233
395
 msgid ""
396
@@ -2169,7 +2217,7 @@
397
 msgid ""
398
 "If you wish to develop an applet, a complete documentation is available here."
399
 msgstr ""
400
-"Si usted desea desarrollar un applet, una documentación completa está "
401
+"Si quiere desarrollar una miniaplicación, hay una completa documentación "
402
 "disponible aquí."
403
 
404
 #: ../data/messages:255
405
@@ -2182,9 +2230,10 @@
406
 "or to interact with the dock in any kind of way, a full DBus API is "
407
 "described here."
408
 msgstr ""
409
-"Si quieres crear un appelt con Python, Perl o cualquier otro lenguaje,\n"
410
-"o si quieres interactura con el dock por cualquira manera, un API DBus "
411
-"complete esta describido ahí."
412
+"Si quiere desarrollar una miniaplicación con Python, Perl o cualquier otro "
413
+"lenguaje,\n"
414
+"o quiere interactuar con el dock de otra manera, aquí está descrita una API "
415
+"completa de DBus."
416
 
417
 #: ../data/messages:259
418
 msgid "DBus API"
419
@@ -2214,7 +2263,7 @@
420
 
421
 #: ../data/messages:273
422
 msgid "More applets available online!"
423
-msgstr ""
424
+msgstr "Más miniaplicaiones disponibles en línea"
425
 
426
 #: ../data/messages:275
427
 msgid "Cairo-Dock-Plug-ins-Extras"
428
@@ -2316,15 +2365,15 @@
429
 
430
 #: ../data/messages:315
431
 msgid "Set to 0 to use the default applet size"
432
-msgstr "Establezca a 0 para usar el tamaño de aplique predeterminado"
433
+msgstr "Configure a 0 para usar el tamaño predeterminado de miniaplicación"
434
 
435
 #: ../data/messages:317
436
 msgid "Desired icon size for this applet"
437
-msgstr "Tamaño de icono deseado para este aplique"
438
+msgstr "Tamaño de icono deseado para esta miniaplicación"
439
 
440
 #: ../data/messages:319
441
 msgid "Applet's Handbook"
442
-msgstr "Manual del aplique"
443
+msgstr "Manual de la miniaplicación"
444
 
445
 #: ../data/messages:321
446
 msgid "Desklet"
447
@@ -2722,7 +2771,7 @@
448
 
449
 #: ../data/messages:523
450
 msgid "Add or remove any applet"
451
-msgstr "Agrega o remueve cualquier applet"
452
+msgstr "Añadir o quitar cualquier miniaplicación"
453
 
454
 #: ../data/messages:525
455
 msgid ""
456
@@ -2730,11 +2779,11 @@
457
 "Click on the left check-box to (de)activate an applet.\n"
458
 "Once an applet is active, you can configure it by right clicking on its icon."
459
 msgstr ""
460
-"Seleccione una línea para obtener una descripción y una vista previa de la "
461
-"mini-aplicación.\n"
462
-"Haga click en la casilla izquierda para (des)activar una miniaplicación.\n"
463
-"Una vez que la mini-aplicación está activa, puede configurarla haciendo "
464
-"click derecho en su icono"
465
+"Seleccione una línea para obtener una previsualización y descripción de la "
466
+"miniaplicación.\n"
467
+"Pulse en la casilla a la izquierda para (des)activar una miniaplicación.\n"
468
+"Una vez que la miniaplicación esté activa, puede configurarla haciendo una "
469
+"pulsación derecha sobre su icono."
470
 
471
 #: ../data/messages:527
472
 msgid ""
473
@@ -3346,6 +3395,8 @@
474
 #: ../data/messages:909
475
 msgid "Several applets can be visible even when the dock is hidden"
476
 msgstr ""
477
+"Algunas miniaplicaciones pueden permanecer visibles incluso cuando el dock "
478
+"está oculto"
479
 
480
 #: ../data/messages:911
481
 msgid "Default background color when the dock is hidden"
482
cairo-dock-3.0.1.tar.gz/po/et.po -> cairo-dock-3.0.2.tar.gz/po/et.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:42+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:48+0000\n"
9
 "Last-Translator: Fabounet <fabounet03@gmail.com>\n"
10
 "Language-Team: Estonian <et@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:38+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: et\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/eu.po -> cairo-dock-3.0.2.tar.gz/po/eu.po Changed
18
 
1
@@ -8,14 +8,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
7
 "PO-Revision-Date: 2012-03-21 03:02+0000\n"
8
 "Last-Translator: Mendi <arrietaarambarri@hotmail.com>\n"
9
 "Language-Team: librezale.org\n"
10
 "MIME-Version: 1.0\n"
11
 "Content-Type: text/plain; charset=UTF-8\n"
12
 "Content-Transfer-Encoding: 8bit\n"
13
-"X-Launchpad-Export-Date: 2012-04-13 05:20+0000\n"
14
+"X-Launchpad-Export-Date: 2012-04-15 04:38+0000\n"
15
 "X-Generator: Launchpad (build 15070)\n"
16
 "Language: eu\n"
17
 
18
cairo-dock-3.0.1.tar.gz/po/fi.po -> cairo-dock-3.0.2.tar.gz/po/fi.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:37+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:54+0000\n"
9
 "Last-Translator: Rami Selin <rami.selin@gmail.com>\n"
10
 "Language-Team: Finnish <fi@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:38+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: fi\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/fo.po -> cairo-dock-3.0.2.tar.gz/po/fo.po Changed
18
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
7
 "PO-Revision-Date: 2012-03-21 02:58+0000\n"
8
 "Last-Translator: Matthieu Baerts <matttbe@gmail.com>\n"
9
 "Language-Team: Faroese <fo@li.org>\n"
10
 "MIME-Version: 1.0\n"
11
 "Content-Type: text/plain; charset=UTF-8\n"
12
 "Content-Transfer-Encoding: 8bit\n"
13
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
14
+"X-Launchpad-Export-Date: 2012-04-15 04:38+0000\n"
15
 "X-Generator: Launchpad (build 15070)\n"
16
 "Language: fo\n"
17
 
18
cairo-dock-3.0.1.tar.gz/po/fr.po -> cairo-dock-3.0.2.tar.gz/po/fr.po Changed
29
 
1
@@ -7,15 +7,15 @@
2
 msgstr ""
3
 "Project-Id-Version: 2.1.0\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-04-01 12:59+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-05-08 02:24+0000\n"
9
 "Last-Translator: Matthieu Baerts <matttbe@gmail.com>\n"
10
 "Language-Team: Cairo-Dock <LL@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
15
-"X-Generator: Launchpad (build 15070)\n"
16
+"X-Launchpad-Export-Date: 2012-05-09 04:40+0000\n"
17
+"X-Generator: Launchpad (build 15213)\n"
18
 "X-Poedit-Country: France\n"
19
 "Language: \n"
20
 "X-Poedit-Language: French\n"
21
@@ -437,6 +437,7 @@
22
 "  Lentdormi https://launchpad.net/~dahr974\n"
23
 "  Matthieu Baerts https://launchpad.net/~matttbe\n"
24
 "  Nicolas Delvaux https://launchpad.net/~malizor\n"
25
+"  Pierre Slamich https://launchpad.net/~pierre-slamich\n"
26
 "  SQP https://launchpad.net/~sqp\n"
27
 "  Thibault Févry https://launchpad.net/~thibaultfevry\n"
28
 "  bouchard renaud https://launchpad.net/~renaud-bouchard\n"
29
cairo-dock-3.0.1.tar.gz/po/gl.po -> cairo-dock-3.0.2.tar.gz/po/gl.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:17+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:49+0000\n"
9
 "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
10
 "Language-Team: Galician <gl@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:38+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: gl\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/hu.po -> cairo-dock-3.0.2.tar.gz/po/hu.po Changed
95
 
1
@@ -7,15 +7,15 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:17+0000\n"
7
-"Last-Translator: Fabounet <fabounet03@gmail.com>\n"
8
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
9
+"PO-Revision-Date: 2012-04-22 13:19+0000\n"
10
+"Last-Translator: Péter Trombitás <trombipeti@gmail.com>\n"
11
 "Language-Team: Hungarian <hu@li.org>\n"
12
 "MIME-Version: 1.0\n"
13
 "Content-Type: text/plain; charset=UTF-8\n"
14
 "Content-Transfer-Encoding: 8bit\n"
15
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
16
-"X-Generator: Launchpad (build 15070)\n"
17
+"X-Launchpad-Export-Date: 2012-04-23 04:42+0000\n"
18
+"X-Generator: Launchpad (build 15135)\n"
19
 "Language: hu\n"
20
 
21
 #: ../src/cairo-dock-gui-commons.c:221
22
@@ -70,15 +70,15 @@
23
 
24
 #: ../src/cairo-dock-gui-commons.c:575
25
 msgid "Press the shortkey"
26
-msgstr ""
27
+msgstr "Nyomja meg a gyorsgombot"
28
 
29
 #: ../src/cairo-dock-gui-commons.c:594
30
 msgid "Change the shortkey"
31
-msgstr ""
32
+msgstr "Gyorsgomb megváltoztatása"
33
 
34
 #: ../src/cairo-dock-gui-commons.c:681
35
 msgid "Origin"
36
-msgstr ""
37
+msgstr "Forrás"
38
 
39
 #: ../src/cairo-dock-gui-commons.c:686
40
 msgid "Action"
41
@@ -86,7 +86,7 @@
42
 
43
 #: ../src/cairo-dock-gui-commons.c:690
44
 msgid "Shortkey"
45
-msgstr ""
46
+msgstr "Gyorsgomb"
47
 
48
 #: ../src/cairo-dock-gui-items.c:242
49
 msgid ""
50
@@ -154,7 +154,7 @@
51
 
52
 #: ../src/cairo-dock-gui-main.c:1502 ../data/messages:515 ../data/messages:767
53
 msgid "Shortkeys"
54
-msgstr ""
55
+msgstr "Gyorsgombok"
56
 
57
 #: ../src/cairo-dock-gui-main.c:1508
58
 msgid "All of the parameters you will never want to tweak."
59
@@ -441,6 +441,8 @@
60
 "Thanks to all people that help us to improve the Cairo-Dock project.\n"
61
 "Thanks to all current, former and future contributors."
62
 msgstr ""
63
+"Köszönet mindenkinek, aki segíti a Cairo-Dock projekt fejlődését.\n"
64
+"Köszönet minden jelenlegi, volt és jövendőbeli közreműködőnek."
65
 
66
 #: ../src/cairo-dock-menu.c:317
67
 msgid "How to help us?"
68
@@ -448,7 +450,7 @@
69
 
70
 #: ../src/cairo-dock-menu.c:318
71
 msgid "Don't hesitate to join the project, we need you ;)"
72
-msgstr ""
73
+msgstr "Ne habozzon, csatlakozzon most a projekthez, szükségünk van Önre!"
74
 
75
 #: ../src/cairo-dock-menu.c:319
76
 msgid "Former contributors"
77
@@ -460,7 +462,7 @@
78
 
79
 #: ../src/cairo-dock-menu.c:321
80
 msgid "Users of our forum"
81
-msgstr ""
82
+msgstr "A fórum felhasználói"
83
 
84
 #: ../src/cairo-dock-menu.c:322
85
 msgid "Artwork"
86
@@ -589,7 +591,7 @@
87
 
88
 #: ../src/cairo-dock-menu.c:898
89
 msgid "Lock icons position"
90
-msgstr ""
91
+msgstr "Ikonok helyzetének rögzítése"
92
 
93
 #: ../src/cairo-dock-menu.c:902
94
 msgid "This will (un)lock the position of the icons."
95
cairo-dock-3.0.1.tar.gz/po/id.po -> cairo-dock-3.0.2.tar.gz/po/id.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:36+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:54+0000\n"
9
 "Last-Translator: Fabounet <fabounet03@gmail.com>\n"
10
 "Language-Team: Indonesian <id@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:39+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: id\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/it.po -> cairo-dock-3.0.2.tar.gz/po/it.po Changed
943
 
1
@@ -7,15 +7,15 @@
2
 msgstr ""
3
 "Project-Id-Version: 1.4.5\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:48+0000\n"
7
-"Last-Translator: Mattia Tavernini <maathias@interfree.it>\n"
8
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
9
+"PO-Revision-Date: 2012-06-03 11:35+0000\n"
10
+"Last-Translator: Wonderfulheart <Unknown>\n"
11
 "Language-Team: Italian <kde-i18n-it@lists.kde.org>\n"
12
 "MIME-Version: 1.0\n"
13
 "Content-Type: text/plain; charset=UTF-8\n"
14
 "Content-Transfer-Encoding: 8bit\n"
15
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
16
-"X-Generator: Launchpad (build 15070)\n"
17
+"X-Launchpad-Export-Date: 2012-06-04 04:35+0000\n"
18
+"X-Generator: Launchpad (build 15353)\n"
19
 "Language: it\n"
20
 
21
 #: ../src/cairo-dock-gui-commons.c:221
22
@@ -71,23 +71,23 @@
23
 
24
 #: ../src/cairo-dock-gui-commons.c:575
25
 msgid "Press the shortkey"
26
-msgstr ""
27
+msgstr "Premere il tasto scorciatoia"
28
 
29
 #: ../src/cairo-dock-gui-commons.c:594
30
 msgid "Change the shortkey"
31
-msgstr ""
32
+msgstr "Cambia il tasto scorciatoia"
33
 
34
 #: ../src/cairo-dock-gui-commons.c:681
35
 msgid "Origin"
36
-msgstr ""
37
+msgstr "Origine"
38
 
39
 #: ../src/cairo-dock-gui-commons.c:686
40
 msgid "Action"
41
-msgstr ""
42
+msgstr "Azione"
43
 
44
 #: ../src/cairo-dock-gui-commons.c:690
45
 msgid "Shortkey"
46
-msgstr ""
47
+msgstr "Tasto scorciatoia"
48
 
49
 #: ../src/cairo-dock-gui-items.c:242
50
 msgid ""
51
@@ -102,7 +102,7 @@
52
 
53
 #: ../src/cairo-dock-gui-items.c:878
54
 msgid "Remove this item"
55
-msgstr ""
56
+msgstr "Rimuovere questa voce"
57
 
58
 #: ../src/cairo-dock-gui-main.c:129 ../data/messages:665
59
 msgid "Behaviour"
60
@@ -153,11 +153,11 @@
61
 
62
 #: ../src/cairo-dock-gui-main.c:1501
63
 msgid "Define all the keyboard shortcuts currently available."
64
-msgstr ""
65
+msgstr "Rileva tutte le scorciatoie da tastiera attualmente disponibili."
66
 
67
 #: ../src/cairo-dock-gui-main.c:1502 ../data/messages:515 ../data/messages:767
68
 msgid "Shortkeys"
69
-msgstr ""
70
+msgstr "Tasti scorciatoia"
71
 
72
 #: ../src/cairo-dock-gui-main.c:1508
73
 msgid "All of the parameters you will never want to tweak."
74
@@ -315,7 +315,7 @@
75
 #: ../src/cairo-dock-gui-simple.c:797
76
 msgid ""
77
 "Click on an applet in order to have a preview and a description for it."
78
-msgstr "Clicca su di un'applet per averne un'anteprima e una sua descrizione"
79
+msgstr "Clicca su un'applet per avere un'anteprima e una sua descrizione."
80
 
81
 #: ../src/cairo-dock-gui-simple.c:823
82
 msgid "On mouse hover:"
83
@@ -348,8 +348,8 @@
84
 "powerful tool to customise your current theme."
85
 msgstr ""
86
 "La Modalità avanzata dà la possibilità di configurare ogni singolo parametro "
87
-"della dock. E' uno strumento potente per customizzare il tema attualmente in "
88
-"uso."
89
+"della dock. E' uno strumento potente per personalizzare il tema attualmente "
90
+"in uso."
91
 
92
 #: ../src/cairo-dock-gui-themes.c:149
93
 msgid "Importing theme ..."
94
@@ -387,24 +387,24 @@
95
 msgid ""
96
 "Support the people who spend countless hours to bring you the best dock ever."
97
 msgstr ""
98
-"Supporta le persone che spendono gratuitamente il loro tempo per consegnarti "
99
-"la migliore dock in assoluto."
100
+"Sostieni le persone che impiegano gratuitamente il loro tempo per "
101
+"consegnarti la migliore dock in assoluto."
102
 
103
 #: ../src/cairo-dock-menu.c:260
104
 msgid "Here is a list of the current developers and contributors"
105
-msgstr ""
106
+msgstr "Ecco una lista degli attuali sviluppatori e collaboratori"
107
 
108
 #: ../src/cairo-dock-menu.c:261
109
 msgid "Developers"
110
-msgstr ""
111
+msgstr "Sviluppatori"
112
 
113
 #: ../src/cairo-dock-menu.c:262
114
 msgid "Main developer and project leader"
115
-msgstr ""
116
+msgstr "Sviluppatore principale e Leader del Progetto"
117
 
118
 #: ../src/cairo-dock-menu.c:263
119
 msgid "Contributors / Hackers"
120
-msgstr ""
121
+msgstr "Collaboratori / Esperti"
122
 
123
 #: ../src/cairo-dock-menu.c:265
124
 msgid "Development"
125
@@ -412,23 +412,33 @@
126
 
127
 #: ../src/cairo-dock-menu.c:280
128
 msgid "Website"
129
-msgstr ""
130
+msgstr "Sito Web"
131
 
132
 #: ../src/cairo-dock-menu.c:281
133
 msgid "Beta-testing / Suggestions / Forum animation"
134
-msgstr ""
135
+msgstr "Beta-testing / Suggerimenti / Animazione Forum"
136
 
137
 #: ../src/cairo-dock-menu.c:282
138
 msgid "Translators for this language"
139
-msgstr ""
140
+msgstr "Traduttori nella lingua italiana"
141
 
142
 #: ../src/cairo-dock-menu.c:283
143
 msgid "translator-credits"
144
 msgstr ""
145
 "Launchpad Contributions:\n"
146
 "  Andrea Amoroso https://launchpad.net/~heiko81\n"
147
+"  Andrea Calabrò https://launchpad.net/~mastropino\n"
148
+"  Giampaolo Bozzali https://launchpad.net/~g.bozzali\n"
149
+"  Loscuby https://launchpad.net/~scuby84\n"
150
+"  Luca Vercelli https://launchpad.net/~luca-vercelli\n"
151
 "  Mario Calabrese https://launchpad.net/~mario-calabrese\n"
152
-"  Mattia Tavernini https://launchpad.net/~maathias"
153
+"  Mattia Tavernini https://launchpad.net/~maathias\n"
154
+"  Natale https://launchpad.net/~ngm270189\n"
155
+"  Stefano Prenna https://launchpad.net/~stefanoprenna\n"
156
+"  Wonderfulheart https://launchpad.net/~wonderfulheart\n"
157
+"  bobol68 https://launchpad.net/~bobol68\n"
158
+"  danielesil88 https://launchpad.net/~danielesil88\n"
159
+"  yoruk https://launchpad.net/~yoruk87"
160
 
161
 #: ../src/cairo-dock-menu.c:285
162
 msgid "Support"
163
@@ -439,26 +449,29 @@
164
 "Thanks to all people that help us to improve the Cairo-Dock project.\n"
165
 "Thanks to all current, former and future contributors."
166
 msgstr ""
167
+"Grazie a tutte le persone che ci aiutano a migliorare il progetto Cairo-"
168
+"Dock.\n"
169
+"Grazie a tutti i collaboratori attuali, precedenti e futuri."
170
 
171
 #: ../src/cairo-dock-menu.c:317
172
 msgid "How to help us?"
173
-msgstr ""
174
+msgstr "Come aiutarci?"
175
 
176
 #: ../src/cairo-dock-menu.c:318
177
 msgid "Don't hesitate to join the project, we need you ;)"
178
-msgstr ""
179
+msgstr "Non esitare ad unirti al progetto, abbiamo bisogno di te ;)"
180
 
181
 #: ../src/cairo-dock-menu.c:319
182
 msgid "Former contributors"
183
-msgstr ""
184
+msgstr "Collaboratori di concetto"
185
 
186
 #: ../src/cairo-dock-menu.c:320
187
 msgid "For a complete list, please have a look to BZR logs"
188
-msgstr ""
189
+msgstr "Per una lista completa, per favore date uno sguardo ai log della BZR"
190
 
191
 #: ../src/cairo-dock-menu.c:321
192
 msgid "Users of our forum"
193
-msgstr ""
194
+msgstr "Utenti del nostro forum"
195
 
196
 #: ../src/cairo-dock-menu.c:322
197
 msgid "Artwork"
198
@@ -466,11 +479,11 @@
199
 
200
 #: ../src/cairo-dock-menu.c:324
201
 msgid "Thanks"
202
-msgstr ""
203
+msgstr "Ringraziamenti"
204
 
205
 #: ../src/cairo-dock-menu.c:401
206
 msgid "Quit Cairo-Dock?"
207
-msgstr "Esci da Cairo-Dock?"
208
+msgstr "Uscire da Cairo-Dock?"
209
 
210
 #: ../src/cairo-dock-menu.c:431 ../src/cairo-dock-menu.c:573
211
 msgid "Separator"
212
@@ -483,7 +496,7 @@
213
 "move to another dock"
214
 msgstr ""
215
 "La nuova dock è stata creata.\n"
216
-"Adesso sposta qualche lanciatore o applet su di lei con clic destro "
217
+"Adesso sposta qualche lanciatore o applet su di essa con clic destro "
218
 "sull'icona -> Sposta in un'altra dock"
219
 
220
 #: ../src/cairo-dock-menu.c:567
221
@@ -500,12 +513,12 @@
222
 
223
 #: ../src/cairo-dock-menu.c:575
224
 msgid "Custom launcher"
225
-msgstr "Lanciatori personalizzati"
226
+msgstr "Lanciatore personalizzato"
227
 
228
 #: ../src/cairo-dock-menu.c:576
229
 msgid ""
230
 "Usually you would drag a launcher from the menu and drop it on the dock."
231
-msgstr "Di solito trascineresti un lanciatore dal menu alla dock."
232
+msgstr "Di solito dovresti trascinare un lanciatore dal menu alla dock."
233
 
234
 #: ../src/cairo-dock-menu.c:593
235
 msgid "separator"
236
@@ -551,7 +564,7 @@
237
 #: ../src/cairo-dock-menu.c:795
238
 #, c-format
239
 msgid "You're about to remove this applet (%s) from the dock. Are you sure?"
240
-msgstr "Stai per rimuovere questo applet (%s) dalla dock. Sicuro?"
241
+msgstr "Stai per rimuovere questa applet (%s) dalla dock. Sei sicuro?"
242
 
243
 #: ../src/cairo-dock-menu.c:853
244
 msgid "Configure"
245
@@ -559,7 +572,7 @@
246
 
247
 #: ../src/cairo-dock-menu.c:858
248
 msgid "Configure behaviour, appearance, and applets."
249
-msgstr "Configura il comportamento, l'aspetto, e le applet."
250
+msgstr "Configura il comportamento, l'aspetto e le applet."
251
 
252
 #: ../src/cairo-dock-menu.c:863
253
 msgid "Configure this dock"
254
@@ -568,7 +581,7 @@
255
 #: ../src/cairo-dock-menu.c:868
256
 msgid "Customize the position, visibility and appearance of this main dock."
257
 msgstr ""
258
-"Personalizza la posizione, visibilità e apparenza della dock principale."
259
+"Personalizza la posizione, la visibilità e l'aspetto della dock principale."
260
 
261
 #: ../src/cairo-dock-menu.c:870
262
 msgid "Delete this dock"
263
@@ -582,12 +595,12 @@
264
 msgid ""
265
 "Choose from amongst many themes on the server or save your current theme."
266
 msgstr ""
267
-"Scegli uno tra i molti temi disponibili sul server, e salva il tuo tema "
268
+"Scegli tra uno dei molti temi disponibili sul server o salva il tuo tema "
269
 "corrente."
270
 
271
 #: ../src/cairo-dock-menu.c:898
272
 msgid "Lock icons position"
273
-msgstr ""
274
+msgstr "Blocca le icone"
275
 
276
 #: ../src/cairo-dock-menu.c:902
277
 msgid "This will (un)lock the position of the icons."
278
@@ -609,8 +622,8 @@
279
 msgid ""
280
 "Third-party applets provide integration with many programs, like Pidgin"
281
 msgstr ""
282
-"Le applet di terze-parti provvedono all'integrazione di molti programmi, "
283
-"come Pidgin"
284
+"Le applet di terze-parti forniscono un'integrazione a molti programmi, come "
285
+"Pidgin"
286
 
287
 #: ../src/cairo-dock-menu.c:961 ../src/help/applet-init.c:28
288
 #: ../src/help/applet-notifications.c:257
289
@@ -636,14 +649,17 @@
290
 "It's not advised to quit the dock but you can press Shift to unlock this "
291
 "menu entry."
292
 msgstr ""
293
+"Stai usando una sessione Cairo-Dock!\n"
294
+"Non è consigliato uscire dalla dock ma è possibile premere Shift per "
295
+"sbloccare questa voce del menu."
296
 
297
 #: ../src/cairo-dock-menu.c:1018 ../src/cairo-dock-menu.c:1039
298
 msgid "Edit"
299
-msgstr ""
300
+msgstr "Modifica"
301
 
302
 #: ../src/cairo-dock-menu.c:1020 ../src/cairo-dock-menu.c:1046
303
 msgid "Remove"
304
-msgstr ""
305
+msgstr "Elimina"
306
 
307
 #: ../src/cairo-dock-menu.c:1021
308
 msgid ""
309
@@ -666,7 +682,7 @@
310
 
311
 #: ../src/cairo-dock-menu.c:1043
312
 msgid "Detach"
313
-msgstr ""
314
+msgstr "Distacca"
315
 
316
 #: ../src/cairo-dock-menu.c:1043
317
 msgid "Return to the dock"
318
@@ -674,7 +690,7 @@
319
 
320
 #: ../src/cairo-dock-menu.c:1050
321
 msgid "Duplicate"
322
-msgstr ""
323
+msgstr "Duplica"
324
 
325
 #: ../src/cairo-dock-menu.c:1065
326
 msgid "Applet's handbook"
327
@@ -682,7 +698,7 @@
328
 
329
 #: ../src/cairo-dock-menu.c:1110
330
 msgid "Pick up an image"
331
-msgstr ""
332
+msgstr "Trovare un'immagine"
333
 
334
 #: ../src/cairo-dock-menu.c:1341
335
 #, c-format
336
@@ -778,7 +794,7 @@
337
 #: ../src/cairo-dock-menu.c:1666 ../src/cairo-dock-menu.c:1668
338
 #: ../data/messages:745
339
 msgid "Lower"
340
-msgstr ""
341
+msgstr "Arrotola"
342
 
343
 #: ../src/cairo-dock-menu.c:1674 ../src/cairo-dock-menu.c:1676
344
 #: ../data/messages:739
345
@@ -832,7 +848,7 @@
346
 "config.\n"
347
 "It is located in the 'Taskbar' module."
348
 msgstr ""
349
-"L'opzione ' sovrascrivi le icone di X' è stata automaticamente abilitata "
350
+"L'opzione 'sovrascrivi le icone di X' è stata automaticamente abilitata "
351
 "nella configurazione.\n"
352
 "E' rintracciabile nel modulo 'Taskbar'."
353
 
354
@@ -847,7 +863,7 @@
355
 
356
 #: ../src/cairo-dock.c:328
357
 msgid "Use OpenGL backend."
358
-msgstr "Usa il backend OpenGL"
359
+msgstr "Usa il backend OpenGL."
360
 
361
 #: ../src/cairo-dock.c:331
362
 msgid ""
363
@@ -859,7 +875,7 @@
364
 
365
 #: ../src/cairo-dock.c:334
366
 msgid "Ask again on startup which backend to use."
367
-msgstr ""
368
+msgstr "Chiedi nuovamente all'avvio quale backend usare."
369
 
370
 #: ../src/cairo-dock.c:337
371
 msgid "Force the dock to consider this environnement - use it with care."
372
@@ -870,7 +886,7 @@
373
 msgid ""
374
 "Force the dock to load from this directory, instead of ~/.config/cairo-dock."
375
 msgstr ""
376
-"Forza la dock a caricare da questa cartella, invece che da ~/.config/cairo-"
377
+"Forza la dock a caricare da questa directory, invece che da ~/.config/cairo-"
378
 "dock."
379
 
380
 #: ../src/cairo-dock.c:343
381
@@ -879,15 +895,15 @@
382
 "default server address."
383
 msgstr ""
384
 "Indirizzo di un server contenente temi addizionali. Questo sovrascriverà "
385
-"l'indirizzo server di default."
386
+"l'indirizzo del server predefinito."
387
 
388
 #: ../src/cairo-dock.c:346
389
 msgid ""
390
 "Wait for N seconds before starting; this is useful if you notice some "
391
 "problems when the dock starts with the session."
392
 msgstr ""
393
-"Attendi per N secondi prima di partire; questo è utile se sperimenti "
394
-"problemi quando la dock si avvia ad inizio sessione."
395
+"Attendi per N secondi prima di partire; questo è utile se hai problemi "
396
+"quando la dock si avvia ad inizio sessione."
397
 
398
 #: ../src/cairo-dock.c:349
399
 msgid ""
400
@@ -910,7 +926,7 @@
401
 msgid ""
402
 "Log verbosity (debug,message,warning,critical,error); default is warning."
403
 msgstr ""
404
-"Log verboso (debug,message,warning,critical,error); di base è solo warning."
405
+"Log prolisso (debug,message,warning,critical,error); di base è solo warning."
406
 
407
 #: ../src/cairo-dock.c:361
408
 msgid "Force to display some output messages with colors."
409
@@ -942,8 +958,8 @@
410
 "Ask the dock to load additionnal modules contained in this directory (though "
411
 "it is unsafe for your dock to load unnofficial modules)."
412
 msgstr ""
413
-"Domanda alla dock di caricare moduli addizionali contenuti in questa "
414
-"cartella (ricorda che non è sicuro per la tua dock, caricare moduli non "
415
+"Domanda alla dock di caricare i moduli addizionali contenuti in questa "
416
+"directory (sebbene non sia sicuro per la tua dock caricare moduli non "
417
 "ufficiali)."
418
 
419
 #: ../src/cairo-dock.c:383
420
@@ -951,20 +967,20 @@
421
 "For debugging purpose only. The crash manager will not be started to hunt "
422
 "down the bugs."
423
 msgstr ""
424
-"Per interessi di debug soltanto. Il manager dei crash non verrà avviato per "
425
-"ricercare gli errori."
426
+"Solo per interesse di debug. Il manager dei crash non sarà avviato per "
427
+"ricercare degli errori."
428
 
429
 #: ../src/cairo-dock.c:386
430
 msgid ""
431
 "For debugging purpose only. Some hidden and still unstable options will be "
432
 "activated."
433
 msgstr ""
434
-"Per interessi di debug soltanto. Qualche opzione ancora nascosta e instabile "
435
-"sarà attivata."
436
+"Solo per interesse di debug. Saranno attivate delle opzioni ancora nascoste "
437
+"ed instabili."
438
 
439
 #: ../src/cairo-dock.c:503
440
 msgid "Use OpenGL in Cairo-Dock"
441
-msgstr "Utilizza OpenGL in Cairo-Dock?"
442
+msgstr "Utilizza OpenGL in Cairo-Dock"
443
 
444
 #: ../src/cairo-dock.c:511
445
 msgid ""
446
@@ -983,10 +999,10 @@
447
 "In ogni caso, alcune schede video e/o i relativi driver non la supportano "
448
 "completamente, il che potrebbe causare un funzionamento non corretto della "
449
 "dock.\n"
450
-"Attiva OpenGL?\n"
451
+"Vuoi attivare OpenGL?\n"
452
 " (Per non mostrare questo avviso, lanciare la dock dal menu delle "
453
 "Applicazioni,\n"
454
-"  oppure con l'opzione -o per forzare OpenGL e -c per forzare cairo.)"
455
+"  oppure con l'opzione -o per forzare OpenGL e -c per forzare Cairo.)"
456
 
457
 #: ../src/cairo-dock.c:522
458
 msgid "Remember this choice"
459
@@ -1004,8 +1020,8 @@
460
 "at http://glx-dock.org"
461
 msgstr ""
462
 "Il modulo '%s' potrebbe avere incontrato un problema.\n"
463
-"E' stato riavviato con successo, ma è accaduto ancora; ti ringraziamo se lo "
464
-"riferisci su http://glx-dock.org"
465
+"E' stato riavviato con successo, ma se accade ancora, per favore, "
466
+"riferiscilo su http://glx-dock.org"
467
 
468
 #: ../src/gldit/cairo-dock-applet-facility.h:277
469
 msgid ""
470
@@ -1051,7 +1067,7 @@
471
 #: ../src/gldit/cairo-dock-dock-manager.c:1656
472
 #: ../src/gldit/cairo-dock-dock-manager.c:1757
473
 msgid "Pop up the main dock"
474
-msgstr ""
475
+msgstr "Fai apparire la Dock principale"
476
 
477
 #: ../src/gldit/cairo-dock-gui-factory.c:243
478
 #, c-format
479
@@ -1060,7 +1076,7 @@
480
 
481
 #: ../src/gldit/cairo-dock-gui-factory.c:255
482
 msgid "kB"
483
-msgstr "kB"
484
+msgstr "KB"
485
 
486
 #: ../src/gldit/cairo-dock-gui-factory.c:257
487
 msgid "MB"
488
@@ -1088,11 +1104,11 @@
489
 
490
 #: ../src/gldit/cairo-dock-gui-factory.c:724
491
 msgid "Pick up a file"
492
-msgstr ""
493
+msgstr "Trovare un file"
494
 
495
 #: ../src/gldit/cairo-dock-gui-factory.c:724
496
 msgid "Pick up a directory"
497
-msgstr ""
498
+msgstr "Trovare una directory"
499
 
500
 #: ../src/gldit/cairo-dock-gui-factory.c:984
501
 msgid "_Custom Icons_"
502
@@ -1135,7 +1151,7 @@
503
 
504
 #: ../src/gldit/cairo-dock-gui-factory.c:2962
505
 msgid "Theme"
506
-msgstr "tema"
507
+msgstr "Tema"
508
 
509
 #: ../src/gldit/cairo-dock-gui-factory.c:2975
510
 msgid "Rating"
511
@@ -1143,7 +1159,7 @@
512
 
513
 #: ../src/gldit/cairo-dock-gui-factory.c:2981
514
 msgid "Sobriety"
515
-msgstr "sobrietà"
516
+msgstr "Sobrietà"
517
 
518
 #: ../src/gldit/cairo-dock-gui-factory.c:3054
519
 msgid "link"
520
@@ -1151,7 +1167,7 @@
521
 
522
 #: ../src/gldit/cairo-dock-gui-factory.c:3107
523
 msgid "Grab"
524
-msgstr "cattura"
525
+msgstr "Cattura"
526
 
527
 #: ../src/gldit/cairo-dock-struct.h:423
528
 msgid "Default"
529
@@ -1172,6 +1188,8 @@
530
 "Could not access remote file %s. Maybe the server is down.\n"
531
 "Please retry later or contact us at glx-dock.org."
532
 msgstr ""
533
+"Non posso accedere al file remoto %s. Il server potrebbe essere spento.\n"
534
+"Per favore prova più tardi o contattaci su glx-dock.org."
535
 
536
 #: ../src/gldit/cairo-dock-themes-manager.c:267
537
 #, c-format
538
@@ -1192,12 +1210,12 @@
539
 "  (you can now click on this dialog to close it)"
540
 msgstr ""
541
 "Benvenuto in Cairo-Dock!\n"
542
-"Quest' applet è qui per aiutarti ad iniziare con l'utilizzo della dock; "
543
-"basta cliccarci sopra.\n"
544
-"Se hai delle domande/richieste/segnalazioni, per favore spendi una visita al "
545
+"Quest'applet è qui per aiutarti ad iniziare con l'utilizzo della dock; basta "
546
+"cliccarci sopra.\n"
547
+"Se hai delle domande/richieste/segnalazioni, per favore facci una visita al "
548
 "sito http://glx-dock.org.\n"
549
-"Speriamo tu gradisca questo software!\n"
550
-"  (adesso puoi cliccare sul dialogo per chiuderlo)"
551
+"Speriamo che tu gradisca questo software!\n"
552
+"  (adesso puoi cliccare su questo dialogo per chiuderlo)"
553
 
554
 #: ../src/help/applet-composite.c:160
555
 msgid "Don't ask me any more"
556
@@ -1390,7 +1408,7 @@
557
 
558
 #: ../data/messages:21
559
 msgid "Grouping icons into a sub-dock"
560
-msgstr "Ragruppare le icone in sub-dock"
561
+msgstr "Raggruppare le icone in una sub-dock"
562
 
563
 #: ../data/messages:23
564
 msgid ""
565
@@ -1465,13 +1483,13 @@
566
 "Also, you can define the size of each applet independently in their own "
567
 "settings."
568
 msgstr ""
569
-"Puoi rendere più grandi o più piccoli sia le icone che l'effetto zoom. Apri "
570
-"le impostazioni (clic destro -> Cairo-Dock -> Configura) e vai su Aspetto (o "
571
+"Puoi ingrandire o rimpicciolire sia le icone che l'effetto zoom. Apri le "
572
+"impostazioni (clic destro -> Cairo-Dock -> Configura) e vai su Aspetto (o "
573
 "Icone nella modalità avanzata).\n"
574
-"Considera che se ci saranno troppe icone sulla dock, queste verranno "
575
+"Considera che se ci saranno troppe icone sulla dock, esse verranno "
576
 "ridimensionate per adattarsi allo schermo.\n"
577
-"In più puoi definire la dimensione di ogni applet indipendentemente, "
578
-"attraverso le loro impostazioni."
579
+"Inoltre puoi definire la dimensione di ciascuna applet impostandone ognuna "
580
+"indipendentemente."
581
 
582
 #: ../data/messages:37
583
 msgid "Separating icons"
584
@@ -1964,8 +1982,8 @@
585
 "To remove a bookmark, right-click on its icon -> remove"
586
 msgstr ""
587
 "Attiva l'applet Scorciatoie.\n"
588
-"Successivamente ogni segnalibro delle cartelle (quelli che appaiono in "
589
-"Nautilus) sarà elencato in na sub-dock.\n"
590
+"Successivamente, ogni segnalibro delle cartelle (quelli che appaiono in "
591
+"Nautilus), sarà elencato in una sub-dock.\n"
592
 "Per aggiungere segnalibri, trascina semplicemente una cartella nell'icona "
593
 "dell'applet.\n"
594
 "Per rimuoverlo, clic destro sulla sua icona -> \"rimuovi\""
595
@@ -2146,10 +2164,10 @@
596
 "If the dock is running with OpenGL, try to disable it by launching the dock "
597
 "with «cairo-dock -c»."
598
 msgstr ""
599
-"Se hai una GeForce8, dovrai installare gli ultimi driver, perchè i "
600
-"precedenti avevano molti bug.\n"
601
+"Se hai una GeForce8, dovrai installare gli ultimi driver perché i precedenti "
602
+"avevano molti bug.\n"
603
 "Se la dock sta andando senza OpenGL, prova a ridurre il numero di icone "
604
-"sulla dock principale, oppure a ridurne la dimensione.\n"
605
+"sulla dock principale oppure a ridurne la dimensione.\n"
606
 "Se la dock va con OpenGL, prova a disattivarlo lanciandola con 'cairo-dock -"
607
 "c'."
608
 
609
@@ -2172,7 +2190,7 @@
610
 "cards can do this, as can more and more Intel cards. Most ATI cards do not "
611
 "support OpenGL2.0."
612
 msgstr ""
613
-"Occorre una scheda grafica con driver che supportino openGL2.0. La maggior "
614
+"Occorre una scheda grafica con driver che supportino OpenGL2.0. La maggior "
615
 "parte delle schede Nvidia lo fanno, sempre più schede Intel ne sono in "
616
 "grado. La maggior parte delle schede ATI invece non può farlo."
617
 
618
@@ -2241,7 +2259,7 @@
619
 "Se usi KDE, è possibile tu debba dirgli il percorso della cartella Cestino.\n"
620
 "Apri l'editor di configurazione, e riempi il percorso del cestino; "
621
 "probabilmente è ~/.local/share/Trash/files. Stai molto attento quando digiti "
622
-"un percorso qui!!! (Non inserire spazi nè caratteri invisibili)."
623
+"un percorso qui!!! (Non inserire spazi né caratteri invisibili)."
624
 
625
 #: ../data/messages:239
626
 msgid ""
627
@@ -2355,8 +2373,8 @@
628
 " One for stable releases and another which is updated weekly (unstable "
629
 "version)"
630
 msgstr ""
631
-"Manteniamo due repository per Debian, Ubuntu e altre Debian-derivate:\n"
632
-" Uno per la release stable e un altro aggiornato setttimanalmente (versione "
633
+"Manteniamo due repository per Debian, Ubuntu e altre derivate Debian:\n"
634
+" Uno per la release stable e un altro aggiornato settimanalmente (versione "
635
 "unstable)"
636
 
637
 #: ../data/messages:281
638
@@ -2425,7 +2443,7 @@
639
 
640
 #: ../data/messages:307
641
 msgid "Name of the dock it belongs to:"
642
-msgstr "Nome della dock al quale appartiene:"
643
+msgstr "Nome della dock alla quale appartiene:"
644
 
645
 #: ../data/messages:309
646
 msgid "Name of the icon as it will appear in its caption in the dock:"
647
@@ -2741,6 +2759,14 @@
648
 "Separated   : Separate the taskbar from the launchers and only show windows "
649
 "that are on the current desktop."
650
 msgstr ""
651
+"Nessuna : Non mostrare le finestre aperte nella dock.\n"
652
+"Minimalista: Le applicazioni sono unite al proprio lanciatore, mostra solo "
653
+"le altre finestre se esse sono minimizzate (come nel MacOSX).\n"
654
+"Integrata  : Le applicazioni sono unite al proprio lanciatore, mostra tutte "
655
+"le altre finestre, e i gruppi di esse, insieme nella sub-dock "
656
+"(predefinito).\n"
657
+"Separata : Separa la taskbar dai lanciatori e mostra solo le finestre che si "
658
+"trovano sulla scrivania corrente."
659
 
660
 #: ../data/messages:461
661
 msgid "Behaviour of the Taskbar:"
662
@@ -2748,35 +2774,35 @@
663
 
664
 #: ../data/messages:465
665
 msgid "Minimalistic"
666
-msgstr ""
667
+msgstr "Minimalista"
668
 
669
 #: ../data/messages:467
670
 msgid "Integrated"
671
-msgstr ""
672
+msgstr "Integrata"
673
 
674
 #: ../data/messages:469
675
 msgid "Separated"
676
-msgstr ""
677
+msgstr "Separata"
678
 
679
 #: ../data/messages:471 ../data/messages:679
680
 msgid "Place new icons"
681
-msgstr ""
682
+msgstr "Posiziona le nuove icone"
683
 
684
 #: ../data/messages:473 ../data/messages:681
685
 msgid "At the beginning of the dock"
686
-msgstr ""
687
+msgstr "All'inizio della dock"
688
 
689
 #: ../data/messages:475 ../data/messages:683
690
 msgid "Before the launchers"
691
-msgstr ""
692
+msgstr "Prima dei lanciatori"
693
 
694
 #: ../data/messages:477 ../data/messages:685
695
 msgid "After the launchers"
696
-msgstr ""
697
+msgstr "Dopo i lanciatori"
698
 
699
 #: ../data/messages:479 ../data/messages:687
700
 msgid "At the end of the dock"
701
-msgstr ""
702
+msgstr "Alla fine della dock"
703
 
704
 #: ../data/messages:481
705
 msgid "Icons' animations and effects"
706
@@ -2784,13 +2810,14 @@
707
 
708
 #: ../data/messages:483
709
 msgid "& On mouse hover:"
710
-msgstr ""
711
+msgstr "& Al passaggio del mouse:"
712
 
713
 #: ../data/messages:487
714
 msgid ""
715
 "&[Evaporate;Fade out;Explode;Break;Black Hole;Random] On "
716
 "appearance/disappearance:"
717
 msgstr ""
718
+"&[Evapora;Dissolve;Esplode;Rompe;Buco Nero;Casuale] Alla comparsa/scomparsa:"
719
 
720
 #: ../data/messages:493
721
 msgid "Choose a theme of icons :"
722
@@ -2834,7 +2861,7 @@
723
 
724
 #: ../data/messages:517 ../data/messages:769
725
 msgid "Keyboard shortcuts currently available"
726
-msgstr ""
727
+msgstr "Scorciatoie da tastiera attualmente disponibili"
728
 
729
 #: ../data/messages:519 ../data/messages:771
730
 msgid ""
731
@@ -2843,6 +2870,10 @@
732
 "Double-click on a line, and press the shortkey you want to use for the "
733
 "corresponding action."
734
 msgstr ""
735
+"Molte applet forniscono dei tasti scorciatoia per le loro azioni. Non appena "
736
+"un'applet viene attivata, le scorciatoie divengono disponibili.\n"
737
+"Fare doppio clic su una riga, quindi premere il tasto scorciatoia che volete "
738
+"usare per l'azione corrispondente."
739
 
740
 #: ../data/messages:521
741
 msgid "Add-ons"
742
@@ -2950,19 +2981,19 @@
743
 
744
 #: ../data/messages:613
745
 msgid "The higher, the faster the dock will appear"
746
-msgstr ""
747
+msgstr "Più alta è, più velocemente apparirà la dock"
748
 
749
 #: ../data/messages:615
750
 msgid "Callback sensitivity:"
751
-msgstr ""
752
+msgstr "Sensibilità di richiamo:"
753
 
754
 #: ../data/messages:617
755
 msgid "high"
756
-msgstr ""
757
+msgstr "alta"
758
 
759
 #: ../data/messages:619
760
 msgid "low"
761
-msgstr ""
762
+msgstr "bassa"
763
 
764
 #: ../data/messages:621
765
 msgid "How to call the dock back:"
766
@@ -3065,11 +3096,11 @@
767
 
768
 #: ../data/messages:689
769
 msgid "After a given icon"
770
-msgstr ""
771
+msgstr "Dopo una determinata icona"
772
 
773
 #: ../data/messages:691
774
 msgid "Place new icons after this one"
775
-msgstr ""
776
+msgstr "Posiziona le nuove icone dopo quest'ultima"
777
 
778
 #: ../data/messages:693
779
 msgid ""
780
@@ -3136,7 +3167,7 @@
781
 
782
 #: ../data/messages:721
783
 msgid "Transparency of icons whose window is minimised:"
784
-msgstr "Trasparenza dell'icona  di cui la finestra è o non è minimizzata:"
785
+msgstr "Trasparenza dell'icona la cui finestra è o non è minimizzata:"
786
 
787
 #: ../data/messages:723 ../data/messages:885 ../data/messages:1005
788
 #: ../data/messages:1031 ../data/messages:1129
789
@@ -3293,11 +3324,11 @@
790
 
791
 #: ../data/messages:819
792
 msgid "&[15;60] Animation frequency for the OpenGL backend :"
793
-msgstr ""
794
+msgstr "&[15;60] Frequenza dell'animazione per il backend OpenGL:"
795
 
796
 #: ../data/messages:823
797
 msgid "*[15;50] Animation frequency for the Cairo backend :"
798
-msgstr ""
799
+msgstr "*[15;50] Frequenza dell'animazione per il backend Cairo:"
800
 
801
 #: ../data/messages:825
802
 msgid ""
803
@@ -3309,7 +3340,7 @@
804
 
805
 #: ../data/messages:827
806
 msgid "* Reflections should be calculated in real-time?"
807
-msgstr ""
808
+msgstr "* I riflessi dovrebbero essere calcolati in tempo reale?"
809
 
810
 # #################################
811
 # ########### cairo-dock.conf #############
812
@@ -3474,15 +3505,16 @@
813
 
814
 #: ../data/messages:907
815
 msgid "Background when hidden"
816
-msgstr ""
817
+msgstr "Oscurato quando nascosto"
818
 
819
 #: ../data/messages:909
820
 msgid "Several applets can be visible even when the dock is hidden"
821
 msgstr ""
822
+"Diverse applet possono essere visibili anche quando la dock è nascosta"
823
 
824
 #: ../data/messages:911
825
 msgid "Default background color when the dock is hidden"
826
-msgstr ""
827
+msgstr "Colore predefinito di sfondo quando la dock è nascosta"
828
 
829
 #: ../data/messages:913 ../data/messages:1363
830
 msgid "Stretch the dock to always fill the screen"
831
@@ -3559,7 +3591,7 @@
832
 
833
 #: ../data/messages:959
834
 msgid "Shape of the bubble:"
835
-msgstr "Forma delle notifich :"
836
+msgstr "Forma delle notifiche:"
837
 
838
 #: ../data/messages:961
839
 msgid "Text"
840
@@ -3737,7 +3769,7 @@
841
 
842
 #: ../data/messages:1065
843
 msgid "Icons' size at rest (width x height) :"
844
-msgstr ""
845
+msgstr "Dimensione delle icone a riposo (larghezza x altezza):"
846
 
847
 #: ../data/messages:1067
848
 msgid "Zoom effect"
849
@@ -3793,7 +3825,7 @@
850
 
851
 #: ../data/messages:1091
852
 msgid "Use an image."
853
-msgstr "Utilizza un immagine."
854
+msgstr "Utilizza un'immagine."
855
 
856
 #: ../data/messages:1093
857
 msgid "Flat separator"
858
@@ -3824,7 +3856,7 @@
859
 
860
 #: ../data/messages:1105
861
 msgid "Reflections"
862
-msgstr "Rifessi"
863
+msgstr "Riflessi"
864
 
865
 #: ../data/messages:1107
866
 msgid ""
867
@@ -4028,7 +4060,7 @@
868
 
869
 #: ../data/messages:1197
870
 msgid "Draw an emblem"
871
-msgstr "Disegna un'emblema"
872
+msgstr "Disegna un emblema"
873
 
874
 #: ../data/messages:1199
875
 msgid "Draw the sub-dock's icons as a stack"
876
@@ -4145,7 +4177,7 @@
877
 "If checked, the pattern will go from top to bottom, otherwise from left to "
878
 "right."
879
 msgstr ""
880
-"Se scelto il motivo andrà dall'alto in basso, altrimenti da sinistra a "
881
+"Se scelto, il motivo andrà dall'alto in basso, altrimenti da sinistra a "
882
 "destra."
883
 
884
 #: ../data/messages:1255
885
@@ -4162,7 +4194,7 @@
886
 
887
 #: ../data/messages:1261
888
 msgid "Use the same look as the labels?"
889
-msgstr "Utilzza lo stesso stile delle etichette?"
890
+msgstr "Utilizza lo stesso stile delle etichette?"
891
 
892
 #: ../data/messages:1265
893
 msgid "Background color:"
894
@@ -4182,7 +4214,7 @@
895
 
896
 #: ../data/messages:1325
897
 msgid "Tiny"
898
-msgstr ""
899
+msgstr "Piccolo"
900
 
901
 #: ../data/messages:1339
902
 msgid "Leave it empty to use the same view as the main dock."
903
@@ -4223,7 +4255,7 @@
904
 "Otherwise the current behaviour will be kept. This defines the dock's "
905
 "position, behavioural settings such as auto-hide, using taskbar or not, etc."
906
 msgstr ""
907
-"Altrimenti il comportamento attuale sarà conservato. E' tutto ciò che "
908
+"Altrimenti il comportamento attuale sarà conservato. E tutto ciò che "
909
 "riguarda la posizione della dock, i parametri di comportamento come l'auto-"
910
 "nascondimento, l'utilizzo della TaskBar o meno, etc."
911
 
912
@@ -4281,7 +4313,7 @@
913
 
914
 #: ../data/messages:1403 ../data/messages:1405
915
 msgid "Desktop Entry"
916
-msgstr "Elementi Scrivania"
917
+msgstr "Elementi della Scrivania"
918
 
919
 #: ../data/messages:1407
920
 msgid ""
921
@@ -4326,3 +4358,21 @@
922
 " - Few additions to the DBus API.\n"
923
 " - It's possible to donate to support the project!"
924
 msgstr ""
925
+"<b>Nuova versione: <span color='red'>GLX-Dock 3.0</span>!</b>\n"
926
+" - La <b>taskbar</b> è stata notevolmente migliorata.\n"
927
+" - L'applet <b>Log out</b> è stata riscritta, adesso consente il cambio "
928
+"utente.\n"
929
+" - Il <b>controllo della dock dalla tastiera</b> è ora più potente:\n"
930
+"   - sono state aggiunte molte scorciatoie in diverse applet\n"
931
+"   - potete attivare un lanciatore premendo una scorciatoia + il suo numero\n"
932
+"   - ora le scorciatoie possono essere tutte gestite nella finestra di "
933
+"configurazione.\n"
934
+" - Il <b>Sound Menu</b> di Ubuntu è stato integrato dentro l'applet Sound-"
935
+"Control.\n"
936
+" - Una nuova <b>applet Twitter</b> vi permette di 'cinguettare' in un clic.\n"
937
+" - Una nuova applet per <b>inibire il salvaschermo</b> in un clic.\n"
938
+" - I separatori sono trasparenti al clic nella modalità <b>'Pannello'</b>\n"
939
+" - Cairo-Dock adesso usa le <b>GTK3</b>, per una migliore integrazione "
940
+"nell'ambiente Gnome\n"
941
+" - Poche aggiunte alle API DBus.\n"
942
+" - E' possibile fare delle donazioni per sostenere il progetto!"
943
cairo-dock-3.0.1.tar.gz/po/ja.po -> cairo-dock-3.0.2.tar.gz/po/ja.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: 1.4.5\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:23+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:50+0000\n"
9
 "Last-Translator: kawaji <jiro.kawada@gmail.com>\n"
10
 "Language-Team: \n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:39+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: \n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/ko.po -> cairo-dock-3.0.2.tar.gz/po/ko.po Changed
19
 
1
@@ -8,14 +8,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:13+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:51+0000\n"
9
 "Last-Translator: Fabounet <fabounet03@gmail.com>\n"
10
 "Language-Team: Korean <ko@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:39+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: ko\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/nb.po -> cairo-dock-3.0.2.tar.gz/po/nb.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:24+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:51+0000\n"
9
 "Last-Translator: EspenK <espen.kromke@beatradar.no>\n"
10
 "Language-Team: Norwegian Bokmal <nb@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:39+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: nb\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/nl.po -> cairo-dock-3.0.2.tar.gz/po/nl.po Changed
97
 
1
@@ -7,15 +7,15 @@
2
 msgstr ""
3
 "Project-Id-Version: PACKAGE VERSION\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 21:20+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-06-03 19:40+0000\n"
9
 "Last-Translator: rob <linuxned@gmail.com>\n"
10
 "Language-Team: LANGUAGE <LL@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:21+0000\n"
15
-"X-Generator: Launchpad (build 15070)\n"
16
+"X-Launchpad-Export-Date: 2012-06-04 04:35+0000\n"
17
+"X-Generator: Launchpad (build 15353)\n"
18
 "Language: \n"
19
 
20
 #: ../src/cairo-dock-gui-commons.c:221
21
@@ -1219,8 +1219,8 @@
22
 "Do you want to activate it now?"
23
 msgstr ""
24
 "Om de zwarte achtergrond rond het dock kwijt te raken, dient u een composite-"
25
-"manager te activeren.\n"
26
-"Wilt u deze nu activeren?"
27
+"beheerder in te schakelen.\n"
28
+"Wilt u deze nu inschakelen?"
29
 
30
 #: ../src/help/applet-composite.c:177
31
 msgid ""
32
@@ -1267,7 +1267,7 @@
33
 
34
 #: ../src/help/applet-notifications.c:252
35
 msgid "Activate composite"
36
-msgstr "Composite activeren"
37
+msgstr "Composite inschakelen"
38
 
39
 #: ../src/help/applet-notifications.c:254
40
 msgid "Disable the gnome-panel"
41
@@ -1359,10 +1359,10 @@
42
 "and then just drag-and-drop the link of an applet into your dock."
43
 msgstr ""
44
 "Cairo-Dock heeft vele applets. Applets zijn kleine programma's die zich "
45
-"bevinden in het dock, bijvoorbeeld een uitlogknop\n"
46
+"bevinden in het dock, bijvoorbeeld een afmeldknop.\n"
47
 "Om nieuwe applets te activeren, opent u de instellingen (rechtermuisklik -> "
48
 "Cairo-Dock -> Configureren), gaat naar \"Extra's\" en vinkt het applet aan "
49
-"dat u wilt.\n"
50
+"dat u wilt gaan gebruiken.\n"
51
 "Als u meer applets wilt installeren, klikt u op de knop \"Meer applets\" "
52
 "(hierdoor wordt u verder geleid naar onze applets-website) en kunt applets "
53
 "installeren door de link van een applet naar uw dock te verslepen."
54
@@ -1821,7 +1821,7 @@
55
 "Right-click on it -> \"lock screen\".\n"
56
 "You can bind this action to the middle-click."
57
 msgstr ""
58
-"Activeer het applet \"Uitloggen\".\n"
59
+"Activeer het applet \"Afmelden\".\n"
60
 "Klik er met rechts op -> \"Beeldscherm vergrendelen\".\n"
61
 "U kunt deze actie verbinden aan een middelklik."
62
 
63
@@ -1855,10 +1855,10 @@
64
 "smooth.\n"
65
 "Clicking again on it will enable the Composite."
66
 msgstr ""
67
-"Activeer het applet \"Composite-Manager\".\n"
68
-"Klik op het icoon om composite uit te schakelen, waardoor het spelen van "
69
+"Activeer het applet \"Composite-beheer\".\n"
70
+"Klik op het pictogram om composite uit te schakelen, waardoor het spelen van "
71
 "games wat soepeler zal verlopen.\n"
72
-"Klik nog een keer op het icoon om composite weer in te schakelen."
73
+"Klik nog een keer op het pictogram om composite weer in te schakelen."
74
 
75
 #: ../data/messages:137
76
 msgid "Seeing the hourly weather forecast"
77
@@ -2131,8 +2131,8 @@
78
 "draaien.\n"
79
 "Als u XFCE of KDE gebruikt, dan kunt u composite inschakelen in de "
80
 "vensterbeheerder’s opties.\n"
81
-"Als u Gnome gebruikt, kunt u het inschakelen in Metacity op de volgende "
82
-"manier :\n"
83
+"Als u Gnome gebruikt, kunt u het in Metacity op de volgende manier "
84
+"inschakelen :\n"
85
 " Open de Configuratie-editor, bewerk de sleutel "
86
 "'/apps/metacity/general/compositing_manager' en vink het vakje onder "
87
 "´waarde´ aan."
88
@@ -3324,7 +3324,7 @@
89
 
90
 #: ../data/messages:789
91
 msgid "Number of steps in the zoom animation (grow/shrink):"
92
-msgstr "Aantal stappen voor wijzigen afmetingen icoon (groter/kleiner) :"
93
+msgstr "Aantal stappen voor wijzigen afmetingen pictogram (groter/kleiner) :"
94
 
95
 #: ../data/messages:801
96
 msgid "Number of steps in the auto-hide animation (move up/move down):"
97
cairo-dock-3.0.1.tar.gz/po/oc.po -> cairo-dock-3.0.2.tar.gz/po/oc.po Changed
18
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
7
 "PO-Revision-Date: 2012-03-21 02:54+0000\n"
8
 "Last-Translator: Fabounet <fabounet03@gmail.com>\n"
9
 "Language-Team: Occitan (post 1500) <oc@li.org>\n"
10
 "MIME-Version: 1.0\n"
11
 "Content-Type: text/plain; charset=UTF-8\n"
12
 "Content-Transfer-Encoding: 8bit\n"
13
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
14
+"X-Launchpad-Export-Date: 2012-04-15 04:39+0000\n"
15
 "X-Generator: Launchpad (build 15070)\n"
16
 "Language: \n"
17
 
18
cairo-dock-3.0.1.tar.gz/po/pl.po -> cairo-dock-3.0.2.tar.gz/po/pl.po Changed
105
 
1
@@ -7,15 +7,15 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-04-05 15:27+0000\n"
7
-"Last-Translator: Andrzej Król <andrzej.krol@poczta.onet.eu>\n"
8
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
9
+"PO-Revision-Date: 2012-04-17 23:22+0000\n"
10
+"Last-Translator: rasik <Unknown>\n"
11
 "Language-Team: Polish <pl@li.org>\n"
12
 "MIME-Version: 1.0\n"
13
 "Content-Type: text/plain; charset=UTF-8\n"
14
 "Content-Transfer-Encoding: 8bit\n"
15
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
16
-"X-Generator: Launchpad (build 15070)\n"
17
+"X-Launchpad-Export-Date: 2012-04-19 04:35+0000\n"
18
+"X-Generator: Launchpad (build 15108)\n"
19
 "Language: pl\n"
20
 
21
 #: ../src/cairo-dock-gui-commons.c:221
22
@@ -430,7 +430,8 @@
23
 "  NINa https://launchpad.net/~factory\n"
24
 "  Rafał Rudzik https://launchpad.net/~rrudzik\n"
25
 "  Szymon Sieciński https://launchpad.net/~szymon-siecinski\n"
26
-"  Wojciech Górnaś https://launchpad.net/~wojciech"
27
+"  Wojciech Górnaś https://launchpad.net/~wojciech\n"
28
+"  rasik https://launchpad.net/~rasik01"
29
 
30
 #: ../src/cairo-dock-menu.c:285
31
 msgid "Support"
32
@@ -686,7 +687,7 @@
33
 
34
 #: ../src/cairo-dock-menu.c:1110
35
 msgid "Pick up an image"
36
-msgstr ""
37
+msgstr "Odbierz obraz"
38
 
39
 #: ../src/cairo-dock-menu.c:1341
40
 #, c-format
41
@@ -1085,11 +1086,11 @@
42
 
43
 #: ../src/gldit/cairo-dock-gui-factory.c:724
44
 msgid "Pick up a file"
45
-msgstr ""
46
+msgstr "Odbierz plik"
47
 
48
 #: ../src/gldit/cairo-dock-gui-factory.c:724
49
 msgid "Pick up a directory"
50
-msgstr ""
51
+msgstr "Odbierz folder"
52
 
53
 #: ../src/gldit/cairo-dock-gui-factory.c:984
54
 msgid "_Custom Icons_"
55
@@ -2579,6 +2580,8 @@
56
 "Image to be displayed above the drawings, e.g. a reflection. Leave empty for "
57
 "no image."
58
 msgstr ""
59
+"Obraz wyświetlany nad rysunkami, np odbicie. Pozostaw puste, gdy nie ma "
60
+"obrazu."
61
 
62
 #: ../data/messages:391
63
 msgid "Foreground image:"
64
@@ -2730,7 +2733,7 @@
65
 
66
 #: ../data/messages:471 ../data/messages:679
67
 msgid "Place new icons"
68
-msgstr ""
69
+msgstr "Umieść nowe ikony"
70
 
71
 #: ../data/messages:473 ../data/messages:681
72
 msgid "At the beginning of the dock"
73
@@ -2738,11 +2741,11 @@
74
 
75
 #: ../data/messages:475 ../data/messages:683
76
 msgid "Before the launchers"
77
-msgstr ""
78
+msgstr "Przed aktywatorami"
79
 
80
 #: ../data/messages:477 ../data/messages:685
81
 msgid "After the launchers"
82
-msgstr ""
83
+msgstr "Za aktywatorami"
84
 
85
 #: ../data/messages:479 ../data/messages:687
86
 msgid "At the end of the dock"
87
@@ -2914,7 +2917,7 @@
88
 
89
 #: ../data/messages:613
90
 msgid "The higher, the faster the dock will appear"
91
-msgstr ""
92
+msgstr "Im więcej, tym szybciej dock będzie się pojawiał"
93
 
94
 #: ../data/messages:615
95
 msgid "Callback sensitivity:"
96
@@ -3033,7 +3036,7 @@
97
 
98
 #: ../data/messages:691
99
 msgid "Place new icons after this one"
100
-msgstr ""
101
+msgstr "Umieść nowe ikony po tej"
102
 
103
 #: ../data/messages:693
104
 msgid ""
105
cairo-dock-3.0.1.tar.gz/po/pt.po -> cairo-dock-3.0.2.tar.gz/po/pt.po Changed
19
 
1
@@ -6,14 +6,14 @@
2
 msgstr ""
3
 "Project-Id-Version: 2.1.0-alpha\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:19+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:49+0000\n"
9
 "Last-Translator: Fabounet <fabounet03@gmail.com>\n"
10
 "Language-Team: \n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:39+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: \n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/pt_BR.po -> cairo-dock-3.0.2.tar.gz/po/pt_BR.po Changed
86
 
1
@@ -6,15 +6,15 @@
2
 msgstr ""
3
 "Project-Id-Version: 2.1.0-alpha\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:31+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-05-23 20:20+0000\n"
9
 "Last-Translator: Eduardo Mucelli Rezende Oliveira <edumucelli@gmail.com>\n"
10
 "Language-Team: \n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:23+0000\n"
15
-"X-Generator: Launchpad (build 15070)\n"
16
+"X-Launchpad-Export-Date: 2012-05-24 10:36+0000\n"
17
+"X-Generator: Launchpad (build 15288)\n"
18
 "Language: \n"
19
 
20
 #: ../src/cairo-dock-gui-commons.c:221
21
@@ -643,6 +643,9 @@
22
 "It's not advised to quit the dock but you can press Shift to unlock this "
23
 "menu entry."
24
 msgstr ""
25
+"Você está usando uma sessão Cairo-Dock!\n"
26
+"Não é aconselhado sair do dock, mas você pode pressionar Shift para "
27
+"desbloquear este item do menu."
28
 
29
 #: ../src/cairo-dock-menu.c:1018 ../src/cairo-dock-menu.c:1039
30
 msgid "Edit"
31
@@ -891,12 +894,16 @@
32
 "Wait for N seconds before starting; this is useful if you notice some "
33
 "problems when the dock starts with the session."
34
 msgstr ""
35
+"Esperar por N segundos antes de executar; isto é útil se você perceber "
36
+"problemas quando o dock começa com a sessão."
37
 
38
 #: ../src/cairo-dock.c:349
39
 msgid ""
40
 "Allow to edit the config before the dock is started and show the config "
41
 "panel on start."
42
 msgstr ""
43
+"Permite editar a configuração antes de executar o dock e mostra o painel de "
44
+"configuração na inicialização."
45
 
46
 #: ../src/cairo-dock.c:352
47
 msgid "Exclude a given plug-in from activating (it is still loaded though)."
48
@@ -923,6 +930,7 @@
49
 #: ../src/cairo-dock.c:367
50
 msgid "Lock the dock so that any modification is impossible for users."
51
 msgstr ""
52
+"Bloquear o dock, assim qualquer modificação é impossível para os usuários."
53
 
54
 #: ../src/cairo-dock.c:371
55
 msgid "Keep the dock above other windows whatever."
56
@@ -1303,6 +1311,11 @@
57
 "Some applets let you bind a shortkey to an action, and decide which action "
58
 "sould be on middle-click."
59
 msgstr ""
60
+"A maioria dos ícones no dock tem várias ações: a primeira é clicando com o "
61
+"botão esquerdo do mouse, a segunda com o botão do meio e ações adicionais "
62
+"com o botão da direita (no menu).\n"
63
+"Alguns mini-aplicativos deixam você atribuir um atalho a uma ação, e decidir "
64
+"que ação usar com o botão do meio."
65
 
66
 #: ../data/messages:7
67
 msgid "Adding features"
68
@@ -1458,6 +1471,8 @@
69
 "You can launch an application several times by SHIFT+clicking on its icon "
70
 "(or from the menu)."
71
 msgstr ""
72
+"Você pode executar um aplicativo várias vezes usando SHIFT+clique no ícone "
73
+"(ou a partir do menu)."
74
 
75
 #: ../data/messages:59
76
 msgid "Switching between the windows of a same application"
77
@@ -1528,7 +1543,7 @@
78
 
79
 #: ../data/messages:85
80
 msgid "Hiding the dock to use all the screen"
81
-msgstr ""
82
+msgstr "Esconder o dock para usar a tela toda"
83
 
84
 #: ../data/messages:87
85
 msgid ""
86
cairo-dock-3.0.1.tar.gz/po/ro.po -> cairo-dock-3.0.2.tar.gz/po/ro.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-04-03 14:35+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:52+0000\n"
9
 "Last-Translator: dahas <bogdan.daja@dahas.ro>\n"
10
 "Language-Team: Romanian <ro@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:39+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: ro\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/ru.po -> cairo-dock-3.0.2.tar.gz/po/ru.po Changed
29
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: Cairo-Dock II\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-04-03 08:30+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 19:04+0000\n"
9
 "Last-Translator: Alex Nikolaenko <ceekay80@gmail.com>\n"
10
 "Language-Team: Russian <ru@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:39+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "X-Poedit-Country: RUSSIAN FEDERATION\n"
18
 "Language: ru\n"
19
@@ -634,6 +634,9 @@
20
 "It's not advised to quit the dock but you can press Shift to unlock this "
21
 "menu entry."
22
 msgstr ""
23
+"У вас запущен Cairo-Dock!\n"
24
+"Не рекомендуется выходить, но вы можете зажать Shift, чтобы отобразить пункт "
25
+"меню."
26
 
27
 #: ../src/cairo-dock-menu.c:1018 ../src/cairo-dock-menu.c:1039
28
 msgid "Edit"
29
cairo-dock-3.0.1.tar.gz/po/sk.po -> cairo-dock-3.0.2.tar.gz/po/sk.po Changed
888
 
1
@@ -7,15 +7,15 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-04-06 10:31+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-23 20:15+0000\n"
9
 "Last-Translator: milboy <Unknown>\n"
10
 "Language-Team: Slovak <sk@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
15
-"X-Generator: Launchpad (build 15070)\n"
16
+"X-Launchpad-Export-Date: 2012-04-24 04:42+0000\n"
17
+"X-Generator: Launchpad (build 15135)\n"
18
 "Language: sk\n"
19
 
20
 #: ../src/cairo-dock-gui-commons.c:221
21
@@ -413,7 +413,7 @@
22
 
23
 #: ../src/cairo-dock-menu.c:281
24
 msgid "Beta-testing / Suggestions / Forum animation"
25
-msgstr ""
26
+msgstr "Beta testovanie / Návrhy / Fórum"
27
 
28
 #: ../src/cairo-dock-menu.c:282
29
 msgid "Translators for this language"
30
@@ -867,12 +867,16 @@
31
 "Address of a server containing additional themes. This will overwrite the "
32
 "default server address."
33
 msgstr ""
34
+"Adresa servera obsahujúca ďalšie témy. Toto prepíše predvolenú adresu "
35
+"servera."
36
 
37
 #: ../src/cairo-dock.c:346
38
 msgid ""
39
 "Wait for N seconds before starting; this is useful if you notice some "
40
 "problems when the dock starts with the session."
41
 msgstr ""
42
+"Počkať N sekúnd pred spustením, čo je vhodné, ak zistíte nejaké problémy pri "
43
+"spustení sedenia."
44
 
45
 #: ../src/cairo-dock.c:349
46
 msgid ""
47
@@ -926,6 +930,8 @@
48
 "Ask the dock to load additionnal modules contained in this directory (though "
49
 "it is unsafe for your dock to load unnofficial modules)."
50
 msgstr ""
51
+"Spýtať sa či majú byť načítatané moduly obsiahnuté v tomto adresári (nie je "
52
+"bezpečné spúšťať neoficiálne moduly)."
53
 
54
 #: ../src/cairo-dock.c:383
55
 msgid ""
56
@@ -1170,6 +1176,12 @@
57
 "Hope you will enjoy this soft !\n"
58
 "  (you can now click on this dialog to close it)"
59
 msgstr ""
60
+"Víta vás Cairo-Dock!\n"
61
+"Tento aplet vám pomôže pri spustení panelu jednoduchým kliknutím.\n"
62
+"Ak máte otázky či otázky/požiadavky/poznámky, prosím podporte nás návštevou "
63
+"na http://glx-dock.org.\n"
64
+"Veríme, že si tento program užijete!\n"
65
+"  (kliknutím na tento dialóg ho ukončíte)"
66
 
67
 #: ../src/help/applet-composite.c:160
68
 msgid "Don't ask me any more"
69
@@ -1450,13 +1462,15 @@
70
 
71
 #: ../data/messages:55
72
 msgid "Launching an application several times"
73
-msgstr ""
74
+msgstr "Viacnásobné spustenie aplikácie"
75
 
76
 #: ../data/messages:57
77
 msgid ""
78
 "You can launch an application several times by SHIFT+clicking on its icon "
79
 "(or from the menu)."
80
 msgstr ""
81
+"Aplikáciu môžete viacnásobne spustiť podržaním SHIFT + kliknutím na ikonu "
82
+"(alebo v menu)."
83
 
84
 #: ../data/messages:59
85
 msgid "Switching between the windows of a same application"
86
@@ -1470,7 +1484,7 @@
87
 
88
 #: ../data/messages:63
89
 msgid "Grouping windows of a given application"
90
-msgstr ""
91
+msgstr "Zoskupenie okien danej aplikácie"
92
 
93
 #: ../data/messages:65
94
 msgid ""
95
@@ -1497,6 +1511,8 @@
96
 "You need to run Compiz, and enable the \"Window Preview\" plug-in in Compiz. "
97
 "Install \"ccsm\" to be able to configure Compiz."
98
 msgstr ""
99
+"Je potrebné spustiť Compiz a povoliť rozšírenie \"náhľad okna\" v Compize. "
100
+"Nainštalujte \"ccsm\", aby ste nastavili Compiz."
101
 
102
 #: ../data/messages:75 ../data/messages:185 ../data/messages:205
103
 #: ../data/messages:243 ../data/messages:285 ../data/messages:289
104
@@ -1557,7 +1573,7 @@
105
 
106
 #: ../data/messages:95
107
 msgid "Moving desklets"
108
-msgstr ""
109
+msgstr "Premiestnenie deskletov"
110
 
111
 #: ../data/messages:97
112
 msgid ""
113
@@ -1567,10 +1583,14 @@
114
 "If you don't want to move it any more, you can lock its position by right-"
115
 "clicking on it -> \"lock position\". To unlock it, de-select this option."
116
 msgstr ""
117
+"Desklety môžete premiestňovať jednoducho myšou.\n"
118
+"Môžete nimi otáčať malými šípkami navrchu a na ľavej strane.\n"
119
+"Ak nechcete nimi pohybovať, uzamknite pozíciu pravým kliknutím -> \"lock "
120
+"position\". Odomknete odkliknutím tohto nastavenia."
121
 
122
 #: ../data/messages:99
123
 msgid "Placing desklets"
124
-msgstr ""
125
+msgstr "Umiestnenie deskletov"
126
 
127
 #: ../data/messages:101
128
 msgid ""
129
@@ -1585,7 +1605,7 @@
130
 
131
 #: ../data/messages:103
132
 msgid "Changing the desklets decorations"
133
-msgstr ""
134
+msgstr "Zmena ozdobenia deskletov"
135
 
136
 #: ../data/messages:105
137
 msgid ""
138
@@ -1593,14 +1613,16 @@
139
 "applet, go to Desklet, and select the decoration you want (you can provide "
140
 "your own one)."
141
 msgstr ""
142
+"Desklety môžu byť ozdobené.  Pre zmenu otvorte nastavenie apletu, chodte do "
143
+"Deskletu a vyberte ozdobu akú chcete (môžete použiť aj vlastnú)"
144
 
145
 #: ../data/messages:107
146
 msgid "Useful Features"
147
-msgstr ""
148
+msgstr "Užitočné funkcie"
149
 
150
 #: ../data/messages:109
151
 msgid "Having a calendar with tasks"
152
-msgstr ""
153
+msgstr "Kalendár s plánovaním úloh"
154
 
155
 #: ../data/messages:111
156
 msgid ""
157
@@ -1614,7 +1636,7 @@
158
 
159
 #: ../data/messages:113
160
 msgid "Having a list of all windows"
161
-msgstr ""
162
+msgstr "Zoznam všetkých okien"
163
 
164
 #: ../data/messages:115
165
 msgid ""
166
@@ -1628,7 +1650,7 @@
167
 
168
 #: ../data/messages:117
169
 msgid "Showing all the desktops"
170
-msgstr ""
171
+msgstr "Zobraziť všetky plochy"
172
 
173
 #: ../data/messages:119
174
 msgid ""
175
@@ -1639,17 +1661,19 @@
176
 
177
 #: ../data/messages:121
178
 msgid "Changing the screen resolution"
179
-msgstr ""
180
+msgstr "Zmeniť rozlíšenie obrazovky"
181
 
182
 #: ../data/messages:123
183
 msgid ""
184
 "Activate the Show-Desktop applet.\n"
185
 "Right-click on it -> \"change resolution\" -> select the one you want."
186
 msgstr ""
187
+"Aktivovať aplet Zobraziť Plochu.\n"
188
+"Pravé kliknutie -> \"zmeniť rozlíšenie\" -> a vyberte také ktoré chcete."
189
 
190
 #: ../data/messages:125
191
 msgid "Locking your session"
192
-msgstr ""
193
+msgstr "Zamknúť vaše sedenie"
194
 
195
 #: ../data/messages:127
196
 msgid ""
197
@@ -1660,7 +1684,7 @@
198
 
199
 #: ../data/messages:129
200
 msgid "Quick-launching a program from keyboard (replacing ALT+F2)"
201
-msgstr ""
202
+msgstr "Rýchle spustenie programu (nahrádza ALT+F2)"
203
 
204
 #: ../data/messages:131
205
 msgid ""
206
@@ -1673,7 +1697,7 @@
207
 
208
 #: ../data/messages:133
209
 msgid "Turning Composite OFF during games"
210
-msgstr ""
211
+msgstr "Vypnúť kompozitné efekty počas hier"
212
 
213
 #: ../data/messages:135
214
 msgid ""
215
@@ -1682,10 +1706,13 @@
216
 "smooth.\n"
217
 "Clicking again on it will enable the Composite."
218
 msgstr ""
219
+"Aktivácia apletu kompozitného správcu.\n"
220
+"Kliknutím na neho zakáže kompozíciu, čo spôsobí, že hry pôjdu hladšie.\n"
221
+"Kliknutím na neho opäť umožní kompozíciu."
222
 
223
 #: ../data/messages:137
224
 msgid "Seeing the hourly weather forecast"
225
-msgstr ""
226
+msgstr "Pohľad na hodinovú predpoveď počasia"
227
 
228
 #: ../data/messages:139
229
 msgid ""
230
@@ -1699,7 +1726,7 @@
231
 
232
 #: ../data/messages:141
233
 msgid "Adding a file or a web page into the dock"
234
-msgstr ""
235
+msgstr "Pridanie súboru alebo webstránky do panelu"
236
 
237
 #: ../data/messages:143
238
 msgid ""
239
@@ -1713,7 +1740,7 @@
240
 
241
 #: ../data/messages:145
242
 msgid "Importing a folder into the dock"
243
-msgstr ""
244
+msgstr "Importovanie priečinka do panela"
245
 
246
 #: ../data/messages:147
247
 msgid ""
248
@@ -1724,7 +1751,7 @@
249
 
250
 #: ../data/messages:149
251
 msgid "Accessing the recent events"
252
-msgstr ""
253
+msgstr "Prístup k nedávnym udalostiam"
254
 
255
 #: ../data/messages:151
256
 msgid ""
257
@@ -1738,7 +1765,7 @@
258
 
259
 #: ../data/messages:153
260
 msgid "Quickly opening a recent file with a launcher"
261
-msgstr ""
262
+msgstr "Rýchle otvorenie nedávno použitého súboru spúšťačom"
263
 
264
 #: ../data/messages:155
265
 msgid ""
266
@@ -1751,7 +1778,7 @@
267
 
268
 #: ../data/messages:157
269
 msgid "Accessing disks"
270
-msgstr ""
271
+msgstr "Prístup k diskom"
272
 
273
 #: ../data/messages:159
274
 msgid ""
275
@@ -1763,7 +1790,7 @@
276
 
277
 #: ../data/messages:161
278
 msgid "Accessing folder bookmarks"
279
-msgstr ""
280
+msgstr "Prístup k záložkám priečinkov"
281
 
282
 #: ../data/messages:163
283
 msgid ""
284
@@ -1776,7 +1803,7 @@
285
 
286
 #: ../data/messages:165
287
 msgid "Having multiple instances of an applet"
288
-msgstr ""
289
+msgstr "Viac inštancií apletu"
290
 
291
 #: ../data/messages:167
292
 msgid ""
293
@@ -1790,7 +1817,7 @@
294
 
295
 #: ../data/messages:169
296
 msgid "Adding / removing a desktop"
297
-msgstr ""
298
+msgstr "Pridanie / odstránenie plochy"
299
 
300
 #: ../data/messages:171
301
 msgid ""
302
@@ -1798,10 +1825,14 @@
303
 "Right-click on it -> \"add a desktop\" or \"remove this desktop\".\n"
304
 "You can even name each of them."
305
 msgstr ""
306
+"Aktivácia apletu prepínač.\n"
307
+"Kliknutím pravým tlačidlom myši na neho -> \"Pridať plochu\" alebo "
308
+"\"odstrániť túto plochu\".\n"
309
+"Každú z nich si môžete pomenovať inak."
310
 
311
 #: ../data/messages:173
312
 msgid "Controling the sound volume"
313
-msgstr ""
314
+msgstr "Ovládanie hlasitosti"
315
 
316
 #: ../data/messages:175
317
 msgid ""
318
@@ -1813,7 +1844,7 @@
319
 
320
 #: ../data/messages:177
321
 msgid "Controling the screen brightness"
322
-msgstr ""
323
+msgstr "Ovládanie jasu obrazovky"
324
 
325
 #: ../data/messages:179
326
 msgid ""
327
@@ -1824,7 +1855,7 @@
328
 
329
 #: ../data/messages:181
330
 msgid "Removing completely the gnome-panel"
331
-msgstr ""
332
+msgstr "Úplne odstrániť gnome panel"
333
 
334
 #: ../data/messages:183
335
 msgid ""
336
@@ -1834,12 +1865,19 @@
337
 "Then restart your session : the gnome-panel has not been started, and the "
338
 "dock has been started (if not, you can add it to the startup programs)."
339
 msgstr ""
340
+"Otvorte gconf-editor, upravte kľúč "
341
+"/desktop/gnome/sesion/required_components/panel, a nahradte jeho obsah s "
342
+"\"cairo-dock\".\n"
343
+"Reštartujte sedenie: gnome-panel sa nespustí, a panel bude spustený (ak nie, "
344
+"pridajte do programov po spustení)."
345
 
346
 #: ../data/messages:187
347
 msgid ""
348
 "If you are on Gnome, you can click on this button in order to automatically "
349
 "modify this key:"
350
 msgstr ""
351
+"Ak používate Gnome, kliknutím na toto tlačítko automaticky upravíte tento "
352
+"kľúč:"
353
 
354
 #: ../data/messages:189
355
 msgid "Troubleshooting"
356
@@ -1896,6 +1934,7 @@
357
 "If you're on Gnome with Metacity (without Compiz), you can click on this "
358
 "button:"
359
 msgstr ""
360
+"Ak používate Gnome s metacity (bez Compizu), môžete kliknúť na toto tlačítko:"
361
 
362
 #: ../data/messages:209
363
 msgid "My machine is too old to run a composite manager."
364
@@ -2037,11 +2076,11 @@
365
 
366
 #: ../data/messages:245
367
 msgid "If you're on Gnome you can click on this button:"
368
-msgstr ""
369
+msgstr "Ak používate Gnome môžete kliknúť na toto tlačítko:"
370
 
371
 #: ../data/messages:247
372
 msgid "The Project"
373
-msgstr ""
374
+msgstr "Projekt"
375
 
376
 #: ../data/messages:249
377
 msgid "Join the project!"
378
@@ -2066,7 +2105,7 @@
379
 
380
 #: ../data/messages:255
381
 msgid "Documentation"
382
-msgstr ""
383
+msgstr "Dokumentácia"
384
 
385
 #: ../data/messages:257
386
 msgid ""
387
@@ -2088,10 +2127,13 @@
388
 "\n"
389
 "The Cairo-Dock Team"
390
 msgstr ""
391
+"\n"
392
+"\n"
393
+"Skupina Cairo-Dock"
394
 
395
 #: ../data/messages:263
396
 msgid "Websites"
397
-msgstr ""
398
+msgstr "Webové stránky"
399
 
400
 #: ../data/messages:265
401
 msgid "Problems? Suggestions? Just want to talk to us? Come on over!"
402
@@ -2103,7 +2145,7 @@
403
 
404
 #: ../data/messages:273
405
 msgid "More applets available online!"
406
-msgstr ""
407
+msgstr "Viac apletov je k dispozícii online!"
408
 
409
 #: ../data/messages:275
410
 msgid "Cairo-Dock-Plug-ins-Extras"
411
@@ -2111,7 +2153,7 @@
412
 
413
 #: ../data/messages:277
414
 msgid "Repositories"
415
-msgstr ""
416
+msgstr "Repozitáre"
417
 
418
 #: ../data/messages:279
419
 msgid ""
420
@@ -2122,11 +2164,11 @@
421
 
422
 #: ../data/messages:281
423
 msgid "Debian/Ubuntu"
424
-msgstr ""
425
+msgstr "Debian/Ubuntu"
426
 
427
 #: ../data/messages:283
428
 msgid "Ubuntu"
429
-msgstr ""
430
+msgstr "Ubuntu"
431
 
432
 #: ../data/messages:287
433
 msgid ""
434
@@ -2135,6 +2177,10 @@
435
 " After that, you can launch your update manager in order to install the "
436
 "latest stable version."
437
 msgstr ""
438
+"Ak používate Ubuntu, môžete pridať náš 'stabilný' zdroj softvéru kliknutím "
439
+"na toto tlačítko:\n"
440
+" Potom, môžete spustiť Správcu Aktualizácií pre inštaláciu najnovšej "
441
+"stabilnej verzie."
442
 
443
 #: ../data/messages:291
444
 msgid ""
445
@@ -2143,10 +2189,14 @@
446
 " After that, you can launch your update manager in order to install the "
447
 "latest weekly version."
448
 msgstr ""
449
+"Ak používate Ubuntu, môžete pridať náš 'týždenný' zdroj softvéru kliknutím "
450
+"na toto tlačítko:\n"
451
+" Potom, môžete spustiť Správcu Aktualizácií pre inštaláciu najnovšej "
452
+"týždennej verzie."
453
 
454
 #: ../data/messages:293
455
 msgid "Debian"
456
-msgstr ""
457
+msgstr "Debian"
458
 
459
 #: ../data/messages:297
460
 msgid ""
461
@@ -2155,6 +2205,10 @@
462
 " After that, you can purge all 'cairo-dock*' packages, update the your "
463
 "system and reinstall 'cairo-dock' package."
464
 msgstr ""
465
+"Ak používate Debian stable, môžete pridať náš 'stabilný' zdroj softvéru "
466
+"kliknutím na toto tlačítko:\n"
467
+" Potom, môžete môžete vymazať všetky 'cairo-dock *' balíčky, aktualizujte "
468
+"svoj systém a preinštalujte cairo-dock."
469
 
470
 #: ../data/messages:301
471
 msgid ""
472
@@ -2163,38 +2217,42 @@
473
 " After that, you can purge all 'cairo-dock*' packages, update the your "
474
 "system and reinstall 'cairo-dock' package."
475
 msgstr ""
476
+"Ak používate Debian Unstable, môžete pridať náš 'stabilný' zdroj softvéru "
477
+"kliknutím na toto tlačítko:\n"
478
+" Potom, môžete môžete vymazať všetky 'cairo-dock *' balíčky, aktualizujte "
479
+"svoj systém a preinštalujte cairo-dock."
480
 
481
 #: ../data/messages:303 ../data/messages:305
482
 msgid "Icon"
483
-msgstr ""
484
+msgstr "Ikona"
485
 
486
 #: ../data/messages:307
487
 msgid "Name of the dock it belongs to:"
488
-msgstr ""
489
+msgstr "Názov panela ku ktorému patrí :"
490
 
491
 #: ../data/messages:309
492
 msgid "Name of the icon as it will appear in its caption in the dock:"
493
-msgstr ""
494
+msgstr "Názov ikony, ktorá sa objaví na štítku v paneli :"
495
 
496
 #: ../data/messages:311
497
 msgid "Leave empty to use the default one."
498
-msgstr ""
499
+msgstr "Ponechať prázdne a použiť predvolené."
500
 
501
 #: ../data/messages:313
502
 msgid "Image filename:"
503
-msgstr ""
504
+msgstr "Názov súboru obrázku :"
505
 
506
 #: ../data/messages:315
507
 msgid "Set to 0 to use the default applet size"
508
-msgstr ""
509
+msgstr "Nastavte na 0 pre použitie predvolenej veľkosti appletu"
510
 
511
 #: ../data/messages:317
512
 msgid "Desired icon size for this applet"
513
-msgstr ""
514
+msgstr "Požadovaná veľkosť ikony pre tento applet"
515
 
516
 #: ../data/messages:319
517
 msgid "Applet's Handbook"
518
-msgstr ""
519
+msgstr "Príručka apletov"
520
 
521
 #: ../data/messages:321
522
 msgid "Desklet"
523
@@ -2205,50 +2263,60 @@
524
 "If locked, the desklet cannot be moved by simply dragging it with the left "
525
 "mouse button. It can still be moved with ALT + left-click."
526
 msgstr ""
527
+"Ak je je zamknutý, nedá sa deskletom pohybovať ťahaním ľavým tlačítkom myši. "
528
+"Samozrejme s ním stále môžete pohybovať kombináciou ALT + ľavé tlačítko myši."
529
 
530
 #: ../data/messages:327
531
 msgid "Lock position?"
532
-msgstr ""
533
+msgstr "Zamknúť pozíciu ?"
534
 
535
 #: ../data/messages:329
536
 msgid ""
537
 "Depending on your WindowManager, you may be able to resize this with ALT + "
538
 "middle-click or ALT + left-click."
539
 msgstr ""
540
+"V závislosti na manažérovi vašich okien, môžete zmeniť jeho veľkosť s ALT + "
541
+"stredné_klik alebo  ALT + ľavé_klik napr."
542
 
543
 #: ../data/messages:331
544
 msgid "Desklet dimensions (width x height):"
545
-msgstr ""
546
+msgstr "Rozmery deskletov (šírka x výška) :"
547
 
548
 #: ../data/messages:333
549
 msgid ""
550
 "Depending on your WindowManager, you may be able to move this with ALT + "
551
 "left-click.. Negative values are counted from the right/bottom of the screen"
552
 msgstr ""
553
+"V závislosti na vašom správcovi okien, budete môcť pohybovať pomocou ALT + "
554
+"ľavé tlačidlo.. Záporné hodnoty sú počítané z pravej/dolnej časti obrazovky"
555
 
556
 #: ../data/messages:335
557
 msgid "Desklet position (x, y):"
558
-msgstr ""
559
+msgstr "Pozícia deskletu (x ; y) :"
560
 
561
 #: ../data/messages:337
562
 msgid ""
563
 "You can quickly rotate the desklet with the mouse, by dragging the little "
564
 "buttons on its left and top sides."
565
 msgstr ""
566
+"Môžete rýchlo otočiť deskletom s myšou, ťahaním malého tlačidla na ľavej a "
567
+"hornej strane."
568
 
569
 #: ../data/messages:339
570
 msgid "Rotation:"
571
-msgstr ""
572
+msgstr "Otočenie:"
573
 
574
 #: ../data/messages:343
575
 msgid "Is detached from the dock"
576
-msgstr ""
577
+msgstr "Je oddelený od panelu ?"
578
 
579
 #: ../data/messages:345
580
 msgid ""
581
 "for CompizFusion's \"widget layer\", set behaviour in Compiz to: "
582
 "(class=Cairo-dock & type=Utility)"
583
 msgstr ""
584
+"pre CompizFusion's \"widget layer\", nastaviť správanie Compiz na: "
585
+"(class=Cairo-dock & type=utility)"
586
 
587
 #: ../data/messages:347 ../data/messages:413 ../data/messages:451
588
 #: ../data/messages:583 ../data/messages:649 ../data/messages:1303
589
@@ -2257,15 +2325,15 @@
590
 
591
 #: ../data/messages:353
592
 msgid "Keep below"
593
-msgstr ""
594
+msgstr "Ponechať na pozadí"
595
 
596
 #: ../data/messages:355
597
 msgid "Keep on widget layer"
598
-msgstr ""
599
+msgstr "Ponechať na vrstve widgetu"
600
 
601
 #: ../data/messages:359
602
 msgid "Should be visible on all desktops?"
603
-msgstr ""
604
+msgstr "Má byť viditeľný na všetkých plochách ?"
605
 
606
 #: ../data/messages:361 ../data/messages:991
607
 msgid "Decorations"
608
@@ -2274,69 +2342,74 @@
609
 #: ../data/messages:363
610
 msgid "Choose 'Custom decorations' to define your own decorations below."
611
 msgstr ""
612
+"Vyberte 'vlastné dekorácie' pre možnosť definovať si vlastné ozdoby nižšie."
613
 
614
 #: ../data/messages:365
615
 msgid "Choose a decoration theme for this desklet:"
616
-msgstr ""
617
+msgstr "Vyberte ozdobu témy pre tento desklet :"
618
 
619
 #: ../data/messages:367
620
 msgid ""
621
 "Image to be displayed below drawings, e.g. a frame. Leave empty for no image."
622
 msgstr ""
623
+"Je to obrázok, ktorý se zobrazí pod kresbami, ako napríklad rámček. Ak "
624
+"žiadny nechcete, nechajte nevyplnené."
625
 
626
 #: ../data/messages:369
627
 msgid "Background image:"
628
-msgstr ""
629
+msgstr "Obrázok pozadia:"
630
 
631
 #: ../data/messages:371
632
 msgid "Background transparency:"
633
-msgstr ""
634
+msgstr "Priehľadnosť pozadia:"
635
 
636
 #: ../data/messages:373
637
 msgid "in pixels. Use this to adjust the left position of drawings."
638
-msgstr ""
639
+msgstr "v pixeloch. Použite pre nastavenie ľavej polohy vykreslenia."
640
 
641
 #: ../data/messages:375
642
 msgid "Left offset:"
643
-msgstr ""
644
+msgstr "Odsadenie zľava :"
645
 
646
 #: ../data/messages:377
647
 msgid "in pixels. Use this to adjust the top position of drawings."
648
-msgstr ""
649
+msgstr "v pixeloch. Použite pre nastavenie hornej polohy vykreslenia."
650
 
651
 #: ../data/messages:379
652
 msgid "Top offset:"
653
-msgstr ""
654
+msgstr "Odsadenie zhora :"
655
 
656
 #: ../data/messages:381
657
 msgid "in pixels. Use this to adjust the right position of drawings."
658
-msgstr ""
659
+msgstr "v pixeloch. Použite pre nastavenie pravej polohy vykreslenia."
660
 
661
 #: ../data/messages:383
662
 msgid "Right offset:"
663
-msgstr ""
664
+msgstr "Odsadenie vpravo :"
665
 
666
 #: ../data/messages:385
667
 msgid "in pixels. Use this to adjust the bottom position of drawings."
668
-msgstr ""
669
+msgstr "v pixeloch. Použite pre nastavenie dolnej polohy vykreslenia."
670
 
671
 #: ../data/messages:387
672
 msgid "Bottom offset:"
673
-msgstr ""
674
+msgstr "Odsadenie zdola"
675
 
676
 #: ../data/messages:389
677
 msgid ""
678
 "Image to be displayed above the drawings, e.g. a reflection. Leave empty for "
679
 "no image."
680
 msgstr ""
681
+"Je to obrázok, ktorý sa zobrazí nad kresbami, ako napríklad odraz. Ak žiadny "
682
+"nechcete, nevyplňujte."
683
 
684
 #: ../data/messages:391
685
 msgid "Foreground image:"
686
-msgstr ""
687
+msgstr "Obrázok popredia :"
688
 
689
 #: ../data/messages:393
690
 msgid "Foreground tansparency:"
691
-msgstr ""
692
+msgstr "Priehľadné popredie :"
693
 
694
 #: ../data/messages:395 ../data/messages:1267
695
 msgid "Behavior"
696
@@ -2461,35 +2534,35 @@
697
 
698
 #: ../data/messages:465
699
 msgid "Minimalistic"
700
-msgstr ""
701
+msgstr "Minimalistické"
702
 
703
 #: ../data/messages:467
704
 msgid "Integrated"
705
-msgstr ""
706
+msgstr "Integrované"
707
 
708
 #: ../data/messages:469
709
 msgid "Separated"
710
-msgstr ""
711
+msgstr "Oddelené"
712
 
713
 #: ../data/messages:471 ../data/messages:679
714
 msgid "Place new icons"
715
-msgstr ""
716
+msgstr "Umiestniť nové ikony"
717
 
718
 #: ../data/messages:473 ../data/messages:681
719
 msgid "At the beginning of the dock"
720
-msgstr ""
721
+msgstr "Na začiatku panela"
722
 
723
 #: ../data/messages:475 ../data/messages:683
724
 msgid "Before the launchers"
725
-msgstr ""
726
+msgstr "Pred spúšťačmi"
727
 
728
 #: ../data/messages:477 ../data/messages:685
729
 msgid "After the launchers"
730
-msgstr ""
731
+msgstr "Po spúšťačoch"
732
 
733
 #: ../data/messages:479 ../data/messages:687
734
 msgid "At the end of the dock"
735
-msgstr ""
736
+msgstr "Na konci panela"
737
 
738
 #: ../data/messages:481
739
 msgid "Icons' animations and effects"
740
@@ -2547,7 +2620,7 @@
741
 
742
 #: ../data/messages:517 ../data/messages:769
743
 msgid "Keyboard shortcuts currently available"
744
-msgstr ""
745
+msgstr "Aktuálne dostupné klávesové skratky"
746
 
747
 #: ../data/messages:519 ../data/messages:771
748
 msgid ""
749
@@ -2563,7 +2636,7 @@
750
 
751
 #: ../data/messages:523
752
 msgid "Add or remove any applet"
753
-msgstr ""
754
+msgstr "Pridať alebo odstrániť aplet"
755
 
756
 #: ../data/messages:525
757
 msgid ""
758
@@ -2662,7 +2735,7 @@
759
 
760
 #: ../data/messages:613
761
 msgid "The higher, the faster the dock will appear"
762
-msgstr ""
763
+msgstr "Čím vyššie, tým rýchlejšie sa panel objaví"
764
 
765
 #: ../data/messages:615
766
 msgid "Callback sensitivity:"
767
@@ -2670,11 +2743,11 @@
768
 
769
 #: ../data/messages:617
770
 msgid "high"
771
-msgstr ""
772
+msgstr "vysoká"
773
 
774
 #: ../data/messages:619
775
 msgid "low"
776
-msgstr ""
777
+msgstr "nízka"
778
 
779
 #: ../data/messages:621
780
 msgid "How to call the dock back:"
781
@@ -2881,7 +2954,7 @@
782
 
783
 #: ../data/messages:737
784
 msgid "Nothing"
785
-msgstr ""
786
+msgstr "Nič"
787
 
788
 #: ../data/messages:741
789
 msgid "Minimize"
790
@@ -2904,7 +2977,7 @@
791
 
792
 #: ../data/messages:751
793
 msgid "Only if your Window Manager supports it."
794
-msgstr ""
795
+msgstr "Iba ak to podporuje váš správca okien."
796
 
797
 #: ../data/messages:753
798
 msgid ""
799
@@ -3171,15 +3244,15 @@
800
 
801
 #: ../data/messages:907
802
 msgid "Background when hidden"
803
-msgstr ""
804
+msgstr "Pozadie pri skrytí"
805
 
806
 #: ../data/messages:909
807
 msgid "Several applets can be visible even when the dock is hidden"
808
-msgstr ""
809
+msgstr "Niektoré aplety môžu byť viditeľné aj ked je panel skrytý"
810
 
811
 #: ../data/messages:911
812
 msgid "Default background color when the dock is hidden"
813
-msgstr ""
814
+msgstr "Predvolené pozadie pri skrytí panela"
815
 
816
 #: ../data/messages:913 ../data/messages:1363
817
 msgid "Stretch the dock to always fill the screen"
818
@@ -3240,7 +3313,7 @@
819
 
820
 #: ../data/messages:951
821
 msgid "larger"
822
-msgstr ""
823
+msgstr "väčšie"
824
 
825
 #: ../data/messages:953
826
 msgid "Dialogs"
827
@@ -3425,7 +3498,7 @@
828
 
829
 #: ../data/messages:1065
830
 msgid "Icons' size at rest (width x height) :"
831
-msgstr ""
832
+msgstr "Veľkosť ikon v pokoji (šírka x výška):"
833
 
834
 #: ../data/messages:1067
835
 msgid "Zoom effect"
836
@@ -3704,7 +3777,7 @@
837
 
838
 #: ../data/messages:1197
839
 msgid "Draw an emblem"
840
-msgstr ""
841
+msgstr "Nakresliť znak"
842
 
843
 #: ../data/messages:1199
844
 msgid "Draw the sub-dock's icons as a stack"
845
@@ -3824,19 +3897,19 @@
846
 
847
 #: ../data/messages:1257
848
 msgid "Quick-info are short information drawn on the icons."
849
-msgstr ""
850
+msgstr "Krátke info je krátka informácia vykreslená nad ikonami."
851
 
852
 #: ../data/messages:1259
853
 msgid "Quick-info"
854
-msgstr ""
855
+msgstr "Krátke-info"
856
 
857
 #: ../data/messages:1261
858
 msgid "Use the same look as the labels?"
859
-msgstr ""
860
+msgstr "Použiť rovnaký vzhľad ako štítky?"
861
 
862
 #: ../data/messages:1265
863
 msgid "Background color:"
864
-msgstr ""
865
+msgstr "Farba pozadia:"
866
 
867
 #: ../data/messages:1295
868
 msgid "starting from 0"
869
@@ -3844,15 +3917,15 @@
870
 
871
 #: ../data/messages:1299
872
 msgid "Visibility of the dock"
873
-msgstr ""
874
+msgstr "Viditeľnosť panela"
875
 
876
 #: ../data/messages:1323 ../data/messages:1347
877
 msgid "Same as main dock"
878
-msgstr ""
879
+msgstr "Rovnako ako hlavný panel"
880
 
881
 #: ../data/messages:1325
882
 msgid "Tiny"
883
-msgstr ""
884
+msgstr "Drobné"
885
 
886
 #: ../data/messages:1339
887
 msgid "Leave it empty to use the same view as the main dock."
888
cairo-dock-3.0.1.tar.gz/po/sl.po -> cairo-dock-3.0.2.tar.gz/po/sl.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:37+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:54+0000\n"
9
 "Last-Translator: Fabounet <fabounet03@gmail.com>\n"
10
 "Language-Team: Slovenian <sl@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:40+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: sl\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/sr.po -> cairo-dock-3.0.2.tar.gz/po/sr.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:07+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:51+0000\n"
9
 "Last-Translator: Fabounet <fabounet03@gmail.com>\n"
10
 "Language-Team: Serbian <sr@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:39+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: sr\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/sv.po -> cairo-dock-3.0.2.tar.gz/po/sv.po Changed
18
 
1
@@ -8,14 +8,14 @@
2
 msgstr ""
3
 "Project-Id-Version: 1.6.2\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
7
 "PO-Revision-Date: 2012-03-21 02:58+0000\n"
8
 "Last-Translator: Daniel Nylander <yeager@ubuntu.com>\n"
9
 "Language-Team: Swedish\n"
10
 "MIME-Version: 1.0\n"
11
 "Content-Type: text/plain; charset=UTF-8\n"
12
 "Content-Transfer-Encoding: 8bit\n"
13
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
14
+"X-Launchpad-Export-Date: 2012-04-15 04:40+0000\n"
15
 "X-Generator: Launchpad (build 15070)\n"
16
 "X-Poedit-Country: SWEDEN\n"
17
 "Language: \n"
18
cairo-dock-3.0.1.tar.gz/po/tr.po -> cairo-dock-3.0.2.tar.gz/po/tr.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:39+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:53+0000\n"
9
 "Last-Translator: Fabounet <fabounet03@gmail.com>\n"
10
 "Language-Team: Turkish <tr@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:40+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: tr\n"
18
 
19
cairo-dock-3.0.1.tar.gz/po/uk.po -> cairo-dock-3.0.2.tar.gz/po/uk.po Changed
118
 
1
@@ -6,15 +6,15 @@
2
 msgstr ""
3
 "Project-Id-Version: Cairo-Dock II\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-21 02:56+0000\n"
7
-"Last-Translator: Maks Mokriev <mcree@ukr.net>\n"
8
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
9
+"PO-Revision-Date: 2012-06-14 06:32+0000\n"
10
+"Last-Translator: ma$terok <Unknown>\n"
11
 "Language-Team: Ukrainian <kde-i18n-doc@kde.org>\n"
12
 "MIME-Version: 1.0\n"
13
 "Content-Type: text/plain; charset=UTF-8\n"
14
 "Content-Transfer-Encoding: 8bit\n"
15
-"X-Launchpad-Export-Date: 2012-04-13 05:22+0000\n"
16
-"X-Generator: Launchpad (build 15070)\n"
17
+"X-Launchpad-Export-Date: 2012-06-15 04:40+0000\n"
18
+"X-Generator: Launchpad (build 15414)\n"
19
 "X-Poedit-Country: Ukraine\n"
20
 "Language: uk\n"
21
 "X-Poedit-Language: Ukrainian\n"
22
@@ -392,7 +392,7 @@
23
 
24
 #: ../src/cairo-dock-menu.c:261
25
 msgid "Developers"
26
-msgstr ""
27
+msgstr "Розробники"
28
 
29
 #: ../src/cairo-dock-menu.c:262
30
 msgid "Main developer and project leader"
31
@@ -408,7 +408,7 @@
32
 
33
 #: ../src/cairo-dock-menu.c:280
34
 msgid "Website"
35
-msgstr ""
36
+msgstr "Сайт"
37
 
38
 #: ../src/cairo-dock-menu.c:281
39
 msgid "Beta-testing / Suggestions / Forum animation"
40
@@ -416,13 +416,16 @@
41
 
42
 #: ../src/cairo-dock-menu.c:282
43
 msgid "Translators for this language"
44
-msgstr ""
45
+msgstr "Перекладачі"
46
 
47
 #: ../src/cairo-dock-menu.c:283
48
 msgid "translator-credits"
49
 msgstr ""
50
 "Launchpad Contributions:\n"
51
-"  Maks Mokriev https://launchpad.net/~mcree"
52
+"  Anton Sukhonosenko https://launchpad.net/~zoreslav\n"
53
+"  Evhen https://launchpad.net/~d3dxdll\n"
54
+"  Maks Mokriev https://launchpad.net/~mcree\n"
55
+"  ma$terok https://launchpad.net/~m-shein"
56
 
57
 #: ../src/cairo-dock-menu.c:285
58
 msgid "Support"
59
@@ -436,7 +439,7 @@
60
 
61
 #: ../src/cairo-dock-menu.c:317
62
 msgid "How to help us?"
63
-msgstr ""
64
+msgstr "Як нам допомогти?"
65
 
66
 #: ../src/cairo-dock-menu.c:318
67
 msgid "Don't hesitate to join the project, we need you ;)"
68
@@ -444,7 +447,7 @@
69
 
70
 #: ../src/cairo-dock-menu.c:319
71
 msgid "Former contributors"
72
-msgstr ""
73
+msgstr "Попередні розробники"
74
 
75
 #: ../src/cairo-dock-menu.c:320
76
 msgid "For a complete list, please have a look to BZR logs"
77
@@ -460,7 +463,7 @@
78
 
79
 #: ../src/cairo-dock-menu.c:324
80
 msgid "Thanks"
81
-msgstr ""
82
+msgstr "Подяки"
83
 
84
 #: ../src/cairo-dock-menu.c:401
85
 msgid "Quit Cairo-Dock?"
86
@@ -630,11 +633,11 @@
87
 
88
 #: ../src/cairo-dock-menu.c:1018 ../src/cairo-dock-menu.c:1039
89
 msgid "Edit"
90
-msgstr ""
91
+msgstr "Редагувати"
92
 
93
 #: ../src/cairo-dock-menu.c:1020 ../src/cairo-dock-menu.c:1046
94
 msgid "Remove"
95
-msgstr ""
96
+msgstr "Видалити"
97
 
98
 #: ../src/cairo-dock-menu.c:1021
99
 msgid ""
100
@@ -657,7 +660,7 @@
101
 
102
 #: ../src/cairo-dock-menu.c:1043
103
 msgid "Detach"
104
-msgstr ""
105
+msgstr "Від’єднати"
106
 
107
 #: ../src/cairo-dock-menu.c:1043
108
 msgid "Return to the dock"
109
@@ -665,7 +668,7 @@
110
 
111
 #: ../src/cairo-dock-menu.c:1050
112
 msgid "Duplicate"
113
-msgstr ""
114
+msgstr "Дублювати"
115
 
116
 #: ../src/cairo-dock-menu.c:1065
117
 msgid "Applet's handbook"
118
cairo-dock-3.0.1.tar.gz/po/vi.po -> cairo-dock-3.0.2.tar.gz/po/vi.po Changed
18
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
7
 "PO-Revision-Date: 2012-02-12 03:51+0000\n"
8
 "Last-Translator: Launchpad Translations Administrators <Unknown>\n"
9
 "Language-Team: Vietnamese <vi@li.org>\n"
10
 "MIME-Version: 1.0\n"
11
 "Content-Type: text/plain; charset=UTF-8\n"
12
 "Content-Transfer-Encoding: 8bit\n"
13
-"X-Launchpad-Export-Date: 2012-04-13 05:23+0000\n"
14
+"X-Launchpad-Export-Date: 2012-04-15 04:40+0000\n"
15
 "X-Generator: Launchpad (build 15070)\n"
16
 "Language: vi\n"
17
 
18
cairo-dock-3.0.1.tar.gz/po/zh_CN.po -> cairo-dock-3.0.2.tar.gz/po/zh_CN.po Changed
778
 
1
@@ -6,15 +6,15 @@
2
 msgstr ""
3
 "Project-Id-Version: \n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:38+0000\n"
7
-"Last-Translator: Fabounet <fabounet03@gmail.com>\n"
8
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
9
+"PO-Revision-Date: 2012-06-10 09:22+0000\n"
10
+"Last-Translator: XiaoJSoft <whs_jwc@163.com>\n"
11
 "Language-Team: LANGUAGE <LL@li.org>\n"
12
 "MIME-Version: 1.0\n"
13
 "Content-Type: text/plain; charset=UTF-8\n"
14
 "Content-Transfer-Encoding: 8bit\n"
15
-"X-Launchpad-Export-Date: 2012-04-13 05:23+0000\n"
16
-"X-Generator: Launchpad (build 15070)\n"
17
+"X-Launchpad-Export-Date: 2012-06-11 04:33+0000\n"
18
+"X-Generator: Launchpad (build 15376)\n"
19
 "Language: \n"
20
 
21
 #: ../src/cairo-dock-gui-commons.c:221
22
@@ -69,23 +69,23 @@
23
 
24
 #: ../src/cairo-dock-gui-commons.c:575
25
 msgid "Press the shortkey"
26
-msgstr ""
27
+msgstr "按下快捷键"
28
 
29
 #: ../src/cairo-dock-gui-commons.c:594
30
 msgid "Change the shortkey"
31
-msgstr ""
32
+msgstr "更改快捷键"
33
 
34
 #: ../src/cairo-dock-gui-commons.c:681
35
 msgid "Origin"
36
-msgstr ""
37
+msgstr "来源"
38
 
39
 #: ../src/cairo-dock-gui-commons.c:686
40
 msgid "Action"
41
-msgstr ""
42
+msgstr "动作"
43
 
44
 #: ../src/cairo-dock-gui-commons.c:690
45
 msgid "Shortkey"
46
-msgstr ""
47
+msgstr "快捷键"
48
 
49
 #: ../src/cairo-dock-gui-items.c:242
50
 msgid ""
51
@@ -98,7 +98,7 @@
52
 
53
 #: ../src/cairo-dock-gui-items.c:878
54
 msgid "Remove this item"
55
-msgstr ""
56
+msgstr "移除此项"
57
 
58
 #: ../src/cairo-dock-gui-main.c:129 ../data/messages:665
59
 msgid "Behaviour"
60
@@ -152,11 +152,11 @@
61
 
62
 #: ../src/cairo-dock-gui-main.c:1501
63
 msgid "Define all the keyboard shortcuts currently available."
64
-msgstr ""
65
+msgstr "定义所有当前可设置的键盘快捷键。"
66
 
67
 #: ../src/cairo-dock-gui-main.c:1502 ../data/messages:515 ../data/messages:767
68
 msgid "Shortkeys"
69
-msgstr ""
70
+msgstr "快捷键"
71
 
72
 #: ../src/cairo-dock-gui-main.c:1508
73
 msgid "All of the parameters you will never want to tweak."
74
@@ -383,19 +383,19 @@
75
 
76
 #: ../src/cairo-dock-menu.c:260
77
 msgid "Here is a list of the current developers and contributors"
78
-msgstr ""
79
+msgstr "当前开发者与贡献者名单"
80
 
81
 #: ../src/cairo-dock-menu.c:261
82
 msgid "Developers"
83
-msgstr ""
84
+msgstr "开发者"
85
 
86
 #: ../src/cairo-dock-menu.c:262
87
 msgid "Main developer and project leader"
88
-msgstr ""
89
+msgstr "主要开发者与项目领导人"
90
 
91
 #: ../src/cairo-dock-menu.c:263
92
 msgid "Contributors / Hackers"
93
-msgstr ""
94
+msgstr "贡献者/黑客"
95
 
96
 #: ../src/cairo-dock-menu.c:265
97
 msgid "Development"
98
@@ -403,23 +403,33 @@
99
 
100
 #: ../src/cairo-dock-menu.c:280
101
 msgid "Website"
102
-msgstr ""
103
+msgstr "网站"
104
 
105
 #: ../src/cairo-dock-menu.c:281
106
 msgid "Beta-testing / Suggestions / Forum animation"
107
-msgstr ""
108
+msgstr "Beta 测试/建议/论坛"
109
 
110
 #: ../src/cairo-dock-menu.c:282
111
 msgid "Translators for this language"
112
-msgstr ""
113
+msgstr "该语言翻译人员"
114
 
115
 #: ../src/cairo-dock-menu.c:283
116
 msgid "translator-credits"
117
 msgstr ""
118
 "Launchpad Contributions:\n"
119
+"  Cairo-Dock Team https://launchpad.net/~cairo-dock-team\n"
120
+"  Eleanor Chen https://launchpad.net/~chenyueg\n"
121
 "  Fabounet https://launchpad.net/~fabounet03\n"
122
 "  GrayWaLL https://launchpad.net/~graywall\n"
123
+"  Homer Xing https://launchpad.net/~homer-xing\n"
124
+"  Matthieu Baerts https://launchpad.net/~matttbe\n"
125
+"  Rossi Liu https://launchpad.net/~liueigi\n"
126
+"  Saturn https://launchpad.net/~saturntoad\n"
127
+"  Wang Dianjin https://launchpad.net/~tuhaihe\n"
128
+"  Wylmer Wang https://launchpad.net/~wantinghard\n"
129
+"  XiaoJSoft https://launchpad.net/~whs-jwc\n"
130
 "  Yann SLADEK https://launchpad.net/~yann-sladek\n"
131
+"  efree https://launchpad.net/~efree\n"
132
 "  guofengzone https://launchpad.net/~guofengzone\n"
133
 "  jarryson https://launchpad.net/~jarryson\n"
134
 "  leng https://launchpad.net/~lengjingxu\n"
135
@@ -436,26 +446,28 @@
136
 "Thanks to all people that help us to improve the Cairo-Dock project.\n"
137
 "Thanks to all current, former and future contributors."
138
 msgstr ""
139
+"感谢所有帮助改进 Cairo-Dock 项目的人们。\n"
140
+"感谢所有现在、过去和未来的贡献者们。"
141
 
142
 #: ../src/cairo-dock-menu.c:317
143
 msgid "How to help us?"
144
-msgstr ""
145
+msgstr "如何帮助我们?"
146
 
147
 #: ../src/cairo-dock-menu.c:318
148
 msgid "Don't hesitate to join the project, we need you ;)"
149
-msgstr ""
150
+msgstr "加入项目别犹豫,我们需要您 :)"
151
 
152
 #: ../src/cairo-dock-menu.c:319
153
 msgid "Former contributors"
154
-msgstr ""
155
+msgstr "先前贡献者"
156
 
157
 #: ../src/cairo-dock-menu.c:320
158
 msgid "For a complete list, please have a look to BZR logs"
159
-msgstr ""
160
+msgstr "完整列表,请前往查看 BZR 记录"
161
 
162
 #: ../src/cairo-dock-menu.c:321
163
 msgid "Users of our forum"
164
-msgstr ""
165
+msgstr "论坛用户"
166
 
167
 #: ../src/cairo-dock-menu.c:322
168
 msgid "Artwork"
169
@@ -463,7 +475,7 @@
170
 
171
 #: ../src/cairo-dock-menu.c:324
172
 msgid "Thanks"
173
-msgstr ""
174
+msgstr "感谢"
175
 
176
 #: ../src/cairo-dock-menu.c:401
177
 msgid "Quit Cairo-Dock?"
178
@@ -583,7 +595,7 @@
179
 
180
 #: ../src/cairo-dock-menu.c:898
181
 msgid "Lock icons position"
182
-msgstr ""
183
+msgstr "锁定图标位置"
184
 
185
 #: ../src/cairo-dock-menu.c:902
186
 msgid "This will (un)lock the position of the icons."
187
@@ -629,14 +641,16 @@
188
 "It's not advised to quit the dock but you can press Shift to unlock this "
189
 "menu entry."
190
 msgstr ""
191
+"您正在使用 Cairo-Dock 会话!\n"
192
+"退出本程序并不是明智之举,但您可以按下 Shift 解锁该菜单项。"
193
 
194
 #: ../src/cairo-dock-menu.c:1018 ../src/cairo-dock-menu.c:1039
195
 msgid "Edit"
196
-msgstr ""
197
+msgstr "编辑"
198
 
199
 #: ../src/cairo-dock-menu.c:1020 ../src/cairo-dock-menu.c:1046
200
 msgid "Remove"
201
-msgstr ""
202
+msgstr "移除"
203
 
204
 #: ../src/cairo-dock-menu.c:1021
205
 msgid ""
206
@@ -658,7 +672,7 @@
207
 
208
 #: ../src/cairo-dock-menu.c:1043
209
 msgid "Detach"
210
-msgstr ""
211
+msgstr "分离"
212
 
213
 #: ../src/cairo-dock-menu.c:1043
214
 msgid "Return to the dock"
215
@@ -666,7 +680,7 @@
216
 
217
 #: ../src/cairo-dock-menu.c:1050
218
 msgid "Duplicate"
219
-msgstr ""
220
+msgstr "复制"
221
 
222
 #: ../src/cairo-dock-menu.c:1065
223
 msgid "Applet's handbook"
224
@@ -674,7 +688,7 @@
225
 
226
 #: ../src/cairo-dock-menu.c:1110
227
 msgid "Pick up an image"
228
-msgstr ""
229
+msgstr "选取一张图片"
230
 
231
 #: ../src/cairo-dock-menu.c:1341
232
 #, c-format
233
@@ -848,7 +862,7 @@
234
 
235
 #: ../src/cairo-dock.c:334
236
 msgid "Ask again on startup which backend to use."
237
-msgstr ""
238
+msgstr "再次询问启动时使用哪个后端。"
239
 
240
 #: ../src/cairo-dock.c:337
241
 msgid "Force the dock to consider this environnement - use it with care."
242
@@ -1013,7 +1027,7 @@
243
 #: ../src/gldit/cairo-dock-dock-manager.c:1656
244
 #: ../src/gldit/cairo-dock-dock-manager.c:1757
245
 msgid "Pop up the main dock"
246
-msgstr ""
247
+msgstr "弹出主 dock"
248
 
249
 #: ../src/gldit/cairo-dock-gui-factory.c:243
250
 #, c-format
251
@@ -1050,11 +1064,11 @@
252
 
253
 #: ../src/gldit/cairo-dock-gui-factory.c:724
254
 msgid "Pick up a file"
255
-msgstr ""
256
+msgstr "选取文件"
257
 
258
 #: ../src/gldit/cairo-dock-gui-factory.c:724
259
 msgid "Pick up a directory"
260
-msgstr ""
261
+msgstr "选取目录"
262
 
263
 #: ../src/gldit/cairo-dock-gui-factory.c:984
264
 msgid "_Custom Icons_"
265
@@ -1133,6 +1147,8 @@
266
 "Could not access remote file %s. Maybe the server is down.\n"
267
 "Please retry later or contact us at glx-dock.org."
268
 msgstr ""
269
+"无法访问远程文件 %s。或许服务器当机。\n"
270
+"请重试或在 glx-dock.org 上联系我们。"
271
 
272
 #: ../src/gldit/cairo-dock-themes-manager.c:267
273
 #, c-format
274
@@ -1227,7 +1243,7 @@
275
 
276
 #: ../src/help/applet-tips-dialog.c:152
277
 msgid "Tips and Tricks"
278
-msgstr ""
279
+msgstr "提示与技巧"
280
 
281
 #: ../src/help/applet-tips-dialog.c:307
282
 msgid "Category"
283
@@ -1446,37 +1462,39 @@
284
 
285
 #: ../data/messages:51
286
 msgid "Minimizing / restauring a window"
287
-msgstr ""
288
+msgstr "最小化/恢复窗口"
289
 
290
 #: ../data/messages:53
291
 msgid ""
292
 "Clicking on its icon will bring the window on top.\n"
293
 "When the window has the focus, clicking on its icon will minimize the window."
294
 msgstr ""
295
+"点击它的图标将使窗口置顶。\n"
296
+"当窗口拥有焦点时,点击它的图标将最小化窗口。"
297
 
298
 #: ../data/messages:55
299
 msgid "Launching an application several times"
300
-msgstr ""
301
+msgstr "多次启动一个应用"
302
 
303
 #: ../data/messages:57
304
 msgid ""
305
 "You can launch an application several times by SHIFT+clicking on its icon "
306
 "(or from the menu)."
307
-msgstr ""
308
+msgstr "您可以通过 SHIFT+点击应用程序图标(或从菜单) 来多次启动一个应用。"
309
 
310
 #: ../data/messages:59
311
 msgid "Switching between the windows of a same application"
312
-msgstr ""
313
+msgstr "在相同应用窗口间切换"
314
 
315
 #: ../data/messages:61
316
 msgid ""
317
 "With your mouse, scroll up/down on one of the icons of the application. Each "
318
 "time you scroll, the next/previous window will be presented to you."
319
-msgstr ""
320
+msgstr "使用您的鼠标,向上/下滚动应用程序的图标。您每次滚动时,将显示下一个/上一个窗口。"
321
 
322
 #: ../data/messages:63
323
 msgid "Grouping windows of a given application"
324
-msgstr ""
325
+msgstr "给定应用程序的分组窗口"
326
 
327
 #: ../data/messages:65
328
 msgid ""
329
@@ -1485,24 +1503,26 @@
330
 "Clicking on the main icon will display all the windows of the application "
331
 "side-by-side (if your Window Manager is able to do that)."
332
 msgstr ""
333
+"当每个应用程序有多个窗口时,每个窗口的图标将出现在 dock 上;它们将在子 dock 中合成一组。\n"
334
+"点击主图标将并排显示应用程序的所有窗口(如果您的窗口管理器可以这样做)。"
335
 
336
 #: ../data/messages:67
337
 msgid "Setting a custom icon for an application"
338
-msgstr ""
339
+msgstr "设置应用程序的自定义图标"
340
 
341
 #: ../data/messages:69
342
 msgid "See \"Changing an icon's image\" in the \"Icons\" category."
343
-msgstr ""
344
+msgstr "在“图标”分类查看“更改图标图像”。"
345
 
346
 #: ../data/messages:71
347
 msgid "Showing windows preview over the icons"
348
-msgstr ""
349
+msgstr "鼠标移到图标上时显示窗口预览"
350
 
351
 #: ../data/messages:73
352
 msgid ""
353
 "You need to run Compiz, and enable the \"Window Preview\" plug-in in Compiz. "
354
 "Install \"ccsm\" to be able to configure Compiz."
355
-msgstr ""
356
+msgstr "您需要运行 Compiz,并启用 Compiz 中的“窗口预览”插件。安装“ccsm”可配置 Compiz。"
357
 
358
 #: ../data/messages:75 ../data/messages:185 ../data/messages:205
359
 #: ../data/messages:243 ../data/messages:285 ../data/messages:289
360
@@ -1516,11 +1536,11 @@
361
 
362
 #: ../data/messages:79
363
 msgid "Docks"
364
-msgstr ""
365
+msgstr "Dock"
366
 
367
 #: ../data/messages:81
368
 msgid "Positionning the dock on the screen"
369
-msgstr ""
370
+msgstr "在屏幕上定位 dock"
371
 
372
 #: ../data/messages:83
373
 msgid ""
374
@@ -1530,10 +1550,13 @@
375
 "In the case of a 2nd or 3rd dock, right-click -> Cairo-Dock -> set up this "
376
 "dock, and then select the position you want."
377
 msgstr ""
378
+"该 dock 可以被放置在屏幕的任何位置。\n"
379
+"考虑到主 dock,需 右击-> Cairo-Dock -> 配置,然后选择您希望的位置。\n"
380
+"考虑到第 2 个或第 3 个 dock,右击-> Cairo-Dock -> 设置本 dock,并选择您希望的位置。"
381
 
382
 #: ../data/messages:85
383
 msgid "Hiding the dock to use all the screen"
384
-msgstr ""
385
+msgstr "隐藏停靠栏以使用整个屏幕"
386
 
387
 #: ../data/messages:87
388
 msgid ""
389
@@ -1544,10 +1567,13 @@
390
 "In the case of a 2nd or 3rd dock, right-click -> Cairo-Dock -> set up this "
391
 "dock, and then select the visibility you want."
392
 msgstr ""
393
+"停靠栏可以隐藏自身为应用程序腾出屏幕空间,但是它也可以像面板一样一直保持可见。\n"
394
+"按如下的方式修改:右键 -> Cairo-Dock -> 配置,然后将你想要的选为可见(visibility)即可。\n"
395
+"对于第二个或者第三个停靠栏来说,可以点击右键 -> Cairo-Dock -> 设置此停靠栏,然后将你想要的选为可见即可。"
396
 
397
 #: ../data/messages:91
398
 msgid "Placing applets on your desktop"
399
-msgstr ""
400
+msgstr "防止插件到您的桌面"
401
 
402
 #: ../data/messages:93
403
 msgid ""
404
@@ -1586,7 +1612,7 @@
405
 
406
 #: ../data/messages:103
407
 msgid "Changing the desklets decorations"
408
-msgstr ""
409
+msgstr "正在更改桌面装饰"
410
 
411
 #: ../data/messages:105
412
 msgid ""
413
@@ -1597,7 +1623,7 @@
414
 
415
 #: ../data/messages:107
416
 msgid "Useful Features"
417
-msgstr ""
418
+msgstr "有用的功能"
419
 
420
 #: ../data/messages:109
421
 msgid "Having a calendar with tasks"
422
@@ -1629,7 +1655,7 @@
423
 
424
 #: ../data/messages:117
425
 msgid "Showing all the desktops"
426
-msgstr ""
427
+msgstr "显示所有桌面"
428
 
429
 #: ../data/messages:119
430
 msgid ""
431
@@ -1640,7 +1666,7 @@
432
 
433
 #: ../data/messages:121
434
 msgid "Changing the screen resolution"
435
-msgstr ""
436
+msgstr "更改屏幕分辨率"
437
 
438
 #: ../data/messages:123
439
 msgid ""
440
@@ -1650,7 +1676,7 @@
441
 
442
 #: ../data/messages:125
443
 msgid "Locking your session"
444
-msgstr ""
445
+msgstr "锁定您的会话"
446
 
447
 #: ../data/messages:127
448
 msgid ""
449
@@ -1674,7 +1700,7 @@
450
 
451
 #: ../data/messages:133
452
 msgid "Turning Composite OFF during games"
453
-msgstr ""
454
+msgstr "在游戏期间关闭组件"
455
 
456
 #: ../data/messages:135
457
 msgid ""
458
@@ -1686,7 +1712,7 @@
459
 
460
 #: ../data/messages:137
461
 msgid "Seeing the hourly weather forecast"
462
-msgstr ""
463
+msgstr "查看每小时的天气预报"
464
 
465
 #: ../data/messages:139
466
 msgid ""
467
@@ -1700,7 +1726,7 @@
468
 
469
 #: ../data/messages:141
470
 msgid "Adding a file or a web page into the dock"
471
-msgstr ""
472
+msgstr "添加文件或网页到 dock"
473
 
474
 #: ../data/messages:143
475
 msgid ""
476
@@ -1714,7 +1740,7 @@
477
 
478
 #: ../data/messages:145
479
 msgid "Importing a folder into the dock"
480
-msgstr ""
481
+msgstr "将文件夹导入到 dock"
482
 
483
 #: ../data/messages:147
484
 msgid ""
485
@@ -1725,7 +1751,7 @@
486
 
487
 #: ../data/messages:149
488
 msgid "Accessing the recent events"
489
-msgstr ""
490
+msgstr "访问最近事件"
491
 
492
 #: ../data/messages:151
493
 msgid ""
494
@@ -1739,7 +1765,7 @@
495
 
496
 #: ../data/messages:153
497
 msgid "Quickly opening a recent file with a launcher"
498
-msgstr ""
499
+msgstr "使用启动器快速打开一个最近文件"
500
 
501
 #: ../data/messages:155
502
 msgid ""
503
@@ -1752,7 +1778,7 @@
504
 
505
 #: ../data/messages:157
506
 msgid "Accessing disks"
507
-msgstr ""
508
+msgstr "访问磁盘"
509
 
510
 #: ../data/messages:159
511
 msgid ""
512
@@ -1764,7 +1790,7 @@
513
 
514
 #: ../data/messages:161
515
 msgid "Accessing folder bookmarks"
516
-msgstr ""
517
+msgstr "访问文件夹书签"
518
 
519
 #: ../data/messages:163
520
 msgid ""
521
@@ -1791,7 +1817,7 @@
522
 
523
 #: ../data/messages:169
524
 msgid "Adding / removing a desktop"
525
-msgstr ""
526
+msgstr "添加/移除一个桌面"
527
 
528
 #: ../data/messages:171
529
 msgid ""
530
@@ -1802,7 +1828,7 @@
531
 
532
 #: ../data/messages:173
533
 msgid "Controling the sound volume"
534
-msgstr ""
535
+msgstr "控制声音音量"
536
 
537
 #: ../data/messages:175
538
 msgid ""
539
@@ -1814,7 +1840,7 @@
540
 
541
 #: ../data/messages:177
542
 msgid "Controling the screen brightness"
543
-msgstr ""
544
+msgstr "控制屏幕亮度"
545
 
546
 #: ../data/messages:179
547
 msgid ""
548
@@ -1825,7 +1851,7 @@
549
 
550
 #: ../data/messages:181
551
 msgid "Removing completely the gnome-panel"
552
-msgstr ""
553
+msgstr "完全移除 gnome-panel"
554
 
555
 #: ../data/messages:183
556
 msgid ""
557
@@ -1840,7 +1866,7 @@
558
 msgid ""
559
 "If you are on Gnome, you can click on this button in order to automatically "
560
 "modify this key:"
561
-msgstr ""
562
+msgstr "如果您在 Gnome 下,您可以点击该按钮以自动更改该按键:"
563
 
564
 #: ../data/messages:189
565
 msgid "Troubleshooting"
566
@@ -2009,11 +2035,11 @@
567
 
568
 #: ../data/messages:245
569
 msgid "If you're on Gnome you can click on this button:"
570
-msgstr ""
571
+msgstr "如果您在 Gnome 下,您可以点击该按钮:"
572
 
573
 #: ../data/messages:247
574
 msgid "The Project"
575
-msgstr ""
576
+msgstr "项目"
577
 
578
 #: ../data/messages:249
579
 msgid "Join the project!"
580
@@ -2058,6 +2084,9 @@
581
 "\n"
582
 "The Cairo-Dock Team"
583
 msgstr ""
584
+"\n"
585
+"\n"
586
+"Cairo-Dock 团队"
587
 
588
 #: ../data/messages:263
589
 msgid "Websites"
590
@@ -2073,7 +2102,7 @@
591
 
592
 #: ../data/messages:273
593
 msgid "More applets available online!"
594
-msgstr ""
595
+msgstr "在线获取更多插件!"
596
 
597
 #: ../data/messages:275
598
 msgid "Cairo-Dock-Plug-ins-Extras"
599
@@ -2089,6 +2118,8 @@
600
 " One for stable releases and another which is updated weekly (unstable "
601
 "version)"
602
 msgstr ""
603
+"我们维护了 Debian、Ubuntu 和其它 Debian 系列发行版本 2 个仓库:\n"
604
+" 一个是稳定版本,另一个为每周更新仓库(非稳定版本)"
605
 
606
 #: ../data/messages:281
607
 msgid "Debian/Ubuntu"
608
@@ -2152,19 +2183,19 @@
609
 
610
 #: ../data/messages:313
611
 msgid "Image filename:"
612
-msgstr ""
613
+msgstr "图片文件名:"
614
 
615
 #: ../data/messages:315
616
 msgid "Set to 0 to use the default applet size"
617
-msgstr ""
618
+msgstr "设为 0 使用默认小程序大小"
619
 
620
 #: ../data/messages:317
621
 msgid "Desired icon size for this applet"
622
-msgstr ""
623
+msgstr "希望的该小程序图标大小"
624
 
625
 #: ../data/messages:319
626
 msgid "Applet's Handbook"
627
-msgstr ""
628
+msgstr "小程序手册"
629
 
630
 #: ../data/messages:321
631
 msgid "Desklet"
632
@@ -2178,7 +2209,7 @@
633
 
634
 #: ../data/messages:327
635
 msgid "Lock position?"
636
-msgstr ""
637
+msgstr "锁定位置?"
638
 
639
 #: ../data/messages:329
640
 msgid ""
641
@@ -2188,7 +2219,7 @@
642
 
643
 #: ../data/messages:331
644
 msgid "Desklet dimensions (width x height):"
645
-msgstr ""
646
+msgstr "小工具维度(宽 x 高 ):"
647
 
648
 #: ../data/messages:333
649
 msgid ""
650
@@ -2198,7 +2229,7 @@
651
 
652
 #: ../data/messages:335
653
 msgid "Desklet position (x, y):"
654
-msgstr ""
655
+msgstr "小工具位置(横坐标,纵坐标):"
656
 
657
 #: ../data/messages:337
658
 msgid ""
659
@@ -2208,11 +2239,11 @@
660
 
661
 #: ../data/messages:339
662
 msgid "Rotation:"
663
-msgstr ""
664
+msgstr "旋转:"
665
 
666
 #: ../data/messages:343
667
 msgid "Is detached from the dock"
668
-msgstr ""
669
+msgstr "从 dock 分离?"
670
 
671
 #: ../data/messages:345
672
 msgid ""
673
@@ -2260,7 +2291,7 @@
674
 
675
 #: ../data/messages:371
676
 msgid "Background transparency:"
677
-msgstr ""
678
+msgstr "背景透明度:"
679
 
680
 #: ../data/messages:373
681
 msgid "in pixels. Use this to adjust the left position of drawings."
682
@@ -2306,7 +2337,7 @@
683
 
684
 #: ../data/messages:393
685
 msgid "Foreground tansparency:"
686
-msgstr ""
687
+msgstr "前景透明度:"
688
 
689
 #: ../data/messages:395 ../data/messages:1267
690
 msgid "Behavior"
691
@@ -2444,7 +2475,7 @@
692
 
693
 #: ../data/messages:471 ../data/messages:679
694
 msgid "Place new icons"
695
-msgstr ""
696
+msgstr "放置新图标"
697
 
698
 #: ../data/messages:473 ../data/messages:681
699
 msgid "At the beginning of the dock"
700
@@ -2460,7 +2491,7 @@
701
 
702
 #: ../data/messages:479 ../data/messages:687
703
 msgid "At the end of the dock"
704
-msgstr ""
705
+msgstr "在 dock 末尾"
706
 
707
 #: ../data/messages:481
708
 msgid "Icons' animations and effects"
709
@@ -2468,7 +2499,7 @@
710
 
711
 #: ../data/messages:483
712
 msgid "& On mouse hover:"
713
-msgstr ""
714
+msgstr "& 鼠标悬停:"
715
 
716
 #: ../data/messages:487
717
 msgid ""
718
@@ -2518,7 +2549,7 @@
719
 
720
 #: ../data/messages:517 ../data/messages:769
721
 msgid "Keyboard shortcuts currently available"
722
-msgstr ""
723
+msgstr "当前可用的键盘快捷键"
724
 
725
 #: ../data/messages:519 ../data/messages:771
726
 msgid ""
727
@@ -2623,19 +2654,19 @@
728
 
729
 #: ../data/messages:613
730
 msgid "The higher, the faster the dock will appear"
731
-msgstr ""
732
+msgstr "dock 将显示地越高越快"
733
 
734
 #: ../data/messages:615
735
 msgid "Callback sensitivity:"
736
-msgstr ""
737
+msgstr "回调灵敏度:"
738
 
739
 #: ../data/messages:617
740
 msgid "high"
741
-msgstr ""
742
+msgstr "高"
743
 
744
 #: ../data/messages:619
745
 msgid "low"
746
-msgstr ""
747
+msgstr "低"
748
 
749
 #: ../data/messages:621
750
 msgid "How to call the dock back:"
751
@@ -2831,7 +2862,7 @@
752
 
753
 #: ../data/messages:737
754
 msgid "Nothing"
755
-msgstr ""
756
+msgstr "无"
757
 
758
 #: ../data/messages:741
759
 msgid "Minimize"
760
@@ -3107,7 +3138,7 @@
761
 
762
 #: ../data/messages:907
763
 msgid "Background when hidden"
764
-msgstr ""
765
+msgstr "隐藏时背景"
766
 
767
 #: ../data/messages:909
768
 msgid "Several applets can be visible even when the dock is hidden"
769
@@ -3174,7 +3205,7 @@
770
 
771
 #: ../data/messages:951
772
 msgid "larger"
773
-msgstr ""
774
+msgstr "更大"
775
 
776
 #: ../data/messages:953
777
 msgid "Dialogs"
778
cairo-dock-3.0.1.tar.gz/po/zh_TW.po -> cairo-dock-3.0.2.tar.gz/po/zh_TW.po Changed
19
 
1
@@ -7,14 +7,14 @@
2
 msgstr ""
3
 "Project-Id-Version: cairo-dock-core\n"
4
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
5
-"POT-Creation-Date: 2012-04-12 00:33+0000\n"
6
-"PO-Revision-Date: 2012-03-22 13:26+0000\n"
7
+"POT-Creation-Date: 2012-04-14 15:42+0000\n"
8
+"PO-Revision-Date: 2012-04-14 18:51+0000\n"
9
 "Last-Translator: Fabounet <fabounet03@gmail.com>\n"
10
 "Language-Team: Traditional Chinese <zh_TW@li.org>\n"
11
 "MIME-Version: 1.0\n"
12
 "Content-Type: text/plain; charset=UTF-8\n"
13
 "Content-Transfer-Encoding: 8bit\n"
14
-"X-Launchpad-Export-Date: 2012-04-13 05:23+0000\n"
15
+"X-Launchpad-Export-Date: 2012-04-15 04:40+0000\n"
16
 "X-Generator: Launchpad (build 15070)\n"
17
 "Language: \n"
18
 
19
cairo-dock-3.0.1.tar.gz/src/cairo-dock-gui-main.c -> cairo-dock-3.0.2.tar.gz/src/cairo-dock-gui-main.c Changed
178
 
1
@@ -24,7 +24,11 @@
2
 #include <glib/gstdio.h>
3
 #include <glib/gi18n.h>
4
 
5
+
6
+#include <gdk/gdkx.h>
7
+
8
 #include "config.h"
9
+#include "cairo-dock-notifications.h"
10
 #include "cairo-dock-module-factory.h"
11
 #include "cairo-dock-icon-facility.h"
12
 #include "cairo-dock-log.h"
13
@@ -123,7 +127,8 @@
14
 static GSList *s_path = NULL;
15
 static int s_iPreviewWidth, s_iNbButtonsByRow;
16
 static CairoDialog *s_pDialog = NULL;
17
-static int s_iSidShowGroupDialog = 0;
18
+static guint s_iSidShowGroupDialog = 0;
19
+static guint s_iSidCheckGroupButton = 0;
20
 
21
 static const gchar *s_cCategoriesDescription[2*(CAIRO_DOCK_NB_CATEGORY+1)] = {
22
    N_("Behaviour"), "icon-behavior.svg",
23
@@ -803,6 +808,10 @@
24
    _show_group_or_category (pPrevPlace);
25
 }
26
 
27
+static void _on_group_dialog_destroyed (gpointer data)
28
+{
29
+   s_pDialog = NULL;
30
+}
31
 static gboolean _show_group_dialog (CairoDockGroupDescription *pGroupDescription)
32
 {
33
    gchar *cDescription = NULL;
34
@@ -869,9 +878,7 @@
35
        gdk_pixbuf_unref (pPreviewPixbuf);
36
    }
37
    
38
-   if (s_pDialog != NULL)
39
-       if (! cairo_dock_dialog_unreference (s_pDialog))
40
-           cairo_dock_dialog_unreference (s_pDialog);
41
+   cairo_dock_dialog_unreference (s_pDialog);
42
    Icon *pIcon = cairo_dock_get_current_active_icon ();
43
    if (pIcon == NULL || pIcon->cParentDockName == NULL || cairo_dock_icon_is_being_removed (pIcon))
44
        pIcon = cairo_dock_get_dialogless_icon ();
45
@@ -885,8 +892,9 @@
46
    myDialogsParam.dialogTextDescription.bUseMarkup = TRUE;
47
    s_pDialog = cairo_dock_build_dialog (&attr, pIcon, CAIRO_CONTAINER (pDock));
48
    myDialogsParam.dialogTextDescription.bUseMarkup = FALSE;
49
-   
50
-   cairo_dock_dialog_reference (s_pDialog);
51
+   cairo_dock_register_notification_on_object (s_pDialog,
52
+       NOTIFICATION_DESTROY, (CairoDockNotificationFunc)_on_group_dialog_destroyed,
53
+       CAIRO_DOCK_RUN_AFTER, NULL);
54
    
55
    gtk_window_set_transient_for (GTK_WINDOW (s_pDialog->container.pWidget), GTK_WINDOW (s_pMainWindow));
56
    g_free (cDescription);
57
@@ -894,33 +902,85 @@
58
    s_iSidShowGroupDialog = 0;
59
    return FALSE;
60
 }
61
-static void on_enter_group_button (GtkButton *button, CairoDockGroupDescription *pGroupDescription)
62
+
63
+static GtkButton *s_pCurrentButton = NULL;
64
+static gboolean on_enter_group_button (GtkButton *button, GdkEventCrossing *pEvent, CairoDockGroupDescription *pGroupDescription)
65
 {
66
-   //g_print ("%s (%s)\n", __func__, pGroupDescription->cDescription);
67
+   g_print ("%s (%s)\n", __func__, pGroupDescription->cGroupName);
68
    if (g_pPrimaryContainer == NULL)  // inutile en maintenance, le dialogue risque d'apparaitre sur la souris.
69
-       return ;
70
+       return FALSE;
71
    
72
+   // if we were about to show a dialog, cancel it to reset the timer.
73
    if (s_iSidShowGroupDialog != 0)
74
        g_source_remove (s_iSidShowGroupDialog);
75
    
76
+   if (s_iSidCheckGroupButton != 0)
77
+   {
78
+       g_source_remove (s_iSidCheckGroupButton);
79
+       s_iSidCheckGroupButton = 0;
80
+   }
81
+   
82
+   // avoid re-entering the same button (can happen if the input shape of the dialog is set a bit late by X, and the dialog spawns under the cursor, which will make us leave the button and re-enter when the input shape is ready).
83
+   if (s_pCurrentButton == button)
84
+       return FALSE;
85
+   s_pCurrentButton = button;  // we don't actually use the content of the pointer, only the address value.
86
+   
87
+   // show the dialog with a delay.
88
    s_iSidShowGroupDialog = g_timeout_add (330, (GSourceFunc)_show_group_dialog, (gpointer) pGroupDescription);
89
+   return FALSE;
90
 }
91
-static void on_leave_group_button (GtkButton *button, gpointer *data)
92
+static gboolean _check_group_button (gpointer data)
93
 {
94
-   //g_print ("%s ()\n", __func__);
95
+   Window Xid = GDK_WINDOW_XID (gtk_widget_get_window (s_pMainWindow));
96
+   if (Xid != cairo_dock_get_current_active_window ())  // we're not the active window any more, so the 'leave' event was probably due to an Alt+Tab -> the mouse is really out of the button.
97
+   {
98
+       gtk_widget_hide (s_pPreviewBox);
99
+       
100
+       cairo_dock_dialog_unreference (s_pDialog);
101
+       
102
+       s_pCurrentButton = NULL;
103
+   }
104
+   s_iSidCheckGroupButton = 0;
105
+   return FALSE;
106
+}
107
+static gboolean on_leave_group_button (GtkButton *button, GdkEventCrossing *pEvent, gpointer data)
108
+{
109
+   g_print ("%s (%d, %d)\n", __func__, pEvent->mode, pEvent->detail);
110
+   // if we were about to show the dialog, cancel.
111
    if (s_iSidShowGroupDialog != 0)
112
    {
113
        g_source_remove (s_iSidShowGroupDialog);
114
        s_iSidShowGroupDialog = 0;
115
    }
116
-
117
-   int iPreviewWidgetWidth = s_iPreviewWidth;
118
-   GtkWidget *pPreviewImage = s_pPreviewImage;
119
+   
120
+   if (s_iSidCheckGroupButton != 0)
121
+   {
122
+       g_source_remove (s_iSidCheckGroupButton);
123
+       s_iSidCheckGroupButton = 0;
124
+   }
125
+   
126
+   // check that we are really outside of the button (this may be false if the dialog is appearing under the mouse and has not yet its input shape (X lag)).
127
+   if (pEvent->detail != GDK_NOTIFY_ANCESTOR)  // a LeaveNotify event not within the same window (ie, either an Alt+Tab or the dialog that spawned under the cursor)
128
+   {
129
+       int x, y;
130
+       gtk_widget_get_pointer (GTK_WIDGET (button), &x, &y);
131
+       GtkAllocation allocation;
132
+       gtk_widget_get_allocation (GTK_WIDGET (button), &allocation);
133
+       if (x >= 0 && x < allocation.width && y >= 0 && y < allocation.height)  // we are actually still inside the button, ignore the event, we'll get an 'enter' event as soon as the dialog's input shape is ready.
134
+       {
135
+           s_iSidCheckGroupButton = g_timeout_add (1000, _check_group_button, NULL);  // check in a moment if we left the button because of the dialog or because of another window (alt+tab).
136
+           return FALSE;
137
+       }
138
+   }
139
+   
140
+   // hide the dialog and the preview box.
141
    gtk_widget_hide (s_pPreviewBox);
142
    
143
-   if (! cairo_dock_dialog_unreference (s_pDialog))
144
-       cairo_dock_dialog_unreference (s_pDialog);
145
-   s_pDialog = NULL;
146
+   cairo_dock_dialog_unreference (s_pDialog);
147
+   
148
+   s_pCurrentButton = NULL;
149
+   
150
+   return FALSE;
151
 }
152
 
153
 
154
@@ -986,6 +1046,12 @@
155
        g_source_remove (s_iSidShowGroupDialog);
156
        s_iSidShowGroupDialog = 0;
157
    }
158
+   cairo_dock_dialog_unreference (s_pDialog);
159
+   if (s_iSidCheckGroupButton != 0)
160
+   {
161
+       g_source_remove (s_iSidCheckGroupButton);
162
+       s_iSidCheckGroupButton = 0;
163
+   }
164
    return FALSE;
165
 }
166
 
167
@@ -1364,8 +1430,8 @@
168
        g_signal_connect (G_OBJECT (pGroupButton), "clicked", G_CALLBACK(on_click_group_button), pGroupDescription);
169
    else
170
        gtk_widget_set_sensitive (pGroupButton, FALSE);
171
-   g_signal_connect (G_OBJECT (pGroupButton), "enter", G_CALLBACK(on_enter_group_button), pGroupDescription);
172
-   g_signal_connect (G_OBJECT (pGroupButton), "leave", G_CALLBACK(on_leave_group_button), NULL);
173
+   g_signal_connect (G_OBJECT (pGroupButton), "enter-notify-event", G_CALLBACK(on_enter_group_button), pGroupDescription);
174
+   g_signal_connect (G_OBJECT (pGroupButton), "leave-notify-event", G_CALLBACK(on_leave_group_button), NULL);
175
 
176
    GtkWidget *pButtonHBox = _gtk_hbox_new (CAIRO_DOCK_FRAME_MARGIN);
177
    GtkWidget *pImage = _make_image (cIconPath, CAIRO_DOCK_GROUP_ICON_SIZE);
178
cairo-dock-3.0.1.tar.gz/src/gldit/cairo-dock-callbacks.c -> cairo-dock-3.0.2.tar.gz/src/gldit/cairo-dock-callbacks.c Changed
73
 
1
@@ -98,7 +98,7 @@
2
            : (pDock->container.iMouseY < 0
3
            ||
4
        pDock->container.iMouseY >= (pDock->fMagnitudeMax != 0 ? pDock->container.iHeight : pDock->iMinDockHeight))));*/
5
-   double x1, x2, y1, y2;
6
+   int x1, x2, y1, y2;
7
    if (pDock->iInputState == CAIRO_DOCK_INPUT_ACTIVE)
8
    {
9
        x1 = 0;
10
@@ -106,14 +106,14 @@
11
        if (pDock->container.bDirectionUp)
12
        {
13
            ///y1 = (pDock->fMagnitudeMax != 0 ? 0 : pDock->container.iHeight - pDock->iMinDockHeight);
14
-           y1 = pDock->container.iHeight - pDock->iActiveHeight;
15
+           y1 = pDock->container.iHeight - pDock->iActiveHeight + 1;
16
            y2 = pDock->container.iHeight;
17
        }
18
        else
19
        {
20
            y1 = 0;
21
            ///y2 = (pDock->fMagnitudeMax != 0 ? pDock->container.iHeight : pDock->iMinDockHeight);
22
-           y2 = pDock->iActiveHeight;
23
+           y2 = pDock->iActiveHeight - 1;
24
        }
25
    }
26
    else if (pDock->iInputState == CAIRO_DOCK_INPUT_AT_REST)
27
@@ -122,13 +122,13 @@
28
        x2 = (pDock->container.iWidth + pDock->iMinDockWidth) / 2;
29
        if (pDock->container.bDirectionUp)
30
        {
31
-           y1 = pDock->container.iHeight - pDock->iMinDockHeight;
32
+           y1 = pDock->container.iHeight - pDock->iMinDockHeight + 1;
33
            y2 = pDock->container.iHeight;
34
        }
35
        else
36
        {
37
            y1 = 0;
38
-           y2 = pDock->iMinDockHeight;
39
+           y2 = pDock->iMinDockHeight - 1;
40
        }       
41
    }
42
    else  // hidden
43
@@ -907,6 +907,7 @@
44
        return FALSE;
45
    }*/
46
    
47
+   gboolean bWasInside = pDock->container.bInside;
48
    pDock->container.bInside = TRUE;
49
    
50
    // animation d'entree.
51
@@ -965,8 +966,11 @@
52
        cairo_dock_start_showing (pDock);  // on a mis a jour la zone d'input avant, sinon la fonction le ferait, ce qui serait inutile.
53
    }
54
    
55
+   // start growing up (do it before calculating icons, so that we don't seem to be in an anormal state, where we're inside a dock that doesn't grow).
56
+   cairo_dock_start_growing (pDock);
57
+   
58
    // since we've just entered the dock, the pointed icon has changed from none to the current one.
59
-   if (pEvent != NULL)
60
+   if (pEvent != NULL && ! bWasInside)
61
    {
62
        // update the mouse coordinates
63
        if (pDock->container.bIsHorizontal)
64
@@ -987,8 +991,6 @@
65
            cairo_dock_on_change_icon (NULL, icon, pDock);  // we were out of the dock, so there is no previous pointed icon.
66
        }
67
    }
68
-   // on lance le grossissement.
69
-   cairo_dock_start_growing (pDock);
70
    
71
    return TRUE;
72
 }
73
cairo-dock-3.0.1.tar.gz/src/gldit/cairo-dock-class-manager.c -> cairo-dock-3.0.2.tar.gz/src/gldit/cairo-dock-class-manager.c Changed
39
 
1
@@ -1653,7 +1653,7 @@
2
    
3
    cd_debug ("%s (%s, '%s')", __func__, cCommand, cStartupWMClass);
4
    gchar *cResult = NULL;
5
-   if (cStartupWMClass == NULL || *cStartupWMClass == '\0' || strcmp (cStartupWMClass, "Wine") == 0)  // on force pour wine, car meme si la classe est explicitement definie en tant que "Wine", cette information est inexploitable.
6
+   if (cStartupWMClass == NULL || *cStartupWMClass == '\0' || g_strcmp0 (cStartupWMClass, "Wine") == 0)  // on force pour wine, car meme si la classe est explicitement definie en tant que "Wine", cette information est inexploitable.
7
    {
8
        if (cCommand == NULL || *cCommand == '\0')
9
            return NULL;
10
@@ -1661,7 +1661,7 @@
11
        gchar *str;
12
        const gchar *cClass = cDefaultClass;  // pointer to the current class.
13
        
14
-       if (strncmp (cClass, "gksu", 4) == 0 || strncmp (cClass, "kdesu", 4) == 0 || strncmp (cClass, "su-to-root", 10) == 0)  // on prend la fin.
15
+       if (strncmp (cClass, "gksu", 4) == 0 || strncmp (cClass, "kdesu", 5) == 0 || strncmp (cClass, "su-to-root", 10) == 0)  // on prend la fin.
16
        {
17
            str = (gchar*)cClass + strlen(cClass) - 1;  // last char.
18
            while (*str == ' ')  // par securite on enleve les espaces en fin de ligne.
19
@@ -1911,7 +1911,18 @@
20
            {
21
                gchar **pMenuItem = g_new0 (gchar*, 4);
22
                pMenuItem[0] = g_key_file_get_locale_string (pKeyFile, cGroup, "Name", NULL, NULL);
23
-               pMenuItem[1] = g_key_file_get_string (pKeyFile, cGroup, "Exec", NULL);
24
+               cCommand = g_key_file_get_string (pKeyFile, cGroup, "Exec", NULL);
25
+               if (cCommand != NULL)  // remove the launching options %x.
26
+               {
27
+                   gchar *str = strchr (cCommand, '%');  // search the first one.
28
+                   if (str != NULL)
29
+                   {
30
+                       if (str != cCommand && (*(str-1) == '"' || *(str-1) == '\''))  // take care of "" around the option.
31
+                           str --;
32
+                       *str = '\0';  // il peut rester un espace en fin de chaine, ce n'est pas grave.
33
+                   }
34
+               }
35
+               pMenuItem[1] = cCommand;
36
                pMenuItem[2] = g_key_file_get_string (pKeyFile, cGroup, "Icon", NULL);
37
                
38
                pClassAppli->pMenuItems = g_list_append (pClassAppli->pMenuItems, pMenuItem);
39
cairo-dock-3.0.1.tar.gz/src/gldit/cairo-dock-dialog-manager.c -> cairo-dock-3.0.2.tar.gz/src/gldit/cairo-dock-dialog-manager.c Changed
20
 
1
@@ -221,8 +221,17 @@
2
    CairoDialog *pDialog)
3
 {
4
    //g_print ("press button on dialog\n");
5
-   if (pButton->time > pDialog->iButtonPressTime)  // it's not a click on the interactive widget that has been passed to the dialog.
6
+   if (pButton->button == 1 && pButton->time > pDialog->iButtonPressTime)  // left-click, and not a click on the interactive widget that has been passed to the dialog.
7
    {
8
+       // the interactive widget may have holes (for instance, a gtk-calendar); ignore them, otherwise it's really easy to close the dialog unexpectedly.
9
+       if (pDialog->pInteractiveWidget)
10
+       {
11
+           GtkAllocation allocation;
12
+           gtk_widget_get_allocation (pDialog->pInteractiveWidget, &allocation);
13
+           if (pButton->x >= allocation.x && pButton->x <= allocation.x + allocation.width
14
+           && pButton->y >= allocation.y && pButton->y <= allocation.y + allocation.height)  // the click is inside the widget.
15
+               return FALSE;
16
+       }
17
        if (pButton->type == GDK_BUTTON_PRESS)
18
        {
19
            if (pDialog->pButtons == NULL)  // not a dialog that can be closed by a button => we close it here
20
cairo-dock-3.0.1.tar.gz/src/gldit/cairo-dock-dock-facility.c -> cairo-dock-3.0.2.tar.gz/src/gldit/cairo-dock-dock-facility.c Changed
10
 
1
@@ -249,7 +249,7 @@
2
                }
3
                //pDock->container.bInside = TRUE;
4
                ///if ((pDock->bAtBottom && pDock->iRefCount == 0 && ! pDock->bAutoHide) || (pDock->container.iWidth != pDock->iMaxDockWidth || pDock->container.iHeight != pDock->iMaxDockHeight) || (!pDock->container.bInside))  // on le fait pas avec l'auto-hide, car un signal d'entree est deja emis a cause des mouvements/redimensionnements de la fenetre, et en rajouter un ici fout le boxon.  // !pDock->container.bInside ajoute pour le bug du chgt de bureau.
5
-               if ((pDock->iMagnitudeIndex == 0 && pDock->iRefCount == 0 && ! pDock->bAutoHide) || !pDock->container.bInside)
6
+               if ((pDock->iMagnitudeIndex == 0 && pDock->iRefCount == 0 && ! pDock->bAutoHide && ! pDock->bIsGrowingUp) || !pDock->container.bInside)  // we are probably a little bit paranoia here, especially with the first case ... anyway, if we missed the 'enter' event for some reason, force it here.
7
                {
8
                    //g_print ("  on emule une re-rentree (pDock->iMagnitudeIndex:%d)\n", pDock->iMagnitudeIndex);
9
                    cairo_dock_emit_enter_signal (CAIRO_CONTAINER (pDock));
10
cairo-dock-3.0.1.tar.gz/src/gldit/cairo-dock-draw-opengl.c -> cairo-dock-3.0.2.tar.gz/src/gldit/cairo-dock-draw-opengl.c Changed
50
 
1
@@ -571,29 +571,32 @@
2
            
3
            if (icon->bHasHiddenBg)
4
            {
5
-               glPushMatrix ();
6
                if (icon->pHiddenBgColor)  // custom bg color
7
                    memcpy (pHiddenBgColor, icon->pHiddenBgColor, 4*sizeof (gdouble));
8
                else  // default bg color
9
                    memcpy (pHiddenBgColor, myDocksParam.fHiddenBg, 4*sizeof (gdouble));
10
                pHiddenBgColor[3] *= pDock->fPostHideOffset;
11
-               w = icon->fWidth * icon->fScale;
12
-               h = icon->fHeight * icon->fScale;
13
-               if (pDock->container.bIsHorizontal)
14
+               if (pHiddenBgColor[3] != 0)
15
                {
16
-                   glTranslatef (icon->fDrawX + w/2,
17
-                       pDock->container.iHeight - icon->fDrawY - h/2,
18
-                       0.);
19
-                   cairo_dock_draw_rounded_rectangle_opengl (w - 2*r + dw, h, r, 0, pHiddenBgColor);
20
+                   glPushMatrix ();
21
+                   w = icon->fWidth * icon->fScale;
22
+                   h = icon->fHeight * icon->fScale;
23
+                   if (pDock->container.bIsHorizontal)
24
+                   {
25
+                       glTranslatef (icon->fDrawX + w/2,
26
+                           pDock->container.iHeight - icon->fDrawY - h/2,
27
+                           0.);
28
+                       cairo_dock_draw_rounded_rectangle_opengl (w - 2*r + dw, h, r, 0, pHiddenBgColor);
29
+                   }
30
+                   else
31
+                   {
32
+                       glTranslatef (icon->fDrawY + h/2,
33
+                           pDock->container.iWidth - icon->fDrawX - w/2,
34
+                           0.);
35
+                       cairo_dock_draw_rounded_rectangle_opengl (h - 2*r + dw, w, r, 0, pHiddenBgColor);
36
+                   }
37
+                   glPopMatrix ();
38
                }
39
-               else
40
-               {
41
-                   glTranslatef (icon->fDrawY + h/2,
42
-                       pDock->container.iWidth - icon->fDrawX - w/2,
43
-                       0.);
44
-                   cairo_dock_draw_rounded_rectangle_opengl (h - 2*r + dw, w, r, 0, pHiddenBgColor);
45
-               }
46
-               glPopMatrix ();
47
            }
48
            
49
            glPushMatrix ();
50
cairo-dock-3.0.1.tar.gz/src/gldit/cairo-dock-draw.c -> cairo-dock-3.0.2.tar.gz/src/gldit/cairo-dock-draw.c Changed
41
 
1
@@ -935,22 +935,25 @@
2
                    pHiddenBgColor = icon->pHiddenBgColor;
3
                else  // default bg color
4
                    pHiddenBgColor = myDocksParam.fHiddenBg;
5
-               cairo_save (pCairoContext);
6
-               cairo_set_source_rgba (pCairoContext, pHiddenBgColor[0], pHiddenBgColor[1], pHiddenBgColor[2], pHiddenBgColor[3] * pDock->fPostHideOffset);
7
-               w = icon->fWidth * icon->fScale;
8
-               h = icon->fHeight * icon->fScale;
9
-               if (pDock->container.bIsHorizontal)
10
+               if ( pHiddenBgColor[3] != 0)
11
                {
12
-                   cairo_translate (pCairoContext, icon->fDrawX - dw / 2, icon->fDrawY);
13
-                   cairo_dock_draw_rounded_rectangle (pCairoContext, r, 0, w - 2*r + dw, h);
14
+                   cairo_save (pCairoContext);
15
+                   cairo_set_source_rgba (pCairoContext, pHiddenBgColor[0], pHiddenBgColor[1], pHiddenBgColor[2], pHiddenBgColor[3] * pDock->fPostHideOffset);
16
+                   w = icon->fWidth * icon->fScale;
17
+                   h = icon->fHeight * icon->fScale;
18
+                   if (pDock->container.bIsHorizontal)
19
+                   {
20
+                       cairo_translate (pCairoContext, icon->fDrawX - dw / 2, icon->fDrawY);
21
+                       cairo_dock_draw_rounded_rectangle (pCairoContext, r, 0, w - 2*r + dw, h);
22
+                   }
23
+                   else
24
+                   {
25
+                       cairo_translate (pCairoContext, icon->fDrawY - dw / 2, icon->fDrawX);
26
+                       cairo_dock_draw_rounded_rectangle (pCairoContext, r, 0, h - 2*r + dw, w);
27
+                   }
28
+                   cairo_fill (pCairoContext);
29
+                   cairo_restore (pCairoContext);
30
                }
31
-               else
32
-               {
33
-                   cairo_translate (pCairoContext, icon->fDrawY - dw / 2, icon->fDrawX);
34
-                   cairo_dock_draw_rounded_rectangle (pCairoContext, r, 0, h - 2*r + dw, w);
35
-               }
36
-               cairo_fill (pCairoContext);
37
-               cairo_restore (pCairoContext);
38
            }
39
            
40
            cairo_save (pCairoContext);
41
cairo-dock-3.0.1.tar.gz/src/gldit/cairo-dock-icon-facility.c -> cairo-dock-3.0.2.tar.gz/src/gldit/cairo-dock-icon-facility.c Changed
32
 
1
@@ -570,7 +570,7 @@
2
    va_end (args);
3
 }
4
 
5
-void cairo_dock_set_quick_info (Icon *pIcon, CairoContainer *pContainer, const gchar *cQuickInfo)
6
+void cairo_dock_set_quick_info (Icon *pIcon, CairoContainer *pContainer_useless, const gchar *cQuickInfo)
7
 {
8
    g_return_if_fail (pIcon != NULL);
9
    
10
@@ -584,12 +584,12 @@
11
        &myIconsParam.quickInfoTextDescription);
12
 }
13
 
14
-void cairo_dock_set_quick_info_printf (Icon *pIcon, CairoContainer *pContainer, const gchar *cQuickInfoFormat, ...)
15
+void cairo_dock_set_quick_info_printf (Icon *pIcon, CairoContainer *pContainer_useless, const gchar *cQuickInfoFormat, ...)
16
 {
17
    va_list args;
18
    va_start (args, cQuickInfoFormat);
19
    gchar *cFullText = g_strdup_vprintf (cQuickInfoFormat, args);
20
-   cairo_dock_set_quick_info (pIcon, pContainer, cFullText);
21
+   cairo_dock_set_quick_info (pIcon, pContainer_useless, cFullText);
22
    g_free (cFullText);
23
    va_end (args);
24
 }
25
@@ -736,4 +736,4 @@
26
        cairo_surface_destroy (surface);
27
    }
28
    return pixbuf;
29
-}
30
\ No newline at end of file
31
+}
32
cairo-dock-3.0.1.tar.gz/src/gldit/cairo-dock-icon-manager.c -> cairo-dock-3.0.2.tar.gz/src/gldit/cairo-dock-icon-manager.c Changed
52
 
1
@@ -264,6 +264,12 @@
2
 {
3
    g_return_val_if_fail (cFileName != NULL, NULL);
4
    
5
+   #if (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 32)
6
+   static GStaticMutex s_aMutexLookupIcon = G_STATIC_MUTEX_INIT;
7
+   #else
8
+   static GMutex s_aMutexLookupIcon;
9
+   #endif
10
+   
11
    //\_______________________ easy cases: we receive a path.
12
    if (*cFileName == '~')
13
    {
14
@@ -321,10 +327,20 @@
15
            if (str != NULL)
16
                *str = '\0';
17
        }
18
+       #if (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 32)
19
+       g_static_mutex_lock (&s_aMutexLookupIcon);
20
+       #else
21
+       g_mutex_lock (&s_aMutexLookupIcon); // it seems gtk_icon_theme_lookup_icon is not thread-safe...
22
+       #endif
23
        pIconInfo = gtk_icon_theme_lookup_icon (s_pIconTheme,
24
            sIconPath->str,
25
            iDesiredIconSize, // GTK_ICON_LOOKUP_FORCE_SIZE if size < 30 ?? -> icons can be different // a lot of themes now use only svg files.
26
            GTK_ICON_LOOKUP_FORCE_SVG);
27
+       #if (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 32)
28
+       g_static_mutex_unlock (&s_aMutexLookupIcon);
29
+       #else
30
+       g_mutex_unlock (&s_aMutexLookupIcon);
31
+       #endif
32
        if (pIconInfo != NULL)
33
        {
34
            g_string_assign (sIconPath, gtk_icon_info_get_filename (pIconInfo));
35
@@ -383,6 +399,8 @@
36
 
37
 void cairo_dock_remove_path_from_icon_theme (const gchar *cThemePath)
38
 {
39
+   if (! GTK_IS_ICON_THEME (s_pIconTheme))
40
+       return;
41
    g_signal_handlers_block_matched (s_pIconTheme,
42
        (GSignalMatchType) G_SIGNAL_MATCH_FUNC,
43
        0, 0, NULL, _on_icon_theme_changed, NULL);
44
@@ -951,6 +969,7 @@
45
        NOTIFICATION_RENDER_ICON,
46
        (CairoDockNotificationFunc) cairo_dock_render_icon_notification,
47
        CAIRO_DOCK_RUN_FIRST, NULL);
48
+   
49
 }
50
 
51
 
52
cairo-dock-3.0.1.tar.gz/src/gldit/cairo-dock-module-factory.c -> cairo-dock-3.0.2.tar.gz/src/gldit/cairo-dock-module-factory.c Changed
10
 
1
@@ -344,7 +344,7 @@
2
        {
3
            gsize length;
4
            pMinimalConfig->pHiddenBgColor = g_key_file_get_double_list (pKeyFile, "Icon", "bg color", &length, NULL);
5
-           if (length < 4 || pMinimalConfig->pHiddenBgColor[3] == 0)
6
+           if (length < 4)  // invalid rgba color => use the default one.
7
            {
8
                g_free (pMinimalConfig->pHiddenBgColor);
9
                pMinimalConfig->pHiddenBgColor = NULL;
10
cairo-dock-3.0.1.tar.gz/src/gldit/eggaccelerators.c -> cairo-dock-3.0.2.tar.gz/src/gldit/eggaccelerators.c Changed
35
 
1
@@ -175,6 +175,20 @@
2
      (string[6] == '>'));
3
 }
4
 
5
+static inline gboolean
6
+is_primary (const gchar *string)
7
+{
8
+   return ((string[0] == '<') &&
9
+       (string[1] == 'p' || string[1] == 'P') &&
10
+       (string[2] == 'r' || string[2] == 'R') &&
11
+       (string[3] == 'i' || string[3] == 'I') &&
12
+       (string[4] == 'm' || string[4] == 'M') &&
13
+       (string[5] == 'a' || string[5] == 'A') &&
14
+       (string[6] == 'r' || string[6] == 'R') &&
15
+       (string[7] == 'y' || string[7] == 'Y') &&
16
+       (string[8] == '>'));
17
+}
18
+
19
 /**
20
  * Parses a string representing a virtual accelerator. The format
21
  * looks like "&lt;Control&gt;a" or "&lt;Shift&gt;&lt;Alt&gt;F1" or
22
@@ -295,6 +309,12 @@
23
          len -= 7;
24
          mods |= EGG_VIRTUAL_SUPER_MASK;
25
        }
26
+          else if (len >= 9 && is_primary (accelerator))
27
+       {
28
+         accelerator += 9;
29
+         len -= 9;
30
+         mods |= EGG_VIRTUAL_CONTROL_MASK;
31
+       }
32
      else
33
        {
34
          gchar last_ch;
35
cairo-dock-3.0.1.tar.gz/src/icon-factory/cairo-dock-application-factory.c -> cairo-dock-3.0.2.tar.gz/src/icon-factory/cairo-dock-application-factory.c Changed
28
 
1
@@ -47,6 +47,7 @@
2
 static Atom s_aNetWmWindowType;
3
 static Atom s_aNetWmWindowTypeNormal;
4
 static Atom s_aNetWmWindowTypeDialog;
5
+static Atom s_aNetWmWindowTypeDock;
6
 static Atom s_aWmHints;
7
 static Atom s_aNetWmHidden;
8
 static Atom s_aNetWmFullScreen;
9
@@ -69,6 +70,7 @@
10
    s_aNetWmWindowType = XInternAtom (s_XDisplay, "_NET_WM_WINDOW_TYPE", False);
11
    s_aNetWmWindowTypeNormal = XInternAtom (s_XDisplay, "_NET_WM_WINDOW_TYPE_NORMAL", False);
12
    s_aNetWmWindowTypeDialog = XInternAtom (s_XDisplay, "_NET_WM_WINDOW_TYPE_DIALOG", False);
13
+   s_aNetWmWindowTypeDock = XInternAtom (s_XDisplay, "_NET_WM_WINDOW_TYPE_DOCK", False);
14
    
15
    s_aWmHints = XInternAtom (s_XDisplay, "WM_HINTS", False);
16
    
17
@@ -197,6 +199,10 @@
18
                    break;
19
                }
20
            }  // skip any other type (dock, menu, etc)
21
+           else if (pTypeBuffer[i] == s_aNetWmWindowTypeDock)  // workaround for the Unity-panel: if the type 'dock' is present, don't look further (as they add the 'normal' type too, which is non-sense).
22
+           {
23
+               break;
24
+           }
25
        }
26
        XFree (pTypeBuffer);
27
        if (! bKeep)
28
Refresh

No build results available

Refresh

No rpmlint results available

Request History
Adam Mizerski's avatar

etamPL created request over 11 years ago

update to 3.0.2


Peter Linnell's avatar

mrdocs accepted request over 12 years ago

Thanks. Looks good to me!