Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2016-10-04 15:57:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old)
 and      /work/SRC/openSUSE:Factory/.systemsettings5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemsettings5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2016-08-29 15:32:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes     
2016-10-04 15:56:38.000000000 +0200
@@ -1,0 +2,29 @@
+Thu Sep 29 16:36:28 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.0
+  * New LTS feature release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.8.0.php
+
+-------------------------------------------------------------------
+Thu Sep 15 21:44:27 UTC 2016 - alarr...@suse.com
+
+- Use the %kf5_find_lang macro
+
+-------------------------------------------------------------------
+Thu Sep 15 15:53:55 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.95 (Plasma 5.8 Beta)
+  * New LTS feature release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.95.php
+
+-------------------------------------------------------------------
+Tue Sep 13 17:42:09 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.5
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.5.php
+
+-------------------------------------------------------------------

Old:
----
  systemsettings-5.7.4.tar.xz

New:
----
  systemsettings-5.8.0.tar.xz

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

Other differences:
------------------
++++++ systemsettings5.spec ++++++
--- /var/tmp/diff_new_pack.ysuut6/_old  2016-10-04 15:56:40.000000000 +0200
+++ /var/tmp/diff_new_pack.ysuut6/_new  2016-10-04 15:56:40.000000000 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           systemsettings5
-Version:        5.7.4
+Version:        5.8.0
 Release:        0
 Summary:        KDE's control center
 License:        GPL-2.0+

++++++ install_administration_category.diff ++++++
--- /var/tmp/diff_new_pack.ysuut6/_old  2016-10-04 15:56:40.000000000 +0200
+++ /var/tmp/diff_new_pack.ysuut6/_new  2016-10-04 15:56:40.000000000 +0200
@@ -2,10 +2,10 @@
 index 9bc8307..32e5c7c 100644
 --- a/categories/CMakeLists.txt
 +++ b/categories/CMakeLists.txt
-@@ -32,6 +32,8 @@ install( FILES
-     settings-hardware-multimedia.desktop
+@@ -33,6 +33,8 @@ install( FILES
      settings-hardware-peripherals.desktop
      settings-hardware-powermanagement.desktop
+     settings-hardware-removable-storage.desktop
 +    
 +    old/settings-system-administration.desktop
  

++++++ systemsettings-5.7.4.tar.xz -> systemsettings-5.8.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/CMakeLists.txt 
new/systemsettings-5.8.0/CMakeLists.txt
--- old/systemsettings-5.7.4/CMakeLists.txt     2016-08-23 15:02:10.000000000 
+0200
+++ new/systemsettings-5.8.0/CMakeLists.txt     2016-09-29 13:38:18.000000000 
+0200
@@ -1,5 +1,5 @@
 project(systemsettings)
-set(PROJECT_VERSION "5.7.4")
+set(PROJECT_VERSION "5.8.0")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/app/main.cpp 
new/systemsettings-5.8.0/app/main.cpp
--- old/systemsettings-5.7.4/app/main.cpp       2016-08-23 15:01:44.000000000 
+0200
+++ new/systemsettings-5.8.0/app/main.cpp       2016-09-29 13:38:05.000000000 
+0200
@@ -38,6 +38,7 @@
     aboutData.addAuthor(i18n("Ben Cooksley"), i18n("Maintainer"), 
"bcooks...@kde.org");
     aboutData.addAuthor(i18n("Mathias Soeken"), i18n("Developer"), 
"msoe...@informatik.uni-bremen.de");
     aboutData.addAuthor(i18n("Will Stephenson"), i18n("Internal module 
representation, internal module model"), "wstephen...@kde.org");
+    aboutData.setDesktopFileName(QStringLiteral("kdesystemsettings"));
     KAboutData::setApplicationData(aboutData);
 
     application.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/categories/CMakeLists.txt 
new/systemsettings-5.8.0/categories/CMakeLists.txt
--- old/systemsettings-5.7.4/categories/CMakeLists.txt  2016-08-23 
15:01:44.000000000 +0200
+++ new/systemsettings-5.8.0/categories/CMakeLists.txt  2016-09-29 
13:38:05.000000000 +0200
@@ -32,6 +32,7 @@
     settings-hardware-multimedia.desktop
     settings-hardware-peripherals.desktop
     settings-hardware-powermanagement.desktop
+    settings-hardware-removable-storage.desktop
 
     DESTINATION  ${SERVICES_INSTALL_DIR} )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.7.4/categories/old/settings-removable-devices.desktop 
new/systemsettings-5.8.0/categories/old/settings-removable-devices.desktop
--- old/systemsettings-5.7.4/categories/old/settings-removable-devices.desktop  
2016-08-23 15:01:44.000000000 +0200
+++ new/systemsettings-5.8.0/categories/old/settings-removable-devices.desktop  
1970-01-01 01:00:00.000000000 +0100
@@ -1,77 +0,0 @@
-[Desktop Entry]
-Type=Service
-X-KDE-ServiceTypes=SystemSettingsCategory
-X-KDE-System-Settings-Category=removable-devices
-X-KDE-System-Settings-Parent-Category=hardware
-Icon=drive-removable-media
-
-Name=Removable Devices
-Name[ar]=الأجهزة القابلة للإزالة
-Name[ast]=Preseos estrayibles
-Name[bg]=Преносими устройства
-Name[bn]=অপসারণযোগ্য ডিভাইস
-Name[bs]=Uklonjivi uređaji
-Name[ca]=Dispositius extraïbles
-Name[ca@valencia]=Dispositius extraïbles
-Name[cs]=Odpojitelná zařízení
-Name[csb]=Przenosné ùrządzenia
-Name[da]=Flytbare enheder
-Name[de]=Wechselmedien
-Name[el]=Αφαιρούμενες συσκευές
-Name[en_GB]=Removable Devices
-Name[eo]=Demeteblaj Aparatoj
-Name[es]=Dispositivos extraíbles
-Name[et]=Eemaldatavad seadmed
-Name[eu]=Gailu aldagarriak
-Name[fa]=دستگاههای جداشدنی
-Name[fi]=Irrotettavat laitteet
-Name[fr]=Périphériques amovibles
-Name[fy]=Utnimbere apparaten
-Name[ga]=Gléasanna Inbhainte
-Name[gl]=Dispositivos extraíbeis
-Name[he]=התקנים נשלפים
-Name[hi]=हटाने लायक औज़ार
-Name[hr]=Uklonjivi uređaji
-Name[hu]=Cserélhető eszközök
-Name[ia]=Dispositivos removibile
-Name[id]=Divais Dapat Dilepaskan
-Name[is]=Útskiptanleg tæki
-Name[it]=Dispositivi rimovibili
-Name[ja]=リムーバブルデバイス
-Name[kk]=Ауыстырмалы құрылғылар
-Name[km]=ឧបករណ៍ចល័ត
-Name[kn]=ತೆಗೆದೆಹಾಕಬಹುದಾದ ಸಾಧನಗಳು
-Name[ko]=이동식 장치
-Name[lt]=Keičiamosios laikmenos
-Name[lv]=Noņemamās iekārtas
-Name[mk]=Подвижни уреди
-Name[ml]=നീക്കം ചെയ്യാവുന്ന ഉപകരണങ്ങള്‍
-Name[mr]=काढता येणारी साधने
-Name[nb]=Flyttbar
-Name[nds]=Tuuschbor Reedschappen
-Name[nl]=Verwijderbare apparaten
-Name[nn]=Flyttbare einingar
-Name[pa]=ਹਟਾਉਣਯੋਗ ਜੰਤਰ
-Name[pl]=Urządzenia wymienne
-Name[pt]=Dispositivos Removíveis
-Name[pt_BR]=Dispositivos removíveis
-Name[ro]=Dispozitive amovibile
-Name[ru]=Внешние носители
-Name[si]=ඉවත් කල හැකි මෙවලම්
-Name[sk]=Vymeniteľné zariadenia
-Name[sl]=Odstranljive naprave
-Name[sr]=Уклоњиви уређаји
-Name[sr@ijekavian]=Уклоњиви уређаји
-Name[sr@ijekavianlatin]=Uklonjivi uređaji
-Name[sr@latin]=Uklonjivi uređaji
-Name[sv]=Flyttbara enheter
-Name[tg]=Дастгоҳи ҷудошаванда
-Name[th]=อุปกรณ์ที่สามารถถอด/เสียบได้
-Name[tr]=Çıkarılabilir Aygıtlar
-Name[ug]=چىقىرىۋېتىشكە بولىدىغان ئۈسكۈنىلەر
-Name[uk]=Портативні пристрої
-Name[vi]=Thiết bị gắn ngoài
-Name[wa]=Oiståves éndjins
-Name[x-test]=xxRemovable Devicesxx
-Name[zh_CN]=移动设备
-Name[zh_TW]=可移除裝置
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.7.4/categories/settings-appearance-workspacetheme.desktop 
new/systemsettings-5.8.0/categories/settings-appearance-workspacetheme.desktop
--- 
old/systemsettings-5.7.4/categories/settings-appearance-workspacetheme.desktop  
    2016-08-23 15:01:44.000000000 +0200
+++ 
new/systemsettings-5.8.0/categories/settings-appearance-workspacetheme.desktop  
    2016-09-29 13:38:05.000000000 +0200
@@ -34,7 +34,7 @@
 Name[nl]=Thema van werkruimte
 Name[nn]=Tema for arbeids­område
 Name[pa]=ਵਰਕਸਪੇਸ ਥੀਮ
-Name[pl]=Wystrój przestrzeni roboczej
+Name[pl]=Wygląd przestrzeni roboczej
 Name[pt]=Tema da Área de Trabalho
 Name[pt_BR]=Tema do Espaço de Trabalho
 Name[ro]=Tematica spațiului de lucru
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.7.4/categories/settings-hardware-removable-storage.desktop 
new/systemsettings-5.8.0/categories/settings-hardware-removable-storage.desktop
--- 
old/systemsettings-5.7.4/categories/settings-hardware-removable-storage.desktop 
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/systemsettings-5.8.0/categories/settings-hardware-removable-storage.desktop 
    2016-09-29 13:38:05.000000000 +0200
@@ -0,0 +1,35 @@
+[Desktop Entry]
+Type=Service
+X-KDE-ServiceTypes=SystemSettingsCategory
+X-KDE-System-Settings-Category=removable-storage
+X-KDE-System-Settings-Parent-Category=hardware
+Icon=drive-removable-media
+
+Name=Removable Storage
+Name[ca]=Emmagatzematge extraïble
+Name[ca@valencia]=Emmagatzematge extraïble
+Name[cs]=Odpojitelná úložiště
+Name[da]=Flytbare lagringsmedier
+Name[de]=Wechselmedien
+Name[el]=Αφαιρούμενο μέσο αποθήκευσης
+Name[en_GB]=Removable Storage
+Name[es]=Almacenamiento extraíble
+Name[et]=Eemaldatavad andmekandjad
+Name[it]=Archiviazione rimovibile
+Name[lt]=Keičiamosios laikmenos
+Name[nl]=Verwijderbare opslag
+Name[nn]=Flyttbare lagringseiningar
+Name[pl]=Nośniki wymienne
+Name[pt]=Armazenamento Removível
+Name[ru]=Внешние носители
+Name[sk]=Vymeniteľné úložisko
+Name[sl]=Odstranljivi nosilci
+Name[sr]=Уклоњиво складиште
+Name[sr@ijekavian]=Уклоњиво складиште
+Name[sr@ijekavianlatin]=Uklonjivo skladište
+Name[sr@latin]=Uklonjivo skladište
+Name[sv]=Flyttbar lagringsenhet
+Name[uk]=Портативний носій
+Name[x-test]=xxRemovable Storagexx
+Name[zh_CN]=便携存储设备
+Name[zh_TW]=可移除的儲存裝置
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.7.4/categories/settings-network-connectivity.desktop 
new/systemsettings-5.8.0/categories/settings-network-connectivity.desktop
--- old/systemsettings-5.7.4/categories/settings-network-connectivity.desktop   
2016-08-23 15:01:44.000000000 +0200
+++ new/systemsettings-5.8.0/categories/settings-network-connectivity.desktop   
2016-09-29 13:38:05.000000000 +0200
@@ -4,7 +4,7 @@
 X-KDE-System-Settings-Category=connectivity
 X-KDE-System-Settings-Parent-Category=network
 X-KDE-Weight=50
-Icon=preferences-system-network-connection
+Icon=preferences-system-network-sharing
 
 Name=Connectivity
 Name[ar]=الاتّصال
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/doc/CMakeLists.txt 
new/systemsettings-5.8.0/doc/CMakeLists.txt
--- old/systemsettings-5.7.4/doc/CMakeLists.txt 2016-08-23 15:02:10.000000000 
+0200
+++ new/systemsettings-5.8.0/doc/CMakeLists.txt 2016-09-29 13:38:18.000000000 
+0200
@@ -1,8 +1,8 @@
 add_subdirectory(en)
-add_subdirectory(ca)
 add_subdirectory(de)
 add_subdirectory(it)
+add_subdirectory(sv)
 add_subdirectory(nl)
 add_subdirectory(pt_BR)
-add_subdirectory(sv)
 add_subdirectory(uk)
+add_subdirectory(ca)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/doc/ca/index.docbook 
new/systemsettings-5.8.0/doc/ca/index.docbook
--- old/systemsettings-5.7.4/doc/ca/index.docbook       2016-08-23 
15:01:54.000000000 +0200
+++ new/systemsettings-5.8.0/doc/ca/index.docbook       2016-09-29 
13:38:14.000000000 +0200
@@ -1,6 +1,5 @@
 <?xml version="1.0" ?>
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
-  <!ENTITY kappname "&systemsettings;">
   <!ENTITY % addindex "IGNORE">
   <!ENTITY % Catalan  "INCLUDE">
 ]>
@@ -8,7 +7,7 @@
 
 <bookinfo>
 <title
->El manual del &systemsettings;</title>
+>El manual de l'&systemsettings;</title>
 
 <authorgroup>
 <author
@@ -26,9 +25,9 @@
 >&FDLNotice;</legalnotice>
 
 <date
->1 d'abril de 2015</date>
+>13 de setembre de 2016</date>
 <releaseinfo
->Plasma 5.3</releaseinfo>
+>Plasma 5.7</releaseinfo>
 
 <abstract>
 <para
@@ -176,17 +175,17 @@
 >En iniciar l'&systemsettings;, us apareixerà una finestra, la qual es 
 >divideix en dos parts funcionals. </para>
 
 <para
->A la part superior es troba una barra d'eines. Aquesta proporciona a l'usuari 
la capacitat de tornar a la vista principal des de l'interior d'un mòdul 
mitjançant la icona <guibutton
->Vista general</guibutton
+>A la part superior es troba una barra d'eines. Aquesta proporciona a l'usuari 
la capacitat de tornar a la vista principal des de l'interior d'un mòdul 
mitjançant la vista <guibutton
+>Tot l'arranjament</guibutton
 >. També podeu trobar un menú <guimenu
 >Ajuda</guimenu
 >, així com un botó <guibutton
 >Configura</guibutton
-> que us proporciona un diàleg amb les opcions de vista alternatives. </para>
+> que proporciona un diàleg amb els ajustaments de vista alternatius. </para>
 <para
->Per a cercar alguna cosa a tots els mòduls, comenceu a escriure paraules clau 
en el camp de cerca a la dreta de la barra d'eines a <guibutton
->Vista general</guibutton
->. Quan comenceu a escriure, apareixerà una llista de temes coincidents. 
Seleccioneu-ne un i només estaran habilitats els grups amb arranjaments per a 
aquesta paraula clau, els altres restaran de color gris.</para>
+>Per a cercar alguna cosa a tots els mòduls, comenceu a escriure paraules clau 
en el camp de cerca a la dreta de la barra d'eines a la vista <guibutton
+>Tot l'arranjament</guibutton
+>. Quan comenceu a escriure, apareixerà una llista de temes coincidents. 
Seleccioneu-ne un i només estaran habilitats els grups amb ajustaments per a 
aquesta paraula clau, els altres restaran de color gris.</para>
 <para
 >Quan la icona de la finestra té el focus, podeu escriure la primera lletra 
 >del nom per a qualsevol mòdul o grup de mòduls per a seleccionar-lo. En 
 >escriure de nou aquesta lletra, la selecció es mourà a la següent 
 >coincidència. </para>
 <para
@@ -247,7 +246,7 @@
 ></listitem>
 <listitem
 ><para
->Dreceres (Dreceres de teclat de les aplicacions, Dreceres de teclat globals, 
Dreceres web, Dreceres personalitzades) </para
+>Dreceres (Dreceres estàndard, Dreceres globals, Dreceres web, Dreceres 
personalitzades) </para
 ></listitem>
 <listitem
 ><para
@@ -270,7 +269,7 @@
 ><itemizedlist>
 <listitem
 ><para
->Detalls del compte (Contrasenya i compte d'usuari, Cartera del KDE, Gestor 
d'usuaris) </para
+>Detalls del compte (Cartera del KDE, Gestor d'usuaris) </para
 ></listitem>
 <listitem
 ><para
@@ -313,7 +312,7 @@
 ><itemizedlist>
 <listitem
 ><para
->Bluetooth (Dispositius, Transferència de fitxers, Adaptadors) </para
+>Bluetooth (Dispositius, Adaptadors, Arranjament avançat) </para
 ></listitem>
 </itemizedlist
 ></para>
@@ -328,15 +327,15 @@
 ><itemizedlist>
 <listitem
 ><para
->Dispositius d'entrada (Teclat, Ratolí, Palanca de control) </para
+>Dispositius d'entrada (Teclat, Ratolí, Palanca de control, Ratolí tàctil) 
</para
 ></listitem>
 <listitem
 ><para
->Pantalla i monitor (Configuració de la pantalla, Compositor) </para
+>Pantalla i monitor (Configuració de la pantalla, Compositor, Gamma) </para
 ></listitem>
 <listitem
 ><para
->Multimèdia (Àudio i vídeo) </para
+>Multimèdia (Volum de l'àudio, Àudio i vídeo) </para
 ></listitem>
 <listitem
 ><para
@@ -344,7 +343,7 @@
 ></listitem>
 <listitem
 ><para
->Accions de dispositiu </para
+>Emmagatzematge extraïble (Accions de dispositiu, Dispositius extraïbles) 
</para
 ></listitem>
 </itemizedlist
 ></para>
@@ -355,8 +354,8 @@
 
 <tip
 ><para
->Utilitzeu el camp de cerca a <guibutton
->Vista general</guibutton
+>Utilitzeu el camp de cerca a la vista <guibutton
+>Tot l'arranjament</guibutton
 > per a trobar tots els mòduls coincidents per a una determinada paraula clau. 
 > Comenceu escrivint una paraula clau per obrir una llista de paraules clau i 
 > només estaran habilitats els mòduls que hi coincideixin.</para
 ></tip>
 </sect1>
@@ -457,7 +456,7 @@
 <para
 >Aquest botó <quote
 >Restableix</quote
-> el mòdul a la configuració anterior. </para>
+> el mòdul als ajustaments anteriors. </para>
 </listitem>
 </varlistentry>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/doc/de/index.docbook 
new/systemsettings-5.8.0/doc/de/index.docbook
--- old/systemsettings-5.7.4/doc/de/index.docbook       2016-08-23 
15:01:55.000000000 +0200
+++ new/systemsettings-5.8.0/doc/de/index.docbook       2016-09-29 
13:38:14.000000000 +0200
@@ -1,6 +1,5 @@
 <?xml version="1.0" ?>
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
-  <!ENTITY kappname "&systemsettings;">
   <!ENTITY % addindex "IGNORE">
   <!ENTITY % German "INCLUDE">
 ]>
@@ -40,9 +39,9 @@
 >&FDLNotice;</legalnotice>
 
 <date
->2015-04-01</date>
+>2016-09-13</date>
 <releaseinfo
->Plasma 5.3</releaseinfo>
+>Plasma 5.7</releaseinfo>
 
 <abstract>
 <para
@@ -189,16 +188,16 @@
 
 <para
 >Am oberen Rand befindet sich eine Werkzeugleiste. Darin finden Sie Aktionen, 
 >um mit <guibutton
->Übersicht</guibutton
+>Alle Einstellungen</guibutton
 > aus einem Modul wieder zurück zur Hauptansicht zurückzugehen. Außerdem 
 > enthält die Werkzeugleiste ein Menü <guimenu
 >Hilfe</guimenu
 > und einen Knopf <guibutton
 >Einrichten</guibutton
 >, mit dem ein Dialog mit Einstellungen zur Ansicht geöffnet wird.  </para>
 <para
->Um nach einem Begriff in allen Modulen zu suchen, geben Sie in der <guibutton
->Übersicht</guibutton
-> ein Stichwort in das Suchfeld recht oben in der Werkzeugleiste ein. Bei der 
Eingabe der ersten Zeichen wird ein Liste mit passenden Begriffen aufgeklappt. 
Wählen Sie einen Eintrag aus, dann werden nur die Module mit Einstellungen für 
dieses Stichwort aktiviert, alle anderen nicht passenden Module können nicht 
gewählt werden und sind in hellgrau angezeigt.</para>
+>Um nach einem Begriff in allen Modulen zu suchen, geben Sie in der Ansicht 
<guibutton
+>Alle Einstellungen</guibutton
+> ein Stichwort in das Suchfeld rechts oben in der Werkzeugleiste ein. Bei der 
Eingabe der ersten Zeichen wird ein Liste mit passenden Begriffen aufgeklappt. 
Wählen Sie einen Eintrag aus, dann werden nur die Module mit Einstellungen für 
dieses Stichwort aktiviert, alle anderen nicht passenden Module können nicht 
gewählt werden und sind in hellgrau angezeigt.</para>
 <para
 >Hat der Fensterbereich mit der Symbolanzeige den Fokus, können Sie den ersten 
 >Buchstaben eines Moduls oder einer Modulgruppe eingeben, um sie auszuwählen. 
 >Bei der nächsten Eingabe des gleichen Buchstabens wechselt die Auswahl zur 
 >nächsten Übereinstimmung. </para>
 <para
@@ -259,7 +258,7 @@
 ></listitem>
 <listitem
 ><para
->Kurzbefehle (Anwendungskurzbefehle, Globale Kurzbefehle, Webkürzel, Eigene 
Kurzbefehle) </para
+>Kurzbefehle (Standard-Kurzbefehle, Globale Kurzbefehle, Webkürzel, Eigene 
Kurzbefehle) </para
 ></listitem>
 <listitem
 ><para
@@ -282,11 +281,11 @@
 ><itemizedlist>
 <listitem
 ><para
->Benutzerkontodetails (Passwort und Benutzerzugang, KDE-Passwortspeicher, 
Benutzerverwaltung) </para
+>Benutzerkontodetails (KDE-Passwortspeicher, Benutzerverwaltung) </para
 ></listitem>
 <listitem
 ><para
->Regionalseinstellungen (Übersetzungen, Formate, Rechtschreibprüfung, Datum 
&amp; Zeit) </para
+>Regionaleinstellungen (Übersetzungen, Formate, Rechtschreibprüfung, Datum 
&amp; Zeit) </para
 ></listitem>
 <listitem
 ><para
@@ -325,7 +324,7 @@
 ><itemizedlist>
 <listitem
 ><para
->Bluetooth (Geräte, Dateiübertragungen, Adapter) </para
+>Bluetooth (Geräte, Adapter, erweiterte Einstellungen) </para
 ></listitem>
 </itemizedlist
 ></para>
@@ -340,15 +339,15 @@
 ><itemizedlist>
 <listitem
 ><para
->Eingabegeräte (Tastatur, Maus, Joystick) </para
+>Eingabegeräte (Tastatur, Maus, Joystick, Touchpad) </para
 ></listitem>
 <listitem
 ><para
->Anzeige und Monitor (Anzeige-Einrichtung, Compositor) </para
+>Anzeige und Monitor (Anzeige-Einrichtung, Compositor, Gamma) </para
 ></listitem>
 <listitem
 ><para
->Multimedia (Audio und Video) </para
+>Multimedia (Lautstärke, Audio und Video) </para
 ></listitem>
 <listitem
 ><para
@@ -356,7 +355,7 @@
 ></listitem>
 <listitem
 ><para
->Geräte-Aktionen </para
+>Wechselmedien (Geräte-Aktionen, Wechselmedien) </para
 ></listitem>
 </itemizedlist
 ></para>
@@ -367,8 +366,8 @@
 
 <tip
 ><para
->Benutzen Sie das Suchfeld rechts oben in der <guibutton
->Übersicht</guibutton
+>Benutzen Sie das Suchfeld rechts oben in der Ansicht <guibutton
+>Alle Einstellungen</guibutton
 >, um mit einem Stichwort alle zutreffenden Module zu finden. Bei der Eingabe 
 >der ersten Zeichen wird eine Liste mit passenden Stichwörtern geöffnet und 
 >nur die passenden Module werden aktiviert.</para
 ></tip>
 </sect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/doc/en/index.docbook 
new/systemsettings-5.8.0/doc/en/index.docbook
--- old/systemsettings-5.7.4/doc/en/index.docbook       2016-08-23 
15:01:44.000000000 +0200
+++ new/systemsettings-5.8.0/doc/en/index.docbook       2016-09-29 
13:38:05.000000000 +0200
@@ -1,6 +1,5 @@
 <?xml version="1.0" ?>
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
-  <!ENTITY kappname "&systemsettings;">
   <!ENTITY % addindex "IGNORE">
   <!ENTITY % English "INCLUDE">
 ]>
@@ -23,8 +22,8 @@
 </copyright>
 <legalnotice>&FDLNotice;</legalnotice>
 
-<date>2015-04-01</date>
-<releaseinfo>Plasma 5.3</releaseinfo>
+<date>2016-09-13</date>
+<releaseinfo>Plasma 5.7</releaseinfo>
 
 <abstract>
 <para>
@@ -127,10 +126,10 @@
 </para>
 
 <para>
-Across the top is a toolbar. The toolbar provides the user with the ability to 
go back into the main view from within a module using the 
<guibutton>Overview</guibutton>.
+Across the top is a toolbar. The toolbar provides the user with the ability to 
go back into the main view from within a module using <guibutton>All 
Settings</guibutton>.
 You can also find a <guimenu>Help</guimenu> menu as well as a 
<guibutton>Configure</guibutton> button which provides you a dialog with 
alternate view settings.
 </para>
-<para>To search for something within all of the modules, start to type 
keywords into the search field at the right of the toolbar in the 
<guibutton>Overview</guibutton>. When you start typing, a list of matching 
topics will popup. Select one and only the groups with settings for this  
keyword are enabled, the other are greyed out.</para>
+<para>To search for something within all of the modules, start to type 
keywords into the search field at the right of the toolbar in the 
<guibutton>All Settings</guibutton> view. When you start typing, a list of 
matching topics will popup. Select one and only the groups with settings for 
this  keyword are enabled, the other are greyed out.</para>
 <para>When the icon window has the focus, you can type the first letter of 
 any module or module group name to select it. Typing this letter again the 
 selection moves to the next match.
@@ -182,7 +181,7 @@
 Window Management (Window Behavior, Task Switcher, KWin Scripts, Window Rules)
 </para></listitem>
 <listitem><para>
-Shortcuts (Application Keyboard Shortcuts, Global Keyboard Shortcuts, Web 
Shortcuts, Custom Shortcuts)
+Shortcuts (Standard Shortcuts, Global Shortcuts, Web Shortcuts, Custom 
Shortcuts)
 </para></listitem>
 <listitem><para>
 Startup and Shutdown (Autostart, Background Services, Desktop Session, Login 
Screen (SDDM))
@@ -199,7 +198,7 @@
 <listitem>
 <para><itemizedlist>
 <listitem><para>
-Account Details (Password and User Account, KDE Wallet, User Manager)
+Account Details (KDE Wallet, User Manager)
 </para></listitem>
 <listitem><para>
 Regional Settings (Translations, Format, Spell Check, Date &amp; Time)
@@ -229,7 +228,7 @@
 </itemizedlist></para>
 <para><itemizedlist>
 <listitem><para>
-Bluetooth (Devices, File Transfers, Adapters)
+Bluetooth (Devices, Adapters, Advanced Settings)
 </para></listitem>
 </itemizedlist></para>
 </listitem>
@@ -240,19 +239,19 @@
 <listitem>
 <para><itemizedlist>
 <listitem><para>
-Input Devices (Keyboard, Mouse, Joystick)
+Input Devices (Keyboard, Mouse, Joystick, Touchpad)
 </para></listitem>
 <listitem><para>
-Display and Monitor (Display Configuration, Compositor)
+Display and Monitor (Display Configuration, Compositor, Gamma)
 </para></listitem>
 <listitem><para>
-Multimedia (Audio and Video)
+Multimedia (Audio Volume, Audio and Video)
 </para></listitem>
 <listitem><para>
 Power Management (Energy Saving, Advanced Settings, Activity Settings)
 </para></listitem>
 <listitem><para>
-Device Actions
+Removable Storage (Device Actions, Removable Devices)
 </para></listitem>
 </itemizedlist></para>
 </listitem>
@@ -260,7 +259,7 @@
 
 </variablelist>
 
-<tip><para>Use the search field at the top right in 
<guibutton>Overview</guibutton> to find all matching modules for a given 
keyword.
+<tip><para>Use the search field at the top right in <guibutton>All 
Settings</guibutton> view to find all matching modules for a given keyword.
 Start typing a keyword opens a list of keywords and only the matching modules 
are enabled.</para></tip>
 </sect1>
 <sect1 id="exiting">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/doc/nl/index.docbook 
new/systemsettings-5.8.0/doc/nl/index.docbook
--- old/systemsettings-5.7.4/doc/nl/index.docbook       2016-08-23 
15:01:59.000000000 +0200
+++ new/systemsettings-5.8.0/doc/nl/index.docbook       2016-09-29 
13:38:17.000000000 +0200
@@ -1,6 +1,5 @@
 <?xml version="1.0" ?>
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
-  <!ENTITY kappname "&systemsettings;">
   <!ENTITY % addindex "IGNORE">
   <!ENTITY % Dutch "INCLUDE">
 ]>
@@ -26,9 +25,9 @@
 >&FDLNotice;</legalnotice>
 
 <date
->2015-04-01</date>
+>2016-09-13</date>
 <releaseinfo
->Plasma 5.3</releaseinfo>
+>Plasma 5.7</releaseinfo>
 
 <abstract>
 <para
@@ -177,7 +176,7 @@
 
 <para
 >Bovenaan is een taakbalk. De taakbalk biedt de gebruiker de mogelijkheid 
 >terug te gaan vanuit een module naar het hoofdbeeld met behulp van <guibutton
->Overzicht</guibutton
+>Alle instellingen</guibutton
 >. U vindt er ook een menu <guimenu
 >Help</guimenu
 > evenals een knop <guiicon
@@ -185,7 +184,7 @@
 > die een dialoog biedt met alternatieve beeldinstellingen. </para>
 <para
 >Om naar iets te zoeken in alle modulen, kunt trefwoorden intypen in het 
 >zoekveld rechts op de werkbalk in <guibutton
->Overzicht</guibutton
+>Alle instellingen</guibutton
 >. Als u begint met typen, zal een popup met een lijst van overeenkomende 
 >onderwerpen verschijnen. Selecteer er één en alleen de groepen met 
 >instellingen voor dat trefwoord zijn ingeschakeld, de anderen zijn 
 >grijs.</para>
 <para
 >Wanneer het pictogramvenster focus heeft kunt u de eerste letter van elke 
 >module of modulegroepsnaam intikken om het te selecteren. Deze letter opnieuw 
 >intikken verplaatst de selectie naar de volgende overeenkomst. </para>
@@ -247,7 +246,7 @@
 ></listitem>
 <listitem
 ><para
->Sneltoetsen (Sneltoetsen van toepassingen, Globale sneltoetsen, 
Websneltoetsen, Aangepaste sneltoetsen) </para
+>Sneltoetsen (standaard sneltoetsen, globale sneltoetsen, Websneltoetsen, 
aangepaste sneltoetsen) </para
 ></listitem>
 <listitem
 ><para
@@ -270,7 +269,7 @@
 ><itemizedlist>
 <listitem
 ><para
->Accountdetails (Wachtwoord en gebruikersaccount, KDE-portefeuille, 
Gebruikersbeheer) </para
+>Accountdetails (KDE-portefeuille, gebruikersbeheer) </para
 ></listitem>
 <listitem
 ><para
@@ -313,7 +312,7 @@
 ><itemizedlist>
 <listitem
 ><para
->Bluetooth (Apparaten, Bestandsoverdracht, Adapters) </para
+>Bluetooth (apparaten, adapters, geavanceerde instellingen) </para
 ></listitem>
 </itemizedlist
 ></para>
@@ -328,15 +327,15 @@
 ><itemizedlist>
 <listitem
 ><para
->Invoerapparaten (Toetsenbord, Muis, Joystick) </para
+>Invoerapparaten (toetsenbord, muis, joystick, touchpad) </para
 ></listitem>
 <listitem
 ><para
->Scherm en monitor (Scherminstellingen, Compositor) </para
+>Scherm en monitor (scherminstellingen, compositor, gamma) </para
 ></listitem>
 <listitem
 ><para
->Multimedia (Audio en video) </para
+>Multimedia (geluidsvolume, geluid en video) </para
 ></listitem>
 <listitem
 ><para
@@ -344,7 +343,7 @@
 ></listitem>
 <listitem
 ><para
->Apparaatacties </para
+>Verwijderbare opslag (apparaatacties, verwijderbare apparaten) </para
 ></listitem>
 </itemizedlist
 ></para>
@@ -356,7 +355,7 @@
 <tip
 ><para
 >Gebruik het zoekveld rechtsboven in <guibutton
->Overzicht</guibutton
+>Alle instellingen</guibutton
 > om alle overeenkomende modulen voor een gegeven trefwoord te vinden. 
 > Beginnen met het typen van een trefwoord opent een lijst met trefwoorden en 
 > alleen de overeenkomstige modulen zijn ingeschakeld.</para
 ></tip>
 </sect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/doc/sv/index.docbook 
new/systemsettings-5.8.0/doc/sv/index.docbook
--- old/systemsettings-5.7.4/doc/sv/index.docbook       2016-08-23 
15:02:01.000000000 +0200
+++ new/systemsettings-5.8.0/doc/sv/index.docbook       2016-09-29 
13:38:18.000000000 +0200
@@ -1,6 +1,5 @@
 <?xml version="1.0" ?>
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
-  <!ENTITY kappname "&systemsettings;">
   <!ENTITY % addindex "IGNORE">
   <!ENTITY % Swedish "INCLUDE">
 ]>
@@ -40,9 +39,9 @@
 >&FDLNotice;</legalnotice>
 
 <date
->2015-04-01</date>
+>2016-09-13</date>
 <releaseinfo
->Plasma 5.3</releaseinfo>
+>Plasma 5.7</releaseinfo>
 
 <abstract>
 <para
@@ -193,7 +192,7 @@
 
 <para
 >Längst upp finns en verktygsrad. Verktygsraden ger användaren möjlighet att 
 >gå tillbaka till huvudvyn inifrån en modul, genom att använda <guibutton
->Översikt</guibutton
+>Alla inställningar</guibutton
 >. Man kan också hitta en <guimenu
 >hjälpmeny</guimenu
 >, samt knappen <guibutton
@@ -201,7 +200,7 @@
 > som tillhandahåller en dialogruta med alternativa vyinställningar. </para>
 <para
 >För att söka efter någonting i vilken modul som helst, börja skriv nyckelord 
 >i sökfältet till höger på verktygsraden i <guibutton
->Översikt</guibutton
+>Alla inställningar</guibutton
 >. När du börjar skriva dyker det upp en lista med ämnen som passar in. Välj 
 >ett, så aktiveras bara grupper med inställningar för det givna nyckelordet, 
 >medan övriga skuggas.</para>
 <para
 >När ikonfönstret har fokus kan du skriva in den första bokstaven för vilken 
 >modul eller modulgrupp som helst för att markera den. Skrivs bokstaven igen 
 >flyttas markeringen till nästa träff. </para>
@@ -263,7 +262,7 @@
 ></listitem>
 <listitem
 ><para
->Genvägar (Programsnabbtangenter, Globala snabbtangenter, Webbgenvägar, Egna 
genvägar) </para
+>Genvägar (Standardgenvägar, Globala snabbtangenter, Webbgenvägar, Egna 
genvägar) </para
 ></listitem>
 <listitem
 ><para
@@ -286,7 +285,7 @@
 ><itemizedlist>
 <listitem
 ><para
->Kontoinformation (Lösenord och användarkonto, KDE- plånbok, 
Användarhanterare) </para
+>Kontoinformation (KDE-plånbok, Användarhanterare) </para
 ></listitem>
 <listitem
 ><para
@@ -329,7 +328,7 @@
 ><itemizedlist>
 <listitem
 ><para
->Blåtand (Enheter, Filöverföringar, Anslutningar) </para
+>Blåtand (Enheter, Anslutningar, Avancerade inställningar) </para
 ></listitem>
 </itemizedlist
 ></para>
@@ -344,15 +343,15 @@
 ><itemizedlist>
 <listitem
 ><para
->Inmatningsenheter (Tangentbord, Mus, Styrspak) </para
+>Inmatningsenheter (Tangentbord, Mus, Styrspak, Tryckplatta) </para
 ></listitem>
 <listitem
 ><para
->Bildskärmar (Inställning av bildskärm, Sammansättning) </para
+>Bildskärm (Inställning av bildskärm, Sammansättning, Gamma) </para
 ></listitem>
 <listitem
 ><para
->Multimedia (Ljud- och video) </para
+>Multimedia (Ljudvolym, Ljud- och video) </para
 ></listitem>
 <listitem
 ><para
@@ -360,7 +359,7 @@
 ></listitem>
 <listitem
 ><para
->Enhetsåtgärder </para
+>Flyttbara lagringsmedia (Enhetsåtgärder, Flyttbara enheter) </para
 ></listitem>
 </itemizedlist
 ></para>
@@ -372,7 +371,7 @@
 <tip
 ><para
 >Använd sökfältet längst upp till höger i <guibutton
->Översikt</guibutton
+>Alla inställningar</guibutton
 > för att hitta alla moduler som motsvarar ett givet nyckelord. När ett 
 > nyckelord börjar skrivas in visas en lista med nyckelord och bara 
 > motsvarande moduler är aktiverade.</para
 ></tip>
 </sect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/doc/uk/index.docbook 
new/systemsettings-5.8.0/doc/uk/index.docbook
--- old/systemsettings-5.7.4/doc/uk/index.docbook       2016-08-23 
15:02:01.000000000 +0200
+++ new/systemsettings-5.8.0/doc/uk/index.docbook       2016-09-29 
13:38:18.000000000 +0200
@@ -1,6 +1,5 @@
 <?xml version="1.0" ?>
 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
-  <!ENTITY kappname "&systemsettings;">
   <!ENTITY % addindex "IGNORE">
   <!ENTITY % Ukrainian "INCLUDE">
 ]>
@@ -8,7 +7,7 @@
 
 <bookinfo>
 <title
->Підручник з Системних параметрів</title>
+>Підручник з «Системних параметрів»</title>
 
 <authorgroup>
 <author
@@ -40,9 +39,9 @@
 >&FDLNotice;</legalnotice>
 
 <date
->1 квітня 2015 року</date>
+>13 вересня 2016 року</date>
 <releaseinfo
->Плазма 5.3</releaseinfo>
+>Плазма 5.7</releaseinfo>
 
 <abstract>
 <para
@@ -193,7 +192,7 @@
 
 <para
 >Вздовж верхнього краю буде розташовано панель інструментів За допомогою 
 >панелі інструментів користувач може повертатися до основного перегляду з 
 >окремого модуля (кнопка <guibutton
->Огляд</guibutton
+>Усі параметри</guibutton
 >). Крім того, там ви побачите меню <guimenu
 >Довідка</guimenu
 >, а також кнопку <guibutton
@@ -201,7 +200,7 @@
 >, за допомогою якої можна відкрити діалогове вікно, призначене для зміни 
 >параметрів перегляду. </para>
 <para
 >Щоб виконати пошук чогось у всіх модулях, вкажіть ключові слова у полі 
 >пошуку, розташованому у правій частині панелі інструментів панелі <guibutton
->Огляд</guibutton
+>Усі параметри</guibutton
 >. Після введення перших символів буде показано список відповідних пунктів. 
 >Виберіть пункт і активними залишаться лише пункти, які відповідають ключовим 
 >словам, інші пункти стануть неактивними (їх буде позначено сірим 
 >кольором).</para>
 <para
 >Якщо вікно програми перебуває у фокусі, ви можете ввести першу літеру назви 
 >модуля або групи модулів, щоб програма позначила відповідний пункт. Повторне 
 >натискання літери призведе до пересування позначення на наступний 
 >відповідник. </para>
@@ -263,7 +262,7 @@
 ></listitem>
 <listitem
 ><para
->Скорочення (Клавіатурні скорочення програм, Загальні клавіатурні скорочення, 
Вебскороченн, Нетипові скорочення) </para
+>Скорочення (Стандартні клавіатурні скорочення, Загальні клавіатурні 
скорочення, Вебскорочення, Нетипові скорочення) </para
 ></listitem>
 <listitem
 ><para
@@ -286,7 +285,7 @@
 ><itemizedlist>
 <listitem
 ><para
->Параметри облікового запису (Пароль і обліковий запис користувача, Торбинка 
KDE, Керування записами користувачів) </para
+>Параметри облікового запису (Торбинка KDE, Керування записами користувачів) 
</para
 ></listitem>
 <listitem
 ><para
@@ -329,7 +328,7 @@
 ><itemizedlist>
 <listitem
 ><para
->Bluetooth (Пристрої, Передавання файлів, Адаптери) </para
+>Bluetooth (Пристрої, Адаптери, Додаткові параметри) </para
 ></listitem>
 </itemizedlist
 ></para>
@@ -344,15 +343,15 @@
 ><itemizedlist>
 <listitem
 ><para
->Пристрої введення (Клавіатура, Миша, Джойстик) </para
+>Пристрої введення (Клавіатура, Миша, Джойстик, Сенсорна панель) </para
 ></listitem>
 <listitem
 ><para
->Показ зображення і монітор (Налаштування дисплея, Засіб композиції) </para
+>Показ зображення і монітор (Налаштування дисплея, Засіб композиції, Гама) 
</para
 ></listitem>
 <listitem
 ><para
->Звук та відео (Параметри звуку та відео) </para
+>Звук та відео (Гучність, Параметри звуку та відео) </para
 ></listitem>
 <listitem
 ><para
@@ -360,7 +359,7 @@
 ></listitem>
 <listitem
 ><para
->Дії з пристроями </para
+>Портативний носій (Дії з пристроями, Портативні пристрої) </para
 ></listitem>
 </itemizedlist
 ></para>
@@ -372,7 +371,7 @@
 <tip
 ><para
 >Скористайтеся полем пошуку у верхній правій частині панелі <guibutton
->Огляд</guibutton
+>Усі параметри</guibutton
 >, щоб знайти всі модулі, назви або описи яких містять вказане ключове слово. 
 >Щойно буде введено перші символи, програма відкриє список пропозицій, у 
 >списку ж модулів залишаться лише відповідно до введених даних пункти.</para
 ></tip>
 </sect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/po/is/systemsettings.po 
new/systemsettings-5.8.0/po/is/systemsettings.po
--- old/systemsettings-5.7.4/po/is/systemsettings.po    2016-08-23 
15:01:48.000000000 +0200
+++ new/systemsettings-5.8.0/po/is/systemsettings.po    2016-09-29 
13:38:08.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: systemsettings\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-09-12 09:27+0000\n"
-"PO-Revision-Date: 2016-06-18 21:42+0000\n"
+"PO-Revision-Date: 2016-04-08 22:57+0000\n"
 "Last-Translator: Sveinn í Felli <s...@fellsnet.is>\n"
 "Language-Team: Icelandic <translation-team...@lists.sourceforge.net>\n"
 "Language: is\n"
@@ -218,8 +218,10 @@
 msgstr "Sýnir flokkaða táknmyndasýn með stjórneiningum."
 
 #: icons/IconMode.cpp:67
+#, fuzzy
+#| msgid "Apply Settings"
 msgid "All Settings"
-msgstr "Allar stillingar"
+msgstr "Virkja stillingar"
 
 #: icons/IconMode.cpp:68
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/po/lt/systemsettings.po 
new/systemsettings-5.8.0/po/lt/systemsettings.po
--- old/systemsettings-5.7.4/po/lt/systemsettings.po    2016-08-23 
15:01:48.000000000 +0200
+++ new/systemsettings-5.8.0/po/lt/systemsettings.po    2016-09-29 
13:38:09.000000000 +0200
@@ -2,15 +2,15 @@
 # This file is distributed under the same license as the systemsettings 
package.
 # Donatas Glodenis <dgvirt...@akl.lt>, 2007.
 # Donatas G. <dgvirt...@akl.lt>, 2010.
-# Mindaugas Baranauskas <opensuse.lietuviu.ka...@gmail.com>, 2015.
+# Mindaugas Baranauskas <opensuse.lietuviu.ka...@gmail.com>, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: systemsettings\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-09-12 09:27+0000\n"
-"PO-Revision-Date: 2015-12-29 20:26+0200\n"
+"PO-Revision-Date: 2016-08-30 11:46+0300\n"
 "Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.ka...@gmail.com>\n"
-"Language-Team: lt <kde-i18n...@kde.org>\n"
+"Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
 "Language: lt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -153,8 +153,7 @@
 "Welcome to \"System Settings\", a central place to configure your computer "
 "system."
 msgstr ""
-"Jus sveikina „Sistemos nustatymai“, pagrindinė kompiuterio konfigūravimo "
-"vieta."
+"Sveiki, čia „Sistemos nuostatos“, pagrindinė kompiuterio konfigūravimo vieta."
 
 #: classic/ClassicMode.cpp:67 classic/ClassicMode.cpp:243
 msgid "Tree View"
@@ -202,7 +201,7 @@
 
 #: core/ModuleView.cpp:246
 msgid "Apply Settings"
-msgstr "Pritaikyti nustatymus"
+msgstr "Pritaikyti nuostatas"
 
 #: icons/IconMode.cpp:59
 msgid "Icon View"
@@ -213,10 +212,8 @@
 msgstr "Valdymo modulius rodo kaip kategorizuotą ženkliukų rinkinį."
 
 #: icons/IconMode.cpp:67
-#, fuzzy
-#| msgid "Apply Settings"
 msgid "All Settings"
-msgstr "Pritaikyti nustatymus"
+msgstr "Visos nuostatos"
 
 #: icons/IconMode.cpp:68
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.4/po/zh_TW/systemsettings.po 
new/systemsettings-5.8.0/po/zh_TW/systemsettings.po
--- old/systemsettings-5.7.4/po/zh_TW/systemsettings.po 2016-08-23 
15:01:52.000000000 +0200
+++ new/systemsettings-5.8.0/po/zh_TW/systemsettings.po 2016-09-29 
13:38:12.000000000 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: systemsettings\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2015-09-12 09:27+0000\n"
-"PO-Revision-Date: 2016-06-27 17:50+0800\n"
+"PO-Revision-Date: 2016-09-21 21:38+0800\n"
 "Last-Translator: Jeff Huang <s8321...@gmail.com>\n"
 "Language-Team: Chinese <kde-i18n-...@kde.org>\n"
 "Language: zh_TW\n"


Reply via email to