Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package knotes for openSUSE:Factory checked 
in at 2022-09-09 18:23:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knotes (Old)
 and      /work/SRC/openSUSE:Factory/.knotes.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knotes"

Fri Sep  9 18:23:37 2022 rev:73 rq:1002061 version:22.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotes/knotes.changes    2022-08-19 
17:52:44.399630249 +0200
+++ /work/SRC/openSUSE:Factory/.knotes.new.2083/knotes.changes  2022-09-09 
18:24:00.700350575 +0200
@@ -1,0 +2,8 @@
+Tue Sep  6 15:20:17 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 22.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.08.1/
+
+-------------------------------------------------------------------

Old:
----
  knotes-22.08.0.tar.xz
  knotes-22.08.0.tar.xz.sig

New:
----
  knotes-22.08.1.tar.xz
  knotes-22.08.1.tar.xz.sig

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

Other differences:
------------------
++++++ knotes.spec ++++++
--- /var/tmp/diff_new_pack.ktourW/_old  2022-09-09 18:24:01.180351989 +0200
+++ /var/tmp/diff_new_pack.ktourW/_new  2022-09-09 18:24:01.184352002 +0200
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           knotes
-Version:        22.08.0
+Version:        22.08.1
 Release:        0
 Summary:        Popup Notes
 License:        GPL-2.0-or-later


++++++ knotes-22.08.0.tar.xz -> knotes-22.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/CMakeLists.txt 
new/knotes-22.08.1/CMakeLists.txt
--- old/knotes-22.08.0/CMakeLists.txt   2022-08-11 00:17:25.000000000 +0200
+++ new/knotes-22.08.1/CMakeLists.txt   2022-09-03 00:38:43.000000000 +0200
@@ -1,9 +1,9 @@
 # SPDX-FileCopyrightText: none
 # SPDX-License-Identifier: BSD-3-Clause
-set(PIM_VERSION "5.21.0")
+set(PIM_VERSION "5.21.1")
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
 project(knotes VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "22.08.0")
+set(RELEASE_SERVICE_VERSION "22.08.1")
 
 
 set(KF5_MIN_VERSION "5.95.0")
@@ -49,16 +49,16 @@
 set(KDEPIM_LIB_SOVERSION "5")
 
 
-set(AKONADINOTES_LIB_VERSION "5.21.0")
-set(AKONADI_VERSION "5.21.0")
-set(CALENDARUTILS_LIB_VERSION "5.21.0")
-set(KONTACTINTERFACE_LIB_VERSION "5.21.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.21.0")
-set(LIBKDEPIM_LIB_VERSION "5.21.0")
-set(KMIME_LIB_VERSION "5.21.0")
-set(PIMCOMMON_LIB_VERSION "5.21.0")
-set(GRANTLEETHEME_LIB_VERSION "5.21.0")
-set(AKONADI_SEARCH_VERSION "5.21.0")
+set(AKONADINOTES_LIB_VERSION "5.21.1")
+set(AKONADI_VERSION "5.21.1")
+set(CALENDARUTILS_LIB_VERSION "5.21.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.21.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.21.1")
+set(LIBKDEPIM_LIB_VERSION "5.21.1")
+set(KMIME_LIB_VERSION "5.21.1")
+set(PIMCOMMON_LIB_VERSION "5.21.1")
+set(GRANTLEETHEME_LIB_VERSION "5.21.1")
+set(AKONADI_SEARCH_VERSION "5.21.1")
 
 set(QT_REQUIRED_VERSION "5.15.2")
 find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED DBus 
Network PrintSupport Test Widgets Xml)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotes-22.08.0/notesagent/akonadi_notes_agent.notifyrc 
new/knotes-22.08.1/notesagent/akonadi_notes_agent.notifyrc
--- old/knotes-22.08.0/notesagent/akonadi_notes_agent.notifyrc  2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/notesagent/akonadi_notes_agent.notifyrc  2022-09-03 
00:38:43.000000000 +0200
@@ -20,6 +20,7 @@
 Comment[hu]=Jegyzetek ??gyn??k
 Comment[ia]=Agente de Notas
 Comment[it]=Agente delle note
+Comment[ka]=???????????????????????? ??????????????????
 Comment[ko]=?????? ????????????
 Comment[nb]=Notatagent
 Comment[nds]=Notizenh??lper
@@ -63,6 +64,7 @@
 Name[hu]=Fogadott egy jegyzet
 Name[ia]=Il ha recipite un nota
 Name[it]=Nota ricevuta
+Name[ka]=????????????????????? ???????????????????????????
 Name[ko]=????????? ??????
 Name[nb]=Mottatt et notat
 Name[nds]=Notiz kregen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/notesagent/notesagent.desktop 
new/knotes-22.08.1/notesagent/notesagent.desktop
--- old/knotes-22.08.0/notesagent/notesagent.desktop    2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/notesagent/notesagent.desktop    2022-09-03 
00:38:43.000000000 +0200
@@ -19,6 +19,7 @@
 Name[hu]=Jegyzetek ??gyn??k
 Name[ia]=Agente de Notas (Notes Agent)
 Name[it]=Agente delle note
+Name[ka]=???????????????????????? ??????????????????
 Name[ko]=?????? ????????????
 Name[nb]=Notatagent
 Name[nds]=Notizenh??lper
@@ -59,6 +60,7 @@
 Comment[hu]=H??l??zatr??l fogadott jegyzeteket ad hozz?? ??s kezeli a 
jegyzetriaszt??si ??rtes??t??seket
 Comment[ia]=Adde notas recipite via rete e manea notificationes de nota de 
alarma
 Comment[it]=Aggiunge le note ricevute via rete e gestisce le notifiche di 
avvisi delle note
+Comment[ka]=?????????????????? ???????????????????????? 
?????????????????????????????? ???????????????????????? ?????? ???????????? 
???????????????????????????????????? ??????????????????
 Comment[ko]=??????????????? ????????? ?????? ????????? ???????????? ?????? 
????????? ?????????
 Comment[nb]=Legger til notater mottatt over nettverket og behandler 
notatvarslinger
 Comment[nds]=F????gt Notizen ??ver't Nettwark to un gifft ??ver Alarmnotizen 
Bescheed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/po/be/knotes.po 
new/knotes-22.08.1/po/be/knotes.po
--- old/knotes-22.08.0/po/be/knotes.po  2022-08-12 02:12:05.000000000 +0200
+++ new/knotes-22.08.1/po/be/knotes.po  2022-09-06 02:15:09.000000000 +0200
@@ -22,8 +22,9 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"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"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/po/ca@valencia/knotes.po 
new/knotes-22.08.1/po/ca@valencia/knotes.po
--- old/knotes-22.08.0/po/ca@valencia/knotes.po 2022-08-12 02:12:05.000000000 
+0200
+++ new/knotes-22.08.1/po/ca@valencia/knotes.po 2022-09-06 02:15:09.000000000 
+0200
@@ -746,7 +746,7 @@
 #, kde-format
 msgctxt "@title:window"
 msgid "Confirm Delete"
-msgstr "Confirmaci?? de la supressi??"
+msgstr "Confirmeu la supressi??"
 
 #: kontactplugin/knotes_part.cpp:535
 #, kde-format
@@ -949,7 +949,7 @@
 #: notes/knote.cpp:130
 #, kde-format
 msgid "Confirm Delete"
-msgstr "Confirmaci?? de la supressi??"
+msgstr "Confirmeu la supressi??"
 
 #: notes/knote.cpp:131
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/po/zh_CN/akonadi_notes_agent.po 
new/knotes-22.08.1/po/zh_CN/akonadi_notes_agent.po
--- old/knotes-22.08.0/po/zh_CN/akonadi_notes_agent.po  2022-08-12 
02:12:06.000000000 +0200
+++ new/knotes-22.08.1/po/zh_CN/akonadi_notes_agent.po  2022-09-06 
02:15:09.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-23 00:45+0000\n"
-"PO-Revision-Date: 2022-08-07 13:32\n"
+"PO-Revision-Date: 2022-08-20 14:21\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/po/zh_CN/knotes.po 
new/knotes-22.08.1/po/zh_CN/knotes.po
--- old/knotes-22.08.0/po/zh_CN/knotes.po       2022-08-12 02:12:06.000000000 
+0200
+++ new/knotes-22.08.1/po/zh_CN/knotes.po       2022-09-06 02:15:09.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-07-02 00:48+0000\n"
-"PO-Revision-Date: 2022-08-07 13:32\n"
+"PO-Revision-Date: 2022-08-20 14:21\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/po/zh_CN/libnoteshared.po 
new/knotes-22.08.1/po/zh_CN/libnoteshared.po
--- old/knotes-22.08.0/po/zh_CN/libnoteshared.po        2022-08-12 
02:12:06.000000000 +0200
+++ new/knotes-22.08.1/po/zh_CN/libnoteshared.po        2022-09-06 
02:15:09.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-06-23 00:45+0000\n"
-"PO-Revision-Date: 2022-08-07 13:32\n"
+"PO-Revision-Date: 2022-08-20 14:21\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/src/data/knotes_printing_theme.knsrc 
new/knotes-22.08.1/src/data/knotes_printing_theme.knsrc
--- old/knotes-22.08.0/src/data/knotes_printing_theme.knsrc     2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/data/knotes_printing_theme.knsrc     2022-09-03 
00:38:43.000000000 +0200
@@ -18,6 +18,7 @@
 Name[hu]=KNotes nyomtat??si t??ma
 Name[ia]=Thema de imprimer de knotes
 Name[it]=Tema di stampa predefinito di KNotes
+Name[ka]=KNotes -?????? ????????????????????? ????????????
 Name[ko]=KNotes ?????? ??????
 Name[nl]=Afdrukthema van KNotes
 Name[nn]=KNotes-utskriftstema
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/src/data/org.kde.knotes.appdata.xml 
new/knotes-22.08.1/src/data/org.kde.knotes.appdata.xml
--- old/knotes-22.08.0/src/data/org.kde.knotes.appdata.xml      2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/data/org.kde.knotes.appdata.xml      2022-09-03 
00:38:43.000000000 +0200
@@ -22,6 +22,7 @@
   <developer_name xml:lang="ia">Le communitate de KDE</developer_name>
   <developer_name xml:lang="id">Komunitas KDE</developer_name>
   <developer_name xml:lang="it">La Comunit?? KDE</developer_name>
+  <developer_name xml:lang="ka">KDE-?????? 
?????????????????????????????????</developer_name>
   <developer_name xml:lang="ko">KDE ????????????</developer_name>
   <developer_name xml:lang="nl">De KDE gemeenschap</developer_name>
   <developer_name xml:lang="nn">KDE-fellesskapet</developer_name>
@@ -58,6 +59,7 @@
   <name xml:lang="ia">KNotes</name>
   <name xml:lang="id">KNotes</name>
   <name xml:lang="it">KNotes</name>
+  <name xml:lang="ka">KNotes</name>
   <name xml:lang="ko">KNotes</name>
   <name xml:lang="lt">KNotes</name>
   <name xml:lang="nb">KNotes</name>
@@ -96,6 +98,7 @@
   <summary xml:lang="ia">Application de notas collose</summary>
   <summary xml:lang="id">Aplikasi catatan lekat</summary>
   <summary xml:lang="it">Applicazione per le note adesive</summary>
+  <summary xml:lang="ka">???????????????????????? 
????????????????????????????????? ????????????????????????</summary>
   <summary xml:lang="ko">????????? ?????? ????????????</summary>
   <summary xml:lang="nl">Toepassing voor plaknotities</summary>
   <summary xml:lang="nn">??Gule lappar??-program</summary>
@@ -134,6 +137,7 @@
     <p xml:lang="ia">KNotes es un programma que te permitte criber le 
equivalente per computator de notas collose. Le notas es salveguardate 
automaticamente quando tu exi le programma, e illos monstra quando tu aperi le 
programma.</p>
     <p xml:lang="id">KNotes adalah program yang memungkinkan kamu menulis 
komputer yang setara dengan catatan lekat. Catatan disimpan secara otomatis 
saat kamu keluar dari program, dan catatan itu ditampilkan saat kamu membuka 
program.</p>
     <p xml:lang="it">KNotes ?? un programma che ti permette di scrivere nel 
computer l'equivalente delle note adesive (post-it). Le note vengono salvate 
automaticamente alla chiusura del programma, e visualizzate quando lo apri.</p>
+    <p xml:lang="ka">KNotes ???????????? ????????????????????????, 
????????????????????? ?????????????????????????????? ????????????????????? 
????????????????????? ???????????????????????? 
????????????????????????????????? ????????????????????????????????? 
?????????????????????. ????????????????????????????????? 
????????????????????????????????? ?????????????????????????????? 
????????????????????????????????? 
?????????????????????.??????????????????????????? ??????????????????????????? 
??????????????? ???????????? ??????????????????????????????.</p>
     <p xml:lang="ko">KNotes??? ????????? ?????? ??? ?????? 
?????????????????????. ??????????????? ????????? ??? ????????? ???????????? 
????????????, ?????? ?????? ??? ?????? ?????????.</p>
     <p xml:lang="nb">KNotes er et program du kan bruke til ?? skrive ??gule 
lapper?? p?? datamaskinen.  Lappene lagres automatisk n??r du g??r ut av 
programmet, og vises igjen n??r du starter programmet.</p>
     <p xml:lang="nds">Mit KNotes kannst Du so wat as Anback-Notizen f??r den 
Reekner maken. De Notizen warrt bi't Utmaken vun't Programm automaatsch sekert 
un wedder wiest, wenn Du dat Programm wedder opr??ppst.</p>
@@ -172,6 +176,7 @@
     <p xml:lang="ia">Characteristicas:</p>
     <p xml:lang="id">Fitur:</p>
     <p xml:lang="it">Caratteristiche:</p>
+    <p xml:lang="ka">???????????????????????????:</p>
     <p xml:lang="ko">??????:</p>
     <p xml:lang="lt">Ypatyb??s:</p>
     <p xml:lang="nb">Egenskaper:</p>
@@ -211,6 +216,7 @@
       <li xml:lang="ia">Scribe notas in tu selection de font e color de 
fundo</li>
       <li xml:lang="id">Tulislah catatan dalam warna latarbelakang dan font 
pilihanmu</li>
       <li xml:lang="it">Scrivi le note scegliendo il carattere e lo sfondo</li>
+      <li xml:lang="ka">????????????????????? ??????????????????????????? 
?????? ????????????????????? ?????? ???????????????, ???????????????????????? 
?????????????????????</li>
       <li xml:lang="ko">????????? ?????? ?????? ??? ????????? ??????</li>
       <li xml:lang="nb">Skriv notater med den fargen du velger p?? skrift og 
bakgrunn</li>
       <li xml:lang="nds">De Notizen mit Dien Schriftoort un Achtergrundkl????r 
schrieven</li>
@@ -247,6 +253,7 @@
       <li xml:lang="ia">Usa traher e poner per inviar via e-posta tu notas</li>
       <li xml:lang="id">Gunakanlah seret dan taruh untuk menyuratkan 
catatanmu</li>
       <li xml:lang="it">Usa la funzione di trascinamento per inviare le note 
con la posta elettronica</li>
+      <li xml:lang="ka">?????????????????? ???????????????????????? 
???????????????????????? ????????????????????????????????? 
????????????????????? ????????????????????????????????? ?????? 
????????????????????? ?????????</li>
       <li xml:lang="ko">????????? ??? ???????????? ?????? ????????? 
?????????</li>
       <li xml:lang="nb">Bruk dra og slipp til ?? sende notatene p?? 
e-??post</li>
       <li xml:lang="nds">Notizen ??ver Trecken un Afleggen mit Nettpost 
loosst??ern</li>
@@ -283,6 +290,7 @@
       <li xml:lang="ia">Pote esser trahite in Calendar per reservar un fissura 
de tempore</li>
       <li xml:lang="id">Bisa diseret ke dalam Kalender untuk membukukan slot 
waktu</li>
       <li xml:lang="it">Possono essere trascinate e incollate nel Calendario 
per creare degli intervalli</li>
+      <li xml:lang="ka">??????????????? ????????????????????????????????? 
??????????????????????????? ????????????????????????????????? 
??????????????????????????????</li>
       <li xml:lang="ko">????????? ????????? ??? ???????????? ?????? ??????</li>
       <li xml:lang="nb">Kan dras inn i Kalendar for ?? holde av en tid</li>
       <li xml:lang="nds">Laat sik na den Kalenner trecken, wat en Stoot Tiet 
reserveren deit</li>
@@ -320,6 +328,7 @@
       <li xml:lang="ia">Notas pote essser imprimite</li>
       <li xml:lang="id">Catatan bisa dicetak</li>
       <li xml:lang="it">Le note possono essere stampate</li>
+      <li xml:lang="ka">??????????????????????????? 
??????????????????????????? ????????????????????????</li>
       <li xml:lang="ko">?????? ??????</li>
       <li xml:lang="nb">Notater kan skrives ut</li>
       <li xml:lang="nds">Notizen laat sik drucken</li>
@@ -354,9 +363,9 @@
     <binary>knotes</binary>
   </provides>
   <releases>
+    <release version="5.21.1" date="2022-09-08"/>
     <release version="5.21.0" date="2022-08-18"/>
     <release version="5.20.3" date="2022-07-07"/>
     <release version="5.20.2" date="2022-06-09"/>
-    <release version="5.20.1" date="2022-05-12"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/src/data/org.kde.knotes.desktop 
new/knotes-22.08.1/src/data/org.kde.knotes.desktop
--- old/knotes-22.08.0/src/data/org.kde.knotes.desktop  2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/data/org.kde.knotes.desktop  2022-09-03 
00:38:43.000000000 +0200
@@ -35,7 +35,7 @@
 GenericName[is]=Litlir gulir mi??ar
 GenericName[it]=Note a comparsa
 GenericName[ja]=????????????????????????
-GenericName[ka]=??????????????????????????? ??????????????????????????????
+GenericName[ka]=???????????????????????? ??????????????????????????????
 GenericName[kk]=?????????????????? ????????????????
 GenericName[km]=????????????????????????????????????
 GenericName[ko]=?????? ??????
@@ -173,6 +173,7 @@
 Name[hu]=??j jegyzet
 Name[ia]=Nove notas:
 Name[it]=Nuova nota
+Name[ka]=??????????????? ????????????????????????
 Name[ko]=??? ??????
 Name[nl]=Nieuwe notitie
 Name[nn]=Nytt notat
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/src/kcm_knote_action.json 
new/knotes-22.08.1/src/kcm_knote_action.json
--- old/knotes-22.08.0/src/kcm_knote_action.json        2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/kcm_knote_action.json        2022-09-03 
00:38:43.000000000 +0200
@@ -14,6 +14,7 @@
         "Description[fr]": "Configuration des actions pour les notes",
         "Description[ia]": "Configuration de actiones pro notas",
         "Description[it]": "Imposta le azioni per le note",
+        "Description[ka]": "???????????????????????? 
?????????????????????????????? ?????????????????????",
         "Description[ko]": "?????? ?????? ??????",
         "Description[nl]": "Acties instellen voor notities",
         "Description[pl]": "Ustawienia dzia??a?? notatek",
@@ -48,6 +49,7 @@
         "Name[ia]": "Actiones",
         "Name[it]": "Azioni",
         "Name[ja]": "???????????????",
+        "Name[ka]": "???????????????????????????",
         "Name[kk]": "??????????????",
         "Name[km]": "????????????",
         "Name[ko]": "??????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/src/kcm_knote_collection.json 
new/knotes-22.08.1/src/kcm_knote_collection.json
--- old/knotes-22.08.0/src/kcm_knote_collection.json    2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/kcm_knote_collection.json    2022-09-03 
00:38:43.000000000 +0200
@@ -14,6 +14,7 @@
         "Description[fr]": "Configuration des collections pour les notes",
         "Description[ia]": "Configura collectiones pro notas",
         "Description[it]": "Imposta le collezioni per le note",
+        "Description[ka]": "????????????????????????????????? 
????????????????????????????????? ?????????????????????",
         "Description[ko]": "?????? ????????? ??????",
         "Description[nl]": "Verzamelingen instellen voor notities",
         "Description[pl]": "Ustawienia zbior??w notatek",
@@ -45,6 +46,7 @@
         "Name[hu]": "Gy??jtem??nyek",
         "Name[ia]": "Collectiones",
         "Name[it]": "Collezioni",
+        "Name[ka]": "??????????????????????????????",
         "Name[ko]": "?????????",
         "Name[nb]": "Samlinger",
         "Name[nds]": "Sammeln",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/src/kcm_knote_display.json 
new/knotes-22.08.1/src/kcm_knote_display.json
--- old/knotes-22.08.0/src/kcm_knote_display.json       2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/kcm_knote_display.json       2022-09-03 
00:38:43.000000000 +0200
@@ -14,6 +14,7 @@
         "Description[fr]": "Configuration de l'affichage pour les notes",
         "Description[ia]": "Configuration de vista pro notas",
         "Description[it]": "Imposta la visualizzazione per le note",
+        "Description[ka]": "????????????????????????????????? 
???????????????????????? ?????????????????????",
         "Description[ko]": "?????? ?????? ??????",
         "Description[nl]": "Stel het tonen van notities in",
         "Description[pl]": "Ustawienia wy??wietlania notatek",
@@ -49,6 +50,7 @@
         "Name[ia]": "Monstrator",
         "Name[it]": "Visualizzazione",
         "Name[ja]": "??????",
+        "Name[ka]": "??????????????????",
         "Name[kk]": "??????????????",
         "Name[km]": "??????????????????",
         "Name[ko]": "??????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/src/kcm_knote_editor.json 
new/knotes-22.08.1/src/kcm_knote_editor.json
--- old/knotes-22.08.0/src/kcm_knote_editor.json        2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/kcm_knote_editor.json        2022-09-03 
00:38:43.000000000 +0200
@@ -14,6 +14,7 @@
         "Description[fr]": "??diteur de configuration",
         "Description[ia]": "Configura redactor",
         "Description[it]": "Imposta l'editor",
+        "Description[ka]": "?????????????????????????????? 
?????????????????????",
         "Description[ko]": "????????? ??????",
         "Description[nl]": "Bewerker instellen",
         "Description[pl]": "Ustawienia edytora",
@@ -50,6 +51,7 @@
         "Name[ia]": "Redactor",
         "Name[it]": "Editor",
         "Name[ja]": "????????????",
+        "Name[ka]": "???????????????????????????",
         "Name[kk]": "????????????????",
         "Name[km]": "?????????????????????????????????????????????",
         "Name[ko]": "?????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/src/kcm_knote_misc.json 
new/knotes-22.08.1/src/kcm_knote_misc.json
--- old/knotes-22.08.0/src/kcm_knote_misc.json  2022-08-11 00:17:25.000000000 
+0200
+++ new/knotes-22.08.1/src/kcm_knote_misc.json  2022-09-03 00:38:43.000000000 
+0200
@@ -14,6 +14,7 @@
         "Description[fr]": "Param??tres ne rentrant dans aucune autre 
cat??gorie",
         "Description[ia]": "Preferentias que non es in altere placias",
         "Description[it]": "Impostazioni che non rientrano in altre categorie",
+        "Description[ka]": "?????????????????????????????????, 
???????????????????????? ????????????????????? ?????? ???????????????",
         "Description[ko]": "?????? ????????? ???????????? ?????? ??????",
         "Description[nl]": "Instellingen die nergens echt passen",
         "Description[pl]": "Ustawienia, kt??re nie pasuj?? gdzie indziej",
@@ -55,7 +56,7 @@
         "Name[is]": "??mislegt",
         "Name[it]": "Varie",
         "Name[ja]": "???????????????",
-        "Name[ka]": "??????????????????????????????",
+        "Name[ka]": "??????????????????",
         "Name[kk]": "??????????",
         "Name[km]": "??????????????????",
         "Name[ko]": "??????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/src/kcm_knote_network.json 
new/knotes-22.08.1/src/kcm_knote_network.json
--- old/knotes-22.08.0/src/kcm_knote_network.json       2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/kcm_knote_network.json       2022-09-03 
00:38:43.000000000 +0200
@@ -14,6 +14,7 @@
         "Description[fr]": "Configuration du r??seau",
         "Description[ia]": "Preferentias de rete",
         "Description[it]": "Impostazioni di rete",
+        "Description[ka]": "?????????????????? ?????????????????????",
         "Description[ko]": "???????????? ??????",
         "Description[nl]": "Netwerkinstellingen",
         "Description[pl]": "Ustawienia sieci",
@@ -49,6 +50,7 @@
         "Name[ia]": "Rete",
         "Name[it]": "Rete",
         "Name[ja]": "??????????????????",
+        "Name[ka]": "???????????????",
         "Name[kk]": "????????",
         "Name[km]": "??????????????????",
         "Name[ko]": "????????????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-22.08.0/src/kcm_knote_print.json 
new/knotes-22.08.1/src/kcm_knote_print.json
--- old/knotes-22.08.0/src/kcm_knote_print.json 2022-08-11 00:17:25.000000000 
+0200
+++ new/knotes-22.08.1/src/kcm_knote_print.json 2022-09-03 00:38:43.000000000 
+0200
@@ -14,6 +14,7 @@
         "Description[fr]": "Configuration de l'impression pour les notes",
         "Description[ia]": "Configuration imprimente pro notas",
         "Description[it]": "Imposta la stampa per le note",
+        "Description[ka]": "????????????????????????????????? 
????????????????????? ?????????????????????",
         "Description[ko]": "?????? ?????? ??????",
         "Description[nl]": "Afdrukken instellen voor notities",
         "Description[pl]": "Ustawienia wydruku notatek",
@@ -46,6 +47,7 @@
         "Name[hu]": "Nyomtat??s",
         "Name[ia]": "Imprime",
         "Name[it]": "Stampa",
+        "Name[ka]": "??????????????????",
         "Name[kk]": "?????????? ????????????",
         "Name[ko]": "??????",
         "Name[nb]": "Skriv ut",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotes-22.08.0/src/kontactplugin/kcmknotessummary.json 
new/knotes-22.08.1/src/kontactplugin/kcmknotessummary.json
--- old/knotes-22.08.0/src/kontactplugin/kcmknotessummary.json  2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/kontactplugin/kcmknotessummary.json  2022-09-03 
00:38:43.000000000 +0200
@@ -14,6 +14,7 @@
         "Description[fr]": "Configuration du r??sum?? des notes",
         "Description[ia]": "Configuration de summario de Notas",
         "Description[it]": "Impostazioni sommario note",
+        "Description[ka]": "????????????????????????????????? 
??????????????????????????? ?????????????????????",
         "Description[ko]": "?????? ?????? ??????",
         "Description[nl]": "Instellingen voor overzicht van notities",
         "Description[pl]": "Ustawienia podsumowania notatek",
@@ -46,6 +47,7 @@
         "Name[hu]": "??j jegyzetek",
         "Name[ia]": "Nove notas",
         "Name[it]": "Nuove note",
+        "Name[ka]": "??????????????? ??????????????????????????????",
         "Name[ko]": "??? ??????",
         "Name[nb]": "Nye notater",
         "Name[nds]": "Nieg Notizen",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotes-22.08.0/src/kontactplugin/knotesplugin.json.cmake 
new/knotes-22.08.1/src/kontactplugin/knotesplugin.json.cmake
--- old/knotes-22.08.0/src/kontactplugin/knotesplugin.json.cmake        
2022-08-11 00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/kontactplugin/knotesplugin.json.cmake        
2022-09-03 00:38:43.000000000 +0200
@@ -14,6 +14,7 @@
         "Description[fr]": "Module externe ????KNotes???? pour Kontact",
         "Description[ia]": "Plug-in de Kontact KNotes",
         "Description[it]": "Estensione per Kontact di KNotes",
+        "Description[ka]": "Kontact-?????? ???????????????????????? KNotes 
-???????????????",
         "Description[ko]": "Kontact KNotes ????????????",
         "Description[nl]": "Kontact KNotes-plug-in",
         "Description[pl]": "Wtyczka Kontact do wsp????pracy z KNotatkami",
@@ -52,6 +53,7 @@
         "Name[ia]": "Notas de popup",
         "Name[it]": "Note a comparsa",
         "Name[ja]": "????????????????????????",
+        "Name[ka]": "???????????????????????? ??????????????????????????????",
         "Name[kk]": "?????????????????? ????????????????",
         "Name[km]": "???????????????????????????????????????",
         "Name[ko]": "?????? ??????",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotes-22.08.0/src/print/themes/background-color/theme.desktop 
new/knotes-22.08.1/src/print/themes/background-color/theme.desktop
--- old/knotes-22.08.0/src/print/themes/background-color/theme.desktop  
2022-08-11 00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/print/themes/background-color/theme.desktop  
2022-09-03 00:38:43.000000000 +0200
@@ -18,6 +18,7 @@
 Name[hu]=Jegyzet h??tt??rsz??nnel
 Name[ia]=Nota con color de fundo
 Name[it]=Note con colore di sfondo
+Name[ka]=????????????????????? ??????????????? ???????????????
 Name[ko]=???????????? ?????? ??????
 Name[nb]=Merknad med bakgrunnsfarge
 Name[nds]=Notiz mit Achtergrundkl????r
@@ -58,6 +59,7 @@
 Description[hu]=T??ma, amely jegyzet h??tt??rsz??nt haszn??l
 Description[ia]=Thema que usa nota con color de fundo
 Description[it]=Tema che usa il colore di sfondo delle note
+Description[ka]=????????????, ????????????????????? ???????????????????????? 
??????????????? ???????????? ?????????????????????
 Description[ko]=?????? ???????????? ???????????? ??????
 Description[nb]=Tema som bruker merknad-bakgrunnsfarge
 Description[nds]=Muster, dat de Notiz-Achtergrundkl????r bruukt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotes-22.08.0/src/print/themes/big-title/theme.desktop 
new/knotes-22.08.1/src/print/themes/big-title/theme.desktop
--- old/knotes-22.08.0/src/print/themes/big-title/theme.desktop 2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/print/themes/big-title/theme.desktop 2022-09-03 
00:38:43.000000000 +0200
@@ -19,6 +19,7 @@
 Name[hu]=Nagy c??m
 Name[ia]=Titulo grande
 Name[it]=Titolo grande
+Name[ka]=???????????? ?????????????????????
 Name[kk]=?????????? ??????????
 Name[ko]=??? ??????
 Name[nb]=Stor tittel
@@ -60,6 +61,7 @@
 Description[hu]=KNote nyomtat??si t??ma nagy c??mmel
 Description[ia]=Thema de imprimer de KNote con titulo grande
 Description[it]=Tema di stampa di KNote con titolo grande
+Description[ka]=KNote ????????????????????? ???????????? ???????????? 
????????????????????????
 Description[kk]=?????????? ?????????? KNote ?????????? ???????????? 
????????????
 Description[ko]=??? ????????? ???????????? KNote ?????? ??????
 Description[nb]=KNote utskriftstema med stor tittel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/knotes-22.08.0/src/print/themes/default/theme.desktop 
new/knotes-22.08.1/src/print/themes/default/theme.desktop
--- old/knotes-22.08.0/src/print/themes/default/theme.desktop   2022-08-11 
00:17:25.000000000 +0200
+++ new/knotes-22.08.1/src/print/themes/default/theme.desktop   2022-09-03 
00:38:43.000000000 +0200
@@ -31,7 +31,7 @@
 Name[is]=Sj??lfgefi??
 Name[it]=Predefinito
 Name[ja]=??????
-Name[ka]=????????????????????????????????????
+Name[ka]=????????????????????????????????????
 Name[kk]=????????????
 Name[ko]=?????????
 Name[lv]=Noklus??tais
@@ -90,6 +90,7 @@
 Description[hu]=Alap??rtelmezett knotes nyomtat??si t??ma
 Description[ia]=Thema predefinite de imprimer de knotes
 Description[it]=Tema di stampa predefinito di knotes
+Description[ka]=KNotes-?????? ??????????????????????????? 
???????????????????????????????????? ????????????
 Description[kk]=???????????? knotes-?????? ?????????? ???????????? 
????????????.
 Description[ko]=?????? KNotes ?????? ??????
 Description[nb]=Standard utskriftstema for knotes

Reply via email to