Hello community,

here is the log from the commit of package spectacle for openSUSE:Factory 
checked in at 2019-09-09 12:29:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spectacle (Old)
 and      /work/SRC/openSUSE:Factory/.spectacle.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spectacle"

Mon Sep  9 12:29:18 2019 rev:46 rq:728954 version:19.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/spectacle/spectacle.changes      2019-08-16 
15:43:31.241736459 +0200
+++ /work/SRC/openSUSE:Factory/.spectacle.new.7948/spectacle.changes    
2019-09-09 12:29:20.637637558 +0200
@@ -1,0 +2,15 @@
+Thu Sep  5 14:01:27 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.1.php
+- Changes since 19.08.0:
+  * FIX: Close spectacle if it's started with: -b -c
+  * Fix Quickeditor only be shown on one screen on  Wayland
+  * Don't exit when running in gui mode and notification times out
+  * Allow Spectacle to build with KConfig <= 5.56.0
+- Refreshed patches:
+  * 0001-Use-qdbus-qt5-instead-of-qdbus.patch
+
+-------------------------------------------------------------------

Old:
----
  spectacle-19.08.0.tar.xz
  spectacle-19.08.0.tar.xz.sig

New:
----
  spectacle-19.08.1.tar.xz
  spectacle-19.08.1.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ spectacle.spec ++++++
--- /var/tmp/diff_new_pack.6XOGci/_old  2019-09-09 12:29:21.261636750 +0200
+++ /var/tmp/diff_new_pack.6XOGci/_new  2019-09-09 12:29:21.261636750 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           spectacle
-Version:        19.08.0
+Version:        19.08.1
 Release:        0
 Summary:        Screen Capture Program
 License:        LGPL-2.0-or-later AND GPL-2.0-or-later

++++++ 0001-Use-qdbus-qt5-instead-of-qdbus.patch ++++++
--- /var/tmp/diff_new_pack.6XOGci/_old  2019-09-09 12:29:21.277636729 +0200
+++ /var/tmp/diff_new_pack.6XOGci/_new  2019-09-09 12:29:21.277636729 +0200
@@ -7,49 +7,49 @@
  desktop/org.kde.spectacle.desktop | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)
 
-Index: 
spectacle-19.03.60git.20190621T184619~da42ea0/desktop/org.kde.spectacle.desktop
+Index: spectacle-19.08.1/desktop/org.kde.spectacle.desktop
 ===================================================================
---- 
spectacle-19.03.60git.20190621T184619~da42ea0.orig/desktop/org.kde.spectacle.desktop
       2019-06-22 00:48:53.894178675 +0200
-+++ 
spectacle-19.03.60git.20190621T184619~da42ea0/desktop/org.kde.spectacle.desktop 
   2019-06-22 00:50:15.938327140 +0200
-@@ -113,7 +113,7 @@
+--- spectacle-19.08.1.orig/desktop/org.kde.spectacle.desktop   2019-09-01 
05:30:30.000000000 +0200
++++ spectacle-19.08.1/desktop/org.kde.spectacle.desktop        2019-09-06 
08:29:28.667414001 +0200
+@@ -128,7 +128,7 @@
  
Keywords[x-test]=xxsnapshotxx;xxcapturexx;xxprintxx;xxscreenshotxx;xxsnippingxx;xxsnipxx;
- Keywords[zh_CN]=snapshot;capture;print;screenshot;snipping;snip;快照;截图;抓取;屏幕截图;
+ 
Keywords[zh_CN]=snapshot;capture;print;screenshot;snipping;snip;快照;截图;抓取;屏幕截图;截屏;抓屏;
  Keywords[zh_TW]=snapshot;capture;print;screenshot;snipping;snip;截圖;擷取;截圖程式
 -Exec=qdbus org.kde.Spectacle / StartAgent
 +Exec=qdbus-qt5 org.kde.Spectacle / StartAgent
  Icon=spectacle
  Type=Application
  Terminal=false
-@@ -163,7 +163,7 @@
+@@ -178,7 +178,7 @@
  Name[x-test]=xxCapture Entire Desktopxx
- Name[zh_CN]=抓取整个桌面
+ Name[zh_CN]=截取整个桌面
  Name[zh_TW]=擷取整個桌面
 -Exec=qdbus org.kde.Spectacle / FullScreen false
 +Exec=qdbus-qt5 org.kde.Spectacle / FullScreen false
  X-KDE-Shortcuts=Shift+Print
  
  [Desktop Action CurrentMonitorScreenShot]
-@@ -206,7 +206,7 @@
+@@ -221,7 +221,7 @@
  Name[x-test]=xxCapture Current Monitorxx
- Name[zh_CN]=抓取当前显示器
+ Name[zh_CN]=截取当前显示器
  Name[zh_TW]=擷取目前螢幕
 -Exec=qdbus org.kde.Spectacle / CurrentScreen false
 +Exec=qdbus-qt5 org.kde.Spectacle / CurrentScreen false
  
  
  [Desktop Action ActiveWindowScreenShot]
-@@ -249,7 +249,7 @@
+@@ -264,7 +264,7 @@
  Name[x-test]=xxCapture Active Windowxx
- Name[zh_CN]=抓取当前活动窗口
+ Name[zh_CN]=截取活动窗口
  Name[zh_TW]=擷取作用中的視窗
 -Exec=qdbus org.kde.Spectacle / ActiveWindow true false
 +Exec=qdbus-qt5 org.kde.Spectacle / ActiveWindow true false
  X-KDE-Shortcuts=Meta+Print
  
  [Desktop Action RectangularRegionScreenShot]
-@@ -292,5 +292,5 @@
+@@ -307,5 +307,5 @@
  Name[x-test]=xxCapture Rectangular Regionxx
- Name[zh_CN]=抓取方形区域
+ Name[zh_CN]=截取矩形区域
  Name[zh_TW]=擷取矩形區域
 -Exec=qdbus org.kde.Spectacle / RectangularRegion true
 +Exec=qdbus-qt5 org.kde.Spectacle / RectangularRegion true


++++++ spectacle-19.08.0.tar.xz -> spectacle-19.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/CMakeLists.txt 
new/spectacle-19.08.1/CMakeLists.txt
--- old/spectacle-19.08.0/CMakeLists.txt        2019-08-09 02:20:01.000000000 
+0200
+++ new/spectacle-19.08.1/CMakeLists.txt        2019-09-03 03:31:25.000000000 
+0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "19")
 set(KDE_APPLICATIONS_VERSION_MINOR "08")
-set(KDE_APPLICATIONS_VERSION_MICRO "0")
+set(KDE_APPLICATIONS_VERSION_MICRO "1")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(SPECTACLE_VERSION ${KDE_APPLICATIONS_VERSION})
 # minimum requirements
@@ -40,7 +40,7 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMAddTests)
 
-add_definitions(-DQT_NO_URL_CAST_FROM_STRING -DQT_NO_CAST_FROM_ASCII 
-DQT_NO_FOREACH)
+add_definitions(-DQT_NO_URL_CAST_FROM_STRING -DQT_NO_CAST_FROM_ASCII)
 
 find_package(
     Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED
@@ -67,6 +67,10 @@
         XmlGui
 )
 
+if(${KF5Config_VERSION} STRGREATER "5.56.0")
+       add_definitions(-DQT_NO_FOREACH)
+endif()
+
 # optional components
 
 find_package(KF5Kipi)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/desktop/org.kde.spectacle.desktop 
new/spectacle-19.08.1/desktop/org.kde.spectacle.desktop
--- old/spectacle-19.08.0/desktop/org.kde.spectacle.desktop     2019-08-09 
02:02:25.000000000 +0200
+++ new/spectacle-19.08.1/desktop/org.kde.spectacle.desktop     2019-09-01 
05:30:30.000000000 +0200
@@ -38,7 +38,7 @@
 GenericName[tr]=Ekran Görüntüsü Yakalama Aracı
 GenericName[uk]=Програма для створення знімків екрана
 GenericName[x-test]=xxScreenshot Capture Utilityxx
-GenericName[zh_CN]=截图抓取工具
+GenericName[zh_CN]=屏幕截图工具
 GenericName[zh_TW]=畫面擷取工具
 Name=Spectacle
 Name[ca]=Spectacle
@@ -80,6 +80,7 @@
 Comment=Screenshot capture utility
 Comment[ca]=Utilitat per prendre captures de pantalla
 Comment[ca@valencia]=Utilitat per prendre captures de pantalla
+Comment[cs]=Nástroj na snímání obrazovky
 Comment[de]=Dienstprogramm für Bildschirmfotos
 Comment[en_GB]=Screenshot capture utility
 Comment[es]=Utilidad de captura de pantalla
@@ -99,6 +100,7 @@
 Comment[sv]=Verktyg för att ta skärmbilder
 Comment[uk]=Програма для створення знімків екрана
 Comment[x-test]=xxScreenshot capture utilityxx
+Comment[zh_CN]=屏幕截图工具
 Comment[zh_TW]=畫面擷取工具
 Categories=Qt;KDE;Utility;
 Keywords=snapshot;capture;print;screenshot;snipping;snip;
@@ -124,7 +126,7 @@
 Keywords[sv]=ta;skriva ut;skärmbild;klippa ut;klippa;
 Keywords[uk]=знімок;захоплення;друк;знімок вікна;вікно;знімок 
екрана;екран;snapshot;capture;print;screenshot;snipping;snip;
 
Keywords[x-test]=xxsnapshotxx;xxcapturexx;xxprintxx;xxscreenshotxx;xxsnippingxx;xxsnipxx;
-Keywords[zh_CN]=snapshot;capture;print;screenshot;snipping;snip;快照;截图;抓取;屏幕截图;
+Keywords[zh_CN]=snapshot;capture;print;screenshot;snipping;snip;快照;截图;抓取;屏幕截图;截屏;抓屏;
 Keywords[zh_TW]=snapshot;capture;print;screenshot;snipping;snip;截圖;擷取;截圖程式
 Exec=qdbus org.kde.Spectacle / StartAgent
 Icon=spectacle
@@ -174,7 +176,7 @@
 Name[tr]=Tam Masaüstünü Yakala
 Name[uk]=Захопити зображення усієї стільниці
 Name[x-test]=xxCapture Entire Desktopxx
-Name[zh_CN]=抓取整个桌面
+Name[zh_CN]=截取整个桌面
 Name[zh_TW]=擷取整個桌面
 Exec=qdbus org.kde.Spectacle / FullScreen false
 X-KDE-Shortcuts=Shift+Print
@@ -217,7 +219,7 @@
 Name[tr]=Geçerli Ekranı Yakala
 Name[uk]=Захопити зображення на моніторі
 Name[x-test]=xxCapture Current Monitorxx
-Name[zh_CN]=抓取当前显示器
+Name[zh_CN]=截取当前显示器
 Name[zh_TW]=擷取目前螢幕
 Exec=qdbus org.kde.Spectacle / CurrentScreen false
 
@@ -260,7 +262,7 @@
 Name[tr]=Etkin Pencereyi Yakala
 Name[uk]=Захопити зображення активного вікна
 Name[x-test]=xxCapture Active Windowxx
-Name[zh_CN]=抓取当前活动窗口
+Name[zh_CN]=截取活动窗口
 Name[zh_TW]=擷取作用中的視窗
 Exec=qdbus org.kde.Spectacle / ActiveWindow true false
 X-KDE-Shortcuts=Meta+Print
@@ -303,7 +305,7 @@
 Name[tr]=Dikdörtgen Bölge Yakala
 Name[uk]=Захопити прямокутну область екрана
 Name[x-test]=xxCapture Rectangular Regionxx
-Name[zh_CN]=抓取方形区域
+Name[zh_CN]=截取矩形区域
 Name[zh_TW]=擷取矩形區域
 Exec=qdbus org.kde.Spectacle / RectangularRegion true
 X-KDE-Shortcuts=Meta+Shift+Print
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/desktop/spectacle.notifyrc 
new/spectacle-19.08.1/desktop/spectacle.notifyrc
--- old/spectacle-19.08.0/desktop/spectacle.notifyrc    2019-08-09 
02:02:25.000000000 +0200
+++ new/spectacle-19.08.1/desktop/spectacle.notifyrc    2019-09-01 
05:30:30.000000000 +0200
@@ -75,7 +75,7 @@
 Comment[tr]=Ekran Görüntüsü Yakalama Aracı
 Comment[uk]=Програма для створення знімків екрана
 Comment[x-test]=xxScreenshot Capture Utilityxx
-Comment[zh_CN]=截图抓取工具
+Comment[zh_CN]=屏幕截图工具
 Comment[zh_TW]=畫面擷取工具
 
 [Event/newScreenshotSaved]
@@ -155,6 +155,6 @@
 Comment[tr]=Yeni bir ekran görüntüsü yakalandı ve kaydedildi
 Comment[uk]=Було створено і збережено новий знімок
 Comment[x-test]=xxA new screenshot was captured and savedxx
-Comment[zh_CN]=屏幕截图已截取并保存
+Comment[zh_CN]=新屏幕截图已截取并保存
 Comment[zh_TW]=新的螢幕快照已擷取並儲存
 Action=Popup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/ar/spectacle.po 
new/spectacle-19.08.1/po/ar/spectacle.po
--- old/spectacle-19.08.0/po/ar/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/ar/spectacle.po    2019-09-03 03:31:21.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: ٢٠١٦-٠٢-١٠ ١٦:٢٧+0300\n"
 "Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n"
 "Language-Team: Arabic <d...@arabeyes.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/bg/spectacle.po 
new/spectacle-19.08.1/po/bg/spectacle.po
--- old/spectacle-19.08.0/po/bg/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/bg/spectacle.po    2019-09-03 03:31:21.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2015-06-01 10:52+0300\n"
 "Last-Translator: Yasen Pramatarov <ya...@lindeas.com>\n"
 "Language-Team: Bulgarian <d...@ludost.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/ca/spectacle.po 
new/spectacle-19.08.1/po/ca/spectacle.po
--- old/spectacle-19.08.0/po/ca/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/ca/spectacle.po    2019-09-03 03:31:21.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-03 20:09+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/ca@valencia/spectacle.po 
new/spectacle-19.08.1/po/ca@valencia/spectacle.po
--- old/spectacle-19.08.0/po/ca@valencia/spectacle.po   2019-08-09 
02:19:58.000000000 +0200
+++ new/spectacle-19.08.1/po/ca@valencia/spectacle.po   2019-09-03 
03:31:21.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-05-23 20:20+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/cs/spectacle.po 
new/spectacle-19.08.1/po/cs/spectacle.po
--- old/spectacle-19.08.0/po/cs/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/cs/spectacle.po    2019-09-03 03:31:21.000000000 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <v...@pelcak.org>, 2015, 2016, 2017, 2018.
+# Vít Pelčák <v...@pelcak.org>, 2015, 2016, 2017, 2018, 2019.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
-"PO-Revision-Date: 2018-08-28 16:52+0100\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
+"PO-Revision-Date: 2019-08-29 16:22+0200\n"
 "Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
 "Language: cs\n"
@@ -15,12 +15,12 @@
 "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.08.0\n"
 
 #: desktop/MigrateShortcuts.cpp:74 src/SpectacleConfig.cpp:45
 #, kde-format
 msgid "Launch Spectacle"
-msgstr ""
+msgstr "Spustit Spectacle"
 
 #: desktop/MigrateShortcuts.cpp:79 src/SpectacleConfig.cpp:50
 #, kde-format
@@ -103,7 +103,7 @@
 "A placeholder in the user configurable filename will replaced by the "
 "specified value"
 msgid "Year (4 digit)"
-msgstr ""
+msgstr "Rok (4 číslice)"
 
 #: src/ExportManager.cpp:549
 #, kde-format
@@ -111,7 +111,7 @@
 "A placeholder in the user configurable filename will replaced by the "
 "specified value"
 msgid "Year (2 digit)"
-msgstr ""
+msgstr "Rok (2 číslice)"
 
 #: src/ExportManager.cpp:552
 #, kde-format
@@ -119,7 +119,7 @@
 "A placeholder in the user configurable filename will replaced by the "
 "specified value"
 msgid "Month"
-msgstr ""
+msgstr "Měsíc"
 
 #: src/ExportManager.cpp:555
 #, kde-format
@@ -127,7 +127,7 @@
 "A placeholder in the user configurable filename will replaced by the "
 "specified value"
 msgid "Day"
-msgstr ""
+msgstr "Den"
 
 #: src/ExportManager.cpp:558
 #, kde-format
@@ -135,7 +135,7 @@
 "A placeholder in the user configurable filename will replaced by the "
 "specified value"
 msgid "Hour"
-msgstr ""
+msgstr "Hodina"
 
 #: src/ExportManager.cpp:561
 #, kde-format
@@ -143,7 +143,7 @@
 "A placeholder in the user configurable filename will replaced by the "
 "specified value"
 msgid "Minute"
-msgstr ""
+msgstr "Minuta"
 
 #: src/ExportManager.cpp:564
 #, kde-format
@@ -151,7 +151,7 @@
 "A placeholder in the user configurable filename will replaced by the "
 "specified value"
 msgid "Second"
-msgstr ""
+msgstr "Sekunda"
 
 #: src/ExportManager.cpp:567
 #, kde-format
@@ -159,7 +159,7 @@
 "A placeholder in the user configurable filename will replaced by the "
 "specified value"
 msgid "Window Title"
-msgstr ""
+msgstr "Titulek okna"
 
 #: src/ExportManager.cpp:570
 #, kde-format
@@ -167,7 +167,7 @@
 "A placeholder in the user configurable filename will replaced by the "
 "specified value"
 msgid "Sequential numbering"
-msgstr ""
+msgstr "Sekvenční číslování"
 
 #: src/ExportManager.cpp:573
 #, kde-format
@@ -262,15 +262,15 @@
 msgctxt "@title:window"
 msgid "%1 second"
 msgid_plural "%1 seconds"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "%1 sekunda"
+msgstr[1] "%1 sekundy"
+msgstr[2] "%1 sekund"
 
 #: src/Gui/KSMainWindow.cpp:330 src/Gui/KSMainWindow.cpp:511
 #, kde-format
 msgctxt "@title:window Unsaved Screenshot"
 msgid "Unsaved[*]"
-msgstr ""
+msgstr "Neuloženo[*]"
 
 #: src/Gui/KSMainWindow.cpp:444
 #, kde-format
@@ -302,7 +302,7 @@
 #: src/Gui/KSMainWindow.cpp:480
 #, kde-format
 msgid "The screenshot was saved as <a href=\"%1\">%2</a>"
-msgstr ""
+msgstr "Snímek obrazovky byl uložen jako <a href=\"%1\">%2</a>"
 
 #: src/Gui/KSWidget.cpp:51
 #, kde-format
@@ -427,17 +427,17 @@
 #: src/Gui/SettingsDialog/GeneralOptionsPage.cpp:41
 #, kde-format
 msgid "When Spectacle is Running"
-msgstr ""
+msgstr "Pokud běží Spectacle"
 
 #: src/Gui/SettingsDialog/GeneralOptionsPage.cpp:44
 #, kde-format
 msgid "Take a new screenshot"
-msgstr ""
+msgstr "Pořídit nový snímek"
 
 #: src/Gui/SettingsDialog/GeneralOptionsPage.cpp:45
 #, kde-format
 msgid "Open a new Spectacle window"
-msgstr ""
+msgstr "Otevřít nové okno Spectacle"
 
 #: src/Gui/SettingsDialog/GeneralOptionsPage.cpp:51
 #, kde-format
@@ -507,7 +507,7 @@
 #: src/Gui/SettingsDialog/SaveOptionsPage.cpp:88
 #, kde-format
 msgid "Compression Quality:"
-msgstr ""
+msgstr "Kvalita komprese:"
 
 #: src/Gui/SettingsDialog/SaveOptionsPage.cpp:125
 #, kde-format
@@ -518,7 +518,7 @@
 #, kde-format
 msgctxt "Preview of the user configured filename"
 msgid "Preview:"
-msgstr ""
+msgstr "Náhled:"
 
 #: src/Gui/SettingsDialog/SaveOptionsPage.cpp:131
 #, kde-format
@@ -536,7 +536,7 @@
 #, kde-kuit-format
 msgctxt "@info"
 msgid "<filename>%1.%2</filename>"
-msgstr ""
+msgstr "<filename>%1.%2</filename>"
 
 #: src/Gui/SettingsDialog/SettingsDialog.cpp:36
 #, kde-format
@@ -579,15 +579,15 @@
 msgctxt "Integer number of seconds"
 msgid " second"
 msgid_plural " seconds"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] " sekunda"
+msgstr[1] " sekundy"
+msgstr[2] " sekund"
 
 #: src/Gui/SmartSpinBox.cpp:46
 #, kde-format
 msgctxt "Decimal number of seconds"
 msgid " seconds"
-msgstr ""
+msgstr " sekund"
 
 #: src/KipiInterface/KSGKipiImageCollectionSelector.cpp:38
 #, kde-format
@@ -729,7 +729,7 @@
 #, kde-format
 msgctxt "Keyboard/mouse action"
 msgid "Enter, double-click:"
-msgstr ""
+msgstr "Enter, dvojklik:"
 
 #: src/QuickEditor/QuickEditor.cpp:536 src/QuickEditor/QuickEditor.cpp:564
 #, kde-format
@@ -741,7 +741,7 @@
 #, kde-format
 msgctxt "Keyboard action"
 msgid "Shift:"
-msgstr ""
+msgstr "Posun:"
 
 #: src/QuickEditor/QuickEditor.cpp:538 src/QuickEditor/QuickEditor.cpp:555
 #: src/QuickEditor/QuickEditor.cpp:566
@@ -779,7 +779,7 @@
 #, kde-format
 msgctxt "Mouse action"
 msgid "Right-click:"
-msgstr ""
+msgstr "Kliknutí pravým tlačítkem myši:"
 
 #: src/QuickEditor/QuickEditor.cpp:546 src/QuickEditor/QuickEditor.cpp:557
 #: src/QuickEditor/QuickEditor.cpp:574
@@ -803,12 +803,12 @@
 #: src/QuickEditor/QuickEditor.cpp:553
 #, kde-format
 msgid "Take Screenshot"
-msgstr ""
+msgstr "Pořídit snímek"
 
 #: src/QuickEditor/QuickEditor.cpp:749
 #, kde-format
 msgid "%1×%2"
-msgstr ""
+msgstr "%1×%2"
 
 #: src/SpectacleCore.cpp:277
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/da/spectacle.po 
new/spectacle-19.08.1/po/da/spectacle.po
--- old/spectacle-19.08.0/po/da/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/da/spectacle.po    2019-09-03 03:31:21.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2018-07-18 22:20+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/de/docs/spectacle/index.docbook 
new/spectacle-19.08.1/po/de/docs/spectacle/index.docbook
--- old/spectacle-19.08.0/po/de/docs/spectacle/index.docbook    2019-08-09 
02:20:00.000000000 +0200
+++ new/spectacle-19.08.1/po/de/docs/spectacle/index.docbook    2019-09-03 
03:31:25.000000000 +0200
@@ -60,9 +60,9 @@
 >&FDLNotice;</legalnotice>
 
         <date
->2018-07-17</date>
+>2019-03-20</date>
         <releaseinfo
->Anwendungen 18.08</releaseinfo>
+>Anwendungen 16.04</releaseinfo>
 
         <abstract>
             <para
@@ -541,11 +541,11 @@
                 <varlistentry>
                     <term
 ><guilabel
->Speicherort der Datei nach dem Speichern in die Zwischenablage 
kopieren</guilabel
+>Bei Drücken der Taste Bildschirmfoto</guilabel
 ></term>
                     <listitem>
                         <para
->Wenn Sie ein Bildschirmfoto speichern, wird der Speicherort der Datei auch in 
der Zwischenablage gespeichert. Diesen Eintrag können Sie überall als 
Texteingabe verwenden. Dazu müssen Sie natürlich ein Verwaltungsprogramm für 
die Zwischenablage verwenden, damit der Pfad zum Speicherort der Datei auch 
nach dem Beenden von &spectacle; noch verfügbar bleibt.</para>
+>Wenn ein Kurzbefehl zur Erstellung eines Bildschirmfotos gedrückt wird und 
&spectacle; bereits ausgeführt wird, können Die das Verhalten einstellen. Sie 
können wählen zwischen der Erstellung eines neuen Bildschirmfotos, dem Öffnen 
eines neuen &spectacle;-Fensters und der Aktivierung des vorhandenen 
&spectacle;-Fensters.</para>
                     </listitem>
                 </varlistentry>
                 <varlistentry>
@@ -561,11 +561,35 @@
                 <varlistentry>
                     <term
 ><guilabel
+>Lupe anzeigen</guilabel
+></term>
+                    <listitem>
+                        <para
+>Wenn Sie ein Bildschirmfoto speichern, wird der Speicherort der Datei auch in 
der Zwischenablage gespeichert. Diesen Eintrag können Sie überall als 
Texteingabe verwenden. Dazu müssen Sie natürlich ein Verwaltungsprogramm für 
die Zwischenablage verwenden, damit der Pfad zum Speicherort der Datei auch 
nach dem Beenden von &spectacle; noch verfügbar bleibt.</para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
+                    <term
+><guilabel
+>Mit Klicken und Loslassen übernehmen</guilabel
+></term>
+                    <listitem>
+                        <para
+>Ist dies aktiviert, wird der ausgewählte Bereich im Modus <guilabel
+>Rechteckiger Bereich</guilabel
+> sofort übernommen, wenn die Maustaste losgelassen wird.</para>
+                        <para
+>Bei der Auswahl eines neuen Bereichs ohne einen zuvor gespeicherten Bereich, 
wird das Bildschirmfoto sofort aufgenommen, wenn Die mit der Maustaste klicken, 
ziehen und loslassen.Wird ein zuvor gespeicherter Bereich angezeigt, kann die 
Auswahl weiter bearbeitet werden. Zum Speichern dieses Bereichs eine manuelle 
Bestätigung (&Enter; oder Doppelklick mit dem &LMB;) erforderlich. Mit Klicken 
und Ziehen außerhalb des zuvor gespeicherten Bereichs erstellen Sie sofort ein 
neues Foto.</para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
+                    <term
+><guilabel
 >Ausgewählten Bereich merken</guilabel
 ></term>
                     <listitem>
                         <para
->In der Voreinstellung zeigt &spectacle; keinen vorgegebene Auswahl für einen 
rechteckigen Bereich an. Aktivieren Sie diese Einstellung, damit der zuletzt 
ausgewählte Bereich des Bildschirms als Vorgabe für die Auswahl eines 
rechteckigen Bereichs benutzt werden soll.</para>
+>In der Voreinstellung merkt sich &spectacle; keine anfängliche Auswahl für 
einen rechteckigen Bereich. Sie können einstellen, ob der zuletzt ausgewählte 
Bereich nicht gespeichert wird oder als Vorgabe zwischen den Sitzungen 
beibehalten wird.</para>
                     </listitem>
                 </varlistentry>
             </variablelist>
@@ -595,7 +619,7 @@
                 <varlistentry>
                     <term
 ><guilabel
->Standard-Speicherort</guilabel
+>Speicherort</guilabel
 ></term>
                     <listitem>
                     <para
@@ -609,7 +633,29 @@
                 <varlistentry>
                     <term
 ><guilabel
->Standardname zum Speichern</guilabel
+>Speicherort der Datei nach dem Speichern in die Zwischenablage 
kopieren</guilabel
+></term>
+                    <listitem>
+                        <para
+>Wenn Sie ein Bildschirmfoto speichern, wird der Speicherort der Datei auch in 
der Zwischenablage gespeichert. Diesen Eintrag können Sie überall als 
Texteingabe verwenden. Dazu müssen Sie natürlich ein Verwaltungsprogramm für 
die Zwischenablage verwenden, damit der Pfad zum Speicherort der Datei auch 
nach dem Beenden von &spectacle; noch verfügbar bleibt.</para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
+                    <term
+><guilabel
+>Komprimierungs-Qualität</guilabel
+></term>
+                    <listitem>
+                        <para
+>Wählen Sie die Bildqualität beim Speichern mit verlustbehafteten Bildformaten 
wie JPEG. Höhere Werte ergeben eine bessere Qualität, vergrößern aber die 
Dateigröße. Auf der Wikipedia-Seite <ulink 
url="https://de.wikipedia.org/wiki/Grafikformat";
+>Grafikformat</ulink
+> finden Sie weitere Informationen zu den Bildformaten, die in &spectacle; 
verwendet werden.</para>
+                    </listitem>
+                </varlistentry>
+                <varlistentry>
+                    <term
+><guilabel
+>Dateiname</guilabel
 ></term>
                     <listitem>
                         <para
@@ -620,14 +666,14 @@
                         <listitem
 ><para
 ><userinput
->%Y</userinput
->: Jahr (4 Stellen)</para
+>%D</userinput
+>: Tag</para
 ></listitem>
                         <listitem
 ><para
 ><userinput
->%y</userinput
->: Jahr (2 Stellen)</para
+>%H</userinput
+>: Stunde</para
 ></listitem>
                         <listitem
 ><para
@@ -638,35 +684,51 @@
                         <listitem
 ><para
 ><userinput
->%D</userinput
->: Tag</para
+>%Nd</userinput
+>: Fortlaufende Nummerierung mit N Stellen</para
 ></listitem>
                         <listitem
 ><para
 ><userinput
->%H</userinput
->: Stunde</para
+>%S</userinput
+>: Sekunde</para
 ></listitem>
                         <listitem
 ><para
 ><userinput
->%m</userinput
->: Minute</para
+>%T</userinput
+>: Fenstertitel</para
 ></listitem>
                         <listitem
 ><para
 ><userinput
->%S</userinput
->: Sekunde</para
+>%Y</userinput
+>: Jahr (4 Stellen)</para
 ></listitem>
                         <listitem
 ><para
 ><userinput
->%T</userinput
->: Fenstertitel</para
+>%d</userinput
+>: Fortlaufende Nummerierung</para
+></listitem>
+                        <listitem
+><para
+><userinput
+>%m</userinput
+>: Minute</para
+></listitem>
+                        <listitem
+><para
+><userinput
+>%y</userinput
+>: Jahr (2 Stellen)</para
 ></listitem>
                         </itemizedlist>
                         <para
+>Sie können auf die Platzhalter in der Liste unten klicken, um sie in die 
Zeile <guilabel
+>Dateiname</guilabel
+> einzufügen.</para>
+                        <para
 >Existiert bereits eine Datei mit dem Namen, wird dem Dateinamen eine 
 >Seriennummer angehängt. So wird ein Bildschirmfoto mit dem Namen 
 >„Bildschirmfoto“, sofern die Datei Bildschirmfoto.png“ bereits existiert, als 
 >„Bildschirmfoto-1.png“ gespeichert.</para>
                         <para
 >Geben Sie eine Dateierweiterung beim Dateinamen an, wird automatisch das 
 >richtige Grafikformat eingestellt und die Erweiterung vom Dateinamen im 
 >Eingabefeld entfernt.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/de/spectacle.po 
new/spectacle-19.08.1/po/de/spectacle.po
--- old/spectacle-19.08.0/po/de/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/de/spectacle.po    2019-09-03 03:31:21.000000000 
+0200
@@ -4,8 +4,8 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
-"PO-Revision-Date: 2019-07-31 08:38+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
+"PO-Revision-Date: 2019-08-27 06:08+0200\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
 "Language: de\n"
@@ -101,8 +101,7 @@
 #, kde-format
 msgid "Printing failed. The printer failed to initialize."
 msgstr ""
-"Das Drucken ist fehlgeschlagen. Der Drucker konnte nicht initialisiert "
-"werden."
+"Das Drucken ist fehlgeschlagen. Der Drucker kann nicht initialisiert werden."
 
 #: src/ExportManager.cpp:546
 #, kde-format
@@ -310,7 +309,7 @@
 #: src/Gui/KSMainWindow.cpp:480
 #, kde-format
 msgid "The screenshot was saved as <a href=\"%1\">%2</a>"
-msgstr "Ein Bildschirmfoto wurde als <a href=\"%1\">%2</a> in gespeichert."
+msgstr "Ein Bildschirmfoto wurde als <a href=\"%1\">%2</a> gespeichert."
 
 #: src/Gui/KSWidget.cpp:51
 #, kde-format
@@ -691,7 +690,7 @@
 #: src/Main.cpp:67
 #, kde-format
 msgid "Start in GUI mode (default)"
-msgstr "Mit grafischer Oberfläche starten (standard)"
+msgstr "Mit grafischer Oberfläche starten (Standard)"
 
 #: src/Main.cpp:68
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/el/spectacle.po 
new/spectacle-19.08.1/po/el/spectacle.po
--- old/spectacle-19.08.0/po/el/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/el/spectacle.po    2019-09-03 03:31:22.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-11-08 12:39+0200\n"
 "Last-Translator: Stelios <ssta...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/en_GB/spectacle.po 
new/spectacle-19.08.1/po/en_GB/spectacle.po
--- old/spectacle-19.08.0/po/en_GB/spectacle.po 2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/en_GB/spectacle.po 2019-09-03 03:31:22.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-08-03 16:57+0100\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/es/spectacle.po 
new/spectacle-19.08.1/po/es/spectacle.po
--- old/spectacle-19.08.0/po/es/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/es/spectacle.po    2019-09-03 03:31:22.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-12 03:53+0200\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/et/spectacle.po 
new/spectacle-19.08.1/po/et/spectacle.po
--- old/spectacle-19.08.0/po/et/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/et/spectacle.po    2019-09-03 03:31:22.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2016-12-09 01:46+0200\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/eu/spectacle.po 
new/spectacle-19.08.1/po/eu/spectacle.po
--- old/spectacle-19.08.0/po/eu/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/eu/spectacle.po    2019-09-03 03:31:22.000000000 
+0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-03 21:17+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/fi/spectacle.po 
new/spectacle-19.08.1/po/fi/spectacle.po
--- old/spectacle-19.08.0/po/fi/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/fi/spectacle.po    2019-09-03 03:31:22.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-05-10 17:07+0200\n"
 "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/fr/spectacle.po 
new/spectacle-19.08.1/po/fr/spectacle.po
--- old/spectacle-19.08.0/po/fr/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/fr/spectacle.po    2019-09-03 03:31:22.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-20 13:19+0800\n"
 "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n"
 "Language-Team: French <kde-francoph...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/gl/spectacle.po 
new/spectacle-19.08.1/po/gl/spectacle.po
--- old/spectacle-19.08.0/po/gl/spectacle.po    2019-08-09 02:19:58.000000000 
+0200
+++ new/spectacle-19.08.1/po/gl/spectacle.po    2019-09-03 03:31:22.000000000 
+0200
@@ -7,15 +7,16 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-13 13:41+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
-"Language-Team: Galician <kde-i18n-...@kde.org>\n"
+"Language-Team: Galician <proxe...@trasno.gal>\n"
 "Language: gl\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"
 
 #: desktop/MigrateShortcuts.cpp:74 src/SpectacleConfig.cpp:45
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/he/spectacle.po 
new/spectacle-19.08.1/po/he/spectacle.po
--- old/spectacle-19.08.0/po/he/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/he/spectacle.po    2019-09-03 03:31:22.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-05-24 08:44-0400\n"
 "Last-Translator: Elkana Bardugo <ttv...@gmail.com>\n"
 "Language-Team: Hebrew <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/hu/spectacle.po 
new/spectacle-19.08.1/po/hu/spectacle.po
--- old/spectacle-19.08.0/po/hu/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/hu/spectacle.po    2019-09-03 03:31:22.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-12-10 10:49-0500\n"
 "Last-Translator: Kiszel Kristóf <kiszel.kris...@gmail.com>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/ia/spectacle.po 
new/spectacle-19.08.1/po/ia/spectacle.po
--- old/spectacle-19.08.0/po/ia/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/ia/spectacle.po    2019-09-03 03:31:22.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-04-16 20:41+0100\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/id/spectacle.po 
new/spectacle-19.08.1/po/id/spectacle.po
--- old/spectacle-19.08.0/po/id/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/id/spectacle.po    2019-09-03 03:31:23.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-29 16:23+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/it/spectacle.po 
new/spectacle-19.08.1/po/it/spectacle.po
--- old/spectacle-19.08.0/po/it/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/it/spectacle.po    2019-09-03 03:31:23.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-13 01:03+0100\n"
 "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
@@ -16,7 +16,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 2.0\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #: desktop/MigrateShortcuts.cpp:74 src/SpectacleConfig.cpp:45
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/ja/spectacle.po 
new/spectacle-19.08.1/po/ja/spectacle.po
--- old/spectacle-19.08.0/po/ja/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/ja/spectacle.po    2019-09-03 03:31:23.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kscreengenie\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-05-11 17:07-0700\n"
 "Last-Translator: Fumiaki Okushi <fumiaki.oku...@gmail.com>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/ko/spectacle.po 
new/spectacle-19.08.1/po/ko/spectacle.po
--- old/spectacle-19.08.0/po/ko/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/ko/spectacle.po    2019-09-03 03:31:23.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-24 00:14+0200\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/lt/spectacle.po 
new/spectacle-19.08.1/po/lt/spectacle.po
--- old/spectacle-19.08.0/po/lt/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/lt/spectacle.po    2019-09-03 03:31:23.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: trunk-kf 5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-11 11:17+0300\n"
 "Last-Translator: Moo\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/ml/spectacle.po 
new/spectacle-19.08.1/po/ml/spectacle.po
--- old/spectacle-19.08.0/po/ml/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/ml/spectacle.po    2019-09-03 03:31:23.000000000 
+0200
@@ -7,9 +7,9 @@
 msgstr ""
 "Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
-"PO-Revision-Date: 2019-05-22 01:57+0530\n"
-"Last-Translator: Subin Siby <subins2...@gmai.com>\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
+"PO-Revision-Date: 2019-08-11 14:09+0530\n"
+"Last-Translator: Subin Siby <m...@subinsb.com>\n"
 "Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം 
Computing|കമ്പ്യൂട്ടിങ്ങ് <smc."
 "org.in>\n"
 "Language: ml\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/nl/spectacle.po 
new/spectacle-19.08.1/po/nl/spectacle.po
--- old/spectacle-19.08.0/po/nl/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/nl/spectacle.po    2019-09-03 03:31:23.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-03 10:42+0200\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/nn/spectacle.po 
new/spectacle-19.08.1/po/nn/spectacle.po
--- old/spectacle-19.08.0/po/nn/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/nn/spectacle.po    2019-09-03 03:31:23.000000000 
+0200
@@ -5,8 +5,8 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
-"PO-Revision-Date: 2019-07-07 18:24+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
+"PO-Revision-Date: 2019-08-29 21:35+0200\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
 "Language: nn\n"
@@ -14,7 +14,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.2\n"
+"X-Generator: Lokalize 19.08.0\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -298,7 +298,7 @@
 #: src/Gui/KSMainWindow.cpp:464
 #, kde-format
 msgid "The screenshot has been copied to the clipboard."
-msgstr "Skjermbiletet er no kopiert til utklippstavla"
+msgstr "Skjermbiletet er no kopiert til utklippstavla."
 
 #: src/Gui/KSMainWindow.cpp:478
 #, kde-format
@@ -308,7 +308,7 @@
 #: src/Gui/KSMainWindow.cpp:480
 #, kde-format
 msgid "The screenshot was saved as <a href=\"%1\">%2</a>"
-msgstr "Skjermbiletet vart lagra som <a href=\"%1\">%2</a>"
+msgstr "Skjermbiletet er no lagra som <a href=\"%1\">%2</a>."
 
 #: src/Gui/KSWidget.cpp:51
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/pl/spectacle.po 
new/spectacle-19.08.1/po/pl/spectacle.po
--- old/spectacle-19.08.0/po/pl/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/pl/spectacle.po    2019-09-03 03:31:23.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-21 09:26+0200\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/pt/spectacle.po 
new/spectacle-19.08.1/po/pt/spectacle.po
--- old/spectacle-19.08.0/po/pt/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/pt/spectacle.po    2019-09-03 03:31:23.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-03 11:01+0100\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/pt_BR/spectacle.po 
new/spectacle-19.08.1/po/pt_BR/spectacle.po
--- old/spectacle-19.08.0/po/pt_BR/spectacle.po 2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/pt_BR/spectacle.po 2019-09-03 03:31:23.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-04 13:59-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/ru/spectacle.po 
new/spectacle-19.08.1/po/ru/spectacle.po
--- old/spectacle-19.08.0/po/ru/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/ru/spectacle.po    2019-09-03 03:31:23.000000000 
+0200
@@ -22,7 +22,7 @@
 msgstr ""
 "Project-Id-Version: ksnapshot\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-05 21:49+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/sk/spectacle.po 
new/spectacle-19.08.1/po/sk/spectacle.po
--- old/spectacle-19.08.0/po/sk/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/sk/spectacle.po    2019-09-03 03:31:23.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kscreengenie\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-08-03 20:11+0200\n"
 "Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n"
 "Language-Team: Slovak <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/sl/spectacle.po 
new/spectacle-19.08.1/po/sl/spectacle.po
--- old/spectacle-19.08.0/po/sl/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/sl/spectacle.po    2019-09-03 03:31:24.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2018-01-20 10:46+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/sv/spectacle.po 
new/spectacle-19.08.1/po/sv/spectacle.po
--- old/spectacle-19.08.0/po/sv/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/sv/spectacle.po    2019-09-03 03:31:24.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-03 17:03+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/tr/spectacle.po 
new/spectacle-19.08.1/po/tr/spectacle.po
--- old/spectacle-19.08.0/po/tr/spectacle.po    2019-08-09 02:19:59.000000000 
+0200
+++ new/spectacle-19.08.1/po/tr/spectacle.po    2019-09-03 03:31:24.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2017-10-02 12:52+0000\n"
 "Last-Translator: Kaan <kaanozdin...@gmail.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/uk/spectacle.po 
new/spectacle-19.08.1/po/uk/spectacle.po
--- old/spectacle-19.08.0/po/uk/spectacle.po    2019-08-09 02:20:00.000000000 
+0200
+++ new/spectacle-19.08.1/po/uk/spectacle.po    2019-09-03 03:31:24.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-03 08:13+0300\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/zh_CN/spectacle.po 
new/spectacle-19.08.1/po/zh_CN/spectacle.po
--- old/spectacle-19.08.0/po/zh_CN/spectacle.po 2019-08-09 02:20:00.000000000 
+0200
+++ new/spectacle-19.08.1/po/zh_CN/spectacle.po 2019-09-03 03:31:24.000000000 
+0200
@@ -9,8 +9,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
-"PO-Revision-Date: 2019-07-18 15:13\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
+"PO-Revision-Date: 2019-08-16 17:11\n"
 "Last-Translator: Guo Yunhe (guoyunhe)\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -26,27 +26,27 @@
 #: desktop/MigrateShortcuts.cpp:74 src/SpectacleConfig.cpp:45
 #, kde-format
 msgid "Launch Spectacle"
-msgstr ""
+msgstr "启动 Spectacle"
 
 #: desktop/MigrateShortcuts.cpp:79 src/SpectacleConfig.cpp:50
 #, kde-format
 msgid "Capture Entire Desktop"
-msgstr ""
+msgstr "截取整个桌面"
 
 #: desktop/MigrateShortcuts.cpp:84 src/SpectacleConfig.cpp:55
 #, kde-format
 msgid "Capture Current Monitor"
-msgstr ""
+msgstr "截取当前显示器"
 
 #: desktop/MigrateShortcuts.cpp:89 src/SpectacleConfig.cpp:60
 #, kde-format
 msgid "Capture Active Window"
-msgstr ""
+msgstr "截取活动窗口"
 
 #: desktop/MigrateShortcuts.cpp:94 src/SpectacleConfig.cpp:65
 #, kde-format
 msgid "Capture Rectangular Region"
-msgstr ""
+msgstr "截取矩形区域"
 
 #: src/ExportManager.cpp:301
 #, kde-format
@@ -192,7 +192,7 @@
 #: src/Gui/ExportMenu.cpp:101
 #, kde-format
 msgid "Other Application..."
-msgstr ""
+msgstr "其它应用程序..."
 
 #: src/Gui/ExportMenu.cpp:141
 #, kde-format
@@ -264,7 +264,7 @@
 msgctxt "@title:window"
 msgid "%1 second"
 msgid_plural "%1 seconds"
-msgstr[0] ""
+msgstr[0] "%1 秒"
 
 #: src/Gui/KSMainWindow.cpp:330 src/Gui/KSMainWindow.cpp:511
 #, kde-format
@@ -297,12 +297,12 @@
 #: src/Gui/KSMainWindow.cpp:478
 #, kde-format
 msgid "Open Containing Folder"
-msgstr ""
+msgstr "打开所在文件夹"
 
 #: src/Gui/KSMainWindow.cpp:480
 #, kde-format
 msgid "The screenshot was saved as <a href=\"%1\">%2</a>"
-msgstr ""
+msgstr "屏幕截图已另存为 <a href=\"%1\">%2</a>"
 
 #: src/Gui/KSWidget.cpp:51
 #, kde-format
@@ -402,8 +402,8 @@
 "Capture only the current pop-up window (like a menu, tooltip etc).\n"
 "If disabled, the pop-up is captured along with the parent window"
 msgstr ""
-"只捕获当前弹出窗口(如菜单,工具提示等)。\n"
-"如果禁用,弹出窗口将与父窗口一起捕获。"
+"只截取当前弹出窗口(如菜单,工具提示等)。\n"
+"如果禁用,弹出窗口将与父窗口一起截取。"
 
 #: src/Gui/KSWidget.cpp:114
 #, kde-format
@@ -469,7 +469,7 @@
 #: src/Gui/SettingsDialog/GeneralOptionsPage.cpp:77
 #, kde-format
 msgid "Accept on click-and-release"
-msgstr ""
+msgstr "接受点击和释放"
 
 #: src/Gui/SettingsDialog/GeneralOptionsPage.cpp:86
 #, kde-format
@@ -564,7 +564,7 @@
 #: src/Gui/SettingsDialog/SettingsDialog.cpp:60
 #, kde-format
 msgid "Shortcuts"
-msgstr ""
+msgstr "快捷键"
 
 #: src/Gui/SettingsDialog/SettingsDialog.cpp:86
 #, kde-format
@@ -746,7 +746,7 @@
 #, kde-format
 msgctxt "Keyboard action"
 msgid "Shift:"
-msgstr "偏移:"
+msgstr "Shift 键:"
 
 #: src/QuickEditor/QuickEditor.cpp:538 src/QuickEditor/QuickEditor.cpp:555
 #: src/QuickEditor/QuickEditor.cpp:566
@@ -797,7 +797,7 @@
 #, kde-format
 msgctxt "Keyboard action"
 msgid "Esc:"
-msgstr "Esc:"
+msgstr "Esc 键:"
 
 #: src/QuickEditor/QuickEditor.cpp:552
 #, kde-format
@@ -808,7 +808,7 @@
 #: src/QuickEditor/QuickEditor.cpp:553
 #, kde-format
 msgid "Take Screenshot"
-msgstr "屏幕截图"
+msgstr "截取屏幕"
 
 #: src/QuickEditor/QuickEditor.cpp:749
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/po/zh_TW/spectacle.po 
new/spectacle-19.08.1/po/zh_TW/spectacle.po
--- old/spectacle-19.08.0/po/zh_TW/spectacle.po 2019-08-09 02:20:00.000000000 
+0200
+++ new/spectacle-19.08.1/po/zh_TW/spectacle.po 2019-09-03 03:31:24.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: spectacle\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-07-26 07:25+0200\n"
+"POT-Creation-Date: 2019-08-30 07:44+0200\n"
 "PO-Revision-Date: 2019-07-03 19:08+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
 "Language-Team: Chinese <chinese-l...@googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-19.08.0/src/SpectacleCore.cpp 
new/spectacle-19.08.1/src/SpectacleCore.cpp
--- old/spectacle-19.08.0/src/SpectacleCore.cpp 2019-08-09 02:02:25.000000000 
+0200
+++ new/spectacle-19.08.1/src/SpectacleCore.cpp 2019-09-01 05:30:30.000000000 
+0200
@@ -226,7 +226,7 @@
             mQuickEditor = std::make_unique<QuickEditor>(thePixmap);
             connect(mQuickEditor.get(), &QuickEditor::grabDone, this, 
&SpectacleCore::screenshotUpdated);
             connect(mQuickEditor.get(), &QuickEditor::grabCancelled, this, 
&SpectacleCore::screenshotFailed);
-            mQuickEditor->showFullScreen();
+            mQuickEditor->show();
             return;
         } else {
             mQuickEditor->hide();
@@ -327,12 +327,21 @@
         connect(lNotify, QOverload<uint>::of(&KNotification::activated), this, 
[this, theSavedAt](uint index) {
             if (index == 0) {
                 new KRun(theSavedAt, nullptr);
-                QTimer::singleShot(250, this, &SpectacleCore::allDone);
+                QTimer::singleShot(250, this, [this] {
+                    if (mStartMode != StartMode::Gui) {
+                        emit allDone();
+                    }
+                });
             }
         });
     }
 
-    connect(lNotify, &QObject::destroyed, this, &SpectacleCore::allDone);
+    connect(lNotify, &QObject::destroyed, this, [this] {
+        if (mStartMode != StartMode::Gui) {
+            emit allDone();
+        }
+    });
+
     lNotify->sendEvent();
 }
 


Reply via email to