Overview

Request 279 (accepted)

update to 3.0.2

Submit package home:etamP...hes:Extra / cairo-dock-plugins to package Extra / cairo-dock-plugins

cairo-dock-plugins.changes Changed
x
 
1
@@ -1,4 +1,12 @@
2
 -------------------------------------------------------------------
3
+Wed Sep 12 22:35:06 UTC 2012 - adam@mizerski.pl
4
+
5
+- update to 3.0.2: bugfixes
6
+- spec file cleanup
7
+- added patch:
8
+  * cairo-dock-plugins-3.0.2-no-return-in-nonvoid-function.patch
9
+
10
+-------------------------------------------------------------------
11
 Thu May 24 20:23:20 UTC 2012 - pascal.bleser@opensuse.org
12
 
13
 - update to 3.0.1: bugfixes
14
cairo-dock-plugins.spec Changed
171
 
1
@@ -14,36 +14,62 @@
2
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
3
 
4
 Name:           cairo-dock-plugins
5
-Version:        3.0.1
6
+Version:        3.0.2
7
 Release:        0.pm.1
8
-Summary:        Cairo-dock is a small simple but effective docklet like Mac
9
 License:        GPL-3.0+
10
-URL:            http://www.glx-dock.org/
11
+Summary:        Cairo-dock is a small simple but effective docklet like Mac
12
+Url:            http://www.glx-dock.org/
13
 Group:          System/GUI/GNOME
14
 Source0:        https://launchpad.net/cairo-dock-plug-ins/3.0/%{version}/+download/cairo-dock-plugins-%{version}.tar.gz
15
 Source99:       cairo-dock-plugins-rpmlintrc
16
-BuildRoot:      %{_tmppath}/%{packagename}-%{version}-%{release}-root
17
-Requires:       cairo-dock = %{version}
18
-BuildRequires:  cairo-dock-devel = %{version}
19
+# PATCH-FIX-UPSTREAM cairo-dock-plugins-3.0.2-no-return-in-nonvoid-function.patch adam@mizerski lp#1050526 -- fix no-return-in-nonvoid-function
20
+Patch0:         cairo-dock-plugins-3.0.2-no-return-in-nonvoid-function.patch
21
+BuildRequires:  cmake
22
 BuildRequires:  fdupes
23
-BuildRequires:  alsa-devel glib-sharp2 gnome-vfs2-devel gvfs-devel
24
-BuildRequires:  libdbusmenu-qt-devel libetpan-devel libexif-devel libical-devel
25
-BuildRequires:  libsensors4-devel libwebkitgtk-devel libxklavier-devel
26
-BuildRequires:  mono-devel ndesk-dbus-glib-devel python-devel ruby-devel
27
-BuildRequires:  vala-devel vte-devel
28
-Recommends:     %{name}-lang = %{version}
29
+BuildRequires:  gcc-c++
30
+BuildRequires:  mono-core
31
+BuildRequires:  ruby
32
+BuildRequires:  vala-devel
33
+BuildRequires:  pkgconfig(alsa)
34
+BuildRequires:  pkgconfig(cairo)
35
+BuildRequires:  pkgconfig(cairo-dock) = %{version}
36
+BuildRequires:  pkgconfig(dbus-1)
37
+BuildRequires:  pkgconfig(dbus-glib-1)
38
+BuildRequires:  pkgconfig(fftw3)
39
+BuildRequires:  pkgconfig(gio-2.0)
40
+BuildRequires:  pkgconfig(gldi)
41
+BuildRequires:  pkgconfig(glib-2.0)
42
+BuildRequires:  pkgconfig(glib-sharp-2.0)
43
+BuildRequires:  pkgconfig(libexif)
44
+#BuildRequires:  pkgconfig(libgnome-menu-3.0) not yet
45
+BuildRequires:  pkgconfig(libical)
46
+BuildRequires:  pkgconfig(libpulse)
47
+BuildRequires:  pkgconfig(librsvg-2.0)
48
+BuildRequires:  pkgconfig(libxklavier)
49
+BuildRequires:  pkgconfig(libxml-2.0)
50
+BuildRequires:  pkgconfig(ndesk-dbus-1.0)
51
+BuildRequires:  pkgconfig(ndesk-dbus-glib-1.0)
52
+BuildRequires:  pkgconfig(upower-glib)
53
+%if 0%{?suse_version} >= 1210
54
+BuildRequires:  pkgconfig(vte-2.90)
55
+BuildRequires:  pkgconfig(webkitgtk-3.0)
56
+%else
57
+BuildRequires:  pkgconfig(vte)
58
+BuildRequires:  pkgconfig(webkit-1.0)
59
+%endif
60
+BuildRequires:  pkgconfig(x11)
61
+BuildRequires:  pkgconfig(xrandr)
62
+BuildRequires:  pkgconfig(xxf86vm)
63
+%if 0%{?suse_version} >= 1210
64
+BuildRequires:  pkgconfig(zeitgeist-1.0)
65
+%endif
66
+Requires:       cairo-dock = %{version}
67
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
68
+%py_requires
69
 
70
 %description
71
 That package provides plugins for cairo-dock
72
 
73
-%package lang
74
-Summary:        That package provides plugins for cairo-dock
75
-Group:          System/GUI/GNOME
76
-Requires:       cairo-dock-lang = %{version}
77
-
78
-%description lang
79
-That package provides translation for all the plugins
80
-
81
 %package gnome-integration
82
 Summary:        That package provides plugins for cairo-dock
83
 Group:          System/GUI/GNOME
84
@@ -61,67 +87,60 @@
85
 That package provides DE specific integration plugins
86
 
87
 %package kde-integration
88
-Summary:        That package provides plugins for %{packagename}
89
+Summary:        That package provides plugins for cairo-dock
90
 Group:          System/GUI/KDE
91
 Requires:       %{name} = %{version}
92
 
93
 %description kde-integration
94
 That package provides DE specific integration plugins
95
 
96
+%lang_package
97
+
98
 %prep
99
 %setup -q
100
-%__sed -i -e "s|lib/ruby/|%{_lib}/ruby/|g" CMakeLists.txt
101
-%__sed -i -e "s|--prefix=|--root=%{buildroot} --prefix=|g" Dbus/interfaces/python/PythonInstall.cmake.in
102
+%patch0 -p1
103
+sed -i -e "s|lib/ruby/|%{_lib}/ruby/|g" CMakeLists.txt
104
+sed -i -e "s|--prefix=|--root=%{buildroot} --prefix=|g" Dbus/interfaces/python/PythonInstall.cmake.in
105
 
106
 %build
107
-%__mkdir build
108
+mkdir build
109
 pushd build
110
     cmake \
111
-    -DCMAKE_VERBOSE_MAKEFILE=TRUE \
112
-    -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
113
-    -DCMAKE_SKIP_RPATH=TRUE \
114
-    -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
115
-    %if %{_lib} == lib64
116
-    -DFORCE_LIB64=yes \
117
-    -DLIB_SUFFIX=64 \
118
-    %endif
119
-    ..
120
-%__make %{?_smp_flags}
121
+        -DCMAKE_VERBOSE_MAKEFILE=TRUE \
122
+        -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
123
+        -DCMAKE_C_FLAGS="%{optflags}" \
124
+        -DCMAKE_SKIP_RPATH=TRUE \
125
+        -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
126
+        -DCMAKE_INSTALL_LIBDIR=%{_libdir} \
127
+        ..
128
+    make %{?_smp_flags}
129
 popd
130
 
131
 %install
132
 pushd build
133
-    %makeinstall
134
+    %make_install
135
 popd
136
-
137
 %find_lang %{name}
138
-
139
 %fdupes -s %{buildroot}
140
 
141
 %post -p /sbin/ldconfig
142
-
143
 %postun -p /sbin/ldconfig
144
 
145
-%clean
146
-%{?buildroot:%__rm -rf "%{buildroot}"}
147
-
148
 %files
149
 %defattr(-,root,root)
150
 %dir %{_libdir}/cairo-dock
151
 %{_libdir}/cairo-dock/libcd-*.so
152
 %{_libdir}/libCDApplet.so
153
 %{_libdir}/pkgconfig/CDApplet.pc
154
-%dir %{_datadir}/cairo-dock/plug-ins
155
-%{_datadir}/cairo-dock/plug-ins/*
156
-%dir %{_datadir}/cairo-dock/gauges
157
-%{_datadir}/cairo-dock/gauges/*
158
+%{_datadir}/cairo-dock/plug-ins/
159
+%{_datadir}/cairo-dock/gauges/
160
 %dir %{_datadir}/vala-*
161
 %dir %{_datadir}/vala-*/vapi
162
 %{_datadir}/vala-*/vapi/CDApplet.*
163
 %dir %{_prefix}/lib/cli
164
 %dir %{_prefix}/lib/cli/cairo-dock-plug-ins
165
 %{_prefix}/lib/cli/cairo-dock-plug-ins/CDApplet.dll
166
-%{_libdir}/ruby/1.8/CDApplet.rb
167
+%{_libdir}/ruby/*/CDApplet.rb
168
 %{python_sitelib}/CDApplet.py*
169
 %{python_sitelib}/CDApplet*egg-info*
170
 %{python_sitelib}/CairoDock.py*
171
cairo-dock-plugins-3.0.2-no-return-in-nonvoid-function.patch Added
55
 
1
@@ -0,0 +1,53 @@
2
+diff -rupN cairo-dock-plugins-3.0.2/alsaMixer/src/applet-init.c cairo-dock-plugins-3.0.2_mod/alsaMixer/src/applet-init.c
3
+--- cairo-dock-plugins-3.0.2/alsaMixer/src/applet-init.c   2012-06-15 21:32:58.000000000 +0200
4
++++ cairo-dock-plugins-3.0.2_mod/alsaMixer/src/applet-init.c   2012-09-13 16:22:35.178259521 +0200
5
+@@ -52,6 +52,7 @@ static gboolean _cd_mixer_on_enter (GtkW
6
+   {
7
+       gtk_widget_show (myData.pScale);
8
+   }
9
++  return CAIRO_DOCK_INTERCEPT_NOTIFICATION;
10
+ }
11
+ gboolean _cd_mixer_on_leave (GtkWidget* pWidget,
12
+   GdkEventCrossing* pEvent,
13
+@@ -62,6 +63,7 @@ gboolean _cd_mixer_on_leave (GtkWidget*
14
+       if (! myDesklet->container.bInside)
15
+           gtk_widget_hide (myData.pScale);
16
+   }
17
++  return CAIRO_DOCK_INTERCEPT_NOTIFICATION;
18
+ }
19
+ 
20
+ CD_APPLET_INIT_BEGIN
21
+diff -rupN cairo-dock-plugins-3.0.2/Dbus/src/interface-main-methods.c cairo-dock-plugins-3.0.2_mod/Dbus/src/interface-main-methods.c
22
+--- cairo-dock-plugins-3.0.2/Dbus/src/interface-main-methods.c 2012-06-15 21:32:58.000000000 +0200
23
++++ cairo-dock-plugins-3.0.2_mod/Dbus/src/interface-main-methods.c 2012-09-13 16:21:03.949721153 +0200
24
+@@ -1103,6 +1103,7 @@ gboolean cd_dbus_main_reload_icon (dbusM
25
+ static gboolean _on_icon_deleted (GList *ic, Icon *pIcon)
26
+ {
27
+   ic->data = NULL;
28
++  return CAIRO_DOCK_INTERCEPT_NOTIFICATION;
29
+ }
30
+ gboolean cd_dbus_main_remove_icon (dbusMainObject *pDbusCallback, gchar *cIconQuery, GError **error)
31
+ {
32
+diff -rupN cairo-dock-plugins-3.0.2/dock-rendering/src/rendering-parabole.c cairo-dock-plugins-3.0.2_mod/dock-rendering/src/rendering-parabole.c
33
+--- cairo-dock-plugins-3.0.2/dock-rendering/src/rendering-parabole.c   2012-06-15 21:32:58.000000000 +0200
34
++++ cairo-dock-plugins-3.0.2_mod/dock-rendering/src/rendering-parabole.c   2012-09-13 16:24:07.577804792 +0200
35
+@@ -491,7 +491,7 @@ static double cd_rendering_project_curso
36
+   while (y_sup - y_inf > 1);
37
+   return (y_inf + y_sup) / 2;
38
+ }
39
+-static double cd_rendering_project_cursor_on_curve (double x0, double y0, double lambda, double alpha, double *fXOnCurve, double *fYOnCurve)
40
++static void cd_rendering_project_cursor_on_curve (double x0, double y0, double lambda, double alpha, double *fXOnCurve, double *fYOnCurve)
41
+ {
42
+   double xM, yM;
43
+   if (my_fParaboleRatio > 1)
44
+diff -rupN cairo-dock-plugins-3.0.2/dustbin/src/applet-notifications.c cairo-dock-plugins-3.0.2_mod/dustbin/src/applet-notifications.c
45
+--- cairo-dock-plugins-3.0.2/dustbin/src/applet-notifications.c    2012-06-15 21:32:58.000000000 +0200
46
++++ cairo-dock-plugins-3.0.2_mod/dustbin/src/applet-notifications.c    2012-09-13 16:26:01.116474822 +0200
47
+@@ -96,6 +96,7 @@ static gboolean _display_result (CDShare
48
+   }
49
+   cairo_dock_discard_task (myData.pInfoTask);
50
+   myData.pInfoTask = NULL;
51
++  return TRUE;
52
+ }
53
+ static void _cd_dustbin_show_info (GtkMenuItem *menu_item, CairoDockModuleInstance *myApplet)
54
+ {
55
cairo-dock-plugins-3.0.1.tar.gz/CMakeLists.txt -> cairo-dock-plugins-3.0.2.tar.gz/CMakeLists.txt Changed
42
 
1
@@ -11,7 +11,7 @@
2
 ########### project ###############
3
 
4
 project ("cairo-dock-plugins")
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
@@ -93,6 +93,12 @@
11
    #set (libdir "${CMAKE_INSTALL_PREFIX}/${libname}/cairo-dock")
12
 endif()
13
 
14
+if (NOT "${force-icon-in-menus}" STREQUAL "no")  # we believe that not showing icons in the menus by default is a terrible idea; unfortunately, it's not easily undoable for an end-user; so until this is fixed by a big player (Gnome, Ubuntu or other), we'll force the display, unless "-Dforce-icon-in-menus=yes" is provided in the cmake command.
15
+   add_definitions (-DCAIRO_DOCK_FORCE_ICON_IN_MENUS=1)
16
+else()
17
+   add_definitions (-DCAIRO_DOCK_FORCE_ICON_IN_MENUS=0)
18
+endif()
19
+
20
 # set internationalisation
21
 set (GETTEXT_PLUGINS "cairo-dock-plugins")
22
 set (localedir "${prefix}/${CMAKE_INSTALL_LOCALEDIR}")
23
@@ -420,7 +426,7 @@
24
 message (STATUS " * Ruby:")
25
 # find_package(Ruby) found libs of ruby-dev but we only need a directory where we can install ruby libs.
26
 find_program (RUBY_EXECUTABLE ruby)
27
-EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -r rbconfig -e "print Config::CONFIG['rubylibdir']"
28
+EXECUTE_PROCESS(COMMAND ${RUBY_EXECUTABLE} -r rbconfig -e "print RbConfig::CONFIG['rubylibdir']"
29
    OUTPUT_VARIABLE RUBY_LIB_DIR)
30
 message (STATUS "   Ruby library dir: ${RUBY_LIB_DIR}")
31
 if ("${RUBY_LIB_DIR}" STREQUAL "" OR "${RUBY_LIB_DIR}" STREQUAL "nil")
32
@@ -429,7 +435,8 @@
33
    set (PROGRAMS_MISSING "${PROGRAMS_MISSING} ruby")
34
    set (with_ruby "no")
35
 else()
36
-   string (REGEX REPLACE "lib/ruby/[0-9].[0-9]" "" RUBY_LIB_DIR_INSTALL "${RUBY_LIB_DIR}")
37
+   # /usr/lib/ruby/1.8 or /usr/lib/ruby/1.9.1
38
+   string (REGEX REPLACE "lib/ruby/[0-9].[0-9]?.+" "" RUBY_LIB_DIR_INSTALL "${RUBY_LIB_DIR}")
39
    string (REGEX REPLACE "${RUBY_LIB_DIR_INSTALL}" "" RUBY_LIB_DIR_INSTALL "${RUBY_LIB_DIR}")
40
    set (RUBY_LIB_DIR "${CMAKE_INSTALL_PREFIX}/${RUBY_LIB_DIR_INSTALL}")
41
    message (STATUS "   will be installed in: ${RUBY_LIB_DIR}")
42
cairo-dock-plugins-3.0.1.tar.gz/Dbus/src/interface-applet-methods.c -> cairo-dock-plugins-3.0.2.tar.gz/Dbus/src/interface-applet-methods.c Changed
10
 
1
@@ -1157,6 +1157,8 @@
2
    g_hash_table_destroy (pGroups);
3
    gtk_widget_show_all (myData.pModuleMainMenu);
4
    
5
+   gtk_menu_reposition (GTK_MENU (myData.pModuleMainMenu));
6
+   
7
    return TRUE;
8
 }
9
 
10
cairo-dock-plugins-3.0.1.tar.gz/GMenu/src/applet-init.c -> cairo-dock-plugins-3.0.2.tar.gz/GMenu/src/applet-init.c Changed
15
 
1
@@ -80,13 +80,6 @@
2
    CD_APPLET_UNREGISTER_FOR_MIDDLE_CLICK_EVENT;
3
    CD_APPLET_UNREGISTER_FOR_BUILD_MENU_EVENT;
4
    
5
-   if (myData.iSidFakeMenuIdle != 0)
6
-       g_source_remove (myData.iSidFakeMenuIdle);
7
-   if (myData.iSidCreateMenuIdle != 0)
8
-       g_source_remove (myData.iSidCreateMenuIdle);
9
-   if (myData.iSidTreeChangeIdle != 0)
10
-       g_source_remove (myData.iSidTreeChangeIdle);
11
-   
12
    // keyboard events
13
    cd_keybinder_unbind (myData.cKeyBinding);
14
    cd_keybinder_unbind (myData.cKeyBindingQuickLaunch);
15
cairo-dock-plugins-3.0.1.tar.gz/GMenu/src/applet-menu-callbacks.c -> cairo-dock-plugins-3.0.2.tar.gz/GMenu/src/applet-menu-callbacks.c Changed
284
 
1
@@ -37,45 +37,14 @@
2
 {
3
    cd_message ("%s ()", __func__);
4
    
5
+   // easy way: rebuild the whole menu.
6
    if (myData.pMenu != NULL)
7
    {
8
        gtk_widget_destroy (myData.pMenu);
9
        myData.pMenu = NULL;
10
    }
11
    
12
-   if (myData.pMenu == NULL)
13
-   {
14
-       myData.pMenu = create_main_menu (NULL);
15
-   }
16
-   return ;
17
-   
18
-   guint idle_id;
19
-   
20
-   GList *children = gtk_container_get_children (GTK_CONTAINER (menu));
21
-   g_list_foreach (children, (GFunc)gtk_widget_destroy, NULL);
22
-   g_list_free (children);
23
-   ///while (GTK_MENU_SHELL (menu)->children)
24
-   /// gtk_widget_destroy (GTK_MENU_SHELL (menu)->children->data);
25
-
26
-   g_object_set_data_full (G_OBJECT (menu),
27
-               "panel-menu-tree-directory",
28
-               NULL, NULL);
29
-
30
-   g_object_set_data (G_OBJECT (menu),
31
-              "panel-menu-needs-loading",
32
-              GUINT_TO_POINTER (TRUE));
33
-
34
-   idle_id = g_idle_add_full (G_PRIORITY_LOW,
35
-                  submenu_to_display_in_idle,
36
-                  menu,
37
-                  NULL);
38
-   if (myData.iSidTreeChangeIdle != 0)
39
-       g_source_remove (myData.iSidTreeChangeIdle);
40
-   myData.iSidTreeChangeIdle = idle_id;
41
-   g_object_set_data_full (G_OBJECT (menu),
42
-               "panel-menu-idle-id",
43
-               GUINT_TO_POINTER (idle_id),
44
-               remove_submenu_to_display_idle);
45
+   myData.pMenu = create_main_menu (myApplet);
46
 }
47
 
48
 void remove_gmenu_tree_monitor (GtkWidget *menu,
49
@@ -88,16 +57,6 @@
50
 }
51
 
52
 
53
-gboolean menu_dummy_button_press_event (GtkWidget      *menuitem,
54
-                  GdkEventButton *event)
55
-{
56
-   if (event->button == 3)
57
-       return TRUE;
58
-
59
-   return FALSE;
60
-}
61
-
62
-
63
 void remove_submenu_to_display_idle (gpointer data)
64
 {
65
    guint idle_id = GPOINTER_TO_UINT (data);
66
@@ -129,7 +88,7 @@
67
 
68
    if (!g_object_get_data (G_OBJECT (menu), "panel-menu-needs-loading"))
69
    {
70
-       cd_debug ("needs no loading\n");
71
+       cd_debug ("needs no loading");
72
        return;
73
    }
74
 
75
@@ -150,7 +109,7 @@
76
        tree = g_object_get_data (G_OBJECT (menu), "panel-menu-tree");
77
        if (!tree)
78
        {
79
-           cd_warning ("no tree found in datas");
80
+           cd_warning ("no tree found in data");
81
            return;
82
        }
83
        directory = gmenu_tree_get_directory_from_path (tree,
84
@@ -223,10 +182,6 @@
85
 void panel_desktop_menu_item_append_menu (GtkWidget *menu, gpointer data)
86
 {
87
    CairoDockModuleInstance *myApplet = (CairoDockModuleInstance *) data;
88
- 
89
-   //panel_menu_items_append_from_desktop (menu, "yelp.desktop", NULL);
90
-   //panel_menu_items_append_from_desktop (menu, "gnome-about.desktop", NULL);
91
- 
92
    if (myConfig.iShowQuit != CD_GMENU_SHOW_QUIT_NONE)
93
        cd_menu_append_poweroff_to_menu (menu, myApplet);
94
 }
95
@@ -237,24 +192,9 @@
96
    //g_print ("%s ()\n", __func__);    
97
    CairoDockModuleInstance *myApplet;
98
    GtkWidget   *item;
99
-   gboolean     add_separator;
100
-   GList       *children;
101
-   GList       *last;
102
 
103
    myApplet = (CairoDockModuleInstance *) data;
104
 
105
-   add_separator = FALSE;
106
-   children = gtk_container_get_children (GTK_CONTAINER (main_menu));
107
-   last = g_list_last (children);
108
-   if (last != NULL) {
109
-       ///add_separator = !GTK_IS_SEPARATOR (GTK_WIDGET (last->data));
110
-   }
111
-   g_list_free (children);
112
-
113
-   if (add_separator)
114
-       add_menu_separator (main_menu);
115
-   
116
-   
117
    GtkWidget *desktop_menu;
118
 
119
    desktop_menu = create_applications_menu ("settings.menu", NULL, main_menu);
120
@@ -273,73 +213,8 @@
121
    {
122
        cd_menu_append_recent_to_menu (main_menu, myApplet);
123
    }
124
-
125
-
126
-   /*item = panel_place_menu_item_new (TRUE);
127
-   panel_place_menu_item_set_panel (item, panel);
128
-   gtk_menu_shell_append (GTK_MENU_SHELL (main_menu), item);
129
-   gtk_widget_show (item);
130
-
131
-   item = panel_desktop_menu_item_new (TRUE, FALSE);
132
-   panel_desktop_menu_item_set_panel (item, panel);
133
-   gtk_menu_shell_append (GTK_MENU_SHELL (main_menu), item);
134
-   gtk_widget_show (item);
135
-
136
-   panel_menu_items_append_lock_logout (main_menu);*/
137
-}
138
-
139
-/*gboolean show_item_menu (GtkWidget      *item,
140
-       GdkEventButton *bevent)
141
-{
142
-   CairoDockModuleInstance *myApplet;
143
-   GtkWidget   *menu;
144
-
145
-   if (panel_lockdown_get_locked_down ())
146
-       return FALSE;
147
-
148
-   panel_widget = menu_get_panel (item);
149
-
150
-   menu = g_object_get_data (G_OBJECT (item), "panel-item-context-menu");
151
-
152
-   if (!menu)
153
-       menu = create_item_context_menu (item, panel_widget);
154
-
155
-   if (!menu)
156
-       return FALSE;
157
-
158
-   gtk_menu_set_screen (GTK_MENU (menu),
159
-                gtk_window_get_screen (GTK_WINDOW (panel_widget->toplevel)));
160
-
161
-   gtk_menu_popup (GTK_MENU (menu),
162
-           NULL, NULL, NULL, NULL,
163
-           bevent->button,
164
-           bevent->time);
165
-
166
-   return TRUE;
167
 }
168
-gboolean panel_menu_key_press_handler (GtkWidget   *widget,
169
-                 GdkEventKey *event)
170
-{
171
-   gboolean retval = FALSE;
172
-
173
-   if ((event->keyval == GDK_Menu) ||
174
-       (event->keyval == GDK_F10 &&
175
-       (event->state & gtk_accelerator_get_default_mod_mask ()) == GDK_SHIFT_MASK)) {
176
-       GtkMenuShell *menu_shell = GTK_MENU_SHELL (widget);
177
 
178
-       if (menu_shell->active_menu_item &&
179
-           GTK_MENU_ITEM (menu_shell->active_menu_item)->submenu == NULL) {
180
-           GdkEventButton bevent;
181
-
182
-           bevent.button = 3;
183
-           bevent.time = GDK_CURRENT_TIME;
184
-           retval = show_item_menu (menu_shell->active_menu_item,
185
-//                          &bevent);
186
-       }
187
-       
188
-   }
189
-   return retval;
190
-}*/
191
 
192
 static void menu_item_style_set (GtkImage *image,
193
             gpointer  data)
194
@@ -611,76 +486,6 @@
195
 }
196
 
197
 
198
-
199
-void  drag_begin_menu_cb (GtkWidget *widget, GdkDragContext     *context)
200
-{
201
-   /* FIXME: workaround for a possible gtk+ bug
202
-    *    See bugs #92085(gtk+) and #91184(panel) for details.
203
-    *    Maybe it's not needed with GtkTooltip?
204
-    */
205
-   g_object_set (widget, "has-tooltip", FALSE, NULL);
206
-}
207
-
208
-/* This is a _horrible_ hack to have this here. This needs to be added to the
209
- * GTK+ menuing code in some manner.
210
- */
211
-void  drag_end_menu_cb (GtkWidget *widget, GdkDragContext     *context)
212
-{
213
-  /**GtkWidget *xgrab_shell;
214
-  GtkWidget *parent;
215
-
216
-  // Find the last viewable ancestor, and make an X grab on it
217
-  parent = widget->parent;
218
-  xgrab_shell = NULL;
219
-
220
-  // FIXME: workaround for a possible gtk+ bug
221
-  //    See bugs #92085(gtk+) and #91184(panel) for details.
222
-  g_object_set (widget, "has-tooltip", TRUE, NULL);
223
-
224
-  while (parent)
225
-    {
226
-      gboolean viewable = TRUE;
227
-      GtkWidget *tmp = parent;
228
-      
229
-      while (tmp)
230
-   {
231
-     if (!GTK_WIDGET_MAPPED (tmp))
232
-       {
233
-         viewable = FALSE;
234
-         break;
235
-       }
236
-     tmp = tmp->parent;
237
-   }
238
-      
239
-      if (viewable)
240
-   xgrab_shell = parent;
241
-      
242
-      parent = GTK_MENU_SHELL (parent)->parent_menu_shell;
243
-    }
244
-  
245
-  if (xgrab_shell && !GTK_MENU(xgrab_shell)->torn_off)
246
-    {
247
-      GdkCursor *cursor = gdk_cursor_new (GDK_ARROW);
248
-
249
-      if ((gdk_pointer_grab (xgrab_shell->window, TRUE,
250
-                GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK |
251
-                GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK |
252
-                GDK_POINTER_MOTION_MASK,
253
-                NULL, cursor, GDK_CURRENT_TIME) == 0))
254
-   {
255
-     if (gdk_keyboard_grab (xgrab_shell->window, TRUE,
256
-                GDK_CURRENT_TIME) == 0)
257
-       GTK_MENU_SHELL (xgrab_shell)->have_xgrab = TRUE;
258
-     else
259
-       {
260
-         gdk_pointer_ungrab (GDK_CURRENT_TIME);
261
-       }
262
-   }
263
-
264
-      gdk_cursor_unref (cursor);
265
-    }*/
266
-}
267
-
268
 void  drag_data_get_menu_cb (GtkWidget        *widget,
269
               GdkDragContext   *context,
270
               GtkSelectionData *selection_data,
271
@@ -702,12 +507,3 @@
272
                strlen (uri_list));
273
    g_free (uri_list);
274
 }
275
-
276
-/*gboolean menuitem_button_press_event (GtkWidget      *menuitem,
277
-                GdkEventButton *event)
278
-{
279
-   if (event->button == 3)
280
-       return show_item_menu (menuitem, event);
281
-   
282
-   return FALSE;
283
-}*/
284
cairo-dock-plugins-3.0.1.tar.gz/GMenu/src/applet-menu-callbacks.h -> cairo-dock-plugins-3.0.2.tar.gz/GMenu/src/applet-menu-callbacks.h Changed
21
 
1
@@ -32,8 +32,6 @@
2
 void remove_gmenu_tree_monitor (GtkWidget *menu,
3
              GMenuTree  *tree);
4
 
5
-gboolean menu_dummy_button_press_event (GtkWidget      *menuitem,
6
-                  GdkEventButton *event);
7
 void remove_submenu_to_display_idle (gpointer data);
8
 
9
 gboolean submenu_to_display_in_idle (gpointer data);
10
@@ -52,10 +50,6 @@
11
 void activate_app_def (GtkWidget      *menuitem,
12
          GMenuTreeEntry *entry);
13
 
14
-void  drag_begin_menu_cb (GtkWidget *widget, GdkDragContext     *context);
15
-
16
-void  drag_end_menu_cb (GtkWidget *widget, GdkDragContext     *context);
17
-
18
 void  drag_data_get_menu_cb (GtkWidget        *widget,
19
               GdkDragContext   *context,
20
               GtkSelectionData *selection_data,
21
cairo-dock-plugins-3.0.1.tar.gz/GMenu/src/applet-menu.c -> cairo-dock-plugins-3.0.2.tar.gz/GMenu/src/applet-menu.c Changed
112
 
1
@@ -64,17 +64,11 @@
2
                   submenu_to_display_in_idle,
3
                   menu,
4
                   NULL);
5
-   if (myData.iSidFakeMenuIdle != 0)
6
-       g_source_remove (myData.iSidFakeMenuIdle);
7
-   myData.iSidFakeMenuIdle = idle_id;
8
    g_object_set_data_full (G_OBJECT (menu),
9
                "panel-menu-idle-id",
10
                GUINT_TO_POINTER (idle_id),
11
                remove_submenu_to_display_idle);
12
 
13
-   g_signal_connect (menu, "button_press_event",
14
-             G_CALLBACK (menu_dummy_button_press_event), NULL);
15
-
16
    return menu;
17
 }
18
 
19
@@ -252,7 +246,8 @@
20
    image = gtk_image_new ();
21
    ///image->requisition.width  = icon_height;
22
    ///image->requisition.height = icon_height;
23
-
24
+   gtk_widget_set_size_request (image, icon_height, icon_height);
25
+   
26
    /* this takes over the floating ref */
27
    icon->pixmap = g_object_ref (G_OBJECT (image));
28
    g_object_ref_sink (G_OBJECT (image));
29
@@ -419,12 +414,12 @@
30
            }
31
        }
32
 
33
-       g_signal_connect (G_OBJECT (menuitem), "drag_begin",
34
-                 G_CALLBACK (drag_begin_menu_cb), NULL);
35
+       ///g_signal_connect (G_OBJECT (menuitem), "drag_begin",
36
+       ///       G_CALLBACK (drag_begin_menu_cb), NULL);
37
        g_signal_connect (menuitem, "drag_data_get",
38
                  G_CALLBACK (drag_data_get_menu_cb), entry);
39
-       g_signal_connect (menuitem, "drag_end",
40
-                 G_CALLBACK (drag_end_menu_cb), NULL);
41
+       ///g_signal_connect (menuitem, "drag_end",
42
+       ///       G_CALLBACK (drag_end_menu_cb), NULL);
43
    }
44
 
45
    gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem);
46
@@ -592,7 +587,7 @@
47
    reload_image_menu_items ();
48
 }
49
 
50
-GtkWidget * panel_create_menu (void)
51
+static inline GtkWidget * panel_create_menu (void)
52
 {
53
    GtkWidget       *retval;
54
    static gboolean  registered_icon_theme_changer = FALSE;
55
@@ -606,14 +601,6 @@
56
    
57
    retval = gtk_menu_new ();
58
    
59
-   /*panel_gconf_notify_add_while_alive ("/desktop/gnome/interface/menus_have_icons",
60
-                       (GConfClientNotifyFunc) menus_have_icons_changed,
61
-                       G_OBJECT (retval));*/
62
-
63
-   /*g_signal_connect (retval, "key_press_event",
64
-             G_CALLBACK (panel_menu_key_press_handler),
65
-             NULL);*/
66
-
67
    return retval;
68
 }
69
 GtkWidget * create_empty_menu (void)
70
@@ -622,13 +609,6 @@
71
 
72
    retval = panel_create_menu ();
73
 
74
-   //g_signal_connect (retval, "show", G_CALLBACK (setup_menu_panel), NULL);
75
-
76
-   /* intercept all right button clicks makes sure they don't
77
-      go to the object itself */
78
-   g_signal_connect (retval, "button_press_event",
79
-             G_CALLBACK (menu_dummy_button_press_event), NULL);
80
-
81
    return retval;
82
 }
83
 
84
@@ -664,7 +644,8 @@
85
    g_object_set_data (G_OBJECT (menu),
86
               "panel-menu-needs-loading",
87
               GUINT_TO_POINTER (TRUE));
88
-
89
+   
90
+   // load the menu in idle, and force the loading if it's shown before.
91
    g_signal_connect (menu, "show",
92
              G_CALLBACK (submenu_to_display), NULL);
93
 
94
@@ -672,17 +653,11 @@
95
                   submenu_to_display_in_idle,
96
                   menu,
97
                   NULL);
98
-   if (myData.iSidCreateMenuIdle != 0)
99
-       g_source_remove (myData.iSidCreateMenuIdle);
100
-   myData.iSidCreateMenuIdle = idle_id;
101
    g_object_set_data_full (G_OBJECT (menu),
102
                "panel-menu-idle-id",
103
                GUINT_TO_POINTER (idle_id),
104
                remove_submenu_to_display_idle);
105
 
106
-   g_signal_connect (menu, "button_press_event",
107
-             G_CALLBACK (menu_dummy_button_press_event), NULL);
108
-
109
    gmenu_tree_add_monitor (tree,
110
                   (GMenuTreeChangedFunc) handle_gmenu_tree_changed,
111
                   menu);
112
cairo-dock-plugins-3.0.1.tar.gz/GMenu/src/applet-recent.c -> cairo-dock-plugins-3.0.2.tar.gz/GMenu/src/applet-recent.c Changed
11
 
1
@@ -77,9 +77,6 @@
2
    }
3
    
4
    //\_____________ les signaux
5
-   g_signal_connect (G_OBJECT (recent_menu), "button_press_event",
6
-         G_CALLBACK (menu_dummy_button_press_event), NULL);  // utile ?
7
-   
8
    g_signal_connect (GTK_RECENT_CHOOSER (recent_menu),
9
        "item-activated",
10
        G_CALLBACK (recent_documents_activate_cb),
11
cairo-dock-plugins-3.0.1.tar.gz/GMenu/src/applet-struct.h -> cairo-dock-plugins-3.0.2.tar.gz/GMenu/src/applet-struct.h Changed
25
 
1
@@ -68,19 +68,17 @@
2
 
3
 //\___________ structure containing the applet's data, like surfaces, dialogs, results of calculus, etc.
4
 struct _AppletData {
5
+   // menu
6
    GtkWidget *pMenu;
7
-   CairoDialog *pQuickLaunchDialog;
8
    gboolean bIconsLoaded;
9
    CDGMenuShowQuit iShowQuit;
10
-   guint iSidFakeMenuIdle;
11
-   guint iSidCreateMenuIdle;
12
-   guint iSidTreeChangeIdle;
13
    gint iPanelDefaultMenuIconSize;
14
-   
15
+   // recent files sub-menu
16
    GtkRecentManager *pRecentManager;
17
    GtkWidget *pRecentMenuItem;
18
    GtkRecentFilter *pRecentFilter;
19
-   
20
+   // quick-launcher
21
+   CairoDialog *pQuickLaunchDialog;
22
    GHashTable *dir_hash;
23
    GList *possible_executables;
24
    GList *completion_items;
25
cairo-dock-plugins-3.0.1.tar.gz/Recent-Events/src/applet-notifications.c -> cairo-dock-plugins-3.0.2.tar.gz/Recent-Events/src/applet-notifications.c Changed
53
 
1
@@ -107,6 +107,7 @@
2
    int iVolumeID;
3
    gboolean bIsDirectory;
4
    gint iDesiredIconSize = cairo_dock_search_icon_size (GTK_ICON_SIZE_LARGE_TOOLBAR); // 24px
5
+   GHashTable *pHashTable = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, NULL);  // used to prevent doubles
6
    
7
    CD_APPLET_ADD_SEPARATOR_IN_MENU (s_pMenu);
8
    
9
@@ -119,12 +120,28 @@
10
        {
11
            subject = zeitgeist_event_get_subject (event, i);
12
            cEventURI = zeitgeist_subject_get_uri (subject);
13
+           if (g_hash_table_lookup_extended  (pHashTable, cEventURI, NULL, NULL))
14
+               continue;
15
            cd_debug (" + %s", cEventURI);
16
+
17
+           
18
+           gchar *cPath = g_filename_from_uri (cEventURI, NULL, NULL);
19
+
20
+           // check it's a file and if yes, if it exists
21
+           if (strncmp (cEventURI, "file://", 7) == 0 && ! g_file_test (cPath, G_FILE_TEST_EXISTS))
22
+           {
23
+               /*
24
+                * If it doesn't exist, we don't add it in the menu
25
+                * (we can set the widget as insensitive but why?
26
+                *  If we add it, it's just an useless entry)
27
+                */
28
+               g_free (cPath);
29
+               continue;
30
+           }
31
            
32
            cairo_dock_fm_get_file_info (cEventURI, &cName, &cURI, &cIconName, &bIsDirectory, &iVolumeID, &fOrder, 0);
33
            
34
-           gchar *cPath = g_filename_from_uri (cEventURI, NULL, NULL);  // some programs dont support URI, so we feed them with path.
35
-           cCommand = g_strdup_printf ("%s \"%s\"", pIcon->cCommand, cPath);
36
+           cCommand = g_strdup_printf ("%s \"%s\"", pIcon->cCommand, cPath); // some programs don't support URI, so we feed them with path.
37
            g_free (cPath);
38
            s_pEventList = g_list_prepend (s_pEventList, cCommand);
39
            
40
@@ -137,8 +154,12 @@
41
            cName = NULL;
42
            g_free (cURI);
43
            cURI = NULL;
44
+           
45
+           g_hash_table_insert (pHashTable, (gchar*)cEventURI, NULL);  // cEventURI stays valid in this function.
46
        }
47
    }
48
+   g_hash_table_destroy (pHashTable);
49
+   
50
    if (pSubMenu)
51
    {
52
        gtk_widget_show_all (pSubMenu);  // sinon des fois il n'apparait pas au 1er survol de son entree.
53
cairo-dock-plugins-3.0.1.tar.gz/Status-Notifier/src/applet-item.c -> cairo-dock-plugins-3.0.2.tar.gz/Status-Notifier/src/applet-item.c Changed
56
 
1
@@ -357,6 +357,45 @@
2
    return cIconPath;
3
 }
4
 
5
+static void _cd_cclosure_marshal_VOID__STRING_STRING (GClosure *closure,
6
+   GValue *return_value G_GNUC_UNUSED,
7
+   guint n_param_values,
8
+   const GValue *param_values,
9
+   gpointer invocation_hint G_GNUC_UNUSED,
10
+   gpointer marshal_data)
11
+{
12
+   typedef void (*GMarshalFunc_VOID__STRING_STRING) (
13
+       gpointer   data1,
14
+       gchar      *arg_1,
15
+       gchar      *arg_2,
16
+       gpointer   data2);
17
+   register GMarshalFunc_VOID__STRING_STRING callback;
18
+   register GCClosure *cc = (GCClosure*) closure;
19
+   register gpointer data1, data2;
20
+   g_return_if_fail (n_param_values == 3);  // return_value est NULL ici, car la callback ne renvoit rien.
21
+
22
+   if (G_CCLOSURE_SWAP_DATA (closure))
23
+   {
24
+       data1 = closure->data;
25
+       data2 = g_value_peek_pointer (param_values + 0);
26
+   }
27
+   else
28
+   {
29
+       data1 = g_value_peek_pointer (param_values + 0);
30
+       data2 = closure->data;
31
+   }
32
+   callback = (GMarshalFunc_VOID__STRING_STRING) (marshal_data ? marshal_data : cc->callback);
33
+   
34
+   g_return_if_fail (callback != NULL);
35
+   g_return_if_fail (G_VALUE_HOLDS_STRING (param_values + 1));
36
+   g_return_if_fail (G_VALUE_HOLDS_STRING (param_values + 2));
37
+   
38
+   callback (data1,
39
+       (char*) g_value_get_string (param_values + 1),
40
+       (char*) g_value_get_string (param_values + 2),
41
+       data2);
42
+}
43
+
44
 CDStatusNotifierItem *cd_satus_notifier_create_item (const gchar *cService, const gchar *cObjectPath)
45
 {
46
    g_return_val_if_fail  (cService != NULL, NULL);
47
@@ -598,6 +637,8 @@
48
        G_CALLBACK(on_new_item_attention_icon), pItem, NULL);
49
    
50
    // signals supported by Ubuntu.
51
+   dbus_g_object_register_marshaller(_cd_cclosure_marshal_VOID__STRING_STRING,
52
+       G_TYPE_NONE, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_INVALID); 
53
    dbus_g_proxy_add_signal(pProxyItem, "XAyatanaNewLabel",
54
        G_TYPE_STRING, G_TYPE_STRING, G_TYPE_INVALID);
55
    dbus_g_proxy_connect_signal(pProxyItem, "XAyatanaNewLabel",
56
cairo-dock-plugins-3.0.1.tar.gz/alsaMixer/src/applet-notifications.c -> cairo-dock-plugins-3.0.2.tar.gz/alsaMixer/src/applet-notifications.c Changed
67
 
1
@@ -27,11 +27,26 @@
2
 #include "applet-notifications.h"
3
 
4
 static const gchar *s_cMixerCmd = NULL;
5
+static gboolean bMixerChecked = FALSE;
6
 
7
 CD_APPLET_ON_CLICK_BEGIN
8
    cd_show_hide ();
9
 CD_APPLET_ON_CLICK_END
10
 
11
+static void _check_mixer_cmd (void)
12
+{
13
+   gchar *cResult = cairo_dock_launch_command_sync ("which gnome-control-center");  // Gnome3
14
+   if (cResult != NULL && *cResult == '/')
15
+       s_cMixerCmd = "gnome-control-center sound";
16
+   else
17
+   {
18
+       g_free (cResult);
19
+       cResult = cairo_dock_launch_command_sync ("which gnome-volume-control");  // Gnome2
20
+       if (cResult != NULL && *cResult == '/')  /// TODO: other DE...
21
+           s_cMixerCmd = "gnome-volume-control -p applications";
22
+   }  /// TODO: handle other DE ...
23
+   g_free (cResult);
24
+}
25
 
26
 static void _mixer_show_advanced_mixer (GtkMenuItem *menu_item, gpointer data)
27
 {
28
@@ -54,25 +69,12 @@
29
    CD_APPLET_LEAVE();
30
 }
31
 CD_APPLET_ON_BUILD_MENU_BEGIN
32
-   static gboolean bMixerChecked = FALSE;
33
    gchar *cLabel;
34
    
35
    if (!myConfig.cShowAdvancedMixerCommand && !bMixerChecked)
36
    {
37
        bMixerChecked = TRUE;
38
-       gchar *cResult = cairo_dock_launch_command_sync ("which gnome-control-center");  // Gnome3
39
-       if (cResult != NULL && *cResult == '/')
40
-       {
41
-           s_cMixerCmd = "gnome-control-center sound";
42
-       }
43
-       else
44
-       {
45
-           g_free (cResult);
46
-           cResult = cairo_dock_launch_command_sync ("which gnome-volume-control");  // Gnome2
47
-           if (cResult != NULL && *cResult == '/')  /// TODO: other DE...
48
-               s_cMixerCmd = "gnome-volume-control -p applications";
49
-       }  /// TODO: handle other DE ...
50
-       g_free (cResult);
51
+       _check_mixer_cmd ();
52
    }
53
    
54
    if (myConfig.cShowAdvancedMixerCommand || s_cMixerCmd)
55
@@ -94,6 +96,11 @@
56
 
57
 
58
 CD_APPLET_ON_DOUBLE_CLICK_BEGIN
59
+   if (!myConfig.cShowAdvancedMixerCommand && !bMixerChecked)
60
+   {
61
+       bMixerChecked = TRUE;
62
+       _check_mixer_cmd (); // looking for s_cMixerCmd
63
+   }
64
    _mixer_show_advanced_mixer (NULL, NULL);
65
 CD_APPLET_ON_DOUBLE_CLICK_END
66
 
67
cairo-dock-plugins-3.0.1.tar.gz/dnd2share/src/applet-backend-pastebin.c -> cairo-dock-plugins-3.0.2.tar.gz/dnd2share/src/applet-backend-pastebin.c Changed
34
 
1
@@ -28,9 +28,11 @@
2
 #include "applet-dnd2share.h"
3
 #include "applet-backend-pastebin.h"
4
 
5
-#define URL "http://pastebin.com/api_public.php"
6
+#define URL "http://pastebin.com/api/api_post.php"
7
 #define FORMAT "text"
8
 #define EXPIRE "1M"
9
+#define DEV_KEY "4dacb211338b25bfad20bc6d4358e555"
10
+#define OPTION "paste"
11
 
12
 #define NB_URLS 1
13
 static const gchar *s_UrlLabels[NB_URLS] = {"DirectLink"};
14
@@ -39,10 +41,16 @@
15
 static void upload (const gchar *cText, gchar *cDropboxDir, gboolean bAnonymous, gint iLimitRate, gchar **cResultUrls)
16
 {
17
    GError *erreur = NULL;
18
+   // http://pastebin.com/api
19
    gchar *cResult = cairo_dock_get_url_data_with_post (URL, FALSE, &erreur,
20
-       "paste_code", cText,
21
-       "paste_expire_date", EXPIRE,
22
-       "paste_format", FORMAT,
23
+       "api_option", OPTION,
24
+       "api_user_key", "", // guest
25
+       "api_paste_private", bAnonymous ? "1" : "0", // unlisted or public
26
+       "api_paste_name", bAnonymous ? "" : g_getenv ("USER"),
27
+       "api_paste_expire_date", EXPIRE,
28
+       "api_paste_format", FORMAT, // auto?
29
+       "api_dev_key", DEV_KEY,
30
+       "api_paste_code", cText,
31
        NULL);
32
    if (erreur)
33
    {
34
cairo-dock-plugins-3.0.1.tar.gz/logout/src/applet-logout.c -> cairo-dock-plugins-3.0.2.tar.gz/logout/src/applet-logout.c Changed
47
 
1
@@ -275,15 +275,17 @@
2
        g_free (cImagePath);
3
    }
4
 
5
-   if ((myDock && myDock->container.bIsHorizontal && ! myDock->container.bDirectionUp) // on the top, we inverse the menu
6
+   if ((myDock && myDock->container.bIsHorizontal && ! myDock->container.bDirectionUp)  // on the top, we inverse the menu (mainly to be close to what others do).
7
        || (myDesklet && myDesklet->container.iWindowPositionY < (g_desktopGeometry.iXScreenHeight[CAIRO_DOCK_HORIZONTAL] / 2)))
8
    {
9
+       GList *children = gtk_container_get_children (GTK_CONTAINER (pMenu));
10
        GList *pMenuList;
11
-       for (pMenuList = gtk_container_get_children (GTK_CONTAINER (pMenu)); pMenuList != NULL; pMenuList = pMenuList->next)
12
+       for (pMenuList = children; pMenuList != NULL; pMenuList = pMenuList->next)
13
        {
14
            pMenuItem = pMenuList->data;
15
            gtk_menu_reorder_child (GTK_MENU (pMenu), pMenuItem, 0);
16
        }
17
+       g_list_free (children);
18
    }
19
 
20
    return pMenu;
21
@@ -291,9 +293,24 @@
22
 
23
 static void _display_menu (void)
24
 {
25
+   // build and show the menu
26
    GtkWidget *pMenu = _build_menu ();
27
    CD_APPLET_POPUP_MENU_ON_MY_ICON (pMenu);
28
-   gtk_menu_shell_select_first (GTK_MENU_SHELL (pMenu), FALSE);  // must be done here, after the menu has been realized.
29
+   
30
+   // select the first (or last) item, which corresponds to the 'shutdown' action.
31
+   if ((myDock && myDock->container.bIsHorizontal && ! myDock->container.bDirectionUp)  // on the top, we inverse the menu
32
+       || (myDesklet && myDesklet->container.iWindowPositionY < (g_desktopGeometry.iXScreenHeight[CAIRO_DOCK_HORIZONTAL] / 2)))
33
+   {
34
+       GList *children = gtk_container_get_children (GTK_CONTAINER (pMenu));
35
+       GList *last_child = g_list_last (children);
36
+       if (last_child)
37
+           gtk_menu_shell_select_item (GTK_MENU_SHELL (pMenu), last_child->data);
38
+       g_list_free (children);
39
+   }
40
+   else
41
+   {
42
+       gtk_menu_shell_select_first (GTK_MENU_SHELL (pMenu), FALSE);  // must be done here, after the menu has been realized.
43
+   }
44
 }
45
 
46
 
47
cairo-dock-plugins-3.0.1.tar.gz/musicPlayer/src/applet-init.c -> cairo-dock-plugins-3.0.2.tar.gz/musicPlayer/src/applet-init.c Changed
19
 
1
@@ -153,6 +153,17 @@
2
    // stop the current handler.
3
    cd_musicplayer_stop_current_handler (TRUE);
4
    
5
+   MusicPlayerHandler *pHandler = cd_musicplayer_get_handler_by_name ("Mpris2");  // Mpris2 handler has dynamic fields, free them.
6
+   g_free ((gchar*)pHandler->launch);
7
+   pHandler->launch = NULL;
8
+   g_free ((gchar*)pHandler->appclass);
9
+   pHandler->appclass = NULL;
10
+   g_free ((gchar*)pHandler->cDisplayedName);
11
+   pHandler->cDisplayedName = NULL;
12
+   g_free ((gchar*)pHandler->cMprisService);
13
+   pHandler->cMprisService = NULL;
14
+   
15
+   
16
    // On stoppe les boucles de recup de la pochette.
17
    if (myData.iSidCheckCover != 0)
18
        g_source_remove (myData.iSidCheckCover);
19
cairo-dock-plugins-3.0.1.tar.gz/musicPlayer/src/applet-mpris2.c -> cairo-dock-plugins-3.0.2.tar.gz/musicPlayer/src/applet-mpris2.c Changed
145
 
1
@@ -34,6 +34,8 @@
2
 static DBusGProxyCall *s_pGetStatusCall = NULL;
3
 
4
 static void cd_mpris2_getSongInfos_async (void);
5
+static gboolean cd_mpris2_is_loop (void);
6
+static gboolean cd_mpris2_is_shuffle (void);
7
 
8
 /*
9
 Interface MediaPlayer2
10
@@ -97,6 +99,74 @@
11
   /////////////////////////////////
12
  // Les Fonctions propres a MP. //
13
 /////////////////////////////////
14
+static gboolean s_bIsLoop = FALSE;
15
+static gboolean s_bGotLoopStatus = FALSE;
16
+static gboolean s_bIsShuffle = FALSE;
17
+static gboolean s_bGotShuffleStatus = FALSE;
18
+static gboolean s_bCanRaise = FALSE;
19
+static gboolean s_bGotCanRaise = FALSE;
20
+static gboolean s_bCanQuit = FALSE;
21
+static gboolean s_bGotCanQuit = FALSE;
22
+
23
+static gboolean get_loop_status (void)
24
+{
25
+   if (! s_bGotLoopStatus)
26
+   {
27
+       s_bIsLoop = cd_mpris2_is_loop ();
28
+       s_bGotLoopStatus = TRUE;
29
+   }
30
+   return s_bIsLoop;
31
+}
32
+
33
+static gboolean get_shuffle_status (void)
34
+{
35
+   if (! s_bGotShuffleStatus)
36
+   {
37
+       s_bIsShuffle = cd_mpris2_is_shuffle ();
38
+       s_bGotShuffleStatus = TRUE;
39
+   }
40
+   return s_bIsShuffle;
41
+}
42
+
43
+static gboolean _raise (void)
44
+{
45
+   if (! s_bGotCanRaise)
46
+   {
47
+       s_bCanRaise = cairo_dock_dbus_get_property_as_boolean (myData.dbus_proxy_shell, "org.mpris.MediaPlayer2", "CanRaise");
48
+       cd_debug ("s_bCanRaise : %d", s_bCanRaise);
49
+       s_bGotCanRaise = TRUE;
50
+   }
51
+   
52
+   if (s_bCanRaise)
53
+   {
54
+       cairo_dock_dbus_call (myData.dbus_proxy_shell, "Raise");
55
+       return TRUE;
56
+   }
57
+   else
58
+   {
59
+       return FALSE;
60
+   }
61
+}
62
+
63
+static gboolean _quit (void)
64
+{
65
+   if (! s_bGotCanQuit)
66
+   {
67
+       s_bCanQuit = cairo_dock_dbus_get_property_as_boolean (myData.dbus_proxy_shell, "org.mpris.MediaPlayer2", "CanQuit");
68
+       cd_debug ("s_bCanQuit : %d", s_bCanQuit);
69
+       s_bGotCanQuit = TRUE;
70
+   }
71
+   
72
+   if (s_bCanQuit)
73
+   {
74
+       cairo_dock_dbus_call (myData.dbus_proxy_shell, "Quit");
75
+       return TRUE;
76
+   }
77
+   else
78
+   {
79
+       return FALSE;
80
+   }
81
+}
82
 
83
 static MyPlayerStatus _extract_status (const gchar *cStatus)
84
 {
85
@@ -183,9 +253,14 @@
86
    {
87
        myData.iCurrentTime =  g_value_get_uint64 (&v) / 1e6;
88
    }
89
+   else if (G_VALUE_HOLDS_STRING (&v))  // this is bad ! (gmusicbrowser v1.1.7)
90
+   {
91
+       myData.iCurrentTime = atoi (g_value_get_string (&v)) / 1e6;
92
+   }
93
    else
94
    {
95
-       cd_warning ("wrong type for the 'Position' property, please report this bug to the %s team", myData.pCurrentHandler->appclass);
96
+       if (G_IS_VALUE(&v)) //  when changing song, we don't receive this value => no need to display a warning message each time
97
+           cd_warning ("wrong type for the 'Position' property, please report this bug to the %s team", myData.pCurrentHandler->appclass);
98
        myData.iCurrentTime = -1;
99
    }
100
 }
101
@@ -409,6 +484,23 @@
102
                cd_musicplayer_update_icon ();
103
            }
104
        }
105
+       
106
+       v = g_hash_table_lookup (pChangedProps, "LoopStatus");
107
+       if (v != NULL && G_VALUE_HOLDS_STRING (v))  // loop status has changed
108
+       {
109
+           const gchar *cStatus = g_value_get_string (v);  // "Playlist", "None"
110
+           s_bIsLoop = (cStatus && strcmp (cStatus, "Playlist") == 0);
111
+           cd_debug ("LoopStatus: %s, %d", cStatus, s_bIsLoop);
112
+           s_bGotLoopStatus = TRUE;
113
+       }
114
+       
115
+       v = g_hash_table_lookup (pChangedProps, "Shuffle");
116
+       if (v != NULL && G_VALUE_HOLDS_BOOLEAN (v))  // Shuffle status has changed
117
+       {
118
+           s_bIsShuffle = g_value_get_boolean (v);
119
+           cd_debug ("Shuffle: %d", s_bIsShuffle);
120
+           s_bGotShuffleStatus = TRUE;
121
+       }
122
    }
123
    /*else if (strcmp (cInterface, "org.mpris.MediaPlayer2.TrackList") == 0)
124
    {
125
@@ -630,6 +722,8 @@
126
    // get the current state.
127
    myData.iTrackListLength = 0;
128
    myData.iTrackListIndex = 0;
129
+   s_bGotLoopStatus = FALSE;
130
+   s_bGotShuffleStatus = FALSE;
131
    cd_mpris2_getPlaying_async ();  // will get song infos after playing status.
132
 }
133
 
134
@@ -642,6 +736,10 @@
135
    pHandler->stop = cd_mpris2_stop;
136
    pHandler->start = cd_mpris2_start;
137
    pHandler->control = cd_mpris2_control;
138
+   pHandler->get_loop_status = get_loop_status;
139
+   pHandler->get_shuffle_status = get_shuffle_status;
140
+   pHandler->raise = _raise;
141
+   pHandler->quit = _quit;
142
    pHandler->bSeparateAcquisition = FALSE;
143
    pHandler->iLevel = PLAYER_GOOD;
144
    
145
cairo-dock-plugins-3.0.1.tar.gz/musicPlayer/src/applet-musicplayer.c -> cairo-dock-plugins-3.0.2.tar.gz/musicPlayer/src/applet-musicplayer.c Changed
117
 
1
@@ -51,6 +51,20 @@
2
 not owned => stop handler
3
 */
4
 
5
+static inline void _fill_handler_properties (const gchar *cDesktopFileName)
6
+{
7
+   g_free ((gchar*)myData.pCurrentHandler->appclass);
8
+   myData.pCurrentHandler->appclass = cairo_dock_register_class (cDesktopFileName);
9
+   g_free ((gchar*)myData.pCurrentHandler->launch);
10
+   myData.pCurrentHandler->launch = g_strdup (cairo_dock_get_class_command (myData.pCurrentHandler->appclass));
11
+   if (myData.pCurrentHandler->launch == NULL)  // we really need a command to launch it on click, so insist a little
12
+   {
13
+       myData.pCurrentHandler->launch = g_strdup (cDesktopFileName);
14
+   }
15
+   g_free ((gchar*)myData.pCurrentHandler->cDisplayedName);
16
+   myData.pCurrentHandler->cDisplayedName = g_strdup (cairo_dock_get_class_name (myData.pCurrentHandler->appclass));
17
+}
18
+
19
 MusicPlayerHandler *cd_musicplayer_get_handler_by_name (const gchar *cName)
20
 {
21
    g_return_val_if_fail (cName != NULL, NULL);
22
@@ -299,14 +313,7 @@
23
                myConfig.cLastKnownDesktopFile = g_strdup (cDesktopFileName);
24
                
25
                // register the desktop file, and get the common properties of this class.
26
-               g_free ((gchar*)myData.pCurrentHandler->launch);
27
-               g_free ((gchar*)myData.pCurrentHandler->appclass);
28
-               g_free ((gchar*)myData.pCurrentHandler->cDisplayedName);
29
-               
30
-               myData.pCurrentHandler->appclass = cairo_dock_register_class (cDesktopFileName);
31
-               myData.pCurrentHandler->launch = g_strdup (cairo_dock_get_class_command (myData.pCurrentHandler->appclass));
32
-               myData.pCurrentHandler->cDisplayedName = g_strdup (cairo_dock_get_class_name (myData.pCurrentHandler->appclass));
33
-               cd_debug ("  class is now '%s'", myData.pCurrentHandler->appclass);
34
+               _fill_handler_properties (cDesktopFileName);
35
                
36
                if (myData.pCurrentHandler->appclass != NULL)
37
                {
38
@@ -346,6 +353,15 @@
39
                // set the MPRIS2 handler as the current one
40
                myData.pCurrentHandler = cd_musicplayer_get_handler_by_name ("Mpris2");  // no need to watch it, it was already done (that's why we are here !)
41
                
42
+               // fill its properties
43
+               myData.pCurrentHandler->appclass = cairo_dock_register_class (myConfig.cLastKnownDesktopFile ? myConfig.cLastKnownDesktopFile : cName);  // myConfig.cLastKnownDesktopFile is NULL when transitionning from an old version of the applet where we didn't use the "Desktop Entry" property yet -> use some heuristic as a fallback.
44
+               myData.pCurrentHandler->launch = g_strdup (cairo_dock_get_class_command (myData.pCurrentHandler->appclass));
45
+               myData.pCurrentHandler->cDisplayedName = g_strdup (cairo_dock_get_class_name (myData.pCurrentHandler->appclass));
46
+               if (myData.pCurrentHandler->launch == NULL)  // we really need a command to launch it on click, so insist a little
47
+               {
48
+                   myData.pCurrentHandler->launch = g_strdup (cName);
49
+               }
50
+               
51
                g_free ((gchar*)myData.pCurrentHandler->cMprisService);
52
                myData.pCurrentHandler->cMprisService = g_strdup (cName);
53
            }
54
@@ -378,7 +394,7 @@
55
    }
56
    else  // else stop the handler.
57
    {
58
-       cd_debug ("stop the handler");
59
+       cd_debug ("stop the handler {%s, %s}", myData.pCurrentHandler->name, myData.pCurrentHandler->launch);
60
        cd_musicplayer_stop_current_handler (FALSE);  // FALSE = keep watching it.
61
        cd_musicplayer_apply_status_surface (PLAYER_NONE);
62
        if (myConfig.cDefaultTitle != NULL)
63
@@ -395,6 +411,7 @@
64
            {
65
                CD_APPLET_SET_NAME_FOR_MY_ICON (myData.pCurrentHandler->name);
66
            }
67
+       cd_debug ("stopped {%s, %s}", myData.pCurrentHandler->name, myData.pCurrentHandler->launch);
68
        }
69
    }
70
    CD_APPLET_LEAVE ();
71
@@ -456,7 +473,7 @@
72
        
73
        cairo_dock_watch_dbus_name_owner (myData.cMpris2Service, (CairoDockDbusNameOwnerChangedFunc) _on_name_owner_changed, NULL);
74
        
75
-       myData.pDetectPlayerCall = cairo_dock_dbus_detect_application_async (myData.cMpris2Service, (CairoDockOnAppliPresentOnDbus) _on_detect_mpris2, NULL);  // mpris2 first, and then the other one. 
76
+       myData.pDetectPlayerCall = cairo_dock_dbus_detect_application_async (myData.cMpris2Service, (CairoDockOnAppliPresentOnDbus) _on_detect_mpris2, NULL);  // mpris2 first, and then the other one.
77
    }
78
    else  // no such handler, make an MPRIS2 service with this name.
79
    {
80
@@ -464,22 +481,8 @@
81
        myData.pCurrentHandler = cd_musicplayer_get_handler_by_name ("Mpris2");
82
        
83
        // fill its properties
84
-       if (myConfig.cLastKnownDesktopFile != NULL)
85
-       {
86
-           myData.pCurrentHandler->appclass = cairo_dock_register_class (myConfig.cLastKnownDesktopFile);
87
-           myData.pCurrentHandler->launch = g_strdup (cairo_dock_get_class_command (myData.pCurrentHandler->appclass));
88
-           myData.pCurrentHandler->cDisplayedName = g_strdup (cairo_dock_get_class_name (myData.pCurrentHandler->appclass));
89
-       }
90
-       else  // can happen when transitionning from an old version of the applet where we didn't use the "Desktop Entry" property yet -> use some heuristic as a fallback.
91
-       {
92
-           myData.pCurrentHandler->appclass = cairo_dock_register_class (cName);
93
-           myData.pCurrentHandler->launch = g_strdup (cairo_dock_get_class_command (myData.pCurrentHandler->appclass));
94
-           myData.pCurrentHandler->cDisplayedName = g_strdup (cairo_dock_get_class_name (myData.pCurrentHandler->appclass));
95
-           if (myData.pCurrentHandler->launch == NULL)  // we really need a command to launch it on click, so insist a little
96
-           {
97
-               myData.pCurrentHandler->launch = g_strdup (cName);
98
-           }
99
-       }
100
+       _fill_handler_properties (myConfig.cLastKnownDesktopFile ? myConfig.cLastKnownDesktopFile : cName);  // myConfig.cLastKnownDesktopFile is NULL when transitionning from an old version of the applet where we didn't use the "Desktop Entry" property yet -> use some heuristic as a fallback.
101
+       
102
        myData.pCurrentHandler->cMprisService = g_strdup_printf (CD_MPRIS2_SERVICE_BASE".%s", cName);
103
        myData.cMpris2Service = NULL;
104
    }
105
@@ -520,6 +523,11 @@
106
    }
107
    
108
    // manage its taskbar icon.
109
+   if (myData.pCurrentHandler->appclass != NULL)
110
+   {
111
+       cairo_dock_set_data_from_class (myData.pCurrentHandler->appclass, myIcon);
112
+   }
113
+   
114
    if (myConfig.bStealTaskBarIcon)
115
        CD_APPLET_MANAGE_APPLICATION (myData.pCurrentHandler->appclass);
116
 }
117
cairo-dock-plugins-3.0.1.tar.gz/musicPlayer/src/applet-notifications.c -> cairo-dock-plugins-3.0.2.tar.gz/musicPlayer/src/applet-notifications.c Changed
91
 
1
@@ -43,8 +43,25 @@
2
 static void _cd_musicplayer_next (GtkMenuItem *menu_item, gpointer *data) {
3
    myData.pCurrentHandler->control (PLAYER_NEXT, NULL);
4
 }
5
-static void _cd_musicplayer_show_from_systray (GtkMenuItem *menu_item, gpointer *data) {
6
-   cairo_dock_launch_command (myData.pCurrentHandler->launch);
7
+static void _cd_musicplayer_show_from_systray (GtkMenuItem *menu_item, gpointer *data)
8
+{
9
+   gboolean bRaised = FALSE;
10
+   if (myData.pCurrentHandler->raise)
11
+       bRaised = myData.pCurrentHandler->raise ();
12
+   if (! bRaised)
13
+       cairo_dock_launch_command (myData.pCurrentHandler->launch);
14
+}
15
+static void _cd_musicplayer_quit (GtkMenuItem *menu_item, gpointer *data)
16
+{
17
+   gboolean bQuit = FALSE;
18
+   if (myData.pCurrentHandler->quit)
19
+       bQuit = myData.pCurrentHandler->quit ();
20
+   if (! bQuit)
21
+   {
22
+       gchar *cmd = g_strdup_printf ("killall %s", myData.pCurrentHandler->launch);
23
+       cairo_dock_launch_command (cmd);
24
+       g_free (cmd);
25
+   }
26
 }
27
 static void _cd_musicplayer_jumpbox (GtkMenuItem *menu_item, gpointer *data) {
28
    myData.pCurrentHandler->control (PLAYER_JUMPBOX, NULL);
29
@@ -241,11 +258,16 @@
30
                    else
31
                        cairo_dock_show_xwindow (myIcon->Xid);
32
                }
33
-               else if (myData.pCurrentHandler->launch != NULL)
34
-                                 cairo_dock_launch_command (myData.pCurrentHandler->launch);
35
+               else
36
+               {
37
+                   _cd_musicplayer_show_from_systray (NULL, NULL);
38
+               }
39
            }
40
-           else if (myData.pCurrentHandler->launch != NULL)
41
+           else /*if (myData.pCurrentHandler->launch != NULL)*/
42
+           {
43
+               cd_message ("launching '%s'...\n", myData.pCurrentHandler->launch);
44
                cairo_dock_launch_command (myData.pCurrentHandler->launch);
45
+           }
46
        }
47
    }
48
    else
49
@@ -291,20 +313,36 @@
50
        CD_APPLET_ADD_SEPARATOR_IN_MENU (CD_APPLET_MY_MENU);  // on n'a jamais zero action, donc on met toujours un separateur.
51
        
52
        CD_APPLET_ADD_IN_MENU_WITH_STOCK (D_("Information"), GTK_STOCK_INFO, _cd_musicplayer_info, CD_APPLET_MY_MENU);
53
-
54
-       if (myIcon->Xid == 0)  // lecteur dans le systray.
55
-           CD_APPLET_ADD_IN_MENU (D_("Show the Window"), _cd_musicplayer_show_from_systray, CD_APPLET_MY_MENU);
56
        
57
        CD_APPLET_ADD_SEPARATOR_IN_MENU (CD_APPLET_MY_MENU);
58
        
59
        if (myData.pCurrentHandler->iPlayerControls & PLAYER_JUMPBOX)
60
            CD_APPLET_ADD_IN_MENU (D_("Show JumpBox"), _cd_musicplayer_jumpbox, CD_APPLET_MY_MENU);
61
        if (myData.pCurrentHandler->iPlayerControls & PLAYER_SHUFFLE)
62
-           CD_APPLET_ADD_IN_MENU (D_("Toggle Shuffle"), _cd_musicplayer_shuffle, CD_APPLET_MY_MENU);
63
+       {
64
+           pMenuItem = gtk_check_menu_item_new_with_label (D_("Shuffle"));
65
+           gboolean bIsShuffle = (myData.pCurrentHandler->get_shuffle_status ? myData.pCurrentHandler->get_shuffle_status() : FALSE);
66
+           gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (pMenuItem), bIsShuffle);
67
+           gtk_menu_shell_append  (GTK_MENU_SHELL (CD_APPLET_MY_MENU), pMenuItem);
68
+           g_signal_connect (G_OBJECT (pMenuItem), "toggled", G_CALLBACK (_cd_musicplayer_shuffle), NULL);
69
+       }
70
        if (myData.pCurrentHandler->iPlayerControls & PLAYER_REPEAT)
71
-           CD_APPLET_ADD_IN_MENU (D_("Toggle Repeat"), _cd_musicplayer_repeat, CD_APPLET_MY_MENU);
72
+       {
73
+           pMenuItem = gtk_check_menu_item_new_with_label (D_("Repeat"));
74
+           gboolean bIsLoop = (myData.pCurrentHandler->get_loop_status ? myData.pCurrentHandler->get_loop_status() : FALSE);
75
+           gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (pMenuItem), bIsLoop);
76
+           gtk_menu_shell_append  (GTK_MENU_SHELL (CD_APPLET_MY_MENU), pMenuItem);
77
+           g_signal_connect (G_OBJECT (pMenuItem), "toggled", G_CALLBACK (_cd_musicplayer_repeat), NULL);
78
+       }
79
+       
80
        if (myData.pCurrentHandler->iPlayerControls & PLAYER_RATE)
81
            CD_APPLET_ADD_IN_MENU (D_("Rate this song"), _cd_musicplayer_rate, CD_APPLET_MY_MENU);
82
+       
83
+       if (myIcon->Xid == 0)  // player in the systray.
84
+       {
85
+           CD_APPLET_ADD_IN_MENU_WITH_STOCK (D_("Show"), GTK_STOCK_FIND, _cd_musicplayer_show_from_systray, CD_APPLET_MY_MENU);
86
+           CD_APPLET_ADD_IN_MENU_WITH_STOCK (D_("Quit"), GTK_STOCK_CLOSE, _cd_musicplayer_quit, CD_APPLET_MY_MENU);  // GTK_STOCK_QUIT looks too much like the "quit" of the dock.
87
+       }
88
    }
89
 CD_APPLET_ON_BUILD_MENU_END
90
 
91
cairo-dock-plugins-3.0.1.tar.gz/musicPlayer/src/applet-struct.h -> cairo-dock-plugins-3.0.2.tar.gz/musicPlayer/src/applet-struct.h Changed
24
 
1
@@ -60,6 +60,11 @@
2
 typedef void (*MusicPlayerStartFunc) (void);  // initialise le backend (connexion des signaux, etc)
3
 typedef void (*MusicPlayerControlerFunc) (MyPlayerControl pControl, const gchar *cFile);  // controle du lecteur (play/pause/next/etc)
4
 typedef void (*MusicPlayerGetCoverFunc) (void);  // pour les lecteurs buggues, recupere la couverture. Renseigner ce champ fera que si le lecteur n'a pas renvoye de couverture au changement de chanson, on retentera 2 secondes plus tard avec cette fonction.
5
+typedef gboolean (*MusicPlayerGetLoopStatusFunc) (void);
6
+typedef gboolean (*MusicPlayerGetShuffleStatusFunc) (void);
7
+typedef gboolean (*MusicPlayerRaiseFunc) (void);  // show window from systray
8
+typedef gboolean (*MusicPlayerQuitFunc) (void);  // quit when within the systray
9
+
10
 
11
 struct _MusicPlayerHandler {
12
    const gchar *name;  // nom du backend.
13
@@ -68,6 +73,10 @@
14
    MusicPlayerStartFunc        start;
15
    MusicPlayerControlerFunc    control;
16
    MusicPlayerGetCoverFunc     get_cover;  // actually deprecated, since now most players will send a signal when the 'cover' param is changed.
17
+   MusicPlayerGetLoopStatusFunc get_loop_status;
18
+   MusicPlayerGetShuffleStatusFunc get_shuffle_status;
19
+   MusicPlayerRaiseFunc raise;
20
+   MusicPlayerQuitFunc quit;
21
    const gchar *cMprisService;  // old Dbus service name (may not even follow the MPRIS protocole)
22
    const gchar *path;  // Player object
23
    const gchar *interface;
24
cairo-dock-plugins-3.0.1.tar.gz/po/de.po -> cairo-dock-plugins-3.0.2.tar.gz/po/de.po Changed
29
 
1
@@ -9,14 +9,14 @@
2
 "Project-Id-Version: cairo-dock-plug-ins\n"
3
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
4
 "POT-Creation-Date: 2012-04-12 00:33+0000\n"
5
-"PO-Revision-Date: 2012-04-12 03:37+0000\n"
6
-"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
7
+"PO-Revision-Date: 2012-05-02 06:06+0000\n"
8
+"Last-Translator: claudia89 <Unknown>\n"
9
 "Language-Team: German <de@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:32+0000\n"
14
-"X-Generator: Launchpad (build 15070)\n"
15
+"X-Launchpad-Export-Date: 2012-05-03 05:31+0000\n"
16
+"X-Generator: Launchpad (build 15185)\n"
17
 "Language: de\n"
18
 
19
 #: ../Animated-icons/src/applet-init.c:32
20
@@ -2369,7 +2369,7 @@
21
 #: ../logout/src/applet-init.c:38 ../logout/src/applet-logout.c:228
22
 #: ../logout/data/messages:97
23
 msgid "Log out"
24
-msgstr "Ausloggen"
25
+msgstr "Abmelden"
26
 
27
 #: ../logout/src/applet-init.c:67
28
 msgid "Lock the screen"
29
cairo-dock-plugins-3.0.1.tar.gz/po/fr.po -> cairo-dock-plugins-3.0.2.tar.gz/po/fr.po Changed
28
 
1
@@ -8,13 +8,13 @@
2
 "Project-Id-Version: 1.0.0\n"
3
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
4
 "POT-Creation-Date: 2012-04-12 00:33+0000\n"
5
-"PO-Revision-Date: 2012-04-14 01:00+0000\n"
6
+"PO-Revision-Date: 2012-04-14 17:03+0000\n"
7
 "Last-Translator: Matthieu Baerts <matttbe@gmail.com>\n"
8
 "Language-Team: Cairo-Dock <LL@li.org>\n"
9
 "MIME-Version: 1.0\n"
10
 "Content-Type: text/plain; charset=UTF-8\n"
11
 "Content-Transfer-Encoding: 8bit\n"
12
-"X-Launchpad-Export-Date: 2012-04-14 05:01+0000\n"
13
+"X-Launchpad-Export-Date: 2012-04-15 04:46+0000\n"
14
 "X-Generator: Launchpad (build 15070)\n"
15
 "Language: \n"
16
 
17
@@ -1828,8 +1828,8 @@
18
 "<b>traiter des taches</b>.\n"
19
 "Il accepte aussi les alarmes et vous autorises à définir l'heure et la "
20
 "date.\n"
21
-"Clic-gauche pour montrer/cacher le calendrier, Clic du milieu pour arrêter une "
22
-"notification,\n"
23
+"Clic-gauche pour montrer/cacher le calendrier, Clic du milieu pour arrêter "
24
+"une notification,\n"
25
 "Double-clic sur un jour pour éditer les taches pour ce jour."
26
 
27
 #: ../clock/src/applet-notifications.c:62
28
cairo-dock-plugins-3.0.2.tar.gz/po/hr.po Added
8411
 
1
@@ -0,0 +1,8409 @@
2
+# Croatian translation for cairo-dock-plug-ins
3
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
4
+# This file is distributed under the same license as the cairo-dock-plug-ins package.
5
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
6
+#
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: cairo-dock-plug-ins\n"
10
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
11
+"POT-Creation-Date: 2012-04-12 00:33+0000\n"
12
+"PO-Revision-Date: 2012-06-07 06:12+0000\n"
13
+"Last-Translator: vjeko janecic <vjeko@stan-eks.hr>\n"
14
+"Language-Team: Croatian <hr@li.org>\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+"X-Launchpad-Export-Date: 2012-06-08 05:01+0000\n"
19
+"X-Generator: Launchpad (build 15376)\n"
20
+
21
+#: ../Animated-icons/src/applet-init.c:32
22
+msgid "Animated icons"
23
+msgstr "Animirane ikone"
24
+
25
+#: ../Animated-icons/src/applet-init.c:35
26
+msgid "This plug-in provides many different animations for your icons."
27
+msgstr "Plug-in osigurava mnogo razlicitih animacija za ikone"
28
+
29
+#: ../Animated-icons/src/applet-init.c:80 ../Animated-icons/data/messages:9
30
+#: ../Animated-icons/data/messages:27 ../Animated-icons/data/messages:47
31
+#: ../Animated-icons/data/messages:157
32
+msgid "Bounce"
33
+msgstr "Odbijanje"
34
+
35
+#: ../Animated-icons/src/applet-init.c:81 ../Animated-icons/data/messages:11
36
+#: ../Animated-icons/data/messages:29 ../Animated-icons/data/messages:49
37
+msgid "Rotate"
38
+msgstr "Rotiraj"
39
+
40
+#: ../Animated-icons/src/applet-init.c:82 ../Animated-icons/data/messages:13
41
+#: ../Animated-icons/data/messages:31 ../Animated-icons/data/messages:51
42
+#: ../Animated-icons/data/messages:171
43
+msgid "Blink"
44
+msgstr "Treptanje"
45
+
46
+#: ../Animated-icons/src/applet-init.c:83 ../Animated-icons/data/messages:15
47
+#: ../Animated-icons/data/messages:33 ../Animated-icons/data/messages:53
48
+#: ../Animated-icons/data/messages:145
49
+msgid "Pulse"
50
+msgstr "Pulsiranje"
51
+
52
+#: ../Animated-icons/src/applet-init.c:84 ../Animated-icons/data/messages:17
53
+#: ../Animated-icons/data/messages:35 ../Animated-icons/data/messages:55
54
+#: ../Animated-icons/data/messages:117
55
+msgid "Wobbly"
56
+msgstr "Rastresi"
57
+
58
+#: ../Animated-icons/src/applet-init.c:85 ../Animated-icons/data/messages:19
59
+#: ../Animated-icons/data/messages:37 ../Animated-icons/data/messages:57
60
+#: ../Animated-icons/data/messages:133
61
+msgid "Wave"
62
+msgstr "Val"
63
+
64
+#: ../Animated-icons/src/applet-init.c:86 ../Animated-icons/data/messages:21
65
+#: ../Animated-icons/data/messages:39 ../Animated-icons/data/messages:59
66
+#: ../Animated-icons/data/messages:81 ../Animated-icons/data/messages:89
67
+msgid "Spot"
68
+msgstr "Pozicija"
69
+
70
+#: ../Cairo-Penguin/src/applet-init.c:33
71
+msgid ""
72
+"Add a lively Penguin in your dock !\n"
73
+"Left click to change the animation,\n"
74
+"Middle-click to disturb him ^_^\n"
75
+"Tux images are taken from Pingus, some other characters are available or can "
76
+"be added easily."
77
+msgstr ""
78
+"Dodaj okretnog Pingvina u svoj dok!\n"
79
+"Lijevim klikom promjeni animaciju,\n"
80
+"Srednjim klikom ga uznemiri.\n"
81
+"Slike Tuxa su iz Pingua, postoje i drugi likovi koje mozes dodati "
82
+"jednostavno."
83
+
84
+#: ../Cairo-Penguin/src/applet-init.c:39
85
+msgid "Cairo-Penguin"
86
+msgstr "Cairo-Pingvin"
87
+
88
+#: ../Cairo-Penguin/src/applet-notifications.c:29
89
+msgid "Hey, I'm here!"
90
+msgstr "Hej, ovdje sam!"
91
+
92
+#: ../Cairo-Penguin/src/applet-notifications.c:30
93
+msgid "Sorry but I'm busy right now."
94
+msgstr "Oprosti zauzet sam sada"
95
+
96
+#: ../Cairo-Penguin/src/applet-notifications.c:31
97
+msgid ""
98
+"I don't have time to play with you, I have to dig and mine all these icons."
99
+msgstr ""
100
+"Nemam vremena da se igram s tobom, moram iskopati i spremiti sve te ikone"
101
+
102
+#: ../Cairo-Penguin/src/applet-notifications.c:32
103
+msgid "Your dock is so messy! Let me clean it."
104
+msgstr "Tvoj dok je tako neuredan! Daj da ga uredim."
105
+
106
+#: ../Cairo-Penguin/src/applet-notifications.c:33
107
+msgid "Admit my superiority on you as a penguin!"
108
+msgstr "Priznaj moju prednost, ja sam ipak pingvin!"
109
+
110
+#: ../Cairo-Penguin/src/applet-notifications.c:34
111
+msgid "Wait, do you want to kill me?!"
112
+msgstr "Stan tamo, jel ti to mene ubijas?!"
113
+
114
+#: ../Cairo-Penguin/src/applet-notifications.c:35
115
+msgid "Do you know how painful it is to be clicked on??"
116
+msgstr "Znas li kako boli kad me kliknes??"
117
+
118
+#: ../Cairo-Penguin/src/applet-notifications.c:36
119
+msgid "It's my dock now, mwahahaha!"
120
+msgstr "To je sad moj dok, ua ha ha ha!"
121
+
122
+#: ../Cairo-Penguin/src/applet-notifications.c:37
123
+msgid "I want to be a pirate!"
124
+msgstr "Zelim postati pirat!"
125
+
126
+#: ../Cairo-Penguin/src/applet-notifications.c:38
127
+msgid "You shall not pass!"
128
+msgstr "Neces proci!"
129
+
130
+#: ../Cairo-Penguin/src/applet-notifications.c:39
131
+msgid "I'm your father!"
132
+msgstr "Ja sam ti otac!"
133
+
134
+#: ../Cairo-Penguin/src/applet-notifications.c:40
135
+msgid ""
136
+"- Gee, Brain, what do you want to do tonight?\n"
137
+"- The same thing we do every night, Pinky : try to take over the Dock!"
138
+msgstr ""
139
+"Hej Brale, sto cemo raditi veceras?\n"
140
+"- Isto sto i svake noci, Pero : pokusacemo zauzeti Dok!"
141
+
142
+#: ../Cairo-Penguin/src/applet-notifications.c:41
143
+msgid "For Aiur!"
144
+msgstr "Za Anicu!"
145
+
146
+#: ../Cairo-Penguin/src/applet-notifications.c:118
147
+msgid "Wake up"
148
+msgstr "Probudi se"
149
+
150
+#: ../Cairo-Penguin/src/applet-notifications.c:122
151
+msgid "Keep quiet"
152
+msgstr "Budi tiho"
153
+
154
+#: ../Cairo-Penguin/src/applet-notifications.c:125
155
+#: ../Scooby-Do/data/messages:99
156
+msgid "Start XPenguins"
157
+msgstr "Pokreni XPingvina"
158
+
159
+#: ../Cairo-Penguin/src/applet-notifications.c:126
160
+msgid "Stop XPenguins"
161
+msgstr "Zaustavi XPingvina"
162
+
163
+#: ../Cairo-Penguin/src/applet-notifications.c:148
164
+#: ../Cairo-Penguin/src/applet-notifications.c:150
165
+msgid "Zzzzz"
166
+msgstr "Zzzzz"
167
+
168
+#: ../Clipper/src/applet-init.c:32
169
+msgid ""
170
+"This applet keeps a trace of the clipboard and mouse selection,\n"
171
+"so that you can recall them quickly. It's a clone of the well-know Klipper.\n"
172
+"It supports clipboard and mouse selection, predefined actions, and "
173
+"persistent items.\n"
174
+"Left-click to popup the clipboard and mouse selection history,\n"
175
+"Drop text on the icon to create persistent items, and middle-clck to recall "
176
+"them."
177
+msgstr ""
178
+"Applet pamti sadrzaj medjuspremnika i selektirani sadrzaj na ekranu,\n"
179
+"tako da ih mozes vratiti brzo. Klon je dobro poznatog Klippera.\n"
180
+"Podrzava medjuspremnik i selektirani sadrzaj, predefinirane akcije, i trajne "
181
+"objekte.\n"
182
+"Lijevi klik za prikaz povijesti medjuspremnika i selektiranih sadrzaja,\n"
183
+"Ispusti tekst na ikonu da stvoris trajni objekt, a srednjim klikom ih mozes "
184
+"vratiti."
185
+
186
+#: ../Clipper/src/applet-init.c:39
187
+msgid "Clipboard history"
188
+msgstr "Povijest medjuspremnika"
189
+
190
+#: ../Clipper/src/applet-init.c:72
191
+msgid "Pop-up the items menu"
192
+msgstr "Pop-up meni objekata"
193
+
194
+#: ../Clipper/src/applet-notifications.c:33
195
+msgid "The clipboard history is empty."
196
+msgstr "Povijest medjuspremnika je prazna"
197
+
198
+#: ../Clipper/src/applet-notifications.c:89
199
+msgid "Clear clipboard History"
200
+msgstr "Obrisi povijest medjuspremnika"
201
+
202
+#: ../Clipper/src/applet-notifications.c:91
203
+msgid "Paste all copied items"
204
+msgstr "Zalijepi sve kopirane objekte"
205
+
206
+#: ../Clipper/src/applet-notifications.c:99
207
+msgid ""
208
+"No persistent items.\n"
209
+"You can add some by drag and dropping some text on the icon."
210
+msgstr ""
211
+"Nema trajnih objekata.\n"
212
+"Dodaj novi tako da povuces i ispustis tekst na ikonu."
213
+
214
+#: ../Clipper/src/applet-notifications.c:143
215
+msgid "No items yet."
216
+msgstr "Nema niti jedan objekt."
217
+
218
+#: ../Composite-Manager/src/applet-composite-manager.c:421
219
+#: ../Composite-Manager/src/applet-composite-manager.c:436
220
+msgid "No compositor is available."
221
+msgstr "Kompozitor nije dostupan"
222
+
223
+#: ../Composite-Manager/src/applet-composite-manager.c:444
224
+#: ../Composite-Manager/src/applet-composite-manager.c:459
225
+msgid "No fallback is available."
226
+msgstr "Povrat nije dostupan"
227
+
228
+#: ../Composite-Manager/src/applet-composite-manager.c:499
229
+#, c-format
230
+msgid "You need to install '%s'"
231
+msgstr "Moras instalirati '%s'"
232
+
233
+#: ../Composite-Manager/src/applet-composite-manager.c:510
234
+msgid "No configuration tool is available."
235
+msgstr "Alat za konfiguraciju nije dostupan"
236
+
237
+#: ../Composite-Manager/src/applet-init.c:27
238
+msgid "Composite-Manager"
239
+msgstr "Kompozitni urednik"
240
+
241
+#: ../Composite-Manager/src/applet-init.c:30
242
+msgid ""
243
+"This applet allows you to <b>toggle the composite ON/OFF</b>.\n"
244
+"The composite is what allows transparency on the desktop, but it can slow "
245
+"down your PC, especially during games.\n"
246
+"<b>Click</b> on the icon to switch the composite ON/OFF. You can define a "
247
+"<b>shortcut</b> for this action.\n"
248
+"The applet also lets you acces to some actions of the Window-Manager, from "
249
+"<b>middle-click and the menu</b>.\n"
250
+"You can define in the configuration a Window-Manager that will provide the "
251
+"composite, and another as a fallback."
252
+msgstr ""
253
+"Applet omogucuje <b>promjena kompozitnog desktopa ON/OFF</b>\n"
254
+"Kompozit omogucuje prozirnost desktopa, ali moze usporiti tvoj PC, narocito "
255
+"u igricama.\n"
256
+"<b>Klik</b> na ikonu da promjenis stanje ON/OFF. Mozes definirati "
257
+"<b>shortcut</b> za ovu akciju.\n"
258
+"Applet dozvoljava pristup nekim akcijama Window-Manager, pomocu <b>srednji "
259
+"klik i meni</b>.\n"
260
+"Mozes definirati u konfiguraciji Window-Managera koja ce ostvariti "
261
+"kompozitni prikaz, te drugi kao povrat."
262
+
263
+#: ../Composite-Manager/src/applet-init.c:52
264
+msgid "Toggle the composite ON/OFF"
265
+msgstr "Prebaci kompozitni prikaz ON/OFF"
266
+
267
+#: ../Composite-Manager/src/applet-notifications.c:43
268
+msgid "Toggle composite?"
269
+msgstr "Da prebacim kompozitni?"
270
+
271
+#: ../Composite-Manager/src/applet-notifications.c:120
272
+#: ../Composite-Manager/data/messages:129
273
+msgid "Edit Window-Manager settings"
274
+msgstr "Uredi Window-Manager postavke"
275
+
276
+#: ../Composite-Manager/src/applet-notifications.c:120
277
+#: ../Composite-Manager/src/applet-notifications.c:127
278
+#: ../Composite-Manager/src/applet-notifications.c:136
279
+#: ../Composite-Manager/src/applet-notifications.c:145
280
+#: ../Composite-Manager/src/applet-notifications.c:154
281
+#: ../Composite-Manager/src/applet-notifications.c:163
282
+#: ../Folders/src/applet-notifications.c:365
283
+#: ../GMenu/src/applet-notifications.c:81
284
+#: ../RSSreader/src/applet-notifications.c:129
285
+#: ../System-Monitor/src/applet-notifications.c:106
286
+#: ../Xgamma/src/applet-notifications.c:87
287
+#: ../alsaMixer/src/applet-notifications.c:85
288
+#: ../dustbin/src/applet-notifications.c:136
289
+#: ../mail/src/cd-mail-applet-notifications.c:154
290
+#: ../musicPlayer/src/applet-notifications.c:278
291
+#: ../netspeed/src/applet-notifications.c:94
292
+#: ../quick-browser/src/applet-notifications.c:41
293
+#: ../shortcuts/src/applet-notifications.c:249
294
+#: ../shortcuts/src/applet-notifications.c:269
295
+#: ../showDesktop/src/applet-notifications.c:165
296
+#: ../showDesktop/src/applet-notifications.c:177
297
+#: ../showDesktop/src/applet-notifications.c:189
298
+#: ../slider/src/applet-notifications.c:223
299
+#: ../slider/src/applet-notifications.c:265
300
+#: ../stack/src/applet-notifications.c:181
301
+#: ../switcher/src/applet-notifications.c:300
302
+#: ../switcher/src/applet-notifications.c:305
303
+#: ../switcher/src/applet-notifications.c:314
304
+#: ../switcher/src/applet-notifications.c:323
305
+msgid "middle-click"
306
+msgstr "srednji klik"
307
+
308
+#: ../Composite-Manager/src/applet-notifications.c:127
309
+#: ../Composite-Manager/data/messages:131
310
+msgid "Reload Window-Manager"
311
+msgstr "Ponovo ucitaj Window-Manager"
312
+
313
+#: ../Composite-Manager/src/applet-notifications.c:136
314
+#: ../showDesktop/src/applet-notifications.c:165
315
+#: ../showDesktop/src/applet-notifications.c:167
316
+#: ../Composite-Manager/data/messages:133 ../showDesktop/data/messages:103
317
+#: ../showDesktop/data/messages:117 ../switcher/data/messages:113
318
+msgid "Show desktop"
319
+msgstr "Pokaži radnu površinu"
320
+
321
+#: ../Composite-Manager/src/applet-notifications.c:145
322
+#: ../showDesktop/src/applet-notifications.c:177
323
+#: ../showDesktop/src/applet-notifications.c:179
324
+#: ../switcher/src/applet-notifications.c:314
325
+#: ../Composite-Manager/data/messages:135 ../showDesktop/data/messages:111
326
+#: ../showDesktop/data/messages:125 ../switcher/data/messages:115
327
+msgid "Expose all the desktops"
328
+msgstr "Prikazi sve desktope"
329
+
330
+#: ../Composite-Manager/src/applet-notifications.c:154
331
+#: ../switcher/src/applet-notifications.c:323
332
+#: ../Composite-Manager/data/messages:137 ../switcher/data/messages:117
333
+msgid "Expose all the windows"
334
+msgstr "Pokazi sve prozore"
335
+
336
+#: ../Composite-Manager/src/applet-notifications.c:163
337
+#: ../showDesktop/src/applet-notifications.c:189
338
+#: ../showDesktop/src/applet-notifications.c:191
339
+#: ../Composite-Manager/data/messages:139 ../showDesktop/data/messages:109
340
+#: ../showDesktop/data/messages:123
341
+msgid "Show the Widget Layer"
342
+msgstr "Pokazi nivo widgeta"
343
+
344
+#: ../Dbus/src/applet-init.c:36
345
+msgid ""
346
+"This plug-in lets extern applications interact on the dock.\n"
347
+"The communication between both sides is based on Dbus"
348
+msgstr ""
349
+"Plug-in dozvoljava eksternim aplikacijama interakciju s dokom.\n"
350
+"Komunikacija izmedju obje strane zasniva se na Dbusu."
351
+
352
+#: ../Dbus/src/interface-applet-signals.c:422
353
+#: ../Dbus/src/interface-applet-signals.c:453
354
+msgid "Sorry, this module couldn't be added."
355
+msgstr "Oprosti, ne mogu dodati taj modul."
356
+
357
+#: ../Dbus/src/interface-applet-signals.c:457
358
+#: ../Dbus/src/interface-applet-signals.c:463
359
+msgid "The module has been added, but couldn't be launched."
360
+msgstr "Modul je dodan, ali ne mogu ga pokrenuti."
361
+
362
+#: ../Dbus/src/interface-applet-signals.c:466
363
+#, c-format
364
+msgid ""
365
+"The applet '%s' has been succefully updated and automatically reloaded"
366
+msgstr "Applet '%s' je uspjesno osvjezen i automatski ucitan ponovo."
367
+
368
+#: ../Dbus/src/interface-applet-signals.c:466
369
+#, c-format
370
+msgid ""
371
+"The applet '%s' has been succefully installed and automatically launched"
372
+msgstr "Applet '%s' je uspjesno instaliran i automatski pokrenut."
373
+
374
+#: ../Disks/src/applet-disks.c:45 ../Disks/src/applet-disks.c:53
375
+#: ../Network-Monitor/src/applet-netspeed.c:42
376
+#: ../Network-Monitor/src/applet-netspeed.c:50
377
+#: ../netspeed/src/applet-netspeed.c:42 ../netspeed/src/applet-netspeed.c:50
378
+msgid "B"
379
+msgstr "B"
380
+
381
+#: ../Disks/src/applet-disks.c:61 ../Folders/src/applet-notifications.c:140
382
+#: ../Network-Monitor/src/applet-netspeed.c:58
383
+#: ../netspeed/src/applet-netspeed.c:58
384
+msgid "KB"
385
+msgstr "kB"
386
+
387
+#: ../Disks/src/applet-disks.c:69 ../Folders/src/applet-notifications.c:138
388
+#: ../Network-Monitor/src/applet-netspeed.c:66
389
+#: ../netspeed/src/applet-netspeed.c:66
390
+#: ../netspeed/src/applet-notifications.c:37
391
+#: ../netspeed/src/applet-notifications.c:38
392
+msgid "MB"
393
+msgstr "MB"
394
+
395
+#: ../Disks/src/applet-disks.c:77 ../Network-Monitor/src/applet-netspeed.c:74
396
+#: ../netspeed/src/applet-netspeed.c:74
397
+msgid "GB"
398
+msgstr "GB"
399
+
400
+#: ../Disks/src/applet-disks.c:85 ../Network-Monitor/src/applet-netspeed.c:82
401
+#: ../netspeed/src/applet-netspeed.c:82
402
+msgid "TB"
403
+msgstr "TB"
404
+
405
+#: ../Disks/src/applet-disks.c:171
406
+msgid "r"
407
+msgstr "r"
408
+
409
+#: ../Disks/src/applet-disks.c:171
410
+msgid "w"
411
+msgstr "w"
412
+
413
+#: ../Disks/src/applet-disks.c:175
414
+msgid "N/A"
415
+msgstr "N/A"
416
+
417
+#: ../Disks/src/applet-init.c:29
418
+msgid "Disks"
419
+msgstr "Diskovi"
420
+
421
+#: ../Disks/src/applet-init.c:32
422
+msgid ""
423
+"<b><i>Monitors disks speed and space</i></b>.\n"
424
+"\n"
425
+"This applet show your disks informations. You can activate both options at "
426
+"once, but they're better separated in 2 or more instances of the applet.\n"
427
+"Using both in the same applet can cause problems with the speed display not "
428
+"scaling down.\n"
429
+"\n"
430
+"<b>Disk space</b> :  Show disk transfer rates. Up to 10 partitions\n"
431
+"  You need to configure the mount point of each monitored partition like / "
432
+"or /home\n"
433
+"  Better seen in a gauge, with 30 or 60s refresh rate and really short or no "
434
+"transition delay.\n"
435
+"\n"
436
+"<b>Disk speed</b> :  Show disk transfer rates. Up to 5 disks\n"
437
+"  You need to configure the name of each monitored disk with his device name "
438
+"like sda or sdb\n"
439
+"  Better seen in a graph, with 2 or 3s refresh rate and no delay between "
440
+"transitions.\n"
441
+"\n"
442
+"Second release, a lot more need to be done :\n"
443
+" <u>Free space :</u>\n"
444
+" - Popup with detailed informations.\n"
445
+" - Editable labels ?\n"
446
+" <u>Speed :</u>\n"
447
+" - All disks option.\n"
448
+" - Pop up showing disks info to know what to add in the list.\n"
449
+" - Editable labels ?\n"
450
+" - Get real block size for disks\n"
451
+" <u>Global</u>\n"
452
+" - Find actions : left, middle click, drop and wheel.\n"
453
+" - Fill menu with actions.\n"
454
+msgstr ""
455
+"<b><i>Prati brzinu diska i zauzece</i></b>\n"
456
+"\n"
457
+"Applet pokazuje informacije o disku. Mozes aktivirati obje opcije odjednom, "
458
+"ali bolje da razdvojis na 2 ili vise instanci appleta.\n"
459
+"Upotrebom obje opcije odjednom moze uzrokovati probleme s prikazom brzine "
460
+"diska.\n"
461
+"\n"
462
+"<b>Zauzece diska</b>: Prikazuje slobodan prostor na disku. Max 10 particija "
463
+"odjednom.\n"
464
+"  Moras definirati koji se direktorij promatra na svakoj particiji, poput / "
465
+"ili /home\n"
466
+"  Bolje je vidljivo u grafu, s vremenom osvjezenja 30 do 60 s i s kratkim "
467
+"vremenom odgode prenosa.\n"
468
+"<b>Brzina diska</b>: Pokazuje brzine prijenosa. Max 5 diskova.\n"
469
+"  Moras definirati ime svakog diska, zajedno sa imenom uredjaja, poput sda "
470
+"ili sdb\n"
471
+"  Prikaz je bolji u grafu, s vremenom osvjezenja 2 do 3s bez  odgode u "
472
+"prenosu.\n"
473
+"\n"
474
+"Drugo izdanje, ostaje dosta toga da se napravi:\n"
475
+" <u>Slobodan prostor:</u>\n"
476
+" - popup s detaljnim informacijama\n"
477
+" - labele koje mozes uredjivati ?\n"
478
+" <u>Brzina:</u>\n"
479
+" - Sve opcije diska.\n"
480
+" - popup pokazuje disk info da znas sto da dodas na listu\n"
481
+" - labele koje mozes uredjivati ?\n"
482
+" - daj realnu velicinu bloka za svaki disk\n"
483
+" <u>Globalno</u>\n"
484
+" - akcije misa: lijevi klik, srednji klik, ispusti, skrol na misu\n"
485
+" - popuni meni s akcijama\n"
486
+
487
+#: ../Disks/src/applet-notifications.c:69
488
+#: ../System-Monitor/src/applet-init.c:35
489
+msgid "System Monitor"
490
+msgstr "Nadzor sustava"
491
+
492
+#: ../Doncky/src/applet-cpusage.c:65 ../System-Monitor/src/applet-cpusage.c:58
493
+#: ../System-Monitor/src/applet-cpusage.c:63
494
+msgid "day(s)"
495
+msgstr "dan(a)"
496
+
497
+#: ../Doncky/src/applet-init.c:35
498
+msgid ""
499
+"This applet allows you to write texts and monitor your system\n"
500
+"with a \"text style desklet\".\n"
501
+"USAGE:\n"
502
+"  - NEED TO BE DETACHED FROM THE DOCK TO WORK !\n"
503
+"  - Middle-clic to reload values"
504
+msgstr ""
505
+"Applet dozvoljava da pisete tekstove i pratite rad sustava\n"
506
+"s desklet \"tekst stil\" \n"
507
+"UPOTREBA:\n"
508
+"  - Moras osloboditi s doka prije upotrebe!\n"
509
+"  - Srednji klik  da ucitas vrijednosti"
510
+
511
+#: ../Doncky/src/applet-notifications.c:215
512
+msgid "It doesn't seem to be a valid XML file."
513
+msgstr "XML fajl nije ispravan"
514
+
515
+#: ../Folders/src/applet-init.c:29
516
+msgid "Folders"
517
+msgstr "Mape"
518
+
519
+#: ../Folders/src/applet-init.c:32
520
+msgid ""
521
+"This applet imports folders inside the Dock\n"
522
+"You can have as many instances of this applet as you want, each one with a "
523
+"different folder.\n"
524
+"To add a folder in your dock:\n"
525
+" - activate the applet, open its configuration panel, and select a folder\n"
526
+" - or just drop a folder into the dock\n"
527
+"Middle-click on the main icon opens the folder.\n"
528
+msgstr ""
529
+"Applet uvozi mape u Dok\n"
530
+"Mozes otvoriti vise instanci appleta, sa razlicitim mapama u svakom.\n"
531
+"Da bi dodao mapu u dok:\n"
532
+" - aktiviraj applet, otvori konfiguracijski panel, izaberi mapu\n"
533
+" - ili naprosto ispusti mapu na dok\n"
534
+"Srednji klik na glavnu ikonu otvara mapu.\n"
535
+
536
+#: ../Folders/src/applet-init.c:87 ../Folders/src/applet-init.c:150
537
+#: ../Folders/src/applet-notifications.c:42
538
+msgid "Open the configuration of the applet to choose a folder to import."
539
+msgstr "Otvori konfiguracijski panel appleta i izaberi mapu za unos."
540
+
541
+#: ../Folders/src/applet-notifications.c:54
542
+msgid "Empty or unreadable folder."
543
+msgstr "Mapa je prazna ili nije dostupna"
544
+
545
+#: ../Folders/src/applet-notifications.c:116
546
+msgid "Properties:"
547
+msgstr "Svojstva"
548
+
549
+#: ../Folders/src/applet-notifications.c:136 ../Folders/data/messages:117
550
+msgid "Size"
551
+msgstr "Veličina"
552
+
553
+#: ../Folders/src/applet-notifications.c:136
554
+msgid "bytes"
555
+msgstr "bajtova"
556
+
557
+#: ../Folders/src/applet-notifications.c:150
558
+msgid "Last Modification"
559
+msgstr "Zadnja promjena"
560
+
561
+#: ../Folders/src/applet-notifications.c:159
562
+msgid "Mime Type"
563
+msgstr "Mime tip"
564
+
565
+#: ../Folders/src/applet-notifications.c:173
566
+msgid "User ID"
567
+msgstr "Indentifikator korisnika"
568
+
569
+#: ../Folders/src/applet-notifications.c:173
570
+msgid "Group ID"
571
+msgstr "ID grupe"
572
+
573
+#: ../Folders/src/applet-notifications.c:183
574
+msgid "Permissions"
575
+msgstr "Dozvole"
576
+
577
+#: ../Folders/src/applet-notifications.c:183
578
+msgid "Read"
579
+msgstr "Čitanje"
580
+
581
+#: ../Folders/src/applet-notifications.c:184
582
+#: ../Folders/src/applet-notifications.c:185
583
+#: ../Folders/src/applet-notifications.c:186 ../Disks/data/messages:105
584
+#: ../System-Monitor/data/messages:115 ../alsaMixer/data/messages:147
585
+#: ../netspeed/data/messages:115 ../slider/data/messages:169
586
+msgid "Yes"
587
+msgstr "Da"
588
+
589
+#: ../Folders/src/applet-notifications.c:184
590
+#: ../Folders/src/applet-notifications.c:185
591
+#: ../Folders/src/applet-notifications.c:186 ../Disks/data/messages:101
592
+#: ../Disks/data/messages:137 ../Messaging-Menu/data/messages:15
593
+#: ../Network-Monitor/data/messages:17 ../Network-Monitor/data/messages:117
594
+#: ../RSSreader/data/messages:113 ../Status-Notifier/data/messages:19
595
+#: ../System-Monitor/data/messages:15 ../System-Monitor/data/messages:111
596
+#: ../System-Monitor/data/messages:163 ../Toons/data/messages:15
597
+#: ../alsaMixer/data/messages:17 ../alsaMixer/data/messages:113
598
+#: ../alsaMixer/data/messages:143 ../clock/data/messages:17
599
+#: ../clock/data/messages:105 ../keyboard-indicator/data/messages:15
600
+#: ../mail/data/messages:15 ../musicPlayer/data/messages:17
601
+#: ../netspeed/data/messages:15 ../netspeed/data/messages:111
602
+#: ../netspeed/data/messages:159 ../powermanager/data/messages:17
603
+#: ../shortcuts/data/messages:119 ../slider/data/messages:15
604
+#: ../slider/data/messages:167 ../weather/data/messages:17
605
+#: ../wifi/data/messages:15
606
+msgid "No"
607
+msgstr "Ne"
608
+
609
+#: ../Folders/src/applet-notifications.c:184
610
+msgid "Write"
611
+msgstr "Pisanje"
612
+
613
+#: ../Folders/src/applet-notifications.c:185
614
+#: ../Scooby-Do/src/applet-backend-command.c:95
615
+msgid "Execute"
616
+msgstr "Izvrši"
617
+
618
+#: ../Folders/src/applet-notifications.c:211
619
+#, c-format
620
+msgid ""
621
+"You're about deleting this file\n"
622
+"  (%s)\n"
623
+"from your hard-disk. Sure ?"
624
+msgstr ""
625
+"Obrisat ces datoteku\n"
626
+"  (%s)\n"
627
+"sa diska. Jesi siguran ?"
628
+
629
+#: ../Folders/src/applet-notifications.c:221
630
+msgid ""
631
+"Warning: could not delete this file.\n"
632
+"Please check file permissions."
633
+msgstr "Pozor: ne mogu obrisati datoteku"
634
+
635
+#: ../Folders/src/applet-notifications.c:234
636
+msgid "Rename to:"
637
+msgstr "Preimenuj u:"
638
+
639
+#: ../Folders/src/applet-notifications.c:241
640
+#, c-format
641
+msgid ""
642
+"Warning: could not rename %s.\n"
643
+"Check file permissions \n"
644
+"and that the new name does not already exist."
645
+msgstr ""
646
+"Pozor: ne mogu promjeniti ime %s\n"
647
+"Provjeri dozvole fajla \n"
648
+"ili se novo ime vec koristi."
649
+
650
+#: ../Folders/src/applet-notifications.c:255
651
+#: ../Scooby-Do/src/applet-backend-files.c:390
652
+msgid "Pick up a directory"
653
+msgstr "Izaberi direktorij"
654
+
655
+#: ../Folders/src/applet-notifications.c:280
656
+msgid "Enter a file name:"
657
+msgstr "Unesi ime fajla"
658
+
659
+#: ../Folders/src/applet-notifications.c:288
660
+#, c-format
661
+msgid ""
662
+"Warning: could not create %s.\n"
663
+"Check file permissions \n"
664
+"and that the new name does not already exist."
665
+msgstr ""
666
+"Pozor: ne mogu kreirati %s\n"
667
+"Provjeri dozvole fajla \n"
668
+"ili se novo ime vec koristi."
669
+
670
+#: ../Folders/src/applet-notifications.c:365
671
+msgid "Open the folder"
672
+msgstr "Otvori mapu"
673
+
674
+#: ../Folders/src/applet-notifications.c:372
675
+msgid "Rename this file"
676
+msgstr "Promjeni ime fajla"
677
+
678
+#: ../Folders/src/applet-notifications.c:373
679
+msgid "Delete this file"
680
+msgstr "Izbriši ovu datoteku"
681
+
682
+#: ../Folders/src/applet-notifications.c:374
683
+msgid "Move this file"
684
+msgstr "Premjesti datoteku"
685
+
686
+#: ../Folders/src/applet-notifications.c:380
687
+#: ../Recent-Events/src/applet-dialog.c:263
688
+#: ../slider/src/applet-notifications.c:233
689
+msgid "Open with"
690
+msgstr "Otvori s(a)"
691
+
692
+#: ../Folders/src/applet-notifications.c:413
693
+msgid "Properties"
694
+msgstr "Postavke"
695
+
696
+#: ../Folders/src/applet-notifications.c:416
697
+msgid "Create a new file"
698
+msgstr "Stvara novu datoteku"
699
+
700
+#: ../Folders/src/applet-notifications.c:417
701
+msgid "Create a new folder"
702
+msgstr "Napravi novu mapu"
703
+
704
+#: ../Folders/src/applet-notifications.c:422
705
+msgid "Sort by"
706
+msgstr "Poredaj po"
707
+
708
+#: ../Folders/src/applet-notifications.c:423
709
+msgid "By name"
710
+msgstr "Po imenu"
711
+
712
+#: ../Folders/src/applet-notifications.c:424
713
+msgid "By date"
714
+msgstr "Po datumu"
715
+
716
+#: ../Folders/src/applet-notifications.c:425
717
+msgid "By size"
718
+msgstr "Po velicini"
719
+
720
+#: ../Folders/src/applet-notifications.c:426
721
+msgid "By type"
722
+msgstr "Po tipu"
723
+
724
+#: ../Folders/src/applet-notifications.c:468
725
+msgid "The folder has been imported."
726
+msgstr "Mapa je uvezena"
727
+
728
+#: ../Folders/src/applet-notifications.c:529
729
+msgid "Do you want to import the content of the folder too?"
730
+msgstr "Da uvezem i sadrzaj mape takodjer ?"
731
+
732
+#: ../GMenu/src/applet-init.c:33
733
+msgid ""
734
+"Displays the common Applications menu and the Recently used files.\n"
735
+"It is compatible with any XDG compliant menu (Gnome, XFCE, KDE, ...)\n"
736
+"Middle-click to open a dialog to quickly launch any command (you can set up "
737
+"a shortkey for it, like ALT+F2)\n"
738
+"You can also set up a shortkey to pop up the menu (like ALT+F1)"
739
+msgstr ""
740
+"Prikazuje zajednicki meni Aplikacije te Nedavno koristene datoteke.\n"
741
+"Kompatibilan sa svakim XDG usluznim menijem (Gnome,XFCE,KDE,...)\n"
742
+"Srednji klik otvara dijalog brzog pristupa komandama (mozes definirati "
743
+"kombinaciju tipki za to, poput ALT F2)\n"
744
+"Mozes definirati kombinaciju tipki i za otvaranje samog popup menija, poput "
745
+"ALT F1"
746
+
747
+#: ../GMenu/src/applet-init.c:39
748
+msgid "Applications Menu"
749
+msgstr "Meni Aplikacija"
750
+
751
+#: ../GMenu/src/applet-init.c:66
752
+msgid "Show/hide the Applications menu"
753
+msgstr "Pokazi/Sakri Meni Aplikacija"
754
+
755
+#: ../GMenu/src/applet-init.c:71
756
+msgid "Show/hide the quick-launch dialog"
757
+msgstr "Pokazi/Sakri dijalog brzog pokretanja"
758
+
759
+#: ../GMenu/src/applet-menu-callbacks.c:218 ../GMenu/data/messages:121
760
+msgid "Logout"
761
+msgstr "Odjava"
762
+
763
+#: ../GMenu/src/applet-menu-callbacks.c:221 ../GMenu/data/messages:123
764
+msgid "Shutdown"
765
+msgstr "Isključi"
766
+
767
+#: ../GMenu/src/applet-notifications.c:81
768
+msgid "Quick launch"
769
+msgstr "Brzo pokretanje"
770
+
771
+#: ../GMenu/src/applet-notifications.c:105
772
+msgid "Configure menu"
773
+msgstr "Meni Konfiguracije"
774
+
775
+#: ../GMenu/src/applet-notifications.c:108
776
+msgid "Clear recent"
777
+msgstr "Očisti nedavno"
778
+
779
+#: ../GMenu/src/applet-recent.c:56
780
+msgid "Recent Documents"
781
+msgstr "Nedavno korišteni dokumenti"
782
+
783
+#: ../GMenu/src/applet-recent.c:115
784
+msgid "Clear the list of the recently used documents?"
785
+msgstr "Obrisi listu nedavno koristenih dokumenata?"
786
+
787
+#: ../GMenu/src/applet-run-dialog.c:353 ../Scooby-Do/data/messages:111
788
+msgid "Enter a command to launch:"
789
+msgstr "Unesi komandu koju zelis pokrenuti:"
790
+
791
+#: ../Global-Menu/src/applet-init.c:30
792
+msgid "Global Menu"
793
+msgstr "Globalni Meni"
794
+
795
+#: ../Global-Menu/src/applet-init.c:33
796
+msgid ""
797
+"This applet allows you to control the current active window:\n"
798
+"  close, minimize, maximize, and display the application menu.To display the "
799
+"menu, applications have to support this feature, which is the case on Ubuntu "
800
+"by default.\n"
801
+"You can bind a shortkey to this action."
802
+msgstr ""
803
+"Applet omogucuje kontrolu trenutno aktivnog prozora:\n"
804
+"  zatvori,minimize,maximize,prikazi meni aplikacije - ako aplikacija "
805
+"podrzava tu opciju, sto je kod Ubuntu dozvoljeno u osnovi."
806
+
807
+#: ../Global-Menu/src/applet-init.c:108 ../Global-Menu/src/applet-init.c:210
808
+msgid "Show/hide the current application menu"
809
+msgstr "Pokazi/Sakri meni trenutne aplikacije"
810
+
811
+#: ../Global-Menu/src/applet-notifications.c:52
812
+msgid "The application didn't send its menu to us."
813
+msgstr "Aplikacija nije dostavila meni"
814
+
815
+#: ../Impulse/src/applet-impulse.c:170
816
+msgid ""
817
+"There is something wrong with PulseAudio.\n"
818
+"Can you check its status (installed? running? version?) and report this bug "
819
+"(if any) to forum.glx-dock.org"
820
+msgstr ""
821
+"Nesto nije u redu s PulseAudio.\n"
822
+"Provjeri status (instaliran? startan? verzija?) i prijavi bug (ako postoji) "
823
+"na forum.glx-dock.org"
824
+
825
+#: ../Impulse/src/applet-init.c:32
826
+msgid ""
827
+"Did you know that your dock can dance? :)\n"
828
+"If you click on this icon, the dock will dance!\n"
829
+"In fact, you will have a graphical equalizer into the dock\n"
830
+"It will analyse the signal given by PulseAudio."
831
+msgstr ""
832
+"Znas li da tvoj Dok plese? :)\n"
833
+"Klikni na ovu ikonu, Dok ce zaplesati!\n"
834
+"Zapravo, dobit ces graficki prikaz miksera u Doku.\n"
835
+"Prikazuje signal s PulseAudio servisa."
836
+
837
+#: ../MeMenu/src/applet-init.c:30
838
+msgid "Me Menu"
839
+msgstr "Moj Meni"
840
+
841
+#: ../MeMenu/src/applet-init.c:33
842
+msgid ""
843
+"A menu that lets you access quickly to your information, your online status, "
844
+"your friends."
845
+msgstr ""
846
+"Meni omogucuje brzi pristup tvojim informacijama, online statusu, tvojim "
847
+"prijateljima."
848
+
849
+#: ../MeMenu/src/applet-notifications.c:31
850
+msgid "It seems that the Me-Menu is not installed on your system"
851
+msgstr "Izgleda da Moj Meni nije instaliran"
852
+
853
+#: ../Messaging-Menu/src/applet-init.c:30
854
+msgid "Messaging Menu"
855
+msgstr "Meni Poruka"
856
+
857
+#: ../Messaging-Menu/src/applet-init.c:33
858
+msgid ""
859
+"A menu that notices you about new messages from Mail or Chat applications.\n"
860
+"It handles Evolution, Pidgin, Empathy, etc\n"
861
+"It requires the Messaging service, which is available on Ubuntu by default."
862
+msgstr "Meni te obavijestava o novim porukama s Mail ili Chat aplikacije"
863
+
864
+#: ../Messaging-Menu/src/applet-init.c:66
865
+msgid "Show/hide the Messaging menu"
866
+msgstr "Pokazi/Sakri Menu Poruka"
867
+
868
+#: ../Messaging-Menu/src/applet-notifications.c:31
869
+msgid ""
870
+"The Messaging service did not reply.\n"
871
+"Please check that it is correctly installed."
872
+msgstr "Servis Poruka nije aktivan"
873
+
874
+#: ../Network-Monitor/src/applet-dbus-callbacks.c:69
875
+msgid "Network connection state changed to inactive."
876
+msgstr "Mrežni status promijenjen u neaktivan"
877
+
878
+#: ../Network-Monitor/src/applet-dbus-callbacks.c:75
879
+msgid "Connecting..."
880
+msgstr "Povezivanje…"
881
+
882
+#: ../Network-Monitor/src/applet-dbus-callbacks.c:82
883
+msgid "Network connection is established."
884
+msgstr "Veza je uspostavljena."
885
+
886
+#: ../Network-Monitor/src/applet-dbus-callbacks.c:88
887
+msgid "Network connection state changed to disconnected."
888
+msgstr "Mrezni status promijenjen u odspojen."
889
+
890
+#: ../Network-Monitor/src/applet-dbus-callbacks.c:150
891
+msgid "A cable has been plugged"
892
+msgstr "Kabel je ukljucen"
893
+
894
+#: ../Network-Monitor/src/applet-dbus-callbacks.c:150
895
+msgid "A cable has been unplugged"
896
+msgstr "Kabel je iskljucen"
897
+
898
+#: ../Network-Monitor/src/applet-draw.c:30
899
+#: ../powermanager/src/powermanager-draw.c:174 ../wifi/src/applet-draw.c:31
900
+#: ../Clipper/data/messages:99 ../GMenu/data/messages:119
901
+#: ../Network-Monitor/data/messages:221 ../alsaMixer/data/messages:121
902
+#: ../dnd2share/data/messages:111 ../dustbin/data/messages:101
903
+#: ../wifi/data/messages:139 ../wifi/data/messages:189
904
+msgid "None"
905
+msgstr "Nijedan"
906
+
907
+#: ../Network-Monitor/src/applet-draw.c:30 ../wifi/src/applet-draw.c:31
908
+msgid "Very Low"
909
+msgstr "Vrlo nisko"
910
+
911
+#: ../Network-Monitor/src/applet-draw.c:30 ../wifi/src/applet-draw.c:31
912
+msgid "Low"
913
+msgstr "Nisko"
914
+
915
+#: ../Network-Monitor/src/applet-draw.c:30 ../wifi/src/applet-draw.c:31
916
+msgid "Middle"
917
+msgstr "Sredina"
918
+
919
+#: ../Network-Monitor/src/applet-draw.c:30 ../wifi/src/applet-draw.c:31
920
+msgid "Good"
921
+msgstr "Dobro"
922
+
923
+#: ../Network-Monitor/src/applet-draw.c:30 ../wifi/src/applet-draw.c:31
924
+msgid "Excellent"
925
+msgstr "Odlicno"
926
+
927
+#: ../Network-Monitor/src/applet-draw.c:30
928
+msgid "Not connected"
929
+msgstr "Nije spojeno"
930
+
931
+#: ../Network-Monitor/src/applet-draw.c:30
932
+msgid "Wired connection"
933
+msgstr "Žičana veza"
934
+
935
+#: ../Network-Monitor/src/applet-draw.c:126 ../wifi/src/applet-draw.c:171
936
+msgid ""
937
+"Checking connection...\n"
938
+"Please retry in a few seconds"
939
+msgstr ""
940
+"Provjera veze...\n"
941
+"Molim ponovi za nekoliko trenutaka"
942
+
943
+#: ../Network-Monitor/src/applet-draw.c:134
944
+msgid "Wired Connection."
945
+msgstr "Zicana veza"
946
+
947
+#: ../Network-Monitor/src/applet-draw.c:136
948
+#: ../Network-Monitor/src/applet-draw.c:151 ../wifi/src/applet-draw.c:188
949
+msgid "Interface"
950
+msgstr "Sučelje"
951
+
952
+#: ../Network-Monitor/src/applet-draw.c:137
953
+#: ../Network-Monitor/src/applet-draw.c:149
954
+msgid "Speed"
955
+msgstr "Brzina"
956
+
957
+#: ../Network-Monitor/src/applet-draw.c:146 ../wifi/src/applet-draw.c:184
958
+msgid "Wifi enabled."
959
+msgstr "Wifi omogucen"
960
+
961
+#: ../Network-Monitor/src/applet-draw.c:148 ../wifi/src/applet-draw.c:186
962
+msgid "Network ID"
963
+msgstr "ID Mreže"
964
+
965
+#: ../Network-Monitor/src/applet-draw.c:148
966
+#: ../musicPlayer/src/applet-draw.c:152 ../musicPlayer/src/applet-draw.c:154
967
+#: ../musicPlayer/src/applet-draw.c:156
968
+#: ../powermanager/src/powermanager-draw.c:203
969
+#: ../powermanager/src/powermanager-draw.c:256
970
+msgid "Unknown"
971
+msgstr "Nepoznato"
972
+
973
+#: ../Network-Monitor/src/applet-draw.c:150 ../wifi/src/applet-draw.c:187
974
+msgid "Access point"
975
+msgstr "Pristupna točka"
976
+
977
+#: ../Network-Monitor/src/applet-draw.c:152 ../wifi/src/applet-draw.c:189
978
+msgid "Signal Quality"
979
+msgstr "Kvaliteta signala"
980
+
981
+#: ../Network-Monitor/src/applet-init.c:31
982
+msgid "Network-Monitor"
983
+msgstr "Mrezni-Monitor"
984
+
985
+#: ../Network-Monitor/src/applet-init.c:34
986
+msgid ""
987
+"This applet allows you to monitor your network connection(s).\n"
988
+"It can display the download/upload speeds and the wifi signal quality.\n"
989
+"If you have network-manager running, it can also let you choose the current "
990
+"wifi network.\n"
991
+"Left-click to pop-up some info,Scroll on the icon to switch the display "
992
+"between net speed and wifi."
993
+msgstr ""
994
+"Applet dozvoljava monitoring mreznih veza.\n"
995
+"Prikazuje brzinu downloada/uploada te kvalitetu Wifi signala.\n"
996
+"Ako je mrezni-urednik startan, mozes izabrati trenutnu wifi mrezu.\n"
997
+"Lijevi klik daje info pop-up, skrolaj na ikoni da prebacis izmedju mrezne "
998
+"brzine i izbora wifi mreze."
999
+
1000
+#: ../Network-Monitor/src/applet-netspeed.c:200
1001
+#: ../System-Monitor/src/applet-monitor.c:95
1002
+#: ../System-Monitor/src/applet-top.c:428
1003
+#: ../netspeed/src/applet-netspeed.c:200
1004
+msgid "Loading"
1005
+msgstr "Učitavam"
1006
+
1007
+#: ../Network-Monitor/src/applet-notifications.c:81
1008
+#: ../wifi/src/applet-notifications.c:70
1009
+msgid "Check for Wireless Extension"
1010
+msgstr "Provjera bezicnog pristupa mrezi"
1011
+
1012
+#: ../Network-Monitor/src/applet-notifications.c:82
1013
+#: ../wifi/src/applet-notifications.c:71
1014
+msgid "Network Administration"
1015
+msgstr "Mrezna Administracija"
1016
+
1017
+#: ../Network-Monitor/src/applet-notifications.c:86
1018
+msgid "Activate network"
1019
+msgstr "Aktiviraj mrezu"
1020
+
1021
+#: ../Network-Monitor/src/applet-notifications.c:86
1022
+msgid "Deactivate network"
1023
+msgstr "Iskljuci mrezu"
1024
+
1025
+#: ../Network-Monitor/src/applet-notifications.c:90
1026
+msgid "Deactivate wifi"
1027
+msgstr "Iskljuci wifi"
1028
+
1029
+#: ../Network-Monitor/src/applet-notifications.c:90
1030
+msgid "Activate wifi"
1031
+msgstr "Aktiviraj wifi"
1032
+
1033
+#: ../RSSreader/src/applet-init.c:31
1034
+msgid "RSSreader"
1035
+msgstr "RSS citac"
1036
+
1037
+#: ../RSSreader/src/applet-init.c:34
1038
+msgid ""
1039
+"This applet is an RSS/Atom feed reader.\n"
1040
+"You can instanciate it as many times as you want.\n"
1041
+"USAGE:\n"
1042
+" - Left-click : display the complete feed lines in a dialog.\n"
1043
+" - Middle-click : refresh the feed.\n"
1044
+" - Scroll on the desklet : make the feed lines scroll.\n"
1045
+" - Drag and drop a valid URL on the icon to use it,\n"
1046
+"    or copy it and use \"Paste a new RSS Url\" in the menu.\n"
1047
+"    or edit the Configuration Panel."
1048
+msgstr ""
1049
+"Applet je RSS/Atom citac.\n"
1050
+"Mozes otvoriti vise instanci odjednom.\n"
1051
+"UPOTREBA:\n"
1052
+" - Lijevi klik: prikaz kompletnog sadrzaja u dijalogu.\n"
1053
+" - Srednji klik: osvjezi citac.\n"
1054
+" - Skrol na desklet: skrola sadrzaj u dijalogu.\n"
1055
+" - Pokupi i ispusti URL na ikonu, da startas citac\n"
1056
+"    ili kopiraj/zalijepi novi RSS URL sa menija\n"
1057
+"    ili uredi u Konfiguracijskom panelu"
1058
+
1059
+#: ../RSSreader/src/applet-init.c:65 ../RSSreader/src/applet-init.c:125
1060
+#: ../RSSreader/src/applet-notifications.c:56
1061
+msgid "Retrieving data..."
1062
+msgstr "Prihvacam podatke"
1063
+
1064
+#: ../RSSreader/src/applet-notifications.c:69
1065
+msgid "It doesn't seem to be a valid URL."
1066
+msgstr "Izgleda da je URL neispravan"
1067
+
1068
+#: ../RSSreader/src/applet-notifications.c:124
1069
+msgid "Paste a new RSS Url (drag and drop)"
1070
+msgstr "Zalijepi novi RSS URL (pokupi i ispusti)"
1071
+
1072
+#: ../RSSreader/src/applet-notifications.c:128
1073
+msgid "Open with your web browser"
1074
+msgstr "Otvori u internet pregledniku"
1075
+
1076
+#: ../RSSreader/src/applet-notifications.c:129
1077
+#: ../switcher/src/applet-notifications.c:332
1078
+msgid "Refresh"
1079
+msgstr "Osvježi"
1080
+
1081
+#: ../RSSreader/src/applet-rss.c:400
1082
+msgid "Warning: couldn't retrieve data last time we tried."
1083
+msgstr "Pozor: zadnji prihvat podataka nije uspio"
1084
+
1085
+#: ../RSSreader/src/applet-rss.c:436
1086
+msgid "No URL is defined."
1087
+msgstr "URL nije definiran"
1088
+
1089
+#: ../RSSreader/src/applet-rss.c:437
1090
+msgid "No data (no connection?)"
1091
+msgstr "Nema podataka ( veza? )"
1092
+
1093
+#: ../RSSreader/src/applet-rss.c:468 ../RSSreader/src/applet-rss.c:487
1094
+msgid "Invalid data (invalid RSS/Atom feed?)"
1095
+msgstr "Neispravni podaci (nije RSS/Atom ?)"
1096
+
1097
+#: ../RSSreader/src/applet-rss.c:551
1098
+msgid "No data"
1099
+msgstr "Nema podataka"
1100
+
1101
+#: ../RSSreader/src/applet-rss.c:589
1102
+msgid "No modification"
1103
+msgstr "Bez promjene"
1104
+
1105
+#: ../RSSreader/src/applet-rss.c:614
1106
+msgid "This RSS feed has been modified..."
1107
+msgstr "RSS je promijenjen"
1108
+
1109
+#: ../RSSreader/src/applet-rss.c:775
1110
+msgid ""
1111
+"No URL is defined\n"
1112
+"You can define one by copying the URL in the clipboard,\n"
1113
+" and selecting \"Paste the URL\" in the menu."
1114
+msgstr ""
1115
+"URL nije definiran\n"
1116
+"Kopiraj URL na clipboard \n"
1117
+" zatim izaberi \"Zalijepi novi RSS URL\" s menija"
1118
+
1119
+#: ../RSSreader/src/applet-rss.c:781
1120
+msgid ""
1121
+"No data\n"
1122
+"Did you set a valid RSS feed?\n"
1123
+"Is your connection alive?"
1124
+msgstr ""
1125
+"Nema podataka\n"
1126
+"Jesi postavio ispravan RSS?\n"
1127
+"Da li je veza aktivna?"
1128
+
1129
+#: ../Recent-Events/src/applet-dialog.c:288
1130
+#: ../stack/src/applet-notifications.c:179
1131
+msgid "Open parent folder"
1132
+msgstr "Otvori mapu iznad"
1133
+
1134
+#: ../Recent-Events/src/applet-dialog.c:290
1135
+msgid "Copy the location"
1136
+msgstr "Kopiraj lokaciju"
1137
+
1138
+#: ../Recent-Events/src/applet-dialog.c:292
1139
+msgid "Delete this event"
1140
+msgstr "Obrisi dogadjaj"
1141
+
1142
+#: ../Recent-Events/src/applet-dialog.c:365
1143
+msgid "All"
1144
+msgstr "Sve"
1145
+
1146
+#: ../Recent-Events/src/applet-dialog.c:366
1147
+msgid "Document"
1148
+msgstr "Dokument"
1149
+
1150
+#: ../Recent-Events/src/applet-dialog.c:368 ../logout/data/messages:129
1151
+msgid "Image"
1152
+msgstr "Slika"
1153
+
1154
+#: ../Recent-Events/src/applet-dialog.c:369
1155
+msgid "Audio"
1156
+msgstr "Zvuk"
1157
+
1158
+#: ../Recent-Events/src/applet-dialog.c:370
1159
+msgid "Video"
1160
+msgstr "Video"
1161
+
1162
+#: ../Recent-Events/src/applet-dialog.c:371
1163
+msgid "Web"
1164
+msgstr "Internet"
1165
+
1166
+#: ../Recent-Events/src/applet-dialog.c:372
1167
+msgid "Other"
1168
+msgstr "Ostalo"
1169
+
1170
+#: ../Recent-Events/src/applet-dialog.c:373
1171
+msgid "Top Results"
1172
+msgstr "Najbolji Rezultati"
1173
+
1174
+#: ../Recent-Events/src/applet-dialog.c:379
1175
+msgid "Look for events"
1176
+msgstr "Trazi dogadjaj"
1177
+
1178
+#: ../Recent-Events/src/applet-dialog.c:430
1179
+msgid "File name"
1180
+msgstr "Ime datoteke"
1181
+
1182
+#: ../Recent-Events/src/applet-dialog.c:437
1183
+msgid "Last access"
1184
+msgstr "Zadnji pristup"
1185
+
1186
+#: ../Recent-Events/src/applet-dialog.c:481
1187
+msgid "You need to install the Zeitgeist data engine."
1188
+msgstr "Moras instalirati Zeitgeist engine"
1189
+
1190
+#: ../Recent-Events/src/applet-dialog.c:516
1191
+msgid "Browse and search in recent events"
1192
+msgstr "Pregledaj i pretrazi zadnje dogadjaje"
1193
+
1194
+#: ../Recent-Events/src/applet-init.c:29
1195
+msgid "Recent-Events"
1196
+msgstr "Zadnji dogadjaji"
1197
+
1198
+#: ../Recent-Events/src/applet-init.c:58
1199
+msgid "Show/hide the Recent Events"
1200
+msgstr ""
1201
+
1202
+#: ../Recent-Events/src/applet-notifications.c:74
1203
+#, c-format
1204
+msgid "%d event(s) deleted"
1205
+msgstr ""
1206
+
1207
+#: ../Recent-Events/src/applet-notifications.c:113
1208
+#: ../Scooby-Do/src/applet-backend-recent.c:212 ../Scooby-Do/data/messages:105
1209
+msgid "Recent files"
1210
+msgstr ""
1211
+
1212
+#: ../Recent-Events/src/applet-notifications.c:161
1213
+msgid "Delete today's events"
1214
+msgstr ""
1215
+
1216
+#: ../Recent-Events/src/applet-notifications.c:163
1217
+msgid "Delete all events"
1218
+msgstr ""
1219
+
1220
+#: ../Remote-Control/src/applet-init.c:32
1221
+msgid ""
1222
+"This plug-in lets you control your dock from the keyboard\n"
1223
+"Press the shortcut (by default Super + Return), then either:\n"
1224
+" - press the number of the icon that you want to activate - or use the "
1225
+"arrows to navigate into the docks and sub-docks (Ctrl + Page up/down to "
1226
+"change to another main dock)\n"
1227
+" - or type the name of a launcher and press Tab to automatically jump to the "
1228
+"next suitable launcher\n"
1229
+"Press Enter to click on the icon, Shift+Enter for Shift+click, Alt+Enter for "
1230
+"middle click, and Ctrl+Enter for left click\n"
1231
+"Escape or the same shortkey will cancel."
1232
+msgstr ""
1233
+
1234
+#: ../Remote-Control/src/applet-init.c:42
1235
+msgid "Control from keyboard"
1236
+msgstr ""
1237
+
1238
+#: ../Remote-Control/src/applet-init.c:49
1239
+msgid "Enable/disable the keyboard control of the dock"
1240
+msgstr ""
1241
+
1242
+#: ../Scooby-Do/src/applet-backend-command.c:63
1243
+#, c-format
1244
+msgid "The value %s has been copied into the clipboard."
1245
+msgstr ""
1246
+
1247
+#: ../Scooby-Do/src/applet-backend-files.c:161
1248
+msgid "Open a terminal here"
1249
+msgstr ""
1250
+
1251
+#: ../Scooby-Do/src/applet-backend-files.c:169
1252
+msgid "Zip folder"
1253
+msgstr ""
1254
+
1255
+#: ../Scooby-Do/src/applet-backend-files.c:177
1256
+#: ../Scooby-Do/src/applet-backend-files.c:251
1257
+msgid "Move to"
1258
+msgstr ""
1259
+
1260
+#: ../Scooby-Do/src/applet-backend-files.c:185
1261
+#: ../Scooby-Do/src/applet-backend-files.c:259
1262
+#: ../Scooby-Do/src/applet-backend-firefox.c:374
1263
+msgid "Copy URL"
1264
+msgstr ""
1265
+
1266
+#: ../Scooby-Do/src/applet-backend-files.c:227
1267
+#: ../Scooby-Do/src/applet-backend-recent.c:145
1268
+msgid "Open location"
1269
+msgstr ""
1270
+
1271
+#: ../Scooby-Do/src/applet-backend-files.c:235
1272
+msgid "Zip file"
1273
+msgstr ""
1274
+
1275
+#: ../Scooby-Do/src/applet-backend-files.c:243
1276
+msgid "Mail file"
1277
+msgstr ""
1278
+
1279
+#: ../Scooby-Do/src/applet-backend-files.c:524
1280
+msgid "Files"
1281
+msgstr ""
1282
+
1283
+#: ../Scooby-Do/src/applet-backend-firefox.c:358
1284
+msgid "Open"
1285
+msgstr ""
1286
+
1287
+#: ../Scooby-Do/src/applet-backend-firefox.c:366
1288
+msgid "Open in new window"
1289
+msgstr ""
1290
+
1291
+#: ../Scooby-Do/src/applet-backend-firefox.c:433
1292
+#: ../dnd2share/src/applet-notifications.c:483
1293
+msgid "Open file"
1294
+msgstr ""
1295
+
1296
+#: ../Scooby-Do/src/applet-backend-firefox.c:496
1297
+#: ../Scooby-Do/data/messages:103
1298
+msgid "Firefox bookmarks"
1299
+msgstr ""
1300
+
1301
+#: ../Scooby-Do/src/applet-backend-web.c:99
1302
+msgid "Wikipedia"
1303
+msgstr ""
1304
+
1305
+#: ../Scooby-Do/src/applet-backend-web.c:107
1306
+msgid "Yahoo!"
1307
+msgstr ""
1308
+
1309
+#: ../Scooby-Do/src/applet-backend-web.c:115
1310
+msgid "Google"
1311
+msgstr ""
1312
+
1313
+#: ../Scooby-Do/src/applet-backend-web.c:125
1314
+msgid "Search on the web"
1315
+msgstr ""
1316
+
1317
+#: ../Scooby-Do/src/applet-backend-web.c:139
1318
+msgid "Mediadico"
1319
+msgstr ""
1320
+
1321
+#: ../Scooby-Do/src/applet-backend-web.c:147
1322
+msgid "Amazon"
1323
+msgstr ""
1324
+
1325
+#: ../Scooby-Do/src/applet-init.c:73
1326
+msgid "Enable/disable the Finder"
1327
+msgstr ""
1328
+
1329
+#: ../Scooby-Do/src/applet-listing.c:514
1330
+msgid "(F1) Match case"
1331
+msgstr ""
1332
+
1333
+#: ../Scooby-Do/src/applet-listing.c:521
1334
+msgid "(F2) Music"
1335
+msgstr ""
1336
+
1337
+#: ../Scooby-Do/src/applet-listing.c:528
1338
+msgid "(F3) Image"
1339
+msgstr ""
1340
+
1341
+#: ../Scooby-Do/src/applet-listing.c:535
1342
+msgid "(F4) Video"
1343
+msgstr ""
1344
+
1345
+#: ../Scooby-Do/src/applet-listing.c:542
1346
+msgid "(F5) Text"
1347
+msgstr ""
1348
+
1349
+#: ../Scooby-Do/src/applet-listing.c:549
1350
+msgid "(F6) Html"
1351
+msgstr ""
1352
+
1353
+#: ../Scooby-Do/src/applet-listing.c:556
1354
+msgid "(F7) Sources"
1355
+msgstr ""
1356
+
1357
+#: ../Scooby-Do/src/applet-listing.c:675 ../Scooby-Do/src/applet-search.c:362
1358
+msgid "No result"
1359
+msgstr ""
1360
+
1361
+#: ../Scooby-Do/src/applet-listing.c:679 ../Scooby-Do/src/applet-search.c:358
1362
+#: ../tomboy/src/tomboy-draw.c:156 ../tomboy/src/tomboy-draw.c:169
1363
+msgid "results"
1364
+msgstr ""
1365
+
1366
+#: ../Scooby-Do/src/applet-listing.c:679 ../Scooby-Do/src/applet-search.c:358
1367
+#: ../tomboy/src/tomboy-draw.c:156 ../tomboy/src/tomboy-draw.c:169
1368
+msgid "result"
1369
+msgstr ""
1370
+
1371
+#: ../Scooby-Do/src/applet-search.c:132
1372
+msgid "Searching ..."
1373
+msgstr ""
1374
+
1375
+#: ../Scooby-Do/src/applet-session.c:70
1376
+msgid "Enter your search"
1377
+msgstr ""
1378
+
1379
+#: ../Status-Notifier/src/applet-init.c:33
1380
+msgid ""
1381
+"A <b>notification area</b> for your dock\n"
1382
+"Programs can use it to display their current status.\n"
1383
+"If a program doesn't appear inside when it should, it's probably because it "
1384
+"doesn't support this feature yet. Please fill a bug report to the devs."
1385
+msgstr ""
1386
+
1387
+#: ../Status-Notifier/src/applet-init.c:38
1388
+msgid "Notification Area"
1389
+msgstr ""
1390
+
1391
+#: ../System-Monitor/src/applet-cpusage.c:57
1392
+msgid "Uptime"
1393
+msgstr ""
1394
+
1395
+#: ../System-Monitor/src/applet-cpusage.c:62
1396
+msgid "Activity time"
1397
+msgstr ""
1398
+
1399
+#: ../System-Monitor/src/applet-cpusage.c:145
1400
+msgid "CPU model"
1401
+msgstr ""
1402
+
1403
+#: ../System-Monitor/src/applet-cpusage.c:146
1404
+msgid "Frequency"
1405
+msgstr ""
1406
+
1407
+#: ../System-Monitor/src/applet-cpusage.c:147
1408
+msgid "core(s)"
1409
+msgstr ""
1410
+
1411
+#: ../System-Monitor/src/applet-init.c:38
1412
+msgid ""
1413
+"This applet shows you the CPU load, RAM usage, graphic card temperature, "
1414
+"etc.\n"
1415
+"Middle click on the icon to get some valuable info.\n"
1416
+"Left click on the icon to get a list of the most ressources using programs.\n"
1417
+"You can instanciate this applet several times to show different values each "
1418
+"time."
1419
+msgstr ""
1420
+
1421
+#: ../System-Monitor/src/applet-notifications.c:40
1422
+#: ../System-Monitor/src/applet-notifications.c:83
1423
+msgid ""
1424
+"The acquisition of one or more data has failed.\n"
1425
+"You should remove the data that couldn't be fetched."
1426
+msgstr ""
1427
+
1428
+#: ../System-Monitor/src/applet-notifications.c:104
1429
+#: ../netspeed/src/applet-notifications.c:98
1430
+msgid "Open the System-Monitor"
1431
+msgstr ""
1432
+
1433
+#: ../System-Monitor/src/applet-notifications.c:106
1434
+msgid "Show info"
1435
+msgstr ""
1436
+
1437
+#: ../System-Monitor/src/applet-nvidia.c:146
1438
+msgid "GPU model"
1439
+msgstr ""
1440
+
1441
+#: ../System-Monitor/src/applet-nvidia.c:147
1442
+msgid "Video Ram"
1443
+msgstr ""
1444
+
1445
+#: ../System-Monitor/src/applet-nvidia.c:147
1446
+#: ../System-Monitor/src/applet-rame.c:124
1447
+#: ../System-Monitor/src/applet-top.c:297
1448
+msgid "Mb"
1449
+msgstr ""
1450
+
1451
+#: ../System-Monitor/src/applet-nvidia.c:148
1452
+msgid "Driver Version"
1453
+msgstr ""
1454
+
1455
+#: ../System-Monitor/src/applet-nvidia.c:149
1456
+msgid "Core Temperature"
1457
+msgstr ""
1458
+
1459
+#: ../System-Monitor/src/applet-nvidia.c:161
1460
+#, c-format
1461
+msgid "Alert! Graphic Card core temperature has reached %d°C"
1462
+msgstr ""
1463
+
1464
+#: ../System-Monitor/src/applet-rame.c:124
1465
+msgid "Gb"
1466
+msgstr ""
1467
+
1468
+#: ../System-Monitor/src/applet-rame.c:134
1469
+msgid "Memory"
1470
+msgstr ""
1471
+
1472
+#: ../System-Monitor/src/applet-rame.c:135
1473
+msgid "Available"
1474
+msgstr ""
1475
+
1476
+#: ../System-Monitor/src/applet-rame.c:136
1477
+msgid "Cached"
1478
+msgstr ""
1479
+
1480
+#: ../System-Monitor/src/applet-rame.c:137
1481
+msgid "Buffers"
1482
+msgstr ""
1483
+
1484
+#: ../System-Monitor/src/applet-sensors.c:358
1485
+msgid "min"
1486
+msgstr ""
1487
+
1488
+#: ../System-Monitor/src/applet-sensors.c:360
1489
+msgid "max"
1490
+msgstr ""
1491
+
1492
+#: ../System-Monitor/src/applet-sensors.c:363
1493
+#: ../System-Monitor/src/applet-sensors.c:396
1494
+msgid "alarm"
1495
+msgstr ""
1496
+
1497
+#: ../System-Monitor/src/applet-sensors.c:394
1498
+msgid "rpm"
1499
+msgstr ""
1500
+
1501
+#: ../System-Monitor/src/applet-sensors.c:413
1502
+#, c-format
1503
+msgid "CPU temperature has reached %d°C"
1504
+msgstr ""
1505
+
1506
+#: ../System-Monitor/src/applet-sensors.c:427
1507
+#, c-format
1508
+msgid "Fan speed has reached %d rpm"
1509
+msgstr ""
1510
+
1511
+#: ../Toons/src/applet-init.c:29
1512
+msgid "Toons"
1513
+msgstr ""
1514
+
1515
+#: ../Toons/src/applet-init.c:32
1516
+msgid "This applet displays a toon that will look at your mouse."
1517
+msgstr ""
1518
+
1519
+#: ../Xgamma/src/applet-init.c:44
1520
+msgid ""
1521
+"Setup the luminosity of your screen directly from your dock.\n"
1522
+"Scroll up/down to increase/decrease the luminosity\n"
1523
+"Left-click to open a dialog to setup the luminosity\n"
1524
+"Middle-click to set it up for each color.\n"
1525
+"You can also define a luminosity value that will be applied automatically on "
1526
+"startup."
1527
+msgstr ""
1528
+
1529
+#: ../Xgamma/src/applet-init.c:52
1530
+msgid "Screen Luminosity"
1531
+msgstr ""
1532
+
1533
+#: ../Xgamma/src/applet-init.c:64
1534
+msgid "Increase the brightness"
1535
+msgstr ""
1536
+
1537
+#: ../Xgamma/src/applet-init.c:68
1538
+msgid "Decrease the brightness"
1539
+msgstr ""
1540
+
1541
+#: ../Xgamma/src/applet-notifications.c:87
1542
+msgid "Set up gamma correction"
1543
+msgstr ""
1544
+
1545
+#: ../Xgamma/src/applet-notifications.c:91
1546
+msgid "Apply current luminosity on startup"
1547
+msgstr ""
1548
+
1549
+#: ../Xgamma/src/applet-xgamma.c:206 ../Xgamma/src/applet-xgamma.c:280
1550
+msgid "Set up gamma:"
1551
+msgstr ""
1552
+
1553
+#: ../Xgamma/src/applet-xgamma.c:293
1554
+msgid "Luminosity"
1555
+msgstr ""
1556
+
1557
+#: ../alsaMixer/src/applet-backend-alsamixer.c:46
1558
+#, c-format
1559
+msgid "I couldn't open card '%s'"
1560
+msgstr ""
1561
+
1562
+#: ../alsaMixer/src/applet-backend-alsamixer.c:51
1563
+#, c-format
1564
+msgid "Card '%s' opened but I couldn't get any info"
1565
+msgstr ""
1566
+
1567
+#: ../alsaMixer/src/applet-backend-alsamixer.c:59
1568
+msgid "I couldn't open the mixer"
1569
+msgstr ""
1570
+
1571
+#: ../alsaMixer/src/applet-backend-alsamixer.c:66
1572
+msgid "I couldn't attach the mixer to the card"
1573
+msgstr ""
1574
+
1575
+#: ../alsaMixer/src/applet-backend-alsamixer.c:73
1576
+msgid "I couldn't register options"
1577
+msgstr ""
1578
+
1579
+#: ../alsaMixer/src/applet-backend-alsamixer.c:80
1580
+msgid "I couldn't load the mixer"
1581
+msgstr ""
1582
+
1583
+#: ../alsaMixer/src/applet-backend-alsamixer.c:261
1584
+msgid "Set up volume:"
1585
+msgstr ""
1586
+
1587
+#: ../alsaMixer/src/applet-draw.c:64
1588
+msgid "Volume"
1589
+msgstr ""
1590
+
1591
+#: ../alsaMixer/src/applet-init.c:34
1592
+msgid ""
1593
+"This applet lets you control the sound volume from the dock.\n"
1594
+"Scroll up/down on the icon to increase/decrease the volume.\n"
1595
+"Click on icon to show/hide the volume control (you can bind a keyboard "
1596
+"shortcut for it)\n"
1597
+"Middle-click to set or unset to mute, double-click to raise the channels "
1598
+"mixer.\n"
1599
+"The applet can either use the Ubuntu Sound-menu or the Alsa driver."
1600
+msgstr ""
1601
+
1602
+#: ../alsaMixer/src/applet-init.c:42
1603
+msgid "Sound Control"
1604
+msgstr ""
1605
+
1606
+#: ../alsaMixer/src/applet-init.c:118
1607
+msgid "Show/hide the Sound menu"
1608
+msgstr ""
1609
+
1610
+#: ../alsaMixer/src/applet-notifications.c:80
1611
+msgid "Adjust channels"
1612
+msgstr ""
1613
+
1614
+#: ../alsaMixer/src/applet-notifications.c:80
1615
+msgid "double-click"
1616
+msgstr ""
1617
+
1618
+#: ../alsaMixer/src/applet-notifications.c:85
1619
+msgid "Unmute"
1620
+msgstr ""
1621
+
1622
+#: ../alsaMixer/src/applet-notifications.c:85
1623
+msgid "Mute"
1624
+msgstr ""
1625
+
1626
+#: ../clock/src/applet-calendar.c:193 ../clock/src/applet-calendar.c:274
1627
+#: ../clock/src/applet-calendar.c:528 ../clock/src/applet-calendar.c:533
1628
+#: ../clock/src/applet-task-editor.c:119 ../clock/src/applet-timer.c:87
1629
+#: ../clock/src/applet-timer.c:175 ../clock/src/applet-timer.c:457
1630
+#: ../clock/src/applet-timer.c:474 ../clock/src/applet-timer.c:494
1631
+msgid "No title"
1632
+msgstr ""
1633
+
1634
+#: ../clock/src/applet-calendar.c:529
1635
+msgid "years"
1636
+msgstr ""
1637
+
1638
+#: ../clock/src/applet-calendar.c:651
1639
+msgid "Calendar and tasks"
1640
+msgstr ""
1641
+
1642
+#: ../clock/src/applet-config.c:36 ../clock/data/messages:175
1643
+msgid "Alarm"
1644
+msgstr ""
1645
+
1646
+#: ../clock/src/applet-config.c:36
1647
+msgid "Time you want to be notified:"
1648
+msgstr ""
1649
+
1650
+#: ../clock/src/applet-config.c:36
1651
+msgid "In the form xx:xx. E.g.: 20:35 for 8:35pm"
1652
+msgstr ""
1653
+
1654
+#: ../clock/src/applet-config.c:36
1655
+msgid "Never"
1656
+msgstr ""
1657
+
1658
+#: ../clock/src/applet-config.c:36
1659
+msgid "Day"
1660
+msgstr ""
1661
+
1662
+#: ../clock/src/applet-config.c:36 ../weather/src/applet-load-icons.c:26
1663
+msgid "Monday"
1664
+msgstr ""
1665
+
1666
+#: ../clock/src/applet-config.c:36 ../weather/src/applet-load-icons.c:26
1667
+msgid "Tuesday"
1668
+msgstr ""
1669
+
1670
+#: ../clock/src/applet-config.c:36 ../weather/src/applet-load-icons.c:26
1671
+msgid "Wednesday"
1672
+msgstr ""
1673
+
1674
+#: ../clock/src/applet-config.c:36 ../weather/src/applet-load-icons.c:26
1675
+msgid "Thursday"
1676
+msgstr ""
1677
+
1678
+#: ../clock/src/applet-config.c:36 ../weather/src/applet-load-icons.c:26
1679
+msgid "Friday"
1680
+msgstr ""
1681
+
1682
+#: ../clock/src/applet-config.c:36 ../weather/src/applet-load-icons.c:26
1683
+msgid "Saturday"
1684
+msgstr ""
1685
+
1686
+#: ../clock/src/applet-config.c:36 ../weather/src/applet-load-icons.c:26
1687
+msgid "Sunday"
1688
+msgstr ""
1689
+
1690
+#: ../clock/src/applet-config.c:36
1691
+msgid "Week Day"
1692
+msgstr ""
1693
+
1694
+#: ../clock/src/applet-config.c:36
1695
+msgid "Week End"
1696
+msgstr ""
1697
+
1698
+#: ../clock/src/applet-config.c:36
1699
+msgid "Month"
1700
+msgstr ""
1701
+
1702
+#: ../clock/src/applet-config.c:36
1703
+msgid "Repeat every:"
1704
+msgstr ""
1705
+
1706
+#: ../clock/src/applet-config.c:36
1707
+msgid "If every month, which day of the month?"
1708
+msgstr ""
1709
+
1710
+#: ../clock/src/applet-config.c:36
1711
+msgid "Message you want to use to be notified:"
1712
+msgstr ""
1713
+
1714
+#: ../clock/src/applet-config.c:36
1715
+msgid "Tea Time!"
1716
+msgstr ""
1717
+
1718
+#: ../clock/src/applet-config.c:36
1719
+msgid "Command to launch:"
1720
+msgstr ""
1721
+
1722
+#: ../clock/src/applet-config.c:36
1723
+msgid "E.g.:"
1724
+msgstr ""
1725
+
1726
+#: ../clock/src/applet-config.c:505 ../weather/src/applet-config.c:207
1727
+msgid "Search for your location :"
1728
+msgstr ""
1729
+
1730
+#: ../clock/src/applet-init.c:35
1731
+msgid "clock"
1732
+msgstr ""
1733
+
1734
+#: ../clock/src/applet-init.c:38
1735
+msgid ""
1736
+"This applet displays time, date and a calandar.\n"
1737
+"2 view are available : <b>numeric</b> and <b>analogic</b>.\n"
1738
+" Analogic view is compatible with the Cairo-Clock's themes, and you can "
1739
+"detach the applet to be a perfect clone of Cairo-Clock.\n"
1740
+"It displays a <b>calendar</b> on left-click, which lets you <b>manage "
1741
+"tasks</b>.\n"
1742
+"It also supports alarms, and allows you to setup time and date.\n"
1743
+"Left-click to show/hide the calendar, Middle-click to stop a notification,\n"
1744
+"Double-click on a day to edit the tasks for this day."
1745
+msgstr ""
1746
+
1747
+#: ../clock/src/applet-notifications.c:62
1748
+msgid ""
1749
+"No task is sheduled for today.\n"
1750
+"\n"
1751
+"You can add tasks by clicking on the applet to open the calendar, and then "
1752
+"double-clicking on a day."
1753
+msgstr ""
1754
+
1755
+#: ../clock/src/applet-notifications.c:77
1756
+msgid ""
1757
+"No task is sheduled for the next 7 days.\n"
1758
+"\n"
1759
+"You can add tasks by clicking on the applet to open the calendar, and then "
1760
+"double-clicking on a day."
1761
+msgstr ""
1762
+
1763
+#: ../clock/src/applet-notifications.c:89
1764
+msgid "Show today's tasks"
1765
+msgstr ""
1766
+
1767
+#: ../clock/src/applet-notifications.c:90
1768
+msgid "Show this week's tasks"
1769
+msgstr ""
1770
+
1771
+#: ../clock/src/applet-notifications.c:95
1772
+msgid "Set up time and date"
1773
+msgstr ""
1774
+
1775
+#: ../clock/src/applet-task-editor.c:156
1776
+msgid "Add a new task"
1777
+msgstr ""
1778
+
1779
+#: ../clock/src/applet-task-editor.c:177
1780
+msgid "Delete this task"
1781
+msgstr ""
1782
+
1783
+#: ../clock/src/applet-task-editor.c:215
1784
+msgid "Don't repeat"
1785
+msgstr ""
1786
+
1787
+#: ../clock/src/applet-task-editor.c:221
1788
+msgid "Each month"
1789
+msgstr ""
1790
+
1791
+#: ../clock/src/applet-task-editor.c:227
1792
+msgid "Each year"
1793
+msgstr ""
1794
+
1795
+#: ../clock/src/applet-task-editor.c:350
1796
+msgid "each month"
1797
+msgstr ""
1798
+
1799
+#: ../clock/src/applet-task-editor.c:353
1800
+msgid "each year"
1801
+msgstr ""
1802
+
1803
+#: ../clock/src/applet-task-editor.c:392
1804
+msgid "Right-click to add a new task."
1805
+msgstr ""
1806
+
1807
+#: ../clock/src/applet-task-editor.c:398 ../musicPlayer/src/applet-draw.c:153
1808
+#: ../RSSreader/data/messages:135
1809
+msgid "Title"
1810
+msgstr ""
1811
+
1812
+#: ../clock/src/applet-task-editor.c:405
1813
+#: ../dnd2share/src/applet-notifications.c:387 ../Doncky/data/messages:97
1814
+#: ../RSSreader/data/messages:151
1815
+msgid "Text"
1816
+msgstr ""
1817
+
1818
+#: ../clock/src/applet-task-editor.c:412
1819
+msgid "Time"
1820
+msgstr ""
1821
+
1822
+#: ../clock/src/applet-task-editor.c:426
1823
+msgid "Freq."
1824
+msgstr ""
1825
+
1826
+#: ../clock/src/applet-task-editor.c:433
1827
+msgid "Tags"
1828
+msgstr ""
1829
+
1830
+#: ../clock/src/applet-timer.c:58
1831
+msgid "1mn"
1832
+msgstr ""
1833
+
1834
+#: ../clock/src/applet-timer.c:63
1835
+msgid "1h"
1836
+msgstr ""
1837
+
1838
+#: ../clock/src/applet-timer.c:86
1839
+msgid "The following task was scheduled at"
1840
+msgstr ""
1841
+
1842
+#: ../clock/src/applet-timer.c:89 ../clock/src/applet-timer.c:459
1843
+#: ../clock/src/applet-timer.c:496
1844
+msgid "Repeat this message every:"
1845
+msgstr ""
1846
+
1847
+#: ../clock/src/applet-timer.c:173
1848
+msgid "The following task has felt due:"
1849
+msgstr ""
1850
+
1851
+#: ../clock/src/applet-timer.c:456
1852
+msgid "It's time for the following task:"
1853
+msgstr ""
1854
+
1855
+#: ../clock/src/applet-timer.c:473
1856
+msgid "This task will begin in 15 minutes:"
1857
+msgstr ""
1858
+
1859
+#: ../clock/src/applet-timer.c:493
1860
+msgid "Today is the following anniversary:"
1861
+msgstr ""
1862
+
1863
+#: ../clock/src/applet-timer.c:493
1864
+msgid "Tomorrow is the following anniversary:"
1865
+msgstr ""
1866
+
1867
+#: ../desklet-rendering/src/rendering-desklet-decorations.c:46
1868
+msgid "frame&reflects"
1869
+msgstr ""
1870
+
1871
+#: ../desklet-rendering/src/rendering-desklet-decorations.c:55
1872
+msgid "scotch sellotape"
1873
+msgstr ""
1874
+
1875
+#: ../desklet-rendering/src/rendering-desklet-decorations.c:64
1876
+msgid "frame with sellotape"
1877
+msgstr ""
1878
+
1879
+#: ../desklet-rendering/src/rendering-desklet-decorations.c:73
1880
+msgid "CD box"
1881
+msgstr ""
1882
+
1883
+#: ../desklet-rendering/src/rendering-desklet-decorations.c:81
1884
+msgid "dark"
1885
+msgstr ""
1886
+
1887
+#: ../desklet-rendering/src/rendering-desklet-decorations.c:89
1888
+msgid "clear"
1889
+msgstr ""
1890
+
1891
+#: ../desklet-rendering/src/rendering-desklet-decorations.c:97
1892
+msgid "futuristic"
1893
+msgstr ""
1894
+
1895
+#: ../desklet-rendering/src/rendering-desklet-decorations.c:105
1896
+#: ../slider/data/messages:137
1897
+msgid "none"
1898
+msgstr ""
1899
+
1900
+#: ../desklet-rendering/src/rendering-desklet-decorations.c:113
1901
+msgid "board"
1902
+msgstr ""
1903
+
1904
+#: ../dialog-rendering/src/applet-decorator-3Dplane.h:26
1905
+msgid "3Dplane"
1906
+msgstr ""
1907
+
1908
+#: ../dialog-rendering/src/applet-decorator-comics.h:26
1909
+msgid "comics"
1910
+msgstr ""
1911
+
1912
+#: ../dialog-rendering/src/applet-decorator-curly.h:26
1913
+msgid "curly"
1914
+msgstr ""
1915
+
1916
+#: ../dialog-rendering/src/applet-decorator-modern.h:26
1917
+msgid "modern"
1918
+msgstr ""
1919
+
1920
+#: ../dialog-rendering/src/applet-decorator-tooltip.h:26
1921
+msgid "tooltip"
1922
+msgstr ""
1923
+
1924
+#: ../dnd2share/src/applet-dnd2share.c:165
1925
+msgid ""
1926
+"Couldn't upload the file, check that your internet connection is active."
1927
+msgstr ""
1928
+
1929
+#: ../dnd2share/src/applet-dnd2share.c:280
1930
+msgid ""
1931
+"File has been uploaded.\n"
1932
+"Just press CTRL+v to paste its URL anywhere."
1933
+msgstr ""
1934
+
1935
+#: ../dnd2share/src/applet-dnd2share.c:331
1936
+msgid ""
1937
+"Please wait for the current upload to finish before starting a new one."
1938
+msgstr ""
1939
+
1940
+#: ../dnd2share/src/applet-dnd2share.c:591
1941
+msgid "Tiny URL"
1942
+msgstr ""
1943
+
1944
+#: ../dnd2share/src/applet-init.c:45
1945
+msgid ""
1946
+"This applet lets you share files easily:\n"
1947
+"Drag-and-drop a file on the icon to upload it to one of the available "
1948
+"hosting sites.\n"
1949
+"You can upload text, image, video, files, and even the current clipboard\n"
1950
+" and you can choose amongst many sites, like DropBox, Imageshack, pastebin, "
1951
+"etc\n"
1952
+"The resulting URL is automatically stored in the clipboard to be directly "
1953
+"copied by CTRL+v.\n"
1954
+"It can keep an history of your last uploads to retrieve them without "
1955
+"registering on the sites.\n"
1956
+"Press left-click to copy the latest URL into the clipboard, middle-click to "
1957
+"copy it into the mouse selection.\n"
1958
+"You'll need to install 'curl' and 'wget' to upload the data."
1959
+msgstr ""
1960
+
1961
+#: ../dnd2share/src/applet-init.c:55
1962
+msgid "Drop to share"
1963
+msgstr ""
1964
+
1965
+#: ../dnd2share/src/applet-notifications.c:33
1966
+msgid "Clear the list of the recently uploaded files?"
1967
+msgstr ""
1968
+
1969
+#: ../dnd2share/src/applet-notifications.c:51
1970
+msgid ""
1971
+"The text has been pasted in the clipboard.\n"
1972
+"You can retrieve it with CTRL+v."
1973
+msgstr ""
1974
+
1975
+#: ../dnd2share/src/applet-notifications.c:73
1976
+msgid "Sorry, couldn't find the original file nor a preview of it."
1977
+msgstr ""
1978
+
1979
+#: ../dnd2share/src/applet-notifications.c:98
1980
+msgid ""
1981
+"The URL has been stored in the clipboard.\n"
1982
+"Just use 'CTRL+v' to paste it anywhere."
1983
+msgstr ""
1984
+
1985
+#: ../dnd2share/src/applet-notifications.c:113
1986
+msgid ""
1987
+"No uploaded file available\n"
1988
+".Just drag'n drop a file on the icon to upload it"
1989
+msgstr ""
1990
+
1991
+#: ../dnd2share/src/applet-notifications.c:114
1992
+msgid ""
1993
+"No uploaded file available.\n"
1994
+"Consider activating the history if you want the applet to remember previous "
1995
+"uploads."
1996
+msgstr ""
1997
+
1998
+#: ../dnd2share/src/applet-notifications.c:131
1999
+msgid ""
2000
+"The current URL has been stored in the clipboard.\n"
2001
+"Just use 'CTRL+v' to paste it anywhere."
2002
+msgstr ""
2003
+
2004
+#: ../dnd2share/src/applet-notifications.c:132
2005
+msgid ""
2006
+"The current URL has been stored into the selection.\n"
2007
+"Just middle-click to paste it anywhere."
2008
+msgstr ""
2009
+
2010
+#: ../dnd2share/src/applet-notifications.c:387
2011
+msgid "File"
2012
+msgstr ""
2013
+
2014
+#: ../dnd2share/src/applet-notifications.c:390
2015
+msgid "Click on the icon to copy the URL into the clipboard."
2016
+msgstr ""
2017
+
2018
+#: ../dnd2share/src/applet-notifications.c:402
2019
+msgid "Send the clipboard's content"
2020
+msgstr ""
2021
+
2022
+#: ../dnd2share/src/applet-notifications.c:405
2023
+msgid "History"
2024
+msgstr ""
2025
+
2026
+#: ../dnd2share/src/applet-notifications.c:485
2027
+msgid "Get text"
2028
+msgstr ""
2029
+
2030
+#: ../dnd2share/src/applet-notifications.c:487
2031
+msgid "Remove from history"
2032
+msgstr ""
2033
+
2034
+#: ../dnd2share/src/applet-notifications.c:490
2035
+msgid "Clear History"
2036
+msgstr ""
2037
+
2038
+#: ../dnd2share/src/applet-notifications.c:495
2039
+msgid "Use only a files hosting site"
2040
+msgstr ""
2041
+
2042
+#: ../dock-rendering/src/rendering-init.c:34
2043
+msgid "Caroussel"
2044
+msgstr ""
2045
+
2046
+#: ../dock-rendering/src/rendering-init.c:35
2047
+msgid "3D plane"
2048
+msgstr ""
2049
+
2050
+#: ../dock-rendering/src/rendering-init.c:36
2051
+#: ../dock-rendering/data/messages:87
2052
+msgid "Parabolic"
2053
+msgstr ""
2054
+
2055
+#: ../dock-rendering/src/rendering-init.c:37
2056
+#: ../dock-rendering/data/messages:111
2057
+msgid "Rainbow"
2058
+msgstr ""
2059
+
2060
+#: ../dock-rendering/src/rendering-init.c:39
2061
+#: ../dock-rendering/data/messages:29 ../shortcuts/data/messages:111
2062
+#: ../stack/data/messages:103
2063
+msgid "Slide"
2064
+msgstr ""
2065
+
2066
+#: ../dock-rendering/src/rendering-init.c:40 ../dock-rendering/data/messages:7
2067
+msgid "Curve"
2068
+msgstr ""
2069
+
2070
+#: ../dock-rendering/src/rendering-init.c:41
2071
+#: ../dock-rendering/data/messages:17
2072
+msgid "Panel"
2073
+msgstr ""
2074
+
2075
+#: ../drop-indicator/src/applet-init.c:28
2076
+msgid "drop indicator"
2077
+msgstr ""
2078
+
2079
+#: ../dustbin/src/applet-init.c:30
2080
+msgid "dustbin"
2081
+msgstr ""
2082
+
2083
+#: ../dustbin/src/applet-init.c:33
2084
+msgid ""
2085
+"This applet manages the dustbin\n"
2086
+"You can threw files and unmount disks by drag-and-dropping them on the "
2087
+"icon.\n"
2088
+"Middle-click on the icon will empty the dustbin."
2089
+msgstr ""
2090
+
2091
+#: ../dustbin/src/applet-notifications.c:32
2092
+msgid "You're about to delete all files in all dustbins. Sure ?"
2093
+msgstr ""
2094
+
2095
+#: ../dustbin/src/applet-notifications.c:91
2096
+msgid "The trash contains"
2097
+msgstr ""
2098
+
2099
+#: ../dustbin/src/applet-notifications.c:93
2100
+msgid "files"
2101
+msgstr ""
2102
+
2103
+#: ../dustbin/src/applet-notifications.c:93
2104
+msgid "elements"
2105
+msgstr ""
2106
+
2107
+#: ../dustbin/src/applet-notifications.c:95
2108
+msgid "Mo"
2109
+msgstr ""
2110
+
2111
+#: ../dustbin/src/applet-notifications.c:95
2112
+msgid "Ko"
2113
+msgstr ""
2114
+
2115
+#: ../dustbin/src/applet-notifications.c:115
2116
+msgid "Counting total size and files number..."
2117
+msgstr ""
2118
+
2119
+#: ../dustbin/src/applet-notifications.c:135
2120
+msgid "Show Trash (click)"
2121
+msgstr ""
2122
+
2123
+#: ../dustbin/src/applet-notifications.c:136
2124
+msgid "Empty Trash"
2125
+msgstr ""
2126
+
2127
+#: ../dustbin/src/applet-notifications.c:140
2128
+msgid "Display dustbins information"
2129
+msgstr ""
2130
+
2131
+#: ../dustbin/src/applet-notifications.c:150
2132
+#, c-format
2133
+msgid "%s successfully unmounted"
2134
+msgstr ""
2135
+
2136
+#: ../dustbin/src/applet-notifications.c:154
2137
+#, c-format
2138
+msgid "failed to unmount %s"
2139
+msgstr ""
2140
+
2141
+#: ../dustbin/src/applet-notifications.c:178
2142
+#: ../shortcuts/src/applet-notifications.c:167
2143
+msgid "Unmouting this volume ..."
2144
+msgstr ""
2145
+
2146
+#: ../dustbin/src/applet-trashes-manager.c:68
2147
+msgid " trashe(s)"
2148
+msgstr ""
2149
+
2150
+#: ../dustbin/src/applet-trashes-manager.c:72
2151
+msgid " file(s)"
2152
+msgstr ""
2153
+
2154
+#: ../dustbin/src/applet-trashes-manager.c:114
2155
+#: ../dustbin/src/applet-trashes-manager.c:153
2156
+msgid "calculating"
2157
+msgstr ""
2158
+
2159
+#: ../icon-effect/src/applet-init.c:34
2160
+msgid "icon effects"
2161
+msgstr ""
2162
+
2163
+#: ../icon-effect/src/applet-init.c:37
2164
+msgid "This plugin adds many special effects to your icons."
2165
+msgstr ""
2166
+
2167
+#: ../icon-effect/src/applet-init.c:101 ../icon-effect/data/messages:7
2168
+#: ../icon-effect/data/messages:23 ../icon-effect/data/messages:39
2169
+#: ../icon-effect/data/messages:55
2170
+msgid "Fire"
2171
+msgstr ""
2172
+
2173
+#: ../icon-effect/src/applet-init.c:104 ../icon-effect/data/messages:9
2174
+#: ../icon-effect/data/messages:25 ../icon-effect/data/messages:41
2175
+#: ../icon-effect/data/messages:83
2176
+msgid "Stars"
2177
+msgstr ""
2178
+
2179
+#: ../icon-effect/src/applet-init.c:107 ../icon-effect/data/messages:11
2180
+#: ../icon-effect/data/messages:27 ../icon-effect/data/messages:43
2181
+#: ../icon-effect/data/messages:127
2182
+msgid "Rain"
2183
+msgstr ""
2184
+
2185
+#: ../icon-effect/src/applet-init.c:110 ../icon-effect/data/messages:13
2186
+#: ../icon-effect/data/messages:29 ../icon-effect/data/messages:45
2187
+#: ../icon-effect/data/messages:105
2188
+msgid "Snow"
2189
+msgstr ""
2190
+
2191
+#: ../icon-effect/src/applet-init.c:113 ../icon-effect/data/messages:15
2192
+#: ../icon-effect/data/messages:31 ../icon-effect/data/messages:47
2193
+#: ../icon-effect/data/messages:149
2194
+msgid "Storm"
2195
+msgstr ""
2196
+
2197
+#: ../icon-effect/src/applet-init.c:116 ../icon-effect/data/messages:17
2198
+#: ../icon-effect/data/messages:33 ../icon-effect/data/messages:49
2199
+#: ../icon-effect/data/messages:169
2200
+msgid "Firework"
2201
+msgstr ""
2202
+
2203
+#: ../illusion/src/applet-init.c:30
2204
+msgid "illusion"
2205
+msgstr ""
2206
+
2207
+#: ../illusion/src/applet-init.c:33
2208
+msgid ""
2209
+"This plugin provides animations for appearance & disappearance of icons."
2210
+msgstr ""
2211
+
2212
+#: ../keyboard-indicator/src/applet-init.c:31
2213
+msgid "keyboard indicator"
2214
+msgstr ""
2215
+
2216
+#: ../keyboard-indicator/src/applet-init.c:34
2217
+msgid ""
2218
+"This applet lets you control the keyboard layout.\n"
2219
+"\tIt can also display the current num and caps lock.\n"
2220
+"\tLeft-click to switch to the next layout\n"
2221
+"\tScroll up/down to select the previous/next layout\n"
2222
+"\tRight-click gives you access to the list of available layouts."
2223
+msgstr ""
2224
+
2225
+#: ../keyboard-indicator/src/applet-init.c:81
2226
+msgid "Switch keyboard language"
2227
+msgstr ""
2228
+
2229
+#: ../keyboard-indicator/src/applet-notifications.c:77
2230
+msgid "Keyboard preferences"
2231
+msgstr ""
2232
+
2233
+#: ../logout/src/applet-init.c:31
2234
+msgid ""
2235
+"This applet lets you manage the current session. You can either:\n"
2236
+"shut down, restart, hibernate, suspend, log out, lock the screen, switch to "
2237
+"another user, or program an automatic shutdown\n"
2238
+"It will also tell you if your system needs to be restarted.\n"
2239
+"<b>Click</b> on the icon to pop the menu up.\n"
2240
+"You can bind a <b>shortcut</b> to it, and also to lock the screen."
2241
+msgstr ""
2242
+
2243
+#: ../logout/src/applet-init.c:38 ../logout/src/applet-logout.c:228
2244
+#: ../logout/data/messages:97
2245
+msgid "Log out"
2246
+msgstr ""
2247
+
2248
+#: ../logout/src/applet-init.c:67
2249
+msgid "Lock the screen"
2250
+msgstr ""
2251
+
2252
+#: ../logout/src/applet-init.c:71
2253
+msgid "Show the log-out menu"
2254
+msgstr ""
2255
+
2256
+#: ../logout/src/applet-logout.c:200 ../logout/data/messages:99
2257
+msgid "Shut down"
2258
+msgstr ""
2259
+
2260
+#: ../logout/src/applet-logout.c:206
2261
+msgid "Restart"
2262
+msgstr ""
2263
+
2264
+#: ../logout/src/applet-logout.c:212
2265
+#: ../powermanager/src/powermanager-menu-functions.c:97
2266
+#: ../powermanager/src/powermanager-menu-functions.c:105
2267
+msgid "Hibernate"
2268
+msgstr ""
2269
+
2270
+#: ../logout/src/applet-logout.c:214
2271
+msgid "Your computer will not consume any energy."
2272
+msgstr ""
2273
+
2274
+#: ../logout/src/applet-logout.c:219
2275
+#: ../powermanager/src/powermanager-menu-functions.c:100
2276
+#: ../powermanager/src/powermanager-menu-functions.c:107
2277
+msgid "Suspend"
2278
+msgstr ""
2279
+
2280
+#: ../logout/src/applet-logout.c:221
2281
+msgid "Your computer will still consume a small amount of energy."
2282
+msgstr ""
2283
+
2284
+#: ../logout/src/applet-logout.c:230
2285
+msgid "Close your session and allow to open a new one."
2286
+msgstr ""
2287
+
2288
+#: ../logout/src/applet-logout.c:241
2289
+msgid "Switch user"
2290
+msgstr ""
2291
+
2292
+#: ../logout/src/applet-logout.c:262
2293
+msgid "Guest session"
2294
+msgstr ""
2295
+
2296
+#: ../logout/src/applet-logout.c:269 ../logout/data/messages:101
2297
+msgid "Lock screen"
2298
+msgstr ""
2299
+
2300
+#: ../logout/src/applet-logout.c:274
2301
+msgid "Program an automatic shut-down"
2302
+msgstr ""
2303
+
2304
+#: ../logout/src/applet-logout.c:325
2305
+msgid "Your computer will shut-down in 1 minute."
2306
+msgstr ""
2307
+
2308
+#: ../logout/src/applet-logout.c:349
2309
+msgid "Choose in how many minutes your PC will stop:"
2310
+msgstr ""
2311
+
2312
+#: ../logout/src/applet-logout.c:523
2313
+#, c-format
2314
+msgid "It will automatically shut-down in %ds"
2315
+msgstr ""
2316
+
2317
+#: ../logout/src/applet-logout.c:524
2318
+msgid "Shut down the computer?"
2319
+msgstr ""
2320
+
2321
+#: ../logout/src/applet-logout.c:584
2322
+msgid "Restart the computer?"
2323
+msgstr ""
2324
+
2325
+#: ../logout/src/applet-logout.c:621
2326
+msgid "Close the current session?"
2327
+msgstr ""
2328
+
2329
+#: ../logout/src/applet-notifications.c:103
2330
+msgid "Manage users"
2331
+msgstr ""
2332
+
2333
+#: ../mail/src/cd-mail-applet-accounts.c:39
2334
+msgid "Server address:"
2335
+msgstr ""
2336
+
2337
+#: ../mail/src/cd-mail-applet-accounts.c:39
2338
+#: ../mail/src/cd-mail-applet-accounts.c:44
2339
+msgid "myLogin"
2340
+msgstr ""
2341
+
2342
+#: ../mail/src/cd-mail-applet-accounts.c:39
2343
+msgid "myHost"
2344
+msgstr ""
2345
+
2346
+#: ../mail/src/cd-mail-applet-accounts.c:39
2347
+msgid "Username:"
2348
+msgstr ""
2349
+
2350
+#: ../mail/src/cd-mail-applet-accounts.c:39
2351
+msgid "Password:"
2352
+msgstr ""
2353
+
2354
+#: ../mail/src/cd-mail-applet-accounts.c:39
2355
+msgid "The password will be crypted."
2356
+msgstr ""
2357
+
2358
+#: ../mail/src/cd-mail-applet-accounts.c:39
2359
+msgid "Port:"
2360
+msgstr ""
2361
+
2362
+#: ../mail/src/cd-mail-applet-accounts.c:39
2363
+msgid ""
2364
+"Enter 0 to use the default port. Default ports are 110 for POP3 or APOP and "
2365
+"995 for POP3S."
2366
+msgstr ""
2367
+
2368
+#: ../mail/src/cd-mail-applet-accounts.c:39
2369
+msgid ""
2370
+"Enter 0 to use the default port. Default ports are 143 for IMAP4 and 993 for "
2371
+"IMAP4 over SSL."
2372
+msgstr ""
2373
+
2374
+#: ../mail/src/cd-mail-applet-accounts.c:39
2375
+msgid "Use a secure connection (SSL)"
2376
+msgstr ""
2377
+
2378
+#: ../mail/src/cd-mail-applet-accounts.c:39 ../RSSreader/data/messages:109
2379
+#: ../netspeed/data/messages:151 ../powermanager/data/messages:161
2380
+#: ../weather/data/messages:117
2381
+msgid "Refresh time:"
2382
+msgstr ""
2383
+
2384
+#: ../mail/src/cd-mail-applet-accounts.c:39 ../RSSreader/data/messages:107
2385
+#: ../weather/data/messages:115
2386
+msgid "In minutes."
2387
+msgstr ""
2388
+
2389
+#: ../mail/src/cd-mail-applet-accounts.c:39
2390
+msgid "Specific mail application"
2391
+msgstr ""
2392
+
2393
+#: ../mail/src/cd-mail-applet-accounts.c:39
2394
+msgid "Leave empty to use the default mail application."
2395
+msgstr ""
2396
+
2397
+#: ../mail/src/cd-mail-applet-accounts.c:39
2398
+msgid "Directory on server:"
2399
+msgstr ""
2400
+
2401
+#: ../mail/src/cd-mail-applet-accounts.c:39
2402
+msgid "Path of mbox file:"
2403
+msgstr ""
2404
+
2405
+#: ../mail/src/cd-mail-applet-accounts.c:39
2406
+msgid "Path to Mail directory:"
2407
+msgstr ""
2408
+
2409
+#: ../mail/src/cd-mail-applet-accounts.c:39
2410
+msgid "Address of feed:"
2411
+msgstr ""
2412
+
2413
+#: ../mail/src/cd-mail-applet-accounts.c:39
2414
+msgid "Remove this account"
2415
+msgstr ""
2416
+
2417
+#: ../mail/src/cd-mail-applet-accounts.c:39
2418
+msgid ""
2419
+"Don't forget to enable IMAP (or POP) service from settings of your mail "
2420
+"account."
2421
+msgstr ""
2422
+
2423
+#: ../mail/src/cd-mail-applet-config.c:230
2424
+msgid "Please choose an account type."
2425
+msgstr ""
2426
+
2427
+#: ../mail/src/cd-mail-applet-config.c:235
2428
+msgid "New account's name"
2429
+msgstr ""
2430
+
2431
+#: ../mail/src/cd-mail-applet-config.c:238
2432
+msgid "Please enter a name for this account."
2433
+msgstr ""
2434
+
2435
+#: ../mail/src/cd-mail-applet-config.c:248
2436
+msgid ""
2437
+"This account already exists.\n"
2438
+"Please choose another name for the new account."
2439
+msgstr ""
2440
+
2441
+#: ../mail/src/cd-mail-applet-config.c:392
2442
+msgid "Enter a name for this account. You can give it any name you want."
2443
+msgstr ""
2444
+
2445
+#: ../mail/src/cd-mail-applet-config.c:447
2446
+msgid "Remove Account"
2447
+msgstr ""
2448
+
2449
+#: ../mail/src/cd-mail-applet-etpan.c:236 ../wifi/src/applet-draw.c:186
2450
+msgid "unknown"
2451
+msgstr ""
2452
+
2453
+#: ../mail/src/cd-mail-applet-etpan.c:236
2454
+msgid "no subject"
2455
+msgstr ""
2456
+
2457
+#: ../mail/src/cd-mail-applet-etpan.c:404
2458
+msgid "No unread mail in your mailboxes"
2459
+msgstr ""
2460
+
2461
+#: ../mail/src/cd-mail-applet-etpan.c:426
2462
+#, c-format
2463
+msgid "You have %d new mails:"
2464
+msgstr ""
2465
+
2466
+#: ../mail/src/cd-mail-applet-etpan.c:428
2467
+msgid "You have a new mail:"
2468
+msgstr ""
2469
+
2470
+#: ../mail/src/cd-mail-applet-init.c:33
2471
+msgid "mail"
2472
+msgstr ""
2473
+
2474
+#: ../mail/src/cd-mail-applet-init.c:36
2475
+msgid ""
2476
+"This applet is very useful to warn you when you get new e-mails\n"
2477
+"It can check in any kind of mailbox (yahoo, gmail, etc)\n"
2478
+"Left-click to launch the prefered mail application,\n"
2479
+"Middle-click to refresh all the mailboxes."
2480
+msgstr ""
2481
+
2482
+#: ../mail/src/cd-mail-applet-notifications.c:62
2483
+#, c-format
2484
+msgid ""
2485
+"A problem occured\n"
2486
+"If '%s' is not your usual mail application,\n"
2487
+"you can change it in the configuration panel of this module"
2488
+msgstr ""
2489
+
2490
+#: ../mail/src/cd-mail-applet-notifications.c:67
2491
+msgid ""
2492
+"No mail application is defined,\n"
2493
+"you can define it in the configuration panel of this module"
2494
+msgstr ""
2495
+
2496
+#: ../mail/src/cd-mail-applet-notifications.c:147
2497
+msgid "Refresh a mail account"
2498
+msgstr ""
2499
+
2500
+#: ../mail/src/cd-mail-applet-notifications.c:154
2501
+msgid "Refresh all"
2502
+msgstr ""
2503
+
2504
+#: ../mail/src/cd-mail-applet-notifications.c:161
2505
+#, c-format
2506
+msgid "Refresh %s"
2507
+msgstr ""
2508
+
2509
+#: ../mail/src/cd-mail-applet-notifications.c:167
2510
+msgid "Mark all emails as read"
2511
+msgstr ""
2512
+
2513
+#: ../mail/src/cd-mail-applet-notifications.c:170
2514
+#, c-format
2515
+msgid "Launch %s"
2516
+msgstr ""
2517
+
2518
+#: ../mail/src/cd-mail-applet-notifications.c:343
2519
+msgid "Mail"
2520
+msgstr ""
2521
+
2522
+#: ../motion-blur/src/applet-init.c:28
2523
+msgid "motion blur"
2524
+msgstr ""
2525
+
2526
+#: ../motion-blur/src/applet-init.c:31
2527
+msgid "This plugin adds a motion blur effect to docks."
2528
+msgstr ""
2529
+
2530
+#: ../musicPlayer/src/applet-draw.c:59
2531
+msgid "Unknown artist"
2532
+msgstr ""
2533
+
2534
+#: ../musicPlayer/src/applet-draw.c:59
2535
+msgid "Unknown title"
2536
+msgstr ""
2537
+
2538
+#: ../musicPlayer/src/applet-draw.c:65 ../musicPlayer/src/applet-mpris.c:336
2539
+msgid "Track"
2540
+msgstr ""
2541
+
2542
+#: ../musicPlayer/src/applet-draw.c:151
2543
+msgid "Artist"
2544
+msgstr ""
2545
+
2546
+#: ../musicPlayer/src/applet-draw.c:155
2547
+msgid "Album"
2548
+msgstr ""
2549
+
2550
+#: ../musicPlayer/src/applet-draw.c:157
2551
+msgid "Length"
2552
+msgstr ""
2553
+
2554
+#: ../musicPlayer/src/applet-draw.c:159
2555
+msgid "Track n°"
2556
+msgstr ""
2557
+
2558
+#: ../musicPlayer/src/applet-draw.c:160
2559
+msgid "Song n°"
2560
+msgstr ""
2561
+
2562
+#: ../musicPlayer/src/applet-draw.c:176
2563
+msgid "Current song"
2564
+msgstr ""
2565
+
2566
+#: ../musicPlayer/src/applet-draw.c:182
2567
+msgid "There is no media playing."
2568
+msgstr ""
2569
+
2570
+#: ../musicPlayer/src/applet-init.c:48
2571
+msgid "musicPlayer"
2572
+msgstr ""
2573
+
2574
+#: ../musicPlayer/src/applet-init.c:51
2575
+msgid ""
2576
+"This applet lets you control any music player.\n"
2577
+"First choose the player you want to control.\n"
2578
+"<b>click</b> to show/hide the player or pause,\n"
2579
+"<b>middle-click</b> to pause or go to next song,\n"
2580
+"<b>Scroll up/down</b> to change the song or control the volume.\n"
2581
+"You can drag and drop songs on the icon to put them in the queue (depends on "
2582
+"Player),\n"
2583
+" and jpeg image to use as cover.\n"
2584
+"Note: you may have to install or activate the MPRIS plug-in of the player."
2585
+msgstr ""
2586
+
2587
+#: ../musicPlayer/src/applet-notifications.c:83
2588
+msgid ""
2589
+"Sorry, I couldn't detect any player.\n"
2590
+"If it is running, it is maybe because its version is too old and does not "
2591
+"offer such service."
2592
+msgstr ""
2593
+
2594
+#: ../musicPlayer/src/applet-notifications.c:175
2595
+msgid "Choose a music player to control"
2596
+msgstr ""
2597
+
2598
+#: ../musicPlayer/src/applet-notifications.c:262
2599
+msgid "Find opened player"
2600
+msgstr ""
2601
+
2602
+#: ../musicPlayer/src/applet-notifications.c:266
2603
+msgid "Choose a player"
2604
+msgstr ""
2605
+
2606
+#: ../musicPlayer/src/applet-notifications.c:272
2607
+msgid "Previous"
2608
+msgstr ""
2609
+
2610
+#: ../musicPlayer/src/applet-notifications.c:272
2611
+msgid "scroll-up"
2612
+msgstr ""
2613
+
2614
+#: ../musicPlayer/src/applet-notifications.c:278
2615
+msgid "Play/Pause"
2616
+msgstr ""
2617
+
2618
+#: ../musicPlayer/src/applet-notifications.c:278
2619
+msgid "left-click"
2620
+msgstr ""
2621
+
2622
+#: ../musicPlayer/src/applet-notifications.c:284
2623
+msgid "Next"
2624
+msgstr ""
2625
+
2626
+#: ../musicPlayer/src/applet-notifications.c:284
2627
+msgid "scroll-down"
2628
+msgstr ""
2629
+
2630
+#: ../musicPlayer/src/applet-notifications.c:289
2631
+msgid "Stop"
2632
+msgstr ""
2633
+
2634
+#: ../musicPlayer/src/applet-notifications.c:293
2635
+msgid "Information"
2636
+msgstr ""
2637
+
2638
+#: ../musicPlayer/src/applet-notifications.c:296
2639
+msgid "Show the Window"
2640
+msgstr ""
2641
+
2642
+#: ../musicPlayer/src/applet-notifications.c:301
2643
+msgid "Show JumpBox"
2644
+msgstr ""
2645
+
2646
+#: ../musicPlayer/src/applet-notifications.c:303
2647
+msgid "Toggle Shuffle"
2648
+msgstr ""
2649
+
2650
+#: ../musicPlayer/src/applet-notifications.c:305
2651
+msgid "Toggle Repeat"
2652
+msgstr ""
2653
+
2654
+#: ../musicPlayer/src/applet-notifications.c:307
2655
+msgid "Rate this song"
2656
+msgstr ""
2657
+
2658
+#: ../netspeed/src/applet-init.c:29
2659
+msgid "netspeed"
2660
+msgstr ""
2661
+
2662
+#: ../netspeed/src/applet-init.c:32
2663
+msgid ""
2664
+"This applet shows you the bit rate of your internet connection and some "
2665
+"stats about it.\n"
2666
+"Left-click on the icon to have the total amount of data transfered\n"
2667
+"Middle-click to (de)activate the network (needs NetworManager)"
2668
+msgstr ""
2669
+
2670
+#: ../netspeed/src/applet-notifications.c:36
2671
+msgid "Total amount of data"
2672
+msgstr ""
2673
+
2674
+#: ../netspeed/src/applet-notifications.c:37
2675
+msgid "downloaded"
2676
+msgstr ""
2677
+
2678
+#: ../netspeed/src/applet-notifications.c:38
2679
+msgid "uploaded"
2680
+msgstr ""
2681
+
2682
+#: ../netspeed/src/applet-notifications.c:42
2683
+#, c-format
2684
+msgid ""
2685
+"Interface '%s' doesn't seem to exist or is not readable.\n"
2686
+" You may have to set up the interface you wish to monitor.\n"
2687
+" Do you want to do it now?"
2688
+msgstr ""
2689
+
2690
+#: ../netspeed/src/applet-notifications.c:94
2691
+msgid "Enable/disable network"
2692
+msgstr ""
2693
+
2694
+#: ../netspeed/src/applet-notifications.c:102
2695
+msgid "Re-check interface"
2696
+msgstr ""
2697
+
2698
+#: ../powermanager/src/powermanager-draw.c:130
2699
+msgid "Battery charged"
2700
+msgstr ""
2701
+
2702
+#: ../powermanager/src/powermanager-draw.c:152
2703
+msgid "Time before empty"
2704
+msgstr ""
2705
+
2706
+#: ../powermanager/src/powermanager-draw.c:152
2707
+msgid "Time before full"
2708
+msgstr ""
2709
+
2710
+#: ../powermanager/src/powermanager-draw.c:209
2711
+msgid "Laptop on Battery."
2712
+msgstr ""
2713
+
2714
+#: ../powermanager/src/powermanager-draw.c:210
2715
+#: ../powermanager/src/powermanager-draw.c:219
2716
+msgid "Battery charged at:"
2717
+msgstr ""
2718
+
2719
+#: ../powermanager/src/powermanager-draw.c:211
2720
+msgid "Estimated time before empty:"
2721
+msgstr ""
2722
+
2723
+#: ../powermanager/src/powermanager-draw.c:218
2724
+msgid "Laptop on Charge."
2725
+msgstr ""
2726
+
2727
+#: ../powermanager/src/powermanager-draw.c:220
2728
+msgid "Estimated time before full:"
2729
+msgstr ""
2730
+
2731
+#: ../powermanager/src/powermanager-draw.c:227
2732
+msgid "Model"
2733
+msgstr ""
2734
+
2735
+#: ../powermanager/src/powermanager-draw.c:235
2736
+msgid "Maximum capacity"
2737
+msgstr ""
2738
+
2739
+#: ../powermanager/src/powermanager-draw.c:240
2740
+msgid "No battery found."
2741
+msgstr ""
2742
+
2743
+#: ../powermanager/src/powermanager-draw.c:262
2744
+msgid ""
2745
+"PowerManager.\n"
2746
+"Battery charge seems to be low"
2747
+msgstr ""
2748
+
2749
+#: ../powermanager/src/powermanager-draw.c:262
2750
+msgid "Estimated time with charge:"
2751
+msgstr ""
2752
+
2753
+#: ../powermanager/src/powermanager-draw.c:262
2754
+msgid "Please put your laptop on charge."
2755
+msgstr ""
2756
+
2757
+#: ../powermanager/src/powermanager-draw.c:276
2758
+msgid ""
2759
+"PowerManager.\n"
2760
+"Your battery is now charged"
2761
+msgstr ""
2762
+
2763
+#: ../powermanager/src/powermanager-init.c:32
2764
+msgid "PowerManager"
2765
+msgstr ""
2766
+
2767
+#: ../powermanager/src/powermanager-init.c:35
2768
+msgid ""
2769
+"This applet displays the current state of your <b>laptop battery</b>: "
2770
+"charge, time remaining, etc\n"
2771
+"<b>Click</b> on the icon to have useful inforamtion,\n"
2772
+"<b>Right-click</b> on the icon to hibernate or suspend the system."
2773
+msgstr ""
2774
+
2775
+#: ../powermanager/src/powermanager-menu-functions.c:71
2776
+msgid "Set up power management"
2777
+msgstr ""
2778
+
2779
+#: ../powermanager/src/powermanager-menu-functions.c:88
2780
+msgid "Power statistics"
2781
+msgstr ""
2782
+
2783
+#: ../quick-browser/src/applet-init.c:29
2784
+msgid "Quick Browser"
2785
+msgstr ""
2786
+
2787
+#: ../quick-browser/src/applet-init.c:32
2788
+msgid ""
2789
+"This applet lets you browse a folder and its sub-folders very quickly.\n"
2790
+"You can set up a shortkey to pop up the menu.\n"
2791
+"Midlle-click will open the main folder.\n"
2792
+"This applet can be instanciated several times, if you want to browse "
2793
+"different folders."
2794
+msgstr ""
2795
+
2796
+#: ../quick-browser/src/applet-init.c:64
2797
+msgid "Show/hide the folder menu"
2798
+msgstr ""
2799
+
2800
+#: ../quick-browser/src/applet-menu.c:107
2801
+#: ../quick-browser/src/applet-menu.c:116
2802
+msgid "Open this folder"
2803
+msgstr ""
2804
+
2805
+#: ../quick-browser/src/applet-notifications.c:41
2806
+msgid "Open folder"
2807
+msgstr ""
2808
+
2809
+#: ../shortcuts/src/applet-bookmarks.c:131
2810
+#: ../shortcuts/src/applet-bookmarks.c:393
2811
+#: ../shortcuts/src/applet-drives.c:283
2812
+msgid "Unmounted"
2813
+msgstr ""
2814
+
2815
+#: ../shortcuts/src/applet-drives.c:151 ../shortcuts/src/applet-drives.c:210
2816
+#, c-format
2817
+msgid "%s is now mounted"
2818
+msgstr ""
2819
+
2820
+#: ../shortcuts/src/applet-drives.c:151
2821
+#: ../shortcuts/src/applet-load-icons.c:137
2822
+#, c-format
2823
+msgid "%s has been connected"
2824
+msgstr ""
2825
+
2826
+#: ../shortcuts/src/applet-drives.c:210
2827
+#, c-format
2828
+msgid "%s is now unmounted"
2829
+msgstr ""
2830
+
2831
+#: ../shortcuts/src/applet-init.c:32
2832
+msgid "shortcuts"
2833
+msgstr ""
2834
+
2835
+#: ../shortcuts/src/applet-init.c:35
2836
+msgid ""
2837
+"An applet that let you access quickly to all of your shortcuts.\n"
2838
+"It can manage disks, network points, and Nautilus bookmarks (even if you "
2839
+"don't have Nautilus).\n"
2840
+"Drag and drop a folder on the main icon or the sub-dock to add a bookmark.\n"
2841
+"Middle-click on the main icon to show your home folder.\n"
2842
+"Middle-click on a mounting point icon to (un)mount is quickly.\n"
2843
+"The applet can also display valuable information about your disks, like free "
2844
+"space, type, etc."
2845
+msgstr ""
2846
+
2847
+#: ../shortcuts/src/applet-notifications.c:44
2848
+#: ../shortcuts/src/applet-notifications.c:72
2849
+#, c-format
2850
+msgid "failed to mount %s"
2851
+msgstr ""
2852
+
2853
+#: ../shortcuts/src/applet-notifications.c:44
2854
+#: ../shortcuts/src/applet-notifications.c:72
2855
+#, c-format
2856
+msgid "Failed to unmount %s"
2857
+msgstr ""
2858
+
2859
+#: ../shortcuts/src/applet-notifications.c:88
2860
+msgid "Sorry, this applet is not yet available for KDE."
2861
+msgstr ""
2862
+
2863
+#: ../shortcuts/src/applet-notifications.c:90
2864
+msgid "No disks or bookmarks were found."
2865
+msgstr ""
2866
+
2867
+#: ../shortcuts/src/applet-notifications.c:193
2868
+msgid "Enter a name for this bookmark:"
2869
+msgstr ""
2870
+
2871
+#: ../shortcuts/src/applet-notifications.c:249
2872
+msgid "Open Home directory"
2873
+msgstr ""
2874
+
2875
+#: ../shortcuts/src/applet-notifications.c:257
2876
+msgid "Rename this bookmark"
2877
+msgstr ""
2878
+
2879
+#: ../shortcuts/src/applet-notifications.c:258
2880
+msgid "Remove this bookmark"
2881
+msgstr ""
2882
+
2883
+#: ../shortcuts/src/applet-notifications.c:264
2884
+msgid "Eject"
2885
+msgstr ""
2886
+
2887
+#: ../shortcuts/src/applet-notifications.c:269
2888
+msgid "Unmount"
2889
+msgstr ""
2890
+
2891
+#: ../shortcuts/src/applet-notifications.c:269
2892
+msgid "Mount"
2893
+msgstr ""
2894
+
2895
+#: ../shortcuts/src/applet-notifications.c:273
2896
+msgid "Get disk info"
2897
+msgstr ""
2898
+
2899
+#: ../shortcuts/src/applet-notifications.c:299
2900
+msgid "Only folders can be bookmarked."
2901
+msgstr ""
2902
+
2903
+#: ../show-mouse/src/applet-init.c:28
2904
+msgid "show mouse"
2905
+msgstr ""
2906
+
2907
+#: ../show-mouse/src/applet-init.c:31
2908
+msgid ""
2909
+"This plugin draws some animations around the cursor when it's inside a "
2910
+"dock/desklet."
2911
+msgstr ""
2912
+
2913
+#: ../showDesktop/src/applet-init.c:28
2914
+msgid "showDesktop"
2915
+msgstr ""
2916
+
2917
+#: ../showDesktop/src/applet-init.c:31
2918
+msgid ""
2919
+"This applet adds an icon to show your desktop,\n"
2920
+" and also : the desklets, the Widget Layer, or all the desktops at once.\n"
2921
+"It can also be used to quickly change the screen's resolution from the right-"
2922
+"click menu.\n"
2923
+"Left-click to show/hide the desktop,\n"
2924
+"Middle-click to show/hide either the desktop, the desklets, the Widget "
2925
+"Layer, or all the desktops at once."
2926
+msgstr ""
2927
+
2928
+#: ../showDesktop/src/applet-notifications.c:201
2929
+msgid "Change screen resolution"
2930
+msgstr ""
2931
+
2932
+#: ../slider/src/applet-init.c:29
2933
+msgid "slider"
2934
+msgstr ""
2935
+
2936
+#: ../slider/src/applet-init.c:32
2937
+msgid ""
2938
+"This applet is a basic image slider\n"
2939
+" You just have to select a directory and a display effect and you're done\n"
2940
+"Click to play/pause or to edit the current image.\n"
2941
+"Middle-click to open the images folder."
2942
+msgstr ""
2943
+
2944
+#: ../slider/src/applet-notifications.c:215
2945
+msgid "Play"
2946
+msgstr ""
2947
+
2948
+#: ../slider/src/applet-notifications.c:215
2949
+msgid "Pause"
2950
+msgstr ""
2951
+
2952
+#: ../slider/src/applet-notifications.c:223
2953
+#: ../slider/src/applet-notifications.c:225
2954
+msgid "Open current image"
2955
+msgstr ""
2956
+
2957
+#: ../slider/src/applet-notifications.c:265
2958
+#: ../slider/src/applet-notifications.c:267
2959
+msgid "Browse images folder"
2960
+msgstr ""
2961
+
2962
+#: ../slider/src/applet-notifications.c:270
2963
+msgid "Refresh images list"
2964
+msgstr ""
2965
+
2966
+#: ../stack/src/applet-init.c:31
2967
+msgid "stack"
2968
+msgstr ""
2969
+
2970
+#: ../stack/src/applet-init.c:34
2971
+msgid ""
2972
+"This applet allows you to build a stack of files, just like the Stacks "
2973
+"applet of MacOS X.\n"
2974
+"To add file into your stacks, you just have to drag and drop it on the "
2975
+"Stacks icon and you're done.\n"
2976
+"You can drop any file, or web URL, or even some piece of text\n"
2977
+"You can quickly copy the path/url/text to the clipboard, or open it."
2978
+msgstr ""
2979
+
2980
+#: ../stack/src/applet-notifications.c:50
2981
+msgid ""
2982
+"No items in the stack.\n"
2983
+"You can add files, URL, and even a piece of text by dragging them onto the "
2984
+"icon."
2985
+msgstr ""
2986
+
2987
+#: ../stack/src/applet-notifications.c:78
2988
+msgid "Clear the stack?"
2989
+msgstr ""
2990
+
2991
+#: ../stack/src/applet-notifications.c:99
2992
+msgid "Set new name for this item:"
2993
+msgstr ""
2994
+
2995
+#: ../stack/src/applet-notifications.c:169
2996
+msgid "Paste (drag'n'drop)"
2997
+msgstr ""
2998
+
2999
+#: ../stack/src/applet-notifications.c:171
3000
+msgid "Clear the stack"
3001
+msgstr ""
3002
+
3003
+#: ../stack/src/applet-notifications.c:176
3004
+msgid "Open (click)"
3005
+msgstr ""
3006
+
3007
+#: ../stack/src/applet-notifications.c:181
3008
+#: ../terminal/src/terminal-callbacks.c:82
3009
+#: ../terminal/src/terminal-widget.c:398
3010
+msgid "Copy"
3011
+msgstr ""
3012
+
3013
+#: ../stack/src/applet-notifications.c:184
3014
+msgid "Cut"
3015
+msgstr ""
3016
+
3017
+#: ../stack/src/applet-notifications.c:187
3018
+msgid "Rename this item"
3019
+msgstr ""
3020
+
3021
+#: ../stack/src/applet-notifications.c:188
3022
+msgid "Remove this item"
3023
+msgstr ""
3024
+
3025
+#: ../stack/src/applet-notifications.c:257
3026
+msgid "The file has been added to the stack."
3027
+msgstr ""
3028
+
3029
+#: ../stack/src/applet-notifications.c:258
3030
+msgid "The URL has been added to the stack."
3031
+msgstr ""
3032
+
3033
+#: ../switcher/src/applet-draw.c:597 ../switcher/src/applet-draw.c:604
3034
+#: ../switcher/src/applet-load-icons.c:53
3035
+#: ../switcher/src/applet-notifications.c:415
3036
+msgid "Current"
3037
+msgstr ""
3038
+
3039
+#: ../switcher/src/applet-draw.c:604 ../switcher/src/applet-draw.c:606
3040
+#: ../switcher/src/applet-load-icons.c:59
3041
+#: ../switcher/src/applet-notifications.c:216
3042
+#: ../switcher/src/applet-notifications.c:228
3043
+#: ../switcher/src/applet-notifications.c:407
3044
+#: ../switcher/src/applet-notifications.c:467
3045
+msgid "Desktop"
3046
+msgstr ""
3047
+
3048
+#: ../switcher/src/applet-init.c:32
3049
+msgid "switcher"
3050
+msgstr ""
3051
+
3052
+#: ../switcher/src/applet-init.c:35
3053
+msgid ""
3054
+"This applet allows you to interact with your workspaces :\n"
3055
+" - switch between your workspaces (scroll up/down with the mouse),\n"
3056
+" - name them (in the config),\n"
3057
+" - quickly add/remove a workspace (in the menu),\n"
3058
+" - show the desktop (middle-click or in the menu),\n"
3059
+" - list all windows on each workspace ((middle-click or in the menu)\n"
3060
+"It has 2 modes : compact (on 1 icon) and expanded (with a sub-dock)."
3061
+msgstr ""
3062
+
3063
+#: ../switcher/src/applet-notifications.c:217
3064
+#: ../switcher/src/applet-notifications.c:279
3065
+msgid "Rename this workspace"
3066
+msgstr ""
3067
+
3068
+#: ../switcher/src/applet-notifications.c:266
3069
+msgid "Add a workspace"
3070
+msgstr ""
3071
+
3072
+#: ../switcher/src/applet-notifications.c:270
3073
+msgid "Remove last workspace"
3074
+msgstr ""
3075
+
3076
+#: ../switcher/src/applet-notifications.c:286
3077
+msgid "Move current workspace to this workspace"
3078
+msgstr ""
3079
+
3080
+#: ../switcher/src/applet-notifications.c:291
3081
+msgid ""
3082
+"This will move all windows from the current desktop to the one you clicked "
3083
+"on."
3084
+msgstr ""
3085
+
3086
+#: ../switcher/src/applet-notifications.c:300
3087
+msgid "Windows List"
3088
+msgstr ""
3089
+
3090
+#: ../switcher/src/applet-notifications.c:305
3091
+msgid "Show the desktop"
3092
+msgstr ""
3093
+
3094
+#: ../systray/src/systray-init.c:35
3095
+msgid ""
3096
+"Add a systray to your dock.\n"
3097
+"Left-click to show/hide the systray in a dialog (you can bind a keyboard "
3098
+"shortcut for it.)\n"
3099
+"But the best way to use it is to detach it from the dock, and place it "
3100
+"somewhere, above other windows."
3101
+msgstr ""
3102
+
3103
+#: ../systray/src/systray-init.c:41
3104
+msgid "Notification Area Old"
3105
+msgstr ""
3106
+
3107
+#: ../systray/src/systray-init.c:65
3108
+msgid "Show/hide the systray"
3109
+msgstr ""
3110
+
3111
+#: ../systray/src/systray-interface.c:70
3112
+msgid ""
3113
+"Another systray is already running (probably on your panel)\n"
3114
+"Since there can only be one systray at once, you should remove it to avoid "
3115
+"any conflict."
3116
+msgstr ""
3117
+
3118
+#: ../template/src/applet-init.c:28
3119
+msgid "CD_APPLET_NAME"
3120
+msgstr ""
3121
+
3122
+#: ../template/src/applet-init.c:31
3123
+msgid ""
3124
+"Useful description\n"
3125
+"and manual"
3126
+msgstr ""
3127
+
3128
+#: ../terminal/src/terminal-init.c:31
3129
+msgid "terminal"
3130
+msgstr ""
3131
+
3132
+#: ../terminal/src/terminal-init.c:34
3133
+msgid ""
3134
+"Add a terminal to your dock !\n"
3135
+"Left-click to show/hide terminal (you can bind a keyboard shortcut for it.)\n"
3136
+"You can drag'n'drop files or text and select an action.\n"
3137
+"You can open many tabs, rename them, change their color (right-click on a "
3138
+"tab to interact on it)\n"
3139
+"To open a new tab : type 'CTRL+t' or double-click next to the last tab\n"
3140
+"To close a tab : type 'CTRL+w' or middle-click on it."
3141
+msgstr ""
3142
+
3143
+#: ../terminal/src/terminal-init.c:59
3144
+msgid "Show/hide the terminal"
3145
+msgstr ""
3146
+
3147
+#: ../terminal/src/terminal-menu-functions.c:78
3148
+#: ../terminal/src/terminal-widget.c:420
3149
+msgid "New Tab"
3150
+msgstr ""
3151
+
3152
+#: ../terminal/src/terminal-menu-functions.c:79
3153
+msgid "Rename current Tab"
3154
+msgstr ""
3155
+
3156
+#: ../terminal/src/terminal-menu-functions.c:80
3157
+msgid "Close current Tab"
3158
+msgstr ""
3159
+
3160
+#: ../terminal/src/terminal-widget.c:56 ../terminal/data/messages:107
3161
+msgid "Terminal"
3162
+msgstr ""
3163
+
3164
+#: ../terminal/src/terminal-widget.c:160
3165
+msgid "Set title for this tab:"
3166
+msgstr ""
3167
+
3168
+#: ../terminal/src/terminal-widget.c:215
3169
+msgid "Select a color"
3170
+msgstr ""
3171
+
3172
+#: ../terminal/src/terminal-widget.c:358
3173
+#, c-format
3174
+msgid "You can recall the Terminal desklet by typing %s"
3175
+msgstr ""
3176
+
3177
+#: ../terminal/src/terminal-widget.c:407
3178
+msgid "Paste"
3179
+msgstr ""
3180
+
3181
+#: ../terminal/src/terminal-widget.c:429
3182
+msgid "Rename this Tab"
3183
+msgstr ""
3184
+
3185
+#: ../terminal/src/terminal-widget.c:438
3186
+msgid "Change this Tab's colour"
3187
+msgstr ""
3188
+
3189
+#: ../terminal/src/terminal-widget.c:447
3190
+msgid "Close this Tab"
3191
+msgstr ""
3192
+
3193
+#: ../tomboy/src/tomboy-init.c:30
3194
+msgid "Note-Taking"
3195
+msgstr ""
3196
+
3197
+#: ../tomboy/src/tomboy-init.c:33
3198
+msgid ""
3199
+"Control your Gnote or TomBoy's notes directly in the dock !\n"
3200
+"Click on a note to open it, Escape to close it.\n"
3201
+"Middle-click to instantly create a new note.\n"
3202
+"You can search inside notes and display their content on the icons."
3203
+msgstr ""
3204
+
3205
+#: ../tomboy/src/tomboy-notifications.c:100
3206
+msgid "Note name : "
3207
+msgstr ""
3208
+
3209
+#: ../tomboy/src/tomboy-notifications.c:123
3210
+msgid "Delete this note?"
3211
+msgstr ""
3212
+
3213
+#: ../tomboy/src/tomboy-notifications.c:138
3214
+msgid "Search for:"
3215
+msgstr ""
3216
+
3217
+#: ../tomboy/src/tomboy-notifications.c:154
3218
+msgid "Search for tag:"
3219
+msgstr ""
3220
+
3221
+#: ../tomboy/src/tomboy-notifications.c:195
3222
+msgid "Add a note"
3223
+msgstr ""
3224
+
3225
+#: ../tomboy/src/tomboy-notifications.c:199
3226
+msgid "Delete this note"
3227
+msgstr ""
3228
+
3229
+#: ../tomboy/src/tomboy-notifications.c:202
3230
+msgid "Reload notes"
3231
+msgstr ""
3232
+
3233
+#: ../tomboy/src/tomboy-notifications.c:208
3234
+msgid "Search"
3235
+msgstr ""
3236
+
3237
+#: ../tomboy/src/tomboy-notifications.c:209
3238
+msgid "Search for tag"
3239
+msgstr ""
3240
+
3241
+#: ../tomboy/src/tomboy-notifications.c:211
3242
+msgid "Search for today's note"
3243
+msgstr ""
3244
+
3245
+#: ../tomboy/src/tomboy-notifications.c:212
3246
+msgid "Search for this week's note"
3247
+msgstr ""
3248
+
3249
+#: ../tomboy/src/tomboy-notifications.c:213
3250
+msgid "Search for next week's note"
3251
+msgstr ""
3252
+
3253
+#: ../tomboy/src/tomboy-notifications.c:223
3254
+msgid "Reset marks"
3255
+msgstr ""
3256
+
3257
+#: ../weather/src/applet-config.c:120
3258
+msgid ""
3259
+"I couldn't get the info\n"
3260
+" Is connexion alive ?"
3261
+msgstr ""
3262
+
3263
+#: ../weather/src/applet-config.c:126
3264
+msgid "Couldn't get the location code (is connection alive?)"
3265
+msgstr ""
3266
+
3267
+#: ../weather/src/applet-config.c:134
3268
+msgid "I couldn't find this location"
3269
+msgstr ""
3270
+
3271
+#: ../weather/src/applet-config.c:185
3272
+msgid "Searching the location code..."
3273
+msgstr ""
3274
+
3275
+#: ../weather/src/applet-config.c:211
3276
+msgid ""
3277
+"Enter the name of your location and press Enter to choose amongst results."
3278
+msgstr ""
3279
+
3280
+#: ../weather/src/applet-init.c:29
3281
+msgid "weather"
3282
+msgstr ""
3283
+
3284
+#: ../weather/src/applet-init.c:32
3285
+msgid ""
3286
+"This applet displays weather into your dock.\n"
3287
+"Data are provided by www.weather.com, you can find your location in the "
3288
+"config panel.\n"
3289
+"It can detach itself to be a totally eye-candy 3D deskelt.\n"
3290
+"Middle-click on the main icon to have current conditions information, left-"
3291
+"click on a sub-icon to have forcast information.\n"
3292
+msgstr ""
3293
+
3294
+#: ../weather/src/applet-load-icons.c:26
3295
+msgid "Jan"
3296
+msgstr ""
3297
+
3298
+#: ../weather/src/applet-load-icons.c:26
3299
+msgid "Feb"
3300
+msgstr ""
3301
+
3302
+#: ../weather/src/applet-load-icons.c:26
3303
+msgid "Mar"
3304
+msgstr ""
3305
+
3306
+#: ../weather/src/applet-load-icons.c:26
3307
+msgid "Apr"
3308
+msgstr ""
3309
+
3310
+#: ../weather/src/applet-load-icons.c:26
3311
+msgid "May"
3312
+msgstr ""
3313
+
3314
+#: ../weather/src/applet-load-icons.c:26
3315
+msgid "Jun"
3316
+msgstr ""
3317
+
3318
+#: ../weather/src/applet-load-icons.c:26
3319
+msgid "Jui"
3320
+msgstr ""
3321
+
3322
+#: ../weather/src/applet-load-icons.c:26
3323
+msgid "Aug"
3324
+msgstr ""
3325
+
3326
+#: ../weather/src/applet-load-icons.c:26
3327
+msgid "Sep"
3328
+msgstr ""
3329
+
3330
+#: ../weather/src/applet-load-icons.c:26
3331
+msgid "Oct"
3332
+msgstr ""
3333
+
3334
+#: ../weather/src/applet-load-icons.c:26
3335
+msgid "Nov"
3336
+msgstr ""
3337
+
3338
+#: ../weather/src/applet-load-icons.c:26
3339
+msgid "Dec"
3340
+msgstr ""
3341
+
3342
+#: ../weather/src/applet-notifications.c:61
3343
+msgid "Data are being retrieved, please wait a moment."
3344
+msgstr ""
3345
+
3346
+#: ../weather/src/applet-notifications.c:97
3347
+msgid "Show current conditions (middle-click)"
3348
+msgstr ""
3349
+
3350
+#: ../weather/src/applet-notifications.c:102
3351
+msgid "Open weather.com (double-click)"
3352
+msgstr ""
3353
+
3354
+#: ../weather/src/applet-notifications.c:104
3355
+msgid "Reload now"
3356
+msgstr ""
3357
+
3358
+#: ../weather/src/applet-notifications.c:137
3359
+msgid ""
3360
+"No data available\n"
3361
+" is your connection alive?"
3362
+msgstr ""
3363
+
3364
+#: ../weather/src/applet-notifications.c:157
3365
+#: ../weather/src/applet-notifications.c:195
3366
+msgid "Temperature"
3367
+msgstr ""
3368
+
3369
+#: ../weather/src/applet-notifications.c:158
3370
+msgid "Precipitation probability"
3371
+msgstr ""
3372
+
3373
+#: ../weather/src/applet-notifications.c:159
3374
+#: ../weather/src/applet-notifications.c:196
3375
+msgid "Wind"
3376
+msgstr ""
3377
+
3378
+#: ../weather/src/applet-notifications.c:160
3379
+#: ../weather/src/applet-notifications.c:197
3380
+msgid "Humidity"
3381
+msgstr ""
3382
+
3383
+#: ../weather/src/applet-notifications.c:161
3384
+#: ../weather/src/applet-notifications.c:198
3385
+msgid "Sunrise"
3386
+msgstr ""
3387
+
3388
+#: ../weather/src/applet-notifications.c:161
3389
+#: ../weather/src/applet-notifications.c:198
3390
+msgid "Sunset"
3391
+msgstr ""
3392
+
3393
+#: ../weather/src/applet-notifications.c:171
3394
+msgid "Data are being fetched, please re-try in a few seconds."
3395
+msgstr ""
3396
+
3397
+#: ../weather/src/applet-notifications.c:181
3398
+msgid ""
3399
+"No data available\n"
3400
+"Retrying now..."
3401
+msgstr ""
3402
+
3403
+#: ../weather/src/applet-notifications.c:195
3404
+msgid "Feels like"
3405
+msgstr ""
3406
+
3407
+#: ../weather/src/applet-notifications.c:197
3408
+msgid "Pressure"
3409
+msgstr ""
3410
+
3411
+#: ../weblets/src/applet-init.c:28
3412
+msgid "weblets"
3413
+msgstr ""
3414
+
3415
+#: ../weblets/src/applet-init.c:31
3416
+msgid ""
3417
+"The weblets applet allows you to show an interactive web page on your "
3418
+"desktop.\n"
3419
+"You can select your web page, set the desired scrolling,\n"
3420
+"and hide the scrollbars to get a real 'crop' of the page."
3421
+msgstr ""
3422
+
3423
+#: ../weblets/src/applet-widget.c:58
3424
+msgid "Weblets"
3425
+msgstr ""
3426
+
3427
+#: ../wifi/src/applet-draw.c:179
3428
+msgid "WiFi disabled."
3429
+msgstr ""
3430
+
3431
+#: ../wifi/src/applet-init.c:30
3432
+msgid "wifi"
3433
+msgstr ""
3434
+
3435
+#: ../wifi/src/applet-init.c:33
3436
+msgid ""
3437
+"This applet shows you the signal strength of the first active wifi "
3438
+"connection\n"
3439
+"Left-click to pop-up some info,Middle-click to re-check immediately."
3440
+msgstr ""
3441
+
3442
+#: ../Animated-icons/data/messages:1 ../icon-effect/data/messages:1
3443
+#: ../illusion/data/messages:1
3444
+msgid "Global"
3445
+msgstr ""
3446
+
3447
+#: ../Animated-icons/data/messages:3
3448
+msgid "Animations are triggered when hovering an icon only in OpenGL mode."
3449
+msgstr ""
3450
+
3451
+#: ../Animated-icons/data/messages:5 ../icon-effect/data/messages:3
3452
+msgid "when hovering over an icon"
3453
+msgstr ""
3454
+
3455
+#: ../Animated-icons/data/messages:7 ../icon-effect/data/messages:5
3456
+msgid "Effects used:"
3457
+msgstr ""
3458
+
3459
+#: ../Animated-icons/data/messages:23 ../icon-effect/data/messages:19
3460
+msgid "when clicking on an launcher"
3461
+msgstr ""
3462
+
3463
+#: ../Animated-icons/data/messages:25 ../icon-effect/data/messages:21
3464
+msgid "Effects used on launcher:"
3465
+msgstr ""
3466
+
3467
+#: ../Animated-icons/data/messages:41 ../Animated-icons/data/messages:61
3468
+msgid "Number of times the animation will play:"
3469
+msgstr ""
3470
+
3471
+#: ../Animated-icons/data/messages:43 ../icon-effect/data/messages:35
3472
+msgid "when clicking on an application"
3473
+msgstr ""
3474
+
3475
+#: ../Animated-icons/data/messages:45 ../icon-effect/data/messages:37
3476
+msgid "Effects used on applications:"
3477
+msgstr ""
3478
+
3479
+#: ../Animated-icons/data/messages:63
3480
+msgid "Rotation"
3481
+msgstr ""
3482
+
3483
+#: ../Animated-icons/data/messages:65 ../Animated-icons/data/messages:83
3484
+#: ../Animated-icons/data/messages:135 ../Animated-icons/data/messages:147
3485
+#: ../Animated-icons/data/messages:159 ../Animated-icons/data/messages:173
3486
+#: ../Remote-Control/data/messages:9 ../Scooby-Do/data/messages:15
3487
+#: ../Scooby-Do/data/messages:19 ../Toons/data/messages:105
3488
+#: ../icon-effect/data/messages:85 ../icon-effect/data/messages:107
3489
+#: ../icon-effect/data/messages:129 ../icon-effect/data/messages:151
3490
+#: ../icon-effect/data/messages:171 ../show-mouse/data/messages:19
3491
+msgid "In ms."
3492
+msgstr ""
3493
+
3494
+#: ../Animated-icons/data/messages:67 ../Animated-icons/data/messages:85
3495
+#: ../Animated-icons/data/messages:137 ../icon-effect/data/messages:59
3496
+#: ../icon-effect/data/messages:87 ../icon-effect/data/messages:109
3497
+#: ../icon-effect/data/messages:131 ../icon-effect/data/messages:153
3498
+#: ../icon-effect/data/messages:173 ../illusion/data/messages:33
3499
+#: ../illusion/data/messages:55 ../illusion/data/messages:59
3500
+#: ../illusion/data/messages:69 ../illusion/data/messages:75
3501
+#: ../mail/data/messages:143
3502
+msgid "Duration of the animation:"
3503
+msgstr ""
3504
+
3505
+#: ../Animated-icons/data/messages:69 ../Animated-icons/data/messages:87
3506
+#: ../Animated-icons/data/messages:139 ../Animated-icons/data/messages:151
3507
+#: ../Animated-icons/data/messages:163 ../Animated-icons/data/messages:177
3508
+#: ../icon-effect/data/messages:61 ../icon-effect/data/messages:89
3509
+#: ../icon-effect/data/messages:111 ../icon-effect/data/messages:133
3510
+#: ../icon-effect/data/messages:155 ../icon-effect/data/messages:175
3511
+msgid "Repeat while icon is pointed to?"
3512
+msgstr ""
3513
+
3514
+#: ../Animated-icons/data/messages:71
3515
+msgid "Type of mesh:"
3516
+msgstr ""
3517
+
3518
+#: ../Animated-icons/data/messages:73 ../Clipper/data/messages:45
3519
+#: ../Composite-Manager/data/messages:41 ../Disks/data/messages:27
3520
+#: ../Doncky/data/messages:43 ../Folders/data/messages:57
3521
+#: ../GMenu/data/messages:45 ../Global-Menu/data/messages:39
3522
+#: ../Impulse/data/messages:43 ../MeMenu/data/messages:39
3523
+#: ../Messaging-Menu/data/messages:51 ../Network-Monitor/data/messages:53
3524
+#: ../RSSreader/data/messages:47 ../Recent-Events/data/messages:45
3525
+#: ../Status-Notifier/data/messages:55 ../System-Monitor/data/messages:51
3526
+#: ../Toons/data/messages:51 ../Xgamma/data/messages:47
3527
+#: ../alsaMixer/data/messages:53 ../clock/data/messages:53
3528
+#: ../dnd2share/data/messages:41 ../dustbin/data/messages:41
3529
+#: ../keyboard-indicator/data/messages:51 ../logout/data/messages:45
3530
+#: ../mail/data/messages:51 ../musicPlayer/data/messages:53
3531
+#: ../netspeed/data/messages:51 ../powermanager/data/messages:53
3532
+#: ../quick-browser/data/messages:47 ../shortcuts/data/messages:45
3533
+#: ../showDesktop/data/messages:49 ../slider/data/messages:51
3534
+#: ../stack/data/messages:47 ../switcher/data/messages:39
3535
+#: ../systray/data/messages:37 ../template/data/messages:45
3536
+#: ../terminal/data/messages:45 ../tomboy/data/messages:55
3537
+#: ../weather/data/messages:53 ../weblets/data/messages:45
3538
+#: ../wifi/data/messages:51
3539
+msgid "Normal"
3540
+msgstr ""
3541
+
3542
+#: ../Animated-icons/data/messages:75
3543
+msgid "Cube"
3544
+msgstr ""
3545
+
3546
+#: ../Animated-icons/data/messages:77
3547
+msgid "Capsule"
3548
+msgstr ""
3549
+
3550
+#: ../Animated-icons/data/messages:79
3551
+msgid "Colour of the sheen:"
3552
+msgstr ""
3553
+
3554
+#: ../Animated-icons/data/messages:91 ../Animated-icons/data/messages:95
3555
+#: ../Clipper/data/messages:9 ../Composite-Manager/data/messages:91
3556
+#: ../Composite-Manager/data/messages:95 ../Doncky/data/messages:9
3557
+#: ../Doncky/data/messages:91 ../Folders/data/messages:21
3558
+#: ../GMenu/data/messages:9 ../GMenu/data/messages:99
3559
+#: ../Impulse/data/messages:7 ../Impulse/data/messages:125
3560
+#: ../Impulse/data/messages:129 ../Impulse/data/messages:133
3561
+#: ../RSSreader/data/messages:11 ../RSSreader/data/messages:129
3562
+#: ../Recent-Events/data/messages:9 ../System-Monitor/data/messages:187
3563
+#: ../System-Monitor/data/messages:195 ../Xgamma/data/messages:11
3564
+#: ../alsaMixer/data/messages:131 ../alsaMixer/data/messages:135
3565
+#: ../alsaMixer/data/messages:149 ../dnd2share/data/messages:9
3566
+#: ../logout/data/messages:9 ../quick-browser/data/messages:11
3567
+#: ../shortcuts/data/messages:9 ../showDesktop/data/messages:9
3568
+#: ../stack/data/messages:11 ../switcher/data/messages:9
3569
+#: ../switcher/data/messages:151 ../systray/data/messages:9
3570
+#: ../template/data/messages:9 ../terminal/data/messages:9
3571
+#: ../weblets/data/messages:9
3572
+msgid "Leave empty to use the default one."
3573
+msgstr ""
3574
+
3575
+#: ../Animated-icons/data/messages:93
3576
+msgid "Image for the spotlight:"
3577
+msgstr ""
3578
+
3579
+#: ../Animated-icons/data/messages:97
3580
+msgid "Image for the front spotlight:"
3581
+msgstr ""
3582
+
3583
+#: ../Animated-icons/data/messages:99
3584
+msgid "Spot colour:"
3585
+msgstr ""
3586
+
3587
+#: ../Animated-icons/data/messages:101
3588
+msgid "Halo colour:"
3589
+msgstr ""
3590
+
3591
+#: ../Animated-icons/data/messages:103
3592
+msgid "Rays"
3593
+msgstr ""
3594
+
3595
+#: ../Animated-icons/data/messages:105 ../icon-effect/data/messages:65
3596
+#: ../icon-effect/data/messages:93 ../icon-effect/data/messages:115
3597
+#: ../icon-effect/data/messages:137 ../icon-effect/data/messages:159
3598
+#: ../illusion/data/messages:37 ../show-mouse/data/messages:27
3599
+msgid "1st color of gradation :"
3600
+msgstr ""
3601
+
3602
+#: ../Animated-icons/data/messages:107 ../icon-effect/data/messages:67
3603
+#: ../icon-effect/data/messages:95 ../icon-effect/data/messages:117
3604
+#: ../icon-effect/data/messages:139 ../icon-effect/data/messages:161
3605
+#: ../illusion/data/messages:39 ../show-mouse/data/messages:29
3606
+msgid "2nd color of gradation :"
3607
+msgstr ""
3608
+
3609
+#: ../Animated-icons/data/messages:109 ../icon-effect/data/messages:69
3610
+#: ../icon-effect/data/messages:97 ../icon-effect/data/messages:181
3611
+#: ../illusion/data/messages:41 ../show-mouse/data/messages:31
3612
+msgid "Random colours?"
3613
+msgstr ""
3614
+
3615
+#: ../Animated-icons/data/messages:111
3616
+msgid "Number of rays:"
3617
+msgstr ""
3618
+
3619
+#: ../Animated-icons/data/messages:113
3620
+msgid "Ray size:"
3621
+msgstr ""
3622
+
3623
+#: ../Animated-icons/data/messages:115
3624
+msgid "Ray speed:"
3625
+msgstr ""
3626
+
3627
+#: ../Animated-icons/data/messages:119
3628
+msgid "Initial stretch:"
3629
+msgstr ""
3630
+
3631
+#: ../Animated-icons/data/messages:121
3632
+msgid "Horizontal stretch"
3633
+msgstr ""
3634
+
3635
+#: ../Animated-icons/data/messages:123
3636
+msgid "Vertical stretch"
3637
+msgstr ""
3638
+
3639
+#: ../Animated-icons/data/messages:125
3640
+msgid "Corner stretch"
3641
+msgstr ""
3642
+
3643
+#: ../Animated-icons/data/messages:127
3644
+msgid "Spring constant:"
3645
+msgstr ""
3646
+
3647
+#: ../Animated-icons/data/messages:129
3648
+msgid "Friction:"
3649
+msgstr ""
3650
+
3651
+#: ../Animated-icons/data/messages:131
3652
+msgid "Number of points on the grid in each direction:"
3653
+msgstr ""
3654
+
3655
+#: ../Animated-icons/data/messages:141
3656
+msgid "Wave width:"
3657
+msgstr ""
3658
+
3659
+#: ../Animated-icons/data/messages:143
3660
+msgid "Wave amplitude:"
3661
+msgstr ""
3662
+
3663
+#: ../Animated-icons/data/messages:149
3664
+msgid "Pulse duration:"
3665
+msgstr ""
3666
+
3667
+#: ../Animated-icons/data/messages:153
3668
+msgid "Pulse max zoom:"
3669
+msgstr ""
3670
+
3671
+#: ../Animated-icons/data/messages:155
3672
+msgid "Pulse follows icon shape?"
3673
+msgstr ""
3674
+
3675
+#: ../Animated-icons/data/messages:161
3676
+msgid "Bounce duration:"
3677
+msgstr ""
3678
+
3679
+#: ../Animated-icons/data/messages:165
3680
+msgid "When bouncing, resize the icon by:"
3681
+msgstr ""
3682
+
3683
+#: ../Animated-icons/data/messages:167
3684
+msgid "the lower the value, the more it will flatten."
3685
+msgstr ""
3686
+
3687
+#: ../Animated-icons/data/messages:169
3688
+msgid "How much the icon will flatten when hitting the ground:"
3689
+msgstr ""
3690
+
3691
+#: ../Animated-icons/data/messages:175
3692
+msgid "Blink duration:"
3693
+msgstr ""
3694
+
3695
+#: ../Cairo-Penguin/data/messages:1 ../Cairo-Penguin/data/messages:3
3696
+#: ../Clipper/data/messages:1 ../Clipper/data/messages:3
3697
+#: ../Composite-Manager/data/messages:1 ../Composite-Manager/data/messages:3
3698
+#: ../Disks/data/messages:1 ../Disks/data/messages:3 ../Doncky/data/messages:1
3699
+#: ../Doncky/data/messages:3 ../Folders/data/messages:1
3700
+#: ../Folders/data/messages:3 ../GMenu/data/messages:1
3701
+#: ../GMenu/data/messages:3 ../Global-Menu/data/messages:1
3702
+#: ../Global-Menu/data/messages:3 ../Impulse/data/messages:1
3703
+#: ../Impulse/data/messages:3 ../MeMenu/data/messages:1
3704
+#: ../MeMenu/data/messages:3 ../Messaging-Menu/data/messages:1
3705
+#: ../Messaging-Menu/data/messages:3 ../Network-Monitor/data/messages:1
3706
+#: ../Network-Monitor/data/messages:3 ../RSSreader/data/messages:1
3707
+#: ../RSSreader/data/messages:3 ../Recent-Events/data/messages:1
3708
+#: ../Recent-Events/data/messages:3 ../Status-Notifier/data/messages:1
3709
+#: ../Status-Notifier/data/messages:3 ../System-Monitor/data/messages:1
3710
+#: ../System-Monitor/data/messages:3 ../Toons/data/messages:1
3711
+#: ../Toons/data/messages:3 ../Xgamma/data/messages:1
3712
+#: ../Xgamma/data/messages:3 ../alsaMixer/data/messages:1
3713
+#: ../alsaMixer/data/messages:3 ../clock/data/messages:1
3714
+#: ../clock/data/messages:3 ../dnd2share/data/messages:1
3715
+#: ../dnd2share/data/messages:3 ../dustbin/data/messages:1
3716
+#: ../dustbin/data/messages:3 ../keyboard-indicator/data/messages:1
3717
+#: ../keyboard-indicator/data/messages:3 ../logout/data/messages:1
3718
+#: ../logout/data/messages:3 ../mail/data/messages:1 ../mail/data/messages:3
3719
+#: ../musicPlayer/data/messages:1 ../musicPlayer/data/messages:3
3720
+#: ../netspeed/data/messages:1 ../netspeed/data/messages:3
3721
+#: ../powermanager/data/messages:1 ../powermanager/data/messages:3
3722
+#: ../quick-browser/data/messages:1 ../quick-browser/data/messages:3
3723
+#: ../shortcuts/data/messages:1 ../shortcuts/data/messages:3
3724
+#: ../showDesktop/data/messages:1 ../showDesktop/data/messages:3
3725
+#: ../slider/data/messages:1 ../slider/data/messages:3
3726
+#: ../stack/data/messages:1 ../stack/data/messages:3
3727
+#: ../switcher/data/messages:1 ../switcher/data/messages:3
3728
+#: ../systray/data/messages:1 ../systray/data/messages:3
3729
+#: ../template/data/messages:1 ../template/data/messages:3
3730
+#: ../terminal/data/messages:1 ../terminal/data/messages:3
3731
+#: ../tomboy/data/messages:1 ../tomboy/data/messages:3
3732
+#: ../weather/data/messages:1 ../weather/data/messages:3
3733
+#: ../weblets/data/messages:1 ../weblets/data/messages:3
3734
+#: ../wifi/data/messages:1 ../wifi/data/messages:3
3735
+msgid "Icon"
3736
+msgstr ""
3737
+
3738
+#: ../Cairo-Penguin/data/messages:5 ../Clipper/data/messages:5
3739
+#: ../Composite-Manager/data/messages:5 ../Doncky/data/messages:5
3740
+#: ../Folders/data/messages:5 ../GMenu/data/messages:5
3741
+#: ../Global-Menu/data/messages:5 ../Impulse/data/messages:5
3742
+#: ../MeMenu/data/messages:5 ../Messaging-Menu/data/messages:5
3743
+#: ../Network-Monitor/data/messages:5 ../RSSreader/data/messages:5
3744
+#: ../Recent-Events/data/messages:5 ../Status-Notifier/data/messages:5
3745
+#: ../System-Monitor/data/messages:5 ../Toons/data/messages:5
3746
+#: ../Xgamma/data/messages:5 ../alsaMixer/data/messages:5
3747
+#: ../clock/data/messages:5 ../dnd2share/data/messages:5
3748
+#: ../dustbin/data/messages:5 ../keyboard-indicator/data/messages:5
3749
+#: ../logout/data/messages:5 ../mail/data/messages:5
3750
+#: ../musicPlayer/data/messages:5 ../netspeed/data/messages:5
3751
+#: ../powermanager/data/messages:5 ../quick-browser/data/messages:5
3752
+#: ../shortcuts/data/messages:5 ../showDesktop/data/messages:5
3753
+#: ../slider/data/messages:5 ../stack/data/messages:5
3754
+#: ../switcher/data/messages:5 ../systray/data/messages:5
3755
+#: ../template/data/messages:5 ../terminal/data/messages:5
3756
+#: ../tomboy/data/messages:5 ../weather/data/messages:5
3757
+#: ../weblets/data/messages:5 ../wifi/data/messages:5
3758
+msgid "Name of the dock it belongs to:"
3759
+msgstr ""
3760
+
3761
+#: ../Cairo-Penguin/data/messages:7 ../Clipper/data/messages:7
3762
+#: ../Composite-Manager/data/messages:7 ../Disks/data/messages:7
3763
+#: ../Doncky/data/messages:7 ../Folders/data/messages:9
3764
+#: ../GMenu/data/messages:7 ../Messaging-Menu/data/messages:7
3765
+#: ../Network-Monitor/data/messages:9 ../RSSreader/data/messages:9
3766
+#: ../Recent-Events/data/messages:7 ../Status-Notifier/data/messages:7
3767
+#: ../System-Monitor/data/messages:7 ../Toons/data/messages:7
3768
+#: ../Xgamma/data/messages:9 ../alsaMixer/data/messages:9
3769
+#: ../clock/data/messages:9 ../dnd2share/data/messages:7
3770
+#: ../dustbin/data/messages:7 ../keyboard-indicator/data/messages:7
3771
+#: ../logout/data/messages:7 ../mail/data/messages:7
3772
+#: ../musicPlayer/data/messages:9 ../netspeed/data/messages:7
3773
+#: ../powermanager/data/messages:9 ../quick-browser/data/messages:9
3774
+#: ../shortcuts/data/messages:7 ../showDesktop/data/messages:7
3775
+#: ../slider/data/messages:7 ../stack/data/messages:9
3776
+#: ../switcher/data/messages:7 ../systray/data/messages:7
3777
+#: ../template/data/messages:7 ../terminal/data/messages:7
3778
+#: ../tomboy/data/messages:7 ../weather/data/messages:9
3779
+#: ../weblets/data/messages:7 ../wifi/data/messages:7
3780
+msgid "Name of the icon as it will appear in its caption in the dock:"
3781
+msgstr ""
3782
+
3783
+#: ../Cairo-Penguin/data/messages:9 ../Clipper/data/messages:13
3784
+#: ../Composite-Manager/data/messages:9 ../Disks/data/messages:9
3785
+#: ../Doncky/data/messages:13 ../Folders/data/messages:25
3786
+#: ../GMenu/data/messages:13 ../Global-Menu/data/messages:7
3787
+#: ../Impulse/data/messages:11 ../MeMenu/data/messages:7
3788
+#: ../Messaging-Menu/data/messages:9 ../Network-Monitor/data/messages:11
3789
+#: ../RSSreader/data/messages:15 ../Recent-Events/data/messages:13
3790
+#: ../Status-Notifier/data/messages:13 ../System-Monitor/data/messages:9
3791
+#: ../Toons/data/messages:9 ../Xgamma/data/messages:15
3792
+#: ../alsaMixer/data/messages:11 ../clock/data/messages:11
3793
+#: ../dnd2share/data/messages:13 ../dustbin/data/messages:9
3794
+#: ../keyboard-indicator/data/messages:9 ../logout/data/messages:13
3795
+#: ../mail/data/messages:9 ../musicPlayer/data/messages:11
3796
+#: ../netspeed/data/messages:9 ../powermanager/data/messages:11
3797
+#: ../quick-browser/data/messages:15 ../shortcuts/data/messages:13
3798
+#: ../showDesktop/data/messages:17 ../slider/data/messages:9
3799
+#: ../stack/data/messages:15 ../switcher/data/messages:13
3800
+#: ../systray/data/messages:13 ../template/data/messages:13
3801
+#: ../terminal/data/messages:13 ../tomboy/data/messages:23
3802
+#: ../weather/data/messages:11 ../weblets/data/messages:13
3803
+#: ../wifi/data/messages:9
3804
+msgid "Set to 0 to use the default applet size"
3805
+msgstr ""
3806
+
3807
+#: ../Cairo-Penguin/data/messages:11 ../Clipper/data/messages:15
3808
+#: ../Composite-Manager/data/messages:11 ../Disks/data/messages:11
3809
+#: ../Doncky/data/messages:15 ../Folders/data/messages:27
3810
+#: ../GMenu/data/messages:15 ../Global-Menu/data/messages:9
3811
+#: ../Impulse/data/messages:13 ../MeMenu/data/messages:9
3812
+#: ../Messaging-Menu/data/messages:11 ../Network-Monitor/data/messages:13
3813
+#: ../RSSreader/data/messages:17 ../Recent-Events/data/messages:15
3814
+#: ../Status-Notifier/data/messages:15 ../System-Monitor/data/messages:11
3815
+#: ../Toons/data/messages:11 ../Xgamma/data/messages:17
3816
+#: ../alsaMixer/data/messages:13 ../clock/data/messages:13
3817
+#: ../dnd2share/data/messages:15 ../dustbin/data/messages:11
3818
+#: ../keyboard-indicator/data/messages:11 ../logout/data/messages:15
3819
+#: ../mail/data/messages:11 ../musicPlayer/data/messages:13
3820
+#: ../netspeed/data/messages:11 ../powermanager/data/messages:13
3821
+#: ../quick-browser/data/messages:17 ../shortcuts/data/messages:15
3822
+#: ../showDesktop/data/messages:19 ../slider/data/messages:11
3823
+#: ../stack/data/messages:17 ../switcher/data/messages:15
3824
+#: ../systray/data/messages:15 ../template/data/messages:15
3825
+#: ../terminal/data/messages:15 ../tomboy/data/messages:25
3826
+#: ../weather/data/messages:13 ../weblets/data/messages:15
3827
+#: ../wifi/data/messages:11
3828
+msgid "Desired icon size for this applet"
3829
+msgstr ""
3830
+
3831
+#: ../Cairo-Penguin/data/messages:13 ../Clipper/data/messages:17
3832
+#: ../Composite-Manager/data/messages:13 ../Disks/data/messages:13
3833
+#: ../Folders/data/messages:29 ../GMenu/data/messages:17
3834
+#: ../Global-Menu/data/messages:11 ../Impulse/data/messages:15
3835
+#: ../MeMenu/data/messages:11 ../Messaging-Menu/data/messages:23
3836
+#: ../Network-Monitor/data/messages:25 ../RSSreader/data/messages:19
3837
+#: ../Recent-Events/data/messages:17 ../Scooby-Do/data/messages:115
3838
+#: ../Status-Notifier/data/messages:27 ../System-Monitor/data/messages:23
3839
+#: ../Toons/data/messages:23 ../Xgamma/data/messages:19
3840
+#: ../alsaMixer/data/messages:25 ../clock/data/messages:25
3841
+#: ../dnd2share/data/messages:17 ../dustbin/data/messages:13
3842
+#: ../keyboard-indicator/data/messages:23 ../logout/data/messages:17
3843
+#: ../mail/data/messages:23 ../musicPlayer/data/messages:25
3844
+#: ../netspeed/data/messages:23 ../powermanager/data/messages:25
3845
+#: ../quick-browser/data/messages:19 ../shortcuts/data/messages:17
3846
+#: ../showDesktop/data/messages:21 ../slider/data/messages:23
3847
+#: ../stack/data/messages:19 ../switcher/data/messages:17
3848
+#: ../systray/data/messages:17 ../template/data/messages:17
3849
+#: ../terminal/data/messages:17 ../tomboy/data/messages:27
3850
+#: ../weather/data/messages:25 ../weblets/data/messages:17
3851
+#: ../wifi/data/messages:23
3852
+msgid "Applet's Handbook"
3853
+msgstr ""
3854
+
3855
+#: ../Cairo-Penguin/data/messages:15 ../Clipper/data/messages:91
3856
+#: ../Composite-Manager/data/messages:87 ../Dbus/data/messages:1
3857
+#: ../Disks/data/messages:87 ../Doncky/data/messages:89
3858
+#: ../Folders/data/messages:103 ../GMenu/data/messages:91
3859
+#: ../Global-Menu/data/messages:85 ../Impulse/data/messages:89
3860
+#: ../MeMenu/data/messages:85 ../Messaging-Menu/data/messages:97
3861
+#: ../Network-Monitor/data/messages:99 ../RSSreader/data/messages:93
3862
+#: ../Recent-Events/data/messages:91 ../Remote-Control/data/messages:1
3863
+#: ../Scooby-Do/data/messages:1 ../Status-Notifier/data/messages:101
3864
+#: ../System-Monitor/data/messages:97 ../Toons/data/messages:97
3865
+#: ../Xgamma/data/messages:93 ../alsaMixer/data/messages:99
3866
+#: ../clock/data/messages:99 ../dnd2share/data/messages:87
3867
+#: ../dustbin/data/messages:87 ../keyboard-indicator/data/messages:97
3868
+#: ../logout/data/messages:91 ../mail/data/messages:97
3869
+#: ../motion-blur/data/messages:1 ../musicPlayer/data/messages:99
3870
+#: ../netspeed/data/messages:97 ../powermanager/data/messages:99
3871
+#: ../quick-browser/data/messages:93 ../shortcuts/data/messages:91
3872
+#: ../show-mouse/data/messages:1 ../showDesktop/data/messages:95
3873
+#: ../slider/data/messages:97 ../stack/data/messages:93
3874
+#: ../switcher/data/messages:85 ../switcher/data/messages:87
3875
+#: ../systray/data/messages:83 ../template/data/messages:91
3876
+#: ../terminal/data/messages:91 ../tomboy/data/messages:101
3877
+#: ../weather/data/messages:99 ../weather/data/messages:101
3878
+#: ../weblets/data/messages:91 ../wifi/data/messages:97
3879
+msgid "Configuration"
3880
+msgstr ""
3881
+
3882
+#: ../Cairo-Penguin/data/messages:17 ../Disks/data/messages:97
3883
+#: ../Network-Monitor/data/messages:147 ../Network-Monitor/data/messages:191
3884
+#: ../System-Monitor/data/messages:107 ../Toons/data/messages:99
3885
+#: ../alsaMixer/data/messages:139 ../dustbin/data/messages:91
3886
+#: ../mail/data/messages:105 ../netspeed/data/messages:107
3887
+#: ../powermanager/data/messages:111 ../weather/data/messages:131
3888
+#: ../wifi/data/messages:109
3889
+msgid "Choose one of the available themes:"
3890
+msgstr ""
3891
+
3892
+#: ../Cairo-Penguin/data/messages:19 ../Clipper/data/messages:139
3893
+#: ../Disks/data/messages:143 ../Network-Monitor/data/messages:175
3894
+#: ../System-Monitor/data/messages:169 ../System-Monitor/data/messages:215
3895
+#: ../Toons/data/messages:101 ../dnd2share/data/messages:93
3896
+#: ../mail/data/messages:137 ../musicPlayer/data/messages:153
3897
+#: ../netspeed/data/messages:149 ../powermanager/data/messages:159
3898
+#: ../shortcuts/data/messages:129 ../slider/data/messages:131
3899
+#: ../tomboy/data/messages:115 ../wifi/data/messages:173
3900
+msgid "in seconds."
3901
+msgstr ""
3902
+
3903
+#: ../Cairo-Penguin/data/messages:21
3904
+msgid "Delay between animation changes :"
3905
+msgstr ""
3906
+
3907
+#: ../Cairo-Penguin/data/messages:23
3908
+msgid "Penguin transparency:"
3909
+msgstr ""
3910
+
3911
+#: ../Cairo-Penguin/data/messages:25
3912
+msgid "Let the penguin wander everywhere in the dock?"
3913
+msgstr ""
3914
+
3915
+#: ../Cairo-Penguin/data/messages:27 ../dock-rendering/data/messages:13
3916
+#: ../dock-rendering/data/messages:103 ../show-mouse/data/messages:23
3917
+msgid "in pixels."
3918
+msgstr ""
3919
+
3920
+#: ../Cairo-Penguin/data/messages:29
3921
+msgid "Ground offset:"
3922
+msgstr ""
3923
+
3924
+#: ../Clipper/data/messages:11 ../Doncky/data/messages:11
3925
+#: ../Folders/data/messages:23 ../GMenu/data/messages:11
3926
+#: ../Impulse/data/messages:9 ../RSSreader/data/messages:13
3927
+#: ../Recent-Events/data/messages:11 ../Xgamma/data/messages:13
3928
+#: ../dnd2share/data/messages:11 ../logout/data/messages:11
3929
+#: ../quick-browser/data/messages:13 ../shortcuts/data/messages:11
3930
+#: ../showDesktop/data/messages:11 ../stack/data/messages:13
3931
+#: ../switcher/data/messages:11 ../systray/data/messages:11
3932
+#: ../template/data/messages:11 ../terminal/data/messages:11
3933
+#: ../weblets/data/messages:11
3934
+msgid "Image filename:"
3935
+msgstr ""
3936
+
3937
+#: ../Clipper/data/messages:19 ../Composite-Manager/data/messages:15
3938
+#: ../Disks/data/messages:15 ../Doncky/data/messages:17
3939
+#: ../Folders/data/messages:31 ../GMenu/data/messages:19
3940
+#: ../Global-Menu/data/messages:13 ../Impulse/data/messages:17
3941
+#: ../MeMenu/data/messages:13 ../Messaging-Menu/data/messages:25
3942
+#: ../Network-Monitor/data/messages:27 ../RSSreader/data/messages:21
3943
+#: ../Recent-Events/data/messages:19 ../Status-Notifier/data/messages:29
3944
+#: ../System-Monitor/data/messages:25 ../Toons/data/messages:25
3945
+#: ../Xgamma/data/messages:21 ../alsaMixer/data/messages:27
3946
+#: ../clock/data/messages:27 ../dnd2share/data/messages:19
3947
+#: ../dustbin/data/messages:15 ../keyboard-indicator/data/messages:25
3948
+#: ../logout/data/messages:19 ../mail/data/messages:25
3949
+#: ../musicPlayer/data/messages:27 ../netspeed/data/messages:25
3950
+#: ../powermanager/data/messages:27 ../quick-browser/data/messages:21
3951
+#: ../shortcuts/data/messages:19 ../show-mouse/data/messages:13
3952
+#: ../showDesktop/data/messages:23 ../slider/data/messages:25
3953
+#: ../stack/data/messages:21 ../switcher/data/messages:19
3954
+#: ../systray/data/messages:19 ../template/data/messages:19
3955
+#: ../terminal/data/messages:19 ../tomboy/data/messages:29
3956
+#: ../weather/data/messages:27 ../weblets/data/messages:19
3957
+#: ../wifi/data/messages:25
3958
+msgid "Desklet"
3959
+msgstr ""
3960
+
3961
+#: ../Clipper/data/messages:21 ../Composite-Manager/data/messages:17
3962
+#: ../Disks/data/messages:39 ../Doncky/data/messages:19
3963
+#: ../Folders/data/messages:33 ../GMenu/data/messages:21
3964
+#: ../Global-Menu/data/messages:15 ../Impulse/data/messages:19
3965
+#: ../MeMenu/data/messages:15 ../Messaging-Menu/data/messages:27
3966
+#: ../Network-Monitor/data/messages:29 ../RSSreader/data/messages:23
3967
+#: ../Recent-Events/data/messages:21 ../Status-Notifier/data/messages:31
3968
+#: ../System-Monitor/data/messages:27 ../Toons/data/messages:27
3969
+#: ../Xgamma/data/messages:23 ../alsaMixer/data/messages:29
3970
+#: ../clock/data/messages:29 ../dnd2share/data/messages:21
3971
+#: ../dustbin/data/messages:17 ../keyboard-indicator/data/messages:27
3972
+#: ../logout/data/messages:21 ../mail/data/messages:27
3973
+#: ../musicPlayer/data/messages:29 ../netspeed/data/messages:27
3974
+#: ../powermanager/data/messages:29 ../quick-browser/data/messages:23
3975
+#: ../shortcuts/data/messages:21 ../showDesktop/data/messages:25
3976
+#: ../slider/data/messages:27 ../stack/data/messages:23
3977
+#: ../switcher/data/messages:21 ../systray/data/messages:21
3978
+#: ../template/data/messages:21 ../terminal/data/messages:21
3979
+#: ../tomboy/data/messages:31 ../weather/data/messages:29
3980
+#: ../weblets/data/messages:21 ../wifi/data/messages:27
3981
+msgid "Position"
3982
+msgstr ""
3983
+
3984
+#: ../Clipper/data/messages:23 ../Composite-Manager/data/messages:19
3985
+#: ../Disks/data/messages:41 ../Doncky/data/messages:21
3986
+#: ../Folders/data/messages:35 ../GMenu/data/messages:23
3987
+#: ../Global-Menu/data/messages:17 ../Impulse/data/messages:21
3988
+#: ../MeMenu/data/messages:17 ../Messaging-Menu/data/messages:29
3989
+#: ../Network-Monitor/data/messages:31 ../RSSreader/data/messages:25
3990
+#: ../Recent-Events/data/messages:23 ../Status-Notifier/data/messages:33
3991
+#: ../System-Monitor/data/messages:29 ../Toons/data/messages:29
3992
+#: ../Xgamma/data/messages:25 ../alsaMixer/data/messages:31
3993
+#: ../clock/data/messages:31 ../dnd2share/data/messages:23
3994
+#: ../dustbin/data/messages:19 ../keyboard-indicator/data/messages:29
3995
+#: ../logout/data/messages:23 ../mail/data/messages:29
3996
+#: ../musicPlayer/data/messages:31 ../netspeed/data/messages:29
3997
+#: ../powermanager/data/messages:31 ../quick-browser/data/messages:25
3998
+#: ../shortcuts/data/messages:23 ../showDesktop/data/messages:27
3999
+#: ../slider/data/messages:29 ../stack/data/messages:25
4000
+#: ../switcher/data/messages:23 ../systray/data/messages:23
4001
+#: ../template/data/messages:23 ../terminal/data/messages:23
4002
+#: ../tomboy/data/messages:33 ../weather/data/messages:31
4003
+#: ../weblets/data/messages:23 ../wifi/data/messages:29
4004
+msgid ""
4005
+"If locked, the desklet cannot be moved by simply dragging it with the left "
4006
+"mouse button. It can still be moved with ALT + left-click."
4007
+msgstr ""
4008
+
4009
+#: ../Clipper/data/messages:25 ../Composite-Manager/data/messages:21
4010
+#: ../Disks/data/messages:43 ../Doncky/data/messages:23
4011
+#: ../Folders/data/messages:37 ../GMenu/data/messages:25
4012
+#: ../Global-Menu/data/messages:19 ../Impulse/data/messages:23
4013
+#: ../MeMenu/data/messages:19 ../Messaging-Menu/data/messages:31
4014
+#: ../Network-Monitor/data/messages:33 ../RSSreader/data/messages:27
4015
+#: ../Recent-Events/data/messages:25 ../Status-Notifier/data/messages:35
4016
+#: ../System-Monitor/data/messages:31 ../Toons/data/messages:31
4017
+#: ../Xgamma/data/messages:27 ../alsaMixer/data/messages:33
4018
+#: ../clock/data/messages:33 ../dnd2share/data/messages:25
4019
+#: ../dustbin/data/messages:21 ../keyboard-indicator/data/messages:31
4020
+#: ../logout/data/messages:25 ../mail/data/messages:31
4021
+#: ../musicPlayer/data/messages:33 ../netspeed/data/messages:31
4022
+#: ../powermanager/data/messages:33 ../quick-browser/data/messages:27
4023
+#: ../shortcuts/data/messages:25 ../showDesktop/data/messages:29
4024
+#: ../slider/data/messages:31 ../stack/data/messages:27
4025
+#: ../switcher/data/messages:25 ../systray/data/messages:25
4026
+#: ../template/data/messages:25 ../terminal/data/messages:25
4027
+#: ../tomboy/data/messages:35 ../weather/data/messages:33
4028
+#: ../weblets/data/messages:25 ../wifi/data/messages:31
4029
+msgid "Lock position?"
4030
+msgstr ""
4031
+
4032
+#: ../Clipper/data/messages:27 ../Composite-Manager/data/messages:23
4033
+#: ../Disks/data/messages:21 ../Doncky/data/messages:25
4034
+#: ../Folders/data/messages:39 ../GMenu/data/messages:27
4035
+#: ../Global-Menu/data/messages:21 ../Impulse/data/messages:25
4036
+#: ../MeMenu/data/messages:21 ../Messaging-Menu/data/messages:33
4037
+#: ../Network-Monitor/data/messages:35 ../RSSreader/data/messages:29
4038
+#: ../Recent-Events/data/messages:27 ../Status-Notifier/data/messages:37
4039
+#: ../System-Monitor/data/messages:33 ../Toons/data/messages:33
4040
+#: ../Xgamma/data/messages:29 ../alsaMixer/data/messages:35
4041
+#: ../clock/data/messages:35 ../dnd2share/data/messages:27
4042
+#: ../dustbin/data/messages:23 ../keyboard-indicator/data/messages:33
4043
+#: ../logout/data/messages:27 ../mail/data/messages:33
4044
+#: ../musicPlayer/data/messages:35 ../netspeed/data/messages:33
4045
+#: ../powermanager/data/messages:35 ../quick-browser/data/messages:29
4046
+#: ../shortcuts/data/messages:27 ../showDesktop/data/messages:31
4047
+#: ../slider/data/messages:33 ../stack/data/messages:29
4048
+#: ../switcher/data/messages:27 ../template/data/messages:27
4049
+#: ../terminal/data/messages:27 ../tomboy/data/messages:37
4050
+#: ../weather/data/messages:35 ../weblets/data/messages:27
4051
+#: ../wifi/data/messages:33
4052
+msgid ""
4053
+"Depending on your WindowManager, you may be able to resize this with ALT + "
4054
+"middle-click or ALT + left-click."
4055
+msgstr ""
4056
+
4057
+#: ../Clipper/data/messages:29 ../Composite-Manager/data/messages:25
4058
+#: ../Disks/data/messages:23 ../Doncky/data/messages:27
4059
+#: ../Folders/data/messages:41 ../GMenu/data/messages:29
4060
+#: ../Global-Menu/data/messages:23 ../Impulse/data/messages:27
4061
+#: ../MeMenu/data/messages:23 ../Messaging-Menu/data/messages:35
4062
+#: ../Network-Monitor/data/messages:37 ../RSSreader/data/messages:31
4063
+#: ../Recent-Events/data/messages:29 ../Status-Notifier/data/messages:39
4064
+#: ../System-Monitor/data/messages:35 ../Toons/data/messages:35
4065
+#: ../Xgamma/data/messages:31 ../alsaMixer/data/messages:37
4066
+#: ../clock/data/messages:37 ../dnd2share/data/messages:29
4067
+#: ../dustbin/data/messages:25 ../keyboard-indicator/data/messages:35
4068
+#: ../logout/data/messages:29 ../mail/data/messages:35
4069
+#: ../musicPlayer/data/messages:37 ../netspeed/data/messages:35
4070
+#: ../powermanager/data/messages:37 ../quick-browser/data/messages:31
4071
+#: ../shortcuts/data/messages:29 ../showDesktop/data/messages:33
4072
+#: ../slider/data/messages:35 ../stack/data/messages:31
4073
+#: ../switcher/data/messages:29 ../template/data/messages:29
4074
+#: ../terminal/data/messages:29 ../tomboy/data/messages:39
4075
+#: ../weather/data/messages:37 ../weblets/data/messages:29
4076
+#: ../wifi/data/messages:35
4077
+msgid "Desklet dimensions (width x height):"
4078
+msgstr ""
4079
+
4080
+#: ../Clipper/data/messages:31 ../Disks/data/messages:45
4081
+#: ../Doncky/data/messages:29 ../Folders/data/messages:43
4082
+#: ../GMenu/data/messages:31 ../MeMenu/data/messages:25
4083
+#: ../Messaging-Menu/data/messages:37 ../Network-Monitor/data/messages:39
4084
+#: ../RSSreader/data/messages:33 ../System-Monitor/data/messages:37
4085
+#: ../Toons/data/messages:37 ../Xgamma/data/messages:33
4086
+#: ../dnd2share/data/messages:31 ../keyboard-indicator/data/messages:37
4087
+#: ../logout/data/messages:31 ../mail/data/messages:37
4088
+#: ../musicPlayer/data/messages:39 ../powermanager/data/messages:39
4089
+#: ../quick-browser/data/messages:33 ../shortcuts/data/messages:31
4090
+#: ../showDesktop/data/messages:35 ../slider/data/messages:37
4091
+#: ../stack/data/messages:33 ../terminal/data/messages:31
4092
+#: ../weather/data/messages:39 ../weblets/data/messages:31
4093
+#: ../wifi/data/messages:37
4094
+msgid ""
4095
+"Depending on your WindowManager, you may be able to move this with ALT + "
4096
+"left-click."
4097
+msgstr ""
4098
+
4099
+#: ../Clipper/data/messages:33 ../Composite-Manager/data/messages:29
4100
+#: ../Disks/data/messages:47 ../Doncky/data/messages:31
4101
+#: ../Folders/data/messages:45 ../GMenu/data/messages:33
4102
+#: ../Global-Menu/data/messages:27 ../Impulse/data/messages:31
4103
+#: ../MeMenu/data/messages:27 ../Messaging-Menu/data/messages:39
4104
+#: ../Network-Monitor/data/messages:41 ../RSSreader/data/messages:35
4105
+#: ../Recent-Events/data/messages:33 ../Status-Notifier/data/messages:43
4106
+#: ../System-Monitor/data/messages:39 ../Toons/data/messages:39
4107
+#: ../Xgamma/data/messages:35 ../alsaMixer/data/messages:41
4108
+#: ../clock/data/messages:41 ../dnd2share/data/messages:33
4109
+#: ../dustbin/data/messages:29 ../keyboard-indicator/data/messages:39
4110
+#: ../logout/data/messages:33 ../mail/data/messages:39
4111
+#: ../musicPlayer/data/messages:41 ../netspeed/data/messages:39
4112
+#: ../powermanager/data/messages:41 ../quick-browser/data/messages:35
4113
+#: ../shortcuts/data/messages:33 ../showDesktop/data/messages:37
4114
+#: ../slider/data/messages:39 ../stack/data/messages:35
4115
+#: ../switcher/data/messages:31 ../systray/data/messages:29
4116
+#: ../template/data/messages:33 ../terminal/data/messages:33
4117
+#: ../tomboy/data/messages:43 ../weather/data/messages:41
4118
+#: ../weblets/data/messages:33 ../wifi/data/messages:39
4119
+msgid "Desklet position (x, y):"
4120
+msgstr ""
4121
+
4122
+#: ../Clipper/data/messages:35 ../Composite-Manager/data/messages:31
4123
+#: ../Disks/data/messages:49 ../Doncky/data/messages:33
4124
+#: ../Folders/data/messages:47 ../GMenu/data/messages:35
4125
+#: ../Global-Menu/data/messages:29 ../Impulse/data/messages:33
4126
+#: ../MeMenu/data/messages:29 ../Messaging-Menu/data/messages:41
4127
+#: ../Network-Monitor/data/messages:43 ../RSSreader/data/messages:37
4128
+#: ../Recent-Events/data/messages:35 ../Status-Notifier/data/messages:45
4129
+#: ../System-Monitor/data/messages:41 ../Toons/data/messages:41
4130
+#: ../Xgamma/data/messages:37 ../alsaMixer/data/messages:43
4131
+#: ../clock/data/messages:43 ../dustbin/data/messages:31
4132
+#: ../keyboard-indicator/data/messages:41 ../logout/data/messages:35
4133
+#: ../mail/data/messages:41 ../musicPlayer/data/messages:43
4134
+#: ../netspeed/data/messages:41 ../powermanager/data/messages:43
4135
+#: ../quick-browser/data/messages:37 ../shortcuts/data/messages:35
4136
+#: ../showDesktop/data/messages:39 ../slider/data/messages:41
4137
+#: ../stack/data/messages:37 ../template/data/messages:35
4138
+#: ../terminal/data/messages:35 ../tomboy/data/messages:45
4139
+#: ../weather/data/messages:43 ../weblets/data/messages:35
4140
+#: ../wifi/data/messages:41
4141
+msgid ""
4142
+"You can quickly rotate the desklet with the mouse, by dragging the little "
4143
+"buttons on its left and top sides."
4144
+msgstr ""
4145
+
4146
+#: ../Clipper/data/messages:37 ../Composite-Manager/data/messages:33
4147
+#: ../Disks/data/messages:51 ../Doncky/data/messages:35
4148
+#: ../Folders/data/messages:49 ../GMenu/data/messages:37
4149
+#: ../Global-Menu/data/messages:31 ../Impulse/data/messages:35
4150
+#: ../MeMenu/data/messages:31 ../Messaging-Menu/data/messages:43
4151
+#: ../Network-Monitor/data/messages:45 ../RSSreader/data/messages:39
4152
+#: ../Recent-Events/data/messages:37 ../Status-Notifier/data/messages:47
4153
+#: ../System-Monitor/data/messages:43 ../Toons/data/messages:43
4154
+#: ../Xgamma/data/messages:39 ../alsaMixer/data/messages:45
4155
+#: ../clock/data/messages:45 ../dustbin/data/messages:33
4156
+#: ../keyboard-indicator/data/messages:43 ../logout/data/messages:37
4157
+#: ../mail/data/messages:43 ../musicPlayer/data/messages:45
4158
+#: ../netspeed/data/messages:43 ../powermanager/data/messages:45
4159
+#: ../quick-browser/data/messages:39 ../shortcuts/data/messages:37
4160
+#: ../showDesktop/data/messages:41 ../slider/data/messages:43
4161
+#: ../stack/data/messages:39 ../template/data/messages:37
4162
+#: ../terminal/data/messages:37 ../tomboy/data/messages:47
4163
+#: ../weather/data/messages:45 ../weblets/data/messages:37
4164
+#: ../wifi/data/messages:43
4165
+msgid "Rotation:"
4166
+msgstr ""
4167
+
4168
+#: ../Clipper/data/messages:39 ../Composite-Manager/data/messages:35
4169
+#: ../Doncky/data/messages:37 ../Folders/data/messages:51
4170
+#: ../GMenu/data/messages:39 ../Global-Menu/data/messages:33
4171
+#: ../Impulse/data/messages:37 ../MeMenu/data/messages:33
4172
+#: ../Messaging-Menu/data/messages:45 ../Network-Monitor/data/messages:47
4173
+#: ../RSSreader/data/messages:41 ../Recent-Events/data/messages:39
4174
+#: ../Status-Notifier/data/messages:49 ../System-Monitor/data/messages:45
4175
+#: ../Toons/data/messages:45 ../Xgamma/data/messages:41
4176
+#: ../alsaMixer/data/messages:47 ../clock/data/messages:47
4177
+#: ../dnd2share/data/messages:35 ../dustbin/data/messages:35
4178
+#: ../keyboard-indicator/data/messages:45 ../logout/data/messages:39
4179
+#: ../mail/data/messages:45 ../musicPlayer/data/messages:47
4180
+#: ../netspeed/data/messages:45 ../powermanager/data/messages:47
4181
+#: ../quick-browser/data/messages:41 ../shortcuts/data/messages:39
4182
+#: ../showDesktop/data/messages:43 ../slider/data/messages:45
4183
+#: ../stack/data/messages:41 ../switcher/data/messages:33
4184
+#: ../systray/data/messages:31 ../template/data/messages:39
4185
+#: ../terminal/data/messages:39 ../tomboy/data/messages:49
4186
+#: ../weather/data/messages:47 ../weblets/data/messages:39
4187
+#: ../wifi/data/messages:45
4188
+msgid "Visibility"
4189
+msgstr ""
4190
+
4191
+#: ../Clipper/data/messages:41 ../Composite-Manager/data/messages:37
4192
+#: ../Disks/data/messages:19 ../Doncky/data/messages:39
4193
+#: ../Folders/data/messages:53 ../GMenu/data/messages:41
4194
+#: ../Global-Menu/data/messages:35 ../Impulse/data/messages:39
4195
+#: ../MeMenu/data/messages:35 ../Messaging-Menu/data/messages:47
4196
+#: ../Network-Monitor/data/messages:49 ../RSSreader/data/messages:43
4197
+#: ../Recent-Events/data/messages:41 ../Scooby-Do/data/messages:25
4198
+#: ../Status-Notifier/data/messages:51 ../System-Monitor/data/messages:47
4199
+#: ../Toons/data/messages:47 ../Xgamma/data/messages:43
4200
+#: ../alsaMixer/data/messages:49 ../clock/data/messages:49
4201
+#: ../dnd2share/data/messages:37 ../dustbin/data/messages:37
4202
+#: ../keyboard-indicator/data/messages:47 ../logout/data/messages:41
4203
+#: ../mail/data/messages:47 ../musicPlayer/data/messages:49
4204
+#: ../netspeed/data/messages:47 ../powermanager/data/messages:49
4205
+#: ../quick-browser/data/messages:43 ../shortcuts/data/messages:41
4206
+#: ../showDesktop/data/messages:45 ../slider/data/messages:47
4207
+#: ../stack/data/messages:43 ../switcher/data/messages:35
4208
+#: ../systray/data/messages:33 ../template/data/messages:41
4209
+#: ../terminal/data/messages:41 ../tomboy/data/messages:51
4210
+#: ../weather/data/messages:49 ../weblets/data/messages:41
4211
+#: ../wifi/data/messages:47
4212
+msgid "Is detached from the dock"
4213
+msgstr ""
4214
+
4215
+#: ../Clipper/data/messages:43 ../Composite-Manager/data/messages:39
4216
+#: ../Disks/data/messages:25 ../Doncky/data/messages:41
4217
+#: ../Folders/data/messages:55 ../GMenu/data/messages:43
4218
+#: ../Global-Menu/data/messages:37 ../Impulse/data/messages:41
4219
+#: ../MeMenu/data/messages:37 ../Messaging-Menu/data/messages:49
4220
+#: ../Network-Monitor/data/messages:51 ../RSSreader/data/messages:45
4221
+#: ../Recent-Events/data/messages:43 ../Status-Notifier/data/messages:53
4222
+#: ../System-Monitor/data/messages:49 ../Toons/data/messages:49
4223
+#: ../Xgamma/data/messages:45 ../alsaMixer/data/messages:51
4224
+#: ../clock/data/messages:51 ../dnd2share/data/messages:39
4225
+#: ../dustbin/data/messages:39 ../keyboard-indicator/data/messages:49
4226
+#: ../logout/data/messages:43 ../mail/data/messages:49
4227
+#: ../musicPlayer/data/messages:51 ../netspeed/data/messages:49
4228
+#: ../powermanager/data/messages:51 ../quick-browser/data/messages:45
4229
+#: ../shortcuts/data/messages:43 ../showDesktop/data/messages:47
4230
+#: ../slider/data/messages:49 ../stack/data/messages:45
4231
+#: ../switcher/data/messages:37 ../systray/data/messages:35
4232
+#: ../template/data/messages:43 ../terminal/data/messages:43
4233
+#: ../tomboy/data/messages:53 ../weather/data/messages:51
4234
+#: ../weblets/data/messages:43 ../wifi/data/messages:49
4235
+msgid "Visibility:"
4236
+msgstr ""
4237
+
4238
+#: ../Clipper/data/messages:47 ../Composite-Manager/data/messages:43
4239
+#: ../Disks/data/messages:29 ../Doncky/data/messages:45
4240
+#: ../Folders/data/messages:59 ../GMenu/data/messages:47
4241
+#: ../Global-Menu/data/messages:41 ../Impulse/data/messages:45
4242
+#: ../MeMenu/data/messages:41 ../Messaging-Menu/data/messages:53
4243
+#: ../Network-Monitor/data/messages:55 ../RSSreader/data/messages:49
4244
+#: ../Recent-Events/data/messages:47 ../Status-Notifier/data/messages:57
4245
+#: ../System-Monitor/data/messages:53 ../Toons/data/messages:53
4246
+#: ../Xgamma/data/messages:49 ../alsaMixer/data/messages:55
4247
+#: ../clock/data/messages:55 ../dnd2share/data/messages:43
4248
+#: ../dustbin/data/messages:43 ../keyboard-indicator/data/messages:53
4249
+#: ../logout/data/messages:47 ../mail/data/messages:53
4250
+#: ../musicPlayer/data/messages:55 ../netspeed/data/messages:53
4251
+#: ../powermanager/data/messages:55 ../quick-browser/data/messages:49
4252
+#: ../shortcuts/data/messages:47 ../showDesktop/data/messages:51
4253
+#: ../slider/data/messages:53 ../stack/data/messages:49
4254
+#: ../switcher/data/messages:41 ../systray/data/messages:39
4255
+#: ../template/data/messages:47 ../terminal/data/messages:47
4256
+#: ../tomboy/data/messages:57 ../weather/data/messages:55
4257
+#: ../weblets/data/messages:47 ../wifi/data/messages:53
4258
+msgid "Keep above"
4259
+msgstr ""
4260
+
4261
+#: ../Clipper/data/messages:49 ../Composite-Manager/data/messages:45
4262
+#: ../Disks/data/messages:31 ../Doncky/data/messages:47
4263
+#: ../Folders/data/messages:61 ../GMenu/data/messages:49
4264
+#: ../Global-Menu/data/messages:43 ../Impulse/data/messages:47
4265
+#: ../MeMenu/data/messages:43 ../Messaging-Menu/data/messages:55
4266
+#: ../Network-Monitor/data/messages:57 ../RSSreader/data/messages:51
4267
+#: ../Recent-Events/data/messages:49 ../Status-Notifier/data/messages:59
4268
+#: ../System-Monitor/data/messages:55 ../Toons/data/messages:55
4269
+#: ../Xgamma/data/messages:51 ../alsaMixer/data/messages:57
4270
+#: ../clock/data/messages:57 ../dnd2share/data/messages:45
4271
+#: ../dustbin/data/messages:45 ../keyboard-indicator/data/messages:55
4272
+#: ../logout/data/messages:49 ../mail/data/messages:55
4273
+#: ../musicPlayer/data/messages:57 ../netspeed/data/messages:55
4274
+#: ../powermanager/data/messages:57 ../quick-browser/data/messages:51
4275
+#: ../shortcuts/data/messages:49 ../showDesktop/data/messages:53
4276
+#: ../slider/data/messages:55 ../stack/data/messages:51
4277
+#: ../switcher/data/messages:43 ../systray/data/messages:41
4278
+#: ../template/data/messages:49 ../terminal/data/messages:49
4279
+#: ../tomboy/data/messages:59 ../weather/data/messages:57
4280
+#: ../weblets/data/messages:49 ../wifi/data/messages:55
4281
+msgid "Keep below"
4282
+msgstr ""
4283
+
4284
+#: ../Clipper/data/messages:51 ../Composite-Manager/data/messages:47
4285
+#: ../Disks/data/messages:33 ../Doncky/data/messages:49
4286
+#: ../Folders/data/messages:63 ../GMenu/data/messages:51
4287
+#: ../Global-Menu/data/messages:45 ../Impulse/data/messages:49
4288
+#: ../MeMenu/data/messages:45 ../Messaging-Menu/data/messages:57
4289
+#: ../Network-Monitor/data/messages:59 ../RSSreader/data/messages:53
4290
+#: ../Recent-Events/data/messages:51 ../Status-Notifier/data/messages:61
4291
+#: ../System-Monitor/data/messages:57 ../Toons/data/messages:57
4292
+#: ../Xgamma/data/messages:53 ../alsaMixer/data/messages:59
4293
+#: ../clock/data/messages:59 ../dnd2share/data/messages:47
4294
+#: ../dustbin/data/messages:47 ../keyboard-indicator/data/messages:57
4295
+#: ../logout/data/messages:51 ../mail/data/messages:57
4296
+#: ../musicPlayer/data/messages:59 ../netspeed/data/messages:57
4297
+#: ../powermanager/data/messages:59 ../quick-browser/data/messages:53
4298
+#: ../shortcuts/data/messages:51 ../showDesktop/data/messages:55
4299
+#: ../slider/data/messages:57 ../stack/data/messages:53
4300
+#: ../switcher/data/messages:45 ../systray/data/messages:43
4301
+#: ../template/data/messages:51 ../terminal/data/messages:51
4302
+#: ../tomboy/data/messages:61 ../weather/data/messages:59
4303
+#: ../weblets/data/messages:51 ../wifi/data/messages:57
4304
+msgid "Keep on widget layer"
4305
+msgstr ""
4306
+
4307
+#: ../Clipper/data/messages:53 ../Composite-Manager/data/messages:49
4308
+#: ../Disks/data/messages:35 ../Doncky/data/messages:51
4309
+#: ../Folders/data/messages:65 ../GMenu/data/messages:53
4310
+#: ../Global-Menu/data/messages:47 ../Impulse/data/messages:51
4311
+#: ../MeMenu/data/messages:47 ../Messaging-Menu/data/messages:59
4312
+#: ../Network-Monitor/data/messages:61 ../RSSreader/data/messages:55
4313
+#: ../Recent-Events/data/messages:53 ../Status-Notifier/data/messages:63
4314
+#: ../System-Monitor/data/messages:59 ../Toons/data/messages:59
4315
+#: ../Xgamma/data/messages:55 ../alsaMixer/data/messages:61
4316
+#: ../clock/data/messages:61 ../dnd2share/data/messages:49
4317
+#: ../dustbin/data/messages:49 ../keyboard-indicator/data/messages:59
4318
+#: ../logout/data/messages:53 ../mail/data/messages:59
4319
+#: ../musicPlayer/data/messages:61 ../netspeed/data/messages:59
4320
+#: ../powermanager/data/messages:61 ../quick-browser/data/messages:55
4321
+#: ../shortcuts/data/messages:53 ../showDesktop/data/messages:57
4322
+#: ../slider/data/messages:59 ../stack/data/messages:55
4323
+#: ../switcher/data/messages:47 ../systray/data/messages:45
4324
+#: ../template/data/messages:53 ../terminal/data/messages:53
4325
+#: ../tomboy/data/messages:63 ../weather/data/messages:61
4326
+#: ../weblets/data/messages:53 ../wifi/data/messages:59
4327
+msgid "Reserve space"
4328
+msgstr ""
4329
+
4330
+#: ../Clipper/data/messages:55 ../Composite-Manager/data/messages:51
4331
+#: ../Disks/data/messages:37 ../Doncky/data/messages:53
4332
+#: ../Folders/data/messages:67 ../GMenu/data/messages:55
4333
+#: ../Global-Menu/data/messages:49 ../Impulse/data/messages:53
4334
+#: ../MeMenu/data/messages:49 ../Messaging-Menu/data/messages:61
4335
+#: ../Network-Monitor/data/messages:63 ../RSSreader/data/messages:57
4336
+#: ../Recent-Events/data/messages:55 ../Status-Notifier/data/messages:65
4337
+#: ../System-Monitor/data/messages:61 ../Toons/data/messages:61
4338
+#: ../Xgamma/data/messages:57 ../alsaMixer/data/messages:63
4339
+#: ../clock/data/messages:63 ../dnd2share/data/messages:51
4340
+#: ../dustbin/data/messages:51 ../keyboard-indicator/data/messages:61
4341
+#: ../logout/data/messages:55 ../mail/data/messages:61
4342
+#: ../musicPlayer/data/messages:63 ../netspeed/data/messages:61
4343
+#: ../powermanager/data/messages:63 ../quick-browser/data/messages:57
4344
+#: ../shortcuts/data/messages:55 ../showDesktop/data/messages:59
4345
+#: ../slider/data/messages:61 ../stack/data/messages:57
4346
+#: ../switcher/data/messages:49 ../systray/data/messages:47
4347
+#: ../template/data/messages:55 ../terminal/data/messages:55
4348
+#: ../tomboy/data/messages:65 ../weather/data/messages:63
4349
+#: ../weblets/data/messages:55 ../wifi/data/messages:61
4350
+msgid "Should be visible on all desktops?"
4351
+msgstr ""
4352
+
4353
+#: ../Clipper/data/messages:57 ../Composite-Manager/data/messages:53
4354
+#: ../Disks/data/messages:53 ../Doncky/data/messages:55
4355
+#: ../Folders/data/messages:69 ../GMenu/data/messages:57
4356
+#: ../Global-Menu/data/messages:51 ../Impulse/data/messages:55
4357
+#: ../MeMenu/data/messages:51 ../Messaging-Menu/data/messages:63
4358
+#: ../Network-Monitor/data/messages:65 ../RSSreader/data/messages:59
4359
+#: ../Recent-Events/data/messages:57 ../Status-Notifier/data/messages:67
4360
+#: ../System-Monitor/data/messages:63 ../Toons/data/messages:63
4361
+#: ../Xgamma/data/messages:59 ../alsaMixer/data/messages:65
4362
+#: ../clock/data/messages:65 ../dnd2share/data/messages:53
4363
+#: ../dustbin/data/messages:53 ../keyboard-indicator/data/messages:63
4364
+#: ../logout/data/messages:57 ../mail/data/messages:63
4365
+#: ../musicPlayer/data/messages:65 ../netspeed/data/messages:63
4366
+#: ../powermanager/data/messages:65 ../quick-browser/data/messages:59
4367
+#: ../shortcuts/data/messages:57 ../showDesktop/data/messages:61
4368
+#: ../slider/data/messages:63 ../stack/data/messages:59
4369
+#: ../switcher/data/messages:51 ../systray/data/messages:49
4370
+#: ../template/data/messages:57 ../terminal/data/messages:57
4371
+#: ../tomboy/data/messages:67 ../weather/data/messages:65
4372
+#: ../weblets/data/messages:57 ../wifi/data/messages:63
4373
+msgid "Decorations"
4374
+msgstr ""
4375
+
4376
+#: ../Clipper/data/messages:59 ../Composite-Manager/data/messages:55
4377
+#: ../Disks/data/messages:55 ../Doncky/data/messages:57
4378
+#: ../Folders/data/messages:71 ../GMenu/data/messages:59
4379
+#: ../Global-Menu/data/messages:53 ../Impulse/data/messages:57
4380
+#: ../MeMenu/data/messages:53 ../Messaging-Menu/data/messages:65
4381
+#: ../Network-Monitor/data/messages:67 ../RSSreader/data/messages:61
4382
+#: ../Recent-Events/data/messages:59 ../Status-Notifier/data/messages:69
4383
+#: ../System-Monitor/data/messages:65 ../Toons/data/messages:65
4384
+#: ../Xgamma/data/messages:61 ../alsaMixer/data/messages:67
4385
+#: ../clock/data/messages:67 ../dnd2share/data/messages:55
4386
+#: ../dustbin/data/messages:55 ../keyboard-indicator/data/messages:65
4387
+#: ../logout/data/messages:59 ../mail/data/messages:65
4388
+#: ../musicPlayer/data/messages:67 ../netspeed/data/messages:65
4389
+#: ../powermanager/data/messages:67 ../quick-browser/data/messages:61
4390
+#: ../shortcuts/data/messages:59 ../showDesktop/data/messages:63
4391
+#: ../slider/data/messages:65 ../stack/data/messages:61
4392
+#: ../switcher/data/messages:53 ../systray/data/messages:51
4393
+#: ../template/data/messages:59 ../terminal/data/messages:59
4394
+#: ../tomboy/data/messages:69 ../weather/data/messages:67
4395
+#: ../weblets/data/messages:59 ../wifi/data/messages:65
4396
+msgid "Choose 'Custom decorations' to define your own decorations below."
4397
+msgstr ""
4398
+
4399
+#: ../Clipper/data/messages:61 ../Composite-Manager/data/messages:57
4400
+#: ../Disks/data/messages:57 ../Doncky/data/messages:59
4401
+#: ../Folders/data/messages:73 ../GMenu/data/messages:61
4402
+#: ../Global-Menu/data/messages:55 ../Impulse/data/messages:59
4403
+#: ../MeMenu/data/messages:55 ../Messaging-Menu/data/messages:67
4404
+#: ../Network-Monitor/data/messages:69 ../RSSreader/data/messages:63
4405
+#: ../Recent-Events/data/messages:61 ../Status-Notifier/data/messages:71
4406
+#: ../System-Monitor/data/messages:67 ../Toons/data/messages:67
4407
+#: ../Xgamma/data/messages:63 ../alsaMixer/data/messages:69
4408
+#: ../clock/data/messages:69 ../dnd2share/data/messages:57
4409
+#: ../dustbin/data/messages:57 ../keyboard-indicator/data/messages:67
4410
+#: ../logout/data/messages:61 ../mail/data/messages:67
4411
+#: ../musicPlayer/data/messages:69 ../netspeed/data/messages:67
4412
+#: ../powermanager/data/messages:69 ../quick-browser/data/messages:63
4413
+#: ../shortcuts/data/messages:61 ../showDesktop/data/messages:65
4414
+#: ../slider/data/messages:67 ../stack/data/messages:63
4415
+#: ../switcher/data/messages:55 ../systray/data/messages:53
4416
+#: ../template/data/messages:61 ../terminal/data/messages:61
4417
+#: ../tomboy/data/messages:71 ../weather/data/messages:69
4418
+#: ../weblets/data/messages:61 ../wifi/data/messages:67
4419
+msgid "Choose a decoration theme for this desklet:"
4420
+msgstr ""
4421
+
4422
+#: ../Clipper/data/messages:63 ../Composite-Manager/data/messages:59
4423
+#: ../Disks/data/messages:59 ../Doncky/data/messages:61
4424
+#: ../Folders/data/messages:75 ../GMenu/data/messages:63
4425
+#: ../Global-Menu/data/messages:57 ../Impulse/data/messages:61
4426
+#: ../MeMenu/data/messages:57 ../Messaging-Menu/data/messages:69
4427
+#: ../Network-Monitor/data/messages:71 ../RSSreader/data/messages:65
4428
+#: ../Recent-Events/data/messages:63 ../Status-Notifier/data/messages:73
4429
+#: ../System-Monitor/data/messages:69 ../Toons/data/messages:69
4430
+#: ../Xgamma/data/messages:65 ../alsaMixer/data/messages:71
4431
+#: ../clock/data/messages:71 ../dnd2share/data/messages:59
4432
+#: ../dustbin/data/messages:59 ../keyboard-indicator/data/messages:69
4433
+#: ../logout/data/messages:63 ../mail/data/messages:69
4434
+#: ../musicPlayer/data/messages:71 ../netspeed/data/messages:69
4435
+#: ../powermanager/data/messages:71 ../quick-browser/data/messages:65
4436
+#: ../shortcuts/data/messages:63 ../showDesktop/data/messages:67
4437
+#: ../slider/data/messages:69 ../stack/data/messages:65
4438
+#: ../switcher/data/messages:57 ../systray/data/messages:55
4439
+#: ../template/data/messages:63 ../terminal/data/messages:63
4440
+#: ../tomboy/data/messages:73 ../weather/data/messages:71
4441
+#: ../weblets/data/messages:63 ../wifi/data/messages:69
4442
+msgid ""
4443
+"Image to be displayed below drawings, e.g. a frame. Leave empty for no image."
4444
+msgstr ""
4445
+
4446
+#: ../Clipper/data/messages:65 ../Composite-Manager/data/messages:61
4447
+#: ../Disks/data/messages:61 ../Doncky/data/messages:63
4448
+#: ../Folders/data/messages:77 ../GMenu/data/messages:65
4449
+#: ../Global-Menu/data/messages:59 ../Impulse/data/messages:63
4450
+#: ../MeMenu/data/messages:59 ../Messaging-Menu/data/messages:71
4451
+#: ../Network-Monitor/data/messages:73 ../RSSreader/data/messages:67
4452
+#: ../Recent-Events/data/messages:65 ../Status-Notifier/data/messages:75
4453
+#: ../System-Monitor/data/messages:71 ../Toons/data/messages:71
4454
+#: ../Xgamma/data/messages:67 ../alsaMixer/data/messages:73
4455
+#: ../clock/data/messages:73 ../clock/data/messages:167
4456
+#: ../dnd2share/data/messages:61 ../dustbin/data/messages:61
4457
+#: ../keyboard-indicator/data/messages:71
4458
+#: ../keyboard-indicator/data/messages:125 ../logout/data/messages:65
4459
+#: ../mail/data/messages:71 ../musicPlayer/data/messages:73
4460
+#: ../netspeed/data/messages:71 ../powermanager/data/messages:73
4461
+#: ../quick-browser/data/messages:67 ../shortcuts/data/messages:65
4462
+#: ../showDesktop/data/messages:69 ../slider/data/messages:71
4463
+#: ../stack/data/messages:67 ../switcher/data/messages:59
4464
+#: ../systray/data/messages:57 ../template/data/messages:65
4465
+#: ../terminal/data/messages:65 ../tomboy/data/messages:75
4466
+#: ../weather/data/messages:73 ../weblets/data/messages:65
4467
+#: ../wifi/data/messages:71
4468
+msgid "Background image:"
4469
+msgstr ""
4470
+
4471
+#: ../Clipper/data/messages:67 ../Composite-Manager/data/messages:63
4472
+#: ../Disks/data/messages:63 ../Doncky/data/messages:65
4473
+#: ../Folders/data/messages:79 ../GMenu/data/messages:67
4474
+#: ../Global-Menu/data/messages:61 ../Impulse/data/messages:65
4475
+#: ../MeMenu/data/messages:61 ../Messaging-Menu/data/messages:73
4476
+#: ../Network-Monitor/data/messages:75 ../RSSreader/data/messages:69
4477
+#: ../Recent-Events/data/messages:67 ../Status-Notifier/data/messages:77
4478
+#: ../System-Monitor/data/messages:73 ../Toons/data/messages:73
4479
+#: ../Xgamma/data/messages:69 ../alsaMixer/data/messages:75
4480
+#: ../clock/data/messages:75 ../dnd2share/data/messages:63
4481
+#: ../dustbin/data/messages:63 ../keyboard-indicator/data/messages:73
4482
+#: ../logout/data/messages:67 ../mail/data/messages:73
4483
+#: ../musicPlayer/data/messages:75 ../netspeed/data/messages:73
4484
+#: ../powermanager/data/messages:75 ../quick-browser/data/messages:69
4485
+#: ../shortcuts/data/messages:67 ../showDesktop/data/messages:71
4486
+#: ../slider/data/messages:73 ../stack/data/messages:69
4487
+#: ../switcher/data/messages:61 ../systray/data/messages:59
4488
+#: ../template/data/messages:67 ../terminal/data/messages:67
4489
+#: ../tomboy/data/messages:77 ../weather/data/messages:75
4490
+#: ../weblets/data/messages:67 ../wifi/data/messages:73
4491
+msgid "Background transparency:"
4492
+msgstr ""
4493
+
4494
+#: ../Clipper/data/messages:69 ../Composite-Manager/data/messages:65
4495
+#: ../Disks/data/messages:71 ../Doncky/data/messages:67
4496
+#: ../Folders/data/messages:81 ../GMenu/data/messages:69
4497
+#: ../Global-Menu/data/messages:63 ../Impulse/data/messages:67
4498
+#: ../MeMenu/data/messages:63 ../Messaging-Menu/data/messages:75
4499
+#: ../Network-Monitor/data/messages:77 ../RSSreader/data/messages:71
4500
+#: ../Recent-Events/data/messages:69 ../Status-Notifier/data/messages:79
4501
+#: ../System-Monitor/data/messages:75 ../Toons/data/messages:75
4502
+#: ../Xgamma/data/messages:71 ../alsaMixer/data/messages:77
4503
+#: ../clock/data/messages:77 ../dnd2share/data/messages:65
4504
+#: ../dustbin/data/messages:65 ../keyboard-indicator/data/messages:75
4505
+#: ../logout/data/messages:69 ../mail/data/messages:75
4506
+#: ../musicPlayer/data/messages:77 ../netspeed/data/messages:75
4507
+#: ../powermanager/data/messages:77 ../quick-browser/data/messages:71
4508
+#: ../shortcuts/data/messages:69 ../showDesktop/data/messages:73
4509
+#: ../slider/data/messages:75 ../stack/data/messages:71
4510
+#: ../switcher/data/messages:63 ../systray/data/messages:61
4511
+#: ../template/data/messages:69 ../terminal/data/messages:69
4512
+#: ../tomboy/data/messages:79 ../weather/data/messages:77
4513
+#: ../weblets/data/messages:69 ../wifi/data/messages:75
4514
+msgid "in pixels. Use this to adjust the left position of drawings."
4515
+msgstr ""
4516
+
4517
+#: ../Clipper/data/messages:71 ../Composite-Manager/data/messages:67
4518
+#: ../Disks/data/messages:73 ../Doncky/data/messages:69
4519
+#: ../Folders/data/messages:83 ../GMenu/data/messages:71
4520
+#: ../Global-Menu/data/messages:65 ../Impulse/data/messages:69
4521
+#: ../MeMenu/data/messages:65 ../Messaging-Menu/data/messages:77
4522
+#: ../Network-Monitor/data/messages:79 ../RSSreader/data/messages:73
4523
+#: ../Recent-Events/data/messages:71 ../Status-Notifier/data/messages:81
4524
+#: ../System-Monitor/data/messages:77 ../Toons/data/messages:77
4525
+#: ../Xgamma/data/messages:73 ../alsaMixer/data/messages:79
4526
+#: ../clock/data/messages:79 ../dnd2share/data/messages:67
4527
+#: ../dustbin/data/messages:67 ../keyboard-indicator/data/messages:77
4528
+#: ../logout/data/messages:71 ../mail/data/messages:77
4529
+#: ../musicPlayer/data/messages:79 ../netspeed/data/messages:77
4530
+#: ../powermanager/data/messages:79 ../quick-browser/data/messages:73
4531
+#: ../shortcuts/data/messages:71 ../showDesktop/data/messages:75
4532
+#: ../slider/data/messages:77 ../stack/data/messages:73
4533
+#: ../switcher/data/messages:65 ../systray/data/messages:63
4534
+#: ../template/data/messages:71 ../terminal/data/messages:71
4535
+#: ../tomboy/data/messages:81 ../weather/data/messages:79
4536
+#: ../weblets/data/messages:71 ../wifi/data/messages:77
4537
+msgid "Left offset:"
4538
+msgstr ""
4539
+
4540
+#: ../Clipper/data/messages:73 ../Composite-Manager/data/messages:69
4541
+#: ../Disks/data/messages:75 ../Doncky/data/messages:71
4542
+#: ../Folders/data/messages:85 ../GMenu/data/messages:73
4543
+#: ../Global-Menu/data/messages:67 ../Impulse/data/messages:71
4544
+#: ../MeMenu/data/messages:67 ../Messaging-Menu/data/messages:79
4545
+#: ../Network-Monitor/data/messages:81 ../RSSreader/data/messages:75
4546
+#: ../Recent-Events/data/messages:73 ../Status-Notifier/data/messages:83
4547
+#: ../System-Monitor/data/messages:79 ../Toons/data/messages:79
4548
+#: ../Xgamma/data/messages:75 ../alsaMixer/data/messages:81
4549
+#: ../clock/data/messages:81 ../dnd2share/data/messages:69
4550
+#: ../dustbin/data/messages:69 ../keyboard-indicator/data/messages:79
4551
+#: ../logout/data/messages:73 ../mail/data/messages:79
4552
+#: ../musicPlayer/data/messages:81 ../netspeed/data/messages:79
4553
+#: ../powermanager/data/messages:81 ../quick-browser/data/messages:75
4554
+#: ../shortcuts/data/messages:73 ../showDesktop/data/messages:77
4555
+#: ../slider/data/messages:79 ../stack/data/messages:75
4556
+#: ../switcher/data/messages:67 ../systray/data/messages:65
4557
+#: ../template/data/messages:73 ../terminal/data/messages:73
4558
+#: ../tomboy/data/messages:83 ../weather/data/messages:81
4559
+#: ../weblets/data/messages:73 ../wifi/data/messages:79
4560
+msgid "in pixels. Use this to adjust the top position of drawings."
4561
+msgstr ""
4562
+
4563
+#: ../Clipper/data/messages:75 ../Composite-Manager/data/messages:71
4564
+#: ../Disks/data/messages:77 ../Doncky/data/messages:73
4565
+#: ../Folders/data/messages:87 ../GMenu/data/messages:75
4566
+#: ../Global-Menu/data/messages:69 ../Impulse/data/messages:73
4567
+#: ../MeMenu/data/messages:69 ../Messaging-Menu/data/messages:81
4568
+#: ../Network-Monitor/data/messages:83 ../RSSreader/data/messages:77
4569
+#: ../Recent-Events/data/messages:75 ../Status-Notifier/data/messages:85
4570
+#: ../System-Monitor/data/messages:81 ../Toons/data/messages:81
4571
+#: ../Xgamma/data/messages:77 ../alsaMixer/data/messages:83
4572
+#: ../clock/data/messages:83 ../dnd2share/data/messages:71
4573
+#: ../dustbin/data/messages:71 ../keyboard-indicator/data/messages:81
4574
+#: ../logout/data/messages:75 ../mail/data/messages:81
4575
+#: ../musicPlayer/data/messages:83 ../netspeed/data/messages:81
4576
+#: ../powermanager/data/messages:83 ../quick-browser/data/messages:77
4577
+#: ../shortcuts/data/messages:75 ../showDesktop/data/messages:79
4578
+#: ../slider/data/messages:81 ../stack/data/messages:77
4579
+#: ../switcher/data/messages:69 ../systray/data/messages:67
4580
+#: ../template/data/messages:75 ../terminal/data/messages:75
4581
+#: ../tomboy/data/messages:85 ../weather/data/messages:83
4582
+#: ../weblets/data/messages:75 ../wifi/data/messages:81
4583
+msgid "Top offset:"
4584
+msgstr ""
4585
+
4586
+#: ../Clipper/data/messages:77 ../Composite-Manager/data/messages:73
4587
+#: ../Disks/data/messages:79 ../Doncky/data/messages:75
4588
+#: ../Folders/data/messages:89 ../GMenu/data/messages:77
4589
+#: ../Global-Menu/data/messages:71 ../Impulse/data/messages:75
4590
+#: ../MeMenu/data/messages:71 ../Messaging-Menu/data/messages:83
4591
+#: ../Network-Monitor/data/messages:85 ../RSSreader/data/messages:79
4592
+#: ../Recent-Events/data/messages:77 ../Status-Notifier/data/messages:87
4593
+#: ../System-Monitor/data/messages:83 ../Toons/data/messages:83
4594
+#: ../Xgamma/data/messages:79 ../alsaMixer/data/messages:85
4595
+#: ../clock/data/messages:85 ../dnd2share/data/messages:73
4596
+#: ../dustbin/data/messages:73 ../keyboard-indicator/data/messages:83
4597
+#: ../logout/data/messages:77 ../mail/data/messages:83
4598
+#: ../musicPlayer/data/messages:85 ../netspeed/data/messages:83
4599
+#: ../powermanager/data/messages:85 ../quick-browser/data/messages:79
4600
+#: ../shortcuts/data/messages:77 ../showDesktop/data/messages:81
4601
+#: ../slider/data/messages:83 ../stack/data/messages:79
4602
+#: ../switcher/data/messages:71 ../systray/data/messages:69
4603
+#: ../template/data/messages:77 ../terminal/data/messages:77
4604
+#: ../tomboy/data/messages:87 ../weather/data/messages:85
4605
+#: ../weblets/data/messages:77 ../wifi/data/messages:83
4606
+msgid "in pixels. Use this to adjust the right position of drawings."
4607
+msgstr ""
4608
+
4609
+#: ../Clipper/data/messages:79 ../Composite-Manager/data/messages:75
4610
+#: ../Disks/data/messages:81 ../Doncky/data/messages:77
4611
+#: ../Folders/data/messages:91 ../GMenu/data/messages:79
4612
+#: ../Global-Menu/data/messages:73 ../Impulse/data/messages:77
4613
+#: ../MeMenu/data/messages:73 ../Messaging-Menu/data/messages:85
4614
+#: ../Network-Monitor/data/messages:87 ../RSSreader/data/messages:81
4615
+#: ../Recent-Events/data/messages:79 ../Status-Notifier/data/messages:89
4616
+#: ../System-Monitor/data/messages:85 ../Toons/data/messages:85
4617
+#: ../Xgamma/data/messages:81 ../alsaMixer/data/messages:87
4618
+#: ../clock/data/messages:87 ../dnd2share/data/messages:75
4619
+#: ../dustbin/data/messages:75 ../keyboard-indicator/data/messages:85
4620
+#: ../logout/data/messages:79 ../mail/data/messages:85
4621
+#: ../musicPlayer/data/messages:87 ../netspeed/data/messages:85
4622
+#: ../powermanager/data/messages:87 ../quick-browser/data/messages:81
4623
+#: ../shortcuts/data/messages:79 ../showDesktop/data/messages:83
4624
+#: ../slider/data/messages:85 ../stack/data/messages:81
4625
+#: ../switcher/data/messages:73 ../systray/data/messages:71
4626
+#: ../template/data/messages:79 ../terminal/data/messages:79
4627
+#: ../tomboy/data/messages:89 ../weather/data/messages:87
4628
+#: ../weblets/data/messages:79 ../wifi/data/messages:85
4629
+msgid "Right offset:"
4630
+msgstr ""
4631
+
4632
+#: ../Clipper/data/messages:81 ../Composite-Manager/data/messages:77
4633
+#: ../Disks/data/messages:83 ../Doncky/data/messages:79
4634
+#: ../Folders/data/messages:93 ../GMenu/data/messages:81
4635
+#: ../Global-Menu/data/messages:75 ../Impulse/data/messages:79
4636
+#: ../MeMenu/data/messages:75 ../Messaging-Menu/data/messages:87
4637
+#: ../Network-Monitor/data/messages:89 ../RSSreader/data/messages:83
4638
+#: ../Recent-Events/data/messages:81 ../Status-Notifier/data/messages:91
4639
+#: ../System-Monitor/data/messages:87 ../Toons/data/messages:87
4640
+#: ../Xgamma/data/messages:83 ../alsaMixer/data/messages:89
4641
+#: ../clock/data/messages:89 ../dnd2share/data/messages:77
4642
+#: ../dustbin/data/messages:77 ../keyboard-indicator/data/messages:87
4643
+#: ../logout/data/messages:81 ../mail/data/messages:87
4644
+#: ../musicPlayer/data/messages:89 ../netspeed/data/messages:87
4645
+#: ../powermanager/data/messages:89 ../quick-browser/data/messages:83
4646
+#: ../shortcuts/data/messages:81 ../showDesktop/data/messages:85
4647
+#: ../slider/data/messages:87 ../stack/data/messages:83
4648
+#: ../switcher/data/messages:75 ../systray/data/messages:73
4649
+#: ../template/data/messages:81 ../terminal/data/messages:81
4650
+#: ../tomboy/data/messages:91 ../weather/data/messages:89
4651
+#: ../weblets/data/messages:81 ../wifi/data/messages:87
4652
+msgid "in pixels. Use this to adjust the bottom position of drawings."
4653
+msgstr ""
4654
+
4655
+#: ../Clipper/data/messages:83 ../Composite-Manager/data/messages:79
4656
+#: ../Disks/data/messages:85 ../Doncky/data/messages:81
4657
+#: ../Folders/data/messages:95 ../GMenu/data/messages:83
4658
+#: ../Global-Menu/data/messages:77 ../Impulse/data/messages:81
4659
+#: ../MeMenu/data/messages:77 ../Messaging-Menu/data/messages:89
4660
+#: ../Network-Monitor/data/messages:91 ../RSSreader/data/messages:85
4661
+#: ../Recent-Events/data/messages:83 ../Status-Notifier/data/messages:93
4662
+#: ../System-Monitor/data/messages:89 ../Toons/data/messages:89
4663
+#: ../Xgamma/data/messages:85 ../alsaMixer/data/messages:91
4664
+#: ../clock/data/messages:91 ../dnd2share/data/messages:79
4665
+#: ../dustbin/data/messages:79 ../keyboard-indicator/data/messages:89
4666
+#: ../logout/data/messages:83 ../mail/data/messages:89
4667
+#: ../musicPlayer/data/messages:91 ../netspeed/data/messages:89
4668
+#: ../powermanager/data/messages:91 ../quick-browser/data/messages:85
4669
+#: ../shortcuts/data/messages:83 ../showDesktop/data/messages:87
4670
+#: ../slider/data/messages:89 ../stack/data/messages:85
4671
+#: ../switcher/data/messages:77 ../systray/data/messages:75
4672
+#: ../template/data/messages:83 ../terminal/data/messages:83
4673
+#: ../tomboy/data/messages:93 ../weather/data/messages:91
4674
+#: ../weblets/data/messages:83 ../wifi/data/messages:89
4675
+msgid "Bottom offset:"
4676
+msgstr ""
4677
+
4678
+#: ../Clipper/data/messages:85 ../Composite-Manager/data/messages:81
4679
+#: ../Disks/data/messages:65 ../Doncky/data/messages:83
4680
+#: ../Folders/data/messages:97 ../GMenu/data/messages:85
4681
+#: ../Global-Menu/data/messages:79 ../Impulse/data/messages:83
4682
+#: ../MeMenu/data/messages:79 ../Messaging-Menu/data/messages:91
4683
+#: ../Network-Monitor/data/messages:93 ../RSSreader/data/messages:87
4684
+#: ../Recent-Events/data/messages:85 ../Status-Notifier/data/messages:95
4685
+#: ../System-Monitor/data/messages:91 ../Toons/data/messages:91
4686
+#: ../Xgamma/data/messages:87 ../alsaMixer/data/messages:93
4687
+#: ../clock/data/messages:93 ../dnd2share/data/messages:81
4688
+#: ../dustbin/data/messages:81 ../keyboard-indicator/data/messages:91
4689
+#: ../logout/data/messages:85 ../mail/data/messages:91
4690
+#: ../musicPlayer/data/messages:93 ../netspeed/data/messages:91
4691
+#: ../powermanager/data/messages:93 ../quick-browser/data/messages:87
4692
+#: ../shortcuts/data/messages:85 ../showDesktop/data/messages:89
4693
+#: ../slider/data/messages:91 ../stack/data/messages:87
4694
+#: ../switcher/data/messages:79 ../systray/data/messages:77
4695
+#: ../template/data/messages:85 ../terminal/data/messages:85
4696
+#: ../tomboy/data/messages:95 ../weather/data/messages:93
4697
+#: ../weblets/data/messages:85 ../wifi/data/messages:91
4698
+msgid ""
4699
+"Image to be displayed above the drawings, e.g. a reflection. Leave empty for "
4700
+"no image."
4701
+msgstr ""
4702
+
4703
+#: ../Clipper/data/messages:87 ../Composite-Manager/data/messages:83
4704
+#: ../Disks/data/messages:67 ../Doncky/data/messages:85
4705
+#: ../Folders/data/messages:99 ../GMenu/data/messages:87
4706
+#: ../Global-Menu/data/messages:81 ../Impulse/data/messages:85
4707
+#: ../MeMenu/data/messages:81 ../Messaging-Menu/data/messages:93
4708
+#: ../Network-Monitor/data/messages:95 ../RSSreader/data/messages:89
4709
+#: ../Recent-Events/data/messages:87 ../Status-Notifier/data/messages:97
4710
+#: ../System-Monitor/data/messages:93 ../Toons/data/messages:93
4711
+#: ../Xgamma/data/messages:89 ../alsaMixer/data/messages:95
4712
+#: ../clock/data/messages:95 ../dnd2share/data/messages:83
4713
+#: ../dustbin/data/messages:83 ../keyboard-indicator/data/messages:93
4714
+#: ../logout/data/messages:87 ../mail/data/messages:93
4715
+#: ../musicPlayer/data/messages:95 ../netspeed/data/messages:93
4716
+#: ../powermanager/data/messages:95 ../quick-browser/data/messages:89
4717
+#: ../shortcuts/data/messages:87 ../showDesktop/data/messages:91
4718
+#: ../slider/data/messages:93 ../stack/data/messages:89
4719
+#: ../switcher/data/messages:81 ../systray/data/messages:79
4720
+#: ../template/data/messages:87 ../terminal/data/messages:87
4721
+#: ../tomboy/data/messages:97 ../weather/data/messages:95
4722
+#: ../weblets/data/messages:87 ../wifi/data/messages:93
4723
+msgid "Foreground image:"
4724
+msgstr ""
4725
+
4726
+#: ../Clipper/data/messages:89 ../Composite-Manager/data/messages:85
4727
+#: ../Disks/data/messages:69 ../Doncky/data/messages:87
4728
+#: ../Folders/data/messages:101 ../GMenu/data/messages:89
4729
+#: ../Global-Menu/data/messages:83 ../Impulse/data/messages:87
4730
+#: ../MeMenu/data/messages:83 ../Messaging-Menu/data/messages:95
4731
+#: ../Network-Monitor/data/messages:97 ../RSSreader/data/messages:91
4732
+#: ../Recent-Events/data/messages:89 ../Status-Notifier/data/messages:99
4733
+#: ../System-Monitor/data/messages:95 ../Toons/data/messages:95
4734
+#: ../Xgamma/data/messages:91 ../alsaMixer/data/messages:97
4735
+#: ../clock/data/messages:97 ../dnd2share/data/messages:85
4736
+#: ../dustbin/data/messages:85 ../keyboard-indicator/data/messages:95
4737
+#: ../logout/data/messages:89 ../mail/data/messages:95
4738
+#: ../musicPlayer/data/messages:97 ../netspeed/data/messages:95
4739
+#: ../powermanager/data/messages:97 ../quick-browser/data/messages:91
4740
+#: ../shortcuts/data/messages:89 ../showDesktop/data/messages:93
4741
+#: ../slider/data/messages:95 ../stack/data/messages:91
4742
+#: ../switcher/data/messages:83 ../systray/data/messages:81
4743
+#: ../template/data/messages:89 ../terminal/data/messages:89
4744
+#: ../tomboy/data/messages:99 ../weather/data/messages:97
4745
+#: ../weblets/data/messages:89 ../wifi/data/messages:95
4746
+msgid "Foreground tansparency:"
4747
+msgstr ""
4748
+
4749
+#: ../Clipper/data/messages:93
4750
+msgid "Items"
4751
+msgstr ""
4752
+
4753
+#: ../Clipper/data/messages:95
4754
+msgid ""
4755
+"Clipboard items are those you get with CTRL+c. Selection items are those you "
4756
+"get by selecting some text with the mouse."
4757
+msgstr ""
4758
+
4759
+#: ../Clipper/data/messages:97
4760
+msgid "Which items should be remembered?"
4761
+msgstr ""
4762
+
4763
+#: ../Clipper/data/messages:101
4764
+msgid "Clipboard"
4765
+msgstr ""
4766
+
4767
+#: ../Clipper/data/messages:103
4768
+msgid "Selection"
4769
+msgstr ""
4770
+
4771
+#: ../Clipper/data/messages:105 ../GMenu/data/messages:125
4772
+#: ../show-mouse/data/messages:15
4773
+msgid "Both"
4774
+msgstr ""
4775
+
4776
+#: ../Clipper/data/messages:107
4777
+msgid "Number of items:"
4778
+msgstr ""
4779
+
4780
+#: ../Clipper/data/messages:109
4781
+msgid "Remember items between 2 sessions ?"
4782
+msgstr ""
4783
+
4784
+#: ../Clipper/data/messages:111
4785
+msgid ""
4786
+"It is especially useful if you often select text with the mouse and don't "
4787
+"want to loose your clipboard items due to too many items in the selection."
4788
+msgstr ""
4789
+
4790
+#: ../Clipper/data/messages:113
4791
+msgid "Separate clipboard and selection?"
4792
+msgstr ""
4793
+
4794
+#: ../Clipper/data/messages:115
4795
+msgid "If so, number of selection items:"
4796
+msgstr ""
4797
+
4798
+#: ../Clipper/data/messages:117
4799
+msgid ""
4800
+"When you click on an item, its content will become accessible with CTRL+v"
4801
+msgstr ""
4802
+
4803
+#: ../Clipper/data/messages:119
4804
+msgid "Paste into Clipboard?"
4805
+msgstr ""
4806
+
4807
+#: ../Clipper/data/messages:121
4808
+msgid ""
4809
+"When you click on an item, its content will become accessible with the "
4810
+"middle-click"
4811
+msgstr ""
4812
+
4813
+#: ../Clipper/data/messages:123
4814
+msgid "Paste into Selection?"
4815
+msgstr ""
4816
+
4817
+#: ../Clipper/data/messages:125 ../keyboard-indicator/data/messages:99
4818
+msgid "Shortkey to pop-up the items menu:"
4819
+msgstr ""
4820
+
4821
+#: ../Clipper/data/messages:127
4822
+msgid "Pop-up menus at mouse position?"
4823
+msgstr ""
4824
+
4825
+#: ../Clipper/data/messages:129
4826
+msgid "Actions"
4827
+msgstr ""
4828
+
4829
+#: ../Clipper/data/messages:131
4830
+msgid ""
4831
+"If some actions are associated with an item, they will be proposed when the "
4832
+"item is created."
4833
+msgstr ""
4834
+
4835
+#: ../Clipper/data/messages:133
4836
+msgid "Enable actions?"
4837
+msgstr ""
4838
+
4839
+#: ../Clipper/data/messages:135
4840
+msgid "Display actions when selecting an item in the history."
4841
+msgstr ""
4842
+
4843
+#: ../Clipper/data/messages:137
4844
+msgid "Replay actions?"
4845
+msgstr ""
4846
+
4847
+#: ../Clipper/data/messages:141
4848
+msgid "Duration of the action menu:"
4849
+msgstr ""
4850
+
4851
+#: ../Clipper/data/messages:143
4852
+msgid "Persistent items"
4853
+msgstr ""
4854
+
4855
+#: ../Clipper/data/messages:145
4856
+msgid "A list of persistent items which can be accessed with middle-click:"
4857
+msgstr ""
4858
+
4859
+#: ../Composite-Manager/data/messages:27 ../Global-Menu/data/messages:25
4860
+#: ../Impulse/data/messages:29 ../Recent-Events/data/messages:31
4861
+#: ../Status-Notifier/data/messages:41 ../alsaMixer/data/messages:39
4862
+#: ../clock/data/messages:39 ../dustbin/data/messages:27
4863
+#: ../netspeed/data/messages:37 ../systray/data/messages:27
4864
+#: ../template/data/messages:31 ../tomboy/data/messages:41
4865
+msgid ""
4866
+"Depending on your WindowManager, you may be able to move this with ALT + "
4867
+"left-click.. Negative values are counted from the right/bottom of the screen"
4868
+msgstr ""
4869
+
4870
+#: ../Composite-Manager/data/messages:89 ../Impulse/data/messages:123
4871
+#: ../clock/data/messages:133
4872
+msgid "Style"
4873
+msgstr ""
4874
+
4875
+#: ../Composite-Manager/data/messages:93
4876
+msgid "Image when composite is active:"
4877
+msgstr ""
4878
+
4879
+#: ../Composite-Manager/data/messages:97
4880
+msgid "Image when composite is inactive:"
4881
+msgstr ""
4882
+
4883
+#: ../Composite-Manager/data/messages:99 ../Global-Menu/data/messages:89
4884
+#: ../RSSreader/data/messages:105 ../Status-Notifier/data/messages:117
4885
+#: ../clock/data/messages:101 ../dnd2share/data/messages:97
4886
+#: ../showDesktop/data/messages:97 ../slider/data/messages:115
4887
+msgid "Behaviour"
4888
+msgstr ""
4889
+
4890
+#: ../Composite-Manager/data/messages:101
4891
+#: ../Composite-Manager/data/messages:113
4892
+msgid ""
4893
+"Let empty to use the default one. Alternatively, you can set any command you "
4894
+"want."
4895
+msgstr ""
4896
+
4897
+#: ../Composite-Manager/data/messages:103
4898
+msgid "Composite window-manager:"
4899
+msgstr ""
4900
+
4901
+#: ../Composite-Manager/data/messages:105
4902
+#: ../Composite-Manager/data/messages:117
4903
+msgid "Compiz"
4904
+msgstr ""
4905
+
4906
+#: ../Composite-Manager/data/messages:107
4907
+#: ../Composite-Manager/data/messages:119
4908
+msgid "KWin"
4909
+msgstr ""
4910
+
4911
+#: ../Composite-Manager/data/messages:109
4912
+#: ../Composite-Manager/data/messages:121
4913
+msgid "Xfwm"
4914
+msgstr ""
4915
+
4916
+#: ../Composite-Manager/data/messages:111
4917
+#: ../Composite-Manager/data/messages:123
4918
+msgid "Metacity"
4919
+msgstr ""
4920
+
4921
+#: ../Composite-Manager/data/messages:115
4922
+msgid "Fallback window-manager:"
4923
+msgstr ""
4924
+
4925
+#: ../Composite-Manager/data/messages:125
4926
+msgid "Ask before switching:"
4927
+msgstr ""
4928
+
4929
+#: ../Composite-Manager/data/messages:127 ../logout/data/messages:95
4930
+#: ../showDesktop/data/messages:115 ../slider/data/messages:123
4931
+#: ../switcher/data/messages:109
4932
+msgid "Action on middle-click:"
4933
+msgstr ""
4934
+
4935
+#: ../Composite-Manager/data/messages:141
4936
+msgid "Shortkey to toggle the composite ON/OFF:"
4937
+msgstr ""
4938
+
4939
+#: ../Dbus/data/messages:3
4940
+msgid "Let external applications pop up dialogs in the dock?"
4941
+msgstr ""
4942
+
4943
+#: ../Dbus/data/messages:5
4944
+msgid "Let external applications reboot the dock?"
4945
+msgstr ""
4946
+
4947
+#: ../Dbus/data/messages:7
4948
+msgid "Let external applications quit the dock?"
4949
+msgstr ""
4950
+
4951
+#: ../Dbus/data/messages:9
4952
+msgid "Let external applications show/hide desklets?"
4953
+msgstr ""
4954
+
4955
+#: ../Dbus/data/messages:11
4956
+msgid "Let external applications reload applets?"
4957
+msgstr ""
4958
+
4959
+#: ../Dbus/data/messages:13
4960
+msgid "Let external applications show/hide docks?"
4961
+msgstr ""
4962
+
4963
+#: ../Dbus/data/messages:15
4964
+msgid "Let extern applications add launchers to the docks?"
4965
+msgstr ""
4966
+
4967
+#: ../Dbus/data/messages:17
4968
+msgid "Let external applications modify the labels of icons?"
4969
+msgstr ""
4970
+
4971
+#: ../Dbus/data/messages:19
4972
+msgid "Let extern applications modify the quick-infos on icons?"
4973
+msgstr ""
4974
+
4975
+#: ../Dbus/data/messages:21
4976
+msgid "Let extern applications modify the icons' image?"
4977
+msgstr ""
4978
+
4979
+#: ../Dbus/data/messages:23
4980
+msgid "Let extern applications animate icons?"
4981
+msgstr ""
4982
+
4983
+#: ../Disks/data/messages:5
4984
+msgid "Name of the container it belongs to:"
4985
+msgstr ""
4986
+
4987
+#: ../Disks/data/messages:17
4988
+msgid "Desklet mode"
4989
+msgstr ""
4990
+
4991
+#: ../Disks/data/messages:89 ../Network-Monitor/data/messages:139
4992
+#: ../System-Monitor/data/messages:99 ../netspeed/data/messages:99
4993
+#: ../powermanager/data/messages:101 ../wifi/data/messages:99
4994
+msgid "Choose the style of the display: "
4995
+msgstr ""
4996
+
4997
+#: ../Disks/data/messages:91 ../Disks/data/messages:95
4998
+#: ../Network-Monitor/data/messages:141 ../Network-Monitor/data/messages:145
4999
+#: ../Network-Monitor/data/messages:183 ../Network-Monitor/data/messages:189
5000
+#: ../System-Monitor/data/messages:101 ../System-Monitor/data/messages:105
5001
+#: ../alsaMixer/data/messages:129 ../netspeed/data/messages:101
5002
+#: ../netspeed/data/messages:105 ../powermanager/data/messages:103
5003
+#: ../powermanager/data/messages:109 ../wifi/data/messages:101
5004
+#: ../wifi/data/messages:107
5005
+msgid "Gauge"
5006
+msgstr ""
5007
+
5008
+#: ../Disks/data/messages:93 ../Disks/data/messages:107
5009
+#: ../Network-Monitor/data/messages:143 ../Network-Monitor/data/messages:149
5010
+#: ../Network-Monitor/data/messages:185 ../Network-Monitor/data/messages:193
5011
+#: ../System-Monitor/data/messages:103 ../System-Monitor/data/messages:117
5012
+#: ../netspeed/data/messages:103 ../netspeed/data/messages:117
5013
+#: ../powermanager/data/messages:105 ../powermanager/data/messages:113
5014
+#: ../wifi/data/messages:103 ../wifi/data/messages:111
5015
+msgid "Graph"
5016
+msgstr ""
5017
+
5018
+#: ../Disks/data/messages:99 ../System-Monitor/data/messages:109
5019
+#: ../alsaMixer/data/messages:141 ../netspeed/data/messages:109
5020
+msgid "Rotate applet theme :"
5021
+msgstr ""
5022
+
5023
+#: ../Disks/data/messages:103 ../System-Monitor/data/messages:113
5024
+#: ../alsaMixer/data/messages:145 ../netspeed/data/messages:113
5025
+msgid "With dock orientation"
5026
+msgstr ""
5027
+
5028
+#: ../Disks/data/messages:109 ../Network-Monitor/data/messages:151
5029
+#: ../Network-Monitor/data/messages:195 ../System-Monitor/data/messages:119
5030
+#: ../netspeed/data/messages:119 ../powermanager/data/messages:115
5031
+#: ../wifi/data/messages:113
5032
+msgid "Type of graphic :"
5033
+msgstr ""
5034
+
5035
+#: ../Disks/data/messages:111 ../Network-Monitor/data/messages:153
5036
+#: ../Network-Monitor/data/messages:197 ../System-Monitor/data/messages:121
5037
+#: ../netspeed/data/messages:121 ../powermanager/data/messages:117
5038
+#: ../wifi/data/messages:115
5039
+msgid "Line"
5040
+msgstr ""
5041
+
5042
+#: ../Disks/data/messages:113 ../Network-Monitor/data/messages:155
5043
+#: ../Network-Monitor/data/messages:199 ../System-Monitor/data/messages:123
5044
+#: ../netspeed/data/messages:123 ../powermanager/data/messages:119
5045
+#: ../wifi/data/messages:117
5046
+msgid "Plain"
5047
+msgstr ""
5048
+
5049
+#: ../Disks/data/messages:115 ../Network-Monitor/data/messages:157
5050
+#: ../Network-Monitor/data/messages:201 ../System-Monitor/data/messages:125
5051
+#: ../netspeed/data/messages:125 ../powermanager/data/messages:121
5052
+#: ../wifi/data/messages:119
5053
+msgid "Bar"
5054
+msgstr ""
5055
+
5056
+#: ../Disks/data/messages:117 ../Network-Monitor/data/messages:159
5057
+#: ../Network-Monitor/data/messages:203 ../System-Monitor/data/messages:127
5058
+#: ../netspeed/data/messages:127 ../powermanager/data/messages:123
5059
+#: ../wifi/data/messages:121
5060
+msgid "Circle"
5061
+msgstr ""
5062
+
5063
+#: ../Disks/data/messages:119 ../Network-Monitor/data/messages:161
5064
+#: ../Network-Monitor/data/messages:205 ../System-Monitor/data/messages:129
5065
+#: ../netspeed/data/messages:129 ../powermanager/data/messages:125
5066
+#: ../wifi/data/messages:123
5067
+msgid "Plain Circle"
5068
+msgstr ""
5069
+
5070
+#: ../Disks/data/messages:121 ../netspeed/data/messages:131
5071
+msgid "It's the colour of the graphic for high rate values."
5072
+msgstr ""
5073
+
5074
+#: ../Disks/data/messages:123 ../Network-Monitor/data/messages:165
5075
+#: ../Network-Monitor/data/messages:209 ../System-Monitor/data/messages:133
5076
+#: ../netspeed/data/messages:133 ../powermanager/data/messages:129
5077
+#: ../wifi/data/messages:127
5078
+msgid "High value's colour :"
5079
+msgstr ""
5080
+
5081
+#: ../Disks/data/messages:125 ../netspeed/data/messages:135
5082
+msgid "Graph colour for low rate vaues:"
5083
+msgstr ""
5084
+
5085
+#: ../Disks/data/messages:127 ../Network-Monitor/data/messages:169
5086
+#: ../Network-Monitor/data/messages:213 ../System-Monitor/data/messages:137
5087
+#: ../netspeed/data/messages:137 ../powermanager/data/messages:133
5088
+#: ../wifi/data/messages:131
5089
+msgid "Low value's colour :"
5090
+msgstr ""
5091
+
5092
+#: ../Disks/data/messages:129 ../Network-Monitor/data/messages:171
5093
+#: ../Network-Monitor/data/messages:215 ../System-Monitor/data/messages:139
5094
+#: ../netspeed/data/messages:139 ../powermanager/data/messages:135
5095
+#: ../wifi/data/messages:133
5096
+msgid "Background colour of the graphic :"
5097
+msgstr ""
5098
+
5099
+#: ../Disks/data/messages:131 ../System-Monitor/data/messages:141
5100
+#: ../netspeed/data/messages:141
5101
+msgid "Show all values on same graph?"
5102
+msgstr ""
5103
+
5104
+#: ../Disks/data/messages:133 ../Impulse/data/messages:91
5105
+#: ../Status-Notifier/data/messages:103 ../alsaMixer/data/messages:109
5106
+#: ../keyboard-indicator/data/messages:109 ../mail/data/messages:103
5107
+#: ../musicPlayer/data/messages:159 ../shortcuts/data/messages:93
5108
+#: ../shortcuts/data/messages:103 ../slider/data/messages:163
5109
+#: ../stack/data/messages:95 ../tomboy/data/messages:103
5110
+#: ../weather/data/messages:129
5111
+msgid "Display"
5112
+msgstr ""
5113
+
5114
+#: ../Disks/data/messages:135
5115
+msgid "Display values"
5116
+msgstr ""
5117
+
5118
+#: ../Disks/data/messages:139 ../Network-Monitor/data/messages:119
5119
+#: ../System-Monitor/data/messages:165 ../alsaMixer/data/messages:117
5120
+#: ../clock/data/messages:107 ../netspeed/data/messages:161
5121
+msgid "On icon"
5122
+msgstr ""
5123
+
5124
+#: ../Disks/data/messages:141 ../Network-Monitor/data/messages:121
5125
+#: ../System-Monitor/data/messages:167 ../alsaMixer/data/messages:115
5126
+#: ../clock/data/messages:109 ../netspeed/data/messages:163
5127
+msgid "On label"
5128
+msgstr ""
5129
+
5130
+#: ../Disks/data/messages:145
5131
+msgid "Refresh time"
5132
+msgstr ""
5133
+
5134
+#: ../Disks/data/messages:147 ../netspeed/data/messages:153
5135
+msgid ""
5136
+"You need OpenGL for this option. Set it to 0 to disable it, 1 means the "
5137
+"transition is continue."
5138
+msgstr ""
5139
+
5140
+#: ../Disks/data/messages:149
5141
+msgid "Fluidity of the transition between 2 values"
5142
+msgstr ""
5143
+
5144
+#: ../Disks/data/messages:151
5145
+msgid "Partitions monitored : Size"
5146
+msgstr ""
5147
+
5148
+#: ../Disks/data/messages:153
5149
+msgid "E.g. sda1, sdb5..."
5150
+msgstr ""
5151
+
5152
+#: ../Disks/data/messages:155
5153
+msgid "Disks monitored : Speed"
5154
+msgstr ""
5155
+
5156
+#: ../Disks/data/messages:157
5157
+msgid "E.g. sda, sdb... Up to 5 values allowed"
5158
+msgstr ""
5159
+
5160
+#: ../Disks/data/messages:159
5161
+msgid "Preferences"
5162
+msgstr ""
5163
+
5164
+#: ../Disks/data/messages:161 ../Network-Monitor/data/messages:133
5165
+#: ../netspeed/data/messages:165
5166
+msgid "Leave empty to use the default."
5167
+msgstr ""
5168
+
5169
+#: ../Disks/data/messages:163
5170
+msgid "System monitor command"
5171
+msgstr ""
5172
+
5173
+#: ../Doncky/data/messages:93
5174
+msgid "Specify the xml file to be used :"
5175
+msgstr ""
5176
+
5177
+#: ../Doncky/data/messages:95 ../RSSreader/data/messages:133
5178
+msgid "Appearance"
5179
+msgstr ""
5180
+
5181
+#: ../Doncky/data/messages:99
5182
+msgid "Font to be used by default if none is specify in the .xml"
5183
+msgstr ""
5184
+
5185
+#: ../Doncky/data/messages:101
5186
+msgid "Default Font:"
5187
+msgstr ""
5188
+
5189
+#: ../Doncky/data/messages:103
5190
+msgid "Color to be used by default if none is specify in the .xml"
5191
+msgstr ""
5192
+
5193
+#: ../Doncky/data/messages:105 ../icon-effect/data/messages:179
5194
+msgid "Default colour:"
5195
+msgstr ""
5196
+
5197
+#: ../Doncky/data/messages:107
5198
+msgid "Margin to be used on left, right and top of the desklet"
5199
+msgstr ""
5200
+
5201
+#: ../Doncky/data/messages:109
5202
+msgid "Margin all around the desklet:"
5203
+msgstr ""
5204
+
5205
+#: ../Doncky/data/messages:111
5206
+msgid "Use this to increase the space between the lines"
5207
+msgstr ""
5208
+
5209
+#: ../Doncky/data/messages:113
5210
+msgid "Space between lines:"
5211
+msgstr ""
5212
+
5213
+#: ../Doncky/data/messages:115 ../RSSreader/data/messages:179
5214
+msgid "Background"
5215
+msgstr ""
5216
+
5217
+#: ../Doncky/data/messages:117 ../RSSreader/data/messages:181
5218
+msgid ""
5219
+"You can have more attractive backgrounds using the Desklet decorations"
5220
+msgstr ""
5221
+
5222
+#: ../Doncky/data/messages:119 ../RSSreader/data/messages:183
5223
+msgid "Display a simple background?"
5224
+msgstr ""
5225
+
5226
+#: ../Doncky/data/messages:121 ../RSSreader/data/messages:185
5227
+msgid "first colour of the gradation"
5228
+msgstr ""
5229
+
5230
+#: ../Doncky/data/messages:123 ../RSSreader/data/messages:187
5231
+msgid "Background first colour :"
5232
+msgstr ""
5233
+
5234
+#: ../Doncky/data/messages:125 ../RSSreader/data/messages:189
5235
+msgid "second colour of the gradation"
5236
+msgstr ""
5237
+
5238
+#: ../Doncky/data/messages:127 ../RSSreader/data/messages:191
5239
+msgid "Background second colour:"
5240
+msgstr ""
5241
+
5242
+#: ../Doncky/data/messages:129 ../RSSreader/data/messages:193
5243
+msgid "Set the radius corner to 0 for no radius"
5244
+msgstr ""
5245
+
5246
+#: ../Doncky/data/messages:131 ../RSSreader/data/messages:195
5247
+msgid "Background radius corner:"
5248
+msgstr ""
5249
+
5250
+#: ../Doncky/data/messages:133 ../RSSreader/data/messages:197
5251
+msgid "Set the thickness to 0 for no border"
5252
+msgstr ""
5253
+
5254
+#: ../Doncky/data/messages:135 ../RSSreader/data/messages:199
5255
+msgid "Border thickness:"
5256
+msgstr ""
5257
+
5258
+#: ../Doncky/data/messages:137 ../RSSreader/data/messages:201
5259
+msgid "Border colour"
5260
+msgstr ""
5261
+
5262
+#: ../Doncky/data/messages:139 ../RSSreader/data/messages:203
5263
+msgid "Border colour :"
5264
+msgstr ""
5265
+
5266
+#: ../Folders/data/messages:7
5267
+msgid "Let empty to use the name of the folder."
5268
+msgstr ""
5269
+
5270
+#: ../Folders/data/messages:11
5271
+msgid "How to render the icon :"
5272
+msgstr ""
5273
+
5274
+#: ../Folders/data/messages:13
5275
+msgid "Use an image"
5276
+msgstr ""
5277
+
5278
+#: ../Folders/data/messages:15
5279
+msgid "Draw sub-dock's content as emblems"
5280
+msgstr ""
5281
+
5282
+#: ../Folders/data/messages:17
5283
+msgid "Draw sub-dock's content as stack"
5284
+msgstr ""
5285
+
5286
+#: ../Folders/data/messages:19
5287
+msgid "Draw sub-dock's content inside a box"
5288
+msgstr ""
5289
+
5290
+#: ../Folders/data/messages:105
5291
+msgid "Folder's path:"
5292
+msgstr ""
5293
+
5294
+#: ../Folders/data/messages:107
5295
+msgid ""
5296
+"Allow to show the files of the folder in a sub-dock. If disabled, the applet "
5297
+"behaves as a mere launcher."
5298
+msgstr ""
5299
+
5300
+#: ../Folders/data/messages:109
5301
+msgid "Show folder's content?"
5302
+msgstr ""
5303
+
5304
+#: ../Folders/data/messages:111
5305
+msgid "Sort files by :"
5306
+msgstr ""
5307
+
5308
+#: ../Folders/data/messages:113 ../stack/data/messages:129
5309
+msgid "Name"
5310
+msgstr ""
5311
+
5312
+#: ../Folders/data/messages:115 ../stack/data/messages:131
5313
+msgid "Date"
5314
+msgstr ""
5315
+
5316
+#: ../Folders/data/messages:119
5317
+msgid "Sort folders before files?"
5318
+msgstr ""
5319
+
5320
+#: ../Folders/data/messages:121 ../Scooby-Do/data/messages:101
5321
+#: ../quick-browser/data/messages:103
5322
+msgid "Show hidden files?"
5323
+msgstr ""
5324
+
5325
+#: ../GMenu/data/messages:93 ../quick-browser/data/messages:109
5326
+msgid "Display icons in the menu?"
5327
+msgstr ""
5328
+
5329
+#: ../GMenu/data/messages:95 ../Messaging-Menu/data/messages:101
5330
+#: ../quick-browser/data/messages:119
5331
+msgid "Shortkey to show/hide the menu:"
5332
+msgstr ""
5333
+
5334
+#: ../GMenu/data/messages:97
5335
+msgid "Shortkey to show/hide the quick-launch dialog:"
5336
+msgstr ""
5337
+
5338
+#: ../GMenu/data/messages:101
5339
+msgid "Command to use for configuring the menu:"
5340
+msgstr ""
5341
+
5342
+#: ../GMenu/data/messages:103
5343
+msgid "Recent documents"
5344
+msgstr ""
5345
+
5346
+#: ../GMenu/data/messages:105
5347
+msgid "Show recent documents?"
5348
+msgstr ""
5349
+
5350
+#: ../GMenu/data/messages:107
5351
+msgid "Leave blank if filter is not needed."
5352
+msgstr ""
5353
+
5354
+#: ../GMenu/data/messages:109
5355
+msgid "Only show files that are under this folder or its sub-folder:"
5356
+msgstr ""
5357
+
5358
+#: ../GMenu/data/messages:111
5359
+msgid "in days. Set 0 if unsued."
5360
+msgstr ""
5361
+
5362
+#: ../GMenu/data/messages:113
5363
+msgid "Only show files whose last modification date is less than ;"
5364
+msgstr ""
5365
+
5366
+#: ../GMenu/data/messages:115
5367
+msgid "Session management buttons"
5368
+msgstr ""
5369
+
5370
+#: ../GMenu/data/messages:117
5371
+msgid "Show Logout and/or Shutdown : "
5372
+msgstr ""
5373
+
5374
+#: ../Global-Menu/data/messages:87
5375
+msgid ""
5376
+"The applet can steal the top border of maximized windows, in which case it "
5377
+"will display the window control buttons.\n"
5378
+" The applet can steal the menu from the windows, in which case it will "
5379
+"display a button to pop up the menu of the current window."
5380
+msgstr ""
5381
+
5382
+#: ../Global-Menu/data/messages:91
5383
+msgid "Steal window menu"
5384
+msgstr ""
5385
+
5386
+#: ../Global-Menu/data/messages:93
5387
+msgid "Steal window decoration"
5388
+msgstr ""
5389
+
5390
+#: ../Global-Menu/data/messages:95
5391
+msgid "Steal window menu and border"
5392
+msgstr ""
5393
+
5394
+#: ../Global-Menu/data/messages:97
5395
+msgid "Shortkey to pop up the menu"
5396
+msgstr ""
5397
+
5398
+#: ../Global-Menu/data/messages:99
5399
+msgid "Pop up the menu at mouse position"
5400
+msgstr ""
5401
+
5402
+#: ../Global-Menu/data/messages:101
5403
+msgid "Compact mode"
5404
+msgstr ""
5405
+
5406
+#: ../Global-Menu/data/messages:103
5407
+msgid "Order of the buttons: "
5408
+msgstr ""
5409
+
5410
+#: ../Global-Menu/data/messages:105
5411
+msgid "Auto"
5412
+msgstr ""
5413
+
5414
+#: ../Global-Menu/data/messages:107
5415
+msgid "Close button at the end"
5416
+msgstr ""
5417
+
5418
+#: ../Global-Menu/data/messages:109
5419
+msgid "Close button at first"
5420
+msgstr ""
5421
+
5422
+#: ../Global-Menu/data/messages:111
5423
+msgid "Image for the 'minimize' button"
5424
+msgstr ""
5425
+
5426
+#: ../Global-Menu/data/messages:113
5427
+msgid "Image for the 'maximize' button"
5428
+msgstr ""
5429
+
5430
+#: ../Global-Menu/data/messages:115
5431
+msgid "Image for the 'restore' button"
5432
+msgstr ""
5433
+
5434
+#: ../Global-Menu/data/messages:117
5435
+msgid "Image for the 'close' button"
5436
+msgstr ""
5437
+
5438
+#: ../Impulse/data/messages:93
5439
+msgid "Animation of the icons:"
5440
+msgstr ""
5441
+
5442
+#: ../Impulse/data/messages:95
5443
+msgid ""
5444
+"Do we have to stop the animation on a icon which doesn't have to be animated "
5445
+"each refresh?"
5446
+msgstr ""
5447
+
5448
+#: ../Impulse/data/messages:97
5449
+msgid "Stop animations sooner?"
5450
+msgstr ""
5451
+
5452
+#: ../Impulse/data/messages:99 ../alsaMixer/data/messages:101
5453
+msgid "Control"
5454
+msgstr ""
5455
+
5456
+#: ../Impulse/data/messages:101
5457
+msgid ""
5458
+"It's the sensitivity in order to know if the animation is played or not."
5459
+msgstr ""
5460
+
5461
+#: ../Impulse/data/messages:103
5462
+msgid "Sensitivity of the animation:"
5463
+msgstr ""
5464
+
5465
+#: ../Impulse/data/messages:105 ../Impulse/data/messages:115
5466
+msgid "More"
5467
+msgstr ""
5468
+
5469
+#: ../Impulse/data/messages:107 ../Impulse/data/messages:113
5470
+msgid "Less"
5471
+msgstr ""
5472
+
5473
+#: ../Impulse/data/messages:109
5474
+msgid "in ms."
5475
+msgstr ""
5476
+
5477
+#: ../Impulse/data/messages:111
5478
+msgid "Time between two animations:"
5479
+msgstr ""
5480
+
5481
+#: ../Impulse/data/messages:117
5482
+msgid "Action at Startup"
5483
+msgstr ""
5484
+
5485
+#: ../Impulse/data/messages:119
5486
+msgid "Launch automatically at startup?"
5487
+msgstr ""
5488
+
5489
+#: ../Impulse/data/messages:121
5490
+msgid "Hide the icon?"
5491
+msgstr ""
5492
+
5493
+#: ../Impulse/data/messages:127
5494
+msgid "Image when the applet is active:"
5495
+msgstr ""
5496
+
5497
+#: ../Impulse/data/messages:131
5498
+msgid "Image when the applet is inactive:"
5499
+msgstr ""
5500
+
5501
+#: ../Impulse/data/messages:135 ../musicPlayer/data/messages:205
5502
+#: ../tomboy/data/messages:21
5503
+msgid "'Broken' icon image name:"
5504
+msgstr ""
5505
+
5506
+#: ../Impulse/data/messages:137
5507
+msgid "PulseAudio"
5508
+msgstr ""
5509
+
5510
+#: ../Impulse/data/messages:139
5511
+msgid "0 in most cases"
5512
+msgstr ""
5513
+
5514
+#: ../Impulse/data/messages:141
5515
+msgid "Index of the source:"
5516
+msgstr ""
5517
+
5518
+#: ../Messaging-Menu/data/messages:13 ../Network-Monitor/data/messages:15
5519
+#: ../Status-Notifier/data/messages:17 ../System-Monitor/data/messages:13
5520
+#: ../Toons/data/messages:13 ../alsaMixer/data/messages:15
5521
+#: ../clock/data/messages:15 ../keyboard-indicator/data/messages:13
5522
+#: ../mail/data/messages:13 ../musicPlayer/data/messages:15
5523
+#: ../netspeed/data/messages:13 ../powermanager/data/messages:15
5524
+#: ../slider/data/messages:13 ../weather/data/messages:15
5525
+#: ../wifi/data/messages:13
5526
+msgid "Always display the icon, even when the dock is hidden?"
5527
+msgstr ""
5528
+
5529
+#: ../Messaging-Menu/data/messages:17 ../Network-Monitor/data/messages:19
5530
+#: ../Status-Notifier/data/messages:21 ../System-Monitor/data/messages:17
5531
+#: ../Toons/data/messages:17 ../alsaMixer/data/messages:19
5532
+#: ../clock/data/messages:19 ../keyboard-indicator/data/messages:17
5533
+#: ../mail/data/messages:17 ../musicPlayer/data/messages:19
5534
+#: ../netspeed/data/messages:17 ../powermanager/data/messages:19
5535
+#: ../slider/data/messages:17 ../weather/data/messages:19
5536
+#: ../wifi/data/messages:17
5537
+msgid "With default background"
5538
+msgstr ""
5539
+
5540
+#: ../Messaging-Menu/data/messages:19 ../Network-Monitor/data/messages:21
5541
+#: ../Status-Notifier/data/messages:23 ../System-Monitor/data/messages:19
5542
+#: ../Toons/data/messages:19 ../alsaMixer/data/messages:21
5543
+#: ../clock/data/messages:21 ../keyboard-indicator/data/messages:19
5544
+#: ../mail/data/messages:19 ../musicPlayer/data/messages:21
5545
+#: ../netspeed/data/messages:19 ../powermanager/data/messages:21
5546
+#: ../slider/data/messages:19 ../weather/data/messages:21
5547
+#: ../wifi/data/messages:19
5548
+msgid "With custom background"
5549
+msgstr ""
5550
+
5551
+#: ../Messaging-Menu/data/messages:21 ../Network-Monitor/data/messages:23
5552
+#: ../Status-Notifier/data/messages:25 ../System-Monitor/data/messages:21
5553
+#: ../Toons/data/messages:21 ../alsaMixer/data/messages:23
5554
+#: ../clock/data/messages:23 ../keyboard-indicator/data/messages:21
5555
+#: ../mail/data/messages:21 ../musicPlayer/data/messages:23
5556
+#: ../netspeed/data/messages:21 ../powermanager/data/messages:23
5557
+#: ../slider/data/messages:21 ../weather/data/messages:23
5558
+#: ../wifi/data/messages:21
5559
+msgid "Background color to add in this case"
5560
+msgstr ""
5561
+
5562
+#: ../Messaging-Menu/data/messages:99
5563
+msgid ""
5564
+"Animation of the icon when one of the application demands your attention :"
5565
+msgstr ""
5566
+
5567
+#: ../Network-Monitor/data/messages:7
5568
+msgid "Leave empty to use the connection name."
5569
+msgstr ""
5570
+
5571
+#: ../Network-Monitor/data/messages:101 ../Network-Monitor/data/messages:173
5572
+#: ../Network-Monitor/data/messages:261 ../System-Monitor/data/messages:143
5573
+#: ../netspeed/data/messages:143 ../powermanager/data/messages:157
5574
+#: ../tomboy/data/messages:123 ../wifi/data/messages:171
5575
+msgid "Parameters"
5576
+msgstr ""
5577
+
5578
+#: ../Network-Monitor/data/messages:103
5579
+msgid "You can quickly switch to the other mode by scrolling on the icon."
5580
+msgstr ""
5581
+
5582
+#: ../Network-Monitor/data/messages:105
5583
+msgid "Info displayed by the icon:"
5584
+msgstr ""
5585
+
5586
+#: ../Network-Monitor/data/messages:107
5587
+msgid "Wifi signal"
5588
+msgstr ""
5589
+
5590
+#: ../Network-Monitor/data/messages:109
5591
+msgid "Connexion speed"
5592
+msgstr ""
5593
+
5594
+#: ../Network-Monitor/data/messages:111
5595
+msgid "By default the first active interface is used."
5596
+msgstr ""
5597
+
5598
+#: ../Network-Monitor/data/messages:113
5599
+msgid "Connection interface to monitor:"
5600
+msgstr ""
5601
+
5602
+#: ../Network-Monitor/data/messages:115
5603
+msgid "Display numeric values:"
5604
+msgstr ""
5605
+
5606
+#: ../Network-Monitor/data/messages:123 ../System-Monitor/data/messages:173
5607
+#: ../wifi/data/messages:177
5608
+msgid ""
5609
+"You need OpenGL for this option. Set it to 0 means not used, 1 means the "
5610
+"movement is continue."
5611
+msgstr ""
5612
+
5613
+#: ../Network-Monitor/data/messages:125
5614
+msgid "Fluidity of the transition animation between 2 values:"
5615
+msgstr ""
5616
+
5617
+#: ../Network-Monitor/data/messages:127
5618
+msgid "Animation of the icon when connecting:"
5619
+msgstr ""
5620
+
5621
+#: ../Network-Monitor/data/messages:129
5622
+msgid ""
5623
+"Allow you to overwrite applet's default command line and launch your "
5624
+"preferred wireless configuration interface."
5625
+msgstr ""
5626
+
5627
+#: ../Network-Monitor/data/messages:131
5628
+msgid "User command to show Wireless Configuration:"
5629
+msgstr ""
5630
+
5631
+#: ../Network-Monitor/data/messages:135 ../System-Monitor/data/messages:189
5632
+#: ../netspeed/data/messages:167
5633
+msgid "User command to display a system monitor:"
5634
+msgstr ""
5635
+
5636
+#: ../Network-Monitor/data/messages:137
5637
+msgid "Net Speed"
5638
+msgstr ""
5639
+
5640
+#: ../Network-Monitor/data/messages:163 ../Network-Monitor/data/messages:207
5641
+#: ../wifi/data/messages:125
5642
+msgid "It's the colour of the graphic for high quality signal."
5643
+msgstr ""
5644
+
5645
+#: ../Network-Monitor/data/messages:167 ../Network-Monitor/data/messages:211
5646
+#: ../wifi/data/messages:129
5647
+msgid "It's the colour of the graphic for low quality signal."
5648
+msgstr ""
5649
+
5650
+#: ../Network-Monitor/data/messages:177
5651
+msgid "Delays between net speed checks:"
5652
+msgstr ""
5653
+
5654
+#: ../Network-Monitor/data/messages:179
5655
+msgid "Wifi"
5656
+msgstr ""
5657
+
5658
+#: ../Network-Monitor/data/messages:181
5659
+msgid "Choose the style of the display:"
5660
+msgstr ""
5661
+
5662
+#: ../Network-Monitor/data/messages:187 ../Network-Monitor/data/messages:217
5663
+#: ../powermanager/data/messages:107 ../powermanager/data/messages:137
5664
+#: ../wifi/data/messages:105 ../wifi/data/messages:135
5665
+msgid "Icons"
5666
+msgstr ""
5667
+
5668
+#: ../Network-Monitor/data/messages:219 ../wifi/data/messages:137
5669
+msgid "Effect to apply on the icon according to strength :"
5670
+msgstr ""
5671
+
5672
+#: ../Network-Monitor/data/messages:223 ../alsaMixer/data/messages:123
5673
+#: ../powermanager/data/messages:151 ../wifi/data/messages:141
5674
+msgid "Zoom"
5675
+msgstr ""
5676
+
5677
+#: ../Network-Monitor/data/messages:225 ../alsaMixer/data/messages:125
5678
+#: ../powermanager/data/messages:153 ../wifi/data/messages:143
5679
+msgid "Transparency"
5680
+msgstr ""
5681
+
5682
+#: ../Network-Monitor/data/messages:227 ../alsaMixer/data/messages:127
5683
+#: ../wifi/data/messages:145
5684
+msgid "Draw Bar"
5685
+msgstr ""
5686
+
5687
+#: ../Network-Monitor/data/messages:229 ../Network-Monitor/data/messages:233
5688
+#: ../Network-Monitor/data/messages:237 ../Network-Monitor/data/messages:241
5689
+#: ../Network-Monitor/data/messages:245 ../Network-Monitor/data/messages:249
5690
+#: ../Network-Monitor/data/messages:253 ../Network-Monitor/data/messages:257
5691
+#: ../logout/data/messages:121 ../musicPlayer/data/messages:187
5692
+#: ../musicPlayer/data/messages:191 ../musicPlayer/data/messages:195
5693
+#: ../musicPlayer/data/messages:199 ../musicPlayer/data/messages:203
5694
+#: ../powermanager/data/messages:139 ../powermanager/data/messages:143
5695
+#: ../powermanager/data/messages:171 ../tomboy/data/messages:11
5696
+#: ../tomboy/data/messages:15 ../tomboy/data/messages:19
5697
+#: ../tomboy/data/messages:105 ../wifi/data/messages:147
5698
+#: ../wifi/data/messages:151 ../wifi/data/messages:155
5699
+#: ../wifi/data/messages:159 ../wifi/data/messages:163
5700
+#: ../wifi/data/messages:167
5701
+msgid "Leave empty to use the default icon."
5702
+msgstr ""
5703
+
5704
+#: ../Network-Monitor/data/messages:231
5705
+msgid "Name of the image for the 'No signal' icon :"
5706
+msgstr ""
5707
+
5708
+#: ../Network-Monitor/data/messages:235
5709
+msgid "Name of the image for the 'Very low' icon :"
5710
+msgstr ""
5711
+
5712
+#: ../Network-Monitor/data/messages:239
5713
+msgid "Name of the image for the 'Low' icon :"
5714
+msgstr ""
5715
+
5716
+#: ../Network-Monitor/data/messages:243
5717
+msgid "Name of the image for the 'Middle' icon :"
5718
+msgstr ""
5719
+
5720
+#: ../Network-Monitor/data/messages:247
5721
+msgid "Name of an image for the 'Good' icon :"
5722
+msgstr ""
5723
+
5724
+#: ../Network-Monitor/data/messages:251
5725
+msgid "Name of the image for the 'Excellent' icon :"
5726
+msgstr ""
5727
+
5728
+#: ../Network-Monitor/data/messages:255
5729
+msgid "Name of the image for the 'Not connected' icon :"
5730
+msgstr ""
5731
+
5732
+#: ../Network-Monitor/data/messages:259
5733
+msgid "Name of the image for the 'Wired connection' icon :"
5734
+msgstr ""
5735
+
5736
+#: ../Network-Monitor/data/messages:263
5737
+msgid "in seconds. if you don't have Network-Manager."
5738
+msgstr ""
5739
+
5740
+#: ../Network-Monitor/data/messages:265
5741
+msgid "Delays between wifi signal checks:"
5742
+msgstr ""
5743
+
5744
+#: ../RSSreader/data/messages:7
5745
+msgid "Leave empty to use the title of the RSS feed."
5746
+msgstr ""
5747
+
5748
+#: ../RSSreader/data/messages:95
5749
+msgid "RSS Feed"
5750
+msgstr ""
5751
+
5752
+#: ../RSSreader/data/messages:97
5753
+msgid "Enter a valid atom/rss feed"
5754
+msgstr ""
5755
+
5756
+#: ../RSSreader/data/messages:99
5757
+msgid "URL:"
5758
+msgstr ""
5759
+
5760
+#: ../RSSreader/data/messages:101
5761
+msgid "RSS login (optional):"
5762
+msgstr ""
5763
+
5764
+#: ../RSSreader/data/messages:103
5765
+msgid "RSS password (optional):"
5766
+msgstr ""
5767
+
5768
+#: ../RSSreader/data/messages:111
5769
+msgid "Notify about feed updates:"
5770
+msgstr ""
5771
+
5772
+#: ../RSSreader/data/messages:115 ../powermanager/data/messages:205
5773
+msgid "Icon animation"
5774
+msgstr ""
5775
+
5776
+#: ../RSSreader/data/messages:117 ../powermanager/data/messages:207
5777
+msgid "Dialog bubble"
5778
+msgstr ""
5779
+
5780
+#: ../RSSreader/data/messages:119 ../powermanager/data/messages:209
5781
+msgid "Icon animation + Dialog bubble"
5782
+msgstr ""
5783
+
5784
+#: ../RSSreader/data/messages:121 ../powermanager/data/messages:211
5785
+msgid "Let empty to use the default notification animation."
5786
+msgstr ""
5787
+
5788
+#: ../RSSreader/data/messages:123 ../powermanager/data/messages:213
5789
+msgid "Animation of the icon:"
5790
+msgstr ""
5791
+
5792
+#: ../RSSreader/data/messages:125 ../powermanager/data/messages:215
5793
+msgid ""
5794
+"In seconds. Set to 0 for infinite time (need to click on dialog to close it)."
5795
+msgstr ""
5796
+
5797
+#: ../RSSreader/data/messages:127 ../powermanager/data/messages:217
5798
+msgid "Duration of the notification:"
5799
+msgstr ""
5800
+
5801
+#: ../RSSreader/data/messages:131
5802
+msgid "Open the feed with the following program:"
5803
+msgstr ""
5804
+
5805
+#: ../RSSreader/data/messages:137
5806
+msgid "Font to be used for the title"
5807
+msgstr ""
5808
+
5809
+#: ../RSSreader/data/messages:139
5810
+msgid "Title font:"
5811
+msgstr ""
5812
+
5813
+#: ../RSSreader/data/messages:141
5814
+msgid "Colour to be used for the title"
5815
+msgstr ""
5816
+
5817
+#: ../RSSreader/data/messages:143
5818
+msgid "Title colour:"
5819
+msgstr ""
5820
+
5821
+#: ../RSSreader/data/messages:145
5822
+msgid "Alignment of the title:"
5823
+msgstr ""
5824
+
5825
+#: ../RSSreader/data/messages:147
5826
+msgid "left"
5827
+msgstr ""
5828
+
5829
+#: ../RSSreader/data/messages:149
5830
+msgid "right"
5831
+msgstr ""
5832
+
5833
+#: ../RSSreader/data/messages:153
5834
+msgid "Font to be used for the feed lines"
5835
+msgstr ""
5836
+
5837
+#: ../RSSreader/data/messages:155
5838
+msgid "Feed lines font:"
5839
+msgstr ""
5840
+
5841
+#: ../RSSreader/data/messages:157
5842
+msgid "Colour to be used for the feed lines"
5843
+msgstr ""
5844
+
5845
+#: ../RSSreader/data/messages:159
5846
+msgid "Feed lines colour:"
5847
+msgstr ""
5848
+
5849
+#: ../RSSreader/data/messages:161
5850
+msgid "Left margin for the feed lines:"
5851
+msgstr ""
5852
+
5853
+#: ../RSSreader/data/messages:163
5854
+msgid "Space between 2 feed lines:"
5855
+msgstr ""
5856
+
5857
+#: ../RSSreader/data/messages:165
5858
+msgid "Logo"
5859
+msgstr ""
5860
+
5861
+#: ../RSSreader/data/messages:167
5862
+msgid "The default logo is the applet's icon"
5863
+msgstr ""
5864
+
5865
+#: ../RSSreader/data/messages:169
5866
+msgid "Display the logo?"
5867
+msgstr ""
5868
+
5869
+#: ../RSSreader/data/messages:171
5870
+msgid "Adjust to increase/decrease the logo's size"
5871
+msgstr ""
5872
+
5873
+#: ../RSSreader/data/messages:173
5874
+msgid "Logo size:"
5875
+msgstr ""
5876
+
5877
+#: ../RSSreader/data/messages:175 ../dock-rendering/data/messages:47
5878
+#: ../keyboard-indicator/data/messages:123
5879
+msgid "normal"
5880
+msgstr ""
5881
+
5882
+#: ../RSSreader/data/messages:177 ../dock-rendering/data/messages:49
5883
+msgid "big"
5884
+msgstr ""
5885
+
5886
+#: ../Recent-Events/data/messages:93
5887
+msgid "Shortkey to show/hide the search dialog"
5888
+msgstr ""
5889
+
5890
+#: ../Recent-Events/data/messages:95
5891
+msgid "Max number of results to show"
5892
+msgstr ""
5893
+
5894
+#: ../Remote-Control/data/messages:3
5895
+msgid "Shortkey to trigger the applet:"
5896
+msgstr ""
5897
+
5898
+#: ../Remote-Control/data/messages:5
5899
+msgid "Dock to control initially"
5900
+msgstr ""
5901
+
5902
+#: ../Remote-Control/data/messages:7 ../Scooby-Do/data/messages:23
5903
+msgid "Animation of the current icon :"
5904
+msgstr ""
5905
+
5906
+#: ../Remote-Control/data/messages:11 ../Scooby-Do/data/messages:21
5907
+msgid "Duration of the stop animation :"
5908
+msgstr ""
5909
+
5910
+#: ../Scooby-Do/data/messages:3
5911
+msgid "Shortkey to enable/disable the finder mode:"
5912
+msgstr ""
5913
+
5914
+#: ../Scooby-Do/data/messages:5
5915
+msgid ""
5916
+"Maximum number of mails that will be previewed. Put -1 to show the maximum "
5917
+"possible."
5918
+msgstr ""
5919
+
5920
+#: ../Scooby-Do/data/messages:7
5921
+msgid "Maximum number of results :"
5922
+msgstr ""
5923
+
5924
+#: ../Scooby-Do/data/messages:9
5925
+msgid ""
5926
+"Number of lines of the listing. If there are more results, the listing will "
5927
+"scroll when you go up or down with the arrows."
5928
+msgstr ""
5929
+
5930
+#: ../Scooby-Do/data/messages:11
5931
+msgid "Number of lines to display :"
5932
+msgstr ""
5933
+
5934
+#: ../Scooby-Do/data/messages:13
5935
+msgid "Animations"
5936
+msgstr ""
5937
+
5938
+#: ../Scooby-Do/data/messages:17
5939
+msgid "Duration of the appearance animation :"
5940
+msgstr ""
5941
+
5942
+#: ../Scooby-Do/data/messages:27
5943
+msgid "Font used to display what you type:"
5944
+msgstr ""
5945
+
5946
+#: ../Scooby-Do/data/messages:29
5947
+msgid "Color of the text's frame  :"
5948
+msgstr ""
5949
+
5950
+#: ../Scooby-Do/data/messages:31
5951
+msgid "Font size, relative to the dock size:"
5952
+msgstr ""
5953
+
5954
+#: ../Scooby-Do/data/messages:33
5955
+msgid "between 1 and 9, the higher, the bigger."
5956
+msgstr ""
5957
+
5958
+#: ../Scooby-Do/data/messages:35
5959
+msgid "Text size:"
5960
+msgstr ""
5961
+
5962
+#: ../Scooby-Do/data/messages:37 ../keyboard-indicator/data/messages:115
5963
+msgid "Outline text?"
5964
+msgstr ""
5965
+
5966
+#: ../Scooby-Do/data/messages:39 ../clock/data/messages:155
5967
+msgid "Text colour:"
5968
+msgstr ""
5969
+
5970
+#: ../Scooby-Do/data/messages:41
5971
+msgid "Character background colour:"
5972
+msgstr ""
5973
+
5974
+#: ../Scooby-Do/data/messages:43
5975
+msgid "Write text on the top of the dock?"
5976
+msgstr ""
5977
+
5978
+#: ../Scooby-Do/data/messages:45
5979
+msgid "Favorite applications"
5980
+msgstr ""
5981
+
5982
+#: ../Scooby-Do/data/messages:47
5983
+msgid "FAvorite applications starting with 'a' :"
5984
+msgstr ""
5985
+
5986
+#: ../Scooby-Do/data/messages:49
5987
+msgid "Favorite application starting with 'b' :"
5988
+msgstr ""
5989
+
5990
+#: ../Scooby-Do/data/messages:51
5991
+msgid "Favorite application(s) starting with 'c' :"
5992
+msgstr ""
5993
+
5994
+#: ../Scooby-Do/data/messages:53
5995
+msgid "Favorite application(s starting with 'd' :"
5996
+msgstr ""
5997
+
5998
+#: ../Scooby-Do/data/messages:55
5999
+msgid "Favorite application(s) starting with 'e' :"
6000
+msgstr ""
6001
+
6002
+#: ../Scooby-Do/data/messages:57
6003
+msgid "Favorite application(s) starting with 'f' :"
6004
+msgstr ""
6005
+
6006
+#: ../Scooby-Do/data/messages:59
6007
+msgid "Favorite application(s) starting with 'g' :"
6008
+msgstr ""
6009
+
6010
+#: ../Scooby-Do/data/messages:61
6011
+msgid "Favorite application(s) starting with 'h' :"
6012
+msgstr ""
6013
+
6014
+#: ../Scooby-Do/data/messages:63
6015
+msgid "Favorite application(s) starting with 'i' :"
6016
+msgstr ""
6017
+
6018
+#: ../Scooby-Do/data/messages:65
6019
+msgid "Favorite application(s) starting with 'j' :"
6020
+msgstr ""
6021
+
6022
+#: ../Scooby-Do/data/messages:67
6023
+msgid "Favorite application(s) starting with 'k' :"
6024
+msgstr ""
6025
+
6026
+#: ../Scooby-Do/data/messages:69
6027
+msgid "Favorite application(s) starting with 'l' :"
6028
+msgstr ""
6029
+
6030
+#: ../Scooby-Do/data/messages:71
6031
+msgid "Favorite application(s) starting with 'm' :"
6032
+msgstr ""
6033
+
6034
+#: ../Scooby-Do/data/messages:73
6035
+msgid "Favorite application(s) starting with 'n' :"
6036
+msgstr ""
6037
+
6038
+#: ../Scooby-Do/data/messages:75
6039
+msgid "Favorite application(s) starting with 'o' :"
6040
+msgstr ""
6041
+
6042
+#: ../Scooby-Do/data/messages:77
6043
+msgid "Favorite application(s) starting with 'p' :"
6044
+msgstr ""
6045
+
6046
+#: ../Scooby-Do/data/messages:79
6047
+msgid "Favorite application(s) starting with 'q' :"
6048
+msgstr ""
6049
+
6050
+#: ../Scooby-Do/data/messages:81
6051
+msgid "Favorite application(s) starting with 'r' :"
6052
+msgstr ""
6053
+
6054
+#: ../Scooby-Do/data/messages:83
6055
+msgid "Favorite application(s) starting with 's' :"
6056
+msgstr ""
6057
+
6058
+#: ../Scooby-Do/data/messages:85
6059
+msgid "Favorite application(s) starting with 't' :"
6060
+msgstr ""
6061
+
6062
+#: ../Scooby-Do/data/messages:87
6063
+msgid "Favorite application(s) starting with 'u' :"
6064
+msgstr ""
6065
+
6066
+#: ../Scooby-Do/data/messages:89
6067
+msgid "Favorite application(s) starting with 'v' :"
6068
+msgstr ""
6069
+
6070
+#: ../Scooby-Do/data/messages:91
6071
+msgid "Favorite application(s) starting with 'w' :"
6072
+msgstr ""
6073
+
6074
+#: ../Scooby-Do/data/messages:93
6075
+msgid "Favorite application(s) starting with 'x' :"
6076
+msgstr ""
6077
+
6078
+#: ../Scooby-Do/data/messages:95
6079
+msgid "Favorite application(s) starting with 'y' :"
6080
+msgstr ""
6081
+
6082
+#: ../Scooby-Do/data/messages:97
6083
+msgid "Favorite application(s) starting with 'z' :"
6084
+msgstr ""
6085
+
6086
+#: ../Scooby-Do/data/messages:107
6087
+msgid "Propose some web search engines ?"
6088
+msgstr ""
6089
+
6090
+#: ../Scooby-Do/data/messages:109
6091
+msgid "It can launch commands and even do some calculations."
6092
+msgstr ""
6093
+
6094
+#: ../Scooby-Do/data/messages:113
6095
+msgid "Help"
6096
+msgstr ""
6097
+
6098
+#: ../Status-Notifier/data/messages:9 ../mail/data/messages:107
6099
+#: ../mail/data/messages:111 ../mail/data/messages:127
6100
+msgid "Let empty to use the default one."
6101
+msgstr ""
6102
+
6103
+#: ../Status-Notifier/data/messages:11
6104
+msgid "Image's filename :"
6105
+msgstr ""
6106
+
6107
+#: ../Status-Notifier/data/messages:105
6108
+msgid "Hide inactive items"
6109
+msgstr ""
6110
+
6111
+#: ../Status-Notifier/data/messages:107
6112
+msgid "How to display items:"
6113
+msgstr ""
6114
+
6115
+#: ../Status-Notifier/data/messages:109
6116
+msgid "Compact"
6117
+msgstr ""
6118
+
6119
+#: ../Status-Notifier/data/messages:111
6120
+msgid "Sub-dock"
6121
+msgstr ""
6122
+
6123
+#: ../Status-Notifier/data/messages:113
6124
+msgid "Allow the icon to automatically resize itself?"
6125
+msgstr ""
6126
+
6127
+#: ../Status-Notifier/data/messages:115
6128
+msgid "Number of lines to pack items in:"
6129
+msgstr ""
6130
+
6131
+#: ../Status-Notifier/data/messages:119
6132
+msgid "Left click pops up the items' menu"
6133
+msgstr ""
6134
+
6135
+#: ../System-Monitor/data/messages:131 ../powermanager/data/messages:127
6136
+msgid "It's the colour of the graphic for high values."
6137
+msgstr ""
6138
+
6139
+#: ../System-Monitor/data/messages:135 ../powermanager/data/messages:131
6140
+msgid "It's the colour of the graphic for low values."
6141
+msgstr ""
6142
+
6143
+#: ../System-Monitor/data/messages:145
6144
+msgid "Show CPU usage?"
6145
+msgstr ""
6146
+
6147
+#: ../System-Monitor/data/messages:147
6148
+msgid "Show RAM usage ?"
6149
+msgstr ""
6150
+
6151
+#: ../System-Monitor/data/messages:149
6152
+msgid "Show SWAP too?"
6153
+msgstr ""
6154
+
6155
+#: ../System-Monitor/data/messages:151
6156
+msgid "You need an nVidia card and the 'nvidia-settings' tool."
6157
+msgstr ""
6158
+
6159
+#: ../System-Monitor/data/messages:153
6160
+msgid "Show graphic card's temperature?"
6161
+msgstr ""
6162
+
6163
+#: ../System-Monitor/data/messages:155
6164
+msgid "Show CPU temperature?"
6165
+msgstr ""
6166
+
6167
+#: ../System-Monitor/data/messages:157
6168
+msgid "Show fan speed?"
6169
+msgstr ""
6170
+
6171
+#: ../System-Monitor/data/messages:159
6172
+msgid "Show free memory instead of used memory?"
6173
+msgstr ""
6174
+
6175
+#: ../System-Monitor/data/messages:161
6176
+msgid "Display values :"
6177
+msgstr ""
6178
+
6179
+#: ../System-Monitor/data/messages:171
6180
+msgid "Delay between refreshes:"
6181
+msgstr ""
6182
+
6183
+#: ../System-Monitor/data/messages:175 ../wifi/data/messages:179
6184
+msgid "How smooth is the movement?"
6185
+msgstr ""
6186
+
6187
+#: ../System-Monitor/data/messages:177
6188
+msgid "Alerts"
6189
+msgstr ""
6190
+
6191
+#: ../System-Monitor/data/messages:179
6192
+msgid "Show alerts?"
6193
+msgstr ""
6194
+
6195
+#: ../System-Monitor/data/messages:181
6196
+msgid "Play a sound when displaying warning?"
6197
+msgstr ""
6198
+
6199
+#: ../System-Monitor/data/messages:183
6200
+msgid "Path to sound file:"
6201
+msgstr ""
6202
+
6203
+#: ../System-Monitor/data/messages:185
6204
+msgid "System-Monitor"
6205
+msgstr ""
6206
+
6207
+#: ../System-Monitor/data/messages:191
6208
+msgid ""
6209
+"It will prevent the system monitor's icon to show in the taskbar. The "
6210
+"applet's icon will then behave as a launcher, an application, and an applet."
6211
+msgstr ""
6212
+
6213
+#: ../System-Monitor/data/messages:193
6214
+msgid "Steal the system monitor's icon from the taskbar?"
6215
+msgstr ""
6216
+
6217
+#: ../System-Monitor/data/messages:197
6218
+msgid "Class of the system monitor program:"
6219
+msgstr ""
6220
+
6221
+#: ../System-Monitor/data/messages:199
6222
+msgid "Top List"
6223
+msgstr ""
6224
+
6225
+#: ../System-Monitor/data/messages:201
6226
+msgid ""
6227
+"When you left-click on the icon, you will get the list of the N most CPU/RAM-"
6228
+"intensive programs."
6229
+msgstr ""
6230
+
6231
+#: ../System-Monitor/data/messages:203
6232
+msgid "Number of programs to display in the top list:"
6233
+msgstr ""
6234
+
6235
+#: ../System-Monitor/data/messages:205
6236
+msgid "The first colour of the gradient used to display the top list."
6237
+msgstr ""
6238
+
6239
+#: ../System-Monitor/data/messages:207
6240
+msgid "Top list start colour:"
6241
+msgstr ""
6242
+
6243
+#: ../System-Monitor/data/messages:209
6244
+msgid "The second colour of the gradient used to display the top list."
6245
+msgstr ""
6246
+
6247
+#: ../System-Monitor/data/messages:211
6248
+msgid "Top list stop colour:"
6249
+msgstr ""
6250
+
6251
+#: ../System-Monitor/data/messages:213
6252
+msgid "Show top memory usage in %?"
6253
+msgstr ""
6254
+
6255
+#: ../System-Monitor/data/messages:217
6256
+msgid "Delay between top list refreshes:"
6257
+msgstr ""
6258
+
6259
+#: ../System-Monitor/data/messages:219
6260
+msgid "Graphic Card temperature"
6261
+msgstr ""
6262
+
6263
+#: ../System-Monitor/data/messages:221 ../System-Monitor/data/messages:225
6264
+msgid ""
6265
+"in Celsius. The temperature will be displayed between this value and the "
6266
+"upper limit."
6267
+msgstr ""
6268
+
6269
+#: ../System-Monitor/data/messages:223
6270
+msgid "Lower limit of graphic card temperature:"
6271
+msgstr ""
6272
+
6273
+#: ../System-Monitor/data/messages:227
6274
+msgid "Upper limit of graphic card temperature:"
6275
+msgstr ""
6276
+
6277
+#: ../System-Monitor/data/messages:229
6278
+msgid "in celcius."
6279
+msgstr ""
6280
+
6281
+#: ../System-Monitor/data/messages:231
6282
+msgid "Notification limit of graphic card temperature:"
6283
+msgstr ""
6284
+
6285
+#: ../Toons/data/messages:103
6286
+msgid "Mean delay between winks:"
6287
+msgstr ""
6288
+
6289
+#: ../Toons/data/messages:107
6290
+msgid "Wink duration:"
6291
+msgstr ""
6292
+
6293
+#: ../Toons/data/messages:109
6294
+msgid "Keep ratio?"
6295
+msgstr ""
6296
+
6297
+#: ../Toons/data/messages:111
6298
+msgid "A high refresh frequency will use more CPU."
6299
+msgstr ""
6300
+
6301
+#: ../Toons/data/messages:113
6302
+msgid "High refresh frequency?"
6303
+msgstr ""
6304
+
6305
+#: ../Xgamma/data/messages:7
6306
+msgid "Leave empty to display the current luminosity."
6307
+msgstr ""
6308
+
6309
+#: ../Xgamma/data/messages:95 ../alsaMixer/data/messages:105
6310
+msgid "Variation for 1 mouse scroll, in %:"
6311
+msgstr ""
6312
+
6313
+#: ../Xgamma/data/messages:97
6314
+msgid "Use 0 for none."
6315
+msgstr ""
6316
+
6317
+#: ../Xgamma/data/messages:99
6318
+msgid "Brightness to apply automatically on startup:"
6319
+msgstr ""
6320
+
6321
+#: ../Xgamma/data/messages:101
6322
+msgid "Shortkey to increase the brightness:"
6323
+msgstr ""
6324
+
6325
+#: ../Xgamma/data/messages:103
6326
+msgid "Shortkey to decrease the brightness:"
6327
+msgstr ""
6328
+
6329
+#: ../alsaMixer/data/messages:7 ../alsaMixer/data/messages:155
6330
+msgid "Leave empty to use the default sound card."
6331
+msgstr ""
6332
+
6333
+#: ../alsaMixer/data/messages:103
6334
+msgid "Shortkey to show/hide the sound control dialog:"
6335
+msgstr ""
6336
+
6337
+#: ../alsaMixer/data/messages:107
6338
+msgid "Hide the scale when mouse leaves the desklet?"
6339
+msgstr ""
6340
+
6341
+#: ../alsaMixer/data/messages:111
6342
+msgid "Display volume :"
6343
+msgstr ""
6344
+
6345
+#: ../alsaMixer/data/messages:119
6346
+msgid "Effect to apply to the icon when adjusting volume:"
6347
+msgstr ""
6348
+
6349
+#: ../alsaMixer/data/messages:133
6350
+msgid "Default icon:"
6351
+msgstr ""
6352
+
6353
+#: ../alsaMixer/data/messages:137
6354
+msgid "Mute icon:"
6355
+msgstr ""
6356
+
6357
+#: ../alsaMixer/data/messages:151
6358
+msgid "Broken icon:"
6359
+msgstr ""
6360
+
6361
+#: ../alsaMixer/data/messages:153
6362
+msgid "Alsa"
6363
+msgstr ""
6364
+
6365
+#: ../alsaMixer/data/messages:157
6366
+msgid "Sound card:"
6367
+msgstr ""
6368
+
6369
+#: ../alsaMixer/data/messages:159
6370
+msgid "Select channel:"
6371
+msgstr ""
6372
+
6373
+#: ../alsaMixer/data/messages:161
6374
+msgid ""
6375
+"On some cards, a channel only controls 1 side (right or left). You will then "
6376
+"need to specify a second channel here, to control both sides. Most of the "
6377
+"time, you should just leave this empty."
6378
+msgstr ""
6379
+
6380
+#: ../alsaMixer/data/messages:163
6381
+msgid "Choose a second channel to control (optional):"
6382
+msgstr ""
6383
+
6384
+#: ../alsaMixer/data/messages:165
6385
+msgid "Leave empty to use the default command."
6386
+msgstr ""
6387
+
6388
+#: ../alsaMixer/data/messages:167
6389
+msgid "Specific command to run to show an advanced sound mixer:"
6390
+msgstr ""
6391
+
6392
+#: ../clock/data/messages:7
6393
+msgid "Leave empty to use the location name if available."
6394
+msgstr ""
6395
+
6396
+#: ../clock/data/messages:103
6397
+msgid "Show the date:"
6398
+msgstr ""
6399
+
6400
+#: ../clock/data/messages:111
6401
+msgid "for digital format only."
6402
+msgstr ""
6403
+
6404
+#: ../clock/data/messages:113
6405
+msgid "Display the time in a 24h format?"
6406
+msgstr ""
6407
+
6408
+#: ../clock/data/messages:115
6409
+msgid ""
6410
+"if not, then the applet will update the time once a minute, saving CPU power."
6411
+msgstr ""
6412
+
6413
+#: ../clock/data/messages:117
6414
+msgid "Show seconds?"
6415
+msgstr ""
6416
+
6417
+#: ../clock/data/messages:119
6418
+msgid ""
6419
+"In ms. Set 0 for non-smooth animation, set 1000 to have a continuous "
6420
+"animation. Requires OpenGL."
6421
+msgstr ""
6422
+
6423
+#: ../clock/data/messages:121
6424
+msgid "Display seconds with smooth animation for a duration of:"
6425
+msgstr ""
6426
+
6427
+#: ../clock/data/messages:123
6428
+msgid "E.g. :Europe/Paris, :Japan, etc. Leave empty for local time."
6429
+msgstr ""
6430
+
6431
+#: ../clock/data/messages:125
6432
+msgid "Timezone:"
6433
+msgstr ""
6434
+
6435
+#: ../clock/data/messages:127
6436
+msgid "Use the tasks from the following task-manager:"
6437
+msgstr ""
6438
+
6439
+#: ../clock/data/messages:129
6440
+msgid "Default"
6441
+msgstr ""
6442
+
6443
+#: ../clock/data/messages:131
6444
+msgid "iCal"
6445
+msgstr ""
6446
+
6447
+#: ../clock/data/messages:135
6448
+msgid ""
6449
+"The analogue view is based on CairoClock; otherwise it will be displayed in "
6450
+"digital format."
6451
+msgstr ""
6452
+
6453
+#: ../clock/data/messages:137
6454
+msgid "Select the view :"
6455
+msgstr ""
6456
+
6457
+#: ../clock/data/messages:139
6458
+msgid "Analogue"
6459
+msgstr ""
6460
+
6461
+#: ../clock/data/messages:141
6462
+msgid "Digital"
6463
+msgstr ""
6464
+
6465
+#: ../clock/data/messages:143
6466
+msgid "Analogue View"
6467
+msgstr ""
6468
+
6469
+#: ../clock/data/messages:145
6470
+msgid "List of available themes for analogue display:"
6471
+msgstr ""
6472
+
6473
+#: ../clock/data/messages:147
6474
+msgid "Date text colour:"
6475
+msgstr ""
6476
+
6477
+#: ../clock/data/messages:149
6478
+msgid "Digital View"
6479
+msgstr ""
6480
+
6481
+#: ../clock/data/messages:151
6482
+msgid "Use a custom font"
6483
+msgstr ""
6484
+
6485
+#: ../clock/data/messages:153 ../keyboard-indicator/data/messages:111
6486
+msgid "Font:"
6487
+msgstr ""
6488
+
6489
+#: ../clock/data/messages:157
6490
+msgid "Layout of the text:"
6491
+msgstr ""
6492
+
6493
+#: ../clock/data/messages:159 ../switcher/data/messages:95
6494
+msgid "Automatic"
6495
+msgstr ""
6496
+
6497
+#: ../clock/data/messages:161
6498
+msgid "On 1 line"
6499
+msgstr ""
6500
+
6501
+#: ../clock/data/messages:163
6502
+msgid "On 2 lines"
6503
+msgstr ""
6504
+
6505
+#: ../clock/data/messages:165
6506
+msgid "Ratio to apply on text :"
6507
+msgstr ""
6508
+
6509
+#: ../clock/data/messages:169
6510
+msgid "Configure time and date"
6511
+msgstr ""
6512
+
6513
+#: ../clock/data/messages:171 ../logout/data/messages:111
6514
+msgid "Leave empty to execute the default command."
6515
+msgstr ""
6516
+
6517
+#: ../clock/data/messages:173
6518
+msgid "Specific command to run:"
6519
+msgstr ""
6520
+
6521
+#: ../clock/data/messages:177
6522
+msgid ""
6523
+"The new alarm will be added to the end / the last alarm will be removed."
6524
+msgstr ""
6525
+
6526
+#: ../clock/data/messages:179
6527
+msgid "Add or remove an alarm:"
6528
+msgstr ""
6529
+
6530
+#: ../dialog-rendering/data/messages:1
6531
+msgid "Comics"
6532
+msgstr ""
6533
+
6534
+#: ../dialog-rendering/data/messages:3 ../dialog-rendering/data/messages:11
6535
+#: ../dialog-rendering/data/messages:21 ../dialog-rendering/data/messages:29
6536
+#: ../dock-rendering/data/messages:69
6537
+msgid "Corner radius:"
6538
+msgstr ""
6539
+
6540
+#: ../dialog-rendering/data/messages:5 ../dialog-rendering/data/messages:13
6541
+#: ../dialog-rendering/data/messages:23 ../dialog-rendering/data/messages:31
6542
+msgid "Border width:"
6543
+msgstr ""
6544
+
6545
+#: ../dialog-rendering/data/messages:7 ../dialog-rendering/data/messages:15
6546
+#: ../dialog-rendering/data/messages:25 ../dialog-rendering/data/messages:33
6547
+msgid "Bubble's line colour:"
6548
+msgstr ""
6549
+
6550
+#: ../dialog-rendering/data/messages:9
6551
+msgid "Modern"
6552
+msgstr ""
6553
+
6554
+#: ../dialog-rendering/data/messages:17
6555
+msgid "Space between lines of the tip :"
6556
+msgstr ""
6557
+
6558
+#: ../dialog-rendering/data/messages:19
6559
+msgid "Tooltip"
6560
+msgstr ""
6561
+
6562
+#: ../dialog-rendering/data/messages:27
6563
+msgid "Curly"
6564
+msgstr ""
6565
+
6566
+#: ../dialog-rendering/data/messages:35
6567
+msgid "Curvature of the tip :"
6568
+msgstr ""
6569
+
6570
+#: ../dialog-rendering/data/messages:37
6571
+msgid "Curve the sides too?"
6572
+msgstr ""
6573
+
6574
+#: ../dnd2share/data/messages:89
6575
+msgid "Info-bubbles"
6576
+msgstr ""
6577
+
6578
+#: ../dnd2share/data/messages:91
6579
+msgid "Enable info-bubbles?"
6580
+msgstr ""
6581
+
6582
+#: ../dnd2share/data/messages:95
6583
+msgid "Duration of the info-bubbles :"
6584
+msgstr ""
6585
+
6586
+#: ../dnd2share/data/messages:99
6587
+msgid "Number of items to keep in the history :"
6588
+msgstr ""
6589
+
6590
+#: ../dnd2share/data/messages:101
6591
+msgid "Keep a copy of each uploaded image?"
6592
+msgstr ""
6593
+
6594
+#: ../dnd2share/data/messages:103
6595
+msgid "This will override the image setting."
6596
+msgstr ""
6597
+
6598
+#: ../dnd2share/data/messages:105
6599
+msgid "If so, display the last image on the icon?"
6600
+msgstr ""
6601
+
6602
+#: ../dnd2share/data/messages:107
6603
+msgid "Animation of the icon during upload :"
6604
+msgstr ""
6605
+
6606
+#: ../dnd2share/data/messages:109
6607
+msgid "Use the following service to make the URL smaller:"
6608
+msgstr ""
6609
+
6610
+#: ../dnd2share/data/messages:113
6611
+msgid "Tiny-URL"
6612
+msgstr ""
6613
+
6614
+#: ../dnd2share/data/messages:115
6615
+msgid "Shorter-Link"
6616
+msgstr ""
6617
+
6618
+#: ../dnd2share/data/messages:117
6619
+msgid "Use the tiny URL by default?"
6620
+msgstr ""
6621
+
6622
+#: ../dnd2share/data/messages:119
6623
+msgid "in KB/s - 0 means unlimited"
6624
+msgstr ""
6625
+
6626
+#: ../dnd2share/data/messages:121
6627
+msgid "Maximum upload rate:"
6628
+msgstr ""
6629
+
6630
+#: ../dnd2share/data/messages:123
6631
+msgid "Sites"
6632
+msgstr ""
6633
+
6634
+#: ../dnd2share/data/messages:125
6635
+msgid "Use files hosting site for any kind of files?"
6636
+msgstr ""
6637
+
6638
+#: ../dnd2share/data/messages:127
6639
+msgid "Preferred site for texts hosting :"
6640
+msgstr ""
6641
+
6642
+#: ../dnd2share/data/messages:129 ../dnd2share/data/messages:141
6643
+#: ../dnd2share/data/messages:151 ../dnd2share/data/messages:157
6644
+msgid "Custom"
6645
+msgstr ""
6646
+
6647
+#: ../dnd2share/data/messages:131
6648
+msgid "Pastebin.com"
6649
+msgstr ""
6650
+
6651
+#: ../dnd2share/data/messages:133
6652
+msgid "Paste-ubuntu.com"
6653
+msgstr ""
6654
+
6655
+#: ../dnd2share/data/messages:135
6656
+msgid "Pastebin.mozilla.org"
6657
+msgstr ""
6658
+
6659
+#: ../dnd2share/data/messages:137
6660
+msgid "Codepad.org"
6661
+msgstr ""
6662
+
6663
+#: ../dnd2share/data/messages:139
6664
+msgid "Preferred site for images hosting :"
6665
+msgstr ""
6666
+
6667
+#: ../dnd2share/data/messages:143
6668
+msgid "Uppix.net"
6669
+msgstr ""
6670
+
6671
+#: ../dnd2share/data/messages:145
6672
+msgid "Imagebin.ca"
6673
+msgstr ""
6674
+
6675
+#: ../dnd2share/data/messages:147
6676
+msgid "ImageShack.us"
6677
+msgstr ""
6678
+
6679
+#: ../dnd2share/data/messages:149
6680
+msgid "Preferred site for videos hosting :"
6681
+msgstr ""
6682
+
6683
+#: ../dnd2share/data/messages:153
6684
+msgid "VideoBin.org"
6685
+msgstr ""
6686
+
6687
+#: ../dnd2share/data/messages:155
6688
+msgid "Preferred site for files hosting :"
6689
+msgstr ""
6690
+
6691
+#: ../dnd2share/data/messages:159
6692
+msgid "dl.free.fr"
6693
+msgstr ""
6694
+
6695
+#: ../dnd2share/data/messages:161
6696
+msgid "DropBox"
6697
+msgstr ""
6698
+
6699
+#: ../dnd2share/data/messages:163
6700
+msgid "UbuntuOne"
6701
+msgstr ""
6702
+
6703
+#: ../dnd2share/data/messages:165 ../dnd2share/data/messages:169
6704
+#: ../dnd2share/data/messages:173 ../dnd2share/data/messages:177
6705
+msgid ""
6706
+"The script takes the file path as a parameter, and write the resulting URL "
6707
+"on the standard output."
6708
+msgstr ""
6709
+
6710
+#: ../dnd2share/data/messages:167
6711
+msgid "Custom script for text upload :"
6712
+msgstr ""
6713
+
6714
+#: ../dnd2share/data/messages:171
6715
+msgid "Custom script for image upload :"
6716
+msgstr ""
6717
+
6718
+#: ../dnd2share/data/messages:175
6719
+msgid "Custom script for video upload :"
6720
+msgstr ""
6721
+
6722
+#: ../dnd2share/data/messages:179
6723
+msgid "Custom script for file upload :"
6724
+msgstr ""
6725
+
6726
+#: ../dnd2share/data/messages:181
6727
+msgid "Leave empty to upload files into '~/Dropbox/Public'."
6728
+msgstr ""
6729
+
6730
+#: ../dnd2share/data/messages:183
6731
+msgid "Path of the DropBox folder :"
6732
+msgstr ""
6733
+
6734
+#: ../dnd2share/data/messages:185
6735
+msgid "Otherwise, your user name will be used when possible."
6736
+msgstr ""
6737
+
6738
+#: ../dnd2share/data/messages:187
6739
+msgid "Post text as Anonymous ?"
6740
+msgstr ""
6741
+
6742
+#: ../dock-rendering/data/messages:1
6743
+msgid "Inclinated Plane"
6744
+msgstr ""
6745
+
6746
+#: ../dock-rendering/data/messages:3
6747
+msgid "The lower the value, the lower the point of view on the plane."
6748
+msgstr ""
6749
+
6750
+#: ../dock-rendering/data/messages:5
6751
+msgid "Height of the vanishing point:"
6752
+msgstr ""
6753
+
6754
+#: ../dock-rendering/data/messages:9
6755
+msgid "The lower the value, the flatter the curve will appear."
6756
+msgstr ""
6757
+
6758
+#: ../dock-rendering/data/messages:11
6759
+msgid "Curvature of the curve in percent:"
6760
+msgstr ""
6761
+
6762
+#: ../dock-rendering/data/messages:15
6763
+msgid "Amplitude of the curve:"
6764
+msgstr ""
6765
+
6766
+#: ../dock-rendering/data/messages:19
6767
+msgid "Physically separate groups of icons"
6768
+msgstr ""
6769
+
6770
+#: ../dock-rendering/data/messages:21
6771
+msgid "At 1, the icons will have the same size as in other views."
6772
+msgstr ""
6773
+
6774
+#: ../dock-rendering/data/messages:23
6775
+msgid "Ratio to apply on icons' size :"
6776
+msgstr ""
6777
+
6778
+#: ../dock-rendering/data/messages:25
6779
+msgid "smaller icons"
6780
+msgstr ""
6781
+
6782
+#: ../dock-rendering/data/messages:27
6783
+msgid "normal icons"
6784
+msgstr ""
6785
+
6786
+#: ../dock-rendering/data/messages:31
6787
+msgid "Grid"
6788
+msgstr ""
6789
+
6790
+#: ../dock-rendering/data/messages:33
6791
+msgid "Space between columns:"
6792
+msgstr ""
6793
+
6794
+#: ../dock-rendering/data/messages:35 ../dock-rendering/data/messages:113
6795
+msgid "Space between rows:"
6796
+msgstr ""
6797
+
6798
+#: ../dock-rendering/data/messages:37
6799
+msgid "Only for sub-docks."
6800
+msgstr ""
6801
+
6802
+#: ../dock-rendering/data/messages:39
6803
+msgid "Maximum size of the dock:"
6804
+msgstr ""
6805
+
6806
+#: ../dock-rendering/data/messages:41
6807
+msgid "Small"
6808
+msgstr ""
6809
+
6810
+#: ../dock-rendering/data/messages:43
6811
+msgid "Full screen"
6812
+msgstr ""
6813
+
6814
+#: ../dock-rendering/data/messages:45
6815
+msgid "Zoom when mouse hovers an icon:"
6816
+msgstr ""
6817
+
6818
+#: ../dock-rendering/data/messages:51
6819
+msgid "Sinusoidal wave radius:"
6820
+msgstr ""
6821
+
6822
+#: ../dock-rendering/data/messages:53
6823
+msgid "Use a linear wave rather than a sinusoidal wave?"
6824
+msgstr ""
6825
+
6826
+#: ../dock-rendering/data/messages:55
6827
+msgid "Display text for all icons?"
6828
+msgstr ""
6829
+
6830
+#: ../dock-rendering/data/messages:57 ../slider/data/messages:171
6831
+msgid "Frame"
6832
+msgstr ""
6833
+
6834
+#: ../dock-rendering/data/messages:59
6835
+msgid "Draw a background?"
6836
+msgstr ""
6837
+
6838
+#: ../dock-rendering/data/messages:61
6839
+msgid "First gradient colour :"
6840
+msgstr ""
6841
+
6842
+#: ../dock-rendering/data/messages:63
6843
+msgid "Second gradient colour :"
6844
+msgstr ""
6845
+
6846
+#: ../dock-rendering/data/messages:65
6847
+msgid "Top to bottom gradient?"
6848
+msgstr ""
6849
+
6850
+#: ../dock-rendering/data/messages:67
6851
+msgid "Left to right gradient?"
6852
+msgstr ""
6853
+
6854
+#: ../dock-rendering/data/messages:71
6855
+msgid "Border line width :"
6856
+msgstr ""
6857
+
6858
+#: ../dock-rendering/data/messages:73
6859
+msgid "Border line colour :"
6860
+msgstr ""
6861
+
6862
+#: ../dock-rendering/data/messages:75
6863
+msgid "Arrow width :"
6864
+msgstr ""
6865
+
6866
+#: ../dock-rendering/data/messages:77
6867
+msgid "Arrow height:"
6868
+msgstr ""
6869
+
6870
+#: ../dock-rendering/data/messages:79
6871
+msgid "Scroll bar"
6872
+msgstr ""
6873
+
6874
+#: ../dock-rendering/data/messages:81
6875
+msgid "Color of the scroll bar's outline:"
6876
+msgstr ""
6877
+
6878
+#: ../dock-rendering/data/messages:83
6879
+msgid "Color of the scroll bar's inside:"
6880
+msgstr ""
6881
+
6882
+#: ../dock-rendering/data/messages:85
6883
+msgid "Color of the scroll grip:"
6884
+msgstr ""
6885
+
6886
+#: ../dock-rendering/data/messages:89
6887
+msgid "The higher this value, the sooner the parabola will be curved."
6888
+msgstr ""
6889
+
6890
+#: ../dock-rendering/data/messages:91
6891
+msgid "Curvature:"
6892
+msgstr ""
6893
+
6894
+#: ../dock-rendering/data/messages:93
6895
+msgid "The parabola will be restricted to a rectangle of this proportion."
6896
+msgstr ""
6897
+
6898
+#: ../dock-rendering/data/messages:95
6899
+msgid "Height/width ratio:"
6900
+msgstr ""
6901
+
6902
+#: ../dock-rendering/data/messages:97
6903
+msgid "0 represents a flat wave, 1 represents maximum wave curvature."
6904
+msgstr ""
6905
+
6906
+#: ../dock-rendering/data/messages:99 ../dock-rendering/data/messages:119
6907
+msgid "Magnitude of the wave:"
6908
+msgstr ""
6909
+
6910
+#: ../dock-rendering/data/messages:101
6911
+msgid "Curve towards the outside?"
6912
+msgstr ""
6913
+
6914
+#: ../dock-rendering/data/messages:105
6915
+msgid "Space between icons and their captions:"
6916
+msgstr ""
6917
+
6918
+#: ../dock-rendering/data/messages:107
6919
+msgid ""
6920
+"This may recquire more CPU during the unfolding animation, except if you "
6921
+"launch Cairo-Dock with OpenGL."
6922
+msgstr ""
6923
+
6924
+#: ../dock-rendering/data/messages:109
6925
+msgid "Draw captions while unfolding?"
6926
+msgstr ""
6927
+
6928
+#: ../dock-rendering/data/messages:115
6929
+msgid "Space between icons:"
6930
+msgstr ""
6931
+
6932
+#: ../dock-rendering/data/messages:117
6933
+msgid ""
6934
+"0 represents a flat wave, 1 means the wave is identical to other views."
6935
+msgstr ""
6936
+
6937
+#: ../dock-rendering/data/messages:121
6938
+msgid "Number of icons on the first row:"
6939
+msgstr ""
6940
+
6941
+#: ../dock-rendering/data/messages:123
6942
+msgid ""
6943
+"in degrees. The lower the value, the narrower the cone. 180° represents a "
6944
+"wide open cone."
6945
+msgstr ""
6946
+
6947
+#: ../dock-rendering/data/messages:125
6948
+msgid "Cone width:"
6949
+msgstr ""
6950
+
6951
+#: ../dock-rendering/data/messages:127
6952
+msgid "Set transparency to 0 to not use it. This is quite slow with cairo."
6953
+msgstr ""
6954
+
6955
+#: ../dock-rendering/data/messages:129
6956
+msgid "Bow colour:"
6957
+msgstr ""
6958
+
6959
+#: ../dock-rendering/data/messages:131
6960
+msgid "Line colour:"
6961
+msgstr ""
6962
+
6963
+#: ../drop-indicator/data/messages:1
6964
+msgid "Drag and drop indicator"
6965
+msgstr ""
6966
+
6967
+#: ../drop-indicator/data/messages:3
6968
+msgid "Images"
6969
+msgstr ""
6970
+
6971
+#: ../drop-indicator/data/messages:5
6972
+msgid ""
6973
+"Typically an arrow, this will be displayed when you try to drop a new "
6974
+"launcher into the dock. Leave this empty to use the default."
6975
+msgstr ""
6976
+
6977
+#: ../drop-indicator/data/messages:7
6978
+msgid "Image for the drag & drop animation:"
6979
+msgstr ""
6980
+
6981
+#: ../drop-indicator/data/messages:9
6982
+msgid ""
6983
+"An emblem that will be displayed when you try to drop something on an icon. "
6984
+"Leave empty to use the default one."
6985
+msgstr ""
6986
+
6987
+#: ../drop-indicator/data/messages:11
6988
+msgid "Image when hovering an icon :"
6989
+msgstr ""
6990
+
6991
+#: ../drop-indicator/data/messages:13
6992
+msgid "Animation"
6993
+msgstr ""
6994
+
6995
+#: ../drop-indicator/data/messages:15
6996
+msgid "Speed:"
6997
+msgstr ""
6998
+
6999
+#: ../drop-indicator/data/messages:17
7000
+msgid "Number of round per second."
7001
+msgstr ""
7002
+
7003
+#: ../drop-indicator/data/messages:19 ../illusion/data/messages:79
7004
+#: ../show-mouse/data/messages:7
7005
+msgid "Rotation speed :"
7006
+msgstr ""
7007
+
7008
+#: ../dustbin/data/messages:89
7009
+msgid "Theme"
7010
+msgstr ""
7011
+
7012
+#: ../dustbin/data/messages:93
7013
+msgid "Name of the image to overwrite the theme's empty image :"
7014
+msgstr ""
7015
+
7016
+#: ../dustbin/data/messages:95
7017
+msgid "Name of the image to overwrite the theme's full image :"
7018
+msgstr ""
7019
+
7020
+#: ../dustbin/data/messages:97
7021
+msgid "Config"
7022
+msgstr ""
7023
+
7024
+#: ../dustbin/data/messages:99
7025
+msgid "Display the following quick info :"
7026
+msgstr ""
7027
+
7028
+#: ../dustbin/data/messages:103
7029
+msgid "Number of files"
7030
+msgstr ""
7031
+
7032
+#: ../dustbin/data/messages:105
7033
+msgid "Total number of files"
7034
+msgstr ""
7035
+
7036
+#: ../dustbin/data/messages:107
7037
+msgid "Total weight"
7038
+msgstr ""
7039
+
7040
+#: ../dustbin/data/messages:109
7041
+msgid "Ask confirmation before emptying Dustbin?"
7042
+msgstr ""
7043
+
7044
+#: ../icon-effect/data/messages:51
7045
+msgid "Draw in background?"
7046
+msgstr ""
7047
+
7048
+#: ../icon-effect/data/messages:53
7049
+msgid "Rotate effects with dock?"
7050
+msgstr ""
7051
+
7052
+#: ../icon-effect/data/messages:57
7053
+msgid "In ms. Set 0 to not use this effect."
7054
+msgstr ""
7055
+
7056
+#: ../icon-effect/data/messages:63 ../icon-effect/data/messages:91
7057
+#: ../icon-effect/data/messages:113 ../icon-effect/data/messages:135
7058
+#: ../icon-effect/data/messages:157 ../icon-effect/data/messages:177
7059
+#: ../illusion/data/messages:35 ../terminal/data/messages:93
7060
+msgid "Colours"
7061
+msgstr ""
7062
+
7063
+#: ../icon-effect/data/messages:71
7064
+msgid ""
7065
+"This will slightly alter your colours, so you may have to modify them."
7066
+msgstr ""
7067
+
7068
+#: ../icon-effect/data/messages:73 ../icon-effect/data/messages:185
7069
+msgid "Add luminance?"
7070
+msgstr ""
7071
+
7072
+#: ../icon-effect/data/messages:75 ../icon-effect/data/messages:99
7073
+#: ../icon-effect/data/messages:119 ../icon-effect/data/messages:141
7074
+#: ../icon-effect/data/messages:163 ../icon-effect/data/messages:187
7075
+#: ../illusion/data/messages:43
7076
+msgid "Particles"
7077
+msgstr ""
7078
+
7079
+#: ../icon-effect/data/messages:77 ../icon-effect/data/messages:101
7080
+#: ../icon-effect/data/messages:121 ../icon-effect/data/messages:143
7081
+#: ../icon-effect/data/messages:165 ../illusion/data/messages:45
7082
+msgid "Number of particles:"
7083
+msgstr ""
7084
+
7085
+#: ../icon-effect/data/messages:79 ../icon-effect/data/messages:103
7086
+#: ../icon-effect/data/messages:123 ../icon-effect/data/messages:145
7087
+#: ../icon-effect/data/messages:167 ../icon-effect/data/messages:197
7088
+#: ../illusion/data/messages:47 ../show-mouse/data/messages:25
7089
+msgid "Particle size:"
7090
+msgstr ""
7091
+
7092
+#: ../icon-effect/data/messages:81 ../icon-effect/data/messages:125
7093
+#: ../icon-effect/data/messages:147 ../illusion/data/messages:49
7094
+msgid "Particle speed:"
7095
+msgstr ""
7096
+
7097
+#: ../icon-effect/data/messages:183
7098
+msgid "It particularily fits a dark wallpaper or a dark theme."
7099
+msgstr ""
7100
+
7101
+#: ../icon-effect/data/messages:189 ../show-mouse/data/messages:3
7102
+msgid "Number of sources:"
7103
+msgstr ""
7104
+
7105
+#: ../icon-effect/data/messages:191 ../show-mouse/data/messages:17
7106
+msgid "Number of particles per source:"
7107
+msgstr ""
7108
+
7109
+#: ../icon-effect/data/messages:193
7110
+msgid "In percentage of the icon's size."
7111
+msgstr ""
7112
+
7113
+#: ../icon-effect/data/messages:195
7114
+msgid "Radius of the explosion:"
7115
+msgstr ""
7116
+
7117
+#: ../icon-effect/data/messages:199
7118
+msgid "Show the launching?"
7119
+msgstr ""
7120
+
7121
+#: ../icon-effect/data/messages:201
7122
+msgid "Particle friction:"
7123
+msgstr ""
7124
+
7125
+#: ../illusion/data/messages:3
7126
+msgid "Animation on disappearance:"
7127
+msgstr ""
7128
+
7129
+#: ../illusion/data/messages:5 ../illusion/data/messages:19
7130
+#: ../illusion/data/messages:31
7131
+msgid "Evaporate"
7132
+msgstr ""
7133
+
7134
+#: ../illusion/data/messages:7 ../illusion/data/messages:21
7135
+#: ../illusion/data/messages:53
7136
+msgid "Fade out"
7137
+msgstr ""
7138
+
7139
+#: ../illusion/data/messages:9 ../illusion/data/messages:23
7140
+#: ../illusion/data/messages:57
7141
+msgid "Explode"
7142
+msgstr ""
7143
+
7144
+#: ../illusion/data/messages:11 ../illusion/data/messages:25
7145
+#: ../illusion/data/messages:67
7146
+msgid "Break"
7147
+msgstr ""
7148
+
7149
+#: ../illusion/data/messages:13 ../illusion/data/messages:27
7150
+#: ../illusion/data/messages:73
7151
+msgid "Black Hole"
7152
+msgstr ""
7153
+
7154
+#: ../illusion/data/messages:15 ../illusion/data/messages:29
7155
+msgid "Random"
7156
+msgstr ""
7157
+
7158
+#: ../illusion/data/messages:17
7159
+msgid "Animation on appearance:"
7160
+msgstr ""
7161
+
7162
+#: ../illusion/data/messages:51
7163
+msgid "Evaporate upwards?"
7164
+msgstr ""
7165
+
7166
+#: ../illusion/data/messages:61 ../illusion/data/messages:71
7167
+msgid "Number of pieces:"
7168
+msgstr ""
7169
+
7170
+#: ../illusion/data/messages:63
7171
+msgid "Explosion radius:"
7172
+msgstr ""
7173
+
7174
+#: ../illusion/data/messages:65
7175
+msgid "Break the icon into cubes?"
7176
+msgstr ""
7177
+
7178
+#: ../illusion/data/messages:77
7179
+msgid "in round per second."
7180
+msgstr ""
7181
+
7182
+#: ../illusion/data/messages:81
7183
+msgid "The greater, the faster the icon will collapse to the center."
7184
+msgstr ""
7185
+
7186
+#: ../illusion/data/messages:83
7187
+msgid "Attraction of the Black Hole:"
7188
+msgstr ""
7189
+
7190
+#: ../keyboard-indicator/data/messages:101
7191
+msgid "caps lock, num lock, etc."
7192
+msgstr ""
7193
+
7194
+#: ../keyboard-indicator/data/messages:103
7195
+msgid "Display keyboard locks as quick-info?"
7196
+msgstr ""
7197
+
7198
+#: ../keyboard-indicator/data/messages:105
7199
+msgid ""
7200
+"in ms. Set to 0 if you don't want an animation when the keyboard layout "
7201
+"changes."
7202
+msgstr ""
7203
+
7204
+#: ../keyboard-indicator/data/messages:107
7205
+msgid "Duration of the transition animation:"
7206
+msgstr ""
7207
+
7208
+#: ../keyboard-indicator/data/messages:113
7209
+msgid "Text colour"
7210
+msgstr ""
7211
+
7212
+#: ../keyboard-indicator/data/messages:117
7213
+msgid ""
7214
+"the smaller is the text in the icon. 1 means the text fills all the icon."
7215
+msgstr ""
7216
+
7217
+#: ../keyboard-indicator/data/messages:119
7218
+msgid "Relative size of the text :"
7219
+msgstr ""
7220
+
7221
+#: ../keyboard-indicator/data/messages:121
7222
+msgid "smaller"
7223
+msgstr ""
7224
+
7225
+#: ../logout/data/messages:93
7226
+msgid "Action"
7227
+msgstr ""
7228
+
7229
+#: ../logout/data/messages:103
7230
+msgid "Shortkey to lock the screen"
7231
+msgstr ""
7232
+
7233
+#: ../logout/data/messages:105
7234
+msgid "Shortkey to show the menu"
7235
+msgstr ""
7236
+
7237
+#: ../logout/data/messages:107
7238
+msgid "Demand confirmation before closing"
7239
+msgstr ""
7240
+
7241
+#: ../logout/data/messages:109
7242
+msgid "Commands"
7243
+msgstr ""
7244
+
7245
+#: ../logout/data/messages:113
7246
+msgid "User-defined command to execute for logout:"
7247
+msgstr ""
7248
+
7249
+#: ../logout/data/messages:115
7250
+msgid ""
7251
+"This will be available when middle-clicking. Leave empty to execute the "
7252
+"default command, which depends on your distribution. In some cases the "
7253
+"command to shutdown is the same as the one to log out."
7254
+msgstr ""
7255
+
7256
+#: ../logout/data/messages:117
7257
+msgid "User-defined command to execute for shutdown:"
7258
+msgstr ""
7259
+
7260
+#: ../logout/data/messages:119 ../musicPlayer/data/messages:185
7261
+#: ../tomboy/data/messages:9
7262
+msgid "Customisation"
7263
+msgstr ""
7264
+
7265
+#: ../logout/data/messages:123
7266
+msgid "Icon image name to use when the system has to be rebooted:"
7267
+msgstr ""
7268
+
7269
+#: ../logout/data/messages:125
7270
+msgid ""
7271
+"Display this image as an emblem or replace applet's icon with this image?"
7272
+msgstr ""
7273
+
7274
+#: ../logout/data/messages:127
7275
+msgid "Emblem"
7276
+msgstr ""
7277
+
7278
+#: ../mail/data/messages:99
7279
+msgid ""
7280
+"If you have any problem with the applet, uncheck this option during the "
7281
+"maintenance mode, then after the dock has relaunched, remove/modify the mail "
7282
+"accounts you want."
7283
+msgstr ""
7284
+
7285
+#: ../mail/data/messages:101
7286
+msgid "Check mail account on startup?"
7287
+msgstr ""
7288
+
7289
+#: ../mail/data/messages:109
7290
+msgid "Name of the file for the \"no mail\" image :"
7291
+msgstr ""
7292
+
7293
+#: ../mail/data/messages:113
7294
+msgid "Name of the file for the \"has mail\" image :"
7295
+msgstr ""
7296
+
7297
+#: ../mail/data/messages:115
7298
+msgid ""
7299
+"If checked, the number of mails will be shown even if there is no mail."
7300
+msgstr ""
7301
+
7302
+#: ../mail/data/messages:117
7303
+msgid "Show '0' if there is no mail?"
7304
+msgstr ""
7305
+
7306
+#: ../mail/data/messages:119 ../shortcuts/data/messages:105
7307
+#: ../stack/data/messages:97 ../switcher/data/messages:155
7308
+#: ../tomboy/data/messages:119 ../weather/data/messages:133
7309
+msgid "Leave empty to use default sub-dock view."
7310
+msgstr ""
7311
+
7312
+#: ../mail/data/messages:121 ../shortcuts/data/messages:107
7313
+#: ../stack/data/messages:99 ../switcher/data/messages:157
7314
+#: ../tomboy/data/messages:121 ../weather/data/messages:135
7315
+msgid "Sub-dock view name:"
7316
+msgstr ""
7317
+
7318
+#: ../mail/data/messages:123
7319
+msgid "Action on new mail"
7320
+msgstr ""
7321
+
7322
+#: ../mail/data/messages:125
7323
+msgid "Play sound when a new e-mail is received?"
7324
+msgstr ""
7325
+
7326
+#: ../mail/data/messages:129
7327
+msgid "Name of the file for the \"new mail\" sound :"
7328
+msgstr ""
7329
+
7330
+#: ../mail/data/messages:131
7331
+msgid "Show new messages' content?"
7332
+msgstr ""
7333
+
7334
+#: ../mail/data/messages:133
7335
+msgid "Maximum number of mails that will be previewed."
7336
+msgstr ""
7337
+
7338
+#: ../mail/data/messages:135
7339
+msgid "Maximum of new messages shown?"
7340
+msgstr ""
7341
+
7342
+#: ../mail/data/messages:139 ../tomboy/data/messages:117
7343
+msgid "Duration of the dialog:"
7344
+msgstr ""
7345
+
7346
+#: ../mail/data/messages:141
7347
+msgid "Animation when new message arrives:"
7348
+msgstr ""
7349
+
7350
+#: ../mail/data/messages:145
7351
+msgid "Mail application"
7352
+msgstr ""
7353
+
7354
+#: ../mail/data/messages:147
7355
+msgid "for instance \"thunderbird\" or \"firefox mail.google.com\""
7356
+msgstr ""
7357
+
7358
+#: ../mail/data/messages:149
7359
+msgid "Preferred mail application to launch on left-click :"
7360
+msgstr ""
7361
+
7362
+#: ../mail/data/messages:151
7363
+msgid "Add a mail account (you've to launch the applet)"
7364
+msgstr ""
7365
+
7366
+#: ../mail/data/messages:153
7367
+msgid "The new account will be created with the specified type and name."
7368
+msgstr ""
7369
+
7370
+#: ../mail/data/messages:155
7371
+msgid "Add an account with specified type and name:"
7372
+msgstr ""
7373
+
7374
+#: ../motion-blur/data/messages:3
7375
+msgid "Also blur on mouse movement?"
7376
+msgstr ""
7377
+
7378
+#: ../motion-blur/data/messages:5
7379
+msgid "Blur amount:"
7380
+msgstr ""
7381
+
7382
+#: ../musicPlayer/data/messages:7
7383
+msgid ""
7384
+"Leave it empty to display the name of the player currently controlled."
7385
+msgstr ""
7386
+
7387
+#: ../musicPlayer/data/messages:101
7388
+msgid "Audio Player"
7389
+msgstr ""
7390
+
7391
+#: ../musicPlayer/data/messages:103
7392
+msgid "Player to control:"
7393
+msgstr ""
7394
+
7395
+#: ../musicPlayer/data/messages:105
7396
+msgid "Amarok 2"
7397
+msgstr ""
7398
+
7399
+#: ../musicPlayer/data/messages:107
7400
+msgid "Audacious"
7401
+msgstr ""
7402
+
7403
+#: ../musicPlayer/data/messages:109
7404
+msgid "Banshee"
7405
+msgstr ""
7406
+
7407
+#: ../musicPlayer/data/messages:111
7408
+msgid "Clementine"
7409
+msgstr ""
7410
+
7411
+#: ../musicPlayer/data/messages:113
7412
+msgid "Exaile"
7413
+msgstr ""
7414
+
7415
+#: ../musicPlayer/data/messages:115
7416
+msgid "Exaile 0.3"
7417
+msgstr ""
7418
+
7419
+#: ../musicPlayer/data/messages:117
7420
+msgid "GMusicBrowser"
7421
+msgstr ""
7422
+
7423
+#: ../musicPlayer/data/messages:119
7424
+msgid "Guayadeque"
7425
+msgstr ""
7426
+
7427
+#: ../musicPlayer/data/messages:121
7428
+msgid "Listen"
7429
+msgstr ""
7430
+
7431
+#: ../musicPlayer/data/messages:123
7432
+msgid "Qmmp"
7433
+msgstr ""
7434
+
7435
+#: ../musicPlayer/data/messages:125
7436
+msgid "QuodLibet"
7437
+msgstr ""
7438
+
7439
+#: ../musicPlayer/data/messages:127
7440
+msgid "Rhythmbox"
7441
+msgstr ""
7442
+
7443
+#: ../musicPlayer/data/messages:129
7444
+msgid "Songbird"
7445
+msgstr ""
7446
+
7447
+#: ../musicPlayer/data/messages:131
7448
+msgid "XMMS 2"
7449
+msgstr ""
7450
+
7451
+#: ../musicPlayer/data/messages:133
7452
+msgid ""
7453
+"This will prevent the player icon appearing in the taskbar. The applet's "
7454
+"icon will then behave as a launcher, an application and an applet."
7455
+msgstr ""
7456
+
7457
+#: ../musicPlayer/data/messages:135
7458
+msgid "Steal the player's icon from the taskbar?"
7459
+msgstr ""
7460
+
7461
+#: ../musicPlayer/data/messages:137
7462
+msgid "Actions on click and middle-click :"
7463
+msgstr ""
7464
+
7465
+#: ../musicPlayer/data/messages:139
7466
+msgid "Play/Pause on click, Next on middle-click"
7467
+msgstr ""
7468
+
7469
+#: ../musicPlayer/data/messages:141
7470
+msgid "Show/Hide player on click, Play/Pause on middle-click"
7471
+msgstr ""
7472
+
7473
+#: ../musicPlayer/data/messages:143
7474
+msgid "Actions on scroll up/down:"
7475
+msgstr ""
7476
+
7477
+#: ../musicPlayer/data/messages:145
7478
+msgid "Next/previous song"
7479
+msgstr ""
7480
+
7481
+#: ../musicPlayer/data/messages:147
7482
+msgid "Control the volume"
7483
+msgstr ""
7484
+
7485
+#: ../musicPlayer/data/messages:149
7486
+msgid "Action on music change"
7487
+msgstr ""
7488
+
7489
+#: ../musicPlayer/data/messages:151
7490
+msgid "Show tooltips?"
7491
+msgstr ""
7492
+
7493
+#: ../musicPlayer/data/messages:155
7494
+msgid "Time length of tooltips:"
7495
+msgstr ""
7496
+
7497
+#: ../musicPlayer/data/messages:157
7498
+msgid "Animation when music changes:"
7499
+msgstr ""
7500
+
7501
+#: ../musicPlayer/data/messages:161 ../powermanager/data/messages:163
7502
+#: ../wifi/data/messages:187
7503
+msgid "Information to display on the icon :"
7504
+msgstr ""
7505
+
7506
+#: ../musicPlayer/data/messages:163 ../powermanager/data/messages:149
7507
+#: ../powermanager/data/messages:165
7508
+msgid "Nothing"
7509
+msgstr ""
7510
+
7511
+#: ../musicPlayer/data/messages:165
7512
+msgid "Time Elapsed"
7513
+msgstr ""
7514
+
7515
+#: ../musicPlayer/data/messages:167
7516
+msgid "Time Remaining"
7517
+msgstr ""
7518
+
7519
+#: ../musicPlayer/data/messages:169
7520
+msgid "Track number"
7521
+msgstr ""
7522
+
7523
+#: ../musicPlayer/data/messages:171
7524
+msgid "Display album's cover?"
7525
+msgstr ""
7526
+
7527
+#: ../musicPlayer/data/messages:173
7528
+msgid "You need to be connected to the Internet."
7529
+msgstr ""
7530
+
7531
+#: ../musicPlayer/data/messages:175
7532
+msgid "Allow Cairo-Dock to download missing covers?"
7533
+msgstr ""
7534
+
7535
+#: ../musicPlayer/data/messages:177 ../musicPlayer/data/messages:181
7536
+msgid "requires OpenGL."
7537
+msgstr ""
7538
+
7539
+#: ../musicPlayer/data/messages:179
7540
+msgid "Use 3D themes?"
7541
+msgstr ""
7542
+
7543
+#: ../musicPlayer/data/messages:183
7544
+msgid "List of available 3D themes for covers :"
7545
+msgstr ""
7546
+
7547
+#: ../musicPlayer/data/messages:189 ../tomboy/data/messages:13
7548
+msgid "'Default' icon image name:"
7549
+msgstr ""
7550
+
7551
+#: ../musicPlayer/data/messages:193
7552
+msgid "Name of the image for the 'play' icon :"
7553
+msgstr ""
7554
+
7555
+#: ../musicPlayer/data/messages:197
7556
+msgid "Name of the image for the 'stop' icon :"
7557
+msgstr ""
7558
+
7559
+#: ../musicPlayer/data/messages:201
7560
+msgid "Name of the image for the 'pause' icon :"
7561
+msgstr ""
7562
+
7563
+#: ../netspeed/data/messages:145
7564
+msgid "By default this will be 'eth0'."
7565
+msgstr ""
7566
+
7567
+#: ../netspeed/data/messages:147
7568
+msgid "interface:"
7569
+msgstr ""
7570
+
7571
+#: ../netspeed/data/messages:155
7572
+msgid "Fluidity of the transition between 2 values :"
7573
+msgstr ""
7574
+
7575
+#: ../netspeed/data/messages:157
7576
+msgid "Display rate values :"
7577
+msgstr ""
7578
+
7579
+#: ../powermanager/data/messages:7
7580
+msgid "Leave empty to display the current status information."
7581
+msgstr ""
7582
+
7583
+#: ../powermanager/data/messages:141
7584
+msgid "'On-battery' icon filename:"
7585
+msgstr ""
7586
+
7587
+#: ../powermanager/data/messages:145
7588
+msgid "Icon's filename when on charge :"
7589
+msgstr ""
7590
+
7591
+#: ../powermanager/data/messages:147
7592
+msgid "Effect to apply on the icon according to the charge :"
7593
+msgstr ""
7594
+
7595
+#: ../powermanager/data/messages:155
7596
+msgid "Draw bar"
7597
+msgstr ""
7598
+
7599
+#: ../powermanager/data/messages:167
7600
+msgid "charge"
7601
+msgstr ""
7602
+
7603
+#: ../powermanager/data/messages:169
7604
+msgid "Timelength"
7605
+msgstr ""
7606
+
7607
+#: ../powermanager/data/messages:173
7608
+msgid "Emblem icon's filename when on charge:"
7609
+msgstr ""
7610
+
7611
+#: ../powermanager/data/messages:175
7612
+msgid "Hide the icon when not on battery?"
7613
+msgstr ""
7614
+
7615
+#: ../powermanager/data/messages:177
7616
+msgid "Notification"
7617
+msgstr ""
7618
+
7619
+#: ../powermanager/data/messages:179
7620
+msgid "Notification when battery charged ?"
7621
+msgstr ""
7622
+
7623
+#: ../powermanager/data/messages:181 ../powermanager/data/messages:191
7624
+#: ../powermanager/data/messages:199
7625
+msgid "Leave it empty for no sound"
7626
+msgstr ""
7627
+
7628
+#: ../powermanager/data/messages:183 ../powermanager/data/messages:193
7629
+#: ../powermanager/data/messages:201
7630
+msgid "Play a sound:"
7631
+msgstr ""
7632
+
7633
+#: ../powermanager/data/messages:185
7634
+msgid "Notification when low battery ?"
7635
+msgstr ""
7636
+
7637
+#: ../powermanager/data/messages:187
7638
+msgid "in percent."
7639
+msgstr ""
7640
+
7641
+#: ../powermanager/data/messages:189
7642
+msgid "Battery level:"
7643
+msgstr ""
7644
+
7645
+#: ../powermanager/data/messages:195
7646
+msgid "When battery level is under 4%"
7647
+msgstr ""
7648
+
7649
+#: ../powermanager/data/messages:197
7650
+msgid "Notification when battery charge is critical ?"
7651
+msgstr ""
7652
+
7653
+#: ../powermanager/data/messages:203
7654
+msgid "Notification type:"
7655
+msgstr ""
7656
+
7657
+#: ../quick-browser/data/messages:7
7658
+msgid "Leave empty to use the folder's name."
7659
+msgstr ""
7660
+
7661
+#: ../quick-browser/data/messages:95 ../slider/data/messages:99
7662
+msgid "Folder"
7663
+msgstr ""
7664
+
7665
+#: ../quick-browser/data/messages:97
7666
+msgid "Folder to browse :"
7667
+msgstr ""
7668
+
7669
+#: ../quick-browser/data/messages:99
7670
+msgid "List folders first?"
7671
+msgstr ""
7672
+
7673
+#: ../quick-browser/data/messages:101
7674
+msgid "Ignore case?"
7675
+msgstr ""
7676
+
7677
+#: ../quick-browser/data/messages:105
7678
+msgid "Menu"
7679
+msgstr ""
7680
+
7681
+#: ../quick-browser/data/messages:107
7682
+msgid "It can be CPU intense to load a lot of icons."
7683
+msgstr ""
7684
+
7685
+#: ../quick-browser/data/messages:111
7686
+msgid "Icon size :"
7687
+msgstr ""
7688
+
7689
+#: ../quick-browser/data/messages:113
7690
+msgid "small"
7691
+msgstr ""
7692
+
7693
+#: ../quick-browser/data/messages:115
7694
+msgid "medium"
7695
+msgstr ""
7696
+
7697
+#: ../quick-browser/data/messages:117
7698
+msgid "large"
7699
+msgstr ""
7700
+
7701
+#: ../quick-browser/data/messages:121
7702
+msgid ""
7703
+"Number of items loaded at once. Setting a high value speeds up loading a "
7704
+"little but will hang the application for longer."
7705
+msgstr ""
7706
+
7707
+#: ../quick-browser/data/messages:123
7708
+msgid "Build menu gradually:"
7709
+msgstr ""
7710
+
7711
+#: ../shortcuts/data/messages:95
7712
+msgid "List drives and volumes?"
7713
+msgstr ""
7714
+
7715
+#: ../shortcuts/data/messages:97
7716
+msgid "List networks?"
7717
+msgstr ""
7718
+
7719
+#: ../shortcuts/data/messages:99
7720
+msgid "GTK bookmarks, that are used by Nautilus for exemple."
7721
+msgstr ""
7722
+
7723
+#: ../shortcuts/data/messages:101
7724
+msgid "List bookmarks?"
7725
+msgstr ""
7726
+
7727
+#: ../shortcuts/data/messages:109 ../stack/data/messages:101
7728
+msgid "Type of view for the desklet mode :"
7729
+msgstr ""
7730
+
7731
+#: ../shortcuts/data/messages:113 ../stack/data/messages:105
7732
+msgid "Tree"
7733
+msgstr ""
7734
+
7735
+#: ../shortcuts/data/messages:115
7736
+msgid "Disk usage"
7737
+msgstr ""
7738
+
7739
+#: ../shortcuts/data/messages:117
7740
+msgid "Show disk usage :"
7741
+msgstr ""
7742
+
7743
+#: ../shortcuts/data/messages:121
7744
+msgid "Free space"
7745
+msgstr ""
7746
+
7747
+#: ../shortcuts/data/messages:123
7748
+msgid "Used space"
7749
+msgstr ""
7750
+
7751
+#: ../shortcuts/data/messages:125
7752
+msgid "Free space (in percent)"
7753
+msgstr ""
7754
+
7755
+#: ../shortcuts/data/messages:127
7756
+msgid "Used space (in percent)"
7757
+msgstr ""
7758
+
7759
+#: ../shortcuts/data/messages:131
7760
+msgid "Delay between disk usage refresh :"
7761
+msgstr ""
7762
+
7763
+#: ../shortcuts/data/messages:133
7764
+msgid "Display disk usage with a bar?"
7765
+msgstr ""
7766
+
7767
+#: ../show-mouse/data/messages:5
7768
+msgid "In rotations per second."
7769
+msgstr ""
7770
+
7771
+#: ../show-mouse/data/messages:9
7772
+msgid "Show mouse on:"
7773
+msgstr ""
7774
+
7775
+#: ../show-mouse/data/messages:11
7776
+msgid "Dock"
7777
+msgstr ""
7778
+
7779
+#: ../show-mouse/data/messages:21
7780
+msgid "Particle life time:"
7781
+msgstr ""
7782
+
7783
+#: ../show-mouse/data/messages:33
7784
+msgid ""
7785
+"The higher the value, the more particles will scatter from their source."
7786
+msgstr ""
7787
+
7788
+#: ../show-mouse/data/messages:35
7789
+msgid "Scattering:"
7790
+msgstr ""
7791
+
7792
+#: ../showDesktop/data/messages:13
7793
+msgid "Leave empty to use the same image."
7794
+msgstr ""
7795
+
7796
+#: ../showDesktop/data/messages:15
7797
+msgid "Image when the applet is active :"
7798
+msgstr ""
7799
+
7800
+#: ../showDesktop/data/messages:99 ../showDesktop/data/messages:113
7801
+msgid ""
7802
+"You need to activate the Dbus plug-in in Compiz for the last 2 actions. "
7803
+"Showing desktop and desklets can fail on some Window Manager (like Metacity)."
7804
+msgstr ""
7805
+
7806
+#: ../showDesktop/data/messages:101 ../slider/data/messages:117
7807
+msgid "Action on left-click:"
7808
+msgstr ""
7809
+
7810
+#: ../showDesktop/data/messages:105 ../showDesktop/data/messages:119
7811
+msgid "Show the desklets"
7812
+msgstr ""
7813
+
7814
+#: ../showDesktop/data/messages:107 ../showDesktop/data/messages:121
7815
+msgid "Show desktop and desklets"
7816
+msgstr ""
7817
+
7818
+#: ../showDesktop/data/messages:127
7819
+msgid "Shortkey for the middle-click action:"
7820
+msgstr ""
7821
+
7822
+#: ../slider/data/messages:101
7823
+msgid "Folder for the images:"
7824
+msgstr ""
7825
+
7826
+#: ../slider/data/messages:103
7827
+msgid "Scan sub direcotries?"
7828
+msgstr ""
7829
+
7830
+#: ../slider/data/messages:105
7831
+msgid "Randomly browse files?"
7832
+msgstr ""
7833
+
7834
+#: ../slider/data/messages:107
7835
+msgid "Display image name as quickinfo?"
7836
+msgstr ""
7837
+
7838
+#: ../slider/data/messages:109
7839
+msgid ""
7840
+"This will prevent the dock from freezing during image loading, but works "
7841
+"only with OpenGL."
7842
+msgstr ""
7843
+
7844
+#: ../slider/data/messages:111
7845
+msgid "Use another thread to load images?"
7846
+msgstr ""
7847
+
7848
+#: ../slider/data/messages:113
7849
+msgid "Read all images properties on startup?"
7850
+msgstr ""
7851
+
7852
+#: ../slider/data/messages:119 ../slider/data/messages:125
7853
+msgid "play/pause"
7854
+msgstr ""
7855
+
7856
+#: ../slider/data/messages:121 ../slider/data/messages:127
7857
+msgid "open image"
7858
+msgstr ""
7859
+
7860
+#: ../slider/data/messages:129
7861
+msgid "open parent folder"
7862
+msgstr ""
7863
+
7864
+#: ../slider/data/messages:133
7865
+msgid "Sliding delay:"
7866
+msgstr ""
7867
+
7868
+#: ../slider/data/messages:135
7869
+msgid "Effect while changing image:"
7870
+msgstr ""
7871
+
7872
+#: ../slider/data/messages:139
7873
+msgid "fade"
7874
+msgstr ""
7875
+
7876
+#: ../slider/data/messages:141
7877
+msgid "blank fade"
7878
+msgstr ""
7879
+
7880
+#: ../slider/data/messages:143
7881
+msgid "fade in/out"
7882
+msgstr ""
7883
+
7884
+#: ../slider/data/messages:145
7885
+msgid "side kick"
7886
+msgstr ""
7887
+
7888
+#: ../slider/data/messages:147
7889
+msgid "slideshow"
7890
+msgstr ""
7891
+
7892
+#: ../slider/data/messages:149
7893
+msgid "grow up"
7894
+msgstr ""
7895
+
7896
+#: ../slider/data/messages:151
7897
+msgid "shrink"
7898
+msgstr ""
7899
+
7900
+#: ../slider/data/messages:153
7901
+msgid "cube"
7902
+msgstr ""
7903
+
7904
+#: ../slider/data/messages:155
7905
+msgid "random"
7906
+msgstr ""
7907
+
7908
+#: ../slider/data/messages:157
7909
+msgid "Number of steps for transitions:"
7910
+msgstr ""
7911
+
7912
+#: ../slider/data/messages:159
7913
+msgid "fast"
7914
+msgstr ""
7915
+
7916
+#: ../slider/data/messages:161
7917
+msgid "slow"
7918
+msgstr ""
7919
+
7920
+#: ../slider/data/messages:165
7921
+msgid "Add a background to the image?"
7922
+msgstr ""
7923
+
7924
+#: ../slider/data/messages:173
7925
+msgid ""
7926
+"Set the transparency channel to 0 if you just don't want to have a "
7927
+"background."
7928
+msgstr ""
7929
+
7930
+#: ../slider/data/messages:175
7931
+msgid "Choose a background colour :"
7932
+msgstr ""
7933
+
7934
+#: ../slider/data/messages:177
7935
+msgid "Frame width:"
7936
+msgstr ""
7937
+
7938
+#: ../slider/data/messages:179
7939
+msgid "Gives better image rendering."
7940
+msgstr ""
7941
+
7942
+#: ../slider/data/messages:181
7943
+msgid "Keep width/height ratio?"
7944
+msgstr ""
7945
+
7946
+#: ../slider/data/messages:183
7947
+msgid "If the image is too small, it will be stretched."
7948
+msgstr ""
7949
+
7950
+#: ../slider/data/messages:185
7951
+msgid "Force the image to fill the icon/desklet?"
7952
+msgstr ""
7953
+
7954
+#: ../stack/data/messages:7
7955
+msgid "Leave empty to use a default name"
7956
+msgstr ""
7957
+
7958
+#: ../stack/data/messages:107
7959
+msgid "They are items created by dropping a text into the Stack."
7960
+msgstr ""
7961
+
7962
+#: ../stack/data/messages:109
7963
+msgid "Image for 'text' items:"
7964
+msgstr ""
7965
+
7966
+#: ../stack/data/messages:111
7967
+msgid "These are items created by dropping a URL into the Stack."
7968
+msgstr ""
7969
+
7970
+#: ../stack/data/messages:113
7971
+msgid "Image for 'URL' items:"
7972
+msgstr ""
7973
+
7974
+#: ../stack/data/messages:115
7975
+msgid "Options"
7976
+msgstr ""
7977
+
7978
+#: ../stack/data/messages:117
7979
+msgid "Separate the items by type (file/web page/text)"
7980
+msgstr ""
7981
+
7982
+#: ../stack/data/messages:119
7983
+msgid ""
7984
+"These options allow you to prevent some files from displaying in stacks "
7985
+"based on their type (video, image, etc.)"
7986
+msgstr ""
7987
+
7988
+#: ../stack/data/messages:121
7989
+msgid "Filter files on MIME type?"
7990
+msgstr ""
7991
+
7992
+#: ../stack/data/messages:123
7993
+msgid "E.g. image, text, video, audio, application..."
7994
+msgstr ""
7995
+
7996
+#: ../stack/data/messages:125
7997
+msgid "Here you can specify a list of MIME types to ignore:"
7998
+msgstr ""
7999
+
8000
+#: ../stack/data/messages:127
8001
+msgid "Sort items by:"
8002
+msgstr ""
8003
+
8004
+#: ../stack/data/messages:133
8005
+msgid "Type"
8006
+msgstr ""
8007
+
8008
+#: ../stack/data/messages:135
8009
+msgid "Manual order"
8010
+msgstr ""
8011
+
8012
+#: ../switcher/data/messages:89
8013
+msgid ""
8014
+"All desktops will be drawn on the main icon. Otherwise a sub-dock will "
8015
+"contain all desktops."
8016
+msgstr ""
8017
+
8018
+#: ../switcher/data/messages:91
8019
+msgid "Use the compact mode?"
8020
+msgstr ""
8021
+
8022
+#: ../switcher/data/messages:93
8023
+msgid "Desktops layout"
8024
+msgstr ""
8025
+
8026
+#: ../switcher/data/messages:97
8027
+msgid "On a single line"
8028
+msgstr ""
8029
+
8030
+#: ../switcher/data/messages:99
8031
+msgid "Map wallpaper to icons?"
8032
+msgstr ""
8033
+
8034
+#: ../switcher/data/messages:101
8035
+msgid "Preserve the ratio of the screen ?"
8036
+msgstr ""
8037
+
8038
+#: ../switcher/data/messages:103
8039
+msgid "Show desktop number on icons?"
8040
+msgstr ""
8041
+
8042
+#: ../switcher/data/messages:105
8043
+msgid "Draw windows on icons?"
8044
+msgstr ""
8045
+
8046
+#: ../switcher/data/messages:107
8047
+msgid "Draw hidden windows?"
8048
+msgstr ""
8049
+
8050
+#: ../switcher/data/messages:111
8051
+msgid "Show windows' list"
8052
+msgstr ""
8053
+
8054
+#: ../switcher/data/messages:119
8055
+msgid "Workspace names :"
8056
+msgstr ""
8057
+
8058
+#: ../switcher/data/messages:121
8059
+msgid "Display options"
8060
+msgstr ""
8061
+
8062
+#: ../switcher/data/messages:123
8063
+msgid "Size of the inside lines :"
8064
+msgstr ""
8065
+
8066
+#: ../switcher/data/messages:125 ../switcher/data/messages:131
8067
+#: ../switcher/data/messages:135 ../switcher/data/messages:139
8068
+msgid "r, g, b, a"
8069
+msgstr ""
8070
+
8071
+#: ../switcher/data/messages:127
8072
+msgid "Internal line colour:"
8073
+msgstr ""
8074
+
8075
+#: ../switcher/data/messages:129
8076
+msgid "External line size:"
8077
+msgstr ""
8078
+
8079
+#: ../switcher/data/messages:133
8080
+msgid "External line colour:"
8081
+msgstr ""
8082
+
8083
+#: ../switcher/data/messages:137
8084
+msgid "Window line colour:"
8085
+msgstr ""
8086
+
8087
+#: ../switcher/data/messages:141
8088
+msgid "Current desktop colour:"
8089
+msgstr ""
8090
+
8091
+#: ../switcher/data/messages:143
8092
+msgid "How to draw the current desktop:"
8093
+msgstr ""
8094
+
8095
+#: ../switcher/data/messages:145
8096
+msgid "draw a frame"
8097
+msgstr ""
8098
+
8099
+#: ../switcher/data/messages:147
8100
+msgid "fill"
8101
+msgstr ""
8102
+
8103
+#: ../switcher/data/messages:149
8104
+msgid "fill others"
8105
+msgstr ""
8106
+
8107
+#: ../switcher/data/messages:153
8108
+msgid "Icon to use in expanded mode if wallpaper is not mapped:"
8109
+msgstr ""
8110
+
8111
+#: ../switcher/data/messages:159
8112
+msgid "In expanded mode, render the desklet in 3D?"
8113
+msgstr ""
8114
+
8115
+#: ../systray/data/messages:85
8116
+msgid "Shortkey to toggle the systray in dock mode:"
8117
+msgstr ""
8118
+
8119
+#: ../systray/data/messages:87
8120
+msgid "Icons packing :"
8121
+msgstr ""
8122
+
8123
+#: ../systray/data/messages:89
8124
+msgid "horizontal"
8125
+msgstr ""
8126
+
8127
+#: ../systray/data/messages:91
8128
+msgid "vertical"
8129
+msgstr ""
8130
+
8131
+#: ../template/data/messages:93
8132
+msgid "This is a tooltip for this parameter."
8133
+msgstr ""
8134
+
8135
+#: ../template/data/messages:95
8136
+msgid "This is a boolean parameter. Y/N ?"
8137
+msgstr ""
8138
+
8139
+#: ../template/data/messages:97
8140
+msgid "This integer can go from 0 to 10 :"
8141
+msgstr ""
8142
+
8143
+#: ../template/data/messages:99
8144
+msgid "Enter some text here :"
8145
+msgstr ""
8146
+
8147
+#: ../terminal/data/messages:95
8148
+msgid "needs to restart the applet."
8149
+msgstr ""
8150
+
8151
+#: ../terminal/data/messages:97
8152
+msgid "Terminal transparency:"
8153
+msgstr ""
8154
+
8155
+#: ../terminal/data/messages:99
8156
+msgid "transparent"
8157
+msgstr ""
8158
+
8159
+#: ../terminal/data/messages:101
8160
+msgid "opaque"
8161
+msgstr ""
8162
+
8163
+#: ../terminal/data/messages:103
8164
+msgid "Foreground colour:"
8165
+msgstr ""
8166
+
8167
+#: ../terminal/data/messages:105
8168
+msgid "Background colour:"
8169
+msgstr ""
8170
+
8171
+#: ../terminal/data/messages:109
8172
+msgid ""
8173
+"When the terminal is in a dialog. When it is in a desklet, you can just "
8174
+"resize the desklet as usual."
8175
+msgstr ""
8176
+
8177
+#: ../terminal/data/messages:111
8178
+msgid "Size of the terminal (line x columns):"
8179
+msgstr ""
8180
+
8181
+#: ../terminal/data/messages:113
8182
+msgid "Shortkey to show the terminal:"
8183
+msgstr ""
8184
+
8185
+#: ../tomboy/data/messages:17
8186
+msgid "'Close' icon image name:"
8187
+msgstr ""
8188
+
8189
+#: ../tomboy/data/messages:107
8190
+msgid "Image file for the notes:"
8191
+msgstr ""
8192
+
8193
+#: ../tomboy/data/messages:109
8194
+msgid "Draw note's content on their icon?"
8195
+msgstr ""
8196
+
8197
+#: ../tomboy/data/messages:111
8198
+msgid "Text colour of the content :"
8199
+msgstr ""
8200
+
8201
+#: ../tomboy/data/messages:113
8202
+msgid "Display note's content with a dialog?"
8203
+msgstr ""
8204
+
8205
+#: ../tomboy/data/messages:125
8206
+msgid "Choose the note-taking application to control :"
8207
+msgstr ""
8208
+
8209
+#: ../tomboy/data/messages:127
8210
+msgid "Gnote"
8211
+msgstr ""
8212
+
8213
+#: ../tomboy/data/messages:129
8214
+msgid "Tomboy"
8215
+msgstr ""
8216
+
8217
+#: ../tomboy/data/messages:131
8218
+msgid "Ask for confirmation before deleting a note?"
8219
+msgstr ""
8220
+
8221
+#: ../tomboy/data/messages:133
8222
+msgid "Otherwise you will be asked to name it."
8223
+msgstr ""
8224
+
8225
+#: ../tomboy/data/messages:135
8226
+msgid "Automatically name a new note?"
8227
+msgstr ""
8228
+
8229
+#: ../tomboy/data/messages:137
8230
+msgid ""
8231
+"Write the date format you usually use in your notes. The syntax is the one "
8232
+"of 'strftime' : %d for the day, %m for the month, %y for the year (2 "
8233
+"digits), etc. Leave it blank to use the default one (%d/%m/%y)."
8234
+msgstr ""
8235
+
8236
+#: ../tomboy/data/messages:139
8237
+msgid "Date format to search for :"
8238
+msgstr ""
8239
+
8240
+#: ../tomboy/data/messages:141
8241
+msgid ""
8242
+"Depending on your tomboy's version, the note deletion may not be "
8243
+"automatically notified to us. Only check this box if you notice some error "
8244
+"message like <<No marshaller for signature of signal 'NoteDeleted'>> in the "
8245
+"terminal."
8246
+msgstr ""
8247
+
8248
+#: ../tomboy/data/messages:143
8249
+msgid "Emulate the 'NoteDeleted' signal?"
8250
+msgstr ""
8251
+
8252
+#: ../weather/data/messages:7
8253
+msgid "Leave empty to use the name of the city."
8254
+msgstr ""
8255
+
8256
+#: ../weather/data/messages:103
8257
+msgid "Enter the name of your location in the text entry and press Enter."
8258
+msgstr ""
8259
+
8260
+#: ../weather/data/messages:105
8261
+msgid "Code for your location:"
8262
+msgstr ""
8263
+
8264
+#: ../weather/data/messages:107
8265
+msgid "If so, degrees will be displayed in Celsius, otherwise in Fahrenheit."
8266
+msgstr ""
8267
+
8268
+#: ../weather/data/messages:109
8269
+msgid "Use International System Units?"
8270
+msgstr ""
8271
+
8272
+#: ../weather/data/messages:111
8273
+msgid "in seconds. Set 0 to have never-ending dialogs."
8274
+msgstr ""
8275
+
8276
+#: ../weather/data/messages:113
8277
+msgid "Dialog duration:"
8278
+msgstr ""
8279
+
8280
+#: ../weather/data/messages:119 ../wifi/data/messages:185
8281
+msgid "Info"
8282
+msgstr ""
8283
+
8284
+#: ../weather/data/messages:121
8285
+msgid "Display current conditions on the icon instead of the default one?"
8286
+msgstr ""
8287
+
8288
+#: ../weather/data/messages:123
8289
+msgid "Number of days to forecast:"
8290
+msgstr ""
8291
+
8292
+#: ../weather/data/messages:125
8293
+msgid "Display nights?"
8294
+msgstr ""
8295
+
8296
+#: ../weather/data/messages:127
8297
+msgid "Display temperature as quick info?"
8298
+msgstr ""
8299
+
8300
+#: ../weather/data/messages:137
8301
+msgid "Render desklet in 3D?"
8302
+msgstr ""
8303
+
8304
+#: ../weblets/data/messages:93
8305
+msgid "URI to load in weblet"
8306
+msgstr ""
8307
+
8308
+#: ../weblets/data/messages:95
8309
+msgid "Show scrollbars?"
8310
+msgstr ""
8311
+
8312
+#: ../weblets/data/messages:97
8313
+msgid "Horizontal scroll of the browser in pixels"
8314
+msgstr ""
8315
+
8316
+#: ../weblets/data/messages:99
8317
+msgid "Position of horizontal scrollbar"
8318
+msgstr ""
8319
+
8320
+#: ../weblets/data/messages:101
8321
+msgid "Vertical scroll of the browser in pixels"
8322
+msgstr ""
8323
+
8324
+#: ../weblets/data/messages:103
8325
+msgid "Position of vertical scrollbar in pixel"
8326
+msgstr ""
8327
+
8328
+#: ../weblets/data/messages:105
8329
+msgid ""
8330
+"This lets you right-click on the desklet to pop up the Cairo-Dock menu."
8331
+msgstr ""
8332
+
8333
+#: ../weblets/data/messages:107
8334
+msgid "Right margin width, in pixels:"
8335
+msgstr ""
8336
+
8337
+#: ../weblets/data/messages:109
8338
+msgid "Transparent background?"
8339
+msgstr ""
8340
+
8341
+#: ../weblets/data/messages:111
8342
+msgid ""
8343
+"Time before reloading the weblet URI, in seconds. Zero means never reload."
8344
+msgstr ""
8345
+
8346
+#: ../weblets/data/messages:113
8347
+msgid "Time between two page refreshes"
8348
+msgstr ""
8349
+
8350
+#: ../weblets/data/messages:115
8351
+msgid "Any valid URI should work."
8352
+msgstr ""
8353
+
8354
+#: ../weblets/data/messages:117
8355
+msgid "Predefined bookmarks to show in applet menu:"
8356
+msgstr ""
8357
+
8358
+#: ../wifi/data/messages:149
8359
+msgid "'No signal' icon filename:"
8360
+msgstr ""
8361
+
8362
+#: ../wifi/data/messages:153
8363
+msgid "'Very low' icon filename:"
8364
+msgstr ""
8365
+
8366
+#: ../wifi/data/messages:157
8367
+msgid "'Low' icon filename:"
8368
+msgstr ""
8369
+
8370
+#: ../wifi/data/messages:161
8371
+msgid "'Average' icon filename:"
8372
+msgstr ""
8373
+
8374
+#: ../wifi/data/messages:165
8375
+msgid "'Good' icon filename:"
8376
+msgstr ""
8377
+
8378
+#: ../wifi/data/messages:169
8379
+msgid "'Excellent' icon filename:"
8380
+msgstr ""
8381
+
8382
+#: ../wifi/data/messages:175
8383
+msgid "Delay between signal checks :"
8384
+msgstr ""
8385
+
8386
+#: ../wifi/data/messages:181
8387
+msgid ""
8388
+"Allow you to overwrite applet's default command line and launch your "
8389
+"wireless configuration interface."
8390
+msgstr ""
8391
+
8392
+#: ../wifi/data/messages:183
8393
+msgid "Alternative command line to launch Wireless Configuration :"
8394
+msgstr ""
8395
+
8396
+#: ../wifi/data/messages:191
8397
+msgid "Signal Strength"
8398
+msgstr ""
8399
+
8400
+#: ../wifi/data/messages:193
8401
+msgid "Signal Strength in percent"
8402
+msgstr ""
8403
+
8404
+#: ../wifi/data/messages:195
8405
+msgid "Raw Signal Informations"
8406
+msgstr ""
8407
+
8408
+#: ../wifi/data/messages:197
8409
+msgid "Overwrite the default label with the connection point name?"
8410
+msgstr ""
8411
cairo-dock-plugins-3.0.1.tar.gz/po/it.po -> cairo-dock-plugins-3.0.2.tar.gz/po/it.po Changed
670
 
1
@@ -8,14 +8,14 @@
2
 "Project-Id-Version: 1.0.0\n"
3
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
4
 "POT-Creation-Date: 2012-04-12 00:33+0000\n"
5
-"PO-Revision-Date: 2012-04-12 03:37+0000\n"
6
-"Last-Translator: Mattia Tavernini <maathias@interfree.it>\n"
7
+"PO-Revision-Date: 2012-06-05 21:20+0000\n"
8
+"Last-Translator: Wonderfulheart <Unknown>\n"
9
 "Language-Team: Italian <LL@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:33+0000\n"
14
-"X-Generator: Launchpad (build 15070)\n"
15
+"X-Launchpad-Export-Date: 2012-06-06 04:54+0000\n"
16
+"X-Generator: Launchpad (build 15353)\n"
17
 "Language: it\n"
18
 
19
 #: ../Animated-icons/src/applet-init.c:32
20
@@ -191,19 +191,19 @@
21
 
22
 #: ../Clipper/src/applet-init.c:72
23
 msgid "Pop-up the items menu"
24
-msgstr ""
25
+msgstr "Voci del menu a comparsa"
26
 
27
 #: ../Clipper/src/applet-notifications.c:33
28
 msgid "The clipboard history is empty."
29
-msgstr ""
30
+msgstr "Lo storico della clipboard è vuoto."
31
 
32
 #: ../Clipper/src/applet-notifications.c:89
33
 msgid "Clear clipboard History"
34
-msgstr ""
35
+msgstr "Cancella lo storico della clipboard"
36
 
37
 #: ../Clipper/src/applet-notifications.c:91
38
 msgid "Paste all copied items"
39
-msgstr ""
40
+msgstr "Incolla tutti gli elementi copiati"
41
 
42
 #: ../Clipper/src/applet-notifications.c:99
43
 msgid ""
44
@@ -225,7 +225,7 @@
45
 #: ../Composite-Manager/src/applet-composite-manager.c:444
46
 #: ../Composite-Manager/src/applet-composite-manager.c:459
47
 msgid "No fallback is available."
48
-msgstr "Nesun fallback è disponibile."
49
+msgstr "Non è disponibile nessun fallback."
50
 
51
 #: ../Composite-Manager/src/applet-composite-manager.c:499
52
 #, c-format
53
@@ -265,7 +265,7 @@
54
 
55
 #: ../Composite-Manager/src/applet-init.c:52
56
 msgid "Toggle the composite ON/OFF"
57
-msgstr ""
58
+msgstr "Commuta la composizione ON/OFF"
59
 
60
 #: ../Composite-Manager/src/applet-notifications.c:43
61
 msgid "Toggle composite?"
62
@@ -549,7 +549,7 @@
63
 
64
 #: ../Folders/src/applet-notifications.c:116
65
 msgid "Properties:"
66
-msgstr ""
67
+msgstr "Proprietà:"
68
 
69
 #: ../Folders/src/applet-notifications.c:136 ../Folders/data/messages:117
70
 msgid "Size"
71
@@ -557,31 +557,31 @@
72
 
73
 #: ../Folders/src/applet-notifications.c:136
74
 msgid "bytes"
75
-msgstr ""
76
+msgstr "byte"
77
 
78
 #: ../Folders/src/applet-notifications.c:150
79
 msgid "Last Modification"
80
-msgstr ""
81
+msgstr "Ultima Modifica"
82
 
83
 #: ../Folders/src/applet-notifications.c:159
84
 msgid "Mime Type"
85
-msgstr ""
86
+msgstr "Tipo Mime"
87
 
88
 #: ../Folders/src/applet-notifications.c:173
89
 msgid "User ID"
90
-msgstr ""
91
+msgstr "Identificativo dell'Utente"
92
 
93
 #: ../Folders/src/applet-notifications.c:173
94
 msgid "Group ID"
95
-msgstr ""
96
+msgstr "Identificativo del Gruppo"
97
 
98
 #: ../Folders/src/applet-notifications.c:183
99
 msgid "Permissions"
100
-msgstr ""
101
+msgstr "Permessi"
102
 
103
 #: ../Folders/src/applet-notifications.c:183
104
 msgid "Read"
105
-msgstr ""
106
+msgstr "Lettura"
107
 
108
 #: ../Folders/src/applet-notifications.c:184
109
 #: ../Folders/src/applet-notifications.c:185
110
@@ -613,7 +613,7 @@
111
 
112
 #: ../Folders/src/applet-notifications.c:184
113
 msgid "Write"
114
-msgstr ""
115
+msgstr "Scrittura"
116
 
117
 #: ../Folders/src/applet-notifications.c:185
118
 #: ../Scooby-Do/src/applet-backend-command.c:95
119
@@ -744,11 +744,13 @@
120
 "a shortkey for it, like ALT+F2)\n"
121
 "You can also set up a shortkey to pop up the menu (like ALT+F1)"
122
 msgstr ""
123
-"Visualizza il Menu applicazioni classico ed i File usati recentemente.\n"
124
-"E' compatibile con ogni XDG menu (Gnome, XFCE, KDE, ...)\n"
125
-"Clic centrale apre una finestra di dialogo per lanciare ogni comando (puoi "
126
-"settare scorciatoie da tastiera per farlo, come ALT+F2)\n"
127
-"Puoi anche settare una scorciatoia per aprire il menù (come LT+F1)"
128
+"Visualizza il menu delle Applicazioni classico ed i file Recentemente "
129
+"utilizzati.\n"
130
+"E' compatibile con ogni menu XDG (Gnome, XFCE, KDE, ...)\n"
131
+"Clic centrale per aprire una finestra di dialogo per lanciare velocemente "
132
+"ogni comando (puoi impostare delle scorciatoie da tastiera per farlo, come "
133
+"ALT+F2)\n"
134
+"Puoi anche impostare una scorciatoia per aprire il menu (come ALT+F1)"
135
 
136
 #: ../GMenu/src/applet-init.c:39
137
 msgid "Applications Menu"
138
@@ -756,11 +758,11 @@
139
 
140
 #: ../GMenu/src/applet-init.c:66
141
 msgid "Show/hide the Applications menu"
142
-msgstr ""
143
+msgstr "Mostra/Nascondi il menu delle Applicazioni"
144
 
145
 #: ../GMenu/src/applet-init.c:71
146
 msgid "Show/hide the quick-launch dialog"
147
-msgstr ""
148
+msgstr "Mostra/Nascondi il dialogo avvio rapido"
149
 
150
 #: ../GMenu/src/applet-menu-callbacks.c:218 ../GMenu/data/messages:121
151
 msgid "Logout"
152
@@ -796,7 +798,7 @@
153
 
154
 #: ../Global-Menu/src/applet-init.c:30
155
 msgid "Global Menu"
156
-msgstr ""
157
+msgstr "Menu Globale"
158
 
159
 #: ../Global-Menu/src/applet-init.c:33
160
 msgid ""
161
@@ -806,14 +808,19 @@
162
 "by default.\n"
163
 "You can bind a shortkey to this action."
164
 msgstr ""
165
+"Questa applet ti permette di controllare la finestra correntemente attiva:\n"
166
+"  chiudi, minimizza, massimizza e visualizza il menu applicazioni. Per "
167
+"visualizzare il menu, le applicazioni debbono supportare questa "
168
+"caratteristica. Essa è predefinita su Ubuntu.\n"
169
+"Puoi impostare una scorciatoia per questa azione."
170
 
171
 #: ../Global-Menu/src/applet-init.c:108 ../Global-Menu/src/applet-init.c:210
172
 msgid "Show/hide the current application menu"
173
-msgstr ""
174
+msgstr "Mostra/Nasconde il menu dell'applicazione corrente"
175
 
176
 #: ../Global-Menu/src/applet-notifications.c:52
177
 msgid "The application didn't send its menu to us."
178
-msgstr ""
179
+msgstr "L'applicazione non ci mostrerà il suo menu."
180
 
181
 #: ../Impulse/src/applet-impulse.c:170
182
 msgid ""
183
@@ -863,16 +870,23 @@
184
 "It handles Evolution, Pidgin, Empathy, etc\n"
185
 "It requires the Messaging service, which is available on Ubuntu by default."
186
 msgstr ""
187
+"Un menu che ti informa dei nuovi messaggi dalle applicazioni di Posta o "
188
+"Chat.\n"
189
+"Gestisce Evolution, Pidgin, Empathy, ecc\n"
190
+"Richiede il servizio di Messaggistica il quale è disponibile su Ubuntu in "
191
+"modo predefinito."
192
 
193
 #: ../Messaging-Menu/src/applet-init.c:66
194
 msgid "Show/hide the Messaging menu"
195
-msgstr ""
196
+msgstr "Mostra/Nascondi il menu di Messaggistica"
197
 
198
 #: ../Messaging-Menu/src/applet-notifications.c:31
199
 msgid ""
200
 "The Messaging service did not reply.\n"
201
 "Please check that it is correctly installed."
202
 msgstr ""
203
+"Il servizio di Messaggistica non ha risposto.\n"
204
+"Per favore controlla che sia correttamente installato."
205
 
206
 #: ../Network-Monitor/src/applet-dbus-callbacks.c:69
207
 msgid "Network connection state changed to inactive."
208
@@ -1037,7 +1051,7 @@
209
 
210
 #: ../RSSreader/src/applet-init.c:31
211
 msgid "RSSreader"
212
-msgstr "lettore RSS"
213
+msgstr "Lettore RSS"
214
 
215
 #: ../RSSreader/src/applet-init.c:34
216
 msgid ""
217
@@ -1203,7 +1217,7 @@
218
 
219
 #: ../Recent-Events/src/applet-init.c:58
220
 msgid "Show/hide the Recent Events"
221
-msgstr ""
222
+msgstr "Mostra/Nascondi gli Eventi Recenti"
223
 
224
 #: ../Recent-Events/src/applet-notifications.c:74
225
 #, c-format
226
@@ -1236,14 +1250,25 @@
227
 "middle click, and Ctrl+Enter for left click\n"
228
 "Escape or the same shortkey will cancel."
229
 msgstr ""
230
+"Queto plugin ti permette di contrallare la dock dalla tastiera\n"
231
+"Premi la scorciatoia (predefinita Super + Return), quindi uno fra:\n"
232
+" - premi il numero dell'icona che vuoi attivare - o usa i tasti freccia per "
233
+"spostarti nelle dock e nelle sub-dock (Ctrl + Pagina su/giù per passare ad "
234
+"un'altra dock principale)\n"
235
+" - o scrivi il nome di un lanciatore e premi Tab per saltare automaticamente "
236
+"al successivo lanciatore\n"
237
+"Premi Invio per cliccare sull'icona, Shift+Invio in luogo di Shift+clic, "
238
+"Alt+Invio in luogo del clic centrale del mouse e Ctrl+Invio in luogo del "
239
+"clic sinistro\n"
240
+"Escape o la corrispondente scorciatoia per annullare."
241
 
242
 #: ../Remote-Control/src/applet-init.c:42
243
 msgid "Control from keyboard"
244
-msgstr ""
245
+msgstr "Controllo da tastiera"
246
 
247
 #: ../Remote-Control/src/applet-init.c:49
248
 msgid "Enable/disable the keyboard control of the dock"
249
-msgstr ""
250
+msgstr "Abilita/Disabilita il controllo da tastiera della dock"
251
 
252
 #: ../Scooby-Do/src/applet-backend-command.c:63
253
 #, c-format
254
@@ -1330,7 +1355,7 @@
255
 
256
 #: ../Scooby-Do/src/applet-init.c:73
257
 msgid "Enable/disable the Finder"
258
-msgstr ""
259
+msgstr "Abilita/Disabilita la Ricerca"
260
 
261
 #: ../Scooby-Do/src/applet-listing.c:514
262
 msgid "(F1) Match case"
263
@@ -1559,11 +1584,11 @@
264
 
265
 #: ../Xgamma/src/applet-init.c:64
266
 msgid "Increase the brightness"
267
-msgstr ""
268
+msgstr "Aumenta la luminosità"
269
 
270
 #: ../Xgamma/src/applet-init.c:68
271
 msgid "Decrease the brightness"
272
-msgstr ""
273
+msgstr "Diminuisce la luminosità"
274
 
275
 #: ../Xgamma/src/applet-notifications.c:87
276
 msgid "Set up gamma correction"
277
@@ -1613,7 +1638,7 @@
278
 
279
 #: ../alsaMixer/src/applet-draw.c:64
280
 msgid "Volume"
281
-msgstr ""
282
+msgstr "Volume"
283
 
284
 #: ../alsaMixer/src/applet-init.c:34
285
 msgid ""
286
@@ -1625,6 +1650,13 @@
287
 "mixer.\n"
288
 "The applet can either use the Ubuntu Sound-menu or the Alsa driver."
289
 msgstr ""
290
+"Questa applet ti permette di controllare il volume dei suoni dalla dock.\n"
291
+"Scorri su/giù sull'icona per alzare/abbassare il volume.\n"
292
+"Clicca sull'icona per mostrare/nascondere il controllo del volume (puoi "
293
+"impostare una scorciatoia da tastiera per esso)\n"
294
+"Clic centrale del mouse per attivare o togliere il suono, doppio clic per "
295
+"far apparire i canali del mixer.\n"
296
+"L'applet può usare uno fra il menu del Suono di Ubuntu o il driver Alsa."
297
 
298
 #: ../alsaMixer/src/applet-init.c:42
299
 msgid "Sound Control"
300
@@ -1632,7 +1664,7 @@
301
 
302
 #: ../alsaMixer/src/applet-init.c:118
303
 msgid "Show/hide the Sound menu"
304
-msgstr ""
305
+msgstr "Mostra/Nascondi il menu del Suono"
306
 
307
 #: ../alsaMixer/src/applet-notifications.c:80
308
 msgid "Adjust channels"
309
@@ -2310,7 +2342,7 @@
310
 
311
 #: ../keyboard-indicator/src/applet-init.c:81
312
 msgid "Switch keyboard language"
313
-msgstr ""
314
+msgstr "Cambia la lingua della tastiera"
315
 
316
 #: ../keyboard-indicator/src/applet-notifications.c:77
317
 msgid "Keyboard preferences"
318
@@ -2325,6 +2357,13 @@
319
 "<b>Click</b> on the icon to pop the menu up.\n"
320
 "You can bind a <b>shortcut</b> to it, and also to lock the screen."
321
 msgstr ""
322
+"Questa applet ti permette di gestire la sessione corrente. Puoi:\n"
323
+"spegnere, riavviare, ibernare, sospendere, fare il log out, bloccare lo "
324
+"schermo, cambiare utente o programmare uno spegnimento automatico.\n"
325
+"Ti informerà anche se il tuo Sistema necessita di essere riavviato.\n"
326
+"<b>Clic</b> sull'icona per far comparire il menu.\n"
327
+"Puoi impostare una <b>scorciatoia</b> per essa, anche per bloccare lo "
328
+"schermo."
329
 
330
 #: ../logout/src/applet-init.c:38 ../logout/src/applet-logout.c:228
331
 #: ../logout/data/messages:97
332
@@ -2333,11 +2372,11 @@
333
 
334
 #: ../logout/src/applet-init.c:67
335
 msgid "Lock the screen"
336
-msgstr ""
337
+msgstr "Blocca lo schermo"
338
 
339
 #: ../logout/src/applet-init.c:71
340
 msgid "Show the log-out menu"
341
-msgstr ""
342
+msgstr "Mostra il menu di log-out"
343
 
344
 #: ../logout/src/applet-logout.c:200 ../logout/data/messages:99
345
 msgid "Shut down"
346
@@ -2373,7 +2412,7 @@
347
 
348
 #: ../logout/src/applet-logout.c:241
349
 msgid "Switch user"
350
-msgstr ""
351
+msgstr "Cambia utente"
352
 
353
 #: ../logout/src/applet-logout.c:262
354
 msgid "Guest session"
355
@@ -2398,23 +2437,23 @@
356
 #: ../logout/src/applet-logout.c:523
357
 #, c-format
358
 msgid "It will automatically shut-down in %ds"
359
-msgstr ""
360
+msgstr "Sarà spento automaticamente in %ds"
361
 
362
 #: ../logout/src/applet-logout.c:524
363
 msgid "Shut down the computer?"
364
-msgstr ""
365
+msgstr "Spegnere il computer?"
366
 
367
 #: ../logout/src/applet-logout.c:584
368
 msgid "Restart the computer?"
369
-msgstr ""
370
+msgstr "Riavviare il computer?"
371
 
372
 #: ../logout/src/applet-logout.c:621
373
 msgid "Close the current session?"
374
-msgstr ""
375
+msgstr "Chiudere la sessione corrente?"
376
 
377
 #: ../logout/src/applet-notifications.c:103
378
 msgid "Manage users"
379
-msgstr ""
380
+msgstr "Gestisci gli utenti"
381
 
382
 #: ../mail/src/cd-mail-applet-accounts.c:39
383
 msgid "Server address:"
384
@@ -2690,6 +2729,16 @@
385
 " and jpeg image to use as cover.\n"
386
 "Note: you may have to install or activate the MPRIS plug-in of the player."
387
 msgstr ""
388
+"Questa applet ti permette di controllare alcuni lettori musicali.\n"
389
+"Scegli dapprima il lettore che vuoi controllare.\n"
390
+"<b>clic</b> per mostrare/nascondere il lettore o per la pausa,\n"
391
+"<b>clic centrale del mouse</b> per la pausa o per andare al brano "
392
+"successivo,\n"
393
+"<b>Scorri su/giù</b> per cambiare brano o controllare il volume.\n"
394
+"Puoi trascinare il brano sull'icona per accodarlo alla lista d'esecuzione "
395
+"(dipende dal Lettore musicale)\n"
396
+" e puoi usare un'immagine jpeg come copertina.\n"
397
+"Nota: potresti installare o attivare il plugin MPRIS del lettore."
398
 
399
 #: ../musicPlayer/src/applet-notifications.c:83
400
 msgid ""
401
@@ -2927,7 +2976,7 @@
402
 
403
 #: ../quick-browser/src/applet-init.c:64
404
 msgid "Show/hide the folder menu"
405
-msgstr ""
406
+msgstr "Mostra/Nascondi il menu della cartella"
407
 
408
 #: ../quick-browser/src/applet-menu.c:107
409
 #: ../quick-browser/src/applet-menu.c:116
410
@@ -2962,7 +3011,7 @@
411
 
412
 #: ../shortcuts/src/applet-init.c:32
413
 msgid "shortcuts"
414
-msgstr "scorciatoie"
415
+msgstr "Scorciatoie"
416
 
417
 #: ../shortcuts/src/applet-init.c:35
418
 msgid ""
419
@@ -3116,7 +3165,7 @@
420
 
421
 #: ../slider/src/applet-notifications.c:270
422
 msgid "Refresh images list"
423
-msgstr ""
424
+msgstr "Aggiorna l'elenco delle immagini"
425
 
426
 #: ../stack/src/applet-init.c:31
427
 msgid "stack"
428
@@ -3284,7 +3333,7 @@
429
 
430
 #: ../systray/src/systray-init.c:65
431
 msgid "Show/hide the systray"
432
-msgstr ""
433
+msgstr "Mostra/Nascondi l'area di notifica"
434
 
435
 #: ../systray/src/systray-interface.c:70
436
 msgid ""
437
@@ -3334,7 +3383,7 @@
438
 
439
 #: ../terminal/src/terminal-init.c:59
440
 msgid "Show/hide the terminal"
441
-msgstr ""
442
+msgstr "Mostra/Nascondi il terminale"
443
 
444
 #: ../terminal/src/terminal-menu-functions.c:78
445
 #: ../terminal/src/terminal-widget.c:420
446
@@ -5651,62 +5700,66 @@
447
 " The applet can steal the menu from the windows, in which case it will "
448
 "display a button to pop up the menu of the current window."
449
 msgstr ""
450
+"L'applet può togliere il bordo superiore delle finestre massimizzate, in tal "
451
+"caso essa visualizzerà i pulsanti di controllo della finestra.\n"
452
+" L'applet può togliere il menu dalle finestre, in tal caso essa visualizzerà "
453
+"un pulsante per la comparsa del menu della finestra corrente."
454
 
455
 #: ../Global-Menu/data/messages:91
456
 msgid "Steal window menu"
457
-msgstr ""
458
+msgstr "Togliere il menu della finestra"
459
 
460
 #: ../Global-Menu/data/messages:93
461
 msgid "Steal window decoration"
462
-msgstr ""
463
+msgstr "Togliere la decorazione della finestra"
464
 
465
 #: ../Global-Menu/data/messages:95
466
 msgid "Steal window menu and border"
467
-msgstr ""
468
+msgstr "Togliere il bordo e il menu della finestra"
469
 
470
 #: ../Global-Menu/data/messages:97
471
 msgid "Shortkey to pop up the menu"
472
-msgstr ""
473
+msgstr "Scorciatoia per il menu a comparsa"
474
 
475
 #: ../Global-Menu/data/messages:99
476
 msgid "Pop up the menu at mouse position"
477
-msgstr ""
478
+msgstr "Comparsa del menu nella posizione del mouse"
479
 
480
 #: ../Global-Menu/data/messages:101
481
 msgid "Compact mode"
482
-msgstr ""
483
+msgstr "Modalità compatta"
484
 
485
 #: ../Global-Menu/data/messages:103
486
 msgid "Order of the buttons: "
487
-msgstr ""
488
+msgstr "Ordine dei pulsanti: "
489
 
490
 #: ../Global-Menu/data/messages:105
491
 msgid "Auto"
492
-msgstr ""
493
+msgstr "Automatico"
494
 
495
 #: ../Global-Menu/data/messages:107
496
 msgid "Close button at the end"
497
-msgstr ""
498
+msgstr "Chiudi il pulsante al termine"
499
 
500
 #: ../Global-Menu/data/messages:109
501
 msgid "Close button at first"
502
-msgstr ""
503
+msgstr "Chiudi il pulsante all'inizio"
504
 
505
 #: ../Global-Menu/data/messages:111
506
 msgid "Image for the 'minimize' button"
507
-msgstr ""
508
+msgstr "Immagine per il pulsante 'minimizza'"
509
 
510
 #: ../Global-Menu/data/messages:113
511
 msgid "Image for the 'maximize' button"
512
-msgstr ""
513
+msgstr "Immagine per il pulsante 'massimizza'"
514
 
515
 #: ../Global-Menu/data/messages:115
516
 msgid "Image for the 'restore' button"
517
-msgstr ""
518
+msgstr "Immagine per il pulsante 'ripristina'"
519
 
520
 #: ../Global-Menu/data/messages:117
521
 msgid "Image for the 'close' button"
522
-msgstr ""
523
+msgstr "Immagine per il pulsante 'chiudi'"
524
 
525
 #: ../Impulse/data/messages:93
526
 msgid "Animation of the icons:"
527
@@ -5811,7 +5864,7 @@
528
 #: ../slider/data/messages:17 ../weather/data/messages:19
529
 #: ../wifi/data/messages:17
530
 msgid "With default background"
531
-msgstr ""
532
+msgstr "Con sfondo predefinito"
533
 
534
 #: ../Messaging-Menu/data/messages:19 ../Network-Monitor/data/messages:21
535
 #: ../Status-Notifier/data/messages:23 ../System-Monitor/data/messages:19
536
@@ -5822,7 +5875,7 @@
537
 #: ../slider/data/messages:19 ../weather/data/messages:21
538
 #: ../wifi/data/messages:19
539
 msgid "With custom background"
540
-msgstr ""
541
+msgstr "Con sfondo personalizzato"
542
 
543
 #: ../Messaging-Menu/data/messages:21 ../Network-Monitor/data/messages:23
544
 #: ../Status-Notifier/data/messages:25 ../System-Monitor/data/messages:21
545
@@ -6182,7 +6235,7 @@
546
 
547
 #: ../Remote-Control/data/messages:5
548
 msgid "Dock to control initially"
549
-msgstr ""
550
+msgstr "Dock al controllo iniziale"
551
 
552
 #: ../Remote-Control/data/messages:7 ../Scooby-Do/data/messages:23
553
 msgid "Animation of the current icon :"
554
@@ -6396,7 +6449,7 @@
555
 
556
 #: ../Status-Notifier/data/messages:105
557
 msgid "Hide inactive items"
558
-msgstr ""
559
+msgstr "Nascondi gli elementi inattivi"
560
 
561
 #: ../Status-Notifier/data/messages:107
562
 msgid "How to display items:"
563
@@ -6617,11 +6670,11 @@
564
 
565
 #: ../Xgamma/data/messages:101
566
 msgid "Shortkey to increase the brightness:"
567
-msgstr ""
568
+msgstr "Scorciatoia per aumentare la luminosità:"
569
 
570
 #: ../Xgamma/data/messages:103
571
 msgid "Shortkey to decrease the brightness:"
572
-msgstr ""
573
+msgstr "Scorciatoia per diminuire la luminosità:"
574
 
575
 #: ../alsaMixer/data/messages:7 ../alsaMixer/data/messages:155
576
 msgid "Leave empty to use the default sound card."
577
@@ -6791,7 +6844,7 @@
578
 
579
 #: ../clock/data/messages:151
580
 msgid "Use a custom font"
581
-msgstr ""
582
+msgstr "Usa un carattere personalizzato"
583
 
584
 #: ../clock/data/messages:153 ../keyboard-indicator/data/messages:111
585
 msgid "Font:"
586
@@ -7079,7 +7132,7 @@
587
 
588
 #: ../dock-rendering/data/messages:19
589
 msgid "Physically separate groups of icons"
590
-msgstr ""
591
+msgstr "Separa fisicamente i gruppi delle icone"
592
 
593
 #: ../dock-rendering/data/messages:21
594
 msgid "At 1, the icons will have the same size as in other views."
595
@@ -7560,15 +7613,15 @@
596
 
597
 #: ../logout/data/messages:103
598
 msgid "Shortkey to lock the screen"
599
-msgstr ""
600
+msgstr "Scorciatoia per bloccare lo schermo"
601
 
602
 #: ../logout/data/messages:105
603
 msgid "Shortkey to show the menu"
604
-msgstr ""
605
+msgstr "Scorciatoia per mostrare il menu"
606
 
607
 #: ../logout/data/messages:107
608
 msgid "Demand confirmation before closing"
609
-msgstr ""
610
+msgstr "Chiedi la conferma prima di chiudere"
611
 
612
 #: ../logout/data/messages:109
613
 msgid "Commands"
614
@@ -7607,10 +7660,12 @@
615
 msgid ""
616
 "Display this image as an emblem or replace applet's icon with this image?"
617
 msgstr ""
618
+"Visualizzare questa immagine come un emblema o sostituire l'icona "
619
+"dell'applet con questa immagine?"
620
 
621
 #: ../logout/data/messages:127
622
 msgid "Emblem"
623
-msgstr ""
624
+msgstr "Emblema"
625
 
626
 #: ../mail/data/messages:99
627
 msgid ""
628
@@ -7817,15 +7872,15 @@
629
 
630
 #: ../musicPlayer/data/messages:143
631
 msgid "Actions on scroll up/down:"
632
-msgstr ""
633
+msgstr "Azioni allo scorrimento su/giù:"
634
 
635
 #: ../musicPlayer/data/messages:145
636
 msgid "Next/previous song"
637
-msgstr ""
638
+msgstr "Brano successivo/precedente"
639
 
640
 #: ../musicPlayer/data/messages:147
641
 msgid "Control the volume"
642
-msgstr ""
643
+msgstr "Controllo del volume"
644
 
645
 #: ../musicPlayer/data/messages:149
646
 msgid "Action on music change"
647
@@ -8330,7 +8385,7 @@
648
 
649
 #: ../stack/data/messages:117
650
 msgid "Separate the items by type (file/web page/text)"
651
-msgstr ""
652
+msgstr "Separa gli elementi per tipo (file/pagina web/testo)"
653
 
654
 #: ../stack/data/messages:119
655
 msgid ""
656
@@ -8378,11 +8433,11 @@
657
 
658
 #: ../switcher/data/messages:93
659
 msgid "Desktops layout"
660
-msgstr ""
661
+msgstr "Disposizione delle Scrivanie"
662
 
663
 #: ../switcher/data/messages:97
664
 msgid "On a single line"
665
-msgstr ""
666
+msgstr "Su una riga singola"
667
 
668
 #: ../switcher/data/messages:99
669
 msgid "Map wallpaper to icons?"
670
cairo-dock-plugins-3.0.1.tar.gz/po/nl.po -> cairo-dock-plugins-3.0.2.tar.gz/po/nl.po Changed
134
 
1
@@ -8,14 +8,14 @@
2
 "Project-Id-Version: PACKAGE VERSION\n"
3
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
4
 "POT-Creation-Date: 2012-04-12 00:33+0000\n"
5
-"PO-Revision-Date: 2012-04-14 08:21+0000\n"
6
+"PO-Revision-Date: 2012-06-03 20:29+0000\n"
7
 "Last-Translator: rob <linuxned@gmail.com>\n"
8
 "Language-Team: LANGUAGE <LL@li.org>\n"
9
 "MIME-Version: 1.0\n"
10
 "Content-Type: text/plain; charset=UTF-8\n"
11
 "Content-Transfer-Encoding: 8bit\n"
12
-"X-Launchpad-Export-Date: 2012-04-14 14:49+0000\n"
13
-"X-Generator: Launchpad (build 15070)\n"
14
+"X-Launchpad-Export-Date: 2012-06-04 04:42+0000\n"
15
+"X-Generator: Launchpad (build 15353)\n"
16
 "Language: \n"
17
 
18
 #: ../Animated-icons/src/applet-init.c:32
19
@@ -531,7 +531,7 @@
20
 "Middle-click on the main icon opens the folder.\n"
21
 msgstr ""
22
 "Dit applet importeert mappen in het dock\n"
23
-"U kunt dit applet zo vaak openen als u wilt,, elk met een aparte map.\n"
24
+"U kunt dit applet zo vaak openen als u wilt, elk met een aparte map.\n"
25
 "Om een map toe te voegen aan uw dock:\n"
26
 " - activeert u dit applet, opent zijn configuratiepaneel en selecteert een "
27
 "map\n"
28
@@ -766,7 +766,7 @@
29
 
30
 #: ../GMenu/src/applet-menu-callbacks.c:218 ../GMenu/data/messages:121
31
 msgid "Logout"
32
-msgstr "Uitloggen"
33
+msgstr "Afmelden"
34
 
35
 #: ../GMenu/src/applet-menu-callbacks.c:221 ../GMenu/data/messages:123
36
 msgid "Shutdown"
37
@@ -2360,7 +2360,7 @@
38
 "Met dit applet kunt u  de huidige sessie beheren. Het biedt de volgende "
39
 "opties:\n"
40
 "uitschakelen, herstarten, in slaapstand zetten, in pauzestand zetten, "
41
-"uitloggen, scherm afgrendelen, naar een andere gebruiker wisselen of "
42
+"afmelden, scherm afgrendelen, naar een andere gebruiker wisselen of "
43
 "automatisch uitschakelen.\n"
44
 "Het zal u ook waarschuwen wanneer uw systeem herstart dient te worden.\n"
45
 "<b>Klik</b> op het pictogram om het menu te tonen.\n"
46
@@ -2369,7 +2369,7 @@
47
 #: ../logout/src/applet-init.c:38 ../logout/src/applet-logout.c:228
48
 #: ../logout/data/messages:97
49
 msgid "Log out"
50
-msgstr "Uitloggen"
51
+msgstr "Afmelden"
52
 
53
 #: ../logout/src/applet-init.c:67
54
 msgid "Lock the screen"
55
@@ -2409,7 +2409,7 @@
56
 
57
 #: ../logout/src/applet-logout.c:230
58
 msgid "Close your session and allow to open a new one."
59
-msgstr "Sluit uw sessie en sta toe dat er een nieuwe geopend wordt."
60
+msgstr "Sluit uw sessie en open een nieuwe."
61
 
62
 #: ../logout/src/applet-logout.c:241
63
 msgid "Switch user"
64
@@ -2433,7 +2433,7 @@
65
 
66
 #: ../logout/src/applet-logout.c:349
67
 msgid "Choose in how many minutes your PC will stop:"
68
-msgstr "Selecteer aantal minuten waarna uw PC zal afsluiten :"
69
+msgstr "Stel aantal minuten in waarna uw PC afgesloten zal worden:"
70
 
71
 #: ../logout/src/applet-logout.c:523
72
 #, c-format
73
@@ -2463,7 +2463,7 @@
74
 #: ../mail/src/cd-mail-applet-accounts.c:39
75
 #: ../mail/src/cd-mail-applet-accounts.c:44
76
 msgid "myLogin"
77
-msgstr "mijnLogin"
78
+msgstr "Aanmelden"
79
 
80
 #: ../mail/src/cd-mail-applet-accounts.c:39
81
 msgid "myHost"
82
@@ -5169,11 +5169,11 @@
83
 
84
 #: ../Composite-Manager/data/messages:93
85
 msgid "Image when composite is active:"
86
-msgstr "Afbeelding wanneer composite actief is:"
87
+msgstr "Afbeelding wanneer composite ingeschakeld is:"
88
 
89
 #: ../Composite-Manager/data/messages:97
90
 msgid "Image when composite is inactive:"
91
-msgstr "Afbeelding wanneer composite inactief is:"
92
+msgstr "Afbeelding wanneer composite uitgeschakeld is:"
93
 
94
 #: ../Composite-Manager/data/messages:99 ../Global-Menu/data/messages:89
95
 #: ../RSSreader/data/messages:105 ../Status-Notifier/data/messages:117
96
@@ -5678,7 +5678,7 @@
97
 
98
 #: ../GMenu/data/messages:117
99
 msgid "Show Logout and/or Shutdown : "
100
-msgstr "Uitloggen en/of Uitschakelen tonen : "
101
+msgstr "Afmelden en/of Uitschakelen tonen : "
102
 
103
 #: ../Global-Menu/data/messages:87
104
 msgid ""
105
@@ -7619,7 +7619,7 @@
106
 
107
 #: ../logout/data/messages:113
108
 msgid "User-defined command to execute for logout:"
109
-msgstr "Door gebruiker bepaalde opdracht om uit te loggen :"
110
+msgstr "Door gebruiker bepaalde opdracht voor afmelden :"
111
 
112
 #: ../logout/data/messages:115
113
 msgid ""
114
@@ -7627,14 +7627,14 @@
115
 "default command, which depends on your distribution. In some cases the "
116
 "command to shutdown is the same as the one to log out."
117
 msgstr ""
118
-"Dit zal beschikbaar zijn bij middelklik. Laat dit leeg om de "
119
-"standaardopdracht uit te voeren, die sterk afhangt van uw distributie. Soms "
120
-"is de opdracht om uit te loggen hetzelfde als die om de computer af te "
121
-"sluiten."
122
+"Dit zal beschikbaar zijn bij het middelklikken. Laat dit leeg om de "
123
+"standaardopdracht uit te voeren, die afhankelijk is van uw distributie. Soms "
124
+"is de opdracht voor het afmelden hetzelfde als die om de computer uit te "
125
+"schakelen."
126
 
127
 #: ../logout/data/messages:117
128
 msgid "User-defined command to execute for shutdown:"
129
-msgstr "Door gebruiker bepaalde opdracht om de computer af te sluiten :"
130
+msgstr "Door gebruiker bepaalde opdracht om de computer uit te schakelen :"
131
 
132
 #: ../logout/data/messages:119 ../musicPlayer/data/messages:185
133
 #: ../tomboy/data/messages:9
134
cairo-dock-plugins-3.0.1.tar.gz/po/pt_BR.po -> cairo-dock-plugins-3.0.2.tar.gz/po/pt_BR.po Changed
69
 
1
@@ -7,14 +7,14 @@
2
 "Project-Id-Version: 2.1.0-alpha\n"
3
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
4
 "POT-Creation-Date: 2012-04-12 00:33+0000\n"
5
-"PO-Revision-Date: 2012-04-12 03:34+0000\n"
6
+"PO-Revision-Date: 2012-05-22 20:09+0000\n"
7
 "Last-Translator: Eduardo Mucelli Rezende Oliveira <edumucelli@gmail.com>\n"
8
 "Language-Team: \n"
9
 "MIME-Version: 1.0\n"
10
 "Content-Type: text/plain; charset=UTF-8\n"
11
 "Content-Transfer-Encoding: 8bit\n"
12
-"X-Launchpad-Export-Date: 2012-04-13 05:34+0000\n"
13
-"X-Generator: Launchpad (build 15070)\n"
14
+"X-Launchpad-Export-Date: 2012-05-24 11:25+0000\n"
15
+"X-Generator: Launchpad (build 15288)\n"
16
 "Language: \n"
17
 
18
 #: ../Animated-icons/src/applet-init.c:32
19
@@ -200,11 +200,11 @@
20
 
21
 #: ../Clipper/src/applet-notifications.c:89
22
 msgid "Clear clipboard History"
23
-msgstr ""
24
+msgstr "Limpar histórico da área de transferência"
25
 
26
 #: ../Clipper/src/applet-notifications.c:91
27
 msgid "Paste all copied items"
28
-msgstr ""
29
+msgstr "Colar todos os itens copiados"
30
 
31
 #: ../Clipper/src/applet-notifications.c:99
32
 msgid ""
33
@@ -3087,7 +3087,7 @@
34
 
35
 #: ../slider/src/applet-notifications.c:270
36
 msgid "Refresh images list"
37
-msgstr ""
38
+msgstr "Atualizar lista de imagens"
39
 
40
 #: ../stack/src/applet-init.c:31
41
 msgid "stack"
42
@@ -5776,7 +5776,7 @@
43
 #: ../slider/data/messages:17 ../weather/data/messages:19
44
 #: ../wifi/data/messages:17
45
 msgid "With default background"
46
-msgstr ""
47
+msgstr "Com o fundo padrão"
48
 
49
 #: ../Messaging-Menu/data/messages:19 ../Network-Monitor/data/messages:21
50
 #: ../Status-Notifier/data/messages:23 ../System-Monitor/data/messages:19
51
@@ -5787,7 +5787,7 @@
52
 #: ../slider/data/messages:19 ../weather/data/messages:21
53
 #: ../wifi/data/messages:19
54
 msgid "With custom background"
55
-msgstr ""
56
+msgstr "Com fundo personalizado"
57
 
58
 #: ../Messaging-Menu/data/messages:21 ../Network-Monitor/data/messages:23
59
 #: ../Status-Notifier/data/messages:25 ../System-Monitor/data/messages:21
60
@@ -6746,7 +6746,7 @@
61
 
62
 #: ../clock/data/messages:151
63
 msgid "Use a custom font"
64
-msgstr ""
65
+msgstr "Usar fonte personalizada"
66
 
67
 #: ../clock/data/messages:153 ../keyboard-indicator/data/messages:111
68
 msgid "Font:"
69
cairo-dock-plugins-3.0.1.tar.gz/po/sk.po -> cairo-dock-plugins-3.0.2.tar.gz/po/sk.po Changed
1746
 
1
@@ -8,14 +8,14 @@
2
 "Project-Id-Version: cairo-dock-plug-ins\n"
3
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
4
 "POT-Creation-Date: 2012-04-12 00:33+0000\n"
5
-"PO-Revision-Date: 2012-04-12 03:37+0000\n"
6
-"Last-Translator: Fabounet <fabounet03@gmail.com>\n"
7
+"PO-Revision-Date: 2012-04-25 06:30+0000\n"
8
+"Last-Translator: milboy <Unknown>\n"
9
 "Language-Team: Slovak <sk@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:34+0000\n"
14
-"X-Generator: Launchpad (build 15070)\n"
15
+"X-Launchpad-Export-Date: 2012-04-26 04:55+0000\n"
16
+"X-Generator: Launchpad (build 15149)\n"
17
 "Language: sk\n"
18
 
19
 #: ../Animated-icons/src/applet-init.c:32
20
@@ -30,24 +30,24 @@
21
 #: ../Animated-icons/data/messages:27 ../Animated-icons/data/messages:47
22
 #: ../Animated-icons/data/messages:157
23
 msgid "Bounce"
24
-msgstr "Odrážať"
25
+msgstr "Odrážanie"
26
 
27
 #: ../Animated-icons/src/applet-init.c:81 ../Animated-icons/data/messages:11
28
 #: ../Animated-icons/data/messages:29 ../Animated-icons/data/messages:49
29
 msgid "Rotate"
30
-msgstr "Otočiť"
31
+msgstr "Otáčanie"
32
 
33
 #: ../Animated-icons/src/applet-init.c:82 ../Animated-icons/data/messages:13
34
 #: ../Animated-icons/data/messages:31 ../Animated-icons/data/messages:51
35
 #: ../Animated-icons/data/messages:171
36
 msgid "Blink"
37
-msgstr "Blikať"
38
+msgstr "Blikanie"
39
 
40
 #: ../Animated-icons/src/applet-init.c:83 ../Animated-icons/data/messages:15
41
 #: ../Animated-icons/data/messages:33 ../Animated-icons/data/messages:53
42
 #: ../Animated-icons/data/messages:145
43
 msgid "Pulse"
44
-msgstr "Pulz"
45
+msgstr "Pulzovanie"
46
 
47
 #: ../Animated-icons/src/applet-init.c:84 ../Animated-icons/data/messages:17
48
 #: ../Animated-icons/data/messages:35 ../Animated-icons/data/messages:55
49
@@ -189,19 +189,19 @@
50
 
51
 #: ../Clipper/src/applet-init.c:72
52
 msgid "Pop-up the items menu"
53
-msgstr ""
54
+msgstr "Vyskakovacie položky ponuky"
55
 
56
 #: ../Clipper/src/applet-notifications.c:33
57
 msgid "The clipboard history is empty."
58
-msgstr ""
59
+msgstr "Schránka histórie je prázdna."
60
 
61
 #: ../Clipper/src/applet-notifications.c:89
62
 msgid "Clear clipboard History"
63
-msgstr ""
64
+msgstr "Vyčistiť schránku histórie"
65
 
66
 #: ../Clipper/src/applet-notifications.c:91
67
 msgid "Paste all copied items"
68
-msgstr ""
69
+msgstr "Vložiť všetky skopírované položky"
70
 
71
 #: ../Clipper/src/applet-notifications.c:99
72
 msgid ""
73
@@ -218,7 +218,7 @@
74
 #: ../Composite-Manager/src/applet-composite-manager.c:421
75
 #: ../Composite-Manager/src/applet-composite-manager.c:436
76
 msgid "No compositor is available."
77
-msgstr ""
78
+msgstr "Nie je dostupná kompozícia."
79
 
80
 #: ../Composite-Manager/src/applet-composite-manager.c:444
81
 #: ../Composite-Manager/src/applet-composite-manager.c:459
82
@@ -228,15 +228,15 @@
83
 #: ../Composite-Manager/src/applet-composite-manager.c:499
84
 #, c-format
85
 msgid "You need to install '%s'"
86
-msgstr ""
87
+msgstr "Je potrebné nainštalovať '%s'"
88
 
89
 #: ../Composite-Manager/src/applet-composite-manager.c:510
90
 msgid "No configuration tool is available."
91
-msgstr ""
92
+msgstr "Konfiguračný nástroj nie je k dispozícii."
93
 
94
 #: ../Composite-Manager/src/applet-init.c:27
95
 msgid "Composite-Manager"
96
-msgstr ""
97
+msgstr "Kompozitný správca"
98
 
99
 #: ../Composite-Manager/src/applet-init.c:30
100
 msgid ""
101
@@ -253,16 +253,16 @@
102
 
103
 #: ../Composite-Manager/src/applet-init.c:52
104
 msgid "Toggle the composite ON/OFF"
105
-msgstr ""
106
+msgstr "Prepínač kompozície ZAP/VYP"
107
 
108
 #: ../Composite-Manager/src/applet-notifications.c:43
109
 msgid "Toggle composite?"
110
-msgstr ""
111
+msgstr "Prepnúť kompozíciu?"
112
 
113
 #: ../Composite-Manager/src/applet-notifications.c:120
114
 #: ../Composite-Manager/data/messages:129
115
 msgid "Edit Window-Manager settings"
116
-msgstr ""
117
+msgstr "Upraviť nastavenia správcu okien"
118
 
119
 #: ../Composite-Manager/src/applet-notifications.c:120
120
 #: ../Composite-Manager/src/applet-notifications.c:127
121
@@ -299,7 +299,7 @@
122
 #: ../Composite-Manager/src/applet-notifications.c:127
123
 #: ../Composite-Manager/data/messages:131
124
 msgid "Reload Window-Manager"
125
-msgstr ""
126
+msgstr "Obnoviť správcu okien"
127
 
128
 #: ../Composite-Manager/src/applet-notifications.c:136
129
 #: ../showDesktop/src/applet-notifications.c:165
130
@@ -316,13 +316,13 @@
131
 #: ../Composite-Manager/data/messages:135 ../showDesktop/data/messages:111
132
 #: ../showDesktop/data/messages:125 ../switcher/data/messages:115
133
 msgid "Expose all the desktops"
134
-msgstr ""
135
+msgstr "Vystaviť všetky plochy"
136
 
137
 #: ../Composite-Manager/src/applet-notifications.c:154
138
 #: ../switcher/src/applet-notifications.c:323
139
 #: ../Composite-Manager/data/messages:137 ../switcher/data/messages:117
140
 msgid "Expose all the windows"
141
-msgstr ""
142
+msgstr "Vystaviť všetky okná"
143
 
144
 #: ../Composite-Manager/src/applet-notifications.c:163
145
 #: ../showDesktop/src/applet-notifications.c:189
146
@@ -470,7 +470,7 @@
147
 
148
 #: ../Doncky/src/applet-notifications.c:215
149
 msgid "It doesn't seem to be a valid XML file."
150
-msgstr ""
151
+msgstr "Zdá sa, že toto nie je správny XML súbor."
152
 
153
 #: ../Folders/src/applet-init.c:29
154
 msgid "Folders"
155
@@ -491,6 +491,7 @@
156
 #: ../Folders/src/applet-notifications.c:42
157
 msgid "Open the configuration of the applet to choose a folder to import."
158
 msgstr ""
159
+"Otvorte konfiguráciu apletu a vyberte zložku, ktorú chcete importovať."
160
 
161
 #: ../Folders/src/applet-notifications.c:54
162
 msgid "Empty or unreadable folder."
163
@@ -498,7 +499,7 @@
164
 
165
 #: ../Folders/src/applet-notifications.c:116
166
 msgid "Properties:"
167
-msgstr ""
168
+msgstr "Vlastnosti:"
169
 
170
 #: ../Folders/src/applet-notifications.c:136 ../Folders/data/messages:117
171
 msgid "Size"
172
@@ -506,31 +507,31 @@
173
 
174
 #: ../Folders/src/applet-notifications.c:136
175
 msgid "bytes"
176
-msgstr ""
177
+msgstr "bajty"
178
 
179
 #: ../Folders/src/applet-notifications.c:150
180
 msgid "Last Modification"
181
-msgstr ""
182
+msgstr "Posledná úprava"
183
 
184
 #: ../Folders/src/applet-notifications.c:159
185
 msgid "Mime Type"
186
-msgstr ""
187
+msgstr "Mime typ"
188
 
189
 #: ../Folders/src/applet-notifications.c:173
190
 msgid "User ID"
191
-msgstr ""
192
+msgstr "ID používateľa"
193
 
194
 #: ../Folders/src/applet-notifications.c:173
195
 msgid "Group ID"
196
-msgstr ""
197
+msgstr "ID skupiny"
198
 
199
 #: ../Folders/src/applet-notifications.c:183
200
 msgid "Permissions"
201
-msgstr ""
202
+msgstr "Oprávnenia"
203
 
204
 #: ../Folders/src/applet-notifications.c:183
205
 msgid "Read"
206
-msgstr ""
207
+msgstr "Čítanie"
208
 
209
 #: ../Folders/src/applet-notifications.c:184
210
 #: ../Folders/src/applet-notifications.c:185
211
@@ -538,7 +539,7 @@
212
 #: ../System-Monitor/data/messages:115 ../alsaMixer/data/messages:147
213
 #: ../netspeed/data/messages:115 ../slider/data/messages:169
214
 msgid "Yes"
215
-msgstr ""
216
+msgstr "Áno"
217
 
218
 #: ../Folders/src/applet-notifications.c:184
219
 #: ../Folders/src/applet-notifications.c:185
220
@@ -562,7 +563,7 @@
221
 
222
 #: ../Folders/src/applet-notifications.c:184
223
 msgid "Write"
224
-msgstr ""
225
+msgstr "Zápis"
226
 
227
 #: ../Folders/src/applet-notifications.c:185
228
 #: ../Scooby-Do/src/applet-backend-command.c:95
229
@@ -659,31 +660,31 @@
230
 
231
 #: ../Folders/src/applet-notifications.c:422
232
 msgid "Sort by"
233
-msgstr ""
234
+msgstr "Zoradiť podľa"
235
 
236
 #: ../Folders/src/applet-notifications.c:423
237
 msgid "By name"
238
-msgstr ""
239
+msgstr "podľa názvu"
240
 
241
 #: ../Folders/src/applet-notifications.c:424
242
 msgid "By date"
243
-msgstr ""
244
+msgstr "podľa dátumu"
245
 
246
 #: ../Folders/src/applet-notifications.c:425
247
 msgid "By size"
248
-msgstr ""
249
+msgstr "podľa veľkosti"
250
 
251
 #: ../Folders/src/applet-notifications.c:426
252
 msgid "By type"
253
-msgstr ""
254
+msgstr "podaľa typu"
255
 
256
 #: ../Folders/src/applet-notifications.c:468
257
 msgid "The folder has been imported."
258
-msgstr ""
259
+msgstr "Priečinok bol importovaný"
260
 
261
 #: ../Folders/src/applet-notifications.c:529
262
 msgid "Do you want to import the content of the folder too?"
263
-msgstr ""
264
+msgstr "Chcete importovať aj obsah zložky?"
265
 
266
 #: ../GMenu/src/applet-init.c:33
267
 msgid ""
268
@@ -705,19 +706,19 @@
269
 
270
 #: ../GMenu/src/applet-init.c:66
271
 msgid "Show/hide the Applications menu"
272
-msgstr ""
273
+msgstr "Zobraziť/Skryť Ponuku aplikácií"
274
 
275
 #: ../GMenu/src/applet-init.c:71
276
 msgid "Show/hide the quick-launch dialog"
277
-msgstr ""
278
+msgstr "Zobraziť/Skryť ponuku rýchle spustenie"
279
 
280
 #: ../GMenu/src/applet-menu-callbacks.c:218 ../GMenu/data/messages:121
281
 msgid "Logout"
282
-msgstr ""
283
+msgstr "Odhlásiť sa"
284
 
285
 #: ../GMenu/src/applet-menu-callbacks.c:221 ../GMenu/data/messages:123
286
 msgid "Shutdown"
287
-msgstr ""
288
+msgstr "Vypnúť"
289
 
290
 #: ../GMenu/src/applet-notifications.c:81
291
 msgid "Quick launch"
292
@@ -745,7 +746,7 @@
293
 
294
 #: ../Global-Menu/src/applet-init.c:30
295
 msgid "Global Menu"
296
-msgstr ""
297
+msgstr "Úplná ponuka"
298
 
299
 #: ../Global-Menu/src/applet-init.c:33
300
 msgid ""
301
@@ -758,7 +759,7 @@
302
 
303
 #: ../Global-Menu/src/applet-init.c:108 ../Global-Menu/src/applet-init.c:210
304
 msgid "Show/hide the current application menu"
305
-msgstr ""
306
+msgstr "Zobraziť/skryť aktuálnu ponuku aplikácií"
307
 
308
 #: ../Global-Menu/src/applet-notifications.c:52
309
 msgid "The application didn't send its menu to us."
310
@@ -770,6 +771,9 @@
311
 "Can you check its status (installed? running? version?) and report this bug "
312
 "(if any) to forum.glx-dock.org"
313
 msgstr ""
314
+"Niečo nie je v poriadku s PulseAudio.\n"
315
+"Chcete pozrieť v akom je stave (nainštalované? spustené? verzia?) a poslať "
316
+"správu o chybe (ak je) na forum.glx-dock.org"
317
 
318
 #: ../Impulse/src/applet-init.c:32
319
 msgid ""
320
@@ -797,7 +801,7 @@
321
 
322
 #: ../Messaging-Menu/src/applet-init.c:30
323
 msgid "Messaging Menu"
324
-msgstr ""
325
+msgstr "Ponuka správ"
326
 
327
 #: ../Messaging-Menu/src/applet-init.c:33
328
 msgid ""
329
@@ -808,13 +812,15 @@
330
 
331
 #: ../Messaging-Menu/src/applet-init.c:66
332
 msgid "Show/hide the Messaging menu"
333
-msgstr ""
334
+msgstr "Zobraziť/Skryť ponuku správ"
335
 
336
 #: ../Messaging-Menu/src/applet-notifications.c:31
337
 msgid ""
338
 "The Messaging service did not reply.\n"
339
 "Please check that it is correctly installed."
340
 msgstr ""
341
+"Služba Správy neodpovedá.\n"
342
+"Skontrolujte prosím, či je správne nainštalovaná."
343
 
344
 #: ../Network-Monitor/src/applet-dbus-callbacks.c:69
345
 msgid "Network connection state changed to inactive."
346
@@ -1075,59 +1081,59 @@
347
 #: ../Recent-Events/src/applet-dialog.c:288
348
 #: ../stack/src/applet-notifications.c:179
349
 msgid "Open parent folder"
350
-msgstr ""
351
+msgstr "Otvoriť nadradený priečinok"
352
 
353
 #: ../Recent-Events/src/applet-dialog.c:290
354
 msgid "Copy the location"
355
-msgstr ""
356
+msgstr "Kopírovať umiestnenie"
357
 
358
 #: ../Recent-Events/src/applet-dialog.c:292
359
 msgid "Delete this event"
360
-msgstr ""
361
+msgstr "odstrániť túto udalosť"
362
 
363
 #: ../Recent-Events/src/applet-dialog.c:365
364
 msgid "All"
365
-msgstr ""
366
+msgstr "Všetko"
367
 
368
 #: ../Recent-Events/src/applet-dialog.c:366
369
 msgid "Document"
370
-msgstr ""
371
+msgstr "Dokument"
372
 
373
 #: ../Recent-Events/src/applet-dialog.c:368 ../logout/data/messages:129
374
 msgid "Image"
375
-msgstr ""
376
+msgstr "Obrázok"
377
 
378
 #: ../Recent-Events/src/applet-dialog.c:369
379
 msgid "Audio"
380
-msgstr ""
381
+msgstr "Zvuk"
382
 
383
 #: ../Recent-Events/src/applet-dialog.c:370
384
 msgid "Video"
385
-msgstr ""
386
+msgstr "Video"
387
 
388
 #: ../Recent-Events/src/applet-dialog.c:371
389
 msgid "Web"
390
-msgstr ""
391
+msgstr "Web"
392
 
393
 #: ../Recent-Events/src/applet-dialog.c:372
394
 msgid "Other"
395
-msgstr ""
396
+msgstr "Iné"
397
 
398
 #: ../Recent-Events/src/applet-dialog.c:373
399
 msgid "Top Results"
400
-msgstr ""
401
+msgstr "Najlepšie výsledky"
402
 
403
 #: ../Recent-Events/src/applet-dialog.c:379
404
 msgid "Look for events"
405
-msgstr ""
406
+msgstr "Pozrieť sa na udalosti"
407
 
408
 #: ../Recent-Events/src/applet-dialog.c:430
409
 msgid "File name"
410
-msgstr ""
411
+msgstr "Názov súboru"
412
 
413
 #: ../Recent-Events/src/applet-dialog.c:437
414
 msgid "Last access"
415
-msgstr ""
416
+msgstr "Posledný prístup"
417
 
418
 #: ../Recent-Events/src/applet-dialog.c:481
419
 msgid "You need to install the Zeitgeist data engine."
420
@@ -1135,20 +1141,20 @@
421
 
422
 #: ../Recent-Events/src/applet-dialog.c:516
423
 msgid "Browse and search in recent events"
424
-msgstr ""
425
+msgstr "Prehliadať a nájsť nedávne udalosti"
426
 
427
 #: ../Recent-Events/src/applet-init.c:29
428
 msgid "Recent-Events"
429
-msgstr ""
430
+msgstr "Nedávne udalosti"
431
 
432
 #: ../Recent-Events/src/applet-init.c:58
433
 msgid "Show/hide the Recent Events"
434
-msgstr ""
435
+msgstr "Zobraziť/Skryť nedávne udalosti"
436
 
437
 #: ../Recent-Events/src/applet-notifications.c:74
438
 #, c-format
439
 msgid "%d event(s) deleted"
440
-msgstr ""
441
+msgstr "%d udalosť(i) odstránená"
442
 
443
 #: ../Recent-Events/src/applet-notifications.c:113
444
 #: ../Scooby-Do/src/applet-backend-recent.c:212 ../Scooby-Do/data/messages:105
445
@@ -1157,11 +1163,11 @@
446
 
447
 #: ../Recent-Events/src/applet-notifications.c:161
448
 msgid "Delete today's events"
449
-msgstr ""
450
+msgstr "Odstrániť dnešné udalosti"
451
 
452
 #: ../Recent-Events/src/applet-notifications.c:163
453
 msgid "Delete all events"
454
-msgstr ""
455
+msgstr "Odstrániť všetky udalosti"
456
 
457
 #: ../Remote-Control/src/applet-init.c:32
458
 msgid ""
459
@@ -1179,11 +1185,11 @@
460
 
461
 #: ../Remote-Control/src/applet-init.c:42
462
 msgid "Control from keyboard"
463
-msgstr ""
464
+msgstr "Ovládanie klávesnicou"
465
 
466
 #: ../Remote-Control/src/applet-init.c:49
467
 msgid "Enable/disable the keyboard control of the dock"
468
-msgstr ""
469
+msgstr "Povoliť/Zakázať ovládanie panela klávesnicou"
470
 
471
 #: ../Scooby-Do/src/applet-backend-command.c:63
472
 #, c-format
473
@@ -1270,7 +1276,7 @@
474
 
475
 #: ../Scooby-Do/src/applet-init.c:73
476
 msgid "Enable/disable the Finder"
477
-msgstr ""
478
+msgstr "Povoliť/Zakázať hľadáčik"
479
 
480
 #: ../Scooby-Do/src/applet-listing.c:514
481
 msgid "(F1) Match case"
482
@@ -1332,7 +1338,7 @@
483
 
484
 #: ../Status-Notifier/src/applet-init.c:38
485
 msgid "Notification Area"
486
-msgstr ""
487
+msgstr "Oblasť upozornení"
488
 
489
 #: ../System-Monitor/src/applet-cpusage.c:57
490
 msgid "Uptime"
491
@@ -1382,7 +1388,7 @@
492
 #: ../System-Monitor/src/applet-notifications.c:104
493
 #: ../netspeed/src/applet-notifications.c:98
494
 msgid "Open the System-Monitor"
495
-msgstr ""
496
+msgstr "Otvoriť sledovanie systému"
497
 
498
 #: ../System-Monitor/src/applet-notifications.c:106
499
 msgid "Show info"
500
@@ -1437,7 +1443,7 @@
501
 
502
 #: ../System-Monitor/src/applet-sensors.c:358
503
 msgid "min"
504
-msgstr ""
505
+msgstr "min"
506
 
507
 #: ../System-Monitor/src/applet-sensors.c:360
508
 msgid "max"
509
@@ -1488,19 +1494,19 @@
510
 
511
 #: ../Xgamma/src/applet-init.c:52
512
 msgid "Screen Luminosity"
513
-msgstr ""
514
+msgstr "Jas obrazovky"
515
 
516
 #: ../Xgamma/src/applet-init.c:64
517
 msgid "Increase the brightness"
518
-msgstr ""
519
+msgstr "Zvýšiť jas"
520
 
521
 #: ../Xgamma/src/applet-init.c:68
522
 msgid "Decrease the brightness"
523
-msgstr ""
524
+msgstr "Znížiť jas"
525
 
526
 #: ../Xgamma/src/applet-notifications.c:87
527
 msgid "Set up gamma correction"
528
-msgstr ""
529
+msgstr "Nastaviť gamma korekciu"
530
 
531
 #: ../Xgamma/src/applet-notifications.c:91
532
 msgid "Apply current luminosity on startup"
533
@@ -1512,7 +1518,7 @@
534
 
535
 #: ../Xgamma/src/applet-xgamma.c:293
536
 msgid "Luminosity"
537
-msgstr ""
538
+msgstr "Svietivosť"
539
 
540
 #: ../alsaMixer/src/applet-backend-alsamixer.c:46
541
 #, c-format
542
@@ -1546,7 +1552,7 @@
543
 
544
 #: ../alsaMixer/src/applet-draw.c:64
545
 msgid "Volume"
546
-msgstr ""
547
+msgstr "Hlasitosť"
548
 
549
 #: ../alsaMixer/src/applet-init.c:34
550
 msgid ""
551
@@ -1565,7 +1571,7 @@
552
 
553
 #: ../alsaMixer/src/applet-init.c:118
554
 msgid "Show/hide the Sound menu"
555
-msgstr ""
556
+msgstr "Zobraziť/Skryť ponuku zvuk"
557
 
558
 #: ../alsaMixer/src/applet-notifications.c:80
559
 msgid "Adjust channels"
560
@@ -2223,11 +2229,11 @@
561
 
562
 #: ../keyboard-indicator/src/applet-init.c:81
563
 msgid "Switch keyboard language"
564
-msgstr ""
565
+msgstr "Prepnúť klávesnicu na iný jazyk"
566
 
567
 #: ../keyboard-indicator/src/applet-notifications.c:77
568
 msgid "Keyboard preferences"
569
-msgstr ""
570
+msgstr "Predvoľby klávesnice"
571
 
572
 #: ../logout/src/applet-init.c:31
573
 msgid ""
574
@@ -2246,11 +2252,11 @@
575
 
576
 #: ../logout/src/applet-init.c:67
577
 msgid "Lock the screen"
578
-msgstr ""
579
+msgstr "Uzamknúť obrazovku"
580
 
581
 #: ../logout/src/applet-init.c:71
582
 msgid "Show the log-out menu"
583
-msgstr ""
584
+msgstr "Zobraziť ponuku Odhlásiť"
585
 
586
 #: ../logout/src/applet-logout.c:200 ../logout/data/messages:99
587
 msgid "Shut down"
588
@@ -2258,7 +2264,7 @@
589
 
590
 #: ../logout/src/applet-logout.c:206
591
 msgid "Restart"
592
-msgstr ""
593
+msgstr "Reštartovať"
594
 
595
 #: ../logout/src/applet-logout.c:212
596
 #: ../powermanager/src/powermanager-menu-functions.c:97
597
@@ -2268,7 +2274,7 @@
598
 
599
 #: ../logout/src/applet-logout.c:214
600
 msgid "Your computer will not consume any energy."
601
-msgstr ""
602
+msgstr "Počítač nebude spotrebovávať žiadnu energiu."
603
 
604
 #: ../logout/src/applet-logout.c:219
605
 #: ../powermanager/src/powermanager-menu-functions.c:100
606
@@ -2278,19 +2284,19 @@
607
 
608
 #: ../logout/src/applet-logout.c:221
609
 msgid "Your computer will still consume a small amount of energy."
610
-msgstr ""
611
+msgstr "Váš počítač stále konzumuje malé množstvo energie."
612
 
613
 #: ../logout/src/applet-logout.c:230
614
 msgid "Close your session and allow to open a new one."
615
-msgstr ""
616
+msgstr "Zatvorte reláciu a umožnite otvorenie novej."
617
 
618
 #: ../logout/src/applet-logout.c:241
619
 msgid "Switch user"
620
-msgstr ""
621
+msgstr "Prepnúť používateľa"
622
 
623
 #: ../logout/src/applet-logout.c:262
624
 msgid "Guest session"
625
-msgstr ""
626
+msgstr "Relácia pre hosťa"
627
 
628
 #: ../logout/src/applet-logout.c:269 ../logout/data/messages:101
629
 msgid "Lock screen"
630
@@ -2311,23 +2317,23 @@
631
 #: ../logout/src/applet-logout.c:523
632
 #, c-format
633
 msgid "It will automatically shut-down in %ds"
634
-msgstr ""
635
+msgstr "Automatické vypnutie o %ds"
636
 
637
 #: ../logout/src/applet-logout.c:524
638
 msgid "Shut down the computer?"
639
-msgstr ""
640
+msgstr "Vypnúť počítač?"
641
 
642
 #: ../logout/src/applet-logout.c:584
643
 msgid "Restart the computer?"
644
-msgstr ""
645
+msgstr "Reštartovať počítač?"
646
 
647
 #: ../logout/src/applet-logout.c:621
648
 msgid "Close the current session?"
649
-msgstr ""
650
+msgstr "Ukončiť aktuálne sedenie?"
651
 
652
 #: ../logout/src/applet-notifications.c:103
653
 msgid "Manage users"
654
-msgstr ""
655
+msgstr "Spravovať používateľov"
656
 
657
 #: ../mail/src/cd-mail-applet-accounts.c:39
658
 msgid "Server address:"
659
@@ -2336,7 +2342,7 @@
660
 #: ../mail/src/cd-mail-applet-accounts.c:39
661
 #: ../mail/src/cd-mail-applet-accounts.c:44
662
 msgid "myLogin"
663
-msgstr ""
664
+msgstr "Moje prihlásenie"
665
 
666
 #: ../mail/src/cd-mail-applet-accounts.c:39
667
 msgid "myHost"
668
@@ -2371,6 +2377,8 @@
669
 "Enter 0 to use the default port. Default ports are 143 for IMAP4 and 993 for "
670
 "IMAP4 over SSL."
671
 msgstr ""
672
+"Vložte 0 pre použitie predvoleného portu. Predvolené porty sú 143 pre IMAP4 "
673
+"a 993 pre IMAP4 cez SSL."
674
 
675
 #: ../mail/src/cd-mail-applet-accounts.c:39
676
 msgid "Use a secure connection (SSL)"
677
@@ -2413,13 +2421,15 @@
678
 
679
 #: ../mail/src/cd-mail-applet-accounts.c:39
680
 msgid "Remove this account"
681
-msgstr ""
682
+msgstr "Odstrániť tento účet"
683
 
684
 #: ../mail/src/cd-mail-applet-accounts.c:39
685
 msgid ""
686
 "Don't forget to enable IMAP (or POP) service from settings of your mail "
687
 "account."
688
 msgstr ""
689
+"Nezabudnite povoliť službu IMAP (alebo POP) v nastaveniach vášho poštového "
690
+"účtu."
691
 
692
 #: ../mail/src/cd-mail-applet-config.c:230
693
 msgid "Please choose an account type."
694
@@ -2503,6 +2513,8 @@
695
 "No mail application is defined,\n"
696
 "you can define it in the configuration panel of this module"
697
 msgstr ""
698
+"Nie je definovana poštová aplikácia.\n"
699
+"Môžete ju definovať v konfiguračnom paneli tohto modulu."
700
 
701
 #: ../mail/src/cd-mail-applet-notifications.c:147
702
 msgid "Refresh a mail account"
703
@@ -2515,7 +2527,7 @@
704
 #: ../mail/src/cd-mail-applet-notifications.c:161
705
 #, c-format
706
 msgid "Refresh %s"
707
-msgstr ""
708
+msgstr "Obnoviť %s"
709
 
710
 #: ../mail/src/cd-mail-applet-notifications.c:167
711
 msgid "Mark all emails as read"
712
@@ -2568,7 +2580,7 @@
713
 
714
 #: ../musicPlayer/src/applet-draw.c:160
715
 msgid "Song n°"
716
-msgstr ""
717
+msgstr "Skladba n°"
718
 
719
 #: ../musicPlayer/src/applet-draw.c:176
720
 msgid "Current song"
721
@@ -2607,7 +2619,7 @@
722
 
723
 #: ../musicPlayer/src/applet-notifications.c:175
724
 msgid "Choose a music player to control"
725
-msgstr ""
726
+msgstr "Vyberte prehrávač zvuku, ktorý chcete ovládať"
727
 
728
 #: ../musicPlayer/src/applet-notifications.c:262
729
 msgid "Find opened player"
730
@@ -2615,7 +2627,7 @@
731
 
732
 #: ../musicPlayer/src/applet-notifications.c:266
733
 msgid "Choose a player"
734
-msgstr ""
735
+msgstr "Vyberte prehrávač"
736
 
737
 #: ../musicPlayer/src/applet-notifications.c:272
738
 msgid "Previous"
739
@@ -2623,7 +2635,7 @@
740
 
741
 #: ../musicPlayer/src/applet-notifications.c:272
742
 msgid "scroll-up"
743
-msgstr ""
744
+msgstr "posunúť hore"
745
 
746
 #: ../musicPlayer/src/applet-notifications.c:278
747
 msgid "Play/Pause"
748
@@ -2639,7 +2651,7 @@
749
 
750
 #: ../musicPlayer/src/applet-notifications.c:284
751
 msgid "scroll-down"
752
-msgstr ""
753
+msgstr "posunúť dole"
754
 
755
 #: ../musicPlayer/src/applet-notifications.c:289
756
 msgid "Stop"
757
@@ -2718,44 +2730,44 @@
758
 
759
 #: ../powermanager/src/powermanager-draw.c:130
760
 msgid "Battery charged"
761
-msgstr ""
762
+msgstr "Batéria nabitá"
763
 
764
 #: ../powermanager/src/powermanager-draw.c:152
765
 msgid "Time before empty"
766
-msgstr ""
767
+msgstr "Čas do vybitia"
768
 
769
 #: ../powermanager/src/powermanager-draw.c:152
770
 msgid "Time before full"
771
-msgstr ""
772
+msgstr "Čas zostávajúci do úplného nabitia"
773
 
774
 #: ../powermanager/src/powermanager-draw.c:209
775
 msgid "Laptop on Battery."
776
-msgstr ""
777
+msgstr "Batéria prenosného počítača."
778
 
779
 #: ../powermanager/src/powermanager-draw.c:210
780
 #: ../powermanager/src/powermanager-draw.c:219
781
 msgid "Battery charged at:"
782
-msgstr ""
783
+msgstr "Batéria nabitá na:"
784
 
785
 #: ../powermanager/src/powermanager-draw.c:211
786
 msgid "Estimated time before empty:"
787
-msgstr ""
788
+msgstr "Zostávajúci čas do vybitia:"
789
 
790
 #: ../powermanager/src/powermanager-draw.c:218
791
 msgid "Laptop on Charge."
792
-msgstr ""
793
+msgstr "Prenosný počítač sa nabíja."
794
 
795
 #: ../powermanager/src/powermanager-draw.c:220
796
 msgid "Estimated time before full:"
797
-msgstr ""
798
+msgstr "Zostávajúci čas do úplného nabitia:"
799
 
800
 #: ../powermanager/src/powermanager-draw.c:227
801
 msgid "Model"
802
-msgstr ""
803
+msgstr "Model"
804
 
805
 #: ../powermanager/src/powermanager-draw.c:235
806
 msgid "Maximum capacity"
807
-msgstr ""
808
+msgstr "Maximálna kapacita"
809
 
810
 #: ../powermanager/src/powermanager-draw.c:240
811
 msgid "No battery found."
812
@@ -2803,7 +2815,7 @@
813
 
814
 #: ../powermanager/src/powermanager-menu-functions.c:88
815
 msgid "Power statistics"
816
-msgstr ""
817
+msgstr "Štatistika napájania"
818
 
819
 #: ../quick-browser/src/applet-init.c:29
820
 msgid "Quick Browser"
821
@@ -2825,7 +2837,7 @@
822
 
823
 #: ../quick-browser/src/applet-init.c:64
824
 msgid "Show/hide the folder menu"
825
-msgstr ""
826
+msgstr "Zobraziť/Skryť ponuku priečinka"
827
 
828
 #: ../quick-browser/src/applet-menu.c:107
829
 #: ../quick-browser/src/applet-menu.c:116
830
@@ -2902,11 +2914,11 @@
831
 
832
 #: ../shortcuts/src/applet-notifications.c:90
833
 msgid "No disks or bookmarks were found."
834
-msgstr ""
835
+msgstr "Neboli nájdené žiadne disky alebo záložky."
836
 
837
 #: ../shortcuts/src/applet-notifications.c:193
838
 msgid "Enter a name for this bookmark:"
839
-msgstr ""
840
+msgstr "Vložte názov pre túto záložku:"
841
 
842
 #: ../shortcuts/src/applet-notifications.c:249
843
 msgid "Open Home directory"
844
@@ -3014,7 +3026,7 @@
845
 
846
 #: ../slider/src/applet-notifications.c:270
847
 msgid "Refresh images list"
848
-msgstr ""
849
+msgstr "Obnoviť zoznam obrázkov"
850
 
851
 #: ../stack/src/applet-init.c:31
852
 msgid "stack"
853
@@ -3086,11 +3098,11 @@
854
 
855
 #: ../stack/src/applet-notifications.c:257
856
 msgid "The file has been added to the stack."
857
-msgstr ""
858
+msgstr "Súbor bol pridaný do zásobníka."
859
 
860
 #: ../stack/src/applet-notifications.c:258
861
 msgid "The URL has been added to the stack."
862
-msgstr ""
863
+msgstr "URL bola pridaná do zásobníka."
864
 
865
 #: ../switcher/src/applet-draw.c:597 ../switcher/src/applet-draw.c:604
866
 #: ../switcher/src/applet-load-icons.c:53
867
@@ -3173,11 +3185,11 @@
868
 
869
 #: ../systray/src/systray-init.c:41
870
 msgid "Notification Area Old"
871
-msgstr ""
872
+msgstr "Stará oblasť upozornení"
873
 
874
 #: ../systray/src/systray-init.c:65
875
 msgid "Show/hide the systray"
876
-msgstr ""
877
+msgstr "Zobraziť/Skryť systray"
878
 
879
 #: ../systray/src/systray-interface.c:70
880
 msgid ""
881
@@ -3215,7 +3227,7 @@
882
 
883
 #: ../terminal/src/terminal-init.c:59
884
 msgid "Show/hide the terminal"
885
-msgstr ""
886
+msgstr "Zobraziť/Skryť terminál"
887
 
888
 #: ../terminal/src/terminal-menu-functions.c:78
889
 #: ../terminal/src/terminal-widget.c:420
890
@@ -3341,7 +3353,7 @@
891
 
892
 #: ../weather/src/applet-config.c:126
893
 msgid "Couldn't get the location code (is connection alive?)"
894
-msgstr ""
895
+msgstr "Nedá sa získať kód umiestnenia (máte funkčné pripojenie?)"
896
 
897
 #: ../weather/src/applet-config.c:134
898
 msgid "I couldn't find this location"
899
@@ -3349,7 +3361,7 @@
900
 
901
 #: ../weather/src/applet-config.c:185
902
 msgid "Searching the location code..."
903
-msgstr ""
904
+msgstr "Vyhľadávam kód umiestnenia..."
905
 
906
 #: ../weather/src/applet-config.c:211
907
 msgid ""
908
@@ -3432,7 +3444,7 @@
909
 
910
 #: ../weather/src/applet-notifications.c:97
911
 msgid "Show current conditions (middle-click)"
912
-msgstr ""
913
+msgstr "Zobraziť aktuálne počasie (stredné kliknutie)"
914
 
915
 #: ../weather/src/applet-notifications.c:102
916
 msgid "Open weather.com (double-click)"
917
@@ -3501,7 +3513,7 @@
918
 
919
 #: ../weblets/src/applet-init.c:28
920
 msgid "weblets"
921
-msgstr ""
922
+msgstr "weblety"
923
 
924
 #: ../weblets/src/applet-init.c:31
925
 msgid ""
926
@@ -4996,11 +5008,11 @@
927
 
928
 #: ../Composite-Manager/data/messages:93
929
 msgid "Image when composite is active:"
930
-msgstr ""
931
+msgstr "Obrázok pri aktivovanej kompozícii:"
932
 
933
 #: ../Composite-Manager/data/messages:97
934
 msgid "Image when composite is inactive:"
935
-msgstr ""
936
+msgstr "Obrázok pri neaktivovanej kompozícii:"
937
 
938
 #: ../Composite-Manager/data/messages:99 ../Global-Menu/data/messages:89
939
 #: ../RSSreader/data/messages:105 ../Status-Notifier/data/messages:117
940
@@ -5015,30 +5027,32 @@
941
 "Let empty to use the default one. Alternatively, you can set any command you "
942
 "want."
943
 msgstr ""
944
+"Nechajte prázdne ak chcete použiť predvolené. Prípadne si môžete nastaviť "
945
+"ľubovoľný príkaz."
946
 
947
 #: ../Composite-Manager/data/messages:103
948
 msgid "Composite window-manager:"
949
-msgstr ""
950
+msgstr "Kompozitný správca okien:"
951
 
952
 #: ../Composite-Manager/data/messages:105
953
 #: ../Composite-Manager/data/messages:117
954
 msgid "Compiz"
955
-msgstr ""
956
+msgstr "Compiz"
957
 
958
 #: ../Composite-Manager/data/messages:107
959
 #: ../Composite-Manager/data/messages:119
960
 msgid "KWin"
961
-msgstr ""
962
+msgstr "KWin"
963
 
964
 #: ../Composite-Manager/data/messages:109
965
 #: ../Composite-Manager/data/messages:121
966
 msgid "Xfwm"
967
-msgstr ""
968
+msgstr "Xfwm"
969
 
970
 #: ../Composite-Manager/data/messages:111
971
 #: ../Composite-Manager/data/messages:123
972
 msgid "Metacity"
973
-msgstr ""
974
+msgstr "Metacity"
975
 
976
 #: ../Composite-Manager/data/messages:115
977
 msgid "Fallback window-manager:"
978
@@ -5046,7 +5060,7 @@
979
 
980
 #: ../Composite-Manager/data/messages:125
981
 msgid "Ask before switching:"
982
-msgstr ""
983
+msgstr "Spýtať sa pred prepnutím:"
984
 
985
 #: ../Composite-Manager/data/messages:127 ../logout/data/messages:95
986
 #: ../showDesktop/data/messages:115 ../slider/data/messages:123
987
@@ -5056,7 +5070,7 @@
988
 
989
 #: ../Composite-Manager/data/messages:141
990
 msgid "Shortkey to toggle the composite ON/OFF:"
991
-msgstr ""
992
+msgstr "Klávesová skratka na prepnutie kompozície ZAP/VYP:"
993
 
994
 #: ../Dbus/data/messages:3
995
 msgid "Let external applications pop up dialogs in the dock?"
996
@@ -5263,27 +5277,27 @@
997
 
998
 #: ../Disks/data/messages:149
999
 msgid "Fluidity of the transition between 2 values"
1000
-msgstr ""
1001
+msgstr ": Rýchlosť"
1002
 
1003
 #: ../Disks/data/messages:151
1004
 msgid "Partitions monitored : Size"
1005
-msgstr ""
1006
+msgstr "Monitorovaná časť disku : Veľkosť"
1007
 
1008
 #: ../Disks/data/messages:153
1009
 msgid "E.g. sda1, sdb5..."
1010
-msgstr ""
1011
+msgstr "napr. sda1, sdb5..."
1012
 
1013
 #: ../Disks/data/messages:155
1014
 msgid "Disks monitored : Speed"
1015
-msgstr ""
1016
+msgstr "Monitorovanie disku : Rýchlosť"
1017
 
1018
 #: ../Disks/data/messages:157
1019
 msgid "E.g. sda, sdb... Up to 5 values allowed"
1020
-msgstr ""
1021
+msgstr "Napr. sda, sdb... Povolená hodnota 5"
1022
 
1023
 #: ../Disks/data/messages:159
1024
 msgid "Preferences"
1025
-msgstr ""
1026
+msgstr "Vlastnosti"
1027
 
1028
 #: ../Disks/data/messages:161 ../Network-Monitor/data/messages:133
1029
 #: ../netspeed/data/messages:165
1030
@@ -5292,7 +5306,7 @@
1031
 
1032
 #: ../Disks/data/messages:163
1033
 msgid "System monitor command"
1034
-msgstr ""
1035
+msgstr "Príkaz sledovanie systému"
1036
 
1037
 #: ../Doncky/data/messages:93
1038
 msgid "Specify the xml file to be used :"
1039
@@ -5325,7 +5339,7 @@
1040
 
1041
 #: ../Doncky/data/messages:109
1042
 msgid "Margin all around the desklet:"
1043
-msgstr ""
1044
+msgstr "Rozpätie celého deskletu:"
1045
 
1046
 #: ../Doncky/data/messages:111
1047
 msgid "Use this to increase the space between the lines"
1048
@@ -5333,7 +5347,7 @@
1049
 
1050
 #: ../Doncky/data/messages:113
1051
 msgid "Space between lines:"
1052
-msgstr ""
1053
+msgstr "Priestor medzi linkami:"
1054
 
1055
 #: ../Doncky/data/messages:115 ../RSSreader/data/messages:179
1056
 msgid "Background"
1057
@@ -5390,7 +5404,7 @@
1058
 
1059
 #: ../Folders/data/messages:7
1060
 msgid "Let empty to use the name of the folder."
1061
-msgstr ""
1062
+msgstr "Ponechajte prázdne ak chcete použiť názov priečinka."
1063
 
1064
 #: ../Folders/data/messages:11
1065
 msgid "How to render the icon :"
1066
@@ -5424,7 +5438,7 @@
1067
 
1068
 #: ../Folders/data/messages:109
1069
 msgid "Show folder's content?"
1070
-msgstr ""
1071
+msgstr "Zobraziť obsah priečinka?"
1072
 
1073
 #: ../Folders/data/messages:111
1074
 msgid "Sort files by :"
1075
@@ -5493,11 +5507,11 @@
1076
 
1077
 #: ../GMenu/data/messages:115
1078
 msgid "Session management buttons"
1079
-msgstr ""
1080
+msgstr "Tlačítka pre ovládanie sedenia"
1081
 
1082
 #: ../GMenu/data/messages:117
1083
 msgid "Show Logout and/or Shutdown : "
1084
-msgstr ""
1085
+msgstr "Zobraziť tlačítko Odhlásiť a/alebo Vypnúť : "
1086
 
1087
 #: ../Global-Menu/data/messages:87
1088
 msgid ""
1089
@@ -5521,51 +5535,51 @@
1090
 
1091
 #: ../Global-Menu/data/messages:97
1092
 msgid "Shortkey to pop up the menu"
1093
-msgstr ""
1094
+msgstr "Klávesová skratka na vyskovacie okno ponuky"
1095
 
1096
 #: ../Global-Menu/data/messages:99
1097
 msgid "Pop up the menu at mouse position"
1098
-msgstr ""
1099
+msgstr "Vyskakovacia ponuka na ukazovateli myši"
1100
 
1101
 #: ../Global-Menu/data/messages:101
1102
 msgid "Compact mode"
1103
-msgstr ""
1104
+msgstr "Kompaktný mód"
1105
 
1106
 #: ../Global-Menu/data/messages:103
1107
 msgid "Order of the buttons: "
1108
-msgstr ""
1109
+msgstr "Poradie tlačítok: "
1110
 
1111
 #: ../Global-Menu/data/messages:105
1112
 msgid "Auto"
1113
-msgstr ""
1114
+msgstr "Automaticky"
1115
 
1116
 #: ../Global-Menu/data/messages:107
1117
 msgid "Close button at the end"
1118
-msgstr ""
1119
+msgstr "Vyberte posledné tlačítko"
1120
 
1121
 #: ../Global-Menu/data/messages:109
1122
 msgid "Close button at first"
1123
-msgstr ""
1124
+msgstr "Vyberte prvé tlačítko"
1125
 
1126
 #: ../Global-Menu/data/messages:111
1127
 msgid "Image for the 'minimize' button"
1128
-msgstr ""
1129
+msgstr "Obrázok pre tlačítko \"minimalizovanie\""
1130
 
1131
 #: ../Global-Menu/data/messages:113
1132
 msgid "Image for the 'maximize' button"
1133
-msgstr ""
1134
+msgstr "Obrázok pre tlačítko \"maximalizovanie\""
1135
 
1136
 #: ../Global-Menu/data/messages:115
1137
 msgid "Image for the 'restore' button"
1138
-msgstr ""
1139
+msgstr "Obrázok pre tlačítko \"obnoviť\""
1140
 
1141
 #: ../Global-Menu/data/messages:117
1142
 msgid "Image for the 'close' button"
1143
-msgstr ""
1144
+msgstr "Obrázok pre tlačítko \"zavrieť\""
1145
 
1146
 #: ../Impulse/data/messages:93
1147
 msgid "Animation of the icons:"
1148
-msgstr ""
1149
+msgstr "Animácia ikôn:"
1150
 
1151
 #: ../Impulse/data/messages:95
1152
 msgid ""
1153
@@ -5575,7 +5589,7 @@
1154
 
1155
 #: ../Impulse/data/messages:97
1156
 msgid "Stop animations sooner?"
1157
-msgstr ""
1158
+msgstr "Zastaviť najskôr animácie?"
1159
 
1160
 #: ../Impulse/data/messages:99 ../alsaMixer/data/messages:101
1161
 msgid "Control"
1162
@@ -5584,19 +5598,19 @@
1163
 #: ../Impulse/data/messages:101
1164
 msgid ""
1165
 "It's the sensitivity in order to know if the animation is played or not."
1166
-msgstr ""
1167
+msgstr "Je to citlivosť, aby aby zistilo či sa animácia prehrá, alebo nie."
1168
 
1169
 #: ../Impulse/data/messages:103
1170
 msgid "Sensitivity of the animation:"
1171
-msgstr ""
1172
+msgstr "Citlivosť animácie:"
1173
 
1174
 #: ../Impulse/data/messages:105 ../Impulse/data/messages:115
1175
 msgid "More"
1176
-msgstr ""
1177
+msgstr "Viac"
1178
 
1179
 #: ../Impulse/data/messages:107 ../Impulse/data/messages:113
1180
 msgid "Less"
1181
-msgstr ""
1182
+msgstr "Menej"
1183
 
1184
 #: ../Impulse/data/messages:109
1185
 msgid "in ms."
1186
@@ -5604,27 +5618,27 @@
1187
 
1188
 #: ../Impulse/data/messages:111
1189
 msgid "Time between two animations:"
1190
-msgstr ""
1191
+msgstr "Čas medzi dvomi animáciami:"
1192
 
1193
 #: ../Impulse/data/messages:117
1194
 msgid "Action at Startup"
1195
-msgstr ""
1196
+msgstr "Akcia pri spustení"
1197
 
1198
 #: ../Impulse/data/messages:119
1199
 msgid "Launch automatically at startup?"
1200
-msgstr ""
1201
+msgstr "Spustiť automaticky pri spustení?"
1202
 
1203
 #: ../Impulse/data/messages:121
1204
 msgid "Hide the icon?"
1205
-msgstr ""
1206
+msgstr "Skryť ikonu?"
1207
 
1208
 #: ../Impulse/data/messages:127
1209
 msgid "Image when the applet is active:"
1210
-msgstr ""
1211
+msgstr "Obrázok pri aktívnom aplete:"
1212
 
1213
 #: ../Impulse/data/messages:131
1214
 msgid "Image when the applet is inactive:"
1215
-msgstr ""
1216
+msgstr "Obrázok pri neaktívnom aplete:"
1217
 
1218
 #: ../Impulse/data/messages:135 ../musicPlayer/data/messages:205
1219
 #: ../tomboy/data/messages:21
1220
@@ -5633,15 +5647,15 @@
1221
 
1222
 #: ../Impulse/data/messages:137
1223
 msgid "PulseAudio"
1224
-msgstr ""
1225
+msgstr "PulseAudio"
1226
 
1227
 #: ../Impulse/data/messages:139
1228
 msgid "0 in most cases"
1229
-msgstr ""
1230
+msgstr "0 vo väčšine prípadov"
1231
 
1232
 #: ../Impulse/data/messages:141
1233
 msgid "Index of the source:"
1234
-msgstr ""
1235
+msgstr "Zoznam zdrojov:"
1236
 
1237
 #: ../Messaging-Menu/data/messages:13 ../Network-Monitor/data/messages:15
1238
 #: ../Status-Notifier/data/messages:17 ../System-Monitor/data/messages:13
1239
@@ -5663,7 +5677,7 @@
1240
 #: ../slider/data/messages:17 ../weather/data/messages:19
1241
 #: ../wifi/data/messages:17
1242
 msgid "With default background"
1243
-msgstr ""
1244
+msgstr "S predvoleným pozadím"
1245
 
1246
 #: ../Messaging-Menu/data/messages:19 ../Network-Monitor/data/messages:21
1247
 #: ../Status-Notifier/data/messages:23 ../System-Monitor/data/messages:19
1248
@@ -5674,7 +5688,7 @@
1249
 #: ../slider/data/messages:19 ../weather/data/messages:21
1250
 #: ../wifi/data/messages:19
1251
 msgid "With custom background"
1252
-msgstr ""
1253
+msgstr "S vlastným pozadím"
1254
 
1255
 #: ../Messaging-Menu/data/messages:21 ../Network-Monitor/data/messages:23
1256
 #: ../Status-Notifier/data/messages:25 ../System-Monitor/data/messages:21
1257
@@ -5685,7 +5699,7 @@
1258
 #: ../slider/data/messages:21 ../weather/data/messages:23
1259
 #: ../wifi/data/messages:21
1260
 msgid "Background color to add in this case"
1261
-msgstr ""
1262
+msgstr "Farba pozadia pridaná v tomto prípade"
1263
 
1264
 #: ../Messaging-Menu/data/messages:99
1265
 msgid ""
1266
@@ -6018,15 +6032,15 @@
1267
 
1268
 #: ../Recent-Events/data/messages:93
1269
 msgid "Shortkey to show/hide the search dialog"
1270
-msgstr ""
1271
+msgstr "Klávesová skratka na zobrazenie/skrytie vyhľadávania"
1272
 
1273
 #: ../Recent-Events/data/messages:95
1274
 msgid "Max number of results to show"
1275
-msgstr ""
1276
+msgstr "Maximálny počet zobrazených výsledkov"
1277
 
1278
 #: ../Remote-Control/data/messages:3
1279
 msgid "Shortkey to trigger the applet:"
1280
-msgstr ""
1281
+msgstr "Klávesová skratka na spustenie apletu:"
1282
 
1283
 #: ../Remote-Control/data/messages:5
1284
 msgid "Dock to control initially"
1285
@@ -6243,15 +6257,15 @@
1286
 
1287
 #: ../Status-Notifier/data/messages:105
1288
 msgid "Hide inactive items"
1289
-msgstr ""
1290
+msgstr "Skryť neaktívne položky"
1291
 
1292
 #: ../Status-Notifier/data/messages:107
1293
 msgid "How to display items:"
1294
-msgstr ""
1295
+msgstr "Ako zobraziť položky:"
1296
 
1297
 #: ../Status-Notifier/data/messages:109
1298
 msgid "Compact"
1299
-msgstr ""
1300
+msgstr "Kompaktný"
1301
 
1302
 #: ../Status-Notifier/data/messages:111
1303
 msgid "Sub-dock"
1304
@@ -6259,7 +6273,7 @@
1305
 
1306
 #: ../Status-Notifier/data/messages:113
1307
 msgid "Allow the icon to automatically resize itself?"
1308
-msgstr ""
1309
+msgstr "Umožniť automatickú zmenu veľkosti ikony?"
1310
 
1311
 #: ../Status-Notifier/data/messages:115
1312
 msgid "Number of lines to pack items in:"
1313
@@ -6299,11 +6313,11 @@
1314
 
1315
 #: ../System-Monitor/data/messages:155
1316
 msgid "Show CPU temperature?"
1317
-msgstr ""
1318
+msgstr "Zobraziť teplotu procesora?"
1319
 
1320
 #: ../System-Monitor/data/messages:157
1321
 msgid "Show fan speed?"
1322
-msgstr ""
1323
+msgstr "Zobraziť rýchlosť ventilátora?"
1324
 
1325
 #: ../System-Monitor/data/messages:159
1326
 msgid "Show free memory instead of used memory?"
1327
@@ -6323,11 +6337,11 @@
1328
 
1329
 #: ../System-Monitor/data/messages:177
1330
 msgid "Alerts"
1331
-msgstr ""
1332
+msgstr "Upozornenia"
1333
 
1334
 #: ../System-Monitor/data/messages:179
1335
 msgid "Show alerts?"
1336
-msgstr ""
1337
+msgstr "Zobraziť upozornenia?"
1338
 
1339
 #: ../System-Monitor/data/messages:181
1340
 msgid "Play a sound when displaying warning?"
1341
@@ -6339,7 +6353,7 @@
1342
 
1343
 #: ../System-Monitor/data/messages:185
1344
 msgid "System-Monitor"
1345
-msgstr ""
1346
+msgstr "Sledovanie systému"
1347
 
1348
 #: ../System-Monitor/data/messages:191
1349
 msgid ""
1350
@@ -6447,7 +6461,7 @@
1351
 
1352
 #: ../Xgamma/data/messages:7
1353
 msgid "Leave empty to display the current luminosity."
1354
-msgstr ""
1355
+msgstr "Ponechajte prázdne pre zobrazenie s aktuálnym jasom."
1356
 
1357
 #: ../Xgamma/data/messages:95 ../alsaMixer/data/messages:105
1358
 msgid "Variation for 1 mouse scroll, in %:"
1359
@@ -6463,11 +6477,11 @@
1360
 
1361
 #: ../Xgamma/data/messages:101
1362
 msgid "Shortkey to increase the brightness:"
1363
-msgstr ""
1364
+msgstr "Klávesová skratka pre zvýšenie jasu:"
1365
 
1366
 #: ../Xgamma/data/messages:103
1367
 msgid "Shortkey to decrease the brightness:"
1368
-msgstr ""
1369
+msgstr "Klávesová skratka pre zníženie jasu:"
1370
 
1371
 #: ../alsaMixer/data/messages:7 ../alsaMixer/data/messages:155
1372
 msgid "Leave empty to use the default sound card."
1373
@@ -6633,7 +6647,7 @@
1374
 
1375
 #: ../clock/data/messages:151
1376
 msgid "Use a custom font"
1377
-msgstr ""
1378
+msgstr "Použiť vlastné písmo"
1379
 
1380
 #: ../clock/data/messages:153 ../keyboard-indicator/data/messages:111
1381
 msgid "Font:"
1382
@@ -6641,19 +6655,19 @@
1383
 
1384
 #: ../clock/data/messages:157
1385
 msgid "Layout of the text:"
1386
-msgstr ""
1387
+msgstr "Rozloženie textu:"
1388
 
1389
 #: ../clock/data/messages:159 ../switcher/data/messages:95
1390
 msgid "Automatic"
1391
-msgstr ""
1392
+msgstr "Automaticky"
1393
 
1394
 #: ../clock/data/messages:161
1395
 msgid "On 1 line"
1396
-msgstr ""
1397
+msgstr "Na 1 riadok"
1398
 
1399
 #: ../clock/data/messages:163
1400
 msgid "On 2 lines"
1401
-msgstr ""
1402
+msgstr "Na 2 riadok"
1403
 
1404
 #: ../clock/data/messages:165
1405
 msgid "Ratio to apply on text :"
1406
@@ -6762,15 +6776,15 @@
1407
 
1408
 #: ../dnd2share/data/messages:113
1409
 msgid "Tiny-URL"
1410
-msgstr ""
1411
+msgstr "Tiny-URL"
1412
 
1413
 #: ../dnd2share/data/messages:115
1414
 msgid "Shorter-Link"
1415
-msgstr ""
1416
+msgstr "Skrátený odkaz"
1417
 
1418
 #: ../dnd2share/data/messages:117
1419
 msgid "Use the tiny URL by default?"
1420
-msgstr ""
1421
+msgstr "Použiť tiny URL ako predvolenú?"
1422
 
1423
 #: ../dnd2share/data/messages:119
1424
 msgid "in KB/s - 0 means unlimited"
1425
@@ -6799,19 +6813,19 @@
1426
 
1427
 #: ../dnd2share/data/messages:131
1428
 msgid "Pastebin.com"
1429
-msgstr ""
1430
+msgstr "Pastebin.com"
1431
 
1432
 #: ../dnd2share/data/messages:133
1433
 msgid "Paste-ubuntu.com"
1434
-msgstr ""
1435
+msgstr "Paste-ubuntu.com"
1436
 
1437
 #: ../dnd2share/data/messages:135
1438
 msgid "Pastebin.mozilla.org"
1439
-msgstr ""
1440
+msgstr "Pastebin.mozilla.org"
1441
 
1442
 #: ../dnd2share/data/messages:137
1443
 msgid "Codepad.org"
1444
-msgstr ""
1445
+msgstr "Codepad.org"
1446
 
1447
 #: ../dnd2share/data/messages:139
1448
 msgid "Preferred site for images hosting :"
1449
@@ -6851,7 +6865,7 @@
1450
 
1451
 #: ../dnd2share/data/messages:163
1452
 msgid "UbuntuOne"
1453
-msgstr ""
1454
+msgstr "UbuntuOne"
1455
 
1456
 #: ../dnd2share/data/messages:165 ../dnd2share/data/messages:169
1457
 #: ../dnd2share/data/messages:173 ../dnd2share/data/messages:177
1458
@@ -6862,19 +6876,19 @@
1459
 
1460
 #: ../dnd2share/data/messages:167
1461
 msgid "Custom script for text upload :"
1462
-msgstr ""
1463
+msgstr "Vlastný skript pre odoslanie textu:"
1464
 
1465
 #: ../dnd2share/data/messages:171
1466
 msgid "Custom script for image upload :"
1467
-msgstr ""
1468
+msgstr "Vlastný skript pre odoslanie obrázku:"
1469
 
1470
 #: ../dnd2share/data/messages:175
1471
 msgid "Custom script for video upload :"
1472
-msgstr ""
1473
+msgstr "Vlastný skript pre odoslanie videa:"
1474
 
1475
 #: ../dnd2share/data/messages:179
1476
 msgid "Custom script for file upload :"
1477
-msgstr ""
1478
+msgstr "Vlastný skript pre odoslanie súboru:"
1479
 
1480
 #: ../dnd2share/data/messages:181
1481
 msgid "Leave empty to upload files into '~/Dropbox/Public'."
1482
@@ -6918,7 +6932,7 @@
1483
 
1484
 #: ../dock-rendering/data/messages:19
1485
 msgid "Physically separate groups of icons"
1486
-msgstr ""
1487
+msgstr "Fyzicky oddelené skupiny ikôn"
1488
 
1489
 #: ../dock-rendering/data/messages:21
1490
 msgid "At 1, the icons will have the same size as in other views."
1491
@@ -6930,11 +6944,11 @@
1492
 
1493
 #: ../dock-rendering/data/messages:25
1494
 msgid "smaller icons"
1495
-msgstr ""
1496
+msgstr "menšie ikony"
1497
 
1498
 #: ../dock-rendering/data/messages:27
1499
 msgid "normal icons"
1500
-msgstr ""
1501
+msgstr "normálne ikony"
1502
 
1503
 #: ../dock-rendering/data/messages:31
1504
 msgid "Grid"
1505
@@ -6954,15 +6968,15 @@
1506
 
1507
 #: ../dock-rendering/data/messages:39
1508
 msgid "Maximum size of the dock:"
1509
-msgstr ""
1510
+msgstr "Maximálna veľkosť panela:"
1511
 
1512
 #: ../dock-rendering/data/messages:41
1513
 msgid "Small"
1514
-msgstr ""
1515
+msgstr "Malý"
1516
 
1517
 #: ../dock-rendering/data/messages:43
1518
 msgid "Full screen"
1519
-msgstr ""
1520
+msgstr "Na celú obrazovku"
1521
 
1522
 #: ../dock-rendering/data/messages:45
1523
 msgid "Zoom when mouse hovers an icon:"
1524
@@ -7022,15 +7036,15 @@
1525
 
1526
 #: ../dock-rendering/data/messages:79
1527
 msgid "Scroll bar"
1528
-msgstr ""
1529
+msgstr "Posuvník"
1530
 
1531
 #: ../dock-rendering/data/messages:81
1532
 msgid "Color of the scroll bar's outline:"
1533
-msgstr ""
1534
+msgstr "Farba obrysu posuvníka:"
1535
 
1536
 #: ../dock-rendering/data/messages:83
1537
 msgid "Color of the scroll bar's inside:"
1538
-msgstr ""
1539
+msgstr "Farba vo vnútri posuvníka:"
1540
 
1541
 #: ../dock-rendering/data/messages:85
1542
 msgid "Color of the scroll grip:"
1543
@@ -7189,7 +7203,7 @@
1544
 
1545
 #: ../dustbin/data/messages:103
1546
 msgid "Number of files"
1547
-msgstr ""
1548
+msgstr "Počet súborov"
1549
 
1550
 #: ../dustbin/data/messages:105
1551
 msgid "Total number of files"
1552
@@ -7387,23 +7401,23 @@
1553
 
1554
 #: ../logout/data/messages:93
1555
 msgid "Action"
1556
-msgstr ""
1557
+msgstr "Operácia"
1558
 
1559
 #: ../logout/data/messages:103
1560
 msgid "Shortkey to lock the screen"
1561
-msgstr ""
1562
+msgstr "Klávesová skratka na uzamknutie obrazovky"
1563
 
1564
 #: ../logout/data/messages:105
1565
 msgid "Shortkey to show the menu"
1566
-msgstr ""
1567
+msgstr "Klávessová skratka pre zobrazenie ponuky"
1568
 
1569
 #: ../logout/data/messages:107
1570
 msgid "Demand confirmation before closing"
1571
-msgstr ""
1572
+msgstr "Vyžiadať potvrdenie pred ukončením"
1573
 
1574
 #: ../logout/data/messages:109
1575
 msgid "Commands"
1576
-msgstr ""
1577
+msgstr "Príkazy"
1578
 
1579
 #: ../logout/data/messages:113
1580
 msgid "User-defined command to execute for logout:"
1581
@@ -7430,16 +7444,17 @@
1582
 
1583
 #: ../logout/data/messages:123
1584
 msgid "Icon image name to use when the system has to be rebooted:"
1585
-msgstr ""
1586
+msgstr "Názov obrázku ikony použitej pri reštarte systému:"
1587
 
1588
 #: ../logout/data/messages:125
1589
 msgid ""
1590
 "Display this image as an emblem or replace applet's icon with this image?"
1591
 msgstr ""
1592
+"Zobraziť tento obrázok ako znak, alebo nahradiť ikonu apletu týmto obrázkom?"
1593
 
1594
 #: ../logout/data/messages:127
1595
 msgid "Emblem"
1596
-msgstr ""
1597
+msgstr "Znak"
1598
 
1599
 #: ../mail/data/messages:99
1600
 msgid ""
1601
@@ -7486,11 +7501,11 @@
1602
 
1603
 #: ../mail/data/messages:123
1604
 msgid "Action on new mail"
1605
-msgstr ""
1606
+msgstr "Akcia pri novej pošte"
1607
 
1608
 #: ../mail/data/messages:125
1609
 msgid "Play sound when a new e-mail is received?"
1610
-msgstr ""
1611
+msgstr "Prehrať zvuk pri obdržaní novej správy?"
1612
 
1613
 #: ../mail/data/messages:129
1614
 msgid "Name of the file for the \"new mail\" sound :"
1615
@@ -7514,7 +7529,7 @@
1616
 
1617
 #: ../mail/data/messages:141
1618
 msgid "Animation when new message arrives:"
1619
-msgstr ""
1620
+msgstr "Animácia pri novej správe:"
1621
 
1622
 #: ../mail/data/messages:145
1623
 msgid "Mail application"
1624
@@ -7522,7 +7537,7 @@
1625
 
1626
 #: ../mail/data/messages:147
1627
 msgid "for instance \"thunderbird\" or \"firefox mail.google.com\""
1628
-msgstr ""
1629
+msgstr "napr \"Thunderbird\" alebo \"firefox mail.google.com\""
1630
 
1631
 #: ../mail/data/messages:149
1632
 msgid "Preferred mail application to launch on left-click :"
1633
@@ -7530,7 +7545,7 @@
1634
 
1635
 #: ../mail/data/messages:151
1636
 msgid "Add a mail account (you've to launch the applet)"
1637
-msgstr ""
1638
+msgstr "Pridať poštový účet (môžete si spustiť applet)"
1639
 
1640
 #: ../mail/data/messages:153
1641
 msgid "The new account will be created with the specified type and name."
1642
@@ -7588,7 +7603,7 @@
1643
 
1644
 #: ../musicPlayer/data/messages:117
1645
 msgid "GMusicBrowser"
1646
-msgstr ""
1647
+msgstr "GMusicBrowser"
1648
 
1649
 #: ../musicPlayer/data/messages:119
1650
 msgid "Guayadeque"
1651
@@ -7650,11 +7665,11 @@
1652
 
1653
 #: ../musicPlayer/data/messages:145
1654
 msgid "Next/previous song"
1655
-msgstr ""
1656
+msgstr "Daľšia/Predchádzajúca skladba"
1657
 
1658
 #: ../musicPlayer/data/messages:147
1659
 msgid "Control the volume"
1660
-msgstr ""
1661
+msgstr "Ovládanie hlasitosti"
1662
 
1663
 #: ../musicPlayer/data/messages:149
1664
 msgid "Action on music change"
1665
@@ -7752,7 +7767,7 @@
1666
 
1667
 #: ../powermanager/data/messages:7
1668
 msgid "Leave empty to display the current status information."
1669
-msgstr ""
1670
+msgstr "Ponechajte prázdne pre zobrazenie informácie o aktuálnom stave."
1671
 
1672
 #: ../powermanager/data/messages:141
1673
 msgid "'On-battery' icon filename:"
1674
@@ -7776,7 +7791,7 @@
1675
 
1676
 #: ../powermanager/data/messages:169
1677
 msgid "Timelength"
1678
-msgstr ""
1679
+msgstr "časová dĺžka"
1680
 
1681
 #: ../powermanager/data/messages:173
1682
 msgid "Emblem icon's filename when on charge:"
1683
@@ -7784,7 +7799,7 @@
1684
 
1685
 #: ../powermanager/data/messages:175
1686
 msgid "Hide the icon when not on battery?"
1687
-msgstr ""
1688
+msgstr "Skryť ikonu, ak nie je používaná batéria?"
1689
 
1690
 #: ../powermanager/data/messages:177
1691
 msgid "Notification"
1692
@@ -8027,7 +8042,7 @@
1693
 
1694
 #: ../slider/data/messages:113
1695
 msgid "Read all images properties on startup?"
1696
-msgstr ""
1697
+msgstr "Načítať všetky vlastnosti obrázkov pri spustení?"
1698
 
1699
 #: ../slider/data/messages:119 ../slider/data/messages:125
1700
 msgid "play/pause"
1701
@@ -8039,7 +8054,7 @@
1702
 
1703
 #: ../slider/data/messages:129
1704
 msgid "open parent folder"
1705
-msgstr ""
1706
+msgstr "Otvoriť nadradený priečinok"
1707
 
1708
 #: ../slider/data/messages:133
1709
 msgid "Sliding delay:"
1710
@@ -8099,7 +8114,7 @@
1711
 
1712
 #: ../slider/data/messages:165
1713
 msgid "Add a background to the image?"
1714
-msgstr ""
1715
+msgstr "Pridať pozadie do obrázku?"
1716
 
1717
 #: ../slider/data/messages:173
1718
 msgid ""
1719
@@ -8113,7 +8128,7 @@
1720
 
1721
 #: ../slider/data/messages:177
1722
 msgid "Frame width:"
1723
-msgstr ""
1724
+msgstr "Šírka rámčeka:"
1725
 
1726
 #: ../slider/data/messages:179
1727
 msgid "Gives better image rendering."
1728
@@ -8157,7 +8172,7 @@
1729
 
1730
 #: ../stack/data/messages:117
1731
 msgid "Separate the items by type (file/web page/text)"
1732
-msgstr ""
1733
+msgstr "Oddeliť položky podľa typu (súbory/webové stránky/text)"
1734
 
1735
 #: ../stack/data/messages:119
1736
 msgid ""
1737
@@ -8209,7 +8224,7 @@
1738
 
1739
 #: ../switcher/data/messages:97
1740
 msgid "On a single line"
1741
-msgstr ""
1742
+msgstr "Na jednom riadku"
1743
 
1744
 #: ../switcher/data/messages:99
1745
 msgid "Map wallpaper to icons?"
1746
cairo-dock-plugins-3.0.1.tar.gz/po/sv.po -> cairo-dock-plugins-3.0.2.tar.gz/po/sv.po Changed
191
 
1
@@ -8,14 +8,14 @@
2
 "Project-Id-Version: 1.0.0\n"
3
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
4
 "POT-Creation-Date: 2012-04-12 00:33+0000\n"
5
-"PO-Revision-Date: 2012-04-12 03:08+0000\n"
6
-"Last-Translator: Matthieu Baerts <matttbe@gmail.com>\n"
7
+"PO-Revision-Date: 2012-04-17 18:09+0000\n"
8
+"Last-Translator: Tofe <Unknown>\n"
9
 "Language-Team: Cairo-Dock\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:34+0000\n"
14
-"X-Generator: Launchpad (build 15070)\n"
15
+"X-Launchpad-Export-Date: 2012-04-18 04:55+0000\n"
16
+"X-Generator: Launchpad (build 15108)\n"
17
 "X-Poedit-Country: SWEDEN\n"
18
 "Language: sv\n"
19
 "X-Poedit-Language: Swedish\n"
20
@@ -558,31 +558,31 @@
21
 
22
 #: ../Folders/src/applet-notifications.c:116
23
 msgid "Properties:"
24
-msgstr ""
25
+msgstr "Egenskaper:"
26
 
27
 #: ../Folders/src/applet-notifications.c:136 ../Folders/data/messages:117
28
 msgid "Size"
29
-msgstr ""
30
+msgstr "Storlek"
31
 
32
 #: ../Folders/src/applet-notifications.c:136
33
 msgid "bytes"
34
-msgstr ""
35
+msgstr "bytes"
36
 
37
 #: ../Folders/src/applet-notifications.c:150
38
 msgid "Last Modification"
39
-msgstr ""
40
+msgstr "Senaste Förändring"
41
 
42
 #: ../Folders/src/applet-notifications.c:159
43
 msgid "Mime Type"
44
-msgstr ""
45
+msgstr "Mime typ"
46
 
47
 #: ../Folders/src/applet-notifications.c:173
48
 msgid "User ID"
49
-msgstr ""
50
+msgstr "Användar ID"
51
 
52
 #: ../Folders/src/applet-notifications.c:173
53
 msgid "Group ID"
54
-msgstr ""
55
+msgstr "Grupp ID"
56
 
57
 #: ../Folders/src/applet-notifications.c:183
58
 msgid "Permissions"
59
@@ -590,7 +590,7 @@
60
 
61
 #: ../Folders/src/applet-notifications.c:183
62
 msgid "Read"
63
-msgstr ""
64
+msgstr "Läsa"
65
 
66
 #: ../Folders/src/applet-notifications.c:184
67
 #: ../Folders/src/applet-notifications.c:185
68
@@ -598,7 +598,7 @@
69
 #: ../System-Monitor/data/messages:115 ../alsaMixer/data/messages:147
70
 #: ../netspeed/data/messages:115 ../slider/data/messages:169
71
 msgid "Yes"
72
-msgstr ""
73
+msgstr "Ja"
74
 
75
 #: ../Folders/src/applet-notifications.c:184
76
 #: ../Folders/src/applet-notifications.c:185
77
@@ -622,7 +622,7 @@
78
 
79
 #: ../Folders/src/applet-notifications.c:184
80
 msgid "Write"
81
-msgstr ""
82
+msgstr "Skriva"
83
 
84
 #: ../Folders/src/applet-notifications.c:185
85
 #: ../Scooby-Do/src/applet-backend-command.c:95
86
@@ -1618,7 +1618,7 @@
87
 
88
 #: ../alsaMixer/src/applet-draw.c:64
89
 msgid "Volume"
90
-msgstr ""
91
+msgstr "Volym"
92
 
93
 #: ../alsaMixer/src/applet-init.c:34
94
 msgid ""
95
@@ -1753,7 +1753,7 @@
96
 
97
 #: ../clock/src/applet-config.c:36
98
 msgid "E.g.:"
99
-msgstr ""
100
+msgstr "T.ex.:"
101
 
102
 #: ../clock/src/applet-config.c:505 ../weather/src/applet-config.c:207
103
 msgid "Search for your location :"
104
@@ -1761,7 +1761,7 @@
105
 
106
 #: ../clock/src/applet-init.c:35
107
 msgid "clock"
108
-msgstr ""
109
+msgstr "klocka"
110
 
111
 #: ../clock/src/applet-init.c:38
112
 msgid ""
113
@@ -1806,31 +1806,31 @@
114
 
115
 #: ../clock/src/applet-task-editor.c:156
116
 msgid "Add a new task"
117
-msgstr ""
118
+msgstr "Lägg till en ny aktivitet"
119
 
120
 #: ../clock/src/applet-task-editor.c:177
121
 msgid "Delete this task"
122
-msgstr ""
123
+msgstr "Ta bort denna aktivitet"
124
 
125
 #: ../clock/src/applet-task-editor.c:215
126
 msgid "Don't repeat"
127
-msgstr ""
128
+msgstr "Upprepa inte"
129
 
130
 #: ../clock/src/applet-task-editor.c:221
131
 msgid "Each month"
132
-msgstr ""
133
+msgstr "Varje månad"
134
 
135
 #: ../clock/src/applet-task-editor.c:227
136
 msgid "Each year"
137
-msgstr ""
138
+msgstr "Varje år"
139
 
140
 #: ../clock/src/applet-task-editor.c:350
141
 msgid "each month"
142
-msgstr ""
143
+msgstr "varje månad"
144
 
145
 #: ../clock/src/applet-task-editor.c:353
146
 msgid "each year"
147
-msgstr ""
148
+msgstr "varje år"
149
 
150
 #: ../clock/src/applet-task-editor.c:392
151
 msgid "Right-click to add a new task."
152
@@ -1839,13 +1839,13 @@
153
 #: ../clock/src/applet-task-editor.c:398 ../musicPlayer/src/applet-draw.c:153
154
 #: ../RSSreader/data/messages:135
155
 msgid "Title"
156
-msgstr ""
157
+msgstr "Titel"
158
 
159
 #: ../clock/src/applet-task-editor.c:405
160
 #: ../dnd2share/src/applet-notifications.c:387 ../Doncky/data/messages:97
161
 #: ../RSSreader/data/messages:151
162
 msgid "Text"
163
-msgstr ""
164
+msgstr "Text"
165
 
166
 #: ../clock/src/applet-task-editor.c:412
167
 msgid "Time"
168
@@ -1861,11 +1861,11 @@
169
 
170
 #: ../clock/src/applet-timer.c:58
171
 msgid "1mn"
172
-msgstr ""
173
+msgstr "1min"
174
 
175
 #: ../clock/src/applet-timer.c:63
176
 msgid "1h"
177
-msgstr ""
178
+msgstr "1 timme"
179
 
180
 #: ../clock/src/applet-timer.c:86
181
 msgid "The following task was scheduled at"
182
@@ -1914,7 +1914,7 @@
183
 
184
 #: ../desklet-rendering/src/rendering-desklet-decorations.c:81
185
 msgid "dark"
186
-msgstr ""
187
+msgstr "dunkel"
188
 
189
 #: ../desklet-rendering/src/rendering-desklet-decorations.c:89
190
 msgid "clear"
191
cairo-dock-plugins-3.0.1.tar.gz/po/uk.po -> cairo-dock-plugins-3.0.2.tar.gz/po/uk.po Changed
769
 
1
@@ -8,14 +8,14 @@
2
 "Project-Id-Version: cairo-dock-plug-ins\n"
3
 "Report-Msgid-Bugs-To: fabounet@glx-dock.org\n"
4
 "POT-Creation-Date: 2012-04-12 00:33+0000\n"
5
-"PO-Revision-Date: 2012-04-12 03:33+0000\n"
6
-"Last-Translator: Maks Mokriev <mcree@ukr.net>\n"
7
+"PO-Revision-Date: 2012-06-14 19:57+0000\n"
8
+"Last-Translator: ma$terok <Unknown>\n"
9
 "Language-Team: Ukrainian <uk@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:34+0000\n"
14
-"X-Generator: Launchpad (build 15070)\n"
15
+"X-Launchpad-Export-Date: 2012-06-15 04:45+0000\n"
16
+"X-Generator: Launchpad (build 15414)\n"
17
 "Language: uk\n"
18
 
19
 #: ../Animated-icons/src/applet-init.c:32
20
@@ -130,7 +130,7 @@
21
 
22
 #: ../Cairo-Penguin/src/applet-notifications.c:39
23
 msgid "I'm your father!"
24
-msgstr "Я твій тато!"
25
+msgstr "Я твій батько!"
26
 
27
 #: ../Cairo-Penguin/src/applet-notifications.c:40
28
 msgid ""
29
@@ -142,7 +142,7 @@
30
 
31
 #: ../Cairo-Penguin/src/applet-notifications.c:41
32
 msgid "For Aiur!"
33
-msgstr "За Аіура!"
34
+msgstr "За Азерот!"
35
 
36
 #: ../Cairo-Penguin/src/applet-notifications.c:118
37
 msgid "Wake up"
38
@@ -191,19 +191,19 @@
39
 
40
 #: ../Clipper/src/applet-init.c:72
41
 msgid "Pop-up the items menu"
42
-msgstr ""
43
+msgstr "Елементи спливаючого меню"
44
 
45
 #: ../Clipper/src/applet-notifications.c:33
46
 msgid "The clipboard history is empty."
47
-msgstr ""
48
+msgstr "Історія буфера обміну порожня"
49
 
50
 #: ../Clipper/src/applet-notifications.c:89
51
 msgid "Clear clipboard History"
52
-msgstr ""
53
+msgstr "Очистити історію буфера обміну"
54
 
55
 #: ../Clipper/src/applet-notifications.c:91
56
 msgid "Paste all copied items"
57
-msgstr ""
58
+msgstr "Вставити все скопійовані елементи"
59
 
60
 #: ../Clipper/src/applet-notifications.c:99
61
 msgid ""
62
@@ -220,7 +220,7 @@
63
 #: ../Composite-Manager/src/applet-composite-manager.c:421
64
 #: ../Composite-Manager/src/applet-composite-manager.c:436
65
 msgid "No compositor is available."
66
-msgstr "Відсутній композитор."
67
+msgstr "Композитний менеджер не доступний."
68
 
69
 #: ../Composite-Manager/src/applet-composite-manager.c:444
70
 #: ../Composite-Manager/src/applet-composite-manager.c:459
71
@@ -264,16 +264,16 @@
72
 
73
 #: ../Composite-Manager/src/applet-init.c:52
74
 msgid "Toggle the composite ON/OFF"
75
-msgstr ""
76
+msgstr "Перемикач композитності ON/OFF"
77
 
78
 #: ../Composite-Manager/src/applet-notifications.c:43
79
 msgid "Toggle composite?"
80
-msgstr "Перемикати композитність"
81
+msgstr "Перемикнути композитність?"
82
 
83
 #: ../Composite-Manager/src/applet-notifications.c:120
84
 #: ../Composite-Manager/data/messages:129
85
 msgid "Edit Window-Manager settings"
86
-msgstr "Редагувати налаштування Менеджера вікон"
87
+msgstr "Налаштувати віконний менеджер"
88
 
89
 #: ../Composite-Manager/src/applet-notifications.c:120
90
 #: ../Composite-Manager/src/applet-notifications.c:127
91
@@ -318,7 +318,7 @@
92
 #: ../Composite-Manager/data/messages:133 ../showDesktop/data/messages:103
93
 #: ../showDesktop/data/messages:117 ../switcher/data/messages:113
94
 msgid "Show desktop"
95
-msgstr "Показувати стільницю"
96
+msgstr "Показати стільницю"
97
 
98
 #: ../Composite-Manager/src/applet-notifications.c:145
99
 #: ../showDesktop/src/applet-notifications.c:177
100
@@ -341,7 +341,7 @@
101
 #: ../Composite-Manager/data/messages:139 ../showDesktop/data/messages:109
102
 #: ../showDesktop/data/messages:123
103
 msgid "Show the Widget Layer"
104
-msgstr "Показувати шар віджетів"
105
+msgstr "Показати шар віджетів"
106
 
107
 #: ../Dbus/src/applet-init.c:36
108
 msgid ""
109
@@ -454,6 +454,39 @@
110
 " - Find actions : left, middle click, drop and wheel.\n"
111
 " - Fill menu with actions.\n"
112
 msgstr ""
113
+"<b><i>Монітор швидкості дисків і розділів</i></b>.\n"
114
+"\n"
115
+"Цей аплет показує інформацію про диски. Ви можете активувати обидві опції, "
116
+"але зручніше коли ви будете використовувати два чи більше примірника "
117
+"аплету.\n"
118
+"Використання обох опції в одному аплеті може викликати проблему з "
119
+"відображенням швидкості і вона не буде зменшуватися.\n"
120
+"\n"
121
+"<b>Швидкість розділів</b> :  Показує швидкість передачі даних. До 10-ти "
122
+"розділів\n"
123
+"  Для моніторингу, вам необхідно вказати точки монтування кожного розділу, "
124
+"наприклад \"/\" чи \"/home\"\n"
125
+"  Для зручності спостереження використовуйте частоту оновлення 30 чи 60 "
126
+"секунд з короткою затримкою чи взагалі без затримки.\n"
127
+"\n"
128
+"<b>Швидкість диску</b> :  Показує швидкість передачі даних. До 5-ти дисків\n"
129
+"  Для моніторингу, вам необхідно пов'язати імена дисків з іменами пристроїв, "
130
+"наприклад  sda чи sdb\n"
131
+"  Для зручності побудови графіка використовуйте частоту оновлення 2 чи 3 "
132
+"секунди без затримки.\n"
133
+"\n"
134
+"В наступному релізі планується зробити :\n"
135
+" <u>Вільне місце :</u>\n"
136
+" - Спливаючі повідомлення з докладною інформацією.\n"
137
+" - Можливість редагувати мітки ?\n"
138
+" <u>Швидкість :</u>\n"
139
+" - Варіант для всіх дисків.\n"
140
+" - Спливаюча інформація про диски, щоб знати, що додати до списку.\n"
141
+" - Можливість редагувати мітки ?\n"
142
+" - Отримати реальний розмір блоку на дисках\n"
143
+" <u>Глобально</u>\n"
144
+" - Додати дії : клік лівою та середньою кнопкою, перетягування і обертання.\n"
145
+" - Заповнити меню дій.\n"
146
 
147
 #: ../Disks/src/applet-notifications.c:69
148
 #: ../System-Monitor/src/applet-init.c:35
149
@@ -473,8 +506,9 @@
150
 "  - NEED TO BE DETACHED FROM THE DOCK TO WORK !\n"
151
 "  - Middle-clic to reload values"
152
 msgstr ""
153
-"Цей аплет дозволяє вам питати тексти та слідкувати за вашою системою\n"
154
-"з \"текстовим десклетом\".\n"
155
+"Цей аплет призначений для виведення текстів та слідкування за вашою "
156
+"системою\n"
157
+"з допомогою \"текстового десклета\".\n"
158
 "  - ДЛЯ РОБОТИ ПОВИНЕН БУТИ ВІДОКРЕМЛЕНИМ ВІД ПАНЕЛІ!\n"
159
 "  - Середнє клацання оновлює значення"
160
 
161
@@ -496,7 +530,7 @@
162
 " - or just drop a folder into the dock\n"
163
 "Middle-click on the main icon opens the folder.\n"
164
 msgstr ""
165
-"Цей аплет імпортує теки всередині панелі\n"
166
+"Цей аплет імпортує вміст теки на панель\n"
167
 "Можна мати кілька копій цього аплету, по одному для кожної теки.\n"
168
 "Щоб додати теку на панель:\n"
169
 " - активуйте аплет, відкрийте його панель налаштування та виберіть теку\n"
170
@@ -515,7 +549,7 @@
171
 
172
 #: ../Folders/src/applet-notifications.c:116
173
 msgid "Properties:"
174
-msgstr ""
175
+msgstr "Властивості:"
176
 
177
 #: ../Folders/src/applet-notifications.c:136 ../Folders/data/messages:117
178
 msgid "Size"
179
@@ -523,31 +557,31 @@
180
 
181
 #: ../Folders/src/applet-notifications.c:136
182
 msgid "bytes"
183
-msgstr ""
184
+msgstr "байт"
185
 
186
 #: ../Folders/src/applet-notifications.c:150
187
 msgid "Last Modification"
188
-msgstr ""
189
+msgstr "Остання модифікація"
190
 
191
 #: ../Folders/src/applet-notifications.c:159
192
 msgid "Mime Type"
193
-msgstr ""
194
+msgstr "Тип Mime"
195
 
196
 #: ../Folders/src/applet-notifications.c:173
197
 msgid "User ID"
198
-msgstr ""
199
+msgstr "ІД користувача"
200
 
201
 #: ../Folders/src/applet-notifications.c:173
202
 msgid "Group ID"
203
-msgstr ""
204
+msgstr "ID групи"
205
 
206
 #: ../Folders/src/applet-notifications.c:183
207
 msgid "Permissions"
208
-msgstr ""
209
+msgstr "Права"
210
 
211
 #: ../Folders/src/applet-notifications.c:183
212
 msgid "Read"
213
-msgstr ""
214
+msgstr "Читання"
215
 
216
 #: ../Folders/src/applet-notifications.c:184
217
 #: ../Folders/src/applet-notifications.c:185
218
@@ -579,12 +613,12 @@
219
 
220
 #: ../Folders/src/applet-notifications.c:184
221
 msgid "Write"
222
-msgstr ""
223
+msgstr "Запис"
224
 
225
 #: ../Folders/src/applet-notifications.c:185
226
 #: ../Scooby-Do/src/applet-backend-command.c:95
227
 msgid "Execute"
228
-msgstr "Виконати"
229
+msgstr "Виконання"
230
 
231
 #: ../Folders/src/applet-notifications.c:211
232
 #, c-format
233
@@ -700,7 +734,7 @@
234
 
235
 #: ../Folders/src/applet-notifications.c:529
236
 msgid "Do you want to import the content of the folder too?"
237
-msgstr "Також імпортувати містиме каталогу?"
238
+msgstr "Також імпортувати вміст каталогу?"
239
 
240
 #: ../GMenu/src/applet-init.c:33
241
 msgid ""
242
@@ -722,15 +756,15 @@
243
 
244
 #: ../GMenu/src/applet-init.c:66
245
 msgid "Show/hide the Applications menu"
246
-msgstr ""
247
+msgstr "Показати/Приховати меню програм"
248
 
249
 #: ../GMenu/src/applet-init.c:71
250
 msgid "Show/hide the quick-launch dialog"
251
-msgstr ""
252
+msgstr "Показати/Приховати вікно швидкого запуску"
253
 
254
 #: ../GMenu/src/applet-menu-callbacks.c:218 ../GMenu/data/messages:121
255
 msgid "Logout"
256
-msgstr "Вийти"
257
+msgstr "Завершити сеанс"
258
 
259
 #: ../GMenu/src/applet-menu-callbacks.c:221 ../GMenu/data/messages:123
260
 msgid "Shutdown"
261
@@ -762,7 +796,7 @@
262
 
263
 #: ../Global-Menu/src/applet-init.c:30
264
 msgid "Global Menu"
265
-msgstr ""
266
+msgstr "Глобальне меню"
267
 
268
 #: ../Global-Menu/src/applet-init.c:33
269
 msgid ""
270
@@ -772,14 +806,18 @@
271
 "by default.\n"
272
 "You can bind a shortkey to this action."
273
 msgstr ""
274
+"Цей аплет дозволяє керувати поточним активним вікном:\n"
275
+"  закрити, згорнути, розгорнути і викликати меню програми. Щоб відобразити "
276
+"меню, програма повинна підтримувати цю функцію, як це є типово в Ubuntu.\n"
277
+"Можна прив'язати гарячі клавіші до цих дій."
278
 
279
 #: ../Global-Menu/src/applet-init.c:108 ../Global-Menu/src/applet-init.c:210
280
 msgid "Show/hide the current application menu"
281
-msgstr ""
282
+msgstr "Показати/Приховати поточне меню програми"
283
 
284
 #: ../Global-Menu/src/applet-notifications.c:52
285
 msgid "The application didn't send its menu to us."
286
-msgstr ""
287
+msgstr "Програма не відправляла нам своє меню."
288
 
289
 #: ../Impulse/src/applet-impulse.c:170
290
 msgid ""
291
@@ -801,7 +839,7 @@
292
 "А чи ви знаєте, що ваша панель може танцювати? :)\n"
293
 "Якщо ви клацнете на цей значок, панель затанцює!\n"
294
 "Насправді, ви матимете тут графічний еквалайзер\n"
295
-"Який буде аналізувати сигнали отримані з PulseAudio."
296
+"який буде аналізувати сигнали отримані з PulseAudio."
297
 
298
 #: ../MeMenu/src/applet-init.c:30
299
 msgid "Me Menu"
300
@@ -817,7 +855,7 @@
301
 
302
 #: ../MeMenu/src/applet-notifications.c:31
303
 msgid "It seems that the Me-Menu is not installed on your system"
304
-msgstr "Здається, MоєМеню не встановлено у вашій системі"
305
+msgstr "Здається, Me-Menu не встановлено у вашій системі"
306
 
307
 #: ../Messaging-Menu/src/applet-init.c:30
308
 msgid "Messaging Menu"
309
@@ -829,16 +867,21 @@
310
 "It handles Evolution, Pidgin, Empathy, etc\n"
311
 "It requires the Messaging service, which is available on Ubuntu by default."
312
 msgstr ""
313
+"Меню, яке повідомляє вас про нові повідомлення у пошті або чату.\n"
314
+"Взаємодіє з Evolution, Pidgin, Empathy і так далі\n"
315
+"Потребує службу обміну повідомленнями, яка типово доступна у Ubuntu."
316
 
317
 #: ../Messaging-Menu/src/applet-init.c:66
318
 msgid "Show/hide the Messaging menu"
319
-msgstr ""
320
+msgstr "Показати/Приховати меню повідомлень"
321
 
322
 #: ../Messaging-Menu/src/applet-notifications.c:31
323
 msgid ""
324
 "The Messaging service did not reply.\n"
325
 "Please check that it is correctly installed."
326
 msgstr ""
327
+"Служба обміну повідомленнями не відповідає.\n"
328
+"Перевірте, будь-ласка, правильність її встановлення."
329
 
330
 #: ../Network-Monitor/src/applet-dbus-callbacks.c:69
331
 msgid "Network connection state changed to inactive."
332
@@ -871,7 +914,7 @@
333
 #: ../dnd2share/data/messages:111 ../dustbin/data/messages:101
334
 #: ../wifi/data/messages:139 ../wifi/data/messages:189
335
 msgid "None"
336
-msgstr "Нічого"
337
+msgstr "Немає"
338
 
339
 #: ../Network-Monitor/src/applet-draw.c:30 ../wifi/src/applet-draw.c:31
340
 msgid "Very Low"
341
@@ -906,7 +949,7 @@
342
 "Checking connection...\n"
343
 "Please retry in a few seconds"
344
 msgstr ""
345
-"Перевіряється під'єднання...\n"
346
+"Перевірка зв'язку...\n"
347
 "Спробуйте знову через кілька секунд"
348
 
349
 #: ../Network-Monitor/src/applet-draw.c:134
350
@@ -1055,7 +1098,7 @@
351
 
352
 #: ../RSSreader/src/applet-rss.c:436
353
 msgid "No URL is defined."
354
-msgstr "Не визначений URL."
355
+msgstr "Не вказаний URL."
356
 
357
 #: ../RSSreader/src/applet-rss.c:437
358
 msgid "No data (no connection?)"
359
@@ -1067,7 +1110,7 @@
360
 
361
 #: ../RSSreader/src/applet-rss.c:551
362
 msgid "No data"
363
-msgstr "Немає даних"
364
+msgstr "Дані відсутні"
365
 
366
 #: ../RSSreader/src/applet-rss.c:589
367
 msgid "No modification"
368
@@ -1105,7 +1148,7 @@
369
 
370
 #: ../Recent-Events/src/applet-dialog.c:290
371
 msgid "Copy the location"
372
-msgstr "Кпіювати місце знаходження"
373
+msgstr "Копіювати шлях"
374
 
375
 #: ../Recent-Events/src/applet-dialog.c:292
376
 msgid "Delete this event"
377
@@ -1121,7 +1164,7 @@
378
 
379
 #: ../Recent-Events/src/applet-dialog.c:368 ../logout/data/messages:129
380
 msgid "Image"
381
-msgstr "Значок"
382
+msgstr "Зображення"
383
 
384
 #: ../Recent-Events/src/applet-dialog.c:369
385
 msgid "Audio"
386
@@ -1157,7 +1200,7 @@
387
 
388
 #: ../Recent-Events/src/applet-dialog.c:481
389
 msgid "You need to install the Zeitgeist data engine."
390
-msgstr "Вам потрібно встановити двигун даних Zeitgeist."
391
+msgstr "Вам потрібно встановити рушій даних Zeitgeist."
392
 
393
 #: ../Recent-Events/src/applet-dialog.c:516
394
 msgid "Browse and search in recent events"
395
@@ -1169,7 +1212,7 @@
396
 
397
 #: ../Recent-Events/src/applet-init.c:58
398
 msgid "Show/hide the Recent Events"
399
-msgstr ""
400
+msgstr "Показати/Приховати останні події"
401
 
402
 #: ../Recent-Events/src/applet-notifications.c:74
403
 #, c-format
404
@@ -1179,7 +1222,7 @@
405
 #: ../Recent-Events/src/applet-notifications.c:113
406
 #: ../Scooby-Do/src/applet-backend-recent.c:212 ../Scooby-Do/data/messages:105
407
 msgid "Recent files"
408
-msgstr "Недавні файли"
409
+msgstr "Нещодавні файли"
410
 
411
 #: ../Recent-Events/src/applet-notifications.c:161
412
 msgid "Delete today's events"
413
@@ -1202,14 +1245,24 @@
414
 "middle click, and Ctrl+Enter for left click\n"
415
 "Escape or the same shortkey will cancel."
416
 msgstr ""
417
+"Цей плагін дозволяє керувати панеллю з клавіатури\n"
418
+"Натисніть комбінацію клавіш (типово це Super + Return) і:\n"
419
+" - натисніть номер іконки яку ви хочете активувати - або використовуйте "
420
+"стрілки для переміщення по панелям чи субпанелям (Ctrl + Page up/down щоб "
421
+"перейти на іншу панель)\n"
422
+" - або почніть вводити ім'я програми і натискайте Tab, щоб автоматично "
423
+"переходити до наступної підходящої\n"
424
+"Натисніть Enter для кліку по іконці, Shift+Enter для Shift+клік, Alt+Enter "
425
+"для клацання середньою клавішею, і Ctrl+Enter для кліка лівою\n"
426
+"Escape чи іншу комбінацію для скасування."
427
 
428
 #: ../Remote-Control/src/applet-init.c:42
429
 msgid "Control from keyboard"
430
-msgstr ""
431
+msgstr "Керування з клавіатури"
432
 
433
 #: ../Remote-Control/src/applet-init.c:49
434
 msgid "Enable/disable the keyboard control of the dock"
435
-msgstr ""
436
+msgstr "Ввімкнути/Вимкнути керування панеллю з клавіатури"
437
 
438
 #: ../Scooby-Do/src/applet-backend-command.c:63
439
 #, c-format
440
@@ -1296,7 +1349,7 @@
441
 
442
 #: ../Scooby-Do/src/applet-init.c:73
443
 msgid "Enable/disable the Finder"
444
-msgstr ""
445
+msgstr "Включити/Відключити пошук"
446
 
447
 #: ../Scooby-Do/src/applet-listing.c:514
448
 msgid "(F1) Match case"
449
@@ -1328,7 +1381,7 @@
450
 
451
 #: ../Scooby-Do/src/applet-listing.c:675 ../Scooby-Do/src/applet-search.c:362
452
 msgid "No result"
453
-msgstr "Немає результатів"
454
+msgstr "Жодного результату"
455
 
456
 #: ../Scooby-Do/src/applet-listing.c:679 ../Scooby-Do/src/applet-search.c:358
457
 #: ../tomboy/src/tomboy-draw.c:156 ../tomboy/src/tomboy-draw.c:169
458
@@ -1355,9 +1408,9 @@
459
 "If a program doesn't appear inside when it should, it's probably because it "
460
 "doesn't support this feature yet. Please fill a bug report to the devs."
461
 msgstr ""
462
-"<b>Зона повідомлень</b> панелі\n"
463
+"<b>Область сповіщень</b> панелі\n"
464
 "Програми використовують її для надання повідомлень.\n"
465
-"Якщо програма не з’являється там де потрібно, можливо вона поки що не "
466
+"Якщо програма не з'являється там де потрібно, можливо вона поки що не "
467
 "підтримується. Повідомте розробникам, і вони спробують це виправити."
468
 
469
 #: ../Status-Notifier/src/applet-init.c:38
470
@@ -1366,7 +1419,7 @@
471
 
472
 #: ../System-Monitor/src/applet-cpusage.c:57
473
 msgid "Uptime"
474
-msgstr "Час завантаження"
475
+msgstr "Час роботи"
476
 
477
 #: ../System-Monitor/src/applet-cpusage.c:62
478
 msgid "Activity time"
479
@@ -1476,7 +1529,7 @@
480
 #: ../System-Monitor/src/applet-sensors.c:363
481
 #: ../System-Monitor/src/applet-sensors.c:396
482
 msgid "alarm"
483
-msgstr "сигнал"
484
+msgstr "тривога"
485
 
486
 #: ../System-Monitor/src/applet-sensors.c:394
487
 msgid "rpm"
488
@@ -1524,11 +1577,11 @@
489
 
490
 #: ../Xgamma/src/applet-init.c:64
491
 msgid "Increase the brightness"
492
-msgstr ""
493
+msgstr "Збільшення яскравості"
494
 
495
 #: ../Xgamma/src/applet-init.c:68
496
 msgid "Decrease the brightness"
497
-msgstr ""
498
+msgstr "Зменшення яскравості"
499
 
500
 #: ../Xgamma/src/applet-notifications.c:87
501
 msgid "Set up gamma correction"
502
@@ -1544,7 +1597,7 @@
503
 
504
 #: ../Xgamma/src/applet-xgamma.c:293
505
 msgid "Luminosity"
506
-msgstr "Освітленість"
507
+msgstr "Яскравість"
508
 
509
 #: ../alsaMixer/src/applet-backend-alsamixer.c:46
510
 #, c-format
511
@@ -1574,11 +1627,11 @@
512
 
513
 #: ../alsaMixer/src/applet-backend-alsamixer.c:261
514
 msgid "Set up volume:"
515
-msgstr "Встановлення гучності:"
516
+msgstr "Регулювання гучності:"
517
 
518
 #: ../alsaMixer/src/applet-draw.c:64
519
 msgid "Volume"
520
-msgstr ""
521
+msgstr "Гучність"
522
 
523
 #: ../alsaMixer/src/applet-init.c:34
524
 msgid ""
525
@@ -1590,6 +1643,13 @@
526
 "mixer.\n"
527
 "The applet can either use the Ubuntu Sound-menu or the Alsa driver."
528
 msgstr ""
529
+"Цей додаток дозволяє керувати гучністю з панелі.\n"
530
+"Прокручування скролом вгору/вниз на іконці для збільшує/зменшує гучність.\n"
531
+"Лівий клік по іконці показує/приховує регулятор гучності (ви також можете "
532
+"вказати власну комбінацію для цього)\n"
533
+"Клік середньою клавішею для вимикає звук, подвійний лівий клік викликає "
534
+"вікно налаштування звуку.\n"
535
+"Цей додаток може використовувати звукове меню Убунту або драйвер Alsa."
536
 
537
 #: ../alsaMixer/src/applet-init.c:42
538
 msgid "Sound Control"
539
@@ -1597,7 +1657,7 @@
540
 
541
 #: ../alsaMixer/src/applet-init.c:118
542
 msgid "Show/hide the Sound menu"
543
-msgstr ""
544
+msgstr "Показати/Приховати меню звуку"
545
 
546
 #: ../alsaMixer/src/applet-notifications.c:80
547
 msgid "Adjust channels"
548
@@ -1739,7 +1799,7 @@
549
 "Доступно два види:<b>цифровий</b> та <b>аналоговий</b>.\n"
550
 "Аналоговий вид сумісний з темами від Cairo-Dock і ви можете від'єднати аплет "
551
 "від панелі, отримуючи не гірше за Cairo-Clock.\n"
552
-"На ліве клацання відображається <b>календар</b>, де ви можете <b>управляти "
553
+"На ліве клацання відображається <b>календар</b>, де ви можете <b>керувати "
554
 "подіями</b>.\n"
555
 "Також підтримується нагадування та установка дати і часу.\n"
556
 "Ліве клацання показує/приховує календар, середнє клацання зупиняє "
557
@@ -1752,7 +1812,7 @@
558
 "You can add tasks by clicking on the applet to open the calendar, and then "
559
 "double-clicking on a day."
560
 msgstr ""
561
-"На сьогодні немає назначених завдань.\n"
562
+"На сьогодні немає запланованих завдань.\n"
563
 "\n"
564
 "Щоб додати завдання, натисніть на аплет, щоб відкрити календар, а потім "
565
 "двічі натисніть на потрібний день."
566
@@ -1764,7 +1824,7 @@
567
 "You can add tasks by clicking on the applet to open the calendar, and then "
568
 "double-clicking on a day."
569
 msgstr ""
570
-"На найближчі 7 днів немає назначених завдань.\n"
571
+"На найближчі 7 днів немає запланованих завдань.\n"
572
 "\n"
573
 "Щоб додати завдання, натисніть на аплет, щоб відкрити календар, а потім "
574
 "двічі натисніть на потрібний день."
575
@@ -1895,7 +1955,7 @@
576
 
577
 #: ../desklet-rendering/src/rendering-desklet-decorations.c:89
578
 msgid "clear"
579
-msgstr "чистый"
580
+msgstr "чистий"
581
 
582
 #: ../desklet-rendering/src/rendering-desklet-decorations.c:97
583
 msgid "futuristic"
584
@@ -1920,7 +1980,7 @@
585
 
586
 #: ../dialog-rendering/src/applet-decorator-curly.h:26
587
 msgid "curly"
588
-msgstr "згиб"
589
+msgstr "згин"
590
 
591
 #: ../dialog-rendering/src/applet-decorator-modern.h:26
592
 msgid "modern"
593
@@ -2003,7 +2063,7 @@
594
 #: ../dnd2share/src/applet-notifications.c:73
595
 msgid "Sorry, couldn't find the original file nor a preview of it."
596
 msgstr ""
597
-"Нажаль, оригінальний файл як і його передперегляд виявити не вдалося."
598
+"На жаль, оригінальний файл як і його попередній перегляд виявити не вдалося."
599
 
600
 #: ../dnd2share/src/applet-notifications.c:98
601
 msgid ""
602
@@ -2139,7 +2199,7 @@
603
 
604
 #: ../dustbin/src/applet-notifications.c:91
605
 msgid "The trash contains"
606
-msgstr "Смітник місить"
607
+msgstr "Смітник містить"
608
 
609
 #: ../dustbin/src/applet-notifications.c:93
610
 msgid "files"
611
@@ -2163,15 +2223,15 @@
612
 
613
 #: ../dustbin/src/applet-notifications.c:135
614
 msgid "Show Trash (click)"
615
-msgstr "Переглянути смітник (клацання)"
616
+msgstr "Показати смітник (лівий клік)"
617
 
618
 #: ../dustbin/src/applet-notifications.c:136
619
 msgid "Empty Trash"
620
-msgstr "Видалити смітник"
621
+msgstr "Спорожнити смітник"
622
 
623
 #: ../dustbin/src/applet-notifications.c:140
624
 msgid "Display dustbins information"
625
-msgstr "Показувати інформацію смітника"
626
+msgstr "Показати інформацію смітника"
627
 
628
 #: ../dustbin/src/applet-notifications.c:150
629
 #, c-format
630
@@ -2266,7 +2326,7 @@
631
 "\tScroll up/down to select the previous/next layout\n"
632
 "\tRight-click gives you access to the list of available layouts."
633
 msgstr ""
634
-"За допомогою цього аплету ви можете контролюватирозкладку клавіатури.\n"
635
+"За допомогою цього додатку ви можете контролювати розкладку клавіатури.\n"
636
 "\tВін також відображує стан режимів NUM та CAPS Lock.\n"
637
 "\tЛіве клацання перемикає розкладку\n"
638
 "\tКолесом миші можна перемикатися між розкладками\n"
639
@@ -2274,7 +2334,7 @@
640
 
641
 #: ../keyboard-indicator/src/applet-init.c:81
642
 msgid "Switch keyboard language"
643
-msgstr ""
644
+msgstr "Зміна мови вводу клавіатури"
645
 
646
 #: ../keyboard-indicator/src/applet-notifications.c:77
647
 msgid "Keyboard preferences"
648
@@ -2289,6 +2349,14 @@
649
 "<b>Click</b> on the icon to pop the menu up.\n"
650
 "You can bind a <b>shortcut</b> to it, and also to lock the screen."
651
 msgstr ""
652
+"Цей додаток дозволяє керувати поточною сесією. Він може:\n"
653
+"вимикати, перезавантажувати, переводити у режими сну та очікування, виходити "
654
+"з системи, блокувати екран, змінювати користувача, чи програмувати "
655
+"автоматичне завершення роботи\n"
656
+"і повідомляти вам, якщо ваша система потребує перезавантаження.\n"
657
+"<b>Клікніть</b> по значку, щоб викликати спливаюче меню.\n"
658
+"Ви можете прив'язати до нього і до блокування екрану <b>комбінації "
659
+"клавіш</b>."
660
 
661
 #: ../logout/src/applet-init.c:38 ../logout/src/applet-logout.c:228
662
 #: ../logout/data/messages:97
663
@@ -2297,7 +2365,7 @@
664
 
665
 #: ../logout/src/applet-init.c:67
666
 msgid "Lock the screen"
667
-msgstr ""
668
+msgstr "Заблокувати екран"
669
 
670
 #: ../logout/src/applet-init.c:71
671
 msgid "Show the log-out menu"
672
@@ -2337,7 +2405,7 @@
673
 
674
 #: ../logout/src/applet-logout.c:241
675
 msgid "Switch user"
676
-msgstr ""
677
+msgstr "Змінити користувача"
678
 
679
 #: ../logout/src/applet-logout.c:262
680
 msgid "Guest session"
681
@@ -2362,23 +2430,23 @@
682
 #: ../logout/src/applet-logout.c:523
683
 #, c-format
684
 msgid "It will automatically shut-down in %ds"
685
-msgstr ""
686
+msgstr "Він автоматично відключиться через %dс"
687
 
688
 #: ../logout/src/applet-logout.c:524
689
 msgid "Shut down the computer?"
690
-msgstr ""
691
+msgstr "Вимкнути компютер?"
692
 
693
 #: ../logout/src/applet-logout.c:584
694
 msgid "Restart the computer?"
695
-msgstr ""
696
+msgstr "Перезавантажити компютер?"
697
 
698
 #: ../logout/src/applet-logout.c:621
699
 msgid "Close the current session?"
700
-msgstr ""
701
+msgstr "Завершити поточну сесію?"
702
 
703
 #: ../logout/src/applet-notifications.c:103
704
 msgid "Manage users"
705
-msgstr ""
706
+msgstr "Керування користувачами"
707
 
708
 #: ../mail/src/cd-mail-applet-accounts.c:39
709
 msgid "Server address:"
710
@@ -2391,7 +2459,7 @@
711
 
712
 #: ../mail/src/cd-mail-applet-accounts.c:39
713
 msgid "myHost"
714
-msgstr "мій хост"
715
+msgstr "мійХост"
716
 
717
 #: ../mail/src/cd-mail-applet-accounts.c:39
718
 msgid "Username:"
719
@@ -2403,7 +2471,7 @@
720
 
721
 #: ../mail/src/cd-mail-applet-accounts.c:39
722
 msgid "The password will be crypted."
723
-msgstr "Пароль буде зашифтовано."
724
+msgstr "Пароль буде зашифровано."
725
 
726
 #: ../mail/src/cd-mail-applet-accounts.c:39
727
 msgid "Port:"
728
@@ -3287,7 +3355,7 @@
729
 
730
 #: ../terminal/src/terminal-init.c:59
731
 msgid "Show/hide the terminal"
732
-msgstr ""
733
+msgstr "Показати/Приховати термінал"
734
 
735
 #: ../terminal/src/terminal-menu-functions.c:78
736
 #: ../terminal/src/terminal-widget.c:420
737
@@ -5608,7 +5676,7 @@
738
 
739
 #: ../Global-Menu/data/messages:101
740
 msgid "Compact mode"
741
-msgstr ""
742
+msgstr "Компактний режим"
743
 
744
 #: ../Global-Menu/data/messages:103
745
 msgid "Order of the buttons: "
746
@@ -6327,7 +6395,7 @@
747
 
748
 #: ../Status-Notifier/data/messages:105
749
 msgid "Hide inactive items"
750
-msgstr ""
751
+msgstr "Приховати неактивні елементи"
752
 
753
 #: ../Status-Notifier/data/messages:107
754
 msgid "How to display items:"
755
@@ -7747,11 +7815,11 @@
756
 
757
 #: ../musicPlayer/data/messages:145
758
 msgid "Next/previous song"
759
-msgstr ""
760
+msgstr "Наступна/Попередня пісня"
761
 
762
 #: ../musicPlayer/data/messages:147
763
 msgid "Control the volume"
764
-msgstr ""
765
+msgstr "Регулятор гучності"
766
 
767
 #: ../musicPlayer/data/messages:149
768
 msgid "Action on music change"
769
cairo-dock-plugins-3.0.1.tar.gz/shortcuts/src/applet-bookmarks.c -> cairo-dock-plugins-3.0.2.tar.gz/shortcuts/src/applet-bookmarks.c Changed
57
 
1
@@ -223,6 +223,7 @@
2
        gchar **cBookmarksList = g_strsplit (cContent, "\n", -1);
3
        g_free (cContent);
4
        gchar *cOneBookmark, *str;
5
+       gboolean bFound = FALSE;
6
        int i = 0;
7
        for (i = 0; cBookmarksList[i] != NULL; i ++)
8
        {
9
@@ -233,13 +234,21 @@
10
            str = strchr (cOneBookmark, ' ');
11
            if ((str && strncmp (cOneBookmark, cURI, str - cOneBookmark) == 0) || (!str && strcmp (cOneBookmark, cURI) == 0))
12
            {
13
-               cBookmarksList[i] = g_strdup ("");
14
+               // remove this element from the array
15
+               int j;
16
+               for (j = i; cBookmarksList[j] != NULL; j ++)
17
+               {
18
+                   cBookmarksList[j] = cBookmarksList[j+1];
19
+               }
20
+               // free the removed element.
21
                g_free (cOneBookmark);
22
+               // quit the loop
23
+               bFound = TRUE;
24
                break;
25
            }
26
        }
27
        
28
-       if (cBookmarksList[i] == NULL)
29
+       if (! bFound)
30
        {
31
            cd_warning ("bookmark '%s' not found", cURI);
32
        }
33
@@ -321,10 +330,22 @@
34
    cd_message ("%s (%s)", __func__, cURI);
35
    
36
    gchar *cBookmarkFilePath = g_strdup_printf ("%s/.gtk-bookmarks", g_getenv ("HOME"));
37
+   
38
+   // see if we need to add a new line before the new URI.
39
+   gchar *cContent = NULL;
40
+   gsize length = 0;
41
+   g_file_get_contents (cBookmarkFilePath,
42
+       &cContent,
43
+       &length,
44
+       NULL);
45
+   gboolean bAddNewLine = (cContent && length > 0 && cContent[length-1] != '\n');
46
+   g_free (cContent);
47
+   
48
+   // append the new URI to the file.
49
    FILE *f = fopen (cBookmarkFilePath, "a");
50
    if (f != NULL)
51
    {
52
-       gchar *cNewLine = g_strconcat ("\n", cURI, NULL);
53
+       gchar *cNewLine = g_strdup_printf ("%s%s\n", bAddNewLine ? "\n" : "", cURI);
54
        fputs(cNewLine, f);
55
        g_free (cNewLine);
56
        fclose (f);
57
cairo-dock-plugins-3.0.1.tar.gz/systray/src/gtk2/na-tray.c -> cairo-dock-plugins-3.0.2.tar.gz/systray/src/gtk2/na-tray.c Changed
10
 
1
@@ -29,7 +29,7 @@
2
 
3
 #include "na-tray.h"
4
 
5
-#define ICON_SPACING 1
6
+#define ICON_SPACING 3
7
 #define MIN_BOX_SIZE 24
8
 
9
 #if (GTK_MAJOR_VERSION <= 2 && GTK_MINOR_VERSION < 20)
10
cairo-dock-plugins-3.0.1.tar.gz/systray/src/gtk3/na-tray-child.c -> cairo-dock-plugins-3.0.2.tar.gz/systray/src/gtk3/na-tray-child.c Changed
34
 
1
@@ -221,6 +221,22 @@
2
 {
3
 }
4
 
5
+
6
+static void
7
+na_tray_child_get_preferred_width (GtkWidget* self,
8
+                                     gint* minimum_width,
9
+                                     gint* natural_width)
10
+{
11
+   *minimum_width = *natural_width = 24;
12
+}
13
+static void
14
+na_tray_child_get_preferred_height (GtkWidget* self,
15
+                                     gint* minimum_height,
16
+                                     gint* natural_height)
17
+{
18
+   *minimum_height = *natural_height = 24;
19
+}
20
+
21
 static void
22
 na_tray_child_class_init (NaTrayChildClass *klass)
23
 {
24
@@ -235,6 +251,9 @@
25
   widget_class->realize = na_tray_child_realize;
26
   widget_class->size_allocate = na_tray_child_size_allocate;
27
   widget_class->draw = na_tray_child_draw;
28
+  // we force the size of the icons, because some programs (like xchat) don't respect the _NET_SYSTEM_TRAY_ICON_SIZE property.
29
+  widget_class->get_preferred_width = na_tray_child_get_preferred_width;
30
+  widget_class->get_preferred_height = na_tray_child_get_preferred_height;
31
 }
32
 
33
 GtkWidget *
34
cairo-dock-plugins-3.0.1.tar.gz/systray/src/gtk3/na-tray.c -> cairo-dock-plugins-3.0.2.tar.gz/systray/src/gtk3/na-tray.c Changed
12
 
1
@@ -28,8 +28,8 @@
2
 
3
 #include "na-tray.h"
4
 
5
-#define ICON_SPACING 1
6
-#define MIN_BOX_SIZE 3
7
+#define ICON_SPACING 3
8
+#define MIN_BOX_SIZE 24
9
 
10
 typedef struct
11
 {
12
cairo-dock-plugins-3.0.1.tar.gz/systray/src/systray-config.c -> cairo-dock-plugins-3.0.2.tar.gz/systray/src/systray-config.c Changed
9
 
1
@@ -32,7 +32,6 @@
2
    CD_CONFIG_RENAME_GROUP ("GUI", "Configuration");
3
    myConfig.shortcut = CD_CONFIG_GET_STRING_WITH_DEFAULT ("Configuration", "shortkey", "<Ctrl>F2");
4
    myConfig.iIconPacking = CD_CONFIG_GET_INTEGER_WITH_DEFAULT ("Configuration", "icon packing", 0);
5
-   //myConfig.iIconSize = CD_CONFIG_GET_INTEGER_WITH_DEFAULT ("Configuration", "icon size", 24);
6
 CD_APPLET_GET_CONFIG_END
7
 
8
 
9
cairo-dock-plugins-3.0.1.tar.gz/systray/src/systray-init.c -> cairo-dock-plugins-3.0.2.tar.gz/systray/src/systray-init.c Changed
11
 
1
@@ -112,6 +112,9 @@
2
                }
3
                g_object_unref (G_OBJECT (myData.tray));  // le 'steal' a ajoute une reference, et l'insertion dans le container aussi.
4
            }
5
+           
6
+           if (myDock)
7
+               CD_APPLET_SET_DEFAULT_IMAGE_ON_MY_ICON_IF_NONE;  // set the default icon if none is specified in conf.
8
        }
9
        
10
        cd_keybinder_rebind (myData.cKeyBinding, myConfig.shortcut, NULL);
11
cairo-dock-plugins-3.0.1.tar.gz/systray/src/systray-interface.c -> cairo-dock-plugins-3.0.2.tar.gz/systray/src/systray-interface.c Changed
12
 
1
@@ -49,6 +49,10 @@
2
    
3
    myData.tray = na_tray_new_for_screen (gtk_widget_get_screen (GTK_WIDGET (myContainer->pWidget)),
4
        myConfig.iIconPacking == 0 ? GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL);
5
+   #if (GTK_MAJOR_VERSION > 2)
6
+   na_tray_set_icon_size (myData.tray, 24);
7
+   na_tray_set_padding (myData.tray, 3);
8
+   #endif
9
    
10
    if (myDock)
11
    {
12
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!