New Upstream Snapshot - catfish

Ready changes

Summary

Merged new upstream version: 4.16.4+git20221214.0.e792f9b (was: 4.16.4+git20221110.1.1aa7b0f).

Resulting package

Built on 2022-12-18T11:37 (took 4m12s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots catfish

Lintian Result

Diff

diff --git a/PKG-INFO b/PKG-INFO
index 3a85883..271a942 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,4 +1,4 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: catfish
 Version: 4.16.4
 Summary: file searching tool configurable via the command line
@@ -6,9 +6,6 @@ Home-page: https://docs.xfce.org/apps/catfish/start
 Author: Sean Davis
 Author-email: bluesabre@xfce.org
 License: GPL-2+
-Description: Catfish is a handy file searching tool for Linux and UNIX. The interface is intentionally lightweight and simple, using only Gtk+3. You can configure it to your needs by using several command line options.
-Platform: UNKNOWN
-Requires: dbus
 Requires: gi
 Requires: gi.repository.GLib
 Requires: gi.repository.GObject
@@ -22,3 +19,7 @@ Requires: gi.repository.Zeitgeist
 Requires: pexpect
 Provides: catfish
 Provides: catfish_lib
+License-File: COPYING
+License-File: AUTHORS
+
+Catfish is a handy file searching tool for Linux and UNIX. The interface is intentionally lightweight and simple, using only Gtk+3. You can configure it to your needs by using several command line options.
diff --git a/catfish/CatfishSearchEngine.py b/catfish/CatfishSearchEngine.py
index 4ad19cc..e585c6b 100644
--- a/catfish/CatfishSearchEngine.py
+++ b/catfish/CatfishSearchEngine.py
@@ -289,12 +289,11 @@ class CatfishSearchEngine:
             if " ".join(keywords) in fname.lower():
                 return True
         else:
-            match_list = set()
-            for kword in keywords:
-                if kword in fname.lower():
-                    match_list.add(kword)
-                if len(set(keywords)) == len(match_list):
-                    return True
+            fname = fname.lower()
+            for kword in set(keywords):
+                if kword not in fname:
+                    return False
+            return True
 
     def set_exact(self, exact):
         """Set method for exact"""
@@ -556,12 +555,15 @@ class CatfishSearchMethod_Fulltext(CatfishSearchMethod):
                 if " ".join(keywords) in line.lower():
                     return True
         else:
-            match_list = set()
+            keywords = list(set(keywords))
+            match_found = [False for i in range(len(keywords))]
+            match_found_count = 0
             for line in lines:
-                for kword in keywords:
-                    if kword in line.lower():
-                        match_list.add(kword)
-                if len(set(keywords)) == len(match_list):
+                for i in range(len(keywords)):
+                    if (not match_found[i]) and keywords[i] in line.lower():
+                        match_found[i] = True
+                        match_found_count += 1
+                if match_found_count == len(keywords):
                     return True
 
     def search_zip(self, z, member, keywords):
@@ -674,7 +676,7 @@ class CatfishSearchMethod_Zeitgeist(CatfishSearchMethod):
 
     def run(self, keywords, path, search_zips, regex=False, exclude_paths=[]):
         """Run the Zeitgeist SearchMethod."""
-        keywords = " ".join(keywords)
+        keywords = " ".join(keywords).lower()
         self.stop_search = False
         event_template = Zeitgeist.Event()
 
@@ -705,7 +707,7 @@ class CatfishSearchMethod_Zeitgeist(CatfishSearchMethod):
                 if uri.startswith('file://'):
                     fullname = str(uri[7:])
                     filepath, filename = os.path.split(fullname)
-                    if keywords.lower() in filename and \
+                    if keywords in filename and \
                             uri not in uniques and \
                             path in filepath:
                         uniques.append(uri)
diff --git a/debian/changelog b/debian/changelog
index 310ab74..84dc12a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+catfish (4.16.4+git20221214.0.e792f9b-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 18 Dec 2022 11:35:49 -0000
+
 catfish (4.16.4-2) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/po/bg.po b/po/bg.po
index 161b70b..07a7e20 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Kiril Kirilov <cybercop_montana@abv.bg>, 2022\n"
 "Language-Team: Bulgarian (https://www.transifex.com/xfce/teams/16840/bg/)\n"
@@ -144,7 +144,7 @@ msgstr "Папката не е намерена !"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Отказ"
@@ -223,7 +223,7 @@ msgstr "Друго"
 msgid "Any time"
 msgstr "По всяко време"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Днес"
 
@@ -251,7 +251,7 @@ msgstr "<b>Начална дата</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Крайна дата</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -267,11 +267,11 @@ msgstr "Базата за търсене не е обновявана повеч
 msgid "File Type"
 msgstr "Тип файл"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Променен"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Резултатите ще бъдат показани скоро или, когато бъдат открити."
 
@@ -415,7 +415,7 @@ msgstr "Непознато"
 msgid "Never"
 msgstr "Никога"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -424,37 +424,37 @@ msgstr ""
 "Въведете вашето запитване по-горе, за да намерите вашите файлове\n"
 "или кликнете на иконата %s за повече опции."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Възникна грешка при обновяването на базата с данни."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Идентификацията е неуспешна."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Идентификацията е отменена."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Базата с данни е обновена успешно."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Затваряне"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Обновяване…"
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Спиране на търсенето"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -462,39 +462,39 @@ msgstr ""
 "Извършва се търсене.\n"
 "Натиснете бутона за затваряне или клавиша Escape за да го спрете."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Започни търсене"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Не е избрана папка."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Папката не е намерена."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "\"%s\" не може да се отвори."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "«%s» не може да се съхрани."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "«%s» не може да се изтрие."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Запази \"%s\" като..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -503,7 +503,7 @@ msgstr ""
 "Сигурен ли сте, че искате да\n"
 "изтрите завинаги \"%s\"?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -512,47 +512,47 @@ msgstr ""
 "Сигурен ли сте, че искате да\n"
 "изтриете завинаги %i избрани файла?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Ако изтриете файла, той ще е безвъзвратно изгубен."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Име на файла"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Размер на файла"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Местоположение"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Преглед"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Детайли"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Отваряне с програмите по подразбиране"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Отваряне с"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Вчера"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Не са открити файлове."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -560,29 +560,29 @@ msgstr ""
 "Опитайте търсене с по- малко подробности\n"
 "или потърсете в друга директория."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "Открит е един файл."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "Открити са %i файла."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "байта"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Търсене..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Търсене на \"%s\""
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Резултати от търсенето на \"%s\""
@@ -659,6 +659,17 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"В тази версия има подобрение на клавишните комбинации, интеграцията на "
+"работната среда, поддръжката на файловия мениджър и общия вид и усещане. То,"
+" също така включва няколко корекции на грешки за потребители, които не "
+"използват Xfce."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -667,7 +678,7 @@ msgstr ""
 "файлове и обработката на избрани файлове. Той също така подобрява клавишните"
 " комбинации за стартиране на търсене или избор на нов път за търсене."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -678,7 +689,7 @@ msgstr ""
 "съдържанието на файла и предпочитаният изглед сега се запазват за всички "
 "сесии."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -687,7 +698,7 @@ msgstr ""
 "кодоровки и да регистрира съвпадения с всички ключови думи, вместо всяка "
 "поотделно."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -695,7 +706,7 @@ msgstr ""
 "Тази версия е интегрирана по-добре с Xfce десктоп, поддържа по-добре "
 "Zeitgeist datahub и включва много корекции на грешки и подобрения."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -703,7 +714,7 @@ msgstr ""
 "Това издание решава грешки в пакетирането за Debian и включва оптимизирани "
 "активи."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -711,7 +722,7 @@ msgstr ""
 "Това издание добавя поддръжка за работа под Wayland и предлага обновени "
 "диалози с опростени контроли."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -719,7 +730,7 @@ msgstr ""
 "Това издание адресира някои грешки при стартиране, както и различни проблеми"
 " с проследяването на символни връзки."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -728,7 +739,7 @@ msgstr ""
 "прозорец за предпочитания, подобрени са резултатите от търсенето и "
 "производителността."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -736,7 +747,7 @@ msgstr ""
 "Това издание включва подобрения на производителността, като изключва "
 "необичайни директории за търсене."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -744,7 +755,7 @@ msgstr ""
 "Това издание включва по- добра десктоп интеграция, поддръжка за OpenBSD и "
 "Wayland, както и подобрена езикова поддръжка."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -757,7 +768,7 @@ msgstr ""
 "изтеглят в други приложения. Миниатюрите се генерират само при поискване от "
 "потребителя."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -770,11 +781,11 @@ msgstr ""
 "показани в долната част на прозореца за резултатите, вече са приложими за "
 "всички теми на работния плот."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Това е издания с незначително обновяване - само на преводите."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -782,7 +793,7 @@ msgstr ""
 "Това издание включва няколко подобрения на производителността и множество "
 "обновления на преводите."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -790,7 +801,7 @@ msgstr ""
 "Тази версия вече показва всички файлови времеви отпечатъци според часовата "
 "зона вместо универсално координирано време (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -803,7 +814,7 @@ msgstr ""
 "Филтрите за диапазон от време сега се прилагат според часова зона вместо "
 "Универсално координирано време (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -817,12 +828,12 @@ msgstr ""
 "включително опционални headerbares и popup widgets. Работата с паролата бе "
 "подобрена с интегрирането на PolicyKit, когато е налице."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Тази версия поправя две нови грешки и включва обновления на преводите."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -830,7 +841,7 @@ msgstr ""
 "Тази версия отстранява регресия, при която приложението не може да стартира "
 "при някои системи."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -841,7 +852,7 @@ msgstr ""
 " търсене е остаряла и диалозите, използвани за обновяване на базата данни, "
 "са подобрени."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -849,7 +860,7 @@ msgstr ""
 "Тази версия отстранява два проблема, при които локализирането не би било "
 "правилно изпълнено и подобрява работата с липсващи символни икони."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -859,7 +870,7 @@ msgstr ""
 "парола, изчистен е непотребен код и са фиксираните потенциални проблеми със "
 "списъка и избора на елементи."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -867,7 +878,7 @@ msgstr ""
 "Тази версия отстрани потенциален проблем със сигурността при стартиране на "
 "програмата и фиксира регресия с избиране на няколко елемента."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/de.po b/po/de.po
index 6d906fa..e4fb591 100644
--- a/po/de.po
+++ b/po/de.po
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Andreas Eitel <github-aneitel@online.de>, 2022\n"
 "Language-Team: German (https://www.transifex.com/xfce/teams/16840/de/)\n"
@@ -146,7 +146,7 @@ msgstr "Datei nicht gefunden!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Abbrechen"
@@ -225,7 +225,7 @@ msgstr "Andere"
 msgid "Any time"
 msgstr "Beliebige Zeit"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Heute"
 
@@ -253,7 +253,7 @@ msgstr "<b>Anfangsdatum</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Enddatum</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -269,11 +269,11 @@ msgstr "Die Suchdatenbank ist älter als 7 Tage. Jetzt aktualisieren?"
 msgid "File Type"
 msgstr "Dateityp"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Verändert"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Ergebnisse werden angezeigt, sobald sie gefunden werden."
 
@@ -424,7 +424,7 @@ msgstr "Unbekannt"
 msgid "Never"
 msgstr "Niemals"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -433,37 +433,37 @@ msgstr ""
 "Geben Sie Ihre Anfrage oben ein, um Ihre Dateien zu finden\n"
 "oder klicken Sie auf das %s-Symbol für weitere Optionen."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Beim Aktualisieren der Datenbank ist ein Fehler aufgetreten."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Legitimierung fehlgeschlagen."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Legitimierung abgebrochen."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Die Suchdatenbank wurde erfolgreich aktualisiert."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Schließen"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Aktualisierung wird durchgeführt …"
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Suche beenden"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -471,39 +471,39 @@ msgstr ""
 "Suchvorgang läuft …\n"
 "Abbrechen klicken oder die die Escape-Taste drücken, um abzubrechen."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Suche beginnen"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Kein Ordner ausgewählt."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Ordner nicht gefunden."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "»%s« konnte nicht geöffnet werden."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "»%s« konnte nicht gespeichert werden."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "»%s« konnte nicht gelöscht werden."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "\"%s\" speichern unter …"
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -512,7 +512,7 @@ msgstr ""
 "Soll »%s« wirklich dauerhaft \n"
 "gelöscht werden?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -521,47 +521,47 @@ msgstr ""
 "Sollen die %i ausgewählten Dateien wirklich \n"
 "dauerthaft gelöscht werden?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Wenn Sie eine Datei löschen, ist sie dauerhaft verloren."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Dateiname"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Größe"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Ort"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Vorschau"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Details"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Mit Standardanwendungen öffnen"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Öffnen mit"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Gestern"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Keine Dateien gefunden."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -569,29 +569,29 @@ msgstr ""
 "Versuchen Sie, Ihre Suche weniger genau zu machen\n"
 "oder versuchen Sie ein anderes Verzeichnis."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "1 Datei gefunden."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i Dateien gefunden."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "Bytes"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Suche läuft …"
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Nach »%s« wird gesucht"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Suchergebnisse für »%s«"
@@ -667,6 +667,17 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Diese Version verbessert die Tastenkombinationen, die Integration der "
+"Desktop-Umgebung, Dateiverwaltungsunterstützung und das allgemeine "
+"Erscheinungsbild. Sie enthält auch mehrere Fehlerbehebungen für Nicht-Xfce-"
+"Benutzer."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -676,7 +687,7 @@ msgstr ""
 "verbessert auch die Tastenkombinationen für den Start einer Suche oder die "
 "Auswahl eines neuen Suchpfads."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -687,7 +698,7 @@ msgstr ""
 "Dateiinhalten und die bevorzugte Ansicht bleiben nun über Sitzungen hinweg "
 "erhalten."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -696,7 +707,7 @@ msgstr ""
 "unterstützen und alle Schlüsselwörter abzugleichen, anstatt nur eines "
 "abzugleichen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -705,7 +716,7 @@ msgstr ""
 " den Zeitgeist Datahub besser und enthält viele Bugfixes und Verbesserungen "
 "der Benutzerfreundlichkeit."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -713,7 +724,7 @@ msgstr ""
 "Diese Veröffentlichung behebt Paketierungsfehler für Debian und enthält "
 "optimierte Assets."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -721,7 +732,7 @@ msgstr ""
 "Diese Version unterstützt nun die Ausführung unter Wayland und bietet "
 "aktualisierte Dialoge mit vereinfachten Bedienelementen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -729,7 +740,7 @@ msgstr ""
 "Diese Version behebt einige Startfehler sowie verschiedene Probleme beim "
 "Durchlaufen symbolischer Links."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -737,7 +748,7 @@ msgstr ""
 "Diese Version enthält viele optische Verbesserungen, führt einen neuen "
 "Einstellungsdialog ein und verbessert Suchergebnisse und Leistung."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -745,7 +756,7 @@ msgstr ""
 "Diese Version enthält Leistungsverbesserungen durch den Ausschluss "
 "ungewöhnlicher Suchverzeichnisse."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -753,7 +764,7 @@ msgstr ""
 "Dieses Release bietet eine bessere Desktop-Integration, Unterstützung für "
 "OpenBSD und Wayland und eine verbesserte Übersetzungsunterstützung."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -766,7 +777,7 @@ msgstr ""
 "Anwendungen gezogen werden. Miniaturansichten werden nur auf Wunsch des "
 "Benutzers erzeugt."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -779,11 +790,11 @@ msgstr ""
 "Ergebnisfenster angezeigten Elemente sind jetzt mit allen Schreibtischthemen"
 " zugänglich."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Das ist eine kleine Version, die nur Übersetzungen enthält."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -791,7 +802,7 @@ msgstr ""
 "Diese Version enthält mehrere Leistungsverbesserungen und zahlreiche "
 "Übersetzungsaktualisierungen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -799,7 +810,7 @@ msgstr ""
 "Diese Version zeigt jetzt alle Dateizeitstempel nach Zeitzone statt nach "
 "koordinierter Weltzeit (UTC) an."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -812,7 +823,7 @@ msgstr ""
 " werden jetzt nach Zeitzone statt nach koordinierter Weltzeit (UTC) "
 "angewendet."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -827,13 +838,13 @@ msgstr ""
 "und Popover-Widgets. Die Handhabung von Passwörtern wurde durch die "
 "Integration von PolicyKit verbessert, sofern verfügbar."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Diese Version behebt zwei neue Fehler und enthält aktualisierte "
 "Übersetzungen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -841,7 +852,7 @@ msgstr ""
 "Diese Version behebt einen Rückschritt, bei dem es der Anwendung nicht "
 "möglich ist, auf einigen Systemen, zu starten."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -852,7 +863,7 @@ msgstr ""
 "Suchdatenbank nicht mehr aktuell ist und die Dialoge, die verwendet werden, "
 "um die Datenbank zu aktualisieren, wurden verbessert."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -860,7 +871,7 @@ msgstr ""
 "Diese Version behebt zwei Probleme, wo »locate« nicht richtig ausgeführt "
 "wurde und verbessert die Behandlung von fehlenden symbolischen Symbole."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -870,7 +881,7 @@ msgstr ""
 "bereinigt nicht benutzten Code und behebt mögliche Probleme mit der Liste "
 "und Elementauswahl."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -878,7 +889,7 @@ msgstr ""
 "Diese Version behebt eine mögliches Sicherheitsproblem beim Programmstart "
 "und einen Rückschritt bei der Auswahl mehrerer Elemente."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/el.po b/po/el.po
index 95be6fa..c952959 100644
--- a/po/el.po
+++ b/po/el.po
@@ -18,7 +18,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Ioannis LM, 2022\n"
 "Language-Team: Greek (https://www.transifex.com/xfce/teams/16840/el/)\n"
@@ -147,7 +147,7 @@ msgstr "Ο φάκελος δεν βρέθηκε!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Ακύρωση"
@@ -226,7 +226,7 @@ msgstr "Άλλο"
 msgid "Any time"
 msgstr "Οποιαδήποτε ώρα"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Σήμερα"
 
@@ -254,7 +254,7 @@ msgstr "<b>Αρχική ημερομηνία</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Τελική ημερομηνία</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -272,11 +272,11 @@ msgstr ""
 msgid "File Type"
 msgstr "Τύπος αρχείου"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Τροποποιήθηκε"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Τα αποτελέσματα θα εμφανίζονται αμέσως μόλις βρίσκονται."
 
@@ -423,7 +423,7 @@ msgstr "Άγνωστο"
 msgid "Never"
 msgstr "Ποτέ"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -432,37 +432,37 @@ msgstr ""
 "Εισάγετε την αναζήτησή σας επάνω για να βρείτε τα αρχεία σας\n"
 "ή κάνετε κλικ στο εικονίδιο %s για περισσότερες επιλογές."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Εμφανίστηκε λάθος κατά την ανανέωση της βάσης δεδομένων."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Η ταυτοποίηση απέτυχε."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Η ταυτοποίηση ακυρώθηκε."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Η βάση δεδομένων αναζήτησης ανανεώθηκε με επιτυχία."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Κλείσιμο"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Ενημέρωση..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Διακοπή αναζήτησης"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -470,39 +470,39 @@ msgstr ""
 "Αναζήτηση σε εξέλιξη...\n"
 "Για διακοπή πατήστε το κουμπί ακύρωσης ή το πλήκτρο Escape."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Έναρξη αναζήτησης"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Δεν επιλέχθηκε φάκελος."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Ο φάκελος δεν βρέθηκε."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "Αδυναμία ανοίγματος \"%s\"."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "Αδυναμία αποθήκευσης \"%s\"."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "Αδυναμία διαγραφής \"%s\"."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Αποθήκευση \"%s\" ως..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -511,7 +511,7 @@ msgstr ""
 "Θέλετε σίγουρα να \n"
 "διαγράψετε οριστικά το \"%s\";"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -520,47 +520,47 @@ msgstr ""
 "Θέλετε σίγουρα να \n"
 "διαγράψετε οριστικά τα %i επιλεγμένα αρχεία;"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Εάν διαγράψετε ένα αρχείο, χάνεται οριστικά."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Όνομα αρχείου"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Μέγεθος"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Τοποθεσία"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Προεπισκόπιση"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Λεπτομέρειες"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Άνοιγμα με προκαθορισμένες εφαρμογές"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Άνοιγμα με"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Χθες"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Δεν βρέθηκαν αρχεία."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -568,29 +568,29 @@ msgstr ""
 "Δοκιμάστε να κάνετε την αναζήτησή σας πιο γενική\n"
 "ή δοκιμάστε έναν άλλο κατάλογο."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "Βρέθηκε 1 αρχείο."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "Βρέθηκαν %i αρχεία."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bytes"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Αναζήτηση..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Αναζήτηση για \"%s\""
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Αποτελέσματα αναζήτησης για \"%s\""
@@ -667,6 +667,17 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Αυτή η έκδοση βελτιώνει τις συντομεύσεις πληκτρολογίου, την ενσωμάτωση στο "
+"περιβάλλον εργασίας, την υποστήριξη στο διαχειριστή αρχείων και τη γενική "
+"εμφάνιση και αίσθηση. Διαθέτει επίσης αρκετές διορθώσεις σφαλμάτων για "
+"χρήστες που δεν χρησιμοποιούν το Xfce."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -676,7 +687,7 @@ msgstr ""
 "επίσης τις συντομεύσεις πληκτρολογίου για εκκίνηση αναζήτησης ή επιλογή νέας"
 " διαδρομής αναζήτησης."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -687,7 +698,7 @@ msgstr ""
 "εντός συμπιεσμένων αρχείων. Η αναζήτηση στα περιεχόμενα των αρχείων και ο "
 "προτιμώμενος τύπος θέασης διατηρούνται πλέον μεταξύ των συνεδριών."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -696,7 +707,7 @@ msgstr ""
 "περισσότερες κωδικοποιήσεις και να ταιριάζει όλες τις λέξεις-κλειδιά αντί με"
 " οτιδήποτε."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -705,14 +716,14 @@ msgstr ""
 "καλύτερα το Zeitgeist datahub και περιλαμβάνει πολλές διορθώσεις σφαλμάτων "
 "και βελτιώσεις χρηστικότητας."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
 msgstr ""
 "Αυτή η έκδοση επιλύει σφάλματα πακέτων στο Debian και περιέχει βελτιώσεις."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -720,7 +731,7 @@ msgstr ""
 "Αυτή η έκδοση προσθέτει υποστήριξη για Wayland και ανανεωμένα παράθυρα "
 "διαλόγου με απλουστευμένα στοιχεία ελέγχου."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -728,7 +739,7 @@ msgstr ""
 "Αυτή η έκδοση αντιμετωπίζει κάποια σφάλματα εκκίνησης καθώς και διάφορα άλλα"
 " θέματα με τους συμβολικούς δεσμούς."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -737,7 +748,7 @@ msgstr ""
 "διάλογο στις προτιμήσεις και βελτιώνει τα αποτελέσματα αναζήτησης και την "
 "απόδοση."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -745,7 +756,7 @@ msgstr ""
 "Αυτή η έκδοση παρουσιάζει βελτιώσεις επιδόσεων εξαιρώντας τους μη "
 "συνηθισμένους καταλόγους στην αναζήτηση."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -753,7 +764,7 @@ msgstr ""
 "Αυτή η έκδοση παρουσιάζει καλύτερη ενσωμάτωση στα περιβάλλοντα εργασίας, "
 "υποστηρίζει OpenBSD και Wayland καθώς και βελτιωμένη υποστήριξη μετάφρασης."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -765,7 +776,7 @@ msgstr ""
 "επεξεργάζεται σωστά. Αρχεία μπορούν να μετακινηθούν σε άλλες εφαρμογές. Οι "
 "μικρογραφίες δημιουργούνται όταν ζητείται από το χρήστη."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -778,11 +789,11 @@ msgstr ""
 "εμφανίζονται στο κάτω μέρος του παραθύρου των αποτελεσμάτων είναι πλέον "
 "προσβάσιμα από όλα τα θέματα επιφάνειας εργασίας."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Αυτή είναι μία μικρή αναβάθμιση μετάφρασης"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -790,7 +801,7 @@ msgstr ""
 "Αυτή η έκδοση περιλαμβάνει πολλές βελτιώσεις απόδοσης και πολλές ενημερώσεις"
 " μεταφράσεων."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -798,7 +809,7 @@ msgstr ""
 "Αυτή η έκδοση εμφανίζει τώρα όλες τις χρονικές σημάνσεις των αρχείων με βάση"
 " τη ζώνη ώρας και όχι με βάση το παγκόσμιο συγχρονισμό του χρόνου (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -811,7 +822,7 @@ msgstr ""
 "κλικ. Τα φίλτρα εύρους της ημερομηνίας εφαρμόζονται πλέον με βάση τη ζώνη "
 "ώρας και όχι με βάση το παγκόσμιο συγχρονισμό του χρόνου (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -826,13 +837,13 @@ msgstr ""
 "διαχείριση των κωδικών έχει βελτιωθεί, με την ενσωμάτωση του PolicyKit όπου "
 "είναι διαθέσιμο."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Αυτή η έκδοση διορθώνει δύο νέα σφάλματα και περιλαμβάνει ενημερωμένες "
 "μεταφράσεις."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -840,7 +851,7 @@ msgstr ""
 "Αυτή η έκδοση διορθώνει ένα σφάλμα που επανεμφανίστηκε, όπου σε ορισμένα "
 "συστήματα η εφαρμογή δεν εκκινούσε."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -852,7 +863,7 @@ msgstr ""
 "παράθυρα διαλόγου που χρησιμοποιούνται για την ενημέρωση της βάσης "
 "δεδομένων."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -861,7 +872,7 @@ msgstr ""
 "εκτελεστεί σωστά και βελτιώνει το χειρισμό των συμβολικών εικονιδίων που "
 "λείπουν."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -871,7 +882,7 @@ msgstr ""
 "κωδικού, καθαρίζει αχρησιμοποίητο κώδικα, και διορθώνει πιθανά ζητήματα με "
 "την επιλογή λίστας και στοιχείων."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -880,7 +891,7 @@ msgstr ""
 "προγράμματος και διορθώνει ένα σφάλμα που επανεμφανίστηκε σε σχέση με την "
 "επιλογή πολλών στοιχείων."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/es.po b/po/es.po
index 5f88333..bf44eb6 100644
--- a/po/es.po
+++ b/po/es.po
@@ -17,7 +17,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Toni Estévez <toni.estevez@gmail.com>, 2022\n"
 "Language-Team: Spanish (https://www.transifex.com/xfce/teams/16840/es/)\n"
@@ -25,7 +25,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: es\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
 
 #: ../org.xfce.Catfish.desktop.in.h:1 ../data/ui/CatfishWindow.ui.h:35
 #: ../catfish_lib/catfishconfig.py:88
@@ -146,7 +146,7 @@ msgstr "No se ha encontrado la carpeta."
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Cancelar"
@@ -225,7 +225,7 @@ msgstr "Otros"
 msgid "Any time"
 msgstr "En cualquier momento"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Hoy"
 
@@ -253,7 +253,7 @@ msgstr "<b>Fecha inicial</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Fecha final</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -270,11 +270,11 @@ msgstr ""
 msgid "File Type"
 msgstr "Tipo de archivo"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Fecha de modificación"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Los resultados se mostrarán tan pronto como se encuentren."
 
@@ -418,7 +418,7 @@ msgstr "Desconocido"
 msgid "Never"
 msgstr "Nunca"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -427,37 +427,37 @@ msgstr ""
 "Escriba una consulta en el cuadro de arriba para buscar archivos\n"
 "o haga clic en el icono %s para ver más opciones."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Se ha producido un error al actualizar el índice de búsqueda."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Ha fallado la autenticación."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Se ha cancelado la autenticación."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "El índice de búsqueda se ha actualizado correctamente."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Cerrar"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Actualizando..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Detener la búsqueda"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -465,39 +465,39 @@ msgstr ""
 "Búsqueda en curso...\n"
 "Pulse el botón de cancelación o la tecla Esc para detenerla."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Iniciar la búsqueda"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "No se ha seleccionado ninguna carpeta."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "No se ha encontrado la carpeta."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "No se ha podido abrir «%s»."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "No se ha podido guardar «%s»."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "No se ha podido eliminar «%s»."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Guardar «%s» como..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -506,7 +506,7 @@ msgstr ""
 "¿Seguro que quiere eliminar \n"
 "permanentemente «%s»?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -515,47 +515,47 @@ msgstr ""
 "¿Seguro que quiere eliminar \n"
 "permanentemente los %i archivos seleccionados?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Si elimina un archivo, se perderá permanentemente."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Nombre"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Tamaño"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Ubicación"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Vista previa"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Detalles"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Abrir con las aplicaciones por defecto"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Abrir con"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Ayer"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "No se han encontrado archivos."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -563,29 +563,29 @@ msgstr ""
 "Trate de hacer una búsqueda menos específica\n"
 "o inténtelo en otra carpeta."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "Se ha encontrado un archivo."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "Se han encontrado %i archivos."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bytes"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Buscando..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Buscando «%s»"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Resultados de la búsqueda «%s»"
@@ -662,6 +662,17 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Esta versión mejora los atajos de teclado, la integración del entorno de "
+"escritorio, la compatibilidad con el gestor de archivos y el aspecto "
+"general. También incluye varias correcciones de errores para los que no son "
+"usuarios de Xfce."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -671,7 +682,7 @@ msgstr ""
 "seleccionados. También añade atajos de teclado para iniciar una búsqueda o "
 "seleccionar una ruta de búsqueda nueva."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -682,7 +693,7 @@ msgstr ""
 "búsqueda del contenido de los archivos y la vista preferida se conservan "
 "ahora entre sesiones."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -691,7 +702,7 @@ msgstr ""
 "codificaciones y coincida con todas las palabras clave en vez de solo con "
 "alguna."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -700,7 +711,7 @@ msgstr ""
 "el centro de datos Zeitgeist e incluye muchas correcciones de errores y "
 "mejoras de usabilidad."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -708,7 +719,7 @@ msgstr ""
 "Esta versión resuelve errores de empaquetado para Debian e incluye valores "
 "optimizados."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -716,7 +727,7 @@ msgstr ""
 "Esta versión añade compatibilidad para ejecutarse en Wayland y presenta "
 "diálogos renovados con controles simplificados."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -724,7 +735,7 @@ msgstr ""
 "Esta versión soluciona algunos errores de inicio, así como varios problemas "
 "con el manejo de los enlaces simbólicos."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -733,7 +744,7 @@ msgstr ""
 "diálogo de preferencias y mejora los resultados de los resultados de la "
 "búsqueda y el rendimiento."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -741,7 +752,7 @@ msgstr ""
 "Esta versión ofrece mejoras de rendimiento al excluir de la búsqueda "
 "carpetas poco comunes."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -750,7 +761,7 @@ msgstr ""
 "compatibilidad con OpenBSD y Wayland, y un mejor apoyo para las "
 "traducciones."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -763,7 +774,7 @@ msgstr ""
 "arrastrados a otras aplicaciones. Las miniaturas solo se generan cuando lo "
 "solicita el usuario."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -776,11 +787,11 @@ msgstr ""
 " se muestran en la parte inferior de la ventana de resultados ahora son "
 "accesibles con todos los temas del escritorio."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Esta es una versión menor solo para traducciones."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -788,7 +799,7 @@ msgstr ""
 "Esta versión presenta varias mejoras de rendimiento y numerosas "
 "actualizaciones de las traducciones."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -796,7 +807,7 @@ msgstr ""
 "Esta versión muestra ahora todas las marcas de tiempo de los archivos según "
 "la zona horaria en vez de según el tiempo universal coordinado (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -810,7 +821,7 @@ msgstr ""
 "acuerdo con la zona horaria en lugar de con el tiempo universal coordinado "
 "(UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -825,12 +836,12 @@ msgstr ""
 "opcionales y los elementos gráficos emergentes. El manejo de contraseñas se "
 "ha mejorado con la integración de PolicyKit cuando esté disponible."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Esta versión corrige dos errores nuevos e incluye traducciones actualizadas."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -838,7 +849,7 @@ msgstr ""
 "Esta versión corrige una regresión que impedía que la aplicación se iniciara"
 " en algunos sistemas."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -848,7 +859,7 @@ msgstr ""
 "de búsqueda. Ahora se muestra una barra de información cuando el índice de "
 "búsqueda está obsoleto y se han mejorado los diálogos para actualizarlo."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -856,7 +867,7 @@ msgstr ""
 "Esta versión corrige dos problemas que impedían ejecutar la orden locate "
 "correctamente y mejora el manejo de la falta de iconos simbólicos."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -866,7 +877,7 @@ msgstr ""
 "elimina código no utilizado y corrige posibles problemas con la lista y la "
 "selección de elementos."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -874,7 +885,7 @@ msgstr ""
 "Esta actualización soluciona un posible problema de seguridad con el inicio "
 "del programa y corrige una regresión al seleccionar múltiples elementos."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/et.po b/po/et.po
index e2d62fd..16e7230 100644
--- a/po/et.po
+++ b/po/et.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Priit Jõerüüt <transifex@joeruut.com>, 2022\n"
 "Language-Team: Estonian (https://www.transifex.com/xfce/teams/16840/et/)\n"
@@ -141,7 +141,7 @@ msgstr "Kausta ei leidu!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Tühista"
@@ -219,7 +219,7 @@ msgstr "Muud"
 msgid "Any time"
 msgstr "Millal iganes"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Täna"
 
@@ -247,7 +247,7 @@ msgstr "<b>Alates</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Kuni</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -264,11 +264,11 @@ msgstr ""
 msgid "File Type"
 msgstr "Faili tüüp"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Muudetud"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Tulemusi kuvatakse niipea, kui midagi leitakse."
 
@@ -412,7 +412,7 @@ msgstr "Tundmatu"
 msgid "Never"
 msgstr "Mitte kunagi"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -421,37 +421,37 @@ msgstr ""
 "Failide leidmiseks sisesta oma päring otsingukasti\n"
 "või lisaseadistuste jaoks klõpsi %s ikooni."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Otsingute andmebaasi uuendamisel tekkis viga."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Autentimine ei õnnetunud."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Autentimine tühistus."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Otsingute andmebaasi uuendus õnnestus."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Sulge"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Uuendan..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Peata otsing"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -459,39 +459,39 @@ msgstr ""
 "Otsing on käimas...\n"
 "Peatamiseks vajuta tühistamise nuppu või Escape klahvi."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Alusta otsingut"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Kaust on valimata."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Kausta ei leidu."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "„%s“ avamine ei õnnestunud."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "„%s“ salvestamine ei õnnestunud."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "„%s“ kustutamine ei õnnestunud."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Salvesta „%s“ kui..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -500,7 +500,7 @@ msgstr ""
 "Kas oled kindel,\n"
 "et soovid jäädavalt kustutada „%s“?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -509,47 +509,47 @@ msgstr ""
 "Kas oled kindel,\n"
 "et soovid jäädavalt kustutada %i valitud faili?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Kui sa kustutad faili, siis läheb see jäädavalt kaotsi."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Faili nimi"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Suurus"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Asukoht"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Eelvaade"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Üksikasjalik teave"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Ava vaikimisi rakendustega"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Ava muu rakendusega"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Eile"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Faile ei leidunud"
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -557,29 +557,29 @@ msgstr ""
 "Proovi üldistada otsingut\n"
 "või otsi muust kataloogist."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "Leidus 1 fail."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "Leidus %i faili."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "baiti"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Otsin..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Otsin vasteid sõnele „%s“"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Otsingutulemused sõne „%s“ kohta"
@@ -653,6 +653,17 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Selles versioonis on parandatud kiirklahvide kasutust, lõimimist "
+"töölauakeskkonnaga, failihalduri tuge ning üldist välimust ja tunnetust. "
+"Lisaks on parandatud mitmed vead, mis avaldusid rakenduse kasutamisel muudes"
+" töölauakeskkondades (i.e. mitte Xfce's)."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -661,7 +672,7 @@ msgstr ""
 "ning valitud failide käitlemine. Parandasime ka otsingu alustamise ja uue "
 "otsitee valimise kiirklahvide tööd."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -672,7 +683,7 @@ msgstr ""
 "Failide sisust otsimise ja eelistatud vaate seadistused säilivad ka "
 "järgmises sessioonis."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -680,7 +691,7 @@ msgstr ""
 "Selle versiooniga laiendasime täistekstiotsingut paljudesse märgistikesse "
 "ning mitme otsisõna puhul otsime neist kõiki, mitte aga mõnda üksikut."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -689,7 +700,7 @@ msgstr ""
 " andmekogu võimalusi. Lisaks tegime korda paljud vead ning parandasime "
 "kasutatavust."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -697,7 +708,7 @@ msgstr ""
 "Selle versiooniga parandasime Debiani jaoks pakendamise vigu ning  "
 "optimeerisime mõned teegid."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -705,7 +716,7 @@ msgstr ""
 "Selle versiooniga lisame Wayland'i toe ning lihtsustasime rakenduse "
 "põhivaateid."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -713,7 +724,7 @@ msgstr ""
 "Selle versiooniga parandasime mõned vead rakenduse käivitamisel ning "
 "sümbolnimede järgi liikumisel."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -721,7 +732,7 @@ msgstr ""
 "Selle versiooniga oleme parandanud rakenduse välimust, lisanud uue "
 "eelistuste vaate ning parandanud otsingute jõudlust ning tulemuste kuvamist."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -729,13 +740,13 @@ msgstr ""
 "Eemaldades mõned mittevajalikud otsingukaustad oleme selle versiooniga oleme"
 " parandanud otsingute jõudlust."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -743,7 +754,7 @@ msgid ""
 " generated when requested by the user."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -751,23 +762,25 @@ msgid ""
 "now accessible with all desktop themes."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "See versiooniga lisandus vaid tõlgete täiendusi."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
 msgstr ""
+"Selles versioonis parandasime rakenduse jõudlust ning täiendasime paljusid "
+"tõlkeid."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 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:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -775,7 +788,7 @@ msgid ""
 "according to timezone instead of Universal Coordinated Time (UTC)."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -784,43 +797,43 @@ msgid ""
 " integration of PolicyKit when available."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 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:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 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:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 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:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/eu.po b/po/eu.po
index 3d27f5c..1764d7f 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -5,18 +5,18 @@
 # 
 # Translators:
 # Xfce Bot <transifex@xfce.org>, 2018
-# Nick Schermer <nick@xfce.org>, 2019
+# Nick Schermer <nick@xfce.org>, 2018
 # Piarres Beobide <pi@beobide.net>, 2020
-# beriain, 2021
+# beriain, 2022
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
-"Last-Translator: beriain, 2021\n"
+"Last-Translator: beriain, 2022\n"
 "Language-Team: Basque (https://www.transifex.com/xfce/teams/16840/eu/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -69,7 +69,7 @@ msgstr "Leiho diseinua"
 
 #: ../data/ui/CatfishPreferences.ui.h:7
 msgid "Show _hidden files in the results"
-msgstr "Erakutsi ezkutatuko fitxategiak emaitzetan"
+msgstr "Erakutsi ezkutatutako fitxategiak emaitzetan"
 
 #: ../data/ui/CatfishPreferences.ui.h:8
 msgid "Show filter _sidebar"
@@ -141,7 +141,7 @@ msgstr "Karpeta ez da aurkitu!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Utzi"
@@ -219,7 +219,7 @@ msgstr "Besteak"
 msgid "Any time"
 msgstr "Edonoiz"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Gaur"
 
@@ -247,7 +247,7 @@ msgstr "<b>Hasiera data</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Amaiera data</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -263,11 +263,11 @@ msgstr "Bilaketa datu-basea 7 egun baino zaharragoa da. Eguneratu orain?"
 msgid "File Type"
 msgstr "Fitxategi mota"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Aldatuta"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Emaitzak aurkitu ahala erakutsiko dira."
 
@@ -317,7 +317,7 @@ msgstr "Alboko barra erakutsi"
 
 #: ../data/ui/CatfishWindow.ui.h:48
 msgid "Show _hidden files"
-msgstr "E_zkututko fitxategiak bistarazi"
+msgstr "E_zkutuko fitxategiak bistarazi"
 
 #: ../data/ui/CatfishWindow.ui.h:49
 msgid "Search file _contents"
@@ -407,7 +407,7 @@ msgstr "Ezezaguna"
 msgid "Never"
 msgstr "Inoiz"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -416,37 +416,37 @@ msgstr ""
 "Idatzi zure kontsulta goian zure fitxategiak aurkitzeko\n"
 "edo klikatu %s ikonoan aukera gehiago ikusteko."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Akats bat gertatu da datu-basea eguneratzerakoan."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Autentifikazioak huts egin du."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Autentifikazioa bertan behera utzi da."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Bilaketa datu-basea ongi eguneratu da."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Itxi"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Eguneratzen…"
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Bilaketa gelditu"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -454,46 +454,46 @@ msgstr ""
 "Bilaketa martxan da...\n"
 "Sakatu utzi botoia edo Esc tekla gelditzeko."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Bilaketa hasi"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Ez da karpetarik hautatu"
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Karpeta ez da aurkitu."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "Ezin izan da \"%s\" ireki."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "Ezin izan da \"%s\" gorde."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "Ezin izan da \"%s\" ezabatu."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Gorde \"%s\" honela..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
 "permanently delete \"%s\"?"
 msgstr "\"%s\" betiko ezabatu nahi duzu?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -502,47 +502,47 @@ msgstr ""
 "Hautatutako %i fitxategiak betiko\n"
 "ezabatu nahi dituzu?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Fitxategi bat ezabatzen baduzu, betiko galduko da."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Fitxategi-izena"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Tamaina"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Kokapena"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Aurrebista"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Xehetasunak"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr ""
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr ""
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Atzo"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Ez da fitxategirik aurkitu."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -550,29 +550,29 @@ msgstr ""
 "Saiatu bilaketa ez hain zehatza egiten\n"
 "edo saiatu beste karpeta batean bilatzen."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "Fitxategi 1 aurkitu da."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i fitxategi aurkitu dira."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "byte"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Bilatzen..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "\"%s\" bilatzen"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "\"%s\"(r)entzako bilaketa emaitzak"
@@ -647,6 +647,13 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -655,7 +662,7 @@ msgstr ""
 "hautatutako fitxategien erabilera hobetzen ditu. Bilaketa bat hasteko edo "
 "bilaketa bide berri baterako teklatuaren lasterbideak hobetzen ditu ere."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -665,7 +672,7 @@ msgstr ""
 "eta konprimatutako fitxategien barruan bilatzea onartzen du ere. Fitxategien"
 " edukian bilatzea eta lehenetsitako ikuspegia saioen artean mantentzen da."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -673,7 +680,7 @@ msgstr ""
 "Argitalpen honek testu-osoko bilaketa zabaltzen du kodeketa gehiago onartuz "
 "eta hitz-gako guztiak bilatuz edozein bilatu beharrean."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -682,7 +689,7 @@ msgstr ""
 "funtzionatzen du Zeitgeist datahub-arekin, eta konponketa eta "
 "erabilgarritasun hobekuntza asko dakar."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -690,7 +697,7 @@ msgstr ""
 "Bertsio honek paketatze arazoak konpontzen ditu Debianerako eta aktibo "
 "optimizatuak ditu."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -698,7 +705,7 @@ msgstr ""
 "Bertsio honek Wayland-en exekutatzeko aukera gehitzen du eta leiho berriak "
 "ditu elementu sinplifikatuekin."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -706,7 +713,7 @@ msgstr ""
 "Bertsio honek abiarazte orduko errore batzuk konpontzen ditu eta baita "
 "lotura sinbolikoen zeharkatzearekin ere."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -714,7 +721,7 @@ msgstr ""
 "Bertsio honek hainbat itxura hobekuntza ditu, hobespen leiho berri bat "
 "dakar, eta bilaketa emaitzak eta errendimendua hobetzen ditu."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -722,7 +729,7 @@ msgstr ""
 "Bertsio honek errendimendua hobetzen du ezohiko karpetak bilaketetik "
 "baztertuz."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -730,7 +737,7 @@ msgstr ""
 "Bertsio honek mahaigain integrazio hobea, OpenBSDrako eta Waylanderako "
 "bateragarritasuna, eta itzulpen laguntza hobetua dakar."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -742,7 +749,7 @@ msgstr ""
 "prozesatzen dira orain. Fitxategiak beste aplikazioetara arrastatu daitezke."
 " Iruditxoak soilik erabiltzaileak zehaztutakoan sortzen dira."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -754,11 +761,11 @@ msgstr ""
 "dator. Emaitzen leihoaren beheko aldean zerrendatutako elementuak mahaigain "
 "estilo guztiekin eskuragarri daude."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Hau itzulpenak soilik eguneratzen dituen argitalpen txiki bat da."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -766,7 +773,7 @@ msgstr ""
 "Bertsio honek errendimendu hobekuntza eta itzulpen eguneraketa ugari "
 "dakartza."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -774,7 +781,7 @@ msgstr ""
 "Bertsio honek fitxategi denborak ordu eremuaren arabera erakusten ditu eta "
 "ez Universal Coordinated Time (UTC)ren arabera."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -787,7 +794,7 @@ msgstr ""
 "ordu-zonaren arabera aplikatzen dira eta ez Universal Coordinated Timeren "
 "arabera (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -801,13 +808,13 @@ msgstr ""
 "gainetik pasatzerakoan ikusten diren widgetak. Pasahitzen kudeaketa hobetu "
 "da PolicyKitekin, erabilgarri dagoenean."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Bertsio honek bi akats berri konpontzen ditu eta itzulpen eguneratuak "
 "sartzen ditu."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -815,7 +822,7 @@ msgstr ""
 "Bertsio honek sistema batzuetan aplikazioa abiaraztea galarazten duen "
 "atzerapen bat konpontzen du."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -826,7 +833,7 @@ msgstr ""
 "zaharkituta dagoenean, eta datu-basea eguneratzeko erabiltzen diren "
 "leihotxoak hobetu dira."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -834,7 +841,7 @@ msgstr ""
 "Bertsio honek bilaketa ondo burutzen ez zen bi kasu konpontzen ditu eta "
 "falta diren ikono sinbolikoen kudeaketa hobetzen du."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -844,7 +851,7 @@ msgstr ""
 "erabili gabeko kodea kentzen du eta zerrenda eta elementuen hautaketarekin "
 "arazo potentzialak konpontzen ditu."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -852,7 +859,7 @@ msgstr ""
 "Bertsio honek programa hasieraren segurtasun arrisku handi bat konpontzen du"
 " eta baita hainbat elementu hautatzeko atzerapen bat ere."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/fr.po b/po/fr.po
index c7b21b8..0299fec 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -19,7 +19,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: jc1 <jc1.quebecos@gmail.com>, 2022\n"
 "Language-Team: French (https://www.transifex.com/xfce/teams/16840/fr/)\n"
@@ -27,7 +27,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: fr\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
 
 #: ../org.xfce.Catfish.desktop.in.h:1 ../data/ui/CatfishWindow.ui.h:35
 #: ../catfish_lib/catfishconfig.py:88
@@ -148,7 +148,7 @@ msgstr "Dossier non trouvé !"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Annuler"
@@ -227,7 +227,7 @@ msgstr "Autre"
 msgid "Any time"
 msgstr "Date indifférente"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Aujourd’hui"
 
@@ -255,7 +255,7 @@ msgstr "<b>Date de début</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Date de fin</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -273,11 +273,11 @@ msgstr ""
 msgid "File Type"
 msgstr "Type de fichier"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Date de modification  "
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Les résultats seront affichés dès que possible."
 
@@ -420,7 +420,7 @@ msgstr "Inconnu"
 msgid "Never"
 msgstr "Jamais"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -429,37 +429,37 @@ msgstr ""
 "Pour trouver vos fichiers, saisissez votre requête ci-dessus\n"
 "ou cliquez sur l'icône %s pour davantage d'options. "
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Une erreur est survenue lors de la mise à jour de la base de données."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "L’authentification a échoué."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Authentification annulée."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Base de données de recherche mise à jour avec succès."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Fermer"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Mise à jour…"
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Arrêter la recherche"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -467,39 +467,39 @@ msgstr ""
 "La recherche est en cours…\n"
 "Appuyez sur le bouton Annuler ou sur la touche Échap pour arrêter."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Commencer la recherche"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Aucun dossier sélectionné."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Dossier non trouvé."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "Impossible d’ouvrir « %s »."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "Impossible d’enregistrer « %s »."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "Impossible de supprimer « %s »."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Enregistrer « %s » sous…"
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -508,7 +508,7 @@ msgstr ""
 "Voulez-vous vraiment \n"
 "supprimer définitivement « %s » ?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -517,47 +517,47 @@ msgstr ""
 "Voulez-vous vraiment \n"
 "supprimer définitivement les %i fichiers sélectionnés ?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Si vous supprimez un fichier, il sera perdu définitivement."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Nom de fichier"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Taille"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Emplacement"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Aperçu"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Détails"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Ouvrez avec les applications par défaut"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Ouvrir avec"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Hier"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Aucun fichier trouvé."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -565,29 +565,29 @@ msgstr ""
 "Essayez de rendre votre recherche moins spécifique\n"
 "ou cherchez dans un autre répertoire."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "1 fichier trouvé."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i fichiers trouvés."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "octets"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Recherche…"
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Recherche de « %s »"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Résultats de la recherche pour « %s »"
@@ -664,6 +664,17 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Cette version améliore les raccourcis clavier, l'intégration de "
+"l'environnement de bureau, la prise en charge du gestionnaire de fichiers et"
+" l'aspect général. Il comporte également plusieurs corrections de bogues "
+"pour les utilisateurs non XFCE."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -673,7 +684,7 @@ msgstr ""
 "Elle améliore également les raccourcis clavier pour lancer une recherche ou "
 "sélectionner un nouveau chemin de recherche."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -684,7 +695,7 @@ msgstr ""
 "dans les fichiers compressés. La recherche du contenu du fichier et la vue "
 "préférée sont désormais conservées d'une session à l'autre."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -693,7 +704,7 @@ msgstr ""
 "de codages et correspondre à tous les mots-clés au lieu de correspondre à "
 "tout."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -702,7 +713,7 @@ msgstr ""
 "de données Zeitgeist, inclut de nombreuses corrections de bogues et améliore"
 " la convivialité."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -710,7 +721,7 @@ msgstr ""
 "Cette version résout des erreurs d’empaquetage pour Debian et inclut des "
 "ressources optimisées."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -718,7 +729,7 @@ msgstr ""
 "Cette version ajoute la prise en charge de l’exécution sous Wayland et "
 "propose des boîtes de dialogue actualisées avec des contrôles simplifiés."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -726,7 +737,7 @@ msgstr ""
 "Cette version corrige quelques erreurs de démarrage ainsi que divers "
 "problèmes liés à la traversée de liens symboliques."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -735,7 +746,7 @@ msgstr ""
 "une nouvelle fenêtre des préférences et améliore les résultats de recherche "
 "ainsi que les performances."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -743,7 +754,7 @@ msgstr ""
 "Cette version apporte des améliorations de performances en excluant des "
 "répertoires de recherche inhabituels."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -752,7 +763,7 @@ msgstr ""
 "charge d’OpenBSD et de Wayland, ainsi qu’une prise en charge améliorée de la"
 " traduction."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -765,7 +776,7 @@ msgstr ""
 "fichiers peuvent être glissés-déposés vers d'autres applications. Les "
 "miniatures sont générées uniquement à la demande de l'utilisateur."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -778,11 +789,11 @@ msgstr ""
 "affichés en bas de la fenêtre des résultats sont maintenant accessibles avec"
 " tous les thèmes de bureau."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Il s’agit d’une version de révision mineure des traductions."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -790,7 +801,7 @@ msgstr ""
 "Cette version offre plusieurs améliorations de performances et de nombreuses"
 " mises à jour de traductions."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -798,7 +809,7 @@ msgstr ""
 "Cette version affiche maintenant tous les horodatages de fichiers en "
 "fonction du fuseau horaire au lieu du temps universel coordonné (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -812,7 +823,7 @@ msgstr ""
 "selon le fuseau horaire (timezone), à la place du temps universel coordonné "
 "(UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -827,13 +838,13 @@ msgstr ""
 "optionnelles et des widgets. La gestion du mot de passe a été améliorée avec"
 " l’intégration de PolicyKit lorsque disponible."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Cette version corrige deux nouveaux bogues et comporte des mises à jour de "
 "traductions."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -841,7 +852,7 @@ msgstr ""
 "Cette version corrige une régression qui empêchait l’application de démarrer"
 " sur certains systèmes."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -853,7 +864,7 @@ msgstr ""
 "plus, la boîte de dialogue de mise à jour de la base de données a été "
 "améliorée."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -862,7 +873,7 @@ msgstr ""
 " pas exécutée correctement et améliore la gestion des icônes symboliques "
 "manquantes."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -872,7 +883,7 @@ msgstr ""
 "de passe, nettoyé le code inutilisé, et corrigé les problèmes potentiels "
 "lors de la sélection des listes et des éléments."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -881,7 +892,7 @@ msgstr ""
 " de démarrage ainsi qu’une régression avec la sélection multiples d’éléments"
 " ."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/he.po b/po/he.po
index eb810dd..7e28991 100644
--- a/po/he.po
+++ b/po/he.po
@@ -5,17 +5,17 @@
 # 
 # Translators:
 # Nick Schermer <nick@xfce.org>, 2019
-# Elishai Eliyahu <elishai@mailfence.com>, 2021
 # Omer I.S. <omeritzicschwartz@gmail.com>, 2021
+# Elishai Eliyahu <elishai@mailfence.com>, 2022
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
-"Last-Translator: Omer I.S. <omeritzicschwartz@gmail.com>, 2021\n"
+"Last-Translator: Elishai Eliyahu <elishai@mailfence.com>, 2022\n"
 "Language-Team: Hebrew (https://www.transifex.com/xfce/teams/16840/he/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -76,11 +76,11 @@ msgstr "הצג _סרגל צד סינון"
 
 #: ../data/ui/CatfishPreferences.ui.h:9
 msgid "Show file sizes in binary format"
-msgstr ""
+msgstr "הצג גודל קבצים בפורמט בינארי"
 
 #: ../data/ui/CatfishPreferences.ui.h:10
 msgid "Uncheck to show file size in decimal format"
-msgstr ""
+msgstr "בטל סימון כדי להציג גודל קבצים בפורמט דצימלי"
 
 #: ../data/ui/CatfishPreferences.ui.h:11
 msgid "Display Options"
@@ -140,7 +140,7 @@ msgstr "תיקייה לא נמצאת!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "בטל"
@@ -155,7 +155,7 @@ msgstr "_פתח"
 
 #: ../data/ui/CatfishWindow.ui.h:6
 msgid "_Open with..."
-msgstr ""
+msgstr "_פתח עם..."
 
 #. This menu contains the menu items: _Open, Show in _File Manager, _Copy
 #. Location, Save _As, _Delete
@@ -175,7 +175,7 @@ msgstr "_שמור בשם..."
 
 #: ../data/ui/CatfishWindow.ui.h:12
 msgid "_Delete..."
-msgstr ""
+msgstr "_מחק..."
 
 #: ../data/ui/CatfishWindow.ui.h:13
 msgid "File Extensions"
@@ -217,7 +217,7 @@ msgstr "אחר"
 msgid "Any time"
 msgstr "כל זמן"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "היום"
 
@@ -245,7 +245,7 @@ msgstr "<b>תאריך התחלה</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>תאריך סיום</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "שפמנון"
 
@@ -261,11 +261,11 @@ msgstr "מאגר נתוני החיפוש הוא בן יותר מ־7 ימים. ל
 msgid "File Type"
 msgstr "סוג קובץ"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "עודכן"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "תוצאות יוצגו ברגע שהן נמצאות."
 
@@ -382,7 +382,7 @@ msgstr "אם סופקו נתיב ושאלה, התחל חיפוש ברגע שהא
 
 #: ../catfish/__init__.py:63
 msgid "set a default column to sort by (name|size|path|date|type),(asc|desc)"
-msgstr ""
+msgstr "קבע עמודת ברירת מחדל למיון (name|size|path|date|type),(asc|desc)"
 
 #. Translators: this text is displayed next to
 #. a filename that is not utf-8 encoded.
@@ -403,7 +403,7 @@ msgstr "לא ידוע"
 msgid "Never"
 msgstr "אף פעם"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -412,37 +412,37 @@ msgstr ""
 "הכנס את השאילתה שלך למעלה כדי למצוא את הקבצים שלך\n"
 "או הקלק על אייקון %s לאפשרויות נוספות. "
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "אירעה שגיאה בעת עדכון מאגר הנתונים."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "אימות נכשל."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "אימות בוטל."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "מאגר חיפוש עודכן בהצלחה."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "סגור"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "מעדכן..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "עצור חיפוש"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -450,39 +450,39 @@ msgstr ""
 "חיפוש בעבודה...\n"
 "לחץ על כפתור ביטול או מקש אסקייפ לעצירה."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "התחל חיפוש"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "לא נבחרה תיקייה."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "תיקייה לא נמצאת."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "\"%s\" לא היה ניתן לפתיחה."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "\"%s\" לא היה ניתן לשמירה."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "\"%s\" לא היה ניתן למחיקה."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "שמור \"%s\" כ..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -491,7 +491,7 @@ msgstr ""
 "האם אתה בטוח שברצונך\n"
 "למחוק לצמיתות את \"%s\"?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -500,47 +500,47 @@ msgstr ""
 "האם אתה בטוח שברצונך\n"
 "למחוק לצמיתות את %i הקבצים הנבחרים?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "אם אתה מוחק קובץ, הוא אובד לצמיתות."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "שם קובץ"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "גודל"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "מיקום"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "תצוגה מקדימה"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "פרטים"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
-msgstr ""
+msgstr "פתח עם ישומי ברירת מחדל"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
-msgstr ""
+msgstr "פתח עם"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "אתמול"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "לא נמצאו קבצים."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -548,29 +548,29 @@ msgstr ""
 "נסה לעשות את החיפוש שלך פחות ספיציפי\n"
 "או נסה ספריה אחרת."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "קובץ 1 נמצא."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i קבצים נמצאו."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "בייטים"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "מחפש..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "מחפש את \"%s\""
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "תוצאות חיפוש עבור \"%s\""
@@ -641,6 +641,16 @@ msgstr "החלון הראשי של שפמנון המציג מסננים זמינ
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"גרסה זו משפרת קיצורי דרך מקלדת, שילוב סביבת שולחן עבודה, תמיכת מנהל קבצים, "
+"ומראה והרגשה כלליים. היא גם מציגה מספר תיקוני באגים עבור אלו שאינם משתמשים "
+"ב-Xfce."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -648,7 +658,7 @@ msgstr ""
 "גרסה זו משפרת תמיכה במנהל קבצים, תמיכה בקבצי זיפ, וטיפול בקבצים נבחרים. היא "
 "גם משפרת קיצורי מקלדת להתחלת חיפוש או לבחירת נתיב חיפוש חדש."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -657,7 +667,7 @@ msgstr ""
 "גרסה זו מרחיבה חיפוש טקסט מלא לתמיכה בסוגי קבצים נוספים ומוסיפה תמיכה לחיפוש"
 " בתוך קבצים מכווצים. חיפוש תכולת קובץ ותצוגה מועדפת נשמרים כעת בין סשנים."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -665,7 +675,7 @@ msgstr ""
 "גרסה זו מרחיבה חיפוש טקסט מלא לתמיכה בקידודים נוספים והתאמה לכל מילות המפתח "
 "במקום התאמה לחלק."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -673,27 +683,27 @@ msgstr ""
 "גרסה זו משתלבת טוב יותר עם שולחן עבודה Xfce, תומכת טוב יותר במרכז מידע "
 "Zeitgeist, וכוללת הרבה תיקוני באגים ושיפורים בשימושיות."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
 msgstr "גרסה זו פותרת שגיאות חבילה לדביאן וכוללת נכסים מיטביים."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 "גרסה זו מוסיפה תמיכה להפעלה תחת Wayland ומציגה דו שיח רענן עם בקרות פשוטות."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 "גרסה זו מטפלת בשגיאות הזנקה וגם בשגיאות שונות עם קישורים סימבוליים בהכחשה."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -701,14 +711,14 @@ msgstr ""
 "גרסה זו כוללת שיפורי הופעה רבים, מציגה דו שיח העדפות חדש, ומשפרת תוצאות "
 "חיפוש וביצועים."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
 msgstr ""
 "הגרסה הזו מציגה שיפורים בביצועים על ידי אי הכללת ספריות חיפוש לא נפוצות."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -716,7 +726,7 @@ msgstr ""
 "הגרסה הזו מציגה שילוב שולחן עבודה טוב יותר, תמיכה ב-OpenBSD ו-Wayland, "
 "ותמיכת תרגום משופרת."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -727,7 +737,7 @@ msgstr ""
 " ישנים. מחרוזות חיפוש במירכאות מטופלות נכון כעת. קבצים ניתנים לגרירה "
 "ליישומים אחרים. תמונות מוקטנות מיוצרות רק לבקשת המשתמש."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -738,17 +748,17 @@ msgstr ""
 "תצוגות מקדימות של אייקונים שופרו וכעת יתאימו לישומים אחרים. פריטים שמוצגים "
 "בתחתית חלון התוצאות נגישים כעת עם כל ערכות נושא שולחן עבודה."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "זוהי גרסה מינורית לתרגומים בלבד."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
 msgstr "גרסה זו מאופיינת בכמה שיפורי ביצועים ומספר עדכוני תרגום."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -756,7 +766,7 @@ msgstr ""
 "גרסה זו מציגה כעת את כל חותמות השעה של הקבצים לפי אזור זמן במקום שעה "
 "אוניברסלית מתואמת (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -768,7 +778,7 @@ msgstr ""
 "מסנני טווח התאריכים מיושמים כעת לפי איזור זמן במקום שעה אוניברסלית מתואמת "
 "(UTC). "
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -781,18 +791,18 @@ msgstr ""
 "הכלים GTK+, כולל כותרות אופציונליות ויישומונים קופצים. טיפול בסיסמאות שופר "
 "עם השילוב של ערכת מדיניות כאשר ישימה."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "גרסה זו מתקנת שני באגים חדשים וכוללת תרגומים מעודכנים."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
 msgstr ""
 "גרסה זו מתקנת באג רגרסיה בו האפליקציה לא היתה ניתנת להפעלה בכמה מערכות."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -801,7 +811,7 @@ msgstr ""
 "גרסה זו מתקנת באג רגרסיה בו מונחי חיפוש מרובים לא היו עוד נתמכים. כעת מוצגת "
 "שורת מידע כאשר מאגר החיפוש אינו בתוקף, והדו שיח לעדכון המאגר עבר שיפור."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -809,7 +819,7 @@ msgstr ""
 "גרסה זו מתקנת שתי בעיות בהן איתור לא היה מבוצע בצורה תקינה ומשפרת טיפול "
 "באיקונים סימבוליים חסרים."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -818,7 +828,7 @@ msgstr ""
 "גרסה יציבה זו שיפרה את האמינות של דו־שיח סיסמאות, ניקתה קוד לא בשימוש, "
 "ותיקנה בעיות פוטנציאליות בבחירת רשימות ופריטים."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -826,7 +836,7 @@ msgstr ""
 "גרסה זו תיקנה בעית אבטחה פוטנציאלית בהפעלת התוכנה ותיקנה באג רגרסיה בבחירת "
 "פריטים מרובים."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/id.po b/po/id.po
index 791cee9..be7da32 100644
--- a/po/id.po
+++ b/po/id.po
@@ -8,17 +8,17 @@
 # Nick Schermer <nick@xfce.org>, 2018
 # Kukuh Syafaat <syafaatkukuh@gmail.com>, 2019
 # Ardjuna <Asyura.x@gmail.com>, 2020
-# Triyan W. Nugroho <triyan.wn@gmail.com>, 2021
 # Faisal Rachmadin <frachmadin@gmail.com>, 2021
+# Triyan W. Nugroho <triyan.wn@gmail.com>, 2022
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
-"Last-Translator: Faisal Rachmadin <frachmadin@gmail.com>, 2021\n"
+"Last-Translator: Triyan W. Nugroho <triyan.wn@gmail.com>, 2022\n"
 "Language-Team: Indonesian (https://www.transifex.com/xfce/teams/16840/id/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -80,11 +80,12 @@ msgstr "Tampilkan bilah _sisi filter"
 
 #: ../data/ui/CatfishPreferences.ui.h:9
 msgid "Show file sizes in binary format"
-msgstr ""
+msgstr "Tampilkan ukuran berkas dalam format biner"
 
 #: ../data/ui/CatfishPreferences.ui.h:10
 msgid "Uncheck to show file size in decimal format"
 msgstr ""
+"Hilangkan tanda centang untuk menampilkan ukuran berkas dalam format desimal"
 
 #: ../data/ui/CatfishPreferences.ui.h:11
 msgid "Display Options"
@@ -144,7 +145,7 @@ msgstr "Folder tidak ditemukan!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Batal"
@@ -159,7 +160,7 @@ msgstr "_Buka"
 
 #: ../data/ui/CatfishWindow.ui.h:6
 msgid "_Open with..."
-msgstr ""
+msgstr "_Buka dengan..."
 
 #. This menu contains the menu items: _Open, Show in _File Manager, _Copy
 #. Location, Save _As, _Delete
@@ -179,7 +180,7 @@ msgstr "_Simpan sebagai..."
 
 #: ../data/ui/CatfishWindow.ui.h:12
 msgid "_Delete..."
-msgstr ""
+msgstr "_Hapus..."
 
 #: ../data/ui/CatfishWindow.ui.h:13
 msgid "File Extensions"
@@ -223,7 +224,7 @@ msgstr "Lainnya"
 msgid "Any time"
 msgstr "Segala waktu"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Hari Ini"
 
@@ -251,7 +252,7 @@ msgstr "<b>Tanggal Mula</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Tanggal Akhir</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -268,11 +269,11 @@ msgstr ""
 msgid "File Type"
 msgstr "Tipe Berkas"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Diubah"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Hasil akan ditampilkan segera setelah ditemukan."
 
@@ -414,7 +415,7 @@ msgstr "Tak Dikenal"
 msgid "Never"
 msgstr "Tak pernah"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -423,37 +424,37 @@ msgstr ""
 "Masukkan kueri Anda di atas untuk mencari berkas\n"
 "atau klik pada ikon %s untuk lebih banyak opsi."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Terjadi kesalahan saat memutakhirkan basis data."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Autentikasi gagal."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Autentikasi dibatalkan."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Basis data pencarian berhasil dimutakhirkan."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Tutup"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Memutakhirkan..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Hentikan Pencarian"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -461,39 +462,39 @@ msgstr ""
 "Pencarian sedang berlangsung...\n"
 "Tekan tombol batal atau Escape untuk menghentikan."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Mulai Pencarian"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Tidak ada folder terpilih."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Folder tidak ditemukan."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "\"%s\" tidak dapat dibuka."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "\"%s\" tidak dapat disimpan."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "\"%s\" tidak dapat dihapus."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Simpan \"%s\" sebagai..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -502,7 +503,7 @@ msgstr ""
 "Apakah Anda yakin akan menghapus \n"
 "\"%s\" secara permanen?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -511,47 +512,47 @@ msgstr ""
 "Apakah Anda yakin akan menghapus \n"
 "%i berkas yang dipilih secara permanen?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Jika Anda menghapus sebuah berkas, ia akan hilang secara permanen."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Nama Berkas"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Ukuran"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Lokasi"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Pratinjau"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Detail"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
-msgstr ""
+msgstr "Buka dengan aplikasi standar"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
-msgstr ""
+msgstr "Buka dengan"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Kemarin"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Berkas tidak ditemukan."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -559,29 +560,29 @@ msgstr ""
 "Cobalah melakukan pencarian secara kurang spesifik\n"
 "atau cobalah direktori lain."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "1 berkas ditemukan."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i berkas ditemukan."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bita"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Mencari..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Mencari \"%s\""
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Hasil pencarian untuk \"%s\""
@@ -656,6 +657,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Rilis ini meningkatkan pintasan papan tik, integrasi lingkungan desktop, "
+"dukungan manajer berkas, serta tampilan dan nuansa umum. Rilis ini juga "
+"mengedepankan beberapa perbaikan kutu untuk para pengguna non-Xfce."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -664,7 +675,7 @@ msgstr ""
 "penanganan berkas-berkas terpilih. Serta meningkatkan pintasan papan tik "
 "untuk memulai sebuah pencarian atau memilih sebuah path pencarian baru."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -675,7 +686,7 @@ msgstr ""
 "terkompresi. Pencarian konten berkas dan tampilan yang disukai sekarang "
 "disimpan di seluruh sesi."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -684,7 +695,7 @@ msgstr ""
 "pengkodean dan mencocokkan keseluruhan kata kunci, bukannya mencocokkan tiap"
 " kata kunci."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -693,7 +704,7 @@ msgstr ""
 "dukungan yang lebih baik dengan datahub Zeitgeist, dan menyertakan banyak "
 "perbaikan kutu serta peningkatan usabilitas."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -701,7 +712,7 @@ msgstr ""
 "Rilis ini mengatasi kesalahan pemaketan untuk Debian dan menyertakan aset-"
 "aset yang dioptimalkan."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -709,7 +720,7 @@ msgstr ""
 "Rilis ini menambahkan dukungan untuk berjalan di bawah Wayland dan "
 "mengedepankan penyegaran dialog dengan kontrol yang disederhanakan."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -717,7 +728,7 @@ msgstr ""
 "Rilis ini memperbaiki beberapa kesalahan saat mulai, serta beberapa "
 "permasalahan saat melintasi taut simbolis."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -725,7 +736,7 @@ msgstr ""
 "Rilis ini menyertakan beberapa peningkatan penampilan, memperkenalkan sebuah"
 " dialog preferensi baru, dan meningkatkan hasil pencarian dan performa."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -733,7 +744,7 @@ msgstr ""
 "Rilis ini mengedepankan peningkatan performa dengan mengecualikan direktori "
 "pencarian yang tak umum."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -741,7 +752,7 @@ msgstr ""
 "Rilis ini mengedepankan integrasi desktop yang lebih baik, dukungan untuk "
 "OpenBSD dan Wayland dan peningkatan dukungan penerjemahan."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -753,7 +764,7 @@ msgstr ""
 "pencarian dalam tanda petik kini diproses dengan benar. Berkas dapat diseret"
 " ke aplikasi lain. Gambar miniatur hanya dibuat jika diminta oleh pengguna."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -765,11 +776,11 @@ msgstr ""
 " dengan aplikasi lain. Item yang ditampilkan pada bagian bawah jendela hasil"
 " pencarian kini dapat diakses dengan semua tema desktop."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Ini adalah rilis minor dengan pemutakhiran terjemahan saja."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -777,7 +788,7 @@ msgstr ""
 "Rilis ini mengedepankan beberapa peningkatan performa dan sejumlah "
 "pemutakhiran terjemahan."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -785,7 +796,7 @@ msgstr ""
 "Rilis ini menampilkan semua cap waktu berkas berdasarkan zona waktu alih-"
 "alih Universal Coordinated Time (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -798,7 +809,7 @@ msgstr ""
 "diterapkan berdasar pada zona waktu alih-alih Universal Coordinated Time "
 "(UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -812,12 +823,12 @@ msgstr ""
 "termasuk bilah kepala opsional dan widget popover. Penanganan kata sandi "
 "telah ditingkatkan dengan integrasi PolicyKit jika tersedia."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Rilis ini memperbaiki dua kutu baru dan menyertakan pemutakhiran terjemahan."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -825,7 +836,7 @@ msgstr ""
 "Rilis ini memperbaiki sebuah regresi di mana aplikasi tidak bisa dimulai "
 "pada beberapa sistem."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -836,7 +847,7 @@ msgstr ""
 "pencarian telah lama tidak diperbarui, dan dialog yang digunakan untuk "
 "memperbarui basis data telah ditingkatkan."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -844,7 +855,7 @@ msgstr ""
 "Rilis ini memperbaiki dua permasalahan di mana locate tidak dieksekusi "
 "dengan benar dan peningkatan penanganan ikon simbolis yang hilang."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -854,7 +865,7 @@ msgstr ""
 "kode yang tidak digunakan, dan memperbaiki permasalahan potensial dengan "
 "daftar dan pemilihan item."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -862,7 +873,7 @@ msgstr ""
 "Rilis ini memperbaiki sebuah permasalahan keamanan potensial ketika memulai "
 "program, dan memperbaiki sebuah regresi dengan pemilihan beberapa item."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/ie.po b/po/ie.po
index 240f845..8d9c7c2 100644
--- a/po/ie.po
+++ b/po/ie.po
@@ -4,16 +4,16 @@
 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 # 
 # Translators:
-# Caarmi, 2020
+# Caarmi, 2022
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
-"Last-Translator: Caarmi, 2020\n"
+"Last-Translator: Caarmi, 2022\n"
 "Language-Team: Interlingue (https://www.transifex.com/xfce/teams/16840/ie/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -74,11 +74,11 @@ msgstr "Panel _láteral de filtre"
 
 #: ../data/ui/CatfishPreferences.ui.h:9
 msgid "Show file sizes in binary format"
-msgstr ""
+msgstr "Monstrar grandores de files in li binari formate"
 
 #: ../data/ui/CatfishPreferences.ui.h:10
 msgid "Uncheck to show file size in decimal format"
-msgstr ""
+msgstr "Vacui por mostrar grandores in li decimal formate"
 
 #: ../data/ui/CatfishPreferences.ui.h:11
 msgid "Display Options"
@@ -118,7 +118,7 @@ msgstr "Cluder li f_enestre pos apertion de un file"
 
 #: ../data/ui/CatfishPreferences.ui.h:20
 msgid "Search within compressed files (.zip, .odt, .docx)"
-msgstr ""
+msgstr "Serchar in compresset files (.zip, .odt, .docx)"
 
 #: ../data/ui/CatfishPreferences.ui.h:21
 msgid "Miscellaneous"
@@ -130,22 +130,22 @@ msgstr "Avansat"
 
 #: ../data/ui/CatfishWindow.ui.h:1
 msgid "Select a Folder"
-msgstr ""
+msgstr "Selecte un fólder"
 
 #: ../data/ui/CatfishWindow.ui.h:2
 msgid "Folder not found!"
-msgstr ""
+msgstr "Fólder ne trovat!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Anullar"
 
 #: ../data/ui/CatfishWindow.ui.h:4
 msgid "Select Folder"
-msgstr ""
+msgstr "Selecter fólder"
 
 #: ../data/ui/CatfishWindow.ui.h:5
 msgid "_Open"
@@ -153,7 +153,7 @@ msgstr "_Aperter"
 
 #: ../data/ui/CatfishWindow.ui.h:6
 msgid "_Open with..."
-msgstr ""
+msgstr "_Aperter per..."
 
 #. This menu contains the menu items: _Open, Show in _File Manager, _Copy
 #. Location, Save _As, _Delete
@@ -173,7 +173,7 @@ msgstr "_Gardar quam..."
 
 #: ../data/ui/CatfishWindow.ui.h:12
 msgid "_Delete..."
-msgstr ""
+msgstr "_Remover..."
 
 #: ../data/ui/CatfishWindow.ui.h:13
 msgid "File Extensions"
@@ -182,6 +182,7 @@ msgstr "Extensiones de file"
 #: ../data/ui/CatfishWindow.ui.h:14
 msgid "Enter a comma-separated list of file extensions (e.g. odt, png, txt)"
 msgstr ""
+"Provide un liste de extensiones, separat con commas (p.ex. odt, png, txt)"
 
 #: ../data/ui/CatfishWindow.ui.h:15
 msgid "Documents"
@@ -215,7 +216,7 @@ msgstr "Altri"
 msgid "Any time"
 msgstr "Alquel témpor"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Hodie"
 
@@ -225,7 +226,7 @@ msgstr "Ho-semane"
 
 #: ../data/ui/CatfishWindow.ui.h:25
 msgid "This month"
-msgstr ""
+msgstr "Ho-mensu"
 
 #: ../data/ui/CatfishWindow.ui.h:26
 msgid "Custom"
@@ -243,7 +244,7 @@ msgstr "<b>Initial date</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Final date</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -260,11 +261,11 @@ msgstr ""
 msgid "File Type"
 msgstr "Tip de file"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Modificat"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Li resultates va esser monstrat bentost que ili es trovat."
 
@@ -384,6 +385,8 @@ msgstr ""
 #: ../catfish/__init__.py:63
 msgid "set a default column to sort by (name|size|path|date|type),(asc|desc)"
 msgstr ""
+"ordinar secun ti columne "
+"(name=nómine|size=grandor|path=rute|date|type),(asc|desc)"
 
 #. Translators: this text is displayed next to
 #. a filename that is not utf-8 encoded.
@@ -404,7 +407,7 @@ msgstr "Ínconosset"
 msgid "Never"
 msgstr "Nequande"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -413,37 +416,37 @@ msgstr ""
 "Provide un demande por sercha de vor files\n"
 "o fa un clic sur li icone %s por plu optiones."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Un error evenit actualisante li base de data."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Autentication ne successat."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Autentication annulat."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Li base de data de sercha es actualisat."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Cluder"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Actualisante..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Haltar li sercha"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -451,39 +454,39 @@ msgstr ""
 "Serchante...\n"
 "Fa clic sur li buton Anullar or tippa Escape por interrupter."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Comensar li sercha"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
-msgstr ""
+msgstr "Null fólder selectet."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
-msgstr ""
+msgstr "Fólder ne trovat."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "«%s» ne posset esser apertet"
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "«%s» ne posset esser salvat"
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "«%s» ne posset esser deletet."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Gardar «%s» quam..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -492,7 +495,7 @@ msgstr ""
 "Esque vu vole remover\n"
 "«%s» permanentmen?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -501,75 +504,75 @@ msgstr ""
 "Esque vu vole deleter %i selectet\n"
 "files permanentmen?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Si vu delete un file, it va esser perdit irrevocabilmen."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Fil-nómine"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Grandore"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Localisation"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Previder"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Detallies"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
-msgstr ""
+msgstr "Aperter per predefinit applicationes"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
-msgstr ""
+msgstr "Aperter per"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Yer"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Null files trovat"
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
 msgstr "Fa vor sercha minu specific o usa un altri fólder."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "1 file trovat"
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i files trovat"
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "octetes"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Sercha..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Serchante por «%s»..."
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Resultates del sercha por «%s»"
@@ -643,67 +646,74 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
 "the preferred view is now preserved across sessions."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 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:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -711,7 +721,7 @@ msgid ""
 " generated when requested by the user."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -719,11 +729,11 @@ msgid ""
 "now accessible with all desktop themes."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Ti es un minori version solmen por actualisation de traductiones."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -731,13 +741,13 @@ msgstr ""
 "Ti-ci publication provide quelc ameliorationes de performantie e numerosi "
 "actualisamentes de traduction."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 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:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -745,7 +755,7 @@ msgid ""
 "according to timezone instead of Universal Coordinated Time (UTC)."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -754,44 +764,44 @@ msgid ""
 " integration of PolicyKit when available."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Ti-ci publication correcte du nov errores e include actualisat traductiones."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 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:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 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:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 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:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/it.po b/po/it.po
index 1f850bb..c3f5ebf 100644
--- a/po/it.po
+++ b/po/it.po
@@ -18,7 +18,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Emanuele Petriglia <transifex@emanuelepetriglia.com>, 2022\n"
 "Language-Team: Italian (https://www.transifex.com/xfce/teams/16840/it/)\n"
@@ -26,7 +26,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: it\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
 
 #: ../org.xfce.Catfish.desktop.in.h:1 ../data/ui/CatfishWindow.ui.h:35
 #: ../catfish_lib/catfishconfig.py:88
@@ -146,7 +146,7 @@ msgstr "Cartella non trovata!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Annulla"
@@ -225,7 +225,7 @@ msgstr "Altro"
 msgid "Any time"
 msgstr "Qualsiasi momento"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Oggi"
 
@@ -253,7 +253,7 @@ msgstr "<b>Data iniziale</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Data finale</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -269,11 +269,11 @@ msgstr "Il database di ricerca è vecchio più di 7 giorni. Aggiornarlo ora?"
 msgid "File Type"
 msgstr "Tipo di File"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Modificato"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "I risultati saranno mostrati non appena verranno trovati."
 
@@ -420,7 +420,7 @@ msgstr "Sconosciuto"
 msgid "Never"
 msgstr "Mai"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -429,37 +429,37 @@ msgstr ""
 "Inserisci la richiesta per cercare i propri file\n"
 "oppure fai click sull'icona %s per opzioni aggiuntive."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "È stato riscontrato un errore nell'aggiornamento del database."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Impossibile eseguire l'autenticazione."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Autenticazione annullata."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Il database di ricerca è stato aggiornato con successo."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Chiudi"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Aggiornamento in corso..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Interrompi ricerca"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -467,39 +467,39 @@ msgstr ""
 "Ricerca in corso...\n"
 "Premere il bottone annulla od il tasto Esc per interrompere."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Inizio ricerca"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Nessuna cartella selezionata."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Cartella non trovata."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "Impossibile aprire «%s»."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "Impossibile salvare «%s»."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "Impossibile eliminare «%s»."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Salva «%s» come…"
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -508,7 +508,7 @@ msgstr ""
 "Eliminare davvero «%s» \n"
 "in modo permanente?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -517,47 +517,47 @@ msgstr ""
 "Eliminare davvero i %i file selezionati \n"
 "in modo permanente?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Se si elimina un file, esso non sarà più recuperabile."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Nome file"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Dimensione"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Posizione"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Anteprima"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Dettagli"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Apri con applicazioni predefinite"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Apri con"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Ieri"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Nessun file trovato."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -565,29 +565,29 @@ msgstr ""
 "Provare a fare una ricerca meno specifica\n"
 "o provare un'altra cartella."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "Trovato 1 file."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "Trovati %i file."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "byte"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Ricerca in corso…"
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Ricerca di \"%s\""
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Risultati della ricerca di \"%s\""
@@ -663,6 +663,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Questo rilascio migliora le scorciatoie da tastiera, l'integrazione con "
+"l'ambiente desktop, il supporto al gestore dei file, e in generale l'aspetto"
+" complessivo. Sistema inoltre diversi bug per gli utenti non-Xfce."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -672,7 +682,7 @@ msgstr ""
 "da tastiera per avviare una ricerca o per selezionare un nuovo percorso di "
 "ricerca."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -682,7 +692,7 @@ msgstr ""
 "file e aggiunge il supporto per la ricerca nei file compressi. La ricerca "
 "all'interno dei file e la vista preferita è ora salvata tra le sessioni."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -690,7 +700,7 @@ msgstr ""
 "Questo rilascio aggiunge diverse codifiche e cerca tutte le parole chiave "
 "quando si cerca tutto il testo nella ricerca del testo."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -699,7 +709,7 @@ msgstr ""
 "il supporto a Zeitgeist e include molte correzioni di bug e miglioramenti "
 "dell'usabilità."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -707,7 +717,7 @@ msgstr ""
 "Questo rilascio corregge errori di impacchettamento per Debian e include "
 "risorse ottimizzate."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -715,7 +725,7 @@ msgstr ""
 "Questo rilascio aggiunge il supporto a Wayland e aggiorna diverse finestre "
 "semplificando i controlli."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -723,7 +733,7 @@ msgstr ""
 "Questo rilascio sistema alcuni errori di avvio e vari problemi con i link "
 "simbolici."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -732,7 +742,7 @@ msgstr ""
 " dialogo di preferenze e migliora i risultati della ricerca e le "
 "prestazioni."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -740,7 +750,7 @@ msgstr ""
 "Questo rilascio migliora le prestazioni escludendo le cartelle di ricerca "
 "non comuni."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -749,7 +759,7 @@ msgstr ""
 " migliore supporto per OpenBSD e Wayland e un maggiore supporto per la "
 "localizzazione."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -761,7 +771,7 @@ msgstr ""
 "processare. I file possono essere trascinati in altre applicazioni. Le "
 "anteprime sono generate solamente se richieste dall'utente."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -773,13 +783,13 @@ msgstr ""
 "le altre applicazioni. Gli elementi visualizzati in basso nella finestra dei"
 " risultati sono ora accessibili da tutti i temi."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr ""
 "Questa è un rilascio minore che contiene solamente aggiornamenti di "
 "traduzione."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -787,7 +797,7 @@ msgstr ""
 "Questo rilascio presenta parecchie migliorie di prestazioni e numerosi "
 "aggiornamenti di traduzione."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -795,7 +805,7 @@ msgstr ""
 "Questo rilascio da ora visualizza tutti i timestamp dei file in base al fuso"
 " orario invece che dal Tempo Coordinato Universale (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -808,7 +818,7 @@ msgstr ""
 "ripristinate. I filtri sull'intervallo delle date sono ora applicati in base"
 " al fuso orario invece che dal Tempo Coordinato Universale (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -822,12 +832,12 @@ msgstr ""
 "le barre header opzionali e widget a comparsa. La gestione delle password è "
 "stata migliorata con l'integrazione di PolicyKit se disponibile."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Questo rilascio corregge due nuovi bug ed include traduzioni aggiornate."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -835,7 +845,7 @@ msgstr ""
 "Questo rilascio corregge una regressione per cui l'applicazione non era in "
 "grado di avviarsi in alcuni sistemi."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -846,7 +856,7 @@ msgstr ""
 " di ricerca non è aggiornato, e le finestre di dialogo di aggiornamento "
 "database sono state migliorate."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -855,7 +865,7 @@ msgstr ""
 "correttamente eseguita e migliora la gestione delle icone simboliche "
 "mancanti."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -865,7 +875,7 @@ msgstr ""
 "per la password, elimina codice non usato e risolve potenziali problemi con "
 "la selezione di oggetti e liste."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -873,7 +883,7 @@ msgstr ""
 "Questo rilascio risolve un potenziale problema di sicurezza all'avvio del "
 "programma e risolve una regressione con la selezione di oggetti multipli."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/ja.po b/po/ja.po
index 053fa7d..2577e4d 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,17 +9,17 @@
 # Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp>, 2019
 # Nick Schermer <nick@xfce.org>, 2020
 # YAMADA Shinichirou <yamada_strong_yamada_nice_64bit@yahoo.co.jp>, 2020
-# UTUMI Hirosi <utuhiro78@yahoo.co.jp>, 2021
 # Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2022
+# UTUMI Hirosi <utuhiro78@yahoo.co.jp>, 2022
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
-"Last-Translator: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 2022\n"
+"Last-Translator: UTUMI Hirosi <utuhiro78@yahoo.co.jp>, 2022\n"
 "Language-Team: Japanese (https://www.transifex.com/xfce/teams/16840/ja/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -144,7 +144,7 @@ msgstr "フォルダーが見つかりません!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "キャンセル"
@@ -221,7 +221,7 @@ msgstr "その他"
 msgid "Any time"
 msgstr "時刻指定なし"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "今日"
 
@@ -249,7 +249,7 @@ msgstr "<b>開始日</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>終了日</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -265,11 +265,11 @@ msgstr "検索データベースは 7 日以上更新されていません。今
 msgid "File Type"
 msgstr "ファイル形式"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "修正日"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "結果は発見し次第表示されます。"
 
@@ -411,7 +411,7 @@ msgstr "不明"
 msgid "Never"
 msgstr "しない"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -420,37 +420,37 @@ msgstr ""
 "上にクエリを入力してファイルを見つけるか、\n"
 "%s アイコンをクリックしてその他のオプションを選択してください。"
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "データベースのアップデート中にエラーが発生しました。"
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "認証に失敗しました。"
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "認証はキャンセルされました。"
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "検索データベースはアップデートされました。"
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "閉じる"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "アップデート中..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "検索を停止"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -458,39 +458,39 @@ msgstr ""
 "検索中...\n"
 "中止するにはキャンセルボタンをクリックするかEscキーを押してください。"
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "検索を開始"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "フォルダーが選択されていません。"
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "フォルダーが見つかりません。"
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "\"%s\" を開けませんでした。"
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "\"%s\" は保存されていません。"
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "\"%s\" は削除できません。"
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "\"%s\" を別名で保存..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -499,7 +499,7 @@ msgstr ""
 "本当に \"%s\" を\n"
 "完全に削除しますか?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -508,47 +508,47 @@ msgstr ""
 "本当に %i 個のファイルを\n"
 "完全に削除しますか?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "削除されたファイルは二度と復元できません。"
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "ファイル名"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "サイズ"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "位置"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "プレビュー"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "詳細"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "デフォルトアプリケーションで開く"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "アプリケーションで開く"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "昨日"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "ファイルが一つも見つかりません。"
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -556,29 +556,29 @@ msgstr ""
 "検索語を減らすか、\n"
 "ほかのフォルダーを検索してください。"
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "1つのファイルを発見。"
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i つのファイルを発見。"
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bytes"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "検索しています..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "\"%s\" を検索中"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "\"%s\" の検索結果"
@@ -646,6 +646,15 @@ msgstr "メインの Catfish ウィンドウに利用可能なフィルタとフ
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"このリリースでは、キーボードショートカット、デスクトップ環境の統合、ファイルマネージャーのサポート、全般的なルックアンドフィールが改善されています。また、非"
+" Xfce ユーザー向けのいくつかのバグ修正も行っています。"
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -653,7 +662,7 @@ msgstr ""
 "このリリースでは、ファイルマネージャーのサポートと、zip "
 "ファイルのサポートと、複数ファイル選択時の処理が改善されています。また、検索を開始したり、新しい検索パスを選択したりするキーボードショートカットも改善されています。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -661,57 +670,57 @@ msgid ""
 msgstr ""
 "このリリースでは全文検索が拡張され、より多くのファイルタイプがサポートされ、圧縮ファイル内の検索サポートが追加されています。ファイル内容と優先ビューの検索が、セッション間で保持されるようになりました。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
 msgstr ""
 "このリリースでは全文検索が拡張され、より多くのエンコーディングサポートと、任意のキーワードではなくすべてのキーワードにマッチするようになりました。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
 msgstr ""
 "このリリースではXfceデスクトップとの統合が改善され、Zeitgeistデータハブのサポートが強化されています。多くのバグが修正され、使いやすさが向上しています。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
 msgstr "このリリースでは、Debian のパッケージングエラーが修正され、最適化された資源が含まれています。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr "このリリースでは、Wayland で実行するためのサポートが追加され、簡易化された操作に刷新したダイアログが特徴となっています。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr "このリリースでは、いくつかの起動エラーと、シンボリックリンクトラバーサルに関するさまざまな問題に対処しています。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 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:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
 msgstr "このリリースでは一般的ではない検索ディレクトリを除外することで、パフォーマンスが向上しています。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
 msgstr "このリリースの特徴はデスクトップ統合の改善、OpenBSDおよびWaylandのサポート、翻訳サポートの改善です。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -722,7 +731,7 @@ msgstr ""
 "引用符で囲まれた検索文字列は正しく処理されるようになりました。 ファイルは他のアプリケーションにドラッグできるようになりました。 "
 "サムネイルはユーザーが要求した際に生成されます。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -731,23 +740,23 @@ msgid ""
 msgstr ""
 "このリリースでは、サムネイル処理と多数のバグ修正によっていくつか問題が改善されています。アイコンのプレビューが改善され、他のアプリケーションと一致するようになりました。結果ウィンドウの下部に表示される項目は、すべてのデスクトップテーマでアクセスできるようになりました。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "これは翻訳のみのマイナーリリースです。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
 msgstr "このリリースでは、いくつかのパフォーマンスの改善と多くの翻訳更新が行われています。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
 msgstr "今回のリリースでは、世界協定時刻 (UTC) の代わりにタイムゾーンに従って、全てのファイルタイムスタンプが表示されるようになりました。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -757,7 +766,7 @@ msgstr ""
 "このリリースでは、結果ウィンドウに関するいくつかのバグが修正されています。 ファイルは削除されたとき、結果リストから再び削除されます。 "
 "中間および右クリック機能が復活しました。 日付範囲フィルタは、世界協定時刻 (UTC) ではなく、タイムゾーンに従って適用されるようになりました。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -768,17 +777,17 @@ msgstr ""
 "このリリースでは、重要なインタフェースの更新、検索速度の向上、いくつかのバグの修正が行われています。オプションのヘッダーバーやポップオーバーウィジェットを含む、GTK+"
 " ツールキットの最新機能のいくつかを利用することによってワークフローが向上しました。 PolicyKit の統合により、パスワード処理が改善されました。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "このリリースでは、2つの新しいバグ修正と翻訳の更新が含まれます。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
 msgstr "このリリースでは、一部のシステムでアプリケーションを起動できないリグレッション問題が修正されています。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -786,13 +795,13 @@ msgid ""
 msgstr ""
 "このリリースでは複数のキーワードでの検索ができなくなっていた問題を解決しました。検索データベースが古くなると情報バーが表示されるようにもなり、データベースのアップデートについてのダイアログも改善されました。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
 msgstr "このリリースでは、locate が正しく実行されない問題と欠けているシンボリックアイコンの処理を改善する問題が修正されています。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -800,13 +809,13 @@ msgid ""
 msgstr ""
 "この安定版のリリースでは、パスワードダイアログの信頼性を改善し、未使用のコードを削除し、リスト選択とアイテム選択に関する潜在的な問題を修正しました。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 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:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/ko.po b/po/ko.po
index 4222ac2..add3636 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@
 # Cybertramp <paran_son@outlook.com>, 2018
 # Xfce Bot <transifex@xfce.org>, 2018
 # Nick Schermer <nick@xfce.org>, 2020
-# 박정규(Jung-Kyu Park) <bagjunggyu@gmail.com>, 2020
+# 1763f4a4329a2376c933c5e919a36cbc_341ca53 <1f851310383599d03339229d772e1290_119292>, 2020
 # Seong-ho Cho <darkcircle.0426@gmail.com>, 2022
 # 
 #, fuzzy
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Seong-ho Cho <darkcircle.0426@gmail.com>, 2022\n"
 "Language-Team: Korean (https://www.transifex.com/xfce/teams/16840/ko/)\n"
@@ -78,11 +78,11 @@ msgstr "필터 가장자리 창 표시(_S)"
 
 #: ../data/ui/CatfishPreferences.ui.h:9
 msgid "Show file sizes in binary format"
-msgstr ""
+msgstr "2진 형식으로 파일 크기 표시"
 
 #: ../data/ui/CatfishPreferences.ui.h:10
 msgid "Uncheck to show file size in decimal format"
-msgstr ""
+msgstr "10진 형식으로 파일 크기를 나타내려면 표시를 끕니다"
 
 #: ../data/ui/CatfishPreferences.ui.h:11
 msgid "Display Options"
@@ -122,7 +122,7 @@ msgstr "파일을 연 후 검색 창 닫기(_W)"
 
 #: ../data/ui/CatfishPreferences.ui.h:20
 msgid "Search within compressed files (.zip, .odt, .docx)"
-msgstr ""
+msgstr "압축 파일만 검색 (.zip, .odt, .docx)"
 
 #: ../data/ui/CatfishPreferences.ui.h:21
 msgid "Miscellaneous"
@@ -142,7 +142,7 @@ msgstr "폴더가 없습니다!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "취소"
@@ -157,7 +157,7 @@ msgstr "열기(_O)"
 
 #: ../data/ui/CatfishWindow.ui.h:6
 msgid "_Open with..."
-msgstr ""
+msgstr "다른 프로그램으로 열기(_O)..."
 
 #. This menu contains the menu items: _Open, Show in _File Manager, _Copy
 #. Location, Save _As, _Delete
@@ -177,7 +177,7 @@ msgstr "다른 이름으로 저장(_S)..."
 
 #: ../data/ui/CatfishWindow.ui.h:12
 msgid "_Delete..."
-msgstr ""
+msgstr "삭제(_D)..."
 
 #: ../data/ui/CatfishWindow.ui.h:13
 msgid "File Extensions"
@@ -185,7 +185,7 @@ msgstr "파일 확장자"
 
 #: ../data/ui/CatfishWindow.ui.h:14
 msgid "Enter a comma-separated list of file extensions (e.g. odt, png, txt)"
-msgstr ""
+msgstr "파일 확장자를 쉼표 구분 목록 형식으로 입력하십시오 (예: odt, png, txt)"
 
 #: ../data/ui/CatfishWindow.ui.h:15
 msgid "Documents"
@@ -219,7 +219,7 @@ msgstr "기타"
 msgid "Any time"
 msgstr "언제든지"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "오늘"
 
@@ -247,7 +247,7 @@ msgstr "<b>시작일</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>종료일</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "메기"
 
@@ -263,11 +263,11 @@ msgstr "검색 데이터베이스가 7일 이상 되었습니다. 지금 업데
 msgid "File Type"
 msgstr "파일 형식"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "수정됨"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "발견되는 즉시 검색결과가 표시됩니다."
 
@@ -384,7 +384,7 @@ msgstr "만약 경로와 쿼리가 제공되면, 응용프로그램이 표시 
 
 #: ../catfish/__init__.py:63
 msgid "set a default column to sort by (name|size|path|date|type),(asc|desc)"
-msgstr ""
+msgstr "정렬 기본 기준을 설정합니다(name|size|path|date|type),(asc|desc)"
 
 #. Translators: this text is displayed next to
 #. a filename that is not utf-8 encoded.
@@ -408,7 +408,7 @@ msgstr "알 수 없음"
 msgid "Never"
 msgstr "안함"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -417,37 +417,37 @@ msgstr ""
 "찾을 파일에 대한 요청문을 입력하거나\n"
 "%s 아이콘을 눌러 더 많은 옵션을 보십시오."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "데이터베이스를 업데이트 하는 동안 에러가 발생하였습니다."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "인증에 실패함."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "인증이 취소됨."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "성공적으로 검색 데이터베이스를 업데이트 하였습니다."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "닫기"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "업데이트 중..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "검색 중지"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -455,93 +455,93 @@ msgstr ""
 "검색 진행 중...\n"
 "멈추려면 취소 단추 또는 Esc 키를 누르십시오."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "검색 시작"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "선택한 폴더가 없습니다."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "폴더가 없습니다."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "\"%s\"을(를) 열 수 없습니다."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "\"%s\"을(를) 저장할 수 없습니다."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "\"%s\"을(를) 삭제할 수 없습니다."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "\"%s\"을(를) 다른 이름으로 저장..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
 "permanently delete \"%s\"?"
 msgstr "\"%s\"를 영구히 삭제 하시렵니까?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
 "permanently delete the %i selected files?"
 msgstr "%i 선택된 파일들을 영구히 삭제 하시렵니까?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "만약 파일을 삭제하면, 영구히 사라집니다."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "파일 이름"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "크기"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "위치"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "미리 보기"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "자세히"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
-msgstr ""
+msgstr "기본 프로그램으로 열기"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
-msgstr ""
+msgstr "다른 프로그램으로 열기"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "어제"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "파일을 찾지 못했습니다."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -549,29 +549,29 @@ msgstr ""
 "검색 조건을 좀 더 단순히 하거나\n"
 "다른 디렉토리에서 시도해보세요."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "파일 하나를 찾았습니다."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i개의 파일을 찾았습니다."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "바이트"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "검색 중..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "\"%s\"을(를) 찾는 중"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "\"%s\"에 대한 검색 결과"
@@ -639,19 +639,32 @@ msgstr "가용 조건과 조건으로 걸러낸 검색 결과를 나타내는 
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"이번 출시 버전에서는 키보드 바로 가기 키, 데스크톱 환경 통합, 파일 관리자 지원, 일반 모양새를 개선했습니다. Xfce 사용자가 아닌"
+" 다른 사용자에게서 온 다양한 버그 문제를 해결했습니다."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
 msgstr ""
+"이번 출시 버전에서는 파일 관리자 지원, zip 파일 지원, 선택 파일 처리 기능을 개선했습니다. 검색을 시작할 때 또는 새 검색 경로를"
+" 선택할 때 키보드 바로 가기 키를 개선했습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
 "the preferred view is now preserved across sessions."
 msgstr ""
+"이번 출시 버전에서는 더 많은 파일 형식을 지원하도록 전체 문구 검색 기능을 확장했으며, 압축 파일 검색 지원도 추가했습니다. 파일 내용"
+" 검색 및 설정 보기 형태는 세션을 바꾸더라도 유지합니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -659,49 +672,51 @@ msgstr ""
 "이번 출시 버전에서는 더 많은 인코딩과 일부만 일치하는 조건이 아닌 모든 키워드가 일치하는 조건을 지원하도록 전체 문장 검색 기능을 "
 "확장했습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
 msgstr ""
+"이번 출시 버전에서는 Xfce 데스크톱 통합, 짜이트 가이스트 데이터 허브 지원 개선, 수많은 문제 해결 및, 사용성 개선 결과물이 "
+"들어갔습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
 msgstr "이 릴리즈에서는 데비안의 패키징 문제를 해결하고 최적화한 어셋을 넣었습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr "이 릴리즈에서는 웨일랜드 기반 실행 기능을 추가하였고 대화 상자의 컨트롤을 단순화하였습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr "이 릴리즈에서는 심볼릭 링크를 따라갈 때와 같은 다양한 시작 문제 일부를 해결했습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 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:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
 msgstr "이번 릴리스에서는 흔하지 않은 검색 디렉터리를 제외하여 검색 성능을 개선하는 기능을 갖추었습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
 msgstr "이번 릴리스에서는 OpenBSD, 웨일랜드를 지원하여 더 나은 데스크톱 통합 기능을 갖추었으며, 번역을 개선했습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -711,7 +726,7 @@ msgstr ""
 "이 릴리스에서는 성능을 개선했고 데스크톱에 좀 더 어우러지도록 했으며, 오랫동안 남아있던 많은 버그를 수정했습니다. 따옴표로 감싼 검색 "
 "문자열을 이제 제대로 처리합니다. 파일을 다른 프로그램으로 끌어다 넣을 수 있습니다. 미리 보기 그림은 사용자가 요청할 때만 만듭니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -721,23 +736,23 @@ msgstr ""
 "이 릴리스에서는 몇가지 미리 보기 그림 처리 기능을 개선하고 다양한 문제를 수정했습니다. 미리 보기 아이콘을 개선했으며 다른 프로그램과 "
 "어우러집니다. 결과 화면 하단에 나타나는 항목은 모든 데스크톱 테마에서 접근할 수 있습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "이 출시판은 사소한 번역을 추가했습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
 msgstr "이 릴리스에서는 다양한 부분에서 성능 개선을 진행했으며, 수많은 언어로의 번역 업데이트를 실었습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
 msgstr "이 릴리즈는 UTC(세계협정표준시)에 따른 모든 타임 스탬프를 표시합니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -747,7 +762,7 @@ msgstr ""
 "이 릴리즈는 결과 창에 관련된 몇몇 버그가 수정되었습니다. 파일을 삭제하면 목록에서 다시 한 번 제거됩니다. 중간과 오른쪽 클릭 기능은 "
 "복구되었습니다. 날짜 범위 필터는 이제 UTC(세계협정표준시)에 따라 적용됩니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -759,17 +774,17 @@ msgstr ""
 "toolkit의 최신 기능을 사용하며, 추가적으로 더 나은 위젯과 헤더바를 추가 하고 있습니다. 암호 처리 기능은 PolicyKit "
 "통합으로 개선했습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "이 릴리즈는 2가지의 새로운 버그를 수정 하고 번역 업데이트를 포함합니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
 msgstr "이 릴리즈는 일부 시스템에서 실행 불가능한 문제를 해결했습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -778,13 +793,13 @@ msgstr ""
 "이 릴리즈는 다중 검색이 불가능 했던 점이 수정되었습니다. 정보 표시줄에 검색 데이터베이스가 오래된 경우 표시되며, 데이터베이스 "
 "업데이트를 하기위한 대화상자가 향상되었습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
 msgstr "이 릴리즈는 locate가 제대로 실행되지 않고 누락 된 기호 아이콘의 처리를 향상시키는 두 가지 문제를 수정합니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -793,13 +808,13 @@ msgstr ""
 "이번 안정적인 릴리즈는 암호 대화상자의 신뢰성을 향상시키고, 사용되지 않는 코드를 청소하였으며, 잠재적인 목록과 요소의 선택 문제를 "
 "수정하였습니다."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 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:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/lt.po b/po/lt.po
index 6098244..b77249d 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Moo, 2022\n"
 "Language-Team: Lithuanian (https://www.transifex.com/xfce/teams/16840/lt/)\n"
@@ -142,7 +142,7 @@ msgstr "Aplankas nerastas!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Atsisakyti"
@@ -220,7 +220,7 @@ msgstr "Kita"
 msgid "Any time"
 msgstr "Bet kada"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Šiandien"
 
@@ -248,7 +248,7 @@ msgstr "<b>Pradžios data</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Pabaigos data</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -265,11 +265,11 @@ msgstr ""
 msgid "File Type"
 msgstr "Failo tipas"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Keista"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Rezultatai bus rodomi iš karto, kai tik bus rasti."
 
@@ -414,7 +414,7 @@ msgstr "Nežinoma"
 msgid "Never"
 msgstr "Niekada"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -424,37 +424,37 @@ msgstr ""
 "arba, išsamesniems parametrams, spustelėkite\n"
 "ant %s piktogramos."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Atnaujinant duomenų bazę, įvyko klaida."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Nepavyko nustatyti tapatybės."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Tapatybės nustatymas atšauktas."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Paieškos duomenų bazė sėkmingai atnaujinta."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Užverti"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Atnaujinama..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Stabdyti paiešką"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -462,39 +462,39 @@ msgstr ""
 "Paieška yra vykdoma...\n"
 "Norėdami sustabdyti, spauskite atšaukimo arba Escape mygtuką."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Pradėti paiešką"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Nepasirinktas joks aplankas."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Aplankas nerastas."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "Nepavyko atverti „%s“."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "Nepavyko įrašyti „%s“."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "Nepavyko ištrinti „%s“."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Įrašyti „%s“ kaip..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -503,7 +503,7 @@ msgstr ""
 "Ar tikrai norite negrįžtamai \n"
 "ištrinti „%s“?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -512,47 +512,47 @@ msgstr ""
 "Ar tikrai norite negrįžtamai ištrinti \n"
 "%i pasirinktus failus?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Jeigu ištrinsite failą, jis bus negrįžtamai prarastas."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Failo pavadinimas"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Dydis"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Vieta"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Peržiūra"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Išsamesnė informacija"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Atverti naudojant numatytąsias programas"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Atverti naudojant"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Vakar"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Failų nerasta."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -560,29 +560,29 @@ msgstr ""
 "Pabandykite vykdyti ne tokią konkrečią paiešką\n"
 "arba pabandykite kitą katalogą."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "Rastas 1 failas."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "Rasta %i failų."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "baitų"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Ieškoma..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Ieškoma „%s“"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "„%s“ paieškos rezultatai"
@@ -658,6 +658,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Ši laida patobulina sparčiuosius klavišus, darbalaukio aplinkos integraciją,"
+" failų tvarkytuvės palaikymą ir bendrą išvaizdą bei turinį. Joje taip pat "
+"pristatomi keli klaidų pataisymai ne Xfce naudotojams."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -666,7 +676,7 @@ msgstr ""
 "pasirinktų failų apdorojimą. Joje taip pat patobulinti spartieji klavišai, "
 "skirti pradėti paiešką ar pasirinkti naują paieškos kelią."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -676,7 +686,7 @@ msgstr ""
 "tipų ir pridėtas paieškos suglaudintuose failuose palaikymas. Failų turinio "
 "paieška ir pageidaujamas rodinys, dabar, yra išsaugomi tarp seansų."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -685,7 +695,7 @@ msgstr ""
 "ir, kad vietoj bet kurio atitinkamo raktažodžio, būtų atitinkami visi "
 "raktažodžiai. "
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -694,7 +704,7 @@ msgstr ""
 "duomenų mazgą ir joje yra daug klaidų pataisymų bei naudojimosi patogumo "
 "patobulinimų."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -702,7 +712,7 @@ msgstr ""
 "Ši laida išsprendžia Debian pakavimo klaidas, o taip pat joje yra "
 "optimizuoti komponentai."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -710,7 +720,7 @@ msgstr ""
 "Ši laida prideda palaikymą veikiant Wayland aplinkoje ir joje yra pateikiami"
 " atnaujinti dialogai su supaprastintais valdikliais."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -718,7 +728,7 @@ msgstr ""
 "Šioje laidoje buvo pataisytos kai kurios paleisties klaidos, o taip pat "
 "įvairios problemos su simbolinių nuorodų perėjimu skersai."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -726,7 +736,7 @@ msgstr ""
 "Į šią laidą įeina daug išvaizdos patobulinimų, pristatomas naujas nuostatų "
 "dialogas ir patobulinami paieškos rezultatai bei našumas."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -734,7 +744,7 @@ msgstr ""
 "Šioje laidoje yra našumo patobulinimai, išbraukiant nedažnai naudojamus "
 "paieškos katalogus."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -742,7 +752,7 @@ msgstr ""
 "Šioje laidoje yra geresnė darbalaukių integracija, OpenBSD ir Wayland "
 "palaikymas ir patobulintas vertimų palaikymas."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -754,7 +764,7 @@ msgstr ""
 "teisingai. Failai gali būti velkami į kitas programas. Miniatiūros yra "
 "generuojamos tik kai to užklausia naudotojas."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -766,11 +776,11 @@ msgstr ""
 "jos atitiks kitas programas. Rezultatų apačioje rodomi elementai dabar yra "
 "pasiekiami su visomis darbalaukio temomis."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Tai yra smulki tik vertimų atnaujinimo laida."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -778,7 +788,7 @@ msgstr ""
 "Šioje laidoje yra keli našumo patobulinimai ir daugybės vertimų "
 "atnaujinimai."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -786,7 +796,7 @@ msgstr ""
 "Dabar, šioje laidoje visos failų laiko žymės yra rodomos atitinkamai pagal "
 "laiko juostą, o ne suderintąjį pasaulinį laiką (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -799,7 +809,7 @@ msgstr ""
 "dabar yra pritaikomi pagal laiko juostą, o ne pagal suderintąjį pasaulinį "
 "laiką (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -813,12 +823,12 @@ msgstr ""
 "juostas bei iššokančius valdiklius. Buvo patobulintas slaptažodžių "
 "apdorojimas su PolicyKit integravimu, kai tai yra prieinama."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Šioje laidoje ištaisomos dvi naujos klaidos ir yra atnaujinami vertimai."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -826,7 +836,7 @@ msgstr ""
 "Šioje laidoje yra ištaisyta regresija, dėl kurios kai kuriose sistemose buvo"
 " neįmanoma paleisti programos."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -837,7 +847,7 @@ msgstr ""
 "rodoma informacinė juosta, o taip pat yra patobulinti duomenų bazės "
 "atnaujinimo dialogai."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -846,7 +856,7 @@ msgstr ""
 "vietos nustatymas, o taip pat patobulinamas trūkstamų simbolinių piktogramų "
 "apdorojimas."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -856,7 +866,7 @@ msgstr ""
 "nebenaudojamas kodas ir ištaisytos potencialios, su sąrašo ir elemento "
 "pasirinkimu susijusios, klaidos."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -865,7 +875,7 @@ msgstr ""
 "paleidimu, o taip pat ištaisyta, su kelių elementų pasirinkimu susijusi, "
 "regresija."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/nb.po b/po/nb.po
index 4bd0404..ea69743 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: heskjestad <cato@heskjestad.xyz>, 2022\n"
 "Language-Team: Norwegian Bokmål (https://www.transifex.com/xfce/teams/16840/nb/)\n"
@@ -142,7 +142,7 @@ msgstr "Fant ikke mappe"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Avbryt"
@@ -219,7 +219,7 @@ msgstr "Andre"
 msgid "Any time"
 msgstr "Når som helst"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Idag"
 
@@ -247,7 +247,7 @@ msgstr "<b>Startdato</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Sluttdato</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -263,11 +263,11 @@ msgstr "Søkedatabasen er over 7 dager gammel. Vil du oppdatere den nå?"
 msgid "File Type"
 msgstr "Filtype"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Endret"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Resultatene vil vises så fort de blir funnet."
 
@@ -410,7 +410,7 @@ msgstr "Ukjent"
 msgid "Never"
 msgstr "Aldri"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -419,37 +419,37 @@ msgstr ""
 "Skriv inn søkekriteriet ditt for å finne filene dine\n"
 "eller klikk på %s-ikonet for mer informasjon."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "En feil oppsto under oppdatering av databasen."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Autentiseringen mislyktes."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Autentiseringen ble avbrutt."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Databaseoppdatering fullført."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Lukk"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Oppdaterer …"
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Stopp søk"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -457,39 +457,39 @@ msgstr ""
 "Søker …\n"
 "Trykk på Avbryt eller Esc-tasten for å stoppe søket."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Start søk"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Ingen mappe er valgt."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Fant ikke mappe."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "Klarte ikke åpne «%s»."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "Klarte ikke lagre «%s»."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "Klarte ikke slette «%s»."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Lagre «%s» som …"
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -498,7 +498,7 @@ msgstr ""
 "Er du sikker på at du vil\n"
 "slette «%s» for godt?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -507,47 +507,47 @@ msgstr ""
 "Er du sikker på at du vil\n"
 "slette de %i markerte filene for godt?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Hvis du sletter en fil, er den borte for alltid."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Filnavn"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Størrelse"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Plassering"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Forhåndsvisning"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Detaljer"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Åpne med forvalgte programmer"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Åpne med"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Igår"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Fant ingen filer."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -555,29 +555,29 @@ msgstr ""
 "Prøv å gjøre søket mindre spesifikt\n"
 "eller prøv en annen mappe."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "Fant 1 fil."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "Fant %i filer."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "byte"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Søker …"
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Søker etter «%s»"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Søkeresultatet for «%s»"
@@ -650,6 +650,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Denne utgivelsen forbedrer hurtigtaster, integrasjon i skrivebordsmiljø, "
+"støtte for filbehandlere, og generell utseende og oppførsel. Den har også "
+"flere feilrettinger for brukere som ikke anvender Xfce."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -658,7 +668,7 @@ msgstr ""
 "håndtering av valgte filer. Den forbedrer også hurtigtaster for å starte søk"
 " eller velge ny søkesti."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -668,7 +678,7 @@ msgstr ""
 "søk i komprimerte arkiv. Søk i filinnhold og foretrukket visning bevares nå "
 "mellom øktene."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -676,7 +686,7 @@ msgstr ""
 "Denne utgivelsen utvider fulltekstsøk med flere tegnkodinger, og søk kan nå "
 "samsvare med alle nøkkelord istedenfor noen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -684,20 +694,20 @@ msgstr ""
 "Denne utgivelsen har bedre integrasjon med Xfce-skrivebordet, støtter bedre "
 "datahubben Zeitgeist og har mange feilrettinger og forbedret brukskvalitet."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
 msgstr ""
 "Denne utgivelsen fikser pakkefeil for Debian og har optimerte ressurser."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "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:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -705,7 +715,7 @@ msgstr ""
 "Denne utgivelsen fikser noen feil ved oppstart og følging av symbolske "
 "lenker."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -713,14 +723,14 @@ msgstr ""
 "Denne utgivelsen har flere forbedringer i utseendet, et nytt "
 "innstillingsvindu, og forbedrer søkeresultater og ytelse."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
 msgstr ""
 "Denne utgivelsen øker ytelsen ved å utelate mapper man sjelden søker i."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -728,7 +738,7 @@ msgstr ""
 "Denne utgivelsen har bedre skrivebordsintegrasjon, støtte for OpenBSD og "
 "Wayland og forbedrede oversettelser."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -739,7 +749,7 @@ msgstr ""
 "flere programvarefeil. Siterte søkestrenger håndteres nå riktig. Filer kan "
 "dras til andre programmer. Miniatyrbilder dannes kun på brukers forespørsel."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -751,17 +761,17 @@ msgstr ""
 "med andre programmer.  Elementer som vises i bunnen av resultatvinduet er nå"
 " tilgjengelige med alle skrivebordsdrakter. "
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Denne utgivelsen har kun nye oversettelser."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
 msgstr "Denne utgivelsen øker ytelsen og oppdaterer mange oversettelser."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -769,7 +779,7 @@ msgstr ""
 "Denne utgivelsen viser nå all tidsstempling på filer etter tidssone istedet "
 "for universell tid (UTC)"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -781,7 +791,7 @@ msgstr ""
 "funksjonalitet er tilbake. Datoavgrensningsfilteret gjelder nå tidssone og "
 "ikke universel tid (UTC)"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -795,11 +805,11 @@ msgstr ""
 " og popover elementer. Passordbehandling har blitt forbedret med integrasjon"
 " av PolicyKit når det er tilgjengelig."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "Denne utgivelsen fikser to nye feil og oppdatert oversettelse."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -807,7 +817,7 @@ msgstr ""
 "Denne utgivelsen fikser en regresjon som førte til at programmet ikke "
 "startet på enkelte systemer."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -817,7 +827,7 @@ msgstr ""
 "støttet. En InfoBar er nå vist når søkedatabasen er for gammel, og dialogen "
 "for å oppdatere databasen har blitt forbedret."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -825,7 +835,7 @@ msgstr ""
 "Denne utgivelsen fikser to utfordringer hvor de ikke kunne bli korrekt kjørt"
 " og forbedrer behandling av mangel på symbolske ikoner."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -835,7 +845,7 @@ msgstr ""
 "rydder opp i ubrukt kode og fikser potensielle utfordringer med liste og "
 "filvalg."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -843,7 +853,7 @@ msgstr ""
 "Denne utgivelsen fikser en potensiell sikkerhetsutfordring med oppstart av "
 "programmet og fikser en regresjon ved valg av flere elementer."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/nl.po b/po/nl.po
index 99ac300..667d094 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Pjotr <pjotrvertaalt@gmail.com>, 2022\n"
 "Language-Team: Dutch (https://www.transifex.com/xfce/teams/16840/nl/)\n"
@@ -142,7 +142,7 @@ msgstr "Map niet gevonden."
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Afbreken"
@@ -221,7 +221,7 @@ msgstr "Overig"
 msgid "Any time"
 msgstr "Elk tijdstip"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Vandaag"
 
@@ -249,7 +249,7 @@ msgstr "<b>Begindatum</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Einddatum</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -266,11 +266,11 @@ msgstr ""
 msgid "File Type"
 msgstr "Bestandssoort"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Gewijzigd"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Resultaten zullen worden getoond zodra ze worden gevonden."
 
@@ -417,7 +417,7 @@ msgstr "Onbekend"
 msgid "Never"
 msgstr "Nooit"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -427,37 +427,37 @@ msgstr ""
 "uw bestanden te vinden of klik op het\n"
 " %s pictogram voor meer opties."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Er is een fout opgetreden bij het bijwerken van de gegevensbank."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Authenticatie is mislukt."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Authenticatie afgebroken."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "De gegevensbank met zoekgegevens is met succes bijgewerkt."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Sluiten"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Aan het bijwerken…"
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Staak zoektocht"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -465,39 +465,39 @@ msgstr ""
 "Doorzoeking is gaande...\n"
 "Druk op de knop Afbreken of op de Esc-toets om stil te zetten."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Begin doorzoeking"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Geen map gekozen."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Map niet gevonden."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "‘%s’ kon niet geopend worden."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "'%s' kon niet opgeslagen worden."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "'%s' kon niet gewist worden."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "'%s' opslaan als..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -506,7 +506,7 @@ msgstr ""
 "Weet u zeker dat u '%s' \n"
 "blijvend wilt verwijderen?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -515,47 +515,47 @@ msgstr ""
 "Weet u zeker dat u de %i gekozen \n"
 "bestanden blijvend wilt verwijderen?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Als u een bestand verwijdert, is het voorgoed verloren."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Bestandnaam"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Grootte"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Locatie"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Voorbeeldweergave"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Bijzonderheden"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Openen met standaardtoepassingen"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Openen met"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Gisteren"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Geen bestanden gevonden."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -564,29 +564,29 @@ msgstr ""
 "specifiek te maken of probeer\n"
 "een andere map."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "1 bestand gevonden."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i bestanden gevonden."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bytes"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Aan het zoeken..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Aan het zoeken naar '%s'"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Zoekresultaten voor ‘%s’"
@@ -666,6 +666,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Deze vrijgave verbetert sneltoetsen, integratie met de werkomgeving, "
+"ondersteuning voor het bestandbeheer en het uiterlijk in het algemeen. "
+"Tevens bevat hij verschillende foutreparaties voor niet-Xfce-gebruikers."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -675,7 +685,7 @@ msgstr ""
 "de sneltoetsen voor het beginnen van een doorzoeking en voor het kiezen van "
 "een nieuw zoekpad."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -686,7 +696,7 @@ msgstr ""
 " samengeperste bestanden. Het doorzoeken van de bestandsinhoud en de "
 "voorkeursweergave worden nu ook bewaard na afmelden van de gebruiker."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -695,7 +705,7 @@ msgstr ""
 "te ondersteunen en door de optie om overeenkomst met alle zoekwoorden te "
 "vinden in plaats van overeenkomst met één van de zoekwoorden."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -703,7 +713,7 @@ msgstr ""
 "Deze versie integreert beter met de Xfce-werkomgeving, ondersteunt Zeitgeist"
 " beter, en bevat vele foutreparaties en bruikbaarheidsverbeteringen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -711,7 +721,7 @@ msgstr ""
 "Deze editie lost pakketbeheerproblemen op voor Debian en bevat "
 "geoptimaliseerde bestanden."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -719,7 +729,7 @@ msgstr ""
 "Deze editie voegt ondersteuning toe voor draaien onder Wayland en bevat "
 "opgefriste dialoogschermen met vereenvoudigde bediening."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -727,7 +737,7 @@ msgstr ""
 "Deze editie lost enkele opstartproblemen op alsook verschillende problemen "
 "met symbolische koppelingen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -736,7 +746,7 @@ msgstr ""
 "nieuw dialoogscherm voor de voorkeuren en bevat verbeteringen voor "
 "zoekresultaten en prestaties."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -744,7 +754,7 @@ msgstr ""
 "Deze versie bevat prestatieverbeteringen door het uitsluiten van ongewone "
 "zoekmappen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -752,7 +762,7 @@ msgstr ""
 "Deze versie bevat betere integratie met de werkomgeving, ondersteuning voor "
 "OpenBSD en Wayland, en verbeterde ondersteuning voor vertalingen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -765,7 +775,7 @@ msgstr ""
 "gesleept naar andere toepassingen. Miniaturen worden alleen aangemaakt "
 "wanneer de gebruiker dat wil."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -777,11 +787,11 @@ msgstr ""
 "other applications. Items displayed at the bottom of the results window are "
 "now accessible with all desktop themes."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Dit is een versie die alleen nieuwe vertalingen bevat."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -789,7 +799,7 @@ msgstr ""
 "Deze versie bevat verschillende prestatieverbeteringen en diverse "
 "bijgewerkte vertalingen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -797,7 +807,7 @@ msgstr ""
 "Deze versie toont nu alle tijdstempels van bestanden overeenkomstig de "
 "tijdzone, in plaats van de Universal Coordinated Time (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -810,7 +820,7 @@ msgstr ""
 " Datumbereikfilters worden nu toegepast overeenkomstig de tijdzone in plaats"
 " van Universal Coordinated Time (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -825,12 +835,12 @@ msgstr ""
 "opduikvensters. Wachtwoordafhandeling is verbeterd met de integratie van "
 "PolicyKit (indien die beschikbaar is)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Deze uitgave bevat reparaties voor twee fouten en bijgewerkte vertalingen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -838,7 +848,7 @@ msgstr ""
 "Deze versie bevat een reparatie voor een regressiefout waardoor deze "
 "toepassing op sommige systemen niet kon starten."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -849,7 +859,7 @@ msgstr ""
 "gegevensbank met zoekgegevens verouderd is, en de dialoogschermpjes die "
 "worden gebruikt om de gegevensbank bij te werken, zijn verbeterd."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -857,7 +867,7 @@ msgstr ""
 "Deze uitgave herstelt twee fouten waardoor 'locate' niet juist uitgevoerd "
 "werd en verbetert de omgang met ontbrekende symbolische pictogrammen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -867,7 +877,7 @@ msgstr ""
 "het wachtwoord verbeterd, ongebruikte code opgeruimd, en mogelijke problemen"
 " met de selectie van lijst en element verholpen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -876,7 +886,7 @@ msgstr ""
 "programma-opstart en heeft een regressiefout hersteld betreffende het "
 "selecteren van meerdere elementen."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/pl.po b/po/pl.po
index 8cb1df0..b66a64a 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Marek Adamski, 2022\n"
 "Language-Team: Polish (https://www.transifex.com/xfce/teams/16840/pl/)\n"
@@ -143,7 +143,7 @@ msgstr "Nie znaleziono katalogu!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Anuluj"
@@ -221,7 +221,7 @@ msgstr "Inne"
 msgid "Any time"
 msgstr "Kiedykolwiek"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Dzisiaj"
 
@@ -249,7 +249,7 @@ msgstr "<b>Data początkowa</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Data końcowa</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -265,11 +265,11 @@ msgstr "Baza danych wyszukiwania ma ponad 7 dni. Czy ją zaktualizować?"
 msgid "File Type"
 msgstr "Typ pliku"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Zmodyfikowano"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Wyniki zostaną wyświetlone, jak tylko zostaną znalezione."
 
@@ -415,7 +415,7 @@ msgstr "Nieznane"
 msgid "Never"
 msgstr "Nigdy"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -424,37 +424,37 @@ msgstr ""
 "Wpisz powyżej swoje zapytanie, aby odnaleźć pliki\n"
 "albo kliknij ikonę %s, aby uzyskać więcej opcji."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Wystąpił błąd podczas aktualizacji bazy danych."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Nieudane uwierzytelnianie."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Anulowano uwierzytelnianie."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Baza danych wyszukiwania została pomyślnie zaktualizowana."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Zamknij"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Aktualizowanie..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Zatrzymaj wyszukiwanie"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -462,39 +462,39 @@ msgstr ""
 "Wyszukiwanie w toku...\n"
 "Naciśnij przycisk Anuluj, lub klawisz Escape, aby przerwać."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Rozpocznij wyszukiwanie"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Nie wybrano katalogu."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Nie znaleziono katalogu."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "Nie można otworzyć „%s”."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "Nie można zapisać „%s”."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "Nie można usunąć „%s”."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Zapisz „%s” jako..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -503,7 +503,7 @@ msgstr ""
 "Czy na pewno chcesz \n"
 "trwale usunąć „%s”?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -512,47 +512,47 @@ msgstr ""
 "Czy na pewno chcesz \n"
 "trwale usunąć %i zaznaczonych plików?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Plik zostanie nieodwracalnie usunięty."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Nazwa pliku"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Rozmiar"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Położenie"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Podgląd"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Szczegóły"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Otwórz za pomocą aplikacji domyślnych"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Otwórz za pomocą"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Wczoraj"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Nie znaleziono plików."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -560,29 +560,29 @@ msgstr ""
 "Spróbuj mniej dookreślić swoje wyszukiwanie\n"
 "lub spróbuj przeszukać inny katalog."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "Znaleziono 1 plik."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "Znaleziono %i pliki(-ów)."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bajtów"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Wyszukiwanie..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Wyszukiwanie wyrażenia „%s”"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Wyniki wyszukiwania wyrażenia „%s”"
@@ -656,6 +656,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"To wydanie udoskonala skróty klawiaturowe, integrację środowiska pulpitu, "
+"obsługę menedżera plików oraz ogólny wygląd i działanie. Zawiera również "
+"kilka poprawek błędów dla użytkowników spoza Xfce."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -664,7 +674,7 @@ msgstr ""
 "się wybranymi plikami. Poprawia również skróty klawiaturowe do rozpoczęcia "
 "wyszukiwania lub wyboru nowej ścieżki wyszukiwania."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -675,7 +685,7 @@ msgstr ""
 "Wyszukiwanie zawartości plików i preferowany widok są teraz zachowywane w "
 "sesjach."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -684,7 +694,7 @@ msgstr ""
 "kodowań i dopasowywanie wszystkich słów kluczowych zamiast dopasowywania "
 "jakichkolwiek."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -693,7 +703,7 @@ msgstr ""
 "koncentrator danych Zeitgeist i zawiera wiele poprawek błędów i ulepszeń "
 "użyteczności."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -701,7 +711,7 @@ msgstr ""
 "To wydanie rozwiązuje błędy pakowania dla Debiana i zawiera zoptymalizowane "
 "zasoby."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -709,7 +719,7 @@ msgstr ""
 "To wydanie dodaje obsługę uruchamiania pod Waylandem oraz zawiera odświeżone"
 " okna dialogowe z uproszczonymi kontrolkami."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -717,7 +727,7 @@ msgstr ""
 "To wydanie rozwiązuje pewne błędy uruchamiania, a także różne problemy z "
 "przemierzaniem przez dowiązania symboliczne."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -725,7 +735,7 @@ msgstr ""
 "To wydanie zawiera wiele ulepszeń wyglądu, wprowadza nowe okno dialogowe "
 "ustawień oraz poprawia wyniki wyszukiwań oraz wydajność."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -733,7 +743,7 @@ msgstr ""
 "To wydanie zawiera ulepszenia wydajności poprzez wykluczenie rzadkich "
 "katalogów wyszukiwania."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -741,7 +751,7 @@ msgstr ""
 "To wydanie zawiera lepszą integrację z pulpitem, obsługę OpenBSD i Wayland "
 "oraz udoskonaloną obsługę tłumaczeń."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -753,7 +763,7 @@ msgstr ""
 "przetwarzane. Pliki można przeciągać do innych aplikacji. Miniatury są "
 "generowane tylko na żądanie użytkownika."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -765,11 +775,11 @@ msgstr ""
 "aplikacji. Elementy wyświetlane w dolnej części okna wyników są teraz "
 "dostępne ze wszystkimi kompozycjami pulpitu."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Jest to małe, skupione tylko na tłumaczeniach, wydanie."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -777,7 +787,7 @@ msgstr ""
 "To wydanie zawiera kilka ulepszeń wydajności i liczne aktualizacje "
 "tłumaczeń."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -785,7 +795,7 @@ msgstr ""
 "To wydanie wyświetla teraz wszystkie sygnatury czasowe plików zgodnie ze "
 "strefą czasową zamiast uniwersalnego czasu skoordynowanego (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -797,7 +807,7 @@ msgstr ""
 "środkowym i prawym przyciskiem myszy. Filtry zakresu dat są teraz stosowane "
 "zgodnie ze strefą czasową zamiast uniwersalnego czasu skoordynowanego (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -811,11 +821,11 @@ msgstr ""
 "opcjonalne nagłówki i widżety popover. Obsługa haseł została ulepszona "
 "dzięki integracji z PolicyKit, gdy jest dostępny."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "To wydanie poprawia dwa nowe błędy i zawiera aktualizację tłumaczeń."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -823,7 +833,7 @@ msgstr ""
 "To wydanie naprawia regresję, w wyniku której na niektórych systemach "
 "program nie był w stanie się uruchomić."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -834,7 +844,7 @@ msgstr ""
 " baza danych jest przedawniona. Ulepszono także okna dialogowe "
 "wykorzystywane do aktualizowania bazy danych."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -842,7 +852,7 @@ msgstr ""
 "To wydanie naprawia dwa przypadki, w których nie były poprawnie ustawiane "
 "położenia, i ulepsza obsługę brakujących ikon symbolicznych."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -852,7 +862,7 @@ msgstr ""
 "wyczyściło nieużywany kod i naprawiło potencjalne problemy z listą i wyborem"
 " elementów."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -860,7 +870,7 @@ msgstr ""
 "To wydanie naprawiło potencjalny problem z bezpieczeństwem podczas "
 "uruchamiania programu i naprawiło regresję z wyborem wielu elementów."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/pt.po b/po/pt.po
index 5fb5e65..78d77b2 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Hugo Carvalho <hugokarvalho@hotmail.com>, 2022\n"
 "Language-Team: Portuguese (https://www.transifex.com/xfce/teams/16840/pt/)\n"
@@ -24,7 +24,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: pt\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
 
 #: ../org.xfce.Catfish.desktop.in.h:1 ../data/ui/CatfishWindow.ui.h:35
 #: ../catfish_lib/catfishconfig.py:88
@@ -143,7 +143,7 @@ msgstr "Pasta não encontrada!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Cancelar"
@@ -222,7 +222,7 @@ msgstr "Outros"
 msgid "Any time"
 msgstr "Em qualquer altura"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Hoje"
 
@@ -250,7 +250,7 @@ msgstr "<b>Data inicial</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Data final</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -266,11 +266,11 @@ msgstr "A base de dados de pesquisa tem mais de 7 dias. Atualizar agora?"
 msgid "File Type"
 msgstr "Tipo de Ficheiro"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Modificado"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Os resultados serão exibidos assim que forem encontrados."
 
@@ -415,7 +415,7 @@ msgstr "Desconhecido"
 msgid "Never"
 msgstr "Nunca"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -424,37 +424,37 @@ msgstr ""
 "Introduza a sua consulta acima para encontrar os seus ficheiros\n"
 "ou clique no ícone %s para mais opções."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Ocorreu um erro durante a atualização da base de dados."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Falha na autenticação."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Autenticação cancelada."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Base de dados de pesquisa atualizada com sucesso."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Fechar"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "A actualizar..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Parar pesquisa"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -462,39 +462,39 @@ msgstr ""
 "Pesquisa em progresso ...\n"
 "Pressione o botão Cancelar ou a tecla Esc para parar."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Iniciar Pesquisa"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Nenhuma pasta selecionada."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Pasta não encontrada."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "\"%s\" não pôde ser aberto."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "\"%s\" não pôde ser guardado."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "\"%s\" não pôde ser eliminado."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Guardar \"%s\" como..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -503,7 +503,7 @@ msgstr ""
 "Tem a certeza que deseja \n"
 "eliminar permanentemente \"%s\"?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -512,47 +512,47 @@ msgstr ""
 "Tem a certeza que deseja \n"
 "eliminar permanentemente os %i ficheiros selecionados?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Se eliminar um ficheiro, ele será permanentemente perdido."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Nome do ficheiro"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Tamanho"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Localização"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Pré-visualização"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Detalhes"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Abrir com aplicações predefinidas"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Abrir com"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Ontem"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Nenhum ficheiro encontrado."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -560,29 +560,29 @@ msgstr ""
 "Torne a sua pesquisa menos específica\n"
 "ou tente outro diretório."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "1 ficheiro encontrado."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i ficheiros encontrados."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bytes"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Procurando..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Pesquisar por \"%s\""
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Resultados da pesquisa por \"%s\""
@@ -658,6 +658,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Esta versão melhora os atalhos do teclado, a integração do ambiente de "
+"trabalho, o suporte do gestor de ficheiros e a aparência geral. Também "
+"apresenta várias correções de problemas para utilizadores não-Xfce."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -666,7 +676,7 @@ msgstr ""
 " zip e o tratamento de ficheiros selecionados. Também melhora as teclas de "
 "atalho para iniciar uma pesquisa ou selecionar um novo caminho de pesquisa."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -677,7 +687,7 @@ msgstr ""
 " A pesquisa do conteúdo dos ficheiros e a visualização preferida é agora "
 "preservada ao longo das sessões."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -685,7 +695,7 @@ msgstr ""
 "Esta versão expande a busca de texto, aceitando mais codificações e "
 "procurando todas as palavras em vez de procurar qualquer uma."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -694,7 +704,7 @@ msgstr ""
 "melhor o datahub Zeitgeist, e inclui muitas correcções de erros e melhorias "
 "de usabilidade."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -702,7 +712,7 @@ msgstr ""
 "Esta versão resolve erros de empacotamento para Debian e inclui recursos "
 "optimizados."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -710,7 +720,7 @@ msgstr ""
 "Esta versão adiciona suporte para execução com o Wayland e apresenta caixas "
 "de diálogo renovadas com controlos simplificados."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -718,7 +728,7 @@ msgstr ""
 "Esta versão trata alguns erros de iniciação, assim como vários problemas de "
 "atravessamento de ligações simbólicas."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -727,7 +737,7 @@ msgstr ""
 "de diálogo de preferências e melhora os resultados e o desempenho da "
 "pesquisa."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -735,7 +745,7 @@ msgstr ""
 "Esta versão apresenta melhorias de desempenho ao excluir diretórios de "
 "pesquisa incomuns."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -743,7 +753,7 @@ msgstr ""
 "Esta versão apresenta uma melhor integração no ambiente de trabalho, suporte"
 " para o OpenBSD e Wayland, e melhor suporte à tradução."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -755,7 +765,7 @@ msgstr ""
 "corretamente. Ficheiros podem ser arrastados para outras aplicações. "
 "Miniaturas são geradas apenas a pedido do utilizador."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -768,11 +778,11 @@ msgstr ""
 "janela de resultados são agora acessíveis com todos os temas de ambiente de "
 "trabalho."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Esta é uma versão com alterações menores apenas de tradução."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -780,7 +790,7 @@ msgstr ""
 "Esta versão apresenta várias melhorias de desempenho e numerosas "
 "actualizações de tradução."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -788,7 +798,7 @@ msgstr ""
 "Esta versão exibe agora todas as datas de ficheiros de acordo com o fuso "
 "horário, em vez de Tempo Universal Coordenado (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -801,7 +811,7 @@ msgstr ""
 "foram restauradas. Os filtros de intervalos de data são agora aplicados de "
 "acordo com o fuso horário em vez de Tempo Universal Coordenado (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -816,11 +826,11 @@ msgstr ""
 " O tratamento da palavra-passe foi melhorado com a integração do PolicyKit, "
 "quando disponível."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "Esta versão corrige dois erros novos e inclui traduções atualizadas."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -828,7 +838,7 @@ msgstr ""
 "Esta versão corrige uma regressão em que a aplicação é incapaz de iniciar em"
 " alguns sistemas."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -839,7 +849,7 @@ msgstr ""
 "dados de pesquisa está desatualizada, e os diálogos utilizados para a "
 "atualização da base de dados foram melhorados."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -847,7 +857,7 @@ msgstr ""
 "Esta versão corrige duas problemas em que o localizar não seria executado "
 "corretamente e melhora a manipulação da falta de ícones simbólicos."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -857,7 +867,7 @@ msgstr ""
 "passe, limpou código não utilizado e corrigiu potenciais problemas com a "
 "lista e seleção de itens."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -865,7 +875,7 @@ msgstr ""
 "Esta versão corrigiu um problema de segurança com a inicialização do "
 "programa e fixa uma regressão com a seleção de vários itens."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/pt_BR.po b/po/pt_BR.po
index 160e071..12adf00 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -10,20 +10,20 @@
 # Rafael Fontenelle <rffontenelle@gmail.com>, 2019
 # Michael Martins <michaelfm21@gmail.com>, 2019
 # Nick Schermer <nick@xfce.org>, 2020
-# Andre Miranda <andre42m@gmail.com>, 2020
 # C. E., 2020
 # The Cat, 2021
 # Lucas Wilm <lucaswilm@gmail.com>, 2022
 # Wellington Almeida <wsalmeida6@gmail.com>, 2022
+# Andre Miranda <andre42m@gmail.com>, 2022
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
-"Last-Translator: Wellington Almeida <wsalmeida6@gmail.com>, 2022\n"
+"Last-Translator: Andre Miranda <andre42m@gmail.com>, 2022\n"
 "Language-Team: Portuguese (Brazil) (https://www.transifex.com/xfce/teams/16840/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -148,7 +148,7 @@ msgstr "Pasta não encontrada!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Cancelar"
@@ -227,7 +227,7 @@ msgstr "Outro"
 msgid "Any time"
 msgstr "Qualquer horário"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Hoje"
 
@@ -255,7 +255,7 @@ msgstr "<b>Data Inicial</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Data Final</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -271,11 +271,11 @@ msgstr "A base de dados de pesquisa tem mais de 7 dias.  Atualizar agora?"
 msgid "File Type"
 msgstr "Tipo de Arquivo"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Modificado"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Os resultados serão exibidos assim que forem encontrados."
 
@@ -395,6 +395,8 @@ msgstr ""
 #: ../catfish/__init__.py:63
 msgid "set a default column to sort by (name|size|path|date|type),(asc|desc)"
 msgstr ""
+"definir uma coluna predefinida para ordenar por "
+"(nome|tamanho|caminho|data|tipo),(asc|desc)"
 
 #. Translators: this text is displayed next to
 #. a filename that is not utf-8 encoded.
@@ -409,7 +411,7 @@ msgstr ""
 "Og Maciel <ogmaciel@gnome.org>,\n"
 "Fábio Nogueira <deb-user-ba@ubuntu.com>,\n"
 "Frederico Schardong <frede_sch@gmail.com>,\n"
-"André Miranda <andreldm1989@gmail.com>"
+"André Miranda <andreldm@xfce.org>"
 
 #: ../catfish/CatfishWindow.py:297
 msgid "Unknown"
@@ -419,7 +421,7 @@ msgstr "Desconhecido"
 msgid "Never"
 msgstr "Nunca"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -428,37 +430,37 @@ msgstr ""
 "Digite sua pesquisa acima para buscar seus arquivos\n"
 "ou clique no ícone %s para mais opções."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Ocorreu um erro ao atualizar a base de dados."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Falha na autenticação."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Autenticação cancelada."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Base de dados de procura atualizada com sucesso."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Fechar"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Atualizando..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Parar Busca"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -466,39 +468,39 @@ msgstr ""
 "Pesquisa em progresso...\n"
 "Pressione o botão cancelar ou a tecla Escape para parar."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Começar a pesquisa"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Nenhuma pasta selecionada."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Pasta não encontrada."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "\"%s\" não pôde ser aberto."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "\"%s\" não pôde ser salvo."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "\"%s\" não pôde ser deletado."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Salvar \"%s\" como..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -507,7 +509,7 @@ msgstr ""
 "Tem certeza que deseja \n"
 "deletar permanentemente \"%s\"?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -516,47 +518,47 @@ msgstr ""
 "Tem certeza que deseja \n"
 "deletar permanentemente os %i arquivos selecionados?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Se você remover um arquivo, ele será perdido permanentemente."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Nome do arquivo"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Tamanho"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Localização"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Visualização"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Detalhes"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Abra com aplicativos padrão"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Abrir com"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Ontem"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Nenhum arquivo encontrado."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -564,29 +566,29 @@ msgstr ""
 "Tente fazer uma pesquisa menos específica\n"
 "ou tente outra pasta."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "1 arquivo encontrado."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i arquivos encontrados."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bytes"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Pesquisando..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Procurando por \"%s\""
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Resultados da pesquisa para \"%s\""
@@ -662,6 +664,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Esta versão melhora os atalhos de teclado, a integração com o ambiente de "
+"trabalho, o suporte com gerenciador de arquivos e a aparência geral. Também "
+"apresenta várias correções de problemas para quem não usa o Xfce."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -671,7 +683,7 @@ msgstr ""
 "atalhos de teclado para iniciar uma pesquisa ou selecionar um novo caminho "
 "de pesquisa."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -682,7 +694,7 @@ msgstr ""
 " pesquisa do conteúdo dos arquivos e a visualização preferida é agora "
 "preservada ao longo das sessões."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -691,7 +703,7 @@ msgstr ""
 "codificações e corresponder a todas as palavras-chave em vez de corresponder"
 " a qualquer uma."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -699,7 +711,7 @@ msgstr ""
 "Este lançamento se integra melhor ao desktop Xfce, suporta melhor o datahub "
 "Zeitgeist e inclui muitas correções de bugs e melhorias de usabilidade."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -707,7 +719,7 @@ msgstr ""
 "Este versão resolve erros de empacotamento para o Debian e inclui recursos "
 "otimizados."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -715,7 +727,7 @@ msgstr ""
 "Esta versão adiciona suporte para execução sob o Wayland e apresenta "
 "diálogos atualizados com controles simplificados."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -723,7 +735,7 @@ msgstr ""
 "Esta versão resolve alguns erros de inicialização, assim como vários "
 "problemas com links simbólicos que são apresentados."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -731,7 +743,7 @@ msgstr ""
 "Este versão inclui muitas melhorias na aparência, apresenta um novo diálogo "
 "de preferências e melhora os resultados e o desempenho da pesquisa."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -739,7 +751,7 @@ msgstr ""
 "Esta versão apresenta melhorias de desempenho ao excluir diretórios de "
 "pesquisa incomuns."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -747,7 +759,7 @@ msgstr ""
 "Esta versão apresenta uma melhor integração de desktop, suporte ao OpenBSD e"
 " Wayland, e melhor suporte a traduções."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -759,7 +771,7 @@ msgstr ""
 " processadas corretamente. Arquivos podem ser arrastados para outros "
 "aplicativos. Miniaturas são geradas somente quando solicitadas pelo usuário."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -772,11 +784,11 @@ msgstr ""
 "inferior da janela de resultados agora podem ser acessados com todos os "
 "temas da área de trabalho."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Esta é uma versão apenas para atualizar traduções."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -784,7 +796,7 @@ msgstr ""
 "Esta versão apresenta várias melhorias de desempenho e inúmeras atualizações"
 " de tradução."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -792,7 +804,7 @@ msgstr ""
 "Esta versão agora exibe todos os registros de data e hora de arquivo de "
 "acordo com o fuso horário em vez do Tempo Universal Coordenado (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -805,7 +817,7 @@ msgstr ""
 " filtros de período são aplicados de acordo com o fuso horário em vez do "
 "Tempo Coordenado Universal (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -819,11 +831,11 @@ msgstr ""
 " incluindo barras de cabeçalho opcionais e widgets popover. O tratamento de "
 "senhas foi melhorado com a integração do PolicyKit, quando disponível."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "Esta versão corrige dois novos bugs e inclui traduções atualizadas."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -831,7 +843,7 @@ msgstr ""
 "Esta versão corrige uma regressão em que o aplicativo não pode ser iniciado "
 "em alguns sistemas."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -842,7 +854,7 @@ msgstr ""
 "de pesquisa está desatualizada e os diálogos usados ​​para atualizar a base "
 "de dados foram melhorados."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -850,7 +862,7 @@ msgstr ""
 "Esta versão corrige duas questões em que localizar não seria executado "
 "corretamente e melhora a manipulação da falta ícones simbólicos."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -860,7 +872,7 @@ msgstr ""
 "código não utilizado, e corrige possíveis problemas com a lista e seleção de"
 " itens."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -868,7 +880,7 @@ msgstr ""
 "Esta versão corrigiu um problema de segurança com a inicialização do "
 "programa e corrige uma regressão com a seleção de vários itens."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/ru.po b/po/ru.po
index 257d756..0f1b87c 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -10,18 +10,20 @@
 # Nick Schermer <nick@xfce.org>, 2019
 # Aleksandr P, 2020
 # Igor <f2404@yandex.ru>, 2020
-# Alexander Filёv, 2020
+# AlexanderFilev, 2020
 # Виктор, 2022
 # Andrei Stepanov, 2022
+# Igor Vornovskii, 2022
+# Артём Котлубай, 2022
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
-"Last-Translator: Andrei Stepanov, 2022\n"
+"Last-Translator: Артём Котлубай, 2022\n"
 "Language-Team: Russian (https://www.transifex.com/xfce/teams/16840/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -103,7 +105,7 @@ msgstr "Путь"
 
 #: ../data/ui/CatfishPreferences.ui.h:14
 msgid "Add Directory..."
-msgstr "Добавить каталог..."
+msgstr "Добавить папку..."
 
 #: ../data/ui/CatfishPreferences.ui.h:15
 msgid "_Add"
@@ -111,7 +113,7 @@ msgstr "До_бавить"
 
 #: ../data/ui/CatfishPreferences.ui.h:16
 msgid "Remove Directory"
-msgstr "Удалить каталог"
+msgstr "Удалить папку"
 
 #: ../data/ui/CatfishPreferences.ui.h:17
 msgid "_Remove"
@@ -119,7 +121,7 @@ msgstr "_Удалить"
 
 #: ../data/ui/CatfishPreferences.ui.h:18
 msgid "Exclude Directories"
-msgstr "Не включать каталоги"
+msgstr "Не включать папки"
 
 #: ../data/ui/CatfishPreferences.ui.h:19
 msgid "Close the search _window after opening a file"
@@ -139,22 +141,22 @@ msgstr "Расширенный"
 
 #: ../data/ui/CatfishWindow.ui.h:1
 msgid "Select a Folder"
-msgstr "Выбор каталога"
+msgstr "Выбор папки"
 
 #: ../data/ui/CatfishWindow.ui.h:2
 msgid "Folder not found!"
-msgstr "Каталог не найден!"
+msgstr "Папка не найдена!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Отмена"
 
 #: ../data/ui/CatfishWindow.ui.h:4
 msgid "Select Folder"
-msgstr "Выбор каталога"
+msgstr "Выбор папки"
 
 #: ../data/ui/CatfishWindow.ui.h:5
 msgid "_Open"
@@ -168,13 +170,13 @@ msgstr "_Открыть в…"
 #. Location, Save _As, _Delete
 #: ../data/ui/CatfishWindow.ui.h:8
 msgid "Show in _File Manager"
-msgstr "Показать в _файловом менеджере"
+msgstr "Показать в _проводнике"
 
 #. This menu contains the menu items: _Open, Show in _File Manager, _Copy
 #. Location, Save _As, _Delete
 #: ../data/ui/CatfishWindow.ui.h:10
 msgid "_Copy Location"
-msgstr "_Копировать адрес"
+msgstr "_Скопировать адрес"
 
 #: ../data/ui/CatfishWindow.ui.h:11
 msgid "_Save as..."
@@ -226,7 +228,7 @@ msgstr "Другое"
 msgid "Any time"
 msgstr "Любое время"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Cегодня"
 
@@ -240,7 +242,7 @@ msgstr "Этот месяц"
 
 #: ../data/ui/CatfishWindow.ui.h:26
 msgid "Custom"
-msgstr "Указать период"
+msgstr "Указать дату"
 
 #: ../data/ui/CatfishWindow.ui.h:27
 msgid "Go to Today"
@@ -254,7 +256,7 @@ msgstr "<b>Начальная дата</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Конечная дата</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -270,13 +272,13 @@ msgstr "Поисковая база данных старше 7 дней. Обн
 msgid "File Type"
 msgstr "Тип файла"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Изменён"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
-msgstr "Результат отобразится, как только будет получен."
+msgstr "Выдача отобразится, как только будет получена."
 
 #: ../data/ui/CatfishWindow.ui.h:37
 msgid "Unlock"
@@ -299,8 +301,8 @@ msgid ""
 "For faster search results, the search database needs to be refreshed.\n"
 "This action requires administrative rights."
 msgstr ""
-"Для ускорения результатов, поисковая база данных должна быть обновлена.\n"
-"Действие требует прав администратора."
+"Для ускорения поисковой выдачи, поисковая база данных должна быть обновлена.\n"
+"Действие требует прав суперпользователя."
 
 #: ../data/ui/CatfishWindow.ui.h:43
 msgid "Update Search Database"
@@ -340,7 +342,7 @@ msgstr "Обновить поисковый _индекс..."
 
 #: ../data/ui/CatfishWindow.ui.h:52
 msgid "_Preferences"
-msgstr "Па_раметры"
+msgstr "_Настройки"
 
 #: ../data/ui/CatfishWindow.ui.h:53
 msgid "_About"
@@ -419,7 +421,7 @@ msgstr "Неизвестно"
 msgid "Never"
 msgstr "Никогда"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -428,77 +430,77 @@ msgstr ""
 "Введите запрос выше, чтобы найти файлы,\n"
 "или нажмите на значок %s для других вариантов."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Ошибка при обновлении базы данных."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Ошибка аутентификации."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Аутентификация отменена."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Поисковая база данных успешно обновлена."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Закрыть"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Обновление..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Остановить поиск"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
 msgstr ""
 "Поиск...\n"
-"Нажмите «Отмена» или клавишу Esc, чтобы остановить процесс."
+"Нажмите «Отмена» или клавишу Esc, чтобы остановить выполнение."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Начать поиск"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
-msgstr "Каталог не выбран."
+msgstr "Папка не выбрана."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
-msgstr "Каталог не найден."
+msgstr "Папка не найдена."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "«%s» невозможно открыть."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "«%s» не может быть сохранён."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "«%s» не может быть удалён."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Сохранить «%s» как..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -507,7 +509,7 @@ msgstr ""
 "Вы уверены, что хотите \n"
 "безвозвратно удалить «%s»?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -516,47 +518,47 @@ msgstr ""
 "Вы уверены, что хотите \n"
 "безвозвратно удалить %i выделенных файла(ов)?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Если вы удалите файл, он будет безвозвратно утерян."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Имя файла"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Размер"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Местонахождение"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Предпросмотр"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Детали"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Открыть в приложениях по умолчанию"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Открыть в"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Вчера"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Файлы не найдены."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -564,29 +566,29 @@ msgstr ""
 "Попробуйте задать не столь строгий запрос\n"
 "или поищите в другом каталоге."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "Найден 1 файл."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "Найдено файлов: %i."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "байт"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Поиск..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Поиск «%s»"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Результаты поиска «%s»"
@@ -640,10 +642,10 @@ msgid ""
 "modification date, file type, and file contents, users will no longer be "
 "dependent on the file manager or organization skills."
 msgstr ""
-"Catfish — это небольшая, быстрая и мощная программа поиска файлов. "
-"Минималистичный интерфейс, заточенный на результат, помогает пользователям "
+"Catfish — это небольшое, быстрое и мощное приложение поиска файлов. "
+"Упрощённый интерфейс, заточенный на результат, помогает пользователям "
 "находить нужные файлы. С такими мощными фильтрами, как: дата изменения, тип "
-"и содержимое файла пользователь более не зависит от файлового менеджера и "
+"и содержимое файла пользователь более не зависит от проводника и "
 "организационных навыков."
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:3
@@ -660,6 +662,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"В этом выпуске улучшены сочетания клавиш, интеграция со средой рабочего "
+"стола, поддержка файлового менеджера и общий внешний вид. Он также содержит "
+"несколько исправлений ошибок для пользователей, не использующих Xfce."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -668,7 +680,7 @@ msgstr ""
 "и обработка выбранных файлов. Он также улучшает сочетания клавиш для запуска"
 " поиска или выбора нового пути поиска."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -679,7 +691,7 @@ msgstr ""
 "Поиск содержимого файла и предпочтительный вид теперь сохраняются и между "
 "сеансами."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -688,7 +700,7 @@ msgstr ""
 "количества кодировок и поиска по всем, а не только по конкретным, ключевым "
 "словам."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -697,7 +709,7 @@ msgstr ""
 "хаб данных Zeitgeist, а также включает множество исправлений и улучшений в "
 "удобстве использования."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -705,7 +717,7 @@ msgstr ""
 "Этот выпуск исправляет ошибки создания пакета для Debian и включает в себя "
 "оптимизированные ресурсы."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -713,7 +725,7 @@ msgstr ""
 "Этот выпуск добавляет поддержку работы под Wayland и обновлённые диалоги с "
 "упрощённым управлением."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -721,7 +733,7 @@ msgstr ""
 "Этот выпуск исправляет некоторые ошибки при запуске, а также разнообразные "
 "проблемы с прохождением по символическим ссылкам."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -729,15 +741,14 @@ msgstr ""
 "Этот выпуск содержит много улучшений внешнего вида и новый диалог настроек, "
 "а также улучшает результаты и производительность поиска."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
 msgstr ""
-"Этот выпуск улучшает производительность, исключая из поиска нечастые "
-"директории."
+"Этот выпуск улучшает производительность, исключая из поиска нечастые папки."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -745,7 +756,7 @@ msgstr ""
 "Этот выпуск предоставляет лучшую интеграцию с рабочим столом, поддержку "
 "OpenBSD и Wayland и улучшенную поддержку переводов."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -753,11 +764,11 @@ msgid ""
 " generated when requested by the user."
 msgstr ""
 "Этот выпуск обеспечивает улучшенную производительность и лучшую интеграцию с"
-" рабочим столом, а также несколько долгоживущих багов. Поиск строк в "
-"кавычках теперь работает корректно. Файлы можно перетаскивать в другие "
-"приложения. Значки генерируются только по запросу пользователя."
+" оболочкой, а также исправление нескольких долгоживущих ошибок. Поиск строк "
+"в кавычках теперь работает правильно. Файлы можно перетаскивать в другие "
+"приложения. Эскизы образуются только по запросу пользователя."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -769,11 +780,11 @@ msgstr ""
 "совпадает с другими приложениями. Элементы, находящиеся внизу окна "
 "результатов, теперь доступны при использовании любых тем рабочего стола."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Это небольшой выпуск, обновляющий только переводы."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -781,7 +792,7 @@ msgstr ""
 "Этот выпуск содержит несколько улучшений производительности и бесчисленные "
 "обновления переводов."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -790,7 +801,7 @@ msgstr ""
 "соответствии с часовым поясом, а не всемирным координированным временем "
 "(UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -803,7 +814,7 @@ msgstr ""
 "соответствии с часовым поясом, а не всемирным координированным временем "
 "(UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -817,12 +828,12 @@ msgstr ""
 "заголовки и всплывающие виджеты. Работа с паролями улучшена интеграцией с "
 "PolicyKit при возможности."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Этот выпуск исправляет пару новых ошибок и включает обновлённые переводы."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -830,7 +841,7 @@ msgstr ""
 "Этот выпуск исправляет регрессию с невозможностью запуска приложения на "
 "некоторых системах."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -841,7 +852,7 @@ msgstr ""
 "база данных устарела; диалоги, используемые для обновления базы данных, "
 "также улучшены."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -850,7 +861,7 @@ msgstr ""
 "выполнить locate, и улучшает работу с отсутствующими символическими "
 "значками."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -860,7 +871,7 @@ msgstr ""
 "неиспользуемый код и исправил потенциальную проблему с выбором списка и "
 "объектов."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -868,7 +879,7 @@ msgstr ""
 "Этот выпуск исправил потенциальную проблему безопасности при запуске "
 "программы и регрессию при выборе нескольких объектов."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/sk.po b/po/sk.po
index b6b6498..2daff61 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>, 2022\n"
 "Language-Team: Slovak (https://www.transifex.com/xfce/teams/16840/sk/)\n"
@@ -143,7 +143,7 @@ msgstr "Priečinok sa nenašiel!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Zrušiť"
@@ -220,7 +220,7 @@ msgstr "Iné"
 msgid "Any time"
 msgstr "Kedykoľvek"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Dnes"
 
@@ -248,7 +248,7 @@ msgstr "<b>Počiatočný dátum</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Koncový dátum</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -264,11 +264,11 @@ msgstr "Databáza vyhľadávania je staršia ako 7 dní. Má sa teraz aktualizov
 msgid "File Type"
 msgstr "Typ súboru"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Zmenený"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Výsledky budú zobrazené okamžite, ako sa niečo nájde."
 
@@ -414,7 +414,7 @@ msgstr "Neznáme"
 msgid "Never"
 msgstr "Nikdy"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -423,37 +423,37 @@ msgstr ""
 "Vyššie zadajte vašu požiadavku na nájdenie súborov,\n"
 "alebo kliknite na ikonu %s pre viac volieb."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Počas aktualizácie databázy sa vyskytla chyba."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Overenie zlyhalo."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Overenie totožnosti zrušené."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Databáza bola úspešne aktualizovaná."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Zatvoriť"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Aktualizuje sa..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Zastaviť vyhľadávanie"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -461,39 +461,39 @@ msgstr ""
 "Prebieha vyhľadávanie...\n"
 "Vyhľadávanie zrušíte stlačením tlačidla zrušiť alebo klávesy Escape."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Spustí vyhľadávanie"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Nie je vybratý žiadny priečinok."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Priečinok sa nenašiel."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "Nepodarilo sa otvoriť „%s“."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "Nepodarilo sa uložiť „%s“."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "Nepodarilo sa odstrániť „%s“."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Uloženie „%s“ ako..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -502,7 +502,7 @@ msgstr ""
 "Ste si istý, že chcete natrvalo \n"
 "odstrániť „%s“?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -511,47 +511,47 @@ msgstr ""
 "Ste si istý, že chcete natrvalo zmazať \n"
 "%i vybraných súborov?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Ak súbor vymažete, bude nenávratne stratený."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Názov súboru"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Veľkosť"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Umiestnenie"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Náhľad"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Podrobnosti"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Otvoriť pomocou predvolených aplikácií"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Otvoriť pomocou"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Včera"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Žiadny súbor sa nenašiel."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -559,29 +559,29 @@ msgstr ""
 "Skúste menej špecifikovať vaše vyhľadávanie\n"
 "alebo skúste iný adresár."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "Našiel sa jeden súbor."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i súborov nájdených."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bajtov"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Vyhľadáva sa..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Vyhľadáva sa „%s“"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Výsledky vyhľadávania „%s“"
@@ -656,6 +656,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Toto vydanie zlepšuje klávesové skratky, integráciu desktopového prostredia,"
+" podporu správcu súborov, a všeobecný vzhľad a dojem. Obsahuje tiež niekoľko"
+" opráv chýb pre používateľov, ktorí nepoužívajú Xfce."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -664,7 +674,7 @@ msgstr ""
 "označenými súbormi. Vylepšuje tiež klávesové skratky na spustenie "
 "vyhľadávania alebo výber novej cesty vyhľadávania."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -675,7 +685,7 @@ msgstr ""
 "Vyhľadávanie obsahu súborov a preferované zobrazenie je teraz zachované vo "
 "všetkých reláciách."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -684,7 +694,7 @@ msgstr ""
 "kódovaní, a aby vyhľadalo zhody všetkých kľúčových slov namiesto vyhľadania "
 "jedného z nich."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -692,7 +702,7 @@ msgstr ""
 "Toto vydanie zlepšuje integráciu s desktopom Xfce, lepšie podporuje datahub "
 "Zeitgeist, a obsahuje veľa opráv chýb a vylepšení použiteľnosti."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -700,7 +710,7 @@ msgstr ""
 "Toto vydanie rieši chyby balíkov pre Debian a obsahuje optimalizované "
 "programové aktíva."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -708,7 +718,7 @@ msgstr ""
 "Toto vydanie pridáva podporu pre beh pod Wayland a obsahuje upravené dialógy"
 " so zjednodušenými ovládacími prvkami."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -716,7 +726,7 @@ msgstr ""
 "Toto vydanie rieši niektoré chyby pri spustení, ako aj rôzne problémy s "
 "prechádzaním symbolických odkazov."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -724,7 +734,7 @@ msgstr ""
 "Toto vydanie obsahuje vylepšenia vzhľadu, zavádza nové dialógové okno "
 "predvolieb, a zlepšuje výkon a výsledky vyhľadávania."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -732,7 +742,7 @@ msgstr ""
 "Toto vydanie obsahuje vylepšenia výkonu vylúčením nezvyčajných vyhľadávacích"
 " adresárov."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -740,7 +750,7 @@ msgstr ""
 "Toto vydanie obsahuje lepšiu integráciu do desktopu, podporu pre OpenBSD a "
 "Wayland, a vylepšenú podporu prekladov."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -752,7 +762,7 @@ msgstr ""
 "spracovávajú správne. Súbory je možné presúvať do iných aplikácií. Miniatúry"
 " sa generujú iba na žiadosť používateľa."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -764,11 +774,11 @@ msgstr ""
 "aplikáciami. Položky zobrazené v spodnej časti okna s výsledkami sú teraz "
 "dostupné so všetkými motívmi pracovnej plochy."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Toto vydanie obsahuje len pre menšie zmeny týkajúce sa prekladov."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -776,7 +786,7 @@ msgstr ""
 "Toto vydanie obsahuje niekoľko vylepšení výkonu a množstvo aktualizácií "
 "prekladov."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -784,7 +794,7 @@ msgstr ""
 "Toto vydanie teraz zobrazuje všetky časové značky súborov podľa časovej zóny"
 " namiesto univerzálneho koordinovaného času (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -797,7 +807,7 @@ msgstr ""
 "sú teraz použité podľa časovej zóny namiesto univerzálneho koordinovaného "
 "času (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -811,18 +821,18 @@ msgstr ""
 "voliteľných hlavičiek a kontextových okien. Spracovanie hesiel bolo "
 "vylepšené integráciou PolicyKit, keď je k dispozícii."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "Toto vydanie opravuje dve nové chyby a zahŕňa aktualizované preklady."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
 msgstr ""
 "Toto vydanie opravuje pád programu pri spustení na niektorých systémoch."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -833,7 +843,7 @@ msgstr ""
 "zastaraná, zobrazí sa informačný panel, a boli vylepšené dialógové okná "
 "používané na aktualizáciu databázy."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -841,7 +851,7 @@ msgstr ""
 "Toto vydanie opravuje dva problémy, pri ktorých lokalizácia nebola vykonaná "
 "správne, a zlepšuje spracovanie chýbajúcich symbolických ikon."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -851,7 +861,7 @@ msgstr ""
 "vyčistený nepoužívaný kód a opravené potencionálne chyby s výberom zoznamu a"
 " položky."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -859,7 +869,7 @@ msgstr ""
 "Toto vydanie opravuje potencionálnu bezpečnostnú zraniteľnosť pri spúšťaní "
 "programu a tiež opravuje pád programu pri výbere viacerých položiek."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/sl.po b/po/sl.po
index 49cbc86..ec50bc4 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -9,17 +9,17 @@
 # Kernc, 2018
 # ansich <mojmejlzaforume@gmail.com>, 2018
 # 8b03701f910565d01acaec9ce3f558ab_e9f0fee <b5b06e8f85fb8288fe43ad0bc2422d94_32848>, 2020
-# Arnold Marko <arnold.marko@gmail.com>, 2021
 # Martin Srebotnjak <miles@filmsi.net>, 2022
+# Arnold Marko <arnold.marko@gmail.com>, 2022
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
-"Last-Translator: Martin Srebotnjak <miles@filmsi.net>, 2022\n"
+"Last-Translator: Arnold Marko <arnold.marko@gmail.com>, 2022\n"
 "Language-Team: Slovenian (https://www.transifex.com/xfce/teams/16840/sl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -145,7 +145,7 @@ msgstr "Mapa ni bila najdena."
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Prekliči"
@@ -223,7 +223,7 @@ msgstr "Drugo"
 msgid "Any time"
 msgstr "Kadarkoli"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Danes"
 
@@ -251,7 +251,7 @@ msgstr "<b>Začetni datum</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Končni datum</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -267,11 +267,11 @@ msgstr "Baza iskanj je starejša od sedmih dni. Posodobim zdaj?"
 msgid "File Type"
 msgstr "Vrsta datoteke"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Spremenjeno"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Rezultati bodo prikazani takoj, ko bodo najdeni."
 
@@ -412,7 +412,7 @@ msgstr "Neznano"
 msgid "Never"
 msgstr "Nikoli"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -421,37 +421,37 @@ msgstr ""
 "Zgoraj vnesite poizvedbo za iskanje datotek\n"
 "ali kliknite na %s ikono za več možnosti."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Napaka pri posodobaljanjau podatkovne baze."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Avtentifikacija ni uspela."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Overjanje je bilo prekinjeno."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Baza iskanj je bila uspešno posodobljena."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Zapri"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Posodabljanje..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Zaključi iskanje"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -459,39 +459,39 @@ msgstr ""
 "Iskanje poteka...\n"
 "Pritniste gumb za prekinitev ali tipko escapa za zaustavitev iskanja."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Začni z iskanjem"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Nobena mapa ni izbrana."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Mapa ni bila najdena."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "\"%s\" ni bilo mogoče odpreti."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "\"%s\" ni bilo mogoče shraniti."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "\"%s\" ni bilo mogoče izbrisati."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Shrani \"%s\" kot..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -500,7 +500,7 @@ msgstr ""
 "Ali ste prepričani, da želite \n"
 "trajno izbrisati \"%s\"?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -509,47 +509,47 @@ msgstr ""
 "Ste prepričani, da želite\n"
 "za stalno izbrisati %i izbranih datotek?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Če izbrišete datoteko, je za vedno izgubljena."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Ime datoteke"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Velikost"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Lokacija"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Predogled"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Podrobnosti"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Odpri s privzetimi programi"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Odpri z"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Včeraj"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Ni najdenih datotek."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -557,29 +557,29 @@ msgstr ""
 "Poskusite z manj določenim iskanjem\n"
 "ali poskusite v drugi mapi."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "Ena datoteka je bila najdena."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i datotek je bilo najdenih."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bajtov"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Iskanje"
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "V iskanju \"%s\""
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Rezultati iskanja \"%s\""
@@ -652,6 +652,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Ta izdaja izboljšuje bljižnice na tipkovnici, integracijo namiznega okolja, "
+"podporo za upravljanik datotek in splošni videz in občutek. Odpravljeni so "
+"tudi številni hrošči za ne-Xfce uporabnike."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -660,7 +670,7 @@ msgstr ""
 "in ravnanje z izbranimi datotekami. Izboljšane so bljižnice na tipkovnici za"
 " iskanje ali izbiranje nove poti za iskanje."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -670,7 +680,7 @@ msgstr ""
 " in dodaja podporo za iskanje v stisnjenih datotekah. Iskanje vsebin datotek"
 " in najljubši prikaz se sedaj ohranita skozi seje."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -678,7 +688,7 @@ msgstr ""
 "Ta različica širi iskanje celotnega besedila s podporo več kodam in iskanjem"
 " vseh ključnih besed namesto katerekoli od njih."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -686,7 +696,7 @@ msgstr ""
 "Ta izdaja ima boljšo integracijo z namizjem xfce, boljšo podporo za "
 "Zeitgeist podatkovni hub in vsebuje številne popravke in izboljšave."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -694,7 +704,7 @@ msgstr ""
 "Ta izdaja odpravlja napake pri pakiranju za Debian in vsebuje optimatizirane"
 " vire."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -702,7 +712,7 @@ msgstr ""
 "Ta izdaja dodaja podporo za izvajanje pod Wayland-om in ponuja prenovljene "
 "dialoge s poenostavljenimi kontrolami."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -710,7 +720,7 @@ msgstr ""
 "Ta izdaja naslavlja nekatere napake ob zagonu, kot tudi težave s "
 "simboličnimi povezavami."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -718,7 +728,7 @@ msgstr ""
 "Ta različica ima številne vidne izboljšave, uvaja nov dialog za lastnosti in"
 " izboljšuje rezultate iskanj ter učinkovitost."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -726,7 +736,7 @@ msgstr ""
 "Ta različica prinaša večjo učinkovitost z izključevanjem map, ki niso "
 "pogosto rabljene."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -734,7 +744,7 @@ msgstr ""
 "Ta različica ponuja boljšo integracijo z namizjem, podporo za OpenBDS in "
 "Wayland ter izoboljšano podporo prevodom."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -745,7 +755,7 @@ msgstr ""
 " številnih hroščev. Niz v narekovajih so posleh pravilno obdelani, datoteke "
 "je mogoče vleči v druge aplikacije, sličice se generirajo le po potrebi."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -757,17 +767,17 @@ msgstr ""
 "drugim apliakcijam. Predmeti, ki so prikazani na dnu okna z rezultati, so "
 "sedaj dosegljivi z vsemi temami namizji."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "To je manjši popravek prevodov."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
 msgstr "Ta izdaja ima izboljšano zmogljivost in številne popravke prevodov."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -775,7 +785,7 @@ msgstr ""
 "Ta izdaja prikazuje vse časovne oznake v skladu s časovnim pasom in ne UTC "
 "časom."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -787,7 +797,7 @@ msgstr ""
 "funkcionalnost srednje in desne tipke miške. Datumski razponi sedaj "
 "ustrezajo časovnemu pasu in in več UTC."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -800,11 +810,11 @@ msgstr ""
 "seta orodji, vključno z naslovnimi pasicami in pojavnimi widgeti. "
 "Upravljanje gesel je izboljšano z uporabo PolicyKit (če je na voljo)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "Ta izdja popravlja dva hrošča in dopolnuje prevod."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -812,7 +822,7 @@ msgstr ""
 "Ta izdaja odpravlja regresijo, ko se aplikacije na nekaterih sistemih ni "
 "mogla pognati."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -822,7 +832,7 @@ msgstr ""
 "iskalna baza zastarela, se pojavi informacijska pasica, dialogi za "
 "posodabljanje baze pa so bili izboljšani."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -830,7 +840,7 @@ msgstr ""
 "Ta izdaja dve napaki, ko lociranje ni bilo pravilno izvedeno in ozboljša "
 "delo z manjkajočimi simbilnimi ikonami."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -840,7 +850,7 @@ msgstr ""
 "neuporabljeno kodo in popravlja možne težave s szenami in izbrianjem "
 "predmetov."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -848,7 +858,7 @@ msgstr ""
 "Ta izdaja popravlja potencialen varnostni problem s zagonom programa in "
 "odpravlja napako pri izbiranju več vrstic."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/sq.po b/po/sq.po
index cdd5619..ea690cf 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Besnik Bleta <besnik@programeshqip.org>, 2022\n"
 "Language-Team: Albanian (https://www.transifex.com/xfce/teams/16840/sq/)\n"
@@ -140,7 +140,7 @@ msgstr "S’u gjet dosje!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Anuloje"
@@ -218,7 +218,7 @@ msgstr "Tjetër"
 msgid "Any time"
 msgstr "Kurdo"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Sot"
 
@@ -246,7 +246,7 @@ msgstr "<b>Datë Fillimi</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Datë Përfundimi</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -262,11 +262,11 @@ msgstr "Baza e të dhënave është më e vjetër se 7 ditë.  Të përditësohe
 msgid "File Type"
 msgstr "Lloj Kartele"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Ndryshuar më"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Përfundimet do të shfaqen sapo të gjenden."
 
@@ -408,7 +408,7 @@ msgstr "I panjohur"
 msgid "Never"
 msgstr "Kurrë"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -417,37 +417,37 @@ msgstr ""
 "Jepni më sipër kërkesën tuaj që të gjeni kartelat\n"
 "tuaja ose klikoni ikonën %s për më tepër mundësi."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Ndodhi një gabim teksa përditësohej baza e të dhënave."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Mirëfilltësimi dështoi."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Mirëfilltësimi u anulua."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Baza e të dhënave të kërkimeve u përditësua me sukses."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Mbylle"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Po përditësohet…"
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Ndale Kërkimin"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -455,39 +455,39 @@ msgstr ""
 "Kërkimi po kryhet…\n"
 "Që të ndalet, shtypni butonin Anuloje ose tastin Esc."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Nise Kërkimin"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "S’u përzgjodh dosje."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "S’u gjet dosje."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "\"%s\" s’u hap dot."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "\"%s\" s’u ruajt dot."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "\"%s\" s’u fshi dot."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Ruajeni \"%s\" si…"
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -496,7 +496,7 @@ msgstr ""
 "Jeni i sigurt se doni të fshihet \n"
 "\"%s\" përgjithmonë?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -505,47 +505,47 @@ msgstr ""
 "Jeni i sigurt se doni të fshihen \n"
 "përgjithmonë %i kartelat e përzgjedhura?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Nëse fshini një kartelë, humbet përgjithmonë."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Emër kartele"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Madhësi"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Vendndodhje"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Paraparje"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Hollësi"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Hapi me aplikacionet parazgjedhje"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Hape me"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Dje"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "S’u gjetën kartela."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -553,29 +553,29 @@ msgstr ""
 "Provoni ta bëni kërkimin tuaj më pak\n"
 "të hollësishëm ose provoni në një drejtori tjetër."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "U gjet 1 kartelë."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "U gjetën %i kartela."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bajte"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Po kërkohet…"
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Po kërkohet për \"%s\""
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Përfundime kërkimi për \"%s\""
@@ -651,6 +651,17 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Kjo hedhje në qarkullim përmirëson shkurtore tastiere, integrim me mjedisin "
+"desktop, mbulim për përgjegjës kartelash dhe pamjen e përgjithshme dhe "
+"ndjesitë që jep aplikacioni. Përmban gjithashtu një numër ndreqjesh të "
+"metash për përdorues jo të Xfce-së."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -660,7 +671,7 @@ msgstr ""
 "gjithashtu shkurtore tastiere për nisjen e një kërkimi ose përzgjedhjen e "
 "një shtegu të ri kërkimi."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -671,7 +682,7 @@ msgstr ""
 "ngjeshura. Kërkimi në lëndë kartelash dhe pamja e parapëlqyer tanimë ruhen "
 "nga sesioni në sesion."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -680,7 +691,7 @@ msgstr ""
 "mbuluar më tepër kodime dhe për gjetje përputhjesh për krejt fjalëkyçat, në "
 "vend se për cilindo prej tyre."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -689,7 +700,7 @@ msgstr ""
 " qendër të dhënash Zeitgeist, dhe përfshin mjaft ndreqje të metash dhe "
 "përmirësime përdorimi."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -697,7 +708,7 @@ msgstr ""
 "Kjo hedhje në qarkullim zgjidh gabime paketimi për Debian dhe përfshin "
 "burime të përditësuara."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -705,7 +716,7 @@ msgstr ""
 "Kjo hedhje në qarkullim shton mbulim për xhirim nën Wayland dhe përmban "
 "dialogë të rifreskuar me kontrolle të thjeshtuar."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -713,7 +724,7 @@ msgstr ""
 "Kjo hedhje në qarkullim merret me disa gabime në nisje, si dhe me probleme "
 "të ndryshme me ndjekje lidhjesh simbolike."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -722,7 +733,7 @@ msgstr ""
 " të parë një dialog të ri mbi parapëlqimet, dhe përmirëson përfundime "
 "kërkimesh dhe funksionimin në përgjithësi."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -730,7 +741,7 @@ msgstr ""
 "Kjo hedhje në qarkullim sjell përmirësimi punimi përmes përjashtimit të "
 "drejtorive jo të zakonshme kërkimi."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -738,7 +749,7 @@ msgstr ""
 "Kjo hedhje në qarkullim sjell integrim më të mirë me desktopin, mbulim për "
 "OpenBSD-në dhe Wayland-in, dhe mbulim të përmirësuar përkthimesh."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -751,7 +762,7 @@ msgstr ""
 "tërhiqen në aplikacione të tjera. Miniaturat prodhohen vetëm kur kërkohet "
 "nga përdoruesi."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -764,11 +775,11 @@ msgstr ""
 "Objektet e shfaqura në fund të dritares së përfundimeve tani mund të "
 "përdoren me krejt temat grafike të desktopit."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Kjo është një hedhje e vockël në qarkullim, vetëm për ca përkthime."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -776,7 +787,7 @@ msgstr ""
 "Kjo hedhje në qarkullim përfshin disa përmirësime të funksionimit dhe "
 "përditësime të shumta përkthimesh."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -785,7 +796,7 @@ msgstr ""
 " zonën kohore, në vend se me Kohën e Bashkërenduar Universale (Universal "
 "Coordinated Time - UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -798,7 +809,7 @@ msgstr ""
 "djathtë të miut. Filtrat mbi intervale datash tani zbatohen sipas zonën "
 "kohore, në vend se sipas Kohës së Bashkërenduar Universale (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -813,13 +824,13 @@ msgstr ""
 " Shfrytëzimi i fjalëkalimeve është përmirësuar përmes integrimit të "
 "PolicyKit-it, kur kjo është e mundur."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Kjo hedhje në qarkullim ndreq dy të meta dhe përfshin përditësime të "
 "përkthimeve."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -827,7 +838,7 @@ msgstr ""
 "Kjo hedhje në qarkullim ndreq një hap mbrapa, nën të cilin aplikacioni "
 "s’është në gjendje të niset në disa sisteme."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -838,7 +849,7 @@ msgstr ""
 "është e vjetruar, shfaqet një InfoBar, dhe janë përmirësuar dialogët e "
 "përdorur gjatë përditësimit të bazës së të dhënave."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -847,7 +858,7 @@ msgstr ""
 "përmbushej si duhet, dhe përmirëson trajtimin e ikonave simbolike kur "
 "mungojnë."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -857,7 +868,7 @@ msgstr ""
 "fjalëkalimeve, u pastrua kod i papërdorur, dhe u ndreqën probleme potenciale"
 " me përzgjedhje listash dhe objektesh."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -866,7 +877,7 @@ msgstr ""
 "e programit dhe ndreq një hap mbrapa në përzgjedhjen e shumë zërave "
 "njëherësh."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/sr.po b/po/sr.po
index e3e4999..70e1549 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Саша Петровић <salepetronije@gmail.com>, 2022\n"
 "Language-Team: Serbian (https://www.transifex.com/xfce/teams/16840/sr/)\n"
@@ -140,7 +140,7 @@ msgstr "Нисам пронашао фасциклу!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Откажи"
@@ -218,7 +218,7 @@ msgstr "Друго"
 msgid "Any time"
 msgstr "Било када"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Данас"
 
@@ -246,7 +246,7 @@ msgstr "<b>Почетни дан</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Завршни дан</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Сом"
 
@@ -262,11 +262,11 @@ msgstr "Складиште података претраге је старије
 msgid "File Type"
 msgstr "Врста датотеке"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Измењено"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Налази ће се приказивати чим буду пронађени."
 
@@ -408,7 +408,7 @@ msgstr "Непознато"
 msgid "Never"
 msgstr "Никад"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -417,37 +417,37 @@ msgstr ""
 "Унесите упит изнад ради налажења датотека\n"
 "или кликните на сличицу %s за више могућности."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Десила се грешка приликом освежавања складишта података."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Потврда овлашћења није успела."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Потврда овлашћења је отказана."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Складиште претраге је успешно освежено."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Затвори"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Освежавам..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Заустави претрагу"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -455,39 +455,39 @@ msgstr ""
 "Претрага је у току...\n"
 "Притисните дугме откажи или излаз за заустављање."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Почни претрагу"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Није одабрана фасцикла."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Нисам успео да пронађем фасциклу."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "Нисам успео да отворим „%s“."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "Нисам успео да сачувам „%s“."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "Нисам успео да избришем „%s“."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Сачувај „%s“ као..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -496,7 +496,7 @@ msgstr ""
 "Да ли сте сигурни да желите да \n"
 "трајно избришете „%s“?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -505,47 +505,47 @@ msgstr ""
 "Да ли сте сигурни да желите да \n"
 "трајно избришете %i означених датотека?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Ако избришете датотеку, биће трајно изгубљена."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Назив датотеке"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Величина"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Место"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Преглед"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Појединости"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Отвори помоћу подразумеваних програма"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Отвори помоћу"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Јуче"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Нисам пронашао ни једну датотеку."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -553,29 +553,29 @@ msgstr ""
 "Покушајте са мање одређеним упитима\n"
 "или тражите у другом омоту."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "1 датотека је пронађена."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "Нашао сам %i датотека."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "бајта"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Претрага..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Тражим „%s“"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Налаз претраге за „%s“"
@@ -649,6 +649,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Ово издање побољшава пречице дугмади, сједињавање радне површи, подршку "
+"управника датотека, и општи изглед и осећај. Такође, доноси неколико "
+"исправака грешака за некориснике ИксФЦЕ-а."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -657,7 +667,7 @@ msgstr ""
 "означеним датотекама. Такође, побољшава пречице дугмади за покретање "
 "претраге и одабир нове путање претраге."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -667,7 +677,7 @@ msgstr ""
 "датотеке. Претрага садржаја датотека и омиљени приказ се сада чувају кроз "
 "седнице."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -675,7 +685,7 @@ msgstr ""
 "Ово издање проширује потпуну претрагу писма ради подршке додатним кодирањима"
 " и поклапања свих кључних речи уместо делимичних поклапања."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -683,7 +693,7 @@ msgstr ""
 "Ово издање се боље уклапа у радно окружење Иксфце-а, боље подржава Цетгејст "
 "датахуб, и укључује многе исправе буба и побољшања употребе."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -691,7 +701,7 @@ msgstr ""
 "Ово издање разрешава грешке пакета у Дебијану и укључује прилагођена "
 "својства."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -699,7 +709,7 @@ msgstr ""
 "Ово издање додаје подршку за рад под Вејландом и освежене поручне прозоре са"
 " упрошћеним управљањем."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -707,7 +717,7 @@ msgstr ""
 "Ово издање разрешава неке грешке при покретању и разне појаве при путањи "
 "кроз симболичне везе."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -715,7 +725,7 @@ msgstr ""
 "Ово издање садржи многа побољшања изгледа, представља нови прозор поставки, "
 "и побољшане налазе претраге и учинка."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -723,7 +733,7 @@ msgstr ""
 "Ово је издање са побољшањима учинка одбацивањем фасцикли неуобичајених "
 "претрази."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -731,7 +741,7 @@ msgstr ""
 "Ово издање има бољу усклађеност са радном површи, подршку за ОпенБСД и "
 "Вејланд, и побољшану подршку превода."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -743,7 +753,7 @@ msgstr ""
 "обрађене. Датотеке могу бити превлачене у друге програме. Умањене сличице се"
 " само образују на захтев корисника."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -755,17 +765,17 @@ msgstr ""
 "програмима. Приказане ставке на дну прозора  налаза су сада доступне са свим"
 " темама радне површи."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Ово је издање са дорадама превода."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
 msgstr "Ово је издање са побољшањима учинка и бројним побољшањима превода."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -773,7 +783,7 @@ msgstr ""
 "Ово издање приказује све временске ознаке датотека по временској области "
 "уместо општег времена (УТЦ)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -785,7 +795,7 @@ msgstr ""
 "повраћене. Опсези временских услова се сада примењују према временској "
 "области уместо општег времена (УТЦ)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -799,11 +809,11 @@ msgstr ""
 "искачућих справица. Управљање лозинком је побољшано уз усклађивање са "
 "прибором лозинки када је доступан."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "Ово издање решава две нове бубе и укључује у себи освежене преводе."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -811,7 +821,7 @@ msgstr ""
 "Ово издање решава губитак старих могућности, где програм није могао да се "
 "покрене на неким склоповима."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -821,7 +831,7 @@ msgstr ""
 "Трака обавештења се сада приказује када складиште података застари, а прозор"
 " који се користи за освежавање складишта података је побољшан."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -829,7 +839,7 @@ msgstr ""
 "Ово издање исправља две појаве у којима се locate не извршава како треба, и "
 "побољшава баратање недостајућим знаковним сличицама."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -838,7 +848,7 @@ msgstr ""
 "У овом стабилном издању је побољшана поузданост прозорчета лозинке, очишћен "
 "вишак кода, и исправљене могуће потешкоће са списком и избором ставки."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -846,7 +856,7 @@ msgstr ""
 "У овом издању су исправљене могући безбедносни пропусти са самопокретањем "
 "програма и губитак старих могућности избора више ставки."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/sv.po b/po/sv.po
index 4f1d649..d2a4c5a 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: Luna Jernberg <bittin@cafe8bitar.se>, 2022\n"
 "Language-Team: Swedish (https://www.transifex.com/xfce/teams/16840/sv/)\n"
@@ -145,7 +145,7 @@ msgstr "Mapp hittades inte!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "Avbryt"
@@ -222,7 +222,7 @@ msgstr "Annat"
 msgid "Any time"
 msgstr "När som helst"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Idag"
 
@@ -250,7 +250,7 @@ msgstr "<b>Startdatum</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Slutdatum</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -266,11 +266,11 @@ msgstr "Sökdatabasen är mer än 7 dagar gammal. Uppdatera nu?"
 msgid "File Type"
 msgstr "Filtyp"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Ändrad"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Resultat kommer att visas direkt då de hittas."
 
@@ -410,7 +410,7 @@ msgstr "Okänd"
 msgid "Never"
 msgstr "Aldrig"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -419,37 +419,37 @@ msgstr ""
 "Ange söktermer ovan för att hitta dina filer\n"
 "eller klicka på %s-ikonen för fler alternativ."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Ett fel inträffade då databasen uppdaterades."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Autentisering misslyckades."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Autentisering avbröts."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Sökdatabas uppdaterades."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Stäng"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Uppdateras..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Stoppa sökning"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -457,39 +457,39 @@ msgstr ""
 "Sökning pågår...\n"
 "Klicka på avbrytknappen eller Esc-tangenten för att stoppa."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Börja sökning"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Ingen mapp vald"
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Mapp hittades inte."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "Det gick inte att öppna \"%s\"."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "Det gick inte att spara \"%s\"."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "Det gick inte att ta bort \"%s\"."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "Spara \"%s\" som..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -498,7 +498,7 @@ msgstr ""
 "Är du säker på att du vill \n"
 "ta bort \"%s\" permanent?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -507,47 +507,47 @@ msgstr ""
 "Är du säker på att du vill \n"
 "ta bort de %i markerade filerna permanent?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Om du tar bort en fil, är den permanent borta."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Filnamn"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Storlek"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Plats"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Förhandsvisning"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Detaljer"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Öppna med standardprogram"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Öppna med"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Igår"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Inga filer hittades."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -555,29 +555,29 @@ msgstr ""
 "Försök gör dina sökningar mindre specificerade\n"
 "eller försök med en annan katalog."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "1 fil hittad."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i filer hittade."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bits"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Söker..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "Söker efter \"%s\""
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "Sökresultat för \"%s\""
@@ -650,6 +650,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Den här utgåvan förbättrar kortkommandon, integration av skrivbordsmiljö, "
+"filhanterarestöd och allmänt utseende och känsla. Den innehåller också flera"
+" buggfixar för icke-Xfce-användare."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -658,7 +668,7 @@ msgstr ""
 "och hanteringen av valda filer. Den förbättrar också tangentbordsgenvägar "
 "för att starta en sökning eller välja en ny sökväg."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -668,7 +678,7 @@ msgstr ""
 " till stöd för sökning i komprimerade filer. Sökning i filinnehåll och den "
 "föredragna vyn bevaras nu för alla sessioner."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -676,7 +686,7 @@ msgstr ""
 "Denna version utökar fulltext-sökning för att stödja fler teckenkodningar "
 "och matcha alla nyckelord istället för att matcha några."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -685,7 +695,7 @@ msgstr ""
 "datanavet Zeitgeist, åtgärdar många fel och har förbättrad "
 "användarvänlighet."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -693,7 +703,7 @@ msgstr ""
 "Den här utgåvan löser paketeringsfel för Debian, och inkluderar optimerade "
 "resurser."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -701,7 +711,7 @@ msgstr ""
 "Den här utgåvan lägger till stöd för att köras under Wayland, och har "
 "uppdaterat dialogrutor med förenklade kontroller."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -709,7 +719,7 @@ msgstr ""
 "Den här utgåvan åtgärdar en del fel vid uppstart, och diverse problem med "
 "att följa symboliska länkar."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -717,7 +727,7 @@ msgstr ""
 "Den här utgåvan inkluderar flera förbättringar av utseendet, introducerar en"
 " ny inställningsdialogruta, och förbättrar sökresultat och prestanda."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -725,7 +735,7 @@ msgstr ""
 "Den här utgåvan har förbättrat prestandan genom att utesluta ovanliga mappar"
 " vid sökning."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -733,7 +743,7 @@ msgstr ""
 "Den här utgåvan har bättre skrivbordsintegrering, stöd för OpenBSD och "
 "Wayland, och bättre stöd för översättningar."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -745,7 +755,7 @@ msgstr ""
 "korrekt. Filer kan dras till andra program. Miniatyrer genereras bara när "
 "användaren ber om det."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -757,11 +767,11 @@ msgstr ""
 "andra program. Objekt som visas längst ner i resultatfönstret är nu "
 "åtkomliga med alla skrivbordsteman."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Detta är en mindre endast översättningsutgåva."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -769,7 +779,7 @@ msgstr ""
 "Den här utgåvan tillhandahåller prestandaförbättringar och flera "
 "översättningsuppdateringar."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -777,7 +787,7 @@ msgstr ""
 "Denna version visar nu alla filtidsstämplar efter tidszon istället för "
 "Universal Coordinated Time (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -789,7 +799,7 @@ msgstr ""
 "högerklicksfunktionalitet har blivit återställd. Datumintervallsfilter "
 "tillämpas nu enligt tidszon istället för Universal Coordinated Time (UTC)."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -803,13 +813,13 @@ msgstr ""
 "inkluderande valfria rubrikrader och popover widgets. Lösenordshantering har"
 " förbättrats med integrationen av PolicyKit då detta är tillgängligt."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr ""
 "Denna version rättar till två nya fel och innehåller uppdaterade "
 "översättningar."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
@@ -817,7 +827,7 @@ msgstr ""
 "Denna version ordnar en regression som gjorde att programmet inte gick att "
 "starta på en del system."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -827,7 +837,7 @@ msgstr ""
 "längre stöddes. En Inforad visas nu då sökdatabasen är föråldrad, och "
 "dialogerna som används för att uppdatera databasen har förbättrats."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -835,7 +845,7 @@ msgstr ""
 "Denna version ordnar två problem då lokalisering inte gjordes på rätt sätt "
 "och förbättrar hantering av saknade symboliska ikoner."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 msgid ""
 "This stable release improved the reliability of the password dialog, cleaned"
 " up unused code, and fixed potential issues with the list and item "
@@ -845,7 +855,7 @@ msgstr ""
 "rensade upp oanvänd kod, och ordnade eventuella problem med list- och "
 "objektmarkering."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -853,7 +863,7 @@ msgstr ""
 "Denna version ordnade ett möjligt säkerhetsproblem med programstart och "
 "ordnade en regression med markering av flera objekt."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/tr.po b/po/tr.po
index ea05e27..4d5bd84 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -10,17 +10,17 @@
 # Volkan Gezer <volkangezer@gmail.com>, 2020
 # Serdar Sağlam <teknomobil@msn.com>, 2020
 # Emin Tufan Çetin <etcetin@gmail.com>, 2022
-# Sabri Ünal <libreajans@gmail.com>, 2022
 # Demiray Muhterem <mdemiray@msn.com>, 2022
+# Sabri Ünal <libreajans@gmail.com>, 2022
 # 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
-"Last-Translator: Demiray Muhterem <mdemiray@msn.com>, 2022\n"
+"Last-Translator: Sabri Ünal <libreajans@gmail.com>, 2022\n"
 "Language-Team: Turkish (https://www.transifex.com/xfce/teams/16840/tr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -146,7 +146,7 @@ msgstr "Klasör bulunamadı!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "İptal"
@@ -224,7 +224,7 @@ msgstr "Diğer"
 msgid "Any time"
 msgstr "Herhangi bir zaman"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "Bugün"
 
@@ -252,7 +252,7 @@ msgstr "<b>Başlangıç Tarihi</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>Bitiş Tarihi</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -268,11 +268,11 @@ msgstr "Arama veri tabanı 7 günden daha eski. Şimdi güncellensin mi?"
 msgid "File Type"
 msgstr "Dosya Türü"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "Değiştirildi"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "Sonuçlar bulunduğu anda gösterilecek."
 
@@ -418,7 +418,7 @@ msgstr "Bilinmeyen"
 msgid "Never"
 msgstr "Asla"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -428,37 +428,37 @@ msgstr ""
 "sorgunuzu girin veya daha çok \n"
 "seçenek için %s simgesini tıklayın."
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "Veri tabanı güncellenirken hata oluştu."
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "Doğrulama başarısız oldu."
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "Doğrulama iptal edildi."
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "Arama veri tabanı başarıyla güncellendi."
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "Kapat"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "Güncelleniyor..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "Aramayı Durdur"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -466,39 +466,39 @@ msgstr ""
 "Aranıyor...\n"
 "Durdurmak için iptal düğmesine veya Esc tuşuna bas."
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "Aramaya Başla"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "Klasör seçilmedi."
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "Klasör bulunamadı."
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "\"%s\" açılamadı."
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "\"%s\" kaydedilemedi."
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "\"%s\" silinemedi."
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "\"%s\" dosyasını farklı kaydet..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -507,7 +507,7 @@ msgstr ""
 "\"%s\" dosyasını kalıcı olarak silmek \n"
 "istediğinizden emin misiniz?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -516,47 +516,47 @@ msgstr ""
 "%i seçili dosyayı kalıcı olarak silmek \n"
 "istediğinizden emin misiniz?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "Dosya silerseniz, kalıcı olarak yitirilir."
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "Dosya Adı"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "Boyut"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "Konum"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "Ön İzleme"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "Ayrıntılar"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "Öntanımlı uygulamalar ile aç"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "Birlikte aç"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "Dün"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "Hiç dosya bulunamadı."
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -564,29 +564,29 @@ msgstr ""
 "Aramanızı daha az özel yapmayı deneyin\n"
 "veya farklı dizin deneyin."
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "1 dosya bulundu."
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "%i dosya bulundu."
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bayt"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "Aranıyor..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "\"%s\" aranıyor"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "\"%s\" için arama sonuçları"
@@ -660,6 +660,16 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr ""
+"Bu sürüm, klavye kısayollarını, masaüstü ortamı entegrasyonunu, dosya "
+"yöneticisi desteğini ve genel görünüm ve hissi geliştirir. Ayrıca, Xfce "
+"olmayan kullanıcılar için çeşitli hata düzeltmeleri içerir."
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
@@ -668,7 +678,7 @@ msgstr ""
 "dosyaların işlenmesini iyileştirir. Ayrıca, arama başlatmak veya yeni arama "
 "yolu seçmek için klavye kısayollarını iyileştirir."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
@@ -679,7 +689,7 @@ msgstr ""
 "içeriğinin aranması ve yeğlenen görünüm artık oturumlar arasında "
 "korunmaktadır."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
@@ -687,7 +697,7 @@ msgstr ""
 "Bu sürüm, tüm metin aramaya daha çok kodlama ve herhangi biri yerine tüm "
 "anahtar sözcükleri eşleme desteği ekler."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
@@ -696,7 +706,7 @@ msgstr ""
 "iyileştirir ve birçok hatayı giderimini ve kullanım iyileştirmesini "
 "barındırır."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
@@ -704,7 +714,7 @@ msgstr ""
 "Bu sürüm Debian için paketleme hatalarını çözer ve düzeltilmiş varlıkları "
 "içerir."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
@@ -712,7 +722,7 @@ msgstr ""
 "Bu sürüm Wayland altında çalışma desteği ekler ve basitleştirilmiş "
 "denetimlerle yenilenmiş iletişim pencereleri sunar."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
@@ -720,7 +730,7 @@ msgstr ""
 "Bu sürüm bazı başlatma hatalarının yanı sıra sembolik bağlantılarda geçişle "
 "ilgili türlü sorunları ele almaktadır."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
@@ -728,7 +738,7 @@ msgstr ""
 "Bu sürüm birçok görünüm iyileştirmesi içeriyor, yeni bir tercihler iletişim "
 "kutusu getiriyor ve arama sonuçlarını ve performansını geliştiriyor."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
@@ -736,7 +746,7 @@ msgstr ""
 "Bu sürüm, nadir bulunan arama dizinlerini hariç tutarak performans "
 "iyileştirmeleri sunar."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
@@ -744,7 +754,7 @@ msgstr ""
 "Bu sürüm daha iyi masaüstü tümleşimi, OpenBSD ve Wayland desteği, "
 "geliştirilmiş çeviri desteği sunuyor."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -757,7 +767,7 @@ msgstr ""
 "dosyalar başka dizine sürüklenip taşınabilir. Küçük resimler, yalnızca "
 "kullanıcı istediğinde oluşturulur."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -769,11 +779,11 @@ msgstr ""
 "uygulamalarla eşleşecek. Sonuç penceresinin altında görüntülenen ögeler "
 "artık tüm masaüstü temalarıyla erişilebilir durumdadır."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "Bu sürüm yalnızca birkaç çeviriden ibarettir."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
@@ -781,7 +791,7 @@ msgstr ""
 "Bu sürüm birçok performans iyileştirmesi ve çok sayıda çeviri "
 "güncelleştirmesine sahiptir."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
@@ -789,7 +799,7 @@ msgstr ""
 "Bu sürüm şimdi Evrensel Eşgüdümlı Zaman (UTC) yerine saat dilimine göre tüm "
 "dosya zaman damgalarını görüntüler."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -801,7 +811,7 @@ msgstr ""
 "işlevselliği geri yüklendi. Tarih aralığı süzgeçleri artık Evrensel "
 "Eşgüdümlı Saat (UTC) yerine saat dilimine göre uygulanır."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -815,18 +825,18 @@ msgstr ""
 " akışı geliştirildi. PasswordKit ile olabildiğince tümleşimle şifre "
 "kullanımı geliştirildi."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "Bu sürüm, iki yeni hatayı düzeltir ve güncellenmiş çevirileri içerir."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
 msgstr ""
 "Bu sürüm, uygulamanın bazı sistemlerde başlatılamadığı gerilemeyi düzeltir."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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,"
@@ -837,7 +847,7 @@ msgstr ""
 "güncellemek için kullanılan iletişim pencereleri geliştirildiğinde bir "
 "BilgiÇubuğu görüntülenmekte."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
@@ -845,17 +855,17 @@ msgstr ""
 "Bu sürüm, locate'ın düzgün yürütülmeyeceği ve eksik simgesel simgelerin "
 "işlenmesini geliştirdiği iki sorunu giderir."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 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 ""
 "Bu kararlı sürüm, şifre iletişim kutusunun güvenilirliğini geliştirdi, "
-"kullanılmayan kodları temizledi ayrıca liste ve madde seçimi ile ilgili "
-"potansiyel sabit sorunlar düzeltildi."
+"kullanılmayan kodları temizledi ayrıca liste ve öge seçimi ile ilgili "
+"potansiyel sorunlar düzeltildi."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 msgid ""
 "This release fixed a potential security issue with program startup and fixed"
 " a regression with selecting multiple items."
@@ -863,7 +873,7 @@ msgstr ""
 "Bu sürüm, programın başlatılmasıyla ilgili olası güvenlik sorununu düzeltti "
 "ve çoklu öge seçiminde gerilemeyi düzeltti."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/zh_CN.po b/po/zh_CN.po
index 8d66877..1b84cfd 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: 玉堂白鹤 <yjwork@qq.com>, 2022\n"
 "Language-Team: Chinese (China) (https://www.transifex.com/xfce/teams/16840/zh_CN/)\n"
@@ -143,7 +143,7 @@ msgstr "未找到文件夹!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "取消"
@@ -220,7 +220,7 @@ msgstr "其他"
 msgid "Any time"
 msgstr "任何时间"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "今天"
 
@@ -248,7 +248,7 @@ msgstr "<b>开始日期</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>结束日期</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -264,11 +264,11 @@ msgstr "搜索数据库已超过7天,是否现在更新?"
 msgid "File Type"
 msgstr "文件类型"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "修改时间"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "结果将在查找后立即显示。"
 
@@ -411,7 +411,7 @@ msgstr "未知"
 msgid "Never"
 msgstr "从不"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -420,37 +420,37 @@ msgstr ""
 "在上面输入您要查找的文件或者\n"
 "点击 %s图标获取更多选项。"
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "在更新数据库时发生错误。"
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "认证失败。"
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "认证取消。"
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "搜索数据库更新成功。"
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "关闭"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "正在更新..."
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "停止搜索"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -458,39 +458,39 @@ msgstr ""
 "搜索进行中...\n"
 "点击取消按钮或按Esc键可以停止。"
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "开始搜索"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "未选择文件夹。"
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "未找到文件夹。"
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "无法打开 \"%s\"。"
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "无法保存 \"%s\"。"
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "无法删除 \"%s\"。"
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "将 \"%s\" 另存为..."
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -499,54 +499,54 @@ msgstr ""
 "您确定要永久删除\n"
 "\"%s\"?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
 "permanently delete the %i selected files?"
 msgstr "您确定要删除选中的文件%i吗?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "如果您删除该文件,它会永久丢失。"
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "文件名"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "大小"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "位置"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "预览"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "详细信息"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "使用默认应用程序打开"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "打开方式"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "昨天"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "没有找到文件。"
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -554,29 +554,29 @@ msgstr ""
 "尝试少指定一些搜索关键词\n"
 "或者尝试其它目录。"
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "找到1个文件。"
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "找到 %i 个文件。"
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "字节"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "搜索中..."
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "正在搜索 \"%s\""
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "\"%s\" 的搜索结果"
@@ -644,67 +644,74 @@ msgstr "Catfish 的主窗口显示了可用的过滤器以及过滤后的搜索
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr "此版本改进了键盘快捷键、桌面环境集成、文件管理器支持和一般外观。 它还为非 Xfce 用户提供了几个错误修复。"
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
 msgstr "此版本改进了文件管理器支持、zip 文件支持和选定文件的处理。 其还改进了用于启动搜索或选取新搜索路径的键盘快捷键。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
 "the preferred view is now preserved across sessions."
 msgstr "此版本扩展了全文搜索以支持更多的文件类型,并添加在压缩文件中搜索的支持。搜索文件内容和首选视图现在可以跨会话保留。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
 msgstr "此版本扩展了全文本搜索,以支持更多的编码,并匹配所有关键字,而不是任一关键字。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
 msgstr "此版本更好地与 Xfce 桌面集成,更好地支持 Zeitgeist datahub,并包含许多错误修正和可用性改进。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
 msgstr "该版本解决了 Debian 的打包错误,并包括优化的 assets。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr "此版本增加了在 Wayland 下运行的支持,并带有简化控件的刷新对话框。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr "此版本解决了一些启动错误以及遍历符号链接的各种问题。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 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:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
 msgstr "此版本通过排除不常用的搜索目录来提高性能。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
 msgstr "此版本具有更好的桌面集成、对 OpenBSD 和 Wayland 的支持以及改进的翻译支持。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -713,7 +720,7 @@ msgid ""
 msgstr ""
 "该发行版本提升了性能、更好的桌面整合能力,以及一些由来已久的漏掉修复。引用搜索语句现已可以正确解析。文件也能够直接拖进其他应用程序中。缩略图只在用户请求的情况之下才会生成。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -723,23 +730,23 @@ msgstr ""
 "本次更新包括了对缩略图处理进行的一些改进和诸多错误的修复。 图标预览已得到改进,现在将与其他应用程序匹配。 "
 "搜索结果窗口底部显示的所有项目现在都可以被所有桌面主题访问。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "该版本仅更新了翻译。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
 msgstr "该版本包括一些性能上的提升以及大量翻译工作的完善"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
 msgstr "该版本会根据用户所处时区来显示文件的时间戳而不是以前使用的UTC时间"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -749,7 +756,7 @@ msgstr ""
 "本次更新修正了一些关于搜索结果窗口的错误. 文件现在又可以从搜索结果列表中被删除. 鼠标中键和右键的功能被得以恢复. "
 "过滤时间段现在可以根据时区而不是协调时间时 (UTC) 来执行."
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -760,43 +767,43 @@ msgstr ""
 "本次更新包括了重大更新的界面,搜索速度的改善,和对诸多错误的修正。利用 "
 "GTK+工具包的一些最新功能,包括可选的标题栏和弹出窗口小部件,工作流程得到了改进。 在可用时集成了 PolicyKit, 使密码处理得到了改进。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "本版本修复了两处新的缺陷同时完善了翻译情况"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
 msgstr "此版本修复了本应用在某些系统上无法启动的回归。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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 "此版本修复了不再支持多个搜索字词的回归。 现在,当搜索数据库过期时,将显示InfoBar,并且用于更新数据库的对话框已得到改进。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 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:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 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:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 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:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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/zh_TW.po b/po/zh_TW.po
index 2e7e3dd..380875a 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2022-05-03 17:19-0400\n"
+"POT-Creation-Date: 2022-07-17 16:43-0400\n"
 "PO-Revision-Date: 2018-06-28 22:08+0000\n"
 "Last-Translator: 黃柏諺 <s8321414@gmail.com>, 2022\n"
 "Language-Team: Chinese (Taiwan) (https://www.transifex.com/xfce/teams/16840/zh_TW/)\n"
@@ -142,7 +142,7 @@ msgstr "找不到資料夾!"
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:787
+#: ../data/ui/CatfishWindow.ui.h:3 ../catfish/CatfishWindow.py:793
 #: ../catfish_lib/SudoDialog.py:184
 msgid "Cancel"
 msgstr "取消"
@@ -219,7 +219,7 @@ msgstr "其他"
 msgid "Any time"
 msgstr "任何時間"
 
-#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1872
+#: ../data/ui/CatfishWindow.ui.h:23 ../catfish/CatfishWindow.py:1894
 msgid "Today"
 msgstr "今天"
 
@@ -247,7 +247,7 @@ msgstr "<b>開始日期</b>"
 msgid "<b>End Date</b>"
 msgstr "<b>結束日期</b>"
 
-#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:231
+#: ../data/ui/CatfishWindow.ui.h:30 ../catfish_lib/Window.py:232
 msgid "Catfish"
 msgstr "Catfish"
 
@@ -263,11 +263,11 @@ msgstr "搜尋資料庫上次更新在超過七天之前。現在更新?"
 msgid "File Type"
 msgstr "檔案類型"
 
-#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1589
+#: ../data/ui/CatfishWindow.ui.h:34 ../catfish/CatfishWindow.py:1611
 msgid "Modified"
 msgstr "修改日期"
 
-#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2128
+#: ../data/ui/CatfishWindow.ui.h:36 ../catfish/CatfishWindow.py:2150
 msgid "Results will be displayed as soon as they are found."
 msgstr "結果會在找到後盡快顯示。"
 
@@ -407,7 +407,7 @@ msgstr "未知"
 msgid "Never"
 msgstr "從不"
 
-#: ../catfish/CatfishWindow.py:411
+#: ../catfish/CatfishWindow.py:413
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
@@ -416,37 +416,37 @@ msgstr ""
 "在上面輸入您的查詢字串來搜尋您的檔案\n"
 "或點選 %s 圖示以取得更多選項。"
 
-#: ../catfish/CatfishWindow.py:802
+#: ../catfish/CatfishWindow.py:808
 msgid "An error occurred while updating the database."
 msgstr "更新資料庫時發生錯誤。"
 
-#: ../catfish/CatfishWindow.py:804
+#: ../catfish/CatfishWindow.py:810
 msgid "Authentication failed."
 msgstr "未能核對身分。"
 
-#: ../catfish/CatfishWindow.py:810
+#: ../catfish/CatfishWindow.py:816
 msgid "Authentication cancelled."
 msgstr "驗證已取消。"
 
-#: ../catfish/CatfishWindow.py:816
+#: ../catfish/CatfishWindow.py:822
 msgid "Search database updated successfully."
 msgstr "搜尋資料庫更新成功。"
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:877
+#: ../catfish/CatfishWindow.py:883
 msgid "Close"
 msgstr "關閉"
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:891
+#: ../catfish/CatfishWindow.py:897
 msgid "Updating..."
 msgstr "更新中…"
 
-#: ../catfish/CatfishWindow.py:926
+#: ../catfish/CatfishWindow.py:932
 msgid "Stop Search"
 msgstr "停止尋找。"
 
-#: ../catfish/CatfishWindow.py:927
+#: ../catfish/CatfishWindow.py:933
 msgid ""
 "Search is in progress...\n"
 "Press the cancel button or the Escape key to stop."
@@ -454,39 +454,39 @@ msgstr ""
 "搜尋中...\n"
 "按取消鍵或 Esc 鍵停止。"
 
-#: ../catfish/CatfishWindow.py:938
+#: ../catfish/CatfishWindow.py:944
 msgid "Begin Search"
 msgstr "開始搜尋"
 
-#: ../catfish/CatfishWindow.py:1062
+#: ../catfish/CatfishWindow.py:1068
 msgid "No folder selected."
 msgstr "未選取資料夾。"
 
-#: ../catfish/CatfishWindow.py:1067
+#: ../catfish/CatfishWindow.py:1073
 msgid "Folder not found."
 msgstr "找不到資料夾。"
 
-#: ../catfish/CatfishWindow.py:1298
+#: ../catfish/CatfishWindow.py:1317
 #, python-format
 msgid "\"%s\" could not be opened."
 msgstr "無法開啟「%s」。"
 
-#: ../catfish/CatfishWindow.py:1451
+#: ../catfish/CatfishWindow.py:1473
 #, python-format
 msgid "\"%s\" could not be saved."
 msgstr "無法儲存「%s」。"
 
-#: ../catfish/CatfishWindow.py:1468
+#: ../catfish/CatfishWindow.py:1490
 #, python-format
 msgid "\"%s\" could not be deleted."
 msgstr "無法删除「%s」。"
 
-#: ../catfish/CatfishWindow.py:1507
+#: ../catfish/CatfishWindow.py:1529
 #, python-format
 msgid "Save \"%s\" as..."
 msgstr "將「%s」另存為……"
 
-#: ../catfish/CatfishWindow.py:1542
+#: ../catfish/CatfishWindow.py:1564
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -495,7 +495,7 @@ msgstr ""
 "真的要\n"
 "永久删除「%s」嗎?"
 
-#: ../catfish/CatfishWindow.py:1546
+#: ../catfish/CatfishWindow.py:1568
 #, python-format
 msgid ""
 "Are you sure that you want to \n"
@@ -504,47 +504,47 @@ msgstr ""
 "真的要\n"
 "永久删除所選取的 %i 個檔案嗎?"
 
-#: ../catfish/CatfishWindow.py:1549
+#: ../catfish/CatfishWindow.py:1571
 msgid "If you delete a file, it is permanently lost."
 msgstr "如果將檔案刪除,其會永遠消失。"
 
-#: ../catfish/CatfishWindow.py:1583
+#: ../catfish/CatfishWindow.py:1605
 msgid "Filename"
 msgstr "檔案名稱"
 
-#: ../catfish/CatfishWindow.py:1585
+#: ../catfish/CatfishWindow.py:1607
 msgid "Size"
 msgstr "大小"
 
-#: ../catfish/CatfishWindow.py:1587
+#: ../catfish/CatfishWindow.py:1609
 msgid "Location"
 msgstr "位置"
 
-#: ../catfish/CatfishWindow.py:1599
+#: ../catfish/CatfishWindow.py:1621
 msgid "Preview"
 msgstr "預覽"
 
-#: ../catfish/CatfishWindow.py:1606
+#: ../catfish/CatfishWindow.py:1628
 msgid "Details"
 msgstr "詳細資料"
 
-#: ../catfish/CatfishWindow.py:1791
+#: ../catfish/CatfishWindow.py:1813
 msgid "Open with default applications"
 msgstr "使用預設應用程式開啟"
 
-#: ../catfish/CatfishWindow.py:1807
+#: ../catfish/CatfishWindow.py:1829
 msgid "Open with"
 msgstr "開啟方式"
 
-#: ../catfish/CatfishWindow.py:1874
+#: ../catfish/CatfishWindow.py:1896
 msgid "Yesterday"
 msgstr "昨天"
 
-#: ../catfish/CatfishWindow.py:1955
+#: ../catfish/CatfishWindow.py:1977
 msgid "No files found."
 msgstr "找不到檔案。"
 
-#: ../catfish/CatfishWindow.py:1957
+#: ../catfish/CatfishWindow.py:1979
 msgid ""
 "Try making your search less specific\n"
 "or try another directory."
@@ -552,29 +552,29 @@ msgstr ""
 "試著讓您的搜尋較模糊\n"
 "或嘗試其他目錄。"
 
-#: ../catfish/CatfishWindow.py:1964
+#: ../catfish/CatfishWindow.py:1986
 msgid "1 file found."
 msgstr "找到 1 個檔案。"
 
-#: ../catfish/CatfishWindow.py:1966
+#: ../catfish/CatfishWindow.py:1988
 #, python-format
 msgid "%i files found."
 msgstr "找到 %i 個檔案。"
 
-#: ../catfish/CatfishWindow.py:1975 ../catfish/CatfishWindow.py:1978
+#: ../catfish/CatfishWindow.py:1997 ../catfish/CatfishWindow.py:2000
 msgid "bytes"
 msgstr "bytes"
 
-#: ../catfish/CatfishWindow.py:2126 ../catfish/CatfishWindow.py:2136
+#: ../catfish/CatfishWindow.py:2148 ../catfish/CatfishWindow.py:2158
 msgid "Searching..."
 msgstr "正在搜尋……"
 
-#: ../catfish/CatfishWindow.py:2134
+#: ../catfish/CatfishWindow.py:2156
 #, python-format
 msgid "Searching for \"%s\""
 msgstr "正在搜尋「%s」"
 
-#: ../catfish/CatfishWindow.py:2242
+#: ../catfish/CatfishWindow.py:2266
 #, python-format
 msgid "Search results for \"%s\""
 msgstr "搜尋「%s」的結果"
@@ -643,67 +643,74 @@ msgstr "顯示可用的過濾器與已過濾的搜尋結果的主要 Catfish 視
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This release improves keyboard shortcuts, desktop environment integration, "
+"file manager support, and general look and feel. It also features several "
+"bug fixes for non-Xfce users."
+msgstr "此版本改善了鍵盤快捷鍵、桌面環境整合、檔案管理程式支援與一般的外觀與感覺。其也未非 Xfce 使用者提供了幾個錯誤修復。"
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This release improves file manager support, zip file support, and handling "
 "selected files. It also improves keyboard shortcuts for starting a search or"
 " selecting a new search path."
 msgstr "此版本改善了檔案管理員支援、zip 檔案支援與選定檔案的處理。其也改善了啟動搜尋或選取新搜尋路徑的鍵盤快捷鍵。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release expands fulltext search to support more file types and adds "
 "support for searching within compressed files. Searching file contents and "
 "the preferred view is now preserved across sessions."
 msgstr "此版本擴展了全文搜尋以支援更多檔案類型,並新增了在壓縮檔中的搜尋支援。現在可以跨工作階段保留搜尋檔案內容與偏好的檢視方式。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release expands fulltext search to support more encodings and match all"
 " keywords instead of matching any."
 msgstr "此版本拓展了全文搜尋,用以支援更多編碼,並符合所有關鍵字而不是任一個。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release better integrates with the Xfce desktop, better supports the "
 "Zeitgeist datahub, and includes many bugfixes and usability improvements."
 msgstr "此版本與 Xfce 桌面有更好的整合,對 Zeitgeist 資訊站的支援更好,並包含了許多錯誤修復及可用性改進。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release resolves packaging errors for Debian and includes optimized "
 "assets."
 msgstr "這個版本解決了 Debian 打包錯誤並包含了最佳化的資產。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release adds support for running under Wayland and features refreshed "
 "dialogs with simplified controls."
 msgstr "這個版本加入了在 Wayland 下執行的支援,以及帶有簡化過的控制元件的對話框。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid ""
 "This release addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr "這個版本解決了一些啟動錯誤以及多個周遊符號連結的問題。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 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:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
 msgstr "此版本透過排除不常用的搜尋目錄來得到更好的效能。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
 msgstr "此版本提供了更好的桌面整合,支援 OpenBSD 與 Wayland,以及改善翻譯支援。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -712,7 +719,7 @@ msgid ""
 msgstr ""
 "此版本改善了效能、更好的桌面整合、並修復了部份長期存在的臭蟲。帶引號的搜尋字串現在可以正確地處理。檔案可以被拖放到其他應用程式中。縮圖只會在使用者要求時生成。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -721,23 +728,23 @@ msgid ""
 msgstr ""
 "這個版本有許多的改進,如縮圖處理與許多的臭蟲修復。圖示預覽已經改善,現在可以尋找其他應用程式了。在結果視窗底部顯示的項目現在也在所有的桌面佈景主題都可以看得到了。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
 msgid "This is a minor translations-only release."
 msgstr "這是一個僅有翻譯更新的版本。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
 msgstr "這個版本有許多的效能改進,以及許多的翻譯更新。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
 msgstr "這個版本現在會根據時間而非世界協調時 (UTC) 來顯示時間戳。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
 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-"
@@ -747,7 +754,7 @@ msgstr ""
 "這個版本修復了多個關於結果視窗的臭蟲。檔案只要從結果清單中移除就會被刪除。中鍵與右鍵點選功能已經恢復。資料範圍過濾器現在是使用目前時間而非世界協調時 "
 "(UTC)。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
 msgid ""
 "This release includes a significant interface refresh, improves search "
 "speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -758,43 +765,43 @@ msgstr ""
 "這個版本包含了顯著的界面更新,改善搜尋速度,並修復許多臭蟲。工作流程已被改善,並利用了一些 GTK+ "
 "元件工具箱的最新功能,包含了可選的標題列與彈出式視窗小工具。密碼處理也因為在可用的時候整合了 PolicyKit 而改善了。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:22
+#: ../data/metainfo/catfish.appdata.xml.in.h:23
 msgid "This release fixes two new bugs and includes updated translations."
 msgstr "這個版本修復了兩個新的臭蟲並包含了更新的翻譯。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:23
+#: ../data/metainfo/catfish.appdata.xml.in.h:24
 msgid ""
 "This release fixes a regression where the application is unable to start on "
 "some systems."
 msgstr "這個版本修復了應用程式無法在某些系統上執行的問題。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:24
+#: ../data/metainfo/catfish.appdata.xml.in.h:25
 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:25
+#: ../data/metainfo/catfish.appdata.xml.in.h:26
 msgid ""
 "This release fixes two issues where locate would not be properly executed "
 "and improves handling of missing symbolic icons."
 msgstr "這個版本修復了兩個問題,包含了 locate 可能無法正確執行,以及改善遺失符號圖示的處理。"
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:26
+#: ../data/metainfo/catfish.appdata.xml.in.h:27
 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:27
+#: ../data/metainfo/catfish.appdata.xml.in.h:28
 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:28
+#: ../data/metainfo/catfish.appdata.xml.in.h:29
 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 "

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details