Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2023-08-31 13:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalc (Old)
 and      /work/SRC/openSUSE:Factory/.kcalc.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalc"

Thu Aug 31 13:43:01 2023 rev:147 rq:1105659 version:23.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes      2023-07-07 
15:46:48.724014275 +0200
+++ /work/SRC/openSUSE:Factory/.kcalc.new.1766/kcalc.changes    2023-08-31 
13:44:12.416982792 +0200
@@ -1,0 +2,25 @@
+Sun Aug 20 13:59:15 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.08.0/
+- No code change since 23.07.90
+
+-------------------------------------------------------------------
+Mon Aug 14 08:02:31 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.90
+  * New feature release
+- No code change since 23.07.80
+
+-------------------------------------------------------------------
+Tue Aug  1 10:13:34 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.07.80
+  * New feature release
+- Changes since 23.04.3:
+  * Add explicit moc includes to sources for moc-covered headers
+  * Add Flatpak CI/CD Integration
+
+-------------------------------------------------------------------

Old:
----
  kcalc-23.04.3.tar.xz
  kcalc-23.04.3.tar.xz.sig

New:
----
  kcalc-23.08.0.tar.xz
  kcalc-23.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ kcalc.spec ++++++
--- /var/tmp/diff_new_pack.00fA1O/_old  2023-08-31 13:44:13.753030545 +0200
+++ /var/tmp/diff_new_pack.00fA1O/_new  2023-08-31 13:44:13.757030688 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           kcalc
-Version:        23.04.3
+Version:        23.08.0
 Release:        0
 Summary:        Scientific Calculator
 License:        GPL-2.0-or-later


++++++ kcalc-23.04.3.tar.xz -> kcalc-23.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/.flatpak-manifest.json 
new/kcalc-23.08.0/.flatpak-manifest.json
--- old/kcalc-23.04.3/.flatpak-manifest.json    1970-01-01 01:00:00.000000000 
+0100
+++ new/kcalc-23.08.0/.flatpak-manifest.json    2023-08-16 22:57:33.000000000 
+0200
@@ -0,0 +1,50 @@
+{
+    "id": "org.kde.kcalc",
+    "runtime": "org.kde.Platform",
+    "runtime-version": "5.15-22.08",
+    "sdk": "org.kde.Sdk",
+    "command": "kcalc",
+    "rename-icon": "accessories-calculator",
+    "finish-args": [
+        "--device=dri",
+        "--share=ipc",
+        "--socket=wayland",
+        "--socket=fallback-x11"
+    ],
+    "modules": [
+        {
+            "name": "mpfr",
+            "cleanup": [
+                "/include",
+                "/lib/pkgconfig",
+                "/share/doc/mpfr"
+            ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://www.mpfr.org/mpfr-4.2.0/mpfr-4.2.0.tar.xz";,
+                    "sha256": 
"06a378df13501248c1b2db5aa977a2c8126ae849a9d9b7be2546fb4a9c26d993",
+                    "x-checker-data": {
+                        "type": "anitya",
+                        "project-id": 2019,
+                        "stable-only": true,
+                        "url-template": 
"https://www.mpfr.org/mpfr-$version/mpfr-$version.tar.xz";
+                    }
+                }
+            ]
+        },
+        {
+            "name": "kcalc",
+            "buildsystem": "cmake-ninja",
+            "config-opts": [
+                "-DINSTALL_ICONS=ON"
+            ],
+            "sources": [
+                {
+                    "type": "dir",
+                    "path": "."
+                }
+            ]
+        }
+    ]
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/.flatpak-manifest.json.license 
new/kcalc-23.08.0/.flatpak-manifest.json.license
--- old/kcalc-23.04.3/.flatpak-manifest.json.license    1970-01-01 
01:00:00.000000000 +0100
+++ new/kcalc-23.08.0/.flatpak-manifest.json.license    2023-08-16 
22:57:33.000000000 +0200
@@ -0,0 +1,2 @@
+# SPDX-FileCopyrightText: None
+# SPDX-License-Identifier: CC0-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/.gitlab-ci.yml 
new/kcalc-23.08.0/.gitlab-ci.yml
--- old/kcalc-23.04.3/.gitlab-ci.yml    2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/.gitlab-ci.yml    2023-08-16 22:57:33.000000000 +0200
@@ -5,4 +5,5 @@
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
   - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
-  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
\ No newline at end of file
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/CMakeLists.txt 
new/kcalc-23.08.0/CMakeLists.txt
--- old/kcalc-23.04.3/CMakeLists.txt    2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/CMakeLists.txt    2023-08-16 22:57:33.000000000 +0200
@@ -2,8 +2,8 @@
 
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "23")
-set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MINOR "08")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 project(kcalc VERSION ${RELEASE_SERVICE_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/bitbutton.cpp 
new/kcalc-23.08.0/bitbutton.cpp
--- old/kcalc-23.04.3/bitbutton.cpp     2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/bitbutton.cpp     2023-08-16 22:57:33.000000000 +0200
@@ -155,3 +155,5 @@
     over_ = false;
     update();
 }
+
+#include "moc_bitbutton.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/kcalc.cpp new/kcalc-23.08.0/kcalc.cpp
--- old/kcalc-23.04.3/kcalc.cpp 2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/kcalc.cpp 2023-08-16 22:57:33.000000000 +0200
@@ -2891,3 +2891,5 @@
     calc->show();
     return app.exec();
 }
+
+#include "moc_kcalc.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/kcalc_bitset.cpp 
new/kcalc-23.08.0/kcalc_bitset.cpp
--- old/kcalc-23.04.3/kcalc_bitset.cpp  2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/kcalc_bitset.cpp  2023-08-16 22:57:33.000000000 +0200
@@ -190,3 +190,5 @@
 
     updateGeometry();
 }
+
+#include "moc_kcalc_bitset.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/kcalc_button.cpp 
new/kcalc-23.08.0/kcalc_button.cpp
--- old/kcalc-23.04.3/kcalc_button.cpp  2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/kcalc_button.cpp  2023-08-16 22:57:33.000000000 +0200
@@ -245,3 +245,5 @@
         mode_[ModeNormal].tooltip = tip;
     }
 }
+
+#include "moc_kcalc_button.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/kcalc_const_button.cpp 
new/kcalc-23.08.0/kcalc_const_button.cpp
--- old/kcalc-23.04.3/kcalc_const_button.cpp    2023-07-04 07:36:17.000000000 
+0200
+++ new/kcalc-23.08.0/kcalc_const_button.cpp    2023-08-16 22:57:33.000000000 
+0200
@@ -125,3 +125,5 @@
 {
     Q_EMIT constButtonClicked(button_num_);
 }
+
+#include "moc_kcalc_const_button.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/kcalc_const_menu.cpp 
new/kcalc-23.08.0/kcalc_const_menu.cpp
--- old/kcalc-23.04.3/kcalc_const_menu.cpp      2023-07-04 07:36:17.000000000 
+0200
+++ new/kcalc-23.08.0/kcalc_const_menu.cpp      2023-08-16 22:57:33.000000000 
+0200
@@ -134,3 +134,5 @@
 {
     init_all();
 }
+
+#include "moc_kcalc_const_menu.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/kcalc_statusbar.cpp 
new/kcalc-23.08.0/kcalc_statusbar.cpp
--- old/kcalc-23.04.3/kcalc_statusbar.cpp       2023-07-04 07:36:17.000000000 
+0200
+++ new/kcalc-23.08.0/kcalc_statusbar.cpp       2023-08-16 22:57:33.000000000 
+0200
@@ -100,3 +100,5 @@
 {
     memory_indicator_->setText(memory ? i18nc("Memory indicator in status 
bar", "M") : QString());
 }
+
+#include "moc_kcalc_statusbar.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/kcalcdisplay.cpp 
new/kcalc-23.08.0/kcalcdisplay.cpp
--- old/kcalc-23.04.3/kcalcdisplay.cpp  2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/kcalcdisplay.cpp  2023-08-16 22:57:33.000000000 +0200
@@ -1127,3 +1127,5 @@
 
     return (style()->sizeFromContents(QStyle::CT_LineEdit, &option, sz, this));
 }
+
+#include "moc_kcalcdisplay.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/kcalchistory.cpp 
new/kcalc-23.08.0/kcalchistory.cpp
--- old/kcalc-23.04.3/kcalchistory.cpp  2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/kcalchistory.cpp  2023-08-16 22:57:33.000000000 +0200
@@ -207,3 +207,5 @@
 
     updateGeometry();
 }
+
+#include "moc_kcalchistory.cpp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/org.kde.kcalc.appdata.xml 
new/kcalc-23.08.0/org.kde.kcalc.appdata.xml
--- old/kcalc-23.04.3/org.kde.kcalc.appdata.xml 2023-07-04 07:36:17.000000000 
+0200
+++ new/kcalc-23.08.0/org.kde.kcalc.appdata.xml 2023-08-16 22:57:33.000000000 
+0200
@@ -117,6 +117,7 @@
     <p xml:lang="id">KCalc memiliki semua yang kamu harapkan dari kalkulator 
ilmiah, plus:</p>
     <p xml:lang="it">KCalc ha tutto quello che ci si aspetta da una 
calcolatrice scientifica.</p>
     <p xml:lang="ja">KCalc 
には、科学電卓に含まれているすべての機能以外にも、</p>
+    <p xml:lang="ka">KCalc-ს ყველაფერი აქვს, რ
აც სამეცნიერო კალკულატორ
ისგან შეიძლება, გჭირდებოდეთ, 
და კიდევ:</p>
     <p xml:lang="ko">KCalc는 공학용 계산기에서 찾을 수 있는 
기능 외에도 다음을 더 지원합니다:</p>
     <p xml:lang="nl">KCalc heeft alles wat u verwacht van een 
wetenschappelijke rekenmachine, plus:</p>
     <p xml:lang="nn">KCalc har alt du forventar av ein vitskapleg kalkulator, 
pluss:</p>
@@ -196,6 +197,7 @@
       <li xml:lang="id">Tumpukan hasil yang memungkinkan pemanggilan ulang 
yang mudah dari hasil perhitungan sebelumnya</li>
       <li xml:lang="it">Una pila di risultati che permette di richiamare 
opportunamente i risultati dei calcoli precedenti</li>
       <li 
xml:lang="ja">以前の計算結果の便利な呼び出しを可能にする結果一覧</li>
+      <li xml:lang="ka">შექმნის ნაკრებს, რ
ომელიც წინა გამოთვლების 
შედეგების შესახებ წარ
მოდგენას შეგიქმნით</li>
       <li xml:lang="ko">이전 계산 결과를 편리하게 호출할 수 
있는 결과 스택입니다</li>
       <li xml:lang="nl">Een stapelgeheugen voor uitkomsten dat u de 
mogelijkheid geeft om vorige uitkomsten van berekeningen terug te halen</li>
       <li xml:lang="nn">Resultata av alle utrekningar vert teken vare på, for 
seinare uthenting</li>
@@ -310,6 +312,7 @@
       <li xml:lang="id">Warna displai dan font dapat dikonfigurasi, membantu 
kegunaan</li>
       <li xml:lang="it">I colori e i caratteri del display possono essere 
configurati, supportando l'usabilità</li>
       <li 
xml:lang="ja">表示色とフォントは変更可能で、使いやすさが向上します</li>
+      <li xml:lang="ka">საჩვენებელი ფერები 
და ფონტები მორგებადია, რაც 
გამოყენებადობაში დაგეხმარ
ებათ</li>
       <li xml:lang="ko">디스플레이 색상과 글꼴을 구성할 수 
있어 사용 편의성을 지원합니다</li>
       <li xml:lang="nl">De kleuren en het lettertype in het scherm is aan te 
passen, helpt bruikbaarheid</li>
       <li xml:lang="nn">Skrifter og fargar kan tilpassast brukarens 
ønskjer</li>
@@ -346,6 +349,7 @@
       <li xml:lang="id">Penggunaan tuts pengikat membuatnya mudah digunakan 
tanpa alat penunjuk</li>
       <li xml:lang="it">L'uso di combinazioni di tastiera ne rende semplice 
l'uso senza un dispositivo di puntamento</li>
       <li 
xml:lang="ja">キーバインディングを使用すると、ポインティングデバイスがなくても簡単に使用できます</li>
+      <li xml:lang="ka">კლავიატურის 
მალსახმობები საშუალებას 
გაძლევთ, პროგრამა თაგუნას გარ
ეშე გამოიყენოთ</li>
       <li xml:lang="ko">키 바인딩을 사용하면 포인팅 장치 
없이도 쉽게 사용할 수 있습니다</li>
       <li xml:lang="nl">Het gebruik van sneltoetsen maakt het gemakkelijk om 
het te gebruiken zonder muis</li>
       <li xml:lang="nn">Snøggtastar gjer kalkulatoren lett å bruka frå 
tastaturet</li>
@@ -542,10 +546,10 @@
   </provides>
   <project_group>KDE</project_group>
   <releases>
+    <release version="23.08.0" date="2023-08-24"/>
     <release version="23.04.3" date="2023-07-06"/>
     <release version="23.04.2" date="2023-06-08"/>
     <release version="23.04.1" date="2023-05-11"/>
-    <release version="23.04.0" date="2023-04-20"/>
   </releases>
   <content_rating type="oars-1.1"/>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/org.kde.kcalc.desktop 
new/kcalc-23.08.0/org.kde.kcalc.desktop
--- old/kcalc-23.04.3/org.kde.kcalc.desktop     2023-07-04 07:36:17.000000000 
+0200
+++ new/kcalc-23.08.0/org.kde.kcalc.desktop     2023-08-16 22:57:33.000000000 
+0200
@@ -86,6 +86,7 @@
 Comment[de]=Taschenrechner mit vielen mathematischen Funktionen wie 
Trigonometrische Funktionen, logische Operationen und statistische Berechnungen
 Comment[el]=Αριθμομηχανή η οποία προσφέρει 
πολλές μαθηματικές συναρτήσεις, όπως 
τριγωνομετρικές συναρτήσεις, λογικές 
πράξεις και στατιστικούς υπολογισμούς
 Comment[en_GB]=Calculator which offers many mathematical functions, such as 
trigonometric functions, logic operations, and statistical calculations
+Comment[eo]=Kalkulilo kiu ofertas multajn matematikajn funkciojn, such eks. 
trigonometrajn funkciojn, logikajn operaciojn kaj statistikajn kalkulojn
 Comment[es]=Calculadora que ofrece numerosas funciones matemáticas, como 
funciones trigonométricas, operaciones lógicas y cálculos estadísticos
 Comment[et]=Kalkulaator paljude matemaatiliste funktsioonidega, näiteks 
trigonomeetrilised funktsioonid, loogikatehted ja statistilised arvutused
 Comment[eu]=Funtzio matematiko ugari, hala nola funtzio trigonometrikoak, 
eragiketa logikoak, eta kalkulu estatistikoak eskaintze dituen kalkulagailua
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/po/ca/kcalc.po 
new/kcalc-23.08.0/po/ca/kcalc.po
--- old/kcalc-23.04.3/po/ca/kcalc.po    2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/po/ca/kcalc.po    2023-08-16 22:57:33.000000000 +0200
@@ -12,14 +12,14 @@
 "Project-Id-Version: kcalc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-16 01:01+0000\n"
-"PO-Revision-Date: 2023-01-19 09:12+0100\n"
+"PO-Revision-Date: 2023-08-08 16:45+0200\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 23.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -140,7 +140,7 @@
 #: fonts.ui:34
 #, kde-format
 msgid "The font to use for the buttons"
-msgstr "El tipus de lletra a usar en els botons."
+msgstr "El tipus de lletra a usar en els botons"
 
 #. i18n: ectx: property (text), widget (QLabel, displaylabel)
 #: fonts.ui:41
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/po/ca@valencia/kcalc.po 
new/kcalc-23.08.0/po/ca@valencia/kcalc.po
--- old/kcalc-23.04.3/po/ca@valencia/kcalc.po   2023-07-04 07:36:17.000000000 
+0200
+++ new/kcalc-23.08.0/po/ca@valencia/kcalc.po   2023-08-16 22:57:33.000000000 
+0200
@@ -12,14 +12,14 @@
 "Project-Id-Version: kcalc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-16 01:01+0000\n"
-"PO-Revision-Date: 2023-01-19 09:12+0100\n"
+"PO-Revision-Date: 2023-08-08 16:45+0200\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 20.12.0\n"
+"X-Generator: Lokalize 23.04.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -140,7 +140,7 @@
 #: fonts.ui:34
 #, kde-format
 msgid "The font to use for the buttons"
-msgstr "El tipus de lletra que s'utilitzarà en els botons."
+msgstr "El tipus de lletra que s'ha d'utilitzar en els botons"
 
 #. i18n: ectx: property (text), widget (QLabel, displaylabel)
 #: fonts.ui:41
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/po/eo/kcalc.po 
new/kcalc-23.08.0/po/eo/kcalc.po
--- old/kcalc-23.04.3/po/eo/kcalc.po    2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/po/eo/kcalc.po    2023-08-16 22:57:33.000000000 +0200
@@ -1,15 +1,15 @@
 # Esperantaj mesaĝoj por "kcalc"
 # Copyright (C) 1998 Free Software Foundation, Inc.
 # Wolfram Diestel <[email protected]>, 1998.
-#
+# Steffen Pietsch <[email protected]>, 2002.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kcalc 1.0pre2\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-16 01:01+0000\n"
-"PO-Revision-Date: 2002-09-16 22:26GMT\n"
-"Last-Translator: Steffen Pietsch <[email protected]>\n"
+"PO-Revision-Date: 2023-03-21 22:43+01\n"
+"Last-Translator: Oliver Kellogg <[email protected]>\n"
 "Language-Team: Esperanto <[email protected]>\n"
 "Language: eo\n"
 "MIME-Version: 1.0\n"
@@ -36,9 +36,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel1)
 #: colors.ui:25
-#, fuzzy, kde-format
+#, kde-format
 msgid "&Foreground:"
-msgstr "&Teksto"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel2)
 #: colors.ui:52
@@ -54,16 +54,15 @@
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel6)
 #: colors.ui:105
-#, fuzzy, kde-format
-#| msgid "&Background:"
+#, kde-format
 msgid "Background"
-msgstr "&Fono"
+msgstr "Fono"
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel3)
 #: colors.ui:115
-#, fuzzy, kde-format
+#, kde-format
 msgid "Foreground"
-msgstr "&Teksto"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel5)
 #: colors.ui:125
@@ -73,9 +72,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel4)
 #: colors.ui:152
-#, fuzzy, kde-format
+#, kde-format
 msgid "St&atistic functions:"
-msgstr "Funk&ciobutonoj"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel9)
 #: colors.ui:179
@@ -103,9 +102,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, textLabel13)
 #: colors.ui:287
-#, fuzzy, kde-format
+#, kde-format
 msgid "&Constants:"
-msgstr "Funk&ciobutonoj"
+msgstr ""
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, Constants)
 #. i18n: ectx: property (title), widget (QGroupBox, constantsBox)
@@ -128,10 +127,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, buttonlabel)
 #: fonts.ui:21
-#, fuzzy, kde-format
-#| msgid "Button Colors"
+#, kde-format
 msgid "&Button font:"
-msgstr "Koloroj de Butonoj"
+msgstr ""
 
 #. i18n: ectx: property (toolTip), widget (KFontRequester, kcfg_ButtonFont)
 #: fonts.ui:34
@@ -141,10 +139,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, displaylabel)
 #: fonts.ui:41
-#, fuzzy, kde-format
-#| msgid "Select Display Font"
+#, kde-format
 msgid "&Display font:"
-msgstr "Elektu vidigilotiparon"
+msgstr ""
 
 #. i18n: ectx: property (toolTip), widget (KFontRequester, kcfg_DisplayFont)
 #: fonts.ui:54
@@ -154,16 +151,15 @@
 
 #. i18n: ectx: property (text), widget (QLabel, historylabel)
 #: fonts.ui:61
-#, fuzzy, kde-format
-#| msgid "Select Display Font"
+#, kde-format
 msgid "&History font:"
-msgstr "Elektu vidigilotiparon"
+msgstr ""
 
 #. i18n: ectx: property (toolTip), widget (KFontRequester, kcfg_HistoryFont)
 #: fonts.ui:74
-#, fuzzy, kde-format
+#, kde-format
 msgid "The font to use in the history"
-msgstr "&Trigonometria moduso"
+msgstr ""
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, General)
 #: general.ui:14 kcalc.cpp:1765
@@ -185,9 +181,9 @@
 
 #. i18n: ectx: property (toolTip), widget (QSpinBox, kcfg_Precision)
 #: general.ui:41
-#, fuzzy, kde-format
+#, kde-format
 msgid "Maximum number of digits displayed"
-msgstr "&Maksimuma nombro de ciferoj:"
+msgstr ""
 
 #. i18n: ectx: property (whatsThis), widget (QSpinBox, kcfg_Precision)
 #: general.ui:44
@@ -224,9 +220,9 @@
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_GroupDigits)
 #: general.ui:97
-#, fuzzy, kde-format
+#, kde-format
 msgid "Whether to group digits"
-msgstr "&Trigonometria moduso"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_GroupDigits)
 #: general.ui:100
@@ -248,10 +244,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, grouping_hexadecimal_lb)
 #: general.ui:129
-#, fuzzy, kde-format
-#| msgid "He&xadecimals:"
+#, kde-format
 msgid "Hexadecimal"
-msgstr "Dek&sesumaj butonoj"
+msgstr ""
 
 #. i18n: ectx: property (title), widget (QGroupBox, miscGroupBox)
 #: general.ui:152
@@ -261,9 +256,9 @@
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_Beep)
 #: general.ui:160
-#, fuzzy, kde-format
+#, kde-format
 msgid "Whether to beep on error"
-msgstr "&Pepu ĉe eraro"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_Beep)
 #: general.ui:163
@@ -273,9 +268,9 @@
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_CaptionResult)
 #: general.ui:173
-#, fuzzy, kde-format
+#, kde-format
 msgid "Whether to show the result in the window title"
-msgstr "&Trigonometria moduso"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_CaptionResult)
 #: general.ui:176
@@ -300,10 +295,9 @@
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_TwosComplement)
 #: general.ui:189
-#, fuzzy, kde-format
-#| msgid "One's complement"
+#, kde-format
 msgid "Two's complement"
-msgstr "Unuo-komplemento"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_RepeatLastOperation)
 #: general.ui:199
@@ -322,9 +316,9 @@
 msgstr ""
 
 #: kcalc.cpp:189
-#, fuzzy, kde-format
+#, kde-format
 msgid "Statistic Mode"
-msgstr "Funk&ciobutonoj"
+msgstr ""
 
 #. i18n: ectx: label, entry (CalculatorMode), group (General)
 #: kcalc.cpp:194 kcalc.kcfg:163
@@ -338,9 +332,9 @@
 msgstr ""
 
 #: kcalc.cpp:205
-#, fuzzy, kde-format
+#, kde-format
 msgid "Constants &Buttons"
-msgstr "Funk&ciobutonoj"
+msgstr ""
 
 #: kcalc.cpp:210
 #, kde-format
@@ -348,9 +342,9 @@
 msgstr ""
 
 #: kcalc.cpp:225
-#, fuzzy, kde-format
+#, kde-format
 msgid "&Constants"
-msgstr "Funk&ciobutonoj"
+msgstr ""
 
 #: kcalc.cpp:323
 #, kde-format
@@ -386,16 +380,15 @@
 msgstr ""
 
 #: kcalc.cpp:348
-#, fuzzy, kde-format
+#, kde-format
 msgid "Cube root"
-msgstr "Kvadrato"
+msgstr ""
 
 #: kcalc.cpp:446
-#, fuzzy, kde-format
-#| msgid "Cosine"
+#, kde-format
 msgctxt "Sine"
 msgid "sin"
-msgstr "Kosinuso"
+msgstr ""
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbSin)
 #: kcalc.cpp:446 kcalc.ui:708
@@ -421,9 +414,9 @@
 msgstr ""
 
 #: kcalc.cpp:448
-#, fuzzy, kde-format
+#, kde-format
 msgid "Hyperbolic sine"
-msgstr "Hiperbolika moduso"
+msgstr ""
 
 #: kcalc.cpp:449
 #, kde-format
@@ -432,17 +425,15 @@
 msgstr ""
 
 #: kcalc.cpp:449
-#, fuzzy, kde-format
+#, kde-format
 msgid "Inverse hyperbolic sine"
-msgstr "Hiperbolika moduso"
+msgstr ""
 
 #: kcalc.cpp:454
-#, fuzzy, kde-format
-#| msgctxt "Cosine"
-#| msgid "Cos"
+#, kde-format
 msgctxt "Cosine"
 msgid "cos"
-msgstr "Cos"
+msgstr ""
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbCos)
 #: kcalc.cpp:454 kcalc.ui:453
@@ -457,9 +448,9 @@
 msgstr ""
 
 #: kcalc.cpp:455
-#, fuzzy, kde-format
+#, kde-format
 msgid "Arc cosine"
-msgstr "Kosinuso"
+msgstr ""
 
 #: kcalc.cpp:456
 #, kde-format
@@ -468,9 +459,9 @@
 msgstr ""
 
 #: kcalc.cpp:456
-#, fuzzy, kde-format
+#, kde-format
 msgid "Hyperbolic cosine"
-msgstr "Hiperbolika moduso"
+msgstr ""
 
 #: kcalc.cpp:457
 #, kde-format
@@ -479,17 +470,15 @@
 msgstr ""
 
 #: kcalc.cpp:457
-#, fuzzy, kde-format
+#, kde-format
 msgid "Inverse hyperbolic cosine"
-msgstr "Hiperbolika moduso"
+msgstr ""
 
 #: kcalc.cpp:462
-#, fuzzy, kde-format
-#| msgctxt "Tangent"
-#| msgid "Tan"
+#, kde-format
 msgctxt "Tangent"
 msgid "tan"
-msgstr "Tan"
+msgstr ""
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbTan)
 #: kcalc.cpp:462 kcalc.ui:523
@@ -504,9 +493,9 @@
 msgstr ""
 
 #: kcalc.cpp:463
-#, fuzzy, kde-format
+#, kde-format
 msgid "Arc tangent"
-msgstr "Tangento"
+msgstr ""
 
 #: kcalc.cpp:464
 #, kde-format
@@ -515,9 +504,9 @@
 msgstr ""
 
 #: kcalc.cpp:464
-#, fuzzy, kde-format
+#, kde-format
 msgid "Hyperbolic tangent"
-msgstr "Hiperbolika moduso"
+msgstr ""
 
 #: kcalc.cpp:465
 #, kde-format
@@ -526,17 +515,15 @@
 msgstr ""
 
 #: kcalc.cpp:465
-#, fuzzy, kde-format
+#, kde-format
 msgid "Inverse hyperbolic tangent"
-msgstr "Hiperbolika moduso"
+msgstr ""
 
 #: kcalc.cpp:470
-#, fuzzy, kde-format
-#| msgctxt "Logarithm to base 10"
-#| msgid "Log"
+#, kde-format
 msgctxt "Logarithm to base 10"
 msgid "log"
-msgstr "Protokolo"
+msgstr ""
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbLog)
 #: kcalc.cpp:470 kcalc.ui:823
@@ -596,11 +583,10 @@
 msgstr ""
 
 #: kcalc.cpp:501
-#, fuzzy, kde-format
-#| msgid "Mean"
+#, kde-format
 msgctxt "Mean"
 msgid "Mea"
-msgstr "Averaĝo"
+msgstr ""
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbMean)
 #: kcalc.cpp:501 kcalc.cpp:1616 kcalc.ui:727
@@ -648,11 +634,10 @@
 msgstr ""
 
 #: kcalc.cpp:578
-#, fuzzy, kde-format
-#| msgid "Modulo"
+#, kde-format
 msgctxt "Modulo"
 msgid "mod"
-msgstr "Modulo"
+msgstr ""
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbMod)
 #: kcalc.cpp:578 kcalc.ui:491
@@ -661,11 +646,10 @@
 msgstr "Modulo"
 
 #: kcalc.cpp:579
-#, fuzzy, kde-format
-#| msgid "Inv"
+#, kde-format
 msgctxt "Integer division"
 msgid "IntDiv"
-msgstr "Inv"
+msgstr ""
 
 #: kcalc.cpp:579
 #, kde-format
@@ -673,11 +657,10 @@
 msgstr ""
 
 #: kcalc.cpp:585
-#, fuzzy, kde-format
-#| msgid "1/X"
+#, kde-format
 msgctxt "Reciprocal"
 msgid "1/x"
-msgstr "1/X"
+msgstr ""
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbReci)
 #: kcalc.cpp:585 kcalc.ui:638
@@ -686,11 +669,10 @@
 msgstr ""
 
 #: kcalc.cpp:586
-#, fuzzy, kde-format
-#| msgid "Cmp"
+#, kde-format
 msgctxt "n Choose m"
 msgid "nCm"
-msgstr "Cmp"
+msgstr ""
 
 #: kcalc.cpp:586
 #, kde-format
@@ -727,9 +709,9 @@
 msgstr "Kvadrato"
 
 #: kcalc.cpp:599
-#, fuzzy, kde-format
+#, kde-format
 msgid "Square root"
-msgstr "Kvadrato"
+msgstr ""
 
 #: kcalc.cpp:606
 #, kde-format
@@ -793,9 +775,9 @@
 msgstr "Lasta stato-ero forigita"
 
 #: kcalc.cpp:1704 kcalc.cpp:1705
-#, fuzzy, kde-format
+#, kde-format
 msgid "Stat mem cleared"
-msgstr "Stat.mem. estingita"
+msgstr ""
 
 #: kcalc.cpp:1765
 #, kde-format
@@ -818,14 +800,14 @@
 msgstr "Koloroj"
 
 #: kcalc.cpp:1773
-#, fuzzy, kde-format
+#, kde-format
 msgid "Button & Display Colors"
-msgstr "Butono- kaj vidigilokoloroj"
+msgstr ""
 
 #: kcalc.cpp:1805
-#, fuzzy, kde-format
+#, kde-format
 msgid "Define Constants"
-msgstr "Agordu Kalkulilo"
+msgstr ""
 
 #. i18n: ectx: property (windowTitle), widget (QWidget, KCalculator)
 #: kcalc.cpp:2837 kcalc.ui:20
@@ -957,9 +939,9 @@
 
 #. i18n: ectx: label, entry (ConstantsButtonsColor), group (Colors)
 #: kcalc.kcfg:49
-#, fuzzy, kde-format
+#, kde-format
 msgid "The color of constants buttons."
-msgstr "&Trigonometria moduso"
+msgstr ""
 
 #. i18n: ectx: label, entry (NumberFontsColor), group (Colors)
 #: kcalc.kcfg:53
@@ -999,15 +981,15 @@
 
 #. i18n: ectx: label, entry (ConstantsFontsColor), group (Colors)
 #: kcalc.kcfg:79
-#, fuzzy, kde-format
+#, kde-format
 msgid "The color of constants fonts."
-msgstr "&Trigonometria moduso"
+msgstr ""
 
 #. i18n: ectx: label, entry (ButtonFont), group (Font)
 #: kcalc.kcfg:85
-#, fuzzy, kde-format
+#, kde-format
 msgid "The font to use for the buttons."
-msgstr "&Trigonometria moduso"
+msgstr ""
 
 #. i18n: ectx: label, entry (DisplayFont), group (Font)
 #: kcalc.kcfg:89
@@ -1017,15 +999,15 @@
 
 #. i18n: ectx: label, entry (HistoryFont), group (Font)
 #: kcalc.kcfg:96
-#, fuzzy, kde-format
+#, kde-format
 msgid "The font to use in the history."
-msgstr "&Trigonometria moduso"
+msgstr ""
 
 #. i18n: ectx: label, entry (Precision), group (Precision)
 #: kcalc.kcfg:102
-#, fuzzy, kde-format
+#, kde-format
 msgid "Maximum number of digits displayed."
-msgstr "&Maksimuma nombro de ciferoj:"
+msgstr ""
 
 #. i18n: ectx: whatsthis, entry (Precision), group (Precision)
 #: kcalc.kcfg:108
@@ -1053,9 +1035,9 @@
 
 #. i18n: ectx: label, entry (Beep), group (General)
 #: kcalc.kcfg:124
-#, fuzzy, kde-format
+#, kde-format
 msgid "Whether to beep on error."
-msgstr "&Pepu ĉe eraro"
+msgstr ""
 
 #. i18n: ectx: label, entry (CaptionResult), group (General)
 #: kcalc.kcfg:128
@@ -1065,9 +1047,9 @@
 
 #. i18n: ectx: label, entry (GroupDigits), group (General)
 #: kcalc.kcfg:132
-#, fuzzy, kde-format
+#, kde-format
 msgid "Whether to group digits."
-msgstr "&Trigonometria moduso"
+msgstr ""
 
 #. i18n: ectx: label, entry (TwosComplement), group (General)
 #: kcalc.kcfg:136
@@ -1094,10 +1076,9 @@
 
 #. i18n: ectx: label, entry (CalculatorMode), group (General)
 #: kcalc.kcfg:151
-#, fuzzy, kde-format
-#| msgid "KDE Calculator"
+#, kde-format
 msgid "Easy Calculator Mode"
-msgstr "Kalkulilo"
+msgstr ""
 
 #. i18n: ectx: whatsthis, entry (CalculatorMode), group (General)
 #: kcalc.kcfg:152
@@ -1119,9 +1100,9 @@
 
 #. i18n: ectx: label, entry (CalculatorMode), group (General)
 #: kcalc.kcfg:159
-#, fuzzy, kde-format
+#, kde-format
 msgid "Statistic Calculator Mode"
-msgstr "Funk&ciobutonoj"
+msgstr ""
 
 #. i18n: ectx: whatsthis, entry (CalculatorMode), group (General)
 #: kcalc.kcfg:160
@@ -1138,21 +1119,21 @@
 
 #. i18n: ectx: label, entry (ShowBitset), group (General)
 #: kcalc.kcfg:169
-#, fuzzy, kde-format
+#, kde-format
 msgid "Whether to show the bit edit widget."
-msgstr "&Trigonometria moduso"
+msgstr ""
 
 #. i18n: ectx: label, entry (ShowConstants), group (General)
 #: kcalc.kcfg:173
-#, fuzzy, kde-format
+#, kde-format
 msgid "Whether to show constant buttons."
-msgstr "&Trigonometria moduso"
+msgstr ""
 
 #. i18n: ectx: label, entry (ShowHistory), group (General)
 #: kcalc.kcfg:177
-#, fuzzy, kde-format
+#, kde-format
 msgid "Whether to show the history window."
-msgstr "&Trigonometria moduso"
+msgstr ""
 
 #. i18n: ectx: label, entry (AngleMode), group (General)
 #: kcalc.kcfg:181
@@ -1292,10 +1273,9 @@
 
 #. i18n: ectx: property (text), widget (QRadioButton, gradRadio)
 #: kcalc.ui:83
-#, fuzzy, kde-format
-#| msgid "Grad"
+#, kde-format
 msgid "&Grad"
-msgstr "Grad"
+msgstr "&Grad"
 
 #. i18n: ectx: property (toolTip), widget (QRadioButton, hexRadio)
 #: kcalc.ui:111
@@ -1416,9 +1396,9 @@
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbRsh)
 #: kcalc.ui:402
-#, fuzzy, kde-format
+#, kde-format
 msgid "Right bit shift"
-msgstr "bit-movo"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbRsh)
 #: kcalc.ui:405
@@ -1441,16 +1421,15 @@
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbCube)
 #: kcalc.ui:437
-#, fuzzy, kde-format
+#, kde-format
 msgid "Cube"
-msgstr "Kvadrato"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbCube)
 #: kcalc.ui:440
-#, fuzzy, kde-format
-#| msgid "3"
+#, kde-format
 msgid "x3"
-msgstr "3"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbCos)
 #: kcalc.ui:456
@@ -1483,10 +1462,9 @@
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbMod)
 #: kcalc.ui:494
-#, fuzzy, kde-format
-#| msgid "Modulo"
+#, kde-format
 msgid "Mod"
-msgstr "Modulo"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbSquare)
 #: kcalc.ui:510
@@ -1522,9 +1500,9 @@
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbXOR)
 #: kcalc.ui:574
-#, fuzzy, kde-format
+#, kde-format
 msgid "Bitwise XOR"
-msgstr "biteca OR"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbXOR)
 #: kcalc.ui:577
@@ -1565,9 +1543,9 @@
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbLsh)
 #: kcalc.ui:657
-#, fuzzy, kde-format
+#, kde-format
 msgid "Left bit shift"
-msgstr "bit-movo"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbLsh)
 #: kcalc.ui:660
@@ -1589,10 +1567,9 @@
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbSin)
 #: kcalc.ui:711
-#, fuzzy, kde-format
-#| msgid "Sine"
+#, kde-format
 msgid "Sin"
-msgstr "Sinuso"
+msgstr ""
 
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pbSin)
 #: kcalc.ui:714
@@ -1602,10 +1579,9 @@
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbMean)
 #: kcalc.ui:730
-#, fuzzy, kde-format
-#| msgid "Mean"
+#, kde-format
 msgid "Mea"
-msgstr "Averaĝo"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbMed)
 #: kcalc.ui:746
@@ -1783,10 +1759,9 @@
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbMinus)
 #: kcalc.ui:1157
-#, fuzzy, kde-format
-#| msgid "Misc"
+#, kde-format
 msgid "Minus"
-msgstr "Diverse"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbMinus)
 #: kcalc.ui:1160
@@ -1848,10 +1823,9 @@
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbMemClear)
 #: kcalc.ui:1264
-#, fuzzy, kde-format
-#| msgid "Memory recall"
+#, kde-format
 msgid "Memory clear"
-msgstr "Revoku memoron"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbMemClear)
 #: kcalc.ui:1267
@@ -1898,9 +1872,9 @@
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbClear)
 #: kcalc.ui:1328
-#, fuzzy, kde-format
+#, kde-format
 msgid "Clear"
-msgstr "Forviŝu ĉion"
+msgstr ""
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbMemPlusMinus)
 #: kcalc.ui:1344
@@ -1916,9 +1890,9 @@
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbMemStore)
 #: kcalc.ui:1360
-#, fuzzy, kde-format
+#, kde-format
 msgid "Memory store"
-msgstr "Revoku memoron"
+msgstr ""
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbMemStore)
 #: kcalc.ui:1363
@@ -2025,12 +1999,10 @@
 msgstr ""
 
 #: kcalc_statusbar.cpp:16 kcalc_statusbar.cpp:56
-#, fuzzy, kde-format
-#| msgctxt "OR logic condition"
-#| msgid "OR"
+#, kde-format
 msgctxt "Normal button functions are active"
 msgid "NORM"
-msgstr "AŬ"
+msgstr ""
 
 #: kcalc_statusbar.cpp:16 kcalc_statusbar.cpp:56
 #, kde-format
@@ -2045,17 +2017,16 @@
 msgstr "M"
 
 #: kcalcdisplay.cpp:42
-#, fuzzy, kde-format
-#| msgid "Select Display Font"
+#, kde-format
 msgctxt "@label accessibility description of the calculation result display"
 msgid "Result Display"
-msgstr "Elektu vidigilotiparon"
+msgstr ""
 
 #. i18n: ectx: Menu (settings)
 #: kcalcui.rc:4
-#, fuzzy, kde-format
+#, kde-format
 msgid "&Settings"
-msgstr "Ĝenerala Agordo"
+msgstr ""
 
 #. i18n: tag constant attribute name
 #: scienceconstants.xml:3
@@ -2065,9 +2036,9 @@
 
 #. i18n: tag constant attribute name
 #: scienceconstants.xml:7
-#, fuzzy, kde-format
+#, kde-format
 msgid "Euler Number"
-msgstr "&Nombrobutonoj"
+msgstr ""
 
 #. i18n: tag constant attribute name
 #: scienceconstants.xml:11
@@ -2114,9 +2085,9 @@
 
 #. i18n: tag constant attribute name
 #: scienceconstants.xml:43
-#, fuzzy, kde-format
+#, kde-format
 msgid "Fine-Structure Constant"
-msgstr "Agordu Kalkulilo"
+msgstr ""
 
 #. i18n: tag constant attribute name
 #: scienceconstants.xml:47
@@ -2159,112 +2130,3 @@
 #, kde-format
 msgid "Avogadro's Number"
 msgstr ""
-
-#, fuzzy
-#~| msgid "Sine"
-#~ msgctxt "Sine"
-#~ msgid "Sin"
-#~ msgstr "Sinuso"
-
-#, fuzzy
-#~| msgid "Sine"
-#~ msgctxt "Hyperbolic sine"
-#~ msgid "Sinh"
-#~ msgstr "Sinuso"
-
-#, fuzzy
-#~| msgid "Cos"
-#~ msgctxt "Hyperbolic cosine"
-#~ msgid "Cosh"
-#~ msgstr "Cos"
-
-#, fuzzy
-#~| msgid "Tan"
-#~ msgctxt "Hyperbolic tangent"
-#~ msgid "Tanh"
-#~ msgstr "Tan"
-
-#~ msgctxt "Natural log"
-#~ msgid "Ln"
-#~ msgstr "Ln"
-
-#~ msgid "Rad"
-#~ msgstr "Rad"
-
-#, fuzzy
-#~| msgid "&Numbers:"
-#~ msgid "Numbers"
-#~ msgstr "&Nombrobutonoj"
-
-#~ msgid "sr"
-#~ msgstr "sr"
-
-#~ msgid "Inverse mode"
-#~ msgstr "Inversa moduso"
-
-#~ msgid "Inv"
-#~ msgstr "Inv"
-
-#~ msgid "I"
-#~ msgstr "I"
-
-#~ msgid "&Show All"
-#~ msgstr "&Montru ĉiujn"
-
-#, fuzzy
-#~| msgid "M"
-#~ msgctxt "Subtract from memory"
-#~ msgid "M-"
-#~ msgstr "M"
-
-#~ msgid "/"
-#~ msgstr "/"
-
-#~ msgid "X"
-#~ msgstr "X"
-
-#~ msgctxt "- calculator button"
-#~ msgid "-"
-#~ msgstr "-"
-
-#~ msgid "+/-"
-#~ msgstr "+/-"
-
-#, fuzzy
-#~ msgid "Constant of Gravitation"
-#~ msgstr "Funk&ciobutonoj"
-
-#, fuzzy
-#~ msgid "Stack processing error - empty stack"
-#~ msgstr "Eraro en stakprocedo - maldekstra operando"
-
-#, fuzzy
-#~ msgid "Base"
-#~ msgstr "Bazo"
-
-#, fuzzy
-#~ msgid "&Angle"
-#~ msgstr "Angulo"
-
-#, fuzzy
-#~ msgid "Pressed Multiplication-Button"
-#~ msgstr "Dekumsigno"
-
-#, fuzzy
-#~ msgid "Pressed Decimal Point"
-#~ msgstr "Dekumsigno"
-
-#~ msgid "Clear memory"
-#~ msgstr "Forviŝu memoron"
-
-#, fuzzy
-#~ msgid "Pressed ESC-Button"
-#~ msgstr "Dekumsigno"
-
-#, fuzzy
-#~ msgid "Configure Constants"
-#~ msgstr "Agordu Kalkulilo"
-
-#, fuzzy
-#~ msgid "Decimal &digits:"
-#~ msgstr "Dekumsigno"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/po/fa/kcalc.po 
new/kcalc-23.08.0/po/fa/kcalc.po
--- old/kcalc-23.04.3/po/fa/kcalc.po    2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/po/fa/kcalc.po    2023-08-16 22:57:33.000000000 +0200
@@ -17,7 +17,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/po/ka/kcalc.po 
new/kcalc-23.08.0/po/ka/kcalc.po
--- old/kcalc-23.04.3/po/ka/kcalc.po    2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/po/ka/kcalc.po    2023-08-16 22:57:33.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kcalc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-16 01:01+0000\n"
-"PO-Revision-Date: 2023-06-10 06:28+0200\n"
+"PO-Revision-Date: 2023-06-17 05:49+0200\n"
 "Last-Translator: Temuri Doghonadze <[email protected]>\n"
 "Language-Team: Georgian <[email protected]>\n"
 "Language: ka\n"
@@ -295,6 +295,9 @@
 "numbers. This is a common notation to represent negative numbers for non-"
 "decimal numbers in computers."
 msgstr ""
+"აირჩიეთ ორობითი, რვაობითი და 
თექვსმეტობითი რიცხვების 
საჩვენებლად დამატებითი "
+"კოდის გამოსაყენებლად. 
კომპიუტერში უარყოფითი რ
იცხვების საჩვენებლად ორ
ობითი "
+"რიცხვის ინვერსია და მისთვის 
ერთის დამატებით ხდება."
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_TwosComplement)
 #: general.ui:189
@@ -1027,6 +1030,13 @@
 "\ti.e. notation of the type 2.34e12.\n"
 "      "
 msgstr ""
+"\n"
+"\tKCalc-ს იმაზე გაცილებით მეტი 
ციფრის გამოთვლა შეუძლია, ვიდრ
ე\n"
+"\tეკრანზე ეტევა. ეს პარამეტრი 
მიუთითებს, რამდენი ციფრი 
იქნება\n"
+"\tნაჩვნები ეკრანზე მანამდე, 
სანამ KCalc-ი სამეცნიერო ნოტციის 
გამოყენებას "
+"დაიწყებს.\n"
+"\tანუ, ტიპით 2.34e12.\n"
+"      "
 
 #. i18n: ectx: label, entry (FixedPrecision), group (Precision)
 #: kcalc.kcfg:114
@@ -1074,6 +1084,12 @@
 "        negative numbers in computers.\n"
 "      "
 msgstr ""
+"\n"
+"        აირჩიეთ ორობითი, რვაობითი 
და თექვსმეტობითი \n"
+"        რიცხვების საჩვენებლად 
დამატებითი კოდის 
გამოსაყენებლად. კომპიუტერში 
\n"
+"        უარყოფითი რიცხვების 
საჩვენებლად ორობითი რიცხვის 
ინვერსია და მისთვის "
+"ერთის დამატებით ხდება..\n"
+"      "
 
 #. i18n: ectx: label, entry (RepeatLastOperation), group (General)
 #: kcalc.kcfg:145
@@ -1163,6 +1179,8 @@
 #, kde-format
 msgid "Binary figures will be separated by a whitespace after every Xth digit."
 msgstr ""
+"ბინარული გამოსახულებები 
გამოყოფილი იქნება ცარიელი 
ადგილით ყოველი X ციფრის "
+"შემდეგ."
 
 #. i18n: ectx: whatsthis, entry (BinaryGrouping), group (Grouping)
 #: kcalc.kcfg:196
@@ -1176,12 +1194,20 @@
 "            4, thus inserting a whitespace after every 4th digit.\n"
 "        "
 msgstr ""
+"\n"
+"           ადვილად გასარჩევად 
შეიძლება ხილული რიცხვები 
წყვილებად დავალაგოთ.\n"
+"           ასე რომ, თუ პარამეტრის 
მნიშვნელობად მიუთითებთ 4, 
10111001-ის "
+"მაგიერ დაინახავთ 1011 1001,\n"
+"           რადგან ყოველი ოთხი ციფრ
ის შემდეგ ადგილის გამოტოვება 
მოხდება.\n"
+"      "
 
 #. i18n: ectx: label, entry (OctalGrouping), group (Grouping)
 #: kcalc.kcfg:200
 #, kde-format
 msgid "Octal figures will be separated by a whitespace after every Xth digit."
 msgstr ""
+"რვაობითი გამოსახულებები 
გამოყოფილი იქნება ცარიელი 
ადგილით ყოველი X ციფრის "
+"შემდეგ."
 
 #. i18n: ectx: whatsthis, entry (OctalGrouping), group (Grouping)
 #: kcalc.kcfg:205
@@ -1195,6 +1221,12 @@
 "            4, thus inserting a whitespace after every 4th digit.\n"
 "        "
 msgstr ""
+"\n"
+"           ადვილად გასარჩევად 
შეიძლება ხილული რიცხვები 
წყვილებად დავალაგოთ.\n"
+"           ასე რომ, თუ პარამეტრის 
მნიშვნელობად მიუთითებთ 4, 42140213 
-ის "
+"მაგიერ დაინახავთ 4214 0213,\n"
+"           რადგან ყოველი ოთხი ციფრ
ის შემდეგ ადგილის გამოტოვება 
მოხდება.\n"
+"      "
 
 #. i18n: ectx: label, entry (HexadecimalGrouping), group (Grouping)
 #: kcalc.kcfg:209
@@ -1202,6 +1234,8 @@
 msgid ""
 "Hexadecimal figures will be separated by a whitespace after every Xth digit."
 msgstr ""
+"თექვსმეტობითი 
გამოსახულებები გამოყოფილი 
იქნება ცარიელი ადგილით 
ყოველი X "
+"ციფრის შემდეგ."
 
 #. i18n: ectx: whatsthis, entry (HexadecimalGrouping), group (Grouping)
 #: kcalc.kcfg:214
@@ -1215,6 +1249,12 @@
 "            2, thus inserting a whitespace after every 2nd digit.\n"
 "        "
 msgstr ""
+"\n"
+"           ადვილად გასარჩევად 
შეიძლება ხილული რიცხვები 
წყვილებად დავალაგოთ.\n"
+"           ასე რომ, თუ პარამეტრის 
მნიშვნელობად მიუთითებთ 4, AF1C42 
-ის "
+"მაგიერ დაინახავთ AF 1C 42,\n"
+"           რადგან ყოველი ორი ციფრის 
შემდეგ ადგილის გამოტოვება 
მოხდება.\n"
+"      "
 
 #. i18n: ectx: label, entry (nameConstant$(ConstIndex)), group (UserConstants)
 #: kcalc.kcfg:220
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/po/tr/kcalc.po 
new/kcalc-23.08.0/po/tr/kcalc.po
--- old/kcalc-23.04.3/po/tr/kcalc.po    2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/po/tr/kcalc.po    2023-08-16 22:57:33.000000000 +0200
@@ -19,7 +19,7 @@
 "Project-Id-Version: kdeutils-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-16 01:01+0000\n"
-"PO-Revision-Date: 2023-03-27 20:46+0300\n"
+"PO-Revision-Date: 2023-06-04 02:02+0300\n"
 "Last-Translator: Emir SARI <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "Language: tr\n"
@@ -27,7 +27,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.12.3\n"
+"X-Generator: Lokalize 23.07.70\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -764,7 +764,7 @@
 #: kcalc.cpp:922 kcalc.ui:1411
 #, kde-format
 msgid "Shift"
-msgstr "Shift"
+msgstr "Üst Karakter"
 
 #: kcalc.cpp:1078
 #, kde-format
@@ -1999,7 +1999,7 @@
 #: kcalc.ui:1414
 #, kde-format
 msgid "Ctrl+2"
-msgstr "Ctrl+2"
+msgstr "Kontrol+2"
 
 #: kcalc_bitset.cpp:57
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-23.04.3/po/zh_CN/kcalc.po 
new/kcalc-23.08.0/po/zh_CN/kcalc.po
--- old/kcalc-23.04.3/po/zh_CN/kcalc.po 2023-07-04 07:36:17.000000000 +0200
+++ new/kcalc-23.08.0/po/zh_CN/kcalc.po 2023-08-16 22:57:33.000000000 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2023-01-16 01:01+0000\n"
-"PO-Revision-Date: 2023-07-03 11:41\n"
+"PO-Revision-Date: 2023-08-02 12:44\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to