[Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-whiskermenu-plugin][upstream/latest] New upstream version 2.4.3

Unit 193 gitlab at salsa.debian.org
Sat Mar 14 21:19:38 GMT 2020



Unit 193   pushed to branch upstream/latest at xfce / goodies / xfce4-whiskermenu-plugin


Commits:
aaec153c by Unit 193 at 2020-03-14T17:13:35-04:00
New upstream version 2.4.3
- - - - -


14 changed files:

- CMakeLists.txt
- NEWS
- panel-plugin/category.cpp
- panel-plugin/element.cpp
- panel-plugin/element.h
- po/bg.po
- po/el.po
- po/fi.po
- po/ie.po
- po/is.po
- po/nb.po
- po/ne.po
- po/ru.po
- po/sk.po


Changes:

=====================================
CMakeLists.txt
=====================================
@@ -5,7 +5,7 @@ project(whiskermenu)
 # version number
 set(whiskermenu_version_major "2")
 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")


=====================================
NEWS
=====================================
@@ -1,3 +1,9 @@
+2.4.3
+=====
+- Fix loading incorrect icons for some applications. (bug #16461)
+- Translation updates: Bulgarian, Finnish, Greek, Icelandic, Interlingue,
+  Nepali, Norwegian Bokmål, Russian, Slovak.
+
 2.4.2
 =====
 - Fix crash when selecting desktop action. (bug #16445)


=====================================
panel-plugin/category.cpp
=====================================
@@ -49,7 +49,7 @@ Category::Category(GarconMenu* menu) :
 	{
 		text = _("All Applications");
 	}
-	set_icon(!exo_str_is_empty(icon) ? icon : "applications-other");
+	set_icon(!exo_str_is_empty(icon) ? icon : "applications-other", true);
 	set_text(text ? text : "");
 	set_tooltip(tooltip ? tooltip : "");
 }


=====================================
panel-plugin/element.cpp
=====================================
@@ -21,7 +21,7 @@ using namespace WhiskerMenu;
 
 //-----------------------------------------------------------------------------
 
-void Element::set_icon(const gchar* icon)
+void Element::set_icon(const gchar* icon, bool use_fallbacks)
 {
 	if (m_icon)
 	{
@@ -34,12 +34,14 @@ void Element::set_icon(const gchar* icon)
 		return;
 	}
 
+	auto themed_icon_new = use_fallbacks ? &g_themed_icon_new_with_default_fallbacks : &g_themed_icon_new;
+
 	if (!g_path_is_absolute(icon))
 	{
 		const gchar* pos = g_strrstr(icon, ".");
 		if (!pos)
 		{
-			m_icon = g_themed_icon_new_with_default_fallbacks(icon);
+			m_icon = themed_icon_new(icon);
 		}
 		else
 		{
@@ -50,12 +52,12 @@ void Element::set_icon(const gchar* icon)
 					|| (g_strcmp0(suffix, ".svgz") == 0))
 			{
 				gchar* name = g_strndup(icon, pos - icon);
-				m_icon = g_themed_icon_new_with_default_fallbacks(name);
+				m_icon = themed_icon_new(name);
 				g_free(name);
 			}
 			else
 			{
-				m_icon = g_themed_icon_new_with_default_fallbacks(icon);
+				m_icon = themed_icon_new(icon);
 			}
 			g_free(suffix);
 		}


=====================================
panel-plugin/element.h
=====================================
@@ -79,7 +79,7 @@ public:
 protected:
 	Element() = default;
 
-	void set_icon(const gchar* icon);
+	void set_icon(const gchar* icon, bool use_fallbacks = false);
 
 	void set_text(const gchar* text)
 	{


=====================================
po/bg.po
=====================================
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-01-24 09:02-0500\n"
-"PO-Revision-Date: 2020-01-25 14:18+0000\n"
+"PO-Revision-Date: 2020-02-16 11:21+0000\n"
 "Last-Translator: Kiril Kirilov <cybercop_montana at abv.bg>\n"
 "Language-Team: Bulgarian (http://www.transifex.com/gottcode/xfce4-"
 "whiskermenu-plugin/language/bg/)\n"
@@ -329,11 +329,11 @@ msgstr "Показване, като _икони"
 
 #: ../panel-plugin/configuration-dialog.cpp:595
 msgid "Show as lis_t"
-msgstr "Покажи, като _списък"
+msgstr "Показване, като _списък"
 
 #: ../panel-plugin/configuration-dialog.cpp:603
 msgid "Show as t_ree"
-msgstr "Покажи, като _дърво"
+msgstr "Показване, като _дърво"
 
 #: ../panel-plugin/configuration-dialog.cpp:871
 msgid "Show c_onfirmation dialog"
@@ -341,7 +341,7 @@ msgstr "Показване на диалог за потвърждение"
 
 #: ../panel-plugin/configuration-dialog.cpp:637
 msgid "Show cate_gory names"
-msgstr "Покажи имената на _категориите"
+msgstr "Показване имената на _категориите"
 
 #: ../panel-plugin/configuration-dialog.cpp:631
 msgid "Show generic application _names"
@@ -487,20 +487,20 @@ msgstr "_Помощ"
 
 #: ../panel-plugin/settings.cpp:167
 msgid "_Hibernate"
-msgstr "Хибернация"
+msgstr "_Хибернация"
 
 #: ../panel-plugin/configuration-dialog.cpp:781
 msgid "_Icon:"
-msgstr "Икона:"
+msgstr "_Икона:"
 
 #: ../panel-plugin/settings.cpp:135
 msgid "_Lock Screen"
-msgstr "Заключване на екрана"
+msgstr "_Заключване на екрана"
 
 #: ../panel-plugin/command-edit.cpp:68
 #: ../panel-plugin/configuration-dialog.cpp:279
 msgid "_OK"
-msgstr "OK"
+msgstr "_OK"
 
 #: ../panel-plugin/configuration-dialog.cpp:100
 msgid "_Panel Button"
@@ -508,7 +508,7 @@ msgstr "Бутон на _панела"
 
 #: ../panel-plugin/configuration-dialog.cpp:997
 msgid "_Pattern:"
-msgstr "Шаблон:"
+msgstr "_Шаблон:"
 
 #: ../panel-plugin/configuration-dialog.cpp:1021
 msgid "_Regular expression"
@@ -516,7 +516,7 @@ msgstr "Регулярен израз"
 
 #: ../panel-plugin/settings.cpp:149
 msgid "_Restart"
-msgstr "Рестартиране"
+msgstr "_Рестартиране"
 
 #: ../panel-plugin/settings.cpp:131
 msgid "_Settings Manager"


=====================================
po/el.po
=====================================
@@ -1,20 +1,23 @@
 # Greek translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2019 Graeme Gott
+# Copyright (C) 2020 Graeme Gott
 # This file is distributed under the same license as the xfce4-whiskermenu-plugin package.
 #
 # Translators:
 # angel_solomos, 2013
-# Ioannis LM, 2016,2018-2019
+# angel_solomos, 2013
+# gapan <vlahavas at gmail.com>, 2014
+# Ioannis LM, 2016,2018-2020
 # Thanos Apostolou <thanosapostolou at outlook.com>, 2017
 # gapan <vlahavas at gmail.com>, 2014
-# Γιάννης Ανθυμίδης, 2013
+# Yannis Anthymidis, 2013
+# Yannis Anthymidis, 2013
 # Πέτρος Σαμαράς <psamaras1 at gmail.com>, 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-01-24 09:02-0500\n"
-"PO-Revision-Date: 2019-09-21 09:00+0000\n"
+"PO-Revision-Date: 2020-02-22 10:10+0000\n"
 "Last-Translator: Ioannis LM\n"
 "Language-Team: Greek (http://www.transifex.com/gottcode/xfce4-whiskermenu-"
 "plugin/language/el/)\n"
@@ -42,7 +45,7 @@ msgstr "Προσθήκη στο ταμπλό"
 
 #: ../panel-plugin/category.cpp:49
 msgid "All Applications"
-msgstr "Όλες οι Εφαρμογές"
+msgstr "Όλες οι εφαρμογές"
 
 #: ../panel-plugin/plugin.cpp:409
 msgid "Alternate application launcher for Xfce"
@@ -53,9 +56,8 @@ msgid "Amount of _items:"
 msgstr "Σύνολο _αντικειμένων:"
 
 #: ../panel-plugin/configuration-dialog.cpp:683
-#, fuzzy
 msgid "Application icon si_ze:"
-msgstr "Εύρεση Εφαρμογών"
+msgstr "Μέγεθος εικονιδίων _εφαρμογών:"
 
 #: ../panel-plugin/plugin.cpp:213
 msgid "Applications"
@@ -64,7 +66,7 @@ msgstr "Εφαρμογές"
 #: ../panel-plugin/launcher.cpp:232
 #, c-format
 msgid "Are you sure you want to hide \"%s\"?"
-msgstr "Είστε σίγουροι ότι θέλετε να αποκρύψετε το \"%s\";"
+msgstr "Θέλετε σίγουρα να αποκρύψετε την \"%s\";"
 
 #: ../panel-plugin/settings.cpp:146
 msgid "Are you sure you want to log out?"
@@ -187,7 +189,7 @@ msgstr "Αδρανοποίηση υπολογιστή σε %d δευτερόλε
 
 #: ../panel-plugin/launcher.cpp:231 ../panel-plugin/page.cpp:418
 msgid "Hide Application"
-msgstr ""
+msgstr "Απόκρυψη εφαρμογής"
 
 #: ../panel-plugin/configuration-dialog.cpp:758
 msgid "Icon"
@@ -331,17 +333,15 @@ msgstr "Εμφάνιση αναδυόμενης συμ_βουλής εφαρμο
 
 #: ../panel-plugin/configuration-dialog.cpp:587
 msgid "Show as _icons"
-msgstr ""
+msgstr "Εμφάνιση _εικονιδίων"
 
 #: ../panel-plugin/configuration-dialog.cpp:595
-#, fuzzy
 msgid "Show as lis_t"
-msgstr "Εμφάνιση αφετηρίας"
+msgstr "Εμφάνιση _λίστας"
 
 #: ../panel-plugin/configuration-dialog.cpp:603
-#, fuzzy
 msgid "Show as t_ree"
-msgstr "Εμ_φάνιση πλαισίου"
+msgstr "Εμφάνιση _δομής"
 
 #: ../panel-plugin/configuration-dialog.cpp:871
 msgid "Show c_onfirmation dialog"
@@ -410,6 +410,8 @@ msgid ""
 "To unhide it you have to manually remove the file \"%s\" or open the file "
 "and remove the line \"%s\"."
 msgstr ""
+"Για να την επαναφέρετε πρέπει να διαγράψετε το αρχείο \"%s\" ή να ανοίξετε "
+"το αρχείο και να αφαιρέσετε τη γραμμή \"%s\"."
 
 #: ../panel-plugin/settings.cpp:159
 #, c-format
@@ -526,7 +528,7 @@ msgstr "Επανεκκ_ίνηση"
 
 #: ../panel-plugin/settings.cpp:131
 msgid "_Settings Manager"
-msgstr ""
+msgstr "_Διαχειριστής ρυθμίσεων"
 
 #: ../panel-plugin/configuration-dialog.cpp:769
 msgid "_Title:"


=====================================
po/fi.po
=====================================
@@ -4,7 +4,9 @@
 #
 # Translators:
 # Ammuu5, 2018-2020
+# Assalat3 <assalat3 at gmail.com>, 2018
 # Pasi Lallinaho <pasi at shimmerproject.org>, 2014-2015,2019
+# Sami Korkalainen, 2013-2014
 # Sami Korkalainen, 2014
 # Assalat3 <assalat3 at gmail.com>, 2018
 # Sami Korkalainen, 2013
@@ -13,8 +15,8 @@ msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-01-24 09:02-0500\n"
-"PO-Revision-Date: 2020-02-12 22:13+0000\n"
-"Last-Translator: Sami Korkalainen\n"
+"PO-Revision-Date: 2020-02-25 00:44+0000\n"
+"Last-Translator: Ammuu5\n"
 "Language-Team: Finnish (http://www.transifex.com/gottcode/xfce4-whiskermenu-"
 "plugin/language/fi/)\n"
 "Language: fi\n"
@@ -329,15 +331,15 @@ msgstr "Näytä sovelluksien työka_luvihjeet"
 
 #: ../panel-plugin/configuration-dialog.cpp:587
 msgid "Show as _icons"
-msgstr ""
+msgstr "Näytä _kuvakkeina"
 
 #: ../panel-plugin/configuration-dialog.cpp:595
 msgid "Show as lis_t"
-msgstr ""
+msgstr "Näytä lis_tana"
 
 #: ../panel-plugin/configuration-dialog.cpp:603
 msgid "Show as t_ree"
-msgstr ""
+msgstr "Näytä p_uuna"
 
 #: ../panel-plugin/configuration-dialog.cpp:871
 msgid "Show c_onfirmation dialog"
@@ -522,7 +524,7 @@ msgstr "_Käynnistä uudelleen"
 
 #: ../panel-plugin/settings.cpp:131
 msgid "_Settings Manager"
-msgstr ""
+msgstr "_Asetustenhallinta"
 
 #: ../panel-plugin/configuration-dialog.cpp:769
 msgid "_Title:"


=====================================
po/ie.po
=====================================
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-01-24 09:02-0500\n"
-"PO-Revision-Date: 2020-01-12 09:05+0000\n"
+"PO-Revision-Date: 2020-02-21 18:10+0000\n"
 "Last-Translator: Caarmi\n"
 "Language-Team: Interlingue (http://www.transifex.com/gottcode/xfce4-"
 "whiskermenu-plugin/language/ie/)\n"
@@ -48,9 +48,8 @@ msgid "Amount of _items:"
 msgstr "Númere de _elementes:"
 
 #: ../panel-plugin/configuration-dialog.cpp:683
-#, fuzzy
 msgid "Application icon si_ze:"
-msgstr "Trovator de applicationes"
+msgstr "Di_m. de icones de apps:"
 
 #: ../panel-plugin/plugin.cpp:213
 msgid "Applications"
@@ -329,14 +328,12 @@ msgid "Show as _icons"
 msgstr "Monstrar quam _icones"
 
 #: ../panel-plugin/configuration-dialog.cpp:595
-#, fuzzy
 msgid "Show as lis_t"
-msgstr "Monstrar quam _icones"
+msgstr "Monstrar quam lis_te"
 
 #: ../panel-plugin/configuration-dialog.cpp:603
-#, fuzzy
 msgid "Show as t_ree"
-msgstr "Monstrar quam _icones"
+msgstr "Monstrar quam á_rbor "
 
 #: ../panel-plugin/configuration-dialog.cpp:871
 msgid "Show c_onfirmation dialog"


=====================================
po/is.po
=====================================
@@ -1,16 +1,16 @@
 # Icelandic translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2019 Graeme Gott
+# Copyright (C) 2020 Graeme Gott
 # This file is distributed under the same license as the xfce4-whiskermenu-plugin package.
 #
 # Translators:
 # Kristján Magnússon, 2016-2017
-# Sveinn í Felli <sv1 at fellsnet.is>, 2019
+# Sveinn í Felli <sv1 at fellsnet.is>, 2019-2020
 msgid ""
 msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-01-24 09:02-0500\n"
-"PO-Revision-Date: 2019-09-23 17:49+0000\n"
+"PO-Revision-Date: 2020-02-16 17:16+0000\n"
 "Last-Translator: Sveinn í Felli <sv1 at fellsnet.is>\n"
 "Language-Team: Icelandic (http://www.transifex.com/gottcode/xfce4-"
 "whiskermenu-plugin/language/is/)\n"
@@ -49,9 +49,8 @@ msgid "Amount of _items:"
 msgstr "Fjöldi _atriða:"
 
 #: ../panel-plugin/configuration-dialog.cpp:683
-#, fuzzy
 msgid "Application icon si_ze:"
-msgstr "Forritaleit"
+msgstr "Stærð táknmynda fyrir f_orrit:"
 
 #: ../panel-plugin/plugin.cpp:213
 msgid "Applications"
@@ -60,7 +59,7 @@ msgstr "Forrit"
 #: ../panel-plugin/launcher.cpp:232
 #, c-format
 msgid "Are you sure you want to hide \"%s\"?"
-msgstr "Ertu viss að þú viljir fela \"%s\"?"
+msgstr "Ertu viss um að þú viljir fela \"%s\"?"
 
 #: ../panel-plugin/settings.cpp:146
 msgid "Are you sure you want to log out?"
@@ -183,7 +182,7 @@ msgstr "Legg tölvu í dvala eftir %d sekúndur."
 
 #: ../panel-plugin/launcher.cpp:231 ../panel-plugin/page.cpp:418
 msgid "Hide Application"
-msgstr ""
+msgstr "Fela forrit"
 
 #: ../panel-plugin/configuration-dialog.cpp:758
 msgid "Icon"
@@ -327,17 +326,15 @@ msgstr "Birta _vísbendingar forrita"
 
 #: ../panel-plugin/configuration-dialog.cpp:587
 msgid "Show as _icons"
-msgstr ""
+msgstr "Birta sem táknm_yndir"
 
 #: ../panel-plugin/configuration-dialog.cpp:595
-#, fuzzy
 msgid "Show as lis_t"
-msgstr "Birta grunnlínur"
+msgstr "Birta sem lis_ta"
 
 #: ../panel-plugin/configuration-dialog.cpp:603
-#, fuzzy
 msgid "Show as t_ree"
-msgstr "Sýna ra_mma."
+msgstr "Birta sem g_reinar"
 
 #: ../panel-plugin/configuration-dialog.cpp:871
 msgid "Show c_onfirmation dialog"
@@ -522,7 +519,7 @@ msgstr "Endu_rræsa"
 
 #: ../panel-plugin/settings.cpp:131
 msgid "_Settings Manager"
-msgstr ""
+msgstr "_Stillingastýring"
 
 #: ../panel-plugin/configuration-dialog.cpp:769
 msgid "_Title:"


=====================================
po/nb.po
=====================================
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-01-24 09:02-0500\n"
-"PO-Revision-Date: 2020-02-12 22:14+0000\n"
+"PO-Revision-Date: 2020-03-11 11:41+0000\n"
 "Last-Translator: thomas <thomasbjornvold at gmail.com>\n"
 "Language-Team: Norwegian Bokmål (http://www.transifex.com/gottcode/xfce4-"
 "whiskermenu-plugin/language/nb/)\n"
@@ -37,7 +37,7 @@ msgstr "Legg til på panel"
 
 #: ../panel-plugin/category.cpp:49
 msgid "All Applications"
-msgstr "Alle programmer"
+msgstr "Alle applikasjoner"
 
 #: ../panel-plugin/plugin.cpp:409
 msgid "Alternate application launcher for Xfce"
@@ -49,7 +49,7 @@ msgstr "Antall enheter"
 
 #: ../panel-plugin/configuration-dialog.cpp:683
 msgid "Application icon si_ze:"
-msgstr ""
+msgstr "Applikasjon ikon-størrelse"
 
 #: ../panel-plugin/plugin.cpp:213
 msgid "Applications"
@@ -329,11 +329,11 @@ msgstr "Vis som_ikoner"
 
 #: ../panel-plugin/configuration-dialog.cpp:595
 msgid "Show as lis_t"
-msgstr ""
+msgstr "Vis som Lis_te"
 
 #: ../panel-plugin/configuration-dialog.cpp:603
 msgid "Show as t_ree"
-msgstr ""
+msgstr "Vis som t_ree"
 
 #: ../panel-plugin/configuration-dialog.cpp:871
 msgid "Show c_onfirmation dialog"
@@ -520,7 +520,7 @@ msgstr "_Restart"
 
 #: ../panel-plugin/settings.cpp:131
 msgid "_Settings Manager"
-msgstr ""
+msgstr "_Innstillinger"
 
 #: ../panel-plugin/configuration-dialog.cpp:769
 msgid "_Title:"


=====================================
po/ne.po
=====================================
@@ -3,14 +3,14 @@
 # This file is distributed under the same license as the xfce4-whiskermenu-plugin package.
 #
 # Translators:
-# starryprabin <mr.prabin at gmail.com>, 2013-2019
+# starryprabin <mr.prabin at gmail.com>, 2013-2020
 # Prabin Gautam <PRABINGAUTAM at gmail.com>, 2013-2014
 msgid ""
 msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-01-24 09:02-0500\n"
-"PO-Revision-Date: 2020-02-12 22:13+0000\n"
+"PO-Revision-Date: 2020-02-17 13:39+0000\n"
 "Last-Translator: starryprabin <mr.prabin at gmail.com>\n"
 "Language-Team: Nepali (http://www.transifex.com/gottcode/xfce4-whiskermenu-"
 "plugin/language/ne/)\n"
@@ -38,7 +38,7 @@ msgstr "पट्टीमा थप्नुहोस् "
 
 #: ../panel-plugin/category.cpp:49
 msgid "All Applications"
-msgstr ""
+msgstr "सबै अनुप्रयोगहरू"
 
 #: ../panel-plugin/plugin.cpp:409
 msgid "Alternate application launcher for Xfce"
@@ -50,7 +50,7 @@ msgstr "वस्तुको परिमाण:"
 
 #: ../panel-plugin/configuration-dialog.cpp:683
 msgid "Application icon si_ze:"
-msgstr ""
+msgstr "अनुप्रयोगको मूर्तिको आकार"
 
 #: ../panel-plugin/plugin.cpp:213
 msgid "Applications"
@@ -59,7 +59,7 @@ msgstr "अनुप्रयोगहरु"
 #: ../panel-plugin/launcher.cpp:232
 #, c-format
 msgid "Are you sure you want to hide \"%s\"?"
-msgstr ""
+msgstr "के तपाइँ पक्का %sलाई लुकाउन चाहनुहुन्छ?"
 
 #: ../panel-plugin/settings.cpp:146
 msgid "Are you sure you want to log out?"
@@ -67,11 +67,11 @@ msgstr "के तपाईँ पक्का बाहिर निस्क
 
 #: ../panel-plugin/settings.cpp:152
 msgid "Are you sure you want to restart?"
-msgstr "के तपाइँ पक्का पुन: शुरू गर्न चाहानुहुन्छ?"
+msgstr "के तपाइँ पक्का पुन: शुरू गर्न चाहनुहुन्छ?"
 
 #: ../panel-plugin/settings.cpp:158
 msgid "Are you sure you want to shut down?"
-msgstr "के तपाइँ पक्का बन्द गर्न चाहानुहुन्छ?"
+msgstr "के तपाइँ पक्का बन्द गर्न चाहनुहुन्छ?"
 
 #: ../panel-plugin/configuration-dialog.cpp:723
 msgid "Background opacit_y:"
@@ -182,7 +182,7 @@ msgstr "%dसेकेण्डमा सीतनिद्रामा जा
 
 #: ../panel-plugin/launcher.cpp:231 ../panel-plugin/page.cpp:418
 msgid "Hide Application"
-msgstr ""
+msgstr "अनुप्रयोगहरु लुकाउनुहोस्"
 
 #: ../panel-plugin/configuration-dialog.cpp:758
 msgid "Icon"
@@ -326,15 +326,15 @@ msgstr "अनुप्रयोगका सुझाव देखाउनु
 
 #: ../panel-plugin/configuration-dialog.cpp:587
 msgid "Show as _icons"
-msgstr ""
+msgstr "मूर्तिको आकारमा देखाउनुहोस्"
 
 #: ../panel-plugin/configuration-dialog.cpp:595
 msgid "Show as lis_t"
-msgstr ""
+msgstr "सूचीको आकारमा देखाउनुहोस्"
 
 #: ../panel-plugin/configuration-dialog.cpp:603
 msgid "Show as t_ree"
-msgstr ""
+msgstr "रूखको आकारमा देखाउनुहोस्"
 
 #: ../panel-plugin/configuration-dialog.cpp:871
 msgid "Show c_onfirmation dialog"
@@ -403,6 +403,8 @@ msgid ""
 "To unhide it you have to manually remove the file \"%s\" or open the file "
 "and remove the line \"%s\"."
 msgstr ""
+"यसलाई नलुकाउन तपाईंले मैन्युअल तरिकाले फाइल \"%s\" हटाउनुपर्दछ वा फाइल खोल्नुपर्दछ र "
+"लाइन \"%s\" हटाउनुपर्नेछ।"
 
 #: ../panel-plugin/settings.cpp:159
 #, c-format
@@ -519,7 +521,7 @@ msgstr "पुन: शुरू गर्नुहोस्"
 
 #: ../panel-plugin/settings.cpp:131
 msgid "_Settings Manager"
-msgstr ""
+msgstr "प्राथमिकता प्रबन्धक"
 
 #: ../panel-plugin/configuration-dialog.cpp:769
 msgid "_Title:"


=====================================
po/ru.po
=====================================
@@ -4,16 +4,18 @@
 #
 # Translators:
 # sorrymak <dearalcher at gmail.com>, 2013
-# Kyrill Detinov <lazy.kent at opensuse.org>, 2013,2016
+# Kyrill Detinov <lazy.kent at opensuse.org>, 2013,2016,2020
 # Sergey Alyoshin <alyoshin.s at gmail.com>, 2013-2015,2017-2018
 # Sergey Shlyapugin <shlyapugin at gmail.com>, 2013
+# sorrymak <dearalcher at gmail.com>, 2013
+# Владимир <vladi105 at yandex.ru>, 2018
 # Владимир <vladi105 at yandex.ru>, 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-01-24 09:02-0500\n"
-"PO-Revision-Date: 2020-02-12 22:13+0000\n"
+"PO-Revision-Date: 2020-03-10 18:35+0000\n"
 "Last-Translator: Kyrill Detinov <lazy.kent at opensuse.org>\n"
 "Language-Team: Russian (http://www.transifex.com/gottcode/xfce4-whiskermenu-"
 "plugin/language/ru/)\n"
@@ -55,7 +57,7 @@ msgstr "_Количество элементов:"
 
 #: ../panel-plugin/configuration-dialog.cpp:683
 msgid "Application icon si_ze:"
-msgstr ""
+msgstr "Раз_мер иконок приложений:"
 
 #: ../panel-plugin/plugin.cpp:213
 msgid "Applications"
@@ -100,7 +102,7 @@ msgstr "Очистить историю"
 
 #: ../panel-plugin/plugin.cpp:410
 msgid "Copyright © 2013-2020 Graeme Gott"
-msgstr ""
+msgstr "Copyright © 2013-2020 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:980
 msgid "Details"
@@ -174,7 +176,7 @@ msgstr "Ошибка включения режима сна"
 
 #: ../panel-plugin/settings.cpp:141
 msgid "Failed to switch user."
-msgstr ""
+msgstr "Не удалось сменить пользователя."
 
 #: ../panel-plugin/window.cpp:159
 msgid "Favorites"
@@ -187,7 +189,7 @@ msgstr "Включение режима гибернации через %d се
 
 #: ../panel-plugin/launcher.cpp:231 ../panel-plugin/page.cpp:418
 msgid "Hide Application"
-msgstr ""
+msgstr "Скрыть приложение"
 
 #: ../panel-plugin/configuration-dialog.cpp:758
 msgid "Icon"
@@ -331,15 +333,15 @@ msgstr "Показывать всплывающие ко_мментарии к 
 
 #: ../panel-plugin/configuration-dialog.cpp:587
 msgid "Show as _icons"
-msgstr ""
+msgstr "Показать как _значки"
 
 #: ../panel-plugin/configuration-dialog.cpp:595
 msgid "Show as lis_t"
-msgstr ""
+msgstr "Показать как списо_к"
 
 #: ../panel-plugin/configuration-dialog.cpp:603
 msgid "Show as t_ree"
-msgstr ""
+msgstr "Показать в виде д_ерева"
 
 #: ../panel-plugin/configuration-dialog.cpp:871
 msgid "Show c_onfirmation dialog"
@@ -388,7 +390,7 @@ msgstr "Переход в режим сна через %d секунд."
 
 #: ../panel-plugin/settings.cpp:139
 msgid "Switch _User"
-msgstr ""
+msgstr "Сменить _пользователя"
 
 #: ../panel-plugin/configuration-dialog.cpp:820
 msgid "Switch categories by _hovering"
@@ -408,6 +410,8 @@ msgid ""
 "To unhide it you have to manually remove the file \"%s\" or open the file "
 "and remove the line \"%s\"."
 msgstr ""
+"Чтобы снова показать его, вручную удалите файл \"%s\" или откройте его и "
+"удалите строчку \"%s\"."
 
 #: ../panel-plugin/settings.cpp:159
 #, c-format
@@ -524,7 +528,7 @@ msgstr "_Перезагрузить"
 
 #: ../panel-plugin/settings.cpp:131
 msgid "_Settings Manager"
-msgstr ""
+msgstr "Диспетчер _настроек"
 
 #: ../panel-plugin/configuration-dialog.cpp:769
 msgid "_Title:"


=====================================
po/sk.po
=====================================
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-01-24 09:02-0500\n"
-"PO-Revision-Date: 2020-02-12 22:14+0000\n"
+"PO-Revision-Date: 2020-02-22 11:48+0000\n"
 "Last-Translator: Slavko <linux at slavino.sk>\n"
 "Language-Team: Slovak (http://www.transifex.com/gottcode/xfce4-whiskermenu-"
 "plugin/language/sk/)\n"
@@ -51,7 +51,7 @@ msgstr "Počet polož_iek:"
 
 #: ../panel-plugin/configuration-dialog.cpp:683
 msgid "Application icon si_ze:"
-msgstr ""
+msgstr "_Veľkosť ikony aplikácie:"
 
 #: ../panel-plugin/plugin.cpp:213
 msgid "Applications"
@@ -331,11 +331,11 @@ msgstr "Zobraziť ako _ikony"
 
 #: ../panel-plugin/configuration-dialog.cpp:595
 msgid "Show as lis_t"
-msgstr ""
+msgstr "Zobraziť ako _zoznam:"
 
 #: ../panel-plugin/configuration-dialog.cpp:603
 msgid "Show as t_ree"
-msgstr ""
+msgstr "Zobraziť ako st_rom:"
 
 #: ../panel-plugin/configuration-dialog.cpp:871
 msgid "Show c_onfirmation dialog"
@@ -522,7 +522,7 @@ msgstr "_Reštartovať"
 
 #: ../panel-plugin/settings.cpp:131
 msgid "_Settings Manager"
-msgstr ""
+msgstr "_Správca nastavení"
 
 #: ../panel-plugin/configuration-dialog.cpp:769
 msgid "_Title:"



View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/-/commit/aaec153c342c60be3570cf825061cf3228bf2739

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/-/commit/aaec153c342c60be3570cf825061cf3228bf2739
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20200314/5bfc6840/attachment-0001.html>


More information about the Pkg-xfce-commits mailing list