Hello community,

here is the log from the commit of package kcm_sddm for openSUSE:Factory 
checked in at 2015-05-11 19:29:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcm_sddm (Old)
 and      /work/SRC/openSUSE:Factory/.kcm_sddm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcm_sddm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes        2015-03-25 
09:56:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new/kcm_sddm.changes   2015-05-11 
19:29:09.000000000 +0200
@@ -1,0 +2,17 @@
+Thu Apr 23 13:27:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.3 Final:
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.3.0.php
+- Let the package supplement sddm and plasma5-workspace
+
+-------------------------------------------------------------------
+Sat Apr 11 18:53:31 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.2.95 aka 5.3 beta:
+  * New feature release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.2.95.php
+- Update required Qt version to 5.4.0
+
+-------------------------------------------------------------------

Old:
----
  sddm-kcm-5.2.2.tar.xz

New:
----
  sddm-kcm-5.3.0.tar.xz

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

Other differences:
------------------
++++++ kcm_sddm.spec ++++++
--- /var/tmp/diff_new_pack.iY8c09/_old  2015-05-11 19:29:09.000000000 +0200
+++ /var/tmp/diff_new_pack.iY8c09/_new  2015-05-11 19:29:09.000000000 +0200
@@ -16,11 +16,12 @@
 #
 
 
+%bcond_without lang
 Name:           kcm_sddm
 Summary:        A sddm control module for KDE
 License:        GPL-2.0
 Group:          System/GUI/KDE
-Version:        5.2.2
+Version:        5.3.0
 Release:        0
 Url:            https://projects.kde.org/projects/kdereview/sddm-kcm/repository
 Source:         sddm-kcm-%{version}.tar.xz
@@ -32,20 +33,23 @@
 BuildRequires:  ki18n-devel
 BuildRequires:  kio-devel
 BuildRequires:  kxmlgui-devel
-BuildRequires:  pkgconfig(Qt5Core) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5Designer) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5Quick) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5QuickWidgets) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.3.0
+BuildRequires:  pkgconfig(Qt5Core) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Designer) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Gui) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Quick) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5QuickWidgets) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.4.0
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xcb-image)
 BuildRequires:  pkgconfig(xcb-shm)
 # cmakelists broken upstream, 
/home/abuild/rpmbuild/BUILD/sddm-kcm-0.0.0.1/src/cursortheme/thememodel.cpp:34:33:
 fatal error: X11/Xcursor/Xcursor.h: No such file or directory
 BuildRequires:  pkgconfig(xcursor)
+%if %{with lang}
 Recommends:     %{name}-lang
+%endif
+Supplements:    packageand(sddm:plasma5-workspace)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,9 +69,13 @@
 
   echo "setBadness('suse-dbus-unauthorized-service', 0)" > 
$RPM_SOURCE_DIR/%name-rpmlintrc
 
+%if %{with lang}
   %find_lang %{name} %{name}.lang
+%endif
 
+%if %{with lang}
 %files lang -f %{name}.lang
+%endif
 
 %files
 %defattr(-,root,root)

++++++ sddm-kcm-5.2.2.tar.xz -> sddm-kcm-5.3.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/CMakeLists.txt 
new/sddm-kcm-5.3.0/CMakeLists.txt
--- old/sddm-kcm-5.2.2/CMakeLists.txt   2015-03-19 12:47:02.000000000 +0100
+++ new/sddm-kcm-5.3.0/CMakeLists.txt   2015-04-23 11:53:57.000000000 +0200
@@ -1,7 +1,7 @@
 project(sddm-kcm)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.2.2")
-set(QT_MIN_VERSION "5.3.0")
+set(PROJECT_VERSION "5.3.0")
+set(QT_MIN_VERSION "5.4.0")
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 include(ECMInstallIcons)
@@ -51,5 +51,8 @@
 
 add_subdirectory(src)
 
+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+
+
 find_package(KF5I18n CONFIG REQUIRED)
 ki18n_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/kcm_sddm.actions 
new/sddm-kcm-5.3.0/kcm_sddm.actions
--- old/sddm-kcm-5.2.2/kcm_sddm.actions 2015-03-19 12:46:51.000000000 +0100
+++ new/sddm-kcm-5.3.0/kcm_sddm.actions 2015-04-23 11:53:41.000000000 +0200
@@ -9,11 +9,13 @@
 Name[en_GB]=SDDM
 Name[es]=SDDM
 Name[fi]=SDDM
+Name[gl]=SDDM
 Name[hu]=SDDM
 Name[it]=SDDM
 Name[ko]=SDDM
 Name[lt]=SDDM
 Name[nl]=SDDM
+Name[pa]=SDDM
 Name[pl]=SDDM
 Name[pt]=SDDM
 Name[pt_BR]=SDDM
@@ -45,11 +47,13 @@
 Name[en_GB]=Save Settings
 Name[es]=Guardar preferencias
 Name[fi]=Tallenna asetukset
+Name[gl]=Gardar a configuración
 Name[hu]=Beállítások mentése
 Name[it]=Salva impostazioni
 Name[ko]=설정 저장
 Name[lt]=Išsaugoti nustatymus
 Name[nl]=Instellingen opslaan
+Name[pa]=ਸੈਟਿੰਗ ਸੰਭਾਲੋ
 Name[pl]=Zapisz ustawienia
 Name[pt]=Gravar a Configuração
 Name[pt_BR]=Salvar configurações
@@ -69,6 +73,7 @@
 Name[zh_TW]=儲存設定
 Description=Save Settings in SDDM
 Description[ar]=احفظ الإعدادات في SDDM
+Description[bs]=Snimi postavke u SDDM
 Description[ca]=Desa l'arranjament a l'SDDM
 Description[cs]=Uložit nastavení v SDDM
 Description[de]=Einstellungen in SDDM speichern
@@ -76,11 +81,13 @@
 Description[en_GB]=Save Settings in SDDM
 Description[es]=Guardar preferencias en SDDM
 Description[fi]=Tallenna SDDM-asetukset
+Description[gl]=Gardar as configuracións en SDDM
 Description[hu]=Az SDDM beállításainak mentése
 Description[it]=Salva impostazioni in SDDM
 Description[ko]=SDDM에 설정 저장
 Description[lt]=Išsaugoti nustatymus į SDDM
 Description[nl]=Instellingen opslaan in SDDM
+Description[pa]=SDDM ਵਿੱਚ ਸੈਟਿੰਗ ਸੰਭਾਲੋ
 Description[pl]=Zapisz ustawienia w SDDM
 Description[pt]=Gravar a Configuração no SDDM
 Description[pt_BR]=Salvar configurações no SDDM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/kcm_sddm.desktop 
new/sddm-kcm-5.3.0/kcm_sddm.desktop
--- old/sddm-kcm-5.2.2/kcm_sddm.desktop 2015-03-19 12:46:51.000000000 +0100
+++ new/sddm-kcm-5.3.0/kcm_sddm.desktop 2015-04-23 11:53:41.000000000 +0200
@@ -10,6 +10,7 @@
 X-KDE-System-Settings-Parent-Category=session
 X-KDE-Keywords=sddm,display manager,theme
 X-KDE-Keywords[ar]=sddm,مدير عرض,سمة
+X-KDE-Keywords[bs]=sddm,menadžer ekrana,teme
 X-KDE-Keywords[ca]=sddm,gestor de sessions,tema
 X-KDE-Keywords[cs]=sddm,správce obrazovky,motiv
 X-KDE-Keywords[de]=SDDM,Display-manager,Design
@@ -17,11 +18,13 @@
 X-KDE-Keywords[en_GB]=sddm,display manager,theme
 X-KDE-Keywords[es]=sddm,gestor de pantallas,tema
 X-KDE-Keywords[fi]=sddm,display 
manager,theme,kirjautumisruutu,kirjautumisohjelma,sisäänkirjautumisruutu,sisäänkirjautumisohjelma,teema
+X-KDE-Keywords[gl]=sddm,xestor de pantallas,tema
 X-KDE-Keywords[hu]=sddm,bejelentkezéskezelő,téma
 X-KDE-Keywords[it]=sddm,gestore dello schermo,tema
 X-KDE-Keywords[ko]=sddm,display manager,theme,디스플레이 관리자,테마
 X-KDE-Keywords[lt]=sddm,ekrano tvarkytuvė,tema
 X-KDE-Keywords[nl]=sddm,displaymanager,thema
+X-KDE-Keywords[pa]=sddm,ਡਿਸਪਲੇਅ ਮੈਨੇਜਰ,ਥੀਮ
 X-KDE-Keywords[pl]=sddm,menadżer wyświetlania,motyw,wystrój, zarządzanie 
wyświetlaniem
 X-KDE-Keywords[pt]=sddm,gestor de autenticação,tema
 X-KDE-Keywords[pt_BR]=sddm,gerenciador de tela,tema
@@ -42,6 +45,7 @@
 
 Name=Login Screen (SDDM)
 Name[ar]=مدير الولوج (SDDM)
+Name[bs]=Prijavni ekran (SDDM)
 Name[ca]=Pantalla d'inici de sessió (SDDM)
 Name[cs]=Přihlašovací obrazovka (SDDM)
 Name[de]=Anmeldebildschirm (SDDM)
@@ -49,11 +53,13 @@
 Name[en_GB]=Login Screen (SDDM)
 Name[es]=Pantalla de inicio de sesión (SDDM)
 Name[fi]=Kirjautumisruutu (SDDM)
+Name[gl]=Pantalla de identificación (SDDM)
 Name[hu]=Bejelentkező képernyő (SDDM)
 Name[it]=Schermata di accesso (SDDM)
 Name[ko]=로그인 화면(SDDM)
 Name[lt]=Prisijungimo langas (SDDM)
 Name[nl]=Aanmeldscherm (SDDM)
+Name[pa]=ਲਾਗਇਨ ਸਕਰੀਨ (SDDM)
 Name[pl]=Ekran logowania (SDDM)
 Name[pt]=Ecrã de Autenticação (SDDM)
 Name[pt_BR]=Tela de autenticação (SDDM)
@@ -70,10 +76,11 @@
 Name[uk]=Вікно входу (SDDM)
 Name[x-test]=xxLogin Screen (SDDM)xx
 Name[zh_CN]=登录屏幕 (SDDM)
-Name[zh_TW]=登入畫面 (SDDM)
+Name[zh_TW]=登入畫面(SDDM)
 
 Comment=Select login theme
 Comment[ar]=اختر سمة الولوج
+Comment[bs]=Izaberi temu prijave
 Comment[ca]=Seleccioneu el tema per a l'inici de la sessió
 Comment[cs]=Vyberte přihlašovací motiv
 Comment[de]=Anmelde-Design auswählen
@@ -81,11 +88,13 @@
 Comment[en_GB]=Select login theme
 Comment[es]=Seleccionar el tema de inicio de sesión
 Comment[fi]=Valitse kirjautumisteema
+Comment[gl]=Escoller o tema de identificación
 Comment[hu]=A bejelentkező képernyő témájának kiválasztása
 Comment[it]=Seleziona il tema di accesso
 Comment[ko]=로그인 테마 선택
 Comment[lt]=Pasirinkite prisijungimo temą
 Comment[nl]=Aanmeldthema selecteren
+Comment[pa]=ਲਾਗਇਨ ਥੀਮ ਚੁਣੋ
 Comment[pl]=Wybierz wystrój przy logowaniu
 Comment[pt]=Seleccionar o tema de autenticação
 Comment[pt_BR]=Selecionar o tema de autenticação
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/ar/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/ar/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/ar/kcm_sddm.po        2015-03-19 12:46:51.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/ar/kcm_sddm.po        2015-04-23 11:53:42.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2015-01-09 17:56+0300\n"
 "Last-Translator: Safa Alfulaij <safa1996alful...@gmail.com>\n"
 "Language-Team: Arabic <d...@arabeyes.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/ast/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/ast/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/ast/kcm_sddm.po       1970-01-01 01:00:00.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/ast/kcm_sddm.po       2015-04-23 11:53:42.000000000 
+0200
@@ -0,0 +1,169 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# enolp <en...@softastur.org>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
+"PO-Revision-Date: 2015-04-06 19:43+0100\n"
+"Last-Translator: enolp <en...@softastur.org>\n"
+"Language-Team: Asturian <kde-i18n-...@kde.org>\n"
+"Language: ast\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#, fuzzy
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Softastur"
+
+#, fuzzy
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "alministrado...@softastur.org"
+
+#: src/configwidgets/selectimagebutton.cpp:42
+msgid "Load from file..."
+msgstr ""
+
+#: src/configwidgets/selectimagebutton.cpp:43
+msgid "Clear Image"
+msgstr ""
+
+#: src/configwidgets/selectimagebutton.cpp:76
+msgid "Select image"
+msgstr ""
+
+#: src/cursortheme/dummytheme.cpp:26
+msgid "Default"
+msgstr ""
+
+#: src/cursortheme/dummytheme.cpp:26
+msgid "The default cursor theme in SDDM"
+msgstr ""
+
+#: src/cursortheme/thememodel.cpp:75
+msgid "Name"
+msgstr ""
+
+#: src/cursortheme/thememodel.cpp:78
+msgid "Description"
+msgstr ""
+
+#: src/cursortheme/xcursortheme.cpp:74
+#, kde-format
+msgctxt ""
+"@info The argument is the list of available sizes (in pixel). Example: "
+"'Available sizes: 24' or 'Available sizes: 24, 36, 48'"
+msgid "(Available sizes: %1)"
+msgstr ""
+
+#: src/sddmkcm.cpp:47
+msgid "SDDM KDE Config"
+msgstr ""
+
+#: src/sddmkcm.cpp:49
+msgid "Login screen using the SDDM"
+msgstr ""
+
+#: src/sddmkcm.cpp:53 src/sddmkcm.cpp:54
+msgid "Author"
+msgstr ""
+
+#: src/sddmkcm.cpp:108
+msgid "Theme"
+msgstr ""
+
+#: src/sddmkcm.cpp:113
+msgid "Advanced"
+msgstr ""
+
+#: src/themesdelegate.cpp:66
+msgid "No preview available"
+msgstr ""
+
+#: src/themesdelegate.cpp:106
+#, kde-format
+msgctxt "Caption to theme preview, %1 author name"
+msgid "by %1"
+msgstr ""
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
+#: src/ui/advanceconfig.ui:17
+msgid "General"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_4)
+#: src/ui/advanceconfig.ui:23
+msgid "Cursor Theme:"
+msgstr ""
+
+#. i18n: ectx: property (title), widget (QGroupBox, autoLogin)
+#: src/ui/advanceconfig.ui:36
+msgid "Auto &Login"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_7)
+#: src/ui/advanceconfig.ui:51
+msgid "User:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_3)
+#: src/ui/advanceconfig.ui:61
+msgid "Session:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QCheckBox, reloginAfterQuit)
+#: src/ui/advanceconfig.ui:74
+msgid "Relogin after quit"
+msgstr ""
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
+#: src/ui/advanceconfig.ui:93
+msgid "User"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_6)
+#: src/ui/advanceconfig.ui:99
+msgid "Minimum UID:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_5)
+#: src/ui/advanceconfig.ui:119
+msgid "Maximum UID:"
+msgstr ""
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
+#: src/ui/advanceconfig.ui:148
+msgid "Commands"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: src/ui/advanceconfig.ui:154
+msgid "Halt Command:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: src/ui/advanceconfig.ui:164
+msgid "Reboot Command:"
+msgstr ""
+
+#. i18n: ectx: property (title), widget (QGroupBox, customizeBox)
+#: src/ui/themeconfig.ui:50
+msgid "Customize theme"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (SelectImageButton, 
selectBackgroundButton)
+#: src/ui/themeconfig.ui:77
+msgid "..."
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: src/ui/themeconfig.ui:84
+msgid "Background:"
+msgstr ""
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/bs/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/bs/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/bs/kcm_sddm.po        2015-03-19 12:46:52.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/bs/kcm_sddm.po        2015-04-23 11:53:43.000000000 
+0200
@@ -8,14 +8,16 @@
 msgstr ""
 "Project-Id-Version: kde5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
-"PO-Revision-Date: 2015-02-22 23:50+0100\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
+"PO-Revision-Date: 2015-02-24 20:33+0100\n"
 "Last-Translator: Samir Ribić <megar...@epn.ba>\n"
 "Language-Team: Bosnian\n"
 "Language: bs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
@@ -114,7 +116,7 @@
 #. i18n: ectx: property (text), widget (QLabel, label_3)
 #: src/ui/advanceconfig.ui:61
 msgid "Session:"
-msgstr "Sesija"
+msgstr "Sesija:"
 
 #. i18n: ectx: property (text), widget (QCheckBox, reloginAfterQuit)
 #: src/ui/advanceconfig.ui:74
@@ -129,12 +131,12 @@
 #. i18n: ectx: property (text), widget (QLabel, label_6)
 #: src/ui/advanceconfig.ui:99
 msgid "Minimum UID:"
-msgstr ""
+msgstr "Minimalni UID:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_5)
 #: src/ui/advanceconfig.ui:119
 msgid "Maximum UID:"
-msgstr ""
+msgstr "MaksimalniUID:"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
 #: src/ui/advanceconfig.ui:148
@@ -144,17 +146,17 @@
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: src/ui/advanceconfig.ui:154
 msgid "Halt Command:"
-msgstr ""
+msgstr "Komanda za zaustavljanje:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: src/ui/advanceconfig.ui:164
 msgid "Reboot Command:"
-msgstr ""
+msgstr "Komanda za ponovno pokretanje:"
 
 #. i18n: ectx: property (title), widget (QGroupBox, customizeBox)
 #: src/ui/themeconfig.ui:50
 msgid "Customize theme"
-msgstr ""
+msgstr "Prilagodi temu"
 
 #. i18n: ectx: property (text), widget (SelectImageButton, 
selectBackgroundButton)
 #: src/ui/themeconfig.ui:77
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/ca/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/ca/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/ca/kcm_sddm.po        2015-03-19 12:46:52.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/ca/kcm_sddm.po        2015-04-23 11:53:43.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-11-22 23:10+0100\n"
 "Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/cs/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/cs/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/cs/kcm_sddm.po        2015-03-19 12:46:53.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/cs/kcm_sddm.po        2015-04-23 11:53:43.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-10-24 13:25+0200\n"
 "Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/da/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/da/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/da/kcm_sddm.po        2015-03-19 12:46:53.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/da/kcm_sddm.po        2015-04-23 11:53:43.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2015-02-17 18:31+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/de/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/de/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/de/kcm_sddm.po        2015-03-19 12:46:53.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/de/kcm_sddm.po        2015-04-23 11:53:44.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-10-23 15:12+0200\n"
 "Last-Translator: Burkhard Lück <lu...@hube-lueck.de>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/el/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/el/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/el/kcm_sddm.po        2015-03-19 12:46:53.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/el/kcm_sddm.po        2015-04-23 11:53:44.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-11-25 15:37+0200\n"
 "Last-Translator: Dimitris Kardarakos <dimk...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/en_GB/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/en_GB/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/en_GB/kcm_sddm.po     2015-03-19 12:46:53.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/en_GB/kcm_sddm.po     2015-04-23 11:53:44.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-10-25 11:39+0100\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
 "Language-Team: British English <kde-l10n-en...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/es/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/es/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/es/kcm_sddm.po        2015-03-19 12:46:54.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/es/kcm_sddm.po        2015-04-23 11:53:44.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-10-24 01:17+0200\n"
 "Last-Translator: Eloy Cuadra <ecua...@eloihr.net>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/fi/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/fi/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/fi/kcm_sddm.po        2015-03-19 12:46:54.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/fi/kcm_sddm.po        2015-04-23 11:53:45.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-10-24 14:24+0300\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <lokalisoi...@lists.coss.fi>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/fr/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/fr/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/fr/kcm_sddm.po        2015-03-19 12:46:54.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/fr/kcm_sddm.po        2015-04-23 11:53:45.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2015-01-04 06:59+0100\n"
 "Last-Translator: Maxence Le Doré <maxence.led...@gmail.com>\n"
 "Language-Team: French <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/gl/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/gl/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/gl/kcm_sddm.po        1970-01-01 01:00:00.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/gl/kcm_sddm.po        2015-04-23 11:53:45.000000000 
+0200
@@ -0,0 +1,167 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Adrián Chaves Fernández <adriyeticha...@gmail.com>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
+"PO-Revision-Date: 2015-03-15 09:43+0100\n"
+"Last-Translator: Adrián Chaves Fernández <adriyeticha...@gmail.com>\n"
+"Language-Team: Galician <kde-i18n-...@kde.org>\n"
+"Language: gl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Adrián Chaves Fernández"
+
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "adriyeticha...@gmail.com"
+
+#: src/configwidgets/selectimagebutton.cpp:42
+msgid "Load from file..."
+msgstr "Cargar dun ficheiro…"
+
+#: src/configwidgets/selectimagebutton.cpp:43
+msgid "Clear Image"
+msgstr "Limpar a imaxe"
+
+#: src/configwidgets/selectimagebutton.cpp:76
+msgid "Select image"
+msgstr "Escolle unha imaxe"
+
+#: src/cursortheme/dummytheme.cpp:26
+msgid "Default"
+msgstr "Predeterminada"
+
+#: src/cursortheme/dummytheme.cpp:26
+msgid "The default cursor theme in SDDM"
+msgstr "O tema de cursores predeterminado de SDDM."
+
+#: src/cursortheme/thememodel.cpp:75
+msgid "Name"
+msgstr "Nome"
+
+#: src/cursortheme/thememodel.cpp:78
+msgid "Description"
+msgstr "Descrición"
+
+#: src/cursortheme/xcursortheme.cpp:74
+#, kde-format
+msgctxt ""
+"@info The argument is the list of available sizes (in pixel). Example: "
+"'Available sizes: 24' or 'Available sizes: 24, 36, 48'"
+msgid "(Available sizes: %1)"
+msgstr "(Tamaños dispoñíbeis: %1)"
+
+#: src/sddmkcm.cpp:47
+msgid "SDDM KDE Config"
+msgstr "Configuración de SDDM para KDE"
+
+#: src/sddmkcm.cpp:49
+msgid "Login screen using the SDDM"
+msgstr "Pantalla de identificación usando SDDM"
+
+#: src/sddmkcm.cpp:53 src/sddmkcm.cpp:54
+msgid "Author"
+msgstr "Autor"
+
+#: src/sddmkcm.cpp:108
+msgid "Theme"
+msgstr "Tema"
+
+#: src/sddmkcm.cpp:113
+msgid "Advanced"
+msgstr "Avanzado"
+
+#: src/themesdelegate.cpp:66
+msgid "No preview available"
+msgstr "Non está dispoñíbel a vista previa"
+
+#: src/themesdelegate.cpp:106
+#, kde-format
+msgctxt "Caption to theme preview, %1 author name"
+msgid "by %1"
+msgstr "de %1"
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
+#: src/ui/advanceconfig.ui:17
+msgid "General"
+msgstr "Xeral"
+
+#. i18n: ectx: property (text), widget (QLabel, label_4)
+#: src/ui/advanceconfig.ui:23
+msgid "Cursor Theme:"
+msgstr "Tema do cursor:"
+
+#. i18n: ectx: property (title), widget (QGroupBox, autoLogin)
+#: src/ui/advanceconfig.ui:36
+msgid "Auto &Login"
+msgstr "Acceso &automático"
+
+#. i18n: ectx: property (text), widget (QLabel, label_7)
+#: src/ui/advanceconfig.ui:51
+msgid "User:"
+msgstr "Usuario:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_3)
+#: src/ui/advanceconfig.ui:61
+msgid "Session:"
+msgstr "Sesión:"
+
+#. i18n: ectx: property (text), widget (QCheckBox, reloginAfterQuit)
+#: src/ui/advanceconfig.ui:74
+msgid "Relogin after quit"
+msgstr "Acceder de novo ao saír"
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
+#: src/ui/advanceconfig.ui:93
+msgid "User"
+msgstr "Usuario"
+
+#. i18n: ectx: property (text), widget (QLabel, label_6)
+#: src/ui/advanceconfig.ui:99
+msgid "Minimum UID:"
+msgstr "UID mínimo:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_5)
+#: src/ui/advanceconfig.ui:119
+msgid "Maximum UID:"
+msgstr "UID máximo:"
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
+#: src/ui/advanceconfig.ui:148
+msgid "Commands"
+msgstr "Ordes"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: src/ui/advanceconfig.ui:154
+msgid "Halt Command:"
+msgstr "Orde de apagar:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: src/ui/advanceconfig.ui:164
+msgid "Reboot Command:"
+msgstr "Orde de reiniciar:"
+
+#. i18n: ectx: property (title), widget (QGroupBox, customizeBox)
+#: src/ui/themeconfig.ui:50
+msgid "Customize theme"
+msgstr "Personalizar o tema"
+
+#. i18n: ectx: property (text), widget (SelectImageButton, 
selectBackgroundButton)
+#: src/ui/themeconfig.ui:77
+msgid "..."
+msgstr "…"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: src/ui/themeconfig.ui:84
+msgid "Background:"
+msgstr "Fondo:"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/hu/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/hu/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/hu/kcm_sddm.po        2015-03-19 12:46:55.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/hu/kcm_sddm.po        2015-04-23 11:53:46.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-11-16 15:27+0100\n"
 "Last-Translator: Kristóf Kiszel <ulys...@kubuntu.org>\n"
 "Language-Team: Hungarian <kde-l10n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/it/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/it/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/it/kcm_sddm.po        2015-03-19 12:46:56.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/it/kcm_sddm.po        2015-04-23 11:53:46.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2015-01-29 20:19+0100\n"
 "Last-Translator: Vincenzo Reale <smart2...@baslug.org>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/ja/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/ja/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/ja/kcm_sddm.po        2015-03-19 12:46:56.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/ja/kcm_sddm.po        2015-04-23 11:53:46.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-10-05 22:18-0700\n"
 "Last-Translator: Japanese KDE translation team <kde...@kde.org>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/ko/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/ko/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/ko/kcm_sddm.po        2015-03-19 12:46:56.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/ko/kcm_sddm.po        2015-04-23 11:53:47.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2015-01-02 01:30+0900\n"
 "Last-Translator: Park Shinjo <k...@peremen.name>\n"
 "Language-Team: Korean <k...@peremen.name>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/lt/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/lt/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/lt/kcm_sddm.po        2015-03-19 12:46:57.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/lt/kcm_sddm.po        2015-04-23 11:53:47.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: trunk-kf 5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2015-01-25 12:15+0200\n"
 "Last-Translator: Liudas Ališauskas <liu...@akmc.lt>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/nb/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/nb/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/nb/kcm_sddm.po        2015-03-19 12:46:57.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/nb/kcm_sddm.po        2015-04-23 11:53:48.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2015-01-08 21:37+0100\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/nl/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/nl/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/nl/kcm_sddm.po        2015-03-19 12:46:58.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/nl/kcm_sddm.po        2015-04-23 11:53:49.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-12-12 11:22+0100\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/pa/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/pa/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/pa/kcm_sddm.po        1970-01-01 01:00:00.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/pa/kcm_sddm.po        2015-04-23 11:53:49.000000000 
+0200
@@ -0,0 +1,167 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# A S Alam <aa...@users.sf.net>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
+"PO-Revision-Date: 2015-02-01 03:18-0600\n"
+"Last-Translator: A S Alam <aa...@users.sf.net>\n"
+"Language-Team: Punjabi/Panjabi <punjabi-us...@list.sf.net>\n"
+"Language: pa\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 1.5\n"
+
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "ਅ ਸ ਆਲਮ"
+
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr ""
+
+#: src/configwidgets/selectimagebutton.cpp:42
+msgid "Load from file..."
+msgstr "...ਫਾਇਲ ਤੋਂ ਲੋਡ ਕਰੋ"
+
+#: src/configwidgets/selectimagebutton.cpp:43
+msgid "Clear Image"
+msgstr "ਚਿੱਤਰ ਸਾਫ਼ ਕਰੋ"
+
+#: src/configwidgets/selectimagebutton.cpp:76
+msgid "Select image"
+msgstr "ਚਿੱਤਰ ਚੁਣੋ"
+
+#: src/cursortheme/dummytheme.cpp:26
+msgid "Default"
+msgstr "ਡਿਫਾਲਟ"
+
+#: src/cursortheme/dummytheme.cpp:26
+msgid "The default cursor theme in SDDM"
+msgstr ""
+
+#: src/cursortheme/thememodel.cpp:75
+msgid "Name"
+msgstr "ਨਾਂ"
+
+#: src/cursortheme/thememodel.cpp:78
+msgid "Description"
+msgstr "ਵੇਰਵਾ"
+
+#: src/cursortheme/xcursortheme.cpp:74
+#, kde-format
+msgctxt ""
+"@info The argument is the list of available sizes (in pixel). Example: "
+"'Available sizes: 24' or 'Available sizes: 24, 36, 48'"
+msgid "(Available sizes: %1)"
+msgstr "(ਮੌਜੂਦ ਆਕਾਰ: %1)"
+
+#: src/sddmkcm.cpp:47
+msgid "SDDM KDE Config"
+msgstr "SDDM KDE ਸੰਰਚਨਾ"
+
+#: src/sddmkcm.cpp:49
+msgid "Login screen using the SDDM"
+msgstr "SDDM ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਲਾਗਇਨ ਸਕਰੀਨ"
+
+#: src/sddmkcm.cpp:53 src/sddmkcm.cpp:54
+msgid "Author"
+msgstr "ਲੇਖਕ"
+
+#: src/sddmkcm.cpp:108
+msgid "Theme"
+msgstr "ਥੀਮ"
+
+#: src/sddmkcm.cpp:113
+msgid "Advanced"
+msgstr "ਤਕਨੀਕੀ"
+
+#: src/themesdelegate.cpp:66
+msgid "No preview available"
+msgstr "ਕੋਈ ਝਲਕ ਮੌਜੂਦ ਨਹੀਂ"
+
+#: src/themesdelegate.cpp:106
+#, kde-format
+msgctxt "Caption to theme preview, %1 author name"
+msgid "by %1"
+msgstr "%1 ਵਲੋਂ"
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
+#: src/ui/advanceconfig.ui:17
+msgid "General"
+msgstr "ਆਮ"
+
+#. i18n: ectx: property (text), widget (QLabel, label_4)
+#: src/ui/advanceconfig.ui:23
+msgid "Cursor Theme:"
+msgstr "ਕਰਸਰ ਥੀਮ:"
+
+#. i18n: ectx: property (title), widget (QGroupBox, autoLogin)
+#: src/ui/advanceconfig.ui:36
+msgid "Auto &Login"
+msgstr "ਆਟੋ ਲਾਗਇਨ(&L)"
+
+#. i18n: ectx: property (text), widget (QLabel, label_7)
+#: src/ui/advanceconfig.ui:51
+msgid "User:"
+msgstr "ਵਰਤੋਂਕਾਰ:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_3)
+#: src/ui/advanceconfig.ui:61
+msgid "Session:"
+msgstr "ਸ਼ੈਸ਼ਨ:"
+
+#. i18n: ectx: property (text), widget (QCheckBox, reloginAfterQuit)
+#: src/ui/advanceconfig.ui:74
+msgid "Relogin after quit"
+msgstr ""
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
+#: src/ui/advanceconfig.ui:93
+msgid "User"
+msgstr "ਵਰਤੋਂਕਾਰ"
+
+#. i18n: ectx: property (text), widget (QLabel, label_6)
+#: src/ui/advanceconfig.ui:99
+msgid "Minimum UID:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_5)
+#: src/ui/advanceconfig.ui:119
+msgid "Maximum UID:"
+msgstr ""
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
+#: src/ui/advanceconfig.ui:148
+msgid "Commands"
+msgstr "ਕਮਾਂਡਾਂ"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: src/ui/advanceconfig.ui:154
+msgid "Halt Command:"
+msgstr ""
+
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: src/ui/advanceconfig.ui:164
+msgid "Reboot Command:"
+msgstr "ਮੁੜ-ਚਾਲੂ ਕਰਨ ਕਮਾਂਡ:"
+
+#. i18n: ectx: property (title), widget (QGroupBox, customizeBox)
+#: src/ui/themeconfig.ui:50
+msgid "Customize theme"
+msgstr "ਥੀਮ ਨੂੰ ਮਨਪਸੰਦ ਬਣਾਓ"
+
+#. i18n: ectx: property (text), widget (SelectImageButton, 
selectBackgroundButton)
+#: src/ui/themeconfig.ui:77
+msgid "..."
+msgstr "..."
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: src/ui/themeconfig.ui:84
+msgid "Background:"
+msgstr "ਬੈਕਗਰਾਊਂਡ:"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/pl/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/pl/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/pl/kcm_sddm.po        2015-03-19 12:46:59.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/pl/kcm_sddm.po        2015-04-23 11:53:49.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-10-26 08:22+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/pt/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/pt/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/pt/kcm_sddm.po        2015-03-19 12:46:59.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/pt/kcm_sddm.po        2015-04-23 11:53:49.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-12-12 12:19+0000\n"
 "Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
 "Language-Team: Portuguese <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/pt_BR/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/pt_BR/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/pt_BR/kcm_sddm.po     2015-03-19 12:46:59.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/pt_BR/kcm_sddm.po     2015-04-23 11:53:49.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-12-12 11:19-0200\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Brazilian Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/ro/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/ro/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/ro/kcm_sddm.po        1970-01-01 01:00:00.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/ro/kcm_sddm.po        2015-04-23 11:53:50.000000000 
+0200
@@ -0,0 +1,168 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Sergiu Bivol <ser...@cip.md>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
+"PO-Revision-Date: 2015-04-20 13:38+0300\n"
+"Last-Translator: Sergiu Bivol <ser...@cip.md>\n"
+"Language-Team: Romanian <kde-i18n...@kde.org>\n"
+"Language: ro\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
+"X-Generator: Lokalize 1.5\n"
+
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Sergiu Bivol"
+
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "ser...@cip.md"
+
+#: src/configwidgets/selectimagebutton.cpp:42
+msgid "Load from file..."
+msgstr "Încarcă din fișier..."
+
+#: src/configwidgets/selectimagebutton.cpp:43
+msgid "Clear Image"
+msgstr "Curăță imaginea"
+
+#: src/configwidgets/selectimagebutton.cpp:76
+msgid "Select image"
+msgstr "Alege imagine"
+
+#: src/cursortheme/dummytheme.cpp:26
+msgid "Default"
+msgstr "Implicită"
+
+#: src/cursortheme/dummytheme.cpp:26
+msgid "The default cursor theme in SDDM"
+msgstr "Tema de cursor implicită în SDDM"
+
+#: src/cursortheme/thememodel.cpp:75
+msgid "Name"
+msgstr "Denumire"
+
+#: src/cursortheme/thememodel.cpp:78
+msgid "Description"
+msgstr "Descriere"
+
+#: src/cursortheme/xcursortheme.cpp:74
+#, kde-format
+msgctxt ""
+"@info The argument is the list of available sizes (in pixel). Example: "
+"'Available sizes: 24' or 'Available sizes: 24, 36, 48'"
+msgid "(Available sizes: %1)"
+msgstr "(Dimensiuni disponibile: %1)"
+
+#: src/sddmkcm.cpp:47
+msgid "SDDM KDE Config"
+msgstr "Configurare KDE SDDM"
+
+#: src/sddmkcm.cpp:49
+msgid "Login screen using the SDDM"
+msgstr "Ecran de autentificare folosind SDDM"
+
+#: src/sddmkcm.cpp:53 src/sddmkcm.cpp:54
+msgid "Author"
+msgstr "Autor"
+
+#: src/sddmkcm.cpp:108
+msgid "Theme"
+msgstr "Temă"
+
+#: src/sddmkcm.cpp:113
+msgid "Advanced"
+msgstr "Avansat"
+
+#: src/themesdelegate.cpp:66
+msgid "No preview available"
+msgstr "Nu există previzualizare"
+
+#: src/themesdelegate.cpp:106
+#, kde-format
+msgctxt "Caption to theme preview, %1 author name"
+msgid "by %1"
+msgstr "de %1"
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
+#: src/ui/advanceconfig.ui:17
+msgid "General"
+msgstr "General"
+
+#. i18n: ectx: property (text), widget (QLabel, label_4)
+#: src/ui/advanceconfig.ui:23
+msgid "Cursor Theme:"
+msgstr "Temă de cursor:"
+
+#. i18n: ectx: property (title), widget (QGroupBox, autoLogin)
+#: src/ui/advanceconfig.ui:36
+msgid "Auto &Login"
+msgstr "&Autentificare automată"
+
+#. i18n: ectx: property (text), widget (QLabel, label_7)
+#: src/ui/advanceconfig.ui:51
+msgid "User:"
+msgstr "Utilizator:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_3)
+#: src/ui/advanceconfig.ui:61
+msgid "Session:"
+msgstr "Sesiune:"
+
+#. i18n: ectx: property (text), widget (QCheckBox, reloginAfterQuit)
+#: src/ui/advanceconfig.ui:74
+msgid "Relogin after quit"
+msgstr "Reautentificare după ieșire"
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
+#: src/ui/advanceconfig.ui:93
+msgid "User"
+msgstr "Utilizator"
+
+#. i18n: ectx: property (text), widget (QLabel, label_6)
+#: src/ui/advanceconfig.ui:99
+msgid "Minimum UID:"
+msgstr "UID minim:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_5)
+#: src/ui/advanceconfig.ui:119
+msgid "Maximum UID:"
+msgstr "UID maxim:"
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
+#: src/ui/advanceconfig.ui:148
+msgid "Commands"
+msgstr "Comenzi"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: src/ui/advanceconfig.ui:154
+msgid "Halt Command:"
+msgstr "Comandă de oprire:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: src/ui/advanceconfig.ui:164
+msgid "Reboot Command:"
+msgstr "Comandă de repornire:"
+
+#. i18n: ectx: property (title), widget (QGroupBox, customizeBox)
+#: src/ui/themeconfig.ui:50
+msgid "Customize theme"
+msgstr "Personalizează tema"
+
+#. i18n: ectx: property (text), widget (SelectImageButton, 
selectBackgroundButton)
+#: src/ui/themeconfig.ui:77
+msgid "..."
+msgstr "..."
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: src/ui/themeconfig.ui:84
+msgid "Background:"
+msgstr "Fundal:"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/ru/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/ru/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/ru/kcm_sddm.po        2015-03-19 12:46:59.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/ru/kcm_sddm.po        2015-04-23 11:53:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2015-03-17 05:45+0300\n"
 "Last-Translator: Alexander Potashev <aspotas...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/sk/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/sk/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/sk/kcm_sddm.po        2015-03-19 12:46:59.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/sk/kcm_sddm.po        2015-04-23 11:53:50.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-10-23 12:12+0200\n"
 "Last-Translator: Roman Paholik <wizzar...@gmail.com>\n"
 "Language-Team: Slovak <kde...@linux.sk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/sl/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/sl/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/sl/kcm_sddm.po        2015-03-19 12:47:00.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/sl/kcm_sddm.po        2015-04-23 11:53:50.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-11-04 12:14+0100\n"
 "Last-Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/sr/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/sr/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/sr/kcm_sddm.po        2015-03-19 12:47:00.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/sr/kcm_sddm.po        2015-04-23 11:53:50.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-12-20 11:52+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/sr@ijekavian/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/sr@ijekavian/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/sr@ijekavian/kcm_sddm.po      2015-03-19 
12:47:00.000000000 +0100
+++ new/sddm-kcm-5.3.0/po/sr@ijekavian/kcm_sddm.po      2015-04-23 
11:53:50.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-12-20 11:52+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/sr@ijekavianlatin/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/sr@ijekavianlatin/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/sr@ijekavianlatin/kcm_sddm.po 2015-03-19 
12:47:00.000000000 +0100
+++ new/sddm-kcm-5.3.0/po/sr@ijekavianlatin/kcm_sddm.po 2015-04-23 
11:53:51.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-12-20 11:52+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/sr@latin/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/sr@latin/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/sr@latin/kcm_sddm.po  2015-03-19 12:47:00.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/sr@latin/kcm_sddm.po  2015-04-23 11:53:51.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-12-20 11:52+0100\n"
 "Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
 "Language-Team: Serbian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/sv/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/sv/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/sv/kcm_sddm.po        2015-03-19 12:47:00.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/sv/kcm_sddm.po        2015-04-23 11:53:51.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-12-30 09:25+0100\n"
 "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
 "Language-Team: Swedish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/tr/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/tr/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/tr/kcm_sddm.po        1970-01-01 01:00:00.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/tr/kcm_sddm.po        2015-04-23 11:53:51.000000000 
+0200
@@ -0,0 +1,167 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Volkan Gezer <volkange...@gmail.com>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
+"PO-Revision-Date: 2015-02-08 12:56+0100\n"
+"Last-Translator: Volkan Gezer <volkange...@gmail.com>\n"
+"Language-Team: Turkish <kde-l10n...@kde.org>\n"
+"Language: tr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Volkan Gezer"
+
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "volkange...@gmail.com"
+
+#: src/configwidgets/selectimagebutton.cpp:42
+msgid "Load from file..."
+msgstr "Dosyadan yükle..."
+
+#: src/configwidgets/selectimagebutton.cpp:43
+msgid "Clear Image"
+msgstr "Resmi Temizle"
+
+#: src/configwidgets/selectimagebutton.cpp:76
+msgid "Select image"
+msgstr "Resim seç"
+
+#: src/cursortheme/dummytheme.cpp:26
+msgid "Default"
+msgstr "Öntanımlı"
+
+#: src/cursortheme/dummytheme.cpp:26
+msgid "The default cursor theme in SDDM"
+msgstr "SDDM içerisindeki öntanımlı imleç teması"
+
+#: src/cursortheme/thememodel.cpp:75
+msgid "Name"
+msgstr "İsim"
+
+#: src/cursortheme/thememodel.cpp:78
+msgid "Description"
+msgstr "Açıklama"
+
+#: src/cursortheme/xcursortheme.cpp:74
+#, kde-format
+msgctxt ""
+"@info The argument is the list of available sizes (in pixel). Example: "
+"'Available sizes: 24' or 'Available sizes: 24, 36, 48'"
+msgid "(Available sizes: %1)"
+msgstr "(Kullanılabilir boyutlar: %1)"
+
+#: src/sddmkcm.cpp:47
+msgid "SDDM KDE Config"
+msgstr "SDDM KDE Yapılandırması"
+
+#: src/sddmkcm.cpp:49
+msgid "Login screen using the SDDM"
+msgstr "SDDM kullanan oturum ekranı"
+
+#: src/sddmkcm.cpp:53 src/sddmkcm.cpp:54
+msgid "Author"
+msgstr "Yazar"
+
+#: src/sddmkcm.cpp:108
+msgid "Theme"
+msgstr "Tema"
+
+#: src/sddmkcm.cpp:113
+msgid "Advanced"
+msgstr "Gelişmiş"
+
+#: src/themesdelegate.cpp:66
+msgid "No preview available"
+msgstr "Kullanılabilir önizleme yok"
+
+#: src/themesdelegate.cpp:106
+#, kde-format
+msgctxt "Caption to theme preview, %1 author name"
+msgid "by %1"
+msgstr "Yazar: %1"
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
+#: src/ui/advanceconfig.ui:17
+msgid "General"
+msgstr "Genel"
+
+#. i18n: ectx: property (text), widget (QLabel, label_4)
+#: src/ui/advanceconfig.ui:23
+msgid "Cursor Theme:"
+msgstr "İmleç Teması:"
+
+#. i18n: ectx: property (title), widget (QGroupBox, autoLogin)
+#: src/ui/advanceconfig.ui:36
+msgid "Auto &Login"
+msgstr "&Otomatik Oturum Aç"
+
+#. i18n: ectx: property (text), widget (QLabel, label_7)
+#: src/ui/advanceconfig.ui:51
+msgid "User:"
+msgstr "Kullanıcı:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_3)
+#: src/ui/advanceconfig.ui:61
+msgid "Session:"
+msgstr "Oturum:"
+
+#. i18n: ectx: property (text), widget (QCheckBox, reloginAfterQuit)
+#: src/ui/advanceconfig.ui:74
+msgid "Relogin after quit"
+msgstr "Çıktıktan sonra yeniden oturum aç"
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
+#: src/ui/advanceconfig.ui:93
+msgid "User"
+msgstr "Kullanıcı"
+
+#. i18n: ectx: property (text), widget (QLabel, label_6)
+#: src/ui/advanceconfig.ui:99
+msgid "Minimum UID:"
+msgstr "Asgari Kullanıcı Kimliği:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_5)
+#: src/ui/advanceconfig.ui:119
+msgid "Maximum UID:"
+msgstr "Azami Kullanıcı Kimliği:"
+
+#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
+#: src/ui/advanceconfig.ui:148
+msgid "Commands"
+msgstr "Komutlar"
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: src/ui/advanceconfig.ui:154
+msgid "Halt Command:"
+msgstr "Askıya Alma Komutu:"
+
+#. i18n: ectx: property (text), widget (QLabel, label_2)
+#: src/ui/advanceconfig.ui:164
+msgid "Reboot Command:"
+msgstr "Yeniden Başlatma Komutu:"
+
+#. i18n: ectx: property (title), widget (QGroupBox, customizeBox)
+#: src/ui/themeconfig.ui:50
+msgid "Customize theme"
+msgstr "Temayı özelleştir"
+
+#. i18n: ectx: property (text), widget (SelectImageButton, 
selectBackgroundButton)
+#: src/ui/themeconfig.ui:77
+msgid "..."
+msgstr "..."
+
+#. i18n: ectx: property (text), widget (QLabel, label)
+#: src/ui/themeconfig.ui:84
+msgid "Background:"
+msgstr "Arkaplan:"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/uk/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/uk/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/uk/kcm_sddm.po        2015-03-19 12:47:01.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/uk/kcm_sddm.po        2015-04-23 11:53:52.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcm_sddm\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-10-23 18:58+0300\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/zh_CN/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/zh_CN/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/zh_CN/kcm_sddm.po     2015-03-19 12:47:02.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/zh_CN/kcm_sddm.po     2015-04-23 11:53:52.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
 "PO-Revision-Date: 2014-11-17 02:33-0500\n"
 "Last-Translator: Weng Xuetian <wen...@gmail.com>\n"
 "Language-Team: Chinese Simplified <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.2.2/po/zh_TW/kcm_sddm.po 
new/sddm-kcm-5.3.0/po/zh_TW/kcm_sddm.po
--- old/sddm-kcm-5.2.2/po/zh_TW/kcm_sddm.po     2015-03-19 12:47:02.000000000 
+0100
+++ new/sddm-kcm-5.3.0/po/zh_TW/kcm_sddm.po     2015-04-23 11:53:53.000000000 
+0200
@@ -1,20 +1,20 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Franklin Weng <frank...@goodhorse.idv.tw>, 2015.
+# Franklin, 2015.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2015-01-13 12:18+0000\n"
-"PO-Revision-Date: 2015-02-25 09:46+0800\n"
-"Last-Translator: Franklin Weng <frank...@goodhorse.idv.tw>\n"
-"Language-Team: Chinese Traditional <zh-l...@linux.org.tw>\n"
+"POT-Creation-Date: 2015-01-09 08:32+0000\n"
+"PO-Revision-Date: 2015-02-15 16:42+0800\n"
+"Last-Translator: Franklin\n"
+"Language-Team: Chinese Traditional <kde-i18n-...@kde.org>\n"
 "Language: zh_TW\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"
+"Plural-Forms: nplurals=1; plural=0;\n"
 "X-Generator: Lokalize 1.5\n"
 
 msgctxt "NAME OF TRANSLATORS"
@@ -67,7 +67,7 @@
 
 #: src/sddmkcm.cpp:49
 msgid "Login screen using the SDDM"
-msgstr "使用 SDDM 鎖定螢幕"
+msgstr "SDDM 登入畫面"
 
 #: src/sddmkcm.cpp:53 src/sddmkcm.cpp:54
 msgid "Author"
@@ -99,7 +99,7 @@
 #. i18n: ectx: property (text), widget (QLabel, label_4)
 #: src/ui/advanceconfig.ui:23
 msgid "Cursor Theme:"
-msgstr "游標主題: "
+msgstr "游標主題:"
 
 #. i18n: ectx: property (title), widget (QGroupBox, autoLogin)
 #: src/ui/advanceconfig.ui:36
@@ -144,7 +144,7 @@
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: src/ui/advanceconfig.ui:154
 msgid "Halt Command:"
-msgstr "關機指令:"
+msgstr "中止指令:"
 
 #. i18n: ectx: property (text), widget (QLabel, label_2)
 #: src/ui/advanceconfig.ui:164
@@ -164,4 +164,4 @@
 #. i18n: ectx: property (text), widget (QLabel, label)
 #: src/ui/themeconfig.ui:84
 msgid "Background:"
-msgstr "背景:"
\ No newline at end of file
+msgstr "背景顏色:"
\ No newline at end of file


Reply via email to