diff -Nru mate-notification-daemon-1.26.0/.build.yml mate-notification-daemon-1.26.1/.build.yml --- mate-notification-daemon-1.26.0/.build.yml 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/.build.yml 2023-05-12 10:25:42.000000000 +0000 @@ -54,7 +54,6 @@ - autoconf-archive - clang - clang-analyzer - - cppcheck-htmlreport - desktop-file-utils - file - git @@ -117,33 +116,18 @@ before_scripts: build_scripts: - - if [ ${DISTRO_NAME} == "debian" ];then - - export CFLAGS+=" -Wsign-compare -Wunused-parameter" - - cppcheck --enable=warning,style,performance,portability,information,missingInclude . - - fi - - NOCONFIGURE=1 ./autogen.sh - - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum + - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then - - if [ ${DISTRO_NAME} == "debian" ];then - - scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make -j $CPU_COUNT - - make clean - - fi - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT - else - - if [ ${DISTRO_NAME} == "debian" ];then - - scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make - - make clean - - fi - scan-build $CHECKERS --keep-cc -o html-report make - fi + - if [ ${DISTRO_NAME} == "debian" ];then + - cppcheck --enable=warning,style,performance,portability,information,missingInclude . + - fi after_scripts: - - if [ ${DISTRO_NAME} == "fedora" ];then - - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude . - - cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport - - ./gen-index -l 20 -i https://github.com/${OWNER_NAME}/mate-notification-daemon/raw/master/data/icons/16x16/mate-notification-properties.png - - fi - make distcheck releases: diff -Nru mate-notification-daemon-1.26.0/configure.ac mate-notification-daemon-1.26.1/configure.ac --- mate-notification-daemon-1.26.0/configure.ac 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/configure.ac 2023-05-12 10:25:42.000000000 +0000 @@ -3,7 +3,7 @@ dnl ################################################################ dnl # Initialize autoconf dnl ################################################################ -AC_INIT([mate-notification-daemon], [1.26.0], [https://mate-desktop.org]) +AC_INIT([mate-notification-daemon], [1.26.1], [https://mate-desktop.org]) AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) diff -Nru mate-notification-daemon-1.26.0/data/org.freedesktop.mate.Notifications.service.in mate-notification-daemon-1.26.1/data/org.freedesktop.mate.Notifications.service.in --- mate-notification-daemon-1.26.0/data/org.freedesktop.mate.Notifications.service.in 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/data/org.freedesktop.mate.Notifications.service.in 2023-05-12 10:25:42.000000000 +0000 @@ -1,3 +1,4 @@ [D-BUS Service] Name=org.freedesktop.Notifications Exec=@LIBEXECDIR@/mate-notification-daemon +AssumedAppArmorLabel=unconfined diff -Nru mate-notification-daemon-1.26.0/debian/changelog mate-notification-daemon-1.26.1/debian/changelog --- mate-notification-daemon-1.26.0/debian/changelog 2021-12-11 20:40:50.000000000 +0000 +++ mate-notification-daemon-1.26.1/debian/changelog 2023-09-24 20:23:43.000000000 +0000 @@ -1,3 +1,23 @@ +mate-notification-daemon (1.26.1-1) unstable; urgency=medium + + * New upstream release. (Closes: #1052565). + - daemon: fix memory leak. + - mnd-daemon: fix memory leak. + * debian/patches: + + Drop 1000_add-AssumedAppArmorLabel.patch. Applied upstream. + * debian/control: + + Bump Standards-Version: to 4.6.2. No changes needed. + + Exclude libgtk-layer-shell-dev from B-Ds when building on/for GNU/Hurd. + (Closes: #1020904). + * debian/copyright: + + Update copyright attribution for debian/. + * debian/rules: + + Set libexecdir to /usr/libexec/mate-notification-daemon. + * debian/mate-notification-daemon.install: + + Also install files now placed into /usr/libexec/. + + -- Mike Gabriel Sun, 24 Sep 2023 22:23:43 +0200 + mate-notification-daemon (1.26.0-1) unstable; urgency=medium [ Martin Wimpress ] diff -Nru mate-notification-daemon-1.26.0/debian/control mate-notification-daemon-1.26.1/debian/control --- mate-notification-daemon-1.26.0/debian/control 2021-12-11 20:39:46.000000000 +0000 +++ mate-notification-daemon-1.26.1/debian/control 2023-09-24 20:23:43.000000000 +0000 @@ -12,7 +12,7 @@ libcanberra-gtk3-dev, libglib2.0-dev, libgtk-3-dev (>= 3.14), - libgtk-layer-shell-dev, + libgtk-layer-shell-dev [!hurd-any], libmate-desktop-dev (>= 1.18), libmate-panel-applet-dev (>= 1.18), libnotify-dev, @@ -21,7 +21,7 @@ libxml2-dev, libxml2-utils, mate-common (>= 1.24.0-1~), -Standards-Version: 4.6.0 +Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: http://www.mate-desktop.org/ Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-notification-daemon diff -Nru mate-notification-daemon-1.26.0/debian/copyright mate-notification-daemon-1.26.1/debian/copyright --- mate-notification-daemon-1.26.0/debian/copyright 2021-12-11 20:40:50.000000000 +0000 +++ mate-notification-daemon-1.26.1/debian/copyright 2023-09-24 20:23:43.000000000 +0000 @@ -122,7 +122,7 @@ Files: debian/* Copyright: 2011-2014, Stefano Karapetsas - 2014-2021, Mike Gabriel + 2014-2023, Mike Gabriel License: GPL-2+ or GPL-3+ License: GPL-2+ diff -Nru mate-notification-daemon-1.26.0/debian/mate-notification-daemon.install mate-notification-daemon-1.26.1/debian/mate-notification-daemon.install --- mate-notification-daemon-1.26.0/debian/mate-notification-daemon.install 2021-12-11 20:39:46.000000000 +0000 +++ mate-notification-daemon-1.26.1/debian/mate-notification-daemon.install 2023-09-24 20:23:43.000000000 +0000 @@ -1,5 +1,6 @@ usr/bin/ usr/lib/ +usr/libexec/ usr/share/applications/ usr/share/dbus-1/ usr/share/mate-panel/applets/ diff -Nru mate-notification-daemon-1.26.0/debian/patches/1000_add-AssumedAppArmorLabel.patch mate-notification-daemon-1.26.1/debian/patches/1000_add-AssumedAppArmorLabel.patch --- mate-notification-daemon-1.26.0/debian/patches/1000_add-AssumedAppArmorLabel.patch 2021-12-11 20:39:46.000000000 +0000 +++ mate-notification-daemon-1.26.1/debian/patches/1000_add-AssumedAppArmorLabel.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,9 +0,0 @@ -diff --git a/data/org.freedesktop.mate.Notifications.service.in b/data/org.freedesktop.mate.Notifications.service.in -index 343f57f..4ce7697 100644 ---- a/data/org.freedesktop.mate.Notifications.service.in -+++ b/data/org.freedesktop.mate.Notifications.service.in -@@ -1,3 +1,4 @@ - [D-BUS Service] - Name=org.freedesktop.Notifications - Exec=@LIBEXECDIR@/mate-notification-daemon -+AssumedAppArmorLabel=unconfined diff -Nru mate-notification-daemon-1.26.0/debian/patches/series mate-notification-daemon-1.26.1/debian/patches/series --- mate-notification-daemon-1.26.0/debian/patches/series 2021-12-11 20:39:46.000000000 +0000 +++ mate-notification-daemon-1.26.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -1000_add-AssumedAppArmorLabel.patch diff -Nru mate-notification-daemon-1.26.0/debian/rules mate-notification-daemon-1.26.1/debian/rules --- mate-notification-daemon-1.26.0/debian/rules 2019-08-11 11:29:03.000000000 +0000 +++ mate-notification-daemon-1.26.1/debian/rules 2023-09-24 20:23:43.000000000 +0000 @@ -24,8 +24,12 @@ NOCONFIGURE=1 ./autogen.sh dh_auto_configure $(DHFLAGS) -- \ --disable-silent-rules \ - --libexecdir=/usr/lib/mate-notification-daemon \ + --libexecdir=/usr/libexec/mate-notification-daemon \ --disable-static +override_dh_auto_clean: + -dh_auto_clean + rm -Rfv po/*.gmo + get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=.. diff -Nru mate-notification-daemon-1.26.0/NEWS mate-notification-daemon-1.26.1/NEWS --- mate-notification-daemon-1.26.0/NEWS 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/NEWS 2023-05-12 10:25:42.000000000 +0000 @@ -1,3 +1,11 @@ +### mate-notification-daemon 1.26.1 + + * Translations update + * mnd-daemon: fix memory leak + * mnd-daemon: fix memory leak + * daemon: fix memory leak + * Add AssumedAppArmorLabel to dbus service file + ### mate-notification-daemon 1.26.0 * Translations update diff -Nru mate-notification-daemon-1.26.0/po/af.po mate-notification-daemon-1.26.1/po/af.po --- mate-notification-daemon-1.26.0/po/af.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/af.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,17 +4,17 @@ # FIRST AUTHOR , YEAR. # # Translators: -# nato323 , 2018 # Stefano Karapetsas , 2021 +# nato323 , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Afrikaans (https://www.transifex.com/mate/teams/13566/af/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: nato323 , 2021\n" +"Language-Team: Afrikaans (https://app.transifex.com/mate/teams/13566/af/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/am.po mate-notification-daemon-1.26.1/po/am.po --- mate-notification-daemon-1.26.0/po/am.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/am.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: samson , 2021\n" -"Language-Team: Amharic (https://www.transifex.com/mate/teams/13566/am/)\n" +"Language-Team: Amharic (https://app.transifex.com/mate/teams/13566/am/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/an.po mate-notification-daemon-1.26.1/po/an.po --- mate-notification-daemon-1.26.0/po/an.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/an.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Aragonese (https://www.transifex.com/mate/teams/13566/an/)\n" +"Language-Team: Aragonese (https://app.transifex.com/mate/teams/13566/an/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ar.po mate-notification-daemon-1.26.1/po/ar.po --- mate-notification-daemon-1.26.0/po/ar.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ar.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,22 +4,22 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Stefano Karapetsas , 2018 -# noureddin , 2018 -# Mubarak Qahtani , 2018 -# alibacha19 , 2018 -# مهدي السطيفي , 2020 +# Stefano Karapetsas , 2021 +# noureddin , 2021 # Mosaab Alzoubi , 2021 +# Mubarak Qahtani , 2021 # Ahmad Dakhlallah , 2021 +# مهدي السطيفي , 2021 +# alibacha19 , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Ahmad Dakhlallah , 2021\n" -"Language-Team: Arabic (https://www.transifex.com/mate/teams/13566/ar/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: alibacha19 , 2021\n" +"Language-Team: Arabic (https://app.transifex.com/mate/teams/13566/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/as.po mate-notification-daemon-1.26.1/po/as.po --- mate-notification-daemon-1.26.0/po/as.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/as.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Assamese (https://www.transifex.com/mate/teams/13566/as/)\n" +"Language-Team: Assamese (https://app.transifex.com/mate/teams/13566/as/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ast.po mate-notification-daemon-1.26.1/po/ast.po --- mate-notification-daemon-1.26.0/po/ast.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ast.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,6 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: +# Iñigo Varela , 2021 # Xuacu Saturio , 2021 # Stefano Karapetsas , 2021 # Ḷḷumex03, 2021 @@ -13,9 +14,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Ḷḷumex03, 2021\n" -"Language-Team: Asturian (https://www.transifex.com/mate/teams/13566/ast/)\n" +"Language-Team: Asturian (https://app.transifex.com/mate/teams/13566/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -179,7 +180,7 @@ #: src/capplet/mate-notification-properties.ui:36 msgid "_Preview" -msgstr "Vista _previa" +msgstr "_Vista previa" #: src/capplet/mate-notification-properties.ui:52 msgid "_Close" diff -Nru mate-notification-daemon-1.26.0/po/az.po mate-notification-daemon-1.26.1/po/az.po --- mate-notification-daemon-1.26.0/po/az.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/az.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Azerbaijani (https://www.transifex.com/mate/teams/13566/az/)\n" +"Language-Team: Azerbaijani (https://app.transifex.com/mate/teams/13566/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/be.po mate-notification-daemon-1.26.1/po/be.po --- mate-notification-daemon-1.26.0/po/be.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/be.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Mihail Varantsou , 2021\n" -"Language-Team: Belarusian (https://www.transifex.com/mate/teams/13566/be/)\n" +"Language-Team: Belarusian (https://app.transifex.com/mate/teams/13566/be/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/bg.po mate-notification-daemon-1.26.1/po/bg.po --- mate-notification-daemon-1.26.0/po/bg.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/bg.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,10 +4,10 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Pandi3a , 2018 -# Georgi Georgiev (Жоро) , 2018 -# breaker loc , 2018 +# Pandi3a , 2021 # Любомир Василев, 2021 +# Georgi Georgiev (Жоро) , 2021 +# breaker loc , 2021 # Замфир Йончев , 2021 # msgid "" @@ -15,9 +15,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Замфир Йончев , 2021\n" -"Language-Team: Bulgarian (https://www.transifex.com/mate/teams/13566/bg/)\n" +"Language-Team: Bulgarian (https://app.transifex.com/mate/teams/13566/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/bn_IN.po mate-notification-daemon-1.26.1/po/bn_IN.po --- mate-notification-daemon-1.26.0/po/bn_IN.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/bn_IN.po 2023-05-12 10:25:42.000000000 +0000 @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: umesh agarwal , 2021\n" -"Language-Team: Bengali (India) (https://www.transifex.com/mate/teams/13566/bn_IN/)\n" +"Language-Team: Bengali (India) (https://app.transifex.com/mate/teams/13566/bn_IN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/bn.po mate-notification-daemon-1.26.1/po/bn.po --- mate-notification-daemon-1.26.0/po/bn.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/bn.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Bengali (https://www.transifex.com/mate/teams/13566/bn/)\n" +"Language-Team: Bengali (https://app.transifex.com/mate/teams/13566/bn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/br.po mate-notification-daemon-1.26.1/po/br.po --- mate-notification-daemon-1.26.0/po/br.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/br.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Stefano Karapetsas , 2018 +# Stefano Karapetsas , 2021 # Alan Monfort , 2021 # msgid "" @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Alan Monfort , 2021\n" -"Language-Team: Breton (https://www.transifex.com/mate/teams/13566/br/)\n" +"Language-Team: Breton (https://app.transifex.com/mate/teams/13566/br/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/bs.po mate-notification-daemon-1.26.1/po/bs.po --- mate-notification-daemon-1.26.0/po/bs.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/bs.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Sky Lion , 2021\n" -"Language-Team: Bosnian (https://www.transifex.com/mate/teams/13566/bs/)\n" +"Language-Team: Bosnian (https://app.transifex.com/mate/teams/13566/bs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ca.po mate-notification-daemon-1.26.1/po/ca.po --- mate-notification-daemon-1.26.0/po/ca.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ca.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,17 +4,17 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Pere Orga , 2018 # Robert Antoni Buj i Gelonch , 2021 +# Pere O. , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Robert Antoni Buj i Gelonch , 2021\n" -"Language-Team: Catalan (https://www.transifex.com/mate/teams/13566/ca/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Pere O. , 2021\n" +"Language-Team: Catalan (https://app.transifex.com/mate/teams/13566/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ca@valencia.po mate-notification-daemon-1.26.1/po/ca@valencia.po --- mate-notification-daemon-1.26.0/po/ca@valencia.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ca@valencia.po 2023-05-12 10:25:42.000000000 +0000 @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Pilar Embid , 2021\n" -"Language-Team: Catalan (Valencian) (https://www.transifex.com/mate/teams/13566/ca@valencia/)\n" +"Language-Team: Catalan (Valencian) (https://app.transifex.com/mate/teams/13566/ca@valencia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/cmn.po mate-notification-daemon-1.26.1/po/cmn.po --- mate-notification-daemon-1.26.0/po/cmn.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/cmn.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: 趙惟倫 , 2021\n" -"Language-Team: Chinese (Mandarin) (https://www.transifex.com/mate/teams/13566/cmn/)\n" +"Language-Team: Chinese (Mandarin) (https://app.transifex.com/mate/teams/13566/cmn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/crh.po mate-notification-daemon-1.26.1/po/crh.po --- mate-notification-daemon-1.26.0/po/crh.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/crh.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Crimean Turkish (https://www.transifex.com/mate/teams/13566/crh/)\n" +"Language-Team: Crimean Turkish (https://app.transifex.com/mate/teams/13566/crh/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/csb.po mate-notification-daemon-1.26.1/po/csb.po --- mate-notification-daemon-1.26.0/po/csb.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/csb.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Kashubian (https://www.transifex.com/mate/teams/13566/csb/)\n" +"Language-Team: Kashubian (https://app.transifex.com/mate/teams/13566/csb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/cs.po mate-notification-daemon-1.26.1/po/cs.po --- mate-notification-daemon-1.26.0/po/cs.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/cs.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,22 +4,22 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Ondřej Kolín , 2018 -# Lukáš Kvídera , 2018 -# 6e833d5535e2fe0dd9dfa7fe5bf473f2_d78f422 <64c38a0ff10419c64e8e03d54c72b3bd_352524>, 2018 -# Roman Horník , 2018 # Stefano Karapetsas , 2021 +# Ondřej Kolín , 2021 +# Lukáš Kvídera , 2021 # ToMáš Marný, 2021 # Lukáš Lommer , 2021 +# 6e833d5535e2fe0dd9dfa7fe5bf473f2_d78f422 <64c38a0ff10419c64e8e03d54c72b3bd_352524>, 2021 +# Roman Horník , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Lukáš Lommer , 2021\n" -"Language-Team: Czech (https://www.transifex.com/mate/teams/13566/cs/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Roman Horník , 2021\n" +"Language-Team: Czech (https://app.transifex.com/mate/teams/13566/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -136,12 +136,7 @@ "Miloslav Trmač \n" "Petr Tomeš \n" "Jakub Friedl \n" -"Petr Tomeš \n" -"Lukáš Novotný \n" -"Kamil Páral \n" -"Petr Kovář \n" "Lucas Lommer \n" -"Tomas Bzatek \n" "Petr Kovář \n" "Roman Horník " diff -Nru mate-notification-daemon-1.26.0/po/cy.po mate-notification-daemon-1.26.1/po/cy.po --- mate-notification-daemon-1.26.0/po/cy.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/cy.po 2023-05-12 10:25:42.000000000 +0000 @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: ciaran, 2021\n" -"Language-Team: Welsh (https://www.transifex.com/mate/teams/13566/cy/)\n" +"Language-Team: Welsh (https://app.transifex.com/mate/teams/13566/cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/da.po mate-notification-daemon-1.26.1/po/da.po --- mate-notification-daemon-1.26.0/po/da.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/da.po 2023-05-12 10:25:42.000000000 +0000 @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Joe Hansen , 2021\n" -"Language-Team: Danish (https://www.transifex.com/mate/teams/13566/da/)\n" +"Language-Team: Danish (https://app.transifex.com/mate/teams/13566/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -125,10 +125,10 @@ #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" msgstr "" -"\"Joe Hansen, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019.\\n\"\n" -"\"\\n\"\n" -"\"Dansk-gruppen \\n\"\n" -"\"Mere info: http://www.dansk-gruppen.dk\"" +"Joe Hansen 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021.\n" +"\n" +"Dansk-gruppen \n" +"Mere info: http://www.dansk-gruppen.dk" #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" diff -Nru mate-notification-daemon-1.26.0/po/de.po mate-notification-daemon-1.26.1/po/de.po --- mate-notification-daemon-1.26.0/po/de.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/de.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,9 +4,9 @@ # FIRST AUTHOR , YEAR. # # Translators: -# benpicco , 2018 -# crazyd , 2018 # Stefano Karapetsas , 2021 +# benpicco , 2021 +# crazyd , 2021 # Tobias Bannert , 2021 # Marcel Artz , 2021 # @@ -15,9 +15,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Marcel Artz , 2021\n" -"Language-Team: German (https://www.transifex.com/mate/teams/13566/de/)\n" +"Language-Team: German (https://app.transifex.com/mate/teams/13566/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/dz.po mate-notification-daemon-1.26.1/po/dz.po --- mate-notification-daemon-1.26.0/po/dz.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/dz.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Dzongkha (https://www.transifex.com/mate/teams/13566/dz/)\n" +"Language-Team: Dzongkha (https://app.transifex.com/mate/teams/13566/dz/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/el.po mate-notification-daemon-1.26.1/po/el.po --- mate-notification-daemon-1.26.0/po/el.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/el.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,23 +4,23 @@ # FIRST AUTHOR , YEAR. # # Translators: -# geost , 2018 -# thunk , 2018 -# Νίκος Κοντ. , 2018 -# 437c9d6e19936ed69f57bed9e0fe4716, 2018 -# gapan , 2020 +# gapan , 2021 +# geost , 2021 # Efstathios Iosifidis , 2021 # Stefano Karapetsas , 2021 +# thunk , 2021 +# Νίκος Κοντ. , 2021 # Alexandros Kapetanios , 2021 +# 437c9d6e19936ed69f57bed9e0fe4716, 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Alexandros Kapetanios , 2021\n" -"Language-Team: Greek (https://www.transifex.com/mate/teams/13566/el/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: 437c9d6e19936ed69f57bed9e0fe4716, 2021\n" +"Language-Team: Greek (https://app.transifex.com/mate/teams/13566/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/en_AU.po mate-notification-daemon-1.26.1/po/en_AU.po --- mate-notification-daemon-1.26.0/po/en_AU.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/en_AU.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Michael Findlay , 2021\n" -"Language-Team: English (Australia) (https://www.transifex.com/mate/teams/13566/en_AU/)\n" +"Language-Team: English (Australia) (https://app.transifex.com/mate/teams/13566/en_AU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/en_CA.po mate-notification-daemon-1.26.1/po/en_CA.po --- mate-notification-daemon-1.26.0/po/en_CA.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/en_CA.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: English (Canada) (https://www.transifex.com/mate/teams/13566/en_CA/)\n" +"Language-Team: English (Canada) (https://app.transifex.com/mate/teams/13566/en_CA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/en_GB.po mate-notification-daemon-1.26.1/po/en_GB.po --- mate-notification-daemon-1.26.0/po/en_GB.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/en_GB.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,17 +4,17 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Andi Chandler , 2018 # Martin Wimpress , 2021 +# Andi Chandler , 2023 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Martin Wimpress , 2021\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/mate/teams/13566/en_GB/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Andi Chandler , 2023\n" +"Language-Team: English (United Kingdom) (https://app.transifex.com/mate/teams/13566/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,17 +33,17 @@ #. localize the semicolons! The list MUST also end with a semicolon! #: data/mate-notification-properties.desktop.in:14 msgid "MATE;Notification;Theme;" -msgstr "" +msgstr "MATE;Notification;Theme;" #: data/org.mate.applets.MateNotificationApplet.desktop.in.in:5 msgid "Mate Notification Applet Factory" -msgstr "" +msgstr "Mate Notification Applet Factory" #: data/org.mate.applets.MateNotificationApplet.desktop.in.in:9 #: src/capplet/mate-notification-applet.c:176 #: src/capplet/mate-notification-applet.c:193 msgid "Do Not Disturb" -msgstr "" +msgstr "Do Not Disturb" #: data/org.mate.NotificationDaemon.gschema.xml.in:5 msgid "Popup location" @@ -96,11 +96,11 @@ #: data/org.mate.NotificationDaemon.gschema.xml.in:30 msgid "Do not disturb" -msgstr "" +msgstr "Do not disturb" #: data/org.mate.NotificationDaemon.gschema.xml.in:31 msgid "When enabled, notifications are not shown." -msgstr "" +msgstr "When enabled, notifications are not shown." #: src/capplet/mate-notification-applet.c:52 msgid "_Preferences" @@ -112,31 +112,33 @@ #: src/capplet/mate-notification-applet.c:105 msgid "About Do Not Disturb" -msgstr "" +msgstr "About Do Not Disturb" #: src/capplet/mate-notification-applet.c:107 msgid "Copyright © 2021 MATE developers" -msgstr "" +msgstr "Copyright © 2021 MATE developers" #: src/capplet/mate-notification-applet.c:108 msgid "Activate the do not disturb mode quickly." -msgstr "" +msgstr "Activate the do not disturb mode quickly." #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" -msgstr "Martin Wimpress" +msgstr "" +"Martin Wimpress\n" +"Andi Chandler" #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" -msgstr "" +msgstr "Notifications Enabled" #: src/capplet/mate-notification-applet.c:215 msgid "_Do not disturb" -msgstr "" +msgstr "_Do not disturb" #: src/capplet/mate-notification-applet.c:216 msgid "Enable/Disable do-not-disturb mode." -msgstr "" +msgstr "Enable/Disable do-not-disturb mode." #: src/capplet/mate-notification-properties.c:327 msgid "Coco" @@ -174,7 +176,7 @@ #: src/capplet/mate-notification-properties.c:459 #, c-format msgid "Could not load user interface: %s" -msgstr "" +msgstr "Could not load user interface: %s" #: src/capplet/mate-notification-properties.ui:18 msgid "Notification Settings" @@ -218,7 +220,7 @@ #: src/capplet/mate-notification-properties.ui:201 msgid "Enable Do Not Disturb" -msgstr "" +msgstr "Enable Do Not Disturb" #: src/capplet/mate-notification-properties.ui:222 msgid "General Options" diff -Nru mate-notification-daemon-1.26.0/po/en_US.po mate-notification-daemon-1.26.1/po/en_US.po --- mate-notification-daemon-1.26.0/po/en_US.po 1970-01-01 00:00:00.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/en_US.po 2023-05-12 10:25:42.000000000 +0000 @@ -0,0 +1,249 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR MATE Desktop Environment team +# This file is distributed under the same license as the mate-notification-daemon package. +# FIRST AUTHOR , YEAR. +# +# Translators: +# Christopher Patrick , 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: mate-notification-daemon 1.25.1\n" +"Report-Msgid-Bugs-To: https://mate-desktop.org\n" +"POT-Creation-Date: 2021-06-22 08:18+0200\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Christopher Patrick , 2021\n" +"Language-Team: English (United States) (https://app.transifex.com/mate/teams/13566/en_US/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_US\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: data/mate-notification-properties.desktop.in:3 +msgid "Popup Notifications" +msgstr "" + +#: data/mate-notification-properties.desktop.in:4 +msgid "Set your popup notification preferences" +msgstr "" + +#. Translators: Search terms to find this application. Do NOT translate or +#. localize the semicolons! The list MUST also end with a semicolon! +#: data/mate-notification-properties.desktop.in:14 +msgid "MATE;Notification;Theme;" +msgstr "" + +#: data/org.mate.applets.MateNotificationApplet.desktop.in.in:5 +msgid "Mate Notification Applet Factory" +msgstr "" + +#: data/org.mate.applets.MateNotificationApplet.desktop.in.in:9 +#: src/capplet/mate-notification-applet.c:176 +#: src/capplet/mate-notification-applet.c:193 +msgid "Do Not Disturb" +msgstr "" + +#: data/org.mate.NotificationDaemon.gschema.xml.in:5 +msgid "Popup location" +msgstr "" + +#: data/org.mate.NotificationDaemon.gschema.xml.in:6 +msgid "" +"Default popup location on the workspace for stack notifications. Allowed " +"values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" +msgstr "" + +#: data/org.mate.NotificationDaemon.gschema.xml.in:10 +#: src/capplet/mate-notification-properties.ui:186 +msgid "Use Active Monitor" +msgstr "" + +#: data/org.mate.NotificationDaemon.gschema.xml.in:11 +msgid "Display the notification on the active monitor." +msgstr "" + +#: data/org.mate.NotificationDaemon.gschema.xml.in:15 +msgid "Monitor" +msgstr "" + +#: data/org.mate.NotificationDaemon.gschema.xml.in:16 +msgid "" +"Monitor to display the notification. Allowed values: -1 (display on active " +"monitor) and 0 to n - 1 where n is the number of monitors." +msgstr "" + +#: data/org.mate.NotificationDaemon.gschema.xml.in:20 +msgid "Current theme" +msgstr "" + +#: data/org.mate.NotificationDaemon.gschema.xml.in:21 +msgid "The theme used when displaying notifications." +msgstr "" + +#: data/org.mate.NotificationDaemon.gschema.xml.in:25 +msgid "Sound Enabled" +msgstr "" + +#: data/org.mate.NotificationDaemon.gschema.xml.in:26 +msgid "Turns on and off sound support for notifications." +msgstr "" + +#: data/org.mate.NotificationDaemon.gschema.xml.in:30 +msgid "Do not disturb" +msgstr "" + +#: data/org.mate.NotificationDaemon.gschema.xml.in:31 +msgid "When enabled, notifications are not shown." +msgstr "" + +#: src/capplet/mate-notification-applet.c:52 +msgid "_Preferences" +msgstr "" + +#: src/capplet/mate-notification-applet.c:54 +msgid "_About" +msgstr "About" + +#: src/capplet/mate-notification-applet.c:105 +msgid "About Do Not Disturb" +msgstr "" + +#: src/capplet/mate-notification-applet.c:107 +msgid "Copyright © 2021 MATE developers" +msgstr "" + +#: src/capplet/mate-notification-applet.c:108 +msgid "Activate the do not disturb mode quickly." +msgstr "" + +#: src/capplet/mate-notification-applet.c:110 +msgid "translator-credits" +msgstr "translator-credits" + +#: src/capplet/mate-notification-applet.c:194 +msgid "Notifications Enabled" +msgstr "" + +#: src/capplet/mate-notification-applet.c:215 +msgid "_Do not disturb" +msgstr "" + +#: src/capplet/mate-notification-applet.c:216 +msgid "Enable/Disable do-not-disturb mode." +msgstr "" + +#: src/capplet/mate-notification-properties.c:327 +msgid "Coco" +msgstr "" + +#: src/capplet/mate-notification-properties.c:331 +msgid "Nodoka" +msgstr "" + +#: src/capplet/mate-notification-properties.c:335 +msgid "Slider" +msgstr "" + +#: src/capplet/mate-notification-properties.c:339 +msgid "Standard theme" +msgstr "" + +#: src/capplet/mate-notification-properties.c:402 +msgid "Error initializing libmatenotify" +msgstr "" + +#: src/capplet/mate-notification-properties.c:415 +msgid "Notification Test" +msgstr "" + +#: src/capplet/mate-notification-properties.c:415 +msgid "Just a test" +msgstr "" + +#: src/capplet/mate-notification-properties.c:419 +#, c-format +msgid "Error while displaying notification: %s" +msgstr "" + +#: src/capplet/mate-notification-properties.c:459 +#, c-format +msgid "Could not load user interface: %s" +msgstr "" + +#: src/capplet/mate-notification-properties.ui:18 +msgid "Notification Settings" +msgstr "" + +#: src/capplet/mate-notification-properties.ui:36 +msgid "_Preview" +msgstr "" + +#: src/capplet/mate-notification-properties.ui:52 +msgid "_Close" +msgstr "_Close" + +#: src/capplet/mate-notification-properties.ui:101 +msgid "_Theme:" +msgstr "" + +#: src/capplet/mate-notification-properties.ui:115 +msgid "P_osition:" +msgstr "" + +#: src/capplet/mate-notification-properties.ui:129 +msgid "_Monitor:" +msgstr "" + +#: src/capplet/mate-notification-properties.ui:155 +msgid "Top Left" +msgstr "" + +#: src/capplet/mate-notification-properties.ui:156 +msgid "Top Right" +msgstr "" + +#: src/capplet/mate-notification-properties.ui:157 +msgid "Bottom Left" +msgstr "" + +#: src/capplet/mate-notification-properties.ui:158 +msgid "Bottom Right" +msgstr "" + +#: src/capplet/mate-notification-properties.ui:201 +msgid "Enable Do Not Disturb" +msgstr "" + +#: src/capplet/mate-notification-properties.ui:222 +msgid "General Options" +msgstr "" + +#: src/daemon/daemon.c:1342 +msgid "Exceeded maximum number of notifications" +msgstr "" + +#: src/daemon/daemon.c:1648 +#, c-format +msgid "%u is not a valid notification ID" +msgstr "" + +#: src/daemon/sound.c:37 +msgid "Notification" +msgstr "" + +#: src/themes/coco/coco-theme.c:465 src/themes/nodoka/nodoka-theme.c:822 +#: src/themes/slider/theme.c:417 src/themes/standard/theme.c:737 +msgid "Notification summary text." +msgstr "" + +#: src/themes/coco/coco-theme.c:479 src/themes/nodoka/nodoka-theme.c:875 +#: src/themes/slider/theme.c:438 src/themes/standard/theme.c:789 +msgid "Notification body text." +msgstr "" + +#: src/themes/nodoka/nodoka-theme.c:836 src/themes/nodoka/nodoka-theme.c:838 +#: src/themes/slider/theme.c:399 src/themes/slider/theme.c:401 +#: src/themes/standard/theme.c:753 src/themes/standard/theme.c:755 +msgid "Closes the notification." +msgstr "" diff -Nru mate-notification-daemon-1.26.0/po/eo.po mate-notification-daemon-1.26.1/po/eo.po --- mate-notification-daemon-1.26.0/po/eo.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/eo.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# kristjan , 2020 +# kristjan , 2021 # Michael Moroni , 2021 # Stefano Karapetsas , 2021 # @@ -13,9 +13,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Esperanto (https://www.transifex.com/mate/teams/13566/eo/)\n" +"Language-Team: Esperanto (https://app.transifex.com/mate/teams/13566/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/es_AR.po mate-notification-daemon-1.26.1/po/es_AR.po --- mate-notification-daemon-1.26.0/po/es_AR.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_AR.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,24 +4,24 @@ # FIRST AUTHOR , YEAR. # # Translators: -# mbarbero , 2018 -# Germán Herrou , 2018 -# Renzo Sparta , 2019 # Stefano Karapetsas , 2021 +# mbarbero , 2021 +# Renzo Sparta , 2021 +# Germán Herrou , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Spanish (Argentina) (https://www.transifex.com/mate/teams/13566/es_AR/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Germán Herrou , 2021\n" +"Language-Team: Spanish (Argentina) (https://app.transifex.com/mate/teams/13566/es_AR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_AR\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_CL.po mate-notification-daemon-1.26.1/po/es_CL.po --- mate-notification-daemon-1.26.0/po/es_CL.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_CL.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,23 +4,23 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Alejo_K , 2018 -# Robert Petitpas , 2018 -# prflr88 , 2021 +# Pablo Lezaeta Reyes , 2021 +# Alejo_K , 2021 +# Robert Petitpas , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: prflr88 , 2021\n" -"Language-Team: Spanish (Chile) (https://www.transifex.com/mate/teams/13566/es_CL/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Robert Petitpas , 2021\n" +"Language-Team: Spanish (Chile) (https://app.transifex.com/mate/teams/13566/es_CL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_CL\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_CO.po mate-notification-daemon-1.26.1/po/es_CO.po --- mate-notification-daemon-1.26.0/po/es_CO.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_CO.po 2023-05-12 10:25:42.000000000 +0000 @@ -13,14 +13,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Julian Borrero , 2021\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/mate/teams/13566/es_CO/)\n" +"Language-Team: Spanish (Colombia) (https://app.transifex.com/mate/teams/13566/es_CO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_CO\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_CR.po mate-notification-daemon-1.26.1/po/es_CR.po --- mate-notification-daemon-1.26.0/po/es_CR.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_CR.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,14 +11,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/mate/teams/13566/es_CR/)\n" +"Language-Team: Spanish (Costa Rica) (https://app.transifex.com/mate/teams/13566/es_CR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_CR\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_DO.po mate-notification-daemon-1.26.1/po/es_DO.po --- mate-notification-daemon-1.26.0/po/es_DO.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_DO.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,14 +11,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/mate/teams/13566/es_DO/)\n" +"Language-Team: Spanish (Dominican Republic) (https://app.transifex.com/mate/teams/13566/es_DO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_DO\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_EC.po mate-notification-daemon-1.26.1/po/es_EC.po --- mate-notification-daemon-1.26.0/po/es_EC.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_EC.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,14 +11,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/mate/teams/13566/es_EC/)\n" +"Language-Team: Spanish (Ecuador) (https://app.transifex.com/mate/teams/13566/es_EC/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_EC\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_ES.po mate-notification-daemon-1.26.1/po/es_ES.po --- mate-notification-daemon-1.26.0/po/es_ES.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_ES.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,14 +11,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/mate/teams/13566/es_ES/)\n" +"Language-Team: Spanish (Spain) (https://app.transifex.com/mate/teams/13566/es_ES/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_ES\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_MX.po mate-notification-daemon-1.26.1/po/es_MX.po --- mate-notification-daemon-1.26.0/po/es_MX.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_MX.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,9 +4,9 @@ # FIRST AUTHOR , YEAR. # # Translators: -# jorge becerril , 2018 -# Luis Medina , 2020 # Stefano Karapetsas , 2021 +# jorge becerril , 2021 +# Luis Medina , 2021 # Luis Armando Medina , 2021 # msgid "" @@ -14,14 +14,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Luis Armando Medina , 2021\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/mate/teams/13566/es_MX/)\n" +"Language-Team: Spanish (Mexico) (https://app.transifex.com/mate/teams/13566/es_MX/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_MX\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_NI.po mate-notification-daemon-1.26.1/po/es_NI.po --- mate-notification-daemon-1.26.0/po/es_NI.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_NI.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,14 +11,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Spanish (Nicaragua) (https://www.transifex.com/mate/teams/13566/es_NI/)\n" +"Language-Team: Spanish (Nicaragua) (https://app.transifex.com/mate/teams/13566/es_NI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_NI\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_PA.po mate-notification-daemon-1.26.1/po/es_PA.po --- mate-notification-daemon-1.26.0/po/es_PA.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_PA.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,14 +11,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Spanish (Panama) (https://www.transifex.com/mate/teams/13566/es_PA/)\n" +"Language-Team: Spanish (Panama) (https://app.transifex.com/mate/teams/13566/es_PA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_PA\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_PE.po mate-notification-daemon-1.26.1/po/es_PE.po --- mate-notification-daemon-1.26.0/po/es_PE.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_PE.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,14 +11,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Spanish (Peru) (https://www.transifex.com/mate/teams/13566/es_PE/)\n" +"Language-Team: Spanish (Peru) (https://app.transifex.com/mate/teams/13566/es_PE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_PE\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es.po mate-notification-daemon-1.26.1/po/es.po --- mate-notification-daemon-1.26.0/po/es.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,27 +4,27 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Lluís Tusquellas , 2018 -# Juan Sánchez , 2018 -# Mario Verdin , 2018 -# Adolfo Jayme Barrientos, 2020 -# Emiliano Fascetti, 2020 +# Adolfo Jayme-Barrientos, 2021 # Stefano Karapetsas , 2021 +# Lluís Tusquellas , 2021 # Toni Estévez , 2021 +# Juan Sánchez , 2021 +# Emiliano Fascetti, 2021 +# Mario Verdin , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Toni Estévez , 2021\n" -"Language-Team: Spanish (https://www.transifex.com/mate/teams/13566/es/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Mario Verdin , 2021\n" +"Language-Team: Spanish (https://app.transifex.com/mate/teams/13566/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_PR.po mate-notification-daemon-1.26.1/po/es_PR.po --- mate-notification-daemon-1.26.0/po/es_PR.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_PR.po 2023-05-12 10:25:42.000000000 +0000 @@ -12,14 +12,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Neverest , 2021\n" -"Language-Team: Spanish (Puerto Rico) (https://www.transifex.com/mate/teams/13566/es_PR/)\n" +"Language-Team: Spanish (Puerto Rico) (https://app.transifex.com/mate/teams/13566/es_PR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_PR\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_SV.po mate-notification-daemon-1.26.1/po/es_SV.po --- mate-notification-daemon-1.26.0/po/es_SV.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_SV.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,14 +11,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Spanish (El Salvador) (https://www.transifex.com/mate/teams/13566/es_SV/)\n" +"Language-Team: Spanish (El Salvador) (https://app.transifex.com/mate/teams/13566/es_SV/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_SV\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_UY.po mate-notification-daemon-1.26.1/po/es_UY.po --- mate-notification-daemon-1.26.0/po/es_UY.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_UY.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,14 +11,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Spanish (Uruguay) (https://www.transifex.com/mate/teams/13566/es_UY/)\n" +"Language-Team: Spanish (Uruguay) (https://app.transifex.com/mate/teams/13566/es_UY/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_UY\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/es_VE.po mate-notification-daemon-1.26.1/po/es_VE.po --- mate-notification-daemon-1.26.0/po/es_VE.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/es_VE.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,14 +11,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/mate/teams/13566/es_VE/)\n" +"Language-Team: Spanish (Venezuela) (https://app.transifex.com/mate/teams/13566/es_VE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_VE\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/et.po mate-notification-daemon-1.26.1/po/et.po --- mate-notification-daemon-1.26.0/po/et.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/et.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,18 +4,19 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Stefano Karapetsas , 2018 -# Mattias Põldaru , 2018 +# Mattias Põldaru , 2021 # Ivar Smolin , 2021 +# Stefano Karapetsas , 2021 +# vaba , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Ivar Smolin , 2021\n" -"Language-Team: Estonian (https://www.transifex.com/mate/teams/13566/et/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: vaba , 2021\n" +"Language-Team: Estonian (https://app.transifex.com/mate/teams/13566/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -131,7 +132,8 @@ "Ilmar Kerm , 2001, 2002.\n" "Tõivo Leedjärv , 2002, 2003.\n" "Priit Laes , 2004–2006, 2008, 2009\n" -"Ivar Smolin , 2005–2010, 2014–2015, 2018." +"Ivar Smolin , 2005–2010, 2014–2015, 2018.\n" +"Marko Silluste, 2021." #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" diff -Nru mate-notification-daemon-1.26.0/po/eu.po mate-notification-daemon-1.26.1/po/eu.po --- mate-notification-daemon-1.26.0/po/eu.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/eu.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,18 +4,18 @@ # FIRST AUTHOR , YEAR. # # Translators: -# David García-Abad , 2020 # Asier Iturralde Sarasola , 2021 # Stefano Karapetsas , 2021 +# David García-Abad , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Basque (https://www.transifex.com/mate/teams/13566/eu/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: David García-Abad , 2021\n" +"Language-Team: Basque (https://app.transifex.com/mate/teams/13566/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/fa.po mate-notification-daemon-1.26.1/po/fa.po --- mate-notification-daemon-1.26.0/po/fa.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/fa.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,18 +4,18 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Mahdi Pourghasem , 2020 # Stefano Karapetsas , 2021 # Borderliner , 2021 +# Mahdi Pourghasem , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Borderliner , 2021\n" -"Language-Team: Persian (https://www.transifex.com/mate/teams/13566/fa/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Mahdi Pourghasem , 2021\n" +"Language-Team: Persian (https://app.transifex.com/mate/teams/13566/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/fi.po mate-notification-daemon-1.26.1/po/fi.po --- mate-notification-daemon-1.26.0/po/fi.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/fi.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,20 +4,20 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Eslam Ali , 2020 -# nomen omen, 2020 -# Kimmo Kujansuu , 2020 # Lasse Liehu , 2021 # Mikko Harhanen , 2021 +# Eslam Ali , 2021 +# nomen omen, 2021 +# Kimmo Kujansuu , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Mikko Harhanen , 2021\n" -"Language-Team: Finnish (https://www.transifex.com/mate/teams/13566/fi/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Kimmo Kujansuu , 2021\n" +"Language-Team: Finnish (https://app.transifex.com/mate/teams/13566/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/fr_CA.po mate-notification-daemon-1.26.1/po/fr_CA.po --- mate-notification-daemon-1.26.0/po/fr_CA.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/fr_CA.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,21 +4,21 @@ # FIRST AUTHOR , YEAR. # # Translators: -# eere leme , 2018 +# eere leme , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: eere leme , 2018\n" -"Language-Team: French (Canada) (https://www.transifex.com/mate/teams/13566/fr_CA/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: eere leme , 2021\n" +"Language-Team: French (Canada) (https://app.transifex.com/mate/teams/13566/fr_CA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr_CA\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/fr.po mate-notification-daemon-1.26.1/po/fr.po --- mate-notification-daemon-1.26.0/po/fr.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/fr.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,29 +4,29 @@ # FIRST AUTHOR , YEAR. # # Translators: -# mauron, 2018 -# yoplait , 2018 -# brice nice , 2018 -# roxfr , 2020 -# Tubuntu, 2020 +# mauron, 2021 # Stefano Karapetsas , 2021 +# Tubuntu, 2021 +# yoplait , 2021 # jeremy shields , 2021 +# brice nice , 2021 # Laurent Napias, 2021 # Stéphane PETRUS , 2021 +# roxfr , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Stéphane PETRUS , 2021\n" -"Language-Team: French (https://www.transifex.com/mate/teams/13566/fr/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: roxfr , 2021\n" +"Language-Team: French (https://app.transifex.com/mate/teams/13566/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" @@ -62,9 +62,9 @@ "values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" msgstr "" "Emplacement par défaut des bulles de notification sur l'espace de travail " -"pour l'empilement des notifications. Les valeurs possibles sont : « top_left" -" » (en haut à gauche), « top_right » (en haut à droite), « bottom_left » (en" -" bas à gauche) et « bottom_right » (en bas à droite)." +"pour l'empilement des notifications. Les valeurs possibles sont : " +"« top_left » (en haut à gauche), « top_right » (en haut à droite), " +"« bottom_left » (en bas à gauche) et « bottom_right » (en bas à droite)." #: data/org.mate.NotificationDaemon.gschema.xml.in:10 #: src/capplet/mate-notification-properties.ui:186 diff -Nru mate-notification-daemon-1.26.0/po/frp.po mate-notification-daemon-1.26.1/po/frp.po --- mate-notification-daemon-1.26.0/po/frp.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/frp.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Alexandre Raymond, 2021\n" -"Language-Team: Franco-Provençal (Arpitan) (https://www.transifex.com/mate/teams/13566/frp/)\n" +"Language-Team: Franco-Provençal (Arpitan) (https://app.transifex.com/mate/teams/13566/frp/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/fur.po mate-notification-daemon-1.26.1/po/fur.po --- mate-notification-daemon-1.26.0/po/fur.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/fur.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Friulian (https://www.transifex.com/mate/teams/13566/fur/)\n" +"Language-Team: Friulian (https://app.transifex.com/mate/teams/13566/fur/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/fy.po mate-notification-daemon-1.26.1/po/fy.po --- mate-notification-daemon-1.26.0/po/fy.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/fy.po 2023-05-12 10:25:42.000000000 +0000 @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: 62197a8afd75a0a64478212fcb55f596, 2021\n" -"Language-Team: Western Frisian (https://www.transifex.com/mate/teams/13566/fy/)\n" +"Language-Team: Western Frisian (https://app.transifex.com/mate/teams/13566/fy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ga.po mate-notification-daemon-1.26.1/po/ga.po --- mate-notification-daemon-1.26.0/po/ga.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ga.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Irish (https://www.transifex.com/mate/teams/13566/ga/)\n" +"Language-Team: Irish (https://app.transifex.com/mate/teams/13566/ga/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/gl.po mate-notification-daemon-1.26.1/po/gl.po --- mate-notification-daemon-1.26.0/po/gl.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/gl.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,18 +4,18 @@ # FIRST AUTHOR , YEAR. # # Translators: -# André Rivero Castillo , 2020 -# Stefano Karapetsas , 2021 # Miguel Anxo Bouzada , 2021 +# Stefano Karapetsas , 2021 +# André Rivero Castillo , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Miguel Anxo Bouzada , 2021\n" -"Language-Team: Galician (https://www.transifex.com/mate/teams/13566/gl/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: André Rivero Castillo , 2021\n" +"Language-Team: Galician (https://app.transifex.com/mate/teams/13566/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/gu.po mate-notification-daemon-1.26.1/po/gu.po --- mate-notification-daemon-1.26.0/po/gu.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/gu.po 2023-05-12 10:25:42.000000000 +0000 @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Milan Savaliya , 2021\n" -"Language-Team: Gujarati (https://www.transifex.com/mate/teams/13566/gu/)\n" +"Language-Team: Gujarati (https://app.transifex.com/mate/teams/13566/gu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ha.po mate-notification-daemon-1.26.1/po/ha.po --- mate-notification-daemon-1.26.0/po/ha.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ha.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Hausa (https://www.transifex.com/mate/teams/13566/ha/)\n" +"Language-Team: Hausa (https://app.transifex.com/mate/teams/13566/ha/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/he.po mate-notification-daemon-1.26.1/po/he.po --- mate-notification-daemon-1.26.0/po/he.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/he.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,20 +4,20 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Stefano Karapetsas , 2018 -# Edward Sawyer , 2018 -# shy tzedaka , 2020 # Yaron Shahrabani , 2021 -# Omer I.S. , 2021 +# Stefano Karapetsas , 2021 +# Edward Sawyer , 2021 +# shy tzedaka , 2021 +# 63f334ffc0709ba0fc2361b80bf3c0f0_00ffd1e , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Omer I.S. , 2021\n" -"Language-Team: Hebrew (https://www.transifex.com/mate/teams/13566/he/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: 63f334ffc0709ba0fc2361b80bf3c0f0_00ffd1e , 2021\n" +"Language-Team: Hebrew (https://app.transifex.com/mate/teams/13566/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -195,7 +195,7 @@ #: src/capplet/mate-notification-properties.ui:101 msgid "_Theme:" -msgstr "&ערכת עיצוב:" +msgstr "_ערכת נושא:" #: src/capplet/mate-notification-properties.ui:115 msgid "P_osition:" diff -Nru mate-notification-daemon-1.26.0/po/hi.po mate-notification-daemon-1.26.1/po/hi.po --- mate-notification-daemon-1.26.0/po/hi.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/hi.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Stefano Karapetsas , 2020 +# Stefano Karapetsas , 2021 # Sadgamaya , 2021 # msgid "" @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Sadgamaya , 2021\n" -"Language-Team: Hindi (https://www.transifex.com/mate/teams/13566/hi/)\n" +"Language-Team: Hindi (https://app.transifex.com/mate/teams/13566/hi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/hr.po mate-notification-daemon-1.26.1/po/hr.po --- mate-notification-daemon-1.26.0/po/hr.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/hr.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Ivica Kolić , 2020 +# Ivica Kolić , 2021 # Elvis M. Lukšić , 2021 # msgid "" @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Elvis M. Lukšić , 2021\n" -"Language-Team: Croatian (https://www.transifex.com/mate/teams/13566/hr/)\n" +"Language-Team: Croatian (https://app.transifex.com/mate/teams/13566/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/hu.po mate-notification-daemon-1.26.1/po/hu.po --- mate-notification-daemon-1.26.0/po/hu.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/hu.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,9 +4,9 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Falu , 2018 -# Rezső Páder , 2020 +# Rezső Páder , 2021 # Stefano Karapetsas , 2021 +# Falu , 2021 # Balázs Meskó , 2021 # msgid "" @@ -14,9 +14,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Balázs Meskó , 2021\n" -"Language-Team: Hungarian (https://www.transifex.com/mate/teams/13566/hu/)\n" +"Language-Team: Hungarian (https://app.transifex.com/mate/teams/13566/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/hy.po mate-notification-daemon-1.26.1/po/hy.po --- mate-notification-daemon-1.26.0/po/hy.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/hy.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Davit Mayilyan , 2018 +# Davit Mayilyan , 2021 # Siranush , 2021 # Avag Sayan , 2021 # @@ -13,9 +13,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Avag Sayan , 2021\n" -"Language-Team: Armenian (https://www.transifex.com/mate/teams/13566/hy/)\n" +"Language-Team: Armenian (https://app.transifex.com/mate/teams/13566/hy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ia.po mate-notification-daemon-1.26.1/po/ia.po --- mate-notification-daemon-1.26.0/po/ia.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ia.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Funkin, 2020 +# Funkin, 2021 # Tea Coba , 2021 # msgid "" @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Tea Coba , 2021\n" -"Language-Team: Interlingua (https://www.transifex.com/mate/teams/13566/ia/)\n" +"Language-Team: Interlingua (https://app.transifex.com/mate/teams/13566/ia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/id.po mate-notification-daemon-1.26.1/po/id.po --- mate-notification-daemon-1.26.0/po/id.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/id.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,22 +4,23 @@ # FIRST AUTHOR , YEAR. # # Translators: -# e4b337ef88d89d25839dfa8ec011a002_3d7163d , 2018 -# Ibnu Daru Aji, 2018 -# Rendiyono Wahyu Saputro , 2018 -# Anton Toni Agung , 2018 -# La Ode Muh. Fadlun Akbar , 2020 -# Willy Sudiarto Raharjo , 2021 # Andika Triwidada , 2021 +# e4b337ef88d89d25839dfa8ec011a002_3d7163d , 2021 +# Ibnu Daru Aji, 2021 +# Willy Sudiarto Raharjo , 2021 +# La Ode Muh. Fadlun Akbar , 2021 +# Rendiyono Wahyu Saputro , 2021 +# Anton Toni Agung , 2021 +# Triyan W. Nugroho , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Andika Triwidada , 2021\n" -"Language-Team: Indonesian (https://www.transifex.com/mate/teams/13566/id/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Triyan W. Nugroho , 2021\n" +"Language-Team: Indonesian (https://app.transifex.com/mate/teams/13566/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -136,7 +137,8 @@ "Dirgita \n" "Tim MATE Indonesia \n" "Kukuh Syafaat , 2017.\n" -"Andika Triwidada , 2020, 2021." +"Andika Triwidada , 2020, 2021.\n" +"Triyan W. Nugroho , 2021." #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" diff -Nru mate-notification-daemon-1.26.0/po/ie.po mate-notification-daemon-1.26.1/po/ie.po --- mate-notification-daemon-1.26.0/po/ie.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ie.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Caarmi, 2021\n" -"Language-Team: Interlingue (https://www.transifex.com/mate/teams/13566/ie/)\n" +"Language-Team: Interlingue (https://app.transifex.com/mate/teams/13566/ie/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ig.po mate-notification-daemon-1.26.1/po/ig.po --- mate-notification-daemon-1.26.0/po/ig.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ig.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Igbo (https://www.transifex.com/mate/teams/13566/ig/)\n" +"Language-Team: Igbo (https://app.transifex.com/mate/teams/13566/ig/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/is.po mate-notification-daemon-1.26.1/po/is.po --- mate-notification-daemon-1.26.0/po/is.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/is.po 2023-05-12 10:25:42.000000000 +0000 @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Icelandic (https://www.transifex.com/mate/teams/13566/is/)\n" +"Language-Team: Icelandic (https://app.transifex.com/mate/teams/13566/is/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/it.po mate-notification-daemon-1.26.1/po/it.po --- mate-notification-daemon-1.26.0/po/it.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/it.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,12 +4,12 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Giuseppe Pignataro , 2018 -# LuKePicci , 2018 -# Antonio Gschossmann , 2018 -# Enrico B. , 2019 -# Dario Di Nucci , 2020 # Stefano Karapetsas , 2021 +# Dario Di Nucci , 2021 +# Giuseppe Pignataro , 2021 +# LuKePicci , 2021 +# Enrico B. , 2021 +# Antonio Gschossmann , 2021 # Alessandro Volturno , 2021 # msgid "" @@ -17,14 +17,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Alessandro Volturno , 2021\n" -"Language-Team: Italian (https://www.transifex.com/mate/teams/13566/it/)\n" +"Language-Team: Italian (https://app.transifex.com/mate/teams/13566/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" @@ -114,7 +114,7 @@ #: src/capplet/mate-notification-applet.c:54 msgid "_About" -msgstr "Inform_azioni" +msgstr "Informazioni" #: src/capplet/mate-notification-applet.c:105 msgid "About Do Not Disturb" @@ -130,7 +130,7 @@ #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" -msgstr " Alessandro Volturno, 2020" +msgstr "Alessandro Volturno, 2021" #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" diff -Nru mate-notification-daemon-1.26.0/po/ja.po mate-notification-daemon-1.26.1/po/ja.po --- mate-notification-daemon-1.26.0/po/ja.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ja.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,19 +4,19 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Stefano Karapetsas , 2018 -# Mika Kobayashi, 2018 +# Stefano Karapetsas , 2021 # ABE Tsunehiko, 2021 -# Green, 2021 +# fbc955180bc2b956cb4ef52d00eb80a0_91487f8, 2021 +# Green , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Green, 2021\n" -"Language-Team: Japanese (https://www.transifex.com/mate/teams/13566/ja/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Green , 2021\n" +"Language-Team: Japanese (https://app.transifex.com/mate/teams/13566/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -125,19 +125,19 @@ #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" msgstr "" -"相花 毅 \n" -"佐藤 暁 \n" -"KAMAGASAKO Masatoshi \n" -"Akira TAGOH \n" -"Yukihiro Nakai \n" -"Yuusuke Tahara \n" -"Akira Higuchi \n" -"やまね ひでき \n" -"草野 貴之 \n" -"松澤 二郎 \n" +"相花 毅 \n" +"佐藤 暁 \n" +"KAMAGASAKO Masatoshi \n" +"Akira TAGOH \n" +"Yukihiro Nakai \n" +"Yuusuke Tahara \n" +"Akira Higuchi \n" +"やまね ひでき \n" +"草野 貴之 \n" +"松澤 二郎 \n" "Green, alias usergreen\n" -"日本GNOMEユーザー会 http://www.gnome.gr.jp/ \n" -"MATE 文書化チーム https://www.transifex.com/mate/ " +"日本GNOMEユーザー会 http://www.gnome.gr.jp/\n" +"MATE文書化チーム https://www.transifex.com/mate/" #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" diff -Nru mate-notification-daemon-1.26.0/po/jv.po mate-notification-daemon-1.26.1/po/jv.po --- mate-notification-daemon-1.26.0/po/jv.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/jv.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Ngalim Siregar , 2021\n" -"Language-Team: Javanese (https://www.transifex.com/mate/teams/13566/jv/)\n" +"Language-Team: Javanese (https://app.transifex.com/mate/teams/13566/jv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/kab.po mate-notification-daemon-1.26.1/po/kab.po --- mate-notification-daemon-1.26.0/po/kab.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/kab.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Slimane Selyan AMIRI , 2021\n" -"Language-Team: Kabyle (https://www.transifex.com/mate/teams/13566/kab/)\n" +"Language-Team: Kabyle (https://app.transifex.com/mate/teams/13566/kab/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -188,7 +188,7 @@ #: src/capplet/mate-notification-properties.ui:101 msgid "_Theme:" -msgstr "_Asentel" +msgstr "_Asentel:" #: src/capplet/mate-notification-properties.ui:115 msgid "P_osition:" diff -Nru mate-notification-daemon-1.26.0/po/ka.po mate-notification-daemon-1.26.1/po/ka.po --- mate-notification-daemon-1.26.0/po/ka.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ka.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Georgian (https://www.transifex.com/mate/teams/13566/ka/)\n" +"Language-Team: Georgian (https://app.transifex.com/mate/teams/13566/ka/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/kk.po mate-notification-daemon-1.26.1/po/kk.po --- mate-notification-daemon-1.26.0/po/kk.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/kk.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Baurzhan Muftakhidinov , 2021\n" -"Language-Team: Kazakh (https://www.transifex.com/mate/teams/13566/kk/)\n" +"Language-Team: Kazakh (https://app.transifex.com/mate/teams/13566/kk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/km.po mate-notification-daemon-1.26.1/po/km.po --- mate-notification-daemon-1.26.0/po/km.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/km.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Khmer (https://www.transifex.com/mate/teams/13566/km/)\n" +"Language-Team: Khmer (https://app.transifex.com/mate/teams/13566/km/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/kn.po mate-notification-daemon-1.26.1/po/kn.po --- mate-notification-daemon-1.26.0/po/kn.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/kn.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,8 +4,8 @@ # FIRST AUTHOR , YEAR. # # Translators: -# karthik holla , 2018 -# Stefano Karapetsas , 2020 +# Stefano Karapetsas , 2021 +# karthik holla , 2021 # Sai Vinoba , 2021 # msgid "" @@ -13,9 +13,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Sai Vinoba , 2021\n" -"Language-Team: Kannada (https://www.transifex.com/mate/teams/13566/kn/)\n" +"Language-Team: Kannada (https://app.transifex.com/mate/teams/13566/kn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ko.po mate-notification-daemon-1.26.1/po/ko.po --- mate-notification-daemon-1.26.0/po/ko.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ko.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,18 +4,18 @@ # FIRST AUTHOR , YEAR. # # Translators: -# 박정규(Jung-Kyu Park) , 2020 # Seong-ho Cho , 2021 -# JungHee Lee , 2021 +# 1763f4a4329a2376c933c5e919a36cbc_341ca53 <1f851310383599d03339229d772e1290_119292>, 2021 +# Junghee Lee , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: JungHee Lee , 2021\n" -"Language-Team: Korean (https://www.transifex.com/mate/teams/13566/ko/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Junghee Lee , 2021\n" +"Language-Team: Korean (https://app.transifex.com/mate/teams/13566/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ks.po mate-notification-daemon-1.26.1/po/ks.po --- mate-notification-daemon-1.26.0/po/ks.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ks.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Kashmiri (https://www.transifex.com/mate/teams/13566/ks/)\n" +"Language-Team: Kashmiri (https://app.transifex.com/mate/teams/13566/ks/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ku_IQ.po mate-notification-daemon-1.26.1/po/ku_IQ.po --- mate-notification-daemon-1.26.0/po/ku_IQ.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ku_IQ.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Rasti K5 , 2021\n" -"Language-Team: Kurdish (Iraq) (https://www.transifex.com/mate/teams/13566/ku_IQ/)\n" +"Language-Team: Kurdish (Iraq) (https://app.transifex.com/mate/teams/13566/ku_IQ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ku.po mate-notification-daemon-1.26.1/po/ku.po --- mate-notification-daemon-1.26.0/po/ku.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ku.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Kurdish (https://www.transifex.com/mate/teams/13566/ku/)\n" +"Language-Team: Kurdish (https://app.transifex.com/mate/teams/13566/ku/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ky.po mate-notification-daemon-1.26.1/po/ky.po --- mate-notification-daemon-1.26.0/po/ky.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ky.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: 41e38594a6ab66d45dbd71e8e44a0b16_36d21e8, 2021\n" -"Language-Team: Kyrgyz (https://www.transifex.com/mate/teams/13566/ky/)\n" +"Language-Team: Kyrgyz (https://app.transifex.com/mate/teams/13566/ky/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/lb.po mate-notification-daemon-1.26.1/po/lb.po --- mate-notification-daemon-1.26.0/po/lb.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/lb.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Luxembourgish (https://www.transifex.com/mate/teams/13566/lb/)\n" +"Language-Team: Luxembourgish (https://app.transifex.com/mate/teams/13566/lb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/LINGUAS mate-notification-daemon-1.26.1/po/LINGUAS --- mate-notification-daemon-1.26.0/po/LINGUAS 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/LINGUAS 2023-05-12 10:25:42.000000000 +0000 @@ -25,6 +25,7 @@ en_AU en_CA en_GB +en_US eo es es_AR diff -Nru mate-notification-daemon-1.26.0/po/li.po mate-notification-daemon-1.26.1/po/li.po --- mate-notification-daemon-1.26.0/po/li.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/li.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Limburgian (https://www.transifex.com/mate/teams/13566/li/)\n" +"Language-Team: Limburgian (https://app.transifex.com/mate/teams/13566/li/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/lt.po mate-notification-daemon-1.26.1/po/lt.po --- mate-notification-daemon-1.26.0/po/lt.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/lt.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,8 +4,8 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Stefano Karapetsas , 2018 -# brennus , 2020 +# brennus , 2021 +# Stefano Karapetsas , 2021 # Džiugas Grėbliūnas , 2021 # Moo, 2021 # @@ -14,9 +14,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Moo, 2021\n" -"Language-Team: Lithuanian (https://www.transifex.com/mate/teams/13566/lt/)\n" +"Language-Team: Lithuanian (https://app.transifex.com/mate/teams/13566/lt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -118,7 +118,7 @@ #: src/capplet/mate-notification-applet.c:107 msgid "Copyright © 2021 MATE developers" -msgstr "" +msgstr "Autorių teisės © 2021 MATE kūrėjai" #: src/capplet/mate-notification-applet.c:108 msgid "Activate the do not disturb mode quickly." @@ -141,11 +141,11 @@ #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" -msgstr "" +msgstr "Pranešimai įjungti" #: src/capplet/mate-notification-applet.c:215 msgid "_Do not disturb" -msgstr "" +msgstr "_Netrukdyti" #: src/capplet/mate-notification-applet.c:216 msgid "Enable/Disable do-not-disturb mode." diff -Nru mate-notification-daemon-1.26.0/po/lv.po mate-notification-daemon-1.26.1/po/lv.po --- mate-notification-daemon-1.26.0/po/lv.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/lv.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,19 +4,19 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Imants Liepiņš , 2018 -# duck , 2020 # Rihards Priedītis , 2021 # Stefano Karapetsas , 2021 +# Imants Liepiņš , 2021 +# duck , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Latvian (https://www.transifex.com/mate/teams/13566/lv/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: duck , 2021\n" +"Language-Team: Latvian (https://app.transifex.com/mate/teams/13566/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/mai.po mate-notification-daemon-1.26.1/po/mai.po --- mate-notification-daemon-1.26.0/po/mai.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/mai.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Maithili (https://www.transifex.com/mate/teams/13566/mai/)\n" +"Language-Team: Maithili (https://app.transifex.com/mate/teams/13566/mai/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/mg.po mate-notification-daemon-1.26.1/po/mg.po --- mate-notification-daemon-1.26.0/po/mg.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/mg.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Malagasy (https://www.transifex.com/mate/teams/13566/mg/)\n" +"Language-Team: Malagasy (https://app.transifex.com/mate/teams/13566/mg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/mi.po mate-notification-daemon-1.26.1/po/mi.po --- mate-notification-daemon-1.26.0/po/mi.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/mi.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Maori (https://www.transifex.com/mate/teams/13566/mi/)\n" +"Language-Team: Maori (https://app.transifex.com/mate/teams/13566/mi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/mk.po mate-notification-daemon-1.26.1/po/mk.po --- mate-notification-daemon-1.26.0/po/mk.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/mk.po 2023-05-12 10:25:42.000000000 +0000 @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: exoos , 2021\n" -"Language-Team: Macedonian (https://www.transifex.com/mate/teams/13566/mk/)\n" +"Language-Team: Macedonian (https://app.transifex.com/mate/teams/13566/mk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ml.po mate-notification-daemon-1.26.1/po/ml.po --- mate-notification-daemon-1.26.0/po/ml.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ml.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Malayalam (https://www.transifex.com/mate/teams/13566/ml/)\n" +"Language-Team: Malayalam (https://app.transifex.com/mate/teams/13566/ml/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/mn.po mate-notification-daemon-1.26.1/po/mn.po --- mate-notification-daemon-1.26.0/po/mn.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/mn.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Mongolian (https://www.transifex.com/mate/teams/13566/mn/)\n" +"Language-Team: Mongolian (https://app.transifex.com/mate/teams/13566/mn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/mr.po mate-notification-daemon-1.26.1/po/mr.po --- mate-notification-daemon-1.26.0/po/mr.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/mr.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,7 +4,7 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Stefano Karapetsas , 2020 +# Stefano Karapetsas , 2021 # Vaibhav S Dalvi , 2021 # msgid "" @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Vaibhav S Dalvi , 2021\n" -"Language-Team: Marathi (https://www.transifex.com/mate/teams/13566/mr/)\n" +"Language-Team: Marathi (https://app.transifex.com/mate/teams/13566/mr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ms.po mate-notification-daemon-1.26.1/po/ms.po --- mate-notification-daemon-1.26.0/po/ms.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ms.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,17 +4,17 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Puretech , 2018 # abuyop , 2021 +# Puretech , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: abuyop , 2021\n" -"Language-Team: Malay (https://www.transifex.com/mate/teams/13566/ms/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Puretech , 2021\n" +"Language-Team: Malay (https://app.transifex.com/mate/teams/13566/ms/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/nb.po mate-notification-daemon-1.26.1/po/nb.po --- mate-notification-daemon-1.26.0/po/nb.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/nb.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,20 +4,20 @@ # FIRST AUTHOR , YEAR. # # Translators: -# 83471bf16eb03bd248ce865f88678158_08f49ba , 2018 -# Stefano Karapetsas , 2018 +# 83471bf16eb03bd248ce865f88678158_08f49ba , 2021 +# Stefano Karapetsas , 2021 # Allan Nordhøy , 2021 -# 87d96f43665dd9fb55eba4603e184cae, 2021 # heskjestad , 2021 +# 87d96f43665dd9fb55eba4603e184cae, 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: heskjestad , 2021\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/mate/teams/13566/nb/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: 87d96f43665dd9fb55eba4603e184cae, 2021\n" +"Language-Team: Norwegian Bokmål (https://app.transifex.com/mate/teams/13566/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -108,7 +108,7 @@ #: src/capplet/mate-notification-applet.c:52 msgid "_Preferences" -msgstr "Innstillinger" +msgstr "Innstillin_ger" #: src/capplet/mate-notification-applet.c:54 msgid "_About" diff -Nru mate-notification-daemon-1.26.0/po/nds.po mate-notification-daemon-1.26.1/po/nds.po --- mate-notification-daemon-1.26.0/po/nds.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/nds.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,17 +4,17 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Benedikt Straub , 2019 # Stefano Karapetsas , 2021 +# Benedikt Straub , 2023 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Low German (https://www.transifex.com/mate/teams/13566/nds/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Benedikt Straub , 2023\n" +"Language-Team: Low German (https://app.transifex.com/mate/teams/13566/nds/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,17 +33,17 @@ #. localize the semicolons! The list MUST also end with a semicolon! #: data/mate-notification-properties.desktop.in:14 msgid "MATE;Notification;Theme;" -msgstr "" +msgstr "MATE;Narichtens;Thema;" #: data/org.mate.applets.MateNotificationApplet.desktop.in.in:5 msgid "Mate Notification Applet Factory" -msgstr "" +msgstr "Fabrik för dat Mitdeelens-Rebeet" #: data/org.mate.applets.MateNotificationApplet.desktop.in.in:9 #: src/capplet/mate-notification-applet.c:176 #: src/capplet/mate-notification-applet.c:193 msgid "Do Not Disturb" -msgstr "" +msgstr "Nich stören" #: data/org.mate.NotificationDaemon.gschema.xml.in:5 msgid "Popup location" @@ -96,11 +96,11 @@ #: data/org.mate.NotificationDaemon.gschema.xml.in:30 msgid "Do not disturb" -msgstr "" +msgstr "Nich stören" #: data/org.mate.NotificationDaemon.gschema.xml.in:31 msgid "When enabled, notifications are not shown." -msgstr "" +msgstr "Wenn an, worden keene Narichtens wiest." #: src/capplet/mate-notification-applet.c:52 msgid "_Preferences" @@ -112,15 +112,15 @@ #: src/capplet/mate-notification-applet.c:105 msgid "About Do Not Disturb" -msgstr "" +msgstr "Över »Nich stören«" #: src/capplet/mate-notification-applet.c:107 msgid "Copyright © 2021 MATE developers" -msgstr "" +msgstr "Copyright © 2021 MATE-Entwicklers" #: src/capplet/mate-notification-applet.c:108 msgid "Activate the do not disturb mode quickly." -msgstr "" +msgstr "Fix de Nich-Stören-Modus anknipsen." #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" @@ -131,15 +131,15 @@ #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" -msgstr "" +msgstr "Narichtens an" #: src/capplet/mate-notification-applet.c:215 msgid "_Do not disturb" -msgstr "" +msgstr "_Nich stören" #: src/capplet/mate-notification-applet.c:216 msgid "Enable/Disable do-not-disturb mode." -msgstr "" +msgstr "De Nich-Stören-Modus an- of utknipsen." #: src/capplet/mate-notification-properties.c:327 msgid "Coco" @@ -177,7 +177,7 @@ #: src/capplet/mate-notification-properties.c:459 #, c-format msgid "Could not load user interface: %s" -msgstr "" +msgstr "Kunn de Brukerschnittstee nich laden: %s" #: src/capplet/mate-notification-properties.ui:18 msgid "Notification Settings" @@ -189,7 +189,7 @@ #: src/capplet/mate-notification-properties.ui:52 msgid "_Close" -msgstr "_Sluten" +msgstr "Di_chtmaken" #: src/capplet/mate-notification-properties.ui:101 msgid "_Theme:" @@ -221,11 +221,11 @@ #: src/capplet/mate-notification-properties.ui:201 msgid "Enable Do Not Disturb" -msgstr "" +msgstr "»Nich stören« anknipsen" #: src/capplet/mate-notification-properties.ui:222 msgid "General Options" -msgstr "" +msgstr "Allgemeene Instellens:" #: src/daemon/daemon.c:1342 msgid "Exceeded maximum number of notifications" diff -Nru mate-notification-daemon-1.26.0/po/ne.po mate-notification-daemon-1.26.1/po/ne.po --- mate-notification-daemon-1.26.0/po/ne.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ne.po 2023-05-12 10:25:42.000000000 +0000 @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: chautari , 2021\n" -"Language-Team: Nepali (https://www.transifex.com/mate/teams/13566/ne/)\n" +"Language-Team: Nepali (https://app.transifex.com/mate/teams/13566/ne/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/nl.po mate-notification-daemon-1.26.1/po/nl.po --- mate-notification-daemon-1.26.0/po/nl.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/nl.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,18 +4,18 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Michael Steenbeek , 2020 -# 8c3c560621f92e66455793da7b85eff0_8989672 <0e181aafae430e5c919398b6a7bba462_109266>, 2020 +# Michael Steenbeek , 2021 # Pjotr , 2021 +# 8c3c560621f92e66455793da7b85eff0_8989672 <0e181aafae430e5c919398b6a7bba462_109266>, 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Pjotr , 2021\n" -"Language-Team: Dutch (https://www.transifex.com/mate/teams/13566/nl/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: 8c3c560621f92e66455793da7b85eff0_8989672 <0e181aafae430e5c919398b6a7bba462_109266>, 2021\n" +"Language-Team: Dutch (https://app.transifex.com/mate/teams/13566/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -125,18 +125,7 @@ #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" -msgstr "" -"Launchpad-bijdragers:\n" -" Daniël H. https://launchpad.net/~daan-is-here\n" -" Mark Cilissen https://launchpad.net/~pixlism\n" -" Peter van der Does https://launchpad.net/~pdoes\n" -" Tom Louwrier https://launchpad.net/~tom-louwrier\n" -" Twan Coenraad https://launchpad.net/~t.coenraad\n" -" cumulus007 https://launchpad.net/~cumulus-007\n" -" kactusrvm https://launchpad.net/~kactusrvm\n" -" kriekske https://launchpad.net/~kriekenbuik-gmail\n" -"Andere bijdragers:\n" -"Pjotr" +msgstr "Pjotr (pjotrvertaalt@gmail.com)" #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" diff -Nru mate-notification-daemon-1.26.0/po/nn.po mate-notification-daemon-1.26.1/po/nn.po --- mate-notification-daemon-1.26.0/po/nn.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/nn.po 2023-05-12 10:25:42.000000000 +0000 @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Andrew Rabbitt , 2021\n" -"Language-Team: Norwegian Nynorsk (https://www.transifex.com/mate/teams/13566/nn/)\n" +"Language-Team: Norwegian Nynorsk (https://app.transifex.com/mate/teams/13566/nn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/nso.po mate-notification-daemon-1.26.1/po/nso.po --- mate-notification-daemon-1.26.0/po/nso.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/nso.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Northern Sotho (https://www.transifex.com/mate/teams/13566/nso/)\n" +"Language-Team: Northern Sotho (https://app.transifex.com/mate/teams/13566/nso/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/oc.po mate-notification-daemon-1.26.1/po/oc.po --- mate-notification-daemon-1.26.0/po/oc.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/oc.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,9 +4,9 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Stefano Karapetsas , 2018 -# Sébastien Denux , 2018 +# Stefano Karapetsas , 2021 # Cédric Valmary , 2021 +# Sébastien Denux , 2021 # Quentin PAGÈS, 2021 # msgid "" @@ -14,9 +14,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Quentin PAGÈS, 2021\n" -"Language-Team: Occitan (post 1500) (https://www.transifex.com/mate/teams/13566/oc/)\n" +"Language-Team: Occitan (post 1500) (https://app.transifex.com/mate/teams/13566/oc/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -56,6 +56,9 @@ "Default popup location on the workspace for stack notifications. Allowed " "values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" msgstr "" +"Emplaçament per defaut de las fenèstras sorgissentas sul burèu per las " +"notificacions. Valors autorizadas : « top_left », « top_right », " +"« bottom_left » e « bottom_right »" #: data/org.mate.NotificationDaemon.gschema.xml.in:10 #: src/capplet/mate-notification-properties.ui:186 @@ -75,6 +78,8 @@ "Monitor to display the notification. Allowed values: -1 (display on active " "monitor) and 0 to n - 1 where n is the number of monitors." msgstr "" +"Monitor ont afichat la notificacion. Valors autorizadas : -1 (afichatge sul " +"monitor actiu) e 0 fins a n - 1 ont n es lo numèro del monitor." #: data/org.mate.NotificationDaemon.gschema.xml.in:20 msgid "Current theme" @@ -148,7 +153,7 @@ #: src/capplet/mate-notification-properties.c:335 msgid "Slider" -msgstr "" +msgstr "Cursor" #: src/capplet/mate-notification-properties.c:339 msgid "Standard theme" diff -Nru mate-notification-daemon-1.26.0/po/or.po mate-notification-daemon-1.26.1/po/or.po --- mate-notification-daemon-1.26.0/po/or.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/or.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Oriya (https://www.transifex.com/mate/teams/13566/or/)\n" +"Language-Team: Odia (https://app.transifex.com/mate/teams/13566/or/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/pa.po mate-notification-daemon-1.26.1/po/pa.po --- mate-notification-daemon-1.26.0/po/pa.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/pa.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Panjabi (Punjabi) (https://www.transifex.com/mate/teams/13566/pa/)\n" +"Language-Team: Panjabi (Punjabi) (https://app.transifex.com/mate/teams/13566/pa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/pl.po mate-notification-daemon-1.26.1/po/pl.po --- mate-notification-daemon-1.26.0/po/pl.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/pl.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,25 +4,25 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Piotr Strębski , 2018 -# Michal Herman , 2018 -# Marcin Kralka , 2018 -# Dominik Adrian Grzywak, 2018 -# Paweł Bandura , 2018 -# Marcin Net , 2020 -# clefebvre , 2020 +# Piotr Strębski , 2021 # Stefano Karapetsas , 2021 +# Michal Herman , 2021 +# Marcin Kralka , 2021 +# clefebvre , 2021 +# Dominik Adrian Grzywak, 2021 +# Paweł Bandura , 2021 +# Marek Adamski, 2021 +# 7d927f1adaae02ae3120b2ceacc1eadf_34fcd4b <964145c7ac0e6f1856853edaa15b3982_834090>, 2021 # Daniel Tokarzewski , 2021 -# No Ne, 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: No Ne, 2021\n" -"Language-Team: Polish (https://www.transifex.com/mate/teams/13566/pl/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Daniel Tokarzewski , 2021\n" +"Language-Team: Polish (https://app.transifex.com/mate/teams/13566/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ps.po mate-notification-daemon-1.26.1/po/ps.po --- mate-notification-daemon-1.26.0/po/ps.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ps.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Pushto (https://www.transifex.com/mate/teams/13566/ps/)\n" +"Language-Team: Pashto (https://app.transifex.com/mate/teams/13566/ps/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/pt_BR.po mate-notification-daemon-1.26.1/po/pt_BR.po --- mate-notification-daemon-1.26.0/po/pt_BR.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/pt_BR.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,13 +4,13 @@ # FIRST AUTHOR , YEAR. # # Translators: -# vitorgatti , 2018 -# Aldo Oliveira , 2018 -# 65f2af3cfa184c075942a0418b98d2de_d688669, 2018 -# Victor Gonçalves , 2018 -# Roger Araújo , 2018 -# Samuel Henrique , 2020 # Stefano Karapetsas , 2021 +# vitorgatti , 2021 +# Aldo Oliveira , 2021 +# 65f2af3cfa184c075942a0418b98d2de_d688669, 2021 +# Victor Gonçalves , 2021 +# Samuel Henrique , 2021 +# Roger Araújo , 2021 # Josué Teodoro Moreira , 2021 # msgid "" @@ -18,14 +18,14 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Josué Teodoro Moreira , 2021\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/mate/teams/13566/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://app.transifex.com/mate/teams/13566/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" diff -Nru mate-notification-daemon-1.26.0/po/pt.po mate-notification-daemon-1.26.1/po/pt.po --- mate-notification-daemon-1.26.0/po/pt.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/pt.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,27 +4,27 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Sérgio Marques , 2018 -# Rui , 2018 -# Manuela Silva , 2019 -# Guilherme Campos , 2020 +# Sérgio Marques , 2021 # Carlos Moreira, 2021 # Hugo Carvalho , 2021 -# Stefano Karapetsas , 2021 +# Rui , 2021 +# Manuela Silva , 2021 +# José Vieira , 2021 +# Guilherme Campos , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Portuguese (https://www.transifex.com/mate/teams/13566/pt/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Guilherme Campos , 2021\n" +"Language-Team: Portuguese (https://app.transifex.com/mate/teams/13566/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: data/mate-notification-properties.desktop.in:3 msgid "Popup Notifications" @@ -42,13 +42,13 @@ #: data/org.mate.applets.MateNotificationApplet.desktop.in.in:5 msgid "Mate Notification Applet Factory" -msgstr "" +msgstr "Fábrica de Applets de notificação do MATE" #: data/org.mate.applets.MateNotificationApplet.desktop.in.in:9 #: src/capplet/mate-notification-applet.c:176 #: src/capplet/mate-notification-applet.c:193 msgid "Do Not Disturb" -msgstr "" +msgstr "Não Perturbar" #: data/org.mate.NotificationDaemon.gschema.xml.in:5 msgid "Popup location" @@ -115,35 +115,37 @@ #: src/capplet/mate-notification-applet.c:54 msgid "_About" -msgstr "_Sobre" +msgstr "_Acerca" #: src/capplet/mate-notification-applet.c:105 msgid "About Do Not Disturb" -msgstr "" +msgstr "Sobre o Não Perturbar" #: src/capplet/mate-notification-applet.c:107 msgid "Copyright © 2021 MATE developers" -msgstr "" +msgstr "Direitos de autor © 2021 Desenvolvedores do MATE" #: src/capplet/mate-notification-applet.c:108 msgid "Activate the do not disturb mode quickly." -msgstr "" +msgstr "Activar facilmente o modo de não perturbar." #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" -msgstr "Hugo Carvalho , 2018" +msgstr "" +"Hugo Carvalho , 2018\n" +"José Vieira , 2021" #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" -msgstr "" +msgstr "Notificações activadas" #: src/capplet/mate-notification-applet.c:215 msgid "_Do not disturb" -msgstr "" +msgstr "_Não perturbar" #: src/capplet/mate-notification-applet.c:216 msgid "Enable/Disable do-not-disturb mode." -msgstr "" +msgstr "Activar/Desactivar o modo não-perturbar." #: src/capplet/mate-notification-properties.c:327 msgid "Coco" diff -Nru mate-notification-daemon-1.26.0/po/ro.po mate-notification-daemon-1.26.1/po/ro.po --- mate-notification-daemon-1.26.0/po/ro.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ro.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,18 +4,18 @@ # FIRST AUTHOR , YEAR. # # Translators: -# corneliu.e , 2018 -# Polihron Alexandru (APoliTech) , 2018 +# 3d5ab56b1b83fefceeab671c39a98a6d_999ae54, 2021 # Daniel , 2021 +# Polihron Alexandru (APoliTech) , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Daniel , 2021\n" -"Language-Team: Romanian (https://www.transifex.com/mate/teams/13566/ro/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Polihron Alexandru (APoliTech) , 2021\n" +"Language-Team: Romanian (https://app.transifex.com/mate/teams/13566/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ru.po mate-notification-daemon-1.26.1/po/ru.po --- mate-notification-daemon-1.26.0/po/ru.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ru.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,22 +4,23 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Alexei Sorokin, 2018 -# Дмитрий Михирев, 2018 -# theirix , 2018 -# Aleksey Kabanov , 2020 -# Stefano Karapetsas , 2020 -# AlexL , 2020 +# Stefano Karapetsas , 2021 +# XRevan86, 2021 +# Дмитрий Михирев, 2021 +# Aleksey Kabanov , 2021 +# theirix , 2021 # Дмитрий Астанков , 2021 +# Alexey Rodionov , 2021 +# Павел Коваленко, 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Дмитрий Астанков , 2021\n" -"Language-Team: Russian (https://www.transifex.com/mate/teams/13566/ru/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Павел Коваленко, 2021\n" +"Language-Team: Russian (https://app.transifex.com/mate/teams/13566/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -42,13 +43,13 @@ #: data/org.mate.applets.MateNotificationApplet.desktop.in.in:5 msgid "Mate Notification Applet Factory" -msgstr "" +msgstr "Фабрика апплетов уведомлений Mate" #: data/org.mate.applets.MateNotificationApplet.desktop.in.in:9 #: src/capplet/mate-notification-applet.c:176 #: src/capplet/mate-notification-applet.c:193 msgid "Do Not Disturb" -msgstr "" +msgstr "Не беспокоить" #: data/org.mate.NotificationDaemon.gschema.xml.in:5 msgid "Popup location" @@ -118,15 +119,15 @@ #: src/capplet/mate-notification-applet.c:105 msgid "About Do Not Disturb" -msgstr "" +msgstr "О режиме «Не беспокоить»" #: src/capplet/mate-notification-applet.c:107 msgid "Copyright © 2021 MATE developers" -msgstr "" +msgstr "Copyright © 2021 Разработчики MATE" #: src/capplet/mate-notification-applet.c:108 msgid "Activate the do not disturb mode quickly." -msgstr "" +msgstr "Быстрая активация режима «Не беспокоить»." #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" @@ -135,6 +136,7 @@ "Александр Сигачёв \n" "Александр Соколов\n" "Александр Хромин\n" +"Алексей Родионов \n" "Алексей Рочев \n" "Алексей Сорокин \n" "Андрей Иванков\n" @@ -148,7 +150,6 @@ "Влад Орлов \n" "Глеб Мехренин \n" "Денис Арефьев \n" -"Дмитрий Астанков \n" "Дмитрий Мандрык \n" "Дмитрий Мастрюков \n" "Дмитрий Михирев \n" @@ -166,15 +167,15 @@ #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" -msgstr "" +msgstr "Уведомления включены" #: src/capplet/mate-notification-applet.c:215 msgid "_Do not disturb" -msgstr "" +msgstr "_Не беспокоить" #: src/capplet/mate-notification-applet.c:216 msgid "Enable/Disable do-not-disturb mode." -msgstr "" +msgstr "Включить/выключить режим «Не беспокоить»" #: src/capplet/mate-notification-properties.c:327 msgid "Coco" @@ -224,7 +225,7 @@ #: src/capplet/mate-notification-properties.ui:52 msgid "_Close" -msgstr "_Закрыть" +msgstr "З_акрыть" #: src/capplet/mate-notification-properties.ui:101 msgid "_Theme:" diff -Nru mate-notification-daemon-1.26.0/po/sc.po mate-notification-daemon-1.26.1/po/sc.po --- mate-notification-daemon-1.26.0/po/sc.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/sc.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Fabrizio Pedes , 2021\n" -"Language-Team: Sardinian (https://www.transifex.com/mate/teams/13566/sc/)\n" +"Language-Team: Sardinian (https://app.transifex.com/mate/teams/13566/sc/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/si.po mate-notification-daemon-1.26.1/po/si.po --- mate-notification-daemon-1.26.0/po/si.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/si.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Sinhala (https://www.transifex.com/mate/teams/13566/si/)\n" +"Language-Team: Sinhala (https://app.transifex.com/mate/teams/13566/si/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/sk.po mate-notification-daemon-1.26.1/po/sk.po --- mate-notification-daemon-1.26.0/po/sk.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/sk.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,8 +4,8 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Dušan Kazik , 2018 # Ján Ďanovský , 2021 +# Dušan Kazik , 2021 # Tibor Kaputa , 2021 # msgid "" @@ -13,9 +13,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Tibor Kaputa , 2021\n" -"Language-Team: Slovak (https://www.transifex.com/mate/teams/13566/sk/)\n" +"Language-Team: Slovak (https://app.transifex.com/mate/teams/13566/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/sl.po mate-notification-daemon-1.26.1/po/sl.po --- mate-notification-daemon-1.26.0/po/sl.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/sl.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,21 +4,21 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Stefano Karapetsas , 2018 -# Marko Šterman , 2018 -# worm , 2018 -# Arnold Marko , 2019 +# Stefano Karapetsas , 2021 +# Marko Šterman , 2021 # Damir Jerovšek , 2021 +# worm , 2021 # Helena S , 2021 +# Arnold Marko , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Helena S , 2021\n" -"Language-Team: Slovenian (https://www.transifex.com/mate/teams/13566/sl/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Arnold Marko , 2021\n" +"Language-Team: Slovenian (https://app.transifex.com/mate/teams/13566/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/sq.po mate-notification-daemon-1.26.1/po/sq.po --- mate-notification-daemon-1.26.0/po/sq.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/sq.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,9 +4,8 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Ardit Dani , 2019 # Alban , 2021 -# clefebvre , 2021 +# Ardit Dani , 2021 # Indrit Bashkimi , 2021 # msgid "" @@ -14,9 +13,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Indrit Bashkimi , 2021\n" -"Language-Team: Albanian (https://www.transifex.com/mate/teams/13566/sq/)\n" +"Language-Team: Albanian (https://app.transifex.com/mate/teams/13566/sq/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -125,6 +124,7 @@ #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" msgstr "" +"Ardit Dani \n" "Elian Myftiu \n" "Indrit Bashkimi \n" "Laurent Dhima " diff -Nru mate-notification-daemon-1.26.0/po/sr@latin.po mate-notification-daemon-1.26.1/po/sr@latin.po --- mate-notification-daemon-1.26.0/po/sr@latin.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/sr@latin.po 2023-05-12 10:25:42.000000000 +0000 @@ -12,9 +12,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Ivan Pejić , 2021\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/mate/teams/13566/sr@latin/)\n" +"Language-Team: Serbian (Latin) (https://app.transifex.com/mate/teams/13566/sr@latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/sr.po mate-notification-daemon-1.26.1/po/sr.po --- mate-notification-daemon-1.26.0/po/sr.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/sr.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,17 +4,17 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Alert Aleksandar, 2018 # Мирослав Николић , 2021 +# Alert Aleksandar, 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Мирослав Николић , 2021\n" -"Language-Team: Serbian (https://www.transifex.com/mate/teams/13566/sr/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Alert Aleksandar, 2021\n" +"Language-Team: Serbian (https://app.transifex.com/mate/teams/13566/sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -125,7 +125,10 @@ #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" -msgstr "Мирослав Николић " +msgstr "" +"Мирослав Николић ; 2012—2021.\n" +"\n" +"http://prevod.org — превод на српски језик." #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" diff -Nru mate-notification-daemon-1.26.0/po/sv.po mate-notification-daemon-1.26.1/po/sv.po --- mate-notification-daemon-1.26.0/po/sv.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/sv.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,26 +4,26 @@ # FIRST AUTHOR , YEAR. # # Translators: -# 6a42dd6e7ca9a813693714b0d9aa1ad8, 2018 -# Henrik Mattsson-Mårn , 2018 -# eckeman , 2018 -# Daniel Gullbransen, 2018 -# efef6ec5b435a041fce803c7f8af77d2_2341d43, 2018 -# Tobias Lekare , 2018 -# Stefano Karapetsas , 2020 -# cb445fb3dfd1fe3c2b9f58ac5638f478, 2020 -# Kristoffer Grundström , 2020 -# Patrik Nilsson , 2021 +# Kristoffer Grundström , 2021 # Luna Jernberg , 2021 +# 6a42dd6e7ca9a813693714b0d9aa1ad8, 2021 +# Stefano Karapetsas , 2021 +# Henrik Mattsson-Mårn , 2021 +# Patrik Nilsson , 2021 +# eckeman , 2021 +# cb445fb3dfd1fe3c2b9f58ac5638f478, 2021 +# Daniel Gullbransen, 2021 +# efef6ec5b435a041fce803c7f8af77d2_2341d43, 2021 +# Tobias Lekare , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Luna Jernberg , 2021\n" -"Language-Team: Swedish (https://www.transifex.com/mate/teams/13566/sv/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Tobias Lekare , 2021\n" +"Language-Team: Swedish (https://app.transifex.com/mate/teams/13566/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -133,10 +133,7 @@ #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" -msgstr "" -"Kristoffer Grundström \n" -"ECW \n" -"Luna Jernberg " +msgstr "Kristoffer Grundström " #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" diff -Nru mate-notification-daemon-1.26.0/po/ta.po mate-notification-daemon-1.26.1/po/ta.po --- mate-notification-daemon-1.26.0/po/ta.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ta.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,18 +4,18 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Kamala Kannan, 2020 # Stefano Karapetsas , 2021 # Mooglie , 2021 +# Kamala Kannan, 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Mooglie , 2021\n" -"Language-Team: Tamil (https://www.transifex.com/mate/teams/13566/ta/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Kamala Kannan, 2021\n" +"Language-Team: Tamil (https://app.transifex.com/mate/teams/13566/ta/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/te.po mate-notification-daemon-1.26.1/po/te.po --- mate-notification-daemon-1.26.0/po/te.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/te.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,17 +4,17 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Stefano Karapetsas , 2020 # ప్రవీణ్ ఇళ్ళ , 2021 +# Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: ప్రవీణ్ ఇళ్ళ , 2021\n" -"Language-Team: Telugu (https://www.transifex.com/mate/teams/13566/te/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Stefano Karapetsas , 2021\n" +"Language-Team: Telugu (https://app.transifex.com/mate/teams/13566/te/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/th.po mate-notification-daemon-1.26.1/po/th.po --- mate-notification-daemon-1.26.0/po/th.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/th.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,8 +4,8 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Rockers , 2018 # Stefano Karapetsas , 2021 +# Rockers , 2021 # Akom , 2021 # msgid "" @@ -13,9 +13,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Akom , 2021\n" -"Language-Team: Thai (https://www.transifex.com/mate/teams/13566/th/)\n" +"Language-Team: Thai (https://app.transifex.com/mate/teams/13566/th/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/tk.po mate-notification-daemon-1.26.1/po/tk.po --- mate-notification-daemon-1.26.0/po/tk.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/tk.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Turkmen (https://www.transifex.com/mate/teams/13566/tk/)\n" +"Language-Team: Turkmen (https://app.transifex.com/mate/teams/13566/tk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/tr.po mate-notification-daemon-1.26.1/po/tr.po --- mate-notification-daemon-1.26.0/po/tr.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/tr.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,21 +4,23 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Butterfly , 2018 -# Yasin Uysal , 2018 -# tarakbumba , 2020 +# tarakbumba , 2021 # mauron, 2021 # Stefano Karapetsas , 2021 +# Butterfly , 2021 +# Yasin Uysal , 2021 # hilalis , 2021 +# Mehmet, 2022 +# Sabri Ünal , 2022 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: hilalis , 2021\n" -"Language-Team: Turkish (https://www.transifex.com/mate/teams/13566/tr/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Sabri Ünal , 2022\n" +"Language-Team: Turkish (https://app.transifex.com/mate/teams/13566/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -37,17 +39,17 @@ #. localize the semicolons! The list MUST also end with a semicolon! #: data/mate-notification-properties.desktop.in:14 msgid "MATE;Notification;Theme;" -msgstr "" +msgstr "MATE;Bildirim;Tema" #: data/org.mate.applets.MateNotificationApplet.desktop.in.in:5 msgid "Mate Notification Applet Factory" -msgstr "" +msgstr "Mate Bildirim Uygulamacık Üreticisi" #: data/org.mate.applets.MateNotificationApplet.desktop.in.in:9 #: src/capplet/mate-notification-applet.c:176 #: src/capplet/mate-notification-applet.c:193 msgid "Do Not Disturb" -msgstr "" +msgstr "Rahatsız Etme" #: data/org.mate.NotificationDaemon.gschema.xml.in:5 msgid "Popup location" @@ -101,11 +103,11 @@ #: data/org.mate.NotificationDaemon.gschema.xml.in:30 msgid "Do not disturb" -msgstr "" +msgstr "Rahatsız etme" #: data/org.mate.NotificationDaemon.gschema.xml.in:31 msgid "When enabled, notifications are not shown." -msgstr "" +msgstr "Etkinleştirildiğinde bildirimler gösterilmez." #: src/capplet/mate-notification-applet.c:52 msgid "_Preferences" @@ -117,15 +119,15 @@ #: src/capplet/mate-notification-applet.c:105 msgid "About Do Not Disturb" -msgstr "" +msgstr "Rahatsız Etme Hakkında" #: src/capplet/mate-notification-applet.c:107 msgid "Copyright © 2021 MATE developers" -msgstr "" +msgstr "Telif hakkı © 2021 MATE geliştiricileri" #: src/capplet/mate-notification-applet.c:108 msgid "Activate the do not disturb mode quickly." -msgstr "" +msgstr "Rahatsız etme kipini hızlıca etkinleştir" #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" @@ -144,15 +146,15 @@ #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" -msgstr "" +msgstr "Bildirimler Etkin" #: src/capplet/mate-notification-applet.c:215 msgid "_Do not disturb" -msgstr "" +msgstr "_Rahatsız etme" #: src/capplet/mate-notification-applet.c:216 msgid "Enable/Disable do-not-disturb mode." -msgstr "" +msgstr "Rahatsız-etme kipini etkinleştir/devredışı bırak." #: src/capplet/mate-notification-properties.c:327 msgid "Coco" @@ -164,7 +166,7 @@ #: src/capplet/mate-notification-properties.c:335 msgid "Slider" -msgstr "Kaydırma çubuğu" +msgstr "Slider" #: src/capplet/mate-notification-properties.c:339 msgid "Standard theme" @@ -190,7 +192,7 @@ #: src/capplet/mate-notification-properties.c:459 #, c-format msgid "Could not load user interface: %s" -msgstr "" +msgstr "Kullanıcı arayüzü yüklenemedi: %s" #: src/capplet/mate-notification-properties.ui:18 msgid "Notification Settings" @@ -234,7 +236,7 @@ #: src/capplet/mate-notification-properties.ui:201 msgid "Enable Do Not Disturb" -msgstr "" +msgstr "Rahatsız Etme Kipini Etkinleştir" #: src/capplet/mate-notification-properties.ui:222 msgid "General Options" diff -Nru mate-notification-daemon-1.26.0/po/tt.po mate-notification-daemon-1.26.1/po/tt.po --- mate-notification-daemon-1.26.0/po/tt.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/tt.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Tatar (https://www.transifex.com/mate/teams/13566/tt/)\n" +"Language-Team: Tatar (https://app.transifex.com/mate/teams/13566/tt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/ug.po mate-notification-daemon-1.26.1/po/ug.po --- mate-notification-daemon-1.26.0/po/ug.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ug.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Uyghur (https://www.transifex.com/mate/teams/13566/ug/)\n" +"Language-Team: Uyghur (https://app.transifex.com/mate/teams/13566/ug/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/uk.po mate-notification-daemon-1.26.1/po/uk.po --- mate-notification-daemon-1.26.0/po/uk.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/uk.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,20 +4,20 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Rax Garfield , 2018 -# zubr139, 2018 -# Шаповалов Анатолій Романович , 2018 -# Юрій Яновський , 2021 +# Rax Garfield , 2021 +# zubr139, 2021 # Микола Ткач , 2021 +# Шаповалов Анатолій Романович , 2021 +# Юрій Яновський , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Микола Ткач , 2021\n" -"Language-Team: Ukrainian (https://www.transifex.com/mate/teams/13566/uk/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Юрій Яновський , 2021\n" +"Language-Team: Ukrainian (https://app.transifex.com/mate/teams/13566/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -58,7 +58,7 @@ "values: \"top_left\",\"top_right\",\"bottom_left\" and \"bottom_right\"" msgstr "" "Типове розташування виринних сповіщень на робочому просторі. Можна " -"розташовувати згори ліворуч, згори праворуч, знизу ліворуч чи знизу " +"розташовувати згори ліворуч, згори праворуч, знизу ліворуч, або знизу " "праворуч." #: data/org.mate.NotificationDaemon.gschema.xml.in:10 @@ -104,7 +104,7 @@ #: data/org.mate.NotificationDaemon.gschema.xml.in:31 msgid "When enabled, notifications are not shown." -msgstr "Якщо увімкнено, сповіщення не відображаються." +msgstr "Якщо увімкнено, сповіщення не показуються." #: src/capplet/mate-notification-applet.c:52 msgid "_Preferences" diff -Nru mate-notification-daemon-1.26.0/po/ur.po mate-notification-daemon-1.26.1/po/ur.po --- mate-notification-daemon-1.26.0/po/ur.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/ur.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: mauron, 2021\n" -"Language-Team: Urdu (https://www.transifex.com/mate/teams/13566/ur/)\n" +"Language-Team: Urdu (https://app.transifex.com/mate/teams/13566/ur/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/uz.po mate-notification-daemon-1.26.1/po/uz.po --- mate-notification-daemon-1.26.0/po/uz.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/uz.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Muzaffar Habibullayev , 2021\n" -"Language-Team: Uzbek (https://www.transifex.com/mate/teams/13566/uz/)\n" +"Language-Team: Uzbek (https://app.transifex.com/mate/teams/13566/uz/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/vi.po mate-notification-daemon-1.26.1/po/vi.po --- mate-notification-daemon-1.26.0/po/vi.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/vi.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,19 +4,19 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Anh Phan , 2018 -# Horazone Detex , 2018 -# Stefano Karapetsas , 2020 +# Stefano Karapetsas , 2021 +# Anh Phan , 2021 # Duy Truong Nguyen , 2021 +# Horazone Detex , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Duy Truong Nguyen , 2021\n" -"Language-Team: Vietnamese (https://www.transifex.com/mate/teams/13566/vi/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Horazone Detex , 2021\n" +"Language-Team: Vietnamese (https://app.transifex.com/mate/teams/13566/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/wa.po mate-notification-daemon-1.26.1/po/wa.po --- mate-notification-daemon-1.26.0/po/wa.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/wa.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Walloon (https://www.transifex.com/mate/teams/13566/wa/)\n" +"Language-Team: Walloon (https://app.transifex.com/mate/teams/13566/wa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/xh.po mate-notification-daemon-1.26.1/po/xh.po --- mate-notification-daemon-1.26.0/po/xh.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/xh.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Xhosa (https://www.transifex.com/mate/teams/13566/xh/)\n" +"Language-Team: Xhosa (https://app.transifex.com/mate/teams/13566/xh/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/yo.po mate-notification-daemon-1.26.1/po/yo.po --- mate-notification-daemon-1.26.0/po/yo.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/yo.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Yoruba (https://www.transifex.com/mate/teams/13566/yo/)\n" +"Language-Team: Yoruba (https://app.transifex.com/mate/teams/13566/yo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/zh_CN.po mate-notification-daemon-1.26.1/po/zh_CN.po --- mate-notification-daemon-1.26.0/po/zh_CN.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/zh_CN.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,23 +4,23 @@ # FIRST AUTHOR , YEAR. # # Translators: -# e0c668032ced196bd60f2b6a070d982d_8f72ae0, 2018 -# Christopher M , 2018 -# Mingcong Bai , 2018 -# shuyu liu , 2018 -# 玉堂白鹤 , 2020 +# e0c668032ced196bd60f2b6a070d982d_8f72ae0, 2021 # Stefano Karapetsas , 2021 -# a73a47e368cc011d8f94528bd9d5d3f1_91fccdf <1b07f49e2a323989c85dd26d526f7bb9_871526>, 2021 +# ᴄʜʀɪsᴛᴏᴘʜᴇʀ ᴍᴇɴɢ, 2021 +# 玉堂白鹤 , 2021 +# Mingcong Bai , 2021 +# shuyu liu , 2021 # Wenbin Lv , 2021 +# OkayPJ <1535253694@qq.com>, 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: Wenbin Lv , 2021\n" -"Language-Team: Chinese (China) (https://www.transifex.com/mate/teams/13566/zh_CN/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: OkayPJ <1535253694@qq.com>, 2021\n" +"Language-Team: Chinese (China) (https://app.transifex.com/mate/teams/13566/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -129,18 +129,18 @@ #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" msgstr "" -"Christopher Meng , 2012-2013\n" -"ravix , 2013\n" +"Christopher Meng , 2012-2013\n" +"ravix , 2013\n" "Dianjin Wang <1132321739qq@gmail.com>, 2012\n" -"Cravix , 2013\n" -"nyanyh , 2013\n" -"liulitchi , 2013\n" -"玉堂白鹤 , 2015\n" -"Mingye Wang , 2015-2016\n" -"白铭骢 , 2015-2016\n" -"刘子兴 , 2015-2016\n" -"比丘,2018-2019\n" -"xingpj,2020" +"Cravix , 2013\n" +"nyanyh , 2013\n" +"liulitchi , 2013\n" +"玉堂白鹤 , 2015\n" +"Mingye Wang , 2015-2016\n" +"白铭骢 , 2015-2016\n" +"刘子兴 , 2015-2016\n" +"比丘 , 2018-2019\n" +"OkayPJ , 2020" #: src/capplet/mate-notification-applet.c:194 msgid "Notifications Enabled" diff -Nru mate-notification-daemon-1.26.0/po/zh_HK.po mate-notification-daemon-1.26.1/po/zh_HK.po --- mate-notification-daemon-1.26.0/po/zh_HK.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/zh_HK.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,18 +4,18 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Janfy Tan , 2018 # Stefano Karapetsas , 2021 # tomoe_musashi , 2021 +# Janfy Tan , 2021 # msgid "" msgstr "" "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" -"Last-Translator: tomoe_musashi , 2021\n" -"Language-Team: Chinese (Hong Kong) (https://www.transifex.com/mate/teams/13566/zh_HK/)\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" +"Last-Translator: Janfy Tan , 2021\n" +"Language-Team: Chinese (Hong Kong) (https://app.transifex.com/mate/teams/13566/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/po/zh_TW.po mate-notification-daemon-1.26.1/po/zh_TW.po --- mate-notification-daemon-1.26.0/po/zh_TW.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/zh_TW.po 2023-05-12 10:25:42.000000000 +0000 @@ -4,7 +4,6 @@ # FIRST AUTHOR , YEAR. # # Translators: -# Walter Cheuk , 2021 # Stefano Karapetsas , 2021 # 趙惟倫 , 2021 # 黃柏諺 , 2021 @@ -14,9 +13,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: 黃柏諺 , 2021\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/mate/teams/13566/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/mate/teams/13566/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -124,7 +123,7 @@ #: src/capplet/mate-notification-applet.c:110 msgid "translator-credits" msgstr "" -"黃柏諺 ,2013-14\n" +"Jeff Huang ,2013-2021\n" "Launchpad 貢獻者:\n" " Jose Sun https://launchpad.net/~josesun\n" " Toomore https://launchpad.net/~toomore\n" diff -Nru mate-notification-daemon-1.26.0/po/zu.po mate-notification-daemon-1.26.1/po/zu.po --- mate-notification-daemon-1.26.0/po/zu.po 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/po/zu.po 2023-05-12 10:25:42.000000000 +0000 @@ -11,9 +11,9 @@ "Project-Id-Version: mate-notification-daemon 1.25.1\n" "Report-Msgid-Bugs-To: https://mate-desktop.org\n" "POT-Creation-Date: 2021-06-22 08:18+0200\n" -"PO-Revision-Date: 2018-03-11 19:46+0000\n" +"PO-Revision-Date: 2021-09-19 13:40+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" -"Language-Team: Zulu (https://www.transifex.com/mate/teams/13566/zu/)\n" +"Language-Team: Zulu (https://app.transifex.com/mate/teams/13566/zu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff -Nru mate-notification-daemon-1.26.0/src/daemon/daemon.c mate-notification-daemon-1.26.1/src/daemon/daemon.c --- mate-notification-daemon-1.26.0/src/daemon/daemon.c 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/src/daemon/daemon.c 2023-05-12 10:25:42.000000000 +0000 @@ -1685,10 +1685,10 @@ { notify_daemon_notifications_complete_get_server_information(object, invocation, - g_strdup("Notification Daemon"), - g_strdup("MATE"), - g_strdup(PACKAGE_VERSION), - g_strdup("1.1")); + "Notification Daemon", + "MATE", + PACKAGE_VERSION, + "1.1"); return TRUE; } diff -Nru mate-notification-daemon-1.26.0/src/daemon/mnd-daemon.c mate-notification-daemon-1.26.1/src/daemon/mnd-daemon.c --- mate-notification-daemon-1.26.0/src/daemon/mnd-daemon.c 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/src/daemon/mnd-daemon.c 2023-05-12 10:25:42.000000000 +0000 @@ -63,12 +63,15 @@ error = NULL; if (g_option_context_parse (context, argc, argv, &error) == FALSE) { + g_option_context_free (context); g_warning ("Failed to parse command line arguments: %s", error->message); g_error_free (error); return FALSE; } + g_option_context_free (context); + if (debug) g_setenv ("G_MESSAGES_DEBUG", "all", FALSE); diff -Nru mate-notification-daemon-1.26.0/.travis.yml mate-notification-daemon-1.26.1/.travis.yml --- mate-notification-daemon-1.26.0/.travis.yml 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/.travis.yml 2023-05-12 10:25:42.000000000 +0000 @@ -16,8 +16,7 @@ before_install: - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - - curl -Ls -o gen-index https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/gen-index.sh - - chmod +x docker-build gen-index + - chmod +x docker-build install: - pip3 install PyGithub @@ -28,7 +27,7 @@ notifications: irc: - if: (tag OR branch = master) AND + if: (tag OR branch = "1.26") AND repo = "mate-desktop/mate-notification-daemon" channels: - "irc.libera.chat#mate-dev" @@ -39,17 +38,6 @@ on_failure: always deploy: - - provider: pages - edge: true - token: $GITHUB_TOKEN - keep_history: false - committer_from_gh: true - target_branch: gh-pages - local_dir: html-report - strategy: git - on: - all_branches: true - condition: ${DISTRO} =~ ^fedora.*$ - provider: script edge: true script: ./docker-build --verbose --config .build.yml --release github @@ -57,17 +45,6 @@ tags: true condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" -after_success: - - 'if [[ "$TRAVIS_SECURE_ENV_VARS" == "true" && "$TRAVIS_PULL_REQUEST" != "false" && ${DISTRO} =~ ^fedora.*$ ]]; then - REPO_SLUG_ARRAY=(${TRAVIS_REPO_SLUG//\// }); - REPO_NAME=${REPO_SLUG_ARRAY[1]}; - URL="https://${REPO_NAME}.mate-desktop.dev"; - COMMENT="Code analysis completed"; - curl -H "Authorization: token $GITHUB_TOKEN" -X POST - -d "{\"state\": \"success\", \"description\": \"$COMMENT\", \"context\":\"scan-build\", \"target_url\": \"$URL\"}" - https://api.github.com/repos/${TRAVIS_REPO_SLUG}/statuses/${TRAVIS_PULL_REQUEST_SHA}; - fi' - env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" diff -Nru mate-notification-daemon-1.26.0/.tx/config mate-notification-daemon-1.26.1/.tx/config --- mate-notification-daemon-1.26.0/.tx/config 2021-08-04 14:44:25.000000000 +0000 +++ mate-notification-daemon-1.26.1/.tx/config 2023-05-12 10:25:42.000000000 +0000 @@ -1,9 +1,10 @@ [main] host = https://www.transifex.com - -[MATE.master--mate-notification-daemon] -file_filter = po/.po -source_file = po/mate-notification-daemon.pot -source_lang = en -type = PO + +[o:mate:p:MATE:r:1-26--mate-notification-daemon] +file_filter = po/.po +source_file = po/mate-notification-daemon.pot +source_lang = en +type = PO minimum_perc = 2 +