Hello community, here is the log from the commit of package kio_audiocd for openSUSE:Factory checked in at 2019-03-11 11:10:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio_audiocd (Old) and /work/SRC/openSUSE:Factory/.kio_audiocd.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio_audiocd" Mon Mar 11 11:10:29 2019 rev:86 rq:683200 version:18.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kio_audiocd/kio_audiocd.changes 2019-02-14 14:17:44.104092924 +0100 +++ /work/SRC/openSUSE:Factory/.kio_audiocd.new.28833/kio_audiocd.changes 2019-03-11 11:10:30.677428042 +0100 @@ -1,0 +2,12 @@ +Sat Mar 09 08:03:18 UTC 2019 - [email protected] + +- Update to 18.12.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.3.php +- Changes since 18.12.2: + * Remove incorrect <provides><library> from appdata, not a real library + * Call KLocalizedString::setApplicationDomain only after QApp instance done + * Fix Ogg Vorbis logic for Average and Min/Max bitrates + +------------------------------------------------------------------- Old: ---- audiocd-kio-18.12.2.tar.xz New: ---- audiocd-kio-18.12.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio_audiocd.spec ++++++ --- /var/tmp/diff_new_pack.h0pafc/_old 2019-03-11 11:10:31.513427803 +0100 +++ /var/tmp/diff_new_pack.h0pafc/_new 2019-03-11 11:10:31.541427795 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kio_audiocd -Version: 18.12.2 +Version: 18.12.3 Release: 0 Summary: KDE I/O Slave for Audio CDs License: GPL-2.0-or-later ++++++ audiocd-kio-18.12.2.tar.xz -> audiocd-kio-18.12.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/audiocd.cpp new/audiocd-kio-18.12.3/audiocd.cpp --- old/audiocd-kio-18.12.2/audiocd.cpp 2019-01-20 07:39:50.000000000 +0100 +++ new/audiocd-kio-18.12.3/audiocd.cpp 2019-02-16 17:06:39.000000000 +0100 @@ -76,13 +76,13 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) { - KLocalizedString::setApplicationDomain("kio_audiocd"); // QApplication uses libkcddb which needs a valid kapp pointer // GUIenabled must be true as libkcddb sometimes wants to communicate // with the user qunsetenv("SESSION_MANAGER"); QApplication app(argc, argv); app.setApplicationName(QStringLiteral("kio_audiocd")); + KLocalizedString::setApplicationDomain("kio_audiocd"); if (argc != 4) { fprintf(stderr, "Usage: kio_audiocd protocol pool app\n"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/data/org.kde.kio_audiocd.appdata.xml new/audiocd-kio-18.12.3/data/org.kde.kio_audiocd.appdata.xml --- old/audiocd-kio-18.12.2/data/org.kde.kio_audiocd.appdata.xml 2019-01-20 07:39:50.000000000 +0100 +++ new/audiocd-kio-18.12.3/data/org.kde.kio_audiocd.appdata.xml 2019-02-16 17:06:39.000000000 +0100 @@ -97,7 +97,4 @@ </screenshot> </screenshots> <project_group>KDE</project_group> - <provides> - <library>libkio_audiocd.so</library> - </provides> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/kcmaudiocd/audiocd.desktop new/audiocd-kio-18.12.3/kcmaudiocd/audiocd.desktop --- old/audiocd-kio-18.12.2/kcmaudiocd/audiocd.desktop 2019-01-20 07:39:50.000000000 +0100 +++ new/audiocd-kio-18.12.3/kcmaudiocd/audiocd.desktop 2019-02-16 17:06:39.000000000 +0100 @@ -93,7 +93,7 @@ Comment[nn]=Oppsett av IU-slave for lyd-CD Comment[pl]=Konfiguracja procedury we/wy dla płyt z muzyką Comment[pt]=Configuração do IO Slave de CDs-Áudio -Comment[pt_BR]=Configuração do audiocd IO Slave +Comment[pt_BR]=Configuração do IO slave de CD de áudio Comment[ro]=Configurare pentru sclavul I/E „audiocd” Comment[ru]=Настройка протокола AudioCD Comment[se]=Heivet SO-šláva jietna-CD:aid várás diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/plugins/vorbis/encodervorbisconfig.ui new/audiocd-kio-18.12.3/plugins/vorbis/encodervorbisconfig.ui --- old/audiocd-kio-18.12.2/plugins/vorbis/encodervorbisconfig.ui 2019-01-20 07:39:50.000000000 +0100 +++ new/audiocd-kio-18.12.3/plugins/vorbis/encodervorbisconfig.ui 2019-02-16 17:06:39.000000000 +0100 @@ -365,5 +365,47 @@ <receiver>vorbis_quality_settings</receiver> <slot>setVisible(bool)</slot> </connection> + <connection> + <sender>kcfg_set_vorbis_nominal_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_set_vorbis_max_br</receiver> + <slot>setDisabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_set_vorbis_nominal_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_set_vorbis_min_br</receiver> + <slot>setDisabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_set_vorbis_nominal_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_vorbis_nominal_br</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_set_vorbis_max_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_vorbis_max_br</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_set_vorbis_min_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_vorbis_min_br</receiver> + <slot>setEnabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_set_vorbis_max_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_set_vorbis_nominal_br</receiver> + <slot>setDisabled(bool)</slot> + </connection> + <connection> + <sender>kcfg_set_vorbis_min_br</sender> + <signal>toggled(bool)</signal> + <receiver>kcfg_set_vorbis_nominal_br</receiver> + <slot>setDisabled(bool)</slot> + </connection> </connections> </ui> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/po/ca/audiocd_encoder_lame.po new/audiocd-kio-18.12.3/po/ca/audiocd_encoder_lame.po --- old/audiocd-kio-18.12.2/po/ca/audiocd_encoder_lame.po 2019-02-05 01:30:28.000000000 +0100 +++ new/audiocd-kio-18.12.3/po/ca/audiocd_encoder_lame.po 2019-03-05 01:12:47.000000000 +0100 @@ -1,23 +1,24 @@ # Translation of audiocd_encoder_lame.po to Catalan -# Copyright (C) 2004-2018 This_file_is_part_of_KDE +# Copyright (C) 2004-2019 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. # # Albert Astals Cid <[email protected]>, 2004. # Josep Ma. Ferrer <[email protected]>, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2015, 2018. +# Antoni Bella Pérez <[email protected]>, 2019. msgid "" msgstr "" "Project-Id-Version: audiocd_encoder_lame\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:53+0100\n" -"PO-Revision-Date: 2018-06-17 11:45+0100\n" -"Last-Translator: Josep Ma. Ferrer <[email protected]>\n" +"PO-Revision-Date: 2019-03-04 10:21+0100\n" +"Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\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" +"X-Generator: Lokalize 18.12.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -73,7 +74,7 @@ #: audiocd_lame_encoder.kcfg:52 #, kde-format msgid "Error protection" -msgstr "Error de protecció" +msgstr "Protecció contra errors" #. i18n: ectx: label, entry (id3_tag), group (Lame) #: audiocd_lame_encoder.kcfg:56 @@ -116,7 +117,7 @@ #: audiocd_lame_encoder.kcfg:86 #, kde-format msgid "Write Xing VBR tag" -msgstr "Escriu la marca VBR Xing" +msgstr "Escriu la marca VBR de Xing" #. i18n: ectx: label, entry (vbr_min_brate), group (Lame) #: audiocd_lame_encoder.kcfg:91 @@ -244,13 +245,13 @@ #: encoderlameconfig.ui:70 #, kde-format msgid "&Error protection" -msgstr "&Error de protecció" +msgstr "Protecció contra &errors" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_id3_tag) #: encoderlameconfig.ui:77 #, kde-format msgid "&Write ID3 tag" -msgstr "E&scriu el marcador ID3" +msgstr "E&scriu la marca ID3" #. i18n: ectx: property (toolTip), widget (QCheckBox, kcfg_id3_tag) #. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_id3_tag) @@ -502,7 +503,7 @@ #: encoderlameconfig.ui:387 #, kde-format msgid "Write &Xing VBR tag" -msgstr "Escriu la marca VBR &Xing" +msgstr "Escriu la marca VBR de &Xing" #. i18n: ectx: property (whatsThis), widget (QCheckBox, kcfg_vbr_xing_tag) #: encoderlameconfig.ui:393 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/po/ca/audiocd_encoder_vorbis.po new/audiocd-kio-18.12.3/po/ca/audiocd_encoder_vorbis.po --- old/audiocd-kio-18.12.2/po/ca/audiocd_encoder_vorbis.po 2019-02-05 01:30:28.000000000 +0100 +++ new/audiocd-kio-18.12.3/po/ca/audiocd_encoder_vorbis.po 2019-03-05 01:12:47.000000000 +0100 @@ -1,23 +1,24 @@ # Translation of audiocd_encoder_vorbis.po to Catalan -# Copyright (C) 2004-2011 This_file_is_part_of_KDE +# Copyright (C) 2004-2019 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. # # Albert Astals Cid <[email protected]>, 2004. # Josep Ma. Ferrer <[email protected]>, 2004, 2007, 2010, 2011. +# Antoni Bella Pérez <[email protected]>, 2019. msgid "" msgstr "" "Project-Id-Version: audiocd_encoder_vorbis\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:53+0100\n" -"PO-Revision-Date: 2011-04-09 13:57+0200\n" -"Last-Translator: Josep Ma. Ferrer <[email protected]>\n" +"PO-Revision-Date: 2019-03-04 10:25+0100\n" +"Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.0\n" +"X-Generator: Lokalize 18.12.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -81,13 +82,13 @@ #: encodervorbisconfig.ui:22 #, kde-format msgid "Quality based" -msgstr "Basat en qualitat" +msgstr "Basada en la qualitat" #. i18n: ectx: property (text), widget (QRadioButton, vorbis_enc_bitrate) #: encodervorbisconfig.ui:32 #, kde-format msgid "Bitrate based" -msgstr "Basat en la taxa de bits" +msgstr "Basada en la taxa de bits" #. i18n: ectx: property (title), widget (QGroupBox, vorbis_bitrate_settings) #: encodervorbisconfig.ui:45 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/po/gl/kcmaudiocd.po new/audiocd-kio-18.12.3/po/gl/kcmaudiocd.po --- old/audiocd-kio-18.12.2/po/gl/kcmaudiocd.po 2019-02-05 01:30:30.000000000 +0100 +++ new/audiocd-kio-18.12.3/po/gl/kcmaudiocd.po 2019-03-05 01:12:48.000000000 +0100 @@ -7,20 +7,20 @@ # Miguel Branco <[email protected]>, 2009. # Manuel A. Vazquez <[email protected]>, 2011, 2012. # Marce Villarino <[email protected]>, 2013. -# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018. +# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019. msgid "" msgstr "" "Project-Id-Version: kcmaudiocd\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:53+0100\n" -"PO-Revision-Date: 2018-04-28 21:10+0100\n" -"Last-Translator: Adrian Chaves <[email protected]>\n" +"PO-Revision-Date: 2019-03-03 14:11+0100\n" +"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" "Language: gl\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" +"X-Generator: Lokalize 18.12.2\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" @@ -336,11 +336,11 @@ msgstr "" "<h1>CDs de son</h1>O ioslave de CD de son permítelle crear ficheiros wav, " "MP3 ou Ogg Vorbis do seu CD-ROM ou dispositivo DVD de son. O ioslave " -"invócase introducindo <i>audiocd:/</i> na barra de enderezo de Konqueror. " -"Neste módulo podes configurar todos os aspectos do ioslave como " -"codificación, comprobación CDDB e opcións de dispositivo. Lembra que a " -"codificación de MP3 e Ogg Vorbis só están dispoñíbeis se KDE se compilou " -"cunha versión recente das bibliotecas de LAME ou Ogg Vorbis." +"invócase introducindo <i>audiocd:/</i> na barra de lugares de Konqueror. " +"Neste módulo podes configurar todos os aspectos do ioslave como codificación " +"e opcións de dispositivo. Lembra que a codificación de MP3 e Ogg Vorbis só " +"están dispoñíbeis se KDE se compilou cunha versión recente das bibliotecas " +"de LAME ou Ogg Vorbis." #~ msgid "kcmaudiocd" #~ msgstr "kcmaudiocd" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/po/id/kio_audiocd.po new/audiocd-kio-18.12.3/po/id/kio_audiocd.po --- old/audiocd-kio-18.12.2/po/id/kio_audiocd.po 2019-02-05 01:30:31.000000000 +0100 +++ new/audiocd-kio-18.12.3/po/id/kio_audiocd.po 2019-03-05 01:12:48.000000000 +0100 @@ -16,7 +16,7 @@ "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" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/po/nl/audiocd_encoder_vorbis.po new/audiocd-kio-18.12.3/po/nl/audiocd_encoder_vorbis.po --- old/audiocd-kio-18.12.2/po/nl/audiocd_encoder_vorbis.po 2019-02-05 01:30:33.000000000 +0100 +++ new/audiocd-kio-18.12.3/po/nl/audiocd_encoder_vorbis.po 2019-03-05 01:12:48.000000000 +0100 @@ -2,20 +2,20 @@ # Copyright (C) 2004, 2007 Free Software Foundation, Inc. # # Rinse de Vries <[email protected]>, 2004, 2007. -# Freek de Kruijf <[email protected]>, 2011. +# Freek de Kruijf <[email protected]>, 2011, 2019. msgid "" msgstr "" "Project-Id-Version: audiocd_encoder_vorbis\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:53+0100\n" -"PO-Revision-Date: 2011-02-05 15:13+0100\n" +"PO-Revision-Date: 2019-02-06 12:24+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.1\n" +"X-Generator: Lokalize 18.12.1\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #. i18n: ectx: label, entry (vorbis_enc_method), group (Vorbis) @@ -231,8 +231,8 @@ "You can set the quality of the encoded stream here. A higher value implies a " "higher quality but encodes slower." msgstr "" -"U kunt hier de kwaliteit van de gecodeerde data instellen. Een hogere waarde " -"geeft een betere kwaliteit, doch een tragere codering." +"U kunt hier de kwaliteit van de gecodeerde stream instellen. Een hogere " +"waarde geeft een betere kwaliteit, maar een tragere codering." #. i18n: ectx: property (whatsThis), widget (QDoubleSpinBox, kcfg_vorbis_quality) #: encodervorbisconfig.ui:297 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/po/nn/kcmaudiocd.po new/audiocd-kio-18.12.3/po/nn/kcmaudiocd.po --- old/audiocd-kio-18.12.2/po/nn/kcmaudiocd.po 2019-02-05 01:30:33.000000000 +0100 +++ new/audiocd-kio-18.12.3/po/nn/kcmaudiocd.po 2019-03-05 01:12:48.000000000 +0100 @@ -1,7 +1,7 @@ # Translation of kcmaudiocd to Norwegian Nynorsk # # Gaute Hvoslef Kvalnes <[email protected]>, 2002, 2003, 2004, 2005. -# Karl Ove Hufthammer <[email protected]>, 2004, 2005, 2007, 2008, 2016. +# Karl Ove Hufthammer <[email protected]>, 2004, 2005, 2007, 2008, 2016, 2019. # Eirik U. Birkeland <[email protected]>, 2008. msgid "" msgstr "" @@ -15,7 +15,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 18.12.1\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/po/zh_CN/audiocd_encoder_flac.po new/audiocd-kio-18.12.3/po/zh_CN/audiocd_encoder_flac.po --- old/audiocd-kio-18.12.2/po/zh_CN/audiocd_encoder_flac.po 2019-02-05 01:30:35.000000000 +0100 +++ new/audiocd-kio-18.12.3/po/zh_CN/audiocd_encoder_flac.po 2019-03-05 01:12:49.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:53+0100\n" -"PO-Revision-Date: 2019-01-27 23:04\n" +"PO-Revision-Date: 2019-02-20 23:28\n" "Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/po/zh_CN/audiocd_encoder_lame.po new/audiocd-kio-18.12.3/po/zh_CN/audiocd_encoder_lame.po --- old/audiocd-kio-18.12.2/po/zh_CN/audiocd_encoder_lame.po 2019-02-05 01:30:35.000000000 +0100 +++ new/audiocd-kio-18.12.3/po/zh_CN/audiocd_encoder_lame.po 2019-03-05 01:12:49.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:53+0100\n" -"PO-Revision-Date: 2019-01-27 23:04\n" +"PO-Revision-Date: 2019-02-20 23:28\n" "Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/po/zh_CN/audiocd_encoder_vorbis.po new/audiocd-kio-18.12.3/po/zh_CN/audiocd_encoder_vorbis.po --- old/audiocd-kio-18.12.2/po/zh_CN/audiocd_encoder_vorbis.po 2019-02-05 01:30:35.000000000 +0100 +++ new/audiocd-kio-18.12.3/po/zh_CN/audiocd_encoder_vorbis.po 2019-03-05 01:12:49.000000000 +0100 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:53+0100\n" -"PO-Revision-Date: 2019-01-27 23:04\n" +"PO-Revision-Date: 2019-02-20 23:28\n" "Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/po/zh_CN/kcmaudiocd.po new/audiocd-kio-18.12.3/po/zh_CN/kcmaudiocd.po --- old/audiocd-kio-18.12.2/po/zh_CN/kcmaudiocd.po 2019-02-05 01:30:35.000000000 +0100 +++ new/audiocd-kio-18.12.3/po/zh_CN/kcmaudiocd.po 2019-03-05 01:12:49.000000000 +0100 @@ -10,7 +10,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-12 06:53+0100\n" -"PO-Revision-Date: 2019-01-27 23:04\n" +"PO-Revision-Date: 2019-02-20 23:28\n" "Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/audiocd-kio-18.12.2/po/zh_CN/kio_audiocd.po new/audiocd-kio-18.12.3/po/zh_CN/kio_audiocd.po --- old/audiocd-kio-18.12.2/po/zh_CN/kio_audiocd.po 2019-02-05 01:30:35.000000000 +0100 +++ new/audiocd-kio-18.12.3/po/zh_CN/kio_audiocd.po 2019-03-05 01:12:49.000000000 +0100 @@ -6,7 +6,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-11-22 07:37+0100\n" -"PO-Revision-Date: 2019-01-27 23:04\n" +"PO-Revision-Date: 2019-02-20 23:28\n" "Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
