[Xfce4-commits] [apps/catfish] 01/01: Catfish 1.4.13

noreply at xfce.org noreply at xfce.org
Wed Jan 15 03:28:55 CET 2020


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/catfish.

commit 921d0427b3256cf55b9fe074dc69a94ed0d0a570
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Tue Jan 14 21:28:26 2020 -0500

    Catfish 1.4.13
---
 ChangeLog                            | 12 +++++++++
 catfish.1                            |  2 +-
 catfish_lib/catfishconfig.py         |  2 +-
 data/metainfo/catfish.appdata.xml.in | 12 +++++++--
 po/ar.po                             |  4 +--
 po/be.po                             |  4 +--
 po/bg.po                             |  8 +++---
 po/ca.po                             |  8 +++---
 po/catfish.pot                       | 48 ++++++++++++++++++++----------------
 po/cs.po                             |  8 +++---
 po/da.po                             |  8 +++---
 po/de.po                             |  8 +++---
 po/el.po                             |  4 +--
 po/en_AU.po                          |  4 +--
 po/es.po                             |  8 +++---
 po/eu.po                             |  4 +--
 po/fi.po                             |  4 +--
 po/fr.po                             | 10 ++++----
 po/gl.po                             |  8 +++---
 po/he.po                             |  4 +--
 po/hr.po                             |  8 +++---
 po/hu.po                             |  8 +++---
 po/hy_AM.po                          |  4 +--
 po/id.po                             |  4 +--
 po/ie.po                             |  8 +++---
 po/is.po                             |  4 +--
 po/it.po                             |  8 +++---
 po/ja.po                             |  8 +++---
 po/ko.po                             |  4 +--
 po/lt.po                             |  8 +++---
 po/ms.po                             |  4 +--
 po/nb.po                             |  8 +++---
 po/nl.po                             |  8 +++---
 po/nn.po                             |  4 +--
 po/pl.po                             |  8 +++---
 po/pt.po                             |  8 +++---
 po/pt_BR.po                          |  4 +--
 po/ru.po                             |  8 +++---
 po/si.po                             |  4 +--
 po/sk.po                             |  4 +--
 po/sl.po                             |  4 +--
 po/sq.po                             |  6 ++---
 po/sr.po                             |  6 ++---
 po/sv.po                             |  8 +++---
 po/th.po                             |  4 +--
 po/tr.po                             |  8 +++---
 po/uk.po                             |  4 +--
 po/zh_CN.po                          |  8 +++---
 po/zh_TW.po                          |  8 +++---
 setup.py                             |  2 +-
 50 files changed, 189 insertions(+), 163 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e9f4e58..cb35f37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+v1.4.13:
+ + General:
+   - Optimized svg and png assets
+ + Bug Fixes:
+   - Fix missing results from symbolic links (Xfce #16318)
+   - Do not load catfishconfig during setup as it breaks Debian packaging
+ + Translation Updates:
+   Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
+   Danish, Dutch, French, Galician, German, Hungarian, Interlingue, Italian,
+   Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Russian,
+   Spanish, Swedish, Turkish
+
 v1.4.12:
  + New Features:
    - Wayland and GNOME Shell support (Xfce #16293)
diff --git a/catfish.1 b/catfish.1
index 1570392..55217af 100644
--- a/catfish.1
+++ b/catfish.1
@@ -1,4 +1,4 @@
-.TH CATFISH "1" "January 2020" "catfish 1.4.12" "User Commands"
+.TH CATFISH "1" "January 2020" "catfish 1.4.13" "User Commands"
 .SH NAME
 catfish \- File searching tool which is configurable via the command line
 .SH "DESCRIPTION"
diff --git a/catfish_lib/catfishconfig.py b/catfish_lib/catfishconfig.py
index 7491a59..b7f7e05 100644
--- a/catfish_lib/catfishconfig.py
+++ b/catfish_lib/catfishconfig.py
@@ -31,7 +31,7 @@ __catfish_data_directory__ = '../data/'
 # Location of locate.db file
 __locate_db_path__ = '/var/lib/mlocate/mlocate.db'
 __license__ = 'GPL-2+'
-__version__ = '1.4.12'
+__version__ = '1.4.13'
 __url__ = 'https://docs.xfce.org/apps/catfish/start'
 
 
diff --git a/data/metainfo/catfish.appdata.xml.in b/data/metainfo/catfish.appdata.xml.in
index 1f8a34f..8c36f10 100644
--- a/data/metainfo/catfish.appdata.xml.in
+++ b/data/metainfo/catfish.appdata.xml.in
@@ -43,9 +43,17 @@
   </provides>
 
   <releases>
+    <release version="1.4.13" date="2020-01-14">
+      <description>
+        <_p>This release resolves packaging errors for Debian and includes
+        optimized assets.
+        </_p>
+      </description>
+    </release>
+
     <release version="1.4.12" date="2020-01-01">
       <description>
-        <_p>This releases adds support for running under Wayland and features
+        <_p>This release adds support for running under Wayland and features
         refreshed dialogs with simplified controls.
         </_p>
       </description>
@@ -53,7 +61,7 @@
 
     <release version="1.4.11" date="2019-12-21">
       <description>
-        <_p>This releases addresses some startup errors as well as various
+        <_p>This release addresses some startup errors as well as various
         issues with traversing symbolic links.
         </_p>
       </description>
diff --git a/po/ar.po b/po/ar.po
index 08b2e76..18db0dd 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -2,10 +2,10 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/be.po b/po/be.po
index 118e90a..b8bd275 100644
--- a/po/be.po
+++ b/po/be.po
@@ -2,11 +2,11 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Zmicer Turok <nashtlumach at gmail.com>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/bg.po b/po/bg.po
index 9b04aa6..8acb6ff 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -2,12 +2,12 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Nick Schermer <nick at xfce.org>, 2020
 # Kiril Kirilov <cybercop_montana at abv.bg>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Това издание добавя поддръжка на работа под Wayland и предлага обновени "
@@ -614,7 +614,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Това издание адресира някои грешки при стартиране, както и различни проблеми"
diff --git a/po/ca.po b/po/ca.po
index 7bc57c6..3b0137f 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -2,11 +2,11 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Robert Antoni Buj Gelonch <rbuj at fedoraproject.org>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -603,7 +603,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Aquesta afegeix la compatibilitat per a l'execució sota Wayland i "
@@ -611,7 +611,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Aquest llançament tracta alguns errors d’inici, així com diversos problemes "
diff --git a/po/catfish.pot b/po/catfish.pot
index 3dd657a..5bc59db 100644
--- a/po/catfish.pot
+++ b/po/catfish.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-01-13 21:32-0500\n"
+"POT-Creation-Date: 2020-01-14 21:03-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -564,35 +564,41 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
-"dialogs with simplified controls."
+"This release resolves packaging errors for Debian and includes optimized "
+"assets."
 msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
-"traversing symbolic links."
+"This release adds support for running under Wayland and features refreshed "
+"dialogs with simplified controls."
 msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
+"This release addresses some startup errors as well as various issues with "
+"traversing symbolic links."
+msgstr ""
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
+msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -600,7 +606,7 @@ msgid ""
 "generated when requested by the user."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -608,23 +614,23 @@ msgid ""
 "now accessible with all desktop themes."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid "This is a minor translations-only release."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release fixes several bugs related to the results window. Files are "
 "once again removed from the results list when deleted. Middle- and right-"
@@ -632,7 +638,7 @@ msgid ""
 "according to timezone instead of Universal Coordinated Time (UTC)."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -641,42 +647,42 @@ msgid ""
 "integration of PolicyKit when available."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release fixes a regression where multiple search terms were no longer "
 "supported. An InfoBar is now displayed when the search database is outdated, "
 "and the dialogs used to update the database have been improved."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned "
 "up unused code, and fixed potential issues with the list and item selection."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid ""
 "This release fixed a potential security issue with program startup and fixed "
 "a regression with selecting multiple items."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "The first release in the 1.0.x series introduced a refreshed interface and "
 "fixed a number of long-standing bugs. Improvements to the default "
diff --git a/po/cs.po b/po/cs.po
index 465ad24..3dc76d1 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -2,13 +2,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Pavel Borecki <pavel.borecki at gmail.com>, 2019
 # Nick Schermer <nick at xfce.org>, 2020
 # Michal Várady <miko.vaji at gmail.com>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -602,7 +602,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Toto vydání přidává podporu fungování pod prostředím Wayland a přináší "
@@ -610,7 +610,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Toto vydání se zaměřuje na chyby při spuštění a také na chyby s překříženými"
diff --git a/po/da.po b/po/da.po
index 9f4eae0..b263357 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2,12 +2,12 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Nick Schermer <nick at xfce.org>, 2019
 # scootergrisen, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -604,7 +604,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Denne udgivelse tilføjer understøttelse af kørsel under Wayland og har "
@@ -612,7 +612,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Denne udgivelse adresserer opstartsproblemer samt diverse problemer i "
diff --git a/po/de.po b/po/de.po
index a0a0064..f8dd7a9 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Vinzenz Vietzke <vinz at vinzv.de>, 2019
@@ -10,7 +10,7 @@
 # Georg Eckert <eckert.georg at gmx.de>, 2020
 # Tobias Bannert <tobannert at gmail.com>, 2020
 # Andreas Eitel <github-aneitel at online.de>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -613,7 +613,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Diese Version unterstützt nun die Ausführung unter Wayland und bietet "
@@ -621,7 +621,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Diese Version behebt einige Startfehler sowie verschiedene Probleme beim "
diff --git a/po/el.po b/po/el.po
index 5d62938..3c171aa 100644
--- a/po/el.po
+++ b/po/el.po
@@ -2,12 +2,12 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Georgios Zarkadas <georgios.zarkadas at gmail.com>, 2018
 # Xfce Bot <transifex at xfce.org>, 2018
 # Panagiotis Mantzios <pmantzios at hotmail.com>, 2018
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/en_AU.po b/po/en_AU.po
index 184bb27..8731e99 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -2,11 +2,11 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # John Humphrys <john.humphrys at pm.me>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/es.po b/po/es.po
index cb6d3ca..ff94c64 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Adolfo Jayme-Barrientos, 2018
 # Xfce Bot <transifex at xfce.org>, 2018
@@ -12,7 +12,7 @@
 # Nick Schermer <nick at xfce.org>, 2020
 # 629cf3e396111bb8c5fb6664e2dbc91d, 2020
 # Toni Estévez <toni.estevez at gmail.com>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -611,7 +611,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Esta versión añade compatibilidad para ejecutarse en Wayland y presenta "
@@ -619,7 +619,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Esta versión aborda algunos errores de inicio, así como varios problemas al "
diff --git a/po/eu.po b/po/eu.po
index afdd1b5..d86240e 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -2,13 +2,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Nick Schermer <nick at xfce.org>, 2019
 # Piarres Beobide <pi at beobide.net>, 2019
 # beriain, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 41332b7..db12ba7 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -2,13 +2,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Pasi Lallinaho <pasi at shimmerproject.org>, 2019
 # Ammuu5, 2019
 # Jiri Grönroos <jiri.gronroos at iki.fi>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/fr.po b/po/fr.po
index e320c7d..2d392e5 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # David MARMONT <it at marmont.fr>, 2018
 # Remi Andruccioli <remi.andruccioli at gmail.com>, 2018
@@ -13,7 +13,7 @@
 # Charles Monzat <c.monzat at laposte.net>, 2019
 # Nick Schermer <nick at xfce.org>, 2020
 # Yannick Le Guen <leguen.yannick at gmail.com>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -579,7 +579,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:1
 msgid "Versatile file searching tool"
-msgstr "Outil de recherche de fichiers polyvalent."
+msgstr "Outil de recherche de fichiers polyvalent"
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:2
 msgid ""
@@ -612,7 +612,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Cette version prend en charge l’exécution sous Wayland et propose des "
@@ -620,7 +620,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Cette version corrige certaines erreurs de démarrage ainsi que divers "
diff --git a/po/gl.po b/po/gl.po
index 21f1bd4..3fe198e 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -2,12 +2,12 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Nick Schermer <nick at xfce.org>, 2020
 # Xosé, 2020
 # Daniel Muñiz Fontoira <dani at damufo.com>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -601,7 +601,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Esta versión engade compatibilidade para a execución en Wayland e fornece "
@@ -609,7 +609,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Esta versión trata algúns erros de inicio, así como varios problemas ao "
diff --git a/po/he.po b/po/he.po
index 6041b62..185f13e 100644
--- a/po/he.po
+++ b/po/he.po
@@ -2,10 +2,10 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Elishai Eliyahu <e1907 at mm.st>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/hr.po b/po/hr.po
index e51cf14..1ba62ad 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -2,14 +2,14 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Ivica  Kolić <ikoli at yahoo.com>, 2019
 # Nick Schermer <nick at xfce.org>, 2020
 # Lovro Kudelić <lovro.kudelic at outlook.com>, 2020
 # Edin Veskovic <edin.lockedin at gmail.com>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -602,13 +602,13 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 
diff --git a/po/hu.po b/po/hu.po
index bb5f84c..7ec851d 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2,14 +2,14 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Nick Schermer <nick at xfce.org>, 2019
 # Balázs Meskó <meskobalazs at gmail.com>, 2019
 # kelemeng <kelemeng at ubuntu.com>, 2020
 # Gábor P., 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -602,13 +602,13 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 
diff --git a/po/hy_AM.po b/po/hy_AM.po
index f95f2d7..5702e2d 100644
--- a/po/hy_AM.po
+++ b/po/hy_AM.po
@@ -2,11 +2,11 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Hayk Andreasyan <hayk.andreasyan at realschool.am>, 2019
 # Real School <translator_students at realschool.am>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/id.po b/po/id.po
index 4f19cd7..75d949f 100644
--- a/po/id.po
+++ b/po/id.po
@@ -2,13 +2,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Nick Schermer <nick at xfce.org>, 2018
 # Kukuh Syafaat <syafaatkukuh at gmail.com>, 2019
 # Ardjuna <Asyura.x at gmail.com>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/ie.po b/po/ie.po
index 7f991bc..0814ffc 100644
--- a/po/ie.po
+++ b/po/ie.po
@@ -2,10 +2,10 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Caarmi, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -593,13 +593,13 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 
diff --git a/po/is.po b/po/is.po
index a70e0ad..ba65694 100644
--- a/po/is.po
+++ b/po/is.po
@@ -2,11 +2,11 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Sveinn í Felli <sv1 at fellsnet.is>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/it.po b/po/it.po
index 86f65af..58dcf5b 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Marco <marcxosm at gmail.com>, 2018
 # Xfce Bot <transifex at xfce.org>, 2018
@@ -10,7 +10,7 @@
 # Enrico B. <enricobe at hotmail.com>, 2019
 # Cristian Marchi <cri.penta at gmail.com>, 2020
 # Emanuele Petriglia <transifex at emanuelepetriglia.com>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -607,7 +607,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Questo rilascio aggiunge il supporto a Wayland e aggiorna diverse finestre "
@@ -615,7 +615,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Questo rilascio sistema alcuni errori di avvio e vari problemi con i link "
diff --git a/po/ja.po b/po/ja.po
index d313191..7692dc3 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Masato HASHIMOTO <cabezon.hashimoto at gmail.com>, 2019
@@ -10,7 +10,7 @@
 # Nobuhiro Iwamatsu <iwamatsu at nigauri.org>, 2020
 # Nick Schermer <nick at xfce.org>, 2020
 # UTUMI Hirosi <utuhiro78 at yahoo.co.jp>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -597,13 +597,13 @@ msgstr "メインの Catfish ウィンドウに利用可能なフィルタとフ
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr "このリリースでは Wayland での実行がサポートされ、シンプルな操作でのリフレッシュされたダイアログが特徴になっています。"
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr "このリリースでは、いくつかの起動エラーとシンボリックリンクの通過に関するさまざまな問題に対処しています。"
 
diff --git a/po/ko.po b/po/ko.po
index b2bb950..841d57d 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -2,14 +2,14 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Cybertramp <paran_son at outlook.com>, 2018
 # Xfce Bot <transifex at xfce.org>, 2018
 # Nick Schermer <nick at xfce.org>, 2019
 # 박정규(Jung-Kyu Park) <bagjunggyu at gmail.com>, 2019
 # Seong-ho Cho <darkcircle.0426 at gmail.com>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/lt.po b/po/lt.po
index 1f988af..346ade5 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -2,12 +2,12 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Nick Schermer <nick at xfce.org>, 2020
 # Moo, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -607,7 +607,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Ši laida prideda palaikymą veikiant Wayland aplinkoje ir joje yra pateikiami"
@@ -615,7 +615,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Šioje laidoje buvo pataisytos kai kurios paleisties klaidos, o taip pat "
diff --git a/po/ms.po b/po/ms.po
index 7421f76..93e9d68 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -2,10 +2,10 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # abuyop <abuyop at gmail.com>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/nb.po b/po/nb.po
index 87c4d70..8feda35 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -2,14 +2,14 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Eirik Dekko <edekko at gmail.com>, 2018
 # Harald H. <haarektrans at gmail.com>, 2019
 # Nick Schermer <nick at xfce.org>, 2020
 # Allan Nordhøy <epost at anotheragency.no>, 2020
 # Kjell Cato Heskjestad <cato at heskjestad.xyz>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -600,13 +600,13 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr "Denne utgivelsen støtter Wayland og har forenklet dialogvinduene."
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Denne utgivelsen fikser noen feil ved oppstart og følging av symbolske "
diff --git a/po/nl.po b/po/nl.po
index f196a5e..7eaead6 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -2,12 +2,12 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Nick Schermer <nick at xfce.org>, 2019
 # Pjotr <pjotrvertaalt at gmail.com>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -614,7 +614,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Deze editie bevat ondersteuning voor draaien onder Wayland en bevat "
@@ -622,7 +622,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Deze editie herstelt enkele opstartproblemen alsook verschillende problemen "
diff --git a/po/nn.po b/po/nn.po
index c4d8493..baba72e 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -2,10 +2,10 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Kevin Brubeck Unhammer <unhammer+dill at mm.st>, 2018
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 8ea291e..ad6e99f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Piotr Sokół <psokol.l10n at gmail.com>, 2019
@@ -11,7 +11,7 @@
 # Michał Olber <michal at olber.pl>, 2020
 # Marcin Mikołajczak <me at mkljczk.pl>, 2020
 # No Ne, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -608,7 +608,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "To wydanie dodaje obsługę uruchamiania pod Waylandem oraz zawiera odświeżone"
@@ -616,7 +616,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "To wydanie rozwiązuje pewne błędy uruchamiania, a także różne problemy z "
diff --git a/po/pt.po b/po/pt.po
index 9564feb..654ff65 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Rui <xymarior at yandex.com>, 2019
@@ -11,7 +11,7 @@
 # Sérgio Marques <smarquespt at gmail.com>, 2020
 # Nuno Miguel <nunomgue at gmail.com>, 2020
 # Hugo Carvalho <hugokarvalho at hotmail.com>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -607,7 +607,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Esta versão adiciona suporte à execução no Wayland e apresenta caixas de "
@@ -615,7 +615,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Esta versão soluciona alguns erros de arranque e vários problemas ao "
diff --git a/po/pt_BR.po b/po/pt_BR.po
index b30c559..f7dc7fa 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Marcelo Tobias <marcelo.tobbias at gmail.com>, 2018
 # Xfce Bot <transifex at xfce.org>, 2018
@@ -11,7 +11,7 @@
 # Nick Schermer <nick at xfce.org>, 2019
 # Michael Martins <michaelfm21 at gmail.com>, 2019
 # Andre Miranda <andre42m at gmail.com>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 8efc6d0..43c5884 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Aleksey Kabanov <ak099 at mail.ru>, 2018
 # Xfce Bot <transifex at xfce.org>, 2018
@@ -10,7 +10,7 @@
 # Nick Schermer <nick at xfce.org>, 2019
 # Aleksandr P, 2020
 # Igor <f2404 at yandex.ru>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -605,7 +605,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Этот выпуск добавляет поддержку работы под Wayland и обновлённые диалоги с "
@@ -613,7 +613,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Этот выпуск исправляет некоторые ошибки при запуске, а также разнообразные "
diff --git a/po/si.po b/po/si.po
index c20fe43..bb00af5 100644
--- a/po/si.po
+++ b/po/si.po
@@ -2,11 +2,11 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Nick Schermer <nick at xfce.org>, 2018
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/sk.po b/po/sk.po
index fa7aaf1..613611a 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -2,13 +2,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Slavko <linux at slavino.sk>, 2018
 # Xfce Bot <transifex at xfce.org>, 2018
 # Nick Schermer <nick at xfce.org>, 2019
 # Dušan Kazik <prescott66 at gmail.com>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/sl.po b/po/sl.po
index 625c2b8..4490830 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Nick Schermer <nick at xfce.org>, 2018
 # Xfce Bot <transifex at xfce.org>, 2018
@@ -10,7 +10,7 @@
 # Aljoša Žagar <anthon.manix at gmail.com>, 2019
 # ansich <mojmejlzaforume at gmail.com>, 2019
 # Arnold Marko <arnold.marko at gmail.com>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/sq.po b/po/sq.po
index 605b083..b8bb513 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -2,11 +2,11 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Nick Schermer <nick at xfce.org>, 2019
 # Besnik <besnik at programeshqip.org>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -598,7 +598,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Kjo hedhje në në qarkullim merret me disa gabime gjatë nisjes, si dhe me "
diff --git a/po/sr.po b/po/sr.po
index dee3cad..b7eb11d 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -2,12 +2,12 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Nick Schermer <nick at xfce.org>, 2019
 # Саша Петровић <salepetronije at gmail.com>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -596,7 +596,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Ово издање се бави исправљањем грешака покретања и разним појавама укрштања "
diff --git a/po/sv.po b/po/sv.po
index e8ecbf2..13abc99 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2,14 +2,14 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Stefan Höök <stefan.hook at gmail.com>, 2018
 # Nick Schermer <nick at xfce.org>, 2020
 # Påvel Nicklasson <pavel2 at frimix.se>, 2020
 # Arve Eriksson <031299870 at telia.com>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -599,7 +599,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Den här utgåvan lägger till stöd för att köra i Wayland, och har uppdaterade"
@@ -607,7 +607,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Den här utgåvan åtgärdar en del fel vid uppstart, och diverse problem med "
diff --git a/po/th.po b/po/th.po
index 9cf1a87..61fed79 100644
--- a/po/th.po
+++ b/po/th.po
@@ -2,10 +2,10 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Theppitak Karoonboonyanan <theppitak at gmail.com>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/tr.po b/po/tr.po
index aace785..2f5851e 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Serdar Sağlam <teknomobil at msn.com>, 2019
@@ -10,7 +10,7 @@
 # Nick Schermer <nick at xfce.org>, 2020
 # Volkan Gezer <volkangezer at gmail.com>, 2020
 # Demiray Muhterem <mdemiray at msn.com>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -607,7 +607,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "Bu sürümler, Wayland altında çalışma desteği ekler ve basitleştirilmiş "
@@ -615,7 +615,7 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "Bu sürüm, bazı başlatma hatalarının yanı sıra sembolik bağlantılarda geçişle"
diff --git a/po/uk.po b/po/uk.po
index fa36aec..0c65717 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2,10 +2,10 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Yarema aka Knedlyk <yupadmin at gmail.com>, 2019
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 3ee7744..94788a6 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -2,7 +2,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Levi Zhou <congzhou821 at gmail.com>, 2018
 # No Body, 2018
@@ -10,7 +10,7 @@
 # Mingcong Bai <jeffbai at aosc.xyz>, 2019
 # Nick Schermer <nick at xfce.org>, 2020
 # 玉堂白鹤 <yjwork at qq.com>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -596,13 +596,13 @@ msgstr "Catfish 的主窗口显示了可用的过滤器以及过滤后的搜索
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr "此版本增加了在 Wayland 下运行的支持,并带有简化控件的刷新对话框。"
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr "此版本解决了一些启动错误以及遍历符号链接的各种问题。"
 
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 132c818..4366f76 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -2,13 +2,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-# 
+#
 # Translators:
 # Xfce Bot <transifex at xfce.org>, 2018
 # Walter Cheuk <wwycheuk at gmail.com>, 2019
 # Nick Schermer <nick at xfce.org>, 2020
 # 黃柏諺 <s8321414 at gmail.com>, 2020
-# 
+#
 #, fuzzy
 msgid ""
 msgstr ""
@@ -594,13 +594,13 @@ msgstr "顯示可用的過濾器與已過濾的搜尋結果的主要 Catfish 視
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
-"This releases adds support for running under Wayland and features refreshed "
+"This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr "此版本新增了在 Wayland 下執行的支援,以及帶有簡化過的控制元件的對話框。"
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:6
 msgid ""
-"This releases addresses some startup errors as well as various issues with "
+"This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr "此版本解決了一些啟動錯誤以及部份與符號連結相關的問題。"
 
diff --git a/setup.py b/setup.py
index b3455b9..24ef541 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ import shutil
 import sys
 import subprocess
 
-__version__ = '1.4.12'
+__version__ = '1.4.13'
 __url__ = 'https://docs.xfce.org/apps/catfish/start'
 
 try:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list