Hello community,

here is the log from the commit of package kcharselect for openSUSE:Factory 
checked in at 2018-12-19 13:33:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcharselect (Old)
 and      /work/SRC/openSUSE:Factory/.kcharselect.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcharselect"

Wed Dec 19 13:33:14 2018 rev:91 rq:658368 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2018-11-12 
09:27:06.146319166 +0100
+++ /work/SRC/openSUSE:Factory/.kcharselect.new.28833/kcharselect.changes       
2018-12-19 13:33:16.068630251 +0100
@@ -1,0 +2,42 @@
+Fri Dec 14 06:09:04 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+-------------------------------------------------------------------
+Wed Dec  5 23:02:29 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Remove ldconfig calls as there are no libraries.
+
+-------------------------------------------------------------------
+Mon Dec 03 20:55:53 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * No code changes since 18.11.80
+
+-------------------------------------------------------------------
+Tue Nov 20 06:22:08 UTC 2018 - Luca Beltrame <lbeltr...@kde.org>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:56:54 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Refine donation url in appdata
+  * Fix minor EBN issue
+  * Compile with KDEFrameworkCompilerSettings module
+
+-------------------------------------------------------------------
@@ -47 +89 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -98 +140 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -207 +249 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -266 +308 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -354 +396 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -470 +512 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:
----
  kcharselect-18.08.3.tar.xz

New:
----
  kcharselect-18.12.0.tar.xz

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

Other differences:
------------------
++++++ kcharselect.spec ++++++
--- /var/tmp/diff_new_pack.HFgh6j/_old  2018-12-19 13:33:16.576629590 +0100
+++ /var/tmp/diff_new_pack.HFgh6j/_new  2018-12-19 13:33:16.576629590 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcharselect
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without lang
-
-Name:           kcharselect
-Version:        18.08.3
-Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%bcond_without lang
+Name:           kcharselect
+Version:        18.12.0
+Release:        0
 Summary:        KDE Character Selector
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Other
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kbookmarks-devel
@@ -46,7 +45,6 @@
 %if %{with lang}
 Recommends:     %{name}-lang
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 KCharSelect is the KDE character selector tool.
@@ -66,15 +64,11 @@
   %kf5_makeinstall -C build
   %if %{with lang}
     %find_lang %{name} --with-man --all-name
-    %kf5_find_htmldocs
+    %{kf5_find_htmldocs}
   %endif
   %suse_update_desktop_file org.kde.kcharselect Utility Accessibility
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %files
-%defattr(-,root,root)
 %dir %{_kf5_htmldir}
 %dir %{_kf5_htmldir}/en
 %doc %lang(en) %{_kf5_htmldir}/en/*/
@@ -84,7 +78,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ kcharselect-18.08.3.tar.xz -> kcharselect-18.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/CMakeLists.txt 
new/kcharselect-18.12.0/CMakeLists.txt
--- old/kcharselect-18.08.3/CMakeLists.txt      2018-11-06 01:13:23.000000000 
+0100
+++ new/kcharselect-18.12.0/CMakeLists.txt      2018-12-07 01:26:07.000000000 
+0100
@@ -17,7 +17,7 @@
 set (CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 include(KDEInstallDirs)
-include(KDECompilerSettings NO_POLICY_SCOPE)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
 find_package (Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS
@@ -34,7 +34,6 @@
     XmlGui
 )
 
-add_definitions(-DQT_USE_QSTRINGBUILDER)
 
 configure_file(config-kcharselect.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-kcharselect.h)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/kcharselectdia.h 
new/kcharselect-18.12.0/kcharselectdia.h
--- old/kcharselect-18.08.3/kcharselectdia.h    2018-09-05 07:53:01.000000000 
+0200
+++ new/kcharselect-18.12.0/kcharselectdia.h    2018-11-08 01:01:22.000000000 
+0100
@@ -49,7 +49,7 @@
   QFont vFont;
   bool _rtl;
 
-protected slots:
+protected Q_SLOTS:
   void charChanged(uint _chr);
   void fontSelected(const QFont &_font);
   void add()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/main.cc 
new/kcharselect-18.12.0/main.cc
--- old/kcharselect-18.08.3/main.cc     2018-09-05 07:53:01.000000000 +0200
+++ new/kcharselect-18.12.0/main.cc     2018-11-08 01:01:22.000000000 +0100
@@ -23,7 +23,7 @@
 #include <KLocalizedString>
 #include <Kdelibs4ConfigMigrator>
 #include "kcharselectdia.h"
-#include "config-kcharselect.h"
+#include <config-kcharselect.h>
 
 int main(int argc, char **argv)
 {
@@ -42,24 +42,24 @@
   migrate.setUiFiles(QStringList() << QLatin1String("kcharselectui.rc"));
   migrate.migrate();
 
-  KAboutData aboutData( "kcharselect", i18n("KCharSelect"),
-    KCHARSELECT_VERSION, i18n("KDE character selection utility"), 
KAboutLicense::GPL,
-    QString(), i18n("A wrapper around the KCharSelect widget."), 
"http://utils.kde.org/projects/kcharselect"; );
-
-  aboutData.addAuthor(i18n("Christoph Feck"), i18n("KF5 port and current 
maintainer"), "cf...@kde.org");
-  aboutData.addAuthor(i18n("Daniel Laidig"), i18n("Author and previous 
maintainer"), "d.lai...@gmx.de" );
-  aboutData.addAuthor(i18n("Reginald Stadlbauer"), i18n("Author"), 
"reg...@kde.org");
+  KAboutData aboutData( QStringLiteral("kcharselect"), i18n("KCharSelect"),
+    QLatin1String(KCHARSELECT_VERSION), i18n("KDE character selection 
utility"), KAboutLicense::GPL,
+    QString(), i18n("A wrapper around the KCharSelect widget."), 
QStringLiteral("http://utils.kde.org/projects/kcharselect";) );
+
+  aboutData.addAuthor(i18n("Christoph Feck"), i18n("KF5 port and current 
maintainer"), QStringLiteral("cf...@kde.org"));
+  aboutData.addAuthor(i18n("Daniel Laidig"), i18n("Author and previous 
maintainer"), QStringLiteral("d.lai...@gmx.de") );
+  aboutData.addAuthor(i18n("Reginald Stadlbauer"), i18n("Author"), 
QStringLiteral("reg...@kde.org"));
 
   aboutData.addCredit( i18n("Daniel Laidig"), i18n("New GUI, Unicode 
information, incremental search,"
-        " and general improvements"), "d.lai...@gmx.de" );
-  aboutData.addCredit( i18n("Laurent Montel"), i18n("Porting help"), 
"mon...@kde.org" );
-  aboutData.addCredit( i18n("Constantin Berzan"), i18n("Previous maintainer"), 
"exit3...@gmail.com" );
+        " and general improvements"), QStringLiteral("d.lai...@gmx.de") );
+  aboutData.addCredit( i18n("Laurent Montel"), i18n("Porting help"), 
QStringLiteral("mon...@kde.org") );
+  aboutData.addCredit( i18n("Constantin Berzan"), i18n("Previous maintainer"), 
QStringLiteral("exit3...@gmail.com") );
   aboutData.addCredit( i18n("Nadeem Hasan"), i18n( "GUI cleanup and fixes" ),
-        "nha...@kde.org" );
+        QStringLiteral("nha...@kde.org") );
   aboutData.addCredit( i18n("Ryan Cumming"), i18n( "GUI cleanup and fixes" ),
-        "bodna...@phalynx.dhs.org" );
+        QStringLiteral("bodna...@phalynx.dhs.org") );
   aboutData.addCredit( i18n("Benjamin C. Meyer"), i18n("XMLUI conversion"),
-        "ben+kcharsel...@meyerhome.net" );
+        QStringLiteral("ben+kcharsel...@meyerhome.net" ));
   aboutData.addCredit( i18n("Bryce Nesbitt"), i18n("RTL support") );
 
   KAboutData::setApplicationData( aboutData );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/org.kde.kcharselect.appdata.xml 
new/kcharselect-18.12.0/org.kde.kcharselect.appdata.xml
--- old/kcharselect-18.08.3/org.kde.kcharselect.appdata.xml     2018-09-05 
07:53:01.000000000 +0200
+++ new/kcharselect-18.12.0/org.kde.kcharselect.appdata.xml     2018-11-08 
01:01:22.000000000 +0100
@@ -4,7 +4,6 @@
   <metadata_license>FSFAP</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <name>KCharSelect</name>
-  <name xml:lang="ast">KCharSelect</name>
   <name xml:lang="ca">KCharSelect</name>
   <name xml:lang="ca-valencia">KCharSelect</name>
   <name xml:lang="cs">KCharSelect</name>
@@ -23,13 +22,13 @@
   <name xml:lang="pl">KCharSelect</name>
   <name xml:lang="pt">KCharSelect</name>
   <name xml:lang="pt-BR">KCharSelect</name>
+  <name xml:lang="ru">KCharSelect</name>
   <name xml:lang="sk">KCharSelect</name>
   <name xml:lang="sv">Kcharselect</name>
   <name xml:lang="uk">KCharSelect</name>
   <name xml:lang="x-test">xxKCharSelectxx</name>
   <name xml:lang="zh-CN">字符选取器</name>
   <summary>Character Selector</summary>
-  <summary xml:lang="ast">Seleutor de caráuteres</summary>
   <summary xml:lang="ca">Selector de caràcters</summary>
   <summary xml:lang="ca-valencia">Selector de caràcters</summary>
   <summary xml:lang="de">Zeichenauswahl</summary>
@@ -47,6 +46,7 @@
   <summary xml:lang="pl">Tablica znaków</summary>
   <summary xml:lang="pt">Selector de Caracteres</summary>
   <summary xml:lang="pt-BR">Seletor de caracteres</summary>
+  <summary xml:lang="ru">Выбор символов</summary>
   <summary xml:lang="sk">Výber znakov</summary>
   <summary xml:lang="sv">Teckenväljare</summary>
   <summary xml:lang="uk">Таблиця символів</summary>
@@ -72,6 +72,7 @@
     <p xml:lang="pl">KCharSelect jest narzędziem do wybierania i kopiowania do 
schowka znaków specjalnych z wgranych czcionek.</p>
     <p xml:lang="pt">O KCharSelect é uma ferramenta para seleccionar 
caracteres especiais de todos os tipos de letra instalados e copiá-los para a 
área de transferência.</p>
     <p xml:lang="pt-BR">KCharSelect é uma ferramenta para selecionar 
caracteres especiais de todas as fontes instaladas e copiá-los para a área de 
transferência.</p>
+    <p xml:lang="ru">KCharSelect служит для выбора и копирования в буфер 
обмена символов, которые содержатся в шрифтах, но отсутствуют на клавиатуре.</p>
     <p xml:lang="sv">Teckenväljaren är ett verktyg för att välja specialtecken 
från alla installerade teckensnitt och kopiera dem till klippbordet.</p>
     <p xml:lang="uk">KCharSelect — програма для вибору спеціальних символів з 
усіх встановлених шрифтів і копіювання цих символів до буфера обміну даними.</p>
     <p xml:lang="x-test">xxKCharSelect is a tool to select special characters 
from all installed fonts and copy them into the clipboard.xx</p>
@@ -95,6 +96,7 @@
     <p xml:lang="pl">Możesz przeglądać znaki po ich kategorii lub szybko 
znaleźć jakiś znak wyszukując po jego nazwie.</p>
     <p xml:lang="pt">Poderá navegar pelos caracteres de acordo com a sua 
categoria ou descobrir rapidamente um dado carácter, pesquisando pelo seu 
nome.</p>
     <p xml:lang="pt-BR">Você pode navegar pelos caracteres pela sua categoria, 
ou localizar rapidamente por um determinado caractere, procurando pelo seu 
nome.</p>
+    <p xml:lang="ru">Приложение позволяет просматривать категории символов</p>
     <p xml:lang="sv">Det går att bläddra bland tecken enligt deras kategori 
eller snabbt hitta ett visst tecken genom att söka efter dess namn.</p>
     <p xml:lang="uk">Ви можете переглядати символи за категоріями або швидко 
знайти певний символ за його назвою.</p>
     <p xml:lang="x-test">xxYou can browse characters by their category or 
quickly find a certain character by searching for its name.xx</p>
@@ -118,6 +120,7 @@
     <p xml:lang="pl">KCharSelect wyświetla różne informacje o wybranym znaku. 
Zawiera nie tylko nazwę znaku Unikodu, lecz także aliasy, ogólne uwagi i 
odwołania do podobnych znaków</p>
     <p xml:lang="pt">O KCharSelect mostra diversas informações sobre o 
carácter seleccionado. Isto inclui não só o nome do carácter em Unicode, como 
também nomes alternativos, notas gerais e referências cruzadas para outros 
caracteres semelhantes.</p>
     <p xml:lang="pt-BR">O KCharSelect mostra várias informações sobre o 
caractere selecionado. Isso inclui não somente o nome do caractere Unicode, mas 
também os seus nomes alternativos, as notas gerais e as referências cruzadas 
para outros caracteres semelhantes.</p>
+    <p xml:lang="ru">KCharSelect отображает следующую информацию о выбранном 
символе: код символа, название, общие сведения и перекрёстные ссылки на похожие 
символы.</p>
     <p xml:lang="sv">Teckenväljaren visar diverse information om det valda 
tecknet. Det omfattar inte bara tecknets Unicode-namn, utan också alias, 
allmänna anmärkningar och korsreferenser till liknande tecken.</p>
     <p xml:lang="uk">Програма KCharSelect здатна показувати різноманітну 
інформацію щодо позначеного символу. Серед показаних даних буде не лише назва 
символу Unicode, але і його альтернативні назви, загальні нотатки та посилання 
на подібні символи.</p>
     <p xml:lang="x-test">xxKCharSelect displays various information about the 
selected character. This includes not only the Unicode character name, but also 
aliases, general notes and cross references to similar characters.xx</p>
@@ -141,6 +144,7 @@
     <p xml:lang="pl">Ze względów technicznych, wyświetlane są różne 
przedstawienia znaku.</p>
     <p xml:lang="pt">Para uso técnico, são apresentadas diferentes 
representações do mesmo carácter.</p>
     <p xml:lang="pt-BR">Para uso técnico, são apresentadas as diferentes 
representações do mesmo caractere.</p>
+    <p xml:lang="ru">Приложение выводит сведения о различных представлениях 
символа.</p>
     <p xml:lang="sv">För teknisk användning visas olika representationer av 
tecknet.</p>
     <p xml:lang="uk">З метою технічного використання буде показано 
різноманітні представлення позначеного символу.</p>
     <p xml:lang="x-test">xxFor technical use, different representations of the 
character are shown.xx</p>
@@ -164,13 +168,14 @@
     <p xml:lang="pl">KCharSelect zawiera także dane Unihan dla 
wschodnioazjatyckich znaków do wyświetlania definicji po angielsku i różnych 
wymów.</p>
     <p xml:lang="pt">O KCharSelect também contém os dados Unihan, dos 
caracteres da Ásia Oriental, para mostrar as definições em Inglês e as 
diferentes pronúncias.</p>
     <p xml:lang="pt-BR">O KCharSelect também contém os dados Unihan dos 
caracteres asiáticos, para mostrar as definições em inglês e as diferentes 
pronúncias.</p>
+    <p xml:lang="ru">В составе KCharSelect также есть данные от проекта 
UniHan, среди которых — английские толкования и варианты чтения иероглифов.</p>
     <p xml:lang="sv">Teckenväljaren innehåller också Unihan-data för 
östasiatiska tecken för att visa engelska definitioner och olika uttal.</p>
     <p xml:lang="uk">Крім того, KCharSelect показує дані Unihan для 
східноазійських мов, зокрема визначень англійською та різноманітних вимов.</p>
     <p xml:lang="x-test">xxKCharSelect also contains Unihan data for East 
Asian characters to display English definitions and different 
pronunciations.xx</p>
     <p xml:lang="zh-CN">字符选取器 也包括了东亚字符的 Unihan 数据,用于显示它们的英语定义和不同发音。</p>
   </description>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=kcharselect</url>
-  <url type="donation">https://www.kde.org/community/donations/</url>
+  <url 
type="donation">https://www.kde.org/community/donations/?app=kcharselect&amp;source=appdata</url>
   <url type="help">https://docs.kde.org/?application=kcharselect</url>
   <url type="homepage">https://utils.kde.org/projects/kcharselect/</url>
   <screenshots>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/org.kde.kcharselect.desktop 
new/kcharselect-18.12.0/org.kde.kcharselect.desktop
--- old/kcharselect-18.08.3/org.kde.kcharselect.desktop 2018-09-05 
07:53:01.000000000 +0200
+++ new/kcharselect-18.12.0/org.kde.kcharselect.desktop 2018-11-08 
01:01:22.000000000 +0100
@@ -2,7 +2,6 @@
 GenericName=Character Selector
 GenericName[af]=Karakter Kiesser
 GenericName[ar]=منتقي المحارف
-GenericName[ast]=Seleutor de caráuteres
 GenericName[bg]=Избор на знаци
 GenericName[br]=Dibaber arouezenn
 GenericName[bs]=Birač znakova
@@ -50,7 +49,7 @@
 GenericName[pt]=Selector de Caracteres
 GenericName[pt_BR]=Seletor de caracteres
 GenericName[ro]=Selector de caractere
-GenericName[ru]=Выбор символа
+GenericName[ru]=Выбор символов
 GenericName[sk]=Výber znakov
 GenericName[sl]=Izbirnik znakov
 GenericName[sq]=Zgjedhës i Gërmave
@@ -81,7 +80,6 @@
 Name=KCharSelect
 Name[af]=Kcharselect
 Name[ar]=منتقي محارفك
-Name[ast]=KCharSelect
 Name[bg]=CharSelect
 Name[br]=KCharSelect
 Name[bs]=KCharSelect
@@ -165,6 +163,7 @@
 Comment[fi]=Selaa kaikki Unicode-merkkejä
 Comment[fr]=Parcourir tous les caractères unicode
 Comment[gl]=Explorar todos os caracteres de Unicode.
+Comment[ia]=Cerca in omne characteres unicode
 Comment[id]=Telusuri semua karakter unicode
 Comment[it]=Sfoglia tutti i caratteri unicode
 Comment[ko]=모든 유니코드 문자 탐색
@@ -173,6 +172,7 @@
 Comment[pl]=Przeglądaj wszystkie znaki unikodu
 Comment[pt]=Navegar por todos os caracteres Unicode
 Comment[pt_BR]=Navegar por todos os caracteres Unicode
+Comment[ru]=Просмотр символов Юникод
 Comment[sk]=Prechádzať všetky unicove znaky
 Comment[sl]=Brskajte po vseh znakih unicode
 Comment[sr]=Прегледање свих уникодских знакова
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/ar/kcharselect.po 
new/kcharselect-18.12.0/po/ar/kcharselect.po
--- old/kcharselect-18.08.3/po/ar/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/ar/kcharselect.po        2018-12-07 
01:26:04.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2018-01-12 11:32+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/kcharselect-18.08.3/po/ast/kcharselect.po 
new/kcharselect-18.12.0/po/ast/kcharselect.po
--- old/kcharselect-18.08.3/po/ast/kcharselect.po       2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/ast/kcharselect.po       1970-01-01 
01:00:00.000000000 +0100
@@ -1,191 +0,0 @@
-# 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>, 2016, 2017.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
-"PO-Revision-Date: 2017-01-21 04:00+0100\n"
-"Last-Translator: enolp <en...@softastur.org>\n"
-"Language-Team: Asturian <alministrado...@softastur.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"
-
-#, kde-format
-msgctxt "NAME OF TRANSLATORS"
-msgid "Your names"
-msgstr "Softastur"
-
-#, kde-format
-msgctxt "EMAIL OF TRANSLATORS"
-msgid "Your emails"
-msgstr "alministrado...@softastur.org"
-
-#: kcharselectdia.cc:127 kcharselectdia.cc:137
-#, kde-format
-msgid "&To Clipboard"
-msgstr ""
-
-#: kcharselectdia.cc:143
-#, kde-format
-msgid "To Clipboard &UTF-8"
-msgstr ""
-
-#: kcharselectdia.cc:146
-#, kde-format
-msgid "To Clipboard &HTML"
-msgstr ""
-
-#: kcharselectdia.cc:150
-#, kde-format
-msgid "&From Clipboard"
-msgstr ""
-
-#: kcharselectdia.cc:155
-#, kde-format
-msgid "From Clipboard UTF-8"
-msgstr ""
-
-#: kcharselectdia.cc:158
-#, kde-format
-msgid "From Clipboard HTML"
-msgstr ""
-
-#: kcharselectdia.cc:161
-#, kde-format
-msgid "&Flip Text"
-msgstr ""
-
-#: kcharselectdia.cc:164
-#, kde-format
-msgid "&Reverse Direction"
-msgstr ""
-
-#: kcharselectdia.cc:185
-#, kde-format
-msgid "Bookmarks"
-msgstr "Marcadores"
-
-#. i18n: ectx: Menu (edit)
-#: kcharselectui.rc:4
-#, kde-format
-msgid "&Edit"
-msgstr "&Editar"
-
-#. i18n: ectx: ToolBar (mainToolBar)
-#: kcharselectui.rc:17
-#, kde-format
-msgid "Main Toolbar"
-msgstr "Barra de ferramientes principal"
-
-#: main.cc:45
-#, kde-format
-msgid "KCharSelect"
-msgstr "KCharSelect"
-
-#: main.cc:46
-#, kde-format
-msgid "KDE character selection utility"
-msgstr ""
-
-#: main.cc:47
-#, kde-format
-msgid "A wrapper around the KCharSelect widget."
-msgstr ""
-
-#: main.cc:49
-#, kde-format
-msgid "Christoph Feck"
-msgstr "Christoph Feck"
-
-#: main.cc:49
-#, kde-format
-msgid "KF5 port and current maintainer"
-msgstr "Puertu a KF5 y caltenedor actual"
-
-#: main.cc:50 main.cc:53
-#, kde-format
-msgid "Daniel Laidig"
-msgstr "Daniel Laidig"
-
-#: main.cc:50
-#, kde-format
-msgid "Author and previous maintainer"
-msgstr "Autor y caltenedor previu"
-
-#: main.cc:51
-#, kde-format
-msgid "Reginald Stadlbauer"
-msgstr "Reginald Stadlbauer"
-
-#: main.cc:51
-#, kde-format
-msgid "Author"
-msgstr "Autor"
-
-#: main.cc:53
-#, kde-format
-msgid ""
-"New GUI, Unicode information, incremental search, and general improvements"
-msgstr ""
-
-#: main.cc:55
-#, kde-format
-msgid "Laurent Montel"
-msgstr "Laurent Montel"
-
-#: main.cc:55
-#, kde-format
-msgid "Porting help"
-msgstr "Ayuda al portar"
-
-#: main.cc:56
-#, kde-format
-msgid "Constantin Berzan"
-msgstr "Constantin Berzan"
-
-#: main.cc:56
-#, kde-format
-msgid "Previous maintainer"
-msgstr "Caltenedor previu"
-
-#: main.cc:57
-#, kde-format
-msgid "Nadeem Hasan"
-msgstr "Nadeem Hasan"
-
-#: main.cc:57 main.cc:59
-#, kde-format
-msgid "GUI cleanup and fixes"
-msgstr "Llimpieza de GUI ya igües"
-
-#: main.cc:59
-#, kde-format
-msgid "Ryan Cumming"
-msgstr "Ryan Cumming"
-
-#: main.cc:61
-#, kde-format
-msgid "Benjamin C. Meyer"
-msgstr "Benjamin C. Meyer"
-
-#: main.cc:61
-#, kde-format
-msgid "XMLUI conversion"
-msgstr "Conversión XMLUI"
-
-#: main.cc:63
-#, kde-format
-msgid "Bryce Nesbitt"
-msgstr "Bryce Nesbitt"
-
-#: main.cc:63
-#, kde-format
-msgid "RTL support"
-msgstr "Sofitu de RTL"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/bg/kcharselect.po 
new/kcharselect-18.12.0/po/bg/kcharselect.po
--- old/kcharselect-18.08.3/po/bg/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/bg/kcharselect.po        2018-12-07 
01:26:04.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2011-07-15 21:33+0300\n"
 "Last-Translator: Yasen Pramatarov <ya...@lindeas.com>\n"
 "Language-Team: Bulgarian <d...@linux.zonebg.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/bs/kcharselect.po 
new/kcharselect-18.12.0/po/bs/kcharselect.po
--- old/kcharselect-18.08.3/po/bs/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/bs/kcharselect.po        2018-12-07 
01:26:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2013-10-18 20:12+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosanski <lo...@lugbih.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/ca/kcharselect.po 
new/kcharselect-18.12.0/po/ca/kcharselect.po
--- old/kcharselect-18.08.3/po/ca/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/ca/kcharselect.po        2018-12-07 
01:26:04.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2017-08-30 08:26+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/ca@valencia/kcharselect.po 
new/kcharselect-18.12.0/po/ca@valencia/kcharselect.po
--- old/kcharselect-18.08.3/po/ca@valencia/kcharselect.po       2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/ca@valencia/kcharselect.po       2018-12-07 
01:26:04.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2017-08-30 08:26+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/cs/kcharselect.po 
new/kcharselect-18.12.0/po/cs/kcharselect.po
--- old/kcharselect-18.08.3/po/cs/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/cs/kcharselect.po        2018-12-07 
01:26:04.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2017-09-11 14:07+0100\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/kcharselect-18.08.3/po/da/kcharselect.po 
new/kcharselect-18.12.0/po/da/kcharselect.po
--- old/kcharselect-18.08.3/po/da/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/da/kcharselect.po        2018-12-07 
01:26:04.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2017-03-22 17:21+0100\n"
 "Last-Translator: Martin Schlander <mschlan...@opensuse.org>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/de/kcharselect.po 
new/kcharselect-18.12.0/po/de/kcharselect.po
--- old/kcharselect-18.08.3/po/de/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/de/kcharselect.po        2018-12-07 
01:26:04.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-09-10 14:28+0100\n"
 "Last-Translator: Frederik Schwarzer <schwar...@kde.org>\n"
 "Language-Team: German <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/el/kcharselect.po 
new/kcharselect-18.12.0/po/el/kcharselect.po
--- old/kcharselect-18.08.3/po/el/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/el/kcharselect.po        2018-12-07 
01:26:04.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-11-02 15:57+0200\n"
 "Last-Translator: Petros Vidalis <pvida...@gmail.com>\n"
 "Language-Team: Greek <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/en_GB/kcharselect.po 
new/kcharselect-18.12.0/po/en_GB/kcharselect.po
--- old/kcharselect-18.08.3/po/en_GB/kcharselect.po     2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/en_GB/kcharselect.po     2018-12-07 
01:26:04.000000000 +0100
@@ -7,10 +7,10 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-09-03 14:15+0000\n"
 "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n"
-"Language-Team: British English <kde-l10n-en...@kde.org>\n"
+"Language-Team: English <kde-l10n-en...@kde.org>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/eo/kcharselect.po 
new/kcharselect-18.12.0/po/eo/kcharselect.po
--- old/kcharselect-18.08.3/po/eo/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/eo/kcharselect.po        2018-12-07 
01:26:04.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: $Id: kcharselect.po,v 1.1 1999/12/09 18:13:08 wolfram "
 "Exp $\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2002-09-05 22:24+0200\n"
 "Last-Translator: Heiko Evermann <he...@evermann.de>\n"
 "Language-Team: Esperanto\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/es/kcharselect.po 
new/kcharselect-18.12.0/po/es/kcharselect.po
--- old/kcharselect-18.08.3/po/es/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/es/kcharselect.po        2018-12-07 
01:26:04.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-09-04 11:47+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/kcharselect-18.08.3/po/et/kcharselect.po 
new/kcharselect-18.12.0/po/et/kcharselect.po
--- old/kcharselect-18.08.3/po/et/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/et/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-09-08 03:27+0300\n"
 "Last-Translator: Marek Laane <qiila...@gmail.com>\n"
 "Language-Team: Estonian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/eu/kcharselect.po 
new/kcharselect-18.12.0/po/eu/kcharselect.po
--- old/kcharselect-18.08.3/po/eu/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/eu/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2017-06-21 21:58+0200\n"
 "Last-Translator: Iñigo Salvador Azurmendi <xa...@euskalnet.net>\n"
 "Language-Team: Basque <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/fa/kcharselect.po 
new/kcharselect-18.12.0/po/fa/kcharselect.po
--- old/kcharselect-18.08.3/po/fa/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/fa/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2006-12-25 16:07+0330\n"
 "Last-Translator: Nasim Daniarzadeh <daniarza...@itland.ir>\n"
 "Language-Team: Persian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/fi/kcharselect.po 
new/kcharselect-18.12.0/po/fi/kcharselect.po
--- old/kcharselect-18.08.3/po/fi/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/fi/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2017-01-08 21:49+0200\n"
 "Last-Translator: Lasse Liehu <lasse.li...@gmail.com>\n"
 "Language-Team: Finnish <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/fr/kcharselect.po 
new/kcharselect-18.12.0/po/fr/kcharselect.po
--- old/kcharselect-18.08.3/po/fr/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/fr/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2017-05-01 12:20+0200\n"
 "Last-Translator: Peter Potrowl <peter.potr...@gmail.com>\n"
 "Language-Team: French <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/ga/kcharselect.po 
new/kcharselect-18.12.0/po/ga/kcharselect.po
--- old/kcharselect-18.08.3/po/ga/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/ga/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kdeutils/kcharselect.po\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2004-12-03 14:52-0500\n"
 "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n"
 "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/gl/kcharselect.po 
new/kcharselect-18.12.0/po/gl/kcharselect.po
--- old/kcharselect-18.08.3/po/gl/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/gl/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2017-07-24 16:05+0100\n"
 "Last-Translator: Adrián Chaves <adr...@chaves.io>\n"
 "Language-Team: Galician <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/he/kcharselect.po 
new/kcharselect-18.12.0/po/he/kcharselect.po
--- old/kcharselect-18.08.3/po/he/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/he/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2017-05-16 07:04-0400\n"
 "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n"
 "Language-Team: Hebrew <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/hi/kcharselect.po 
new/kcharselect-18.12.0/po/hi/kcharselect.po
--- old/kcharselect-18.08.3/po/hi/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/hi/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2008-02-03 12:41+0530\n"
 "Last-Translator: Ravishankar Shrivastava <aviratl...@aol.in>\n"
 "Language-Team: Hindi <indlinux-hi...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/hr/kcharselect.po 
new/kcharselect-18.12.0/po/hr/kcharselect.po
--- old/kcharselect-18.08.3/po/hr/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/hr/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect 0\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2009-09-21 23:12+0200\n"
 "Last-Translator: Marko Dimjasevic <ma...@dimjasevic.net>\n"
 "Language-Team: Croatian <kde-croatia-l...@lists.sourceforge.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/hu/kcharselect.po 
new/kcharselect-18.12.0/po/hu/kcharselect.po
--- old/kcharselect-18.08.3/po/hu/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/hu/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: KDE 4.4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2009-12-22 16:16+0100\n"
 "Last-Translator: Tamas Szanto <tasza...@gmail.com>\n"
 "Language-Team: Hungarian <kde-li...@sophia.jpte.hu>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/ia/kcharselect.po 
new/kcharselect-18.12.0/po/ia/kcharselect.po
--- old/kcharselect-18.08.3/po/ia/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/ia/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2017-04-17 22:51+0100\n"
 "Last-Translator: giovanni <g.s...@tiscali.it>\n"
 "Language-Team: Interlingua <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/id/kcharselect.po 
new/kcharselect-18.12.0/po/id/kcharselect.po
--- old/kcharselect-18.08.3/po/id/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/id/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2018-06-13 13:01+0700\n"
 "Last-Translator: Wantoyo <wanto...@gmail.com>\n"
 "Language-Team: Indonesian <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/is/kcharselect.po 
new/kcharselect-18.12.0/po/is/kcharselect.po
--- old/kcharselect-18.08.3/po/is/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/is/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2010-05-31 12:28+0000\n"
 "Last-Translator: Sveinn í Felli <svei...@nett.is>\n"
 "Language-Team: Icelandic <kde-...@molar.is>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/it/kcharselect.po 
new/kcharselect-18.12.0/po/it/kcharselect.po
--- old/kcharselect-18.08.3/po/it/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/it/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-09-07 10:26+0200\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/kcharselect-18.08.3/po/ja/kcharselect.po 
new/kcharselect-18.12.0/po/ja/kcharselect.po
--- old/kcharselect-18.08.3/po/ja/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/ja/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2010-05-10 00:30-0700\n"
 "Last-Translator: Fumiaki Okushi <oku...@kde.gr.jp>\n"
 "Language-Team: Japanese <kde...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/kk/kcharselect.po 
new/kcharselect-18.12.0/po/kk/kcharselect.po
--- old/kcharselect-18.08.3/po/kk/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/kk/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2010-07-03 09:27+0600\n"
 "Last-Translator: Sairan Kikkarin <sai...@computer.org>\n"
 "Language-Team: Kazakh <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/km/kcharselect.po 
new/kcharselect-18.12.0/po/km/kcharselect.po
--- old/kcharselect-18.08.3/po/km/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/km/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2010-01-29 11:02+0700\n"
 "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n"
 "Language-Team: Khmer <supp...@khmeros.info>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/ko/kcharselect.po 
new/kcharselect-18.12.0/po/ko/kcharselect.po
--- old/kcharselect-18.08.3/po/ko/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/ko/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-12-05 22:44+0100\n"
 "Last-Translator: Shinjo Park <k...@peremen.name>\n"
 "Language-Team: Korean <k...@peremen.name>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/lt/kcharselect.po 
new/kcharselect-18.12.0/po/lt/kcharselect.po
--- old/kcharselect-18.08.3/po/lt/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/lt/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2017-07-31 07:15+0200\n"
 "Last-Translator: Mindaugas Baranauskas <opensuse.lietuviu.ka...@gmail.com>\n"
 "Language-Team: Lithuanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/lv/kcharselect.po 
new/kcharselect-18.12.0/po/lv/kcharselect.po
--- old/kcharselect-18.08.3/po/lv/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/lv/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2010-01-09 15:44+0200\n"
 "Last-Translator: Viesturs Zarins <viesturs.zar...@mii.lu.lv>\n"
 "Language-Team: Latvian <loc...@laka.lv>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/mr/kcharselect.po 
new/kcharselect-18.12.0/po/mr/kcharselect.po
--- old/kcharselect-18.08.3/po/mr/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/mr/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2013-03-14 15:56+0530\n"
 "Last-Translator: Chetan Khona <che...@kompkin.com>\n"
 "Language-Team: Marathi <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/nb/kcharselect.po 
new/kcharselect-18.12.0/po/nb/kcharselect.po
--- old/kcharselect-18.08.3/po/nb/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/nb/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2009-09-06 19:46+0200\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/kcharselect-18.08.3/po/nds/kcharselect.po 
new/kcharselect-18.12.0/po/nds/kcharselect.po
--- old/kcharselect-18.08.3/po/nds/kcharselect.po       2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/nds/kcharselect.po       2018-12-07 
01:26:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2009-08-29 00:29+0200\n"
 "Last-Translator: Sönke Dibbern <s_dibb...@web.de>\n"
 "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/nl/kcharselect.po 
new/kcharselect-18.12.0/po/nl/kcharselect.po
--- old/kcharselect-18.08.3/po/nl/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/nl/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-09-03 00:37+0200\n"
 "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
 "Language-Team: Dutch <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/nn/kcharselect.po 
new/kcharselect-18.12.0/po/nn/kcharselect.po
--- old/kcharselect-18.08.3/po/nn/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/nn/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2018-07-31 16:15+0100\n"
 "Last-Translator: Øystein Steffensen-Alværvik <yst...@posteo.net>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/pa/kcharselect.po 
new/kcharselect-18.12.0/po/pa/kcharselect.po
--- old/kcharselect-18.08.3/po/pa/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/pa/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2010-01-31 10:28+0530\n"
 "Last-Translator: A S Alam <aa...@users.sf.net>\n"
 "Language-Team: ਪੰਜਾਬੀ <punjabi-us...@lists.sf.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/pl/kcharselect.po 
new/kcharselect-18.12.0/po/pl/kcharselect.po
--- old/kcharselect-18.08.3/po/pl/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/pl/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -1,4 +1,4 @@
-# Version: $Revision: 1497146 $
+# Version: $Revision: 1528210 $
 # translation of kcharselect.po to Polish
 # Michał Rudolf <mrud...@kdewebdev.org>, 2002.
 # Michal Rudolf <mrud...@kdewebdev.org>, 2003, 2005, 2007, 2008, 2009, 2010.
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-09-03 08:06+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/kcharselect-18.08.3/po/pt/kcharselect.po 
new/kcharselect-18.12.0/po/pt/kcharselect.po
--- old/kcharselect-18.08.3/po/pt/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/pt/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-08-10 12:06+0100\n"
 "Last-Translator: José Nuno Pires <zepi...@gmail.com>\n"
 "Language-Team: pt <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/pt_BR/kcharselect.po 
new/kcharselect-18.12.0/po/pt_BR/kcharselect.po
--- old/kcharselect-18.08.3/po/pt_BR/kcharselect.po     2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/pt_BR/kcharselect.po     2018-12-07 
01:26:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2018-02-21 10:31-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n"
 "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/ro/kcharselect.po 
new/kcharselect-18.12.0/po/ro/kcharselect.po
--- old/kcharselect-18.08.3/po/ro/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/ro/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2013-10-27 11:31+0200\n"
 "Last-Translator: Sergiu Bivol <ser...@ase.md>\n"
 "Language-Team: Romanian <kde-i18n...@kde.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/ru/kcharselect.po 
new/kcharselect-18.12.0/po/ru/kcharselect.po
--- old/kcharselect-18.08.3/po/ru/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/ru/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2018-10-26 22:13+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
@@ -113,7 +113,6 @@
 
 #: main.cc:49
 #, kde-format
-#| msgid "Author and maintainer"
 msgid "KF5 port and current maintainer"
 msgstr "Перенос программы на KF5 и нынешний сопровождающий"
 
@@ -124,7 +123,6 @@
 
 #: main.cc:50
 #, kde-format
-#| msgid "Author and maintainer"
 msgid "Author and previous maintainer"
 msgstr "Автор и прежний сопровождающий"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/sk/kcharselect.po 
new/kcharselect-18.12.0/po/sk/kcharselect.po
--- old/kcharselect-18.08.3/po/sk/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/sk/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-09-02 21:42+0100\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/kcharselect-18.08.3/po/sl/kcharselect.po 
new/kcharselect-18.12.0/po/sl/kcharselect.po
--- old/kcharselect-18.08.3/po/sl/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/sl/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -1,7 +1,7 @@
 # Translation of kcharselect.po to Slovenian
 # SLOVENIAN TRANSLATION OF KCHARSELECT.
 # Copyright (C) 2000,2003, 2005 Free Software Foundation, Inc.
-# $Id: kcharselect.po 1497146 2017-09-06 06:13:03Z scripty $
+# $Id: kcharselect.po 1528210 2018-11-12 06:44:57Z scripty $
 # $Source$
 #
 # Roman Maurer <roman.mau...@hermes.si>, 2000.
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-09-04 09:26+0200\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/kcharselect-18.08.3/po/sr/kcharselect.po 
new/kcharselect-18.12.0/po/sr/kcharselect.po
--- old/kcharselect-18.08.3/po/sr/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/sr/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-11-23 19:27+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/kcharselect-18.08.3/po/sv/kcharselect.po 
new/kcharselect-18.12.0/po/sv/kcharselect.po
--- old/kcharselect-18.08.3/po/sv/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/sv/kcharselect.po        2018-12-07 
01:26:05.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-09-02 12:10+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/kcharselect-18.08.3/po/tr/kcharselect.po 
new/kcharselect-18.12.0/po/tr/kcharselect.po
--- old/kcharselect-18.08.3/po/tr/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/tr/kcharselect.po        2018-12-07 
01:26:06.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kdeutils-kde4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2017-10-03 15:03+0000\n"
 "Last-Translator: Kaan <kaanozdin...@gmail.com>\n"
 "Language-Team: Turkish (http://www.transifex.com/projects/p/kdeutils-k-tr/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/ug/kcharselect.po 
new/kcharselect-18.12.0/po/ug/kcharselect.po
--- old/kcharselect-18.08.3/po/ug/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/ug/kcharselect.po        2018-12-07 
01:26:06.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n"
 "Language-Team: Uyghur Computer Science Association <u...@yahoogroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/uk/kcharselect.po 
new/kcharselect-18.12.0/po/uk/kcharselect.po
--- old/kcharselect-18.08.3/po/uk/kcharselect.po        2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/uk/kcharselect.po        2018-12-07 
01:26:06.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-09-02 15:03+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/kcharselect-18.08.3/po/zh_CN/kcharselect.po 
new/kcharselect-18.12.0/po/zh_CN/kcharselect.po
--- old/kcharselect-18.08.3/po/zh_CN/kcharselect.po     2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/zh_CN/kcharselect.po     2018-12-07 
01:26:06.000000000 +0100
@@ -5,8 +5,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
-"PO-Revision-Date: 2018-11-01 23:26\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
+"PO-Revision-Date: 2018-11-12 09:28\n"
 "Last-Translator: guoyunhe <i...@guoyunhe.me>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-18.08.3/po/zh_TW/kcharselect.po 
new/kcharselect-18.12.0/po/zh_TW/kcharselect.po
--- old/kcharselect-18.08.3/po/zh_TW/kcharselect.po     2018-11-06 
01:13:22.000000000 +0100
+++ new/kcharselect-18.12.0/po/zh_TW/kcharselect.po     2018-12-07 
01:26:06.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcharselect\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2017-09-06 06:52+0200\n"
+"POT-Creation-Date: 2018-11-12 06:55+0100\n"
 "PO-Revision-Date: 2016-11-10 14:18+0800\n"
 "Last-Translator: Jeff Huang <s8321...@gmail.com>\n"
 "Language-Team: Chinese <kde-i18n-...@kde.org>\n"


Reply via email to