diff -Nru plasma-framework-5.61.0/autotests/dialogstatetest.cpp plasma-framework-5.62.0/autotests/dialogstatetest.cpp --- plasma-framework-5.61.0/autotests/dialogstatetest.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/autotests/dialogstatetest.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -37,6 +37,11 @@ void DialogStateTest::windowState() { + if (QGuiApplication::platformName() == "wayland") { + QEXPECT_FAIL("windowState", "KWindowSystem::windowAdded doesn't work on wayland", Continue); + return; + } + for (int i = 0; i <= 100; ++i) { m_dialog->show(); diff -Nru plasma-framework-5.61.0/CMakeLists.txt plasma-framework-5.62.0/CMakeLists.txt --- plasma-framework-5.61.0/CMakeLists.txt 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/CMakeLists.txt 2019-09-07 14:51:42.000000000 +0000 @@ -1,12 +1,12 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.61.0") # handled by release scripts -set(KF5_DEP_VERSION "5.61.0") # handled by release scripts +set(KF5_VERSION "5.62.0") # handled by release scripts +set(KF5_DEP_VERSION "5.62.0") # handled by release scripts project(Plasma VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.61.0 NO_MODULE) +find_package(ECM 5.62.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -Nru plasma-framework-5.61.0/debian/changelog plasma-framework-5.62.0/debian/changelog --- plasma-framework-5.61.0/debian/changelog 2019-08-12 09:45:47.000000000 +0000 +++ plasma-framework-5.62.0/debian/changelog 2019-09-15 09:05:17.000000000 +0000 @@ -1,3 +1,16 @@ +plasma-framework (5.62.0-0ubuntu2) eoan; urgency=medium + + * Disable dialognativetest. Very flaky, only on Ubuntu infra. + + -- Rik Mills Sun, 15 Sep 2019 10:05:17 +0100 + +plasma-framework (5.62.0-0ubuntu1) eoan; urgency=medium + + * New upstream release (5.62.0) + * Update symbols from build logs. + + -- Rik Mills Sat, 14 Sep 2019 08:10:05 +0100 + plasma-framework (5.61.0-0ubuntu1) eoan; urgency=medium * New upstream release (5.61.0) diff -Nru plasma-framework-5.61.0/debian/control plasma-framework-5.62.0/debian/control --- plasma-framework-5.61.0/debian/control 2019-08-12 09:45:47.000000000 +0000 +++ plasma-framework-5.62.0/debian/control 2019-09-15 09:05:17.000000000 +0000 @@ -6,37 +6,37 @@ Build-Depends: cmake (>= 3.0~), debhelper (>= 11~), doxygen, - extra-cmake-modules (>= 5.61.0~), + extra-cmake-modules (>= 5.62.0~), graphviz, - kirigami2-dev (>= 5.61.0~), + kirigami2-dev (>= 5.62.0~), libegl1-mesa-dev, - libkf5activities-dev (>= 5.61.0~), - libkf5archive-dev (>= 5.61.0~), - libkf5codecs-dev (>= 5.61.0~), - libkf5config-dev (>= 5.61.0~), - libkf5configwidgets-dev (>= 5.61.0~), - libkf5coreaddons-dev (>= 5.61.0~), - libkf5dbusaddons-dev (>= 5.61.0~), - libkf5declarative-dev (>= 5.61.0~), - libkf5doctools-dev (>= 5.61.0~), - libkf5globalaccel-dev (>= 5.61.0~), - libkf5guiaddons-dev (>= 5.61.0~), - libkf5i18n-dev (>= 5.61.0~), - libkf5iconthemes-dev (>= 5.61.0~), - libkf5idletime-dev (>= 5.61.0~), - libkf5itemmodels-dev (>= 5.61.0~), - libkf5kio-dev (>= 5.61.0~), - libkf5notifications-dev (>= 5.61.0~), - libkf5package-dev (>= 5.61.0~), - libkf5parts-dev (>= 5.61.0~), - libkf5service-dev (>= 5.61.0~), - libkf5solid-dev (>= 5.61.0~), - libkf5su-dev (>= 5.61.0~), - libkf5threadweaver-dev (>= 5.61.0~), - libkf5wayland-dev (>= 4:5.61.0~) [linux-any], - libkf5widgetsaddons-dev (>= 5.61.0~), - libkf5windowsystem-dev (>= 5.61.0~), - libkf5xmlgui-dev (>= 5.61.0~), + libkf5activities-dev (>= 5.62.0~), + libkf5archive-dev (>= 5.62.0~), + libkf5codecs-dev (>= 5.62.0~), + libkf5config-dev (>= 5.62.0~), + libkf5configwidgets-dev (>= 5.62.0~), + libkf5coreaddons-dev (>= 5.62.0~), + libkf5dbusaddons-dev (>= 5.62.0~), + libkf5declarative-dev (>= 5.62.0~), + libkf5doctools-dev (>= 5.62.0~), + libkf5globalaccel-dev (>= 5.62.0~), + libkf5guiaddons-dev (>= 5.62.0~), + libkf5i18n-dev (>= 5.62.0~), + libkf5iconthemes-dev (>= 5.62.0~), + libkf5idletime-dev (>= 5.62.0~), + libkf5itemmodels-dev (>= 5.62.0~), + libkf5kio-dev (>= 5.62.0~), + libkf5notifications-dev (>= 5.62.0~), + libkf5package-dev (>= 5.62.0~), + libkf5parts-dev (>= 5.62.0~), + libkf5service-dev (>= 5.62.0~), + libkf5solid-dev (>= 5.62.0~), + libkf5su-dev (>= 5.62.0~), + libkf5threadweaver-dev (>= 5.62.0~), + libkf5wayland-dev (>= 4:5.62.0~) [linux-any], + libkf5widgetsaddons-dev (>= 5.62.0~), + libkf5windowsystem-dev (>= 5.62.0~), + libkf5xmlgui-dev (>= 5.62.0~), libqt5sql5-sqlite, libqt5svg5-dev (>= 5.8.0~), libqt5x11extras5-dev (>= 5.6.1~), @@ -62,12 +62,12 @@ Package: libkf5plasma-dev Architecture: any Section: libdevel -Depends: extra-cmake-modules (>= 5.61.0~), - libkf5package-dev (>= 5.61.0~), +Depends: extra-cmake-modules (>= 5.62.0~), + libkf5package-dev (>= 5.62.0~), libkf5plasma5 (= ${binary:Version}), libkf5plasmaquick5 (= ${binary:Version}), - libkf5service-dev (>= 5.61.0~), - libkf5windowsystem-dev (>= 5.61.0~), + libkf5service-dev (>= 5.62.0~), + libkf5windowsystem-dev (>= 5.62.0~), plasma-framework (= ${binary:Version}), ${misc:Depends}, Recommends: libkf5plasma-doc (= ${source:Version}) diff -Nru plasma-framework-5.61.0/debian/libkf5plasma5.symbols plasma-framework-5.62.0/debian/libkf5plasma5.symbols --- plasma-framework-5.61.0/debian/libkf5plasma5.symbols 2019-08-12 09:45:47.000000000 +0000 +++ plasma-framework-5.62.0/debian/libkf5plasma5.symbols 2019-09-15 09:05:17.000000000 +0000 @@ -1,4 +1,4 @@ -# SymbolsHelper-Confirmed: 5.57.0 amd64 arm64 armhf i386 ppc64el s390x +# SymbolsHelper-Confirmed: 5.62.0 amd64 arm64 armhf i386 ppc64el s390x libKF5Plasma.so.5 libkf5plasma5 #MINVER# (optional=templinst)_ZN12KConfigGroup10writeEntryI7QStringEEvPKcRK5QListIT_E6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base 4.100.0 (optional=templinst|arch=!ppc64el)_ZN12KConfigGroup10writeEntryIiEEvPKcRKT_6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base 4.100.0 diff -Nru plasma-framework-5.61.0/debian/libkf5plasmaquick5.symbols plasma-framework-5.62.0/debian/libkf5plasmaquick5.symbols --- plasma-framework-5.61.0/debian/libkf5plasmaquick5.symbols 2019-08-12 09:45:47.000000000 +0000 +++ plasma-framework-5.62.0/debian/libkf5plasmaquick5.symbols 2019-09-15 09:05:17.000000000 +0000 @@ -1,4 +1,4 @@ -# SymbolsHelper-Confirmed: 5.42.0 amd64 i386 +# SymbolsHelper-Confirmed: 5.62.0 amd64 arm64 armhf i386 ppc64el s390x libKF5PlasmaQuick.so.5 libkf5plasmaquick5 #MINVER# _ZN11PlasmaQuick10ConfigView11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.97.0 _ZN11PlasmaQuick10ConfigView11qt_metacastEPKc@Base 4.97.0 @@ -230,11 +230,6 @@ _ZZZN11PlasmaQuick21PackageUrlInterceptor13prefixForTypeEN26QQmlAbstractUrlInterceptor8DataTypeERK7QStringENKUlvE0_clEvE15qstring_literal@Base 4.97.0 _ZZZN11PlasmaQuick21PackageUrlInterceptor13prefixForTypeEN26QQmlAbstractUrlInterceptor8DataTypeERK7QStringENKUlvE1_clEvE15qstring_literal@Base 4.97.0 _ZZZN11PlasmaQuick21PackageUrlInterceptor13prefixForTypeEN26QQmlAbstractUrlInterceptor8DataTypeERK7QStringENKUlvE2_clEvE15qstring_literal@Base 4.97.0 - _ZZZN11PlasmaQuick21PackageUrlInterceptor13prefixForTypeEN26QQmlAbstractUrlInterceptor8DataTypeERK7QStringENKUlvE3_clEvE15qstring_literal@Base 4.97.0 - _ZZZN11PlasmaQuick21PackageUrlInterceptor13prefixForTypeEN26QQmlAbstractUrlInterceptor8DataTypeERK7QStringENKUlvE4_clEvE15qstring_literal@Base 4.97.0 - _ZZZN11PlasmaQuick21PackageUrlInterceptor13prefixForTypeEN26QQmlAbstractUrlInterceptor8DataTypeERK7QStringENKUlvE5_clEvE15qstring_literal@Base 4.97.0 - _ZZZN11PlasmaQuick21PackageUrlInterceptor13prefixForTypeEN26QQmlAbstractUrlInterceptor8DataTypeERK7QStringENKUlvE6_clEvE15qstring_literal@Base 4.97.0 - _ZZZN11PlasmaQuick21PackageUrlInterceptor13prefixForTypeEN26QQmlAbstractUrlInterceptor8DataTypeERK7QStringENKUlvE7_clEvE15qstring_literal@Base 5.42.0 _ZZZN11PlasmaQuick21PackageUrlInterceptor13prefixForTypeEN26QQmlAbstractUrlInterceptor8DataTypeERK7QStringENKUlvE_clEvE15qstring_literal@Base 4.97.0 (c++)"non-virtual thunk to PlasmaQuick::AppletQuickItem::~AppletQuickItem()@Base" 4.97.0 (c++)"non-virtual thunk to PlasmaQuick::ConfigView::~ConfigView()@Base" 4.97.0 diff -Nru plasma-framework-5.61.0/debian/patches/kubuntu_disable-flaky-test.patch plasma-framework-5.62.0/debian/patches/kubuntu_disable-flaky-test.patch --- plasma-framework-5.61.0/debian/patches/kubuntu_disable-flaky-test.patch 1970-01-01 00:00:00.000000000 +0000 +++ plasma-framework-5.62.0/debian/patches/kubuntu_disable-flaky-test.patch 2019-09-15 09:05:17.000000000 +0000 @@ -0,0 +1,17 @@ +--- a/autotests/CMakeLists.txt ++++ b/autotests/CMakeLists.txt +@@ -43,10 +43,10 @@ + configmodeltest + ) + +-if(HAVE_X11) +- set(dialognativetest_srcs dialognativetest.cpp) +- ecm_add_test(${dialognativetest_srcs} TEST_NAME dialognativetest LINK_LIBRARIES Qt5::Gui Qt5::Test Qt5::Qml Qt5::Quick KF5::WindowSystem KF5::Plasma KF5::PlasmaQuick) +-endif() ++#if(HAVE_X11) ++# set(dialognativetest_srcs dialognativetest.cpp) ++# ecm_add_test(${dialognativetest_srcs} TEST_NAME dialognativetest LINK_LIBRARIES Qt5::Gui Qt5::Test Qt5::Qml Qt5::Quick KF5::WindowSystem KF5::Plasma KF5::PlasmaQuick) ++#endif() + + set(coronatest_srcs coronatest.cpp) + qt5_add_resources(coronatest_srcs coronatestresources.qrc) diff -Nru plasma-framework-5.61.0/debian/patches/series plasma-framework-5.62.0/debian/patches/series --- plasma-framework-5.61.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ plasma-framework-5.62.0/debian/patches/series 2019-09-15 09:05:17.000000000 +0000 @@ -0,0 +1 @@ +kubuntu_disable-flaky-test.patch diff -Nru plasma-framework-5.61.0/examples/applets/bugreport/metadata.desktop plasma-framework-5.62.0/examples/applets/bugreport/metadata.desktop --- plasma-framework-5.61.0/examples/applets/bugreport/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/bugreport/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -36,6 +36,7 @@ Comment[sr@ijekavianlatin]=Prijavite grešku u Plasmi Comment[sr@latin]=Prijavite grešku u Plasmi Comment[sv]=Rapportera ett fel i Plasma +Comment[tg]=Гузориш дар бораи хатои Plasma Comment[tr]=Plasma'da hata raporla Comment[uk]=Повідомити про ваду у Плазмі Comment[x-test]=xxReport a bug in Plasmaxx @@ -74,6 +75,7 @@ Keywords[sr@ijekavianlatin]=plasma;bugzilla;bug;development;support;Plasma;Bubaždaja;greška;razvoj;podrška; Keywords[sr@latin]=plasma;bugzilla;bug;development;support;Plasma;Bubaždaja;greška;razvoj;podrška; Keywords[sv]=plasma;bugzilla;fel;utveckling;support; +Keywords[tg]=plasma;bugzilla;хато;барномарезӣ;дастгирӣ; Keywords[tr]=plazma;bugzilla;hata;geliştirme;destek;plasma; Keywords[uk]=plasma;bugzilla;bug;development;support;плазма;багзілла;вада;баг;розробка;підтримка;супровід;помилка; Keywords[x-test]=xxplasmaxx;xxbugzillaxx;xxbugxx;xxdevelopmentxx;xxsupportxx; @@ -116,6 +118,7 @@ Name[sr@ijekavianlatin]=Greška Name[sr@latin]=Greška Name[sv]=Fel +Name[tg]=Хато Name[tr]=Hata Name[uk]=Вада Name[x-test]=xxBugxx diff -Nru plasma-framework-5.61.0/examples/applets/compactrepresentation/metadata.desktop plasma-framework-5.62.0/examples/applets/compactrepresentation/metadata.desktop --- plasma-framework-5.61.0/examples/applets/compactrepresentation/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/compactrepresentation/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -38,6 +38,7 @@ Name[sr@ijekavianlatin]=Zdravo svete Name[sr@latin]=Zdravo svete Name[sv]=hello world +Name[tg]=Салом ҷаҳон Name[tr]=Merhaba Dünya Name[uk]=Привіт, світе Name[x-test]=xxhello worldxx diff -Nru plasma-framework-5.61.0/examples/applets/conditionalloader/metadata.desktop plasma-framework-5.62.0/examples/applets/conditionalloader/metadata.desktop --- plasma-framework-5.61.0/examples/applets/conditionalloader/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/conditionalloader/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -39,6 +39,7 @@ Name[sr@ijekavianlatin]=Proba apleta Name[sr@latin]=Proba apleta Name[sv]=Miniprogramtest +Name[tg]=Санҷиши зербарнома Name[tr]=Uygulama Programı Testi Name[uk]=Тест аплету Name[x-test]=xxApplet Testxx diff -Nru plasma-framework-5.61.0/examples/applets/config/metadata.desktop plasma-framework-5.62.0/examples/applets/config/metadata.desktop --- plasma-framework-5.61.0/examples/applets/config/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/config/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -38,6 +38,7 @@ Name[sr@ijekavianlatin]=Proba postave Name[sr@latin]=Proba postave Name[sv]=Inställningstest +Name[tg]=Санҷиши танзимот Name[tr]=Yapılandırma Testi Name[uk]=Перевірка налаштувань Name[x-test]=xxConfiguration testxx diff -Nru plasma-framework-5.61.0/examples/applets/dataenginemodel/metadata.desktop plasma-framework-5.62.0/examples/applets/dataenginemodel/metadata.desktop --- plasma-framework-5.61.0/examples/applets/dataenginemodel/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/dataenginemodel/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -32,6 +32,7 @@ Comment[sr@ijekavianlatin]=Primer apleta koji pokazuje upotrebu modela ugnežđenih u datomotorima Comment[sr@latin]=Primer apleta koji pokazuje upotrebu modela ugnežđenih u datomotorima Comment[sv]=Miniprogramexempel som visar hur modeller används inbäddade i datagränssnitt +Comment[tg]=Мисоли зербарномае, ки тарзи истифодаи намунаҳои дарунсохтро дар DataEngines нишон медиҳад Comment[tr]=VeriMotorları içinde gömülü Modellerin nasıl kullanılacağını gösteren uygulama programı örneği Comment[uk]=Приклад аплету, який демонструє використання моделей, вбудованих до рушіїв даних Comment[x-test]=xxExample applet that shows how to use Models embedded in DataEnginesxx @@ -71,6 +72,7 @@ Name[sr@ijekavianlatin]=Model datomotora Name[sr@latin]=Model datomotora Name[sv]=Datagränssnittsmodell +Name[tg]=Намунаи Dataengine Name[tr]=Veri motoru modeli Name[uk]=Модель рушія даних Name[x-test]=xxDataengine modelxx diff -Nru plasma-framework-5.61.0/examples/applets/helloworld/metadata.desktop plasma-framework-5.62.0/examples/applets/helloworld/metadata.desktop --- plasma-framework-5.61.0/examples/applets/helloworld/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/helloworld/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -38,6 +38,7 @@ Name[sr@ijekavianlatin]=Zdravo svete Name[sr@latin]=Zdravo svete Name[sv]=hello world +Name[tg]=Салом ҷаҳон Name[tr]=Merhaba Dünya Name[uk]=Привіт, світе Name[x-test]=xxhello worldxx diff -Nru plasma-framework-5.61.0/examples/applets/notes/metadata.desktop plasma-framework-5.62.0/examples/applets/notes/metadata.desktop --- plasma-framework-5.61.0/examples/applets/notes/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/notes/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -33,6 +33,7 @@ Comment[sr@ijekavianlatin]=Primer kako upravljati prevučenim podacima Comment[sr@latin]=Primer kako upravljati prevučenim podacima Comment[sv]=Exempel på hur Släpp data hanteras +Comment[tg]=Мисоли тарзи идоракунии гузоштани иттилоот Comment[tr]=Drop verisinin nasıl yönetileceği örneği Comment[uk]=Приклад керування скинутими даними Comment[x-test]=xxExample on how to manage Drop dataxx @@ -74,6 +75,7 @@ Name[sr@ijekavianlatin]=Primer beleški Name[sr@latin]=Primer beleški Name[sv]=Exempelanteckningar +Name[tg]=Қайдҳои намунавӣ Name[tr]=Örnek notlar Name[uk]=Приклад нотаток Name[x-test]=xxExample notesxx diff -Nru plasma-framework-5.61.0/examples/applets/nowplaying/metadata.desktop plasma-framework-5.62.0/examples/applets/nowplaying/metadata.desktop --- plasma-framework-5.61.0/examples/applets/nowplaying/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/nowplaying/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -35,6 +35,7 @@ Name[sr@ijekavianlatin]=Trenutna svirka (QML) Name[sr@latin]=Trenutna svirka (QML) Name[sv]=Spelar nu (QML) +Name[tg]=Дар ҳоли пахш (QML) Name[tr]=Şimdi çalıyor (QML) Name[uk]=Зараз відтворюється (QML) Name[x-test]=xxNow playing (QML)xx @@ -75,6 +76,7 @@ Comment[sr@ijekavianlatin]=Pokazni upravljač medija plejerom u QML‑u Comment[sr@latin]=Pokazni upravljač medija plejerom u QML‑u Comment[sv]=Ett koncept för styrning av mediaspelare i QML +Comment[tg]=Санҷиши назоратчии qml барои плеери медиаи аслӣ Comment[tr]=Bir ortam oynatıcısı denetçisi qml 'in kavram kanıtı Comment[uk]=Тестова програма для спостереження за відтворенням мультимедійних даних, написана мовою qml Comment[x-test]=xxA proof of concept media player controller qmlxx diff -Nru plasma-framework-5.61.0/examples/applets/qmltasks/metadata.desktop plasma-framework-5.62.0/examples/applets/qmltasks/metadata.desktop --- plasma-framework-5.61.0/examples/applets/qmltasks/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/qmltasks/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -34,6 +34,7 @@ Name[sr@ijekavianlatin]=Prosti zadaci Name[sr@latin]=Prosti zadaci Name[sv]=Fattigmans aktiviteter +Name[tg]=Вазифаҳои хизматрасони PoorMan Name[tr]=Zavallı Adam Görevleri Name[uk]=Задачі для початківців Name[x-test]=xxPoor Man's Tasksxx @@ -74,6 +75,7 @@ Comment[sr@ijekavianlatin]=Primer kako napisati sopstveni vidžet zadataka Comment[sr@latin]=Primer kako napisati sopstveni vidžet zadataka Comment[sv]=Exempel som visar hur man skriver en egen grafisk komponent för aktiviteter +Comment[tg]=Мисоли тарзи навиштани виҷет барои вазифаҳои шахсӣ Comment[tr]=Kendi görev uygulamalarınızın nasıl yazılacağını gösteren örnek Comment[uk]=Приклад, який демонструє створення власного віджета задач Comment[x-test]=xxExample showing how to write your own tasks Widgetxx diff -Nru plasma-framework-5.61.0/examples/applets/samegame/metadata.desktop plasma-framework-5.62.0/examples/applets/samegame/metadata.desktop --- plasma-framework-5.61.0/examples/applets/samegame/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/samegame/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -34,6 +34,7 @@ Name[sr@ijekavianlatin]=Isto‑isto (QML) Name[sr@latin]=Isto‑isto (QML) Name[sv]=Samegame (QML) +Name[tg]=Бозии монанд (QML) Name[tr]=Aynı oyun (QML) Name[uk]=Та сама гра (QML) Name[x-test]=xxSame game (QML)xx @@ -74,6 +75,7 @@ Comment[sr@ijekavianlatin]=Qt‑ov demo isto‑istog na QML‑u pretvoren u plazmoid Comment[sr@latin]=Qt‑ov demo isto‑istog na QML‑u pretvoren u plazmoid Comment[sv]=Samegame QML Qt-demonstrationen konverterad till Plasmoid +Comment[tg]=Намунаи бозии монанди QML Qt ба plasmoid табдил дода мешавад Comment[tr]=Aynı oyunun QML Qt plasmoid olarak çevrilmiş halinin tanıtımı Comment[uk]=Плазмоїд-демонстрація тієї самої гри на основі QML Comment[x-test]=xxThe Same game QML Qt demo converted as plasmoidxx diff -Nru plasma-framework-5.61.0/examples/applets/testcomponents/metadata.desktop plasma-framework-5.62.0/examples/applets/testcomponents/metadata.desktop --- plasma-framework-5.61.0/examples/applets/testcomponents/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/testcomponents/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -37,6 +37,7 @@ Name[sr@ijekavianlatin]=Proba komponenata Name[sr@latin]=Proba komponenata Name[sv]=Komponenttest +Name[tg]=Санҷиши унсурҳо Name[tr]=Bileşen Testi Name[uk]=Тестування компонентів Name[x-test]=xxComponents Testxx diff -Nru plasma-framework-5.61.0/examples/applets/testshaders/metadata.desktop plasma-framework-5.62.0/examples/applets/testshaders/metadata.desktop --- plasma-framework-5.61.0/examples/applets/testshaders/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/testshaders/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -35,6 +35,7 @@ Name[sr@ijekavianlatin]=Proba šejdera Name[sr@latin]=Proba šejdera Name[sv]=Skuggningstest +Name[tg]=Санҷиши соягузор Name[tr]=Gölgelendirici Testi Name[uk]=Тестування підпрограм побудови тіней Name[x-test]=xxShader Testxx @@ -75,6 +76,7 @@ Comment[sr@ijekavianlatin]=Poigravanje sa vizuelnim efektima Comment[sr@latin]=Poigravanje sa vizuelnim efektima Comment[sv]=Greja med visuella effekter +Comment[tg]=Ҷунбидани таъсирҳои намоён Comment[tr]=Görsel efektler ile Müdahale Comment[uk]=Маніпулювання візуальними ефектами Comment[x-test]=xxFutzing with Visual Effectsxx diff -Nru plasma-framework-5.61.0/examples/applets/testtheme/metadata.desktop plasma-framework-5.62.0/examples/applets/testtheme/metadata.desktop --- plasma-framework-5.61.0/examples/applets/testtheme/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/testtheme/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -35,6 +35,7 @@ Name[sr@ijekavianlatin]=Proba teme Name[sr@latin]=Proba teme Name[sv]=Tematest +Name[tg]=Санҷиши мавзӯъ Name[tr]=Tema Testi Name[uk]=Тестування теми Name[x-test]=xxTheme Testxx diff -Nru plasma-framework-5.61.0/examples/applets/widgetgallery/metadata.desktop plasma-framework-5.62.0/examples/applets/widgetgallery/metadata.desktop --- plasma-framework-5.61.0/examples/applets/widgetgallery/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/widgetgallery/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -35,6 +35,7 @@ Name[sr@ijekavianlatin]=Galerija vidžeta Name[sr@latin]=Galerija vidžeta Name[sv]=Grafiskt komponentgalleri +Name[tg]=Нигористони виҷетҳо Name[tr]=Uygulama Galerisi Name[uk]=Галерея віджетів Name[x-test]=xxWidgets galleryxx @@ -74,6 +75,7 @@ Comment[sr@ijekavianlatin]=Galerija vidžeta preko plasma Qt komponenata Comment[sr@latin]=Galerija vidžeta preko plasma Qt komponenata Comment[sv]=galleri av grafiska komponenter skapade med Plasma Qt-komponenter +Comment[tg]=Нигористони виҷетҳои таҳияшуда ба воситаи унсурҳои Plasma Qt Comment[tr]=Plasma QtComponents ile yapılmış gereç galerisi Comment[uk]=Галерея віджетів, створених за допомогою QtComponent-ів Плазми Comment[x-test]=xxgallery of widgets done with Plasma QtComponentsxx diff -Nru plasma-framework-5.61.0/examples/applets/windowthumbnails/metadata.desktop plasma-framework-5.62.0/examples/applets/windowthumbnails/metadata.desktop --- plasma-framework-5.61.0/examples/applets/windowthumbnails/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/applets/windowthumbnails/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -33,6 +33,7 @@ Name[sr@ijekavianlatin]=Primer prozorske liste sličica Name[sr@latin]=Primer prozorske liste sličica Name[sv]=Exempel på miniatyrbilder av fönster +Name[tg]=Мисоли равзана бо рӯйхати ангорадор Name[tr]=Örnek pencere küçük resim listesi Name[uk]=Приклад списку мініатюр вікон Name[x-test]=xxExample window thumbnails listxx @@ -72,6 +73,7 @@ Comment[sr@ijekavianlatin]=Primer za prikazivanje prozorskih sličica Comment[sr@latin]=Primer za prikazivanje prozorskih sličica Comment[sv]=Exempel som visar hur miniatyrbilder av fönster visas +Comment[tg]=Мисоли тарзи намоиши ангораҳои равзана Comment[tr]=Pencere küçük resim listesinin nasıl görüntüleneceğini gösteren örnek Comment[uk]=Приклад, який демонструє показ мініатюр вікон Comment[x-test]=xxExample showing how to display window thumbnailsxx diff -Nru plasma-framework-5.61.0/examples/containments/testcontainment/metadata.desktop plasma-framework-5.62.0/examples/containments/testcontainment/metadata.desktop --- plasma-framework-5.61.0/examples/containments/testcontainment/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/containments/testcontainment/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -35,6 +35,7 @@ Name[sr@ijekavianlatin]=Proba sadržalaca Name[sr@latin]=Proba sadržalaca Name[sv]=Omgivningstest +Name[tg]=Санҷиши дарбаргиранда Name[tr]=Kapsama Testi Name[uk]=Тестування контейнера Name[x-test]=xxContainment Testxx diff -Nru plasma-framework-5.61.0/examples/dataengines/customDataContainers/plasma-dataengine-example-customDataContainers.desktop plasma-framework-5.62.0/examples/dataengines/customDataContainers/plasma-dataengine-example-customDataContainers.desktop --- plasma-framework-5.61.0/examples/dataengines/customDataContainers/plasma-dataengine-example-customDataContainers.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/dataengines/customDataContainers/plasma-dataengine-example-customDataContainers.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -33,6 +33,7 @@ Name[sr@ijekavianlatin]=Posebni sadržaoci podataka Name[sr@latin]=Posebni sadržaoci podataka Name[sv]=Egen DataContainer +Name[tg]=Дарбаргирандаи иттилооти фармоишӣ Name[tr]=Özel Veri Kapları Name[uk]=Нетипові контейнери даних Name[x-test]=xxCustom DataContainersxx @@ -72,6 +73,7 @@ Comment[sr@ijekavianlatin]=Demonstracija izvođenja iz klase DataContainer Comment[sr@latin]=Demonstracija izvođenja iz klase DataContainer Comment[sv]=En demonstration av hur en delklass av DataContainer skapas +Comment[tg]=Намоиши тарзи зерсинфи дарбаргирандаи иттилоотӣ Comment[tr]=Veri haznesinin nasıl altı sınıf yapıldığının bir göstergesi Comment[uk]=Демонстрація створення підкласу DataContainer Comment[x-test]=xxA demonstration of how to subclass DataContainerxx diff -Nru plasma-framework-5.61.0/examples/dataengines/simpleEngine/plasma-dataengine-example-simpleEngine.desktop plasma-framework-5.62.0/examples/dataengines/simpleEngine/plasma-dataengine-example-simpleEngine.desktop --- plasma-framework-5.61.0/examples/dataengines/simpleEngine/plasma-dataengine-example-simpleEngine.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/dataengines/simpleEngine/plasma-dataengine-example-simpleEngine.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -35,6 +35,7 @@ Name[sr@ijekavianlatin]=Jednostavan primer datomotora Name[sr@latin]=Jednostavan primer datomotora Name[sv]=Enkelt exempel på DataEngine +Name[tg]=Мисоли содаи DataEngine Name[tr]=Basit VeriMotoru Örneği Name[uk]=Простий приклад рушія даних Name[x-test]=xxSimple DataEngine Examplexx @@ -75,6 +76,7 @@ Comment[sr@ijekavianlatin]=Vrlo osnovna izvedba datomotora Comment[sr@latin]=Vrlo osnovna izvedba datomotora Comment[sv]=En mycket grundläggande implementering av DataEngine +Comment[tg]=Иҷрокунии осонтарини DataEngine Comment[tr]=Çok basit bir VeriMotoru gerçekleştirimi Comment[uk]=Базова реалізація рушія даних Comment[x-test]=xxA very basic DataEngine implementationxx diff -Nru plasma-framework-5.61.0/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.desktop plasma-framework-5.62.0/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.desktop --- plasma-framework-5.61.0/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/dataengines/sourcesOnRequest/plasma-dataengine-example-sourcesOnRequest.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -33,6 +33,7 @@ Name[sr@ijekavianlatin]=Izvori na zahtev Name[sr@latin]=Izvori na zahtev Name[sv]=Källor på begäran +Name[tg]=Манбаҳои дархостшаванда Name[tr]=İstekteki Kaynaklar Name[uk]=Джерела за запитом Name[x-test]=xxSources On Requestxx @@ -72,6 +73,7 @@ Comment[sr@ijekavianlatin]=Primer datomotora koji pokazuje kako odgovarati na zahteve za stvaranje i dopune izvora Comment[sr@latin]=Primer datomotora koji pokazuje kako odgovarati na zahteve za stvaranje i dopune izvora Comment[sv]=Ett exempel på en DataEngine som visar hur man svara på en begäran om att skapa källor och uppdateringar +Comment[tg]=Мисоли DataEngine нишон медиҳад, ки чӣ тавр ба дархостҳо барои эҷодкунии манбаъ ва навсозӣ посух дода мешавад Comment[tr]=Kaynak oluşturma ve güncelleme için isteklere nasıl cevap verilmesi gerektiğini gösteren bir veri-motoru örneği Comment[uk]=Приклад рушія даних, який демонструє способи відповіді на запити щодо створення джерела і оновлень Comment[x-test]=xxA DataEngine example showing how to respond to requests for source creation and updatesxx diff -Nru plasma-framework-5.61.0/examples/developerguide/basic/metadata.desktop plasma-framework-5.62.0/examples/developerguide/basic/metadata.desktop --- plasma-framework-5.61.0/examples/developerguide/basic/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/developerguide/basic/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -31,6 +31,7 @@ Comment[sr@ijekavianlatin]=Osnovni program Comment[sr@latin]=Osnovni program Comment[sv]=Enkel applikation +Comment[tg]=Барномаи аслӣ Comment[tr]=Temel Uygulama Comment[uk]=Базова програма Comment[x-test]=xxBasic Appxx @@ -73,6 +74,7 @@ Name[sr@ijekavianlatin]=Greška Name[sr@latin]=Greška Name[sv]=Fel +Name[tg]=Хато Name[tr]=Hata Name[uk]=Вада Name[x-test]=xxBugxx diff -Nru plasma-framework-5.61.0/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop plasma-framework-5.62.0/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop --- plasma-framework-5.61.0/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/testcontainmentactionsplugin/plasma-containmentactions-test.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -38,6 +38,7 @@ Name[sr@ijekavianlatin]=Proba Name[sr@latin]=Proba Name[sv]=Test +Name[tg]=Санҷиш Name[tr]=Test Name[ug]=سىنا Name[uk]=Тест @@ -82,6 +83,7 @@ Comment[sr@ijekavianlatin]=Lažni priključak za probe Comment[sr@latin]=Lažni priključak za probe Comment[sv]=Ett exempelinsticksprogram för test +Comment[tg]=Васлкунаки сохтагӣ барои санҷиш Comment[tr]=Denemek için sahte bir eklenti Comment[ug]=سىناشقا ئىشلىتىدىغان قىستۇرما Comment[uk]=Додаток для тестування diff -Nru plasma-framework-5.61.0/examples/wallpapers/autumn/metadata.desktop plasma-framework-5.62.0/examples/wallpapers/autumn/metadata.desktop --- plasma-framework-5.61.0/examples/wallpapers/autumn/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/examples/wallpapers/autumn/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -39,6 +39,7 @@ Name[sr@ijekavianlatin]=Jesen Name[sr@latin]=Jesen Name[sv]=Höst +Name[tg]=Тиpамoҳ Name[tr]=Son Bahar Name[ug]=كۈز Name[uk]=Осінь diff -Nru plasma-framework-5.61.0/po/ar/libplasma5.po plasma-framework-5.62.0/po/ar/libplasma5.po --- plasma-framework-5.61.0/po/ar/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/ar/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2018-06-10 17:53+0300\n" "Last-Translator: Safa Alfulaij \n" "Language-Team: Arabic \n" @@ -741,74 +741,74 @@ msgid "Main Script for Window Switcher" msgstr "السكربِت الرئيسي لمُبدّل النوافذ" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "يجلب نوع الملف…" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "حزمة بلازما" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "فشل تثبيت الحزمة" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "الودجات" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "أضف %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, fuzzy, kde-format #| msgid "Icon" msgctxt "Add icon widget" msgid "Add Icon" msgstr "أضف أيقونة" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "الخلفية" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/bs/libplasma5.po plasma-framework-5.62.0/po/bs/libplasma5.po --- plasma-framework-5.61.0/po/bs/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/bs/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2014-01-31 21:06+0100\n" "Last-Translator: Samir Ribić \n" "Language-Team: bosanski \n" @@ -790,77 +790,77 @@ msgid "Main Script for Window Switcher" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, fuzzy, kde-format #| msgid "Plasma Package Manager" msgid "Plasma Package" msgstr "Plasmin menadžer paketa" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, fuzzy, kde-format #| msgid "Script initialization failed" msgid "Package Installation Failed" msgstr "Neuspjelo pripremanje skripte" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, fuzzy, kde-format #| msgid "Lock Widgets" msgid "Widgets" msgstr "Zaključaj grafičku kontrolu" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, fuzzy, kde-format #| msgid "Wallpaper packages" msgid "Wallpaper" msgstr "Paketi pozadinskih slika" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/ca/libplasma5.po plasma-framework-5.62.0/po/ca/libplasma5.po --- plasma-framework-5.61.0/po/ca/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/ca/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libplasma5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-09 18:47+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" @@ -746,73 +746,73 @@ msgid "Main Script for Window Switcher" msgstr "Script principal per al commutador de finestres" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Contingut descartat" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "S'està recuperant el tipus de fitxer..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Paquet del Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Instal·la" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "La instal·lació del paquet ha fallat" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "El paquet que acabeu de deixar no és vàlid." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Estris" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Afegeix el %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Afegeix una icona" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Fons de pantalla" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Estableix el %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/ca@valencia/libplasma5.po plasma-framework-5.62.0/po/ca@valencia/libplasma5.po --- plasma-framework-5.61.0/po/ca@valencia/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/ca@valencia/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libplasma5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-06-19 13:08+0200\n" "Last-Translator: Empar \n" "Language-Team: Catalan \n" @@ -751,73 +751,73 @@ msgid "Main Script for Window Switcher" msgstr "Script principal per al commutador de finestres" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Contingut descartat" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "S'està recuperant el tipus de fitxer..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Paquet del Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Instal·la" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "La instal·lació del paquet ha fallat" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "El paquet que acabeu de deixar no és vàlid." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "ginys («widgets»)" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Afig el %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Afig una icona" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Fons de pantalla" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Estableix el %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/cs/libplasma5.po plasma-framework-5.62.0/po/cs/libplasma5.po --- plasma-framework-5.61.0/po/cs/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/cs/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -1,14 +1,14 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Vít Pelčák , 2010, 2011, 2013, 2014, 2015, 2016, 2017, 2018. +# Vít Pelčák , 2010, 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019. # Lukáš Tinkl , 2010, 2012. # msgid "" msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" -"PO-Revision-Date: 2018-08-16 10:34+0100\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" +"PO-Revision-Date: 2019-07-31 16:29+0200\n" "Last-Translator: Vit Pelcak \n" "Language-Team: Czech \n" "Language: cs\n" @@ -16,7 +16,7 @@ "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 2.0\n" +"X-Generator: Lokalize 19.04.3\n" "X-Language: cs_CZ\n" "X-Source-Language: en_US\n" @@ -53,7 +53,7 @@ #: declarativeimports/calendar/qml/DaysCalendar.qml:160 #, kde-format msgid "Reset calendar to today" -msgstr "" +msgstr "Resetovat kalendář na dnešek" #: declarativeimports/calendar/qml/MonthView.qml:247 #, kde-format @@ -452,7 +452,7 @@ #: plasma/private/applet_p.cpp:187 #, kde-format msgid "Show Alternatives..." -msgstr "" +msgstr "Zobrazit alternativy..." #: plasma/private/applet_p.cpp:277 #, kde-format @@ -741,73 +741,73 @@ msgid "Main Script for Window Switcher" msgstr "Hlavní skript pro přepínač oken" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" -msgstr "" +msgstr "Obsah byl zahozen" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Stahuje se typ souboru..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Balíček Plasmy" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Instalovat" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Instalace balíčku selhala" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Widgety" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Přidat %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Přidat ikonu" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Tapeta" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Nastavit %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/da/libplasma5.po plasma-framework-5.62.0/po/da/libplasma5.po --- plasma-framework-5.61.0/po/da/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/da/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-05-07 12:28+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" @@ -741,73 +741,73 @@ msgid "Main Script for Window Switcher" msgstr "Hovedscript til vinduesskifter" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Indhold droppet" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Henter filtype..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma-pakke" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Installér" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Installation af pakken mislykkedes" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Pakken du netop slap er ugyldig." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Widgets" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Tilføj %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Tilføj ikon" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Baggrundsbillede" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Sæt %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/de/libplasma5.po plasma-framework-5.62.0/po/de/libplasma5.po --- plasma-framework-5.61.0/po/de/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/de/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-11 07:00+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" @@ -742,73 +742,73 @@ msgid "Main Script for Window Switcher" msgstr "Haupt-Skript für den Fensterwechsler" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Inhalt abgelegt" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Dateityp wird bezogen ..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma-Paket" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Installieren" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Paketinstallation ist fehlgeschlagen" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Das gerade abhgelegte Paket ist ungültig." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Miniprogramme" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "%1 hinzufügen" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Symbol hinzufügen" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Hintergrundbild" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "%1 einstellen" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/el/libplasma5.po plasma-framework-5.62.0/po/el/libplasma5.po --- plasma-framework-5.61.0/po/el/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/el/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2016-09-22 16:19+0200\n" "Last-Translator: Dimitris Kardarakos \n" "Language-Team: Greek \n" @@ -748,74 +748,74 @@ msgid "Main Script for Window Switcher" msgstr "Κύριο σενάριο για την εναλλαγή παραθύρων" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Ανάκτηση τύπου αρχείου..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Πακέτο Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Εγκατάσταση" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Η εγκατάσταση του πακέτου απέτυχε" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Γραφικά συστατικά" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, fuzzy, kde-format #| msgid "Icon" msgctxt "Add icon widget" msgid "Add Icon" msgstr "Εικονίδιο" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Ταπετσαρία" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/en_GB/libplasma5.po plasma-framework-5.62.0/po/en_GB/libplasma5.po --- plasma-framework-5.61.0/po/en_GB/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/en_GB/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-13 13:09+0100\n" "Last-Translator: Steve Allewell \n" "Language-Team: British English \n" @@ -744,73 +744,73 @@ msgid "Main Script for Window Switcher" msgstr "Main Script for Window Switcher" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Content dropped" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Fetching file type..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma Package" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Install" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Package Installation Failed" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "The package you just dropped is invalid." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Widgets" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Add %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Add Icon" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Wallpaper" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Set %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/es/libplasma5.po plasma-framework-5.62.0/po/es/libplasma5.po --- plasma-framework-5.61.0/po/es/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/es/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-11 02:24+0200\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" @@ -744,73 +744,73 @@ msgid "Main Script for Window Switcher" msgstr "Guion principal para el selector de ventana" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Contenido soltado" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Obteniendo el tipo de archivo..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Paquete de Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Instalar" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "La instalación del paquete ha fallado" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "El paquete que acaba de soltar no es válido." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Elementos gráficos" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Añadir %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Añadir icono" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Fondo de escritorio" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Definir %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/et/libplasma5.po plasma-framework-5.62.0/po/et/libplasma5.po --- plasma-framework-5.61.0/po/et/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/et/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2016-09-10 02:24+0300\n" "Last-Translator: Marek Laane \n" "Language-Team: Estonian \n" @@ -744,74 +744,74 @@ msgid "Main Script for Window Switcher" msgstr "Aknavahetaja peamine skript" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Kohale lohistati sisu" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Failitüübi hankimine..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma pakett" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Paigalda" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Paketi paigaldamine nurjus" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Lohistatud pakett on vigane." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Vidinad" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, fuzzy, kde-format #| msgid "Icon" msgctxt "Add icon widget" msgid "Add Icon" msgstr "Ikoon" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Taustapilt" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/eu/libplasma5.po plasma-framework-5.62.0/po/eu/libplasma5.po --- plasma-framework-5.61.0/po/eu/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/eu/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: libplasma5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-28 23:31+0100\n" "Last-Translator: Iñigo Salvador Azurmendi \n" "Language-Team: Basque \n" @@ -747,73 +747,73 @@ msgid "Main Script for Window Switcher" msgstr "Leiho-aldatzaile script-nagusia" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Edukia jaregin da" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Fitxategi mota eskuratzen..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasmaren paketea" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Instalatu" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Paketearen instalazioak huts egin du" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Jaregin duzun paketea baliogabea da." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Trepetak" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Erantsi %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Erantsi ikono bat" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Horma-papera" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Ezarri %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/fi/libplasma5.po plasma-framework-5.62.0/po/fi/libplasma5.po --- plasma-framework-5.61.0/po/fi/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/fi/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-08-03 13:06+0300\n" "Last-Translator: Lasse Liehu \n" "Language-Team: Finnish \n" @@ -749,73 +749,73 @@ msgid "Main Script for Window Switcher" msgstr "Ikkunanvalitsimen pääskripti" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Sisältö pudotettu" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Noudetaan tiedostotyyppiä…" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma-paketti" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Asenna" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Paketin asennus epäonnistui" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Pudottamasi paketti on virheellinen." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Sovelmat" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Lisää %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Lisää kuvake" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Tausta" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Aseta %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/fr/libplasma5.po plasma-framework-5.62.0/po/fr/libplasma5.po --- plasma-framework-5.61.0/po/fr/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/fr/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-25 17:34+0800\n" "Last-Translator: Simon Depiets \n" "Language-Team: French \n" @@ -756,73 +756,73 @@ msgid "Main Script for Window Switcher" msgstr "Script principal pour le changeur de fenêtre" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Contenu déposé" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Réception du type du fichier..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Paquet Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Installer" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Échec de l'installation du paquet" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Le paquet que vous venez de déposer n'est pas valable." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Composants graphiques" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Ajouter %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Ajouter une icône" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Fond d'écran" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Appliquer %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/gd/libplasma5.po plasma-framework-5.62.0/po/gd/libplasma5.po --- plasma-framework-5.61.0/po/gd/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/gd/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2016-04-30 12:08+0100\n" "Last-Translator: GunChleoc \n" "Language-Team: Fòram na Gàidhlig\n" @@ -755,74 +755,74 @@ msgid "Main Script for Window Switcher" msgstr "Prìomh-sgriobt airson suidsear nan uinneagan" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Chaidh an t-susbaint a leigeil às" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "A' faighinn seòrsa an fhaidhle..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Pacaid Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Stàlaich" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Dh’fhàillig le stàladh na pacaide" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Tha a' phacaid a leig thu às mì-dligheach." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Widgets" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, fuzzy, kde-format #| msgid "Icon" msgctxt "Add icon widget" msgid "Add Icon" msgstr "Ìomhaigheag" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Pàipear-balla" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/gl/libplasma5.po plasma-framework-5.62.0/po/gl/libplasma5.po --- plasma-framework-5.61.0/po/gl/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/gl/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-12 23:11+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) \n" "Language-Team: Galician \n" @@ -743,73 +743,73 @@ msgid "Main Script for Window Switcher" msgstr "Script principal do selector de xanelas" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Soltouse contido" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Estase a obter o tipo do ficheiro…" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Paquete de Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Instalar" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "A instalación do paquete fallou" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "O paquete que soltou é incorrecto." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Trebellos" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Engadir %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Engadir unha icona" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Fondo de escritorio" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Estabelecer %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/he/libplasma5.po plasma-framework-5.62.0/po/he/libplasma5.po --- plasma-framework-5.61.0/po/he/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/he/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libplasma5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2017-05-16 06:50-0400\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Hebrew \n" @@ -740,74 +740,74 @@ msgid "Main Script for Window Switcher" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "התקן" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "יישומונים" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, fuzzy, kde-format #| msgid "Icon" msgctxt "Add icon widget" msgid "Add Icon" msgstr "סמל" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "רקע" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/hu/libplasma5.po plasma-framework-5.62.0/po/hu/libplasma5.po --- plasma-framework-5.61.0/po/hu/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/hu/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2018-09-22 18:40+0200\n" "Last-Translator: Kristof Kiszel \n" "Language-Team: Hungarian \n" @@ -746,73 +746,73 @@ msgid "Main Script for Window Switcher" msgstr "Az ablakváltó fő szkriptje" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Tartalom ejtve" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Fájltípus lekérése…" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma csomag" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Telepítés" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Sikertelen csomagtelepítés" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "A most ejtett csomag érvénytelen." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Elemek" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "A(z) %1 hozzáadása" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Ikon hozzáadása" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Háttérkép" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "A(z) %1 beállítása" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/ia/libplasma5.po plasma-framework-5.62.0/po/ia/libplasma5.po --- plasma-framework-5.61.0/po/ia/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/ia/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2017-04-14 23:42+0100\n" "Last-Translator: giovanni \n" "Language-Team: Interlingua \n" @@ -744,74 +744,74 @@ msgid "Main Script for Window Switcher" msgstr "Script principal per commutator de fenestra" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Contento lassate cader" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Reportar typo de file..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Pacchetto de Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Installa" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Initialization de pacchetto falleva" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "le pacchetto que tu lassava cader es invalide." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Widgets" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, fuzzy, kde-format #| msgid "Icon" msgctxt "Add icon widget" msgid "Add Icon" msgstr "Icone" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Tapete de papiro" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/id/libplasma5.po plasma-framework-5.62.0/po/id/libplasma5.po --- plasma-framework-5.61.0/po/id/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/id/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" -"PO-Revision-Date: 2019-07-29 16:23+0700\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" +"PO-Revision-Date: 2019-08-28 16:03+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" "Language: id\n" @@ -17,7 +17,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.04.3\n" +"X-Generator: Lokalize 19.08.0\n" #: declarativeimports/calendar/eventdatadecorator.cpp:64 #, kde-format @@ -156,7 +156,7 @@ #: plasmaquick/private/packages.cpp:119 #, kde-format msgid "Executable Scripts" -msgstr "Skrip Dapat Dieksekusi" +msgstr "Skrip Dapat-dilaksanakan" #: plasma/packagestructure/dataenginepackage.cpp:46 #, kde-format @@ -744,73 +744,73 @@ msgid "Main Script for Window Switcher" msgstr "Skrip Utama untuk Pengalih Window" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Isi yang ditaruh" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Penarikan tipe file ..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Paket Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Instal" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Gagal Penginstalan Paket" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Paket yang baru saja kamu taruh adalah tidak absah." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Widgets" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Tambah %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Tambahkan Ikon" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Wallpaper" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Set %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/it/libplasma5.po plasma-framework-5.62.0/po/it/libplasma5.po --- plasma-framework-5.61.0/po/it/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/it/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-10 09:16+0200\n" "Last-Translator: Vincenzo Reale \n" "Language-Team: Italian \n" @@ -746,73 +746,73 @@ msgid "Main Script for Window Switcher" msgstr "Script principale per scambia finestre" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Contenuto scartato" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Recupero del tipo di file in corso..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Pacchetto di Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Installa" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Installazione pacchetto non riuscita" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Il pacchetto appena rilasciato non è valido." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Oggetti" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Aggiungi %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Aggiungi icona" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Sfondo" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Imposta %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/ja/libplasma5.po plasma-framework-5.62.0/po/ja/libplasma5.po --- plasma-framework-5.61.0/po/ja/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/ja/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-05-22 15:06+0900\n" "Last-Translator: Tomohiro Hyakutake \n" "Language-Team: Japanese \n" @@ -739,74 +739,74 @@ msgid "Main Script for Window Switcher" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma パッケージ" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "インストール" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "パッケージのインストールに失敗" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "ウィジェット" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, fuzzy, kde-format #| msgid "Icon" msgctxt "Add icon widget" msgid "Add Icon" msgstr "アイコン" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "壁紙" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/ko/libplasma5.po plasma-framework-5.62.0/po/ko/libplasma5.po --- plasma-framework-5.61.0/po/ko/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/ko/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-12 00:48+0100\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" @@ -741,73 +741,73 @@ msgid "Main Script for Window Switcher" msgstr "창 전환기 주 스크립트 파일" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "내용 드롭됨" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "파일 형식 가져오는 중..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma 패키지" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "설치" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "패키지 설치 실패" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "끌어다 놓은 패키지가 잘못되었습니다." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "위젯" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "%1 추가" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "아이콘 추가" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "배경 그림" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "%1 설정" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/lt/libplasma5.po plasma-framework-5.62.0/po/lt/libplasma5.po --- plasma-framework-5.61.0/po/lt/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/lt/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: l 10n\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-07-27 16:07+0300\n" "Last-Translator: Moo\n" "Language-Team: lt \n" @@ -745,73 +745,73 @@ msgid "Main Script for Window Switcher" msgstr "Pagrindinis langų perjungiklio scenarijus" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Numestas turinys" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Gaunamas failo tipas..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma paketas" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Įdiegti" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Nepavyko įdiegti paketo" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Jūsų numestas paketas yra neteisingas." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Valdikliai" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Pridėti %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Pridėti piktogramą" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Darbalaukio fonas" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Nustatyti %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/ml/libplasma5.po plasma-framework-5.62.0/po/ml/libplasma5.po --- plasma-framework-5.61.0/po/ml/libplasma5.po 1970-01-01 00:00:00.000000000 +0000 +++ plasma-framework-5.62.0/po/ml/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -0,0 +1,813 @@ +# Malayalam localization of libplasma5 +# Copyright (C) 2019 This file is copyright: +# This file is distributed under the same license as the plasma-framework package. +# ലക്ഷ്മി സുനില്‍ , 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: plasma-framework\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" +"PO-Revision-Date: 2019-08-03 21:10+0530\n" +"Last-Translator: ലക്ഷ്മി സുനില്‍ \n" +"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് \n" +"Language: ml\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.11\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: declarativeimports/calendar/eventdatadecorator.cpp:64 +#, kde-format +msgctxt "Agenda listview section title" +msgid "Holidays" +msgstr "അവധിദിനങ്ങള്‍" + +#: declarativeimports/calendar/eventdatadecorator.cpp:66 +#, kde-format +msgctxt "Agenda listview section title" +msgid "Events" +msgstr "പരിപാടികള്‍" + +#: declarativeimports/calendar/eventdatadecorator.cpp:68 +#, kde-format +msgctxt "Agenda listview section title" +msgid "Todo" +msgstr "ചെയ്യാനുള്ളവ" + +#: declarativeimports/calendar/eventdatadecorator.cpp:70 +#, kde-format +msgctxt "Means 'Other calendar items'" +msgid "Other" +msgstr "മറ്റുള്ളവ" + +#: declarativeimports/calendar/qml/DaysCalendar.qml:158 +#, kde-format +msgctxt "Reset calendar to today" +msgid "Today" +msgstr "ഇന്ന്" + +#: declarativeimports/calendar/qml/DaysCalendar.qml:160 +#, kde-format +msgid "Reset calendar to today" +msgstr "കലണ്ടര്‍ ഇന്നത്തേക്ക്മാറ്റുക" + +#: declarativeimports/calendar/qml/MonthView.qml:247 +#, kde-format +msgid "Previous Month" +msgstr "മുന്‍മാസം" + +#: declarativeimports/calendar/qml/MonthView.qml:248 +#, kde-format +msgid "Next Month" +msgstr "അടുത്തമാസം" + +#: declarativeimports/calendar/qml/MonthView.qml:275 +#, kde-format +msgid "Previous Year" +msgstr "മുന്‍വര്‍ഷം" + +#: declarativeimports/calendar/qml/MonthView.qml:276 +#, kde-format +msgid "Next Year" +msgstr "അടുത്തവര്‍ഷം" + +#: declarativeimports/calendar/qml/MonthView.qml:308 +#, kde-format +msgid "Previous Decade" +msgstr "മുന്‍ദശാബ്ദം" + +#: declarativeimports/calendar/qml/MonthView.qml:309 +#, kde-format +msgid "Next Decade" +msgstr "അടുത്തദശാബ്ദം" + +#: declarativeimports/plasmacomponents/qml/QueryDialog.qml:52 +#, kde-format +msgid "OK" +msgstr "ശരി" + +#: declarativeimports/plasmacomponents/qml/QueryDialog.qml:53 +#, kde-format +msgid "Cancel" +msgstr "റദ്ദാക്കുക" + +#: plasma/applet.cpp:355 +#, kde-format +msgid "Unknown" +msgstr "അജ്ഞാതം" + +#: plasma/applet.cpp:671 +#, kde-format +msgid "Activate %1 Widget" +msgstr "%1 വിഡ്ജറ്റ് സജീവമാക്കുക" + +#: plasma/containment.cpp:120 plasma/private/applet_p.cpp:124 +#, kde-format +msgctxt "%1 is the name of the applet" +msgid "Remove %1" +msgstr "%1 കളയുക" + +#: plasma/containment.cpp:125 plasma/private/applet_p.cpp:129 +#, kde-format +msgctxt "%1 is the name of the applet" +msgid "Configure %1..." +msgstr "%1 സജ്ജീകരിക്കുക" + +#: plasma/corona.cpp:368 plasma/corona.cpp:440 +#, kde-format +msgid "Lock Widgets" +msgstr "വിഡ്ജറ്റ്സ് ഉറപ്പിക്കുക" + +#: plasma/corona.cpp:368 +#, kde-format +msgid "Unlock Widgets" +msgstr "" + +#. i18n: ectx: label, entry, group (CachePolicies) +#: plasma/data/kconfigxt/libplasma-theme-global.kcfg:9 +#, fuzzy, kde-format +msgid "Whether or not to create an on-disk cache for the theme." +msgstr "പ്രമേയത്തിനായുള്ള ഓണ്‍-ഡിസ്ക് കാഷെ സൃഷ്ടിക്കണോ വേണ്ടയോ" + +#. i18n: ectx: label, entry, group (CachePolicies) +#: plasma/data/kconfigxt/libplasma-theme-global.kcfg:14 +#, kde-format +msgid "" +"The maximum size of the on-disk Theme cache in kilobytes. Note that these " +"files are sparse files, so the maximum size may not be used. Setting a " +"larger size is therefore often quite safe." +msgstr "" + +#: plasma/packagestructure/dataenginepackage.cpp:39 +#: plasma/packagestructure/packages.cpp:98 plasmaquick/private/packages.cpp:117 +#, kde-format +msgid "Data Files" +msgstr "ഡാറ്റ ഫയലുകള്‍" + +#: plasma/packagestructure/dataenginepackage.cpp:41 +#: plasma/packagestructure/packages.cpp:100 +#: plasmaquick/private/packages.cpp:119 +#, kde-format +msgid "Executable Scripts" +msgstr "പ്രവര്‍ത്തിപ്പിക്കാവുന്ന സ്ക്രിപ്റ്റുകള്‍" + +#: plasma/packagestructure/dataenginepackage.cpp:46 +#, kde-format +msgid "Service Descriptions" +msgstr "സേവനവിവരണം" + +#: plasma/packagestructure/dataenginepackage.cpp:49 +#: plasma/packagestructure/packages.cpp:106 +#: plasmaquick/private/packages.cpp:124 +#, kde-format +msgid "Translations" +msgstr "പരിഭാഷ" + +#: plasma/packagestructure/packages.cpp:42 +#: plasma/packagestructure/packages.cpp:62 plasmaquick/private/packages.cpp:86 +#: plasmaquick/private/packages.cpp:131 +#, kde-format +msgid "Main Script File" +msgstr "പ്രധാനസ്ക്രിപ്റ്റ് ഫയല്‍" + +#: plasma/packagestructure/packages.cpp:43 +#, kde-format +msgid "Tests" +msgstr "പരിശോധനകള്‍" + +#: plasma/packagestructure/packages.cpp:84 plasmaquick/private/packages.cpp:103 +#, kde-format +msgid "Images" +msgstr "ചിത്രങ്ങള്‍" + +#: plasma/packagestructure/packages.cpp:85 plasmaquick/private/packages.cpp:104 +#, kde-format +msgid "Themed Images" +msgstr "പ്രമേയമുള്ള ചിത്രങ്ങള്‍" + +#: plasma/packagestructure/packages.cpp:91 plasmaquick/private/packages.cpp:110 +#, kde-format +msgid "Configuration Definitions" +msgstr "സജ്ജീകരണ നിര്‍വചനങ്ങള്‍" + +#: plasma/packagestructure/packages.cpp:96 plasmaquick/private/packages.cpp:115 +#, kde-format +msgid "User Interface" +msgstr "" + +#: plasma/packagestructure/packages.cpp:104 +#, kde-format +msgid "Screenshot" +msgstr "സ്ക്രീന്‍ഷോട്ട്" + +#: plasma/packagestructure/plasmathemepackage.cpp:40 +#, kde-format +msgid "Images for dialogs" +msgstr "ഡയലോഗിനായുള്ള ചിത്രങ്ങള്‍" + +#: plasma/packagestructure/plasmathemepackage.cpp:42 +#: plasma/packagestructure/plasmathemepackage.cpp:44 +#, kde-format +msgid "Generic dialog background" +msgstr "" + +#: plasma/packagestructure/plasmathemepackage.cpp:46 +#: plasma/packagestructure/plasmathemepackage.cpp:48 +#, kde-format +msgid "Theme for the logout dialog" +msgstr "ലോഗൗട്ട് ഡയലോഗിനായുള്ള പ്രമേയം" + +#: plasma/packagestructure/plasmathemepackage.cpp:50 +#, kde-format +msgid "Wallpaper packages" +msgstr " പശ്ചാത്തലചിത്രപാക്കേജുകള്‍" + +#: plasma/packagestructure/plasmathemepackage.cpp:52 +#, kde-format +msgid "Images for widgets" +msgstr "വിഡ്ജറ്റുകള്‍ക്കായുള്ള ചിത്രങ്ങള്‍" + +#: plasma/packagestructure/plasmathemepackage.cpp:54 +#: plasma/packagestructure/plasmathemepackage.cpp:56 +#, kde-format +msgid "Background image for widgets" +msgstr "വിഡ്ജറ്റുകള്‍ക്കായുള്ള പശ്ചാത്തലചിത്രം" + +#: plasma/packagestructure/plasmathemepackage.cpp:58 +#: plasma/packagestructure/plasmathemepackage.cpp:60 +#, kde-format +msgid "Analog clock face" +msgstr "അനലോഗ് ഘടികാരപ്രതലം" + +#: plasma/packagestructure/plasmathemepackage.cpp:62 +#: plasma/packagestructure/plasmathemepackage.cpp:64 +#, kde-format +msgid "Background image for panels" +msgstr "പാളികള്‍ക്കായുള്ള പശ്ചാത്തലചിത്രം" + +#: plasma/packagestructure/plasmathemepackage.cpp:66 +#: plasma/packagestructure/plasmathemepackage.cpp:68 +#, kde-format +msgid "Background for graphing widgets" +msgstr "ഗ്രാഫിംഗ് വിഡ്ജറ്റുകള്‍ക്കായുള്ള പശ്ചാത്തലചിത്രം" + +#: plasma/packagestructure/plasmathemepackage.cpp:70 +#: plasma/packagestructure/plasmathemepackage.cpp:72 +#, kde-format +msgid "Background image for tooltips" +msgstr "സൂചനകള്‍ക്കുള്ള പശ്ചാത്തലചിത്രം" + +#: plasma/packagestructure/plasmathemepackage.cpp:74 +#, fuzzy, kde-format +msgid "Opaque images for dialogs" +msgstr "ഡയലോഗ് ബോക്സിനായുള്ള അതാര്യ ചിത്രങ്ങള്‍" + +#: plasma/packagestructure/plasmathemepackage.cpp:76 +#: plasma/packagestructure/plasmathemepackage.cpp:78 +#, kde-format +msgid "Opaque generic dialog background" +msgstr "" + +#: plasma/packagestructure/plasmathemepackage.cpp:80 +#: plasma/packagestructure/plasmathemepackage.cpp:82 +#, kde-format +msgid "Opaque theme for the logout dialog" +msgstr "ലോഗൗട്ട് ഡയലോഗിനായുള്ള അതാര്യ പ്രമേയം" + +#: plasma/packagestructure/plasmathemepackage.cpp:84 +#, kde-format +msgid "Opaque images for widgets" +msgstr "വിഡ്ജറ്റിനായുള്ള അതാര്യ ചിത്രങ്ങള്‍" + +#: plasma/packagestructure/plasmathemepackage.cpp:86 +#: plasma/packagestructure/plasmathemepackage.cpp:88 +#, kde-format +msgid "Opaque background image for panels" +msgstr "പാളികള്‍ക്കായുള്ള അതാര്യ പശ്ചാത്തലചിത്രം" + +#: plasma/packagestructure/plasmathemepackage.cpp:90 +#: plasma/packagestructure/plasmathemepackage.cpp:92 +#, kde-format +msgid "Opaque background image for tooltips" +msgstr "സൂചനകള്‍ക്കുള്ള അതാര്യപശ്ചാത്തലചിത്രം" + +#: plasma/packagestructure/plasmathemepackage.cpp:94 +#, fuzzy, kde-format +msgid "KColorScheme configuration file" +msgstr "കെകളര്‍സ്കീം സജ്ജീകരണ ഫയല്‍" + +#: plasma/packagestructure/plasmoidpackage.cpp:39 +#, kde-format +msgid "Configuration UI pages model" +msgstr "" + +#: plasma/packagestructure/plasmoidpackage.cpp:40 +#, kde-format +msgid "Configuration XML file" +msgstr "" + +#: plasma/packagestructure/plasmoidpackage.cpp:51 +#, kde-format +msgid "Custom expander for compact applets" +msgstr "" + +#: plasma/pluginloader.cpp:104 +#, kde-format +msgid "Accessibility" +msgstr "പ്രാപ്യത" + +#: plasma/pluginloader.cpp:105 +#, kde-format +msgid "Application Launchers" +msgstr "ആപ്ലിക്കേഷന്‍ ലോഞ്ചര്‍" + +#: plasma/pluginloader.cpp:106 +#, kde-format +msgid "Astronomy" +msgstr "ജ്യോതിശാസ്ത്രം" + +#: plasma/pluginloader.cpp:107 +#, kde-format +msgid "Date and Time" +msgstr "തീയതിയും സമയവും" + +#: plasma/pluginloader.cpp:108 +#, fuzzy, kde-format +msgid "Development Tools" +msgstr "വികസനത്തിനായുള്ള ഉപകരണങ്ങള്‍" + +#: plasma/pluginloader.cpp:109 +#, kde-format +msgid "Education" +msgstr "വിദ്യാഭ്യാസം" + +#: plasma/pluginloader.cpp:110 +#, kde-format +msgid "Environment and Weather" +msgstr "പരിസരവും കാലാവസ്ഥയും" + +#: plasma/pluginloader.cpp:111 +#, kde-format +msgid "Examples" +msgstr "ഉദാഹരണങ്ങള്‍" + +#: plasma/pluginloader.cpp:112 +#, kde-format +msgid "File System" +msgstr "ഫയല്‍ സിസ്റ്റം" + +#: plasma/pluginloader.cpp:113 +#, kde-format +msgid "Fun and Games" +msgstr "കേളിയും കളികളും" + +#: plasma/pluginloader.cpp:114 +#, kde-format +msgid "Graphics" +msgstr "ഗ്രാഫിക്സ്" + +#: plasma/pluginloader.cpp:115 +#, kde-format +msgid "Language" +msgstr "ഭാഷ" + +#: plasma/pluginloader.cpp:116 +#, kde-format +msgid "Mapping" +msgstr "മാപ്പിംഗ്" + +#: plasma/pluginloader.cpp:117 +#, kde-format +msgid "Miscellaneous" +msgstr "പലവക" + +#: plasma/pluginloader.cpp:118 +#, kde-format +msgid "Multimedia" +msgstr "മള്‍ട്ടിമീഡിയ" + +#: plasma/pluginloader.cpp:119 +#, kde-format +msgid "Online Services" +msgstr "ഓണ്‍ലൈന്‍ സേവനങ്ങള്‍" + +#: plasma/pluginloader.cpp:120 +#, kde-format +msgid "Productivity" +msgstr "ഉത്പാദനക്ഷമത" + +#: plasma/pluginloader.cpp:121 +#, kde-format +msgid "System Information" +msgstr "സിസ്റ്റം അറിവ്" + +#: plasma/pluginloader.cpp:122 +#, kde-format +msgid "Utilities" +msgstr "" + +#: plasma/pluginloader.cpp:123 +#, kde-format +msgid "Windows and Tasks" +msgstr "ജാലകങ്ങളും ജോലികളും" + +#: plasma/pluginloader.cpp:124 +#, fuzzy, kde-format +msgid "Clipboard" +msgstr "ഓര്‍മ്മച്ചെപ്പ്" + +#: plasma/pluginloader.cpp:125 +#, kde-format +msgid "Tasks" +msgstr "ജോലികള്‍" + +#: plasma/pluginloader.cpp:592 plasma/pluginloader.cpp:593 +#, kde-format +msgctxt "misc category" +msgid "Miscellaneous" +msgstr "പലവക" + +#: plasma/private/applet_p.cpp:144 +#, kde-format +msgid "The %1 widget did not define which ScriptEngine to use." +msgstr "%1 വിഡ്ജറ്റ് ഏത് സ്ക്രിപ്റ്റ് എന്‍ജിനാണ് ഉപയോഗിക്കേണ്ടതെന്ന് നിര്‍വചിച്ചിട്ടില്ല." + +#: plasma/private/applet_p.cpp:161 +#, kde-format +msgctxt "Package file, name of the widget" +msgid "Could not open the %1 package required for the %2 widget." +msgstr "%2 വിഡ്ജറ്റിനാവശ്യമായ %1 പാക്കേജ് തുറക്കാനായില്ല." + +#: plasma/private/applet_p.cpp:182 +#, kde-format +msgctxt "" +"API or programming language the widget was written in, name of the widget" +msgid "Could not create a %1 ScriptEngine for the %2 widget." +msgstr "%2 വിഡ്ജറ്റിനു വേണ്ട %1 സ്ക്രിപ്റ്റ് എന്‍ജിന്‍ സൃഷ്ടിക്കുവാനായില്ല." + +#: plasma/private/applet_p.cpp:187 +#, kde-format +msgid "Show Alternatives..." +msgstr "മറ്റു മാര്‍ഗങ്ങള്‍ കാണിക്കുക..." + +#: plasma/private/applet_p.cpp:277 +#, kde-format +msgid "Widget Removed" +msgstr " വിഡ്ജറ്റ് നീക്കംചെയ്യപ്പെട്ടു" + +#: plasma/private/applet_p.cpp:278 +#, kde-format +msgid "The widget \"%1\" has been removed." +msgstr "%1 വിഡ്ജറ്റ് നീക്കംചെയ്യപ്പെട്ടിരിക്കുന്നു." + +#: plasma/private/applet_p.cpp:280 +#, kde-format +msgid "Panel Removed" +msgstr "പാളി നീക്കംചെയ്യപ്പെട്ടു" + +#: plasma/private/applet_p.cpp:281 +#, kde-format +msgid "A panel has been removed." +msgstr "ഒരു പാളി നീക്കംചെയ്യപ്പെട്ടിരിക്കുന്നു." + +#: plasma/private/applet_p.cpp:284 +#, kde-format +msgid "Desktop Removed" +msgstr "ഡെസ്ക്ടോപ്പ് നീക്കംചെയ്യപ്പെട്ടു" + +#: plasma/private/applet_p.cpp:285 +#, kde-format +msgid "A desktop has been removed." +msgstr "ഒരു ഡെസ്ക്ടോപ്പ് നീക്കംചെയ്യപ്പെട്ടിരിക്കുന്നു." + +#: plasma/private/applet_p.cpp:288 +#, kde-format +msgid "Undo" +msgstr "തിരിച്ചെടുക്കുക" + +#: plasma/private/applet_p.cpp:378 +#, kde-format +msgid "Widget Settings" +msgstr "വിഡ്ജറ്റ് ക്രമീകരണങ്ങള്‍" + +#: plasma/private/applet_p.cpp:385 +#, kde-format +msgid "Remove this Widget" +msgstr "ഈ വിഡ്ജറ്റ് നീക്കംചെയ്യുക" + +#: plasma/private/applet_p.cpp:392 +#: plasma/private/associatedapplicationmanager.cpp:77 +#: plasma/private/associatedapplicationmanager.cpp:136 +#: plasma/private/associatedapplicationmanager.cpp:178 +#, kde-format +msgid "Run the Associated Application" +msgstr "ബന്ധപ്പെട്ട ആപ്ലിക്കേഷന്‍ പ്രവര്‍ത്തിപ്പിക്കുക" + +#: plasma/private/applet_p.cpp:484 +#, kde-format +msgid "Script initialization failed" +msgstr "സ്ക്രിപ്റ്റ് ആരംഭിക്കല്‍ പരാജയപ്പെട്ടു." + +#: plasma/private/associatedapplicationmanager.cpp:74 +#: plasma/private/associatedapplicationmanager.cpp:175 +#, kde-format +msgid "Open with %1" +msgstr "%1-ഓടുകൂടി തുറക്കുക" + +#: plasma/private/containment_p.cpp:76 +#, kde-format +msgid "Remove this Panel" +msgstr "ഈ പാളി നീക്കംചെയ്യുക" + +#: plasma/private/containment_p.cpp:78 +#, kde-format +msgid "Remove this Activity" +msgstr "ഈ പ്രവൃത്തി നീക്കംചെയ്യുക" + +#: plasma/private/containment_p.cpp:84 +#, kde-format +msgid "Activity Settings" +msgstr "പ്രവൃത്തി ക്രമീകരണങ്ങള്‍" + +#: plasma/private/containment_p.cpp:90 +#, kde-format +msgid "Add Widgets..." +msgstr "വിഡ്ജറ്റ് ചേര്‍ക്കുക..." + +#: plasma/private/containment_p.cpp:206 +#, kde-format +msgid "Could not find requested component: %1" +msgstr "ആവശ്യപ്പെട്ട ഘടകം കണ്ടെത്തുവാനായില്ല: %1" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: plasma/private/publish.ui:17 +#, fuzzy, kde-format +msgid "" +"Sharing a widget on the network allows you to access this widget from " +"another computer as a remote control." +msgstr "" +"ഒരു വി‍‍ഡ്ജറ്റ് ശൃഖലയില്‍ പങ്കുവയ്ക്കുന്നത് ആ വിഡ്ജറ്റ് വിദൂരത്തിലുള്ള മറ്റൊരു കമ്പ്യൂട്ടറില്‍ നിന്ന് " +"നിയന്ത്രിക്കാന്‍ അനുവദിക്കുന്നു." + +#. i18n: ectx: property (text), widget (QCheckBox, publishCheckbox) +#: plasma/private/publish.ui:27 +#, kde-format +msgid "Share this widget on the network" +msgstr "ഈ വിഡ്ജറ്റ് ശൃംഖലയില്‍ പങ്കുവയ്ക്കുക" + +#. i18n: ectx: property (text), widget (QCheckBox, allUsersCheckbox) +#: plasma/private/publish.ui:37 +#, kde-format +msgid "Allow everybody to freely access this widget" +msgstr "എല്ലാവരേയും ഈ വിഡ്ജറ്റ് ഉപയോഗിക്കാന്‍ അനുവദിക്കുക" + +#: plasma/private/service_p.h:47 +#, kde-format +msgctxt "Error message, tried to start an invalid service" +msgid "Invalid (null) service, can not perform any operations." +msgstr "അസാധുവായ സേവനം, യാതൊരു പ്രക്രിയയും നിര്‍വഹിക്കാനാവുന്നില്ല." + +#: plasmaquick/appletquickitem.cpp:611 +#, fuzzy, kde-format +msgid "Error loading QML file: %1" +msgstr "ക്യുഎംഎല്‍ ഫയല്‍ തുറക്കുന്നതിനിടയില്‍ പിശക്: %1" + +#: plasmaquick/appletquickitem.cpp:613 +#, kde-format +msgid "Error loading Applet: package inexistent. %1" +msgstr "" + +#: plasmaquick/configview.cpp:108 +#, kde-format +msgid "%1 Settings" +msgstr "%1 ക്രമീകരണങ്ങള്‍" + +#: plasmaquick/private/packages.cpp:37 +#, fuzzy, kde-format +msgid "Default settings for theme, etc." +msgstr "പ്രമേയത്തിനും മറ്റുമുള്ള സഹജമായ ക്രമീകരണങ്ങള്‍" + +#: plasmaquick/private/packages.cpp:39 +#, kde-format +msgid "Color scheme to use for applications." +msgstr "ആപ്ലിക്കേഷനുപയോഗിക്കുന്ന നിറപദ്ധതി" + +#: plasmaquick/private/packages.cpp:42 +#, kde-format +msgid "Preview Images" +msgstr "ചിത്രങ്ങളുടെ തിരനോട്ടം" + +#: plasmaquick/private/packages.cpp:43 +#, kde-format +msgid "Preview for the Login Manager" +msgstr "" + +#: plasmaquick/private/packages.cpp:44 +#, kde-format +msgid "Preview for the Lock Screen" +msgstr "" + +#: plasmaquick/private/packages.cpp:45 +#, kde-format +msgid "Preview for the Userswitcher" +msgstr "" + +#: plasmaquick/private/packages.cpp:46 +#, kde-format +msgid "Preview for the Virtual Desktop Switcher" +msgstr "" + +#: plasmaquick/private/packages.cpp:47 +#, kde-format +msgid "Preview for Splash Screen" +msgstr "" + +#: plasmaquick/private/packages.cpp:48 +#, fuzzy, kde-format +msgid "Preview for KRunner" +msgstr "കെറണ്ണറിന്റെ തിരനോട്ടം" + +#: plasmaquick/private/packages.cpp:49 +#, kde-format +msgid "Preview for the Window Decorations" +msgstr "" + +#: plasmaquick/private/packages.cpp:50 +#, kde-format +msgid "Preview for Window Switcher" +msgstr "" + +#: plasmaquick/private/packages.cpp:52 +#, kde-format +msgid "Login Manager" +msgstr "പ്രവേശനത്തിനുള്ള മാനേജര്‍" + +#: plasmaquick/private/packages.cpp:53 +#, kde-format +msgid "Main Script for Login Manager" +msgstr "" + +#: plasmaquick/private/packages.cpp:55 +#, kde-format +msgid "Logout Dialog" +msgstr "പുറത്തുകടക്കാനുള്ള ഡയലോഗ്" + +#: plasmaquick/private/packages.cpp:56 +#, kde-format +msgid "Main Script for Logout Dialog" +msgstr "" + +#: plasmaquick/private/packages.cpp:58 +#, kde-format +msgid "Screenlocker" +msgstr "" + +#: plasmaquick/private/packages.cpp:59 +#, kde-format +msgid "Main Script for Lock Screen" +msgstr "" + +#: plasmaquick/private/packages.cpp:61 +#, kde-format +msgid "UI for fast user switching" +msgstr "" + +#: plasmaquick/private/packages.cpp:62 +#, kde-format +msgid "Main Script for User Switcher" +msgstr "" + +#: plasmaquick/private/packages.cpp:64 +#, fuzzy, kde-format +msgid "Virtual Desktop Switcher" +msgstr "മറ്റൊരു സാങ്കല്‍പ്പിക ഡെസ്ക്ടോപ്പിലേക്ക് മാറുക" + +#: plasmaquick/private/packages.cpp:65 +#, kde-format +msgid "Main Script for Virtual Desktop Switcher" +msgstr "" + +#: plasmaquick/private/packages.cpp:67 +#, kde-format +msgid "On-Screen Display Notifications" +msgstr "" + +#: plasmaquick/private/packages.cpp:68 +#, kde-format +msgid "Main Script for On-Screen Display Notifications" +msgstr "" + +#: plasmaquick/private/packages.cpp:70 +#, kde-format +msgid "Splash Screen" +msgstr "" + +#: plasmaquick/private/packages.cpp:71 +#, kde-format +msgid "Main Script for Splash Screen" +msgstr "" + +#: plasmaquick/private/packages.cpp:73 +#, kde-format +msgid "KRunner UI" +msgstr "" + +#: plasmaquick/private/packages.cpp:74 +#, kde-format +msgid "Main Script KRunner" +msgstr "" + +#: plasmaquick/private/packages.cpp:76 +#, kde-format +msgid "Window Decoration" +msgstr "ജാലകത്തിനായുള്ള അലങ്കാരങ്ങള്‍" + +#: plasmaquick/private/packages.cpp:77 +#, kde-format +msgid "Main Script for Window Decoration" +msgstr "" + +#: plasmaquick/private/packages.cpp:79 +#, fuzzy, kde-format +msgid "Window Switcher" +msgstr "മറ്റൊരു ജാലകത്തിലേക്ക് മാറുക" + +#: plasmaquick/private/packages.cpp:80 +#, kde-format +msgid "Main Script for Window Switcher" +msgstr "" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 +#, kde-format +msgid "Content dropped" +msgstr "ഉള്ളടക്കം ഉപേക്ഷിക്കപ്പെട്ടു" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 +#, fuzzy, kde-format +msgid "Fetching file type..." +msgstr "ആ ഫയല്‍ തരം ലഭ്യമാക്കുന്നു..." + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 +#, kde-format +msgid "Plasma Package" +msgstr "പ്ലാസ്മ പാക്കേജ്" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 +#, kde-format +msgid "Install" +msgstr "ഇന്‍സ്റ്റാള്‍" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 +#, kde-format +msgid "Package Installation Failed" +msgstr "പാക്കേജ് ഇന്‍സ്റ്റാളേഷന്‍ പരാജയപ്പെട്ടു" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 +#, kde-format +msgid "The package you just dropped is invalid." +msgstr "നിങ്ങളിപ്പോള്‍ നല്‍കിയ പാക്കേജ് സ്വീകാര്യമല്ല." + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 +#, kde-format +msgid "Widgets" +msgstr "വിഡ്ജറ്റുകള്‍" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 +#, kde-format +msgctxt "Add widget" +msgid "Add %1" +msgstr "%1 ചേര്‍ക്കുക [വിഡ്ജറ്റ് ചേര്‍ക്കുക]" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 +#, kde-format +msgctxt "Add icon widget" +msgid "Add Icon" +msgstr "സൂചനാചിത്രങ്ങള്‍ ചേര്‍ക്കുക" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 +#, kde-format +msgid "Wallpaper" +msgstr "പശ്ചാത്തലചിത്രം" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 +#, kde-format +msgctxt "Set wallpaper" +msgid "Set %1" +msgstr "%1 -നെ തീര്‍ച്ചപ്പെടുത്തുക" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 +#, kde-format +msgctxt "%1 is the name of the containment" +msgid "%1 Options" +msgstr "%1 സാധ്യതകള്‍" diff -Nru plasma-framework-5.61.0/po/mr/libplasma5.po plasma-framework-5.62.0/po/mr/libplasma5.po --- plasma-framework-5.61.0/po/mr/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/mr/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2013-03-09 14:27+0530\n" "Last-Translator: Chetan Khona \n" "Language-Team: Marathi \n" @@ -746,75 +746,75 @@ msgid "Main Script for Window Switcher" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, fuzzy, kde-format #| msgid "Plasma Package Manager" msgid "Plasma Package" msgstr "प्लाज्मा पॅकेज व्यवस्थापक" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, fuzzy, kde-format #| msgid "Error: Installation of %1 failed: %2" msgid "Package Installation Failed" msgstr "त्रुटी : %1 ची प्रतिष्ठापना करण्यास अपयश: %2" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/nb/libplasma5.po plasma-framework-5.62.0/po/nb/libplasma5.po --- plasma-framework-5.61.0/po/nb/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/nb/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2018-06-23 18:51+0100\n" "Last-Translator: Øystein Steffensen-Alværvik \n" "Language-Team: Norwegian Bokmål \n" @@ -744,73 +744,73 @@ msgid "Main Script for Window Switcher" msgstr "Hovedskript for vindusbytter" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Henter filtype …" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Installer" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Elementer" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Tapet" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/nds/libplasma5.po plasma-framework-5.62.0/po/nds/libplasma5.po --- plasma-framework-5.61.0/po/nds/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/nds/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2014-08-13 22:05+0200\n" "Last-Translator: Sönke Dibbern \n" "Language-Team: Low Saxon \n" @@ -753,76 +753,76 @@ msgid "Main Script for Window Switcher" msgstr "Hööftskript för de Finsterwesseln" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Dateityp warrt haalt..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, fuzzy, kde-format #| msgid "Plasma Package Manager" msgid "Plasma Package" msgstr "Pleger för Plasma-Paketen" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, fuzzy, kde-format #| msgid "Script initialization failed" msgid "Package Installation Failed" msgstr "Torechtmaken vun't Skript is fehlslaan" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Lüttprogrammen" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, fuzzy, kde-format #| msgid "Icon" msgctxt "Add icon widget" msgid "Add Icon" msgstr "Lüttbild" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Achtergrundbild" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/nl/libplasma5.po plasma-framework-5.62.0/po/nl/libplasma5.po --- plasma-framework-5.61.0/po/nl/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/nl/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-09 11:47+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -743,73 +743,73 @@ msgid "Main Script for Window Switcher" msgstr "Hoofdscript van het wisselen van venster" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Inhoud vervallen" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Bestandstype ophalen..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma-pakket" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Installeren" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Pakketinstallatie is mislukt" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Het pakket dat u zojuist liet vallen is ongeldig." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Widgets" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "%1 toevoegen" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Pictogram toevoegen" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Achtergrondafbeelding" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "%1 instellen" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/nn/libplasma5.po plasma-framework-5.62.0/po/nn/libplasma5.po --- plasma-framework-5.61.0/po/nn/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/nn/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasmapkg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-10 19:52+0200\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" @@ -745,73 +745,73 @@ msgid "Main Script for Window Switcher" msgstr "Hovudskript for vindaugsbytar" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Innhald sleppt" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Hentar filtype …" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma-pakke" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Installer" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Feil ved pakkeinstallering" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Pakken du sleppte er ugyldig." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Skjermelement" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Legg til %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Legg til ikon" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Bakgrunnsbilete" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Set %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/pa/libplasma5.po plasma-framework-5.62.0/po/pa/libplasma5.po --- plasma-framework-5.61.0/po/pa/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/pa/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2018-06-22 20:54-0600\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi \n" @@ -740,73 +740,73 @@ msgid "Main Script for Window Switcher" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "...ਫਾਈਲ ਕਿਸਮ ਲਈ ਜਾ ਰਹੀ ਹੈ" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "ਪਲਾਜ਼ਮਾ ਪੈਕੇਜ" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "ਇੰਸਟਾਲ ਕਰੋ" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "ਪੈਕੇਜ ਇੰਸਟਾਲੇਸ਼ਨ ਅਸਫ਼ਲ ਹੈ" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "ਵਿਦਜੈੱਟ" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "%1 ਜੋੜੋ" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "ਆਈਕਾਨ ਜੋੜੋ" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "ਵਾਲਪੇਪਰ" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "%1 ਸੈੱਟ ਕਰੋ" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/pl/libplasma5.po plasma-framework-5.62.0/po/pl/libplasma5.po --- plasma-framework-5.61.0/po/pl/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/pl/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" -"PO-Revision-Date: 2019-05-11 06:02+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" +"PO-Revision-Date: 2019-08-15 07:05+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" "Language: pl\n" @@ -456,7 +456,7 @@ #: plasma/private/applet_p.cpp:187 #, kde-format msgid "Show Alternatives..." -msgstr "Pokaż alternatywne..." +msgstr "Pokaż zamienniki..." #: plasma/private/applet_p.cpp:277 #, kde-format @@ -745,73 +745,73 @@ msgid "Main Script for Window Switcher" msgstr "Główny skrypt dla przełącznika okien" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Upuszczono zawartość" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Pobieranie rodzaju pliku..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Pakiet Plazmy" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Wgraj" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Niepowodzenia wgrywania pakietu" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Upuszczony pakiet jest nieprawidłowy." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Elementy interfejsu" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Dodaj %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Dodaj ikonę" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Tapeta" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Ustaw %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/pt/libplasma5.po plasma-framework-5.62.0/po/pt/libplasma5.po --- plasma-framework-5.61.0/po/pt/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/pt/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: libplasma\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-09 15:37+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" @@ -739,73 +739,73 @@ msgid "Main Script for Window Switcher" msgstr "Programa Principal do Selector de Janelas" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Conteúdo largado" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "A obter o tipo de ficheiro..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Pacote do Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Instalar" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Falhou a Instalação do Pacote" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "O pacote que acabou de largar é inválido." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Elementos" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Adicionar um %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Adicionar um Ícone" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Papel de Parede" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Configurar o %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/pt_BR/libplasma5.po plasma-framework-5.62.0/po/pt_BR/libplasma5.po --- plasma-framework-5.61.0/po/pt_BR/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/pt_BR/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libplasma5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-14 22:22-0300\n" "Last-Translator: André Marcelo Alvarenga \n" "Language-Team: Brazilian Portuguese \n" @@ -760,73 +760,73 @@ msgid "Main Script for Window Switcher" msgstr "Script principal do seletor de janelas" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Conteúdo solto" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Obtendo o tipo de arquivo..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Pacotes do Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Instalar" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Ocorreu um erro na instalação do pacote" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "O pacote que acabou de soltar é inválido." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Widgets" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Adicionar %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Adicionar ícone" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Papel de parede" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Configurar %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/ro/libplasma5.po plasma-framework-5.62.0/po/ro/libplasma5.po --- plasma-framework-5.61.0/po/ro/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/ro/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2015-04-26 15:29+0300\n" "Last-Translator: Sergiu Bivol \n" "Language-Team: Romanian \n" @@ -741,76 +741,76 @@ msgid "Main Script for Window Switcher" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, fuzzy, kde-format #| msgid "Package" msgid "Plasma Package" msgstr "Pachet" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, fuzzy, kde-format #| msgid "Script initialization failed" msgid "Package Installation Failed" msgstr "Inițializarea scriptului a eșuat" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Controale grafice" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, fuzzy, kde-format #| msgid "Icon" msgctxt "Add icon widget" msgid "Add Icon" msgstr "Pictogramă" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Fundal" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/ru/libplasma5.po plasma-framework-5.62.0/po/ru/libplasma5.po --- plasma-framework-5.61.0/po/ru/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/ru/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -17,7 +17,7 @@ msgstr "" "Project-Id-Version: libplasma\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-05-27 21:18+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" @@ -766,75 +766,75 @@ msgid "Main Script for Window Switcher" msgstr "Главный сценарий переключателя окон" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Перетаскивание элемента" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Определение типа файла..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Пакет Plasma" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Установить" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Ошибка установки пакета" # BUGME: what does "dropped" mean here? --aspotashev -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Некорректный пакет." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Виджеты" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Добавить виджет «%1»" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Добавить значок" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Обои" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Использовать «%1»" # It's a menu with actions. --aspotashev -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/sk/libplasma5.po plasma-framework-5.62.0/po/sk/libplasma5.po --- plasma-framework-5.61.0/po/sk/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/sk/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libplasma\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-07-05 10:41+0200\n" "Last-Translator: Matej Mrenica \n" "Language-Team: Slovak \n" @@ -741,73 +741,73 @@ msgid "Main Script for Window Switcher" msgstr "Hlavný skript pre prepínač používateľov" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Obsah zahodený" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Sťahuje sa typ súboru..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma balík" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Inštalovať" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Inštalácia balíčka zlyhala" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Balík, ktorý ste pustili, je neplatný." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Widgety" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Pridať %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Pridať ikonu" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Tapeta" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Nastaviť %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/sl/libplasma5.po plasma-framework-5.62.0/po/sl/libplasma5.po --- plasma-framework-5.61.0/po/sl/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/sl/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2016-03-25 16:53+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" @@ -745,74 +745,74 @@ msgid "Main Script for Window Switcher" msgstr "Glavni skript za preklopnik oken" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Vsebina spuščena" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Pridobivanje vrste datoteke ..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Paket za Plasmo" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Namesti" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Namestitev paketa ni uspela" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Pravkar spuščen paket ni veljaven." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Gradniki" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, fuzzy, kde-format #| msgid "Icon" msgctxt "Add icon widget" msgid "Add Icon" msgstr "Ikona" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Ozadje" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/sv/libplasma5.po plasma-framework-5.62.0/po/sv/libplasma5.po --- plasma-framework-5.61.0/po/sv/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/sv/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-13 20:54+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" @@ -744,73 +744,73 @@ msgid "Main Script for Window Switcher" msgstr "Huvudskript för fönsterbyte" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Innehåll släppt" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Hämtar filtyp..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma-paket" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Installera" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Paketinstallation misslyckades" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Paketet som just släpptes är ogiltigt." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Grafiska komponenter" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Lägg till %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Lägg till ikon" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Skrivbordsunderlägg" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Ställ in %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/tg/libplasma5.po plasma-framework-5.62.0/po/tg/libplasma5.po --- plasma-framework-5.61.0/po/tg/libplasma5.po 1970-01-01 00:00:00.000000000 +0000 +++ plasma-framework-5.62.0/po/tg/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -0,0 +1,818 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the plasma-framework package. +# +# Victor Ibragimov , 2019. +msgid "" +msgstr "" +"Project-Id-Version: plasma-framework\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" +"PO-Revision-Date: 2019-08-22 12:34+0500\n" +"Last-Translator: Victor Ibragimov \n" +"Language-Team: English \n" +"Language: en_US\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 19.04.3\n" + +#: declarativeimports/calendar/eventdatadecorator.cpp:64 +#, kde-format +msgctxt "Agenda listview section title" +msgid "Holidays" +msgstr "Идҳо" + +#: declarativeimports/calendar/eventdatadecorator.cpp:66 +#, kde-format +msgctxt "Agenda listview section title" +msgid "Events" +msgstr "Рӯйдодҳо" + +#: declarativeimports/calendar/eventdatadecorator.cpp:68 +#, kde-format +msgctxt "Agenda listview section title" +msgid "Todo" +msgstr "Рӯйхати вазифаҳо" + +#: declarativeimports/calendar/eventdatadecorator.cpp:70 +#, kde-format +msgctxt "Means 'Other calendar items'" +msgid "Other" +msgstr "Дигар" + +#: declarativeimports/calendar/qml/DaysCalendar.qml:158 +#, kde-format +msgctxt "Reset calendar to today" +msgid "Today" +msgstr "Имрӯз" + +#: declarativeimports/calendar/qml/DaysCalendar.qml:160 +#, kde-format +msgid "Reset calendar to today" +msgstr "Тақвимро ба имрӯз бозсозӣ кунед" + +#: declarativeimports/calendar/qml/MonthView.qml:247 +#, kde-format +msgid "Previous Month" +msgstr "Моҳи гузашта" + +#: declarativeimports/calendar/qml/MonthView.qml:248 +#, kde-format +msgid "Next Month" +msgstr "Моҳи оянда" + +#: declarativeimports/calendar/qml/MonthView.qml:275 +#, kde-format +msgid "Previous Year" +msgstr "Соли гузашта" + +#: declarativeimports/calendar/qml/MonthView.qml:276 +#, kde-format +msgid "Next Year" +msgstr "Соли оянда" + +#: declarativeimports/calendar/qml/MonthView.qml:308 +#, kde-format +msgid "Previous Decade" +msgstr "Даҳсолагии гузашта" + +#: declarativeimports/calendar/qml/MonthView.qml:309 +#, kde-format +msgid "Next Decade" +msgstr "Даҳсолагии оянда" + +#: declarativeimports/plasmacomponents/qml/QueryDialog.qml:52 +#, kde-format +msgid "OK" +msgstr "ХУБ" + +#: declarativeimports/plasmacomponents/qml/QueryDialog.qml:53 +#, kde-format +msgid "Cancel" +msgstr "Бекор кардан" + +#: plasma/applet.cpp:355 +#, kde-format +msgid "Unknown" +msgstr "Номаълум" + +#: plasma/applet.cpp:671 +#, kde-format +msgid "Activate %1 Widget" +msgstr "Фаъол кардани виҷети %1" + +#: plasma/containment.cpp:120 plasma/private/applet_p.cpp:124 +#, kde-format +msgctxt "%1 is the name of the applet" +msgid "Remove %1" +msgstr "Тоза кардани %1" + +#: plasma/containment.cpp:125 plasma/private/applet_p.cpp:129 +#, kde-format +msgctxt "%1 is the name of the applet" +msgid "Configure %1..." +msgstr "Танзимоти %1..." + +#: plasma/corona.cpp:368 plasma/corona.cpp:440 +#, kde-format +msgid "Lock Widgets" +msgstr "Қулф кардани виҷетҳо" + +#: plasma/corona.cpp:368 +#, kde-format +msgid "Unlock Widgets" +msgstr "Кушодани қулфи виҷетҳо" + +#. i18n: ectx: label, entry, group (CachePolicies) +#: plasma/data/kconfigxt/libplasma-theme-global.kcfg:9 +#, kde-format +msgid "Whether or not to create an on-disk cache for the theme." +msgstr "" +"Имконияти эҷодкунии зерҳофизаи мавзӯъро дар диски компютерӣ муайян мекунад." + +#. i18n: ectx: label, entry, group (CachePolicies) +#: plasma/data/kconfigxt/libplasma-theme-global.kcfg:14 +#, kde-format +msgid "" +"The maximum size of the on-disk Theme cache in kilobytes. Note that these " +"files are sparse files, so the maximum size may not be used. Setting a " +"larger size is therefore often quite safe." +msgstr "" +"Андозаи калонтарини зерҳофизаи мавзӯъ дар диски компютерӣ дар килобайтҳо " +"ҳисоб карда мешавад. Ба назар гиред, ки файлҳо алоҳида нигоҳ дошта мешаванд, " +"бинобар ин андозаи калонтарин метавонад истифода бурда нашавад. Танзимкунии " +"андозаи калонтар ба ҳамин сабаб безарар аст." + +#: plasma/packagestructure/dataenginepackage.cpp:39 +#: plasma/packagestructure/packages.cpp:98 plasmaquick/private/packages.cpp:117 +#, kde-format +msgid "Data Files" +msgstr "Файлҳои иттилоотӣ" + +#: plasma/packagestructure/dataenginepackage.cpp:41 +#: plasma/packagestructure/packages.cpp:100 +#: plasmaquick/private/packages.cpp:119 +#, kde-format +msgid "Executable Scripts" +msgstr "Нақшҳои иҷрошаванда" + +#: plasma/packagestructure/dataenginepackage.cpp:46 +#, kde-format +msgid "Service Descriptions" +msgstr "Тавсифи хидматҳо" + +#: plasma/packagestructure/dataenginepackage.cpp:49 +#: plasma/packagestructure/packages.cpp:106 +#: plasmaquick/private/packages.cpp:124 +#, kde-format +msgid "Translations" +msgstr "Тарҷумаҳо" + +#: plasma/packagestructure/packages.cpp:42 +#: plasma/packagestructure/packages.cpp:62 plasmaquick/private/packages.cpp:86 +#: plasmaquick/private/packages.cpp:131 +#, kde-format +msgid "Main Script File" +msgstr "Файли нақши асосӣ" + +#: plasma/packagestructure/packages.cpp:43 +#, kde-format +msgid "Tests" +msgstr "Санҷишҳо" + +#: plasma/packagestructure/packages.cpp:84 plasmaquick/private/packages.cpp:103 +#, kde-format +msgid "Images" +msgstr "Тасвирҳо" + +#: plasma/packagestructure/packages.cpp:85 plasmaquick/private/packages.cpp:104 +#, kde-format +msgid "Themed Images" +msgstr "Тасвирҳои мавзӯӣ" + +#: plasma/packagestructure/packages.cpp:91 plasmaquick/private/packages.cpp:110 +#, kde-format +msgid "Configuration Definitions" +msgstr "Таърифҳои танзимот" + +#: plasma/packagestructure/packages.cpp:96 plasmaquick/private/packages.cpp:115 +#, kde-format +msgid "User Interface" +msgstr "Воситаи корбарӣ" + +#: plasma/packagestructure/packages.cpp:104 +#, kde-format +msgid "Screenshot" +msgstr "Акси экран" + +#: plasma/packagestructure/plasmathemepackage.cpp:40 +#, kde-format +msgid "Images for dialogs" +msgstr "Тасвирҳо барои равзанаҳои гуфтугӯ" + +#: plasma/packagestructure/plasmathemepackage.cpp:42 +#: plasma/packagestructure/plasmathemepackage.cpp:44 +#, kde-format +msgid "Generic dialog background" +msgstr "Тасвири заминаи равзанаи гуфтугӯи умумӣ" + +#: plasma/packagestructure/plasmathemepackage.cpp:46 +#: plasma/packagestructure/plasmathemepackage.cpp:48 +#, kde-format +msgid "Theme for the logout dialog" +msgstr "Мавзӯъ барои равзанаи гуфтугӯи баромад аз низом" + +#: plasma/packagestructure/plasmathemepackage.cpp:50 +#, kde-format +msgid "Wallpaper packages" +msgstr "Бастаҳои тасвири замина" + +#: plasma/packagestructure/plasmathemepackage.cpp:52 +#, kde-format +msgid "Images for widgets" +msgstr "Тасвирҳо барои виҷетҳо" + +#: plasma/packagestructure/plasmathemepackage.cpp:54 +#: plasma/packagestructure/plasmathemepackage.cpp:56 +#, kde-format +msgid "Background image for widgets" +msgstr "Тасвири пасзамина барои виҷетҳо" + +#: plasma/packagestructure/plasmathemepackage.cpp:58 +#: plasma/packagestructure/plasmathemepackage.cpp:60 +#, kde-format +msgid "Analog clock face" +msgstr "Лавҳаи соати рақамӣ" + +#: plasma/packagestructure/plasmathemepackage.cpp:62 +#: plasma/packagestructure/plasmathemepackage.cpp:64 +#, kde-format +msgid "Background image for panels" +msgstr "Тасвири пасзамина барои лавҳаҳо" + +#: plasma/packagestructure/plasmathemepackage.cpp:66 +#: plasma/packagestructure/plasmathemepackage.cpp:68 +#, kde-format +msgid "Background for graphing widgets" +msgstr "Пасзамина барои виҷетҳои намудсозӣ" + +#: plasma/packagestructure/plasmathemepackage.cpp:70 +#: plasma/packagestructure/plasmathemepackage.cpp:72 +#, kde-format +msgid "Background image for tooltips" +msgstr "Тасвири пасзамина барои маслиҳатҳо" + +#: plasma/packagestructure/plasmathemepackage.cpp:74 +#, kde-format +msgid "Opaque images for dialogs" +msgstr "Тасвирҳои нoшаффoф барои равзанаҳои гуфтугӯ" + +#: plasma/packagestructure/plasmathemepackage.cpp:76 +#: plasma/packagestructure/plasmathemepackage.cpp:78 +#, kde-format +msgid "Opaque generic dialog background" +msgstr "Тасвири заминаи нoшаффoфи равзанаи гуфтугӯи умумӣ" + +#: plasma/packagestructure/plasmathemepackage.cpp:80 +#: plasma/packagestructure/plasmathemepackage.cpp:82 +#, kde-format +msgid "Opaque theme for the logout dialog" +msgstr "Мавзӯи нoшаффoф барои равзанаи гуфтугӯи баромад аз низом" + +#: plasma/packagestructure/plasmathemepackage.cpp:84 +#, kde-format +msgid "Opaque images for widgets" +msgstr "Тасвирҳои нoшаффoф барои виҷетҳо" + +#: plasma/packagestructure/plasmathemepackage.cpp:86 +#: plasma/packagestructure/plasmathemepackage.cpp:88 +#, kde-format +msgid "Opaque background image for panels" +msgstr "Тасвири пасзаминаи нoшаффoф барои лавҳаҳо" + +#: plasma/packagestructure/plasmathemepackage.cpp:90 +#: plasma/packagestructure/plasmathemepackage.cpp:92 +#, kde-format +msgid "Opaque background image for tooltips" +msgstr "Тасвири пасзаминаи нoшаффoф барои маслиҳатҳо" + +#: plasma/packagestructure/plasmathemepackage.cpp:94 +#, kde-format +msgid "KColorScheme configuration file" +msgstr "Файли танзимии KColorScheme" + +#: plasma/packagestructure/plasmoidpackage.cpp:39 +#, kde-format +msgid "Configuration UI pages model" +msgstr "Танзимоти намунаи саҳифаҳои UI" + +#: plasma/packagestructure/plasmoidpackage.cpp:40 +#, kde-format +msgid "Configuration XML file" +msgstr "Файли танзимии XML" + +#: plasma/packagestructure/plasmoidpackage.cpp:51 +#, kde-format +msgid "Custom expander for compact applets" +msgstr "Васеъкунандаи фармоишӣ барои зербарномаҳои ҷафс" + +#: plasma/pluginloader.cpp:104 +#, kde-format +msgid "Accessibility" +msgstr "Қобилияти дастрасӣ" + +#: plasma/pluginloader.cpp:105 +#, kde-format +msgid "Application Launchers" +msgstr "Оғозкунандаи барномаҳо" + +#: plasma/pluginloader.cpp:106 +#, kde-format +msgid "Astronomy" +msgstr "Ситopашинoсӣ" + +#: plasma/pluginloader.cpp:107 +#, kde-format +msgid "Date and Time" +msgstr "Вақт ва сана" + +#: plasma/pluginloader.cpp:108 +#, kde-format +msgid "Development Tools" +msgstr "Абзорҳои барномарезӣ" + +#: plasma/pluginloader.cpp:109 +#, kde-format +msgid "Education" +msgstr "Таълимгирӣ" + +#: plasma/pluginloader.cpp:110 +#, kde-format +msgid "Environment and Weather" +msgstr "Муҳити атроф ва обу ҳаво" + +#: plasma/pluginloader.cpp:111 +#, kde-format +msgid "Examples" +msgstr "Мисолҳо" + +#: plasma/pluginloader.cpp:112 +#, kde-format +msgid "File System" +msgstr "Низоми файлӣ" + +#: plasma/pluginloader.cpp:113 +#, kde-format +msgid "Fun and Games" +msgstr "Дилхушӣ ва бозиҳо" + +#: plasma/pluginloader.cpp:114 +#, kde-format +msgid "Graphics" +msgstr "Графика" + +#: plasma/pluginloader.cpp:115 +#, kde-format +msgid "Language" +msgstr "Забон" + +#: plasma/pluginloader.cpp:116 +#, kde-format +msgid "Mapping" +msgstr "Нақшакашӣ" + +#: plasma/pluginloader.cpp:117 +#, kde-format +msgid "Miscellaneous" +msgstr "Барномаҳои гуногун" + +#: plasma/pluginloader.cpp:118 +#, kde-format +msgid "Multimedia" +msgstr "Мултимедиа" + +#: plasma/pluginloader.cpp:119 +#, kde-format +msgid "Online Services" +msgstr "Хизматҳои онлайн" + +#: plasma/pluginloader.cpp:120 +#, kde-format +msgid "Productivity" +msgstr "Самаранокӣ" + +#: plasma/pluginloader.cpp:121 +#, kde-format +msgid "System Information" +msgstr "Иттилооти низом" + +#: plasma/pluginloader.cpp:122 +#, kde-format +msgid "Utilities" +msgstr "Барномаҳои муфид" + +#: plasma/pluginloader.cpp:123 +#, kde-format +msgid "Windows and Tasks" +msgstr "Равзанаҳо ва вазифаҳо" + +#: plasma/pluginloader.cpp:124 +#, kde-format +msgid "Clipboard" +msgstr "Ҳофизаи муваққатӣ" + +#: plasma/pluginloader.cpp:125 +#, kde-format +msgid "Tasks" +msgstr "Вазифаҳо" + +#: plasma/pluginloader.cpp:592 plasma/pluginloader.cpp:593 +#, kde-format +msgctxt "misc category" +msgid "Miscellaneous" +msgstr "Барномаҳои гуногун" + +#: plasma/private/applet_p.cpp:144 +#, kde-format +msgid "The %1 widget did not define which ScriptEngine to use." +msgstr "" +"Виҷети %1 наметавонад, ки ScriptEngine-ро барои истифода муайян намояд." + +#: plasma/private/applet_p.cpp:161 +#, kde-format +msgctxt "Package file, name of the widget" +msgid "Could not open the %1 package required for the %2 widget." +msgstr "Бастаи %1, ки барои виҷети %2 лозим аст, кушода нашуд." + +#: plasma/private/applet_p.cpp:182 +#, kde-format +msgctxt "" +"API or programming language the widget was written in, name of the widget" +msgid "Could not create a %1 ScriptEngine for the %2 widget." +msgstr "%1 ScriptEngine барои виҷети %2 эҷод карда нашуд." + +#: plasma/private/applet_p.cpp:187 +#, kde-format +msgid "Show Alternatives..." +msgstr "Намоиш додани имконоти дигар..." + +#: plasma/private/applet_p.cpp:277 +#, kde-format +msgid "Widget Removed" +msgstr "Виҷет тоза шуд" + +#: plasma/private/applet_p.cpp:278 +#, kde-format +msgid "The widget \"%1\" has been removed." +msgstr "Виҷети \"%1\" тоза карда шуд." + +#: plasma/private/applet_p.cpp:280 +#, kde-format +msgid "Panel Removed" +msgstr "Лавҳа тоза шуд" + +#: plasma/private/applet_p.cpp:281 +#, kde-format +msgid "A panel has been removed." +msgstr "Лавҳа тоза карда шуд." + +#: plasma/private/applet_p.cpp:284 +#, kde-format +msgid "Desktop Removed" +msgstr "Мизи корӣ тоза шуд" + +#: plasma/private/applet_p.cpp:285 +#, kde-format +msgid "A desktop has been removed." +msgstr "Мизи корӣ тоза карда шуд." + +#: plasma/private/applet_p.cpp:288 +#, kde-format +msgid "Undo" +msgstr "Ботил сохтан" + +#: plasma/private/applet_p.cpp:378 +#, kde-format +msgid "Widget Settings" +msgstr "Танзимоти виҷетҳо" + +#: plasma/private/applet_p.cpp:385 +#, kde-format +msgid "Remove this Widget" +msgstr "Тоза кардани ин виҷет" + +#: plasma/private/applet_p.cpp:392 +#: plasma/private/associatedapplicationmanager.cpp:77 +#: plasma/private/associatedapplicationmanager.cpp:136 +#: plasma/private/associatedapplicationmanager.cpp:178 +#, kde-format +msgid "Run the Associated Application" +msgstr "Иҷро кардани барномаи марбут" + +#: plasma/private/applet_p.cpp:484 +#, kde-format +msgid "Script initialization failed" +msgstr "Омодасозии нақш қатъ шуд" + +#: plasma/private/associatedapplicationmanager.cpp:74 +#: plasma/private/associatedapplicationmanager.cpp:175 +#, kde-format +msgid "Open with %1" +msgstr "Кушодан ба воситаи %1" + +#: plasma/private/containment_p.cpp:76 +#, kde-format +msgid "Remove this Panel" +msgstr "Тоза кардани ин лавҳа" + +#: plasma/private/containment_p.cpp:78 +#, kde-format +msgid "Remove this Activity" +msgstr "Тоза кардани ин фаъолият" + +#: plasma/private/containment_p.cpp:84 +#, kde-format +msgid "Activity Settings" +msgstr "Танзимоти фаъолиятҳо" + +#: plasma/private/containment_p.cpp:90 +#, kde-format +msgid "Add Widgets..." +msgstr "Илова кардани виҷетҳо..." + +#: plasma/private/containment_p.cpp:206 +#, kde-format +msgid "Could not find requested component: %1" +msgstr "Унсури дархостшуда ёфт нашуд: %1" + +#. i18n: ectx: property (text), widget (QLabel, label) +#: plasma/private/publish.ui:17 +#, kde-format +msgid "" +"Sharing a widget on the network allows you to access this widget from " +"another computer as a remote control." +msgstr "" +"Мубодилакунии виҷет тавассути шабака иҷозат медиҳад. то тавонед ба ин виҷет " +"аз компютери дурдаст, монанди идоракунии дурдаст, дастрасӣ пайдо кунед." + +#. i18n: ectx: property (text), widget (QCheckBox, publishCheckbox) +#: plasma/private/publish.ui:27 +#, kde-format +msgid "Share this widget on the network" +msgstr "Мубодилакунии ин виҷет тавассути шабака" + +#. i18n: ectx: property (text), widget (QCheckBox, allUsersCheckbox) +#: plasma/private/publish.ui:37 +#, kde-format +msgid "Allow everybody to freely access this widget" +msgstr "" +"Иҷозат диҳед, то ки ҳар як кас тавонад ба ин виҷет дастрасӣ пайдо кунад" + +#: plasma/private/service_p.h:47 +#, kde-format +msgctxt "Error message, tried to start an invalid service" +msgid "Invalid (null) service, can not perform any operations." +msgstr "Хидмати (null) беэътибор ягон амалиётро иҷро карда наметавонад." + +#: plasmaquick/appletquickitem.cpp:611 +#, kde-format +msgid "Error loading QML file: %1" +msgstr "Хатои боркунии файли QML: %1" + +#: plasmaquick/appletquickitem.cpp:613 +#, kde-format +msgid "Error loading Applet: package inexistent. %1" +msgstr "Хатои боркунии зербарнома: баста вуҷуд надорад. %1" + +#: plasmaquick/configview.cpp:108 +#, kde-format +msgid "%1 Settings" +msgstr "Танзимоти %1" + +#: plasmaquick/private/packages.cpp:37 +#, kde-format +msgid "Default settings for theme, etc." +msgstr "Танзимоти стандартӣ барои мавзӯъ ва ғайра." + +#: plasmaquick/private/packages.cpp:39 +#, kde-format +msgid "Color scheme to use for applications." +msgstr "Нақшаи рангҳо барои истифода дар барномаҳо." + +#: plasmaquick/private/packages.cpp:42 +#, kde-format +msgid "Preview Images" +msgstr "Пешнамоиши тасвирҳо" + +#: plasmaquick/private/packages.cpp:43 +#, kde-format +msgid "Preview for the Login Manager" +msgstr "Пешнамоиш барои мудири воридшавӣ" + +#: plasmaquick/private/packages.cpp:44 +#, kde-format +msgid "Preview for the Lock Screen" +msgstr "Пешнамоиш барои экрани қулф" + +#: plasmaquick/private/packages.cpp:45 +#, kde-format +msgid "Preview for the Userswitcher" +msgstr "Пешнамоиш барои ивазкунандаи корбар" + +#: plasmaquick/private/packages.cpp:46 +#, kde-format +msgid "Preview for the Virtual Desktop Switcher" +msgstr "Пешнамоиш барои ивазкунандаи мизи кории виртуалӣ" + +#: plasmaquick/private/packages.cpp:47 +#, kde-format +msgid "Preview for Splash Screen" +msgstr "Пешнамоиш барои экрани дурахшон" + +#: plasmaquick/private/packages.cpp:48 +#, kde-format +msgid "Preview for KRunner" +msgstr "Пешнамоиш барои KRunner" + +#: plasmaquick/private/packages.cpp:49 +#, kde-format +msgid "Preview for the Window Decorations" +msgstr "Пешнамоиш барои ороишҳои равзана" + +#: plasmaquick/private/packages.cpp:50 +#, kde-format +msgid "Preview for Window Switcher" +msgstr "Пешнамоиш барои ивазкунандаи равзана" + +#: plasmaquick/private/packages.cpp:52 +#, kde-format +msgid "Login Manager" +msgstr "Мудири воридшавӣ" + +#: plasmaquick/private/packages.cpp:53 +#, kde-format +msgid "Main Script for Login Manager" +msgstr "Нақши асосӣ барои мудири воридшавӣ" + +#: plasmaquick/private/packages.cpp:55 +#, kde-format +msgid "Logout Dialog" +msgstr "Равзанаи гуфтугӯи баромад аз низом" + +#: plasmaquick/private/packages.cpp:56 +#, kde-format +msgid "Main Script for Logout Dialog" +msgstr "Нақши асосӣ барои равзанаи гуфтугӯи баромад аз низом" + +#: plasmaquick/private/packages.cpp:58 +#, kde-format +msgid "Screenlocker" +msgstr "Қулфкунандаи экран" + +#: plasmaquick/private/packages.cpp:59 +#, kde-format +msgid "Main Script for Lock Screen" +msgstr "Нақши асосӣ барои экрани қулф" + +#: plasmaquick/private/packages.cpp:61 +#, kde-format +msgid "UI for fast user switching" +msgstr "Воситаи корбарӣ барои ивазкунии тезкори корбар" + +#: plasmaquick/private/packages.cpp:62 +#, kde-format +msgid "Main Script for User Switcher" +msgstr "Нақши асосӣ барои ивазкунандаи корбар" + +#: plasmaquick/private/packages.cpp:64 +#, kde-format +msgid "Virtual Desktop Switcher" +msgstr "Ивазкунандаи мизи кории виртуалӣ" + +#: plasmaquick/private/packages.cpp:65 +#, kde-format +msgid "Main Script for Virtual Desktop Switcher" +msgstr "Нақши асосӣ барои ивазкунандаи мизи кории виртуалӣ" + +#: plasmaquick/private/packages.cpp:67 +#, kde-format +msgid "On-Screen Display Notifications" +msgstr "Намоиши огоҳиномаҳо дар экран" + +#: plasmaquick/private/packages.cpp:68 +#, kde-format +msgid "Main Script for On-Screen Display Notifications" +msgstr "Нақши асосӣ барои намоиши огоҳиномаҳо дар экран" + +#: plasmaquick/private/packages.cpp:70 +#, kde-format +msgid "Splash Screen" +msgstr "Экрани дурахшон" + +#: plasmaquick/private/packages.cpp:71 +#, kde-format +msgid "Main Script for Splash Screen" +msgstr "Нақши асосӣ барои экрани дурахшон" + +#: plasmaquick/private/packages.cpp:73 +#, kde-format +msgid "KRunner UI" +msgstr "Воситаи корбарии KRunner" + +#: plasmaquick/private/packages.cpp:74 +#, kde-format +msgid "Main Script KRunner" +msgstr "Нақши асосии KRunner" + +#: plasmaquick/private/packages.cpp:76 +#, kde-format +msgid "Window Decoration" +msgstr "Ороиши равзана" + +#: plasmaquick/private/packages.cpp:77 +#, kde-format +msgid "Main Script for Window Decoration" +msgstr "Нақши асосӣ барои ороиши равзана" + +#: plasmaquick/private/packages.cpp:79 +#, kde-format +msgid "Window Switcher" +msgstr "Ивазкунандаи равзана" + +#: plasmaquick/private/packages.cpp:80 +#, kde-format +msgid "Main Script for Window Switcher" +msgstr "Нақши асосӣ барои ивазкунандаи равзана" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 +#, kde-format +msgid "Content dropped" +msgstr "Ҳаракаткунии муҳтаво" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 +#, kde-format +msgid "Fetching file type..." +msgstr "Бозёбии навъи файл..." + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 +#, kde-format +msgid "Plasma Package" +msgstr "Бастаи Plasma" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 +#, kde-format +msgid "Install" +msgstr "Насб кардан" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 +#, kde-format +msgid "Package Installation Failed" +msgstr "Насбкунии баста қатъ шуд" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 +#, kde-format +msgid "The package you just dropped is invalid." +msgstr "Бастае, ки шумо интихоб кардед, беэътибор аст." + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 +#, kde-format +msgid "Widgets" +msgstr "Виҷетҳо" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 +#, kde-format +msgctxt "Add widget" +msgid "Add %1" +msgstr "Илова кардани %1" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 +#, kde-format +msgctxt "Add icon widget" +msgid "Add Icon" +msgstr "Илова кардани нишона" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 +#, kde-format +msgid "Wallpaper" +msgstr "Тасвири замина" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 +#, kde-format +msgctxt "Set wallpaper" +msgid "Set %1" +msgstr "Танзим кардани %1" + +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 +#, kde-format +msgctxt "%1 is the name of the containment" +msgid "%1 Options" +msgstr "Имконоти %1" diff -Nru plasma-framework-5.61.0/po/tr/libplasma5.po plasma-framework-5.62.0/po/tr/libplasma5.po --- plasma-framework-5.61.0/po/tr/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/tr/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2017-05-09 08:42+0000\n" "Last-Translator: İşbaran \n" "Language-Team: Turkish \n" @@ -746,74 +746,74 @@ msgid "Main Script for Window Switcher" msgstr "Pencere Değiştirici için Ana Betik" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "İçerik düşürüldü" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Dosya türü getiriliyor..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma Paketi" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Yükle" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Paket Yükleme Başarısız" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Az önce düşürdüğünüz paket geçersiz." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Gereçler" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, fuzzy, kde-format #| msgid "Icon" msgctxt "Add icon widget" msgid "Add Icon" msgstr "Simge" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Duvar kağıdı" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/ug/libplasma5.po plasma-framework-5.62.0/po/ug/libplasma5.po --- plasma-framework-5.61.0/po/ug/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/ug/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libplasma\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji \n" "Language-Team: Uyghur \n" @@ -749,78 +749,78 @@ msgid "Main Script for Window Switcher" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "ھۆججەت تىپىغا ئېرىشىۋاتىدۇ…" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, fuzzy, kde-format #| msgid "Plasma Package Manager" msgid "Plasma Package" msgstr "پلازما بوغچا باشقۇرغۇچ" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, fuzzy, kde-format #| msgid "Script initialization failed" msgid "Package Installation Failed" msgstr "قوليازمىنى دەسلەپلەشتۈرەلمىدى" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, fuzzy, kde-format #| msgid "Lock Widgets" msgid "Widgets" msgstr "Widget قۇلۇپلا" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, fuzzy, kde-format #| msgid "Icon" msgctxt "Add icon widget" msgid "Add Icon" msgstr "سىنبەلگە" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, fuzzy, kde-format #| msgid "Wallpaper packages" msgid "Wallpaper" msgstr "تام قەغەز بوغچالارى" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/uk/libplasma5.po plasma-framework-5.62.0/po/uk/libplasma5.po --- plasma-framework-5.61.0/po/uk/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/uk/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libplasma5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-09 08:42+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -746,73 +746,73 @@ msgid "Main Script for Window Switcher" msgstr "Основний скрипт засобу перемикання вікон" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "Скинуто дані" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "Отримання типу файла..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Пакунок Плазми" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "Встановити" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "Не вдалося встановити пакунок" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "Скинутий вами пакунок є некоректним." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "Віджети" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "Додати %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "Додати піктограму" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "Шпалери" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "Встановити %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/zh_CN/libplasma5.po plasma-framework-5.62.0/po/zh_CN/libplasma5.po --- plasma-framework-5.61.0/po/zh_CN/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/zh_CN/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" -"PO-Revision-Date: 2019-07-18 14:57\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" +"PO-Revision-Date: 2019-09-05 09:24\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -117,7 +117,7 @@ #, kde-format msgctxt "%1 is the name of the applet" msgid "Configure %1..." -msgstr "配置 %1..." +msgstr "配置%1..." #: plasma/corona.cpp:368 plasma/corona.cpp:440 #, kde-format @@ -743,73 +743,73 @@ msgid "Main Script for Window Switcher" msgstr "窗口切换器主脚本文件" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "内容已删除" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "正在获取文件类型..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma 包" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "安装" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "软件包安装失败" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "您拖放的软件包无效。" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "部件" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "添加 %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "添加图标" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "壁纸" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "设置 %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/po/zh_TW/libplasma5.po plasma-framework-5.62.0/po/zh_TW/libplasma5.po --- plasma-framework-5.61.0/po/zh_TW/libplasma5.po 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/po/zh_TW/libplasma5.po 2019-09-07 14:51:42.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-07-24 02:49+0200\n" +"POT-Creation-Date: 2019-08-20 02:48+0200\n" "PO-Revision-Date: 2019-04-09 23:12+0800\n" "Last-Translator: pan93412 \n" "Language-Team: Chinese \n" @@ -741,73 +741,73 @@ msgid "Main Script for Window Switcher" msgstr "視窗切換器主文稿" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:481 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:482 #, kde-format msgid "Content dropped" msgstr "已放入的內容" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:485 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:486 #, kde-format msgid "Fetching file type..." msgstr "抓取檔案型態..." -#: scriptengines/qml/plasmoid/containmentinterface.cpp:639 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:642 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:643 #, kde-format msgid "Plasma Package" msgstr "Plasma 套件包" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:640 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:646 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:641 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:647 #, kde-format msgid "Install" msgstr "安裝" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:660 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:661 #, kde-format msgid "Package Installation Failed" msgstr "套件包安裝失敗" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:680 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:681 #, kde-format msgid "The package you just dropped is invalid." msgstr "您放入的套件包無效。" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:690 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:692 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:772 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:775 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:691 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:693 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:776 #, kde-format msgid "Widgets" msgstr "元件" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:697 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:698 #, kde-format msgctxt "Add widget" msgid "Add %1" msgstr "增加 %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:714 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:773 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:779 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:715 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:774 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:780 #, kde-format msgctxt "Add icon widget" msgid "Add Icon" msgstr "增加圖示" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:730 -#: scriptengines/qml/plasmoid/containmentinterface.cpp:732 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:731 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:733 #, kde-format msgid "Wallpaper" msgstr "桌布" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:743 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:744 #, kde-format msgctxt "Set wallpaper" msgid "Set %1" msgstr "設定 %1" -#: scriptengines/qml/plasmoid/containmentinterface.cpp:1131 +#: scriptengines/qml/plasmoid/containmentinterface.cpp:1134 #, kde-format msgctxt "%1 is the name of the containment" msgid "%1 Options" diff -Nru plasma-framework-5.61.0/src/declarativeimports/core/datamodel.cpp plasma-framework-5.62.0/src/declarativeimports/core/datamodel.cpp --- plasma-framework-5.61.0/src/declarativeimports/core/datamodel.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/declarativeimports/core/datamodel.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -32,13 +32,13 @@ { setObjectName(QStringLiteral("SortFilterModel")); setDynamicSortFilter(true); - connect(this, SIGNAL(rowsInserted(QModelIndex,int,int)), - this, SIGNAL(countChanged())); - connect(this, SIGNAL(rowsRemoved(QModelIndex,int,int)), - this, SIGNAL(countChanged())); - connect(this, SIGNAL(modelReset()), - this, SIGNAL(countChanged())); - connect(this, SIGNAL(countChanged()), this, SLOT(syncRoleNames())); + connect(this, &QAbstractItemModel::rowsInserted, + this, &SortFilterModel::countChanged); + connect(this, &QAbstractItemModel::rowsRemoved, + this, &SortFilterModel::countChanged); + connect(this, &QAbstractItemModel::modelReset, + this, &SortFilterModel::countChanged); + connect(this, &SortFilterModel::countChanged, this, &SortFilterModel::syncRoleNames); } SortFilterModel::~SortFilterModel() @@ -82,13 +82,13 @@ } if (sourceModel()) { - disconnect(sourceModel(), SIGNAL(modelReset()), this, SLOT(syncRoleNames())); + disconnect(sourceModel(), &QAbstractItemModel::modelReset, this, &SortFilterModel::syncRoleNames); } QSortFilterProxyModel::setSourceModel(model); if (model) { - connect(model, SIGNAL(modelReset()), this, SLOT(syncRoleNames())); + connect(model, &QAbstractItemModel::modelReset, this, &SortFilterModel::syncRoleNames); syncRoleNames(); } @@ -245,12 +245,12 @@ ++m_maxRoleId; setObjectName(QStringLiteral("DataModel")); - connect(this, SIGNAL(rowsInserted(QModelIndex,int,int)), - this, SIGNAL(countChanged())); - connect(this, SIGNAL(rowsRemoved(QModelIndex,int,int)), - this, SIGNAL(countChanged())); - connect(this, SIGNAL(modelReset()), - this, SIGNAL(countChanged())); + connect(this, &QAbstractItemModel::rowsInserted, + this, &DataModel::countChanged); + connect(this, &QAbstractItemModel::rowsRemoved, + this, &DataModel::countChanged); + connect(this, &QAbstractItemModel::modelReset, + this, &DataModel::countChanged); } DataModel::~DataModel() diff -Nru plasma-framework-5.61.0/src/declarativeimports/core/datasource.cpp plasma-framework-5.62.0/src/declarativeimports/core/datasource.cpp --- plasma-framework-5.61.0/src/declarativeimports/core/datasource.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/declarativeimports/core/datasource.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -116,12 +116,12 @@ * recommendations engine. */ m_dataEngine = engine; - connect(m_dataEngine, SIGNAL(sourceAdded(QString)), this, SLOT(updateSources()), Qt::QueuedConnection); - connect(m_dataEngine, SIGNAL(sourceRemoved(QString)), this, SLOT(updateSources())); + connect(m_dataEngine, &DataEngine::sourceAdded, this, &DataSource::updateSources, Qt::QueuedConnection); + connect(m_dataEngine, &DataEngine::sourceRemoved, this, &DataSource::updateSources); - connect(m_dataEngine, SIGNAL(sourceAdded(QString)), this, SIGNAL(sourceAdded(QString)), Qt::QueuedConnection); - connect(m_dataEngine, SIGNAL(sourceRemoved(QString)), this, SLOT(removeSource(QString))); - connect(m_dataEngine, SIGNAL(sourceRemoved(QString)), this, SIGNAL(sourceRemoved(QString))); + connect(m_dataEngine, &DataEngine::sourceAdded, this, &DataSource::sourceAdded, Qt::QueuedConnection); + connect(m_dataEngine, &DataEngine::sourceRemoved, this, &DataSource::removeSource); + connect(m_dataEngine, &DataEngine::sourceRemoved, this, &DataSource::sourceRemoved); updateSources(); diff -Nru plasma-framework-5.61.0/src/declarativeimports/core/units.cpp plasma-framework-5.62.0/src/declarativeimports/core/units.cpp --- plasma-framework-5.61.0/src/declarativeimports/core/units.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/declarativeimports/core/units.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -77,7 +77,7 @@ updateSpacing(); // updates gridUnit and *Spacing properties connect(KIconLoader::global(), &KIconLoader::iconLoaderSettingsChanged, this, &Units::iconLoaderSettingsChanged); - QObject::connect(s_sharedAppFilter, SIGNAL(fontChanged()), this, SLOT(updateSpacing())); + QObject::connect(s_sharedAppFilter, &SharedAppFilter::fontChanged, this, &Units::updateSpacing); const QString configFile = QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation) + QLatin1Char('/') + plasmarc(); KDirWatch::self()->addFile(configFile); diff -Nru plasma-framework-5.61.0/src/declarativeimports/core/windowthumbnail.cpp plasma-framework-5.62.0/src/declarativeimports/core/windowthumbnail.cpp --- plasma-framework-5.61.0/src/declarativeimports/core/windowthumbnail.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/declarativeimports/core/windowthumbnail.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -163,7 +163,7 @@ setFlag(ItemHasContents); if (QGuiApplication *gui = dynamic_cast(QCoreApplication::instance())) { - m_xcb = (gui->platformName() == QStringLiteral("xcb")); + m_xcb = (gui->platformName() == QLatin1String("xcb")); if (m_xcb) { gui->installNativeEventFilter(this); #if HAVE_XCB_COMPOSITE diff -Nru plasma-framework-5.61.0/src/declarativeimports/plasmacomponents/plasmacomponentsplugin.cpp plasma-framework-5.62.0/src/declarativeimports/plasmacomponents/plasmacomponentsplugin.cpp --- plasma-framework-5.61.0/src/declarativeimports/plasmacomponents/plasmacomponentsplugin.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/declarativeimports/plasmacomponents/plasmacomponentsplugin.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -63,8 +63,8 @@ void EngineBookKeeping::insertEngine(QQmlEngine *engine) { - connect(engine, SIGNAL(destroyed(QObject*)), - this, SLOT(engineDestroyed(QObject*))); + connect(engine, &QObject::destroyed, + this, &EngineBookKeeping::engineDestroyed); m_engines.insert(engine); } diff -Nru plasma-framework-5.61.0/src/declarativeimports/plasmacomponents/qmenuitem.cpp plasma-framework-5.62.0/src/declarativeimports/plasmacomponents/qmenuitem.cpp --- plasma-framework-5.61.0/src/declarativeimports/plasmacomponents/qmenuitem.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/declarativeimports/plasmacomponents/qmenuitem.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -58,7 +58,7 @@ connect(m_action, &QAction::changed, this, &QMenuItem::textChanged); connect(m_action, &QAction::changed, this, &QMenuItem::checkableChanged); - connect(m_action, SIGNAL(toggled(bool)), this, SIGNAL(toggled(bool))); + connect(m_action, &QAction::toggled, this, &QMenuItem::toggled); connect(m_action, &QAction::triggered, this, &QMenuItem::clicked); connect(this, &QQuickItem::visibleChanged, this, &QMenuItem::updateAction); diff -Nru plasma-framework-5.61.0/src/declarativeimports/plasmacomponents/qml/TabBar.qml plasma-framework-5.62.0/src/declarativeimports/plasmacomponents/qml/TabBar.qml --- plasma-framework-5.61.0/src/declarativeimports/plasmacomponents/qml/TabBar.qml 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/declarativeimports/plasmacomponents/qml/TabBar.qml 2019-09-07 14:51:42.000000000 +0000 @@ -171,7 +171,11 @@ } } - onCurrentTabChanged: { + onCurrentTabChanged: updateTabPosition() + onWidthChanged: updateTabPosition() + onHeightChanged: updateTabPosition() + + function updateTabPosition() { if (!currentTab) { return; } @@ -182,16 +186,6 @@ } } - onWidthChanged: { - if (currentTab) { - if (layout.isHorizontal) { - tabBarLayout.x = Math.max(Math.min(0, -(currentTab.x + currentTab.width/2) + tabbarScroller.width/2), -tabBarLayout.width + tabbarScroller.width); - } else { - tabBarLayout.y = Math.max(Math.min(0, -(currentTab.y + currentTab.height/2) + tabbarScroller.height/2), -tabBarLayout.height + tabbarScroller.height); - } - } - } - Item { id: tabbarScroller clip: true diff -Nru plasma-framework-5.61.0/src/declarativeimports/plasmacomponents3/ToolButton.qml plasma-framework-5.62.0/src/declarativeimports/plasmacomponents3/ToolButton.qml --- plasma-framework-5.61.0/src/declarativeimports/plasmacomponents3/ToolButton.qml 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/declarativeimports/plasmacomponents3/ToolButton.qml 2019-09-07 14:51:42.000000000 +0000 @@ -24,6 +24,7 @@ import org.kde.kirigami 2.5 as Kirigami import "private" as Private + T.ToolButton { id: control @@ -46,10 +47,13 @@ contentItem: RowLayout { PlasmaCore.IconItem { - Layout.fillWidth: true - Layout.fillHeight: true - colorGroup: PlasmaCore.ColorScope.colorGroup + id: icon visible: source.length > 0 + Layout.fillWidth: control.icon.width <= 0 + Layout.fillHeight: control.icon.height <= 0 + Layout.preferredWidth: control.icon.width > 0 ? control.icon.width : -1 + Layout.preferredHeight: control.icon.height > 0 ? control.icon.height : -1 + colorGroup: PlasmaCore.ColorScope.colorGroup source: control.icon ? (control.icon.name || control.icon.source) : "" } Label { diff -Nru plasma-framework-5.61.0/src/declarativeimports/plasmaextracomponents/appbackgroundprovider.cpp plasma-framework-5.62.0/src/declarativeimports/plasmaextracomponents/appbackgroundprovider.cpp --- plasma-framework-5.61.0/src/declarativeimports/plasmaextracomponents/appbackgroundprovider.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/declarativeimports/plasmaextracomponents/appbackgroundprovider.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -19,7 +19,7 @@ #include "appbackgroundprovider_p.h" -#include +#include #include #include #include diff -Nru plasma-framework-5.61.0/src/declarativeimports/platformcomponents/application.cpp plasma-framework-5.62.0/src/declarativeimports/platformcomponents/application.cpp --- plasma-framework-5.61.0/src/declarativeimports/platformcomponents/application.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/declarativeimports/platformcomponents/application.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -30,8 +30,8 @@ , q(parent) { connect( - &process, SIGNAL(stateChanged(QProcess::ProcessState)), - this, SLOT(stateChanged(QProcess::ProcessState)) + &process, &QProcess::stateChanged, + this, &Private::stateChanged ); connect( &process, SIGNAL(error(QProcess::ProcessError)), diff -Nru plasma-framework-5.61.0/src/desktoptheme/air/metadata.desktop.cmake plasma-framework-5.62.0/src/desktoptheme/air/metadata.desktop.cmake --- plasma-framework-5.61.0/src/desktoptheme/air/metadata.desktop.cmake 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/desktoptheme/air/metadata.desktop.cmake 2019-09-07 14:51:42.000000000 +0000 @@ -38,6 +38,7 @@ Name[sr@ijekavianlatin]=Vazduh Name[sr@latin]=Vazduh Name[sv]=Luft +Name[tg]=Ҳаво Name[tr]=Air Name[ug]=ھاۋا Name[uk]=Air @@ -83,6 +84,7 @@ Comment[sr@ijekavianlatin]=Dašak svježeg vazduha Comment[sr@latin]=Dašak svežeg vazduha Comment[sv]=Ett friskt andetag +Comment[tg]=Нафаскашии ҳавои тоза Comment[tr]=Temiz havadan bir nefes Comment[ug]=ساپ ھاۋادىن نەپەسلىنىش Comment[uk]=Ковток свіжого повітря diff -Nru plasma-framework-5.61.0/src/desktoptheme/breeze/icons/notification.svg plasma-framework-5.62.0/src/desktoptheme/breeze/icons/notification.svg --- plasma-framework-5.61.0/src/desktoptheme/breeze/icons/notification.svg 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/desktoptheme/breeze/icons/notification.svg 2019-09-07 14:51:42.000000000 +0000 @@ -1,273 +1,43 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru plasma-framework-5.61.0/src/desktoptheme/breeze/metadata.desktop.cmake plasma-framework-5.62.0/src/desktoptheme/breeze/metadata.desktop.cmake --- plasma-framework-5.61.0/src/desktoptheme/breeze/metadata.desktop.cmake 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/desktoptheme/breeze/metadata.desktop.cmake 2019-09-07 14:51:42.000000000 +0000 @@ -35,6 +35,7 @@ Name[sr@ijekavianlatin]=Povetarac Name[sr@latin]=Povetarac Name[sv]=Breeze +Name[tg]=Насим Name[tr]=Esintili Name[uk]=Breeze Name[x-test]=xxBreezexx @@ -43,6 +44,7 @@ Comment=Breeze by the KDE VDG Comment[ca]=Brisa pel VDG del KDE Comment[ca@valencia]=Brisa pel VDG del KDE +Comment[cs]=Breeze od KDE VDG Comment[da]=Breeze af KDE VDG Comment[de]=Breeze von der KDE VDG Comment[en_GB]=Breeze by the KDE VDG @@ -62,6 +64,7 @@ Comment[ru]=Breeze от KDE VDG Comment[sk]=Vánok od KDE VDG Comment[sv]=Breeze av KDE:s visuella designgrupp +Comment[tg]=Насим аз KDE VDG Comment[uk]=Breeze, автори — KDE VDG Comment[x-test]=xxBreeze by the KDE VDGxx Comment[zh_CN]=微风,由 KDE VDG 创作 diff -Nru plasma-framework-5.61.0/src/desktoptheme/breeze-dark/metadata.desktop.cmake plasma-framework-5.62.0/src/desktoptheme/breeze-dark/metadata.desktop.cmake --- plasma-framework-5.61.0/src/desktoptheme/breeze-dark/metadata.desktop.cmake 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/desktoptheme/breeze-dark/metadata.desktop.cmake 2019-09-07 14:51:42.000000000 +0000 @@ -35,6 +35,7 @@ Name[sr@ijekavianlatin]=Povetarac tamni Name[sr@latin]=Povetarac tamni Name[sv]=Breeze mörk +Name[tg]=Насими торик Name[tr]=Esintili Koyu Name[uk]=Темна Breeze Name[x-test]=xxBreeze Darkxx @@ -43,6 +44,7 @@ Comment=Breeze Dark by the KDE VDG Comment[ca]=Brisa fosca pel VDG del KDE Comment[ca@valencia]=Brisa fosca pel VDG del KDE +Comment[cs]=Breeze Dark od KDE VDG Comment[da]=Breeze Dark af KDE VDG Comment[de]=Breeze-Dunkel von der KDE VDG Comment[en_GB]=Breeze Dark by the KDE VDG @@ -62,6 +64,7 @@ Comment[ru]=Тёмный вариант Breeze от KDE VDG Comment[sk]=Vánok Tmavý od KDE VDG Comment[sv]=Breeze mörk av KDE:s visuella designgrupp +Comment[tg]=Насими торик аз KDE VDG Comment[uk]=Темна Breeze, автори — KDE VDG Comment[x-test]=xxBreeze Dark by the KDE VDGxx Comment[zh_CN]=暗色微风,由 KDE VDG 创作 diff -Nru plasma-framework-5.61.0/src/desktoptheme/breeze-light/metadata.desktop.cmake plasma-framework-5.62.0/src/desktoptheme/breeze-light/metadata.desktop.cmake --- plasma-framework-5.61.0/src/desktoptheme/breeze-light/metadata.desktop.cmake 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/desktoptheme/breeze-light/metadata.desktop.cmake 2019-09-07 14:51:42.000000000 +0000 @@ -21,7 +21,7 @@ Name[ko]=Breeze Light Name[nl]=Breeze Light Name[nn]=Breeze lys -Name[pl]=Lekka Bryza +Name[pl]=Jasna Bryza Name[pt]=Brisa Clara Name[pt_BR]=Breeze Light Name[ru]=Breeze, светлый вариант @@ -32,6 +32,7 @@ Name[sr@ijekavianlatin]=Povetarac laki Name[sr@latin]=Povetarac laki Name[sv]=Breeze ljus +Name[tg]=Насими равшан Name[tr]=Hafif Esinti Name[uk]=Світла Breeze Name[x-test]=xxBreeze Lightxx @@ -40,6 +41,7 @@ Comment=Breeze Light by the KDE VDG Comment[ca]=Brisa clara pel VDG del KDE Comment[ca@valencia]=Brisa clara pel VDG del KDE +Comment[cs]=Breeze Light od KDE VDG Comment[da]=Breeze Light af KDE VDG Comment[de]=Breeze-Hell von der KDE VDG Comment[en_GB]=Breeze Light by the KDE VDG @@ -53,12 +55,13 @@ Comment[ko]=KDE 시각 디자인 그룹에서 제작한 Breeze Light Comment[nl]=Breeze Light door de KDE VDG Comment[nn]=Breeze lys frå KDE VDG -Comment[pl]=Lekka Bryza autorstwa KDE VDG +Comment[pl]=Jasna Bryza autorstwa KDE VDG Comment[pt]=Brisa Claro da VDG do KDE Comment[pt_BR]=Breeze Light pelo KDE VDG Comment[ru]=Светлый вариант Breeze от KDE VDG Comment[sk]=Vánok Svetlý od KDE VDG Comment[sv]=Breeze ljus av KDE:s visuella designgrupp +Comment[tg]=Насими равшан аз KDE VDG Comment[uk]=Світла Breeze, автори — KDE VDG Comment[x-test]=xxBreeze Light by the KDE VDGxx Comment[zh_CN]=亮色微风,由 KDE VDG 创作 diff -Nru plasma-framework-5.61.0/src/desktoptheme/oxygen/metadata.desktop.cmake plasma-framework-5.62.0/src/desktoptheme/oxygen/metadata.desktop.cmake --- plasma-framework-5.61.0/src/desktoptheme/oxygen/metadata.desktop.cmake 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/desktoptheme/oxygen/metadata.desktop.cmake 2019-09-07 14:51:42.000000000 +0000 @@ -38,6 +38,7 @@ Name[sr@ijekavianlatin]=Kiseonik Name[sr@latin]=Kiseonik Name[sv]=Oxygen +Name[tg]=Oxygen Name[tr]=Oxygen Name[ug]=ئوكسېگىن Name[uk]=Oxygen @@ -83,6 +84,7 @@ Comment[sr@ijekavianlatin]=Tema urađena u stilu Kiseonika Comment[sr@latin]=Tema urađena u stilu Kiseonika Comment[sv]=Tema skapat med Oxygen-stilen +Comment[tg]=Мавзӯъ дар асоси услуби Oxygen Comment[tr]=Oxygen biçimi ile yapılmış tema Comment[ug]=ئوكسېگىن ئۇسلۇبىدىكى ئۆرنەك Comment[uk]=Тема в стилі Oxygen diff -Nru plasma-framework-5.61.0/src/plasma/applet.cpp plasma-framework-5.62.0/src/plasma/applet.cpp --- plasma-framework-5.61.0/src/plasma/applet.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/applet.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -557,7 +557,7 @@ QAction *runAssociatedApplication = d->actions->action(QStringLiteral("run associated application")); if (runAssociatedApplication) { - connect(runAssociatedApplication, SIGNAL(triggered(bool)), this, SLOT(runAssociatedApplication()), Qt::UniqueConnection); + connect(runAssociatedApplication, &QAction::triggered, this, &Applet::runAssociatedApplication, Qt::UniqueConnection); } d->updateShortcuts(); @@ -670,7 +670,7 @@ d->activationAction = new QAction(this); d->activationAction->setText(i18n("Activate %1 Widget", title())); d->activationAction->setObjectName(QStringLiteral("activate widget %1").arg(id())); // NO I18N - connect(d->activationAction, SIGNAL(triggered()), this, SIGNAL(activated())); + connect(d->activationAction, &QAction::triggered, this, &Applet::activated); connect(d->activationAction, SIGNAL(changed()), this, SLOT(globalShortcutChanged())); } else if (d->activationAction->shortcut() == shortcut) { @@ -787,7 +787,7 @@ if (md.isValid()) { QStringList types = md.serviceTypes(); - if (types.contains(QStringLiteral("Plasma/Containment"))) { + if (types.contains(QLatin1String("Plasma/Containment"))) { return new Containment(md, appletId); } else { return new Applet(md, nullptr, appletId); diff -Nru plasma-framework-5.61.0/src/plasma/containment.cpp plasma-framework-5.62.0/src/plasma/containment.cpp --- plasma-framework-5.61.0/src/plasma/containment.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/containment.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -412,7 +412,7 @@ oldConfig.reparent(&c); applet->d->resetConfigurationObject(); - disconnect(applet, SIGNAL(activated()), currentContainment, SIGNAL(activated())); + disconnect(applet, &Applet::activated, currentContainment, &Applet::activated); //change the group to its configloader, if any //FIXME: this is very, very brutal if (applet->configScheme()) { @@ -439,10 +439,10 @@ d->loadingApplets << applet; } - connect(applet, SIGNAL(configNeedsSaving()), this, SIGNAL(configNeedsSaving())); + connect(applet, &Applet::configNeedsSaving, this, &Applet::configNeedsSaving); connect(applet, SIGNAL(appletDeleted(Plasma::Applet*)), this, SLOT(appletDeleted(Plasma::Applet*))); connect(applet, SIGNAL(statusChanged(Plasma::Types::ItemStatus)), this, SLOT(checkStatus(Plasma::Types::ItemStatus))); - connect(applet, SIGNAL(activated()), this, SIGNAL(activated())); + connect(applet, &Applet::activated, this, &Applet::activated); if (!currentContainment) { const bool isNew = applet->d->mainConfigGroup()->entryMap().isEmpty(); diff -Nru plasma-framework-5.61.0/src/plasma/corona.cpp plasma-framework-5.62.0/src/plasma/corona.cpp --- plasma-framework-5.61.0/src/plasma/corona.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/corona.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -561,10 +561,10 @@ QObject::connect(containment, SIGNAL(destroyed(QObject*)), q, SLOT(containmentDestroyed(QObject*))); - QObject::connect(containment, SIGNAL(configNeedsSaving()), - q, SLOT(requestConfigSync())); - QObject::connect(containment, SIGNAL(screenChanged(int)), - q, SIGNAL(screenOwnerChanged(int))); + QObject::connect(containment, &Applet::configNeedsSaving, + q, &Corona::requestConfigSync); + QObject::connect(containment, &Containment::screenChanged, + q, &Corona::screenOwnerChanged); if (!delayedInit) { containment->init(); diff -Nru plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-applet.desktop plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-applet.desktop --- plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-applet.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-applet.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -41,6 +41,7 @@ Comment[sr@ijekavianlatin]=Plasma aplet Comment[sr@latin]=Plasma aplet Comment[sv]=Plasma-miniprogram +Comment[tg]=Зербарномаи Plasma Comment[tr]=Plasma programcığı Comment[ug]=Plasma قوللانچاق Comment[uk]=Аплет Плазми diff -Nru plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-containmentactions.desktop plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-containmentactions.desktop --- plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-containmentactions.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-containmentactions.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -39,6 +39,7 @@ Comment[sr@ijekavianlatin]=Plasma radnje sadržalaca Comment[sr@latin]=Plasma radnje sadržalaca Comment[sv]=Plasma omgivningsåtgärder +Comment[tg]=Амалҳои дарбаргирандаи Plasma Comment[tr]=Plasma İçerici Eylemleri Comment[ug]=Plasma قاچا ھەرىكىتى Comment[uk]=Дії контейнерів Плазми diff -Nru plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-containment.desktop plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-containment.desktop --- plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-containment.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-containment.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -40,6 +40,7 @@ Comment[sr@ijekavianlatin]=Sadržalac za plasma aplete i iscrtavač pozadine Comment[sr@latin]=Sadržalac za plasma aplete i iscrtavač pozadine Comment[sv]=Plasmaminiprogram-omgivning och bakgrundsuppritning +Comment[tg]=Дарбаргирандаи зербарномаи Plasma ва рассомни пасзамина Comment[tr]=Plasma programcık içerici ve arkaplan oluşturucu Comment[ug]=Plasma قاچا ھەرىكىتى ۋە تەگلىك سىزغۇچ Comment[uk]=Контейнер аплетів Плазми і малювання у тлі diff -Nru plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-dataengine.desktop plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-dataengine.desktop --- plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-dataengine.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-dataengine.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -41,6 +41,7 @@ Comment[sr@ijekavianlatin]=Plasma datomotor Comment[sr@latin]=Plasma datomotor Comment[sv]=Plasma datagränssnitt +Comment[tg]=Низоми иттилоотии Plasma Comment[tr]=Plasma Veri Motoru Comment[ug]=Plasma سانلىق-مەلۇمات ماتورى Comment[uk]=Рушій даних Плазми diff -Nru plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-generic.desktop plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-generic.desktop --- plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-generic.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-generic.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -39,6 +39,7 @@ Name[sr@ijekavianlatin]=Plasma paket Name[sr@latin]=Plasma paket Name[sv]=Plasma-paket +Name[tg]=Бастаи Plasma Name[tr]=Plasma Paketi Name[uk]=Пакунок Плазми Name[x-test]=xxPlasma Packagexx @@ -81,6 +82,7 @@ Comment[sr@ijekavianlatin]=Generički plasma paket Comment[sr@latin]=Generički plasma paket Comment[sv]=Generellt Plasma-paket +Comment[tg]=Бастаи умумии Plasma Comment[tr]=Genel Plasma Paketi Comment[uk]=Типовий пакунок Плазми Comment[x-test]=xxGeneric Plasma Packagexx diff -Nru plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-lookandfeel.desktop plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-lookandfeel.desktop --- plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-lookandfeel.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-lookandfeel.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -38,6 +38,7 @@ Name[sr@ijekavianlatin]=Plasma izgled i osećaj Name[sr@latin]=Plasma izgled i osećaj Name[sv]=Plasma utseende och känsla +Name[tg]=Намуди зоҳирии Plasma Name[tr]=Plasma Görünüş ve Dokunuş Name[uk]=Вигляд і поведінка Плазми Name[x-test]=xxPlasma Look and Feelxx @@ -77,6 +78,7 @@ Comment[sr@ijekavianlatin]=Definiše vizuelni jezik za plasma školjke Comment[sr@latin]=Definiše vizuelni jezik za plasma školjke Comment[sv]=Definierar det visuella språket för Plasma skal +Comment[tg]=Забони намоёнро барои воситаҳои Plasma муайян мекунад Comment[tr]=Plasma Kabukları için Sanal Dili tanımlar Comment[uk]=Визначає візуальну мову для оболонок Плазми Comment[x-test]=xxDefines the Visual Language for Plasma Shellsxx diff -Nru plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-packagestructure.desktop plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-packagestructure.desktop --- plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-packagestructure.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-packagestructure.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -40,6 +40,7 @@ Comment[sr@ijekavianlatin]=Definicija strukture plasma paketa Comment[sr@latin]=Definicija strukture plasma paketa Comment[sv]=Strukturdefinition av Plasma-paket +Comment[tg]=Таърифи сохтори бастаи Plasma Comment[tr]=Plasma paketi yapı tanımlaması Comment[ug]=Plasma بوغچا قۇرۇلما ئېنىقلىمىسى Comment[uk]=Опис структури пакунка плазми diff -Nru plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-scriptengine.desktop plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-scriptengine.desktop --- plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-scriptengine.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-scriptengine.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -40,6 +40,7 @@ Comment[sr@ijekavianlatin]=Proširenje Plasme za skriptne jezike Comment[sr@latin]=Proširenje Plasme za skriptne jezike Comment[sv]=Skriptspråksutökning för Plasma +Comment[tg]=Васеъшавии забони намоишнома барои Plasma Comment[tr]=Plasma için betik dili eklentisi Comment[ug]=Plasma نىڭ قوليازما تىل كېڭەيتىلمىسى Comment[uk]=Розширення скриптових мов для Плазми diff -Nru plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-service.desktop plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-service.desktop --- plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-service.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-service.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -41,6 +41,7 @@ Comment[sr@ijekavianlatin]=Plasma servis Comment[sr@latin]=Plasma servis Comment[sv]=Plasma-tjänst +Comment[tg]=Хидмати Plasma Comment[tr]=Plasma servisi Comment[ug]=Plasma مۇلازىمىتى Comment[uk]=Служба Плазми diff -Nru plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-shell.desktop plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-shell.desktop --- plasma-framework-5.61.0/src/plasma/data/servicetypes/plasma-shell.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/data/servicetypes/plasma-shell.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -39,6 +39,7 @@ Name[sr@ijekavianlatin]=Plasma školjka Name[sr@latin]=Plasma školjka Name[sv]=Plasma skal +Name[tg]=Восити Plasma Name[tr]=Plasma Kabuğu Name[uk]=Оболонка Плазми Name[x-test]=xxPlasma Shellxx @@ -81,6 +82,7 @@ Comment[sr@ijekavianlatin]=Komponente plasma školjke Comment[sr@latin]=Komponente plasma školjke Comment[sv]=Plasma skalkomponenter +Comment[tg]=Унсурҳои восити Plasma Comment[tr]=Plasma Kabuğu Bileşenleri Comment[uk]=Компоненти оболонки Плазми Comment[x-test]=xxPlasma Shell Componentsxx diff -Nru plasma-framework-5.61.0/src/plasma/datacontainer.cpp plasma-framework-5.62.0/src/plasma/datacontainer.cpp --- plasma-framework-5.61.0/src/plasma/datacontainer.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/datacontainer.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -158,8 +158,8 @@ } } } else { - connect(visualization, SIGNAL(destroyed(QObject*)), - this, SLOT(disconnectVisualization(QObject*))); //, Qt::QueuedConnection); + connect(visualization, &QObject::destroyed, + this, &DataContainer::disconnectVisualization); //, Qt::QueuedConnection); } if (pollingInterval < 1) { @@ -312,8 +312,8 @@ void DataContainer::disconnectVisualization(QObject *visualization) { QMap::iterator objIt = d->relayObjects.find(visualization); - disconnect(visualization, SIGNAL(destroyed(QObject*)), - this, SLOT(disconnectVisualization(QObject*))); //, Qt::QueuedConnection); + disconnect(visualization, &QObject::destroyed, + this, &DataContainer::disconnectVisualization); //, Qt::QueuedConnection); if (objIt == d->relayObjects.end() || !objIt.value()) { // it is connected directly to the DataContainer itself diff -Nru plasma-framework-5.61.0/src/plasma/dataengine.cpp plasma-framework-5.62.0/src/plasma/dataengine.cpp --- plasma-framework-5.61.0/src/plasma/dataengine.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/dataengine.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -597,7 +597,7 @@ if (newSource) { *newSource = true; } - QObject::connect(s, SIGNAL(becameUnused(QString)), q, SLOT(removeSource(QString))); + QObject::connect(s, &DataContainer::becameUnused, q, &DataEngine::removeSource); emit q->sourceAdded(sourceName); } } diff -Nru plasma-framework-5.61.0/src/plasma/packagestructure/containmentactions-packagestructure.json plasma-framework-5.62.0/src/plasma/packagestructure/containmentactions-packagestructure.json --- plasma-framework-5.61.0/src/plasma/packagestructure/containmentactions-packagestructure.json 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/packagestructure/containmentactions-packagestructure.json 2019-09-07 14:51:42.000000000 +0000 @@ -36,6 +36,7 @@ "Name[sr@latin]": "Aron Dž. Sajgo", "Name[sr]": "Арон Џ. Сајго", "Name[sv]": "Aaron Seigo", + "Name[tg]": "Аарон Сейго (Aaron Seigo)", "Name[tr]": "Aaron Seigo", "Name[uk]": "Aaron Seigo", "Name[x-test]": "xxAaron Seigoxx", @@ -75,6 +76,7 @@ "Name[sr@latin]": "Radnje sadržaoca", "Name[sr]": "Радње садржаоца", "Name[sv]": "Omgivningsåtgärder", + "Name[tg]": "Амалҳои дарбаргиранда", "Name[tr]": "Sınırlama Eylemleri", "Name[uk]": "Дії з контейнерами", "Name[x-test]": "xxContainment Actionsxx", diff -Nru plasma-framework-5.61.0/src/plasma/packagestructure/dataengine-packagestructure.json plasma-framework-5.62.0/src/plasma/packagestructure/dataengine-packagestructure.json --- plasma-framework-5.61.0/src/plasma/packagestructure/dataengine-packagestructure.json 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/packagestructure/dataengine-packagestructure.json 2019-09-07 14:51:42.000000000 +0000 @@ -36,6 +36,7 @@ "Name[sr@latin]": "Aron Dž. Sajgo", "Name[sr]": "Арон Џ. Сајго", "Name[sv]": "Aaron Seigo", + "Name[tg]": "Аарон Сейго (Aaron Seigo)", "Name[tr]": "Aaron Seigo", "Name[uk]": "Aaron Seigo", "Name[x-test]": "xxAaron Seigoxx", @@ -77,6 +78,7 @@ "Name[sr@latin]": "Datomotor", "Name[sr]": "Датомотор", "Name[sv]": "Datagränssnitt", + "Name[tg]": "Низоми иттилоотӣ", "Name[tr]": "Veri Motoru", "Name[uk]": "Рушій даних", "Name[x-test]": "xxData Enginexx", diff -Nru plasma-framework-5.61.0/src/plasma/packagestructure/plasmageneric-packagestructure.json plasma-framework-5.62.0/src/plasma/packagestructure/plasmageneric-packagestructure.json --- plasma-framework-5.61.0/src/plasma/packagestructure/plasmageneric-packagestructure.json 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/packagestructure/plasmageneric-packagestructure.json 2019-09-07 14:51:42.000000000 +0000 @@ -36,6 +36,7 @@ "Name[sr@latin]": "Aron Dž. Sajgo", "Name[sr]": "Арон Џ. Сајго", "Name[sv]": "Aaron Seigo", + "Name[tg]": "Аарон Сейго (Aaron Seigo)", "Name[tr]": "Aaron Seigo", "Name[uk]": "Aaron Seigo", "Name[x-test]": "xxAaron Seigoxx", @@ -76,6 +77,7 @@ "Name[sr@latin]": "Generički", "Name[sr]": "Генерички", "Name[sv]": "Generella", + "Name[tg]": "Умумӣ", "Name[tr]": "Genel", "Name[uk]": "Загальний", "Name[x-test]": "xxGenericxx", diff -Nru plasma-framework-5.61.0/src/plasma/packagestructure/plasmatheme-packagestructure.json plasma-framework-5.62.0/src/plasma/packagestructure/plasmatheme-packagestructure.json --- plasma-framework-5.61.0/src/plasma/packagestructure/plasmatheme-packagestructure.json 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/packagestructure/plasmatheme-packagestructure.json 2019-09-07 14:51:42.000000000 +0000 @@ -36,6 +36,7 @@ "Name[sr@latin]": "Aron Dž. Sajgo", "Name[sr]": "Арон Џ. Сајго", "Name[sv]": "Aaron Seigo", + "Name[tg]": "Аарон Сейго (Aaron Seigo)", "Name[tr]": "Aaron Seigo", "Name[uk]": "Aaron Seigo", "Name[x-test]": "xxAaron Seigoxx", @@ -77,6 +78,7 @@ "Name[sr@latin]": "Plasma tema", "Name[sr]": "Плазма тема", "Name[sv]": "Plasmatema", + "Name[tg]": "Мавзӯи Plasma", "Name[tr]": "Plasma Teması", "Name[uk]": "Тема Плазми", "Name[x-test]": "xxPlasma Themexx", diff -Nru plasma-framework-5.61.0/src/plasma/packagestructure/plasmoidpackage.cpp plasma-framework-5.62.0/src/plasma/packagestructure/plasmoidpackage.cpp --- plasma-framework-5.61.0/src/plasma/packagestructure/plasmoidpackage.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/packagestructure/plasmoidpackage.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -47,7 +47,7 @@ if (!package->metadata().isValid()) { return; } - if (package->metadata().serviceTypes().contains(QStringLiteral("Plasma/Containment"))) { + if (package->metadata().serviceTypes().contains(QLatin1String("Plasma/Containment"))) { package->addFileDefinition("compactapplet", QStringLiteral("applet/CompactApplet.qml"), i18n("Custom expander for compact applets")); } else { package->removeDefinition("compactapplet"); diff -Nru plasma-framework-5.61.0/src/plasma/packagestructure/plasmoid-packagestructure.json plasma-framework-5.62.0/src/plasma/packagestructure/plasmoid-packagestructure.json --- plasma-framework-5.61.0/src/plasma/packagestructure/plasmoid-packagestructure.json 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/packagestructure/plasmoid-packagestructure.json 2019-09-07 14:51:42.000000000 +0000 @@ -36,6 +36,7 @@ "Name[sr@latin]": "Aron Dž. Sajgo", "Name[sr]": "Арон Џ. Сајго", "Name[sv]": "Aaron Seigo", + "Name[tg]": "Аарон Сейго (Aaron Seigo)", "Name[tr]": "Aaron Seigo", "Name[uk]": "Aaron Seigo", "Name[x-test]": "xxAaron Seigoxx", @@ -77,6 +78,7 @@ "Name[sr@latin]": "Plazmoid", "Name[sr]": "Плазмоид", "Name[sv]": "Plasmoid", + "Name[tg]": "Plasmoid", "Name[tr]": "Plasmoid", "Name[uk]": "Плазмоїд", "Name[x-test]": "xxPlasmoidxx", diff -Nru plasma-framework-5.61.0/src/plasma/pluginloader.cpp plasma-framework-5.62.0/src/plasma/pluginloader.cpp --- plasma-framework-5.61.0/src/plasma/pluginloader.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/pluginloader.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -215,7 +215,7 @@ QVariantList allArgs; allArgs << QVariant::fromValue(p) << p.metadata().fileName() << appletId << args; - if (p.metadata().serviceTypes().contains(QStringLiteral("Plasma/Containment"))) { + if (p.metadata().serviceTypes().contains(QLatin1String("Plasma/Containment"))) { applet = new Containment(nullptr, allArgs); } else { applet = new Applet(nullptr, allArgs); @@ -637,7 +637,7 @@ KConfigGroup group(KSharedConfig::openConfig(), "General"); auto filter = [&type, &category, &parentApp](const KPluginMetaData &md) -> bool { - if (!md.serviceTypes().contains(QStringLiteral("Plasma/Containment"))) { + if (!md.serviceTypes().contains(QLatin1String("Plasma/Containment"))) { return false; } if (!parentApp.isEmpty() && md.value(QStringLiteral("X-KDE-ParentApp")) != parentApp) { diff -Nru plasma-framework-5.61.0/src/plasma/private/storage.cpp plasma-framework-5.62.0/src/plasma/private/storage.cpp --- plasma-framework-5.61.0/src/plasma/private/storage.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/private/storage.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -46,7 +46,7 @@ m_clientName(destination) { Plasma::StorageThread::self()->start(); - connect(Plasma::StorageThread::self(), SIGNAL(newResult(StorageJob*,QVariant)), this, SLOT(resultSlot(StorageJob*,QVariant))); + connect(Plasma::StorageThread::self(), &Plasma::StorageThread::newResult, this, &StorageJob::resultSlot); qRegisterMetaType(); qRegisterMetaType >(); } @@ -136,8 +136,8 @@ } } - m_clientName = m_clientName.replace(QLatin1Char('.'), QLatin1Char('_')); - m_clientName = m_clientName.replace(QLatin1Char('-'), QLatin1Char('_')); + m_clientName.replace(QLatin1Char('.'), QLatin1Char('_')); + m_clientName.replace(QLatin1Char('-'), QLatin1Char('_')); setName(QStringLiteral("storage")); } diff -Nru plasma-framework-5.61.0/src/plasma/private/storagethread.cpp plasma-framework-5.62.0/src/plasma/private/storagethread.cpp --- plasma-framework-5.61.0/src/plasma/private/storagethread.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/private/storagethread.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -246,11 +246,11 @@ if (success) { QSqlRecord rec = query.record(); - const int keyColumn = rec.indexOf(QStringLiteral("id")); - const int textColumn = rec.indexOf(QStringLiteral("txt")); - const int intColumn = rec.indexOf(QStringLiteral("int")); - const int floatColumn = rec.indexOf(QStringLiteral("float")); - const int binaryColumn = rec.indexOf(QStringLiteral("binary")); + const int keyColumn = rec.indexOf(QLatin1String("id")); + const int textColumn = rec.indexOf(QLatin1String("txt")); + const int intColumn = rec.indexOf(QLatin1String("int")); + const int floatColumn = rec.indexOf(QLatin1String("float")); + const int binaryColumn = rec.indexOf(QLatin1String("binary")); QVariantMap data; while (query.next()) { diff -Nru plasma-framework-5.61.0/src/plasma/private/theme_p.cpp plasma-framework-5.62.0/src/plasma/private/theme_p.cpp --- plasma-framework-5.61.0/src/plasma/private/theme_p.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/private/theme_p.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -84,18 +84,18 @@ pixmapSaveTimer = new QTimer(this); pixmapSaveTimer->setSingleShot(true); pixmapSaveTimer->setInterval(600); - QObject::connect(pixmapSaveTimer, SIGNAL(timeout()), this, SLOT(scheduledCacheUpdate())); + QObject::connect(pixmapSaveTimer, &QTimer::timeout, this, &ThemePrivate::scheduledCacheUpdate); rectSaveTimer = new QTimer(this); rectSaveTimer->setSingleShot(true); //2 minutes rectSaveTimer->setInterval(2 * 60 * 1000); - QObject::connect(rectSaveTimer, SIGNAL(timeout()), this, SLOT(saveSvgElementsCache())); + QObject::connect(rectSaveTimer, &QTimer::timeout, this, &ThemePrivate::saveSvgElementsCache); updateNotificationTimer = new QTimer(this); updateNotificationTimer->setSingleShot(true); updateNotificationTimer->setInterval(100); - QObject::connect(updateNotificationTimer, SIGNAL(timeout()), this, SLOT(notifyOfChanged())); + QObject::connect(updateNotificationTimer, &QTimer::timeout, this, &ThemePrivate::notifyOfChanged); if (QPixmap::defaultDepth() > 8) { #if HAVE_X11 @@ -200,11 +200,11 @@ // watch the metadata file for changes at runtime KDirWatch::self()->addFile(themeMetadataPath); - QObject::connect(KDirWatch::self(), SIGNAL(created(QString)), - this, SLOT(settingsFileChanged(QString)), + QObject::connect(KDirWatch::self(), &KDirWatch::created, + this, &ThemePrivate::settingsFileChanged, Qt::UniqueConnection); - QObject::connect(KDirWatch::self(), SIGNAL(dirty(QString)), - this, SLOT(settingsFileChanged(QString)), + QObject::connect(KDirWatch::self(), &KDirWatch::dirty, + this, &ThemePrivate::settingsFileChanged, Qt::UniqueConnection); if (!iconThemeMetadataPath.isEmpty()) { @@ -303,7 +303,7 @@ QString ThemePrivate::imagePath(const QString& theme, const QString& type, const QString& image) { - QString subdir = QLatin1Literal(PLASMA_RELATIVE_DATA_INSTALL_DIR "/desktoptheme/") % theme % type % image; + QString subdir = QLatin1String(PLASMA_RELATIVE_DATA_INSTALL_DIR "/desktoptheme/") % theme % type % image; return QStandardPaths::locate(QStandardPaths::GenericDataLocation, subdir); } @@ -699,7 +699,7 @@ void ThemePrivate::processWallpaperSettings(KConfigBase *metadata) { - if (!defaultWallpaperTheme.isEmpty() && defaultWallpaperTheme != QStringLiteral(DEFAULT_WALLPAPER_THEME)) { + if (!defaultWallpaperTheme.isEmpty() && defaultWallpaperTheme != QLatin1String(DEFAULT_WALLPAPER_THEME)) { return; } @@ -784,7 +784,7 @@ themeName = theme; // load the color scheme config - const QString colorsFile = realTheme ? QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1Literal(PLASMA_RELATIVE_DATA_INSTALL_DIR "/desktoptheme/") % theme % QLatin1Literal("/colors")) + const QString colorsFile = realTheme ? QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String(PLASMA_RELATIVE_DATA_INSTALL_DIR "/desktoptheme/") % theme % QLatin1String("/colors")) : QString(); //qCDebug(LOG_PLASMA) << "we're going for..." << colorsFile << "*******************"; @@ -800,12 +800,12 @@ buttonColorScheme = KColorScheme(QPalette::Active, KColorScheme::Button, colors); viewColorScheme = KColorScheme(QPalette::Active, KColorScheme::View, colors); complementaryColorScheme = KColorScheme(QPalette::Active, KColorScheme::Complementary, colors); - const QString wallpaperPath = QLatin1Literal(PLASMA_RELATIVE_DATA_INSTALL_DIR "/desktoptheme/") % theme % QLatin1Literal("/wallpapers/"); + const QString wallpaperPath = QLatin1String(PLASMA_RELATIVE_DATA_INSTALL_DIR "/desktoptheme/") % theme % QLatin1String("/wallpapers/"); hasWallpapers = !QStandardPaths::locate(QStandardPaths::GenericDataLocation, wallpaperPath, QStandardPaths::LocateDirectory).isEmpty(); // load the wallpaper settings, if any if (realTheme) { - const QString metadataPath(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1Literal(PLASMA_RELATIVE_DATA_INSTALL_DIR "/desktoptheme/") % theme % QLatin1Literal("/metadata.desktop"))); + const QString metadataPath(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String(PLASMA_RELATIVE_DATA_INSTALL_DIR "/desktoptheme/") % theme % QLatin1String("/metadata.desktop"))); KConfig metadata(metadataPath, KConfig::SimpleConfig); pluginInfo = KPluginInfo(metadataPath); @@ -821,7 +821,7 @@ while (!fallback.isEmpty() && !fallbackThemes.contains(fallback)) { fallbackThemes.append(fallback); - QString metadataPath(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1Literal(PLASMA_RELATIVE_DATA_INSTALL_DIR "/desktoptheme/") % fallback % QLatin1Literal("/metadata.desktop"))); + QString metadataPath(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String(PLASMA_RELATIVE_DATA_INSTALL_DIR "/desktoptheme/") % fallback % QLatin1String("/metadata.desktop"))); KConfig metadata(metadataPath, KConfig::SimpleConfig); KConfigGroup cg(&metadata, "Settings"); fallback = cg.readEntry("FallbackTheme", QString()); @@ -832,7 +832,7 @@ } foreach (const QString &theme, fallbackThemes) { - QString metadataPath(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1Literal(PLASMA_RELATIVE_DATA_INSTALL_DIR "/desktoptheme/") % theme % QLatin1Literal("/metadata.desktop"))); + QString metadataPath(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QLatin1String(PLASMA_RELATIVE_DATA_INSTALL_DIR "/desktoptheme/") % theme % QLatin1String("/metadata.desktop"))); KConfig metadata(metadataPath, KConfig::SimpleConfig); processWallpaperSettings(&metadata); } diff -Nru plasma-framework-5.61.0/src/plasma/private/timetracker.cpp plasma-framework-5.62.0/src/plasma/private/timetracker.cpp --- plasma-framework-5.61.0/src/plasma/private/timetracker.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/private/timetracker.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -88,7 +88,7 @@ QTimer* t = new QTimer(this); t->setInterval(2000); t->setSingleShot(false); - connect(t, SIGNAL(timeout()), this, SLOT(sync())); + connect(t, &QTimer::timeout, this, &TimeTracker::sync); t->start(); QMetaObject::invokeMethod(this, "init", Qt::QueuedConnection); diff -Nru plasma-framework-5.61.0/src/plasma/private/timetracker.h plasma-framework-5.62.0/src/plasma/private/timetracker.h --- plasma-framework-5.61.0/src/plasma/private/timetracker.h 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/private/timetracker.h 2019-09-07 14:51:42.000000000 +0000 @@ -56,7 +56,7 @@ * as the process has quit. */ -class PLASMA_EXPORT TimeTracker : QObject +class PLASMA_EXPORT TimeTracker : public QObject { Q_OBJECT public: diff -Nru plasma-framework-5.61.0/src/plasma/scripting/scriptengine.cpp plasma-framework-5.62.0/src/plasma/scripting/scriptengine.cpp --- plasma-framework-5.61.0/src/plasma/scripting/scriptengine.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/scripting/scriptengine.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -41,8 +41,8 @@ if (!filter(plugin)) continue; const QStringList componentTypes = KPluginMetaData::readStringList(plugins.first().rawData(), QStringLiteral("X-Plasma-ComponentTypes")); - if (((types & Types::AppletComponent) && componentTypes.contains(QStringLiteral("Applet"))) - ||((types & Types::DataEngineComponent) && componentTypes.contains(QStringLiteral("DataEngine")))) { + if (((types & Types::AppletComponent) && componentTypes.contains(QLatin1String("Applet"))) + ||((types & Types::DataEngineComponent) && componentTypes.contains(QLatin1String("DataEngine")))) { ret << plugin; } } diff -Nru plasma-framework-5.61.0/src/plasma/svg.cpp plasma-framework-5.62.0/src/plasma/svg.cpp --- plasma-framework-5.61.0/src/plasma/svg.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/svg.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -186,7 +186,7 @@ QString actualPath = imagePath; if (imagePath.startsWith(QLatin1String("file://"))) { //length of file:// - actualPath = actualPath.mid(7); + actualPath.remove(0, 7); } bool isThemed = !actualPath.isEmpty() && !QDir::isAbsolutePath(actualPath); diff -Nru plasma-framework-5.61.0/src/plasma/theme.cpp plasma-framework-5.62.0/src/plasma/theme.cpp --- plasma-framework-5.61.0/src/plasma/theme.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasma/theme.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -149,12 +149,12 @@ return QString(); } - const QString svgzName = name % QLatin1Literal(".svgz"); + const QString svgzName = name % QLatin1String(".svgz"); QString path = d->findInTheme(svgzName, d->themeName); if (path.isEmpty()) { // try for an uncompressed svg file - const QString svgName = name % QLatin1Literal(".svg"); + const QString svgName = name % QLatin1String(".svg"); path = d->findInTheme(svgName, d->themeName); // search in fallback themes if necessary @@ -215,10 +215,10 @@ // to override the theme? if (d->hasWallpapers) { // check in the theme first - fullPath = d->findInTheme(QLatin1Literal("wallpapers/") % image, d->themeName); + fullPath = d->findInTheme(QLatin1String("wallpapers/") % image, d->themeName); if (fullPath.isEmpty()) { - fullPath = d->findInTheme(QLatin1Literal("wallpapers/") % defaultImage, d->themeName); + fullPath = d->findInTheme(QLatin1String("wallpapers/") % defaultImage, d->themeName); } } @@ -256,8 +256,8 @@ return false; } - return !(d->findInTheme(name % QLatin1Literal(".svgz"), d->themeName, false).isEmpty()) || - !(d->findInTheme(name % QLatin1Literal(".svg"), d->themeName, false).isEmpty()); + return !(d->findInTheme(name % QLatin1String(".svgz"), d->themeName, false).isEmpty()) || + !(d->findInTheme(name % QLatin1String(".svg"), d->themeName, false).isEmpty()); } KSharedConfigPtr Theme::colorScheme() const @@ -337,7 +337,7 @@ } KConfigGroup imageGroup(d->svgElementsCache, image); - rect = imageGroup.readEntry(element % QLatin1Literal("Size"), QRectF()); + rect = imageGroup.readEntry(element % QLatin1String("Size"), QRectF()); if (rect.isValid()) { return true; @@ -394,7 +394,7 @@ if (rect.isValid()) { KConfigGroup imageGroup(d->svgElementsCache, image); - imageGroup.writeEntry(element % QLatin1Literal("Size"), rect); + imageGroup.writeEntry(element % QLatin1String("Size"), rect); } else { QHash >::iterator it = d->invalidElements.find(image); if (it == d->invalidElements.end()) { diff -Nru plasma-framework-5.61.0/src/plasmapkg/main.cpp plasma-framework-5.62.0/src/plasmapkg/main.cpp --- plasma-framework-5.61.0/src/plasmapkg/main.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasmapkg/main.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -27,31 +27,31 @@ QString typeFromLegacy(const QString &type) { - if (type == QStringLiteral("plasmoid")) { + if (type == QLatin1String("plasmoid")) { return QStringLiteral("Plasma/Applet"); - } else if (type == QStringLiteral("package")) { + } else if (type == QLatin1String("package")) { return QStringLiteral("Plasma/Generic"); - } else if (type == QStringLiteral("theme")) { + } else if (type == QLatin1String("theme")) { return QStringLiteral("Plasma/Theme"); - } else if (type == QStringLiteral("wallpaper")) { + } else if (type == QLatin1String("wallpaper")) { return QStringLiteral("Plasma/ImageWallpaper"); - } else if (type == QStringLiteral("dataengine")) { + } else if (type == QLatin1String("dataengine")) { return QStringLiteral("Plasma/DataEngine"); - } else if (type == QStringLiteral("runner")) { + } else if (type == QLatin1String("runner")) { return QStringLiteral("Plasma/Runner"); - } else if (type == QStringLiteral("wallpaperplugin")) { + } else if (type == QLatin1String("wallpaperplugin")) { return QStringLiteral("Plasma/Wallpaper"); - } else if (type == QStringLiteral("lookandfeel")) { + } else if (type == QLatin1String("lookandfeel")) { return QStringLiteral("Plasma/LookAndFeel"); - } else if (type == QStringLiteral("shell")) { + } else if (type == QLatin1String("shell")) { return QStringLiteral("Plasma/Shell"); - } else if (type == QStringLiteral("layout-template")) { + } else if (type == QLatin1String("layout-template")) { return QStringLiteral("Plasma/LayoutTemplate"); - } else if (type == QStringLiteral("kwineffect")) { + } else if (type == QLatin1String("kwineffect")) { return QStringLiteral("KWin/Effect"); - } else if (type == QStringLiteral("windowswitcher")) { + } else if (type == QLatin1String("windowswitcher")) { return QStringLiteral("KWin/WindowSwitcher"); - } else if (type == QStringLiteral("kwinscript")) { + } else if (type == QLatin1String("kwinscript")) { return QStringLiteral("KWin/Script"); } else { return type; @@ -67,12 +67,12 @@ //plasmapkg2 had some hardcoded types, kpackagetool5 requires the servicetype passed as the type parameter //convert between the two //user passed -t typeName - int typeIndex = params.indexOf(QStringLiteral("-t")); + int typeIndex = params.indexOf(QLatin1String("-t")); if (typeIndex > -1 && params.length() > typeIndex + 1) { params[typeIndex + 1] = typeFromLegacy(params.value(typeIndex + 1)); } else { //user passed --type typeName - typeIndex = params.indexOf(QStringLiteral("--type")); + typeIndex = params.indexOf(QLatin1String("--type")); if (typeIndex > -1 && params.length() > typeIndex + 1) { params[typeIndex + 1] = typeFromLegacy(params.value(typeIndex + 1)); } else { diff -Nru plasma-framework-5.61.0/src/plasmaquick/appletquickitem.cpp plasma-framework-5.62.0/src/plasmaquick/appletquickitem.cpp --- plasma-framework-5.61.0/src/plasmaquick/appletquickitem.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasmaquick/appletquickitem.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -62,9 +62,9 @@ if (qEnvironmentVariableIsSet("PLASMA_PRELOAD_POLICY")) { const QString policy = QString::fromUtf8(qgetenv("PLASMA_PRELOAD_POLICY")).toLower(); - if (policy == QStringLiteral("aggressive")) { + if (policy == QLatin1String("aggressive")) { s_preloadPolicy = Aggressive; - } else if (policy == QStringLiteral("none")) { + } else if (policy == QLatin1String("none")) { s_preloadPolicy = None; } } @@ -95,7 +95,7 @@ const QStringList provides(KPluginMetaData::readStringList(applet->pluginMetaData().rawData(), QStringLiteral("X-Plasma-Provides"))); //some applet types we want a bigger weight - if (provides.contains(QStringLiteral("org.kde.plasma.launchermenu"))) { + if (provides.contains(QLatin1String("org.kde.plasma.launchermenu"))) { defaultWeight = DefaultLauncherPreloadWeight; } else { defaultWeight = DefaultPreloadWeight; diff -Nru plasma-framework-5.61.0/src/plasmaquick/dialog.cpp plasma-framework-5.62.0/src/plasmaquick/dialog.cpp --- plasma-framework-5.61.0/src/plasmaquick/dialog.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasmaquick/dialog.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -741,8 +741,8 @@ } }); - connect(this, SIGNAL(visibleChanged(bool)), - this, SIGNAL(visibleChangedProxy())); + connect(this, &QWindow::visibleChanged, + this, &Dialog::visibleChangedProxy); connect(this, SIGNAL(visibleChanged(bool)), this, SLOT(updateInputShape())); connect(this, SIGNAL(outputOnlyChanged()), diff -Nru plasma-framework-5.61.0/src/plasmaquick/packageurlinterceptor.cpp plasma-framework-5.62.0/src/plasmaquick/packageurlinterceptor.cpp --- plasma-framework-5.61.0/src/plasmaquick/packageurlinterceptor.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasmaquick/packageurlinterceptor.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -92,8 +92,8 @@ //qDebug() << "Intercepted URL:" << path << type; //we assume we never rewritten qml/qmldir files - if (path.path().endsWith(QStringLiteral("qml")) || path.path().endsWith(QStringLiteral("qmldir")) - || path.path().endsWith(QStringLiteral("/inline"))) { + if (path.path().endsWith(QLatin1String("qml")) || path.path().endsWith(QStringLiteral("qmldir")) + || path.path().endsWith(QLatin1String("/inline"))) { return path; } const QString prefix = QString::fromUtf8(prefixForType(type, path.path())); @@ -104,7 +104,7 @@ QString rewritten = plainPath.replace(match, QStringLiteral("/%1/\\1").arg(prefix)); //search it in a resource or as a file on disk - if (!(rewritten.contains(QStringLiteral("qrc")) && + if (!(rewritten.contains(QLatin1String("qrc")) && QFile::exists(QStringLiteral(":") + QUrl(rewritten).path())) && !QFile::exists(QUrl(rewritten).path())) { return path; diff -Nru plasma-framework-5.61.0/src/plasmaquick/packageurlinterceptor.h plasma-framework-5.62.0/src/plasmaquick/packageurlinterceptor.h --- plasma-framework-5.61.0/src/plasmaquick/packageurlinterceptor.h 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/plasmaquick/packageurlinterceptor.h 2019-09-07 14:51:42.000000000 +0000 @@ -74,14 +74,14 @@ //failed by type, let's try by extension const QString &extension = fileName.mid(fileName.lastIndexOf(QLatin1Char('.')) + 1).toLower(); - if (extension == QStringLiteral("svg") || extension == QStringLiteral("svgz") || - extension == QStringLiteral("png") || extension == QStringLiteral("gif") || - extension == QStringLiteral("jpg") || extension == QStringLiteral("jpeg")) { + if (extension == QLatin1String("svg") || extension == QStringLiteral("svgz") || + extension == QLatin1String("png") || extension == QStringLiteral("gif") || + extension == QLatin1String("jpg") || extension == QStringLiteral("jpeg")) { return QByteArray("images"); //FIXME: are those necessary? are they *always* caught by type? - } else if (extension == QStringLiteral("js")) { + } else if (extension == QLatin1String("js")) { return QByteArray("code"); - } else if (extension == QStringLiteral("qml") || extension == QStringLiteral("qmldir")) { + } else if (extension == QLatin1String("qml") || extension == QStringLiteral("qmldir")) { return QByteArray("ui"); //everything else, throw it in "data" } else { diff -Nru plasma-framework-5.61.0/src/scriptengines/python/plasma-scriptengine-dataengine-python.desktop plasma-framework-5.62.0/src/scriptengines/python/plasma-scriptengine-dataengine-python.desktop --- plasma-framework-5.61.0/src/scriptengines/python/plasma-scriptengine-dataengine-python.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/scriptengines/python/plasma-scriptengine-dataengine-python.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -36,6 +36,7 @@ Name[sr@ijekavianlatin]=Python datomotor Name[sr@latin]=Python datomotor Name[sv]=Python datagränssnitt +Name[tg]=Низоми иттилоотии Python Name[tr]=Python veri motoru Name[uk]=Рушій даних Python Name[x-test]=xxPython data enginexx @@ -78,6 +79,7 @@ Comment[sr@ijekavianlatin]=Podrška plasma datomotora za Python Comment[sr@latin]=Podrška plasma datomotora za Python Comment[sv]=Plasma datagränssnittstöd för Python +Comment[tg]=Дастгирии низоми иттилоотии Plasma барои Python Comment[tr]=Python için Plasma veri motoru desteği Comment[uk]=Підтримка Python у рушії роботи з даними Плазми Comment[x-test]=xxPlasma data engine support for Pythonxx diff -Nru plasma-framework-5.61.0/src/scriptengines/python/plasma-scriptengine-runner-python.desktop plasma-framework-5.62.0/src/scriptengines/python/plasma-scriptengine-runner-python.desktop --- plasma-framework-5.61.0/src/scriptengines/python/plasma-scriptengine-runner-python.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/scriptengines/python/plasma-scriptengine-runner-python.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -36,6 +36,7 @@ Name[sr@ijekavianlatin]=Python izvođač Name[sr@latin]=Python izvođač Name[sv]=Python körningsprogram +Name[tg]=Иҷрокунандаи Python Name[tr]=Python Çalıştırıcı Name[uk]=Засіб запуску Python Name[x-test]=xxPython Runnerxx @@ -78,6 +79,7 @@ Comment[sr@ijekavianlatin]=Podrška plasma izvođača za Python Comment[sr@latin]=Podrška plasma izvođača za Python Comment[sv]=Plasma körningsstöd för Python +Comment[tg]=Дастгирии иҷрокунандаи Plasma барои Python Comment[tr]=Python için Plasma Çalıştırıcı desteği Comment[uk]=Підтримка Python у інструментах запуску Comment[x-test]=xxPlasma Runner support for Pythonxx diff -Nru plasma-framework-5.61.0/src/scriptengines/qml/data/plasma-scriptengine-applet-declarative.desktop plasma-framework-5.62.0/src/scriptengines/qml/data/plasma-scriptengine-applet-declarative.desktop --- plasma-framework-5.61.0/src/scriptengines/qml/data/plasma-scriptengine-applet-declarative.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/scriptengines/qml/data/plasma-scriptengine-applet-declarative.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -37,6 +37,7 @@ Name[sr@ijekavianlatin]=Deklarativni vidžet Name[sr@latin]=Deklarativni vidžet Name[sv]=Deklarativ grafisk komponent +Name[tg]=Виҷети эъломгузор Name[tr]=Bildirim parçacığı Name[ug]=ئېنىقلىما ۋىجېت Name[uk]=Декларативний віджет @@ -81,6 +82,7 @@ Comment[sr@ijekavianlatin]=Samosvojni plasma vidžet napisan u QML‑u i JavaScriptu Comment[sr@latin]=Samosvojni plasma vidžet napisan u QML‑u i JavaScriptu Comment[sv]=Inbyggd grafisk Plasma-komponent skriven i QML och Javascript +Comment[tg]=Виҷети маҳаллии Plasma, ки дар асоси QML ва JavaScript навишта шудааст Comment[tr]=JavaScript ve QML ile yazılmış gerçek Plasma gereci Comment[ug]=QML ۋە JavaScript بىلەن يېزىلغان ئەسلى Plasma ۋىجېتى Comment[uk]=Віджет Плазми, написаний на QML та JavaScript diff -Nru plasma-framework-5.61.0/src/scriptengines/qml/data/plasma-wallpaper.desktop plasma-framework-5.62.0/src/scriptengines/qml/data/plasma-wallpaper.desktop --- plasma-framework-5.61.0/src/scriptengines/qml/data/plasma-wallpaper.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/scriptengines/qml/data/plasma-wallpaper.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -40,6 +40,7 @@ Comment[sr@ijekavianlatin]=Plasma tapet Comment[sr@latin]=Plasma tapet Comment[sv]=Plasma skrivbordsunderlägg +Comment[tg]=Тасвири заминаи Plasma Comment[tr]=Plasma duvar kağıdı Comment[uk]=Тло стільниці Плазми Comment[x-test]=xxPlasma wallpaperxx diff -Nru plasma-framework-5.61.0/src/scriptengines/qml/plasmoid/appletinterface.cpp plasma-framework-5.62.0/src/scriptengines/qml/plasmoid/appletinterface.cpp --- plasma-framework-5.61.0/src/scriptengines/qml/plasmoid/appletinterface.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/scriptengines/qml/plasmoid/appletinterface.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -169,7 +169,9 @@ geometryChanged(QRectF(), QRectF(x(), y(), width(), height())); emit busyChanged(); - applet()->updateConstraints(Plasma::Types::UiReadyConstraint); + updateUiReadyConstraint(); + + connect(this, &AppletInterface::isLoadingChanged, this, &AppletInterface::updateUiReadyConstraint); connect(applet(), &Plasma::Applet::activated, this, [ = ]() { @@ -851,5 +853,16 @@ return AppletQuickItem::eventFilter(watched, event); } +void AppletInterface::updateUiReadyConstraint() +{ + if (!isLoading()) { + applet()->updateConstraints(Plasma::Types::UiReadyConstraint); + } +} + +bool AppletInterface::isLoading() const +{ + return m_loading; +} #include "moc_appletinterface.cpp" diff -Nru plasma-framework-5.61.0/src/scriptengines/qml/plasmoid/appletinterface.h plasma-framework-5.62.0/src/scriptengines/qml/plasmoid/appletinterface.h --- plasma-framework-5.61.0/src/scriptengines/qml/plasmoid/appletinterface.h 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/scriptengines/qml/plasmoid/appletinterface.h 2019-09-07 14:51:42.000000000 +0000 @@ -238,6 +238,8 @@ */ Q_PROPERTY(QVariantList availableScreenRegion READ availableScreenRegion NOTIFY availableScreenRegionChanged) + Q_PROPERTY(bool loading MEMBER m_loading NOTIFY isLoadingChanged) + public: AppletInterface(DeclarativeAppletScript *script, const QVariantList &args = QVariantList(), QQuickItem *parent = nullptr); ~AppletInterface() override; @@ -448,6 +450,8 @@ void configurationRequiredChanged(); void configurationRequiredReasonChanged(); + void isLoadingChanged(); + protected Q_SLOTS: void init() override; @@ -455,6 +459,15 @@ bool event(QEvent *event) override; bool eventFilter(QObject *watched, QEvent *event) override; + /* + * Returns true if this plasmoid or a dependent feature (i.e wallpaper) is loading + */ + virtual bool isLoading() const; + /* + * Set UIReadyConstraint if we're not currently loading + */ + void updateUiReadyConstraint(); + private Q_SLOTS: void destroyedChanged(bool destroyed); @@ -474,6 +487,7 @@ QVariantList m_args; Plasma::Types::BackgroundHints m_backgroundHints; bool m_hideOnDeactivate : 1; + bool m_loading = false; //this is used to build an emacs style shortcut int m_oldKeyboardShortcut; QObject *m_dummyNativeInterface; diff -Nru plasma-framework-5.61.0/src/scriptengines/qml/plasmoid/containmentinterface.cpp plasma-framework-5.62.0/src/scriptengines/qml/plasmoid/containmentinterface.cpp --- plasma-framework-5.61.0/src/scriptengines/qml/plasmoid/containmentinterface.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/scriptengines/qml/plasmoid/containmentinterface.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -28,6 +28,7 @@ #include #include #include +#include #include #include @@ -87,6 +88,10 @@ this, &ContainmentInterface::activityNameChanged); emit activityNameChanged(); + if (!m_containment->wallpaper().isEmpty()) { + loadWallpaper(); + } + AppletInterface::init(); //Create the ToolBox @@ -144,10 +149,6 @@ prop.write(expr.evaluate()); } - if (!m_containment->wallpaper().isEmpty()) { - loadWallpaper(); - } - connect(m_containment.data(), &Plasma::Containment::activityChanged, this, &ContainmentInterface::activityChanged); connect(m_containment.data(), &Plasma::Containment::activityChanged, this, @@ -471,7 +472,7 @@ KIO::MimetypeJob *job = KIO::mimetype(url, flags); m_dropPoints[job] = QPoint(x, y); - QObject::connect(job, SIGNAL(result(KJob*)), this, SLOT(dropJobResult(KJob*))); + QObject::connect(job, &KJob::result, this, &ContainmentInterface::dropJobResult); QObject::connect(job, SIGNAL(mimetype(KIO::Job*,QString)), this, SLOT(mimeTypeRetrieved(KIO::Job*,QString))); @@ -860,6 +861,8 @@ //Qml seems happier if the parent gets set in this way m_wallpaperInterface->setProperty("parent", QVariant::fromValue(this)); + connect(m_wallpaperInterface, &WallpaperInterface::isLoadingChanged, this, &AppletInterface::updateUiReadyConstraint); + //set anchors QQmlExpression expr(qmlObject()->engine()->rootContext(), m_wallpaperInterface, QStringLiteral("parent")); QQmlProperty prop(m_wallpaperInterface, QStringLiteral("anchors.fill")); @@ -912,7 +915,7 @@ i = 0; foreach (QAction *a, m_containment->corona()->actions()->actions()) { - if (a->objectName() == QStringLiteral("lock widgets") || a->menu()) { + if (a->objectName() == QLatin1String("lock widgets") || a->menu()) { //It is up to the Containment to decide if the user is allowed or not //to lock/unluck the widgets, so corona should not add one when there is none //(user is not allow) and it shouldn't add another one when there is already @@ -1216,4 +1219,14 @@ return; } +bool ContainmentInterface::isLoading() const +{ + bool loading = AppletInterface::isLoading(); + if (m_wallpaperInterface) { + loading |= m_wallpaperInterface->isLoading(); + } + return loading; +} + + #include "moc_containmentinterface.cpp" diff -Nru plasma-framework-5.61.0/src/scriptengines/qml/plasmoid/containmentinterface.h plasma-framework-5.62.0/src/scriptengines/qml/plasmoid/containmentinterface.h --- plasma-framework-5.61.0/src/scriptengines/qml/plasmoid/containmentinterface.h 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/scriptengines/qml/plasmoid/containmentinterface.h 2019-09-07 14:51:42.000000000 +0000 @@ -168,6 +168,8 @@ void addAppletActions(QMenu *desktopMenu, Plasma::Applet *applet, QEvent *event); void addContainmentActions(QMenu *desktopMenu, QEvent *event); + virtual bool isLoading() const override; + Q_SIGNALS: /** * Emitted when an applet is added diff -Nru plasma-framework-5.61.0/src/scriptengines/qml/plasmoid/wallpaperinterface.cpp plasma-framework-5.62.0/src/scriptengines/qml/plasmoid/wallpaperinterface.cpp --- plasma-framework-5.61.0/src/scriptengines/qml/plasmoid/wallpaperinterface.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/scriptengines/qml/plasmoid/wallpaperinterface.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -266,4 +266,10 @@ return object->parent() ? nullptr : s_rootObjects.value(QtQml::qmlEngine(object)); } +bool WallpaperInterface::isLoading() const +{ + return m_loading; +} + + #include "moc_wallpaperinterface.cpp" diff -Nru plasma-framework-5.61.0/src/scriptengines/qml/plasmoid/wallpaperinterface.h plasma-framework-5.62.0/src/scriptengines/qml/plasmoid/wallpaperinterface.h --- plasma-framework-5.61.0/src/scriptengines/qml/plasmoid/wallpaperinterface.h 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/scriptengines/qml/plasmoid/wallpaperinterface.h 2019-09-07 14:51:42.000000000 +0000 @@ -49,6 +49,7 @@ Q_PROPERTY(QString pluginName READ pluginName NOTIFY packageChanged) Q_PROPERTY(KDeclarative::ConfigPropertyMap *configuration READ configuration NOTIFY configurationChanged) + Q_PROPERTY(bool loading MEMBER m_loading NOTIFY isLoadingChanged) public: explicit WallpaperInterface(ContainmentInterface *parent = nullptr); @@ -86,9 +87,12 @@ static WallpaperInterface *qmlAttachedProperties(QObject *object); + bool isLoading() const; + Q_SIGNALS: void packageChanged(); void configurationChanged(); + void isLoadingChanged(); private Q_SLOTS: void syncWallpaperPackage(); @@ -103,6 +107,7 @@ KDeclarative::ConfigPropertyMap *m_configuration; KConfigLoader *m_configLoader; KActionCollection *m_actions; + bool m_loading = false; static QHash s_rootObjects; }; diff -Nru plasma-framework-5.61.0/src/scriptengines/ruby/plasma-scriptengine-ruby-dataengine.desktop plasma-framework-5.62.0/src/scriptengines/ruby/plasma-scriptengine-ruby-dataengine.desktop --- plasma-framework-5.61.0/src/scriptengines/ruby/plasma-scriptengine-ruby-dataengine.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/src/scriptengines/ruby/plasma-scriptengine-ruby-dataengine.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -36,6 +36,7 @@ Name[sr@ijekavianlatin]=ruby vidžet Name[sr@latin]=ruby vidžet Name[sv]=Grafisk Ruby-komponent +Name[tg]=Виҷети Ruby Name[tr]=Ruby Gereci Name[uk]=Віджет на Ruby Name[x-test]=xxRuby Widgetxx @@ -78,6 +79,7 @@ Comment[sr@ijekavianlatin]=Samosvojni plasma vidžet napisan u Rubyju Comment[sr@latin]=Samosvojni plasma vidžet napisan u Rubyju Comment[sv]=Inbyggd grafisk Plasma-komponent skriven i Ruby +Comment[tg]=Виҷети маҳаллии Plasma, ки дар асоси Ruby навишта шудааст Comment[tr]=Ruby ile yazılmış gerçek Plasma gereci Comment[uk]=Віджет Плазми, написаний на Ruby Comment[x-test]=xxNative Plasma widget written in Rubyxx diff -Nru plasma-framework-5.61.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate plasma-framework-5.62.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate --- plasma-framework-5.61.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/templates/cpp-plasmoid/cpp-plasmoid.kdevtemplate 2019-09-07 14:51:42.000000000 +0000 @@ -31,6 +31,7 @@ Name[sr@ijekavianlatin]=Plasma QML/C++ aplet Name[sr@latin]=Plasma QML/C++ aplet Name[sv]=Plasma QML/C++ miniprogram +Name[tg]=Зербарномаи Plasma дар асоси QML/C++ Name[tr]=Plasma QML/C Uygulamacığı Name[uk]=Аплет Плазми мовами QML/C++ Name[x-test]=xxPlasma QML/C++ Appletxx @@ -65,6 +66,7 @@ Comment[sr@ijekavianlatin]=Šablon plasma apleta napisan hibridnom mešavinom QML‑a i C++a: prikaz SVG slike i teksta Comment[sr@latin]=Šablon plasma apleta napisan hibridnom mešavinom QML‑a i C++a: prikaz SVG slike i teksta Comment[sv]=En mall för Plasma-miniprogram skriven med en blandning av QML och C++: en mall för ett Plasma-miniprogram som visar en SVG-bild och en text +Comment[tg]=Қолиби зербарномаи Plasma, ки дар асоси омезиши дурагаи QML ва C++ навишта шудааст: Қолиби зербарномаи Plasma матн ва тасвири SVG-ро нишон медиҳад Comment[tr]=QML ve C'nin karma bir karışımı içinde yazılmış bir Plasma Uygulamacık şablonu: Bir SVG resmi ve metin gösteren bir Plasma uygulaması şablonu Comment[uk]=Шаблон аплету Плазми на гібридній суміші QML і C++: шаблон аплету Плазми, який показує зображення SVG і текст Comment[x-test]=xxA Plasma Applet template written in an hybrid mix of QML and C++: a Plasma applet template displaying a SVG picture and a textxx diff -Nru plasma-framework-5.61.0/templates/cpp-plasmoid/src/package/metadata.desktop plasma-framework-5.62.0/templates/cpp-plasmoid/src/package/metadata.desktop --- plasma-framework-5.61.0/templates/cpp-plasmoid/src/package/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/templates/cpp-plasmoid/src/package/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -33,6 +33,7 @@ Name[sr@ijekavianlatin]=%{APPNAME} Name[sr@latin]=%{APPNAME} Name[sv]=%{APPNAME} +Name[tg]=%{APPNAME} Name[tr]=%{APPNAME} Name[uk]=%{APPNAME} Name[x-test]=xx%{APPNAME}xx @@ -71,6 +72,7 @@ Comment[sr@ijekavianlatin]=Ukratko o tome šta vaš program radi Comment[sr@latin]=Ukratko o tome šta vaš program radi Comment[sv]=vad programmet gör med några få ord +Comment[tg]=Тавсифи мухтасареро нависед, ки барномаи шумо чӣ кор мекунад Comment[tr]=uygulamanızın yaptığı şey, birkaç sözcükte Comment[uk]=призначення вашої програми у декількох словах Comment[x-test]=xxwhat your app does in a few wordsxx diff -Nru plasma-framework-5.61.0/templates/plasma-wallpaper/package/metadata.desktop plasma-framework-5.62.0/templates/plasma-wallpaper/package/metadata.desktop --- plasma-framework-5.61.0/templates/plasma-wallpaper/package/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/templates/plasma-wallpaper/package/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -33,6 +33,7 @@ Name[sr@ijekavianlatin]=%{APPNAME} Name[sr@latin]=%{APPNAME} Name[sv]=%{APPNAME} +Name[tg]=%{APPNAME} Name[tr]=%{APPNAME} Name[uk]=%{APPNAME} Name[x-test]=xx%{APPNAME}xx diff -Nru plasma-framework-5.61.0/templates/plasma-wallpaper/plasma-wallpaper.kdevtemplate plasma-framework-5.62.0/templates/plasma-wallpaper/plasma-wallpaper.kdevtemplate --- plasma-framework-5.61.0/templates/plasma-wallpaper/plasma-wallpaper.kdevtemplate 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/templates/plasma-wallpaper/plasma-wallpaper.kdevtemplate 2019-09-07 14:51:42.000000000 +0000 @@ -31,6 +31,7 @@ Name[sr@ijekavianlatin]=Jednostavni plasma tapet Name[sr@latin]=Jednostavni plasma tapet Name[sv]=Enkelt Plasma skrivbordsunderlägg +Name[tg]=Тасвири заминаи содаи Plasma Name[tr]=Basit Plasma Duvar Kağıdı Name[uk]=Просте тло стільниці Плазми Name[x-test]=xxSimple Plasma Wallpaperxx @@ -65,6 +66,7 @@ Comment[sr@ijekavianlatin]=Šablon jednostavnog plasma tapeta: tapet koji prikazuje tekst Comment[sr@latin]=Šablon jednostavnog plasma tapeta: tapet koji prikazuje tekst Comment[sv]=Enkel mall för Plasma-skrivbordsunderlägg: en mall för ett Plasma-skrivbordsunderlägg som visar en text +Comment[tg]=Қолиби тасвири заминаи содаи Plasma: Қолиби тасвири заминаи Plasma матнеро нишон медиҳад Comment[tr]=Basit Plasma Duvar Kağıdı şablonu: Metin görüntüleyen bir Plasma duvar kağıdı şablonu Comment[uk]=Простий шаблон тла стільниці Плазми: шаблон шпалер, який показує текст Comment[x-test]=xxSimple Plasma Wallpaper template: a Plasma wallpaper template displaying a textxx diff -Nru plasma-framework-5.61.0/templates/plasma-wallpaper-with-qml-extension/package/metadata.desktop plasma-framework-5.62.0/templates/plasma-wallpaper-with-qml-extension/package/metadata.desktop --- plasma-framework-5.61.0/templates/plasma-wallpaper-with-qml-extension/package/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/templates/plasma-wallpaper-with-qml-extension/package/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -33,6 +33,7 @@ Name[sr@ijekavianlatin]=%{APPNAME} Name[sr@latin]=%{APPNAME} Name[sv]=%{APPNAME} +Name[tg]=%{APPNAME} Name[tr]=%{APPNAME} Name[uk]=%{APPNAME} Name[x-test]=xx%{APPNAME}xx diff -Nru plasma-framework-5.61.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate plasma-framework-5.62.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate --- plasma-framework-5.61.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/templates/plasma-wallpaper-with-qml-extension/plasma-wallpaper-with-qml-extension.kdevtemplate 2019-09-07 14:51:42.000000000 +0000 @@ -23,6 +23,7 @@ Name[ru]=Простые обои для Plasma с расширением для QML Name[sk]=Jednoduchá Tapeta Plasma s QML rozšírením Name[sv]=Enkelt Plasma skrivbordsunderlägg med QML-utökning +Name[tg]=Тасвири заминаи содаи Plasma бо васеъшавии QML Name[uk]=Просте тло стільниці Плазми із розширенням QML Name[x-test]=xxSimple Plasma Wallpaper with QML extensionxx Name[zh_CN]=拥有 QML 扩展的简单 Plasma 壁纸 @@ -50,6 +51,7 @@ Comment[ru]=Шаблон обоев для Plasma, использующий собственный API, реализованный как расширение для QML Comment[sk]=Tapeta Plasma používajúca vlatné API poskytované vlastným QML rozšírením Comment[sv]=Ett Plasma skrivbordsunderlägg som använder ett anpassat programmeringsgränssnitt tillhandahållet av en egen QML-utökningsmodul +Comment[tg]=Тасвири заминаи Plasma, ки дар асоси васлкунаки васеъшавии QML низоми API-и фармоиширо истифода мебарад Comment[uk]=Тло стільниці Плазми, у якому використовується нетиповий програмний інтерфейс, що надається власним додатком розширення QML Comment[x-test]=xxA Plasma wallpaper which uses custom API provided by an own QML extension pluginxx Comment[zh_CN]=使用自有 QML 扩展插件 API 的 Plasma 壁纸 diff -Nru plasma-framework-5.61.0/templates/qml-plasmoid/package/metadata.desktop plasma-framework-5.62.0/templates/qml-plasmoid/package/metadata.desktop --- plasma-framework-5.61.0/templates/qml-plasmoid/package/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/templates/qml-plasmoid/package/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -33,6 +33,7 @@ Name[sr@ijekavianlatin]=%{APPNAME} Name[sr@latin]=%{APPNAME} Name[sv]=%{APPNAME} +Name[tg]=%{APPNAME} Name[tr]=%{APPNAME} Name[uk]=%{APPNAME} Name[x-test]=xx%{APPNAME}xx @@ -71,6 +72,7 @@ Comment[sr@ijekavianlatin]=Ukratko o tome šta vaš program radi Comment[sr@latin]=Ukratko o tome šta vaš program radi Comment[sv]=vad programmet gör med några få ord +Comment[tg]=Тавсифи мухтасареро нависед, ки барномаи шумо чӣ кор мекунад Comment[tr]=uygulamanızın yaptığı şey, birkaç sözcükte Comment[uk]=призначення вашої програми у декількох словах Comment[x-test]=xxwhat your app does in a few wordsxx diff -Nru plasma-framework-5.61.0/templates/qml-plasmoid/qml-plasmoid.kdevtemplate plasma-framework-5.62.0/templates/qml-plasmoid/qml-plasmoid.kdevtemplate --- plasma-framework-5.61.0/templates/qml-plasmoid/qml-plasmoid.kdevtemplate 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/templates/qml-plasmoid/qml-plasmoid.kdevtemplate 2019-09-07 14:51:42.000000000 +0000 @@ -32,6 +32,7 @@ Name[sr@ijekavianlatin]=Plasma QML aplet Name[sr@latin]=Plasma QML aplet Name[sv]=Plasma QML-miniprogram +Name[tg]=Зербарномаи Plasma дар асоси QML Name[tr]=Plasma QML Uygulamacığı Name[uk]=Аплет Плазми мовою QML Name[x-test]=xxPlasma QML Appletxx @@ -66,6 +67,7 @@ Comment[sr@ijekavianlatin]=Šablon plasma QML apleta: prikaz SVG slike i teksta Comment[sr@latin]=Šablon plasma QML apleta: prikaz SVG slike i teksta Comment[sv]=Mall för Plasma QML-miniprogram. En mall för ett Plasma-miniprogram som visar en SVG-bild och en text +Comment[tg]=Қолиби зербарномаи Plasma дар асоси QML: Қолиби зербарномаи Plasma матн ва тасвири SVG-ро нишон медиҳад Comment[tr]=Plasma QML Uygulamacığı şablonu: SVG resmi ve metin gösteren bir Plasma uygulaması şablonu Comment[uk]=Шаблон аплету Плазми. Шаблон аплету Плазми, який показу зображення SVG і текст Comment[x-test]=xxPlasma QML Applet template: a Plasma applet template displaying a SVG picture and a textxx diff -Nru plasma-framework-5.61.0/templates/qml-plasmoid-with-qml-extension/package/metadata.desktop plasma-framework-5.62.0/templates/qml-plasmoid-with-qml-extension/package/metadata.desktop --- plasma-framework-5.61.0/templates/qml-plasmoid-with-qml-extension/package/metadata.desktop 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/templates/qml-plasmoid-with-qml-extension/package/metadata.desktop 2019-09-07 14:51:42.000000000 +0000 @@ -33,6 +33,7 @@ Name[sr@ijekavianlatin]=%{APPNAME} Name[sr@latin]=%{APPNAME} Name[sv]=%{APPNAME} +Name[tg]=%{APPNAME} Name[tr]=%{APPNAME} Name[uk]=%{APPNAME} Name[x-test]=xx%{APPNAME}xx @@ -71,6 +72,7 @@ Comment[sr@ijekavianlatin]=Ukratko o tome šta vaš program radi Comment[sr@latin]=Ukratko o tome šta vaš program radi Comment[sv]=vad programmet gör med några få ord +Comment[tg]=Тавсифи мухтасареро нависед, ки барномаи шумо чӣ кор мекунад Comment[tr]=uygulamanızın yaptığı şey, birkaç sözcükte Comment[uk]=призначення вашої програми у декількох словах Comment[x-test]=xxwhat your app does in a few wordsxx diff -Nru plasma-framework-5.61.0/templates/qml-plasmoid-with-qml-extension/qml-plasmoid-with-qml-extension.kdevtemplate plasma-framework-5.62.0/templates/qml-plasmoid-with-qml-extension/qml-plasmoid-with-qml-extension.kdevtemplate --- plasma-framework-5.61.0/templates/qml-plasmoid-with-qml-extension/qml-plasmoid-with-qml-extension.kdevtemplate 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/templates/qml-plasmoid-with-qml-extension/qml-plasmoid-with-qml-extension.kdevtemplate 2019-09-07 14:51:42.000000000 +0000 @@ -29,6 +29,7 @@ Name[sr@ijekavianlatin]=Plasma QML aplet sa QML proširenjem Name[sr@latin]=Plasma QML aplet sa QML proširenjem Name[sv]=Plasma QML-miniprogram med QML-utökning +Name[tg]=Зербарномаи Plasma дар асоси QML бо васеъшавии QML Name[tr]=QML eklentisi ile Plasma QML Uygulamacığı Name[uk]=Аплет Плазми мовою QML із розширенням QML Name[x-test]=xxPlasma QML Applet with QML extensionxx @@ -62,6 +63,7 @@ Comment[sr@ijekavianlatin]=Šablon za plasma aplet koji koristi poseban API dat sopstvenim QML priključkom za proširenja Comment[sr@latin]=Šablon za plasma aplet koji koristi poseban API dat sopstvenim QML priključkom za proširenja Comment[sv]=En mall för ett Plasma-miniprogram som använder ett anpassat programmeringsgränssnitt tillhandahållet av en egen QML-utökningsmodul +Comment[tg]=Қолиб барои зербарномаи Plasma, ки дар асоси васлкунаки васеъшавии QML низоми API-и фармоиширо истифода мебарад Comment[tr]=Kendi QML eklentisi için sağlanan özel bir API kullanan Plasma uygulamacığı için bir şablon Comment[uk]=Шаблон для аплету Плазми, у якому використовується нетиповий програмний інтерфейс, що надається власним додатком розширення QML Comment[x-test]=xxA template for a Plasma applet which uses custom API provided by an own QML extension pluginxx diff -Nru plasma-framework-5.61.0/tests/dpi/dpitest.cpp plasma-framework-5.62.0/tests/dpi/dpitest.cpp --- plasma-framework-5.61.0/tests/dpi/dpitest.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/tests/dpi/dpitest.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -43,7 +43,7 @@ { d = new DPITestPrivate; d->parser = parser; - QTimer::singleShot(0, this, SLOT(runMain())); + QTimer::singleShot(0, this, &DPITest::runMain); } DPITest::~DPITest() diff -Nru plasma-framework-5.61.0/tests/kplugins/plugintest.cpp plasma-framework-5.62.0/tests/kplugins/plugintest.cpp --- plasma-framework-5.61.0/tests/kplugins/plugintest.cpp 2019-08-03 20:00:34.000000000 +0000 +++ plasma-framework-5.62.0/tests/kplugins/plugintest.cpp 2019-09-07 14:51:42.000000000 +0000 @@ -62,7 +62,7 @@ { d = new PluginTestPrivate; d->parser = parser; - QTimer::singleShot(0, this, SLOT(runMain())); + QTimer::singleShot(0, this, &PluginTest::runMain); } PluginTest::~PluginTest()