Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2025-06-06 22:33:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalc (Old)
 and      /work/SRC/openSUSE:Factory/.kcalc.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalc"

Fri Jun  6 22:33:01 2025 rev:169 rq:1283120 version:25.04.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes      2025-05-09 
18:43:50.058224269 +0200
+++ /work/SRC/openSUSE:Factory/.kcalc.new.19631/kcalc.changes   2025-06-06 
22:33:07.348147957 +0200
@@ -1,0 +2,9 @@
+Tue Jun  3 21:12:11 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 25.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.04.2/
+- No code change since 25.04.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kcalc.spec ++++++
--- /var/tmp/diff_new_pack.ehOqiO/_old  2025-06-06 22:33:08.020175669 +0200
+++ /var/tmp/diff_new_pack.ehOqiO/_new  2025-06-06 22:33:08.020175669 +0200
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           kcalc
-Version:        25.04.1
+Version:        25.04.2
 Release:        0
 Summary:        Scientific Calculator
 License:        GPL-2.0-or-later


++++++ kcalc-25.04.1.tar.xz -> kcalc-25.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.04.1/CMakeLists.txt 
new/kcalc-25.04.2/CMakeLists.txt
--- old/kcalc-25.04.1/CMakeLists.txt    2025-05-02 23:25:12.000000000 +0200
+++ new/kcalc-25.04.2/CMakeLists.txt    2025-06-02 22:59:15.000000000 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "25")
 set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "1")
+set (RELEASE_SERVICE_VERSION_MICRO "2")
 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-25.04.1/org.kde.kcalc.appdata.xml 
new/kcalc-25.04.2/org.kde.kcalc.appdata.xml
--- old/kcalc-25.04.1/org.kde.kcalc.appdata.xml 2025-05-02 23:25:12.000000000 
+0200
+++ new/kcalc-25.04.2/org.kde.kcalc.appdata.xml 2025-06-02 22:59:15.000000000 
+0200
@@ -84,6 +84,7 @@
   <summary xml:lang="pt-BR">Calculadora científica</summary>
   <summary xml:lang="ru">Калькулятор</summary>
   <summary xml:lang="sa">वैज्ञानिक गणकयंत्र</summary>
+  <summary xml:lang="sk">Vedecká kalkulačka</summary>
   <summary xml:lang="sl">Znanstveno računalo</summary>
   <summary xml:lang="sv">Vetenskaplig miniräknare</summary>
   <summary xml:lang="ta">அறிவியலுக்கான கணிப்பான்</summary>
@@ -603,6 +604,7 @@
   <project_group>KDE</project_group>
   <launchable type="desktop-id">org.kde.kcalc.desktop</launchable>
   <releases>
+    <release version="25.04.2" date="2025-06-05"/>
     <release version="25.04.1" date="2025-05-08"/>
     <release version="25.04.0" date="2025-04-17"/>
     <release version="24.12.3" date="2025-03-06"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.04.1/po/ca@valencia/kcalc.po 
new/kcalc-25.04.2/po/ca@valencia/kcalc.po
--- old/kcalc-25.04.1/po/ca@valencia/kcalc.po   2025-05-02 23:25:12.000000000 
+0200
+++ new/kcalc-25.04.2/po/ca@valencia/kcalc.po   2025-06-02 22:59:15.000000000 
+0200
@@ -1398,7 +1398,7 @@
 #: kcalc.ui:391
 #, kde-format
 msgid "Click on a Bit to toggle it."
-msgstr "Cliqueu un bit per a canviar-lo."
+msgstr "Cliqueu en un bit per a canviar-lo."
 
 #. i18n: ectx: property (text), widget (QRadioButton, degRadio)
 #: kcalc.ui:414
@@ -2186,7 +2186,7 @@
 #: kcalc_const_button.cpp:87
 #, kde-format
 msgid "Choose From List"
-msgstr "Trieu de la llista"
+msgstr "Tria de la llista"
 
 #: kcalc_const_button.cpp:102
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.04.1/po/de/kcalc.po 
new/kcalc-25.04.2/po/de/kcalc.po
--- old/kcalc-25.04.1/po/de/kcalc.po    2025-05-02 23:25:12.000000000 +0200
+++ new/kcalc-25.04.2/po/de/kcalc.po    2025-06-02 22:59:15.000000000 +0200
@@ -9,20 +9,21 @@
 # Rolf Eike Beer <k...@opensource.sf-tec.de>, 2009.
 # Frederik Schwarzer <schwar...@kde.org>, 2010, 2011, 2016, 2021, 2022.
 # SPDX-FileCopyrightText: 2024 Mirko Schaal <mir...@mirsch.me>
+# SPDX-FileCopyrightText: 2025 Philipp Kiemle <l...@prly.mozmail.com>
 msgid ""
 msgstr ""
 "Project-Id-Version: kcalc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-02-01 00:44+0000\n"
-"PO-Revision-Date: 2024-08-21 21:39+0200\n"
-"Last-Translator: Johannes Obermayr <johannesoberm...@gmx.de>\n"
+"PO-Revision-Date: 2025-05-14 17:44+0200\n"
+"Last-Translator: Philipp Kiemle <l...@prly.mozmail.com>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 24.05.2\n"
+"X-Generator: Lokalize 24.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -602,24 +603,21 @@
 msgstr "Exponentialfunktion"
 
 #: kcalc.cpp:480
-#, fuzzy, kde-format
-#| msgid "Pi"
+#, kde-format
 msgctxt "Imaginary unit"
 msgid "i"
-msgstr "Pi"
+msgstr "i"
 
 #: kcalc.cpp:480
 #, kde-format
 msgid "Imaginary unit"
-msgstr ""
+msgstr "Imaginäre Einheit"
 
 #: kcalc.cpp:481
-#, fuzzy, kde-format
-#| msgctxt "- calculator button"
-#| msgid "−"
+#, kde-format
 msgctxt "Polar complex"
 msgid "∠"
-msgstr "−"
+msgstr "∠"
 
 #: kcalc.cpp:481
 #, kde-format
@@ -922,7 +920,7 @@
 #: kcalc.cpp:2923
 #, kde-format
 msgid "Gabriel Barrantes"
-msgstr ""
+msgstr "Gabriel Barrantes"
 
 #: kcalc.cpp:2923
 #, kde-format
@@ -1703,15 +1701,14 @@
 #: kcalc.ui:1017
 #, kde-format
 msgid "Imaginary Unit"
-msgstr ""
+msgstr "Imaginäre Einheit"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbI)
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pbI)
 #: kcalc.ui:1020 kcalc.ui:1023
-#, fuzzy, kde-format
-#| msgid "Pi"
+#, kde-format
 msgid "i"
-msgstr "Pi"
+msgstr "i"
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbMed)
 #: kcalc.ui:1036
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.04.1/po/es/kcalc.po 
new/kcalc-25.04.2/po/es/kcalc.po
--- old/kcalc-25.04.1/po/es/kcalc.po    2025-05-02 23:25:12.000000000 +0200
+++ new/kcalc-25.04.2/po/es/kcalc.po    2025-06-02 22:59:15.000000000 +0200
@@ -1,16 +1,16 @@
-# Translation of kcalc.po to Spanish
-# Copyright (C) 1999-2002
+# Spanish translations for kcalc.po package.
+# Copyright (C) 1999-2025 This file is copyright:
+# This file is distributed under the same license as the kcalc package.
 #
 # SPDX-FileCopyrightText: 1999 Alonso Lara <jla...@nexo.es>
 # SPDX-FileCopyrightText: 2000-2002 Pablo de Vicente <vice...@oan.es>
-# SPDX-FileCopyrightText: 2003, 2004, 2023, 2024, 2025 Eloy Cuadra 
<ecua...@eloihr.net>
-# SPDX-FileCopyrightText: 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2015, 2018, 2019, 2020, 2021, 2022, 2023 Eloy Cuadra 
<ecua...@eloihr.net>
+# SPDX-FileCopyrightText: 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 
2011, 2012, 2013, 2014, 2015, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 
Eloy Cuadra <ecua...@eloihr.net>
 msgid ""
 msgstr ""
 "Project-Id-Version: kcalc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-02-01 00:44+0000\n"
-"PO-Revision-Date: 2025-02-01 12:08+0100\n"
+"PO-Revision-Date: 2025-05-12 13:14+0100\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
 "Language: es\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.04.1/po/fr/docs/kcalc/index.docbook 
new/kcalc-25.04.2/po/fr/docs/kcalc/index.docbook
--- old/kcalc-25.04.1/po/fr/docs/kcalc/index.docbook    2025-05-02 
23:25:12.000000000 +0200
+++ new/kcalc-25.04.2/po/fr/docs/kcalc/index.docbook    2025-06-02 
22:59:15.000000000 +0200
@@ -317,7 +317,7 @@
 >asin</guibutton
 ></entry>
 <entry
->Calcule l'Arcsinus</entry
+>Calcule la fonction arcsinus</entry
 ></row>
 
 <row
@@ -337,7 +337,7 @@
 >acos</guibutton
 ></entry>
 <entry
->Calcule l'arccosinus</entry
+>Calcule la fonction arccosinus</entry
 ></row>
 
 <row
@@ -357,7 +357,7 @@
 >atan</guibutton
 ></entry>
 <entry
->Calcule l'arctangente</entry
+>Calcule la fonction arctangente</entry
 ></row>
 
 <row
@@ -713,9 +713,9 @@
 
  <para
 >Les notations binaire, octale et hexadécimale peuvent être affichées par 
 >groupes de chiffres séparés par des espaces. Ceci peut améliorer leur 
 >lisibilité. Par exemple, le nombre hexadécimal <emphasis
->AF1C42</emphasis
+>DD1C42</emphasis
 > peut être affiché <emphasis
->AF 1C 42</emphasis
+>DD1C 42</emphasis
 > avec des séparations tous les deux chiffres. Ces regroupements peuvent être 
 > désactivés ou personnalisés. Veuillez sélectionner <menuchoice
 ><guimenu
 >Configuration</guimenu
@@ -1592,7 +1592,7 @@
 >OU</guibutton
 > effectuent des opérations logiques binaires et par conséquence ont un sens 
 > plus évident si la <guilabel
 >Base</guilabel
-> est réglée sur <guilabel
+> est définie à <guilabel
 >Hex</guilabel
 >, <guilabel
 >Oct</guilabel
@@ -1602,7 +1602,7 @@
 >Dec</guilabel
 >. Dans les exemples suivants, la <guilabel
 >Base</guilabel
-> est réglée sur <guilabel
+> est définie à <guilabel
 >Bin</guilabel
 >.</para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.04.1/po/fr/kcalc.po 
new/kcalc-25.04.2/po/fr/kcalc.po
--- old/kcalc-25.04.1/po/fr/kcalc.po    2025-05-02 23:25:12.000000000 +0200
+++ new/kcalc-25.04.2/po/fr/kcalc.po    2025-06-02 22:59:15.000000000 +0200
@@ -33,7 +33,7 @@
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 "X-Accelerator-Marker: &\n"
 "X-Environment: kde\n"
-"X-Generator: Lokalize 24.12.3\n"
+"X-Generator: Lokalize 25.04.1\n"
 "X-Text-Markup: kde4\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.04.1/po/gl/kcalc.po 
new/kcalc-25.04.2/po/gl/kcalc.po
--- old/kcalc-25.04.1/po/gl/kcalc.po    2025-05-02 23:25:12.000000000 +0200
+++ new/kcalc-25.04.2/po/gl/kcalc.po    2025-06-02 22:59:15.000000000 +0200
@@ -18,7 +18,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 24.12.2\n"
+"X-Generator: Lokalize 25.04.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.04.1/po/it/kcalc.po 
new/kcalc-25.04.2/po/it/kcalc.po
--- old/kcalc-25.04.1/po/it/kcalc.po    2025-05-02 23:25:12.000000000 +0200
+++ new/kcalc-25.04.2/po/it/kcalc.po    2025-06-02 22:59:15.000000000 +0200
@@ -19,7 +19,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 25.03.70\n"
+"X-Generator: Lokalize 25.04.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.04.1/po/pl/kcalc.po 
new/kcalc-25.04.2/po/pl/kcalc.po
--- old/kcalc-25.04.1/po/pl/kcalc.po    2025-05-02 23:25:12.000000000 +0200
+++ new/kcalc-25.04.2/po/pl/kcalc.po    2025-06-02 22:59:15.000000000 +0200
@@ -1,5 +1,5 @@
 # translation of kcalc.po to Polish
-# Version: $Revision: 1701699 $
+# Version: $Revision: 1710141 $
 # translation of kcalc.po to
 # KTranslator Generated File
 # SPDX-FileCopyrightText: 2012, 2013, 2014, 2015, 2017, 2018, 2019, 2021, 
2022, 2023, 2024, 2025 Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>
@@ -24,7 +24,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 24.12.1\n"
+"X-Generator: Lokalize 24.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcalc-25.04.1/po/sk/kcalc.po 
new/kcalc-25.04.2/po/sk/kcalc.po
--- old/kcalc-25.04.1/po/sk/kcalc.po    2025-05-02 23:25:12.000000000 +0200
+++ new/kcalc-25.04.2/po/sk/kcalc.po    2025-06-02 22:59:15.000000000 +0200
@@ -7,19 +7,20 @@
 # SPDX-FileCopyrightText: 2012, 2013, 2014, 2015, 2021, 2023 Roman Paholík 
<wizzar...@gmail.com>
 # Mthw <jari...@hotmail.com>, 2019.
 # Matej Mrenica <matejm98m...@gmail.com>, 2019, 2021, 2022.
+# SPDX-FileCopyrightText: 2025 Lucia Mrenica <lucia.mren...@gmail.com>
 msgid ""
 msgstr ""
 "Project-Id-Version: kcalc\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-02-01 00:44+0000\n"
-"PO-Revision-Date: 2023-12-10 15:07+0100\n"
-"Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
-"Language-Team: Slovak <kde...@linux.sk>\n"
+"PO-Revision-Date: 2025-05-25 12:27+0200\n"
+"Last-Translator: Lucia Mrenica <lucia.mren...@gmail.com>\n"
+"Language-Team: Slovak <kde-i18n-...@kde.org>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 23.08.3\n"
+"X-Generator: Lokalize 25.04.1\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -314,32 +315,28 @@
 msgstr "Doplnok do dvoch"
 
 #: kcalc.cpp:80
-#, fuzzy, kde-format
-#| msgid "He&x"
+#, kde-format
 msgctxt "Hexadecimal numeral system"
 msgid "Hex"
-msgstr "He&x"
+msgstr "Hex"
 
 #: kcalc.cpp:81
-#, fuzzy, kde-format
-#| msgid "&Dec"
+#, kde-format
 msgctxt "Decimal numeral system"
 msgid "Dec"
-msgstr "&Dec"
+msgstr "Dec"
 
 #: kcalc.cpp:82
-#, fuzzy, kde-format
-#| msgid "Oc&t"
+#, kde-format
 msgctxt "Octal numeral system"
 msgid "Oct"
-msgstr "Oc&t"
+msgstr "Oct"
 
 #: kcalc.cpp:83
-#, fuzzy, kde-format
-#| msgid "&Bin"
+#, kde-format
 msgctxt "Binary numeral system"
 msgid "Bin"
-msgstr "&Bin"
+msgstr "Bin"
 
 #: kcalc.cpp:178
 #, kde-format
@@ -605,11 +602,10 @@
 msgstr "Exponenciálna funkcia"
 
 #: kcalc.cpp:480
-#, fuzzy, kde-format
-#| msgid "Pi"
+#, kde-format
 msgctxt "Imaginary unit"
 msgid "i"
-msgstr "Pi"
+msgstr "i"
 
 #: kcalc.cpp:480
 #, kde-format
@@ -617,12 +613,10 @@
 msgstr ""
 
 #: kcalc.cpp:481
-#, fuzzy, kde-format
-#| msgctxt "- calculator button"
-#| msgid "−"
+#, kde-format
 msgctxt "Polar complex"
 msgid "∠"
-msgstr "−"
+msgstr "∠"
 
 #: kcalc.cpp:481
 #, kde-format
@@ -807,42 +801,40 @@
 msgstr "Exponent"
 
 #: kcalc.cpp:937
-#, fuzzy, kde-format
-#| msgid "Shift"
+#, kde-format
 msgctxt "Second function mode"
 msgid "Shift"
 msgstr "Shift"
 
 #: kcalc.cpp:1247 kcalc.cpp:1248
-#, fuzzy, kde-format
-#| msgid "Memory clear"
+#, kde-format
 msgctxt "Memory cleared"
 msgid "M cleared"
-msgstr "Vyčistiť pamäť"
+msgstr "M Zmazané"
 
 #: kcalc.cpp:1518
 #, fuzzy, kde-format
 #| msgid "Number of data entered"
 msgid "Number of data entered = "
-msgstr "Počet zadaných dát"
+msgstr "Počet zadaných dát = "
 
 #: kcalc.cpp:1519
 #, fuzzy, kde-format
 #| msgid "Number of data entered"
 msgid "Number of data entered ="
-msgstr "Počet zadaných dát"
+msgstr "Počet zadaných dát ="
 
 #: kcalc.cpp:1524
 #, fuzzy, kde-format
 #| msgid "Sum of all data items"
 msgid "Sum of all data items ="
-msgstr "Suma všetkých dátových položiek"
+msgstr "Suma všetkých dátových položiek ="
 
 #: kcalc.cpp:1543
 #, fuzzy, kde-format
 #| msgid "Mean"
 msgid "Mean = "
-msgstr "Priemer"
+msgstr "Priemer = "
 
 #: kcalc.cpp:1547
 #, kde-format
@@ -853,13 +845,13 @@
 #, fuzzy, kde-format
 #| msgid "Median"
 msgid "Median ="
-msgstr "Medián"
+msgstr "Medián ="
 
 #: kcalc.cpp:1591
 #, fuzzy, kde-format
 #| msgid "Mean"
 msgid "Median = "
-msgstr "Priemer"
+msgstr "Medián = "
 
 #: kcalc.cpp:1625 kcalc.cpp:1626
 #, kde-format
@@ -888,10 +880,9 @@
 msgstr "Všeobecné nastavenie"
 
 #: kcalc.cpp:1710
-#, fuzzy, kde-format
-#| msgid "Font"
+#, kde-format
 msgid "Fonts"
-msgstr "Písmo"
+msgstr "Písma"
 
 #: kcalc.cpp:1714
 #, kde-format
@@ -1395,10 +1386,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, base_label)
 #: kcalc.ui:176
-#, fuzzy, kde-format
-#| msgid "&Dec"
+#, kde-format
 msgid "Dec"
-msgstr "&Dec"
+msgstr "Dec"
 
 #. i18n: ectx: property (accessibleDescription), widget (KCalcDisplay, 
calc_display)
 #: kcalc.ui:354
@@ -1711,10 +1701,9 @@
 #. i18n: ectx: property (text), widget (KCalcButton, pbI)
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pbI)
 #: kcalc.ui:1020 kcalc.ui:1023
-#, fuzzy, kde-format
-#| msgid "Pi"
+#, kde-format
 msgid "i"
-msgstr "Pi"
+msgstr "i"
 
 #. i18n: ectx: property (toolTip), widget (KCalcButton, pbMed)
 #: kcalc.ui:1036
@@ -1762,7 +1751,7 @@
 #: kcalc.ui:1119
 #, kde-format
 msgid "sqrt"
-msgstr ""
+msgstr "sqrt"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbPower)
 #: kcalc.ui:1135
@@ -1772,10 +1761,9 @@
 
 #. i18n: ectx: property (accessibleName), widget (KCalcButton, pb6)
 #: kcalc.ui:1175
-#, fuzzy, kde-format
-#| msgid "Sin"
+#, kde-format
 msgid "Six"
-msgstr "Sin"
+msgstr "Šesť"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pb6)
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pb6)
@@ -1788,7 +1776,7 @@
 #: kcalc.ui:1194
 #, kde-format
 msgid "Two"
-msgstr ""
+msgstr "Dva"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pb2)
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pb2)
@@ -1805,10 +1793,9 @@
 
 #. i18n: ectx: property (accessibleName), widget (KCalcButton, pbPercent)
 #: kcalc.ui:1216
-#, fuzzy, kde-format
-#| msgid "Percent"
+#, kde-format
 msgid "Percentage"
-msgstr "Percentá"
+msgstr "Percento"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbPercent)
 #: kcalc.ui:1219
@@ -1820,7 +1807,7 @@
 #: kcalc.ui:1232
 #, kde-format
 msgid "Nine"
-msgstr ""
+msgstr "Deväť"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pb9)
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pb9)
@@ -1833,7 +1820,7 @@
 #: kcalc.ui:1251
 #, kde-format
 msgid "Four"
-msgstr ""
+msgstr "Štyri"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pb4)
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pb4)
@@ -1846,7 +1833,7 @@
 #: kcalc.ui:1270
 #, kde-format
 msgid "Five"
-msgstr ""
+msgstr "Päť"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pb5)
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pb5)
@@ -1865,7 +1852,7 @@
 #: kcalc.ui:1292
 #, kde-format
 msgid "Subtract"
-msgstr ""
+msgstr "Rozdiel"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbMinus)
 #: kcalc.ui:1295
@@ -1884,7 +1871,7 @@
 #: kcalc.ui:1311
 #, kde-format
 msgid "Add"
-msgstr ""
+msgstr "Súčet"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbPlus)
 #: kcalc.ui:1314
@@ -1897,7 +1884,7 @@
 #: kcalc.ui:1327
 #, kde-format
 msgid "One"
-msgstr ""
+msgstr "Jedna"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pb1)
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pb1)
@@ -1916,7 +1903,7 @@
 #: kcalc.ui:1349
 #, kde-format
 msgid "Divide"
-msgstr ""
+msgstr "Delenie"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbDivision)
 #: kcalc.ui:1352
@@ -1932,8 +1919,7 @@
 
 #. i18n: ectx: property (accessibleName), widget (KCalcButton, 
pbMultiplication)
 #: kcalc.ui:1368
-#, fuzzy, kde-format
-#| msgid "Multiplication"
+#, kde-format
 msgid "Multiply"
 msgstr "Násobenie"
 
@@ -1947,7 +1933,7 @@
 #: kcalc.ui:1384
 #, kde-format
 msgid "Zero"
-msgstr ""
+msgstr "Nula"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pb0)
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pb0)
@@ -1974,7 +1960,7 @@
 #: kcalc.ui:1422
 #, kde-format
 msgid "Three"
-msgstr ""
+msgstr "Tri"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pb3)
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pb3)
@@ -1993,7 +1979,7 @@
 #: kcalc.ui:1444
 #, kde-format
 msgid "Equals"
-msgstr ""
+msgstr "Rovná sa"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbEqual)
 #: kcalc.ui:1447
@@ -2006,7 +1992,7 @@
 #: kcalc.ui:1460
 #, kde-format
 msgid "Seven"
-msgstr ""
+msgstr "Sedem"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pb7)
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pb7)
@@ -2019,7 +2005,7 @@
 #: kcalc.ui:1479
 #, kde-format
 msgid "Eight"
-msgstr ""
+msgstr "Osem"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pb8)
 #. i18n: ectx: property (shortcut), widget (KCalcButton, pb8)
@@ -2036,10 +2022,9 @@
 
 #. i18n: ectx: property (accessibleName), widget (KCalcButton, pbAllClear)
 #: kcalc.ui:1528
-#, fuzzy, kde-format
-#| msgid "Memory clear"
+#, kde-format
 msgid "All clear"
-msgstr "Vyčistiť pamäť"
+msgstr "Vyčistiť všetko"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbAllClear)
 #: kcalc.ui:1531
@@ -2147,7 +2132,7 @@
 #: kcalc.ui:1684
 #, kde-format
 msgid "Return"
-msgstr ""
+msgstr "Návrat"
 
 #. i18n: ectx: property (text), widget (KCalcButton, pbBackspace)
 #: kcalc.ui:1687
@@ -2181,8 +2166,7 @@
 msgstr "Ctrl+2"
 
 #: kcalc_bitset.cpp:67
-#, fuzzy, kde-format
-#| msgid "Bit %1 = %2"
+#, kde-format
 msgctxt "@info:tooltip"
 msgid "Bit %1 = %2"
 msgstr "Bit %1 = %2"
@@ -2253,7 +2237,7 @@
 #, kde-format
 msgctxt "@action:inmenu"
 msgid "&Copy"
-msgstr ""
+msgstr "&Kopírovať"
 
 #: kcalc_statusbar.cpp:16 kcalc_statusbar.cpp:58
 #, kde-format
@@ -2271,45 +2255,43 @@
 #, kde-format
 msgctxt "Decimal indicator in status bar"
 msgid "DEC"
-msgstr ""
+msgstr "DEC"
 
 #: kcalc_statusbar.cpp:17
 #, kde-format
 msgctxt "Binary indicator in status bar"
 msgid "BIN"
-msgstr ""
+msgstr "BIN"
 
 #: kcalc_statusbar.cpp:18
 #, kde-format
 msgctxt "Octal indicator in status bar"
 msgid "OCT"
-msgstr ""
+msgstr "OCT"
 
 #: kcalc_statusbar.cpp:18
-#, fuzzy, kde-format
-#| msgid "EXP"
+#, kde-format
 msgctxt "Hexadecimal indicator in status bar"
 msgid "HEX"
-msgstr "EXP"
+msgstr "HEX"
 
 #: kcalc_statusbar.cpp:19
 #, kde-format
 msgctxt "Degree indicator in status bar"
 msgid "DEG"
-msgstr ""
+msgstr "DEG"
 
 #: kcalc_statusbar.cpp:19
-#, fuzzy, kde-format
-#| msgid "AND"
+#, kde-format
 msgctxt "Radian indicator in status bar"
 msgid "RAD"
-msgstr "AND"
+msgstr "RAD"
 
 #: kcalc_statusbar.cpp:20
 #, kde-format
 msgctxt "Grad indicator in status bar"
 msgid "GRA"
-msgstr ""
+msgstr "GRA"
 
 #: kcalc_statusbar.cpp:21 kcalc_statusbar.cpp:103
 #, kde-format
@@ -2320,39 +2302,37 @@
 #: kcalc_statusbar.cpp:67
 #, kde-format
 msgid "BIN"
-msgstr ""
+msgstr "BIN"
 
 #: kcalc_statusbar.cpp:70
 #, kde-format
 msgid "OCT"
-msgstr ""
+msgstr "OCT"
 
 #: kcalc_statusbar.cpp:74
 #, kde-format
 msgid "DEC"
-msgstr ""
+msgstr "DEG"
 
 #: kcalc_statusbar.cpp:77
-#, fuzzy, kde-format
-#| msgid "EXP"
+#, kde-format
 msgid "HEX"
-msgstr "EXP"
+msgstr "HEX"
 
 #: kcalc_statusbar.cpp:89
 #, kde-format
 msgid "DEG"
-msgstr ""
+msgstr "DEG"
 
 #: kcalc_statusbar.cpp:92
-#, fuzzy, kde-format
-#| msgid "AND"
+#, kde-format
 msgid "RAD"
-msgstr "AND"
+msgstr "RAD"
 
 #: kcalc_statusbar.cpp:95
 #, kde-format
 msgid "GRA"
-msgstr ""
+msgstr "GRA"
 
 #. i18n: ectx: Menu (settings)
 #: kcalcui.rc:4

Reply via email to