commit dfb3970eaab0138805faf32338ab08e1e18ebca2
Author: raveit65 <mate@raveit.de>
Date:   Tue Feb 13 00:19:02 2024 +0100

    release 1.28.0

 NEWS         | 7 ++++++-
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 80f1448f5eb1f603cdcbef6333d26ff762f8b885
Author: raveit65 <mate@raveit.de>
Date:   Tue Feb 13 00:15:51 2024 +0100

    tx: sync with transifex

 po/af.po          | 2 +-
 po/am.po          | 2 +-
 po/ar.po          | 2 +-
 po/as.po          | 2 +-
 po/ast.po         | 2 +-
 po/az.po          | 2 +-
 po/be.po          | 2 +-
 po/bg.po          | 2 +-
 po/bn.po          | 2 +-
 po/bn_IN.po       | 2 +-
 po/br.po          | 2 +-
 po/bs.po          | 2 +-
 po/ca.po          | 6 +++---
 po/ca@valencia.po | 2 +-
 po/cmn.po         | 2 +-
 po/crh.po         | 2 +-
 po/cs.po          | 2 +-
 po/cy.po          | 2 +-
 po/da.po          | 2 +-
 po/de.po          | 2 +-
 po/dz.po          | 2 +-
 po/el.po          | 2 +-
 po/en_AU.po       | 2 +-
 po/en_CA.po       | 2 +-
 po/en_GB.po       | 6 +++---
 po/eo.po          | 2 +-
 po/es.po          | 2 +-
 po/es_CL.po       | 2 +-
 po/es_CO.po       | 2 +-
 po/es_MX.po       | 2 +-
 po/et.po          | 2 +-
 po/eu.po          | 2 +-
 po/fa.po          | 2 +-
 po/fi.po          | 2 +-
 po/fr.po          | 2 +-
 po/fr_CA.po       | 2 +-
 po/frp.po         | 2 +-
 po/fur.po         | 2 +-
 po/fy.po          | 2 +-
 po/ga.po          | 2 +-
 po/gl.po          | 2 +-
 po/gu.po          | 2 +-
 po/he.po          | 2 +-
 po/hi.po          | 2 +-
 po/hr.po          | 2 +-
 po/hu.po          | 2 +-
 po/hy.po          | 2 +-
 po/id.po          | 2 +-
 po/ie.po          | 2 +-
 po/is.po          | 2 +-
 po/it.po          | 2 +-
 po/ja.po          | 9 +++++----
 po/ka.po          | 2 +-
 po/kk.po          | 2 +-
 po/kn.po          | 2 +-
 po/ko.po          | 2 +-
 po/ku.po          | 2 +-
 po/ku_IQ.po       | 2 +-
 po/ky.po          | 2 +-
 po/lt.po          | 2 +-
 po/lv.po          | 2 +-
 po/mai.po         | 2 +-
 po/mg.po          | 2 +-
 po/mk.po          | 2 +-
 po/ml.po          | 2 +-
 po/mn.po          | 2 +-
 po/mr.po          | 2 +-
 po/ms.po          | 2 +-
 po/nb.po          | 2 +-
 po/nds.po         | 2 +-
 po/ne.po          | 2 +-
 po/nl.po          | 2 +-
 po/nn.po          | 2 +-
 po/oc.po          | 2 +-
 po/or.po          | 2 +-
 po/pa.po          | 2 +-
 po/pl.po          | 2 +-
 po/pms.po         | 2 +-
 po/ps.po          | 2 +-
 po/pt.po          | 2 +-
 po/pt_BR.po       | 2 +-
 po/ro.po          | 2 +-
 po/ru.po          | 7 ++++---
 po/rw.po          | 2 +-
 po/si.po          | 2 +-
 po/sk.po          | 2 +-
 po/sl.po          | 2 +-
 po/sq.po          | 2 +-
 po/sr.po          | 2 +-
 po/sr@latin.po    | 2 +-
 po/sv.po          | 2 +-
 po/ta.po          | 2 +-
 po/te.po          | 2 +-
 po/th.po          | 2 +-
 po/tr.po          | 2 +-
 po/ug.po          | 2 +-
 po/uk.po          | 2 +-
 po/ur.po          | 2 +-
 po/uz.po          | 2 +-
 po/vi.po          | 2 +-
 po/wa.po          | 2 +-
 po/xh.po          | 2 +-
 po/zh_CN.po       | 2 +-
 po/zh_HK.po       | 2 +-
 po/zh_TW.po       | 2 +-
 105 files changed, 116 insertions(+), 114 deletions(-)

commit 0dfdbf83680f89129ae89f15d5db69eaa90f1b94
Author: raveit65 <mate@raveit.de>
Date:   Tue Jan 23 15:35:44 2024 +0100

    ci: use ubuntu jammy as docker

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e9995a70b1ff951cca3471894db2c289d9b0e4f9
Author: Adric Blake <promarbler14@gmail.com>
Date:   Fri Sep 1 21:30:19 2023 -0400

    Remove weak pointers on dispose
    
    A weak pointer has a callback that will happily overwrite freed object memory if the weakly referenced object outlives the object storing the reference. Remove those callbacks when they are no longer needed.

 libmatemixer/matemixer-device-switch.c  | 17 +++++++++++++++++
 libmatemixer/matemixer-stream-control.c | 15 +++++++++++++++
 libmatemixer/matemixer-stream-switch.c  | 17 +++++++++++++++++
 libmatemixer/matemixer-stream.c         |  4 ++++
 4 files changed, 53 insertions(+)

commit 83021fd2d62601a3ea66e8d7bad28856ee3102db
Author: raveit65 <mate@raveit.de>
Date:   Fri Sep 1 10:24:44 2023 +0200

    tx: cleanup configs

 .tx/config_20221028215425.bak | 9 ---------
 1 file changed, 9 deletions(-)

commit 4786f8d75499d44ff62977f0538fd40cb165ffc8
Author: mbkma <johannes.unruh@fau.de>
Date:   Fri Nov 11 20:19:01 2022 +0100

    release 1.27.0

 NEWS         | 9 +++++++++
 configure.ac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit a95b99fc23ade9a8d15b735d110344333cb23316
Author: mbkma <johannes.unruh@fau.de>
Date:   Wed Nov 9 22:22:09 2022 +0100

    tx: sync with transifex

 po/af.po          |  4 +--
 po/am.po          |  4 +--
 po/ar.po          |  4 +--
 po/as.po          |  4 +--
 po/ast.po         |  4 +--
 po/az.po          |  4 +--
 po/be.po          |  4 +--
 po/bg.po          |  4 +--
 po/bn.po          |  4 +--
 po/bn_IN.po       |  4 +--
 po/br.po          |  4 +--
 po/bs.po          |  4 +--
 po/ca@valencia.po |  4 +--
 po/cmn.po         |  4 +--
 po/crh.po         |  4 +--
 po/cs.po          |  4 +--
 po/cy.po          |  4 +--
 po/da.po          |  4 +--
 po/de.po          |  4 +--
 po/dz.po          |  4 +--
 po/el.po          |  8 ++---
 po/en_AU.po       |  4 +--
 po/en_CA.po       |  4 +--
 po/eo.po          |  4 +--
 po/es.po          |  6 ++--
 po/es_CL.po       | 10 +++----
 po/es_CO.po       |  6 ++--
 po/es_MX.po       |  6 ++--
 po/et.po          |  4 +--
 po/eu.po          |  4 +--
 po/fa.po          |  4 +--
 po/fi.po          |  4 +--
 po/fr.po          |  6 ++--
 po/fr_CA.po       |  6 ++--
 po/frp.po         |  4 +--
 po/fur.po         |  4 +--
 po/fy.po          |  4 +--
 po/ga.po          |  4 +--
 po/gl.po          |  4 +--
 po/gu.po          |  4 +--
 po/he.po          |  4 +--
 po/hi.po          |  4 +--
 po/hr.po          |  4 +--
 po/hu.po          |  4 +--
 po/hy.po          |  4 +--
 po/id.po          |  4 +--
 po/ie.po          |  4 +--
 po/is.po          |  4 +--
 po/it.po          | 44 +++++++++++++--------------
 po/ja.po          | 10 +++----
 po/ka.po          |  4 +--
 po/kk.po          |  4 +--
 po/kn.po          |  4 +--
 po/ko.po          |  8 ++---
 po/ku.po          |  4 +--
 po/ku_IQ.po       |  4 +--
 po/ky.po          |  4 +--
 po/lt.po          |  4 +--
 po/lv.po          |  4 +--
 po/mai.po         |  4 +--
 po/mg.po          |  4 +--
 po/mk.po          |  4 +--
 po/ml.po          |  4 +--
 po/mn.po          |  4 +--
 po/mr.po          |  4 +--
 po/ms.po          |  4 +--
 po/nb.po          |  4 +--
 po/nds.po         |  4 +--
 po/ne.po          |  4 +--
 po/nl.po          |  4 +--
 po/nn.po          |  4 +--
 po/oc.po          | 90 +++++++++++++++++++++++++++----------------------------
 po/or.po          |  6 ++--
 po/pa.po          |  4 +--
 po/pl.po          |  8 ++---
 po/pms.po         |  4 +--
 po/ps.po          |  6 ++--
 po/pt.po          |  6 ++--
 po/pt_BR.po       |  6 ++--
 po/ro.po          |  6 ++--
 po/ru.po          |  6 ++--
 po/rw.po          |  4 +--
 po/si.po          |  4 +--
 po/sk.po          |  4 +--
 po/sl.po          |  4 +--
 po/sq.po          |  4 +--
 po/sr.po          |  4 +--
 po/sr@latin.po    |  4 +--
 po/sv.po          |  4 +--
 po/ta.po          |  4 +--
 po/te.po          |  4 +--
 po/th.po          |  4 +--
 po/tr.po          |  4 +--
 po/ug.po          |  4 +--
 po/uk.po          |  4 +--
 po/ur.po          |  4 +--
 po/uz.po          |  4 +--
 po/vi.po          |  4 +--
 po/wa.po          |  4 +--
 po/xh.po          |  4 +--
 po/zh_CN.po       | 57 ++++++++++++++++++-----------------
 po/zh_HK.po       |  4 +--
 po/zh_TW.po       |  4 +--
 103 files changed, 319 insertions(+), 318 deletions(-)

commit 63529ee51d062ee71adb091299c95fcdc1afe186
Author: mbkma <johannes.unruh@fau.de>
Date:   Sat Oct 29 15:39:07 2022 +0200

    tx: update resource

 libmatemixer.pot | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6395d5a632ce685818d69f9df4b2b47860c24814
Author: mbkma <johannes.unruh@fau.de>
Date:   Fri Oct 28 21:54:26 2022 +0200

    tx: migrate config file

 .tx/config                    | 13 +++++++------
 .tx/config_20221028215425.bak |  9 +++++++++
 2 files changed, 16 insertions(+), 6 deletions(-)

commit cb9e62b6d101cb42cdcf3ec7617616e6c4a4bb35
Author: orbea <orbea@riseup.net>
Date:   Thu May 12 18:34:52 2022 -0700

    backends: Add missing dependencies
    
    When building the backends with slibtool they will fail with undefined
    references to libmatemixer.la. This is because they use -no-undefined
    which slibtool explicitly supports while GNU libtool will silently
    ignore it.
    
    Gentoo Bug: https://bugs.gentoo.org/785232

 backends/alsa/Makefile.am  | 1 +
 backends/null/Makefile.am  | 4 +++-
 backends/oss/Makefile.am   | 1 +
 backends/pulse/Makefile.am | 1 +
 4 files changed, 6 insertions(+), 1 deletion(-)

commit fc47f17a919e0320c1fa9aa24ab008540d9b2991
Author: raveit65 <mate@raveit.de>
Date:   Sun Feb 13 18:10:58 2022 +0100

    ci: drop -Wunused-parameter compiler cflag from debian build

 .build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0e789da6c8a1652ef15945d2f99f574af066d00e
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Oct 27 19:35:27 2021 +0200

    build: show configure summary using a pretty format

 configure.ac | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 4454ee1745420cd530afdec39eb89dc5ca3a19b4
Author: raveit65 <mate@raveit.de>
Date:   Tue Aug 3 20:18:01 2021 +0200

    release 1.26.0

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit e5e4c4330c31bb8e5c667dc976763c18ffb85c50
Author: raveit65 <mate@raveit.de>
Date:   Tue Aug 3 20:12:19 2021 +0200

    tx: sync with transifex

 po/ca.po    |   4 +-
 po/eu.po    | 121 ++++++++++++++++++++++++++++++------------------------------
 po/fr.po    |   6 +--
 po/pl.po    |   5 ++-
 po/uz.po    |   4 +-
 po/zh_CN.po |   4 +-
 6 files changed, 73 insertions(+), 71 deletions(-)

commit 64c8d4a6a45726278c973cc00794d8eb5c5b10ba
Author: raveit65 <mate@raveit.de>
Date:   Tue Aug 3 20:10:51 2021 +0200

    travis-Ci: use libera.chat as notification server

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ac897846d0148e46d5e353ced97957e03244976a
Author: raveit65 <mate@raveit.de>
Date:   Sat May 29 22:22:55 2021 +0200

    travis-ci: use ubuntu focal as host system
    
    fixes build issues with fedora:latest (f34) tag.

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 704e53bf1ea1d1f52e918a082eecb38ef40119fb
Author: raveit65 <mate@raveit.de>
Date:   Fri Apr 23 13:39:25 2021 +0200

    travis: disable travis builds for ubuntu
    
    Sadly, there is a limit for free builds at docker.com
    See discussion
    https://github.com/orgs/mate-desktop/teams/core-team/discussions/25

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f3d3338d2a4806f9853b0a8ac397deb07c10d712
Author: raveit65 <mate@raveit.de>
Date:   Mon Mar 8 16:11:40 2021 +0100

    travis: build with mate-common-1.24.2 from repos

 .build.yml | 12 ------------
 1 file changed, 12 deletions(-)

commit 0487d4d6883f2505487bc800f30ea418691568a3
Author: raveit65 <mate@raveit.de>
Date:   Mon Feb 22 21:56:12 2021 +0100

    tx: use rolling tag for ubuntu

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 59401d24a28cfc37008f2f319550f3d72f9c1aa2
Author: raveit65 <mate@raveit.de>
Date:   Mon Feb 22 19:19:32 2021 +0100

    tx: temporarily disable build for ArchLinux

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9d27e4571a5423d29ec4160fd160cbb299d7e6d3
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Jan 26 09:23:23 2021 +0100

    build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1b96bc58cb4ce0ce8f90ec26c97437aaed994001
Author: Ville Syrjälä <syrjala@sci.fi>
Date:   Sun Dec 13 18:53:33 2020 +0200

    alsa: Add udev support
    
    Instead of polling for new devices once per second ask
    udev to send us events. Avoids waking up the CPU all the
    time and wasting power.
    
    We keep the timeout source as a fallback when udev
    support is not enabled, or the udev setup fails for
    whatever reason.
    
    The logic for udev_event_ok() was snooped from pulseaudio.

 backends/alsa/Makefile.am    |   2 +
 backends/alsa/alsa-backend.c | 136 +++++++++++++++++++++++++++++++++++++++++--
 configure.ac                 |  29 ++++++++-
 3 files changed, 161 insertions(+), 6 deletions(-)

commit 31da9e1847a5da12c9d81386a29c647908974227
Author: raveit65 <mate@raveit.de>
Date:   Tue Dec 8 13:32:22 2020 +0100

    update issue template

 .github/issue_template.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e4efc940a8147016004b63aa1f113198361965d1
Author: raveit65 <mate@raveit.de>
Date:   Tue Dec 8 13:19:10 2020 +0100

    update issue template

 .github/issue_template.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3d6e4ebb0d94b2afe93377fd5eec8c0281cf80b8
Author: raveit65 <mate@raveit.de>
Date:   Tue Aug 18 17:58:34 2020 +0200

    release 1.25.0

 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

commit 0a8d50f390e1a2b2177d7359940deeab4adfa9a6
Author: raveit65 <mate@raveit.de>
Date:   Tue Aug 18 17:48:47 2020 +0200

    tx: sync with transifex

 po/cs.po |  4 ++--
 po/fa.po |  4 ++--
 po/it.po | 24 +++++++++++++-----------
 po/ky.po |  2 +-
 po/lt.po |  2 +-
 po/nl.po |  4 ++--
 po/oc.po |  7 ++++---
 po/pt.po |  2 +-
 po/ru.po |  2 +-
 po/sk.po |  5 +++--
 po/sv.po |  2 +-
 po/ug.po |  4 ++--
 12 files changed, 33 insertions(+), 29 deletions(-)

commit 223642430be3af5c96caffb2af7d2c039df2c7c2
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Aug 16 04:38:37 2020 +0200

    Travis CI: debian build: add -Wunused-macros to CFLAGS

 .build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0b095e07d004e11af5ee375002b20d0f87832f5d
Author: raveit65 <mate@raveit.de>
Date:   Wed Aug 12 12:47:58 2020 +0200

    pre-bump version

 NEWS         | 2 ++
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 91a8f5709a806ec61583e5fa3854f713a5901a59
Author: Michal Ratajsky <michal.ratajsky@gmail.com>
Date:   Sat Jul 4 21:20:38 2020 +0200

    Use the correct macro for dynamic type's private

 backends/oss/oss-backend.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0981c0026dd10f623765995f94aa21b55d548b65
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Jun 29 18:33:56 2020 +0200

    Travis CI: enable irc notifications with tagged commits

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f10cf3fd52af4de93e2432505b06389392f7277f
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Mon Jun 22 21:55:59 2020 +0000

    [ci] fix release tarball on travis CI failed

 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit af1db801e4aaeee8a37a15419fe252715d6b5bee
Author: tamplan <tamplan@free.fr>
Date:   Sun May 24 10:36:56 2020 +0200

    add git.mk to generate .gitignore

 git.mk | 400 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 400 insertions(+)

commit 5002be67142b425fe6409a0925a82b4d589f6932
Author: raveit65 <mate@raveit.de>
Date:   Sun Apr 19 13:52:49 2020 +0200

    ci: don't run configure with autogen.sh

 .build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ce9fe80df14e6504a2d9beed1131c831258ce204
Author: raveit65 <mate@raveit.de>
Date:   Sun Apr 19 13:52:24 2020 +0200

    build: silent build warnings for distcheck

 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

commit 3b74151104cf7369cd3e6bd17b8c6b317c3013fb
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Apr 19 00:10:28 2020 +0200

    Travis CI: enable irc notifications with broken builds

 .travis.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 07744f50e5ddb8a5c319474f0c13b035f32c14ec
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Apr 17 00:09:38 2020 +0200

    Travis CI: debian build: add clang compiler

 .build.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 39406ae2c742b4ebae0704c27290a545ff84d082
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Apr 17 00:07:48 2020 +0200

    Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS

 .build.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit cb17f40ba539c5a4be834a68589059d5be8e2683
Author: rbuj <robert.buj@gmail.com>
Date:   Fri Apr 10 16:27:10 2020 +0200

    build: do not override the default value for MATE_COMPILE_WARNINGS

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a4ed59ce71f94ac8a38021cff4e7ecb0461d9c97
Author: raveit65 <mate@raveit.de>
Date:   Tue Apr 7 23:40:42 2020 +0200

    ci: variables, drop obsolete Warn_Cflags

 .build.yml | 1 -
 1 file changed, 1 deletion(-)

commit 22ec832f0b46309e7e0c6fda967497c4ff4d4085
Author: raveit65 <mate@raveit.de>
Date:   Mon Apr 6 18:28:46 2020 +0200

    ci: build with mate-common-1.24.1 tarball

 .build.yml | 33 ++++++++++++++-------------------
 1 file changed, 14 insertions(+), 19 deletions(-)

commit d168a8321e66683425a4304f227e7ad5abec461d
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Mon Apr 6 14:08:01 2020 +0800

    [ci] update build environment

 .travis.yml | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

commit 6d2a311be0d0416ccfd3cf1bc7d969e6ab74507a
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Feb 27 00:13:17 2020 +0100

    Remove warnings: ignoring #pragma clang diagnostic [-Wunknown-pragmas]

 backends/alsa/alsa-backend.c   | 3 ---
 backends/null/null-backend.c   | 3 ---
 backends/pulse/pulse-backend.c | 3 ---
 3 files changed, 9 deletions(-)

commit c391301c57cdcda738482053d98aef8d2bb81d01
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Mar 12 16:11:09 2020 +0100

    Travis CI: ubuntu build: add gcc

 .build.yml | 1 +
 1 file changed, 1 insertion(+)

commit 6e70931800c972acd8481a3fa9dce5653b530efd
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Mar 12 16:02:43 2020 +0100

    Travis CI: use Ubuntu devel instead 19.10

 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 239a62b8ec17bc49e698062315ac9e48312b3946
Author: raveit65 <mate@raveit.de>
Date:   Tue Feb 18 13:39:39 2020 +0100

    travis: update config for new travis validation

 .build.yml  | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 .travis.yml | 134 ++----------------------------------------------------------
 2 files changed, 132 insertions(+), 131 deletions(-)

commit 36cccdd2cc5cd3111d4f0a666b0cb687d1f65066
Author: raveit65 <mate@raveit.de>
Date:   Fri Feb 7 22:17:23 2020 +0100

    release 1.24.0

 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit de28cf9d0ce2e06651f1f671e777ce25659183e6
Author: raveit65 <mate@raveit.de>
Date:   Fri Jan 24 19:38:10 2020 +0100

    tx: sync with transifex

 po/af.po          | 317 ++++++++++++++++++++++++--------------------------
 po/am.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ar.po          | 317 ++++++++++++++++++++++++--------------------------
 po/as.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ast.po         | 317 ++++++++++++++++++++++++--------------------------
 po/az.po          | 317 ++++++++++++++++++++++++--------------------------
 po/be.po          | 317 ++++++++++++++++++++++++--------------------------
 po/bg.po          | 317 ++++++++++++++++++++++++--------------------------
 po/bn.po          | 317 ++++++++++++++++++++++++--------------------------
 po/bn_IN.po       | 317 ++++++++++++++++++++++++--------------------------
 po/br.po          | 317 ++++++++++++++++++++++++--------------------------
 po/bs.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ca.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ca@valencia.po | 317 ++++++++++++++++++++++++--------------------------
 po/cmn.po         | 317 ++++++++++++++++++++++++--------------------------
 po/crh.po         | 317 ++++++++++++++++++++++++--------------------------
 po/cs.po          | 317 ++++++++++++++++++++++++--------------------------
 po/cy.po          | 317 ++++++++++++++++++++++++--------------------------
 po/da.po          | 317 ++++++++++++++++++++++++--------------------------
 po/de.po          | 317 ++++++++++++++++++++++++--------------------------
 po/dz.po          | 317 ++++++++++++++++++++++++--------------------------
 po/el.po          | 317 ++++++++++++++++++++++++--------------------------
 po/en_AU.po       | 317 ++++++++++++++++++++++++--------------------------
 po/en_CA.po       | 317 ++++++++++++++++++++++++--------------------------
 po/en_GB.po       | 317 ++++++++++++++++++++++++--------------------------
 po/eo.po          | 317 ++++++++++++++++++++++++--------------------------
 po/es.po          | 317 ++++++++++++++++++++++++--------------------------
 po/es_CL.po       | 321 ++++++++++++++++++++++++---------------------------
 po/es_CO.po       | 317 ++++++++++++++++++++++++--------------------------
 po/es_MX.po       | 317 ++++++++++++++++++++++++--------------------------
 po/et.po          | 317 ++++++++++++++++++++++++--------------------------
 po/eu.po          | 317 ++++++++++++++++++++++++--------------------------
 po/fa.po          | 317 ++++++++++++++++++++++++--------------------------
 po/fi.po          | 317 ++++++++++++++++++++++++--------------------------
 po/fr.po          | 317 ++++++++++++++++++++++++--------------------------
 po/fr_CA.po       | 317 ++++++++++++++++++++++++--------------------------
 po/frp.po         | 317 ++++++++++++++++++++++++--------------------------
 po/fur.po         | 317 ++++++++++++++++++++++++--------------------------
 po/fy.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ga.po          | 317 ++++++++++++++++++++++++--------------------------
 po/gl.po          | 323 +++++++++++++++++++++++++--------------------------
 po/gu.po          | 317 ++++++++++++++++++++++++--------------------------
 po/he.po          | 317 ++++++++++++++++++++++++--------------------------
 po/hi.po          | 317 ++++++++++++++++++++++++--------------------------
 po/hr.po          | 317 ++++++++++++++++++++++++--------------------------
 po/hu.po          | 317 ++++++++++++++++++++++++--------------------------
 po/hy.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ia.po          | 317 ++++++++++++++++++++++++--------------------------
 po/id.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ie.po          | 321 ++++++++++++++++++++++++---------------------------
 po/is.po          | 317 ++++++++++++++++++++++++--------------------------
 po/it.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ja.po          | 317 ++++++++++++++++++++++++--------------------------
 po/jv.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ka.po          | 317 ++++++++++++++++++++++++--------------------------
 po/kk.po          | 317 ++++++++++++++++++++++++--------------------------
 po/kn.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ko.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ku.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ku_IQ.po       | 317 ++++++++++++++++++++++++--------------------------
 po/ky.po          | 317 ++++++++++++++++++++++++--------------------------
 po/lt.po          | 317 ++++++++++++++++++++++++--------------------------
 po/lv.po          | 317 ++++++++++++++++++++++++--------------------------
 po/mai.po         | 317 ++++++++++++++++++++++++--------------------------
 po/mg.po          | 317 ++++++++++++++++++++++++--------------------------
 po/mk.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ml.po          | 317 ++++++++++++++++++++++++--------------------------
 po/mn.po          | 317 ++++++++++++++++++++++++--------------------------
 po/mr.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ms.po          | 317 ++++++++++++++++++++++++--------------------------
 po/nb.po          | 317 ++++++++++++++++++++++++--------------------------
 po/nds.po         | 317 ++++++++++++++++++++++++--------------------------
 po/ne.po          | 317 ++++++++++++++++++++++++--------------------------
 po/nl.po          | 317 ++++++++++++++++++++++++--------------------------
 po/nn.po          | 317 ++++++++++++++++++++++++--------------------------
 po/nso.po         | 317 ++++++++++++++++++++++++--------------------------
 po/oc.po          | 317 ++++++++++++++++++++++++--------------------------
 po/or.po          | 317 ++++++++++++++++++++++++--------------------------
 po/pa.po          | 317 ++++++++++++++++++++++++--------------------------
 po/pl.po          | 317 ++++++++++++++++++++++++--------------------------
 po/pms.po         | 317 ++++++++++++++++++++++++--------------------------
 po/ps.po          | 317 ++++++++++++++++++++++++--------------------------
 po/pt.po          | 317 ++++++++++++++++++++++++--------------------------
 po/pt_BR.po       | 317 ++++++++++++++++++++++++--------------------------
 po/ro.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ru.po          | 317 ++++++++++++++++++++++++--------------------------
 po/rw.po          | 317 ++++++++++++++++++++++++--------------------------
 po/si.po          | 317 ++++++++++++++++++++++++--------------------------
 po/sk.po          | 317 ++++++++++++++++++++++++--------------------------
 po/sl.po          | 338 ++++++++++++++++++++++++++----------------------------
 po/sq.po          | 317 ++++++++++++++++++++++++--------------------------
 po/sr.po          | 317 ++++++++++++++++++++++++--------------------------
 po/sr@latin.po    | 317 ++++++++++++++++++++++++--------------------------
 po/sv.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ta.po          | 317 ++++++++++++++++++++++++--------------------------
 po/te.po          | 317 ++++++++++++++++++++++++--------------------------
 po/th.po          | 317 ++++++++++++++++++++++++--------------------------
 po/tk.po          | 317 ++++++++++++++++++++++++--------------------------
 po/tr.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ug.po          | 317 ++++++++++++++++++++++++--------------------------
 po/uk.po          | 317 ++++++++++++++++++++++++--------------------------
 po/ur.po          | 317 ++++++++++++++++++++++++--------------------------
 po/uz.po          | 317 ++++++++++++++++++++++++--------------------------
 po/vi.po          | 317 ++++++++++++++++++++++++--------------------------
 po/wa.po          | 317 ++++++++++++++++++++++++--------------------------
 po/xh.po          | 317 ++++++++++++++++++++++++--------------------------
 po/zh_CN.po       | 317 ++++++++++++++++++++++++--------------------------
 po/zh_HK.po       | 317 ++++++++++++++++++++++++--------------------------
 po/zh_TW.po       | 321 ++++++++++++++++++++++++---------------------------
 po/zu.po          | 317 ++++++++++++++++++++++++--------------------------
 110 files changed, 16630 insertions(+), 18279 deletions(-)

commit 004f668b29549a4b4c041f6d27b15898a9d7acc5
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Dec 9 12:05:16 2019 +0100

    Fix cppcheck [syntaxError] warnings

 backends/alsa/alsa-device.c                |  6 +++---
 backends/alsa/alsa-stream-control.c        | 12 ++++++------
 backends/alsa/alsa-stream-input-control.c  | 20 ++++++++++----------
 backends/alsa/alsa-stream-output-control.c | 20 ++++++++++----------
 backends/alsa/alsa-switch.c                |  6 +++---
 backends/alsa/alsa-toggle.c                |  6 +++---
 backends/oss/oss-backend.c                 |  4 ++--
 backends/oss/oss-device.c                  |  8 ++++----
 backends/oss/oss-stream-control.c          |  8 ++++----
 backends/oss/oss-stream.c                  |  4 ++--
 backends/oss/oss-switch.c                  |  4 ++--
 backends/pulse/pulse-backend.c             | 24 ++++++++++++------------
 backends/pulse/pulse-connection.c          | 22 +++++++++++-----------
 backends/pulse/pulse-device-switch.c       |  4 ++--
 backends/pulse/pulse-device.c              |  6 +++---
 backends/pulse/pulse-ext-stream.c          |  6 +++---
 backends/pulse/pulse-port-switch.c         |  2 +-
 backends/pulse/pulse-sink-control.c        |  2 +-
 backends/pulse/pulse-sink-input.c          |  2 +-
 backends/pulse/pulse-sink.c                |  2 +-
 backends/pulse/pulse-source-control.c      |  2 +-
 backends/pulse/pulse-source.c              |  2 +-
 backends/pulse/pulse-stream-control.c      |  6 +++---
 libmatemixer/matemixer-backend-module.c    |  2 +-
 libmatemixer/matemixer-backend.c           |  4 ++--
 libmatemixer/matemixer-context.c           |  8 ++++----
 libmatemixer/matemixer-device.c            |  4 ++--
 libmatemixer/matemixer-stream-toggle.c     |  8 ++++----
 libmatemixer/matemixer-stream.c            |  4 ++--
 libmatemixer/matemixer.c                   |  2 +-
 30 files changed, 105 insertions(+), 105 deletions(-)

commit 8138877b8f12881deec7e40aad9ebbf39e8826a8
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Dec 7 22:42:44 2019 +0100

    Travis CI: auto deploy gh-pages

 .travis.yml | 35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)

commit 9bc9d8a857ea1cc04f074ec6a84440765492ab73
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Dec 6 12:10:23 2019 +0100

    Travis CI: enable 'cppcheck' in debian

 .github/FUNDING.yml                             |    9 +
 .github/issue_template.md                       |   19 +
 .travis.yml                                     |  156 +++
 .tx/config                                      |    9 +
 AUTHORS                                         |    1 +
 COPYING                                         |  510 +++++++
 ChangeLog                                       |    2 +
 Makefile.am                                     |   41 +
 NEWS                                            |   71 +
 README                                          |   34 +
 autogen.sh                                      |   25 +
 backends/Makefile.am                            |   19 +
 backends/alsa/Makefile.am                       |   54 +
 backends/alsa/alsa-backend.c                    |  548 ++++++++
 backends/alsa/alsa-backend.h                    |   63 +
 backends/alsa/alsa-compat.h                     |   26 +
 backends/alsa/alsa-constants.c                  |  267 ++++
 backends/alsa/alsa-constants.h                  |   56 +
 backends/alsa/alsa-device.c                     | 1145 ++++++++++++++++
 backends/alsa/alsa-device.h                     |   77 ++
 backends/alsa/alsa-element.c                    |   69 +
 backends/alsa/alsa-element.h                    |   65 +
 backends/alsa/alsa-stream-control.c             |  751 +++++++++++
 backends/alsa/alsa-stream-control.h             |  106 ++
 backends/alsa/alsa-stream-input-control.c       |  350 +++++
 backends/alsa/alsa-stream-input-control.h       |   65 +
 backends/alsa/alsa-stream-output-control.c      |  349 +++++
 backends/alsa/alsa-stream-output-control.h      |   65 +
 backends/alsa/alsa-stream.c                     |  383 ++++++
 backends/alsa/alsa-stream.h                     |   90 ++
 backends/alsa/alsa-switch-option.c              |   70 +
 backends/alsa/alsa-switch-option.h              |   69 +
 backends/alsa/alsa-switch.c                     |  261 ++++
 backends/alsa/alsa-switch.h                     |   68 +
 backends/alsa/alsa-toggle.c                     |  235 ++++
 backends/alsa/alsa-toggle.h                     |   75 ++
 backends/alsa/alsa-types.h                      |   36 +
 backends/null/Makefile.am                       |   29 +
 backends/null/null-backend.c                    |   80 ++
 backends/null/null-backend.h                    |   58 +
 backends/oss/Makefile.am                        |   44 +
 backends/oss/oss-backend.c                      |  695 ++++++++++
 backends/oss/oss-backend.h                      |   63 +
 backends/oss/oss-common.h                       |   39 +
 backends/oss/oss-device.c                       |  793 +++++++++++
 backends/oss/oss-device.h                       |   81 ++
 backends/oss/oss-stream-control.c               |  459 +++++++
 backends/oss/oss-stream-control.h               |   75 ++
 backends/oss/oss-stream.c                       |  279 ++++
 backends/oss/oss-stream.h                       |   84 ++
 backends/oss/oss-switch-option.c                |   72 +
 backends/oss/oss-switch-option.h                |   69 +
 backends/oss/oss-switch.c                       |  267 ++++
 backends/oss/oss-switch.h                       |   71 +
 backends/oss/oss-types.h                        |   32 +
 backends/pulse/Makefile.am                      |   74 +
 backends/pulse/pulse-backend.c                  | 1261 +++++++++++++++++
 backends/pulse/pulse-backend.h                  |   63 +
 backends/pulse/pulse-connection.c               | 1648 +++++++++++++++++++++++
 backends/pulse/pulse-connection.h               |  207 +++
 backends/pulse/pulse-device-profile.c           |   82 ++
 backends/pulse/pulse-device-profile.h           |   69 +
 backends/pulse/pulse-device-switch.c            |  180 +++
 backends/pulse/pulse-device-switch.h            |   75 ++
 backends/pulse/pulse-device.c                   |  421 ++++++
 backends/pulse/pulse-device.h                   |   82 ++
 backends/pulse/pulse-enum-types.c               |   45 +
 backends/pulse/pulse-enum-types.h               |   36 +
 backends/pulse/pulse-enums.h                    |   29 +
 backends/pulse/pulse-ext-stream.c               |  684 ++++++++++
 backends/pulse/pulse-ext-stream.h               |   73 +
 backends/pulse/pulse-helpers.c                  |  113 ++
 backends/pulse/pulse-helpers.h                  |   35 +
 backends/pulse/pulse-monitor.c                  |  345 +++++
 backends/pulse/pulse-monitor.h                  |   76 ++
 backends/pulse/pulse-port-switch.c              |  164 +++
 backends/pulse/pulse-port-switch.h              |   77 ++
 backends/pulse/pulse-port.c                     |   83 ++
 backends/pulse/pulse-port.h                     |   70 +
 backends/pulse/pulse-sink-control.c             |  161 +++
 backends/pulse/pulse-sink-control.h             |   68 +
 backends/pulse/pulse-sink-input.c               |  237 ++++
 backends/pulse/pulse-sink-input.h               |   67 +
 backends/pulse/pulse-sink-switch.c              |   78 ++
 backends/pulse/pulse-sink-switch.h              |   62 +
 backends/pulse/pulse-sink.c                     |  303 +++++
 backends/pulse/pulse-sink.h                     |   79 ++
 backends/pulse/pulse-source-control.c           |  154 +++
 backends/pulse/pulse-source-control.h           |   68 +
 backends/pulse/pulse-source-output.c            |  213 +++
 backends/pulse/pulse-source-output.h            |   67 +
 backends/pulse/pulse-source-switch.c            |   78 ++
 backends/pulse/pulse-source-switch.h            |   62 +
 backends/pulse/pulse-source.c                   |  290 ++++
 backends/pulse/pulse-source.h                   |   77 ++
 backends/pulse/pulse-stream-control.c           |  772 +++++++++++
 backends/pulse/pulse-stream-control.h           |   91 ++
 backends/pulse/pulse-stream.c                   |  185 +++
 backends/pulse/pulse-stream.h                   |   69 +
 backends/pulse/pulse-types.h                    |   45 +
 configure.ac                                    |  274 ++++
 data/Makefile.am                                |    6 +
 data/libmatemixer.pc.in                         |   11 +
 docs/Makefile.am                                |    3 +
 docs/reference/Makefile.am                      |  114 ++
 docs/reference/libmatemixer-docs.xml            |   35 +
 docs/reference/libmatemixer-overrides.txt       |    0
 docs/reference/libmatemixer-sections.txt        |  292 ++++
 docs/reference/version.xml.in                   |    1 +
 examples/Makefile.am                            |   22 +
 examples/monitor.c                              |  491 +++++++
 libmatemixer.pot                                |  542 ++++++++
 libmatemixer/Makefile.am                        |   69 +
 libmatemixer/matemixer-app-info-private.h       |   51 +
 libmatemixer/matemixer-app-info.c               |  230 ++++
 libmatemixer/matemixer-app-info.h               |   39 +
 libmatemixer/matemixer-backend-module.c         |  280 ++++
 libmatemixer/matemixer-backend-module.h         |   77 ++
 libmatemixer/matemixer-backend.c                |  656 +++++++++
 libmatemixer/matemixer-backend.h                |  134 ++
 libmatemixer/matemixer-context.c                | 1464 ++++++++++++++++++++
 libmatemixer/matemixer-context.h                |  131 ++
 libmatemixer/matemixer-device-switch.c          |  172 +++
 libmatemixer/matemixer-device-switch.h          |   77 ++
 libmatemixer/matemixer-device.c                 |  508 +++++++
 libmatemixer/matemixer-device.h                 |  105 ++
 libmatemixer/matemixer-enum-types.c             |  282 ++++
 libmatemixer/matemixer-enum-types.h             |   66 +
 libmatemixer/matemixer-enums.h                  |  368 +++++
 libmatemixer/matemixer-private.h                |  116 ++
 libmatemixer/matemixer-stored-control.c         |  128 ++
 libmatemixer/matemixer-stored-control.h         |   77 ++
 libmatemixer/matemixer-stream-control-private.h |   45 +
 libmatemixer/matemixer-stream-control.c         |  935 +++++++++++++
 libmatemixer/matemixer-stream-control.h         |  195 +++
 libmatemixer/matemixer-stream-private.h         |   32 +
 libmatemixer/matemixer-stream-switch.c          |  207 +++
 libmatemixer/matemixer-stream-switch.h          |   78 ++
 libmatemixer/matemixer-stream-toggle.c          |  318 +++++
 libmatemixer/matemixer-stream-toggle.h          |   81 ++
 libmatemixer/matemixer-stream.c                 |  510 +++++++
 libmatemixer/matemixer-stream.h                 |  110 ++
 libmatemixer/matemixer-switch-option-private.h  |   33 +
 libmatemixer/matemixer-switch-option.c          |  257 ++++
 libmatemixer/matemixer-switch-option.h          |   77 ++
 libmatemixer/matemixer-switch-private.h         |   32 +
 libmatemixer/matemixer-switch.c                 |  357 +++++
 libmatemixer/matemixer-switch.h                 |   95 ++
 libmatemixer/matemixer-types.h                  |   37 +
 libmatemixer/matemixer-version.h                |   40 +
 libmatemixer/matemixer.c                        |  197 +++
 libmatemixer/matemixer.h                        |   48 +
 makepot                                         |    7 +
 po/LINGUAS                                      |  112 ++
 po/Makevars                                     |   78 ++
 po/POTFILES.in                                  |   10 +
 po/af.po                                        |  561 ++++++++
 po/am.po                                        |  561 ++++++++
 po/ar.po                                        |  564 ++++++++
 po/as.po                                        |  561 ++++++++
 po/ast.po                                       |  562 ++++++++
 po/az.po                                        |  561 ++++++++
 po/be.po                                        |  561 ++++++++
 po/bg.po                                        |  562 ++++++++
 po/bn.po                                        |  561 ++++++++
 po/bn_IN.po                                     |  561 ++++++++
 po/br.po                                        |  561 ++++++++
 po/bs.po                                        |  561 ++++++++
 po/ca.po                                        |  561 ++++++++
 po/ca@valencia.po                               |  561 ++++++++
 po/cmn.po                                       |  561 ++++++++
 po/crh.po                                       |  561 ++++++++
 po/cs.po                                        |  562 ++++++++
 po/cy.po                                        |  562 ++++++++
 po/da.po                                        |  561 ++++++++
 po/de.po                                        |  564 ++++++++
 po/dz.po                                        |  561 ++++++++
 po/el.po                                        |  563 ++++++++
 po/en_AU.po                                     |  561 ++++++++
 po/en_CA.po                                     |  561 ++++++++
 po/en_GB.po                                     |  562 ++++++++
 po/eo.po                                        |  562 ++++++++
 po/es.po                                        |  566 ++++++++
 po/es_CL.po                                     |  561 ++++++++
 po/es_CO.po                                     |  563 ++++++++
 po/es_MX.po                                     |  562 ++++++++
 po/et.po                                        |  562 ++++++++
 po/eu.po                                        |  563 ++++++++
 po/fa.po                                        |  561 ++++++++
 po/fi.po                                        |  562 ++++++++
 po/fr.po                                        |  562 ++++++++
 po/fr_CA.po                                     |  561 ++++++++
 po/frp.po                                       |  561 ++++++++
 po/fur.po                                       |  561 ++++++++
 po/fy.po                                        |  561 ++++++++
 po/ga.po                                        |  561 ++++++++
 po/gl.po                                        |  562 ++++++++
 po/gu.po                                        |  561 ++++++++
 po/he.po                                        |  563 ++++++++
 po/hi.po                                        |  563 ++++++++
 po/hr.po                                        |  561 ++++++++
 po/hu.po                                        |  565 ++++++++
 po/hy.po                                        |  561 ++++++++
 po/ia.po                                        |  561 ++++++++
 po/id.po                                        |  562 ++++++++
 po/ie.po                                        |  561 ++++++++
 po/is.po                                        |  562 ++++++++
 po/it.po                                        |  563 ++++++++
 po/ja.po                                        |  563 ++++++++
 po/jv.po                                        |  561 ++++++++
 po/ka.po                                        |  561 ++++++++
 po/kk.po                                        |  561 ++++++++
 po/kn.po                                        |  561 ++++++++
 po/ko.po                                        |  562 ++++++++
 po/ku.po                                        |  561 ++++++++
 po/ku_IQ.po                                     |  561 ++++++++
 po/ky.po                                        |  562 ++++++++
 po/lt.po                                        |  563 ++++++++
 po/lv.po                                        |  561 ++++++++
 po/mai.po                                       |  561 ++++++++
 po/mg.po                                        |  561 ++++++++
 po/mk.po                                        |  562 ++++++++
 po/ml.po                                        |  561 ++++++++
 po/mn.po                                        |  561 ++++++++
 po/mr.po                                        |  562 ++++++++
 po/ms.po                                        |  561 ++++++++
 po/nb.po                                        |  562 ++++++++
 po/nds.po                                       |  561 ++++++++
 po/ne.po                                        |  562 ++++++++
 po/nl.po                                        |  562 ++++++++
 po/nn.po                                        |  561 ++++++++
 po/nso.po                                       |  561 ++++++++
 po/oc.po                                        |  561 ++++++++
 po/or.po                                        |  561 ++++++++
 po/pa.po                                        |  561 ++++++++
 po/pl.po                                        |  564 ++++++++
 po/pms.po                                       |  561 ++++++++
 po/ps.po                                        |  561 ++++++++
 po/pt.po                                        |  564 ++++++++
 po/pt_BR.po                                     |  568 ++++++++
 po/ro.po                                        |  563 ++++++++
 po/ru.po                                        |  568 ++++++++
 po/rw.po                                        |  561 ++++++++
 po/si.po                                        |  561 ++++++++
 po/sk.po                                        |  563 ++++++++
 po/sl.po                                        |  561 ++++++++
 po/sq.po                                        |  564 ++++++++
 po/sr.po                                        |  561 ++++++++
 po/sr@latin.po                                  |  561 ++++++++
 po/sv.po                                        |  564 ++++++++
 po/ta.po                                        |  561 ++++++++
 po/te.po                                        |  561 ++++++++
 po/th.po                                        |  561 ++++++++
 po/tk.po                                        |  561 ++++++++
 po/tr.po                                        |  564 ++++++++
 po/ug.po                                        |  561 ++++++++
 po/uk.po                                        |  564 ++++++++
 po/ur.po                                        |  561 ++++++++
 po/uz.po                                        |  561 ++++++++
 po/vi.po                                        |  561 ++++++++
 po/wa.po                                        |  561 ++++++++
 po/xh.po                                        |  561 ++++++++
 po/zh_CN.po                                     |  562 ++++++++
 po/zh_HK.po                                     |  561 ++++++++
 po/zh_TW.po                                     |  561 ++++++++
 po/zu.po                                        |  561 ++++++++
 266 files changed, 91257 insertions(+)
