Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package plasma5-phone-components for
openSUSE:Factory checked in at 2021-03-19 16:42:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-phone-components (Old)
and /work/SRC/openSUSE:Factory/.plasma5-phone-components.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-phone-components"
Fri Mar 19 16:42:35 2021 rev:6 rq:879629 version:5.21.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/plasma5-phone-components/plasma5-phone-components.changes
2021-03-15 10:54:14.585157235 +0100
+++
/work/SRC/openSUSE:Factory/.plasma5-phone-components.new.2401/plasma5-phone-components.changes
2021-03-19 16:42:53.666092803 +0100
@@ -1,0 +2,13 @@
+Tue Mar 16 13:55:26 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Update to 5.21.3
+ * New bugfix release
+ * For more details please see:
+ * https://kde.org/announcements/plasma/5/5.21.3
+- Changes since 5.21.2:
+ * Fix panel clock from not respecting 12/24 hour settings
+ * Avoid potential double dbus start
+ * remove code pushed by mistake
+ * apporder reflects favorites
+
+-------------------------------------------------------------------
Old:
----
plasma-phone-components-5.21.2.tar.xz
plasma-phone-components-5.21.2.tar.xz.sig
New:
----
plasma-phone-components-5.21.3.tar.xz
plasma-phone-components-5.21.3.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ plasma5-phone-components.spec ++++++
--- /var/tmp/diff_new_pack.9wFtbN/_old 2021-03-19 16:42:54.126093424 +0100
+++ /var/tmp/diff_new_pack.9wFtbN/_new 2021-03-19 16:42:54.130093429 +0100
@@ -23,7 +23,7 @@
%bcond_without lang
Name: plasma5-phone-components
-Version: 5.21.2
+Version: 5.21.3
Release: 0
# Full Plasma 5 version (e.g. 5.9.3)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
@@ -33,9 +33,9 @@
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org/
-Source: plasma-phone-components-%{version}.tar.xz
+Source:
https://download.kde.org/stable/plasma/%{version}/plasma-phone-components-%{version}.tar.xz
%if %{with lang}
-Source1: plasma-phone-components-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-phone-components-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules
++++++ plasma-phone-components-5.21.2.tar.xz ->
plasma-phone-components-5.21.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/applets/activities/metadata.desktop
new/plasma-phone-components-5.21.3/applets/activities/metadata.desktop
--- old/plasma-phone-components-5.21.2/applets/activities/metadata.desktop
2021-03-02 14:10:14.000000000 +0100
+++ new/plasma-phone-components-5.21.3/applets/activities/metadata.desktop
2021-03-16 13:37:08.000000000 +0100
@@ -43,6 +43,7 @@
Comment[ca@valencia]=Commutador de l'activitat per al tel??fon
Comment[cs]=P??ep??na?? aktivit pro telefon
Comment[da]=Aktivitetsskifter til telefon
+Comment[de]=Aktivit??tenwechsler f??r das Telefon
Comment[en_GB]=Activity switcher for the phone
Comment[es]=Selector de actividad para el tel??fono
Comment[et]=Telefoni tegevuste l??litaja
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/bin/plasma-mobile.desktop.cmake
new/plasma-phone-components-5.21.3/bin/plasma-mobile.desktop.cmake
--- old/plasma-phone-components-5.21.2/bin/plasma-mobile.desktop.cmake
2021-03-02 14:10:14.000000000 +0100
+++ new/plasma-phone-components-5.21.3/bin/plasma-mobile.desktop.cmake
2021-03-16 13:37:08.000000000 +0100
@@ -1,5 +1,5 @@
[Desktop Entry]
-Exec=dbus-run-session ${CMAKE_INSTALL_FULL_BINDIR}/kwinwrapper
+Exec=@CMAKE_INSTALL_FULL_LIBEXECDIR@/plasma-dbus-run-session-if-needed
${CMAKE_INSTALL_FULL_BINDIR}/kwinwrapper
TryExec=${CMAKE_INSTALL_FULL_BINDIR}/kwinwrapper
DesktopNames=KDE
Name=Plasma Mobile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/containments/homescreen/package/contents/ui/main.qml
new/plasma-phone-components-5.21.3/containments/homescreen/package/contents/ui/main.qml
---
old/plasma-phone-components-5.21.2/containments/homescreen/package/contents/ui/main.qml
2021-03-02 14:10:14.000000000 +0100
+++
new/plasma-phone-components-5.21.3/containments/homescreen/package/contents/ui/main.qml
2021-03-16 13:37:08.000000000 +0100
@@ -80,6 +80,7 @@
//END functions
+
property bool componentComplete: false
onWidthChanged: recalculateMaxFavoriteCount()
onHeightChanged:recalculateMaxFavoriteCount()
@@ -258,8 +259,9 @@
return;
}
-
plasmoid.nativeInterface.applicationListModel.addFavorite(storageId, 0,
ApplicationListModel.Favorites)
- let item = launcherRepeater.itemAt(0);
+ let pos =
Math.min(plasmoid.nativeInterface.applicationListModel.count,
Math.floor(posInFavorites.x/favoriteStrip.cellWidth))
+
plasmoid.nativeInterface.applicationListModel.addFavorite(storageId, pos,
ApplicationListModel.Favorites)
+ let item = launcherRepeater.itemAt(pos);
if (item) {
item.x = posInFavorites.x;
@@ -273,8 +275,9 @@
}
-
plasmoid.nativeInterface.applicationListModel.addFavorite(storageId, 0,
ApplicationListModel.Desktop)
- let item = launcherRepeater.itemAt(0);
+ let pos =
plasmoid.nativeInterface.applicationListModel.count;
+
plasmoid.nativeInterface.applicationListModel.addFavorite(storageId, pos,
ApplicationListModel.Desktop)
+ let item = launcherRepeater.itemAt(pos);
event.accept(event.proposedAction);
if (item) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/containments/panel/package/contents/ui/main.qml
new/plasma-phone-components-5.21.3/containments/panel/package/contents/ui/main.qml
---
old/plasma-phone-components-5.21.2/containments/panel/package/contents/ui/main.qml
2021-03-02 14:10:14.000000000 +0100
+++
new/plasma-phone-components-5.21.3/containments/panel/package/contents/ui/main.qml
2021-03-16 13:37:08.000000000 +0100
@@ -217,7 +217,7 @@
PlasmaComponents.Label {
id: clock
- property bool is24HourTime:
Qt.locale().timeFormat(Locale.ShortFormat).toLowerCase().indexOf("ap") === -1
+ property bool is24HourTime:
plasmoid.nativeInterface.isSystem24HourFormat
anchors.fill: parent
text: Qt.formatTime(timeSource.data.Local.DateTime, is24HourTime ?
"h:mm" : "h:mm ap")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/containments/panel/phonepanel.cpp
new/plasma-phone-components-5.21.3/containments/panel/phonepanel.cpp
--- old/plasma-phone-components-5.21.2/containments/panel/phonepanel.cpp
2021-03-02 14:10:14.000000000 +0100
+++ new/plasma-phone-components-5.21.3/containments/panel/phonepanel.cpp
2021-03-16 13:37:08.000000000 +0100
@@ -26,6 +26,7 @@
#include <KNotification>
#include <KLocalizedString>
+#include <KConfigGroup>
#include <QDateTime>
#include <QDBusPendingReply>
@@ -36,6 +37,8 @@
#include <QtConcurrent/QtConcurrent>
#include <QScreen>
+#define FORMAT24H "HH:mm:ss"
+
constexpr int SCREENSHOT_DELAY = 200;
/* -- Static Helpers
--------------------------------------------------------------------------- */
@@ -86,6 +89,19 @@
//setHasConfigurationInterface(true);
m_kscreenInterface = new
org::kde::KScreen(QStringLiteral("org.kde.kded5"),
QStringLiteral("/modules/kscreen"), QDBusConnection::sessionBus(), this);
m_screenshotInterface = new
org::kde::kwin::Screenshot(QStringLiteral("org.kde.KWin"),
QStringLiteral("/Screenshot"), QDBusConnection::sessionBus(), this);
+
+ m_localeConfig = KSharedConfig::openConfig(QStringLiteral("kdeglobals"),
KConfig::SimpleConfig);
+ m_localeConfigWatcher = KConfigWatcher::create(m_localeConfig);
+
+ // watch for changes to locale config, to update 12/24 hour time
+ connect(m_localeConfigWatcher.data(), &KConfigWatcher::configChanged,
+ this, [this](const KConfigGroup &group, const QByteArrayList
&names) -> void {
+ if (group.name() == "Locale") {
+ // we have to reparse for new changes (from system
settings)
+ m_localeConfig->reparseConfiguration();
+ Q_EMIT isSystem24HourFormatChanged();
+ }
+ });
}
PhonePanel::~PhonePanel() = default;
@@ -196,6 +212,14 @@
});
}
+bool PhonePanel::isSystem24HourFormat()
+{
+ KConfigGroup localeSettings = KConfigGroup(m_localeConfig, "Locale");
+
+ QString timeFormat = localeSettings.readEntry("TimeFormat",
QStringLiteral(FORMAT24H));
+ return timeFormat == QStringLiteral(FORMAT24H);
+}
+
K_EXPORT_PLASMA_APPLET_WITH_JSON(quicksettings, PhonePanel, "metadata.json")
#include "phonepanel.moc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/containments/panel/phonepanel.h
new/plasma-phone-components-5.21.3/containments/panel/phonepanel.h
--- old/plasma-phone-components-5.21.2/containments/panel/phonepanel.h
2021-03-02 14:10:14.000000000 +0100
+++ new/plasma-phone-components-5.21.3/containments/panel/phonepanel.h
2021-03-16 13:37:08.000000000 +0100
@@ -24,6 +24,9 @@
#include <Plasma/Containment>
+#include <KSharedConfig>
+#include <KConfigWatcher>
+
#include "kscreeninterface.h"
#include "screenshotinterface.h"
@@ -32,6 +35,7 @@
Q_OBJECT
Q_PROPERTY(bool autoRotateEnabled READ autoRotate WRITE setAutoRotate
NOTIFY autoRotateChanged);
Q_PROPERTY(bool torchEnabled READ torchEnabled NOTIFY torchChanged);
+ Q_PROPERTY(bool isSystem24HourFormat READ isSystem24HourFormat NOTIFY
isSystem24HourFormatChanged);
public:
PhonePanel( QObject *parent, const QVariantList &args );
~PhonePanel() override;
@@ -45,13 +49,19 @@
void setAutoRotate(bool value);
bool torchEnabled() const;
+
+ bool isSystem24HourFormat();
signals:
void autoRotateChanged(bool value);
void torchChanged(bool value);
+ void isSystem24HourFormatChanged();
private:
bool m_running = false;
+
+ KConfigWatcher::Ptr m_localeConfigWatcher;
+ KSharedConfig::Ptr m_localeConfig;
org::kde::KScreen *m_kscreenInterface;
org::kde::kwin::Screenshot *m_screenshotInterface;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/ca/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/ca/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/ca/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:17.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/ca/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:13.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-02 17:14+0100\n"
"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
@@ -110,12 +110,12 @@
msgid "Display Brightness"
msgstr "Brillantor de la pantalla"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Captura de pantalla nova"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "S'ha desat una captura de pantalla nova a %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/ca@valencia/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/ca@valencia/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/ca@valencia/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:17.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/ca@valencia/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:12.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-02-07 20:49+0100\n"
"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
@@ -110,13 +110,13 @@
msgid "Display Brightness"
msgstr "Brillantor de la pantalla"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, fuzzy, kde-format
#| msgid "Screenshot"
msgid "New Screenshot"
msgstr "Captura de pantalla"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/cs/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/cs/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/cs/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:18.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/cs/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:13.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-05-18 20:41+0200\n"
"Last-Translator: Vit Pelcak <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
@@ -107,12 +107,12 @@
msgid "Display Brightness"
msgstr "Jas obrazovky"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr ""
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/da/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/da/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/da/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:18.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/da/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:14.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-10-27 19:26+0100\n"
"Last-Translator: Martin Schlander <[email protected]>\n"
"Language-Team: Danish <[email protected]>\n"
@@ -107,13 +107,13 @@
msgid "Display Brightness"
msgstr "Sk??rmens lysstyrke"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, fuzzy, kde-format
#| msgid "Screenshot"
msgid "New Screenshot"
msgstr "Sk??rmbillede"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/de/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/de/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/de/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:19.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/de/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:14.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2021-03-02 11:39+0100\n"
"Last-Translator: Burkhard L??ck <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
@@ -108,13 +108,12 @@
msgid "Display Brightness"
msgstr "Bildschirmhelligkeit"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
-#| msgid "Screenshot"
msgid "New Screenshot"
msgstr "Neues Bildschirmfoto"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Neues Bildschirmfoto in %1 gespeichert"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/en_GB/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/en_GB/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/en_GB/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:19.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/en_GB/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:15.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-12 14:12+0000\n"
"Last-Translator: Steve Allewell <[email protected]>\n"
"Language-Team: British English <[email protected]>\n"
@@ -107,12 +107,12 @@
msgid "Display Brightness"
msgstr "Display Brightness"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "New Screenshot"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "New screenshot saved to %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/es/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/es/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/es/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:20.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/es/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:15.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: plasma_applet_org\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-03 17:23+0100\n"
"Last-Translator: Eloy Cuadra <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
@@ -109,12 +109,12 @@
msgid "Display Brightness"
msgstr "Brillo de la pantalla"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Nueva captura de pantalla"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Nueva captura de pantalla guardada en %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/et/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/et/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/et/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:20.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/et/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:16.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-10-25 22:04+0100\n"
"Last-Translator: Mihkel T??nnov <[email protected]>\n"
"Language-Team: Estonian <>\n"
@@ -108,13 +108,13 @@
msgid "Display Brightness"
msgstr "Ekraani heledus"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, fuzzy, kde-format
#| msgid "Screenshot"
msgid "New Screenshot"
msgstr "Ekraanipilt"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/eu/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/eu/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/eu/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:21.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/eu/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:16.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-21 21:09+0100\n"
"Last-Translator: I??igo Salvador Azurmendi <[email protected]>\n"
"Language-Team: Basque <[email protected]>\n"
@@ -110,12 +110,12 @@
msgid "Display Brightness"
msgstr "Pantailaren distira"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Pantaila-argazki berria"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Pantaila-argazki berria ??%1??(e)an gorde da"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/fi/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/fi/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/fi/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:21.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/fi/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:16.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-16 13:17+0200\n"
"Last-Translator: Tommi Nieminen <[email protected]>\n"
"Language-Team: Finnish <[email protected]>\n"
@@ -107,12 +107,12 @@
msgid "Display Brightness"
msgstr "N??yt??n kirkkaus"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Uusi ruutukaappaus"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Ruutukaappaus tallennettu: %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/fr/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/fr/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/fr/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:21.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/fr/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:17.000000000 +0100
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-05 16:53+0100\n"
"Last-Translator: Xavier Besnard <[email protected]>\n"
"Language-Team: French <[email protected]>\n"
@@ -105,12 +105,12 @@
msgid "Display Brightness"
msgstr "Luminosit?? de l'??cran"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Nouvelle copie d'??cran"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Nouvelle copie d'??cran enregistr??e dans %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/hu/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/hu/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/hu/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:24.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/hu/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:19.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-17 20:32+0100\n"
"Last-Translator: Krist??f Kiszel <[email protected]>\n"
"Language-Team: Hungarian <[email protected]>\n"
@@ -107,12 +107,12 @@
msgid "Display Brightness"
msgstr "Kijelz?? f??nyereje"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "??j k??perny??k??p"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "??j k??perny??k??p mentve ide: %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/ia/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/ia/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/ia/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:24.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/ia/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:20.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-06 00:07+0100\n"
"Last-Translator: Giovanni Sora <[email protected]>\n"
"Language-Team: Interlingua <[email protected]>\n"
@@ -107,12 +107,12 @@
msgid "Display Brightness"
msgstr "Brillantia de Monstrator"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Nove instantaneo de schermo"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Nove instantaneo de schermo salveguardate a %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/id/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/id/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/id/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:24.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/id/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:20.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-05-03 09:55+0700\n"
"Last-Translator: Wantoyo <[email protected]>\n"
"Language-Team: Indonesian <[email protected]>\n"
@@ -107,13 +107,13 @@
msgid "Display Brightness"
msgstr "Kecerahan Display"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, fuzzy, kde-format
#| msgid "Screenshot"
msgid "New Screenshot"
msgstr "Skrinsut"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/it/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/it/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/it/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:25.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/it/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:21.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-09 18:39+0100\n"
"Last-Translator: Paolo Zamponi <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
@@ -107,12 +107,12 @@
msgid "Display Brightness"
msgstr "Luminosit?? schermo"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Nuova schermata"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Nuova schermata in %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/ko/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/ko/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/ko/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:26.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/ko/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:24.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-06-15 19:11+0200\n"
"Last-Translator: Shinjo Park <[email protected]>\n"
"Language-Team: Korean <[email protected]>\n"
@@ -107,13 +107,13 @@
msgid "Display Brightness"
msgstr "?????? ??????"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, fuzzy, kde-format
#| msgid "Screenshot"
msgid "New Screenshot"
msgstr "????????????"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/lt/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/lt/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/lt/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:27.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/lt/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:24.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-05-16 20:35+0300\n"
"Last-Translator: Moo\n"
"Language-Team: none\n"
@@ -109,13 +109,13 @@
msgid "Display Brightness"
msgstr "Ekrano ry??kumas"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, fuzzy, kde-format
#| msgid "Screenshot"
msgid "New Screenshot"
msgstr "Ekrano kopija"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/nl/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/nl/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/nl/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:29.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/nl/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:27.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-02 10:27+0100\n"
"Last-Translator: Freek de Kruijf <[email protected]>\n"
"Language-Team: Dutch <[email protected]>\n"
@@ -107,12 +107,12 @@
msgid "Display Brightness"
msgstr "Helderheid van het beeldscherm"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Nieuwe schermafdruk"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Nieuwe schermafdruk opgeslagen naar %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/pa/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/pa/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/pa/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:30.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/pa/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:28.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-19 13:18-0800\n"
"Last-Translator: A S Alam <[email protected]>\n"
"Language-Team: Punjabi <[email protected]>\n"
@@ -107,12 +107,12 @@
msgid "Display Brightness"
msgstr "??????????????? ?????????"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "???????????? ????????????????????????"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "???????????? ???????????????????????? %1 ????????????
?????????????????????"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/pl/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/pl/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/pl/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:31.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/pl/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:28.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2021-01-08 19:07+0100\n"
"Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
@@ -108,12 +108,12 @@
msgid "Display Brightness"
msgstr "Jasno???? wy??wietlacza"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Nowy zrzut ekranu"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Nowy zrzut ekranu zapisano w %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/pt/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/pt/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/pt/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:31.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/pt/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:29.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-02 15:16+0000\n"
"Last-Translator: Jos?? Nuno Coelho Pires <[email protected]>\n"
"Language-Team: Portuguese <[email protected]>\n"
@@ -108,12 +108,12 @@
msgid "Display Brightness"
msgstr "Brilho do Ecr??"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Nova Captura"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Nova captura gravada em %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/pt_BR/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/pt_BR/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/pt_BR/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:31.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/pt_BR/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:29.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-04 18:36-0300\n"
"Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
"Language-Team: Brazilian Portuguese <[email protected]>\n"
@@ -109,12 +109,12 @@
msgid "Display Brightness"
msgstr "Brilho da tela"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Nova captura de tela"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Nova captura de tela salva em %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/ro/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/ro/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/ro/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:31.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/ro/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:29.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-09-19 10:03+0100\n"
"Last-Translator: Sergiu Bivol <[email protected]>\n"
"Language-Team: Romanian\n"
@@ -108,13 +108,13 @@
msgid "Display Brightness"
msgstr "Luminozitate ecran"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, fuzzy, kde-format
#| msgid "Screenshot"
msgid "New Screenshot"
msgstr "Captur?? de ecran"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/ru/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/ru/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/ru/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:32.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/ru/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:29.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2021-02-06 16:36+0300\n"
"Last-Translator: Alexander Yavorsky <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
@@ -108,12 +108,12 @@
msgid "Display Brightness"
msgstr "?????????????? ????????????"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "?????????????? ???????????? ????????????"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "???????????? ???????????? ???????????????? ?? ??%1??"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/sk/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/sk/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/sk/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:33.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/sk/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:31.000000000 +0100
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: plasma_applet_org.kde.phone.panel\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-11-27 14:26+0100\n"
"Last-Translator: Matej Mrenica <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
@@ -106,13 +106,13 @@
msgid "Display Brightness"
msgstr "Jas obrazovky"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, fuzzy, kde-format
#| msgid "Screenshot"
msgid "New Screenshot"
msgstr "Sn??mka obrazovky"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/sl/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/sl/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/sl/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:33.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/sl/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:31.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-04 07:50+0100\n"
"Last-Translator: Matja?? Jeran <[email protected]>\n"
"Language-Team: Slovenian <[email protected]>\n"
@@ -108,12 +108,12 @@
msgid "Display Brightness"
msgstr "Prika??i svetlost"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Novi posnetek zaslona"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Novi posnetek zaslona shranjen na %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/sv/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/sv/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/sv/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:34.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/sv/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:32.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-02 08:05+0100\n"
"Last-Translator: Stefan Asserh??ll <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
@@ -107,12 +107,12 @@
msgid "Display Brightness"
msgstr "Bildsk??rmens ljusstyrka"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "Ny sk??rmbild"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "Ny sk??rmbild sparad i %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/uk/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/uk/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/uk/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:36.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/uk/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:35.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: plasma_applet_org.kde.phone.panel\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-12-02 09:02+0200\n"
"Last-Translator: Yuri Chornoivan <[email protected]>\n"
"Language-Team: Ukrainian <[email protected]>\n"
@@ -110,12 +110,12 @@
msgid "Display Brightness"
msgstr "???????????????????? ??????????????"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr "?????????? ???????????? ??????????"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr "?????????? ???????????? ?????????? ?????????????????? ???? %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/zh_CN/plasma_applet_org.kde.phone.activities.po
new/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.activities.po
---
old/plasma-phone-components-5.21.2/po/zh_CN/plasma_applet_org.kde.phone.activities.po
2021-03-02 14:10:38.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.activities.po
2021-03-16 13:37:35.000000000 +0100
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-10-31 03:02+0100\n"
-"PO-Revision-Date: 2021-02-04 12:00\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/zh_CN/plasma_applet_org.kde.phone.homescreen.po
new/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.homescreen.po
---
old/plasma-phone-components-5.21.2/po/zh_CN/plasma_applet_org.kde.phone.homescreen.po
2021-03-02 14:10:38.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.homescreen.po
2021-03-16 13:37:35.000000000 +0100
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-10-31 03:02+0100\n"
-"PO-Revision-Date: 2021-02-04 12:00\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/zh_CN/plasma_applet_org.kde.phone.krunner.po
new/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.krunner.po
---
old/plasma-phone-components-5.21.2/po/zh_CN/plasma_applet_org.kde.phone.krunner.po
2021-03-02 14:10:38.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.krunner.po
2021-03-16 13:37:35.000000000 +0100
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2020-07-24 02:24+0200\n"
-"PO-Revision-Date: 2021-02-04 12:00\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/zh_CN/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/zh_CN/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:38.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:35.000000000 +0100
@@ -2,8 +2,8 @@
msgstr ""
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
-"PO-Revision-Date: 2021-02-04 12:00\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
@@ -108,12 +108,12 @@
msgid "Display Brightness"
msgstr "????????????"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, kde-format
msgid "New Screenshot"
msgstr ""
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/zh_CN/plasma_shell_org.kde.plasma.phone.po
new/plasma-phone-components-5.21.3/po/zh_CN/plasma_shell_org.kde.plasma.phone.po
---
old/plasma-phone-components-5.21.2/po/zh_CN/plasma_shell_org.kde.plasma.phone.po
2021-03-02 14:10:38.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/zh_CN/plasma_shell_org.kde.plasma.phone.po
2021-03-16 13:37:35.000000000 +0100
@@ -3,7 +3,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2020-10-30 02:41+0100\n"
-"PO-Revision-Date: 2021-02-04 12:00\n"
+"PO-Revision-Date: 2021-03-14 15:43\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/plasma-phone-components-5.21.2/po/zh_TW/plasma_applet_org.kde.phone.panel.po
new/plasma-phone-components-5.21.3/po/zh_TW/plasma_applet_org.kde.phone.panel.po
---
old/plasma-phone-components-5.21.2/po/zh_TW/plasma_applet_org.kde.phone.panel.po
2021-03-02 14:10:38.000000000 +0100
+++
new/plasma-phone-components-5.21.3/po/zh_TW/plasma_applet_org.kde.phone.panel.po
2021-03-16 13:37:36.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: plasma-phone-components\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2021-02-02 09:47+0100\n"
+"POT-Creation-Date: 2021-03-16 10:31+0100\n"
"PO-Revision-Date: 2020-05-02 23:03+0800\n"
"Last-Translator: Yi-Jyun Pan <[email protected]>\n"
"Language-Team: Chinese <[email protected]>\n"
@@ -110,13 +110,13 @@
msgid "Display Brightness"
msgstr "????????????"
-#: phonepanel.cpp:187
+#: phonepanel.cpp:203
#, fuzzy, kde-format
#| msgid "Screenshot"
msgid "New Screenshot"
msgstr "????????????"
-#: phonepanel.cpp:189
+#: phonepanel.cpp:205
#, kde-format
msgid "New screenshot saved to %1"
msgstr ""
\ No newline at end of file