Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yakuake for openSUSE:Factory checked in at 2023-05-12 20:37:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yakuake (Old) and /work/SRC/openSUSE:Factory/.yakuake.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yakuake" Fri May 12 20:37:02 2023 rev:91 rq:1086477 version:23.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yakuake/yakuake.changes 2023-04-23 22:50:36.391776959 +0200 +++ /work/SRC/openSUSE:Factory/.yakuake.new.1533/yakuake.changes 2023-05-12 20:39:54.922733964 +0200 @@ -1,0 +2,10 @@ +Tue May 9 10:48:00 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.04.1/ +- Changes since 23.04.0: + * Add missing HAVE_KWAYLAND ifdef + +------------------------------------------------------------------- Old: ---- yakuake-23.04.0.tar.xz yakuake-23.04.0.tar.xz.sig New: ---- yakuake-23.04.1.tar.xz yakuake-23.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yakuake.spec ++++++ --- /var/tmp/diff_new_pack.a3c6x8/_old 2023-05-12 20:39:55.342736271 +0200 +++ /var/tmp/diff_new_pack.a3c6x8/_new 2023-05-12 20:39:55.346736294 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: yakuake -Version: 23.04.0 +Version: 23.04.1 Release: 0 Summary: Drop-down terminal emulator based on Konsole technologies License: GPL-2.0-or-later ++++++ yakuake-23.04.0.tar.xz -> yakuake-23.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/CMakeLists.txt new/yakuake-23.04.1/CMakeLists.txt --- old/yakuake-23.04.0/CMakeLists.txt 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/CMakeLists.txt 2023-05-06 10:09:40.000000000 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "23") set (RELEASE_SERVICE_VERSION_MINOR "04") -set (RELEASE_SERVICE_VERSION_MICRO "0") +set (RELEASE_SERVICE_VERSION_MICRO "1") set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(yakuake VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/app/mainwindow.cpp new/yakuake-23.04.1/app/mainwindow.cpp --- old/yakuake-23.04.0/app/mainwindow.cpp 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/app/mainwindow.cpp 2023-05-06 10:09:40.000000000 +0200 @@ -933,10 +933,12 @@ KWindowSystem::setState(winId(), NET::KeepAbove | NET::SkipTaskbar | NET::SkipPager); } +#if HAVE_KWAYLAND if (m_isWayland && m_plasmaShellSurface) { m_plasmaShellSurface->setSkipTaskbar(true); m_plasmaShellSurface->setSkipSwitcher(true); } +#endif KX11Extras::setOnAllDesktops(winId(), Settings::showOnAllDesktops()); KWindowEffects::enableBlurBehind(windowHandle(), m_sessionStack->wantsBlur()); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/data/org.kde.yakuake.appdata.xml new/yakuake-23.04.1/data/org.kde.yakuake.appdata.xml --- old/yakuake-23.04.0/data/org.kde.yakuake.appdata.xml 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/data/org.kde.yakuake.appdata.xml 2023-05-06 10:09:40.000000000 +0200 @@ -279,7 +279,7 @@ <li xml:lang="eu">Dimentsioak eta animazio-abiadura konfiguragarriak </li> <li xml:lang="fi">Muutettavissa olevat mitat ja animointinopeus</li> <li xml:lang="fr">Dimensions et vitesse d'animation configurables</li> - <li xml:lang="gl">Tanto as súas dimensións como a velocidade da animación de despregamento poden configurarse.</li> + <li xml:lang="gl">Dimensións e velocidade de animación configurábeis.</li> <li xml:lang="hu">Testre szabható méretek és animációs sebesség</li> <li xml:lang="ia">Dimensiones e velocitate de animation configurabile</li> <li xml:lang="id">Kecepatan animasi dan dimensi yang dapat dikonfigurasi</li> @@ -402,9 +402,9 @@ <binary>yakuake</binary> </provides> <releases> + <release version="23.04.1" date="2023-05-11"/> <release version="23.04.0" date="2023-04-20"/> <release version="22.12.3" date="2023-03-02"/> <release version="22.12.2" date="2023-02-02"/> - <release version="22.12.1" date="2023-01-05"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ar/yakuake.po new/yakuake-23.04.1/po/ar/yakuake.po --- old/yakuake-23.04.0/po/ar/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ar/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-01-21 21:28+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: ar\n" @@ -1478,7 +1478,7 @@ msgid "Cannot Load Skin" msgstr "" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/az/yakuake.po new/yakuake-23.04.1/po/az/yakuake.po --- old/yakuake-23.04.0/po/az/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/az/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2023-02-17 01:07+0400\n" "Last-Translator: Kheyyam <[email protected]>\n" "Language-Team: Azerbaijani <[email protected]>\n" @@ -1550,7 +1550,7 @@ msgid "Cannot Load Skin" msgstr "Ãrtüyü yüklÉmÉk mümkün olmadı" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/be/yakuake.po new/yakuake-23.04.1/po/be/yakuake.po --- old/yakuake-23.04.0/po/be/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/be/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2008-02-02 18:16+0200\n" "Last-Translator: Darafei Praliaskouski <[email protected]>\n" "Language-Team: Belarusian <[email protected]>\n" @@ -1510,7 +1510,7 @@ msgid "Cannot Load Skin" msgstr "" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/bg/yakuake.po new/yakuake-23.04.1/po/bg/yakuake.po --- old/yakuake-23.04.0/po/bg/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/bg/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-07-23 17:08+0200\n" "Last-Translator: Mincho Kondarev <[email protected]>\n" "Language-Team: Bulgarian <[email protected]>\n" @@ -1468,7 +1468,7 @@ msgid "Cannot Load Skin" msgstr "" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/bs/yakuake.po new/yakuake-23.04.1/po/bs/yakuake.po --- old/yakuake-23.04.0/po/bs/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/bs/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake.po\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2014-10-20 20:23+0000\n" "Last-Translator: Samir RibiÄ <Unknown>\n" "Language-Team: bs <[email protected]>\n" @@ -1554,7 +1554,7 @@ msgid "Cannot Load Skin" msgstr "Ne možete uÄitati masku" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ca/yakuake.po new/yakuake-23.04.1/po/ca/yakuake.po --- old/yakuake-23.04.0/po/ca/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ca/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-11-20 10:10+0100\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -1562,7 +1562,7 @@ msgid "Cannot Load Skin" msgstr "No s'ha pogut carregar cap aparença" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ca@valencia/yakuake.po new/yakuake-23.04.1/po/ca@valencia/yakuake.po --- old/yakuake-23.04.0/po/ca@valencia/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ca@valencia/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-11-20 10:10+0100\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -1560,7 +1560,7 @@ msgid "Cannot Load Skin" msgstr "No s'ha pogut carregar cap aparença" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/cs/yakuake.po new/yakuake-23.04.1/po/cs/yakuake.po --- old/yakuake-23.04.0/po/cs/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/cs/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2023-02-16 09:02+0100\n" "Last-Translator: Vit Pelcak <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" @@ -1517,7 +1517,7 @@ msgid "Cannot Load Skin" msgstr "Nelze naÄÃst vzhled" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/da/yakuake.po new/yakuake-23.04.1/po/da/yakuake.po --- old/yakuake-23.04.0/po/da/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/da/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-02-08 20:30+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" @@ -1548,7 +1548,7 @@ msgid "Cannot Load Skin" msgstr "Kan ikke indlæse tema" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/de/yakuake.po new/yakuake-23.04.1/po/de/yakuake.po --- old/yakuake-23.04.0/po/de/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/de/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2023-03-12 17:20+0100\n" "Last-Translator: Frederik Schwarzer <[email protected]>\n" "Language-Team: German <[email protected]>\n" @@ -15,7 +15,7 @@ "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" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 22.07.70\n" #: app/config/appearancesettings.cpp:153 @@ -1556,7 +1556,7 @@ msgid "Cannot Load Skin" msgstr "Design kann nicht geladen werden" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/el/yakuake.po new/yakuake-23.04.1/po/el/yakuake.po --- old/yakuake-23.04.0/po/el/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/el/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2021-07-09 11:09+0300\n" "Last-Translator: Stelios <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" @@ -1579,7 +1579,7 @@ msgid "Cannot Load Skin" msgstr "ÎÎ´Ï Î½Î±Î¼Î¯Î± ÏÏÏÏÏÏÎ·Ï Î¸ÎμαÏοÏ" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/en_GB/yakuake.po new/yakuake-23.04.1/po/en_GB/yakuake.po --- old/yakuake-23.04.0/po/en_GB/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/en_GB/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -4,21 +4,21 @@ # # Malcolm Hunter <[email protected]>, 2008. # Andrew Coles <[email protected]>, 2009, 2010, 2011. -# Steve Allewell <[email protected]>, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022. +# Steve Allewell <[email protected]>, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" -"PO-Revision-Date: 2022-12-31 15:21+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" +"PO-Revision-Date: 2023-05-02 19:59+0100\n" "Last-Translator: Steve Allewell <[email protected]>\n" -"Language-Team: British English <[email protected]>\n" +"Language-Team: British English\n" "Language: en_GB\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.12.3\n" +"X-Generator: Lokalize 23.03.70\n" #: app/config/appearancesettings.cpp:153 #, kde-kuit-format @@ -855,7 +855,7 @@ #, kde-format msgctxt "@label" msgid "Highlight newly focused terminals" -msgstr "Highlight newly focussed terminals" +msgstr "Highlight newly focused terminals" #. i18n: ectx: whatsthis, entry (TerminalHighlightOnManualActivation), group (Appearance) #: app/config/yakuake.kcfg:127 @@ -867,9 +867,9 @@ "as over the currently focused terminal when switching to a session with " "multiple terminals." msgstr "" -"Whether to briefly display a coloured overlay above the newly focussed " +"Whether to briefly display a coloured overlay above the newly focused " "terminal when moving focus between multiple terminals in a session, as well " -"as over the currently focussed terminal when switching to a session with " +"as over the currently focused terminal when switching to a session with " "multiple terminals." #. i18n: ectx: label, entry (HideSkinBorders), group (Appearance) @@ -1544,7 +1544,7 @@ msgid "Cannot Load Skin" msgstr "Cannot Load Skin" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/eo/yakuake.po new/yakuake-23.04.1/po/eo/yakuake.po --- old/yakuake-23.04.0/po/eo/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/eo/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2009-11-15 12:06+0100\n" "Last-Translator: Axel Rousseau <[email protected]>\n" "Language-Team: esperanto <[email protected]>\n" @@ -1466,7 +1466,7 @@ msgid "Cannot Load Skin" msgstr "" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/es/yakuake.po new/yakuake-23.04.1/po/es/yakuake.po --- old/yakuake-23.04.0/po/es/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/es/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-11-21 00:23+0100\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" @@ -1577,7 +1577,7 @@ msgid "Cannot Load Skin" msgstr "No se puede cargar la piel" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/et/yakuake.po new/yakuake-23.04.1/po/et/yakuake.po --- old/yakuake-23.04.0/po/et/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/et/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2020-10-11 01:46+0200\n" "Last-Translator: Mihkel Tõnnov <[email protected]>\n" "Language-Team: Estonian <>\n" @@ -1532,7 +1532,7 @@ msgid "Cannot Load Skin" msgstr "Naha laadiamine nurjus" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/eu/yakuake.po new/yakuake-23.04.1/po/eu/yakuake.po --- old/yakuake-23.04.0/po/eu/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/eu/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-11-20 19:21+0100\n" "Last-Translator: Iñigo Salvador Azurmendi <[email protected]>\n" "Language-Team: Basque <[email protected]>\n" @@ -1549,7 +1549,7 @@ msgid "Cannot Load Skin" msgstr "Ezin da zamatu azala" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/fi/yakuake.po new/yakuake-23.04.1/po/fi/yakuake.po --- old/yakuake-23.04.0/po/fi/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/fi/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright © 2011, 2012 This_file_is_part_of_KDE # This file is distributed under the same license as the yakuake package. -# Tommi Nieminen <[email protected]>, 2011, 2012, 2018, 2019, 2020, 2021, 2022. +# Tommi Nieminen <[email protected]>, 2011, 2012, 2018, 2019, 2020, 2021, 2022, 2023. # Lasse Liehu <[email protected]>, 2012, 2013, 2014, 2015, 2016. # Jiri Grönroos <[email protected]>, 2012. # @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" -"PO-Revision-Date: 2022-02-05 17:53+0200\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" +"PO-Revision-Date: 2023-04-04 23:10+0300\n" "Last-Translator: Tommi Nieminen <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" "Language: fi\n" @@ -21,7 +21,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-POT-Import-Date: 2012-12-01 22:21:52+0000\n" -"X-Generator: Lokalize 20.04.2\n" +"X-Generator: Lokalize 22.12.3\n" #: app/config/appearancesettings.cpp:153 #, kde-kuit-format @@ -1502,7 +1502,7 @@ #: app/mainwindow.cpp:740 app/mainwindow.cpp:762 #, kde-format msgid "%1%" -msgstr "" +msgstr "%1 %" #: app/mainwindow.cpp:827 #, kde-kuit-format @@ -1538,7 +1538,7 @@ msgid "Cannot Load Skin" msgstr "Teemaa ei voi ladata" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/fr/yakuake.po new/yakuake-23.04.1/po/fr/yakuake.po --- old/yakuake-23.04.0/po/fr/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/fr/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2023-01-08 12:40+0100\n" "Last-Translator: Xavier BESNARD <xavier.besnard]neuf.fr>\n" "Language-Team: fr\n" @@ -1580,7 +1580,7 @@ msgid "Cannot Load Skin" msgstr "Impossible de charger le thème" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ga/yakuake.po new/yakuake-23.04.1/po/ga/yakuake.po --- old/yakuake-23.04.0/po/ga/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ga/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: extragear-utils/yakuake.po\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2008-01-09 12:59-0500\n" "Last-Translator: Kevin Scannell <[email protected]>\n" "Language-Team: Irish <[email protected]>\n" @@ -1566,7 +1566,7 @@ msgid "Cannot Load Skin" msgstr "Nà Féidir an Craiceann a Luchtú" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/gl/yakuake.po new/yakuake-23.04.1/po/gl/yakuake.po --- old/yakuake-23.04.0/po/gl/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/gl/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -4,14 +4,14 @@ # mvillarino <[email protected]>, 2008, 2009. # Xabier Villar <[email protected]>, 2011, 2012, 2013. # Adrián Chaves Fernández <[email protected]>, 2015, 2016, 2017. -# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019, 2020. +# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019, 2020, 2023. # msgid "" msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" -"PO-Revision-Date: 2020-01-12 12:52+0100\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" +"PO-Revision-Date: 2023-04-30 11:06+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" "Language: gl\n" @@ -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 19.08.3\n" +"X-Generator: Lokalize 23.04.0\n" #: app/config/appearancesettings.cpp:153 #, kde-kuit-format @@ -155,7 +155,7 @@ #: app/config/appearancesettings.ui:45 #, kde-format msgid "Hide borders" -msgstr "" +msgstr "Agochar os bordos" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_2) #: app/config/appearancesettings.ui:55 @@ -206,10 +206,9 @@ "This allows influencing the opacity and color tint of translucent areas of " "the skin." msgstr "" -"Se utiliza transparencias, a cor de fondo preencherase empregando a " -"opacidade dada antes de que os elementos do tema se pinten sobre o fondo. " -"Isto permite influÃr na opacidade e no ton da cor das áreas transparentes do " -"tema." +"Se utiliza transparencias, a cor de fondo encherase empregando a opacidade " +"dada antes de que os elementos do tema se pinten sobre o fondo. Isto permite " +"influÃr na opacidade e no ton da cor das áreas transparentes do tema." #. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_Width) #. i18n: ectx: property (suffix), widget (QSpinBox, kcfg_Height) @@ -323,7 +322,7 @@ #: app/config/behaviorsettings.ui:108 #, kde-format msgid "Show system tray icon" -msgstr "" +msgstr "Mostrar a icona na zona de notificacións" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_KeepOpen) #: app/config/behaviorsettings.ui:118 @@ -369,23 +368,19 @@ #, kde-kuit-format msgctxt "@title:window" msgid "Hiding Title Bar" -msgstr "" +msgstr "Agochar a barra de tÃtulo" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_0) #: app/config/windowsettings.ui:32 -#, fuzzy, kde-format -#| msgctxt "@title:group" -#| msgid "Tab Bar" +#, kde-format msgid "Title Bar" -msgstr "Barra de separadores" +msgstr "Barra de tÃtulo" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowTitleBar) #: app/config/windowsettings.ui:38 -#, fuzzy, kde-format -#| msgctxt "@label" -#| msgid "Show tab bar" +#, kde-format msgid "Show title bar" -msgstr "Mostrar a barra de separadores" +msgstr "Mostrar a barra do tÃtulo" #. i18n: ectx: property (title), widget (QGroupBox, groupBox_1) #: app/config/windowsettings.ui:54 @@ -682,21 +677,17 @@ #. i18n: ectx: label, entry (ShowTitleBar), group (Window) #: app/config/yakuake.kcfg:60 -#, fuzzy, kde-format -#| msgctxt "@label" -#| msgid "Show tab bar" +#, kde-format msgctxt "@label" msgid "Show title bar" -msgstr "Mostrar a barra de separadores" +msgstr "Mostrar a barra do tÃtulo" #. i18n: ectx: whatsthis, entry (ShowTitleBar), group (Window) #: app/config/yakuake.kcfg:61 -#, fuzzy, kde-format -#| msgctxt "@info:whatsthis" -#| msgid "Whether to show the tab bar in the application window." +#, kde-format msgctxt "@info:whatsthis" msgid "Whether to show the title bar in the application window." -msgstr "Indica se mostrar a barra de separadores na xanela da aplicación." +msgstr "Indica se mostrar a barra do tÃtulo na xanela da aplicación." #. i18n: ectx: label, entry (ShowTabBar), group (Window) #: app/config/yakuake.kcfg:65 @@ -732,16 +723,14 @@ #, kde-format msgctxt "@label" msgid "Show a system tray icon" -msgstr "" +msgstr "Mostrar a icona na zona de notificacións." #. i18n: ectx: whatsthis, entry (ShowSystrayIcon), group (Window) #: app/config/yakuake.kcfg:76 -#, fuzzy, kde-format -#| msgctxt "@info:whatsthis" -#| msgid "Whether to show the tab bar in the application window." +#, kde-format msgctxt "@info:whatsthis" msgid "Whether to show a system tray icon." -msgstr "Indica se mostrar a barra de separadores na xanela da aplicación." +msgstr "Se mostrar unha icona na zona de notificacións." #. i18n: ectx: label, entry (FocusFollowsMouse), group (Behavior) #: app/config/yakuake.kcfg:82 @@ -890,7 +879,7 @@ #, kde-format msgctxt "@label" msgid "Hide the borders defined by the skin" -msgstr "" +msgstr "Agochar os bordos que define a aparencia" #. i18n: ectx: whatsthis, entry (HideSkinBorders), group (Appearance) #: app/config/yakuake.kcfg:132 @@ -901,6 +890,9 @@ "option, when turned on, will overwrite the border settings defined by the " "skin and hide all borders." msgstr "" +"As aparencias poden definir bordos arredor do terminal, incluÃda a barra de " +"separadores. Esta opción, ao activala, ignorará a configuración de bordos da " +"aparencia e agochará todos os bordos." #. i18n: ectx: label, entry (TerminalHighlightOpacity), group (Appearance) #: app/config/yakuake.kcfg:136 @@ -1451,7 +1443,7 @@ #, kde-kuit-format msgctxt "@action" msgid "Toggle Titlebar" -msgstr "" +msgstr "Conmutar a barra do tÃtulo" #: app/mainwindow.cpp:452 #, kde-kuit-format @@ -1522,7 +1514,7 @@ #: app/mainwindow.cpp:740 app/mainwindow.cpp:762 #, kde-format msgid "%1%" -msgstr "" +msgstr "%1%" #: app/mainwindow.cpp:827 #, kde-kuit-format @@ -1558,11 +1550,11 @@ msgid "Cannot Load Skin" msgstr "Non se pode cargar a Aparencia" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" -msgstr "" +msgstr "Prema <shortcut>%1</shortcut> para abrir" # skip-rule: PT-2010-dual_command #: app/sessionstack.cpp:257 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/hi/yakuake.po new/yakuake-23.04.1/po/hi/yakuake.po --- old/yakuake-23.04.0/po/hi/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/hi/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2021-08-21 16:25+0530\n" "Last-Translator: Raghavendra Kamath <[email protected]>\n" "Language-Team: kde-hindi\n" @@ -1533,7 +1533,7 @@ msgid "Cannot Load Skin" msgstr "सà¥à¤à¤¿à¤¨ लà¥à¤¡ नहà¥à¤ à¤à¤° सà¤à¤¾" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/hne/yakuake.po new/yakuake-23.04.1/po/hne/yakuake.po --- old/yakuake-23.04.0/po/hne/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/hne/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2009-02-21 12:26+0530\n" "Last-Translator: Ravishankar Shrivastava <[email protected]>\n" "Language-Team: Hindi <[email protected]>\n" @@ -1508,7 +1508,7 @@ msgid "Cannot Load Skin" msgstr "सà¥à¤à¤¿à¤¨ लà¥à¤¡ नठà¤à¤° सà¤à¤¿à¤¸" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/hr/yakuake.po new/yakuake-23.04.1/po/hr/yakuake.po --- old/yakuake-23.04.0/po/hr/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/hr/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2011-05-27 14:02+0200\n" "Last-Translator: Marko DimjaÅ¡eviÄ <[email protected]>\n" "Language-Team: Croatian <[email protected]>\n" @@ -1523,7 +1523,7 @@ msgid "Cannot Load Skin" msgstr "Temu nije moguÄe uÄitati" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/hsb/yakuake.po new/yakuake-23.04.1/po/hsb/yakuake.po --- old/yakuake-23.04.0/po/hsb/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/hsb/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2021-11-27 12:46+0100\n" "Last-Translator: Edward Wornar <[email protected]>\n" "Language-Team: Upper Sorbian <[email protected]>\n" @@ -1465,7 +1465,7 @@ msgid "Cannot Load Skin" msgstr "" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/hu/yakuake.po new/yakuake-23.04.1/po/hu/yakuake.po --- old/yakuake-23.04.0/po/hu/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/hu/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2021-01-03 13:11+0100\n" "Last-Translator: Kristóf Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" @@ -1535,7 +1535,7 @@ msgid "Cannot Load Skin" msgstr "Nem sikerült betölteni a témát" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ia/yakuake.po new/yakuake-23.04.1/po/ia/yakuake.po --- old/yakuake-23.04.0/po/ia/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ia/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-12-21 12:33+0100\n" "Last-Translator: giovanni <[email protected]>\n" "Language-Team: Interlingua <[email protected]>\n" @@ -1555,7 +1555,7 @@ msgid "Cannot Load Skin" msgstr "Non pote cargar skin (apparentia)" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/id/yakuake.po new/yakuake-23.04.1/po/id/yakuake.po --- old/yakuake-23.04.0/po/id/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/id/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: KDE Frameworks 5 Applications\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-10-27 14:00+0700\n" "Last-Translator: Wantoyèk <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" @@ -1571,7 +1571,7 @@ msgid "Cannot Load Skin" msgstr "" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/is/yakuake.po new/yakuake-23.04.1/po/is/yakuake.po --- old/yakuake-23.04.0/po/is/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/is/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2016-04-08 22:57+0000\n" "Last-Translator: Sveinn à Felli <[email protected]>\n" "Language-Team: Icelandic <[email protected]>\n" @@ -1480,7 +1480,7 @@ msgid "Cannot Load Skin" msgstr "" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/it/yakuake.po new/yakuake-23.04.1/po/it/yakuake.po --- old/yakuake-23.04.0/po/it/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/it/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-11-20 20:12+0100\n" "Last-Translator: Vincenzo Reale <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" @@ -1567,7 +1567,7 @@ msgid "Cannot Load Skin" msgstr "Impossibile caricare il tema" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ja/yakuake.po new/yakuake-23.04.1/po/ja/yakuake.po --- old/yakuake-23.04.0/po/ja/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ja/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2010-10-03 21:17-0700\n" "Last-Translator: Fumiaki Okushi <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" @@ -1566,7 +1566,7 @@ msgid "Cannot Load Skin" msgstr "ã¹ãã³ããã¼ãã§ãã¾ãã" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ka/yakuake.po new/yakuake-23.04.1/po/ka/yakuake.po --- old/yakuake-23.04.0/po/ka/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ka/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2023-01-09 11:38+0100\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" @@ -1472,7 +1472,7 @@ msgid "Cannot Load Skin" msgstr "ááá ááááááá¡ á©áá¢ááá áááá¡ á¨ááªáááá" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/km/yakuake.po new/yakuake-23.04.1/po/km/yakuake.po --- old/yakuake-23.04.0/po/km/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/km/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2012-07-11 11:30+0700\n" "Last-Translator: sutha <[email protected]>\n" "Language-Team: Khmer <support@khmeros>\n" @@ -1541,7 +1541,7 @@ msgid "Cannot Load Skin" msgstr "áá·áâá¢á¶á âáááá»áâáááááâáá¶áâáá" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ko/yakuake.po new/yakuake-23.04.1/po/ko/yakuake.po --- old/yakuake-23.04.0/po/ko/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ko/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-05-07 00:54+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" @@ -1509,7 +1509,7 @@ msgid "Cannot Load Skin" msgstr "ì¤í¨ì ë¶ë¬ì¬ ì ìì" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/lt/yakuake.po new/yakuake-23.04.1/po/lt/yakuake.po --- old/yakuake-23.04.0/po/lt/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/lt/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2015-01-27 23:15+0200\n" "Last-Translator: Liudas AliÅ¡auskas <[email protected]>\n" "Language-Team: Lithuanian <[email protected]>\n" @@ -1519,7 +1519,7 @@ msgid "Cannot Load Skin" msgstr "Nepavyksta įkelti apipavidalinimo" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/mai/yakuake.po new/yakuake-23.04.1/po/mai/yakuake.po --- old/yakuake-23.04.0/po/mai/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/mai/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2010-09-24 20:15+0530\n" "Last-Translator: Rajesh Ranjan <[email protected]>\n" "Language-Team: Maithili <[email protected]>\n" @@ -1493,7 +1493,7 @@ msgid "Cannot Load Skin" msgstr "" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ml/yakuake.po new/yakuake-23.04.1/po/ml/yakuake.po --- old/yakuake-23.04.0/po/ml/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ml/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2019-12-03 10:44+0000\n" "Last-Translator: Razee Marikar <[email protected]>\n" "Language-Team: Swathanthra|à´¸àµà´µà´¤à´¨àµà´¤àµà´° Malayalam|മലയാളഠComputing|à´à´®àµà´ªàµà´¯àµà´àµà´à´¿à´àµà´àµ <smc." @@ -1466,7 +1466,7 @@ msgid "Cannot Load Skin" msgstr "" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/mr/yakuake.po new/yakuake-23.04.1/po/mr/yakuake.po --- old/yakuake-23.04.0/po/mr/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/mr/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2013-03-28 14:37+0530\n" "Last-Translator: Chetan Khona <[email protected]>\n" "Language-Team: Marathi <[email protected]>\n" @@ -1471,7 +1471,7 @@ msgid "Cannot Load Skin" msgstr "" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/nb/yakuake.po new/yakuake-23.04.1/po/nb/yakuake.po --- old/yakuake-23.04.0/po/nb/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/nb/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: KDE 4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2012-12-09 14:32+0100\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian BokmÃ¥l <[email protected]>\n" @@ -1526,7 +1526,7 @@ msgid "Cannot Load Skin" msgstr "Klarte ikke Ã¥ laste inn tema." -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/nds/yakuake.po new/yakuake-23.04.1/po/nds/yakuake.po --- old/yakuake-23.04.0/po/nds/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/nds/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2014-04-22 23:55+0200\n" "Last-Translator: Sönke Dibbern <[email protected]>\n" "Language-Team: Low Saxon <[email protected]>\n" @@ -1583,7 +1583,7 @@ msgid "Cannot Load Skin" msgstr "Kledaasch lett sik nich laden" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/nl/yakuake.po new/yakuake-23.04.1/po/nl/yakuake.po --- old/yakuake-23.04.0/po/nl/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/nl/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-11-20 18:05+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: \n" @@ -1562,7 +1562,7 @@ msgid "Cannot Load Skin" msgstr "Kon geen skin laden" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/nn/yakuake.po new/yakuake-23.04.1/po/nn/yakuake.po --- old/yakuake-23.04.0/po/nn/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/nn/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2023-01-15 12:23+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -1535,7 +1535,7 @@ msgid "Cannot Load Skin" msgstr "Klarte ikkje lasta tema" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/pa/yakuake.po new/yakuake-23.04.1/po/pa/yakuake.po --- old/yakuake-23.04.0/po/pa/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/pa/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-06-11 09:25-0700\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi <[email protected]>\n" @@ -1500,7 +1500,7 @@ msgid "Cannot Load Skin" msgstr "ਸà¨à¨¿à¨¨ ਲà©à¨¡ ਨਹà©à¨ à¨à©à¨¤à© à¨à¨¾ ਸà¨à¨¦à©" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/pl/yakuake.po new/yakuake-23.04.1/po/pl/yakuake.po --- old/yakuake-23.04.0/po/pl/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/pl/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: yakuake2\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-12-11 07:55+0100\n" "Last-Translator: Åukasz WojniÅowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" @@ -1557,7 +1557,7 @@ msgid "Cannot Load Skin" msgstr "Nie można wczytaÄ motywu" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/pt/yakuake.po new/yakuake-23.04.1/po/pt/yakuake.po --- old/yakuake-23.04.0/po/pt/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/pt/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2021-01-03 12:22+0000\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: pt <[email protected]>\n" @@ -1545,7 +1545,7 @@ msgid "Cannot Load Skin" msgstr "Não é PossÃvel Carregar o Visual" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/pt_BR/yakuake.po new/yakuake-23.04.1/po/pt_BR/yakuake.po --- old/yakuake-23.04.0/po/pt_BR/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/pt_BR/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-12-15 11:03-0300\n" "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" @@ -1553,7 +1553,7 @@ msgid "Cannot Load Skin" msgstr "Não é possÃvel carregar a aparência" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ro/yakuake.po new/yakuake-23.04.1/po/ro/yakuake.po --- old/yakuake-23.04.0/po/ro/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ro/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-02-06 20:35+0000\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian\n" @@ -1527,7 +1527,7 @@ msgid "Cannot Load Skin" msgstr "Nu se poate încÄrca faÈeta" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ru/yakuake.po new/yakuake-23.04.1/po/ru/yakuake.po --- old/yakuake-23.04.0/po/ru/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ru/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -5,20 +5,20 @@ # Artem Sereda <[email protected]>, 2009. # Alexander Potashev <[email protected]>, 2010, 2011, 2012, 2014, 2019. # Alexander Yavorsky <[email protected]>, 2019, 2020, 2021. -# Olesya Gerasimenko <[email protected]>, 2022. +# Olesya Gerasimenko <[email protected]>, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: yakuake-2.9.2\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" -"PO-Revision-Date: 2022-10-12 17:13+0300\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" +"PO-Revision-Date: 2023-04-21 17:02+0300\n" "Last-Translator: Olesya Gerasimenko <[email protected]>\n" "Language-Team: Basealt Translation Team\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 22.04.3\n" +"X-Generator: Lokalize 22.12.3\n" "X-Poedit-Language: Russian\n" "X-Poedit-Country: RUSSIAN FEDERATION\n" "X-Poedit-SourceCharset: utf-8\n" @@ -1528,7 +1528,7 @@ #: app/mainwindow.cpp:740 app/mainwindow.cpp:762 #, kde-format msgid "%1%" -msgstr "" +msgstr "%1%" #: app/mainwindow.cpp:827 #, kde-kuit-format @@ -1564,7 +1564,7 @@ msgid "Cannot Load Skin" msgstr "Ðе ÑдалоÑÑ Ð·Ð°Ð³ÑÑзиÑÑ Ð¾ÑоÑмление" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/sk/yakuake.po new/yakuake-23.04.1/po/sk/yakuake.po --- old/yakuake-23.04.0/po/sk/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/sk/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2023-04-02 14:33+0200\n" "Last-Translator: Matej Mrenica <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -1535,7 +1535,7 @@ msgid "Cannot Load Skin" msgstr "Nie je možné naÄÃtaÅ¥ tému" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/sl/yakuake.po new/yakuake-23.04.1/po/sl/yakuake.po --- old/yakuake-23.04.0/po/sl/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/sl/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2023-02-12 18:37+0100\n" "Last-Translator: Matjaž Jeran <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" @@ -1549,7 +1549,7 @@ msgid "Cannot Load Skin" msgstr "Nalaganje preobleke ni mogoÄe" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/sv/yakuake.po new/yakuake-23.04.1/po/sv/yakuake.po --- old/yakuake-23.04.0/po/sv/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/sv/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2021-01-03 09:47+0100\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" @@ -1544,7 +1544,7 @@ msgid "Cannot Load Skin" msgstr "Kan inte ladda skal" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ta/yakuake.po new/yakuake-23.04.1/po/ta/yakuake.po --- old/yakuake-23.04.0/po/ta/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ta/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-11-22 21:41+0530\n" "Last-Translator: Kishore G <[email protected]>\n" "Language-Team: Tamil <[email protected]>\n" @@ -1471,7 +1471,7 @@ msgid "Cannot Load Skin" msgstr "தà¯à®±à¯à®±à®¤à¯à®¤à®¿à®à¯à®à®¤à¯à®¤à¯ à®à®±à¯à®± à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/th/yakuake.po new/yakuake-23.04.1/po/th/yakuake.po --- old/yakuake-23.04.0/po/th/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/th/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2010-02-25 23:25+0700\n" "Last-Translator: Thanomsub Noppaburana <[email protected]>\n" "Language-Team: Thai <[email protected]>\n" @@ -1530,7 +1530,7 @@ msgid "Cannot Load Skin" msgstr "à¹à¸¡à¹à¸ªà¸²à¸¡à¸²à¸£à¸à¹à¸«à¸¥à¸à¸à¸¸à¸à¸à¸à¹à¸à¹à¸à¹à¸à¹" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/tr/yakuake.po new/yakuake-23.04.1/po/tr/yakuake.po --- old/yakuake-23.04.0/po/tr/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/tr/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: extragear-utils-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2023-02-20 17:30+0300\n" "Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" @@ -1558,7 +1558,7 @@ msgid "Cannot Load Skin" msgstr "Tema Yüklenemiyor" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/ug/yakuake.po new/yakuake-23.04.1/po/ug/yakuake.po --- old/yakuake-23.04.0/po/ug/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/ug/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2013-09-08 07:04+0900\n" "Last-Translator: Gheyret Kenji <[email protected]>\n" "Language-Team: Uyghur Computer Science Association <[email protected]>\n" @@ -1490,7 +1490,7 @@ msgid "Cannot Load Skin" msgstr "" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/uk/yakuake.po new/yakuake-23.04.1/po/uk/yakuake.po --- old/yakuake-23.04.0/po/uk/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/uk/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2022-11-20 08:42+0200\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" @@ -1564,7 +1564,7 @@ msgid "Cannot Load Skin" msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½ÑажиÑи оболонкÑ" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/wa/yakuake.po new/yakuake-23.04.1/po/wa/yakuake.po --- old/yakuake-23.04.0/po/wa/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/wa/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2009-03-12 19:05+0100\n" "Last-Translator: Jean Cayron <[email protected]>\n" "Language-Team: Walloon <[email protected]>\n" @@ -1570,7 +1570,7 @@ msgid "Cannot Load Skin" msgstr "Dji n' sai tcherdjî l' pea" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/zh_CN/yakuake.po new/yakuake-23.04.1/po/zh_CN/yakuake.po --- old/yakuake-23.04.0/po/zh_CN/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/zh_CN/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" -"PO-Revision-Date: 2023-04-10 14:13\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" +"PO-Revision-Date: 2023-04-29 08:36\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -1487,7 +1487,7 @@ msgid "Cannot Load Skin" msgstr "æ æ³å è½½ç®è¤" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-23.04.0/po/zh_TW/yakuake.po new/yakuake-23.04.1/po/zh_TW/yakuake.po --- old/yakuake-23.04.0/po/zh_TW/yakuake.po 2023-04-12 17:59:37.000000000 +0200 +++ new/yakuake-23.04.1/po/zh_TW/yakuake.po 2023-05-06 10:09:40.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: yakuake\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2023-02-17 01:02+0000\n" +"POT-Creation-Date: 2023-04-30 04:17+0000\n" "PO-Revision-Date: 2020-03-13 22:03+0800\n" "Last-Translator: pan93412 <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" @@ -1490,7 +1490,7 @@ msgid "Cannot Load Skin" msgstr "ç¡æ³è¼å ¥å¤è§" -#: app/mainwindow.cpp:1659 +#: app/mainwindow.cpp:1661 #, kde-kuit-format msgctxt "@info" msgid "Press <shortcut>%1</shortcut> to open"
