Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package skanlite for openSUSE:Factory 
checked in at 2023-04-23 22:44:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skanlite (Old)
 and      /work/SRC/openSUSE:Factory/.skanlite.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skanlite"

Sun Apr 23 22:44:47 2023 rev:65 rq:1080744 version:23.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/skanlite/skanlite.changes        2023-03-03 
22:27:23.779122290 +0100
+++ /work/SRC/openSUSE:Factory/.skanlite.new.1533/skanlite.changes      
2023-04-23 22:46:23.774349617 +0200
@@ -1,0 +2,20 @@
+Sat Apr 15 08:46:45 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.0/
+
+-------------------------------------------------------------------
+Fri Mar 31 16:42:48 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.03.90
+  * New feature release
+
+-------------------------------------------------------------------
+Fri Mar 17 20:44:37 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.03.80
+  * New feature release
+
+-------------------------------------------------------------------

Old:
----
  skanlite-22.12.3.tar.xz
  skanlite-22.12.3.tar.xz.sig

New:
----
  skanlite-23.04.0.tar.xz
  skanlite-23.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ skanlite.spec ++++++
--- /var/tmp/diff_new_pack.7IvLnH/_old  2023-04-23 22:46:24.370352984 +0200
+++ /var/tmp/diff_new_pack.7IvLnH/_new  2023-04-23 22:46:24.374353007 +0200
@@ -15,11 +15,9 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           skanlite
-Version:        22.12.3
+Version:        23.04.0
 Release:        0
 Summary:        Image Scanner Application
 License:        LGPL-2.1-or-later


++++++ skanlite-22.12.3.tar.xz -> skanlite-23.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/.kde-ci.yml 
new/skanlite-23.04.0/.kde-ci.yml
--- old/skanlite-22.12.3/.kde-ci.yml    2023-02-25 06:23:55.000000000 +0100
+++ new/skanlite-23.04.0/.kde-ci.yml    2023-04-12 19:00:03.000000000 +0200
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: CC0-1.0
 
 Dependencies:
-- 'on': ['@all']
+- 'on': ['Linux/Qt5', 'FreeBSD/Qt5']
   'require':
     'frameworks/extra-cmake-modules': '@stable'
     'frameworks/kcoreaddons': '@stable'
@@ -11,3 +11,13 @@
     'frameworks/kio': '@stable'
     'frameworks/kxmlgui': '@stable'
     'graphics/libksane': '@same'
+
+- 'on': ['Linux/Qt6', 'FreeBSD/Qt6']
+  'require':
+    'frameworks/extra-cmake-modules': '@latest-kf6'
+    'frameworks/kcoreaddons': '@latest-kf6'
+    'frameworks/kdoctools': '@latest-kf6'
+    'frameworks/ki18n': '@latest-kf6'
+    'frameworks/kio': '@latest-kf6'
+    'frameworks/kxmlgui': '@latest-kf6'
+    'graphics/libksane': '@same'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/CMakeLists.txt 
new/skanlite-23.04.0/CMakeLists.txt
--- old/skanlite-22.12.3/CMakeLists.txt 2023-02-25 06:23:55.000000000 +0100
+++ new/skanlite-23.04.0/CMakeLists.txt 2023-04-12 19:00:03.000000000 +0200
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 3.16)
 
 # KDE Application Version, managed by release script
-set (RELEASE_SERVICE_VERSION_MAJOR "22")
-set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MAJOR "23")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
@@ -12,10 +12,10 @@
 project(skanlite VERSION ${RELEASE_SERVICE_VERSION})
 
 set(REQUIRED_QT_VERSION "5.15.0")
-set(KF5_MIN_VERSION "5.90.0")
+set(KF_MIN_VERSION "5.90.0")
 
 # ECM setup (Extended Cmake Modules)
-find_package(ECM ${KF5_MIN_VERSION} QUIET REQUIRED NO_MODULE)
+find_package(ECM ${KF_MIN_VERSION} QUIET REQUIRED NO_MODULE)
 # ECM setup2 and include find same cmake module (copied from 
/usr/share/kde4/apps/cmake/modules/FindSane.cmake)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake-modules)
 
@@ -32,6 +32,14 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMInstallIcons)
 
+if (QT_MAJOR_VERSION STREQUAL "6")
+    set(QT_REQUIRED_VERSION "6.4.0")
+    set(KF_MIN_VERSION "5.240.0")
+    set(KF_MAJOR_VERSION "6")
+else()
+    set(KF_MAJOR_VERSION "5")
+endif()
+
 ecm_setup_version(
   ${SKANLITE_VERSION_STRING}
   VARIABLE_PREFIX SKANLITE
@@ -41,7 +49,7 @@
 # Dependencies
 find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED 
Core Widgets)
 
-find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
+find_package(KF${KF_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS
         CoreAddons # KAboutData
         I18n
         KIO # contains the KIOWidgets which we use in target_link_libraries
@@ -51,8 +59,8 @@
     find_package(Qt6Core5Compat)
 endif()
 
-find_package(KF5DocTools ${KF5_MIN_VERSION})  # yields 
kdoctools_create_handbook
-set_package_properties(KF5DocTools PROPERTIES DESCRIPTION
+find_package(KF${KF_MAJOR_VERSION}DocTools ${KF_MIN_VERSION})  # yields 
kdoctools_create_handbook
+set_package_properties(KF${KF_MAJOR_VERSION}DocTools PROPERTIES DESCRIPTION
     "Tools to generate documentation"
     TYPE OPTIONAL
 )
@@ -70,7 +78,7 @@
 add_subdirectory(src)
 
 ki18n_install(po)
-if (KF5DocTools_FOUND)
+if (KF${KF_MAJOR_VERSION}DocTools_FOUND)
     kdoctools_install(po)
     add_subdirectory(doc)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/ar/skanlite.po 
new/skanlite-23.04.0/po/ar/skanlite.po
--- old/skanlite-22.12.3/po/ar/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/ar/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-06-04 19:49+0400\n"
 "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n"
 "Language-Team: Arabic <kde-l10n...@kde.org>\n"
@@ -47,7 +47,7 @@
 #: main.cpp:34
 #, kde-format
 msgid "Scanning application by KDE based on libksane."
-msgstr "تطبيق مسح ضوئيّ بواسة كدي مبنيّ على 
libksane."
+msgstr "تطبيق مسح ضوئيّ بواسة كِيدِي مبنيّ على 
libksane."
 
 #: main.cpp:36
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/az/skanlite.po 
new/skanlite-23.04.0/po/az/skanlite.po
--- old/skanlite-22.12.3/po/az/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/az/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-27 18:53+0400\n"
 "Last-Translator: Kheyyam Gojayev <xxm...@gmail.com>\n"
 "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/be/skanlite.po 
new/skanlite-23.04.0/po/be/skanlite.po
--- old/skanlite-22.12.3/po/be/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/be/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -1,15 +1,12 @@
-# Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
-#
 # Darafei Praliaskouski <kom...@gmail.com>, 2008.
 msgid ""
 msgstr ""
-"Project-Id-Version: ksanetest\n"
+"Project-Id-Version: 86ff119b1606fcaa910d6b44fc14b611\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
-"PO-Revision-Date: 2008-01-14 21:26+0200\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
+"PO-Revision-Date: 2023-03-03 17:31\n"
 "Last-Translator: Darafei Praliaskouski <kom...@gmail.com>\n"
-"Language-Team: Belarusian <i...@mova.org>\n"
+"Language-Team: Belarusian\n"
 "Language: be\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -18,324 +15,327 @@
 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
 "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || n"
 "%100>=11 && n%100<=14 ? 2 : 3);\n"
+"X-Crowdin-Project: 86ff119b1606fcaa910d6b44fc14b611\n"
+"X-Crowdin-Project-ID: 127\n"
+"X-Crowdin-Language: be\n"
+"X-Crowdin-File: /main/be/skanlite/skanlite.po\n"
+"X-Crowdin-File-ID: 8589\n"
 
 #: ImageViewer.cpp:43
 #, kde-format
 msgid "Zoom In"
-msgstr ""
+msgstr "Павялічыць"
 
 #: ImageViewer.cpp:46
 #, kde-format
 msgid "Zoom Out"
-msgstr ""
+msgstr "Паменшыць"
 
 #: ImageViewer.cpp:49
 #, kde-format
 msgid "Zoom to Actual size"
-msgstr ""
+msgstr "Маштабаваць да сапраўднага памеру"
 
 #: ImageViewer.cpp:52
 #, kde-format
 msgid "Zoom to Fit"
-msgstr ""
+msgstr "Маштабаваць па памеры"
 
 #: main.cpp:32 skanlite.cpp:782
 #, kde-format
 msgid "Skanlite"
-msgstr ""
+msgstr "Skanlite"
 
 #: main.cpp:34
 #, kde-format
 msgid "Scanning application by KDE based on libksane."
-msgstr ""
+msgstr "Праграма KDE для сканавання на аснове 
libksane."
 
 #: main.cpp:36
 #, kde-format
 msgid "(C) 2008-2020 Kåre Särs"
-msgstr ""
+msgstr "(C) 2008-2020 Kåre Särs"
 
 #: main.cpp:41
 #, kde-format
 msgid "Kåre Särs"
-msgstr ""
+msgstr "Kåre Särs"
 
 #: main.cpp:42
 #, kde-format
 msgid "developer"
-msgstr "распрацоўшчык"
+msgstr "распрацоўнік"
 
 #: main.cpp:45
 #, kde-format
 msgid "Gregor Mi"
-msgstr ""
+msgstr "Gregor Mi"
 
 #: main.cpp:46 main.cpp:49
 #, kde-format
 msgid "contributor"
-msgstr ""
+msgstr "удзельнік"
 
 #: main.cpp:48
 #, kde-format
 msgid "Arseniy Lartsev"
-msgstr ""
+msgstr "Arseniy Lartsev"
 
 #: main.cpp:51
 #, kde-format
 msgid "Gilles Caulier"
-msgstr ""
+msgstr "Gilles Caulier"
 
 #: main.cpp:52 main.cpp:58
 #, kde-format
 msgid "Importing libksane to extragear"
-msgstr ""
+msgstr "Імпартаванне libksane у extragear"
 
 #: main.cpp:54
 #, kde-format
 msgid "Anne-Marie Mahfouf"
-msgstr ""
+msgstr "Anne-Marie Mahfouf"
 
 #: main.cpp:55
 #, kde-format
 msgid "Writing the user manual"
-msgstr ""
+msgstr "Напісанне дапаможніка карыстальніка"
 
 #: main.cpp:57
 #, kde-format
 msgid "Laurent Montel"
-msgstr ""
+msgstr "Laurent Montel"
 
 #: main.cpp:60
 #, kde-format
 msgid "Chusslove Illich"
-msgstr ""
+msgstr "Chusslove Illich"
 
 #: main.cpp:61 main.cpp:64
 #, kde-format
 msgid "Help with translations"
-msgstr ""
+msgstr "Дапамога з перакладам"
 
 #: main.cpp:63
 #, kde-format
 msgid "Albert Astals Cid"
-msgstr ""
+msgstr "Albert Astals Cid"
 
 #: main.cpp:67
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr ""
+msgstr "Дарафей Праляскоўскі, Antikruk"
 
 #: main.cpp:68
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr ""
+msgstr "kom...@licei2.com, nashtlum...@gmail.com"
 
 #: main.cpp:76
 #, kde-format
 msgid "Sane scanner device name. Use 'test' for test device."
-msgstr ""
+msgstr "Назва сканера Sane. Выкарыстоўвайце 
\"test\" для тэставання прылады."
 
 #: main.cpp:76
 #, kde-format
 msgid "device"
-msgstr ""
+msgstr "прылада"
 
 #. i18n: ectx: property (windowTitle), widget (QDialog, SaveLocation)
 #: SaveLocation.ui:20
 #, kde-format
 msgid "Save Location"
-msgstr ""
+msgstr "Месца захавання"
 
 #. i18n: ectx: property (text), widget (QLabel, locationLabel)
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: SaveLocation.ui:28 settings.ui:80
 #, kde-format
 msgid "Save Location:"
-msgstr ""
+msgstr "Месца захавання:"
 
 #. i18n: ectx: property (text), widget (QLabel, namePrefixLabel)
 #: SaveLocation.ui:55
 #, kde-format
 msgid "Name & Format:"
-msgstr ""
+msgstr "Назва і фармат:"
 
 #. i18n: ectx: property (text), widget (QLabel, numberLabel)
 #. i18n: ectx: property (text), widget (QLabel, label_3)
 #: SaveLocation.ui:74 settings.ui:112
 #, kde-format
 msgid "####."
-msgstr ""
+msgstr "####."
 
 #. i18n: ectx: property (text), widget (QLabel, numStartFromLabel)
 #: SaveLocation.ui:86
 #, kde-format
 msgid "Start numbering from:"
-msgstr ""
+msgstr "Пачаць нумарацыю з:"
 
 #. i18n: ectx: property (text), widget (QLabel, u_resultLabel)
 #: SaveLocation.ui:123
 #, kde-format
 msgid "Example:"
-msgstr ""
+msgstr "Прыклад:"
 
 #. i18n: ectx: property (text), widget (QLabel, u_resultValue)
 #: SaveLocation.ui:130
 #, kde-format
 msgid "/home/joe/example.png"
-msgstr ""
+msgstr "/home/joe/example.png"
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, SkanliteSettings)
 #: settings.ui:14
 #, kde-format
 msgid "Settings"
-msgstr "Настаўленні"
+msgstr "Налады"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 #: settings.ui:20
 #, kde-format
 msgid "Image saving"
-msgstr ""
+msgstr "Захаванне выявы"
 
 #. i18n: ectx: property (text), widget (QLabel, label_7)
 #: settings.ui:26
 #, kde-format
 msgid "Preview before saving:"
-msgstr ""
+msgstr "Папярэдні прагляд перад захаваннем:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_6)
 #: settings.ui:46
 #, kde-format
 msgid "Save mode:"
-msgstr ""
+msgstr "Рэжым захавання:"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, saveModeCB)
 #: settings.ui:60
 #, kde-format
 msgid "Open the save dialog for every image"
-msgstr ""
+msgstr "Адкрываць дыялогавае акно захавання 
для кожнай выявы"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, saveModeCB)
 #: settings.ui:65
 #, kde-format
 msgid "Open the save dialog for the first image only"
-msgstr ""
+msgstr "Адкрываць дыялогавае акно захавання 
толькі для першай выявы"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: settings.ui:90
 #, kde-format
 msgid "Name && Format:"
-msgstr ""
+msgstr "Назва &і фармат:"
 
 #. i18n: ectx: property (text), widget (QLineEdit, imgPrefix)
 #: settings.ui:105
 #, kde-format
 msgid "Image"
-msgstr "Відарыс"
+msgstr "Выява"
 
 #. i18n: ectx: property (text), widget (QLabel, label_4)
 #: settings.ui:124
 #, kde-format
 msgid "Specify save quality:"
-msgstr ""
+msgstr "Якасць захавання:"
 
 #. i18n: ectx: property (suffix), widget (QSpinBox, imgQuality)
 #: settings.ui:192
 #, no-c-format, kde-format
 msgid "%"
-msgstr ""
+msgstr "%"
 
 #. i18n: ectx: property (title), widget (QGroupBox, generalGB)
 #: settings.ui:233
 #, kde-format
 msgid "General"
-msgstr ""
+msgstr "Асноўныя налады"
 
 #. i18n: ectx: property (text), widget (QCheckBox, setPreviewDPI)
 #: settings.ui:239
 #, kde-format
 msgid "Set preview resolution (DPI)"
-msgstr ""
+msgstr "Вызначыць раздзяляльную здольнасць 
папярэдняга прагляду (DPI)"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, previewDPI)
 #: settings.ui:253
 #, kde-format
 msgid "50"
-msgstr ""
+msgstr "50"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, previewDPI)
 #: settings.ui:258
 #, kde-format
 msgid "75"
-msgstr ""
+msgstr "75"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, previewDPI)
 #: settings.ui:263
 #, kde-format
 msgid "100"
-msgstr ""
+msgstr "100"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, previewDPI)
 #: settings.ui:268
 #, kde-format
 msgid "150"
-msgstr ""
+msgstr "150"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, previewDPI)
 #: settings.ui:273
 #, kde-format
 msgid "300"
-msgstr ""
+msgstr "300"
 
 #. i18n: ectx: property (text), widget (QCheckBox, u_disableSelections)
 #: settings.ui:286
 #, kde-format
 msgid "Disable automatic selections"
-msgstr ""
+msgstr "Адключыць аўтаматычны выбар"
 
 #. i18n: ectx: property (text), widget (QPushButton, revertOptions)
 #: settings.ui:319
 #, kde-format
 msgid "Revert scanner options to default values"
-msgstr ""
+msgstr "Вярнуць параметры сканера да 
прадвызначаных значэнняў"
 
 #: skanlite.cpp:62
 #, kde-format
 msgid "Configure..."
-msgstr ""
+msgstr "Наладжванне..."
 
 #: skanlite.cpp:66
 #, kde-format
 msgid "Reselect scanner device"
-msgstr ""
+msgstr "Паўторна абраць сканер"
 
 #: skanlite.cpp:90
 #, kde-format
 msgid "Saving: %v kB"
-msgstr ""
+msgstr "Захаванне: %v Кб"
 
 #: skanlite.cpp:186
-#, fuzzy, kde-format
-#| msgid "Settings"
+#, kde-format
 msgid "Skanlite Settings"
-msgstr "Настаўленні"
+msgstr "Налады Skanlite"
 
 #: skanlite.cpp:206 skanlite.cpp:305
 #, kde-format
 msgid "Opening the selected scanner failed."
-msgstr ""
+msgstr "Не ўдалося адкрыць абраны сканер."
 
 #: skanlite.cpp:320
 #, kde-format
 msgid "%1: %2"
-msgstr ""
+msgstr "%1: %2"
 
 #: skanlite.cpp:340
-#, fuzzy, kde-format
-#| msgid "Image"
+#, kde-format
 msgctxt "prefix for auto naming"
 msgid "Image-"
-msgstr "Відарыс"
+msgstr "Выява-"
 
 #: skanlite.cpp:481
 #, kde-format
@@ -343,33 +343,35 @@
 "The image will be saved in the PNG format, as the selected image type does "
 "not support saving 16 bit color images."
 msgstr ""
+"Выява будзе захаваная ў фармаце PNG, бо 
абраны тып выявы не падтрымлівае "
+"захаванне 16-бітавых выяў."
 
 #: skanlite.cpp:506
 #, kde-format
 msgid "New Image File Name"
-msgstr ""
+msgstr "Назва файла новай выявы"
 
 #: skanlite.cpp:610
 #, kde-format
 msgid "Failed to save image"
-msgstr ""
+msgstr "Не ўдалося захаваць выяву"
 
 #: skanlite.cpp:623
 #, kde-format
 msgid "Failed to upload image"
-msgstr ""
+msgstr "Не ўдалося запампаваць выяву"
 
 #: skanlite.cpp:778
 #, kde-format
 msgctxt "@title:window %1 = scanner maker, %2 = scanner model"
 msgid "%1 %2 - Skanlite"
-msgstr ""
+msgstr "%1 %2 - Skanlite"
 
 #: skanlite.cpp:780
 #, kde-format
 msgctxt "@title:window %1 = scanner device"
 msgid "%1 - Skanlite"
-msgstr ""
+msgstr "%1 - Skanlite"
 
 #~ msgid "..."
 #~ msgstr "..."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/bg/skanlite.po 
new/skanlite-23.04.0/po/bg/skanlite.po
--- old/skanlite-22.12.3/po/bg/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/bg/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlight\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-09-17 08:45+0200\n"
 "Last-Translator: Mincho Kondarev <mkonda...@yahoo.de>\n"
 "Language-Team: Bulgarian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/bs/skanlite.po 
new/skanlite-23.04.0/po/bs/skanlite.po
--- old/skanlite-22.12.3/po/bs/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/bs/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2014-10-20 20:13+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: bosanski <b...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/ca/skanlite.po 
new/skanlite-23.04.0/po/ca/skanlite.po
--- old/skanlite-22.12.3/po/ca/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/ca/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-21 10:00+0100\n"
 "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
@@ -376,3 +376,24 @@
 msgctxt "@title:window %1 = scanner device"
 msgid "%1 - Skanlite"
 msgstr "%1 - Skanlite"
+
+#~ msgid "About"
+#~ msgstr "Quant al"
+
+#~ msgid "..."
+#~ msgstr "..."
+
+#~ msgid "Directory doesn't exist, do you wish to create it?"
+#~ msgstr "El directori no existeix, el voleu crear?"
+
+#~ msgid "Could not create directory %1"
+#~ msgstr "No s'ha pogut crear el directori %1"
+
+#~ msgid "Do you want to overwrite \"%1\"?"
+#~ msgstr "Voleu sobreescriure «%1»?"
+
+#~ msgid "Overwrite"
+#~ msgstr "Sobreescriu"
+
+#~ msgid "Save"
+#~ msgstr "Desa"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/ca@valencia/skanlite.po 
new/skanlite-23.04.0/po/ca@valencia/skanlite.po
--- old/skanlite-22.12.3/po/ca@valencia/skanlite.po     2023-02-25 
06:23:55.000000000 +0100
+++ new/skanlite-23.04.0/po/ca@valencia/skanlite.po     2023-04-12 
19:00:03.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-21 10:00+0100\n"
 "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/cs/skanlite.po 
new/skanlite-23.04.0/po/cs/skanlite.po
--- old/skanlite-22.12.3/po/cs/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/cs/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2021-09-27 20:10+0200\n"
 "Last-Translator: Vit Pelcak <vpel...@suse.cz>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/da/skanlite.po 
new/skanlite-23.04.0/po/da/skanlite.po
--- old/skanlite-22.12.3/po/da/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/da/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-08-08 17:20+0200\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/de/skanlite.po 
new/skanlite-23.04.0/po/de/skanlite.po
--- old/skanlite-22.12.3/po/de/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/de/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-04-15 05:07+0200\n"
 "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/el/skanlite.po 
new/skanlite-23.04.0/po/el/skanlite.po
--- old/skanlite-22.12.3/po/el/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/el/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2021-09-23 08:33+0300\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/en_GB/skanlite.po 
new/skanlite-23.04.0/po/en_GB/skanlite.po
--- old/skanlite-22.12.3/po/en_GB/skanlite.po   2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/en_GB/skanlite.po   2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-02-19 11:53+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/eo/skanlite.po 
new/skanlite-23.04.0/po/eo/skanlite.po
--- old/skanlite-22.12.3/po/eo/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/eo/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2009-11-15 12:06+0100\n"
 "Last-Translator: Axel Rousseau <a...@esperanto-jeunes.org>\n"
 "Language-Team: esperanto <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/es/skanlite.po 
new/skanlite-23.04.0/po/es/skanlite.po
--- old/skanlite-22.12.3/po/es/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/es/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: ksanetest\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-22 00:55+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/et/skanlite.po 
new/skanlite-23.04.0/po/et/skanlite.po
--- old/skanlite-22.12.3/po/et/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/et/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2020-05-05 11:51+0300\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde...@lists.linux.ee>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/eu/skanlite.po 
new/skanlite-23.04.0/po/eu/skanlite.po
--- old/skanlite-22.12.3/po/eu/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/eu/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-07-25 17:13+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@ni.eus>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/fi/skanlite.po 
new/skanlite-23.04.0/po/fi/skanlite.po
--- old/skanlite-22.12.3/po/fi/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/fi/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-27 21:22+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/fr/skanlite.po 
new/skanlite-23.04.0/po/fr/skanlite.po
--- old/skanlite-22.12.3/po/fr/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/fr/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-21 15:29+0100\n"
 "Last-Translator: Xavier Besnard <xavier.besn...@neuf.fr>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/ga/skanlite.po 
new/skanlite-23.04.0/po/ga/skanlite.po
--- old/skanlite-22.12.3/po/ga/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/ga/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: playground-graphics/glimpse.po\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2008-01-31 14:07-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/gl/skanlite.po 
new/skanlite-23.04.0/po/gl/skanlite.po
--- old/skanlite-22.12.3/po/gl/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/gl/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2019-10-27 07:47+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <proxe...@trasno.gal>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/hi/skanlite.po 
new/skanlite-23.04.0/po/hi/skanlite.po
--- old/skanlite-22.12.3/po/hi/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/hi/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-02-17 23:01+0530\n"
 "Last-Translator: Raghavendra Kamath <ra...@raghukamath.com>\n"
 "Language-Team: Hindi <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/hr/skanlite.po 
new/skanlite-23.04.0/po/hr/skanlite.po
--- old/skanlite-22.12.3/po/hr/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/hr/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2010-01-24 16:27+0100\n"
 "Last-Translator: Andrej Dundovic <adund...@gmail.com>\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/hu/skanlite.po 
new/skanlite-23.04.0/po/hu/skanlite.po
--- old/skanlite-22.12.3/po/hu/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/hu/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-25 10:20+0100\n"
 "Last-Translator: Kristof Kiszel <ulys...@fsf.hu>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/ia/skanlite.po 
new/skanlite-23.04.0/po/ia/skanlite.po
--- old/skanlite-22.12.3/po/ia/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/ia/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-22 10:46+0100\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/id/skanlite.po 
new/skanlite-23.04.0/po/id/skanlite.po
--- old/skanlite-22.12.3/po/id/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/id/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-08-26 23:44+0700\n"
 "Last-Translator: Wantoyèk <wanto...@gmail.com>\n"
 "Language-Team: https://t.me/Localizations_KDE_Indonesia\n";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/ie/skanlite.po 
new/skanlite-23.04.0/po/ie/skanlite.po
--- old/skanlite-22.12.3/po/ie/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/ie/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-11-01 10:50+0700\n"
 "Last-Translator: OIS <mistresssilv...@hotmail.com>\n"
 "Language-Team: Interlingue <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/is/skanlite.po 
new/skanlite-23.04.0/po/is/skanlite.po
--- old/skanlite-22.12.3/po/is/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/is/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-08-02 13:21+0000\n"
 "Last-Translator: Sveinn í Felli <s...@fellsnet.is>\n"
 "Language-Team: Icelandic\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/it/skanlite.po 
new/skanlite-23.04.0/po/it/skanlite.po
--- old/skanlite-22.12.3/po/it/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/it/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-02-03 23:03+0100\n"
 "Last-Translator: Valter Mura <valterm...@gmail.com>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/ja/skanlite.po 
new/skanlite-23.04.0/po/ja/skanlite.po
--- old/skanlite-22.12.3/po/ja/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/ja/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2014-11-15 18:07-0800\n"
 "Last-Translator: Fumiaki Okushi <fumiaki.oku...@gmail.com>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/ka/skanlite.po 
new/skanlite-23.04.0/po/ka/skanlite.po
--- old/skanlite-22.12.3/po/ka/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/ka/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
-"PO-Revision-Date: 2023-02-08 12:04+0100\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
+"PO-Revision-Date: 2023-02-03 17:06+0100\n"
 "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n"
 "Language-Team: Georgian <kde-i18n-...@kde.org>\n"
 "Language: ka\n"
@@ -26,7 +26,7 @@
 #: ImageViewer.cpp:46
 #, kde-format
 msgid "Zoom Out"
-msgstr "გადიდება"
+msgstr "დაპატარავება"
 
 #: ImageViewer.cpp:49
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/km/skanlite.po 
new/skanlite-23.04.0/po/km/skanlite.po
--- old/skanlite-22.12.3/po/km/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/km/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2012-07-09 14:16+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/ko/skanlite.po 
new/skanlite-23.04.0/po/ko/skanlite.po
--- old/skanlite-22.12.3/po/ko/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/ko/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-02-20 21:09+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/lt/skanlite.po 
new/skanlite-23.04.0/po/lt/skanlite.po
--- old/skanlite-22.12.3/po/lt/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/lt/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,17 +7,17 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
-"PO-Revision-Date: 2021-12-13 12:56+0200\n"
-"Last-Translator: Moo\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
+"PO-Revision-Date: 2022-11-16 22:54+0200\n"
+"Last-Translator: Moo <<>>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
 "Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 3.0\n"
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n"
 "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n"
+"X-Generator: Poedit 3.2.1\n"
 
 #: ImageViewer.cpp:43
 #, kde-format
@@ -304,7 +304,7 @@
 #: skanlite.cpp:62
 #, kde-format
 msgid "Configure..."
-msgstr ""
+msgstr "Konfigūruoti..."
 
 #: skanlite.cpp:66
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/lv/skanlite.po 
new/skanlite-23.04.0/po/lv/skanlite.po
--- old/skanlite-22.12.3/po/lv/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/lv/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2008-05-02 19:41+0300\n"
 "Last-Translator: Viesturs Zarins <viesturs.zar...@mii.lu.lv>\n"
 "Language-Team: Latvian <loc...@laka.lv>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/mai/skanlite.po 
new/skanlite-23.04.0/po/mai/skanlite.po
--- old/skanlite-22.12.3/po/mai/skanlite.po     2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/mai/skanlite.po     2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2010-09-24 12:19+0530\n"
 "Last-Translator: Rajesh Ranjan <rajesh...@gmail.com>\n"
 "Language-Team: Maithili <bhashag...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/mr/skanlite.po 
new/skanlite-23.04.0/po/mr/skanlite.po
--- old/skanlite-22.12.3/po/mr/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/mr/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2013-02-23 17:39+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: American English <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/nb/skanlite.po 
new/skanlite-23.04.0/po/nb/skanlite.po
--- old/skanlite-22.12.3/po/nb/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/nb/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2014-03-15 17:18+0100\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <l10n...@lister.huftis.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/nds/skanlite.po 
new/skanlite-23.04.0/po/nds/skanlite.po
--- old/skanlite-22.12.3/po/nds/skanlite.po     2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/nds/skanlite.po     2023-04-12 19:00:03.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2014-05-28 18:32+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/nl/skanlite.po 
new/skanlite-23.04.0/po/nl/skanlite.po
--- old/skanlite-22.12.3/po/nl/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/nl/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-21 11:17+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/nn/skanlite.po 
new/skanlite-23.04.0/po/nn/skanlite.po
--- old/skanlite-22.12.3/po/nn/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/nn/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-06-19 13:47+0200\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/pa/skanlite.po 
new/skanlite-23.04.0/po/pa/skanlite.po
--- old/skanlite-22.12.3/po/pa/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/pa/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2009-07-07 07:14+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: Punjabi/Panjabi <punjabi-us...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/pl/skanlite.po 
new/skanlite-23.04.0/po/pl/skanlite.po
--- old/skanlite-22.12.3/po/pl/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/pl/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: ksanetest\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-04-18 08:27+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/pt/skanlite.po 
new/skanlite-23.04.0/po/pt/skanlite.po
--- old/skanlite-22.12.3/po/pt/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/pt/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: ksanetest\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2021-11-10 09:36+0000\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/pt_BR/skanlite.po 
new/skanlite-23.04.0/po/pt_BR/skanlite.po
--- old/skanlite-22.12.3/po/pt_BR/skanlite.po   2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/pt_BR/skanlite.po   2023-04-12 19:00:03.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-24 16:55-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/ro/skanlite.po 
new/skanlite-23.04.0/po/ro/skanlite.po
--- old/skanlite-22.12.3/po/ro/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/ro/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-02-27 19:22+0000\n"
 "Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
 "Language-Team: Romanian\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/ru/skanlite.po 
new/skanlite-23.04.0/po/ru/skanlite.po
--- old/skanlite-22.12.3/po/ru/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/ru/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-05-14 09:26+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/sk/skanlite.po 
new/skanlite-23.04.0/po/sk/skanlite.po
--- old/skanlite-22.12.3/po/sk/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/sk/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-04-07 18:25+0200\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/sl/skanlite.po 
new/skanlite-23.04.0/po/sl/skanlite.po
--- old/skanlite-22.12.3/po/sl/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/sl/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-24 10:18+0100\n"
 "Last-Translator: Matjaž Jeran <matjaz.je...@amis.net>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/sq/skanlite.po 
new/skanlite-23.04.0/po/sq/skanlite.po
--- old/skanlite-22.12.3/po/sq/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/sq/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2009-05-18 11:30+0000\n"
 "Last-Translator: Vilson Gjeci <vilsongj...@gmail.com>\n"
 "Language-Team: Albanian <s...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/sv/skanlite.po 
new/skanlite-23.04.0/po/sv/skanlite.po
--- old/skanlite-22.12.3/po/sv/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/sv/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-22 11:53+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/tr/skanlite.po 
new/skanlite-23.04.0/po/tr/skanlite.po
--- old/skanlite-22.12.3/po/tr/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/tr/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -6,13 +6,13 @@
 # H. İbrahim Güngör <ibra...@pardus.org.tr>, 2011.
 # obsoleteman <tulli...@gmail.com>, 2008-2009,2012.
 # Volkan Gezer <volkange...@gmail.com>, 2013-2014, 2017, 2021.
-# Emir SARI <emir_s...@icloud.com>, 2022.
+# Emir SARI <emir_s...@icloud.com>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: extragear-graphics-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
-"PO-Revision-Date: 2022-10-08 13:11+0300\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
+"PO-Revision-Date: 2023-03-21 21:16+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\n"
@@ -20,7 +20,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 22.08.1\n"
+"X-Generator: Lokalize 22.12.3\n"
 
 #: ImageViewer.cpp:43
 #, kde-format
@@ -216,13 +216,13 @@
 #: settings.ui:60
 #, kde-format
 msgid "Open the save dialog for every image"
-msgstr "Her resim için kaydetme penceresini aç"
+msgstr "Her görsel için kaydetme penceresini aç"
 
 #. i18n: ectx: property (text), item, widget (QComboBox, saveModeCB)
 #: settings.ui:65
 #, kde-format
 msgid "Open the save dialog for the first image only"
-msgstr "Sadece ilk görsel için kaydetme penceresini aç"
+msgstr "Yalnızca ilk görsel için kaydetme penceresini aç"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: settings.ui:90
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/ug/skanlite.po 
new/skanlite-23.04.0/po/ug/skanlite.po
--- old/skanlite-22.12.3/po/ug/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/ug/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2013-09-08 07:04+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/uk/skanlite.po 
new/skanlite-23.04.0/po/uk/skanlite.po
--- old/skanlite-22.12.3/po/uk/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/uk/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2022-01-21 09:35+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/wa/skanlite.po 
new/skanlite-23.04.0/po/wa/skanlite.po
--- old/skanlite-22.12.3/po/wa/skanlite.po      2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/wa/skanlite.po      2023-04-12 19:00:03.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2009-12-01 18:58+0100\n"
 "Last-Translator: Jean Cayron <jean.cay...@gmail.com>\n"
 "Language-Team: Walloon <linux...@walon.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/zh_CN/skanlite.po 
new/skanlite-23.04.0/po/zh_CN/skanlite.po
--- old/skanlite-22.12.3/po/zh_CN/skanlite.po   2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/zh_CN/skanlite.po   2023-04-12 19:00:03.000000000 
+0200
@@ -2,8 +2,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
-"PO-Revision-Date: 2023-02-24 12:59\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
+"PO-Revision-Date: 2023-04-10 14:13\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -45,7 +45,7 @@
 #: main.cpp:34
 #, kde-format
 msgid "Scanning application by KDE based on libksane."
-msgstr "这是一款基于 libksane 的 KDE 图像扫描程序。"
+msgstr "基于 libksane 的 KDE 图像扫描程序。"
 
 #: main.cpp:36
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/po/zh_TW/skanlite.po 
new/skanlite-23.04.0/po/zh_TW/skanlite.po
--- old/skanlite-22.12.3/po/zh_TW/skanlite.po   2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/po/zh_TW/skanlite.po   2023-04-12 19:00:03.000000000 
+0200
@@ -10,10 +10,10 @@
 msgstr ""
 "Project-Id-Version: skanlite\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2022-12-12 02:58+0000\n"
+"POT-Creation-Date: 2022-12-07 00:45+0000\n"
 "PO-Revision-Date: 2023-02-19 06:16+0900\n"
 "Last-Translator: Kisaragi Hiu <m...@kisaragi-hiu.com>\n"
-"Language-Team: Chinese <zh-l...@linux.org.tw>\n"
+"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/src/CMakeLists.txt 
new/skanlite-23.04.0/src/CMakeLists.txt
--- old/skanlite-22.12.3/src/CMakeLists.txt     2023-02-25 06:23:55.000000000 
+0100
+++ new/skanlite-23.04.0/src/CMakeLists.txt     2023-04-12 19:00:03.000000000 
+0200
@@ -26,11 +26,11 @@
   PUBLIC
     Qt${QT_MAJOR_VERSION}::Core
   PRIVATE
-    KF5::CoreAddons
+    KF${KF_MAJOR_VERSION}::CoreAddons
     KF5::Sane
-    KF5::I18n
-    KF5::XmlGui
-    KF5::KIOWidgets
+    KF${KF_MAJOR_VERSION}::I18n
+    KF${KF_MAJOR_VERSION}::XmlGui
+    KF${KF_MAJOR_VERSION}::KIOWidgets
 )
 
 install(TARGETS skanlite ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/src/org.kde.skanlite.appdata.xml 
new/skanlite-23.04.0/src/org.kde.skanlite.appdata.xml
--- old/skanlite-22.12.3/src/org.kde.skanlite.appdata.xml       2023-02-25 
06:23:55.000000000 +0100
+++ new/skanlite-23.04.0/src/org.kde.skanlite.appdata.xml       2023-04-12 
19:00:03.000000000 +0200
@@ -6,6 +6,7 @@
   <name>Skanlite</name>
   <name xml:lang="ar">سكانلايت</name>
   <name xml:lang="az">Skanlite</name>
+  <name xml:lang="be">Skanlite</name>
   <name xml:lang="bg">Skanlite</name>
   <name xml:lang="ca">Skanlite</name>
   <name xml:lang="ca-valencia">Skanlite</name>
@@ -48,6 +49,7 @@
   <summary>Image Scanning Application</summary>
   <summary xml:lang="ar">تطبيق لمسح الصّور 
ضوئيًّا</summary>
   <summary xml:lang="az">Təsviri tarama tətbiqi</summary>
+  <summary xml:lang="be">Праграма для сканавання 
выяў</summary>
   <summary xml:lang="bg">Приложение за сканиране на 
изображения</summary>
   <summary xml:lang="ca">Aplicació de digitalització d'imatges</summary>
   <summary xml:lang="ca-valencia">Aplicació de digitalització 
d'imatges</summary>
@@ -94,6 +96,7 @@
     </p>
     <p xml:lang="ar">سكانلايت هو تطبيق بسيط لمسح 
الصور وحفظها. تم تحسينه للمسح الضوئي 
باستخدام الماسحات الضوئية المسطحة. لا 
تقتصر إمكانيات سكانلايت على التقاط الصور 
والمستندات فحسب ، بل يمكنه أيضًا التقاط 
الشرائح الشفافة وأشرطة الأفلام باستخدام 
الماسحات الضوئية المدعومة.</p>
     <p xml:lang="az">Skanlite şəkilləri taramaq və saxlamaq üçün sadə 
təsvir tarama tətbiqidir. Bu planşet skanerlərlə uyğunlaşdırılmış 
bir tarama cihazıdır. Skanlite təkcəşəkillərin və sənədlərin 
görüntüsünü deyil həmçinin dəstəkləyən skaner olduqda, şəffaf 
slaydların və diaflimlərin surətini oxuyaraq görüntüləyə bilir.</p>
+    <p xml:lang="be">Skanlite - гэта простая праграма 
для сканавання і захавання выяў. Яна 
аптымізаваная для сканавання з дапамогай 
планшэтных сканераў. Skanlite можа захопліваць 
не толькі фатаграфіі і дакументы, але 
таксама празрыстыя слайды і дыяфільмы, 
калі сканер гэта падтрымлівае.</p>
     <p xml:lang="bg">Skanlite е просто приложение за 
сканиране и запазване на изображения. То е 
оптимизирано за сканиране с плоски 
скенери. Skanlite може да заснема не само 
снимки и документи, но и прозрачни слайдове 
и филмови ленти, с поддържани скенери.</p>
     <p xml:lang="ca">L'Skanlite és una aplicació d'escaneig d'imatges per a 
escanejar imatges i desar-les. Està optimitzada per a l'escaneig amb escàners 
de superfície plana. L'Skanlite no només pot capturar fotos i documents, 
també diapositives transparents i tires de pel·lícula, amb els escàners 
acceptats.</p>
     <p xml:lang="ca-valencia">Skanlite és una aplicació d'escaneig d'imatges 
per a escanejar imatges i guardar-les. Està optimitzada per a l'escaneig amb 
escàners de superfície plana. Skanlite no només pot capturar fotos i 
documents, també diapositives transparents i tires de pel·lícula, amb els 
escàners acceptats.</p>
@@ -130,6 +133,7 @@
     <p>Features:</p>
     <p xml:lang="ar">الميزات:</p>
     <p xml:lang="az">Ä°mkanlar:</p>
+    <p xml:lang="be">Магчымасці:</p>
     <p xml:lang="bg">Функции:</p>
     <p xml:lang="ca">Característiques:</p>
     <p xml:lang="ca-valencia">Característiques:</p>
@@ -173,6 +177,7 @@
       <li>Save dialog for every image scanned or saving the images immediately 
in a specified folder with auto-generated names and format</li>
       <li xml:lang="ar">حفظ مربع الحوار لكل صورة تم م
سحها ضوئيًا أو حفظ الصور على الفور في مجلد م
حدد بأسماء وتنسيق أنشئت تلقائيًا</li>
       <li xml:lang="az">Hər taranan təsvirin saxlanılması dialoqu və ya 
avtomatik ad və format təyin etməklə göstərilən qovluqda dərhal 
saxlanılması</li>
+      <li xml:lang="be">Дыялог захавання для кожнай 
адсканаванай выявы або неадкладнае зах
аванне выявы ў вызначаным каталозе з 
аўтаматычна створанай назвай і фарматам</li>
       <li xml:lang="bg">Диалогов прозорец за 
запазване за всяко сканирано изображение 
или записване на изображенията незабавно в 
 определена папка с автоматично генерирани 
имена и формат</li>
       <li xml:lang="ca">Diàleg per a desar cada imatge escanejada o desar les 
imatges immediatament en una carpeta especificada amb noms i format generats 
automàticament</li>
@@ -213,6 +218,7 @@
       <li>Support for networks scanners</li>
       <li xml:lang="ar">دعم الماسحات الضوئية 
الشبكية</li>
       <li xml:lang="az">Şəbəkə üzərindəki skanerləri 
dəstəkləyir</li>
+      <li xml:lang="be">Падтрымка сеткавых 
сканераў</li>
       <li xml:lang="bg">Поддръжка за мрежови 
скенери</li>
       <li xml:lang="ca">Implementació per a escàners en xarxa</li>
       <li xml:lang="ca-valencia">Implementació per a escàners en xarxa</li>
@@ -254,6 +260,7 @@
       <li>Preview with selection feature for the final scan</li>
       <li xml:lang="ar">معاينة مع ميزة التحديد قبل الم
سح النهائي</li>
       <li xml:lang="az">Son tarama üçün seçilən öncədən baxış</li>
+      <li xml:lang="be">Папярэдні прагляд з функцыяй 
выбару для канчатковага сканавання</li>
       <li xml:lang="bg">Предварителен преглед с 
възможност за допълнителна селекция за 
сканиране</li>
       <li xml:lang="ca">Vista prèvia amb la característica de selecció per 
a l'escaneig final</li>
       <li xml:lang="ca-valencia">Vista prèvia amb la característica de 
selecció per a l'escaneig final</li>
@@ -294,6 +301,7 @@
       <li>Scanning multiple selections of an image</li>
       <li xml:lang="ar">مسح عدة تحديدات في الصورة</li>
       <li xml:lang="az">Təsvirin birdən çox seçimini tarama</li>
+      <li xml:lang="be">Сканаванне некалькіх абраных 
абласцей выявы</li>
       <li xml:lang="bg">Сканиране на множество 
селекции на изображение</li>
       <li xml:lang="ca">Escaneig de múltiples seleccions d'una imatge</li>
       <li xml:lang="ca-valencia">Escaneig de múltiples seleccions d'una 
imatge</li>
@@ -346,10 +354,10 @@
     <binary>skanlite</binary>
   </provides>
   <releases>
+    <release version="23.04.0" date="2023-04-20"/>
     <release version="22.12.3" date="2023-03-02"/>
     <release version="22.12.2" date="2023-02-02"/>
     <release version="22.12.1" date="2023-01-05"/>
-    <release version="22.12.0" date="2022-12-08"/>
   </releases>
   <content_rating type="oars-1.1"/>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skanlite-22.12.3/src/org.kde.skanlite.desktop 
new/skanlite-23.04.0/src/org.kde.skanlite.desktop
--- old/skanlite-22.12.3/src/org.kde.skanlite.desktop   2023-02-25 
06:23:55.000000000 +0100
+++ new/skanlite-23.04.0/src/org.kde.skanlite.desktop   2023-04-12 
19:00:03.000000000 +0200
@@ -7,6 +7,7 @@
 Name=Skanlite
 Name[ar]=سكانلايت
 Name[az]=Skanlite
+Name[be]=Skanlite
 Name[bg]=Сканиране
 Name[bs]=Skanlite
 Name[ca]=Skanlite
@@ -65,6 +66,7 @@
 GenericName=Image Scanning Application
 GenericName[ar]=تطبيق لمسح الصّور ضوئيًّا
 GenericName[az]=Təsviri tarama tətbiqi
+GenericName[be]=Праграма для сканавання выяў
 GenericName[bg]=Програма за сканиране на 
изображения
 GenericName[bs]=Program za skeniranje slika
 GenericName[ca]=Aplicació de digitalització d'imatges
@@ -122,6 +124,7 @@
 Comment=Scan and save images
 Comment[ar]=امسح الصّور ضوئيًّا واحفظها
 Comment[az]=Təsvirləri taramaq və saxlamaq
+Comment[be]=Сканаванне і захаванне выяў
 Comment[bg]=Сканиране и записване на 
изображения
 Comment[bs]=Skenirajte i snimite slike
 Comment[ca]=Escaneja i desa imatges

Reply via email to