Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xapp for openSUSE:Factory checked in 
at 2024-01-29 22:28:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xapp (Old)
 and      /work/SRC/openSUSE:Factory/.xapp.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xapp"

Mon Jan 29 22:28:24 2024 rev:2 rq:1142070 version:2.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/xapp/xapp.changes        2023-08-28 
17:15:49.493964390 +0200
+++ /work/SRC/openSUSE:Factory/.xapp.new.1815/xapp.changes      2024-01-29 
22:29:04.625578001 +0100
@@ -1,0 +2,14 @@
+Sun Jan 28 09:58:39 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 2.8.2:
+  * l10n: Update translations
+  * Add github issue templates.
+  * xapp-gtk3-module.c: Use the 'realize' signal to trigger
+    injecting the favorites:// uri into the sidebar places.
+  * xapp-sn-watcher.c: Mute some warning messages from more of
+    dbus-menu, gtk.
+  * Fix meson.build deprecations up to 0.56.0 (#172)
+  * Update issue template with a link to open and closed issues.
+  * Remove unused includes, bump required gtk version.
+
+-------------------------------------------------------------------

Old:
----
  xapp-master.mint21.tar.gz

New:
----
  2.8.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xapp.spec ++++++
--- /var/tmp/diff_new_pack.qown7O/_old  2024-01-29 22:29:05.225599749 +0100
+++ /var/tmp/diff_new_pack.qown7O/_new  2024-01-29 22:29:05.229599894 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xapp
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,14 @@
 %define typelib typelib-1_0-XApp-1_0
 %define soname  libxapp
 %define sover   1
-%define pkg_ver master.mint21
 Name:           xapp
-Version:        2.6.1
+Version:        2.8.2
 Release:        0
 Summary:        XApp library and common files
 License:        GPL-3.0-or-later
 Group:          System/GUI/Other
 URL:            https://github.com/linuxmint/xapp
-Source:         
https://github.com/linuxmint/%{name}/archive/%{pkg_ver}.tar.gz#/%{name}-%{pkg_ver}.tar.gz
+Source:         
https://github.com/linuxmint/xapp/archive/refs/tags/%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc
 BuildRequires:  hicolor-icon-theme
@@ -118,7 +117,7 @@
 %lang_package -n %{name}-common
 
 %prep
-%setup -q -n xapp-%{pkg_ver}
+%setup -q -n xapp-%{version}
 
 %build
 python3 -c 'import gi;print(gi._overridesdir)'

++++++ xapp-master.mint21.tar.gz -> 2.8.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xapp-master.mint21/.github/ISSUE_TEMPLATE/bug_report.yaml 
new/xapp-2.8.2/.github/ISSUE_TEMPLATE/bug_report.yaml
--- old/xapp-master.mint21/.github/ISSUE_TEMPLATE/bug_report.yaml       
2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/.github/ISSUE_TEMPLATE/bug_report.yaml       2024-01-04 
18:05:19.000000000 +0100
@@ -5,7 +5,7 @@
     attributes:
       value: |
         ### STOP! Before continuing:
-        - Please try searching for any existing report that may match the 
behavior you're seeing. *If you find one, add to that issue, instead of opening 
a new one*. Include any relevant details that may differ from the original 
author's.
+        - Please try searching for [existing 
reports](https://github.com/linuxmint/xapp/issues?q=is%3Aissue+state%3Aall) 
that may match the behavior you're seeing. *If you find one, add to that issue, 
instead of opening a new one*. Include any relevant details that may differ 
from the original author's.
         - Check your logs - there may be some obvious cause for your trouble - 
in Linux Mint you can check ~/.xsession-errors (a hidden file in your Home 
folder).
         - If this is a *crash*, provide information about it if possible 
(CoreDump file, stack trace, etc...). In Linux Mint you can check the System 
Reports program.
         - Have you tried rebooting?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/debian/changelog 
new/xapp-2.8.2/debian/changelog
--- old/xapp-master.mint21/debian/changelog     2023-08-01 18:52:00.000000000 
+0200
+++ new/xapp-2.8.2/debian/changelog     2024-01-04 18:05:19.000000000 +0100
@@ -1,3 +1,32 @@
+xapp (2.8.2) virginia; urgency=medium
+
+  * l10n: Update translations
+
+ -- Clement Lefebvre <[email protected]>  Thu, 04 Jan 2024 17:04:50 +0000
+
+xapp (2.8.1) virginia; urgency=medium
+
+  * Update docs
+  * l10n: Update translations
+
+ -- Clement Lefebvre <[email protected]>  Sun, 03 Dec 2023 15:18:24 +0000
+
+xapp (2.8.0) virginia; urgency=medium
+
+  [ Michael Webster ]
+  * Add github issue templates.
+  * xapp-gtk3-module.c: Use the 'realize' signal to trigger injecting the 
favorites:// uri into the sidebar places.
+  * xapp-sn-watcher.c: Mute some warning messages from more of dbus-menu, gtk.
+
+  [ Rick Calixte ]
+  * Fix meson.build deprecations up to 0.56.0 (#172)
+
+  [ Michael Webster ]
+  * Update issue template with a link to open and closed issues.
+  * Remove unused includes, bump required gtk version.
+
+ -- Clement Lefebvre <[email protected]>  Sun, 19 Nov 2023 10:39:22 +0000
+
 xapp (2.6.1) victoria; urgency=medium
 
   [ Clement Lefebvre ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/docs/meson.build 
new/xapp-2.8.2/docs/meson.build
--- old/xapp-master.mint21/docs/meson.build     2023-08-01 18:52:00.000000000 
+0200
+++ new/xapp-2.8.2/docs/meson.build     2024-01-04 18:05:19.000000000 +0100
@@ -3,8 +3,8 @@
 gnome.gtkdoc('libxapp',
     install: true,
     src_dir: [
-        join_paths(meson.source_root(), 'libxapp'),
-        join_paths(meson.build_root(), 'libxapp'),
+        join_paths(meson.project_source_root(), 'libxapp'),
+        join_paths(meson.project_build_root(), 'libxapp'),
     ],
     dependencies: libxapp_dep,
     gobject_typesfile: 'libxapp.types',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/docs/reference/index.html 
new/xapp-2.8.2/docs/reference/index.html
--- old/xapp-master.mint21/docs/reference/index.html    2023-08-01 
18:52:00.000000000 +0200
+++ new/xapp-2.8.2/docs/reference/index.html    2024-01-04 18:05:19.000000000 
+0100
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">XApp Reference 
Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      xapp 2.6.0
+      xapp 2.8.0
     </p></div>
 </div>
 <hr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/libxapp/meson.build 
new/xapp-2.8.2/libxapp/meson.build
--- old/xapp-master.mint21/libxapp/meson.build  2023-08-01 18:52:00.000000000 
+0200
+++ new/xapp-2.8.2/libxapp/meson.build  2024-01-04 18:05:19.000000000 +0100
@@ -3,7 +3,7 @@
 gio_dep = dependency('gio-2.0', version: glib_min_ver, required: true)
 gio_unix_dep = dependency('gio-unix-2.0', version: glib_min_ver, required: 
true)
 glib_dep = dependency('glib-2.0', version: glib_min_ver, required: true)
-gtk3_dep = dependency('gtk+-3.0', version: '>=3.16', required: true)
+gtk3_dep = dependency('gtk+-3.0', version: '>=3.22', required: true)
 gmodule_dep = dependency('gmodule-2.0', version: glib_min_ver, required: true)
 
 libdeps = []
@@ -157,6 +157,6 @@
         include_directories: [top_inc],
         dependencies: [gtk3_dep, libxapp_dep],
         install: true,
-        install_dir: 
join_paths(gtk3_dep.get_pkgconfig_variable('libdir'),'gtk-3.0','modules')
+        install_dir: join_paths(gtk3_dep.get_variable(pkgconfig: 
'libdir'),'gtk-3.0','modules')
     )
 endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/libxapp/xapp-monitor-blanker.c 
new/xapp-2.8.2/libxapp/xapp-monitor-blanker.c
--- old/xapp-master.mint21/libxapp/xapp-monitor-blanker.c       2023-08-01 
18:52:00.000000000 +0200
+++ new/xapp-2.8.2/libxapp/xapp-monitor-blanker.c       2024-01-04 
18:05:19.000000000 +0100
@@ -5,7 +5,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <gdk/gdkx.h>
+#include <gdk/gdk.h>
 #include <gtk/gtk.h>
 
 #include <glib/gi18n-lib.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xapp-master.mint21/libxapp/xapp-status-icon-monitor.c 
new/xapp-2.8.2/libxapp/xapp-status-icon-monitor.c
--- old/xapp-master.mint21/libxapp/xapp-status-icon-monitor.c   2023-08-01 
18:52:00.000000000 +0200
+++ new/xapp-2.8.2/libxapp/xapp-status-icon-monitor.c   2024-01-04 
18:05:19.000000000 +0100
@@ -8,7 +8,6 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <gdk/gdkx.h>
 #include <gtk/gtk.h>
 
 #include <glib/gi18n-lib.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/libxapp/xapp-status-icon.c 
new/xapp-2.8.2/libxapp/xapp-status-icon.c
--- old/xapp-master.mint21/libxapp/xapp-status-icon.c   2023-08-01 
18:52:00.000000000 +0200
+++ new/xapp-2.8.2/libxapp/xapp-status-icon.c   2024-01-04 18:05:19.000000000 
+0100
@@ -8,7 +8,6 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <gdk/gdkx.h>
 #include <gtk/gtk.h>
 
 #include <glib/gi18n-lib.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/meson.build 
new/xapp-2.8.2/meson.build
--- old/xapp-master.mint21/meson.build  2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/meson.build  2024-01-04 18:05:19.000000000 +0100
@@ -1,15 +1,16 @@
 project('xapp',
     'c',
-    version : '2.6.1',
+    version : '2.8.2',
     default_options : [ 'buildtype=debugoptimized' ],
+    meson_version : '>=0.56.0'
 )
 
 gnome = import('gnome')
 pkg = import('pkgconfig')
 i18n = import('i18n')
 
-dbus_services_dir = 
dependency('dbus-1').get_pkgconfig_variable('session_bus_services_dir',
-                                                                
define_variable: ['datadir', get_option('datadir')])
+dbus_services_dir = dependency('dbus-1').get_variable(pkgconfig: 
'session_bus_services_dir',
+                                                                
pkgconfig_define: ['datadir', get_option('datadir')])
 sn_watcher_dir = join_paths(get_option('prefix'), get_option('libdir'), 
'xapps')
 
 cdata = configuration_data()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/af.po new/xapp-2.8.2/po/af.po
--- old/xapp-master.mint21/po/af.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/af.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/am.po new/xapp-2.8.2/po/am.po
--- old/xapp-master.mint21/po/am.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/am.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/ar.po new/xapp-2.8.2/po/ar.po
--- old/xapp-master.mint21/po/ar.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/ar.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/az.po new/xapp-2.8.2/po/az.po
--- old/xapp-master.mint21/po/az.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/az.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/be.po new/xapp-2.8.2/po/be.po
--- old/xapp-master.mint21/po/be.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/be.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/ber.po new/xapp-2.8.2/po/ber.po
--- old/xapp-master.mint21/po/ber.po    2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/ber.po    2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/bg.po new/xapp-2.8.2/po/bg.po
--- old/xapp-master.mint21/po/bg.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/bg.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/bn.po new/xapp-2.8.2/po/bn.po
--- old/xapp-master.mint21/po/bn.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/bn.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/ca.po new/xapp-2.8.2/po/ca.po
--- old/xapp-master.mint21/po/ca.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/ca.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/[email protected] 
new/xapp-2.8.2/po/[email protected]
--- old/xapp-master.mint21/po/[email protected]  2023-08-01 18:52:00.000000000 
+0200
+++ new/xapp-2.8.2/po/[email protected]  2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/cs.po new/xapp-2.8.2/po/cs.po
--- old/xapp-master.mint21/po/cs.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/cs.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/cy.po new/xapp-2.8.2/po/cy.po
--- old/xapp-master.mint21/po/cy.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/cy.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 "Language: cy\n"
 
 #: libxapp/favorite-vfs-file.c:463
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/da.po new/xapp-2.8.2/po/da.po
--- old/xapp-master.mint21/po/da.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/da.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/de.po new/xapp-2.8.2/po/de.po
--- old/xapp-master.mint21/po/de.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/de.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/el.po new/xapp-2.8.2/po/el.po
--- old/xapp-master.mint21/po/el.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/el.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/en_CA.po 
new/xapp-2.8.2/po/en_CA.po
--- old/xapp-master.mint21/po/en_CA.po  2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/en_CA.po  2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/en_GB.po 
new/xapp-2.8.2/po/en_GB.po
--- old/xapp-master.mint21/po/en_GB.po  2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/en_GB.po  2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/eo.po new/xapp-2.8.2/po/eo.po
--- old/xapp-master.mint21/po/eo.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/eo.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/es.po new/xapp-2.8.2/po/es.po
--- old/xapp-master.mint21/po/es.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/es.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/et.po new/xapp-2.8.2/po/et.po
--- old/xapp-master.mint21/po/et.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/et.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/eu.po new/xapp-2.8.2/po/eu.po
--- old/xapp-master.mint21/po/eu.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/eu.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/fa.po new/xapp-2.8.2/po/fa.po
--- old/xapp-master.mint21/po/fa.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/fa.po     2024-01-04 18:05:19.000000000 +0100
@@ -8,18 +8,19 @@
 "Project-Id-Version: linuxmint\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2020-11-25 11:16+0000\n"
-"PO-Revision-Date: 2023-03-23 16:11+0000\n"
+"PO-Revision-Date: 2023-09-17 13:45+0000\n"
 "Last-Translator: Mr.Ravi <Unknown>\n"
 "Language-Team: Persian <[email protected]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
+"Language: fa\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
-msgstr "برگزیده‌ها"
+msgstr "علاقه‌مندی‌ها"
 
 #: libxapp/favorite-vfs-file.c:933 libxapp/favorite-vfs-file.c:963
 #: libxapp/favorite-vfs-file.c:992 libxapp/favorite-vfs-file.c:1026
@@ -38,7 +39,7 @@
 #: libxapp/xapp-icon-chooser-button.c:208
 #: libxapp/xapp-icon-chooser-dialog.c:640
 msgid "The preferred icon size."
-msgstr "اندازه نماد ترجیحی"
+msgstr "اندازه نماد ترجیحی."
 
 #: libxapp/xapp-icon-chooser-button.c:222
 msgid "Icon"
@@ -46,7 +47,7 @@
 
 #: libxapp/xapp-icon-chooser-button.c:223
 msgid "The string representing the icon."
-msgstr "رشته نشان دهنده نماد"
+msgstr "رشته نشان دهنده نماد."
 
 #: libxapp/xapp-icon-chooser-button.c:234
 msgid "Category"
@@ -54,7 +55,7 @@
 
 #: libxapp/xapp-icon-chooser-button.c:235
 msgid "The default category."
-msgstr "دسته بندی پیش‌فرض"
+msgstr "دسته بندی پیش‌فرض."
 
 #: libxapp/xapp-icon-chooser-dialog.c:98
 msgid "Actions"
@@ -161,7 +162,7 @@
 #: status-applets/mate/org.x.MateXAppStatusApplet.mate-panel-applet.in.in:7
 #: status-applets/mate/org.x.MateXAppStatusApplet.mate-panel-applet.in.in:11
 msgid "Area where XApp status icons appear"
-msgstr "مکانی که نمادهای وضعیت XApp ها نمایان م
یشوند."
+msgstr "مکانی که نمادهای وضعیت XApp ها نمایان م
یشوند"
 
 #: status-applets/mate/org.x.MateXAppStatusApplet.mate-panel-applet.in.in:6
 msgid "XApp Status Applet Factory"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/fi.po new/xapp-2.8.2/po/fi.po
--- old/xapp-master.mint21/po/fi.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/fi.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/fr.po new/xapp-2.8.2/po/fr.po
--- old/xapp-master.mint21/po/fr.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/fr.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/fr_CA.po 
new/xapp-2.8.2/po/fr_CA.po
--- old/xapp-master.mint21/po/fr_CA.po  2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/fr_CA.po  2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/he.po new/xapp-2.8.2/po/he.po
--- old/xapp-master.mint21/po/he.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/he.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/hi.po new/xapp-2.8.2/po/hi.po
--- old/xapp-master.mint21/po/hi.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/hi.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/hr.po new/xapp-2.8.2/po/hr.po
--- old/xapp-master.mint21/po/hr.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/hr.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/hu.po new/xapp-2.8.2/po/hu.po
--- old/xapp-master.mint21/po/hu.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/hu.po     2024-01-04 18:05:19.000000000 +0100
@@ -9,8 +9,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 "Language: hu\n"
 
 #: libxapp/favorite-vfs-file.c:463
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/ia.po new/xapp-2.8.2/po/ia.po
--- old/xapp-master.mint21/po/ia.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/ia.po     2024-01-04 18:05:19.000000000 +0100
@@ -8,14 +8,14 @@
 "Project-Id-Version: linuxmint\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2020-11-25 11:16+0000\n"
-"PO-Revision-Date: 2021-06-25 04:45+0000\n"
-"Last-Translator: karm <[email protected]>\n"
+"PO-Revision-Date: 2023-12-23 05:20+0000\n"
+"Last-Translator: famese <Unknown>\n"
 "Language-Team: Interlingua <[email protected]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
@@ -143,7 +143,7 @@
 
 #: libxapp/xapp-icon-chooser-dialog.c:1933
 msgid "Select image file"
-msgstr "Eliger le file de imagine"
+msgstr "Seliger le file de imagine"
 
 #: libxapp/xapp-icon-chooser-dialog.c:1938
 msgid "Open"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/id.po new/xapp-2.8.2/po/id.po
--- old/xapp-master.mint21/po/id.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/id.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/ie.po new/xapp-2.8.2/po/ie.po
--- old/xapp-master.mint21/po/ie.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/ie.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 "Language: ie\n"
 
 #: libxapp/favorite-vfs-file.c:463
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/is.po new/xapp-2.8.2/po/is.po
--- old/xapp-master.mint21/po/is.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/is.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/it.po new/xapp-2.8.2/po/it.po
--- old/xapp-master.mint21/po/it.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/it.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/ja.po new/xapp-2.8.2/po/ja.po
--- old/xapp-master.mint21/po/ja.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/ja.po     2024-01-04 18:05:19.000000000 +0100
@@ -8,14 +8,15 @@
 "Project-Id-Version: linuxmint\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2020-11-25 11:16+0000\n"
-"PO-Revision-Date: 2020-11-26 08:07+0000\n"
-"Last-Translator: vega m57 <Unknown>\n"
+"PO-Revision-Date: 2023-12-02 11:03+0000\n"
+"Last-Translator: kmyyfz8q <Unknown>\n"
 "Language-Team: Japanese <[email protected]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
+"Language: ja\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
@@ -28,17 +29,17 @@
 #: libxapp/favorite-vfs-file.c:1204 libxapp/favorite-vfs-file.c:1239
 #: libxapp/favorite-vfs-file.c:1269 libxapp/favorite-vfs-file.c:1308
 msgid "Operation not supported"
-msgstr "操作はサポートされていません"
+msgstr "操作がサポートされていません"
 
 #: libxapp/xapp-icon-chooser-button.c:207
 #: libxapp/xapp-icon-chooser-dialog.c:639
 msgid "Icon size"
-msgstr "アイコンサイズ"
+msgstr "アイコンのサイズ"
 
 #: libxapp/xapp-icon-chooser-button.c:208
 #: libxapp/xapp-icon-chooser-dialog.c:640
 msgid "The preferred icon size."
-msgstr "推奨アイコンサイズ。"
+msgstr "推奨されるアイコンの大きさです。"
 
 #: libxapp/xapp-icon-chooser-button.c:222
 msgid "Icon"
@@ -46,15 +47,15 @@
 
 #: libxapp/xapp-icon-chooser-button.c:223
 msgid "The string representing the icon."
-msgstr "アイコンを表す文字列。"
+msgstr "アイコンを表す文字列です。"
 
 #: libxapp/xapp-icon-chooser-button.c:234
 msgid "Category"
-msgstr "カテゴリー"
+msgstr "カテゴリ"
 
 #: libxapp/xapp-icon-chooser-button.c:235
 msgid "The default category."
-msgstr "デフォルトのカテゴリー"
+msgstr "既定のカテゴリです。"
 
 #: libxapp/xapp-icon-chooser-dialog.c:98
 msgid "Actions"
@@ -82,7 +83,7 @@
 
 #: libxapp/xapp-icon-chooser-dialog.c:116
 msgid "Mime types"
-msgstr "MIMEタイプ"
+msgstr "MIME タイプ"
 
 #: libxapp/xapp-icon-chooser-dialog.c:119
 msgid "Places"
@@ -90,7 +91,7 @@
 
 #: libxapp/xapp-icon-chooser-dialog.c:122
 msgid "Status"
-msgstr "ステータス"
+msgstr "状態"
 
 #: libxapp/xapp-icon-chooser-dialog.c:125
 msgid "Other"
@@ -98,7 +99,7 @@
 
 #: libxapp/xapp-icon-chooser-dialog.c:454
 msgid "Choose an icon"
-msgstr "アイコンを選択してください"
+msgstr "アイコンを選択"
 
 #: libxapp/xapp-icon-chooser-dialog.c:476
 msgid "Search"
@@ -106,15 +107,15 @@
 
 #: libxapp/xapp-icon-chooser-dialog.c:483
 msgid "Browse"
-msgstr "ブラウズ"
+msgstr "参照"
 
 #: libxapp/xapp-icon-chooser-dialog.c:539
 msgid "Loading..."
-msgstr "ロード中..."
+msgstr "読み込んでいます..."
 
 #: libxapp/xapp-icon-chooser-dialog.c:586
 msgid "Default"
-msgstr "デフォルト"
+msgstr "既定"
 
 #: libxapp/xapp-icon-chooser-dialog.c:596
 msgid "Select"
@@ -131,15 +132,15 @@
 
 #: libxapp/xapp-icon-chooser-dialog.c:653
 msgid "Whether to allow paths."
-msgstr "パスを許可するかどうか。"
+msgstr "パスを許可するかどうかです。"
 
 #: libxapp/xapp-icon-chooser-dialog.c:664
 msgid "Default Icon"
-msgstr "デフォルトのアイコン"
+msgstr "既定のアイコン"
 
 #: libxapp/xapp-icon-chooser-dialog.c:665
 msgid "The icon to use by default"
-msgstr "デフォルトで使用するアイコン"
+msgstr "既定で使用するアイコンです"
 
 #: libxapp/xapp-icon-chooser-dialog.c:1933
 msgid "Select image file"
@@ -161,12 +162,12 @@
 #: status-applets/mate/org.x.MateXAppStatusApplet.mate-panel-applet.in.in:7
 #: status-applets/mate/org.x.MateXAppStatusApplet.mate-panel-applet.in.in:11
 msgid "Area where XApp status icons appear"
-msgstr "Xapp ステータスアイコンの表示場所"
+msgstr "XApp の状態アイコンが表示される場所です"
 
 #: status-applets/mate/org.x.MateXAppStatusApplet.mate-panel-applet.in.in:6
 msgid "XApp Status Applet Factory"
-msgstr "XApp Status アプレットファクトリー"
+msgstr "XApp の状態アプレットファクトリー"
 
 #: status-applets/mate/org.x.MateXAppStatusApplet.mate-panel-applet.in.in:10
 msgid "XApp Status Applet"
-msgstr "XApp Status アプレット"
+msgstr "XApp の状態アプレット"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/ka.po new/xapp-2.8.2/po/ka.po
--- old/xapp-master.mint21/po/ka.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/ka.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/kab.po new/xapp-2.8.2/po/kab.po
--- old/xapp-master.mint21/po/kab.po    2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/kab.po    2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/kk.po new/xapp-2.8.2/po/kk.po
--- old/xapp-master.mint21/po/kk.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/kk.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/ko.po new/xapp-2.8.2/po/ko.po
--- old/xapp-master.mint21/po/ko.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/ko.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/ku.po new/xapp-2.8.2/po/ku.po
--- old/xapp-master.mint21/po/ku.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/ku.po     2024-01-04 18:05:19.000000000 +0100
@@ -8,18 +8,18 @@
 "Project-Id-Version: linuxmint\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2020-11-25 11:16+0000\n"
-"PO-Revision-Date: 2019-12-04 11:30+0000\n"
-"Last-Translator: Rokar ✌ <Unknown>\n"
+"PO-Revision-Date: 2023-08-17 22:14+0000\n"
+"Last-Translator: Sahin Elci <Unknown>\n"
 "Language-Team: Kurdish <[email protected]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
-msgstr ""
+msgstr "Hemî Favorî"
 
 #: libxapp/favorite-vfs-file.c:933 libxapp/favorite-vfs-file.c:963
 #: libxapp/favorite-vfs-file.c:992 libxapp/favorite-vfs-file.c:1026
@@ -28,17 +28,17 @@
 #: libxapp/favorite-vfs-file.c:1204 libxapp/favorite-vfs-file.c:1239
 #: libxapp/favorite-vfs-file.c:1269 libxapp/favorite-vfs-file.c:1308
 msgid "Operation not supported"
-msgstr ""
+msgstr "Piştgiriya xebat nayê kirin"
 
 #: libxapp/xapp-icon-chooser-button.c:207
 #: libxapp/xapp-icon-chooser-dialog.c:639
 msgid "Icon size"
-msgstr "Mezinahiya îkonê"
+msgstr "Meznahiya ikonê"
 
 #: libxapp/xapp-icon-chooser-button.c:208
 #: libxapp/xapp-icon-chooser-dialog.c:640
 msgid "The preferred icon size."
-msgstr ""
+msgstr "Mezinatiya îkona bijartî"
 
 #: libxapp/xapp-icon-chooser-button.c:222
 msgid "Icon"
@@ -46,7 +46,7 @@
 
 #: libxapp/xapp-icon-chooser-button.c:223
 msgid "The string representing the icon."
-msgstr ""
+msgstr "Rêya îkona tê temsîl kirin"
 
 #: libxapp/xapp-icon-chooser-button.c:234
 msgid "Category"
@@ -54,7 +54,7 @@
 
 #: libxapp/xapp-icon-chooser-button.c:235
 msgid "The default category."
-msgstr ""
+msgstr "Kategoriya  sereke"
 
 #: libxapp/xapp-icon-chooser-dialog.c:98
 msgid "Actions"
@@ -62,7 +62,7 @@
 
 #: libxapp/xapp-icon-chooser-dialog.c:101
 msgid "Applications"
-msgstr "Bername"
+msgstr "Sepan"
 
 #: libxapp/xapp-icon-chooser-dialog.c:104
 msgid "Categories"
@@ -78,7 +78,7 @@
 
 #: libxapp/xapp-icon-chooser-dialog.c:113
 msgid "Emoji"
-msgstr ""
+msgstr "Emoji"
 
 #: libxapp/xapp-icon-chooser-dialog.c:116
 msgid "Mime types"
@@ -98,7 +98,7 @@
 
 #: libxapp/xapp-icon-chooser-dialog.c:454
 msgid "Choose an icon"
-msgstr ""
+msgstr "Hilbijartina îkon"
 
 #: libxapp/xapp-icon-chooser-dialog.c:476
 msgid "Search"
@@ -127,11 +127,11 @@
 
 #: libxapp/xapp-icon-chooser-dialog.c:652
 msgid "Allow Paths"
-msgstr ""
+msgstr "Destûrê bide Paths"
 
 #: libxapp/xapp-icon-chooser-dialog.c:653
 msgid "Whether to allow paths."
-msgstr ""
+msgstr "Ma rê bidin rê."
 
 #: libxapp/xapp-icon-chooser-dialog.c:664
 msgid "Default Icon"
@@ -139,7 +139,7 @@
 
 #: libxapp/xapp-icon-chooser-dialog.c:665
 msgid "The icon to use by default"
-msgstr ""
+msgstr "Îkona ku ji hêla xwerû ve tê bikar anîn"
 
 #: libxapp/xapp-icon-chooser-dialog.c:1933
 msgid "Select image file"
@@ -161,12 +161,12 @@
 #: status-applets/mate/org.x.MateXAppStatusApplet.mate-panel-applet.in.in:7
 #: status-applets/mate/org.x.MateXAppStatusApplet.mate-panel-applet.in.in:11
 msgid "Area where XApp status icons appear"
-msgstr ""
+msgstr "Qada ku îkonên rewşa XApp lê xuya dibin"
 
 #: status-applets/mate/org.x.MateXAppStatusApplet.mate-panel-applet.in.in:6
 msgid "XApp Status Applet Factory"
-msgstr ""
+msgstr "Rewşa Kargeha Aplikasyon a XApp"
 
 #: status-applets/mate/org.x.MateXAppStatusApplet.mate-panel-applet.in.in:10
 msgid "XApp Status Applet"
-msgstr ""
+msgstr "Aplikasyona Rewşê"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/la.po new/xapp-2.8.2/po/la.po
--- old/xapp-master.mint21/po/la.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/la.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 "Language: la\n"
 
 #: libxapp/favorite-vfs-file.c:463
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/lt.po new/xapp-2.8.2/po/lt.po
--- old/xapp-master.mint21/po/lt.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/lt.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/mai.po new/xapp-2.8.2/po/mai.po
--- old/xapp-master.mint21/po/mai.po    2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/mai.po    2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/ms.po new/xapp-2.8.2/po/ms.po
--- old/xapp-master.mint21/po/ms.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/ms.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/nb.po new/xapp-2.8.2/po/nb.po
--- old/xapp-master.mint21/po/nb.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/nb.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/nl.po new/xapp-2.8.2/po/nl.po
--- old/xapp-master.mint21/po/nl.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/nl.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/oc.po new/xapp-2.8.2/po/oc.po
--- old/xapp-master.mint21/po/oc.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/oc.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/pl.po new/xapp-2.8.2/po/pl.po
--- old/xapp-master.mint21/po/pl.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/pl.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/pt.po new/xapp-2.8.2/po/pt.po
--- old/xapp-master.mint21/po/pt.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/pt.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/pt_BR.po 
new/xapp-2.8.2/po/pt_BR.po
--- old/xapp-master.mint21/po/pt_BR.po  2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/pt_BR.po  2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/ro.po new/xapp-2.8.2/po/ro.po
--- old/xapp-master.mint21/po/ro.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/ro.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/ru.po new/xapp-2.8.2/po/ru.po
--- old/xapp-master.mint21/po/ru.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/ru.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/sk.po new/xapp-2.8.2/po/sk.po
--- old/xapp-master.mint21/po/sk.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/sk.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 "Language: sk\n"
 
 #: libxapp/favorite-vfs-file.c:463
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/sl.po new/xapp-2.8.2/po/sl.po
--- old/xapp-master.mint21/po/sl.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/sl.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/sr.po new/xapp-2.8.2/po/sr.po
--- old/xapp-master.mint21/po/sr.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/sr.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 "Language: sr\n"
 
 #: libxapp/favorite-vfs-file.c:463
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/[email protected] 
new/xapp-2.8.2/po/[email protected]
--- old/xapp-master.mint21/po/[email protected]     2023-08-01 18:52:00.000000000 
+0200
+++ new/xapp-2.8.2/po/[email protected]     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/sv.po new/xapp-2.8.2/po/sv.po
--- old/xapp-master.mint21/po/sv.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/sv.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/tr.po new/xapp-2.8.2/po/tr.po
--- old/xapp-master.mint21/po/tr.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/tr.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/uk.po new/xapp-2.8.2/po/uk.po
--- old/xapp-master.mint21/po/uk.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/uk.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/uz.po new/xapp-2.8.2/po/uz.po
--- old/xapp-master.mint21/po/uz.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/uz.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 "Language: uz\n"
 
 #: libxapp/favorite-vfs-file.c:463
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/vi.po new/xapp-2.8.2/po/vi.po
--- old/xapp-master.mint21/po/vi.po     2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/vi.po     2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/zgh.po new/xapp-2.8.2/po/zgh.po
--- old/xapp-master.mint21/po/zgh.po    2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/zgh.po    2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/zh_CN.po 
new/xapp-2.8.2/po/zh_CN.po
--- old/xapp-master.mint21/po/zh_CN.po  2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/zh_CN.po  2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/zh_HK.po 
new/xapp-2.8.2/po/zh_HK.po
--- old/xapp-master.mint21/po/zh_HK.po  2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/zh_HK.po  2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/po/zh_TW.po 
new/xapp-2.8.2/po/zh_TW.po
--- old/xapp-master.mint21/po/zh_TW.po  2023-08-01 18:52:00.000000000 +0200
+++ new/xapp-2.8.2/po/zh_TW.po  2024-01-04 18:05:19.000000000 +0100
@@ -14,8 +14,8 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2023-06-08 10:22+0000\n"
-"X-Generator: Launchpad (build 620cd5280e3a973662e263ebf9346837ed657a46)\n"
+"X-Launchpad-Export-Date: 2024-01-04 14:59+0000\n"
+"X-Generator: Launchpad (build e1eeab5b20e19239bd7d5f36676f7a52988db88b)\n"
 
 #: libxapp/favorite-vfs-file.c:463
 msgid "Favorites"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xapp-master.mint21/status-applets/mate/meson.build 
new/xapp-2.8.2/status-applets/mate/meson.build
--- old/xapp-master.mint21/status-applets/mate/meson.build      2023-08-01 
18:52:00.000000000 +0200
+++ new/xapp-2.8.2/status-applets/mate/meson.build      2024-01-04 
18:05:19.000000000 +0100
@@ -51,7 +51,7 @@
   input: def_file,
   output: 'org.x.MateXAppStatusApplet.mate-panel-applet',
   type: 'desktop',
-  po_dir: join_paths(meson.source_root(), 'po'),
+  po_dir: join_paths(meson.project_source_root(), 'po'),
   install: true,
   install_dir: join_paths(get_option('datadir'), 'mate-panel', 'applets')
 )

Reply via email to