Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2015-02-16 22:12:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-panel-plugin-whiskermenu"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
    2015-01-06 09:07:01.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
       2015-02-16 22:12:10.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Feb 14 14:12:35 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 1.4.3.
+  * Fix hang at launch by removing load thread.
+  * Fix not saving sorted favorites.
+  * Translation updates: French, Hungarian, Russian, Slovak.
+- Use %cmake and %cmake_install macros.
+
+-------------------------------------------------------------------

Old:
----
  xfce4-whiskermenu-plugin-1.4.2-src.tar.bz2

New:
----
  xfce4-whiskermenu-plugin-1.4.3-src.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xfce4-panel-plugin-whiskermenu.spec ++++++
--- /var/tmp/diff_new_pack.pLEpYu/_old  2015-02-16 22:12:11.000000000 +0100
+++ /var/tmp/diff_new_pack.pLEpYu/_new  2015-02-16 22:12:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-whiskermenu
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           xfce4-panel-plugin-whiskermenu
-Version:        1.4.2
+Version:        1.4.3
 Release:        0
 Summary:        Alternate Xfce Menu
 License:        GPL-2.0+
@@ -49,19 +49,11 @@
 %setup -qn xfce4-whiskermenu-plugin-%{version}
 
 %build
-mkdir build
-cd build
-cmake .. \
-    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-    -DCMAKE_INSTALL_LIBDIR=%{_libdir} \
-    -DCMAKE_C_FLAGS="%{optflags}" \
-    -DCMAKE_CXX_FLAGS="%{optflags}"
+%cmake
 make %{?_smp_mflags} VERBOSE=1
 
 %install
-pushd build
-%make_install
-popd
+%cmake_install
 %find_lang xfce4-whiskermenu-plugin %{?no_lang_C}
 
 %post

++++++ xfce4-whiskermenu-plugin-1.4.2-src.tar.bz2 -> 
xfce4-whiskermenu-plugin-1.4.3-src.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-1.4.3/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-1.4.2/CMakeLists.txt   2014-12-21 
15:33:04.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/CMakeLists.txt   2015-02-14 
14:01:17.000000000 +0100
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "1")
 set(whiskermenu_version_minor "4")
-set(whiskermenu_version_micro "2")
+set(whiskermenu_version_micro "3")
 set(whiskermenu_version_tag "")
 set(whiskermenu_version 
"${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
 if(${whiskermenu_version_tag} MATCHES "git")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/ChangeLog 
new/xfce4-whiskermenu-plugin-1.4.3/ChangeLog
--- old/xfce4-whiskermenu-plugin-1.4.2/ChangeLog        2014-12-21 
15:34:46.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/ChangeLog        2015-02-14 
14:15:59.000000000 +0100
@@ -1,3 +1,51 @@
+commit 202b8e30608987eb1d2ba607fad365b7f90b0d5b
+Author: Graeme Gott <gra...@gottcode.org>
+Date:   2015-02-14
+
+    Bump version number.
+
+commit 5ba062bb5ec6e51e7e5ce27f8d7ef5992d5be187
+Author: Graeme Gott <gra...@gottcode.org>
+Date:   2015-02-14
+
+    Update copyright notice.
+
+commit fa298f52efd0ee9db7762bc2a47779e9c0759f8a
+Author: Graeme Gott <gra...@gottcode.org>
+Date:   2015-02-14
+
+    I18n: Update translation sk (98%).
+
+commit b50d3f4d6a471faaf47605221034e811ce8f3225
+Author: Graeme Gott <gra...@gottcode.org>
+Date:   2015-02-14
+
+    I18n: Update translation ru (100%).
+
+commit 08196bc70e5c6487c2526b3d52c2aeb382275b4c
+Author: Graeme Gott <gra...@gottcode.org>
+Date:   2015-02-14
+
+    I18n: Update translation hu (92%).
+
+commit 5941eebf3f1f06d971a243a32b239bc6c8fc3e82
+Author: Graeme Gott <gra...@gottcode.org>
+Date:   2015-02-14
+
+    I18n: Update translation fr (100%).
+
+commit ac868a30530ad896c182ef9a077d483181008ec4
+Author: Graeme Gott <gra...@gottcode.org>
+Date:   2015-02-14
+
+    Fix hang at launch by removing load thread.
+
+commit 7911f7153c5b19753c8a070a61d37062f04162bc
+Author: Graeme Gott <gra...@gottcode.org>
+Date:   2015-01-10
+
+    FIXED: Did not save sorted favorites.
+
 commit 0932412af5cdb28b9d4eca3ed9125cd77bc98e81
 Author: Graeme Gott <gra...@gottcode.org>
 Date:   2014-12-21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/NEWS 
new/xfce4-whiskermenu-plugin-1.4.3/NEWS
--- old/xfce4-whiskermenu-plugin-1.4.2/NEWS     2014-12-21 15:32:21.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/NEWS     2015-02-14 14:01:10.000000000 
+0100
@@ -1,3 +1,9 @@
+1.4.3
+=====
+- Fix hang at launch by removing load thread.
+- Fix not saving sorted favorites.
+- Translation updates: French, Hungarian, Russian, Slovak.
+
 1.4.2
 =====
 - Fix panel button border not shown when pressed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-1.4.2/panel-plugin/applications-page.cpp 
new/xfce4-whiskermenu-plugin-1.4.3/panel-plugin/applications-page.cpp
--- old/xfce4-whiskermenu-plugin-1.4.2/panel-plugin/applications-page.cpp       
2014-12-21 15:25:38.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/panel-plugin/applications-page.cpp       
2015-02-14 13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Graeme Gott <gra...@gottcode.org>
+ * Copyright (C) 2013, 2015 Graeme Gott <gra...@gottcode.org>
  *
  * This library is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -43,7 +43,6 @@
 ApplicationsPage::ApplicationsPage(Window* window) :
        Page(window),
        m_garcon_menu(NULL),
-       m_load_thread(NULL),
        m_load_status(STATUS_INVALID)
 {
        // Set desktop environment for applications
@@ -63,12 +62,6 @@
 
 ApplicationsPage::~ApplicationsPage()
 {
-       if (m_load_thread)
-       {
-               g_thread_join(m_load_thread);
-               m_load_thread = NULL;
-       }
-
        clear_applications();
 }
 
@@ -120,35 +113,20 @@
 
 //-----------------------------------------------------------------------------
 
-bool ApplicationsPage::load_applications()
+void ApplicationsPage::load_applications()
 {
        // Check if already loaded
        if (m_load_status == STATUS_LOADED)
        {
-               return false;
-       }
-       // Check if currently loading
-       else if (m_load_status == STATUS_LOADING)
-       {
-               return true;
-       }
-       // Check if loading garcon
-       else if (m_load_thread)
-       {
-               return true;
+               return;
        }
        m_load_status = STATUS_LOADING;
 
+       // Load menu
        clear_applications();
+       load_contents();
 
-       // Load garcon menu in thread if possible
-       m_load_thread = g_thread_try_new(NULL, 
(GThreadFunc)&ApplicationsPage::load_garcon_menu_slot, this, NULL);
-       if (!m_load_thread)
-       {
-               load_garcon_menu();
-       }
-
-       return true;
+       return;
 }
 
 //-----------------------------------------------------------------------------
@@ -192,8 +170,9 @@
 
 //-----------------------------------------------------------------------------
 
-void ApplicationsPage::load_garcon_menu()
+void ApplicationsPage::load_contents()
 {
+       // Load garcon menu
        if (wm_settings->custom_menu_file.empty())
        {
                m_garcon_menu = garcon_menu_new_applications();
@@ -209,19 +188,9 @@
                m_garcon_menu = NULL;
        }
 
-       g_idle_add((GSourceFunc)&ApplicationsPage::load_contents_slot, this);
-}
-
-//-----------------------------------------------------------------------------
-
-void ApplicationsPage::load_contents()
-{
        if (!m_garcon_menu)
        {
-               get_window()->set_loaded();
-
                m_load_status = STATUS_INVALID;
-               m_load_thread = NULL;
 
                return;
        }
@@ -267,10 +236,8 @@
 
        // Update menu items of other panels
        get_window()->set_items();
-       get_window()->set_loaded();
 
        m_load_status = STATUS_LOADED;
-       m_load_thread = NULL;
 }
 
 //-----------------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-1.4.2/panel-plugin/applications-page.h 
new/xfce4-whiskermenu-plugin-1.4.3/panel-plugin/applications-page.h
--- old/xfce4-whiskermenu-plugin-1.4.2/panel-plugin/applications-page.h 
2014-12-21 15:25:38.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/panel-plugin/applications-page.h 
2015-02-14 13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Graeme Gott <gra...@gottcode.org>
+ * Copyright (C) 2013, 2015 Graeme Gott <gra...@gottcode.org>
  *
  * This library is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -42,7 +42,7 @@
        Launcher* get_application(const std::string& desktop_id) const;
 
        void invalidate_applications();
-       bool load_applications();
+       void load_applications();
        void reload_category_icon_size();
 
 private:
@@ -53,23 +53,10 @@
        void load_menu(GarconMenu* menu, Category* parent_category);
        void load_menu_item(GarconMenuItem* menu_item, Category* category);
 
-       static gpointer load_garcon_menu_slot(ApplicationsPage *obj)
-       {
-               obj->load_garcon_menu();
-               return NULL;
-       }
-
-       static gboolean load_contents_slot(ApplicationsPage* obj)
-       {
-               obj->load_contents();
-               return false;
-       }
-
 private:
        GarconMenu* m_garcon_menu;
        std::vector<Category*> m_categories;
        std::map<std::string, Launcher*> m_items;
-       GThread* m_load_thread;
        int m_load_status;
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-1.4.2/panel-plugin/favorites-page.cpp 
new/xfce4-whiskermenu-plugin-1.4.3/panel-plugin/favorites-page.cpp
--- old/xfce4-whiskermenu-plugin-1.4.2/panel-plugin/favorites-page.cpp  
2014-12-21 15:25:38.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/panel-plugin/favorites-page.cpp  
2015-02-14 13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Graeme Gott <gra...@gottcode.org>
+ * Copyright (C) 2013, 2015 Graeme Gott <gra...@gottcode.org>
  *
  * This library is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -113,6 +113,8 @@
                desktop_ids.push_back((*i)->get_desktop_id());
        }
        set_desktop_ids(desktop_ids);
+
+       wm_settings->set_modified();
 }
 
 //-----------------------------------------------------------------------------
@@ -128,6 +130,8 @@
                desktop_ids.push_back((*i)->get_desktop_id());
        }
        set_desktop_ids(desktop_ids);
+
+       wm_settings->set_modified();
 }
 
 //-----------------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-1.4.2/panel-plugin/plugin.cpp 
new/xfce4-whiskermenu-plugin-1.4.3/panel-plugin/plugin.cpp
--- old/xfce4-whiskermenu-plugin-1.4.2/panel-plugin/plugin.cpp  2014-12-21 
15:25:38.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/panel-plugin/plugin.cpp  2015-02-14 
13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014 Graeme Gott <gra...@gottcode.org>
+ * Copyright (C) 2013, 2014, 2015 Graeme Gott <gra...@gottcode.org>
  *
  * This library is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -387,7 +387,7 @@
                (NULL,
                "authors", authors,
                "comments", _("Alternate application launcher for Xfce"),
-               "copyright", _("Copyright \302\251 2013-2014 Graeme Gott"),
+               "copyright", _("Copyright \302\251 2013-2015 Graeme Gott"),
                "license", XFCE_LICENSE_GPL,
                "logo-icon-name", "xfce4-whiskermenu",
                "program-name", PACKAGE_NAME,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-1.4.2/panel-plugin/window.cpp 
new/xfce4-whiskermenu-plugin-1.4.3/panel-plugin/window.cpp
--- old/xfce4-whiskermenu-plugin-1.4.2/panel-plugin/window.cpp  2014-12-21 
15:25:38.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/panel-plugin/window.cpp  2015-02-14 
13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014 Graeme Gott <gra...@gottcode.org>
+ * Copyright (C) 2013, 2014, 2015 Graeme Gott <gra...@gottcode.org>
  *
  * This library is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -73,18 +73,6 @@
        m_window_box = GTK_BOX(gtk_vbox_new(false, 0));
        gtk_container_add(GTK_CONTAINER(m_window), GTK_WIDGET(m_window_box));
 
-       // Create loading message
-       m_window_load_contents = gtk_frame_new(NULL);
-       gtk_frame_set_shadow_type(GTK_FRAME(m_window_load_contents), 
GTK_SHADOW_OUT);
-       gtk_box_pack_start(m_window_box, m_window_load_contents, true, true, 0);
-
-       m_window_load_spinner = GTK_SPINNER(gtk_spinner_new());
-
-       GtkAlignment* alignment = GTK_ALIGNMENT(gtk_alignment_new(0.5, 0.5, 
0.1, 0.1));
-       gtk_container_add(GTK_CONTAINER(alignment), 
GTK_WIDGET(m_window_load_spinner));
-
-       gtk_container_add(GTK_CONTAINER(m_window_load_contents), 
GTK_WIDGET(alignment));
-
        // Create the border of the window
        m_window_contents = gtk_frame_new(NULL);
        gtk_frame_set_shadow_type(GTK_FRAME(m_window_contents), GTK_SHADOW_OUT);
@@ -218,17 +206,12 @@
        gtk_widget_hide(m_applications->get_widget());
        gtk_widget_hide(m_search_results->get_widget());
        m_default_button->set_active(true);
-       gtk_widget_hide(m_window_contents);
-       gtk_widget_show(m_window_load_contents);
+       gtk_widget_show(m_window_contents);
 
        // Resize to last known size
        gtk_window_set_default_size(m_window, m_geometry.width, 
m_geometry.height);
 
        g_object_ref_sink(m_window);
-
-       // Start loading applications immediately
-       m_applications->load_applications();
-       gtk_spinner_start(m_window_load_spinner);
 }
 
 //-----------------------------------------------------------------------------
@@ -281,12 +264,10 @@
        }
 
        // Make sure applications list is current; does nothing unless list has 
changed
-       if (m_applications->load_applications() && 
gtk_widget_get_visible(m_window_contents))
-       {
-               gtk_widget_hide(m_window_contents);
-               gtk_widget_show(m_window_load_contents);
-               gtk_spinner_start(m_window_load_spinner);
-       }
+       m_applications->load_applications();
+
+       // Focus search entry
+       gtk_widget_grab_focus(GTK_WIDGET(m_search_entry));
 
        // Reset mouse cursor by forcing default page to hide
        gtk_widget_show(m_default_page->get_widget());
@@ -610,16 +591,6 @@
 }
 
 //-----------------------------------------------------------------------------
-
-void Window::set_loaded()
-{
-       gtk_spinner_stop(m_window_load_spinner);
-       gtk_widget_hide(m_window_load_contents);
-       gtk_widget_show(m_window_contents);
-       gtk_widget_grab_focus(GTK_WIDGET(m_search_entry));
-}
-
-//-----------------------------------------------------------------------------
 
 void Window::unset_items()
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/panel-plugin/window.h 
new/xfce4-whiskermenu-plugin-1.4.3/panel-plugin/window.h
--- old/xfce4-whiskermenu-plugin-1.4.2/panel-plugin/window.h    2014-12-21 
15:25:38.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/panel-plugin/window.h    2015-02-14 
13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014 Graeme Gott <gra...@gottcode.org>
+ * Copyright (C) 2013, 2014, 2015 Graeme Gott <gra...@gottcode.org>
  *
  * This library is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -70,7 +70,6 @@
        void on_context_menu_destroyed();
        void set_categories(const std::vector<SectionButton*>& categories);
        void set_items();
-       void set_loaded();
        void unset_items();
 
 private:
@@ -93,8 +92,6 @@
 
        GtkBox* m_window_box;
        GtkWidget* m_window_contents;
-       GtkSpinner* m_window_load_spinner;
-       GtkWidget* m_window_load_contents;
 
        GtkBox* m_vbox;
        GtkBox* m_title_box;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/ar.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/ar.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/ar.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/ar.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Arabic translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,7 +73,7 @@
 msgstr "أوامر"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/ast.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/ast.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/ast.po        2014-12-19 
11:40:40.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/ast.po        2015-02-14 
13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 # Asturian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,8 +73,8 @@
 msgstr "Comandos"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/bg.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/bg.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/bg.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/bg.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Bulgarian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -72,8 +72,8 @@
 msgstr "Команди"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Авторски права © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Авторски права © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/ca.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/ca.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/ca.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/ca.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Catalan translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -74,8 +74,8 @@
 msgstr "Ordres"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/cs.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/cs.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/cs.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/cs.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Czech translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,8 +73,8 @@
 msgstr "Příkazy"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/da.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/da.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/da.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/da.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Danish translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -74,7 +74,7 @@
 msgstr "Kommandoer"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/de.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/de.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/de.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/de.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # German translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -76,8 +76,8 @@
 msgstr "Befehle"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Urheberrecht © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Urheberrecht © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/el.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/el.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/el.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/el.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Greek translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -74,8 +74,8 @@
 msgstr "Εντολές"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/en_GB.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/en_GB.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/en_GB.po      2014-12-19 
11:40:40.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/en_GB.po      2015-02-14 
13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 # British English translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -72,7 +72,7 @@
 msgstr "Commands"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/es.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/es.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/es.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/es.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Spanish translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -75,8 +75,8 @@
 msgstr "Órdenes:"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Derechos de autor © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Derechos de autor © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/et.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/et.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/et.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/et.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Estonian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -72,7 +72,7 @@
 msgstr ""
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/eu.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/eu.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/eu.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/eu.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Basque translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -72,7 +72,7 @@
 msgstr ""
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/fa.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/fa.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/fa.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/fa.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Persian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -72,8 +72,8 @@
 msgstr "دستورها"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "کپی‌رایت © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "کپی‌رایت © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/fi.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/fi.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/fi.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/fi.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Finnish translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -74,8 +74,8 @@
 msgstr "Komennot"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Tekijänoikeudet © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Tekijänoikeudet © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/fr.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/fr.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/fr.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/fr.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,19 +1,19 @@
 # French translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
 # Anthony Jorion <pin...@frugalware.org>, 2013
 # jc1 <jc1.quebe...@gmail.com>, 2013
-# Urien Desterres <urien.dester...@gmail.com>, 2014
+# Urien Desterres <urien.dester...@gmail.com>, 2014-2015
 # Yannick Le Guen <leguen.yann...@gmail.com>, 2014
 msgid ""
 msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-04 18:42+0000\n"
-"PO-Revision-Date: 2014-12-09 10:13+0000\n"
-"Last-Translator: Yannick Le Guen <leguen.yann...@gmail.com>\n"
+"PO-Revision-Date: 2015-02-11 12:53+0000\n"
+"Last-Translator: Urien Desterres <urien.dester...@gmail.com>\n"
 "Language-Team: French (http://www.transifex.com/projects/p/xfce4-whiskermenu-";
 "plugin/language/fr/)\n"
 "Language: fr\n"
@@ -48,7 +48,7 @@
 
 #: ../panel-plugin/plugin.cpp:392
 msgid "Alternate application launcher for Xfce"
-msgstr "Lanceur d'application alternatif pour Xfce"
+msgstr "Lanceur d’application alternatif pour Xfce"
 
 #: ../panel-plugin/plugin.cpp:212
 msgid "Applications Menu"
@@ -76,8 +76,8 @@
 msgstr "Commandes"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
@@ -212,7 +212,7 @@
 #: ../panel-plugin/configuration-dialog.cpp:381
 #, c-format
 msgid "Remove action \"%s\"?"
-msgstr "Supprimer l'action « %s » ?"
+msgstr "Supprimer l’action « %s » ?"
 
 #: ../panel-plugin/configuration-dialog.cpp:718
 msgid "Remove selected action"
@@ -350,4 +350,4 @@
 
 #: ../panel-plugin/plugin.cpp:397
 msgid "translator-credits"
-msgstr "L'équipe de traduction francophone du Menu Whisker"
+msgstr "L’équipe de traduction francophone du Menu Whisker"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/he.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/he.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/he.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/he.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Hebrew translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,7 +73,7 @@
 msgstr "פקודות"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/hr.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/hr.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/hr.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/hr.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Croatian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,7 +73,7 @@
 msgstr "Naredbe"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/hu.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/hu.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/hu.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/hu.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,17 +1,17 @@
 # Hungarian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
 # Gábor Horváth <xazax....@gmail.com>, 2013
 # Gyönki Bendegúz <gyonkibende...@gmail.com>, 2013
-# Rezső Páder <re...@rezso.net>, 2014
+# Rezső Páder <re...@rezso.net>, 2014-2015
 msgid ""
 msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-04 18:42+0000\n"
-"PO-Revision-Date: 2014-04-06 12:45+0000\n"
+"PO-Revision-Date: 2015-02-02 21:11+0000\n"
 "Last-Translator: Rezső Páder <re...@rezso.net>\n"
 "Language-Team: Hungarian (http://www.transifex.com/projects/p/xfce4-";
 "whiskermenu-plugin/language/hu/)\n"
@@ -47,7 +47,7 @@
 
 #: ../panel-plugin/plugin.cpp:392
 msgid "Alternate application launcher for Xfce"
-msgstr ""
+msgstr "Alternatív alkalmazásindító az Xfce-hez"
 
 #: ../panel-plugin/plugin.cpp:212
 msgid "Applications Menu"
@@ -74,8 +74,8 @@
 msgstr "Parancsok:"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr ""
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/id.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/id.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/id.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/id.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Indonesian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,8 +73,8 @@
 msgstr "Perintah"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Hak cipta © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Hak cipta © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/it.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/it.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/it.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/it.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Italian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -72,8 +72,8 @@
 msgstr "Comandi"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/ja.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/ja.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/ja.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/ja.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Japanese translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -72,8 +72,8 @@
 msgstr "コマンド"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/kk.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/kk.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/kk.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/kk.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Kazakh translation for xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -72,8 +72,8 @@
 msgstr "Командалар"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/lt.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/lt.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/lt.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/lt.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Lithuanian translation for xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,8 +73,8 @@
 msgstr "Komandos"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Autorinės Teisės © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Autorinės Teisės © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/lv.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/lv.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/lv.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/lv.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Latvian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,7 +73,7 @@
 msgstr "Komandas"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/ms.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/ms.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/ms.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/ms.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Malay translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -72,8 +72,8 @@
 msgstr "Perintah"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Hakcipta © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Hakcipta © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/nb.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/nb.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/nb.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/nb.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Norwegian Bokmål translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -72,8 +72,8 @@
 msgstr "Kommandoer"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/ne.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/ne.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/ne.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/ne.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Nepali translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,8 +73,8 @@
 msgstr "आदेशहरु"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "प्रतिलिपि अधिकार © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "प्रतिलिपि अधिकार © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/nl.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/nl.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/nl.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/nl.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Dutch translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -72,8 +72,8 @@
 msgstr "Opdrachten"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Auteursrecht © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Auteursrecht © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/pl.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/pl.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/pl.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/pl.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Polish translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -79,8 +79,8 @@
 msgstr "Polecenia"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/pt.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/pt.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/pt.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/pt.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Portuguese translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,8 +73,8 @@
 msgstr "Comandos"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/pt_BR.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/pt_BR.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/pt_BR.po      2014-12-19 
11:40:40.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/pt_BR.po      2015-02-14 
13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 # Portuguese (Brazil) translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -74,7 +74,7 @@
 msgstr "Comandos"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/ro.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/ro.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/ro.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/ro.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Romanian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,8 +73,8 @@
 msgstr "Comenzi"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/ru.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/ru.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/ru.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/ru.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,18 +1,18 @@
 # Russian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
 # sorrymak <dearalc...@gmail.com>, 2013
 # Kyrill Detinov <lazy.k...@opensuse.org>, 2013
-# Sergey Alyoshin <alyoshi...@gmail.com>, 2013-2014
+# Sergey Alyoshin <alyoshi...@gmail.com>, 2013-2015
 # Sergey Shlyapugin <shlyapu...@gmail.com>, 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-04 18:42+0000\n"
-"PO-Revision-Date: 2014-06-06 06:00+0000\n"
+"PO-Revision-Date: 2015-02-08 14:00+0000\n"
 "Last-Translator: Sergey Alyoshin <alyoshi...@gmail.com>\n"
 "Language-Team: Russian (http://www.transifex.com/projects/p/xfce4-";
 "whiskermenu-plugin/language/ru/)\n"
@@ -76,8 +76,8 @@
 msgstr "Команды"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013—2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013—2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
@@ -115,7 +115,7 @@
 
 #: ../panel-plugin/settings.cpp:115
 msgid "Failed to switch users."
-msgstr "Не удалось изменить пользователя."
+msgstr "Не удалось сменить пользователя."
 
 #: ../panel-plugin/window.cpp:127
 msgid "Favorites"
@@ -277,7 +277,7 @@
 
 #: ../panel-plugin/settings.cpp:115
 msgid "Switch _Users"
-msgstr "Изменить _пользователя"
+msgstr "Сменить _пользователя"
 
 #: ../panel-plugin/configuration-dialog.cpp:621
 msgid "Switch categories by _hovering"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/sk.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/sk.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/sk.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/sk.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,15 +1,15 @@
 # Slovak translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
-# Slavko <li...@slavino.sk>, 2013
+# Slavko <li...@slavino.sk>, 2013-2014
 msgid ""
 msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-06-04 18:42+0000\n"
-"PO-Revision-Date: 2013-12-07 19:07+0000\n"
+"PO-Revision-Date: 2014-06-04 19:16+0000\n"
 "Last-Translator: Slavko <li...@slavino.sk>\n"
 "Language-Team: Slovak (http://www.transifex.com/projects/p/xfce4-whiskermenu-";
 "plugin/language/sk/)\n"
@@ -45,7 +45,7 @@
 
 #: ../panel-plugin/plugin.cpp:392
 msgid "Alternate application launcher for Xfce"
-msgstr ""
+msgstr "Alternatívny spúšťač aplikácií pre XFCE"
 
 #: ../panel-plugin/plugin.cpp:212
 msgid "Applications Menu"
@@ -72,8 +72,8 @@
 msgstr "Príkazy"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr ""
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
@@ -190,9 +190,8 @@
 msgstr "Umiestniť položku hľadať vedľa tlačidla panela"
 
 #: ../panel-plugin/configuration-dialog.cpp:563
-#, fuzzy
 msgid "Position cate_gories next to panel button"
-msgstr "Umiestniť položku hľadať vedľa tlačidla panela"
+msgstr "Pozícia kate_górií vedľa panela tlačidiel"
 
 #: ../panel-plugin/configuration-dialog.cpp:556
 msgid "Position commands next to search _entry"
@@ -347,4 +346,4 @@
 
 #: ../panel-plugin/plugin.cpp:397
 msgid "translator-credits"
-msgstr ""
+msgstr "Slavko <li...@slavino.sk>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/sl.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/sl.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/sl.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/sl.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Slovenian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,8 +73,8 @@
 msgstr "Dejanja"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright ©2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright ©2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/sr.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/sr.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/sr.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/sr.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Serbian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -76,8 +76,8 @@
 msgstr "Наредбе"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Права умножавања © 2013-2014 Грејем Гот (Graeme Gott)"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Права умножавања © 2013-2015 Грејем Гот (Graeme Gott)"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/s...@latin.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/s...@latin.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/s...@latin.po 2014-12-19 
11:40:40.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/s...@latin.po 2015-02-14 
13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 # Serbian (Latin) translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -76,7 +76,7 @@
 msgstr "Naredbe"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/sv.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/sv.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/sv.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/sv.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Swedish translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -76,8 +76,8 @@
 msgstr "Kommandon"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Upphovsrätt © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Upphovsrätt © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/tr.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/tr.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/tr.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/tr.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Turkish translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -74,8 +74,8 @@
 msgstr "Komutlar"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Telif hakkı © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Telif hakkı © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/uk.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/uk.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/uk.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/uk.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Ukrainian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -74,8 +74,8 @@
 msgstr "Команди"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Всі права застережено © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Всі права застережено © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/uz.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/uz.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/uz.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/uz.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Uzbek translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,8 +73,8 @@
 msgstr "Buyruqlar"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/vi.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/vi.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/vi.po 2014-12-19 11:40:40.000000000 
+0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/vi.po 2015-02-14 13:59:30.000000000 
+0100
@@ -1,5 +1,5 @@
 # Vietnamese translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -73,7 +73,7 @@
 msgstr "Mệnh lệnh"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-1.4.2/po/xfce4-whiskermenu-plugin.pot 
new/xfce4-whiskermenu-plugin-1.4.3/po/xfce4-whiskermenu-plugin.pot
--- old/xfce4-whiskermenu-plugin-1.4.2/po/xfce4-whiskermenu-plugin.pot  
2014-12-19 11:40:40.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/xfce4-whiskermenu-plugin.pot  
2015-02-14 13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 # SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 #
@@ -70,7 +70,7 @@
 msgstr ""
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/zh_CN.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/zh_CN.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/zh_CN.po      2014-12-19 
11:40:40.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/zh_CN.po      2015-02-14 
13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 # Chinese (China) translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -72,7 +72,7 @@
 msgstr "命令"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:738
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/po/zh_TW.po 
new/xfce4-whiskermenu-plugin-1.4.3/po/zh_TW.po
--- old/xfce4-whiskermenu-plugin-1.4.2/po/zh_TW.po      2014-12-19 
11:40:40.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/po/zh_TW.po      2015-02-14 
13:59:30.000000000 +0100
@@ -1,5 +1,5 @@
 # Chinese (Taiwan) translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2014 Graeme Gott
+# Copyright (C) 2015 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
@@ -74,8 +74,8 @@
 msgstr "指令"
 
 #: ../panel-plugin/plugin.cpp:393
-msgid "Copyright © 2013-2014 Graeme Gott"
-msgstr "Copyright © 2013-2014 Graeme Gott"
+msgid "Copyright © 2013-2015 Graeme Gott"
+msgstr "Copyright © 2013-2015 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:738
 msgid "Details"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to