Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package calendarsupport for openSUSE:Factory
checked in at 2022-09-09 18:23:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calendarsupport (Old)
and /work/SRC/openSUSE:Factory/.calendarsupport.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calendarsupport"
Fri Sep 9 18:23:04 2022 rev:80 rq:1001949 version:22.08.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/calendarsupport/calendarsupport.changes
2022-08-19 17:51:42.411500332 +0200
+++
/work/SRC/openSUSE:Factory/.calendarsupport.new.2083/calendarsupport.changes
2022-09-09 18:23:10.876203772 +0200
@@ -1,0 +2,8 @@
+Tue Sep 6 15:18:50 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:
----
calendarsupport-22.08.0.tar.xz
calendarsupport-22.08.0.tar.xz.sig
New:
----
calendarsupport-22.08.1.tar.xz
calendarsupport-22.08.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ calendarsupport.spec ++++++
--- /var/tmp/diff_new_pack.y40q6Z/_old 2022-09-09 18:23:11.484205563 +0200
+++ /var/tmp/diff_new_pack.y40q6Z/_new 2022-09-09 18:23:11.488205575 +0200
@@ -22,7 +22,7 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without released
Name: calendarsupport
-Version: 22.08.0
+Version: 22.08.1
Release: 0
Summary: KDE PIM calendaring support library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
++++++ calendarsupport-22.08.0.tar.xz -> calendarsupport-22.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calendarsupport-22.08.0/CMakeLists.txt
new/calendarsupport-22.08.1/CMakeLists.txt
--- old/calendarsupport-22.08.0/CMakeLists.txt 2022-08-08 07:03:43.000000000
+0200
+++ new/calendarsupport-22.08.1/CMakeLists.txt 2022-08-20 16:59:14.000000000
+0200
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.21.0")
+set(PIM_VERSION "5.21.1")
project(calendarsupport VERSION ${PIM_VERSION})
@@ -37,14 +37,14 @@
add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g.
Qt Assistant, Qt Creator & KDevelop)")
set(CALENDARSUPPORT_LIB_VERSION ${PIM_VERSION})
-set(AKONADI_MIMELIB_VERSION "5.21.0")
+set(AKONADI_MIMELIB_VERSION "5.21.1")
set(QT_REQUIRED_VERSION "5.15.2")
-set(KMIME_LIB_VERSION "5.21.0")
-set(CALENDARUTILS_LIB_VERSION "5.21.0")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.21.0")
-set(AKONADICALENDAR_LIB_VERSION "5.21.0")
-set(AKONADI_VERSION "5.21.0")
-set(AKONADI_NOTES_VERSION "5.21.0")
+set(KMIME_LIB_VERSION "5.21.1")
+set(CALENDARUTILS_LIB_VERSION "5.21.1")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.21.1")
+set(AKONADICALENDAR_LIB_VERSION "5.21.1")
+set(AKONADI_VERSION "5.21.1")
+set(AKONADI_NOTES_VERSION "5.21.1")
find_package(KF5Akonadi ${AKONADI_VERSION} CONFIG REQUIRED)
find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED
Widgets Test PrintSupport)
find_package(KF5I18n ${KF5_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calendarsupport-22.08.0/po/be/calendarsupport.po
new/calendarsupport-22.08.1/po/be/calendarsupport.po
--- old/calendarsupport-22.08.0/po/be/calendarsupport.po 2022-08-12
02:12:40.000000000 +0200
+++ new/calendarsupport-22.08.1/po/be/calendarsupport.po 2022-09-06
02:15:54.000000000 +0200
@@ -20,8 +20,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"
#: archivedialog.cpp:43
#, fuzzy, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/calendarsupport-22.08.0/po/ca@valencia/calendarsupport.po
new/calendarsupport-22.08.1/po/ca@valencia/calendarsupport.po
--- old/calendarsupport-22.08.0/po/ca@valencia/calendarsupport.po
2022-08-12 02:12:40.000000000 +0200
+++ new/calendarsupport-22.08.1/po/ca@valencia/calendarsupport.po
2022-09-06 02:15:54.000000000 +0200
@@ -675,8 +675,8 @@
"shown as non-working days in the date navigator, the agenda view, etc."
msgstr ""
"Seleccioneu de quines regions voleu utilitzar els festius. Els festius "
-"definits es mostren com a dies no laborables al navegador de dates, la vista "
-"d'agenda, etc."
+"definits es mostren com a dies no laborables en el navegador de dates, la "
+"vista d'agenda, etc."
#. i18n: ectx: label, entry, group (Group Scheduling)
#: kcalprefs.kcfg:98
@@ -870,7 +870,7 @@
"item does not have any tags. This color is used when drawing items in the "
"agenda or month views using the \"Only tag\" scheme."
msgstr ""
-"Seleccioneu un color que cal utilitzar per a la situaci?? ??sense etiqueta??
o "
+"Seleccioneu un color que s'utilitzar?? per a la situaci?? ??sense etiqueta??
o "
"??etiqueta no establida??, quan un element no pertany a cap etiqueta. Este "
"color s'utilitzar?? en dibuixar elements en la vista d'agenda o mensual "
"utilitzant l'esquema ??Nom??s l'etiqueta??."
@@ -885,7 +885,7 @@
#, kde-format
msgctxt "@title:window"
msgid "Create Note"
-msgstr "Creaci?? de nota"
+msgstr "Creeu una nota"
#: noteeditdialog.cpp:43
#, kde-format
@@ -1462,7 +1462,7 @@
"If you want to use colors to distinguish certain tags in the printed output, "
"check this option."
msgstr ""
-"Si voleu utilitzar els colors per a distingir certes etiquetes a l'eixida "
+"Si voleu utilitzar els colors per a distingir certes etiquetes en l'eixida "
"impresa, marqueu esta opci??."
#. i18n: ectx: property (text), widget (QCheckBox, mColors)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calendarsupport-22.08.0/po/de/calendarsupport.po
new/calendarsupport-22.08.1/po/de/calendarsupport.po
--- old/calendarsupport-22.08.0/po/de/calendarsupport.po 2022-08-12
02:12:40.000000000 +0200
+++ new/calendarsupport-22.08.1/po/de/calendarsupport.po 2022-09-06
02:15:54.000000000 +0200
@@ -12,13 +12,13 @@
"POT-Creation-Date: 2022-06-23 00:44+0000\n"
"PO-Revision-Date: 2022-02-20 10:57+0100\n"
"Last-Translator: Frederik Schwarzer <[email protected]>\n"
-"Language-Team: German <[email protected]>\n"
+"Language-Team: German <[email protected]>\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 21.08.0\n"
+"X-Generator: Lokalize 21.12.3\n"
#: archivedialog.cpp:43
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calendarsupport-22.08.0/po/fr/calendarsupport.po
new/calendarsupport-22.08.1/po/fr/calendarsupport.po
--- old/calendarsupport-22.08.0/po/fr/calendarsupport.po 2022-08-12
02:12:40.000000000 +0200
+++ new/calendarsupport-22.08.1/po/fr/calendarsupport.po 2022-09-06
02:15:54.000000000 +0200
@@ -6,7 +6,7 @@
# Maxime Corteel <[email protected]>, 2014, 2015.
# Vincent Pinon <[email protected]>, 2017.
# Simon Depiets <[email protected]>, 2018, 2019.
-# Xavier Besnard <[email protected]>, 2020, 2021.
+# Xavier Besnard <[email protected]>, 2020, 2021, 2022.
#
msgid ""
msgstr ""
@@ -21,7 +21,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 21.04.2\n"
+"X-Generator: Lokalize 22.04.3\n"
"X-Environment: kde\n"
"X-Accelerator-Marker: &\n"
"X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calendarsupport-22.08.0/po/is/calendarsupport.po
new/calendarsupport-22.08.1/po/is/calendarsupport.po
--- old/calendarsupport-22.08.0/po/is/calendarsupport.po 2022-08-12
02:12:40.000000000 +0200
+++ new/calendarsupport-22.08.1/po/is/calendarsupport.po 2022-09-06
02:15:54.000000000 +0200
@@ -8,20 +8,20 @@
# Jon Arnar Gudmundsson <[email protected]>, 2004.
# ??r??stur Svanbergsson <[email protected]>, 2004.
# Arnar Leosson <[email protected]>, 2004, 2005.
-# Sveinn ?? Felli <[email protected]>, 2009.
+# Sveinn ?? Felli <[email protected]>, 2009, 2022.
msgid ""
msgstr ""
"Project-Id-Version: korganizer\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2022-06-23 00:44+0000\n"
-"PO-Revision-Date: 2009-07-28 20:21+0000\n"
-"Last-Translator: Sveinn ?? Felli <[email protected]>\n"
-"Language-Team: Icelandic <[email protected]>\n"
+"PO-Revision-Date: 2022-09-05 09:49+0000\n"
+"Last-Translator: Sveinn ?? Felli <[email protected]>\n"
+"Language-Team: Icelandic\n"
"Language: is\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Lokalize 21.12.3\n"
"Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n"
"\n"
"\n"
@@ -33,11 +33,11 @@
msgstr "Vista/ey??a g??mlum atbur??um"
#: archivedialog.cpp:50
-#, fuzzy, kde-format
+#, kde-format
#| msgid "&Archive"
msgctxt "@action:button"
msgid "&Archive"
-msgstr "&Safnskr??"
+msgstr "S&afnskr??"
#: archivedialog.cpp:62
#, fuzzy, kde-kuit-format
@@ -162,35 +162,35 @@
msgstr ""
#: archivedialog.cpp:133
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Day(s)"
msgctxt "@item:inlistbox expires in daily units"
msgid "Day(s)"
msgstr "dagur/dagar"
#: archivedialog.cpp:134
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Week(s)"
msgctxt "@item:inlistbox expiration in weekly units"
msgid "Week(s)"
msgstr "vika/vikur"
#: archivedialog.cpp:135
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Month(s)"
msgctxt "@item:inlistbox expiration in monthly units"
msgid "Month(s)"
msgstr "m??nu??ur/m??nu??ir"
#: archivedialog.cpp:140
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Archive &file:"
msgctxt "@label"
msgid "Archive &file:"
msgstr "Safns&kr??:"
#: archivedialog.cpp:144
-#, fuzzy, kde-format
+#, kde-format
#| msgid "*.ics|iCalendar Files"
msgctxt "@label filter for KUrlRequester"
msgid "*.ics|iCalendar Files"
@@ -425,14 +425,14 @@
msgstr "????tttake&ndur"
#: freebusymodel/freeperiodmodel.cpp:124
-#, fuzzy, kde-format
+#, kde-format
#| msgid "%1"
msgctxt "@label Day of the week name, example: Monday,"
msgid "%1,"
-msgstr "%1"
+msgstr "%1,"
#: freebusymodel/freeperiodmodel.cpp:141
-#, fuzzy, kde-format
+#, kde-format
#| msgctxt "Date range: monthStart dayStart - monthEnd dayEnd"
#| msgid "%1 %2 - %3 %4"
msgctxt ""
@@ -440,17 +440,17 @@
"orientation) by the name of the week, see the message above. example: 12 "
"June, 8:00am to 9:30am"
msgid "%1 %2, %3 to %4"
-msgstr "%1 %2 - %3 %4"
+msgstr "%1. %2, %3 til %4"
#: freebusymodel/freeperiodmodel.cpp:162
-#, fuzzy, kde-format
+#, kde-format
#| msgctxt "Date range: monthStart dayStart - monthEnd dayEnd"
#| msgid "%1 %2 - %3 %4"
msgctxt ""
"@label A time period duration. KLocale is used to format the components. "
"example: Monday, 12 June, 8:00am to 9:30am"
msgid "%1, %2 %3, %4 to %5"
-msgstr "%1 %2 - %3 %4"
+msgstr "%1, %2. %3, %4 til %5"
#: freebusymodel/freeperiodmodel.cpp:176
#, fuzzy, kde-format
@@ -500,7 +500,7 @@
#: kcalprefs.kcfg:24
#, kde-format
msgid "Default appointment time"
-msgstr "Sj??lfgefinn fundat??mi"
+msgstr "Sj??lfgefinn fundart??mi"
#. i18n: ectx: whatsthis, entry (StartTime), group (Default Datetimes)
#: kcalprefs.kcfg:25
@@ -837,7 +837,7 @@
#: kcalprefs.kcfg:196
#, kde-format
msgid "Anonymous"
-msgstr ""
+msgstr "Nafnlaus"
#. i18n: ectx: label, entry (UserEmail), group (Internal Settings)
#: kcalprefs.kcfg:200
@@ -856,7 +856,7 @@
#: kcalprefs.kcfg:202
#, kde-format
msgid "nobody@nowhere"
-msgstr ""
+msgstr "enginn@hvergi"
#. i18n: ectx: label, entry, group (Colors)
#: kcalprefs.kcfg:220
@@ -1000,7 +1000,7 @@
#: printing/calprintweekconfig_base.ui:136
#, kde-format
msgid "2009-01-19"
-msgstr ""
+msgstr "2009-01-19"
#. i18n: ectx: property (toolTip), widget (QLabel, mFromTimeLabel)
#. i18n: ectx: property (toolTip), widget (QTimeEdit, mFromTime)
@@ -1050,7 +1050,7 @@
#: printing/calprintweekconfig_base.ui:166
#, kde-format
msgid "hh:mm"
-msgstr ""
+msgstr "hh:mm"
#. i18n: ectx: property (toolTip), widget (QLabel, mToDateLabel)
#. i18n: ectx: property (toolTip), widget (KDateComboBox, mToDate)
@@ -1343,7 +1343,7 @@
#: printing/calprintweekconfig_base.ui:296
#, kde-format
msgid "Ta&gs"
-msgstr ""
+msgstr "Mer&ki"
#. i18n: ectx: property (toolTip), widget (QCheckBox, mIncludeTodos)
#: printing/calprintdayconfig_base.ui:306
@@ -1762,7 +1762,7 @@
#, kde-format
msgctxt "Spacer for list of attachments"
msgid " "
-msgstr ""
+msgstr " "
#: printing/calprintdefaultplugins.cpp:559
#, fuzzy, kde-format
@@ -1817,7 +1817,7 @@
#: printing/calprintdefaultplugins.cpp:620
#, kde-format
msgid "Tags: "
-msgstr ""
+msgstr "Merki: "
#: printing/calprintdefaultplugins.cpp:713 printing/calprintpluginbase.cpp:921
#: printing/calprintpluginbase.cpp:1061 printing/calprintpluginbase.cpp:1118
@@ -1849,7 +1849,7 @@
#, kde-format
msgctxt "date from-to"
msgid "%1???%2"
-msgstr ""
+msgstr "%1???%2"
#: printing/calprintdefaultplugins.cpp:1222
#, fuzzy, kde-format
@@ -1883,18 +1883,18 @@
msgstr "&Titill:"
#: printing/calprintdefaultplugins.cpp:1521
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Start Date"
msgctxt "@option sort by start date/time"
msgid "Start Date"
msgstr "Upphafsdagur"
#: printing/calprintdefaultplugins.cpp:1522
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Due Date"
msgctxt "@option sort by due date/time"
msgid "Due Date"
-msgstr "Skiladagar"
+msgstr "Lokadagur"
#: printing/calprintdefaultplugins.cpp:1523
#, fuzzy, kde-format
@@ -1914,7 +1914,7 @@
#, kde-format
msgctxt "@option sort by tags"
msgid "Tags"
-msgstr ""
+msgstr "Merki"
#: printing/calprintdefaultplugins.cpp:1531
#, fuzzy, kde-format
@@ -1970,7 +1970,7 @@
#, kde-format
msgctxt "@label to-do categories"
msgid "Tags"
-msgstr ""
+msgstr "Merki"
#: printing/calprintdefaultplugins.h:36
#, fuzzy, kde-format
@@ -2035,10 +2035,10 @@
msgstr "Prenta &viku"
#: printing/calprinter.cpp:156
-#, fuzzy, kde-format
+#, kde-format
msgctxt "@title:window"
msgid "Print"
-msgstr "Prenta da&g"
+msgstr "Prenta"
#: printing/calprinter.cpp:175
#, fuzzy, kde-format
@@ -2415,10 +2415,10 @@
#. i18n: ectx: property (toolTip), widget (QCheckBox, mWeekNumbers)
#: printing/calprintmonthconfig_base.ui:230
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Print week &numbers"
msgid "Print week numbers"
-msgstr "Prenta viku&n??mer"
+msgstr "Birta vikun??mer"
#. i18n: ectx: property (whatsThis), widget (QCheckBox, mWeekNumbers)
#: printing/calprintmonthconfig_base.ui:233
@@ -2438,10 +2438,10 @@
msgstr "??essi prentst??ll hefur enga stillingarvalkosti."
#: printing/calprintpluginbase.cpp:303
-#, fuzzy, kde-format
+#, kde-format
msgctxt "@item:intext delimiter for joining holiday names"
msgid ","
-msgstr ", "
+msgstr ","
#: printing/calprintpluginbase.cpp:315
#, kde-format
@@ -2456,40 +2456,40 @@
msgstr "Afturkalla (%1)"
#: printing/calprintpluginbase.cpp:926
-#, fuzzy, kde-format
+#, kde-format
#| msgctxt "weekday month date"
#| msgid "%1 %2 %3"
msgctxt "starttime - endtime summary"
msgid "%1-%2 %3"
-msgstr "%1 %2 %3"
+msgstr "%1-%2 %3"
#: printing/calprintpluginbase.cpp:932
-#, fuzzy, kde-format
+#, kde-format
#| msgctxt "Date range: monthStart dayStart - monthEnd dayEnd"
#| msgid "%1 %2 - %3 %4"
msgctxt "starttime - endtime summary, location"
msgid "%1-%2 %3, %4"
-msgstr "%1 %2 - %3 %4"
+msgstr "%1-%2 %3, %4"
#: printing/calprintpluginbase.cpp:999
-#, fuzzy, kde-format
+#, kde-format
msgctxt "weekday, shortmonthname daynumber"
msgid "%1, %2 %3"
-msgstr "%1 - %2"
+msgstr "%1, %2 %3"
#: printing/calprintpluginbase.cpp:1125
-#, fuzzy, kde-format
+#, kde-format
#| msgid " (Due: %1)"
msgctxt "to-do summary (Due: datetime)"
msgid "%1 (Due: %2)"
-msgstr " (Skiladagur: %1)"
+msgstr "%1 (lokadagsetning: %2)"
#: printing/calprintpluginbase.cpp:1130
-#, fuzzy, kde-format
+#, kde-format
#| msgid " (Due: %1)"
msgctxt "to-do summary (Due: date)"
msgid "%1 (Due: %2)"
-msgstr " (Skiladagur: %1)"
+msgstr "%1 (lokadagsetning: %2)"
#: printing/calprintpluginbase.cpp:1137
#, kde-format
@@ -2497,20 +2497,20 @@
msgstr "Verk????ttur: %1"
#: printing/calprintpluginbase.cpp:1869
-#, fuzzy, kde-format
+#, kde-format
#| msgctxt "Date range: Month dayStart - dayEnd"
#| msgid "%1 %2 - %3"
msgctxt "Date range: Month dayStart - dayEnd"
msgid "%1 %2???%3"
-msgstr "%1 %2 - %3"
+msgstr "%2???%3 %1"
#: printing/calprintpluginbase.cpp:1875
-#, fuzzy, kde-format
+#, kde-format
#| msgctxt "Date range: monthStart dayStart - monthEnd dayEnd"
#| msgid "%1 %2 - %3 %4"
msgctxt "Date range: monthStart dayStart - monthEnd dayEnd"
msgid "%1 %2???%3 %4"
-msgstr "%1 %2 - %3 %4"
+msgstr "%2. %1???%4. %3"
#. i18n: ectx: property (text), widget (QLabel, label)
#: printing/calprinttodoconfig_base.ui:17
@@ -2530,11 +2530,11 @@
#. i18n: ectx: property (toolTip), widget (QLineEdit, mTitle)
#: printing/calprinttodoconfig_base.ui:26
#: printing/calprinttodoconfig_base.ui:42
-#, fuzzy, kde-format
+#, kde-format
#| msgctxt "N days/hours/minutes before/after the start/end"
#| msgid "%1 after the start"
msgid "Name for this to-do list"
-msgstr "%1 eftir upphaf"
+msgstr "Heiti ?? ??essum verkefnalista"
#. i18n: ectx: property (whatsThis), widget (QLabel, mTitleLabel)
#. i18n: ectx: property (whatsThis), widget (QLineEdit, mTitle)
@@ -2617,7 +2617,7 @@
#. i18n: ectx: property (text), widget (QCheckBox, mStartDate)
#: printing/calprinttodoconfig_base.ui:280
-#, fuzzy, kde-format
+#, kde-format
#| msgid "&Start date:"
msgid "&Start date"
msgstr "&Upphafsdagur:"
@@ -2637,10 +2637,10 @@
#. i18n: ectx: property (text), widget (QCheckBox, mDueDate)
#: printing/calprinttodoconfig_base.ui:293
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Due date"
msgid "Du&e date"
-msgstr "Skiladagar"
+msgstr "&Lokadagur"
#. i18n: ectx: property (toolTip), widget (QCheckBox, mPercentComplete)
#: printing/calprinttodoconfig_base.ui:303
@@ -2754,14 +2754,14 @@
#. i18n: ectx: property (text), widget (QLabel, mYearLabel)
#: printing/calprintyearconfig_base.ui:32
-#, fuzzy, kde-format
+#, kde-format
#| msgid "&Yearly"
msgid "&Year:"
-msgstr "&??rlega"
+msgstr "??&r:"
#. i18n: ectx: property (title), widget (QGroupBox, mGeneralGroup)
#: printing/calprintyearconfig_base.ui:99
-#, fuzzy, kde-format
+#, kde-format
#| msgid "General"
msgid "General"
msgstr "Almennt"
@@ -2770,7 +2770,7 @@
#: printing/calprintyearconfig_base.ui:105
#, kde-format
msgid "Num&ber of pages:"
-msgstr ""
+msgstr "Fj??l&di s????na:"
#. i18n: ectx: property (text), widget (QLabel, mSubDaysLabel)
#: printing/calprintyearconfig_base.ui:121
@@ -2782,7 +2782,7 @@
#. i18n: ectx: property (text), item, widget (QComboBox, mHolidays)
#: printing/calprintyearconfig_base.ui:138
#: printing/calprintyearconfig_base.ui:165
-#, fuzzy, kde-format
+#, kde-format
msgid "Text"
msgstr "Texti"
@@ -2837,11 +2837,11 @@
msgstr "Prentar allar dagb??kur ?? uppgefna t??mabilinu"
#: utils.cpp:326
-#, fuzzy, kde-format
+#, kde-format
#| msgid "New Calendar"
msgctxt "@title:window"
msgid "Select Calendar"
-msgstr "N??tt dagatal"
+msgstr "Veldu dagatal"
#: utils.cpp:327
#, fuzzy, kde-format
@@ -2850,55 +2850,55 @@
msgstr "Setur skiladag ??essa verk????ttar."
#: utils.cpp:432
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Use as &Default Calendar"
msgctxt "this is the default calendar"
msgid "%1 (Default Calendar)"
-msgstr "Nota sem sj??lfgefi?? &dagatal"
+msgstr "%1 (sj??lfgefi?? dagatal)"
#: utils.cpp:443
#, kde-format
msgctxt "a virtual folder type"
msgid "Virtual"
-msgstr ""
+msgstr "S??ndar"
#: utils.cpp:445
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Calendar"
msgid "Folder type:"
-msgstr "Dagatal"
+msgstr "Tegund m??ppu"
#: utils.cpp:455
-#, fuzzy, kde-format
+#, kde-format
#| msgid "(None)"
msgctxt "collection has no mimetypes to show the user"
msgid "none"
-msgstr "(Ekkert)"
+msgstr "ekkert"
#: utils.cpp:458
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Calendar"
msgid "Content type:"
-msgstr "Dagatal"
+msgstr "Tegund efnis:"
#: utils.cpp:465
#, kde-format
msgid "Rights:"
-msgstr ""
+msgstr "R??ttindi:"
#: utils.cpp:468
-#, fuzzy, kde-format
+#, kde-format
#| msgid "read-only"
msgctxt "the calendar is read-only"
msgid "read-only"
msgstr "ritvari??"
#: utils.cpp:470
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Overwrite"
msgctxt "the calendar is read and write"
msgid "read+write"
-msgstr "Yfirskrifa"
+msgstr "lesa-skrifa"
#: utils.cpp:478
#, kde-format
@@ -2907,32 +2907,32 @@
msgstr ""
#: utils.cpp:481
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Audio"
msgctxt "blocking audio reminders for this calendar"
msgid "audio"
-msgstr "Hlj????"
+msgstr "hlj????"
#: utils.cpp:483
-#, fuzzy, kde-format
+#, kde-format
#| msgid "&Daily"
msgctxt "blocking display pop-up dialog reminders for this calendar"
msgid "display"
-msgstr "&Daglega"
+msgstr "birting"
#: utils.cpp:485
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Email"
msgctxt "blocking email reminders for this calendar"
msgid "email"
-msgstr "Netfang"
+msgstr "t??lvup??stur"
#: utils.cpp:487
-#, fuzzy, kde-format
+#, kde-format
#| msgid "Proceed"
msgctxt "blocking run a command reminders for this calendar"
msgid "procedure"
-msgstr "Halda ??fram"
+msgstr "ferli"
#: utils.cpp:489
#, kde-format
@@ -2941,38 +2941,38 @@
msgstr ""
#: utils.cpp:493
-#, fuzzy, kde-format
+#, kde-format
#| msgid "(None)"
msgctxt "not blocking any reminder types for this calendar"
msgid "none"
-msgstr "(Ekkert)"
+msgstr "ekkert"
#: utils.cpp:496
-#, fuzzy, kde-format
+#, kde-format
#| msgctxt "@action:inmenu"
#| msgid "Enable Reminders"
msgid "Blocked Reminders:"
-msgstr "Virkja ??minningar"
+msgstr "Hindra??ar ??minningar:"
#: utils.cpp:569
-#, fuzzy, kde-format
+#, kde-format
#| msgid "%1"
msgctxt "search pattern for holidayname"
msgid "^%1"
-msgstr "%1"
+msgstr "^%1"
#: utils.cpp:571
-#, fuzzy, kde-format
+#, kde-format
#| msgctxt "short_weekday date (e.g. Mon 13)"
#| msgid "%1 %2"
msgid "%1 (%2)"
-msgstr "%1 %2."
+msgstr "%1 (%2)"
#: utils.cpp:576
#, kde-format
msgctxt "replace pattern for holidayname (countrycode)"
msgid "^%1 \\(.*\\)"
-msgstr ""
+msgstr "^%1 \\(.*\\)"
#, fuzzy
#~| msgid "day"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calendarsupport-22.08.0/po/it/calendarsupport.po
new/calendarsupport-22.08.1/po/it/calendarsupport.po
--- old/calendarsupport-22.08.0/po/it/calendarsupport.po 2022-08-12
02:12:40.000000000 +0200
+++ new/calendarsupport-22.08.1/po/it/calendarsupport.po 2022-09-06
02:15:54.000000000 +0200
@@ -8,7 +8,7 @@
# Pino Toscano <[email protected]>, 2007.
# Dario Panico <[email protected]>, 2008, 2009.
# Leonardo Finetti <[email protected]>, 2008.
-# Luigi Toscano <[email protected]>, 2010, 2011, 2012, 2013, 2014,
2015, 2016, 2018, 2019, 2020, 2021.
+# Luigi Toscano <[email protected]>, 2010, 2011, 2012, 2013, 2014,
2015, 2016, 2018, 2019, 2020, 2021, 2022.
#
msgid ""
msgstr ""
@@ -23,7 +23,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 20.12.0\n"
+"X-Generator: Lokalize 21.12.3\n"
#: archivedialog.cpp:43
#, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/calendarsupport-22.08.0/po/zh_CN/calendarsupport.po
new/calendarsupport-22.08.1/po/zh_CN/calendarsupport.po
--- old/calendarsupport-22.08.0/po/zh_CN/calendarsupport.po 2022-08-12
02:12:40.000000000 +0200
+++ new/calendarsupport-22.08.1/po/zh_CN/calendarsupport.po 2022-09-06
02:15:54.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:44+0000\n"
-"PO-Revision-Date: 2022-08-07 13:32\n"
+"PO-Revision-Date: 2022-08-20 14:20\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"