[Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-whiskermenu-plugin][debian/master] 3 commits: New upstream version 2.4.4

Unit 193 gitlab at salsa.debian.org
Mon Apr 27 03:46:11 BST 2020



Unit 193   pushed to branch debian/master at xfce / goodies / xfce4-whiskermenu-plugin


Commits:
1e69d3d0 by Unit 193 at 2020-04-26T18:35:31-04:00
New upstream version 2.4.4
- - - - -
a5fe1c0f by Unit 193 at 2020-04-26T18:35:33-04:00
Update upstream source from tag 'upstream/2.4.4'

Update to upstream version '2.4.4'
with Debian dir 044f3d0abc21a8ae50c1194cb5baf2f650a1bbdd
- - - - -
7c2a2231 by Unit 193 at 2020-04-26T19:35:39-04:00
Update changelog for release.

- - - - -


9 changed files:

- CMakeLists.txt
- NEWS
- debian/changelog
- panel-plugin/window.cpp
- po/ca.po
- po/fi.po
- po/hu.po
- po/ms.po
- po/pt.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 "3")
+set(whiskermenu_version_micro "4")
 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,8 @@
+2.4.4
+=====
+- Fixed search delay. (bug #16731)
+- Translation updates: Catalan, Finnish, Hungarian, Malay, Portuguese.
+
 2.4.3
 =====
 - Fix loading incorrect icons for some applications. (bug #16461)


=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+xfce4-whiskermenu-plugin (2.4.4-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 2.4.4
+
+ -- Unit 193 <unit193 at ubuntu.com>  Sun, 26 Apr 2020 18:37:06 -0400
+
 xfce4-whiskermenu-plugin (2.4.3-1) unstable; urgency=medium
 
   * Team upload.


=====================================
panel-plugin/window.cpp
=====================================
@@ -145,7 +145,7 @@ WhiskerMenu::Window::Window(Plugin* plugin) :
 
 	// Create search entry
 	m_search_entry = GTK_ENTRY(gtk_search_entry_new());
-	g_signal_connect_slot<GtkSearchEntry*>(m_search_entry, "search-changed", &Window::search, this);
+	g_signal_connect_slot<GtkSearchEntry*>(m_search_entry, "changed", &Window::search, this);
 
 	// Create favorites
 	m_favorites = new FavoritesPage(this);


=====================================
po/ca.po
=====================================
@@ -3,21 +3,23 @@
 # This file is distributed under the same license as the xfce4-whiskermenu-plugin package.
 #
 # Translators:
+# Adolfo Jayme-Barrientos, 2013-2016,2018,2020
 # Adolfo Jayme-Barrientos, 2016,2018,2020
 # Adolfo Jayme-Barrientos, 2015
 # Adolfo Jayme-Barrientos, 2013
 # Adolfo Jayme-Barrientos, 2014
+# Marc Riera <marcriera at softcatala.org>, 2020
 # Davidmp <medipas at gmail.com>, 2017-2020
 # Oriol Fernandez <oriolfa at ono.com>, 2013
-# Robert Antoni Buj Gelonch <rbuj at fedoraproject.org>, 2017-2020
+# Robert Antoni Buj Gelonch <rbuj at fedoraproject.org>, 2016-2020
 # Robert Antoni Buj Gelonch <rbuj at fedoraproject.org>, 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: 2020-01-29 16:40+0000\n"
-"Last-Translator: Davidmp <medipas at gmail.com>\n"
+"PO-Revision-Date: 2020-03-28 19:41+0000\n"
+"Last-Translator: Marc Riera <marcriera at softcatala.org>\n"
 "Language-Team: Catalan (http://www.transifex.com/gottcode/xfce4-whiskermenu-"
 "plugin/language/ca/)\n"
 "Language: ca\n"
@@ -56,7 +58,7 @@ msgstr "Nombre d’e_lements:"
 
 #: ../panel-plugin/configuration-dialog.cpp:683
 msgid "Application icon si_ze:"
-msgstr "M_ida de la icona de l'aplicació:"
+msgstr "M_ida de les icones de les aplicacions:"
 
 #: ../panel-plugin/plugin.cpp:213
 msgid "Applications"
@@ -133,49 +135,49 @@ msgstr "Edita el _perfil"
 
 #: ../panel-plugin/settings.cpp:183
 msgid "Failed to edit profile."
-msgstr "Ha fallat editar el perfil."
+msgstr "No s'ha pogut editar el perfil."
 
 #: ../panel-plugin/launcher.cpp:318 ../panel-plugin/launcher.cpp:392
 #: ../panel-plugin/run-action.cpp:41 ../panel-plugin/search-action.cpp:189
 #, c-format
 msgid "Failed to execute command \"%s\"."
-msgstr "Ha fallat executar l'ordre «%s»."
+msgstr "No s'ha pogut executar l'ordre «%s»."
 
 #: ../panel-plugin/settings.cpp:169
 msgid "Failed to hibernate."
-msgstr "Ha fallat la hibernació."
+msgstr "No s'ha pogut hibernar."
 
 #: ../panel-plugin/settings.cpp:179
 msgid "Failed to launch menu editor."
-msgstr "Ha fallat obrir l'editor del menú."
+msgstr "No s'ha pogut iniciar l'editor del menú."
 
 #: ../panel-plugin/settings.cpp:137
 msgid "Failed to lock screen."
-msgstr "Ha fallat bloquejar la pantalla."
+msgstr "No s'ha pogut bloquejar la pantalla."
 
 #: ../panel-plugin/settings.cpp:145 ../panel-plugin/settings.cpp:175
 msgid "Failed to log out."
-msgstr "Ha fallat tancar la sessió."
+msgstr "No s'ha pogut tancar la sessió."
 
 #: ../panel-plugin/settings.cpp:133
 msgid "Failed to open settings manager."
-msgstr "Ha fallat obrir el gestor d'ajusts."
+msgstr "No s'ha pogut obrir el gestor de paràmetres."
 
 #: ../panel-plugin/settings.cpp:151
 msgid "Failed to restart."
-msgstr "Ha fallat el reinici."
+msgstr "No s'ha pogut reiniciar."
 
 #: ../panel-plugin/settings.cpp:157
 msgid "Failed to shut down."
-msgstr "Ha fallat l'aturada."
+msgstr "No s'ha pogut apagar."
 
 #: ../panel-plugin/settings.cpp:163
 msgid "Failed to suspend."
-msgstr "Ha fallat la suspensió."
+msgstr "No s'ha pogut aturar temporalment."
 
 #: ../panel-plugin/settings.cpp:141
 msgid "Failed to switch user."
-msgstr "Ha fallat canviar d'usuari."
+msgstr "No s'ha pogut canviar d'usuari."
 
 #: ../panel-plugin/window.cpp:159
 msgid "Favorites"
@@ -332,7 +334,7 @@ msgstr "Mostra els indicadors de funció de les ap_licacions"
 
 #: ../panel-plugin/configuration-dialog.cpp:587
 msgid "Show as _icons"
-msgstr "Mostra com _icones"
+msgstr "Mostra-ho com a _icones"
 
 #: ../panel-plugin/configuration-dialog.cpp:595
 msgid "Show as lis_t"
@@ -380,12 +382,12 @@ msgstr "Continua _visible quan se'n perdi el focus"
 
 #: ../panel-plugin/settings.cpp:161
 msgid "Suspe_nd"
-msgstr "Suspè_n"
+msgstr "Atura temporalme_nt"
 
 #: ../panel-plugin/settings.cpp:165
 #, c-format
 msgid "Suspending computer in %d seconds."
-msgstr "Se suspendrà l'ordinador d'aquí a %d segons."
+msgstr "S'aturarà temporalment l'ordinador d'aquí a %d segons."
 
 #: ../panel-plugin/settings.cpp:139
 msgid "Switch _User"
@@ -539,4 +541,5 @@ msgstr ""
 "Adolfo Jayme Barrientos <fitojb at ubuntu.com>, 2013–2016\n"
 "Robert Antoni Buj Gelonch <rbuj at fedoraproject.org>, 2016-2018\n"
 "David Medina <opensusecatala at gmail.com>, 2017-2018\n"
-"Oriol Fernandez, 2013"
+"Oriol Fernandez, 2013\n"
+"Marc Riera <marcriera at softcatala.org>, 2020"


=====================================
po/fi.po
=====================================
@@ -15,7 +15,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-25 00:44+0000\n"
+"PO-Revision-Date: 2020-03-15 06:25+0000\n"
 "Last-Translator: Ammuu5\n"
 "Language-Team: Finnish (http://www.transifex.com/gottcode/xfce4-whiskermenu-"
 "plugin/language/fi/)\n"
@@ -408,6 +408,8 @@ msgid ""
 "To unhide it you have to manually remove the file \"%s\" or open the file "
 "and remove the line \"%s\"."
 msgstr ""
+"Poistaaksesi piilotuksen, sinun on poistettava tiedosto \"%s\" manuaalisesti "
+"tai avata tiedosto ja poistaa rivi \"%s\"."
 
 #: ../panel-plugin/settings.cpp:159
 #, c-format


=====================================
po/hu.po
=====================================
@@ -5,16 +5,18 @@
 # Translators:
 # Gábor Horváth <xazax.hun at gmail.com>, 2013,2016,2018
 # gyeben <gyonkibendeguz at gmail.com>, 2013
+# gyeben <gyonkibendeguz at gmail.com>, 2013
 # Kisbenedek Márton <kmarton815 at gmail.com>, 2016
-# user14 <nleknh at gmail.com>, 2016
+# user14 <nleknh at gmail.com>, 2016,2020
 # Rezső Páder <rezso at rezso.net>, 2014-2015,2017
+# user14 <nleknh 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: 2020-02-12 22:13+0000\n"
-"Last-Translator: Gábor Horváth <xazax.hun at gmail.com>\n"
+"PO-Revision-Date: 2020-04-15 01:37+0000\n"
+"Last-Translator: user14 <nleknh at gmail.com>\n"
 "Language-Team: Hungarian (http://www.transifex.com/gottcode/xfce4-"
 "whiskermenu-plugin/language/hu/)\n"
 "Language: hu\n"
@@ -41,7 +43,7 @@ msgstr "Ikon hozzáadása a tálcához"
 
 #: ../panel-plugin/category.cpp:49
 msgid "All Applications"
-msgstr "Minden alkalmazás"
+msgstr "Összes alkalmazás"
 
 #: ../panel-plugin/plugin.cpp:409
 msgid "Alternate application launcher for Xfce"
@@ -53,7 +55,7 @@ msgstr "Elemek száma:"
 
 #: ../panel-plugin/configuration-dialog.cpp:683
 msgid "Application icon si_ze:"
-msgstr ""
+msgstr "Alkalmazás ikonmérete:"
 
 #: ../panel-plugin/plugin.cpp:213
 msgid "Applications"


=====================================
po/ms.po
=====================================
@@ -3,13 +3,13 @@
 # This file is distributed under the same license as the xfce4-whiskermenu-plugin package.
 #
 # Translators:
-# abuyop <abuyop at gmail.com>, 2013-2015,2017-2019
+# abuyop <abuyop at gmail.com>, 2013-2015,2017-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: 2020-02-12 22:13+0000\n"
+"PO-Revision-Date: 2020-03-16 10:51+0000\n"
 "Last-Translator: abuyop <abuyop at gmail.com>\n"
 "Language-Team: Malay (http://www.transifex.com/gottcode/xfce4-whiskermenu-"
 "plugin/language/ms/)\n"
@@ -49,7 +49,7 @@ msgstr "Amaun _item:"
 
 #: ../panel-plugin/configuration-dialog.cpp:683
 msgid "Application icon si_ze:"
-msgstr ""
+msgstr "Sai_z ikon aplikasi:"
 
 #: ../panel-plugin/plugin.cpp:213
 msgid "Applications"
@@ -58,7 +58,7 @@ msgstr "Aplikasi"
 #: ../panel-plugin/launcher.cpp:232
 #, c-format
 msgid "Are you sure you want to hide \"%s\"?"
-msgstr "Anda pasti untuk sembunyi \"%s\"?"
+msgstr "Anda pasti mahu sembunyikan \"%s\"?"
 
 #: ../panel-plugin/settings.cpp:146
 msgid "Are you sure you want to log out?"
@@ -181,7 +181,7 @@ msgstr "Menghibernasikan komputer dalam tempoh %d saat."
 
 #: ../panel-plugin/launcher.cpp:231 ../panel-plugin/page.cpp:418
 msgid "Hide Application"
-msgstr ""
+msgstr "Sembunyi Aplikasi"
 
 #: ../panel-plugin/configuration-dialog.cpp:758
 msgid "Icon"
@@ -325,15 +325,15 @@ msgstr "Tunjuk pet_ua alat aplikasi"
 
 #: ../panel-plugin/configuration-dialog.cpp:587
 msgid "Show as _icons"
-msgstr ""
+msgstr "Tunjuk sebagai _ikon"
 
 #: ../panel-plugin/configuration-dialog.cpp:595
 msgid "Show as lis_t"
-msgstr ""
+msgstr "Tunjuk sebagai se_narai"
 
 #: ../panel-plugin/configuration-dialog.cpp:603
 msgid "Show as t_ree"
-msgstr ""
+msgstr "Tunjuk sebagai p_epohon"
 
 #: ../panel-plugin/configuration-dialog.cpp:871
 msgid "Show c_onfirmation dialog"
@@ -402,6 +402,8 @@ msgid ""
 "To unhide it you have to manually remove the file \"%s\" or open the file "
 "and remove the line \"%s\"."
 msgstr ""
+"Untuk keluarkannya anda perlu membuang fail \"%s\" secara manual atau buka "
+"fail dan buang baris \"%s\"."
 
 #: ../panel-plugin/settings.cpp:159
 #, c-format
@@ -518,7 +520,7 @@ msgstr "_Mula Semula"
 
 #: ../panel-plugin/settings.cpp:131
 msgid "_Settings Manager"
-msgstr ""
+msgstr "Pengurus _Tetapan"
 
 #: ../panel-plugin/configuration-dialog.cpp:769
 msgid "_Title:"


=====================================
po/pt.po
=====================================
@@ -4,9 +4,9 @@
 #
 # Translators:
 # Carlos Reis <reiscarlos1976 at gmail.com>, 2017
-# fabioluciano <fabio at naoimporta.com>, 2013
+# Fábio Luciano de Góis <fabio at naoimporta.com>, 2013
 # Graeme Gott <graeme at gottcode.org>, 2013
-# José Vieira <jvieira33 at sapo.pt>, 2016-2019
+# José Vieira <jvieira33 at sapo.pt>, 2016-2020
 # Rui <xymarior at yandex.com>, 2018-2019
 # Sérgio Marques <smarquespt at gmail.com>, 2013-2015
 msgid ""
@@ -14,8 +14,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:14+0000\n"
-"Last-Translator: Sérgio Marques <smarquespt at gmail.com>\n"
+"PO-Revision-Date: 2020-04-20 11:36+0000\n"
+"Last-Translator: José Vieira <jvieira33 at sapo.pt>\n"
 "Language-Team: Portuguese (http://www.transifex.com/gottcode/xfce4-"
 "whiskermenu-plugin/language/pt/)\n"
 "Language: pt\n"
@@ -50,11 +50,11 @@ msgstr "Lançador de aplicações alternativo para o Xfce"
 
 #: ../panel-plugin/configuration-dialog.cpp:841
 msgid "Amount of _items:"
-msgstr "Número de ite_ns:"
+msgstr "Número de _itens:"
 
 #: ../panel-plugin/configuration-dialog.cpp:683
 msgid "Application icon si_ze:"
-msgstr ""
+msgstr "_Tamanho do ícone:"
 
 #: ../panel-plugin/plugin.cpp:213
 msgid "Applications"
@@ -63,7 +63,7 @@ msgstr "Aplicações"
 #: ../panel-plugin/launcher.cpp:232
 #, c-format
 msgid "Are you sure you want to hide \"%s\"?"
-msgstr "Tem a certeza que pretende ocultar \"%s\"?"
+msgstr "Ocultar realmente \"%s\"?"
 
 #: ../panel-plugin/settings.cpp:146
 msgid "Are you sure you want to log out?"
@@ -115,11 +115,11 @@ msgstr "Mostrar por pre_definição"
 
 #: ../panel-plugin/settings.cpp:164
 msgid "Do you want to suspend to RAM?"
-msgstr "Quer suspender para a memória RAM?"
+msgstr "Confirmar suspensão para a RAM"
 
 #: ../panel-plugin/settings.cpp:170
 msgid "Do you want to suspend to disk?"
-msgstr "Quer suspender para o disco?"
+msgstr "Confirmar suspensão para o disco"
 
 #: ../panel-plugin/page.cpp:414
 msgid "Edit Application..."
@@ -186,7 +186,7 @@ msgstr "A hibernar o computador em %d segundos."
 
 #: ../panel-plugin/launcher.cpp:231 ../panel-plugin/page.cpp:418
 msgid "Hide Application"
-msgstr ""
+msgstr "Ocultar aplicação"
 
 #: ../panel-plugin/configuration-dialog.cpp:758
 msgid "Icon"
@@ -251,11 +251,11 @@ msgstr "Abrir URI"
 
 #: ../panel-plugin/configuration-dialog.cpp:935
 msgid "Pattern"
-msgstr "Padrão"
+msgstr "Direccionador"
 
 #: ../panel-plugin/configuration-dialog.cpp:667
 msgid "Position _search entry next to panel button"
-msgstr "Po_sicionar pesquisa junto ao botão do painel"
+msgstr "Posicionar caixa de pe_squisa junto ao botão no painel"
 
 #: ../panel-plugin/configuration-dialog.cpp:661
 msgid "Position cate_gories next to panel button"
@@ -263,7 +263,7 @@ msgstr "Posicionar categ_orias junto ao botão do painel"
 
 #: ../panel-plugin/configuration-dialog.cpp:673
 msgid "Position commands next to search _entry"
-msgstr "Posicionar comandos junto à _entrada de pesquisa"
+msgstr "Posicionar os botões junto à _caixa de pesquisa"
 
 #: ../panel-plugin/configuration-dialog.cpp:837 ../panel-plugin/window.cpp:167
 msgid "Recently Used"
@@ -298,11 +298,11 @@ msgstr "Executar no terminal"
 
 #: ../panel-plugin/configuration-dialog.cpp:103
 msgid "Search Actio_ns"
-msgstr "Procurar a_cções"
+msgstr "Pesquisas _direccionadas"
 
 #: ../panel-plugin/search-action.cpp:260
 msgid "Search Action"
-msgstr "Procurar ação"
+msgstr "Pesquisa direccionada"
 
 #: ../panel-plugin/configuration-dialog.cpp:276
 msgid "Select An Icon"
@@ -330,15 +330,15 @@ msgstr "Mostrar dicas de conte_xto das aplicações"
 
 #: ../panel-plugin/configuration-dialog.cpp:587
 msgid "Show as _icons"
-msgstr ""
+msgstr "Mostrar como _icones"
 
 #: ../panel-plugin/configuration-dialog.cpp:595
 msgid "Show as lis_t"
-msgstr ""
+msgstr "Mostrar como lis_ta"
 
 #: ../panel-plugin/configuration-dialog.cpp:603
 msgid "Show as t_ree"
-msgstr ""
+msgstr "Mostrar como á_rvore"
 
 #: ../panel-plugin/configuration-dialog.cpp:871
 msgid "Show c_onfirmation dialog"
@@ -346,7 +346,7 @@ msgstr "Mostrar janela de c_onfirmação"
 
 #: ../panel-plugin/configuration-dialog.cpp:637
 msgid "Show cate_gory names"
-msgstr "Mostrar nomes das categ_orias"
+msgstr "Mostrar nomes das cate_gorias"
 
 #: ../panel-plugin/configuration-dialog.cpp:631
 msgid "Show generic application _names"
@@ -391,7 +391,7 @@ msgstr "Mudar de _Utilizador"
 
 #: ../panel-plugin/configuration-dialog.cpp:820
 msgid "Switch categories by _hovering"
-msgstr "Trocar categorias ao passar com o r_ato"
+msgstr "Acionar categorias ao passar com o r_ato"
 
 #: ../panel-plugin/configuration-dialog.cpp:485
 msgid "The action will be deleted permanently."
@@ -407,6 +407,8 @@ msgid ""
 "To unhide it you have to manually remove the file \"%s\" or open the file "
 "and remove the line \"%s\"."
 msgstr ""
+"Para mostrar é necessário remover manualmente o ficheiro \"%s\" ou abrir o "
+"ficheiro e remover a linha \"%s\"."
 
 #: ../panel-plugin/settings.cpp:159
 #, c-format
@@ -423,7 +425,7 @@ msgstr "Não foi possível adicionar o lançador ao painel."
 
 #: ../panel-plugin/page.cpp:556
 msgid "Unable to edit launcher."
-msgstr "Não é possível editar o lançador"
+msgstr "Não é possível editar o lançador."
 
 #: ../panel-plugin/configuration-dialog.cpp:546
 #, c-format
@@ -432,7 +434,7 @@ msgstr "Não foi possível abrir o URL: %s"
 
 #: ../panel-plugin/configuration-dialog.cpp:795
 msgid "Use a single _panel row"
-msgstr "Utilizar p_ainel de uma única linha"
+msgstr "Utilizar p_ainel de uma só linha"
 
 #: ../panel-plugin/icon-size.cpp:56
 msgid "Very Large"
@@ -461,7 +463,7 @@ msgstr "_Aparência"
 
 #: ../panel-plugin/configuration-dialog.cpp:101
 msgid "_Behavior"
-msgstr "C_omportamento"
+msgstr "_Comportamento"
 
 #: ../panel-plugin/command-edit.cpp:67
 #: ../panel-plugin/configuration-dialog.cpp:278
@@ -486,7 +488,7 @@ msgstr "_Editar aplicações"
 
 #: ../panel-plugin/configuration-dialog.cpp:89
 msgid "_Help"
-msgstr "Aj_uda"
+msgstr "_Ajuda"
 
 #: ../panel-plugin/settings.cpp:167
 msgid "_Hibernate"
@@ -511,11 +513,11 @@ msgstr "Botão do _painel"
 
 #: ../panel-plugin/configuration-dialog.cpp:997
 msgid "_Pattern:"
-msgstr "Pa_drão:"
+msgstr "_Direccionador:"
 
 #: ../panel-plugin/configuration-dialog.cpp:1021
 msgid "_Regular expression"
-msgstr "Expressão r_egular"
+msgstr "Expressão _regular"
 
 #: ../panel-plugin/settings.cpp:149
 msgid "_Restart"
@@ -523,11 +525,11 @@ msgstr "_Reiniciar"
 
 #: ../panel-plugin/settings.cpp:131
 msgid "_Settings Manager"
-msgstr ""
+msgstr "Gestor de _Definições"
 
 #: ../panel-plugin/configuration-dialog.cpp:769
 msgid "_Title:"
-msgstr "Tít_ulo:"
+msgstr "_Título:"
 
 #: ../panel-plugin/plugin.cpp:414
 msgid "translator-credits"



View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/-/compare/fdf4ab9acd1d8fd3092c95d69a88a774c544427c...7c2a2231e5d8ec8d0f2a4a980585b33757a954d3

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-whiskermenu-plugin/-/compare/fdf4ab9acd1d8fd3092c95d69a88a774c544427c...7c2a2231e5d8ec8d0f2a4a980585b33757a954d3
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/20200427/fd45dccd/attachment-0001.html>


More information about the Pkg-xfce-commits mailing list