diff -Nru plasma-browser-integration-5.16.4/CMakeLists.txt plasma-browser-integration-5.16.5/CMakeLists.txt --- plasma-browser-integration-5.16.4/CMakeLists.txt 2019-07-30 10:30:22.000000000 +0000 +++ plasma-browser-integration-5.16.5/CMakeLists.txt 2019-09-03 13:54:37.000000000 +0000 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0) project(plasma-browser-integration) -set(PROJECT_VERSION "5.16.4") +set(PROJECT_VERSION "5.16.5") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.9.0") diff -Nru plasma-browser-integration-5.16.4/debian/changelog plasma-browser-integration-5.16.5/debian/changelog --- plasma-browser-integration-5.16.4/debian/changelog 2019-07-30 12:44:40.000000000 +0000 +++ plasma-browser-integration-5.16.5/debian/changelog 2019-09-03 15:08:53.000000000 +0000 @@ -1,8 +1,50 @@ -plasma-browser-integration (5.16.4-0ubuntu1~ubuntu19.04~ppa1) disco; urgency=medium +plasma-browser-integration (5.16.5-0ubuntu1~ubuntu19.04~ppa1) disco; urgency=medium + + * New upstream release (5.16.5) + + -- Rik Mills Tue, 03 Sep 2019 15:08:53 +0000 + +plasma-browser-integration (5.16.4-1ubuntu1) eoan; urgency=medium + + * Merge from Debian unstable. Remaining changes: + - debian/postinst: Remove chrome old native-messaging-hosts file + before adding back as symlink. + - debian/control: Kubuntu Vcs fields. + + -- Rik Mills Tue, 13 Aug 2019 12:27:35 +0100 + +plasma-browser-integration (5.16.4-1) unstable; urgency=medium + + [ Scarlett Moore ] + * Fix "Incorrect installation directory for chrome config file" + - Added postinst/postrm to handle symlinks to opt/etc + that chrome expects. + - Adjusted rules file to move files to usr/share dpkg expects. + - Removed install file no longer needed. + - Update README as we now handle the symlinks. + - (Closes: #923322) + * New upstream release. + * Fix "Description shouldn't be limited to chromium" + - Vastly improve the description and include supported browsers. + (Closes: #903919) + * Update my name and email. + * Update copyright file. + * Use secure copyright format. + * Bump compat level to 12. + * Bump standards version to 4.4.0; no changes needed. + * Add back commas in copyright. + * Use decopy friendly short license. + + [ Maximiliano Curia ] + * Release to unstable + + -- Maximiliano Curia Sun, 11 Aug 2019 21:40:53 -0300 + +plasma-browser-integration (5.16.4-0ubuntu1) eoan; urgency=medium * New upstream release (5.16.4) - -- Rik Mills Tue, 30 Jul 2019 12:44:40 +0000 + -- Rik Mills Tue, 30 Jul 2019 18:45:48 +0100 plasma-browser-integration (5.16.3-0ubuntu1) eoan; urgency=medium @@ -76,6 +118,13 @@ -- Rik Mills Sat, 19 Jan 2019 08:25:08 +0000 +plasma-browser-integration (5.14.5-1) unstable; urgency=medium + + * New upstream release (5.14.5). + * Release to unstable + + -- Maximiliano Curia Thu, 24 Jan 2019 09:26:03 -0300 + plasma-browser-integration (5.14.5-0ubuntu1) disco; urgency=medium * New upstream release (5.14.5) @@ -100,6 +149,15 @@ -- Rik Mills Tue, 27 Nov 2018 23:15:47 +0000 +plasma-browser-integration (5.14.3-1) unstable; urgency=medium + + * Fix wrong path in the README.Debian file. + Thanks to acheronuk + * New upstream release (5.14.3). + * Release to unstable + + -- Maximiliano Curia Fri, 23 Nov 2018 08:51:03 -0300 + plasma-browser-integration (5.13.5-1ubuntu1) cosmic; urgency=medium * Single package, no install file; install files in locations intended diff -Nru plasma-browser-integration-5.16.4/debian/compat plasma-browser-integration-5.16.5/debian/compat --- plasma-browser-integration-5.16.4/debian/compat 2019-07-30 12:44:40.000000000 +0000 +++ plasma-browser-integration-5.16.5/debian/compat 2019-09-03 15:08:53.000000000 +0000 @@ -1 +1 @@ -11 +12 diff -Nru plasma-browser-integration-5.16.4/debian/control plasma-browser-integration-5.16.5/debian/control --- plasma-browser-integration-5.16.4/debian/control 2019-07-30 12:44:40.000000000 +0000 +++ plasma-browser-integration-5.16.5/debian/control 2019-09-03 15:08:53.000000000 +0000 @@ -3,32 +3,39 @@ Priority: optional Build-Depends: cmake (>= 3.0~), dbus-x11, - debhelper (>= 11), - extra-cmake-modules (>= 5.58.0~), - libkf5activities-dev (>= 5.58.0~), - libkf5config-dev (>= 5.58.0~), - libkf5dbusaddons-dev (>= 5.58.0~), - libkf5i18n-dev (>= 5.58.0~), - libkf5kio-dev (>= 5.58.0~), - libkf5notifications-dev (>= 5.58.0~), - libkf5runner-dev (>= 5.58.0~), - libkf5windowsystem-dev (>= 5.58.0~), + debhelper (>= 12), + extra-cmake-modules (>= 5.42.0~), + libkf5activities-dev (>= 5.42.0~), + libkf5config-dev (>= 5.42.0~), + libkf5dbusaddons-dev (>= 5.42.0~), + libkf5i18n-dev (>= 5.42.0~), + libkf5kio-dev (>= 5.42.0~), + libkf5notifications-dev (>= 5.42.0~), + libkf5runner-dev (>= 5.42.0~), + libkf5windowsystem-dev (>= 5.42.0~), pkg-kde-tools (>= 0.15.18~), qtbase5-dev (>= 5.9.0~), -Standards-Version: 4.1.4 +Standards-Version: 4.4.0 Homepage: https://www.kde.org/plasma-desktop.php Vcs-Git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/plasma-browser-integration Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/plasma-browser-integration Maintainer: Debian Qt/KDE Maintainers -Uploaders: Scarlett Clark +Uploaders: Scarlett Moore Package: plasma-browser-integration Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Browser integration for Plasma - Components necessary to integrate Firefox and Chromium based browsers - into the Plasma Desktop. - User installation of the plasma-browser-integration extension from the - Chrome store or Firefox addons site is required. - README.Ubuntu in /usr/share/doc/plasma-browser-integration/ contains - store/addon links current at the time this package was built. +Description: Chromium, Google Chrome, Firefox integration for Plasma + Plasma Browser Integration is an extension for common browsers + to closer fit into the Plasma shell. This includes: + - Media Controls + Lets you control video and audio players in websites using the + Media Controller plasmoid, media keys on your keyboard, and + even remotely from your phone. + - Send links via KDE Connect + Adds a context menu entry to links enabling you to send them + to your phone and other paired devices. + - Show downloads in and control them from Plasma’s notification area. + - Find browser tabs in the Run Command (Alt-Space) window + Make sure the "Browser Tabs" module is enabled in Plasma Search + (KRunner) settings. diff -Nru plasma-browser-integration-5.16.4/debian/copyright plasma-browser-integration-5.16.5/debian/copyright --- plasma-browser-integration-5.16.4/debian/copyright 2019-07-30 12:44:40.000000000 +0000 +++ plasma-browser-integration-5.16.5/debian/copyright 2019-09-03 15:08:53.000000000 +0000 @@ -1,11 +1,42 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: plasma-browser-integration Source: https://projects.kde.org/projects/kde/workspace/plasma-browser-integration Files: * -Copyright: 2007, Free Software Foundation, Inc. - 2017, Kai Uwe Broulik - 2017, This_file_is_part_of_KDE +Copyright: 2017-2019, Kai Uwe Broulik + 2018, David Edmundson + 2017-2019, Vít Pelčák + 2018-2019, Martin Schlander + 2017-2019, Burkhard Lück + 2017-2019, Steve Allewell + 2017-2019, Eloy Cuadra + 2019, Iñigo Salvador Azurmendi + 2017-2019, Tommi Nieminen + 2019, William Oprandi + 2018, Simon Depiets + 2017, Vincent Pinon + 2017-2019, Adrián Chaves (Gallaecio) + 2018-2019, Wantoyo + 2017-2019, Luigi Toscano + 2019, Japanese KDE translation team + 2017-2019, Shinjo Park + 2018, Øystein Steffensen-Alværvik + 2017-2019, Freek de Kruijf + 2018-2019, Karl Ove Hufthammer + 2017, A S Alam + 2017-2019, Łukasz Wojniłowicz + 2019, José Nuno Coelho Pires + 2017-2019, Luiz Fernando Ranghetti + 2019, Alexander Yavorsky + 2017-2018, Alexander Potashev + 2017-2019, Roman Paholik + 2019, Matej Mrenica + 2018, Andrej Mernik + 2017, Chusslove Illich + 2017-2019, Stefan Asserhäll + 2017, Kaan + 2019, Guo Yunhe (guoyunhe) + 2019, pan93412 License: GPL-3+ Files: host/* @@ -16,7 +47,8 @@ Files: po/ca/* po/ca@valencia/* po/uk/* -Copyright: 2017, This_file_is_part_of_KDE +Copyright: 2017-2019, Josep Ma. Ferrer + 2017-2019, Yuri Chornoivan License: LGPL-2.1+3+KDEeV Files: reminder/* @@ -26,7 +58,7 @@ License: GPL-2+ Files: debian/* -Copyright: 2018, Scarlett Clark +Copyright: 2018, Scarlett Moore 2018, Jonathan Riddell License: GPL-2+ @@ -77,11 +109,42 @@ The complete text of version 3 of the GNU General Public License can be found in '/usr/share/common-licenses/GPL-3'. -License: LGPL-2.1+3+KDEeV +License: LGPL-2.1 + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; + version 2.1. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Library General Public + License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + +License: LGPL-3 + This package is free software; you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License as published by the Free + Software Foundation; either version 3 of the License. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +License: KDEeV + Copyright (C) 2013-2016 This_file_is_part_of_KDE This file is distributed under the license LGPL version 2.1 or version 3 or later versions approved by the membership of KDE e.V. - -- - The complete text of the GNU Lesser General Public License version 2.1 can be - found in `/usr/share/common-licenses/LGPL-2.1', likewise, the complete text - of the GNU Lesser General Public License version 3 can be found in - `/usr/share/common-licenses/LGPL-3'. diff -Nru plasma-browser-integration-5.16.4/debian/plasma-browser-integration.docs plasma-browser-integration-5.16.5/debian/plasma-browser-integration.docs --- plasma-browser-integration-5.16.4/debian/plasma-browser-integration.docs 2019-07-30 12:44:40.000000000 +0000 +++ plasma-browser-integration-5.16.5/debian/plasma-browser-integration.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -debian/README.Ubuntu diff -Nru plasma-browser-integration-5.16.4/debian/postinst plasma-browser-integration-5.16.5/debian/postinst --- plasma-browser-integration-5.16.4/debian/postinst 1970-01-01 00:00:00.000000000 +0000 +++ plasma-browser-integration-5.16.5/debian/postinst 2019-09-03 15:08:53.000000000 +0000 @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +rm -f /etc/opt/chrome/native-messaging-hosts/org.kde.plasma.browser_integration.json +mkdir -p /etc/opt/chrome/native-messaging-hosts +ln -s /usr/share/plasma-browser-integration/org.kde.plasma.browser_integration.json /etc/opt/chrome/native-messaging-hosts/ + +exit 0 diff -Nru plasma-browser-integration-5.16.4/debian/postrm plasma-browser-integration-5.16.5/debian/postrm --- plasma-browser-integration-5.16.4/debian/postrm 1970-01-01 00:00:00.000000000 +0000 +++ plasma-browser-integration-5.16.5/debian/postrm 2019-09-03 15:08:53.000000000 +0000 @@ -0,0 +1,17 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +case "$1" in + purge|remove) + + # Avoid a piuparts error. See https://bugs.debian.org/888549 + rm -f /etc/opt/chrome/native-messaging-hosts/org.kde.plasma.browser_integration.json + rmdir /etc/opt/chrome/native-messaging-hosts || true + rmdir /etc/opt/chrome/ || true + mkdir -p /etc/opt/ +esac + +exit 0 diff -Nru plasma-browser-integration-5.16.4/debian/README.Debian plasma-browser-integration-5.16.5/debian/README.Debian --- plasma-browser-integration-5.16.4/debian/README.Debian 1970-01-01 00:00:00.000000000 +0000 +++ plasma-browser-integration-5.16.5/debian/README.Debian 2019-09-03 15:08:53.000000000 +0000 @@ -0,0 +1,23 @@ +Chromium, Firefox and Google Chrome integration +=============================================== + +Currently, to get plasma browser integration fully working, you need to also +install the browser extension from the corresponding Web Store. + +Chromium +-------- + +The extension can be found in the webstore here: + https://chrome.google.com/webstore/detail/plasma-integration/cimiefiiaegbelhefglklhhakcgmhkai + +Firefox +------- + +The addon can be found in the firefox here: + https://addons.mozilla.org/en-US/firefox/addon/plasma-integration/ + +Google Chrome +------------- + +The extension can be found in the webstore here: + https://chrome.google.com/webstore/detail/plasma-integration/cimiefiiaegbelhefglklhhakcgmhkai diff -Nru plasma-browser-integration-5.16.4/debian/README.Ubuntu plasma-browser-integration-5.16.5/debian/README.Ubuntu --- plasma-browser-integration-5.16.4/debian/README.Ubuntu 2019-07-30 12:44:40.000000000 +0000 +++ plasma-browser-integration-5.16.5/debian/README.Ubuntu 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -Chromium, Firefox and Google Chrome integration -=============================================== - -Currently, to get plasma browser integration fully working, you need to also -install the browser extension from the corresponding Web Store. - -Google Chrome or Chromium --------- - -The extension can be found in the webstore here: - https://chrome.google.com/webstore/detail/plasma-integration/cimiefiiaegbelhefglklhhakcgmhkai - -Firefox -------- - -The addon can be found on the Firefox addons site here: - https://addons.mozilla.org/en-US/firefox/addon/plasma-integration/ diff -Nru plasma-browser-integration-5.16.4/debian/rules plasma-browser-integration-5.16.5/debian/rules --- plasma-browser-integration-5.16.4/debian/rules 2019-07-30 12:44:40.000000000 +0000 +++ plasma-browser-integration-5.16.5/debian/rules 2019-09-03 15:08:53.000000000 +0000 @@ -8,3 +8,17 @@ override_dh_auto_configure: dh_auto_configure -- -DINSTALL_CHROME_MANIFEST=OFF + +# Use debian/postinst to install the Chrome conffile +# and debian/postrm to remove it since dpkg's automatic +# conffile handling doesn't handle the special /etc/opt/ directory +# https://bugs.debian.org/888549 +override_dh_auto_install: + dh_auto_install + mkdir -p debian/plasma-browser-integration/usr/share/plasma-browser-integration + mv debian/plasma-browser-integration/etc/opt/chrome/native-messaging-hosts/org.kde.plasma.browser_integration.json \ + debian/plasma-browser-integration/usr/share/plasma-browser-integration/org.kde.plasma.browser_integration.json + rm -rf debian/plasma-browser-integration/etc/opt + +override_dh_missing: + dh_missing --list-missing diff -Nru plasma-browser-integration-5.16.4/debian/salsa-ci.yml plasma-browser-integration-5.16.5/debian/salsa-ci.yml --- plasma-browser-integration-5.16.4/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ plasma-browser-integration-5.16.5/debian/salsa-ci.yml 2019-09-03 15:08:53.000000000 +0000 @@ -0,0 +1,7 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + SALSA_CI_DISABLE_MISSING_BREAKS: 0 + SALSA_CI_DISABLE_RC_BUGS: 0 diff -Nru plasma-browser-integration-5.16.4/extension/_locales/cs/messages.json plasma-browser-integration-5.16.5/extension/_locales/cs/messages.json --- plasma-browser-integration-5.16.4/extension/_locales/cs/messages.json 2019-07-30 10:29:36.000000000 +0000 +++ plasma-browser-integration-5.16.5/extension/_locales/cs/messages.json 2019-09-03 13:53:59.000000000 +0000 @@ -21,7 +21,7 @@ "message": "If you find an issue, please check the list of open bugs and then file a bug report." }, "options_about_copyright": { - "message": "© 2017-2019 Kai Uwe Broulik and David Edmundson" + "message": "© 2017, 2019 Kai Uwe Broulik a David Edmundson" }, "options_about_created_by_kde": { "message": "This browser extension was created by the KDE Community. You can find more information about this project on the KDE Community Wiki." @@ -30,7 +30,7 @@ "message": "If you like what you saw, please consider donating to KDE, so we can continue to make the best free software possible." }, "options_about_kde": { - "message": "KDE is a world-wide community of software engineers, artists, writers, translators and creators who are committed to Free Software development. KDE produces the Plasma desktop environment, hundreds of applications, and the many software libraries that support them. KDE is a cooperative enterprise: no single entity controls its direction or products. Instead, we work together to achieve the common goal of building the world's finest Free Software. Everyone is welcome to join and contribute to KDE, including you. Visit $3 for more information about the KDE community and the software we produce." + "message": "KDE je celosvětová komunita softwarových inženýrů, výtvarníků, překladatelů a jiných přispěvatelů, kteří se odevzdali vývoji Svobodného Softwaru. KDE vytvořilo pracovní prostředí Plasma, stovky aplikací a spousty knihoven, jenž je podporují. KDE je společné úsilí, kde žádná společnost neřídí jeho směr nebo produkty. Namísto toho spolupracujeme na společném cíli jímž je vytvoření nejlepšího Free Softwaru. Každý je vítán aby se zapojil a přispíval do KDE, včetně vás. Více informací o komunitě KDE a softwaru, na kterém pracujeme najdete na GNU General Public License Version 3" diff -Nru plasma-browser-integration-5.16.4/extension/_locales/fr/messages.json plasma-browser-integration-5.16.5/extension/_locales/fr/messages.json --- plasma-browser-integration-5.16.4/extension/_locales/fr/messages.json 2019-07-30 10:29:36.000000000 +0000 +++ plasma-browser-integration-5.16.5/extension/_locales/fr/messages.json 2019-09-03 13:53:59.000000000 +0000 @@ -12,7 +12,7 @@ "message": "Erreur inconnue" }, "kdeconnect_open_device": { - "message": "Ouvrir sur « %1 »" + "message": "Ouvrir sur « $1 »" }, "kdeconnect_open_via": { "message": "Ouvrir via KDE Connect" @@ -33,7 +33,7 @@ "message": "KDE est une communauté, à l'échelle mondiale, d'ingénieurs en logiciels, d'artistes, de traducteurs et de créateurs se consacrant au développement de logiciels libres. KDE produit l'environnement de bureau Plasma, des centaines d'applications et de très nombreuses bibliothèques logicielles qui leur permettent de fonctionner. KDE est un mouvement coopératif : aucune entité unique ne contrôle sa direction ou ses produits. Nous travaillons ensemble dans l'optique de bâtir les meilleurs logiciels libres qui soient. Chacun est invité à nous rejoindre et à contribuer à KDE, y compris vous. Visitez $3 pour plus d'informations sur le projet KDE et les logiciels que nous créons." }, "options_about_license": { - "message": "Licence : Version 3 de la Licence Publique Générale GNU" + "message": "Licence : Version 3 de la Licence Publique Générale GNU" }, "options_about_translated_by": { "message": "Traduit par : $1" @@ -93,6 +93,6 @@ "message": "Paramètres d'intégration à Plasma" }, "store_description": { - "message": "Multitask efficiently by controlling browser functions from the desktop, even while Chrome is in the background. Manage audio and video playback, check downloads in the notification area, send files to your phone using KDE Connect and more inside the KDE Plasma Desktop!\\n\\nThe plasma-browser-integration package must be installed for this extension to work. It should be available from your distribution's package manager when running Plasma 5.13 or later.\\n\\nNOTE: This extension is not supported on Debian." + "message": "Effectuez plusieurs tâches à la fois efficacement en contrôlant les fonctionnalités du navigateur depuis votre bureau, même lorsque Chrome est en arrière-plan. Gérez la lecture audio et vidéo, consultez les téléchargements dans la zone de notification, envoyez des fichiers vers votre téléphone à l'aide de KDE Connect et bien plus encore au sein du bureau KDE Plasma !\\nLe paquet plasma-browser-integration doit être installé pour que cette extension puisse fonctionner. Il devrait être disponible dans le gestionnaire de paquets de votre distribution lorsque vous utilisez Plasma en version 5.13 ou ultérieure.\\nREMARQUE : Cette extension n'est pas prise en charge sur Debian." } } \ No newline at end of file diff -Nru plasma-browser-integration-5.16.4/extension/_locales/id/messages.json plasma-browser-integration-5.16.5/extension/_locales/id/messages.json --- plasma-browser-integration-5.16.4/extension/_locales/id/messages.json 2019-07-30 10:29:36.000000000 +0000 +++ plasma-browser-integration-5.16.5/extension/_locales/id/messages.json 2019-09-03 13:53:59.000000000 +0000 @@ -60,10 +60,10 @@ "message": "Kirim via KDE Connect" }, "options_plugin_mpris_description": { - "message": "Segera kamu kendalikan player audio dan video dalam website menggunakan plasmoid Media Controller." + "message": "Segera kamu kendalikan pemutar audio dan video dalam website menggunakan plasmoid Media Controller." }, "options_plugin_mpris_media_sessions_description": { - "message": "Ekstrak metadata dan thumbnail pada konten yang dimainkan baru-baru ini. " + "message": "Ekstrak metadata dan gambar-mini pada konten yang diputar baru-baru ini. " }, "options_plugin_mpris_media_sessions_title": { "message": "Kendali Media Yang Ditingkatkan" @@ -72,16 +72,16 @@ "message": "Kendali Media" }, "options_plugin_tabsrunner_description": { - "message": "Pastikan modul “Browser Tabs” telah difungsikan dalam setelan Plasma Search." + "message": "Pastikan modul “Browser Tabs” telah difungsikan dalam pengaturan Plasma Search." }, "options_plugin_tabsrunner_title": { "message": "Temukan tab-tab browser dalam window “Run Command”" }, "options_save_failed": { - "message": "Penyimpanan setelan, gagal" + "message": "Penyimpanan pengaturan, gagal" }, "options_save_success": { - "message": "Setelan secara sukses disimpan" + "message": "Pengaturan secara sukses disimpan" }, "options_tab_about": { "message": "Tentang" @@ -90,7 +90,7 @@ "message": "Umum" }, "options_title": { - "message": "Setelan Plasma Integration" + "message": "Pengaturan Plasma Integration" }, "store_description": { "message": "Multitask efficiently by controlling browser functions from the desktop, even while Chrome is in the background. Manage audio and video playback, check downloads in the notification area, send files to your phone using KDE Connect and more inside the KDE Plasma Desktop!\\n\\nThe plasma-browser-integration package must be installed for this extension to work. It should be available from your distribution's package manager when running Plasma 5.13 or later.\\n\\nNOTE: This extension is not supported on Debian." diff -Nru plasma-browser-integration-5.16.4/extension/_locales/ml/messages.json plasma-browser-integration-5.16.5/extension/_locales/ml/messages.json --- plasma-browser-integration-5.16.4/extension/_locales/ml/messages.json 1970-01-01 00:00:00.000000000 +0000 +++ plasma-browser-integration-5.16.5/extension/_locales/ml/messages.json 2019-09-03 13:53:59.000000000 +0000 @@ -0,0 +1,98 @@ +{ + "general_error_port_disconnect": { + "message": "The native host disconnected unexpectedly: $1" + }, + "general_error_port_startupfail": { + "message": "Failed to connect to the native host. Make sure the 'plasma-browser-integration' package is installed." + }, + "general_error_title": { + "message": "Plasma Browser Integration Error" + }, + "general_error_unknown": { + "message": "Unknown Error" + }, + "kdeconnect_open_device": { + "message": "Open on '$1'" + }, + "kdeconnect_open_via": { + "message": "Open via KDE Connect" + }, + "options_about_bugs": { + "message": "If you find an issue, please check the list of open bugs and then file a bug report." + }, + "options_about_copyright": { + "message": "© 2017-2019 Kai Uwe Broulik and David Edmundson" + }, + "options_about_created_by_kde": { + "message": "This browser extension was created by the KDE Community. You can find more information about this project on the KDE Community Wiki." + }, + "options_about_donate": { + "message": "If you like what you saw, please consider donating to KDE, so we can continue to make the best free software possible." + }, + "options_about_kde": { + "message": "KDE is a world-wide community of software engineers, artists, writers, translators and creators who are committed to Free Software development. KDE produces the Plasma desktop environment, hundreds of applications, and the many software libraries that support them. KDE is a cooperative enterprise: no single entity controls its direction or products. Instead, we work together to achieve the common goal of building the world's finest Free Software. Everyone is welcome to join and contribute to KDE, including you. Visit $3 for more information about the KDE community and the software we produce." + }, + "options_about_license": { + "message": "License: GNU General Public License Version 3" + }, + "options_about_translated_by": { + "message": "Translated by: $1" + }, + "options_about_translators": { + "message": "Your names" + }, + "options_not_supported_os": { + "message": "This extension is not supported on this operating system." + }, + "options_plugin_breezeScrollBars_description": { + "message": "This may interfere with the appearance of websites that already apply a custom styling to their scroll bars." + }, + "options_plugin_breezeScrollBars_title": { + "message": "Use Breeze-style scroll bars" + }, + "options_plugin_downloads_title": { + "message": "Show downloads in notification area" + }, + "options_plugin_kdeconnect_description": { + "message": "Adds a context menu entry to links enabling you to send them to your phone and other paired devices using KDE Connect." + }, + "options_plugin_kdeconnect_title": { + "message": "Send via KDE Connect" + }, + "options_plugin_mpris_description": { + "message": "Lets you control video and audio players in websites using the Media Controller plasmoid." + }, + "options_plugin_mpris_media_sessions_description": { + "message": "Extract metadata and thumbnails of currently playing content. (Experimental)" + }, + "options_plugin_mpris_media_sessions_title": { + "message": "Enhanced Media Controls" + }, + "options_plugin_mpris_title": { + "message": "Media Controls" + }, + "options_plugin_tabsrunner_description": { + "message": "Make sure the “Browser Tabs” module is enabled in Plasma Search settings." + }, + "options_plugin_tabsrunner_title": { + "message": "Find browser tabs in “Run Command” window" + }, + "options_save_failed": { + "message": "Saving settings failed" + }, + "options_save_success": { + "message": "Settings successfully saved" + }, + "options_tab_about": { + "message": "About" + }, + "options_tab_general": { + "message": "General" + }, + "options_title": { + "message": "Plasma Integration Settings" + }, + "store_description": { + "message": "Multitask efficiently by controlling browser functions from the desktop, even while Chrome is in the background. Manage audio and video playback, check downloads in the notification area, send files to your phone using KDE Connect and more inside the KDE Plasma Desktop!\\n\\nThe plasma-browser-integration package must be installed for this extension to work. It should be available from your distribution's package manager when running Plasma 5.13 or later.\\n\\nNOTE: This extension is not supported on Debian." + } +} \ No newline at end of file diff -Nru plasma-browser-integration-5.16.4/extension/_locales/ru/messages.json plasma-browser-integration-5.16.5/extension/_locales/ru/messages.json --- plasma-browser-integration-5.16.4/extension/_locales/ru/messages.json 2019-07-30 10:29:36.000000000 +0000 +++ plasma-browser-integration-5.16.5/extension/_locales/ru/messages.json 2019-09-03 13:53:59.000000000 +0000 @@ -93,6 +93,6 @@ "message": "Настройка интеграции браузера с Plasma" }, "store_description": { - "message": "Multitask efficiently by controlling browser functions from the desktop, even while Chrome is in the background. Manage audio and video playback, check downloads in the notification area, send files to your phone using KDE Connect and more inside the KDE Plasma Desktop!\\n\\nThe plasma-browser-integration package must be installed for this extension to work. It should be available from your distribution's package manager when running Plasma 5.13 or later.\\n\\nNOTE: This extension is not supported on Debian." + "message": "Эффективное управление браузером, даже когда Chrome находится в фоновом режиме. Управление воспроизведением аудио и видео, отображение состояния загрузок в области уведомлений, передача файлов на телефон с помощью KDE Connect, а также другие функции, доступные в окружении рабочего стола KDE Plasma.Для работы этого расширения должен быть установлен пакет «plasma-browser-integration», который доступен в системе управления пакетами вашего дистрибутива начиная с Plasma 5.13.ПРИМЕЧАНИЕ. Это расширение не поддерживается в Debian." } } \ No newline at end of file diff -Nru plasma-browser-integration-5.16.4/extension/_locales/sk/messages.json plasma-browser-integration-5.16.5/extension/_locales/sk/messages.json --- plasma-browser-integration-5.16.4/extension/_locales/sk/messages.json 2019-07-30 10:29:36.000000000 +0000 +++ plasma-browser-integration-5.16.5/extension/_locales/sk/messages.json 2019-09-03 13:53:59.000000000 +0000 @@ -30,7 +30,7 @@ "message": "Ak sa vám páči čo vidíte, prosím zvážte prispieť do KDE, aby sme mohli robiť ten najlepší slobodný softvér ako je možné." }, "options_about_kde": { - "message": "KDE je celosvetová sieť softvérových inžinierov, umelcov, spisovateľov, prekladateľov a ďalšých, ktorý sú oddaní vývoju Slobodného Softvéru. Táto komunita vytvorila stovky Slobodných Softvérových aplikácií ako súčasť KDE framework-ov, workspace-ov a aplikácií. KDE je spolupracujúci podnik, v ktorej žiadna entita neovláda záujmy alebo produkty KDE na úkor iných. Každý je vítaný pridať sa a prispieť do KDE, vrátane vás." + "message": "KDE je celosvetová sieť softvérových inžinierov, umelcov, spisovateľov, prekladateľov a ďalších, ktorý sú oddaní vývoju Slobodného Softvéru. Táto komunita vytvorila stovky Slobodných Softvérových aplikácií ako súčasť KDE framework-ov, workspace-ov a aplikácií. KDE je spolupracujúci podnik, v ktorej žiadna entita neovláda záujmy alebo produkty KDE na úkor iných. Každý je vítaný pridať sa a prispieť do KDE, vrátane vás." }, "options_about_license": { "message": "Licencia: GNU General Public License Version 3" @@ -93,6 +93,6 @@ "message": "Nastavenia Plasma Integration" }, "store_description": { - "message": "Multitask efficiently by controlling browser functions from the desktop, even while Chrome is in the background. Manage audio and video playback, check downloads in the notification area, send files to your phone using KDE Connect and more inside the KDE Plasma Desktop!\\n\\nThe plasma-browser-integration package must be installed for this extension to work. It should be available from your distribution's package manager when running Plasma 5.13 or later.\\n\\nNOTE: This extension is not supported on Debian." + "message": "Pracujte efektívne ovládaním funkcií prehliadača z počítača,aj keď je Chrome na pozadí. Spravujte prehrávanie zvuku a videa, kontrolujte sťahovanie v oblasti oznámení, posielajte súbory do telefónu pomocou KDE Connect a ešte viac v KDE pracovnej ploche!\\nAby toto rozšírenie fungovalo, musí byť nainštalovaný balík plasma-browser-integration. Mal by byť k dispozícii od správcu balíkov vašej distribúcie pri spustení KDE Plasma verzie 5.13 alebo novšej.\\nPOZNÁMKA: Toto rozšírenie nie je v Debiane podporované." } } \ No newline at end of file diff -Nru plasma-browser-integration-5.16.4/po/ca/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/ca/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/ca/plasma-browser-integration-host.po 2019-07-30 10:29:50.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ca/plasma-browser-integration-host.po 2019-09-03 13:54:08.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration-host\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-23 11:47+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru plasma-browser-integration-5.16.4/po/ca/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/ca/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/ca/plasma-browser-integration-reminder.po 2019-07-30 10:29:50.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ca/plasma-browser-integration-reminder.po 2019-09-03 13:54:08.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration-reminder\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-15 09:59+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru plasma-browser-integration-5.16.4/po/ca/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/ca/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/ca/plasma_runner_browsertabs.po 2019-07-30 10:29:50.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ca/plasma_runner_browsertabs.po 2019-09-03 13:54:08.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma_runner_browsertabs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-12-17 23:18+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru plasma-browser-integration-5.16.4/po/ca@valencia/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/ca@valencia/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/ca@valencia/plasma-browser-integration-host.po 2019-07-30 10:29:50.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ca@valencia/plasma-browser-integration-host.po 2019-09-03 13:54:08.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration-host\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-23 11:47+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru plasma-browser-integration-5.16.4/po/ca@valencia/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/ca@valencia/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/ca@valencia/plasma-browser-integration-reminder.po 2019-07-30 10:29:50.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ca@valencia/plasma-browser-integration-reminder.po 2019-09-03 13:54:08.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration-reminder\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-15 09:59+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru plasma-browser-integration-5.16.4/po/ca@valencia/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/ca@valencia/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/ca@valencia/plasma_runner_browsertabs.po 2019-07-30 10:29:50.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ca@valencia/plasma_runner_browsertabs.po 2019-09-03 13:54:08.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma_runner_browsertabs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-12-17 23:18+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" diff -Nru plasma-browser-integration-5.16.4/po/cs/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/cs/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/cs/plasma-browser-integration-host.po 2019-07-30 10:29:50.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/cs/plasma-browser-integration-host.po 2019-09-03 13:54:09.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-04-30 10:41+0200\n" "Last-Translator: Vit Pelcak \n" "Language-Team: Czech \n" diff -Nru plasma-browser-integration-5.16.4/po/cs/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/cs/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/cs/plasma-browser-integration-reminder.po 2019-07-30 10:29:50.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/cs/plasma-browser-integration-reminder.po 2019-09-03 13:54:09.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-17 12:06+0100\n" "Last-Translator: Vit Pelcak \n" "Language-Team: Czech \n" diff -Nru plasma-browser-integration-5.16.4/po/cs/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/cs/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/cs/plasma_runner_browsertabs.po 2019-07-30 10:29:50.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/cs/plasma_runner_browsertabs.po 2019-09-03 13:54:09.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-07-17 14:51+0100\n" "Last-Translator: Vít Pelčák \n" "Language-Team: Czech \n" diff -Nru plasma-browser-integration-5.16.4/po/da/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/da/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/da/plasma-browser-integration-host.po 2019-07-30 10:29:52.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/da/plasma-browser-integration-host.po 2019-09-03 13:54:10.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-05-30 17:12+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" diff -Nru plasma-browser-integration-5.16.4/po/da/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/da/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/da/plasma-browser-integration-reminder.po 2019-07-30 10:29:52.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/da/plasma-browser-integration-reminder.po 2019-09-03 13:54:10.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-05-07 12:37+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" diff -Nru plasma-browser-integration-5.16.4/po/da/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/da/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/da/plasma_runner_browsertabs.po 2019-07-30 10:29:52.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/da/plasma_runner_browsertabs.po 2019-09-03 13:54:10.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-07-12 10:00+0100\n" "Last-Translator: Martin Schlander \n" "Language-Team: Danish \n" diff -Nru plasma-browser-integration-5.16.4/po/de/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/de/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/de/plasma-browser-integration-host.po 2019-07-30 10:29:52.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/de/plasma-browser-integration-host.po 2019-09-03 13:54:11.000000000 +0000 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" -"PO-Revision-Date: 2019-07-17 18:16+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" +"PO-Revision-Date: 2019-08-06 21:52+0200\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" "Language: de\n" @@ -40,7 +40,7 @@ #: downloadjob.cpp:182 #, kde-format msgid "The file possibly contains malicious contents." -msgstr "" +msgstr "Die Datei enthält möglicherweise böswillige Inhalte." #: downloadjob.cpp:183 #, kde-format @@ -57,7 +57,7 @@ #: downloadjob.cpp:186 #, kde-format msgid "The network operation timed out." -msgstr "" +msgstr "Zeitüberschreitung bei der Netzwerk-Ausführung." #: downloadjob.cpp:187 #, kde-format @@ -77,12 +77,12 @@ #: downloadjob.cpp:194 #, kde-format msgid "The server does not have the requested data." -msgstr "" +msgstr "Der Server stellt die angeforderten Daten nicht zur Verfügung" #: downloadjob.cpp:196 #, kde-format msgid "The browser application closed unexpectedly." -msgstr "" +msgstr "Die Browser-Anwendung wurde unerwartet beendet." #: downloadjob.cpp:203 #, kde-format diff -Nru plasma-browser-integration-5.16.4/po/de/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/de/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/de/plasma-browser-integration-reminder.po 2019-07-30 10:29:52.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/de/plasma-browser-integration-reminder.po 2019-09-03 13:54:11.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-10-09 07:13+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" diff -Nru plasma-browser-integration-5.16.4/po/de/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/de/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/de/plasma_runner_browsertabs.po 2019-07-30 10:29:52.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/de/plasma_runner_browsertabs.po 2019-09-03 13:54:11.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-10-10 21:00+0100\n" "Last-Translator: Burkhard Lück \n" "Language-Team: German \n" diff -Nru plasma-browser-integration-5.16.4/po/en_GB/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/en_GB/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/en_GB/plasma-browser-integration-host.po 2019-07-30 10:29:53.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/en_GB/plasma-browser-integration-host.po 2019-09-03 13:54:11.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-24 19:42+0000\n" "Last-Translator: Steve Allewell \n" "Language-Team: British English \n" diff -Nru plasma-browser-integration-5.16.4/po/en_GB/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/en_GB/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/en_GB/plasma-browser-integration-reminder.po 2019-07-30 10:29:53.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/en_GB/plasma-browser-integration-reminder.po 2019-09-03 13:54:11.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-10-27 19:59+0100\n" "Last-Translator: Steve Allewell \n" "Language-Team: British English \n" diff -Nru plasma-browser-integration-5.16.4/po/en_GB/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/en_GB/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/en_GB/plasma_runner_browsertabs.po 2019-07-30 10:29:53.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/en_GB/plasma_runner_browsertabs.po 2019-09-03 13:54:11.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-05-21 16:09+0000\n" "Last-Translator: Steve Allewell \n" "Language-Team: English \n" diff -Nru plasma-browser-integration-5.16.4/po/es/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/es/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/es/plasma-browser-integration-host.po 2019-07-30 10:29:54.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/es/plasma-browser-integration-host.po 2019-09-03 13:54:12.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration-host\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-27 20:10+0100\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" diff -Nru plasma-browser-integration-5.16.4/po/es/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/es/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/es/plasma-browser-integration-reminder.po 2019-07-30 10:29:54.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/es/plasma-browser-integration-reminder.po 2019-09-03 13:54:12.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration-reminder\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-16 19:55+0100\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" diff -Nru plasma-browser-integration-5.16.4/po/es/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/es/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/es/plasma_runner_browsertabs.po 2019-07-30 10:29:54.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/es/plasma_runner_browsertabs.po 2019-09-03 13:54:12.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma_runner_browsertabs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-05-05 17:22+0100\n" "Last-Translator: Eloy Cuadra \n" "Language-Team: Spanish \n" diff -Nru plasma-browser-integration-5.16.4/po/eu/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/eu/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/eu/plasma-browser-integration-host.po 2019-07-30 10:29:54.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/eu/plasma-browser-integration-host.po 2019-09-03 13:54:13.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-04-25 00:09+0100\n" "Last-Translator: Iñigo Salvador Azurmendi \n" "Language-Team: Basque \n" diff -Nru plasma-browser-integration-5.16.4/po/eu/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/eu/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/eu/plasma-browser-integration-reminder.po 2019-07-30 10:29:54.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/eu/plasma-browser-integration-reminder.po 2019-09-03 13:54:13.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-04-25 00:13+0100\n" "Last-Translator: Iñigo Salvador Azurmendi \n" "Language-Team: Basque \n" diff -Nru plasma-browser-integration-5.16.4/po/eu/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/eu/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/eu/plasma_runner_browsertabs.po 2019-07-30 10:29:54.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/eu/plasma_runner_browsertabs.po 2019-09-03 13:54:13.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: plasma_runner_browsertabs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-07-17 19:45+0100\n" "Last-Translator: Iñigo Salvador Azurmendi \n" "Language-Team: Basque \n" diff -Nru plasma-browser-integration-5.16.4/po/fi/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/fi/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/fi/plasma-browser-integration-host.po 2019-07-30 10:29:55.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/fi/plasma-browser-integration-host.po 2019-09-03 13:54:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-04-29 12:54+0200\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" diff -Nru plasma-browser-integration-5.16.4/po/fi/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/fi/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/fi/plasma-browser-integration-reminder.po 2019-07-30 10:29:55.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/fi/plasma-browser-integration-reminder.po 2019-09-03 13:54:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-27 16:03+0200\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" diff -Nru plasma-browser-integration-5.16.4/po/fi/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/fi/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/fi/plasma_runner_browsertabs.po 2019-07-30 10:29:55.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/fi/plasma_runner_browsertabs.po 2019-09-03 13:54:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-12-08 16:30+0200\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish \n" diff -Nru plasma-browser-integration-5.16.4/po/fr/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/fr/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/fr/plasma-browser-integration-host.po 2019-07-30 10:29:56.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/fr/plasma-browser-integration-host.po 2019-09-03 13:54:14.000000000 +0000 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-04-20 09:45+0200\n" "Last-Translator: William Oprandi \n" "Language-Team: French \n" diff -Nru plasma-browser-integration-5.16.4/po/fr/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/fr/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/fr/plasma-browser-integration-reminder.po 2019-07-30 10:29:56.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/fr/plasma-browser-integration-reminder.po 2019-09-03 13:54:14.000000000 +0000 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-16 19:22+0800\n" "Last-Translator: Simon Depiets \n" "Language-Team: French \n" diff -Nru plasma-browser-integration-5.16.4/po/fr/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/fr/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/fr/plasma_runner_browsertabs.po 2019-07-30 10:29:56.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/fr/plasma_runner_browsertabs.po 2019-09-03 13:54:14.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-07-15 23:17+0100\n" "Last-Translator: Vincent Pinon \n" "Language-Team: French \n" diff -Nru plasma-browser-integration-5.16.4/po/gl/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/gl/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/gl/plasma-browser-integration-host.po 2019-07-30 10:29:57.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/gl/plasma-browser-integration-host.po 2019-09-03 13:54:15.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-23 10:39+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) \n" "Language-Team: Galician \n" @@ -15,7 +15,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 18.12.2\n" #: downloadjob.cpp:177 #, kde-format diff -Nru plasma-browser-integration-5.16.4/po/gl/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/gl/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/gl/plasma-browser-integration-reminder.po 2019-07-30 10:29:57.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/gl/plasma-browser-integration-reminder.po 2019-09-03 13:54:15.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-10-21 20:52+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) \n" "Language-Team: Galician \n" @@ -15,7 +15,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" #: browserintegrationreminder.cpp:144 #, kde-format diff -Nru plasma-browser-integration-5.16.4/po/gl/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/gl/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/gl/plasma_runner_browsertabs.po 2019-07-30 10:29:57.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/gl/plasma_runner_browsertabs.po 2019-09-03 13:54:15.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-07-29 11:37+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) \n" "Language-Team: Galician \n" @@ -15,7 +15,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" #: tabsrunner.cpp:42 #, kde-format diff -Nru plasma-browser-integration-5.16.4/po/id/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/id/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/id/plasma-browser-integration-host.po 2019-07-30 10:30:01.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/id/plasma-browser-integration-host.po 2019-09-03 13:54:18.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-04-16 08:34+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" diff -Nru plasma-browser-integration-5.16.4/po/id/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/id/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/id/plasma-browser-integration-reminder.po 2019-07-30 10:30:01.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/id/plasma-browser-integration-reminder.po 2019-09-03 13:54:18.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-10-06 22:36+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" diff -Nru plasma-browser-integration-5.16.4/po/id/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/id/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/id/plasma_runner_browsertabs.po 2019-07-30 10:30:01.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/id/plasma_runner_browsertabs.po 2019-09-03 13:54:18.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-10-10 18:08+0700\n" "Last-Translator: Wantoyo \n" "Language-Team: Indonesian \n" diff -Nru plasma-browser-integration-5.16.4/po/it/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/it/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/it/plasma-browser-integration-host.po 2019-07-30 10:30:01.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/it/plasma-browser-integration-host.po 2019-09-03 13:54:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-05-23 00:15+0100\n" "Last-Translator: Luigi Toscano \n" "Language-Team: Italian \n" diff -Nru plasma-browser-integration-5.16.4/po/it/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/it/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/it/plasma-browser-integration-reminder.po 2019-07-30 10:30:01.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/it/plasma-browser-integration-reminder.po 2019-09-03 13:54:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-10-18 23:48+0100\n" "Last-Translator: Luigi Toscano \n" "Language-Team: Italian \n" diff -Nru plasma-browser-integration-5.16.4/po/it/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/it/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/it/plasma_runner_browsertabs.po 2019-07-30 10:30:01.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/it/plasma_runner_browsertabs.po 2019-09-03 13:54:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-05-19 22:48+0100\n" "Last-Translator: Luigi Toscano \n" "Language-Team: Italian \n" diff -Nru plasma-browser-integration-5.16.4/po/ja/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/ja/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/ja/plasma-browser-integration-host.po 2019-07-30 10:30:02.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ja/plasma-browser-integration-host.po 2019-09-03 13:54:19.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-23 19:02-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" diff -Nru plasma-browser-integration-5.16.4/po/ja/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/ja/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/ja/plasma-browser-integration-reminder.po 2019-07-30 10:30:02.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ja/plasma-browser-integration-reminder.po 2019-09-03 13:54:19.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-25 20:25-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" diff -Nru plasma-browser-integration-5.16.4/po/ja/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/ja/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/ja/plasma_runner_browsertabs.po 2019-07-30 10:30:02.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ja/plasma_runner_browsertabs.po 2019-09-03 13:54:19.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: plasma_runner_browsertabs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-05-05 22:20-0700\n" "Last-Translator: Japanese KDE translation team \n" "Language-Team: Japanese \n" diff -Nru plasma-browser-integration-5.16.4/po/ko/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/ko/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/ko/plasma-browser-integration-host.po 2019-07-30 10:30:04.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ko/plasma-browser-integration-host.po 2019-09-03 13:54:21.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-04-12 01:08+0100\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" diff -Nru plasma-browser-integration-5.16.4/po/ko/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/ko/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/ko/plasma-browser-integration-reminder.po 2019-07-30 10:30:04.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ko/plasma-browser-integration-reminder.po 2019-09-03 13:54:21.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-04-12 01:07+0100\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" diff -Nru plasma-browser-integration-5.16.4/po/ko/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/ko/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/ko/plasma_runner_browsertabs.po 2019-07-30 10:30:04.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ko/plasma_runner_browsertabs.po 2019-09-03 13:54:21.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-12-02 23:44+0100\n" "Last-Translator: Shinjo Park \n" "Language-Team: Korean \n" diff -Nru plasma-browser-integration-5.16.4/po/lt/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/lt/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/lt/plasma-browser-integration-host.po 2019-07-30 10:30:04.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/lt/plasma-browser-integration-host.po 2019-09-03 13:54:22.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-23 03:48+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff -Nru plasma-browser-integration-5.16.4/po/lt/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/lt/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/lt/plasma-browser-integration-reminder.po 2019-07-30 10:30:04.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/lt/plasma-browser-integration-reminder.po 2019-09-03 13:54:22.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-02-12 03:28+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff -Nru plasma-browser-integration-5.16.4/po/lt/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/lt/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/lt/plasma_runner_browsertabs.po 2019-07-30 10:30:04.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/lt/plasma_runner_browsertabs.po 2019-09-03 13:54:22.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-08-16 09:15+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff -Nru plasma-browser-integration-5.16.4/po/ml/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/ml/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/ml/plasma-browser-integration-host.po 1970-01-01 00:00:00.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ml/plasma-browser-integration-host.po 2019-09-03 13:54:23.000000000 +0000 @@ -0,0 +1,107 @@ +# Malayalam translations for plasma-browser-integration package. +# Copyright (C) 2019 This file is copyright: +# This file is distributed under the same license as the plasma-browser-integration package. +# Automatically generated, 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: plasma-browser-integration\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" +"PO-Revision-Date: 2019-08-11 14:09+0530\n" +"Last-Translator: Subin Siby \n" +"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് \n" +"Language: ml\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: downloadjob.cpp:177 +#, kde-format +msgid "Access denied." +msgstr "" + +#: downloadjob.cpp:178 +#, kde-format +msgid "Insufficient free space." +msgstr "" + +#: downloadjob.cpp:179 +#, kde-format +msgid "The file name you have chosen is too long." +msgstr "" + +#: downloadjob.cpp:180 +#, kde-format +msgid "The file is too large to be downloaded." +msgstr "" + +#: downloadjob.cpp:182 +#, kde-format +msgid "The file possibly contains malicious contents." +msgstr "" + +#: downloadjob.cpp:183 +#, kde-format +msgid "A temporary error has occurred. Please try again later." +msgstr "" + +#: downloadjob.cpp:185 +#, kde-format +msgid "A network error has occurred." +msgstr "" + +#: downloadjob.cpp:186 +#, kde-format +msgid "The network operation timed out." +msgstr "" + +#: downloadjob.cpp:187 +#, kde-format +msgid "The network connection has been lost." +msgstr "" + +#: downloadjob.cpp:188 +#, kde-format +msgid "The server is no longer reachable." +msgstr "" + +#: downloadjob.cpp:190 +#, kde-format +msgid "A server error has occurred." +msgstr "" + +#: downloadjob.cpp:194 +#, kde-format +msgid "The server does not have the requested data." +msgstr "" + +#: downloadjob.cpp:196 +#, kde-format +msgid "The browser application closed unexpectedly." +msgstr "" + +#: downloadjob.cpp:203 +#, kde-format +msgid "An unknown error occurred while downloading." +msgstr "" + +#: downloadjob.cpp:233 +#, kde-format +msgctxt "Job heading, like 'Copying'" +msgid "Downloading" +msgstr "" + +#: downloadjob.cpp:234 +#, kde-format +msgctxt "The URL being downloaded" +msgid "Source" +msgstr "" + +#: downloadjob.cpp:235 +#, kde-format +msgctxt "The location being downloaded to" +msgid "Destination" +msgstr "" \ No newline at end of file diff -Nru plasma-browser-integration-5.16.4/po/ml/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/ml/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/ml/plasma-browser-integration-reminder.po 1970-01-01 00:00:00.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ml/plasma-browser-integration-reminder.po 2019-09-03 13:54:23.000000000 +0000 @@ -0,0 +1,29 @@ +# Malayalam translations for plasma-browser-integration package. +# Copyright (C) 2019 This file is copyright: +# This file is distributed under the same license as the plasma-browser-integration package. +# Automatically generated, 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: plasma-browser-integration\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" +"PO-Revision-Date: 2019-08-11 14:09+0530\n" +"Last-Translator: Subin Siby \n" +"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് \n" +"Language: ml\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: browserintegrationreminder.cpp:144 +#, kde-format +msgid "Get Plasma Browser Integration" +msgstr "" + +#: browserintegrationreminder.cpp:169 +#, kde-format +msgid "Do not show again" +msgstr "" \ No newline at end of file diff -Nru plasma-browser-integration-5.16.4/po/ml/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/ml/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/ml/plasma_runner_browsertabs.po 1970-01-01 00:00:00.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ml/plasma_runner_browsertabs.po 2019-09-03 13:54:23.000000000 +0000 @@ -0,0 +1,34 @@ +# Malayalam translations for plasma-browser-integration package. +# Copyright (C) 2019 This file is copyright: +# This file is distributed under the same license as the plasma-browser-integration package. +# Automatically generated, 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: plasma-browser-integration\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" +"PO-Revision-Date: 2019-08-11 14:09+0530\n" +"Last-Translator: Subin Siby \n" +"Language-Team: Swathanthra|സ്വതന്ത്ര Malayalam|മലയാളം Computing|കമ്പ്യൂട്ടിങ്ങ് \n" +"Language: ml\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: tabsrunner.cpp:42 +#, kde-format +msgid "Finds browser tabs whose title match :q:" +msgstr "" + +#: tabsrunner.cpp:45 +#, kde-format +msgid "Mute Tab" +msgstr "" + +#: tabsrunner.cpp:46 +#, kde-format +msgid "Unmute Tab" +msgstr "" \ No newline at end of file diff -Nru plasma-browser-integration-5.16.4/po/nb/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/nb/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/nb/plasma_runner_browsertabs.po 2019-07-30 10:30:07.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/nb/plasma_runner_browsertabs.po 2019-09-03 13:54:24.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-06-27 18:53+0100\n" "Last-Translator: Øystein Steffensen-Alværvik \n" "Language-Team: Norwegian Bokmål \n" diff -Nru plasma-browser-integration-5.16.4/po/nl/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/nl/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/nl/plasma-browser-integration-host.po 2019-07-30 10:30:08.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/nl/plasma-browser-integration-host.po 2019-09-03 13:54:25.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-23 16:31+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff -Nru plasma-browser-integration-5.16.4/po/nl/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/nl/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/nl/plasma-browser-integration-reminder.po 2019-07-30 10:30:08.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/nl/plasma-browser-integration-reminder.po 2019-09-03 13:54:25.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-15 14:43+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff -Nru plasma-browser-integration-5.16.4/po/nl/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/nl/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/nl/plasma_runner_browsertabs.po 2019-07-30 10:30:08.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/nl/plasma_runner_browsertabs.po 2019-09-03 13:54:25.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-05-05 13:28+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff -Nru plasma-browser-integration-5.16.4/po/nn/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/nn/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/nn/plasma-browser-integration-host.po 2019-07-30 10:30:08.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/nn/plasma-browser-integration-host.po 2019-09-03 13:54:25.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-25 22:19+0100\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" diff -Nru plasma-browser-integration-5.16.4/po/nn/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/nn/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/nn/plasma-browser-integration-reminder.po 2019-07-30 10:30:08.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/nn/plasma-browser-integration-reminder.po 2019-09-03 13:54:25.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-16 11:10+0200\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" diff -Nru plasma-browser-integration-5.16.4/po/nn/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/nn/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/nn/plasma_runner_browsertabs.po 2019-07-30 10:30:08.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/nn/plasma_runner_browsertabs.po 2019-09-03 13:54:25.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-01-27 12:06+0100\n" "Last-Translator: Karl Ove Hufthammer \n" "Language-Team: Norwegian Nynorsk \n" diff -Nru plasma-browser-integration-5.16.4/po/pa/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/pa/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/pa/plasma_runner_browsertabs.po 2019-07-30 10:30:10.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/pa/plasma_runner_browsertabs.po 2019-09-03 13:54:26.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-08-27 17:28-0600\n" "Last-Translator: A S Alam \n" "Language-Team: Punjabi \n" diff -Nru plasma-browser-integration-5.16.4/po/pl/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/pl/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/pl/plasma-browser-integration-host.po 2019-07-30 10:30:10.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/pl/plasma-browser-integration-host.po 2019-09-03 13:54:27.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-05-04 07:19+0200\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" diff -Nru plasma-browser-integration-5.16.4/po/pl/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/pl/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/pl/plasma-browser-integration-reminder.po 2019-07-30 10:30:10.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/pl/plasma-browser-integration-reminder.po 2019-09-03 13:54:27.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-01-13 10:30+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" diff -Nru plasma-browser-integration-5.16.4/po/pl/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/pl/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/pl/plasma_runner_browsertabs.po 2019-07-30 10:30:10.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/pl/plasma_runner_browsertabs.po 2019-09-03 13:54:27.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-07-15 07:58+0100\n" "Last-Translator: Łukasz Wojniłowicz \n" "Language-Team: Polish \n" diff -Nru plasma-browser-integration-5.16.4/po/pt/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/pt/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/pt/plasma-browser-integration-host.po 2019-07-30 10:30:11.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/pt/plasma-browser-integration-host.po 2019-09-03 13:54:28.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-29 14:14+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" diff -Nru plasma-browser-integration-5.16.4/po/pt/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/pt/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/pt/plasma-browser-integration-reminder.po 2019-07-30 10:30:11.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/pt/plasma-browser-integration-reminder.po 2019-09-03 13:54:28.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-11-04 13:18+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" diff -Nru plasma-browser-integration-5.16.4/po/pt/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/pt/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/pt/plasma_runner_browsertabs.po 2019-07-30 10:30:11.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/pt/plasma_runner_browsertabs.po 2019-09-03 13:54:28.000000000 +0000 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: plasma_runner_browsertabs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-05-05 11:40+0100\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: Portuguese \n" diff -Nru plasma-browser-integration-5.16.4/po/pt_BR/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/pt_BR/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/pt_BR/plasma-browser-integration-host.po 2019-07-30 10:30:11.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/pt_BR/plasma-browser-integration-host.po 2019-09-03 13:54:28.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-04-09 11:55-0300\n" "Last-Translator: Luiz Fernando Ranghetti \n" "Language-Team: Portuguese \n" diff -Nru plasma-browser-integration-5.16.4/po/pt_BR/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/pt_BR/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/pt_BR/plasma-browser-integration-reminder.po 2019-07-30 10:30:11.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/pt_BR/plasma-browser-integration-reminder.po 2019-09-03 13:54:28.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-10-03 17:30-0300\n" "Last-Translator: Luiz Fernando Ranghetti \n" "Language-Team: Portuguese \n" diff -Nru plasma-browser-integration-5.16.4/po/pt_BR/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/pt_BR/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/pt_BR/plasma_runner_browsertabs.po 2019-07-30 10:30:11.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/pt_BR/plasma_runner_browsertabs.po 2019-09-03 13:54:28.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-02-14 10:30-0200\n" "Last-Translator: Luiz Fernando Ranghetti \n" "Language-Team: Portuguese \n" diff -Nru plasma-browser-integration-5.16.4/po/ru/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/ru/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/ru/plasma-browser-integration-host.po 2019-07-30 10:30:12.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ru/plasma-browser-integration-host.po 2019-09-03 13:54:28.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-05-15 20:26+0300\n" "Last-Translator: Alexander Yavorsky \n" "Language-Team: Russian \n" diff -Nru plasma-browser-integration-5.16.4/po/ru/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/ru/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/ru/plasma-browser-integration-reminder.po 2019-07-30 10:30:12.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ru/plasma-browser-integration-reminder.po 2019-09-03 13:54:28.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-15 14:53+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" diff -Nru plasma-browser-integration-5.16.4/po/ru/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/ru/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/ru/plasma_runner_browsertabs.po 2019-07-30 10:30:12.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/ru/plasma_runner_browsertabs.po 2019-09-03 13:54:28.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-12-02 17:27+0300\n" "Last-Translator: Alexander Potashev \n" "Language-Team: Russian \n" diff -Nru plasma-browser-integration-5.16.4/po/sk/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/sk/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/sk/plasma-browser-integration-host.po 2019-07-30 10:30:13.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/sk/plasma-browser-integration-host.po 2019-09-03 13:54:30.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration-host\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-05-01 15:39+0200\n" "Last-Translator: Matej Mrenica \n" "Language-Team: Slovak \n" diff -Nru plasma-browser-integration-5.16.4/po/sk/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/sk/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/sk/plasma-browser-integration-reminder.po 2019-07-30 10:30:13.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/sk/plasma-browser-integration-reminder.po 2019-09-03 13:54:30.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration-reminder\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-22 20:32+0100\n" "Last-Translator: Roman Paholík \n" "Language-Team: Slovak \n" diff -Nru plasma-browser-integration-5.16.4/po/sk/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/sk/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/sk/plasma_runner_browsertabs.po 2019-07-30 10:30:13.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/sk/plasma_runner_browsertabs.po 2019-09-03 13:54:30.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasma_runner_browsertabs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-05-06 14:08+0100\n" "Last-Translator: Roman Paholik \n" "Language-Team: Slovak \n" diff -Nru plasma-browser-integration-5.16.4/po/sl/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/sl/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/sl/plasma_runner_browsertabs.po 2019-07-30 10:30:13.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/sl/plasma_runner_browsertabs.po 2019-09-03 13:54:30.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-01-11 21:26+0100\n" "Last-Translator: Andrej Mernik \n" "Language-Team: Slovenian \n" diff -Nru plasma-browser-integration-5.16.4/po/sv/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/sv/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/sv/plasma-browser-integration-host.po 2019-07-30 10:30:15.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/sv/plasma-browser-integration-host.po 2019-09-03 13:54:32.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-23 09:19+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" diff -Nru plasma-browser-integration-5.16.4/po/sv/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/sv/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/sv/plasma-browser-integration-reminder.po 2019-07-30 10:30:15.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/sv/plasma-browser-integration-reminder.po 2019-09-03 13:54:32.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-18 19:59+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" diff -Nru plasma-browser-integration-5.16.4/po/sv/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/sv/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/sv/plasma_runner_browsertabs.po 2019-07-30 10:30:15.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/sv/plasma_runner_browsertabs.po 2019-09-03 13:54:32.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-05-05 08:16+0100\n" "Last-Translator: Stefan Asserhäll \n" "Language-Team: Swedish \n" diff -Nru plasma-browser-integration-5.16.4/po/tr/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/tr/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/tr/plasma_runner_browsertabs.po 2019-07-30 10:30:18.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/tr/plasma_runner_browsertabs.po 2019-09-03 13:54:34.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma_runner_browsertabs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-06-28 08:39+0000\n" "Last-Translator: Kaan \n" "Language-Team: Turkish \n" diff -Nru plasma-browser-integration-5.16.4/po/uk/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/uk/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/uk/plasma-browser-integration-host.po 2019-07-30 10:30:19.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/uk/plasma-browser-integration-host.po 2019-09-03 13:54:35.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration-host\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-23 08:16+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" diff -Nru plasma-browser-integration-5.16.4/po/uk/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/uk/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/uk/plasma-browser-integration-reminder.po 2019-07-30 10:30:19.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/uk/plasma-browser-integration-reminder.po 2019-09-03 13:54:35.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration-reminder\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2018-09-15 07:48+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" diff -Nru plasma-browser-integration-5.16.4/po/uk/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/uk/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/uk/plasma_runner_browsertabs.po 2019-07-30 10:30:19.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/uk/plasma_runner_browsertabs.po 2019-09-03 13:54:35.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma_runner_browsertabs\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2017-07-15 10:51+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" diff -Nru plasma-browser-integration-5.16.4/po/zh_CN/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/zh_CN/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/zh_CN/plasma-browser-integration-host.po 2019-07-30 10:30:20.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/zh_CN/plasma-browser-integration-host.po 2019-09-03 13:54:36.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" -"PO-Revision-Date: 2019-07-18 15:09\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" +"PO-Revision-Date: 2019-08-16 17:06\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru plasma-browser-integration-5.16.4/po/zh_CN/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/zh_CN/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/zh_CN/plasma-browser-integration-reminder.po 2019-07-30 10:30:20.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/zh_CN/plasma-browser-integration-reminder.po 2019-09-03 13:54:36.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" -"PO-Revision-Date: 2019-07-18 15:09\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" +"PO-Revision-Date: 2019-08-16 17:06\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru plasma-browser-integration-5.16.4/po/zh_CN/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/zh_CN/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/zh_CN/plasma_runner_browsertabs.po 2019-07-30 10:30:20.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/zh_CN/plasma_runner_browsertabs.po 2019-09-03 13:54:36.000000000 +0000 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" -"PO-Revision-Date: 2019-07-18 15:09\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" +"PO-Revision-Date: 2019-08-16 17:06\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -Nru plasma-browser-integration-5.16.4/po/zh_TW/plasma-browser-integration-host.po plasma-browser-integration-5.16.5/po/zh_TW/plasma-browser-integration-host.po --- plasma-browser-integration-5.16.4/po/zh_TW/plasma-browser-integration-host.po 2019-07-30 10:30:22.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/zh_TW/plasma-browser-integration-host.po 2019-09-03 13:54:37.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-03-31 20:55+0800\n" "Last-Translator: pan93412 \n" "Language-Team: Chinese \n" diff -Nru plasma-browser-integration-5.16.4/po/zh_TW/plasma-browser-integration-reminder.po plasma-browser-integration-5.16.5/po/zh_TW/plasma-browser-integration-reminder.po --- plasma-browser-integration-5.16.4/po/zh_TW/plasma-browser-integration-reminder.po 2019-07-30 10:30:22.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/zh_TW/plasma-browser-integration-reminder.po 2019-09-03 13:54:37.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-01-04 21:59+0800\n" "Last-Translator: pan93412 \n" "Language-Team: Chinese \n" diff -Nru plasma-browser-integration-5.16.4/po/zh_TW/plasma_runner_browsertabs.po plasma-browser-integration-5.16.5/po/zh_TW/plasma_runner_browsertabs.po --- plasma-browser-integration-5.16.4/po/zh_TW/plasma_runner_browsertabs.po 2019-07-30 10:30:22.000000000 +0000 +++ plasma-browser-integration-5.16.5/po/zh_TW/plasma_runner_browsertabs.po 2019-09-03 13:54:37.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: plasma-browser-integration\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 07:46+0200\n" +"POT-Creation-Date: 2019-08-30 07:52+0200\n" "PO-Revision-Date: 2019-01-04 21:50+0800\n" "Last-Translator: pan93412 \n" "Language-Team: Chinese \n"