Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package latte-dock for openSUSE:Factory checked in at 2021-08-29 21:33:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/latte-dock (Old) and /work/SRC/openSUSE:Factory/.latte-dock.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "latte-dock" Sun Aug 29 21:33:53 2021 rev:27 rq:914828 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/latte-dock/latte-dock.changes 2021-08-11 11:47:28.305728126 +0200 +++ /work/SRC/openSUSE:Factory/.latte-dock.new.1899/latte-dock.changes 2021-08-29 21:33:56.774675971 +0200 @@ -1,0 +2,10 @@ +Wed Aug 25 20:13:37 UTC 2021 - Wolfgang Bauer <wba...@tmo.at> + +- Update to 0.10.1 + * fix autostart crash: do not show settings dialog too early + (kde#440731) + * fix build for Fedora (kde#440759) + * specify product name in KAboutData to receive bug reports + correctly at kde bug tracker + +------------------------------------------------------------------- Old: ---- latte-dock-0.10.0.tar.xz New: ---- latte-dock-0.10.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ latte-dock.spec ++++++ --- /var/tmp/diff_new_pack.HKqjox/_old 2021-08-29 21:33:58.230677988 +0200 +++ /var/tmp/diff_new_pack.HKqjox/_new 2021-08-29 21:33:58.234677994 +0200 @@ -21,7 +21,7 @@ %define kf5_version 5.48.0 Name: latte-dock -Version: 0.10.0 +Version: 0.10.1 Release: 0 Summary: Task manager License: GPL-2.0-or-later ++++++ latte-dock-0.10.0.tar.xz -> latte-dock-0.10.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/CHANGELOG.md new/latte-dock-0.10.1/CHANGELOG.md --- old/latte-dock-0.10.0/CHANGELOG.md 2021-08-06 08:10:20.000000000 +0200 +++ new/latte-dock-0.10.1/CHANGELOG.md 2021-08-25 10:49:16.000000000 +0200 @@ -1,5 +1,10 @@ #**CHANGELOG**# +#### Version 0.10.1 +* fix autostart crash: do not show settings dialog too early +* fix build for Fedora +* specify product name in KAboutData to receive bug reports correctly at kde bug tracker + #### Version 0.10.0 * 2200 commits after version 0.9 * plenty of bug fixes and improvements diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/CMakeLists.txt new/latte-dock-0.10.1/CMakeLists.txt --- old/latte-dock-0.10.0/CMakeLists.txt 2021-08-06 08:10:20.000000000 +0200 +++ new/latte-dock-0.10.1/CMakeLists.txt 2021-08-25 10:49:16.000000000 +0200 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0 FATAL_ERROR) set(CMAKE_CXX_STANDARD 14) -set(VERSION 0.10.0) +set(VERSION 0.10.1) set(AUTHOR "Michail Vourlakos, Smith Ar") set(EMAIL "mvourla...@gmail.com, audo...@openmailbox.org") set(WEBSITE "https://userbase.kde.org/LatteDock") @@ -77,8 +77,15 @@ include(Definitions.cmake) +#hide warnings string(REPLACE "-Wall" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) -string(REPLACE "-Wformat-security" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) +string(REPLACE "-Wdeprecated-declarations" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) +string(REPLACE "-Wreorder" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) +string(REPLACE "-Wunused-variable" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) +string(REPLACE "-Wunused-parameter" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) + +#add format security check +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wformat -Werror=format-security") message(STATUS "COMPILER FLAGS : ${CMAKE_CXX_FLAGS}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/INSTALLATION.md new/latte-dock-0.10.1/INSTALLATION.md --- old/latte-dock-0.10.0/INSTALLATION.md 2021-08-06 08:10:20.000000000 +0200 +++ new/latte-dock-0.10.1/INSTALLATION.md 2021-08-25 10:49:16.000000000 +0200 @@ -30,7 +30,7 @@ ### Fedora/RHEL ``` -sudo dnf install cmake extra-cmake-modules qt5-qtdeclarative-devel qt5-qtx11extras-devel kf5-kiconthemes-devel kf5-plasma-devel kf5-kwindowsystem-devel kf5-kdeclarative-devel kf5-kxmlgui-devel kf5-kactivities-devel gcc-c++ gcc xcb-util-devel kf5-kwayland-devel git gettext kf5-karchive-devel kf5-knotifications-devel libSM-devel kf5-kcrash-devel kf5-knewstuff-devel kf5-kdbusaddons-devel kf5-kxmlgui-devel kf5-kglobalaccel-devel kf5-kio-devel +sudo dnf install cmake extra-cmake-modules qt5-qtdeclarative-devel qt5-qtx11extras-devel kf5-kiconthemes-devel kf5-plasma-devel kf5-kwindowsystem-devel kf5-kdeclarative-devel kf5-kxmlgui-devel kf5-kactivities-devel gcc-c++ gcc xcb-util-devel kf5-kwayland-devel git gettext kf5-karchive-devel kf5-knotifications-devel libSM-devel kf5-kcrash-devel kf5-knewstuff-devel kf5-kdbusaddons-devel kf5-kxmlgui-devel kf5-kglobalaccel-devel kf5-kio-devel kf5-kguiaddons-devel kf5-kirigami2-devel kf5-kirigami-devel ``` ### Building and Installing diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/app/lattecorona.cpp new/latte-dock-0.10.1/app/lattecorona.cpp --- old/latte-dock-0.10.0/app/lattecorona.cpp 2021-08-06 08:10:20.000000000 +0200 +++ new/latte-dock-0.10.1/app/lattecorona.cpp 2021-08-25 10:49:16.000000000 +0200 @@ -267,6 +267,8 @@ addOutput(screen); } + m_inStartup = false; + connect(qGuiApp, &QGuiApplication::screenAdded, this, &Corona::addOutput, Qt::UniqueConnection); connect(qGuiApp, &QGuiApplication::screenRemoved, this, &Corona::screenRemoved, Qt::UniqueConnection); } @@ -1117,6 +1119,10 @@ void Corona::showSettingsWindow(int page) { + if (m_inStartup) { + return; + } + Settings::Dialog::ConfigurationPage p = Settings::Dialog::LayoutPage; if (page >= Settings::Dialog::LayoutPage && page <= Settings::Dialog::PreferencesPage) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/app/lattecorona.h new/latte-dock-0.10.1/app/lattecorona.h --- old/latte-dock-0.10.0/app/lattecorona.h 2021-08-06 08:10:20.000000000 +0200 +++ new/latte-dock-0.10.1/app/lattecorona.h 2021-08-25 10:49:16.000000000 +0200 @@ -211,6 +211,7 @@ bool m_activitiesStarting{true}; bool m_defaultLayoutOnStartup{false}; //! this is used to enforce loading the default layout on startup + bool m_inStartup{true}; //! this is used in order to identify when application is still in startup phase bool m_inQuit{false}; //! this is used in order to identify when application is in quit phase bool m_quitTimedEnded{false}; //! this is used on destructor in order to delay it and slide-out the views diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/app/layouts/synchronizer.cpp new/latte-dock-0.10.1/app/layouts/synchronizer.cpp --- old/latte-dock-0.10.0/app/layouts/synchronizer.cpp 2021-08-06 08:10:20.000000000 +0200 +++ new/latte-dock-0.10.1/app/layouts/synchronizer.cpp 2021-08-25 10:49:16.000000000 +0200 @@ -300,9 +300,14 @@ QList<CentralLayout *> Synchronizer::currentLayouts() const { QList<CentralLayout *> layouts; + layouts.clear(); + + if (m_centralLayouts.isEmpty()) { + return layouts; + } if (m_manager->memoryUsage() == MemoryUsage::SingleLayout) { - layouts << m_centralLayouts.at(0); + layouts << m_centralLayouts[0]; } else { for (auto layout : m_centralLayouts) { if (layout->isOnAllActivities() || layout->appliedActivities().contains(m_manager->corona()->activitiesConsumer()->currentActivity())) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/app/main.cpp new/latte-dock-0.10.1/app/main.cpp --- old/latte-dock-0.10.0/app/main.cpp 2021-08-06 08:10:20.000000000 +0200 +++ new/latte-dock-0.10.1/app/main.cpp 2021-08-25 10:49:16.000000000 +0200 @@ -382,6 +382,7 @@ about.setHomepage(WEBSITE); about.setProgramLogo(QIcon::fromTheme(QStringLiteral("latte-dock"))); about.setDesktopFileName(QStringLiteral("latte-dock")); + about.setProductName(QByteArray("lattedock")); // Authors about.addAuthor(QStringLiteral("Michail Vourlakos"), QString(), QStringLiteral("mvourla...@gmail.com")); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/app/org.kde.latte-dock.appdata.xml.cmake new/latte-dock-0.10.1/app/org.kde.latte-dock.appdata.xml.cmake --- old/latte-dock-0.10.0/app/org.kde.latte-dock.appdata.xml.cmake 2021-08-06 08:10:20.000000000 +0200 +++ new/latte-dock-0.10.1/app/org.kde.latte-dock.appdata.xml.cmake 2021-08-25 10:49:16.000000000 +0200 @@ -114,6 +114,7 @@ <p xml:lang="az">"Q??hv??d?? ??nc??s??n??t"</p> <p xml:lang="ca">??Art al caf????</p> <p xml:lang="ca-valencia">??Art al caf????</p> + <p xml:lang="cs">"Um??n?? v K??v??"</p> <p xml:lang="da">"Kunst i kaffe"</p> <p xml:lang="de">???Art In Coffee???</p> <p xml:lang="el">"?????????? ???????? ????????"</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/containment/package/metadata.desktop new/latte-dock-0.10.1/containment/package/metadata.desktop --- old/latte-dock-0.10.0/containment/package/metadata.desktop 2021-08-06 08:10:20.000000000 +0200 +++ new/latte-dock-0.10.1/containment/package/metadata.desktop 2021-08-25 10:49:16.000000000 +0200 @@ -59,7 +59,7 @@ X-KDE-PluginInfo-Author=Michail Vourlakos, Smith Ar X-KDE-PluginInfo-Email=mvourla...@gmail.com, audo...@openmailbox.org X-KDE-PluginInfo-Name=org.kde.latte.containment -X-KDE-PluginInfo-Version=0.10.0 +X-KDE-PluginInfo-Version=0.10.1 X-KDE-PluginInfo-Website=https://userbase.kde.org/LatteDock X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Depends= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/plasmoid/package/metadata.desktop new/latte-dock-0.10.1/plasmoid/package/metadata.desktop --- old/latte-dock-0.10.0/plasmoid/package/metadata.desktop 2021-08-06 08:10:20.000000000 +0200 +++ new/latte-dock-0.10.1/plasmoid/package/metadata.desktop 2021-08-25 10:49:16.000000000 +0200 @@ -68,7 +68,7 @@ X-KDE-PluginInfo-Author=Michail Vourlakos, Smith Ar X-KDE-PluginInfo-Email=mvourla...@gmail.com, audo...@openmailbox.org X-KDE-PluginInfo-Name=org.kde.latte.plasmoid -X-KDE-PluginInfo-Version=0.10.0 +X-KDE-PluginInfo-Version=0.10.1 X-KDE-PluginInfo-Website=https://userbase.kde.org/LatteDock X-KDE-PluginInfo-Category=Windows and Tasks X-KDE-PluginInfo-License=GPL v2+ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/ar/latte-dock.po new/latte-dock-0.10.1/po/ar/latte-dock.po --- old/latte-dock-0.10.0/po/ar/latte-dock.po 2021-08-06 08:10:23.000000000 +0200 +++ new/latte-dock-0.10.1/po/ar/latte-dock.po 2021-08-25 10:49:23.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2017-11-08 06:49+0300\n" "Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n" "Language-Team: Arabic <d...@arabeyes.org>\n" @@ -71,7 +71,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "???????????????? ???????????????? <b>%0</b> ??????????\n" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, fuzzy, kde-format #| msgid "The configuration cannot be imported" msgid "The layout cannot be imported from file :: " @@ -150,7 +150,7 @@ msgid "Orphaned Subcontainment" msgstr "" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, fuzzy, kde-format #| msgid "Switching to layout <b>%0</b> ..." msgid "Activating layout: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/ast/latte-dock.po new/latte-dock-0.10.1/po/ast/latte-dock.po --- old/latte-dock-0.10.0/po/ast/latte-dock.po 2021-08-06 08:10:23.000000000 +0200 +++ new/latte-dock-0.10.1/po/ast/latte-dock.po 2021-08-25 10:49:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2018-05-22 15:57+0100\n" "Last-Translator: enolp <en...@softastur.org>\n" "Language-Team: Asturian <alministrado...@softastur.org>\n" @@ -60,7 +60,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "" @@ -133,7 +133,7 @@ msgid "Orphaned Subcontainment" msgstr "" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/az/latte-dock.po new/latte-dock-0.10.1/po/az/latte-dock.po --- old/latte-dock-0.10.0/po/az/latte-dock.po 2021-08-06 08:10:23.000000000 +0200 +++ new/latte-dock-0.10.1/po/az/latte-dock.po 2021-08-25 10:49:24.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-06-20 19:16+0400\n" "Last-Translator: Kheyyam Gojayev <xxm...@gmail.com>\n" "Language-Team: Azerbaijani <kde-i18n-...@kde.org>\n" @@ -60,7 +60,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "<b>%1</b> indikatoru u??urla silindi" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "Maket fayldan idxal edil?? bilm??z :: " @@ -139,7 +139,7 @@ msgid "Orphaned Subcontainment" msgstr "Sahibsiz qalm???? alt konteynerl??r" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/ca/latte-dock.po new/latte-dock-0.10.1/po/ca/latte-dock.po --- old/latte-dock-0.10.0/po/ca/latte-dock.po 2021-08-06 08:10:27.000000000 +0200 +++ new/latte-dock-0.10.1/po/ca/latte-dock.po 2021-08-25 10:49:30.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-17 14:20+0100\n" "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" @@ -64,7 +64,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "L'indicador <b>%1</b> s'ha eliminat amb ??xit" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "La disposici?? no s'ha pogut importar des del fitxer :: " @@ -143,7 +143,7 @@ msgid "Orphaned Subcontainment" msgstr "Subcontenidors orfes" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/ca@valencia/latte-dock.po new/latte-dock-0.10.1/po/ca@valencia/latte-dock.po --- old/latte-dock-0.10.0/po/ca@valencia/latte-dock.po 2021-08-06 08:10:27.000000000 +0200 +++ new/latte-dock-0.10.1/po/ca@valencia/latte-dock.po 2021-08-25 10:49:31.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-17 14:20+0100\n" "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" @@ -64,7 +64,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "L'indicador <b>%1</b> s'ha eliminat amb ??xit" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "La disposici?? no s'ha pogut importar des del fitxer :: " @@ -143,7 +143,7 @@ msgid "Orphaned Subcontainment" msgstr "Subcontenidors orfes" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/cs/latte-dock.po new/latte-dock-0.10.1/po/cs/latte-dock.po --- old/latte-dock-0.10.0/po/cs/latte-dock.po 2021-08-06 08:10:28.000000000 +0200 +++ new/latte-dock-0.10.1/po/cs/latte-dock.po 2021-08-25 10:49:33.000000000 +0200 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" -"PO-Revision-Date: 2021-07-21 18:18+0200\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" +"PO-Revision-Date: 2021-08-13 10:16+0200\n" "Last-Translator: Vit Pelcak <vpel...@suse.cz>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" "Language: cs\n" @@ -61,7 +61,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "<b>%1</b> ukazatel byl ??sp????n?? odstran??n" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "Rozlo??en?? nemohou b??t importov??na ze souboru :: " @@ -135,7 +135,7 @@ msgid "Orphaned Subcontainment" msgstr "" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." @@ -3493,7 +3493,7 @@ #: shell/package/contents/configuration/pages/TasksConfig.qml:606 #, kde-format msgid "Preview and Highlight Windows" -msgstr "" +msgstr "N??hled a zv??razn??n?? oken" #: shell/package/contents/configuration/pages/TasksConfig.qml:643 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/cs/plasma_applet_org.kde.latte.containment.po new/latte-dock-0.10.1/po/cs/plasma_applet_org.kde.latte.containment.po --- old/latte-dock-0.10.0/po/cs/plasma_applet_org.kde.latte.containment.po 2021-08-06 08:10:28.000000000 +0200 +++ new/latte-dock-0.10.1/po/cs/plasma_applet_org.kde.latte.containment.po 2021-08-25 10:49:33.000000000 +0200 @@ -1,26 +1,27 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # V??t Pel????k <v...@pelcak.org>, 2017, 2018, 2019, 2020. +# Vit Pelcak <vpel...@suse.cz>, 2021. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-28 00:18+0000\n" -"PO-Revision-Date: 2020-06-03 22:36+0200\n" -"Last-Translator: Vit Pelcak <v...@pelcak.org>\n" +"PO-Revision-Date: 2021-08-19 15:14+0200\n" +"Last-Translator: Vit Pelcak <vpel...@suse.cz>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 20.04.1\n" +"X-Generator: Lokalize 21.08.0\n" #: package/contents/ui/editmode/ConfigOverlay.qml:472 #, kde-format msgid "Justify Splitter" -msgstr "" +msgstr "Zarovnat rozd??lova?? do bloku" #: package/contents/ui/editmode/ConfigOverlay.qml:499 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/da/latte-dock.po new/latte-dock-0.10.1/po/da/latte-dock.po --- old/latte-dock-0.10.0/po/da/latte-dock.po 2021-08-06 08:10:29.000000000 +0200 +++ new/latte-dock-0.10.1/po/da/latte-dock.po 2021-08-25 10:49:36.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2020-08-02 17:37+0200\n" "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n" "Language-Team: Danish <kde-i18n-...@kde.org>\n" @@ -60,7 +60,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "" @@ -133,7 +133,7 @@ msgid "Orphaned Subcontainment" msgstr "" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/de/latte-dock.po new/latte-dock-0.10.1/po/de/latte-dock.po --- old/latte-dock-0.10.0/po/de/latte-dock.po 2021-08-06 08:10:30.000000000 +0200 +++ new/latte-dock-0.10.1/po/de/latte-dock.po 2021-08-25 10:49:34.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-06-30 09:55+0200\n" "Last-Translator: Burkhard L??ck <lu...@hube-lueck.de>\n" "Language-Team: German <kde-i18n...@kde.org>\n" @@ -18,7 +18,6 @@ "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.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -68,7 +67,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "Konfiguration erfolgreich importiert" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "Das Profil kann nicht aus der Datei importiert werden:" @@ -149,7 +148,7 @@ msgid "Orphaned Subcontainment" msgstr "" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/el/latte-dock.po new/latte-dock-0.10.1/po/el/latte-dock.po --- old/latte-dock-0.10.0/po/el/latte-dock.po 2021-08-06 08:10:30.000000000 +0200 +++ new/latte-dock-0.10.1/po/el/latte-dock.po 2021-08-25 10:49:36.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2019-07-31 08:26+0300\n" "Last-Translator: Stelios <ssta...@gmail.com>\n" "Language-Team: Greek <kde-i18n...@kde.org>\n" @@ -69,7 +69,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "???????????????? ???????????????? ?????? <b>%0</b> ????????????????" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, fuzzy, kde-format #| msgid "The layout cannot be imported" msgid "The layout cannot be imported from file :: " @@ -155,7 +155,7 @@ msgid "Orphaned Subcontainment" msgstr "???????????? ?????????????? ????????????????????" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, fuzzy, kde-format #| msgid "Activating layout: <b>%0</b> ..." msgid "Activating layout: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/en_GB/latte-dock.po new/latte-dock-0.10.1/po/en_GB/latte-dock.po --- old/latte-dock-0.10.0/po/en_GB/latte-dock.po 2021-08-06 08:10:30.000000000 +0200 +++ new/latte-dock-0.10.1/po/en_GB/latte-dock.po 2021-08-25 10:49:38.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-25 11:23+0100\n" "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" "Language-Team: British English <kde-l10n-en...@kde.org>\n" @@ -60,7 +60,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "<b>%1</b> indicator removed successfully" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "The layout cannot be imported from file :: " @@ -139,7 +139,7 @@ msgid "Orphaned Subcontainment" msgstr "Orphaned Subcontainment" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/es/latte-dock.po new/latte-dock-0.10.1/po/es/latte-dock.po --- old/latte-dock-0.10.0/po/es/latte-dock.po 2021-08-06 08:10:32.000000000 +0200 +++ new/latte-dock-0.10.1/po/es/latte-dock.po 2021-08-25 10:49:41.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-17 16:29+0200\n" "Last-Translator: V??ctor Rodrigo C??rdoba <vrcord...@gmail.com>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" @@ -62,7 +62,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "Indicador <b>%1</b> eliminado exitosamente" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "La distribuci??n no pudo ser importada desde el archivo :: " @@ -141,7 +141,7 @@ msgid "Orphaned Subcontainment" msgstr "Subcontenedor hu??rfano" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/et/latte-dock.po new/latte-dock-0.10.1/po/et/latte-dock.po --- old/latte-dock-0.10.0/po/et/latte-dock.po 2021-08-06 08:10:32.000000000 +0200 +++ new/latte-dock-0.10.1/po/et/latte-dock.po 2021-08-25 10:49:42.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2020-05-11 16:27+0300\n" "Last-Translator: Marek Laane <qiila...@gmail.com>\n" "Language-Team: Estonian <kde...@lists.linux.ee>\n" @@ -68,7 +68,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "<b>%0</b> indikaator eemaldati edukalt" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "Paigutust ei saa failist importida :: " @@ -153,7 +153,7 @@ msgid "Orphaned Subcontainment" msgstr "Orbudest s??steemisalved:" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, fuzzy, kde-format #| msgid "Activating layout: <b>%0</b> ..." msgid "Activating layout: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/eu/latte-dock.po new/latte-dock-0.10.1/po/eu/latte-dock.po --- old/latte-dock-0.10.0/po/eu/latte-dock.po 2021-08-06 08:10:32.000000000 +0200 +++ new/latte-dock-0.10.1/po/eu/latte-dock.po 2021-08-25 10:49:43.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2020-04-09 21:25+0200\n" "Last-Translator: Ander Elortondo <ander.e...@gmail.com>\n" "Language-Team: Basque <kde-i18n-...@kde.org>\n" @@ -73,7 +73,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "<b>%0</b> adierazle kentze arrakastatsua" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "Antolamendua ezin izan da inportatu fitxategitik :: " @@ -158,7 +158,7 @@ msgid "Orphaned Subcontainment" msgstr "Sistema-erretilu umezurtzak:" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, fuzzy, kde-format #| msgid "Activating layout: <b>%0</b> ..." msgid "Activating layout: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/fi/latte-dock.po new/latte-dock-0.10.1/po/fi/latte-dock.po --- old/latte-dock-0.10.0/po/fi/latte-dock.po 2021-08-06 08:10:33.000000000 +0200 +++ new/latte-dock-0.10.1/po/fi/latte-dock.po 2021-08-25 10:49:43.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-05 19:54+0300\n" "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n" "Language-Team: Finnish <kde-i18n-...@kde.org>\n" @@ -60,7 +60,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "Ilmaisimen <b>%1</b> poisto onnistui" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "Asettelua ei voi tuoda tiedostosta :: " @@ -139,7 +139,7 @@ msgid "Orphaned Subcontainment" msgstr "Orpo alis??il??" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/fr/latte-dock.po new/latte-dock-0.10.1/po/fr/latte-dock.po --- old/latte-dock-0.10.0/po/fr/latte-dock.po 2021-08-06 08:10:34.000000000 +0200 +++ new/latte-dock-0.10.1/po/fr/latte-dock.po 2021-08-25 10:49:46.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-18 08:55+0200\n" "Last-Translator: Xavier Besnard <xavier.besn...@neuf.fr>\n" "Language-Team: French <kde-francoph...@kde.org>\n" @@ -65,7 +65,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "L'indicateur <b>%1</b> a ??t?? supprim?? avec succ??s." -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "La disposition ne peut ??tre import??e ?? partir du fichier??:: " @@ -147,7 +147,7 @@ msgid "Orphaned Subcontainment" msgstr "Sous-conteneurs orphelins" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/gl/latte-dock.po new/latte-dock-0.10.1/po/gl/latte-dock.po --- old/latte-dock-0.10.0/po/gl/latte-dock.po 2021-08-06 08:10:36.000000000 +0200 +++ new/latte-dock-0.10.1/po/gl/latte-dock.po 2021-08-25 10:49:49.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2020-01-05 18:43+0100\n" "Last-Translator: Adri??n Chaves (Gallaecio) <adr...@chaves.io>\n" "Language-Team: Galician <proxe...@trasno.gal>\n" @@ -68,7 +68,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "O indicador <b>%0</b> retirouse correctamente" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "A disposici??n non se pode importar do ficheiro :: " @@ -153,7 +153,7 @@ msgid "Orphaned Subcontainment" msgstr "Zonas de notificaci??ns orfas:" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, fuzzy, kde-format #| msgid "Activating layout: <b>%0</b> ..." msgid "Activating layout: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/ia/latte-dock.po new/latte-dock-0.10.1/po/ia/latte-dock.po --- old/latte-dock-0.10.0/po/ia/latte-dock.po 2021-08-06 08:10:40.000000000 +0200 +++ new/latte-dock-0.10.1/po/ia/latte-dock.po 2021-08-25 10:49:55.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-04 19:07+0200\n" "Last-Translator: giovanni <g.s...@tiscali.it>\n" "Language-Team: Interlingua <kde-i18n-...@kde.org>\n" @@ -60,7 +60,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "" @@ -133,7 +133,7 @@ msgid "Orphaned Subcontainment" msgstr "" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/id/latte-dock.po new/latte-dock-0.10.1/po/id/latte-dock.po --- old/latte-dock-0.10.0/po/id/latte-dock.po 2021-08-06 08:10:40.000000000 +0200 +++ new/latte-dock-0.10.1/po/id/latte-dock.po 2021-08-25 10:49:58.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2020-02-24 22:04+0700\n" "Last-Translator: Wantoyo <wanto...@gmail.com>\n" "Language-Team: Indonesian <kde-i18n-...@kde.org>\n" @@ -68,7 +68,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "Indikator <b>%0</b> dihapus" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, fuzzy, kde-format #| msgid "The layout cannot be imported" msgid "The layout cannot be imported from file :: " @@ -154,7 +154,7 @@ msgid "Orphaned Subcontainment" msgstr "Systrays Yatim:" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, fuzzy, kde-format #| msgid "Activating layout: <b>%0</b> ..." msgid "Activating layout: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/it/latte-dock.po new/latte-dock-0.10.1/po/it/latte-dock.po --- old/latte-dock-0.10.0/po/it/latte-dock.po 2021-08-06 08:10:40.000000000 +0200 +++ new/latte-dock-0.10.1/po/it/latte-dock.po 2021-08-25 10:49:58.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-19 10:05+0200\n" "Last-Translator: Paolo Zamponi <zapa...@email.it>\n" "Language-Team: Italian <kde-i18n...@kde.org>\n" @@ -62,7 +62,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "Indicatore <b>%1</b> rimosso con successo" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "La disposizione non pu?? essere importata dal file :: " @@ -141,7 +141,7 @@ msgid "Orphaned Subcontainment" msgstr "Sotto-contenitori orfani" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/ja/latte-dock.po new/latte-dock-0.10.1/po/ja/latte-dock.po --- old/latte-dock-0.10.0/po/ja/latte-dock.po 2021-08-06 08:10:40.000000000 +0200 +++ new/latte-dock-0.10.1/po/ja/latte-dock.po 2021-08-25 10:49:58.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2020-01-14 21:23+0900\n" "Last-Translator: Tomohiro Hyakutake <tomh...@outlook.jp>\n" "Language-Team: Japanese <kde...@kde.org>\n" @@ -61,7 +61,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "" @@ -135,7 +135,7 @@ msgid "Orphaned Subcontainment" msgstr "" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/ko/latte-dock.po new/latte-dock-0.10.1/po/ko/latte-dock.po --- old/latte-dock-0.10.0/po/ko/latte-dock.po 2021-08-06 08:10:43.000000000 +0200 +++ new/latte-dock-0.10.1/po/ko/latte-dock.po 2021-08-25 10:50:02.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-18 12:14+0200\n" "Last-Translator: Shinjo Park <k...@peremen.name>\n" "Language-Team: Korean <kde...@kde.org>\n" @@ -61,7 +61,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "<b>%1</b> ???????????? ?????????" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "???????????? ??????????????? ????????? ??? ???????????? :: " @@ -135,7 +135,7 @@ msgid "Orphaned Subcontainment" msgstr "????????? ?????? ????????????" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/lt/latte-dock.po new/latte-dock-0.10.1/po/lt/latte-dock.po --- old/latte-dock-0.10.0/po/lt/latte-dock.po 2021-08-06 08:10:44.000000000 +0200 +++ new/latte-dock-0.10.1/po/lt/latte-dock.po 2021-08-25 10:50:04.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2020-11-02 15:38+0200\n" "Last-Translator: Moo\n" "Language-Team: lt\n" @@ -70,7 +70,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "Indikatorius <b>%0</b> s??kmingai pa??alintas" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "I??d??stymas negali b??ti importuotas i?? failo :: " @@ -161,7 +161,7 @@ msgid "Orphaned Subcontainment" msgstr "Liekamieji sistemos d??klai:" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, fuzzy, kde-format #| msgid "Activating layout: <b>%0</b> ..." msgid "Activating layout: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/nl/latte-dock.po new/latte-dock-0.10.1/po/nl/latte-dock.po --- old/latte-dock-0.10.0/po/nl/latte-dock.po 2021-08-06 08:10:48.000000000 +0200 +++ new/latte-dock-0.10.1/po/nl/latte-dock.po 2021-08-25 10:50:10.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-17 09:31+0200\n" "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n" "Language-Team: Dutch <kde-i18n...@kde.org>\n" @@ -60,7 +60,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "<b>%1</b> indicator met succes verwijderd" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "De indeling kan niet ge??mporteerd worden uit bestand :: " @@ -139,7 +139,7 @@ msgid "Orphaned Subcontainment" msgstr "Wees geworden subcontainer" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/nn/latte-dock.po new/latte-dock-0.10.1/po/nn/latte-dock.po --- old/latte-dock-0.10.0/po/nn/latte-dock.po 2021-08-06 08:10:48.000000000 +0200 +++ new/latte-dock-0.10.1/po/nn/latte-dock.po 2021-08-25 10:50:11.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2020-03-15 20:11+0100\n" "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n" "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n" @@ -62,7 +62,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "" @@ -135,7 +135,7 @@ msgid "Orphaned Subcontainment" msgstr "" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/pl/latte-dock.po new/latte-dock-0.10.1/po/pl/latte-dock.po --- old/latte-dock-0.10.0/po/pl/latte-dock.po 2021-08-06 08:10:50.000000000 +0200 +++ new/latte-dock-0.10.1/po/pl/latte-dock.po 2021-08-25 10:50:18.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-25 07:47+0200\n" "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n" "Language-Team: Polish <kde-i18n-...@kde.org>\n" @@ -63,7 +63,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "Pomy??lnie usuni??to wska??nik <b>%1</b>" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "Nie mo??na zaimportowa?? uk??adu z pliku :: " @@ -146,7 +146,7 @@ msgid "Orphaned Subcontainment" msgstr "Osierocony podpojemnik" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/pt/latte-dock.po new/latte-dock-0.10.1/po/pt/latte-dock.po --- old/latte-dock-0.10.0/po/pt/latte-dock.po 2021-08-06 08:10:51.000000000 +0200 +++ new/latte-dock-0.10.1/po/pt/latte-dock.po 2021-08-25 10:50:17.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-06-17 23:16+0100\n" "Last-Translator: Vasco Antunes <vasco.antu...@sapo.pt>\n" "Language-Team: Portuguese <kde-i18n...@kde.org>\n" @@ -67,7 +67,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "O indicador <b>%1</b> foi removido com sucesso" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "N??o ?? poss??vel importar a disposi????o do ficheiro :: " @@ -146,7 +146,7 @@ msgid "Orphaned Subcontainment" msgstr "Sub-Contentor ??rf??o" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/pt_BR/latte-dock.po new/latte-dock-0.10.1/po/pt_BR/latte-dock.po --- old/latte-dock-0.10.0/po/pt_BR/latte-dock.po 2021-08-06 08:10:51.000000000 +0200 +++ new/latte-dock-0.10.1/po/pt_BR/latte-dock.po 2021-08-25 10:50:19.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-22 13:31-0300\n" "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n" "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n" @@ -63,7 +63,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "O indicador <b>%1</b> foi removido com sucesso" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "N??o foi poss??vel importar o layout do arquivo :: " @@ -142,7 +142,7 @@ msgid "Orphaned Subcontainment" msgstr "Subcont??iner ??rf??o" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/ro/latte-dock.po new/latte-dock-0.10.1/po/ro/latte-dock.po --- old/latte-dock-0.10.0/po/ro/latte-dock.po 2021-08-06 08:10:52.000000000 +0200 +++ new/latte-dock-0.10.1/po/ro/latte-dock.po 2021-08-25 10:50:18.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-05-15 15:22+0100\n" "Last-Translator: Sergiu Bivol <ser...@cip.md>\n" "Language-Team: Romanian\n" @@ -62,7 +62,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "" @@ -136,7 +136,7 @@ msgid "Orphaned Subcontainment" msgstr "" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/ru/latte-dock.po new/latte-dock-0.10.1/po/ru/latte-dock.po --- old/latte-dock-0.10.0/po/ru/latte-dock.po 2021-08-06 08:10:52.000000000 +0200 +++ new/latte-dock-0.10.1/po/ru/latte-dock.po 2021-08-25 10:50:18.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-01-16 15:49+0300\n" "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n" "Language-Team: Russian <kde-russ...@lists.kde.ru>\n" @@ -69,7 +69,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "?????????????????? <b>%0</b> ????????????" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "?????????? ???? ?????????? ???????? ???????????????????????? ???? ?????????? :: " @@ -164,7 +164,7 @@ msgid "Orphaned Subcontainment" msgstr "?????????????????? ?????????? ?????? ????????????????" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, fuzzy, kde-format #| msgid "Activating layout: <b>%0</b> ..." msgid "Activating layout: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/sk/latte-dock.po new/latte-dock-0.10.1/po/sk/latte-dock.po --- old/latte-dock-0.10.0/po/sk/latte-dock.po 2021-08-06 08:10:54.000000000 +0200 +++ new/latte-dock-0.10.1/po/sk/latte-dock.po 2021-08-25 10:50:26.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-20 17:27+0200\n" "Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n" "Language-Team: Slovak <kde-i18n-...@kde.org>\n" @@ -71,7 +71,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "Kompletn?? konfigur??cia ??spe??ne exportovan??" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, fuzzy, kde-format #| msgid "The layout cannot be imported" msgid "The layout cannot be imported from file :: " @@ -156,7 +156,7 @@ msgid "Orphaned Subcontainment" msgstr "" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, fuzzy, kde-format #| msgid "Activating layout: <b>%0</b> ..." msgid "Activating layout: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/sl/latte-dock.po new/latte-dock-0.10.1/po/sl/latte-dock.po --- old/latte-dock-0.10.0/po/sl/latte-dock.po 2021-08-06 08:10:54.000000000 +0200 +++ new/latte-dock-0.10.1/po/sl/latte-dock.po 2021-08-25 10:50:25.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-09 07:23+0200\n" "Last-Translator: Matja?? Jeran <matjaz.je...@amis.net>\n" "Language-Team: Slovenian <lugos-...@lugos.si>\n" @@ -62,7 +62,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "Indikator <b>%1</b> uspe??no odstranjen" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "Postavitve ni mogo??e uvoziti iz datoteke :: " @@ -149,7 +149,7 @@ msgid "Orphaned Subcontainment" msgstr "Osiroteli podzadr??evalnik" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/sv/latte-dock.po new/latte-dock-0.10.1/po/sv/latte-dock.po --- old/latte-dock-0.10.0/po/sv/latte-dock.po 2021-08-06 08:10:57.000000000 +0200 +++ new/latte-dock-0.10.1/po/sv/latte-dock.po 2021-08-25 10:50:28.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-17 09:06+0200\n" "Last-Translator: Stefan Asserh??ll <stefan.asserh...@bredband.net>\n" "Language-Team: Swedish <kde-i18n-...@kde.org>\n" @@ -60,7 +60,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "<b>%1</b> indikator borttagen med lyckat resultat" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "Layouten kan inte importeras fr??n fil :: " @@ -139,7 +139,7 @@ msgid "Orphaned Subcontainment" msgstr "??vergivna delomgivningar" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/tr/latte-dock.po new/latte-dock-0.10.1/po/tr/latte-dock.po --- old/latte-dock-0.10.0/po/tr/latte-dock.po 2021-08-06 08:10:58.000000000 +0200 +++ new/latte-dock-0.10.1/po/tr/latte-dock.po 2021-08-25 10:50:33.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-03-23 12:37+0100\n" "Last-Translator: Volkan Gezer <volkange...@gmail.com>\n" "Language-Team: Turkish <kde-l10n...@kde.org>\n" @@ -60,7 +60,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "" @@ -133,7 +133,7 @@ msgid "Orphaned Subcontainment" msgstr "" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/uk/latte-dock.po new/latte-dock-0.10.1/po/uk/latte-dock.po --- old/latte-dock-0.10.0/po/uk/latte-dock.po 2021-08-06 08:11:00.000000000 +0200 +++ new/latte-dock-0.10.1/po/uk/latte-dock.po 2021-08-25 10:50:33.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: latte-dock\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2021-07-17 17:24+0300\n" "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n" "Language-Team: Ukrainian <kde-i18n...@kde.org>\n" @@ -63,7 +63,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "?????????????????? <b>%1</b> ?????????????? ????????????????" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "???? ?????????????? ?????????????????????? ???????????????????????? ?? ??????????:" @@ -150,7 +150,7 @@ msgid "Orphaned Subcontainment" msgstr "???????????????????? ?????????????????? ??????????????????" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/zh_CN/latte-dock.po new/latte-dock-0.10.1/po/zh_CN/latte-dock.po --- old/latte-dock-0.10.0/po/zh_CN/latte-dock.po 2021-08-06 08:11:02.000000000 +0200 +++ new/latte-dock-0.10.1/po/zh_CN/latte-dock.po 2021-08-25 10:50: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: 2021-07-17 01:39+0000\n" -"PO-Revision-Date: 2021-07-26 13:49\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" +"PO-Revision-Date: 2021-08-22 15:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -60,7 +60,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "<b>%1</b> ????????????????????????" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "??????????????????????????? :: " @@ -134,7 +134,7 @@ msgid "Orphaned Subcontainment" msgstr "???????????????" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, kde-format msgid "Activating layout: <b>%2</b> ..." msgid_plural "Activating layouts: <b>%2</b> ..." @@ -1437,7 +1437,7 @@ #: app/settings/settingsdialog/settingsdialog.ui:1122 #, kde-format msgid "Inform Plasma desktop for available desktop space" -msgstr "" +msgstr "?????? Plasma ??????????????????????????????" #: app/settings/settingsdialog/tablayoutshandler.cpp:111 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/zh_CN/latte_indicator_org.kde.latte.default.po new/latte-dock-0.10.1/po/zh_CN/latte_indicator_org.kde.latte.default.po --- old/latte-dock-0.10.0/po/zh_CN/latte_indicator_org.kde.latte.default.po 2021-08-06 08:11:02.000000000 +0200 +++ new/latte-dock-0.10.1/po/zh_CN/latte_indicator_org.kde.latte.default.po 2021-08-25 10:50:40.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-18 00:19+0000\n" -"PO-Revision-Date: 2021-07-26 13:49\n" +"PO-Revision-Date: 2021-08-22 15:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/zh_CN/latte_indicator_org.kde.latte.plasma.po new/latte-dock-0.10.1/po/zh_CN/latte_indicator_org.kde.latte.plasma.po --- old/latte-dock-0.10.0/po/zh_CN/latte_indicator_org.kde.latte.plasma.po 2021-08-06 08:11:02.000000000 +0200 +++ new/latte-dock-0.10.1/po/zh_CN/latte_indicator_org.kde.latte.plasma.po 2021-08-25 10:50:40.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-28 00:18+0000\n" -"PO-Revision-Date: 2021-07-26 13:49\n" +"PO-Revision-Date: 2021-08-22 15:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/zh_CN/plasma_applet_org.kde.latte.containment.po new/latte-dock-0.10.1/po/zh_CN/plasma_applet_org.kde.latte.containment.po --- old/latte-dock-0.10.0/po/zh_CN/plasma_applet_org.kde.latte.containment.po 2021-08-06 08:11:02.000000000 +0200 +++ new/latte-dock-0.10.1/po/zh_CN/plasma_applet_org.kde.latte.containment.po 2021-08-25 10:50:40.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-28 00:18+0000\n" -"PO-Revision-Date: 2021-07-26 13:49\n" +"PO-Revision-Date: 2021-08-22 15:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/zh_CN/plasma_applet_org.kde.latte.plasmoid.po new/latte-dock-0.10.1/po/zh_CN/plasma_applet_org.kde.latte.plasmoid.po --- old/latte-dock-0.10.0/po/zh_CN/plasma_applet_org.kde.latte.plasmoid.po 2021-08-06 08:11:02.000000000 +0200 +++ new/latte-dock-0.10.1/po/zh_CN/plasma_applet_org.kde.latte.plasmoid.po 2021-08-25 10:50:40.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-07-28 01:45+0000\n" -"PO-Revision-Date: 2021-07-26 13:49\n" +"PO-Revision-Date: 2021-08-22 15:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/zh_CN/plasma_containmentactions_lattecontextmenu.po new/latte-dock-0.10.1/po/zh_CN/plasma_containmentactions_lattecontextmenu.po --- old/latte-dock-0.10.0/po/zh_CN/plasma_containmentactions_lattecontextmenu.po 2021-08-06 08:11:02.000000000 +0200 +++ new/latte-dock-0.10.1/po/zh_CN/plasma_containmentactions_lattecontextmenu.po 2021-08-25 10:50:40.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-06-11 00:18+0000\n" -"PO-Revision-Date: 2021-07-26 13:49\n" +"PO-Revision-Date: 2021-08-22 15:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -37,7 +37,7 @@ #, kde-format msgctxt "quit application" msgid "Quit &Latte" -msgstr "?????? Latte (&L)" +msgstr "?????? Latte(&L)" #: menu.cpp:121 #, kde-format @@ -73,7 +73,7 @@ #: menu.cpp:242 #, kde-format msgid "&Edit Dock..." -msgstr "?????? Dock (&E)..." +msgstr "??????????????? (&E)..." #: menu.cpp:242 #, kde-format @@ -83,7 +83,7 @@ #: menu.cpp:245 #, kde-format msgid "&Duplicate Dock" -msgstr "?????? Dock(&D)" +msgstr "???????????????(&D)" #: menu.cpp:245 #, kde-format @@ -93,7 +93,7 @@ #: menu.cpp:248 #, kde-format msgid "E&xport Dock as Template" -msgstr "?????? Dock ?????????(&X)" +msgstr "????????????????????????(&X)" #: menu.cpp:248 #, kde-format @@ -113,7 +113,7 @@ #: menu.cpp:255 #, kde-format msgid "&Remove Dock" -msgstr "?????? Dock(&R)" +msgstr "???????????????(&R)" #: menu.cpp:255 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/po/zh_TW/latte-dock.po new/latte-dock-0.10.1/po/zh_TW/latte-dock.po --- old/latte-dock-0.10.0/po/zh_TW/latte-dock.po 2021-08-06 08:11:03.000000000 +0200 +++ new/latte-dock-0.10.1/po/zh_TW/latte-dock.po 2021-08-25 10:50:41.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-07-17 01:39+0000\n" +"POT-Creation-Date: 2021-08-09 01:35+0000\n" "PO-Revision-Date: 2020-05-14 23:15+0800\n" "Last-Translator: Yi-Jyun Pan <pan93...@gmail.com>\n" "Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n" @@ -69,7 +69,7 @@ msgid "<b>%1</b> indicator removed successfully" msgstr "<b>%0</b> ?????????????????????" -#: app/lattecorona.cpp:1106 +#: app/lattecorona.cpp:1108 #, kde-format msgid "The layout cannot be imported from file :: " msgstr "??????????????????????????? :: " @@ -151,7 +151,7 @@ msgid "Orphaned Subcontainment" msgstr "??????????????????" -#: app/layouts/synchronizer.cpp:935 +#: app/layouts/synchronizer.cpp:940 #, fuzzy, kde-format #| msgid "Activating layout: <b>%0</b> ..." msgid "Activating layout: <b>%2</b> ..." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latte-dock-0.10.0/shell/package/metadata.desktop new/latte-dock-0.10.1/shell/package/metadata.desktop --- old/latte-dock-0.10.0/shell/package/metadata.desktop 2021-08-06 08:10:20.000000000 +0200 +++ new/latte-dock-0.10.1/shell/package/metadata.desktop 2021-08-25 10:49:16.000000000 +0200 @@ -104,5 +104,5 @@ X-KDE-PluginInfo-Email=mvourla...@gmail.com, audo...@openmailbox.org X-KDE-PluginInfo-License=GPLv3+ X-KDE-PluginInfo-Name=org.kde.latte.shell -X-KDE-PluginInfo-Version=0.10.0 +X-KDE-PluginInfo-Version=0.10.1 X-KDE-PluginInfo-Website=https://userbase.kde.org/LatteDock