Hello community,

here is the log from the commit of package ffmpegthumbs for openSUSE:Factory 
checked in at 2019-01-24 14:04:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpegthumbs (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpegthumbs.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpegthumbs"

Thu Jan 24 14:04:45 2019 rev:45 rq:665079 version:18.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpegthumbs/ffmpegthumbs.changes        
2019-01-08 12:20:10.204820597 +0100
+++ /work/SRC/openSUSE:Factory/.ffmpegthumbs.new.28833/ffmpegthumbs.changes     
2019-01-24 14:04:53.219950556 +0100
@@ -1,0 +2,11 @@
+Fri Jan 11 05:41:54 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.1.php
+- Changes since 18.12.0:
+  * i18n: allow to translate the configuration
+- Generate -lang subpackage
+
+-------------------------------------------------------------------

Old:
----
  ffmpegthumbs-18.12.0.tar.xz

New:
----
  ffmpegthumbs-18.12.1.tar.xz

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

Other differences:
------------------
++++++ ffmpegthumbs.spec ++++++
--- /var/tmp/diff_new_pack.ESMh5z/_old  2019-01-24 14:04:53.767949929 +0100
+++ /var/tmp/diff_new_pack.ESMh5z/_new  2019-01-24 14:04:53.767949929 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ffmpegthumbs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -16,11 +16,13 @@
 #
 
 
+%bcond_without lang
+
 %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}')}
 Name:           ffmpegthumbs
-Version:        18.12.0
+Version:        18.12.1
 Release:        0
 Summary:        FFmpeg-based thumbnail creator for video files
 License:        LGPL-2.0-or-later
@@ -39,10 +41,13 @@
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(libswscale)
+Recommends:     %{name}-lang
 
 %description
 FFmpeg-based thumbnail creator for video files.
 
+%lang_package
+
 %prep
 %setup -q
 
@@ -52,6 +57,9 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+   %find_lang %{name} --with-man --all-name
+  %endif
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -63,4 +71,9 @@
 %dir %{_kf5_configkcfgdir}
 %{_kf5_configkcfgdir}/ffmpegthumbnailersettings5.kcfg
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%license COPYING
+%endif
+
 %changelog

++++++ ffmpegthumbs-18.12.0.tar.xz -> ffmpegthumbs-18.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/CMakeLists.txt 
new/ffmpegthumbs-18.12.1/CMakeLists.txt
--- old/ffmpegthumbs-18.12.0/CMakeLists.txt     2018-11-03 16:25:54.000000000 
+0100
+++ new/ffmpegthumbs-18.12.1/CMakeLists.txt     2019-01-08 01:09:53.000000000 
+0100
@@ -26,6 +26,8 @@
 # Certain versions of FFMPEG need this to be defined
 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D __STDC_CONSTANT_MACROS")
 
+add_definitions(-DTRANSLATION_DOMAIN=\"ffmpegthumbs\")
+
 set( ffmpegthumbs_PART_SRCS
   ffmpegthumbnailer.cpp
   ffmpegthumbnailer/filmstripfilter.cpp
@@ -49,3 +51,4 @@
 if(BUILD_TESTING)
     add_subdirectory(tests)
 endif()
+ki18n_install(po)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/Messages.sh 
new/ffmpegthumbs-18.12.1/Messages.sh
--- old/ffmpegthumbs-18.12.0/Messages.sh        1970-01-01 01:00:00.000000000 
+0100
+++ new/ffmpegthumbs-18.12.1/Messages.sh        2018-12-26 11:25:53.000000000 
+0100
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+$XGETTEXT `find . -name '*.cpp' | grep -v '/tests/'` -o $podir/ffmpegthumbs.pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/ca/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/ca/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/ca/ffmpegthumbs.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/ca/ffmpegthumbs.po      2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,27 @@
+# Translation of ffmpegthumbs.po to Catalan
+# Copyright (C) 2018 This_file_is_part_of_KDE
+# This file is distributed under the license LGPL version 2.1 or
+# version 3 or later versions approved by the membership of KDE e.V.
+#
+# Josep Ma. Ferrer <txe...@gmail.com>, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: ffmpegthumbs\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2018-12-27 13:12+0100\n"
+"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
+"Language-Team: Catalan <kde-i18n...@kde.org>\n"
+"Language: ca\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-Accelerator-Marker: &\n"
+"X-Generator: Lokalize 2.0\n"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr "Incrusta un efecte de cinta de pel·lícula"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/ca@valencia/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/ca@valencia/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/ca@valencia/ffmpegthumbs.po     1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/ca@valencia/ffmpegthumbs.po     2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,27 @@
+# Translation of ffmpegthumbs.po to Catalan (Valencian)
+# Copyright (C) 2018 This_file_is_part_of_KDE
+# This file is distributed under the license LGPL version 2.1 or
+# version 3 or later versions approved by the membership of KDE e.V.
+#
+# Josep Ma. Ferrer <txe...@gmail.com>, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: ffmpegthumbs\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2018-12-27 13:12+0100\n"
+"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
+"Language-Team: Catalan <kde-i18n...@kde.org>\n"
+"Language: ca@valencia\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-Accelerator-Marker: &\n"
+"X-Generator: Lokalize 2.0\n"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr "Incrusta un efecte de cinta de pel·lícula"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/fr/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/fr/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/fr/ffmpegthumbs.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/fr/ffmpegthumbs.po      2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,23 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ffmpegthumbs\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2018-12-28 14:59+0100\n"
+"Last-Translator: KDE Francophone <kde-francoph...@kde.org>\n"
+"Language-Team: KDE Francophone <kde-francoph...@kde.org>\n"
+"Language: fr\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"
+"X-Environment: kde\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/gl/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/gl/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/gl/ffmpegthumbs.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/gl/ffmpegthumbs.po      2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2018-12-28 19:26+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\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 2.0\n"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr "Incrustar o efecto filmstrip"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/it/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/it/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/it/ffmpegthumbs.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/it/ffmpegthumbs.po      2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the ffmpegthumbs package.
+# Vincenzo Reale <smart2...@baslug.org>, 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ffmpegthumbs\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2018-12-27 19:52+0100\n"
+"Last-Translator: Vincenzo Reale <smart2...@baslug.org>\n"
+"Language-Team: Italian <kde-i18n...@kde.org>\n"
+"Language: it_IT\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 18.12.0\n"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr "Inserisci effetto pellicola"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/nl/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/nl/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/nl/ffmpegthumbs.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/nl/ffmpegthumbs.po      2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Freek de Kruijf <freekdekru...@kde.nl>, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2018-12-27 12:39+0100\n"
+"Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n"
+"Language-Team: Dutch <kde-i18n...@kde.org>\n"
+"Language: nl\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"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr "Filmstripeffect inbedden"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/pl/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/pl/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/pl/ffmpegthumbs.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/pl/ffmpegthumbs.po      2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,25 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>, 2019.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2019-01-02 15:05+0100\n"
+"Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
+"Language-Team: Polish <kde-i18n-...@kde.org>\n"
+"Language: pl\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%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 2.0\n"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr "Osadź efekt klatek filmu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/pt/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/pt/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/pt/ffmpegthumbs.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/pt/ffmpegthumbs.po      2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,19 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ffmpegthumbs\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2018-12-28 18:18+0000\n"
+"Last-Translator: José Nuno Coelho Pires <zepi...@gmail.com>\n"
+"Language-Team: Portuguese <kde-i18n...@kde.org>\n"
+"Language: \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"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr "Incorporar um efeito de fita do filme"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/sk/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/sk/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/sk/ffmpegthumbs.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/sk/ffmpegthumbs.po      2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,22 @@
+# translation of ffmpegthumbs.po to Slovak
+# Roman Paholik <wizzar...@gmail.com>, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: ffmpegthumbs\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2018-12-29 22:32+0100\n"
+"Last-Translator: iRoman Paholík <wizzar...@gmail.com>\n"
+"Language-Team: Slovak <kde...@linux.sk>\n"
+"Language: sk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 2.0\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr "Vložiť efekt filmového pásu"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/sv/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/sv/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/sv/ffmpegthumbs.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/sv/ffmpegthumbs.po      2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Stefan Asserhäll <stefan.asserh...@bredband.net>, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2018-12-27 09:31+0100\n"
+"Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n"
+"Language-Team: Swedish <kde-i18n-...@kde.org>\n"
+"Language: sv_SE\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"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr "Inbädda effekt med filmremsa"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/uk/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/uk/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/uk/ffmpegthumbs.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/uk/ffmpegthumbs.po      2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,27 @@
+# Translation of ffmpegthumbs.po to Ukrainian
+# Copyright (C) 2018 This_file_is_part_of_KDE
+# This file is distributed under the license LGPL version 2.1 or
+# version 3 or later versions approved by the membership of KDE e.V.
+#
+# Yuri Chornoivan <yurc...@ukr.net>, 2018.
+msgid ""
+msgstr ""
+"Project-Id-Version: ffmpegthumbs\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2018-12-27 07:50+0200\n"
+"Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
+"Language-Team: Ukrainian <kde-i18n...@kde.org>\n"
+"Language: uk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr "Вбудувати ефект кінострічки"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/zh_CN/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/zh_CN/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/zh_CN/ffmpegthumbs.po   1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/zh_CN/ffmpegthumbs.po   2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,28 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: kdeorg\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2019-01-05 20:50\n"
+"Last-Translator: guoyunhe <i...@guoyunhe.me>\n"
+"Language-Team: Chinese Simplified\n"
+"Language: zh_CN\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: crowdin.com\n"
+"X-Crowdin-Project: kdeorg\n"
+"X-Crowdin-Language: zh-CN\n"
+"X-Crowdin-File: /kf5-stable/messages/kdemultimedia/ffmpegthumbs.pot\n"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr "嵌入胶片效果"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ffmpegthumbs-18.12.0/po/zh_TW/ffmpegthumbs.po 
new/ffmpegthumbs-18.12.1/po/zh_TW/ffmpegthumbs.po
--- old/ffmpegthumbs-18.12.0/po/zh_TW/ffmpegthumbs.po   1970-01-01 
01:00:00.000000000 +0100
+++ new/ffmpegthumbs-18.12.1/po/zh_TW/ffmpegthumbs.po   2019-01-08 
01:09:53.000000000 +0100
@@ -0,0 +1,24 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# pan93412 <pan93...@gmail.com>, 2019.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2018-12-27 07:18+0100\n"
+"PO-Revision-Date: 2019-01-05 12:53+0800\n"
+"Last-Translator: pan93412 <pan93...@gmail.com>\n"
+"Language-Team: Chinese <zh-l...@linux.org.tw>\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=1; plural=0;\n"
+"X-Generator: Lokalize 18.12.0\n"
+
+#: ffmpegthumbnailer.cpp:65
+#, kde-format
+msgctxt "@option:check"
+msgid "Embed filmstrip effect"
+msgstr "嵌入式 filmstrip 特效"


Reply via email to