Hello community,

here is the log from the commit of package plasma5-sdk for openSUSE:Factory 
checked in at 2016-08-31 00:10:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-sdk (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-sdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-sdk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-sdk/plasma5-sdk.changes  2016-08-13 
18:30:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-sdk.new/plasma5-sdk.changes     
2016-08-31 00:11:28.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Aug 26 20:36:41 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.4
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.4.php
+
+-------------------------------------------------------------------
+Fri Aug 12 23:44:28 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Adjust filelist for the plasmoid appdata, installed with KF > 5.25.0
+
+-------------------------------------------------------------------

Old:
----
  plasma-sdk-5.7.3.tar.xz

New:
----
  plasma-sdk-5.7.4.tar.xz

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

Other differences:
------------------
++++++ plasma5-sdk.spec ++++++
--- /var/tmp/diff_new_pack.Bay8kg/_old  2016-08-31 00:11:29.000000000 +0200
+++ /var/tmp/diff_new_pack.Bay8kg/_new  2016-08-31 00:11:29.000000000 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           plasma5-sdk
-Version:        5.7.3
+Version:        5.7.4
 Release:        0
 Summary:        Plasma SDK
 License:        LGPL-2.0+
@@ -30,26 +30,26 @@
 BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz
-BuildRequires:  cmake(KF5Archive)
-BuildRequires:  cmake(KF5Completion)
-BuildRequires:  cmake(KF5Config)
-BuildRequires:  cmake(KF5ConfigWidgets)
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5DBusAddons)
-BuildRequires:  cmake(KF5Declarative)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5IconThemes)
-BuildRequires:  cmake(KF5ItemModels)
-BuildRequires:  cmake(KF5KIO)
-BuildRequires:  cmake(KF5NewStuff)
-BuildRequires:  cmake(KF5Parts)
-BuildRequires:  cmake(KF5Plasma)
-BuildRequires:  cmake(KF5PlasmaQuick)
-BuildRequires:  cmake(KF5Service)
-BuildRequires:  cmake(KF5TextEditor)
-BuildRequires:  cmake(KF5WidgetsAddons)
-BuildRequires:  cmake(KF5WindowSystem)
-BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(KF5Archive) >= 5.25.0
+BuildRequires:  cmake(KF5Completion) >= 5.25.0
+BuildRequires:  cmake(KF5Config) >= 5.25.0
+BuildRequires:  cmake(KF5ConfigWidgets) >= 5.25.0
+BuildRequires:  cmake(KF5CoreAddons) >= 5.25.0
+BuildRequires:  cmake(KF5DBusAddons) >= 5.25.0
+BuildRequires:  cmake(KF5Declarative) >= 5.25.0
+BuildRequires:  cmake(KF5I18n) >= 5.25.0
+BuildRequires:  cmake(KF5IconThemes) >= 5.25.0
+BuildRequires:  cmake(KF5ItemModels) >= 5.25.0
+BuildRequires:  cmake(KF5KIO) >= 5.25.0
+BuildRequires:  cmake(KF5NewStuff) >= 5.25.0
+BuildRequires:  cmake(KF5Parts) >= 5.25.0
+BuildRequires:  cmake(KF5Plasma) >= 5.25.0
+BuildRequires:  cmake(KF5PlasmaQuick) >= 5.25.0
+BuildRequires:  cmake(KF5Service) >= 5.25.0
+BuildRequires:  cmake(KF5TextEditor) >= 5.25.0
+BuildRequires:  cmake(KF5WidgetsAddons) >= 5.25.0
+BuildRequires:  cmake(KF5WindowSystem) >= 5.25.0
+BuildRequires:  cmake(KF5XmlGui) >= 5.25.0
 BuildRequires:  cmake(Qt5Core) >= 5.4.0
 BuildRequires:  cmake(Qt5DBus) >= 5.4.0
 BuildRequires:  cmake(Qt5Gui) >= 5.4.0
@@ -133,10 +133,7 @@
 %dir %{_kf5_iconsdir}/hicolor/*
 %dir %{_kf5_iconsdir}/hicolor/*/*
 %{_kf5_iconsdir}/*/*/*/*.*
-%if 0%{?suse_version} <= 1320
-%dir %{_kf5_appstreamdir}
-%endif
-%{_kf5_appstreamdir}/org.kde.cuttlefish.appdata.xml
+%{_kf5_appstreamdir}/
 
 %files -n plasmaengineexplorer5
 %defattr(-,root,root)

++++++ plasma-sdk-5.7.3.tar.xz -> plasma-sdk-5.7.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.7.3/CMakeLists.txt 
new/plasma-sdk-5.7.4/CMakeLists.txt
--- old/plasma-sdk-5.7.3/CMakeLists.txt 2016-08-02 11:47:31.000000000 +0200
+++ new/plasma-sdk-5.7.4/CMakeLists.txt 2016-08-23 14:57:46.000000000 +0200
@@ -1,5 +1,5 @@
 project(plasma-sdk)
-set(PROJECT_VERSION "5.7.3")
+set(PROJECT_VERSION "5.7.4")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-sdk-5.7.3/cuttlefish/org.kde.cuttlefish.appdata.xml 
new/plasma-sdk-5.7.4/cuttlefish/org.kde.cuttlefish.appdata.xml
--- old/plasma-sdk-5.7.3/cuttlefish/org.kde.cuttlefish.appdata.xml      
2016-08-02 11:47:04.000000000 +0200
+++ new/plasma-sdk-5.7.4/cuttlefish/org.kde.cuttlefish.appdata.xml      
2016-08-23 14:57:10.000000000 +0200
@@ -8,9 +8,12 @@
   <name xml:lang="ca-valencia">Cuttlefish</name>
   <name xml:lang="da">Cuttlefish</name>
   <name xml:lang="de">Cuttlefish</name>
+  <name xml:lang="en-GB">Cuttlefish</name>
   <name xml:lang="es">Cuttlefish</name>
+  <name xml:lang="et">Cuttlefish</name>
   <name xml:lang="fi">Cuttlefish</name>
   <name xml:lang="gl">Cuttlefish</name>
+  <name xml:lang="it">Cuttlefish</name>
   <name xml:lang="nl">Cuttlefish</name>
   <name xml:lang="nn">Cuttlefish</name>
   <name xml:lang="pl">Cuttlefish</name>
@@ -29,9 +32,12 @@
   <summary xml:lang="ca">Vista prèvia de les icones pels artistes i 
desenvolupadors</summary>
   <summary xml:lang="ca-valencia">Vista prèvia de les icones pels artistes i 
desenvolupadors</summary>
   <summary xml:lang="de">Symbolvorschau für Künstler und Entwickler</summary>
+  <summary xml:lang="en-GB">Icon Previewer for Artists and Developers</summary>
   <summary xml:lang="es">Vista previa de iconos para artistas y 
desarrolladores</summary>
+  <summary xml:lang="et">Ikoonide eelvaatlus kunstnikele ja 
arendajatele</summary>
   <summary xml:lang="fi">Kuvakkeiden esikatselu graafikoille ja 
kehittäjille</summary>
   <summary xml:lang="gl">Visor de iconas para artistas e 
desenvolvedores</summary>
+  <summary xml:lang="it">Visore di anteprime di icone per artisti e 
sviluppatori</summary>
   <summary xml:lang="nl">Pictogramviewer voor kunstenaars en 
ontwikkelaars</summary>
   <summary xml:lang="nn">Førehandsvising av ikon for kunstnarar og 
utviklarar</summary>
   <summary xml:lang="pl">Podglądanie ikon dla artystów i programistów</summary>
@@ -52,8 +58,11 @@
     </p>
     <p xml:lang="ca">El Cuttlefish permet als artistes i als desenvolupadors 
previsualitzar i seleccionar icones. El Cuttlefish intenta representar les 
icones exactament com es dibuixaran a l'aplicació. Permet filtrar segons la 
categoria i el nom. El Cuttlefish no és una eina de propòsit general, si no 
destinada als casos d'ús d'artistes i desenvolupadors. El Cuttlefish també 
proporciona un connector pel Kate i el KDevelop per ser usat com a selector 
d'icones.</p>
     <p xml:lang="ca-valencia">El Cuttlefish permet als artistes i als 
desenvolupadors previsualitzar i seleccionar icones. El Cuttlefish intenta 
representar les icones exactament com es dibuixaran a l'aplicació. Permet 
filtrar segons la categoria i el nom. El Cuttlefish no és una eina de propòsit 
general, si no destinada als casos d'ús d'artistes i desenvolupadors. El 
Cuttlefish també proporciona un connector pel Kate i el KDevelop per ser usat 
com a selector d'icones.</p>
+    <p xml:lang="en-GB">Cuttlefish allows artists and developers to preview 
and pick icons. Cuttlefish attempts to render the icons exactly as they would 
look drawn in the application. It allows to filter based on category and name. 
Cuttlefish is not a general-purpose tool, but geared towards artists' and 
developers' use-cases. Cuttlefish also provides a plugin for Kate and KDevelop 
to be used as icon picker.</p>
     <p xml:lang="es">Cuttlefish permite a los artistas y a los desarrolladores 
obtener vistas previas de iconos y seleccionarlos. Cuttlefish trata de 
visualizar los iconos tal y como se verían en la aplicación. Permite filtrarlos 
por su categoría y por su nombre. Cuttlefish no es una herramienta de uso 
general, ya que está pensada para que la usen artistas y desarrolladores. 
Cuttlefish también proporciona un complemento para Kate y para KDevelop que se 
puede usar como selector de iconos.</p>
+    <p xml:lang="et">Cuttlefish annab kunstnikele ja arendajatele võimaluse 
näha ikoonide eelvaatlust ja neid siis enda tarbeks välja valida. Cuttlefish 
püüab ikoone näidata täpselt sellisena, nagu need oleksid näha vastavas 
rakenduses. Ikoone on võimalik filtreerida kategooria ja nime järgi. Cuttlefish 
ei ole nii-öelda tavakasutajale mõeldud rakendus, vaid sihtrühmana nähakse 
eelkõige kunstnikke ja arendajaid. Samuti pakub Cuttlefish Katele ja 
KDevelopile pluginat, mida saab kasutada ikoonide valimiseks.</p>
     <p xml:lang="gl">Cuttlefish permite que artistas e desenvolvedores 
observen e seleccionen iconas. Cuttlefish intenta mostrar as iconas tal e como 
aparecerían nun programa. Permite filtrar por nome e por categoría. Cuttlefish 
non é unha ferramentas de uso xeral, senón que está pensada específicamente 
para casos de uso de artistas e desenvolvedores. Cuttlefish tamén fornece un 
complemento para usalo como selector de iconas en Kate e KDevelop.</p>
+    <p xml:lang="it">Cuttlefish permette agli artisti ed agli sviluppatori di 
visualizzare anteprime e scegliere icone. Cuttlefish tenta di mostrare l'icona 
esattamente per come apparirebbe all'interno dell'applicazione. Permette di 
filtrare in base alla categoria ed al nome. Cuttlefish non è uno strumento di 
uso generico, ma indirizzato ai casi d'uso di artisti e sviluppatori. 
Cuttlefish fornisce inoltre un'estensione per Kate e KDevelop che permette la 
selezione di icone.</p>
     <p xml:lang="nl">Cuttlefish biedt artiesten en ontwikkelaars om 
pictogrammen te kiezen en te bekijken. Cuttlefish probeert de pictogrammen 
exact weer te geven zoals ze er uit zouden zien in de toepassing. Het biedt 
filtering gebaseerd op categorie en naam. Cuttlefish is geen hulpmiddel voor 
algemeen gebruik, maar is toegespitst op gebruik door artiesten en 
ontwikkelaars. Cuttlefish biedt ook een plug-in voor Kate en KDevelop om te 
worden gebruikt als kiezer voor pictogrammen.</p>
     <p xml:lang="nn">Cuttlefish lèt kunstnarar og utviklarar sjå gjennom og 
velja ikon. Cuttlefish prøver å visa ikona akkurat slik dei vert viste i 
programma. Du kan òg filtrera på kategori eller namn. Cuttlefish er ikkje eit 
vanleg sluttbrukarprogram, men er retta mot kunstnarar og utviklarar. Det har 
òg Kate- og KDevelop-tillegg for veljing av ikon.</p>
     <p xml:lang="pl">Cuttlefish daje artystom i programistom podgląd i 
możliwość wyboru ikon. Cuttlefish wyświetla ikony dokładnie tak jak będą one 
wyświetlane w aplikacji. Umożliwia filtrowanie na podstawie kategorii i nazwy. 
Cuttlefish nie jest narzędziem ogólnego przeznaczenia, lecz przystosowanym do 
pracy artystów i programistów. Cuttlefish dostarcza także wtyczki dla Kate oraz 
KDevelop.</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.7.3/po/ca/plasmate.po 
new/plasma-sdk-5.7.4/po/ca/plasmate.po
--- old/plasma-sdk-5.7.3/po/ca/plasmate.po      2016-08-02 11:47:08.000000000 
+0200
+++ new/plasma-sdk-5.7.4/po/ca/plasmate.po      2016-08-23 14:57:15.000000000 
+0200
@@ -1,17 +1,17 @@
 # Translation of plasmate.po to Catalan
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-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.
 #
-# Antoni Bella Pérez <antonibel...@yahoo.com>, 2014, 2015.
+# Antoni Bella Pérez <antonibel...@yahoo.com>, 2014, 2015, 2016.
 # Josep Ma. Ferrer <txe...@gmail.com>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasmate\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-10-27 10:17+0000\n"
-"PO-Revision-Date: 2015-05-29 15:49+0200\n"
-"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
+"PO-Revision-Date: 2016-08-16 15:43+0100\n"
+"Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -19,11 +19,11 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Antoni Bella Pérez"
+msgstr "Antoni Bella"
 
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.7.3/po/ca@valencia/plasmate.po 
new/plasma-sdk-5.7.4/po/ca@valencia/plasmate.po
--- old/plasma-sdk-5.7.3/po/ca@valencia/plasmate.po     2016-08-02 
11:47:08.000000000 +0200
+++ new/plasma-sdk-5.7.4/po/ca@valencia/plasmate.po     2016-08-23 
14:57:15.000000000 +0200
@@ -1,17 +1,17 @@
 # Translation of plasmate.po to Catalan (Valencian)
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2014-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.
 #
-# Antoni Bella Pérez <antonibel...@yahoo.com>, 2014, 2015.
+# Antoni Bella Pérez <antonibel...@yahoo.com>, 2014, 2015, 2016.
 # Josep Ma. Ferrer <txe...@gmail.com>, 2014, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasmate\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-10-27 10:17+0000\n"
-"PO-Revision-Date: 2015-05-29 15:49+0200\n"
-"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
+"PO-Revision-Date: 2016-08-16 15:43+0100\n"
+"Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
@@ -19,11 +19,11 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr "Antoni Bella Pérez"
+msgstr "Antoni Bella"
 
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-sdk-5.7.3/po/de/org.kde.plasma.themeexplorer.po 
new/plasma-sdk-5.7.4/po/de/org.kde.plasma.themeexplorer.po
--- old/plasma-sdk-5.7.3/po/de/org.kde.plasma.themeexplorer.po  2016-08-02 
11:47:09.000000000 +0200
+++ new/plasma-sdk-5.7.4/po/de/org.kde.plasma.themeexplorer.po  2016-08-23 
14:57:17.000000000 +0200
@@ -5,7 +5,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-04-09 08:03+0000\n"
-"PO-Revision-Date: 2016-04-10 20:01+0100\n"
+"PO-Revision-Date: 2016-08-20 14:16+0100\n"
 "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
 "Language: de\n"
@@ -280,7 +280,7 @@
 
 #: src/main.cpp:46
 msgid "Plasma Theme Explorer"
-msgstr "Plasma-Designexplorer"
+msgstr "Plasma-Erscheinungsbild-Betrachter"
 
 #: src/main.cpp:54
 msgid "The theme to open"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.7.3/po/es/plasmawallpaperviewer.po 
new/plasma-sdk-5.7.4/po/es/plasmawallpaperviewer.po
--- old/plasma-sdk-5.7.3/po/es/plasmawallpaperviewer.po 2016-08-02 
11:47:11.000000000 +0200
+++ new/plasma-sdk-5.7.4/po/es/plasmawallpaperviewer.po 2016-08-23 
14:57:18.000000000 +0200
@@ -2,15 +2,15 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Eloy Cuadra <ecua...@eloihr.net>, 2009, 2012, 2013.
+# Eloy Cuadra <ecua...@eloihr.net>, 2009, 2012, 2013, 2016.
 # Javier Viñal <fjvi...@gmail.com>, 2013.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasmawallpaperviewer\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-10-27 10:17+0000\n"
-"PO-Revision-Date: 2013-07-24 16:23+0200\n"
-"Last-Translator: Javier Viñal <fjvi...@gmail.com>\n"
+"PO-Revision-Date: 2016-08-07 12:14+0200\n"
+"Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
@@ -82,7 +82,7 @@
 
 #: main.cpp:114
 msgid "List all the known wallpapers and their modes"
-msgstr "Lista todos los fondos de escritorio conocidos y sus modos"
+msgstr "Listar todos los fondos de escritorio conocidos y sus modos"
 
 #: main.cpp:115
 msgid "Open configuration dialog additionally to show the wallpaper plugin"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.7.3/po/it/cuttlefish.po 
new/plasma-sdk-5.7.4/po/it/cuttlefish.po
--- old/plasma-sdk-5.7.3/po/it/cuttlefish.po    2016-08-02 11:47:16.000000000 
+0200
+++ new/plasma-sdk-5.7.4/po/it/cuttlefish.po    2016-08-23 14:57:25.000000000 
+0200
@@ -1,5 +1,5 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the cuttlefish package.
 # Simone Solinas <ksol...@gmail.com>, 2015.
 # Luigi Toscano <luigi.tosc...@tiscali.it>, 2016.
 #
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-12-30 07:13+0000\n"
-"PO-Revision-Date: 2016-02-08 23:09+0100\n"
+"PO-Revision-Date: 2016-07-31 20:40+0200\n"
 "Last-Translator: Luigi Toscano <luigi.tosc...@tiscali.it>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
 "Language: it\n"
@@ -52,7 +52,7 @@
 
 #: package/contents/ui/Preview.qml:223
 msgid "Copy icon name to clipboard"
-msgstr "Copia  il nome dell'icona negli appunti"
+msgstr "Copia il nome dell'icona negli appunti"
 
 #: package/contents/ui/Preview.qml:229
 msgid "Insert QtQuick code"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.7.3/po/ru/plasmate.po 
new/plasma-sdk-5.7.4/po/ru/plasmate.po
--- old/plasma-sdk-5.7.3/po/ru/plasmate.po      2016-08-02 11:47:23.000000000 
+0200
+++ new/plasma-sdk-5.7.4/po/ru/plasmate.po      2016-08-23 14:57:35.000000000 
+0200
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
+#
 # Alexander Potashev <aspotas...@gmail.com>, 2011, 2016.
 # Alexander Lakhin <exclus...@gmail.com>, 2013.
-#
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-10-27 10:17+0000\n"
-"PO-Revision-Date: 2016-06-08 02:04+0300\n"
+"PO-Revision-Date: 2016-08-15 03:04+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\n"
@@ -138,13 +138,11 @@
 
 #: app/plasmateextention.cpp:49
 msgid "Code"
-msgstr ""
+msgstr "Код"
 
 #: app/plasmateextention.cpp:60
-#, fuzzy
-#| msgid "Close Project"
 msgid "Plasmate Project Files"
-msgstr "Закрыть проект"
+msgstr "Файлы проектов Plasmate"
 
 #. i18n: ectx: Menu (edit)
 #: app/plasmateui.rc:6
@@ -156,7 +154,7 @@
 #: app/plasmateui.rc:19
 msgctxt "@title:menu"
 msgid "Editor"
-msgstr ""
+msgstr "Редактор"
 
 #. i18n: ectx: Menu (navigation)
 #: app/plasmateui.rc:24
@@ -851,11 +849,11 @@
 
 #: publisher/publisher.cpp:74
 msgid "Save"
-msgstr ""
+msgstr "Сохранить"
 
 #: publisher/publisher.cpp:74
 msgid "Plasmoid (*.plasmoid)"
-msgstr ""
+msgstr "Виджеты Plasma (*.plasmoid)"
 
 #: publisher/publisher.cpp:130
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-sdk-5.7.3/themeexplorer/package/metadata.desktop 
new/plasma-sdk-5.7.4/themeexplorer/package/metadata.desktop
--- old/plasma-sdk-5.7.3/themeexplorer/package/metadata.desktop 2016-08-02 
11:47:04.000000000 +0200
+++ new/plasma-sdk-5.7.4/themeexplorer/package/metadata.desktop 2016-08-23 
14:57:10.000000000 +0200
@@ -30,9 +30,9 @@
 Encoding=UTF-8
 Keywords=
 Name=Plasma Theme Explorer
-Name[ca]=Explora els temes de Plasma
-Name[ca@valencia]=Explora els temes de Plasma
-Name[de]=Plasma-Designexplorer
+Name[ca]=Explorador pels temes del Plasma
+Name[ca@valencia]=Explorador pels temes del Plasma
+Name[de]=Plasma-Erscheinungsbild-Betrachter
 Name[en_GB]=Plasma Theme Explorer
 Name[es]=Explorador de temas de Plasma
 Name[et]=Plasma teemade uurija


Reply via email to