Hello community, here is the log from the commit of package plasma5-pa for openSUSE:Factory checked in at 2016-04-07 13:30:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old) and /work/SRC/openSUSE:Factory/.plasma5-pa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-pa" Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes 2016-03-03 15:15:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes 2016-04-07 13:30:36.000000000 +0200 @@ -1,0 +2,16 @@ +Tue Mar 29 16:21:07 UTC 2016 - [email protected] + +- Update to 5.6.1 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.1.php + +------------------------------------------------------------------- +Sun Mar 20 09:19:58 UTC 2016 - [email protected] + +- Update to 5.6.0 + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.0.php + +------------------------------------------------------------------- Old: ---- plasma-pa-5.5.5.tar.xz New: ---- plasma-pa-5.6.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-pa.spec ++++++ --- /var/tmp/diff_new_pack.B4gpCM/_old 2016-04-07 13:30:37.000000000 +0200 +++ /var/tmp/diff_new_pack.B4gpCM/_new 2016-04-07 13:30:37.000000000 +0200 @@ -18,7 +18,7 @@ %bcond_without lang Name: plasma5-pa -Version: 5.5.5 +Version: 5.6.1 Release: 0 Summary: The new Plasma5 Volume Manager License: GPL-2.0+ ++++++ plasma-pa-5.5.5.tar.xz -> plasma-pa-5.6.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/CMakeLists.txt new/plasma-pa-5.6.1/CMakeLists.txt --- old/plasma-pa-5.5.5/CMakeLists.txt 2016-03-01 14:43:49.000000000 +0100 +++ new/plasma-pa-5.6.1/CMakeLists.txt 2016-03-29 16:21:13.000000000 +0200 @@ -1,7 +1,7 @@ project(plasma-volume-control) cmake_minimum_required(VERSION 2.8.12) -set(PROJECT_VERSION "5.5.5") +set(PROJECT_VERSION "5.6.1") set(PROJECT_VERSION_MAJOR 5) find_package(ECM 0.0.14 REQUIRED NO_MODULE) @@ -12,7 +12,7 @@ include(FeatureSummary) include(KDEInstallDirs) include(KDECMakeSettings) -include(KDECompilerSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) find_package(Qt5 REQUIRED COMPONENTS Core diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/applet/contents/ui/ListItemBase.qml new/plasma-pa-5.6.1/applet/contents/ui/ListItemBase.qml --- old/plasma-pa-5.5.5/applet/contents/ui/ListItemBase.qml 2016-03-01 14:43:04.000000000 +0100 +++ new/plasma-pa-5.6.1/applet/contents/ui/ListItemBase.qml 2016-03-29 16:20:37.000000000 +0200 @@ -210,13 +210,6 @@ interval: 200 onTriggered: slider.value = PulseObject.volume } - - // Block wheel events - MouseArea { - anchors.fill: parent - acceptedButtons: Qt.NoButton - onWheel: wheel.accepted = true - } } PlasmaComponents.Label { id: percentText diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/applet/metadata.desktop new/plasma-pa-5.6.1/applet/metadata.desktop --- old/plasma-pa-5.5.5/applet/metadata.desktop 2016-03-01 14:43:04.000000000 +0100 +++ new/plasma-pa-5.6.1/applet/metadata.desktop 2016-03-29 16:20:37.000000000 +0200 @@ -1,5 +1,6 @@ [Desktop Entry] Name=Audio Volume +Name[ar]=مستوى الصّوت Name[ast]=Volume d'audiu Name[ca]=Volum de l'àudio Name[ca@valencia]=Volum de l'àudio @@ -32,7 +33,6 @@ Name[uk]=Гучність Name[x-test]=xxAudio Volumexx Name[zh_CN]=音频音量 -Name[zh_TW]=音效音量 Comment= Icon=org.kde.plasma.volume diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/data/CMakeLists.txt new/plasma-pa-5.6.1/data/CMakeLists.txt --- old/plasma-pa-5.5.5/data/CMakeLists.txt 2016-03-01 14:43:04.000000000 +0100 +++ new/plasma-pa-5.6.1/data/CMakeLists.txt 2016-03-29 16:20:37.000000000 +0200 @@ -7,8 +7,10 @@ if (kde4config_failed) message(FAILED "Couldn't find kde4-config from kde4libs for kconf_update files") else() - install(FILES disable_kmix.upd DESTINATION ${KDE4_DATA_DIR}/kconf_update) - install(PROGRAMS plasmaVolumeDisableKMixAutostart.pl DESTINATION ${KDE4_DATA_DIR}/kconf_update) + execute_process(COMMAND kde4-config --prefix OUTPUT_VARIABLE KDE4_PREFIX OUTPUT_STRIP_TRAILING_WHITESPACE) + string(REPLACE "${KDE4_PREFIX}/" "" KDE4_PROPER_DATA_DIR ${KDE4_DATA_DIR}) + install(FILES disable_kmix.upd DESTINATION ${KDE4_PROPER_DATA_DIR}/kconf_update) + install(PROGRAMS plasmaVolumeDisableKMixAutostart.pl DESTINATION ${KDE4_PROPER_DATA_DIR}/kconf_update) endif() -install(FILES disable_kmix.upd DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kconf_update) -install(PROGRAMS plasmaVolumeDisableKMixAutostart.pl DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kconf_update) +install(FILES disable_kmix.upd DESTINATION ${KDE_INSTALL_DATADIR}/kconf_update) +install(PROGRAMS plasmaVolumeDisableKMixAutostart.pl DESTINATION ${KDE_INSTALL_DATADIR}/kconf_update) Files old/plasma-pa-5.5.5/po/ar/messages.mo and new/plasma-pa-5.6.1/po/ar/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/ar/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/ar/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/ar/plasma_applet_org.kde.plasma.volume.po 1970-01-01 01:00:00.000000000 +0100 +++ new/plasma-pa-5.6.1/po/ar/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:39.000000000 +0200 @@ -0,0 +1,60 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Safa Alfulaij <[email protected]>, ٢٠١٦. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" +"PO-Revision-Date: ٢٠١٦-٠٢-٠٧ ١٠:١٤+0300\n" +"Last-Translator: Safa Alfulaij <[email protected]>\n" +"Language-Team: Arabic <[email protected]>\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"X-Generator: Lokalize 2.0\n" + +#: contents/ui/ListItemBase.qml:219 +#, kde-format +msgctxt "volume percentage" +msgid "%1%" +msgstr "%1%" + +#: contents/ui/ListItemBase.qml:240 +msgctxt "only used for sizing, should be widest possible string" +msgid "100%" +msgstr "100%" + +#: contents/ui/main.qml:39 +msgid "Audio Volume" +msgstr "مستوى الصّوت" + +#: contents/ui/main.qml:129 +msgid "Increase Volume" +msgstr "زِد المستوى" + +#: contents/ui/main.qml:135 +msgid "Decrease Volume" +msgstr "أنقص المستوى" + +#: contents/ui/main.qml:141 +msgid "Mute" +msgstr "اكتم" + +#: contents/ui/main.qml:167 +msgid "Playback Devices" +msgstr "أجهزة التّشغيل" + +#: contents/ui/main.qml:186 +msgid "Capture Devices" +msgstr "أجهزة الالتقاط" + +#: contents/ui/StreamListItemBase.qml:28 +#, kde-format +msgctxt "label of stream items" +msgid "%1: %2" +msgstr "%1: %2" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/ast/kcm_pulseaudio.po new/plasma-pa-5.6.1/po/ast/kcm_pulseaudio.po --- old/plasma-pa-5.5.5/po/ast/kcm_pulseaudio.po 2016-03-01 14:43:06.000000000 +0100 +++ new/plasma-pa-5.6.1/po/ast/kcm_pulseaudio.po 2016-03-29 16:20:39.000000000 +0200 @@ -7,9 +7,9 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2015-10-16 08:32+0000\n" -"PO-Revision-Date: 2015-11-16 18:42+0100\n" +"PO-Revision-Date: 2015-12-06 14:05+0100\n" "Last-Translator: enolp <[email protected]>\n" -"Language-Team: Asturian <[email protected]>\n" +"Language-Team: Asturian <>\n" "Language: ast_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,95 +28,95 @@ #: kcm/module.cpp:41 msgctxt "@title" msgid "PulseAudio" -msgstr "" +msgstr "PulseAudio" #: kcm/module.cpp:45 msgctxt "@info:credit" msgid "Copyright 2015 Harald Sitter" -msgstr "" +msgstr "Copyright 2015 Harald Sitter" #: kcm/module.cpp:47 msgctxt "@info:credit" msgid "Harald Sitter" -msgstr "" +msgstr "Harald Sitter" #: kcm/module.cpp:48 msgctxt "@info:credit" msgid "Author" -msgstr "" +msgstr "Autor" #: kcm/package/contents/ui/CardListItem.qml:51 msgctxt "@label" msgid "Profile:" -msgstr "" +msgstr "Perfil:" #: kcm/package/contents/ui/main.qml:33 msgid "This module allows to set up the Pulseaudio sound subsystem." -msgstr "" +msgstr "Esti módulu permite configurar el sosistema d'audiu Pulseaudio." #: kcm/package/contents/ui/main.qml:36 msgctxt "@title:tab" msgid "Applications" -msgstr "" +msgstr "Aplicaciones" #: kcm/package/contents/ui/main.qml:39 msgctxt "@label" msgid "No Applications Playing Audio" -msgstr "" +msgstr "Dal aplicación ta reproduciendo audiu" #: kcm/package/contents/ui/main.qml:43 msgctxt "@title:tab" msgid "Recording" -msgstr "" +msgstr "Grabación" #: kcm/package/contents/ui/main.qml:46 msgctxt "@label" msgid "No Applications Recording Audio" -msgstr "" +msgstr "Dal aplicación ta grabando audiu" #: kcm/package/contents/ui/main.qml:50 msgctxt "@title:tab" msgid "Output Devices" -msgstr "" +msgstr "Preseos de salida" #: kcm/package/contents/ui/main.qml:53 msgctxt "@label" msgid "No Output Devices Available" -msgstr "" +msgstr "Nun hai disponibles preseos de salida" #: kcm/package/contents/ui/main.qml:57 msgctxt "@title:tab" msgid "Input Devices" -msgstr "" +msgstr "Preseos d'entrada" #: kcm/package/contents/ui/main.qml:60 msgctxt "@label" msgid "No Input Devices Available" -msgstr "" +msgstr "Nun hai disponibles preseos d'entrada" #: kcm/package/contents/ui/main.qml:64 msgctxt "@title:tab" msgid "Configuration" -msgstr "" +msgstr "Configuración" #: kcm/package/contents/ui/main.qml:67 msgctxt "@label" msgid "No Additional Configuration Available" -msgstr "" +msgstr "Nun hai disponible una configuración adicional" #: kcm/package/contents/ui/StreamListItem.qml:55 #, kde-format msgctxt "label of stream items" msgid "%1: %2" -msgstr "" +msgstr "%1: %2" #: kcm/package/contents/ui/VolumeSlider.qml:95 #, kde-format msgctxt "volume percentage" msgid "%1%" -msgstr "" +msgstr "%1%" #: kcm/package/contents/ui/VolumeSlider.qml:101 msgctxt "only used for sizing, should be widest possible string" msgid "100%" -msgstr "" \ No newline at end of file +msgstr "100%" \ No newline at end of file Files old/plasma-pa-5.5.5/po/ast/messages.mo and new/plasma-pa-5.6.1/po/ast/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/ast/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/ast/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/ast/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:06.000000000 +0100 +++ new/plasma-pa-5.6.1/po/ast/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:39.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-11-16 20:21+0100\n" "Last-Translator: enolp <[email protected]>\n" "Language-Team: Asturian <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/ca/messages.mo and new/plasma-pa-5.6.1/po/ca/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/ca/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/ca/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/ca/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:09.000000000 +0100 +++ new/plasma-pa-5.6.1/po/ca/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:42.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.plasma.volume\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-07 20:10+0100\n" "Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -19,13 +19,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/ca@valencia/messages.mo and new/plasma-pa-5.6.1/po/ca@valencia/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/ca@valencia/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/ca@valencia/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/ca@valencia/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:11.000000000 +0100 +++ new/plasma-pa-5.6.1/po/ca@valencia/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:42.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.plasma.volume\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-07 20:10+0100\n" "Last-Translator: Antoni Bella Pérez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" @@ -19,13 +19,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/cs/messages.mo and new/plasma-pa-5.6.1/po/cs/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/cs/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/cs/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/cs/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:11.000000000 +0100 +++ new/plasma-pa-5.6.1/po/cs/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:42.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2016-01-21 13:14+0100\n" "Last-Translator: Vít Pelčák <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/da/messages.mo and new/plasma-pa-5.6.1/po/da/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/da/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/da/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/da/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:13.000000000 +0100 +++ new/plasma-pa-5.6.1/po/da/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:43.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-11-22 22:27+0100\n" "Last-Translator: Martin Schlander <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/de/messages.mo and new/plasma-pa-5.6.1/po/de/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/de/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/de/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/de/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:13.000000000 +0100 +++ new/plasma-pa-5.6.1/po/de/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:44.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-19 16:58+0200\n" "Last-Translator: Burkhard Lück <[email protected]>\n" "Language-Team: German <[email protected]>\n" @@ -14,13 +14,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.5\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1 %" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100 %" Files old/plasma-pa-5.5.5/po/el/messages.mo and new/plasma-pa-5.6.1/po/el/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/el/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/el/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/el/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:13.000000000 +0100 +++ new/plasma-pa-5.6.1/po/el/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:44.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-10-31 21:53+0200\n" "Last-Translator: Dimitris Kardarakos <[email protected]>\n" "Language-Team: Greek <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/en_GB/messages.mo and new/plasma-pa-5.6.1/po/en_GB/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/en_GB/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/en_GB/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/en_GB/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:13.000000000 +0100 +++ new/plasma-pa-5.6.1/po/en_GB/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:44.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-09-12 11:45+0100\n" "Last-Translator: \n" "Language-Team: British English <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.5\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/es/messages.mo and new/plasma-pa-5.6.1/po/es/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/es/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/es/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/es/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:14.000000000 +0100 +++ new/plasma-pa-5.6.1/po/es/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:45.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-09 12:37+0200\n" "Last-Translator: Eloy Cuadra <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" @@ -19,13 +19,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.5\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/et/messages.mo and new/plasma-pa-5.6.1/po/et/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/et/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/et/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/et/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:16.000000000 +0100 +++ new/plasma-pa-5.6.1/po/et/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:46.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2016-01-11 16:18+0200\n" "Last-Translator: Marek Laane <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.5\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/fi/messages.mo and new/plasma-pa-5.6.1/po/fi/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/fi/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/fi/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/fi/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:16.000000000 +0100 +++ new/plasma-pa-5.6.1/po/fi/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:46.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-08 15:46+0200\n" "Last-Translator: Lasse Liehu <[email protected]>\n" "Language-Team: Finnish <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1 %" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100 %" Files old/plasma-pa-5.5.5/po/fr/messages.mo and new/plasma-pa-5.6.1/po/fr/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/fr/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/fr/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/fr/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:17.000000000 +0100 +++ new/plasma-pa-5.6.1/po/fr/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:47.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-11-22 19:10+0100\n" "Last-Translator: Yoann Laissus <[email protected]>\n" "Language-Team: French <[email protected]>\n" @@ -20,13 +20,13 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100 %" Files old/plasma-pa-5.5.5/po/gl/messages.mo and new/plasma-pa-5.6.1/po/gl/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/gl/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/gl/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/gl/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:18.000000000 +0100 +++ new/plasma-pa-5.6.1/po/gl/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:47.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-07 19:20+0200\n" "Last-Translator: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail." "com>\n" @@ -19,13 +19,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.5\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/ia/kcm_pulseaudio.po new/plasma-pa-5.6.1/po/ia/kcm_pulseaudio.po --- old/plasma-pa-5.5.5/po/ia/kcm_pulseaudio.po 1970-01-01 01:00:00.000000000 +0100 +++ new/plasma-pa-5.6.1/po/ia/kcm_pulseaudio.po 2016-03-29 16:20:51.000000000 +0200 @@ -0,0 +1,122 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Giovanni Sora <[email protected]>, 2016. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"PO-Revision-Date: 2016-02-02 13:58+0100\n" +"Last-Translator: Giovanni Sora <[email protected]>\n" +"Language-Team: Interlingua <[email protected]>\n" +"Language: ia\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 1.5\n" + +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "Giovanni Sora" + +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "[email protected]" + +#: kcm/module.cpp:41 +msgctxt "@title" +msgid "PulseAudio" +msgstr "" + +#: kcm/module.cpp:45 +msgctxt "@info:credit" +msgid "Copyright 2015 Harald Sitter" +msgstr "" + +#: kcm/module.cpp:47 +msgctxt "@info:credit" +msgid "Harald Sitter" +msgstr "Harald Sitter" + +#: kcm/module.cpp:48 +msgctxt "@info:credit" +msgid "Author" +msgstr "Autor" + +#: kcm/package/contents/ui/CardListItem.qml:51 +msgctxt "@label" +msgid "Profile:" +msgstr "" + +#: kcm/package/contents/ui/main.qml:33 +msgid "This module allows to set up the Pulseaudio sound subsystem." +msgstr "" + +#: kcm/package/contents/ui/main.qml:36 +msgctxt "@title:tab" +msgid "Applications" +msgstr "" + +#: kcm/package/contents/ui/main.qml:39 +msgctxt "@label" +msgid "No Applications Playing Audio" +msgstr "" + +#: kcm/package/contents/ui/main.qml:43 +msgctxt "@title:tab" +msgid "Recording" +msgstr "" + +#: kcm/package/contents/ui/main.qml:46 +msgctxt "@label" +msgid "No Applications Recording Audio" +msgstr "" + +#: kcm/package/contents/ui/main.qml:50 +msgctxt "@title:tab" +msgid "Output Devices" +msgstr "" + +#: kcm/package/contents/ui/main.qml:53 +msgctxt "@label" +msgid "No Output Devices Available" +msgstr "" + +#: kcm/package/contents/ui/main.qml:57 +msgctxt "@title:tab" +msgid "Input Devices" +msgstr "" + +#: kcm/package/contents/ui/main.qml:60 +msgctxt "@label" +msgid "No Input Devices Available" +msgstr "" + +#: kcm/package/contents/ui/main.qml:64 +msgctxt "@title:tab" +msgid "Configuration" +msgstr "" + +#: kcm/package/contents/ui/main.qml:67 +msgctxt "@label" +msgid "No Additional Configuration Available" +msgstr "" + +#: kcm/package/contents/ui/StreamListItem.qml:55 +#, kde-format +msgctxt "label of stream items" +msgid "%1: %2" +msgstr "" + +#: kcm/package/contents/ui/VolumeSlider.qml:95 +#, kde-format +msgctxt "volume percentage" +msgid "%1%" +msgstr "" + +#: kcm/package/contents/ui/VolumeSlider.qml:101 +msgctxt "only used for sizing, should be widest possible string" +msgid "100%" +msgstr "" \ No newline at end of file Files old/plasma-pa-5.5.5/po/ia/messages.mo and new/plasma-pa-5.6.1/po/ia/messages.mo differ Files old/plasma-pa-5.5.5/po/it/messages.mo and new/plasma-pa-5.6.1/po/it/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/it/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/it/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/it/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:22.000000000 +0100 +++ new/plasma-pa-5.6.1/po/it/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:52.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-09-01 12:27+0100\n" "Last-Translator: Vincenzo Reale <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/ja/messages.mo and new/plasma-pa-5.6.1/po/ja/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/ja/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/ja/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/ja/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:23.000000000 +0100 +++ new/plasma-pa-5.6.1/po/ja/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:52.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.plasma.volume\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-09 19:47-0700\n" "Last-Translator: Japanese KDE translation team <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" @@ -14,13 +14,13 @@ "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "" Files old/plasma-pa-5.5.5/po/ko/messages.mo and new/plasma-pa-5.6.1/po/ko/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/ko/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/ko/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/ko/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:24.000000000 +0100 +++ new/plasma-pa-5.6.1/po/ko/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:54.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-10-17 21:51+0200\n" "Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Lokalize 1.5\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/lt/messages.mo and new/plasma-pa-5.6.1/po/lt/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/lt/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/lt/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/lt/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:25.000000000 +0100 +++ new/plasma-pa-5.6.1/po/lt/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:54.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: trunk-kf 5\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2016-01-09 20:11+0200\n" "Last-Translator: Mindaugas Baranauskas <[email protected]>\n" "Language-Team: lt <[email protected]>\n" @@ -20,13 +20,13 @@ "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" "X-Generator: Lokalize 1.5\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/nb/messages.mo and new/plasma-pa-5.6.1/po/nb/messages.mo differ Files old/plasma-pa-5.5.5/po/nl/messages.mo and new/plasma-pa-5.6.1/po/nl/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/nl/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/nl/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/nl/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:28.000000000 +0100 +++ new/plasma-pa-5.6.1/po/nl/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:57.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-08 11:25+0200\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 1.5\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/nn/messages.mo and new/plasma-pa-5.6.1/po/nn/messages.mo differ Files old/plasma-pa-5.5.5/po/pa/messages.mo and new/plasma-pa-5.6.1/po/pa/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/pa/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/pa/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/pa/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:30.000000000 +0100 +++ new/plasma-pa-5.6.1/po/pa/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:58.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-10-31 10:12UTC-0600\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/pl/messages.mo and new/plasma-pa-5.6.1/po/pl/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/pl/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/pl/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/pl/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:30.000000000 +0100 +++ new/plasma-pa-5.6.1/po/pl/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:20:59.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-09 08:08+0100\n" "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" @@ -18,13 +18,13 @@ "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/pt/messages.mo and new/plasma-pa-5.6.1/po/pt/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/pt/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/pt/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/pt/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:32.000000000 +0100 +++ new/plasma-pa-5.6.1/po/pt/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:21:00.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-07 16:37+0100\n" "Last-Translator: José Nuno Coelho Pires <[email protected]>\n" "Language-Team: Portuguese <[email protected]>\n" @@ -12,13 +12,13 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/pt_BR/messages.mo and new/plasma-pa-5.6.1/po/pt_BR/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/pt_BR/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/pt_BR/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/pt_BR/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:32.000000000 +0100 +++ new/plasma-pa-5.6.1/po/pt_BR/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:21:00.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.plasma.volume\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-07 07:44-0300\n" "Last-Translator: André Marcelo Alvarenga <[email protected]>\n" "Language-Team: Brazilian Portuguese <[email protected]>\n" @@ -18,13 +18,13 @@ "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Lokalize 1.5\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/ru/kcm_pulseaudio.po new/plasma-pa-5.6.1/po/ru/kcm_pulseaudio.po --- old/plasma-pa-5.5.5/po/ru/kcm_pulseaudio.po 2016-03-01 14:43:32.000000000 +0100 +++ new/plasma-pa-5.6.1/po/ru/kcm_pulseaudio.po 2016-03-29 16:21:00.000000000 +0200 @@ -3,12 +3,13 @@ # # VictorR2007 <[email protected]>, 2015. # Alexander Potashev <[email protected]>, 2015, 2016. +# Nick Shaforostoff <[email protected]>, 2016. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2015-10-16 08:32+0000\n" -"PO-Revision-Date: 2016-02-22 19:25+0300\n" +"PO-Revision-Date: 2016-03-17 11:25+0300\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" "Language: ru\n" @@ -54,7 +55,7 @@ #: kcm/package/contents/ui/main.qml:33 msgid "This module allows to set up the Pulseaudio sound subsystem." -msgstr "" +msgstr "Этот модуль позволяет настроить звуковую систему PulseAudio." # BUGME: please change to "Playback" --aspotashev #: kcm/package/contents/ui/main.qml:36 Files old/plasma-pa-5.5.5/po/ru/messages.mo and new/plasma-pa-5.6.1/po/ru/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/ru/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/ru/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/ru/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:32.000000000 +0100 +++ new/plasma-pa-5.6.1/po/ru/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:21:00.000000000 +0200 @@ -2,13 +2,13 @@ # This file is distributed under the same license as the PACKAGE package. # # VictorR2007 <[email protected]>, 2015. -# Alexander Potashev <[email protected]>, 2015. +# Alexander Potashev <[email protected]>, 2015, 2016. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" -"PO-Revision-Date: 2015-08-20 18:47+0300\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" +"PO-Revision-Date: 2016-03-17 10:44+0300\n" "Last-Translator: Alexander Potashev <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" "Language: ru\n" @@ -19,16 +19,16 @@ "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" -msgstr "" +msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" -msgstr "" +msgstr "100%" #: contents/ui/main.qml:39 msgid "Audio Volume" @@ -58,4 +58,4 @@ #, kde-format msgctxt "label of stream items" msgid "%1: %2" -msgstr "" \ No newline at end of file +msgstr "%1: %2" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/sk/kcm_pulseaudio.po new/plasma-pa-5.6.1/po/sk/kcm_pulseaudio.po --- old/plasma-pa-5.5.5/po/sk/kcm_pulseaudio.po 2016-03-01 14:43:34.000000000 +0100 +++ new/plasma-pa-5.6.1/po/sk/kcm_pulseaudio.po 2016-03-29 16:21:02.000000000 +0200 @@ -5,7 +5,7 @@ "Project-Id-Version: kcm_pulseaudio\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2015-10-16 08:32+0000\n" -"PO-Revision-Date: 2016-02-01 20:12+0100\n" +"PO-Revision-Date: 2016-01-07 11:04+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" "Language: sk\n" Files old/plasma-pa-5.5.5/po/sk/messages.mo and new/plasma-pa-5.6.1/po/sk/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/sk/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/sk/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/sk/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:34.000000000 +0100 +++ new/plasma-pa-5.6.1/po/sk/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:21:02.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.plasma.volume\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-07 17:43+0100\n" "Last-Translator: Roman Paholik <[email protected]>\n" "Language-Team: Slovak <[email protected]>\n" @@ -15,13 +15,13 @@ "X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/sl/messages.mo and new/plasma-pa-5.6.1/po/sl/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/sl/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/sl/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/sl/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:34.000000000 +0100 +++ new/plasma-pa-5.6.1/po/sl/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:21:02.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-25 18:34+0200\n" "Last-Translator: Andrej Mernik <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" @@ -18,13 +18,13 @@ "%100==4 ? 3 : 0);\n" "X-Generator: Lokalize 1.5\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1 %" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100 %" Files old/plasma-pa-5.5.5/po/sr/messages.mo and new/plasma-pa-5.6.1/po/sr/messages.mo differ Files old/plasma-pa-5.5.5/po/sr@ijekavian/messages.mo and new/plasma-pa-5.6.1/po/sr@ijekavian/messages.mo differ Files old/plasma-pa-5.5.5/po/sr@ijekavianlatin/messages.mo and new/plasma-pa-5.6.1/po/sr@ijekavianlatin/messages.mo differ Files old/plasma-pa-5.5.5/po/sr@latin/messages.mo and new/plasma-pa-5.6.1/po/sr@latin/messages.mo differ Files old/plasma-pa-5.5.5/po/sv/messages.mo and new/plasma-pa-5.6.1/po/sv/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/sv/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/sv/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/sv/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:36.000000000 +0100 +++ new/plasma-pa-5.6.1/po/sv/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:21:04.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-07 15:42+0100\n" "Last-Translator: Stefan Asserhäll <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1 %" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100 %" Files old/plasma-pa-5.5.5/po/uk/messages.mo and new/plasma-pa-5.6.1/po/uk/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/uk/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/uk/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/uk/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:39.000000000 +0100 +++ new/plasma-pa-5.6.1/po/uk/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:21:06.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: plasma_applet_org.kde.plasma.volume\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-07 16:09+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" @@ -20,13 +20,13 @@ "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 1.5\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" Files old/plasma-pa-5.5.5/po/zh_CN/messages.mo and new/plasma-pa-5.6.1/po/zh_CN/messages.mo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/zh_CN/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/zh_CN/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/zh_CN/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:41.000000000 +0100 +++ new/plasma-pa-5.6.1/po/zh_CN/plasma_applet_org.kde.plasma.volume.po 2016-03-29 16:21:07.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" +"POT-Creation-Date: 2016-03-29 13:07+0000\n" "PO-Revision-Date: 2015-08-11 12:01UTC-0800\n" "Last-Translator: Weng Xuetian <[email protected]>\n" "Language-Team: Chinese <[email protected]>\n" @@ -17,13 +17,13 @@ "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Lokalize 2.0\n" -#: contents/ui/ListItemBase.qml:226 +#: contents/ui/ListItemBase.qml:219 #, kde-format msgctxt "volume percentage" msgid "%1%" msgstr "%1%" -#: contents/ui/ListItemBase.qml:247 +#: contents/ui/ListItemBase.qml:240 msgctxt "only used for sizing, should be widest possible string" msgid "100%" msgstr "100%" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/zh_TW/kcm_pulseaudio.po new/plasma-pa-5.6.1/po/zh_TW/kcm_pulseaudio.po --- old/plasma-pa-5.5.5/po/zh_TW/kcm_pulseaudio.po 2016-03-01 14:43:41.000000000 +0100 +++ new/plasma-pa-5.6.1/po/zh_TW/kcm_pulseaudio.po 1970-01-01 01:00:00.000000000 +0100 @@ -1,122 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Franklin, 2015. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" -"PO-Revision-Date: 2015-11-22 20:51+0800\n" -"Last-Translator: Franklin\n" -"Language-Team: Chinese Traditional <[email protected]>\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 1.5\n" - -msgctxt "NAME OF TRANSLATORS" -msgid "Your names" -msgstr "Franklin Weng" - -msgctxt "EMAIL OF TRANSLATORS" -msgid "Your emails" -msgstr "[email protected]" - -#: kcm/module.cpp:41 -msgctxt "@title" -msgid "PulseAudio" -msgstr "PulseAudio" - -#: kcm/module.cpp:45 -msgctxt "@info:credit" -msgid "Copyright 2015 Harald Sitter" -msgstr "Copyright -2015 Harald Sitter" - -#: kcm/module.cpp:47 -msgctxt "@info:credit" -msgid "Harald Sitter" -msgstr "Harald Sitter" - -#: kcm/module.cpp:48 -msgctxt "@info:credit" -msgid "Author" -msgstr "作者" - -#: kcm/package/contents/ui/CardListItem.qml:51 -msgctxt "@label" -msgid "Profile:" -msgstr "設定檔:" - -#: kcm/package/contents/ui/main.qml:33 -msgid "This module allows to set up the Pulseaudio sound subsystem." -msgstr "此模組可以設定 Pulseaudio 音效子系統。" - -#: kcm/package/contents/ui/main.qml:36 -msgctxt "@title:tab" -msgid "Applications" -msgstr "應用程式" - -#: kcm/package/contents/ui/main.qml:39 -msgctxt "@label" -msgid "No Applications Playing Audio" -msgstr "沒有正在播放音效的應用程式" - -#: kcm/package/contents/ui/main.qml:43 -msgctxt "@title:tab" -msgid "Recording" -msgstr "錄音" - -#: kcm/package/contents/ui/main.qml:46 -msgctxt "@label" -msgid "No Applications Recording Audio" -msgstr "沒有正在錄音的應用程式" - -#: kcm/package/contents/ui/main.qml:50 -msgctxt "@title:tab" -msgid "Output Devices" -msgstr "輸出裝置" - -#: kcm/package/contents/ui/main.qml:53 -msgctxt "@label" -msgid "No Output Devices Available" -msgstr "沒有可用的輸出裝置" - -#: kcm/package/contents/ui/main.qml:57 -msgctxt "@title:tab" -msgid "Input Devices" -msgstr "輸入裝置" - -#: kcm/package/contents/ui/main.qml:60 -msgctxt "@label" -msgid "No Input Devices Available" -msgstr "沒有可用的輸入裝置" - -#: kcm/package/contents/ui/main.qml:64 -msgctxt "@title:tab" -msgid "Configuration" -msgstr "設定" - -#: kcm/package/contents/ui/main.qml:67 -msgctxt "@label" -msgid "No Additional Configuration Available" -msgstr "沒有可用的額外設定" - -#: kcm/package/contents/ui/StreamListItem.qml:55 -#, kde-format -msgctxt "label of stream items" -msgid "%1: %2" -msgstr "%1: %2" - -#: kcm/package/contents/ui/VolumeSlider.qml:95 -#, kde-format -msgctxt "volume percentage" -msgid "%1%" -msgstr "%1%" - -#: kcm/package/contents/ui/VolumeSlider.qml:101 -msgctxt "only used for sizing, should be widest possible string" -msgid "100%" -msgstr "100%" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/po/zh_TW/plasma_applet_org.kde.plasma.volume.po new/plasma-pa-5.6.1/po/zh_TW/plasma_applet_org.kde.plasma.volume.po --- old/plasma-pa-5.5.5/po/zh_TW/plasma_applet_org.kde.plasma.volume.po 2016-03-01 14:43:41.000000000 +0100 +++ new/plasma-pa-5.6.1/po/zh_TW/plasma_applet_org.kde.plasma.volume.po 1970-01-01 01:00:00.000000000 +0100 @@ -1,59 +0,0 @@ -# Copyright (C) YEAR This_file_is_part_of_KDE -# This file is distributed under the same license as the PACKAGE package. -# -# Franklin, 2015. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2015-10-16 08:32+0000\n" -"PO-Revision-Date: 2015-12-13 13:36+0800\n" -"Last-Translator: Franklin\n" -"Language-Team: Chinese Traditional <[email protected]>\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 1.5\n" - -#: contents/ui/ListItemBase.qml:226 -#, kde-format -msgctxt "volume percentage" -msgid "%1%" -msgstr "%1%" - -#: contents/ui/ListItemBase.qml:247 -msgctxt "only used for sizing, should be widest possible string" -msgid "100%" -msgstr "100%" - -#: contents/ui/main.qml:39 -msgid "Audio Volume" -msgstr "音效音量" - -#: contents/ui/main.qml:129 -msgid "Increase Volume" -msgstr "遞增音量" - -#: contents/ui/main.qml:135 -msgid "Decrease Volume" -msgstr "遞減音量" - -#: contents/ui/main.qml:141 -msgid "Mute" -msgstr "靜音" - -#: contents/ui/main.qml:167 -msgid "Playback Devices" -msgstr "播放裝置" - -#: contents/ui/main.qml:186 -msgid "Capture Devices" -msgstr "抓取裝置" - -#: contents/ui/StreamListItemBase.qml:28 -#, kde-format -msgctxt "label of stream items" -msgid "%1: %2" -msgstr "%1: %2" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/src/kcm/kcm_pulseaudio.desktop new/plasma-pa-5.6.1/src/kcm/kcm_pulseaudio.desktop --- old/plasma-pa-5.5.5/src/kcm/kcm_pulseaudio.desktop 2016-03-01 14:43:04.000000000 +0100 +++ new/plasma-pa-5.6.1/src/kcm/kcm_pulseaudio.desktop 2016-03-29 16:20:37.000000000 +0200 @@ -11,6 +11,7 @@ X-DocPath=plasma-pa/index.html Name=Audio Volume +Name[ar]=مستوى الصّوت Name[ast]=Volume d'audiu Name[ca]=Volum de l'àudio Name[ca@valencia]=Volum de l'àudio @@ -43,8 +44,8 @@ Name[uk]=Гучність Name[x-test]=xxAudio Volumexx Name[zh_CN]=音频音量 -Name[zh_TW]=音效音量 Comment=Configure the Audio Volume +Comment[ar]=اضبط مستوى الصّوت Comment[ast]=Configura'l volume d'audiu Comment[ca]=Configura el volum de l'àudio Comment[ca@valencia]=Configura el volum de l'àudio @@ -77,8 +78,8 @@ Comment[uk]=Налаштовування гучності Comment[x-test]=xxConfigure the Audio Volumexx Comment[zh_CN]=配置音频音量 -Comment[zh_TW]=設定音量 X-KDE-Keywords=Sound,Volume,Output,Audio,Music,PulseAudio,Pulse +X-KDE-Keywords[ar]=صوت,مستوى,خرج,موسيقى,Pulse,PulseAudio X-KDE-Keywords[ast]=Soníu,Volume,Salida,Audiu,Música,PulseAusio,Pulse X-KDE-Keywords[ca]=So,Volum,Sortida,Àudio,Música,PulseAudio,Pulse X-KDE-Keywords[ca@valencia]=So,Volum,Eixida,Àudio,Música,PulseAudio,Pulse @@ -110,4 +111,3 @@ X-KDE-Keywords[uk]=Sound,Volume,Output,Audio,Music,PulseAudio,Pulse,звук,гучність,вихід,аудіо,музика,пульс,пульсаудіо X-KDE-Keywords[x-test]=xxSoundxx,xxVolumexx,xxOutputxx,xxAudioxx,xxMusicxx,xxPulseAudioxx,xxPulsexx X-KDE-Keywords[zh_CN]=Sound,Volume,Output,Audio,Music,PulseAudio,Pulse,声音,音量,输出,音频,音乐,脉冲 -X-KDE-Keywords[zh_TW]=Sound,Volume,Output,Audio,Music,PulseAudio,Pulse diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-pa-5.5.5/src/kcm/package/metadata.desktop new/plasma-pa-5.6.1/src/kcm/package/metadata.desktop --- old/plasma-pa-5.5.5/src/kcm/package/metadata.desktop 2016-03-01 14:43:04.000000000 +0100 +++ new/plasma-pa-5.6.1/src/kcm/package/metadata.desktop 2016-03-29 16:20:37.000000000 +0200 @@ -1,5 +1,6 @@ [Desktop Entry] Name=Sound +Name[ar]=الصّوت Name[ast]=Soníu Name[ca]=So Name[ca@valencia]=So @@ -32,8 +33,8 @@ Name[uk]=Звук Name[x-test]=xxSoundxx Name[zh_CN]=声音 -Name[zh_TW]=音效 Comment=Configure Sound +Comment[ar]=اضبط الصّوت Comment[ast]=Configura'l soníu Comment[ca]=Configura el so Comment[ca@valencia]=Configura el so @@ -66,7 +67,6 @@ Comment[uk]=Налаштовування звуку Comment[x-test]=xxConfigure Soundxx Comment[zh_CN]=配置声音 -Comment[zh_TW]=設定音效 Icon=kmix Type=Service X-KDE-PluginInfo-Author=Harald Sitter
