Currently translated at 100.0% (60 of 60 strings)
Co-authored-by: Martin Srebotnjak <miles@filmsi.net>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/fprintd/fprintd/sl/
Translation: fprintd/fprintd
Currently translated at 100.0% (60 of 60 strings)
Co-authored-by: A S Alam <aalam@users.noreply.translate.fedoraproject.org>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/fprintd/fprintd/pa/
Translation: fprintd/fprintd
Currently translated at 100.0% (60 of 60 strings)
Translated using Weblate (Hindi)
Currently translated at 100.0% (60 of 60 strings)
Co-authored-by: Scrambled 777 <weblate.scrambled777@simplelogin.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/fprintd/fprintd/hi/
Translation: fprintd/fprintd
g_module_load() is smart enough now to deduce the module filename
all by itself. g_module_build_path() was deprecated in GLIB 2.76.
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Currently translated at 100.0% (60 of 60 strings)
Translated using Weblate (Italian)
Currently translated at 95.0% (57 of 60 strings)
Co-authored-by: Marco Rimoldi <marco.rimoldi@pm.me>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/fprintd/fprintd/it/
Translation: fprintd/fprintd
Currently translated at 100.0% (60 of 60 strings)
Translated using Weblate (Punjabi)
Currently translated at 61.6% (37 of 60 strings)
Co-authored-by: A S Alam <aalam@users.noreply.translate.fedoraproject.org>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/fprintd/fprintd/pa/
Translation: fprintd/fprintd
Currently translated at 100.0% (60 of 60 strings)
Co-authored-by: Andre Barata <andretiagob@protonmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/fprintd/fprintd/pt/
Translation: fprintd/fprintd
Currently translated at 100.0% (60 of 60 strings)
Co-authored-by: Philip Goto <philip.goto@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/fprintd/fprintd/nl/
Translation: fprintd/fprintd
Currently translated at 100.0% (60 of 60 strings)
Translated using Weblate (Georgian)
Currently translated at 10.0% (6 of 60 strings)
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/fprintd/fprintd/ka/
Translation: fprintd/fprintd
Currently translated at 100.0% (60 of 60 strings)
Translated using Weblate (Chinese (Simplified) (zh_CN))
Currently translated at 95.0% (57 of 60 strings)
Co-authored-by: Charles Lee <lchopn@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: kk z <izhaoshuang@163.com>
Translate-URL: https://translate.fedoraproject.org/projects/fprintd/fprintd/zh_CN/
Translation: fprintd/fprintd
Just warn about missing test dependencies. If the user tries to run the
tests, they will fail. This is fine however, and in certain cases the
user might not even want to run the tests.
Closes: #133
The dbusmock code checks that all parameters wanted by the dbus
signature are given. As such, pass them, even though the parameters is
optional on the python side.