diff -Nru xfce4-whiskermenu-plugin-2.1.0/ChangeLog xfce4-whiskermenu-plugin-2.1.1/ChangeLog --- xfce4-whiskermenu-plugin-2.1.0/ChangeLog 2017-02-01 13:56:21.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/ChangeLog 2017-03-01 14:33:12.000000000 +0000 @@ -1,3 +1,75 @@ +commit 85194f1cedebb38e28801f6942f725f1565ffaf7 +Author: Graeme Gott +Date: 2017-03-01 + + Bump version number. + +commit ee8bbdda78ab92de9c7cc13577d916a68f1270f5 +Author: Graeme Gott +Date: 2017-02-28 + + I18n: Update translation ru (98%). + +commit 625d8fb366ec31b14f6941300916b348610be3da +Author: Graeme Gott +Date: 2017-02-25 + + I18n: Update translation de (100%). + +commit 9b4dbd37d33393a7684d5ed5495ea208d5633e60 +Author: Graeme Gott +Date: 2017-02-21 + + FIXED: Memory leak when editing launcher. + +commit 0a01ad83cefdc41915c0d738e3045746ca643fec +Author: Graeme Gott +Date: 2017-02-17 + + I18n: Update translation pt_BR (100%). + +commit e91120467dc4c0978d56b677721bf07244c7cd47 +Author: Graeme Gott +Date: 2017-02-17 + + I18n: Update translation da (100%). + +commit 0f527fc6f0612149800388726330679b8738083a +Author: Graeme Gott +Date: 2017-02-16 + + I18n: Update translation sr@latin (100%). + +commit 7cd7933672f01e3e688058375dfa29224082cf3b +Author: Graeme Gott +Date: 2017-02-16 + + I18n: Update translation da (100%). + +commit 6187826462b91cb0c7df1985c7d31485f5ec9528 +Author: Graeme Gott +Date: 2017-02-15 + + Remove git version number. + +commit abde03eb8e1d9586165d1a2684c4e0d892a08b1a +Author: Graeme Gott +Date: 2017-02-15 + + I18n: Update translation ca (100%). + +commit e2dd3b2d6faeff11d52434fb562d0fed3c37c8a6 +Author: Graeme Gott +Date: 2017-02-13 + + I18n: Update translation sr (100%). + +commit 560b5a37140861e5516ef0db2e6e5a997e5b371e +Author: Graeme Gott +Date: 2017-02-13 + + I18n: Update translation pt (100%). + commit 395b2b3c164de49de42bc8198e6630ac6192dd2f Author: Graeme Gott Date: 2017-02-01 diff -Nru xfce4-whiskermenu-plugin-2.1.0/CMakeLists.txt xfce4-whiskermenu-plugin-2.1.1/CMakeLists.txt --- xfce4-whiskermenu-plugin-2.1.0/CMakeLists.txt 2017-02-01 13:56:08.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/CMakeLists.txt 2017-03-01 14:35:21.000000000 +0000 @@ -5,8 +5,8 @@ # version number set(whiskermenu_version_major "2") set(whiskermenu_version_minor "1") -set(whiskermenu_version_micro "0") -set(whiskermenu_version_tag "git") +set(whiskermenu_version_micro "1") +set(whiskermenu_version_tag "") set(whiskermenu_version "${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}") if(${whiskermenu_version_tag} MATCHES "git") if(NOT DEFINED whiskermenu_version_build) diff -Nru xfce4-whiskermenu-plugin-2.1.0/debian/changelog xfce4-whiskermenu-plugin-2.1.1/debian/changelog --- xfce4-whiskermenu-plugin-2.1.0/debian/changelog 2017-02-16 02:41:29.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/debian/changelog 2017-03-02 00:40:31.000000000 +0000 @@ -1,3 +1,9 @@ +xfce4-whiskermenu-plugin (2.1.1-0ubuntu1) devel; urgency=medium + + * New upstream bugfix release. + + -- Unit 193 Wed, 01 Mar 2017 19:40:31 -0500 + xfce4-whiskermenu-plugin (2.1.0-0ubuntu1) zesty; urgency=medium [ Unit 193 ] diff -Nru xfce4-whiskermenu-plugin-2.1.0/debian/patches/01_replace-gdmflexiserver.patch xfce4-whiskermenu-plugin-2.1.1/debian/patches/01_replace-gdmflexiserver.patch --- xfce4-whiskermenu-plugin-2.1.0/debian/patches/01_replace-gdmflexiserver.patch 2016-08-20 17:52:50.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/debian/patches/01_replace-gdmflexiserver.patch 2017-03-02 00:40:31.000000000 +0000 @@ -7,7 +7,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/panel-plugin/settings.cpp +++ b/panel-plugin/settings.cpp -@@ -117,7 +117,7 @@ +@@ -118,7 +118,7 @@ command[CommandSettings] = new Command("preferences-desktop", _("All _Settings"), "xfce4-settings-manager", _("Failed to open settings manager.")); command[CommandLockScreen] = new Command("system-lock-screen", _("_Lock Screen"), "xflock4", _("Failed to lock screen.")); diff -Nru xfce4-whiskermenu-plugin-2.1.0/NEWS xfce4-whiskermenu-plugin-2.1.1/NEWS --- xfce4-whiskermenu-plugin-2.1.0/NEWS 2017-02-01 13:55:59.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/NEWS 2017-03-01 14:35:41.000000000 +0000 @@ -1,3 +1,9 @@ +2.1.1 +===== +- Fixed memory leak when editing launcher. +- Translation updates: Catalan, Danish, German, Portuguese, + Portuguese (Brazil), Russian, Serbian, Serbian (Latin). + 2.1.0 ===== - Add editing launchers from context menu. (bug #13290) @@ -31,6 +37,12 @@ Dutch, French, Hebrew, Hungarian, Lithuanian, Polish, Slovak, Slovenian, Spanish. +1.7.1 +===== +- Fixed memory leak when editing launcher. +- Translation updates: Catalan, Danish, German, Portuguese, + Portuguese (Brazil), Russian, Serbian, Serbian (Latin). + 1.7.0 ===== - Add editing launchers from context menu. (bug #13290) diff -Nru xfce4-whiskermenu-plugin-2.1.0/panel-plugin/page.cpp xfce4-whiskermenu-plugin-2.1.1/panel-plugin/page.cpp --- xfce4-whiskermenu-plugin-2.1.0/panel-plugin/page.cpp 2017-02-01 13:55:01.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/panel-plugin/page.cpp 2017-03-01 14:35:21.000000000 +0000 @@ -441,7 +441,9 @@ m_window->hide(); GError* error = NULL; - gchar* command = g_strconcat("exo-desktop-item-edit ", launcher->get_uri(), NULL); + gchar* uri = launcher->get_uri(); + gchar* command = g_strconcat("exo-desktop-item-edit ", uri, NULL); + g_free(uri); if (g_spawn_command_line_async(command, &error) == false) { xfce_dialog_show_error(NULL, error, _("Unable to edit launcher.")); diff -Nru xfce4-whiskermenu-plugin-2.1.0/panel-plugin/whiskermenu.desktop xfce4-whiskermenu-plugin-2.1.1/panel-plugin/whiskermenu.desktop --- xfce4-whiskermenu-plugin-2.1.0/panel-plugin/whiskermenu.desktop 2017-02-01 13:55:01.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/panel-plugin/whiskermenu.desktop 2017-03-01 14:35:21.000000000 +0000 @@ -9,7 +9,7 @@ Name[ca]=Menú Whisker Name[ca@valencia]=Menú Whisker Name[cs]=Nabídka Whisker -Name[da]=Whisker Menu +Name[da]=Whiskermenu Name[de]=Whisker-Menü Name[el]=Μενού Whisker Name[en_GB]=Whisker Menu @@ -58,7 +58,7 @@ Comment[ca]=Mostra un menú per accedir fàcilment a les aplicacions instal·lades Comment[ca@valencia]=Mostra un menú per a accedir fàcilment a les aplicacions instal·lades Comment[cs]=Zobrazit nabídku snadný přístup k nainstalovaným aplikacím -Comment[da]=Vis en menu for hurtig adgang til applikationer +Comment[da]=Vis en menu for hurtig adgang til installerede programmer Comment[de]=Zeigt ein Menü, um einfach auf installierte Anwendungen zuzugreifen Comment[el]=Εμφανίζει ένα μενού για εύκολη πρόσβαση στις εγκατεστημένες εφαρμογές Comment[en_GB]=Show a menu to easily access installed applications diff -Nru xfce4-whiskermenu-plugin-2.1.0/po/ca.po xfce4-whiskermenu-plugin-2.1.1/po/ca.po --- xfce4-whiskermenu-plugin-2.1.0/po/ca.po 2017-02-01 13:55:01.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/po/ca.po 2017-03-01 14:35:21.000000000 +0000 @@ -1,5 +1,5 @@ # Catalan translation of xfce4-whiskermenu-plugin. -# Copyright (C) 2016 Graeme Gott +# Copyright (C) 2017 Graeme Gott # This file is distributed under the same license as the xfce4-whiskermenu-plugin package. # # Translators: @@ -8,14 +8,15 @@ # Adolfo Jayme-Barrientos, 2013 # Adolfo Jayme-Barrientos, 2014 # Oriol Fernandez , 2013 +# Robert Antoni Buj Gelonch , 2017 # Robert Antoni Buj Gelonch , 2016 msgid "" msgstr "" "Project-Id-Version: Whisker Menu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-01-13 22:55+0000\n" -"PO-Revision-Date: 2016-08-14 17:40+0000\n" -"Last-Translator: Adolfo Jayme-Barrientos\n" +"PO-Revision-Date: 2017-02-14 07:23+0000\n" +"Last-Translator: Robert Antoni Buj Gelonch \n" "Language-Team: Catalan (http://www.transifex.com/gottcode/xfce4-whiskermenu-" "plugin/language/ca/)\n" "Language: ca\n" @@ -34,7 +35,7 @@ #: ../panel-plugin/page.cpp:241 msgid "Add to Favorites" -msgstr "Afegeix als preferits" +msgstr "Afegeix a les preferides" #: ../panel-plugin/page.cpp:261 msgid "Add to Panel" @@ -82,7 +83,7 @@ #: ../panel-plugin/plugin.cpp:412 msgid "Copyright © 2013-2017 Graeme Gott" -msgstr "Drets d’autor 2013–2017 Graeme Gott" +msgstr "Copyright © 2013-2017 Graeme Gott" #: ../panel-plugin/configuration-dialog.cpp:844 msgid "Details" @@ -94,12 +95,11 @@ #: ../panel-plugin/configuration-dialog.cpp:734 msgid "Display by _default" -msgstr "Mostra-ho per _defecte" +msgstr "Apareixen per _defecte" #: ../panel-plugin/page.cpp:268 -#, fuzzy msgid "Edit Application..." -msgstr "_Edita les aplicacions" +msgstr "Edita l'aplicació..." #: ../panel-plugin/settings.cpp:124 msgid "Edit _Profile" @@ -137,7 +137,7 @@ #: ../panel-plugin/window.cpp:161 msgid "Favorites" -msgstr "Preferits" +msgstr "Preferides" #: ../panel-plugin/configuration-dialog.cpp:538 msgid "Icon" @@ -149,7 +149,7 @@ #: ../panel-plugin/configuration-dialog.cpp:728 msgid "Ignore _favorites" -msgstr "Ignora els pre_ferits" +msgstr "Ignora les pre_ferides" #: ../panel-plugin/configuration-dialog.cpp:621 msgid "Ite_m icon size:" @@ -222,7 +222,7 @@ #: ../panel-plugin/page.cpp:249 msgid "Remove From Favorites" -msgstr "Suprimeix dels preferits" +msgstr "Suprimeix de les preferides" #: ../panel-plugin/configuration-dialog.cpp:432 #, c-format @@ -268,15 +268,15 @@ #: ../panel-plugin/configuration-dialog.cpp:609 msgid "Show application too_ltips" -msgstr "Mostra els _indicadors de funcions de les aplicacions" +msgstr "Mostra l'indicador de funció de les ap_licacions" #: ../panel-plugin/configuration-dialog.cpp:597 msgid "Show cate_gory names" -msgstr "" +msgstr "Mostra el nom de les cate_gories" #: ../panel-plugin/configuration-dialog.cpp:591 msgid "Show generic application _names" -msgstr "Mostra els _noms genèrics de les aplicacions" +msgstr "Mostra el _nom genèric de les aplicacions" #: ../panel-plugin/configuration-dialog.cpp:615 msgid "Show menu hie_rarchy" @@ -323,9 +323,8 @@ msgstr "No s’ha pogut afegir el llançador al plafó." #: ../panel-plugin/page.cpp:447 -#, fuzzy msgid "Unable to edit launcher." -msgstr "No s’ha pogut afegir el llançador al plafó." +msgstr "No s’ha pogut editar el llançador." #: ../panel-plugin/configuration-dialog.cpp:492 #, c-format @@ -419,5 +418,5 @@ msgid "translator-credits" msgstr "" "Adolfo Jayme Barrientos , 2013–2016\n" -"Robert Antoni Buj Gelonch , 2016\n" +"Robert Antoni Buj Gelonch , 2016-2017\n" "Oriol Fernandez, 2013" diff -Nru xfce4-whiskermenu-plugin-2.1.0/po/da.po xfce4-whiskermenu-plugin-2.1.1/po/da.po --- xfce4-whiskermenu-plugin-2.1.0/po/da.po 2017-02-01 13:55:01.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/po/da.po 2017-03-01 14:35:21.000000000 +0000 @@ -1,18 +1,18 @@ # Danish translation of xfce4-whiskermenu-plugin. -# Copyright (C) 2015 Graeme Gott +# Copyright (C) 2017 Graeme Gott # This file is distributed under the same license as the xfce4-whiskermenu-plugin package. # # Translators: -# Jens E. Jensen , 2013 +# Jens E. Jensen , 2013,2017 # Morten Juhl-Johansen Zölde-Fejér , 2013-2015 +# scootergrisen, 2017 msgid "" msgstr "" "Project-Id-Version: Whisker Menu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-01-13 22:55+0000\n" -"PO-Revision-Date: 2015-02-21 07:30+0000\n" -"Last-Translator: Morten Juhl-Johansen Zölde-Fejér \n" +"PO-Revision-Date: 2017-02-17 08:55+0000\n" +"Last-Translator: Jens E. Jensen \n" "Language-Team: Danish (http://www.transifex.com/gottcode/xfce4-whiskermenu-" "plugin/language/da/)\n" "Language: da\n" @@ -27,15 +27,15 @@ #: ../panel-plugin/page.cpp:257 msgid "Add to Desktop" -msgstr "Tilføj til skrivebord" +msgstr "Føj til skrivebord" #: ../panel-plugin/page.cpp:241 msgid "Add to Favorites" -msgstr "Tilføj til favoritter" +msgstr "Føj til favoritter" #: ../panel-plugin/page.cpp:261 msgid "Add to Panel" -msgstr "Tilføj til panel" +msgstr "Føj til panel" #: ../panel-plugin/category.cpp:61 msgid "All" @@ -47,7 +47,7 @@ #: ../panel-plugin/plugin.cpp:411 msgid "Alternate application launcher for Xfce" -msgstr "Alternativ programstarter for Xfce" +msgstr "Alternativ programopstarter for Xfce" #: ../panel-plugin/configuration-dialog.cpp:717 msgid "Amount of _items:" @@ -59,7 +59,7 @@ #: ../panel-plugin/configuration-dialog.cpp:652 msgid "Background opacit_y:" -msgstr "Baggrundens _gennemsigtighed" +msgstr "Baggrundens _opacitet:" #: ../panel-plugin/command-edit.cpp:49 msgid "Browse the file system to choose a custom command." @@ -71,7 +71,7 @@ #: ../panel-plugin/configuration-dialog.cpp:637 msgid "Categ_ory icon size:" -msgstr "Kateg_ori ikonstørrelse" +msgstr "Kateg_ori ikonstørrelse:" #: ../panel-plugin/recent-page.cpp:173 msgid "Clear Recently Used" @@ -79,7 +79,7 @@ #: ../panel-plugin/plugin.cpp:412 msgid "Copyright © 2013-2017 Graeme Gott" -msgstr "Copyright © 2013-2017 Graeme Gott" +msgstr "Ophavsret © 2013-2017 Graeme Gott" #: ../panel-plugin/configuration-dialog.cpp:844 msgid "Details" @@ -87,16 +87,15 @@ #: ../panel-plugin/configuration-dialog.cpp:533 msgid "Di_splay:" -msgstr "_skærm" +msgstr "_Skærm:" #: ../panel-plugin/configuration-dialog.cpp:734 msgid "Display by _default" msgstr "Vis som _standard" #: ../panel-plugin/page.cpp:268 -#, fuzzy msgid "Edit Application..." -msgstr "_Rediger applikationer" +msgstr "Rediger program..." #: ../panel-plugin/settings.cpp:124 msgid "Edit _Profile" @@ -122,11 +121,11 @@ #: ../panel-plugin/settings.cpp:122 msgid "Failed to log out." -msgstr "Kunne ikke logge ud" +msgstr "Kunne ikke logge ud." #: ../panel-plugin/settings.cpp:119 msgid "Failed to open settings manager." -msgstr "Kunne ikke åbne indstillings-håndtering" +msgstr "Kunne ikke åbne indstillingshåndtering." #: ../panel-plugin/settings.cpp:121 msgid "Failed to switch users." @@ -150,7 +149,7 @@ #: ../panel-plugin/configuration-dialog.cpp:621 msgid "Ite_m icon size:" -msgstr "Valg_mulighed ikonstørrelse" +msgstr "Ele_ment ikonstørrelse:" #: ../panel-plugin/icon-size.cpp:54 msgid "Large" @@ -162,7 +161,7 @@ #: ../panel-plugin/settings.cpp:122 msgid "Log _Out" -msgstr "Log _ud:" +msgstr "Log _ud" #: ../panel-plugin/settings.cpp:126 msgid "Man Pages" @@ -199,7 +198,7 @@ #: ../panel-plugin/configuration-dialog.cpp:799 msgid "Pattern" -msgstr "Ømster" +msgstr "Mønster" #: ../panel-plugin/configuration-dialog.cpp:688 msgid "Position _search entry next to panel button" @@ -257,24 +256,23 @@ #: ../panel-plugin/whiskermenu.desktop.in.h:2 msgid "Show a menu to easily access installed applications" -msgstr "Vis en menu for hurtig adgang til applikationer" +msgstr "Vis en menu for hurtig adgang til installerede programmer" #: ../panel-plugin/configuration-dialog.cpp:603 msgid "Show application _descriptions" -msgstr "Vis applikationers _beskrivelser" +msgstr "Vis program_beskrivelser" #: ../panel-plugin/configuration-dialog.cpp:609 -#, fuzzy msgid "Show application too_ltips" -msgstr "Vis applikationers _beskrivelser" +msgstr "Vis program_værktøjstips" #: ../panel-plugin/configuration-dialog.cpp:597 msgid "Show cate_gory names" -msgstr "" +msgstr "Vis kate_gorinavne" #: ../panel-plugin/configuration-dialog.cpp:591 msgid "Show generic application _names" -msgstr "Hvis applikationernes standardnavne" +msgstr "Vis programmers standard_navne" #: ../panel-plugin/configuration-dialog.cpp:615 msgid "Show menu hie_rarchy" @@ -290,11 +288,11 @@ #: ../panel-plugin/favorites-page.cpp:147 msgid "Sort Alphabetically A-Z" -msgstr "Sorter alfabetisk A-Å" +msgstr "Sortér alfabetisk A-Å" #: ../panel-plugin/favorites-page.cpp:153 msgid "Sort Alphabetically Z-A" -msgstr "Sort alfabetisk Å-A" +msgstr "Sortér alfabetisk Å-A" #: ../panel-plugin/settings.cpp:121 msgid "Switch _Users" @@ -302,11 +300,11 @@ #: ../panel-plugin/configuration-dialog.cpp:682 msgid "Switch categories by _hovering" -msgstr "Skift kategori ved at flytte musemarkør" +msgstr "Skift kategorier ved at flytte musemarkør" #: ../panel-plugin/configuration-dialog.cpp:431 msgid "The action will be deleted permanently." -msgstr "Denne handling vil blive slettet permanent." +msgstr "Handlingen vil blive slettet permanent." #: ../panel-plugin/configuration-dialog.cpp:539 msgid "Title" @@ -314,16 +312,15 @@ #: ../panel-plugin/page.cpp:372 msgid "Unable to add launcher to desktop." -msgstr "Kunne ikke tilføje opstartsikon til skrivebordet." +msgstr "Kunne ikke føje opstarter til skrivebordet." #: ../panel-plugin/page.cpp:411 ../panel-plugin/page.cpp:420 msgid "Unable to add launcher to panel." -msgstr "Kunne ikke tilføje opstartsikon til panelet" +msgstr "Kunne ikke føje opstarter til panelet." #: ../panel-plugin/page.cpp:447 -#, fuzzy msgid "Unable to edit launcher." -msgstr "Kunne ikke tilføje opstartsikon til panelet" +msgstr "Kunne ikke redigere opstarter." #: ../panel-plugin/configuration-dialog.cpp:492 #, c-format @@ -344,12 +341,12 @@ #: ../panel-plugin/settings.cpp:127 msgid "Web Search" -msgstr "" +msgstr "Websøgning" #: ../panel-plugin/configuration-dialog.cpp:70 #: ../panel-plugin/whiskermenu.desktop.in.h:1 msgid "Whisker Menu" -msgstr "Whisker Menu" +msgstr "Whiskermenu" #: ../panel-plugin/settings.cpp:128 msgid "Wikipedia" @@ -366,7 +363,7 @@ #: ../panel-plugin/command-edit.cpp:67 #: ../panel-plugin/configuration-dialog.cpp:121 msgid "_Cancel" -msgstr "_Annullér" +msgstr "_Annuller" #: ../panel-plugin/configuration-dialog.cpp:74 msgid "_Close" @@ -382,7 +379,7 @@ #: ../panel-plugin/settings.cpp:123 msgid "_Edit Applications" -msgstr "_Rediger applikationer" +msgstr "_Rediger programmer" #: ../panel-plugin/configuration-dialog.cpp:73 msgid "_Help" @@ -394,7 +391,7 @@ #: ../panel-plugin/settings.cpp:120 msgid "_Lock Screen" -msgstr "Lås skærm" +msgstr "_Lås skærm" #: ../panel-plugin/command-edit.cpp:68 #: ../panel-plugin/configuration-dialog.cpp:122 @@ -403,7 +400,7 @@ #: ../panel-plugin/configuration-dialog.cpp:862 msgid "_Pattern:" -msgstr "_Mønsker:" +msgstr "_Mønster:" #: ../panel-plugin/configuration-dialog.cpp:886 msgid "_Regular expression" @@ -415,4 +412,6 @@ #: ../panel-plugin/plugin.cpp:416 msgid "translator-credits" -msgstr "oversættere" +msgstr "" +"scootergrisen\n" +"EpsilonDK" diff -Nru xfce4-whiskermenu-plugin-2.1.0/po/de.po xfce4-whiskermenu-plugin-2.1.1/po/de.po --- xfce4-whiskermenu-plugin-2.1.0/po/de.po 2017-02-01 13:55:01.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/po/de.po 2017-03-01 14:35:21.000000000 +0000 @@ -6,6 +6,7 @@ # Harald Judt , 2013-2014 # Harald Judt , 2013 # philm , 2013 +# M T , 2017 # philm , 2013 # Tobias Bannert , 2014-2017 msgid "" @@ -13,8 +14,8 @@ "Project-Id-Version: Whisker Menu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-01-13 22:55+0000\n" -"PO-Revision-Date: 2017-01-13 22:57+0000\n" -"Last-Translator: Tobias Bannert \n" +"PO-Revision-Date: 2017-02-22 23:32+0000\n" +"Last-Translator: M T \n" "Language-Team: German (http://www.transifex.com/gottcode/xfce4-whiskermenu-" "plugin/language/de/)\n" "Language: de\n" @@ -97,7 +98,7 @@ #: ../panel-plugin/page.cpp:268 msgid "Edit Application..." -msgstr "" +msgstr "Anwendungen bearbeiten..." #: ../panel-plugin/settings.cpp:124 msgid "Edit _Profile" @@ -322,7 +323,7 @@ #: ../panel-plugin/page.cpp:447 msgid "Unable to edit launcher." -msgstr "" +msgstr "Starter konnte nicht bearbeitet werden." #: ../panel-plugin/configuration-dialog.cpp:492 #, c-format diff -Nru xfce4-whiskermenu-plugin-2.1.0/po/pt_BR.po xfce4-whiskermenu-plugin-2.1.1/po/pt_BR.po --- xfce4-whiskermenu-plugin-2.1.0/po/pt_BR.po 2017-02-01 13:55:01.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/po/pt_BR.po 2017-03-01 14:35:21.000000000 +0000 @@ -1,19 +1,20 @@ # Portuguese (Brazil) translation of xfce4-whiskermenu-plugin. -# Copyright (C) 2016 Graeme Gott +# Copyright (C) 2017 Graeme Gott # This file is distributed under the same license as the xfce4-whiskermenu-plugin package. # # Translators: # fabioluciano , 2013 +# Gabriel Henrique , 2017 # Holmes , 2014 -# José Vieira , 2016 +# José Vieira , 2016-2017 # Paulo Castro, 2013 msgid "" msgstr "" "Project-Id-Version: Whisker Menu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-01-13 22:55+0000\n" -"PO-Revision-Date: 2016-12-01 15:10+0000\n" -"Last-Translator: José Vieira \n" +"PO-Revision-Date: 2017-02-16 17:07+0000\n" +"Last-Translator: Gabriel Henrique \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/gottcode/xfce4-" "whiskermenu-plugin/language/pt_BR/)\n" "Language: pt_BR\n" @@ -80,7 +81,7 @@ #: ../panel-plugin/plugin.cpp:412 msgid "Copyright © 2013-2017 Graeme Gott" -msgstr "Copyright © 2013-2017 Graeme Gott" +msgstr "Direitos de autor: Copyright © 2013-2017 Graeme Gott" #: ../panel-plugin/configuration-dialog.cpp:844 msgid "Details" @@ -95,9 +96,8 @@ msgstr "Mostrar por pré-_definição" #: ../panel-plugin/page.cpp:268 -#, fuzzy msgid "Edit Application..." -msgstr "_Editar Aplicações" +msgstr "Editar Aplicação..." #: ../panel-plugin/settings.cpp:124 msgid "Edit _Profile" @@ -321,9 +321,8 @@ msgstr "Impossível adicionar o lançador ao painel" #: ../panel-plugin/page.cpp:447 -#, fuzzy msgid "Unable to edit launcher." -msgstr "Impossível adicionar o lançador ao painel" +msgstr "Impossível editar o lançador." #: ../panel-plugin/configuration-dialog.cpp:492 #, c-format diff -Nru xfce4-whiskermenu-plugin-2.1.0/po/pt.po xfce4-whiskermenu-plugin-2.1.1/po/pt.po --- xfce4-whiskermenu-plugin-2.1.0/po/pt.po 2017-02-01 13:55:01.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/po/pt.po 2017-03-01 14:35:21.000000000 +0000 @@ -1,18 +1,19 @@ # Portuguese translation of xfce4-whiskermenu-plugin. -# Copyright (C) 2016 Graeme Gott +# Copyright (C) 2017 Graeme Gott # This file is distributed under the same license as the xfce4-whiskermenu-plugin package. # # Translators: +# Carlos Reis , 2017 # fabioluciano , 2013 -# José Vieira , 2016 +# José Vieira , 2016-2017 # Sérgio Marques , 2013-2015 msgid "" msgstr "" "Project-Id-Version: Whisker Menu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-01-13 22:55+0000\n" -"PO-Revision-Date: 2016-12-01 14:44+0000\n" -"Last-Translator: José Vieira \n" +"PO-Revision-Date: 2017-02-01 13:54+0000\n" +"Last-Translator: Carlos Reis \n" "Language-Team: Portuguese (http://www.transifex.com/gottcode/xfce4-" "whiskermenu-plugin/language/pt/)\n" "Language: pt\n" @@ -79,7 +80,7 @@ #: ../panel-plugin/plugin.cpp:412 msgid "Copyright © 2013-2017 Graeme Gott" -msgstr "Copyright © 2013-2017 Graeme Gott" +msgstr "Direitos de autor: Copyright © 2013-2017 Graeme Gott" #: ../panel-plugin/configuration-dialog.cpp:844 msgid "Details" @@ -94,9 +95,8 @@ msgstr "Mostrar por pré-_definição" #: ../panel-plugin/page.cpp:268 -#, fuzzy msgid "Edit Application..." -msgstr "_Editar aplicações" +msgstr "Editar Aplicação" #: ../panel-plugin/settings.cpp:124 msgid "Edit _Profile" @@ -320,9 +320,8 @@ msgstr "Não foi possível adicionar lançador ao painel." #: ../panel-plugin/page.cpp:447 -#, fuzzy msgid "Unable to edit launcher." -msgstr "Não foi possível adicionar lançador ao painel." +msgstr "Impossível alterar o lançador" #: ../panel-plugin/configuration-dialog.cpp:492 #, c-format diff -Nru xfce4-whiskermenu-plugin-2.1.0/po/ru.po xfce4-whiskermenu-plugin-2.1.1/po/ru.po --- xfce4-whiskermenu-plugin-2.1.0/po/ru.po 2017-02-01 13:55:01.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/po/ru.po 2017-03-01 14:35:21.000000000 +0000 @@ -1,19 +1,19 @@ # Russian translation of xfce4-whiskermenu-plugin. -# Copyright (C) 2016 Graeme Gott +# Copyright (C) 2017 Graeme Gott # This file is distributed under the same license as the xfce4-whiskermenu-plugin package. # # Translators: # sorrymak , 2013 # Kyrill Detinov , 2013,2016 -# Sergey Alyoshin , 2013-2015 +# Sergey Alyoshin , 2013-2015,2017 # Sergey Shlyapugin , 2013 msgid "" msgstr "" "Project-Id-Version: Whisker Menu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-01-13 22:55+0000\n" -"PO-Revision-Date: 2016-10-11 21:26+0000\n" -"Last-Translator: Kyrill Detinov \n" +"PO-Revision-Date: 2017-02-27 06:39+0000\n" +"Last-Translator: Sergey Alyoshin \n" "Language-Team: Russian (http://www.transifex.com/gottcode/xfce4-whiskermenu-" "plugin/language/ru/)\n" "Language: ru\n" @@ -82,7 +82,7 @@ #: ../panel-plugin/plugin.cpp:412 msgid "Copyright © 2013-2017 Graeme Gott" -msgstr "Copyright © 2013-2017 Graeme Gott" +msgstr "Copyright © 2013—2017 Graeme Gott" #: ../panel-plugin/configuration-dialog.cpp:844 msgid "Details" @@ -97,9 +97,8 @@ msgstr "Показывать по умолчанию" #: ../panel-plugin/page.cpp:268 -#, fuzzy msgid "Edit Application..." -msgstr "Изменить п_риложения" +msgstr "Изменить приложение..." #: ../panel-plugin/settings.cpp:124 msgid "Edit _Profile" @@ -272,7 +271,7 @@ #: ../panel-plugin/configuration-dialog.cpp:597 msgid "Show cate_gory names" -msgstr "" +msgstr "Показывать имена _категорий" #: ../panel-plugin/configuration-dialog.cpp:591 msgid "Show generic application _names" @@ -323,9 +322,8 @@ msgstr "Нельзя добавить на панель." #: ../panel-plugin/page.cpp:447 -#, fuzzy msgid "Unable to edit launcher." -msgstr "Нельзя добавить на панель." +msgstr "" #: ../panel-plugin/configuration-dialog.cpp:492 #, c-format diff -Nru xfce4-whiskermenu-plugin-2.1.0/po/sr@latin.po xfce4-whiskermenu-plugin-2.1.1/po/sr@latin.po --- xfce4-whiskermenu-plugin-2.1.0/po/sr@latin.po 2017-02-01 13:55:01.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/po/sr@latin.po 2017-03-01 14:35:21.000000000 +0000 @@ -1,20 +1,21 @@ # Serbian (Latin) translation of xfce4-whiskermenu-plugin. -# Copyright (C) 2015 Graeme Gott +# Copyright (C) 2017 Graeme Gott # This file is distributed under the same license as the xfce4-whiskermenu-plugin package. # # Translators: # kakonema , 2013 -# salepetronije , 2013 -# Vladimir Rujević , 2013 -# salepetronije , 2013 +# Саша Петровић , 2013 +# srdjan srdjan , 2017 +# Vladimir Rujević , 2013 +# Саша Петровић , 2013 msgid "" msgstr "" "Project-Id-Version: Whisker Menu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-01-13 22:55+0000\n" -"PO-Revision-Date: 2013-12-14 10:42+0000\n" -"Last-Translator: salepetronije \n" -"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/xfce4-" +"PO-Revision-Date: 2017-02-16 08:48+0000\n" +"Last-Translator: srdjan srdjan \n" +"Language-Team: Serbian (Latin) (http://www.transifex.com/gottcode/xfce4-" "whiskermenu-plugin/language/sr@latin/)\n" "Language: sr@latin\n" "MIME-Version: 1.0\n" @@ -49,20 +50,19 @@ #: ../panel-plugin/plugin.cpp:411 msgid "Alternate application launcher for Xfce" -msgstr "" +msgstr "alternativni pokretac aplikacije za Xfce" #: ../panel-plugin/configuration-dialog.cpp:717 msgid "Amount of _items:" -msgstr "" +msgstr "Kolicina stvari:" #: ../panel-plugin/plugin.cpp:243 -#, fuzzy msgid "Applications" -msgstr "Izbornik programa" +msgstr "Aplikacije" #: ../panel-plugin/configuration-dialog.cpp:652 msgid "Background opacit_y:" -msgstr "" +msgstr "Pozadinska prozirnost:" #: ../panel-plugin/command-edit.cpp:49 msgid "Browse the file system to choose a custom command." @@ -82,7 +82,7 @@ #: ../panel-plugin/plugin.cpp:412 msgid "Copyright © 2013-2017 Graeme Gott" -msgstr "" +msgstr "Autorska prava © 2013-2017 Graeme Gott" #: ../panel-plugin/configuration-dialog.cpp:844 msgid "Details" @@ -93,23 +93,20 @@ msgstr "Prikaz:" #: ../panel-plugin/configuration-dialog.cpp:734 -#, fuzzy msgid "Display by _default" -msgstr "Podrazumevano prikazuj nedavno korišćene" +msgstr "Podrazumjevani prikaz" #: ../panel-plugin/page.cpp:268 -#, fuzzy msgid "Edit Application..." -msgstr "_Uredi programe" +msgstr "Urediti aplikaciju" #: ../panel-plugin/settings.cpp:124 msgid "Edit _Profile" -msgstr "" +msgstr "Urediti profil" #: ../panel-plugin/settings.cpp:124 -#, fuzzy msgid "Failed to edit profile." -msgstr "Nisam uspeo da promenim korisnika." +msgstr "Neuspjeh izmjene profila" #: ../panel-plugin/launcher.cpp:288 ../panel-plugin/launcher.cpp:361 #: ../panel-plugin/run-action.cpp:41 ../panel-plugin/search-action.cpp:188 @@ -150,9 +147,8 @@ msgstr "Ikonica i naslov" #: ../panel-plugin/configuration-dialog.cpp:728 -#, fuzzy msgid "Ignore _favorites" -msgstr "Omiljeno" +msgstr "Zanemari_omiljene" #: ../panel-plugin/configuration-dialog.cpp:621 msgid "Ite_m icon size:" @@ -212,9 +208,8 @@ msgstr "Položaj kućice za unos pretrage u odnosu na dugme police" #: ../panel-plugin/configuration-dialog.cpp:701 -#, fuzzy msgid "Position cate_gories next to panel button" -msgstr "Položaj kućice za unos pretrage u odnosu na dugme police" +msgstr "Polozaj kate_gorija do izbornika police" #: ../panel-plugin/configuration-dialog.cpp:694 msgid "Position commands next to search _entry" @@ -271,13 +266,12 @@ msgstr "Prikazuj _opise programa" #: ../panel-plugin/configuration-dialog.cpp:609 -#, fuzzy msgid "Show application too_ltips" -msgstr "Prikazuj _opise programa" +msgstr "Pokazi aplikacijske napomene" #: ../panel-plugin/configuration-dialog.cpp:597 msgid "Show cate_gory names" -msgstr "" +msgstr "Pokazi imena kategorija" #: ../panel-plugin/configuration-dialog.cpp:591 msgid "Show generic application _names" @@ -328,18 +322,17 @@ msgstr "Nisam uspeo da dodam pokretač na policu." #: ../panel-plugin/page.cpp:447 -#, fuzzy msgid "Unable to edit launcher." -msgstr "Nisam uspeo da dodam pokretač na policu." +msgstr "Nisam uspjeo da izmjenim pokretac" #: ../panel-plugin/configuration-dialog.cpp:492 #, c-format msgid "Unable to open the following url: %s" -msgstr "" +msgstr "Nisam uspjeo da otvorim sljedeci url: %s" #: ../panel-plugin/configuration-dialog.cpp:573 msgid "Use a single _panel row" -msgstr "" +msgstr "Koristi jedan red police " #: ../panel-plugin/icon-size.cpp:56 msgid "Very Large" @@ -351,7 +344,7 @@ #: ../panel-plugin/settings.cpp:127 msgid "Web Search" -msgstr "" +msgstr "Mrezna pretraga" #: ../panel-plugin/configuration-dialog.cpp:70 #: ../panel-plugin/whiskermenu.desktop.in.h:1 @@ -373,20 +366,19 @@ #: ../panel-plugin/command-edit.cpp:67 #: ../panel-plugin/configuration-dialog.cpp:121 msgid "_Cancel" -msgstr "_Otkaži" +msgstr "_Obustavi" #: ../panel-plugin/configuration-dialog.cpp:74 msgid "_Close" msgstr "_Zatvori" #: ../panel-plugin/configuration-dialog.cpp:85 -#, fuzzy msgid "_Commands" -msgstr "Naredbe" +msgstr "_Komande" #: ../panel-plugin/configuration-dialog.cpp:430 msgid "_Delete" -msgstr "_Obriši" +msgstr "_Obrisi" #: ../panel-plugin/settings.cpp:123 msgid "_Edit Applications" @@ -394,7 +386,7 @@ #: ../panel-plugin/configuration-dialog.cpp:73 msgid "_Help" -msgstr "Po_moć" +msgstr "_Pomoc" #: ../panel-plugin/configuration-dialog.cpp:559 msgid "_Icon:" @@ -407,7 +399,7 @@ #: ../panel-plugin/command-edit.cpp:68 #: ../panel-plugin/configuration-dialog.cpp:122 msgid "_OK" -msgstr "U _redu" +msgstr "_U redu" #: ../panel-plugin/configuration-dialog.cpp:862 msgid "_Pattern:" @@ -423,7 +415,4 @@ #: ../panel-plugin/plugin.cpp:416 msgid "translator-credits" -msgstr "" - -#~ msgid "Include _favorites in recently used" -#~ msgstr "Uključi _omiljeno u nedavno korišćenim" +msgstr "zasluge -prevodioca" diff -Nru xfce4-whiskermenu-plugin-2.1.0/po/sr.po xfce4-whiskermenu-plugin-2.1.1/po/sr.po --- xfce4-whiskermenu-plugin-2.1.0/po/sr.po 2017-02-01 13:55:01.000000000 +0000 +++ xfce4-whiskermenu-plugin-2.1.1/po/sr.po 2017-03-01 14:35:21.000000000 +0000 @@ -1,19 +1,19 @@ # Serbian translation of xfce4-whiskermenu-plugin. -# Copyright (C) 2016 Graeme Gott +# Copyright (C) 2017 Graeme Gott # This file is distributed under the same license as the xfce4-whiskermenu-plugin package. # # Translators: # Мирослав Николић , 2012 # Саша Петровић , 2013 # Мирослав Николић , 2012 -# Саша Петровић , 2013-2014,2016 +# Саша Петровић , 2013-2014,2016-2017 # Саша Петровић , 2015 msgid "" msgstr "" "Project-Id-Version: Whisker Menu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-01-13 22:55+0000\n" -"PO-Revision-Date: 2016-11-16 17:42+0000\n" +"PO-Revision-Date: 2017-02-04 19:52+0000\n" "Last-Translator: Саша Петровић \n" "Language-Team: Serbian (http://www.transifex.com/gottcode/xfce4-whiskermenu-" "plugin/language/sr/)\n" @@ -82,7 +82,7 @@ #: ../panel-plugin/plugin.cpp:412 msgid "Copyright © 2013-2017 Graeme Gott" -msgstr "Права умножавања © 2013-2017 Грејем Гот (Graeme Gott)" +msgstr "Права умножавања © 2013-2017 Graeme Gott - Грејем гот" #: ../panel-plugin/configuration-dialog.cpp:844 msgid "Details" @@ -97,9 +97,8 @@ msgstr "Подразумевани приказ" #: ../panel-plugin/page.cpp:268 -#, fuzzy msgid "Edit Application..." -msgstr "_Уреди програме" +msgstr "Уреди програм..." #: ../panel-plugin/settings.cpp:124 msgid "Edit _Profile" @@ -323,9 +322,8 @@ msgstr "Нисам успео да додам покретач на полицу." #: ../panel-plugin/page.cpp:447 -#, fuzzy msgid "Unable to edit launcher." -msgstr "Нисам успео да додам покретач на полицу." +msgstr "Нисам успео да уредим покретач." #: ../panel-plugin/configuration-dialog.cpp:492 #, c-format